@font-face {
    font-family: 'Nissan-Brand';
    src: url('/bundles/dcsite/fonts/nissan/NissanBrand-Bold.eot');
    src: local('Nissan-Brand Bold'), local('NissanBrand-Bold'),
        url('/bundles/dcsite/fonts/nissan/NissanBrand-Bold.eot?#iefix') format('embedded-opentype'),
        url('/bundles/dcsite/fonts/nissan/NissanBrand-Bold.woff') format('woff'),
        url('/bundles/dcsite/fonts/nissan/NissanBrand-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Nissan-Brand';
    src: url('/bundles/dcsite/fonts/nissan/NissanBrand-Regular.eot');
    src: local('Nissan-Brand'), local('NissanBrand-Regular'),
        url('/bundles/dcsite/fonts/nissan/NissanBrand-Regular.eot?#iefix') format('embedded-opentype'),
        url('/bundles/dcsite/fonts/nissan/NissanBrand-Regular.woff') format('woff'),
        url('/bundles/dcsite/fonts/nissan/NissanBrand-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Nissan-Brand';
    src: url('/bundles/dcsite/fonts/nissan/NissanBrand-Light.eot');
    src: local('Nissan-Brand Light'), local('NissanBrand-Light'),
        url('/bundles/dcsite/fonts/nissan/NissanBrand-Light.eot?#iefix') format('embedded-opentype'),
        url('/bundles/dcsite/fonts/nissan/NissanBrand-Light.woff') format('woff'),
        url('/bundles/dcsite/fonts/nissan/NissanBrand-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

:root {
    --global-color: #C3002F;
}


body {
    font-family: 'Nissan-Brand';
    font-weight: normal;
    color: #000000;
}

.mobile-logo {
    display: none;
}

@media (max-width: 991.98px) {
    .desctop-logo {
        display: none;
    }

    .mobile-logo {
        display: block !important;
    }
}

.icomoon-car:before {
    content: "" !important;
    background: url('../../img/icon/car-icon.svg') no-repeat;
    background-size: 100%;
    width: 10px;
    height: 10px;
    display: inline-block;
}

.icomoon-wrench:before {
    content: "" !important;
    background: url('../../img/icon/wrench-icon.svg') no-repeat;
    background-size: 100%;
    width: 11px;
    height: 11px;
    display: inline-block;
}

.icomoon-search:before {
    content: '';
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAEbSURBVHgBrVOBcYMwDJR7HYAN6g3KCHSCZoMyQjYoI3QDskGTCWCDZANGgEzgvA6JKD5wSC5/9+dDkl+SJYgSCCEUYA12YUQPNmBJa4DADPwPt+hmvvN7QkcTvBVhJVe5MxXmSyK/RsSDG2lHwUlysDJxWSzizQVvRBu5WEnLXuI1QRULleKojegu8QSFJoodf+IoJajR7Akxfqf+PbJrr4NzrsXZ0n0MoH+LjCc5Pa2APDLHDktC37QOGzn3c1l0Ej+UrsaH65IWsTML12VkbBMiGlezzVkRHDzGeFNb8EBj2x78BEsaB8O2LwxmWKpEN7gL8+hlOaeNdguVTJmkf+YHeBbffqrCtFTPVJLRo3iJiAjpX9w8LQJcANSY2y+6IWM6AAAAAElFTkSuQmCC);
    width: 18px;
    height: 18px;
    display: inline-block;
    background-repeat: no-repeat;
}

.section-brown {
    background: #000000;
}

.section-gray {
    background: #f8f8f8;
}

.section-padding {
    padding-top: 30px;
    padding-bottom: 30px;
}

.no-padd {
    padding: 0;
}

.m-0 {
    margin: 0 !important;
}

.bg-grey {
    background: #f8f8f8;
}

a {
    color: #C3002F;
    text-decoration: none !important;
}

sup {
    top: -.5em;
}

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

.title-breadcrumbs {
    padding: 5px 0;
    background: #000000;
}

.title-breadcrumbs span {
    padding: 0 10px 0 2px;
    color: #fff;
}

.vidi_breadcrumbs > span:last-child {
    color: rgba(255, 255, 255, .6);
}

.title-breadcrumbs-landing {
    padding: 40px 0 22px;
    background: rgba(43, 52, 56, .72);
    margin-left: -30px;
    position: absolute;
    top: 148px;
    left: 0;
    right: 0;
}

.title-breadcrumbs-landing h1 {
    margin: 0 0 30px;
    text-transform: uppercase;
    color: #fff;
}

.title-breadcrumbs-landing span {
    padding: 0 10px 0 2px;
    color: #fff;
}

.vidi_breadcrumbs-landing > span:last-child {
    color: rgba(255, 255, 255, .6);
}

.last-breadcrumbs {
    color: rgba(255, 255, 255, .6) !important;
}

.header-menu .nav-pills .show > .nav-link {
    color: red;
    background: 0 0;
}

.section-title {
    padding-bottom: 0px;
    font-weight: 700;
    font-size: 30px;
    text-align: left;
    text-transform: uppercase;
}

.advantages-line-title {
    width: 70px;
    height: 3px;
    background: #C3002F;
    display: none;
    margin-top: 16px;
    margin-bottom: 16px;
}

.contact-tel {
    display: inline-block;
    width: 17px;
    height: 17px;
    background: url(../../img/nissan/landing/tel.png) no-repeat;
    margin-right: 10px;
}

.contact-mail {
    display: inline-block;
    width: 17px;
    height: 17px;
    background: url(../../img/nissan/landing/mail.png) no-repeat center bottom;
    margin-right: 10px;
}

.contact-viber {
    display: inline-block;
    width: 17px;
    height: 17px;
    background: url(../../img/nissan/landing/viber.png) no-repeat;
    margin-right: 10px;
}

.btn-chevron-right-lineup {
    background: url('/bundles/dcsite/img/nissan/arrow-right.png') no-repeat;
    width: 10px;
    height: 14px;
    display: inline-block;
    margin-left: 10px;
    margin-top: 6px;
}

.qtranxs_widget ul {
    margin: 0;
}

.qtranxs_widget ul li {
    display: inline-block;
    list-style-type: none;
    margin: 0 5px 0 0;
    opacity: .5;
    -o-transition: 1s ease opacity;
    -moz-transition: 1s ease opacity;
    -webkit-transition: 1s ease opacity;
    transition: 1s ease opacity;
}

.qtranxs_widget ul li:last-child {
    border: none;
}

.qtranxs_widget ul li.active {
    opacity: .8;
}

.qtranxs_widget ul li:hover {
    opacity: 1;
}

.qtranxs_flag_and_text {
    padding-left: 20px;
}

.qtranxs_widget ul {
    margin-top: 8px !important;
    float: right !important;
}

.lang-ua a {
    color: #b2b1b1;
    padding: 5px;
}

.pl-0 {
    padding-left: 0;
}

.lang-ru a {
    color: #b2b1b1;
}

li.lang-ua {
    border-right: 1px solid red;
    padding-right: 6px;
}

.qtranxs_widget ul li.active a {
    opacity: .8;
    color: #000000;
    font-weight: bold;
}

.header-menu .menu-main a {
    margin: 0;
}

.header-info-container {
    position: relative;
    height: 33px;
    padding-left: 110px;
    padding-right: 125px;
}

.btn-menu-reserved-front-page {
    color: #000000;
    background: #f8f8f8;
    margin-top: 16px;
    text-align: left;
    padding: 12px;
    padding-left: 18px;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 16px;
    border: none;
    outline: 0;
    width: 100%;
    display: inline-block;
    margin-bottom: 16px;
}

.brand {
    position: absolute;
    z-index: 1;
}

.brand a {
    display: block;
}

.custom-logo {
    width: 125px;
    height: 114px;
}

.menu-main a {
    font-size: 14px;
    color: #000000;
    transition: .4s ease;
}

.menu-main a:hover, .menu-main button:hover {
    text-decoration: none;
}

.menu-main hr {
    margin-top: 4px;
    border-top: 1px solid #a0acb3;
}

.header-magnets-contacts div {
    float: right;
    margin-left: 30px;
    margin-top: 8px;
    font-family: NissanText-Light, sans-serif;
    color: #b2b1b1;
    font-size: 11px;
    line-height: 1.5;
}

.contacts-address a:hover, .contacts-phone a:hover {
    background: 0 0 !important;
}

.footer-contacts span, .header-magnets-contacts span {
    display: block;
    float: left;
    margin-right: 6px;
    text-transform: none;
}

.header-magnets-contacts a, .header-magnets-contacts button {
    height: 33px;
    text-transform: uppercase;
    float: left;
    padding: 0 8px;
    font-family: NissanDisplay-Reegular, sans-serif;
    font-weight: bold;
    font-size: 10px;
    color: #000000;
    transition: .3s ease;
}

.header-magnets-contacts .btn {
    display: flex;
    align-items: center;
}

.header-magnets-contacts a:hover, .header-magnets-contacts button:hover {
    background: #dadada;
    color: #000 !important;
    text-decoration: none;
}

.header-magnets-contacts button > span {
    margin-right: 8px;
}

.header-menu-container > .navbar {
    padding-top: 0;
    padding-bottom: 0;
}

.contacts-ico-phone:before {
    content: url('../../img/nissan/ico/ico-phone.png');
}

.contacts-ico-map:before {
    width: 12px;
    height: 15px;
    content: url('../../img/nissan/ico/ico-map.png');
}

.contacts-ico-viber:before {
    width: 15px;
    height: 16px;
    content: url('../../img/nissan/ico/ico-viber.png');
}

.header-menu .nav .nav-item {
    position: relative;
    z-index: 10;
}

.header-menu .nav .nav-link {
    padding-top: 1rem;
    padding-bottom: 1rem;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: .05em;
    text-transform: uppercase;
    color: #000;
}

.header-menu .sub-menu {
    list-style: none;
}

.header-menu .nav > li .sub-menu > li:hover a, .header-menu .nav > li.active > a, .header-menu .nav > li:hover > a {
    color: red;
}

.sub-menu > li a {
    text-align: left;
    display: block;
    padding: 8px 10px;
    border-bottom: 1px #ededed dashed;
    font-family: 'Nissan Regular', sans-serif;
    color: #000;
    transition: .2s ease;
}

.sub-menu > li span {
    background: url('/bundles/dcsite/img/nissan/landing/menu-arrow-right.png') no-repeat center right;
    display: block;
    font-family: NissanText-Light, sans-serif;
}

.btn-chevron-right {
    background: url('/bundles/dcsite/img/nissan/landing/arrow-right.png') no-repeat;
    width: 10px;
    height: 14px;
    display: inline-block;
    margin-left: 22px;
    float: right;
    margin-top: 1px;
}

.header-menu-container {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#navbar-collapse-header .sub-menu {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    background: #f8f8f8;
    border-radius: 0;
    z-index: 11;
    padding: 0;
    font-size: 14px;
    min-width: 230px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, .08);
    transition: z-index 0s, opacity .2s, top .2s;
}

#navbar-collapse-header li.nav-item.dropdown.show .sub-menu {
    top: 84px;
    opacity: 1;
    visibility: visible;
    border: none;
    margin: 0;
}

#auto-dropdown {
    padding: 22px 0 4px !important;
    position: absolute;
    background: #f8f8f8;
    z-index: 1000;
    margin-top: 30px;
    padding: 22px 0 4px;
    opacity: 0;
    display: none;
    visibility: hidden;
    line-height: 1;
    -moz-transition: opacity .2s, margin .2s, visibility .2s;
    -o-transition: opacity .2s, margin .2s, visibility .2s;
    -webkit-transition: opacity .2s, margin .2s, visibility .2s;
    transition: all 0s;
    box-shadow: 0 4px 15px rgba(0, 0, 0, .08);
    left: -165px;
    text-align: left;
}

