body{
    background-color: black;
}

.header {
    display: flex;
    height: 100px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    backdrop-filter: blur(40px);
    box-sizing: border-box;
}
.header__container,
.footer__container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
    max-width: 1260px;
    width: 100%;
    margin: 0 auto;
}
.header__wrapper-logo{
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 250px;
    height: 64px;
    gap: 5px;
    margin-left: 10px;
}

.img-logo-text{
    width: 100%;
    height: 40px;
}

.img-logo{
    width: 46px;
    height: 46px;
}

.header__list{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
    margin-bottom: 0 !important;
    list-style: none;
}

.header__link{
    font-family: 'Tilda Sans VF', Arial, sans-serif;
    font-size: 18px;
    line-height: 29px;
    color: #FFFFFF !important;
}


.header__list.active {
    display: flex;
} 

.header__admin.active {
    display: flex;

}

.header__admin,
.burger__admin{
    width: 240px;
    height: 50px;
    background-image: url(../images/btn.svg);
    border-radius:70px ;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.burger__admin{
    margin-top: 90%;
}

.header__admin.active {
    display: none;
}

.header__admin:hover {
    cursor: pointer;
}

.t450__menu__content {
    top: 50% ;
    transform: translateY(-50%) ;
}

.t450__menu_show.t450{
    max-width: 350px !important;
}

.t450__logowrapper {
    width: 230px;
    height: 64px;
    margin-left: -8px;
}

.t450__logowrapper-img{
    width: 100%;
    height: 100% !important;
}

.t450__close-button{
    top: 8.5%;
    right: 15px;
    width: 30px;
    height: 30px;
    background-image: url(../images//images.webp/94.2.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.t-menuburger__small{
    top: -2px;
    width: 30px !important;
    height: 24px !important;
    background-image: url(../images//images.webp/94.1.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}



@media (min-width: 960px) and (max-width: 1199px) {
    .header__hamburger {
        display: block;
        border: none;
        background: inherit;
        cursor: pointer;
        width: 50px;
        height: 50px;
    }

    .header__list {
        display: none;
    }

    .header__admin {
        display: none;
    }

    .header__hamburger-img {
        width: 50px;
        height: 50px;
    }
}



@media (min-width: 768px) and (max-width: 959px) {
    .header__hamburger {
        display: block;
        border: none;
        background: inherit;
        cursor: pointer;
        width: 50px;
        height: 50px;
    }

    .header__list {
        display: none;
    }

    .header__admin {
        display: none;
    }

    .header__mobile-menu {
        width: 50%;
    }

    .header__hamburger-img {
        width: 50px;
        height: 50px;

    }
}



@media (min-width: 50px) and (max-width: 767px) {

    .header {
        height: 70px;
    }

    .t450__menu__content {
        top: 5% !important;
    }

    .header__hamburger {
        display: block;
        border: none;
        background: inherit;
        cursor: pointer;
        width: 50px;
        height: 50px;
    }

    .header__hamburger-img {
        width: 50px;
        height: 50px;

    }

    .header__list {
        display: none;
    }

    .header__admin {
        display: none;
    }

    .header__mobile-menu {
        width: 70%;
    }

    #inserted{
        position: relative;
        top: 910px;
        z-index: 10000;
    }

    .section-name{
        height: 80px !important;
    }

    .header__wrapper-logo {
        position: relative;
        display: flex;
        justify-content: space-between;
        align-items: center;
        /* width: 250px; */
        height: 64px;
        gap: 5px;
        margin-left: 10px;
    }

    .img-logo-text {
        width: 100%;
        height: 40px;
    }

    .img-logo {
        width: 46px;
        height: 46px;
    }
}

.section-name{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
    width: 500px;
    height: 120px;
    margin-left: -12px;
}

#rec744024512 .tn-elem[data-elem-id="1676642949565"] .tn-atom,
#rec744024512 .tn-elem[data-elem-id="1714840593752"] .tn-atom  {
    font-size: 16px !important;
}

.section-name img{
    height: 100%;
}

#rec744024512 .tn-elem[data-elem-id="1683284999041"] .tn-atom{
    position: relative !important;
    z-index: 100 !important;
}

.section-text{
    text-transform: uppercase !important;
    font-size: 22px !important;
    margin-top: 20px !important;
}
.section-text-block{
    top: 246px !important;
}

.section2,
.section-result{
    background-color: #000;
    padding-top: 100px;
    padding-bottom: 100px;
    padding-left: 15px;
    padding-right: 15px;
    font-family: 'TildaSans', Arial, sans-serif;
}

.section2-wrapper{
    max-width: 1190px;
    padding: 0 10px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    gap: 60px;
}

.section2__left-list{
    max-width: 550px;
    width: 100%;
    background-color: #FFFFFF;
    border-radius: 20px;
    padding: 24px 32px;
}


.section2__left-list h2,
.section2__rite-list h2,
.section2-btn{
    font-weight: 700;
    font-style: Bold;
    font-size: 27px;
    line-height: 47px;
    color: #600002;
}

.section2__left-list ul,
.section2__rite-list ul,
.result-item{
    list-style: none;
    margin-top: 30px;
    padding-left: 0 !important;
}

.section2__left-list li,
.section2__rite-list li,
.result-item li{
    position: relative;
    font-weight: 600;
    font-style: Semibold;
    font-size: 18px;
    line-height: 28px;
    padding-left: 28px;
    margin-bottom: 20px;
    max-width: 75%;
}

.section2__left-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    transform: translateY(-50%);
    background: linear-gradient(90deg, #600002 0%, #930608 100%);
}

.section-rite{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 37px;
    max-width: 550px;
    width: 100%;
}

.section2__rite-list,
.section2-btn{
    border: 2px solid #FFFFFF;
    border-radius: 20px;
    padding: 24px 32px;
    width: 100%;
}

.section2__rite-list h2{
    color: #FFFFFF;
}

.section2__rite-list li{
    max-width: 70%;
    color: #FFFFFF;
}

.section2__rite-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    transform: translateY(-50%);
    background: #FFFFFF;
}

