:root {
    --dm: "Manrope", sans-serif; 
  } 


body {
    font-family: var(--dm);
    font-size: 14px;
    margin: 0; 
    background: #fff;
}
p {
    margin-bottom: 15px;
}
.text-center {
    text-align: center;
}
a {
    transition: .3s all linear;
}
.d-flex {
    display: flex;
    align-items: center;
}

.site-header {
    background: #fff;
    box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.05);
}
  
.top__bar-row {
    padding: 10px 0;
    color: #4E5A7A;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    justify-content: space-between;
}
  
.top-bar {
    border-bottom: 1px solid rgba(136, 136, 136, 0.15);
}
  
.top__bar-row a {
    color: #4E5A7A;
    transition: .2s all ease;
}
  
.top__bar-right {
    gap: 44px;
}
  
.top__bar-row span,
.top__bar-row a {
    gap: 2px;
}
  
.nav__bar-row {
    justify-content: space-between;
    padding: 15px 0;
}

.nav__bar__row-menu a {
    color: #050B20;
    font-size: 15px;
    font-weight: 450;
    line-height: 20px;
    transition: all 0.4s ease-out 0s;
    position: relative;
}

.nav__bar__row-menu ul {
    gap: 52px;  
}

.nav__bar__row-menu a::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: 0;
    margin: -5px 0;
    background-color: #4E5A7A;
    visibility: hidden;
    transform: scaleX(0);
    transition: all 0.4s ease-out 0s;
}

.nav__bar__row-menu a:hover::before {
    visibility: visible;
    transform: scaleX(1);
}

.nav__bar__row-menu a::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: 0;
    margin: -5px 0;
    background-color: #4E5A7A;
    visibility: hidden;
    transform: scaleX(0);
    transition: all 0.4s ease-out 0s;
}

.nav__bar__row-menu a:hover::before {
    visibility: visible;
    transform: scaleX(1);
}

.btn {
    justify-content: center;
    font-family: var(--dm);
    transition: .2s all ease;
    padding: 9px 20px;
    border: 1px solid #405FF2;
    max-width: max-content;
    cursor: pointer;
    color:#fff;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 27.75px;
    border-radius: 10px;
    background: #405FF2;
    transition: .3s all linear;
}
.btn:hover {
    background: #fff;
    color:#405FF2;
}

.btn-grey {
    color: #fff;
    background: #4E5A7A;
}

.btn-call {
    text-transform: uppercase;
    font-size: 15px;
    padding: 12px 40px;
    font-weight: 400;
}

.nav__bar__row-actions {
    gap: 15px;
}
  
