@charset "UTF-8";

:root {
    --max_width: 1920px;
    --font: "Roboto", sans-serif;
    --fast_anim: .15s;
    --slow_anim: .35s;
    --color_black: #000000;
    --color_dynamic_black: #1F1D1F;
    --color_red: #B60004;
    --color_flame_scarlet: #D52034;
    --color_white: #FFFFFF;
    --color_gray: #F9F9F9;
    --color_beluga: #F1F1F1;
    --color_spanish_grey: #979797;
    --color_bauhaus: #3F3F3F;
    --color_carbon_fiber: #2E2E2E;
    --color_dire_wolf: #272727;
    --color_crazy_eyes: #5BB78D;
    --color_brand_main: var(--color_flame_scarlet);
    --color_bg: var(--color_gray);
    --color_sub_section_bg: var(--color_white);
    --color_text: var(--color_dynamic_black);
    --color_bg_btn: var(--color_black);
    --color_border_btn: var(--color_black);
    --color_text_btn: var(--color_white);
    --color_bg_hover_btn: var(--color_black);
    --color_border_hover_btn: var(--color_black);
    --color_text_hover_btn: var(--color_white);
    --color_bg_brand_btn: var(--color_brand_main);
    --color_border_brand__btn: var(--color_brand_main);
    --color_text_brand_btn: var(--color_white);
    --color_bg_hover_brand_btn: var(--color_brand_main);
    --color_border_hover_brand_btn: var(--color_brand_main);
    --color_text_hover_brand_btn: var(--color_white);
    --color_bg_header: var(--color_white);
    --color_text_header: var(--color_dynamic_black);
    --color_logo_fm: var(--color_black);
    --color_logo_delimiter: transparent;
    --header_logos_align: center;
    --color_bg_icons: var(--color_white);
    --color_text_icons: var(--color_dynamic_black);
    --color_bg_popular_brands: var(--color_bauhaus);
    --color_border_popular_brands: var(--color_bauhaus);
    --color_bg_hover_popular_brands: var(--color_dynamic_black);
    --color_border_hover_popular_brands: var(--color_dynamic_black);
    --color_bg_models: var(--color_white);
    --color_bg_title_models: var(--color_beluga);
    --color_bg_cars: var(--color_white);
    --color_svg_cars: var(--color_spanish_grey);
    --color_text_cars: var(--color_text);
    --color_title_cars: var(--color_text);
    --color_bg_map: var(--color_white);
    --color_title_map: var(--color_dynamic_black);
    --color_address_map: var(--color_dynamic_black);
    --color_address_hover_map: var(--color_flame_scarlet);
    --color_svg_map: var(--color_dynamic_black);
    --color_bg_footer: var(--color_dynamic_black);
    --color_text_footer: var(--color_white);
    --color_bg_popup: var(--color_white);
    --color_text_popup: var(--color_black)
}

/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    background-color: transparent
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted currentColor;
    text-decoration: underline dotted currentColor
}

