.custom-select__items.scroll img {
  width: 50px;
}
table {
  display: block;
  overflow-x: auto;
  white-space: nowrap;
  max-width: 100vw !important;
}
.salon__title.act {
  background: #1b9758;
  color: #fff;
}

.article-container {
  max-width: 1000px;
}

.topbanner-slider {
  margin-top: 30px;
}

.topbanner {
  width: 100%;
  border-radius: 10px;
}

.filter-banner {
  display: flex;
  gap: 30px;
  align-items: center;
  text-decoration: none;
}

#cheby-carousel {
  height: 100%;
  border-radius: 10px;
  margin: 0;
  max-width: 900px;
  width: 100%;
}
#cheby-carousel::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 30px;
  height: 100%;
  background: rgb(255, 255, 255);
  background: -moz-linear-gradient(
    90deg,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 255, 255, 0) 100%
  );
  background: -webkit-linear-gradient(
    90deg,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 255, 255, 0) 100%
  );
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 255, 255, 0) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1);
  display: block;
  z-index: 3;
}

#cheby-carousel::after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 30px;
  height: 100%;
  background: rgb(255, 255, 255);
  background: -moz-linear-gradient(
    90deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 1) 100%
  );
  background: -webkit-linear-gradient(
    90deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 1) 100%
  );
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1);
  display: block;
  z-index: 3;
}

.filter-banner .swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
  transition-timing-function: linear !important;
}

.filter-banner .swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
  transition-timing-function: linear !important;
}

.filter-banner .swiper-slide img {
  max-width: 190px;
  border-radius: 10px;
}

.filter-banner-logo {
  max-width: 430px;
  width: 100%;
  padding-top: 30px;
  text-align: center;
}

.filter-banner-logo p {
  margin-top: 20px;
}

.dropdown {
  position: relative;
  background: #ffffff;
  border: 1px solid #dcdce6;
  border-radius: 3px;
  box-shadow: none;
  font-size: 16px;
  display: block;
}

.new-cars__card:after {
  background: rgba(0, 0, 0, 0.4);
}

.new-cars__card:hover > .new-cars__card-footer {
  background-color: #1b9758;
}

#modal__temp {
  max-width: 600px;
}

.salon__show {
  display: block;
}

.filter-control__fast-search {
  font-weight: normal;
  grid-column: 1/4;
  align-self: center;
  line-height: 100%;
  display: flex;
  gap: 15px;
  align-items: center;
  padding: 15px 0;
  transition: all 200ms ease;
}

/* .dropdown-option input[type='checkbox'] {
  display: block;
} */
.dropdown .dropdown-list {
  padding: 12px;
  background: #fff;
  position: absolute;
  z-index: 3;
  top: 62px;
  left: 0;
  right: 0;
  transform-origin: 50% 0;
  transform: scale(1, 0);
  transition: transform 0.15s ease-in-out 0.15s;
  max-height: 250px;
  overflow-y: scroll;
  box-shadow: none;
  border: 1px solid #dcdce6;
  margin: 0;
  border-radius: 3px;
  box-shadow: 0px 6px 40px rgba(0, 14, 32, 0.08);
}
.dropdown .dropdown-option {
  display: flex;
  padding: 8px 12px;
  opacity: 0;
  transition: opacity 0.15s ease-in-out;
  align-items: center;
}
.dropdown .dropdown-label {
  display: block;
  cursor: pointer;
  padding: 15px 0 15px 14px;
}
.dropdown::after {
  content: ' ';
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -3px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: gray transparent transparent transparent;
  content: '';
  border: none;
  width: 12px;
  height: 7px;
  background-image: url(../img/arr_bottom.svg);
  background-size: contain;
  transition: all 200ms ease;
  content: ' ';
  display: block;
  clear: left;
}
.dropdown.on::after {
  margin-top: -3px;
  transform: rotate(-180deg);
}

.dropdown.on .dropdown-list {
  transform: scale(1, 1);
  transition-delay: 0s;
}
.dropdown.on .dropdown-list .dropdown-option {
  opacity: 1;
  transition-delay: 0.2s;
}

.dropdown [type='checkbox'] {
  position: relative;
  top: -1px;
  margin-right: 4px;
}

.auto-feature {
  margin-top: 0px;
}

/* таблица характеристик */

table.stats {
  width: 100%;
  margin-top: 50px;
}