.btn-grey:hover {
    background: #fff;
    color: #4E5A7A;
    border-color: #4E5A7A;
}
.phone {
    color:#000;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 15px;
    gap:10px;
}
.hero-block {
    background: url(../img/main_bg.jpg)no-repeat;
    background-size: cover;
    background-position: center;
}
.hero__block-row {
    padding-top: 85px;
}
.hero__block__row-start{
    max-width: 830px;
    margin: 0 auto;
}
.hero__block__row-start .h1 {
    color: #050B20;
    text-align: center;
    font-size: 70px;
    font-style: normal;
    font-weight: 700;
    line-height: 85px;
}
.hero__block__row-start h3 {
    margin-top: 35px;
    margin-bottom: 25px;
    color: #050B20;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 29.6px; /* 148% */
    text-transform: uppercase;
}
.hero__block__row-start p {
    color: #050B20;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 200;
    line-height: 29.6px; /* 185% */
}
.hero__block__row__start-links{
    justify-content: center;
    margin-top: 25px;
}
.hero__block__row-img{
    margin-top: 25px;
    margin:0 auto;
    text-align: center;
    position: relative;
    top:80px
}
.calc__left h3 {
    color: #405FF2;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 29.6px; /* 148% */
    text-transform: uppercase;
    margin-bottom: 10px;
}
.calc__left h2,
.calc__title h2 {
    color: #050B20;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 15px;
}
.calc__left p {
    color: #050B20;
    font-size: 16px;
    font-style: normal;
    font-weight: 200;
    line-height: 180%; /* 28.8px */
}
.calc__options{
    margin-top: 35px;
}
.calc__grid{
    display: flex;
    align-items: center;
    gap:25px
}
.calc-img img {
    min-width:73px;
    max-width: 73px;
}
.calc-title{
    color: #050B20;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.calc-text{
    color: #050B20;
    font-size: 16px;
    font-style: normal;
    font-weight: 200;
    line-height: 150%; /* 24px */
}
.calc__grid:not(:last-child) {
    margin-bottom: 40px;
}
.calculate__wrapper{
    padding-top: 150px;
    padding-bottom: 90px;
}
.calc__cars{
    border-radius: 16px;
    background: #E9F2FF;
    padding: 55px 55px;
}
.calc__title img {
    min-width: 92px;
}
.calc__title {
    justify-content: space-between;
    gap: 35px
}
.calc__title h2 {
    color: #050B20;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 15px;
}
.car__enter{
    color: #050B20;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 27.75px; /* 138.75% */
}
.car__links p {
    color: #6E6E6E;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 21px; /* 150% */
}
.car__links{
    margin-top: 0;
}
.input-text{
    border-radius: 10px;
    border: 1px solid #405FF2;
    background: #FFF;
    padding: 23px 18px;
    width: 100%;
}
.car__links form {
    margin-top: 25px;
}
.btn__cars{
    width: 100%;
    max-width: 100%;
    margin-top: 25px;
    font-size: 18px;
}
.cars__urls{
    margin-top: 45px;
}
.cars__urls-left p {
    color: #6E6E6E;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 21px; /* 150% */
    margin-top: 10px;
    margin-bottom: 10px;
}
.input-link {
    border-radius: 90px;
    border: 1px solid #D3D3D3;
    background: #FFF;
    padding-left: 45px;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 10px;
    box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.12);
}
.input--links:before {
    content:'';
    position: absolute;
    left:10px;
    top:50%;
    transform: translate(0,-50%);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' viewBox='0 0 22 22' fill='none'%3E%3Cg clip-path='url(%23clip0_749_808)'%3E%3Cpath d='M16.4806 14.722C16.6541 13.4889 16.7403 12.2452 16.7384 11C16.7403 9.75482 16.6541 8.51107 16.4806 7.27805H21.3554C22.2169 9.68457 22.2169 12.3154 21.3554 14.722H16.4806ZM10.9999 22C9.92567 22 8.82911 20.8974 7.98821 18.9754C7.60407 18.0976 7.29126 17.0968 7.05708 16.0106H14.9427C14.7085 17.0964 14.3957 18.0971 14.0116 18.9754C13.1707 20.8974 12.0741 22 10.9999 22ZM6.82161 14.722C6.45952 12.2539 6.45952 9.74614 6.82161 7.27805H15.1782C15.3613 8.5102 15.4521 9.75432 15.4497 11C15.4521 12.2457 15.3613 13.4898 15.1782 14.722H6.82161ZM0.644423 14.722C-0.217086 12.3154 -0.217086 9.68457 0.644423 7.27805H5.51923C5.17491 9.7474 5.17491 12.2526 5.51923 14.722H0.644423ZM10.9999 0C12.0741 0 13.1707 1.10215 14.0116 3.02457C14.3957 3.90242 14.7085 4.90316 14.9427 5.98941H7.05708C7.29126 4.90359 7.60407 3.90285 7.98821 3.02457C8.82911 1.10215 9.92567 0 10.9999 0ZM20.7968 5.98898H16.2584C16.0006 4.71281 15.6422 3.53504 15.1928 2.50852C14.8288 1.67578 14.4163 0.970664 13.9647 0.402617C15.4291 0.808144 16.7929 1.51433 17.9692 2.47616C19.1455 3.43798 20.1085 4.63435 20.7968 5.98898ZM8.03505 0.402187C7.58474 0.970664 7.17266 1.67535 6.80829 2.50766C6.35884 3.53504 6.00091 4.71281 5.74266 5.98813H1.20302C1.89147 4.63365 2.85451 3.43743 4.03079 2.47569C5.20707 1.51395 6.57079 0.807787 8.03505 0.402187ZM1.20302 16.011H5.74138C5.99919 17.2872 6.35755 18.465 6.807 19.4915C7.17138 20.3238 7.58345 21.0285 8.03376 21.597C6.56968 21.1913 5.20616 20.4851 4.03009 19.5234C2.85403 18.5616 1.89122 17.3654 1.20302 16.011ZM13.9647 21.597C14.415 21.0285 14.8275 20.3238 15.1915 19.4915C15.6409 18.4641 15.9989 17.2863 16.2571 16.011H20.7968C20.1085 17.3657 19.1455 18.5621 17.9692 19.524C16.7929 20.4859 15.4291 21.1922 13.9647 21.5978V21.597Z' fill='%23949494'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_749_808'%3E%3Crect width='22' height='22' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
    width: 22px;
    height: 22px;
}
.input--links {
    position: relative;
}
.cars__urls{
    display: flex;
    align-items: center;
    position: relative;
}
.cars-site{
    display: flex;
    align-items: center;
    gap: 12px
}
.cars-site a {
    border-radius: 40px;
    background: #303030;
    color: #FFF;
    font-size: 13px;
    font-style: normal;
    font-weight: 300;
    line-height: 21px; /* 161.538% */
    display: flex;
    align-items: center;
    gap:5px;
    padding: 5px 10px;
}
.cars__urls-right {
    position: absolute;
    right:0;
    top:0;
    z-index: 1;
}
.cars__urls-left{
    position: relative;
    z-index: 2;
    max-width: 60%;
    width: 100%;
    top: 30px;
}
.bg{
    background: #F5F9FB;
   
}
.padding{
    padding: 60px 0;
}
.calc__left li {
    color: #121212;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 180%; /* 32.4px */
    display: flex;
    width: 50%;
    align-items: baseline;
    gap:8px
}
.calc__left ul{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 15px;
}
.calc__left li:before {
    content:'';
    background-image: url("data:image/svg+xml,%0A%3Csvg width='16' height='17' viewBox='0 0 16 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 8.5C0 4.09375 3.5625 0.5 8 0.5C12.4062 0.5 16 4.09375 16 8.5C16 12.9375 12.4062 16.5 8 16.5C3.5625 16.5 0 12.9375 0 8.5ZM11.5938 7.125C11.9375 6.78125 11.9375 6.25 11.5938 5.90625C11.25 5.5625 10.7188 5.5625 10.375 5.90625L7 9.28125L5.59375 7.90625C5.25 7.5625 4.71875 7.5625 4.375 7.90625C4.03125 8.25 4.03125 8.78125 4.375 9.125L6.375 11.125C6.71875 11.4688 7.25 11.4688 7.59375 11.125L11.5938 7.125Z' fill='%23405FF2'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-size: contain;
    min-width: 16px;
    max-width: 16px;
    height: 16px;
    display: flex;
}
.ab__bottom{
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid #ccc;
}
.ab__bottom{
    display: flex;
    align-items: center;
    justify-content: space-between;

}
.ab__cont{
    display: flex;
    align-items: center;
    gap:10px;
}
.ab--title {
    color: #363636;
    font-size: 13px;
    font-style: normal;
    font-weight: 300;
    line-height: 180%; /* 23.4px */
    letter-spacing: 0.65px;
    text-transform: uppercase;
    margin-bottom: 5px;
}
.ab--content a {
    color: #050B20;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 18px; /* 75% */
}
.ab--options {
    gap:20px;
}
.ab--options-img img {
    min-width: 55px;
}
.ab--options-title {
    color: #050B20;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 27px; /* 135% */
}
.ab--options-text{
    margin-top: 20px;
    color: #050B20;
    font-size: 15px;
    font-style: normal;
    font-weight: 200;
    line-height: 27.75px; /* 185% */
}
.reviews--grid {
    border-radius: 10px;
    background: #F5F9FB;
    box-shadow: 0px 2px 32px 0px rgba(0, 0, 0, 0.06);
    padding: 35px 50px;
}
.rev--title{
    display: flex;
    align-items: center;
    gap:40px;
    color: #050B20;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 160%; /* 28.8px */
}
.rev--title svg {
    min-width: 44px;
}
.rev--content{
    margin-top: 20px;
    color: #050B20;
    font-size: 16px;
    font-style: normal;
    font-weight: 200;
    line-height: 180%; /* 28.8px */
}
.rev--name{
    margin-top: 35px;
    color: #405FF2;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 180%; /* 32.4px */
}
.reviews{
    margin-top: 50px;
}
.reviews__wrapper {
    position: relative;
}
.reviews__wrapper:before {
    content:'';
    background-image: url(../img/bg2.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    left:0;
    bottom:0;
    width: 345px;
    height: 345px;
}
.reviews__wrapper:after {
    content:'';
    background-image: url(../img/bg1.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    right:0;
    bottom:0;
    width: 315px;
    height: 375px;
}
.search__wrapper {
    border-radius: 10px;
    background: #050B20;
    padding: 65px 90px 150px;
    display: flex;
    align-items: flex-start;
    gap:30px;
}
.search--content h3 {
    color: #A7A7A7;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 29.6px; /* 148% */
    text-transform: uppercase;
}
.search--content h2 {
    color: #FFF;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.search--content p {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 200;
    line-height: 180%; /* 28.8px */
}
.search--links a {
    border-radius: 10px;
    background: #405FF2;
    border:1px solid #405FF2;
    padding: 10px 20px;
    color: #FFF;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 27.75px; /* 154.167% */
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 15px;
}
.search--links a:hover {
    background: #fff;
    color:#405FF2;

}
.search--img img {
    min-width: 94px;
}
.search__bg {
    margin:0 auto;
    position: relative;
    text-align: center;
    margin-top: -145px;
}
.search__block{
    padding-top: 75px;
}
.row__inst {
    margin-top: 35px;
}
.row__inst .col-lg-3 {
    margin-bottom: 15px;
    margin-top: 15px;
}
.btn__inst {
    justify-content: center;
}
footer p {
    color: #050B20;
    font-size: 16px;
    font-style: normal;
    font-weight: 200;
    line-height: 180%; /* 28.8px */
}
.footer--bottom{
    padding: 35px 0;
    border-top: 1px solid #E1E1E1;
    background: #FFF;
}
.footer--content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap:15px
}
.social {
    display: flex;
    align-items: center;
    gap: 15px;
}
.current-lang a {
    pointer-events: none;
}
.links a {
    color: #050B20;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 27.75px; /* 185% */
}
.footer--wrapper{
    display: flex;
    align-items: flex-start;
    justify-content: space-around;
}
.footer__links h3 {
    color: #050B20;
    font-size: 17px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px; /* 120% */
    text-transform: capitalize;
    margin-bottom: 15px;
}
.footer__links li a{
    color: #050B20;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 27.75px; /* 185% */
}
.swiper-button-next:after, .swiper-button-prev:after {
    font-size: 22px;
}
.swiper-button-next, .swiper-rtl .swiper-button-prev {
    color:#fff;
}
.swiper-button-next, .swiper-button-prev {
    border-radius: 10px;
    background: #405FF2;
    padding: 10px 20px;
}
.swiper-button-prev, .swiper-rtl .swiper-button-next{
    color:#fff;
}
.reviews  {
    width: 85%;
}
.relative {
    position: relative;
}
.titles h1 {
    color: #000;
    font-size: 56px;
    font-style: normal;
    font-weight: 700;
    line-height: 65.477px; /* 116.924% */
    text-transform: uppercase;
    margin-bottom: 10px;
}
.purch h1 {
    text-transform: capitalize;
}
.pb-60 {
    padding-bottom: 60px;
}
.calc--ab ul {
    flex-direction: column;
}
.calc--ab li {
    width: 100%;
    font-weight: normal;
    font-size: 16px;
    font-weight: 200;
    flex-wrap: wrap;

}
.calc--ab li:not(:last-child) {
    margin-bottom: 15px;
}
.btn__form {
    gap:13px;
    text-transform: uppercase;
    border:1px solid #fff;
    max-width: max-content;
    display: flex;
    align-items: baseline;
    max-width: 220px;
    width: 100%;
    border-radius: 5px;
}
.label{
    color: #FFF;
    font-size: 12px;
    font-style: normal;
    font-weight: 300;
    line-height: 18px; /* 150% */
    display: flex;
}
.input {
    width: 100%;
    border-radius: 4px;
    border: 1px solid #919191;
    background: #FFF;
    padding: 15px 25px;
    color: #000;
    font-size: 17px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 30px;
}
textarea.input {
    min-height: 130px;
    font-family: var(--dm);
}
.form--bottom{
    display: flex;
    align-items: center;
    gap: 30px;
 
}
.search__wrapper--form {
    padding-bottom: 50px;
}
.seach--img{
    position: absolute;
}

.card__wrapper{
    display: flex;
    align-items: flex-start;
    position: relative;
    gap: 30px;
}
.card--section{
    padding-top: 45px;
}
.card__left{
    max-width: 575px;
    width: 100%;
}
.card__left h1 {
    color: #000;
    font-size: 24px;
    font-style: normal;
    font-weight: 800;
    line-height: 24px; /* 100% */
    margin-bottom: 8px;
}
.mark{
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.gallery{
    margin-top: 35px;
    margin-bottom: 20px;
}
.thumb__swiper-box img {

    max-height: 84px;
    min-height: 84px;
    border-radius: 8px;
    object-fit: cover;
}
.thumb-swiper .swiper-slide,
.thumb-mobile-swiper .swiper-slide {
    max-width: 94px;
}
.thumb-swiper {
    margin-top: 25px;;
}
.thumb__swiper-box {
    cursor: pointer;
}
.block{
    background: #FFF;
    box-shadow: -2px 2px 15px -1px rgba(113, 113, 113, 0.12);
    padding: 20px 24px;
    color: #000;
    font-size: 15px;
    font-style: normal;
    font-weight: 300;
    line-height: 24px; /* 160% */
    margin-bottom: 20px;
}
.block h3 {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom:1px solid #E6E6E6;
}
.content__block br {
    display: none !important;
}
.tech__list:nth-child(odd) {
    background: #F5F9FB;
}
.tech__list {
    display: flex;
    align-items: center;
    justify-content: space-between;
   
}
#mobile-de-loader {
    margin: 0 auto;
    color: #050B20;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}


.tech__list div {
    width: 50%;
    text-align: left;
    padding: 10px 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.block_features div {
    width: 100% !important;
}
.block_features .tech__wrapper {
    flex-wrap: wrap;
    display: flex;
}
.block_features .tech__list {
    width: 50% !important;
}
.charh--grid{
    display: flex;
    align-items: center;
    gap: 10px;
    width: calc(100%/3);
}
.char--title{
    color: #8F8F8F;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 12px; /* 100% */
}
.char--name{
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 15px; /* 93.75% */
    margin-top: 5px;
}
.charh__wrapper{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px 0;
    flex-wrap: wrap;
    margin-bottom: 25px;

}
.char--img img {
    min-width: 32px;
}
.spec{
    color: #969696;
    font-size: 13.125px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 152.381% */
}
.spec__wrapper{
    display: flex;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
    margin-top: 15px;
}
.spec--grid{
    color: #4B4B4B;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    display: flex;
    align-items: center;
    gap:5px
}
.card__right{
    position: sticky;
    top:15px;
    width: 100%;
}
.card--form{
    padding: 24px;
    border-radius: 8px;
    background: #FFF;
    box-shadow: -2px 2px 15px -1px rgba(113, 113, 113, 0.12);
}

.card--form-request p,
.card--form-another p {
    margin-top: 10px;
    color: #000;
    font-size: 13.125px;
    font-style: normal;
    font-weight: 300;
    line-height: 21px; /* 160% */
}
.input--request{
    border-radius: 8px;
    border: 1px solid #B4B4B4;
    padding: 12px 12px;
    color:#717171;
    font-size: 14px;
    width: 100%;
    font-style: normal;
    font-weight: 300;
    line-height: 24px; /* 171.429% */
}
textarea.input--request {
    max-height: 150px;
    font-family: var(--dm);
}
textarea::placeholder{
    font-family: var(--dm);
    font-weight: 500;
}

.total--grid-label {
    position: relative;
    flex-wrap: wrap;

}
.total--grid-label label {
    position: absolute;
    left:15px;
    top:-8px;
    padding: 0 3px;
    background: #fff;
    display: inline-flex;
}
input:focus,
input:focus-visible {
    border: 1px solid #0C68F4;
    outline: #0C68F4 auto 1px;
}
input:focus-visible + label  {
    color:#0C68F4
}
.mark2{
    color: #606060;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: 10px;
}
.total--grid{
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #717171;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    
}
.total--grid div {

}
.total--grid:not(:last-child) {
    margin-bottom: 12px;
}
.total--grid-label:not(:last-child) {
    margin-bottom: 15px;
}
.iti {
    width: 100%;
}
.iti--separate-dial-code .iti__selected-flag{
    background-color: transparent !important;
}
.iti__arrow {
    border-top: 4px solid #0C68F4;
}
.iti--separate-dial-code .iti__selected-dial-code{
    font-weight: bold;
}
.card--form-request,
.card--form-thank,
.card--form-another {
    position: absolute;
    top:0;
    left:0;
    opacity: 0;
    visibility: hidden;
    transition: .3s all ease-in-out;
}

.card__right.active  .card--form-request{
    opacity: 1;
    visibility: visible;
    position: static;
}
.card__right.active .card--form-vehicle,
.card__right.new .card--form-vehicle {
    opacity: 0;
    visibility: hidden;
    height: 0;
}
.card__right.sent .card--form-thank{
    opacity: 1;
    visibility: visible;
    height: auto;
}
.card__right.sent .card--form-request  {
    opacity: 0 !important;
    visibility: hidden !important; 
}
.card__right.new .card--form-another {
    opacity: 1;
    visibility: visible;
}
.thank--text {
    text-align: center;
    color:#000;
}
.thank--text h2 {
    color: #000;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.thank--text h3 {
    font-size: 24px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 15px;
}
.thank--text p {
    font-size: 13.125px;
    font-style: normal;
    font-weight: 300;
    line-height: 21px;
}
.thank--text p:not(:last-child){
    margin-bottom: 15px;
}
.thank--text h4 {
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.radio__wrapper {
    display: flex;
    align-items: center;
    gap: 20px
}
.radio label {
    color: #444;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 24px; /* 171.429% */
}
.radio {
    display: flex;
    align-items: center;
    gap:8px
}
.radio input {
    margin:0;
}
.total--grid b {
    color:#000;
    font-weight: bold;
}
.btn--buy {
    width: 100%;
    background: #0C68F4;
    border:1px solid #0C68F4;
    border-radius: 8px;
    margin-bottom: 15px;
    margin-top: 20px;
    font-size: 16px;
    display: flex;
    max-width: 100%;
}
.btn--another{
    width: 100%;
    color:#0C68F4;
    background: #fff;
    border:1px solid #0C68F4;
    font-size: 16px;
    display: flex;
    max-width: 100%;
}
.calc__purch li {
    width: 100%;
}
.purch--text{
    margin-top: 50px;
    color: #050B20;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 200;
    line-height: 200%; /* 36px */
    text-transform: uppercase;
    
}
.contact h2 {
    color: #000;
    text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.08);
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 46px; /* 127.778% */
    position: relative;
}
.contact h2 span {
    color: #405FF2;
}
.contact h2:before {
    content: '';
    position: absolute;
    bottom:-10px;
    left:0;
    width: 10%;
    height: 5px;
    border-radius: 5px;
    background: #405FF2;
}
.contact p {
    color: #2E2E2E;
    text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.08);
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 30px; /* 166.667% */
    margin-top: 30px;
}
.contact--img img {
    min-width: 52px;
}
.contact--grid{
    display: flex;
    align-items: center;
    gap:15px
}
.contact--title {
    color: #000;
    text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.08);
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}
.contact--name{
    color: #000;
    text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.08);
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.contact--grid:not(:last-child){
    margin-bottom: 25px;
}
.contacts .label {
    color:#000;
}
.sidebar h2 {
    color: #000;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 44px; /* 122.222% */
    margin-bottom: 25px;
}
.sidebar h3 {
    color: #9F9F9F;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 28.8px; /* 192% */
    letter-spacing: 2.7px;
    text-transform: uppercase;
}
.content h1 {
    color: #000;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 44px; /* 122.222% */
    margin-bottom: 25px;
}
.sidebar ul {
    margin:0;
    padding: 0;
    margin-top: 20px;
}
.sidebar ul li {
    list-style: none;
}
.sidebar ul li a {
    padding: 11px 15px;
    background: #fff;
    border: 1px solid #E1E1E1;
    color: #2C2C2C;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 36px;
    width: 100%;
    display: block;
}
.sidebar ul li a:hover,
.sidebar ul li.current_page_item a {
    background: #405FF2;
    color:#fff;
}
.content h3 {
    color: #000;
    font-size: 21px;
    font-style: normal;
    font-weight: 700;
    line-height: 44px; /* 209.524% */
    text-transform: uppercase;
    margin-bottom: 15px;
}
.content h4 {
    color: #9F9F9F;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 28.8px; /* 192% */
    letter-spacing: 2.7px;
    text-transform: uppercase;
    margin-bottom: 15px;
}
.content h2 {
    color: #050505;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px; /* 166.667% */
    margin-bottom: 15px;
}
.content li,
.content p {
    color: #414141;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px; /* 187.5% */
}
.content ul {
    padding-left: 40px;
    margin-bottom: 15px;
}
.content li {
    list-style: disc;
}
.sidebar {
    position: sticky;
    top:15px
}
.wpcf7-not-valid-tip {
    display: none !important;
}
.wpcf7-not-valid {
    border:1px solid red;
    background: #f5b1b1;
    display: block;
}

.card--form .wpcf7-not-valid {
    background: transparent !important;
}

.invalid .wpcf7-response-output,
.screen-reader-response {
    display:none
}
.cf7sg-container .cf7-smart-grid.has-grid .row {
    display: flex !important;
    margin-right: -15px !important;
    margin-left: -15px !important;
}
.lang {
    position: relative;
    transition: .4s all ease-out;
}
.lang .actives {
    border-radius: 10px;
    background: #E9F5FB;
    position: relative;
    display: flex;
    align-items: center;
    padding: 15px 15px;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px; 
    color: #000;
    font-weight: bold;
    gap: 0 10px;
    transition: .4s all ease-out;
    border:1px solid transparent
}
.lang .actives:hover {
    background: #fff;
    border:1px solid #ccc
}
.lang .actives li {
    list-style: none;
}
.lang .actives .lang-item {
    display: none;
}
.lang .actives .lang-item.current-lang {
    display: flex;
    align-items: center;
}
.lang .actives .lang-item.current-lang a {
    display: flex;
    align-items: center;
    gap:0 5px
}
.lang .actives .lang-item.current-lang img {
    width: 21px !important;
    height: 14px !important;
}
.iti--allow-dropdown .wpcf7-form-control{
    padding-left: 90px !important;
}
.dropdown-content {
    width: 100%;
    transition: .3s all ease-in-out;
    opacity: 0;
    visibility: hidden;
    transform: translateY(50px);
    background: #fff;
    border:1px solid #ccc;
    border-radius: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    position: absolute;
    top:45px;
    z-index: 9;
    
}
.dropdown-content a {
    padding: 10px 12px;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px; 
    color: #000;
    border-bottom: 0;
    transition: .4s all ease-out;
    width: 100%;
    display: flex;
    justify-content: center;
    gap:0 5px;
    font-weight: bold;
}
.dropdown-content a img {
    width: 21px !important;
    height: 14px !important;
}
.dropdown-content li {
    position: relative;
}
.dropdown-content li:hover:before{
    content:'';
    position: absolute;
    top:0;
    left:0;
    width: 2px;
    height: 100%;
    background:#405FF2;
}
.dropdown-content li:not(:last-child) a{

}
.lang:hover .dropdown-content {
    display: flex;
    flex-direction: column;
    opacity: 1;
    visibility: visible;
    transform: translateY(10px);
}
.search--form.show .contact__block__row__start-bottom {
    opacity: 1;
    visibility: visible;
}
.search--form.show .contact__block__row__start-top {
    opacity: 0;
    visibility: hidden;
}




.contact__block__row__start-bottom {
    margin: 0 auto;
    transition: .2s all ease;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
}
.contact__block__row__start-bottom h2 {
    color: #000;
    text-align: center;
    text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.08);
    font-size: 28px;
    font-weight: 600;
    line-height: 30px;
    margin-bottom: 16px;
}
.contact__block__row__start-bottom p {
    color: #2E2E2E;
    text-align: center;
    text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.08);
    font-size: 18px;
    font-weight: 300;
    line-height: 30px;
}
.contact__block__row__start-bottom .btn {
    margin: 30px auto 0;
    justify-content: center;
    width: max-content;
}
.over--img {
    position: relative;
}
.over--img .over--text {
    position: absolute;
    left: 0;
    bottom: 0;
    max-width: 285px;
    width: 100%;
    text-align: center;
    padding: 15px 35px;
    background: #405FF2;
    border-radius: 16px;
}
.over--img .over--text h4 {
    color: #FFF;
    font-size: 54.167px;
    font-style: normal;
    font-weight: 900;
    line-height: 75.156px; /* 138.75% */
    text-transform: uppercase;
}
.over--img .over--text p {
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 27.75px; /* 138.75% */
}
.wpcf7-form-control-wrap {
    width: 100%;
}

