input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  /* display: none; <- Crashes Chrome on hover */
  -webkit-appearance: none;
  margin: 0;
  /* <-- Apparently some margin are still there even though it's hidden */
}

.swiper-stocks__body {
  min-height: 36%;
  height: auto;
}

.banner-tyres__info {
  z-index: 0;
  max-width: 1140px;
}

@media all and (max-width: 1139.9px) {
  .banner-tyres__info {
    max-width: 654px;
  }
}

@media all and (max-width: 767.9px) {
  .banner-tyres__info {
    max-width: 768px;
    object-fit: cover;
    width: 60%;
  }
}

@media all and (max-width: 640px) {
  .banner-tyres__info {
    width: 70%;
  }
}

@media all and (max-width: 540px) {
  .banner-tyres__info {
    width: 80%;
  }
}

@media all and (max-width: 456px) {
  .banner-tyres__info {
    width: 100%;
  }
}

/* .main-banner-navigation {
 padding-top: 0;
} */

.inactive {
  display: none !important;
}

/* .active {
  text-align: center;
} */

.past_date {
  font-weight: 400;
  background: #e7ecf1;
  cursor: not-allowed;
  color: #000;
  opacity: 0.4;
}

.other-month {
  font-weight: 400;
  color: #a0a5b6;
  cursor: not-allowed;
}

.other-month:hover {
  background-color: transparent;
  color: #a0a5b6;
}

.filter__wrapper {
  width: 264px;
  padding: 0 20px 20px 0;
  position: relative;
}

