@keyframes bounce {
  0% {
    transform: translate3d(0, -100%, 0);
  }
  0%,
    20%,
    53%,
    80%,
    100% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  20%,
    53%,
    80%,
    100% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 0, 0);
  }
  40%,
    43% {
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    transform: translate3d(0, -4px, 0);
  }
}
.quick_filter__graphics {
  font-weight: 500;
  font-size: 0.76471rem;
  line-height: 1.30769em;
}
@media only screen and (min-width: 641px) {
  .quick_filter__graphics {
    align-self: end;
  }
}
.quick_filter__graphics__list {
  left: 50%;
  transform: translateX(-50%);
  position: relative;
  display: inline-grid;
  grid-template-columns: repeat(3, auto);
  justify-items: center;
  gap: 1em;
  padding-top: 1.3rem;
  padding-bottom: 0.9rem;
}
.quick_filter__graphics__param {
  display: flex;
  align-items: center;
}
.quick_filter__graphics__param--width {
  display: flex;
  align-items: center;
}
.quick_filter__graphics__param--width::before {
  content: "";
  display: block;
  height: 12px;
  width: 12px;
  margin-right: 0.8ch;
  background: no-repeat center center / contain;
  background-image: url("/media/img/filter/ico-width.svg");
}
.quick_filter__graphics__param--height {
  display: flex;
  align-items: center;
}
.quick_filter__graphics__param--height::before {
  content: "";
  display: block;
  height: 12px;
  width: 12px;
  margin-right: 0.8ch;
  background: no-repeat center center / contain;
  background-image: url("/media/img/filter/ico-height.svg");
}
.quick_filter__graphics__param--diameter {
  display: flex;
  align-items: center;
}
.quick_filter__graphics__param--diameter::before {
  content: "";
  display: block;
  height: 12px;
  width: 12px;
  margin-right: 0.8ch;
  background: no-repeat center center / contain;
  background-image: url("/media/img/filter/ico-diameter.svg");
}
.quick_filter__graphics__decoration {
  grid-area: decoration;
}
.quick_filter__form {
  padding-bottom: 2rem;
  padding-top: 2rem;
  display: grid;
  gap: 1rem;
  justify-content: space-between;
  position: relative;
}
.quick_filter__form .form__snippet > div,
.quick_filter__form .form__items,
.quick_filter__form .field {
  display: contents;
}
.quick_filter__form .form {
  display: contents !important;
  position: static !important;
}
.quick_filter__form .submit_button {
  display: none !important;
}
.quick_filter__form__label {
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 0.6em;
  font-size: 1rem;
  line-height: 1.47059em;
  line-height: 1.1em;
  margin-bottom: 0;
  grid-area: label;
}
.quick_filter__form__button {
  -webkit-appearance: none;
  appearance: none;
  background-color: transparent;
  cursor: auto;
  border-width: 0;
  font-size: inherit;
  line-height: inherit;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding-bottom: 0.8em;
  padding-top: 0.8em;
  padding-left: 2.5em;
  padding-right: 2.5em;
  display: inline-flex;
  border-radius: 0;
  cursor: pointer;
  transition-property: background-color, border-color, color;
  transition-duration: 0.2s;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.47059em;
  background-color: #ffe038;
  border: 1px solid transparent;
  border-radius: 6px;
  color: #1a1a1a;
  padding: 0.6em 1.3em;
  min-width: 7.5em;
  padding-bottom: 0.45em;
  padding-top: 0.45em;
  grid-area: button;
}
.quick_filter__form__button:hover {
  background-color: #e29400;
}
.quick_filter__form__button:active {
  background-color: #1a1a1a;
  border-color: #1a1a1a;
  color: #fff;
}
.quick_filter__form__button > span {
  display: block;
  position: relative;
  padding-right: 1.3em;
  margin-right: -0.3em;
}
.quick_filter__form__button > span::before, .quick_filter__form__button > span::after {
  content: "";
  display: block;
  position: absolute;
  height: 7px;
  width: 7px;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  background: no-repeat center center / contain;
  transition: opacity 0.2s;
}
.quick_filter__form__button > span::before {
  background-image: url("/media/img/arrow-right.svg");
  opacity: 1;
}
.quick_filter__form__button > span::after {
  background-image: url("/media/img/arrow-right-inverse.svg");
  opacity: 0;
}
.quick_filter__form__button:active > span::before {
  opacity: 0;
}
.quick_filter__form__button:active > span::after {
  opacity: 1;
}
.quick_filter__form--b2b {
  grid-template: 'label      type size   delivery' 'decoration type season button' / auto auto auto max-content;
  align-items: start;
}
@media only screen and (min-width: 961px) {
  .quick_filter__form--b2b {
    padding-bottom: 1rem;
  }
  .quick_filter__form--b2b .quick_filter__form__label {
    text-align: center;
  }
  .quick_filter__form--b2b .quick_filter__graphics__decoration {
    margin-bottom: -1rem;
  }
}
@media only screen and (max-width: 960px) {
  .quick_filter__form--b2b {
    grid-template: 'label    type size' 'delivery type season' 'button   type season' / auto auto auto;
  }
  .quick_filter__form--b2b .quick_filter__form__label {
    align-self: center;
  }
  .quick_filter__form--b2b .quick_filter__graphics__decoration {
    display: none;
  }
}
@media only screen and (max-width: 960px) and (max-width: 600px) {
  .quick_filter__form--b2b .express_delivery .graphic {
    top: 2px;
  }
}

