/* Start:/local/templates/krasnodar/css/main.min.css?158331205690325*/
@font-face {
  font-family: 'TTNorms-Regular';
  src: url('../fonts/TTNorms-Regular.eot');
  src: url('../fonts/TTNorms-Regular.eot?#iefix') format('embedded-opentype'),
       url('../fonts/TTNorms-Regular.svg#TTNorms-Regular') format('svg'),
       url('../fonts/TTNorms-Regular.ttf') format('truetype'),
       url('../fonts/TTNorms-Regular.woff') format('woff'),
       url('../fonts/TTNorms-Regular.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'TTNorms-Regular';
  src: url('../fonts/TTNorms-Bold.eot');
  src: url('../fonts/TTNorms-Bold.eot?#iefix') format('embedded-opentype'),
       url('../fonts/TTNorms-Bold.svg#TTNorms-Bold') format('svg'),
       url('../fonts/TTNorms-Bold.ttf') format('truetype'),
       url('../fonts/TTNorms-Bold.woff') format('woff'),
       url('../fonts/TTNorms-Bold.woff2') format('woff2');
  font-weight: bold;
  font-style: normal;
}

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

*:focus {
    outline: none
}

* {
    box-sizing: border-box
}

::-ms-clear {
    display: none
}

.owl-stage {
    touch-action: pan-y
}

body,
html {
    font-family: 'TTNorms-Regular', sans-serif;
    position: relative;
    color: #404040;
    font-size: 15px;
    min-height: 100vh;
}

.site-body {
    display: flex;
    min-height: 100vh;
    flex-direction: column;
    background: url("../img/fon1.png") repeat;
}

.site-main {
    flex: 1 0 auto;
    display: flex;
    flex-direction: column
}

.site-wrapper {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    min-height: 100vh
}

.header-filter {
    max-width: 100%;
    width: 1266px;
    margin: 0 auto
}

.body-bg:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
    background-color: rgba(0, 0, 0, .7)
}

.color-section {
    background-color: #e9ecef
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6 {
    line-height: 1;
    font-family: 'TTNorms-Regular', sans-serif;
    color: #404040
}

h1,
.h1 {
    font-size: 2em;
    margin-bottom: 1em;
    font-weight: 700
}

h2,
.h2 {
    font-size: 2em;
    margin-top: 1.5em;
    margin-bottom: 1em;
    font-weight: 700
}

h3,
.h3 {
    font-size: 1.3em;
    margin-top: 1em;
    margin-bottom: 1em;
    font-weight: 700
}

h4,
.h4 {
    font-size: 1.1em;
    font-weight: 700
}

.title-section {
    padding: 1.3em 0
}

.title-section__text {
    font-size: 1em;
    margin-top: 1.3em
}

.h-topless {
    margin-top: 0
}

.h-no-margin {
    margin: 0
}

.subtitle {
    font-weight: 700;
    font-size: 1em;
    text-transform: initial
}

@media screen and (max-width: 991px) {
    .subtitle {
        display: block;
        margin-top: 10px
    }
}

a {
    color: #495057;
    transition: color .35s ease, background-color .35s ease
}

a:active,
a:focus,
a:hover {
    text-decoration: underline;
    color: inherit
}

a[href*="mailto:"] {
    border-bottom: 1px dashed
}

a[href*="mailto:"]:hover,
a[href*="mailto:"]:focus {
    border-bottom-color: transparent;
    text-decoration: none
}

p {
    margin-bottom: 8px
}

ol {
    list-style: none;
    counter-reset: li
}

ol>li:before {
    counter-incement: li;
    content: counter(li);
    font-size: 1em;
    line-height: 1;
    font-weight: 700;
    border-bottom: 2px solid;
    padding-bottom: 2px;
    margin-right: 10px;
    display: inline-block;
    vertical-align: middle
}

textarea,
input {
    -webkit-appearance: none;
    border-radius: 0
}

option[disabled] {
    display: none
}

select.form-control {
    display: inline-block
}

a,
button {
    cursor: pointer
}

button {
    border: 0;
    background-color: transparent;
    padding: 0;
    text-align: left
}

.button {
    font-family: 'TTNorms-Regular', sans-serif;
    text-align: center;
    border-radius: 4px;
    transition: color .35s linear, background-color .35s linear, text-decoration .35s linear;
    display: inline-block;
    border: 0;
    opacity: 1;
    cursor: pointer
}

.button:hover,
.button:focus {
    outline: none;
    text-decoration: none
}

.button--standart {
    display: inline-block;
    width: auto;
    color: #fff;
    text-transform: uppercase;
    background-color: #007bff;
    border: 2px solid transparent;
    padding: 5px 13px;
    font-weight: 700;
    font-size: 1em
}

.button--standart:not([disabled]):hover {
    color: #007bff;
    background-color: transparent;
    border-color: #007bff
}
.sale__wrapper .button--standart:not([disabled]):hover {
    color: #c91a1a;
    background-color: transparent;
    border-color: #c91a1a
}

.button--standart[disabled] {
    background-color: rgba(24, 120, 255, .6);
    cursor: default
}

.button--full {
    width: 100%
}

.button--transparent {
    font-size: 1em;
    font-weight: 700;
    border: 2px solid #007bff;
    background-color: transparent;
    text-transform: uppercase;
    color: #007bff;
    padding: 9px 22px;
    z-index: 3;
    text-align: center;
}

.button--transparent:hover {
    color: #fff;
    background-color: #007bff;
    text-decoration: none
}

.button--light {
    background-color: transparent;
    border: 1px solid #d8d9d9;
    padding: 1.3em 3.75em;
    font-size: 1em;
    line-height: 1.05;
    color: #404040
}

.button--light:hover,
.button--light:focus {
    background-color: #d8d9d9
}

.button--secondary {
    font-size: 1em;
    background-color: #007bff;
    color: #f0f2f5;
    padding: 0.5em 0.6em;
    border: 2px solid transparent
}

.button--secondary:hover {
    color: #007bff;
    background-color: transparent;
    text-decoration: none;
    border-color: #007bff
}

.menu-icon {
    width: 15px;
    height: 14px;
    margin-bottom: 2px;
    margin-right: 3px
}

.button--big {
    font-size: 1.3em
}

.button--white {
    background-color: #fff;
    color: #404040
}

.button--small {
    padding: 5px 5px;
    font-size: .75em
}

@media screen and (max-width: 480px) {
    .button--big {
        font-size: 0.9em
    }
}

input:-webkit-autofill,
input:focus:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px #fff inset
}

input.form-control--bg:-webkit-autofill,
input.form-control--bg:-webkit-autofill:focus {
    background-image: url("../img/smartphone.svg") !important;
    padding-left: 20px
}

.newavto-filter {
    border-bottom: 1px solid #d8d9d9;
    padding-bottom: 2em
}

.form-group {
    margin-bottom: 1em;
    position: relative
}

.form-group--small-padding {
    padding-right: 4px;
    padding-left: 4px
}

.form-group--middle-padding {
    padding-right: 9px;
    padding-left: 9px
}

.form-group--line {
    display: flex;
    flex-wrap: wrap
}

.form-group--line .form-label {
    width: 100%
}

.form-group--line .select2.select2-container {
    width: 50% !important;
    flex: 0 0 50%
}

@media(min-width: 576px) {
    .form-group--line {
        position: relative;
        margin-bottom: 22px
    }
    .form-group--line label.error {
        position: absolute;
        top: 100%;
        right: 7px
    }
}

.form-control,
.select2-container--default .select2-selection--single {
    width: 100%;
    padding: 0.3em 0.3em;
    border: 1px solid #cfd1d1;
    border-radius: 4px;
    font-size: 1em;
    line-height: 1;
    height: 30px;
    float: none;
    color: #404040
}

.form-label {
    font-size: 1em
}

label.error {
    font-size: 11px;
    color: #cb1611;
    font-weight: 700;
    text-transform: uppercase;
    text-align: right;
    width: 100%
}

.select2-container--default .select2-selection--single {
    height: 30px;
    display: flex;
    align-items: center
}

.select2.select2-container {
    width: 100% !important
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 100%;
    right: 15px
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border: 0;
    left: auto;
    right: 0;
    transform: translateY(-50%);
    margin-top: 1px
}

.select2-container--default .select2-selection--single .select2-selection__arrow b,
.touch-select-icon:before {
    background: url(../img/down-arrow.svg) 0 0 no-repeat;
    background-size: 100%;
    width: 10px;
    height: 10px;
    display: block
}

.select2-results__option[aria-disabled=true] {
    display: none
}

.form-group .select2-container--default .select2-selection--single .select2-selection__rendered:not(#select2-rangeTime-container) {
    color: #9fa7b0;
    text-align: left;
    line-height: 1;
    padding: 0
}

.form-group .checked-select+.select2-container--default .select2-selection--single .select2-selection__rendered:not(#select2-rangeTime-container) {
    color: #404040
}

.form-control::-webkit-input-placeholder {
    color: #9fa7b0
}

.form-control:-ms-input-placeholder {
    color: #9fa7b0
}

.form-control::-ms-input-placeholder {
    color: #9fa7b0
}

.form-control::placeholder {
    color: #9fa7b0
}

.form-control:focus {
    color: #404040;
    border-color: #007bff;
    outline: 0;
    box-shadow: 0 0 0 .2em rgba(24, 120, 255, .25)
}

.select2-container--main {
    animation: flashing 6s linear .1s infinite;
    border-radius: 4px
}

.select2-container--main.select2-container--default .select2-selection--single {
    border-color: #007bff
}

@keyframes flashing {
    0% {
        box-shadow: 0 0 1px 2px #007bff
    }
    25% {
        box-shadow: 0 0 3px 2px #007bff
    }
    50% {
        box-shadow: 0 0 6px 2px #007bff
    }
    75% {
        box-shadow: 0 0 3px 2px #007bff
    }
    100% {
        box-shadow: 0 0 1px 2px #007bff
    }
}

.simple-small-form {
    background-color: #e9ecef;
    padding: 3.5em
}

.simple-small-form__title {
    font-family: 'TTNorms-Regular', sans-serif;
    font-size: 1.5em;
    font-weight: 700
}

.simple-small-form__btn {
    margin-top: 1em
}

.captcha_image {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 50px);
    height: 100%
}

.reload_captcha {
    display: inline-block;
    margin-left: 8px;
    cursor: pointer
}

.reload_captcha svg {
    width: 20px;
    height: 20px
}

.reload_captcha.active img {
    animation: rotate 1s linear infinite
}

@keyframes rotate {
    0% {
        transform: rotate(0)
    }
    100% {
        transform: rotate(360deg)
    }
}

.popup--short .form-group {
    margin-bottom: 1em
}
.popup .top-info-utp ul, .popup .credit ul {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0px;
    list-style: none;
}
.popup .top-info-utp ul li, .popup .credit ul li {
    flex: 0 0 50%;
    padding-left: 20px;
    margin-bottom: 10px;
    background-size: 15px;
    background-position: left center;
    font-size: 0.9em;
}
@media screen and (max-width: 1199px)and (min-width: 992px) {
    .simple-small-form {
        padding: 1.3em
    }
}

@media screen and (max-width: 767px) {
    .form-control,
    .select2-container--default .select2-selection--single {
        font-size: 16px
    }
    .popup .top-info-utp ul li, .popup .credit ul li {
        flex: 0 0 100%;
        padding-left: 20px;
        margin-bottom: 10px;
        background-size: 15px;
        background-position: left center;
        font-size: 0.9em;
        margin-bottom: 0;
    }
}

@media screen and (max-width: 480px) {
    .form-group {
        flex: 0 0 100%;
        max-width: 100%
    }
    .simple-small-form {
        padding: 15px;
        margin-left: -15px;
        margin-right: -15px
    }
    .bg-input-wrapper label.error {
        position: relative;
        margin-top: 5px
    }
}

header {
    position: relative;
    z-index: 6;
    padding: 1.3em 0;
    background-color: #fff;
}

@media screen and (min-width: 768px) {
    .header-top {
        padding-bottom: 0.3em;
        border-bottom: 1px solid #d8d9d9
    }
}

@media screen and (max-width: 767px) {
    .header-top {
        padding-top: 0.6em
    }
}

@media screen and (min-width: 768px) {
    .header-bottom {
        padding-top: 1.6em
    }
}

.header-bottom__content {
    display: flex;
    align-items: center
}

.header-brands {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    z-index: 6;
    background-color: #fff;
    box-shadow: 0 12px 13px -8px #ddd
}

.logo {
    display: block;
    max-width: 100%
}

.logo__image {
    max-width: 50vh;
}

.top-menu__link {
    font-size: 0.9em;
    padding-right: 10px;
    color: rgba(0, 0, 0, .6)
}

@media screen and (max-width: 1200px)and (min-width: 768px) {
    .top-menu__link {
        font-size: 0.8125em
    }
}

.contact-phone a,
.contact-address {
    display: block;
    color: #1369c5;
    font-size: 0.9em
}

@media screen and (max-width: 1200px)and (min-width: 768px) {
    .contact-phone a,
    .contact-address {
        font-size: 0.8125em
    }
}

@media screen and (max-width: 767px) {
    .contact-phone a,
    .contact-address {
        margin-bottom: 0.6em
    }
}

.contact-phone a {
    font-weight: 700;
    line-height: 1;
    text-align: right
}

@media screen and (max-width: 767px) {
    .contact-phone a {
        margin-bottom: 0.3em;
        text-align: left
    }
}

@media screen and (max-width: 1200px)and (min-width: 768px) {
    footer .contact-phone a {
        margin-top: 0.6em
    }
}

.contact-address {
    display: flex;
    align-items: center;
    color: rgba(0, 0, 0, .6)
}

@media screen and (max-width: 575px) {
    .contact-address {
        font-size: 12px
    }
}

.contact-address__icon {
    display: inline-block;
    width: 20px;
    height: 28px;
    margin-right: 11px;
    margin-bottom: 3px
}

.main-menu__list {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    flex-wrap: wrap
}

.main-menu__link {
    display: block;
    font-size: 12.5px;
    color: #495057;
    text-transform: uppercase;
    padding: 0;
    font-weight: 700;
    border-bottom: 4px solid transparent;
    transition: color .3s linear
}

.main-menu__li:first-child .main-menu__link {
    padding-left: 0
}

.main-menu__link:hover {
    text-decoration: none;
    color: #007bff;
}

@media screen and (max-width: 991px) {
    .main-menu__link {
        font-size: 11px
    }
}

.main-menu.mobile,
.main-menu__list.mobile,
.hidden-menu,
.visible-menu {
    display: none
}

.visible-slideout {
    display: none
}

.slideout .visible-slideout {
    display: block
}

.slideout {
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-overflow-scrolling: auto;
    -webkit-user-select: none;
    height: 100%;
    opacity: 0;
    overflow: hidden;
    pointer-events: none;
    position: fixed;
    top: 0;
    user-select: none;
    width: 100%;
    z-index: -1
}

.slideout:before {
    background: transparent;
    display: block;
    height: calc(100% + 200px);
    position: fixed;
    top: -100px;
    transition: background .3s linear;
    width: 100%
}

.slideout:after,
.slideout:before {
    content: ""
}

.slideout__wrapper {
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    position: relative;
    width: 100%;
    z-index: 10;
    -webkit-overflow-scrolling: touch
}

.slideout__inner {
    display: -webkit-flex;
    display: flex;
    min-height: 100%;
    position: relative;
    z-index: 10;
    right: 0;
    transform: translateX(320px);
    width: 100%
}

.slideout__content {
    background: #fff;
    max-width: 100vw;
    overflow: hidden;
    position: relative;
    transition-duration: .25s;
    transition-property: transform, height;
    transition-timing-function: ease-in-out;
    width: 100%;
    z-index: 10;
    order: 2
}

.slideout__shim {
    position: relative;
    min-width: calc(100% - 320px);
    max-width: calc(100% - 320px);
    opacity: 0;
    cursor: pointer;
    transition: opacity .25s ease-in-out
}

.slideout-menu__inner {
    position: relative
}

.slideout-menu__inner .row {
    padding-top: 28px;
    justify-content: flex-start
}

.slideout-menu__inner .main-menu__item {
    padding: 13px 0
}

