html,
body {
    height: 100%;
}

body, body.dealer {
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    color: #fff;
    background: #1B1A1A;
}

@media (min-width: 1200px) {
    .container {
        max-width: 1199px;
    }
}

.page-wrapper {
    min-height: 100%;
    position: relative;
}

.svg-icon {
    width: 1em;
    height: 1em;
    margin: 0 .1em;
}

.hidden {
    position: absolute;
    height: 0;
    width: 0;
    top: -100px;
    left: -100px;
}

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

.site__preloader {
    background: #000 url(../../img/haval/preloader.svg) no-repeat center;
}

.site__preloader video {
    display: none;
}

.section_padd {
    padding-bottom: 60px;
}

.header {
    margin: 0;
    background: #110F0F;
}

.header:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(to left, rgba(255, 0, 0, .15) 0%, rgba(255, 0, 0, .50) 50%, rgba(255, 0, 0, .15) 100%);
}

.header__inner {
    display: flex;
    padding-top: 22px;
    padding-bottom: 13px;
}

.header__inner:before {
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
}

.header__content {
    flex: 1;
    align-self: center;
}

.header__right-logo {
    flex: 0 0 auto;
    max-width: 49px;
    align-self: center;
}

.header__logo-row {
    display: flex;
    align-items: center;
}

.header__site-name {
    flex: 1;
    font-size: 26px;
    line-height: 1.2;
    font-weight: bold;
    letter-spacing: 0.02em;
    text-transform: uppercase;
}

.logo {
    display: block;
}

.logo img {
    max-width: 100%;
    max-height: 94px;
    object-fit: contain;
}

.logo.--vidi {
    flex: 0 0 auto;
    max-width: 138px;
    margin: 0 20px 0 0;
    box-shadow: 0px 0px 9px rgba(104, 104, 104, 0.25);
}

.h-mob-phone {
    text-align: center;
}

.h-mob-phone a {
    color: inherit;
    font-size: 20px;
}

@media (min-width: 768px) {
    .header__right-logo {
        margin: 0 30px 0 0;
    }
}

@media (min-width: 992px) {
    .header__right-logo {
        margin: 0 0 0 20px;
        max-width: 69px;
    }

    .header__logo-row {
        margin: 0 0 22px;
    }

    .logo.--vidi {
        max-width: 161px;
    }
}

@media (min-width: 1200px) {
    .header__right-logo {
        max-width: 132px;
    }
}

.main-nav {
    flex: 1;
}

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

.main-menu__item {
}

.main-menu__link {
    display: block;
    position: relative;
    padding: 0 15px;
    font-size: 10px;
    line-height: 1.125;
    text-transform: uppercase;
    color: #FFFFFF;
    letter-spacing: -0.02em;
    text-decoration: none;
    transition: all .18s;
}

.main-menu__link .svg-icon {
    width: 23px;
    height: 20px;
}

.main-menu__link:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    height: 25px;
    width: 1px;
    background: linear-gradient(to bottom, transparent 0%, #FF0000 50%, transparent 100%);
}

.main-menu__item:first-child .main-menu__link:before {
    display: none;
}

.main-menu__item:first-child .main-menu__link {
    margin-left: 0;
    padding-left: 0;
}

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

.main-menu__link.--drop {

}

.main-menu__drop {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    width: 100%;
    min-height: 170px;
    background: #1B1A1A;
    box-shadow: 0px 7px 18px rgba(0, 0, 0, 0.25);
    z-index: 200;
    opacity: 0;
    transform: translateY(40px);
    visibility: hidden;
    transition: all .18s ease-in;
    overflow: hidden;
}

.main-menu__drop.--opened {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
}

.main-menu__drop > .container {
    /* border-top: 1px solid #B9B9B9; */
    padding-top: 35px;
    padding-bottom: 35px;
}

.main-menu__drop > .container:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(to left, transparent 0%, #FF0000 50%, transparent 100%);
}

.main-menu__drop img {
    visibility: inherit !important;
}

.dropmenu {
    position: relative;
    list-style: none;
    padding: 0;
    margin: 0;
    width: 313px;
    min-height: 90px;
}

.dropmenu:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 100%;
    width: 1px;
    background: linear-gradient(to bottom, transparent 0%, #FF0000 50%, transparent 100%);
}

.dropmenu__item {
}

.dropmenu__item.--active,
.dropmenu__item:hover {
    color: #FF0000;
}

.main-menu__drop.--opened .dropmenu__item.--active .submenu {
    opacity: 1;
    transform: translateX(0);
    visibility: visible;
    transition-delay: .1s;
}

.dropmenu__link.--has-sub:after {
    display: inline-block;
}

.dropmenu__link {
    position: relative;
    display: block;
    padding: 10px 30px 10px 0;
    font-weight: bold;
    font-size: 14px;
    line-height: 18px;
    text-transform: uppercase;
    color: inherit;
    text-decoration: none;
    transition: all .18s;
}

.dropmenu__link:hover {
    text-decoration: none;
    color: #FF0000;
}

.dropmenu__link:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(to left, transparent 0%, #FF0000 50%, transparent 100%);
}

.dropmenu__item:last-child .dropmenu__link:before {
    display: none;
}

.dropmenu__link:after {
    content: '';
    display: inline-block;
    margin: 0 0 0 20px;
    width: 10px;
    height: 10px;
    border: 2px solid;
    border-width: 2px 2px 0 0;
    transform: rotate(45deg);
    transition: all .18s;
    display: none;
}

.submenu {
    position: absolute;
    width: 260px;
    top: 0;
    left: 100%;
    list-style: none;
    padding: 0;
    margin: 0 0 0 20px;
    font-size: 16px;
    line-height: 1.2;
    text-transform: uppercase;
    transform: translateX(-30px);
    opacity: 0;
    visibility: hidden;
    transition: all .35s ease-in-out;
}

.submenu__item {
}

.submenu__link {
    position: relative;
    display: block;
    padding: 5px 26px 5px 0;
    transition: all .18s;
    color: #fff;
}

.submenu__link:hover {
    text-decoration: underline;
    color: #FF0000;
}

.submenu__link:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 10px;
    height: 10px;
    border: 1px solid;
    border-width: 1px 1px 0 0;
    transform: rotate(45deg);
}

.header-panel {
    padding: 14px 0;
    font-size: 16px;
    line-height: 1.125;
    color: #837F7F;
    background: #212020;
}

.header-panel__inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header-panel a {
    color: inherit;
    text-decoration: none;
    transition: all .18s;
}

.header-panel a:hover {
    text-decoration: underline;
    color: #fff;
}