b,
strong {
    font-weight: bolder
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

img {
    border-style: none
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

[type=button],
[type=reset],
[type=submit],
button {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: .35em .75em .625em
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type=checkbox],
[type=radio] {
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details {
    display: block
}

summary {
    display: list-item
}

template {
    display: none
}

[hidden] {
    display: none
}

html {
    scroll-behavior: smooth
}

@media (min-width:1701px) {
    html {
        scroll-padding: 120px
    }
}

@media (max-width:1700px) and (min-width:1024px) {
    html {
        scroll-padding: 140px
    }
}

::-moz-selection {
    background: #d52034;
    background: var(--color_brand_main);
    color: #fff
}

::selection {
    background: #d52034;
    background: var(--color_brand_main);
    color: #fff
}

b,
strong {
    font-weight: 700
}

em,
i {
    font-style: italic
}

* {
    box-sizing: border-box;
    outline: 0
}

iframe {
    max-width: 100%;
    margin: 0 auto
}

p {
    margin: 1rem 0
}

p:first-child {
    margin-top: 0
}

p:empty {
    display: none
}

ol,
ul {
    margin: 1rem 0;
    font-weight: 300;
    list-style-position: inside;
    padding-left: 0
}

li>ol,
li>ul,
p+ol,
p+ul {
    padding-left: 2.5rem
}

a {
    color: #fff;
    color: var(--color_white);
    text-decoration: none;
    cursor: pointer
}

svg {
    max-width: 100%;
    max-height: 100%
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: top
}

label {
    cursor: pointer;
    display: inline-block
}

.clearfix:after,
.clearfix:before {
    content: "";
    display: table;
    clear: both
}

[disabled] {
    opacity: .7;
    cursor: not-allowed;
    pointer-events: none
}

input:-moz-read-only {
    opacity: .7
}

input:read-only {
    opacity: .7
}

input[type=submit]:-moz-read-only {
    opacity: 1
}

input[type=submit]:read-only {
    opacity: 1
}

[data-lazyimg] {
    background: #f5f5f5;
    font-size: .8em
}

html {
    font-size: 10px;
    --width-scroll: 0
}

body {
    background-color: #f9f9f9;
    background-color: var(--color_bg);
    color: #1f1d1f;
    color: var(--color_text);
    min-width: 360px;
    font-family: Roboto, sans-serif;
    font-family: var(--font);
    font-weight: 300;
    font-size: 1.5rem;
    line-height: 1.53333;
    overflow-x: hidden;
    padding-top: 70px
}

@media (max-width:1023px) {
    body {
        padding-top: 65px
    }
}

body a {
    color: #1f1d1f;
    color: var(--color_text)
}

@media (max-width:1023px) {
    body.open_mob_nav {
        overflow: hidden
    }
}

.box-container,
.container {
    width: 100%;
    max-width: 1200px;
    padding: 0 22px;
    margin: 0 auto
}

.container-640 {
    max-width: 640px;
    margin-left: auto;
    margin-right: auto
}

.section:not(.this--top):not(.this--bottom) {
    padding-top: 30px;
    padding-bottom: 30px
}

.section.this--top {
    padding-top: 30px
}

.section.this--bottom {
    padding-bottom: 30px
}

.section.this--overlay_top {
    position: relative;
    margin-top: -20px;
    z-index: 1
}

@media (max-width:959px) {
    .section:not(.this--top):not(.this--bottom) {
        padding-top: 30px;
        padding-bottom: 30px
    }

    .section.this--top {
        padding-top: 30px
    }

    .section.this--bottom {
        padding-bottom: 30px
    }
}

@media (max-width:639px) {
    .section:not(.this--top):not(.this--bottom) {
        padding-top: 30px;
        padding-bottom: 30px
    }

    .section.this--top {
        padding-top: 30px
    }

    .section.this--bottom {
        padding-bottom: 30px
    }
}

.sub_section {
    background-color: #fff;
    background-color: var(--color_sub_section_bg);
    padding-top: 40px;
    padding-bottom: 40px
}

.sub_section.this--not_padding {
    padding: 0
}

@media (max-width:959px) {
    .sub_section {
        padding-top: 25px;
        padding-bottom: 25px
    }
}

@media (max-width:639px) {
    .sub_section {
        padding-top: 20px;
        padding-bottom: 20px
    }
}

.ibg {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative
}

.ibg img {
    width: 0;
    height: 0;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden
}

body.compensate-for-scrollbar {
    overflow: hidden
}

.flip-clock-wrapper * {
    box-sizing: border-box;
    backface-visibility: hidden
}

.flip-clock-wrapper a {
    cursor: pointer;
    text-decoration: none;
    color: #ccc
}

.flip-clock-wrapper a:hover {
    color: #fff
}

.flip-clock-wrapper ul {
    list-style: none
}

.flip-clock-wrapper.clearfix:after,
.flip-clock-wrapper.clearfix:before {
    content: " ";
    display: table
}

.flip-clock-wrapper.clearfix:after {
    clear: both
}

.flip-clock-wrapper {
    font: 400 11px "Helvetica Neue", Helvetica, sans-serif;
    -webkit-user-select: none
}

.flip-clock-meridium {
    background: 0 0 !important;
    box-shadow: 0 0 0 !important
}

.flip-clock-meridium {
    font-size: 36px
}

.flip-clock-meridium a {
    color: #313333
}

.flip-clock-wrapper {
    text-align: center;
    position: relative;
    margin: 0 0 25px 0;
    display: inline-block;
    white-space: nowrap
}

.flip-clock-wrapper:after,
.flip-clock-wrapper:before {
    content: " ";
    display: table
}

.flip-clock-wrapper:after {
    clear: both
}

.flip-clock-wrapper ul {
    position: relative;
    float: left;
    margin: 0 5px;
    width: 35px;
    height: 60px;
    font-weight: 700;
    border-radius: 6px;
    background: #000;
    padding: 0;
    list-style-type: none
}

@media (max-width:959px) {
    .flip-clock-wrapper ul {
        margin: 0 2px
    }
}

@media (max-width:424px) {
    .flip-clock-wrapper ul {
        width: 30px;
        height: 46px
    }
}

.flip-clock-wrapper ul li {
    text-decoration: none !important
}

.flip-clock-wrapper ul li {
    z-index: 1;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.flip-clock-wrapper ul li:first-child {
    z-index: 2
}

.flip-clock-wrapper ul li a {
    margin: 0 !important;
    overflow: visible !important;
    cursor: default !important
}

.flip-clock-wrapper ul li a {
    display: block;
    height: 100%;
    perspective: 200px
}

.flip-clock-wrapper ul li a div {
    z-index: 1;
    position: absolute;
    left: 0;
    width: 100%;
    height: 50%;
    overflow: hidden;
    outline: 1px solid transparent
}

.flip-clock-wrapper ul li a div .shadow {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2
}

.flip-clock-wrapper ul li a div.up {
    transform-origin: 50% 100%;
    top: 0
}

.flip-clock-wrapper ul li a div.up:after {
    content: "";
    position: absolute;
    top: 98%;
    left: 0;
    z-index: 5;
    width: 100%;
    height: 3px;
    background-color: #000;
    background-color: rgba(0, 0, 0, .4)
}

@media (max-width:424px) {
    .flip-clock-wrapper ul li a div.up:after {
        top: 97%
    }
}

.flip-clock-wrapper ul li a div.down {
    transform-origin: 50% 0;
    bottom: 0;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px
}

.flip-clock-wrapper ul li a div div.inn {
    position: absolute;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 200%;
    color: #fff;
    text-shadow: 0 1px 2px #000;
    text-align: center;
    background-color: #333;
    border-radius: 6px;
    font-size: 33px;
    display: flex;
    align-items: center;
    justify-content: center
}

@media (max-width:424px) {
    .flip-clock-wrapper ul li a div div.inn {
        font-size: 25px
    }
}

.flip-clock-wrapper ul li a div.up div.inn {
    top: 0
}

.flip-clock-wrapper ul li a div.down div.inn {
    bottom: 0
}

.flip-clock-wrapper .flip {
    box-shadow: 0 2px 5px rgba(0, 0, 0, .7)
}

.flip-clock-divider {
    float: left;
    display: inline-block;
    position: relative;
    width: 20px;
    height: 60px
}

@media (max-width:424px) {
    .flip-clock-divider {
        width: 10px;
        height: 46px
    }
}

.flip-clock-divider:first-child {
    width: 0
}

.flip-clock-dot {
    display: block;
    background: #fff;
    width: 8px;
    height: 8px;
    position: absolute;
    left: 6px
}

@media (max-width:424px) {
    .flip-clock-dot {
        width: 4px;
        height: 4px;
        left: 3px
    }
}

.flip-clock-divider .flip-clock-label {
    right: 0 !important
}

.flip-clock-divider .flip-clock-label {
    position: absolute;
    bottom: -1.8em;
    color: #fff;
    text-shadow: none;
    left: auto;
    width: 90px;
    transform: translateX(100%);
    text-align: center
}

@media (max-width:959px) {
    .flip-clock-divider .flip-clock-label {
        width: 73px
    }
}

.flip-clock-divider.minutes .flip-clock-label {
    right: -61px
}

.flip-clock-divider.seconds .flip-clock-label {
    right: -61px
}

.flip-clock-dot.top {
    top: 17px
}

.flip-clock-dot.bottom {
    bottom: 17px
}

@keyframes asd {
    0% {
        z-index: 2
    }

    100% {
        z-index: 4
    }
}

@keyframes turn {
    0% {
        transform: rotateX(90deg)
    }

    100% {
        transform: rotateX(0)
    }
}

@keyframes turn2 {
    0% {
        transform: rotateX(0)
    }

    100% {
        transform: rotateX(-90deg)
    }
}

.flip-clock-wrapper ul li.flip-clock-active {
    z-index: 3
}

@keyframes show {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes hide {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
    width: 100%
}

.slick-dots {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 23px 0 0 0;
    padding: 0;
    list-style-type: none;
    width: 100%;
    text-align: center;
    font-size: 0
}

.slick-dots li {
    display: inline-block;
    cursor: pointer;
    margin: 0 5px 5px;
    vertical-align: top
}

.slick-dots li button {
    font-size: 0;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #fff;
    padding: 0;
    cursor: pointer;
    border: 1px solid #9b9b9b;
    transition: .3s all
}

.slick-dots li button:hover {
    background-color: #000;
    background-color: var(--color_black)
}

.slick-dots li.slick-active button {
    background: #000;
    background: var(--color_black);
    border-color: #000;
    border-color: var(--color_black)
}

.slick-dots li.slick-active button:hover {
    background: #000;
    background: var(--color_black)
}

.slick-list:focus {
    outline: 0
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-list,
.slick-slider .slick-track {
    transform: translate3d(0, 0, 0)
}

.slick-track {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    position: relative;
    top: 0;
    left: 0
}

.slick-track:after,
.slick-track:before {
    display: table;
    content: ""
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    display: none;
    float: left;
    position: relative;
    height: 100%;
    min-height: 1px
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide img {
    display: block;
    margin: 0 auto
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

.slick-arrow {
    font-family: FontAwesome;
    position: absolute;
    border: none;
    display: inline-block;
    padding: 0;
    z-index: 10;
    background: 0 0;
    top: calc(50% - 22px);
    width: 44px;
    height: 44px;
    transition: .5s all;
    cursor: pointer;
    font-size: 0
}

.slick-arrow:before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    display: block;
    font-size: 50px;
    font-weight: 700;
    color: #95999d;
    left: 50%
}

.slick-prev:before {
    content: "\f104"
}

.slick-next:before {
    content: "\f105"
}

.slick-arrow.slick-prev {
    left: 0
}

.slick-arrow.slick-next {
    right: 0
}

.slick-vertical .slick-arrow {
    top: 0;
    width: 100%;
    height: 30px;
    left: 0;
    margin: 0
}

.slick-vertical .slick-arrow:before {
    content: "\f106"
}

.slick-vertical .slick-arrow.slick-next {
    top: auto;
    bottom: 0
}

.slick-vertical .slick-arrow.slick-next:before {
    content: "\f107"
}

@media (max-width:1023px) {
    .slick-dots {
        margin-top: 25px
    }
}

@media (max-width:639px) {
    .slick-dots {
        margin-top: 15px
    }

    .slick-dots li {
        margin: 0 3px 3px
    }
}

.grecaptcha-badge {
    visibility: hidden
}

.visually_hidden {
    position: absolute !important;
    padding: 0 !important;
    border: 0 !important;
    height: 1px !important;
    width: 1px !important
}

.visually_hidden {
    clip: rect(1px 1px 1px 1px);
    overflow: hidden
}

.g_mt_0 {
    margin-top: 0
}

.g_mb_0 {
    margin-bottom: 0
}

.g_mt_100 {
    margin-top: 100px
}

.g_mt_70 {
    margin-top: 70px
}

.g_mt_50 {
    margin-top: 50px
}

.g_mt_40 {
    margin-top: 40px
}

.g_mt_30 {
    margin-top: 30px
}

.g_mt_12 {
    margin-top: 12px
}

.g_mb_50 {
    margin-bottom: 50px
}

.g_mb_10 {
    margin-bottom: 10px
}

.g_mb_20 {
    margin-bottom: 20px
}

.g_mt_20 {
    margin-top: 20px
}

.g_m_20 {
    margin-bottom: 20px;
    margin-top: 20px
}

.g_ml_8 {
    margin-left: 8px
}

.g_mr_20 {
    margin-right: 20px
}

.g_db {
    display: block
}

.g_hide {
    display: none
}

@media (max-width:639px) {
    .g_hide_mobile {
        display: none
    }
}

.g_hide_desktop {
    display: none
}

@media (max-width:639px) {
    .g_hide_desktop {
        display: block
    }
}

.g_font_w_400 {
    font-weight: 400
}

.g_font_w_300 {
    font-weight: 300
}

.g_text_center,
.on-center {
    text-align: center
}

.g_red_text,
.red-text {
    color: var(--red)
}

.g_green_text {
    color: #3caa3a
}

.g_wh_text {
    color: #fff
}

.g_flex_space_between {
    display: flex;
    justify-content: space-between
}

.g_flex_center {
    display: flex;
    justify-content: center;
    align-items: center
}

.g_overflow_hidden {
    overflow: hidden
}

.gray-text {
    color: #848484
}

.g_float_right {
    float: right
}

.g_float_left {
    float: left
}

.g_margin_20 {
    margin: 20px
}

.g_position_relative {
    position: relative
}

.g_visibility_hidden {
    visibility: hidden;
    opacity: 0
}

.g_pt_20 {
    padding-top: 1.25rem
}

.g_ptb_20 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem
}

.g_pl_38 {
    padding-left: 38px
}

@media (min-width:960px) {
    .g_pl_38 {
        padding-left: 38px
    }
}

@media (max-width:959px) {
    .g_pl_38 {
        padding-left: 20px
    }
}

@media (max-width:639px) {
    .g_pl_38 {
        padding-left: 10px
    }
}

.g_pr_28 {
    padding-right: 28px
}

@media (min-width:960px) {
    .g_plr_38 {
        padding-right: 38px;
        padding-left: 38px
    }
}

@media (max-width:959px) {
    .g_plr_38 {
        padding-right: 20px;
        padding-left: 20px
    }
}

@media (max-width:639px) {
    .g_plr_38 {
        padding-right: 10px;
        padding-left: 10px
    }
}

.g_plr_10 {
    padding: 0 10px
}

@media (min-width:960px) {
    .g_plr_10 {
        padding: 0 10px
    }
}

@media (max-width:959px) {
    .g_plr_10 {
        padding: 0 20px
    }
}

.g_plr_20 {
    padding: 0 20px
}

.g_text_page_light {
    font-size: 16px;
    font-weight: lighter
}

.g_rub::before {
    content: "₽";
    margin-left: 2px;
    font-size: 1em
}

.g_img_left {
    float: left;
    margin-right: 20px;
    margin-bottom: 20px
}

@media (max-width:639px) {
    .g_img_left {
        float: none;
        margin-right: 0;
        text-align: center;
        display: block
    }
}

.js_tabbody {
    display: none
}

.g_color {
    color: var(--c_main)
}

.g_ul_red_circle {
    margin-top: 15px
}

.g_ul_red_circle li {
    list-style: none !important
}

.g_ul_red_circle li {
    text-align: left;
    color: #000;
    margin-bottom: 16px;
    padding: 0 0 5px 0;
    position: relative
}

.g_ul_red_circle li:before {
    position: absolute;
    display: block;
    top: 7px;
    left: -20px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #e30413;
    content: ""
}

.g_table__dark-noborder {
    width: 100%
}

.g_table__dark-noborder th {
    font-weight: 500;
    padding: 9px 20px;
    vertical-align: center
}

.g_table__dark-noborder td {
    border: none;
    border-bottom: 1px solid #d0d0d0
}

@media (max-width:1023px) {
    .g_table__dark-noborder tr:first-child {
        display: none
    }

    .g_table__dark-noborder tr {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        padding-bottom: 40px
    }

    .g_table__dark-noborder td {
        border-bottom: none
    }

    .g_table__dark-noborder td::before {
        content: attr(data-label);
        display: block;
        font-weight: 700
    }
}

.g_iconned_text {
    display: flex;
    align-items: center
}

.g_iconned_text.this--icon-left .g_iconned_text svg,
.g_iconned_text.this--icon-left img {
    margin-right: 5px
}

.g_iconned_text.this--icon-right .g_iconned_text svg,
.g_iconned_text.this--icon-right img {
    margin-right: 5px
}

.g_iconned_text.this--bold {
    font-weight: 700
}

.g_two_column {
    display: inline-block;
    -moz-columns: 2;
    columns: 2
}

@media (max-width:639px) {
    .g_two_column {
        -moz-columns: auto;
        columns: auto;
        -moz-columns: initial;
        columns: initial;
        display: block
    }
}

.g_gray_map [class*=ymaps-2-1][class*=-ground-pane] {
    filter: grayscale(100%) brightness(111%) contrast(90%) invert(0)
}

.g_overflow_hidden {
    overflow: hidden
}

.g_upper {
    text-transform: uppercase
}

[baic_theme] {
    --color_bg_icons: #121212;
    --color_text_icons: #ffffff
}

[dark_theme] {
    --color_brand_main: var(--color_crazy_eyes);
    --color_bg: var(--color_dynamic_black);
    --color_sub_section_bg: var(--color_dynamic_black);
    --color_text: var(--color_white);
    --color_logo_delimiter: transparent;
    --color_bg_btn: var(--color_dynamic_black);
    --color_border_btn: var(--color_dynamic_black);
    --color_text_btn: var(--color_crazy_eyes);
    --color_bg_hover_btn: var(--color_bauhaus);
    --color_border_hover_btn: var(--color_crazy_eyes);
    --color_text_hover_btn: var(--color_crazy_eyes);
    --color_bg_brand_btn: var(--color_brand_main);
    --color_border_brand__btn: var(--color_brand_main);
    --color_text_brand_btn: var(--color_white);
    --color_bg_hover_brand_btn: var(--color_bauhaus);
    --color_border_hover_brand_btn: var(--color_crazy_eyes);
    --color_text_hover_brand_btn: var(--color_white);
    --color_bg_header: var(--color_dynamic_black);
    --color_text_header: var(--color_white);
    --color_logo_fm: var(--color_white);
    --color_bg_icons: var(--color_dire_wolf);
    --color_text_icons: var(--color_white);
    --color_bg_popular_brands: var(--color_dire_wolf);
    --color_border_popular_brands: var(--color_dire_wolf);
    --color_bg_hover_popular_brands: var(--color_bauhaus);
    --color_border_hover_popular_brands: var(--color_crazy_eyes);
    --color_bg_models: var(--color_dire_wolf);
    --color_bg_title_models: var(--color_carbon_fiber);
    --color_bg_cars: var(--color_dire_wolf);
    --color_svg_cars: var(--color_crazy_eyes);
    --color_text_cars: var(--color_white);
    --color_title_cars: var(--color_white);
    --color_bg_map: var(--color_dire_wolf);
    --color_title_map: var(--color_white);
    --color_address_map: var(--color_spanish_grey);
    --color_address_hover_map: var(--color_crazy_eyes);
    --color_svg_map: var(--color_crazy_eyes);
    --color_bg_footer: var(--color_dynamic_black);
    --color_text_footer: var(--color_spanish_grey);
    --color_bg_popup: var(--color_dynamic_black);
    --color_text_popup: var(--color_white)
}

[chery_theme] {
    --color_bg: var(--color_dynamic_black);
    --color_sub_section_bg: var(--color_dynamic_black);
    --color_text: var(--color_white);
    --color_logo_delimiter: transparent;
    --color_bg_header: var(--color_dynamic_black);
    --color_text_header: var(--color_white);
    --color_logo_fm: var(--color_white);
    --color_bg_icons: var(--color_dire_wolf);
    --color_text_icons: var(--color_white);
    --color_bg_models: var(--color_dire_wolf);
    --color_bg_title_models: var(--color_carbon_fiber);
    --color_bg_cars: var(--color_dire_wolf);
    --color_text_cars: var(--color_white);
    --color_title_cars: var(--color_white);
    --color_bg_map: var(--color_dire_wolf);
    --color_title_map: var(--color_white);
    --color_address_map: var(--color_spanish_grey);
    --color_address_hover_map: var(--color_crazy_eyes);
    --color_svg_map: var(--color_crazy_eyes);
    --color_bg_footer: var(--color_dynamic_black);
    --color_text_footer: var(--color_spanish_grey);
    --color_bg_popup: var(--color_dynamic_black);
    --color_text_popup: var(--color_white)
}

[exeed_theme] {
    --color_bg: #181B1D;
    --color_sub_section_bg: #181B1D;
    --color_text: var(--color_white);
    --color_bg_btn: transparent;
    --color_border_btn: var(--color_white);
    --color_text_btn: var(--color_white);
    --color_bg_hover_btn: var(--color_brand_main);
    --color_border_hover_btn: var(--color_brand_main);
    --color_text_hover_btn: var(--color_white);
    --color_bg_brand_btn: var(--color_brand_main);
    --color_border_brand__btn: var(--color_brand_main);
    --color_text_brand_btn: var(--color_white);
    --color_bg_hover_brand_btn: transparent;
    --color_border_hover_brand_btn: var(--color_white);
    --color_text_hover_brand_btn: var(--color_white);
    --color_bg_header: #181B1D;
    --color_logo_fm: var(--color_white);
    --color_text_header: var(--color_white);
    --color_bg_icons: #30363A;
    --color_text_icons: var(--color_white);
    --color_bg_models: #30363A;
    --color_bg_title_models: #262e33;
    --color_bg_cars: #30363A;
    --color_svg_cars: var(--color_brand_main);
    --color_text_cars: #979797;
    --color_title_cars: var(--color_white);
    --color_bg_map: #30363A;
    --color_title_map: var(--color_white);
    --color_address_map: #979797;
    --color_address_hover_map: var(--color_white);
    --color_svg_map: var(--color_brand_main);
    --color_bg_footer: #181B1D;
    --color_text_footer: #979797;
    --color_bg_popup: #30363A;
    --color_text_popup: var(--color_white)
}

[exeed_theme] .b_btn {
    justify-content: space-between;
    padding: 4px 15px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    border-width: 1px
}

[exeed_theme] .b_btn:after {
    content: "";
    border-color: #d52034;
    border-color: var(--color_brand_main)
}

[exeed_theme] .b_btn:hover:after {
    border-color: #fff;
    border-color: var(--color_white)
}

[exeed_theme] .b_btn.this--brand_color:after {
    border-color: #fff;
    border-color: var(--color_white)
}

[exeed_theme] .b_btn.this--brand_color:hover:after {
    border-color: #d52034;
    border-color: var(--color_brand_main)
}

[exeed_theme] .b_menu__link {
    font-weight: 400
}

[exeed_theme] .b_timer_countdown__value {
    font-weight: 700
}

[exeed_theme] .b_models__right {
    width: 245px
}

[exeed_theme] .b_models__up_title {
    text-transform: uppercase
}

[exeed_theme] .b_models__feature_value {
    font-size: 1.3rem
}

[exeed_theme] .b_nav_ic_mob i {
    background: #fff
}

[exeed_theme] .b_nav_ic_mob i:after,
[exeed_theme] .b_nav_ic_mob i:before {
    background: #fff
}

@media (hover:hover) {
    [exeed_theme] .b_models__item:hover {
        background-color: #283036
    }
}

@media (hover:hover) {
    [exeed_theme] .b_cars__item:hover .b_cars__item_content {
        background-color: #283036;
        transform: translateY(-10px)
    }
}

[faw_theme] {
    --color_bg_icons: #121212;
    --color_text_icons: #ffffff
}

[geely_theme] {
    --color_bg_icons: #121212;
    --color_text_icons: #ffffff
}

[jetour_theme] {
    --header_logos_align: start;
    --color_bg_icons: #121212;
    --color_text_icons: #ffffff;
    --color_logo_delimiter: var(--color_black);
    --color_bg_btn: var(--color_white);
    --color_border_btn: var(--color_brand_main);
    --color_text_btn: var(--color_brand_main);
    --color_bg_hover_btn: var(--color_white);
    --color_border_hover_btn: var(--color_brand_main);
    --color_text_hover_btn: var(--color_brand_main)
}

[kaiyi_theme] {
    --color_bg_icons: #121212;
    --color_text_icons: #ffffff
}

[livan_theme] {
    --color_bg_icons: #121212;
    --color_text_icons: #ffffff
}

.b_brazzers_photo {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 2;
    display: flex;
    justify-content: flex-start;
    transition: opacity .3s
}

.b_brazzers_photo.this--five .b_brazzers_photo__item {
    width: 20%
}

.b_brazzers_photo:hover>.b_car_list__label {
    display: none
}

.b_brazzers_photo__img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: none;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center
}

.b_brazzers_photo__img.this--more {
    display: none !important
}

.b_brazzers_photo__img.this--more {
    background: rgba(0, 0, 0, .63);
    text-align: center;
    color: #fff;
    font-size: 15px
}

.b_brazzers_photo__img.this--more .b_brazzers_photo__img_icon_wr {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%)
}

.b_brazzers_photo__img.this--more .b_brazzers_photo__img_icon {
    display: block;
    margin: 0 auto 10px;
    width: 53px;
    height: 44px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADUAAAAsCAYAAADFP/AjAAAEA0lEQVRogd3ZW6hWRRQH8N85HW9l4aULREpipWEYmYg9RFHRgxUZUViQEdlTRL50wSjC1AcfKoKiqB6C7IIYJihEFt2hspI8XehmHMHKylLT1OysHmaO3+cJ9ZxvRo/1h83MbPas/f/PXjOzZu22iFAJHRiPIS303YPvsaMGkbaKopbg+oL+n+Fc7Col0l5qIGOmMkEwCfdV4FLlS42WRvkkyY3Ox5f96D8c7+Nk/I3pWFPEKCJKryXRwP0t2pjRZKMzIoaUcCoVNLOJzJqIGFRg68kmWwsHStToiPgxk9gVEWcVDtBxEdGV7e2JiKmt2uro5Y1jpQl/NoYdxHPHSfMI5qOzaB6wFXPwCo7CS/j4IH1241ss3efZrK4tIu6OiN3Rf6yJiI7Cr7Q/N+wPnomIYRGxd/W7N492D7Zhcx9GdxNm699qdzAchxdxZh+ePQbHN7VXYKaIODGSD0dEbI6IqyKiveLIH+prWkR80fTFZomIK5puzDgCSLZyjY2IP7OG1e04JX+6jVhV0Y0OJ7qkBQamtEs7Ovw8MHyqoSuXIzvQdoheMhLX4CKcJk3obViPd6RleH3F93XvrUXEndkX11by7+ERsTgidsSB0R0Rz0XEmErvfbjHcK0ovQcT8Qnu0Ni8/8I6vIaP8Ee+34br8Clm1CRRU9REvC25GsnH5+AETMYlmCq54eUakfgIvJzvVUEtUUdjucZG+IK0eT6NLb2e3YWVmCZt+qRT8/MaA1KEWqLmYUKuL5Xix4MdzQMLcFduD8ejNcjUEHUs5ub6D7hJItxXLMbqXL9UctEi1BB1pRSDwSJsb8HGPU31G0oJ1RB1YS5Dcr1W8IGUTYILCvlUETU+lxvwU4GdD3M54YBP9QE1RI3M5S+Fdn7N5dBCO1VE/Z7L0YV2RuVyd6GdKqK+y+UY+x7Y+ospufyqjE4dUW822bq6RRvnaGy8b5USqiFqucYyPk9rc+KBpvqSUkI1RG3B47k+Fk/0s/+tuCzX38B7pYRqhUnzNebWbDyFwX3oNxeP5PpOSWAxaonaKv0k2JrbN0tHimv9O3/YLm3Yr+Oh3O7Gjfi8BpneycwSrJOigRXSSjhBSnVtlwRuko4Zk+y7Sm6XBC2rRaSmKFgrZXcX4BYMkuLC8/bz/Crcjm9qkqgtCn6T5sZCzMLFOF2KPLZJMd670vmpirv1xqEQ1YONeDBfhxW1cxRHBP63onbmenF0PMAYkcud7RpHhjNw6oDQKcdgaUGCr9ulZZiUh3tW43z0X0EHHtP4J7Cs5//Uq1JejnRYWyktzUc6hkrJmnG53YXJPaJGSUKmDwy3KtggZXo7e1a/zVKIc5uUGi4+fR4mdEvRyCIpC9wJ/wC6xUeUHXz09wAAAABJRU5ErkJggg==) no-repeat
}

.b_brazzers_photo__bg {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #fff;
    visibility: hidden;
    opacity: 0;
    z-index: -1
}

.b_brazzers_photo__bg:before {
    content: "";
    position: absolute;
    width: 24px;
    height: 24px;
    left: 50%;
    top: 50%;
    margin: -15px 0 0 -12px;
    border-radius: 50%;
    border: 2px solid #efefef;
    border-top-color: #131313;
    animation: spin 1s infinite linear
}

@keyframes spin {
    0% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(360deg)
    }
}

.b_brazzers_photo__item {
    position: relative;
    width: 25%;
    height: 100%;
    overflow: hidden;
    z-index: 3;
    cursor: pointer
}

.b_brazzers_photo.this--small .b_brazzers_photo__item {
    width: 23%
}

.b_brazzers_photo__item:before {
    content: "";
    position: absolute;
    left: 4px;
    right: 4px;
    bottom: 4px;
    height: 2px;
    background: #efefef;
    transform: skewX(50deg)
}

.b_brazzers_photo.this--small .b_brazzers_photo__item:before {
    height: 1px;
    bottom: 10px
}

.b_brazzers_photo__item:before:hover:before {
    background: #d52034;
    background: var(--color_brand_main)
}

.b_brazzers_photo__item:hover+.b_brazzers_photo__img.this--more {
    display: block !important
}

.b_brazzers_photo__item:hover~.b_brazzers_photo__bg {
    opacity: 1;
    visibility: visible
}

.b_brazzers_photo__item:hover+.this--more~.b_brazzers_photo__bg {
    visibility: hidden;
    opacity: 0
}

.b_brazzers_photo__item:hover:before {
    background: #d52034;
    background: var(--color_brand_main)
}

.b_brazzers_photo__item:hover+.b_brazzers_photo__img {
    z-index: 2;
    display: block
}

.b_brazzers_photo:hover {
    visibility: visible;
    opacity: 1
}

.g_title_h1,
.g_title_h2,
h1,
h2 {
    margin: 0;
    color: #1f1d1f;
    color: var(--color_text);
    line-height: 1.17;
    font-family: Roboto, sans-serif;
    font-family: var(--font);
    font-weight: 500;
    text-align: left
}

.g_title_h1 a,
.g_title_h2 a,
h1 a,
h2 a {
    text-decoration: underline
}

.g_title_h1 a:hover,
.g_title_h2 a:hover,
h1 a:hover,
h2 a:hover {
    text-decoration: none
}

.g_title_h1,
h1 {
    font-size: 44px;
    margin-bottom: 14px
}

@media (max-width:959px) {

    .g_title_h1,
    h1 {
        margin-bottom: 16px;
        font-size: 34px
    }
}

.g_title_h2,
h2 {
    font-size: 34px;
    margin-bottom: 12px
}

@media (max-width:959px) {

    .g_title_h2,
    h2 {
        margin-bottom: 14px;
        font-size: 24px
    }
}

.b_btn {
    outline: 0 !important;
    text-decoration: none !important
}

.b_btn {
    position: relative;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-height: 44px;
    padding: 4px 8px;
    font-size: 14px;
    line-height: 1;
    font-weight: 700;
    text-align: center;
    letter-spacing: 0;
    vertical-align: middle;
    white-space: normal;
    color: #fff;
    color: var(--color_text_btn);
    border-radius: 0;
    border: 2px solid #000;
    border: 2px solid var(--color_border_btn);
    background-color: #000;
    background-color: var(--color_bg_btn);
    cursor: pointer;
    overflow: hidden;
    transition: .3s all
}

.b_btn:after {
    content: none;
    flex-shrink: 0;
    width: 12px;
    height: 12px;
    border-right: 1px solid red;
    border-bottom: 1px solid red;
    transform: rotate(315deg);
    transition: .3s all
}

.b_btn:hover {
    color: #fff;
    color: var(--color_text_hover_btn);
    border-color: #000;
    border-color: var(--color_border_hover_btn);
    background-color: #000;
    background-color: var(--color_bg_hover_btn)
}

.b_btn.this--small {
    min-height: 36px;
    font-weight: 500
}

.b_btn.this--middle {
    min-height: 38px
}

.bx-ie .b_btn {
    min-height: 44px
}

.b_btn:not(input) {
    display: inline-flex
}

.b_btn.this--brand_color {
    color: #fff;
    color: var(--color_text_brand_btn);
    background-color: #d52034;
    background-color: var(--color_bg_brand_btn);
    border-color: #d52034;
    border-color: var(--color_border_brand__btn)
}

.b_btn.this--brand_color:hover {
    color: #fff;
    color: var(--color_text_hover_brand_btn);
    background-color: #d52034;
    background-color: var(--color_bg_hover_brand_btn);
    border-color: #d52034;
    border-color: var(--color_border_hover_brand_btn)
}

.b_btn:disabled,
.b_btn:disabled:hover {
    background: #bdc3c6;
    border-color: #808890;
    color: #2f3538;
    cursor: default
}

.b_forms {
    margin-bottom: -18px
}

.b_forms__items {
    display: flex;
    flex-wrap: wrap;
    margin-right: -18px
}

@media (max-width:959px) {
    .b_forms__items {
        justify-content: center
    }
}

.b_forms__item {
    position: relative;
    display: flex;
    align-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    width: calc(100% - 20px);
    margin-right: 18px;
    margin-bottom: 18px
}

.b_forms__item.this--col_3 {
    width: calc(33.3333% - 20px)
}

@media (max-width:959px) {
    .b_forms__item {
        margin-bottom: 10px
    }
}

@media (max-width:639px) {
    .b_forms__item {
        width: 100%
    }

    .b_forms__item.this--col_3 {
        width: 100%
    }
}

.b_forms__label {
    font-size: 18px;
    margin-bottom: 8px;
    padding-left: 2px;
    width: 100%;
    color: #fff
}

@media (max-width:639px) {
    .b_forms__label {
        min-height: 0
    }
}

.b_forms__input {
    width: 100%
}

.b_forms__input.this--wrapper {
    height: 50px;
    display: flex;
    align-items: center
}

.b_forms__input.this--wrapper .b_radio+.b_radio {
    margin-left: 15px
}

.b_forms__input.this--wrapper .b_checkbox+.b_checkbox {
    margin-left: 15px
}

.b_forms__bottom {
    margin-bottom: 15px
}

.b_forms__bottom .b_btn {
    width: 100%
}

@media (max-width:959px) {
    .b_forms__bottom {
        margin-bottom: 10px
    }
}

.b_forms__captcha_wr {
    display: flex;
    align-items: center;
    flex-wrap: wrap
}

.b_forms__captcha_wr .b_btn {
    margin: 13px 0
}

.b_forms__captcha {
    margin-right: 25px
}

.b_forms__form_title {
    margin-bottom: 20px;
    font-size: 2rem;
    font-weight: 500;
    line-height: 1.15;
    text-align: right;
    color: #fff;
    color: var(--color_white)
}

.b_forms__form_title.this--left {
    text-align: left
}

.b_forms__form_title.this--dark {
    color: #1f1d1f;
    color: var(--color_text)
}

@media (max-width:959px) {
    .b_forms__form_title {
        margin-bottom: 7px;
        font-size: 1.3rem;
        line-height: 1.15;
        text-align: left
    }
}

@media (max-width:639px) {
    .b_forms__form_title {
        margin-bottom: 12px
    }
}

.b_forms__success_title {
    margin-bottom: 20px;
    font-size: 2rem;
    font-weight: 500;
    line-height: 1.15;
    text-align: right;
    color: #fff;
    color: var(--color_white)
}

.this--left .b_forms__success_title {
    text-align: left
}

.this--dark .b_forms__success_title {
    color: #1f1d1f;
    color: var(--color_text)
}

.b_forms__success_text {
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.15;
    text-align: right;
    color: #fff;
    color: var(--color_white)
}

.this--left .b_forms__success_text {
    text-align: left
}

.this--dark .b_forms__success_text {
    color: #1f1d1f;
    color: var(--color_text)
}

.b_loader {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 99999999;
    display: none;
    background: rgba(255, 255, 255, .5)
}

.b_loader.this--catalog {
    width: 100%;
    height: 200px;
    position: relative
}

.b_loader.this--message::after {
    transform: translate(-50%, -100%)
}

.b_loader::after {
    content: "";
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    background: url(../images/loading.gif) no-repeat 100%/contain;
    width: 50px;
    height: 50px;
    margin-top: -14px;
    transform: translateX(-50%)
}

.b_loader .b_loader__message {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 620px;
    max-width: 90%;
    min-width: 280px;
    font-size: 2.2rem;
    color: var(--c_main);
    text-shadow: 0 0 1px var(--c_white);
    text-align: center;
    transform: translate(-50%, -50%)
}

@keyframes loaderOrbit {
    from {
        transform: rotate(0)
    }

    to {
        transform: rotate(360deg)
    }
}

.b_input,
input[type=email],
input[type=number],
input[type=password],
input[type=tel],
input[type=text] {
    outline: 0 !important
}

.b_input,
input[type=email],
input[type=number],
input[type=password],
input[type=tel],
input[type=text] {
    min-height: 44px;
    margin: 0;
    font-size: 16px;
    line-height: 1;
    background: #fff;
    border: 1px solid #bbb;
    text-overflow: ellipsis;
    border-radius: 0;
    padding: 1px 6px 1px 6px
}

.b_input:-moz-read-only,
input[type=email]:-moz-read-only,
input[type=number]:-moz-read-only,
input[type=password]:-moz-read-only,
input[type=tel]:-moz-read-only,
input[type=text]:-moz-read-only {
    opacity: .85;
    background-color: #e1e9eb
}

.b_input:read-only,
input[type=email]:read-only,
input[type=number]:read-only,
input[type=password]:read-only,
input[type=tel]:read-only,
input[type=text]:read-only {
    opacity: .85;
    background-color: #e1e9eb
}

.b_input::-moz-placeholder,
input[type=email]::-moz-placeholder,
input[type=number]::-moz-placeholder,
input[type=password]::-moz-placeholder,
input[type=tel]::-moz-placeholder,
input[type=text]::-moz-placeholder {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    color: #aaa
}

.b_input::placeholder,
input[type=email]::placeholder,
input[type=number]::placeholder,
input[type=password]::placeholder,
input[type=tel]::placeholder,
input[type=text]::placeholder {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    color: #aaa
}

.b_input:focus,
input[type=email]:focus,
input[type=number]:focus,
input[type=password]:focus,
input[type=tel]:focus,
input[type=text]:focus {
    border-color: #000
}

.b_input.this--small,
input[type=email].this--small,
input[type=number].this--small,
input[type=password].this--small,
input[type=tel].this--small,
input[type=text].this--small {
    min-height: 36px
}

.b_input.this--middle,
input[type=email].this--middle,
input[type=number].this--middle,
input[type=password].this--middle,
input[type=tel].this--middle,
input[type=text].this--middle {
    min-height: 38px
}

select {
    height: 40px;
    border: 1px solid #dee1e3;
    padding: 0 43px 0 15px;
    background-color: #fff;
    background-repeat: no-repeat;
    text-indent: .01px;
    text-overflow: "";
    position: relative;
    border-radius: 5px;
    font-size: 24px
}

@media (max-width:768px) {
    select {
        height: 50px;
        font-size: 20px
    }
}

@media (max-width:639px) {
    select {
        height: 40px;
        font-size: 18px
    }
}

textarea {
    border: 1px solid #cccfd3;
    resize: none;
    min-height: 100px;
    padding: 10px;
    border-radius: 5px
}

.error,
.error+.CaptionCont {
    border-color: #b60004 !important;
    border-color: var(--color_red) !important;
    color: #b60004 !important;
    color: var(--color_red) !important
}

.error,
.error+.CaptionCont {
    position: relative
}

.error+.CaptionCont::-moz-placeholder,
.error::-moz-placeholder {
    color: #b60004 !important;
    color: var(--color_red) !important
}

.error+.CaptionCont::placeholder,
.error::placeholder {
    color: #b60004 !important;
    color: var(--color_red) !important
}

.b_checkbox {
    display: inline-flex;
    align-items: self-start
}

.b_checkbox.this--center {
    align-items: center
}

.b_checkbox__input {
    opacity: 0 !important
}

.b_checkbox__input {
    width: 0;
    height: 0;
    overflow: hidden;
    position: absolute
}

.b_checkbox__input.this--disabled+.b_checkbox__icon,
.b_checkbox__input:disabled+.b_checkbox__icon {
    opacity: .4;
    cursor: not-allowed
}

.b_checkbox__input.this--disabled+.b_checkbox__icon+.b_checkbox__text,
.b_checkbox__input:disabled+.b_checkbox__icon+.b_checkbox__text {
    opacity: .4;
    cursor: not-allowed
}

.b_checkbox__icon {
    position: relative;
    display: inline-block;
    margin-right: 9px;
    vertical-align: middle;
    cursor: pointer;
    width: 12px;
    min-width: 12px;
    height: 12px;
    border: 1px solid #000;
    border: 1px solid var(--color_black);
    background-color: #000;
    background-color: var(--color_black);
    border-radius: 0;
    top: 2px
}

.b_checkbox__icon::before {
    top: 0;
    left: 2px;
    width: 3px;
    height: 6px;
    border: solid #fff;
    border-width: 0 2px 2px 0
}

.b_checkbox__icon::before {
    content: "";
    position: absolute;
    transition: .2s transform;
    transform: rotate(405deg) scale(0)
}

.b_checkbox__icon.this--brand_color {
    border: 1px solid #d52034;
    border: 1px solid var(--color_brand_main);
    background-color: #d52034;
    background-color: var(--color_brand_main)
}

.b_checkbox__input:focus+.b_checkbox__icon {
    box-shadow: 0 0 1px 1px #000;
    box-shadow: 0 0 1px 1px var(--color_black)
}

.b_checkbox__input:focus+.b_checkbox__icon.this--brand_color {
    box-shadow: 0 0 1px 1px #d52034;
    box-shadow: 0 0 1px 1px var(--color_brand_main)
}

.b_checkbox__input.this--checked+.b_checkbox__icon::before,
.b_checkbox__input:checked+.b_checkbox__icon::before {
    transform: rotate(45deg) scale(1)
}

.b_checkbox__text {
    font-size: 12px;
    font-weight: 300;
    line-height: 1.4;
    vertical-align: middle;
    align-self: center;
    color: #000;
    color: var(--color_black)
}

.b_checkbox__text a {
    text-decoration: underline
}

.error+.b_checkbox__icon {
    border-color: #b60004;
    border-color: var(--color_red);
    box-shadow: 0 5px 4px -3px rgba(255, 0, 0, .51)
}

.b_header {
    position: fixed;
    top: 0;
    left: 0;
    background-color: #fff;
    background-color: var(--color_bg_header);
    width: 100%;
    z-index: 50
}

.b_header__body {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 70px;
    max-width: 1920px;
    max-width: var(--max_width);
    margin: 0 auto;
    padding-left: 40px;
    padding-right: 35px
}

@media (max-width:1200px) {
    .b_header__body {
        padding-left: 15px;
        padding-right: 15px
    }
}

@media (max-width:1023px) {
    .b_header__body {
        height: 65px;
        padding-right: 60px
    }
}

@media (max-width:639px) {
    .b_header__body {
        padding: 6px 20px
    }
}

.b_header__content_left {
    display: flex;
    align-items: center
}

@media (max-width:639px) {
    .b_header__content_left {
        padding: 3px 0
    }
}

@media (max-width:424px) {
    .b_header__content_left {
        flex-direction: column
    }
}

.b_header__content_right {
    display: flex;
    align-items: center
}

@media (max-width:959px) {
    .b_header__content_right {
        flex-direction: column-reverse;
        align-items: end
    }
}

.b_header__logos {
    display: flex;
    align-items: center;
    align-items: var(--header_logos_align)
}

@media (max-width:639px) {
    .b_header__logos {
        flex-direction: column;
        align-items: start
    }

    .b_header__logos .b_logo {
        margin-bottom: 8px
    }
}

.b_header__info {
    display: flex;
    align-items: center;
    margin-right: 50px
}

@media (max-width:959px) {
    .b_header__info {
        margin-top: 6px;
        margin-right: 8px
    }
}

@media (max-width:639px) {
    .b_header__info {
        margin-top: 8px
    }
}

.b_header__info_last {
    margin-left: 33px
}

@media (max-width:959px) {
    .b_header__info_last {
        margin-left: 0;
        margin-top: 3px
    }
}

.b_header__buttons {
    display: flex;
    align-items: center;
    flex-wrap: nowrap
}

.b_header__btn {
    width: 187px
}

@media (max-width:959px) {
    .b_header__btn {
        height: 28px !important;
        min-height: 28px !important
    }

    .b_header__btn {
        width: 120px;
        font-size: 12px
    }
}

.b_header__logos_delimiter {
    content: "";
    display: block;
    align-self: stretch;
    width: 1px;
    margin-left: 14px;
    margin-right: 14px;
    background-color: transparent;
    background-color: var(--color_logo_delimiter)
}

@media (max-width:1919px) {
    .b_header__logos_delimiter {
        margin-left: 8px;
        margin-right: 8px
    }
}

.b_menu {
    margin-left: 40px
}

@media (max-width:1099px) {
    .b_menu {
        margin-left: 15px
    }
}

@media (max-width:1023px) {
    .b_menu {
        position: fixed;
        left: 0;
        top: 0;
        display: block;
        width: 100%;
        height: 100%;
        margin-left: 0;
        z-index: 99999;
        transform: translateX(100%);
        transition: .3s transform
    }

    .b_mob_nav_open .b_menu {
        transform: translateX(0)
    }
}

.b_menu___bg_mobile {
    display: none
}

@media (max-width:1023px) {
    .b_menu___bg_mobile {
        position: absolute;
        left: 0;
        top: 0;
        display: block;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, .85);
        z-index: 10
    }
}

@media (max-width:1023px) {
    .b_menu__wr {
        position: absolute;
        top: 0;
        right: 0;
        display: flex;
        flex-direction: column;
        height: 100%;
        width: 50%;
        padding: 25px 80px 34px 30px;
        background-color: #fff;
        background-color: var(--color_bg_header);
        overflow: auto;
        z-index: 20
    }
}

@media (max-width:639px) {
    .b_menu__wr {
        width: 100%;
        padding: 13px 20px 34px 20px
    }
}

.b_menu__list {
    display: flex;
    align-items: center;
    padding: 0;
    margin: 0;
    list-style-type: none
}

@media (max-width:1023px) {
    .b_menu__list {
        display: block;
        margin: 0 0 -10px 0;
        text-align: left
    }
}

.b_menu__item {
    margin: 0 5px
}

@media (max-width:1023px) {
    .b_menu__item {
        margin: 0 0 10px 0
    }
}

.b_menu__link {
    font-weight: 700;
    font-size: 14px;
    color: #1f1d1f;
    color: var(--color_text_header);
    line-height: 17px
}

@media (max-width:1200px) {
    .b_menu__link {
        font-size: 12px
    }
}

@media (max-width:1023px) {
    .b_menu__link {
        font-size: 14px;
        font-weight: 500
    }
}

.b_nav_ic_mob {
    display: none;
    height: 28px;
    width: 48px;
    line-height: 1;
    padding: 0;
    background: 0 0;
    border: none
}

@media (max-width:1023px) {
    .b_nav_ic_mob {
        display: block
    }
}

.b_nav_ic_mob i {
    background: #474747;
    width: 30px;
    height: 2px;
    display: block;
    transition: all .2s linear;
    position: relative;
    margin: 2px auto 0
}

.b_nav_ic_mob i:after,
.b_nav_ic_mob i:before {
    content: " ";
    position: absolute;
    left: 0;
    background: #474747;
    width: 100%;
    height: 2px;
    display: block
}

.b_nav_ic_mob i:before {
    bottom: 8px
}

.b_nav_ic_mob i:after {
    top: 8px
}

.b_mob_nav_open {
    overflow: hidden
}

.b_mob_nav_open .b_nav_ic_mob.this--menu {
    position: fixed;
    top: 12px;
    right: 12px
}

.b_mob_nav_open .b_nav_ic_mob.this--menu i {
    background: 0 0
}

.b_mob_nav_open .b_nav_ic_mob.this--menu i:after,
.b_mob_nav_open .b_nav_ic_mob.this--menu i:before {
    bottom: auto !important;
    top: 0 !important
}

.b_mob_nav_open .b_nav_ic_mob.this--menu i:before {
    transform: rotate3d(0, 0, 1, 45deg)
}

.b_mob_nav_open .b_nav_ic_mob.this--menu i:after {
    transform: rotate3d(0, 0, 1, -45deg)
}

.b_menu__logos {
    display: none
}

@media (max-width:1023px) {
    .b_menu__logos {
        display: flex;
        align-items: center;
        margin-bottom: 50px
    }
}

@media (max-width:639px) {
    .b_menu__logos {
        flex-direction: column;
        align-items: start;
        justify-content: start
    }

    .b_menu__logos .b_logo {
        margin-bottom: 8px
    }
}

.b_menu__bottom_content {
    display: none
}

@media (max-width:1023px) {
    .b_menu__bottom_content {
        display: flex;
        flex-grow: 1;
        flex-direction: column;
        align-items: start;
        justify-content: end
    }

    .b_menu__bottom_content .b_contacts_info {
        margin-bottom: 17px
    }
}

.b_logo {
    max-width: 134px;
    height: auto
}

.b_logo img {
    width: auto;
    height: auto;
    max-height: 100%
}

@media (max-width:639px) {
    .b_logo {
        max-width: 90px;
        height: auto
    }
}

.b_logo_fm {
    max-height: 24px;
    color: #000;
    color: var(--color_logo_fm);
    white-space: nowrap;
    text-shadow: none;
    text-decoration: none
}

.b_logo_fm__big {
    display: block;
    font-size: 1.4rem;
    line-height: 1;
    font-weight: 500
}

@media (max-width:639px) {
    .b_logo_fm__big {
        font-size: 1rem
    }
}

.b_logo_fm__small {
    display: block;
    font-weight: 300;
    font-size: .9rem;
    line-height: 1.1
}

@media (max-width:639px) {
    .b_logo_fm__small {
        font-size: .7rem
    }
}

ul.b_contacts_info {
    margin: 0;
    padding: 0;
    list-style-type: none
}

.b_contacts_info__item {
    font-style: normal;
    font-weight: 300;
    font-size: 1.4rem;
    line-height: 17px;
    color: #1f1d1f;
    color: var(--color_text);
    display: flex;
    align-items: center
}

@media (max-width:639px) {
    .b_contacts_info__item {
        font-size: 1.2rem
    }
}

a.b_contacts_info__item {
    text-decoration: none
}

a.b_contacts_info__item:hover {
    text-decoration: underline
}

.b_contacts_info__icon {
    width: 13px;
    text-align: center;
    margin-right: 8px;
    display: block;
    line-height: 1
}

.b_contacts_info__svg {
    display: block;
    vertical-align: top;
    position: relative;
    top: 1px;
    color: #d52034;
    color: var(--color_brand_main)
}

.b_contacts {
    display: flex;
    margin-bottom: 30px
}

@media (max-width:639px) {
    .b_contacts {
        display: block
    }
}

.b_contacts__body {
    width: 237px;
    min-width: 237px;
    margin-left: 51px;
    padding-top: 20px
}

@media (max-width:1023px) {
    .b_contacts__body {
        padding-top: 10px;
        margin-left: 30px
    }
}

@media (max-width:639px) {
    .b_contacts__body {
        margin: 10px auto
    }
}

.b_contacts__info {
    margin-bottom: 60px
}

.b_contacts__info .b_contacts_info__item {
    margin-bottom: 20px;
    font-size: 16px
}

@media (max-width:959px) {
    .b_contacts__info {
        margin-bottom: 20px
    }
}

.b_contacts__map {
    height: 284px;
    max-height: 50vh
}

.b_banner_top {
    width: 100%;
    max-width: 1920px;
    max-width: var(--max_width);
    margin: 0 auto
}

.b_banner_top__container {
    display: block;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    padding-top: 21.3541%
}

@media (max-width:1200px) {
    .b_banner_top__container {
        padding-top: 46.875%
    }
}

@media (max-width:499px) {
    .b_banner_top__container {
        padding-top: 100%
    }
}

.b_banner_top__container img {
    position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    top: 0;
    left: 0
}

.b_banner_top__content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding-top: 30px;
    padding-bottom: 30px
}

.b_banner_top__title {
    font-size: 4rem;
    font-weight: 400;
    line-height: 1.375
}

.b_banner_top__title b {
    font-weight: 700
}

@media (max-width:1023px) {
    .b_banner_top__title {
        font-size: 2.8rem
    }
}

@media (max-width:639px) {
    .b_banner_top__title {
        font-size: 2.4rem
    }
}

.b_banner_top__sub_title {
    margin-top: 5px;
    font-size: 2.8rem;
    font-weight: 300;
    line-height: 1.375
}

.b_banner_top__sub_title b {
    font-weight: 700
}

@media (max-width:1023px) {
    .b_banner_top__sub_title {
        font-size: 2.2rem
    }
}

@media (max-width:639px) {
    .b_banner_top__sub_title {
        font-size: 1.8rem
    }
}

.b_banner_form {
    width: 100%;
    max-width: 1920px;
    max-width: var(--max_width);
    margin: 0 auto
}

.b_banner_form__container {
    display: block;
    position: relative;
    min-height: 424px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 22.08%
}

.b_banner_form__container img {
    position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    top: 0;
    left: 0
}

@media (max-width:959px) {
    .b_banner_form__container {
        min-height: 270px;
        padding-top: 35.2864%
    }
}

@media (max-width:639px) {
    .b_banner_form__container {
        position: static;
        display: flex;
        flex-direction: column;
        min-height: auto;
        padding-top: 0;
        background-color: #2c2c2c
    }

    .b_banner_form__container img {
        position: static
    }
}

.b_banner_form__content {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%
}

.b_banner_form__content .container {
    display: flex;
    justify-content: end;
    height: 100%
}

.this--left .b_banner_form__content .container {
    justify-content: start
}

@media (max-width:639px) {
    .b_banner_form__content {
        position: static;
        padding: 20px 0 36px 0
    }
}

.b_banner_form__content_wr {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: end;
    max-width: 680px;
    height: 100%;
    padding-top: 8px;
    padding-bottom: 8px
}

.this--left .b_banner_form__content_wr {
    align-items: start
}

@media (max-width:959px) {
    .b_banner_form__content_wr {
        align-items: start;
        max-width: 280px
    }
}

@media (max-width:639px) {
    .b_banner_form__content_wr {
        max-width: none;
        width: 100%
    }
}

.b_banner_form__title {
    margin-bottom: 22px;
    font-size: 3.4rem;
    font-weight: 700;
    line-height: 1.11;
    text-align: right;
    color: #fff;
    color: var(--color_white)
}

.this--left .b_banner_form__title {
    text-align: left
}

@media (max-width:959px) {
    .b_banner_form__title {
        margin-bottom: 5px;
        font-size: 2rem;
        line-height: 1.15;
        text-align: left
    }
}

@media (max-width:639px) {
    .b_banner_form__title {
        margin-bottom: 14px
    }
}

.b_banner_form__form {
    max-width: 290px
}

.b_banner_form__form .b_checkbox__text,
.b_banner_form__form .b_checkbox__text a {
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.2;
    color: #fff;
    color: var(--color_white)
}

@media (max-width:639px) {
    .b_banner_form__form {
        max-width: none;
        width: 100%
    }
}

.b_timer_form {
    position: relative;
    padding: 30px 40px 42px 40px
}

.b_timer_form .b_checkbox__text,
.b_timer_form .b_checkbox__text a {
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.2;
    color: #fff;
    color: var(--color_white)
}

@media (max-width:1023px) {
    .b_timer_form {
        padding: 26px 46px 26px 32px
    }
}

@media (max-width:639px) {
    .b_timer_form {
        padding: 24px 20px 30px 20px
    }
}

.b_timer_form__container {
    display: flex;
    justify-content: space-between
}

@media (max-width:1200px) {
    .b_timer_form__container {
        flex-direction: column
    }
}

.b_timer_form__right {
    flex-grow: 1;
    align-self: end;
    max-width: 54%;
    margin-left: 20px
}

@media (max-width:1200px) {
    .b_timer_form__right {
        align-self: stretch;
        max-width: none;
        margin-top: 20px;
        margin-left: 0
    }
}

@media (max-width:639px) {
    .b_timer_form__right {
        margin-top: 20px;
        margin-left: 0
    }
}

.b_timer_form__bg_img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: -1
}

