html, body {
    font-family: 'Open Sans Condensed', sans-serif;
    height: 100%;
    font-weight: 100;
    /*overflow-x: hidden;*/
}

h3, h2, h4, h1 {
    font-weight: 300
}

label {
    font-weight: 400
}

.pages > .container {
    min-height: 80vh;
}

.row-flex {
    display: flex;
    flex-flow: row wrap;
}

.language-switcher{
    display: none;
}

.wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -60px;
    padding: 0 0 60px
}

.place_holder {
    z-index: 100;
    text-align: left;
    left: 10px;
    cursor: text;
    position: absolute;
    top: 10px;
    left: 10px;
    width: 100%;
    display: none;
    color: #737373
}

.placeinput input:invalid + .place_holder {
    display: inline
}

label.placeinput {
    font-weight: 300;
    margin: 0 0 -5px 0;
    display: block
}

body.mobile-menu-active {
    overflow: hidden;
}

.placeinput {
    position: relative;
    overflow: hidden
}

.place_holder span {
    color: red
}


.priv_new {
    padding: 50px 0px 0px;
    overflow: hidden;
    display: block;
    max-width: 1140px;
    margin: 0 auto;
    border-top: 1px solid #d9d9d9;
    margin-top: 50px;
}

.priv_block {
    width: 20%;
    float: left;
    display: inline-block;
}

.img-priv {
    width: 50%;
    margin: 0 auto;
    display: block;
}

.p-priv {
    text-align: center;
    font-size: 16px;
    padding: 15px 30px;
    font-weight: 600;
}

.priv_block_left {

}

.priv_block_right {

}

.group-mod {
    border-top: 1px solid grey;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 10px 0;
}


.group-mod_title {
    /*font-size: 18px;*/
}
.mod-item {
    width: 49%;
    border-radius: 5px;
    display: flex;
    align-content: center;
    align-items: center;
    flex-wrap: wrap;
    color: white;
    margin-bottom: 5px;
    text-align: center;
}
.mod-item input {
    display: none;
}
.mod-item label {
    width: 100%;
    padding: 5px 15px;
    border-radius: 5px;
    border: 2px solid #a5a5a5;
    color: #a5a5a5;
}
.mod-item input:checked + label {
    background: #f1f5f9;
    border: 2px solid #df6821;
    color: black;
}


@media screen and (max-width: 768px) {
    .priv_block {
        width: 100%;
        display: flex;
        margin-bottom: 50px;
    }

    .priv_block_left {
        width: 30%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .priv_block_right {
        width: 60%;
        display: flex;
        align-items: center;
    }

    .p-priv {
        font-size: 14px;
        padding: 0px 0px 10px 15px;
        text-align: left;
        line-height: 1.3;
    }

    .img-priv {
        width: 70%;
    }
}

.product-image-wrapper {
    border-radius: 5px;
    border: none;
}

@media screen and (max-width: 768px) {
    .product-image-wrapper {
        border-radius: 5px;
        border: 1px solid #dbdbdb;
    }

    .hid-row {display: none;}
    .hid-row2 {display: none !important;}

}

#modificationImagesWrapper {
    max-width: 50%;
    margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
    #modificationImagesWrapper {
        max-width: 100%;
    }
}
.history-back {
    background: #2379ea;
    padding: 10px;
    border-radius: 5px;
    color: #fff;
    transition: 0.3s;
    font-size: 18px;
    margin-top: 10px;
}

.history-back:hover {
    background: #1d62bd;
    text-decoration: none;
    color: #fff;

}

/*
@media screen and (max-width: 768px) {
    .priv_block {
        width: 50%;
        height: 250px;
    }
}

@media screen and (max-width: 560px) {
    .priv_block {
        width: 100%;
        height: 300px;
    }
}
*/

@media screen and (max-width: 768px) {
    .hidden_select {
        display: block;
    }
    .show_select {
        display: none;
    }	
}






.mobile-menu {
    display: none;
    width: 101vw;
    height: 120vh;
    padding-top: 60px;
    margin-top: -60px;
    background: #fbfbfb;
    position: fixed;
    z-index: 700
}

.mobile-menu > .header-menu-nav {
    display: block;
    margin-top: 30px
}

.mobile-menu > .header-menu-nav > a {
    display: block;
    width: 200px;
    padding: 10px;
    text-align: center;
    margin: 0 auto
}

.mobile-menu > .header-menu-nav > a > span.active-decor {
    display: none
}

.accent-color {
    color: #e92625
}

.accent-bg {
    background: #e92625
}

.footer {
    height: auto;
    background: linear-gradient(180deg, rgba(43, 43, 43, 1) 0%, rgba(28, 28, 28, 1) 100%);
    padding: 40px 0
}

.footer-border {
    display: block;
    height: 30px;
    background: #e92625
}

.jumbotron {
    text-align: center;
    background-color: transparent
}

.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px
}

.not-set {
    color: #c55;
    font-style: italic
}

a.asc:after, a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    padding-left: 5px
}

a.asc:after {
    content: "\e151"
}

a.desc:after {
    content: "\e152"
}

.sort-numerical a.asc:after {
    content: "\e153"
}

.sort-numerical a.desc:after {
    content: "\e154"
}

.sort-ordinal a.asc:after {
    content: "\e155"
}

.sort-ordinal a.desc:after {
    content: "\e156"
}

.grid-view th {
    white-space: nowrap
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0
}

.nav li > form > button.logout {
    padding: 15px;
    border: none
}

#video-bg {
    height: 100vh;
    top: 0;
    right: 0;
    left: 0;
    overflow: hidden;
    z-index: 1;
    background: url(/images/bg-static.png) center center no-repeat #000;
    background-size: cover;
    position: relative
}

#video-bg > video {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    min-width: 100%;
    min-height: 100%;
    position: absolute
}

.header-menu {
    display: block;
    width: 100%;
    position: absolute;
    z-index: 10
}

.header-logo > img {
    /*width: auto;*/
    /*height: 80%*/
    width: auto;
    height: auto;
    max-width: 100%;
}

.header-logo {
    height: 100px
}

ul.navigate.justify-content-center > li {
    text-transform: uppercase;
    display: inline
}

ul.navigate.justify-content-center > li {
    padding: 5px 10px;
    color: #000;
}
#mainPhoneInput{
    /*height: 60px;*/
    color: black;
    padding-left: 60px !important;
    border: 0;
}

.lang-img-flag {
    float: right;
    width: 20px;
    height: 20px
}

.select2-results__option .lang-img-flag {
    border-radius: 20px
}

.language-switcher span.select2-selection__rendered > span {
    display: inline;
    color: #000;
}

.language-switcher span.select2-selection__rendered > span > .lang-img-flag {
    height: 26px;
    width: 26px;
    border: 1px solid white;
    border-radius: 20px;
    float: left;
    margin-right: 5px;
    margin-left: -8px
}

.language-switcher .select2-container--default .select2-selection--single {
    border-radius: 15px;
    background-color: #9e9e9e61
}

.header-top-nav {
    display: flex;
    justify-content: flex-end
}

.main-header-menu {
    padding: 20px 0 0 0
}

.phone.header-phone {
    margin-left: 40px
}

.phone.header-phone > a {
    font-size: 20px;
    color: #fff;
    text-decoration: none
}

.phone.header-phone > a > i {
    color: #df6821
}

.header-bottom-nav .navigate {
    font-size: 18px;
    margin-top: 23px;
    text-align: right
}

.header-bottom-nav .navigate .navigate-link {
    color: #000;
    text-decoration: none;

}

.main-leader-block {
    z-index: 100;
    position: absolute;
    top: 30%;
    width: 100%;
    color: white;
    text-align: center
}

@media screen and (max-width: 1400px) {
    .main-leader-block {
        top: 20%;
    }
}


.main-leader-title {
    font-size: 66px;
    font-weight: 400;
    text-shadow: 0px 0px 6px #000;
}

@media screen and (max-width: 1400px) {
    .main-leader-title {
        font-size: 50px;
    }
}


.main-leader-text {
    font-size: 28px
}

.main-leader-text2 {
    text-align: center;
    border: 2px solid #df6821;
    width: 50%;
    margin-left: 25%;
    border-radius: 5px;
    background: #553627c7;
    padding: 20px;
    color: #fff;
    margin-top: 15px;
}

