.sticky {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 100;
  border-top: 0;
}
.car__count {
  padding-bottom: 0;
}
.car-banner__suvs .cars-header {
  width: 100%;
  height: 80px;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 999;
}
.car-banner__suvs .sticky {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 100;
  border-top: 0;
}
.car-banner__suvs img {
  width: 100%;
  min-height: calc(100vh - 100px);
  object-fit: cover;
  object-position: center;
}
.cars-header {
  background-color: #f2f2f2;
  border-top: 1px solid #e6e6e6;
}
.cars-header__wrap {
  height: 80px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cars-header__menus {
  display: flex;
}
.cars-header__title h1 {
  min-width: 250px;
  font-size: 30px;
  color: #262626;
}
.cars-siblings a {
  font-size: 18px;
  font-weight: 700;
  padding: 6px 14px;
  color: gray;
}
.cars-siblings a.active {
  color: #fff;
  background: gray;
}

.cars-header__menus {
  height: 100%;
  display: flex;
  align-items: center;
  padding: 2px 0;
}
.cars-header__menu {
  height: 100%;
  display: flex;
  align-items: center;
  padding: 18px;
  font-weight: 700;
  font-size: 20px;
  color: #808080;
  border-bottom: 2px solid transparent;
  position: relative;
  margin-left: 30px;
}
.cars-header__menu.active {
  border: 2px solid #cd9834;
  color: #262626;
}

.cars-header__menu:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 4px;
  background-color: #cd9834;
  transition: width 0.3s ease;
}

