@charset "UTF-8";

*,
*:before,
*:after {
    box-sizing: border-box;
}

* {
    margin: 0;
    padding: 0;
}

:root {
    --blue: #4291f2;
    --white: #fcfeff;
    --orange-normal: #ff6940;
    --orange-hover: #ff5722;
    --black: #1f2122;
    --black--bg+texture: #1f2122;
    --grey-divider: #383b3e;
    --grey-text-p: #b9bbbf;
    --bg: #27292b;
    --inputs-black-input: #1f2122;
    --inputs-black-input-focus: #27292b;
    --inputs-white-input-text: #c6c9cc;
    --font-family: 'Inter', sans-serif;
    --second-family: 'Play', sans-serif;
}
html {
    scroll-behavior: smooth;
}

html,
body,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
img,
ul,
li,
footer,
header,
nav,
section {
    margin: 0;
    padding: 0;
    border: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

footer,
header,
nav,
section {
    display: block;
}

ol,
ul {
    list-style: none;
}

a,
a:hover,
a:active,
a:visited,
a:focus {
    text-decoration: none;
    outline: none;
}

img {
    height: auto;
    max-width: 100%;
    display: inline-block;
}

body {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 162%;
    color: #b5b7bb;
    overflow-x: hidden;
    background-image: url(/wp-content/uploads/2024/08/bg_mini_square.svg);
    background-repeat: repeat;
    background-size: initial;
    background-position: center center;
    background-color: var(--black);
}

body:has(.sitenavigation.is-tapped) {
    overflow: hidden;
}

/* 
// Отступ для фиксированного заголовка, когда активна админ-панель 
body.admin-bar .main_header {
    top: 32px;
}
*/
@media screen and (max-width: 991px) {
    /* Отступ для фиксированного заголовка, когда активна админ-панель */
    body.admin-bar .main_header {
        top: 44px; /* Высота админ-панели */
    }   
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: var(--white);
}

button:hover {
    cursor: pointer;
}
.dnone {
    display: none;
}
.hidden_area {
    display: none !important;
}

.main_wrapper {
    position: relative;
    width: 100%;
}

@media (max-height: 100vh) {
    .main_wrapper {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: stretch;
        min-height: 100vh;
    }
}

.container {
    width: 100%;
    max-width: 1290px;
    margin: 0 auto;
    padding: 0 15px;
    min-height: 100%;
}

@media (max-width: 992px) {
    .container {
        padding: 0 15px;
    }
}

@media (max-width: 768px) {
    .container {
        padding: 0 15px;
    }
}

h1 {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 54px;
    color: var(--grey-text);
    font-style: normal;
    line-height: 120%;
    line-height: normal;
}

h1 {
    font-family: var(--second-family);
    font-weight: 400;
    font-size: 68px;
    line-height: 100%;
    text-shadow: 0 2px 32px rgba(255, 255, 255, 0.25), 0 1px 64px rgba(255, 255, 255, 0.05);
}

h2 {
    font-family: var(--second-family);
    font-weight: 400;
    font-size: 40px;
    line-height: 120%;
    text-shadow: 0 2px 32px rgba(255, 255, 255, 0.25), 0 1px 64px rgba(255, 255, 255, 0.05);
}

@media (max-width: 992px) {
    .main_wrapper:has(#wpadminbar) .header_mobile {
        margin-top: 45px;
    }
}

@media (max-width: 768px) {
    h2 br {
        display: none;
    }
}

h3 {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 32px;
    color: var(--grey-text);
    margin-bottom: 30px;
    font-style: normal;
    line-height: normal;
}

@media screen and (max-width: 600px) {
    #wpadminbar {
        position: fixed !important;
    }
}

h4 {
    font-family: var(--font-family);
    color: var(--grey-text);
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

h5 {
    font-family: var(--font-family);
    color: var(--grey-text);
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

::-webkit-input-placeholder {
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 15px;
    line-height: 1.6;
    color: var(--white);
}

:-ms-input-placeholder {
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 15px;
    line-height: 1.6;
    color: var(--white);
}

::-ms-input-placeholder {
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 15px;
    line-height: 1.6;
    color: var(--white);
}

::placeholder {
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 15px;
    line-height: 1.6;
    color: var(--white);
}

@media (max-width: 768px) {
    ::-webkit-input-placeholder {
        font-size: 14px;
    }
    :-ms-input-placeholder {
        font-size: 14px;
    }
    ::-ms-input-placeholder {
        font-size: 14px;
    }
    ::placeholder {
        font-size: 14px;
    }
}
.lock {
    overflow: hidden;
}
/* Базовые стили для бургер-меню и мобильного меню */
.header-mobile {
    display: none;
}
.burger-menu {
    cursor: pointer;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 10;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
}
.burger-icon {
    width: 30px;
    height: 18px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    cursor: pointer;
}
.burger-icon span {
    display: block;
    width: 100%;
    height: 2px;
    background-color: var(--blue);
    transition: all 0.3s ease;
}
/* Стили для анимации иконки бургер-меню */
.burger-menu.active .burger-icon span:nth-child(1) {
    -webkit-transform: rotate(45deg) translate(5px, 5px);
            transform: rotate(45deg) translate(5px, 5px);
}
.burger-menu.active .burger-icon span:nth-child(2) {
    opacity: 0;
}
.burger-menu.active .burger-icon span:nth-child(3) {
    -webkit-transform: rotate(-45deg) translate(6px, -6px);
            transform: rotate(-45deg) translate(6px, -6px);
}
/* Стили для мобильного меню */
.mobile-menu {
    position: absolute;
    z-index: 9;
    width: 100%;
    height: 0;
    top: -100%;
    bottom: 0;
    background-image: url(/wp-content/uploads/2024/08/bg_mini_square.svg);
    background-repeat: repeat;
    background-size: initial;
    background-position: center center;
    background-color: var(--black);
    padding: 0;
    overflow: auto;
    transition: 0.3s;
    padding: 15px 15px 100px;
}
.mobile-menu.active {
    display: block;
    top: 96px;
    height: 100vh;
}
.mobile-menu-content {
    width: 100%;
    padding: 15px;
    border: 1px solid var(--grey-divider);
    border-radius: 4px;
    background: var(--bg);
    overflow-y: scroll;
    margin-bottom: 200px;
}
.mobile-menu span.caret {
    display: none;
}
.mobile-menu .sub-menu {
    opacity: unset;
    position: relative;
    visibility: unset;
    top: unset;
    -webkit-transform: unset;
            transform: unset;
    background: transparent;
    border: unset;
    border-radius: unset;
    left: unset;
    min-width: auto;
    margin-top: 0px;
    margin-bottom: 20px;
    margin-left: -10px;
}
.mobile-menu li.menu-item-has-children {
    flex-direction: column;
    align-items: flex-start;
}
.mobile-header-menu a {
    color: var(--white);
}
.mobile-header-menu > .bluemenu > a {
    color: var(--blue);
}
.mobile-header-menu .sub-menu li a {
    color: var(--white);
    opacity: 0.8;
    margin-bottom: 0px;
}
.mobile-header-menu .sub-menu li {
    display: flex;
    align-items: center;
    position: relative;
    padding-left: 20px;
    margin-bottom: 10px;
}
.mobile-header-menu .sub-menu li::before {
    content: " ";
    height: 6px;
    width: 6px;
    background: var(--blue);
    border-radius: 50%; /* Полный круг */
    box-shadow: 0 0px 16px 4px #4290f2;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
}
.mobile-menu:before {
    content: "";
    background-image: url(/wp-content/uploads/2024/08/whyus_form_top_bg.avif);
    opacity: 0.75;
    position: absolute;
    top: 0;
    left: 0;
    width: 199px;
    height: 199px;
    background-size: cover;
    z-index: -1;
    background-repeat: no-repeat;
    background-position: left top;
}

/* Стили для попапа и кнопки */
.popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(31, 33, 34, 0.75);
    z-index: 9999;
    overflow-y: auto;
}
.popup-content {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    border-radius: 12px;
    overflow: hidden;
    padding: 40px;
    width: 350px;
    background: var(--bg);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.form_title {
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 20px;
    color: var(--grey-text);
}
.form_title span {
    margin-top: 15px;
    font-weight: 700;
    font-size: 18px;
    color: #0c509f;
}
.popup-close {
    position: absolute;
    right: 5px;
    top: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    padding: 10px;
    background: transparent;
    cursor: pointer;
    color: var(--blue);
    z-index: 2;
}
.popup-close:hover {
    transition: all 0.3s ease-in;
    color: var(--green);
}
.general-content {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    background: rgba(31, 33, 34, 0.75);
    border: 1px solid var(--grey-divider);
    border-radius: 4px;
    width: 500px;
    padding: 30px;
    -webkit-backdrop-filter: blur(40px);
            backdrop-filter: blur(40px);
    background-image: url(/wp-content/uploads/2024/08/bg_mini_square.svg);
    background-repeat: repeat;
    background-size: initial;
    background-position: center center;
}
.relative {
    position: relative;
}
.lang_dropdown {
    position: relative;
}
.langdropdown-toggle {
    line-height: 20px;
    width: auto;
    padding: 0px;
    vertical-align: baseline;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: none;
    text-decoration: none;
    text-align: center;
    background: transparent;
    border: 0;
    border-radius: 0;
    gap: 0px;
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 15px;
    line-height: 133%;
    color: #ebeef2;
    outline: none;
}
.langdropdown-menu {
    display: none;
    position: absolute;
    list-style: none;
    margin: 10px 0px 0px;
    padding: 0;
    top: 100%;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 60;
    border: 1px solid var(--bg);
    border-radius: 8px;
    background: radial-gradient(133.8% 100% at 100% 50%, rgb(224, 251, 255) 0%, rgb(212, 237, 241) 100%);
    box-shadow: 0 2px 4px rgba(0,0,0,.075);
}
.grecaptcha-badge {
    display: none!important;
}
.langdropdown-menu.active {
    display: block;
}
.langdropdown-menu a {
    display: block;
    padding: 8px 8px;
    text-decoration: none;
    color: #2B2828;
    font-size: 15px;
    font-style: normal;
    line-height: 20px;
    font-weight: 400;
}
.arrow-icon {
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
    margin-left: 8px;
}
.langdropdown-toggle.active .arrow-icon {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
}
.wpcf7-not-valid-tip {
    font-size: 12px;
    line-height: 1;
    margin: 0;
    margin-top: -25px;
    margin-left: -8px;
    text-shadow: none;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    display: inline-block;
    color: #ff0000!important;
    padding: 3px 5px;
    background: var(--white);
    border-radius: 4px;
}
.wpcf7-form-control-wrap {
    display: flex;
    flex-direction: column-reverse;
    position: relative;
}
.wpcf7 form .wpcf7-response-output {
    margin: 10px 0px 0px;
    font-size: 12px;
    line-height: 125%;
}
.wpcf7 form.invalid .wpcf7-response-output {
    position: relative;
    display: block;
    background: var(--white);
    color: #ff0000;
    border: none;
    padding: 3px 5px;
    border-radius: 4px;
    line-height: 1;
}
.popup.open {
    display: flex;
}
.no-scroll {
    overflow: hidden; /* Запрещает прокрутку */
}
.popup-content:has(.af-form.acf-form.is-valid) .form_title {
    display: none;
}
.swiper {
    width: 100%;
    height: auto;
}
.header_desctop .container {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 121px 30px 1fr;
    grid-template-columns: 121px 1fr;
    -ms-grid-rows: 1fr 0px 1fr;
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 30px;
    grid-row-gap: 0px;
    height: 120px;
}
.header_desctop .container > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
}
.header_desctop .container > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
}
.header_desctop .container > *:nth-child(3) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
}
.header_desctop .container > *:nth-child(4) {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
}
.ht_logo {
    display: flex;
    align-items: center;
    justify-content: stretch;
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-area: 1 / 1 / 3 / 2;
}
.header_top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-area: 1 / 2 / 2 / 3;
}
.header_bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-area: 2 / 2 / 3 / 3;
    gap: 20px;
    height: 72px;
}
.header-social {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
}
.header-social a {
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 15px;
    line-height: 133%;
    color: #97999d;
    gap: 4px;
}
.header-menu li a {
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 15px;
    line-height: 133%;
    color: var(--white);
}
.header-menu li a {
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 15px;
    line-height: 133%;
    color: var(--white);
}
.hb_right {
    display: flex;
    align-items: center;
    justify-content: stretch;
    gap: 16px;
}
.phone {
    display: flex;
    align-items: center;
    justify-content: stretch;
    gap: 8px;
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 15px;
    line-height: 133%;
    color: #ebeef2;
}
.messeg-list {
    display: flex;
    align-items: center;
    justify-content: stretch;
    gap: 15px;
}
.messeg-list a {
    display: flex;
    align-items: center;
    justify-content: center;
}
.header_btns {
    display: flex;
    align-items: center;
    justify-content: center;
}
#main {
    min-height: 100vh;
}
.orange-btn,
.wpcf7-submit.btn-fo {
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 24px 48px rgba(255, 117, 80, 0.2), inset 0 -2px 0 0 #e14b22;
    background: var(--orange-normal);
    padding: 12px 30px;
    border-radius: 8px;
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 15px;
    line-height: 107%;
    color: var(--white);
    outline: none !important;
    transition: box-shadow 0.3s ease, background 0.3s ease, -webkit-transform 0.3s ease!important;
    transition: box-shadow 0.3s ease, transform 0.3s ease, background 0.3s ease!important;
    transition: box-shadow 0.3s ease, transform 0.3s ease, background 0.3s ease, -webkit-transform 0.3s ease!important;
    cursor: pointer;
}