@media screen and (max-width: 1400px) {
    .main-leader-text2 {
        width: 70%;
        margin-left: 15%;
    }
}

.text-l-1 {
    font-size: 22px;
    margin: 0px;
    padding-bottom: 5px;
}

.text-l-2 {
    font-size: 18px;
    margin: 0px;
    color: #ceff08;
}

.main-lead-form {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100px;
    background: #0e121ded;
    text-align: center;
    color: white;
    padding: 30px 0;
    z-index: 100
}

.shadow {
    z-index: 2;
    background: #13131375;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.language-switcher .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #ec140f transparent transparent transparent !important
}

form.order_form.inline > p {
    font-size: 18px
}

form.order_form.inline > .form-group > input {
    margin: 0;
    padding: 10px;
    border-radius: 5px 0 0 5px;
    border: 1px;
    width: 320px
}

form.order_form.inline > .form-group > button {
    margin: 0 0 0 -10px;
    padding: 10px 30px;
    border-radius: 0 5px 5px 0;
    border: 1px;
    background: red
}

.main-lead-form {
    padding: 20px 0 100px
}

.order_form.inline {
    display: block;
    position: initial
}

.about-block {
    padding: 0 20px
}

div#aboutRow {
    margin-top: 42px
}

.about-block > .about-title {
    font-size: 26px;
    font-weight: 400;
    text-align: center;
}

.about-block span.decorated-red-dot {
    color: red;
    text-align: center;
    margin: 14px auto;
    display: block
}

.about-block p {
    padding: 0 10px;
    color: black;
    font-size: 18px
}

.mt-5 {
    margin-top: 50px;
}

h2.block--title {
    text-align: center;
    font-size: 36px;
    FONT-WEIGHT: 400
}

.car-model-col {
    width: 30%;
    display: inline;
    float: left
}

.car-model--block {
    margin: 0 5%
}

button#carModelSubmit {
    width: 100%;
    height: 50px;
    background: red;
    color: white;
    border: 1px solid gray;
    padding: 0 0;
    border-radius: 5px;
    font-size: 16px
}

.car-model-col {
    flex: auto;
    width: 10px;
    padding: 0 20px;
    display: unset;
    float: unset
}

.car-model--block {
    margin-top: 40px;
    padding: 40px 5%;
    display: flex;
    margin: unset
}

.car-model--block .car-model-col:last-of-type {
    flex: 0 0 auto;
    width: 310px
}

.car-model--block span.select2.select2-container.select2-container--default {
    height: 50px
}

.car-model--block span.select2-selection.select2-selection--single {
    height: 50px
}

.car-model--block span.select2-selection.select2-selection--single > span {
    line-height: 50px;
    height: 50px;
}

.car-model--block .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #ec140f transparent transparent transparent !important
}

div#carMarkSlider {
    margin-top: 40px;
    overflow-x: hidden;
}

.car-slider--arrow {
    height: 30px;
    width: 30px;
    border-radius: 30px;
    background: red;
    text-align: center;
    line-height: 30px;
    color: white;
    display: inline-block
}

.car-slider--arrow.arrow-right {
    float: right
}

.car-slider--block {
    text-align: center;
}

.car-slider--item {
    display: initial;
    padding: 10px
}

.car-slider--item img {
    margin: 0 auto;
    width: 200px;
    background: wheat;
    padding: 20px;
    border-radius: 100px
}

.car-slider--item.slick-slide.slick-current.slick-active, .news-slider--item.slick-slide.slick-current.slick-active {
    transition: 0.5s
}

.car-slider--item.slick-slide, .news-slider--item.slick-slide {
    transition: 0.5s
}

.delivery-wrapper {
    background-image: url(/images/delivery--bg.png);
    height: 460px;
    background-size: cover;
}

.delivery-info--image {
    height: 100%;
    display: block;
    margin-top: 6%
}

.delivery-info--image {
    height: 100%;
    margin-top: 6%
}

h2.delivery-info--title {
    text-align: right;
    color: white;
    font-weight: 500;
    margin-top: 80px;
    font-size: 72px
}

h4.delivery-info--subtitle {
    text-align: right;
    color: white;
    font-size: 38px;
    margin-top: 20px
}

p.delivery-info--text {
    text-align: right;
    color: white;
    font-size: 20px;
    margin-top: 40px
}

.news-anounse {
    margin: 0 10px;
    background: #eaeaea;
    border-radius: 5px;
    padding: 10px 15px 15px
}

.news-slider--item {
    margin-top: 40px
}

.news--block.slick-initialized.slick-slider {
}

.news-anounse > h4 {
    font-weight: 400;
    font-size: 20px;
    text-transform: uppercase
}

p.news-anounse_text {
    margin-top: 20px;
    font-size: 14px;
    font-weight: 400;
    height: 100px;
    word-break: break-word;
    overflow: hidden
}

p.news-date {
    font-size: 18px;
    font-weight: 400
}

a.news-button {
    border-radius: 5px;
    background: red;
    padding: 10px 20px;
    color: white;
    display: inline-block;
    margin: 30px 20px
}

.news-image--block {
    position: absolute;
    top: -50px;
    right: -15px;
    border-radius: 100px;
    height: 130px;
    width: 130px;
    z-index: 10
}

.news-image--block img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    display: block;
    border-radius: 100px;
    z-index: 1;
    background: white;
    padding: 10px
}

.news-outside--block {
    position: relative
}

.news-anounse {
    margin: 0 20px
}

.slick-initialized .slick-slide {
    margin-left: 0;
    padding-right: 20px
}

.news-image--block {
    position: absolute;
    top: -50px;
    right: -15px;
    border-radius: 100px;
    height: 130px;
    width: 130px;
    z-index: 10
}

.news-image--block img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    display: block;
    border-radius: 100px;
    z-index: 1;
    background: white;
    padding: 10px
}

.news-outside--block {
    position: relative
}

div#deliveryInfoContainer {
    margin-top: 100px
}

.car-slider--item img {
    background: white;
    border: 1px solid #d4d4d4
}

.news-anounse {
    margin: 0 20px
}

/* HEADER STICKY */
.sticky-header-menu {
    display: block;
}


.flag {
  margin: auto;
  height: 15px;
  width: 20px;
  overflow: hidden;
  border-radius: 0px; 
  display: inline-block;
  padding-top: 3px;
}
.stripe {
  display: block;
  width: 100%;
  height: 33.3%;
}
.black {
  background-color: #000000;
}
.red {
  background-color: #FF0000;
}
.gold{
  background-color: #FFCC00;
}




.header-fixed .sticky-header-menu {
    display: block;
}

/*.header-fixed .header-initial {
    display: none;
}*/

.header.header-fixed .header-menu {
    /*position: fixed;*/
    z-index: 1000;
}



.logo-outside .header-logo {
    float: left;
    width: auto;
}


.sticky-header-menu .header-bottom-nav .navigate {
    text-align: left;
}

.sticky-header-menu .right-outside {
    width: auto;
    min-width: 360px;
    float: right;
    display: flex;
    margin-top: 30px;
}

.header.header-fixed .sticky-header-menu .right-outside {
    margin-top: 20px;
}

.sticky-header-menu .main-header-menu {
    display: flex;
    padding: 20px 20px 0;
}

/**/
div#newsContainer {
    margin-top: 40px;
    overflow-x: hidden;
}

.news-slider-arrow--block {
    margin: 30px 0;
    padding: 0px 10px;
}

.car-slider-arrow--block {
    margin: 30px 0;
    padding: 0px 10px;
}

.news-slider--item {
    margin-top: 30px
}

.news-image--block {
    top: -70px;
    height: 150px;
    width: 150px
}

.all-news--block {
    margin: 0 auto;
    display: block;
    margin-top: 40px;
    margin-bottom: 80px;
    text-align: center
}

a.all-news-button {
    background: #1a1a3c;
    padding: 5px 15px;
    border-radius: 5px;
    color: white
}

.footer-wrapper {
    background: #353535;
    padding: 40px 0
}

li.footer-nav--item a {
    color: white
}

.footer-nav--block ul {
    list-style: none
}

li.footer-nav--item {
    margin: 10px 0;
    font-size: 20px;
    text-transform: uppercase;
}

.footer-logo {
    margin-top: 20px
}

.footer-social-links .social-item i {
    font-size: 48px;
    color: white
}

.footer-social-links .social-item {
    display: inline-flex;
    flex: 1 1 auto;
    place-content: center
}