.slideout-menu__inner .main-menu__li:last-child .main-menu__item {
    padding: 13px 0 30px
}

.slideout-menu__inner .header-top__item {
    padding-right: 10px;
    margin-bottom: 28px
}

[data-slideout-direction=right] .slideout {
    right: 0
}

[data-slideout-direction=right] .slideout:before,
[data-slideout-direction=right] .slideout:after {
    right: 0
}

[data-slideout-direction=right] .slideout__inner {
    width: 100%;
    right: 0;
    transform: translateX(320px)
}

[data-slideout-direction=right] .slideout__content {
    order: 2
}

[data-slideout-direction=right] .slideout__close {
    right: 0
}

[data-slideout-opened=true],
[data-slideout-opened=true] body {
    height: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: auto
}

[data-slideout-opened=true] .slideout {
    z-index: 190;
    opacity: 1;
    pointer-events: auto;
    user-select: text
}

[data-slideout-opened=true] .slideout:before {
    background: rgba(0, 0, 0, .8)
}

[data-slideout-opened=true] .slideout__inner {
    transform: translateX(0);
    transition: transform .25s ease-in-out
}

[data-slideout-opened=true] .slideout__close {
    opacity: 1;
    display: inline-block;
    padding: .8em 1em;
    position: absolute;
    top: 14px;
    right: 13px;
    z-index: 2;
    cursor: pointer;
    outline: 0 !important
}

[data-slideout-opened=true] .slideout__close svg {
    width: 11px;
    height: 11px
}

[data-slideout-opened-end=true] .slideout:after {
    display: block
}

[data-slideout-closed=true] .slideout:before {
    background: transparent
}

[data-slideout-closed=true][data-slideout-direction=right] .slideout__inner {
    transform: translateX(320px)
}

@media screen and (min-width: 768px) {
    .mobile-menu-btn-container {
        display: none
    }
}

@media screen and (max-width: 767px) {
    header .main-menu__list.desktop {
        display: none
    }
    .sm-hidden {
        display: none
    }
    .hidden-menu {
        display: block
    }
    .main-menu.mobile {
        display: flex;
        flex-direction: column;
        width: 100%
    }
    .credit-button-block {
        justify-content: center;
        width: calc(100% - 30px);
        margin: 0 auto;
        padding-right: 0
    }
    .site-body:not(.page-index) header .credit-button-block {
        display: none
    }
    .mobile-menu-btn {
        display: block;
        background-color: transparent;
        cursor: pointer;
        border: 0
    }
    .mobile-menu-btn:focus {
        outline: 0 !important
    }
    .mobile-menu-btn svg {
        width: 40px;
        height: 22px
    }
    .slideout .header__container {
        max-width: 100%
    }
    .slideout .main-menu__link,
    .slideout .main-menu__link:first-child {
        text-align: left;
        font-size: 12px;
        padding: 1em 2em;
        border-bottom: 1px solid #e5e4e0;
        background-size: 15px;
        font-weight: 700;
        letter-spacing: 1px
    }
    .slideout .main-menu__list.mobile {
        display: flex;
        flex-direction: column;
        padding: 8px 0
    }
    .slideout .mobile-menu-btn {
        display: none
    }
    .slideout .top-menu {
        padding: 2em 2em;
        border-bottom: 1px solid #e5e4e0
    }
    .slideout .top-menu__link {
        font-size: 0.75em;
        color: #404040
    }
    .slideout .contact-phone {
        padding: 1.3em 2em 0
    }
    .slideout .contact-address {
        padding: 0 2em
    }
    .separate-block {
        display: none
    }
}

@media screen and (max-width: 767px)and (min-width: 575px) {
    .header__container--phone {
        display: flex;
        justify-content: flex-end
    }
    .call_phone_1_1 {
        padding-right: 15px
    }
}

.megaslider .mobile {
    display: none;
}
.megaslider .desctop {
    display: block;
}

@media screen and (max-width: 575px) {
    .megaslider .mobile {
        display: block;
    }
    .megaslider .descktop {
        display: none;
    }
    .header__container--address {
        order: 4;
        flex: 0 0 auto;
        max-width: 45%
    }
    .header__container--phone .hidden-phone {
        display: none
    }
    header .contact-phone a {
        font-size: 1.2em
    }
    .header-top .row {
        align-items: flex-start !important
    }
    header .logo {
        width: 170px;
        height:35px;
    }
}

@media screen and (max-width: 480px) {
    .mobile-main-menu__link {
        font-size: 11px
    }
    .header__container--phone {
        padding-right: 0
    }
    header {
        padding-bottom: 10px
    }
}

footer .header-brands-btn {
    display: none
}

.footer__top {
    padding-bottom: 2.9375em;
    padding-top: 2.9375em;
    margin-top: 3em;
    background-color: #e9ecef
}

.footer__bottom {
    padding: 20px 0;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.footer-info-top {
    padding-bottom: 0.6em;
    border-bottom: 1px solid #d8d9d9
}

.footer-info-bottom {
    padding-top: 0.6em
}

.footer-info-bottom__content {
    display: flex;
    align-items: center;
    width: 100%;
}

.logo__image {
    width: 100%
}

footer .logo {
    display: block;
    max-width: 100%
}

.footer-contact {
    margin: 1.3em 0
}

.footer-contact .contact-phone {
    font-family: 'TTNorms-Regular', sans-serif;
}

.footer-contact .contact-address__icon {
    display: none
}

.footer__disclaimer,
.copyright__text {
    font-size: 0.75em;
    color: rgba(51, 51, 51, .51);
    margin-bottom: 0
}

.copyright__text:hover,
.copyright__text:focus {
    text-decoration: none
}

.footer__copyright {
    display: block
}

.footer__copyright-text {
    color: #333
}

.copyright__img {
    width: 71px;
    max-width: 100%;
    height: 30px;
    fill: #797a95;
    color: #797a95;
    transition: all .35s linear;
    margin-right: 30px
}

.copyright__img:hover {
    color: #e63a54;
    fill: #333
}

@media screen and (min-width: 576px) {
    .footer-mobile {
        display: none
    }
}

@media screen and (max-width: 991px) {
    .footer__top {
        padding: 1.3em 0;
        margin-top: 1.3em
    }
}

@media screen and (max-width: 767px) {
    .footer__copyright {
        margin-top: 1.3em
    }
}

@media screen and (max-width: 767px)and (min-width: 576px) {
    .footer-desktop .contact-phone {
        text-align: right
    }
    .footer-info-top {
        margin-top: 1.3em
    }
}

@media screen and (max-width: 575px) {
    .copyright__text {
        display: block
    }
    .footer__copyright-text {
        font-size: 14px
    }
    .footer-mobile {
        display: block
    }
    .footer-desktop {
        display: none
    }
    footer .main-menu__li {
        width: 100%
    }
    footer .main-menu__link {
        padding: 0.3em 0;
        font-size: 0.9em
    }
    footer .main-menu {
        margin: 1.3em 0
    }
    footer .small-menu {
        padding: 1em 0;
        border: 1px solid #d8d9d9;
        border-width: 1px 0;
        margin-bottom: 1.3em
    }
}

.nav-tabs {
    width: 100%;
    justify-content: space-between;
    border-bottom: 0
}

.nav-tabs .nav-link {
    flex: 1 0 33.33%;
    padding: 1.3em 0.6em;
    font-weight: 700;
    border: 0;
    border-bottom: 3px solid #e9ecef;
    color: #404040
}

.nav-tabs .nav-link.active {
    border-bottom-color: #007bff;
    color: #404040
}

@media screen and (min-width: 768px) {
    .nav-tabs .nav-link {
        font-size: 1em;
        text-align: center
    }
}

@media screen and (max-width: 767px) {
    .nav-tabs .nav-link {
        flex: 1 0 100%;
        padding: 0.6em
    }
}

.tab-content {
    padding: 2.5em 0
}

@media screen and (max-width: 767px) {
    .tab-content {
        padding: 1.3em 0
    }
}

.breadcrumbs {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    background-color: transparent
}

.breadcrumbs__item {
    font-size: 14px;
    padding: 4px 4px 4px 0
}

.breadcrumbs__item--link,
.breadcrumbs__item--separate {
    color: #101010
}

.breadcrumbs__item--text {
    color: #898989
}

.separate-block {
    width: 1px;
    height: 46px;
    transform: rotate(28deg);
    background-color: #f4f5f5;
    margin: 0 15px 0 9px
}

.simple-warning-text {
    font-size: 12px;
    width: 100%;
    color: rgba(51, 51, 51, .51);
    margin-top: 1em
}

.simple-warning-text a {
    font-size: inherit;
    color: inherit;
    text-decoration: underline
}

.no-wrap-text {
    white-space: nowrap
}

.row-small-margin {
    margin-right: -4px;
    margin-left: -4px
}

.row-middle-margin {
    margin-right: -9px;
    margin-left: -9px
}

.col-small-padding {
    padding-left: 5px;
    padding-right: 5px
}

.col-middle-padding {
    padding-right: 9px;
    padding-left: 9px
}

.page {
    padding-top: 2.5em
}

.page__inner {
    padding-bottom: 3em
}

.page__content {
    margin-bottom: 20px
}

.page__content img {
    max-width: 100%;
}
@media screen and (max-width: 480px) {
    .page {
        padding-top: 0
    }
    .page__inner {
        padding-bottom: 1.3em
    }
}

.brands {
    background: #fff;
    padding: 0 0 1.3em
}

.brands__list {
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin: 0 -19px
}

.brands__item {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding: 7px 18px;
    background-color: #fff;
    transition: opacity .5s ease-out;
    cursor: pointer;
    text-align: center
}

@media screen and (min-width: 1300px) {
    .brands__item {
        width: 7%
    }
}

.brands__item:hover,
.brands__item:focus,
.brands__item:active {
    opacity: .6
}

.brands__logo {
    max-width: 45px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin: 0 auto 10px
}

.brands__image {
    width: 40px
}

.brands__text {
    font-size: 14px;
    line-height: normal;
    color: #404040;
    margin: 0
}

.models__select.mobile,
.models .container .models__list .models__select.mobile {
    display: none
}

.header-brands-btn {
    position: relative;
    overflow: hidden;
    cursor: pointer;
    margin-bottom: 2px;
    line-height: 1
}

@media(max-width: 575px) {
    .header-brands-btn {
        margin-bottom: 1em;
        width: 100%
    }
}

@media screen and (max-width: 992px) {
    .brands__item {
        width: 11.09%
    }
    .brands__list {
        margin: 0
    }
}

@media screen and (max-width: 768px) {
    .brands__item {
        width: 16.09%
    }
}

@media screen and (max-width: 567px) {
    .brands__item {
        width: 24.09%
    }
    .header-brands {
        padding-top: 0;
        margin-top: 0
    }
}

.promotion {
    margin-bottom: 0.75em
}

@media screen and (min-width: 992px) {
    .promotion {
        padding: 0 1.3em
    }
}

@media screen and (min-width: 1300px) {
    .promotion {
        padding: 0 2.5em
    }
}

@media screen and (max-width: 992px)and (min-width: 768px) {
    .promotion {
        padding: 0 0.5em
    }
}

@media screen and (max-width: 767px) {
    .promotion {
        padding-top: 0px
    }
}

.promotion__image-container {
    height: 90px;
    text-align: center
}

.promotion__image-container img {
    width: auto !important;
    margin: 0 auto
}

.promotion__item-title {
    font-size: 1.3em;
    font-weight: 700;
    margin-bottom: 1em;
    line-height: 1
}

@media screen and (max-width: 575px) {
    .promotion__item-title br {
        display: none
    }
}

.promotion__item-text {
    font-size: 1em;
    line-height: 1.3;
    margin-bottom: 1em
}

@media screen and (max-width: 1199px) {
    .promotion__item-text br {
        display: none
    }
}

.promotion__item-link {
    text-decoration: underline;
    font-size: 1em;
    color: #007bff;
    font-weight: 700;
    cursor: pointer;
    text-align: left
}

.promotion__item-link:hover,
.promotion__item-link:focus {
    color: #404040;
    text-decoration: none
}

.utp {
    padding-top: 2.5em;
    padding-bottom: 3em
}

@media screen and (max-width: 575px) {
    .utp {
        padding-top: 0.3em;
        padding-bottom: 1.3em
    }
}

.utp__header {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #d8d9d9;
    padding-bottom: 2em;
    margin-bottom: 2em
}

@media screen and (max-width: 991px) {
    .utp__header {
        padding-bottom: 1em;
        margin-bottom: 1em
    }
}

@media screen and (max-width: 575px) {
    .utp__header {
        margin-bottom: 0;
        padding-top: 1em
    }
}

.utp__header-number {
    font-size: 2em;
    margin-right: 10px
}

@media screen and (max-width: 575px) {
    .utp__header-number {
        font-size: 2em
    }
}

.utp__header-text {
    font-size: 1em
}

@media screen and (max-width: 575px) {
    .utp__header-text {
        line-height: 1
    }
}

.utp__row {
    display: flex;
    flex-wrap: wrap;
    width: 100%
}

@media screen and (min-width: 1200px) {
    .utp__row {
        margin-left: -20px;
        margin-right: -20px
    }
}

@media screen and (max-width: 1199px) {
    .utp__row {
        margin-left: -10px;
        margin-right: -10px
    }
}

.utp-item {
    display: flex;
    align-items: center
}

@media screen and (min-width: 1200px) {
    .utp-item {
        padding: 0 19px
    }
}

@media screen and (max-width: 1199px) {
    .utp-item {
        flex: 1 0 50%;
        padding: 10px
    }
    .utp-item:not(:last-child) {
        margin-bottom: 10px
    }
}

@media screen and (max-width: 991px)and (min-width: 768px) {
    .utp-item {
        flex: 1 0 100%
    }
}

@media screen and (max-width: 767px)and (min-width: 576px) {
    .utp-item {
        flex: 1 0 auto
    }
}

@media screen and (max-width: 575px) {
    .utp-item {
        flex: 1 0 100%;
        padding: 1em 0.6em;
        border-bottom: 1px solid #d8d9d9;
        margin: 0 !important
    }
}

@media screen and (max-width: 991px)and (min-width: 768px) {
    .utp-item br {
        display: none
    }
}

@media screen and (max-width: 575px) {
    .utp-item br {
        display: none
    }
}

.utp-item__title {
    font-weight: 400;
    line-height: 1;
    padding-left: 15px;
    font-size: 1em
}

.utp-item__img {
    max-height: 30px;
    display: block
}

@media screen and (max-width: 991px) {
    .utp-item__img {
        max-height: 30px
    }
}


@media screen and (min-width: 1300px) {
    .utp__wrapper {
        padding-right: 50px
    }
}

.sale {
    color: #404040
}

.sale__wrapper {
    background-color: #e9ecef
}
.sale__wrapper .button--standart {margin-right: 227px;}

@media screen and (min-width: 992px) {
    .sale__wrapper {
        background: url("../img/corner.png") 0 0 no-repeat #e9ecef;
        background-size: auto 100%
    }
}

.sale__text-side {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 4em;
    padding-bottom: 4em;
    padding-left: 3em;
    border: 4px solid #cccccc;
    background-color: #e9ecef;
}

@media screen and (max-width: 1200px) {
    .sale__text-side {
        flex-wrap: wrap;
        padding-top: 1.3em;
        padding-bottom: 1.3em
    }
}

@media screen and (max-width: 992px) {
    .sale__text-side {
        padding-left: 30px
    }
}

@media screen and (max-width: 575px) {
    .sale__text-side {
        flex-wrap: wrap;
        padding: 2.5em 2em;
        flex-direction: column;
        text-align: center
    }
}

@media screen and (max-width: 658px)and (min-width: 576px) {
    .sale__text-side {
        padding-bottom: 10px;
        padding-top: 10px
    }
}

@media screen and (min-width: 576px) {
    .sale__image-side {
        background: url("../img/car-lines.png") right top no-repeat;
        background-size: auto 100%;
        background-clip: content-box
    }
}

@media screen and (max-width: 1200px) {
    .sale__content {
        margin-bottom: 1.3em
    }
}

.sale__title {
    font-size: 2.5em;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 0
}

@media screen and (max-width: 1200px) {
    .sale__title {
        font-size: 2em
    }
}

@media screen and (max-width: 992px) {
    .sale__title {
        font-size: 1.3em
    }
}

@media screen and (max-width: 575px) {
    .sale__title {
        font-size: 1.8em;
        margin-bottom: 1.3em
    }
}

.sale__subtitle {
    font-size: 1.5em
}

@media screen and (max-width: 992px) {
    .sale__subtitle {
        font-size: 1em
    }
}

.sale__image {
    display: none
}

@media screen and (max-width: 575px) {
    .sale__image {
        display: block;
        width: 100%
    }
}

.sale-grey {
    margin-top: 4.625em;
    color: #404040
}

.sale-grey__wrapper {
    background-color: #e9ecef;
    margin-top: 15px
}

.sale-grey__image-side {
    transform: scaleX(-1);
    position: relative
}

.sale-grey__image-side:before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    background: url("../img/couple.png") left 15px bottom 0 no-repeat;
    width: 100%;
    height: 106%
}

