
@font-face {
	font-family: 'Menlo';
	font-weight: 500;
	src: url("../fonts/Menlo-Regular.ttf") format("truetype");
}

@font-face {
	font-family: 'Suisse Intl';
	font-weight: 500;
	src: url("../fonts/fonnts.com-Suisse_Intl_Medium.ttf") format("truetype");
}

@font-face {
	font-family: 'Helvetica Now Display';
	font-weight: 700;
	src: url("../fonts/HelveticaNowDisplay-Bold.ttf") format("truetype");
}
@font-face {
	font-family: 'Helvetica Now Display';
	font-weight: 500;
	src: url("../fonts/HelveticaNowDisplay-Medium.ttf") format("truetype");
}
@font-face {
	font-family: 'Helvetica Now Display';
	font-weight: 400;
	src: url("../fonts/HelveticaNowDisplay-Regular.ttf") format("truetype");
}



body{
    margin: 0;
    top: 0;
    font-style: normal;
    font-weight: 400;
    font-family: "Suisse Intl";
    min-height: 100vh;
    user-select: text;
    background: #FFF;
    color: #000000;
    user-select: none; 
}
html {
    scroll-behavior: smooth;
}
h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;
    font-weight: normal;
    font-size: 100%;
    font-family: inherit;
    line-height: inherit;
    text-transform: none;
    text-decoration: none;
    letter-spacing: normal;
    border: 0;
    vertical-align: baseline;
}

button{
    outline: none;
    border: none;
}
.flex{
    display: flex;
}
.jflex{
    display: flex;
    justify-content: center;
}
.aflex{
    display: flex;
    align-items: center;
}
.tflex{
    text-align: center;
}
.sflex{
    display: flex;
    justify-content: space-between;
}
.rel{
    position: relative;
    width: 100%;
}
p{
    margin: 0;
}
.w100{
    width: 100%;
}
img{
    pointer-events: none;
    -webkit-touch-callout: none; 
    -webkit-user-select: none; 
    -khtml-user-select: none;
    -moz-user-select: none; 
    -ms-user-select: none;
    user-select: none;
}
a{
    cursor: pointer;
    text-decoration: none;
}
::-webkit-scrollbar {
    border-radius: 5px;
    width: 0px;
    height: 100%;
}
header{
    width: 100%;
    display: flex;
    justify-content: center;
    position: fixed;
    top: 0;
    padding: 20px 0;
    background: #FFF;
    border-bottom: 1px solid rgba(0, 0, 0, 0.10);
    z-index: 10;
}
.w1820 {
    max-width: 1820px;
    width: 100%;
    margin: 0 30px;
}
.text-wrap .title {
    color: #1D1C29;
    font-family: "Helvetica Now Display";
    font-size: 20px;
    font-style: normal;
    font-weight: 800;
    line-height: 137%; 
    background: none;
    -webkit-text-fill-color:#1D1C29;
    letter-spacing: 0.93px;
}
.text-wrap .subtitle {
    color: #1D1C29;
    font-family: "Helvetica Now Display";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 137%; /* 21.92px */
    margin-top: 16px;
    display: block;
}
.text-wrap .txt {
    color: #1D1C29;
    font-family: "Helvetica Now Display";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 165%; /* 23.1px */
    margin-top: 7px;
}
.text-wrap .line{
    width: 100%;
    height: 1px;
    background: rgba(29, 28, 41, 0.10);
    margin: 16px 0;
}
.text-wrap .list > li{
    padding-left: 16px;
}
.header-left {
    display: flex;
    align-items: center;
    gap: 35px;
}
.header-nav {
    display: flex;
    align-items: center;
    gap: 24px;
}
.header-nav .menu-item {
    position: relative;
    display: inline-block;
}
.footer-nav {
    display: flex;
    align-items: center;
    gap: 24px;
}
.footer-nav .menu-item {
    position: relative;
    display: inline-block;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: -10px;
    display: none;
    border-radius: 5px;
    padding: 5px 10px;
    background: #fff;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    animation: fadeIn 0.3s ease;
    z-index: 2;
}

.dropdown-menu a {
    display: block;
    padding: 10px;
    text-decoration: none;
    color: #9196AB;
    font-family: "Helvetica Now Display";
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 15px;
    text-wrap: nowrap;
}

.dropdown-menu a:hover {
    background-color: #f4f4f4;
}