.footer-social-links {
    display: flex;
    margin-top: 45px
}

.footer-logo > img {
    height: auto;
    width: 70%;
    display: block;
    margin: 0 auto
}

li.footer-nav--item a {
    color: white
}

.footer-nav--block ul {
    list-style: none
}

li.footer-nav--item {
    margin: 10px 0;
    font-size: 20px
}

.footer-logo {
    margin-top: 20px
}

.footer-social-links .social-item i {
    font-size: 48px;
    color: white
}

.footer-social-links .social-item {
    display: inline-flex;
    flex: 1 1 auto;
    place-content: center
}

.footer-social-links {
    display: flex;
    margin-top: 35px
}

.footer-logo > img {
    height: auto;
    width: 70%;
    display: block;
    margin: 0 auto
}

.footer-contact--block {
    color: white;
    font-size: 18px;
    font-weight: 400
}

.phone.footer-phone i, .email.footer-email i {
    color: red;
    margin-right: 5px
}

.footer-contact--block a {
    color: unset;
    text-decoration: none
}

.footer-payments--block {
    margin-top: 30px
}

.footer-payments--block > img {
    max-width: 100px;
    max-height: 60px;
    margin-bottom: 10px
}

.phone.footer-phone {
    margin-bottom: 10px
}

.footer-contact--block {
    font-size: 20px
}

.footer-presample--text {
    color: gray;
    margin-top: -10px
}

hr.footer-presample--hr {
    border-color: #5d5d5d
}

.main-lead-form {
    height: 210px
}

.main-lead-form {
    padding: 30px 0 30px
}

form.order_form.inline > p {
    font-size: 22px;
    margin-bottom: 15px
}

form.order_form.inline > .form-group > input {
    padding: 15px;
    color: black;
}

form.order_form.inline > .form-group > button, #mainPhoneInput {
    padding: 15px 30px
}

.car-slider--arrow {
    line-height: 30px
}

.about-wrapper {
    background: linear-gradient(180deg, #eaeaea, #ffffff, #ffffff, #ffffff, #ffffff);
}

div#carModelSelectorRow {
    margin-top: 60px;
}

.news-page .header-news {
    text-align: center;
}

.news-page h1 {
    font-size: 50px;
    background: #ff0102;
    padding: 20px 0;
    color: white;
    z-index: 10;
}

.news-page .created_at {
    color: white;
}

.news-page a.news-back {
    position: absolute;
    top: 0;
    background: white;
    padding: 10px 20px;
    left: 0;
    margin: 10px 0 0 10px;
}

.row.static-page {
    min-height: 60vh;

}

/* inline_style_edits.inline.css */

.news-page .header-news {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 100px 0px;
    overflow-x: hidden;
    margin: -20px 0px 0px;
    filter: saturate(0.5);
    background-image: unset;
}

.news-page .news-text {
    margin-top: 50px;
    margin-bottom: 50px;
    padding-left: 15px;
}

/* site.css */

.phone.header-phone {
    font-size: 20px;
}

.phone.header-phone > a {
    font-size: 22px;
    font-weight: 400;
}

div#aboutRow {
    margin-top: 50px;
}

.about-block span.decorated-red-dot {
    font-size: 12px;
    margin: 20px auto;
}

div#carMarkSlider {
    margin-top: 60px;
}

/* inspector-stylesheet.css */

.about-wrapper {
    background: linear-gradient(180deg, #eaeaea, #ffffff, #ffffff, #ffffff, #ffffff);
}

div#carModelSelectorRow {
    margin-top: 60px;
}

/* site.css */

.phone.header-phone {
    font-size: 20px;
}

.phone.header-phone > a {
    font-size: 22px;
    font-weight: 400;
}

form.order_form.inline > .form-group > button {
    background: #df6821;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
}


form.order_form.inline > .form-group > button:hover {
    background: #ff6c15;
}

div#aboutRow {
    margin-top: 50px;
}

.about-block span.decorated-red-dot {
    font-size: 12px;
    color: #df6821;
    margin: 20px auto;
}

button#carModelSubmit {
    background: #df6821;
    border: 0px solid gray;
}

div#carMarkSlider {
    margin-top: 60px;
}

.car-slider--arrow {
    background: #df6821;
}

a.news-button {
    background: #df6821;
}

.phone.footer-phone i, .email.footer-email i {
    color: #df6821;
}

.footer-social-links .social-item:hover i {
    color: #ce2423;
}

:focus {
    outline: 0;
    box-shadow: none !important;
}

a.navigate-link:hover {
    color: #e82020 !important;
    text-decoration: underline !important;
}


.header-bottom-nav {
    margin-top: 10px;
}

.header.header-fixed .sticky-header-menu .row.main-header-menu {
    padding: 0px 20px;
}

.header.header-fixed .sticky-header-menu .row.main-header-menu .logo-outside img {
    max-height: 60px;
}

.header.header-fixed .sticky-header-menu .row.main-header-menu .logo-outside .header-logo {
    height: 60px;
}

/* site.css */

.header.header-fixed .sticky-header-menu .row.main-header-menu .header-bottom-nav .navigate {
    text-align: left;
    margin-top: 10px;
}

.sticky-header-menu .header-bottom-nav .navigate {
    text-align: unset;
}

/* site.css */

.header-menu {
    /*background: #0e121ded;*/
	background: #fff;
	border-bottom: 1px solid lightgray; 
}

.header-logo {
    margin: 7px 0px 7px 0px;
}

.language-switcher span.select2-selection__rendered > span {
    line-height: 14px;
    font-size: 20px;
}

.phone.header-phone > a {
    font-size: 24px;
}

button#carModelSubmit {
    height: 50px;
}

.car-model--block span.select2-selection.select2-selection--single {
    height: 50px;
    padding: 0 10px;
    font-size: 16px;
    border: none;
    background: #f2f2f2;
	border: 1px solid #c7c7c7;
}

.car-model--block span.select2-selection.select2-selection--single > span {
    line-height: 50px;
    height: 50px;
}

.car-slider--arrow {
    height: 40px;
    width: 40px;
}

.car-slider--arrow {
    line-height: 40px;
}

.car-slider--item img {
    background: unset;
	filter: grayscale(100%);
}

.car-slider--item img {
    border: 1px solid #eae9e9;
}

.news-anounse {
    padding: 10px 20px 15px;
}

.news-image--block {
    right: -25px;
}

.news-image--block {
    top: -90px;
    height: 170px;
    width: 170px;
}

.footer-wrapper {
    background: #121725;
}

.footer-contact--block {
    font-size: 22px;
}

.mobile-menu--hamburger {
    display: none;
}

.mobile-menu--hamburger {
    border: 1px solid black;
    border-radius: 70px;
    padding: 10px;
    height: 50px;
    width: 50px;
    text-align: center;
    margin-left: 50px;
}

.pages .header-menu {
    position: initial;
    background: #fff;
    margin-bottom: 20px;
}

.catalog-item--price {
    padding: 0 0 10px;
    font-size: 18px;
}

@media screen and (max-width: 768px) {
    .catalog-item--price {
        font-size: 24px;
        font-weight: bold;
    }
}


div#mobileMenuContainer {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 100;
    width: 85%;
    background: #131827;
    height: 100vh;
    padding: 20px 30px;
    color: white;
}

.mobile-menu--head {
}

.mobile-menu--phone {
    display: inline-block;
}

.mobile-menu--hamburger_close {
    display: inline-block;
    float: right;
}

.mobile-menu--hamburger_close {
}

.mobile-menu--phone a {
    color: white;
    font-size: 22px;
    font-weight: 400;
}

.mobile-menu--phone a i {
    color: #ff993f;
}

.mobile-menu--block {
    margin-top: 40px;
}

.mobile-menu--block ul {
    list-style: none;
}

.mobile-menu--block > ul {
    padding: 0px;
    color: white;
}

.mobile-menu--block > ul li > a {
    color: white;
}

.mobile-menu--block > ul li ul a {
    color: #ff993f;
    padding: 0 0px;
}

.mobile-menu--block > ul > li {
    padding: 5px 0;
    font-size: 20px;
}

#mobileMenuContainer {
    display: none;
}


.catalog--menu {
    border: 1px solid #eaeaea;
    padding: 15px 20px;
	border-radius: 5px;
    margin-bottom: 40px;
}