table.stats td {
  padding: 5px;
  border: 1px solid #e4e4e4;
}

table.stats tr.gray td {
  background-color: #f4f4f4;
}

table.stats tr.cap td {
  border: none;
}

h2 {
  max-width: none;
}

body {
  font-family: Cyntho Next;
  font-size: 16px;
  scroll-behavior: smooth;
}

/* праздники */

/* НГ */

/* .footer {
  background-color: #182232;
  background: url(../img/custom/holidays/nybg.jpg) !important;
  background-repeat: repeat !important;
}
.header__bottom {
  background: #0b274f;
  background: url(../img/custom/holidays/nybg-top.jpg) !important;
} */

/* Не праздники */

.bluresalert {
  background: #9bf5a666;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 10px;
}

.bankswrap img {
  display: block;
  max-height: 30px;
}

.bankswrap {
  justify-content: flex-start !important;
  gap: 30px !important;
}
.promoblock {
  display: flex;
  gap: 30px;
  margin-bottom: 30px;
}
.promopic {
  flex: 0 0 40%;
  margin: 0 auto;
}

.but.butgreen {
  background-color: #2e6b53;
  color: #fff;
  border: 1px solid #2e6b53;
}

.but.butgreen:hover {
  background-color: #285c47;
  color: #fff;
  border: 1px solid #285c47;
}

.auto-info__consult {
  margin: 20px 0 0;
}
.cars-card__control-left {
  left: -20px !important;
}
.cars-card__control-sale {
  background-image: none;
  background-color: #1b9758;
  width: max-content;
  border-radius: 3px;
  padding: 2px 5px;
  height: auto;
  font-size: 14px;
  color: #fff;
  cursor: default;
  pointer-events: none;
}

.cars-card__control-sale:hover,
.cars-card__control-sale.active {
  background-color: #1b9758;
  box-shadow: none;
  cursor: default;
}

.red-badge {
  background-color: #f54848;
}

.black-badge {
  background-color: black;
  color: orange;
  /* border: 1px solid white; */
}

.orange-black-badge {
  background-color: #1b9758;
  color: black;
  font-weight: bold;
}

.green-badge {
  background-color: green;
}

.red-badge:hover,
.red-badge.active {
  background-color: #1b9758;
  box-shadow: none;
  cursor: default;
}

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

