:root {
  --color-white: #fff;
  --color-black: #222;
  --color-primary: #1d4e9e;
  --color-secondary: #e4edff;
  --color-success: #28a745;
  --color-info: #2196f3;
  --color-warning: #ffc107;
  --color-error: #dc3545;
  --color-gray: #777;
  --color-gray--dark: #646464;
  --color-gray--light: #e9e9e9;
  --color-background: #f5f5f5;
  --color-background-light: #f2f2f2;
  --color-background-blue: #edf2fa;
}

ul > li::before {
  content: none;
}

.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.g-4, .gx-4 {
    --bs-gutter-x: 2.5rem;
}

.catalog {
  overflow: hidden;
}
.catalog .section-headline:not(:last-child) {
  margin-bottom: 4rem;
}
@media (min-width: 75rem) {
    .col-xl-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 50% !important;
    }
	.col-md-6 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 50%;
}

.col-xl-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 100%;
}

.col-xxl-6 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 50%;
}
}
@media screen and (max-width: calc(48rem - 0.0625rem)) {
  .catalog .section-headline:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.catalog .filters:not(:last-child) {
  margin-bottom: 1.625rem;
}
@media screen and (max-width: calc(48rem - 0.0625rem)) {
  .catalog .filters:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.catalog-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
}
@media screen and (max-width: calc(75rem - 0.0625rem)) {
  .catalog-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
.catalog-grid .catalog-profitable {
  grid-column: 1/-1;
}
.catalog-grid .catalog-profitable:not(:last-child) {
  margin-bottom: 0;
}
@media screen and (max-width: calc(36rem - 0.0625rem)) {
  .catalog-grid .catalog-profitable:not(:last-child) {
    margin-bottom: 0;
  }
}
.catalog-profitable {
  position: relative;
}
.catalog-profitable:not(:last-child) {
  margin-bottom: 2rem;
}
@media screen and (max-width: calc(36rem - 0.0625rem)) {
  .catalog-profitable:not(:last-child) {
    margin-bottom: 1.5rem;
  }
}
.catalog-profitable__container {
  background-color: var(--color-secondary);
  padding: 1.5rem;
  border-radius: 1.5rem;
  width: calc(100% + 1.5rem * 2);
  margin-left: -1.5rem;
  margin-right: -1.5rem;
  overflow: hidden;
}
@media screen and (max-width: calc(75rem - 0.0625rem)) {
  .catalog-profitable__container {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}
@media screen and (max-width: calc(36rem - 0.0625rem)) {
  .catalog-profitable__container {
    padding: 1rem;
    overflow: visible;
  }
}
.catalog-profitable .swiper-slide {
  height: auto;
}
.catalog-profitable .swiper-slide .product-preview {
  min-height: 100%;
}
.catalog-profitable .swiper-navigation {
  position: absolute;
  bottom: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
  width: 113%;
}
@media screen and (max-width: 1449px) {
  .catalog-profitable .swiper-navigation {
    bottom: 0;
    left: 0;
    -webkit-transform: translate(0, -68%);
    transform: translate(0, -68%);
    width: 100%;
  }
}
@media screen and (max-width: calc(75rem - 0.0625rem)) {
  .catalog-profitable .swiper-navigation {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media screen and (max-width: calc(36rem - 0.0625rem)) {
  .catalog-profitable .swiper-navigation {
    -webkit-transform: translate(0, -45%);
    transform: translate(0, -45%);
  }
}
@media screen and (max-width: 1449px) {
  .catalog-profitable .swiper-infobar {
    padding-bottom: 0.875rem;
  }
}
.catalog-profitable .swiper-infobar:not(:first-child) {
  margin-top: 2rem;
}
@media screen and (max-width: 1449px) {
  .catalog-profitable .swiper-infobar:not(:first-child) {
    margin-top: 2.8125rem;
  }
}
@media screen and (max-width: calc(36rem - 0.0625rem)) {
  .catalog-profitable .swiper-infobar:not(:first-child) {
    margin-top: 32px;
  }
}
.catalog-profitable .swiper-pagination {
  -webkit-transform: none !important;
  transform: none !important;
}
/*# sourceMappingURL=style.min.css.map */

:root {
  --color-white: #fff;
  --color-black: #222;
  --color-primary: #1d4e9e;
  --color-gray: #777;
  --color-border: #e5e5e5;
  --color-bg: #f5f5f5;
}

/* Layout */
.section {
  padding: 40px 0;
}

.section--gray {
  background: var(--color-bg);
}

.container {
  width: 80.125rem;
  max-width: 100%;
  padding: 0 1rem;
  margin: 0 auto;
}

/* Заголовок */
.section-headline__title {
  font-size: 28px;
  font-weight: 600;
}

/* ================= FILTERS ================= */

.filters {
  margin-bottom: 25px;
}

.filters-tabs-label {
  display: block;
  padding: 8px 14px;
  font-size: 14px;
}

.filter-block {
  margin-bottom: 20px;
}

.filter-block__headline {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}

.filter-block__title {
  font-weight: 600;
}

/* Grid фильтров */
.filters-fields__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
}

/* Поля */
.form-group input,
.form-group select {
  width: 100%;
  padding: 10px;
  border: 1px solid var(--color-border);
  border-radius: 6px;
  background: var(--color-white);
  min-height: 3.625rem;
}

.filters-range__label {
  font-size: 13px;
  color: var(--color-gray);
  margin-bottom: 5px;
  display: block;
}

/* Styled select (chosen/selectize fallback) */
.chosen-container {
  width: 100% !important;
}

.chosen-single {
  color: var(--color-white);
}

/* Range */
.filters-range {
  display: flex;
  flex-direction: column;
}

.filters-range__output {
  display: flex;
}

.filters-range__output input {
  width: 100%;
  padding: 8px;
  border: 1px solid var(--color-border);
  border-radius: 6px;
}

.filters-range__numbers {
  display: none; /* скрываем служебные */
}

/* noUi slider базово */
.noUi-target {
  height: 4px;
  background: #ddd;
  border-radius: 4px;
  position: relative;
}

.noUi-connect {
  background: var(--color-primary);
}

.noUi-handle {
  width: 14px;
  height: 14px;
  background: var(--color-primary);
  border-radius: 50%;
  top: -5px;
  position: absolute;
  cursor: pointer;
}

/* Сортировка */
.filters-sort__title {
  font-size: 14px;
}

.filters-sort__title-output {
  margin-left: 5px;
  color: var(--color-primary);
}

/* Reset */
.filters-desktop__reset__button {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 14px;
}

.product-preview {
  display: block;
  background: var(--color-white);
  border: 1px solid var(--color-border);
  border-radius: 10px;
  overflow: hidden;
  transition: 0.2s;
}

.product-preview:hover {
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.08);
}

/* Контент */
.product-preview__body {
  padding: 15px;
}

.product-preview__name {
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 8px;
}

.product-preview__about {
  font-size: 13px;
  color: var(--color-gray);
  margin-bottom: 10px;
}

/* Цена */
.product-preview__price__current {
  font-size: 18px;
  font-weight: 600;
}

@media screen and (max-width: calc(48rem - 0.0625rem)) {
  .filters-switch .btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding: 0.625rem;
    font-size: 0.75rem;
  }
}

.filters-tabs:not(:last-child) {
  margin-bottom: 1rem;
}

.filters-tabs__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin: -0.375rem -0.375rem 0;
  padding: 0 0.625rem;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (min-width: 48rem) {
  .filters-tabs__grid {
    margin: -0.375rem -0.1875rem 0;
    padding: 0;
  }
}

.filters-tabs__grid-item {
  min-width: calc(100% / 2);
  width: calc(100% / 2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0.375rem 0.375rem 0;
}

@media screen and (min-width: 48rem) {
  .filters-tabs__grid-item {
    width: auto;
    padding: 0.375rem 0.1875rem 0;
    min-width: calc(100% / 7);
  }
}

@media screen and (min-width: 75rem) {
  .filters-tabs__grid-item {
    min-width: calc(100% / 4);
  }
}

@media screen and (min-width: 87.5rem) {
  .filters-tabs__grid-item {
    min-width: auto;
  }
}

.filters-tabs__item {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-height: 100%;
  position: relative;
}

.filters-tabs__item label,
.filters-tabs__item .filters-tabs-label {
  width: 100%;
  height: 100%;
  padding: 1rem;
  margin: 0;
  border-radius: 0.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 130%;
  cursor: pointer;
  border: 1px solid transparent;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-decoration: none;
  position: relative;
}

@media screen and (max-width: calc(36rem - 0.0625rem)) {
  .filters-tabs__item label,
  .filters-tabs__item .filters-tabs-label {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    font-size: 0.75rem;
    padding: 1rem;
  }
}

@media screen and (hover: hover) {
  .filters-tabs__item label:hover:not(.is-active),
  .filters-tabs__item .filters-tabs-label:hover:not(.is-active) {
    border-color: var(--color-secondary);
    -webkit-box-shadow: 0px 8px 20px 0px rgba(25, 46, 80, 0.05);
    box-shadow: 0px 8px 20px 0px rgba(25, 46, 80, 0.05);
  }
}

.filters-tabs__item label.is-active,
.filters-tabs__item .filters-tabs-label.is-active {
  border-color: var(--color-secondary);
  background-color: var(--color-white);
  -webkit-box-shadow: 0px 8px 20px 0px rgba(25, 46, 80, 0.05);
  box-shadow: 0px 8px 20px 0px rgba(25, 46, 80, 0.05);
}

.filters-tabs__item label.--green::before,
.filters-tabs__item .filters-tabs-label.--green::before {
  content: "";
  display: block;
  position: absolute;
  top: 0.25rem;
  left: 0.25rem;
  width: calc(100% - 0.25rem * 2);
  height: calc(100% - 0.25rem * 2);
  border-radius: 0.375rem;
  border: 1px solid rgba(33, 150, 83, 0.3);
  pointer-events: none;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

@media screen and (hover: hover) {
  .filters-tabs__item label.--green:hover:not(.is-active),
  .filters-tabs__item .filters-tabs-label.--green:hover:not(.is-active) {
    border-color: transparent;
    -webkit-box-shadow: 0px 8px 20px 0px rgba(25, 46, 80, 0.05);
    box-shadow: 0px 8px 20px 0px rgba(25, 46, 80, 0.05);
  }

  .filters-tabs__item label.--green:hover:not(.is-active)::before,
  .filters-tabs__item
    .filters-tabs-label.--green:hover:not(.is-active)::before {
    opacity: 1;
  }

  .filters-tabs__item label.--green.is-active::before,
  .filters-tabs__item .filters-tabs-label.--green.is-active::before {
    opacity: 1;
  }
}

.filters-tabs__item label svg,
.filters-tabs__item .filters-tabs-label svg {
  fill: none;
  width: 2.5rem;
  height: 2.5rem;
  min-width: 2.5rem;
  min-height: 2.5rem;
}

@media screen and (max-width: calc(36rem - 0.0625rem)) {
  .filters-tabs__item label svg,
  .filters-tabs__item .filters-tabs-label svg {
    width: 1.875rem;
    height: 1.875rem;
    min-width: 1.875rem;
    min-height: 1.875rem;
  }
}

.filters-tabs__item label svg:not(:last-child),
.filters-tabs__item .filters-tabs-label svg:not(:last-child) {
  margin-right: 1rem;
}

@media screen and (max-width: calc(36rem - 0.0625rem)) {
  .filters-tabs__item label svg:not(:last-child),
  .filters-tabs__item .filters-tabs-label svg:not(:last-child) {
    margin-right: 0.625rem;
  }
}

.filters-tabs__item input[type="checkbox"] {
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  outline: none;
  border: none;
  opacity: 0;
  pointer-events: none;
}

.filters-tabs__item input[type="checkbox"]:checked + label {
  border-color: var(--color-secondary);
  background-color: var(--color-white);
  -webkit-box-shadow: 0px 8px 20px 0px rgba(25, 46, 80, 0.05);
  box-shadow: 0px 8px 20px 0px rgba(25, 46, 80, 0.05);
}

@media screen and (min-width: 48rem) {
  .filters-tabs .swiper-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    margin: -0.375rem -0.1875rem 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.filters-tabs .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: auto;
  min-width: auto;
  height: auto;
}

@media screen and (min-width: 48rem) {
  .filters-tabs .swiper-slide {
    padding: 0.375rem 0.1875rem 0;
    min-width: calc(100% / 7);
  }
}

@media screen and (min-width: 75rem) {
  .filters-tabs .swiper-slide {
    min-width: calc(100% / 4);
  }
}

@media screen and (min-width: 87.5rem) {
  .filters-tabs .swiper-slide {
    min-width: auto;
  }
}

.filters-tabs .swiper-slide label,
.filters-tabs .swiper-slide .filters-tabs-label {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.filters-tabs .swiper-scrollbar {
  position: static;
  background: var(--color-white);
}

.filters-tabs .swiper-scrollbar:not(:first-child) {
  margin-top: 0.5rem;
}

.filters-tabs .swiper-scrollbar-drag {
  background-color: var(--color-primary);
}

.filters-manufacturers:not(:last-child) {
  margin-bottom: 1.5rem;
}

.filters-manufacturers__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.5rem 1.5rem;
}

@media screen and (min-width: 48rem) {
  .filters-manufacturers__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media screen and (min-width: 62rem) {
  .filters-manufacturers__grid {
    grid-template-columns: repeat(5, 1fr);
  }
}

@media screen and (min-width: 87.5rem) {
  .filters-manufacturers__grid {
    grid-template-columns: repeat(6, 1fr);
    gap: 0.5rem 2.5rem;
  }
}

@media screen and (min-width: 48rem) {
  .filters-manufacturers__item-wrapper:nth-child(n + 7) {
    display: none;
  }
}

@media screen and (min-width: 62rem) {
  .filters-manufacturers__item-wrapper:nth-child(n + 7) {
    display: block;
  }
}

@media screen and (min-width: 62rem) {
  .filters-manufacturers__item-wrapper:nth-child(n + 11) {
    display: none;
  }
}

@media screen and (min-width: 87.5rem) {
  .filters-manufacturers__item-wrapper:nth-child(n + 11) {
    display: block;
  }
}

@media screen and (min-width: 87.5rem) {
  .filters-manufacturers__item-wrapper:nth-child(n + 13) {
    display: none;
  }
}

.filters-manufacturers__item {
  position: relative;
}

.filters-manufacturers__item label,
.filters-manufacturers__item .filters-manufacturers__item-label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
  padding: 0.5rem 0;
  cursor: pointer;
  text-decoration: none;
  white-space: nowrap;
}

.filters-manufacturers__item label .filters-manufacturers__item__title,
.filters-manufacturers__item
  .filters-manufacturers__item-label
  .filters-manufacturers__item__title {
  display: block;
  color: var(--color-primary);
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 130%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-bottom: 1px solid transparent;
}

@media screen and (max-width: calc(36rem - 0.0625rem)) {
  .filters-manufacturers__item label .filters-manufacturers__item__title,
  .filters-manufacturers__item
    .filters-manufacturers__item-label
    .filters-manufacturers__item__title {
    font-size: 0.75rem;
  }
}

.filters-manufacturers__item
  label
  .filters-manufacturers__item__title:not(:last-child),
.filters-manufacturers__item
  .filters-manufacturers__item-label
  .filters-manufacturers__item__title:not(:last-child) {
  margin-right: 1rem;
}

@media screen and (max-width: calc(36rem - 0.0625rem)) {
  .filters-manufacturers__item
    label
    .filters-manufacturers__item__title:not(:last-child),
  .filters-manufacturers__item
    .filters-manufacturers__item-label
    .filters-manufacturers__item__title:not(:last-child) {
    margin-right: 0.625rem;
  }
}

.filters-manufacturers__item label .filters-manufacturers__item__ammount,
.filters-manufacturers__item
  .filters-manufacturers__item-label
  .filters-manufacturers__item__ammount {
  padding: 0.3125rem;
  border-radius: 0.25rem;
  background-color: var(--color-white);
  display: block;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 130%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (max-width: calc(36rem - 0.0625rem)) {
  .filters-manufacturers__item label .filters-manufacturers__item__ammount,
  .filters-manufacturers__item
    .filters-manufacturers__item-label
    .filters-manufacturers__item__ammount {
    font-size: 0.75rem;
  }
}

@media screen and (hover: hover) {
  .filters-manufacturers__item
    label:hover:not(.is-active)
    .filters-manufacturers__item__title,
  .filters-manufacturers__item
    .filters-manufacturers__item-label:hover:not(.is-active)
    .filters-manufacturers__item__title {
    border-color: currentColor;
  }

  .filters-manufacturers__item
    label:hover:not(.is-active)
    .filters-manufacturers__item__ammount,
  .filters-manufacturers__item
    .filters-manufacturers__item-label:hover:not(.is-active)
    .filters-manufacturers__item__ammount {
    background-color: var(--color-primary);
    color: var(--color-white);
  }
}

.filters-manufacturers__item
  label.is-active
  .filters-manufacturers__item__ammount,
.filters-manufacturers__item
  .filters-manufacturers__item-label.is-active
  .filters-manufacturers__item__ammount {
  background-color: var(--color-primary);
  color: var(--color-white);
}

.filters-manufacturers__item input[type="checkbox"] {
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  outline: none;
  border: none;
  opacity: 0;
  pointer-events: none;
}

.filters-manufacturers__item
  input[type="checkbox"]:checked
  ~ label
  .filters-manufacturers__item__ammount {
  background-color: var(--color-primary);
  color: var(--color-white);
}

.filters-manufacturers__actions:not(:first-child) {
  margin-top: 0.5rem;
}

@media screen and (min-width: 48rem) {
  .filters-manufacturers .swiper-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.5rem 1.5rem;
  }
}

@media screen and (min-width: 62rem) {
  .filters-manufacturers .swiper-wrapper {
    grid-template-columns: repeat(5, 1fr);
  }
}

@media screen and (min-width: 87.5rem) {
  .filters-manufacturers .swiper-wrapper {
    grid-template-columns: repeat(6, 1fr);
    gap: 0.5rem 2.5rem;
  }
}

.filters-manufacturers .swiper-slide {
  width: auto;
  min-width: auto;
  height: auto;
}

.filters-manufacturers .swiper-scrollbar {
  position: static;
  background: var(--color-white);
}

.filters-manufacturers .swiper-scrollbar-drag {
  background-color: var(--color-primary);
}

.filters-fields__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
}

@media screen and (max-width: calc(48rem - 0.0625rem)) {
  .filters-fields__grid {
    grid-template-columns: repeat(1, 1fr);
    grid-template-areas: "filter-search" "filter-sort" "filter-price" "filter-year" "filter-mileage" "filter-power" "filter-kpp" "filter-wheels";
  }
}

@media screen and (max-width: calc(62rem - 0.0625rem)) {
  .filters-fields__area {
    grid-column: span 2;
  }
}

@media screen and (max-width: calc(48rem - 0.0625rem)) {
  .filters-fields__area {
    grid-column: 1;
  }
}

.filters-fields__area--search {
  position: relative;
  grid-column: span 2;
}

@media screen and (max-width: calc(62rem - 0.0625rem)) {
  .filters-fields__area--search {
    grid-column: span 4;
  }
}

@media screen and (max-width: calc(48rem - 0.0625rem)) {
  .filters-fields__area--search {
    grid-area: filter-search;
    grid-column: 1;
  }
}

@media screen and (max-width: calc(48rem - 0.0625rem)) {
  .filters-fields__area--search .form-group input {
    padding-right: 2.5rem;
  }
}

.filters-fields__area--search .form-group__icon {
  height: 3.625rem;
  top: auto;
  bottom: 0;
  -webkit-transform: none;
  transform: none;
}

@media screen and (max-width: calc(48rem - 0.0625rem)) {
  .filters-fields__area--kpp {
    grid-area: filter-kpp;
  }
}

@media screen and (max-width: calc(48rem - 0.0625rem)) {
  .filters-fields__area--wheels {
    grid-area: filter-wheels;
  }
}

.filters-fields__area input {
  border-color: transparent !important;
}

.filters-fields__sort {
  grid-column: span 4;
}

@media screen and (max-width: calc(48rem - 0.0625rem)) {
  .filters-fields__sort {
    grid-area: filter-sort;
    grid-column: 1;
  }
}

@media screen and (max-width: calc(75rem - 0.0625rem)) {
  .filters-fields__range {
    grid-column: span 2;
  }
}

@media screen and (max-width: calc(48rem - 0.0625rem)) {
  .filters-fields__range {
    grid-column: 1;
  }
}

@media screen and (max-width: calc(48rem - 0.0625rem)) {
  .filters-fields__range--price {
    grid-area: filter-price;
  }
}

@media screen and (max-width: calc(48rem - 0.0625rem)) {
  .filters-fields__range--year {
    grid-area: filter-year;
  }
}

@media screen and (max-width: calc(48rem - 0.0625rem)) {
  .filters-fields__range--mileage {
    grid-area: filter-mileage;
  }
}

@media screen and (max-width: calc(48rem - 0.0625rem)) {
  .filters-fields__range--power {
    grid-area: filter-power;
  }
}

.filters-range__label {
  color: var(--color-gray);
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 150%;
}

.filters-range__label:not(:last-child) {
  margin-bottom: 0.625rem;
}

.filters-range__output {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  position: relative;
}

.filters-range__output::before,
.filters-range__output::after {
  color: var(--color-gray);
  font-weight: 400;
  font-size: 0.75rem;
  line-height: 150%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}

.filters-range__output::before {
  content: "От";
  left: 0.5rem;
}

.filters-range__output::after {
  content: "До";
  left: calc(50% + 0.5rem);
}

.filters-range__output input {
  width: 50%;
  background-color: var(--color-white);
  border-color: transparent !important;
  padding: 1rem 0.5rem 1rem 1.625rem;
  font-size: 0.875rem;
}

.filters-range__output input:first-child {
  border-radius: 0.25rem 0 0 0.25rem;
}

.filters-range__output input:last-child {
  border-radius: 0 0.25rem 0.25rem 0;
}

.filters-range__numbers {
  display: none;
}

.filters-range__slider {
  width: 100%;
  background: var(--color-white);
  border-radius: 0;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  height: 0.125rem;
}

@media screen and (max-width: calc(48rem - 0.0625rem)) {
  .filters-range__slider {
    width: calc(100% - 1rem);
    margin-left: auto;
    margin-right: auto;
  }
}

.filters-range__slider:not(:first-child) {
  margin-top: 1rem;
}

.filters-range__slider .noUi-connect {
  background-color: var(--color-primary);
}

.filters-range__slider .noUi-handle {
  right: -0.5rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 1rem;
  height: 1rem;
  background-color: var(--color-primary);
  border-radius: 50%;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  cursor: -webkit-grab;
  cursor: grab;
}

.filters-range__slider .noUi-handle::before,
.filters-range__slider .noUi-handle::after {
  content: none;
}

.filters-sort__title {
  display: block;
  text-decoration: none;
  padding: 0;
  margin: 0;
  border: none;
  border-radius: 0;
  background-color: transparent;
  outline: none !important;
}

.filters-sort__title-text {
  color: var(--color-gray);
}

.filters-sort__title-output {
  position: relative;
  color: var(--color-primary);
  text-decoration: none;
  padding: 0;
  margin: 0;
  border: none;
  border-radius: 0;
  background-color: transparent;
  outline: none !important;
  cursor: pointer;
}

.filters-sort__title-output[data-filters-sort-toggle] {
  cursor: pointer;
}

.filters-sort__title-output::after {
  content: "";
  position: absolute;
  left: calc(100% + 0.375rem);
  top: 0.4375rem;
  border: 0.25rem solid transparent;
  border-top: 0.5rem solid currentColor;
  -webkit-transition: -webkit-transform 0.15s ease-in-out;
  transition: -webkit-transform 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out;
  transition:
    transform 0.15s ease-in-out,
    -webkit-transform 0.15s ease-in-out;
}

.filters-sort__title-output.is-active::after {
  -webkit-transform: rotate(-180deg) translateY(4px);
  transform: rotate(-180deg) translateY(4px);
}

.filters-sort__list {
  display: none;
}

.filters-sort__list:not(:first-child) {
  padding-top: 1rem;
}

.filters-sort__list li:not(:last-child) {
  margin-bottom: 0.5rem;
}

.filters-desktop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: calc(48rem - 0.0625rem)) {
  .filters-desktop {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.filters-desktop:not(:first-child) {
  padding-top: 2.5rem;
}

@media screen and (max-width: calc(48rem - 0.0625rem)) {
  .filters-desktop:not(:first-child) {
    padding-top: 2rem;
  }
}

.filters-desktop:not(:last-child) {
  margin-bottom: 1.625rem;
}

@media screen and (max-width: calc(48rem - 0.0625rem)) {
  .filters-desktop:not(:last-child) {
    margin-bottom: 0;
  }
}

.filters-desktop__reset {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.filters-desktop__reset__button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
  padding: 0;
  margin: 0;
  border: none;
  border-radius: 0;
  background-color: transparent;
  outline: none !important;
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
  color: #df2f2f;
}

@media screen and (hover: hover) {
  .filters-desktop__reset__button:hover span::after {
    border-bottom-style: solid;
  }
}

.filters-desktop__reset__button svg {
  fill: currentColor;
}

.filters-desktop__reset__button span {
  padding: 0;
  position: relative;
}

.filters-desktop__reset__button span:not(:first-child) {
  margin-left: 0.5rem;
}

.filters-desktop__reset__button span::after {
  content: "";
  display: block;
  width: 100%;
  left: 0;
  top: calc(100% + 0.375rem);
  border-bottom: 1px dashed currentColor;
}

@media screen and (max-width: calc(48rem - 0.0625rem)) {
  .filter-block.filters-manufacturers,
  .filter-block.filters-fields {
    position: fixed;
    z-index: 200;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: scroll;
    background-color: var(--color-background);
    padding: 3.125rem 0.9375rem 1.875rem;
    opacity: 0;
    pointer-events: none;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition:
      opacity 0.3s,
      -webkit-transform 0.3s;
    transition:
      opacity 0.3s,
      -webkit-transform 0.3s;
    transition:
      opacity 0.3s,
      transform 0.3s;
    transition:
      opacity 0.3s,
      transform 0.3s,
      -webkit-transform 0.3s;
  }

  .filter-block.filters-tabs {
    margin-top: 15px;
  }
}

@media screen and (max-width: calc(48rem - 0.0625rem)) {
  .filter-block.is-visible {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}

@media screen and (max-width: calc(48rem - 0.0625rem)) {
  .filter-block:not(:last-child) {
    margin-bottom: 0;
  }
}

.filter-block__headline:not(:last-child) {
  margin-bottom: 1.5rem;
}

.filter-block__title {
  margin-bottom: 0 !important;
}

.filter-block__close {
  position: absolute;
  top: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: var(--color-primary);
  padding: 0.625rem;
  margin: 0;
  border: none;
  border-radius: 0;
  outline: none !important;
  background: transparent;
  cursor: pointer;
}

.filter-block__close svg {
  width: 2.5rem;
  height: 2.5rem;
}

.filter-block__close svg path {
  fill: var(--color-primary);
}

.filters-search-results {
  position: absolute;
  z-index: 10;
  width: 100%;
  top: куь(89px);
  margin-top: 0.25rem;
  border-radius: 0.25rem;
  overflow: hidden;
  padding: 0.25rem 0;
  -webkit-box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
  box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
  background-color: var(--color-white);
  pointer-events: none;
  opacity: 0;
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transform: scale(0.75) translateY(19px);
  transform: scale(0.75) translateY(19px);
  -webkit-transition:
    all 0.2s cubic-bezier(0.5, 0, 0, 1.25),
    opacity 0.15s ease-out;
  transition:
    all 0.2s cubic-bezier(0.5, 0, 0, 1.25),
    opacity 0.15s ease-out;
}

.filters-search-results.is-active {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: scale(1) translateY(0);
  transform: scale(1) translateY(0);
}

.filters-search-results__list {
  overflow-x: hidden;
  overflow-y: scroll;
  max-height: 19.375rem;
}

.filters-search-results__list::-webkit-scrollbar {
  width: 0.1875rem;
}

.filters-search-results__list::-webkit-scrollbar-track {
  background: transparent;
}

.filters-search-results__list::-webkit-scrollbar-thumb {
  background: var(--color-primary);
  border-radius: 0.25rem;
}

.filters-search-results__block:not(:last-child) {
  margin-bottom: 1rem;
}

.filters-search-results__title {
  color: var(--color-gray);
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 150%;
  padding: 0 1.125rem;
  margin: 0;
}

.filters-search-results__title:not(:last-child) {
  margin-bottom: 0.25rem;
}

.filters-search-results__item__link {
  display: block;
  cursor: pointer;
  line-height: 1.875rem;
  padding: 0 1.125rem;
  outline: none !important;
  text-decoration: none !important;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.filters-search-results__item__link:hover {
  background-color: #f6f6f6;
}
.form-group--styled-select .nice-select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  min-height: 3.625rem;
  padding: 1rem 2.125rem 1rem 1.25rem;
  font-weight: 400;
  font-size: 1rem;
  line-height: 150%;
  color: var(--color-black);
  border: 1px solid transparent;
  background-color: #f7f7f7;
  border-radius: 0.25rem;
  width: 100%;
}

.form-group--styled-select .nice-select:after {
  border-color: var(--color-primary);
  width: 0.5rem;
  height: 0.5rem;
  margin-top: -0.375rem;
  right: 1rem;
}

.form-group--styled-select .nice-select .nice-select-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  opacity: 0;
  pointer-events: none;
  transform: translateY(-5px);
  transition: all 0.2s ease;
  z-index: 10;
}

.form-group--styled-select .nice-select .nice-select-dropdown ul {
  border-radius: 0;
}

.form-group--styled-select
  .nice-select
  .nice-select-dropdown
  ul::-webkit-scrollbar {
  width: 0.1875rem;
}

.form-group--styled-select
  .nice-select
  .nice-select-dropdown
  ul::-webkit-scrollbar-track {
  background: transparent;
}

.form-group--styled-select
  .nice-select
  .nice-select-dropdown
  ul::-webkit-scrollbar-thumb {
  background: var(--color-primary);
  border-radius: 0.25rem;
}

.form-group--styled-select .nice-select .option.selected {
  font-weight: 400;
}

.form-group--styled-select .nice-select .option.selected:not(.disabled) {
  color: var(--color-white) !important;
  background-color: var(--color-primary) !important;
}

.form-group--styled-select .nice-select .current {
  overflow: hidden;
}

.form-group--styled-select.form-group--white .nice-select {
  background-color: var(--color-white);
}

.form-group--styled-select.form-group--info .nice-select {
  padding-top: 1.625rem;
  padding-bottom: 0.375rem;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

@media (min-width: 36rem) {
  .d-sm-inline {
    display: inline !important;
  }

  .d-sm-inline-block {
    display: inline-block !important;
  }

  .d-sm-block {
    display: block !important;
  }

  .d-sm-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }

  .d-sm-none {
    display: none !important;
  }
}

@media (min-width: 48rem) {
  .d-md-inline {
    display: inline !important;
  }

  .d-md-inline-block {
    display: inline-block !important;
  }

  .d-md-block {
    display: block !important;
  }

  .d-md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }

  .d-md-none {
    display: none !important;
  }
}

@media (min-width: 62rem) {
  .d-lg-inline {
    display: inline !important;
  }

  .d-lg-inline-block {
    display: inline-block !important;
  }

  .d-lg-block {
    display: block !important;
  }

  .d-lg-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }

  .d-lg-none {
    display: none !important;
  }
}

@media (min-width: 75rem) {
  .d-xl-inline {
    display: inline !important;
  }

  .d-xl-inline-block {
    display: inline-block !important;
  }

  .d-xl-block {
    display: block !important;
  }

  .d-xl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }

  .d-xl-none {
    display: none !important;
  }
}

@media (min-width: 87.5rem) {
  .d-xxl-inline {
    display: inline !important;
  }

  .d-xxl-inline-block {
    display: inline-block !important;
  }

  .d-xxl-block {
    display: block !important;
  }

  .d-xxl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-xxl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }

  .d-xxl-none {
    display: none !important;
  }
}

