*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
@property --White {
    syntax: '<color>';
    inherits: true;
    initial-value: #FFF;
}

@property --Black {
    syntax: '<color>';
    inherits: true;
    initial-value: #000;
}

@property --Black1 {
    syntax: '<color>';
    inherits: true;
    initial-value: #131313;
}

@property --Primary {
    syntax: '<color>';
    inherits: true;
    initial-value: #CA81FF;
}

@property --Blue {
    syntax: '<color>';
    inherits: true;
    initial-value: #32AEEE;
}

@property --transition {
    syntax: '*';
    inherits: true;
    initial-value: .3s all ease;
}
:root{
    --White: #FFF;
    --Black: #000;
    --Black1: #131313;
    --Primary: #CA81FF;
    --Blue: #32AEEE;
    --transition: .3s all ease;
}
ul, ol{
    list-style: none;
}
html{
    scroll-behavior: smooth;
}
body{
    font-family: Manrope;
    font-size: 18px;
    font-weight: 400;
    font-style: normal;
    line-height: 100%;
    color: var(--White);
    background-color: var(--Black1);
}
.wrapper{
    overflow: hidden;
}
.container{
    width: 100%;
    padding-left: 16px;
    padding-right: 16px;
    margin: 0 auto;
}
@media (min-width: 576px) {
    .container {
        max-width: 540px;
    }
}
@media (min-width: 768px) {
    .container {
        max-width: 720px
    }
}
@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }
}
@media (min-width: 1200px) {
    .container {
        max-width: 1192px;
    }
}
.hide { display: none; }
input.error { border-color: red; }
#valid-msg { color: green; margin-left: 8px; }
#error-msg { color: red; margin-top: 4px; font-size: 14px; }
/* Ввод сделаем чёрным */
#PHONE {
  color: black;
}

/* Скрыть код страны в списке dropdown */
.iti__country-list .iti__dial-code {
  display: none;
}

/* Сделать названия стран белым */
.iti__country-list .iti__country-name {
  color: black;
}

/* Стилизовать выбранный флаг/код (если используешь separateDialCode) */
.iti--separate-dial-code .iti__selected-flag {
  color: black;
}

/* Скрываем подсказочные сообщения */
.hide {
  display: none;
}

/* При ошибке — красная рамка */
#PHONE.error {
  border-color: red;
}
#valid-msg { color: green; margin-left: 8px; }
#error-msg { color: red; font-size: 14px; margin-top: 4px; }


.icon{
    width: 40px;
    height: 40px;
    margin-right: 10px;
}
.back{
    width:70%;
    height: 70%;
}
.back2{
    width:100%;
    height: 80%;
}
header{
    position: fixed;
    top: 20px;
    left: 0;
    width: 100%;
    z-index: 4;
}
.header_row{
    width: calc(100% + 40px);
    margin: 0 0 0 -20px;
    padding: 6px 7px 6px 27px;
    border-radius: 42.856px;
    border: 1px solid rgba(255, 255, 255, 0.20);
    background: var(--Black1);

    display: flex;
    align-items: center;
    justify-content: space-between;
}
.brand_logo{
    display: flex;
}
.header_links{
    display: flex;
    align-items: center;
    gap: 32px;
}
.header_links a{
    font-size: 13px;
    font-weight: 500;
    color: var(--White);
    text-decoration: none;
}
.header_btn{
    font-size: 16px;
    font-weight: 700;
    color: var(--Black1);
    border-radius: 40px;
    background: var(--White);
    padding: 8px 13px;

    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    text-decoration: none;
}