.own-price {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.discount-modal-error {
  display: none;
  font-size: 12px;
  color: tomato;
  margin-top: 10px;
}

.discount-modal-buttons {
  margin-bottom: 20px;
}
.discount-modal-car-price {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 5px;
}
.inline-contacts .form__item + .form__item {
  margin-top: 0;
}

.discount-modal-car-model {
  margin-bottom: 5px;
}

.discount-modal-buttons button.but {
  display: inline;
  padding: 8px;
  /* border: none !important; */
  border: 1px solid #f2f5f8;
}

.discount-modal-buttons button.butorange {
  color: #fff;
  border: 1px solid #1b9758;
}

.form__item + .form__item.inline-contacts {
  margin-top: 34px;
}

.japan-circle {
  background: red;
  padding: 4px 6px 8px 5px;
  border-radius: 50%;
}

.auto-info__discount-svg {
  display: flex;
  align-items: center;
}

.filter-extended__item.goodmark.filter-rightwheel svg path,
.filter-extended__item.goodmark svg line,
.filter-extended__item.goodmark svg rect {
  fill: #1b9758;
  stroke: none;
}

.filter-extended__item.goodmark.filter-foreign svg path,
.filter-extended__item.goodmark svg line,
.filter-extended__item.goodmark svg rect {
  fill: none;
  stroke: #1b9758;
}
/* .filter-extended__item.goodmark.filter-foreign svg path:nth-child(2) {
  fill: #1b9758;
} */

.filter-extended__item.goodmark.filter-parallelimport svg path,
.filter-extended__item.goodmark svg line,
.filter-extended__item.goodmark svg rect {
  fill: #1b9758;
  stroke: none;
}
div[class*='compoption'] {
  display: block;
}

img.filter_brand {
  max-width: 24px !important;
}

.mw400 {
  max-width: 400px !important;
}

.custom-select__auto img {
  width: auto;
}

.selectize-input.has-items > input {
  height: 0 !important;
}

.selectize-input > * {
  vertical-align: middle;
}
.selectize-input .item {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 150px;
}

.selectize-input {
  display: table !important;
  table-layout: fixed;
  width: 100%;
}
.selectize-input > * {
  vertical-align: middle;
}
.selectize-input .item {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 80%;
}

h1,
h2,
.choise-right__title,
.choise-left,
.career-recruiting__title,
.h2,
.career-vacancy__info-title,
.auto-location__name {
  font-weight: 500;
}

.custom-price {
  font-weight: 600;
  color: #1b9758;
  font-size: 130%;
}

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

.expert-uslugi .but {
  margin: 0;
}

.value-type {
  margin: 0 15px 0 0;
}

.header__but {
  padding: 15px 24px 15px 55px;
  background-position: 20px 13px;
}
.footer__link {
  line-height: 24px;
}

.custom-title {
  font-weight: 500;
  font-size: 28px;
  line-height: 38px;
  color: #20252c;
  margin-right: 55px;
  max-width: 650px;
}

.custom-img img {
  max-width: 300px;
  width: 100%;
}

.hotline-number {
  font-weight: bold;
  color: #1b9758;
  font-size: 40px;
}

.missionpage.career-slider__wrapper {
  padding: 80px 0 0;
}

.missionpage.career-slider:before {
  height: 75%;
}

.missionpage-img {
  max-width: 83px;
}

.mb60 {
  margin-bottom: 60px !important;
}

.pt60 {
  padding-top: 60px !important;
}

.pb60 {
  padding-bottom: 60px !important;
}

.mt5 {
  margin-top: 5px;
}

.missionpage .career-slider__name {
  margin: 0;
}

a.custom-link,
div.custom-link,
.reserve-modal__text div a,
.hotline-number a {
  cursor: pointer;
  color: #1b9758;
}

a.custom-link:hover,
div.custom-link:hover,
.reserve-modal__text div a,
.hotline-number a:hover {
  cursor: pointer;
  text-decoration-color: #1b9758;
}
.missionpage.career-slider__info {
  grid-template-columns: 40% 1fr;
}

.salons-wrap {
  display: flex;
  flex-wrap: wrap;
}
.salons-item {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}

.salons-desc {
  display: flex;
  flex-direction: column;
  padding: 10px 20px;
}

.salons-desc a {
  font-size: 20px;
  font-weight: 500;
}

.salons-wrap .salons-item {
  margin: 20px 2px;
  width: calc(33.33% - 4 * 2px);
}

.missionpage .career-slider__img img {
  height: auto !important;
}

.repay.career-recruiting__wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 50px;
}

.repay.career-recruiting__wrap .career-recruiting__img {
  margin: 0;
}

.auto-info__price-current,
.cars-card__price-current,
.new-cars__card-price,
.fixed-info__auto-current-price {
  font-family: 'Open Sans', sans-serif;
}
.custom-disclaimer {
  color: #c3c3c3;
  font-size: 80%;
}

.repay.why {
  display: flex;
  flex-direction: column;
}

.whyitem-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: 40px;
}

.whyitem-text-head {
  color: #ef7f1a;
  font-size: 20px;
  font-weight: 600;
}

.whyitem {
  display: flex;
  margin: 20px 0;
}

.whyitem-img {
  background-color: #ef7f1a;
  min-width: 75px;
  max-width: 75px;
  height: 75px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.svg75 {
  width: 75px;
  height: 75px;
}

.whyitem-img-png {
  min-width: 75px;
  max-width: 75px;
}

.whyitem-img img {
  max-width: 45px;
}

.fi-hub__open-button {
  outline: none;
  border: none;
  background: none;
  font-size: inherit;
  color: inherit;
  cursor: pointer;
}

.but {
  padding: 14px 18px;
}
.auto-location__left {
  max-width: 421px;
}
.contacs-messenger:first-child {
  padding-top: 0;
}
.contacs-messenger {
  padding-left: 0;
}

.bankswrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 50px;
}

.bank_img {
  display: block;
  max-width: 150px;
}

.footer__text img {
  margin-top: 20px;
}

.sharepic {
  display: inline-block;
  vertical-align: top;
  padding: 0;
  margin: 2px 4px 0 0;
}

.sharepic:last-child {
  margin-right: 0;
}

.sharepic img {
  height: 35px;
  width: 35px;
  background-size: 35px 35px;
}