.cars-header__menu:not(.active):hover:after {
  width: 100%;
}
.cars-header__menu:not(.active):hover {
  color: #262626;
}
.car-banner {
  position: relative;
}
.car-banner__text {
  position: absolute;
  left: 0;
  top: 50px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
}
.car-banner__text p {
  font-size: 24px;
}
.car-banner__text h1 {
  font-size: 70px;
  letter-spacing: 5px;
  text-transform: uppercase;
}
.car-starting {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.car-starting__title {
  width: 25%;
  min-height: 325px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: relative;
}
.car-starting__title:not(:last-child):after {
  content: "";
  position: absolute;
  right: 0;
  height: 80%;
  width: 1px;
  background-color: #e6e6e6;
}
.car-starting__title h2 {
  font-size: 46px;
  color: #262626;
}
.car-starting__title p {
  font-size: 20px;
}
.car-keep {
  margin: 70px 0;
}
.car-keep__title {
  margin-bottom: 30px;
}
.car-keep__title h1 {
  font-size: 50px;
  color: #262626;
  letter-spacing: 5px;
}
.car-keep__title p {
  font-size: 18px;
}
.car-keep__img {
  margin-bottom: 30px;
}
.car-keep__wrap h2 {
  font-size: 30px;
  line-height: normal;
  color: #262626;
  margin-bottom: 15px;
}
.car-colors {
  width: 100%;
  height: 560px;
}
.car-colors img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.car__colors {
  text-align: center;
}
.car-exterior__title {
  font-size: 20px;
  margin-top: 50px;
}
.car-color__name {
  margin-top: 20px;
  font-size: 24px;
  color: #262626;
}
.car__colors a {
  width: 30px;
  height: 30px;
}

.car-fits__title h2 {
  font-size: 36px;
  color: #262626;
}
.car-fits__img {
  width: 100%;
  height: 600px;
}
.car-fits__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.car-fits__cards {
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: center;
}
.car-fits__card {
  width: 30%;
}
.car-fits__card h3 {
  font-size: 24px;
  color: #262626;
}
.car-also__title p {
  font-size: 18px;
  letter-spacing: 4px;
  margin-bottom: 50px;
}
.car-also__img {
  width: 100%;
  height: 200px;
}
.car-also__img img {
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: contain;
}
.car-also__model h2 {
  font-size: 30px;
  color: #262626;
  margin-bottom: 10px;
  letter-spacing: 2px;
}
.car-also__model p {
  margin-bottom: 10px;
  letter-spacing: 2px;
}
.car-also__desc {
  max-width: 390px;
}
.car-also__desc p {
  font-size: 18px;
  letter-spacing: 1px;
  font-weight: 400;
}
.car-also__links {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.car-also__links a {
  width: 100%;
  font-size: 16px;
  font-weight: 700;
  color: #262626;
  padding: 18px 0;
  letter-spacing: 1px;
}
.car-also__links a:first-child {
  margin-bottom: 30px;
}
.car-also__over {
  border: 3px solid #b3842d;
}
.car-also__over:hover {
  border: 3px solid transparent;
  background-color: #b3842d;
  color: #fff;
}
.car-also__build {
  border: 3px solid #8c8c8c;
}
.car-also__build:hover {
  border: 3px solid transparent;
  background-color: #737373;
  color: #fff;
}

.button__icon--left {
  margin-right: 10px
}

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

.control__indicator {
  display: block;
  flex-shrink: 0;
  margin-right: 10px;
  pointer-events: none;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.control input[type=checkbox]:not(:checked) ~ .control__indicator > .control__check {
  display: none
}

.control input[type=radio]:focus:not(:focus-visible) ~ .control__indicator {
  outline: 0
}

.control input[type=checkbox]:focus:not(:focus-visible) ~ .control__indicator {
  outline: 0
}

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

.accordion-title {
  align-items: center;
  cursor: pointer;
  display: flex;
  padding: 20px
}

.accordion-title__text {
  flex: 1
}

.accordion-header-button {
  order: 1
}

.modal_block {
    display: none;
    position: fixed;
    top: 10%;
    width: 100%;
    height: auto;
    padding: 50px;
    z-index: 9999;
    transform: translate(-50%, 0%);
    left: 50%;
    right: 50%;
    transition: all 3s;
}
.some-class {
    display: flex;
}
.modal_info {
    background: #fff;
    border: 5px solid #e29724;
    padding: 50px;
    width: 100%;
}

.overlay {
    opacity: 0;
    visibility: hidden;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
    z-index: 20;
    transition: .3s all;
}

.modal_exit {
    display: flex;
    flex-direction: row-reverse;
}

/* Стили для модальных окон */

.modal {
    /* Скрываем окна  */
    opacity: 0;
    visibility: hidden;


    /*  Установаем ширину окна  */
    max-width: 1100px;
    width: 100%;

    /*  Центрируем и задаем z-index */
    position: fixed;
    top: 55%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 30;
    /* Должен быть выше чем у подложки*/

    /*  Побочные стили   */
    background-color: #fff;
    transition: 0.3s all;
}


/* Стили для активных классов подложки и окна */

.modal.active,
.overlay.active {
    opacity: 1;
    visibility: visible;
}


/* Стили для кнопки закрытия */

.modal__cross {
    width: 15px;
    height: 15px;
    position: absolute;
    top: 20px;
    right: 20px;
    fill: #444;
    cursor: pointer;
}

@media (min-width: 960px) {
  .accordion-header-button {
    margin-right: 20px;
    order: 0
  }
}

.hidden {
  display: none !important
}

.compare-carousel, .compare-carousel__content {
  overflow: hidden;
  position: relative
}

.compare-carousel__content {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  height: 100%
}

.compare-carousel__slide {
  display: flex;
  flex-direction: column;
  width: 100%
}

.compare-carousel-nav__button-container {
  display: flex;
  height: 100%;
  position: absolute;
  top: 0
}

.compare-carousel-nav__button-container--left {
  left: 0;
  margin-left: 10px
}

.compare-carousel-nav__button-container--right {
  margin-right: 10px;
  right: 0
}

.compare-carousel-nav__button {
  align-items: center;
  display: flex;
  z-index: 9
}

.compare-carousel-nav__chevron {
  height: 20px
}

@media only screen and (min-width: 600px) {
    .compare-carousel-nav__chevron {
      height: 30px
    }
    
    .banner-img__mobile {
        max-height: 550px !important;
    }
}

@media only screen and (min-width: 400px) {
    .banner-img__mobile {
      max-height: 550px !important;
    }
}

.trim-header {
  background-color: #fff;
  display: grid;
  grid-template-areas: "filterArea" "headers" "filterRow"
}

.trim-header--scrolled-state {
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  z-index: 11
}

.trim-header__carousel-container {
  display: grid;
  grid-area: headers;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr))
}

.trim-header__disclosure {
  margin-top: auto;
  padding: 10px;
  text-align: center
}

.trim-header__filters {
  display: flex;
  flex-direction: column;
  grid-area: filterArea
}

.trim-header__sorting {
  display: grid;
  grid-area: filterRow;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr))
}

