.slick-slider {
    position: relative;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
}

    .slick-list:focus {
        outline: 0;
    }

    .slick-list.dragging {
        cursor: pointer;
        cursor: hand;
    }

.slick-slider .slick-list,
.slick-slider .slick-track {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

    .slick-track:after,
    .slick-track:before {
        content: "";
        display: table;
    }

    .slick-track:after {
        clear: both;
    }

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none;
}

[dir=rtl] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

section {
    min-height: 500px;
}

    section .container {
        display: block;
        max-width: 1170px;
        margin: 0 auto;
        padding: 0 15px;
    }

    section .title {
        margin-top: 0;
        color: #56575c;
        font-family: "Roboto Condensed", sans-serif;
        font-size: 42px;
        font-weight: 700;
        line-height: 1;
        margin-bottom: 20px;
    }

    section p {
        color: #56575c;
        font-family: "Roboto Condensed", sans-serif;
        font-size: 24px;
        font-weight: 400;
        line-height: 1.2;
    }

.main-sec-slider {
    padding-top: 100px;
    padding-bottom: 93px;
}

    .main-sec-slider .mini-logo {
        position: absolute;
        padding: 35px 65px;
        background-color: #fff;
        bottom: 30px;
        left: 0;
        z-index: 2;
        -webkit-box-shadow: 2px 3px 7px rgba(0,0,0,.17);
        box-shadow: 2px 3px 7px rgba(0,0,0,.17);
    }

    .main-sec-slider .title {
        margin-top: 0;
        color: #56575c;
        font-family: "Roboto Condensed", sans-serif;
        font-size: 42px;
        font-weight: 700;
        line-height: 1;
        margin-bottom: 20px;
    }

    .main-sec-slider p {
        color: #56575c;
        font-family: "Roboto Condensed", sans-serif;
        font-size: 24px;
        font-weight: 400;
        line-height: 1.2;
    }

    .main-sec-slider .carousel {
        margin-top: 60px;
    }

        .main-sec-slider .carousel .slide {
            height: 470px;
            position: relative;
            outline: 0;
        }

            .main-sec-slider .carousel .slide a {
                outline: 0;
            }

            .main-sec-slider .carousel .slide .picture {
                display: inline-block;
                height: 100%;
                width: 100%;
                overflow: hidden;
                outline: 0;
                position: relative;
            }

                .main-sec-slider .carousel .slide .picture:after {
                    content: '';
                    position: absolute;
                    display: inline-block;
                    height: 100%;
                    width: 100%;
                    left: 0;
                    top: 0;
                    background-color: rgba(0,0,0,.3);
                }

            .main-sec-slider .carousel .slide .text {
                position: absolute;
                width: 100%;
                top: 25px;
                left: 105px;
                color: #fff;
                font-family: "Roboto Condensed", sans-serif;
                font-size: 24px;
                font-weight: 700;
                line-height: 34px;
                z-index: 2;
            }

            .main-sec-slider .carousel .slide img {
                height: 120%;
                width: auto;
            }

