body{
    color: #3F3B54;
}
h1{
    font-weight: 700;
    font-size: 58px;
    line-height: 66px;
    letter-spacing: 0.02em;
    margin: 0;
}
h2{
    font-weight: 700;
    font-size: 42px;
    line-height: 54px;
    letter-spacing: 0;
    margin: 0 0 24px 0;
}
h3{
    font-weight: 700;
    font-size: 26px;
    line-height: 36px;
    letter-spacing: 0;
    margin: 0;
}
h4{
    font-weight: 700;
    font-size: 24px;
    line-height: 34px;
    letter-spacing: 0;
    margin: 0;
}
p{
    font-weight: 400;
    font-size: 24px;
    line-height: 34px;
    letter-spacing: 0;
    margin: 0;
}
.main-sec{
    background: url(../../images/_redesign26/bg_main.png);
    background-size: cover;
    background-position: right;
    padding: 162px 0 112px;
    overflow: hidden;
}
.flex_main_s{
    display: flex;
    align-items: flex-start;
    gap: 12px;
    position: relative;
}
.main-sec__text{
    max-width: 787px;
    width: 70%;
}
.main-sec__text h4{
    margin-bottom: 16px;
}
.main-sec__text h1{
    margin-bottom: 54px;
}
.main-sec__text h1 ~ h4{
    margin-bottom: 54px;
}
.main-sec__text p{
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    margin: 0;
}
.main-sec__text p strong{
    font-weight: 700;
    color: #7C89F1;
}
.main-sec .btns{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 16px;
    margin-top: 54px;
}
.btn{
    padding: 19px;
    background: #5073F1;
    font-weight: 700;
    font-size: 18px;
    line-height: 20px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    border-radius: 20px;
}
.btn.transparent{
    border: 1.3px solid #5073F1;
    background: transparent;
    color: #5073F1;
}
.btn.transparent span b{
    background: linear-gradient(270deg, #F3BE43 0%, #ED641D 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.main-sec .btn{
    margin-bottom: 16px;
}
.main-sec .under_text{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 10px;
}
.main-sec .main-sec__text .under_text .under_btn p{
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    position: relative;
    display: block;
}
.main-sec .main-sec__text .right .under_text {
    justify-content: center;
}
.main-sec .main-sec__text .left .under_text .under_btn p:before{
    content: '';
    background: url(../../images/_redesign26/check.svg);
    width: 14px;
    height: 14px;
    position: absolute;
    left: 0;
    top: calc(50% - 7px);
}
.main-sec .main-sec__text .left .under_text .under_btn p{
   padding-left: 18px;
}

.main-sec .under_text .under_btn b{
    font-weight: 600;
}
.main-sec_img {
    width: 42%;
    position: absolute;
    right: -5%;
    bottom: -25%;
}
.mob{
    display: none!important;
}
.mob_btn_show{
    display: none;
}
@media (max-width: 991px) {
    .desk{
        display: none!important;
    }
    .btn.mob_btn_show{
        padding: 6px 12px;
        background: linear-gradient(270deg, #F3BE43 0%, #ED641D 100%);
        border-radius: 8px;
        font-size: 12px;
        line-height: 16px;
        width: fit-content;
        min-width: fit-content;
    }
    header .mob_bl{
        display: flex;
        align-items: center;
        gap: 16px;
    }
    .mob_btn_show{
        display: block;
    }
    .mob{
        display: block!important;;
    }
    h1 {
        font-size: 32px;
        line-height: 36px;
    }
    h2 {
        font-size: 28px;
        line-height: 34px;
    }
    p {
        font-size: 18px;
        line-height: 22px;
    }
    h4 {
        font-size: 18px;
        line-height: 22px;
    }
    .main-sec__text h1 {
        margin-bottom: 14px;
    }
    .main-sec .btns {
        display: flex;
        flex-direction: column;
        gap: 16px;
        margin-top: 30px;
    }
    .main-sec__text p {
        font-size: 16px;
        line-height: 22px;
    }
    .main-sec__text h4:first-of-type {
        margin-bottom: 4px;
        font-weight: 400;
        font-size: 14px;
        line-height: 18px;
    }
    .home_de .main-sec__text h4:first-of-type{
        font-weight: 400;
        font-size: 14px;
        line-height: 18px;
    }
    .main-sec {
        background: #EEF8FC;
        position: relative;
        padding: 37px 0 56px;
    }
    .main-sec:before{
        width: 304px;
        height: 304px;
        content: '';
        background: #C6E8F4;
        filter: blur(84px);
        transform: rotate(-13deg);
        position: absolute;
        left: 0;
        bottom: -100px;
    }
    .flex_main_s {
        flex-direction: column;
    }
    .main-sec__text {
        max-width: 100%;
        width: 100%;
    }
    .btn{
        padding: 16px;
        margin: 0 auto;
        min-width: 280px;
        width: fit-content;
    }
    .main-sec .under_text {
        max-width: 280px;
        margin: 4px auto 0;
        justify-content: center;
    }
    .main-sec .under_text div:nth-child(3){
        display: none;
    }
    .main-sec .btn{
        margin-bottom: 0;
    }
    .main-sec .main-sec__text .right .under_text {
        text-align: center;
    }
    .main-sec__text h1 ~ h4{
        margin-bottom: 30px;
    }
    .main-sec .btn.transparent span b{
        display: none;
    }
    .main-sec .mob_text{
        margin: 30px 0;
    }
}

.s2.hp{
    padding: 80px 0;
    position: relative;
}
.s2.hp .content{
    display: flex;
    align-items: flex-start;
    padding: 83px 60px;
    background: #E7F2F8;
    border-radius: 60px;
    gap: 54px;
    position: relative;
    overflow: hidden;
}
.s2.hp .content .blur1{
    position: absolute;
    width: 350px;
    height: 350px;
    background: #EAD3FE;
    border-radius: 50%;
    filter: blur(100px);
    transform: rotate(-15deg);
    left: 0;
    bottom: 0px;
    pointer-events: none;
}
.s2.hp .content .blur2{
    position: absolute;
    width: 423px;
    height: 423px;
    background: #7283EF;
    border-radius: 50%;
    filter: blur(200px);
    transform: rotate(-13deg);
    top: 65px;
    left: -17px;
    pointer-events: none;
}
.s2.hp .content .blur3{
    position: absolute;
    width: 350px;
    height: 350px;
    background: #EAD3FE;
    border-radius: 50%;
    filter: blur(200px);
    transform: rotate(-13deg);
    top: -86px;
    left: 79px;
    pointer-events: none;
}
.s2.hp .content .img_wrap{
    width: 40%;
    max-width: 374px;
    height: auto;
    position: relative;
}
.s2.hp .content .img_wrap img{
    width: 100%;
    height: auto;
}
.s2.hp .content .text{
    width: 100%;
    position: relative;
}
.s2.hp .content .text h2 strong{
    color: #5073F1;
}
.s2.hp .content .text .title_bl{
    font-weight: 700;
    font-size: 18px;
    line-height: 28px;
    margin: 54px 0 24px;
}
.s2.hp .content .text .bl{
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 18px;
}
.s2.hp .content .text .bl p{
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
}
.s2.hp .content .text .bl .icon{
    padding: 9px;
    background: #fff;
    box-shadow: 0px 0px 10px 0px #5751741A;
    border-radius: 15px;
}
.s2.hp .content .text .bl p strong{
    font-weight: 700;
    color: #5073F1;
}
.s2.hp .content .text .btn{
    max-width: 378px;
    margin-top: 54px;
}

@media (max-width: 991px) {
    .s2.hp {
        padding: 33px 0;
    }
    .s2.hp .content {
        padding: 33px 14px;
        border-radius: 35px;
        flex-direction: column-reverse;
        gap: 0;
    }
    .s2.hp .content .img_wrap{
        width: 100%;
        max-width: 100%;
        margin-top: 16px;
    }
    .s2.hp .content .blur1{
        display: none;
    }
    .s2.hp .content .blur2{
        background: #7283EF;
        width: 300px;
        height: 300px;
        top: 593.16px;
        left: -12px;
        filter: blur(100px);
    }
    .s2.hp .content .blur3{
        background: #EAD3FE;
        width: 248px;
        height: 248px;
        top: 486px;
        left: 56px;
        filter: blur(100px);    
    }
    .s2.hp .content .img_s2 {
        display: none;
    }
    h2 {
        margin-bottom: 14px;
    }
    .s2.hp .content .text .title_bl {
        font-size: 20px;
        line-height: 28px;
        margin: 30px 0 14px;
    }
    .bl .icon {
        background: #C6E8F4;
        border-radius: 10px;
    }
    .s2.hp .content .text .btn {
        max-width: 280px;
        margin: 30px auto 0;
    }
}

.s3.hp{
    padding: 80px 0;
    background: url(../../images/_redesign26/bg_s3.png);
    background-size: cover;
    background-position: center;
}
.s3.hp h2{
    text-align: center;
    margin-bottom: 12px;
}
.s3.hp h2 strong{
    color: #5073F1;
}
.s3.hp p{
    text-align: center;
}
.s3.hp .mobile-info-slider{
    margin: 34px 0;
}
.s3.hp .swiper-wrapper {
    display: grid;
    gap: 40px;
    grid-template-columns: repeat(2,1fr);
}
.s3.hp .mobile-info-slider h3{
    margin-bottom: 14px;
}
.s3.hp .mobile-info-slider .item{
    display: flex;
    align-items: center; 
    gap: 14px;
    padding: 14px;
    background: #fff;
    border-radius: 20px;
    margin-bottom: 24px;
}
.s3.hp .mobile-info-slider .item .icon{
    padding: 8px;
    border-radius: 15px;
    background: linear-gradient(90deg, #225DF7 0%, #5073F1 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
}
.s3.hp .mobile-info-slider .item:nth-child(3) .icon{
    background: linear-gradient(90deg, #5073F1 0%, #7C89F1 100%);
}
.s3.hp .mobile-info-slider .item:nth-child(4) .icon{
    background: linear-gradient(90deg, #89BDEC 0%, #A4D1F0 100%);
}
.s3.hp .mobile-info-slider .item p{
    text-align: left;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    margin: 0;
}
.s3.hp .mobile-info-slider .item p strong{
    font-weight: 700;
    font-size: 24px;
    line-height: 34px;
    color:#5073F1;
}
.s3.hp .mobile-info-slider .item:nth-child(3) p strong{
    color: #7C89F1;
}
.s3.hp .mobile-info-slider .item:nth-child(4) p strong{
    color: #A4D1F0;
}
.s3.hp .mobile-info-slider .swiper-pagination {
    display: none;
}
.s3.hp .mobile-info-slider .item:nth-child(4) {
    margin-bottom: 0;
}
.s3.hp .block.bl_2 span{
    padding: 27px 40px;
    background: #E7F2F8;
    border-radius: 20px;
    display: block;
}
.s3.hp .block.bl_2 p, .s3.hp .block.bl_2 li{
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    margin: 0;
    text-align: left;
}
.s3.hp .block.bl_2 ul{
    margin-top: 24px;
}
.s3.hp .block.bl_2 li{
    position: relative;
    padding-left: 24px;
    margin-bottom: 12px;
}
.s3.hp .block.bl_2 li:last-of-type{
    margin-bottom: 0;
}
.s3.hp .block.bl_2 li:before{
    content: '';
    background: url(../../images/_redesign26/check.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
    position: absolute;
    left: 0;
    top: calc(50% - 8px);
}
.s3.hp .btn{
    margin: 34px auto 0;
    max-width: 368px;
}

/* mobile */
@media (max-width: 991px) {
    .s3.hp .swiper-wrapper{
        display: flex;
        gap: 0;
    }
    h3 {
        font-weight: 700;
        font-size: 20px;
        line-height: 28px;
    }
    .s3.hp .mobile-info-slider {
        display: block;
    }
    .mobile-info-slider .swiper-pagination {
        display: block;
        margin-top: 15px;
        text-align: center;
    }
    .s3.hp .mobile-info-slider h3 {
        margin-bottom: 16px;
    }
    .s3.hp .mobile-info-slider {
        margin: 30px 0;
    }
    .s3.hp h2 {
        text-align: left;
    }
    .s3.hp p {
        text-align: left;
    }
    .s3.hp .mobile-info-slider .item {
        padding: 10px 14px;
        margin-bottom: 10px;
    }
    .s3.hp .mobile-info-slider .item p strong {
        font-size: 18px;
        line-height: 28px;
    }
    .s3.hp .block.bl_2 span {
        padding: 14px;
    }
    .s3.hp .block.bl_2 ul {
        margin-top: 10px;
    }
    .s3.hp .mobile-info-slider .swiper-pagination {
        display: flex;
    }
   .s3.hp .btn {
        margin: 30px auto 0;
        max-width: 280px;
    }
    body .swiper .swiper-pagination {
        display: flex;
        position: initial;
        margin: 14px auto 0;
        width: fit-content;
        height: 18px;
    }
    body .swiper .swiper-pagination .swiper-pagination-bullet{
        width: 10px;
        height: 10px;
        background: #FFFFFF;
        position: relative;
        opacity: 1;
    }
    body .swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
        background: #225DF7;
    }
    body .swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:before{
        content: '';
        width: 18px;
        height: 18px;
        border: 1px solid #225DF7;
        border-radius: 50%;
        left: calc(50% - 9px);
        top: calc(50% - 9px);
        position: absolute;
    }
    .s3.hp {
        padding: 30px 0;
        background: url(../../images/_redesign26/bg_s3_mob.png);
        background-size: cover;
    }

}


.s4.hp{
    padding: 80px 0;
    background: url(../../images/_redesign26/bg_s4.png);
    background-size: cover;
    background-position: center;
}
.s4.hp h2{
    text-align: left;
}
.s4.hp h2 strong{
    color: #5073F1;
}
.s4.hp p{
    text-align: left;
}
.s4.hp .mobile-info-slider{
    margin: 54px 0;
}
.s4.hp .swiper-wrapper {
    display: grid;
    gap: 40px;
    grid-template-columns: repeat(2,1fr);
}
.s4.hp .item{
    padding: 1px;
    border-radius: 20px;
    background: #fff;
    position: relative;
    box-shadow: 0px 0px 10px 0px #5751741A;
}
.s4.hp .item .content{
    padding: 24px;
    position: relative;
    z-index: 1;
    background: #fff;
    border-radius: 20px;
    width: 100%;
    height: 100%;
}
.s4.hp .item:nth-child(odd):before{
    content: '';
    width: calc(100%);
    height: calc(100%);
    left: 0;
    top: 0;
    border-radius: 20px;
    background: linear-gradient(90deg, #5073F1 0%, #7C89F1 100%);
    position: absolute;
}
.s4.hp .item:nth-child(even):before{
    content: '';
    width: calc(100%);
    height: calc(100%);
    left: 0;
    top: 0;
    border-radius: 20px;
    background: linear-gradient(90deg, #89BDEC 0%, #A4D1F0 100%);
    position: absolute;
}
.s4.hp .item .label{
    padding: 10px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    gap: 18px;
    font-weight: 700;
    font-size: 24px;
    line-height: 34px;
    color: #3F3B54;
    background: #F3F3F3;
    margin-bottom: 24px;
}
.s4.hp .item .label .icon{
    padding: 8px;
    border-radius: 15px;
}
.s4.hp .item .label .icon img{
    width: 32px;
    height: 32px;
    object-fit: contain;
}
.s4.hp .item:nth-child(odd) .icon{
    background: linear-gradient(90deg, #5073F1 0%, #7C89F1 100%);
}
.s4.hp .item:nth-child(even) .icon{
    background: linear-gradient(90deg, #89BDEC 0%, #A4D1F0 100%);
}
.s4.hp .item .text p{
    margin: 0;
}
.s4.hp .item .text p strong{
    font-weight: 700;
    font-size: 36px;
    line-height: 34px;
}
.s4.hp .item:nth-child(odd) .text p strong{
    background: linear-gradient(90deg, #5073F1 0%, #7C89F1 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.s4.hp .item:nth-child(even) .text p strong{
    background: linear-gradient(90deg, #89BDEC 0%, #A4D1F0 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.s4.hp .btn {
    margin: 54px auto 0;
    max-width: 379px;
}

.s4.hp .under_text{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 16px;
    margin-top: 16px;
}
.s4.hp .under_text .under_btn p{
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    position: relative;
    display: block;
}
.s4.hp .under_text {
    justify-content: center;
}
.s4.hp .under_text .under_btn p:before{
    content: '';
    background: url(../../images/_redesign26/check.svg);
    width: 14px;
    height: 14px;
    position: absolute;
    left: 0;
    top: calc(50% - 7px);
}
.s4.hp .under_text .under_btn p{
   padding-left: 18px;
}

.s4.hp .under_btn b{
    font-weight: 600;
}
@media (max-width: 991px) {
    .s4.hp{
        padding: 33px 0;
        background: url(../../images/_redesign26/bg_s4_mob.png);
        background-size: cover;
        background-position: center;
    }
    .s4.hp .mobile-info-slider {
        margin: 30px 0;
    }
    .s4.hp .swiper-wrapper{
        display: flex;
        gap: 0;
    }
    .s4.hp .item .content {
        padding: 14px;
    }
    .s4.hp .item .label {
        padding: 10px;
        gap: 10px;
        font-weight: 700;
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 10px;
    }
    .s4.hp .item .label .icon {
        padding: 6px;
    }
    .s4.hp .item .label .icon img {
        width: 24px;
        height: 24px;
        object-fit: contain;
    }
    .s4.hp .item .text p strong {
        font-size: 18px;
        line-height: 22px;
    }
    .s4.hp .btn {
        margin: 30px auto 0;
        max-width: 280px;
    }
    .s4.hp .under_text .under_btn:nth-child(2){
        display: none;
    }
}


.s5.hp{
    padding: 80px 0;
    background: url(../../images/_redesign26/bg_s5.png);
    background-size: cover;
    background-position: center;
}
.s5.hp .content{
    display: flex;
    align-items: flex-start;
    gap: 40px
}
.s5.hp .content .img_wrap{
    width: calc(50% - 20px);
    height: auto;
}
.s5.hp .content .img_wrap img{
    width: 100%;
}

.s5.hp .content .text{
   width: calc(50% - 20px);
}
.s5.hp .content .text h2{
    margin-bottom: 16px;
}
.s5.hp h2 strong{
    color: #5073F1;
}
.s5.hp p strong{
    color: #5073F1;
}
.s5.hp ul{
    margin: 32px 0 32px;
    padding: 40px;
    background: #E7F2F8;
    border-radius: 20px;
}
.s5.hp li{
    position: relative;
    padding-left: 24px;
    margin-bottom: 12px;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
}
.s5.hp li:before{
    content: '';
    background: url(../../images/_redesign26/check.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
    position: absolute;
    left: 0;
    top: 6px;
}
.s5.hp .btn {
    margin: 0;
    max-width: 378px;
}

@media (max-width: 991px) {
    .s5.hp{
        padding: 33px 0;
        background: url(../../images/_redesign26/bg_s5_mob.png);
        background-size: cover;
        background-position: center;
    }
    .s5.hp .content {
        flex-direction: column-reverse;
        gap: 0;
    }
    .s5.hp .content .img_wrap {
        width: 100%;
        height: auto;
    }
    .s5.hp .content .img_wrap img{
        margin-top: 16px;
    }
    .s5.hp .content .text {
        width: 100%;
    }
    .s5.hp ul {
        margin: 30px 0;
        padding: 14px;
    }
    .s5.hp .content .l_img {
        width: 100%;
        height: auto;
        display: none;
    }
    .s5.hp .btn {
        margin: 0 auto;
        max-width: 280px;
    }
}

.s6.hp{
    padding: 80px 0;
    background: url(../../images/_redesign26/bg_s6.png);
    background-size: cover;
    background-position: center;
}
.s6.hp h2 strong{
    color: #5073F1;
    margin-right: 8px;
}
.s6.hp .top_bl{
    display: flex;
    align-items: center;
    column-gap: 40px;
    margin-bottom: 54px;
}
.s6.hp .top_bl h2{
    width: calc(50% - 20px);
    margin: 0;
}
.s6.hp .top_bl p{
    width: calc(50% - 20px);
}
.s6.hp .item{
    width: 100%;
    padding: 20px;
    background: #fff;
    border-radius: 20px;
    height: auto;
}
.s6.hp .item img{
    border-radius: 15px;
    width: 100%;
    height: auto;
    margin-bottom: 10px;
}
.s6.hp .item p{
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    text-align: center;
}
.s6.hp .item p.title{
    font-weight: 700;
    font-size: 18px;
    line-height: 28px;
    text-align: center;
}

.s6.hp .btns{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 16px;
    max-width: 772px;
    margin: 54px auto 0;
}
.s6.hp .btn{
    margin-bottom: 16px;
}
.s6.hp  .under_text{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
}
.s6.hp .under_text .under_btn p{
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    position: relative;
    display: block;
}
.s6.hp .under_text .under_btn p:before{
    content: '';
    background: url(../../images/_redesign26/check.svg);
    width: 14px;
    height: 14px;
    position: absolute;
    left: 0;
    top: calc(50% - 7px);
}
.s6.hp .under_text .under_btn p{
   padding-left: 18px;
}

.s6.hp .under_text .under_btn b{
    font-weight: 600;
}

@media (max-width: 991px) {
    .s6.hp{
        padding: 33px 0;
        background: url(../../images/_redesign26/bg_s6_mob.png);
        background-size: cover;
        background-position: center;
    }
    .s6.hp .top_bl {
        margin-bottom: 30px;
        flex-direction: column;
        row-gap: 14px;
    }
    .s6.hp .top_bl h2 {
        width: 100%;
    }
    .s6.hp .top_bl p {
        width: 100%;
    }
    .s6.hp .item {
        padding: 14px;
        box-shadow: 0px 0px 10px 0px #5751741A;
    }
    .s6.hp .item p{
        display: none;
    }
     .s6.hp .item p.title{
        display: block;
    }
    .s6.hp .btns {
        grid-template-columns: repeat(1, 1fr);
        gap: 14px;
        max-width: 100%;
        margin: 30px auto 0;
    }
    .s6.hp .btn {
        margin-bottom: 10px;
    }
}



.pricing_bl .content {
    overflow: hidden;
    transition: max-height .3s ease;
}

.price{
    padding: 80px 0 80px;
    background: #F2F5FE;
    position: relative;
    overflow: hidden;
}
.price .s_wrap{
    position: relative;
    padding: 80px 40px 0;
}
.price .bg_img{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 790px;
    object-fit: cover;
    border-radius: 25px;
}
.price .title{
    text-align: center;
    position: relative;
}
.price .title p {
    margin-bottom: 24px;
}
.price .title p strong{
    font-weight: 700;
}
.price .title .label{
    font-weight: 700;
    font-size: 18px;
    line-height: 28px;
    padding: 10px;
    background: #C6E8F4;
    border-radius: 10px;
    width: fit-content;
    margin: 0 auto 24px;
}
.price .blur1{
    position: absolute;
    width: 420px;
    height: 420px;
    background: #EAD3FE;
    border-radius: 50%;
    filter: blur(100px);
    transform: rotate(-75deg);
    left: -100px;
    bottom: -200px;
    pointer-events: none;
}

.pricing_bl .item .content {
    max-height: 100px;
}

.pricing_bl .item.is-open .content {
    max-height: 2000px; 
}

.pricing_bl .item_wrap{
    padding: 16px;
    border-radius: 20px;
    background: #fff;
}
.pricing_bl .item_wrap h3{
    font-weight: 700;
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 12px;
}
.pricing_bl .item_wrap p{
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    margin: 0 0 24px 0;
    min-height: 52px;
}
.pricing_bl .price_bl {
    position: relative;
    cursor: pointer;
    padding-right: 46px;
}
.pricing_bl .price_bl .flex_pr{
    display: flex;
    align-items: center;
    margin-bottom: 8px;
    font-weight: 700;
    font-size: 50px;
    line-height: 50px;
    gap: 10px;
}
.pricing_bl .price_bl .flex_pr span.period{
    font-weight: 400;
    font-size: 20px;
    line-height: 34px;
}
.pricing_26 .pricing_bl .price_bl .flex_pr span.m_p{
    display: none;
}
.pricing_26 .pricing_bl .price_bl .flex_pr span.y_p{
    display: block;
}
.pricing_26:has(.month) .pricing_bl .price_bl .flex_pr span.m_p{
    display: block;
}
.pricing_26:has(.month) .pricing_bl .price_bl .flex_pr span.y_p{
    display: none;
}
.pricing_bl .price_bl:has(.flex_pr) {
    margin-bottom: 44px;
}
.pricing_bl .item_wrap .price_bl p{
    min-height: inherit;
}
.pricing_bl .item_wrap .price_bl p{
    color: #8E8E93;
}
.pricing_bl .price_bl::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    width: 9px;
    height: 9px;
    border-right: 1.5px solid #225DF7;
    border-bottom: 1.5px solid #225DF7;
    transform: translateY(-70%) rotate(45deg);
    transition: transform .25s ease;
}

.pricing_bl .item.is-open .price_bl::after {
    transform: translateY(-30%) rotate(-135deg);
}

.pricing_bl .item_wrap form{
    padding: 8px;
    border-radius: 10px;
    border: 1.3px solid #225DF7;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    position: relative;
}
.pricing_bl .item_wrap form input{
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    border: none;
    width: 50%;
}
.pricing_bl .item_wrap form button{
    padding: 10px;
    width: calc(50% - 20px);
    background: #225DF7;
    border-radius: 8px;
    font-weight: 700;
    font-size: 18px;
    line-height: 20px;
    color: #fff;
}

.pricing_bl .item_wrap .content{
    margin-top: 24px;
}

.pricing_bl .item_wrap .content ul li{
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 12px;
    position: relative;
    padding-left: 30px;
}
.pricing_bl .item_wrap .content ul li strong{
    font-weight: 700;
}
.pricing_bl .item_wrap .content ul li:last-of-type{
    margin-bottom: 0;
}
.pricing_bl .item_wrap .content ul li:before{
    content: '';
    background: url(../../images/_redesign26/list1.svg);
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0;
    top: calc(50% - 10px);
}
.pricing_bl .item_wrap .footer_c{
    padding: 14px;
    background: #F8F9FE;
    border-radius: 15px;
    margin-top: 24px;
}
.pricing_bl .item_wrap .footer_c p{
    margin-bottom: 10px;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    color: #3F3B54;
}
.pricing_bl .item_wrap .footer_c p strong{
    color: #225DF7;
    font-weight: 700;
}
.pricing_bl .item:not(.is-open) .content::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 60px;
    background: linear-gradient(to bottom, rgba(255,255,255,0), #fff);
    pointer-events: none;
    border-radius: 20px;
}

.pricing_bl .i2 .price_bl::after{
    border-right: 1.5px solid #7C89F1;
    border-bottom: 1.5px solid #7C89F1;
}
.pricing_bl .i2 .item_wrap .content ul li strong{
    color:#7C89F1;
}
.pricing_bl .i2 .btn{
    background: #7C89F1;
}
.pricing_bl .i2 .item_wrap .content ul li:before {
    content: '';
    background: url(../../images/_redesign26/list2.svg);
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0;
    top: calc(50% - 10px);
}
.pricing_bl .i2 .item_wrap .footer_c p strong{
    color: #7C89F1;
}

.pricing_bl .i3 .price_bl::after{
    border-right: 1.5px solid #89BDEC;
    border-bottom: 1.5px solid #89BDEC;
}
.pricing_bl .i3 .item_wrap .content ul li strong{
    color:#89BDEC;
}
.pricing_bl .i3 .btn{
    background: #89BDEC;
}
.pricing_bl .i3 .item_wrap .content ul li:before {
    content: '';
    background: url(../../images/_redesign26/list3.svg);
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0;
    top: calc(50% - 10px);
}
.pricing_bl .i3 .item_wrap .footer_c p strong{
    color: #89BDEC;
}
.pricing_bl .most_popular{
    padding: 10px 14px;
    background: #E9E4FD;
    border-radius: 10px;
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 600;
    font-size: 16px;
    line-height: 18px;
    color: #7C89F1;
    position: absolute;
    right: 16px;
    top: 16px;
}

@media (max-width: 991px) {
    .pricing_slider{
        padding: 0;
    }
    .pricing_bl .most_popular{
        padding: 8px 14px;
    }
    .price {
        padding: 33px 0;
        background: #F7F6FD;
    }
    .price .blur1 {
        filter: blur(100px);
        transform: rotate(75deg);
        bottom: -100px;
        right: 100px;
    }
    .price .s_wrap {
        position: relative;
        padding: 24px 15px 0;
    }
    .price .title .label{
        display: none;
    }
    .price .title p {
        margin-bottom: 14px;
    }
    .price .title{
        margin-bottom: 30px;
    }
    .pricing_bl .item_wrap p {
        min-height: inherit;
    }
    .pricing_bl .item_wrap form {
        padding: 6px 8px;
    }
    .pricing_bl .item_wrap form button {
        padding: 7px;
        width: fit-content;
    }
    .pricing_bl .item .content{
        margin: 0;
        max-height: 0;
    }
    .pricing_bl .item .content .list_c{
        margin-top: 24px;
    }
    .pricing_bl .item:not(.is-open) .content::after{
        display: none;
    }
    .price .bg_img{
        height: 475px;
    }
    .price .bg_img {
        height: 65%;
    }
}


.s8.hp{
    padding: 80px 0;
    background: url(../../images/_redesign26/bg_s8.png);
    background-size: cover;
    background-position: center;
}
.s8.hp h2 strong{
    color: #5073F1;
}
.s8.hp .wrap_s{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 40px;
    margin-bottom: 54px;
}
.s8.hp .wrap_s .left{
    padding: 20px 40px 0;
    background: #EBEFFB;
    border-radius: 20px;
    height: fit-content;
}
.s8.hp .wrap_s .left h2{
    margin-bottom: 16px;
}
.s8.hp .wrap_s .left img{
    width: 100%;
    height: auto;
    margin-bottom: -30px;
    margin-top: 26px;
}
.s8.hp .wrap_s .right .swiper-wrapper{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 12px;
    margin-top: 12px;
}
.s8.hp .wrap_s .right .item{
    padding: 1px;
    position: relative;
}
.s8.hp .wrap_s .right .item:before{
    content: '';
    width: 100%;
    height: 100%;
    border-radius: 15px;
    background: linear-gradient(90deg, #225DF7 0%, #5073F1 100%);
    position: absolute;
    left: 0;
    top: 0;
}
.s8.hp .wrap_s .right .item:nth-child(2):before{
     background: linear-gradient(90deg, #5073F1 0%, #7C89F1 100%);
}
.s8.hp .wrap_s .right .item:nth-child(3):before{
     background: linear-gradient(90deg, #7C89F1 0%, #89BDEC 100%);
}
.s8.hp .wrap_s .right .item:nth-child(4):before{
     background: linear-gradient(90deg, #89BDEC 0%, #A4D1F0 100%);
}
.s8.hp .wrap_s .right .content{
    padding: 20px;
    background: #fff;
    height: 100%;
    border-radius: 15px;
    position: relative;
}
.s8.hp .wrap_s .right .content .icon{
    padding: 8px;
    background: linear-gradient(90deg, #225DF7 0%, #5073F1 100%);
    border-radius: 12px;
    margin-bottom: 10px;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.s8.hp .wrap_s .right .item:nth-child(2) .icon{
     background: linear-gradient(90deg, #5073F1 0%, #7C89F1 100%);
}
.s8.hp .wrap_s .right .item:nth-child(3) .icon{
     background: linear-gradient(90deg, #7C89F1 0%, #89BDEC 100%);
}
.s8.hp .wrap_s .right .item:nth-child(4) .icon{
     background: linear-gradient(90deg, #89BDEC 0%, #A4D1F0 100%);
}
.s8.hp .wrap_s .right .content .icon img{
    width: 100%;
    height: auto;
}
.s8.hp .wrap_s .right .content p{
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    max-width: 232px;
}
.s8.hp .wrap_s .right .content p strong{
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    color: #225DF7;
}
.s8.hp .wrap_s .right .item:nth-child(2) .content p strong{
     background: linear-gradient(90deg, #5073F1 0%, #7C89F1 100%);
     -webkit-background-clip: text;
     -webkit-text-fill-color: transparent;
}
.s8.hp .wrap_s .right .item:nth-child(3) .content p strong{
     background: linear-gradient(90deg, #7C89F1 0%, #89BDEC 100%);
     -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.s8.hp .wrap_s .right .item:nth-child(4) .content p strong{
     background: linear-gradient(90deg, #89BDEC 0%, #A4D1F0 100%);
     -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.s8.hp .bottom_content{
    text-align: center;
    padding: 22px;
    border-radius: 20px;
     background: url(../../images/_redesign26/bg_b_s8.png);
    background-size: cover;
    background-position: center;
}
.s8.hp .bottom_content svg{
    margin: 0 auto 24px;
}
.s8.hp .bottom_content p{
    color: #fff;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    text-align: center;
    margin-bottom: 24px;
}
.s8.hp .bottom_content p strong{
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
}
.s8.hp .bottom_content p em{
    font-size: 15px;
    line-height: 26px;
}
.s8.hp .bottom_content p:has(em){
    margin-bottom: 0;
}
@media (max-width: 991px) {
    .s8.hp{
        padding: 33px 0;
        background: url(../../images/_redesign26/bg_s8_mob.png);
        background-size: cover;
        background-position: center;
        overflow: hidden;
    }

    .s8.hp .wrap_s {
        flex-direction: column;
        display: flex;
        gap: 30px;
        margin-bottom: 30px;
    }
    .s8.hp .wrap_s .left {
        padding: 20px 20px 0;
    }
    .s8.hp .wrap_s .left img {
        width: 100%;
        height: auto;
        margin-bottom: 0;
        margin-top: 34px;
        max-width: 100%;
    }
    .s8.hp .wrap_s .right .blocks.desktop-blocks{
        display: none;
    }
    .s8.hp .wrap_s .right .swiper-wrapper {
        display: flex;
        gap: 0;
        margin-top: 14px;
    }
    .s8.hp .wrap_s .right .swiper-wrapper .swiper-slide{
        height: auto;
    }
    .s8.hp .wrap_s .right .swiper-wrapper .slide-items{
        display: flex;
        flex-direction: column;
        gap: 10px;
        height: 100%;
    }
    .s8.hp .wrap_s .right .swiper-wrapper .slide-items .item{
        height: 50%;
    }
    .s8.hp .wrap_s .right .content p {
        max-width: 100%;
    }
    .s8.hp .bottom_content{
        text-align: center;
        padding: 42px 20px;
        border-radius: 20px;
         background: url(../../images/_redesign26/bg_b_s8_mob.png);
        background-size: cover;
        background-position: center;
    }
}

.s9.hp{
    padding: 80px 0;
    background: url(../../images/_redesign26/bg_s9.png);
    background-size: cover;
    background-position: center;
    overflow: hidden;
}
.s9.hp h2 strong{
    color: #5073F1;
}
.s9.hp .wrap_s{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 40px;
    margin-bottom: 54px;
}
.s9.hp p{
    margin-bottom: 24px;
}
.s9.hp .block{
    margin-top: 54px;
    padding: 40px 120px 40px 40px;
    width: calc(100% + 120px);
    background: #E7F2F8;
    border-radius: 20px 0 0 20px;
}
.s9.hp .block h4{
    font-weight: 700;
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 24px;
}
.s9.hp .block li{
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 6px;
    padding-left: 16px;
    position: relative;
}
.s9.hp .block li:before{
    content: '';
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #7C89F1;
    position: absolute;
    left: 0;
    top: 11px
}
.s9.hp .btn_bl{
    width: fit-content;
    min-width: 378px;
    margin-top: 54px;
}
.s9.hp .under_text{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 16px;
    margin-top: 16px;
}
.s9.hp .under_text .under_btn p{
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    position: relative;
    display: block;
}
.s9.hp .under_text {
    justify-content: center;
}
.s9.hp .under_text .under_btn p:before{
    content: '';
    background: url(../../images/_redesign26/check.svg);
    width: 14px;
    height: 14px;
    position: absolute;
    left: 0;
    top: calc(50% - 7px);
}
.s9.hp .under_text .under_btn p{
   padding-left: 18px;
}

@media (max-width: 991px) {
    .s9.hp{
        padding: 36px 0;
        background: url(../../images/_redesign26/bg_s9_mob.png);
        background-size: cover;
        background-position: center;
        overflow: hidden;
    }
    .s9.hp .wrap_s {
        gap: 16px;
        display: flex;
        flex-direction: column-reverse;
        margin: 0;
    }
    .s9.hp .wrap_s .left{
        display: bloc;
    }
    .s9.hp .wrap_s .left img{
        display: none;
        margin-top: 16px;
    }
    .s9.hp p {
        margin-bottom: 0;
    }
    .s9.hp .block {
        margin-top: 30px;
        padding: 14px;
        width: 100%;
        background: #E7F2F8;
        border-radius: 20px;
        margin-bottom: 140px;
    }
    .s9.hp .btn_bl {
        width: fit-content;
        min-width: 280px;
        margin: 44px auto -130px;
    }
    .s9.hp .under_text{
        margin-top: 4px;
    }
    .s9.hp .btn.transparent span b{
        display: none;
    }
}


.bg_faq{
    background: url(../../images/_redesign26/bg_faq.png);
    background-size: cover;
    background-position: center;
    overflow: hidden;
    padding-bottom: 80px;
}
.faq{
    padding: 80px 0;
}
.faq h2{
    text-align: center;
    margin-bottom: 54px;
}
.faq_bl{
    box-shadow: 0px 0px 10px 0px #5751741A;
    border-radius: 20px;
    background: #fff;
    margin-bottom: 24px;
}
.faq_bl .qust{
    display: flex;
    align-items: center;
    gap: 12px;
    padding-right: 50px;
    padding: 24px 12px;
    cursor: pointer;
}
.faq_bl .qust .num{
    padding: 7px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    background: linear-gradient(90deg, #225DF7 0%, #5073F1 100%);
    border-radius: 15px;
    font-weight: 700;
    font-size: 24px;
    line-height: 34px;
    color: #fff;
}
.faq_bl .qust .text{
    font-weight: 700;
    font-size: 24px;
    line-height: 34px;
    padding-right: 30px;
}
.faq_bl .answ {
    display: grid;
    grid-template-rows: 0fr;
    transition: grid-template-rows 0.3s ease;
}
.faq_bl.active .answ {
    grid-template-rows: 1fr;
}
.faq_bl .answ > * {
    overflow: hidden;
    min-height: 0;
}
.faq_bl .answ_wrap{
    padding: 10px;
    border-radius: 10px;
    background: #F3F3F3;
    box-sizing: border-box;
    margin: 0 14px 24px;
}
.faq_bl .answ p, .faq_bl .answ li{
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
}
.faq_bl .answ p strong{
    font-weight: 700;
}
.faq_bl .answ li strong{
    font-weight: 700;
}
.faq_bl .answ p{
    margin: 0 0 12px 0;
}
.faq_bl .answ p:last-of-type{
    margin-bottom: 0;
}
.faq_bl .answ li{
    margin-bottom: 18px;
    position: relative;
    padding-left: 16px;
}
.faq_bl .answ li:before{
    content: '';
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #5073F1;
    position: absolute;
    left: 0;
    top: 11px;
}
.faq_bl .qust {
    position: relative;
    cursor: pointer;
    padding-right: 30px;
}

.faq_bl .qust::after {
    content: "";
    position: absolute;
    right: 35px;
    top: 50%;
    width: 10px;
    height: 10px;
    background: linear-gradient(90deg, #225DF7 0%, #5073F1 100%);
    -webkit-mask:
        linear-gradient(#000 0 0) right/2px 100% no-repeat,
        linear-gradient(#000 0 0) bottom/100% 2px no-repeat;
    mask:
        linear-gradient(#000 0 0) right/2px 100% no-repeat,
        linear-gradient(#000 0 0) bottom/100% 2px no-repeat;
    transform: translateY(-50%) rotate(45deg);
    transition: transform .25s ease;
}
.faq_bl.active .qust::after{
     transform: translateY(-30%) rotate(-135deg);
}
.faq_bl:nth-child(2) .qust .num{
    background: linear-gradient(90deg, #225DF7 0%, #5073F1 100%);
}
.faq_bl:nth-child(3) .qust .num{
    background: linear-gradient(90deg, #5073F1 0%, #7C89F1 100%);
}
.faq_bl:nth-child(4) .qust .num{
   background: linear-gradient(90deg, #5073F1 0%, #7C89F1 100%);
}
.faq_bl:nth-child(5) .qust .num{
    background: linear-gradient(90deg, #7C89F1 0%, #89BDEC 100%);
}
.faq_bl:nth-child(6) .qust .num{
    background: linear-gradient(90deg, #7C89F1 0%, #89BDEC 100%);
}
.faq_bl:nth-child(7) .qust .num{
    background: linear-gradient(90deg, #89BDEC 0%, #A4D1F0 100%);
}
.faq_bl:nth-child(8) .qust .num{
    background: linear-gradient(90deg, #89BDEC 0%, #A4D1F0 100%);
}
.faq_bl:nth-child(9) .qust .num{
    background: linear-gradient(90deg, #A4D1F0 0%, #C6E8F4 100%);
}
.faq_bl:nth-child(10) .qust .num{
    background: linear-gradient(90deg, #A4D1F0 0%, #C6E8F4 100%);
}

.faq_bl:nth-child(2) .qust::after{
    background: linear-gradient(90deg, #225DF7 0%, #5073F1 100%);
}
.faq_bl:nth-child(3) .qust::after{
    background: linear-gradient(90deg, #5073F1 0%, #7C89F1 100%);
}
.faq_bl:nth-child(4) .qust::after{
   background: linear-gradient(90deg, #5073F1 0%, #7C89F1 100%);
}
.faq_bl:nth-child(5) .qust::after{
    background: linear-gradient(90deg, #7C89F1 0%, #89BDEC 100%);
}
.faq_bl:nth-child(6) .qust::after{
    background: linear-gradient(90deg, #7C89F1 0%, #89BDEC 100%);
}
.faq_bl:nth-child(7) .qust::after{
    background: linear-gradient(90deg, #89BDEC 0%, #A4D1F0 100%);
}
.faq_bl:nth-child(8) .qust::after{
    background: linear-gradient(90deg, #89BDEC 0%, #A4D1F0 100%);
}
.faq_bl:nth-child(9) .qust::after{
    background: linear-gradient(90deg, #A4D1F0 0%, #C6E8F4 100%);
}
.faq_bl:nth-child(10) .qust::after{
    background: linear-gradient(90deg, #A4D1F0 0%, #C6E8F4 100%);
}




@media (max-width: 991px) {
    .bg_faq{
        background: url(../../images/_redesign26/bg_faq_mob.png);
        background-size: cover;
        background-position: center;
        overflow: hidden;
    }
    .faq{
        padding: 33px 0;
    }
    .faq h2{
        margin-bottom: 30px;
    }
    .faq_bl .qust {
        padding: 20px 50px 20px 20px;
    }
    .faq_bl .qust .num {
        min-width: 44px;
        height: 44px;
        font-size: 18px;
        line-height: 22px;
    }
    .faq_bl .qust .text {
        font-weight: 700;
        font-size: 18px;
        line-height: 22px;
    }
    .faq_bl {
        margin-bottom: 16px;
    }
    .faq_bl .answ_wrap {
        margin: 4px 20px 20px;
    }
    .faq_bl .qust::after {
        right: 25px;
    }
    .faq_bl .answ p, .faq_bl .answ li{
        font-weight: 400;
        font-size: 16px;
        line-height: 24px;
    }
}


.s11.hp .wrap_s{
    padding: 40px 50px;
    background: url(../../images/_redesign26/bg_s11_new.png);
    background-size: cover;
    background-position: center;
    border-radius: 24px;
    display: flex;
    align-items: center;
    gap: 40px;
    overflow: hidden;
}
.s11.hp h2 strong{
    color: #5073F1;
}

.s11.hp .wrap_s .left{
    width: 60%;
    max-width: 692px;
}
.s11.hp .wrap_s .right{
    width: 40%;
}
.s11.hp .wrap_s .right .main_img{
    margin-bottom: -50px;
}
.s11.hp .wrap_s .btn_wrap{
    max-width: 378px;
    margin: 24px 0 0;
}
.s11.hp .under_text{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    margin-top: 16px;
}
.s11.hp .under_text .under_btn p{
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    position: relative;
    display: block;
}
.s11.hp .under_text .under_btn p:before{
    content: '';
    background: url(../../images/_redesign26/check.svg);
    width: 14px;
    height: 14px;
    position: absolute;
    left: 0;
    top: calc(50% - 7px);
}
.s11.hp .under_text .under_btn p{
   padding-left: 18px;
}

.s11.hp .under_text .under_btn b{
    font-weight: 600;
}

@media (max-width: 991px) {
    .s11.hp .wrap_s{
        background: url(../../images/_redesign26/bg_s11_mob.png);
        background-size: cover;
        background-position: center;
        overflow: hidden;
        padding: 40px 15px 0;
        flex-direction: column;
    }
    .s11.hp .wrap_s .left {
        width: 100%;
        max-width: 100%;
    }
    .s11.hp .wrap_s .btn_wrap {
        max-width: 378px;
        margin: 24px auto 0;
    }
    .s11.hp .wrap_s .right {
        width: 100%;
    }
    .s11.hp .wrap_s .right .main_img {
        margin-bottom: 0;
    }
}

.mob_bl{
    display: none;
}

/* Header */
.header__buttons .btn{
    padding: 8px 12px;
    color: #fff;
    font-size: 12px;
    line-height: 16px;
    border-radius: 8px;
    background: linear-gradient(270deg, #F3BE43 0%, #ED641D 100%);
}

.header {
  padding: 7px 24px 4px;
  background-color: #FFFFFF;
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 99;
}
@media (max-width: 991px) {
  .header {
    padding: 8px 16px;
  }
  body {
      padding-top: 47px;
  }
}
.header .logo {
  width: 140px;
}
@media (max-width: 991px) {
  .header .logo {
    width: 100px;
  }
}
.header .logo img {
  width: 100%;
  height: 100%;
}
@media (max-width: 991px) {
  .header__right {
   transform: translate3d(100%,0,0);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: transform .35s ease, opacity .2s ease, visibility 0s linear .35s;
    will-change: transform, opacity;
    contain: layout paint style;
     position: fixed;
      width: 100%;
      height: 100dvh;
      background-color: rgba(0, 0, 0, 0.1);
      top: 0;
      right: 0;
      z-index: 5;
  }
}
.header__right .header-mobile-inner {
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .header__right .header-mobile-inner {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    background-color: #FFFFFF;
    width: 65%;
    height: 100%;
    padding: 56px 32px 40px;
    position: absolute;
    top: 0;
    right: 0;
    overflow: auto;
  }
}
@media (max-width: 350px) {
  .header__right .header-mobile-inner {
    width: 80%;
  }
}
.header__right.active {
    transform: translate3d(0,0,0);
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transition: transform .35s ease, opacity .2s ease;
}
.header__right.active .menu {
  order: 2;
}
.header .menu {
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .header .menu {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }
}
.header .menu li {
  margin-right: 24px;
}
@media (max-width: 991px) {
  .header .menu li {
    margin-bottom: 4px;
    margin-right: 0;
    padding: 10px 0;
    width: 100%;
  }
}
.header .menu li.item-has-children {
  position: relative;
  z-index: 2;
  margin-right: 48px;
}
@media (max-width: 991px) {
  .header .menu li.item-has-children {
    margin-bottom: 4px;
    margin-right: 0;
  }
}
.header .menu li.item-has-children:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -24px;
  width: 20px;
  height: 20px;
  background-image: url("/storage/app/media/icons/arrow_faq.svg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  transition: 0.3s;
}
.header .menu .sub-menu li.item-has-children:after {
    right: 0;
    transform: translateY(-50%) rotate(270deg);
}
@media (max-width: 991px) {
  .header .menu .sub-menu li.item-has-children:after {
    right: 0;
    left: auto;
    transform: translateY(-50%) rotate(0deg);
    top: 24px;
  }
  .header .menu li.item-has-children:after {
    right: 0;
    top: 12px;
    transform: unset;
  }
}
@media (max-width: 991px) {
  .header .menu li.item-has-children.active > a {
    color: #5C41FF;
    font-weight: 600;
  }
}
.header .menu li.item-has-children.active:after {
  transform: translateY(-50%) rotate(180deg);
}
@media (max-width: 991px) {
  .header .menu li.item-has-children.active:after {
    transform: rotate(180deg);
    top: 12px;
  }
}
.header .menu li a {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #3F3B54;
  transition: 0.3s;
}
@media (max-width: 991px) {
  .header .menu li a {
    font-size: 16px;
    font-weight: 600;
  }
}
.header .menu li a:hover {
  color: #5C41FF;
}
.header .menu li .sub-menu {
  cursor: pointer;
  position: absolute;
  top: 100%;
  left: 60%;
  transform: translateX(-50%);
  background-color: #FFFFFF;
  border: 1px solid #F4F4F9;
  border-radius: 8px;
  padding: 4px;
  -webkit-appearance: none;
  -webkit-box-shadow: 4px 4px 4px 4px rgba(62, 59, 81, 0.06);
  box-shadow: 4px 4px 4px 4px rgba(62, 59, 81, 0.06);
  width: max-content;
  max-width: 220px;
  display: block;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.2s ease, visibility 0.2s ease;
}
.header .menu li.item-has-children.active > .sub-menu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.header .menu li .sub-menu2 {
    display: none;
    top: -5px;
    position: absolute;
    cursor: pointer;
    background-color: #FFFFFF;
    border: 1px solid #F4F4F9;
    border-radius: 8px;
    padding: 4px;
    -webkit-appearance: none;
    max-width: 210px;
    width: 210px;
    left: 100%;
}
.header .sub-menu li.item-has-children.active .sub-menu2 {
    display: block;
}
@media (max-width: 991px) {
  .header .menu li .sub-menu,
  .header .menu li .sub-menu2 {
    position: unset;
    top: unset;
    transform: unset;
    width: 100%;
    background-color: transparent;
    padding: 0;
    border: unset;
    border-radius: unset;
    -webkit-appearance: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    max-width: 100%;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.25s ease;
  }
  .header .menu li.item-has-children.active > .sub-menu {
    max-height: 600px;
  }
  .header .menu li .sub-menu2 {
    display: block;
    padding-left: 16px;
    max-height: none;
  }
}
.header .menu li .sub-menu li {
  border-radius: 6px;
  transition: 0.3s;
  margin-bottom: 4px;
  margin-right: 0;
}
@media (max-width: 991px) {
  .header .menu li .sub-menu li {
    padding: 8px 0;
  }
}
.header .menu li .sub-menu li:last-of-type {
  margin-bottom: 0;
}
.header .menu li .sub-menu li:hover {
  background-color: #EFECFF;
}
@media (max-width: 991px) {
  .header .menu li .sub-menu li:hover {
    background-color: transparent;
  }
  .header .menu li .sub-menu li:hover a {
    color: #5C41FF;
  }
}
.header .menu li .sub-menu li a {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #3F3B54;
  transition: 0.3s;
  padding: 8px 16px;
  display: block;
}
.header .menu li .sub-menu li.item-has-children:hover .sub-menu2 {
    display: block;
}
@media (max-width: 991px) {
  .header__buttons {
    flex-direction: column-reverse;
    width: 100%;
    margin-bottom: 24px;
  }
}
.header__buttons .btn_secondary {
  margin-right: 24px;
  background-color: #FFFFFF;
  color: #626072;
}
@media (max-width: 991px) {
  .header__buttons .btn_secondary {
    width: 100%;
    margin-right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px 0;
  }
}
.header__buttons .btn_secondary span {
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
}
@media (max-width: 991px) {
  .header__buttons .btn_secondary span {
    font-size: 14px;
  }
}
.header__buttons .btn {
  padding: 8px 12px;
}
@media (max-width: 991px) {
  .header__buttons .btn {
    width: 100%;
    margin-bottom: 4px;
    padding: 12px 0;
    min-width: inherit;
  }
}
.header__buttons .btn span {
  font-size: 14px;
  font-weight: 400;
}
@media (max-width: 991px) {
  .header__buttons .btn span {
    font-size: 14px;
  }
}
.header .gumb {
  width: 24px;
  height: 24px;
  display: none;
  cursor: pointer;
}
@media (max-width: 991px) {
  .header .gumb {
    display: block;
    position: relative;
    z-index: 7;
  }
}
.header .gumb img {
  width: 100%;
  height: 100%;
}
.header .gumb .gumb-close {
  display: none;
}
.header .gumb.active .gumb-close {
  display: block;
}
.header .gumb.active .gumb-open {
  display: none;
}
.header__buttons .btn_secondary span{
    color: #626072;
    font-weight: 400;
}

/* footer */
.new_footer {
    padding: 32px 24px;
    background: #F9F9F9;
}
.footer_wrap{
    max-width: 1440px;
    margin: 0 auto;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: column;
    gap: 20px;
}
.footer_wrap .top{
    padding-bottom: 20px;
    border-bottom: 1px solid #5073F1;
    width: 100%;
}
.footer_wrap .bottom{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #7C89F1;

}
.footer_wrap .bottom a{
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #7C89F1;
    transition: all .3s ease;
}
.footer_wrap .bottom a:hover{
    text-decoration: underline;
}
.footer_wrap .social-media-wrapper{
    align-items: center;
    gap: 18px;
}
.footer_wrap .social-media-wrapper a{
    display: flex;
}
.footer_wrap .left .pr-policy-wrapper{
    display: flex;
    align-items: center;
    gap: 24px
}

@media (max-width: 991px) {
     .footer_wrap {
        flex-direction: column;
        gap: 10px;
        align-items: flex-start;
    }
    .footer_wrap .top {
        padding-bottom: 10px;
        border-bottom: 1px solid #5073F1;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .footer_wrap .social-media-wrapper.mob{
        display: flex!important;
        gap: 14px;
    }
    .footer_wrap .social-media-wrapper.desk{
        display: none;
    }
    .footer_wrap .bottom {
        font-weight: 400;
        font-size: 10px;
        line-height: 18px;
    }
    .footer_wrap .bottom .address br{
        display: none;
    }
    .footer_wrap .bottom .address{
        max-width: 145px;
    }
    .footer_wrap .bottom .left {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        width: 100%;
    }
    .footer_wrap .bottom a {
        font-weight: 400;
        font-size: 10px;
        line-height: 18px;
    }
    .new_footer {
        padding: 14px 16px;
        background: #F9F9F9;
    }
}

.toggle_btn {
    position: relative;
    width: 40px;
    height: 40px;
    border: none;
    cursor: pointer;
    background: rgba(255, 255, 255, 0.7);
    border-radius: 6px;
    display: none;
    margin: 14px 0 14px auto;
    box-shadow: 5.93px 5.93px 5.93px 0px #3E3B510F;
}
.toggle_btn::before,
.toggle_btn::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 20px;
    height: 1px;
    background: #225DF7;
    transform: translate(-50%, -50%);
    transition: transform .25s ease, opacity .25s ease;
}
.toggle_btn::after {
    transform: translate(-50%, -50%) rotate(90deg);
}
.toggle_btn.is-open::after {
    opacity: 0;
}

@media (max-width: 991px) {
    .toggle_btn {
        display: block;
    }
    .main-sec_img {
        width: 100%;
        position: initial;
    }
    .main-sec_img img{
        display: none;
    }
}

.form-access-plan .form-error, .form-access-plan .form-success {
    margin-top: 0;
    font-size: 12px;
    line-height: 1.4;
    position: absolute;
    bottom: -18px;
    display: none;
}
.form-access-plan .form-error {
    color: #d43c3c;
}
.form-access-plan .form-success {
    color: #1f8f47;
}
.form-access-plan input.is-invalid {
    border-color: #d43c3c;
}
.form-access-plan button.is-loading {
    opacity: 0.7;
    pointer-events: none;
}

.country_select .title{
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: rgba(63, 59, 84, 1);
    padding-right: 28px;
    margin-right: 24px;
    position: relative;
    cursor: pointer;
}
.country_select.active .title:after {
    transform: rotate(-180deg) translateY(50%);
}
.country_select .title:after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    width: 20px;
    height: 20px;
    background-image: url(/storage/app/media/icons/arrow_faq.svg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    transition: 0.3s;
}
.country_select{
    position: relative;
}
.country_select.show{
    position: relative;
    display: block;
}
.country_select .list{
    position: absolute;
    top: calc(100% + 20px);
    right: 24px;
    min-width: 190px;
    padding: 4px;
    box-shadow: 4px 4px 4px 0px rgba(62, 59, 81, 0.06);
    border: 1px solid rgba(244, 244, 249, 1);
    border-radius: 8px;
    background: #fff;
    display: none;
}
.country_select .list a{
    padding: 8px 16px;
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #3F3B54;
    margin-bottom: 4px;
    border-radius: 6px;
    transition: all .3s ease;
}
.country_select .list a:hover{
    background: #EFECFF;
    color: #5C41FF;
}
@media (max-width: 991px) {
    .country_select .title span{
        display: none;
        margin-right: 0;
    }
    .country_select .title{
        margin-right: 0;
        padding-right: 22px;
    }
    .country_select .list {
        position: absolute;
        top: 100%;
        right: 0;
    }
    .header-mobile-inner .country_select{
        display: none;
    }
}



/* Home ua */
body.home_ua {
    font-family: "Montserrat", sans-serif;
}
.home_ua .main-sec {
    padding: 106px 0;
}
.home_ua .main-sec__text {
    max-width: 820px;
}
.home_ua .main-sec_img {
    bottom: auto;
    top: -15%;
}
.main-sec__text h4 strong{
    color: #5073F1;
}
.home_ua .btn{
    max-height: 58px;
    text-align: center;
}

@media (max-width: 991px) {
    .home_ua .main-sec {
        padding: 38px 0;
    }
    .home_ua .btn{
        width: 100%;
        max-width: 560px;
    }
    .home_ua .main-sec .under_text {
        max-width: 100%;
    }
    .home_ua .main-sec__text h4{
        font-weight: 600;
        font-size: 20px;
        line-height: 24px;
        letter-spacing: 0%;
    }
}

.s2_ua{
    padding: 60px 0;
}
.s2_ua .content{
    padding: 60px;
    border-radius: 50px;
    background: url(../../images/_redesign26/bg_s2_ua.png);
    background-size: cover;
    background-position: center;
}
.s2_ua h2 strong{
    color: #5073F1;
}
.s2_ua h4 strong{
    color: #5073F1;
}
.s2_ua h4{
    font-weight: 700;
    font-size: 18px;
    line-height: 26px;
    margin: 54px 0 24px;
}
.s2_ua .info-block{
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 24px;
}
.s2_ua .item{
    padding: 24px 18px;
    background: #fff;
    border-radius: 15px;
    display: flex;
    align-items: center;
    gap: 10px;
    border: 1px solid transparent;
    background:linear-gradient(#fff, #fff) padding-box, linear-gradient(90deg, #225DF7 0%, #5073F1 100%) border-box;
}
.s2_ua .item.it2{
    background:linear-gradient(#fff, #fff) padding-box, linear-gradient(90deg, #5073F1 0%, #7C89F1 100%) border-box;
}
.s2_ua .item.it3{
    background:linear-gradient(#fff, #fff) padding-box, linear-gradient(90deg, #7C89F1 0%, #89BDEC 100%) border-box;
}
.s2_ua .item.it4{
    background:linear-gradient(#fff, #fff) padding-box, linear-gradient(90deg, #89BDEC 0%, #A4D1F0 100%) border-box;
}
.s2_ua .item.it5{
    background:linear-gradient(#fff, #fff) padding-box, linear-gradient(90deg, #89BDEC 0%, #A4D1F0 100%) border-box;
}
.s2_ua .item.it6{
    background:linear-gradient(#fff, #fff) padding-box, linear-gradient(90deg, #A4D1F0 0%, #C6E8F4 100%) border-box;
}
.s2_ua .item .icon{
    min-width: 48px;
    min-height: 48px;
    padding: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(90deg, #225DF7 0%, #5073F1 100%);
    border-radius: 15px;
}
.s2_ua .item.it2 .icon{
    background: linear-gradient(90deg, #5073F1 0%, #7C89F1 100%);
}
.s2_ua .item.it3 .icon{
    background: linear-gradient(90deg, #7C89F1 0%, #89BDEC 100%);
}
.s2_ua .item.it4 .icon{
   background: linear-gradient(90deg, #89BDEC 0%, #A4D1F0 100%);
}
.s2_ua .item.it5 .icon{
   background: linear-gradient(90deg, #89BDEC 0%, #A4D1F0 100%);
}
.s2_ua .item.it6 .icon{
   background: linear-gradient(90deg, #A4D1F0 0%, #C6E8F4 100%);
}
.s2_ua .item .text{
    font-size: 18px;
    line-height: 22px;
    margin: 0;
}
.s2_ua .btn{
    max-width: 384px;
    margin: 54px auto 0;
}

@media (max-width: 991px) {
    .s2_ua {
        padding: 38px 0;
    }
    .s2_ua .content{
        padding: 30px 15px;
        border-radius: 35px;
        background: url(../../images/_redesign26/bg_s2_ua_mob.png);
        background-size: cover;
        background-position: center;
    }
    .s2_ua h4 {
        margin: 28px 0 16px;
    }
    .s2_ua .info-block{
        display: none;
    }
    .s2_ua .block{
        height: auto;
        display: flex;
        flex-direction: column;
        gap: 10px;
    }
    .s2_ua .block .item{
        height: calc(50% - 5px);
    }
    .s2_ua .btn {
        margin: 28px auto 0;
    }
    .s2_ua .item .text {
        font-size: 17px;
        line-height: 20px;
    }
}


.s3_ua{
    background: url(../../images/_redesign26/bg_s3_ua.png);
    background-size: cover;
    background-position: center;
    overflow: hidden;
    padding: 60px 0;
}
.s3_ua .title{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 40px;
    margin-bottom: 54px;
}
.s3_ua .title h2 {
    width: 50%;
}
.s3_ua .title p {
    width: 50%;
}
.s3_ua .title p strong{
    font-weight: 700;
}
.s3_ua .title h2 strong{
    color: #5073F1;
}
.s3_ua .info-block{
    display: flex;
    align-items: flex-start;
    gap: 40px;
}
.s3_ua .info-block .info-list{
    width: 50%;
}
.s3_ua .info-block .info-images{
    width: 50%;
}

.s3_ua .info-item{
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 8px 0;
    margin-bottom: 12px;
    transition: all .3s ease;
    cursor: pointer;
}
.s3_ua .info-item .number{
    font-weight: 700;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0%;
    text-align: center;
    min-width: 42px;
    min-height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(90deg, #225DF7 0%, #5073F1 100%);
    border-radius: 12px;
    color: #fff;
}
.s3_ua .info-item.it2 .number{
    background: linear-gradient(90deg, #5073F1 0%, #7C89F1 100%);
}
.s3_ua .info-item.it3 .number{
    background: linear-gradient(90deg, #7C89F1 0%, #89BDEC 100%);
}
.s3_ua .info-item.it4 .number{
   background: linear-gradient(90deg, #89BDEC 0%, #A4D1F0 100%);
}
.s3_ua .info-item.it5 .number{
   background: linear-gradient(90deg, #A4D1F0 0%, #C6E8F4 100%);
}
.s3_ua .info-item .text {
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
}
.s3_ua .info-item .text .title{
    margin: 0;
    font-weight: 700;
}
.s3_ua .info-item.active{
    padding: 24px 10px;
    border-radius: 10px;
    border: 1px solid transparent;
    background:linear-gradient(#fff, #fff) padding-box, linear-gradient(90deg, #225DF7 0%, #5073F1 100%) border-box;
}
.s3_ua .info-item.active .text .title{
    color:#225DF7;
}
.s3_ua .info-item.it2.active .text .title{
    color:#5073F1;
}
.s3_ua .info-item.it3.active .text .title{
    color:#7C89F1;
}
.s3_ua .info-item.it4.active .text .title{
    color:#89BDEC;
}
.s3_ua .info-item.it5.active .text .title{
    color:#A4D1F0;
}
.s3_ua .info-item.it2.active{
    background:linear-gradient(#fff, #fff) padding-box, linear-gradient(90deg, #5073F1 0%, #7C89F1 100%) border-box;
}
.s3_ua .info-item.it3.active{
    background:linear-gradient(#fff, #fff) padding-box, linear-gradient(90deg, #7C89F1 0%, #89BDEC 100%) border-box;
}
.s3_ua .info-item.it4.active{
    background:linear-gradient(#fff, #fff) padding-box, linear-gradient(90deg, #89BDEC 0%, #A4D1F0 100%) border-box;
}
.s3_ua .info-item.it5.active{
    background:linear-gradient(#fff, #fff) padding-box, linear-gradient(90deg, #A4D1F0 0%, #C6E8F4 100%) border-box;
}

.s3_ua .btn{
    max-width: 384px;
    margin: 54px auto 0;
}

@media (max-width: 991px) {
    .s3_ua{
        background: url(../../images/_redesign26/bg_s3_ua_mob.png);
        background-size: cover;
        background-position: center;
        overflow: hidden;
        padding: 38px 0;
    }
    .s3_ua .title {
        gap: 0;
        margin-bottom: 28px;
        flex-direction: column;
    }
    .s3_ua .title h2 {
        width: 100%;
    }
    .s3_ua .title p {
        width: 100%;
    }
    .s3_ua .info-block{
        display: none;
    }
    .s3_ua .info-item {
        gap: 14px;
        padding: 0;
        margin-bottom: 0;
        transition: all .3s ease;
        cursor: pointer;
        flex-direction: column;
        align-items: flex-start;
    }
    .top{
        display: flex;
        align-items: flex-start;
        gap: 10px;
    }
    .s3_ua .info-item.it1 .text .title{
        color:#225DF7;
    }
    .s3_ua .info-item.it2 .text .title{
        color:#5073F1;
    }
    .s3_ua .info-item.it3 .text .title{
        color:#7C89F1;
    }
    .s3_ua .info-item.it4 .text .title{
        color:#89BDEC;
    }
    .s3_ua .info-item.it5 .text .title{
        color:#A4D1F0;
    }
    .s3_ua .info-item .text {
        font-weight: 400;
        font-size: 17px;
        line-height: 24px;
    }
}


.s4_ua{
    background: url(../../images/_redesign26/bg_s4_ua.png);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: bottom;
    overflow: hidden;
    padding: 60px 0;
}
.s4_ua .content{
    padding: 60px 50px;
    background: url(../../images/_redesign26/bg_s4_ua_bl.png);
    background-size: cover;
    border-radius: 25px;
}
.s4_ua .content h2{
    text-align: center;
    margin-bottom: 54px;
}
.s4_ua .content h2 strong{
    color: #5073F1;
}
.s4_ua .content .left{
    width: 60%;
    max-width: 640px;
}
.s4_ua .content .left h4{
    margin: 24px 0 54px;
    font-weight: 400;
}
.s4_ua .content .left h4 strong{
    font-weight: 700;
}
.s4_ua .content .left h4 em{
    color: #5073F1;
}
.s4_ua .content .flex{
    align-items: center;
    justify-content: space-between;
    gap: 40px;
}
.s4_ua .content .left .btn{
    max-width: 384px;
}
.s4_ua .content .right{
    width: 40%;
    max-width: 474px;
}
.s4_ua .bottom_content{
    margin: 54px 0;
}
.s4_ua .bottom_content .block{
    padding: 0 12px;
    border-right: 1px solid #DBDADE;
}
.s4_ua .bottom_content .block:first-of-type{
    padding-left: 0;
}
.s4_ua .bottom_content .block:last-of-type{
    padding-right: 0;
    border: none;
}
.s4_ua .item{
    margin-bottom: 15px;
}
.s4_ua .item .title{
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 30px 8px 10px;
    position: relative;
    border-radius: 10px;
    background: #F3F3F3;
    cursor: pointer;
}
.s4_ua .item .title p{
    font-weight: 700;
    font-size: 18px;
    line-height: 26px;
}
.s4_ua .item .title .number{
    min-width: 36px;
    min-height: 36px;
    background: linear-gradient(90deg, #225DF7 0%, #3968F4 100%);   
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 18px;
    line-height: 26px;
    color: #fff;
    border-radius: 12px;
}

.s4_ua .item .text{
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    margin-top: 8px;
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.25s ease;
}
.s4_ua .item .title::after {
    content: "";
    position: absolute;
    right: 10px;
    top: 50%;
    width: 10px;
    height: 10px;
    background: linear-gradient(90deg, #225DF7 0%, #5073F1 100%);
    -webkit-mask: linear-gradient(#000 0 0) right / 2px 100% no-repeat, linear-gradient(#000 0 0) bottom / 100% 2px no-repeat;
    mask: linear-gradient(#000 0 0) right / 2px 100% no-repeat, linear-gradient(#000 0 0) bottom / 100% 2px no-repeat;
    transform: translateY(-50%) rotate(45deg);
    transition: transform .25s ease;
}
.s4_ua .item.active .title::after {
    transform: translateY(-30%) rotate(-135deg);
}

.s4_ua .item.it2 .title .number, .s4_ua .item.it2 .title::after{
    background: linear-gradient(90deg, #3968F4 0%, #5073F1 100%);
}
.s4_ua .item.it3 .title .number, .s4_ua .item.it3 .title::after{
   background: linear-gradient(90deg, #5073F1 0%, #667EF1 100%);
}
.s4_ua .item.it4 .title .number, .s4_ua .item.it4 .title::after{
   background: linear-gradient(90deg, #667EF1 0%, #7C89F1 100%);
}
.s4_ua .item.it5 .title .number, .s4_ua .item.it5 .title::after{
    background: linear-gradient(90deg, #7C89F1 0%, #83A3EE 100%);
}
.s4_ua .item.it6 .title .number, .s4_ua .item.it6 .title::after{
   background: linear-gradient(90deg, #83A3EE 0%, #86B0ED 100%);
}
.s4_ua .item.it7 .title .number, .s4_ua .item.it7 .title::after{
    background: linear-gradient(90deg, #86B0ED 0%, #89BDEC 100%);
}
.s4_ua .item.it8 .title .number, .s4_ua .item.it8 .title::after{
    background: linear-gradient(90deg, #89BDEC 0%, #98C8EE 100%);
}
.s4_ua .item.it9 .title .number, .s4_ua .item.it9 .title::after{
   background: linear-gradient(90deg, #98C8EE 0%, #A4D1F0 100%);
}
.s4_ua .item.it10 .title .number, .s4_ua .item.it10 .title::after{
   background: linear-gradient(90deg, #A4D1F0 0%, #B5DDF2 95.19%);
}
.s4_ua .item.it11 .title .number, .s4_ua .item.it11 .title::after{
   background: linear-gradient(90deg, #B5DDF2 0%, #C6E8F4 100%);
}
.s4_ua .bottom_content .btns{
    max-width: 384px;
    margin: 54px auto 0;
}
.s4_ua .under_text .under_btn p{
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    position: relative;
    display: block;
}
.s4_ua .under_text {
    justify-content: space-between;
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 16px;
}
.s4_ua .under_btn p:before{
    content: '';
    background: url(../../images/_redesign26/check.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 14px;
    height: 14px;
    position: absolute;
    left: 0;
    top: calc(50% - 9px);
}
.s4_ua .under_text .under_btn p{
   padding-left: 18px;
}
.s4_ua_slider{
    overflow: hidden;
}
@media (max-width: 991px) {
    .s4_ua {
        background: transparent;
        background-size: 100% auto;
        background-repeat: no-repeat;
        background-position: bottom;
        overflow: hidden;
        padding: 38px 0;
    }
    .s4_ua .content{
        padding: 38px 14px;
        background: url(../../images/_redesign26/bg_s4_ua_bl_mob.png);
        background-size: cover;
        border-radius: 35px;
        background-position: center;
    }
    .s4_ua .content h2 {
        text-align: left;
        margin-bottom: 24px;
    }
    .s4_ua .content .flex {
        align-items: center;
        justify-content: space-between;
        gap: 28px;
        flex-direction: column;
    }
    .s4_ua .content .left {
        width: 100%;
        max-width: 100%;
    }
    .s4_ua .content .right {
        width: 100%;
        max-width: 100%;
    }
    .s4_ua .content .right img{
        display: none;
    }
    .s4_ua .content .left h4 {
        margin: 28px 0 28px;
    }
    .s4_ua .content .left .btn {
        margin: 0;
    }
    .s4_ua .bottom_content .block {
        padding: 0 12px;
        border-right: none;
    }
    .s4_ua .bottom_content .btns {
        margin: 28px auto 0;
    }
}
@media (max-width: 991px) {
    .s4_ua .bottom_content .block {
        padding: 0 ;
    }
    .s4_ua .item .text {
        font-size: 17px;
    }
}

.s4.hp.s5_ua p{
    margin-bottom: 24px;
}
.s4.hp.s5_ua p strong{
    font-weight: 700;
}
.s4.hp.s5_ua .item:nth-child(odd) .icon {
    background: linear-gradient(270deg, #F3BE43 0%, #ED641D 100%);
}
.s4.hp.s5_ua .item:nth-child(even) .icon {
   background: linear-gradient(90deg, #89BDEC 0%, #A4D1F0 100%);
}
.s4.hp.s5_ua .item:nth-child(odd):before {
   background: linear-gradient(270deg, #F3BE43 0%, #ED641D 100%);
}
.s4.hp.s5_ua .item:nth-child(even):before {
    background: linear-gradient(90deg, #89BDEC 0%, #A4D1F0 100%);
}
.s4.hp.s5_ua .item .content li{
    position: relative;
    font-size: 18px;
    padding-left: 16px;
    margin-bottom: 10px;
}
.s4.hp.s5_ua .item .content li:before{
    content: '';
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: linear-gradient(270deg, #F3BE43 0%, #ED641D 100%);
    position: absolute;
    left: 0;
    top: calc(50% - 4px);
}
.s4.hp.s5_ua .item:nth-child(even) .content li:before {
    background: linear-gradient(90deg, #89BDEC 0%, #A4D1F0 100%);
}
.s4.hp.s5_ua .btn{
    width: 100%;
    max-width: 520px;
}

.s6_ua{
    padding: 80px 0;
    background: url(../../images/_redesign26/bg_s6_ua.png);
    background-size: cover;
    background-position: center;
}
.s6_ua .title{
    text-align: center;
    margin-bottom: 54px;
}
.s6_ua .title h2 strong{
    color: #5073F1;
}
.s6_ua .flex{
    align-items: center;
    gap: 40px;
    justify-content: space-between;
}
.s6_ua .flex .left{
    width: 50%;
    max-width: 448px;
}
.s6_ua .flex .right{
    width: 50%;
    max-width: 640px;
}
.s6_ua h4{
    font-size: 26px;
    margin-bottom: 24px;
}
.s6_ua .flex .right .bl_titile{
    font-size: 26px;
    margin: 54px 0 24px;
    font-weight: 700;
}
.s6_ua .flex .right .it{
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 16px;
    font-size: 18px;
}

.s6_ua .bottom_text{
    padding: 30px;
    border-radius: 25px;
    background: url(../../images/_redesign26/bg_s6_ua_bl.png);
    background-size: cover;
    background-position: center;
    margin: 54px 0;
}
.s6_ua .bottom_text p strong{
    font-weight: 700;
}
.s6_ua .s4.hp{
    padding: 0;
    background: transparent;
}
.s6_ua .s4.hp .item .label .icon{
    min-width: 48px;
    min-height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.s6_ua .s4.hp .item .label {
    padding: 10px;
    gap: 18px;
    font-weight: 700;
    font-size: 18px;
    line-height: 26px;
}
.s6_ua .s4.hp .item .content li {
    position: relative;
    font-size: 18px;
    padding-left: 16px;
    margin-bottom: 10px;
}

.s6_ua .s4.hp .item:nth-child(odd) .icon {
    background: linear-gradient(90deg, #7C89F1 0%, #89BDEC 100%);
}
.s6_ua .s4.hp .item:nth-child(even) .icon {
   background: linear-gradient(90deg, #89BDEC 0%, #A4D1F0 100%);
}
.s6_ua .s4.hp .item:nth-child(odd):before {
   background: linear-gradient(90deg, #7C89F1 0%, #89BDEC 100%);
}
.s6_ua .s4.hp .item:nth-child(even):before {
    background: linear-gradient(90deg, #89BDEC 0%, #A4D1F0 100%);
}
.s6_ua .s4.hp .item .content li:before{
    content: '';
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: linear-gradient(90deg, #7C89F1 0%, #89BDEC 100%);
    position: absolute;
    left: 0;
    top: calc(50% - 4px);
}
.s6_ua .s4.hp .item:nth-child(even) .content li:before {
    background: linear-gradient(90deg, #89BDEC 0%, #A4D1F0 100%);
}

.s6_ua .btn{
    max-width: 384px;
    margin: 54px auto 0;
}

@media (max-width: 991px) {
    .s6_ua{
        padding: 38px 0;
        background: url(../../images/_redesign26/bg_s6_ua_mob.png);
        background-size: cover;
        background-position: center;
    }
    .s6_ua .title {
        text-align: left;
        margin-bottom: 28px;
    }
    .s6_ua .flex {
        align-items: flex-start;
        gap: 28px;
        flex-direction: column-reverse;
    }
    .s6_ua .flex .left {
        width: 100%;
        max-width: 100%;
    }
    .s6_ua .flex .left img{
        display: none;
    }
    .s6_ua .flex .right {
        width: 100%;
        max-width: 100%;
    }
    .s6_ua h4 {
        font-size: 20px;
        margin-bottom: 14px;
        line-height: 24px;
    }
    .s6_ua .flex .right .bl_titile{
        font-size: 20px;
        margin: 28px 0 14px;
        line-height: 24px;
    }
    .s6_ua .bottom_text {
        padding: 20px;
        border-radius: 25px;
        background: #E9E4FD;
        background-size: cover;
        background-position: center;
        margin: 28px 0;
    }
    .s6_ua .btn {
        margin: 28px auto 0;
    }
    body.home_ua .pricing_bl .most_popular span{
        display: none;
    }
}

body.home_ua .pricing_bl .item_wrap p{
    font-size: 15px;
}

body.home_ua .pricing_bl .item_wrap form button{
    font-size: 15px;
}

body.home_ua .pricing_bl .item_wrap p:first-of-type{
    min-height: 78px;
}
body.home_ua .pricing_bl .item_wrap .price_bl p{
    min-height: fit-content ;
}

body.home_ua header .mob_bl{
    display: flex;
    align-items: center;
    gap: 16px;
}

body.home_ua .header__right .header-mobile-inner {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    background-color: #FFFFFF;
    width: 65%;
    height: 100%;
    padding: 56px 32px 40px;
    position: absolute;
    top: 0;
    right: 0;
    overflow: auto;
    max-width: 400px;
}

body.home_ua .header .menu {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }

body.home_ua .header .menu li {
    margin-bottom: 0px;
    margin-right: 0;
    padding: 0;
    width: 100%;
}
body.home_ua .header .menu li a{
    padding: 14px 16px;
    border-radius: 10px;
    display: block;
    font-size: 18px;
}
body.home_ua .header .menu li a:hover{
    background: #E7F2F8;
    color: #5073F1;
    font-weight: 600;
}

body.home_ua .header__right {
    transform: translate3d(100%,0,0);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: transform .35s ease, opacity .2s ease, visibility 0s linear .35s;
    will-change: transform, opacity;
    contain: layout paint style;
     position: fixed;
      width: 100%;
      height: 100dvh;
      background-color: rgba(0, 0, 0, 0.1);
      top: 0;
      right: 0;
      z-index: 5;
}
body.home_ua .header__right .header-mobile-inner {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    background-color: #FFFFFF;
    width: 65%;
    height: 100%;
    padding: 56px 32px 40px;
    position: absolute;
    top: 0;
    right: 0;
    overflow: auto;
}

body.home_ua .mob_btn_show{
    display: flex;
    padding: 6px 12px;
    background: linear-gradient(270deg, #F3BE43 0%, #ED641D 100%);
    border-radius: 8px;
    font-size: 12px;
    line-height: 16px;
    width: fit-content;
    min-width: fit-content;
}

body.home_ua .header .gumb {
    display: block;
    position: relative;
    z-index: 7;
}
body.home_ua .header__right.active {
    transform: translate3d(0,0,0);
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transition: transform .35s ease, opacity .2s ease;
}
body.home_ua .header__right.active .menu {
  order: 2;
}

body.home_ua .header__buttons {
    flex-direction: column-reverse;
    width: 100%;
    margin-bottom: 24px;
}

body.home_ua .header__buttons .btn_secondary {
    width: 100%;
    margin-right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px 0;
}
body.home_ua .header__buttons .btn_secondary span {
    font-size: 18px;
}

body.home_ua .header__buttons .btn {
    width: 100%;
    margin-bottom: 4px;
    padding: 12px 0;
    min-width: inherit;
}

body.home_ua .header__buttons .btn span {
    font-size: 18px;
}
body.home_ua .header-mobile-inner .country_select {
    display: none;
}

body.home_ua .s4_ua_slider.swiper .swiper-pagination .swiper-pagination-bullet{
   background: #F3F3F3;
}
body.home_ua .s4_ua_slider.swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #225DF7;
}

.address_ua{
    display: none;
}
body.home_ua .address br{
    display: none;
}
body.home_ua .address_ua{
    display: block;
}
body.home_ua.home_de .address br {
    display: block;
}
body.home_ua.home_de .address_ua{
    display: none;
}
@media (max-width: 991px) {
    body.home_ua.home_de .footer_wrap .bottom .address{
      justify-content: flex-end;
      width: 50%;
    }
    body.home_ua.home_de .footer_wrap .bottom .left {
        flex-direction: row;
        gap: 8px;
    }
    body.home_ua.home_de .address br {
        display: none;
    }
    body.home_ua .footer_wrap .bottom .left {
        flex-direction: column;
        gap: 8px;
    }
     body.home_ua .footer_wrap .bottom .address {
        max-width: 100%;
        display: flex;
        align-items: flex-start;
        gap: 34px;
        flex-direction: row-reverse;
        justify-content: space-between;
        width: 100%;
    }
     body.home_ua .footer_wrap .bottom .address span{
        max-width: 150px;
     }
     body.home_ua .header .menu li a{
        padding: 8px 10px;
        border-radius: 10px;
        display: block;
        font-size: 14px;
    }
    body.home_ua .header__buttons .btn span {
        font-size: 14px;
    }
    body.home_ua .header__buttons .btn_secondary span {
        font-size: 14px;
    }
}



body .splide__pagination {
    display: flex;
    position: initial;
    margin: 14px auto 0;
    width: fit-content;
    height: 18px;
    align-items: center;
}
body .splide__pagination li{
    line-height: 0;
}
body .splide__pagination .splide__pagination__page{
    width: 10px;
    height: 10px;
    background: #FFFFFF;
    position: relative;
    opacity: 1;
}
.splide__pagination li{
    display: block;
}

body .splide__pagination .splide__pagination__page.is-active{
    background: #225DF7;
    transform: none;
}
body .splide__pagination .splide__pagination__page.is-active:before{
    content: '';
    width: 18px;
    height: 18px;
    border: 1px solid #225DF7;
    border-radius: 50%;
    left: calc(50% - 9px);
    top: calc(50% - 9px);
    position: absolute;
}

body.home_ua .s4_ua_slider .splide__pagination .splide__pagination__page{
   background: #F3F3F3;
}
body.home_ua .s4_ua_slider .splide__pagination .splide__pagination__page.is-active{
    background: #225DF7;
}

.splide{
    position: relative;
    visibility: visible;
    width: 100%;
    display: block;
}

.splide__track {
    width: 100%;
}
.s4.hp .splide__list{
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
}

.s3.hp .splide__list{
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
}


@media (max-width: 991px) {
    .s4.hp .splide__list {
        gap: 0;
        display: flex;
    }
    .s3.hp .splide__list {
        gap: 0;
        display: flex;
    }
    .s8.hp .slide-items{
        display: flex;
        flex-direction: column;
        gap: 10px;
        margin-top: 16px;
    }
}



/* pricing */
.pricing_26{
    background: #F2F5FE;
}
.pricing-table-wrap {
    width: 100%;
    overflow-x: auto;
    border-radius: 20px;
    padding: 32px 24px;
    background: #fff;
    position: relative;
    z-index: 1;
}

.pricing-table {
    width: 100%;
    min-width: 900px;
    border-collapse: separate;
    border-spacing: 0;
    color: #3F3B54;
    font-size: 18px;
    line-height: 1.4;
    background: #fff;
}

.pricing-table thead th {
    padding: 12px 30px;
    text-align: center;
    font-weight: 700;
    font-size: 18px;
    color: #fff;
    border: none;
    background: transparent;
}
.pricing-table thead th span {
    position: relative;
    z-index: 2;
    margin-bottom: 24px;
}

.pricing-table thead th:first-child {
    width: 38%;
    padding: 0;
    background: transparent;
}

.pricing-table thead th:nth-child(2),
.pricing-table thead th:nth-child(3),
.pricing-table thead th:nth-child(4) {
    min-width: 170px;
    box-sizing: border-box;
}

.pricing-table thead th:nth-child(2) span,
.pricing-table thead th:nth-child(3) span,
.pricing-table thead th:nth-child(4) span {
    display: inline-block;
}

.pricing-table thead th:nth-child(2),
.pricing-table thead th:nth-child(3),
.pricing-table thead th:nth-child(4) {
    position: relative;
}

.pricing-table thead th:nth-child(2)::before,
.pricing-table thead th:nth-child(3)::before,
.pricing-table thead th:nth-child(4)::before {
    content: "";
    position: absolute;
    left: 8px;
    right: 8px;
    top: 0;
    height: 52px;
    border-radius: 8px;
    z-index: 0;
}

.pricing-table thead th:nth-child(2)::before {
    background: #225DF7;
}

.pricing-table thead th:nth-child(3)::before {
    background: #7C89F1;
}

.pricing-table thead th:nth-child(4)::before {
    background: #89BDEC;
}

.pricing-table thead th:nth-child(2),
.pricing-table thead th:nth-child(3),
.pricing-table thead th:nth-child(4) {
    height: 52px;
    vertical-align: middle;
    z-index: 1;
}

.pricing-table thead th:nth-child(2),
.pricing-table thead th:nth-child(3),
.pricing-table thead th:nth-child(4) {
    position: relative;
}

.pricing-table thead th:nth-child(2),
.pricing-table thead th:nth-child(3),
.pricing-table thead th:nth-child(4) {
    color: #fff;
}


.pricing-table tbody td {
    padding: 12px 24px;
    border-bottom: 1px solid #DBDADE;
    vertical-align: middle;
}

.pricing-table tbody tr:last-child td {
    border-bottom: none;
}

.pricing-table tbody td:first-child {
    width: 38%;
    text-align: left;
    color: #5F5C75;
    font-weight: 400;
}

.pricing-table tbody td:not(:first-child) {
    width: 20.66%;
    text-align: center;
    font-weight: 500;
}

.pricing-table .section-row td {
    padding: 12px 24px;
    background: #E7F2F8;
    border: none;
    border-radius: 8px;
    font-weight: 700 !important;
}

.pricing-table tr:has(+ .section-row) td {
    border-bottom: none;
    padding-bottom: 36px;
}

.pricing-table .section-row + tr td {
    padding-top: 18px;
}

.pricing-check {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    vertical-align: middle;
}

.pricing-check svg {
    display: block;
}

.features_table{
    padding: 0 0 80px;
    position: relative;
    overflow: hidden;
}
.features_table h2{
    text-align: center;
}
.features_table:after{
    content: '';
    position: absolute;
    width: 900px;
    height: 900px;
    background: #D0BCFB;
    border-radius: 50%;
    filter: blur(100px);
    transform: rotate(-76deg);
    right: -466px;
    bottom: 0;
}

.pricing_26 .price{
    position: initial;
    padding-top: 38px;
}
.pricing_26 .price .s_wrap{
    padding-top: 38px;
}
.pricing_26{
    position: relative;
}
.pricing_26 .price .blur1 {
    bottom: auto;
    top: 1250px;
}

.mobile-pricing-slider{
    position: relative;
    z-index: 1;
}

.pricing-mobile-card{
    padding: 16px;
    background: #fff;
    border-radius: 20px;
}
.pricing-mobile-head{
    padding: 15px;
    border-radius: 8px;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    color: #fff;
}
.pricing-mobile-section-toggle{
    padding: 15px 16px 15px 4px;
    background: #E7F2F8;
    border-radius: 8px;
    width: 100%;
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 14px;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
}
.pricing-mobile-row{
    padding: 4px;
    border-bottom: 1px solid #DBDADE;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 18px;
    line-height: 28px;
}
.pricing-mobile-row .pricing-mobile-label{
    width: 80%;
    text-align: left;
}
.pricing-mobile-value{
    width: 18%;
    text-align: right;
}
.pricing-mobile-section-content .pricing-mobile-row:last-of-type{
    border-bottom: none;
}
.pricing-mobile-section-content{
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
}
.pricing-mobile-arrow{
    transition: all .3s ease;
    transform: rotate(-180deg);
}
.pricing-mobile-section.is-open .pricing-mobile-arrow{
    transform: rotate(0);
}
#splide02-slide02 .pricing-mobile-section:nth-child(4), #splide02-slide03 .pricing-mobile-section:nth-child(4){
    display: none;
}
.times-switcher{
    display: none;
}

.pricing_26 .times-switcher{
    display: flex;
    position: relative;
    z-index: 1;
}
.switch_wrap{
    display: none;
}
.pricing_26 .switch_wrap{
    display: flex;
    position: relative;
    z-index: 1;
    align-items: center;
    justify-content: center;
    padding: 5px;
    border-radius: 50px;
    background: #fff;
    width: fit-content;
    margin: 24px auto;
}

.times-switcher {
  margin-right: 8px;
}
@media (max-width: 991px) {
  .times-switcher {
    margin-right: 0;
  }
}
.times-switcher__text {
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #3F3B54;
  transition: all .3s ease;
}
.times-switcher__text.active{
    font-weight: 600;
}
.times-switcher .switch {
  margin: 0 8px;
}
@media (max-width: 991px) {
  .times-switcher .switch {
    margin: 0 8px;
  }
}
.switch {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 24px;
  border: 1px solid #5073F1;
  border-radius: 24px;
  background: #5073F1;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.times-switcher .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: transparent;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.times-switcher .slider:before {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  top: 50%;
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translate(20px, -50%);
  background-color: #fff;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

input:checked + .slider {
  background-color: transparent;
}

input:checked + .slider:before {
    -webkit-transform: translateX(2px);
    -ms-transform: translateX(2px);
    transform: translate(2px, -50%);
}

.switch_wrap .discount{
    font-weight: 600;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    padding: 0 8px;
    border-radius: 50px;
    background: #E9E4FD;
    color: #F96302;
}
.switch_wrap .yearly_text{
    font-weight: 600;
}
.switch_wrap .monthly_text{
    font-weight: 400;
}
.switch_wrap.month .monthly_text{
    font-weight: 600;
}
.switch_wrap.month .yearly_text{
    font-weight: 400;
}
/* Rounded sliders */
.slider.round {
  border-radius: 24px;
}

.slider.round:before {
  border-radius: 50%;
}

.choose-plan-sec__switch {
  margin-bottom: 32px;
}


@media (max-width: 991px) {
    .pricing_26 .price .blur1 {
        display: none;
    }
    .features_table:after {
        content: '';
        position: absolute;
        width: 600px;
        height: 600px;
        background: #D0BCFB;
        border-radius: 50%;
        filter: blur(100px);
        transform: rotate(-76deg);
        right: auto;
        bottom: 0;
        left: 0;
    }
    .features_table:before {
        content: '';
        position: absolute;
        width: 400px;
        height: 400px;
        background: #EAD3FE;
        border-radius: 50%;
        filter: blur(100px);
        transform: rotate(-76deg);
        right: auto;
        top: 0;
        left: 0;
    }
    .features_table {
        padding: 38px 0;
        position: relative;
        overflow: hidden;
    }
    .features_table h2 {
        position: relative;
        z-index: 1;
        margin-bottom: 46px;
    }
    body.pricing_26 .mobile-pricing-slider .splide__pagination{
        position: absolute;
        top: -48px;
        left: 0;
    }
}

.pricing_26 .s11.hp ul{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 10px 6px;
}
.pricing_26 .s11.hp li{
    position: relative;
    padding-left: 33px;
    margin-bottom: 14px;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
}
.pricing_26 .s11.hp li:before{
    content: '';
    background: url(../../images/_redesign26/list_purple.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0;
    top: 3px;
}
.pricing_26 .s11.hp .wrap_s .right {
    width: 50%;
}
.pricing_26 .bg_faq{
    background: url(../../images/_redesign26/bg_faq_price.png);
    background-size: cover;
    background-position: center;
    overflow: hidden;
}
.s11.hp .wrap_s{
    background: url(../../images/_redesign26/bg_s11_new_price.png);
    background-size: cover;
    background-position: center;
}

@media (max-width: 991px) {
    .bg_faq{
        background: url(../../images/_redesign26/bg_faq_price_mob.png);
        background-size: cover;
        background-position: center;
        overflow: hidden;
    }
    .s11.hp .wrap_s{
        background: url(../../images/_redesign26/bg_s11_new_price_mob.png);
        background-size: cover;
        background-position: center;
        padding: 40px 15px 0;
        gap: 24px;
    }
    .pricing_26 .s11.hp ul {
        grid-template-columns: repeat(1, 1fr);
        gap: 0;
    }
    .pricing_26 .s11.hp .wrap_s .right {
        width: 100%;
    }
}


/* home de */
.home_ua.home_de .main-sec{
    padding: 43px 0;
}
.home_ua.home_de .main-sec__text {
    max-width: 820px;
}
.home_ua.home_de .main-sec_img {
    position: initial;
}
.home_de .main-sec__text h1{
    font-size: 42px;
    line-height: 52px;
    letter-spacing: -0.01em;
    margin-bottom: 46px;
}
.home_de .main-sec__text h1 ~ h4 {
    margin-bottom: 46px;
}
.home_de .line_wrap{
    margin-top: 46px;
}
.home_de .line_wrap .line_title{
    font-weight: 700;
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 24px;
}
.line {
    position: relative;
    left: 50%;
    right: 50%;
    width: 100vw;
    margin-left: -50vw;
    margin-right: -50vw;
    overflow: hidden;
    padding-top: 10px;
    padding-bottom: 10px;
    background: #fff;
}

.line_track {
    display: flex;
    width: max-content;
    will-change: transform;
    animation: marquee-scroll var(--marquee-duration, 20s) linear infinite;
}

.line_group {
    display: flex;
    flex-shrink: 0;
    align-items: center;
}

.line .bl {
    flex-shrink: 0;
    white-space: nowrap;
    padding-right: 80px;
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
}

@keyframes marquee-scroll {
    from {
        transform: translate3d(0, 0, 0);
    }
    to {
        transform: translate3d(calc(-1 * var(--marquee-width, 0px)), 0, 0);
    }
}
.s2_de{
    padding: 60px 0;
}
.s2_de .content{
    padding: 40px 60px;
    border-radius: 50px;
}
.s2_ua.s2_de .item{
    padding: 10px;
    border-radius: 15px;
    gap: 8px;
}
.s2_ua.s2_de  .item .icon {
    width: 36px;
    height: 36px;
    padding: 7px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(90deg, #225DF7 0%, #5073F1 100%);
    border-radius: 11px;
    box-sizing: border-box;
    min-width: 36px;
    min-height: 36px;
}
.s2_ua.s2_de .info-block {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px 18px;
}
.s2_ua.s2_de .item.it2{
    background:linear-gradient(#fff, #fff) padding-box, linear-gradient(90deg, #225DF7 0%, #5073F1 100%) border-box;
}
.s2_uas2_de .item.it2 .icon{
     background:linear-gradient(90deg, #225DF7 0%, #5073F1 100%);
}
.s2_ua.s2_de .item.it3{
    background:linear-gradient(#fff, #fff) padding-box, linear-gradient(90deg, #5073F1 0%, #7C89F1 100%) border-box;
}
.s2_ua.s2_de .item.it3 .icon{
     background: linear-gradient(90deg, #5073F1 0%, #7C89F1 100%);
}
.s2_ua.s2_de .item.it4{
    background:linear-gradient(#fff, #fff) padding-box, linear-gradient(90deg, #5073F1 0%, #7C89F1 100%) border-box;
}
.s2_ua.s2_de .item.it4 .icon{
     background:linear-gradient(90deg, #5073F1 0%, #7C89F1 100%);
}
.s2_ua.s2_de .item.it5{
    background:linear-gradient(#fff, #fff) padding-box, linear-gradient(90deg, #7C89F1 0%, #89BDEC 100%) border-box;
}
.s2_ua.s2_de .item.it5 .icon{
     background:linear-gradient(90deg, #7C89F1 0%, #89BDEC 100%);
}
.s2_ua.s2_de .item.it6{
    background:linear-gradient(#fff, #fff) padding-box, linear-gradient(90deg, #7C89F1 0%, #89BDEC 100%) border-box;
}
.s2_ua.s2_de .item.it6 .icon{
     background:linear-gradient(90deg, #7C89F1 0%, #89BDEC 100%);
}
.s2_ua.s2_de .item.it7{
    background:linear-gradient(#fff, #fff) padding-box, linear-gradient(90deg, #89BDEC 0%, #A4D1F0 100%) border-box;
}
.s2_ua.s2_de .item.it7 .icon{
     background:linear-gradient(90deg, #89BDEC 0%, #A4D1F0 100%);
}
.s2_ua.s2_de .item.it8{
    background:linear-gradient(#fff, #fff) padding-box, linear-gradient(90deg, #89BDEC 0%, #A4D1F0 100%) border-box;
}
.s2_ua.s2_de .item.it8 .icon{
     background:linear-gradient(90deg, #89BDEC 0%, #A4D1F0 100%);
}

@media (max-width: 991px) {
    .home_ua.home_de .main-sec {
        padding: 28px 0 38px;
        background: url(../../images/_redesign26/bg_s1_de_mob.png);
        background-size: cover;
        background-position: right;
        overflow: hidden;
    }
    .home_de .main-sec__text h1 {
        font-size: 32px;
        line-height: 36px;
        margin-bottom: 14px;
    }
    .home_de .main-sec__text h1 ~ h4 {
        margin-bottom: 14px;
    }
    .home_de .flex_main_s{
        gap: 0;
    }
    .home_ua.home_de .main-sec_img{
        width: 100%;
    }
    .home_de .line_wrap {
        margin: 28px 0;
         width: 100%;
    }
    .home_de .line_wrap .line_title{
       font-size: 14px;
       line-height: 18px;
       margin-bottom: 14px;
    }
    .line .bl {
        padding-right: 15px;
        font-size: 12px;
        line-height: 18px;
    }
    .s2_de {
        padding: 38px 0;
    }
    .s2_de h2{
       word-break: break-word;
    }
    .s2_de .content {
        padding: 38px 14px;
        border-radius: 35px;
    }
}

.s3_de{
    padding: 60px 0;
    background: url(../../images/_redesign26/bg_s3_de.png);
    background-size: cover;
    background-position: right;
    overflow: hidden;
}
.s3_de h2 strong{
    color: #5073F1;
}
.s3_de .flex{
    align-items: flex-start;
    gap: 40px;
}
.s3_de .flex .left{
    width: calc(50% - 20px);
}
.s3_de .flex .right{
    width: calc(50% - 20px);
}

.s3_de .splide__list{
    flex-direction: column;
}
.s3_de .info-item{
    padding: 14px;
    border-radius: 15px;
    background: #fff;
    margin-bottom: 18px;
    min-height: 140px;
}
.s3_de .title{
    display: flex;
    align-items: center;
    font-family: Plus Jakarta Sans;
    font-weight: 700;
    font-size: 18px;
    line-height: 28px;
    gap: 10px;
}
.s3_de .info-item li{
    position: relative;
    font-size: 14px;
    padding-left: 20px;
    margin-top: 6px;
}
.s3_de .info-item li:before{
    content: '';
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: linear-gradient(90deg, #225DF7 0%, #5073F1 100%);
    position: absolute;
    left: 0;
    top: calc(50% - 4px);
}
.s3_de  .info-item.it2 li:before {
    background: linear-gradient(90deg, #5073F1 0%, #7C89F1 100%);
}
.s3_de  .info-item.it3 li:before {
    background: linear-gradient(90deg, #7C89F1 0%, #89BDEC 100%);
}

@media (max-width: 991px) {
    .s3_de{
        padding: 38px 0;
        background: url(../../images/_redesign26/bg_s3_de_mob.png);
        background-size: cover;
        background-position: right;
        overflow: hidden;
    }
    .s3_de .flex {
        align-items: flex-start;
        gap: 28px;
        flex-direction: column-reverse;
    }
    .s3_de .flex .left {
        width: 100%;
    }
    .s3_de .flex .left img {
       display: none;
    }
    .s3_de .flex .right {
        width: 100%;
    }
    .s3_de .splide__list {
        flex-direction: row;
    }
}



.s4_ua.s5_de .content{
    background: url(../../images/_redesign26/bg_s5_de_bl.png);
    background-size: cover;
    border-radius: 25px;
}
.s4_ua.s5_de .content h2{
    max-width: 1040px;
    margin: 0 auto 54px;
}
.s4_ua.s5_de .content p{
    margin-bottom: 24px;
}
.s4_ua.s5_de .content p strong{
    font-weight: 700;
}
.s4_ua.s5_de .content p em{
    color: #5073F1;
}
.s4_ua.s5_de .content h4{
    padding: 20px;
    border-radius: 20px;
    background: #F8F9FE;
    margin-bottom: 28px;
}
.s4_ua.s5_de .content .right {
    width: 45%;
    max-width: 540px;
}
@media (max-width: 991px) {
    .s4_ua.s5_de .content{
        background: url(../../images/_redesign26/bg_s4_ua_bl_mob.png);
        background-size: cover;
        background-position: center;
    }
    .s4_ua.s5_de .content h2 {
        margin: 0 auto 14px;
    }
    .s4_ua.s5_de .content p {
        margin-bottom: 14px;
    }
    .s4_ua.s5_de .content h4 {
        padding: 10px;
        margin: 24px 0;
    }
     .s4_ua.s5_de .content .left .btn{
        margin: 0 auto;
     }
     .s4_ua.s5_de .content .right {
        width: 100%;
        max-width: 100%;
    }
}

.s6_de{
    padding: 60px 0;
    background: url(../../images/_redesign26/bg_s6_de.png);
    background-size: cover;
    background-position: center;
}
.s6_de h2{
    text-align: center;
    max-width: 702px; 
    margin: 0 auto 24px;
    
}
.s6_de h2 strong{
    color:#5073F1;
}
.s6_de p{
    text-align: center;
}
.s6_de .flex{
    display: flex;
    align-items: stretch;
    gap: 40px;
    margin-top: 54px;
}
.s6_de .flex.splide{
    margin: 0;
}
.s6_de .flex .left{
    width: calc(50% - 20px);
}
.s6_de .flex .right{
    width: calc(50% - 20px);
    padding: 40px;
    border-radius: 20px;
    background: url(../../images/_redesign26/bg_s6_bl.png);
    background-size: cover;
    background-position: center;
}
.s6_de .flex .right p{
    text-align: left;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 14px;
}
.s6_de .flex .right li{
    text-align: left;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 8px; 
    position: relative;
    padding-left: 24px;
}
.s6_de .flex .right li:before{
    content: '';
    background: url(../../images/_redesign26/check_s6_de.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
    position: absolute;
    left: 0;
    top: 6px;
}
.s6_de .flex .left .title_left{
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 24px;
}
.s6_de .flex .left .splide__list{
    flex-direction: column;
}

.s6_de .flex .left .item{
    padding: 10px;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
    background: #fff;
    margin-bottom: 12px;
}
.s6_de .flex .left .block:last-of-type .item:last-of-type{
    margin-bottom: 0;
}
.s6_de .flex .left .item {
    border: 1px solid transparent;
    background: linear-gradient(#fff, #fff) padding-box, linear-gradient(90deg, #225DF7 0%, #5073F1 100%) border-box;
}
.s6_de .flex .left .item.it2 {
    background: linear-gradient(#fff, #fff) padding-box, linear-gradient(90deg, #5073F1 0%, #7C89F1 100%) border-box;
}
.s6_de .flex .left .item.it3 {
    background: linear-gradient(#fff, #fff) padding-box, linear-gradient(90deg, #7C89F1 0%, #89BDEC 100%) border-box;
}
.s6_de .flex .left .item.it4 {
    background: linear-gradient(#fff, #fff) padding-box, linear-gradient(90deg, #89BDEC 0%, #A4D1F0 100%) border-box;
}
.s6_de .flex .left .item.it5 {
    background: linear-gradient(#fff, #fff) padding-box, linear-gradient(90deg, #A4D1F0 0%, #C6E8F4 100%) border-box;
}
.s6_de .flex .left .item.it6 {
    background: linear-gradient(#fff, #fff) padding-box, linear-gradient(90deg, #A4D1F0 0%, #C6E8F4 100%) border-box;
}


@media (max-width: 991px) {
    .s6_de{
        padding: 38px 0;
        background: url(../../images/_redesign26/bg_s6_de_mob.png);
        background-size: cover;
        background-position: center;
    }
    .s6_de h2 {
        text-align: left;
        max-width: 100%;
        margin: 0 auto 14px;
        word-wrap: break-word;
    }
    .s6_de p {
        text-align: left;
    }
    .s6_de .flex {
        display: flex;
        align-items: flex-start;
        gap: 28px;
        margin-top: 28px;
        flex-direction: column;
    }
    .s6_de .flex .left {
        width: 100%;
    }
    .s6_de .flex .left .splide__list {
        flex-direction: row;
    }
    .s6_de .flex.splide{
        gap: 0;
    }
    .s6_de .flex .right {
        width: 100%;
        padding: 14px;
        border-radius: 20px;
        background: #E7F2F8;
    }
    .s6_de .flex .left .item img{
        width: 36px;
        height: 36px;
        min-width: 36px;
        min-height: 36px;
    }
    .s6_de .flex .left .item {
        margin-bottom: 10px;
    }
    .s6_de .flex .left .item:last-of-type{
        margin-bottom: 0;
    }
}

.s4.hp.s5_ua.s7_de .item:nth-child(odd):before {
    background: linear-gradient(90deg, #5073F1 0%, #7C89F1 100%);
}
.s4.hp.s5_ua.s7_de .item:nth-child(odd) .icon {
    background: linear-gradient(90deg, #5073F1 0%, #7C89F1 100%);
}
.s4.hp.s5_ua.s7_de .item:nth-child(odd) .content li:before {
    content: '';
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: linear-gradient(90deg, #5073F1 0%, #7C89F1 100%);
    position: absolute;
    left: 0;
    top: calc(50% - 4px);
}
.s4.hp.s5_ua.s7_de .btn {
    width: 100%;
    max-width: fit-content;
}
@media (max-width: 991px) {
    .s4.hp h3{
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 14px;
    }
}

.s8_de{
    padding: 60px 0 94px;
    background: url(../../images/_redesign26/bg_s8_de.png);
    background-size: cover;
    background-position: center;
}
.s8_de h2{
    text-align: center;
}
.s8_de h2 strong{
    color: #5073F1;
}
.s8_de p{
    text-align: center;
}

.s8_de .flex_bl{
    display: flex;
    align-items: flex-start;
    gap: 40px;
    margin: 54px 0 24px;
}
.s8_de .flex_bl .left{
    width: calc(50% - 20px);
}
.s8_de .flex_bl .right{
    width: calc(50% - 20px);
}

.s8_de .flex_bl .left p{
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    text-align: left;
    margin-bottom: 12px;
}
.s8_de .flex_bl .left p strong{
    font-weight: 700;
}
.s8_de .flex_bl .left form{
    padding: 20px;
    border-radius: 9px;
    background: #fff;
    display: flex;
    flex-direction: column;
}
.s8_de .flex_bl .left form span{
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    display: block;
    margin-bottom: 8px;
}
.s8_de .flex_bl .left form input{
    padding: 11px 18px;
    border: 1.13px solid #DBDADE;
    border-radius: 9px;
    margin-bottom: 24px;
}
.s8_de .flex_bl .left form input.is-invalid{
    border-color: red;
}
.s8_de .flex_bl .left form button{
    width: 340px;
}

.s8_de .bottom_bl .title_bottom{
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 24px;
}
.s8_de .bottom_bl .bl_wrap{
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 42px;
}
.s8_de .bottom_bl .bl_wrap .item{
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px;
    border-radius: 20px;
    border: 1px solid #225DF7; 
    font-size: 18px;
}

.s8_de .bottom_bl .bl_wrap .item:nth-child(2) {
     border: 1px solid #5073F1; 
}
.s8_de .bottom_bl .bl_wrap .item:nth-child(2) {
    border: 1px solid #7C89F1; 
}

@media (max-width: 991px) {
    .s8_de{
        padding: 38px 0 38px;
        background: url(../../images/_redesign26/bg_s8_de_mob.png);
        background-size: cover;
        background-position: center;
    }
    .s8_de .flex_bl {
        display: flex;
        align-items: flex-start;
        gap: 28px;
        margin: 28px 0;
        flex-direction: column-reverse;
    }
    .s8_de .flex_bl .left {
        width: 100%;
    }
    .s8_de .flex_bl .right {
        width: 100%;
    }
    .s8_de .flex_bl .left form{
        margin-top: 28px;
    }
    .s8_de .bottom_bl .bl_wrap {
        grid-template-columns: repeat(1, 1fr);
        gap: 10px;
    }
    .s8_de .flex_bl .left form button {
        width: 100%;
    }
}

.form_error{
    color: red;
    margin-top: 10px;
    display: none;
}


/* ===== aiGenerator section (Figma node 3434-2156) ===== */
.ai-gen-sec{
    background: url(../../images/_redesign26/bg_ai_gen26_06_26.svg);
    background-size: cover;
    background-position: right;
    padding: 54px 0;
    overflow: hidden;
    font-family: "Plus Jakarta Sans", sans-serif;
}
.ai-gen-sec .container{ max-width: 1320px; }
.ai-gen-sec__col,
.ai-gen-sec__mockup{
    min-width: 0;
}
.ai-gen-sec__col{
    display: flex;
    flex-direction: column;
}
/* title */
.ai-gen-sec__head h1{
    font-weight: 700;
    font-size: 42px;
    line-height: 54px;
    color: #3F3B54;
    margin: 0 0 16px;
}
.ai-gen-sec__head h1 strong{
    font-weight: 700;
    color: #5C41FF;
}
.ai-gen-sec__head p{
    font-weight: 400;
    font-size: 24px;
    line-height: 34px;
    letter-spacing: 0.01em;
    color: #3F3B54;
    margin: 0;
}
.ai-gen-sec__head{ 
    margin-bottom: 54px;
    text-align: center;
}
.ai-gen-sec_wrap{
    max-width: 700px;
    margin: 0 auto;
    width: 100%;
}

/* input bar */
.ai-gen-sec__form{
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 6px;
    background: #fff;
    border-radius: 15px;
    position: relative;
}
.ai-gen-sec__form input,
.ai-gen-sec__form textarea{
    flex: 1;
    border: none;
    outline: none;
    padding: 0 10px;
    font-family: inherit;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #3F3B54;
    resize: none;
    overflow: hidden;
    background: transparent;
    align-self: center;
}
.ai-gen-sec__form input::placeholder,
.ai-gen-sec__form textarea::placeholder{ color: #7A7888; }
.ai-gen-sec__gen{
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 10px;
    border: none;
    border-radius: 10px;
    background: linear-gradient(131deg, #F3BE43 0%, #ED641D 100%);
    color: #fff;
    font-family: inherit;
    font-weight: 700;
    font-size: 14px;
    line-height: 1;
    cursor: pointer;
    white-space: nowrap;
}
.ai-gen-sec__gen .ai-gen-sec__spark{ display: inline-flex; }
.ai-gen-sec__form{ margin-bottom: 18px; }
.ai-gen-sec__suggest{ margin-bottom: 54px; }
.ai-gen-sec__action{ margin-bottom: 54px; }

/* suggestions */
.ai-gen-sec__suggest{
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 24px;
}
.ai-gen-sec__suggest-head{
    display: flex;
    align-items: center;
    gap: 8px;
}
.ai-gen-sec__suggest-ic{ flex: none; }
.ai-gen-sec__suggest-head > span{
    font-weight: 600;
    font-size: 15px;
    line-height: 16px;
    background: linear-gradient(90deg, #F3BE43 0%, #ED641D 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}
.ai-gen-sec__refresh{
    position: absolute;
    right: 0;
    top: 0;
    display: inline-flex;
    padding: 0;
    border: none;
    background: none;
    cursor: pointer;
    line-height: 0;
}
.ai-gen-sec__refresh svg path{ stroke: #ED641D; }
.ai-gen-sec__refresh.spinner svg{ animation: ai-gen-spin .8s linear infinite; }
@keyframes ai-gen-spin{ to{ transform: rotate(360deg); } }
.ai-gen-sec__examples{
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
}
.ai-gen-sec__examples a{
    display: block;
    position: relative;
    width: 100%;
    padding: 8px 16px 8px 6px;
    margin-bottom: 4px;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.01em;
    color: #3F3B54;
    text-decoration: none;
    cursor: pointer;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.ai-gen-sec__examples a:hover::after{
    content: "+";
    position: absolute;
    right: 8px;
    top: 6px;
    font-size: 20px;
    font-weight: 300;
    line-height: 24px;
    color: #5C41FF;
}

.ai-gen-sec__features{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 16px 36px;
}

/* action: CTA + pills + users */
.ai-gen-sec__action{
    display: flex;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
}
.ai-gen-sec__action-main{
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.ai-gen-sec__cta{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: fit-content;
    padding: 19px 38px;
    border-radius: 20px;
    background: #5073F1;
    color: #fff;
    font-weight: 700;
    font-size: 18px;
    line-height: 20px;
    text-decoration: none;
    transition: background .2s;
}
.ai-gen-sec__cta:hover{ background: #3f5fd6; }
.ai-gen-sec__cta svg{ flex: none; }
.ai-gen-sec__users{
    display: flex;
    align-items: center;
    gap: 8px;
}
.ai-gen-sec__users .ai-gen-sec__avatar{ display: inline-flex; flex: none; }
.ai-gen-sec__users p{
    margin: 0;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0.01em;
    color: #3F3B54;
}
.ai-gen-sec__users p span{ font-weight: 700; }

/* features checklist 2 cols */
.ai-gen-sec__features ul{
    list-style: none;
    margin: 0;
    padding: 20px;
    background: #EEF8FC;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.ai-gen-sec__features li{
    position: relative;
    padding-left: 30px;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0.01em;
    color: #3F3B54;
}
.ai-gen-sec__features li::before{
    content: "";
    position: absolute;
    left: 0;
    top: 4px;
    width: 20px;
    height: 20px;
    border-radius: 5px;
    background:
        url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'%3E%3Cpath d='M5 10.3l3.1 3.1 6.8-7.1' stroke='%23fff' stroke-width='2' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center/100% 100% no-repeat,
        linear-gradient(135deg, #F3BE43 0%, #ED641D 100%);
}

/* mockup */
.ai-gen-sec__mockup{
    display: flex;
    justify-content: flex-end;
}
.ai-gen-sec__mockup img{
    max-width: 100%;
    height: auto;
}

/* bottom banks */
.ai-gen-sec__banks-note{
    margin: 54px 0 24px;
    font-weight: 700;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0.01em;
    color: #3F3B54;
    text-align: center;
}
.ai-gen-sec__banks-row{
    width: 100%;
    padding: 10px 0;
    background: #fff;
}
.ai-gen-sec__banks-row .container{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 27px;
    justify-content: space-between;
}
.ai-gen-sec__banks-row span{
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    color: #3F3B54;
}

@media (max-width: 1100px){
    .ai-gen-sec__grid{ grid-template-columns: 1fr 1fr; }
    .ai-gen-sec__head h1{ font-size: 34px; line-height: 44px; }
}
@media (max-width: 991px){
    .ai-gen-sec__grid{ grid-template-columns: 1fr; }
    .ai-gen-sec__mockup{ order: -1; justify-content: center; }
    .ai-gen-sec__banks-row{ padding: 12px 0; }
    .ai-gen-sec__banks-row .container{
        flex-wrap: nowrap;
        justify-content: flex-start;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
    }
    .ai-gen-sec__banks-row .container::-webkit-scrollbar{ display: none; }
    .ai-gen-sec__banks-row span{ flex: none; white-space: nowrap; }
}
@media (max-width: 768px){
    .ai-gen-sec{ padding: 46px 0; }
    .ai-gen-sec__head h1{ font-size: 28px; line-height: 38px; }
    .ai-gen-sec__head p{ font-size: 18px; line-height: 26px; }
    .ai-gen-sec__features ul{ grid-template-columns: 1fr; }
    .ai-gen-sec__features li{ font-size: 16px; }
    .ai-gen-sec__action{ flex-direction: column; align-items: center; }
    .ai-gen-sec__cta{ width: 100%; }
}