#navbar-collapse-header li:hover #auto-dropdown {
    display: block;
    margin-top: 0;
    visibility: visible;
    opacity: 1;
    transition: opacity .2s, margin .2s, visibility .2s;
}

#auto-dropdown .auto-category-title {
    background: #e7e7e7;
    font-family: 'Nissan Regular', sans-serif;
    text-transform: uppercase;
    font-size: 14px;
    color: #1e282e;
    display: block;
    padding: 15px 0 15px 45px;
}

#auto-dropdown .auto-category-title:before {
    font-family: icomoon !important;
    speak: none;
    font-style: normal;
    font-weight: 300;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e90f";
    position: absolute;
    left: 35px;
}

#auto-dropdown .auto-category-items {
    margin: 7px 0;
}

#auto-dropdown .auto-category-item a {
    font-family: 'Nissan Regular', sans-serif;
    text-transform: uppercase;
    font-size: 14px;
    display: block;
    padding: 7px 0 7px 45px;
    color: #1e282e;
}

#auto-dropdown .auto-category-item.active a, #auto-dropdown .auto-category-item:hover a {

    color: #fff;
    font-weight: bold;
    background: #C3002F;
}

#auto-dropdown .auto-variations li {
    margin-bottom: 20px;
    font-weight: bold;
}

#auto-dropdown .auto-variations span {
    font-family: 'Nissan Regular', sans-serif;
    font-size: 18px;
    color: #1e282e;
}

#auto-dropdown .auto-variations li > span:first-child {
    display: block;

    text-transform: uppercase;
    margin-bottom: 5px;
}

#auto-dropdown .auto-variations .amount {
    color: #C3002F;
}

#auto-dropdown .product-info-wrapper {
    padding: 0;
}

#auto-dropdown .product-info {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    padding: 20px 20px 15px;
    background: rgba(44, 52, 56, .4);
}

#auto-dropdown .product-info span {
    display: inline-block;
    font-family: 'Nissan Regular', sans-serif;
    font-size: 18px;
    color: #fff;
}

#auto-dropdown .product-info > span:first-child {
    margin-right: 20px;

    color: #C3002F;
}

#auto-dropdown .product-info .amount {

    font-size: 24px;
}

.woocommerce-Price-currencySymbol {
    font-family: 'Nissan Regular', sans-serif;
    font-size: 14px;
    padding-left: 5px;
}

.product-info-buttons {
    margin-top: 20px;
    text-align: center;
}

.product-info-buttons a {
    background: #000000;
    color: #fff;
    margin: 0 2px;
}

.product-info-buttons a > i {
    font-size: 16px;
    margin-right: 10px;
}

.product-info-buttons a:hover {
    background: #C3002F;
}

.qtranxs_widget ul {
    margin-top: 3px !important;
    float: right !important;
}

.menu-model {
    background: #fff;
    border: 1px solid #d3d3d3;
    padding: 20px;
    margin-bottom: 20px;
}

.menu-model-credit {
    text-align: right;
    font-style: italic;
}

.menu-model img {
    margin: 0 auto;
    display: block;
    margin-bottom: 12px;
    margin-top: 10px;
    width: 100%
}

.car-prices {
    margin-bottom: 8px;
    padding-bottom: 10px;
    border-bottom: 1px dashed #b1b1b1;
}

.car-name {

    font-size: 18px;
    color: #000000;
    text-transform: uppercase;
}

.car-link {
    display: block;
    min-height: 140px;
}

.car-link > img {
    width: 100%
}