.header-panel__actions {
    flex: 1;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.h-social {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.h-social__item {
    display: inline-block;
    margin: 0 0 0 5px;
}

.h-social__item:first-child {
    margin-left: 0;
}

.h-social__link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    color: inherit;
    text-decoration: none;
    transition: all .18s;
    border-radius: 4px;
}

.h-social__link:hover {
}

.h-social .svg-icon {
    margin: 0;
}

.h-contacts {
    display: flex;
    align-items: center;
}

.h-contacts__item {
    margin: 0 20px 0 0;
}

.h-contacts p a {
    font-weight: bold;
    margin: 0 0 0 10px;
    color: #b4b3b3;
}

.h-contacts .svg-icon {
    width: 20px;
    height: 20px;
}

.header-leads {
    padding: 0 10% 0 0;
    flex: 0 0 auto;
}

.header-leads a {
    margin: 0 0 0 22px;
}

.header-leads a:first-child {
    margin-left: 0;
}

@media (min-width: 768px) {
    .header-panel__actions {
        justify-content: flex-end;
    }
}

@media (min-width: 1200px) {
    .h-contacts__item {
        position: relative;
        margin: 0 0 0 18px;
        padding: 0 0 0 18px;
    }

    .h-contacts__item:before {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        margin: auto;
        width: 1px;
        height: 19px;
        background: linear-gradient(to bottom, transparent 0%, #837F7F 50%, transparent 100%);
    }

    .h-contacts__item:first-child {
        margin-left: 0;
        padding-left: 0;
    }

    .h-contacts__item:first-child:before {
        display: none;
    }

    .main-menu__link {
        padding: 0 18px;
        font-size: 13px;
    }
}

.h-lang {
    list-style: none;
    padding: 0;
    margin: 0;
    flex: 0 0 auto;
}

.h-lang__item {
    position: relative;
    display: inline-block;
    margin: 0 0 0 10px;
    padding: 0 0 0 16px;
}

.h-lang__item:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 1px;
    height: 19px;
    background: linear-gradient(to bottom, transparent 0%, #837F7F 50%, transparent 100%);
}

.h-lang__item:first-child {
    margin-left: 0;
    padding-left: 0;
}

.h-lang__item:first-child:before {
    display: none;
}

.h-lang__item.--active {
    font-weight: bold;
    color: #FF0000;
}

/* .h-lang__item a {
    color: inherit;
    transition: all .18s;
    text-decoration: none;
}

.h-lang__item a:hover {
    color: #000;
    text-decoration: underline;
} */

.h-signin {
    margin: 0 0 0 40px;
    font-weight: 500;
    /* font-size: 16px;
    line-height: 1.2; */
    text-transform: capitalize;
    color: #FF0000;
    font-weight: bold;
}

.h-signin .svg-icon {
    width: 18px;
    height: 18px;
    margin: 0 5px 0 0;
}

span.header_icon-title {
    max-width: 120px;
    display: inline-block;
    vertical-align: middle;
}

@media (max-width: 992px) {
    body.--nav-opened {
        overflow: hidden;
    }

    .main-nav {
        --headerHeight: 142px;
        --leadsHeight: 40px;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        flex: 1;
        padding: 20px 0;
        height: 450%;
        /*max-height: calc(100vh - var(--headerHeight) - var(--leadsHeight));*/
        width: 100%;
        flex: 0 0 100%;
        order: 5;
        background: #000;
        color: #fff;
        opacity: 0;
        visibility: hidden;
        transition: all .18s;
        box-shadow: 0 3px 10px rgb(0 0 0 / 30%);
        overflow-y: scroll;
        z-index: 50;
    }

    .main-nav.--opened {
        visibility: visible;
        opacity: 1;
    }

    .main-menu {
        display: block;
        margin: 0;
    }

    .main-menu .container {
        max-width: none;
        padding-top: 10px;
        padding-bottom: 15px;
    }

    .main-menu__link {
        height: auto;
        padding: 15px 20px;
        font-size: 14px;
        line-height: 1.2;
        border-top: 1px solid #D9D9D9;
    }

    .main-menu__link:before {
        display: none;
    }

    .main-menu__item:first-child .main-menu__link {
        border-top: 0;
    }

    .main-menu__drop {
        display: none;
        position: static;
        box-shadow: none;
    }

    .main-menu__drop.--opened {
        display: block;
    }

    .dropmenu {
        width: auto;
        border: 0;
    }

    .dropmenu:before {
        display: none;
    }

    .dropmenu__item {
        border: 0;
    }

    .dropmenu__link.--has-sub {
        color: #FF0000;
    }

    .dropmenu__link:before {
        display: none;
    }

    .submenu {
        position: relative;
        width: auto;
        top: 0;
        left: 0;
        transform: none;
        opacity: 1;
        visibility: visible;
        transition: none;
    }

    .main-menu__drop.--opened .dropmenu__item.--active .submenu {
        opacity: 1;
        transform: none;
        visibility: visible;
        transition-delay: 0;
    }
}

@media (max-width: 767px) {
}

@media (min-width: 1200px) {
}

.section-title {
    display: inline-flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    margin: 0 0 40px;
    padding: 10px 20px;
    min-width: 165px;
    /* max-width: 900px; */
    min-height: 65px;
    font-weight: 600;
    font-size: 14px;
    line-height: 1.39;
    letter-spacing: 0.1em;
    text-align: center;
    text-transform: uppercase;
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(23px);
    box-shadow: 0px 0px 21px rgba(255, 255, 255, 0.13);
}

.section-title span {
    color: #FF0000;
    margin-left: 10px;
}

@media (min-width: 576px) {
    .section-title {
        min-width: 220px;
        font-size: 16px;
    }
}

@media (min-width: 992px) {
    .section-title {
        margin-bottom: 60px;
        padding: 10px 30px;
        min-width: 342px;
        min-height: 85px;
        font-size: 18px;
    }
}

.consultation-entrance-block {
    padding: 30px 0 24px;
    margin: 0 0 30px;
    background: #F7F7F7;
}

@media (min-width: 576px) {
    .consultation-entrance-block {
    }
}

@media (min-width: 992px) {
    .consultation-entrance-block {
        padding: 30px 0 60px;
    }
}

.lineup-nav {
    display: flex;
    padding: 0 30px;
    margin: 0 -11px;
}

.h-lineup-item {
    flex: 0 0 180px;
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 180px;
    margin: 0 22px 0 0;
    padding: 10px;
    border-radius: 25px;
    background: #1B1A1A;
    border: 1px solid #444444;
    box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.07);
    color: inherit;
    overflow: hidden;
    transition: all .18s;
}

.h-lineup-item:hover {
    text-decoration: none;
    border: 1px solid #FF0000;
    color: inherit;
    background: #110F0F radial-gradient(#C12525 0%, transparent 70%);
}

.h-lineup-item.slick-active {
    opacity: 1;
}

.h-lineup-item__photo {
    position: relative;
    margin: auto 0 7px;
    padding: 72.3% 0 0;
}

.h-lineup-item__photo img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.h-lineup-item__title {
    margin: 0;
    min-height: 2em;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: bold;
    font-size: 16px;
    line-height: 1;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    text-align: center;
}

.h-lineup-item__price {
    position: relative;
    margin: 0;
    padding: 10px 0 0;
    font-size: 14px;
    line-height: 1.2;
    text-transform: uppercase;
    text-align: center;
}

.h-lineup-item__price:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(to left, transparent 0%, #FF0000 50%, transparent 100%);
}

.h-lineup-item__price span {
    font-weight: bold;
}

@media (min-width: 576px) {
    .h-lineup-item {
        padding: 10px 20px;
    }

    .h-lineup-item__title {
        font-size: 18px;
        margin-left: -10px;
        margin-right: -10px;
    }
}

@media (min-width: 992px) {
}

@media (min-width: 1200px) {
    .lineup-nav {
        padding: 0 46px;
    }

    .lineup-nav .h-lineup-item {
        flex: 0 0 200px;
        width: 200px;
        padding-left: 20px;
        padding-right: 20px;
    }
}

.lineup-nav .slick-list {
    padding: 5px;
}

.lineup-nav .slick-arrow {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 30px;
    height: 70px;
    border: 2px solid #CECECE;
    box-sizing: border-box;
    border-radius: 10px;
    cursor: pointer;
    text-indent: -9999px;
    background: none;
    outline: none;
    transform: none;
}

.lineup-nav .slick-arrow:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 20px;
    height: 20px;
    margin: auto;
    border: 2px solid #8A8A8A;
    border-width: 2px 2px 0 0;
    transform: rotate(45deg);
}

.lineup-nav .slick-prev {
    left: 0;
}

.lineup-nav .slick-prev:before {
    right: -14px;
    transform: rotate(-135deg);
}

.lineup-nav .slick-next {
    right: 0;
}

.lineup-nav .slick-next:before {
    left: -14px;
}

.lineup-nav .slick-disabled {
    cursor: default;
    opacity: .5;
}

@media (min-width: 1200px) {
    .lineup-nav .slick-arrow {
        width: 48px;
        height: 126px;
        border-radius: 15px;
    }

    .lineup-nav .slick-arrow:before {
        width: 30px;
        height: 30px;
    }
}

.catalog-section {
    margin-bottom: 60px;
    overflow: hidden;
}

@media (min-width: 576px) {
    .catalog-section {
        margin-bottom: 90px;
    }
}

@media (min-width: 992px) {
    .catalog-section {
        margin-bottom: 120px;
    }
}

@media (min-width: 1200px) {
    .catalog-section {
        margin-bottom: 200px;
    }
}

.lineup-section {
    position: relative;
    padding-bottom: 60px;
    overflow: hidden;
}

.lineup-section__title {
    margin-bottom: 37px;
    position: relative;
    z-index: 10;
}

.lineup-list {
    margin-bottom: 44px;
    position: relative;
}