.b_timer_form__bg_img img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

@media (min-width:640px) {
    .b_timer_form__mobile {
        display: none
    }
}

.b_timer_countdown__message {
    margin-bottom: 12px;
    font-size: 2.4rem;
    font-weight: 500;
    line-height: 1.15;
    color: #fff;
    color: var(--color_white)
}

@media (max-width:1023px) {
    .b_timer_countdown__message {
        margin-bottom: 8px;
        font-size: 2rem
    }
}

@media (max-width:424px) {
    .b_timer_countdown__message {
        margin-bottom: 12px
    }
}

.b_timer_countdown__items {
    display: flex;
    justify-content: left;
    margin-left: -30px
}

@media (max-width:424px) {
    .b_timer_countdown__items {
        margin-left: -18px
    }
}

.b_timer_countdown__item {
    width: 74px;
    margin-left: 30px
}

@media (max-width:424px) {
    .b_timer_countdown__item {
        width: 54px;
        margin-left: 18px
    }
}

.b_timer_countdown__value {
    font-size: 6rem;
    font-weight: 500;
    line-height: 1.17;
    text-align: center;
    color: #fff;
    color: var(--color_white)
}

@media (max-width:639px) {
    .b_timer_countdown__value {
        font-size: 5rem
    }
}

@media (max-width:424px) {
    .b_timer_countdown__value {
        font-size: 3.8rem
    }
}