.nice-select {
  -webkit-tap-highlight-color: transparent;
  background-color: #fff;
  border-radius: 5px;
  border: solid 1px #e8e8e8;
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  float: left;
  font-family: inherit;
  font-size: 14px;
  font-weight: 400;
  height: 38px;
  line-height: 36px;
  outline: 0;
  padding-left: 18px;
  padding-right: 30px;
  position: relative;
  text-align: left !important;
  transition: all 0.2s ease-in-out;
  user-select: none;
  white-space: nowrap;
  width: auto;
}

.nice-select:hover {
  border-color: #dbdbdb;
}

.nice-select.open,
.nice-select:active,
.nice-select:focus {
  border-color: #999;
}

.nice-select:after {
  border-bottom: 2px solid #999;
  border-right: 2px solid #999;
  content: "";
  display: block;
  height: 5px;
  margin-top: -4px;
  pointer-events: none;
  position: absolute;
  right: 12px;
  top: 50%;
  transform: rotate(45deg);
  transition: all 0.15s ease-in-out;
  width: 5px;
}

.nice-select.open:after {
  transform: rotate(-135deg);
}

.nice-select .nice-select-dropdown {
  margin-top: 4px;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
  position: absolute;
  top: 100%;
  left: 0;
  transform: scale(0.75) translateY(19px);
  transition:
    all 0.2s cubic-bezier(0.5, 0, 0, 1.25),
    opacity 0.15s ease-out;
  z-index: 9;
  opacity: 0;
}