.catalog--menu > ul {
    list-style: none;
    padding: 0;
}

.catalog--menu li a {
    padding: 3px 0;
    color: black;
    font-size: 18px;
    display: block;
    FONT-WEIGHT: 600;
}

.catalog-item--image-block {
    display: block;
    position: relative;
    z-index: 20;
    width: 100%;
    max-width: 450px;
    cursor: pointer;
}

.catalog-item--image {
    width: 100%;
    border-radius: 10px;
    height: 253px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

@media screen and (max-width: 1200px) {
    .catalog-item--image {
        height: 279px;
    }
}

@media screen and (max-width: 992px) {
    .catalog-item--image {
        height: 440px;
    }
}

@media screen and (max-width: 768px) {
    .catalog-item--image-block {
        display: block;
        margin: 0 auto;
    }

    .catalog-item--image {
        height: 450px;
    }
}

@media screen and (max-width: 501px) {
    .catalog-item--image-block {
        max-width: 390px;
    }

    .catalog-item--image {
        height: 390px;
    }
}

@media screen and (max-width: 454px) {
    .catalog-item--image-block {
        max-width: 320px;
    }

    .catalog-item--image {
        height: 320px;
    }
}

@media screen and (max-width: 330px) {
    .catalog-item--image-block {
        max-width: 260px;
    }

    .catalog-item--image {
        height: 260px;
    }
}


.catalog-item--image-block
.catalog-item--image-text {
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    color: #fff;
    padding: 20px 15px;
    text-transform: uppercase;
    font-size: 18px;
    text-align: center;
    background-color: #0e121ddb;
    transition: 0.3s;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.catalog-item--info h4 {
    color: #000;
    FONT-WEIGHT: 600;
    text-align: center;
	margin-top:20px;
}

p.catalog-item--info-annotate {
    text-align: center;
}

.catalog-item--info {
    text-align: center;
}

a.catalog-item--button {
    background: #df6821;
    padding: 10px 30px;
    border-radius: 5px;
    color: white;
    font-weight: 500;
    display: inline-block;
}

.catalog--item {
    margin-bottom: 40px;
}

.catalog--menu li a.catalog-menu--active {
    color: #df6821;
}

h1.blog_title {
    font-size: 36px;
    margin-bottom: 20px;
    text-align: center;
}
.blog_title.blog-main-title{
    margin: 0;
    padding: 0;
    margin-bottom: 20px;
}

.blog .catalog-item--info h2 {
    color: #df6821;
    FONT-WEIGHT: 600;
    text-align: center;
    font-size: 16px;
    height: 60px;
}

.blog .catalog-item--image-block{
    max-width: 100%;
}

.blog .catalog--item {
    background: #fdfdfd;
    border: 1px solid #e3e3e3;
    border-radius: 10px;
    -webkit-box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
    -moz-box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
    box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
}

.article-info {
    display: flex;
}

.article-info__author {
    display: flex;
    align-items: center;
}
.article-info {
    display: flex;
    align-items: center;
}
.author-main-image img {
    object-fit: contain;
    height: inherit;
    max-width: 100%;
    max-height: 100%;
}
.author-main-image {
    max-height: 100%;
    text-align: center;
    max-width: 100%;
}
.other-authors--item .catalog-item--image {
    height: 180px;
}
.blog .other-authors--item .catalog-item--info h2 {
    height: unset;
}

.catalog--item.other-authors--item{
    margin-bottom: 10px;
}

.article-info__created {
    margin: 10px;
}
.news-tags{
    align-items: center;
}
.news-author--description-head {
    color: gray;
    font-weight: 800;
    font-size: 16px;
}
.news-author--about {
    font-weight: 700;
    color: #df6821;
    margin: 0;
    font-size: 18px;
}
.news-author--description {
    margin-top: 5px;
}
.article-info__author span {
    margin-left: 5px;
    font-size: 16px;
}
.article-other-links {
    text-align: center;
}
.article-other-links a {
    padding: 10px;
    border-radius: 5px;
    border: 1px solid gray;
    margin-right: 15px;
    color: black;
}

.breadcrumb {
    background-color: unset;
}

.breadcrumb > li,
.breadcrumb > li a {
    color: gray;
    font-size: 18px;
}

.breadcrumb :last-of-type a {
    color: black;
}

.footer-logo > img {
    max-width: 240px;
}

.breadcrumb > .active {
    color: #252525;
    font-weight: 400;
}

.product-main-image img {
    width: 100%;
	border-radius: 5px;
}

img.product-additional--img {
    width: 100%;
    margin-bottom: 20px;
    border: 1px solid #1f232d;
	border-radius: 5px;
}

.product-additional-images {
    padding-left: 30px;
    max-height: 420px;
    overflow-y: scroll;

}


.product-price--converter {
    cursor: pointer;
    background-image: url("/images/convert-price.jpg");
}


.product-info--block h1 {
    font-size: 24px;
    text-align: center;
    margin: 0;
    font-weight: 600;
    padding-bottom: 15px;
}

.product-info--block .product-car-model {
    font-size: 40px;
    text-align: center;
    color: #df6821;
}

.product-info--block .product-short-description {
    text-align: center;
    margin-bottom: 25px;
}

.product-info--block .product-support-models {
    background: #f1f5f9;
    padding: 15px;
    border-radius: 5px;
    margin-bottom: 20px;
    font-weight: 400;
}

.product-price--block .product--price {
    font-size: 32px;
    display: inline-flex;
    FONT-WEIGHT: 400;
}

button.product-order--button {
    background: #df6821;
    /*margin: 0 0 0 -10px;*/
    padding: 15px 30px;
    border-radius: 5px;
    font-weight: 600;
    width: 100%;
    border: 1px;
    color: #fff;
}

button.product-order--button:hover {
    background: rgb(193 14 14);
}

.product-payment-list {
    margin-top: 10px;
}

.product-payment-list img {
    margin: 0 auto;
    display: block;
}

/* site.css */


.product-cart_img img {
    max-width: 100px;
    width: 50%;
    max-height: 140px;
    height: auto;
}

.product-price--converter {
    background-position: center;
    background-size: contain;
    height: 26px;
    background-repeat: no-repeat;
    width: 26px;
    display: inline-block;
    margin-left: 15px;
}

.product-head--row {
    margin: 40px 0 40px;
}

a.product-main-image {
    /*margin-left: -15px;*/
}
.tt-mod-img{
    width:100%;
    max-width: 200px;
}
img.modMainImage {
    object-fit: contain;
    width: 100%;
}

select#carModelSelector.not-set + span span.select2-selection.select2-selection--single {
    border: 1px solid red;
}

select#carMarkSelector.not-set + span span.select2-selection.select2-selection--single {
    border: 1px solid red;
}

.mobile-menu--block > ul > li ul::-webkit-scrollbar-button,
.product-additional-images::-webkit-scrollbar-button {
    background-image: url('');
    background-repeat: no-repeat;
    width: 5px;
    height: 0px
}

.mobile-menu--block > ul > li ul::-webkit-scrollbar-thumb,
.product-additional-images::-webkit-scrollbar-thumb {
    -webkit-border-radius: 0px;
    border-radius: 0px;
    background-color: #d8d8d8;
}

.mobile-menu--block > ul > li ul::-webkit-scrollbar-thumb:hover,
.product-additional-images::-webkit-scrollbar-thumb:hover {
    background-color: #7f7f7f;
}

.mobile-menu--block > ul > li ul::-webkit-resizer,
.product-additional-images::-webkit-resizer {
    background-image: url('');
    background-repeat: no-repeat;
    width: 4px;
    height: 0px
}

.mobile-menu--block > ul > li ul::-webkit-scrollbar,
.product-additional-images::-webkit-scrollbar {
    width: 4px;
}


/* TABS */


.tabs__nav {
    display: flex;
    flex-wrap: wrap;
    list-style-type: none;
    margin: 0;
    border-bottom: 1px solid lightgray;
}

.tabs__link {
    text-decoration: none;
    color: black;
    text-align: center;
    flex-shrink: 0;
    flex-grow: 1;
}

.tabs__link_active {
    background: lightgray;
    cursor: default;
}

.tabs__content {
    padding: 1rem;
}

.tabs__pane {
    display: none;
}

.tabs__pane_show {
    display: block;
}

/* //TABS */