.b_timer_countdown__title {
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.18;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    color: var(--color_white)
}

@media (max-width:424px) {
    .b_timer_countdown__title {
        font-size: 1.2rem
    }
}

.b_text_icons {
    display: flex;
    justify-content: space-between;
    margin-right: -20px;
    margin-bottom: -20px
}

@media (max-width:959px) {
    .b_text_icons {
        flex-wrap: wrap
    }
}

.b_text_icons__item {
    display: flex;
    align-items: center;
    width: calc(25% - 20px);
    margin-right: 20px;
    margin-bottom: 20px;
    padding: 20px;
    background-color: #fff;
    background-color: var(--color_bg_icons)
}

@media (max-width:959px) {
    .b_text_icons__item {
        width: calc(50% - 20px)
    }
}

@media (max-width:639px) {
    .b_text_icons__item {
        width: 100%
    }
}

.b_text_icons__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    max-height: 40px;
    min-width: 20px;
    margin-right: 18px
}

.b_text_icons__text {
    font-size: 18px;
    line-height: 1;
    color: #1f1d1f;
    color: var(--color_text_icons);
    font-weight: 300
}

.b_popular_brands__items {
    display: flex;
    flex-wrap: wrap;
    margin-left: -26px;
    margin-bottom: -26px
}

@media (max-width:959px) {
    .b_popular_brands__items {
        margin-left: -30px;
        margin-bottom: -30px
    }
}

