html {
  scroll-behavior: smooth;
}
body {
    background-color: #FFFFFF;
    margin: 0;
    height: 100vh;    
    margin-right: 0;
}

*,
::before,
::after {
    box-sizing: border-box;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
}

p {
    margin: 0;
}
.container {
    max-width: 1280px;
    width: 100%;
    margin: 0 auto;
}

/* header  */
.header {
    margin-top: 15px;
    margin-bottom: 95px;
}
.header_inner, .footer_inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.logo {
    padding: 23px 18px 23px 22px;
    background-color: #6D5AD6;
    border-radius: 50%;
    color: #FFFFFF;
    width: 70px;
    height: 70px;
    margin-right: 50px;
}
.logo a {
    cursor: pointer;
}
.nav_links {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}
.nav_link {
    font-family: Inter Tight;
    font-weight: 600;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0%;
    text-transform: uppercase;
    padding: 15px 30px;
    color: #181D49;
    text-decoration: none;
    border-radius: 100px;
    background-color: inherit;
    transition: background-color 0.2s linear;
}
.nav_link:hover {
    background-color: #F4F5F7;
}

.btn_contact {
    padding: 18px 31px;
    border: 1px solid #6D5AD6;
    border-radius: 100px;
    background-color: #6D5AD6;
    font-family: Inter Tight;
    font-weight: 600;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0%;
    text-transform: uppercase;
    color: #FFFFFF;
    cursor: pointer;
    transition: background-color 0.3s linear, color 0.3s linear;
}
.btn_contact:hover {
    background-color: #FFFFFF;
    color: #6D5AD6;
}

/* intro  */
.intro {
    margin-bottom: 100px;
}
.intro_title {
    font-family: Inter Tight;
    font-weight: 600;
    font-size: 80px;
    line-height: 130%;
    letter-spacing: 0%;
    text-align: center;
    text-transform: uppercase;
    color: #181D49;
    margin-bottom: 15px;
}
.intro_title span {
    color: #6D5AD6;
}
.intro_suptitle {
    font-family: Inter Tight;
    font-weight: 400;
    font-size: 24px;
    line-height: 150%;
    letter-spacing: 0%;
    text-align: center;
    color: #2F335B;
}

.intro_inner {
    margin-top: 100px;
    display: flex;
    justify-content: space-between;
    gap: 20px;
    width: 100%;
}

.intro_l {
    border-radius: 24px;
    background-color: #F4F5F7;
    padding: 40px;
    width: 50%;
}
.intro_l_title {
    color: #181D49;
    font-family: Inter Tight;
    font-weight: 600;
    font-size: 24px;
    line-height: 150%;
    letter-spacing: 0%;
    margin-bottom: 30px;
}
.intro_text {
    font-family: Inter Tight;
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
    letter-spacing: 0%;
    color: #2F335B;
}

.mb30 {
    margin-bottom: 30px;
}

/* advantages  */
.advantages {
    margin-bottom: 100px;
}
.title {
    font-family: Inter Tight;
    font-weight: 600;
    font-size: 50px;
    line-height: 130%;
    letter-spacing: 0%;
    color: #181D49;
    margin-bottom: 50px;
}
.advantages_inner {
    margin-bottom: 50px;
}
.line {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
}
.mb25 {
    margin-bottom: 25px;
}
.box {
    border-radius: 24px;
    background-color: #F4F5F7;
    padding: 30px;
    min-height: 444px;
}
.box_title {
    margin: 15px 0;
    font-family: Inter Tight;
    font-weight: 600;
    font-size: 24px;
    line-height: 150%;
    letter-spacing: 0%;
    color: #181D49;
}

.box_text {
    font-family: Inter Tight;
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
    letter-spacing: 0%;
    color: #181D49;
}
.advantages_text {
    font-family: Inter Tight;
    font-weight: 600;
    font-size: 16px;
    line-height: 160%;
    letter-spacing: 0%;
    text-align: center;
    color: #2F335B;
    margin-bottom: 20px;
}
.btn_contact2 {
    background-color: #6D5AD6;
    border-radius: 100px;
    padding: 25px 48px;
    border: 1px solid #6D5AD6;
    font-family: Inter Tight;
    font-weight: 600;
    font-size: 18px;
    line-height: 150%;
    letter-spacing: 0%;
    text-transform: uppercase;
    color: #FFFFFF;
    cursor: pointer;
    transition: background-color 0.3s linear, color 0.3s linear;
    margin: 0 auto;
    display: block;
}
.btn_contact2:hover {
    background-color: #FFFFFF;
    color: #6D5AD6;
}