.menu-item:hover .dropdown-menu {
    display: block;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.header-nav>a{
    color: #9196AB;
    font-family: "Helvetica Now Display";
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 15px; /* 100% */
}
.footer-nav>a{
    color: #9196AB;
    font-family: "Helvetica Now Display";
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 15px; /* 100% */
}
.menu-item>a{
    color: #9196AB;
    font-family: "Helvetica Now Display";
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 15px; /* 100% */
}
.header-right {
    display: flex;
    align-items: center;
    gap: 10px;
}
.log-in {
    color: #1D1C28;
    font-family: Inter;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px; 
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.08);
    padding: 8px 10px;
}
.sing-up {
    border-radius: 10px;
    padding: 8px 10px;
    background: #3B45FD;
    box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.00);
    color: #FAFAFA;
    font-family: Inter;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px; /* 133.333% */
}
.auth-user {
    color: #1D1C28;
    font-family: Inter;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px; 
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.08);
    padding: 8px 10px;
}
main{
    width: 100%;
    display: flex;
    justify-content: center;
}
.bg {
    background-image: url(../image/bg.svg);
    background-position: left;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 107px 87px;
    border-radius: 68px;
}

.mt80 {
    margin-top: 80px;
}
.mt86 {
    margin-top: 86px;
}
h1{
    font-family: "Suisse Intl";
    font-size: 68px;
    font-style: normal;
    font-weight: 500;
    line-height: 71.195px; /* 104.698% */
    letter-spacing: -3.4px;
    background: radial-gradient(50.72% 140.23% at 50% -40.23%, #737AFF 12.9%, #1D1C28 68.84%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    max-width: 806px;
}
h1>span{
    color: #3B45FD;
    font-family: "Suisse Works";
    font-style: normal;
}
h2{
    color: #9196AB;
    font-family: "Suisse Intl";
    font-size: 19px;
    font-style: normal;
    font-weight: 450;
    line-height: 165%; /* 31.35px */
    letter-spacing: -0.38px;
    max-width: 418px;
    margin-top: 16px;
}
.get-it{
    color: #FFF;
    text-align: center;
    font-family: "Helvetica Now Display";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px; /* 150% */
    letter-spacing: 0.18px;
    border-radius: var(--font-size-11, 12px);
    background: #3B45FD;
    margin-top: 33px;
    cursor: pointer;
    padding: 10px 14px;
    box-shadow: 0px 0px 16px 0.829px rgba(59, 69, 253, 0.15), 0px 0px 0px 1px rgba(0, 0, 0, 0.00), 0px 0px 0px 1px rgba(0, 0, 0, 0.00);
}
.main-txt{
    color: #1D1C28;
    font-family: "Suisse Intl";
    font-size: 19px;
    font-style: normal;
    font-weight: 500;
    line-height: 165%; /* 31.35px */
    letter-spacing: -0.38px;
    margin-top: 73px;
}
.companies-wrap{
    display: flex;
    align-items: center;
    gap: 28px 42px;
    max-width: 704px;
    margin-top: 24px;
    flex-wrap: wrap;
}
section{
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 113px;
}
.w1440 {
    max-width: 1440px;
    width: 100%;
    margin: 0 30px;
}
.section-left {
    width: 50%;
    position: relative;
}
.plag-img {
    position: absolute;
    right: -70px;
    top: -62px;
}
.section-img {
    width: 100%;
}
.section-right p{
    color: #3B45FD;
    font-family: "Suisse Intl";
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%; /* 24px */
    text-transform: uppercase;
}
.section-right h3{
    color: #1D1C28;
    font-family: "Suisse Intl";
    font-size: 54px;
    font-style: normal;
    font-weight: 500;
    line-height: 54px; /* 100% */
    letter-spacing: -1.62px;
    margin-top: 20px;
    max-width: 512px;
}
.section-right h4{
    color: #9196AB;
    font-family: "Suisse Intl";
    font-size: 18px;
    font-style: normal;
    font-weight: 450;
    line-height: 165%; /* 29.7px */
    letter-spacing: -0.36px;
    margin-top: 20px;
    max-width: 510px;
}
.swiper {
    width: 100%;
    height: 555px;
}
.name-wrap {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 41px;
}
.name {
    color: #1D1C28;
    font-family: "Suisse Intl";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 144%; /* 23.04px */
}
.occupation {
    color: #1D1C28;
    font-family: "Suisse Intl";
    font-size: 15px;
    font-style: normal;
    font-weight: 450;
    line-height: 144%; /* 21.6px */
}
.swiper-slide{
    display: flex !important;
    flex-direction: column;
    align-items: center;
    border-radius: 68.92px;
    background: #FAFBFC;
    padding: 111px;
}
.swiper-slide>p{
    color: #1D1C28;
    text-align: center;
    font-family: "Suisse Intl";
    font-size: 30px;
    font-style: normal;
    font-weight: 500;
    line-height: 36px; /* 120% */
    letter-spacing: -0.9px;
    max-width: 625px;
    margin-top: 57px;
}
.swiper-button-prev {
    border-radius: 9999px;
    background: #FFF;
    box-shadow: 0px 4px 6.4px 0px rgba(0, 0, 0, 0.03), 0px 3px 9.6px 0px rgba(0, 0, 0, 0.05), 0px 8px 32px 0px rgba(0, 0, 0, 0.07), 0px 32px 96px 0px rgba(0, 0, 0, 0.10);
    width: 56px !important;
    height: 56px !important;
    left: 250px !important;
    padding: 16px;
}
.swiper-button-next {
    border-radius: 9999px;
    width: 56px !important;
    height: 56px !important;
    padding: 16px;
    right: 250px !important;
    background: #FFF;
    box-shadow: 0px 4px 6.4px 0px rgba(0, 0, 0, 0.03), 0px 3px 9.6px 0px rgba(0, 0, 0, 0.05), 0px 8px 32px 0px rgba(0, 0, 0, 0.07), 0px 32px 96px 0px rgba(0, 0, 0, 0.10);
}
.swiper-button-next:after,.swiper-button-prev:after {
    font-family: none !important;
    font-size: 0 !important;
}
.swiper-button-prev>img{
    transform: rotate(180deg);
}
.swiper-slide.active-slide {
    transition: transform 0.3s ease; 
    background: #EFF2FF !important;
}
.supercharge {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-image: url(../image/supercharge-bg.svg);
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 68.92px;
    position: relative;
    width: 100%;
}
.supercharge-logo {
    position: absolute;
    top: -56px;
}
.supercharge-link {
    display: flex;
    align-items: center;
    border-radius: var(--font-size-11, 12px);
    background: #3B45FD;
    box-shadow: 0px 0px 16px 0.829px rgba(59, 69, 253, 0.15), 0px 0px 0px 1px rgba(0, 0, 0, 0.00), 0px 0px 0px 1px rgba(0, 0, 0, 0.00);
    padding: 10px 14px;
    gap: 10px;
    margin-top: 32px;
    color: #FFF;
    text-align: center;
    font-family: "Helvetica Now Display";
    font-size: 17px;
    font-style: normal;
    font-weight: 700;
    line-height: 27px; /* 158.824% */
    letter-spacing: 0.17px;
}
.code-img {
    margin-top: 43px;
    border-radius: 0px 0px 40px 40px;
}
.supercharge h3{
    text-align: center;
    font-family: "Suisse Works";
    font-size: 68px;
    font-style: normal;
    font-weight: 500;
    line-height: 72px; /* 105.882% */
    letter-spacing: -2.04px;
    background: radial-gradient(50.72% 140.23% at 50% -40.23%, #737AFF 12.9%, #FFF 68.84%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    max-width: 728px;
    margin-top: 67px;
}
.supercharge h4{
    color: #9196AB;
    font-family: "Suisse Intl";
    font-size: 18px;
    font-style: normal;
    font-weight: 450;
    line-height: 165%; /* 29.7px */
    letter-spacing: -0.36px;
    margin-top: 16px;
}
.code-img{
    overflow: hidden;
}
.plan-wrap {
    display: flex;
    justify-content: center;
}
.plan {
    border-radius: 44px;
    border: 2px solid #F3F5F7;
    background: linear-gradient(180deg, rgba(113, 120, 255, 0.10) 0%, rgba(113, 120, 255, 0.00) 9.93%), #F3F5F7;
    padding: 19px 70px;
    transition: .3s all;
    position: relative;
    transform: scale(1);
}
.plan.ml-17{
    margin-left: -17px;
}
.plan:hover{
    transform: scale(1.05);
    transition: transform .3s ease;
    z-index: 2;
}
.plan-logo {
    margin-left: -43px;
}
.title {
    font-family: "Suisse Works";
    font-size: 44.154px;
    font-style: normal;
    font-weight: 400;
    line-height: 50.468px; /* 114.3% */
    letter-spacing: -2.07px;
    background: radial-gradient(67.38% 139.75% at 31.81% -38.78%, #737AFF 12.9%, #1D1C28 68.84%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-top: 12px;
}
.subtitle {
    color: #9196AB;
    font-family: "Suisse Intl";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 30.672px; /* 170.401% */
    margin-top: 6px;
}

.prise {
    color: #1D1C28;
    font-family: "Suisse Intl";
    font-size: 31.5px;
    font-style: normal;
    font-weight: 450;
    line-height: 41.373px; /* 131.341% */
    letter-spacing: -1.312px;
}
.per-monse {
    color: #1D1C28;
    font-family: "Suisse Intl";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 18.355px; /* 91.777% */
}
.mt20{
    margin-top: 20px;
}
.gap11{
    gap: 11px;
}
.plan-btn {
    display: flex;
    align-items: center;
    border-radius: var(--font-size-11, 12px);
    background: #3B45FD;
    color: #FFF;
    text-align: center;
    font-family: "Suisse Intl";
    font-size: 17px;
    font-style: normal;
    font-weight: 500;
    line-height: 27px; /* 158.824% */
    letter-spacing: 0.17px;
    margin-top: 40px;
    padding: 10px 24px;
    transition: .3s all;
    box-shadow: 0px 0px 16px 0.829px rgba(59, 69, 253, 0.15), 0px 0px 0px 1px rgba(0, 0, 0, 0.00), 0px 0px 0px 1px rgba(0, 0, 0, 0.00);
}
.plan-btn:hover{
    background: #3138B6;
    box-shadow: 0px 0px 16px 0.829px rgba(59, 69, 253, 0.25), 0px 0px 0px 1px rgba(0, 0, 0, 0.00), 0px 0px 0px 1px rgba(0, 0, 0, 0.00);
    transition: .3s all;
}
.plan-btn:active{
    background: #3138B6;
    box-shadow: 0px 0px 16px 0.829px rgba(59, 69, 253, 0.25), 0px 0px 0px 1px rgba(0, 0, 0, 0.00), 0px 0px 0px 1px rgba(0, 0, 0, 0.00);
    transition: .3s all;
}
.plus-plan {
    display: flex;
    align-items: center;
    gap: 24px;
    margin-top: 4px;
}
.plus-plan>p{
    color: #1D1C28;
    font-family: "Suisse Intl";
    font-size: 15.615px;
    font-style: normal;
    font-weight: 400;
    line-height: 26.765px; /* 171.4% */
    letter-spacing: 0.082px;
}
.plan-line {
    width: 100%;
    height: 1px;
    border-radius: 44px;
    margin-top: 11px;
    border: 2px solid #F3F5F7;
    background: linear-gradient(180deg, rgba(113, 120, 255, 0.10) 0%, rgba(113, 120, 255, 0.00) 9.93%), #F3F5F7;
}
.mt40{
    margin-top: 40px;
}
.plan-key{
    color: #1D1C28;
    font-family: "Suisse Intl";
    font-size: 14.615px;
    font-style: normal;
    font-weight: 400;
    line-height: 26.765px; /* 183.127% */
    letter-spacing: 0.082px;
    margin-top: 29px;
}
.mt12{
    margin-top: 12px;
}
.special{
    border-radius: 44px;
    position: relative;
    z-index: 1;
    border: 2px solid #FFF;
    background: linear-gradient(180deg, rgba(113, 120, 255, 0.10) 0%, rgba(113, 120, 255, 0.00) 9.93%), #FFF;
    box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.04), 0px 5px 18px 0px rgba(0, 0, 0, 0.06), 0px 24px 83px 0px rgba(0, 0, 0, 0.10);
}
.mr-17{
    margin-right: -17px;
}
.ml-17{
    margin-left: -17px;
}
.faq {
    width: 100%;
}
.faq .tile {
    color: #1D1C28;
    font-family: "Suisse Intl";
    font-size: 52px;
    font-style: normal;
    font-weight: 500;
    line-height: 59px; /* 113.462% */
    letter-spacing: -1.56px;
}
.faq-spoler {
    padding: 24px;
    border-bottom: 1px solid #F4F5F6;
    width: 100%;
    box-sizing: border-box;
}
.faq-tile>p {
    color: #1D1C28;
    font-family: "Suisse Intl";
    font-size: 22px;
    font-style: normal;
    font-weight: 450;
    line-height: 27px; /* 122.727% */
    letter-spacing: -0.44px;
}
.faq-tile{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
.faq-tile>img{
    pointer-events: painted;
    cursor: pointer;
}
.subtitle {
    color: #9196AB;
    font-family: "Suisse Intl";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 30.672px; /* 170.401% */
    margin-top: 10px;
    display: none;
}
.mt150{
    margin-top: 150px;
}
.arrow{
    transition: .3s ease-in;
}
.rotate{
    transform: rotate(180deg);
    transition: .3s ease-in;
}
footer{
    width: 100%;
    display: flex;
    justify-content: center;
    margin: 60px 0px;
}
.footer-wrap {
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 1440px;
    margin: 0 30px;
    border-top: 1px solid rgba(0, 0, 0, 0.10);
    padding: 30px 0px;
}
.social-wrap {
    display: flex;
    align-items: center;
    gap: 10px;
}
.footer-wrap>p{
    color: #9196AB;
    font-family: "Suisse Intl";
    font-size: 14.3px;
    font-style: normal;
    font-weight: 500;
    line-height: 21px; /* 146.853% */
}
.footer-wrap>p a{
    color: #1D1C28;
    font-family: "Suisse Intl";
    font-size: 14.3px;
    font-style: normal;
    font-weight: 500;
    line-height: 21px;
}
.pop-up {
    display: none;
    align-items: center;
    justify-content: center;
    position: fixed;
    z-index: 20;
    top: 0;
    width: 100%;
    height: 100%;
    backdrop-filter: blur(4px);
    background: #00000069;
    -webkit-backdrop-filter: blur(4px);
}
.registration {
    display: flex;
    border-radius: 32px;
    overflow: hidden;
    margin: 0 20px;
    -webkit-box-shadow: 0px 0px 5px 4px rgba(0,0,0,0.17);
    -moz-box-shadow: 0px 0px 5px 4px rgba(0,0,0,0.17);
    box-shadow: 0px 0px 5px 4px rgba(0,0,0,0.17);
    background: white;
}
.registration-form {
    background: #FFF;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    padding: 40px 60px;
    flex-direction: column;
    align-items: center;
    max-width: 420px;
    width: 100%;
    display: none;
}
.registration-form.show{
    display: flex;
}
.autorization-form{
    background: #FFF;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    padding: 40px 60px;
    display: none;
    flex-direction: column;
    align-items: center;
    max-width: 420px;
    width: 100%;
}
.autorization-form.show{
    display: flex;
}

.registration .title {
    color: #1D1C28;
    text-align: center;
    font-family: "Suisse Intl";
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%; /* 28px */
    letter-spacing: -0.56px;
    margin-top: 24px;
}
.input-wrap {
    display: flex;
    align-items: center;
    border-radius: var(--font-size-11, 12px);
    background: #F3F5F7;
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.02) inset;
    padding: 14px;
    margin-top: 10px;
    width: 100%;
    gap: 10px;
}
.input-wrap>input{
    background-color: transparent;
    color: #1D1C28;
    font-family: "Suisse Intl";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 144%; /* 23.04px */
    letter-spacing: -0.32px;
}
.input-wrap>input::placeholder{
    color: rgba(127, 131, 147, 0.65);
    font-family: "Suisse Intl";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 144%; /* 23.04px */
    letter-spacing: -0.32px;
}
.nowrap {
    white-space: nowrap;
}
.eye {
    pointer-events: painted;
    cursor: pointer;
}
.sing-continue {
    border-radius: var(--font-size-11, 12px);
    background: #3B45FD;
    padding: 12px 24px;
    margin-top: 24px;
    color: #FFF;
    text-align: center;
    font-family: "Suisse Intl";
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-style: normal;
    font-weight: 600;
    line-height: 27px; /* 168.75% */
    letter-spacing: 0.16px;
    width: 100%;
    display: flex;
    align-items: center;
    transition: .3s ease-in;
    box-shadow: 0px 0px 16px 0.829px rgba(59, 69, 253, 0.25), 0px 0px 0px 1px rgba(0, 0, 0, 0.00), 0px 0px 0px 1px rgba(0, 0, 0, 0.00);
}
.sing-continue:hover{
    background: #3138B6;
    transition: .3s ease-in;
    box-shadow: 0px 0px 16px 0.829px rgba(59, 69, 253, 0.25), 0px 0px 0px 1px rgba(0, 0, 0, 0.00), 0px 0px 0px 1px rgba(0, 0, 0, 0.00);
}
.sing-continue:disabled{
    transition: .3s ease-in;
    opacity: .4;
}
.register-btn {
    color: #1D1C28;
    font-family: "Suisse Intl";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 144%; /* 23.04px */
    letter-spacing: -0.32px;
    border-radius: var(--font-size-11, 12px);
    background: #FFF;
    padding: 13px 12px;
    width: 100%;
    margin-top: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.08);
    transition: .3s ease-in;
}
.registration-right {
    margin-left: -1px;
}
.mt24{
    margin-top: 24px;
}
.registration .txt{
    color: rgba(127, 131, 147, 0.65);
    text-align: center;
    font-family: "Suisse Intl";
    font-size: 14px;
    font-style: normal;
    font-weight: 450;
    line-height: 165%; /* 23.1px */
    max-width: 277px;
    margin-top: 28px;
}
.register-btn:hover{
    background: #F3F5F7;
    transition: .3s ease-in;
}
.pop-up.show{
    display: flex;
}
.pop-up-error{
    border-radius: 20px;
    padding: 20px 10px;
    background-color: #ececec;
    position: fixed;
    left: 50%;
    top: -100%;
    transition: .5s ease-in-out;
    z-index: 25;
    transform: translateX(-50%);
}
.pop-up-error.on{
    top: 80px;
    transition: .5s ease-in-out;
}
.code-img>img{
    width: 100%;
}
.swiper-second {
    max-width: 600px;
    width: 100%;
    height: auto;
    overflow: hidden;
}

.swiper-second .swiper-slide2 {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 600px;
    width: 100%;
    height: auto;
}
.swiper-second{
    display: none;
}
.burger {
    position: relative;
    width: 30px;
    height: 25px;
    cursor: pointer;
    z-index: 101;
    display: none;
}
.burger span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background: #000;
    border-radius: 3px;
    left: 0;
    transform: rotate(0deg);
    transition: 0.25s ease-in-out;
}
.burger span:nth-child(1) {
    top: 0px;
}
.burger span:nth-child(2) {
    top: 10px;
}
.burger span:nth-child(3) {
    top: 20px;
}
.burger.active span:nth-child(1) {
    top: 10px;
    transform: rotate(135deg);
}
.burger.active span:nth-child(2) {
    opacity: 0;
}
.burger.active span:nth-child(3) {
    top: 10px;
    transform: rotate(-135deg);
}
.burger-nav {
    position: fixed;
    top: 70px;
    right: -100%;
    width: 100%;
    height: 100%;
    background-color: #fff;
    transition: right 0.3s ease;
    z-index: 100;
    overflow-y: auto;
}
.burger-nav.menu-active {
    right: 0;
}