.header-item {
  align-items: center;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  padding: 0 10px 10px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.header-item > :only-child {
  padding-top: 10px
}

.header-item__name, .header-item__price {
  padding: 0 20px;
  text-align: center
}

.header-item__price-total {
  white-space: nowrap
}

.header-item__image-container {
  opacity: 1;
  pointer-events: none;
  transition: height .2s ease, opacity .2s ease, visibility .2s ease
}

.header-item__image {
  max-height: 100px;
  max-width: 100%
}

.header-item__image--hidden {
  height: 0;
  opacity: 0;
  padding: 10px 0 0;
  visibility: hidden
}

.header-item__total-dagger {
  display: inline-block;
  font-size: .5rem;
  line-height: 1rem;
  margin-left: 2px;
  text-decoration: underline;
  vertical-align: super
}

@media only screen and (max-width: 420px) {
  .header-item__price-total {
    white-space: normal
  }
}

@media only screen and (min-width: 600px) {
  .header-item__image {
    max-height: 140px
  }
}

@media only screen and (min-width: 960px) {
  .trim-header__carousel-container {
    grid-template-columns:repeat(auto-fit, minmax(250px, 1fr))
  }
  
  .trim-header {
    grid-template-areas: "filterArea headers" "filterRow filterRow"
  }
  
  .trim-header, .trim-header__sorting {
    grid-template-columns: minmax(340px, 25%) repeat(auto-fit, minmax(250px, 1fr))
  }
  
  .trim-header__disclosure {
    padding: 0;
    text-align: left
  }
  
  .header-item__image {
    max-height: 170px
  }
  
  .trim-header__filters {
    padding: 20px
  }
  
  .trim-header__filters > * {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0
  }
}

.compare-sorting__toggle-option {
  align-items: center;
  display: flex;
  justify-content: center;
  padding: 10px 20px
}

.custom-control--compare-sorting > .control__indicator {
  align-self: flex-start
}

@media only screen and (min-width: 960px) {
  .compare-sorting__toggle-option {
    padding: 20px
  }
}

.visually-hidden {
  height: 1px;
  left: -10000px;
  overflow: hidden;
  position: absolute;
  top: auto;
  width: 1px
}

.table-reset {
  display: block
}

.compare-table-cell {
  vertical-align: middle;
  width: 100%
}

.table-cell__container {
  display: list-item;
  list-style: none;
  position: relative;
  width: 100%
}

.table-cell {
  align-items: center;
  display: flex;
  justify-content: center;
  left: 0;
  top: 0;
  width: 100%
}

.table-cell__content--aligned {
  align-items: center;
  display: flex;
  justify-content: flex-start;
  width: 9.375rem
}

@media only screen and (min-width: 600px) {
  .table-cell {
    justify-content: center
  }
  
  .table-cell__content--aligned {
    margin-right: 1.75rem;
    padding-left: 2rem
  }
}

.compare-footer {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  margin-top: 40px;
  padding: 10px 0 20px;
  z-index: 10
}

.compare-footer__container {
  bottom: 0;
  left: 0;
  margin-top: auto;
  position: sticky;
  right: 0;
  z-index: 10
}

.compare-footer__button {
  margin-left: 5px;
  margin-right: 10px
}

.compare-footer__button:first-of-type {
  margin-left: 10px;
  margin-right: 5px
}

@media only screen and (min-width: 960px) {
  .compare-footer {
    grid-template-columns:minmax(340px, 25%) repeat(auto-fit, minmax(250px, 1fr));
    padding: 20px 0
  }
  
  .compare-footer__button, .compare-footer__button:first-of-type {
    margin: 0 20px
  }
}

.compare-row {
  display: grid;
  grid-auto-columns: minmax(0, 1fr);
  grid-auto-flow: column;
  grid-template-areas: "descriptionCell ." ". ."
}

.compare-row--value-cell {
  padding: 10px
}

.compare-row--description-cell {
  align-items: center;
  display: inline-flex;
  grid-area: descriptionCell;
  grid-column: 1/-1;
  justify-content: space-between;
  padding: 10px;
  text-align: initial
}

.compare-row__info-btn {
  height: 20px;
  width: 20px
}

.compare-row--value-cell {
  align-items: center;
  display: inline-flex;
  height: 100%;
  justify-content: center;
  overflow: hidden;
  text-align: center;
  width: 100%
}

@media only screen and (min-width: 960px) {
  .compare-row {
    grid-template-areas:"descriptionCell .";
    grid-template-columns: minmax(340px, 25%) repeat(auto-fit, minmax(250px, 1fr))
  }
  
  .compare-row--description-cell {
    grid-column: unset;
    padding: 20px
  }
  
  .compare-row--value-cell {
    padding: 20px 10px
  }
}

.compare-search__container {
  align-items: center;
  display: flex;
  margin: 10px
}

.compare-search__search-icon {
  margin: 10px 10px 10px 20px
}

.compare-search__input {
  border: 0;
  flex-grow: 9999
}

.compare-search__input:focus {
  outline: none
}

.compare-search__input::-ms-clear, .compare-search__input::-ms-reveal {
  display: none;
  height: 0;
  width: 0
}

.compare-search__input::-webkit-search-cancel-button,
.compare-search__input::-webkit-search-decoration,
.compare-search__input::-webkit-search-results-button,
.compare-search__input::-webkit-search-results-decoration {
  display: none
}

@media (min-width: 960px) {
  .compare-search__container {
    margin: 10px 20px
  }
}

.view-control-tabs__label-outer {
  display: inline-block
}

.view-control-tabs__tablist {
  display: flex;
  list-style-type: none
}

.view-control-tabs__tab {
  flex: 1;
  height: -webkit-min-content;
  height: -moz-min-content;
  height: min-content;
  padding: 10px 0 8px;
  text-align: center
}

.view-control-tabs__tab:not(.view-control-tabs__tab--active) {
  cursor: pointer
}

.modal-header {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  padding: 20px 10px
}

.modal-header__title {
  flex: 1
}

.modal-header__close {
  align-self: flex-start;
  background: none;
  border: 0;
  display: flex;
  margin-left: 20px;
  padding: 0
}

.modal-header__close-icon--large {
  height: 30px;
  width: 30px
}

@media only screen and (min-width: 960px) {
  .modal-header {
    padding: 20px
  }
}

/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */

.more-views__modal-body:has(.pswp--interior) {
  background-color: #000
}

@media screen and (min-width: 600px) {
  html only screen and {
    font-size: 20px
  }
}

@media screen and (min-width: 1500px) {
  html only screen and {
    font-size: 23px
  }
}

.button--primary {
  display: inline-block;
  min-width: 100px;
  padding: 20px;
  text-align: center;
  transition: background .25s, border .25s, color .25s, fill .25s, margin .25s;
  font-family: Roboto, Helvetica, sans-serif;
  color: #262626;
  font-weight: 700;
  text-transform: none;
  font-size: .7rem;
  letter-spacing: normal;
  line-height: 1.375rem;
  border: 2px solid #cd9834
}

.button--primary:hover {
  background-color: #cd9834
}

.accordion-item {
  border-left: 1px solid #b3b3b3;
  border-right: 1px solid #b3b3b3;
  border-top: 1px solid #b3b3b3
}

.accordion-title__text {
  font-family: Roboto, Helvetica, sans-serif;
  color: #262626;
  font-weight: 700;
  text-transform: none;
  font-size: .7rem;
  letter-spacing: normal;
  line-height: 1.375rem
}

.accordion-title__icon--collapse {
  fill: #cd9834
}

.accordion-title__icon--expand {
  fill: #b3b3b3
}

.accordion-title__icon--expand:focus, .accordion-title__icon--expand:hover {
  fill: #cd9834
}

.compare-sorting__toggle-option {
  font-family: Roboto, Helvetica, sans-serif;
  color: #fff;
  font-weight: 700;
  text-transform: none;
  font-size: .7rem;
  letter-spacing: normal;
  line-height: 1.375rem;
  border-left: 1px solid #b3b3b3
}

.custom-control--compare-sorting input[type=checkbox] {
  opacity: 0;
  position: absolute;
  z-index: -1
}

.custom-control--compare-sorting input[type=checkbox] ~ .control__indicator {
  cursor: pointer;
  position: relative
}

.custom-control--compare-sorting input[type=checkbox]:checked ~ .control__indicator:after {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%)
}