/*  */
.hero{
    padding: 117px 0 62px 0;
    position: relative;
}
.hero::after{
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -2;
    background: linear-gradient(180deg, #33026E 0%, #220D61 100%);
}
.hero::before{
    position: absolute;
    content: '';
    left: 50%;
    bottom: -150px;
    transform: translate(-50%, 0);
    width: 180%;
    height: 383px;
    border-radius: 2334px;
    background: var(--Black1);
    filter: blur(75px);
    z-index: -1;
}
.hero_row{
    display: flex;
    align-items: center;
    gap: 30px;
}

.sec-title{
    font-family: "Neue Machina";
}
.sec-title__medium{
    font-size: clamp(28px, 3vw, 40px);
    font-weight: 800;
    line-height: normal;
    leading-trim: both;
    text-edge: cap;
    color: var(--White);
}
.sec-title span{
    color:var(--Primary);
}
.sec-title p{
    display: inline-flex;
    color:var(--Primary);
    padding: 0 10px 7px 10px;
    background-color: #FFFFFF10;
    border-radius: 21.5px;
    line-height: 100%;    
    white-space: nowrap;

}
.typed-wrap{
    display: inline-block;
    height: 1em;
        min-width: 200px;

    white-space: nowrap;
    position: relative;
    vertical-align: bottom;
    overflow: visible;

}
.typed-wrap2,
.typed-wrap3 {
    font-weight: 800;
    background-color: #FFFFFF20;
    border-radius: 13.211px;
    padding: 2px 4px;
    display: inline-block;
    height: 1em;
    width: 200px;
    overflow: hidden;
    position: relative;
    vertical-align: bottom;
}

.typed1 {
    display: inline-block;
    position: absolute;
    top: -3px;
    line-height: 100%;
    animation: slideIn 0.4s ease forwards;
}
.typed2, .typed3{
    position: absolute;
    top: -3px;
    padding: 0;
    background: transparent;
    border-radius: 0;
    animation: slideIn 0.4s ease forwards;
    width: 100%;
    text-align: center;
}

@keyframes slideOut {
    0% {
        transform: translateY(0%);
        opacity: 1;
    }

    100% {
        transform: translateY(100%);
        opacity: 0;
    }
}

@keyframes slideIn {
    0% {
        transform: translateY(-100%);
        opacity: 0;
    }

    100% {
        transform: translateY(0%);
        opacity: 1;
    }
}
.hero .sec-title{
    margin: 0 0 65px 0;
}
.hero-sec__desc{
    leading-trim: both;
    text-edge: cap;
    line-height: 120%;
    opacity: 0.8;
    color: var(--White);
    margin: 0 0 40px 0;
    max-width: 496px;
}

.hero-actions{
    display: flex;
    gap: 26px;
    margin: 0 0 34px 0;
}
.hero-actions .footer-social{
    width: calc(50% - 13px);
}
.hero_btn{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    font-size: 16px;
    font-weight: 700;
    color: var(--White);
    text-decoration: none;
    border-radius: 40px;
    padding: 12px 16px;
    border: 1px solid #8D76C2;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
    width: calc(50% - 13px);
}
.hero_btn.btn_blue{
    background: linear-gradient(92deg, #00B9E4 0%, #008CFF 100.12%);
}
.hero_btn.btn_purple{
    background: linear-gradient(90deg, #CA81FF 0%, #794E99 100%);
}
.hero_options{
    display: flex;
    flex-wrap: wrap;
    gap: 15px 20px;
}
.hero_options li{
    width: calc(50% - 10px);
    display: flex;
    align-items: center;
    gap: 3px;
    font-size: 12px;
    font-weight: 600;
    position: relative;
}
.hero_options img{
    width: 32px 30px;
    padding: 5px 4px;
}
.hero_options li::after{
    position: absolute;
    content: '';
    left: 0;
    top: 50%;
    width: 25px;
    height: 25px;
    transform: translate(0, -50%);
    background-color: rgba(255, 255, 255, 0.25);
    filter: blur(12.5px);
}
.blur1{
    display: flex;
    width: 254px;
    height: 254px;
    position: absolute;
    left: -114px;
    top: -75px;
    z-index: -1;
    border-radius: 50%;
    background-color: var(--Blue);
    opacity: 0.6;
    mix-blend-mode: plus-lighter;
    filter: blur(75px);
}
.blur2{
    display: flex;
    width: 181px;
    height: 181px;
    position: absolute;
    right: -10px;
    top: -75px;
    z-index: -1;
    border-radius: 50%;
    background-color: var(--Blue);
    opacity: 0.6;
    mix-blend-mode: plus-lighter;
    filter: blur(27.100000381469727px);
}
.blur3{
    display: flex;
    width: 152px;
    height: 152px;
    position: absolute;
    right: -56px;
    top: 87px;
    z-index: -1;
    border-radius: 50%;
    background-color: var(--Blue);
    opacity: 0.3;
    mix-blend-mode: color-dodge;
    filter: blur(30px);
}
.hero_images{
    display: flex;
    position: relative;
    flex: 0 0 auto;
    width: 511px;
    height: 387px;
    border-radius: 100px;
    backdrop-filter: blur(4px);
    background: linear-gradient(135deg, rgba(58, 129, 255, 0.08) 100%, rgba(65, 48, 90, 0.03) 100%);
    border: 2px solid rgba(155, 111, 238, 0.2);
}
.hero_images .swiper-slide-active{
    
}
.hero_images img {
    position: absolute;
}
.hero_img1{
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    /* filter: blur(1px); */
    transition: var(--transition);
    scale: 1;
}
.hero_img2{
    top: 50%;
    left: -20%;
    transform: translate(0, -50%);
    z-index: -1;
    filter: blur(4px);
    transition: var(--transition);
    scale: .8;
    transform-origin: center top;
}
.hero_img3{
    top: 50%;
    right: -20%;
    transform: translate(0, -50%);
    z-index: -1;
    filter: blur(4px);
    transition: var(--transition);
    scale: .8;
    transform-origin: center top;
}
.hero_img4, .hero_img5{
    top: 50%;
    right: -20%;
    transform: translate(0, -50%);
    z-index: -1;
    filter: blur(4px);
    transition: var(--transition);
    scale: .8;
    transform-origin: center top;
    opacity: 0;
    visibility: hidden;
}
.schema{
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--Black1);
}
.schema_img{
    max-width: 100%;
    height: auto;
}

.advantage{
    padding: 74px 0 22px 0;
    background-color: var(--Black1);
}
.sec-title__small{
    font-size: clamp(24px, 3vw, 36px);
    font-weight: 700;
    line-height: normal;
}
.advantage .sec-title{
    text-align: center;
    margin: 0 0 16px 0;
}
.advantage-tags{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 640px;
    margin: 0 auto 60px auto;
    gap: 8px 0;
}
.advantage-tag{
    font-size: clamp(24px, 3vw, 36px);
    font-weight: 700;
    line-height: normal;
    color: var(--White);
    padding: 7px 37px;
    border-radius: 80px;
    border: 1px solid var(--White);
    display: inline-flex;
    justify-content: center;
    text-align: center;
    text-decoration: none;
}
.advantage-tag:nth-child(1){
    transform: rotate(-12.711deg);
    margin: 0 -7px 0 0;
}
.advantage-tag:nth-child(3){
    transform: rotate(14.711deg);
}
.advantage-tag:nth-child(4){
    margin: 0 -10px 0 0;
}
.advantage-sec__desc{
    color: var(--White);
    line-height: normal;
    text-align: center;
    margin: 0 auto 30px auto;

}
.advantage-sec__desc span{
    font-weight: 800;
    color: var(--Primary);
    display: inline-flex;
    padding: 0 7px;
    border-radius: 21.5px;
    background-color: #FFFFFF10;

}
.advantage-item{
    height: 100%;
    border-radius: 9.77px;
    background: transparent;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    flex-direction: column;
    gap: 7px;
    position: relative;
    z-index: 1;
    perspective: 1000px;
}
.advantage-item__title{
    font-size: 20px;
    font-weight: 700;
    color: var(--White);
    width: 100%;
}
.advantage-item:hover .advantage-item__hover {
    opacity: 1;
}

.advantage-item__inner {
    width: 100%;
    height: 100%;
    position: relative;
    transform-style: preserve-3d;
    transition: transform 0.6s ease;
}

.advantage-item:hover .advantage-item__inner {
    transform: rotateY(-180deg);
}

.advantage-item__front,
.advantage-item__back {
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    border-radius: 9.77px;

}

.advantage-item__front {
    padding: 16px 0 0 16px;
    background: var(--Black1);
    z-index: 2;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    flex-direction: column;
        border: 0.611px solid rgba(255, 255, 255, 0.20);

}

.advantage-item__back {
    position: absolute;
    top: 0;
    left: 0;
    background: var(--Linear, linear-gradient(180deg, #651CFF 0%, #4060F3 100%));
    transform: rotateY(180deg);
    display: flex;
    justify-content: center;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    gap: 10px;
    padding: 16px;
}
.advantage-btn{
    font-size: 16px;
    font-weight: 700;
    line-height: normal;
    color: var(--Black);
    padding: 12px 16px;
    border-radius: 39.081px;
    background: #FFF;
    text-decoration: none;
    display: inline-flex;
    justify-content: center;
    text-align: center;
}
.advantage-swiper .swiper-slide{
    height: auto;
}
.advatage-swiper__navigation{
    display: flex;
    justify-content: center;
    gap: 16px;
    margin: 22px 0 0 0;
}
.swiper-prev, .swiper-next{
    border-radius: 10px;
    background-color: #D9D9D9;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: var(--transition);
    width: 76px;
    height: 80px;
}
.swiper-prev svg, .swiper-next svg{
    max-height: 80%;
}
.swiper-next.swiper-button-disabled,
.swiper-prev.swiper-button-disabled{
    background-color: #CCCACA;
    opacity: .2;
}
.swiper-prev path, .swiper-next path{
    transition: var(--transition);
}
.swiper-next.swiper-button-disabled path,
.swiper-prev.swiper-button-disabled path{
    stroke: #FFF;
}

.employe{
    position: relative;
    padding: 35px 0 56px 0;
}
.employe::after{
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -2;
    background: linear-gradient(179deg, #131313 1.23%, #1F0F3C 25.62%, #250C50 37.81%, #291251 50%, #131313 98.77%);
}
.employe_row{
    display: flex;
    align-items: center;
    gap: 50px;
}
.employe_col{
    width: calc(42% - 25px);
}
.employe-swiper{
    height: 500px;
}
.employe_item{
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 14px 20px;
    border-radius: 20px;
    background-color: #FFFAFA;
    scale: .8;
    opacity: .3;
    transition: .5s all ease;
}
.employe_item.swiper-slide-active{
    background-color: var(--White);
    scale: 1;
    opacity: 1;
}
.employe_item.employe_current{
    opacity: 1;
    visibility: visible;
    display: flex;
}
.employe_img{
    flex: 0 0 auto;
    width: 97.5px;
    height: 97.5px;
    border-radius: 50%;
    object-fit: cover;
    object-position: center;
    overflow: hidden;
}
.employe_text{
    font-family: "Neue Machina";
    leading-trim: both;
    text-edge: cap;
    font-size: 26px;
    font-weight: 800;
    line-height: 20px;
    color: var(--Black);
}
.employe_text span{
    color: rgba(0, 0, 0, 0.37);
}
.employe_right{
    width: calc(58% - 25px);
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 56px;
}

.employe_option{
    width: 100%;
    text-align: left;
    display: flex;
    align-items: flex-start;
    gap: 5px;

    font-family: "Neue Machina";
    font-size: 24px;
    font-weight: 800;
    line-height: normal;
    color: var(--White);
}
.employe_option:nth-child(2){
    padding: 0 0 0 30px;
}
.employe_option:nth-child(3){
    padding: 0 0 0 90px;
}
.employe_option span{
    color: var(--Primary);
}
.employe_desc{
    font-size: 20px;
    max-width: 438px;
}
.employe_desc span{
    color: var(--Primary);
}
.employe_blur1{
    position: absolute;
    z-index: -1;
    width: 247px;
    height: 247px;
    background-color: rgba(35, 101, 224, 0.15);
    filter: blur(50px);
    border-radius: 50%;
    bottom: 20%;
    left: -5%;
}
.employe_blur2{
    position: absolute;
    z-index: -1;
    width: 320px;
    height: 320px;
    background-color: rgba(35, 101, 224, 0.20);
    filter: blur(50px);
    border-radius: 50%;
    bottom: 20%;
    left: 20%;
}
.employe_blur3{
    position: absolute;
    z-index: -1;
    width: 199px;
    height: 199px;
    background-color: rgba(35, 101, 224, 0.20);
    filter: blur(50px);
    border-radius: 50%;
    bottom: 30%;
    left: 50%;
}
.employe_blur4{
    position: absolute;
    z-index: -1;
    width: 351px;
    height: 351px;
    background: rgba(138, 30, 224, 0.25);
    filter: blur(50px);
    border-radius: 50%;
    bottom: 10%;
    right: 20%;

}

.info{
    padding: 27px 0;
    background-color: var(--Black1);
}
.info-grid{
    display: grid;
    grid-template-columns: repeat(3, 3fr);
    gap: 20px;
}
.web-platform{
    width: 370px;
    border-radius: 20px;
    border: 1px solid #1F2143;
    background: #121628;
    padding: 50px 0 0;

    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-end;
}
.web-platform__top{
    width: 100%;
}
.web-platform .sec-title{
    padding: 0 26px;
    margin: 0 0 21px 0;
    line-height: 32px;
}
.web_img{
    border-radius: 10px;
    box-shadow: 15px 20px 20px 0 rgba(55, 15, 65, 0.25);
    width: 113%;
    margin: 0 0 0 -45px;
    cursor: pointer;
}
.web-platform__desc{
    font-family: "Neue Machina";
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: -0.8px;
    padding: 0 26px;
}
.web-platform__desc span{
    font-weight: 900;
}
.web-image__wrap{
    width: calc(100% - 26px);
    border-radius: 20px 0;
    background: #202438;
    padding: 28px 0 68px 0;
}
.mobile-app{
    border-radius: 20px;
    background: linear-gradient(180deg, #8ACAFA 0%, #80A2E6 50%, #7C80D6 75%, #204FF5 100%);
    padding: 30px 10px;
}
.app-swiper{
    width: 350px;
    overflow: hidden;
}
.mobile-title{
    font-family: "Neue Machina";
    font-size: 24px;
    font-weight: 800;
    text-align: center;
    color: var(--Black);
    margin: 0 0 36px 0;
}
.app-swiper .swiper-slide{
    position: relative;
    display: flex;
    justify-content: center;
}
.app-texts{
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
    border-radius: 20px;
    border: 2px solid #1E2043;
    background: #101426;
    padding: 30px 13px 39px 13px;
    display: flex;
    flex-direction: column;
    gap: 39px;
}
.app-texts .mobile-title{
    color: var(--White);
    text-align: left;
}
.app-desc{
    font-family: "Neue Machina";
    font-size: 20px;
    font-weight: 500;
    line-height: normal;
    color: var(--White);
    text-align: left;
}

.app-swiper__actions{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 29px 0 0 0;
    padding: 0 25px;
}
.app-pagination{
    width: auto !important;
    display: inline-flex;
    align-items: center;
    gap: 10px;
}
.app-pagination .swiper-pagination-bullet{
    margin: 0 !important;
    width: 10px;
    height: 10px;
    background-color: rgba(217, 217, 217, 0.70);
    opacity: .6;
    transition: var(--transition);
}
.app-pagination .swiper-pagination-bullet-active{
    background-color: #D9D9D9;
    opacity: 1;
}
.app-prev, .app-next{
    display: flex;
    cursor: pointer;
    transition: var(--transition);
}
.app-prev.swiper-button-disabled, .app-next.swiper-button-disabled{
    opacity: .5;
}
.percent{
    border-radius: 20px;
    border: 1px solid #1E2043;
    background: #101426;
    position: relative;
    z-index: 1;
    overflow: hidden;
    padding: 58px 17px 30px 17px;
    display: flex;
    flex-direction: column;
}
.percent_title{
    font-family: "Neue Machina";
    font-size: 24px;
    font-weight: 800;
    line-height: normal;
    color: var(--White);

    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin: 0 0 84px 0;
}
.persent-swiper{
    width: 340px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}
.percent_number{
    display: flex;
    align-items: center;
    gap: 5px;
    font-family: "Neue Machina";
    font-size: 64px;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: -2.56px;
    background: linear-gradient(184deg, #1EFF00 3%, #17660D 97%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin: 0 0 70px 0;
}
.percent_number.to-bottom{
    background: linear-gradient(184deg, #F00 3%, #520E0E 97%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.percent-title{
    font-family: "Neue Machina";
    font-size: 24px;
    font-weight: 700;
    line-height: 28px;
    letter-spacing: -0.96px;
    margin: 0 0 60px 0;
}
.percent-desc{
    font-family: "Neue Machina";
    font-size: 20px;
    font-weight: 500;
    line-height: 25px;
    letter-spacing: -0.8px;
}
.modal-back{
    position: fixed;
    z-index: 5;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #000;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    opacity: 0;
    visibility: hidden;
    transition: var(--transition);
}
.modal-back.is-open{
    opacity: .3;
    visibility: visible;
}
.modal{
    position: fixed;
    top: 50%;
    left: 50%;
    max-width: calc(100% - 20px);
    transform: translate(-50%, -50%);
    opacity: 0;
    visibility: hidden;
    z-index: 6;
    transition: var(--transition);
}
.modal.is-open{
    opacity: 1;
    visibility: visible;
}
.close_modal{
    display: flex;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
}
.order-modal .close_modal{
    top: 10px;
    right: 10px;
}
.web-platform__modal{
    width: 100%;
}
.platform-modal__img{
    max-width: 100%;
    border-radius: 10px;
    box-shadow: 15px 20px 20px 0 rgba(55, 15, 65, 0.25);
}
.advantage__modal{
    border-radius: 40px;
    background-color: var(--White);
    padding: 35px;
    max-height: calc(100vh - 40px);
    overflow-y: auto;
}
.element::-webkit-scrollbar {
  display: none;
}
.advantage-modal__text{
    font-size: 23px;
    font-weight: 600;
    line-height: 2;
    color: var(--Black);
}
.advantage-modal__text p{
    font-size: 32px;
    font-weight: 800;
}
.percent_blur1{
    position: absolute;
    z-index: -1;
    width: 125px;
    height: 125px;
    background-color: rgba(29, 131, 205, 0.80);
    border-radius: 50%;
    filter: blur(50px);
    top: 17px;
    left: 20px;
}
.percent_blur2{
    position: absolute;
    z-index: -1;
    width: 155px;
    height: 155px;
    background-color: rgba(89, 24, 126, 0.60);
    border-radius: 50%;
    filter: blur(50px);
    top: 135px;
    left: -31px;
}
.sec-title__big{
    font-size: clamp(24px, 4vw, 56px);
    font-family: "Neue Machina";
    font-weight: 800;
    line-height: normal;
    letter-spacing: -1.12px;
}
.company{
    background: linear-gradient(3deg, #222 -39.47%, #171122 -9.05%, #22133F 26.5%, #270D67 59.49%, #141314 92.48%);
    overflow: hidden;
}
.company .sec-title{
    text-align: center;
    margin: 0 auto 174px auto;
    max-width: 926px;
}
.anim {
    display: flex;
    gap: 14px;
    align-items: center;
    width: max-content;
    margin: 0 0 16px 0;
}
.anim div {
    display: flex;;
    align-items: center;
    gap: 14px;
    animation: slide 50s linear infinite;
    transition: .3s all ease;
    will-change: transform;
}
.anim:nth-child(2) div{
    animation: slide2 50s linear infinite;
}
.animation-slides{
    rotate: -2.958deg;
}
@keyframes slide {
    0% {
        transform: translateX(0%);
    }
    100% {
        transform: translateX(-100%);
    }
}
@keyframes slide2 {
    0% {
        transform: translateX(-100%);
    }
    100% {
        transform: translateX(0%);
    }
}

.connect{
    padding: 22px 0 43px 0;
    position: relative;
    z-index: 1;
}
.connect::after{
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(359deg, #222 -41.63%, #171122 -9.11%, #1C0F33 28.88%, #290F6B 64.14%, #141314 99.39%);
    z-index: -2;
}
.connect-wrap{
    border-radius: 26px;
    background: #16161660;
    max-width: 1160px;
    margin: 0 auto;
    padding: 10px 0 44px 0;
}
.connect-row{
    display: flex;
    align-items: flex-start;
    gap: 50px;
    justify-content: space-between;
    padding: 0 31px 11px 14px;
}
.connect .sec-title{
    line-height: normal;
    margin: 0 0 15px 0;
}
.connet-subtitle{
    font-family: "Neue Machina";
    font-size: 26px;
    font-weight: 700;
    line-height: normal;
    color: var(--White);
}
.connect-pagintion{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 7px 18px;
    margin: 0 0 73px 0;
}
.connect-pagintion a{
    display: inline-flex;
    align-items: center;
    gap: 4px;
    font-family: "Neue Machina";
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    color: var(--White);
    text-decoration: none;
    text-align: center;
    border-radius: 40px;
    border: 1px solid transparent;
    transition: var(--transition);
    padding: 6px 0px 6px 0px;
}
.connect-pagintion a.is-active{
    padding: 6px 8px 6px 11px;
    text-shadow: 1px 1px 2px rgba(255, 255, 255, 1), 0 0 0 rgba(255, 255, 255, 1);
    border-color: #B2B2B2;
}
.connect-item{
    height: auto;
    border-radius: 12px;
    border: 1px solid #CA81FF;
    background: rgba(5, 5, 5, 0.60);
    backdrop-filter: blur(7.5px);
    padding: 16px 7px 18px 11px;

    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 13px;
    flex-direction: column;
}
.connect-title{
    display: flex;
    align-items: center;
    gap: 16px;
    font-family: Onest;
    font-size: 14px;
    font-weight: 800;
    line-height: 22px;
    color: var(--White);
}
.connect-title img{
    max-height: 30px;
    height: auto;
    max-height: 30px;
}
.connect-text{
    font-family: Onest;
    font-size: 14px;    
    font-weight: 500;
    line-height: 13px;
    color: var(--White);
}
.connect-swiper{
    padding: 0 26px;
    position: relative;
}
.connect-prev, .connect-next{
    position: absolute;
    display: inline-flex;
    cursor: pointer;
    transition: var(--transition);
    z-index: 2;
}
.connect-prev.swiper-button-disabled, .connect-next.swiper-button-disabled{
    opacity: .5;
}
.connect-prev{
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
}
.connect-next{
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
}
.connect_blur1{
    position: absolute;
    z-index: -1;
    width: 351px;
    height: 351px;
    left: -3%;
    top: -15%;
    border-radius: 351px;
    background: rgba(112, 14, 232, 0.25);
    filter: blur(50px);
}
.connect_bg1{
    position: absolute;
    z-index: -1;
    filter: blur(38px);
    left: 9%;
    top: 11%;
    opacity: .2;
}
.connect_bg2{
    width: 384px;
    height: auto;
    position: absolute;
    z-index: -1;
    filter: blur(28px);
    right: 0;
    bottom: 0;
    opacity: .6;
}

.crm{
   
    padding: 51px 0 79px 0;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.crm::after{
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: linear-gradient(179deg, #160337 0.79%, #2C0C41 50%, #171717 74.6%, #000 99.21%);
    /* opacity: .5; */
    z-index: -2;
}
.crm-sectitle{
    font-family: Onest;
    font-size: 26px;
    font-weight: 500;
    line-height: 40px;
    text-align: center;
    color: var(--White);
    margin: 0 0 15px 0;
}
.crm-img{
     width: 400px;
    margin: 0 auto 30px auto;
}
.crm-info{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    margin: 0 0 30px 0;
}
.crm-info__item{
    padding: 12px;
    display: flex;
    align-items: center;
    gap: 9px;

    font-size: 14px;
    line-height: normal;
    color: var(--White);
}
.crm-item{
    width: 100%;
}
.crm-title{
    width: 100%;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
    color: var(--White);
    margin: 0 0 25px 0;
    text-transform: uppercase;
}
.crm-line{
    display: flex;
    width: 100%;
    height: 2px;
    margin: 0 0 13px 0;
}
.crm-swiper__wrapper{
    position: relative;
}
.crm-swiper{
    position: unset;
}
.swiper{
    cursor: grab;
}
.crm-prev, .crm-next{
    position: absolute;
    width: 20px;
    height: 38px;
    display: flex;
    transition: var(--transition);
    cursor: pointer;
    z-index: 2;
}
.crm-prev.swiper-button-disabled, .crm-next.swiper-button-disabled{
    opacity: .5;
}
.crm-prev{
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
}
.crm-next{
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
}
.crm-swiper .swiper-slide:nth-child(1) .crm-line{
    background-color: #4F51D9;
}
.crm-swiper .swiper-slide:nth-child(2) .crm-line{
    background-color: #D94FAF;
}
.crm-swiper .swiper-slide:nth-child(3) .crm-line{
    background-color: #D9BF4F;
}
.crm-swiper .swiper-slide:nth-child(4) .crm-line{
    background-color: #88E93E;
}
.crm-card{
    border-radius: 15px;
    background-color: #161616;
    padding: 20px 15px;
    background-image: url(../src/img/icons/crm-card-icon.png);
    background-repeat: no-repeat;
    background-position: right 15px top 20px;
    cursor: pointer;
}
.crm-card + .crm-card{
    margin: 10px 0;
}
.crm-user{
    font-size: 15px;
    font-weight: 500;
    line-height: 130%;
    color: var(--White);
    margin: 0 0 8px 0;
}
.crm-price{
    font-size: 14px;
    color: #7A8B9E;
}
.crm-bg{
    position: absolute;
    z-index: -1;
    height: auto;
}
.crm-bg1{
    width: 40%;
    left: 0%;
    bottom: 0%;
    filter: blur(34px);
}
.crm-bg2{
    width: 15%;
    right: 0%;
    bottom: 0%;
    filter: blur(50px);
}
.crm-bg3{
    width: 10%;
    right: 0%;
    bottom: 20%;
    filter: blur(50px);
}
.functions{
    padding: 30px 0 29px 0;
    background-color: var(--Black1);
}
.functions-sectitle{
    font-family: "Neue Machina";
    font-size: clamp(26px, 3vw, 38px);
    font-weight: 500;
    line-height: 50px;
    color: var(--White);
    text-align: center;
    margin: 0 0 84px 0;
}
.functions-row{
    display: flex;
    flex-wrap: wrap;
    gap: 24px 30px;
    margin: 0 0 100px 0;
}
.function-item{
    perspective: 1000px;
    border-radius: 16px;
    background: transparent; /* ← делаем фон прозрачным */
    width: calc(25% - 22.5px);
    position: relative;
    z-index: 1;
    cursor: pointer;
}
.function-item__big{
    width: calc(33.3% - 20px);
}
.function-title{
    font-family: "Neue Machina";
    font-size: 30px;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: -1.5px;
    color: var(--White);
    margin: 0 0 20px 0;
    text-align: center;
}
.function-desc{
    font-family: "Neue Machina";
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: -1px;
    color: var(--Black1);
}

.function-item__inner {
    position: relative;
    width: 100%;
    height: 100%;
    transition: transform 0.8s;
    transform-style: preserve-3d;
    
}

.function-item:hover .function-item__inner {
    transform: rotateY(180deg);
}

.function-item__front,
.function-item__back {
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    border-radius: 16px;
    overflow: hidden;
    padding: 15px 14px 38px 14px;

}

.function-item__front {
    position: absolute;
    background: #20072A;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.function-item__back {
    background: var(--White);
    transform: rotateY(180deg);
    display: flex;
    color: var(--Black1);
    padding: 20px;
}
.function-bg1{
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
    filter: blur(35px);
    opacity: .4;
}
.function-bg2{
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
    filter: blur(35px);
    opacity: .4;
}
.function-bg4{
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
    filter: blur(35px);
    opacity: .4;
}
.function-bg3{
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
    filter: blur(35px);
}
.function-blur1{
    position: absolute;
    width: 254px;
    height: 203px;
    filter: blur(30px);
    background-color: #1ED9D6;
    z-index: -1;
    right: -45%;
    bottom: -32%;
    opacity: .4;

}
.d-flex{
    display: flex;
}
.justify-center{
    justify-content: center;
}
.function-btn{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 3px;
    font-family: Onest;
    font-size: 14px;
    font-weight: 600;
    line-height: 21.7px;
    color: var(--Black);
    border-radius: 10px;
    background: #5052D9;
    padding: 10px 22px;
    text-decoration: none;
    transition: var(--transition);
}
.function-btn path{
    transition: var(--transition);
}
.function-btn:hover{
    color: var(--White);
}
.function-btn:hover path{
    fill: var(--White);
}
.function-btn svg{  
    padding: 0 0 2px 0;
}
.prices{
    padding: 50px 0;
    background: linear-gradient(180deg, #131313 0%, #20072A 50%, #19234B 75%, #131313 100%);
}
.prices-row{
    display: grid;
    grid-template-columns: repeat(3, 3fr);
    gap: 15px;
}
.price-item{
    border-radius: 20px;
    border: 2px solid #4B4B52;
    background: #070917;
    padding: 16px 16px 20px;
    position: relative;
    color: var(--White);

    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: var(--transition);
    cursor: pointer;
    position: relative;
}
.price-item:hover{
    z-index: 1;
    scale: 1.1;
}
.price-pro{
    background: #364679;
    color: var(--Black);
}
.price-top{
    flex: 0 0 auto;
    border-radius: 20px;
    border: 2px solid #4B4B52;
    background: #10121C;
    position: relative;
    z-index: 2;
    overflow: hidden;
    padding: 30px 15px;
    margin: 0 0 43px 0;
}
.price-pro  .price-top{
    background: #8995BF;
}
.price-bg{
    position: absolute;
    left: 0;
    top: 0;
    filter: blur(20px);
    z-index: 1;
}
.price-titile{
    font-family: "Neue Machina";
    font-size: 40px;
    font-weight: 700;
    line-height: normal;
    margin: 0 0 15px 0;
}
.price-desc{
    font-family: "Neue Machina";
    font-size: 15px;
    font-weight: 700;
    line-height: 100%;
}
.price-item:first-child .price-count{
    padding: 10px 0 0 0;
}
.price-count{
    font-family: "Neue Machina";
    font-size: 40px;
    font-weight: 800;
    line-height: normal;
    padding: 27px 0 0 0;
}
.price-count span{
    font-size: 15px;
    font-weight: 700;
}
.price-tag{
    font-family: "Neue Machina";
    font-size: 16px;
    font-weight: 700;
    line-height: normal;
    color: var(--White);
    padding: 11px 25px;
    border-radius: 40px;
    background: linear-gradient(16deg, #4363E0 3.73%, #8199E8 89.35%);
    position: absolute;
    right: 0;
    top: 0
}
.price-subtitle{
    font-family: "Neue Machina";
    font-size: 12px;
    font-weight: 700;
    line-height: normal;
    color: var(--White);
    position: relative;
    z-index: 1;
    text-align: center;
    margin: 0 0 20px 0;
}
.price-subtitle::after{
    position: absolute;
    content: '';
    left: 0;
    top: 50%;
    height: 2px;
    width: 25%;
    z-index: -1;
    background-color: var(--White);
}
.price-subtitle::before{
    position: absolute;
    content: '';
    right: 0;
    top: 50%;
    height: 2px;
    width: 25%;
    z-index: -1;
    background-color: var(--White);
}
.price-bottom{
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.price-options{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 13px;
    margin: 0 0 20px 0;
}

.language{
    display: flex;
    gap: 10px;
}
.language select{
    font-size: 13px;
    font-weight: 500;
    color: var(--White);
    text-decoration: none;
    background-color: transparent;
    border: none;
}
.language select option{
    background-color: black;
}
.price-options li{
    font-family: "Neue Machina";
    font-size: 16px;
    font-weight: 500;
    line-height: 15px;
    color: var(--White);

    display: flex;
    align-items: center;
    gap: 15px;
}
.price-pro .price-options{
    width: calc(100% + 20px);
    margin: 0 0 20px -10px;
    gap: 10px;
}
.price-pro .price-options li{
    gap: 9px;
    letter-spacing: -0.5px;
}
.price-btn{
    display: flex;
    justify-content: center;

    font-family: "Neue Machina";
    font-size: 20px;
    font-weight: 700;
    line-height: normal;
    color: var(--White);
    text-decoration: none;
    padding: 23px 0;
    border-radius: 20px;
    border: 2px solid #4B4B52;
    background: #060816;
    width: 100%;
    text-align: center;
    transition: var(--transition);
}
.price-btn:hover{
    color: var(--Black1);
    background-color: var(--White);
    border-color: var(--White);
}
.price-pro .price-btn{
    color: var(--Black);
    background: linear-gradient(98deg, #DFE3EE -16.97%, #6481E4 41.45%, #5F7EE3 70.05%, #1440DA 99.87%);
}
.price-pro .price-btn:hover{
    background: linear-gradient(98deg, #DFE3EE -16.97%, #6481E4 41.45%, #5F7EE3 70.05%, #1440DA 99.87%);
    color: var(--White);
}
.feedback{
    padding: 20px 0 0px 0;
    background: linear-gradient(181deg, #131313 1.25%, #230A4A 25.63%, #1C063E 50%, #10002A 98.75%);
}
.section-top{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 0 60px 0;
}
.feedback .sec-title{
    line-height: normal;
    margin: 0;  
}
.feedback-swiper .swiper-slide{
    height: auto;
}
.feedback-item{
    display: flex;
    flex-direction: column;
    
    border-radius: 50%;
    border: 2px solid #4B4B52;
    background: #120A23;
    padding: 0px 0px 0px 0px;
    height: 0%;
    margin: auto;
}
.feedback-item__top{
    display: flex;
    align-items: center;
    gap: 20px;
    font-size: 20px;
    line-height: 100%;
    font-weight: 0px;
    margin: 0 0 0px 0;
}
.feedback-item__top img{
    width: 150px;
    height: 150px;
    border-radius: 50%;
    object-fit: cover;
    object-position: center;
}
.feedback-body{
    font-size: 20px;
    font-weight: 400;
    line-height: 100%;
}
.feedback-pagination{
    position: unset;
    width: auto !important;
    display: inline-flex;
    align-items: center;
    gap: 10px;
}
.feedback-pagination .swiper-pagination-bullet{
    margin: 0 !important;
    width: 10px;
    height: 10px;
    background-color: rgba(217, 217, 217, 0.70);
    opacity: .6;
    transition: var(--transition);
}
.feedback-pagination .swiper-pagination-bullet-active{
    background-color: #D9D9D9;
    opacity: 1;
}
.order{
    padding: 17px 0;
    background: linear-gradient(90deg, #2A0E56 0%, #11002A 87.5%);
    margin: 0 10px;
    border-radius: 10px;
}
.order-row{
    display: flex;
    gap: 12px;
}
.order-left{
    width: calc(50% - 6px);
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: column;
    gap: 40px;
}
.order-sec__title{
    font-family: "Neue Machina";
    font-size: 32px;
    font-weight: 700;
    line-height: normal;
    color: var(--White);
    margin: 0 0 15px 0;
}
.order-desc{
    font-size: 13px;
    font-weight: 500;
    line-height: normal;
}
.order-btn{
    font-size: 15.475px;
    font-weight: 700;
    line-height: normal;
    color: var(--White);
    text-decoration: none;

    display: flex;
    align-items: center;
    gap: 6px;

    padding: 12px 16px;
    border-radius: 40px;
    border: 1px solid #8D76C2;
    background: linear-gradient(92deg, #05F 0%, #516BFF 100.12%);
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}
.order-right{
    width: calc(50% - 6px);
}
.order-right .order-btn{
    display: none;
}
.order-info{
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
}
.order-info__item{
    width: calc(33.3% - 16px);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;

    font-size: 12px;
    font-weight: 600;
    line-height: normal;
    color: var(--Blue);
    text-align: center;
}

.footer{
    position: relative;
    z-index: 1;
    padding: 300px 100px 40px 0px;
    

}
.footer::after{
    position: absolute;
    content: '';
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 0%);
    width: 100%;
    height: calc(100% - 200px);
    background: linear-gradient(
    to bottom,
    rgba(42, 14, 86, 1) 0%,     /* #2A0E56 @ 100% */
    rgba(17, 0, 42, 1) 88%      /* #11002A @ 100% */
);
    z-index: -2;
    border-radius: 70px 70px 0 0;
}
.footer-blur{
    position: absolute;
    content: '';
    top: 0;
    left: 15%;
    transform: translate(-50%, 0);
    width: 30%;
    height: auto;
    aspect-ratio: 1/1;
    border-radius: 50%;
    background-color: #32036D;
    filter: blur(80px);
    z-index: -1;
}
.footer-row{
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: flex-end;
    gap: 60px;
    margin-right: 50px;
    margin-left: 10px;
    
}
.footer_img{
    position: absolute;
    left: 0;
    bottom: -50%;
    width: 400px;
    height: auto;
    z-index: -1;
}
.footer-t{
    margin-left: 50px;
        position: relative;
    z-index: 2;
    display: flex;
    justify-content: flex-end;
    gap: 60px;
    margin-right: 100px;
}
.footer_links{
    display: flex;
    flex-direction: column;
    gap: 20px;

}
.footer-text{
    font-size: 20px;
    line-height: 110%;
    font-weight: 600;
    color: var(--White);
    text-decoration: none;
    
}
.footer-text:hover{
    color:#CA81FF;
}

.footer-contacts{
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.footer-social{
    display: absolute;
    
}
.footer-social a{
    display: absolute;
}
.footer-social img:hover{
    z-index: 1;
    scale: 1.1;
}
.footer-adress{
    font-size: 16px;
    font-weight: 400;
    line-height: 110%;
    color: var(--White);
}

.order-modal{
    max-width: 600px;
    width: calc(100% - 20px);
    display: flex;
    flex-direction: column;
    gap: 20px;
    border-radius: 20px;
    padding: 30px 20px;
    background-color: #31046B;
    box-shadow: 0px 0px 15px #FFFFFF50;
}
.order-modal input{
    min-width: 100%;
    padding: 7px 18px;
    font-family: inherit;
    font-size: 20px;
    font-weight: 500;
    line-height: 100%;
    background-color: var(--White);
    color: var(--Black1);
    border-radius: 30px;
    outline: none;
    border: 1px solid #CA81FF;
}
.order-modal input::placeholder{
    color: #00000050;
    font-size: 16px;
}
.order-modal button{
    min-width: 100%;
    padding: 15px 10px;
    font-family: inherit;
    font-size: 20px;
    font-weight: 500;
    line-height: 100%;
    border-radius: 30px;
    background: linear-gradient(98deg, #DFE3EE -16.97%, #6481E4 41.45%, #5F7EE3 70.05%, #1440DA 99.87%);
    color: var(--White);
    border: none;
    cursor: pointer;
}
.order-modal .sec-title{
    text-align: center;
}

.mobile-menu , .hamburger{
    display: none;
}
.hero_row + .hero-actions{
    display: none;
}
.price-more{
    display: none;
}
@media(max-width: 1200px){
    .hero .sec-title{
        margin: 0 0 40px 0;
    }
    .hero-actions{
        flex-direction: column;
    }
    .hero_btn{
        width: 100%;
    }
    .employe_row{
        gap: 30px;
    }
    .employe_col {
        width: calc(50% - 15px);
    }
    .employe_right {
        width: calc(50% - 15px);
        gap: 35px;
    }
    .employe_option{
        font-size: 20px;
    }
    .info-grid{
        grid-template-columns: repeat(2, 3fr);
    }
    .web-platform {
        width: auto;
    }
    .company .sec-title {
        margin: 0 auto 100px auto;
    }
    .anim img{
        height: 110px;
    }
    .connect-img{
        display: none;
    }
    .connect .sec-title{
        text-align: center;
    }
    .connet-subtitle{
        text-align: center;
        margin: 0 0 20px 0;
    }
    .functions-sectitle{
        margin: 0 0 40px 0;
    }
    .function-title{
        margin: 0 0 35px 0;
        font-size: 26px;
    }
    .function-desc{
        font-size: 18px;
        line-height: normal;
    }
    .function-item{
        width: calc(50% - 15px);
        height: 400px;
    }
    .functions-row{
        margin: 0 0 60px 0;
    }
    .prices-row {
        grid-template-columns: repeat(2, 3fr);
    }

    .feedback-item{
        padding: 0px;
    }

    .swiper-prev, .swiper-next{
        width: 50px;
        height: 50px;
    }
    .crm-swiper__wrapper{
        padding: 0 25px;
    }
    .crm-prev, .crm-next{
        top: 40%;
    }
    .footer{

        padding: 200px 30px 40px 0;
    }
    .footer::after{
    left: 50%;
    height: calc(100% - 120px);
    border-radius: 50px 50px 0 0;
}
.footer-blur{
    width: 30%;
    height: auto;
    aspect-ratio: 1/1;
    border-radius: 50%;
    background-color: #32036D;
    filter: blur(80px);

}
.footer-row{
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: flex-end;
    margin-right: 0px;
    gap: 60px;
}
.footer_img{
    width: 300px;
    position: absolute;
    left: 0;
    bottom: -25%;
}

}
@media(max-width: 992px){
    .header_row .header_links,
    .header_row .header_btn{
        display: none;
    }
    .header_row{
        padding: 15px;
    }
    .hamburger{
        display: flex;
        cursor: pointer;
    }
    .mobile-menu{
        width: 100%;
        display: flex;
        flex-direction: column;
        gap: 30px;
        padding: 20px;
        top: 0;
        left: -100%;
        background-color: var(--Black1);
        position: fixed;
        z-index: 4;
        transition: var(--transition);
    }
    .mobile-menu.is-open{
        left: 0%;
    }
    .header_links{
        flex-direction: column;
        align-items: flex-start;    
    }
    .header_btn{
        width: 100%;
    }
    .menu-close{
        position: absolute;
        top: 20px;
        right: 20px;
        cursor: pointer;
    }

    .hero_row{
        flex-direction: column;
        gap: 45px;
        margin: 0 0 24px 0;
    }
    .hero_left{
        width: 100%;
    }
    .hero-actions,
    .hero_options{
        display: none;
    }
    .hero-sec__desc{
        max-width: 100%;
    }
    .hero_row + .hero-actions{
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
    }
    .order-row{
        flex-direction: column;
        gap: 24px;
    }
    .order-left{
        width: 100%;
    }
    .order-right{
        width: 100%;
    }
    .order-left .order-btn{
        display: none;
    }
    .order-right .order-btn{
        display: flex;
        justify-content: center;
    }
    .order-info{
        margin: 0 0 40px 0;
    }
    .employe_row{
        flex-direction: column;
    }
    .employe_right{
        width: 100%;
    }
    .employe_col{
        width: 100%;
    }
    .employe-swiper {
        height: auto;
    }

    .info-grid {
        grid-template-columns: repeat(1, 3fr);
    }
    .prices-row{
        align-items: flex-start;
    }
    .price-item{
        /* height: 100%; */
    }
    .price-item:hover{
        scale: 1;
    }
    .price-bottom{
        overflow: hidden;
        height: 0;
        transition: var(--transition);
    }
    .price-item:first-child .price-count{
        padding: 0;
        height: 35px;
    }
    .price-pro .price-options{
        width: 100%;
        margin: 0 0 20px 0;
    }
    
    .web-platform{
        gap: 20px;
    }
    .persent-swiper{
        width: 100%;
    }
    .percent-title{
        margin: 0 0 20px 0;
    }
    .percent_number{
        margin: 0 0 40px 0;
    }
    .crm-info{
        flex-direction: column;
        align-items: center;
    }
    .crm-info__item{
        padding: 0;
    }
    .footer-blur{
        width: 60%;
        filter: blur(20px);
        top: 30px;
    }
    .footer{
        padding: -100px 0 40px 0;
    }
    .footer-row{
        margin-top: -100px;
        padding-left: 320px;
        border-radius: 20px;
        flex-direction: column;
        gap: 20px;
    }
    .footer::after{
        height: 300px;
    }
    .footer-social{
    display: absolute;
    margin-top: -20px;
    margin-bottom: -20px;
}
    .footer_img{
        width: 300px;
        bottom: -15%;
    }
    .price-subtitle{
        display: none;
    }
    .price-more{
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 3px;
        font-size: 14px;
        font-weight: 600;
        line-height: 21.7px;
        color: var(--White);
        border-radius: 10px;
        background: #5052D9;
        padding: 10px 22px;
        text-decoration: none;
        transition: var(--transition);
        margin: 0 0 20px 0;
    }
    .footer{
    position: relative;
    z-index: 1;
    padding: 200px 0 40px 0;
}
.footer::after{
    position: absolute;
    content: '';
    bottom: 0;
    width: 150%;
    height: calc(100% - 50px);
}
.footer-blur{
    position: absolute;
    content: '';
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    width: 30%;
    height: auto;
    aspect-ratio: 1/1;
    border-radius: 50%;
    background-color: #32036D;
    filter: blur(80px);
    z-index: -1;
}
.footer-row{
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: flex-end;
    gap: 60px;
}
    .feedback-item__top img{
        width: 100px;
        height: 100px;
    }
    .feedback-item__top{
        font-size: 18px;
    }

}
@media(max-width: 768px){
    .order-info__item {
        width: calc(50% - 12px);
    }
    .schema{
        display: none;
    }
    .advantage-tag{
        transform: none !important;
        padding: 7px 37px;
    }
    .advantage-tags{
        margin: 0 0 16px 0;
    }
    .advantage-sec__desc{
        font-size: 12px;
    }
    .advantage-sec__desc br{
        display: none;
    }
    .advatage-swiper__navigation{
        display: none;
    }
    .advantage-swiper .swiper-wrapper{
        display: flex;
        flex-direction: column;
        gap: 12px;
    }
    .advantage-item__hover{
        opacity: 1;
        background: transparent;
        padding: 50px 0 16px 16px;
        width: 176px;
    }
    .advantage-btn{
        padding: 9px 14px;
    }
    .employe_right{
        gap: 20px;
    }
    .anim img {
        height: 75px;
    }
    .anim{
        margin: 0 0 5px 0;
    }
    .connect-row{
        padding: 0;
    }
    .connect-pagintion{
        margin: 0 0 20px 0;
    }
    .crm{
        padding: 30px 0;
    }
    .function-item {
        width: 100%;
    }
    .functions-sectitle{
        line-height: 100%;
    }
    .functions-row {
        margin: 0 0 30px 0;
    }
    .functions{
        padding: 30px 0 0 0;
    }
    .back2{
        width: 75%;
        height: 85%;
    }
    .prices-row {
        grid-template-columns: repeat(1, 3fr);
    }
    .price-item:first-child .price-count{
        display: none;
    }
    .price-btn{
        padding: 12px 0;
    }
    .section-top{
        margin: 0 0 30px 0;
    }
    .feedback-item__top img{
        width: 70px;
        height: 70px;
    }
    .feedback-item__top{
        font-size: 18px;
    }
    .feedback-body{
        font-size: 18px;
    }
    .feedback{
        /* padding: 20px 0 40px 0; */
    }
    .footer {
        width: 100%;
    }
    .footer_img{
        display: none;
    }
    .footer-row{
        padding: 20px;
        border-radius: 20px;
        flex-direction: column;
        gap: 20px;
    }
    .footer_links{
        padding: 0;
        background: transparent;
    }
    .footer-contacts{
        padding: 0;
        background: transparent;
    }
    .footer-contacts{
        width: 100%;
    }
    footer .footer-social{
        order: 4;
    }
    .hero-actions .footer-social{
        width: 100%;
    }
    .hero-actions .footer-social a{
        justify-content: center;
    }

    .advantage-modal__text{
        font-size: 18px;
        line-height: 100%;
        font-weight: 500;
    }
    .advantage-modal__text p{
        font-size: 22px;
        font-weight: 600;
        margin: 0 0 10px 0;
    }
    .advantage__modal{
        border-radius: 20px;
        padding: 20px;
        width: 100%;
    }
    
}
@media(max-width: 576px){
    .feedback-swiper .swiper-slide{
    height: auto;
}
    .header_row{
        width: 100%;
        margin: 0;
    }
    .brand_logo{
        width: 162px;
    }
    .brand_logo img{
        width: 100%;
    }
    header{
        top: 10px;
    }
    .hero{
        padding: 75px 0 34px 0;
    }
    .hero .sec-title {
        margin: 0 0 27px 0;
    }
    .hero_images{
        border: none;
        background: transparent;
        backdrop-filter: unset;
    }
    .hero-sec__desc br{
        display: none;
    }
    .hero_images img{
        filter: none;
    }
    .order-sec__title{
        text-align: center;
        font-size: 24px;
        line-height: normal;
        margin: 0 0 15px 0;
    }
    .order-desc{
        font-size: 12px;
        margin: 0  0 24px 0;
        text-align: center;
    }
    .advantage-tag{
        padding: 6px 37px;
        line-height: 100%;
    }
    .web_img{
        width: 100%;
        margin: 0;
    }
    .price-top{
        padding: 20px 15px;
        margin: 0 0 20px 0;
    }
    .price-titile{
        font-size: 30px;
    }
    .percent_number{
        font-size: 50px;
        margin: 0 0 30px 0;
    }
    .percent_title{
        margin: 0 0 24px 0;
    }
    .company .sec-title {
        margin: 0 auto 60px auto;
    }
    .employe_img{
        width: 60px;
        height: 60px;
    }
    .employe_text{
        font-size: 22px;
    }

    .hero_img1{
        width: 70%;
        left: 40%;
        transform: translate(-50%, -50%);
    }
    .hero_img2{
        scale: 1;
        width: 55%;
        top: 10%;
        left: 35%;
        transform: translate(0, -50%) rotate(-20deg);
        transform-origin: center center;
        opacity: .7;
    }
    .hero_img3{
        scale: 1;
        width: 55%;
        right: 10%;
        z-index: -2;
        opacity: .5;
    }
    .hero::after{
        z-index: -4;
    }
    .hero::before{
        z-index: -3;
    }
    .hero_img4, .hero_img5{
        scale: 1;
        width: 55%;
        right: 10%;
        z-index: -2;
    }
    .employe_option:nth-child(2),
    .employe_option:nth-child(3){
        padding: 0;
        text-align: center;
        justify-content: center;
    }
    .employe_option img{
        display: none;
    }
    .connect-pagintion{
        flex-direction: column;
        justify-content: center;
    }
    .icon {
        margin-top: 10px;
        width: 35px;
        height: 35px;
    }
    .footer-row{
        margin-bottom: -20px;
    }
    .footer-contacts{
        margin-top: 20px;
        gap: 10px;
    }
    .feedback-item__top img{
        width: 60px;
        height: 60px;
    }
    .feedback-item__top{

    }
    .info{
        margin: auto;
    }
    #PHONE {
        width: 100%; /* Полная ширина */
        overflow: hidden;
    }
    order-modal{
    overflow: auto;
    max-width: 100%;
    }
    
}
@media(max-width: 400px){

.info{
    margin: -10px;
}
.web-platform{
    width: auto;
}
.mobile-app{
    width: auto;
}
.percent{
    width: auto;
}
.crm-img{
    width: 380px;}
.price-tag{
    height: 40px;
    margin-top: -10px;
    margin-right: -10px;
}
}

@media(max-width: 380px){
.crm-img{
    width: 350px;
}
.web-platform{
    width: 98%;
}
.mobile-app{
    width: 98%;
}
.percent{
    width: 98%;
}
.app-texts{
    margin-right: 20px;
}

}
@media(max-width: 370px){
.web-platform{
    width: 95%;
}
.mobile-app{
    width: 95%;
}
.percent{
    width: 95%;
}

}