:root {
  --space-md: 20px;
}


.disabled {
	opacity: 0.5;
	pointer-events: none;
}

.page {
	overflow: unset;
}
.header {
	position: sticky;
	top: 0;
	z-index: 500;
	background: #fff;
	box-shadow: 0 0 8px -4px #0004;
}
.resp-table .swiper {
	overflow: hidden;
}
.resp-table .swiper-slide {
	opacity: 1;
}

.resp-table__header {
	top: 5rem;
}
@media (min-width: 992px) {
	.resp-table__header {
		top: 1rem;
	}
}
.page-width {
	max-width: 100vw;
	overflow: hidden;
}

.header-favorites-icon[data-count="0"] {
	color: currentColor;
}
.header-favorites-icon[data-count="0"]:after {
	content: none;
}

table.compare {
	border-collapse: collapse;
	margin-bottom: 30px;
}
table.compare td {
	padding: 10px;
}
table.compare thead td {
	font-size: 16px;
	line-height: 20px;
	font-weight: 700;
}
table.compare tbody td {
	border-bottom: 1px solid #d5d5d5;
}
table.compare td + td {
	text-align: center;
}
table.compare tbody td:nth-child(even) {
	background: #eaeaea;
}
table.compare td.option_title {
	font-weight: 700;
	padding: 20px 10px;
	background: #eaeaea;
}
.back_link {
	float: right;
	margin: 10px 0;
}
.back_link a {
	font-size: 16px;
}
.compare--title {
	float: left;
}
.btn-compare-complectation {
	float: right;
}

.header-desktop__logo img {
	height: 50px;
}

.header-mobile__logo img {
	height: 40px;
}

.comp-list {
	-moz-columns: 3;
	columns: 3;
	-moz-column-width: 22em;
	column-width: 22em;
	-moz-column-gap: 1rem;
	column-gap: 1rem;
	font-size: var(--text-sm);
}
.comp-list__group {
	-moz-column-break-inside: avoid;
	break-inside: avoid;
}
.comp-list__group + .comp-list__group {
	margin-top: var(--space-md);
}
.comp-list__title {
	font-size: 1.14em;
	margin-bottom: 0.75em;
}
.comp-list__list {
	list-style: disc;
	padding-left: 1.5em;
}
.comp-list__list > * + * {
	margin-top: 0.25em;
}
@media (max-width: 474px) {
	.comp-list {
		font-size: var(--text-xs);
	}
}

a.section__title{
			text-decoration: none;
		cursor: pointer;
		max-width: 100%;
		display: flex;
		align-items: center;
		justify-content: center;
		gap: 10px;
}


.packaging__info {
  display: none;
}
.packaging__price-types {
  display: flex;
  justify-content: space-evenly;
  gap: 60px;
  max-width: 33.4rem;

  font-size: 14px;
  color: #888;
}
.packaging__price-types > * {
  flex: 1;
  text-align: center;
}
.packaging__deadline {
  text-align: center;
  font-weight: 600;
}
.packaging__deadline::after {
  content: '';
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 10em;
  height: 2px;
  background: linear-gradient(315deg, #fece0a 0%, #ff943a 100%);
}

@media (min-width: 1041px) {
  .packaging__info {
    display: grid;
    grid-template-columns: 1fr minmax(464px,2fr) 250px;
    grid-gap: 20px;
  }
  .packaging__info::before {
    content: '';
  }
  .packaging__item-inner {
    grid-gap: 20px;
    display: grid;
    grid-template-columns: 1fr minmax(464px,2fr) 250px;
  }
}

.model {
}
.model__benefits {
  min-width: 13rem;
  align-self: start;

  margin-left: 24px;
}
.model__benefits-title {
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 12px;
}
.model__benefits-list {
  display: grid;
  justify-items: start;
  grid-gap: 12px;

}
.model__benefits-list li {
  padding: 12px;
  border-radius: 8px;
  box-shadow: 2px 2px 6px 0 rgba(102, 102, 102, 0.15);
  background: linear-gradient(136deg, #f6f6f6 0%, #fff 66.68%);

  display: flex;
  align-items: center;
  gap: 8px;

  font-size: 14px;
}
.model__benefits-list li img {
  width: 28px;
  height: 28px;
  object-fit: contain;
}
@media (max-width: 1040px) {
  .model__benefits {
    margin-left: unset;
    width: 100%;
  }
  .model__benefits-list {
    display: flex;
    flex-wrap: wrap;
  }
}

.car__item,
.car-item-special {
    position: relative;
}
.car__item .btn,
.car-item-special .btn {
    position: static;
}
.car__item .btn::before,
.car-item-special .btn::before {
    content: "";
    position: absolute;
    inset: 0;
}