.offer-price-car {
    color: #C3002F;
    float: right;
    font-size: 16px;
}

.price-car {
    color: #C3002F;

}

#allCar .col-md-3.col-lg-3 {
    padding: 6px !important;
}

.lead-magnet-text {
    display: block;
    text-transform: uppercase;
    line-height: 32px;
    border-radius: 2px;
    margin-bottom: 5px;
    cursor: pointer;
}

.lead-magnet-text i {
    padding-left: 10px;
    padding-right: 8px;
    font-size: 18px;
    position: relative;
    top: 2px;
}

.lead-magnet-image {
    position: relative;
    display: block;
    margin-bottom: 10px;
}

.lead-magnet-image img {
    display: block;
    width: 100%
}

.lead-magnet-image span {
    display: block;
    position: absolute;
    right: 12px;
    bottom: 9px;
    color: #fff;
    text-transform: uppercase;
}

.lead-magnet-image span i {
    font-size: 9px;
    color: #343434;
    background: #fff;
    padding: 3px;
    border-radius: 50%;
    margin-right: 8px;
    position: relative;
    top: 0;
}

.lead-magnet-text + .lead-magnet-image {
    padding-top: 21px;
    margin-top: 21px;
    border-top: solid 1px #e6e6e6;
}

/* .footer {
    font-family: NissanText-Light, sans-serif;
    font-size: 14px;
    display: inline-block;
    width: 100%;
    margin-bottom: -5px;
}

.footer-up {
    color: #fff;
    padding-top: 40px;
    padding-bottom: 40px;
}

.footer hr {
    border-top: 1px solid #d0d6da;
}

.footer p {
    line-height: 1.3;
    color: #ffffff;
}

.footer ul {
    list-style: square;
    color: #ffffff;
    padding-top: 0;
    padding-left: 0;
}

.footer ul li > a {
    display: block;
    padding-top: 5px;
    padding-bottom: 5px;
}

.footer-up .thumbnail {
    background-color: transparent;
    border: none;
}

.footer-title {
    display: block;
    margin-bottom: 26px;

    text-transform: uppercase;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
}

nav + nav .footer-title {
    margin-bottom: 10px;
    font-size: 12px;
    font-weight: 300;
    color: #b1b1b1;
} */

.exclusive h4 {
    color: #2ca3e1 !important;
    font-size: 14px !important;
    font-weight: 700 !important;
}

#text-1 * {
    line-height: 1.5;
}

/* .footer-down {
    padding-top: 10px;
}

.footer-text {
    font-size: 9px;
    color: #425968;
}

.footer-rights {
    text-align: left;
    font-size: 14px;
    color: #fff;
    padding: 10px;
}

.footer-social ul {
    list-style: none;
}

.footer-nav ul {
    margin-left: 20px;
    list-style: square;
    color: #ffffff;
}

ul#menu-footer-3 li > a {
    color: #ffffff;
}

.menu-footer-3-container {
    margin-left: 20px;
}

.footer-nav ul a {
    color: #ffffff;
}

.footer-social li {
    display: inline-block;
}

.footer-social .social {
    display: block;
    width: 31px;
    height: 31px;
    margin-right: 10px;
} */

.soc-fb {
    background: url('/bundles/dcsite/img/nissan/ico/ico-fb.png') no-repeat;
    background-size: cover;
}

.soc-tw {
    background: url('/bundles/dcsite/img/nissan/ico/insta.png') no-repeat;
    background-size: cover;
}

/* .footer-menu-car.krosover ul {
    padding-left: 18px;
}

.footer-menu-car.krosover ul li a {
    color: #ffffff;
    text-transform: uppercase;
}

.footer-contacts ul > li {
    display: block;
    padding: 5px 0;
} */

/* .section-footer-brown {
    background: #000000;
} */

.new-car:before {
    position: absolute;
    left: 0;
    content: 'New';
    background: #C3002F;
    font-size: 10px;
    color: #fff;
    font-weight: bold;
    padding: 2px 12px;
    border-radius: 4px;
    vertical-align: middle;
    letter-spacing: .07rem;
    display: inline-block;
}

@media (max-width: 1200px) {
    button.btn.btn-link.btn-105 {
        display: none;
    }

    #auto-dropdown {
        left: -165px;
    }
}

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

    .section-title {
        padding-bottom: 0px;
        font-size: 22px;
        line-height: normal;
    }

    #card-car-head {
        height: auto !important;
    }

    .col-md-4.col-lg-4.stock-variation {
        padding: 0 9.99px;
    }

    .front-stock .thumbnail, .menu-model-lineup {
        max-width: 380px;
        margin: 0 auto 20px;
    }

    .front-stock .thumbnail .caption {
        height: auto !important;
        padding: 10px !important;
    }

    .inline-mobile {
        flex-wrap: nowrap;
        height: auto;
        overflow-x: scroll;
        display: -webkit-box;
    }

    .description-buttons {
        margin-top: 0 !important;
    }

    .btn-menu-reserved-front-page {
        padding-left: 14px !important;
        font-size: 10px !important;
        margin-bottom: 10px !important;
    }

    .btn-menu-test-drive-lineup {
        color: #000000;
        background: #f8f8f8;
        margin-top: 0;
        width: 100%;
        text-align: left;
        padding: 12px;
        padding-left: 18px;
        font-size: 10px !important;
        text-transform: uppercase;
        letter-spacing: 1px;
        line-height: 16px;
        border: none;
        margin-bottom: 0 !important;
        outline: 0;
    }

    .btn-chevron-right {
        margin-left: 8px !important;
    }

    /* .advantages-line-title {
        display: none !important;
    } */

    .contacts-text-fornt-page {
        font-size: 22px !important;
    }

    .map-fornt-page {
        height: auto !important;
    }

    .list-none-fornt-page {
        margin: 30px 0 0 0 !important;
    }

    .map-title-fornt-page {
        margin-top: 0 !important;
        padding-top: 20px;
        float: none !important;
        margin-right: 0 !important;
    }

    .bg-map-fornt-page {
        background-color: #f6f6f6;
        height: 360px !important;
        float: none !important;
        font-size: 14px;
        width: 100% !important;
    }

    .text-contact {
        float: none !important;
        width: 100% !important;
    }

    .map-img-fornt-page {
        height: 300px !important;
        float: none !important;
    }

    .front-page-btn-map {
        padding: 10px 14px 8px 10px !important;
        width: 170px !important;
        height: 32px !important;
        font-size: 10px !important;
    }

    .about-price {
        padding: 24px 0 !important;
    }

    #textWrap .seo-title {
        font-size: 22px !important;
        display: none;
    }

    .product-shortdesc-transparent {
        padding: 81px 0 30px !important;
    }

    .box-seo, .product-shortdesc {
        overflow: inherit !important;
    }
}