.preloader-overlay {
  position: fixed;
  inset: 0;
  background: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease;
}

.preloader-overlay.active {
  opacity: 1;
  visibility: visible;
}

/* Проценты */
.preloader-progress {
  font-size: 2rem;
  font-weight: bold;
  color: #000;
  margin-bottom: 10px;
}

/* Сообщения */
.preloader-message {
  font-size: 1.2rem;
  color: #555;
  transition: all 0.3s ease;
}

/* Полоса прогресса */
.progress-bar {
  width: 200px;
  height: 8px;
  background: #eee;
  border-radius: 4px;
  overflow: hidden;
  margin-top: 20px;
}

.progress-fill {
  height: 100%;
  width: 0%;
  background: linear-gradient(90deg, #000, #666);
  transition: width 0.2s linear;
}
.not__button {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba;
    margin-top: 15px;
}
.wpcf7-list-item {
    margin:0 !important;
}
.radio--grid{
    margin-bottom: 15px;
}
.wpcf7-radio{
    display: flex;
    align-items: center;
    gap: 5px;
}
.none {
    display: none;;
}
.search--form .none {
    display: block;
}

.search--result {
  position: relative;
  cursor: pointer;
}

/* сам блок истории */
.search-history {
  position: absolute;
  top: 100%;
  right: 0;
  width: 200px;
  max-height: 350px;
  overflow-y: auto;
  background: #fff;
  color: #000;
  border-radius: 10px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.15);
  padding: 12px;
  margin-top: 10px;
  z-index: 9999;
  transition: all 0.3s ease;
}