.dflex {
    display: flex;
    flex-direction: column;
}
.dflex700 {
    display: flex;
    flex-direction: column;
    align-items: center;
}
@keyframes bounceInUp-my {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
    
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.bounceInUp-my {
    -webkit-animation-name: bounceInUp-my;
    animation-name: bounceInUp-my;
    -webkit-animation-duration: 0.4s; /* Укажите нужное время */
    animation-duration: 0.4s;
}

.code-wrap {
    border-radius: 20px 20px 47px 47px;
    border: 0.832px solid rgba(212, 228, 254, 0.19);
    max-width: 1200px;
    width: 100%;
    margin-top: 44px;
    backdrop-filter: blur(59.36630630493164px);
    -webkit-backdrop-filter: blur(60px);
    overflow: hidden;
    transition: .3s all;
}
.code-header {
    padding: 6px 12px 7px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: .3s all;
}
.code-heade-left {
    display: flex;
    align-items: center;
    gap: 6.6px;
}
.red {
    border-radius: 8316.259px;
    background: rgba(255, 107, 109, 0.94);
    width: 8.317px;
    height: 8.317px;
    flex-shrink: 0;
}
.yellow {
    border-radius: 8316.259px;
    background: #FFCB47;
    width: 8.317px;
    height: 8.317px;
    flex-shrink: 0;
}
.green {
    border-radius: 8316.259px;
    background: rgba(66, 255, 164, 0.70);
    width: 8.317px;
    height: 8.317px;
    flex-shrink: 0;
}
.code-heade-right {
    display: flex;
    align-items: center;
    gap: 8px;
}
.switch {
    border-radius: 6.654px;
    border: 0.832px solid rgba(212, 228, 254, 0.19);
    padding: 1px 2px;
    display: flex;
    align-items: center;
    transition: .3s all;
    justify-content: center;
    gap: 3px;
}
.switch-item{
    border-radius: 0px 6.654px 6.654px 0px;
    padding: 3.327px;
    cursor: pointer;
}
.code-body {
    display: flex;
    align-items: flex-start;
    width: 100%;
    transition: .3s all;
}
.code-body-nav {
    border: 0.832px solid rgba(255, 255, 255, 0.10);
    background: linear-gradient(180deg, rgba(12, 12, 18, 0.59) 0%, rgba(0, 0, 0, 0.59) 100%);
    backdrop-filter: blur(59.36630630493164px);
    -webkit-backdrop-filter: blur(60px);
    padding: 15px;
    height: 495px;
    transition: .3s all;
}
.code-nav{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 13px;
    margin-top: 31px;
    transition: .3s all;
}
.code-body-main {
    width: 100%;
    transition: .3s all;
}
.code-header-txt{
    display: flex;
    align-items: center;
    gap: 6.6px;
}
.code-header-txt>p{
    color: #FFF;
    font-family: "Helvetica Now Display";
    font-size: 16.634px;
    font-style: normal;
    font-weight: 700;
    line-height: 137%; 
}
.code-body-main-code{
    background: radial-gradient(83.24% 69.25% at 36.73% 71.85%, rgba(86, 90, 221, 0.10) 0%, rgba(86, 90, 221, 0.00) 50%, rgba(86, 90, 221, 0.00) 100%), rgba(5, 5, 11, 0.81);
    max-width: 1156px;
    width: 100%;
    padding: 17px 20px;
    overflow-y: auto;
    transition: .3s all;
}
.code-body-main-top{
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
    padding: 10px 13px;
    border: 0.832px solid rgba(255, 255, 255, 0.10);
    background: linear-gradient(180deg, rgba(12, 12, 18, 0.59) 0%, rgba(0, 0, 0, 0.59) 100%);
    backdrop-filter: blur(59.36630630493164px);
    -webkit-backdrop-filter: blur(60px);
    border-left: none;
    transition: .3s all;
}
.diamond-buttom{
    display: flex;
    align-items: center;
    border-radius: 8.317px;
    border: 0.832px solid #6A6FFF;
    background: linear-gradient(221deg, #6A6FFF 13.42%, #565ADD 79.93%), #565ADD;
    box-shadow: 0px 0px 13.307px 0.689px rgba(98, 102, 241, 0.25), 0px 0px 0px 0.832px rgba(0, 0, 0, 0.00);
    padding: 5.822px 9.149px;
    gap: 6px;
    color: #FFF;
    font-family: "Helvetica Now Display";
    font-size: 10.812px;
    font-style: normal;
    font-weight: 700;
    line-height: 144%; /* 15.57px */
}
.code-flex {
    display: flex;
    align-items: center;
    gap: 17px;
    width: 100%;
}
.code-numbers {
    color: #464A4D;
    font-family: Menlo;
    font-size: 11.367px;
    font-style: normal;
    font-weight: 400;
    line-height: 22.734px; 
}
.code-txt {
    color: #464A4D;
    font-family: Menlo;
    font-size: 11.367px;
    font-style: normal;
    font-weight: 400;
    line-height: 22.734px; 
    width: 100%;
    white-space: nowrap;
}
.code-txt .grey {
    color: #464A4D;
}
.code-txt .blue {
    color: #A1FCEA;
}
.ml-17{
    margin-left: 17px;
}
.ml-34{
    margin-left: 34px;
}
.ml-60{
    margin-left: 60px;
}
.ml-66{
    margin-left: 66px;
}
.ml-82{
    margin-left: 82px;
}
.ml-99{
    margin-left: 99px;
}
.switch-item.on{
    background: rgba(121, 121, 250, 0.03);
}
.code-header.light{
    background: #FFF;
    transition: .3s all;
}
.code-body-main-top.light{
    background: #FFF;
    transition: .3s all;
    border: 0.832px solid rgb(0 0 0 / 10%);
}
.code-body-nav.light{
    background: #FFF;
    transition: .3s all;
    border: 0.832px solid rgb(0 0 0 / 10%);
}
.code-body-main-code.light{
    background: #FFF;
    transition: .3s all;
}
.code-header-txt.light>p{
    color: #000 !important;
}
.blue.light{
    color: #6165EF;
}
.switch.light{
    border: 0.832px solid rgb(0 0 0 / 10%);
}
.code-nav.light svg g path{
    fill: #9196AB;
    transition: .3s all;
}
.switch-item.light svg g path{
    fill: #000;
}
.on.light{
    background: rgb(203 203 203 / 40%);
}
.general {
    max-width: 1170px;
    padding-inline: 20px;
    margin-top: 56px;
}

.general section {
    margin-top: 48px;
}
@media(max-width:1440px){
    .bg{
        padding: 50px 27px;
    }
    .swiper-slide>p{
        font-size: 20px;
        line-height: 25px;    
    }
    .swiper-slide {
        padding: 50px;
    }
    .swiper {
        width: 100%;
        height: 364px;
    }
    .supercharge{
        padding: 0px 20px;
    }
}
@media(max-width:1200px){
    .section-right h3{
        font-size: 31px;
        line-height: 28px;
    }
    .swiper-button-next {
        right: 187px !important;
    }
    .swiper-button-prev {
        left: 187px !important;
    }
    .supercharge h3 {
        font-size: 41px;
    }
    .supercharge{
        border-radius: 30px;
    }
    .bg {
        border-radius: 30px;
    }
    .faq .tile {
        font-size: 30px;
    }
    .faq-tile>p {
        font-size: 18px;
    }
    .subtitle {
        font-size: 16px;
    }
    .faq-spoler{
        padding: 15px;
    }
    .plan-btn {
        font-size: 16px;
    }
    .plan {
        padding: 19px 30px;
        border-radius: 20px; 
    }
    .special {
        border-radius: 20px; 
    }
    .plan-logo {
        margin-left: -32px;
    }
    .code-flex{
        width: 70%;
        overflow: hidden;
    }
}
@media(max-width:1100px){
    .plan-wrap{
        display: none;
    }
    .special{
        box-shadow: none;
    }
    .swiper-slide{
        padding: 20px !important;
        background: transparent !important;
    }
    .swiper-3d .swiper-slide-shadow{
        background-color: transparent !important;
    }
    .swiper-second{
        display: block;
    }
    .section-img {
        width: 80%;
    }
    .swiper {
        max-width: 1000px;
        width: 100%;
        height: 364px;
    }
    .swiper-button-next {
        right: 40px !important;
    }
    .swiper-button-prev {
        left: 40px !important;
    }
    .plag-img {
        position: absolute;
        right: 40px;
        top: -62px;
        width: 150px;
    }
}
@media(max-width:900px){
    h1{
        font-size: 40px;
        line-height: 42.195px;
    }
    .main-txt {
        margin-top: 10px;
    }
    .get-it {
        font-size: 16px;
        margin-top: 13px;
        padding: 6px 10px;
    }
    .adapt900{
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
    }
    .ref-adapt900{
        flex-direction: column-reverse;
        align-items: flex-start;
        gap: 20px;
    }
    .section-left{
        width: 100%;
    }
    .section-right h3{
        max-width: 100%;
    }
    .section-img {
        width: 100%;
    }
    .plag-img {
        position: absolute;
        right: -25px;
        top: -47px;
        width: 150px;
    }
    .companies-wrap{
        gap: 9px 13px;
    }
    .header-nav {
        gap: 10px;
    }
    .header-left {
        gap: 10px;
    }
}



@media (max-width: 700px) {
    .burger {
        display: block; 
    }
    .header-nav{
        display: none;
    }
    .header-right{
        display: none;
    }
    .dflex700{
        display: flex;
    }
    .burger-nav .header-right{
        display: flex;
        gap: 10px;
        margin-top: 10px;
        padding: 20px;
        align-items: flex-start;

    }
    .burger-nav .header-nav{
        display: flex;
        gap: 10px;
        margin-top: 10px;
        margin-top: 20px;
        padding: 20px;
        align-items: flex-start;
    }
    .supercharge h3 {
        line-height: 44px;
    }
    .supercharge h4 {
        font-size: 16px;
        text-align: center;
    }
    .header-nav>a {
        font-size: 18px;
    }
    .swiper-slide>p {
        font-size: 18px;
        line-height: 21px;
    }
    .swiper-slide {
        border-radius: 30px;
    }
    .swiper{
        height: auto;
    }
    .registration-right{
        display: none;
    }
    .autorization-form{
        padding: 30px 20px;
    }
    .companies-wrap>img{
        height: 25px;
    }
    .swiper-button-next,
    .swiper-button-prev {
        display: none !important;
    }
}
@media (max-width: 600px){
    .w1440 {
        margin: 0 6px;
    }
    .w1820{
        margin: 0 6px;
    }
    .mt80{
        margin-top: 80px;
    }
    .plag-img{
        display: none;
    }
    .plan-btn{
        margin-top: 10px;
    }
    .plan-key {
        margin-top: 10px;
    }
    .registration-form{
        padding: 40px 20px;
    }
    .general{
        padding:0 6px ;
    }
    .swiper .swiper-wrapper .swiper-slide{
        background: #EFF2FF !important;
        border-radius: 0;
    }
    .code-wrap {
        border-radius: 20px 20px 7px 7px;
    }
}

@media (max-width: 480px){
    .footer-wrap{
        flex-direction: column;
        align-items: center;
        gap: 12px;
    }
}