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

/* высплывашка при выходе */
.exitmodal {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 100000;
}

.exitmodal .exitmodaltext {
  box-sizing: border-box;
  padding: 20px 40px;
  background: #ffffff;
  position: fixed;
  top: 80px;
  left: 50%;
  margin-left: -30%;
  width: 60%;
  box-shadow: 0 4px 10px 2px rgba(0, 0, 0, 0.5);
}
.exitmodalclose {
  cursor: pointer;
  position: absolute;
  line-height: 60px;
  font-size: 82px;
  transform: rotate(45deg);
  text-align: center;
  top: 3px;
  right: 30px;
  color: #eb722e;
}

/* высплывашка при выходе */

.advertisement-ban-text {
  color: #f54043;
}

.tech-guarantee {
  font-size: 1.6em;
  line-height: 1.3;
  margin-bottom: 10px;
}

#spring-sale {
  scroll-margin-top: calc(2rem + 75px);
}
.submit-ad.inactive {
  opacity: 0.5;
}
.ad-error {
  border: 2px solid rgb(248 118 24 / 32%);
  box-shadow: 0 0 5px 2px rgba(248, 118, 24, 0.5);
}

.header_topbanner.class-ad {
  background: linear-gradient(to left, #3dbf2e, #1d4350);
  padding: 10px 0 0 0;
}

.header_topbanner.class-ad .promo-footer img {
  height: 110px;
}

.header_topbanner.spring-sale {
  background: linear-gradient(90deg, #ee5c87, #f1a4b5, #d587b3);
  padding: 10px 0 0 0;
}

.promo-pic-1 {
  position: relative;
  bottom: -3px;
}
.promo-block {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  color: #fff;
  text-decoration: none !important;
  border: none !important;
}

.promo-block .countdown {
  background: #f87618;
  display: block;
  padding: 11px 10px;
  border-radius: 3px;
  margin-bottom: 10px;
}

span.timer {
  margin-bottom: 5px;
  display: block;
}

.promo-header,
.promo-footer {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin: 0 10px;
}
@media (max-width: 750px) {
  .promo-block {
    flex-direction: column;
    gap: 20px;
  }
  .promo-header,
  .promo-content {
    align-items: center;
    text-align: center;
  }
}

@media (max-width: 1000px) {
  .header_topbanner.spring-sale {
    padding: 20px 0;
  }
}

@media (max-width: 1170px) {
  .promo-pic-1 {
    display: none;
  }
}

/*8 март конец*/

.classified-admin-gallery {
  display: flex;
  gap: 20px;
  margin-top: 30px;
}

.red-ios input[type='checkbox']:checked + .checkbox-ios-switch {
  background: #f54043;
}
.iframe_title {
  max-width: 100% !important;
}

.iframe_title span {
  font-weight: 300;
}

dialog .modal__head {
  background-image: url(/alyans-select/assets/img/custom/ribbon.jpg);
  background-position: top right;
}

dialog a {
  text-decoration: underline;
}

dialog {
  background: white;
  margin: auto;
  border-radius: 3px;
  max-width: 500px;
  border: 0;
  box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.1);
  -webkit-animation: fadeIn 1s ease both;
  animation: fadeIn 1s ease both;
}

dialog iframe {
  width: 100%;
  padding: 0;
  border: 0;
  height: 550px;
}

dialog::-webkit-backdrop {
  -webkit-animation: fadeIn 1s ease both;
  animation: fadeIn 1s ease both;
  background: rgba(255, 255, 255, 0.4);
  z-index: 2;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}

dialog::backdrop {
  -webkit-animation: fadeIn 1s ease both;
  animation: fadeIn 1s ease both;
  background: rgba(255, 255, 255, 0.4);
  z-index: 2;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}

dialog .x {
  border: none;
}

dialog h2 {
  font-weight: 600;
  font-size: 2rem;
  padding-bottom: 1rem;
}
dialog p {
  font-size: 1rem;
  line-height: 1.3rem;
  padding: 0.5rem 0;
}
dialog p a:visited {
  color: rgb(var(--vs-primary));
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

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

/* .logo {
  background-image: url(../img/logo-ny.svg);
}

.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;
} */

.snowflake {
  color: #bfd8ff;
  opacity: 0.5;
  font-size: 1.5em;
  font-family: Arial;
  text-shadow: 0 0 1px #000;
  position: fixed;
  top: -10%;
  z-index: 9999;
  user-select: none;
  cursor: default;
  animation-name: snowflakes-fall, snowflakes-shake;
  animation-duration: 10s, 3s;
  animation-timing-function: linear, ease-in-out;
  animation-iteration-count: infinite, infinite;
  animation-play-state: running, running;
}

.snowflake:nth-of-type(0) {
  left: 1%;
  animation-delay: 0s, 0s;
}

.snowflake:nth-of-type(1) {
  left: 10%;
  animation-delay: 1s, 1s;
}

.snowflake:nth-of-type(2) {
  left: 20%;
  animation-delay: 6s, 0.5s;
}

.snowflake:nth-of-type(3) {
  left: 30%;
  animation-delay: 4s, 2s;
}

.snowflake:nth-of-type(4) {
  left: 40%;
  animation-delay: 2s, 2s;
}

.snowflake:nth-of-type(5) {
  left: 50%;
  animation-delay: 8s, 3s;
}

.snowflake:nth-of-type(6) {
  left: 60%;
  animation-delay: 6s, 2s;
}

.snowflake:nth-of-type(7) {
  left: 70%;
  animation-delay: 2.5s, 1s;
}

.snowflake:nth-of-type(8) {
  left: 80%;
  animation-delay: 1s, 0s;
}

.snowflake:nth-of-type(9) {
  left: 90%;
  animation-delay: 3s, 1.5s;
}

@keyframes snowflakes-fall {
  0% {
    top: -10%;
  }
  100% {
    top: 100%;
  }
}

@keyframes snowflakes-shake {
  0% {
    transform: translateX(0px);
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -o-transform: translateX(0px);
    -ms-transform: translateX(0px);
  }
  50% {
    transform: translateX(80px);
    -webkit-transform: translateX(80px);
    -moz-transform: translateX(80px);
    -o-transform: translateX(80px);
    -ms-transform: translateX(80px);
  }
  100% {
    transform: translateX(0px);
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -o-transform: translateX(0px);
    -ms-transform: translateX(0px);
  }
}

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

.form__inp[data-mask='phone']:hover + .form__label {
  color: #3a3f45;
  font-size: 13px;
  top: 0;
}

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

#bug-report-modal {
  width: 590px;
  max-width: 100%;
}

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

.cars-card__name {
  pointer-events: none;
  text-transform: uppercase;
}

.auto-info__consult {
  margin: 20px 0 0;
}
.cars-card__control-left {
  left: -20px !important;
}
.cars-card__control-sale {
  background-image: none;
  background-color: #f87618;
  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: #f87618;
  box-shadow: none;
  cursor: default;
}

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

.spring-badge {
  background-color: #3dbf2e;
}

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

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

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

.red-badge:hover,
.red-badge.active {
  background-color: #f87618;
  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 #f87618;
}

.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: #f87618;
  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: #f87618;
}
/* .filter-extended__item.goodmark.filter-foreign svg path:nth-child(2) {
  fill: #f87618;
} */