@media (max-width:639px) {
    .b_popular_brands__items {
        margin-left: -10px;
        margin-bottom: -10px
    }
}

.b_popular_brands__item {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 0 0 calc(14.2857% - 26px);
    width: calc(14.2857% - 26px);
    margin-left: 26px;
    margin-bottom: 26px;
    background-color: #3f3f3f;
    background-color: var(--color_bg_popular_brands);
    border: 1px solid #3f3f3f;
    border: 1px solid var(--color_border_popular_brands);
    text-decoration: none;
    transition: background-color .15s
}

.b_popular_brands__item:after {
    content: "";
    display: block;
    width: 100%;
    padding-top: 100%
}

@media (max-width:959px) {
    .b_popular_brands__item {
        flex: 0 0 calc(25% - 30px);
        width: calc(25% - 30px);
        margin-bottom: 30px;
        margin-left: 30px
    }
}

@media (max-width:639px) {
    .b_popular_brands__item {
        flex: 0 0 calc(33.3333% - 10px);
        width: calc(33.3333% - 10px);
        margin-left: 10px;
        margin-bottom: 10px
    }
}

.b_popular_brands__item:hover {
    background-color: #1f1d1f;
    background-color: var(--color_bg_hover_popular_brands);
    border: 1px solid #1f1d1f;
    border: 1px solid var(--color_border_hover_popular_brands)
}