/* platforms  */
.platforms {
    background-color: #F4F5F7;
    padding: 100px 0;
}
.platforms_title {
    font-family: Inter Tight;
    font-weight: 600;
    font-size: 50px;
    line-height: 130%;
    letter-spacing: 0%;
    color: #181D49;
    padding-bottom: 50px;
}

.swiper-wrapper-custom {
    position: relative;
    max-width: 1420px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.swiper {
    width: 100%;
    overflow: hidden;
    max-width: 1280px;
}

.swiper-slide {
    background: #FFFFFF;
    border-radius: 24px;
    /* height: 250px; */
    position: relative;
}

.swiper-slide img {
    display: block;
    margin: 0 auto;
}
.custom-prev,
.custom-next {
    border-radius: 50%;
    cursor: pointer;
    user-select: none;
    transition: 0.3s ease;
}

@media (max-width: 768px) {
    .custom-prev,
    .custom-next {
        display: none;
    }
}

/* formula  */
.formula {
    padding: 100px 0;
}
.formula_title {
    font-family: Inter Tight;
    font-weight: 600;
    font-size: 50px;
    line-height: 130%;
    letter-spacing: 0%;
    color: #181D49;
    margin-bottom: 50px;
}
.formula_inner {
    display: flex;
    justify-content: space-between;
    gap: 25px;
}
.formula_card {
    width: 33%;
    background-color: #F4F5F7;
    padding: 30px;
    border-radius: 24px;
}
.number {
    width: 50px;
    padding: 7px 18px;
    font-family: Inter Tight;
    font-weight: 600;
    font-size: 24px;
    line-height: 150%;
    letter-spacing: 0%;
    text-align: center;
    color: #FFFFFF;
    background-color: #6D5AD6;
    border-radius: 25px;
    margin-bottom: 15px;
}
.num3 {
    color: #6D5AD6;
    background-color: #FFFFFF;
}
.card_title {
    font-family: Inter Tight;
    font-weight: 600;
    font-size: 24px;
    line-height: 150%;
    letter-spacing: 0%;
    color: #181D49;
    margin-bottom: 15px;
}
.card_text {
    font-family: Inter Tight;
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
    letter-spacing: 0%;
    color: #2F335B;
}
.colwh {
    color: #FFFFFF;
    background-color: #6D5AD6;
}

/* clients  */
.clients {
    padding-bottom: 100px;
}
.clients_title {
    margin-bottom: 20px;
}
.clients_text {
    font-family: Inter Tight;
    font-weight: 400;
    font-size: 24px;
    line-height: 150%;
    letter-spacing: 0%;
    color: #2F335B;
    margin-bottom: 50px;
}

.swiperClients {
    width: 100%;
    overflow: hidden;
    max-width: 1280px;
}
.swiper_dist .swiper-slide img{
    border-radius: 24px;
    max-width: 305px;
    min-width: 305px;
    height: 400px;
    position: relative;
}

.client_btn {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    padding: 15px 30px;
    background-color: #FFFFFF;
    color: #181D49;
    border: none;
    border-radius: 100px;
    font-family: Inter Tight;
    font-weight: 600;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0%;
    text-transform: uppercase;
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.3s ease;
    white-space: nowrap;  
}
.client_btn:hover {
    background-color: #f0f0f0;  
    transform: translateX(-50%) scale(1.05);
}
.trust {
    padding: 100px 0;
    background-color: #F4F5F7;
}
.trust_inner {
    display: flex;
    align-content: center;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 100px;
}
.trust_bl {
    width: 50%;
}
.trust_text {
    font-family: Inter Tight;
    font-weight: 400;
    font-size: 24px;
    line-height: 150%;
    letter-spacing: 0%;
    color: #2F335B;
}
.trust_bl .title {
    margin-bottom: 0;
    padding: 29px 0;
}
.padtext {
    padding: 29px 0;
}
.trust_inner2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}
.swiper-button-lock {
    display: flex !important;
}

