* {
    box-sizing: border-box;
}

ul {
    padding-left: 0;
}

li {
    list-style: none;
}

a {
    text-decoration: unset;
}

.header {
    position: fixed;
    margin-top: 40px;
    z-index: 99;
    width: 100%;
    transition: all .3s ease;

    .logo {
        width: 320px;

        img {
            width: 100%;
        }
    }

    &.active {
        background-color: #fff;
        margin-top: 0;
        box-shadow: 0px 2px 4px 0px rgba(184, 184, 184, 0.7);

        a {
            color: #a3a3a3 !important;
        }
    }

    .links {
        ul {
            li {
                padding: 13px 0;

                a {
                    position: relative;
                    color: #ffffff;
                    font-weight: 500;
                    padding: 15px 0;
                }

                a::before {
                    content: '';
                    bottom: 0;
                    position: absolute;
                    display: block;
                    width: 100%;
                    height: 2px;
                    border-radius: 2px;
                    background-color: #26a79200;
                    transition: all .3s ease;
                }
            }

            li:hover {
                a::before {
                    background-color: #26a792;
                }
            }
        }
    }

    .social {
        .lang {
            margin-left: 20px;

            li {
                padding: 13px 0;
                position: relative;

                a {
                    color: #ffffff;
                    font-weight: 500;
                    padding: 15px 10px;
                }

                a::before {
                    content: '';
                    bottom: 0;
                    position: absolute;
                    display: block;
                    width: 100%;
                    height: 2px;
                    border-radius: 2px;
                    background-color: #26a79200;
                    transition: all .3s ease;
                }
            }

            li:hover {
                a::before {
                    background-color: #26a792;
                }
            }
        }
    }
}

.banner {
    width: 100%;
    height: 630px;

    .mySwiper {
        height: 100%;

        .swiper-wrapper {
            .swiper-slide {
                position: relative;

                .content {
                    position: absolute;
                    height: 630px;
                    width: 100%;
                    bottom: 0px;
                    display: flex;
                    align-items: flex-end;

                    .info {
                        position: relative;
                        bottom: 75px;
                        left: 75px;

                        h2 {
                            color: #ffffff;
                            font-size: 48px;
                            padding: 12px 0;
                            position: relative;
                            margin-bottom: 20px !important;
                        }

                        h2::before {
                            display: block;
                            content: '';
                            width: 100%;
                            height: 3px;
                            border-radius: 2px;
                            position: absolute;
                            bottom: 0;
                            background-color: #26a792;

                        }

                        a {
                            width: 300px;
                            display: block;
                            background-color: #fff;
                            text-align: center;
                            padding: 9px 0;
                            color: #000000;
                            font-weight: 500;

                            &:hover {
                                background-color: #c3c3c3;
                            }
                        }
                    }
                }

                img {
                    width: 100%;
                    height: 630px;
                    object-fit: cover;
                }
            }
        }
    }

    .swiper-button-next {
        width: 30px;
        height: 30px;
        background-color: rgb(255, 255, 255);
        margin-top: 0px;
        border-radius: 50%;

        &::after {
            font-size: 14px;
            font-weight: 600;
            color: #000000;
        }
    }

    .swiper-button-prev {
        width: 30px;
        height: 30px;
        background-color: rgb(255, 255, 255);
        margin-top: 0px;
        border-radius: 50%;

        &::after {
            font-size: 14px;
            font-weight: 600;
            color: #000000;
        }
    }
}

.beaity {
    margin-top: 75px;

    img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .info {
        margin-top: 75px;

        .title {
            margin-bottom: 20px;
        }

        p {
            font-size: 20px;
            line-height: 29px;
            font-weight: 100;
        }
    }
}


.about-wrapper {
    margin-top: 75px;

    .about {
        padding: 0 200px;

        .title {
            margin-bottom: 20px;
        }

        p {
            color: #000000;
            font-size: 20px;
            line-height: 29px;
            font-weight: 100;
        }
    }

    .bg-img {
        background-color: #26a792;
        width: 100%;
        height: 100px;
        position: relative;
        margin-top: 220px;
        margin-bottom: 40px;

        img {
            position: absolute;
            bottom: 0;
            left: 150px;
        }
    }

    .desc {
        padding: 0 200px;

        p {
            color: #000000;
            font-size: 20px;
            line-height: 29px;
            font-weight: 100;
            padding-bottom: 20px;
        }

        ul {
            li {
                color: #000000;
                font-size: 20px;
                line-height: 29px;
                font-weight: 100;
            }
        }
    }

    .chooseprod {
        padding: 0 200px;
        margin-bottom: 60px;

        .title {
            margin-bottom: 30px;
        }

        ul {
            li {
                color: #000000;
                font-size: 20px;
                line-height: 29px;
                font-weight: 100;
            }
        }
    }

    .contact-info {
        padding: 0 200px;
        margin-bottom: 100px;

        .info {
            margin-bottom: 30px;

            p {
                color: #000000;
                font-size: 20px;
                line-height: 29px;
                font-weight: 100;
                margin-bottom: 0;
            }
        }

        .link {
            p {
                color: #000000;
                font-size: 20px;
                line-height: 29px;
                font-weight: 100;
                padding-bottom: 5px;
                margin-bottom: 0;

                a {
                    color: #26a792;
                    margin-left: 5px;
                    position: relative;
                    padding: 5px 0;

                    &::before {
                        position: absolute;
                        bottom: 0;
                        content: '';
                        height: 1px;
                        width: 100%;
                        background-color: #26a792;

                    }
                }
            }
        }
    }
}

.services-wrapper {
    margin-bottom: 100px;

    .services {
        .info {
            p {
                font-size: 20px;
                line-height: 29px;
                font-weight: 100;
            }

            b {
                font-size: 20px;
                font-weight: 700;
                font-style: italic;
            }

            ul {
                padding-left: 25px;

                li {
                    list-style: disc;

                    p {
                        margin-bottom: 0;
                    }
                }
            }
        }
    }
}

.title {
    width: 80%;
    margin-bottom: 50px;

    p {
        line-height: 29px !important;
        font-weight: 100 !important;
        color: #424242 !important;
        font-size: 18px !important;
        margin-bottom: 0 !important;

    }

    h4 {
        font-size: 48px;
        color: #333333;
        line-height: 60px;
    }
}

.great-links {
    margin-bottom: 100px;

    .great {
        .card {
            border: unset;
            border-radius: unset;

            a {
                color: #26a792;
                text-decoration: underline;
                margin-bottom: 25px;
                padding-top: 25px;
                padding-bottom: 25px;
                font-size: 20px;
                line-height: 29px;
                font-weight: 100;
                display: block;
            }
        }

        .card a {
            border-right: 1px solid #d8d8d8;
        }

        .col-lg-4:nth-child(3n) .card a {
            border-right: none;
        }
    }
}


.find-wrapper {
    .city-tabs {
        border-bottom: 2px solid #e0e0e0;
        padding: 0;
        margin-bottom: 70px;
    }

    .city-tabs .nav-link {
        color: #6c757d;
        border: none;
        border-bottom: 3px solid transparent;
        border-radius: 0;
        padding: 15px 25px;
        font-weight: 500;
        transition: all 0.3s ease;
    }

    .city-tabs .nav-link:hover {
        color: #495057;
        background-color: transparent;
    }

    .city-tabs .nav-link.active {
        color: #20c997;
        background-color: transparent;
        border-bottom-color: #20c997;
    }

    .locations-panel {
        background-color: #fff;
        padding: 30px;
        height: 500px;
        overflow-y: auto;
    }

    .location-item {
        margin-bottom: 25px;
        padding-bottom: 20px;
        border-bottom: 1px solid #f0f0f0;
    }

    .location-item:last-child {
        border-bottom: none;
    }

    .location-name {
        font-weight: 600;
        color: #333;
        margin-bottom: 5px;
        font-size: 14px;
    }

    .location-phone {
        color: #20c997;
        text-decoration: none;
        font-size: 14px;
    }

    .location-phone:hover {
        color: #1aa085;
        text-decoration: underline;
    }

    .map-container {
        height: 500px;
        background-color: #f8f9fa;
        position: relative;
    }

    #map {
        height: 100%;
        width: 100%;
    }

    .phone-label {
        color: #6c757d;
        font-size: 14px;
    }

    .nav {
        justify-content: space-around;
    }
}