.orange-btn:hover,
.wpcf7-submit.btn-fo:hover {
    background: var(--orange-hover); /* Меняем цвет фона на более яркий при наведении */
    box-shadow: none;
    -webkit-transform: translateY(-2px)!important;
            transform: translateY(-2px)!important; /* Добавляем лёгкий эффект "подъема" кнопки */
}

.orange-btn:active,
.wpcf7-submit.btn-fo:active {
    -webkit-transform: translateY(0)!important;
            transform: translateY(0)!important; /* Возвращаем кнопку на место при нажатии */
    box-shadow: none;
}
.main_footer {
    border-top: 1px solid var(--grey-divider);
}
.mf_content {
    padding: 60px 0px;
    display: flex;
    align-items: flex-start;
    gap: 60px;
    justify-content: space-between;
}
.footer_copy_content {
    border-top: 1px solid var(--grey-divider);
    padding: 15px 0px;
    text-align: center;
}
.footer_copy_col {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 162%;
    text-align: center;
    color: var(--grey-text-p);
    opacity: 0.25;
}
.mf_col_top {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 162px 30px 1fr;
    grid-template-columns: 162px 1fr;
    gap: 30px;
    align-items: center;
    justify-content: stretch;
    margin-bottom: 30px;
}
.mf_col_top .ht_logo {
    grid-area: auto;
}
.ht_logo img {
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center center;
       object-position: center center;
}
.mf_col .phone {
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 24px;
    line-height: 83%;
    color: #ebeef2;
    margin-bottom: 30px;
}
.mf_col_bottom {
    display: flex;
    align-items: center;
    justify-content: stretch;
    gap: 15px;
    margin-bottom: 60px;
}
.mf_col_text {
    display: block;
    font-family: var(--second-family);
    font-weight: 400;
    font-size: 24px;
    color: #fff;
    text-shadow: 0 2px 32px rgba(255, 255, 255, 0.25), 0 1px 64px rgba(255, 255, 255, 0.05);
    opacity: 0.5;
    margin-bottom: 24px;
}
.mf_col_social {
    display: flex;
    align-items: center;
    justify-content: stretch;
    gap: 16px;
}
.mf_col_social a {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    border: 1px solid var(--grey-divider);
    width: 48px;
    height: 48px;
}
.mf_col_social a:hover {
    transition: all 0.3s;
    background: var(--blue);
}
.mf_col_social a span {
    display: none;
}
.mf_col_social a img {
    width: 100%;
    height: 100%;
}
.header-menu {
    display: flex;
    align-items: center;
    justify-content: stretch;
    gap: 25px;
}
.sub-menu {
    opacity: 0;
    -webkit-transform: translate(0, 10px);
            transform: translate(0, 10px);
    transition: opacity 200ms ease-in, visibility 200ms ease-in, -webkit-transform 200ms ease-in;
    transition: opacity 200ms ease-in, transform 200ms ease-in, visibility 200ms ease-in;
    transition: opacity 200ms ease-in, transform 200ms ease-in, visibility 200ms ease-in, -webkit-transform 200ms ease-in;
    visibility: hidden;
    position: absolute;
    top: 100%;
    left: 0;
    margin-left: -10px;
    min-height: 100%;
    margin-top: 20px;
    min-width: 250px;
    background: var(--bg);
    padding: 10px;
    border: 1px solid var(--grey-divider);
    border-radius: 8px;
    z-index: 10;
}
.sub-menu.menu-open {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    visibility: visible;
}
.caret::before {
    content: '';
    display: inline-block;
    background-image: url(/wp-content/uploads/2024/08/arrow_down.svg);
    background-repeat: no-repeat;
    width: 12px;
    background-size: cover;
    height: 8px;
    background-position: center center;
    cursor: pointer;
}
span.caret {
    margin-left: 8px;
}
li.menu-item-has-children {
    display: flex;
    align-items: center;
    justify-content: stretch;
    gap: 0;
    position: relative;
    cursor: pointer;
}
.sub-menu li a {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 15px;
    line-height: 133%;
    color: var(--white);
    opacity: 0.5;
    padding: 0px;
}
.sub-menu li:last-of-type a {
    margin-bottom: 0px;
}
.mf_col_menu .sub-menu {
    position: relative;
    -webkit-transform: unset;
            transform: unset;
    transition: unset;
    top: unset;
    left: unset;
    transform: unset;
    border: unset;
    max-width: 100%;
    visibility: unset;
    min-height: unset;
    opacity: unset;
    padding: 0px;
    margin: 0px;
    margin-top: 20px;
    background: transparent;
}
.mf_col_menu li.menu-item-has-children {
    display: block;
    margin-bottom: 20px;
}
.mf_col_menu span.caret {
    display: none;
}
.header-menu .nomenu {
    display: none;
}
.footer-menu li:nth-child(13) {
    -webkit-column-break-after: always!important;
    -moz-column-break-after: always;
         break-after: always;
}
.footer-menu {
    -moz-column-count: 2;
    -moz-column-gap: 20px;
    -webkit-column-count: 2;
    -webkit-column-gap: 20px;
    column-count: 2;
    column-gap: 20px;
}
/* Стили для ссылок в основном меню */
.footer-menu > li > a {
    font-family: var(--second-family);
    font-weight: 400;
    font-size: 24px;
    color: #fff;
    /* Другие стили для ссылок в основном меню */
    text-shadow: 0 2px 32px rgba(255, 255, 255, 0.25), 0 1px 64px rgba(255, 255, 255, 0.05);
    opacity: 0.5;
    margin-bottom: 20px;
    display: flex;
    justify-content: stretch;
}
.mf_col_menu li.menu-item-has-children a {
    margin-top: 0px;
}
.mf_col {
    max-width: 520px;
}
.banner-content {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1.5fr 20px 1.16fr;
    grid-template-columns: 1.5fr 1.16fr;
    gap: 20px;
    align-items: center;
    justify-content: stretch;
    position: relative;
}
.home-banner {
    height: 800px;
}
.banner-right:before {
    content: "";
    background-image: url(/wp-content/uploads/2024/08/banner_car_bg.avif);
    background-size: cover;
    background-position: left center;
    width: 598px;
    height: 598px;
    display: inline-block;
    z-index: -1;
    position: absolute;
    left: -50%;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
}
.home-banner .container {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: stretch;
}
.banner-right {
    position: relative;
}
.banner-title {
    font-family: var(--second-family);
    font-weight: 400;
    font-size: 68px;
    line-height: 100%;
    color: var(--white);
    text-shadow: 0 2px 32px rgba(255, 255, 255, 0.25), 0 1px 64px rgba(255, 255, 255, 0.05);
    margin-bottom: 36px;
}
.banner-content-left {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: stretch;
    gap: 0px;
}
.banner-subtitle {
    font-weight: 400;
    font-size: 22px;
    line-height: 150%;
    color: var(--white);
    margin-bottom: 30px;
}
.banner-subtitle span {
    color: var(--blue);
}
.banner-desc p,
.banner-desc ul li,
.banner-desc ol li {
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    color: var(--white);
}
.banner-desc ul,
.seo-text ul {
    list-style: none;
    padding-left: 0;
}
.banner-desc ul li {
    display: flex;
    align-items: center;
    position: relative;
    padding-left: 20px;
    margin-bottom: 16px;
}
.seo-text ul li {
    display: inline-block;
    position: relative;
    padding-left: 20px;
    margin-bottom: 16px;
}
.seo-text ul li strong {
    color: var(--white);
}
.banner-desc ul li::before,
.seo-text ul li::before {
    content: " ";
    height: 6px;
    width: 6px;
    background: var(--blue);
    border-radius: 50%; /* Полный круг */
    box-shadow: 0 0px 16px 4px #4290f2;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
}
.banner-desc {
    margin-bottom: 30px;
}
.steps-item-num {
    background-size: cover;
    width: 90px;
    height: 90px;
    background-repeat: no-repeat;
    background-position: center center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: var(--second-family);
    font-weight: 400;
    font-size: 32px;
    line-height: 1.125;
    color: var(--white);
    text-shadow: 0 2px 32px rgba(255, 255, 255, 0.25), 0 1px 64px rgba(255, 255, 255, 0.05);
}
.steps-item {
    border-right: 1px solid var(--grey-divider);
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 90px 30px 1fr;
    grid-template-columns: 90px 1fr;
    align-items: center;
    justify-content: stretch;
    gap: 30px;
}
.steps-item:nth-child(3), .steps-item:nth-child(6) {
    border-right: unset;
}
.steps-item-desc {
    padding-right: 30px;
}
.advant-steps {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 30px 1fr 30px 1fr;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}
.standart h2 {
    margin-bottom: 60px;
}
.standart {
    padding: 60px 0px 120px;
}
.advant {
    background: var(--bg);
    border-top: 1px solid var(--grey-divider);
    border-bottom: 1px solid var(--grey-divider);
}
.whyus-box {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 60px minmax(0, 630px);
    grid-template-columns: 1fr minmax(0, 630px);
    align-items: flex-start;
    gap: 60px;
}
.whyus-list-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 40px;
    padding-left: 50px;
}
.whyus-list-item p {
    margin-bottom: 0px;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 1.625;
    color: #b5b7bb;
}
.whyus-icon {
    margin-top: -32px;
    position: absolute;
    left: 0;
    margin-left: -25px;
}
.whyus-desc {
    flex: 1;
}
.whyus-list-item:last-child {
    margin-bottom: 0px;
}
.whyus-form {
    background: transparent;
    border: 1px solid var(--grey-divider);
    border-radius: 4px;
    padding: 30px;
    position: relative;
    height: 400px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.whyus-form h2 {
    text-align: left;
    margin-bottom: 30px;
}
.whyus-form-subtitle {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 1.625;
    color: #b5b7bb;
}
.whyus-form span {
    color: var(--blue);
}
.whyus-form:before {
    content: "";
    background-image: url("/wp-content/uploads/2024/08/whyus_form_top_bg.avif");
    opacity: 0.75;
    position: absolute;
    top: 0;
    left: 0;
    width: 199px;
    height: 199px;
    background-size: cover;
    z-index: 0;
    background-repeat: no-repeat;
    background-position: left top;
}
.form_inner {
    display: flex;
    align-items: center;
    justify-content: stretch;
    border: 1px solid var(--grey-divider);
    border-radius: 8px;
    background: var(--black);
    padding: 7px;
}
.form_inner p {
    margin: 0px;
}
.form-wrap__input-wrap input {
    width: 100%;
    border: none;
    height: 40px;
    background: transparent;
    padding: 5px 10px;
    outline: none !important;
    font-family: var(--font-family) !important;
    font-weight: 500!important;
    font-size: 15px!important;
    color: var(--white);
    line-height: 1.6;
}
.wpcf7-submit.btn-fo {
    box-shadow: 0 24px 48px rgba(255, 117, 80, 0.2), inset 0 -2px 0 0 #e14b22;
    background: var(--orange-normal);
    padding: 12px 30px;
    border-radius: 8px;
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 15px;
    line-height: 107%;
    color: var(--white);
    outline: none !important;
    transition: box-shadow 0.3s ease;
    border: none;
    height: 40px;
    cursor: pointer;
}
.wpcf7-spinner {
    display: none;
}
h2.ml {
    margin-left: 50px;
}
.whyus-box:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    border-left: 1px solid var(--grey-divider);
    height: 100%;
    z-index: -1;
    margin-left: 25px;
}
.whyus.standart {
    padding: 0px;
    border-bottom: 1px solid var(--grey-divider);
}
.whyus .container {
    padding: 60px 15px 120px;
}
.advant h2 {
    text-align: center;
}
.banner-right-form {
    position: absolute;
    background: rgba(31, 33, 34, 0.75);
    top: 0;
    right: 0;
    border: 1px solid var(--grey-divider);
    border-radius: 4px;
    width: 410px;
    padding: 30px;
    -webkit-backdrop-filter: blur(40px);
            backdrop-filter: blur(40px);
    background-image: url(/wp-content/uploads/2024/08/bg_mini_square.svg);
    background-repeat: repeat;
    background-size: initial;
    background-position: center center;
}
.contact_form_online h3 {
    font-family: var(--second-family);
    font-weight: 400;
    font-size: 26px;
    color: var(--white);
    text-shadow: 0 2px 32px rgba(255, 255, 255, 0.25), 0 1px 64px rgba(255, 255, 255, 0.05);
    margin-bottom: 16px;
}
.form-subtitle {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 15px;
    line-height: 1.6;
    color: #b5b7bb;
    margin-bottom: 30px;
}
.form_online_inner p {
    margin-bottom: 30px;
}
.form_online_inner .form-wrap__input-wrap input {
    background: var(--black);
    border-radius: 4px;
    border: 1px solid var(--grey-divider);
}
.form_online_inner .wpcf7-submit.btn-fo {
    width: 100%;
}
.form_online_inner .btn_submit_wrapper p {
    margin: 0px;
}
.carprice-content {
    /* position: relative; */
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.carprice-content-center {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: -10%;
    z-index: -1;
    max-width: 598px;
}
.carprice-content-right {
    max-width: 440px;
    width: 100%;
    padding: 30px;
    border: 1px solid var(--grey-divider);
    border-radius: 4px;
    background: var(--bg);
}
.carprice-content-left {
    max-width: 500px;
    width: 100%;
}
.carprice-content-center img {
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: bottom center;
       object-position: bottom center;
    height: auto;
    max-width: none;
}

.carprice {
    overflow: hidden;
    position: relative;
    border-bottom: 1px solid var(--grey-divider);
    padding-top: 120px;
}
.carprice h2 {
    margin-bottom: 30px;
}
.carprice h2 span {
    color: var(--blue);
}
.carprice-subtitle {
    font-family: var(--second-family);
    font-weight: 400;
    font-size: 24px;
    line-height: 1.5;
    color: var(--white);
    margin-bottom: 30px;
}
.carprice-subtitle span {
    color: var(--blue);
}
.carprice-text {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 1.625;
    color: var(--grey-text-p);
    margin-bottom: 30px;
}
.carprice .orange-btn {
    display: inline-block;
}
.carprice h3 {
    font-family: var(--second-family);
    font-weight: 400;
    font-size: 24px;
    line-height: 1.5;
    color: var(--white);
    margin-bottom: 20px;
}
.carprice ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 30px;
}
.carprice ul li {
    display: flex;
    align-items: center;
    position: relative;
    padding-left: 20px;
    margin-bottom: 20px;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 1.625;
    color: var(--white);
}
.carprice ul li::before {
    content: " ";
    height: 6px;
    width: 6px;
    background: var(--blue);
    border-radius: 50%; /* Полный круг */
    box-shadow: 0 0px 16px 4px #4290f2;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
}
.carbuyback-icon-box {
    position: relative; /* Обязательно для позиционирования псевдоэлемента */
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
}
.carbuyback-icon-box::before {
    content: "";
    width: 0px;
    height: 0px;
    position: absolute;
    top: 50%;
    left: 50%;
    background: transparent;
    display: block;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    box-shadow: 0 0 10px 4px rgba(0, 0, 0, 0.25), 
                0 0 30px 10px #4290f2, 
                0 0 60px 20px #4290f2;
    border-radius: 50%;
    z-index: 0; /* Псевдоэлемент позади изображения */
}
.carbuyback-item {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: stretch;
}
.carbuyback-item-top-bottom {
    display: flex;
    align-items: baseline;
}
.carbuyback-list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 30px 1fr 30px 1fr 30px 1fr;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}
.carbuyback-item-text {
    background-image: url(/wp-content/uploads/2024/08/num_bg.avif);
    background-size: cover;
    width: 60px;
    height: 60px;
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: var(--second-family);
    font-weight: 400;
    font-size: 22px;
    line-height: 1.125;
    color: var(--white);
    text-shadow: 0 2px 32px rgba(255, 255, 255, 0.25), 0 1px 64px rgba(255, 255, 255, 0.05);
    margin-left: -15px;
}
.carbuyback-item-title {
    font-family: var(--second-family);
    font-weight: 400;
    font-size: 24px;
    color: var(--white);
    text-shadow: 0 2px 32px rgba(255, 255, 255, 0.25), 0 1px 64px rgba(255, 255, 255, 0.05);
    margin-bottom: 24px;
}
.carbuyback-item-desc p {
    margin: 0px;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 1.625;
    color: var(--grey-text-p);
}
.carbuyback h2 {
    text-align: center;
    margin-bottom: 30px;
}
.carbuyback-subtitle {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 1.625;
    text-align: center;
    color: var(--grey-text-p);
    margin-bottom: 70px;
}
.carbuyback {
    background: var(--bg);
    padding-top: 60px;
    border-bottom: 1px solid var(--grey-divider);
}
.redemp.advant.comission {
    border-bottom: unset;
    padding-bottom: 45px;
}
.carbuyback-prebox {
    width: 100%;
    max-width: 1390px;
    margin: 0 auto;
    padding: 60px 50px;
    border: 1px solid var(--grey-divider);
    border-radius: 4px;
    background-image: url(/wp-content/uploads/2024/08/bg_mini_square.svg);
    background-repeat: repeat;
    background-size: initial;
    background-position: center center;
    background-color: var(--black);
}
.seotext-main {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: minmax(0, 630px) 60px 1fr;
    grid-template-columns: minmax(0, 630px) 1fr;
    gap: 60px;
    margin-bottom: 70px;
    align-items: flex-start;
}
img.seo-text-img {
    -o-object-fit: contain;
       object-fit: contain;
}
.seotext {
    background: var(--bg);
    padding-top: 120px;
}
.seo-text h2 {
    margin-bottom: 30px;
    font-family: 'Inter';
    font-size: 36px;
}
.seo-text p,
.seo-text ul li,
.seo-text ol li {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 1.625;
    color: var(--grey-text-p);
    margin-bottom: 16px;
}
.seotext ol {
    list-style: auto;
    padding-left: 25px;
    gap: 30px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 30px 1fr;
    grid-template-columns: repeat(2, 1fr);
    margin: 30px 0px;
}
.seotext ol li::marker {
    font-family: var(--second-family);
    font-weight: 400;
    font-size: 24px;
    color: var(--white);
    text-shadow: 0 2px 32px rgba(255, 255, 255, 0.25), 0 1px 64px rgba(255, 255, 255, 0.05);
}
.seotext ol li strong {
    margin-bottom: 20px;
    display: inline-block;
    font-weight: 400;
    font-size: 22px;
    color: var(--white);
    text-shadow: 0 2px 32px rgba(255, 255, 255, 0.25), 0 1px 64px rgba(255, 255, 255, 0.05);
}
.seo-text ol li:nth-child(3) {
    -webkit-column-break-after: always !important;
    -moz-column-break-after: always;
         break-after: always;
}
.seo-text ol li {
    margin-bottom: 0px;
}
.services-container {
    max-width: 1620px;
    padding: 0 15px;
    width: 100%;
    margin: 0 auto;
}
.services-banners {
    overflow: hidden;
    margin-bottom: 60px;
}
.services-banners-item:nth-child(1) {
    width: 792px;
    height: 420px;
    padding: 30px;
}
.services-banners-item:nth-child(2) {
    width: 280px;
    height: 195px;
    margin-bottom: 30px;
    margin-right: 30px;
    margin-left: 30px;
}
.services-banners-item:nth-child(3) {
   width: 458px;
   height: 195px;
   margin-bottom: 30px;
}
.services-banners-item:nth-child(4) {
    width: 458px;
    height: 195px;
    margin-left: 30px;
    margin-right: 30px;
}
.services-banners-item:nth-child(5) {
    width: 280px;
    height: 195px;
}
.services-banners-item {
    position: relative;
    float: left;
    background-image: url(/wp-content/uploads/2024/08/bg_mini_square.svg);
    background-repeat: repeat;
    background-size: initial;
    background-position: center center;
    background-color: var(--black);
    z-index: 0;
    border: 1px solid var(--grey-divider);
    border-radius: 4px;
    overflow: hidden;
    padding: 20px;
}
.services-banners-item:nth-child(2) img.sbi-img {
    left: 0;
    height: 195px;
}
.services-banners-item:nth-child(3) img.sbi-img {
    left: 0;
    height: 153px;
}
.services-banners-item:nth-child(4) img.sbi-img {
    left: 0;
    height: 172px;
}
.services-banners-item:nth-child(5) img.sbi-img {
    right: 0;
    height: 152px;
}
img.sbi-img {
    position: absolute;
    bottom: 0;
    -o-object-fit: cover;
       object-fit: cover;
    width: auto;
}
.services-banners-item:nth-child(1) img.sbi-img {
    right: 0;
    height: 344px;
    -o-object-fit: contain;
       object-fit: contain;
    z-index: -1;
    -o-object-position: bottom right;
       object-position: bottom right;
}
.services {
    padding-top: 120px;
    background: var(--bg);
}
.services h2 {
    text-align: center;
}
.sbi-title {
    position: relative;
    z-index: 1;
    font-family: var(--second-family);
    font-weight: 400;
    font-size: 24px;
    line-height: 1.5;
    color: var(--white);
    text-shadow: 0 2px 32px rgba(255, 255, 255, 0.25), 0 1px 64px rgba(255, 255, 255, 0.05);
    margin-bottom: 18px;
}
.sbi-desc p,
.sbi-desc ol li,
.sbi-desc ul li {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 1.625;
    color: #b5b7bb;
}
.sbi-desc ul {
    list-style: none;
    padding-left: 0;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
}
.sbi-desc ul li {
    display: flex;
    align-items: center;
    position: relative;
    padding-left: 20px;
    margin-bottom: 8px;
}
.sbi-desc ul li::before {
    content: " ";
    height: 6px;
    width: 6px;
    background: var(--blue);
    border-radius: 50%; /* Полный круг */
    box-shadow: 0 0px 16px 4px #4290f2;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
}
a.services-banners-item:after {
    content: "";
    background-image: url(/wp-content/uploads/2024/08/arrow_right_circle.svg);
    background-repeat: no-repeat;
    z-index: 1;
    width: 32px;
    height: 32px;
    position: absolute;
    bottom: 0;
    right: 0;
    margin-right: 20px;
    margin-bottom: 20px;
    background-size: cover;
    background-position: center center;
    background-color: transparent;
    border-radius: 50%;
    -webkit-transform: scale(1);
            transform: scale(1);
    transition: all 0.3s;
}
a.services-banners-item:hover::after {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
    
}
.services-banners-item:before {
    content: "";
    background-image: url(/wp-content/uploads/2024/08/whyus_form_top_bg.avif);
    opacity: 0.75;
    position: absolute;
    top: 0;
    left: 0;
    width: 199px;
    height: 199px;
    background-size: cover;
    z-index: -1;
    background-repeat: no-repeat;
    background-position: left top;
}
.cartype-bg {
    height: 340px;
    width: 300px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    border-radius: 4px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: space-between;
}
.cartype-title {
    font-family: var(--second-family);
    font-weight: 400;
    font-size: 20px;
    color: var(--white);
    text-shadow: 0 2px 32px rgba(255, 255, 255, 0.25), 0 1px 64px rgba(255, 255, 255, 0.05);
}
.cartype-bg img {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
}
.swiper-button-next.cartypeSwiper-next, 
.swiper-button-prev.cartypeSwiper-prev {
    top: unset;
    bottom: 0;
}
.swiper-button-next.cartypeSwiper-next, 
.swiper-button-prev.cartypeSwiper-prev,
.swiper.cartypeSwiper .swiper-slide {
    -webkit-user-select: none; /* Для Safari */
    -ms-user-select: none;
    user-select: none;
    outline: none; /* Убирает обводку фокуса */
}
.swiper-button-next.cartypeSwiper-next:focus, 
.swiper-button-prev.cartypeSwiper-prev:focus,
.swiper.cartypeSwiper .swiper-slide:focus {
    outline: none;
}
.swiper-button-next.cartypeSwiper-next {
    right: 46%;
}
.swiper-button-prev.cartypeSwiper-prev {
    left: 46%;
}
.swiper-button-prev,
.swiper-button-next {
    background: transparent;
    transition: all 0.5s ease;
    border-radius: 90px;
    border: none;
    width: 40px!important;
    height: 40px!important;
    padding: 0px;
    /* position: relative!important; */
}
.swiper-button-prev:hover,
.swiper-button-next:hover {
    background-position: right center; /* изменяет направление движения */
}
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
    display: none!important;
}
.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
    display: none!important;
}