.section2-btn{
    position: relative;
    display: flex;
    align-content: flex-start;
    justify-content: space-between;
    padding: 24px 32px 40px 32px;
    color: #FFFFFF !important;
}

.section2-btn img{
    position: absolute;
    right: 32px;
    bottom: 24px;
    transform: rotate(90deg);
    width: 31px;
    height: 31px;
}

/* ======= section-result ========= */


.section-result-wrapper{
    max-width: 1190px;
    padding: 0 10px;
    margin: 0 auto;
    min-height: 772px;
    background-image: 
    url(../images/bg-gerl-blecc-top.png),
    url(../images/bg-gerl-botton.png),
    url(../images/images.webp/2.2.webp),
    url(../images/bg-gerl2.png);
    

    background-repeat: 
    no-repeat, 
    no-repeat,
    no-repeat,
    no-repeat;

    background-size: 
    1940px 450px,
    1940px 540px,
    685px 772px ,
    771px 1045px;
    

    background-position: 
    right top,
    right bottom,
    right top,
    right top;

}

.rusult-text-wrapper{
    margin-left: 200px;
}

.rusult-text-wrapper h3{
    font-family: 'Jost';
    font-weight: 900;
    font-style: Black;
    font-size: 52px;
    line-height: 49px;
    letter-spacing: 0%;
    text-transform: uppercase;
    color:#9A0104 ;
}


.result-item{
    margin-top: 50px !important;
    max-width: 400px;
    /* margin-bottom: 50px !important; */
}

.result-item li{
    color: #FFFFFF;
}

.result-item li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    transform: translateY(-50%);
    background: linear-gradient(90deg, #600002 0%, #930608 100%);
}