.main-sec-news {
    padding: 80px 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

    .main-sec-news .sec-title {
        text-align: center;
        margin-bottom: 70px;
    }

    .main-sec-news .sec-news {
        display: grid;
        grid-template-columns: 80% 1fr;
        grid-row-gap: 48px;
        grid-column-gap: 24px;
    }

        .main-sec-news .sec-news .top-left-new {
            -webkit-box-shadow: 2px 3px 7px rgba(0,0,0,.07);
            box-shadow: 2px 3px 7px rgba(0,0,0,.07);
            background-color: #f7f7f7;
            grid-column-start: 1;
            grid-column-end: 2;
            display: grid;
            grid-template-columns: 40% 60%;
            text-decoration: none;
        }

            .main-sec-news .sec-news .top-left-new .picture {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
                -webkit-box-pack: start;
                -ms-flex-pack: start;
                justify-content: flex-start;
            }

                .main-sec-news .sec-news .top-left-new .picture img {
                    height: auto;
                    width: auto;
                    max-width: 400px;
                    max-height: 400px;
                }

            .main-sec-news .sec-news .top-left-new .text {
                padding: 30px 30px 10px;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-orient: vertical;
                -webkit-box-direction: normal;
                -ms-flex-direction: column;
                flex-direction: column;
            }

                .main-sec-news .sec-news .top-left-new .text .categor {
                    font-family: Roboto,sans-serif;
                    font-size: 11px;
                    font-weight: 400;
                    line-height: 1;
                    text-transform: uppercase;
                    color: #414248;
                    letter-spacing: 1.13px;
                    margin-bottom: 20px;
                    display: inline-block;
                }

                .main-sec-news .sec-news .top-left-new .text .title {
                    font-family: "Roboto Condensed", sans-serif;
                    font-size: 23px;
                    font-weight: 700;
                    color: #414248;
                }

                .main-sec-news .sec-news .top-left-new .text p {
                    font-family: Roboto,sans-serif;
                    line-height: 24px;
                    color: #414248;
                    font-size: 15px;
                }

                .main-sec-news .sec-news .top-left-new .text .data {
                    font-family: Roboto,sans-serif;
                    font-size: 12px;
                    font-weight: 400;
                    line-height: 1;
                    text-transform: uppercase;
                    color: #414248;
                    display: -webkit-box;
                    display: -ms-flexbox;
                    display: flex;
                    -webkit-box-align: center;
                    -ms-flex-align: center;
                    align-items: center;
                    padding: 20px 0;
                    border-top: 1px #ddd solid;
                    margin-top: auto;
                }

                    .main-sec-news .sec-news .top-left-new .text .data .mat-icon {
                        font-size: 12px;
                        height: 12px;
                        width: 12px;
                        margin-right: 5px;
                    }

        .main-sec-news .sec-news .bottom-left-new {
            grid-column-start: 1;
            grid-column-end: 2;
            display: grid;
            grid-template-columns: 2.1fr 1fr;
            grid-gap: 29px;
        }

            .main-sec-news .sec-news .bottom-left-new .left-elements {
                display: grid;
                grid-gap: 10px;
                grid-template-columns: repeat(2,1fr);
            }

                .main-sec-news .sec-news .bottom-left-new .left-elements .images-block {
                    display: -webkit-box;
                    display: -ms-flexbox;
                    display: flex;
                    -webkit-box-align: center;
                    -ms-flex-align: center;
                    align-items: center;
                    -webkit-box-pack: start;
                    -ms-flex-pack: start;
                    justify-content: flex-start;
                }

                    .main-sec-news .sec-news .bottom-left-new .left-elements .images-block img {
                        height: auto;
                        width: auto;
                        max-width: 100%;
                        max-height: 400px;
                    }

                .main-sec-news .sec-news .bottom-left-new .left-elements .item-news {
                    text-decoration: none;
                    padding: 20px 23px;
                    display: -webkit-box;
                    display: -ms-flexbox;
                    display: flex;
                    -webkit-box-orient: vertical;
                    -webkit-box-direction: normal;
                    -ms-flex-direction: column;
                    flex-direction: column;
                }

                    .main-sec-news .sec-news .bottom-left-new .left-elements .item-news:last-of-type {
                        -webkit-box-shadow: 2px 3px 7px rgba(0,0,0,.07);
                        box-shadow: 2px 3px 7px rgba(0,0,0,.07);
                        background-color: #f7f7f7;
                    }

                    .main-sec-news .sec-news .bottom-left-new .left-elements .item-news .categor {
                        opacity: 0.7;
                        color: #64656d;
                        font-family: Roboto,sans-serif;
                        font-size: 11px;
                        font-weight: 400;
                        line-height: 11.68px;
                        text-transform: uppercase;
                        letter-spacing: 1.13px;
                        display: inline-block;
                        margin-bottom: 15px;
                    }

                    .main-sec-news .sec-news .bottom-left-new .left-elements .item-news .title {
                        color: #242626;
                        font-family: "Roboto Condensed", sans-serif;
                        font-size: 19px;
                        font-weight: 700;
                        line-height: 21.41px;
                    }

                    .main-sec-news .sec-news .bottom-left-new .left-elements .item-news p {
                        color: #242626;
                        font-family: Roboto,sans-serif;
                        font-size: 14px;
                        font-weight: 400;
                        line-height: 19.46px;
                        margin-top: 0;
                    }

                    .main-sec-news .sec-news .bottom-left-new .left-elements .item-news .data {
                        color: #53535c;
                        font-family: Roboto,sans-serif;
                        font-size: 14px;
                        font-weight: 400;
                        line-height: 14.01px;
                        text-transform: uppercase;
                        margin-top: auto;
                    }

            .main-sec-news .sec-news .bottom-left-new .right-elemenst {
                background-color: #323334;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
                -webkit-box-orient: vertical;
                -webkit-box-direction: normal;
                -ms-flex-direction: column;
                flex-direction: column;
                -webkit-box-pack: justify;
                -ms-flex-pack: justify;
                justify-content: space-between;
                padding: 0 15px 29px;
                text-align: center;
            }

                .main-sec-news .sec-news .bottom-left-new .right-elemenst span {
                    padding: 6px 11px;
                    background-color: #989999;
                    display: inline-block;
                    color: #fff;
                    font-family: Roboto;
                    font-size: 11px;
                    font-weight: 400;
                    line-height: 11.69px;
                    text-transform: uppercase;
                    letter-spacing: 1.13px;
                    margin-bottom: 25px;
                }

                .main-sec-news .sec-news .bottom-left-new .right-elemenst .title {
                    color: #fff;
                    font-family: "Roboto Condensed", sans-serif;
                    font-size: 23px;
                    font-weight: 700;
                }

                .main-sec-news .sec-news .bottom-left-new .right-elemenst p {
                    opacity: 0.8;
                    color: #fff;
                    font-family: Roboto;
                    font-size: 15px;
                    font-weight: 400;
                    line-height: 23.36px;
                }

                .main-sec-news .sec-news .bottom-left-new .right-elemenst a {
                    display: inline-block;
                    color: #fff;
                    font-family: "Roboto Condensed", sans-serif;
                    font-size: 13px;
                    font-weight: 400;
                    line-height: 11.68px;
                    border: 2px solid #fff;
                    padding: 14px 32px;
                    text-decoration: none;
                }

        .main-sec-news .sec-news .right-new {
            grid-column-start: 2;
            grid-column-end: 3;
            grid-row-start: 1;
            grid-row-end: 3;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
        }

            .main-sec-news .sec-news .right-new .all-elements {
                -webkit-box-shadow: 2px 3px 7px rgba(0,0,0,.07);
                box-shadow: 2px 3px 7px rgba(0,0,0,.07);
                background-color: #f7f7f7;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
                -webkit-box-pack: start;
                -ms-flex-pack: start;
                justify-content: flex-start;
                -webkit-box-orient: vertical;
                -webkit-box-direction: normal;
                -ms-flex-direction: column;
                flex-direction: column;
            }

                .main-sec-news .sec-news .right-new .all-elements .title {
                    color: #242626;
                    font-family: "Myriad Pro - Semibold",sans-serif;
                    font-size: 15px;
                    font-weight: 400;
                    line-height: 26px;
                    -moz-text-align-last: center;
                    text-align-last: center;
                    padding: 15px 0;
                    width: 100%;
                    border-bottom: 1px #ddd solid;
                }

                .main-sec-news .sec-news .right-new .all-elements .item {
                    padding: 26px 20px;
                    display: -webkit-box;
                    display: -ms-flexbox;
                    display: flex;
                    -webkit-box-align: center;
                    -ms-flex-align: center;
                    align-items: center;
                    -webkit-box-pack: start;
                    -ms-flex-pack: start;
                    justify-content: flex-start;
                    -webkit-box-orient: vertical;
                    -webkit-box-direction: normal;
                    -ms-flex-direction: column;
                    flex-direction: column;
                    text-decoration: none;
                }

                    .main-sec-news .sec-news .right-new .all-elements .item img {
                        height: auto;
                        width: 100%;
                        max-height: 150px;
                    }

                    .main-sec-news .sec-news .right-new .all-elements .item .title {
                        color: #242626;
                        font-family: "Roboto Condensed", sans-serif;
                        font-size: 14px;
                        font-weight: 600;
                        line-height: 1.2;
                        margin: 20px 0;
                    }

                    .main-sec-news .sec-news .right-new .all-elements .item .data {
                        color: #fb6c33;
                        font-family: Roboto,sans-serif;
                        font-size: 14px;
                        font-weight: 700;
                        line-height: 14.4px;
                        text-transform: uppercase;
                    }

            .main-sec-news .sec-news .right-new .link {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
                -webkit-box-pack: center;
                -ms-flex-pack: center;
                justify-content: center;
                padding: 19px 10px;
                border-radius: 26.5px;
                background-color: #fb6c33;
                color: #fff;
                font-family: "Roboto Condensed", sans-serif;
                font-size: 18px;
                font-weight: 400;
                line-height: 1;
                margin-top: auto;
                text-decoration: none;
            }

.main-sec-public {
    padding: 0 0 64px;
    margin-top: 115px;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    overflow: hidden;
}

    .main-sec-public .col {
        display: inline-block;
        position: absolute;
        width: 499px;
        height: 499px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        left: -230px;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        z-index: -1;
    }

    .main-sec-public .book {
        display: inline-block;
        position: absolute;
        width: 50%;
        height: 100%;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        right: -150px;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        z-index: -1;
    }

    .main-sec-public .after {
        display: inline-block;
        position: absolute;
        width: 100%;
        height: 100px;
        top: -183px;
        left: 0;
        background-size: 100% 100%;
    }

    .main-sec-public .content {
        min-height: 500px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

        .main-sec-public .content .text {
            max-width: 600px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: start;
            -ms-flex-align: start;
            align-items: flex-start;
            -webkit-box-pack: start;
            -ms-flex-pack: start;
            justify-content: flex-start;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
        }

            .main-sec-public .content .text span {
                color: #515357;
                font-family: "Roboto Condensed", sans-serif;
                font-size: 24px;
                font-weight: 400;
                line-height: 33.97px;
            }

            .main-sec-public .content .text p {
                color: #515357;
                font-family: "Roboto Condensed", sans-serif;
                font-size: 16px;
                font-weight: 400;
                line-height: 26px;
            }

            .main-sec-public .content .text .link {
                color: #fff;
                font-family: Roboto,sans-serif;
                font-size: 14px;
                font-weight: 400;
                display: inline-block;
                line-height: 50px;
                height: 50px;
                border-radius: 25px;
                background-color: #fb6c33;
                text-align: center;
                text-decoration: none;
                padding: 0 50px;
            }

.main-sec-about {
    padding: 0 0 64px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    margin-top: 150px;
}

    .main-sec-about .after {
        display: inline-block;
        position: absolute;
        width: 100%;
        height: 150px;
        top: -150px;
        left: 0;
        background-size: 100% 100%;
    }

    .main-sec-about .content {
        min-height: 500px;
        display: grid;
        grid-template-columns: repeat(2,1fr);
        grid-gap: 90px;
    }

        .main-sec-about .content .text {
            max-width: 600px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: start;
            -ms-flex-align: start;
            align-items: flex-start;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
        }

            .main-sec-about .content .text span {
                color: #515357;
                font-family: "Roboto Condensed", sans-serif;
                font-size: 24px;
                font-weight: 400;
                line-height: 33.97px;
            }

            .main-sec-about .content .text p {
                color: #515357;
                font-family: "Roboto Condensed", sans-serif;
                font-size: 16px;
                font-weight: 400;
                line-height: 26px;
            }

            .main-sec-about .content .text .link {
                color: #fff;
                font-family: Roboto,sans-serif;
                font-size: 14px;
                font-weight: 400;
                display: inline-block;
                line-height: 50px;
                height: 50px;
                border-radius: 25px;
                background-color: #fb6c33;
                text-align: center;
                text-decoration: none;
                padding: 0 50px;
                margin-top: 20px;
            }

        .main-sec-about .content .blocl-img {
            display: grid;
            grid-template-columns: repeat(2,1fr);
            grid-gap: 30px;
        }

            .main-sec-about .content .blocl-img .item {
                height: 253px;
                position: relative;
            }

.main-sec-feedback {
    padding-top: 150px;
    background-position: right bottom;
    padding-bottom: 157px;
    background-repeat: no-repeat;
}

    .main-sec-feedback .sec-title {
        text-align: center;
    }

    .main-sec-feedback .carousel {
        margin-top: 90px;
    }

        .main-sec-feedback .carousel .slide {
            display: grid;
            grid-template-columns: 100px 1fr;
            grid-gap: 40px;
        }

            .main-sec-feedback .carousel .slide .icon {
                position: relative;
                height: 100px;
                width: 100px;
                border-radius: 50%;
                overflow: hidden;
            }

                .main-sec-feedback .carousel .slide .icon img {
                    position: absolute;
                    top: 50%;
                    left: 50%;
                    -webkit-transform: translate(-50%,-50%);
                    transform: translate(-50%,-50%);
                    height: 100%;
                    width: auto;
                }

            .main-sec-feedback .carousel .slide .text .title {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
                -webkit-box-pack: start;
                -ms-flex-pack: start;
                justify-content: flex-start;
            }

                .main-sec-feedback .carousel .slide .text .title .name {
                    color: #262527;
                    font-family: "Roboto Condensed", sans-serif;
                    font-size: 20px;
                    font-weight: 400;
                    line-height: 30px;
                    margin-right: 30px;
                }

                .main-sec-feedback .carousel .slide .text .title .data {
                    color: #959595;
                    font-family: "Roboto Condensed", sans-serif;
                    font-size: 16px;
                    font-weight: 400;
                    line-height: 30px;
                }

            .main-sec-feedback .carousel .slide .text p {
                color: #262527;
                font-family: "Roboto Condensed", sans-serif;
                font-size: 16px;
                font-weight: 400;
                line-height: 26px;
            }

.main-sec-about .blocl-img .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

    .main-sec-about .blocl-img .item img {
        width: 100%;
        height: auto;
    }

body,
html {
    height: 100%;
}

body {
    margin: 0;
    font-family: Roboto,"Roboto Condensed","Helvetica Neue",sans-serif;
}

    body.page {
        background-color: #edeef3;
    }

*,
:after,
:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

app-about-page,
app-about-us,
app-contact,
app-library,
app-news,
app-news-inner,
app-projects {
    background-color: #edeef3;
}

app-root {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100vh;
}

    app-root footer {
        margin-top: auto;
    }

.main-sec-feedback .slick-dots {
    text-align: left !important;
    bottom: -70px;
}

.slick-dots li button {
    border: 0;
    background: 0 0;
    display: block;
    height: 20px;
    width: 20px;
    outline: 0;
    line-height: 0;
    font-size: 0;
    color: transparent;
    padding: 5px;
    cursor: pointer;
}

.slick-dots {
    position: absolute;
    bottom: -25px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    margin: 0;
    width: 100%;
}

    .slick-dots li {
        position: relative;
        display: inline-block;
        height: 20px;
        width: 20px;
        margin: 0 5px;
        padding: 0;
        cursor: pointer;
    }

.main-sec-feedback .slick-dots li button:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 12px;
    height: 12px;
    font-family: slick;
    font-size: 6px;
    line-height: 20px;
    text-align: center;
    border-radius: 50%;
    color: #000;
    opacity: 1;
    background-color: #262527;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.main-sec-feedback .slick-dots li.slick-active button:before {
    background-color: #f7674d;
    opacity: 1;
}

.main-sec-slider .slide.slick-current {
    opacity: 1;
}

.main-sec-slider .slide {
    opacity: 0.6;
    padding-left: 100px;
}
/*
    .main-sec-slider .slide .mini-logo {
        display: none;
    }
    */
    .main-sec-slider .slide .mini-logo img {
        max-width: 180px;
        height: auto;
    }
    .main-sec-slider .slide.slick-current .mini-logo {
        display: block;
    }

.main-sec-slider .slide {
    width: 100%;
}

.main-sec-slider .carousel {
    padding-left: 268px;
}

.main-sec-slider .nav-btn.next-slide {
    cursor: pointer;
    position: absolute;
    left: 0;
    bottom: 30px;
    opacity: 0.33;
    -webkit-transition: 0.25s;
    transition: 0.25s;
}

    .main-sec-slider .nav-btn.next-slide svg {
        width: 138px;
        fill: #fb6c33;
    }

    .main-sec-slider .nav-btn.next-slide:hover {
        opacity: 1;
    }

.breadcrumbs ul {
    margin: 0;
    padding: 30px 0;
}

    .breadcrumbs ul li {
        display: inline-block;
        list-style-type: none;
    }

        .breadcrumbs ul li:first-of-type a {
            margin-left: 0;
        }

        .breadcrumbs ul li a {
            font-size: 14px;
            color: #323946;
            -webkit-transition: 0.3s;
            transition: 0.3s;
            text-decoration: none;
            margin-left: 10px;
        }

            .breadcrumbs ul li a:hover {
                color: #00ade9;
            }

        .breadcrumbs ul li:not(:first-child):before {
            content: ">";
            margin-left: 10px;
        }

        .breadcrumbs ul li:last-child a {
            color: #737f8f;
            pointer-events: none;
        }

.slaider-news .nav-btn {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 35px;
    height: 35px;
    background-color: #fb6c33;
    -webkit-transition: 0.25s;
    transition: 0.25s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 2;
    cursor: pointer;
}

    .slaider-news .nav-btn:hover {
        background-color: #528ad5;
    }

    .slaider-news .nav-btn i {
        display: inline-block;
        height: 12px;
        width: 12px;
        border-left: 3px #fff solid;
        border-bottom: 3px #fff solid;
        position: relative;
    }

    .slaider-news .nav-btn.next-slide {
        right: 0;
    }

        .slaider-news .nav-btn.next-slide i {
            right: 3px;
            -webkit-transform: rotate(-135deg);
            transform: rotate(-135deg);
        }

    .slaider-news .nav-btn.prev-slide {
        left: 0;
    }

        .slaider-news .nav-btn.prev-slide i {
            left: 3px;
            -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
        }

.red {
    border: 1px solid red !important;
}

.green {
    border: 1px solid green !important;
}

.about-page .title-block {
    text-align: left;
    display: grid;
    grid-template-columns: 1fr;
}

.about-page .page-content {
    display: grid;
    grid-template-columns: 1fr;
}

.about-us .title-block {
    text-align: left;
    display: grid;
    grid-template-columns: 1fr;
}

.about-us .page-content {
    display: grid;
    grid-template-columns: 1fr;
}

.tab-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

    .tab-nav button {
        height: 40px;
        padding: 0 15px;
        cursor: pointer;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        opacity: 0.6;
        min-width: 190px;
        text-align: center;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        white-space: nowrap;
        position: relative;
        border-radius: 10px 0;
        color: #fff;
        background-color: #959595;
        font-family: "Roboto Condensed", sans-seri;
        font-size: 16px;
        font-weight: 400;
        line-height: 25px;
        margin-right: 20px;
        border: 0;
        outline: 0;
    }

        .tab-nav button.active {
            background-color: #528ad5;
        }

.tab-block .mat-tab {
    display: none;
}

    .tab-block .mat-tab.active {
        display: block;
    }

.all-projects {
    display: grid;
    grid-template-columns: 1fr;
    grid-row-gap: 40px;
    margin-bottom: 80px;
}

    .all-projects .item {
        display: grid;
        grid-template-columns: 788px 1fr;
    }

        .all-projects .item .picture {
            background-position: center;
            background-repeat: no-repeat;
            background-size: cover;
            min-height: 470px;
            position: relative;
            padding-top: 70px;
        }

            .all-projects .item .picture:before {
                content: '';
                position: absolute;
                height: 100%;
                width: 100%;
                background-color: rgba(38,37,39,.5);
                left: 0;
                top: 0;
                z-index: -1;
            }

            .all-projects .item .picture .title-item {
                margin: 0;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
                color: #fff;
                font-family: "Roboto Condensed", sans-seri;
                font-size: 24px;
                font-weight: 700;
                line-height: 34px;
                padding: 0 10px;
            }

                .all-projects .item .picture .title-item img {
                    margin-right: 21px;
                }

            .all-projects .item .picture .logo {
                width: 333px;
                height: 186px;
                background-color: #fff;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
                -webkit-box-pack: center;
                -ms-flex-pack: center;
                justify-content: center;
                position: absolute;
                bottom: 30px;
                left: -176px;
            }

                .all-projects .item .picture .logo img {
                    max-width: 85%;
                    height: auto;
                    max-height: 100%;
                }

        .all-projects .item .text {
            text-align: center;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between;
            padding: 30px;
        }

            .all-projects .item .text p {
                color: #56575c;
                font-family: "Roboto Condensed", sans-seri;
                font-size: 16px;
                font-weight: 300;
                line-height: 26px;
                margin: 0;
            }

            .all-projects .item .text a.link {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
                -webkit-box-pack: center;
                -ms-flex-pack: center;
                justify-content: center;
                width: 272px;
                height: 53px;
                border-radius: 27px;
                background-color: #fb6c33;
                color: #fff;
                font-family: "Roboto Condensed", sans-seri;
                font-size: 18px;
                font-weight: 400;
                line-height: 1;
                text-decoration: none;
                -webkit-transition: 0.25s;
                transition: 0.25s;
            }

                .all-projects .item .text a.link:hover {
                    background-color: #00248b;
                }

    .all-projects .page-content {
        display: block;
    }

    .all-projects .item .picture {
        z-index: 1;
    }
#wrapper {
	/*
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 100vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; */
    overflow: hidden;
}
header {
    display: grid;
    grid-template-columns: 465px 1fr;
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}

    header .logo {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-shadow: 0 5px 8px 1px rgba(18,18,18,.1);
        box-shadow: 0 5px 8px 1px rgba(18,18,18,.1);
        height: 146px;
        background-color: #fff;
        grid-column: 1/2;
        grid-row: 1/3;
    }

        header .logo img {
            max-width: 440px;
            height: auto;
        }

    header .top-header {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        padding: 5px 200px 5px 0;
        grid-column: 2/3;
        grid-row: 1/2;
    }

        header .top-header nav a {
            padding: 20px;
            color: #56575c;
            font-family: "Myriad Pro",sans-serif;
            font-size: 15px;
            font-weight: 400;
            text-decoration: none;
            display: inline-block;
            -webkit-transition: 0.25s;
            transition: 0.25s;
        }

            header .top-header nav a.active,
            header .top-header nav a:hover {
                color: #00248b;
            }

    header .bottom-header {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-line-pack: stretch;
        align-content: stretch;
        padding-right: 200px;
        background-color: #00248b;
        grid-column: 2/3;
        grid-row: 2/3;
    }

        header .bottom-header .item {
            -webkit-box-flex: 1;
            -ms-flex: 1 1 100%;
            flex: 1 1 100%;
            border-right: 1px #fff solid;
        }

        header .bottom-header a,
        header .bottom-header button {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            text-decoration: none;
            background-color: #00248b;
            border-radius: 0;
            width: 100%;
            color: #fff;
            font-family: "Roboto Condensed", sans-serif;
            font-size: 18px;
            line-height: 1;
            font-weight: 400;
            -webkit-transition: 0.25s;
            transition: 0.25s;
            position: relative;
            padding-left: 30px;
            padding-right: 30px;
            border: 0;
            outline: none;
            text-align: center;
            height: 45px;
        }

            header .bottom-header a.search,
            header .bottom-header button.search {
                width: 75px;
                border-top: 0;
                border-left: 0;
                padding: 0 25px;
                border-right: 1px #fff solid;
            }

                header .bottom-header a.search svg,
                header .bottom-header button.search svg {
                    height: 35px;
                    width: 35px;
                    fill: #fff;
                }

            header .bottom-header a.active,
            header .bottom-header a:hover,
            header .bottom-header button.active,
            header .bottom-header button:hover {
                background-color: #fb6c33;
            }

            header .bottom-header a:after,
            header .bottom-header button:after {
                color: #fff;
            }

        header .bottom-header .mat-raised-button {
            background-color: #00248b;
            border-radius: 0;
            -webkit-box-shadow: none;
            box-shadow: none;
            color: #fff;
            font-family: "Roboto Condensed", sans-serif;
            font-size: 18px;
            font-weight: 400;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            align-item: center;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            border-right: 0 #fff solid;
        }

            header .bottom-header .mat-raised-button ::ng-deep .mat-button-wrapper {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
                -webkit-box-pack: center;
                -ms-flex-pack: center;
                justify-content: center;
            }

    header mat-select {
        margin-left: 20px;
        width: 90px;
        font-size: 15px;
        font-weight: 400;
        color: #528ad5;
        font-family: "Roboto Condensed", sans-serif;
        text-decoration: underline;
        text-transform: uppercase;
    }

        header mat-select .mat-select-value-text,
        header mat-select ::ng-deep .mat-select-value-text {
            color: #528ad5;
            font-family: "Roboto Condensed", sans-serif;
            text-decoration: underline;
            text-transform: uppercase;
        }