.tippy-box[data-theme~='light'] {
  background-color: #fff;
  border: 1px solid #00000017;
  color: #000;
  -webkit-box-shadow: 0px 3px 17px 3px rgba(34, 60, 80, 0.06);
  -moz-box-shadow: 0px 3px 17px 3px rgba(34, 60, 80, 0.06);
  box-shadow: 0px 3px 17px 3px rgba(34, 60, 80, 0.06);
}

.tippy-arrow {
  width: 16px;
  height: 16px;
  color: #fff;
}

.filter-extended__item.goodmark svg path.customsvg,
.filter-extended__item.goodmark svg line.customsvg,
.filter-extended__item.goodmark svg rect.customsvg {
  stroke: none;
  fill: #1b9758;
}

#sharewa {
  background-color: #65bc54;
  border-radius: 4px;
}
#sharetg {
  background-color: #64a9dc;
  border-radius: 4px;
}
#sharevk {
  background-color: #07f;
  border-radius: 4px;
}
#shareok {
  background-color: #eb722e;
  border-radius: 4px;
}
#sharemru {
  background-color: #168de2;
  border-radius: 4px;
}
#shareyd {
  background-color: #03cece;
  border-radius: 4px;
}
#copylink {
  border: 1px solid #f4f4f4;
  border-radius: 4px;
  cursor: pointer;
}

.header__right-mobile {
  display: none !important;
}

.middle-block__item a img {
  border-radius: 5px;
}

.requestCallDescription .auto-feature .auto-feature__wrap {
  margin: 0;
}

/* .service-item__text::before {
  content: '';
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  height: 150%;
  background: rgb(255, 255, 255);
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.39539565826330536) 41%,
    rgba(255, 255, 255, 0) 75%
  );
} */

.tradein-but-block {
  display: flex;
  align-items: center;
  justify-content: space-around;
  border: 1px solid #1b9758;
  padding: 20px;
  /*   background: url(/alyans-select/assets/img/custom/big_arrow_right.svg); */
}

.tradein-but-block a {
  margin: 0 !important;
}

.tradein-but-block p {
  max-width: 50%;
}

/* банер сверху */