.result-link{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 184px;
    height: 184px;
    border-radius: 50%;
    background: linear-gradient(90deg, #600002 0%, #930608 100%);
    color: #FFFFFF !important;
    font-size: 20px;
    line-height: 31px;
    text-align: center;
}

.t959{
    margin-top: -100px !important;
}

.section4-title{
    font-family: 'TildaSans', Arial, sans-serif;
    font-weight: 700;
    font-size: 46px;
    line-height: 71px;
    text-align: center;
    color: #FFFFFF !important;
    margin-bottom: 30px;
}

.t959__card-content{
    justify-content: flex-end !important;
}

.bg-image1,
.bg-image2,
.bg-image3,
.bg-image4,
.bg-image5,
.bg-image6{
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}


.bg-image1{
    background-image: url(../images/images.webp/4.1.webp);
}
.bg-image2 {
    background-image: url(../images/images.webp/4.2.webp);
}
.bg-image3 {
    background-image: url(../images/images.webp/4.3.webp);
}
.bg-image4 {
    background-image: url(../images/images.webp/4.4.webp);
}
.bg-image5 {
    background-image: url(../images/images.webp/4.5.webp);
}
.bg-image6 {
    background-image: url(../images/images.webp/4.6.webp);
}

.swiper,
.slider-nav{
    max-width: 1260px;
    padding: 0 10px;
    width: 100%;
    margin: 0 auto;
}

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

.slide__card{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
    background-color: #FFFFFF;
    padding: 20px;
    border-radius: 20px;
}

.slide__card-img{
    max-width: 461px;
    width: 100%;
    height: 100%;
}

.swiper-slide__img {
    width: 100%;
    height: 100%;
}

.slide__card-text{
    margin-top: 30px;
}

.slide__card-text h2 {
    font-family: 'Jost', Arial, sans-serif;
    font-weight: 600;
    font-size: 20px;
    line-height: 130%;
    letter-spacing: 0%;
    margin-bottom: 12px;
    color: linear-gradient(90deg, #600002 0%, #920608 100%);
}

.slide__card-text p{
    width: 90%;
    font-family: 'Gilroy', Arial, sans-serif;
    font-size: 18px;
    line-height: 130%;
    color: #7E788D;
}

.slider-pagination {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 24px;
}

.slider-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #FFFFFF;
    cursor: pointer;
    transition: 0.3s;
}

.slider-dot.is-active {
    background: linear-gradient(90deg, #600002 0%, #920608 100%);
}

.slider-nav{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 60px;
    z-index: 10;
}


.slider-arrow {
    appearance: none;
    -webkit-appearance: none;
    background: none;
    border: none;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    cursor: pointer;
    color: #fff;
}

.slider-arrow--prev{
    transform: rotate(180deg);
}


.section-result-wrappers {
    max-width: 1190px;
    padding: 0 10px;
    margin: 0 auto;
    min-height: 772px;
    background-image: 
    url(../images/bg-gerl-blecc-top.png), 
    url(../images/bg-gerl-botton.png), 
    url(../images/images.webp/2.3.webp), 
    url(../images/bg-gerl2.png);
    background-repeat: 
    no-repeat, 
    no-repeat, 
    no-repeat, 
    no-repeat;
    background-size: 
    1940px 150px, 
    1940px 340px, 
    930px 1060px, 
    771px 1045px;
    background-position:
    right top, 
    right bottom,
    right -180px, 
    right top;
}

.rusult-text-wrapper{
    margin-left: 1px !important;
}

.rusult-text-wrapper h3 {
    font-family: "Jost", sans-serif;
    font-weight: 900;
    font-size: 52px;
    line-height: 64px;
    letter-spacing: 0%;
    text-transform: uppercase;
    /* color: #9A0104; */
    color: #ff1a1a !important;
}

.result-item li {
    font-size: 16px !important;
    font-weight: 500 !important;
}

.t396__carrier.t-bgimg img {
    position: absolute;
    right: 0;
    top: 30% !important;
    transform: translateY(-50%);
    max-width: 50%;
    height: auto;
    z-index: 1;
}
.t396__artboard{
    background-color: black !important;
}

    #rec744024512 .t396__carrier {
        left: -8% !important;
    }

#rec746839881 .tn-elem[data-elem-id="1707753969903"] {
    top: 0 !important;
}

#rec744024512 .t396__artboard {
    min-height: 620px !important;
    height: 93vh !important;
}

#rec744024512 .t396__filter {
    min-height: 820px !important;
    height: 100% !important;
}


.title-2 {
    color: #fff !important;
    font-weight: 900;
    font-size: 63px;
    font-family: "Jost", sans-serif;
    vertical-align: middle;
    line-height: 63px;
}

.span-name{
    font-size: 20px !important;
    font-weight: 700 !important;
}

.title-4 {
    font-size: 30px;
    color: #ff1a1a;
    font-weight: 700;
    line-height: 47px;

}

.title-5 {
    font-size: 40px;
    color: #fff;
    line-height: 71px;
    font-weight: 700;

}

.wrapper-title-4 {
    text-align: center;
    width: 100%;
}

.price {
    color: #000;
    font-size: 20px;
}

/* Стили для блока prepay-link под кнопкой оплаты */
.prepay-link {
    margin-top: 12px;
    text-align: right;
}

.prepay-link .price {
    font-size: 16px;
    color: #ff1a1a;
    text-decoration: underline;
    cursor: pointer;
}

