@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
.interFont {
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: normal;
    font-style: normal;
}

.content-wrap1600{
    max-width: none;
    padding: 0;
    font-size: 24px;
    line-height: 1.2;
}
.content-wrap1600 * {
    box-sizing: border-box;
}
.bx-breadcrumb .bx-breadcrumb-item a{
    color: #fff;
}
.box{
    max-width: 1630px;
    margin: 0 auto;
    padding: 0 15px;
    position: relative;
    width: 100%;
}
section:not(.main-vis){
    padding: 2.8em 0 1em;
}
.box-header{
    margin-bottom: 1rem;
    font-size: 2em;
}
.box-header.--center{
    text-align: center;
}
.double{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.66em;
}

.hero{
    min-height: 860px;
    margin-top: -100px;
    padding-top: 100px;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}
.hero::before{
    background-image: url("images/hero_full.png");
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    content: '';
    position: absolute;
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: cover;
    z-index: 0;
}
.box.--hero-body{
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}
.hero-body__wrap{
    width: 50%;
    color: #fff;
    padding-bottom: 2em;
}
.hbw__title{
    font-size: 2.66em;
    line-height: 1.2;
    color: #fff;
    text-align: left;
    text-wrap: balance;
    margin-bottom: 2rem;
}
.hbw__title span{
    position: relative;
}
.hbw__title span:before{
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 4px;
    background: #FF9F00;
    content: '';
    display: block;
}
.hbw__nets{
    display: flex;
    gap: 0.83em;
    flex-wrap: wrap;
    max-width: 620px;
    margin-bottom: 2em;
}
.hbw__nets__item{
    display: flex;
    gap: 0.83em;
}
.hbw__nets__item__inner{
    display: flex;
    align-items: center;
    padding: 0.83em;
    background: #30275c;
    border-radius: 0.83em;
    gap: 0.83em;
}
.hbw__nets__item__inner__icon{
    width: 40px;
    height: 40px;
    flex-shrink: 0;
    border-radius: 50%;
    background: #DA434D;
    position: relative;
}
.hbw__nets__item__inner__icon svg{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.hbw__nets__item__inner__text{
    font-weight: bold;
    color: #fff;
}
.hbw__under-title{
    font-size: 1em;
    margin-bottom: 1em;
}
.geo-btn{
    height: 3.5em;
    font-size: .83em;
    text-transform: none;
    font-weight: bold;
    border-radius: 0.83em !important;
    padding-left: 1.83em;
    padding-right: 1.83em;
    transition: transform 0.15s linear;
    cursor: pointer;
}
.geo-btn:hover {
    transform: scale(1.05);
}
.--tileHalf{
    border-radius: 1.66em;
    background: #fff;
    padding: 1.66em;
}
.--tileHalf.--gradientBg{
    background: linear-gradient(180deg, #8A37EF 0%, #231766 100%);
    color: #ffffff;
}
.--tileHalf.--brdr{
    border: 1px solid #CDCDCD;
}
.--tileHalf.--whiteBg{
    background: #fff;
    color: #2B2B2B;
}
.tile__title{
    font-size: 2.66em;
    margin-bottom: 1rem;
    font-weight: 600;
}
.grad-area{
    padding: 2.5em;
    border-radius: 2.5em;
    background: linear-gradient(125.94deg, #2C1B71 14.05%, #5433D7 85.95%);
}
.grad-area .box-header{
    color: #fff;
}
.grad-tiles{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.666em;
    padding: 2em 0;
}
.grad-tile{
    background: #fff;
    border-radius: 1em;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1em;
    padding: 2.66em;
}
.grad-tile__icon{
    flex-shrink: 0;
}
.grad-tile__text h4{
    font-size: 1.333em;
    color: black;
    margin-bottom: 1em;
}
.red-note{
    color: #fff;
    background: #DA434D;
    border-radius: 1.1em;
    text-align: center;
    margin-bottom: 1.5em;
    padding: 1.1em 1.1em 0.65em;
    font-size: 1.33em;
}
.wordArrow{
    display: flex;
    width: fit-content;
    gap: 1em;
    align-items: center;
    margin: 20px auto;
    font-weight: 600;
    color: #fff;
    text-decoration: none;
}
.wordArrow svg{
    transition: transform 0.25s ease-out;
}
.wordArrow:hover svg{
    transform: translateX(0.5em);
}
.box-underheader.--center{
    text-align: center;
    max-width: 1100px;
    margin: 0 auto 1em;
}
.tarifes{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 2.083em;
    padding: 90px;
    box-shadow: 0 2px 15px 0 #19213D1A;
    border-radius: 2em;
    margin-top: 3em;
}
.tarif{
    border-radius: 1.33em;
    padding: 1.5em;
    box-shadow: 0 5px 30px 0 #19213D0F;
    display: flex;
    flex-direction: column;
}
.tarif.--popular{
    background: linear-gradient(188.77deg, #4E22FF -65.71%, #FFFFFF 27.74%);
}
.tarif-top{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1em;
}
.tarif-top__icon{
    flex-shrink: 0;
}
.tarif-top__label{
    font-size: 14px;
    background: linear-gradient(152.53deg, #897FFF -52.54%, #4A3AFF 83.51%);
    color: #ffffff;
    padding: 6px 12px;
    border-radius: 14px;
}
.tarif-middle h4{
    font-size: 1.25em;
    margin-bottom: 1em;
    font-family: "Inter", sans-serif;
    font-weight: 500;
}
.--popular .tarif-middle h4{
    font-size: 1.45em;
}
.tarif-list{
    margin-bottom: 3em;
    list-style: none;
    margin-left: 0;
}
.tarif-list li{
    display: flex;
    align-items: center;
    gap: 10px;
    color: #706b94;
    font-size: 18px;
    margin-bottom: 12px;
    text-wrap: pretty;
}
.tarif-list li::before{
    flex-shrink: 0;
    display: block;
    content: '';
    width: 20px;
    height: 20px;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMCAyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTcuMjY4MDEgMTEuMjM5NUw5LjI1ODE4IDEyLjQwMzNMMTIuNzMyMyA3LjU5NjY4TTEuNSAxMEMxLjUgNS4zMDU1OCA1LjMwNTU4IDEuNSAxMCAxLjVDMTQuNjk0NSAxLjUgMTguNSA1LjMwNTU4IDE4LjUgMTBDMTguNSAxNC42OTQ1IDE0LjY5NDUgMTguNSAxMCAxOC41QzUuMzA1NTggMTguNSAxLjUgMTQuNjk0NSAxLjUgMTBaIiBzdHJva2U9IiM0QTNBRkYiIHN0cm9rZS13aWR0aD0iMS41IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9zdmc+Cg==);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.tarif-bottom{
    margin-top: auto;
}
.tarif-price{
    text-align: center;
    font-size: 1.5em;
    color: #170F49;
    margin-bottom: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 4px;
}
.tarif-price::after{
    content: attr(data-rub);
}
.tarif-price span{
    opacity: 0;
    visibility: hidden;
    display: inline-block;
    width: 0;
}
.--popular .tarif-price{
    font-size: 1.6em;
}
.tarif-button{
    border-radius: 12px;
    width: 100%;
    font-weight: 500;
    cursor: pointer;
    font-size: 0.7em;
}
.tarif-button.--default{
    box-shadow: 0 4px 6px 6px #FFFFFF66 inset;
    box-shadow: 0 -2px 2px 6px #1B235512 inset;
    box-shadow: 0 3px 6px 6px #07006E08;
    border: 1px solid #D9DBE9;
    background: #fff;
    height: 44px;
}
.tarif-button.--default:hover{
    box-shadow: 0 4px 6px 0 #FFFFFF66 inset;
    box-shadow: 0 -2px 2px 0 #1B235512 inset;
    box-shadow: 0 3px 6px 0 #07006E08;
}

.tarif-button.--popular{
    background: linear-gradient(160.41deg, #8C82FF -5.15%, #4A3AFF 87.35%);
    border: none;
    color: #fff;
    height: 49px;
}
.tarif-button.--popular:hover{
    background: linear-gradient(-24.59deg, #8C82FF -5.15%, #4A3AFF 87.35%);
}
.expert-area{
    background: #000000;
    padding: 2.5em;
    color: #ffffff;
    min-height: 678px;
    height: 678px;
    position: relative;
    overflow: hidden;
    border-radius: 1.66em;
}
.expert-area::before{
    width: 100%;
    padding: 34% 0;
    background: radial-gradient(50% 50% at 50% 50%, #DA434D 0%, rgba(218, 67, 77, 0) 100%);
    position: absolute;
    top: -50%;
    left: -65%;
    content: '';
}
.expert__text{
    width: 58%;
    height: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: 2;
}
.expert__text button{
    margin-top: auto;
    width: fit-content;
}
.expert__text h2{
    font-size: 2.66em;
    line-height: 1;
    color: #fff;
    margin-bottom: 1em;
}
.expert__note{
    display: flex;
    align-items: center;
    gap: 1em;
    margin-bottom: 2em;
}
.expert-info{
    position: absolute;
    width: 50%;
    height: 100%;
    right: 0;
    bottom: 0;
    background-image: url(images/expert.png);
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: contain;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
}
.expert-info::after{
    position: absolute;
    content: '';
    width: 33%;
    padding: 25% 10%;
    background: radial-gradient(50% 50% at 50% 50%, #000000 0%, rgba(0, 0, 0, 0) 100%);
    display: block;
    bottom: -23%;
    right: -10%;
    z-index: 0;
}
.expert-info__inner{
    text-align: right;
    padding: 2em;
    z-index: 1;
}
.expert-name{
    font-size: 1.5em;
    font-weight: bold;
    margin-bottom: 0.5em;
}
.geo-area{
    position: relative;
}
.border-bg{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 9vw;
    margin: auto;
}
.geo-list{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 2vw;
    padding: 2em 5em;
    counter-reset: num;
    margin-bottom: 2em;
}
.geo-item{
    display: flex;
    flex-direction: column;
    counter-increment: num;
}
.geo-item.--left{
    align-items: flex-start;
}
.geo-item.--center{
    align-items: center;
    text-align: center;
}
.geo-item.--right{
    align-items: flex-end;

}
.geo-item__icon{
    width: 100px;
    height: 100px;
    background: #DA434D;
    border-radius: 50%;
    margin-bottom: 1em;
    position: relative;
}
.geo-item__icon > *{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 60px;
    height: 60px;
}
.geo-item__text{
    max-width: 340px;
    position: relative;
    margin-top: 2em;
    padding-top: 0.5em;
}
.geo-item__num{
    color: #DA434D;
    font-weight: bold;
    font-size: 1.33em;
    position: absolute;
    bottom: 100%;
    left: 0;
    width: 100%;
}
.geo-item.--right .geo-item__text{
    text-align: right;
}
.f-accordion{
    max-width: 1075px;
    margin: 0 auto 2em;
}
.f-accordion__item{
    border-bottom: 1px solid #E9EAEB;
}
.f-accordion__quest{
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: bold;
    color: #181D27;
    cursor: pointer;
    padding: 1.5em 0;
}
.f-accordion__quest::after{
    width: 32px;
    height: 32px;
    display: block;
    content: '';
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzQiIGhlaWdodD0iMzQiIHZpZXdCb3g9IjAgMCAzNCAzNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE2Ljc5OTggMTEuMTk5OFYyMi4zOTk4TTExLjE5OTggMTYuNzk5OEgyMi4zOTk4TTMwLjc5OTggMTYuNzk5OEMzMC43OTk4IDI0LjUzMTggMjQuNTMxOCAzMC43OTk4IDE2Ljc5OTggMzAuNzk5OEM5LjA2NzgyIDMwLjc5OTggMi43OTk4IDI0LjUzMTggMi43OTk4IDE2Ljc5OThDMi43OTk4IDkuMDY3ODIgOS4wNjc4MiAyLjc5OTggMTYuNzk5OCAyLjc5OThDMjQuNTMxOCAyLjc5OTggMzAuNzk5OCA5LjA2NzgyIDMwLjc5OTggMTYuNzk5OFoiIHN0cm9rZT0iIzdGNTZEOSIgc3Ryb2tlLXdpZHRoPSIyLjgiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8L3N2Zz4K);
}
.f-accordion__answer{
    color: #535862;
    font-size: 0.833em;
    padding-bottom: 1.5em;
    display: none;
}
.f-accordion__quest.active + .f-accordion__answer{
    display: block;
}
.f-accordion__quest.active::after{
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzEiIGhlaWdodD0iMzEiIHZpZXdCb3g9IjAgMCAzMSAzMSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTkuODAwMzkgMTUuMzk5OUgyMS4wMDA0TTI5LjQwMDQgMTUuMzk5OUMyOS40MDA0IDIzLjEzMTkgMjMuMTMyNCAyOS4zOTk5IDE1LjQwMDQgMjkuMzk5OUM3LjY2ODQgMjkuMzk5OSAxLjQwMDM5IDIzLjEzMTkgMS40MDAzOSAxNS4zOTk5QzEuNDAwMzkgNy42Njc5MiA3LjY2ODQgMS4zOTk5IDE1LjQwMDQgMS4zOTk5QzIzLjEzMjQgMS4zOTk5IDI5LjQwMDQgNy42Njc5MiAyOS40MDA0IDE1LjM5OTlaIiBzdHJva2U9IiM3RjU2RDkiIHN0cm9rZS13aWR0aD0iMi44IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9zdmc+Cg==);
}
.bForm{
    background: linear-gradient(90deg, #1A123A 0%, #311891 100%);
    border-radius: 1.66em;
    padding: 2.5em;
    margin-bottom: 3em;
}
.bForm__questions{
    padding: 1em 0;
}
.bForm__questions__item__row{
    display: flex;
    align-items: center;
    gap: 1em;
}
.b-icon{
    flex-shrink: 0;
    width: 60px;
    height: 60px;
}
.bForm h3{
    color: #fff;
    font-size: 1.5em;
    text-wrap: pretty;
}
.bForm__questions__item{
    white-space: nowrap;
    font-size: 0.83em;
    padding: 10px 1.58em;
    border-radius: 1em;
    border: 1px solid rgba(255,255,255,0.2);
    color: #fff;
    width: fit-content;
    height: fit-content;
    min-width: 261px;
    transition: transform 0.3s ease-in;
    position: absolute;
    min-height: 88px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    backdrop-filter: blur(5px);
    will-change: transform;
    background: rgba(255, 255, 255, .02);
}
.bForm__questions__item.--white{
    background: #fff;
}
.bForm__questions__item.--white span{
    color: #1B133D;
    font-weight: 700;
}
.magnetic-container {
    position: relative;
    width: 100%;
    min-height: 250px;
}
[data-magnetic="1"]{
    left: 0;
    top: 2em;
    z-index: 2;
}
[data-magnetic="2"]{
    right: 20%;
    top: 0;
    z-index: 1;
}
[data-magnetic="3"]{
    right: 12%;
    bottom: 50px;
    margin: auto;
    z-index: 3;
}
[data-magnetic="4"]{
    bottom: -10%;
    left: 20%;
    margin: auto;
    z-index: 4;
}
.geoForm__field{
    position: relative;
}
.geoForm__field input{
    width: 100%;
    height: 75px;
    padding: 0 20px;
    border-radius: 15px;
    border: 1px solid #DCDCDC;
    background: transparent;
    color: #ffffff;
    font-size: 20px;
}
.geoForm__field button[type=submit]{
    width: 100%;
    height: 75px;
    background: #DA434D;
    border-radius: 15px;
    border: none;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
}
.form-input + label {
    color: #fff;
    font-size: 20px;
    transition: all 0.3s ease;
    height: 1em;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    padding: 0 20px;
}
.geoForm__agree{
    display: block;
    font-size: 16px;
    text-align: center;
    color: #fff;
    margin-top: 1em;
}
#geoForm{
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    height: 100%;
    padding-top: 1em;
}
.form-input:focus + label, .form-input.not-empty + label {
    font-size: 16px;
    -webkit-transform: translateY(-130%);
    transform: translateY(-130%);
    opacity: 0.8;
}
@media screen and (max-width: 1400px){
    .bForm__questions__item{
        min-height: 50px;
        padding: 10px 1.58em;
        border-radius: 10px;
    }
    .b-icon {
        width: 30px;
        height: 30px;
        svg{
            max-width: 100%;
            max-height: 100%;
        }
    }
    [data-magnetic="1"] {
        top: 4em;
    }
}
@media screen and (max-width: 1280px){
    .content-wrap1600{
        font-size: 20px;
    }
    .tarifes{
        padding: 0;
        box-shadow: none;
        gap: 15px;
    }
    .tarif-list{
        margin-bottom: 1em;
    }
    .expert-area{
        height: auto;
        min-height: auto;
    }
}
@media screen and (max-width: 1023px){
    .content-wrap1600{
        font-size: 16px;
    }
    .hero-body__wrap {
        width: 75%;
    }
    .hero {
        min-height: 670px;
        margin-top: -130px;
        padding-top: 90px;
    }
    .border-bg {
        right: -10%;
        left: auto;
        height: 60%;
    }
}
@media screen and (max-width: 860px){
    .tarifes, .grad-tiles{
        display: block;
    }
    .tarif, .grad-tile{
        margin-bottom: 20px;
    }
    .geoForm__field {
        position: relative;
        margin-bottom: 20px;
    }
}
@media screen and (max-width: 720px){
    .double{
        display: block;
    }
    .double > *{
        margin-bottom: 20px;
    }
    .magnetic-container {
        min-height: 205px;
    }
    .bForm{
        padding: 20px;
    }
}

@media screen and (max-width: 570px){
    .hero-body__wrap {
        width: 100%;
    }
    .hero::before {
        background-position: 53% 40px;
        background-size: auto;
    }
    .hbw__nets__item{
        flex-grow: 1;
    }
    .hbw__nets__item__inner{
        width: 100%;
    }
    .grad-area {
        padding: 15px;
        border-radius: 10px;
    }
    .grad-tile{
        padding: 15px;
    }
    .grad-tile__icon, .geo-item__icon{
        width: 50px;
        height: 50px;
    }
    .grad-tile__icon svg{
        max-width: 100%;
        max-height: 100%;
    }
    .geo-item__icon svg{
        width: 70%;
        height: 70%;
    }
    .expert-info {
        width: 100%;
    }
    .expert__text{
        width: 100%;
    }
    .expert-area {
        padding: 20px 20px 98%;
        border-radius: 10px;
    }
    .expert__text h2 {
        font-size: 26px;
        margin-bottom: 20px;
    }
    .expert__note{
        margin-bottom: 20px;
    }
    .border-bg {
        display: none;
    }
    .geo-area{
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 15px;
    }
    .geo-list {
         gap: 1vw;
         padding: 1em 0;
        display: flex;
        flex-direction: column;
     }
    .geo-item{
        margin-bottom: 10px;
    }
    .geo-item.--left, .geo-item.--right{
        align-items: center;
    }
    .geo-item.--left .geo-item__text, .geo-item.--right .geo-item__text {
        text-align: center;
    }
    .geo-item__text{
        min-height: 66px;
    }
    section:not(.main-vis) {
        padding: 1.8em 0 1em;
    }
}