@media (max-width: 992px) {
    ul.nav-link.nav.navbar-nav.dropdown-menu {
        position: relative;
        width: 100%;
        padding: 15px;
        background: #f8f8f8;
        box-shadow: none;
        border: 0;
    }

    section.header-menu {
        background: #f8f8f8;
    }

    .brand {
        left: 12px;
        top: 18px !important;
        z-index: 2;
        width: 115px;
    }

    .navbar-toggler {
        border: none;
        margin-top: 6px;
    }

    .navbar-toggler:focus {
        outline: 0;
        box-shadow: none;
    }

    .navbar-toggler .icon-bar {
        border: 1px solid #b5b5b5;
    }

    .header-info {
        display: none;
    }

    .btn-105 {
        display: none !important;
    }

    .brand img {
        width: 60px !important;
    }

    .navbar-header {
        border-bottom: 1px solid #dfdfdf;
    }

    .header-menu .navbar {
        justify-content: flex-end;
    }

    .header-menu li.dropdown .nav-link {
        background: url('/bundles/dcsite/img/nissan/landing/menu-arrow-right.png') no-repeat center right;
        display: block;
        margin-right: 16px;
    }

    #navbar-collapse-header li:active > .sub-menu, #navbar-collapse-header li:hover > .sub-menu {
        position: relative;
        width: 100%;
        top: 0 !important;
    }

    #navbar-collapse-header .sub-menu {
        list-style: none;
        box-shadow: none;
    }

    .header-menu .nav .sub-menu li {
        padding-left: 0;
    }

    .header-menu .nav > li .sub-menu span {
        margin-right: 5px;
    }

    #navbar-collapse-header li:hover #auto-dropdown {
        position: relative;
        width: 100%;
        left: 0;
        box-shadow: none;
        padding-top: 10px;
    }

    .car-name {
        width: 100%;
        float: none;
    }

    span.price-car {
        display: inline-block !important;
    }

    .offer-price-car {
        width: 100%;
        float: none;
        display: inline-block;
    }
}

.front-stok .stock-variation .thumbnail > a img, .stock .thumbnail > a img {
    width: 100%
}

.front-stock .stock-variation .thumbnail > a, .stock .thumbnail > a {
    min-height: 262px !important;
    width: 100%;
    max-width: 370px !important;
    display: inline-block;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
    position: relative;
}

.car-link {
    height: 191px;
    width: 100%;
    max-width: 270px;
    margin: 0 auto !important;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
}

.post-title {
    display: block;
    height: 44px;
    overflow: hidden;
    color: #000000;
}

.post-title-news {
    display: block;
    min-height: 36px;
    color: #000000;
}

.post-archive .thumbnail .caption {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: baseline;
}

.post-archive .post-excerpt {
    padding-top: 20px;
    font-size: 13px;
    color: #000000;
}

.news.post-archive .thumbnail .caption {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: baseline;
}

.news .post-title-news {
    display: block;
    height: 46px;
    overflow: hidden;
    color: #000000;
    margin-bottom: 10px;
}

.news.front-stock.post-archive .post-excerpt {
    border-bottom: 1px dashed #d3d3d3;
    border-bottom: none !important;
    padding-bottom: 10px;
    height: 54px;
    overflow: hidden;
    display: inline-block;
}

.news.front-stock.post-archive .post-excerpt p {
    height: 38px;
    overflow: hidden;
}

.news .stock {
    position: relative;
    margin-bottom: 10px;
}

section.header-menu {
    border-bottom: 1px solid #c7c7c7;
}

.single-head h1 {
    font-size: 18px;
}

.single-head img {
    width: 100%
}

.news-single-page article p {
    margin-left: 0 !important;
}

@media (max-width: 992px) {
    li.menu-drop .sub-menu {
        display: none !important;
    }

    li.menu-drop .sub-menu.active {
        display: block !important;
    }
}

.offer-price-car-lineup {
    font-size: 18px !important;
}

@media (min-width: 480px) and (max-width: 992px) {
    .vidi_breadcrumbs {
        padding-left: 15px;
    }

    section.header-menu {
        height: 52px;
    }
}

@media only screen and (max-width: 992px) {
    div#navbar-collapse-header {
        padding: 20px 10px 4px;
        overflow: hidden;
        position: absolute;
        width: 100%;
        background: #f8f8f8;
        border-bottom: 1px solid #d3d3d3;
        z-index: 2;
    }

    div#navbar-collapse-header {
        top: 50px;
        right: 0;
        padding-top: 0;
    }

    #navbar-collapse-header .nav-link {
        text-align: left;
    }
}

.fade.in {
    z-index: 998 !important;
}

.modal.fade.in {
    z-index: 999 !important;
}

.more-car-in-stocks {
    text-transform: uppercase;
    border: 1px solid #000000;
    color: #000000;
    font-size: 12px;
    padding: 14px 0 13px;
    max-width: 160px;
    display: block;
    text-align: center;
    margin: 0 auto;
    font-family: 'Nissan-Brand'
}

.more-car-in-stocks:hover {
    background: #000000;
    color: #fff;
}

.car-in-stocks-subtitle {
    color: #000000;
    font-size: 24px;
}

.charakteristicks-block {
    width: 100%;
    margin-bottom: 15px;
}

.car-in-stocks-charakteristicks .charakteristicks-block .charakteristicks-name {
    font-family: NissanDisplay-Regular;
    line-height: normal;
    font-size: 16px;
    display: inline-block;
    color: #5d687a;
    width: 100%;
    max-width: 270px;
    padding: 0;
}

.car-in-stocks-charakteristicks .charakteristicks-block span {
    line-height: normal;
    font-size: 16px;
    padding-left: 30px;
    display: inline-block;
    color: #333;
    vertical-align: text-top;
}

.car-in-stocks-option .panel-title {
    margin: 0;
}

.car-in-stocks-option .panel-title a {
    font-family: NissanDisplay-Regular;
    line-height: normal;
    font-size: 20px;
    color: #1f3750;
    margin-bottom: 12px;
    display: block;
    position: relative;
}

.car-in-stocks-option .panel.panel-default {
    border-bottom: 1px solid #e2e0e0;
    padding: 20px 0 6px;
}

.car-in-stocks-option-list {
    display: inline-block;
    padding-left: 0;
    margin-bottom: 0;
    margin-top: 22px;
    width: 100%
}

.car-in-stocks-option-list li {
    display: block;
    width: 49%;
    float: left;
    line-height: normal;
    font-size: 16px;
    color: #5d687a;
    margin-bottom: 12px;
}

.car-in-stocks-option-list li:before {
    background-image: url('data:image/png; base64, iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAI+SURBVHgBhVNLaBNRFD3vzSSNKGkoRdRiGzWCbf2BIdR2JSjUStVNUNsuutKF4HfbheBnY9GFCxFc6EYqiVqw4EJoVypIQKkSkcRa0qCJWksSGpN05l3vBCbtIp8Dw7x33zvnft69Amuw/fXhZper9ZgOGiQiP6RoB8HkL0YS7yHUpMrhXbQ/9NfmCHvRNRP06bo8pYAxNrpQBQRkJeiONEqPPx6anK8IdL4Z6tBNdQOCjvPWjfoo8L0wCXHtc9/Tb1rX22CLA3SO1c+y2no0hk4QXnad2Xpm86wuSTuoFF2pFbYNTWhocbixZORgKMMNhbGS0zMvYdJJ0SBsi9zj2Y3zHUHsWNdmm10ktEEpBAL1yA6hl8lXt42gz7PPKuQqJA5I9r6znsBetw8XvUPl8B8kXyCeX6icMbddKgHNNvR49uCV/x5GthxlQjMCnm7c3nUJK2TgQnQcz1PTUKRW1RVMnS0JCOGz9snCL5RohQUGsKmptSwYX17A/UQYs7lYtQBjkosQsXfJQhrX4w+RLi1iuK0febOAu9+f4EP2a9X0BHentnG0k6spBzgf3TL+Li1h7t8PpIqLeJaexqdcHDWQ5YLe0jYMdyecEkVOw8/GJsWJpYp/EMl8wU/+VwM3UoFTH1d5Csu5I6GMqWgCRC/JatPGyPJQhQ1n6ZE1VJVh2j9z2qukGlVSXK7VWJZnodRN00ET0d5QOTex9oI1F9KUvXzzBJ8EBHGP8DMTgV8KEWGYU8uGmLKitjn/AczJ32cOqlklAAAAAElFTkSuQmCC');
    display: inline-block;
    content: '';
    width: 16px;
    height: 16px;
    margin-right: 8px;
}