.filter-extended__item.goodmark.filter-parallelimport svg path,
.filter-extended__item.goodmark svg line,
.filter-extended__item.goodmark svg rect {
  fill: #f87618;
  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: #f87618;
  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: 25px 24px 25px 55px;
  background-position: 24px 22px;
}
.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: #f87618;
  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: #f87618;
}

a.custom-link:hover,
div.custom-link:hover,
.reserve-modal__text div a,
.hotline-number a:hover {
  cursor: pointer;
  text-decoration-color: #f87618;
}
.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: #f87618;
}

#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 #f87618;
  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: #f87618 !important;
  color: #f87618 !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;
}

.corp_field {
  position: relative;
  display: flex;
  align-items: center;
}

.corp_field input {
  display: inline;
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 2px;
  background-color: #fff;
  border: 1px solid #858a93;
  top: 1px;
  left: 0;
  cursor: pointer;
  transition: all 100ms ease;
}

.corp_field span {
  margin-left: 35px;
  color: #858a93;
  font-size: 14px;
  line-height: 22px;
}

@media (max-width: 1000px) {
  .header_topbanner {
    text-align: left;
    font-size: 16px;
  }
}

@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) {
  .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 #f87618;
    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;
  }
  .classified-admin-gallery,
  .classified-admin-buttons {
    flex-direction: column;
  }
}

