@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;
}
.--geoPage .bx-breadcrumb .bx-breadcrumb-item a{
    color: #fff;
}
.box{
    width: 100%;
    max-width: 1630px;
    margin: 0 auto;
    padding: 0 15px;
    position: relative;
}
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.6em;
    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;
    text-wrap: pretty;
}
.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;
}
.tarifes.--four-columns{
    grid-template-columns: 1fr 1fr 1fr 1fr;
}
.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: 17px;
}
.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:not(:last-child){
    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;
    font-size: 20px;
}
.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);
    flex-shrink: 0;
}
.f-accordion__answer{
    color: #535862;
    font-size: 20px;
    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;
}

.valuesTiles{
    display: flex;
    gap: 15px;
    justify-content: center;
    padding: 40px 0;
    max-width: 1200px;
    margin: 0px auto;
}
.valuesTiles__Item{
    width: 25%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 20px;
}
.valuesTiles__Item .strongValue{
    color: #da434d;
    font-size: 56px;
    line-height: 1.2;
    font-weight: 700;
}
.valuesTiles__Item .strongDescription{
    color: #534f54;
    font-size: 20px;
    text-wrap: balance;
}
.tree-cols{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
    max-width: 1200px;
    margin: 40px auto;
}
.tree-cols__Item{
    text-align: center;
    border: 1px solid #ccc;
    padding: 30px;
}
.tci-title{
    font-size: 30px;
    font-weight: 700;
    color: #3f1a46;
    margin-bottom: 20px;
    line-height: 1.1;
}
.tci-text{
    text-wrap: balance;
    font-size: 18px;
}

.questions-info{
    margin: 30px auto 50px;
}
.qi_Title{
    color: #DA434D;
    text-align: center;
    font-weight: 700;
    font-size: 32px;
    margin-bottom: 30px;
    text-wrap: balance;
    padding: 0 15px;
}
.qi-set__Row{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    font-size: 24px;
    color: #181D27;
    margin-bottom: 10px;
}
.qi-set__Row .link{
    text-decoration: none;
    color: #181D27;
    display: flex;
    width: fit-content;
    align-items: center;
    gap: 10px;
}
.qi-set__Row .link::before{
    content: '';
    display: block;
    width: 24px;
    height: 24px;
    background-position: center;
    background-repeat: no-repeat;
}
.qi-set__Row .link.--phone::before{
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.5542 6.24101L7.17123 2.33601C6.78123 1.88601 6.06623 1.88801 5.61323 2.34201L2.83123 5.12901C2.00323 5.95801 1.76623 7.18901 2.24523 8.17601C5.10685 14.101 9.88528 18.8861 15.8062 21.756C16.7922 22.235 18.0222 21.998 18.8502 21.169L21.6582 18.356C22.1132 17.901 22.1142 17.182 21.6602 16.792L17.7402 13.427C17.3302 13.075 16.6932 13.121 16.2822 13.533L14.9182 14.899C14.8484 14.9722 14.7565 15.0204 14.6566 15.0363C14.5567 15.0522 14.4543 15.0349 14.3652 14.987C12.1357 13.7031 10.2862 11.8512 9.00523 9.62001C8.95726 9.53076 8.93989 9.42823 8.95578 9.32816C8.97168 9.22809 9.01996 9.136 9.09323 9.06601L10.4532 7.70501C10.8652 7.29101 10.9102 6.65201 10.5542 6.24101Z' stroke='%23DA434D' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.qi-set__Row .link.--email::before{
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M21.75 3.75H2.25C1.83516 3.75 1.5 4.08516 1.5 4.5V19.5C1.5 19.9148 1.83516 20.25 2.25 20.25H21.75C22.1648 20.25 22.5 19.9148 22.5 19.5V4.5C22.5 4.08516 22.1648 3.75 21.75 3.75ZM20.8125 6.34687V18.5625H3.1875V6.34687L2.54063 5.84297L3.46172 4.65938L4.46484 5.43984H19.5375L20.5406 4.65938L21.4617 5.84297L20.8125 6.34687ZM19.5375 5.4375L12 11.2969L4.4625 5.4375L3.45938 4.65703L2.53828 5.84062L3.18516 6.34453L11.1914 12.5695C11.4217 12.7484 11.7049 12.8455 11.9965 12.8455C12.2881 12.8455 12.5713 12.7484 12.8016 12.5695L20.8125 6.34687L21.4594 5.84297L20.5383 4.65938L19.5375 5.4375Z' fill='%23DA434D'/%3E%3C/svg%3E%0A");
}
@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;
    }
    .b-icon svg{
        max-width: 100%;
        max-height: 100%;
    }
    [data-magnetic="1"] {
        top: 4em;
    }
    .tarifes.--four-columns{
        grid-template-columns: 1fr 1fr;
    }
}
@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%;
    }
    .valuesTiles{
        flex-wrap: wrap;
        padding: 0;
    }
    .valuesTiles__Item{
        width: calc(50% - 50px);
        padding: 15px;
    }
    .valuesTiles__Item .strongValue {
        font-size: 40px;
    }
    .valuesTiles__Item .strongDescription {
        font-size: 16px;
    }
    .tci-title {
        font-size: 20px;
    }
    .tci-text {
        font-size: 14px;
        line-height: 1.2;
    }
}
@media screen and (max-width: 860px){
    .tarifes, .grad-tiles{
        display: block;
    }
    .tarif, .grad-tile{
        margin-bottom: 20px;
    }
    .geoForm__field {
        position: relative;
        margin-bottom: 20px;
    }
    .qi-set__Row{
        font-size: 16px;
    }
    .qi_Title{
        font-size: 24px;
    }
}
@media screen and (max-width: 720px){
    .double{
        display: block;
    }
    .double > *{
        margin-bottom: 20px;
    }
    .magnetic-container {
        min-height: 205px;
    }
    .bForm{
        padding: 20px;
    }
    .f-accordion__quest, .f-accordion__answer{
        font-size: 14px;
    }
}
@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;
    }
    .tree-cols{
        display: block;
    }
    .tree-cols__Item{
        margin-bottom: 20px;
    }
    .qi-set__Row{
        flex-direction: column;

    }
    .qi-set__Row > *:not(.dot-separat){

    }
    .qi-set__Row .dot-separat{
        display: none;
    }
}