/* cookie */

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

.actions-block {
  position: relative;
}

.action-time {
  display: flex;
  position: absolute;
  gap: 10px;
  top: 0;
  right: 0;
  margin: 10px 10px 0;
  z-index: 4;
  flex-direction: column;
  left: -20px !important;
}

.action-time-badge {
  background-image: none;
  background-color: #f54848;
  width: max-content;
  border-radius: 3px;
  padding: 5px 5px;
  height: auto;
  font-size: 14px;
  color: #fff;
  cursor: default;
  pointer-events: none;
  display: flex;
  align-items: center;
  gap: 5px;
}

.action-time-badge i {
  font-weight: bold;
  font-size: 16px;
  padding-top: 2px;
}

.autodop-but {
  max-width: 420px;
  margin-bottom: 60px;
  display: none;
}

.filter-control__voice {
  text-align: center;
  justify-content: center;
  align-self: center;
  font-size: 15px;
  line-height: 100%;
  text-align: right;
  color: #688aaf;
  display: flex;
  align-items: center;
  cursor: pointer;
  transition: color 0.2s ease;
}

.filter-control__voice:hover {
  color: #2161c3;
}

.filter-control__voice:before {
  content: '';
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
  margin: 0 10px 0 0;
  display: block;
  transition: background 0.2s ease;
  background-image: url(/aa/img/custom/micro.svg);
}
.filter-control__voice:hover:before {
  background-image: url(/aa/img/custom/micro-act.svg);
}

.header-banner {
  display: flex;
  font-size: 16px;
  line-height: 20px;
  position: sticky;
  top: 0;
  z-index: 9999;
  background-color: #de354e;
  background-position: center;
  min-height: 60px;
}

[data-block='details'] table {
  min-width: auto !important;
}

.header__butparam.buts-flex {
  display: flex;
}
.buts-flex .butred {
  display: flex;
  align-items: center;
  justify-content: center;
}
.hb-pic {
  padding-top: 15px;
}
.header-banner a {
  text-decoration-color: #de354e !important;
}
.twocol-sub.act {
  display: grid !important;
  grid-template-columns: 1fr 1fr;
  column-gap: 15px;
  width: 550px;
  left: -150px !important;
  grid-auto-flow: row;
}

.sub-header {
  padding: 14px;
  font-size: 16px;
  border-bottom: 1px solid #e13950;
}

.sub-col {
  display: flex;
  flex-direction: column;
}
.header-banner a:hover {
  text-decoration: none !important;
  text-decoration-color: #de354e !important;
}

.online-chat-root-OnlineChat .top-z-index {
  z-index: 100 !important;
}

.remove-single {
  display: none !important;
}

.mainform {
  flex-direction: column;
}

.frontpage-cat {
  position: relative;
}

.frontpage-cat .container {
  display: flex;
  flex-direction: column;
  padding: 0;
}

.frontpage-catmenu {
  display: flex;
  gap: 30px;
}

.hideform {
  transition: all 1s;
  height: 0;
  opacity: 0;
  display: none;
}

.marks.full-h {
  max-height: fit-content;
}

.mt40 {
  margin-top: 40px;
}

.markbut.act {
  background-color: #e9e9e9;
}

/*плашка для моб*/

.notification-container {
  border-bottom: 2px solid #e13950;
  margin-bottom: 10px;
  width: 100%;
  height: 78px;
  background: #fff;
}
.notification {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 9999;
  background-color: rgb(0 0 0 / 50%);
  color: #000;
  width: 100%;
  height: 150%;
  transition: 0.3s all;
  opacity: 1;
  transform: translateY(0);
}
.app-notification.hidden {
  display: none;
  opacity: 0;
  z-index: -999;
  transform: translateY(25px);
}
.app-notification-text {
  max-width: 60%;
  position: absolute;
  left: 110px;
  top: 18px;
}
.app-notification .but {
  max-width: fit-content;
  position: absolute;
  right: 10px;
  top: 24px;
  padding: 10px 10px;
  font-size: 12px;
}
.app-notification-text img {
  max-width: 62px;
}
.notification-btn {
  border: none;
  border-radius: 3px;
  cursor: pointer;
  background-color: transparent;
  align-self: center;
  width: 24px;
  height: 24px;
}
.appicon {
  position: absolute;
  left: 35px;
  top: 14px;
  display: block;
  width: 57px;
  height: 57px;
  background: rgba(0, 0, 0, 0.6);
  background-size: cover;
  border-radius: 10px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}