.car-in-stocks-option .panel-title a:after {
    background-image: url('data:image/png; base64, iVBORw0KGgoAAAANSUhEUgAAABAAAAAJCAYAAAA7KqwyAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAACxMAAAsTAQCanBgAAACPSURBVChTY2TAARQsAhT+/2eYD2IyMjI4Pjix4QFEBhVgNQCqeT+ICRFheIDLEAwD0DTDNIDZ2AxBMQBdM0gDSBxdDNkQuAHYNMMU4pMDG4BPAQzgUsNIjGYYwKaW6d8/hgRkAVyaQQBsI1ANiAnECiC9zIKyGg+Apn5kYmIoxKcZBj48ufEBqGcjRA/DAgAef26LiON0cwAAAABJRU5ErkJggg==');
    background-repeat: no-repeat;
    width: 16px;
    height: 9px;
    content: ' ';
    position: absolute;
    padding: 8px;
    display: block;
    top: 10px;
    right: 0;
}

.car-in-stocks-option .panel-title a.collapsed:after {
    background-image: url('data:image/png; base64, iVBORw0KGgoAAAANSUhEUgAAABAAAAAJCAYAAAA7KqwyAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAB6SURBVHgBjZLBDYAgDEX7mYQxvLqBI+gkruIIbuDVMZgE5MeQGKQUTk1/34MmwE+Lj1FW5+QI9xlk4HwZxwKQPSW5GIzAnCXzSrIl9wMzS1JglmTIohVk+1yvo83AGrAyWLew33sdrD1LW1vtJ2hIRINVQSUhvGl/5AEIAGbqjLFqAwAAAABJRU5ErkJggg==');
    background-repeat: no-repeat;
    width: 16px;
    height: 9px;
    content: ' ';
    position: absolute;
    padding: 8px;
    display: block;
    top: 10px;
    right: 0;
}

.car-in-stocks .car-slogan-lineup {
    min-height: 53px;
}

.car-in-stocks .car-link > img {
    width: 100%;
    max-height: 191px;
}

@media (max-width: 480px) {
    .car-in-stocks-charakteristicks .charakteristicks-block .charakteristicks-name {
        display: block;
        max-width: 100%
    }

    .car-in-stocks-charakteristicks .charakteristicks-block span {
        padding: 0;
    }
}

@media (max-width: 767.98px) {
    .fb_dialog {
        right: 50% !important;
        margin-right: -30px !important;
        bottom: 3pt !important;
    }

    .car-in-stocks-option-list li {
        width: 100%;
        float: none;
    }
}

.txt-color {
    color: #C3002F;
}

.bg-color {
    background-color: #C3002F;
}

.form-wrapper {
    background: linear-gradient(to bottom, #e5e5e5 60%, transparent 100%);
}

.checkbox span:before, .forms input:not([type=range]), .forms select {
    border-color: #e5e5e5;
    background-color: #fff;
}

.forms .form-control[type=range] {
    background-color: transparent;
}

.btn-call-order, .btn-feedback, .btn-loan, .btn-order-car, .btn-service, .btn-td {
    color: #fff;
    background-color: #C3002F;
}

.btn-call-order:hover, .btn-feedback:hover, .btn-loan:hover, .btn-order-car:hover, .btn-service:hover, .btn-td:hover {
    color: #C3002F;
    background-color: transparent;
    box-shadow: 0 0 0 1px #C3002F inset;
}

.checkbox [type=checkbox]:checked + span:before {
    background-color: #C3002F;
}

.datepicker {
    padding: 10px;
    background-color: #fff;
    z-index: 30;
    position: absolute;
}

@media (min-width: 768px) {
    .form__options label:before {
        background-color: #C3002F !important;
    }
}

.form__radio-inline [type=radio]:checked + label:after {
    background-color: #C3002F;
}

.quality__info {
    border: 1px solid #C3002F;
    padding: 24px 30px 25px;
}

.quality__info span {
    font-size: 16px;
    line-height: 24px;
    color: #000000;
}

.car-in-stocks__characteristics {
    padding-top: 20px;
    margin-top: 20px;
    border-top: 1px dashed #b1b1b1;
}

.characteristics__item {
    font-size: 15px;
    line-height: 21px;
    color: #000000;
    margin-bottom: 10px;
    display: inline-block;
}

.characteristics__item.transmission-icon {
    margin-right: 65px;
}

.engine-icon:before {
    content: '';
    background: url('data:image/png; base64, iVBORw0KGgoAAAANSUhEUgAAABYAAAAPCAYAAADgbT9oAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAG2SURBVHgBrVRLUsJAEO3uJNbowoonkKULUVxaosIJlBOoJ1BPgJ5AOYHeQDwBiuUehIU7ww2ygikqmbYnKSxBPin1LfLp6bx53fM6CDPwspxvAE9fQ6Kg2G+fwRy48xb3dac8GWuoQs4DrsICzCRmxp6ofkgUIoVpzPhyhdhwG/6CF7VZaqr86ei9qbbuX9XOepZvcTJgiYjgMFUIviT4khUki4wlBm4hQlJBsd8Z63NDbeQ88qpSVJgQN/ycr7Ty7XOE3o0w1lyIApiDCJceXB5WtNJhOQzCkShH7gbxPOkx6dWLCHkbZScGLDjgfuzqbm8esZDUYvCq7nCpIEorZf0eSCVHe4NORc7mhJrLW/W0TK4VtZTG8AwZcKA790m+MZcuenfNlfzx6JATsdKLQ4fgCH6Jfd19kqPyxUUlY8yXKBKlLc6ocjY4JDb17xFCxEfDEMI/g4qDt9tkT6SC9S0iZ/LpDzBtjxGnF/NkPWuASnbiYowrkBHWu+KknEFYG/nfAqcl21GmKL4mxyxskbWcAXi2LrGTCYbr6MD51H9FxM6l50A1BgeywJKmm9CVR7GdvOAT3Gy0IWeRf/kAAAAASUVORK5CYII=');
    background-repeat: no-repeat;
    width: 22px;
    height: 18px;
    display: inline-block;
    margin-right: 11px;
    vertical-align: sub;
}

.transmission-icon:before {
    content: '';
    background: url('data:image/png; base64, iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAHcSURBVHgB7VRBVhpBEK3qYXAwi8wNmOzy8gKM6wjCCZQbMCeQG4g3wBPoDcwNUDD7AbLIco4wLhJbma5KFU8UxefKhQtr1fVf1/81U10fJ5X6ISLGzBQVvEg69k82rtT7hrnhEK9pyww6eZpPKrVzIACDnP6wv49HwdfIB/+IABEQUqMku/+mSbHldQ2W+6NP32KQ2LXzBJEvPOsOxtu1A2A+ad7Ou4VQ/Qp2qnp3Ad5xy856wBAbIkZl9+5cG5lT8MuZAa4qmUg1EDhD4lwE90dhFAoc3QV8jQSZRy5WTASrQhJHJXSnwne5Z2cDJVDMN3QuIictOz9TbBzUemjwsFiYpLNI0yUmv0CE9gv2Es3hMqgPtF1Yi6vt2ik8i6vgKaaCWqtnA28U74+otDo4U+xMgu9fVjkzhJK31y8zQrSOMbiIZbYPHRGYMx3xM5FwQ5YgfzV/KT6m9jrRyNfFxVjXYoXpmQ3GupePxdQTN9hTDDdIwjg0loYUmH7plgbA9PO+rN2UXRTbGRZiLeoKwpQ78lLfuKPNjuxy7Jl6kJIwYShvJWLi5aKybD38hYjFflzZu+jYNFOfwpc+baIjRW5o882baXfZpXTnIX8Wl5i2bmbDlWsgCzHi9D96HOLyQnk6SgAAAABJRU5ErkJggg==');
    background-repeat: no-repeat;
    width: 18px;
    height: 18px;
    display: inline-block;
    margin-right: 12px;
    vertical-align: sub;
}

.drivetype-icon:before {
    content: '';
    background: url('data:image/png;  base64, iVBORw0KGgoAAAANSUhEUgAAABQAAAASCAYAAABb0P4QAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAIzSURBVHgBrVRdjtpADLY9AwRWrXKEPFZViehztRRuACfY9gSlJ6B7AugJyp6A9gTZAlUfNwtSX5sbbB4qEZZkXE/arALa9EdaPyS2ZX8ztj8Pgsii6U/kN0DgyDB+JjCXqfMj7MdRDBXy1Xnile3ESWIbr62BAD1g85oyE7NSHQZ6pXaPXXvIfWCLVnuwZ5wgc1T41K7uBbXOMAdk5HMEGhhNZ4gQgQQi0g1UiQEXkUMDeF24CMDVKnWxHLdstoPT7ab/pfa0c3tSj/pxWFny0nnWyxWkuVQ3tNW92H8L4RgQ/lNWTf972aZCCVxPeoZucNTsP8mvHPmXcqhw6N2juWH4pLE2kamP/ga2OvHPbE7GcKGpPrdtsn4MRNE1/SE1NOwnYWSdC6c9A8Swu11Pq8CYYZTWqW/7HLgdV++yOaXZW1y1/Kt9CawQ6acNOCdlDgZjMnIzredZg56Xh2ZBawKqgQGOwe6StRozqwNAJqEMcHjMAGvLJexN/Omy5Y+PSxLfFVSIZYONOfAJhsWi0+16JETFArTcnyrAtKGGbHhQDC/PFYwc6+5WDX8kJ9wsHf+d7Qf8g+TVNX1eVbHiwYhdcOghBO1OsuyjLHUkticTnAnBr7vJZlaVZBdBYT2vRvI8IYo8JhDbvmsmdOUZChnhvdpnkVEkL4l6s6i34+7t5uN9gApqPWRzIerlb1D7Hesk7eR6fksmMfglELkM7GUsW1DBTzs0SszBIJAh7u7W058PIRDaj8XQXAAAAABJRU5ErkJggg==');
    background-repeat: no-repeat;
    width: 20px;
    height: 18px;
    display: inline-block;
    margin-right: 12px;
    vertical-align: sub;
}

.swappy-radios input:checked ~ span {
    color: #C3002F;
}

.calculation_module-title .calculation_module-title-selected {
    color: #C3002F;
    border-bottom: 1px solid #C3002F;
}

.calculation_module-style.active, .calculation_module-style:hover {
    border: 1px solid #C3002F;
}

.credit-form__option .color-red {
    color: #C3002F;
}

.calculation_module-modif-price {
    color: #C3002F;
}

.form__radio-box [type=checkbox]:checked + label, .form__radio-box [type=radio]:checked + label, .form__radio-box label:hover {
    background-color: transparent;
    color: #C3002F;
    background: #C3002F26;
    border-bottom: 1px solid #C3002F !important;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .header-magnets-contacts .btn:last-child {
        display: none;
    }
}