/* prices  */
.prices {
    padding: 100px 0;
}
.prices_inner {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}
.price_bl {
    width: 50%;
    border-radius: 24px;
    background-color: #F4F5F7;
    padding: 30px;
}
.price_bl_title {
    font-family: Inter Tight;
    font-weight: 600;
    font-size: 24px;
    line-height: 150%;
    letter-spacing: 0%;
    color: #181D49;
    margin-bottom: 10px;
}
.price {
    background-color: #6D5AD6;
    border-radius: 100px;
    padding: 12px 24px;
    color: #FFFFFF;
    font-family: Inter Tight;
    font-weight: 600;
    font-size: 24px;
    line-height: 150%;
    letter-spacing: 0%;
    margin-bottom: 15px;
    border: none;
    cursor: pointer;
}
.price_bl_text {
    font-family: Inter Tight;
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
    letter-spacing: 0%;
    color: #2F335B;
}

/* feedback  */
.feedback {
    padding-bottom: 50px;
}
.feedback_inner {
    background-image: url(../images/fbbg.png);
    background-size: cover;       
    background-position: center;   
    background-repeat: no-repeat; 
    min-height: 500px;
    border-radius: 24px;
    padding: 60px;
}
.fbtitle {
    color: #FFFFFF;
    margin-bottom: 30px;
}
.fb_text {
    font-family: Inter Tight;
    font-weight: 400;
    font-size: 24px;
    line-height: 150%;
    letter-spacing: 0%;
    color: #FFFFFF;
    margin-bottom: 30px;
}
.btnwh {
    background-color: #FFFFFF;
    color: #6D5AD6;
    margin: 0;
    border: 3px solid #FFFFFF;
}
.btnwh:hover {
    background-color: #6D5AD6;
    color: #FFFFFF;
}

/* footer  */
.footer {
    padding-bottom: 50px;
}

@media screen and (max-width:1300px) {
    .container {
        padding: 0 20px;
    }
    .intro_r {
        width: 50%;
        background-image: url(/images/bgintro.png);
        background-size: cover;       
        background-position: center;  
        background-repeat: no-repeat; 
        border-radius: 24px;
    }
    .intro_r img{
        width: 100%;
        height: auto;
        display: none;
    }
    .intro_l_title {
        line-height: 125%;
    }
    .intro_text {
        line-height: 135%;
    }
    .mb30 {
        margin-bottom: 20px;
    }
    .line {
        grid-template-columns: repeat(2, 1fr);
    }
    .swiper-wrapper-custom {
        padding: 0 20px;
        gap: 10px;
    }
    .trust_inner {
        align-items: center;
    }
    .trust_bl img {
        width: 100%;
        height: auto;
        display: block;
    }
} 

@media screen and (max-width:990px) {
    /* .header  */
    .header {
        margin-bottom: 75px;
    }
    .header_inner,.footer_inner  {
        flex-wrap: wrap; 
    }
    .logo {
        order: 1;
    }
    .btn_contact {
        order: 2;
    }
    .nav_links {
        order: 3;
        width: 100%;
        justify-content: center;
        margin-top: 10px;
    }
    /* .intro */
    .intro, .advantages {
        margin-bottom: 80px;
    }
    .intro_title {
        font-size: 60px;
    }
    .intro_suptitle, .clients_text, .trust_text, .fb_text {
        font-size: 18px;
        line-height: 100%;
    }
    .intro_inner {
        margin-top: 80px;
        flex-direction: column;
        align-items: center;
    }
    .intro_r img {
        display: block;
    }
    .intro_l, .intro_r {
        width: 90%;
    }
    .title {
        font-size: 38px;
        margin-bottom: 38px;
    }
    .platforms, .formula, .trust, .prices {
        padding: 80px 0;
    }
    .custom-prev, .custom-next {
         display: none;
    }
    .formula_inner, .prices_inner,  .trust_inner {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 20px;
    }
    .formula_card, .price_bl, .trust_bl {
        width: 80%;
    }
    .clients {
        padding-bottom: 80px;
    }
    .feedback_inner {
        padding: 45px;
        min-height: 450px;
    }
    .fbtitle, .fb_text {
        margin-bottom: 25px;
    }
    .btn_contact2 {
        padding: 18px 36px;
    }
    .feedback {
        padding-bottom: 38px;
    }
}