.custom-control--compare-sorting input[type=checkbox] ~ .control__indicator {
  background-color: #fff;
  border: 1px solid grey;
  height: 20px;
  width: 20px
}

.custom-control--compare-sorting input[type=checkbox]:checked ~ .control__indicator, .custom-control--compare-sorting input[type=checkbox]:focus ~ .control__indicator {
  background-color: #fff
}

.custom-control--compare-sorting input[type=checkbox]:focus ~ .control__indicator {
  outline: 5px auto Highlight
}

.custom-control--compare-sorting input[type=checkbox]:focus:not(:focus-visible) ~ .control__indicator {
  outline: 0
}

.custom-control--compare-sorting .control__indicator {
  margin-right: 6px
}

.custom-control--compare-sorting input[type=checkbox]:checked ~ .control__indicator:after, .custom-control--compare-sorting input[type=checkbox] ~ .control__indicator {
  border-radius: 50%
}

.custom-control--compare-sorting input[type=checkbox]:checked ~ .control__indicator:after, .custom-control--compare-sorting input[type=checkbox]:focus ~ .control__indicator:after {
  background-color: #6e6e6e;
  content: " ";
  height: 8px;
  width: 8px
}

.custom-control--compare-sorting > .control__indicator {
  margin-top: 2px
}

@media only screen and (min-width: 600px) {
  .custom-control--compare-sorting > .control__indicator {
    margin-top: 4px
  }
}

.trim-header__disclosure, .header-item__price {
  font-family: Roboto, Helvetica, sans-serif;
  color: #262626;
  font-weight: 400;
  text-transform: none;
  font-size: .8rem;
  letter-spacing: normal;
  line-height: 1.25rem
}

.trim-header__sorting {
  background-color: #2b2b2b
}

.header-item__name {
  text-transform: none;
  letter-spacing: .04rem
}

.header-item__name {
  font-family: Louis, Tahoma, sans-serif;
  color: #262626;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5rem
}

.header-item__price-total:focus, .header-item__price-total:hover {
  color: #cd9834
}

.table-cell__icon {
  fill: #6e6e6e
}

.table-cell__label {
  font-family: Roboto, Helvetica, sans-serif;
  color: #262626;
  font-weight: 400;
  text-transform: none;
  font-size: .8rem;
  letter-spacing: normal;
  line-height: 1.25rem
}

.compare__accordion-item {
  border-left: 0 !important;
  border-right: 0 !important
}

.compare__accordion-item:last-child {
  border-bottom: 1px solid #b3b3b3
}

.compare__accordion-title {
  border-left: 1px solid #b3b3b3;
  border-right: 1px solid #b3b3b3
}

.compare__accordion-item--active .compare__accordion-title {
  border-bottom: 1px solid #b3b3b3
}

.compare-carousel:not(:first-of-type) {
  border-left: 1px solid #b3b3b3
}