.swiper.cartypeSwiper {
    padding-bottom: 70px;
}
.carbuyback-btn {
    font-family: var(--second-family);
    font-weight: 400;
    font-size: 24px;
    color: var(--blue);
    text-shadow: 0 2px 32px rgba(255, 255, 255, 0.25), 0 1px 64px rgba(255, 255, 255, 0.05);
    cursor: pointer;
}
.places {
    padding: 0px;
    border-bottom: 1px solid var(--grey-divider);
}
.places-content {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    align-items: center;
    justify-content: space-between;
    gap: 0px;
    position: relative;
}
.places .container {
    position: relative;
    padding: 120px 15px 120px;
}
.places-content-right {
    position: relative;
    max-width: 457px;
    width: 100%;
    height: 100%;
    margin: 0 auto;
}
.intermap {
    position: absolute;
    width: 100%;
    max-width: 457px;
    padding-top: 127.84%;
    margin: 0 auto;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}
.places-content-left {
    padding: 0px;
}
.places-content-left h2 {
    margin-bottom: 24px;
    text-align: center;
}
.places-subtitle {
    text-align: center;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 1.625;
    color: #b5b7bb;
    margin-bottom: 60px;
}
.places-title {
    font-family: var(--second-family);
    font-weight: 400;
    font-size: 24px;
    color: #fff;
    text-shadow: 0 2px 32px rgba(255, 255, 255, 0.25), 0 1px 64px rgba(255, 255, 255, 0.05);
    margin-bottom: 40px;
}
.carprice-content-right-box {
    display: flex;
    flex-direction: column;
    align-items: baseline;
    gap: 30px;
}
.intermap-places ul {
    display: block;
    -webkit-columns: 4;
       -moz-columns: 4;
            columns: 4;
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
}
.intermap-places ul li {
    display: flex;
    align-items: center;
    position: relative;
    padding-left: 20px;
    margin-bottom: 16px;
}
.intermap-places ul li::before {
    content: " ";
    height: 6px;
    width: 6px;
    background: var(--blue);
    border-radius: 50%; /* Полный круг */
    box-shadow: 0 0px 16px 4px #4290f2;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
}
.intermap-places ul li a {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 15px;
    line-height: 1.33333;
    color: var(--grey-text-p);
}
.intermap svg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.intermap-places a.active {
    color: var(--orange-normal);
}
.intermap svg circle {
    font-size: 10px;
    line-height: 1;
    fill: var(--white);
}
.intermap svg circle.active {
    fill: var(--orange-normal);
}
/*
.places .container:before {
    content: "";
    border-left: 1px solid var(--grey-divider);
    position: absolute;
    top: 0;
    display: inline-block;
    right: 615px;
    z-index: 0;
    width: 1px;
    height: 100%;
}
.places .container:after {
    content: "";
    border-right: 1px solid var(--grey-divider);
    position: absolute;
    top: 0;
    display: inline-block;
    right: 15px;
    z-index: 0;
    width: 1px;
    height: 100%;
}
*/
/* Убираем стандартную стрелочку */
select.wpcf7-form-control.wpcf7-select {
    -webkit-appearance: none; /* Убираем стандартный вид для Safari и Chrome */ /* Убираем стандартный вид для Firefox */
    appearance: none; /* Убираем стандартный вид для остальных браузеров */
    width: 100%;
    border: none;
    height: 40px;
    background: transparent;
    padding: 5px 10px;
    outline: none !important;
    font-family: var(--font-family) !important;
    font-weight: 500 !important;
    font-size: 15px !important;
    color: var(--white);
    line-height: 1.6;
    background: var(--black);
    border-radius: 4px;
    border: 1px solid var(--grey-divider);
    background-image: url('/wp-content/uploads/2024/08/arrow_down.svg'); /* путь к вашей кастомной стрелочке */
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 12px;
}
.contact_form_online .wpcf7-not-valid-tip {
    margin-top: -10px;
    margin-left: 3px;
}
.wpcf7 form.sent .wpcf7-response-output {
    border-color: var(--blue);
    border-radius: 4px;
    border-width: 1px;
    background-color: var(--blue);
    color: var(--white);
}
.marker {
    position: absolute;
    height: 10px;
    width: 10px;
    background: var(--blue);
    border-radius: 50%;
    box-shadow: 0 0px 16px 4px #4290f2;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); /* Центрирует маркер относительно его координат */
}
.marker.active {
    background: var(--orange-normal);
    box-shadow: 0 0px 16px 4px var(--orange-normal);
}
.header-top-menu {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
}
.header-top-menu li a {
    color: #97999D;
    font-family: Inter;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 133.333% */
}
.ht_right {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}
/* Ваши существующие стили для hover и стрелок */
.header-menu li a:hover {
    color: #4290f2;
}