.header_topbanner {
  background: #1d4350;
  background: -webkit-linear-gradient(to left, #a43931, #1d4350);
  background: linear-gradient(to left, #a43931, #1d4350);
  color: #fff;
  padding: 15px 0;
  font-size: 18px;
  text-align: center;
  font-weight: 500;
  position: relative;
  z-index: 0;
}

.header_topbanner a {
  color: #fff;
}

.header_topbanner a:hover {
  text-decoration-color: #fff;
}

.header_topbanner a .nobr {
  color: #fa7a2f;
}

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

.orange-border {
  border-color: #1b9758 !important;
  color: #1b9758 !important;
}

.header_topbanner a .nobr::after {
  content: '';
  display: inline-block;
  width: 15px;
  height: 14px;
  background-image: url("data:image/svg+xml,%3Csvg width='15' height='16' viewBox='0 0 15 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.625 12.6875L10.3125 8L5.625 3.3125' stroke='%23fa7a2f' stroke-width='2'/%3E%3C/svg%3E%0A");
  margin: 0 0 -2px 10px;
  transition: all 200ms ease;
}

.swal2-styled.swal2-confirm {
  background-color: #f87617 !important;
}

.swal2-styled.swal2-confirm:focus {
  box-shadow: 0 0 0 3px rgb(248 118 23 / 50%);
}

.tippy-box[data-theme~='asp'] {
  background-color: #ef7f1a;
  color: white;
}

.tippy-box[data-theme~='asp'][data-placement^='top'] > .tippy-arrow::before {
  border-top-color: #ef7f1a;
}

.tippy-box[data-theme~='asp'][data-placement^='bottom'] > .tippy-arrow::before {
  border-bottom-color: #ef7f1a;
}

.tippy-box[data-theme~='asp'][data-placement^='left'] > .tippy-arrow::before {
  border-left-color: #ef7f1a;
}

.tippy-box[data-theme~='asp'][data-placement^='right'] > .tippy-arrow::before {
  border-right-color: #ef7f1a;
}

.iziToast > .iziToast-body .iziToast-buttons > a,
.iziToast > .iziToast-body .iziToast-buttons > button,
.iziToast
  > .iziToast-body
  .iziToast-buttons
  > input:not([type='checkbox']):not([type='radio']) {
  color: white !important;
  border: 1px solid white !important;
  outline: none !important;
  box-shadow: none !important;
}

.hidden {
  display: none !important;
}

.options__hide__map {
  display: none;
}

.auto-location-map {
  margin-top: 30px;
}

.pagination-none {
  cursor: not-allowed;
  pointer-events: all !important;
}

.mb-100 {
  margin-bottom: 100px;
}

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

.mt-10 {
  margin-top: 10px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-100 {
  margin-top: 100px;
}

a.underline {
  text-decoration: underline;
}

.modal__head {
  background-color: #f3f3f3;
  padding: 44px 130px 42px 60px;
}

.modal__cont {
  padding: 36px 60px 60px;
  overflow: hidden auto;
}

.modal__title {
  color: #20252c;
  font-weight: bold;
  font-size: 30px;
  line-height: 36px;
  margin-bottom: 24px;
}

.modal__desc {
  max-width: 290px;
  color: #3a3f45;
  font-size: 16px;
  line-height: 150%;
}

.modal[data-modal='cost'] .modal__head {
  background-image: url(/img/calc.png);
  background-position: top right;
}

.modal[data-modal='manager'] .modal__head {
  background-image: url(/img/question.png);
  background-position: top right;
}

.modal.showmodal {
  animation: animModal 300ms;
  animation-fill-mode: forwards;
}

.modal.hidemodal {
  animation: animModal 200ms;
  animation-fill-mode: forwards;
  animation-direction: reverse;
}

.modal__success {
  width: 73px;
  height: 73px;
  margin: 0 auto 26px;
  background-image: url(/img/success.svg);
}

.modal[data-modal='success'] {
  padding: 60px 95px;
  max-width: 480px;
}

.modal[data-modal='success'] .close {
  box-shadow: none;
}

.modal[data-modal='success'] .close:hover {
  transform: none;
  box-shadow: none;
}

.modal[data-modal='success'] .modal__title {
  text-align: center;
}

.modal[data-modal='success'] .modal__desc {
  font-size: 20px;
  line-height: 27px;
  text-align: center;
  max-width: none;
}

.modal[data-modal='success'] .modal__desc2 {
  font-size: 16px;
  line-height: 150%;
  text-align: center;
  color: #3a3f45;
  margin-top: 40px;
}

.bug-textarea {
  padding-top: 50px;
  line-height: inherit;
  height: 140px;
}

#orphusLink {
  display: none;
}

.orphus-text {
  font-style: italic;
  color: red;
}

.h2 {
  color: #20252c;
  font-weight: 500;
  font-size: 40px;
  line-height: 48px;
  margin: 0 0 40px;
  max-width: 740px;
}

.requestCallDescriptionArea {
  font-weight: normal;
  font-size: 14px !important;
  line-height: 19px !important;
  color: #4e5359;
}

.h4 {
  font-weight: 500;
  font-size: 22px;
  line-height: 130%;
  color: #3a3f45;
  margin: 0 0 30px 0;
}

.header__row .header-count {
  display: none;
}

.header-search__name:hover {
  text-decoration: underline;
}

.form__checklabel > span {
  cursor: pointer;
}

.hidemodal {
  display: none;
}

.mt30 {
  margin-top: 30px !important;
}

.filter-control__extended .custom-control__text {
  cursor: pointer;
}

.cars-catalog__wrap .cars-card,
.same-cars__slider .cars-card,
.compare-main__slider-wrap .cars-card__wrap,
.same-cars__wrap .cars-card {
  cursor: pointer;
}

.compare-main__clear-list.no-icon:before {
  background-image: none !important;
}

.breadcrumbs__act a.shareSelection {
  text-decoration: underline;
}

small.gray {
  color: gray;
}

.shareSelectionArea {
  display: none;
}

.filter-fixed__hidden {
  display: none !important;
}

.scroll {
  scrollbar-color: #1b9758 #fff;
  scrollbar-width: thin;
}
.scroll::-webkit-scrollbar {
  width: 5px;
  background-color: #f8f8f8;
  border-radius: 2px;
}
.scroll::-webkit-scrollbar-thumb {
  background-color: #1b9758;
  border-radius: 2px;
  transition: all 200ms ease;
}
.scroll::-webkit-scrollbar-thumb:hover {
  background-color: #1b9758;
}

.table__wrapper-inner {
  overflow: auto hidden;
}
.table__wrapper-inner.scroll::-webkit-scrollbar {
  height: 4px;
}
.table__wrapper-inner table {
  width: 100%;
  border-collapse: collapse;
  overflow: auto;
}
.table__wrapper-inner table thead {
  width: 100%;
  position: relative;
}
.table__wrapper-inner table thead:after {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  height: 1px;
  border-bottom: 1px solid #dee2ea;
}
.table__wrapper-inner table thead th {
  padding: 30px 30px 30px 10px;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  color: #20252c;
  text-align: left;
}
.table__wrapper-inner table thead th:nth-child(1) {
  width: 24.13%;
}
.table__wrapper-inner table thead th:nth-child(2) {
  width: 13.8763%;
}
.table__wrapper-inner table thead th:nth-child(3) {
  width: 14.63%;
}
.table__wrapper-inner table thead th:nth-child(4) {
  width: 17.647%;
}
.table__wrapper-inner table thead th:nth-child(5) {
  width: auto;
}
.table__wrapper-inner table tbody:before {
  content: '';
  display: block;
  width: 100%;
  padding: 10px 0 0 0;
}
.table__wrapper-inner table tbody td {
  text-align: left;
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  color: #3a3f45;
  padding: 18px 0 18px 10px;
}
.table__wrapper-inner table tbody td.green {
  color: #539448;
}
.table__wrapper-inner table tbody td.red {
  color: #1b9758;
}
.table__wrapper-inner table tbody tr:nth-child(even) {
  background-color: #f9f9f9;
}

.preorder-description-col {
  width: calc(100% - 80px);
}
.preorder-slider {
  grid-area: 1/1/5/2;
}
.preorder-slider__item:before {
  padding-top: 74.6%;
}
.preorder-feature {
  grid-area: 6/1/9/1;
}
@media (max-width: 900px) {
  .table__wrapper-inner table thead th {
    padding: 15px 20px 15px 10px;
    font-size: 15px;
    line-height: 17px;
  }
  .table__wrapper-inner table thead th:nth-child(1) {
    width: 18%;
  }
  .table__wrapper-inner table thead th:nth-child(3) {
    width: 13%;
  }
  .table__wrapper-inner table thead th:nth-child(5) {
    width: 20%;
  }
  .table__wrapper-inner table tbody td {
    padding: 14px 0 14px 10px;
    font-size: 15px;
    line-height: 17px;
  }
}

@media (max-width: 1000px) {
  .preorder-modal {
    padding: 36px 15px 60px;
  }
  .auto-info.preorder-auto-info {
    grid-template-columns: 1fr;
    grid-area: 6/1/8/1;
  }
  .header_topbanner {
    text-align: left;
    font-size: 16px;
  }
  .preorder-feature {
    grid-area: 4/1/6/1;
  }
  .preorder-description {
    font-size: 14px;
  }
  .preorder-feature .auto-feature__title {
    font-size: 24px;
    line-height: 30px;
    margin: 0 0 15px;
  }
}

@media (max-width: 1280px) and (min-width: 500px) {
  .salons-wrap .salons-item {
    width: calc(50% - 3 * 2px);
  }

  .missionpage.career-slider__top {
    padding: 15px 0 0;
    margin: 0 0 90px;
  }
}

@media (max-width: 1170px) {
  .filter-banner {
    flex-direction: column;
  }
  #cheby-carousel::before,
  #cheby-carousel::after {
    display: none;
  }
  .no-print {
    display: none !important;
  }

  .promoblock {
    flex-direction: column;
  }

  .missionpage.career-slider__top {
    padding: 15px 0 0;
    margin: 0 0 90px;
  }

  .tradein-but-block {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    border: 1px solid #1b9758;
    padding: 20px;
    /* background: url(/alyans-select/assets/img/custom/big_arrow_right.svg); */
    flex-wrap: wrap;
  }

  .tradein-but-block a {
    margin: 20px 0 !important;
  }

  .tradein-but-block p {
    max-width: 100%;
    margin: 20px 0;
  }
}

@media (max-width: 1000px) {
  .header__right-mobile {
    display: block !important;
    border-top: 1px solid #f4f4f4;
    position: fixed;
    padding: 10px 20px;
    background: #fff;
    width: 100%;
    transition: 0.5s;
    left: 0;
    bottom: 0;
  }
  .favs_hidden {
    transform: translateY(100%);
  }
  .header__right-mobile .header__item {
    display: flex;
    justify-content: flex-start;
  }

  .header__right-mobile
    .header__item
    .header__row
    .header-btn__search
    .header-search__wrap {
    position: fixed;
    display: none;
    width: 100%;
    top: calc(100vh - 200px);
    z-index: 0;
    -webkit-box-shadow: 0px 0px 30px -1px rgba(34, 60, 80, 0.2);
    -moz-box-shadow: 0px 0px 30px -1px rgba(34, 60, 80, 0.2);
    box-shadow: 0px 0px 30px -1px rgba(34, 60, 80, 0.2);
  }
}

@media (max-width: 900px) and (min-width: 500px) {
  .salons-wrap .salons-item {
    width: calc(50% - 3 * 2px);
  }

  .missionpage.career-slider:before {
    height: 75%;
  }
  .career-slider__achieve-img + .missionpage.career-slider__achieve-text {
    margin: 10px 25px 0;
  }
}

@media (max-width: 650px) {
  .choise-right__columns {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .preorder-description-col {
    width: 100%;
  }
}

@media (max-width: 850px) and (min-width: 300px) {
  .repay .career-recruiting__img {
    display: block;
  }
  .repay.career-recruiting__wrap {
    grid-template-columns: 100%;
  }

  .repay .career-recruiting__column .career-recruiting__btn {
    min-width: 100%;
  }
}

@media (max-width: 560px) {
  .salons-wrap .salons-item {
    width: calc(100% - 2 * 2px);
  }
  .missionpage.career-slider__info {
    grid-template-columns: 100%;
  }
  .discount-modal-car {
    margin-bottom: 30px;
  }
  .missionpage.career-slider:before {
    height: 60%;
  }
  .career-slider__achieve-img + .missionpage.career-slider__achieve-text {
    margin: 10px 25px 0;
  }
  .own-price {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
  }
  .inline-contacts {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
  }
  .inline-contacts .form__item + .form__item {
    margin-top: 34px;
  }
}

@media (max-width: 400px) {
  .salons-wrap .salons-item {
    width: calc(100% - 2 * 2px);
  }

  .missionpage.career-slider__info {
    grid-template-columns: 100%;
  }
  .career-slider__achieve-img + .missionpage.career-slider__achieve-text {
    margin: 10px 0 0;
  }
  .header__right-mobile
    .header__item
    .header__row
    .header__row-item
    + .header__row-item {
    margin: 0 0 0 20px;
  }
}

@media (max-width: 600px) {
  .custom-title {
    margin-right: 0;
  }
}

@media print {
  .no-print {
    display: none !important;
  }
}

.favorite-catalog .cars-card.unavailable img,
.compare-catalog .swiper-slide.unavailable img {
  -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}

.favorite-catalog .cars-card.unavailable .gray-text,
.compare-catalog .swiper-slide.unavailable .gray-text {
  color: gray;
}

/*заблюривание */

.lowwidth {
  width: auto !important;
  height: 100% !important;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%);
}

.tallimg {
  height: 84px;
  margin: 0 auto;

  /*   position: absolute;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%); */
}

.auto-slider__navigation-item:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  z-index: -1;
  height: 100%;
  background-color: #20252c12;
  opacity: 1;
  transition: opacity 0.3s ease;
}