.sale-grey__title {
    font-size: 2em;
    font-family: 'TTNorms-Regular', sans-serif;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 1em
}

.sale-grey__subtitle {
    font-family: 'TTNorms-Regular', sans-serif;
    font-size: 1.3em;
    font-weight: 700;
    text-transform: uppercase
}

.sale-grey__btn span {
    padding-top: 3px;
    display: inline-block;
    vertical-align: middle;
    padding-left: 10px
}

@media screen and (min-width: 768px) {
    .sale-grey__text-side {
        padding-top: 2em;
        padding-bottom: 2em
    }
    .sale-grey__wrapper {
        padding-left: 2em
    }
}

@media screen and (min-width: 991px) {
    .sale-grey__text-side {
        padding-top: 3.75em;
        padding-bottom: 3.75em
    }
    .sale-grey__title {
        font-size: 3em
    }
    .sale-grey__text {
        font-size: 1.3em
    }
}

@media screen and (min-width: 1200px) {
    .sale-grey__wrapper {
        padding-left: 3.375em
    }
    .sale-grey__image-side {
        background-size: auto 93%
    }
    .sale-grey__text-side {
        padding-left: 2.5em
    }
    .sale-grey__image-side:before {
        background-size: auto 100%
    }
}

@media screen and (max-width: 1200px) {
    .sale-grey__image-side:before {
        background-size: 100%
    }
}

@media screen and (max-width: 991px) {
    .sale {
        margin-bottom: 2em
    }
}

@media screen and (max-width: 767px) {
    .sale-grey {
        margin-top: 0
    }
    .sale-grey__image-side {
        display: none
    }
    .sale-grey__text-side {
        padding: 2em 2.8em
    }
}

@media screen and (max-width: 480px) {
    .sale-grey-utp__item {
        width: 100%
    }
    .sale-grey .container {
        padding: 0
    }
    .sale-grey__wrapper {
        padding: 0 15px
    }
    .sale-grey__title {
        font-size: 1.3em
    }
    .sale-grey__subtitle {
        font-size: 1em
    }
    .sale-grey__text-side {
        padding: 20px 15px
    }
    .sale-grey__btn {
        width: 100%
    }
    .sale-grey__btn-img {
        width: 24px
    }
}

.banks__row {
    list-style: none;
    padding: 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap
}

.banks__item {
    flex: 1 0 12.5%;
    flex-wrap: wrap;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    opacity: .5;
    margin-bottom: 23px
}

.banks__item:hover {
    opacity: 1
}

.banks__img-container {
    height: 38px;
    flex-wrap: wrap;
    display: flex;
    justify-content: center;
    align-items: center
}

.banks__text {
    font-size: 11px;
    text-align: center;
    margin-top: 8px
}

@media screen and (max-width: 1199px) {
    .banks__item {
        flex: 1 0 25%
    }
}

@media screen and (max-width: 767px) {
    .banks {
        margin-top: 0
    }
}

@media screen and (max-width: 576px) {
    .banks__item {
        flex: 1 0 33.333%
    }
    .banks__item-logo {
        height: 50px
    }
}

@media screen and (max-width: 480px) {
    .banks__item {
        flex: 1 0 50%
    }
}

.stock-sticker {
    padding: 0
}

.stock-sticker-block {
    justify-content: center;
    position: relative;
    z-index: 2;
}

@media(min-width: 992px) {
    .stock-sticker-block {
        margin-bottom: -10px
    }
}

.stock-sticker-item {
    height: 42px;
    margin-top: 8px;
    overflow: hidden;
    border-radius: .25em;
    transition: all .25s linear
}

.stock-sticker-item img {
    max-width: 100%
}

.stock-sticker-item:hover {
    transform: translateY(-5px);
    text-decoration: none
}

.stock-sticker-container {
    position: relative
}

@media(max-width: 767px) {
    .stock-sticker-container {
        margin-top: 30px
    }
}

.stock-sticker__btn,
.stock-sticker__img-btn {
    font-weight: bold
}

@media(max-width: 575px) {
    .stock-sticker__btn,
    .stock-sticker__img-btn {
        font-size: 14px
    }
    .stock-sticker__btn img,
    .stock-sticker__img-btn img {
        display: none !important
    }
}

@media(max-width: 380px) {
    .stock-sticker__btn,
    .stock-sticker__img-btn {
        padding-left: 5px;
        padding-right: 5px
    }
}

.stock-sticker__img-btn {
    background-color: #ffe600;
    color: #404040;
    display: inline-flex;
    align-items: center
}

.stock-sticker__img-btn:hover {
    background-color: #ffe600;
    color: #404040
}

.stock-sticker__img-btn img {
    width: 25px !important;
    margin-right: 8px
}

.stock-sticker__btn {
    background-color: #404040;
    border-color: #404040;
    color: #fff
}

.stock-sticker__btn:hover {
    background-color: #404040;
    color: #fff
}

@media(min-width: 576px) {
    .stock-img {
        margin-top: -40px
    }
}

.stock-important {
    color: #007bff
}

.stock-important .contact-phone {
    display: inline-block
}

.stock-important a {
    color: inherit
}

.stock-list {
    display: flex;
    justify-content: space-between;
    margin-left: -15px;
    margin-right: -15px
}

@media(max-width: 991px) {
    .stock-list {
        flex-wrap: wrap
    }
}

.stock-list__item {
    padding: 0 15px 25px 15px;
    width: 33.333%
}

@media(min-width: 992px) {
    .stock-list__item {
        text-align: center
    }
}

@media(max-width: 991px) {
    .stock-list__item {
        display: flex;
        align-items: center;
        width: 100%
    }
}

.stock-list__item-number {
    display: inline-block;
    font-size: 2em;
    background-color: #007bff;
    color: #fff;
    padding: 0 15px;
    margin-right: 20px
}

@media(min-width: 992px) {
    .stock-list__item-number {
        margin-bottom: 1em
    }
}

@media(max-width: 480px) {
    .stock-list__item-number {
        font-size: 1.3em
    }
}

.stock-list__item-text {
    font-size: 1em
}

@media(max-width: 480px) {
    .stock-list__item-text {
        font-size: 1em
    }
}

[id*=stock] .contact-phone,
[id*=stock] .contact-phone a {
    display: inline;
    text-align: initial;
    white-space: nowrap
}

.stock-banner {
    position: relative;
    overflow: hidden;
    padding-bottom: 1.3em;
    padding-top: 1.3em
}

.stock-banner__item-inner {
    color: #404040;
    display: block;
    position: relative;
    z-index: 2
}

.stock-banner__item-img {
    min-height: 1px
}

@media(min-width: 576px) {
    .stock-banner__item-img--mob {
        display: none !important
    }
}

@media(max-width: 575px) {
    .stock-banner__item-img--desk {
        display: none !important
    }
}

.stock-banner__info {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-flex;
    flex-direction: column;
    margin-top: 3em;
    width: 341px;
    max-width: 100%;
    font-size: 1em
}

@media(max-width: 767px) {
    .stock-banner__info {
        margin-top: 1.3em
    }
}

@media(max-width: 575px) {
    .stock-banner__info {
        margin-top: 0;
        font-size: .8em
    }
}

.stock-banner__info-title {
    font-family: 'TTNorms-Regular', sans-serif;
    background-color: rgba(24, 120, 255, .8);
    padding: 10px;
    font-weight: 700;
    line-height: 1.3;
    font-size: 1.5em;
    text-transform: uppercase
}

@media(max-width: 575px) {
    .stock-banner__info-title {
        padding-top: 5px;
        padding-bottom: 5px
    }
}

.stock-banner__info-text {
    font-size: 1.5em;
    line-height: 1.3;
    background-color: rgba(255, 255, 255, .9);
    padding: 10px
}

@media(max-width: 575px) {
    .stock-banner__info-text {
        padding-bottom: 5px
    }
}

.stock-banner__info-date {
    font-weight: 700;
    background-color: rgba(255, 255, 255, .9);
    padding: 5px 10px
}

.stock-banner__info-btn {
    width: 100%
}

.stock-banner__text {
    position: absolute;
    bottom: 10px;
    left: 30px;
    font-weight: 700;
    font-size: 1em
}

@media(max-width: 575px) {
    .stock-banner__text {
        left: 10px;
        bottom: 5px;
        font-size: 1em;
        line-height: 1
    }
}

.stock-banner .owl-dots {
    display: none
}

.stock-banner .owl-nav [class*=owl-] {
    position: absolute;
    top: 50%;
    width: 19px;
    height: 20px;
    transform: translateY(-50%)
}

.stock-banner .owl-nav [class*=owl-]:hover {
    color: #007bff
}

.stock-banner .owl-nav [class*=owl-] .slider-icon {
    width: 100%;
    height: 100%
}

.stock-banner .owl-nav .owl-prev {
    right: 100%
}

.stock-banner .owl-nav .owl-next {
    left: 100%
}

@media screen and (max-width: 767px) {
    .autocredit .container {
        padding: 0
    }
}

.autocredit__inner {
    padding: 1em
}

@media screen and (min-width: 1200px) {
    .autocredit__left-side {
        width: 543px
    }
}

@media screen and (min-width: 1200px) {
    .autocredit__right-side {
        width: 660px
    }
}

.autocredit-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    background-color: #fff;
    padding: 20px
}

@media screen and (min-width: 1200px) {
    .autocredit-info {
        padding: 1.3em 4.1875em
    }
}

.autocredit-info__title {
    text-transform: inherit;
    margin-bottom: 0.6em
}

.autocredit-info__subtitle {
    font-size: 1em;
    font-weight: 700;
    line-height: 1
}

.autocredit-info__text {
    font-size: 1em;
    font-weight: 400
}

.autocredit-info__text-img {
    width: 54px;
    padding-right: 15px
}

.autocredit-utp {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    border-bottom: 1px solid #d8d9d9
}

@media screen and (min-width: 768px) {
    .autocredit-utp {
        margin-top: 2.5em;
        margin-bottom: 2.5em;
        padding-bottom: 2.5em
    }
}

@media screen and (max-width: 767px) {
    .autocredit-utp {
        margin-top: 1.3em;
        margin-bottom: 1.3em;
        padding-bottom: 1.3em
    }
}

.autocredit-utp__item {
    width: 50%;
    display: flex;
    margin-bottom: 0.6em
}

@media screen and (max-width: 991px)and (min-width: 767px) {
    .autocredit-utp__item {
        width: 100%
    }
}

.autocredit-utp__img {
    max-height: 20px;
    margin: 0 auto
}

.autocredit-utp__text {
    width: calc(100% - 35px)
}

.credit-form {
    max-width: 100%;
    padding: 1.3em 0
}

@media screen and (min-width: 768px) {
    .credit-form {
        padding: 1.625em 1.3em 1.625em 2em
    }
}

@media screen and (max-width: 991px)and (min-width: 768px) {
    .credit-form {
        width: 100%;
        padding: 1.3em
    }
}

.credit-form__range-title {
    display: block;
    font-size: 0.75em;
    margin-bottom: 0.4375em;
    font-weight: 400
}

.credit-form__price {
    display: block;
    font-size: 1.3em;
    font-weight: bold;
    line-height: 1
}

.credit-form__price span {
    font-size: 1em
}

.credit-form__btn {
    height: 100%
}

.credit-form__bottom {
    margin-top: 1em
}

.credit-form .form-control:disabled,
.credit-form .select2-container--default.select2-container--disabled .select2-selection--single {
    background-color: rgba(255, 255, 255, .6)
}

@media screen and (min-width: 576px) {
    .top-info {
        background: url("../img/top-bg.jpg") 0 0 no-repeat;
        background-size: cover
    }
}

@media screen and (max-width: 767px)and (min-width: 576px) {
    .top-info {
        padding-top: 3.75em;
        padding-bottom: 3.75em
    }
}

@media screen and (min-width: 768px) {
    .top-info-border {
        border-right: 3px solid #fff
    }
}

.top-info__main-image {
    display: block;
    max-width: 100%;
    margin: 0 auto
}

.top-info__btn {
    width: 369px;
    max-width: 100%
}

@media screen and (max-width: 768px) {
    .top-info__btn {
        margin: 0 auto;
        display: block;
    }
    .top-info__inner {
        padding-top: 2em;
        padding-bottom: 2em
    }
    
}

.top-info__inner {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center
}

@media screen and (min-width: 768px) {
    .top-info__inner {
        padding-top: 4em;
        padding-bottom: 4em
    }
}

.top-info__inner--big {
    max-width: 100%;
    margin: 0 auto
}

@media screen and (min-width: 768px) {
    .top-info__inner--big {
        width: 455px;
    }
}

@media screen and (max-width: 767px) {
    .top-info__inner--big {
        border-bottom: 3px solid #fff
    }
}

@media screen and (max-width: 575px) {
    .top-info__inner--big {
        background-size: auto 120%;
        padding: 7px 15px 15px
    }
}

@media screen and (max-width: 575px) {
    .top-info-no-paddind-xs {
        padding: 0
    }
}

.top-info-utp {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 1.8em;
}

@media screen and (max-width: 767px) {
    .top-info-utp {
        justify-content: center;
        margin-top: 1em;
        margin-bottom: 1em
    }
}

@media screen and (min-width: 768px) {
    .top-info-utp ul, .credit ul {
        flex: 1 0 50%
    }
}

@media screen and (max-width: 410px) {
    .top-info-utp ul, .credit ul {
        flex: 1 0 100%
    }
}

.top-info-utp__item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0.6em
}

@media screen and (max-width: 767px) {
    .top-info-utp__item {
        padding: 0.6em
    }
}

@media screen and (max-width: 410px) {
    .top-info-utp__item {
        padding: 0;
        margin-bottom: 1em
    }
}

.top-info-utp__img {
    min-width: 16px;
    max-width: 16px;
    height: 16px
}

.top-info-utp ul li, .credit ul li {
    width: 95%;
    font-weight: 700;
    font-family: 'TTNorms-Regular', sans-serif;
    font-size: 1em;
    padding-left: 0.6em;
    background-image: url('../img/check.svg');
    background-repeat: no-repeat; 
}


@media screen and (max-width: 1200px)and (min-width: 992px) {
    .top-info-utp {
        align-items: flex-start
    }
}

.mfp-wrap .popup {
    display: block
}

.mfp-bg {
    background-color: #101010;
    opacity: .95
}

.popup {
    background-color: #fff;
    position: relative;
    margin: 0 auto;
    border-radius: 0;
    box-shadow: 0 0 49px 3px rgba(0, 0, 0, .15);
    z-index: 51;
    overflow: auto;
    display: none;
    max-width: 100%;
    padding: 2em
}

.popup__separate {
    width: 100%;
    height: 4px;
    border-radius: 2px;
    background-color: #007bff;
    margin-top: 1.3em;
    margin-bottom: 1.3em
}

@media screen and (max-width: 480px) {
    .popup__separate {
        margin-top: 0.6em;
        margin-bottom: 0.3em
    }
}

.popup--big {
    width: 576px
}

@media screen and (min-width: 425px) {
    .popup--big {
        padding: 2.5em;
    }
}

@media screen and (min-width: 576px) {
    .popup--big {
        padding: 3.5em;
    }
}

.popup--short {
    width: 380px
}

@media screen and (min-width: 576px) {
    .popup--short {
        padding: 2.5em 2.5em 2.5em 5.5em
    }
}

.popup__title {
    font-weight: 400;
    font-size: 1.3em;
    margin-bottom: 0
}

