.swiper-tabs-container .text1-popup-thankyoutext {
        margin-top: 0;
    }
    .swiper-tabs-container .pop_up_body-thankyoutext {
        height: auto;
    }
    .swiper {
        width: 100%;
        height: 100%;
    }

    .swiper-slide {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .swiper-slide img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .swiper-slide-vnut {
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        width: 100%;
        height: 948px;
    }

    .swiper-slide-vnut1,
    .swiper-slide-vnut3,
    .swiper-slide-vnut4,
    .swiper-slide-vnut5,
    .swiper-slide-vnut6,
    .swiper-slide-vnut7 {
        background-image: none;
    }

    .swiper-slide-vnut2 {
        background-image: url('/images/home/banner/ban1-img2.webp');
    }

    .banner-title-home {
        font-family: 'Inter', sans-serif;
        font-weight: 700;
        font-size: 70px;
        line-height: 140%;
        color: #FFFFFF;
        text-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
    }

    .banner-description-home {
        font-family: 'Open Sans', sans-serif;
        font-weight: 600;
        font-size: 35px;
        line-height: 140%;
        color: #FFFFFF;
        margin-top: 25px;
        width: 755px;
        text-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
    }

    .banner-button-home {
        margin-top: 40px;
    }

    .banner-content-home {
        width: 876px;
        padding-top: 247px;
    }

    .mySwiper .swiper-button-next::after {
        content: '';
        background: url('/images/home/banner/ban-left.svg') 0 0 / 100% no-repeat;
        width: 17.5px;
        height: 31px;
    }

    .mySwiper .swiper-button-prev::after {
        content: '';
        background: url('/images/home/banner/ban-right.svg') 0 0 / 100% no-repeat;
        width: 17.5px;
        height: 31px;
    }

    .mySwiper .swiper-pagination {
        text-align: left;
        margin-left: 216px;
        bottom: 126px !important;
    }

    .mySwiper .swiper-pagination-bullet {
        width: 13px;
        height: 13px;
        background-color: #FFFFFF;
    }

    .banner-button-home {
        width: 330px;
        background-color: #55CD6C;
        color: #FFFFFF;
        font-family: 'Open Sans', sans-serif;
    }

    .banner-button-home:hover {
        background-color: #47AB5A;
    }

    .banner-button-home4 {
        width: 305px;
        background-color: #55CD6C;
        color: #FFFFFF;
    }

    .banner-button-home4:hover {
        background-color: #47AB5A;
    }

    .banner-button-home5 {
        width: 335px;
        background-color: #FFFFFF;
        color: #4CC574;
    }

    .banner-button-home5:hover {
        color: #3D9E5D;
    }

    .banner-button-home8 {
        font-weight: 600;
        font-size: 16px;
        line-height: 100%;
        padding-top: 23px;
        padding-left: 35px;
        border-radius: 119px;
        cursor: pointer;
        margin-top: 40px;
        height: 62px;
    }

    .banner-button-home7 {
        width: 305px;
        background-color: #55CD6C;
        color: #FFFFFF;
        margin-right: 15px;
    }

    .banner-button-home7:hover {
        background-color: #3D9E5D;
    }

    .banner-button-home77 {
        width: 235px;
        background-color: #FFFFFF;
        color: #4CC574;
        border: 1px solid #55CD6C;
    }

    .banner-button-home77:hover {
        color: #3D9E5D;
        border: 1px solid #3D9E5D;
    }

    .buttons-home {
        display: flex;
    }

    .swiper-tabs-container1 {
        overflow: hidden;
        padding-bottom: 70px;
    }

    .swiper-tabs-container {
        position: relative;
    }

    .tabs-container {
        font-family: 'Open Sans', sans-serif;
        max-width: 800px;
        position: relative;
        bottom: 65px;
        z-index: 1;
    }

    .tabs {
        display: flex;
        width: 849px;
        height: 65px;
        border-bottom: 0.5px solid #DBDEE3;
    }

    .tab-btn {
        flex: 1;
        padding: 12px 20px;
        background-color: #E6E8EA;
        border: none;
        cursor: pointer;
        font-family: 'Open Sans', sans-serif;
        font-weight: 600;
        font-size: 18px;
        line-height: 100%;
        color: #555658;
        transition: background-color 0.3s;
    }

    .tab-btn.active {
        background-color: #FFFFFF;
        color: #555658;
        font-weight: 600;
        font-size: 18px;
        line-height: 100%;
    }

    .tab-content {
        display: none;
        padding-top: 40px;
        padding-left: 62px;
        background-color: white;
        border-radius: 0 0 5px 5px;
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    }

    .tab-content.active {
        display: block;
        width: 1665px;
        height: 151px;
        box-shadow: 2px 0 8px -3px rgba(0, 0, 0, 0.08), /* Тень слева */ -2px 0 8px -3px rgba(0, 0, 0, 0.08), /* Тень справа */ 0 5px 10px rgba(0, 0, 0, 0.1);
        border-radius: 0 0 10px 10px;
    }

    .tab-btn1 {
        border-top-left-radius: 30px;
    }

    .tab-btn2 {
        border-top-right-radius: 30px;
    }

    .tracking-button-banner-glav {
        border: none;
        background-color: #4CC574;
        border-top-right-radius: 10px;
        border-bottom-right-radius: 10px;
        width: 71px;
        height: 71px;
        cursor: pointer;
    }

    .tracking-button-banner-glav:hover {
        background-color: #3D9E5D;
    }

    .tracking-search1-banner-glav {
        display: flex;
    }

    .tracking-input-container-banner-glav input {
        width: 1253px;
        height: 71px;
        border: 0.5px solid #AAADB066;
        border-top-left-radius: 10px;
        border-bottom-left-radius: 10px;
        padding-left: 15px;
        font-family: 'Open Sans', sans-serif;
        font-weight: 400;
        font-size: 18px;
        line-height: 100%;
        color: #555658;
    }

    .tracking-input-container-banner-glav input::placeholder {
        font-family: 'Open Sans', sans-serif;
        font-weight: 400;
        font-size: 18px;
        line-height: 100%;
        color: #555658;
    }

    .comment-container {
        display: flex;
    }

    .comment-input {
        border: 1px solid #AAADB066;
        border-bottom-left-radius: 10px;
        border-top-left-radius: 10px;
        width: 1053px;
        height: 71px;
        font-family: 'Open Sans', sans-serif;
        font-weight: 400;
        font-size: 18px;
        line-height: 100%;
        color: #1E242E;
        padding-left: 15px;
    }

    .comment-input::placeholder {
        font-family: 'Open Sans', sans-serif;
        font-weight: 400;
        font-size: 18px;
        line-height: 100%;
        color: #1E242E;
    }

    .comment-button {
        width: 201px;
        height: 71px;
        background-color: #4CC574;
        color: #FFFFFF;
        font-family: 'Open Sans', sans-serif;
        font-weight: 400;
        font-size: 18px;
        line-height: 100%;
        cursor: pointer;
        border-top-right-radius: 10px;
        border-bottom-right-radius: 10px;
        padding: 23px 20px 23px 20px;
    }

    .comment-button:hover {
        background-color: #3D9E5D;
    }

    .banner-button-home-img {
        display: none;
    }

    .banner-title-home-mobile {
        display: none;
    }

    .banner-description-home-mobile {
        display: none;
    }

    .banner-title-home-calc-mobile-mobile {
        display: none;
    }

    .banner-title-home5-mobile {
        display: none;
    }

    .banner-description-home5 {
        width: 973px;
    }

    .banner-description-home-mobile-vnut4 {
        display: none;
    }

    .banner-description-home7-mobile {
        display: none;
    }

    .tracking-button-banner-glav-mobile {
        display: none;
    }

    @media (max-width: 1700px) {
        .tab-content.active {
            width: 1420px;
        }

        .tracking-input-container-banner-glav input {
            width: 1000px;
        }

        .banner-content-home {
            margin-left: 150px;
        }

        .tabs-container {
            left: 150px;
        }

        .comment-input {
            width: 855px;
        }

        .mySwiper .swiper-pagination {
            margin-left: 150px;
        }

        .banner-button-home7 {
            display: none;
        }

        .banner-description-home7 {
            width: 654px;
        }
    }

    @media (max-width: 1615px) {
        .tab-content.active {
            width: 1200px;
        }
    }

    @media (max-width: 1600px) {
        .banner-description-home5 {
            width: 779px;
        }
    }

    @media (max-width: 1420px) {
        .banner-title-home-calc-mobile {
            font-size: 71px;
        }
    }

    @media (max-width: 1370px) {
        .tab-content.active {
            width: 850px;
        }

        .tracking-input-container-banner-glav input {
            width: 660px;
        }

        .banner-content-home {
            padding-top: 117px;
            margin-left: 100px;
            width: 708px;
        }

        .swiper-slide-vnut {
            height: 740px;
        }

        .banner-title-home {
            font-size: 65px;
        }

        .banner-description-home {
            font-size: 24px;
            width: 722px;
        }

        .mySwiper .swiper-pagination {
            margin-left: 100px;
        }

        .tabs-container {
            left: 100px;
        }

        .comment-input {
            width: 530px;
        }

        .banner-description-home7 {
            width: 650px;
        }

        .banner-button-home77 {
            margin-top: 25px;
        }

        .banner-title-home6 {
            line-height: 99%;
        }
    }

    @media (max-width: 1250px) {
        .banner-title-home-calc-mobile {
            font-size: 60px;
        }

        .banner-reck {
            margin-top: 15px !important;
        }

        .banner-button-home4 {
            margin-top: 30px;
        }
    }

    @media (max-width: 1245px) {
        .swiper-slide-vnut {
            height: 665px;
        }

        .banner-content-home7 {
            margin-top: 15px;
        }

        .banner-description-home7 {
            width: 547px;
            margin-top: 6px;
        }

        .banner-button-home2 {
            margin-top: 30px;
        }
    }

    @media (max-width: 1130px) {
        .banner-title-home-calc-mobile {
            font-size: 52px;
        }
    }

    @media (max-width: 1100px) {
        .swiper-slide-vnut {
            height: 665px;
        }

        .banner-title-home {
            font-size: 55px;
        }

        .banner-description-home {
            font-size: 21px;
            width: 634px;
        }

        .swiper-slide-vnut {
            height: 615px;
        }

        .mySwiper .swiper-pagination {
            bottom: 90px;
        }

        .banner-description-home7 {
            width: 460px;
        }
    }

    @media (max-width: 1000px) {
        .banner-content-home {
            margin-top: 60px;
            margin-left: 60px;
            width: 600px;
        }

        .tabs-container {
            left: 60px;
        }

        .mySwiper .swiper-pagination {
            margin-left: 60px;
        }

        .banner-title-home5-mobile {
            display: block;
        }

        .banner-title-home5-pc {
            display: none;
        }

        .banner-title-home5 {
            font-size: 49px;
        }

        .banner-description-home5 {
            width: 442px;
        }

        .banner-button-home5 {
            width: 430px;
            font-size: 22px;
            padding-top: 19px;
            margin-top: 30px;
            padding-left: 27px;
        }
    }

    @media (max-width: 950px) {
        .tabs {
            width: 661px;
        }

        .tab-content.active {
            width: 661px;
            height: 135px;
        }

        .tab-btn {
            font-size: 16px;
        }

        .tab-btn.active {
            font-size: 16px;
        }

        .tab-content {
            padding-top: 30px;
            padding-left: 30px;
        }

        .tabs-container {

        }

        .tracking-input-container-banner-glav input {
            width: 500px;
        }

        .comment-input {
            width: 400px;
        }

        .comment-button {
            width: 185px;
            font-size: 16px;
        }
    }

    @media (max-width: 820px) {
        .swiper-slide-vnut {
            height: 557px;
        }

        .banner-title-home {
            font-size: 46px;
        }

        .banner-description-home {
            font-size: 17px;
            width: 451px;
        }

        .banner-content-home {
            width: 504px;
        }

        .banner-button-home8 {
            margin-top: 43px;
            padding-top: 23px;
        }

        .banner-description-home7 {
            width: 379px;
        }

        .banner-description-home5 {
            width: 362px;
        }

        .banner-button-home4 {
            width: 327px;
            height: 47px;
            font-weight: 600;
            font-size: 14px;
            line-height: 100%;
            padding-top: 16px;
            padding-left: 53px;
        }

        .banner-button-home5 {
            padding-top: 20px;
        }

        .banner-title-home6 {
            line-height: 112%;
        }
    }

    @media (max-width: 750px) {
        .banner-content-home {
            margin-top: 30px;
            margin-left: 30px;
        }

        .mySwiper .swiper-pagination {
            margin-left: 30px;
        }

        .tabs-container {
            left: 30px;
            bottom: 55px;
        }

        .tabs {
            width: 550px;
            height: 55px;
        }

        .tab-btn.active {
            font-size: 12px;
        }

        .tab-btn {
            font-size: 12px;
        }

        .tab-content.active {
            width: 550px;
            height: 100px;
        }

        #tab2.tab-content.active {
            height: 220px;
        }

        .tabs-container {
            bottom: 55px;
        }

        .tracking-input-container-banner-glav input {
            height: 50px;
            width: 420px;
        }

        .tab-content {
            padding-top: 25px;
        }

        .tracking-button-banner-glav {
            height: 50px;
        }

        .comment-input {
            width: 300px;
            height: 50px;
        }

        .comment-button {
            height: 50px;
            padding: 17px 20px 23px 20px;
        }

        .banner-button-home5 {
            width: 380px;
            font-size: 19px;
            height: 60px;
            padding-top: 20px;
        }
    }

    @media (max-width: 700px) {
        .banner-description-home7 {
            width: 278px;
        }

        .banner-button-home77 {
            margin-top: 5px;
        }

        .banner-button-home77 {
            width: 300px;
            height: 60px;
            font-size: 25px;
            padding-top: 17px;
            padding-left: 20px;
        }

        .swiper-tabs-container1 {
            padding-bottom: 70px;
        }
    }

    @media (max-width: 600px) {
        .swiper-slide-vnut {
            height: 674px;
        }

        .swiper-slide-vnut1,
        .swiper-slide-vnut3,
        .swiper-slide-vnut4,
        .swiper-slide-vnut5,
        .swiper-slide-vnut6,
        .swiper-slide-vnut7 {
            background-image: none;
        }

        .swiper-slide-vnut2 {
            background-image: url('/images/home/banner/ban1-img2-mobile.webp');
        }

        .banner-button-home-img {
            display: block;
        }

        .banner-button-home-img1 {
            width: 251px !important;
            height: 246px !important;
            margin-left: 35px;
            margin-top: 15px;
        }

        .tab-btn1 {
            border-top-left-radius: 0px;
        }

        .tab-btn2 {
            border-top-right-radius: 0px;
        }

        .tab-content.active {
            box-shadow: none;
        }

        .banner-content-home {
            margin-top: 0;
            margin-left: 137px;
            width: 380px;
            padding-top: 77px;
        }

        .banner-title-home {
            font-weight: 700;
            font-size: 35px;
            line-height: 130%;
        }

        .banner-description-home {
            margin-top: 15px;
            font-weight: 400;
            font-size: 14px;
            line-height: 140%;
            width: 420px;
        }

        .banner-button-home8 {
            margin-top: 15px;
            width: 338px;
            height: 47px;
            font-weight: 600;
            font-size: 14px;
            line-height: 100%;
            padding: 16px 50px 14px 50px;
        }

        .banner-title-home-pc {
            display: none;
        }

        .banner-title-home-mobile {
            display: block;
        }

        .banner-description-home-pc {
            display: none;
        }

        .banner-description-home-mobile {
            display: block;
        }

        .mySwiper .swiper-pagination {
            margin-left: 222px;
            bottom: 62px;
        }

        .tab-btn.active {
            font-weight: 400;
            font-size: 14px;
            line-height: 100%;
        }

        .tab-btn {
            font-weight: 400;
            font-size: 14px;
            line-height: 100%;
        }

        .tabs-container {
            left: 0;
            bottom: 0;
            max-width: 100%;
            scrollbar-width: none;
        }

        .tabs {
            height: 59px;
            width: 100%;
            overflow-x: auto;
            -webkit-overflow-scrolling: touch;
            border-bottom: none;
            white-space: nowrap;
            scrollbar-width: none;
            -ms-overflow-style: none;
        }

        .tab-btn {
            min-width: 280px;
        }

        .buttons-home {
            display: block;
        }

        .banner-button-home-img7 {
            width: 248px !important;
            height: 242px !important;
            margin-top: 15px;
            margin-left: 40px;
        }

        .banner-description-home7 {
            width: 330px;
        }

        .banner-button-home77 {
            width: 305px;
            padding: 14px 50px 14px 77px;
        }

        .banner-title-home-calc-mobile-mobile {
            display: block;
            margin-bottom: 5px;
        }

        .banner-title-home-calc-mobile-pc {
            display: none;
        }

        .banner-reck {
            display: block !important;
        }

        .banner-button-12 {
            width: 327px !important;
            height: 47px !important;
            font-weight: 600 !important;
            font-size: 14px !important;
            line-height: 100% !important;
            padding: 15px 35px 20px 35px !important;
        }

        .banner-button-home-img5 {
            width: 235px !important;
            height: 235px !important;
            margin-top: 15px;
            margin-left: 50px;
        }

        .banner-description-home5 {
            width: 366px;
        }

        .banner-button-home-img4 {
            width: 219px !important;
            height: 227px !important;
            margin-top: 15px;
            margin-left: 55px;
        }

        .banner-button-home-img3 {
            width: 265px !important;
            height: 220px !important;
            margin-top: 15px;
            margin-left: 41px;
        }

        .banner-button-home-img2 {
            width: 259px !important;
            height: 203px !important;
            margin-top: 15px;
            margin-left: 40px;
        }

        .banner-description-home2 {
            width: 304px;
        }

        .banner-description-home-mobile-vnut4 {
            display: block;
            width: 325px;
        }

        .banner-description-home-pc-vnut4 {
            display: none;
        }

        .banner-description-home7-mobile {
            display: block;
        }

        .banner-description-home7-pc {
            display: none;
        }

        .banner-description-home7 {
            width: 330px
        }

        .mySwiper .swiper-pagination {
            margin-bottom: -83px !important;
        }
    }

    @media (max-width: 551px) {
        .tab-content.active {
            width: 532px;
        }
    }

    @media (max-width: 535px) {
        .comment-button {
            width: 123px;
            padding: 10px 20px 23px 20px;
            text-align: center;
        }

        .tracking-input-container-banner-glav input {
            width: 355px;
        }

        .tab-content.active {
            width: 459px;
        }
    }

    @media (max-width: 520px) {
        .banner-content-home {
            margin-left: 75px;
        }

        .mySwiper .swiper-pagination {
            margin-left: 165px;
        }
    }

    @media (max-width: 470px) {
        .tab-btn {
            min-width: 245px;
        }

        .tracking-input-container-banner-glav input {
            width: 310px;
        }

        .tracking-input-container-banner-glav input::placeholder {
            font-weight: 400;
            font-size: 14px;
            line-height: 100%;
            color: #1E242E;
        }

        .comment-input {
            width: 255px;
        }

        .comment-input::placeholder {
            font-weight: 400;
            font-size: 14px;
            line-height: 100%;
        }

        .tab-content.active {
            width: 411px;
        }

        .comment-button {
            display: none;
        }

        .tracking-button-banner-glav-mobile {
            display: block;
        }

        .img-poisk-ban {
            width: 20px;
            height: 20px;
        }
    }

    @media (max-width: 460px) {
        .banner-content-home {
            margin-left: 45px;
        }

        .mySwiper .swiper-pagination {
            margin-left: 135px;
        }

        .swiper-button-next, .swiper-button-prev {
            display: none !important;
        }

    }

    @media (max-width: 450px) {
        .tab-btn {
            min-width: 216px;
        }

        .tracking-input-container-banner-glav input {
            font-size: 14px;
        }

        .comment-input {
            font-size: 14px;
        }
    }

    @media (max-width: 418px) {
        .tab-content {
            padding-left: 18px;
        }

        .comment-input {
            width: 210px;
        }

        .tracking-input-container-banner-glav input {
            width: 250px;
        }

        .tab-content.active {
            width: 351px;
        }
    }

    @media (max-width: 410px) {
        .banner-content-home {
            margin-left: 30px;
        }

        .mySwiper .swiper-pagination {
            margin-left: 115px;
        }
    }

    @media (max-width: 403px) {
        .tab-btn {
            min-width: 196px;
        }

        .comment-button {
            width: 103px;
            padding: 12px 0px 0px 3px;
            font-size: 13px;
        }

        .tracking-input-container-banner-glav input {
            width: 241px;
        }
    }

    @media (max-width: 385px) {
        .banner-content-home {
            margin-left: 18px;
        }

        .mySwiper .swiper-pagination {
            margin-left: 105px;
        }
    }

    @media (max-width: 375px) {
        .tab-btn {
            min-width: 179px;
        }

        .tab-content.active {
            width: 329px;
        }
    }

    @media (max-width: 370px) {
        .banner-button-home8 {
            padding: 16px 20px 14px 44px;
            width: 326px;
        }

        .banner-button-home77 {
            width: 315px;
            padding: 14px 20px 14px 81px;
        }

        .banner-title-home2 {
            font-size: 33px;
        }
    }

    @media (max-width: 355px) {
        .banner-title-home {
            font-size: 30px;
            width: 278px;
        }

        .banner-description-home {
            width: 360px;
            font-size: 12px;
        }

        .banner-button-home8 {
            width: 292px;
            padding: 16px 20px 14px 26px;
        }

        .banner-button-home-img1 {
            margin-left: 13px;
        }

        .mySwiper .swiper-pagination {
            margin-left: 85px;
        }

        .tab-btn {
            min-width: 171px;
        }

        .banner-description-home {
            width: 273px;
        }

        .banner-button-12 {
            width: 262px !important;
        }

        .banner-button-home4 {
            padding: 14px 20px 14px 44px;
        }

        .banner-button-home-img3 {
            margin-left: 0px;
        }

        .banner-button-home-img2 {
            margin-left: 0px;
        }
    }

    @media (max-width: 333px) {
        .tracking-input-container-banner-glav input {
            width: 193px;
        }

        .comment-input {
            width: 182px;
        }

        .tab-btn {
            font-size: 12px;
        }

        .tracking-input-container-banner-glav input::placeholder {
            font-size: 12px;
        }

        .tab-btn.active {
            font-size: 12px;
        }

        .comment-input::placeholder {
            font-size: 11px;
        }

        .tab-content.active {
            width: 283px;
        }

        .tab-btn {
            min-width: 161px;
        }

        .banner-button-home-img3 {
            width: 300px !important;
        }
    }