.search-history.hidden {
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  pointer-events: none;
}

.search-history h3 {
  font-size: 16px;
  margin-top: 0;
  border-bottom: 1px solid #ddd;
  padding-bottom: 5px;
}

.history-item {
  padding: 8px 0;
  border-bottom: 1px solid #eee;
}

.history-item:last-child {
  border-bottom: none;
}

.open-link {
  display: inline-block;
  margin-top: 5px;
  background: #007bff;
  color: #fff;
  padding: 4px 8px;
  border-radius: 5px;
  text-decoration: none;
  font-size: 13px;
}

.open-link:hover {
  background: #0056b3;
}

.clear-history {
  margin-top: 10px;
  width: 100%;
  background: #e74c3c;
  color: #fff;
  border: none;
  border-radius: 6px;
  padding: 6px;
  cursor: pointer;
}

.clear-history:hover {
  background: #c0392b;
}

.empty {
  text-align: center;
  padding: 10px;
  color: #777;
}
.search--result img {
    max-width: 16px;
}
.btn--yellow{
    background: #ffc107;
    border:1px solid #ffc107
}
.history-item a {
    color:#121212;
    transition: .3s all linear;
    width: 100%;
    display: block;
}
.history-item {
    transition: .3s all linear;
}
.history-item:hover {
    background-color: #f3f3f3;
}
.images__mobile {
    display: none;
}
.alert-warning {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba;
}
.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}
.alert {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
}
.error__block{
    margin-top: 15px;
    padding-bottom: 30px;
}
.error__block .search__wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.wpcf7 form.sent .wpcf7-response-output{
        position: relative;
        padding: .75rem 1.25rem;
        margin-bottom: 1rem;
        border: 1px solid transparent;
        border-radius: .25rem;
        color: #155724;
        background-color: #d4edda;
        border-color: #c3e6cb;
}