.filter-slider-bg {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  -webkit-filter: blur(8px);
  filter: blur(8px);
  z-index: -1;
  opacity: 0.4;
}

/* мультицвет */
.dropdown {
  position: relative;
  background: #ffffff;
  border: 1px solid #dcdce6;
  border-radius: 3px;
  box-shadow: none;
  font-size: 16px;
  max-height: 54px;
  display: block;
}

/* .dropdown-option input[type='checkbox'] {
  display: block;
} */
.dropdown .dropdown-list {
  padding: 12px;
  background: #fff;
  position: absolute;
  z-index: 3;
  top: 62px;
  left: 0;
  right: 0;
  transform-origin: 50% 0;
  transform: scale(1, 0);
  transition: transform 0.15s ease-in-out 0.15s;
  max-height: 250px;
  overflow-y: scroll;
  box-shadow: none;
  border: 1px solid #dcdce6;
  margin: 0;
  border-radius: 3px;
  box-shadow: 0px 6px 40px rgba(0, 14, 32, 0.08);
}
.dropdown .dropdown-option {
  display: flex;
  padding: 8px 12px;
  opacity: 0;
  transition: opacity 0.15s ease-in-out;
  align-items: center;
}
.dropdown .dropdown-label {
  display: block;
  cursor: pointer;
  padding: 15px 0 15px 14px;
}
.dropdown::after {
  content: ' ';
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -3px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: gray transparent transparent transparent;
  content: '';
  border: none;
  width: 12px;
  height: 7px;
  background-image: url(../img/arr_bottom.svg);
  background-size: contain;
  transition: all 200ms ease;
  content: ' ';
  display: block;
  clear: left;
}
.dropdown.on::after {
  margin-top: -3px;
  transform: rotate(-180deg);
}