.tire-catalog__bubble-list {
  padding-bottom: 25px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.tire-catalog__bubble-item {
  padding-right: 20px;
  padding-bottom: 10px;
}

.card-tyre-item {
  display: grid;
  grid-template-columns: 1fr 0.4fr;
  margin-bottom: 20px;
  position: relative;
  justify-items: end;
  justify-content: space-between;
}

.model-disk__list {
  grid-template-columns: repeat(auto-fit,
      minmax(100px, max-content)) !important;
}

/* Для селекта который находится в заказ в 1 клик */
.select2-container--open {
  z-index: 9999999;
}

.card-product {
  cursor: default !important;
}

.form-order__input__error {
  border-color: red !important;
}

.checkbox__square__error {
  border: 1px solid red;
}

.filters__types_other {
  border: 1px solid #d6dfe6;
  border-radius: 5px;
  overflow: hidden;
}

.curson-pointer {
  cursor: pointer;
}

.disabled_checkbox {
  border: 1px solid #ebebeb;
}

.disabled_text {
  color: #dddddd;
}

.one-click__grid5 {
  margin: 0;
}

.filters__type {
  width: 100%;
}

@media all and (max-width: 1023.9px) {
  .one-click__grid5 {
    grid-row: 4/5;
    grid-column: 1/3;
  }
}

@media all and (max-width: 767.9px) {
  .one-click__grid5 {
    grid-row: 5/6;
    grid-column: 1/2;
  }
}

.one-click__grid6 {
  margin: 0;
}

@media all and (max-width: 1023.9px) {
  .one-click__grid6 {
    grid-row: 5/6;
    grid-column: 1/3;
  }
}

@media all and (max-width: 767.9px) {
  .one-click__grid6 {
    grid-row: 6/7;
    grid-column: 1/2;
  }
}

.opacity50 {
  opacity: 50%;
  transition: opacity 0.2s;
}

.loading {
  background-color: rgba(255, 255, 255, 0.5);
}

.model-table__diameter-text {
  max-width: 180px !important;
  text-align: center;
}

/* ПРЕЛОАДЕР */
.cssload-box {
  z-index: 1000;
  height: 100%;
  position: absolute;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgb(255 255 255 / 80%);
}

.cssload-container {
  position: relative;
  width: 88px;
  height: 88px;
}

.cssload-img {
  position: absolute;
  top: 50%;
  left: 52%;
  transform: translate(-50%, -50%);
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cssload-whirlpool,
.cssload-whirlpool::before,
.cssload-whirlpool::after {
  position: absolute;
  top: 50%;
  left: 50%;
  border: 2px solid #eceef2;
  border-left-color: #e30613;
  border-radius: 1499px;
  -o-border-radius: 1499px;
  -ms-border-radius: 1499px;
  -webkit-border-radius: 1499px;
  -moz-border-radius: 1499px;
}

.cssload-whirlpool {
  margin: -38px 0 0 -38px;
  height: 75px;
  width: 75px;
  animation: cssload-rotate 1150ms linear infinite;
  -o-animation: cssload-rotate 1150ms linear infinite;
  -ms-animation: cssload-rotate 1150ms linear infinite;
  -webkit-animation: cssload-rotate 1150ms linear infinite;
  -moz-animation: cssload-rotate 1150ms linear infinite;
}

.cssload-whirlpool::before {
  content: "";
  margin: -35px 0 0 -35px;
  height: 66px;
  width: 66px;
  animation: cssload-rotate 1150ms linear infinite;
  -o-animation: cssload-rotate 1150ms linear infinite;
  -ms-animation: cssload-rotate 1150ms linear infinite;
  -webkit-animation: cssload-rotate 1150ms linear infinite;
  -moz-animation: cssload-rotate 1150ms linear infinite;
}

.cssload-whirlpool::after {
  content: "";
  margin: -44px 0 0 -44px;
  height: 84px;
  width: 84px;
  animation: cssload-rotate 2300ms linear infinite;
  -o-animation: cssload-rotate 2300ms linear infinite;
  -ms-animation: cssload-rotate 2300ms linear infinite;
  -webkit-animation: cssload-rotate 2300ms linear infinite;
  -moz-animation: cssload-rotate 2300ms linear infinite;
}

@keyframes cssload-rotate {
  100% {
    transform: rotate(360deg);
  }
}

@-o-keyframes cssload-rotate {
  100% {
    -o-transform: rotate(360deg);
  }
}

@-ms-keyframes cssload-rotate {
  100% {
    -ms-transform: rotate(360deg);
  }
}

@-webkit-keyframes cssload-rotate {
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@-moz-keyframes cssload-rotate {
  100% {
    -moz-transform: rotate(360deg);
  }
}

#up {
  cursor: pointer;
  position: fixed;
  bottom: 30px;
  right: 50px;
  width: 56px;
  height: 56px;
  background: url(../img/up.png) no-repeat;
  background-size: contain;
  display: none;
  opacity: 0.5;
  z-index: 10;
}

#up:hover {
  opacity: 1;
}

.card-tyre-item {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-bottom: 20px;
  position: relative;
  justify-items: end;
  justify-content: space-between;
}

.card-product__red {
  grid-row: -4;
}

.card-product__red-text {
  font: 500 14px/130% "Open Sans", sans-serif;
  color: #d4121e;
}

.fancybox__content :focus:not(.carousel__button.is-close) {
  outline: none;
}

.align-center {
  align-items: center;
}

.card-tyre-item__right {
  /* width: max-content; */
}

/* .card-tyre-item:after {
  bottom: auto;
}

.card-tyre-item__left {
  align-self: center;
}

.card-tyre-item {
  align-items: center;
}

.card-tyre-item__right {
  padding-left: 8px;
}

.card-tyre-item__right-text {
  padding-left: 0;
} */

.catalog-links {
  display: grid;
  grid-template-columns: repeat(3, 33.33%);
  background-image: none;
  padding: 10px 15px 20px 15px;
}

.catalog-links-area {
  background-image: url(../img/img-46.png);
  background-repeat: no-repeat;
  background-position: right bottom;
}

.swiper-catalog__swiper-pagination {
  position: static;
}

.stocks-catalog__card-wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px 20px;
  margin-bottom: 40px;
}

