.placeholder-image {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 100%;
}
.jsSliderCard {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 100%;
}
.jsProductSliders.noimage {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 100%;
  background-image: url("/local/src/image/placeholder.svg");
}
.jsSliderCard.noimage {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 100%;
  background-color: #fcfcfc;
  background-image: url("/local/src/image/placeholder_white.svg");
}
body[data-theme=dark] .jsCatalogRow .catalog-row__table-td--1.noimage {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 100%;
  background-color: #fcfcfc;
  background-image: url("/local/src/image/news-img-plug.svg");
  background-size: 70%;
  background-color: unset;
}
.modal-form__input-notice {
  gap: 12px;
}
.item-tranzit {
  color: #e51c00;
  font-size: 0.75em;
}
.tag--chznak-img {
  height: 24px;
}
body[data-theme=light] .jsCatalogRow .catalog-row__table-td--1.noimage {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 100%;
  background-color: #fff !important;
  background-image: url("/local/src/image/news-img-plug-white.svg");
  background-size: 70%;
  background-color: unset;
}
#ymaps-vue {
  margin-top: 20px;
}
.__ymap_container ymaps.ymaps3x0--map-container {
  border-radius: 20px;
}
body[data-theme='dark'] .color-dark_black {
  color: #17171c;
}
body[data-theme='dark'] .color-dark_white {
  color: #ffffff;
}
body[data-theme='light'] .color-light_black {
  color: #17171c;
}
body[data-theme='light'] .color-light_white {
  color: #ffffff;
}
body[data-theme='light'] .icon-max {
  background-image: url("/local/src/image/max_logo-light.png");
  width: 20px;
  height: 20px;
}
body[data-theme='dark'] .icon-max {
  background-image: url("/local/src/image/max_logo-dark.png");
  width: 20px;
  height: 20px;
}
body {
  --placeholder--no-image--light: url("/local/src/image/news-img-plug-white.svg");
  --placeholder--no-image--dark: url("/local/src/image/news-img-plug.svg");
}
body[data-theme="dark"] {
  --placeholder--no-image: var(--placeholder--no-image--dark);
}
body[data-theme="light"] {
  --placeholder--no-image: var(--placeholder--no-image--light);
}
/*# sourceMappingURL=default.css.map */