section.service-action {
    margin-top: 40px;
}

.service-action-percent {
    font-style: normal;
    font-weight: bold;
    font-size: 48px;
    line-height: 71px;
    text-transform: uppercase;
    color: #e40c25;
    display: block;
}

.service-action-title {
    font-style: normal;
    font-weight: 300;
    font-size: 24px;
    line-height: 35px;
    color: #000;
    margin-bottom: 11px;
    display: block;
}

.service-action-desc {
    font-style: normal;
    font-weight: 350;
    font-size: 20px;
    line-height: 29px;
    color: #000;
    margin-bottom: 17px;
    display: block;
}

.service-action-btn {
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 21px;
    text-transform: uppercase;
    color: #e40c25;
    display: flex;
    align-items: center;
}

.service-action-btn svg {
    margin-left: 8px;
}

.service-action-btn:hover {
    text-decoration: none;
    color: #e40c25;
}

@media (max-width: 575.98px) {
    .head-to-servcie {
        display: none;
    }

    .service-action-wrap {
        padding: 10px 20px 25px;
        text-align: center;
    }

    .service-action-percent {
        font-size: 40px;
    }

    .service-action-title {
        font-size: 20px;
        line-height: normal;
    }

    .service-action-desc {
        font-size: 18px;
        line-height: normal;
    }

    a.service-action-btn {
        justify-content: center;
    }
}

.header_top {
    background: #f8f8f8;
    padding: 10px 0 11px;
}

.header_bottom.header-menu {
    padding: 20px 0;
}

.header_top-link {
    font-style: normal;
    font-weight: 300;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: .05em;
    text-transform: uppercase;
    color: #000;
}

.header_top-link-td {
    margin-right: 22px;
}

.header_top-link:hover {
    color: #000;
    text-decoration: none;
}

.header_top-link svg {
    margin-right: 7px;
}

.site_btn-enter-btn {
    color: #000;
}

.site_btn-enter-btn.--loggedin {
    color: #C3002F;
    text-decoration: underline !important;
}

span.header_icon-title {
    max-width: 55px;
    font-style: normal;
    font-weight: 300;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: .05em;
    text-transform: uppercase;
}

.header_top-info {
    font-style: normal;
    font-weight: 300;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: .05em;
    text-transform: uppercase;
    color: #7d7d7d;
    border-right: 1px solid #cbc7c7;
    padding-right: 16px;
    margin-right: 16px;
    display: inline-block;
}

.header_top-info:hover {
    color: #7d7d7d;
    text-decoration: none;
}

.header_top .header-lang {
    display: inline-block;
    margin-right: 16px;
    vertical-align: middle;
    margin: 0 10px 0 0;
}

.header_top .header-lang li.active {
    display: inline-block;
}

.header_top .header-lang li {
    display: none;
}

.header_top .header-lang li a {
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 19px;
    letter-spacing: .05em;
    text-transform: uppercase;
    color: #000;
    display: flex;
    align-items: center;
}

.header_top .header-lang li a:hover {
    text-decoration: none;
}

.header_top .header-lang li a:before {
    content: '';
    background: url('data:image/png; base64, iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAYAAAAfSC3RAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAFiSURBVHgBbZI/UsJAFMazGw6AJ0i8QY4QBgo7xxsknZ14AqSzE04gnkCtgQE7O+MJpLQTO2f4E38fbDKZkDfz5n1v93t/d41XkziO261WKwEG8vf7/Se6RFZVnqkFDIB9r1lGs9nstnBsAQhaKMgYM87zfI2upLrDPumu1+t9qEAZyMEDJqKldLfbZQS3IQ+xqcv7ojtxXFeeIUOI8wVxMp/PU5IswCH4XIRut/tDgow2O+AR+Ga73Z5ZJBaBSkPXVoRZVmZTm5HjjNxYiSmyVMgxfjkfOFQHtfux9RqEeRpxVayyO0KiObRR2n8VlrpKa2FmS13LmcWZHDJY23etZZjLMvNxB2/Cvu8PXJGlcZs7zEm1BPcX/IztQAgJfNRTcJajE803nU77vgKDIHiHcMHhNe4fNkLjYuPgb/QeqGe5OpxVB65s+ERUabPZ3PFn1yeBEn0IVVJVF7DSHoqAQv4BRF/BU/RMLr4AAAAASUVORK5CYII=') no-repeat;
    width: 14px;
    height: 14px;
    display: inline-block;
    margin-right: 7px;
}