@media all and (max-width: 1023.9px) {
  .stocks-catalog__card-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media all and (max-width: 767.9px) {
  .stocks-catalog__card-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}

.header-area {
  z-index: 10;
}

.offers__title {
  font: 700 27px/37px "Open Sans", sans-serif;
  text-transform: uppercase;
  color: #222222;
  padding-bottom: 10px;
}

.offers_link {
  color: #e30613;
  text-align: center;
  width: 100%;
  font: 600 12px "Open Sans", sans-serif;
  transition: color 0.3s ease-in-out;
  grid-column: 1/3;
  grid-row: -2;
  border-top: 1px solid #d6dfe6;
  padding-top: 5px;

  cursor: pointer;
}

.card-product--horizontal .offers_link {
  grid-row: 3;
  grid-column: 7/9;
  border-top: none;
  padding-bottom: 5px;
}

.find_cheaper_line {
  display: none;
}

.card-product--horizontal .find_cheaper_line {
  display: block;

  color: #e30613;
  text-align: center;
  width: 100%;
  font: 400 12px "Open Sans", sans-serif;
  transition: color 0.3s ease-in-out;
  padding-top: 5px;

  cursor: pointer;

  font-weight: 600;
  font-size: 15px;
}

.find_cheaper_card {
  display: block;

  color: #e30613;
  width: 100%;
  font: 400 12px "Open Sans", sans-serif;
  transition: color 0.3s ease-in-out;

  grid-row: 15 / 15;
  grid-column: 1 / 2;

  cursor: pointer;

  font-weight: 600;
  font-size: 15px;
}

.card-product--horizontal .find_cheaper_card {
  display: none;
}

.card-product--horizontal .card-product__footer {
  display: flex;
  flex-direction: column;
}

.offers .model-table td,
.offers .model-table th {
  width: auto;
}

.offers .model-table td,
.offers .model-table th {
  width: auto;
}

.price-finally-saled td:first-child {
  color: #f13827;
  font: 700 13px/19px "Open Sans", sans-serif !important;
}

.price-finally-saled #price {
  font: 700 13px/19px "Open Sans", sans-serif !important;
}

.tire-catalog__bubble-btn--active:hover a,
.tire-catalog__bubble-btn--active:focus a {
  color: #f6f6f8;
}

@media (max-width: 767.9px) {
  .header-area {
    z-index: auto;
  }

  .main-banner-navigation {
    z-index: 20;
  }

  .header-top-info-mobile__drop {
    z-index: 22;
  }

  .offers_link {
    grid-column: 1 / 3 !important;
    grid-row: -2 !important;
    border-top: 1px solid #d6dfe6 !important;
    padding-bottom: 0 !important;
  }
}

.select2-results__options li:first-child {
  font-weight: 400 !important;
  font-size: 11px !important;
}

/* .select2-results__options li:first-child::before {
  content: 'Выберите ';
} */

.toggle_filter {
  cursor: pointer;
}

.delivery__order-error-text {
  color: #e30613;
}

.delivery__order-payment-input.error {
  border: 2px solid red;
}

.button-car-search {
  margin-bottom: 10px;
  padding: 0;
  min-height: 30px;
  background-color: #6d6f7c;
  display: none;
}

.button-car-search span {
  text-transform: none;
  font-size: 14px;
  color: #fff;
}

@media screen and (max-width: 1023px) {
  .button-car-search {
    display: block;
  }

  .car-form__wrapper {
    display: none;
  }

  .swiper-stocks__body {
    min-height: auto;
  }
}

.disabled_checkbox {
  border: 1px solid #f2f4f6;
}

p,
h3 {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
}

.bx-basket .shopping-cart-card__property {
  justify-content: flex-start;
}

.select2-results__option--disabled {
  color: #c4c4c4 !important;
}

.selection-by-car__axis-item .disabled {
  color: #b7b7b7;
  cursor: pointer;
}

.selection-by-car__axis-btn-disabled {
  border: 1px solid #b7b7b7;
  border-radius: 5px;
  background: transparent;
  padding: 6px 15px;
  cursor: pointer;
}

.filter-result-area-car {
  position: absolute;
  top: 110%;
  z-index: 10;
  width: max-content;
}

.filter-result-area {
  position: absolute;
  /* top: 30%; */
  right: -80%;
  z-index: 10;
}

.filters__param-text {
  width: 100px;
}

.header-body__navigation {
  grid-template-columns: repeat(9, auto);
  overflow-y: hidden;
}

