@media (min-width: 0px) and (max-width: 992px) {
    .navLogo {
        width: 239px;
    }

    .navbar-brand {
        height: 100% !important;
        padding: 50px 10px 40px 0px;
        border-right: 1px solid rgba(255, 255, 255, 0.2);
    }

    .containerHeader {
        width: 100%;
        margin: 0 auto;
    }

    .contentSection1 {
        width: 95%;
        margin: 0 auto;
        padding: 0px;
    }

    .containerSection1 {
        padding: 150px 0px 200px 0px;

    }

    .contentSection1 h1 {
        font-family: Tilda Sans;
        font-weight: 600;
        font-size: 35px;
        line-height: 100%;
        letter-spacing: 0%;
        margin-bottom: 20px;
        color: rgba(255, 255, 255, 1);
    }

    .contentSection1 h3 {
        font-family: Tilda Sans;
        font-weight: 400;
        font-size: 16px;
        line-height: 100%;
        letter-spacing: 0%;

        color: rgba(255, 255, 255, 1);
    }

    .contentSection1 p {
        width: 50%;
        font-family: Tilda Sans;
        font-weight: 400;
        font-size: 16px;
        line-height: 100%;
        letter-spacing: 0%;
        color: rgba(255, 255, 255, 1);
    }

    .contentSection1 span {
        font-family: Tilda Sans;
        font-weight: 700;
        font-size: 16px;
        line-height: 100%;
        letter-spacing: 0%;

        color: rgba(117, 131, 165, 1);
    }

    .contentSection1 input {
        width: 100%;
        padding: 10px 12px;
        background: none;
        border: none;
        border-bottom: 1px solid rgba(255, 255, 255, 1);
        margin-bottom: 20px;
    }

    .blockStep {
        width: 95%;
        margin: 0 auto;
    }

    .iti {
        width: 100%;
        position: relative;
        color: white;
    }

    .btnForm {
        width: 100%;
        font-family: Tilda Sans;
        font-weight: 400;
        font-size: 20px;
        line-height: 100%;
        letter-spacing: 0%;
        text-transform: uppercase;
        color: rgba(0, 0, 0, 1);
        padding: 10px 16px;
    }

    /* ====================================ContainerSection2================================== */

    .containerSection2 {
        position: relative;
        overflow: hidden;
        height: 100%;
        /* или auto, или по контенту, или min-height */
        z-index: 0;
        background: linear-gradient(180deg, rgba(34, 37, 44, 0.8) 0%, #22252C 100%);
    }

    .containerSection2 .video-wrapper {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        overflow: hidden;
        z-index: -1;
        background: url(../images/section2.webp);
        background-size: cover;
    }

    .containerSection2 video {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: none;
    }

    .containerSection2 .contentSection2 {
        position: relative;
        z-index: 1;
        color: white;
        padding: 40px;
        text-align: center;
        padding: 60px 16px;
        background: linear-gradient(180deg, rgba(34, 37, 44, 0.8) 0%, #22252C 100%);
    }

    .contentSection2 h1 {
        font-family: Tilda Sans;
        font-weight: 900;
        font-size: 30px;
        line-height: 100%;
        letter-spacing: 0%;
        text-align: center;

        color: rgba(255, 255, 255, 1);
    }

    .contentSection2 span {
        text-transform: uppercase;
        color: rgba(117, 131, 165, 1);
    }

    .contentSection2 p {
        font-family: Tilda Sans;
        font-weight: 500;
        font-size: 16px;
        line-height: 100%;
        letter-spacing: 0%;
        text-align: center;

        color: rgba(255, 255, 255, 1);
    }

    /* =====================================containerSection3=========================== */

    .containerSection3 {
        background: rgba(232, 239, 255, 1);
    }

    .contentSection3 {
        padding: 120px 0px;
        width: 90%;
        margin: 0 auto;
    }

    .headerSection3 h1 {
        font-family: Tilda Sans;
        font-weight: 600;
        font-size: 35px;
        line-height: 100%;
        letter-spacing: 0%;
        text-align: center;
        text-transform: uppercase;

        color: rgba(34, 37, 44, 1);
    }

    .mainSection3 {
        border-top-left-radius: 80px;
        border-bottom-right-radius: 80px;
        overflow: hidden;
    }

    .mainSection3 h1 {
        font-family: Tilda Sans;
        font-weight: 600;
        font-size: 65px;
        line-height: 100%;
        letter-spacing: 0%;
        text-transform: uppercase;

        color: rgba(255, 255, 255, 1);
        border-bottom: 1px solid rgba(255, 255, 255, 1);
        padding-bottom: 24px;
        margin-bottom: 24px;
    }

    .mainSection3 p {
        font-family: Tilda Sans;
        font-weight: 500;
        font-size: 18px;
        line-height: 100%;
        letter-spacing: 0%;
        text-align: center;

        color: rgba(255, 255, 255, 1);
    }

    .blockLeftCection3,
    .blockRightCection3 {
        background: rgba(34, 37, 44, 1);
        padding: 92px 40px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        height: 100%;
    }

    .blockCenterCection3 {
        text-align: center;
        height: 100%;
        padding: 50px;
        position: relative;
        overflow: hidden;
        z-index: 0;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .blockCenterCection3 .video-wrapper {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        overflow: hidden;
        z-index: -2;
        background: linear-gradient(180deg, rgba(34, 37, 44, 0.8) 100%, #22252C 100%),
            url(../images/section3.webp);
        background-size: cover;
        background-position: center;
    }

    .blockCenterCection3 video {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: none;
    }

    /* ==========================containerCarusel============================= */

    .containerSection4 {
        background: rgba(34, 37, 44, 1);

    }

    .contentSection4 {
        width: 90%;
        margin: 0 auto;
        color: white;
        padding: 60px 0px;
    }

    .headerSection4 {
        text-align: center;
    }

    .headerSection4 h1 {
        font-family: Tilda Sans;
        font-weight: 600;
        font-size: 35px;
        line-height: 100%;
        letter-spacing: 0%;
        text-align: center;
        text-transform: uppercase;

    }

    /* .btnCarusel {} */

    .carousel-control-prev {
        background: none;
        width: 80px;
        height: 80px;
        border: 1px solid rgba(255, 255, 255, 1);
        border-radius: 70px;
    }

    .carousel-control-next {
        background: none;
        width: 80px;
        height: 80px;
        border: 1px solid rgba(255, 255, 255, 1);
        border-radius: 70px;
    }

    .static-indicators {
        position: static !important;
        /* убираем absolute из bootstrap */
        display: flex;
        justify-content: center;
        gap: 10px;
    }

    .custom-carousel-nav .carousel-control-prev,
    .custom-carousel-nav .carousel-control-next {
        position: static;
    }

    .containerCardSection4 {
        border-bottom-left-radius: 0px;

    }

    .blockCard1 {
        background: no-repeat url(../images/card1.webp);
        background-size: cover;
        height: 100%;
    }

    .blockCard2 {
        background: no-repeat url(../images/card2.webp);
        background-size: cover;
        height: 100%;
    }

    .carousel-item-section4 {
        height: 360px;
        width: 722px;
        border-bottom-left-radius: 0px;
        overflow: hidden;
        background: rgba(22, 24, 29, 1);
    }

    .carousel-item .row {
        height: 100%;
    }

    .contentBlockSection4 {
        padding: 20px;
    }

    .contentBlockSection4 .btnShowModal {
        font-family: Tilda Sans;
        font-weight: 400;
        font-size: 14px;
        line-height: 100%;
        letter-spacing: 0%;
        vertical-align: middle;
        text-transform: uppercase;
    }


    .carousel-indicators [data-bs-target] {
        flex: 1;
        margin: 0px;
    }

    .carousel-indicators {
        margin: 0px;
    }

    .carousel-item {
        padding: 30px;
    }

    .blockImgSection4 {
        border-bottom-left-radius: 80px;
        width: 120px;
        height: 120px;
        right: -20px;
        top: 20px;
        position: absolute;

    }

    /* ==================================ContainerSection5============================= */

    .containerSection5 {
        height: 420px;
        position: relative;
    }

    .contentSection5 {
        border: 1px solid rgba(255, 255, 255, 1);
        padding: 20px;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translateX(-50%);
        z-index: 1;
    }

    .textSection5 {
        background: rgba(117, 131, 165, 1);
        width: 319px;
        height: 200px;
        padding: 68px 40px 60px 40px;
        text-align: center;
    }

    .textSection5 h3 {
        font-family: Tilda Sans;
        font-weight: 400;
        font-size: 16px;
        line-height: 100%;
        letter-spacing: 0%;
        text-align: center;
        text-transform: uppercase;

        color: rgba(255, 255, 255, 1);
    }

    .iconSection5 {
        width: 40px;
        height: 40px;
    }

    .rightBlockSection5 {
        position: absolute;
        /* overflow: hidden; */
        height: 70%;
    }

    .rightBlockSection5 .video-wrapper {
        position: relative;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        overflow: hidden;
        z-index: 0;
        background: linear-gradient(180deg, rgba(34, 37, 44, 0.8) 100%, #22252C 100%),
            url(../images/section3.webp);
        background-size: cover;
        background-position: center;
    }

    .rightBlockSection5 video {
        width: 100%;
        height: 273px;
        object-fit: cover;
        display: none;
    }

    /* ===============================containerSection6============================== */

    .containerSection6 {
        background: rgba(232, 239, 255, 1);
    }

    .contentSection6 {
        width: 90%;
        margin: 0 auto;
        padding: 120px 0px;
    }

    .headerSection6 {
        text-align: center;
    }

    .headerSection6 p {
        font-family: Tilda Sans;
        font-weight: 500;
        font-size: 16px;
        line-height: 100%;
        letter-spacing: 10%;
        vertical-align: middle;
        text-transform: uppercase;

        color: rgba(117, 131, 165, 1);
    }

    .headerSection6 h1 {
        font-family: Tilda Sans;
        font-weight: 600;
        font-size: 35px;
        line-height: 100%;
        letter-spacing: 0%;
        text-align: center;
        text-transform: uppercase;

        color: rgba(34, 37, 44, 1);
    }

    .blockSection6 {
        background: rgba(34, 37, 44, 1);
        height: 600px;
    }

    .blockSection6 .row {
        height: 100%;
    }

    .blockSection6 h1 {
        font-family: Tilda Sans;
        font-weight: 600;
        font-size: 30px;
        line-height: 100%;
        letter-spacing: 0%;
        text-transform: uppercase;
        color: rgba(255, 255, 255, 1);
        margin-bottom: 20px;
    }

    .blockSection6 p {
        font-family: Tilda Sans;
        font-weight: 500;
        font-size: 18px;
        line-height: 100%;
        letter-spacing: 0%;
        color: rgba(255, 255, 255, 1);
    }

    .textSection6 {
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: start;
    }

    .blockImg1 {
        height: 343px;
        background: no-repeat url(../images/work1.webp);
        background-size: cover;
        background-position: center;
    }

    .blockImg2 {
        height: 343px;
        background: no-repeat url(../images/work2.webp);
        background-size: cover;
        background-position: center;
    }

    .blockImg3 {
        height: 343px;
        background: no-repeat url(../images/work3.webp);
        background-size: cover;
        background-position: center;
    }

    .blockImg4 {
        height: 343px;
        background: no-repeat url(../images/work4.webp);
        background-size: cover;
        background-position: center;
    }

    /* =====================containerSection7============================= */

    .containerSection7 {
        background: rgba(34, 37, 44, 1);
    }

    .contentSection7 {
        width: 90%;
        margin: 0 auto;
        padding: 120px 0px;
    }

    /* .headerSection7 {

} */

    .headerSection7 p {
        font-family: Tilda Sans;
        font-weight: 500;
        font-size: 16px;
        line-height: 100%;
        letter-spacing: 10%;
        vertical-align: middle;
        text-transform: uppercase;


        color: rgba(117, 131, 165, 1);
    }

    .headerSection7 h1 {
        font-family: Tilda Sans;
        font-weight: 600;
        font-size: 35px;
        line-height: 100%;
        letter-spacing: 0%;
        text-align: center;
        text-transform: uppercase;


        color: rgba(255, 255, 255, 1);
    }

    .mainSection7 {
        width: 90%;
        margin: 0 auto;
        display: none;
    }

    .mainSection7Mobail {
        display: block;
    }

    .blockSection7 .row {
        height: 100%;
    }


    .blockImgSection7 {
        height: 100%;
    }

    .textSection7 {
        background: rgba(117, 131, 165, 1);
        height: max-content;
    }

    .textSection7 h1 {
        font-family: Tilda Sans;
        font-weight: 600;
        font-size: 20px;
        line-height: 100%;
        letter-spacing: 0%;
        text-transform: uppercase;

        color: rgba(255, 255, 255, 1);
    }

    .textSection7 {
        font-family: Tilda Sans;
        font-weight: 500;
        font-size: 16px;
        line-height: 100%;
        letter-spacing: 0%;

        color: rgba(255, 255, 255, 1);
    }

    .sectionImg1 {
        background: linear-gradient(180deg, rgba(34, 37, 44, 0.5) 30.23%, rgba(34, 37, 44, 0.95) 90.01%),
            no-repeat url(../images/sectionImg1.webp);
        background-size: cover;
        background-position: center;
    }

    .sectionImg2 {
        background: linear-gradient(180deg, rgba(34, 37, 44, 0.5) 30.23%, rgba(34, 37, 44, 0.95) 90.01%),
            no-repeat url(../images/sectionImg2.webp);
        background-size: cover;
        background-position: center;
    }

    .sectionImg3 {
        background: linear-gradient(180deg, rgba(34, 37, 44, 0.5) 30.23%, rgba(34, 37, 44, 0.95) 90.01%),
            no-repeat url(../images/sectionImg3.webp);
        background-size: cover;
        background-position: center;
    }

    .sectionImg4 {
        background: linear-gradient(180deg, rgba(34, 37, 44, 0.5) 30.23%, rgba(34, 37, 44, 0.95) 90.01%),
            no-repeat url(../images/sectionImg4.webp);
        background-size: cover;
        background-position: center;
    }

    .sectionImg5 {
        background: linear-gradient(180deg, rgba(34, 37, 44, 0.5) 30.23%, rgba(34, 37, 44, 0.95) 90.01%),
            no-repeat url(../images/sectionImg5.webp);
        background-size: cover;
        background-position: center;
    }

    .sectionImg6 {
        background: linear-gradient(180deg, rgba(34, 37, 44, 0.5) 30.23%, rgba(34, 37, 44, 0.95) 90.01%),
            no-repeat url(../images/sectionImg6.webp);
        background-size: cover;
        background-position: center;
    }

    /* ==========================containerSection8========================= */

    .card-container {
        display: flex;
        justify-content: center;
        font-family: 'Arial', sans-serif;
        background: #fff;
        padding: 0px;
    }



    /* ==================================================== */

    .containerVideoForm .video-wrapper {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 250px;
        z-index: 1;
        overflow: hidden;
        background: linear-gradient(180deg, rgba(34, 37, 44, 0.8) 100%, #22252C 100%),
            url(../images/section3.webp);
        background-size: cover;
        background-position: center;
    }

    .containerVideoForm video {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
        display: none;
    }

    .containerVideoForm {
        height: 250px;
    }

    .containerVideoForm {
        position: relative;
        width: 100%;
        height: 250px;
        /* или любое нужное значение по высоте */
        overflow: hidden;
    }

    .contentFormLeft {
        padding: 40px 20px;
    }

    .contentFooter {
        padding: 50px 0px;
    }

    .linkFooter {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: start;
    }

    .contentModal .btnShowModal {
        font-size: 16px;
    }

    .contentModal input {
        width: 100%;
        margin-bottom: 20px;
        background: none;
        border: 1px solid rgba(255, 255, 255, 0.558);
        padding: 12px 20px;
    }

    .headerFormModal h1 {
        font-family: Tilda Sans;
        font-weight: 600;
        font-size: 35px;
        line-height: 100%;
        letter-spacing: 0%;
        text-align: start;
        text-transform: uppercase;

    }

    /* ====================================iti========================== */
    .iti {
        /* width: 100%; */
        position: relative;
        color: white;
        display: block;
        margin-bottom: 20px;
    }

    /* Стили флага (слева) */
    .iti__selected-flag {
        background-color: transparent !important;
        border-radius: 1rem 0 0 1rem;
        padding: 0 12px;
        margin-bottom: 20px;
    }

    /* Сам input */
    .contentModal .iti input,
    .iti__tel-input {
        background: none;
        border: 1px solid rgba(255, 255, 255, 0.558);
        border-bottom: 1px solid rgba(255, 255, 255, 1);
        padding: 10px 12px;
        /* отступ слева чтобы не наезжать на флаг */
        width: 100%;
        color: white;
        font-size: 1rem;
    }

    /* Цвет текста placeholder */
    .iti input::placeholder {
        color: white;
        opacity: 0.6;
    }

    /* Стили выпадающего списка */
    .iti__country-list {
        width: max-content;
        background: black;
        color: white;
        z-index: 9999;
        border-radius: 1rem;
        max-height: 200px;
        overflow-y: auto;
    }

    /* Стрелочка вниз */
    .iti__arrow {
        border-top-color: white;
    }


}