.hb-pic img {
  display: block;
  width: 100%;
}

.header-banner .container {
  display: flex;
  width: 100%;
}
.hb-wrap {
  display: flex;
  flex-flow: row wrap;
  column-gap: 80px;
}
.hb-flexbox {
  display: flex;
  align-items: center;
  width: 100%;
}

.hb-close {
  cursor: pointer;
}
.hb-close img {
  width: 25px;
  height: auto;
  display: flex;
}

.hb-wrap div b {
  display: contents;
}

.hb-wrap div {
  display: flex;
  column-gap: 50px;
  align-items: center;
}

.hb-wrap div img {
  max-width: 50px;
}
.hb-right {
  display: block;
  color: #fff;
  margin: 0 auto;
}

.hb-right a {
  color: #fff !important;
  line-height: 24px;
}

.hb-right a span {
  text-decoration: underline;
}
.modal-lg {
  width: 800px;
  max-width: 800px;
}

.desctopAutoImage,
.mobileAutoImage {
  display: none;
}

.modal-lg .modal__desc {
  max-width: 100%;
}

img.salon_camera {
  float: left;
  margin-right: 20px;
}

.modal .modal__cont iframe {
  height: 500px;
}

iframe#creditcalc {
  height: 600px;
}

.arendaArea {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.cameraLink {
  display: inline-block;
}

.camera-list {
  margin-top: 20px;
}

.boxservice .mainform__item {
  margin-top: 30px;
  margin-bottom: 30px;
}

.boxservice .boxservice__item {
  margin-bottom: 0px;
  border-bottom: none;
}

.selectize-dropdown-content {
  max-height: 330px;
}

.description {
  /* display: none; */
  margin-top: 30px;
  line-height: 30px;
  text-align: justify;
}

.main_image {
  width: 100%;
  height: auto;
}

.elementFilter {
  display: block;
  margin-bottom: 30px;
  width: 310px;
}

[hidden] {
  display: none !important;
}

.boxservice__text a {
  color: #688aaf;
}

.boxservice__text a:hover {
  text-decoration-color: #688aaf;
}

.box__gray {
  font-size: 16px;
  line-height: 22px;
  color: #858a93;
}

#scroll__top {
  font-size: 40px;
  position: fixed;
  right: 5%;
  bottom: 20px;
  cursor: pointer;
  opacity: 0;
}

#scroll__top i:hover {
  color: #5a9367;
}

.scroll__top__transition {
  transition: 1s;
}

.form__checklabel a {
  text-decoration: underline;
}

.redButtonArea {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 30px;
}

.errorArea {
  color: red;
  font-size: 110%;
}

#salonElementArea {
  display: none;
}

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

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

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

.options__name {
  font-weight: 400;
  max-width: 90%;
}

.options__header:hover p {
  color: #2161c3;
}

.options__header:hover:before {
  background-image: url('/aa/img/down-arrow-blue.svg');
}

/* .header__bottom::before {
  position: absolute;
  content: '';
  top: 61px;
  width: 100%;
  height: 34px;
  background: url(../img/custom/lights.png) no-repeat center !important;
} */

/* новый год */

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

.header__bottom {
  background: #0b274f;
  background: url(../img/custom/nybg-top.jpg);
  color: #fff;
  position: relative;
  z-index: 1;
  background-repeat: repeat !important;
}

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

/* 14 февраля */

/* .header__bottom {
  background-image: url(/aa/img/custom/vday.png);
  background-position: top center;
} */

/* 14 февраля */