.compare-carousel-nav__chevron {
  fill: #2b2b2b
}

.compare-carousel-nav__chevron:hover {
  fill: #cd9834
}

@media only screen and (min-width: 960px) {
  .compare-carousel {
    border-left: 1px solid #b3b3b3
  }
}

.compare-row--value-cell:not(:first-of-type) {
  border-left: 1px solid #b3b3b3
}

.compare-row--description-cell {
  font-family: Roboto, Helvetica, sans-serif;
  color: #262626;
  font-weight: 400;
  text-transform: none;
  font-size: .8rem;
  letter-spacing: normal;
  line-height: 1.25rem;
  background-color: #f2f2f2
}

.compare-row--description-cell__icon {
  fill: #e6ac39
}

.compare-row--description-cell__icon:hover {
  fill: #cd9834
}

@media only screen and (min-width: 960px) {
  .compare-row--value-cell {
    border-left: 1px solid #b3b3b3
  }
  
  .compare-row--even {
    background-color: #f2f2f2
  }
  
  .compare-row--description-cell {
    background-color: unset
  }
}

.compare-search__container {
  background-color: #fff;
  border: 1px solid #b3b3b3
}

.compare-search__input {
  font-size: .9rem;
  line-height: 1.5rem
}

.compare-search__input {
  font-family: Roboto, Helvetica, sans-serif;
  color: #262626;
  font-weight: 400;
  text-transform: none;
  letter-spacing: normal
}

.custom-control--feature-filter input[type=radio]:focus:not(:focus-visible) ~ .control__indicator {
  outline: 0
}

.custom-control--feature-filter input[type=checkbox]:focus:not(:focus-visible) ~ .control__indicator {
  outline: 0
}

.view-control-tabs__label-outer {
  border-bottom: 3px solid transparent;
  padding-bottom: 7px
}

.view-control-tabs__label-outer--active, .view-control-tabs__label-outer:hover {
  border-color: #cd9834
}

.view-control-tabs__tab {
  font-family: Roboto, Helvetica, sans-serif;
  color: #262626;
  font-weight: 700;
  text-transform: none;
  font-size: .7rem;
  letter-spacing: normal;
  line-height: 1.375rem;
  border-bottom: 1px solid #b3b3b3;
  border-top: 1px solid #b3b3b3;
  padding-bottom: 0
}

.view-control-tabs__tab--active, .view-control-tabs__tab:hover {
  background-color: unset
}

.limited-views-tab {
  padding-right: 20px;
  text-align: right
}

.all-views-tab {
  padding-left: 20px;
  text-align: left
}

.compare-footer__button {
  display: inline-block;
  min-width: 100px;
  padding: 20px;
  text-align: center;
  transition: background .25s, border .25s, color .25s, fill .25s, margin .25s;
  font-family: Roboto, Helvetica, sans-serif;
  color: #262626;
  font-weight: 700;
  text-transform: none;
  font-size: .7rem;
  letter-spacing: normal;
  line-height: 1.375rem;
  border: 2px solid transparent;
  background-color: #cd9834
}

.compare-footer__button:hover {
  background-color: #e6ac39
}

.compare-footer {
  background-color: #f2f2f2
}

.modal-header {
  border-bottom: 1px solid #b3b3b3
}

.modal-header__title {
  font-family: Louis, Tahoma, sans-serif;
  color: #262626;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 1rem;
  letter-spacing: .15rem;
  line-height: 1.5rem
}

.option-conflict-button:is(.button--secondary--invert) {
  color: #262626
}

.option-conflict-button:is(.button--primary--invert) {
  display: inline-block;
  min-width: 100px;
  padding: 20px;
  text-align: center;
  transition: background .25s, border .25s, color .25s, fill .25s, margin .25s;
  font-family: Roboto, Helvetica, sans-serif;
  color: #262626;
  font-weight: 700;
  text-transform: none;
  font-size: .7rem;
  letter-spacing: normal;
  line-height: 1.375rem;
  border: 2px solid transparent;
  background-color: #cd9834
}

.option-conflict-button:is(.button--primary--invert):hover {
  background-color: #e6ac39
}
.mycar {
  border: 2px solid #a2a2a2;
  padding: 10px;
  background: #ffffff;
}
.mycar-img {
  width: 100%;
  height: auto;
}
.mycar-img img {
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center;
}
.mycar h2 {
  font-size: 30px;
}
.mycar small {
  font-size: 18px;
}
.mycar p {
  font-size: 25px;
  text-transform: uppercase;
  font-weight: bold;
  color: #e29724;
}
.mycar a {
    font-size: 20px;
    display: flex;
    padding: 5px 15px;
    justify-content: center;
    color: #5c5956;
    border: 1px solid #e29724;
    margin-top: 25px;
    padding: 14px 32px;
    border-radius: 8px;
}
.mycar a:hover {
    color: #ffffff ;
    background: #e29724;
}
.mycar-btn {
  width: 50px;
  height: 90px;
  background: #5c5956;
   color: #fff;
}