.b_popular_brands__icon {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 16px
}

@media (max-width:959px) {
    .b_popular_brands__icon {
        padding: 16px
    }
}

@media (max-width:639px) {
    .b_popular_brands__icon {
        padding: 10px
    }
}

.b_popular_brands__icon img {
    vertical-align: middle
}

.b_models {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: -10px
}

@media (max-width:959px) {
    .b_models {
        margin-right: -20px;
        margin-bottom: -20px
    }
}

@media (max-width:639px) {
    .b_models {
        margin-right: 0
    }
}

.b_models__item {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    width: 100%;
    margin-bottom: 10px;
    padding: 26px 52px 30px 20px;
    font-weight: 300;
    font-size: 14px;
    line-height: 1.21;
    color: #1f1d1f;
    color: var(--color_text);
    background-color: #fff;
    background-color: var(--color_bg_models);
    transition: all .15s ease-in-out;
    transition: all var(--fast_anim) ease-in-out
}

@media (max-width:959px) {
    .b_models__item {
        flex-direction: column;
        width: calc(50% - 20px);
        margin-right: 20px;
        margin-bottom: 20px;
        padding: 32px 0 22px 0
    }
}

@media (max-width:639px) {
    .b_models__item {
        width: 100%;
        margin-right: 0
    }
}