@media only screen and (max-width: 460px) {
  .quick_filter__form--b2b {
    grid-template: 'label  delivery' 'type   size' 'type   season' 'button button' / auto auto;
  }
}
.quick_filter__form--b2b .form_item {
  margin-bottom: 0;
  display: flex;
  align-items: center;
  gap: 0.8rem;
}
.quick_filter__form--b2b .form_item.has_error .field::after, .quick_filter__form--b2b .form_item.has_error .error_messages {
  display: none;
}
.quick_filter__form--b2b .form_item > .label label,
.quick_filter__form--b2b .form_item .multichoice_title {
  padding-bottom: 0;
}
.quick_filter__form--b2b .form_item.type {
  grid-area: type;
  align-items: start;
}
.quick_filter__form--b2b .form_item.size > .label label, .quick_filter__form--b2b .form_item.season .multichoice_title {
  min-width: 3.5rem;
}
.quick_filter__form--b2b .form_item.size {
  grid-area: size;
  display: flex;
}
.quick_filter__form--b2b .form_item.season {
  grid-area: season;
  display: flex;
}
.quick_filter__form--b2b .form_item.season .multichoice_items {
  display: flex;
  gap: 1em;
  flex-direction: column;
}
.quick_filter__form--b2b .form_item.season .multichoice_items svg {
  height: 2em;
  width: 2em;
  fill: #ffe038;
}
.quick_filter__form--b2b .form_item.season .multichoice_items label {
  transition: border-color 0.2s;
  background-color: #1a1a1a;
  border: 5px solid #fff;
  border-radius: 6px;
  padding: 0.5em;
  cursor: pointer;
}
.quick_filter__form--b2b .form_item.season .multichoice_items label:hover,
.quick_filter__form--b2b .form_item.season .multichoice_items input:checked + label {
  border-color: #ffe038;
}
.quick_filter__form--b2b .form_item.season .multichoice_items .season_item_1 label:hover,
.quick_filter__form--b2b .form_item.season .multichoice_items .season_item_1 input:checked + label {
  border-right-color: #38d1ff;
  border-bottom-color: #38d1ff;
}
.quick_filter__form--b2b .form_item.season .multichoice_items .season_item_3 label:hover,
.quick_filter__form--b2b .form_item.season .multichoice_items .season_item_3 input:checked + label {
  border-color: #38d1ff;
}
@media only screen and (min-width: 301px) {
  .quick_filter__form--b2b .form_item.season .multichoice_items {
    flex-direction: row;
  }
}
.quick_filter__form--b2b .form_item.express_delivery {
  grid-area: delivery;
}
.quick_filter__form--b2c {
  margin-left: auto;
  margin-right: auto;
  max-width: 54rem;
  grid-template: 'label width height diameter button';
  align-items: center;
}
.quick_filter__form--b2c .label {
  display: none;
}
.quick_filter__form--b2c .selectize-control::before {
  content: "";
  display: block;
  position: absolute;
  height: 12px;
  width: 12px;
  background: no-repeat center center / contain;
  left: 0.6em;
  top: 1em;
  pointer-events: none;
  z-index: 2;
}
.quick_filter__form--b2c .selectize-control .selectize-input {
  padding-left: 2em;
  min-width: 11em;
}
.quick_filter__form--b2c .form_item {
  display: contents;
}
.quick_filter__form--b2c .form_item.width .selectize-control {
  grid-area: width;
}
.quick_filter__form--b2c .form_item.width .selectize-control::before {
  background-image: url("/media/img/filter/ico-width.svg");
}
.quick_filter__form--b2c .form_item.height .selectize-control {
  grid-area: height;
}
.quick_filter__form--b2c .form_item.height .selectize-control::before {
  background-image: url("/media/img/filter/ico-height.svg");
}
.quick_filter__form--b2c .form_item.diameter .selectize-control {
  grid-area: diameter;
}
.quick_filter__form--b2c .form_item.diameter .selectize-control::before {
  background-image: url("/media/img/filter/ico-diameter.svg");
}
@media only screen and (max-width: 1030px) {
  .quick_filter__form--b2c {
    grid-template-areas: 'label label  label    label' 'width height diameter button';
  }
}
@media only screen and (max-width: 930px) {
  .quick_filter__form--b2c {
    grid-template-areas: 'label    label' 'width    height ' 'diameter button';
  }
}
@media only screen and (max-width: 350px) {
  .quick_filter__form--b2c {
    grid-template-areas: 'label' 'width' 'height' 'diameter' 'button';
  }
}
.quick_filter__inner:has(.quick_filter__graphics) {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 2rem;
  align-items: center;
}
@media only screen and (max-width: 640px) {
  .quick_filter__inner:has(.quick_filter__graphics) {
    display: flex;
    flex-direction: column-reverse;
    gap: 0;
  }
}