.popup__subtitle {
    font-family: 'TTNorms-Regular', sans-serif;
    font-size: 2em;
    line-height: 1;
    text-transform: uppercase;
    font-weight: 700
}

.popup__text {
    font-size: 1em
}

.popup-transport {
    margin: 1.3em 0;
    margin-right: -2px;
    margin-left: -2px
}

.popup-transport__container {
    padding-left: 2px;
    padding-right: 2px
}

.popup-transport__item {
    padding: 5px;
    display: inline-block;
    width: 31%
}

.popup-transport__img {
    max-width: 100%
}

.popup-gifts {
    margin: 1.3em 0;
    margin-right: -2px;
    margin-left: -2px
}

.popup-gifts__container {
    padding-left: 2px;
    padding-right: 2px
}

.popup-gifts__item {
    padding: 5px;
    display: inline-block;
    width: 22%
}

.popup-gifts__img {
    max-width: 100%;
    display: block
}

@media screen and (max-width: 480px) {
    .popup-gifts__img {
        height: 37px;
        margin: 0 auto
    }
}

.popup__info-line {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.popup__info-line-text {
    font-size: 1em;
    font-weight: 400;
    line-height: 1
}

.popup__important {
    border-top: 1px solid #d8d9d9;
    padding-top: 1.3em;
    margin-top: 1.3em;
    display: flex;
    align-items: center
}

.popup__important-img {
    width: 30px
}

.popup__important-text {
    font-size: 0.75em;
    color: #b70000;
    padding-left: 0.6em;
    width: calc(100% - 30px)
}

@media screen and (max-width: 575px) {
    .popup .form-group {
        margin-bottom: 1em
    }
}

.popup .button {
    height: 42px
}

.popup-message__image {
    width: 40px;
    display: inline-block;
    margin-bottom: 10px
}

.popup-list {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 1.3em;
    flex-wrap: wrap;
    margin-bottom: 2em
}

.popup-list__item {
    flex: 1 0 50%;
    display: flex;
    align-items: center;
    margin: 0.25em 0
}

@media screen and (max-width: 480px) {
    .popup-list__item {
        flex: 1 0 100%
    }
}

.popup-list__item--full {
    flex: 1 0 100%;
    width: 100%
}

.popup-list__title {
    font-size: 1em
}

.popup-list__img {
    margin-right: 15px;
    width: 15px;
    height: 15px
}

.popup-list__separate {
    width: 1px;
    height: 32px;
    background-color: #e5e5e5
}

.popup.popup-message--accepted,
.popup.popup-message--ok,
.popup.popup-message--error {
    text-align: center
}

.popup.popup-message--error .popup-message__text .popup-message__text__title.red {
    color: #cb1611
}

.popup.popup-message--accepted .popup-message__text .popup-message__text__title,
.popup.popup-message--ok .popup-message__text .popup-message__text__title,
.popup.popup-message--error .popup-message__text .popup-message__text__title {
    font-weight: bold;
    font-size: 24px;
    margin-bottom: 15px;
    line-height: 1.1
}

.popup-message--accepted .popup-message__text .popup-message__text__subtitle,
.popup-message--ok .popup-message__text .popup-message__text__subtitle,
.popup-message--error .popup-message__text .popup-message__text__subtitle {
    font-size: 14px;
    margin: 0 auto 20px
}

.popup .popup__form .form__case-input label.error {
    margin-top: 4px;
    margin-bottom: -4px
}

.apply__credit .credit-form .credit-form__item input.error,
.offer-form input.error,
.js_trade_in_form input.error,
.popup .popup__form .form__case-input input.error {
    border: 1px solid #cb1611
}

.mfp-close {
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 32px
}

@media screen and (min-width: 576px) {
    .popup__form label.error {
        font-weight: bold;
        font-size: 12px;
        color: #cb1611;
        text-transform: uppercase;
        width: 82%;
        white-space: nowrap
    }
}

@media screen and (max-width: 576px) {
    .popup-info__content {
        width: 100%
    }
    .mfp-close {
        width: 45px;
        height: 45px;
        line-height: 45px
    }
}

.feedback {
    padding: 2em 0 0
}

@media screen and (max-width: 767px) {
    .feedback {
        padding-top: 2em
    }
}

@media screen and (max-width: 575px) {
    .feedback {
        padding-top: 0
    }
}

@media screen and (max-width: 575px) {
    .feedback-carousel__item {
        padding: 0 15px 0 0
    }
}

.feedback-carousel__link {
    padding: 10px;
    color: #404040;
    display: block;
    text-decoration: none !important
}

.feedback-carousel__image {
    height: 300px;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover
}

.feedback-carousel__image img {
    min-height: 100%;
    min-width: 100%;
    max-width: initial;
    width: auto !important
}

.feedback-carousel__model {
    text-align: center;
    font-size: 1.3em;
    font-weight: 700;
    color: inherit;
    margin-bottom: 1em
}

.feedback-carousel__car-wrapper {
    width: 230px;
    height: 138px;
    margin: -90px auto 0
}

.feedback-carousel__car {
    width: 230px !important;
    transform: scale(0.8);
    transition: transform .3s ease
}

.feedback-carousel__bottom {
    margin-top: 10px
}

.feedback-carousel__text {
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 1em;
    text-align: center
}

.feedback-carousel__more-link {
    color: inherit;
    font-weight: bold;
    font-size: 12px;
    text-transform: uppercase
}

.feedback-carousel__more-link:hover {
    color: inherit;
    text-decoration: underline
}

.feedback-carousel__more-icon {
    display: inline-block !important;
    width: 18px !important;
    margin-bottom: 1px;
    margin-left: 10px;
    transition: transform .3s linear
}

.feedback-carousel__more-link:hover .feedback-carousel__more-icon {
    transform: translateX(-3px)
}

.feedback-carousel__date {
    font-size: 0.75em
}

.feedback-carousel__item:hover .feedback-carousel__car {
    transform: scale(1)
}

.feedback-carousel .owl-carousel .owl-nav {
    position: absolute;
    top: -91px;
    right: 0;
    margin: 0
}

.section-controller {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 3em
}

.section-controller__all {
    display: block;
    margin-right: 90px;
    font-weight: 700;
    font-size: 1.3em
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: transparent
}

.reviews {
    padding-top: 3em
}

@media screen and (max-width: 575px) {
    .reviews {
        padding-top: 1.3em
    }
}

.reviews-header__title {
    margin-top: 0
}

.reviews__item-container {
    margin-bottom: 3em
}

@media screen and (max-width: 575px) {
    .reviews__item-container {
        margin-bottom: 1.3em
    }
}

.reviews__item {
    border-bottom: 3px solid #d8d9d9;
    padding-bottom: 2.5em;
    height: 100%
}

@media screen and (max-width: 575px) {
    .reviews__item {
        padding-bottom: 1.3em
    }
}

.reviews__image-side {
    padding: 0 5px
}

.reviews__preview-side {
    padding: 0 5px
}

.reviews__preview {
    background-color: #e9ecef;
    height: 100%;
    padding: 5px;
    display: flex;
    justify-content: center;
    align-items: center
}

.reviews__preview-img {
    max-width: 100%
}

.reviews__image {
    margin-bottom: 1.3em
}

.reviews__img {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 300px
}

.reviews__name {
    font-size: 1.3em;
    font-weight: 700;
    margin-bottom: 1em
}

.reviews__model {
    font-weight: 700;
    display: inline-block;
    margin-right: 2em
}

.reviews__model-name {
    color: inherit
}

.reviews__price {
    display: inline-block;
    font-size: 0.75em;
    font-weight: 700
}

.reviews__text {
    font-size: 1em
}

.reviews__text-container {
    margin-top: 1.3em
}

.reviews__text--good {
    color: #2e9923;
    font-weight: bolder;
    margin-bottom: 0.1em
}

.reviews__text--bad {
    color: #b50000;
    font-weight: bolder;
    margin-bottom: 0.1em
}

.reviews__car-wrapper {
    width: 160px;
    height: 136px;
    margin: -80px auto -10px
}

.reviews__car {
    display: block;
    max-width: 160px;
    z-index: 2;
    position: relative
}

.reviews__form {
    width: 620px;
    max-width: 100%;
    margin: 0 auto
}

.reviews__form-btn {
    width: 250px;
    max-width: 100%
}

.reviews__form-title {
    text-align: center;
    font-weight: 400
}

.reviews__separate {
    width: 100%;
    height: 1px;
    margin: 1.3em 0;
    background-color: #d8d9d9
}

@media screen and (max-width: 575px) {
    .reviews__separate {
        margin: 0.6em 0
    }
}

.reviews-video {
    padding: 0 20px;
    background: #e9ecef;
    margin-bottom: 60px
}

.reviews-video__container {
    display: flex;
    flex-wrap: wrap;
    min-width: 100%;
    padding: 35px 0
}

.reviews-video__content {
    margin-top: 15px
}

.reviews-video__name {
    font-size: 1.3em;
    font-weight: 700;
    line-height: 1.3
}

.reviews-video__model {
    font-size: .875em;
    font-weight: 700;
    display: inline-block;
    margin-bottom: .9375em;
    text-decoration: underline
}

.reviews-video__large .reviews-video__video::before {
    display: none
}

.reviews-video__large .reviews-video__play {
    display: none
}

.reviews-video__items {
    height: 416px;
    overflow-x: hidden;
    overflow-y: auto
}

.reviews-video__items::-webkit-scrollbar {
    width: 11px
}

.reviews-video__items {
    scrollbar-width: thin;
    scrollbar-color: #90a4ae #f2f6fc
}

.reviews-video__items::-webkit-scrollbar-track {
    background: #f2f6fc
}

.reviews-video__items::-webkit-scrollbar-thumb {
    background-color: #90a4ae;
    border-radius: 11px;
    border: 2px solid #f2f6fc
}

.reviews-video__items::-webkit-scrollbar-thumb:hover {
    background: #5b727d
}

@media(max-width: 991px) {
    .reviews-video__items {
        height: 200px;
        margin-top: 20px
    }
}

@media(max-width: 575px) {
    .reviews-video__items .reviews-video__name {
        font-size: 16px
    }
}

.reviews-video__items .reviews-video__content {
    margin-top: 0
}

.reviews-video__item {
    cursor: pointer;
    display: flex;
    align-items: flex-start
}

.reviews-video__item.active .reviews-video__video {
    border-color: #404040;
}

.reviews-video__item:not(:first-child) {
    margin-top: 20px
}

.reviews-video__item .reviews-video__video-wrapper,
.reviews-video__item .reviews-video__content {
    min-width: 50%;
    max-width: 50%
}

@media(max-width: 575px) {
    .reviews-video__item .reviews-video__video-wrapper {
        min-width: 40%;
        max-width: 40%
    }
    .reviews-video__item .reviews-video__content {
        min-width: 60%;
        max-width: 60%
    }
}

.reviews-video__item .reviews-video__video {
    margin: 0 auto;
    position: relative;
    background: transparent;
    height: 97px;
    overflow: hidden;
    max-width: 166px;
    border: 2px solid transparent
}

.reviews-video__item .reviews-video__video video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%
}

.reviews-video__item .reviews-video__content {
    padding-left: 30px;
    padding-right: 10px
}

.reviews-video__video-wrapper {
    position: relative
}

.reviews-video__video {
    background: #404040;
    position: relative
}

.reviews-video__video::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    z-index: 10
}

.reviews-video__video video {
    max-height: 333px
}

.reviews-video__play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #d11c2d;
    z-index: 20
}

.reviews-video__play svg {
    width: 22px;
    height: 22px;
    fill: #fff
}

@media(max-width: 575px) {
    .reviews-video__play {
        width: 38px;
        height: 38px
    }
}

.reviews-video video {
    display: block;
    max-width: 100%;
    margin: 0 auto
}

.trade-in {
    margin-top: 1.3em
}

.trade-in__title {
    font-size: 1.3em;
    margin-bottom: 2.5em;
    width: 100%
}

@media screen and (max-width: 991px) {
    .trade-in__title {
        margin-bottom: 1.3em
    }
}

.trade-in__inner {
    padding: 1em
}

.trade-in__img {
    display: block;
    max-width: 100%
}

@media screen and (max-width: 991px) {
    .trade-in__img {
        width: 240px;
        margin: 0 auto
    }
}

.trade-in__info {
    border-top: 8px solid #e9ecef;
    padding-top: 2.5em;
    margin-top: 2em
}

@media screen and (min-width: 1300px) {
    .trade-in__list-item:not(.trade-in__list-item--no-margin) {
        margin-bottom: 4.0625em
    }
}

@media screen and (max-width: 1199px)and (min-width: 992px) {
    .trade-in__list-item:not(.trade-in__list-item--no-margin) {
        margin-bottom: 2.5em
    }
}

.trade-in__list-number {
    font-weight: 700;
    padding-bottom: 2px;
    display: inline-block;
    vertical-align: top
}

.trade-in__list-text {
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 20px);
    padding-left: 0.6em
}

.trade-in-form {
    background-color: #fff;
    height: 100%;
    padding: 1.3em 0.6em
}

.trade-in-form__title {
    font-family: 'TTNorms-Regular', sans-serif;
    font-weight: 700;
    font-size: 1em;
    margin-bottom: 1em
}

.services__container {
    margin-bottom: 5em
}

.services-top-img {
    display: block;
    width: 100%;
    max-width: 100%;
    margin-bottom: 30px
}

.services__item {
    display: block;
    color: #404040
}

.services__title {
    font-size: 1em;
    font-family: 'TTNorms-Regular', sans-serif;
    text-transform: uppercase;
    margin-bottom: 0.6em;
    line-height: 1;
    font-weight: 400
}

.services__text {
    font-size: 1em;
    margin-bottom: 0.6em
}

.services__link {
    display: flex;
    align-items: center;
    font-size: 1em
}

.services__link span {
    padding-right: 10px
}

.services__link-img {
    width: 10px;
    height: 10px;
    fill: #007bff;
    margin-top: 2px
}

.services__link:hover,
.services__link:focus {
    color: #404040
}

.services__link:hover .services__link-img,
.services__link:focus .services__link-img {
    fill: #404040
}


@media screen and (max-width: 767px) {
    .services__container {
        margin-bottom: 1em
    }
    .services {
        margin-bottom: 1.3em
    }
    .services__inner {
        padding-bottom: 1.3em
    }
}

@media screen and (max-width: 575px) {
    .services__number {
        font-size: 1.75em
    }
    .services__title {
        font-size: 1.3em
    }
}

.models {
    margin-top: 2.5em
}

@media screen and (min-width: 1200px) {
    .models-container {
        width: calc(100% - 253px)
    }
}

.models__header {
    padding-bottom: 2.5em;
    padding-top: 2.5em
}

@media screen and (min-width: 575px) {
    .models__header {
        padding-bottom: 1.3em
    }
}

@media screen and (min-width: 575px) {
    .models__row {
        margin-right: -7px;
        margin-left: -7px
    }
}

.models-card {
    margin-bottom: 1em;
    padding-left: 7px;
    padding-right: 7px
}

@media screen and (max-width: 575px) {
    .models-card {
        padding: 0;
        margin: 0
    }
}