.swiper-lazy-preloader {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  /*  margin-left: -21px;
  margin-top: -21px; */
  z-index: 10;
  background-image: url(../img/custom/preloader.gif);
  border-top-color: transparent;
  background-position: center;
  background-color: #1e1c31;
}

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

.footer__privacy {
  cursor: pointer;
}

#orphusLink {
  display: none;
}

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

.page__head h1 {
  font-weight: 400;
}

.options__header_address {
  padding: 32px 0 30px;
  display: flex;
  position: relative;
  justify-content: space-between;
  align-items: center;
  cursor: auto;
  user-select: auto;
  color: #3a3f45;
}

.options__header_address:hover p {
  color: #3a3f45;
}

/* .goods__btn.cost,
#fiHub,
.formcalcprice,
.goods__specification .goods__price,
.goods__specification .goods__credit,
.auto__text .auto__price,
.modelblock__wrap .nobr,
.goods__table tbody tr:nth-child(4),
.auto__text .sliderauto__price {
  display: none !important;
} */

/* март */

/* .logo {
  width: 220px;
  height: 65px;
  margin-left: 34px;
  background-size: contain;
  background-image: url(/aa/img/custom/martLogo.svg);
} */

.page__head {
  padding-right: 0 !important;
}

/* косяк с марками на главной */

.marks {
  gap: 10px;
  grid-template-columns: repeat(6, 1fr);
}

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

.mb-50 {
  margin-bottom: 50px !important;
}

/* телефон в заголовке */

h1 a,
h1 a:hover {
  color: white;
  font-weight: normal;
}

h1 a:hover {
  text-decoration-color: white;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.img-responsive-95 {
  display: block;
  max-width: 95%;
  height: auto;
}

.sliderauto .swiper-button-prev {
  background: gray;
}

.sliderauto .swiper-button-next {
  background: gray;
}

/* фикс отступов для иконок брендов на главной гк */
/* .marksform {
  grid-template-columns: repeat(9, 1fr);
} */

/* .marksform .marks__item {
  padding: 38px 0px;
} */

.car_model--icon {
  margin-bottom: 6px;
}

.calc__title,
.calc__img {
  padding-top: 40px;
}

@media (max-width: 1170px) {
  .frontpage-catblock .marks {
    grid-template-columns: repeat(3, 1fr) !important;
  }
}

@media screen and (min-width: 1024px) {
  .desctopAutoImage {
    display: block;
  }
  .w-300 {
    width: 300px;
  }
  .fancybox-slide--iframe .fancybox-content {
    width: 800px;
    height: 600px;
    max-width: 80%;
    max-height: 80%;
    margin: 0;
  }
  .fancybox-iframe {
    padding: 30px;
  }
  .fl {
    float: left;
  }
  .clear {
    clear: both;
  }
  .mr-20 {
    margin-right: 20px;
  }
}

@media screen and (max-width: 1024px) {
  .secover .breadcrumbs {
    margin-top: 10px;
  }
  .mobileAutoImage {
    display: block;
  }
  .w-300 {
    width: 99%;
  }
  .modal-lg .modal__cont iframe,
  .modal__cont iframe {
    height: 250px;
  }
  iframe#creditcalc {
    height: 750px;
  }
  iframe#requestModalFrame {
    overflow-y: hidden !important;
  }
  .arendaElement {
    width: 45%;
    float: left;
    margin-bottom: 30px;
    transition: all 0.3s !important;
  }
  .arendaFilter,
  .colorFilter {
    width: 100%;
    margin-bottom: 10px;
    max-width: 100%;
  }
  .actions-block,
  .elementFilter {
    max-width: 100%;
  }
  .news-item {
    margin: 0px !important;
    padding: 0px !important;
    max-width: 100%;
  }
}