@media (max-width: 767.98px) {
    .header_top .col-sm-6 {
        max-width: 50%
    }

    .header_bottom.header-menu {
        padding: 0;
    }

    .header_bottom-logo svg {
        width: 66px;
    }
}

@media (max-width: 991.98px) {
    .header_top-info {
        display: none;
    }

    .header_top-link {
        display: none;
    }

    a.site_btn-enter-btn {
        padding: 0;
        justify-content: flex-end;
    }

    .site_btn-enter-btn .header_icon-title {
        max-width: none;
        order: 0;
    }

    .site_btn-enter-btn svg {
        margin-right: 7px;
    }
}


.logo-mob {
    display: none;
}

@media (max-width: 992px) {
    .logo-decs {
        display: none;
    }
    .logo-mob {
        display: block;
    }
    .c-hamburger {
        display: inline-block;
        position: relative;
        overflow: hidden;
        padding: 0;
        width: 38px;
        height: 44px;
        font-size: 0;
        text-indent: -9999px;
        appearance: none;
        box-shadow: none;
        border-radius: 0;
        border: none;
        cursor: pointer;
        transition: background .3s;
    }

    .c-hamburger:focus {
        outline: 0;
    }

    .c-hamburger span {
        display: block;
        position: absolute;
        top: 14px;
        width: 32px;
        right: 0;
        height: 2px;
        background: #000;
    }

    .c-hamburger span::after, .c-hamburger span::before {
        position: absolute;
        display: block;
        right: 0;
        width: 32px;
        height: 2px;
        background-color: #000;
        content: ""
    }

    .c-hamburger span::before {
        top: -20px;
    }

    .c-hamburger span::after {
        bottom: -20px;
    }

    .c-hamburger--htx span {
        transition: background 0s .3s;
    }

    .c-hamburger--htx span::after, .c-hamburger--htx span::before {
        transition-duration: .3s, .3s;
        transition-delay: .3s, 0s;
    }

    .c-hamburger--htx span::before {
        transition-property: top, transform;
        margin-top: 10px;
    }

    .c-hamburger--htx span::after {
        transition-property: bottom, transform;
        margin-bottom: 10px;
    }

    .c-hamburger--htx.is-active span {
        background: 0 0;
    }

    .c-hamburger--htx.is-active span::before {
        top: -2px;
        transform: rotate(45deg);
    }

    .c-hamburger--htx.is-active span::after {
        bottom: -8px;
        transform: rotate(-45deg);
    }

    .c-hamburger--htx.is-active span::after, .c-hamburger--htx.is-active span::before {
        transition-delay: 0s, .3s;
        margin-top: 0;
    }

    .mob-none{
        display: none;
    }

    .mob-flex{
        display: flex;
        max-width: 100% !important;
        width: 100%;
        flex: 0 0 100%;
        justify-content: space-between;
        align-items: center;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .header_top-link-enter {
        display: none;
    }
}

.social_icons {
    position: fixed;
    right: 40px;
    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;
    }
}

ul#menu-main-menu\ul.header-lang.list-inline.mb-0 {
    margin: 0;
}

.scroll-top {
    background: 0 0;
    border: none;
    position: fixed;
    right: 2%;
    bottom: 120px;
}

.scroll-top:before {
    content: url('/bundles/dcsite/img/nissan/scrol-top.png');
    width: 48px;
    height: 48px;
    position: fixed;
    right: 2%;
    bottom: 120px;
}

.scroll-top {
    opacity: 0;
}

.scroll-top.opacity_scroll {
    opacity: 1;
}

@media (max-width: 767.98px) {
    .scroll-top.opacity_scroll:before {
        bottom: 10%
    }
}

.vidi_breadcrumbs {
    white-space: nowrap;
}

@media (max-width: 760px) {
    .vidi_breadcrumbs {
        overflow-x: scroll;
    }
}

@media (max-width: 500px) {
    .car-in-stocks-title {
        font-size: 18px;
    }

    .header_bottom-logo svg {
        width: 45px;
        height: 60px;
    }
}

.in__stock__categories__car__status-has-storage-dealer {
    color: #C3002F !important;
}

.in__stock__categories__car__status-in-delivery-dealer {
    color: #000000 !important;
}

.in__stock__categories__car__price {
    color: #C3002F !important;
}

.in__stock__categories__car__full__price {
    color: #000000 !important;
}

.in__stock__categories__car__booked-dealer {
    color: #C3002F !important;
}

.in__stock__categories__car__price-dealer {
    color: #C3002F !important;
}

.car-faq-section {
    margin: 35px 0px;
}

.car-section-title {
    font-style: normal;
    font-weight: bold;
    font-size: 32px;
    line-height: 49px;
    color: #000000;
}

.car-faq__title {
    font-style: normal;
    font-weight: 500;
    font-size: 21px;
    line-height: 49px;
    color: #000000;
    cursor: pointer;
}


/* ==interests==== */

.section__interests__header__title {
    font-style: normal;
    font-weight: normal;
    font-size: 28px;
    line-height: 40px;
    text-align: center;
    color: #282830;
    display: block;
    margin-bottom: 25px;
}

.section__interests__you {
    margin: 35px 0px;
}

.interests__you__box>svg {
    margin-right: 10px;
}

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