.models-card__inner {
    color: #404040;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    padding: 1.3em;
    background-color: #e9ecef;
    background: linear-gradient(to bottom, #fff 0%, #fff 55%, #e9ecef 55%, #e9ecef 100%);
    transition: background .4s ease-in-out
}

.models-card__inner:hover,
.models-card__inner:focus {
    background: linear-gradient(to bottom, #e9ecef 0%, #e9ecef 100%);
    text-decoration: none
}

@media screen and (min-width: 1200px) {
    .models-card__inner {
        padding: 2em 1.3em 2em
    }
}

.models-card__header {
    margin-bottom: 0.6em
}

.models-card__complect {
    font-weight: 700
}

@media screen and (max-width: 1300px)and (min-width: 992px) {
    .models-card__complect {
        width: 100%
    }
}

@media screen and (max-width: 767px)and (min-width: 576px) {
    .models-card__complect {
        width: 100%
    }
}

@media screen and (max-width: 480px) {
    .models-card__complect {
        width: 100%
    }
}

.models-card__name {
    font-size: 1.3em;
    font-weight: 700;
    margin-bottom: 0.375em
}

.models-card__text {
    display: flex;
    flex-direction: column;
    font-weight: 700;
    font-size: 12px
}

.models-card__image-container {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 0.6em;
    height: 140px;
    overflow: hidden
}

.models-card__image {
    width: auto !important;
    max-height: 100%
}

.models-card__price {
    font-size: 1em;
    font-weight: 700;
    margin-right: 10px
}

.models-card__price span {
    font-size: .7em
}

.models-card__month-pay {
    font-size: 12px;
    color: #007bff
}

.models-card__footer {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    flex-wrap: wrap
}

@media screen and (max-width: 575px) {
    .models__all {
        width: 100%
    }
}

@media screen and (max-width: 575px) {
    .models__all-container {
        background-color: #e9ecef;
        padding-top: 0.75em;
        padding-bottom: 1.3em
    }
}

.models .owl-theme .owl-dots {
    margin: 0 0 20px 0 !important
}

.card {
    border: none;
    padding-bottom: 3em
}

.card-name__inner {
    background-color: #e9ecef;
    padding: 0.4em 1.3em;
    display: flex;
    align-items: center;
    flex-wrap: wrap
}

@media screen and (max-width: 480px) {
    .card-name__inner {
        padding: 0em 0.6em 0.6em
    }
}

@media screen and (max-width: 991px) {
    .card-name {
        margin-bottom: 2.5em
    }
}

.card__title {
    margin: 0.6em 2em 0.6em 0;
    font-size: 2em;
    font-weight: 400
}

@media screen and (max-width: 991px) {
    .card__title {
        font-size: 1.3em
    }
}

.card-price-info__full-price {
    font-size: 1.3em;
    font-weight: 700;
    text-transform: uppercase;
    color: #007bff;
    margin-right: 20px
}

.card-price-info__full-price span {
    text-transform: lowercase;
    font-size: 1em
}

.card-price-info__old-price {
    font-size: 1em;
    text-transform: uppercase;
    text-decoration: line-through
}

.card-credit {
    padding: 0 0.6em 0.6em;
    border: 2px solid #007bff;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 5
}

@media screen and (max-width: 767px) {
    .card-credit {
        padding: 0.6em 1.3em 1.3em;
        margin-top: 0.6em
    }
}

.card-credit__title {
    font-weight: 700;
    font-size: 1em;
    margin-bottom: 0.1em
}

.card-credit__text {
    font-size: 1em;
    position: absolute;
    bottom: 0;
    left: 50%;
    background-color: #fff;
    padding: 0 8px;
    transform: translate(-50%, 50%);
    white-space: nowrap
}

.card-credit__btn {
    text-transform: uppercase;
    font-weight: 700;
    width: 200px;
    max-width: 100%;
    padding-top: 0.3em;
    padding-bottom: 0.3em
}

.card-view {
    width: 100%
}

@media screen and (max-width: 576px) {
    .card-view {
        margin-top: -1.3em
    }
}

.card-view__colors {
    position: relative;
    z-index: 5;
    margin: 0 auto;
    padding: 0;
    list-style: none;
    width: 285px
}

.card-view__colors:not(.owl-carousel) {
    display: flex;
    justify-content: center;
    align-items: center
}

.card-view__colors li {
    margin: 2px;
    width: 26px;
    height: 26px;
    cursor: pointer;
    padding: 2px;
    background-clip: content-box
}

.card-view__colors li.border {
    border: 1px solid #ddd
}

.card-view__colors li.active {
    outline: 1px solid #404040 !important
}

.card-view__colors .owl-nav {
    margin: 0
}

.card-view__colors .owl-nav button.owl-prev,
.card-view__colors .owl-nav button.owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 16px;
    height: 18px;
    line-height: 1;
    margin: 0
}

.card-view__colors .owl-nav button.owl-prev {
    right: 100%;
    margin-right: 13px !important
}

.card-view__colors .owl-nav button.owl-next {
    left: 100%;
    margin-left: 8px !important
}

.card-view__colors .slider-icon {
    width: 100%;
    height: 100%
}

.card-view__cars {
    text-align: center;
    display: none;
    width: 100%
}

.card-view__cars.active {
    display: block
}

.card-view__cars-img {
    max-width: 100%;
    height: auto;
    margin: 0;
    position: relative;
    z-index: 1;
    overflow: hidden
}

.card-promotion--right {
    text-align: right
}

.card-promotion__title {
    color: #007bff;
    font-size: 2em
}

@media screen and (max-width: 576px) {
    .card-promotion__title {
        font-size: 2em
    }
}

.card-promotion__title-img {
    margin-bottom: 0.5em
}

@media screen and (max-width: 576px) {
    .card-promotion__title-img {
        width: 90px;
        margin-bottom: 0.6em
    }
}

.card-promotion__separate {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 2.5em 0
}

@media screen and (max-width: 576px) {
    .card-promotion__separate {
        padding: 1em 0
    }
}

.card-promotion__separate-line {
    background-color: #e9ecef;
    height: 1px;
    width: 100%;
    margin-right: 10px;
    margin-left: 10px
}

.card-promotion__separate-img {
    height: 24px
}

.card-promotion__small-text {
    font-size: 0.75em
}

.card-promotion__text--link {
    margin-bottom: 0.3em;
    cursor: pointer
}

.card-promotion__text--link span {
    border-bottom: 1px dashed;
    transition: border-bottom-color .3s ease-in-out
}

.card-promotion__text--link:hover span {
    border-bottom-color: transparent
}

.card-promotion__header {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-top: 1.3em
}

.card-promotion__header-content {
    flex: 1 0 50%
}

.card-promotion__header-content--right {
    text-align: right
}

.card-utp {
    padding: 2em 0
}

@media screen and (max-width: 575px) {
    .card-utp {
        padding: 1em 0
    }
}

@media screen and (max-width: 480px) {
    .card-utp__item-container {
        flex: 1 0 100%;
        max-width: 100%
    }
}

.card-utp__item {
    display: flex;
    align-items: center;
    padding: 1em 0
}

.card-utp__img {
    max-width: 45px;
    max-height: 44px;
    margin-right: 0px
}

.card-utp__title {
    font-size: 1em;
    line-height: 1
}

.card-info {
    margin-bottom: 5.5em
}

@media screen and (max-width: 575px) {
    .card-info {
        margin-bottom: 0
    }
}

@media screen and (max-width: 575px) {
    .card-info .container {
        padding: 0
    }
}

.card-info__inner {
    background-color: #fff;
    padding: 1.75em
}

@media screen and (max-width: 575px) {
    .card-info__inner {
        padding: 1em
    }
}

.card-info__tabs-list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap
}

.card-info__tab {
    font-weight: 700;
    flex: 1 0 auto;
    padding: 12px 0;
    text-align: center;
    cursor: pointer;
    text-transform: uppercase;
    border-bottom: 4px solid #f1f1f1
}

.card-info__tab.active {
    font-weight: bold;
    border-color: #007bff;
    color: #007bff
}

.card-info__tab:hover {
    color: #007bff
}

@media screen and (max-width: 992px) {
    .card-info__tab {
        font-size: 1em;
        padding-left: 5px;
        padding-right: 5px
    }
}

@media screen and (max-width: 575px) {
    .card-info__tab {
        padding: 0.6em 0;
        width: 100%
    }
}

.card-info__tab-content {
    display: none
}

.card-info__tab-content.active {
    display: block
}

.card-info__title {
    margin-top: 2.8em;
    margin-bottom: 15px;
    font-weight: 700;
    font-size: 1.3em;
    line-height: normal;
    color: #404040
}

.card-info__title-icon {
    width: 10px;
    height: 10px;
    transform: rotate(90deg);
    margin-right: 10px;
    margin-bottom: 2px
}

.card-info__visible {
    display: flex;
    align-items: left;
    border-top: 1px solid #e6e9e9;
    border-bottom: 1px solid #e6e9e9;
    margin-top: -1px;
    cursor: pointer
}

.card-info__visible:hover {
    background-color: #f9f9f9
}

@media screen and (max-width: 992px) {
    .card-info__visible {
        flex-direction: column
    }
}

.card-info__visible.active {
    background-color: #e9ecef
}

.card-info__visible-link {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex: 1 0 calc(100% - 168px);
    padding: 0.6em 1em
}

.card-info__visible-link:hover,
.card-info__visible-link:focus {
    text-decoration: none
}

@media screen and (max-width: 992px) {
    .card-info__visible-link {
        width: 100%
    }
}

.card-info__visible-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-width: 100%;
    flex-wrap: wrap
}

.card-info__item-button {
    padding: 0.6em 1em;
}

.card-info__item-title {
    position: relative;
    font-weight: 400;
    line-height: normal;
    color: #404040
}

.card-info__item-title span {
    border-bottom: 1px dashed transparent
}

@media screen and (min-width: 992px) {
    .card-info__item-title {
        flex: 1 0 50%
    }
}

@media screen and (max-width: 480px) {
    .card-info__item-title {
        flex: 1 0 100%;
        margin-bottom: 0.6em
    }
}

.card-info__item-price {
    font-size: 1em;
    color: #404040
}

@media screen and (min-width: 992px) {
    .card-info__item-price {
        flex: 1 0 50%
    }
}

@media screen and (max-width: 480px) {
    .card-info__item-price {
        flex: 1 0 100%;
        text-align: left;
    }
}

.card-info__item-price-sale {
    margin-right: 10px;
    white-space: nowrap
}

.card-info__item-price-old {
    text-decoration: line-through;
    white-space: nowrap
}

.card-info-link {
    font-weight: 700;
    font-size: 0.75em;
    line-height: 1;
    padding: 0.5em;
    border-radius: 4px;
    background-color: transparent;
    text-transform: uppercase;
    border: 2px solid #007bff;
    color: #007bff
}

.card-info-link:hover {
    background-color: #007bff;
    color: #fff
}

.card-info__hidden {
    display: none;
    padding-top: 2.5em;
    padding-bottom: 2em
}

@media screen and (max-width: 575px) {
    .card-info__hidden {
        padding-top: 1em;
        padding-bottom: 1.3em
    }
}

.card-complect__items {
    column-count: 3;
    column-width: 325px;
    column-gap: 30px;
}

.card-complect__item {
    margin-bottom: 30px;
    padding: 0 15px
}

.card-complect__title {
    margin-bottom: 1.3em;
    font-weight: 700;
    font-size: 1em
}

.card-complect__content-list {
    padding: 0 0 0 1em
}

.card-complect__content li {
    margin-bottom: 3px
}

@media screen and (max-width: 575px) {
    .card-complect__content li {
        font-size: 14px
    }
}

.card-complect__content li:last-child {
    margin-bottom: 0
}

.card-char {
    padding: 20px 0;
    overflow-x: auto
}

.card-char__table,
.card-char__table-top {
    width: 100%;
    border-collapse: collapse
}

.card-char__table td,
.card-char__table-top td {
    border-bottom: 1px solid #d8d9d9;
    padding: 10px 15px;
    text-align: center;
    color: #404040;
    font-size: 14px;
    line-height: 14px
}

.card-char__table td:first-child,
.card-char__table-top td:first-child {
    text-align: left
}

.card-char__table tr:last-child td,
.card-char__table-top tr:last-child td {
    border-bottom: none
}

.card-char__title {
    font-weight: bold;
    background-color: #e9ecef
}

.card-char__title-row td {
    background-color: #e9ecef
}

.card-char__mod {
    font-weight: bold;
    background-color: #e9ecef;
    color: #fff
}

.card-includes {
    margin-top: 4.25em
}

@media screen and (max-width: 575px) {
    .card-includes {
        margin-top: 1em
    }
}

.car-info__visible:hover .car-info__item-title span,
.car-info__visible.active .car-info__item-title span {
    border-color: #404040
}

.car-info__visible:hover .card-info__item-price {
    color: #007bff
}

@media screen and (max-width: 767px) {
    .car-info__item-title {
        padding-right: 1.3em
    }
}

@media screen and (max-width: 480px) {
    .car-info__tab {
        width: 100%;
        padding-top: 0.6em;
        padding-bottom: 0.75em
    }
    .car-info__title {
        font-size: 1em
    }
}

.car-gallery__item {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    overflow: hidden;
    margin: 0 5px 10px
}

@media screen and (min-width: 768px) {
    .car-gallery {
        display: flex;
        flex-wrap: wrap;
        padding: 20px 0;
        text-align: center
    }
    .car-gallery .car-gallery__item img {
        max-width: 260px;
        width: auto
    }
    .car-gallery__item {
        width: 32%
    }
}

@media screen and (min-width: 991px) {
    .car-gallery__item {
        width: 24%
    }
}

@media screen and (max-width: 768px) {
    .car-gallery .car-gallery__item img {
        margin: 0 auto
    }
}

.about-company__image-side img {
    max-width: 100%
}

.about-company__title {
    margin-bottom: 0.75em
}

.about-company-gallery {
    padding: 4.25em 0
}

.about-company-gallery__item {
    margin-bottom: 10px
}

.about-company-gallery__title {
    font-size: 1.3em;
    font-weight: 700;
    margin-bottom: .7em
}

.about-company-gallery__item {
    display: block;
    width: 100%;
    overflow: hidden
}

.about-company-gallery__img {
    max-width: 100%
}

.about-company-info {
    padding-top: 4.875em;
    font-size: 1em
}

.about-company-info__title {
    font-size: 1.625em;
    line-height: 1;
    margin-bottom: .8em;
    font-weight: 700
}

.about-company-info__inner {
    padding-bottom: 2.5em
}

.about-company-info__list {
    padding-left: 0
}

.about-company-info__list li {
    margin-left: 1em;
    margin-bottom: 8px
}

@media screen and (min-width: 768px) {
    .about-company__image-side {
        background-size: 100%
    }
}

@media screen and (min-width: 991px) {
    .about-company__image-side {
        background-size: 100%
    }
    .about-company-info__list {
        display: inline-block;
        vertical-align: top;
        padding-right: 2.5em
    }
    .about-company-info__list--long {
        width: 55%
    }
    .about-company-info__list--short {
        width: 44%
    }
}

@media screen and (min-width: 1200px) {
    .about-company__text-side {
        padding-top: 2.375em;
        padding-bottom: 1.3em
    }
}

@media screen and (max-width: 991px) {
    .about-company-info__title {
        font-size: 1.3em
    }
}

@media screen and (max-width: 767px) {
    .about-company__image-side {
        display: none
    }
    .about-company-info {
        padding-top: 2em
    }
    .about-company-gallery {
        padding: 2em 0
    }
    .about-company-gallery__item {
        padding-top: 9px;
        padding-bottom: 9px
    }
    .about-company__text-side {
        padding: 2em 15px
    }
}

@media screen and (max-width: 575px) {
    .about-company__text-side {
        padding-top: 0
    }
}

.main-credit-info {
    margin-bottom: 3em;
    margin-top: 5em
}

@media screen and (max-width: 991px) {
    .main-credit-info {
        margin-bottom: 2em;
        margin-top: 2.5em
    }
}

@media screen and (max-width: 575px) {
    .main-credit-info {
        margin-top: 0
    }
}

.main-credit-info__title {
    font-size: 1.3em;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 2em
}

.main-credit-info__brands {
    display: flex;
    align-items: center;
    flex-wrap: wrap
}

.main-credit-info__brands-item {
    width: 25%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 1.3em
}

@media screen and (min-width: 1200px) {
    .main-credit-info__brands-item:nth-child(-n+4) {
        margin-bottom: 42px
    }
}

@media screen and (max-width: 1199px)and (min-width: 992px) {
    .main-credit-info__brands-item {
        width: 33.33%;
        margin-bottom: 1.75em
    }
}

@media screen and (max-width: 991px)and (min-width: 768px) {
    .main-credit-info__brands-item {
        width: 50%;
        margin-bottom: 2em
    }
}

@media screen and (max-width: 575px) {
    .main-credit-info__brands-item {
        margin-bottom: 0;
        margin-top: 1em;
        width: 25%;
        flex-direction: column;
        align-items: center
    }
}

.main-credit-info__brands-img {
    max-width: 40px
}

@media screen and (max-width: 575px) {
    .main-credit-info__brands-img {
        max-width: 34px;
        max-height: 30px;
        margin-bottom: 0.6em
    }
}