.hp_offer {
  margin-bottom: 3.5rem;
  background-color: #f0f0f0;
}
@media only screen and (max-width: 600px) {
  .hp_offer {
    margin-bottom: 2rem;
  }
}
@media only screen and (min-width: 1261px) {
  .hp_offer__inner {
    padding-left: 0;
    padding-right: 0;
    max-width: 1398px;
    display: grid;
    grid-template: "bannerLeft tires bannerRight"/270px 1fr 270px;
  }
}
.hp_offer__sections {
  align-self: start;
  grid-area: tires;
  padding: 1.6rem 2rem;
  display: grid;
  gap: 1rem 2rem;
}
@media only screen and (min-width: 751px) {
  .hp_offer__sections {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 1260px) {
  .hp_offer__sections {
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (max-width: 750px) {
  .hp_offer__sections {
    grid-template-columns: 1fr;
  }
}
.hp_offer__more {
  color: #e29400;
  display: table;
  position: relative;
  font-weight: 700;
  padding-bottom: 1em;
  padding-top: 1em;
  display: block;
  cursor: pointer;
  text-align: center;
  margin-bottom: -0.5em;
  margin-top: -1.5em;
}
.hp_offer__more::before {
  content: "";
  display: block;
  position: absolute;
  background-color: #e29400;
  bottom: 0;
  height: 1px;
  left: 0;
  transform-origin: center center;
  transform: scaleX(0);
  width: 100%;
  transition: transform 0.2s;
}
.hp_offer__more:hover::before {
  transform: scaleX(1);
}
@media only screen and (min-width: 751px) {
  .hp_offer__more {
    grid-column: span 2;
  }
}
.hp_offer__more > span {
  position: relative;
  padding-right: 1.3em;
}
.hp_offer__more > span::after {
  content: "";
  display: block;
  position: absolute;
  height: 0.5em;
  width: 0.5em;
  background: url("/media/img/arrow-right-accent.svg") no-repeat center center/contain;
  top: 0.45em;
  right: 0;
  transform: rotate(0.25turn);
}
.hp_offer__banner {
  position: relative;
  overflow: hidden;
}
.hp_offer__banner__image {
  overflow: hidden;
  position: relative;
  height: 100%;
}
.hp_offer__banner__image img {
  display: block;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
  object-fit: none;
  object-position: center top;
  max-height: initial;
  max-width: initial;
}
.hp_offer__banner__title {
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 0.6em;
  font-size: 1.41176rem;
  line-height: 1.5em;
  line-height: 1.2em;
  color: inherit;
}
.hp_offer__banner__title .highlight {
  color: #ffe038;
}
.hp_offer__banner__perex {
  font-weight: 600;
}
.hp_offer__banner__button {
  -webkit-appearance: none;
  appearance: none;
  background-color: transparent;
  cursor: auto;
  border-width: 0;
  font-size: inherit;
  line-height: inherit;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding-bottom: 0.8em;
  padding-top: 0.8em;
  padding-left: 2.5em;
  padding-right: 2.5em;
  display: inline-flex;
  border-radius: 0;
  cursor: pointer;
  transition-property: background-color, border-color, color;
  transition-duration: 0.2s;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.47059em;
  background-color: #ffe038;
  border: 1px solid transparent;
  border-radius: 6px;
  color: #1a1a1a;
  padding: 0.6em 1.3em;
  min-width: 7.5em;
  background-color: #fff;
  border-color: #c4c4c4;
  padding-bottom: 0.3em;
  padding-top: 0.3em;
  margin-top: 1.5rem;
}
.hp_offer__banner__button:hover {
  background-color: #e29400;
}
.hp_offer__banner__button:active {
  background-color: #1a1a1a;
  border-color: #1a1a1a;
  color: #fff;
}
.hp_offer__banner__button:hover {
  background-color: #fff;
  border-color: #1a1a1a;
}
.hp_offer__banner__button:active {
  background-color: #1a1a1a;
  border-color: #1a1a1a;
  color: #fff;
}
.hp_offer__banner__button > span {
  display: block;
  position: relative;
  padding-right: 1.3em;
  margin-right: -0.3em;
}
.hp_offer__banner__button > span::before, .hp_offer__banner__button > span::after {
  content: "";
  display: block;
  position: absolute;
  height: 7px;
  width: 7px;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  background: no-repeat center center / contain;
  transition: opacity 0.2s;
}
.hp_offer__banner__button > span::before {
  background-image: url("/media/img/arrow-right.svg");
  opacity: 1;
}
.hp_offer__banner__button > span::after {
  background-image: url("/media/img/arrow-right-inverse.svg");
  opacity: 0;
}
.hp_offer__banner__button:active > span::before {
  opacity: 0;
}
.hp_offer__banner__button:active > span::after {
  opacity: 1;
}
.hp_offer__banner__texts {
  background-image: linear-gradient(to bottom, #1a1a1a, transparent);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  color: #fff;
  padding: 1.7rem 2rem;
  min-height: 25rem;
}
.hp_offer__banner--left {
  grid-area: bannerLeft;
}
.hp_offer__banner--right {
  grid-area: bannerRight;
}
@media only screen and (max-width: 1260px) {
  .hp_offer__banner {
    display: none;
  }
}
.hp_offer--more .hp_offer__more {
  display: none;
}

.tire_line--hp_offer {
  font-size: 0.76471rem;
  line-height: 1.30769em;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  padding: 0.5em 1em;
  display: flex;
  gap: 1em;
  align-items: center;
  transition-property: border-color, box-shadow;
  transition-duration: 0.2s;
}
@media only screen and (max-width: 350px) {
  .tire_line--hp_offer {
    font-size: 3.3vw;
  }
}
.tire_line--hp_offer:hover {
  border-color: #a0a0a0;
  box-shadow: 0 0 7px -2px rgba(154, 163, 172, 0.4);
}
.tire_line--hp_offer + .tire_line--hp_offer {
  margin-top: 1rem;
}
.tire_line--hp_offer .tire_line__title {
  font-weight: 600;
  height: 34px;
  display: flex;
  align-items: center;
  flex-grow: 1;
}
.tire_line--hp_offer .tire_line__title > span {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.tire_line--hp_offer .tire_line__specification, .tire_line--hp_offer .tire_line__price {
  flex-shrink: 0;
  white-space: nowrap;
}
.tire_line--hp_offer .tire_line__specification {
  min-width: 13ch;
}
.tire_line--hp_offer .tire_line__price {
  font-weight: 700;
  text-align: right;
}
.tire_line__headline {
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 0.6em;
  font-size: 1rem;
  line-height: 1.47059em;
}
.tire_line__list--visible {
  padding-bottom: 1rem;
}
.tire_line__list--hidden {
  display: none;
}

.hp_plugins {
  padding-bottom: 3.5rem;
}
@media only screen and (max-width: 600px) {
  .hp_plugins {
    padding-bottom: 2rem;
  }
}
.hp_plugins .nwcsp_full_width_image:last-child {
  margin-bottom: -3.5rem;
}
@media only screen and (max-width: 600px) {
  .hp_plugins .nwcsp_full_width_image:last-child {
    margin-bottom: -2rem;
  }
}
