:root {
    --swiper-pagination-bottom: -34px;
    --swiper-navigation-sides-offset: -70px;
    --swiper-navigation-color: #115DBA;
    --swiper-navigation-size: 7px;
    --swiper-pagination-bullet-horizontal-gap: 6px;
    --swiper-pagination-color: #0C2E57;
    --swiper-pagination-bullet-width: 6px;
    --swiper-pagination-bullet-height: 6px;
}
*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
body{
    font-family: Montserrat;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.container {
    max-width: 1160px;
    margin: 0 auto;
    display: block;
}

.btn {
    min-width: 71px;
    display: flex;
    align-content: center;
    justify-content: center;
    padding: 12px 16px;
    border-radius: 100px;
    font-size: 12px;
    line-height: 15.6px;
    font-weight: 600;
    text-decoration: none;
    transition: 0.3s;
    cursor: pointer;
    white-space: nowrap;
}




.btn_black {
    background: #0C2E57;
    color: #fff;

}
.btn_black:hover {
    background: #174278;
}
.btn_black:active {
    background: #062041;
}
.btn_white {
    background: #CFE3FA;
    color: #1F2937;
}

.btn_white:hover {
    background: #E6F1FF;
}
.btn_white:active {
    background: #AFD1FA;
}

.btn_opacity {
    border-radius: 10px;
    padding: 10px 12px;
    gap: 8px;
    font-size: 10px;
    line-height: 12px;
    border: 1px solid #EDEFF2;
    color: #113E7E;
    background: #F7F9FA;

}

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

.btn_opacity:hover {
    border: 1px solid #AFD1FA !important;
}
.btn_opacity:active {
    border: 1px solid #87BBFA !important;
}



.btn-blue {
    background: linear-gradient(270deg, #174278 0%, #115DBA 100%);
    padding: 18px 20px;
    border-radius: 100px;
    max-width: 121px;
    width: 100%;
    max-height: 56px;
    height: 100%;
    font-size: 16px;
    font-weight: 600;
    line-height: 19.2px;
    text-align: center;
    color: #fff;

}

.btn-blue:hover {
    background: linear-gradient(270deg, rgba(23, 66, 120, 0.9) 0%, rgba(17, 93, 186, 0.9) 100%);
}
.btn-blue:active {
    background: linear-gradient(270deg, rgba(23, 66, 120, 0.8) 0%, rgba(17, 93, 186, 0.8) 100%);
}

.btn-market {
    width: 192px;
    max-height: 56px;
    height: 100%;
    padding: 10px 35px;
    background: #000000;
    backdrop-filter: blur(10px)
}
.btn-market img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.btn-prpl {
    padding: 17px 20px;
    background: #470C57;
    color: #fff;

    font-size: 16px;
    line-height: 20.8px;

}

.btn-prpl-opacity {
    padding: 17px 20px;
    background: #E2CFFA;
    color: #1F2937;

    font-size: 16px;
    line-height: 20.8px;

}


header{
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9999;
    padding: 23px 0;
    transition: 0.3s;
}

header.sticky{
    background: #062041;
    position: fixed;
}


header .container{
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
}
.header_logo {
    filter: brightness(0) saturate(100%) invert(14%) sepia(87%) saturate(908%) hue-rotate(185deg) brightness(94%) contrast(101%);
}
.home .header_logo {
    filter: unset;
}

header.sticky .header_logo{
    filter: unset;
}

.header_menu {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    gap:32px;

}
.header_menu-mobile{
    display: none;
}

.header_menu-item {
    display: flex;
    align-items: center;
    gap: 5px;

    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    text-align: left;
    color: #0C2E57;

}

.home .header_menu-item{
    color: #fff;
}

header.sticky .header_menu-item{
    color: #fff;
}

header .btn-blue,.bottom-button .btn-blue {
    line-height: 15.6px;
    padding: 12px 16px;
    border-radius: 100px;
    font-size: 12px;
    text-align: center;
    transition: 0.6s;
}

header{
    opacity: 0;
}
header.active{
    opacity: 1;
}
.bottom-button{
    position: fixed;
    bottom: -100px;
    left: 50%;
    transform: translate3d(-50%, 0, 0);
    background: #062041;
    padding: 15px 40px;
    border-radius: 30px;
    opacity: 0;
    transition: 0.6s;
    z-index: 99999;
    display: flex;
    align-items: center;
    gap: 20px;
}

.bottom-button.active{
    bottom: 10px;
    opacity: 1;
}


.main {
    position: relative;
    max-height: 800px;
    padding: 145px 0 30px;
    overflow: hidden;
    background: #FAFBFC;
}

.main_background{
    position: absolute;
    top: -60%;
    left: -30%;
    width: 100%;
    height: auto;
    object-fit: cover;
    z-index: 1;
    opacity: 0.9;
}
.main_phone {
    position: absolute;
    left: 50%;
    bottom: -90px;
    max-width: 300px;
    height: auto;
    object-fit: cover;
    z-index: 3;
    border-radius: 30px;
    border: 3px solid #EDEFF2;
    box-shadow: 10px -9.53px 50px 0px #0000001C;
}

.main_desktop {
    position: absolute;
    width: 80%;
    left: 54%;
    top: 130px;
    z-index: 2;

}
.main_title {
    font-size: 60px;
    font-weight: 600;
    line-height: 72px;
    text-align: left;
    max-width: 50%;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 32px;
    position: relative;
    z-index: 2;
}

.main_descript {
    font-size: 18px;
    font-weight: 500;
    line-height: 21.6px;
    max-width: 47%;
    color: #fff;
    margin-bottom: 16px;
    position: relative;
    z-index: 2;

}

.main_buttons {
    display: flex;
    align-items: center;
    gap: 8px;
    position: relative;
    z-index: 2;
}

.main_labels {
    margin-top: 120px;
}
.main_labels-mobile{
    display: none;
}
.main_label-text {
    font-size: 14px;
    font-weight: 500;
    line-height: 16.8px;
    text-align: left;
    margin-bottom: 12px;
}
.main_label-text-2 {
    font-size: 18px;
    font-weight: 500;
    line-height: 21.6px;
    max-width: 47%;
}
.main_label-buttons{
    display: flex;
    align-items: center;
    gap: 4px;

}



.ready {
    margin-top: 100px;
}

.ready_title {
    font-size: 36px;
    font-weight: 500;
    line-height: 44px;
    text-align: center;
    color: #062041;
    margin-bottom: 32px;
}

.ready_blocks {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    align-items: stretch;
}

.ready_block {
    width: calc(33.333% - 14px);
    height: auto;
    display: flex;
    flex-direction: column;
    gap: 24px;
    background: #F7F9FA;
    border-radius: 20px;
    padding: 24px;
}

.ready_block-img {
    width: 24px;
    height: 24px;
}

.ready_block-title {
    font-size: 24px;
    font-weight: 500;
    line-height: 31.2px;
    color: #000000E5;
}

.ready_block-text {
    font-size: 14px;
    font-weight: 500;
    line-height: 16.8px;
    color: #000000BF;
}

.ready_block-text-2{
    font-size: 16px;
    font-weight: 500;
    line-height: 20.8px;
    color: #000;
}

.products {
    margin-top: 130px;
}

.products_title {
    font-size: 36px;
    font-weight: 500;
    line-height: 44px;
    text-align: center;
    margin-bottom: 32px;
}

.products_blocks {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.products_block {
    position: relative;
    border-radius: 20px;
    padding: 32px 32px 0;
    width: calc(50% - 10px);
    display: flex;
    flex-direction: column;
    gap: 39px;
    overflow: hidden;
    max-height: 493px;
    height: 100%;
}

.products_block-1 {
    width: 100%;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 50px;
    padding: 32px 0 0 32px;
    background: #F7F9FA;
    max-height: 382px;
    position: relative;
    transition: 0.3s;
}
.products_block *{
    position: relative;
    z-index: 2;
}
.products_block-1::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 1;
    background: url("product_bg_1.png");
    background-size: 100%;
    transition: 0.3s;
}
.products_block-1:hover::before{
    opacity: 0.1;
}
.products_block-1 > div{
    max-width: 333px;
    min-width: 333px;
}
.products_block-2 {
    background: #E6F1FF;
}
.products_block-2::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 1;
    background: url("product_bg_2.png");
    background-size: 100%;
    transition: 0.3s;
}
.products_block-2:hover::before{
    opacity: 0.1;
}

.products_block-3 {
    background: #062041;
    color: #E6F1FF;
}

.products_block-3::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 1;
    background: url("product_bg_3.png");
    transition: 0.3s;
}
.products_block-3:hover::before{
    opacity: 0.1;
}