.also-products--title {
    border-bottom: 1px solid lightgray;
    text-align: center;
    font-weight: 600;
    border-left: 3px solid white;
    border-right: 3px solid white;
    margin-left: -2px;
    margin-right: -2px;
}

.also-products {
    border-left: 1px solid #e7e7e7;
    border-right: 1px solid #ececec;
}

.also-products--item {
    text-align: center;
    padding: 20px 30px 20px;
    border-bottom: 1px solid #efefef;
}

.variant-item {
    height: auto;
    width: 49%;
    border: 2px solid #a5a5a5;
    padding: 10px;
    text-align: center;
    margin-bottom: 7px;
    border-radius: 5px;
    color: #8b8b8b;
}


.variants-list {
    display: flex;
    flex-wrap: wrap;
    align-content: space-around;
    justify-content: space-between;
    align-items: stretch;
    margin: 10px 0px 0px;

}

.variant-item.selected-variant {
    border: 2px solid #df6821;
    background: #ffebdf;
    border-radius: 5px;
    /*font-weight: 700;*/
    color: #000;
}

.variant--title {
    height: 100%;
    display: flex;
    justify-content: space-around;
    align-content: center;
    align-items: center;
    cursor: pointer;
}

.also-products--item h5 {
    color: black;
    FONT-WEIGHT: 400;
    margin-top: 0;
}

.also-products--item img {
    width: 100%;
}

.also-products--price {
    margin-top: 10px;
    font-weight: 400;
}

.also-products--button {
    background: linear-gradient(0deg, #9a2727, #ef1f1f);
    margin: 0 0 0 -10px;
    padding: 10px 30px;
    border-radius: 5px;
    font-weight: 400;
    width: 80%;
    min-width: 140px;
    text-align: center;
    border: 1px;
    color: white;
    margin: 0 auto;
}

.product-center--row {
    padding-bottom: 60px;
    padding-top: 30px;
}

.also-buy-products {
    margin-bottom: 40px;
}

/* site.css */

.tabs__link {
    font-weight: 600;
}

.tabs__nav {
    margin-top: -1px;
}

.tabs__link {
    text-transform: uppercase;
    text-decoration: none;
    padding: unset;
}

.tabs__link_active {
    border-bottom: 1px solid #df6821;
    background: #e6e6e6;
    color: #000;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

.tabs__content {
    padding: 40px 0;
}

a.tabs__link:hover {
    text-decoration: none;
    color: #fff;
    background: #000;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

/*a.tabs__link:visited {*/
/*    text-decoration: none;*/
/*    color: #fff;*/
/*	background: #000;*/
/*}*/

.ul.navigate.justify-content-center > li{
    color: #000;
}


.tabs__link {
    padding-bottom: 10px;
    padding-top: 12px;
}

.tabs__pane_show {
    font-size: 18px;
}

.also-products--title {
    padding-bottom: 10px;
}

div#toggleCatalogMenu {
    display: none;
}

.header-fixed .header-menu {
    background: #fff;
}

#orderContact.modal {
    text-align: center;
    padding: 0 !important;
}

#orderContact .modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
    max-width: 400px;
    width: 90%;
}

#orderContact .modal-content {
    background: #959595;
    color: white;
}

#orderContact .modal-header {
    border-bottom: none;
    padding-bottom: 0;
}

#orderContact .modal-title {
    padding: 10px 40px;
    text-align: center;
}

form.service-order-modal--form {
    padding: 0 50px;
}

label.placeinput {
    margin-bottom: 10px;
}

#orderContact.modal:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -4px;
}

button.product-order--button.contact-form--button {
    margin: 25px auto 10px;
    display: block;
    width: auto;
}

.btn.contact-form--button.product-order--button:hover {
    color: white;
}

.news--block .slick-track {
    display: flex;
    align-items: stretch;
}

.slick-initialized .news-slider--item.slick-slide {
    height: auto;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
}

.news-anounse {
    height: 100%;
}

.news-outside--block {
    display: block;
    height: 110px;
}

.news-items-list .catalog--item {
    /*margin-bottom: 10px;*/
    height: 100%;
    display: flex;
    flex-direction: column;
}

.article-tags-wrapper a, .article-tags a {
    padding: 10px;
    border: 1px solid gray;
    margin-right: 10px;
    border-radius: 5px;
    color: black;
    text-align: center;
    display: inline-block;
}

.blog-subtitle {
    text-align: center;
}
.article-author-image img {
    object-fit: cover;
    height: inherit;
    width: 100%;
    object-position: center center;
}

.article-author-image {
    width: 50px;
    height: 50px;
    border-radius: 100px;
    overflow: hidden;
}
.mt-2{
    margin-top: 10px;
}
.mb-4{
    margin-bottom: 20px;
}

.mb-2{
    margin-bottom: 10px;
}

.blog-item-col {
    margin-bottom: 20px;
}

.blog-item-buttons{
    display: block;
    width: 100%;
    text-align: end;
}

.blog .catalog-item--info {
    padding: 0 10px;
}

.news-items-list .catalog-item--info:last-child {
    margin-bottom: 40px;
}

.news-items-list .catalog-item--info {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.catalog-category-item {
    margin-bottom: 30px;
}

.catalog-category-item--image-block a {
    display: block;
	border: 1px solid #df6821;
    border-radius: 100px;
}

.catalog-category-item--image-block a:hover {
	border: 1px solid #bfbfbf;
}

img.catalog-category-item--image {
    object-fit: contain;
    width: 100%;
    height: 100%;
    padding: 15px;
	filter: grayscale(100%);
	transition: 0.2s;
}

img.catalog-category-item--image:hover {
	filter: grayscale(0%);
}


@media (min-width: 992px) and (max-width: 1200px) {

    .mobile-menu--block > ul > li ul {
        max-height: 150px;
        height: auto;
        overflow: auto;
    }

    .mobile-menu--block > ul > li {
        padding: 5px 0;
        font-size: 26px;
    }

    div#mobileMenuContainer {
        width: 45%;
    }

    .mobile-menu--hamburger {
        display: block;
    }

    .mobile-menu--hamburger > i {
        font-size: 28px;
        color: white;
    }

    .mobile-menu--hamburger {
        margin-top: -10px;
    }

    /* site.css */
    .header-top-nav {
        margin-top: 20px;
    }

    .header-bottom-nav .navigate {
        display: none;
    }

    .header-logo {
        height: 80px;
    }

    .header-logo {
        margin-top: 0px;
    }

    .delivery-info--image > img {
        width: 100%;
        height: 100%;
    }

    /* site.css */
    .delivery-wrapper {
        height: 380px;
        background-position: bottom;
    }

    h2.delivery-info--title {
        font-size: 62px;
    }

    h4.delivery-info--subtitle {
        font-size: 30px;
    }

    .news--block {
        width: 100%;
        margin-left: 0%;
        max-width: 1250px;
    }

    a.all-news-button {
        padding: 10px 20px;
        font-size: 20px;
    }

    .car-slider--block {
        width: 100%;
        margin-left: 0%;
        max-width: 1210px;
    }

    .product-additional-images {
        max-height: 190px;
    }

    .product-info--block .product-car-model {
        font-size: 40px;
        line-height: 50px;
    }

    .product-price--block .product--price {
        font-size: 27px;
    }

    .product-payment-list img {
        width: 100%;
    }

}