.mycar-btn:after {
   color: #fff;
}
#mySwiper7-mobile {
  display: none;
}
.myBanner {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    /*aspect-ratio: 2.1;*/
}
@media only screen and (max-width: 768px) {
  .main-infos .row .col-md-3 {
    margin-bottom: 20px;
  }
  .mycar h2 {
    font-size: 26px;
  }
  .mycar h3 {
    font-size: 24px;
    line-height: 30px;
  }
  .main-cars__img {
    height: 320px;
  }
  .main-card__item {
    flex-direction: column;
  }
  .main-card__item-img {
    height: 450px;
  }
  .main-card__item div {
    width: 100%;
    padding: 0px 0;
  }
  .main-card__item-info h2 {
    font-size: 32px;
    padding-top: 10px;
  }
  .main-news__img {
    height: auto !important;
  }
  .header__right .mr-20,
  .header__right .ml-10,
  .header__search,
  .hamburger {
    display: none;
  }
  .header__nav {
    position: absolute;
    display: flex !important;
    flex-direction: row;
  }
  .header__nav .header__nav-item {
    margin: 0 !important;
  }
  .header__nav .header__nav-item:first-child button {
    display: flex;
    justify-content: end;
  }
  .mySwiper77 .swiper-custom {
    width: 100%;
    min-width: 350px !important;
  }
  #mySwiper7-desktop {
    display: none;
  }
  #mySwiper7-mobile {
    display: block;
  }
  .main-banner__desktop {
    display: none;
  }
  .main-banner {
    min-height: auto !important;
  }
  .myBanner {
    position: relative;
    max-height: 100% !important;
  }
  .banner-img__mobile {
    width: 100%;
  }
  
  .banner-img__mobile img{
    width: 100%;
  }
  
  .banner-txt__mobile {
    position: absolute;
    top: 70px;
    height: auto;
    min-height: auto;
    /*background: #0a0a29b8;*/
    padding: 20px;
    color: #fff;
  }
  .banner-txt__mobile h4 {
    margin-bottom: 15px;
    font-size: 25px;
  }
  .banner-txt__mobile p {
    font-size: 20px;
  }
  .mycar-btn {
    width: 40px;
    height: 70px;
    background: #5c5956;
}
  .modal_block {
    padding: 10px;
    top: 0%;
  }
  .modal_info {
    padding: 10px;
  }
}
.new_hamburger__overlay > body{
      overflow: hidden;
}

/* all css here */

.main-banner {
  height: 100%;
  /*min-height: calc(100vh - 100px);*/
}
.mySwiperBanner {
  /*max-height: calc(100vh - 100px);*/
}
.swiper-pagination {
    position: relative;
    top: 5px !important;
    margin-top: 20px;
}
.main-banner .custom-cols {
  padding: 0 !important;
}
.banner-img,
.banner-txt {
  width: 100%;
  height: 100%;
  /*min-height: calc(100vh - 100px);*/
  /*background-size: 100% 100%;*/
  background-repeat: no-repeat;
}

.banner-img img {
  width: 100%;
  height: 100%;
  /*min-height: calc(100vh - 100px);*/
}
.box {
  align-items: center;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: right;
}
.banner-txt {
    z-index: 99999;
    text-align: center;
    position: absolute;
    color: #fff;
    padding: 50px;
}
.banner-txt h4 {
  font-size: 30px;
}
.banner-txt p {
  font-size: 20px;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 15px;
}
.banner-txt_block {
  position: relative;
  top: 20px;
}
.banner-link {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 50px;
  left: 0;
  right: 0;
}
.banner-link a {
  width: 260px;
  background: #fff;
  color: #000;
  font-size: 16px;
  padding: 18px;
  border: 2px solid #fff;
  text-align: center;
}
.box .allTime {
  align-items: center;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  font-size: 3rem;
  font-weight: 800;
  justify-content: center;
}

.box .allTime .wp {
  align-items: center;
  display: inline-flex;
  flex-flow: column wrap;
  justify-content: center;
  padding: 0 .375em;
  color: #000;
  font-weight: bold;
}