.footer {
    background-color: #262527;
    color: #fff;
    width: 100%;
}

    .footer .container {
        display: block;
        max-width: 1170px;
        margin: 0 auto;
        padding: 0 15px;
    }

    .footer .footer-top {
        padding-top: 80px;
        padding-bottom: 40px;
        display: grid;
        grid-template-columns: repeat(4,1fr);
    }

        .footer .footer-top ul {
            padding-left: 0;
            margin: 0;
        }

            .footer .footer-top ul li {
                list-style-type: none;
            }

        .footer .footer-top .title {
            color: #fff;
            font-family: "Roboto Condensed", sans-serif;
            font-size: 16px;
            font-weight: 700;
            line-height: 1;
            text-transform: uppercase;
            letter-spacing: 0.16px;
            margin: 0 0 30px;
        }

        .footer .footer-top a {
            color: #fff;
            font-family: "Roboto Condensed", sans-serif;
            font-size: 16px;
            font-weight: 400;
            line-height: 30px;
            text-decoration: none;
            -webkit-transition: 0.25s;
            transition: 0.25s;
        }

            .footer .footer-top a:hover {
                color: #fb6c33;
            }

        .footer .footer-top p {
            color: #ddd;
            font-family: "Roboto Condensed", sans-serif;
            font-size: 16px;
            font-weight: 400;
            line-height: 26px;
        }

        .footer .footer-top .batton {
            display: inline-block;
            text-align: center;
            height: 32px;
            color: #fff;
            font-family: "Roboto Condensed", sans-serif;
            font-size: 14px;
            font-weight: 400;
            line-height: 32px;
            letter-spacing: 0.15px;
            padding: 0 29px;
            border-radius: 16px;
            width: auto;
            background-color: #fb6c33;
        }

            .footer .footer-top .batton:hover {
                background-color: #fff;
            }

    .footer .footer-bootom {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding-bottom: 50px;
    }

        .footer .footer-bootom .left-item {
            width: 65%;
        }

            .footer .footer-bootom .left-item p {
                color: #939292;
                font-family: "Roboto Condensed", sans-serif;
                font-size: 12px;
                font-weight: 300;
                line-height: 22px;
                letter-spacing: 0.25px;
                margin: 0;
            }

        .footer .footer-bootom .right-item {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: start;
            -ms-flex-align: start;
            align-items: flex-start;
            -webkit-box-pack: end;
            -ms-flex-pack: end;
            justify-content: flex-end;
        }

            .footer .footer-bootom .right-item p {
                color: #fff;
                font-family: "Roboto Condensed", sans-serif;
                font-size: 13px;
                font-weight: 400;
                line-height: 24px;
                margin: 0;
            }

        .footer .footer-bootom ul {
            padding-left: 10px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            margin: 0;
        }

            .footer .footer-bootom ul li {
                list-style-type: none;
                margin: 0 10px;
            }

                .footer .footer-bootom ul li a {
                    -webkit-transition: 0.25s;
                    transition: 0.25s;
                    display: -webkit-box;
                    display: -ms-flexbox;
                    display: flex;
                    -webkit-box-align: center;
                    -ms-flex-align: center;
                    align-items: center;
                    -webkit-box-pack: center;
                    -ms-flex-pack: center;
                    justify-content: center;
                }

                    .footer .footer-bootom ul li a svg {
                        height: 20px;
                        width: 20px;
                        fill: #fff;
                    }

                    .footer .footer-bootom ul li a:hover svg {
                        fill: #fb6c33;
                    }