@media (min-width: 768px) and (max-width: 992px) {

    .mobile-menu--block > ul > li ul {
        max-height: 150px;
        height: auto;
        overflow: auto;
    }

    .mobile-menu--hamburger {
        display: block;
    }

    .footer-contact-payment--block {
        display: inline;
        margin-top: 50px;
    }

    .footer-contact--block {
        display: inline-block;
    }

    .footer-payments--block {
        display: inline-block;
        float: right;
        margin-top: 0;
    }

    .footer-nav--block ul {
        padding: 0;
    }

    .news--block {
        width: 100%;
        margin-left: 0%;
        max-width: 1250px;
    }

    a.all-news-button {
        padding: 10px 20px;
        font-size: 20px;
    }

    .car-slider--block {
        width: 100%;
        margin-left: 0%;
        max-width: 1210px;
    }

    .delivery-info--image > img {
        width: 100%;
        height: 100%;
    }


    .car-model-col {
        display: inline-block;
        float: left;
        width: 50%;
        flex: unset;
    }

    .car-model--block {
        display: block;
        width: 100%;
        position: initial;
        height: 100%;
    }

    .car-model--block .car-model-col:last-of-type {
        display: block;
        margin-top: 40px;
        float: unset;
        width: 50%;
        margin: 100px auto 0;
        flex: unset;
    }

    .delivery-wrapper {
        height: 290px;
        background-position: center;
        font: unset;
    }

    h2.delivery-info--title {
        margin-top: 20px;
        font-size: 52px;
    }

    h4.delivery-info--subtitle {
        font-size: 28px;
        margin-top: 10px;
    }

    p.delivery-info--text {
        margin-top: 30px;
    }

    .header-bottom-nav .navigate {
        display: none;
    }

    .mobile-menu--hamburger > i {
        font-size: 28px;
        color: white;
    }

    .header-top-nav {
        margin-top: 30px;
    }

    .main-leader-title {
        font-size: 40px;
    }

    .main-leader-text {
        font-size: 18px;
    }

    .main-lead-form {
        height: 210px;
    }

    .main-lead-form {
        padding: 40px 0 30px;
    }

    form.order_form.inline > p {
        font-size: 27px;
    }

    form.order_form.inline > .form-group > input {
        width: 240px;
    }

    form.order_form.inline > .form-group > input {
        padding: 20px;
    }

    form.order_form.inline > .form-group > button, #mainPhoneInput {
        padding: 20px 30px;
    }

    .mobile-menu--hamburger {
        margin-top: -10px;
    }

    /* inspector-stylesheet.css */
    .product-additional-images a {
        display: inline-block;
        width: 32%;
    }

    .product-payment-list img {
        width: 100%;
    }

    /* site.css */
    img.product-additional--img {
        display: block;
        margin-bottom: unset;
    }

    .product-additional-images {
        margin-top: 10px;
        max-height: 150px;
        white-space: nowrap;
        padding-left: unset;
        overflow-y: hidden;
    }

    .product-info--block .product-car-model {
        font-size: 35px;
        line-height: 40px;
    }

    .product-price--block .product--price {
        font-size: 27px;
    }

    .also-products--item {
        width: 32%;
        border-bottom: unset;
        display: inline-block;
    }

    .also-products--price {
        margin: 10px;
    }

    .also-products {
        border-bottom: 1px solid #ececec;

    }
}

.cart-quantity--price-total {
    display: none;
}

.cart-quantity .input-group {
    display: flex;
    align-items: center;
    max-width: 130px;
}

.cart-quantity .input-group .input-group-prepend button {
    border-radius: 5px 0 0 5px;
}

.cart-quantity .input-group .input-group-append button {
    border-radius: 0 5px 5px 0;
}

.products-cart-page button {
    outline: 0 !important;
}

.cart-set-order {
    text-align: center;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
}

.paypal-button.paypal-button-color-gold, .paypal-button-row.paypal-button-color-gold .menu-button {
    background: #e32121 !important;
}

.header-social-links{
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}
.header-social-links .social-item i{
    font-size: 25px;
    color: #000;
    padding: 2px 12px;
}

button.btn.set-order {
    width: 100%;
    height: 60px;
    text-align: center;
    max-width: 200px;
}

.cart-total-price {
    text-align: right;
}

.cart-footer-text {
    padding: 10px;
    border: 2px solid #c92525;
    border-radius: 10px;
    text-align: left;
}

.product-cart_description {
    word-break: break-all;
    white-space: initial;
}

.cart-set-order button {
    background: #e32121;
    color: white;
    font-weight: 600;
    font-size: 1.7rem;
}

.cart-icon svg {
    width: 40px;
    height: 40px;
    fill: #000;
    margin-right: 10px;
    margin-top: -10px;
}

.cart-icon a {
    position: relative;
}

.cart_counter {
    position: absolute;
    right: 10px;
    bottom: 0;
    padding: 0 3px;
    background: #df6821;
    border-radius: 50px;
    color: white;
    width: 22px;
    height: 21px;
    text-align: center;
    font-weight: bold;
}

.main-leader-block .alert-success {
    background: #d31f20;
    color: white;
    border: #9b1818;
    font-size: 18px;
    width: 70%;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 20px;
}

.iti__flag {
    background-image: url("https://kmstop.ru/plugins/phone-input/img/flags.png");
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .iti__flag {
        background-image: url("https://kmstop.ru/plugins/phone-input/img/flags@2x.png");
    }
}

.products-cart-page button.kv-file-zoom {
    display: none;
}

.products-cart-page .file-drop-zone-title {
    display: none;
}

.file-input.file-input-ajax-new i.bi-folder2-open {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.file-input.file-input-ajax-new i.bi-folder2-open:before {
    content: "\f115";
}

.modal-order-contact {
    margin-top: 20px;
    padding: 5px;
    font-size: 1.4rem;
}

.products-cart-page i.bi-zoom-in:before {
    content: "×";
    width: 6px;
    height: 6px;
    font-size: 20px;
    color: #e32121;
}

.empty-cart {
    padding: 20px 20%;
    border: 2px solid #df6821;
    border-radius: 20px;
    text-align: center;
    font-size: 2rem;
}

button.btn.set-order:hover {
    color: #dfdfdf;
}

@media screen and (max-width: 768px) {
    .cart_counter {
        right: 20px;
    }

    .article-info{
        flex-direction: column;
    }
    .article-author-wrapper {
        margin-top: 10px;
    }
    .article-tags-wrapper a, .article-tags a{
        margin-top: 5px;
    }
    .cart-icon svg {
        width: 30px;
        height: 30px;
        fill: #000;
        margin-right: 5px;
        margin-top: -4px;
    }

    .cart-quantity--price-total {
        display: block;
        text-align: right;
    }

    .cart-price-total-cell {
        display: none;
    }

    a.product-main-image {
        margin-left: unset;
    }

    .footer-social-links .social-item i {
        font-size: 30px;
    }

    div#toggleCatalogMenu {
        display: block;
    }

    .mobile-hidden-swarn h1,
    .mobile-hidden-swarn .product-car-model,
    .mobile-hidden-swarn .product-short-description,
    .mobile-hidden-swarn .product-support-models {
        display: none;
    }

    .mobile-menu--hamburger {
        display: block;
    }

    .mobile-menu--hamburger > i {
        color: #000;
        font-size: 16px;
    }

    /* site.css */
    .header-logo > img {
        /*width: 90%;*/
        /*height: auto;*/
        width: auto;
        height: 90%;
        max-width: 100%;
    }

    .header-logo {
        height: 80px;
    }

    .header-top-nav {
        margin-top: 30px;
    }

    .phone.header-phone {
        display: none;
    }

    .header-bottom-nav .navigate {
        display: none;
    }

    .main-leader-block {
        top: 20%;
    }

    .main-leader-title {
        font-size: 30px;
    }

    .main-leader-text {
        font-size: 18px;
        padding: 0 20px;
    }

    .main-lead-form {
        height: FIT-CONTENT;
    }

    form.order_form.inline > .form-group > input {
        border-radius: 5px;
        width: 60%;
        max-width: 250px;
    }

    form.order_form.inline > .form-group > button {
        margin: 0 0 0 -10px;
        margin: 10px 0 0px;
        border-radius: 5px;
        width: 60%;
        max-width: 260px;
    }

    .about-block p {
        font-size: 16px;
    }

    h2.block--title {
        font-size: 30px;
    }

    .car-model-col {
        width: 100%;
        display: block;
        margin-top: 35px;
        flex: unset;
    }

    .car-model--block {
        padding: 10px 5%;
        display: block;
        margin-top: unset;
    }

    .car-model--block .car-model-col:last-of-type {
        width: auto;
    }

    .car-slider--block {
        width: 100%;
        margin-left: 0;
        max-width: unset;
    }

    .mobile-menu--hamburger {
        padding: 8px;
        height: 35px;
        line-height: 0px;
        width: 35px;
        margin-left: 15px;
        margin-top: -4px;
    }

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

    .delivery-info--image img {
        width: 100%;
    }

    /* site.css */
    .car-slider--item img {
        width: 140px;
    }

    .delivery-wrapper {
        height: 150px;
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
    }

    .delivery-info--image {
        margin-top: 12%;
    }

    h2.delivery-info--title {
        margin-top: 20px;
        font-size: 26px;
    }

    h4.delivery-info--subtitle {
        font-size: 14px;
        margin-top: 10px;
    }

    p.delivery-info--text {
        font-size: 13px;
        margin-top: 17px;
    }

    .news--block {
        width: 100%;
        margin-left: 0;
        max-width: unset;
    }

    div#deliveryInfoContainer {
        margin-top: 80px;
    }

    .delivery-info--image img {
        width: auto;
        max-height: 100px;
    }


    a.all-news-button {
        padding: 10px 10px;
        font-size: 18px;
    }

    .footer-social-links {
        margin-top: 40px;
    }

    .footer-contact--block {
        text-align: center;
        margin-top: 40px;
    }

    .footer-payments--block {
        text-align: center;
    }

    .delivery-wrapper {
        height: 170px;
    }

    .delivery-info--image {
        margin-top: 30px;
    }

    .language-switcher span.select2-selection__rendered > span {
        font-size: 12px;
    }

    .also-products--item {
        width: 49%;
        display: inline-block;
    }

    .product-additional-images a {
        display: inline-block;
        width: 33%;
    }

    .product-additional-images {
        padding-left: 30px;
        padding-left: unset;
        max-height: 260px;
        max-height: 150px;
        margin-top: 10px;
        max-height: 150px;
        white-space: nowrap;
        padding-left: unset;
        overflow-y: hidden;
        overflow-y: hidden;
    }

    .product-info--block.mobile-hidden-swarn > .row {
        margin: 40px 0 20px;
    }

    .mobile-menu--block > ul > li ul {
        max-height: 150px;
        height: auto;
        overflow: auto;
    }

    .catalog--menu {
        border: unset;
        text-align: center;
        margin-bottom: 10px;
        -webkit-font-smoothing: unset;
    }

    div#toggleCatalogMenu {
        color: #df6821;
        font-size: 20px;
        text-decoration: underline;
        font-weight: 400;
    }

    /* site.css */
    .catalog-item--info h4 {
        font-size: 16px;
    }

    a.catalog-item--button {
        padding: 15px 30px;
    }

    .catalog--menu ul {
        display: none;
    }
}