.catalog-button {
  margin-right: 5px;
}

.filter__button-select {
  width: 100%;
  border-radius: 50px;
  text-transform: uppercase;
  color: #ffffff;
  font: 700 15px/20px "Open Sans", sans-serif;
}

.season_icon_1::after {
  content: "";
  display: inline-block;
  background-image: url("../img/summer.svg");
  background-size: contain;
  background-repeat: no-repeat;
  height: 13px;
  width: 13px;
  margin-left: 14px;
}

.season_icon_2::after {
  content: "";
  display: inline-block;
  background-image: url("../img/winter_unspike.svg");
  background-size: contain;
  background-repeat: no-repeat;
  height: 13px;
  width: 13px;
  margin-left: 14px;
}

.season_icon_3::after {
  content: "";
  display: inline-block;
  background-image: url("../img/winter_spike_2.svg");
  background-size: contain;
  background-repeat: no-repeat;
  height: 13px;
  width: 21px;
  margin-left: 6px;
}

.season_icon_4::after {
  content: "";
  display: inline-block;
  background-image: url("../img/allseason_2.svg");
  background-size: contain;
  background-repeat: no-repeat;
  height: 13px;
  width: 21px;
  margin-left: 6px;
}

span.season_icon_1::after,
span.season_icon_2::after,
span.season_icon_3::after,
span.season_icon_4::after {
  margin-left: 6px !important;
}

.select-filter__drop .select2-search__field::placeholder {
  color: #8e8e8e;
  font: 500 13px/17px "Montserrat", sans-serif !important;
}

.card-product__button.in_cart {
  color: #e30613;
  background-color: #ffffff;
}

.card-product__button.in_cart:hover {
  color: #ffffff;
  background-color: #e30613;
}

.model-table__text--btn.in_cart {
  color: #e30613;
  background-color: #ffffff;
}

.model-table__text--btn.in_cart:hover {
  color: #ffffff;
  background-color: #e30613;
}

.button__red:hover {
  color: #e30613;
  background-color: #ffffff;
}

.button_cart_fixed {
  position: fixed;
  right: -16px;
  bottom: 450px;
  z-index: 10;
}

.mob-menu {
  display: none;
}

@media all and (max-width: 767.9px) {
  .button_cart_fixed {
    display: none;
  }

  .mob-menu {
    z-index: 11;
    display: flex;
    position: fixed;
    background: #fff;
    padding-top: 10px;
    padding-bottom: 10px;
    bottom: 0;
    left: 50%;
    width: 100%;
    transform: translateX(-50%);
    box-shadow: 6px 0px 10px rgba(0, 0, 0, 0.25);
  }

  #up {
    right: 30px;
    bottom: 70px;
  }
}

.mob-menu__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  justify-content: space-between;
  gap: 10px;
  align-items: stretch;
  justify-items: center;
}

.mob-menu__item {
  max-width: min-content;
  display: grid;
  justify-items: center;
  gap: 5px;
  align-content: space-between;
  position: relative;
}

.mob-menu__item:active .mob-menu__item-text,
.mob-menu__item:hover .mob-menu__item-text,
.mob-menu__item:focus .mob-menu__item-text {
  color: #e40b12;
}

.mob-menu__item:active .mob-menu__item-img path,
.mob-menu__item:hover .mob-menu__item-img path,
.mob-menu__item:focus .mob-menu__item-img path {
  fill: #e40b12;
}

.mob-menu__item--call .mob-menu__item-img--call path:first-child {
  transition: fill 0.3s ease-in-out;
}

.mob-menu__item--call:active .mob-menu__item-img--call path:first-child,
.mob-menu__item--call:hover .mob-menu__item-img--call path:first-child,
.mob-menu__item--call:focus .mob-menu__item-img--call path:first-child {
  fill: #e40b12;
}

.mob-menu__item-text {
  color: #222;
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  font-weight: 600;
  transition: color 0.3s ease-in-out;
}

.mob-menu .mob-menu__item-img path {
  transition: fill 0.3s ease-in-out;
}