.products_block-title {
    font-size: 24px;
    font-weight: 500;
    line-height: 28.8px;
    margin-bottom: 16px;

}
.products_block .btn{
    max-width: 102px;
}

.products_block-text {
    font-size: 16px;
    font-weight: 500;
    line-height: 20.8px;
    margin-bottom: 24px;

}

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

.products_block-1 .products_block-img{
    width: 73%;
}



.logos {
    margin-top: 130px;
    overflow: hidden;

}

.logos_blocks {
    position: relative;
    min-height: 244px;
}
.logos_blocks_1{
    min-height: 350px !important;
}

.logos_block {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
}


.logos_block_1 {

}

.logos_block-title {
    padding: 12px 0;
    width: 45%;
    font-size: 40px;
    font-weight: 500;
    line-height: 44px;
    color: #062041;
    opacity: 0;
    transition: 0.5s;
}
.logos_block.active .logos_block-title{
    opacity: 1;
}
.logos_block-title span{
    color: #1776E8;

}

.logos_block-logos {
    width: 50%;
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.logos_block-logos > div{
    display: flex;
    flex-wrap: nowrap;
    justify-content: end;
    gap: 8px;
}

.logos_block-logo {
    height: 55px;
    padding: 12px;
    border-radius: 10px;
    background: #EDEFF2;
    display: flex;
    align-items: center;
    justify-content: center;
}


.logos_block-logo img{
    width: 75%;
}

.logos_block-logo-1{
    width: 131px;
    transition: 1s;
    transform: translate3d(40px,30px,0);
    opacity: 0;

}
.logos_block-logo-2{
    width: 157px;

    transition: 1s;
    transform: translate3d(-40px,60px,0);
    opacity: 0;
}
.logos_block-logo-3{
    width: 119px;

    transition: 1s;
    transform: translate3d(-5px,60px,0);
    opacity: 0;
}
.logos_block-logo-4{
    width: 96px;

    transition: 1s;
    transform: translate3d(-20px,80px,0);
    opacity: 0;
}
.logos_block-logo-5{
    width: 118px;

    transition: 1s;
    transform: translate3d(40px,-60px,0);
    opacity: 0;
}
.logos_block-logo-6{
    width: 81px;

    transition: 1s;
    transform: translate3d(60px,0,0);
    opacity: 0;

}
.logos_block-logo-7{
    width: 114px;

    transition: 1s;
    transform: translate3d(20px,-60px,0);
    opacity: 0;
}
.logos_block-logo-8{
    width: 135px;

    transition: 0.6s;
    transform: translate3d(20px,-60px,0);
    opacity: 0;
}
.logos_block-logo-9{
    width: 112px;

    transition: 0.6s;
    transform: translate3d(-90px,40px,0);
    opacity: 0;
}
.logos_block-logo-10{
    width: 119px;

    transition: 1s;
    transform: translate3d(-40px,40px,0);
    opacity: 0;
}
.logos_block-logo-11{
    width: 124px;

    transition: 1s;
    transform: translate3d(60px,-40px,0);
    opacity: 0;
}
.logos_block-logo-12{
    width: 137px;

    transition: 1s;
    transform: translate3d(40px,-10px,0);
    opacity: 0;
}
.logos_block-logo-13{
    width: 135px;

    transition: 1s;
    transform: translate3d(60px,-60px,0);
    opacity: 0;
}
.logos_block-logo-14{
    width: 120px;

    transition: 1s;
    transform: translate3d(40px,-10px,0);
    opacity: 0;
}


.logos_block-logo-15{
    width: 157px;

    transition: 1s;
    transform: translate3d(-10px,60px,0);
    opacity: 0;
}

.logos_block-logo-16{
    width: 139px;

    transition: 1s;
    transform: translate3d(0px,60px,0);
    opacity: 0;
}

.logos_block-logo-17{
    width: 177px;

    transition: 1s;
    transform: translate3d(60px,80px,0);
    opacity: 0;
}

.logos_block-logo-18{
    width: 199px;

    transition: 1s;
    transform: translate3d(80px,20px,0);
    opacity: 0;
}

.logos_block-logo-19{
    width: 145px;

    transition: 1s;
    transform: translate3d(60px,20px,0);
    opacity: 0;
}

.logos_block-logo-20{
    width: 140px;

    transition: 1s;
    transform: translate3d(60px,20px,0);
    opacity: 0;
}

.logos_block-logo-21{
    width: 147px;

    transition: 1s;
    transform: translate3d(60px,20px,0);
    opacity: 0;
}

.logos_block-logo-22{
    width: 129px;

    transition: 1s;
    transform: translate3d(120px,-80px,0);
    opacity: 0;
}

.logos_block-logo-23{
    width: 204px;

    transition: 1s;
    transform: translate3d(-20px,-20px,0);
    opacity: 0;
}
.logos_block-logo-23 img{
    object-fit: cover;
}

.logos_block-logo-24{
    width: 153px;
    transition: 1s;
    transform: translate3d(40px,40px,0);
    opacity: 0;
}

.logos_block-logo-24{
    width: 153px;
    transition: 1s;
    transform: translate3d(40px,40px,0);
    opacity: 0;
}

.logos_block-logo-25{
    width: 164px;
    transition: 1s;
    transform: translate3d(-40px,40px,0);
    opacity: 0;
}

.logos_block-logo-26{
    width: 209px;
    transition: 1s;
    transform: translate3d(-60px,40px,0);
    opacity: 0;
}

.logos_block-logo-27{
    width: 91px;
    transition: 1s;
    transform: translate3d(-40px,-40px,0);
    opacity: 0;
}

.logos_block-logo-28{
    width: 164px;
    transition: 1s;
    transform: translate3d(10px,-80px,0);
    opacity: 0;
}
.logos_block-logo-29{
    width: 175px;
    transition: 1s;
    transform: translate3d(-200px,-20px,0);
    opacity: 0;
}

.logos_block-logo-30{
    width: 107px;
    transition: 1s;
    transform: translate3d(40px,40px,0);
    opacity: 0;
}
.logos_block-logo-31{
    width: 182px;
    transition: 1s;
    transform: translate3d(-120px,-40px,0);
    opacity: 0;
}


.logos_block-logo-32{
    width: 175px;
    transition: 1s;
    transform: translate3d(-120px,80px,0);
    opacity: 0;
}
.logos_block-logo-32 img{
    object-fit: cover;
}

.logos_block-logo-33{
    width: 102px;
    transition: 1s;
    transform: translate3d(-60px,40px,0);
    opacity: 0;
}


.logos_block-logo-34{
    width: 224px;
    transition: 1s;
    transform: translate3d(60px,60px,0);
    opacity: 0;
}
.logos_block-logo-35 img{
    object-fit: cover;
}

.logos_block-logo-35{
    width: 176px;
    transition: 1s;
    transform: translate3d(0,-20px,0);
    opacity: 0;
}
.logos_block-logo-35 img{
    object-fit: cover;
}

.logos_block-logo-36{
    width: 224px;
    transition: 1s;
    transform: translate3d(60px,-80px,0);
    opacity: 0;
}

.logos_block-logo-37{
    width: 218px;
    transition: 1s;
    transform: translate3d(-120px,-80px,0);
    opacity: 0;
}



/*//////*/

.logos_block-logo-38{
    width: 105px;
    transition: 1s;
    transform: translate3d(60px,60px,0);
    opacity: 0;
}


.logos_block-logo-39{
    width: 135px;
    transition: 1s;
    transform: translate3d(40px,-80px,0);
    opacity: 0;
}

.logos_block-logo-40{
    width: 143px;
    transition: 1s;
    transform: translate3d(-200px,-20px,0);
    opacity: 0;
}

.logos_block-logo-41{
    width: 62px;
    transition: 1s;
    transform: translate3d(-60px,80px,0);
    opacity: 0;
}

.logos_block-logo-42{
    width: 201px;
    transition: 1s;
    transform: translate3d(-60px,40px,0);
    opacity: 0;
}

.logos_block-logo-43{
    width: 166px;
    transition: 1s;
    transform: translate3d(60px,60px,0);
    opacity: 0;
}

.logos_block-logo-44{
    width: 139px;
    transition: 1s;
    transform: translate3d(10px,-80px,0);
    opacity: 0;
}


.logos_block-logo-45{
    width: 176px;
    transition: 1s;
    transform: translate3d(-60px,-80px,0);
    opacity: 0;
}

.logos_block-logo-46{
    width: 208px;
    transition: 1s;
    transform: translate3d(-120px,-80px,0);
    opacity: 0;
}

.logos_block-logo-47{
    width: 201px;
    transition: 1s;
    transform: translate3d(-120px,-80px,0);
    opacity: 0;
}

.logos_block-logo-48{
    width: 175px;
    transition: 1s;
    transform: translate3d(60px,-60px,0);
    opacity: 0;
}

.logos_block-logo-49{
    width: 181px;
    transition: 1s;
    transform: translate3d(120px,80px,0);
    opacity: 0;
}

.logos_block-logo-50{
    width: 162px;
    transition: 1s;
    transform: translate3d(-40px,40px,0);
    opacity: 0;
}

.logos_block-logo-51{
    width: 195px;
    transition: 1s;
    transform: translate3d(40px,80px,0);
    opacity: 0;
}

.logos_block-logo-52{
    width: 234px;
    transition: 1s;
    transform: translate3d(60px,-40px,0);
    opacity: 0;
}

.logos_block-logo-53{
    width: 246px;
    transition: 1s;
    transform: translate3d(20px,20px,0);
    opacity: 0;
}

.logos_block-logo-54{
    width: 91px;
    transition: 1s;
    transform: translate3d(30px,40px,0);
    opacity: 0;
}

.logos_block-logo-55{
    width: 157px;
    transition: 1s;
    transform: translate3d(-60px,-60px,0);
    opacity: 0;
}

.logos_block-logo-56{
    width: 214px;
    transition: 1s;
    transform: translate3d(100px,80px,0);
    opacity: 0;
}

.logos_block-logo-57{
    width: 185px;
    transition: 1s;
    transform: translate3d(60px,-20px,0);
    opacity: 0;
}

.logos_block-logo-58{
    width: 236px;
    transition: 1s;
    transform: translate3d(-20px,80px,0);
    opacity: 0;
}


.logos_block-logo-59{
    width: 145px;
    transition: 1s;
    transform: translate3d(-60px,-60px,0);
    opacity: 0;
}

.logos_block-logo-60{
    width: 211px;
    transition: 1s;
    transform: translate3d(-100px,80px,0);
    opacity: 0;
}





.logos_block.active .logos_block-logo{
    transform: translate3d(0,0,0);
    opacity: 1;
}


.numbers {
    margin-top: 130px;
}

.numbers_title {
    font-size: 36px;
    font-weight: 500;
    line-height: 44px;
    text-align: center;
    color: #062041;
    margin-bottom: 32px;
}

.numbers_blocks {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    gap:20px;
}

.numbers_block {
    width: calc(25% - 10px);
    aspect-ratio: 1 / 1;
    background: #F7F9FA;
    padding: 20px;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    color: #0C2E57;
    transition: 0.3s;
    cursor: pointer;

}
.numbers_block:hover {
    background: #EDEFF2;
}

.numbers_block-black {
    background: #0C2E57;
    color: #fff;

}


.numbers_block-top {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}

.numbers_block-title {
    font-size: 40px;
    font-weight: 500;
    line-height: 44px;
    transition: 0.4s;
}

.numbers_block-text {
    font-size: 16px;
    font-weight: 500;
    line-height: 19.2px;
    color: #000000BF;
    transition: 0.4s;
}
.numbers_block-black .numbers_block-text{
    color: #fff;
}

.numbers_block-black:hover .numbers_block-title{
    color: #0C2E57;
}
.numbers_block-black:hover .numbers_block-text{
    color: #000000BF;
}

.banner {
    position: relative;
    width: 100%;
    padding: 40px;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 32px;
    background: #0C2E57;
    overflow: hidden;
    margin-top: 130px;
}
.banner_img{
    position: absolute;
    top: 0;
    left: 0;
    width: 120%;
    height: 100%;
    opacity: 0.4;
    z-index: 1;
}

.banner_title {
    font-size: 36px;
    font-weight: 500;
    line-height: 48px;
    text-align: center;
    color:#fff;
    z-index: 2;
}
.banner .btn{
    position: relative;
    z-index: 2;
}



.needs {
    margin-top: 130px;
}

.needs_title {
    font-size: 36px;
    font-weight: 500;
    line-height: 44px;
    text-align: center;
}

.needs_blocks {
    margin-top: 32px;
    display: grid;
    grid-template-areas:
            "needs_block-1 needs_block-2 needs_block-2"
            "needs_block-3 needs_block-4 needs_block-5"
            "needs_block-3 needs_block-4 needs_block-6";
    gap: 20px;
}

.needs_block {
    border-radius: 20px;
    padding: 20px;
    background: #E6F1FF;

    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.needs_block .btn{
    border:1px solid #CFE3FA;
    margin: 24px 0;
    max-width: 105px;
}

.needs_block-title {
    font-size: 24px;
    font-weight: 500;
    line-height: 28.8px;
    color: #000000BF;
    margin-bottom: 16px;
}

.needs_block-text {
    font-size: 14px;
    font-weight: 500;
    line-height: 18.2px;
    color: #000000BF;
    display: flex;
}
.needs_block-text-point:before{
    content: '·';
    font-size: 20px;
    margin-right: 10px;
}

.needs_block-content {

}

.needs_block-img {


}

.needs_block-1 {
    grid-area: needs_block-1;
    max-width: 373px;

}
.needs_block-2 {
    grid-area: needs_block-2;
    padding-right: 0;
    padding-bottom: 0;
    flex-direction: row;
}
.needs_block-3 {
    grid-area: needs_block-3;
    padding-bottom: 0;
    max-width: 373px;
    justify-content: space-between;
}
.needs_block-4 {
    grid-area: needs_block-4;
    padding-bottom: 0;
    max-width: 373px;

}
.needs_block-5 {
    grid-area: needs_block-5;
}
.needs_block-6 {
    grid-area: needs_block-6;
}

.trust{
    margin-top: 130px;
}
.trust_title{
    font-size: 36px;
    font-weight: 500;
    line-height: 44px;
    text-align: center;
    margin-bottom: 32px;
}

.trust img{
    width: 100%;
    object-fit: contain;
    max-height: 50px;
}








.platform {
    margin-top: 130px;
}


.platform_title {
    font-size: 36px;
    font-weight: 500;
    line-height: 44px;
    text-align: center;
    margin-bottom: 32px;
}

.platform_tabs {
}

.platform_tabs-overflow{
    width: 100%;
    overflow-x: auto;
}
.platform_tabs-overflow::-webkit-scrollbar {
    display: none;
}

.platform_tabs-overflow {
    -ms-overflow-style: none;  /* IE и Edge */
    scrollbar-width: none;  /* Firefox */
}
.platform_tabs-buttons {
    min-width: 750px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    gap: 4px;
    background: #F7F9FA;
    height: 55px;
    padding: 8px;
    border-radius: 60px;
    margin-bottom: 24px;
}

.platform_tabs-button {
    width: calc(33.333% - 2px);
    padding: 10px 16px;
    gap: 10px;
    border-radius: 100px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;

    font-size: 16px;
    font-weight: 500;
    line-height: 19.2px;
    color: #062041;
    text-align: center;

    transition: 0.3s;

    cursor: pointer;

}
.platform_tabs-button.active{
    background: #0C2E57;
    color: #fff;
}

.platform_tab {
    width: 100%;
    flex-direction: row;
    gap: 10px;
    padding: 40px 0 0 40px;
    border-radius: 20px;
    background: #F7F9FA;
    overflow: hidden;
    display: none;
}
.platform_tab.active{
    display: flex;
}

.platform_tab-content {
    width: 100%;
}

.platform_tab-icon {
    margin-bottom: 16px;

}

.platform_tab-title {
    font-size: 24px;
    font-weight: 500;
    line-height: 28.8px;

    margin-bottom: 24px;
}

.platform_tab-text {
    font-size: 18px;
    font-weight: 400;
    line-height: 21.6px;

    margin-bottom: 40px;
}

.platform_tab-links {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 4px;
    margin-bottom: 40px;
}

.platform_tab-image {

}



.blog {
    margin-top: 130px;
}

.blog_title {
    font-size: 36px;
    font-weight: 500;
    line-height: 44px;
    text-align: center;
    margin-bottom: 32px;
}


.blog_block {
    padding: 12px;
    gap: 24px;
    border-radius: 10px;
    background: #F7F9FA;


}

.blog_block-img {
    width: 100%;
    max-height: 252px;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
    margin-bottom: 24px;
}

.blog_block-title {
    font-size: 14px;
    font-weight: 500;
    line-height: 16.8px;
    margin-bottom: 8px;
    color: #000000E5;
}

.blog_block-text {
    font-size: 14px;
    font-weight: 500;
    line-height: 16.8px;
    color: #00000099;

}


.videos {
    margin-top: 130px;
}

.videos_title {
    font-size: 36px;
    font-weight: 500;
    line-height: 44px;
    text-align: center;
    margin-bottom: 32px;
}


.videos_block {
}

.videos_video {
    margin-bottom: 16px;
    width: 100%;
}

.videos_block-title {
    font-size: 14px;
    font-weight: 500;
    line-height: 16.8px;
    text-align: left;
    color: #000000E5;

}



footer{
    margin-top: 130px;
    padding: 40px;
    background: #F7F9FA;
}
.footer_top {
    display: flex;
    gap: 75px;
    margin-bottom: 88px;
}

.footer_top-left {
    max-width: 280px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.footer_top-logo {
}

.footer_top-text {
    font-size: 14px;
    font-weight: 400;
    line-height: 16.8px;
    text-align: left;
    color: #000000E5;
}

.footer_top-soceals {
    display: flex;
    align-items: center;
    gap: 4px;
}

.footer_top-soceal {

}

.footer_menu {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 48px;
}

.footer_menu-item {

}

.footer_menu-title {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    text-align: left;
    color: #0C2E57;

    margin-bottom: 16px;
}

.footer_submenu {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.footer_submenu-title {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: -0.006em;
    text-align: left;
    color: #174278;
}

.footer_bottom {
    padding-top: 16px;
    border-top: 1px solid #E5E7EB;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer_bottom-copyright {
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    text-align: left;
    color: #9CA3AF;
}

.footer_bottom-links {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 20px;
}

.footer_bottom-link {
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    text-align: left;
    color: #6B7280;
    text-decoration: none;
}

.swiper_container{
    position: relative;
}
.swiper {
    width: 100%;
    height: auto;
}
.swiper-wrapper{
    align-items: center;
}

#videos .swiper-wrapper{
    align-items: stretch;
}

.swiper-button-prev, .swiper-button-next {
    padding: 20px;
    background: #F7F9FA;
    border-radius: 50%;
}

.swiper-button-next:after{
    content: url("next.svg");
}
.swiper-button-prev:after{
    content: url("prev.svg");
}

.swiper-pagination-bullet-active{
    width: 8px;
    height: 8px;
}




/*RIA 401*/


.ria-main {
    position: relative;
    margin-top: 78px;
    padding: 40px 0 30px;
    overflow: hidden;
    height: 95vh;
}
.ria-main .container{
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
}

.ria-main_background {
    position: absolute;
    bottom: -50%;
    width: 120%;
    left: -10%;
    z-index: 1;
}

.ria-main_title {
    font-size: 50px;
    font-weight: 500;
    line-height: 60px;
    text-align: center;
    color: #062041;
    margin-bottom: 20px;
}

.ria-main_text {
    font-size: 18px;
    font-weight: 500;
    line-height: 21.6px;
    text-align: center;
    color: #000000BF;
    margin-bottom: 40px;

}

.ria-main_slideButtons {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 4px;
    padding: 8px;
    border-radius: 60px;
    background: #F7F9FA;
    margin-bottom: 32px;

}

.ria-main_button {
    font-size: 16px;
    padding: 10px 16px;
    border-radius: 100px;
    font-weight: 500;
    line-height: 19.2px;
    text-align: center;
    color: #062041;
    text-decoration: none;
    transition: 0.3s;
}
.ria-main_button.active{
    background: #0C2E57;
    color: #fff;
}

.ria-main_img{
    width: 100%;
    height: 100%;
}
.ria-main_img img{
    position: relative;
    width: 85%;
    z-index: 2;
    display: block;
    margin: 0 auto;
}

.ria-main_buttons {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    margin-top: 24px;
    z-index: 2;
}




.advantages {
    margin-top: 40px;
}

.advantages_blocks {
    display: flex;
    justify-content: space-between;
    gap: 16px;
}

.advantages_block {
    width: calc(25% - 16px);
}

.advantages_block-icon {
    width: 38px;
    height: 38px;
    background: #EDEFF2;
    padding: 10px;
    border-radius: 10px;
    margin-bottom: 20px;
}

.advantages_block-title {
    font-size: 18px;
    font-weight: 500;
    line-height: 21.6px;
    color:#000000BF;
    margin-bottom: 8px;
}

.advantages_block-text {
    font-size: 14px;
    font-weight: 400;
    line-height: 16.8px;
    color:#000000B2;
}




.ecosystem {
    margin-top: 100px;
}


.ecosystem_title {
    font-size: 36px;
    font-weight: 500;
    line-height: 44px;
    text-align: center;
    color:#062041;
    margin-bottom: 32px;

}

.ecosystem_blocks {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    gap: 20px;

}

.ecosystem_block {
    position: relative;
    width: calc(33.333% - 20px);
    background: #F7F9FA;
    border: 1px solid #EDEFF2;
    border-radius: 20px;
    padding: 20px;

    transition: 0.3s;
}

.ecosystem_block-border  {
    position: relative;
    background: transparent;
    border-image: url(../card_dashed.svg) 22;
    border-image-width: auto;

}

.ecosystem_block:before{
    content: '';
    width: calc(100% - 1px);
    height: calc(100% - 2px);
    position: absolute;
    left: -2px;
    top: -1px;
    border: 2px solid #ffffff;
    border-radius: 20px;
    opacity: 1;
    z-index: 99;
    transition: 0.3s;
    transition-delay: 0.3s;
}

.ecosystem_block-border:before{
    content: '';
    opacity: 0;
}

.ecosystem_block-title {
    font-size: 18px;
    font-weight: 500;
    line-height: 21.6px;
    color:#0C2E57;
    margin-bottom: 16px;
}

.ecosystem_block-text {
    font-size: 16px;
    font-weight: 400;
    line-height: 19.2px;
    color: #000000BF;
}


.banner_2{
    background: unset;
}

.banner_2 img{
    opacity: 1;
    width: 100%;
}
.banner_2 .btn-prpl-opacity{
    font-size: 16px;
}




.turnkey {
    margin-top: 100px;
}

.turnkey_title {
    font-size: 36px;
    font-weight: 500;
    line-height: 44px;
    text-align: center;
    color: #062041;
    position: sticky;
    top:110px;
}

.turnkey_blocks {
    margin-top: 64px;

    display: flex;
    flex-direction: column;
    gap: 64px;
}

.turnkey_block {
    position: sticky;
    top:200px;
    width: 100%;
    background: #FAFBFC;
    padding: 64px;
    border-radius: 20px;
    display: flex;
    justify-content: space-between;
    overflow: hidden;

}

.turnkey_blocks .turnkey_block:nth-child(2n){
    background: #E5E7EB;
}
.turnkey-black .turnkey_blocks .turnkey_block:nth-child(2n){
    background: #1F2937;
}
.turnkey_block-bg{
    position: absolute;
    right: 0;
    bottom: 0;
}
.turnkey_blocks .turnkey_block:nth-child(2n) .turnkey_block-bg {
    filter: brightness(0) saturate(100%) invert(95%) sepia(5%) saturate(106%) hue-rotate(170deg) brightness(100%) contrast(94%);
}

.turnkey-black .turnkey_blocks .turnkey_block:nth-child(2n) .turnkey_block-bg {
    filter: brightness(0) saturate(100%) invert(9%) sepia(13%) saturate(1895%) hue-rotate(183deg) brightness(99%) contrast(99%);
}


.turnkey_block-content {
    width: 48%;
}

.turnkey_block-title {
    font-size: 24px;
    font-weight: 500;
    line-height: 31.2px;
    margin-bottom: 12px;
    color: #000000E5;

}

.turnkey_block-text {
    font-size: 18px;
    font-weight: 400;
    line-height: 23.4px;
    color: #000000BF;
}



.turnkey_list {
    margin-top: 32px;
    display: flex;
    flex-direction: column;
    gap: 20px;

}
.turnkey_list-item {
    display: flex;
    flex-direction: column;
    gap: 8px;
    cursor: pointer;
}


.turnkey_list-title {
    font-size: 16px;
    font-weight: 500;
    line-height: 19.2px;
    color: #000000BF;
    display: flex;
    align-items: center;
    gap: 4px;
}
.turnkey_list-item.active .turnkey_list-title {
    color: #1776E8;
}



.turnkey_list-title:before{
    content: "";
    width: 20px;
    height: 20px;
    display: block;
    background: url("../arrow-right.svg");
    background-repeat: no-repeat;
    background-size: cover;
}
.turnkey_list-text {
    font-size: 14px;
    font-weight: 500;
    line-height: 16.8px;
    color:#00000099;
    height: 0px;
    overflow: hidden;
    transition: 0.3s;
    padding: 0;
}
.turnkey_list-item.active .turnkey_list-text {
    padding: 15px 0 40px;
}


.turnkey-black .turnkey_blocks .turnkey_block:nth-child(2n) .turnkey_block-title,
.turnkey-black .turnkey_blocks .turnkey_block:nth-child(2n) .turnkey_block-text,
.turnkey-black .turnkey_blocks .turnkey_block:nth-child(2n) .turnkey_list-title,
.turnkey-black .turnkey_blocks .turnkey_block:nth-child(2n) .turnkey_list-text{
    color: #FFFFFF;
}

.turnkey_block-img {
    width: 40%;
    position: absolute;
    right: 45px;
    top: 50%;
    transform: translate(0, -50%);
    object-fit: cover;
    z-index: 2;
}


.allworks {
    margin-top: 100px;
}


.allworks_title {
    font-size: 36px;
    font-weight: 500;
    line-height: 44px;
    text-align: center;
    color: #062041;
    margin-bottom: 32px;
}
.allworks_text{
    font-size: 32px;
    font-weight: 500;
    line-height: 38.4px;
    text-align: center;
    color: #000000BF;
    margin-bottom: 24px;
}
.allworks_img {
    width: 100%;
    object-fit: cover;

}

.allworks_blocks{
    display: flex;
    flex-direction: column;
    gap: 64px;
}


.mobile-app {
    position: relative;
    margin-top: 100px;
    padding: 48px 60px;
    border-radius: 20px;
    background: url("../banner_mobile_1.png");
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
}

.mobile-app_title {
    font-size: 36px;
    font-weight: 500;
    line-height: 48px;
    margin-bottom: 30px;
    color: #fff;
}

.mobile-app_content {
    max-width: 55%;
    display: flex;
    gap: 32px;
}

.mobile-app_qr {

}

.mobile-app_info {

}

.mobile-app_text {
    font-size: 18px;
    font-weight: 500;
    line-height: 21.6px;
    margin-bottom: 24px;
    color: #fff;
}

.mobile-app_buttons {
    display: flex;
    gap: 10px;
}

.mobile-app_button {
    padding:10px 22px;
    border-radius: 13px;
    background: #565EA4B2;
    border: 1px solid #9B91E45C;
    backdrop-filter: blur(11px);
}


.mobile-app_img {
    position: absolute;
    right: 65px;
    bottom: -170px;
    width: 25%;
}


.grow {
    margin-top: 100px;
}

.grow_title {
    font-size: 36px;
    font-weight: 500;
    line-height: 44px;
    text-align: center;
    color: #062041;
}

.grow_blocks {
    display: flex;
    gap: 20px;
    margin-top: 32px;
}
.grow_blocks > div{
    width: calc(33.333% - 20px);
    display: flex;
    flex-direction: column;
    gap: 20px;

}
.grow_block {
    border-radius: 20px;
    padding: 24px;
    background: #374151;
}
.grow_blocks > div .grow_block:last-child{
    max-height: 334px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow: hidden;
}

.grow_block-title {
    font-size: 18px;
    font-weight: 500;
    line-height: 23.4px;
    color: #FFFFFFE5;
    margin-bottom: 12px;

}

.grow_block-text {
    font-size: 14px;
    font-weight: 500;
    line-height: 16.8px;
    color: #FFFFFFCC;
}

.grow_block-img {
    margin-bottom: -24px;
}




@media (width > 1920px) {
    .main_background{
        top: -100%;
        left: -35%;
    }

    .main_desktop{
        width: 50%;
    }


    .ria-main_background {
        bottom: -50%;
    }
    .ria-main_img img{
        width: 100%;
        height: 100%;
        object-fit: contain;
    }
}

@media (width >= 3440px) {

    .container{
        max-width: 1800px;
    }
    .main_background{
        top: -170%;
    }

    .main_desktop{
        width: 30%;
    }

    .needs_blocks {
        margin-top: 32px;
        display: grid;
        grid-template-areas:
        "needs_block-1 needs_block-1 needs_block-2 needs_block-2"
        "needs_block-3 needs_block-4 needs_block-5 needs_block-6"
        "needs_block-3 needs_block-4 needs_block-5 needs_block-6";

    }
    .needs_block{
        max-width: unset;
    }
    .platform_tab-links{
        justify-content: start;
    }

    .footer_top{
        justify-content: space-between;
    }

}

@media (width >= 3840px) {
    .main_background {
        top: -200%;
    }
}
@media (width <= 1440px) {

    .main_background{
        top: -20%;
        left: -17%;
    }
    .ria-main_background{
        bottom: -10%;
    }

}

@media (width <= 1024px) {
    .container {
        max-width: 980px;
    }

    .main_background {
        top: -27%;
        left: -22%;
        width: 120%;
        height: 130%;
        object-fit: contain;
    }

    .needs_blocks {
        display: flex;
        flex-direction: column;
    }
    .needs_block{
        min-width: 100%;
        width: 100%;
        flex-direction: row;
        padding: 20px 20px 0;
    }


    .turnkey_block-img {
        width: 40%;
        top: 20%;
    }
}


@media (width <= 768px) {
    .container {
        max-width: 720px;
    }
    header{
        padding: 20px 0;
    }
    header .container{
        padding-top: 0;
        padding-bottom: 0;
    }
    .header_menu{
        display: none;
    }
    .header_menu{
        display: none;
    }
    .header_menu-mobile{
        display: block;
    }
    header .btn-blue{
        display: none;
    }
    .main{
        padding: 70px 0 30px;
    }
    .main_title {
        font-size: 30px;
        line-height: 40px;
    }

    .main_background{
        top: -42%;
    }
    .main_phone {
        left: 60%;
        bottom: -90px;
        max-width: 200px;
    }

    .main_desktop {
        top: unset;
        bottom: 0;
        left: 70%;
    }
    .main_labels{
        margin-top: 50px;
    }

    .main_title{
        max-width: 70%;
    }
    .main_title br{
        display: none;
    }

    .main_descript{
        font-size: 16px;
        max-width: 55%;
    }

    .ready_block{
        width: 100%;
    }
    .products_block{
        width: 100%;
    }

    .numbers_block-black{
        order: -1;
    }
    .numbers_blocks{
        flex-wrap: wrap;
    }
    .numbers_block{
        width: calc(50% - 10px);
    }


    .numbers_blocks .numbers_block:nth-child(1){
        order: 2;
    }
    .numbers_blocks .numbers_block:nth-child(3){
        order: 3;
    }

    .platform_tab{
        flex-wrap: wrap;
        padding: 40px 40px 0;
    }

    .ready,
    .products,
    .logos,
    .numbers,
    .banner,
    .needs,
    .trust,
    .platform,
    .blog,
    .videos,
    .grow{
        margin-top: 70px;
    }

    .ready_title,
    .products_title,
    .logos_block-title,
    .numbers_title,
    .needs_title,
    .trust_title,
    .platform_title,
    .blog_title,
    .videos_title,
    .ecosystem_title,
    .turnkey_title,
    .allworks_title,
    .grow_title,
    .banner_title{
        font-size: 26px;
        line-height: 34px;
    }
    .ria-main_title{
        font-size: 38px;
        line-height: 45.6px;
    }

    .footer_menu{
        gap: 28px;
    }

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


    footer{
        margin-top: 64px;
        padding: 20px 0;
    }

    .footer_top{
        flex-direction: column;
        gap: 32px;
    }
    .footer_top-left{
        max-width: 100%;
    }
    .footer_top-logo{
        max-width: 70%;
    }

    .footer_menu-title{
        text-transform: uppercase;
    }
    .footer_submenu-title{
        font-size: 14px;
        line-height: 20px;
    }
    .footer_bottom{
        flex-direction: column;
        align-items: start;
        gap: 16px;
    }
    .footer_bottom-link{
        font-size: 12px;
        line-height: 20px;
    }


    .turnkey_block {
        flex-direction: column;
        padding: 30px;
        gap: 30px;
    }

    .turnkey_block-content{
        width: 100%;
    }
    .turnkey_block-text br{
        display: none;
    }
    .turnkey_block-img{
        top: unset;
        left: unset;
        right: unset;
        transform: unset;
        position: relative;
        width: 100%;
    }


    .advantages_blocks{
        flex-wrap: wrap;
    }
    .advantages_block{
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
    }
    .advantages_block-icon{
        margin-bottom: 0;
    }
    .advantages_block-title{
        margin-bottom: 0;
        margin-left: 12px;
    }
    .advantages_block-title br{
        display: none;
    }
    .advantages_block-text{
        margin-top: 8px;
    }
    .ecosystem_blocks {
        flex-wrap: wrap;
    }

    .ecosystem_block {
        width: 100%;
    }



    .mobile-app {
        padding: 48px 60px 0;
    }
    .mobile-app_qr{
        display: none;
    }
    .mobile-app_title {
        text-align: center;
        font-size: 28px;
        line-height: 24px;
    }

    .mobile-app_content {
        max-width: 100%;
        flex-direction: column;
    }

    .mobile-app_text {
        text-align: center;
    }

    .mobile-app_buttons {
        position: absolute;
        bottom: 40px;
        left: 0;
        width: 100%;
        justify-content: center;
    }

    .mobile-app_img {
        position: unset;
        width: 50%;
        display: block;
        margin: 0 auto;
    }

    .grow_blocks{
        flex-wrap: wrap;
    }
    .grow_blocks > div{
        width: 100%;
    }

    .grow_blocks > div .grow_block:last-child{
        max-height: unset;
    }
    .grow_block-img{
        margin-top: 24px;
    }

    .allworks_text{
        font-size: 22px;
        line-height: 22px;
    }

}

@media (width <= 520px) {
    .container{
        max-width: 465px;
    }
    .main_background{
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        object-fit: cover;
    }
    .main{
        min-height: 830px;
    }
    .main_title{
        max-width: 100%;
    }

    .main_descript{
        max-width: 100%;
        line-height: 19px;
    }
    .main_phone{
        max-width: 172px;
        left: 4%;
        bottom: -87px;
    }
    .main_desktop{
        width: 130%;
        left: 50px;
        bottom: -30px;
    }
    .main_labels{
        display: none;
    }
    .main_labels-mobile{
        margin-top: 16px;
        display: block;
    }
    .main_label-text{
        text-align: center;
    }
    .main_label-buttons{
        justify-content: center;
    }

    .main_buttons{
        flex-direction: column-reverse;
    }
    .btn_black,
    .btn_white{
        width: 100%;
    }



    .ready,
    .products,
    .logos,
    .numbers,
    .banner,
    .needs,
    .trust,
    .platform,
    .blog,
    .videos,
    .ecosystem,
    .turnkey,
    .allworks,
    .mobile-app,
    .grow{
        margin-top: 64px;
    }

    .ready_title,
    .products_title,
    .logos_block-title,
    .numbers_title,
    .needs_title,
    .trust_title,
    .platform_title,
    .blog_title,
    .videos_title,
    .ecosystem_title,
    .turnkey_title,
    .allworks_title,
    .grow_title{
        font-size: 20px;
        line-height: 24px;
    }


    .ready_block-title,.products_block-title{
        font-size: 16px;
        line-height: 20px;
    }
    .ready_block-text,.products_block-text{
        font-size: 14px;
        line-height: 17px;
        width: 100%;
    }
    .products_block{
        padding: 16px;
        max-height: unset;
    }
    .products_block-1 > div{
        max-width: 100%;
        min-width: 100%;
    }
    .products_block .btn{
        max-width: 100%;
    }
    .logos_blocks{
        min-height: 390px;

    }


    .logos_block{
        flex-direction: column;
        gap: 32px;
    }
    .logos_blocks_1{
        min-height: 430px !important;
    }
    .logos_blocks_1 .logos_block{
        justify-content: start;
    }

    .logos_block-title{
        width: 100%;
        font-size: 20px;
        line-height: 24px;
        text-align: center;
    }
    .logos_block-logos{
        width: 100%;
    }
    .logos_block-logos > div{
        justify-content: center;
    }
    .numbers_blocks{
        gap: 16px;

    }
    .numbers_block{
        padding: 16px;
    }
    .numbers_block-title{
        font-size: 20px;
        line-height: 22px;
    }
    .numbers_block-top img{
        width: 40px;
        height: 24px;
    }

    .banner{
        padding: 20px;
    }
    .banner_title{
        font-size: 20px;
        line-height: 24px;
        max-width: 80%;
    }
    .banner_title br{
        display: none;
    }

    .banner_img{
        left: -30%;
        width: 150%;
    }
    .needs_block{
        padding: 16px 16px 0;
        flex-direction: column;
    }
    .needs_block-title{
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 12px;
    }
    .needs_block .btn{
        max-width: 100%;
        margin: 24px 0 16px 0;
    }
    .platform_tabs-button{
        font-size: 14px;
        line-height: 14px;
    }
    .platform_tab-title{
        font-size: 20px;
        line-height: 24px;
    }
    .platform_tab-text{
        font-size: 16px;
        line-height: 19px;
    }
    .platform_tab-links{
        flex-direction: column;
        gap: 8px;
        margin-bottom: 0;
    }
    .platform_tab-links a{
        width: 100%;
        max-width: 100%;

    }
    .platform_tab-links .btn-market{
        padding: 0 35px;
    }
    .platform_tab-links .btn-market img{
        object-fit: scale-down;
    }
    .platform_tab-image {
        width: 140%;
        position: relative;
        left: -20%;
    }

    .footer_menu{
        flex-direction: column;
    }
    .ria-main_background {
        bottom: -3%;
        height: 35%;
        width: 120%;
        left: -10%;
    }
    .ria-main{
        margin-top: 48px;
        height: auto;
    }
    .ria-main_text{
        font-size: 16px;
    }
    .ria-main_button{
        font-size: 14px;
    }
    .ria-main_img img{
        width: 100%;
    }

    .ria-main_buttons{
        flex-direction: column;
        width: 100%;
    }
    .ria-main_buttons .btn{
        width: 100%;
    }

    .advantages_block-title{
        font-size: 16px;
    }

    .ecosystem_block-title{
        font-size: 16px;
    }

    .turnkey_block-title{
        font-size: 18px;
        line-height: 23.4px;
    }
    .turnkey_block-text{
        font-size: 16px;
        line-height: 20.8px;
    }
    .banner_2 img{
        left: 0;
    }

    .mobile-app{
        padding: 16px 16px 0;
        background-position-x: 40%;
    }

    .mobile-app_img{
        width: 100%;
    }
    .mobile-app_text{
        margin-bottom: 0;
    }
    .mobile-app_buttons{
        flex-direction: column;
        padding: 0 16px;
    }
    .mobile-app_button{
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .allworks_text{
        font-size: 16px;
        line-height: 19px;
    }
}

@media (width <= 425px) {
    .container{
        padding: 16px;
    }
    .main_desktop {
        width: 140%;
        left: 50px;
        bottom: -6%;
    }

}

@media (width <= 375px) {
    .btn_opacity{
        padding: 10px;
    }
    .main_desktop {
        bottom: 0%;
    }
}



.html{
    width: 100%;
    max-height: 100vh;
    height: 200vh;
    overflow: auto;
    position: absolute;
    z-index: 99;
    left: 0;
    top: 0;
}