@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;

  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: #f87618 !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;
}

.filter-control__voice:before {
  background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0xNiAyNGgtOHYtMWgzLjV2LTMuMDE4Yy0zLjYzLS4yNTYtNi41LTMuMjg3LTYuNS02Ljk4MnYtMmgxdjIuMDFjLjAwNSAzLjMwNyAyLjY5MiA1Ljk5IDYgNS45OSAzLjMxMSAwIDYtMi42ODkgNi02di0yaDF2MmMwIDMuNjk1LTIuODcgNi43MjYtNi41IDYuOTgydjMuMDE4aDMuNXYxem0tOS0xOWMwLTIuNzYgMi4yNC01IDUtNXM1IDIuMjQgNSA1djhjMCAyLjc2LTIuMjQgNS01IDVzLTUtMi4yNC01LTV2LTh6bTkgMGMwLTIuMjA4LTEuNzkyLTQtNC00cy00IDEuNzkyLTQgNHY4YzAgMi4yMDggMS43OTIgNCA0IDRzNC0xLjc5MiA0LTR2LTh6Ii8+PC9zdmc+');
}

.filter-control__voice:hover:before,
.filter-control__voice.active:before {
  background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik03LjUgMjFjLjgyOCAwIDEuNS42NzIgMS41IDEuNXMtLjY3MiAxLjUtMS41IDEuNS0xLjUtLjY3Mi0xLjUtMS41LjY3Mi0xLjUgMS41LTEuNXptOSAwYy44MjggMCAxLjUuNjcyIDEuNSAxLjVzLS42NzIgMS41LTEuNSAxLjUtMS41LS42NzItMS41LTEuNS42NzItMS41IDEuNS0xLjV6bS00LjUgMGMuODI4IDAgMS41LjY3MiAxLjUgMS41cy0uNjcyIDEuNS0xLjUgMS41LTEuNS0uNjcyLTEuNS0xLjUuNjcyLTEuNSAxLjUtMS41em04LTEydjJjMCA0LjQxOC0zLjU4MiA4LTggOHMtOC0zLjU4Mi04LTh2LTJoMnYyYzAgMy4zMDkgMi42OTEgNiA2IDZzNi0yLjY5MSA2LTZ2LTJoMnptLTQgMmMwIDIuMjA5LTEuNzkxIDQtNCA0cy00LTEuNzkxLTQtNHYtN2MwLTIuMjA5IDEuNzkxLTQgNC00czQgMS43OTEgNCA0djd6bS0yIDBjMCAxLjEwNS0uODk1IDItMiAycy0yLS44OTUtMi0ydi03YzAtMS4xMDUuODk1LTIgMi0yczIgLjg5NSAyIDJ2N3oiLz48L3N2Zz4=');
}

.swal2-container {
  z-index: 99999999999;
}

.current__menu {
  font-weight: bold;
}

.swal2-html-container {
  line-height: 25px !important;
}

#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(-80px);
}

#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;
  }
}