.nice-select.open .nice-select-dropdown {
  opacity: 1;
  pointer-events: auto;
  transform: scale(1) translateY(0);
}

.nice-select .list {
  border-radius: 5px;
  overflow: hidden;
  max-height: 210px;
  overflow-y: auto;
}

.nice-select .option {
  cursor: pointer;
  line-height: 40px;
  padding-left: 18px;
  padding-right: 29px;
}

.nice-select .option:hover,
.nice-select .option.focus {
  background-color: #f6f6f6;
}

.nice-select .option.selected {
  font-weight: 700;
}

.form-group--styled-select select {
  display: none;
}
.form-group input::placeholder {
  color: #999;
  opacity: 1;
}

.lazy {
  opacity: 0;
  visibility: hidden;
  -webkit-transition:
    opacity 0.6s,
    visibility 0.6s;
  transition:
    opacity 0.6s,
    visibility 0.6s;
}

.lazy[data-ll-status="loaded"] {
  opacity: 1;
  visibility: visible;
}

.product-preview {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-decoration: none;
  border-radius: 0.625rem;
  overflow: hidden;
  background: var(--color-white);
  -webkit-box-shadow: 0px 20px 25px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 20px 25px 0px rgba(0, 0, 0, 0.05);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.product-preview:hover {
  -webkit-transform: translateY(-0.3125rem);
  transform: translateY(-0.3125rem);
  -webkit-filter: drop-shadow(0px 20px 25px rgba(0, 0, 0, 0.05))
    drop-shadow(0px 30px 35px rgba(0, 0, 0, 0.1));
  filter: drop-shadow(0px 20px 25px rgba(0, 0, 0, 0.05))
    drop-shadow(0px 30px 35px rgba(0, 0, 0, 0.1));
}

.product-preview span {
  padding: 0;
}

.product-preview__head {
  position: relative;
  overflow: hidden;
}

.product-preview__body {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.product-preview__tag {
  position: absolute;
  z-index: 5;
  top: 0.5rem;
  left: 0.5rem;
  font-weight: 400;
  font-size: 0.75rem;
  line-height: 1.5;
  color: var(--color-white);
  border-radius: 0.375rem;
  padding: 0.125rem 0.375rem;
  background: #219653;
}

.product-preview__background {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-filter: blur(15px);
  filter: blur(15px) !important;
  opacity: 0.7;
  background-color: var(--color-gray--light);
}

.product-preview__background img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.product-preview__picture {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  aspect-ratio: 289 / 217;
}

.product-preview__picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
}

.product-preview__year {
  position: absolute;
  color: var(--color-white);
  background-color: var(--color-primary);
  z-index: 5;
  bottom: 0.375rem;
  right: 0.375rem;
  padding: 0.25rem 0.375rem 0.1875rem;
  border-radius: 0.25rem;
  font-size: 0.875rem;
}

.product-preview__manufacturer {
  font-size: 1rem;
  font-weight: 700;
  line-height: 130%;
}

.product-preview__manufacturer:not(:first-child) {
  margin-top: 0.25rem;
}

.product-preview__name {
  color: var(--color-gray);
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 150%;
}

.product-preview__name:not(:first-child) {
  margin-top: 0.25rem;
}

.product-preview__about {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 0.25rem 0.5rem;
  font-size: 0.8125rem;
  font-weight: 400;
  line-height: 150%;
}

@media screen and (max-width: calc(48rem - 0.0625rem)) {
  .product-preview__about {
    font-size: 0.6875rem;
  }
}

@media screen and (max-width: calc(36rem - 0.0625rem)) {
  .product-preview__about {
    display: none;
  }
}

.product-preview__about:not(:first-child) {
  margin-top: 1rem;
}

.product-preview__about:not(:last-child) {
  margin-bottom: 1rem;
}

.product-preview__info {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 0.25rem 0.5rem;
}

.product-preview__info:not(:last-child) {
  margin-bottom: 1rem;
}

.product-preview__info:last-child {
  margin-top: auto;
}

.product-preview__price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.product-preview__price > *:not(:last-child) {
  margin-bottom: 0.25rem;
}

.product-preview__price__old {
  color: var(--color-gray);
  font-size: 0.8125rem;
  font-weight: 400;
  line-height: 130%;
  text-decoration: line-through;
}

@media screen and (max-width: calc(48rem - 0.0625rem)) {
  .product-preview__price__old {
    font-size: 0.6875rem;
  }
}

@media screen and (max-width: calc(36rem - 0.0625rem)) {
  .product-preview__price__old {
    font-size: 0.6125rem;
  }

  .product-preview__info {
    grid-template-columns: auto;
  }

  .product-preview__name {
    font-size: 0.675rem;
    margin-bottom: 1rem;
  }

  .product-preview__tag {
    font-size: 0.55rem;
  }
}

.product-preview__price__current {
  color: var(--color-primary);
  font-size: 1rem;
  font-weight: 700;
  line-height: 130%;
}

@media screen and (max-width: calc(48rem - 0.0625rem)) {
  .product-preview__price__current {
    font-size: 0.875rem;
  }
}

@media screen and (max-width: calc(36rem - 0.0625rem)) {
  .product-preview__price__current {
    font-size: 0.7rem;
  }
}

.product-preview__payment {
  margin-top: auto;
  font-size: 0.8125rem;
}

.product-preview__leasing {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.product-preview__leasing > *:not(:last-child) {
  margin-bottom: 0.25rem;
}

.product-preview__leasing__current {
  color: var(--color-white);
  background-color: var(--color-primary);
  border: 1px solid var(--color-primary);
  padding: 0.25rem 0.375rem !important;
  border-radius: 0.25rem;
  font-size: 0.8125rem;
  font-weight: 400;
  line-height: 150%;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-align: left;
  text-transform: none;
}

@media screen and (max-width: calc(48rem - 0.0625rem)) {
  .product-preview__leasing__current {
    font-size: 0.6875rem;
  }
}

@media screen and (max-width: calc(36rem - 0.0625rem)) {
  .product-preview__leasing__current {
    font-size: 0.6125rem;
  }
}

@media screen and (hover: hover) {
  .product-preview__leasing__current:hover {
    background-color: var(--color-white);
    color: var(--color-primary);
    -webkit-box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
    box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
  }
}
.pt-4,
.py-4 {
  padding-top: 2.5rem !important;
}

.text-center {
  text-align: center !important;
}

.d-lg-block {
  display: block !important;
}

.justify-content-center {
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.col-auto {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  padding: 20px;
}

.g-5,
.gx-5 {
  --bs-gutter-x: 3.125rem;
}

.g-5,
.gy-5 {
  --bs-gutter-y: 3.125rem;
}

.align-items-center {
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}

.row {
    --bs-gutter-x: 1.875rem;
    --bs-gutter-y: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: calc(var(--bs-gutter-y) * -1);
    margin-right: calc(var(--bs-gutter-x) * -.5);
    margin-left: calc(var(--bs-gutter-x) * -.5);
}
.page-pagination__arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: var(--color-black);
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  width: 2rem;
  position: relative;
  border: none;
}

.page-pagination__arrow::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 0.125rem;
  background-color: currentColor;
  width: 2rem;
  -webkit-transition: width 0.3s;
  transition: width 0.3s;
  pointer-events: none;
}

@media screen and (max-width: calc(48rem - 0.0625rem)) {
  .page-pagination__arrow::after {
    content: none;
  }
}

.page-pagination__arrow:hover {
  color: var(--color-info);
}

.page-pagination__arrow--disabled {
  color: #cccccc;
  pointer-events: none;
}

.page-pagination__arrow--disabled::after {
  width: 0;
}

.page-pagination__arrow--prev {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.page-pagination__arrow--prev::after {
  left: 0.1875rem;
}

.page-pagination__arrow--prev:active::after {
  width: 1.5rem;
}

.page-pagination__arrow--next {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.page-pagination__arrow--next::after {
  right: 0.1875rem;
}

.page-pagination__arrow--next:active::after {
  width: 1.5rem;
}

.page-pagination__arrow svg {
  fill: currentColor;
}

@media screen and (max-width: calc(48rem - 0.0625rem)) {
  .page-pagination__arrow svg {
    max-height: 1.5rem;
  }
}

.page-pagination__item {
  text-decoration: none;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 130%;
  color: var(--color-gray);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border: none;
}

@media screen and (max-width: calc(48rem - 0.0625rem)) {
  .page-pagination__item {
    font-size: 1.125rem;
  }
}

.page-pagination__item:hover {
  color: var(--color-info);
}

.page-pagination span {
  color: var(--color-primary);
}

.page-pagination span:hover {
  color: var(--color-primary);
}

.swiper-navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  pointer-events: none;
  -webkit-transition: opacity 2s;
  transition: opacity 2s;
}

.swiper-navigation.is-hidden {
  opacity: 0;
  pointer-events: none;
}

.swiper-navigation__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  color: var(--color-black);
  cursor: pointer;
  pointer-events: auto;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 2rem;
}

.swiper-navigation__button::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 0.125rem;
  background-color: currentColor;
  width: 2rem;
  -webkit-transition: width 0.3s;
  transition: width 0.3s;
  pointer-events: none;
}