.lineup-list:before {
    content: '';
    position: absolute;
    top: -1px;
    left: -50%;
    right: -50%;
    height: 1px;
    background: linear-gradient(to left, transparent 0%, #FF0000 50%, transparent 100%);
    opacity: .4;
}

.lineup-list:after {
    content: '';
    position: absolute;
    top: -50%;
    left: 0;
    bottom: -50%;
    width: 1px;
    background: linear-gradient(to bottom, transparent 0%, #FF0000 50%, transparent 100%);
    opacity: .4;
}

.lineup-list__col {
    padding: 0;
}

.lineup-item {
    position: relative;
    display: block;
    padding: 15px;
    text-align: center;
    text-decoration: none;
    color: inherit;
    transition: all .18s;
}

.lineup-item:hover {
    text-decoration: none;
    color: inherit;
    background: #110F0F radial-gradient(rgba(201, 39, 36, .9) 0%, rgba(201, 39, 36, .3) 35%, transparent 75%);
}

.lineup-item:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: -50%;
    right: -50%;
    height: 1px;
    background: linear-gradient(to left, transparent 0%, #FF0000 50%, transparent 100%);
    opacity: .4;
}

.lineup-item:after {
    content: '';
    position: absolute;
    top: -50%;
    right: 0;
    bottom: -50%;
    width: 1px;
    background: linear-gradient(to bottom, transparent 0%, #FF0000 50%, transparent 100%);
    opacity: .4;
}

.lineup-item__content {

}

.lineup-item__title {
    margin: 0;
    font-weight: normal;
    font-size: 18px;
    line-height: 1.39;
    letter-spacing: 0.03em;
    text-transform: uppercase;
}

.lineup-item__photo {
    max-width: 80%;
    margin: 0 auto;
}

@media (min-width: 992px) {
    .lineup-section {
        margin-top: -122px;
    }
}

.dealer-infinite-scroller {
    position: relative;
    max-width: 100%;
    height: 1.234em;
    overflow: hidden;
    font-style: normal;
    font-weight: 800;
    font-size: 70px;
    line-height: 1.36;
    text-transform: uppercase;
    color: #10171C;
    background: linear-gradient(180deg, #000000 0%, #0A1018 100%);
}

.dealer-infinite-scroller:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(to left, rgba(255, 0, 0, .2) 0%, rgba(255, 0, 0, .50) 50%, rgba(255, 0, 0, .2) 100%);
}

.dealer-infinite-scroller.--t2 {
    margin-bottom: 0;
    background: #090C0E;
}

.dealer-infinite-scroller.--t2:after {
    display: none;
}

.dealer-infinite-scroller__marquee {
    white-space: nowrap;
    overflow: hidden;
    display: inline-block;
    animation: marquee 20s linear infinite;
}

.dealer-infinite-scroller p {
    display: inline-block;
    margin: 0;
}

@keyframes marquee {
    0% {
        transform: translate3d(0, 0, 0);
    }
    100% {
        transform: translate3d(-50%, 0, 0);
    }
}

@media (min-width: 576px) {
    .dealer-infinite-scroller {
        font-size: 100px;
    }
}

@media (min-width: 992px) {
    .dealer-infinite-scroller {
        font-size: 150px;
    }
}

.main-bg-planet {
    background: #1B1A1A url(/bundles/dcsite/img/haval/main-consultation-bg.jpg) center no-repeat;
    background-size: cover;
}

.news-section {
    padding-bottom: 100px;
}

.base-tabs {
    list-style: none;
    padding: 0;
    margin: 0 0 30px;
    font-size: 14px;
    line-height: 1.2;
    text-transform: uppercase;
}

.base-tabs__item {
    display: inline-block;
    padding: 0 0 0 20px;
    margin: 0 0 0 20px;
    border-left: 2px solid #FF0000;
    cursor: pointer;
}

.base-tabs__item:first-child {
    margin-left: 0;
    padding-left: 0;
    border-left: 0;
}

.base-tabs__item:hover {
    text-decoration: underline;
}

.base-tabs__item.--active {
    color: #FF0000;
    font-weight: bold;
}
.nav-link{
    white-space: nowrap;
    color: #ffffff;
}

.nav-link.active{
    color: #FF0000;
}
.nav-link:hover{
    color: #FF0000;
    text-decoration: underline;
}

@media (min-width: 576px) {
    .base-tabs {
        font-size: 15px;
    }
}

@media (min-width: 992px) {
    .base-tabs {
        font-size: 16px;
    }
}

.base-tabs.--in-drop {
    margin: 0 0 15px;
}

.base-tabs.--in-drop .base-tabs__item {
    position: relative;
    border: 0;
}

.base-tabs.--in-drop .base-tabs__item:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    height: 25px;
    width: 1px;
    background: linear-gradient(to bottom, transparent 0%, #FF0000 50%, transparent 100%);
}

.base-tabs.--in-drop .base-tabs__item:first-child:before {
    display: none;
}

.base-tabs.--display {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 10px 15px;
    font-size: 14px;
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(23px);
}

.base-tabs.--display .base-tabs__item {
    position: relative;
    border: 0;
    padding: 0 0 0 20px;
    margin: 0 0 0 20px;
}

.base-tabs.--display .base-tabs__item:first-child {
    margin-left: 0;
    padding-left: 0;
}

.base-tabs.--display .base-tabs__item:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    height: 15px;
    width: 2px;
    background: linear-gradient(to bottom, transparent 0%, #fff 50%, transparent 100%);
}

.base-tabs.--display .base-tabs__item:first-child:before {
    display: none;
}

@media (min-width: 992px) {
    .base-tabs.--display {
        padding: 30px 66px;
        font-size: 18px;
    }

    .base-tabs.--display .base-tabs__item {
        padding: 0 0 0 40px;
        margin: 0 0 0 40px;
    }

    .base-tabs.--display .base-tabs__item:before {
        height: 25px;;
    }
}

.news-list {
    list-style: none;
    margin: 0 -10px 40px;
    padding: 0;
    display: flex;
}

.news-list__item {
    width: 33.33%;
    flex: 0 0 33.33%;
    padding: 0 10px;
    min-width: 240px;
}

.news-list__link {
    display: block;
    position: relative;
    color: inherit;
    text-decoration: none;
}

.news-list__link:hover {
    color: inherit;
}

.news-list__link:hover .news-list__content {
    color: #C12525;
    background: #fff;
}

.news-list__photo {
    position: relative;
    height: 0;
    padding: 70% 0 0;
    overflow: hidden;
}

.news-list__photo img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}

.news-list__content {
    /* position: absolute;
    bottom: 0;
    left: 0;
    right: 0; */
    padding: 15px 5px;
    text-align: center;
    background: #C12525;
    transition: all .18s;
}

.news-list__title {
    font-weight: bold;
    font-size: 16px;
    line-height: 1.3;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

@media (min-width: 992px) {
    .base-tabs {
        margin-bottom: 60px;
    }

    .news-list {
        margin: 0 -30px 60px;
    }

    .news-list__item {
        padding: 0 30px;
    }
}

.main-about {
    padding: 0 0 100px;
    font-size: 16px;
    line-height: 1.375;
    background: #707070 url(/bundles/dcsite/img/haval/main-contacts-bg.jpg) center no-repeat;
    background-size: cover;
}

.main-about__title {
    transform: translateY(-50%);
    margin-bottom: 12px;
}

.main-about__dealer {
    margin: 0 0 20px;
    font-weight: bold;
    font-size: 26px;
    line-height: 35px;
    text-transform: uppercase;
}

.main-about__item {
    margin: 0 0 30px;
}

.main-about__subtitle {
    margin: 0 0 10px;
    font-weight: bold;
    font-size: 18px;
    line-height: 1.39;
}

.main-about__schedule {

}

.main-about__schedule th {
    padding: 0 20px 0 0;
    font-weight: normal;
    text-align: right;
}

.main-about__item p {
    margin: 0 0 5px;
}

.main-about__item a {
    color: inherit;
    text-decoration: none;
    transition: all .18s;
    border-bottom: 2px solid transparent;
}

.main-about__item a:hover {
    border-color: #FF0000;
}

.main-about__pic {
}

@media (min-width: 576px) {
}

@media (min-width: 992px) {
}

.footer {
    padding: 50px 0 70px;
    margin: auto 0 0;
    color: #fff;
    font-size: 14px;
    line-height: 19px;
    background: #05050B;
}

.copyrights {
    position: relative;
    padding: 10px 0 0;
    font-size: 16px;
    line-height: 1.3;
    text-align: center;
}

.copyrights:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(to left, rgba(255, 0, 0, .2) 0%, rgba(255, 0, 0, .42) 50%, rgba(255, 0, 0, .2) 100%);
}

.f-logo {
    margin: 0 0 25px;
    font-weight: bold;
    font-size: 18px;
    line-height: 25px;
    text-transform: uppercase;
    color: #A0A0B2;
}

.f-logo span {
    display: block;
    margin: 0 0 5px;
    font-weight: bold;
    font-size: 22px;
    line-height: 30px;
    color: #FFFFFF;
}

.f-logo a {
    color: inherit;
    text-decoration: none;
}

.f-logo a:hover {
    text-decoration: none;
}

.f-call-title {
    margin: 0 0 20px;
    font-weight: bold;
    font-size: 22px;
    line-height: 30px;
}

.f-contacts {
    margin: 0 0 20px;
}

.f-contacts__title {
    margin: 0;
    padding-right: 15px;
    text-transform: lowercase;
    color: #A0A0B2;
}

.f-contacts p {
    margin: 0 0 .65em;
    font-weight: bold;
}

.f-contacts a {
    text-decoration: none;
    color: inherit;
    transition: all .18s;
}

.f-contacts a:hover {
    text-decoration: underline;
}

.f-schedule {
    margin: 0 0 12px;
}

.f-schedule__title {
    margin: 0 0 10px;
    font-weight: bold;
}

.f-schedule .f-contacts__title {
    margin: 0;
}

.f-schedule p {
    margin: 0 0 .65em;
}

.f-catalog-title {
    margin: 0 0 16px;
    font-weight: bold;
    text-transform: capitalize;
    color: #fff;
}

.f-catalog-title a {
    color: inherit;
    text-decoration: none;
}

.f-catalog-title a:hover {
    text-decoration: underline;
}

.f-catalog-list {
    list-style: none;
    padding: 0;
    margin-bottom: 20px;
    font-weight: bold;
    font-size: 16px;
    line-height: 1;
    text-transform: capitalize;
}

.f-catalog-list__item {
    margin: 0 0 5px;
}

.f-catalog-list__link {
    color: #A0A0B2;
    text-decoration: none;
    transition: all .18s;
}

.f-catalog-list__link:hover {
    text-decoration: underline;
    color: #fff;
}

.f-nav {
    position: relative;
    padding: 20px 0 0;
}

.f-nav:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(to left, rgba(255, 0, 0, .2) 0%, rgba(255, 0, 0, .42) 50%, rgba(255, 0, 0, .2) 100%);
}

.f-nav-title {
    margin: 2px 0 15px;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 1.2;
    color: #A0A0B2;
}

.f-nav-title a {
    color: inherit;
    text-decoration: none;
}

.f-nav-title a:hover {
    text-decoration: underline;
}

.f-nav-list {
    padding: 0;
    margin: 0 0 15px;
    list-style: none;
    font-size: 16px;
    line-height: 1.2;
    /* color: #fff; */
}

.f-nav-list__item {
    margin: 0 0 8px;
}

.f-nav-list a {
    text-decoration: none;
    color: inherit;
    transition: all .18s;
}

.f-nav-list a:hover {
    text-decoration: underline;
}

.social-list {
    list-style: none;
    padding: 0;
    margin: 5px 0 0;
}

.social-list__item {
    display: inline-block;
    margin: 0 12px 0 0;
}

.social-list__link {
    display: inline-block;
    /* width: 27px;
    height: 27px; */
    position: relative;
    transition: all .18s;
    color: #ff0000;
}

.social-list__link:hover {
    color: #ff0000;
}

.social-list .svg-icon {
    /* position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0; */
    margin: auto;
    height: 27px;
    width: 27px;
}

.f-social {
    margin: 0 0 20px;
    display: flex;
    align-items: center;
}

.f-social .social-list__link {
    color: #fff;
}

.f-social .social-list__link:hover {
    color: #FF0000;
    background: transparent;
}

@media (min-width: 576px) {
    .footer {
        padding-bottom: 20px;
    }
}

@media (min-width: 992px) {

    .f-social {
        display: block;
    }
}

.breadcrumbs {
    margin: 0 0 32px;
    background: linear-gradient(180deg, #110F0F 0%, #000000 100%);
}

.breadcrumbs-list {
    position: relative;
    list-style: none;
    padding: 12px 0;
    margin: 0;
    font-size: 14px;
    line-height: 1.2;
    text-transform: uppercase;
    color: #FF0000;
}

/* .breadcrumbs-list:before {
    display: none;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(to left, rgba(255, 0, 0, .15) 0%, rgba(255, 0, 0, .50) 50%, rgba(255, 0, 0, .15) 100%);
} */

.breadcrumbs-list__item {
    display: inline-block;
    margin: 0 0 0 8px;
    white-space: nowrap;
}

.breadcrumbs-list__item:before {
    content: '';
    position: relative;
    top: -1px;
    display: inline-block;
    margin: 0 12px 0 0;
    width: 6px;
    height: 6px;
    border: 1px solid #fff;
    border-width: 1px 1px 0 0;
    transform: rotate(45deg);
}

.breadcrumbs-list__item:first-child {
    margin-left: 0;
}

.breadcrumbs-list__item:first-child:before {
    display: none;
}

.breadcrumbs-list__link {
    text-decoration: none;
    color: #fff;
    border-bottom: 1px solid transparent;
    transition: all .18s;
}

.breadcrumbs-list__link:hover {
    text-decoration: none;
    border-color: #FF0000;
    color: inherit;
}

@media (min-width: 576px) {
}

@media (min-width: 992px) {
}

.page-header {
    margin: 17px 0 40px;
}

.page-header .section-title {
    margin-bottom: 20px;
}

.page-header__descr {
    margin: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-size: 14px;
    line-height: 1.57;
    letter-spacing: 0.03em;
    /* color: #B4B4B4; */
}

.page-header__more {
    margin: 18px 0 0;
}

@media (min-width: 768px) {
    .page-header .section-title {
        margin-bottom: 30px;
    }
}

@media (min-width: 992px) {
    .page-header__title {
        max-width: 50%;
    }

    .page-header .section-title {
        margin-bottom: 40px;
    }

    .page-header__descr {
        margin: 0 0 40px;
    }
}

.car-instock-list {
    margin-bottom: 38px;
}

.car-instock-list__item {
    margin: 0 0 30px;
    color: inherit;
}

.car-instock-list__photo {
    position: relative;
    display: block;
    height: 0;
    padding: 70% 0 0;
    margin: 0 0 14px;
}

.car-instock-list__photo img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.car-instock-list__title {
    margin: 0 0 5px;
    font-weight: 900;
    font-size: 13px;
    line-height: 1.5;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.car-instock-list__compelctation {
    margin: 0 0 16px;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.car-instock-list-options.--b-top {
    padding-top: 17px;
    border-top: 1px solid #E5E5E5;
}

.car-instock-list-options.--b-bottom {
    position: relative;
    margin-bottom: 9px;
    padding-bottom: 13px;
}

.car-instock-list-options.--b-bottom:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    height: 1px;
    background: linear-gradient(to left, transparent 0%, #FFFFFF 50%, transparent 100%);
}

.car-instock-list-options.--price {
    font-size: 16px;
    line-height: 23px;
}

.car-instock-list-options.--price .car-instock-list-options__val {
    font-weight: 900;
    text-align: right;
    color: #C12525;
}

.car-instock-list__title span {
    font-weight: normal;
}

.car-instock-list__title a {
    color: inherit;
    text-decoration: none;
}

.car-instock-list__title a:hover {
    text-decoration: underline;
}

.car-instock-list-options {
    list-style: none;
    padding: 0;
    margin: 0 0 10px;
    font-size: 12px;
    line-height: 1.3;
}

.car-instock-list-options__item {
    display: flex;
    justify-content: space-between;
    margin: 0 0 15px;
}

.car-instock-list-options__item:last-child {
    margin-bottom: 0;
}

.car-instock-list-options__title {
    margin: 0 5px 0 0;
}

.car-instock-list-options__val {
    text-align: right;
}

.car-instock-list .second-price {
    color: #bbb;
    font-size: .85em;
    line-height: 1.1;
}

.car-instock-list__more {
    min-width: 0;
}

@media (min-width: 576px) {
    .car-instock-list__item {
        margin: 0 0 30px;
    }

    .car-instock-list__title {
        font-size: 15px;
    }

    .car-instock-list-options {
        margin-bottom: 20px;
        font-size: 14px;
    }

    .car-instock-list-options.--price .car-instock-list-options__val {
        font-size: 16px;
    }
}

@media (min-width: 768px) {
    .car-instock-list {
        margin-left: -5px;
        margin-right: -5px;
    }

    .car-instock-list__col {
        padding-left: 5px;
        padding-right: 5px;
    }

    .car-instock-list__item {
        background: #1B1A1A;
        border: 1px solid #444444;
        box-shadow: 0px 1px 20px rgba(255, 255, 255, 0.15);
        border-radius: 20px;
        color: #fff;
    }

    .car-instock-list__photo {
        border-radius: 20px 20px 0 0;
        overflow: hidden;
    }

    .car-instock-list__content {
        padding: 0 16px 20px;
    }

    .car-instock-list-options.--price .car-instock-list-options__val {
        font-size: 20px;
        line-height: 23px;
    }
}

@media (min-width: 992px) {
    .car-instock-list__title {
        font-size: 18px;
        line-height: 21px;
    }

    .car-instock-list-options.--price .car-instock-list-options__val {
        font-size: 20px;
        line-height: 23px;
    }
}

.about-cover {
    position: relative;
    margin: 0 0 30px;
    padding: 20px 0;
    min-height: 240px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #212433;
    color: #FFFFFF;
}

.about-cover__cover {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.about-cover__content {
    position: relative;
}

.about-cover__title {
    margin-bottom: .5rem;
    font-weight: 900;
    font-size: 18px;
    line-height: 1.4;
    text-align: center;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.about-cover__title.--big {
    font-weight: 900;
    font-size: 36px;
    line-height: 1.4;
    text-align: center;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.about-cover__descr {
    margin: 12px 0 0;
    font-weight: normal;
    font-size: 18px;
    line-height: 21px;
    text-align: center;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.about-article {
    font-size: 16px;
    line-height: 1.4375;
}

.about-article p {
    margin: 0 0 1.9em;
}

.about-article .note {
    margin: 25px 0 12px;
    padding: 4px 0 3px 17px;
    font-weight: 900;
    font-size: 14px;
    line-height: 16px;
    border-left: 2px solid;
}

.about-article h4 {
    margin: 55px 0 10px;
    font-weight: bold;
    font-size: 16px;
    line-height: 23px;
}

.about-services {
    padding: 34px 0 20px;
    margin: 30px 0 0;
    background: #000;
}

.about-services__title {
    margin: 0 0 23px;
    font-weight: 900;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #C12525;
}

.about-article__main {
    padding: 30px 0 40px;
    background: url(../../img/haval/insurance-bg.jpg) no-repeat center;
    background-size: cover;
}

.services-links {
    list-style: none;
    padding: 0;
    margin: 16px 0 20px -15px;
}

.services-links__item {
    padding: 0 0 0 15px;
}

.services-links__link {
    font-weight: 900;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    text-decoration: none;
}

.services-links__link:before {
    content: '';
    display: inline-block;
    position: relative;
    top: -2px;
    margin: 0 10px 0 0;
    width: 7px;
    height: 7px;
    border: 1px solid #444444;
    border-width: 1px 1px 0 0;
    transform: rotate(45deg);
}

@media (min-width: 576px) {
    .about-cover {
        min-height: 192px;
    }

    .about-article .note {
        margin: 56px 0 25px;
    }

    .about-services {
        padding: 68px 0 40px;
        margin: 60px 0 0;
    }

    .services-links {
        display: flex;
        flex-wrap: wrap;
        max-width: 850px;
    }

    .services-links__item {
        flex: 0 0 50%;
        padding-bottom: 7px;
    }
}

@media (min-width: 992px) {
    .about-cover {
        min-height: 397px;
    }

    .about-cover__title {
        font-size: 32px;
        line-height: 37px;
    }

    .about-cover__title.--big {
        font-size: 40px;
        line-height: 47px;
    }

    .about-article__main {
        padding: 70px 0;
    }
}

.page-article {
    margin-top: 40px;
    margin-bottom: 50px;
}

.section-subtitle {
    font-weight: 900;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.contacts-article {
    font-size: 14px;
    line-height: 21px;
}

.contacts-article__title {
    margin: 0 0 25px;
    font-weight: bold;
    font-size: 32px;
    line-height: 1.16;
    text-transform: uppercase;
}

.contacts-descr {
    margin: 0 0 16px;
    border-bottom: 1px solid #E2E2E2;
}

.contacts-item {
    margin: 0 0 21px;
}

.contacts-item p {
    margin: 0 0 5px;
}

.contacts-item a {
    color: inherit;
    text-decoration: none;
}

.contacts-item a:hover {
    text-decoration: underline;
}

.contacts-item__days {
    display: inline-block;
    min-width: 60px;
}

.contacts-map img {
    width: 100%;
    height: auto;
}

.contacts-msg {

}

@media (min-width: 768px) {
    .contacts-msg {
        text-align: right;
    }
}

@media (min-width: 992px) {
    .contacts-msg {
        text-align: center;
    }

    .page-article {
        margin-top: 64px;
        margin-bottom: 64px;
    }
}

.news-items {
    margin: 0 -15px 60px;
}

.news-items__col {
    margin: 0 0 30px;
    padding: 0 15px;
}

.news-item {
}

.news-item__photo {
    position: relative;
    margin: 0 0 13px;
}

.news-item__photo img {
    width: 100%;
    height: auto;
    border-top: 5px solid #FF0000;
}

.news-item__title {
    margin: 0 0 5px;
    font-weight: bold;
    font-size: 14px;
    line-height: 1.1;
    letter-spacing: 0.03em;
    text-transform: uppercase;
}

.news-item__title a {
    text-decoration: none;
    color: inherit;
    transition: all .18s;
    color: #ff0000;
}

.news-item__title a:hover {
    text-decoration: underline;
    color: #ff0000;
}

.news-item__date {
    margin: 0 0 10px;
    font-weight: bold;
    font-size: 13px;
    line-height: 1.375;
    letter-spacing: 0.03em;
    text-transform: uppercase;
}

.news-item__descr {
    font-size: 14px;
    line-height: 1.4;
}

.news-item .btn {
    min-width: 0;
}

.news-article {
    margin-bottom: 40px;
}

.news-article__cover {
    margin: 0 0 30px;
}

.news-article__cover img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}

.news-article__content {

}

.news-article__content a:not(.btn) {
    text-decoration: underline;
    color: #ff0000;
    font-weight: bold;
}

.news-article__content a:hover {
    text-decoration: none;
}

.news-article__content h2,
.news-article__content h3 {
    font-weight: bold;
    margin: 0 0 2em;
}

.news-article__content iframe {
    width: 100%;
    height: 300px;
}

@media (min-width: 576px) {
    .news-items {
        display: flex;
        flex-wrap: wrap;
    }

    .news-items__col {
        flex: 0 0 50%;
    }

    .news-item__photo {
        height: 0;
        padding: 80% 0 0;
    }

    .news-item__photo img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

}

@media (min-width: 768px) {
    .news-item__title {
        font-size: 18px;
    }

    .news-item__date {
        font-size: 16px;
    }

    .news-article__content iframe {
        height: 400px;
    }
}

@media (min-width: 992px) {
    .news-items__col {
        flex: 0 0 33.33%;
    }

    .news-items {
        margin: 0 -30px 60px;
    }

    .news-items__col {
        padding: 0 30px;
    }

    .news-article {
        margin-bottom: 60px;
    }
}

.posts__card {
    margin-bottom: 30px;
}

.posts__card-img {
    display: block;
    width: 100%;
    max-width: 370px;
    height: 262px;
    overflow: hidden;
    margin-bottom: 15px;
    border-top: 5px solid #FF0000;
}

.posts__card-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.posts__card-date {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 28px;
    display: block;
    margin-bottom: 7px;
}

.posts__card-title {
    margin: 0 0 10px;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 1.1;
    text-transform: uppercase;
    display: block;
    overflow: hidden;
    color: #ff0000;
}

.posts__card-title:hover {
    text-decoration: underline;
    color: #ff0000;
}

.posts__card-descr {

}

.site_tabs {
    margin-bottom: 30px;
    border: none;
}

.site_tabs .nav-item {
    margin-right: 30px;
}

.site_tabs .nav-item .nav-link {
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 1.2;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    border: none;
    display: flex;
    align-items: center;
    background: transparent;
    position: relative;
    padding: 0;
    color: inherit;
}

.site_tabs .nav-tabs .nav-item.show .nav-link,
.site_tabs .nav-tabs .nav-link.active {
    color: #ff0000;
}

.site_tabs .nav-item .nav-link:before {
    content: '';
    background: #FFFFFF;
    border: 1px solid #C7C7C7;
    width: 26px;
    height: 26px;
    flex: 0 0 auto;
    display: inline-block;
    border-radius: 50%;
    margin-right: 16px;
}

.site_tabs .nav-item a.nav-link.active:after {
    content: '';
    background: #191919 !important;
    position: absolute;
    top: 9px;
    left: 8px;
    border-radius: 50%;
    width: 10px;
    height: 10px;
}

@media (min-width: 768px) {
    .site_tabs .nav-item .nav-link {
        font-size: 14px;
        line-height: 28px;
    }
}

.not-found {
    padding: 42px 0 40px;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: center;
}

.not-found__content {
    padding-top: 40px;
    text-align: center;
}

.not-found__title {
    margin: 0 0 18px;
    font-weight: bold;
    font-size: 38px;
    line-height: 45px;
    text-transform: uppercase;
}

.not-found__descr {
    max-width: 522px;
    margin: 0 auto 28px;
    font-weight: 500;
    font-size: 14px;
    line-height: 150%;
    text-transform: uppercase;
}

.not-found__icon {
    font-weight: bold;
    font-size: 150px;
    line-height: 1;
    text-align: center;
    text-transform: uppercase;
    color: #C12525;
}

.not-found__btn {
    min-width: 204px;
    height: 45px;
}

@media (min-width: 576px) {
    .not-found {
        padding: 42px 0 40px;
    }

    .not-found__content {
        padding-top: 12px;
    }

    .not-found__icon {
        font-size: 200px;
    }
}

@media (min-width: 992px) {
    .not-found {
        padding: 92px 0 152px;
    }

    .not-found__content {
        text-align: left;
        padding-top: 60px;
    }

    .not-found__descr {
        margin-left: 0;
        margin-right: 0;
        max-width: 400px;
    }

    .not-found__icon {
        font-size: 288px;
        text-align: right;
    }
}

@media (max-width: 991.98px) {
    .mobile-scroll {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap !important;
        overflow-x: scroll;
        overflow-y: hidden;
    }
}


.header .navbar-toggler {
    background-color: transparent;
    border: transparent;
    height: 23px;
    margin: 20px 0;
    padding: 0;
    position: relative;
    width: 35px;
}

.header .navbar-toggler-icon {
    -webkit-transition: background-color .3s 0s;
    background-color: transparent;
    position: relative;
    transition: background-color .3s 0s;
}

.header .navbar-toggler-icon, .header .navbar-toggler-icon:after, .header .navbar-toggler-icon:before {
    display: block;
    height: 3px;
    width: 100%;
}

.header .navbar-toggler.collapsed .navbar-toggler-icon:after, .header .navbar-toggler.collapsed .navbar-toggler-icon:before {
    -webkit-transform: rotate(0);
    -webkit-transition: top .3s ease .3s, -webkit-transform .3s ease 0s;
    transform: rotate(0);
    transition: top .3s ease .3s, -webkit-transform .3s ease 0s;
    transition: top .3s ease .3s, transform .3s ease 0s;
    transition: top .3s ease .3s, transform .3s ease 0s, -webkit-transform .3s ease 0s;
}

.header .navbar-toggler.collapsed .navbar-toggler-icon {
    -webkit-transition: background-color .1s ease .3s;
    background-color: #C4C4C4;
    transition: background-color .1s ease .3s;
}

.header .navbar-toggler.collapsed .navbar-toggler-icon:before {
    top: -.6718rem;
}

.header .navbar-toggler.collapsed .navbar-toggler-icon:after {
    top: .6718rem;
}

.header .navbar-toggler-icon:after, .header .navbar-toggler-icon:before {
    -webkit-transition: top .3s ease 0s, -webkit-transform .3s ease .3s;
    background-color: #C4C4C4;
    content: "";
    position: absolute;
    top: 0;
    transition: top .3s ease 0s, -webkit-transform .3s ease .3s;
    transition: top .3s ease 0s, transform .3s ease .3s;
    transition: top .3s ease 0s, transform .3s ease .3s, -webkit-transform .3s ease .3s;
}

.header .navbar-toggler-icon:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.header .navbar-toggler-icon:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

/*INSURANCE MODULES CAR CAR*/
/* .form__options [type=checkbox]:checked + label:before, .form__radio-inline [type=radio]:checked + label:before {
    background-color: #000;
    border-color: #000;
}
#ins-calc .form__options [type=checkbox]:checked + label:before,
#ins-calc .form__radio-inline [type=radio]:checked + label:after {
    background-color: #000!important;
    border-color: #000!important;
}
#ins-calc .form__radio-box [type=radio]:checked+label {
    color: #000;
}
.form__radio-box [type=checkbox]:checked+label,
.form__radio-box [type=radio]:checked+label, .form__radio-box label:hover {
    background-color: transparent;
    color: #000;
    background: #FF0000;
    border-bottom: 1px solid #000!important;
}
.finance-services .insurance-page-calc .btn-blue,
.finance__services .insurance-page-calc .btn-blue {
    padding: 14px 15px 11px;
}
.finance-services .insurance-page-calc .btn-blue:hover,
.finance__services .insurance-page-calc .btn-blue:hover {
    color: #000;
    background: transparent;
    border-color: #000;
} */

.car-tech-section__title {
    text-align: left;
    text-transform: uppercase;
}

.social_icons {
    position: fixed;
    right: 70px;
    bottom: 55px;
    z-index: 1;
}

.social_icons a {
    display: inline-block;
}

.social_icons a:hover {
    text-decoration: none;
}

.tg_icon svg {
    max-width: 50px;
    height: 50px;
}

.viber_icon svg {
    max-width: 55px;
    height: 55px;
}

.viber_icon {
    margin-left: 15px;
}

@media (max-width: 767.98px) {
    .social_icons {
        display: none;
    }
}

.personal-data-agreement a {
    color: #ff0000;
}

.terms_of_car .main-title,
.terms_of_car .terms_of_car-item-name,
.terms_of_car .terms_of_car-instock-list-wrap .terms_btn-last,
.terms_of_car .terms_of_car-instock-list-wrap .terms_btn-last-main,
.terms_of_car .terms_of_car-instock-list-wrap .terms_btn-last:not(:disabled):not(.disabled):active {
    color: inherit;
}

.terms_of_car .terms_of_car-instock-list,
.terms_of_car .terms_of_car-item {
    background: none;
    background: #1E1E1E;
    border: 1px solid #474747;
    border-radius: 0;
}

.terms_of_car-item-title {
    color: #fff;
}

.calculation_module {
    margin-bottom: 40px;
}


.calculation_module-calc-title,
.calculation_module .forms__range span,
.calculation_module .credit-form__option span:first-child,
.form__title,
.form__label,
.form__options span,
.calculation_module-comlect-desc,
.calculation_module-item-price,
.table {
    color: inherit !important;
}

.calculation_module .choose-credit-program-name span,
.calculation_module .choose-credit-program-percent span,
.calculation_module .choose-credit-program-month span,
.calculation_module-item-name, .calculation_module-modif-name {

    color: #FF0000 !important;
}

.calculation_module .forms__range input[type=range]::-webkit-slider-thumb {
    background: #FF0000 !important;
    box-shadow: 0px 0px 0px #FF0000, 0px 0px 0px #FF0000 !important;
    border: 0px solid #FF0000 !important;
}

.calculation_module .choose-credit-program,
.calculation_module .credit-form__result-price,
.insurance-calc-head,
.calculation_module-style {
    background: #060606 !important;
    border: 1px solid #474747 !important;
    color: inherit !important;
    border-radius: 0 !important;
    padding: 12px 16px 13px !important;
}

body .form-control,
.modal-fw-window .forms input:not([type="checkbox"]):not([type="radio"]):not([type="range"]),
.modal-fw-window .forms select,
body .modal-fw.modal .form-control,
body .call-wrap-form input {
    background: #060606;
    border: 1px solid #474747;
    border-radius: 6px;
    color: #fff;
}

.modal-fw-window .forms select option {
    background: #060606;
}

.elements__style-form-el .calculation_module .form-control,
.elements__style-form-el .calculation_module .form-control[readonly] {
    background: #060606;
    border: 1px solid #474747;
    border-radius: 6px;
    color: #fff;
}

.elements__style-form-el .calculation_module .form-control:focus,
body .form-control:focus,
.modal-fw-window .forms input:not([type="checkbox"]):not([type="radio"]):not([type="range"]):focus,
.modal-fw-window .forms select:focus,
body .modal-fw.modal .form-control:focus,
body .call-wrap-form input:focus {
    color: #fff;
    border-color: #fff;
    background: #060606;
}

.calculation_module .form-btn-submit {
    padding-top: 5px;
}

.modules-banks {
    padding: 20px 20px 0;
    margin-top: 10px;
    background: #1E1E1E;
    border: 1px solid #474747;
    box-sizing: border-box;
    box-shadow: 0px 10px 20px rgb(136 133 133 / 16%);
    border-radius: 20px;
}

.modules-banks__box img {
    background: #fff;
    padding: 4px;
    border-radius: 5px;
    height: 100%;
    object-fit: contain;
}

.form__radio-inline label:before {
    border: 1px solid #fff !important;
    background-color: transparent !important;
    box-shadow: none !important;
}

.form__options [type=checkbox]:checked + label:before,
.form__radio-inline [type=radio]:checked + label:before {
    background: #FF0000 !important;
    border-color: #FF0000 !important;
    box-shadow: 0 0 0 3px #fff inset !important;
}

.serivces-tabs-table tr {
    background: none !important;
}

#ins-calc label.form-control {
    background: none !important;
}

#ins-calc .form__radio-box [type=checkbox]:checked + label,
#ins-calc .form__radio-box [type=radio]:checked + label,
#ins-calc .form__radio-box label:hover {
    background: #FF0000 !important;
    color: #fff !important;
}

.insurance-page-calc .btn-blue {
    display: inline-flex;
}

.modal-content,
.modal-fw-window.modal,
body .modal-fw.modal {
    background: #000;
}

.modal-title,
.modal-body,
body .modal-fw .modal-title,
body .modal-fw .modal-subtitle,
body .call-form-subtitle span,
#coreViDiModal .modal-title {
    color: inherit;
}

.close:hover,
.enter_modal-title svg {
    color: #C12525;
}

.enter_modal-title svg path,
.enter_modal-title svg circle,
.log-reg-modal.modal button.close path {
    stroke: currentColor;
}

body .call-form-wrap {
    background: none;
}

body .choose-dep .radio label:hover,
body .choose-dep .radio input[type="radio"]:checked + label {
    color: #fff;
    border-color: #fff;
    background: #E40C25;
}

#auth-form #preloader-auth, #recovery-form #preloader-auth, #updateForm #preloader-auth, #change-phone-form #preloader-auth, #checkouOrderWidget #preloader-auth {
    background: #000 !important;
}

/*close drop menu*/

.haval-dn {
    display: none;
}

@media (max-width: 991.98px) {
    .haval-db {
        display: none !important;
    }

    .haval-dn {
        display: block;
    }
}

/*breadcrumbs new*/

.breadcrumbs__new {
    padding: 8px 0 9px;
    background: linear-gradient(180deg, #110F0F 0%, #000000 100%);
}
.global_breadcrumbs__new{
    display: flex;
    align-items: center;
    padding: 0px;
    margin: 0px;
}
.marker__none{
    list-style-type: none;
}
.breadcrumbs__link{
    font-size: 14px;
    text-decoration: none;
    color: #fff;
    border-bottom: 1px solid transparent;
    transition: all .18s;
    text-transform: uppercase;
}
.marker__none>a:hover{
    color: rgba(0, 0, 0, 0.87);
    text-decoration: none;
}

.arrow-bc {
    width: 7px;
    margin: 0 9px 0;
    display: inline-block;
    vertical-align: middle;
    margin-top: -1px;
}

@media (max-width: 768px) {
    .choose__car .choose__car-btn {
        flex: 0 0 33%;
    }
    .breadcrumbs__new {
        overflow-x: scroll;
        white-space: nowrap;
    }
}

/*breadcrumbs new END*/

/* ДЛЯ ВАШОГО БІЗНЕСУ*/
.catalogue input,
.catalogue-content {
    display: none;
}

.for__business__content {
    margin-top: 40px;
}

.for__business-title {
    font-weight: 600;
    font-size: 26px;
    line-height: 38px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    margin: 35px 0px;
}

.content__box {
    width: 100%;
}


.for__business__content__wrapper {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 80px;
}

.content-title > h1 {
    font-size: 31px;
    line-height: 67px;
    text-transform: uppercase;
    color: #FFFFFF;
}

.content-title > p {
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
    color: #FFFFFF;
    width: 75%;

}

.bg-none {
    color: #013147 !important;
    background-color: white !important;
    border: 1px solid #013147 !important;
}

.content-title {
    width: 60%;
}


.catalogue {
    border-radius: 3px;
    color: #848994;
    margin-bottom: 20px;
    border: 2px solid #F4F4F4;
}

.catalogue-title {
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    text-transform: uppercase;
    color: #2f2f33;
    position: relative;
    padding: 25px 48px;
    display: block;
    cursor: pointer;
    background-color: #F4F4F4;
    margin: 0px;
}

.catalogue-title::after {
    content: '';
    background-image: url(/bundles/dcsite/img/accordion-arrow-down.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 21px;
    height: 20px;
    position: absolute;
    right: 17px;
    bottom: 25px;

}

.catalogue-content {
    padding: 10px 20px;
}

.catalogue :checked + .catalogue-title::after {
    content: '';
    background-image: url(/bundles/dcsite/img/accordion-arrow-up.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 21px;
    height: 20px;
    position: absolute;
    right: 17px;
    bottom: 25px;
}

.catalogue :checked ~ .catalogue-content {
    display: block;
}

.content__box-title {
    font-weight: 500;
    font-size: 24px;
    line-height: 150%;
    margin-top: 30px;
    margin-bottom: 10px;
    color: #FFFFFF;
}

.content__box > ul > li {
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    margin-bottom: 15px;
    color: #dcdcdc;
    list-style: disc;
    margin-left: 30px;
}

.content__box > ul {
    width: 90%;
    padding-left: 0px;
}

.content__box-subtitle {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    color: #dcdcdc;
    line-height: 150%;
    margin-bottom: 15px;
}

.content__wrapper {
    display: flex;
    align-items: flex-start;
}


.content__wrapper > svg {
    margin: 30px;
    fill: #FF0000;
}

.for__business-svg {
    fill: #FF0000;
}

.accordion-btn {
    width: 304px;
    font-size: 12px;
    text-align: center;
    color: #FFFFFF;
    background: #FF0000;
    border-radius: 2px;
    padding: 15px 50px;
    text-decoration: none;
    text-transform: uppercase;
    display: block;
    margin: 25px 0px;
    font-weight: 600;
    border: 1px solid transparent;
}

.bussines-btn {
    background-color: #FF0000;
    border: none;
    color: #ffff;
    padding: 11px 30px;
    text-transform: uppercase;
}

.bussines-btn:hover {
    opacity: 80%;
}

.bussines-btn:active, .bussines-btn:focus {
    outline: none;
}

.bg-none:hover {
    color: #FF0000 !important;
    border: 1px solid #FF0000 !important;
}

.phone {
    color: #FF0000;
}

.phone:hover {
    color: inherit;
    opacity: 80%;
    text-decoration: none;
}

.accordion-btn:hover {
    color: #FFFFFF;
    text-decoration: none;
    background: none;
    border: 1px solid #FFFFFF;
}

.desc {
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    color: #FFFFFF;
}

.pue-btn:hover {
    color: #FFFFFF !important;
    border: 1px solid #FFFFFF !important;
    background-color: #FFFFFF !important;
}

@media (max-width: 991px) {
    .content-title > h1 {
        font-size: 6vw;
        margin: 15px 0px;
    }

    .content-title > p {
        width: 100%;
        font-size: 4vw;
        line-height: 5vw;
        margin-bottom: 25px;
    }

    .content-title {
        width: 100%;
    }

    .for__business__content__wrapper {
        align-items: center;
        margin-bottom: 0px;
    }
}

@media (max-width: 768px) {
    .content__wrapper {
        flex-wrap: wrap;
    }

    .content__box > ul {
        width: 100%;
    }

    .accordion-btn {
        width: 100%;
        margin: 0px;
    }

    .content__box > ul > li {
        margin-left: 15px;
    }

    .content__box-title {
        font-size: 16px;
        margin-top: 5px;
        line-height: 24px;
    }

    .content__wrapper > svg {
        margin: 20px 20px 20px 0px;
    }

    .catalogue-title {
        font-size: 10px;
    }

    .catalogue-title {
        padding: 20px 12px;
        padding-right: 45px;
    }

    .catalogue-title::after {
        bottom: 22px;
    }

    .catalogue :checked + .catalogue-title::after {
        bottom: 22px;
    }

    .catalogue {
        margin-bottom: 10px;
    }

    .content-btn {
        width: 100%;
    }
}

.pue-btn {
    padding: 12px 35px 11px;
    font-style: normal;
    font-weight: bold;
    font-size: 10px;
    line-height: 17px;
    text-align: center;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    border: 1px solid black !important;
}

.pue-btn:focus, .pue-btn:active {
    color: black !important;
    box-shadow: none !important;
    background-color: transparent !important;
}

@media (max-width: 425px) {
    .content-title > h1 {
        margin: 15px 0px;
        line-height: 31px;
        text-align: center;
    }

    .for__business-title {
        font-size: 5vw;
        line-height: 28px;
    }

    .commercial__style {
        font-size: 12px;
    }
}

@media (max-width: 321px) {
    .catalogue-title {
        font-size: 12px;
    }

    .content__box > ul > li {
        font-size: 10px;
        line-height: 15px;
        margin-bottom: 8px;
    }

    .content__box-title {
        font-size: 11px;
        line-height: 24px;
    }

    .content__box-subtitle {
        font-size: 10px;
    }

}
/*Arrow link*/
.content__box__title-link {
    font-weight: lighter;
    font-size: 24px;
    text-transform: uppercase;
    line-height: 150%;
    margin-top: 30px;
    margin-bottom: 10px;
    color: #FFFFFF;
    display: block;
}

.content__box__title-link:hover {
    color: #FFFFFF;
    text-decoration: none;
}

.content__box__title-link:after {
    content: "›";
    margin-left: 10px;

}

.content__box__title-link:hover:after {
    content: "›";
    margin-left: 15px;

}

@media (max-width: 768px) {
    .content__box__title-link {
        font-size: 16px;
    }
}
@media (max-width: 321px) {
    .content__box__title-link {
        font-size: 16px;
    }
}

/*END Arrow link*/

/*END ДЛЯ ВАШОГО БІЗНЕСУ*/

/*Переваги лізингу*/
.advantages__leasing p{
    font-style: normal;
    font-weight: 300;
    line-height: 27px;
    color: #ffffff;
    margin-bottom: 18px;
}
.advantages__leasing__title{
    font-weight: bold;
    font-size: 24px;
    line-height: 30px;
    color: #ffffff;
    margin: 30px 0px;
    text-transform: uppercase;
    text-align: left;
}

@media (max-width: 767.98px) {
    .advantages__leasing__title{
        font-size: 21px;
        margin: 15px 0px;
    }
}

@media (max-width: 497.98px) {
    .advantages__leasing__title{
        font-size: 21px;
        line-height: 37px;
    }
}

/* АКОРДІОН ЛІЗИНГ*/
.catalogue input,
.catalogue-content {
    display: none;
}

.for__business__content {
    margin-top: 40px;
}

.for__business-title {
    font-weight: 600;
    font-size: 26px;
    line-height: 38px;
    text-align: center;
    text-transform: uppercase;
    color: #ffffff;
    margin: 35px 0px;
}

.content__box {
    width: 100%;
}

.for__business__content__wrapper {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 80px;
}

.content-title > h1 {
    font-size: 31px;
    line-height: 67px;
    text-transform: uppercase;
    color: #ffffff;
}

.content-title > p {
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
    color: #ffffff;
    width: 75%;

}

.bg-none {
    color: #013147 !important;
    background-color: white !important;
    border: 1px solid #013147 !important;
}

.content-title {
    width: 60%;
}

.catalogue {
    border-radius: 3px;
    color: #848994;
    margin-bottom: 20px;
    border: 2px solid #F4F4F4;
}

.catalogue-title {
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    text-transform: uppercase;
    color: #2f2f33;
    position: relative;
    padding: 25px 48px;
    display: block;
    cursor: pointer;
    background-color: #F4F4F4;
    margin: 0px;
}

.catalogue-title::after {
    content: '';
    background-image: url(/bundles/dcsite/img/accordion-arrow-down.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 21px;
    height: 20px;
    position: absolute;
    right: 17px;
    bottom: 25px;

}

.catalogue-content {
    padding: 10px 20px;
}

.catalogue :checked + .catalogue-title::after {
    content: '';
    background-image: url(/bundles/dcsite/img/accordion-arrow-up.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 21px;
    height: 20px;
    position: absolute;
    right: 17px;
    bottom: 25px;
}

.catalogue :checked ~ .catalogue-content {
    display: block;
}

.content__box-title {
    font-weight: 800;
    font-size: 24px;
    line-height: 150%;
    margin-top: 30px;
    margin-bottom: 10px;
    color: #ffffff;
}

.content__box > ul > li {
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    margin-bottom: 15px;
    color: #ffffff;
    list-style: disc;
    margin-left: 30px;
}

.content__box > ul {
    width: 90%;
    padding-left: 0px;
}

.content__box-subtitle {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    margin-bottom: 15px;
    color: #ffffff;
}

.content__wrapper {
    display: flex;
    align-items: flex-start;
}


.content__wrapper > img {
    margin: 30px;
}

.for__business-svg {
    fill: #000000;
}

.accordion-btn {
    width: 304px;
    font-size: 12px;
    text-align: center;
    color: #FFFFFF;
    background: #000000;
    border-radius: 2px;
    padding: 15px 25px;
    text-decoration: none;
    text-transform: uppercase;
    display: block;
    margin: 25px 0px;
    font-weight: 600;
    border: 1px solid transparent;
}

.bussines-btn {
    background-color: #000000;
    border: none;
    color: #ffff;
    padding: 11px 30px;
    text-transform: uppercase;
}

.bussines-btn:hover {
    opacity: 80%;
}

.bussines-btn:active, .bussines-btn:focus {
    outline: none;
}

.bg-none:hover {
    color: #000000 !important;
    border: 1px solid #000000 !important;
}

.phone {
    color: #000000;
}

.phone:hover {
    color: inherit;
    opacity: 80%;
    text-decoration: none;
}

.accordion-btn:hover {
    color: #ffffff;
    text-decoration: none;
    background: none;
    border: 1px solid #ffffff;
}

.desc {
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    color: #222222;
}

.pue-btn:hover {
    color: #162133 !important;
    border: 1px solid #162133 !important;
    background-color: #FFFFFF !important;
}

@media (max-width: 991px) {
    .content-title > h1 {
        font-size: 6vw;
        margin: 15px 0px;
    }

    .content-title > p {
        width: 100%;
        font-size: 4vw;
        line-height: 5vw;
        margin-bottom: 25px;
    }

    .content-title {
        width: 100%;
    }

    .for__business__content__wrapper {
        align-items: center;
        margin-bottom: 0px;
    }
}

@media (max-width: 768px) {
    .content__wrapper {
        flex-wrap: wrap;
    }

    .content__box > ul {
        width: 100%;
    }

    .accordion-btn {
        width: 100%;
        margin: 0px;
    }

    .content__box > ul > li {
        margin-left: 15px;
    }

    .content__box-title {
        font-size: 16px;
        margin-top: 5px;
        line-height: 24px;
    }

    .content__wrapper > svg {
        margin: 20px 20px 20px 0px;
    }

    .catalogue-title {
        font-size: 10px;
    }

    .catalogue-title {
        padding: 20px 12px;
        padding-right: 45px;
    }

    .catalogue-title::after {
        bottom: 22px;
    }

    .catalogue :checked + .catalogue-title::after {
        bottom: 22px;
    }

    .catalogue {
        margin-bottom: 10px;
    }

    .content-btn {
        width: 100%;
    }
    .section__title-newsize{
        font-size: 20px;
        line-height: 32px;
    }
    .leasing_widget-wrap {
        margin: 0 0 10px;
    }
}

.pue-btn {
    padding: 12px 35px 11px;
    font-style: normal;
    font-weight: bold;
    font-size: 10px;
    line-height: 17px;
    text-align: center;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    border: 1px solid black !important;
}

.pue-btn:focus, .pue-btn:active {
    color: black !important;
    box-shadow: none !important;
    background-color: transparent !important;
}
.content__box__title-nolink {
    font-weight: lighter;
    font-size: 24px;
    text-transform: uppercase;
    line-height: 150%;
    margin-top: 30px;
    margin-bottom: 10px;
    color: #222222;
    display: block;
}

@media (max-width: 425px) {
    .content-title > h1 {
        margin: 15px 0px;
        line-height: 31px;
        text-align: center;
    }

    .for__business-title {
        font-size: 5vw;
        line-height: 28px;
    }

    .commercial__style {
        font-size: 12px;
    }
    .section__title-newsize{
        font-size: 16px;
    }
    .content__box__title-nolink {
        font-size: 16px;
    }
}

@media (max-width: 321px) {
    .catalogue-title {
        font-size: 12px;
    }

    .content__box > ul > li {
        font-size: 10px;
        line-height: 15px;
        margin-bottom: 8px;
    }

    .content__box-title {
        font-size: 11px;
        line-height: 24px;
    }

    .content__box-subtitle {
        font-size: 10px;
    }
    .section__title-newsize{
        font-size: 12px;
    }
    .content__box__title-nolink {
        font-size: 11px;
    }
}
/*END АКОРДІОН ЛІЗИНГ*/

/*END Переваги лізингу*/

/* СТАТУС НОВИНКА*/
.car_status_is_new-block {
    margin: 10px 0px;
    border-radius: 3px;
}

.car-section-title {
    font-weight: 900;
    font-size: 24px;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #141414;
}

.car_status_is_new {
    background-color: #E40C25;
    color: #ffff !important;
    padding: 2px 5px;
    font-size: 10px;
}

@media (max-width: 991px) {


    .car_status_is_new {
        font-size: 14px;
    }

    .car-section-title {
        font-size: 14px;
    }
}

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

.car_card_status_is_new {
    margin-left: 10px;
}

.car_card_status_is_new-pos {
    font-size: 12px;
    position: absolute;
    top: 50px;
    z-index: 5;
    margin: 0px 50px;
}

@media (max-width: 479px) {
    .car_card_status_is_new {
        padding: 2px 7px;
        font-size: 12px;
    }
    .car_status_is_new{
        width: 50%;
        display: block;
        margin-top: 10px;
        margin-left: 25% !important;
    }
}

/* FAQ TOGGLE */

.faq__wrapper {
    background-color: #fbfbfb;
    padding: 40px 0px;
}

.car-faq__item {
    margin: 0 0 0 25px;
    border-top: 1px solid #DDDDDD;
}

.car-faq__item:first-child {
    border-top: 0;
}

.car-faq__item.--opened .car-faq__icon {
    transform: rotate(135deg);
}

.car-faq__title {
    position: relative;
    padding: 11px 0;
    font-size: 16px;
    line-height: 1.44;
    letter-spacing: 0.02em;
    color: #000000;
    transition: all .18s;
    cursor: pointer;
}

.car-faq__title:hover {
    color: #E50923;
}

.car-faq__icon {
    position: absolute;
    top: 19px;
    left: -20px;
    height: 10px;
    width: 10px;
    transform-origin: center;
    transition: all .3s ease-in-out;
}

.car-faq__icon:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 2px;
    height: 10px;
    background: #E50923;
    transform: translateX(-50%);
}

.car-faq__icon:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    height: 2px;
    width: 10px;
    background: #E50923;
    transform: translateY(-50%);
}

.car-faq__content {
    padding: 10px 0 10px;
    font-size: 16px;
    line-height: 1.22;
    color: #585858;
    display: none;
}

@media (min-width: 768px) {
    .car-faq__item {
        margin-left: 37px;
    }
}

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

/* END FAQ TOGGLE */
/* END СТАТУС НОВИНКА*/


.arrow__down:after{
    content: "‹";
    position: absolute;
    margin-left: 6px;
    transform: rotate(265deg);
    transition: all ease .3s;
}

.arrow__down-up:after {
    content: "‹";
    transform: rotate(85deg);
    transition: all ease .3s;
}


@media (max-width: 991px){
    .arrow__down:after,.arrow__down-up:after{
        font-size: 30px;
        line-height: 20px;
        margin-left: 10px;
    }
    .arrow__down-up:after {
        transform: rotate(90deg);
        margin-left: 17px;
    }
}

.service_widget-title, .service_widget-result-title, .service_widget-result-item span, .service_widget-result-item, p.phone a, p.mail a {
    color: #fff !important;
}


.card-body>.card-title,.card-body>.card-text{
    color: #000;
}

.elements__style-form-el .form-group label {
    color: #ffffff !important;
}

#night-bookin .breadcrumb-item{
    color: #000;
}

  /* location_widget  */

  .location_widget_hidden {
    display: none;
}

.location_widget_toggle:checked~.location_widget_hidden {
    display: flex;
    flex-direction: column;
    gap: 15px;
    align-items: center;
    margin-bottom: 20px;
}

.location_widget_wrapper {
    border-radius: 4px;
    background: #000000;
    padding: 10px 20px;
    margin-top: 25px;
}

.location_widget_title {
    color: #fff;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 18px;
    margin: 0;
}

.location_widget_adress {
    color: #C12525;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    text-decoration-line: underline;
    display: block;
    margin: 10px auto 20px;
}

.location_widget_adress:hover {
    color: inherit;
    opacity: 80%;
}

.location_widget_toggle {
    display: none;
}

.location_widget_name {
    color: #fff;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    margin: 0;
}

.location_widget_phone {
    color: #C12525;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
}

.location_widget_phone:hover {
    color: inherit;
    opacity: 80%;
}

.location_widget_more {
    color: #fff;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    padding-bottom: 5px;
    border-bottom: 1px solid;
}

.location_widget_more:hover {
    text-decoration: none;
    color: #C12525;
}

.location_widget_toggle-button {
    width: 100%;
    position: relative;
    height: 24px;
    background: #FFF;
    display: block;
    cursor: pointer;
    margin: 0;
}

.location_widget_toggle-button::before {
    content: "";
    position: absolute;
    width: 14px;
    height: 14px;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTAuMjE5NjY1IDEuMzA4ODFDMC4wNzkwMTI4IDEuMTY1MDMgLTIuOTMwMTdlLTA2IDAuOTcwMDE4IDAgMC43NjY2NzlDMi45MzAzNGUtMDYgMC41NjMzNCAwLjA3OTAyNDIgMC4zNjgzMzEgMC4yMTk2OCAwLjIyNDU1QzAuMzYwMzM2IDAuMDgwNzcwMiAwLjU1MTEwNSAtMi45OTUzNWUtMDYgMC43NTAwMTkgMEMwLjk0ODkzNCAyLjk5NTUyZS0wNiAxLjEzOTcgMC4wODA3ODE5IDEuMjgwMzUgMC4yMjQ1NjZMOC4wMDAwMSA3LjA5MzY4TDE0LjcxOTcgMC4yMjQ1NjZDMTQuODYwMyAwLjA4MDc4MTkgMTUuMDUxMSAzLjAwODYxZS0wNiAxNS4yNSAxLjUzMTU5ZS0wOEMxNS40NDg5IC0yLjk3Nzk3ZS0wNiAxNS42Mzk3IDAuMDgwNzcwMiAxNS43ODAzIDAuMjI0NTVDMTUuOTIxIDAuMzY4MzMxIDE2IDAuNTYzMzQgMTYgMC43NjY2NzlDMTYgMC45NzAwMTggMTUuOTIxIDEuMTY1MDMgMTUuNzgwNCAxLjMwODgxTDguNTMwMzUgOC43MjAwN0M4LjQ2MDcxIDguNzkxMjcgOC4zNzgwMyA4Ljg0Nzc1IDguMjg3MDMgOC44ODYyOEM4LjE5NjAzIDguOTI0ODEgOC4wOTg1IDguOTQ0NjQgOC4wMDAwMSA4Ljk0NDY0QzcuOTAxNTEgOC45NDQ2NCA3LjgwMzk4IDguOTI0ODEgNy43MTI5OSA4Ljg4NjI4QzcuNjIxOTkgOC44NDc3NSA3LjUzOTMxIDguNzkxMjcgNy40Njk2NiA4LjcyMDA3TDAuMjE5NjY1IDEuMzA4ODFaTTE0LjcxOTcgNy4yNzk5Mkw4LjAwMDAxIDE0LjE0OUwxLjI4MDM1IDcuMjc5OTJDMS4xMzk3IDcuMTM2MTQgMC45NDg5MzQgNy4wNTUzNiAwLjc1MDAxOSA3LjA1NTM2QzAuNTUxMTA1IDcuMDU1MzUgMC4zNjAzMzYgNy4xMzYxMyAwLjIxOTY4IDcuMjc5OTFDMC4wNzkwMjQzIDcuNDIzNjkgMi45NDY1OWUtMDYgNy42MTg3IDEuMzc2ODVlLTA4IDcuODIyMDRDLTIuOTE5MDVlLTA2IDguMDI1MzggMC4wNzkwMTI4IDguMjIwMzkgMC4yMTk2NjUgOC4zNjQxN0w3LjQ2OTY2IDE1Ljc3NTRDNy41MzkzMSAxNS44NDY2IDcuNjIxOTkgMTUuOTAzMSA3LjcxMjk5IDE1Ljk0MTZDNy44MDM5OCAxNS45ODAyIDcuOTAxNTEgMTYgOC4wMDAwMSAxNkM4LjA5ODUgMTYgOC4xOTYwMyAxNS45ODAyIDguMjg3MDMgMTUuOTQxNkM4LjM3ODAzIDE1LjkwMzEgOC40NjA3MSAxNS44NDY2IDguNTMwMzUgMTUuNzc1NEwxNS43ODA0IDguMzY0MTdDMTUuOTIxIDguMjIwMzkgMTYgOC4wMjUzOCAxNiA3LjgyMjA0QzE2IDcuNjE4NyAxNS45MjEgNy40MjM2OSAxNS43ODAzIDcuMjc5OTFDMTUuNjM5NyA3LjEzNjEzIDE1LjQ0ODkgNy4wNTUzNSAxNS4yNSA3LjA1NTM2QzE1LjA1MTEgNy4wNTUzNiAxNC44NjAzIDcuMTM2MTQgMTQuNzE5NyA3LjI3OTkyWiIgZmlsbD0iYmxhY2siLz4KPC9zdmc+Cg==);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    transform-origin: center center;
}

.location_widget_toggle:checked~.location_widget_toggle-button::before {
    top: 25%;
    left: 49%;
    transform: rotateX(180deg);
}

/* END location_widget  */

.modal-title span{
    color: #fff;
}