.mob-menu__item-count {
  display: flex;
  position: absolute;
  border-radius: 10px;
  border: 1px solid #fff;
  background: #e30613;
  padding: 1px 6px;
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-size: 9px;
  font-weight: 800;
  right: 0px;
  top: -3px;
}

.error__404 {
  line-height: inherit;
}

.search {
  position: relative;
  border-radius: 5px;
  border: 1px solid #aab2c2;
  padding: 2px 40px 2px 0px;
  background-color: #fff;
  display: grid;
  grid-auto-flow: column;
  justify-content: start;
  grid-template-columns: auto 1fr;
}

.search__input {
  width: 100%;
}

.search__button {
  height: 100%;
  right: 0;
  top: 0;
  position: absolute;
  padding-right: 10px;
  padding-left: 10px;
}

.search__button img {
  width: 21px;
  height: 21px;
}

.search .select2-container {
  display: grid;
  align-items: center;
  padding: 4px;
  max-width: fit-content;
  min-width: 100px;
}

.search .select-search__selection {
  background: rgba(106, 115, 125, 0.15);
  border: none;
}

.search-area .select2-search--dropdown {
  display: none;
}

.search-area .select-filter__drop {
  max-height: none;
}

@media all and (max-width: 767.9px) {
  .main-banner-navigation {
    justify-content: space-between;
    padding-top: 15px;
    z-index: 20;
    display: grid;
    grid-auto-flow: column;
    align-items: center;
    position: relative;
    z-index: 900 !important;
  }

  .main-banner-navigation__logo {
    flex: 0 0 175px;
  }

  .main-banner-navigation__search {
    display: none;
  }

  .main-banner-navigation__search.active {
    display: grid;
    position: absolute;
    max-width: 86%;
    right: 55px;
    top: 15px;
  }

  .main-banner-navigation__search.active .search {
    max-height: 33px;
  }

  .main-banner-navigation__search.active .search__input {
    font-size: 15px;
    line-height: 15px;
    padding: 0 10px;
    height: 100%;
  }

  .main-banner-navigation__search.active .select-filter__selection {
    min-height: 22px !important;
  }

  .main-banner-navigation__search.active .search .select2-container {
    padding: 1px;
  }

  .main-banner-navigation__search.active .search__button img {
    width: 20px;
    height: 20px;
  }

  .main-banner-navigation .d-n {
    display: none;
  }

  .main-banner-navigation .main-banner-cart {
    display: none;
  }

  .d-flex {
    justify-content: center;
  }
}

@media all and (max-width: 425.9px) {
  .main-banner-navigation__logo {
    width: 220px;
  }
}

@media all and (max-width: 375.9px) {
  .main-banner-navigation__logo {
    width: 200px;
  }
}

@media all and (max-width: 320.9px) {
  .main-banner-navigation__logo {
    width: 180px;
  }
}

.catalog-link {
  font-size: 12px;
}

.tire-selection-item__buttons {
  display: grid;
  justify-content: center;
  margin-top: auto;
  gap: 10px;
  justify-items: center;
  align-items: center;
}

.all-filter__button-reset {
  padding: 0;
  border-radius: 0;
  color: #6B6F7B;
  font: 400 15px/20px "Open Sans", sans-serif;
  border-bottom: 1px dashed #6B6F7B;
  font-style: italic;
}

.car-search-selection {
  font-style: italic;
}

.tire-selection-item .select2-selection__rendered {
  font-weight: 700 !important;
}

.local-filter__button-reset {
  position: absolute;
  z-index: 20;
  top: 15%;
  right: 10%;
  padding: 0;
  border-radius: 0;
  color: #6B6F7B;
  font: 400 13px/20px "Open Sans", sans-serif;
  border-bottom: 1px dashed #6B6F7B;
  font-style: italic;
}

.tire-selection-item__select {
  position: relative;
}

.holidays_banner {
  position: fixed;
  bottom: -3px;
  width: 100%;
  z-index: 199999;
  border-top: 4px solid #cb0815;
}