.burger-menu {
    display: none;
    flex-direction: column;
    cursor: pointer;
    padding: 10px;
    z-index: 100;
}

.burger-menu span {
    width: 25px;
    height: 3px;
    background-color: #ffffff;
    margin: 3px 0;
    transition: 0.3s;
    border-radius: 2px;
}

.header.active .burger-menu span {
    background-color: #a3a3a3;
}

.burger-menu.active span:nth-child(1) {
    transform: rotate(-45deg) translate(-5px, 6px);
}

.burger-menu.active span:nth-child(2) {
    opacity: 0;
}

.burger-menu.active span:nth-child(3) {
    transform: rotate(45deg) translate(-5px, -6px);
}

/* Mobile Navigation Overlay
.mobile-nav-overlay {
    position: fixed;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.95);
    z-index: 98;
    transition: left 0.3s ease;
    padding-top: 100px;
}

.mobile-nav-overlay.active {
    left: 0;
}

.mobile-nav-overlay .links {
    padding: 20px;
}

.mobile-nav-overlay .links ul {
    flex-direction: column;
    gap: 0 !important;
}

.mobile-nav-overlay .links ul li {
    padding: 20px 0;
    border-bottom: 1px solid #333;
}

.mobile-nav-overlay .links ul li a {
    color: #ffffff !important;
    font-size: 18px;
    display: block;
    padding: 10px 0;
}

.mobile-nav-overlay .social {
    padding: 20px;
    justify-content: center;
    margin-top: 30px;
}

.mobile-nav-overlay .lang ul {
    justify-content: center;
    gap: 20px !important;
} */


.header {
    position: fixed;
    margin-top: 40px;
    z-index: 99;
    width: 100%;
    transition: .3s;
}

.header .logo {
    width: 320px;
}

.header .links a {
    color: #fff;
    font-weight: 500;
    padding: 15px 0;
    position: relative;
}

.header .has-submenu li:hover a::before,
.header .has-submenu a:focus::before {
    background-color: #26a792 !important;
}

.header .has-submenu:hover a::before{
    background-color: transparent !important;
}

.header .links a::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 2px;
    border-radius: 2px;
    background: #26a79200;
    transition: .3s;
}

/* Активный язык */
.lang a.active {
    color: #26a792 !important;
    border-bottom: 2px solid #26a792;
}

/* При скролле (как у тебя) */
.header.active {
    background: #fff;
    margin-top: 0;
    box-shadow: 0 2px 4px rgba(184, 184, 184, .7);
}

.header.active .links a {
    color: #a3a3a3 !important;
}

.header.active .lang a.active {
    color: #26a792 !important;
}

.has-submenu {
    position: relative;
}

.submenu {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    background: #3b3b3b;
    width: max-content;
    color: #fff;
    display: none;
    padding: 32px 0;
    box-shadow: 0 8px 16px rgba(0, 0, 0, .2);
}

/* .has-submenu:hover>.submenu {
    display: block;
} */

.has-submenu.open > .submenu {
  display: block;
}

.submenu-inner {
    display: grid;
    grid-template-columns: repeat(4, minmax(160px, 1fr));
    gap: 28px;
    padding: 0 24px;
}

.submenu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.submenu a {
    color: #fff !important;
    display: block;
    padding: 6px 0;
    font-weight: 600;
}

/* .submenu a:hover {
    text-decoration: underline;
} */

.burger-menu {
    display: none;
    flex-direction: column;
    cursor: pointer;
    padding: 10px;
    z-index: 100;
    background: transparent;
    border: 0;
}

.burger-menu span {
    width: 25px;
    height: 3px;
    background: #fff;
    margin: 3px 0;
    transition: .3s;
    border-radius: 2px;
}

.header.active .burger-menu span {
    background: #a3a3a3;
}

.burger-menu.active span:nth-child(1) {
    transform: rotate(-45deg) translate(-5px, 6px);
}

.burger-menu.active span:nth-child(2) {
    opacity: 0;
}

.burger-menu.active span:nth-child(3) {
    transform: rotate(45deg) translate(-5px, -6px);
}

/* ======= МОБИЛЬНОЕ МЕНЮ ======= */
.mobile-nav-overlay {
    position: fixed;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, .95);
    z-index: 98;
    transition: left .3s ease;
    padding-top: 100px;
    overflow: auto;
}

.mobile-nav-overlay.active {
    left: 0;
}

.mobile-nav-overlay .links {
    padding: 20px;
}

.mobile-nav-overlay .links ul {
    display: flex;
    flex-direction: column;
    gap: 0 !important;
}

.mobile-nav-overlay .links li {
    padding: 16px 0;
    border-bottom: 1px solid #333;
}

.mobile-nav-overlay .links a {
    color: #fff !important;
    font-size: 18px;
    display: block;
    padding: 10px 0;
}

.mobile-nav-overlay .social {
    padding: 20px;
    justify-content: center;
    margin-top: 30px;
}

.mobile-nav-overlay .lang ul {
    justify-content: center;
    gap: 20px !important;
}

.mobile-nav-overlay .has-submenu .submenu {
    display: none;
    position: static;
    background: transparent;
    box-shadow: none;
    padding: 8px 0 0;
}

.mobile-nav-overlay .has-submenu.open .submenu {
    display: block;
}

.mobile-nav-overlay .submenu-inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}

@media (max-width: 992px) {
    .links {
        display: none;
    }

    .burger-menu {
        display: flex;
    }

    /* .has-submenu:hover>.submenu {
        display: none;
    } */
}


@media (max-width: 1024px) {

    .about-wrapper .about,
    .about-wrapper .desc,
    .about-wrapper .chooseprod,
    .about-wrapper .contact-info {
        padding: 0 50px;
    }

    .about-wrapper .bg-img img {
        left: 50px;
    }

    .header {
        .container-fluid {
            justify-content: space-between;
        }
    }

    .header .links,
    .header .social {
        display: none !important;
    }

    .burger-menu {
        display: flex;
    }
}

@media (max-width: 768px) {
    .header .logo {
        width: 200px;
    }


    .banner {
        height: 400px;
    }

    .banner .mySwiper .swiper-wrapper .swiper-slide .content {
        height: 400px;
    }

    .banner .mySwiper .swiper-wrapper .swiper-slide img {
        height: 400px;
    }

    .banner .mySwiper .swiper-wrapper .swiper-slide .content .info {
        bottom: 30px;
        left: 30px;
    }

    .banner .mySwiper .swiper-wrapper .swiper-slide .content .info h2 {
        font-size: 28px;
        line-height: 34px;
    }

    .banner .mySwiper .swiper-wrapper .swiper-slide .content .info a {
        width: 200px;
        font-size: 14px;
    }

    .beaity {
        margin-top: 50px;
    }

    .beaity .row .col-lg-6:first-child {
        margin-bottom: 20px;
    }

    .beaity .info {
        margin-top: 50px;
    }

    .title {
        width: 100%;
        margin-bottom: 30px;
    }

    .title h4 {
        font-size: 32px;
        line-height: 40px;
    }

    .about-wrapper {
        margin-top: 50px;
    }

    .about-wrapper .about,
    .about-wrapper .desc,
    .about-wrapper .chooseprod,
    .about-wrapper .contact-info {
        padding: 0 20px;
    }

    .about-wrapper .bg-img {
        margin-top: 150px;
        height: 80px;
    }

    .about-wrapper .bg-img img {
        left: 20px;
        width: 200px;
    }

    .services-wrapper {
        margin-bottom: 50px;
    }

    .services-wrapper .services .info p,
    .services-wrapper .services .info b {
        font-size: 16px;
        line-height: 24px;
    }

    .great-links {
        margin-bottom: 50px;
    }

    .great-links .great .card a {
        border-right: none;
        border-bottom: 1px solid #d8d8d8;
        font-size: 16px;
        line-height: 24px;
    }

    .find-wrapper .city-tabs .nav {
        flex-wrap: wrap;
        justify-content: flex-start;
    }

    .find-wrapper .city-tabs .nav-link {
        padding: 10px 15px;
        font-size: 14px;
    }

    .find-wrapper .locations-panel {
        height: 300px;
        padding: 20px;
    }

    .find-wrapper .map-container {
        height: 300px;
    }
}