@media screen and (min-width: 576px) {
    .main-credit-info__brands-content {
        width: calc(100% - 51px)
    }
}

.main-credit-info__brands-title {
    font-size: 1em;
    font-weight: 700
}

@media screen and (max-width: 575px) {
    .main-credit-info__brands-title {
        font-size: 12px
    }
}

.main-credit-info__brands-text {
    color: #767676;
    font-size: 0.6875em;
    font-weight: 700
}

.main-credit-info__utp {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 1em
}

.main-credit-info__utp-item {
    width: 50%;
    margin-bottom: 1em
}

@media screen and (max-width: 991px)and (min-width: 768px) {
    .main-credit-info__utp-item {
        width: 100%
    }
}

@media screen and (max-width: 480px) {
    .main-credit-info__utp-item {
        width: 100%
    }
}

.main-credit-info__utp-img {
    width: 18px;
    height: 16px
}

.main-credit-info__utp-text {
    width: calc(100% - 25px);
    display: inline-block;
    padding-left: 5px;
    vertical-align: middle;
    font-size: 1em
}

.credit-info {
    margin-top: 3.75em
}

@media screen and (max-width: 575px) {
    .credit-info {
        margin-top: 1.3em
    }
}

.credit-info__list {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap
}

.credit-info__list-item {
    width: 50%;
    margin-bottom: 1em;
    padding-right: 10px
}

@media screen and (min-width: 1200px) {
    .credit-info__list-item {
        flex: 1 0 auto
    }
}

@media screen and (max-width: 991px) {
    .credit-info__list-item {
        width: 100%
    }
}

.credit-info__list-img {
    width: 18px;
    height: 16px
}

.credit-info__list-text {
    width: calc(100% - 25px);
    display: inline-block;
    padding-left: 5px;
    vertical-align: middle;
    font-size: 1em
}

.credit-info__simple-content {
    margin-bottom: 1.3em
}

.credit-info__simple-title {
    font-weight: 700;
    margin-bottom: 1.3em
}

.credit-info__simple-text {
    margin-bottom: 0.75em;
    font-size: 1em
}

.call-back-section {
    background-color: #007bff;
    padding: 2em 0 1.3em
}

.call-back-section__img {
    width: 105px;
    vertical-align: middle
}

.call-back-section__title {
    font-family: 'TTNorms-Regular', sans-serif;
    font-size: 1.9375em;
    font-weight: 700;
    line-height: 1.1
}

.call-back-section__text {
    font-size: 1em
}