.box .allTime .wp span {
  font-size: 1rem;
  font-weight: bold;
  text-transform: uppercase;

}
.slider-trax {
  position: relative;
  float: right;
  vertical-align: middle;
  top: 25%;
}
.open-button {
  background-color: #555;
  color: white;
  padding: 16px 20px;
  border: none;
  cursor: pointer;
  opacity: 0.8;
  position: fixed;
  bottom: 23px;
  right: 28px;
  width: 280px;
}
.main-news__img {
  width: 100%;
  height: 360px;
}
.main-news__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.main-banner__mobile {
  display: none;
}
/*.main-cars__img {*/
/*  height: auto;*/
/*}*/
.main-cars__btns a {
  width: 48%;
}
.main-cars__btns {
  width: 40%;
}
.main-cars__info p {
  max-width: 50%;
  margin: 30px auto;
  margin-top: 0;
}
.mySwiperBanner .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
}
.mySwiperBanner .swiper-pagination-bullet-active {
  width: 15px;
  height: 15px;
  background: #fff;
  border: 2px solid #bcbcbc;
}
/*.main-infos_img {
    max-width: 150px;
    width: 100%;
}*/
.main-card__item-info_desctop {
    display: block;
}
.main-card__item-info_mobile {
    display: none;
}
@media only screen and (max-width: 768px) {
  .main-card__item-info_desctop {
    display: none;
  }
  .main-card__item-info_mobile {
    display: block;
  }
  .main-banner__mobile {
    display: block;
  }
  .banner-link {
    position: absolute;
    bottom: 20px;
  }
  .banner-link a {
    padding: 5px 10px;
    width: auto;
    font-size: 10px;
  }
  .main-card__item-info a {
    min-width: auto;
    padding: 10px 14px;
  }
  .main-allnews {
    width: auto;
    padding: 5px 10px;
    font-size: 12px;
  }
  .main-cars__btns {
    width: 100%;
    align-items: center;
  }
  .main-cars__btns a {
    width: 48%;
    font-size: 14px;
    padding: 10px;
  }
  .mySwiperBanner .swiper-pagination {
    display: none;
  }
  .main-cars__info h2 {
    font-size: 26px;
  }
  .main-cars__info p {
    max-width: 100%;
    margin: 10px auto;
    font-size: 14px;
  }
  .main-cars__info small {
    font-size: 14px;
  }
  .banner-txt__mobile {
    text-align: center;
  }
  .main-infos_img {
    max-width: 80px;
    width: 100%;
  }
  .main-card__item-img img {
    height: 250px;
  }
  .main-card__item div {
    height: 100%;
  }
  .main-news__title h3 {
    font-size: 16px;
  }
  .main-card__item-info p {
    font-size: 14px;
  }
  .swiper-pagination {
    margin-top: 20px;
  }
}
.advertising img {
  max-width: 125px;
  width: 100%;
  position: fixed;
  bottom: 15px;
  right: 15px;
  z-index: 999;
  transition: all 1s;
  opacity: 1;
}