.b_models__img {
    position: relative;
    text-align: center
}

.b_models__img img {
    position: relative;
    height: auto;
    z-index: 1
}

.b_models__img_bg_title {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 6rem;
    font-weight: 900;
    line-height: 1;
    text-transform: uppercase;
    color: #f1f1f1;
    color: var(--color_bg_title_models);
    z-index: 0
}

@media (max-width:959px) {
    .b_models__img_bg_title {
        right: 20px;
        font-size: 4rem
    }
}

.b_models__middle {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: calc(40% - 100px);
    padding-left: 15px
}

@media (max-width:959px) {
    .b_models__middle {
        width: 100%;
        margin-top: 16px;
        margin-bottom: 24px;
        padding-right: 20px;
        padding-left: 20px
    }
}

@media (max-width:959px) {
    .b_models__middle_top {
        margin-bottom: 20px
    }
}

.b_models__right {
    display: flex;
    flex-direction: column;
    justify-content: end;
    width: 210px
}

@media (max-width:959px) {
    .b_models__right {
        width: 100% !important
    }

    .b_models__right {
        padding-right: 20px;
        padding-left: 20px
    }
}

.b_models__right .b_btn {
    margin-bottom: 10px
}

.b_models__right .b_btn:last-child {
    margin-bottom: 0
}

@media (max-width:959px) {
    .b_models__right .b_btn {
        width: 100% !important
    }
}

.b_models__up_title {
    font-size: 1.8rem;
    font-weight: 300;
    line-height: 1.16
}

@media (max-width:959px) {
    .b_models__up_title {
        font-size: 1.5rem
    }
}

.b_models__title {
    font-style: normal;
    font-weight: 700;
    font-size: 4rem;
    line-height: 1.175
}

@media (max-width:959px) {
    .b_models__title {
        font-size: 3rem
    }
}

.b_models__price {
    font-weight: 300;
    font-size: 18px;
    line-height: 21px
}

@media (max-width:959px) {
    .b_models__price {
        font-size: 1.5rem
    }
}

.b_models__features {
    list-style-type: none;
    margin: 0 0 -12px 0;
    padding: 0;
    font-size: 14px;
    font-weight: 300;
    line-height: 1
}

.b_models__feature_item {
    display: flex;
    align-items: center;
    margin-bottom: 12px
}

.b_models__feature_icon {
    width: 16px;
    min-width: 16px;
    margin-right: 10px;
    color: #d52034;
    color: var(--color_brand_main)
}

.b_models__feature_img {
    display: block
}

.b_models__feature_value {
    font-size: 1.5rem;
    font-weight: 300;
    line-height: 1.2
}

.b_models__status {
    position: absolute;
    top: 16px;
    right: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1.2;
    color: #8d8d8d
}

.b_models__status:before {
    content: "";
    display: block;
    width: 9px;
    height: 9px;
    margin-right: 9px;
    background-color: #cecece;
    border-radius: 50%
}

.b_models__status.this--stock:before {
    background-color: #46b144
}

.b_models__preview {
    margin-top: 16px
}

@media (max-width:959px) {
    .b_models__preview {
        padding-right: 20px;
        padding-left: 20px
    }
}

.b_models__preview__list {
    display: flex;
    margin-right: -8px
}

.b_models__preview_item {
    position: relative;
    width: calc(20% - 8px);
    margin-right: 8px
}

.b_models__preview_item:before {
    content: "";
    display: block;
    width: 100%;
    padding-top: 100%
}

.b_models__preview_item img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center
}

.b_cars {
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    align-items: stretch;
    margin-right: -20px;
    margin-bottom: -20px
}

.b_cars__item {
    width: calc(25% - 20px);
    min-width: 274px;
    margin-right: 20px;
    margin-bottom: 20px;
    font-size: 14px;
    color: #1f1d1f;
    color: var(--color_text_cars);
    box-shadow: 0 4px 30px rgba(0, 0, 0, .03)
}

.b_cars__item.this--hide {
    display: none
}

@media (max-width:1319px) {
    .b_cars__item {
        width: calc(33.3333% - 20px)
    }
}

@media (max-width:959px) {
    .b_cars__item {
        width: calc(50% - 20px)
    }
}

@media (max-width:639px) {
    .b_cars__item {
        width: calc(100% - 20px);
        margin-right: 0
    }
}

.b_cars__item_content {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 0 0 17px;
    background-color: #fff;
    background-color: var(--color_bg_cars);
    transition: all .15s ease-in-out;
    transition: all var(--fast_anim) ease-in-out
}

.b_cars__img_wrap {
    position: relative
}

.b_cars__img_wrap:after {
    content: "";
    display: block;
    width: 100%;
    padding-top: 63%
}

.b_cars__img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -o-object-fit: cover;
    object-fit: cover
}

.b_cars__bottom,
.b_cars__content {
    padding: 0 20px
}

.b_cars__content {
    margin-top: 10px
}

.b_cars__bottom {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: end
}

.b_cars__title {
    margin-bottom: 20px;
    font-size: 2.2rem;
    font-weight: 500;
    line-height: 1.18;
    color: #1f1d1f;
    color: var(--color_title_cars)
}

@media (max-width:1023px) {
    .b_cars__title {
        margin-bottom: 12px
    }
}

.b_cars__stats {
    list-style: none;
    padding: 0;
    margin: 0 0 22px 0
}

@media (max-width:959px) {
    .b_cars__stats {
        margin-bottom: 16px
    }
}

.b_cars__stat {
    display: flex;
    justify-content: space-between;
    align-items: start;
    margin-bottom: 5px
}

.b_cars__stat:last-child {
    margin-bottom: 0
}

.b_cars__stat_name {
    display: flex;
    align-items: center;
    font-weight: 300;
    font-size: 14px
}

.b_cars__stat_icon {
    width: 16px;
    margin-right: 10px
}

.b_cars__stat_icon svg {
    color: #979797;
    color: var(--color_svg_cars);
    display: block
}

.b_cars__stat_value {
    font-size: 14px;
    font-weight: 400;
    text-align: right
}

.b_cars__price {
    text-decoration: line-through;
    color: #222;
    font-size: 20px;
    margin-top: 15px;
    font-weight: 500
}

.b_cars__btn {
    width: 100%
}

.b_cars__show_more {
    display: flex;
    justify-content: center;
    margin-top: 24px;
    margin-left: -24px;
    margin-bottom: -24px
}

@media (max-width:639px) {
    .b_cars__show_more {
        flex-direction: column;
        align-items: center
    }
}

@media (max-width:639px) {
    .b_cars__show_more.this--link {
        flex-direction: row;
        align-items: center
    }
}

.b_cars__btn_action {
    max-width: 220px;
    margin-left: 24px;
    margin-bottom: 24px
}

.b_cars__btn_action.this--hide {
    display: none
}

@media (max-width:639px) {
    .b_cars__btn_action {
        max-width: 100%
    }
}

.b_cars__show_more_link {
    display: inline-block;
    margin-left: 24px;
    margin-bottom: 24px;
    cursor: pointer
}

.b_cars__show_more_link.this--hide {
    display: none
}

.b_cars__show_more_link.this--right {
    margin-left: auto;
    text-align: right
}

.b_cars__show_more_link_title {
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.16667;
    color: #1f1d1f;
    color: var(--color_text)
}

.b_cars__show_more_link_arrow {
    position: relative;
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-left: 5px;
    text-align: left;
    transition: all .5s
}

.b_cars__show_more_link_arrow:before {
    content: "";
    position: absolute;
    top: calc(50% - 7px);
    width: 8px;
    height: 8px;
    border-right: 2px solid #d52034;
    border-right: 2px solid var(--color_brand_main);
    border-bottom: 2px solid #d52034;
    border-bottom: 2px solid var(--color_brand_main);
    transform: rotate(45deg)
}

.open .b_cars__show_more_link_arrow {
    transform: rotateX(180deg)
}

.b_map_info {
    width: 100%;
    overflow: hidden
}

@media (min-width:1024px) {
    .b_map_info {
        display: flex;
        align-items: stretch
    }
}

.this—min_height {
    min-height: 648px
}

@media (max-width:1023px) {
    .this—min_height {
        min-height: auto
    }
}

.b_map_info__container {
    padding-left: calc((100vw - 1200px)/ 2);
    background-color: #fff;
    background-color: var(--color_bg_map)
}

.b_map_info__left {
    background-color: #fff;
    background-color: var(--color_bg_map);
    padding: 10px 15px 30px 15px
}

@media (min-width:1024px) {
    .b_map_info__left {
        padding: 17px 15px 20px 15px;
        display: flex;
        justify-content: flex-end
    }
}

.b_map_info__left_body {
    position: relative;
    z-index: 3
}

@media (min-width:1024px) {
    .b_map_info__left_body {
        width: 370px
    }
}

.b_map_info__map_wr {
    flex: 1;
    position: relative
}

@media (max-width:1023px) {
    .b_map_info__map_wr {
        width: 100%;
        height: 500px;
        max-height: 75vh
    }
}

@media (max-width:768px) {
    .b_map_info__map_wr {
        height: 360px
    }
}

.b_map_info__map {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #4d5f69
}

.b_map_info__map .b_loader {
    display: none !important
}

.b_map_info__map .b_loader {
    position: absolute;
    background: 0 0;
    z-index: 1
}

.b_map_info__map.this--loading .b_loader {
    display: block !important
}

.b_map_info_search {
    position: relative
}

@media (max-width:1023px) {
    .b_map_info_search {
        margin-bottom: 20px
    }
}

@media (max-width:1023px) and (min-width:769px) {
    .b_map_info_search {
        width: 50%
    }
}

.b_map_info_search__input {
    color: #e6e6e6 !important;
    background-color: transparent !important;
    border-bottom: 1px solid rgba(240, 240, 240, .3) !important
}

.b_map_info_search__input {
    border: none;
    height: 60px;
    padding: 10px 40px;
    width: 100%;
    transition: .25s all;
    letter-spacing: .01em;
    font-size: 16px;
    line-height: 19px
}

@media (max-width:1319px) {
    .b_map_info_search__input {
        height: 45px;
        padding: 5px 35px 5px 10px
    }
}

.b_map_info_search__input::-moz-placeholder {
    color: #1f1d1f !important
}

.b_map_info_search__input::placeholder {
    color: #1f1d1f !important
}

.b_map_info_search__input::-moz-placeholder {
    font-weight: 300
}

.b_map_info_search__input::placeholder {
    font-weight: 300
}

.b_map_info_search__reset {
    position: absolute;
    height: 100%;
    width: 40px;
    background: 0 0;
    border: none;
    top: 0;
    right: 0;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0
}

.b_map_info_search__reset::before {
    content: "";
    width: 15px;
    height: 15px;
    background-size: 15px 15px;
    display: block
}

@media (max-width:1023px) and (min-width:640px) {
    .b_map_info__addresses {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap
    }
}

