@charset "UTF-8";
@font-face {
  font-family: "Arial Black";
  src: url("./fonts/Arial-Black.eot");
  src: url("./fonts/Arial-Black.eot?#iefix") format("embedded-opentype"), url("./fonts/Arial-Black.woff2") format("woff2"), url("./fonts/Arial-Black.woff") format("woff"), url("./fonts/Arial-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inconsolata";
  src: url("./fonts/Inconsolata-Light.eot");
  src: url("./fonts/Inconsolata-Light.eot?#iefix") format("embedded-opentype"), url("./fonts/Inconsolata-Light.woff2") format("woff2"), url("./fonts/Inconsolata-Light.woff") format("woff"), url("./fonts/Inconsolata-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
.rub {
  font-family: "Inconsolata";
  font-weight: 300;
}

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

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

.responsive-menu {
  top: 61px;
}

main {
  display: flex;
  flex-direction: column;
  align-items: stretch;
}

.slider-pagination-r {
  position: absolute;
  left: 20%;
  right: 20%;
  bottom: -40px;
  font-size: 16px;
  text-align: center;
}
.slider-pagination-r span {
  font-weight: 700;
}
@media (min-width: 575px) {
  .slider-pagination-r {
    display: none;
  }
}

.slider-arrow-r {
  cursor: pointer;
  width: 27px;
  height: 27px;
  border: none;
  background-color: transparent;
  background-image: url("icons/next-r.svg");
  background-size: 27px 27px;
  background-repeat: no-repeat;
  margin: 0;
  padding: 0;
  position: absolute;
  top: calc(50% - 14px);
  z-index: 2;
}
.slider-arrow-r_left {
  transform: rotate(180deg);
}
.slider-arrow-r.slick-disabled {
  background-image: url("./icons/next-r-d.svg");
}
@media (max-width: 767.98px) {
  .slider-arrow-r {
    top: auto;
    bottom: -40px;
  }
}
.slider-arrow-r_left {
  left: -50px;
}
@media (max-width: 767.98px) {
  .slider-arrow-r_left {
    left: 0;
  }
}
.slider-arrow-r_right {
  right: -50px;
}
@media (max-width: 767.98px) {
  .slider-arrow-r_right {
    right: 0;
  }
}

.main-slider-r .slider-arrow-r_right {
  right: 20px;
}

.main-slider-r .slider-arrow-r_left {
  left: 20px;
}

@media (max-width: 575.98px) {
  .main-slider-r .slider-arrow-r_right {
    right: 0;
  }

  .main-slider-r .slider-arrow-r_left {
    left: 0;
  }
}
.section {
  padding-top: 40px;
}
@media (max-width: 1319.98px) {
  .section {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
.section h2 {
  color: #000000;
  font-family: "Arial Black", serif;
  font-size: 30px;
  line-height: 1;
  margin-bottom: 40px;
}
@media (max-width: 1319.98px) {
  .section h2 {
    font-size: 23px;
    margin-bottom: 25px;
  }
}
@media (max-width: 574.98px) {
  .section h2 {
    font-size: 20px;
    margin-bottom: 25px;
  }
}
.section-main-slider {
  background-color: #f6f6f6;
  padding-top: 20px;
  padding-bottom: 30px;
}
@media (max-width: 1319.98px) {
  .section-main-slider {
    padding-top: 16px;
  }
}
@media (max-width: 574.98px) {
  .section-main-slider {
    background-color: transparent;
    padding-bottom: 10px;
  }
}

.header-menu-button {
  width: 32px;
  height: 31px;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
  background-color: #e51b1e;
  border: none;
}

.header-action-button {
  width: 32px;
  height: 32px;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  border: none;
}

.header-r {
  position: relative;
  z-index: 11;
}
@media (max-width: 1319.98px) {
  .header-r {
    margin-bottom: 3px;
  }
}
@media (max-width: 574.98px) {
  .header-r {
    position: fixed;
    right: 0;
    left: 0;
    top: 0;
    z-index: 11;
    height: 91px;
  }
}
.header-r__top {
  background-color: #ffce00;
  padding: 20px 0;
  color: #03090e;
  font-size: 14px;
}
@media (max-width: 574.98px) {
  .header-r__top {
    display: none;
  }
}
.header-r__bottom {
  background-color: #656565;
  color: #ffffff;
  font-size: 14px;
}
.header-r__mobile {
  background-color: #fbd409;
  height: 61px;
}
@media (min-width: 575px) {
  .header-r__mobile {
    display: none;
  }
}
.header-r__mobile > .container {
  display: flex;
  align-items: center;
  height: 100%;
}
.header-r__mobile-menu-button {
  margin-right: 14px;
}
.header-r__mobile-actions {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 10px;
}
@media (max-width: 1319.98px) {
  .header-r__logo img {
    width: 201px;
    height: 39px;
  }
}
.header-r__catalog .menu-button-r {
  width: 116px;
}
@media (max-width: 1319.98px) {
  .header-r__catalog .menu-button-r {
    width: 90px;
  }
}
.header-r__city-picker {
  height: 27px;
  display: flex;
  align-items: center;
}
@media (max-width: 1319.98px) {
  .header-r__city-picker {
    height: 23px;
  }
}
.header-r__enterprise {
  margin-left: auto;
}
.header-r__enterprise .enterprise-r {
  width: 226px;
}
@media (max-width: 1319.98px) {
  .header-r__enterprise .enterprise-r {
    width: 192px;
  }
}
@media (max-width: 991.98px) {
  .header-r__enterprise .enterprise-r {
    width: 100%;
  }
}
.header-r__search .search-widget-r {
  width: 612px;
}
@media (max-width: 1319.98px) {
  .header-r__search .search-widget-r {
    width: 388px;
  }
}
@media (max-width: 991.98px) {
  .header-r__search .search-widget-r {
    width: 100%;
  }
}

.header-r-link {
  font-size: 14px;
}

.header-r-phone {
  font-weight: bold;
  font-size: 22px;
  text-transform: uppercase;
}
@media (max-width: 1319.98px) {
  .header-r-phone {
    font-size: 20px;
  }
}

.checkout-r {
  position: relative;
  display: flex;
  align-items: center;
}
.checkout-r__icon {
  position: relative;
}
@media (max-width: 1319.98px) {
  .checkout-r__icon img {
    width: 23px;
    height: auto;
  }
}
.checkout-r__counter {
  position: absolute;
  right: -10px;
  top: -10px;
  font-size: 12px;
  color: #fff;
  line-height: 22px;
  width: 22px;
  height: 22px;
  background-color: #c52426;
  border-radius: 50%;
  text-align: center;
}
@media (max-width: 1319.98px) {
  .checkout-r__counter {
    width: 19px;
    height: 19px;
    line-height: 19px;
    font-size: 10px;
  }
}
.checkout-r__label {
  margin-left: 10px;
  font-size: 14px;
  line-height: 1;
}

.menu-button-r {
  position: relative;
}
.menu-button-r__icon {
  margin-right: 15px;
}
@media (max-width: 1319.98px) {
  .menu-button-r__icon {
    margin-right: 10px;
  }
  .menu-button-r__icon img {
    width: 23px;
    height: 23px;
  }
}
.menu-button-r__label {
  font-size: 14px;
}
.menu-button-r__wrapper {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.menu-button-r__dropdown {
  position: absolute;
  left: 0;
  top: calc(100% + 5px);
  width: 240px;
  background-color: #ffffff;
  box-shadow: 0 5px 15px 2px rgba(34, 60, 80, 0.2);
  transition: all 0.2s linear;
  transform-origin: 50% 0;
  z-index: 2;
}
.menu-button-r:not(.active) .menu-button-r__dropdown {
  transform: scaleY(0);
  opacity: 0;
  pointer-events: none;
}

.menu-dropdown-r {
  display: flex;
  flex-direction: column;
  align-items: stretch;
}
.menu-dropdown-r__link {
  padding: 5px 10px;
  text-align: left;
  transition: all 0.2s linear;
}
.menu-dropdown-r__link:hover {
  background-color: #c52426;
  color: #ffffff;
}

.city-picker-r {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.city-picker-r__label {
  font-size: 14px;
}
.city-picker-r__icon {
  margin-left: 4px;
}

.enterprise-r {
  padding: 12px 22px;
  font-size: 14px;
  line-height: 13px;
  background-color: #ffffff;
  border-radius: 10px;
  display: block;
  text-align: right;
  transition: all 0.2s linear;
}
@media (max-width: 1319.98px) {
  .enterprise-r {
    padding: 10px 20px;
    font-size: 12px;
    line-height: 12px;
  }
}
.enterprise-r:hover, .enterprise-r.active {
  background-color: #c52426;
  color: #ffffff;
}

.search-widget-r {
  position: relative;
}
.search-widget-r__icon {
  position: absolute;
  left: 10px;
  top: 0;
  bottom: 0;
  width: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.search-widget-r__input {
  height: 50px;
  border: none;
  width: 100%;
  color: #03090e;
  font-size: 14px;
  line-height: 18px;
  padding: 12px 105px 12px 50px;
  background-color: #ffffff;
  border-radius: 10px;
}
@media (max-width: 1319.98px) {
  .search-widget-r__input {
    height: 46px;
  }
}
.search-widget-r__input::placeholder {
  color: #03090e;
}
.search-widget-r__button {
  border: none;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  border-radius: 0 10px 10px 0;
  background-color: #656565;
  color: #ffffff;
  font-size: 14px;
  width: 94px;
  cursor: pointer;
  transition: all 0.2s linear;
}
.search-widget-r__button:hover {
  background-color: #c52426;
}

.header-r-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  overflow-x: auto;
  overflow-y: hidden;
}
.header-r-nav__link {
  height: 45px;
  flex: 1 1 auto;
  text-align: center;
  line-height: 45px;
  color: #ffffff;
  transition: all 0.2s linear;
}
@media (max-width: 1319.98px) {
  .header-r-nav__link {
    font-size: 14px;
    line-height: 40px;
    height: 40px;
    padding: 0 10px;
    white-space: nowrap;
  }
}
@media (max-width: 574.98px) {
  .header-r-nav__link {
    font-size: 14px;
    line-height: 30px;
    height: 30px;
    padding: 0 10px;
    white-space: nowrap;
  }
}
.header-r-nav__link:hover, .header-r-nav__link .active {
  background-color: #c52426;
}

.menu-short {
  background-image: none;
  background-color: #e8e9ed;
  margin-bottom: 5px;
  z-index: 3;
}
@media (max-width: 1319.98px) {
  .menu-short {
    display: none;
  }
}
.menu-short:before {
  display: none;
}

.main-slider-r {
  margin: 0 0 20px !important;
}
@media (max-width: 1319.98px) {
  .main-slider-r {
    margin: 0 0 23px !important;
  }
}
.main-slider-r__slide img {
  width: 100%;
  height: auto;
  display: none;
}
.main-slider-r__slide:first-child img {
  display: block;
}
@media (max-width: 575.98px) {
  .main-slider-r__slide {
    margin-right: 15px;
    width: 75vw;
  }
  .main-slider-r__slide:not(.slick-active) img {
    width: 65vw;
    margin: 3vw 0;
  }
}
.main-slider-r.slick-initialized .main-slider-r__slide img {
  display: block;
}

.main-slider-dots {
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
}
@media (max-width: 1319.98px) {
  .main-slider-dots {
    bottom: 12px;
  }
}
@media (max-width: 991.98px) {
  .main-slider-dots {
    bottom: 15px;
  }
}
.main-slider-dots li {
  display: contents;
  list-style: none;
}
.main-slider-dots li::marker {
  display: none;
}
.main-slider-dots li button {
  width: 12px;
  height: 12px;
  border: none;
  outline: none;
  background-color: #564d54;
  transition: all 0.2s linear;
  font-size: 0;
  margin: 0 8px;
  border-radius: 6px;
  padding: 0;
}
@media (max-width: 1319.98px) {
  .main-slider-dots li button {
    width: 9px;
    height: 9px;
    margin: 0 6px;
  }
}
.main-slider-dots li.slick-active button {
  width: 28px;
  background-color: #ffffff;
}
@media (max-width: 1319.98px) {
  .main-slider-dots li.slick-active button {
    width: 21px;
  }
}

.product-selection-card-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 13px;
}
@media (max-width: 1319.98px) {
  .product-selection-card-grid {
    grid-template-columns: repeat(2, 300px);
    gap: 45px;
    justify-content: center;
  }
}
@media (max-width: 767.98px) {
  .product-selection-card-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    justify-content: center;
  }
}
@media (max-width: 574.98px) {
  .product-selection-card-grid {
    grid-template-columns: 1fr;
    gap: 15px;
    justify-content: center;
  }
}
@media (max-width: 1319.98px) {
  .product-selection-card-grid__item {
    width: 300px;
  }
}
@media (max-width: 767.98px) {
  .product-selection-card-grid__item {
    width: auto;
  }
}

.product-selection-controls {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 10px 12px;
}
.product-selection-controls__item_long {
  grid-column: span 2;
}
.product-selection-controls__item .chzn-container {
  margin: 0;
  width: 100% !important;
}

.product-selection-card {
  height: 100%;
  border-radius: 0 0 10px 10px;
  background-color: #ffffff;
  box-shadow: 0 3px 4.85px 0.15px rgba(0, 0, 0, 0.19);
  display: flex;
  flex-direction: column;
  align-items: stretch;
}
.product-selection-card__header {
  padding: 9px 18px;
  display: flex;
  align-items: center;
  background-color: #fdd500;
  flex: 0 0 auto;
}
.product-selection-card__body {
  flex: 1 1 auto;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.product-selection-card__icon {
  flex: 0 0 62px;
  width: 62px;
  height: 62px;
  background-color: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
}
.product-selection-card__title {
  flex: 0 0 auto;
  font-size: 16px;
  line-height: 1.2;
  color: #000000;
}
@media (max-width: 767.98px) {
  .product-selection-card__title {
    font-size: 14px;
  }
}

.services-r-mobile {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 10px;
  margin-bottom: 30px;
}
.service-card-r-mobile {
  background-size: 100% 100%;
  padding: 7px 10px;
  display: flex;
  align-items: center;
}
.service-card-r-mobile_bg-1 {
  background-image: url("./service-card-bg-1.png");
}
@media (-webkit-min-device-pixel-ratio: 1.5) {
  .service-card-r-mobile_bg-1 {
    background-image: url("./service-card-bg-1@2x.png");
  }
}
@media (-webkit-min-device-pixel-ratio: 2.5) {
  .service-card-r-mobile_bg-1 {
    background-image: url("./service-card-bg-1@3x.png");
  }
}
.service-card-r-mobile_bg-2 {
  background-image: url("./service-card-bg-2.png");
}
@media (-webkit-min-device-pixel-ratio: 1.5) {
  .service-card-r-mobile_bg-2 {
    background-image: url("./service-card-bg-2@2x.png");
  }
}
@media (-webkit-min-device-pixel-ratio: 2.5) {
  .service-card-r-mobile_bg-2 {
    background-image: url("./service-card-bg-2@3x.png");
  }
}
.service-card-r-mobile_bg-3 {
  background-image: url("./service-card-bg-3.png");
}
@media (-webkit-min-device-pixel-ratio: 1.5) {
  .service-card-r-mobile_bg-3 {
    background-image: url("./service-card-bg-3@2x.png");
  }
}
@media (-webkit-min-device-pixel-ratio: 2.5) {
  .service-card-r-mobile_bg-3 {
    background-image: url("./service-card-bg-3@3x.png");
  }
}
.service-card-r-mobile:hover, .service-card-r-mobile.active {
  background-image: url("./service-card-bg-active.png");
}
@media (-webkit-min-device-pixel-ratio: 1.5) {
  .service-card-r-mobile:hover, .service-card-r-mobile.active {
    background-image: url("./service-card-bg-active@2x.png");
  }
}
@media (-webkit-min-device-pixel-ratio: 2.5) {
  .service-card-r-mobile:hover, .service-card-r-mobile.active {
    background-image: url("./service-card-bg-active@3x.png");
  }
}
.service-card-r-mobile__icon {
  width: 53px;
  height: 53px;
  border-radius: 50%;
  background-color: #ffffff;
  margin-right: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.service-card-r-mobile__title {
  font-size: 12px;
  color: #000;
  line-height: 1;
}

.service-card-r-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px;
}
@media (max-width: 767.98px) {
  .service-card-r-grid {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px;
  }
}
@media (max-width: 574.98px) {
  .service-card-r-grid {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 10px;
  }
}
.service-card-r {
  box-shadow: 0 0 7.28px 0.72px rgba(0, 0, 0, 0.26);
  background-color: #fff;
}
.service-card-r__title {
  background-color: #e9e9e9;
  font-size: 20px;
  color: #000;
  height: 140px;
  text-align: center;
  padding: 20px 15px 0;
}
@media (max-width: 1319.98px) {
  .service-card-r__title {
    height: 110px;
    font-size: 15px;
    padding: 15px 15px 0;
  }
}
.service-card-r__image {
  height: 90px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding: 0 25px;
}
@media (max-width: 1319.98px) {
  .service-card-r__image {
    height: 70px;
  }
}
.service-card-r__image img {
  height: auto;
  max-width: 100%;
}
@media (max-width: 1319.98px) {
  .service-card-r__image img {
    max-height: 125px;
  }
}
.service-card-r__button {
  font-size: 16px;
  line-height: 18px;
  color: #000;
  background-color: #c0c0c0;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.service-card-r__button:hover {
  background-color: #fdd500;
}
@media (max-width: 1319.98px) {
  .service-card-r__button {
    height: 45px;
    font-size: 12px;
    line-height: 14px;
  }
}

.advantages-r-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 25px 120px;
}
@media (max-width: 1319.98px) {
  .advantages-r-grid {
    grid-gap: 25px 30px;
  }
}
@media (max-width: 991.98px) {
  .advantages-r-grid {
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px;
  }
}
@media (max-width: 574.98px) {
  .advantages-r-grid {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px;
  }
}
.advantages-r-card__image {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 80px;
  margin-bottom: 15px;
}
.advantages-r-card__title {
  font-family: "Arial Black";
  font-size: 14px;
  line-height: 18px;
  text-align: center;
}
.advantages-r-card__text {
  font-size: 14px;
  line-height: 18px;
  text-align: center;
}

.great-deals-slider-r-wrapper {
  position: relative;
}

.great-deals-slider-r {
  max-width: 1160px;
  margin: 0 auto;
  position: relative;
  display: flex;
}
.great-deals-slider-r__item {
  margin-right: 6px;
}
@media (max-width: 574.98px) {
  .great-deals-slider-r__item {
    margin: 0;
  }
}
.great-deals-slider-r__item:first-child img {
  display: block;
}
.great-deals-slider-r.slick-initialized .great-deals-slider-r__item img {
  display: block;
}

.great-deal-card__preview {
  width: 100%;
  border-radius: 10px 10px 0 0;
  overflow: hidden;
}
.great-deal-card__preview img {
  width: 100%;
  height: 100%;
}
.great-deal-card__title {
  font-size: 14px;
  font-weight: bold;
  line-height: 15px;
  color: #000;
}
.great-deal-card__body {
  padding: 20px 20px 30px;
  background-color: #e5e5e5;
  border-radius: 0 0 10px 10px;
}
.great-deal-card:hover .great-deal-card__preview {
  border-color: #ffcf00;
}
.great-deal-card:hover .great-deal-card__body {
  background-color: #ffcf00;
}

.about-r__text {
  font-size: 14px;
  line-height: 15px;
  color: #000;
  margin-bottom: 15px;
}
.about-r__button {
  display: flex;
  justify-content: center;
}
.about-r:not(.active) .about-r__text_full {
  display: none;
}
.about-r.active .about-r__text_short {
  display: none;
}

@media (min-width: 575px) {
  .brands-r_style-1 {
    background-image: linear-gradient(-12deg, rgba(158, 248, 226, 0.5) 0%, rgba(120, 207, 238, 0.5) 56%, rgba(82, 165, 250, 0.5) 100%);
  }
  .brands-r_style-2 {
    background-image: linear-gradient(-12deg, rgba(255, 225, 81, 0.5) 0%, rgba(255, 172, 85, 0.5) 56%, rgba(254, 119, 89, 0.5) 100%);
  }
  .brands-r_style-3 {
    background-image: linear-gradient(-12deg, rgba(143, 253, 228, 0.5) 0%, rgba(198, 254, 189, 0.5) 56%, rgba(252, 255, 150, 0.5) 100%);
  }
}
.brands-r__header {
  overflow: hidden;
}
.brands-r__header > .container {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  position: relative;
}
.brands-r__header > .container:before, .brands-r__header > .container:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  background-color: #f6f6f6;
}
.brands-r__header > .container:before {
  left: calc(100% - 15px);
  right: -100%;
}
.brands-r__header > .container:after {
  right: calc(100% - 15px);
  left: -100%;
}
@media (max-width: 574.98px) {
  .brands-r__header {
    display: none;
  }
}
.brands-r__body {
  padding: 30px 0 40px;
}
@media (max-width: 574.98px) {
  .brands-r__body {
    padding: 0 0 40px;
  }
}
.brands-r__body > .container {
  position: relative;
}
.brands-r__title {
  flex: 1 1 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 85px;
  cursor: pointer;
  transition: all 0.2s linear;
}
@media (max-width: 574.98px) {
  .brands-r__title {
    height: 40px;
  }
}
.brands-r__title img {
  transition: all 0.2s linear;
  max-width: 80%;
  max-height: 80%;
}
.brands-r__title:not(.active) {
  background-color: #f6f6f6;
}
.brands-r__title:not(.active) img {
  filter: grayscale(1);
}
.brands-r__title:hover {
  background-color: rgba(246, 246, 246, 0.5);
}
.brands-r__title:hover img {
  filter: grayscale(0.5);
}
.brands-r__title.active {
  background-color: transparent;
}
.brands-r__title.active img {
  filter: grayscale(0);
}
.brands-r__image {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.brands-r__image img {
  max-width: 80%;
  height: auto;
}
.brands-r__tab {
  height: 100%;
}
@media (min-width: 575px) {
  .brands-r__tab:not(.active) {
    display: none;
  }
}
@media (max-width: 574.98px) {
  .brands-r__tab {
    padding: 25px 20px 30px;
  }
  .brands-r__tab:nth-child(1) {
    background-image: linear-gradient(-12deg, rgba(158, 248, 226, 0.5) 0%, rgba(120, 207, 238, 0.5) 56%, rgba(82, 165, 250, 0.5) 100%);
  }
  .brands-r__tab:nth-child(2) {
    background-image: linear-gradient(-12deg, rgba(255, 225, 81, 0.5) 0%, rgba(255, 172, 85, 0.5) 56%, rgba(254, 119, 89, 0.5) 100%);
  }
  .brands-r__tab:nth-child(3) {
    background-image: linear-gradient(-12deg, rgba(143, 253, 228, 0.5) 0%, rgba(198, 254, 189, 0.5) 56%, rgba(252, 255, 150, 0.5) 100%);
  }
}

@media (min-width: 575px) {
  .brands-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 20px;
  }
}
.brand-card-r {
  display: flex;
  justify-content: center;
}
.brand-card-r img {
  max-width: 100%;
  height: auto;
}
@media (min-width: 575px) {
  .brand-card-r img {
    box-shadow: 0 0 8.64px 0.36px rgba(0, 0, 0, 0.19);
  }
}

.brands-r-text {
  color: #000;
  font-size: 16px;
  line-height: 1;
}
@media (max-width: 1319.98px) {
  .brands-r-text {
    font-size: 14px;
  }
}

.brands-r-certificate {
  display: flex;
  align-items: baseline;
  justify-content: flex-end;
  cursor: pointer;
}
@media (max-width: 574.98px) {
  .brands-r-certificate {
    justify-content: center;
    align-items: center;
  }
}
.brands-r-certificate__icon {
  margin-right: 10px;
}
@media (max-width: 574.98px) {
  .brands-r-certificate__icon img {
    width: 21px;
    height: auto;
  }
}
.brands-r-certificate__label {
  color: #000;
  font-size: 12px;
  text-decoration: underline;
}
.brands-r-certificate:hover .brands-r-certificate__label {
  text-decoration: none;
}
.brands-slider-r {
	display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.brands-slider-r__item {
  cursor: pointer;
  /*margin-right: 30px;*/
  flex: 1 0 auto;
}
.brands-slider-r__item img {
  transition: all 0.2s linear;
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}
.brands-slider-r__item:not(:hover) img {
  /*filter: grayscale(1);*/
}

.brands-slider-r-list {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-gap: 15px;
}
.brands-slider-r-list__item {
  cursor: pointer;
}
.brands-slider-r-list__item img {
  transition: all 0.2s linear;
}
.brands-slider-r-list__item:not(:hover) img {
  filter: grayscale(1);
}

.brands-slider-r-wrapper {
  max-width: 1140px;
  margin: 0 auto;
}
.brands-slider-r-wrapper:not(.active) .brands-slider-r-list {
  display: none;
}
.brands-slider-r-wrapper.active .brands-slider-r {
  display: none;
}

.brands-slider-r-link {
  font-size: 12px;
  line-height: 1;
  text-decoration: underline;
}
.brands-slider-r-link:hover {
  text-decoration: none;
}

.footer-r {
  color: #eaeaea;
  background-color: #000;
}
.footer-r__top {
  padding: 35px 0 40px;
}
@media (max-width: 991.98px) {
  .footer-r__top {
    padding: 25px 0 35px;
  }
}
@media (max-width: 767.98px) {
  .footer-r__top {
    padding: 30px 0 15px;
    border-bottom: none;
  }
}
@media (max-width: 574.98px) {
  .footer-r__top {
    padding: 30px 0 5px;
  }
}
.footer-r__bottom {
  border-top: 1px solid #656565;
  padding: 35px 0 55px;
}
@media (max-width: 1319.98px) {
  .footer-r__bottom {
    padding: 35px 0 45px;
  }
}
@media (max-width: 991.98px) {
  .footer-r__bottom {
    padding: 25px 0 35px;
  }
}
@media (max-width: 767.98px) {
  .footer-r__bottom {
    padding: 15px 0 30px;
    border-bottom: none;
  }
}
@media (max-width: 574.98px) {
  .footer-r__bottom {
    padding: 10px 0 30px;
  }
}
.footer-r__contacts {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: space-between;
}

.footer-nav-r {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  height: 280px;
}
@media (max-width: 991.98px) {
  .footer-nav-r {
    height: 245px;
  }
}
@media (max-width: 767.98px) {
  .footer-nav-r {
    height: 370px;
  }
}
@media (max-width: 574.98px) {
  .footer-nav-r {
    height: 310px;
  }
}
.footer-nav-r__link {
  flex: 0 0 46px;
  color: #eaeaea;
  font-size: 20px;
  line-height: 1.2;
  display: flex;
  align-items: center;
}
@media (max-width: 1319.98px) {
  .footer-nav-r__link {
    font-size: 18px;
  }
}
@media (max-width: 991.98px) {
  .footer-nav-r__link {
    flex: 0 0 40px;
    font-size: 16px;
  }
}
@media (max-width: 574.98px) {
  .footer-nav-r__link {
    flex: 0 0 34px;
    font-size: 14px;
  }
}

.footer-contacts-r {
  text-align: right;
}
@media (max-width: 991.98px) {
  .footer-contacts-r {
    text-align: center;
  }
}
.footer-contacts-r__phone {
  color: #ffffff;
  font-size: 28px;
  line-height: 1;
  margin-bottom: 5px;
  display: block;
  font-family: "Arial Black";
}
@media (max-width: 1319.98px) {
  .footer-contacts-r__phone {
    font-size: 23px;
  }
}
@media (max-width: 991.98px) {
  .footer-contacts-r__phone {
    font-size: 18px;
  }
}
@media (max-width: 574.98px) {
  .footer-contacts-r__phone {
    font-size: 16px;
  }
}
.footer-contacts-r__email {
  color: #ffffff;
  font-size: 20px;
  line-height: 1;
  font-weight: 400;
  margin-bottom: 15px;
  display: block;
}
@media (max-width: 1319.98px) {
  .footer-contacts-r__email {
    font-size: 18px;
  }
}
@media (max-width: 991.98px) {
  .footer-contacts-r__email {
    font-size: 15px;
  }
}
@media (max-width: 574.98px) {
  .footer-contacts-r__email {
    font-size: 14px;
  }
}
@media (max-width: 991.98px) {
  .footer-contacts-r__button {
    display: none;
  }
}

.footer-enterprise-r {
  font-size: 18px;
  line-height: 20px;
  text-decoration: underline;
  color: #ffffff;
  text-align: right;
}
@media (max-width: 991.98px) {
  .footer-enterprise-r {
    text-align: center;
    font-size: 15px;
  }
}
@media (max-width: 574.98px) {
  .footer-enterprise-r {
    font-size: 14px;
  }
}

.footer-copywrite-r {
  font-size: 12px;
  line-height: 13px;
}
@media (max-width: 767.98px) {
  .footer-copywrite-r {
    text-align: center;
  }
}

.footer-socials-r {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}
.footer-payments-r {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 5px;
}
@media (max-width: 767.98px) {
  .footer-payments-r {
    justify-content: center;
  }
}
.button-r {
  text-align: center;
  padding: 15px 15px;
  font-size: 16px;
  line-height: 20px;
  color: #000;
  background-color: #ffffff;
  border-radius: 25px;
  outline: none;
  border: none;
  transition: all 0.2s linear;
  cursor: pointer;
  min-width: 270px;
}
@media (max-width: 1319.98px) {
  .button-r {
    font-size: 13px;
    padding: 10px 15px;
    width: 220px;
  }
}
.button-r:hover {
  background-color: #f2f2f2;
}
.button-r_primary {
  background-color: #ffcf00;
}
.button-r_primary:hover {
  background-color: #e6ba00;
}
.button-r_grey {
  background-color: #e9e9e9;
}
.button-r_grey:hover {
  background-color: #ffcf00;
}
.button-r_block {
  width: 100%;
  display: block;
}
.button-r_small {
  font-size: 14px;
  line-height: 18px;
  padding: 6px 15px;
  min-width: 170px;
}

.modal-mobile {
  position: fixed;
  top: 91px;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 11;
  padding: 15px 0;
  background-color: #ffffff;
  overflow-y: auto;
}
@media (min-width: 575px) {
  .modal-mobile {
    display: none !important;
  }
}
.modal-mobile:not(.active) {
  display: none;
}
.modal-mobile-close {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  outline: none;
  background-color: transparent;
}

.product-selection-head {
  display: flex;
  align-items: center;
  margin-bottom: 18px;
}
.product-selection-head__icon {
  margin-right: 10px;
}
.product-selection-head__title {
  font-size: 16px;
  color: #000;
  line-height: 1;
}

body.overflow-hidden {
  overflow: hidden;
}

.product-sticker {
  display: inline-flex;
}
.product-sticker img {
  width: 60px;
  height: 60px;
}

.product-details__row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -10px;
  margin-left: -10px;
}
.product-details__column {
  padding-left: 10px;
  padding-right: 10px;
  width: 100%;
  max-width: 100%;
}
.product-details__column_left {
  flex: 0 0 100%;
  max-width: 100%;
}
@media (min-width: 992px) {
  .product-details__column_left {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (min-width: 1320px) {
  .product-details__column_left {
    flex: 0 0 38.5%;
    max-width: 38.5%;
  }
}
.product-details__column_right {
  flex: 0 0 100%;
  max-width: 100%;
}
@media (min-width: 992px) {
  .product-details__column_right {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (min-width: 1320px) {
  .product-details__column_right {
    flex: 0 0 calc(100% - 38.5%);
    max-width: calc(100% - 38.5%);
  }
}

.product-details-gallery__container {
  position: relative;
  border-radius: 10px;
  background-color: white;
  box-shadow: 0 1px 6.51px 0.49px rgba(0, 0, 0, 0.22);
  padding: 22px 28px;
}
@media (max-width: 767px) {
  .product-details-gallery__container {
    padding: 12px;
    border-radius: 5px;
  }
}
.product-details-gallery__main {
  position: relative;
  z-index: 1;
  margin-bottom: 25px;
  width: 100%;
  height: 310px;
  overflow: hidden;
}
.product-details-gallery__main .slick-dots li {
  width: 20px;
  height: 20px;
}
.product-details-gallery__main .slick-dots li button {
  width: 20px;
  height: 20px;
}
.product-details-gallery__main .slick-dots li button:before {
  background-color: #564d54;
  width: 9px;
  height: 9px;
  border-radius: 5px;
  transition: all 0.2s linear;
}
.product-details-gallery__main .slick-dots li.slick-active button:before {
  background-color: #f5e943;
  width: 20px;
}
@media (max-width: 767px) {
  .product-details-gallery__main {
    height: 312px;
    margin: 0 !important;
  }
  .product-details-gallery__main .slick-dots {
    bottom: 0;
  }
  .product-details-gallery__main .product-details-gallery__image {
    padding-bottom: 40px;
  }
}
.product-details-gallery__main .slick-track {
  display: flex;
}
.product-details-gallery__main .slick-track .slick-slide {
  display: flex;
  height: auto;
  align-items: center;
  justify-content: center;
}
.product-details-gallery__thumbnails-wrapper {
  padding: 0 38px;
  position: relative;
}
@media (max-width: 767px) {
  .product-details-gallery__thumbnails-wrapper {
    display: none;
  }
}
.product-details-gallery__arrow {
  position: absolute;
  top: 50%;
  margin: 0;
  margin-top: -15px;
  background-image: url("./arrow-default.png");
  background-size: 18px 30px;
  background-repeat: no-repeat;
  background-position: center center;
  width: 30px;
  height: 30px;
  padding: 0;
  background-color: transparent;
  border: none;
  cursor: pointer;
}
.product-details-gallery__arrow_prev {
  transform: rotate(180deg);
  left: -45px;
}
.product-details-gallery__arrow_next {
  right: -45px;
}
.product-details-gallery__arrow.slick-disabled {
  background-image: url("./arrow-disabled.png");
}
.product-details-gallery__stickers {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 15px;
  position: absolute;
  left: 28px;
  top: 22px;
  z-index: 2;
}
.product-details-gallery__stickers--right {
  left: auto;
  right: 28px;
}
@media (max-width: 767.98px) {
  .product-details-gallery__stickers {
    left: 15px;
    top: 15px;
  }
  .product-details-gallery__stickers--right {
    left: auto;
    right: 15px;
  }
}
.product-details-gallery__image {
  display: flex !important;
  align-items: center;
  justify-content: center;
}
.product-details-gallery__image img {
  max-height: 310px;
  max-width: 100%;
  object-fit: contain;
}
@media (max-width: 767px) {
  .product-details-gallery__image img {
    height: 272px;
  }
}
.product-details-gallery__thumb {
  width: 68px;
  height: 68px;
  border-width: 1px;
  border-color: #dedede;
  border-style: solid;
  background-color: white;
  margin-right: 22px;
  overflow: hidden;
  transition: all 0.2s linear;
}
.product-details-gallery__thumb img {
  width: inherit;
  height: inherit;
  object-fit: contain;
}
.product-details-gallery__thumb.slick-active {
  border-color: #000;
}

.product-details-counter {
  display: flex;
  align-items: center;
}
.product-details-counter__input {
  height: 29px;
  border-radius: 0;
  border: none;
  border-top: 1px solid #636363;
  border-bottom: 1px solid #636363;
  text-align: center;
  width: 59px;
}
@media (max-width: 400px) {
  .product-details-counter__input {
    width: 45px;
  }
}
.product-details-counter__button {
  cursor: pointer;
  width: 40px;
  height: 29px;
  border: none;
  color: #ffffff;
  background-color: #636363;
  transition: all 0.2s linear;
}
@media (max-width: 400px) {
  .product-details-counter__button {
    width: 30px;
  }
}
.product-details-counter__button_prev {
  border-radius: 10px 0 0 10px;
}
.product-details-counter__button_next {
  border-radius: 0 10px 10px 0;
}
.product-details-counter__button:hover {
  background-color: #ffcf00;
}

.product-details-checkout__prices {
  margin-bottom: 7px;
  display: flex;
  align-items: flex-start;
  white-space: nowrap;
}
.product-details-checkout__prices .product-details-price_previous {
  margin-left: 15px;
}
.product-details-checkout__counter {
  margin-bottom: 15px;
}
.product-details-checkout__summary {
  font-size: 18px;
  color: black;
  font-weight: bold;
  letter-spacing: 0.5px;
}

.product-details-checkout__summary--small{
  font-size: 12px;
}

.product-details-checkbox {
  position: relative;
  display: flex;
  align-items: flex-start;
  cursor: pointer;
  margin-bottom: 25px;
  padding-left: 25px;
}
.product-details-checkbox input {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 0;
  opacity: 0;
}
.product-details-checkbox__indicator {
  position: absolute;
  left: 0;
  top: -2px;
  width: 18px;
  height: 18px;
  display: inline-block;
  flex-shrink: 0;
  margin-right: 10px;
}
.product-details-checkbox__indicator:after {
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 18px;
  height: 18px;
  border: 1px solid #000;
}
.product-details-checkbox__indicator:before {
  border-radius: 50%;
  content: "";
  position: absolute;
  left: 3px;
  top: 3px;
  width: 12px;
  height: 12px;
}
input:checked ~ .product-details-checkbox__indicator:before {
  background-color: #f3d529;
}
.product-details-checkbox__label {
  font-size: 12px;
  color: black;
  line-height: 1.25;
}

.product-details-offer {
  font-size: 10px;
  color: black;
}
.product-details-offer a {
  text-decoration: underline;
  font-weight: bold;
}
.product-details-offer a:hover {
  text-decoration: none;
}

.product-details-submit {
  background-color: #ffcf00;
  width: 100%;
  height: 41px;
  border-radius: 20px;
  border: none;
  color: black;
  font-weight: bold;
  line-height: 1.23;
  text-align: center;
  padding: 0;
  cursor: pointer;
  transition: all 0.2s linear;
}
.product-details-submit:hover {
  background-color: #dbb300;
}

.product-details-available {
  font-size: 12px;
  color: black;
  line-height: 1.25;
}

.product-details-price_default {
  font-size: 30px;
  color: black;
  font-weight: bold;
  letter-spacing: 1px;
}
.product-details-price_previous {
  font-size: 16px;
  color: #630a0a;
  position: relative;
}
.product-details-price_previous span {
  position: relative;
  z-index: 1;
}
.product-details-price_previous:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 0;
  right: 4px;
  bottom: 45%;
  border: 1px solid #ff0909;
  transform-origin: 50% 50%;
  transform: rotate(168deg);
}

@media (max-width: 767px) {
  .product-details-submit-wrapper {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10;
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-color: #dedede;
    border-style: solid;
    padding: 15px 40px;
    background-color: #f9f9f9;
    margin: 0;
  }
}

.product-details-box {
  width: 100%;
  padding: 18px 40px;
  background-color: #f3f3f3;
}
@media (max-width: 767px) {
  .product-details-box {
    padding: 0;
    background-color: transparent;
  }
}

.product-details-params__item {
  margin-bottom: 15px;
}

.product-details-property {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #010101;
}
.product-details-property__label {
  position: relative;
  width: 195px;
  overflow: hidden;
  margin-right: 5px;
}
.product-details-property__label span {
  position: relative;
  z-index: 1;
  display: inline-flex;
  background-color: #ffffff;
}
.product-details-property__label:after {
  z-index: 0;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 5px;
  border-bottom: 1px solid #c9c8c8;
}
.product-technology-card {
  position: relative;
  background: #f3f3f3;
  border: 3px solid #dedede;
  width: 60px;
  height: 60px;
}
.product-technology-card img {
  width: 100%;
  height: 100%;
}
.product-technology-card:after, .product-technology-card:before {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  opacity: 0;
}
.product-technology-card:after {
  border-color: rgba(243, 243, 243, 0);
  border-top-color: #f3f3f3;
  border-width: 7px;
  margin-left: -7px;
}
.product-technology-card:before {
  border-color: rgba(255, 207, 0, 0);
  border-top-color: #ffcf00;
  border-width: 11px;
  margin-left: -11px;
}
.product-technology-card.active {
  border: 3px solid #ffcf00;
}
.product-technology-card.active:after, .product-technology-card.active:before {
  opacity: 1;
}

.product-details-technology__head .slick-track {
  padding-bottom: 15px;
}
.product-details-technology__card-description {
  font-size: 11px;
  color: black;
  line-height: 1.182;
}
.product-details-technology__card-description:not(.active) {
  display: none;
}

.product-details-tabs-desktop__head {
  border-bottom: 1px solid #dedede;
  display: flex;
  align-items: baseline;
}
@media (min-width: 1320px) {
  .product-details-tabs-desktop__head {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .product-details-tabs-desktop__head {
    display: none;
  }
}
.product-details-tabs-desktop__title {
  position: relative;
  padding: 5px 15px;
  font-size: 18px;
  color: black;
  font-weight: 400;
  cursor: pointer;
}
.product-details-tabs-desktop__title:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  opacity: 0;
  background-color: #ffcf00;
  height: 4px;
}
.product-details-tabs-desktop__title.active {
  font-weight: bold;
}
.product-details-tabs-desktop__title.active:after {
  opacity: 1;
}
.product-details-tabs-desktop__body {
  padding-top: 22px;
}
@media (min-width: 768px) {
  .product-details-tabs-desktop__content:not(.active) {
    display: none;
  }
}

.product-details-map {
  height: 465px;
  width: 100%;
}

.product-details-map-nav {
  background-color: #f3f3f3;
  width: 100%;
}
@media (min-width: 992px) {
  .product-details-map-nav {
    display: block;
    height: 100%;
  }
}
.product-details-map-nav tr[data-coordinates] {
  cursor: pointer;
}
.product-details-map-nav tr[data-coordinates]:hover {
  background-color: rgba(255, 207, 0, 0.9);
}
.product-details-map-nav tr th, .product-details-map-nav tr td {
  height: 52px;
  padding: 10px 25px;
  font-size: 14px;
}
@media (max-width: 767px) {
  .product-details-map-nav tr th, .product-details-map-nav tr td {
    height: 37px;
    padding: 5px 10px;
    font-size: 12px;
  }
}
.product-details-map-nav tr th {
  color: #fff;
  background-color: #636363;
}
.product-details-map-nav tr td {
  color: #000;
  background-color: #f3f3f3;
}
.product-details-map-nav tr.active td {
  background-color: #ffcf00;
}

.product-details-description {
  padding-top: 10px;
  font-size: 13px;
  line-height: 1;
  display: flex;
}
.product-details-description img {
  max-width: 100%;
}

.product-details-dropdown-mobile__header {
  position: relative;
  padding: 15px;
  font-size: 18px;
  text-transform: uppercase;
  border-top: 1px solid #dedede;
  border-bottom: 1px solid #dedede;
  margin-left: -15px;
  margin-right: -15px;
  margin-top: -1px;
}
.product-details-dropdown-mobile__header:after {
  content: "";
  position: absolute;
  right: 26px;
  top: 50%;
  margin-top: -4px;
  height: 8px;
  width: 14px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-image: url("./dropdown-arrow.png");
}
.product-details-dropdown-mobile:not(.active) .product-details-dropdown-mobile__header:after {
  transform: rotate(180deg);
}
@media (min-width: 768px) {
  .product-details-dropdown-mobile__header {
    display: none;
  }
}
@media (max-width: 767px) {
  .product-details-dropdown-mobile__body {
    margin-top: 15px;
  }
  .product-details-dropdown-mobile:not(.active) .product-details-dropdown-mobile__body {
    display: none;
  }
}

.cart-checkout__group {
  margin-bottom: 30px;
}
.cart-checkout__group h3 {
  font-family: "Arial Black";
  font-size: 15px;
  color: black;
  font-weight: 900;
  margin-bottom: 20px;
}
.cart-checkout__congrats {
  font-size: 16px;
  line-height: 1.2;
  font-weight: 700;
  margin-bottom: 15px;
  color: #000;
}
@media (min-width: 1320px) {
  .cart-checkout__congrats {
    margin-top: 38px;
  }
}
.cart-checkout__you-order-title {
  font-size: 20px;
  line-height: 1.2;
  text-transform: uppercase;
  font-weight: 900;
  font-family: "Arial Black";
  color: #000;
  margin-bottom: 10px;
}
.cart-checkout__summary {
  font-size: 15px;
  font-family: "Arial";
  color: black;
  line-height: 1.25;
}
.cart-checkout__passport-wrapper {
  width: 400px;
  max-width: 100%;
}
.cart-checkout__passport-text {
  font-size: 15px;
  color: black;
  line-height: 1.333;
}
.cart-checkout__submit {
  display: flex;
  justify-content: center;
}
@media (max-width: 767px) {
  .cart-checkout__submit {
    margin-top: 0;
  }
}
.cart-checkout__info {
  text-align: center;
  font-size: 14px;
  color: #636363;
}
.cart-checkout__offer-text {
  font-size: 10px;
  color: black;
}
.cart-checkout__price {
  font-size: 30px;
  color: black;
  font-weight: bold;
}
.cart-checkout__price--old {
  font-size: 26px;
  color: #656565;
  font-weight: initial;
}
.cart-checkout__price--old span {
  position: relative;
}
.cart-checkout__price--old span:after {
  display: block;
  width: 100%;
  height: 3px;
  position: absolute;
  left: 0;
  top: 50%;
  content: '';
  background: #ff1100;
  margin-top: -1px;
  transform: translate(0px, 0px) rotate(-12deg);
}
.cart-checkout__price--to-order {
  font-size: 20px;
  margin-top: 30px;
}

.cart-product {
  padding: 15px;
  margin-bottom: 15px;
  border-width: 1px;
  border-color: #dedede;
  border-style: solid;
  background-color: white;
  display: flex;
  align-items: center;
  gap: 25px;
  position: relative;
}
@media (max-width: 1319px) {
  .cart-product {
    gap: 15px;
  }
}
@media (max-width: 991px) {
  .cart-product {
    gap: 20px;
    flex-wrap: wrap;
    padding: 0;
  }
  .cart-product:before {
    position: absolute;
    content: "";
    bottom: 80px;
    left: 0;
    right: 0;
    pointer-events: none;
    border-bottom: 1px solid #dedede;
  }
  .cart-product.cart-product_final:before {
    display: none;
  }
  .cart-product_final {
    padding-bottom: 15px;
  }
}
.cart-product__image {
  width: 130px;
  height: 130px;
  flex: 0 0 auto;
}
.cart-product__image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media (max-width: 1319px) {
  .cart-product__image {
    width: 100px;
    height: 100px;
  }
}
@media (max-width: 991px) {
  .cart-product__image {
    flex: 0 0 145px;
    width: 145px;
    height: 145px;
    padding-left: 15px;
    padding-top: 15px;
  }
}
.cart-product__name {
  font-size: 15px;
  color: black;
  line-height: 1;
  font-weight: 700;
  flex: 1 1 auto;
}
@media (max-width: 991px) {
  .cart-product__name {
    flex: 0 0 calc(100% - 175px);
    padding-right: 15px;
    padding-top: 15px;
  }
  .cart-product_final .cart-product__name {
    align-self: flex-start;
  }
}
.cart-product__count {
  flex: 0 0 160px;
  font-size: 14px;
  color: black;
  text-align: center;
}
@media (max-width: 991px) {
  .cart-product__count {
    display: none;
  }
}
.cart-product__counter {
  flex: 0 0 auto;
  display: flex;
  justify-content: center;
}
.cart-product__counter .product-details-checkout__counter {
  margin-bottom: 0;
}
@media (max-width: 1319px) {
  .cart-product__counter {
    flex: 0 0 140px;
  }
}
@media (max-width: 991px) {
  .cart-product__counter {
    flex: 0 0 calc(50% - 10px);
    height: 80px;
    display: flex;
    align-items: center;
    padding-left: 15px;
  }
}
.cart-product__price {
  flex: 0 0 200px;
  font-size: 23px;
  color: black;
  font-weight: bold;
  line-height: 0.565;
  text-align: center;
}
.cart-product_final .cart-product__price {
  flex: 0 0 200px;
}
@media (max-width: 1319px) {
  .cart-product__price {
    font-size: 20px;
    flex: 0 0 140px;
  }
}
@media (max-width: 991px) {
  .cart-product__price {
    font-size: 22px;
    position: absolute;
    flex: 0 0 auto;
    right: 10px;
    bottom: 95px;
  }
  .cart-product_final .cart-product__price {
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    right: auto;
    left: 164px;
    top: 80px;
    bottom: auto;
  }
}
.cart-product__price--to-order {
  font-size: 14px;
  line-height: 18px;
}
.cart-product__sum {
  flex: 0 0 155px;
  font-size: 23px;
  color: black;
  font-weight: bold;
  text-align: center;
  line-height: 1;
}
.cart-product_final .cart-product__sum {
  flex: 0 0 350px;
}
@media (max-width: 1319px) {
  .cart-product__sum {
    font-size: 20px;
    flex: 0 0 160px;
  }
}
@media (max-width: 991px) {
  .cart-product__sum {
    font-size: 22px;
    flex: 0 0 calc(50% - 10px);
    height: 80px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    flex-direction: column;
    padding-right: 15px;
  }
  .cart-product_final .cart-product__sum {
    position: absolute;
    right: 10px;
    bottom: 13px;
    height: auto;
    padding: 0;
  }
}
.cart-product__sum span {
  display: block;
  font-size: 15px;
}
@media (min-width: 992px) {
  .cart-product__sum span {
    display: none;
  }
}
.cart-product__actions {
  flex: 0 0 55px;
  text-align: center;
}
@media (max-width: 991px) {
  .cart-product__actions {
    position: absolute;
    flex: 0 0 auto;
    top: 10px;
    right: 10px;
  }
}
.cart-product__delete {
  width: 40px;
  height: 40px;
  background-image: url("cross.svg");
  background-size: 15px 15px;
  background-repeat: no-repeat;
  background-position: center;
  border: transparent;
  border-radius: 50%;
  background-color: #dedede;
}
.cart-product__delete:hover {
  background-color: #f44336;
  cursor: pointer;
}
@media (max-width: 991px) {
  .cart-product__delete {
    width: 30px;
    height: 30px;
  }
}

.checkout-checkbox {
  position: relative;
  display: flex;
  align-items: flex-start;
  cursor: pointer;
  padding-left: 26px;
}
@media (max-width: 767px) {
  .checkout-checkbox {
    margin-left: 25px;
  }
}
.checkout-checkbox input {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 0;
  opacity: 0;
}
.checkout-checkbox__indicator {
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  display: inline-block;
  flex-shrink: 0;
  margin-right: 10px;
}
.checkout-checkbox__indicator:after {
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 18px;
  height: 18px;
  border: 1px solid #000;
}
.checkout-checkbox__indicator:before {
  border-radius: 50%;
  content: "";
  position: absolute;
  left: 3px;
  top: 3px;
  width: 12px;
  height: 12px;
}
input:checked ~ .checkout-checkbox__indicator:before {
  background-color: #f3d529;
}
.checkout-checkbox__label {
  flex: 1 1 auto;
  font-size: 14px;
  color: black;
  line-height: 1.25;
  font-weight: 400;
}
.checkout-checkbox__description {
  color: #f44336;
}

.base-tabs__head {
  border-bottom: 1px solid #dedede;
  display: flex;
  align-items: baseline;
}
.base-tabs__title {
  position: relative;
  padding: 10px 28px;
  color: black;
  font-weight: 400;
  cursor: pointer;
  font-size: 15px;
  line-height: 1;
}
.base-tabs__title:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  opacity: 0;
  background-color: #ffcf00;
  height: 4px;
}
.base-tabs__title.active {
  font-weight: bold;
}
.base-tabs__title.active:after {
  opacity: 1;
}
.base-tabs__body {
  padding-top: 15px;
}
.base-tabs__content:not(.active) {
  display: none;
}

/* ШМ */
.cart-checkout-form .service-select-block .chzn-container {
  width: 100% !important;
}
.cart-checkout-form .service-select-block .chzn-container a {
  border: 1px solid #242424;
  border-radius: 4px;
  height: 41px;
  line-height: 41px;
  padding: 8px 0 0 20px;
}
.cart-checkout-form .service-select-block .chzn-container a div {
  height: 38px;
  width: 38px;
}
.cart-checkout-form .service-select-block .chzn-container a div b {
  top: 9px;
}
.cart-checkout-form .service-select-block .chzn-container-single .chzn-single {
  height: 38px;
  line-height: 38px;
  padding: 7px 0 0 20px;
}
.cart-checkout-form .service-select-block .chzn-container-single .chzn-single div b {
  top: 8px;
  right: 12px;
}
.cart-checkout-form .form-group .select-small-block {
  display: flex;
  justify-content: space-between;
  height: 31px;
}
.cart-checkout-form .form-group .select-small-block.flex-start {
  justify-content: flex-start;
}
.cart-checkout-form .select-small-block .chzn-container {
  width: auto !important;
}
.cart-checkout-form .select-small-block .chzn-container-single .chzn-single {
  border: initial !important;
}
.cart-checkout-form .select-small-block .chzn-container-single .chzn-single span {
  font-weight: bold;
  font-size: 14px;
}
.cart-checkout-form .select-small-block .chzn-search {
  display: none;
}
.cart-checkout-form .select-small-block .chzn-drop {
  border: initial !important;
  border-radius: 4px;
  -webkit-box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.2);
  -moz-box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.2);
  box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.2);
}
.cart-checkout-form .form-group {
  display: inline-block;
  width: 100%;
}
.cart-checkout-form .form-group .form-tools {
  padding-bottom: 10px;
  font-size: 14px;
}
.cart-checkout-form .form-group .form-icon {
  padding-right: 4px;
  position: relative;
  top: -2px;
}
.cart-checkout-form .form-control {
  padding: 0.375rem 1.3rem;
  border-radius: 4px;
  font: 400 13px/22px Arial;
}
.cart-checkout-form .form-group {
  position: relative;
  margin: 0;
}
.cart-checkout-form .form-group .custom-control {
  /*margin-top: 5px;*/
}
.cart-checkout-form .form-group .custom-control-label {
  font-weight: initial;
  text-transform: initial;
  padding-left: 3px;
}
.cart-checkout-form .form-group .custom-control-label a {
  text-decoration: underline;
  font-weight: bold;
}
.cart-checkout-form .form-group .custom-control-label::before {
  top: 0px;
  left: -23px;
  width: 18px;
  height: 18px;
}
.cart-checkout-form .form-group .custom-control-label::after {
  top: 3px;
  left: -20px;
  width: 12px;
  height: 12px;
}
.cart-checkout-form .form-group .custom-radio--inline-block {
  display: inline-block;
  margin-left: 7px;
}
.cart-checkout-form .form-group .form-error-text {
  font-size: 11px;
  color: red;
  padding: 5px 0 0 25px;
}
.cart-checkout-form .form-group .form-info-text {
  font-size: 12px;
  padding: 5px 0 0 25px;
}

.form-control-wrapper {
  position: relative;
}
.form-control-wrapper .form-control {
  border-radius: 3px;
}

.form-control-required {
  position: absolute;
  top: 9px;
  right: 10px;
  width: 19px;
  height: 19px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 19px 19px;
  background-image: url("./exclamation@3x.png");
}
.form-group:not(.required) .form-control-required {
  display: none;
}

.btn-get-code {
  border-width: 1px;
  border-color: #1f1d21;
  border-style: solid;
  border-radius: 3px;
  background-color: #f0f0f0;
  font-size: 14px;
  color: #6b6b6b;
  height: 38px;
}
.btn-get-code:hover {
  background-color: gainsboro;
}

.sms-confirm__actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 7px;
}
.sms-confirm__left {
  flex: 1 1 auto;
}
.sms-confirm__right {
  flex: 0 0 210px;
}
.sms-confirm__text {
  font-size: 11px;
  line-height: 1.1;
  color: #3a3a3b;
}
.sms-confirm__success-text {
  text-align: center;
  font-size: 13px;
  line-height: 1.1;
  color: #45ad45;
}
.sms-confirm__error-text {
  text-align: center;
  font-size: 13px;
  line-height: 1.1;
  color: #e71616;
}
.sms-confirm_default .sms-confirm__input {
  display: none;
}
.sms-confirm_default .sms-confirm__success-text {
  display: none;
}
.sms-confirm_default .sms-confirm__error-text {
  display: none;
}
.sms-confirm_default .sms-confirm__confirm {
  display: none;
}
.sms-confirm_waiting .sms-confirm__submit {
  display: none;
}
.sms-confirm_waiting .sms-confirm__text {
  display: none;
}
.sms-confirm_waiting .sms-confirm__success-text {
  display: none;
}
.sms-confirm_waiting .sms-confirm__error-text {
  display: none;
}
.sms-confirm_error .sms-confirm__submit {
  display: none;
}
.sms-confirm_error .sms-confirm__text {
  display: none;
}
.sms-confirm_error .sms-confirm__confirm {
  display: none;
}
.sms-confirm_error .sms-confirm__success-text {
  display: none;
}
.sms-confirm_confirmed .sms-confirm__submit {
  display: none;
}
.sms-confirm_confirmed .sms-confirm__text {
  display: none;
}
.sms-confirm_confirmed .sms-confirm__confirm {
  display: none;
}
.sms-confirm_confirmed .sms-confirm__error-text {
  display: none;
}

.form-control-attachment {
  margin: 0;
  height: 38px;
  border-width: 1px;
  border-color: #1f1d21;
  border-style: solid;
  border-radius: 3px;
  background-color: #fff;
  padding: 0.375rem 0.75rem;
  position: relative;
  font-size: 14px;
  line-height: 1.5;
  color: #6c757d;
  width: 100%;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.form-control-attachment__input {
  position: absolute;
  left: 0;
  right: 0;
  opacity: 0;
  pointer-events: none;
}
.form-control-attachment__placeholder {
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-right: 50px;
}
.form-control-attachment__icon {
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -9px;
  width: 18px;
  height: 18px;
  background-repeat: no-repeat;
  background-size: 18px 18px;
  background-image: url("./upload@3x.png");
}

.checkout-map {
  height: 417px;
  width: 100%;
}

.checkout-map-block_hidden {
  display: none;
}
.checkout-map-block .checkout-map-nav tr.active {
  position: relative;
}
.checkout-map-block .checkout-map-nav tr.active:after {
  left: 100%;
  top: 50%;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 207, 0, 0);
  border-left-color: #ffcf00;
  border-width: 10px;
  margin-top: -10px;
}

.cart-checkout-payment_hidden {
  display: none;
}

.checkout-map-nav {
  background-color: #f3f3f3;
  width: 100%;
  overflow-y: auto;
  overflow-x: hidden;
}
.checkout-map-nav table {
  width: 100%;
}
@media (min-width: 992px) {
  .checkout-map-nav {
    display: block;
    height: 417px;
  }
}
.checkout-map-nav::-webkit-scrollbar {
  width: 2px;
  height: 2px;
}
.checkout-map-nav::-webkit-scrollbar-track {
  background: #ffcf00;
}
.checkout-map-nav::-webkit-scrollbar-thumb {
  background-color: #636363;
}
.checkout-map-nav tr[data-togglable] {
  cursor: pointer;
}
.checkout-map-nav tr[data-togglable]:hover {
  background-color: rgba(255, 207, 0, 0.9);
}
.checkout-map-nav tr th, .checkout-map-nav tr td {
  height: 52px;
  padding: 10px 25px;
  font-size: 14px;
}
.checkout-map-nav tr th .sub-text, .checkout-map-nav tr td .sub-text {
  font-size: 12px;
  color: #515151;
}
.checkout-map-nav tr th .link-text, .checkout-map-nav tr td .link-text {
  text-decoration: underline;
  font-size: 12px;
  color: #000;
}
@media (max-width: 767px) {
  .checkout-map-nav tr th, .checkout-map-nav tr td {
    height: 37px;
    padding: 5px 10px;
    font-size: 12px;
  }
  .checkout-map-nav tr th .sub-text, .checkout-map-nav tr th .link-text, .checkout-map-nav tr td .sub-text, .checkout-map-nav tr td .link-text {
    font-size: 10px;
  }
}
.checkout-map-nav tr th {
  color: #fff;
  background-color: #636363;
}
.checkout-map-nav tr td {
  color: #000;
  background-color: #f3f3f3;
}
.checkout-map-nav tr.active td {
  background-color: #ffcf00;
}
.checkout-map-nav thead {
  width: 100%;
  position: sticky;
  top: 0;
}
.checkout-map-nav tbody {
  width: 100%;
}
.checkout-map-nav tbody .form-group {
  margin: 0;
}
.checkout-map-nav tfoot {
  width: 100%;
  position: sticky;
  bottom: 0;
}
.checkout-map-nav tfoot:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  border-top: 1px solid #000;
}
@media (max-width: 767px) {
  .checkout-map-nav tfoot:before {
    display: none;
  }
}

.cart-checkout-form .form-group .form-time .form-time-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 0 20px;
}
.cart-checkout-form .form-group .form-time .form-time-row > div {
  /*width: 100%;*/
  box-sizing: border-box;
  /*margin-bottom: 10px;*/
  /*display: inline;*/
}
.cart-checkout-form .form-group .form-time .form-time-button {
  position: relative;
  overflow: hidden;
}
.cart-checkout-form .form-group .form-time .form-time-button__input {
  position: absolute;
  opacity: 0;
}
.cart-checkout-form .form-group .form-time .form-time-button__input:checked + .form-time-button__label {
  background: #ffce00;
  color: #000;
  border: 1px solid #fff;
}
.cart-checkout-form .form-group .form-time .form-time-button__label {
  border-radius: 0px;
  font-weight: 450;
  font-size: 17px;
  font-weight: bold;
  line-height: 17px;
  font-size: 15px;
  text-transform: uppercase;
  color: #000000;
  border-width: 1px;
  border-color: #000;
  border-style: solid;
  border-radius: 5px;
  padding: 10px 0;
  display: flex;
  align-items: center;
  justify-content: space-around;
  box-sizing: border-box;
  position: relative;
  cursor: pointer;
  transition: all 0.2s ease;
}
.cart-checkout-form .form-group .form-time .form-time-button__label:not(.disabled):hover {
  background: #ffce00;
  color: #000;
  border: 1px solid #fff;
}
.cart-checkout-form .form-group .form-time .form-time-row > div {
  /*margin-right: 14px;*/
}
.cart-checkout-form .form-group .form-time .form-time-row > div:nth-child(4n) {
  margin-right: 0 !important;
}
.cart-checkout-form .form-group .form-time label span.disabled {
  background: #f1f1f1;
  color: #878787;
  cursor: auto;
}
.cart-checkout-form .form-group .form-time .form-time-button--other span {
  background: #f1f1f1;
}
.cart-checkout-form .form-group .form-time .form-time-button--other::after {
  position: absolute;
  border-radius: 50%;
  content: "";
  background: #ffce00;
  top: 4px;
  right: 5px;
  width: 11px;
  height: 11px;
}
.cart-checkout-form .form-group .form-time-text--icon::after {
  position: absolute;
  border-radius: 50%;
  content: "";
  background: #ffce00;
  width: 11px;
  height: 11px;
  margin-top: 6px;
  margin-left: -17px;
}
.cart-checkout-form .form-group .form-time-text {
  font-size: 12px;
  float: right;
  line-height: 25px;
}
.cart-checkout-form .form-group .form-time .form-time-button__label.form-time-button__label--tire {
  /*height: 55px;*/
  font-size: 17px;
  font-weight: bold;
}
.cart-checkout-form .form-group .input-group-prepend {
  margin-right: 10px;
}
.cart-checkout-form .form-group .input-group-prepend .input-group-text {
  background: #fff;
}
.cart-checkout-form .form-group .input-group-prepend .form-icon {
  padding-left: 10px;
  padding-right: 0;
}
.cart-checkout-form .form-group .form-button-sms, .cart-checkout-form .form-group .form-button-call {
  /*width: 40%;
  height: 40px;*/
  white-space: nowrap;
}
.cart-checkout-form .form-group .form-button-sms:not([disabled]), .cart-checkout-form .form-group .form-button-call:not([disabled]) {
  border-color: #ffce00;
  background-color: #ffce00;
  cursor: pointer;
  font-weight: bold;
  color: #000;
  padding: 5px 20px;
  line-height: 28px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.cart-checkout-form .form-group .form-button-sms-success {
  font-weight: bold;
  border-color: #ffce00;
}
.cart-checkout-form .form-group .form-button-none {
  height: 40px;
}

/*@media (max-width: 1319px) {
  .cart-checkout-form .form-group .form-time .form-time-button__label {
    padding: 25px 0;
    width: 95px;
  }
}

@media (max-width: 991px) {
  .cart-checkout-form .form-group .form-time .form-time-button__label {
    padding: 15px 0;
    width: 75px;
  }
}

@media (max-width: 767px) {
  .cart-checkout-form .form-group .form-time .form-time-button__label {
    padding: 25px 0;
    width: 95px;
  }
}

@media (max-width: 460px) {
  .cart-checkout-form .form-group .form-time .form-time-button__label {
    padding: 20px 0;
    width: 65px;
  }
}*/
@media (max-width: 360px) {
  .cart-checkout-form .form-group .form-time-text {
    font-size: 10px !important;
  }
}
.cart-checkout-form--check {
  border-radius: 4px 4px 2px 2px;
  -webkit-box-shadow: 0px 5px 15px 2px rgba(34, 60, 80, 0.2);
  -moz-box-shadow: 0px 5px 15px 2px rgba(34, 60, 80, 0.2);
  box-shadow: 0px 5px 15px 2px rgba(34, 60, 80, 0.2);
  width: 260px;
  /*float: right;*/
  background: #fff;
  margin-bottom: 60px;
}
.cart-checkout-form--check .form-check--header {
  padding: 25px 25px 10px 25px;
  border-bottom: 1px solid #ccc;
}
.cart-checkout-form--check .check-title h3 {
  font-weight: 900;
  text-transform: uppercase;
  line-height: 17px;
  font-size: 15px;
  display: inline-block;
}
.cart-checkout-form--check .check-title a {
  float: right;
  font-size: 12px;
  font-weight: bold;
  text-decoration: underline;
}
.cart-checkout-form--check .check-subtitle {
  padding-top: 5px;
}
.cart-checkout-form--check .form-check--body {
  padding: 25px 25px 10px 25px;
}
.cart-checkout-form--check .form-check--body-item {
  margin-bottom: 10px;
}
.cart-checkout-form--check .form-check--body-item .form-icon {
  width: 30px;
  display: inline-block;
}
.cart-checkout-form--check .form-check--body-item--title {
  font-size: 16px;
  font-weight: bold;
}
.cart-checkout-form--check .form-check--body-item--text {
  display: inline-block;
  padding-left: 35px;
  font-size: 12px;
}

.cart-checkout-form .form-button-gps {
  width: auto;
  height: 40px;
  border-color: #ffce00;
  background-color: #ffce00;
  cursor: pointer;
  font-weight: bold;
  color: #000;
  padding: 5px 20px;
  line-height: 28px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.cart-checkout-form .form-button-gps:hover, .cart-checkout-form .form-button-gps:focus {
  border-color: #000;
  background-color: initial;
}
.cart-checkout-form .form-text-gps {
  color: #7e7e7e;
  font-size: 14px;
  margin-left: 10px;
  white-space: nowrap;
}
.cart-checkout-form .form-button-app {
  border-color: #ffce00;
  background-color: #ffce00;
  cursor: pointer;
  font-weight: bold;
  color: #000;
  padding: 5px 10px;
  max-width: 260px;
  float: right;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.cart-checkout-form .form-button-app:hover, .cart-checkout-form .form-button-app:focus {
  /*border-color: #000;
  background-color: initial;*/
}
.cart-checkout-form .form-button-app:disabled {
  border-color: #000;
  background-color: initial;
  cursor: initial;
}

@media (min-width: 1319.98px) {
  .cart-checkout-form--check {
    float: right;
  }
}
@media (max-width: 1319px) {
  .cart-checkout-form--check {
    margin-bottom: 20px;
  }
}
.checkout-grid__row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -10px;
  margin-left: -10px;
}
.checkout-grid__column {
  padding-left: 10px;
  padding-right: 10px;
  width: 100%;
  max-width: 100%;
}
.checkout-grid__column_left {
  flex: 0 0 100%;
  max-width: 100%;
}
@media (min-width: 992px) {
  .checkout-grid__column_left {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (min-width: 1320px) {
  .checkout-grid__column_left {
    flex: 0 0 38.5%;
    max-width: 38.5%;
  }
}
.checkout-grid__column_right {
  flex: 0 0 100%;
  max-width: 100%;
}
@media (min-width: 992px) {
  .checkout-grid__column_right {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (min-width: 1320px) {
  .checkout-grid__column_right {
    flex: 0 0 calc(100% - 38.5%);
    max-width: calc(100% - 38.5%);
  }
}

.cart-checkout-submit {
  background-color: #ffcf00;
  min-width: 210px;
  height: 41px;
  border-radius: 20px;
  border: none;
  color: black;
  font-weight: bold;
  line-height: 1.23;
  text-align: center;
  padding: 0;
  cursor: pointer;
  transition: all 0.2s linear;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 13px;
}
.cart-checkout-submit:hover {
  background-color: #dbb300;
}

.cart-checkout-payment-info {
  display: flex;
  align-items: center;
  width: 100%;
  margin-top: 15px;
  background-color: #f3f3f3;
  padding: 20px 25px;
}
@media (max-width: 767px) {
  .cart-checkout-payment-info {
    flex-direction: column;
    padding: 20px 10px;
  }
}
.cart-checkout-payment-info__icon {
  flex: 0 0 auto;
  margin-right: 10px;
}
@media (max-width: 767px) {
  .cart-checkout-payment-info__icon {
    margin-bottom: 10px;
    margin-right: 0;
  }
}
.cart-checkout-payment-info__body {
  flex: 1 1 auto;
  font-size: 14px;
  color: black;
  line-height: 1.2;
}
.cart-checkout-payment-info__body div {
  margin-bottom: 12px;
}
.cart-checkout-payment-info__body .text-danger {
  color: #ff0000 !important;
}

.button-2 {
  height: 38px;
  min-width: 212px;
  text-align: center;
  font-style: normal;
  font-weight: 700;
  font-size: 13px;
  line-height: 28px;
  color: #000000;
  padding: 5px 15px;
  border-radius: 4px;
  transition: all 0.2s linear;
  border: none;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}
@media (max-width: 574.98px) {
  .button-2 {
    min-width: 0;
  }
}
.button-2_block {
  width: 100%;
}
.button-2_primary {
  background-color: #FFCF00;
}
.button-2_primary:hover, .button-2_primary:active {
  background-color: #d7a900;
}
.button-2_grey {
  background-color: #D9D9D9;
}
.button-2_grey:hover, .button-2_grey:active {
  background-color: #FFCF00;
}
.button-2_outline-primary {
  min-width: 163px;
  border-radius: 7px;
  border: 1px solid #FFCF00;
  background-color: transparent;
}
@media (max-width: 574.98px) {
  .button-2_outline-primary {
    min-width: 0;
  }
}
.button-2_outline-primary:hover, .button-2_outline-primary:active {
  background-color: #FFCF00;
}

.checkbox-2 {
  position: relative;
  margin: 0;
}
.checkbox-2 input {
  position: absolute;
  left: 0;
  right: 0;
  opacity: 0;
}
.checkbox-2 span {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #000000;
  display: inline-flex;
  align-items: center;
  transition: all 0.2s linear;
}
.checkbox-2 span:before {
  transition: all 0.2s linear;
  content: "";
  vertical-align: middle;
  margin-right: 10px;
  width: 18px;
  height: 18px;
  display: inline-flex;
  border-radius: 50%;
  border: 1px solid #000000;
  flex-shrink: 0;
}
.checkbox-2:hover span:before {
  border: 1px solid #FFCF00;
}
.checkbox-2:active span:before, .checkbox-2 input:checked + span:before {
  border: 1px solid #C6C5C5;
  background-color: #FFCF00;
  box-shadow: inset 0 0 0 1px #ffffff;
}
.checkbox-2 input:disabled + span:before {
  background-color: #F3F3F3;
  border: 1px solid #C6C5C5;
}

.pagination-2 {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: flex-end;
}
.pagination-2__input {
  text-align: center;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #000000;
  width: 40px;
  height: 24px;
  background: #FFFFFF;
  border: 1px solid #C6C5C5;
  border-radius: 10px;
}
.pagination-2__label {
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  color: #000000;
  white-space: nowrap;
}
.pagination-2__arrow {
  background-color: #ffffff;
  width: 27px;
  height: 24px;
  border: 1px solid #D9D9D9;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.pagination-2__arrow:before {
  content: "";
  width: 6px;
  height: 11px;
  background-image: url("./icons/pagination-arrow.svg");
}
.pagination-2__arrow_left {
  border-radius: 10px 0 0 10px;
}
.pagination-2__arrow_left:before {
  transform: rotate(180deg);
}
.pagination-2__arrow_right {
  border-radius: 0 10px 10px 0;
  margin-left: -1px;
}
.pagination-2__arrow:hover {
  border: 1px solid #FFCF00;
}
.pagination-2__arrow:active {
  border: 1px solid #FFCF00;
  background-color: #FFCF00;
}
.pagination-2__arrow:disabled {
  background: #D9D9D9;
  border: 1px solid #D9D9D9;
}
.pagination-2__arrow:disabled:before {
  transform: rotate(180deg);
  background-image: url("./icons/pagination-arrow-disabled.svg");
}
.pagination-2__arrows {
  display: flex;
  align-items: center;
}

.sorting-select__label {
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #000000;
  margin-right: 10px;
}
.sorting-select__input {
  background: #FFFFFF;
  border: initial;
  border-radius: 15px;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #000000;
  display: inline-block;
  width: auto;
  -webkit-appearance: none;
  appearance: none;
  background-image: url("./icons/sorting-select-arrow.svg");
  background-repeat: no-repeat;
  background-position: calc(100% - 10px) center;
  padding: 2px 24px 2px 10px;
}

.custom-input {
  background-color: #FFFFFF;
  border: 1px solid #C6C5C5;
  border-radius: 7px;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #000000;
  height: 40px;
  z-index: 1;
}
.custom-input:focus {
  z-index: 2;
}
.custom-input::placeholder {
  color: #C6C5C5;
}
.custom-input__wrapper {
  position: relative;
}
.custom-input__prefix {
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #000000;
  position: absolute;
  left: 0;
  width: 39px;
  text-align: center;
  bottom: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.custom-input__prefix + .custom-input {
  padding-left: 39px;
}

.range-group {
  display: flex;
  align-items: stretch;
  width: 212px;
}
@media (max-width: 767.98px) {
  .range-group {
    width: 100%;
  }
}
@media (max-width: 767.98px) {
  .range-group__input {
    flex: 1;
  }
}
.range-group__input:not(:last-child) .custom-input {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.range-group__input:not(:first-child) .custom-input {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  margin-left: -1px;
}
.range-group__input .custom-input {
  width: 100%;
}

.filter-block__label {
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
  color: #000000;
  margin-bottom: 7px;
}
.filter-block__label span {
  color: #EAA600;
}
.filter-block__label_bold {
  font-weight: 900;
  font-size: 15px;
  line-height: 21px;
  font-family: "Arial Black";
}
.filter-select {
  background-color: #FFFFFF;
  border: 1px solid #C6C5C5;
  border-radius: 7px;
  color: #000000;
  height: 40px;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  -webkit-appearance: none;
  appearance: none;
  background-image: url("./icons/filter-select-arrow.svg");
  background-repeat: no-repeat;
  background-position: calc(100% - 15px) center;
  padding: 12px 40px 12px 20px;
}

.filter-select + .chzn-container {
  width: 100% !important;
  float: none;
}
.filter-select + .chzn-container .chzn-single {
  background-color: #FFFFFF;
  border: 1px solid #C6C5C5;
  border-radius: 7px;
  color: #000000;
  height: 40px;
  z-index: 1;
  padding: 12px 40px 12px 20px;
}
.filter-select + .chzn-container .chzn-single span {
  height: 40px;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
}
.filter-select + .chzn-container .chzn-single div {
  width: 40px;
  height: 40px;
}
.filter-select + .chzn-container .chzn-single div b {
  width: 32px;
  height: 40px;
  background-image: url("./icons/filter-select-arrow.svg");
  background-repeat: no-repeat;
  background-position: center center;
}
.filter-select + .chzn-container .chzn-single.chzn-single-with-drop div b {
  background-image: url("./icons/filter-select-arrow.svg");
  background-repeat: no-repeat;
  background-position: center center !important;
}

.catalogue-nav__link {
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #000000;
  text-decoration: none;
  padding: 10px 20px 10px 0;
  display: block;
}
.catalogue-nav__item {
  position: relative;
}
.catalogue-nav__item_dropdown.active > .catalogue-nav__link {
  font-family: "Arial Black";
  font-weight: 900;
}
.catalogue-nav__item-arrow {
  position: absolute;
  right: 0;
  top: 0;
  width: 24px;
  height: 36px;
  cursor: pointer;
}
.catalogue-nav__item-arrow:before {
  transition: transform 0.2s linear;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-image: url("./icons/catalogue-nav-arrow.svg");
  background-repeat: no-repeat;
  background-position: center center;
}
.catalogue-nav__item:not(.active) > .catalogue-nav__item-arrow:before {
  transform: rotate(-90deg);
}
.catalogue-nav__item-dropdown {
  padding: 10px 5px 10px 30px;
  position: relative;
}
.catalogue-nav__item-dropdown:before {
  content: "";
  position: absolute;
  left: 0;
  top: 20px;
  bottom: 20px;
  border-left: 1px solid #D9D9D9;
}
.catalogue-nav__item:not(.active) > .catalogue-nav__item-dropdown {
  display: none;
}

.catalogue-header {
  display: flex;
  align-items: center;
}
.catalogue-header__icon {
  margin-right: 10px;
}
@media (max-width: 767.98px) {
  .catalogue-header__icon {
    display: none;
  }
}
.catalogue-header__title {
  font-family: "Arial Black";
  font-weight: 900;
  font-size: 15px;
  line-height: 21px;
  color: #000000;
  font-weight: 900;
}
@media (max-width: 767.98px) {
  .catalogue-header__title {
    font-size: 24px;
    line-height: 34px;
  }
}

.catalogue-grid__top {
  padding-bottom: 28px;
}
.catalogue-grid__items {
  display: grid;
  grid-gap: 20px;
  grid-template-columns: repeat(5, 1fr);
}
@media (max-width: 1319.98px) {
  .catalogue-grid__items {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 991.98px) {
  .catalogue-grid__items {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 767.98px) {
  .catalogue-grid__items {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 359.98px) {
  .catalogue-grid__items {
    grid-template-columns: 100%;
    grid-gap: 10px;
  }
}

.sorting-row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 30px;
}
@media (max-width: 767.98px) {
  .sorting-row {
    gap: 20px;
  }
}
.checkout-alert-block {
  background: #F3F3F3;
  padding: 20px 20px 30px;
}
.checkout-alert-block__title {
  display: flex;
  align-items: flex-start;
  margin-bottom: 18px;
}
@media (max-width: 574.98px) {
  .checkout-alert-block__title {
    flex-direction: column;
  }
}
.checkout-alert-block__title img {
  flex: 0 0 auto;
  margin-right: 6px;
}
@media (max-width: 574.98px) {
  .checkout-alert-block__title img {
    margin: 0 0 6px;
  }
}
.checkout-alert-block__title div {
  flex: 1 1 auto;
  font-weight: 700;
  font-size: 15px;
  line-height: 17px;
  color: #000000;
}
.checkout-alert-block__text {
  font-weight: 400;
  font-size: 15px;
  line-height: 17px;
  color: #000000;
  margin-bottom: 37px;
}
.checkout-alert-block__actions {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 574.98px) {
  .checkout-alert-block__actions {
    flex-direction: column;
  }
}
.checkout-alert-block__actions-splitter {
  margin: 0 24px;
  font-weight: 400;
  font-size: 15px;
  line-height: 17px;
  color: #000000;
}
@media (max-width: 574.98px) {
  .checkout-alert-block__actions-splitter {
    margin: 10px 0;
  }
}

@keyframes headerRNavScroll {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(-30px);
  }
  0% {
    transform: translateX(0);
  }
}
.credit-tinkoff-container {
  text-align: center;
  border-top: 1px solid #dedede;
}

.cart-product__sum--new {
  color: red;
}

.cart-product__sum--old {
  font-size: 16px;
  text-decoration: line-through;
}

.cart-product__charac {
  color: red;
}

.footer-nav-r__link:hover {
  text-decoration: underline;
}

.footer-enterprise-r:hover {
  text-decoration: none;
}

.header-r-link:hover {
  text-decoration: underline;
}

.footer-contacts-r__email:hover {
  text-decoration: underline;
}

.city-picker-r {
  border-bottom: 1px solid #fbd409;
}

.city-picker-r:hover {
  border-bottom: 1px solid;
}

@keyframes headerRNavScroll {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(-30px);
  }
  0% {
    transform: translateX(0);
  }
}
@media (max-width: 574.98px) {
  .header-r-nav {
    animation-duration: 1.5s;
    animation-name: headerRNavScroll;
    animation-iteration-count: 1;
    animation-delay: 1s;
    animation-timing-function: ease;
  }
}
.brands-slider-r .slick-track {
  display: flex;
  align-items: center;
}

.brands-slider-r-list {
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  justify-items: center;
  align-items: center;
}

@media (min-width: 992px) {
  .header-r__catalog .menu-button-r {
    margin-top: 23px;
  }
}
.main-slider-r .slider-arrow-r {
  opacity: 0.5;
}

@media (max-width: 767.98px) {
  .main-slider-r .slider-arrow-r {
    top: calc(50% - 14px);
  }
}
@media (max-width: 575.98px) {
  .main-slider-r .slider-arrow-r {
    top: auto;
    opacity: 1;
  }
}
.main-slider-r + .slider-pagination-r {
  position: relative;
  left: 0;
  right: 0;
  bottom: 7px;
}

.button-r_grey.active {
  background-color: #ffcf00;
}

.tire-service--not-available {
  background-color: #00f277;
  color: #000;
  padding: 12px 0;
  font-weight: bold;
  font-size: 13px;
  text-align: center;
}

.service-card-r-mobile_bg-2.disabled {
  background-image: url(./service-card-bg-2-disabled.png);
}

.stock-more-link {
  background-color: #ffcf00;
  border-radius: 20px;
  border: none;
  color: black;
  font-weight: bold;
  line-height: 1.23;
  text-align: center;
  padding: 5px 25px;
  cursor: pointer;
  transition: all 0.2s linear;
  font-size: 15px;
  margin-left: 15px;
  margin-top: 10px;
}

.stock-more-link:hover {
  background-color: #dbb300;
}

.stock-link {
  display: flex;
  width: 100%;
}

.stocks .stock-description {
  width: 100%;
}

.product-gift {
  position: relative;
  padding-right: 10px;
}
.product-gift__image {
  width: 37px;
  height: 33px;
  background-image: url("./product-gift.svg");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-right: 4px;
}
.product-gift.active .product-gift__image, .product-gift:hover .product-gift__image {
  background-image: url("./product-gift-active.svg");
}
@media (max-width: 767.98px) {
  .product-gift__image {
    width: 31px;
    height: 28px;
  }
}
.product-gift__icon {
  width: 60%;
}
.product-gift__text {
  position: absolute;
  left: calc(100% - 8px);
  top: calc(50% - 10px);
  background: #FFCE00;
  border-radius: 4px;
  padding: 2px 5px;
  font-family: "Arial";
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: 15px;
  color: #000000;
  white-space: nowrap;
}
@media (max-width: 767.98px) {
  .product-gift__text {
    font-size: 10px;
    line-height: 13px;
    white-space: nowrap;
  }
}
.product-gift:not(.active) .product-gift__text {
  display: none;
}
.product-gift__text:hover {
  text-decoration: none;
}
.product-gift--large .product-gift__image {
  width: 54px;
  height: 48px;
  padding-right: 7px;
}
@media (max-width: 767.98px) {
  .product-gift--large .product-gift__image {
    width: 47px;
    height: 42px;
    padding-right: 6px;
  }
}

.product-discount {
  width: 33px;
  height: 33px;
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: 14px;
  color: #FFFFFF;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #F00202;
  border-radius: 50%;
  transition: all 0.2s linear;
}
@media (max-width: 767.98px) {
  .product-discount {
    width: 24px;
    height: 24px;
    font-size: 10px;
    line-height: 11px;
  }
}
.product-discount[href] {
  cursor: pointer;
}
.product-discount[href]:hover {
  background-color: #d70202;
}
.product-discount--large {
  width: 48px;
  height: 48px;
  font-size: 16px;
  line-height: 18px;
}
.product-discount--cashback {
  background-image: url("./cash-back-arrows.svg");
  background-position: center center;
  background-size: 120% 120%;
  font-size: 7px;
  line-height: 9px;
}
.product-discount--cashback.product-discount--large {
  font-size: 10px;
  line-height: 12px;
}
@media (max-width: 767.98px) {
  .product-discount--cashback {
    font-size: 5px;
    line-height: 9px;
  }
  .product-discount--cashback.product-discount--large {
    font-size: 7px;
    line-height: 12px;
  }
}
.product-discount--gift {
  background-image: url("./gift-arrows.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 70% 70%;
  font-size: 7px;
  line-height: 9px;
}
.product-discount--gift.product-discount--large {
  font-size: 10px;
  line-height: 12px;
}
@media (max-width: 767.98px) {
  .product-discount--gift {
    font-size: 5px;
    line-height: 9px;
  }
  .product-discount--gift.product-discount--large {
    font-size: 7px;
    line-height: 12px;
  }
}

.product-details-services {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  column-gap: 10px;
  margin-top: 16px;
}

.product-service-link {
  position: relative;
  display: inline-block;
  background-color: #ffffff;
  border: 1px solid #FFCE00;
  border-radius: 4px;
  padding: 3px 10px;
  color: #000;
  font-weight: 700;
  font-size: 10px;
  line-height: 11px;
  cursor: pointer;
  margin: 0;
  margin-bottom: 6px;
}
.product-service-link:hover {
  background-color: #FFCE00;
}
@media (max-width: 767.98px) {
  .product-service-link--large-mobile {
    margin-bottom: 9px;
    font-size: 12px;
    line-height: 14px;
    padding: 5px 10px;
  }
}

.product-catalog-card-info {
  position: relative;
  z-index: 3;
}
@media (max-width: 767.98px) {
  .product-catalog-card-info {
    position: initial;
  }
}
.product-catalog-card-info__icon {
  width: 10px;
  height: 10px;
  background-image: url("./icon-question.svg");
  background-repeat: no-repeat;
  background-position: center center;
  display: inline-block;
}
.product-catalog-card-info-wrapper.active .product-catalog-card-info__icon {
  background-image: url("./icon-question-active.svg");
}
.product-catalog-card-info__text {
  width: 184px;
  position: absolute;
  left: calc(100% + 12px);
  top: 50%;
  transform: translateY(-50%);
  background-color: #F3F3F3;
  filter: drop-shadow(0 1px 3px rgba(0, 0, 0, 0.25));
  padding: 8px 6px 8px 18px;
  font-weight: 400;
  font-size: 10px;
  line-height: 11px;
  color: #000000;
  z-index: 2;
}
.product-catalog-card-info-wrapper:not(.active) .product-catalog-card-info__text {
  display: none;
}
@media (max-width: 767.98px) {
  .product-catalog-card-info__text {
    left: auto;
    right: -20px;
    top: calc(100% + 5px);
    transform: none;
    padding: 8px;
    width: 180px;
  }
}
.product-catalog-card-info__text:before {
  content: "";
  position: absolute;
  left: -8px;
  top: calc(50% - 4px);
  width: 0;
  height: 0;
  border-width: 4px 8px 4px 0;
  border-color: transparent #F3F3F3 transparent transparent;
  border-style: solid;
}
@media (max-width: 767.98px) {
  .product-catalog-card-info__text:before {
    left: auto;
    right: 20px;
    top: -4px;
    border-width: 0 4px 8px 4px;
    border-color: transparent transparent #F3F3F3 transparent;
    border-style: solid;
    display: none;
  }
}

.product-catalog-card-price {
  font-weight: 700;
  font-size: 20px;
  line-height: 23px;
  color: inherit;
  white-space: nowrap;
}
@media (max-width: 767.98px) {
  .product-catalog-card-price {
    font-size: 13px;
    line-height: 15px;
  }
}
.product-catalog-card-price--old {
  font-size: 12px;
  line-height: 14px;
  color: #636363;
  position: relative;
}
.product-catalog-card__checkout.active .product-catalog-card-price--old {
  color: #ffffff;
}
.product-catalog-card-price--old:before {
  content: "";
  background-color: #AE0000;
  transform: rotate(164deg);
  height: 1px;
  position: absolute;
  left: 0;
  top: 50%;
  display: block;
  width: 100%;
}
@media (max-width: 767.98px) {
  .product-catalog-card-price--old {
    font-size: 10px;
    line-height: 12px;
  }
}

.product-catalog-card-icon {
  display: inline-flex;
  align-items: center;
}

.product-catalog-card {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}
.product-catalog-card__preview {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 4px 12px 0;
  flex: 0 0 auto;
  height: 170px;
}
@media (max-width: 767.98px) {
  .product-catalog-card__preview {
    padding: 0 10px 0;
    height: 108px;
  }
}
.product-catalog-card__preview img {
  max-width: 100%;
  height: auto;
  max-height: 100%;
}
.product-catalog-card__preview .product-catalog-card__stickers {
  position: absolute;
  left: 12px;
  top: 20px;
  z-index: 1;
}
@media (max-width: 767.98px) {
  .product-catalog-card__preview .product-catalog-card__stickers {
    top: 9px;
    left: 10px;
  }
}
.product-catalog-card__preview .product-catalog-card__stickers--right {
  left: auto;
  right: 12px;
}
@media (max-width: 767.98px) {
  .product-catalog-card__preview .product-catalog-card__stickers--right {
    right: 10px;
  }
}
.product-catalog-card__stickers {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
@media (max-width: 767.98px) {
  .product-catalog-card__stickers {
    gap: 7px;
  }
}
.product-catalog-card__body {
  padding: 0 20px 20px;
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}
@media (max-width: 767.98px) {
  .product-catalog-card__body {
    padding: 0 10px 7px;
  }
}
.product-catalog-card__name {
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  text-align: center;
  color: #000000;
  /*word-break: break-all;*/
}
@media (max-width: 767.98px) {
  .product-catalog-card__name {
    font-size: 14px;
    line-height: 16px;
  }
}
.product-catalog-card__name-wrapper {
  margin-bottom: 10px;
  flex: 1 1 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.product-catalog-card__brand {
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: #000000;
}
@media (max-width: 767.98px) {
  .product-catalog-card__brand {
    font-size: 12px;
    line-height: 14px;
  }
}
.product-catalog-card__attribute {
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #000000;
}
.product-catalog-card__attributes {
  margin-top: auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 6px;
  margin-bottom: 6px;
}
@media (max-width: 767.98px) {
  .product-catalog-card__attributes {
    position: relative;
  }
}
.product-catalog-card__icons {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 6px;
}
.product-catalog-card__checkout {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 1px;
  background: #FFCE00;
  color: #000000;
  height: 42px;
  border: none;
  cursor: pointer;
  padding: 0;
}
.product-catalog-card__checkout:hover {
  background: linear-gradient(180deg, #FFCE00 0%, #FFE176 19.79%, #FFD217 62.5%, #FFCE00 100%);
}
.product-catalog-card__checkout.active, .product-catalog-card__checkout:active {
  color: #ffffff;
  background: #F00202;
}
@media (max-width: 767.98px) {
  .product-catalog-card__checkout {
    height: 29px;
  }
  .product-catalog-card__checkout svg {
    height: 16px;
    width: 16px;
  }
}
.product-catalog-card__price {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 5px 10px;
  flex: 1 1 auto;
  color: inherit;
  transition: all 0.2s linear;
}
@media (max-width: 767.98px) {
  .product-catalog-card__price {
    padding: 8px 10px;
  }
}
.product-catalog-card__to-cart {
  font-weight: 600;
  padding: 5px 10px;
  flex: 1 1 auto;
  color: inherit;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s linear;
}
@media (max-width: 767.98px) {
  .product-catalog-card__to-cart {
    padding: 8px 10px;
  }
}
.product-catalog-card__button {
  border: none;
  flex: 0 0 64px;
  transition: all 0.2s linear;
  background-color: transparent;
  border-left: 1px solid #fff;
  color: inherit;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767.98px) {
  .product-catalog-card__button {
    flex: 0 0 45px;
  }
  .product-catalog-card__button img {
    width: 17px;
    height: 17px;
  }
}
.product-catalog-card__services {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 1;
  background-color: #ffffff;
  padding: 9px 13px 7px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}
.product-catalog-card:not(:hover) .product-catalog-card__services {
  display: none;
}
@media (max-width: 767.98px) {
  .product-catalog-card__services {
    display: none;
  }
}
.product-catalog-card__inner {
  position: relative;
  background-color: #FFFFFF;
  border: 1px solid #D9D9D9;
  transition: all 0.2s linear;
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}
.product-catalog-card:hover .product-catalog-card__inner {
  border: 1px solid #FADB53;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  transform: scale(1.05);
}
.product-catalog-card:hover {
  z-index: 3;
}

/*# sourceMappingURL=styles.css.map */