.advertising img@-webkit-keyframes swing {
  15% {
    -webkit-transform: translateX(9px);
    transform: translateX(9px);
  }

  30% {
    -webkit-transform: translateX(-9px);
    transform: translateX(-9px);
  }

  40% {
    -webkit-transform: translateX(6px);
    transform: translateX(6px);
  }

  50% {
    -webkit-transform: translateX(-6px);
    transform: translateX(-6px);
  }

  65% {
    -webkit-transform: translateX(3px);
    transform: translateX(3px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes  swing {
  15% {
    -webkit-transform: translateX(9px);
    transform: translateX(9px);
  }

  30% {
    -webkit-transform: translateX(-9px);
    transform: translateX(-9px);
  }

  40% {
    -webkit-transform: translateX(6px);
    transform: translateX(6px);
  }

  50% {
    -webkit-transform: translateX(-6px);
    transform: translateX(-6px);
  }

  65% {
    -webkit-transform: translateX(3px);
    transform: translateX(3px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.advertsising img:hover {
  -webkit-animation: swing 0.6s ease;
  animation: swing 0.6s ease;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

/* new */
.wrapper-swipe {
  max-width: 1300px;
  width: 100%;
  position: relative;
  /*margin: 0 auto;*/
  padding: 10px;
}
.wrapper-swipe .btn-left ,.btn-right  {
  top: 50%;
  height: 50px;
  width: 50px;
  cursor: pointer;
  font-size: 1.25rem;
  position: absolute;
  text-align: center;
  line-height: 50px;
  color: none;
  transform: translateY(-50%);
  transition: transform 0.1s linear;
}
.wrapper-swipe button:active{
  transform: translateY(-50%) scale(0.85);
}
.wrapper-swipe .btn-left:first-child{
  left: -22px;
}
.wrapper-swipe .btn-right:last-child{
  right: -22px;
}
.wrapper-swipe .carousel-swipe{
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: calc((100% / 3) - 12px);
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  gap: 16px;
  border-radius: 8px;
  scroll-behavior: smooth;
  scrollbar-width: none;
}
.carousel-swipe::-webkit-scrollbar {
  display: none;
}
.carousel-swipe.no-transition {
  scroll-behavior: auto;
}
.carousel-swipe.dragging {
  scroll-snap-type: none;
  scroll-behavior: auto;
}
.carousel-swipe.dragging .card {
  cursor: grab;
  user-select: none;
}
.carousel-swipe :where(.card, .img-swipe) {
  display: flex;
  justify-content: center;
  align-items: center;
}
.carousel-swipe .card {
  scroll-snap-align: start;
  list-style: none;
  background: #fff;
  cursor: pointer;
  padding-bottom: 15px;
  flex-direction: column;
  border-radius: 8px;
}


.compare_block  .cars_row {
  background: #f2f2f2;
  padding: 20px;
}

.compare_block  .accordion-button {
  background: #cd9834 !important;
  color: #fff !important;
}

.compare_block .compare_title {
  color: #e29724;
  text-transform: uppercase;
}

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

.compare_block .compare_div {
  width: 48%;
}

.compare_block .compare_info_block {
  padding: 20px;
  border-bottom: 1px solid;
  margin-bottom: 20px;
}

.compare_block .compare_info h2 {
  font-size: 15px;
}

.compare_block .compare_price {
  color: #e29724;
  font-size: 27px;
}

.main-news-block .main-news__img {
  height: initial;
}

.main-news-block {
  display: block;
  min-height: 400px;
  height: 100%;
}

.main-news-block .main-news__img {
  width: 100%;
  height: 250px;
}

.main-news-block .main-news__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 1rem;
}

.main-news-block .main-news__title h3 {
  font-size: 18px;
  min-height: 100px;
  max-height: 200px;
}

.main-news-block .main-card__item-info p {
  font-size: 14px;
}



.main .main-banner {
  height: 100%;
}
.main .mySwiperBanner {
  /*max-height: calc(100vh - 100px);*/
}
.main .swiper-pagination {
  position: relative;
  top: 5px !important;
  margin-top: 20px;
}
.main-banner .custom-cols {
  padding: 0 !important;
}
.main .banner-img,
.main .banner-txt {
  width: 100%;
  height: 100%;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.main .banner-img img {
  width: 100%;
  height: 100%;
}
.main .box {
  align-items: center;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: right;
}
.main .banner-txt {
  z-index: 99999;
  text-align: center;
  position: absolute;
  color: #fff;
  padding: 50px;
}
.main .banner-txt h4 {
  font-size: 30px;
}
.main .banner-txt p {
  font-size: 20px;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 15px;
}
.main .banner-txt_block {
  position: relative;
  top: 20px;
}
.main .banner-link {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 50px;
  left: 0;
  right: 0;
}
.main .banner-link a {
  width: 260px;
  background: #fff;
  color: #000;
  font-size: 16px;
  border: 2px solid #fff;
  text-align: center;
  padding: 14px 32px;
  border-radius: 8px;
}
.main .box .allTime {
  align-items: center;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  font-size: 3rem;
  font-weight: 800;
  justify-content: center;
}

.main .box .allTime .wp {
  align-items: center;
  display: inline-flex;
  flex-flow: column wrap;
  justify-content: center;
  padding: 0 .375em;
  color: #000;
  font-weight: bold;
}

.main .box .allTime .wp span {
  font-size: 1rem;
  font-weight: bold;
  text-transform: uppercase;
  
}
.main .slider-trax {
  position: relative;
  float: right;
  vertical-align: middle;
  top: 25%;
}
.main .open-button {
  background-color: #555;
  color: white;
  padding: 16px 20px;
  border: none;
  cursor: pointer;
  opacity: 0.8;
  position: fixed;
  bottom: 23px;
  right: 28px;
  width: 280px;
}
.main .main-news__img {
  width: 100%;
  height: 250px;
}
.main .main-news__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 1rem;
}
.main .main-banner__mobile {
  display: none;
}
/*.main-cars__img {*/
/*  height: auto;*/
/*}*/
.main .main-cars__btns a {
  width: 48%;
  border-radius: 8px;
}
.main .main-cars__btns {
  width: 40%;
}
.main .main-cars__info p {
  max-width: 50%;
  margin: 30px auto;
  margin-top: 0;
}
.main .mySwiperBanner .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
}
.main .mySwiperBanner .swiper-pagination-bullet-active {
  width: 15px;
  height: 15px;
  background: #fff;
  border: 2px solid #bcbcbc;
}
.main .main-infos_img {
  max-width: 150px;
  width: 100%;
  object-fit: contain;
}
.main .main-card__item-info_desctop {
  display: block;
}
.main .main-card__item-info_mobile {
  display: none;
}

.column2ul {
  columns: 3;
  -webkit-columns: 3;
  -moz-columns: 3;
  width: 95%;
}
.car__info-text .column2ul{
  display:flex; 
  flex-direction:column;
}

.column2ul ul > li{
  font-size:16px;
}
.bb-price{
  border-bottom:3px solid #000;
  width:90%;
  padding-top:25px;
}

::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 10px;
  background: #f1f3f5;
  border-left: 1px solid darken(#f1f3f5, 10%);
}

::-webkit-scrollbar-thumb {
  background: darken(#f1f3f5, 20%);
}
.main-news {
  position: relative;
  display: block;
}
.main-news::after {
  content: "";
  position: absolute;
  bottom: -5px;
  height: 3px;
  width: 100%;
  left: 0px;
  background-color: #E29724;
  transition: 0.3s;
  transition-timing-function: ease-in-out;
  transform: scaleX(0);
}
.main-news:hover::after {
  transform: scaleX(1);
}
.main-news__img img{
  width: 100%;
  border-radius: 4px;
}
.main-news__title h4{
  margin-bottom:30px;
  margin-top: 10px;
}