#menu-mobail,
.hed-menu-btn {
    display: none;
}

mat-sidenav,
mat-sidenav-container,
mat-sidenav-content {
    height: 100%;
}

mat-sidenav {
    width: 250px;
}

.element-block {
    display: grid;
    grid-template-columns: 569px 1fr;
    grid-gap: 50px;
}

    .element-block .map agm-map {
        height: 100%;
        min-height: 389px;
    }

.text-map .title {
    color: #fb6c33;
    font-family: "Roboto Condensed", sans-seri;
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
    text-decoration: underline;
}

.text-map p {
    color: #56575c;
    font-family: "Roboto Condensed", sans-seri;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
}

.text-map .item-info .line {
    display: inline-block;
    width: 100%;
    position: relative;
    padding: 20px 0;
}

    .text-map .item-info .line:after {
        content: '';
        position: absolute;
        left: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 50px;
        height: 1px;
        background-color: #fb6c33;
    }

.text-map .item-info a,
.text-map .item-info p {
    color: #242424;
    font-family: "Roboto Condensed", sans-seri;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0.08px;
    text-decoration: none;
    margin: 0;
}

.form-block {
    margin-top: 45px;
    border-top: 1px #528ad5 solid;
    padding-top: 15px;
}

    .form-block .title-form {
        text-align: center;
    }

        .form-block .title-form .title {
            color: #56575c;
            font-family: "Roboto Condensed", sans-seri;
            font-size: 18px;
            font-style: italic;
        }

        .form-block .title-form p {
            color: #56575c;
            font-family: Roboto;
            font-size: 14px;
            font-weight: 300;
            line-height: 20px;
        }

    .form-block form .example-container {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        grid-gap: 55px;
    }

    .form-block form .textarea-container {
        display: grid;
        grid-template-columns: 1fr;
    }

    .form-block form .button-container {
        margin-top: 50px;
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

        .form-block form .button-container .submit {
            height: 38px;
            border-radius: 19px;
            background-color: #fb6c33;
            color: #e8e9ec;
            font-family: "Roboto Condensed", sans-seri;
            font-size: 16px;
            font-weight: 400;
            line-height: 1;
            padding: 0 60px;
            border: 0;
            outline: 0;
        }

.contact .page-content {
    display: block;
}

.mat-form-field input,
.mat-form-field textarea {
    width: 100%;
    font-size: 18px;
    padding: 0.4375em 0 0.4375em 0.5em;
    border: 0;
    border-bottom: 1px #ccc solid;
}

.form-block form .textarea-container {
    margin-top: 25px;
}

.all-elements {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-column-gap: 30px;
    grid-row-gap: 40px;
}

    .all-elements .teacher-material-item {
        background: #edeef3;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 20px;
        position: relative;
        text-decoration: none;
    }

        .all-elements .teacher-material-item .material-name {
            padding-top: 15px;
            color: #464646;
            font-size: 15px;
            font-weight: 400;
            line-height: 21px;
            margin-left: 20px;
        }

        .all-elements .teacher-material-item .before {
            display: inline-block;
            width: 15px;
            height: 45px;
            background-size: contain;
            background-repeat: no-repeat;
            background-position: center;
            right: 25px;
            top: -15px;
            z-index: 2;
            position: absolute;
            -webkit-transition: 0.3s;
            transition: 0.3s;
        }

.library .page-content {
    padding: 0;
}

.library .material-image .img {
    max-width: 127px;
    max-height: 167px;
}

.title-block p {
    color: #5f5f5f;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
}

.all-news {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-gap: 30px;
}

    .all-news .item-news {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

        .all-news .item-news .news-img {
            height: 227px;
            display: inline-block;
            width: 100%;
            background-repeat: no-repeat;
            background-size: cover;
            background-position: center;
            -webkit-transition: 0.25s;
            transition: 0.25s;
        }

            .all-news .item-news .news-img:hover {
                opacity: 0.7;
            }

        .all-news .item-news .test-news .title-news {
            font-family: "Roboto Condensed", sans-serif;
            font-size: 19px;
            font-weight: 400;
            line-height: 25.16px;
            color: #414248;
            margin: 28px 0;
            text-decoration: none;
            display: inline-block;
            -webkit-transition: 0.25s;
            transition: 0.25s;
        }

            .all-news .item-news .test-news .title-news:hover {
                color: #eb662e;
            }

        .all-news .item-news .test-news p {
            margin: 0;
            font-family: "Roboto Condensed", sans-seri;
            font-size: 14px;
            font-weight: 400;
            color: #414248;
            line-height: 21.59px;
        }

        .all-news .item-news .test-news .data {
            margin-top: 30px;
            font-family: Roboto;
            font-size: 14px;
            font-weight: 400;
            line-height: 12.55px;
            text-transform: uppercase;
            color: #414248;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
        }

            .all-news .item-news .test-news .data ::ng-deep .mat-icon {
                height: 14px;
                width: 14px;
                margin-right: 5px;
            }

            .all-news .item-news .test-news .data ::ng-deep .material-icons {
                font-size: 14px;
            }

.news .page-content {
    padding: 0;
}

.page-content {
    display: grid;
    grid-template-columns: 1fr 285px;
}

    .page-content .left-content {
        padding: 46px 62px;
    }

    .page-content .right-content {
        padding: 37px 30px;
        border-left: 1px #dfdfdf solid;
    }

.title-block {
    text-align: left;
    margin-bottom: 25px;
}

    .title-block .data {
        font-family: Roboto;
        font-size: 13px;
        font-weight: 400;
        line-height: 11.97px;
        text-transform: uppercase;
        color: #414248;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

        .title-block .data ::ng-deep .mat-icon {
            height: 14px;
            width: 14px;
            margin-right: 5px;
        }

        .title-block .data ::ng-deep .material-icons {
            font-size: 14px;
        }

    .title-block .title {
        color: #56575c;
        font-family: "Roboto Condensed", sans-seri;
        font-size: 36px;
        font-weight: 700;
        line-height: 1;
        margin: 24px 0;
    }

    .title-block .school {
        font-family: Roboto;
        font-size: 13px;
        font-weight: 400;
        line-height: 11.97px;
        color: #414248;
    }

.news-content p {
    color: #848484;
    font-family: "Roboto Condensed", sans-seri;
    font-size: 14px;
    font-weight: 400;
    line-height: 23px;
}

.right-content .item-naw-bar {
    margin-bottom: 15px;
}

    .right-content .item-naw-bar .title {
        height: 40px;
        background-color: #528ad5;
        color: #fff;
        font-family: "Roboto Condensed", sans-seri;
        font-size: 16px;
        font-weight: 700;
        line-height: 25px;
        border-radius: 10px 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 20px;
    }

    .right-content .item-naw-bar .all-filter {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

        .right-content .item-naw-bar .all-filter .button {
            color: #949599;
            font-family: "Roboto Condensed", sans-seri;
            font-size: 14px;
            font-weight: 400;
            line-height: 1;
            padding: 6px 9px;
            margin: 4px;
            border: 0;
            -webkit-transition: 0.25s;
            transition: 0.25s;
            cursor: pointer;
        }

            .right-content .item-naw-bar .all-filter .button:hover {
                color: #fff;
                background-color: #fb6c33;
            }

    .right-content .item-naw-bar .list-filter {
        margin-top: -10px;
    }

        .right-content .item-naw-bar .list-filter a {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between;
            text-decoration: none;
            font-family: Roboto;
            font-size: 12px;
            font-weight: 400;
            line-height: 1;
            padding: 10px 15px 9px 0;
            color: #848484;
            border-bottom: 1px transparent solid;
            -webkit-transition: 0.25s;
            transition: 0.25s;
        }

            .right-content .item-naw-bar .list-filter a span {
                color: #61636a;
                -webkit-transition: 0.25s;
                transition: 0.25s;
            }

            .right-content .item-naw-bar .list-filter a:hover {
                color: #fb6c33;
                border-bottom: 1px #fb6c33 solid;
            }

                .right-content .item-naw-bar .list-filter a:hover span {
                    color: #fb6c33;
                }

    .right-content .item-naw-bar .popul-news a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        padding-bottom: 29px;
        text-decoration: none;
        border-bottom: 1px #ddd solid;
    }

        .right-content .item-naw-bar .popul-news a .img {
            height: 118px;
            display: inline-block;
            width: 100%;
            background-repeat: no-repeat;
            background-size: cover;
            background-position: center;
            -webkit-transition: 0.25s;
            transition: 0.25s;
        }

        .right-content .item-naw-bar .popul-news a .text {
            padding: 19px 0;
        }

            .right-content .item-naw-bar .popul-news a .text p {
                color: #242626;
                font-family: "Roboto Condensed", sans-seri;
                font-size: 14px;
                font-weight: 400;
                line-height: 18.45px;
                margin: 0;
                -webkit-transition: 0.25s;
                transition: 0.25s;
            }

        .right-content .item-naw-bar .popul-news a .data {
            color: #53535c;
            font-family: Roboto;
            font-size: 14px;
            font-weight: 400;
            line-height: 1;
            text-transform: uppercase;
        }

        .right-content .item-naw-bar .popul-news a:hover .img {
            opacity: 0.7;
        }

        .right-content .item-naw-bar .popul-news a:hover .text p {
            color: #fb6c33;
        }

.paginator {
    padding-top: 30px;
}

.slider-news-block {
    display: inline-block;
    width: 742px;
}

    .slider-news-block .slaider-news {
        position: relative;
    }

        .slider-news-block .slaider-news .slide {
            outline: 0;
        }

        .slider-news-block .slaider-news .images {
            display: inline-block;
            width: 100%;
            height: 400px;
            background-position: center;
            background-size: cover;
            background-repeat: no-repeat;
        }

.paginator {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

    .paginator a {
        color: #666;
        font-family: "Roboto Condensed", sans-seri;
        font-size: 14px;
        font-weight: 400;
        line-height: 21px;
        text-decoration: none;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-transition: 0.25s;
        transition: 0.25s;
    }

        .paginator a i {
            display: inline-block;
            height: 6px;
            width: 6px;
            border-left: 2px #666 solid;
            border-bottom: 2px #666 solid;
            position: relative;
            -webkit-transition: 0.25s;
            transition: 0.25s;
        }

        .paginator a:hover {
            color: #fb6c33;
        }

            .paginator a:hover i {
                border-color: #fb6c33;
            }

    .paginator .prev i {
        margin-right: 5px;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .paginator .next i {
        margin-left: 5px;
        -webkit-transform: rotate(-135deg);
        transform: rotate(-135deg);
    }

.soshi {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    .soshi p {
        color: #353535;
        font-family: "Roboto Condensed", sans-seri;
        font-size: 15px;
        font-weight: 600;
        line-height: 21px;
    }

.soc-ul {
    padding-left: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
}

    .soc-ul li {
        list-style-type: none;
        margin: 0 10px;
    }

        .soc-ul li a {
            -webkit-transition: 0.25s;
            transition: 0.25s;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
        }

            .soc-ul li a svg {
                height: 20px;
                width: 20px;
                fill: #666;
            }

            .soc-ul li a:hover svg {
                fill: #fb6c33;
            }

.news-inner .page-content {
    padding: 0;
}

app-about-us {
    background-color: #edeef3;
}

.container {
    display: block;
    max-width: 1170px;
    margin: 0 auto;
    padding: 0 15px;
}

.page-content {
    background-color: #fff;
    padding: 50px 38px;
    margin-bottom: 80px;
}

.project .title-block {
    text-align: left;
    display: grid;
    grid-template-columns: 1fr 630px;
}

    .project .title-block .right-elem {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .project .title-block .logo {
        padding: 35px 65px 35px 0;
        background-color: #fff;
        bottom: 30px;
        left: 0;
        z-index: 2;
    }

        .project .title-block .logo img {
            height: auto;
            width: 170px;
        }

    .project .title-block .picture {
        height: 413px;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .project .title-block .title {
        color: #56575c;
        font-family: "Roboto Condensed", sans-seri;
        font-size: 36px;
        font-weight: 700;
        line-height: 1;
    }

    .project .title-block p {
        color: #5f5f5f;
        font-family: "Roboto Condensed", sans-seri;
        font-size: 16px;
        font-weight: 400;
        line-height: 26px;
    }

.text-info-project .title {
    color: #fb6c33;
    font-family: "Roboto Condensed", sans-seri;
    font-size: 24px;
    font-weight: 700;
    line-height: 22px;
    text-decoration: underline;
}

.text-info-project p {
    color: #56575c;
    font-family: "Roboto Condensed", sans-seri;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
}

.page-content ::ng-deep .mat-tab-label {
    height: 40px;
    padding: 0 15px;
    cursor: pointer;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    opacity: 0.6;
    min-width: 190px;
    text-align: center;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    white-space: nowrap;
    position: relative;
    border-radius: 10px 0;
    color: #fff;
    background-color: #959595;
    font-family: "Roboto Condensed", sans-seri;
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    margin-right: 20px;
}

.page-content ::ng-deep .mat-tab-label-active {
    background-color: #528ad5;
}

::ng-deep .mat-tab-header,
::ng-deep .mat-tab-nav-bar {
    border-bottom: 1px solid transparent;
}

    ::ng-deep .mat-tab-group.mat-primary .mat-ink-bar,
    ::ng-deep .mat-tab-nav-bar.mat-primary .mat-ink-bar {
        background-color: transparent;
    }

.img-block {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-gap: 19px;
}

    .img-block .item a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        height: 100%;
        min-height: 210px;
        width: 100%;
        position: relative;
        overflow: hidden;
    }

        .img-block .item a img {
            position: absolute;
            width: 100%;
            height: auto;
            top: 50%;
            left: 50%;
            -webkit-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
        }

.tab-block {
    padding-top: 30px;
}

    .tab-block ::ng-deep .mat-tab-body {
        margin-top: 30px;
    }

.all-man {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-gap: 19px;
}

.about-item {
    background: #edeef3;
    padding: 20px 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 25px;
}

    .about-item .about-image {
        height: 165px;
        width: 125px;
        margin-right: 20px;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding: 3px;
        border: 1px solid #d0d0d0;
        background: #fff;
        position: relative;
        overflow: hidden;
    }

        .about-item .about-image img {
            position: absolute;
            width: 100%;
            height: auto;
            top: 50%;
            left: 50%;
            -webkit-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
        }

    .about-item .about-text h2 {
        color: #3c3c3c;
        font-size: 16px;
        line-height: 21px;
        margin: 0;
    }

    .about-item .about-text h3 {
        margin-top: 15px;
        margin-bottom: 0;
        color: #57a1bb;
        font-size: 16px;
        line-height: 21px;
    }

    .about-item .about-text p {
        margin: 0;
        font-size: 14px;
        line-height: 18px;
        color: #242626;
    }

.pdf-block {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-gap: 19px;
    margin-top: 30px;
}

.how-item {
    background: #edeef3;
    margin-bottom: 30px;
    padding: 30px 80px 20px 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}

    .how-item .before {
        width: 20px;
        height: 55px;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        right: 32px;
        top: -15px;
        z-index: 2;
        position: absolute;
    }

    .how-item .how-image {
        width: 60px;
        margin-right: 20px;
    }

        .how-item .how-image img {
            max-width: 56px;
        }

    .how-item .how-description h2 {
        font-size: 17px;
        color: #464646;
        margin-top: 0;
    }

    .how-item .how-description p {
        font-size: 13px;
        line-height: 17px;
        color: #5f5f5f;
        margin: 0;
    }

.text p {
    color: #56575c;
    font-family: "Roboto Condensed", sans-seri;
    font-size: 16px;
    font-weight: 300;
    line-height: 26px;
}

.project .page-content {
    display: block;
}

@media (max-width:1650px) {
    header .bottom-header,
    header .top-header {
        padding-right: 15px;
    }
}

@media (max-width:1550px) {
    .all-projects .item .picture .logo {
        width: 150px;
        height: 100px;
        background-color: #fff;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        position: absolute;
        bottom: 15px;
        left: 15px;
    }

    .all-projects .item .text a {
        width: 100%;
        margin-top: 15px;
    }
}

@media (max-width:1480px) {
    header .bottom-header a,
    header .bottom-header button {
        padding-left: 10px;
        padding-right: 10px;
    }

    header {
        grid-template-columns: 250px 1fr;
    }

        header .logo img {
            max-width: 440px;
            height: auto;
            width: 90%;
        }
}

@media (max-width:1200px) {
    .all-man {
        grid-template-columns: repeat(2,1fr);
        grid-gap: 19px;
    }

    .all-projects .item {
        grid-template-columns: 450px 1fr;
    }

    header .bottom-header a,
    header .bottom-header button {
        font-size: 16px;
    }

    .all-elements {
        grid-template-columns: repeat(1,1fr);
        grid-gap: 15px;
    }

    .slider-news-block {
        display: inline-block;
        width: 500px;
    }
}

@media (max-width:991px) {
    .main-sec-slider .carousel {
        padding-left: 0;
    }

    .main-sec-slider .nav-btn.next-slide {
        cursor: pointer;
        position: absolute;
    }

    .main-sec-slider .slide {
        padding: 0 100px;
    }

    .main-sec-slider {
        padding-top: 25px;
        padding-bottom: 25px;
    }

        .main-sec-slider p {
            font-size: 18px;
            font-weight: 400;
            line-height: 1.2;
            margin: 1rem 0;
        }

        .main-sec-slider .title {
            font-size: 26px;
            line-height: 1;
            margin-bottom: 1rem;
        }

    .main-sec-news .sec-news {
        display: grid;
        grid-template-columns: 1fr;
        grid-row-gap: 24px;
        grid-column-gap: 0;
    }

        .main-sec-news .sec-news .right-new {
            grid-column-start: 1;
            grid-column-end: 3;
            grid-row-start: 3;
            grid-row-end: 4;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
        }

            .main-sec-news .sec-news .right-new .all-elements .item img {
                width: 100%;
                max-width: 100%;
                max-height: 100%;
                height: auto;
            }

            .main-sec-news .sec-news .right-new .all-elements {
                display: grid;
                grid-template-columns: 1fr 1fr;
            }

                .main-sec-news .sec-news .right-new .all-elements .title {
                    grid-column: 1/3;
                }

            .main-sec-news .sec-news .right-new .link {
                width: 200px;
                margin: 25px auto 0;
            }

    .main-sec-public .content .text {
        max-width: 50%;
    }

    .main-sec-public .book {
        right: 0;
    }

    .main-sec-about .content {
        grid-gap: 25px;
    }

        .main-sec-about .content .blocl-img {
            display: grid;
            grid-template-columns: repeat(1,1fr);
            grid-gap: 15px;
        }

            .main-sec-about .content .blocl-img .item {
                overflow: hidden;
                position: relative;
            }

    section .title {
        font-size: 26px;
        line-height: 1;
        margin-bottom: 1rem;
    }

    section p {
        font-size: 18px;
        font-weight: 400;
        line-height: 1.2;
        margin: 1rem 0;
    }

    .main-sec-slider .nav-btn.next-slide {
        left: auto;
        right: 15px;
        bottom: 15px;
    }

        .main-sec-slider .nav-btn.next-slide svg {
            width: 50px;
            height: 50px;
        }

    .breadcrumbs ul {
        margin: 0;
        padding: 15px 0;
    }

    .text p {
        margin-top: 0;
    }

    .tab-block {
        padding-top: 15px;
    }

        .tab-block .mat-tab-body {
            margin-top: 15px;
        }

    .img-block,
    .pdf-block {
        grid-template-columns: repeat(2,1fr);
        grid-gap: 15px;
    }

    .all-projects .item {
        grid-template-columns: 1fr;
    }

    .all-projects {
        grid-row-gap: 15px;
        margin-bottom: 25px;
    }

        .all-projects .item .picture .title-item {
            font-size: 18px;
            font-weight: 700;
            line-height: 22px;
        }

        .all-projects .item .text {
            padding: 15px;
        }

        .all-projects .item .picture {
            min-height: 275px;
        }

    header .logo {
        height: 100%;
    }

    .footer .footer-top {
        padding-top: 20px;
        padding-bottom: 20px;
        display: grid;
        grid-template-columns: repeat(2,1fr);
        grid-row-gap: 25px;
    }

        .footer .footer-top .title {
            margin: 0 0 15px;
        }

    .footer .footer-bootom .left-item {
        margin-bottom: 15px;
    }

    .footer .footer-bootom .left-item,
    .footer .footer-bootom .right-item {
        width: 100%;
        text-align: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .footer .footer-bootom {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding-bottom: 15px;
    }

    header .logo {
        grid-column: 1/2;
        grid-row: 1/2;
    }

    header .bottom-header {
        grid-column: 1/3;
        grid-row: 2/3;
    }

    .page-content {
        background-color: #fff;
        padding: 25px;
    }

    .map {
        height: 250px;
    }

    .element-block {
        grid-template-columns: 1fr;
        grid-gap: 15px;
    }

    .form-block {
        margin-top: 15px;
        border-top: 1px #528ad5 solid;
        padding-top: 0;
    }

    .text-map .title {
        margin-top: 0;
    }

    .text-map .item-info .line {
        padding: 10px 0;
    }

    .title-block {
        margin-bottom: 15px;
    }

    .all-news {
        grid-template-columns: repeat(1,1fr);
        grid-gap: 15px;
    }

    .page-content {
        margin-bottom: 20px;
        grid-template-columns: 1fr 1fr;
    }

        .page-content .right-content {
            border-left: 1px #dfdfdf solid;
        }

    .title-block .title {
        color: #56575c;
        font-family: "Roboto Condensed", sans-seri;
        font-size: 24px;
        font-weight: 700;
        line-height: 1;
        margin: 15px 0 10px;
    }

    .page-content .left-content,
    .page-content .right-content {
        padding: 15px;
    }

    .slider-news-block .slaider-news .images {
        height: 250px;
    }

    .slider-news-block {
        width: 400px;
    }
}

@media (max-width:767px) {
    .main-sec-news .sec-news .top-left-new {
        grid-column-start: 1;
        grid-column-end: 3;
        display: grid;
        grid-template-columns: 40% 60%;
        text-decoration: none;
    }

    .main-sec-news .sec-news .bottom-left-new {
        grid-column-start: 1;
        grid-column-end: 3;
        display: grid;
        grid-template-columns: 1fr;
        grid-gap: 25px;
    }

    .main-sec-about .content {
        min-height: initial;
        display: grid;
        grid-template-columns: repeat(1,1fr);
        grid-gap: 15px;
    }

        .main-sec-about .content .text .link {
            display: block;
        }

    .main-sec-feedback .carousel {
        margin-top: 15px;
    }

    .main-sec-feedback {
        padding-top: 25px;
        padding-bottom: 25px;
    }

        .main-sec-feedback .carousel .slide {
            grid-template-columns: 1fr;
            grid-gap: 0;
        }

    .main-sec-public {
        padding: 0 0 25px;
        margin-top: 25px;
    }

        .main-sec-public .book {
            display: none;
        }

    .main-sec-slider .carousel .slide .text {
        padding-right: 200px;
        font-size: 17px;
        font-weight: 700;
        line-height: 22px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .main-sec-news {
        padding: 25px 0;
    }

        .main-sec-news .sec-title {
            text-align: center;
            margin-bottom: 15px;
        }

    .main-sec-feedback .carousel .slide .icon {
        display: block;
        margin: 0 auto;
    }

    .main-sec-feedback .slick-dots {
        text-align: left !important;
        bottom: -40px;
    }

    .tab-block {
        padding-top: 0;
    }

    .title-block .title {
        margin-top: 0;
    }

    .all-man {
        grid-template-columns: repeat(1,1fr);
        grid-gap: 15px;
    }

    header {
        overflow: hidden;
        position: relative;
    }

    .hed-menu-btn,
    .menu-mobail {
        display: inline-block;
    }

    .footer .footer-top {
        padding-top: 15px;
        padding-bottom: 15px;
        display: grid;
        grid-template-columns: 1fr;
        text-align: center;
    }



    .hed-menu-btn {
        margin-left: auto;
        margin-right: 15px;
    }

    header .logo {
        padding: 10px 0;
    }

    #menu-mobail {
        background-color: #fff;
        z-index: 10;
        width: 100vw;
        display: grid;
        grid-template-columns: 1fr;
        grid-row-gap: 1rem;
        position: fixed;
        top: 0;
        left: 0;
        padding: 3rem;
        -webkit-transform: translateX(-200%);
        transform: translateX(-200%);
        -webkit-transition: 0.5s;
        transition: 0.5s;
    }

        #menu-mobail a {
            background-color: #00248b;
            border-radius: 0;
            -webkit-box-shadow: none;
            box-shadow: none;
            color: #fff;
            font-family: "Roboto Condensed",sans-serif;
            font-size: 18px;
            font-weight: 400;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            align-item: center;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            border-right: 1px #fff solid;
            text-transform: uppercase;
        }

        #menu-mobail .hed-clear-btn {
            position: absolute;
            top: 5px;
            right: 15px;
        }

        #menu-mobail.active {
            -webkit-transform: translateX(0);
            transform: translateX(0);
        }

    .page-content {
        background-color: #fff;
        padding: 15px;
    }

    .form-block form .example-container {
        grid-template-columns: 1fr;
        grid-gap: 5px;
    }

    .form-block form .button-container {
        margin-top: 15px;
    }

    .page-content .left-content,
    .page-content .right-content {
        padding: 15px;
    }

    .page-content .right-content {
        grid-row: 1/2;
    }

    .all-elements .teacher-material-item .material-name {
        font-size: 14px;
        line-height: 18px;
        margin-left: 10px;
    }

    .all-elements .teacher-material-item {
        padding: 10px;
    }

    .page-content {
        margin-bottom: 20px;
        grid-template-columns: 1fr;
    }

    .slider-news-block {
        width: 300px;
    }
}
.hamburger {
    display: none;
}
@media (max-width:767px) {
    header {
        overflow: inherit;
    }
        /* nav-icon-1 */
        .hamburger {
        width: 30px;
        height: 30px;
        position: relative;
        transition: .1s;
        margin: 10px 10px;
        cursor: pointer;
        display: inline-block;
        padding: 0;
        border: 0;
        background-color: transparent;
        outline: none;
    }

        .hamburger span {
            width: 5px;
            height: 5px;
            background-color: #fb6c33;
            display: block;
            border-radius: 50%;
            position: absolute;
        }

    .hamburger:hover span {
        transform: scale(1.2);
        transition: 350ms cubic-bezier(.8, .5, .2, 1.4);
    }

    .hamburger span:nth-child(1) {
        left: 0;
        top: 0;
    }

    .hamburger span:nth-child(2) {
        left: 12px;
        top: 0;
    }

    .hamburger span:nth-child(3) {
        right: 0;
        top: 0;
    }

    .hamburger span:nth-child(4) {
        left: 0;
        top: 12px;
    }

    .hamburger span:nth-child(5) {
        position: absolute;
        left: 12px;
        top: 12px;
    }

    .hamburger span:nth-child(6) {
        right: 0px;
        top: 12px;
    }

    .hamburger span:nth-child(7) {
        left: 0px;
        bottom: 0px;
    }

    .hamburger span:nth-child(8) {
        position: absolute;
        left: 12px;
        bottom: 0px;
    }

    .hamburger span:nth-child(9) {
        right: 0px;
        bottom: 0px;
    }

    .hamburger.active {
        transform: rotate(180deg);
        cursor: pointer;
        transition: .2s cubic-bezier(.8, .5, .2, 1.4);
    }

    .hamburger.active span {
        border-radius: 50%;
        transition-delay: 200ms;
        transition: .5s cubic-bezier(.8, .5, .2, 1.4);
    }

    .hamburger.active span:nth-child(2) {
        left: 6px;
        top: 6px;
    }

    .hamburger.active span:nth-child(4) {
        left: 6px;
        top: 18px;
    }

    .hamburger.active span:nth-child(6) {
        right: 6px;
        top: 6px;
    }

    .hamburger.active span:nth-child(8) {
        left: 18px;
        bottom: 6px;
    }
    /* nav-icon-2 */
    .hamburger {
        display: block;
        position:fixed;
        top: 15px;
        right: 15px;
    }
    .header .top-header nav {
        padding-top: 15px;
        max-width: none;
        width: -webkit-calc(100% - (30px));
        width: calc(100% - (30px));
        margin-right: 15px;
        margin-left: 15px;
        position: absolute;
        left: 0;
        top: 72px;
        -webkit-transform: translateX(-200%);
        -ms-transform: translateX(-200%);
        transform: translateX(-200%);
        -webkit-transition: 0.5s;
        -o-transition: 0.5s;
        transition: 0.5s;
        z-index: 99999;
        background-color: #fff;
        padding-bottom: 15px;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }
        .header .top-header nav.active {
            -webkit-transform: translateX(0);
            -ms-transform: translateX(0);
            transform: translateX(0);
            display: flex;
            align-items: center;
            justify-content: center;
            flex-direction: column;
        }
    .footer .footer-bootom .left-item p br, header .bottom-header {
        display: none;
    }
}

@media (max-width:560px) {
    section {
        min-height: 380px;
    }

    .main-sec-slider .carousel {
        margin-top: 15px;
    }

        .main-sec-slider .carousel .slide {
            height: 250px;
            position: relative;
            outline: 0;
            padding: 0 15px;
        }

            .main-sec-slider .carousel .slide img {
                height: 164%;
                width: auto;
            }

            .main-sec-slider .carousel .slide .mini-logo {
                padding: 15px;
            }

                .main-sec-slider .carousel .slide .mini-logo img {
                    max-width: 100px;
                    height: auto;
                }

            .main-sec-slider .carousel .slide .text {
                left: 15px;
                padding-right: 30px;
            }

    .main-sec-news .sec-news .bottom-left-new .left-elements {
        display: grid;
        grid-gap: 10px;
        grid-template-columns: repeat(1,1fr);
    }

        .main-sec-news .sec-news .bottom-left-new .left-elements .images-block {
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
        }

    .main-sec-news .sec-news .top-left-new {
        grid-template-columns: 1fr;
    }

        .main-sec-news .sec-news .top-left-new .picture {
            height: 250px;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
        }

    .main-sec-public .content .text {
        max-width: 100%;
    }

    .main-sec-news .sec-news .right-new .all-elements {
        display: grid;
        grid-template-columns: 1fr;
    }

        .main-sec-news .sec-news .right-new .all-elements .item {
            grid-column: 1/3;
        }

    .main-sec-about .content .blocl-img .item {
        height: auto;
        position: relative;
    }

    .main-sec-feedback .carousel .slide .text .title {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

        .main-sec-feedback .carousel .slide .text .title .name {
            margin-right: 0;
            margin-bottom: 5px;
        }

    .page-content {
        padding: 15px;
        margin-bottom: 20px;
    }

    .img-block,
    .pdf-block {
        grid-template-columns: repeat(1,1fr);
        grid-gap: 15px;
    }
}

@media (max-width:480px) {
    .page-content {
        margin-bottom: 20px;
        grid-template-columns: 1fr;
    }

        .page-content .right-content {
            grid-row: 1/2;
        }
}

    @media (max-width:479px) {
        .main-sec-news .sec-news .top-left-new .text {
            padding: 15px 15px 10px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
        }

        .main-sec-news .sec-news .bottom-left-new .left-elements .item-news {
            padding: 15px;
        }

        .main-sec-news .sec-news .top-left-new .picture img {
            max-width: 100%;
        }
    }

    @media (max-width:350px) {
        .about-item {
            background: #edeef3;
            padding: 15px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            margin-bottom: 25px;
        }

            .about-item .about-image {
                margin-right: 0;
            }

        .how-item {
            margin-bottom: 15px;
            padding: 15px 60px 15px 15px;
        }
    }

    .textHide p {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 4; /* number of lines to show */
        line-height: 19.46px; /* fallback */
        max-height: 4*19.46px; /* fallback */
    }

    .material-image img {
        max-width: 100px;
        height: auto;
    }
.search-block {
    width: -webkit-calc(34% + 55px);
    width: calc(34% + 55px);
    position: absolute;
    right: 0;
    top: calc(100% - 8px);
    z-index: 9;
    background: #fff;
    border-bottom: 3px solid #00248b;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

    .search-block form {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }

    .search-block input {
        line-height: 51px;
        border: none;
        color: #5b5b5b;
        font-weight: 300;
        font-style: italic;
        font-size: 15px;
        padding: 0 40px;
        background-color: #fb6c3338;
        width: -webkit-calc(100% - 55px);
        width: calc(100% - 55px);
    }

    .search-block button {
        width: 55px;
        height: 51px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        background: transparent;
        border: none;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        font-size: 21px;
        color: #00ade9;
        -webkit-transition: .3s;
        -o-transition: .3s;
        transition: .3s;
        background-color: #00248b;
    }
        .search-block button svg {
            height: 25px;
            width: 25px;
            fill: #fff;
        }

        .search-block button:hover {
            background-color: #fb6c33;
            color: #fff;
        }

    .search-block.active {
        -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
        transform: translateX(0%);
    }
header .bottom-header a.search, header .bottom-header button.search svg.close {
display: none;
}
header .bottom-header a.search, header .bottom-header button.search.active svg {
 display: none;
}
header .bottom-header a.search, header .bottom-header button.search.active svg.close {
    display: inline-block;
}
    /*# sourceMappingURL=style.min.css.map */