@media (max-width: 640px) {

    /* #rec744024512 .t396__filter {
        padding-bottom: 200px;
    } */

    #rec744024512 .t396__artboard {
        min-height: 620px !important;
        height: 850px !important;
    }

    #rec744024512 .t396__carrier {
        top: 40%;
    }

    .t396__carrier.t-bgimg img {
        right: -10%;
        max-width: 80%;
    }

    .t959 {
        margin-top: 0 !important;
    }

    .prepay-link {
        text-align: center;
        margin-top: 8px;
    }

    .prepay-link .price {
        font-size: 15px;
    }

    .section2-wrapper {
        flex-direction: column;
        align-items: center;
        gap: 40px;
    }

    .section2__left-list {
        width: 90%;
    }
    .section2__rite-list,
    .section2-btn {
        width: 90%;
    }

    .section2__rite-list li {
        max-width: 100%;
    }

    .section2{
        padding-top: 50px;
    }

    .section2{
        margin-top: 90px;
    }
    .section-result{
        padding-top: 0px;
    }

    .result{
        position: relative;
        z-index: 100;
        top: 50px;
        bottom: 50px;
    }
    .rusult-text-wrapper {
        margin-left: 0px;
    }

    .section-result-wrapper {
        min-height: 772px;
        background-image:
            url(../images/bg-gerl-blecc-top.png),
            url(../images/bg-gerl-botton.png),
            url(../images/bg-gerl.png),
            url(../images/bg-gerl2.png);


        background-repeat:
            no-repeat,
            no-repeat,
            no-repeat,
            no-repeat;

        background-size:
            1940px 450px,
            1940px 60px,
            250px 300px,
            500px 500px;


        background-position:
            right top,
            right bottom,
            right 510px,
            80px 510px;

    }

    .swiper,
    .slider-nav {
        width: 95%;
    }

    .section-result-wrappers {
        padding-bottom: 100px;
        background-image: 
        url(../images/bg-gerl-blecc-top.png), 
        url(../images/bg-gerl-botton.png), 
        url(../images/avtors-curs-img.png), 
        url(../images/bg-gerl2.png);
        background-repeat: 
        no-repeat, 
        no-repeat, 
        no-repeat, 
        no-repeat;
        background-size: 
            1940px 450px,
            1940px 80px,
            450px 600px,
            500px 500px;
        background-position: 
            right top,
            right bottom,
            0px 400px,
            80px 610px;
    }

    .section-result {
        padding-bottom: 50px;
        padding-right: 0;
    }

    #rec746839881 .tn-elem[data-elem-id="1707753969903"] {
        top: -350px !important;
    }

    .section-slider {
        margin-top: -1050px !important;
    }

    .slider-pagination {
        margin-top: 0;
    }

    .slider-arrow {
        border-radius: 16px;
        box-shadow: 0 4px 12px rgba(200, 200, 200, 0.6);
    }
         
    .t-cover {
        margin-top: 50px;
    }
}




.section-card-wrapper {
    background: #930608;
    padding: 45px 140px;
    display: flex;
    flex-direction: column;
    gap: 50px;
    overflow: hidden;
}

.card-text-title {
    background: #000;
    text-align: center;

    margin: 0 auto;
    border-radius: 10px;
    padding: 22px 227px 24px 227px;

}

.card-content-box {
    background-color: #fff;
    border-radius: 10px;
    padding: 24px 32px;
    display: flex;
    justify-content: space-between;

}

.card-pryce {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 45px;
}

.button-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.cena {
    color: #ff1a1a;
    font-size: 28px;
    font-weight: 700;
    line-height: 43px;
    vertical-align: middle;

}