.call-back-section__form {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.call-back-section__form-input {
    border-color: transparent
}

.call-back-section__form-input input {
    border-color: #fff
}

@media screen and (min-width: 481px) {
    .call-back-section__content {
        display: inline-block;
        width: calc(100% - 112px);
        vertical-align: middle;
        padding-left: 35px
    }
    .call-back-section__form-input {
        margin-right: 16px;
        width: calc(100% - 204px)
    }
    .call-back-section__form-btn {
        width: 204px
    }
}

@media screen and (max-width: 991px) {
    .call-back-section__form {
        width: 550px;
        max-width: 100%;
        margin: 20px auto 0
    }
}

@media screen and (max-width: 575px) {
    .call-back-section__img {
        width: 80px
    }
}

@media screen and (max-width: 480px) {
    .call-back-section__img {
        display: none
    }
    .call-back-section__form {
        flex-wrap: wrap
    }
    .call-back-section__form-input {
        margin-bottom: 0.6em;
        width: 100%
    }
    .call-back-section__form-btn {
        width: 100%
    }
    .call-back-section__title {
        font-size: 25px;
        margin-bottom: 10px
    }
    .call-back-section {
        margin-top: 0
    }
}

.slider-controller {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.slider-controller .owl-prev,
.slider-controller .owl-next {
    border: 1px solid #d8d9d9;
    background-color: transparent;
    height: 43px;
    width: 43px;
    line-height: 1;
    border-radius: 4px;
    margin-left: 10px;
    z-index: 3;
    position: relative;
    text-align: center
}

.slider-controller .owl-prev:hover,
.slider-controller .owl-next:hover {
    background-color: #d8d9d9
}

.slider-controller .owl-prev.disabled,
.slider-controller .owl-next.disabled {
    opacity: .7
}

.slider-controller .owl-prev .slider-icon,
.slider-controller .owl-next .slider-icon {
    fill: #676b6b;
    width: 13px;
    height: 13px;
    pointer-events: none
}

@media screen and (max-width: 575px) {
    .slider-controller {
        margin-top: 1.3em
    }
    .slider-controller__btn {
        width: 100%
    }
    .slider-controller .owl-nav {
        width: 94px;
        display: none
    }
    .slider-controller .owl-prev,
    .slider-controller .owl-next {
        height: 36px;
        width: 36px;
        line-height: 34px
    }
    .slider-controller .owl-prev .slider-icon,
    .slider-controller .owl-next .slider-icon {
        width: 10px;
        height: 10px
    }
}

@media screen and (max-width: 575px) {
    .special-offers {
        margin-bottom: 1em
    }
}

.special-offers__header {
    padding-bottom: 2.5em;
    padding-top: 2.5em
}

@media screen and (min-width: 575px) {
    .special-offers__header {
        padding-bottom: 1.3em
    }
}

@media screen and (min-width: 575px) {
    .special-offers__carousel {
        margin-right: -7px;
        margin-left: -7px;
        width: calc(100% + 14px)
    }
}

.special-offers-card {
    height: 100%;
    display: block;
    color: #404040;
    margin-bottom: 1em;
    padding-left: 7px;
    padding-right: 7px
}

.special-offers-card:hover,
.special-offers-card:focus {
    text-decoration: none
}

@media screen and (max-width: 575px) {
    .special-offers-card {
        padding: 0;
        margin: 0
    }
}

.special-offers-card__inner {
    height: 100%;
    padding: 1.3em;
    background-color: #e9ecef;
    background: linear-gradient(to bottom, #fff 0%, #fff 55%, #e9ecef 55%, #e9ecef 100%);
    border-top: 3px solid #e9ecef;
    transition: background .4s ease-in-out;
    display: flex;
    flex-flow: column;
    justify-content: space-between;
}

.special-offers-card__inner:hover {
    background: linear-gradient(to bottom, #e9ecef 0%, #e9ecef 100%)
}

@media screen and (min-width: 1200px) {
    .special-offers-card__inner {
        padding: 2em 2em 1em;
    }
}

.special-offers-card__header {
    margin-bottom: 0.6em;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.special-offers-card__complect {
    font-weight: 700
}

@media screen and (max-width: 1300px)and (min-width: 992px) {
    .special-offers-card__complect {
        width: 100%
    }
}

@media screen and (max-width: 767px) {
    .special-offers-card__complect {
        width: 100%
    }
}

.special-offers-card__name {
    font-size: 1.3em;
    line-height: 20px;
    font-weight: 700;
}
.special-offers-card__name .small{
    font-size: 0.6em;
    line-height: 15px;
}

.special-offers-card__text {
    display: flex;
    align-items: center;
    font-weight: 700;
    font-size: 12px
}

@media screen and (max-width: 1300px)and (min-width: 992px) {
    .special-offers-card__text {
        flex-wrap: wrap
    }
}

@media screen and (max-width: 767px) {
    .special-offers-card__text {
        flex-wrap: wrap
    }
}

.special-offers-card__text-separate {
    margin: 0 10px;
    height: 11px;
    width: 1px;
    background-color: #404040
}

@media screen and (max-width: 1300px)and (min-width: 992px) {
    .special-offers-card__text-separate {
        display: none
    }
}

@media screen and (max-width: 767px) {
    .special-offers-card__text-separate {
        display: none
    }
}

.special-offers-card__image-container {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 0.6em
}

.special-offers-card__image {
    width: auto !important
}

.special-offers-card__price {
    font-size: 1.3em;
    font-weight: 700;
}

.special-offers-card__price span {
    font-size: .7em
}

.special-offers-card__month-pay {
    font-size: 12px;
    color: #007bff;
}

@media screen and (min-width: 480px) {
    .special-offers-card__month-pay {
        border: 1px solid #007bff;
        border-radius: 4px;
        padding: 5px 5px;
        margin-right: -5px;
    }
}

.special-offers-card__footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap
}

@media screen and (max-width: 575px) {
    .special-offers__all {
        width: 100%
    }
}

@media screen and (max-width: 575px) {
    .special-offers__all-container {
        background-color: #e9ecef;
        padding-top: 0.75em;
        padding-bottom: 1.3em
    }
}

.special-offers .owl-theme .owl-dots {
    margin: 0 0 20px 0 !important
}

.special-offers .owl-stage {
    display: flex
}

.special-offers .owl-item {
    min-height: 100%;
    padding-bottom: 10px
}

.contact-page__text {
    font-size: 1.3em;
    color: #404040;
    font-weight: 400
}

@media screen and (max-width: 767px) {
    .contact-page__text {
        margin-bottom: 1em;
        font-size: 1em
    }
}

.contact-page__contacts {
    margin-bottom: 1em;
    margin-top: 1.3em
}

@media screen and (min-width: 768px) {
    .contact-page__contacts {
        margin-bottom: 2.5em;
        margin-top: 3em
    }
}

.contact-page__map {
    min-height: 360px;
    height: 100%;
    width: 100%;
    margin-bottom: 10px
}

.contact-page-info {
    padding: 1.3em
}

@media screen and (min-width: 481px) {
    .contact-page-info {
        padding: 2.5em 3.75em
    }
}

@media screen and (min-width: 992px) {
    .contact-page-info {
        height: 180px
    }
}

.contact-page-info--popup {
    display: flex;
    align-items: center;
    background: url("../img/bg-light.png") 0 0 no-repeat;
    background-size: cover;
    margin-bottom: 10px
}

@media screen and (max-width: 480px) {
    .contact-page-info--popup {
        flex-wrap: wrap
    }
}

.contact-page-info--call-back {
    background: url("../img/call-back.png") right top no-repeat;
    background-size: cover
}

@media screen and (max-width: 480px) {
    .contact-page-info--call-back {
        background-position-x: left
    }
}

@media screen and (min-width: 481px) {
    .contact-page-info__content {
        padding-left: 1.3em
    }
}

.contact-page-info__border-title {
    font-size: 1.3em;
    font-weight: 400;
    border-left: 8px solid #007bff;
    padding-left: 20px
}

@media screen and (max-width: 480px) {
    .contact-page-info__border-title {
        margin-bottom: 1em
    }
}

.contact-page-info__title {
    font-size: 1.3em;
    margin-bottom: .8em
}

.contact-page-info__btn {
    color: #007bff;
    text-decoration: underline;
    font-size: 13px
}

.contact-page-info__form {
    display: flex;
    width: 378px;
    max-width: 100%
}

@media screen and (max-width: 480px) {
    .contact-page-info__form {
        flex-wrap: wrap
    }
}

.contact-page-info__form-input {
    width: calc(100% - 160px)
}

@media screen and (min-width: 481px) {
    .contact-page-info__form-input {
        margin-right: 10px
    }
}

@media screen and (max-width: 480px) {
    .contact-page-info__form-input {
        width: 100%;
        margin-bottom: 10px
    }
}

.contact-page-info__form-btn {
    font-size: 12px;
    font-weight: 400;
    padding: 0.6em 1em;
    align-self: flex-start
}

@media screen and (max-width: 480px) {
    .contact-page-info__form-btn {
        width: 100%
    }
}

.contact-page-info-container {
    padding: 0 5px
}

.bx-yandex-view-layout,
.bx-yandex-view-map {
    height: 100%
}

.sidebar {
    background-color: #e9ecef;
    padding: 15px;
    margin-bottom: 1.3em
}

.sidebar__inner {
    background-color: #fff;
    padding: 2.8em 2.5em
}

.sidebar__title {
    font-size: 1em;
    font-family: 'TTNorms-Regular', sans-serif;
    font-weight: 700;
    margin-bottom: 1em
}

.sidebar__item {
    display: block;
    color: #404040
}

.sidebar__item:hover,
.sidebar__item:focus {
    color: #404040
}

.sidebar__item:hover span,
.sidebar__item:focus span {
    position: relative;
    text-decoration: underline;
    padding-right: 30px;
    background: url("../img/arrow-right.svg") right center no-repeat;
    background-size: 15px
}

.sidebar__item.active {
    font-weight: 700
}

.sidebar__item:not(:last-child) {
    margin-bottom: 1em
}

@media screen and (max-width: 991px) {
    .sidebar {
        display: none
    }
}

.pagination {
    justify-content: center;
    width: auto;
    max-width: 100%;
    margin: 50px auto;
    padding-bottom: 8px
}

.pagination-numbers {
    padding-left: 15px;
    padding-right: 15px;
    display: inline-block
}

.pagination-numbers__item {
    font-size: 1em;
    color: #797979;
    margin: 0 5px;
    padding: 8px;
    font-family: 'TTNorms-Regular', sans-serif;
}

.pagination-numbers__item.active,
.pagination-numbers__item:hover,
.pagination-numbers__item:focus {
    color: #404040;
    border-bottom: 2px solid #007bff
}

.pagination__btn {
    display: inline-block
}

.pagination__btn-icon {
    width: 12px;
    height: 12px
}

.percent-block {
    display: flex;
    margin-bottom: 2em
}

@media screen and (max-width: 992px) {
    .percent-block {
        margin-bottom: 1em
    }
}

@media screen and (max-width: 768px) {
    .percent-block {
        justify-content: center
    }
}

.percent-block__separate {
    padding: 0 38px
}

.percent-block__separate span {
    display: block;
    width: 3px;
    height: 100%;
    background-color: #007bff
}

@media screen and (min-width: 992px) {
    .percent-block__separate span {
        min-height: 63px
    }
}

.percent-block__big-text {
    font-size: 3em;
    font-weight: 700;
    line-height: 1
}

@media screen and (max-width: 991px) {
    .percent-block__big-text {
        font-size: 2.4em
    }
}

.percent-block__big-text span {
    font-size: .6em
}

.percent-block__small-text {
    font-size: 18px;
    color: rgba(0, 0, 0, .5);
    line-height: 1;
    font-weight: 700;
    margin-top: 5px
}

@media screen and (max-width: 991px) {
    .percent-block__small-text {
        font-size: 1em
    }
}

.sidebar-brands {
    background-color: #e9ecef;
    z-index: 9;
    margin-top: 2.5em
}

.sidebar-brands-container {
    width: 253px
}

.list {
    display: none;
}

@media screen and (max-width: 992px) {
    .sidebar-brands-container {
        width: auto;
        display: none;
    }
    .list {
        display: block;
    }
    .site-main>div>.reverse-mob {
        flex-direction: column-reverse;
    }
}

.sidebar-brands__title {
    font-size: 1em;
    padding: 1.3em 0.6em;
    text-align: center
}

.sidebar-brands__list {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    overflow: hidden;
    transition: height .35s ease-in-out;
    margin-bottom: 0
}

.sidebar-brands__item {
    width: 50%;
    border-top: 1px solid #d8d9d9;
    border-bottom: 1px solid #d8d9d9
}

.sidebar-brands__item:not(:nth-child(2n)) {
    border-right: 1px solid #d8d9d9
}

.sidebar-brands__item:not(:nth-child(-n+2)) {
    margin-top: -1px
}

.sidebar-brands__content {
    display: block;
    padding: 1em;
    text-align: center
}

.sidebar-brands__content:hover .sidebar-brands__image {
    max-width: 40px
}

.sidebar-brands__content.active {
    position: relative
}

.sidebar-brands__content.active:before {
    content: "";
    display: block;
    position: absolute;
    top: 8px;
    right: 8px;
    width: 10px;
    height: 10px;
    background-color: #007bff;
    border-radius: 50%
}

.sidebar-brands__logo {
    max-width: 30px;
    margin: 0 auto 5px;
    height: 33px;
    display: flex;
    justify-content: center;
    align-items: center
}

.sidebar-brands__image {
    max-width: 100%;
    transition: max-width .3s ease
}

.sidebar-brands__text {
    color: #404040;
    font-size: 12px
}

.sidebar-brands__more:not(.sidebar-brands__more--open) .sidebar-brands__more-text {
    display: none
}

.star-list__item {
    width: 20px;
    height: 20px;
    color: #ababab;
    fill: transparent
}

.star-list__item.hover,
.star-list__item.selected,
.star-list__item.active {
    color: #ffc800;
    fill: #ffc800
}

#review-form .star-list__item {
    cursor: pointer
}

.bu-car {
    padding-top: 1.3em;
    padding-bottom: 2em
}

@media(max-width: 757px) {
    .bu-car {
        padding-top: 0
    }
}

.bu-car-gallery {
    position: relative
}

.bu-car-gallery__sticker {
    display: flex;
    align-items: center;
    text-align: center;
    background-color: #28a745;
    color: #fff;
    font-weight: 400;
    padding: 0 10px;
    height: 32px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10
}

.bu-car-gallery__sticker svg {
    width: 20px;
    height: 20px;
    margin-right: 8px;
    fill: currentColor
}

@media(min-width: 1200px) {
    .bu-car-gallery__carousel {
        overflow: hidden
    }
}

.bu-car-gallery__carousel .owl-nav [class*=owl-] {
    width: 50px;
    height: 50px;
    background-color: #fff !important;
    color: #404040;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center
}

@media(max-width: 575px) {
    .bu-car-gallery__carousel .owl-nav [class*=owl-] {
        width: 30px;
        height: 30px
    }
}

.bu-car-gallery__carousel .owl-nav .owl-prev {
    left: 15px
}

.bu-car-gallery__carousel .owl-nav .owl-next {
    right: 15px
}

.bu-car-gallery__carousel .owl-nav .slider-icon {
    width: 45%;
    height: 45%
}

.bu-car-gallery__previews {
    margin-top: 10px
}

@media(max-width: 575px) {
    .bu-car-gallery__previews {
        display: none !important
    }
}

.owl-item .bu-car-gallery__previews-item {
    border: 2px solid transparent
}

.owl-item.current .bu-car-gallery__previews-item {
    border-color: #007bff
}

.bu-car__title {
    font-size: 1.5em
}

.bu-car-color {
    font-size: 1em;
    margin-right: 10px
}

.bu-car-owner {
    color: #55bb01;
    display: inline-flex;
    align-items: center;
    font-size: 1em;
    font-weight: 700
}

.bu-car-owner__icon {
    width: 16px;
    height: 18px;
    fill: currentColor;
    margin-right: 10px
}

.bu-car-top {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 25px
}

.bu-car-price {
    font-family: 'TTNorms-Regular', sans-serif;
    line-height: 1.3;
    font-weight: 700;
    padding-right: 15px;
    min-width: 100%
}

@media(min-width: 576px) {
    .bu-car-price {
        min-width: 0
    }
}

.bu-car-price__current {
    font-size: 1.5em;
    margin-right: 15px
}

.bu-car-price__old {
    font-size: 1em;
    text-decoration: line-through;
    color: rgba(0, 0, 0, .5);
    display: block
}

.bu-car-price__month-pay {
    color: #007bff
}

.bu-car-credit {
    color: #007bff;
    line-height: 1.3
}

@media(min-width: 576px) {
    .bu-car-credit {
        padding-left: 20px;
        position: relative
    }
    .bu-car-credit::before {
        content: "";
        display: block;
        position: absolute;
        left: 0;
        top: 5px;
        height: calc(100% - 10px);
        border-left: 1px solid rgba(0, 0, 0, .1)
    }
}

.bu-car-credit__percent {
    font-size: 24px;
    font-weight: 700
}

.bu-car-credit__monthly {
    font-size: 18px;
    font-weight: 700
}

@media(min-width: 992px) {

}

@media(max-width: 991px) {
    .bu-car-info {
        margin-top: 1.3em
    }
}

.bu-car-info__btn {
    margin-top: 1.3em;
    margin-bottom: 0.6em
}

@media(max-width: 420px) {
    .bu-car-info__btn {
        width: 100%;
        margin-bottom: 0
    }
}

.bu-car-info__list {
    margin-bottom: 2.5em
}

@media(max-width: 1199px) {
    .bu-car-info__list {
        margin-bottom: 2em
    }
}

.bu-car-info__list-icon {
    width: 20px;
    height: 20px;
    fill: #55bb01;
    margin-right: 10px
}

.bu-car-info__list-item {
    font-size: 1em;
    display: flex;
    align-items: center;
    margin-bottom: 10px
}

.bu-car-info__list-item span {
    width: calc(100% - 20px)
}

.bu-car-info-stock {
    margin-bottom: 1.3em
}

.bu-car-info-stock__item {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    font-size: 1em;
    margin-bottom: 7px
}

.bu-car-info-stock__item-title {
    font-family: 'TTNorms-Regular', sans-serif;
    font-weight: 700
}

.bu-car-info-stock__item-text {
    color: #007bff;
    font-weight: 400
}

.bu-car-info-stock__item-separate {
    height: 1px;
    background-color: #d8d9d9;
    background-clip: content-box;
    padding: 0 5px;
    flex-grow: 1
}

.bu-car-info-stock__small-text {
    font-size: 0.8125em
}

.bu-car-characteristic {
    margin-bottom: 1.3em;
    margin-top: 1.3em
}

.bu-car-characteristic-sets {
    margin-bottom: 40px
}

.bu-car-characteristic-sets .h2 {
    margin-top: 0em;
    margin-bottom: 0.5em;
}

@media(min-width: 992px) {
    .bu-car-characteristic-sets {
        margin-bottom: 0
    }
}

.bu-car-characteristic__item {
    display: flex;
    align-items: center;
    margin-bottom: 1.3em
}

@media(max-width: 575px) {
    .bu-car-characteristic__item {
        margin-bottom: 0.6em
    }
}

.bu-car-characteristic__item-content {
    width: calc(100% - 20px);
}

.bu-car-characteristic__item-icon {
    max-width: 20px;
    max-height: 20px
}

.bu-car-characteristic__item-title {
    font-size: 12px;
    font-weight: bold;
}

.bu-car-characteristic__item-text {
    font-size: 1em;
    font-weight: 400
}

.bu-car-gifts h3 {
    margin-top: 0
}

.bu-car-gifts__item {
    height: 100%;
    background-color: #e9ecef;
    padding: 0.6em 1em;
}

@media(min-width: 420px) {
    .bu-car-gifts__item {
        display: flex;
        align-items: center
    }
}

@media(min-width: 576px) {
    .bu-car-gifts__item {

        min-height: 100px
    }
}

.bu-car-gifts__item-container {
    margin-bottom: 16px
}

.bu-car-gifts__img {
    max-width: 60px;
    margin: 0 auto;
    display: block
}

@media(min-width: 1200px) {
    .bu-car-gifts__img-container {
        width: 78px
    }
}

@media(max-width: 1199px)and (min-width: 992px) {
    .bu-car-gifts__img-container {
        width: 50px
    }
}

@media(max-width: 575px) {
    .bu-car-gifts__img-container {
        width: 50px
    }
}

@media(max-width: 421px) {
    .bu-car-gifts__img-container {
        margin-bottom: 10px
    }
}

.bu-car-gifts__text {
    font-family: 'TTNorms-Regular', sans-serif;
    font-weight: 700;
    font-size: 1em;
    margin-left: 15px;
}

@media(min-width: 1200px) {
    .bu-car-gifts__text {
        width: calc(100% - 140px)
    }
}

@media(min-width: 576px) {
    .bu-car-gifts__text {
        padding-left: 10px
    }
}

@media(max-width: 350px) {
    .bu-car-gifts__text {
        font-size: 13px
    }
}

.bu-car-change {
    padding: 1em 0 2em
}

@media(max-width: 991px) {
    .bu-car-change {
        padding: 0.6em 0 0
    }
}

.bu-car-change__text {
    font-size: 1em;
    margin-bottom: 5px
}

.bu-car-change__img {
    max-width: 100%
}

@media(max-width: 1199px)and (min-width: 992px) {
    .bu-car-change__img {
        display: none
    }
}

@media(max-width: 690px) {
    .bu-car-change__img {
        display: none
    }
}

@media(max-width: 575px) {
    .bu-car-change .btn {
        width: 100%
    }
}

@media(min-width: 480px) {
    .bu-car-sets__blocks {
        column-count: 2;
        column-gap: 30px
    }
}

.bu-car-sets__content {
    display: inline-block;
    width: 100%;
    margin-top: 10px
}

.bu-car-sets__list {
    padding: 0;
    margin: 0 0 1em 0
}

@media(max-width: 992px) {
    .bu-car-sets__list {
        margin-bottom: 1.3em
    }
}

@media(max-width: 575px) {
    .bu-car-sets__list {
        margin-bottom: 5px
    }
}

.bu-car-sets__list__title {
    margin-bottom: 10px
}

.bu-car-sets__list-item {
    list-style: none;
    font-size: 1em;
    margin-bottom: 5px
}

.bu-car-description {
    margin-bottom: 2em
}

.bu-car-collapse-button {
    cursor: pointer
}

.bu-car-collapse-button::after {
    content: "";
    display: inline-block;
    width: 18px;
    height: 18px;
    background: url("../img/down-arrow.svg") no-repeat center;
    background-size: cover;
    vertical-align: middle;
    margin-left: 18px;
    transition: transform .15s ease-in-out
}

.bu-car-collapse-button.active::after {
    transform: scaleY(-1)
}

.bu-models {
    min-width: 100%
}

.bu-models-sort {
    margin-left: auto;
    margin-bottom: 25px
}

@media(max-width: 575px) {
    .bu-models-sort {
        padding-left: 0;
        min-width: 100%
    }
}

.bu-models-sort__inner {
    display: flex;
    font-size: 15px
}

.bu-models-sort__text {
    margin-left: 4px;
    position: relative;
    color: #404040
}

.bu-models-sort__text::after {
    content: "";
    display: inline-block;
    background: url("../img/arrow-line.svg") no-repeat center;
    height: 16px;
    width: 9px;
    position: relative;
    top: 2px;
    margin-left: 4px
}

.bu-models-sort__text.-asc::after {
    transform: scaleY(-1)
}

.bu-models-categories {
    display: flex;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
    margin-top: 1em
}

.bu-models-categories__item {
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 8px
}

.bu-models-categories__item:hover,
.bu-models-categories__item:focus {
    text-decoration: none;
    color: #007bff
}

.bu-models-categories__item-text {
    font-weight: 700
}

.bu-models-categories__item:hover .bu-models-categories__item-text,
.bu-models-categories__item:focus .bu-models-categories__item-text {
    color: #007bff;
    text-decoration: underline
}

.bu-models-categories__item-number {
    color: #404040
}

.bu-models-card {
    display: flex;
    color: #404040;
    margin-bottom: 3em;
}

.bu-models-card__inner {
    width: 100%;
    position: relative;
    padding-bottom: 25px;
    font-size: 13px;
}

.bu-models-card__inner>.row--small-margin {
    position: absolute;
    left: 15px;
    bottom: 0;
    width: 100%;
}

.owl-carousel .bu-models-card {
    max-width: 275px
}

.bu-models-card__head {
    position: relative;
    border: 1px solid #d8d9d9;
    margin-bottom: 1.3em
}

.bu-models-card__label {
    display: inline-block;
    position: absolute;
    top: 1px;
    right: 0;
    background-color: #007bff;
    color: #fff;
    text-transform: uppercase;
    font-size: 1em;
    font-weight: 700;
    padding: 0.3em
}

.bu-models-card__image-container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 212px
}

@media(max-width: 767px) {
    .bu-models-card__image-container {
        height: 280px
    }
}

@media(max-width: 575px) {
    .bu-models-card__image-container {
        height: 60vw
    }
    .owl-carousel .bu-models-card {
        max-width: 100%;
    }
}

.bu-models-card__image {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center
}

.bu-models-card__sticker {
    display: flex;
    align-items: center;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #fff;
    border-radius: 0 42px 0 0;
    padding: 0.1em 1em 0.1em 0.3em;
    width: 100%;
    border-radius: 0;
    justify-content: center;
}

.bu-models-card__sticker-icon {
    width: 18px;
    height: 16px;
    fill: #007bff;
    margin-right: 6px
}

.bu-models-card__sticker-text {
    font-size: 12px;
    font-weight: 700
}

.bu-models-card__name {
    display: block;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    height: 2.5em;
    margin-bottom: 0;
}

.bu-models-card__text {
    margin-bottom: 2.3em
}

.bu-models-card-bottom__content {
    display: flex;
    justify-content: center;
    flex-direction: column
}

.bu-models-card__price {
    font-size: 1em;
    font-weight: 400;
    font-weight: bold;
    font-size: 14px;
}

.bu-models-card__price span {
    font-size: .9em
}

.bu-models-card__old-price {
    text-decoration: line-through;
    margin: 4px 0
}

.bu-models-card__important {
    color: #fff;
    top: 13px;
    font-weight: 400;
    position: absolute;
    right: 10px;
    background-color: #c91a1a;
    border-radius: 5px;
    padding: 2px 5px;
    border: 1px solid;
    font-size: 10px;
}

.bu-models-card__important span {
    font-size: .9em
}

.bu-models__pagination {
    font-size: 13px
}

.bu-models .owl-carousel .owl-nav {
    margin: 0;
    position: absolute;
    top: -90px;
    right: -15px;
    display: flex;
    justify-content: space-between;
    align-items: center
}

@media(max-width: 639px) {
    .bu-models .owl-carousel .owl-nav {
        top: -77px
    }
}

.bu-models .owl-carousel .owl-nav>[class*=owl-] {
    width: 48px;
    height: 48px;
    color: #404040;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    outline: none;
    transition: transform .35s linear
}

.bu-models .owl-carousel .owl-nav>[class*=owl-] .slider-icon {
    width: 25px;
    height: 15px;
    fill: currentColor
}

.catalog-filter {
    background-color: #e9ecef;
    margin-top: 1.3em
    margin-bottom: 1.3em
}

@media(min-width: 576px) {
    .catalog-filter {
        display: block !important
    }
}

@media(max-width: 575px) {
    .catalog-filter {
        display: none
    }
}

.catalog-filter .form-group {
    margin-bottom: 0;
    padding-bottom: 25px
}

.catalog-filter .select2-container--default .select2-selection--single {
    padding: 0 5px
}

@media(min-width: 768px) {
    .catalog-filter__container {
        flex: 0 0 20%;
        max-width: 20%
    }
}

.catalog-filter__container--more {
    display: none
}

@media(max-width: 991px)and (min-width: 768px) {
    .catalog-filter__container--more:nth-child(6) {
        display: block !important;
        height: auto !important
    }
}

.catalog-filter__container--btn {
    flex: 0 0 100%;
    max-width: 100%
}

@media(max-width: 991px) {
    .catalog-filter__container--btn {
        order: 1;
        flex: 0 0 70%;
        max-width: 70%
    }
    .bu-car-sets__blocks {
        column-count: 1;
    }
}

@media(max-width: 575px) {
    .catalog-filter__container--btn {
        order: 1;
        flex: 0 0 100%;
        max-width: 100%
    }
}

@media(min-width: 992px) {
    .catalog-filter__container--btn.full {
        flex: 0 0 80%;
        max-width: 80%
    }
}

.catalog-filter__container--btn.full .catalog-filter__buttons-icon--open {
    display: none
}

.catalog-filter__container--btn.full .catalog-filter__buttons-icon--close {
    display: inline-block
}

@media(max-width: 991px) {
    .catalog-filter__container--submit {
        order: 1;
        flex: 0 0 30%;
        max-width: 30%
    }
}

@media(max-width: 575px) {
    .catalog-filter__container--submit {
        order: 1;
        flex: 0 0 100%;
        max-width: 100%
    }
}

.catalog-filter__buttons {
    position: relative
}

.catalog-filter__buttons.form-group {
    padding-bottom: 38px
}

.catalog-filter__buttons:before {
    content: "";
    position: absolute;
    top: 13px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #c3c5c5
}

.catalog-filter__buttons-link {
    border: 0;
    background-color: #e9ecef;
    font-size: 1em;
    display: inline-flex;
    align-items: center;
    position: relative;
    z-index: 2;
    transition: color .35s ease
}

.catalog-filter__buttons-link:hover {
    color: #007bff
}

.catalog-filter__buttons-link:active,
.catalog-filter__buttons-link:focus {
    outline: none
}

.catalog-filter__buttons-icon {
    max-width: 20px;
    min-width: 13px;
    height: 15px;
    margin-right: 10px
}

.catalog-filter__buttons-icon--open {
    display: inline-block
}

.catalog-filter__buttons-icon--close {
    display: none
}

.catalog-filter__sections {
    margin-top: -10px;
    padding-bottom: 38px;
    column-count: 6;
    column-gap: 30px
}

@media(max-width: 991px) {
    .catalog-filter__sections {
        column-count: 4
    }
}

@media(max-width: 767px) {
    .catalog-filter__sections {
        column-count: 3
    }
}

@media(max-width: 575px) {
    .catalog-filter__sections {
        column-count: 2
    }
}

.catalog-filter__sections-item {
    display: inline-block;
    width: 100%;
    padding: 15px 10px 0;
    font-size: 13px
}

.catalog-filter__sections-link {
    color: #404040;
    text-decoration: none !important;
    white-space: nowrap
}

.catalog-filter__sections-link:hover .catalog-filter__sections-text,
.catalog-filter__sections-link:focus .catalog-filter__sections-text {
    color: #007bff
}

.catalog-filter__sections-number {
    margin-left: 6px;
    color: rgba(51, 51, 51, .51)
}

@media screen and (min-width: 576px) {
    .visible-xs {
        display: none
    }
    .border-inner {
        border-bottom: 1px solid #d8d9d9
    }
}

@media screen and (min-width: 768px) {
    .visible-sm {
        display: none
    }
}

@media screen and (min-width: 992px) {
    .visible-md {
        display: none
    }
}

@media screen and (max-width: 991px) {
    .hidden-md {
        display: none
    }
}

@media screen and (min-width: 768px) {
    .col-no-padding {
        padding: 0
    }
}

@media screen and (min-width: 1300px) {
    .container {
        max-width: 100%;
        width: 1255px;
        margin: 0 auto
    }
}

@media screen and (max-width: 768px) {
    .percent-block__separate {
        padding: 0 15px;
    }
    .simple-warning-text {
        margin: 15px auto 0;
        width: 100%
    }
    .container {
        max-width: 100%
    }
    ol {
        padding-left: 15px
    }
    .hidden-md {
        display: none
    }
    .mse2_number_slider {
        display: none;   
    }
}

.carousel-item-next, .carousel-item-prev, .carousel-item.active {
    transition: -webkit-transform 1s ease;
    transition: transform 1s ease;
    transition: transform 1s ease,-webkit-transform 1s ease;
}

@media screen and (max-width: 575px) {
    .hidden-xs {
        display: none
    }
    .visible-xs {
        display: block
    }
    h1,
    .h1,
    h2,
    .h2 {
        font-size: 1.48em
    }
    h4,
    .h4 {
        font-size: 1.2em
    }
    #mse2_mfilter .pagination {
        font-size: 10px;
    }
    .carousel-item-next, .carousel-item-prev, .carousel-item.active {
        transition: -webkit-transform .6s ease;
        transition: transform .6s ease;
        transition: transform .6s ease,-webkit-transform .6s ease;
    }
    .bu-models-card__price {
        font-size: 17px;
    }
}

.restyling {
    padding: 20px;
}
.top-info__inner .restyling:last-of-type{
    background-color: #e9ecef;
}
.top-info-utp ul, .credit ul{
    display: flex;
    flex-wrap: wrap;
    padding-left: 0px;
    list-style: none;
}
.top-info-utp ul li, .credit ul li {
   flex: 0 0 50%; 
   padding-left: 25px;
   margin-bottom: 10px;
   background-size: 20px;
   background-position: left 3px; 
}
.old-price {
    text-decoration: line-through;
    color: red;
}
.carousel-indicators {
    z-index: 1;
}
@media screen and (max-width: 767px) {
    .top-info-utp ul li {
        flex: 100%;
        width: auto;
    }
    .top-info-utp ul {
        width: auto;
        display: block;
    }
}
@media screen and (max-width: 635px) {
    .sale__text-side {
        background-image: none!important;
        text-align: center;
    }
    .sale__wrapper .button--standart {
        display: block;
        margin-right: 0;
    }
    .sale__title {
        margin-bottom: 0.5em;
    }
}
#mse2_filters fieldset {
    font-size: 12px;
}
#mse2_filters fieldset input {
    padding: 0.3em 0.3em;
    height: 30px;
}
#mse2_filters .filter_title {
    margin-top: 10px;
    font-size: 13px;
}
.page-link {
    color: #007bff;
}
.page-item.active .page-link {   
    background-color: #007bff;
    border-color: #007bff;
}