@media screen and (min-width: 1024px) {
  #rightModalImage {
    margin-top: 50px;
    height: unset !important;
  }
  .arendaElement {
    width: 300px;
    float: left;
    margin-right: 30px;
    margin-bottom: 30px;
    transition: all 0.3s;
  }
  .arendaFilter {
    width: 300px;
    margin-bottom: 30px;
    float: left;
    margin-right: 30px;
  }
  .colorFilter {
    width: 300px;
    margin-bottom: 30px;
    float: left;
    margin-right: 30px;
  }
  .arendaArea {
    clear: both;
    display: inline-block;
  }
  .imgArea {
    max-width: 100%;
  }
  .specActionsArea,
  .newsArea {
    min-height: 150px;
  }
}

@media (max-width: 1000px) {
  .header__top {
    padding: 10px 0 10px;
    position: fixed;
    top: 0;
    width: 100%;
  }
}

@media (max-width: 768px) {
  .hb-pic {
    display: none;
  }
  .options__name {
    font-weight: 600;
  }
  .header-banner {
    font-size: 14px;
  }
  .hb-wrap div {
    column-gap: 20px;
  }
}

@media (max-width: 600px) {
  .frontpage-catblock .marks {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}

@media (max-width: 450px) {
  .page__head {
    margin-bottom: 30px;
  }
  .phone-adpt {
    font-size: 20px;
  }
}

@media (max-width: 250px) {
  .phone-adpt {
    font-size: 18px;
  }
}

.equipment_error {
  margin-left: 15px;
  color: #20252c;
  font-weight: 500;
  font-size: 18px;
  line-height: 140%;
}

.goods__address {
  line-height: 25px;
}

.goods__address a {
  color: #858a93;
}

.goods__available {
  font-size: 15px;
}

#close_avn_reservation {
  margin-top: 30px;
}

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

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

@media (max-width: 1171px) {
  .car_model--icon {
    width: 24px;
    margin-bottom: 2px;
  }
}

@media (max-width: 805px) {
  .car_model--icon {
    width: 20px;
  }
}

.aboutmodel__text {
  line-height: 200%;
}

.news-page-bigtext p {
  line-height: 200%;
}

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

.h2 {
  max-width: none;
}

.text_strong {
  font-size: 120%;
}

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

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

/* Кнопка Поделиться в карточках */
.breadcrumbs-btn {
  display: flex;
  justify-content: space-between;
  position: relative;
}

.shareButton {
  display: flex;
  align-items: center;
  justify-content: left;
  cursor: pointer;
}

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

.shareButton img {
  padding-right: 6px;
}

.shareTooltip {
  background-color: #333;
  padding: 10px 20px 10px 0;
  border-radius: 5px;
}

.shareTooltip a {
  display: flex;
  align-items: center;
  margin: 5px 0;
  text-decoration: none;
}

.shareTooltip a:hover {
  text-decoration: underline;
}

.shareTooltip_link {
  font-size: 16px;
  display: flex !important;
  align-items: center !important;
}

.shareTooltip_link:last-child {
  margin-left: -9px !important;
}

.shareTooltip_icon {
  width: 24px;
  height: 24px;
  margin-right: 8px;
}

.shareTooltip ul {
  display: flex;
  flex-direction: column;
  text-align: left;
  padding: 10px 0 0 0;
  padding-bottom: 9px !important;
}

.shareTooltip ul li {
  padding-left: 0;
  align-items: center;
  display: flex;
  justify-content: center;
  margin-left: -10px;
}

.shareTooltip-list {
  padding-bottom: 8px;
}

.shareTooltip-list-item {
  margin-left: -10px !important;
  align-items: center !important;
  display: flex;
}

.shareTooltip-list-item::before {
  background-image: none;
  padding-right: 0;
  align-items: center;
}

.custom-tippy-theme {
  background: red !important;
  color: white !important;
  border-radius: 5px;
  padding: 10px;
}

@media (max-width: 1000px) {
  .breadcrumbs-btn {
    flex-direction: column;
  }
  .shareButton {
    padding-top: 10px;
    max-width: 180px;
  }
}

#pricedsc {
  padding-bottom: 0px !important;
}

.news-page-date-bold {
  color: #de354e !important;
}