.dropdown.on .dropdown-list {
  transform: scale(1, 1);
  transition-delay: 0s;
}
.dropdown.on .dropdown-list .dropdown-option {
  opacity: 1;
  transition-delay: 0.2s;
}

.dropdown [type='checkbox'] {
  position: relative;
  top: -1px;
  margin-right: 4px;
}

.badge2 {
  display: inline-block;
  padding: 0.35em 0.65em;
  font-size: 0.75em;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  margin-top: 10px;
}

.translate-middle {
  transform: translate(-50%, -50%) !important;
}

.bg-danger {
  background-color: #1b9758 !important;
}

.rounded-pill {
  border-radius: 50rem !important;
}

.ml-10 {
  margin-left: 10px;
}

p.big {
  font-size: 150%;
}

.modal__title {
  max-width: 400px;
}

.but.butorange:disabled,
.but.butorange[disabled] {
  cursor: default;
  pointer-events: all !important;
  opacity: 0.4;
}

.header-btn__compare.disabled,
.header-btn__favorite.disabled {
  cursor: default;
  pointer-events: all !important;
  opacity: 0.4;
}

/* фикс бага с шапкой */
.header__catalog {
  z-index: -1;
}

.top__banner {
  border-radius: 5px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-60 {
  margin-bottom: 60px;
}

.bluresalert li {
  margin-bottom: 0px;
}

.fs-110 {
  font-size: 110%;
}

.fs-120 {
  font-size: 120%;
}

.action__btn {
  margin: 51px 0 0;
  max-width: 530px;
  padding: 18px 20px;
}

.auto-description .auto-description__text .auto-description__title.h2 {
  margin-top: 50px;
}

.error {
  font-size: 110%;
  color: red;
  margin-bottom: 50px;
}

.topbanner-slider {
  height: auto !important;
}

.topbanner-slider .swiper-button-next,
.topbanner-slider .swiper-button-prev {
  width: calc(var(--swiper-navigation-size) / 30 * 27);
  transform: translate(0%, 0%);
}

:root {
  --swiper-theme-color: transparent !important;
}

.auto-info__place-title-badge {
  font-size: 26px;
  margin-bottom: 18px;
}

@media (max-width: 1000px) {
  .auto-info {
    position: relative;
  }
  .auto-info__place-title-badge {
    position: absolute;
    top: 34px;
  }
  .auto-info__stikers {
    margin-top: 14px;
  }
}

#cookie-banner {
  position: fixed;
  bottom: 0;
  left: 50%;
  max-width: 1386px;
  width: 95%;
  transform: translateX(-50%) translateY(100%);
  border-radius: 15px;
  padding: 1rem 1.25rem;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  box-shadow: 0 -2px 6px rgba(0, 0, 0, 0.15);
  z-index: 1000;
  transition: transform 0.3s ease-in-out;
}

#cookie-banner.show {
  transform: translateX(-50%) translateY(-20px);
}

#cookie-banner button {
  border: none;
  padding: 0.6rem 1.4rem;
  font-size: 0.8rem;
  border-radius: 3px;
  cursor: pointer;
  flex-shrink: 0;
  transition: opacity 0.2s;
  color: #000 !important;
}

#cookie-banner button:hover {
  opacity: 0.9;
}

@media (max-width: 768px) {
  #cookie-banner {
    flex-direction: column;
    text-align: center;
  }
}