.form-control,
.select2-container--default .select2-selection--single {
    font-size: 1.1em;
    line-height: 1;
    height: 42px;
}
.list {
    text-align: center;
    background-color: #007bff;
    color:#fff;
    padding: 10px;
    width: 100%;
}
.credit-info__simple-content ul{
    padding-left: 20px;
}
.review-ratting {
    position: absolute;
    right: 5px;
    background-color: white;
    bottom: 0;
    padding: 5px 10px;
}
.reviews-video__video video {
    max-height: auto;
}
.contact-page-info-container iframe {
    width: 100%;
}
.special-offers-card__inner {
    border: 1px solid #ccc;
    transition: all 0.4s ease-out;
    border-radius: 4px 4px 4px 4px;
}
.special-offers-card__inner:hover {
    box-shadow: 0px 0px 25px #ccc;
    border-radius: 4px 4px 4px 4px;
}
#mse2_mfilter .ui-state-default, #mse2_mfilter .ui-widget-content .ui-state-default, #mse2_mfilter .ui-widget-header .ui-state-default, #mse2_mfilter .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
    background: #ffffff;
    width: 16px;
    height: 16px;
    top: -6px;
    border-radius: 50%;
    border: 5px solid #007bff;
}

#jGrowl {
    display: none;
}
.trade-in__img {
    margin: auto;
}
.services__title {
   font-weight: bold; 
}
.bu-models-card__inner {
    border: 1px solid #ccc;
    padding: 10px;
    padding-bottom: 25px;
    transition: all 0.4s ease-out;
}
.bu-models-card__inner>.row--small-margin {
    padding: 10px;
}
.bu-models-card__inner:hover {    
    box-shadow: 0px 0px 25px #ccc;
}
.bu-car-sets__title {
   font-weight: bold; 
}
.reviews__form-title {
    font-weight: bold;
}
.reviews-__model-name {
    font-weight: bold;
    font-size: 18px;
    color: #000;
}
@media screen and (min-width: 992px) {
    .autocredit__right-side {
        border: 1px solid #ccc;   
    }
}

@media screen and (max-width: 991px) {
    .reviews-video__items {
        margin-bottom: 20px;
    }
}
@media screen and (max-width: 1200px) {
.footer-info-bottom__content .main-menu__list.desktop {
    display: block;
}
.footer-info-bottom__content .main-menu__list.desktop li {
    display: inline-block;
    margin-right: 15px;
}
}
.popup--banner {
    background-color: #fff;
    position: relative;
    margin: 0 auto;
    border-radius: 0;
    box-shadow: 0 0 49px 3px rgba(0,0,0,.15);
    z-index: 51;
    overflow: auto;
    display: none;
    width: 721px;
    max-width: 100%;
    padding: 4rem 5rem 4rem 4.375rem;
    width: 1062px;
    padding: 0;
}
.popup-banner__image {
    display: flex;
    min-height: 100vh;
    flex-direction: column;
    background: url(../img/fon1.png) repeat;
}
.popup__banner {
    display: flex;
}
.popup-banner_image {
    background: url(../img/popup-banner.png) no-repeat;
    background-size: cover;
    min-width: 45%;
    max-width: 45%;
    position: relative;
}
.popup-banner_image-content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #007bff;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 180px;
}
.popup-banner_image-text {
    text-transform: uppercase;
    text-align: center;
    font-size: 30px;
}
.popup-banner_image-text strong {
    display: block;
    font-size: 48px;
}
.popup-banner__content {
    min-width: 55%;
    max-width: 55%;
    padding: 4rem 5rem 4rem 4.375rem;
}
.popup_title:not(.h-no-margin) {
    margin-bottom: 1.875rem;
}
.popup_title {
    text-transform: uppercase;
    font-family: "Geometria",Arial,sans-serif;
    font-weight: 800;
}
.popup_title--mark {
    font-size: 24px;
}
.popup_text--small {
    font-size: 1rem;
    padding-left: 0 !important;
}
.form-group--middle-padding {
    padding-right: 9px;
    padding-left: 9px;
}
.row--middle-margin {
    margin-right: -9px;
    margin-left: -9px;
}
.popup-banner__content form {
    margin-top: 30px;
}
.popup__banner .bg-input-wrapper {
    position: relative;
}
.popup__banner .bg-input {
    position: relative;
}

.popup__banner .btn {
    height: 48px;
}

.popup__banner button:not(:disabled), [type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled) {
    cursor: pointer;
}

.popup__banner .popup-form__btn {
    height: 48px;
    width: 100%;
}
.popup__banner .btn {
    text-transform: uppercase;
}

.popup__banner .btn {
    display: inline-block;
    font-weight: 700;
    color: #3c3c3b;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 8px 16px;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 4px;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.popup__banner .btn-primary {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}
.popup__banner .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}
.popup__banner .bg-input input {
    padding-left: 50px;
}
.popup__banner .form-control {
    display: block;
    width: 100%;
    height: 48px;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #676767;
    background-color: #fff;
    background-clip: padding-box;
    border: 2px solid #c9cbcd;
    border-radius: 4px;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.popup__banner .bg-input:before {
    content: "";
    display: block;
    position: absolute;
    top: 14px;
    left: 25px;
    background: url(../img/smartphone.svg) 0 0 no-repeat;
    background-size: 100%;
    width: 15px;
    height: 22px;
    pointer-events: none;
}
@media (max-width: 991px) {
    .popup__banner .popup-banner_image {
        display: none;
    }
    .popup__banner .popup-banner__content {
        padding: 35px 42px;
        min-width: 100%;
        max-width: 100%;
        text-align: center;
    }
}

@media screen and (max-width: 767px) {
    .popup__banner .popup-banner__content {
        padding: 1.875rem;
    }
    .popup__banner .popup_title {
        margin-top: 15px;
    }
}

@media screen and (max-width: 479px) {
    .popup__banner .popup-banner__content {
        padding: 17px;
    }
    .popup__banner .popup_title--mark {
        font-size: 21px;
    }
}

.trade-in-border {
    border-bottom: 1px solid #c9cbcd;
    padding-bottom: 2.125rem;
    margin-bottom: 2.125rem;
}

.trade-in__header {
    display: flex;
    align-items: center;
}

.trade-in__header-title {
    text-transform: uppercase;
    white-space: nowrap;
    margin: 0;
    line-height: .9;
}

.trade-in__header-subtitle {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: .9;
    padding-left: 2.5rem;
}
.trade-in__list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
}
.trade-in__list-item:not(.trade-in__list-item--no-margin) {
    margin-bottom: 1.25rem;
}

.trade-in__list-item {
    width: 50%;
    font-size: 0.875rem;
    padding-left: 10px;
    padding-right: 10px;
}
.trade-in__list-number {
    font-weight: 600;
    border-bottom: 2px solid;
    padding-bottom: 2px;
    display: inline-block;
    vertical-align: top;
}
.trade-in__list-text {
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 20px);
    padding-left: 0.625rem;
}
.trade-in__content {
    border-left: 8px solid #007bff;
    padding-left: 1.25rem;
    width: 100%;
}
.trade-in__content-title {
    font-weight: 700;
    margin-bottom: 0.625rem;
}
.trade-in__content-text {
    font-size: 0.875rem;
}
@media screen and (max-width: 991px) {
    .trade-in__header {
        justify-content: space-around;
        width: 100%;
    }
}
@media screen and (max-width: 575px) {
    .trade-in-border {
        padding-bottom: 1.125rem;
        margin-bottom: 1.125rem;
    }
    .trade-in__header-subtitle {
        font-size: 1rem;
    }
    .trade-in__info {
        padding: 0 0.9375rem 1.25rem 0.9375rem;
        padding-top: 2em;
        border-top: 0px;
        margin-top: 0;
    }
}
@media screen and (max-width: 430px) {
    .trade-in__list-item {
        width: 100%;
    }
}
.services__item {
    display: block;
    position: relative;
    color: #242629;
    background-color: #f2f4f6;
    border-radius: 5px;
    padding: 24px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    box-shadow: 0px 6px 8px 0 rgba(130,142,167,.5);
    height: 100%;
    transition: transform .3s linear;
}
.services__item:hover {
    text-decoration: none;
    transform: scale(1.05);
    z-index: 2;
}
.services__item:hover .services__title {
    color: #1369c5;
}
.services__item-img {
    width: auto;
    height: 48px;
    margin-bottom: 1.25rem;
}
.top-info__btn {
    width: 100%;
    font-size: 1.5em;
}
.promotion_wrapper {
    border-radius: 5px;
    height: 100%;
    justify-content: space-between;
    display: flex;
    flex-flow: column;
    align-items: center;
    text-align: center;
}
.promotion_wrapper img {
   height: 100px;
}
.btn-transparent {
    border: 1px solid #c9cbcd;
    padding: 10px;
    width: 100%;
    text-align: center;
    color: #000;
    text-decoration: none;
    font-weight: normal;
    margin-top: 20px;
}

.btn-transparent:hover {
    background-color: rgba(75,84,91,.07);
    color: #242629;
    text-decoration: none;
}
.sale__wrapper .button--standart {
    font-size: 1.5em;
    background-color: #c91a1a;
}
.main-brands__item {
    display: flex;
    align-items: center;
    color: inherit;
    justify-content: space-between;
    margin-bottom: 0.9375rem;
}
.main-brands__content {
    padding-left: 15px;
    width: calc(100% - 60px);
}
.main-brands__title {
    font-weight: 700;
}
.main-brands__count {
    font-size: 0.875rem;
    font-weight: 500;
}
.main-brands__image {
    max-width: 50px;
    max-height: 30px;
}
.callback-link {
    position:fixed;
    bottom:64px;
    right:64px;
    width:74px;
    height:74px;
    border-radius:50%;
    background:#007bff;
    border:none;
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    outline:none !important;
    z-index:100;
    cursor:pointer;
    opacity:.75;
    transform:scale(1);
    transition-property:background,opacity,transform;
    transition-duration:.25s;
    transition-timing-function:ease-in-out;
    animation:pulse 2s infinite
}
.callback-link:hover,.callback-link:focus {
    background:#0c6ed7;
    animation:pulse-large 2s
}
@media(max-width: 575px){.callback-link{bottom:48px;right:50%;margin-right:-37px}}
@keyframes pulse-large{0%{transform:scale(1);box-shadow:0 0 0 0 rgba(36,38,41,.7)}70%{transform:scale(1.2);box-shadow:0 0 0 30px rgba(36,38,41,0)}100%{transform:scale(1.2);box-shadow:0 0 0 0 rgba(36,38,41,0)}}
@keyframes pulse{0%{transform:scale(0.95);box-shadow:0 0 0 0 rgba(36,38,41,.7)}70%{transform:scale(1);box-shadow:0 0 0 20px rgba(36,38,41,0)}100%{transform:scale(0.95);box-shadow:0 0 0 0 rgba(36,38,41,0)}}

.utp {
    background-color: #f3f3f3;
}

.utp__row {
    display: flex;
    flex-wrap: wrap;
}
@media (min-width: 1200px) {
.utp__row .utp-item:not(:nth-child(4n)) {
    border-right: 1px solid #e3e5e5;
}
}
.utp-item {
    width: 25%;
    text-align: center;
    padding: 3.125rem;
}
.utp-item__img {
    max-height: 60px;
    display: block;
    margin: 0 auto 1.5625rem;
}
.utp-item {
    width: 25%;
    text-align: center;
    padding: 3.125rem;
    flex-flow: column;
}
.utp-item__title {
    font-size: 1.2em;
}
@media (min-width: 1200px) {
.utp__row .utp-item:not(:nth-child(-n+4)) {
    border-top: 1px solid #e3e5e5;
}
}
@media (max-width: 1199px) {
    .utp-item {
        padding: 0.9375rem 0;
    }
}