@media screen and (max-width:765px) {
    .swiper-wrapper-custom {
        flex-wrap: wrap;
    }
    .custom-prev2 {
        order: 1;
        width: 48%;
    }
    .custom-prev2 img{
        display: flex;
        margin-left: auto;
    }
    .custom-next2 {
        order: 3;
        width: 48%;
        margin-top: 2px;
    }
}

@media screen and (max-width:640px) {
    .btn_contact {
        border: 1px solid #6D5AD6;
        background-color: #FFFFFF;
        color: #6D5AD6;
    }
    .btn_contact:hover {
        background-color: #6D5AD6;
        color: #FFFFFF;
    }
    .line {
        grid-template-columns: repeat(1, 1fr);
        gap: 20px;
    }
    .header_inner .nav_links{
        display: none;
    }
}

@media screen and (max-width:505px) {
    .header {
        margin-bottom: 50px;
        margin-top: 20px;
    }
    .logo {
        width: 50px;
        height: 50px;
        margin-right: 0;
        padding: 16px 18px 16px 18px;
    }
    .logo img {
        width: 18px;
        height: 18px;
    }
    .btn_contact {
        padding: 14px 24px;
        font-size: 14px;
    }
    .intro_title {
        font-size: 42px;
        line-height: 120%;
        text-align: left;    
    }
    .intro_suptitle {
        text-align: left;
    }
    .intro_suptitle, .clients_text, .trust_text, .fb_text, .advantages_text {
        font-size: 16px;
        line-height: 150%;
    }
    .intro_inner {
        margin-top: 20px;
    }
    .intro_l, .intro_r {
        width: 100%;
    }
    .intro_l {
        order: 2;
        padding: 25px;
    }
    .intro_l_title {
        font-size: 18px;
        margin-bottom: 20px;
    }
    .intro_text, .box_text {
        font-size: 15px;
    }
    .intro, .advantages, .trust_inner {
        margin-bottom: 50px;
    }
    .title {
        font-size: 32px;
        margin-bottom: 30px;
    }
    .box {
        padding: 25px;
        min-height: auto;
    }
    .box_titleб .card_title, .price_bl_title {
        font-size: 18px;
    }
    .line {
        gap: 15px;
    }
    .advantages_inner, .clients_text {
        margin-bottom: 30px;
    }
    .advantages_text br {
        display: none;
    }
    .btn_contact2 {
        padding: 14px 10px;
        width: 100%;
        font-size: 14px;
    }
    .platforms, .formula, .trust, .prices {
        padding: 50px 0;
    }
    .swiper-slide img {
        width: 180px;
    }
    .swiper .swiper-slide {
        height: auto;
        aspect-ratio: 1 / 1;
        display: flex !important;
        align-items: center;
        justify-content: center;
    }
    .formula_card, .price_bl {
        width: 100%;
        padding: 25px;
    }
    .trust_bl {
        width: 100%;
    }
    .formula_inner, .prices_inner {
        gap: 15px;
    }
    .clients_title {
        margin-bottom: 15px;
    }
    .swiperClients .swiper-slide img {
        min-width: 320px;
        min-height: 420px;
    }
    .swiper-wrapper-custom {
        padding: 0;
    }
    .custom-next2 {
        margin-top: 32px;
    }
    .custom-prev2 {
        margin-top: 30px;
    }
    .clients {
        padding-bottom: 50px;
    }
    .trust_bl .title {
        margin-bottom: 20px;
        padding: 0;
    }
    .trust_inner {
        gap: 30px;
        margin-bottom: 30px;
    }
    .trust_inner2 {
        flex-direction: column;
    }
    .padtext {
        padding: 0;
    }
    .price {
        padding: 6.5px 16px;
        font-size: 18px;
    }
    .price_bl_text {
        font-size: 15px;
    }
    .feedback_inner {
        padding: 25px;
        background-image: url(/images/fbbgmb.png);
        min-height: 500px;
    }
    .feedback {
        padding-bottom: 50px;
    }
    .nav_links {
        margin-top: 15px;
    }
    .nav_link {
        font-size: 14px;
        padding: 15px;
    }
    .footer {
        padding-bottom: 30px;
    }
}