.b_map_info__addresses_items {
    padding-top: 29px;
    padding-bottom: 3px;
    font-weight: 300;
    font-size: 1.4rem;
    line-height: 1.07143;
    letter-spacing: .01em;
    color: #efefef;
    margin-bottom: -6px
}

@media (max-width:1319px) {
    .b_map_info__addresses_items {
        padding-top: 11px
    }
}

@media (max-width:1023px) and (min-width:640px) {
    .b_map_info__addresses_items {
        width: 48%
    }
}

.b_map_info__addresses_items_title_wr {
    display: flex;
    align-content: center;
    justify-content: space-between;
    flex-wrap: wrap
}

.b_map_info__addresses_items_title {
    position: relative;
    display: flex;
    align-items: center;
    font-weight: 500;
    font-size: 1.28571em;
    line-height: 1.16667;
    color: #1f1d1f;
    color: var(--color_title_map)
}

.b_map_info__addresses_items_title_rating {
    width: 54px;
    height: 27px;
    margin-left: 5px;
    position: relative;
    overflow: hidden;
    border-radius: 3px
}

.b_map_info__addresses_items_title_rating iframe {
    width: 150px;
    height: 50px;
    max-width: 150px;
    position: absolute;
    top: -3px;
    left: -2px
}

.b_map_info__addresses_items_title_icon {
    width: 18px;
    margin-right: 8px;
    color: #1f1d1f;
    color: var(--color_svg_map)
}

.b_map_info__addresses_item {
    padding: 4px 25px 0 35px;
    cursor: pointer;
    position: relative;
    color: #1f1d1f;
    color: var(--color_address_map);
    transition: color .25s;
    margin-bottom: 6px
}

.b_map_info__addresses_item.this--active,
.b_map_info__addresses_item:hover {
    color: #d52034;
    color: var(--color_address_hover_map)
}

.b_map_info__addresses_item.this--disabled {
    opacity: .4
}

.b_map_info__addresses_item_title {
    font-size: 14px;
    margin-bottom: 4px;
    color: currentColor
}

.b_map_info__addresses_item_metro {
    color: #9b9b9b
}

.b_map_info__addresses_item.this--active .b_map_info__addresses_item_metro,
.b_map_info__addresses_item:hover .b_map_info__addresses_item_metro {
    color: currentColor
}

[class*=ymaps-2][class*=-ground-pane] {
    filter: grayscale(1)
}

.b_map_info__bottom {
    margin-top: 40px
}

@media (max-width:1023px) {
    .b_map_info__bottom {
        text-align: center
    }
}

.b_map_info__bottom_link {
    text-decoration: none;
    font-weight: 500;
    font-size: 1.6rem;
    line-height: 1.1875;
    letter-spacing: .01em;
    color: #1f1d1f
}

.b_map_info__bottom_link:hover {
    color: rgba(31, 29, 31, .6902) !important
}

.b_map_info__left_hide_blocks {
    opacity: 0;
    width: 0
}

.b_map_info__zoom_items {
    margin-top: 250px;
    top: 250px;
    position: absolute;
    right: 0
}

.b_map_info__zoom {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: rgba(128, 128, 128, .9);
    transition: .2s all;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: relative
}

.b_map_info__zoom:hover {
    background: grey
}

.b_map_info__zoom:not(:first-child) {
    margin-top: 10px
}

.b_map_info__zoom:before {
    content: "";
    display: block;
    height: 2px;
    width: 18px;
    background-color: #fff;
    position: absolute;
    top: 50%;
    margin-top: -1px
}

.b_map_info__zoom.this--plus:after {
    content: "";
    display: block;
    height: 18px;
    width: 2px;
    background-color: #fff;
    position: absolute;
    left: 50%;
    margin-left: -1px
}

.b_map_info__map_popover {
    background: #1f1d1f;
    background: var(--color_text);
    border-radius: 2px;
    padding: 10px;
    font-style: normal;
    font-weight: 400;
    font-size: 11px;
    line-height: 13px;
    text-align: center;
    color: #fff;
    position: absolute
}

.b_map_info__map_close {
    position: absolute;
    right: 0;
    top: 0;
    color: #fff;
    display: block;
    padding: 5px;
    font-size: 15px;
    text-decoration: none
}

.b_map_info__map_arrow {
    background: #1f1d1f;
    background: var(--color_text);
    width: 12px;
    height: 12px;
    position: absolute;
    bottom: -6px;
    left: 50%;
    margin-left: -6px;
    transform: rotate(45deg)
}

.b_map_info__map_popover_title {
    font-size: 1.1em;
    margin-bottom: 3px;
    font-weight: 500
}

@media (max-width:639px) {
    .b_map_info__map_popover_title {
        display: none
    }
}

.b_map_info__map_popover_content_wrap {
    display: flex;
    align-items: center;
    justify-content: center
}

@media (max-width:639px) {
    .b_map_info__map_popover_content {
        font-size: 12px;
        margin-top: 5px
    }
}

.b_map_info__hide_block__item_top_route {
    width: 18px;
    margin-left: 10px;
    text-decoration: none
}

.b_map_info__hide_block__item_top_route svg {
    fill: #b9b9b9;
    transition: .2s all
}

.b_map_info__hide_block__item_top_route:hover svg {
    fill: #b60004;
    fill: var(--color_red)
}

.b_map_info__map_popover_mobile {
    display: none
}

@media (max-width:639px) {
    .b_map_info__map_popover_mobile {
        display: block;
        padding-top: 7px
    }
}

.b_map_info__map_popover_mobile_but {
    height: 28px;
    background: #fff;
    border-radius: 3px;
    font-style: normal;
    font-weight: 500;
    font-size: 11px;
    text-decoration: none;
    line-height: 13px;
    text-align: center;
    letter-spacing: .01em;
    color: #767373;
    display: inline-flex;
    align-items: center;
    padding: 0 20px
}

.b_map_info__map_popover_mobile_icons {
    display: flex;
    margin-top: 5px;
    justify-content: center
}

.b_map_info__hide_block__item_top_sms {
    border-bottom: 1px currentColor dashed;
    margin-top: 4px;
    font-size: 12px;
    letter-spacing: .01em;
    text-decoration: none;
    color: #b9b9b9
}

.b_footer {
    padding-top: 30px;
    padding-bottom: 80px;
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.2;
    color: #fff;
    color: var(--color_text_footer);
    background-color: #1f1d1f;
    background-color: var(--color_bg_footer)
}

.b_footer a {
    color: #fff;
    color: var(--color_text_footer);
    text-decoration: underline
}

@media (max-width:959px) {
    .b_footer {
        padding-top: 20px;
        padding-bottom: 80px
    }
}

.b_pop_up {
    padding: 26px 30px 32px;
    width: 98%;
    max-width: 330px;
    border-radius: 3px;
    background-color: #fff;
    background-color: var(--color_bg_popup)
}

@media (max-width:639px) {
    .b_pop_up {
        padding: 26px 25px 32px
    }
}

.b_pop_up .b_checkbox__text {
    color: #000;
    color: var(--color_text_popup)
}

.js_form_result {
    display: none
}

.b_pop_up__title {
    margin-bottom: 16px;
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 1.15;
    color: #000;
    color: var(--color_text_popup)
}

.b_pop_up__items {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap
}

.b_pop_up__item {
    width: 100%;
    margin-bottom: 20px;
    position: relative
}

@media (max-width:639px) {
    .b_pop_up__item {
        margin-bottom: 15px
    }
}

.b_pop_up__submit {
    width: 100%;
    margin-bottom: 5px
}

.b_form_result__text {
    text-align: center;
    font-size: 25px;
    padding-bottom: 20px;
    color: #fff
}

.b_pop_up .b_form_result__text {
    color: #000
}

.b_tooltip_hover__icon {
    position: relative;
    display: inline-block;
    cursor: pointer
}

.b_tooltip_hover__icon svg {
    border: 1px solid #fff;
    border: 1px solid var(--color_white);
    fill: #fff;
    fill: var(--color_white);
    border-radius: 50%;
    background-color: transparent
}

.b_tooltip_hover__icon:hover svg {
    border-color: #d52034;
    border-color: var(--color_brand_main);
    background-color: #d52034;
    background-color: var(--color_brand_main)
}

.b_tooltip_hover__icon:hover .b_tooltip_hover__text {
    display: block
}

.b_tooltip_hover__text {
    position: absolute;
    display: none;
    top: 4px;
    left: calc(100% + 4px);
    width: 40vw;
    max-width: 300px;
    padding: 9px 14px;
    font-size: 1.1rem;
    font-weight: 300;
    line-height: 1.36;
    background-color: #181b1d;
    cursor: default;
    z-index: 1
}

.b_tooltip_hover__text:before {
    content: "";
    position: absolute;
    top: 0;
    left: -8px;
    display: block;
    border-style: solid;
    border-width: 25px 8px 0 8px;
    border-color: #181b1d transparent transparent transparent;
    transform: rotate(135deg)
}

.b_tooltip_hover__text p:last-child {
    margin-bottom: 0
}

@media (max-width:1023px) {
    .b_tooltip_hover__text {
        top: 8px
    }
}

@media (max-width:639px) {
    .b_tooltip_hover__text {
        top: calc(100% + 6px);
        left: auto;
        right: calc(100% - 50px);
        width: 70vw
    }

    .b_tooltip_hover__text:before {
        content: "";
        position: absolute;
        top: -18px;
        left: auto;
        right: 42px;
        display: block;
        border-style: solid;
        border-width: 25px 8px 0 8px;
        border-color: #181b1d transparent transparent transparent;
        transform: rotate(210deg)
    }
}

.hvr__images {
    position: relative;
}

.hvr__sectors {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
}

.hvr__sector {
    flex-grow: 1;
}

/* 
.images {
    display: flex;
    overflow: hidden;
}

.image {
    display: block;
}

.hvr__dots {
    display: flex;
    align-items: center;
    justify-content: center;
}

.hvr__dot {
    width: 5px;
    height: 5px;
    margin: 10px 2px 0;
    border-radius: 50%;
    background: #d6dbe0;
}

.hvr__dot--active {
    background: #000;
} */

.hvr {
    position: relative;
    cursor: pointer;
}

.hvr__dots {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    bottom: 4px;
    width: 100%;
}

.hvr__dot {
    width: 100%;
    height: 2px;
    margin: 10px 4px 0;
    background: #d6dbe0;
    transform: skewX(50deg);
}

.hvr__dot--active {
    background: var(--color_brand_main);
}

.invise {
    display: none !important;
}


.overlay {
    position: fixed;
    height: 100vh;
    width: 100%;
    background-color: #000;
    opacity: 0;
    visibility: hidden;
    z-index: 10;
    transition: .5s;
}

.overlay.open {
    visibility: visible;
    opacity: 50%;
    transition: .5s;
}

.popupForm {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1000;
    visibility: hidden;
    opacity: 0;
    transition: 0.5s;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    max-width: max-content;
    padding: 0 20px;
}

.popupForm.open {
    display: flex;
    visibility: visible;
    opacity: 1;
    transition: 0.5s;
}

.b_pop_up {
    position: relative;
}

.close_pop {
    position: absolute;
    top: 5px;
    right: 5px;
    width: 30px;
    height: 30px;
    cursor: pointer;
}

.close_pop:hover {
    opacity: .5;
}