@media (max-width: 480px) {
    .header {
        margin-top: 20px;
    }

    .header .container-fluid {
        padding: 0 15px;
        justify-content: space-between;
    }

    .header .logo {
        width: 150px;
    }

    .banner {
        height: 300px;
    }

    .banner .mySwiper .swiper-wrapper .swiper-slide .content {
        height: 300px;
    }

    .banner .mySwiper .swiper-wrapper .swiper-slide img {
        height: 300px;
    }

    .banner .mySwiper .swiper-wrapper .swiper-slide .content .info {
        bottom: 20px;
        left: 20px;
    }

    .banner .mySwiper .swiper-wrapper .swiper-slide .content .info h2 {
        font-size: 22px;
        line-height: 28px;
        margin-bottom: 15px !important;
    }

    .banner .mySwiper .swiper-wrapper .swiper-slide .content .info a {
        width: 180px;
        padding: 8px 0;
        font-size: 13px;
    }

    .title h4 {
        font-size: 24px;
        line-height: 32px;
    }

    .title p {
        font-size: 16px !important;
    }

    .beaity .info p,
    .about-wrapper .about p,
    .about-wrapper .desc p,
    .about-wrapper .chooseprod ul li,
    .about-wrapper .contact-info .info p,
    .about-wrapper .contact-info .link p {
        font-size: 16px;
        line-height: 24px;
    }

    .about-wrapper .bg-img {
        margin-top: 100px;
        height: 60px;
    }

    .about-wrapper .bg-img img {
        width: 150px;
        left: 15px;
    }

    .about-wrapper .desc ul li {
        font-size: 14px;
        line-height: 20px;
    }

    .services-wrapper .services .info p,
    .services-wrapper .services .info b {
        font-size: 14px;
        line-height: 20px;
    }

    .great-links .great .card a {
        font-size: 14px;
        line-height: 20px;
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .find-wrapper .city-tabs .nav-link {
        padding: 8px 10px;
        font-size: 12px;
    }

    .find-wrapper .locations-panel {
        padding: 15px;
    }

    .find-wrapper .location-name {
        font-size: 12px;
    }

    .find-wrapper .location-phone,
    .find-wrapper .phone-label {
        font-size: 12px;
    }
}

@media (max-width: 360px) {
    .header .logo {
        width: 120px;
    }

    .banner {
        height: 250px;
    }

    .banner .mySwiper .swiper-wrapper .swiper-slide .content {
        height: 250px;
    }

    .banner .mySwiper .swiper-wrapper .swiper-slide img {
        height: 250px;
    }

    .banner .mySwiper .swiper-wrapper .swiper-slide .content .info h2 {
        font-size: 18px;
        line-height: 24px;
    }

    .banner .mySwiper .swiper-wrapper .swiper-slide .content .info a {
        width: 150px;
        font-size: 12px;
    }

    .title h4 {
        font-size: 20px;
        line-height: 28px;
    }

    .about-wrapper .bg-img img {
        width: 120px;
    }

    .find-wrapper .city-tabs .nav-link {
        padding: 6px 8px;
        font-size: 11px;
    }
}

@media (max-height: 500px) and (orientation: landscape) {
    .mobile-nav-overlay {
        padding-top: 60px;
    }

    .mobile-nav-overlay .links ul li {
        padding: 10px 0;
    }

    .banner {
        height: 100vh;
    }

    .banner .mySwiper .swiper-wrapper .swiper-slide .content {
        height: 100vh;
    }

    .banner .mySwiper .swiper-wrapper .swiper-slide img {
        height: 100vh;
    }
}

.mobile-nav-overlay {
    .links {
        display: block !important;
    }
}

.collections-banner {
    width: 100%;
    height: 100%;

    img {
        width: 100%;
        height: 430px;
        object-fit: cover;
    }
}

.aboutcollections {
    padding: 75px 0;

    .collectons__info {
        .collectons__info--text {
            p {
                color: #000000;
                font-size: 20px;
                line-height: 29px;
                font-weight: 100;
                letter-spacing: 0.5px;

                span {
                    font-weight: 400;
                    color: #b0b0b0;
                    font-size: 21px;
                    line-height: 30px;
                    letter-spacing: 0.5px;
                }
            }

            .gallery {
                img {
                    width: 100%;
                    height: 100%;
                    object-fit: cover;
                    padding-bottom: 24px;
                }
            }

            .icon {
                img {
                    width: 40px;
                    height: 40px;
                    margin-right: 10px;
                    margin-top: 5px;
                }

                a {
                    color: #20c997;
                    position: relative;
                    display: block;
                    font-size: 20px;
                    font-weight: 100;
                    width: fit-content;

                    &::before {
                        content: '';
                        position: absolute;
                        bottom: 0px;
                        width: 100%;
                        height: 1px;
                        border-radius: 2px;
                        background-color: #20c997;
                    }
                }
            }
        }
    }
}

.mb-6 {
    margin-bottom: 4.5rem;
}

/* ====== Адаптация только для телефона ====== */
@media (max-width: 767.98px) {
    .aboutcollections {
        padding: 40px 0;
        /* меньше отступы */
    }

    .aboutcollections .title h4 {
        font-size: 20px !important;
        line-height: 26px !important;
    }

    .aboutcollections .collectons__info--text p {
        font-size: 16px !important;
        line-height: 24px !important;
    }

    .aboutcollections .collectons__info--text p span {
        font-size: 16px !important;
        line-height: 24px !important;
    }

    .aboutcollections .collectons__info--text .gallery {
        display: grid;
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .aboutcollections .collectons__info--text .gallery img {
        width: 100%;
        height: auto;
        padding-bottom: 0;
    }

    .aboutcollections .collectons__info--text .icon a {
        font-size: 16px !important;
    }
}

.main-breadcrumb {
    padding: 40px 0;
}

.main-breadcrumb .breadcrumb {
    --bs-breadcrumb-divider: "-";
    color: #959595;
    margin-bottom: 0;
}

.main-breadcrumb .breadcrumb li {
    font-weight: 400;
    font-size: 16px;
    line-height: 29px;
    color: #959595;
}

.main-breadcrumb .breadcrumb li a {
    font-weight: 400;
    font-size: 16px;
    line-height: 29px;
    color: #959595;
    text-decoration: none;
}

.filters {
    position: relative;
    margin-bottom: 50px;
}

/* .filters .col-lg-4{
    padding-left: 0;
} */

.filters .main-selects {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.filters .custom-select {
    position: relative;
    width: 100%;
    font-weight: 400;
    font-size: 12px;
    color: #959595;
    background-color: #F8F8F8;
    border: none;
    outline: none;
    font-weight: 400;
    font-size: 12px;
    line-height: 0;
    color: #959595;
}

.filters .custom-select select {
    display: none;
    /*hide original SELECT element:*/
}

.filters .select-selected {
    background-color: #F8F8F8;
}

/*style the arrow inside the select element:*/
.filters .select-selected:after {
    content: "";
    width: 12px;
    height: 7px;
    background-image: url(../icons/a-down.svg);
    background-repeat: no-repeat;
    margin-top: 2px;
    margin-left: 14px;
    transform: rotate(0);
    transition: all .5s ease;
}

/*point the arrow upwards when the select box is open (active):*/
.filters .select-selected.select-arrow-active:after {
    transform: rotate(180deg);
}

/*style the items (options), including the selected item:*/
.filters .select-items div,
.filters .select-selected {
    color: #959595;
    cursor: pointer;
    user-select: none;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 22px 17px 23px 17px !important;
}

/*style items (options):*/
.filters .select-items {
    position: absolute;
    background-color: #fff;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 9;
    transition: all .5s ease;
    border: 1px #d7d7d7 solid;
}

/*hide the items when the select box is closed:*/
.filters .select-hide {
    display: none;
    transition: all .5s ease;
}

.filters .select-items div:hover,
.same-as-selected {
    background-color: rgba(0, 0, 0, 0.1);
}

.filters .search-label {
    width: 82%;
    position: relative;
}

.filters .second-part {
    display: flex;
    gap: 25px;
    align-items: center;
}

.filters .or {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    color: #959595;
}

.filters .search-label .search::placeholder {
    color: #959595;
}

.filters .search-label .search {
    width: 100%;
    padding: 22px 17px 23px 17px;
    background-color: #F8F8F8;
    border: none;
    outline: none;
    font-weight: 400;
    font-size: 12px;
    line-height: 0;
    color: #3d3d3d;
}

.filters .reset a {
    display: flex;
    align-items: center;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    color: #959595;
    text-decoration: none;
    transition: all .5s ease;
}

.filters .reset a:hover {
    color: #3D3D3D;
}

.filters .reset a:hover i {
    transform: rotate(250deg);
}

.filters .reset a i {
    font-size: 16px;
    font-weight: 600;
    transform: rotate(-110deg);
    margin-right: 5px;
    transition: all 1s ease;
}

.filters .search-label .search-btn {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    border: none;
    outline: none;
    background-color: #F8F8F8;
    padding: 15px;
}

.filters .search-label .search::placeholder {
    color: #959595;
}

.filters .sort {
    border-bottom: 1px #F2F2F2 solid;
    margin-top: 30px;
    transition: all .5s ease;
}

.filters .sort a {
    display: flex;
    align-items: center;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    color: #959595;
    text-decoration: none;
    padding: 0 0 8px 0;
    transition: all .5s ease;
}

.filters .sort:hover {
    border-bottom: 1px #b1b1b1 solid;
}

.filters .sort a svg path {
    transition: all .5s ease;
}

.filters .sort:hover a svg path {
    fill: #3D3D3D;
}

.filters .sort:hover a {
    color: #3D3D3D;
}

.filters .main-selects .options-heading {
    font-weight: 700;
    color: #000;
}

.filters .main-selects .sub-category {
    font-weight: 500;
    font-size: 12px;
    padding-left: 30px !important;
}

.filters .main-selects .custom-select.longer .select-items {
    width: 150%;
}

.expertise-dropdown .tabs-items .main-info {
    font-weight: 400;
    font-size: 16px;
    line-height: 29px;
    color: #FFFFFF;
}


.projects-cart .main-slider-img {
    width: 100%;
    object-fit: cover;
    transition: all .5s ease;
}

.projects-cart .slider-item {
    margin-bottom: 25px;
    transition: all .5s ease;
}

.projects-cart .slider-item:hover {
    box-shadow: 0 0 10px 0 #bebebe;
}

.projects-cart .slider-item .slider-img-wrapper {
    overflow: hidden;
}

.projects-cart .slider-item:hover .main-slider-img {
    transform: scale(1.1);
}

.projects-cart .slider-item a {
    text-decoration: underline transparent;
}

.projects-cart .corousel-texts {
    background-color: #fff;
    padding: 10px 10px 14px 10px;
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.25);
}

.projects-cart .corousel-texts .category {
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: -0.3px;
    color: #000000;
    text-decoration: underline transparent;
    margin-bottom: 0;
    height: 50px;
    transition: all .5s ease;
}

.projects-cart .slider-item:hover .corousel-texts .category {
    text-decoration: underline;
}

.projects-cart .corousel-texts .info-list {
    display: flex;
    justify-content: space-between;
}

.projects-cart .corousel-texts .info-list .first-part,
.second-part {
    display: flex;
    justify-content: space-between;
}

.projects-cart .corousel-texts .info-list .first-part div:last-child,
.second-part div:last-child {
    margin-left: 5px;
}

.projects-cart .corousel-texts .info-list p {
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #959595;
    margin-bottom: 10px;
}

.projects-cart .see-all {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #000;
    text-decoration: none;
    display: inline-block;
    margin-top: 25px;
    margin-bottom: 50px;
    transition: all .5s ease;
    border-bottom: 2px transparent solid;
}

.projects-cart .see-all:hover {
    border-bottom: 2px #000 solid;
}

.projects-cart .load-more {
    text-align: center;
}

.filters.projects-filter .search-label {
    width: 72%;
    position: relative;
}


.projects-main-banner {
    height: 320px;
}

.projects-main-banner::before {
    content: '';
    background-image: url(/img/main.jpg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 320px;
    position: absolute;
    top: 0;
    z-index: -1;
}



.main-banner .item .heading {
    font-weight: 600;
    font-size: 58px;
    line-height: 71px;
    color: #fff;
    margin-bottom: 70px;
}

.projects-main-banner .item {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: absolute;
    left: 50%;
    top: 20%;
    transform: translate(-50%, -50%);
    width: 100%;
}


.filters .custom-select select {
    display: inline-block;
    display: flex;
    padding: 21px 15px;
    border: none;
    background-color: #f8f8f8;
    width: 100%;
    outline: none;
    color: #9e9e9e;
}

::-webkit-scrollbar {
    height: 0 !important;
}

.filters .custom-select::after {
    content: '\f078';
    position: absolute;
    right: 0;
    border-right: 5px;
    z-index: 9;
    width: 15px;
    height: 15px;
    top: 50%;
    transform: translateY(-50%);
    font-family: 'Font Awesome 5 Free';
    font-size: 15px;
    font-weight: 600;
    line-height: 13px;
    background-color: #f8f8f8;
    padding-right: 23px;
}

.filters .mobile {
    display: none;
}






@media (min-width: 1400px) {
    .modal-xl {
        --bs-modal-width: 1320px;
    }

    .home-page-main-banner .item .main-slider-img {
        width: 150%;
    }

    .home-page-main-banner .item .slider-texts {
        transform: translateY(30%);
    }

    .home-page-main-banner .slider-arrows button {
        top: 50%;
        transform: translateY(-50%);
    }

    .main-nav-expertise {
        margin-left: 80px;
    }

    .main-banner.projects-banner {
        height: 58vh;
    }
}

@media (min-width: 1825px) {
    .home-page-main-banner .item .main-slider-img {
        width: 220%;
    }
}

@media (max-width: 1300px) {
    .main-header .header-list li .big-dropdown::after {
        height: 150vh;
    }

    .main-header .header-list li .big-dropdown::before {
        height: 150vh;
    }

    /* .home-page-main-banner .slider-arrows button {
        position: static;
    } */

    .home-page-main-banner .slider-arrows .next-button {
        right: 0;
        top: -200px;
    }

    .home-page-main-banner .slider-arrows .prev-button {
        left: 0;
        top: -200px;
    }

    /* .home-page-main-banner .slider-arrows {
        display: flex;
        justify-content: space-between;
    } */
    .corousel-texts {
        height: auto;
    }

    .work .category {
        height: auto;
        margin-bottom: 10px;
    }
}

@media (max-width:1200px) {
    .main-banner.projects-banner .item {
        top: 60%;
    }

    .main-banner.projects-banner {
        height: 85vh;
    }

    .main-banner.projects-banner::before {
        height: 100%;
        background-position: center;
    }

    .main-banner.expertise-banner::before {
        background-position: center;
    }

    .colleagues .slider-arrows .next-button {
        right: -2%;
    }

    .colleagues .slider-arrows .prev-button {
        left: -2%;
    }

    .main-banner.careers-banner .item .heading {
        font-size: 43px;
        line-height: 38px;
        margin-bottom: 35px;
    }

    .main-banner.careers-banner .item .secondary-text {
        font-size: 25px;
        line-height: 25px;
    }

    .main-nav-expertise .item .tab-content {
        padding-left: 50px;
    }

    .wt-do .share-list {
        position: static;
    }

    .wt-do .share-list li ul {
        left: 37px;
    }

    .wt-do .main-content {
        padding: 0;
        margin: 0;
    }

    .news-section .item .main-img {
        height: 100%;
    }

    .news-section .item .text .item-text {
        height: 80px;
    }

    .expertise .card-items {
        flex-wrap: wrap;
        gap: 20px;
        justify-content: flex-start;
    }

    .home-page-main-banner .item .about {
        font-size: 25px;
    }

    .home-page-main-banner .item .heading {
        font-size: 43px;
        line-height: 56px;
        margin-bottom: 56px;
    }

    .home-page-main-banner .item .secondary-text {
        font-size: 25px;
        line-height: 25px;
    }

    .home-page-main-banner .item .main-slider-img {
        width: auto;
    }

    .home-page-main-banner {
        margin-top: -90px;
    }

    .header-list li {
        padding: 0 12px;
    }

    .main-banner .item .heading {
        font-size: 43px;
        line-height: 56px;
        margin-bottom: 56px;
    }
}

.on-desk-nav-menu {
    display: inherit;
}

.on-mobile-nav-menu {
    display: none;
}

.task-tabs .container.desk {
    display: block;
}

.task-tabs .container.mobile {
    display: none;
}

@media (max-width:991px) {
    .task-tabs {
        padding: 40px 0;
    }

    .standarts {
        padding-bottom: 10px;
    }

    .key-people .item {
        margin-bottom: 40px;
    }

    .standarts .item {
        margin-bottom: 30px;
    }

    .key-facts-row {
        justify-content: center !important;
        align-items: center;
    }

    .task-tabs .container.desk {
        display: none;
    }

    .task-tabs .container.mobile {
        display: block;
    }

    .task-tabs .container.mobile .tabs-nav li {
        text-align: start;
    }

    .task-tabs .container.mobile .tabs-nav li a {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .task-tabs .container.mobile .accordion-button {
        background-color: transparent;
        padding: 0;
        color: #959595;
        margin-bottom: 30px;
        box-shadow: none;
        outline: none;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .task-tabs .container.mobile .accordion-button svg {
        transition: all .5s ease;
    }

    .task-tabs .container.mobile .accordion-button svg path {
        transition: all .5s ease;
    }

    .task-tabs .container.mobile .accordion-button.collapsed svg {
        width: 15px;
        height: 15px;
        rotate: 0deg;
    }

    .task-tabs .container.mobile .accordion-button:not(.collapsed) svg {
        rotate: -180deg;
        width: 16px;
        height: 16px;
    }

    .task-tabs .container.mobile .accordion-button:not(.collapsed) {
        color: #000;
    }

    .task-tabs .container.mobile .accordion-button:not(.collapsed) svg path {
        fill: #000;
    }

    .task-tabs .container.mobile .accordion-button::after {
        display: none;
    }

    .task-tabs .container.mobile .accordion-collapse .item {
        margin-bottom: 30px;
    }

    .task-tabs .container.mobile .accordion-collapse .item .heading {
        color: #000;
        font-size: 18px;
        font-family: Montserrat;
        font-style: normal;
        font-weight: 600;
        line-height: 180%;
        margin-bottom: 16px;
    }

    .task-tabs .container.mobile .accordion-collapse .item .secondary-text {
        color: #000;
        font-size: 18px;
        font-family: Montserrat;
        font-style: normal;
        font-weight: 400;
        line-height: 180%;
        margin-bottom: 16px;
    }

    .main-breadcrumb {
        padding: 20px 0;
    }

    .main-banner {
        position: relative;
    }

    .main-banner .item {
        top: 50% !important;
    }

    .main-banner::before {
        height: 100% !important;
        background-position: center;
    }

    .filters .sort {
        border-bottom: 0;
    }

    .filters .sort:hover {
        border: none;
    }

    .filters .sort::after {
        content: '';
        width: 0;
        height: 1px;
        background-color: #e6e6e6;
        transition: all .5s ease;
        display: block;
    }

    .filters .sort:hover:after {
        width: 100%;
    }

    .main-header .header-burger-menu.active .header-list li a:hover {
        border-color: #fff;
    }

    .main-header .header-burger-menu.active .header-list .contact a::before {
        background-color: #fff;
    }

    .main-header .header-burger-menu.active .header-list .expertise-link::before {
        background-color: #fff;
    }

    .main-header .header-list li .expertise-dropdown {
        top: 0;
    }

    .main-header .header-list li .big-dropdown {
        top: 0;
    }

    .work .category {
        font-weight: 600;
        font-size: 14px;
        /* width: 200px; */
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }

    .on-desk-nav-menu {
        display: none !important;
    }

    .on-mobile-nav-menu {
        display: block;
    }

    .main-header .header-list li .big-dropdown .mobile .contact-form {
        margin: 0;
    }

    .main-header .contact .big-dropdown .desk {
        display: none;
    }

    .main-header .contact .big-dropdown .mobile {
        display: flex;
    }

    .colleagues .colleagues-slider .item {
        margin: 0 25px;
    }

    .filters .desk {
        display: none;
    }

    .filters .mobile {
        display: flex;
        gap: 10px;
    }

    .filters .mobile .filter-button {
        position: static;
    }

    .filters .mobile .filter-button .filter-text {
        font-size: 16px;
        color: #959595;
        font-weight: 500;
        margin-right: 10px;
    }

    .filters .mobile .filter-button:not(.collapsed) .filter-text {
        display: none;
    }

    .filters .mobile .filter-button.collapsed svg path {
        fill: #959595;
    }

    .filters .mobile .filter-button:not(.collapsed) svg path {
        display: none;
    }

    .filters .mobile .filter-button.collapsed .close-btn {
        display: none;
    }

    .filters .mobile .filter-button:not(.collapsed) .close-btn {
        display: block;
        position: absolute;
        top: -25px;
        color: #959595;
    }

    .key-expertise .row.mobile .main-nav .tabs-nav {
        border: none;
        text-align: start;
    }

    .key-expertise .row.mobile .tabs-items .tabs-item {
        text-align: start;
    }

    .key-expertise .row.mobile .tabs-items .tabs-item li {
        display: flex;
        align-items: baseline;
    }

    .key-expertise .row.mobile .main-nav .tabs-nav .list-li {
        border-bottom: 1px #5e5e5e solid;
        margin-bottom: 20px;
    }

    .key-expertise .row.mobile {
        display: flex;
    }

    .key-expertise .row.mobile .main-nav .tabs-nav li a {
        padding: 10px 0 30px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        font-size: 15px;
    }

    .key-expertise .row.mobile .main-nav .tabs-nav li a i {
        rotate: 0;
        transition: all .5s ease;
    }

    .key-expertise .row.mobile .main-nav .tabs-nav li a.active i {
        rotate: -180deg;
    }

    .key-expertise .row.mobile .main-nav .tabs-nav li a.active {
        text-decoration: none;
    }

    .key-expertise .row.mobile .main-nav .tabs-nav li a.active span {
        color: #ffff;
        text-decoration: underline;
    }

    .key-expertise .row.mobile .main-nav .tabs-nav li a.active i {
        color: #fff;
    }

    .key-expertise .row.desk {
        display: none;
    }

    .home-page-main-banner .item .slider-texts {
        padding: 0 30px;
    }

    .main-header .logo {
        display: flex;
        justify-content: center;
    }

    .main-header {
        /* position: relative; */
        box-shadow: 0 3px 12px rgba(0, 0, 0, .15);
    }

    .main-header .search a svg path,
    line {
        stroke: #000;
    }

    .main-header .search a svg line {
        stroke: #000;
    }

    .main-header {
        background-color: #fff;
    }

    .main-nav-expertise .item .item-wrappper .mobile {
        display: block;
        border-radius: 5px;
        overflow: hidden;
    }

    .main-nav-expertise .item .item-wrappper .desk {
        display: none;
    }

    .main-banner.projects-banner .item {
        text-align: center;
        top: 60%;
    }

    .projects-cart .corousel-texts .category {
        height: 60px;
    }

    .projects-cart .corousel-texts .info-list {
        flex-direction: column;
    }

    .projects-cart .corousel-texts .info-list .first-part,
    .second-part {
        justify-content: flex-start;
        gap: 20px;
    }

    .filters.projects-filter .search-label {
        width: 100%;
    }

    .filters.projects-filter .custom-select {
        width: 32%;
    }

    .filters.projects-filter .second-part {
        flex-direction: column;
        margin-top: 20px;
    }

    .news-main-banner::before {
        background-position: center;
    }

    .main-banner.application-banner::before {
        background-position: center;
    }

    .main-content.projects-blog.news-blog .hashtags.bottom {
        flex-wrap: wrap;
        gap: 15px;
    }

    .download-file-main .download-file .links .dots {
        display: none;
    }

    .work.projects-blog .projects-slider-more .corousel-texts .info-list .first-part,
    .second-part {
        justify-content: flex-start;
        gap: 20px;
    }

    .work.projects-blog .projects-slider-more .corousel-texts .info-list {
        justify-content: center;
        flex-direction: column;
        gap: 0;
    }

    .work.projects-blog .projects-slider-more {
        margin: 0;
    }

    .main-nav .tabs-nav {
        text-align: center;
        border-bottom: 1px #fff solid;
        margin-bottom: 40px;
    }

    .key-expertise .tabs-items .tabs-item {
        text-align: center;
    }

    .wt-do.careers-page .main-content .box-item .box-text {
        height: 30vh;
    }

    .vacancies .vacancies-blocks .item {
        flex-direction: column;
        align-items: flex-start;
    }

    .vacancies .vacancies-blocks .item .apply {
        margin-top: 20px;
    }

    .colleagues .colleagues-slider {
        margin: 0;
    }

    .filters .custom-select {
        width: 49%;
    }

    .filters .main-selects {
        flex-wrap: wrap;
        gap: 10px;
        justify-content: center;
    }

    .main-nav-expertise .item .tab-content ul li a {
        font-size: 16px;
    }

    .main-nav-expertise li a {
        border: none !important;
    }

    .main-nav-expertise li a:hover {
        border: none !important;
    }

    .main-header .header-list li .expertise-dropdown .item ul li .main-tab-btn {
        padding-bottom: 15px;
        line-height: 20px;
        font-weight: 400;
    }

    .main-header .header-list li .expertise-dropdown::after {
        height: 230vh;
    }

    .main-header .header-list li .expertise-dropdown::before {
        height: 230vh;
    }

    .main-header .header-burger-menu::-webkit-scrollbar {
        width: 0;
    }

    .main-header .header-list li .expertise-dropdown .close-dropdown-btn {
        position: absolute;
        top: 0;
    }

    .main-header .header-list li .expertise-dropdown .item ul {
        padding: 0;
    }

    .main-header .header-list li .expertise-dropdown .item ul li {
        display: block;
        padding: 15px 0;
        margin: 0;
    }

    /* .main-header .header-list li .expertise-dropdown .item ul li:not(:last-child) {
        margin-bottom: 25px;
    } */
    .main-nav-expertise .item .item-wrappper .mobile li .main-tab-btn {
        background-color: transparent;
        padding: 0px 5px !important;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .main-nav-expertise .item .item-wrappper .mobile li .main-tab-btn:hover {
        background-color: transparent;
    }

    .main-nav-expertise .item .item-wrappper .mobile li .main-tab-btn i {
        transition: all .5s ease;
    }

    .main-nav-expertise .item .item-wrappper .mobile li .main-tab-btn:hover i {
        rotate: 90deg;
    }

    .main-nav-expertise .item .tab-content ul li {
        display: flex !important;
        justify-content: flex-start !important;
        align-items: flex-start !important;

    }

    .main-nav-expertise .item .tab-content ul li::before {
        content: none;
    }

    .main-nav-expertise .item .tab-content {
        position: static;
        transform: translate(0);
        padding: 0;
        opacity: 1;
        visibility: visible;
    }

    .main-nav-expertise .item .tab-content ul li {
        padding: 10px 0 10px 30px !important;
        margin: 0 !important;
    }

    .main-nav-expertise .item .mobile .tab-content {
        padding: 15px 0 0;
        background-color: transparent;
    }

    .main-nav-expertise .item .mobile .tab-content ul li {
        padding: 5px 0 5px 5px !important;
    }

    .main-nav-expertise {
        margin: 0;
    }

    .main-header .header-list li .expertise-dropdown .item .main-tab-btn::after {
        display: none;
    }

    .expertise-dropdown .first-part .line-devider {
        display: none;
    }

    .main-content.projects-blog .info-list {
        gap: 16px;
    }

    .main-content.projects-blog .info-list .part p:not(:last-child) {
        margin-bottom: 16px;
    }

    .main-content.application .info-list {
        align-items: flex-start;
    }

    .wt-do .share-list li ul {
        transform: none;
        left: 20px;
        background-color: #fff;
    }

    .wt-do .share-list {
        position: static;
        z-index: 1;
        display: none;
    }

    .main-header .header-list li .big-dropdown::after {
        height: 320vh;
    }

    .main-header .header-list li .big-dropdown::before {
        height: 320vh;
    }

    .expertise-dropdown .tabs-items {
        display: none;
    }

    .animated-line {
        display: none;
    }

    .main-nav-expertise .tabs-nav-mobile {
        padding: 0;
        list-style: none;
        display: flex;
        flex-direction: column;
        position: relative;
        margin-bottom: 0;
        text-align: start;
    }

    .main-nav-expertise .tabs-nav-mobile li a {
        text-decoration: none;
        display: inline-block;
        padding: 15px 0;
        font-weight: 600;
        font-size: 16px;
        line-height: 29px;
        color: #AAAAAA;
        transition: all .5s ease;
    }

    .main-nav-expertise .tabs-nav-mobile li a {
        border-bottom: 0;
        color: #aaaaaa !important;
        display: block;
    }

    .main-nav-expertise .tabs-nav-mobile li a:hover {
        border-bottom: 0 !important;
        text-decoration: underline;
        color: #fff !important;
    }

    .main-nav-expertise .tabs-nav.desk {
        display: none;
    }

    footer .list {
        margin-bottom: 40px;
    }

    footer .footer-logo {
        margin-bottom: 50px;
    }

    .news-section .item {
        margin-bottom: 25px;
    }

    .news-section .news-section-row {
        justify-content: center;
    }

    .home-page-main-banner {
        margin-top: -100px;
    }

    .header-row {
        justify-content: space-between;

    }

    .main-header .header-row .hide-on-mobile-col {
        display: none;
        transition: all .5s ease;
    }

    .main-header .header-row .hide-on-mobile-col.show {
        display: block;
    }

    .main-header .header-row .hide-on-desk-col {
        display: block;
    }

    .last-part-header {
        gap: 20px;
        align-items: center;
    }

    .work .projects-slider {
        margin: 0;
    }



    body.lock {
        overflow: hidden;
    }

    .header-body {
        position: absolute;
        right: 15px;
        margin-top: -8px;
    }

    .header-logo {
        flex: 0 0 40px;
    }

    .header-burger {
        display: block;
        position: relative;
        width: 20px;
        height: 13px;
        position: relative;
        z-index: 1;
    }

    .main-header.fixed .header-burger span {
        background-color: #000;
    }

    .main-header.fixed .header-burger::before {
        background-color: #000;
    }

    .main-header.fixed .header-burger::after {
        background-color: #000;
    }

    .main-header .header-burger span {
        background-color: #fff;
    }

    .main-header .header-burger::before {
        background-color: #fff;
    }

    .main-header .header-burger::after {
        background-color: #fff;
    }

    .main-header .header-burger span {
        background-color: #000;
    }

    .main-header .header-burger::before {
        background-color: #000;
    }

    .main-header .header-burger::after {
        background-color: #000;
    }

    .main-header .search svg {
        width: 20px;
        height: 20px;
    }

    .header-burger span {
        position: absolute;
        background-color: #000;
        left: 0;
        width: 60%;
        height: 2px;
        top: 6px;
        transition: all 0.3s ease 0s;
    }

    .header-burger::before {
        content: '';
        background-color: #000;
        position: absolute;
        width: 100%;
        height: 2px;
        left: 0;
        bottom: 12px;
        transition: all 0.3s ease 0s;
    }

    .header-burger::after {
        content: '';
        background-color: #000;
        position: absolute;
        width: 100%;
        height: 2px;
        left: 0;
        bottom: -2px;
        transition: all 0.3s ease 0s;
    }

    /* .header-burger.main.active {
        transform: scale(0);
    } */

    .header-burger.inside {
        transition: all 1s ease;
        transform: scale(0);
        position: absolute;
        left: 15px;
        top: 20px;
    }

    .header-burger.inside.active {
        transform: scale(1);
    }

    .main-header .header-burger.active span {
        transform: scale(0);
        background-color: #000;
    }

    .main-header .header-burger.active::before {
        transform: rotate(45deg);
        top: 9px;
        background-color: #000;
    }

    .main-header .header-burger.active::after {
        transform: rotate(-45deg);
        bottom: 2px;
        background-color: #000;
    }

    .header-burger-menu {
        position: fixed;
        left: 0;
        top: -100%;
        width: 100%;
        height: 100%;
        overflow: auto;
        background-color: #3d3d3d70;
        padding: 18px 10px 20px;
        transition: all 0.5s ease 0s;
        z-index: 9;
    }

    .header-menu::before {
        content: '';
        position: fixed;
        top: 70px;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgb(0 0 0 / 70%);
        z-index: 8;
        transition: 300ms;
        backdrop-filter: blur(10px);
        opacity: 0;
        visibility: hidden;
    }

    body.lock .header-menu::before {
        visibility: visible;
        opacity: 1;
    }

    .header-burger-menu.active {
        top: 70px;
    }

    .header-list {
        display: flex;
        margin-top: 25px;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding: 0;
    }

    .header-list li {
        margin: 0 0 20px 0;
        padding: 0 5px;
    }

    .header-list li a {
        /* font-size: 18px; */
        color: #ffff !important;
    }

    .header-burger-menu .burger-logo {
        display: block;
        width: 70px;
    }

    .main-header .burger-header-flex {
        display: flex;
        justify-content: center;
        align-items: center;
    }
}

@media (max-width: 767px) {
    .standarts .secondary-gray-text {
        margin-bottom: 40px;
    }

    .wt-do.about-us .main-content .secondary-gray-text {
        padding: 0;
    }

    .offers .item {
        display: block;
    }

    .offers .item .text .heading {
        display: flex;
        justify-content: space-between;
        align-items: baseline;
    }

    .offers .item .text .heading i {
        transition: all .5s ease;
        rotate: 0;
    }

    .offers .item .text .heading:not(.collapsed) i {
        rotate: -180deg;
    }

    .offers .item .number {
        display: none;
    }

    .download-file-main .download-file .links .mobile-download {
        display: block;
    }

    .download-file-main .download-file .links .mobile-download i {
        color: #3D3D3D;
        font-size: 18px;
    }

    .download-file-main .download-file .links .download-link {
        display: none;
    }

    .wt-do .check-form .desk {
        display: none;
    }

    .wt-do .check-form .mobile {
        display: flex;
    }

    .vacancies .filters {
        margin-bottom: 0;
    }

    .vacancies .filters .mobile .filter-button:not(.collapsed) .close-btn {
        top: -10px;
    }

    .offers .item {
        height: auto;
    }

    .offers .desk {
        display: none;
    }

    .offers .mobile {
        display: flex;
    }

    .projects-cart .corousel-texts .info-list {
        flex-direction: unset;
    }

    .projects-cart .corousel-texts .info-list .first-part,
    .second-part {
        justify-content: flex-start;
        gap: 10px;
    }

    .main-banner .item .secondary-text {
        font-size: 16px;
        line-height: 20px;
        padding: 0 20px;
    }

    .colleagues .slider-arrows button {
        /* position: static; */
        /* transform: translate(0); */
    }

    .colleagues .slider-arrows {
        /* display: flex; */
        /* justify-content: space-between; */
        margin: 30px 16px 0 16px;
    }

    .colleagues .slider-arrows .next-button {
        right: 5px;
    }

    .colleagues .slider-arrows .prev-button {
        left: 5px;
    }

    .vacancies .vacancies-blocks .item .value-list {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }

    .vacancies .vacancies-blocks .item .value-list li:not(:last-child)::after {
        content: none;
    }

    .main-banner.careers-banner .item .secondary-text {
        font-size: 16px;
        line-height: 20px;
    }

    .main-banner.careers-banner .item .heading {
        font-size: 37px;
        line-height: 38px;
        margin-bottom: 35px;
    }

    .main-content.projects-blog .info-list {
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
    }

    .wt-do .main-content {
        padding: 0;
        padding-left: 5px;
    }

    .home-page-main-banner .item .about {
        font-size: 20px;
    }

    .home-page-main-banner .item .heading {
        font-size: 37px;
        line-height: 56px;
        margin-bottom: 56px;
    }

    .main-banner .item .heading {
        font-size: 37px;
        line-height: 56px;
        margin-bottom: 56px;
    }

    .home-page-main-banner .item .secondary-text {
        font-size: 20px;
        line-height: 25px;
    }

    .expertise .card-items {
        justify-content: center;
    }
}

@media (max-width: 575px) {
    .header-menu::before {
        top: 60px;
    }

    .header-burger-menu.active {
        top: 60px;
    }

    .offers .item .text .secondary-text {
        font-size: 13px;
    }

    .filters .mobile {
        display: flex;
        gap: 0;
    }

    footer {
        padding: 30px 0;
    }

    footer .line {
        margin-top: 20px;
    }

    footer .secondary-row {
        margin-top: 20px;
    }

    footer .list li a {
        font-size: 13px;
    }

    footer .footer-logo {
        margin-bottom: 30px;
    }

    footer .list {
        margin-bottom: 20px;
    }

    .main-header .logo img {
        width: 70px;
    }

    .modal .modal-content .modal-body .logo {
        display: none;
    }

    .filters.projects-filter .custom-select {
        width: 100%;
    }

    .filters.projects-filter .search-label {
        width: 100%;
    }

    .filters .search-label {
        width: 100%;
    }

    .filters .second-part {
        flex-direction: column;
        margin-top: 16px;
    }

    .main-content.projects-blog.news-blog .heading {
        line-height: 35px;
        font-size: 28px;
    }

    .download-file-main .download-file {
        /* flex-direction: column; */
        gap: 20px;
    }

    .our-team .item {
        align-items: flex-start;
        justify-content: center;
        text-align: start;
        padding: 20px;
        margin-bottom: 40px;
    }

    .our-team .item .text .links {
        justify-content: flex-start;
    }

    .our-team .item .img img {
        width: 60px;
    }

    .key-expertise .heading {
        font-size: 28px;
        margin-bottom: 20px;
    }

    .our-team .heading {
        font-size: 28px;
    }

    .filters .custom-select {
        width: 100%;
    }

    .filters .main-selects {
        gap: 16px;
        justify-content: center;
    }

    .filters .second-part {
        gap: 16px;
    }

    .filters .search-label .search {
        padding: 20px 17px;
    }

    .filters .select-items div,
    .filters .select-selected {
        padding: 20px 17px !important;
    }

    .filters.projects-filter .second-part {
        margin-top: 16px;
    }

    .wt-do .main-content .heading {
        font-size: 28px;
    }

    .offers .main-heading {
        font-size: 28px;
    }

    .colleagues .main-heading {
        font-size: 28px;
        line-height: 35px;
    }

    .vacancies .main-heading {
        font-size: 28px;
    }

    .main-banner.careers-banner .item .heading {
        font-size: 28px;
        line-height: 38px;
        margin-bottom: 35px;
    }

    .main-banner .item .heading {
        font-size: 28px;
        line-height: 38px;
        margin-bottom: 35px;
    }

    .main-content.application .check-form .submit-application {
        width: 100%;
        display: block;
        padding: 20px 0;
    }

    .main-header .header-list li .big-dropdown::after {
        height: 350vh;
    }

    .main-header .header-list li .big-dropdown::before {
        height: 350vh;
    }

    .main-header .header-list li .big-dropdown .contact-form .main-inputs {
        flex-direction: column;
    }

    footer .limit {
        margin-bottom: 25px;
        font-size: 14px;
    }

    footer .reserve-list li a {
        font-size: 13px;
    }

    footer .icons-list {
        justify-content: flex-start;
        gap: 10px;
    }

    footer .last-part-footer {
        justify-content: flex-start;
    }

    footer .reserve-list li {
        padding-left: 0;
        padding-right: 30px;
    }

    .home-page-main-banner .item .heading {
        font-size: 28px;
        line-height: 38px;
        margin-bottom: 35px;
    }

    .home-page-main-banner .item .heading {
        font-size: 28px;
        line-height: 38px;
        margin-bottom: 35px;
    }

    .home-page-main-banner .item .slider-texts {
        margin-top: 100px;
    }

    .expertise .main-heading {
        font-size: 28px;
    }

    .expertise .secondary-heading {
        font-size: 21px;
        line-height: 27px;
    }

    .work .heading {
        font-size: 28px;
    }

    .news-section .heading {
        font-size: 28px;
    }

    .main-content.application .heading {
        font-size: 28px;
        line-height: 39px;
    }
}

@media (max-width: 445px) {
    .main-content.projects-blog .secondary-text {
        margin-bottom: 40px;
    }

    .expertise .card-items .item:nth-child(5):hover .text {
        top: 7px;
    }

    .expertise .card-items .item:nth-child(4):hover .text {
        top: -2px;
    }

    .expertise .card-items .item:nth-child(3):hover .text {
        top: -2px;
    }

    .expertise .card-items .item:nth-child(2):hover .text {
        top: -8px;
    }

    .expertise .card-items .item:nth-child(1):hover .text {
        top: -10px;
    }

    .expertise .card-items .item:hover .text {
        /* top: -10px !important; */
    }

    .expertise .card-items .item .explore {
        top: 80%;
    }

    .home-page-main-banner .item .slider-texts {
        margin-top: 80px;
    }

    .main-content.application .info-list {
        padding: 20px 10px;
    }

    .wt-do.careers-page .main-content .box-item .box-text {
        height: auto;
    }

    .breadcrumb-item+.breadcrumb-item {
        padding-left: 2px;
        padding-right: 10px;
    }

    .expertise .card-items .item:hover .text {
        top: 0;
    }

    .expertise .card-items .item {
        width: 100%;
        height: 33vh;
    }
}

@media (max-width: 400px) {
    .projects-cart .corousel-texts .info-list {
        flex-direction: column;
    }

    .projects-cart .corousel-texts .info-list .first-part,
    .second-part {
        justify-content: flex-start;
        gap: 20px;
    }
}

@media (max-width: 375px) {
    .main-banner .item .secondary-text {
        padding: 0 10px;
    }

    /*
    .corousel-texts {
        height: 35vh;
    } */
}


.wt-do {
    position: relative;
}

.wt-do .container {
    position: relative;
}

.share-list {
    position: sticky;
    left: 0;
    z-index: 9;
    top: 80px;
    padding: 0;
    margin: 0;
    display: inline-block;
}

.share-list li {
    list-style: none;
}

.share-list li .main-link {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    font-weight: 600;
    font-size: 16px;
    line-height: 180%;
    color: #000000;
    text-decoration: none;
}

.share-list li .main-link svg {
    display: inline-block;
    border-radius: 50px;
    width: 40px;
    margin-bottom: 8px;
}

.share-list li:hover .main-link svg {
    transform: translateY(3px);
}

.share-list li .main-link svg {
    transition: all .5s ease;
}

.share-list li .main-link svg .small-circle {
    transition: all .5s ease;
}

.share-list li:hover ul {
    height: 26vh;
}

.share-list li ul {
    left: 50%;
    transform: translateX(-50%);
    padding: 0;
    margin: 0;
    height: 0;
    transition: all .5s ease;
    overflow: hidden;
    position: absolute;
    z-index: 99;
    height: 0;
    box-sizing: border-box;
    transition: height 0.3s ease-in-out;
    transition-delay: 0.1s;
    margin-top: 15px;
}

.share-list li ul li {
    margin: 10px 0;
}

.share-list li ul li a {
    border: 1px #B8B8B8 solid;
    display: inline-block;
    padding: 4px;
    border-radius: 50%;
    transition: all .5s ease;
}

.share-list li ul li a:hover {
    border: 1px #000 solid;
}

.share-list li ul li a svg {
    width: 25px;
    height: 15px;
}

.share-list li ul li a svg path {
    fill: #B8B8B8;
    transition: all .5s ease;
}

.share-list li ul li a:hover svg path {
    fill: #000;
}


.wt-do .main-content {
    padding: 0 170px;
    margin-top: -80px;
}

.wt-do .main-content .heading {
    text-align: center;
    font-weight: 600;
    font-size: 40px;
    line-height: 49px;
    color: #000000;
    margin-bottom: 40px;
}

.wt-do .main-content .heading.news-page {
    font-weight: 600;
    font-size: 32px;
    line-height: 39px;
    color: #000000;
    margin-bottom: 30px;
}

.wt-do .main-content .secondary-text {
    font-weight: 400;
    font-size: 16px;
    line-height: 29px;
    color: #000000;
    margin-bottom: 45px;
}

.wt-do .main-content .doc-i {
    font-style: italic;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #000000;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 44px;
}

.wt-do .main-content .doc-i img {
    margin-right: 20px;
}


.wt-do .main-content ol li {
    display: list-item;
    margin-bottom: 10px;
}

.wt-do .main-content ul li {
    display: list-item;
    margin-bottom: 10px;
}

.wt-do .main-content h1 {
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 12px;
}

.wt-do .main-content h2 {
    font-size: 30px;
    font-weight: 600;
}

.wt-do .main-content ol {
    padding-left: 42px;
    margin-bottom: 22px;
}

.wt-do .main-content ul {
    padding-left: 42px;
    margin-bottom: 22px;
}

.main-content p {
    margin-bottom: 22px;
    font-size: 16px;
    color: #333;
    line-height: inherit;
}

.wt-do .main-content h2 {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 22px;
}

.wt-do .main-content h2 {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 22px;
}

.wt-do .main-content li::before {
    content: none;
}

.main-content.projects-blog .heading {
    margin-bottom: 45px;
}

.main-content.projects-blog .info-list {
    gap: 250px;
    justify-content: flex-start;
}

.main-content.projects-blog .info-list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 100px;
    background: #F8F8F8;
    padding: 20px 30px;
    margin-bottom: 30px;
}

.main-content.projects-blog .info-list .part {
    display: flex;
    gap: 45px;
}

.main-content.projects-blog .info-list .part p {
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    margin: 0;
}

.main-content.projects-blog .info-list .part p:not(:last-child) {
    margin-bottom: 30px;
}

.main-content.projects-blog .info-list .part .type {
    color: #959595;
    width: 50px;
}



@media (max-width: 1200px) {
    .wt-do .main-content {
        padding: 0;
        margin: 0;
    }
}

@media (max-width: 767px) {
    .main-content.projects-blog .info-list {
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
    }

    .main-content.projects-blog .info-list {
        gap: 15px;
    }
    .wt-do .main-content {
        padding: 0;
        padding-left: 5px;
    }
}