li.menu-item-has-children > a::after {
    content: '';
    display: inline-block;
    background-image: url(/wp-content/uploads/2024/08/arrow_down.svg);
    background-repeat: no-repeat;
    width: 12px;
    height: 8px;
    background-size: cover;
    background-position: center center;
    cursor: pointer;
    right: 0;
    margin-left: 8px;
    transition: background-image 0.3s ease;
}

li.menu-item-has-children:hover > a::after {
    background-image: url(/wp-content/uploads/2024/10/arrow_down_blue.svg);
}

/* Новые стили для текущего активного пункта меню */
.header-menu li.current-menu-item > a,
.header-menu li.current-menu-parent > a,
.header-menu li.current-menu-ancestor > a {
    color: var(--blue);
    transition: color 0.3s ease;
}

/* Стили для текущего активного подпункта меню */
.header-menu li.current-menu-item > a {
    color: var(--blue);
    opacity: unset;
}

/* Изменение стрелки для текущего активного пункта меню */
li.current-menu-parent.menu-item-has-children > a::after,
li.current-menu-ancestor.menu-item-has-children > a::after {
    background-image: url(/wp-content/uploads/2024/10/arrow_down_blue.svg);
}

/* Дополнительные стили для активного подпункта */
.header-menu li.current-menu-item ul.sub-menu li.current-menu-item > a {
    color: var(--blue);
}