.holidays_banner>a {
  font: 400 13px/20px "Open Sans", sans-serif;
  color: #fff;
  background: #cb0815;
  padding: 7px;
  position: absolute;
  text-transform: lowercase;
  text-decoration: none;
  right: 0;
}

.holidays_banner>img {
  width: 100%;
}

.main-banner-navigation {
  z-index: 99;
}

.header-area {
  /* z-index: 101; */
  z-index: 900;
}

.tab-header {
  flex-wrap: wrap;
}

.card-tyre__descroption-item {
  grid-template-columns: 60px auto;
}

.select-filter__drop .select2-results__option {
  padding: 6px 0px !important;
  font: 500 14px / 17px "Montserrat", sans-serif !important;
}

.time-buttons__row {
  justify-content: flex-start !important;
}

.button-danger {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important;
  border: 2px dashed #E30613;
  padding: 2px 30px;
  border-radius: 50px;
}

.button-danger>p {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 600;
}

.text-bold {
  font-weight: 600 !important;
}

.cssload-box_v2 {
  z-index: 100000000;
  height: 100%;
  position: fixed;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgb(255 255 255 / 80%);
}


.model-table tr.not_orel {
  background: #C0C0C0 !important;
}

.model-table__tr:nth-child(2n).not_orel {
  background: #E5E4E2 !important;
}

.our_stock {
  border-color: #03C03C !important;
}

.model-table tr.our_stock td {
  background-color: #50C878 !important;
  border-color: #03C03C !important;
}

.model-table__tr:nth-child(2n).our_stock td {
  background-color: #90EE90 !important;
  border-color: #03C03C !important;
}

.factory {
  border-color: #856088 !important;
}

.model-table tr.factory td {
  background-color: #9966CC !important;
  border-color: #856088 !important;
}

.model-table__tr:nth-child(2n).factory td {
  background-color: #B284BE !important;
  border-color: #856088 !important;
}

.card-tyre-item__link {
  color: #E30613;
}

.filter-mobile,
.filter-mobile-step-next {
  z-index: 999 !important;
}

.mobile-filter__btn .count {
  border: none;
}

.header-top-info-mobile__drop {
  z-index: 901;
  top: -54px;
  bottom: auto;
}

@media (max-width: 991px) {
  body {
    padding-bottom: 0px;
  }
}

@media (max-width: 767.9px) {
  .mob-menu {
    right: 0;
  }
}

.notranslate {
  translate: no;
}

@media (max-width: 767.9px) {
  .card-tyre-cart {
    padding-left: 0;
  }
}

.checkbox__text {
  font-family: "Open Sans", sans-serif;
}

@media (max-width: 767.9px) {
  .widget_container .form-order__checkbox {
    margin-bottom: 10px;
  }

  .widget_container .checkbox__block img {
    display: none;
  }
}

.widget_container .checkbox__input:checked~.checkbox__custom {
  background-color: #CD0410;
  border-color: #CD0410;
}

.modal-body .cost-calculation__col .select2-selection {
  margin-bottom: 10px;
  border: none;
  padding: 5px;
  font: 400 15px / 15px "Open Sans", sans-serif;
  border-bottom: 1px solid #E5E6E8;
  border-radius: 0px;
}

.modal-body .cost-calculation__col .select2-selection .select2-selection__rendered {
  padding-left: 0 !important;
  padding: 0;
}

.modal-body .cost-calculation__col .select2-selection .select2-selection__arrow {
  opacity: .5;
}

label.spike_label {
  width: 50%;
  border: 1px solid #D6DFE6;
  padding: 3px 6px;
  border-radius: 3px;
  font: 400 13px "Open Sans", sans-serif;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  /* gap: 3px; */
  gap: 5px;
  cursor: pointer;
}

label.spike_label.active {
  /* background: #f6f6f8; */
  background: #e3061314;
  border: 1px solid #e30613;
  font-weight: 600;
}

label.spike_label img {
  filter: grayscale(1);
}

label.spike_label.active img {
  filter: grayscale(0);
}

label.spike_label input {
  width: 15px;
  height: 15px;
  border: 1px solid #D6DFE6;
  border-radius: 3px;
}