@media screen and (max-width: 480px) {
    .header-logo > img {
        width: 90%;
        height: auto;
        max-width: unset;
    }

    .product-price--block {
        display: block;
        text-align: center;
    }

    /* site.css */
    .breadcrumb {
        text-align: center;
    }

    .breadcrumb > li, .breadcrumb > li a {
        font-size: 16px;
        text-align: center;
    }

    .product-price--converter {
        display: inline-block;
        display: none;
    }

    .product-info--block h1 {
        font-size: 18px;
    }

    .product-info--block .product-car-model {
        font-size: 28px;
        line-height: 30px;
    }

    .product-info--block .product-support-models {
        font-size: 13px;
    }

    button.product-order--button {
        margin: 0;
    }

    .product-payment-list img {
        width: 100%;
    }

    .product-head--row {
        margin: 0px;
    }

    .tabs__link {
        margin-bottom: 30px;
    }

    .product-center--row {
        margin-top: 20px;
    }

    .also-products--item {
        width: 100%;
    }


    .product-info--block.mobile-hidden-swarn > .row {
        margin: 10px 0 20px;
    }


    /* inline_style_edits.inline.css */
    .row [class="col-xs-6"]:nth-of-type(1) {
        width: 100%;
    }

    .row [class="col-xs-6"]:nth-of-type(2) {
        width: 100%;
    }

    .footer-presample--text {
        padding: 0 10px;
        text-align: center;
    }

    .mobile-menu--hamburger_close.mobile-menu--hamburger {
        padding: 4px;
        height: 30px;
        line-height: 0px;
        width: 30px;
        margin-left: 25px;
        margin-top: -6px;
    }

    .mobile-menu--phone a {
        color: white;
        font-size: 17px;
    }

    .header-logo {
        margin: 8% 0;
        height: auto;
    }
}

@media (min-width: 1690px) {
    .sticky-header-menu .right-outside {
        min-width: 420px;
    }
}

@media (min-width: 1200px) and (max-width: 1690px) {
    .phone.header-phone {
        margin-left: 20px;
    }

    .phone.header-phone > a {
        font-size: 20px;
    }
}

@media (min-width: 1200px) and (max-width: 1340px) {
    .phone.header-phone {
        display: none;
    }
}


.whatsapp-button {
    background: #25D366;
    border: 3px solid #1cc15a;
    border-radius: 50%;
    box-shadow: 0 8px 10px rgba(7, 206, 112, 0.6);
    cursor: pointer;
    height: 68px;
    text-align: center;
    width: 68px;
    position: fixed;
    right: 5%;
    bottom: 8%;
    z-index: 9999;
    transition: .3s;
    -webkit-animation: hoverWave linear 1s infinite;
    animation: hoverWave linear 1s infinite;
}

.whatsapp-button .text-button {
    height: 68px;
    width: 68px;
    border-radius: 50%;
    position: relative;
    overflow: hidden;
}

.whatsapp-button .text-button span {
    text-align: center;
    color: #23a455;
    opacity: 0;
    font-size: 0;
    position: absolute;
    right: 8px;
    top: 27px;
    line-height: 14px;
    font-weight: 600;
    transition: opacity .3s linear;
    font-family: 'montserrat', Arial, Helvetica, sans-serif;
}

.whatsapp-button .text-button:hover span {
    opacity: 1;
    font-size: 11px;
}

.whatsapp-button:hover i {
    display: none;
}

.whatsapp-button:hover {
    z-index: 1;
    background: #fff;
    color: transparent;
    transition: .3s;
}

.whatsapp-button:hover i {
    color: #25D366;
    font-size: 44px;
    transition: .3s;
}

.whatsapp-button i {
    color: #fff;
    font-size: 44px;
    transition: .3s;
    line-height: 62px;
    transition: .5s ease-in-out;
    animation: 1200ms ease 0s normal none 1 running shake;
    animation-iteration-count: infinite;
    -webkit-animation: 1200ms ease 0s normal none 1 running shake;
    -webkit-animation-iteration-count: infinite;
    margin-left: -7px;
}

@-webkit-keyframes hoverWave {
    0% {
        box-shadow: 0 8px 10px rgba(7, 206, 112, 0.3), 0 0 0 0 rgba(7, 206, 112, 0.2), 0 0 0 0 rgba(7, 206, 112, 0.2)
    }
    40% {
        box-shadow: 0 8px 10px rgba(7, 206, 112, 0.3), 0 0 0 15px rgba(7, 206, 112, 0.2), 0 0 0 0 rgba(7, 206, 112, 0.2)
    }
    80% {
        box-shadow: 0 8px 10px rgba(7, 206, 112, 0.3), 0 0 0 30px rgba(7, 206, 112, 0), 0 0 0 26.7px rgba(7, 206, 112, 0.067)
    }
    100% {
        box-shadow: 0 8px 10px rgba(7, 206, 112, 0.3), 0 0 0 30px rgba(7, 206, 112, 0), 0 0 0 40px rgba(7, 206, 112, 0.0)
    }
}

@keyframes hoverWave {
    0% {
        box-shadow: 0 8px 10px rgba(7, 206, 112, 0.3), 0 0 0 0 rgba(7, 206, 112, 0.2), 0 0 0 0 rgba(7, 206, 112, 0.2)
    }
    40% {
        box-shadow: 0 8px 10px rgba(7, 206, 112, 0.3), 0 0 0 15px rgba(7, 206, 112, 0.2), 0 0 0 0 rgba(7, 206, 112, 0.2)
    }
    80% {
        box-shadow: 0 8px 10px rgba(7, 206, 112, 0.3), 0 0 0 30px rgba(7, 206, 112, 0), 0 0 0 26.7px rgba(7, 206, 112, 0.067)
    }
    100% {
        box-shadow: 0 8px 10px rgba(7, 206, 112, 0.3), 0 0 0 30px rgba(7, 206, 112, 0), 0 0 0 40px rgba(7, 206, 112, 0.0)
    }
}