.avtopodbor-page .banner-content {
    -ms-grid-columns: 1fr 30px 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}
.avtopodbor-page .banner-content .banner-title {
    color: var(--white, #FCFEFF);
    font-family: Play;
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: 48px;
    margin-bottom: 24px;
}
.avtopodbor-page .banner-content .banner-title span {
    color: var(--blue);
}
.avtopodbor-page .banner-content .banner-right {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.avtopodbor-page .banner-content .banner-right .banner-right-form {
    position: relative;
}
.avtopodbor-page .banner-content .banner-right:before {
    left: -30%;
    top: 60%;
}
.preim-list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 30px 1fr 30px 1fr;
    grid-template-columns: repeat(3, 1fr);
    align-items: stretch;
    justify-content: stretch;
    gap: 30px;
}
.preim-list-item {
    display: flex;
    flex-direction: column;
}
.preim-item-icon {
    position: relative;
    height: 64px;
    display: flex;
    align-items: stretch;
    justify-content: stretch;
    margin-bottom: 30px;
}
.preim-item-icon img {
    position: absolute;
    top: 50%;
    right: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    -o-object-fit: cover;
       object-fit: cover;
    width: 324px;
    height: 324px;
}
.preim h2 span {
    color: var(--blue);
}
.preim h2 {
    max-width: 850px;
    margin: 0 auto;
    margin-bottom: 60px;
}
.preim {
    max-width: 1390px;
    margin: 0 auto;
    padding: 60px 50px;
    border-radius: 4px;
    border: 1px solid var(--grey_divider, #383B3E);
    background-image: url(/wp-content/uploads/2024/08/bg_mini_square.svg);
    background-repeat: repeat;
    background-size: initial;
    background-position: center center;
    background-color: var(--black);
    margin-top: 57px;
}
.whyus-desc p strong {
    color: var(--white);
    font-family: Play;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 36px; /* 150% */
}
.whyus-form-bottom-messeg {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 21px;
    border-radius: 4px;
    border: 1px solid var(--grey_divider);
    background: var(--bg);
    padding: 10px 24px;
}
.avtopodbor-page .whyus-form {
    gap: 0px;
    height: auto;
    background-image: url(/wp-content/uploads/2024/08/bg_mini_square.svg);
    background-repeat: repeat;
    background-size: initial;
    background-position: center center;
    background-color: var(--black);
}
.avtopodbor-page .whyus-form:before {
    z-index: 0;
}
.avtopodbor-page .whyus-form .whyus-form-top, .avtopodbor-page .whyus-form .whyus-form-bottom {
    margin-bottom: 20px;
}
.avtopodbor-page .seotext-main {
    margin: 0;
}
.avtopodbor-page .seotext .container {
    display: flex;
    flex-direction: column-reverse;
    gap: 30px;
}
.avtopodbor-page .whyus {
    background: var(--bg);
    border-top: 1px solid var(--grey-divider);
    border-bottom: 1px solid var(--grey-divider);
    position: relative;
    z-index: 0;
}
.avtopodbor-page .whyus .container {
    padding: 120px 15px 120px;
}
.offer-list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 30px 1fr 30px 1fr;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-bottom: 60px;
}
.offer-item {
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 30px;
    border-radius: 4px;
    border: 1px solid var(--grey_divider, #383B3E);
    background-image: url(/wp-content/uploads/2024/08/bg_mini_square.svg);
    background-repeat: repeat;
    background-size: initial;
    background-position: center center;
    background-color: var(--black);
}
.offer-item:before {
    content: "";
    background-image: url(/wp-content/uploads/2024/08/whyus_form_top_bg.avif);
    opacity: 0.75;
    position: absolute;
    top: 0;
    left: 0;
    width: 199px;
    height: 199px;
    background-size: cover;
    z-index: 0;
    background-repeat: no-repeat;
    background-position: left top;
}
.offer-item-title {
    color: var(--white, #FCFEFF);
    font-family: Play;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 36px; /* 150% */
    margin-bottom: 25px;
}
.offer-item-title span {
    color: var(--blue););
}
.offer-item-desc {
    flex: 1;
    margin-bottom: 25px;
}
.offer-item-desc p {
    color: var(--grey_text_p, #B9BBBF);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px; /* 162.5% */
}
.offer-item-price {
    color: var(--white, #FCFEFF);
    text-shadow: 0px 1px 64px rgba(255, 255, 255, 0.05), 0px 2px 32px rgba(255, 255, 255, 0.25);
    font-family: Play;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.offer-item-price span {
    color: var(--blue);
}
.offer-what h2 span {
    color: var(--blue);
}
.offer-what h2 {
    text-align: center;
}
.offer-what-content {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 400px 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 400px;
    position: relative;
    justify-content: center;
}
.offer-what-img {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    z-index: 0;
}
.offer-what-left {
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: space-between;
    row-gap: 65px;
}
.offer-what-right {
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    row-gap: 65px;
}
.offer-what-item {
    display: flex;
    align-items: center;
    max-width: 75%;
    gap: 16px;
}
.offer-what-left .offer-what-item {
    text-align: right;
}
.offer-what-right .offer-what-item {
    text-align: left;
}
.offer-what-left .offer-what-item:nth-child(2) {
    padding-right: 65px;
}
.offer-what-right .offer-what-item:nth-child(2) {
    padding-left: 60px;
}
.avtopodbor-page .standart {
    padding: 120px 0px 120px;
}
.avtopodbor-page  .whyus-icon {
    margin-top: -33px;
}
.sub-title-left {
    margin-left: 50px;
    margin-bottom: 30px;
    margin-top: 16px;
    max-width: 50%;
}
.change {
    background: var(--bg);
    border-top: 1px solid var(--grey_divider, #383B3E);
    position: relative;
}
.change-banner {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 30px 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    align-items: center;
    background-image: url(/wp-content/uploads/2024/08/bg_mini_square.svg);
    background-color: var(--black);
    background-repeat: repeat;
    background-size: initial;
    background-position: center center;
    border: 1px solid var(--grey_divider, #383B3E);
    border-radius: 4px;
    position: relative;
    z-index: 1;
    margin-bottom: 55px;
}
.change-banner img {
    height: 400px;
    -o-object-fit: cover;
       object-fit: cover;
}
.change-banner-content {
    padding: 30px;
}
.change-banner-content h2 {
    margin-bottom: 40px;
}
.change-banner-content h2 span {
    color: var(--blue);
}
.change-banner-desc p {
    color: #B5B7BB;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px; /* 162.5% */
}
.cv-t {
    color: var(--white, #FCFEFF);
    font-family: Play;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 36px; /* 150% */
    margin-bottom: 40px;
}
.cv-list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 30px 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}
.cv-item {
    display: flex;
    flex-direction: column;
    align-items: stretch;
}
.cv-item img {
    display: flex;
    align-items: center;
    justify-content: center;
    -o-object-fit: contain;
       object-fit: contain;
    width: 100%;);)%;);
    height: 200px;
    border-radius: 4px;
    overflow: hidden;
    margin-bottom: 25px;
}
.cv-item-title {
    color: var(--white, #FCFEFF);
    font-family: Play;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 36px; /* 150% */
    margin-bottom: 8px;
}
.cv-item-desc {
    color: #B5B7BB;
    font-weight: 400;
    line-height: 26px; /* 162.5% */
    flex: 1 0 0;
}
.avtopodbor-page .whyus-change {
    background: transparent;
}
.avtopodbor-page .stchange .seotext-main {
    align-items: center;
}
.carpark-block {
    padding: 120px 0px;
    background: var(--bg, #27292B);
    border-top: 1px solid var(--grey_divider, #383B3E);
    border-bottom: 1px solid var(--grey_divider, #383B3E);
}
.carpark-block h2 {
    text-align: center;
    margin-bottom: 60px;
}
.carpark-type {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 30px 1fr 30px 1fr 30px 1fr;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    margin-bottom: 30px;
}
.carpark-type-item {
    position: relative;
    display: flex;
    flex-direction: column;
    border-radius: 4px;
    border: 1px solid var(--grey_divider, #383B3E);
    background-image: url(/wp-content/uploads/2024/08/bg_mini_square.svg);
    background-repeat: repeat;
    background-size: initial;
    background-position: center center;
    background-color: var(--black);
    padding: 20px;
}
.carpark-type-item img {
    height: 150px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center center;
       object-position: center center;
}
.carpark-type-title {
    color: var(--white, #FCFEFF);
    font-family: Play;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px; /* 133.333% */
    flex: 1;
    margin-bottom: 16px;
    margin-top: 16px;
}
.carpark-type-title span {
    color: var(--blue);
}
.carpark-type-desc {
    flex: 1;
    color: var(--grey_text_p, #B9BBBF);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px; /* 162.5% */
    margin-bottom: 16px;
}
a.carpark-btn {
    display: flex;
    align-items: center;
    justify-content: stretch;
    gap: 10px;
    color: var(--Orange_normal, #FF6940);
    font-family: Inter;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px; /* 173.333% */
}
a.carpark-btn img {
    width: 32px;
    height: 32px;
}
.carpark-banner-list {
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.carpark-banner-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 60px 40px;
    border-radius: 4px;
    border: 1px solid var(--grey_divider, #383B3E);
    background-image: url(/wp-content/uploads/2024/08/bg_mini_square.svg);
    background-repeat: repeat;
    background-size: initial;
    background-position: center center;
    background-color: var(--black);
    position: relative;
}
.carpark-banner-item-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    flex: 1;
}
.carpark-banner-item-content h2 {
    text-align: left;
    margin-bottom: 24px;
}
.carpark-banner-subtitle {
    color: var(--white, #FCFEFF);
    font-family: Play;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 36px; /* 150% */
    margin-bottom: 16px;
}
.carpark-banner-text {
    color: var(--grey_text_p, #B9BBBF);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px; /* 162.5% */
    margin-bottom: 40px;
}
.carpark-banner-item:before {
    content: "";
    background-image: url(/wp-content/uploads/2024/08/whyus_form_top_bg.avif);
    opacity: 0.75;
    position: absolute;
    top: 0;
    left: 0;
    width: 199px;
    height: 199px;
    background-size: cover;
    z-index: 0;
    background-repeat: no-repeat;
    background-position: left top;
}
.carpark-banner-item-img {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1;
}
.carpark-banner-item:last-of-type {
    flex-direction: row-reverse;
}
.carpark-banner-item-img img {
    -o-object-fit: contain;
       object-fit: contain;
    height: 240px;
    -o-object-position: center center;
       object-position: center center;
}
.advant-content-img {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: minmax(0, 630px) 60px 1fr;
    grid-template-columns: minmax(0, 630px) 1fr;
    gap: 60px;
    margin-bottom: 0px;
    align-items: center;
}
.advant.carpark .advant-content p {
    margin-bottom: 15px;
}
.advant.carpark {}

.advant.carpark .advant-content p {
    margin-bottom: 15px;
}
.whyus.carpark h2.ml span {
    color: var(--blue);
}
.whyus.carpark h2.ml {
    text-align: left;
}
.whyus-text {
    margin-left: 50px;
    margin-bottom: 40px;
}
.whyus.carpark .sub-title-left {
    max-width: 100%;
}
.seotext.carpark .seotext-main {
    align-items: center;
}
.mf_col_menu li.menu-item-has-children > a::after {
    display: none;
}
.seotext.standart.redemp .seotext-main {
    align-items: center;
}
.seotext.standart.redemp .seotext-main .seo-text p {
    color: var(--white, #FCFEFF);
    text-shadow: 0px 1px 64px rgba(255, 255, 255, 0.05), 0px 2px 32px rgba(255, 255, 255, 0.25);
    font-family: Play;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px; /* 133.333% */
}
.redemp .seo-text.dop h3 {
    color: var(--white, #FCFEFF);
    text-shadow: 0px 1px 64px rgba(255, 255, 255, 0.05), 0px 2px 32px rgba(255, 255, 255, 0.25);
    font-family: Play;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.redemp .seo-text.dop ul {
    list-style: none;
    gap: 30px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 30px 1fr;
    grid-template-columns: repeat(2, 1fr);
    margin: 30px 0px;
}
.redemp .seo-text.dop ul li strong {
    display: inline-block;
    color: var(--white, #FCFEFF);
    text-shadow: 0px 1px 64px rgba(255, 255, 255, 0.05), 0px 2px 32px rgba(255, 255, 255, 0.25);
    font-family: Play;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 20px;
}
.whyus-form.redemp {
    gap: 22px;
    height: auto;
    background-image: url(/wp-content/uploads/2024/08/bg_mini_square.svg);
    background-repeat: repeat;
    background-size: initial;
    background-position: center center;
    background-color: var(--black);
}
.whyus-bgimg {
    position: absolute;
    z-index: -1;
    right: 0;
    bottom: 0;
}
.redemp .banner-title span {
    color: var(--blue);
}
.redemp .banner-title {
    color: var(--white, #FCFEFF);
    font-family: Play;
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: 48px;
    margin-bottom: 24px;
}
.redemp .banner-desc p {
    color: #B5B7BB;
}
.redemp .banner-minitext {
    color: var(--white, #FCFEFF);
}
.redemp .banner-right-form {
    position: relative;
}
.redemp .banner-content {
    align-items: flex-start;
}
.redemp.advant {
    padding: 120px 0px;
}
.ra-box {
    position: relative;
    border-radius: 4px;
    border: 1px solid var(--grey_divider, #383B3E);
    background-image: url(/wp-content/uploads/2024/08/bg_mini_square.svg);
    background-repeat: repeat;
    background-size: initial;
    background-position: center center;
    background-color: var(--black);
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 60px 1fr;
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
    justify-content: stretch;
    gap: 60px;
}
.ra-box-title {
    color: var(--white, #FCFEFF);
    text-shadow: 0px 1px 64px rgba(255, 255, 255, 0.05), 0px 2px 32px rgba(255, 255, 255, 0.25);
    font-family: Play;
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: 48px; /* 120% */
    margin-bottom: 40px;
}
.ra-box-title span {
    color: var(--blue);
}
.ra-box-desc p {
    color: #B5B7BB;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px; /* 162.5% */
}
.ra-box:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    background-image: url(/wp-content/uploads/2024/10/image-37.avif);
    background-size: contain;
    background-repeat: no-repeat;
    width: 298px;
    height: 298px;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    z-index: 0;
}
.ra-box-right,
.ra-box-left {
    position: relative;
    z-index: 1;
}
.banner-content.sellauto .banner-right,
.home-banner.redemp .banner-right {
    display: flex;
    align-items: center;
    justify-content: center;
}
.banner-content.sellauto .banner-right::before,
.home-banner.redemp .banner-right::before {
    right: 30%;
    left: unset;
}
.whyus-tst {
    margin-left: 50px;
    margin-bottom: 40px;
}
.whyus-tst h2 {
    margin-bottom: 16px;
}
.st-title {
    color: var(--white, #FCFEFF);
    font-family: Play;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 36px; /* 150% */
}
.st-title span {
    color: var(--blue);
}
.whyus-form-top {
    position: relative;
}
.whyus-form-bottom {
    position: relative;
}
.home-banner.online .banner-desc p {
    color: #B5B7BB;
    margin-bottom: 30px;
}
.home-banner.online .banner-desc h2 {
    color: var(--white, #FCFEFF);
    font-family: Play;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 36px;
    margin-bottom: 24px;
}
.carprice-content-left h1 {
    font-family: var(--second-family);
    font-weight: 400;
    font-size: 40px;
    line-height: 120%;
    text-shadow: 0 2px 32px rgba(255, 255, 255, 0.25), 0 1px 64px rgba(255, 255, 255, 0.05);
    margin-bottom: 30px;
    color: var(--white);
}
.carprice-content-left h1 span {
    color: var(--blue);
}
.carprice.online .carprice-content-left {
    max-width: 460px;
    position: relative;
    z-index: 1;
}
.commision h1 {
    color: var(--white, #FCFEFF);
    text-shadow: 0px 1px 64px rgba(255, 255, 255, 0.05), 0px 2px 32px rgba(255, 255, 255, 0.25);
    font-family: Play;
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: 48px; /* 120% */
    margin-bottom: 24px;
}
.commision h1 span {
    color: var(--blue);
}
.commision .banner-right-form {
    position: relative;
}
.banner-messeg-text {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 21px auto;
    grid-template-columns: 1fr auto;
    align-items: center;
    justify-content: stretch;
    gap: 21px;
    border-radius: 4px;
    border: 1px solid var(--grey_divider);
    background: var(--bg);
    padding: 10px 10px;
    margin-top: 24px;
}
.bm-text {
    line-height: normal;
}
.comission .carbuyback-list {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
}
.moto .carbuyback-list {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
}
.comission h2 span {
    color: var(--blue);
}
.comission .ra-box {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: auto 0px 1fr;
    grid-template-columns: auto 1fr;
    align-items: center;
    justify-content: stretch;
    gap: 0px;
}
.comission .ra-box-right,
.comission .ra-box-left {
    flex: 1;
}
.comission .ra-box-right {
    height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.comission .ra-box-left {
    padding: 30px 30px 30px 0px;
}
.comission .ra-box-left .ra-box-title span {
    color: var(--blue);
}
.comission .ra-box-desc p {
    margin-bottom: 15px;
}
.comission h2.ml span {
    color: var(--blue);
}
.comission .seo-text h3 {
    color: var(--white, #FCFEFF);
    text-shadow: 0px 1px 64px rgba(255, 255, 255, 0.05), 0px 2px 32px rgba(255, 255, 255, 0.25);
    font-family: Play;
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: 48px; /* 120% */
    margin-bottom: 15px;
}
.comission .seo-text p:last-of-type {
    margin: 0px;
}
.comission .seotext-main {
    align-items: center;
    margin-bottom: 0px;
}
.comission .carprice-content-center {
    top: 50%;
    bottom: unset;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}
.seo-text.dop {
    margin-top: 60px;
}
.dtp .sub-title-left {
    max-width: 100%;
    margin-bottom: 60px;
}
.dtp .carbuyback-list {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
}
.dtp .preim-list {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
}
.dtp .seotext-main {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
}
.seotext ol {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    -ms-grid-rows: auto;
    grid-template-rows: auto;
}
.seotext ol > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
}
.seotext ol > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
}
.seo-text.dop.podbor {
    margin: 0px;
}
.whyus.dtp .container {
    padding-top: 120px;
}
.dtp .whyus-icon {
    margin-top: -30px;
}
.about-banner {
    height: 800px;
}
.about-banner .container {
    display: flex;
    align-items: center;
    justify-content: stretch;
    gap: 60px;
}
.about-banner .banner-right-form {
    position: relative;
}
.about-right {
    display: flex;
    align-items: center;
    justify-content: center;
}
.about-content {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1.5fr 20px 1.16fr;
    grid-template-columns: 1.5fr 1.16fr;
    gap: 20px;
    align-items: center;
    justify-content: stretch;
    position: relative;
}
.about-content h1 {
    color: var(--white, #FCFEFF);
    text-shadow: 0px 1px 64px rgba(255, 255, 255, 0.05), 0px 2px 32px rgba(255, 255, 255, 0.25);
    font-family: Play;
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: 48px; /* 120% */
    margin-bottom: 24px;
}
.about-content h1 span {
    color: var(--blue);
}
.about-desc p {
    margin-bottom: 15px;
}
.about-desc p:last-of-type {
    margin: 0px;
}
.about-imgtext {
    padding: 120px 0px;
    background: var(--bg);
    border-top: 1px solid var(--grey-divider);
    border-bottom: 1px solid var(--grey-divider);
}
.imgtext-list {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 60px;
    margin-bottom: 60px;
}
.imgtext-item {
    display: flex;
    align-items: center;
    justify-content: stretch;
    gap: 30px;
}
.imgtext-list h2 {
    color: var(--white, #FCFEFF);
    text-shadow: 0px 1px 64px rgba(255, 255, 255, 0.05), 0px 2px 32px rgba(255, 255, 255, 0.25);
    font-family: Play;
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: 48px; /* 120% */
    margin-bottom: 24px;
}
.imgtext-list h2 span {
    color: var(--blue);
}
.imgtext-item-desc p {
    margin-bottom: 15px;
}
.imgtext-item-desc p:last-of-type {
    margin: 0px;
}
.imgtext-list h3 {
    color: var(--white, #FCFEFF);
    font-family: Play;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 36px; /* 150% */
    margin-bottom: 24px;
}
.imgtext-item:nth-child(even) {
    flex-direction: row-reverse;
}
.imgtext-item-content {
    flex: 1;
}
.imgtext-item-photo {
    display: flex;
    align-items: center;
    justify-content: center;
}
.about-imgtext-bottom-text {
    text-align: center;
    color: var(--white, #FCFEFF);
    text-align: center;
    text-shadow: 0px 1px 64px rgba(255, 255, 255, 0.05), 0px 2px 32px rgba(255, 255, 255, 0.25);
    font-family: Play;
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: 48px; /* 120% */
    margin: 0 auto;
}
.about-bancont {
    padding: 120px 0px;
    background: var(--bg, #27292B);
}
.bancont {
    border: 1px solid var(--grey-divider);
    padding: 30px;
    position: relative;
    height: 400px;
    display: flex;
    justify-content: space-between;
    border-radius: 4px;
    background-image: url(/wp-content/uploads/2024/08/bg_mini_square.svg);
    background-repeat: repeat;
    background-size: initial;
    background-position: center center;
    background-color: var(--black);
}
.bancont-left {
    flex: 1;
}
.bancont-right {
    display: flex;
    align-items: center;
    justify-content: center;
}
.bancont-left {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    justify-content: center;
}
.bancont::before {
    content: "";
    background-image: url(/wp-content/uploads/2024/08/whyus_form_top_bg.avif);
    opacity: 0.75;
    position: absolute;
    top: 0;
    left: 0;
    width: 199px;
    height: 199px;
    background-size: cover;
    z-index: 0;
    background-repeat: no-repeat;
    background-position: left top;
}
.bancont h2 {
    color: var(--white, #FCFEFF);
    font-family: Play;
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: 48px;
}
.bancont h2 span {
    color: var(--blue);
}
.bancont-desc {
    margin-bottom: 40px;
}
.banner-right-title {
    font-family: var(--second-family);
    font-weight: 400;
    font-size: 24px;
    line-height: 1.5;
    color: var(--white);
    margin-bottom: 30px;
}
.banner-right-title span {
    color: var(--blue);
}
.carprice-content-right h3 {
    font-family: var(--second-family);
    font-weight: 400;
    font-size: 24px;
    line-height: 1.5;
    color: var(--white);
    margin-bottom: 20px;
}
.carprice-content-right ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 30px;
}
.carprice-content-right ul li {
    display: flex;
    align-items: center;
    position: relative;
    padding-left: 20px;
    margin-bottom: 20px;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 1.625;
    color: var(--white);
}
.carprice-content-right ul li:before {
    content: " ";
    height: 6px;
    width: 6px;
    background: var(--blue);
    border-radius: 50%;
    box-shadow: 0 0px 16px 4px #4290f2;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.carprice-content-right p {
    color: var(--white);
    margin-bottom: 15px;
}
.whyus-form {
    position: sticky;
    top: 0;
}
.banner-desc.dtp ul li:last-of-type {
    margin: 0px;
}
h2.ml span,
.advant h2 span {
    color: var(--blue);
}
.carpark .advant-content {
    margin-bottom: 60px;
}
.carprice-content-right.comission {
    background-image: url(/wp-content/uploads/2024/08/bg_mini_square.svg);
    background-repeat: repeat;
    background-size: initial;
    background-position: center center;
    background-color: var(--black);
    position: relative;
}
.carprice-content-right.comission:before {
    content: "";
    background-image: url(/wp-content/uploads/2024/08/whyus_form_top_bg.avif);
    opacity: 0.75;
    position: absolute;
    top: 0;
    left: 0;
    width: 199px;
    height: 199px;
    background-size: cover;
    z-index: 0;
    background-repeat: no-repeat;
    background-position: left top;
}
.redemp .banner-minitext span {
    color: var(--blue);
}
.sellauto .banner-bottom img {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}
.banner-content.sellauto {
    align-items: center;
}
.advant.about-us h2 {
    margin-bottom: 25px;
}
.advant-description {
    margin-bottom: 60px;
}
.about-us .carbuyback-list {
    margin-bottom: 60px;
}
.about-imgtext-bottom-text span {
    color: var(--blue);
}
.contacts {
    padding: 120px 0px;
}
.contacts-content {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 30px 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    align-items: stretch;
    justify-content: stretch;
    position: relative;
}
.contacts-left h1 {
    color: var(--white, #FCFEFF);
    text-shadow: 0px 1px 64px rgba(255, 255, 255, 0.05), 0px 2px 32px rgba(255, 255, 255, 0.25);
    font-family: Play;
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: 48px;
    margin-bottom: 24px;
}
.contacts-left h1 span {
    color: var(--blue);
}
.map {
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    padding: 10px;
    background: #ddd;
    border: 1px solid var(--grey-divider);
    border-radius: 4px;
    background: var(--bg);
}
.contacts-left {
    display: flex;
    flex-direction: column;
    padding: 30px;
    border: 1px solid var(--grey-divider);
    border-radius: 4px;
    background: var(--bg);
}
.contacts-left-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: space-between;
}
.adres {
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 15px;
    line-height: 133%;
    color: #ebeef2;
}
.grafik {
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 15px;
    line-height: 133%;
    color: #ebeef2;
}
.clc-adres, .clc-phone, .clc-grafik, .clc-messeg, .clc-socials {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 4px;
}
.carpark-banner-item-content h2 span {
    color: var(--blue);
}
.carpark-block h2 span {
    color: var(--blue);
}
.ra-box-left {
    padding-right: 20px;
}
.social-item:hover,
.header-top-menu li a:hover,
.phone:hover {
    color: var(--blue);
}
.hover-icon {
    display: none;
}
.social-item:hover .normal-icon {
    display: none;
}
.social-item:hover .hover-icon {
    display: block;
    transition: opacity 0.6s ease-in-out;
}
.footer-menu > li > a:hover {
    color: var(--blue);
    opacity: 1;
}
/* SEARCH FORM STYLE */
.form_online_inner .select2-container--default .select2-selection--single .select2-selection__rendered {
    -webkit-appearance: none!important;
    appearance: none!important;
    width: 100%!important;
    border: none!important;
    height: 40px!important;
    background: transparent!important;
    padding: 5px 35px 5px 10px!important;
    outline: none!important;
    font-family: var(--font-family)!important;
    font-weight: 500 !important;
    font-size: 15px !important;
    color: var(--white)!important;
    line-height: 28px!important;
    background: var(--black)!important;
    border-radius: 4px!important;
    border: 1px solid var(--grey-divider)!important;
    background-image: url(/wp-content/uploads/2024/08/arrow_down.svg)!important;
    background-repeat: no-repeat!important;
    background-position: right 10px center!important;
    background-size: 12px!important;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: var(--white)!important;
}
.form_online_inner .select2-container--default .select2-selection--single {
    background-color: var(--black)!important;
    border: unset!important;
    height: 40px!important;
}
.form_online_inner .select2-container--default .select2-selection--single .select2-selection__arrow {
    display: none;
}
.select2-dropdown {
    border: 1px solid var(--grey-divider)!important;
    background-color: var(--black)!important;
    margin-top: 3px!important;
    border-radius: 4px!important;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid var(--grey-divider)!important;
    padding: 5px 50px 5px 10px!important;
    outline: none !important;
    font-family: var(--font-family) !important;
    font-weight: 500 !important;
    font-size: 15px !important;
    height: 35px!important;
    border-radius: 4px!important;
}
.select2-search--dropdown {
    padding: 10px 10px 0px!important;
    position: relative!important;
}
.select2-search--dropdown:before {
    content: "";
    background-image: url(/wp-content/uploads/2024/11/search.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    width: 20px;
    height: 20px;
    position: absolute;
    right: 20px;
    top: 16px;
}
.select2-results {
    padding: 10px!important;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: var(--blue)!important;
}
.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: var(--blue)!important;
    color: #FFF!important;
}
.select2-results__option {
    padding: 4px 10px!important;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 15px;
    line-height: 1.6;
    color: var(--white);
}
.select2-results__group {
    color: #4291f2;
    font-weight: 200;
    font-size: 16px;
    line-height: normal;
    font-family: var(--font-family);
}
.select2-container--default .select2-results > .select2-results__options[aria-selected=false] > li:nth-child(1) {
    background-color: transparent !important;
}
.select2-container--default .select2-results__option--disabled {
    color: var(--blue)!important;
    font-size: 15px;
    line-height: 1.6;
    font-weight: 500;
}
.select2-container--default .select2-results__option--selected {
    background-color: var(--blue)!important;
}
.select2-container--default .select2-results__option--selected:nth-child(1) {
    background-color: transparent!important;
}
div[style*="display: block"][style*="clear: both"] {
    display: none !important;
}