.interests__you__box {
    font-size: 15px;
    color: #282830;
    border-right: 1px solid #C3002F;
    padding: 10px 20px 10px 10px;
    white-space: nowrap;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.interests__you__box:hover {
    text-decoration: none;
    background-color: #F5F5F5;
    border-right: transparent;
    box-shadow: 0px 12px 20px 0px rgba(0, 0, 0, 0.12);
}


.interests__you__title {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.peugeot__title {
    font-weight: 600;
    font-size: 30px;
    text-transform: uppercase;
    text-align: center;
    margin: 25px 0px;
}

@media (max-width: 1200px) {
    .interests__you__wrapper {
        justify-content: space-between;
        flex-direction: column;
        gap: 10px;
    }

    .interests__you__box {
        width: 100%;
        justify-content: flex-start;
    }

}

@media (max-width: 768px) {
    .peugeot__title {
        font-size: 20px;
    }

    .interests__you__box {
        width: 100%;
    }
}

/* ===end interests=== */

.btn__instock__corp-color{
    background-color: #C3002F !important;
}

/* new main card car */

.section-title {
    margin-bottom: 50px;
}

.section_distance {
    margin-top: 100px;
}

.car__model__wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
}

.car__model__name {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: bold;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.car__model__price {
    color: #C1BDBD;
    font-size: 16px;
    font-style: normal;
    font-weight: bold;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.car-picture-img {
    width: 100%;
    margin-bottom: 20px;
    object-fit: cover;
}


.car__model__price>span {
    color: #C3002F;
    margin-left: 8px;
}

.car__model__btn {
    width: 100%;
    background: #C3002F;
    border: 1px solid #C3002F;
    padding: 10px;
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    text-transform: uppercase;
    display: block;
    text-align: center;
}

.car__model__btn:hover {
    color: #C3002F;
    background-color: transparent;
}

.car__model__wrapper_gap{
    display: flex;
    flex-direction: column;
    gap: 50px;
}

@media (max-width: 991px) {
    .car__model__wrapper {
        grid-template-columns: 1fr 1fr;
    }


    .section_distance {
        margin-top: 70px;
    }

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

}

@media (max-width: 768px) {
    .car-picture-img {
        object-fit: contain;
    }

    .car__model__wrapper {
        grid-template-columns: 1fr;
    }

}


/* main slider custom color */

.main-slider__title {
    background-color: transparent !important;
    font-size: 20px !important;
    color: #FFF;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
}

.main-slider__info {
    background-color:rgba(0, 0, 0, 0.800) !important;
}

.main-slider__sub-title {
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
}

@media (min-width: 769px) {
    .main-slider__title {
        font-size: 20px !important;
        color: #FFF;
        font-style: normal;
        font-weight: 400;
        line-height: 26px;
    }
}

@media (min-width: 769px) {
    .main-slider__sub-title {
        color: #FFF;
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        line-height: 26px;
    }
}
/* END main slider custom color */


/*  accordion */

.section_accordion{
    margin: 40px 0 80px;
}

.accordion__item {
    margin-bottom: 10px;
}

.accordion__item .accordion__title {
    display: flex;
    position: relative;
    text-decoration: none;
    -webkit-transition: background-color 0.2s;
    transition: background-color 0.2s;
    cursor: pointer;
    padding: 10px;
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    flex-direction: row-reverse;
    justify-content: space-between;
    gap: 20px;
}


.accordion__item .accordion__title:hover {
    background-color: #e5e4e44b;
    transition: all 0.5s ease-out;
}

.accordion__arrow {
    width: 100%;
    max-width: 24px;
    max-height: 24px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTUgMTJIMTJNMTIgMTJIMTlNMTIgMTJWNU0xMiAxMlYxOSIgc3Ryb2tlPSIjQzUwMDJGIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8L3N2Zz4K);
}

.accordion__arrow.accordion__rotate {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTIxLjM3NSAxMkMyMS4zNzUgMTIuMjk4NCAyMS4yNTY1IDEyLjU4NDUgMjEuMDQ1NSAxMi43OTU1QzIwLjgzNDUgMTMuMDA2NSAyMC41NDg0IDEzLjEyNSAyMC4yNSAxMy4xMjVIMy43NUMzLjQ1MTYzIDEzLjEyNSAzLjE2NTQ4IDEzLjAwNjUgMi45NTQ1IDEyLjc5NTVDMi43NDM1MyAxMi41ODQ1IDIuNjI1IDEyLjI5ODQgMi42MjUgMTJDMi42MjUgMTEuNzAxNiAyLjc0MzUzIDExLjQxNTUgMi45NTQ1IDExLjIwNDVDMy4xNjU0OCAxMC45OTM1IDMuNDUxNjMgMTAuODc1IDMuNzUgMTAuODc1SDIwLjI1QzIwLjU0ODQgMTAuODc1IDIwLjgzNDUgMTAuOTkzNSAyMS4wNDU1IDExLjIwNDVDMjEuMjU2NSAxMS40MTU1IDIxLjM3NSAxMS43MDE2IDIxLjM3NSAxMloiIGZpbGw9IiNDNTAwMkYiLz4KPC9zdmc+Cg==);
}

.accordion__item .accordion__content {
    padding: 30px 10px;
    display: none;
    background-color: #fff;

    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

/* END accordion */


/*  Footer */

.footer {
    padding: 40px 0;
    background: #000;
}

.footer_title {
    position: relative;
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 50px;
    padding-top: 10px;
}

.footer_title::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background-color: #C3002F;
    width: 70px;
    height: 2px;
}

.footer_col_box {
    margin-bottom: 40px;
}

.footer_box_title {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
}

.footer_col_box_wrap {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
}

.footer_col_box_link {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0;
}

.footer_col_box_time {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0;
}

.footer_col_box_link:hover {
    color: #C3002F;
}

.footer_col_wrapper {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.footer_row_two_wrap {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 10px;
    row-gap: 10px;
}

.footer_content_wrapper {
    display: grid;
    grid-template-columns: 278px 1fr;
    gap: 35px;
    margin-bottom: 50px;
}

.footer_item {
    position: relative;
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    padding-left: 10px;
}

.footer_item:hover {
    color: #C3002F;
}

.footer_item::before {
    content: "";
    position: absolute;
    width: 3px;
    height: 3px;
    background-color: #fff;
    top: 10px;
    left: -5px;
}

.footer_item-w {
    width: 200px;
}

.footer_item-m {
    margin-top: -10px;
}

.footer_info_text {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.footer_social_wrapper {
    display: flex;
    gap: 10px;
}

.footer_social_wrapper>a:hover {
    opacity: 80%;
}

.footer_copyright {
    color: #FFF;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
}

@media (max-width: 991px) {
    .footer_content_wrapper {
        grid-template-columns: 1fr;
    }

    .footer_row_two_wrap {
        grid-template-columns: 1fr 1fr;
    }

    .footer_item-m {
        margin-top: 0px;
    }

    .footer_item-w {
        width: auto;
    }

    .footer_content_wrapper {
        gap: 0px;
    }
}

@media (max-width: 768px) {
    .footer_col_wrapper {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }

    .footer_row_two_wrap {
        grid-template-columns: 1fr;
    }

    .footer_col_four {
        margin-top: -105px;
    }

    .footer_social_info {
        margin-top: -135px;
    }
}

@media (max-width: 510px) {
    .footer_col_four {
        margin-top: -110px;
    }

    .footer_social_info {
        margin-top: -150px;
    }

    .footer_box_title {
        font-size: 14px;
    }

    .footer_item {
        font-size: 12px;
    }

    .footer_info_text {
        font-size: 12px;
    }

}

@media (max-width: 445px) {
    .footer_col_four {
        margin-top: -125px;
    }

    .footer_social_info {
        margin-top: -200px;
    }
}

@media (max-width: 375px) {
    .footer_col_four {
        margin-top: -160px;
    }

    .footer_social_info {
        margin-top: -265px;
    }
}

/* END Footer */


.section_info_bottom {
    margin-bottom: 50px;
}

.info_bottom_text {
    text-align: center;
    font-size: 12px;
    line-height: 1.5;
    color: #a0a0a0;
    margin-bottom: 3px;
}

.info_bottom_text>a {
    color: #a0a0a0;
}
  /* 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: #F6F6F6;
    padding: 10px 20px;
    margin-top: 25px;
}

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

.location_widget_adress {
    color: #E40C25;
    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: #181716;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    margin: 0;
}

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

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

.location_widget_more {
    color: #333;
    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: #E40C25;
}

.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);
}

.header__basket {
    position: relative;
}
.header__basket .basket__btn {
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 16px;
    color: black;
    text-decoration: none;
}
/* Путь к PNG корзины */
/* src/DcSiteBundle/Resources/public/img/modules/accessories/cart.png */
.header__basket .quantity {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMTM5IDEzOSIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCAxMzkgMTM5Ij48cGF0aCBkPSJNMTExLjkgMTI4SDI3LjFjLTEuNCAwLTIuNi0xLjItMi42LTIuNlY0My42YzAtMS40IDEuMi0yLjYgMi42LTIuNmg4NC44YzEuNCAwIDIuNiAxLjIgMi42IDIuNnY4MS44YzAgMS40LTEuMiAyLjYtMi42IDIuNnpNNDMuNSA0MWMwLTMwIDI2LTMwIDI2LTMwczI2IDAgMjYgMzAiIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzJlNjc4NSIgc3Ryb2tlLXdpZHRoPSI2IiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiIGNsYXNzPSJzdHJva2UtMDAwMDAwIj48L3BhdGg+PC9zdmc+);
    background-position: center;
    margin-right: 6px;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    display: inline-block;
    font-style: normal;
    font-weight: 600;
    font-size: 11px;
    line-height: 15px;
    text-align: center;
    color: black;
}

.header__basket .quantity span {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 23px;
    justify-content: center;
}

/* END location_widget  */


.chat-registration-container[_ngcontent-ng-c2070436754] .chat-registration-form-wrap[_ngcontent-ng-c2070436754] .chat-registration-form[_ngcontent-ng-c2070436754] {
  gap: 32px !important;
}