@keyframes shake {
    0% {
        transform: rotateZ(0deg);
        -ms-transform: rotateZ(0deg);
        -webkit-transform: rotateZ(0deg);
    }
    10% {
        transform: rotateZ(-30deg);
        -ms-transform: rotateZ(-30deg);
        -webkit-transform: rotateZ(-30deg);
    }
    20% {
        transform: rotateZ(15deg);
        -ms-transform: rotateZ(15deg);
        -webkit-transform: rotateZ(15deg);
    }
    30% {
        transform: rotateZ(-10deg);
        -ms-transform: rotateZ(-10deg);
        -webkit-transform: rotateZ(-10deg);
    }
    40% {
        transform: rotateZ(7.5deg);
        -ms-transform: rotateZ(7.5deg);
        -webkit-transform: rotateZ(7.5deg);
    }
    50% {
        transform: rotateZ(-6deg);
        -ms-transform: rotateZ(-6deg);
        -webkit-transform: rotateZ(-6deg);
    }
    60% {
        transform: rotateZ(5deg);
        -ms-transform: rotateZ(5deg);
        -webkit-transform: rotateZ(5deg);
    }
    70% {
        transform: rotateZ(-4.28571deg);
        -ms-transform: rotateZ(-4.28571deg);
        -webkit-transform: rotateZ(-4.28571deg);
    }
    80% {
        transform: rotateZ(3.75deg);
        -ms-transform: rotateZ(3.75deg);
        -webkit-transform: rotateZ(3.75deg);
    }
    90% {
        transform: rotateZ(-3.33333deg);
        -ms-transform: rotateZ(-3.33333deg);
        -webkit-transform: rotateZ(-3.33333deg);
    }
    100% {
        transform: rotateZ(0deg);
        -ms-transform: rotateZ(0deg);
        -webkit-transform: rotateZ(0deg);
    }
}

@-webkit-keyframes shake {
    0% {
        transform: rotateZ(0deg);
        -ms-transform: rotateZ(0deg);
        -webkit-transform: rotateZ(0deg);
    }
    10% {
        transform: rotateZ(-30deg);
        -ms-transform: rotateZ(-30deg);
        -webkit-transform: rotateZ(-30deg);
    }
    20% {
        transform: rotateZ(15deg);
        -ms-transform: rotateZ(15deg);
        -webkit-transform: rotateZ(15deg);
    }
    30% {
        transform: rotateZ(-10deg);
        -ms-transform: rotateZ(-10deg);
        -webkit-transform: rotateZ(-10deg);
    }
    40% {
        transform: rotateZ(7.5deg);
        -ms-transform: rotateZ(7.5deg);
        -webkit-transform: rotateZ(7.5deg);
    }
    50% {
        transform: rotateZ(-6deg);
        -ms-transform: rotateZ(-6deg);
        -webkit-transform: rotateZ(-6deg);
    }
    60% {
        transform: rotateZ(5deg);
        -ms-transform: rotateZ(5deg);
        -webkit-transform: rotateZ(5deg);
    }
    70% {
        transform: rotateZ(-4.28571deg);
        -ms-transform: rotateZ(-4.28571deg);
        -webkit-transform: rotateZ(-4.28571deg);
    }
    80% {
        transform: rotateZ(3.75deg);
        -ms-transform: rotateZ(3.75deg);
        -webkit-transform: rotateZ(3.75deg);
    }
    90% {
        transform: rotateZ(-3.33333deg);
        -ms-transform: rotateZ(-3.33333deg);
        -webkit-transform: rotateZ(-3.33333deg);
    }
    100% {
        transform: rotateZ(0deg);
        -ms-transform: rotateZ(0deg);
        -webkit-transform: rotateZ(0deg);
    }
}

.paypal-button.paypal-button-color-gold, .paypal-button-row.paypal-button-color-gold .menu-button {
    background: #e32121 !important;
}

.catalog--prod-features{
    display: flex;
    padding: 10px 5px 0;
    border: 1px solid gainsboro;
    margin: 0 8px;
    border-radius: 5px;
}

.catalog--prod-features > div {
    width: 20%;
}
.catalog--prod-features .not-available {
    position: relative;
    opacity: 0.4;
}
.catalog--prod-features .not-available:before{
    content: '';
    width: 2px;
    height: 100%;
    background: #df6821;
    position: absolute;
    top: 0;
    right: 46%;
    transform: rotate(45deg);
}
.catalog--prod-features .not-available:after {
    content: '';
    width: 2px;
    height: 100%;
    background: #df6821;
    position: absolute;
    top: 0;
    left: 50%;
    transform: rotate(-45deg);
}

.catalog--prod-features.product-features {
    display: flex;
    justify-self: center;
    margin-top: 20px;
    border-radius: 10px;
    text-align: center;

    width: 100%;
}


@media screen and (min-width: 768px) {
    .catalog--prod-features.product-features {
        max-width: 100%;
    }
}

@media screen and (max-width: 768px) {
    .products-cart_title {
        margin-top: 60px;
        padding-top: 10px;
    }
}

.text-above {
    font-weight: 600; text-transform: uppercase; border-top: 1px solid lightgray;  padding-top: 20px; text-align: center; line-height: 1.5;
}



.table-responsive {
    border-radius: 10px !important;
}

.add_ship {
    margin: 10px 0px;
    padding: 10px;
    text-align: center;
    border-radius: 5px;
    border: 1px solid #dbdbdb;
    background: #f1f5f9;
}

.product-review-item {
    border-bottom: 1px solid #2c2e2f;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.product-review-date {
    font-size: 14px;
}

.product-group-selector {
    margin: 40px 0 10px;
}
.product-group-card {
    display: block;
    border: 1px solid #e6e6e6;
    border-radius: 8px;
    overflow: hidden;
    text-decoration: none;
    color: inherit;
    transition: box-shadow .2s ease;
    margin-bottom: 20px;
    background: #fff;
    height: 100%;
}
.product-group-card.active {
    /*border-color: #000;*/
    border: 1px solid #000;
    /*box-shadow: 0 4px 12px rgba(0,0,0,0.08);*/
    background-color: #e5ffd3;
    transition: 0.3s;
}


.product-group-card.active:hover {
    text-decoration: none;
}

.product-group-card:hover {
    text-decoration: none;
    border: 1px solid #000;
}

.product-group-card {
    transition: 0.3s;
}

.product-group-card__thumb {
    background-size: cover;
    background-position: center;
    padding-top: 56%;
}
.product-group-card__body {
    padding: 15px;
}
.product-group-card__title {
    font-weight: 600;
    margin-bottom: 5px;
    color: #000;
}
.product-group-card__years {
    font-size: 12px;
    color: gray;
    /*margin-bottom: 10px;*/
}
.product-group-card__description {
    font-size: 13px;
    min-height: 45px;
    overflow: hidden;
    font-weight: 600;
    color: #000;
}

.product-group-card__description {
    font-size: 13px;
    min-height: 45px;
    overflow: hidden;
    font-weight: 600;
    color: #gray;
}


.product-group-card__price {
    margin-top: 10px;
    font-size: 16px;
    font-weight: 600;
}
.product-group-card__price span {
    font-size: 12px;
    margin-left: 5px;
}
.product-year-selector .select2-container {
    width: 100% !important;
}
.product-year-note {
    margin-top: 10px;
    font-size: 14px;
    color: #555;
    border-radius: 5px;
    border: 1px solid #df2121;
    padding: 10px 15px;
}

.product-year-selector.year-selector-warning .select2-selection {
    border: 2px solid #e74c3c !important;
    animation: yearBlink 0.4s ease-in-out 3;
}
@keyframes yearBlink {
    0% { box-shadow: 0 0 0 rgba(231, 76, 60, 0.2); }
    50% { box-shadow: 0 0 8px rgba(231, 76, 60, 0.8); }
    100% { box-shadow: 0 0 0 rgba(231, 76, 60, 0.2); }
}

.product-review-rating-picker .rating-stars {
    display: inline-flex;
    gap: 6px;
    font-size: 24px;
}
.product-review-rating-picker .rating-star {
    cursor: pointer;
    color: #dadada;
    transition: color 0.15s ease-in-out;
}
.product-review-rating-picker .rating-star.active,
.product-review-rating-picker .rating-star:hover {
    color: #f39c12;
}
.product-year-selector.year-selector-warning .select2-selection {
    border: 2px solid #e74c3c !important;
    animation: yearBlink 0.4s ease-in-out 3;
}
@keyframes yearBlink {
    0% { box-shadow: 0 0 0 rgba(231, 76, 60, 0.15); }
    50% { box-shadow: 0 0 10px rgba(231, 76, 60, 0.6); }
    100% { box-shadow: 0 0 0 rgba(231, 76, 60, 0.15); }
}
.product-order--button.button-disabled {
    opacity: .6;
    pointer-events: none;
}