.swiper-navigation__button:hover {
  color: var(--color-info);
}

.swiper-navigation__button.swiper-button-disabled {
  color: #ccc;
  pointer-events: none;
}

.swiper-navigation__button.swiper-button-disabled::after {
  width: 0;
}

.swiper-navigation__button--prev {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.swiper-navigation__button--prev::after {
  left: 0.1875rem;
}

.swiper-navigation__button--prev:active::after {
  width: 1.5rem;
}

.swiper-navigation__button--next {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.swiper-navigation__button--next::after {
  right: 0.1875rem;
}

.swiper-navigation__button--next:active::after {
  width: 1.5rem;
}

.swiper-navigation__button svg {
  fill: currentColor;
}

.swiper-infobar {
  opacity: 1;
  pointer-events: auto;
  -webkit-transition: opacity 2s;
  transition: opacity 2s;
}

.swiper-infobar.is-hidden {
  opacity: 0;
  pointer-events: none;
}

.swiper-infobar .swiper-counter:not(:last-child) {
  margin-right: 4.375rem;
}

.swiper-counter {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 130%;
  color: #ccc;
}

.swiper-counter__current {
  font-size: 1.25rem;
  color: var(--color-black);
  min-width: 1.625rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.swiper-counter svg {
  stroke: currentColor;
  margin: 0 0.625rem;
}

.swiper-pagination {
  position: static;
  width: auto !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.swiper-pagination-bullet {
  margin: 0 !important;
  background: #ccc;
  opacity: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 0.375rem !important;
  height: 0.375rem !important;
}

.swiper-pagination-bullet-active {
  background: var(--color-primary);
}

.swiper-pagination-bullet:not(:last-child) {
  margin-right: 0.5rem !important;
}

.swiper-lazy {
  opacity: 0;
  visibility: hidden;
  -webkit-transition:
    opacity 0.6s,
    visibility 0.6s;
  transition:
    opacity 0.6s,
    visibility 0.6s;
}

.swiper-lazy-loaded {
  opacity: 1;
  visibility: visible;
}

.swiper-lazy-preloader.-background {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border: 0;
  -webkit-animation: none;
  animation: none;
  overflow: hidden;
  background-color: transparent;
  margin: 0;
  border-radius: 0;
  display: block;
}

.swiper-lazy-preloader.-background:before {
  content: "";
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#f6f6f6),
    color-stop(50%, var(--color-secondary)),
    to(#f6f6f6)
  );
  background: linear-gradient(
    to right,
    #f6f6f6 0%,
    var(--color-secondary) 50%,
    #f6f6f6 100%
  );
  -webkit-animation: 1.25s preloader ease-in-out infinite both;
  animation: 1.25s preloader ease-in-out infinite both;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

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

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

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

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

@-webkit-keyframes progress {
  100% {
    width: 100%;
  }
}

@keyframes progress {
  100% {
    width: 100%;
  }
}
.filters-manufacturers__item>a {
  border: none;
}

.load {
  position: relative;
}

.load::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.6);
  z-index: 10;
}

.product {
  overflow: hidden;
  padding-bottom: 2.5rem;
}

@media screen and (max-width: calc(36rem - 0.0625rem)) {
  .product .section-headline h1,
  .product .section-headline .z1 {
    font-size: 1.375rem;
  }
}

@media screen and (min-width: 62rem) {
  .product-block {
    display: grid;
    grid-template-columns: calc(55% - 1.25rem) calc(45% - 1.25rem);
    gap: 2.5rem;
  }
}

.product-block:not(:last-child) {
  margin-bottom: 2rem;
}

.product-gallery {
  -ms-flex-item-align: start;
      align-self: start;
}

@media screen and (max-width: calc(62rem - 0.0625rem)) {
  .product-gallery:not(:last-child) {
    margin-bottom: 1.5rem;
  }
}

.product-gallery .product-back:not(:last-child) {
  margin-bottom: 1.5rem;
}

.product-gallery__main {
  position: relative;
}

.product-gallery__main:not(:last-child) {
  margin-bottom: 0.5rem;
}

.product-gallery__main__background {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-filter: blur(15px);
          filter: blur(15px);
  opacity: 0.7;
}

.product-gallery__main__background img {
  width: 100%;
}



.product-gallery__main .swiper-container {
  overflow: hidden;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.product-gallery__main-year {
  position: absolute;
  bottom: 0.625rem;
  right: 0.875rem;
  color: var(--color-white);
  background-color: var(--color-primary);
  padding: 0.25rem 0.875rem;
  border-radius: 0.25rem;
  font-size: 1.375rem;
  z-index: 5;
}

@media screen and (max-width: calc(48rem - 0.0625rem)) {
  .product-gallery__main-year {
    bottom: 0.25rem;
    right: 0.375rem;
    padding: 0.25rem 0.5rem 0.1875rem;
    font-size: 0.875rem;
  }
}

.product-gallery__thumbs .swiper-container {
  overflow: hidden;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.product-gallery__thumbs .swiper-slide {
  cursor: pointer;
}

.product-gallery__thumbs .swiper-slide-thumb-active .product-gallery__thumbs__picture img {
  border-color: var(--color-primary);
}

.product-gallery__thumbs__picture {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  aspect-ratio: 106 / 79;
  border-radius: 0.375rem;
  overflow: hidden;
}

.product-gallery__thumbs__picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 0.375rem;
  border: 1px solid transparent;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
}

.product-descr {
  align-self: start;
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
}

.product-back a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  color: var(--color-primary);
  font-size: 0.875rem;
  font-weight: 500;
  line-height: normal;
}

.product-back a .icon-svg {
  width: 1.5rem;
  height: 1.5rem;
  min-width: 1.5rem;
  min-height: 1.5rem;
}

.product-back a .icon-svg:not(:last-child) {
  margin-right: 0.625rem;
}

.product-back a span {
  padding: 0;
}

.product-card {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
  padding: 2rem 1.5rem;
  background-color: #F9FBFF;
  border-radius: 0.625rem;
}

.product-card__status {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
}

.product-card__status__info {
  padding: 0.25rem 0.5rem;
  border-radius: 0.375rem;
  font-size: 0.8125rem;
  font-weight: 400;
  line-height: 150%;
}

.product-card__status__info--green {
  color: #219653;
  background-color: rgba(33, 150, 83, 0.1);
}

.product-card__info {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.25rem 1rem;
}

@media screen and (max-width: calc(36rem - 0.0625rem)) {
  .product-card__info {
    gap: 0.25rem;
  }
}

@media screen and (max-width: calc(87.5rem - 0.0625rem)) {
  .product-card__info--buttons {
    grid-template-columns: repeat(1, 1fr);
    gap: 0.5rem;
  }
}

@media screen and (max-width: calc(62rem - 0.0625rem)) {
  .product-card__info--buttons {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.25rem 1rem;
  }
}

@media screen and (max-width: calc(48rem - 0.0625rem)) {
  .product-card__info--buttons {
    grid-template-columns: repeat(1, 1fr);
    gap: 0.5rem;
  }
}

.product-card__info__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.product-card__info__block:nth-child(2n) {
  padding: 0 0.75rem;
}

@media screen and (max-width: calc(87.5rem - 0.0625rem)) {
  .product-card__info__block:nth-child(2n) {
    padding: 0;
  }
}

@media screen and (max-width: calc(62rem - 0.0625rem)) {
  .product-card__info__block:nth-child(2n) {
    padding: 0 0.75rem;
  }
}

@media screen and (max-width: calc(36rem - 0.0625rem)) {
  .product-card__info__block:nth-child(2n) {
    padding: 0;
  }
}

.product-card__info__text {
  color: var(--color-gray);
  font-size: 0.8125rem;
  font-weight: 400;
  line-height: 150%;
}

.product-card__info__price, .product-card__info__leasing {
  color: var(--color-primary);
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 130%;
}

@media screen and (max-width: calc(87.5rem - 0.0625rem)) {
  .product-card__info__price, .product-card__info__leasing {
    font-size: 1.125rem;
  }
}

@media screen and (max-width: calc(75rem - 0.0625rem)) {
  .product-card__info__price, .product-card__info__leasing {
    font-size: 1rem;
  }
}

@media screen and (max-width: calc(62rem - 0.0625rem)) {
  .product-card__info__price, .product-card__info__leasing {
    font-size: 1.375rem;
  }
}

@media screen and (max-width: calc(36rem - 0.0625rem)) {
  .product-card__info__price, .product-card__info__leasing {
    font-size: 0.875rem;
  }
}

.product-card__info__price:first-child, .product-card__info__leasing:first-child {
  margin-top: auto;
}

.product-card__info__price:not(:last-child), .product-card__info__leasing:not(:last-child) {
  margin-bottom: 0.25rem;
}

.product-card__info__price--old, .product-card__info__leasing--old {
  color: var(--color-gray);
  font-size: 1rem;
  font-weight: 400;
  line-height: 130%;
  text-decoration: line-through;
}

@media screen and (max-width: calc(87.5rem - 0.0625rem)) {
  .product-card__info__price--old, .product-card__info__leasing--old {
    font-size: 0.875rem;
  }
}

@media screen and (max-width: calc(62rem - 0.0625rem)) {
  .product-card__info__price--old, .product-card__info__leasing--old {
    font-size: 1rem;
  }
}

@media screen and (max-width: calc(36rem - 0.0625rem)) {
  .product-card__info__price--old, .product-card__info__leasing--old {
    font-size: 0.875rem;
  }
}

.product-conditions {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.875rem;
}

@media screen and (max-width: calc(36rem - 0.0625rem)) {
  .product-conditions {
    grid-template-columns: repeat(1, 1fr);
    gap: 1rem;
  }
}

.product-conditions__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.product-conditions__item__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 3.5rem;
  height: 3.5rem;
  min-width: 3.5rem;
  min-height: 3.5rem;
}

.product-conditions__item__icon:not(:last-child) {
  margin-right: 1.25rem;
}

.product-conditions__item__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-size: 1rem;
  font-weight: 700;
  line-height: 130%;
}

.product-conditions__item__text span {
  color: var(--color-gray);
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 150%;
}

.product-spec {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.5rem 1.875rem;
  font-size: 0.8125rem;
  font-weight: 400;
  line-height: 150%;
}

@media screen and (max-width: calc(36rem - 0.0625rem)) {
  .product-spec {
    grid-template-columns: 1fr auto;
  }
}

.product-spec span:nth-child(2n + 1) {
  color: var(--color-gray);
}

.product-spec span:nth-child(2n) {
  padding-left: 0.3125rem;
}

.product-more {
  display: grid;
  grid-template-columns: 1fr 2.5fr;
  gap: 2rem 6.25rem;
  padding: 2.5rem;
  border-radius: 0.625rem;
  border-top: 1px solid #CCC;
  border-bottom: 1px solid #CCC;
}

@media screen and (max-width: calc(48rem - 0.0625rem)) {
  .product-more {
    grid-template-columns: 1fr;
    gap: 1.5rem;
    padding: 2rem 1.5rem;
  }
}

.product-more__title {
  font-size: 1rem;
  font-weight: 700;
  line-height: 130%;
}

.product-more__title:not(:last-child) {
  margin-bottom: 0.5rem;
}

.product-more__list {
  position: relative;
}

.product-more__list:not(:last-child) {
  margin-bottom: 0.625rem;
}

.product-more__list[data-hidden="true"] {
  height: 60px;
  overflow: hidden;
}

.product-more__list[data-hidden="true"]::after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  position: absolute;
  z-index: 1;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(#ffffff));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  pointer-events: none;
}

.product-more__list[data-hidden="true"].is-opened {
  height: auto;
}

.product-more__list[data-hidden="true"].is-opened::after {
  opacity: 0;
}

.product-more__list li {
  color: var(--color-gray);
  font-size: 0.8125rem;
  font-weight: 400;
  line-height: 150%;
}

.product-more__list li:not(:last-child) {
  margin-bottom: 0.5rem;
}

.g-4, .gx-4 {
    --bs-gutter-x: 2.5rem;
}
.row > * {
  flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-top: var(--bs-gutter-y);
}