label.spike_label.active input {
  /* border: 1px solid #e30613; */
  border: none;
  position: relative;
}

label.spike_label.active input::before {
  content: '';
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -2px;
  display: block;
  background: url(../img/red_check.png) no-repeat;
  width: 13px;
  height: 14px;
  background-size: contain;
}

.burger_menu_service .select2-selection__rendered::before {
  content: ' ';
  background: url('../img/burger_black.png') no-repeat;
  width: 15px;
  height: 10px;
  display: inline-block;
  margin-right: 10px;
  opacity: .5;
  background-size: cover;
}

.shopping-cart-contacts .selection {
  height: 42px;
}

#cookie_notification {
  display: none;
  justify-content: space-between;
  align-items: flex-end;
  position: fixed;
  bottom: 0;
  left: 50%;
  width: 100%;
  max-width: 100%;
  transform: translateX(-50%);
  padding: 25px;
  background-color: #f0f3f5;
  /*border-radius: 4px;*/
  box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.4);
  z-index: 999;
}

#cookie_notification p {
  margin: 0;
  font-size: 0.7rem;
  text-align: left;
}


@media (min-width: 576px) {
  #cookie_notification.show {
    display: flex;
    justify-content: center;
  }

  .cookie_notification_2 {
    width: 900px;
    display: flex;
  }

  .cookie_accept {
    margin: 0 0 0 25px;
    background: linear-gradient(to bottom, #e72431 0%, #c4010d 100%);
    color: #fff;
    text-transform: uppercase;
    border-radius: 4px;
    font-weight: bold;
    padding: 8px 31px 10px 30px;
    text-decoration: none;
    border: none;
  }
}

@media (max-width: 575px) {
  #cookie_notification.show {
    display: block;
    text-align: left;
  }

  .cookie_notification_2 {
    display: block !important;
    text-align: left;
  }

  .cookie_accept {
    margin: 10px 0 0 0;
    background: linear-gradient(to bottom, #e72431 0%, #c4010d 100%);
    color: #fff;
    text-transform: uppercase;
    border-radius: 4px;
    font-weight: bold;
    padding: 8px 31px 10px 30px;
    text-decoration: none;
    border: none;
  }
}

#notification {
  display: block;
  justify-content: space-between;
  align-items: flex-end;
  position: fixed;
  bottom: 0;
  left: 50%;
  width: 100%;
  max-width: 100%;
  transform: translateX(-50%);
  padding: 25px;
  /*border-radius: 4px;*/
  box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.4);
  z-index: 9;
  background: #e30613;
}

#notification h3 {
  text-align: center;
  font-size: x-large;
  color: white;
  font-weight: 700;
}

.notification_days {
  display: flex !important;
  justify-content: center !important;
  padding: 10px !important;
}

.notification_days>div {
  width: 60%;
}

.notification_days h3 {
  padding-bottom: 5px;
  font-weight: 600 !important;
  font-size: medium !important;
}

.notification_days p {
  text-align: center;
  color: white;
  font-weight: 500;
  padding: 2px 0;
  font-size: medium !important;
}

.notification_days>a {
  top: 0;
}

.alt_size_button {
  border: 1px solid #E30613;
  color: #e30613;
  background-color: #ffffff;
  border-radius: 50px;
  padding: 10px 29px;
  width: fit-content;
  margin-bottom: 25px;
  cursor: pointer;
  padding: 5px 24px;
}

#alt_size_block {
  width: 60%;
}

@media all and (max-width: 767.9px) {
  #notification {
    bottom: 60px;
  }

  #alt_size_block {
    width: 90%;
  }
}

.alt_block {
  margin-bottom: 22px
}

.alt_button {
  grid-row: 7 / 8;
  z-index: 99;
  grid-column: 1 / 3;
  padding: 5px 0;
  display: grid;
  justify-content: center;
  font: 400 12px "Open Sans", sans-serif;
  background: #282f72;
  width: 100%;
  color: #fff;
  padding-top: 3px;
  padding-bottom: 3px;
  text-align: center;
  border-radius: 6px;
  font-size: 14px;
}