.card-btn {
    padding: 17px 107px;
    border: solid 2px #ff1a1a;
    border-radius: 5px;
    background: linear-gradient(90deg, #600002 0%, #930608 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-size: 17px;
    font-weight: 700;
    line-height: 17px;
    vertical-align: middle;

}

.link-card {
    text-decoration: none;
    background: linear-gradient(90deg, #600002 0%, #930608 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-size: 15px;
    font-weight: 700;
    line-height: 23px;
    vertical-align: middle;
}

.services-item {
    color: #000;
    margin-bottom: 8px;
    font-size: 18px;
    line-height: 28px;
    vertical-align: middle;
    font-weight: 500;
    padding-left: 20px;

}

.services-item li::marker {
    color: #ff1a1a;
}


/* Chrome / Edge / Safari */
::-webkit-scrollbar {
    width: 12px;
}

::-webkit-scrollbar-track {
    background: rgb(34, 32, 32);
}

::-webkit-scrollbar-thumb {
    background: linear-gradient(180deg, #5a0d0d, #ac2626);
    border-radius: 20px;
    cursor: pointer;
}

::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(180deg, #2f0303, #731616);
}

@-moz-document url-prefix() {
    html {
        scrollbar-width: auto !important;
        scrollbar-color: #5a0d0d rgb(34, 32, 32);
        cursor: pointer;
    }
}

@media(max-width:1055px) {
    .card-content-box {
        display: flex;
        flex-direction: column;
        gap: 20px;
    }
}

@media(max-width:900px) {
    .card-text-title {

        padding: 22px 127px 24px 127px;

    }
}

@media(max-width: 740px) {
    .section-card-wrapper {
        padding: 0 10px 33px 10px;
    }

    .card-text-title {

        padding: 15px 100px 15px 100px;
    }
}

@media(max-width: 420px) {
    .card-btn {
        padding: 10px 90px;
    }

    .card-text-title {
        padding: 15px 10px 15px 10px;
    }

    #rec745939461 .tn-elem[data-elem-id="1715520110020"] {
        height: 242px !important;
    }

    #rec746839881 .tn-elem[data-elem-id="1707753969903"] {
        top: -150px !important;
    }

    .section-slider{
        margin-top: -900px !important;
    }
}


.paragraph-1 {
    font-size: 29px;
    font-weight: 600;
    line-height: 28px;
    vertical-align: middle;
    display: none;
}

.module-2 {
    color: #fff;
    position: relative;
    z-index: 20;
    font-size: 26px;
    font-weight: 600px;
    text-align: center;
    transform: translateY(20px);
    display: none;
}

@media(max-width:960px) {
    .module-2 {
        transform: translate(0px);
        padding: 30px;
    }
}

.title-citses {
    font-size: 19;
    font-weight: bold;
    line-height: 29px;
    vertical-align: middle;
    color: #fff;
}

.span-name {
    color: #fff;
    font-weight: 600;
    line-height: 26px;
    vertical-align: middle;
    font-family: "Jost", sans-serif;
}


.footer {
    padding-bottom: 30px !important;
}
.t-rec_pb_90 {
    padding-bottom: 0px !important;
}

.footer__container {
    box-sizing: border-box;
    height: 120px;
    width: 100%;
    display: flex;
    min-height: inherit;
    border-radius: 20px;
    align-items: center;
    background: black;
    justify-content: space-between;
    padding-left: 85px;
    padding-right: 85px;
}

.separator{
    display: none;
}

.footer__wrapper-logo{
    width: 200px !important;
}

.footer__wrapper-logo img{
    width: 100%;
    height: 56px;
}


@media screen and (max-width: 959px) {
    .footer__wrapper {
        box-sizing: border-box;
        height: 100%;
        width: 100%;
        display: flex;
        flex-direction: column;
        min-height: inherit;
        border-radius: 20px;
        align-items: center;
        background: var(--color-grey-96);
        justify-content: space-between;
        padding: 18px 5px 20px 5px;
        gap: 15px;
    }

    .footer {
        margin-top: 80px;
    }
}


@media screen and (max-width: 639px) {
    .footer {
        margin-bottom: 0px !important;
        margin-top: -50px;
        padding: 0 5px;
    }

    .footer__container{
        min-height: 180px;
        flex-direction: column;
    }

    .separator {
        display: block;
        width: 40%;
        height: 5px;
        background-image: url(../images/20.3.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
    }
}

@media screen and (max-width: 480px) {
    .footer__wrapper {
        box-sizing: border-box;

        width: 100%;
        display: flex;
        flex-direction: column;
        min-height: inherit;
        border-radius: 20px;
        align-items: center;
        background: var(--color-grey-96);
        justify-content: flex-start;
        padding: 20px 5px 20px 5px;
        margin: 0;
        gap: 0;
    }

    .footer__main {
        width: calc(100% - 40px);
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 20px;
    }

    .footer__container {
        padding: 0 !important;

    }

    .footer {
        margin-bottom: 22px;
    }

    .footer__links {
        width: 100%;
        gap: 70px;
        justify-content: space-between;
    }

    .footer__admin {
        margin: 20px;
        display: flex;
        justify-content: center;
        align-items: center;
        transition: 0.4s all ease;
    }
}