/* Стили для десктопной версии */

@media (min-width: 768px) {
  header {
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
  }

  .hidden {
    display: none;
  }
}

span.header__logo {
  min-width: 220px;
}

.widget-type_system_widget_v4_header_11 .menu__item {
  margin-left: 5px;
}

div.header__area-controls > a.header__control-btn.header__favorite {
  color: #ff000c;
  background: #f5f5f5;
}

.header__control-btn,
.widget-type_system_widget_v4_header_11 .header__search {
  background: #f5f5f5;
  border-radius: 9px;
  margin-left: 10px;
}

.widget-type_system_widget_v4_special_products_tabs_9 .favorites_btn:before,
.widget-type_system_widget_v4_special_products_tabs_9 .favorites_btn:hover:before {
  border-radius: 0;
}

.favorites_btn.favorites-added .icon-favorites-f,
.widget-type_system_widget_v4_product_3 .favorites_btn.favorites-added {
  color: #ff000c;
}

.widget-type_system_widget_v4_header_11 .header__control-bage {
    background-color: #5282c2 !important;
    color: white !important;
}

.widget-type_system_widget_v4_product_3 .product .option-selector .option-value.is-span.is-active.is-span {
  background: var(--color-btn-bg);
  border-color: var(--color-btn-bg);
  color: var(--color-btn-color);
}

.banner-list__item .banner-list__item-text {
  text-align: center;
}

.banner-top__item .banner-top__item-image img {
  min-height: 24px;
  background-size: cover;
  width: auto;
}

.slider_svg_color {
  fill: #ff000c;
}

.blockMessage,
.blockMessageWA,
.blockMessageTG {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  margin-top: 15px;
}

.blockMessageWA {
  align-items: center;
  background: #00b290;
  margin-right: 1rem;
  margin-bottom: 1rem;
}

.blockMessageTG {
  align-items: center;
  background: #0ca9e3;
}

.blockMessageWA svg,
.blockMessageTG svg {
  width: 22px;
  height: 22px;
}

/* Доп опции на товары */
.common-accessories-inited {
  margin: 10px;
}
.accessory-item {
  margin-bottom: 5px;
}

.popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9999;
  display: none;
}

.popup__content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: white;
  padding: 20px;
  overflow: auto;
}

.popup__close {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 30px;
  font-weight: bold;
  color: #999;
  cursor: pointer;
}

.text-center {
  text-align: center !important;
}

.container {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 1400px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1320px;
  }
}

.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}

.row-cols-2 > * {
  flex: 0 0 auto;
  width: 50%;
  max-height: 630px;
}

@media (max-height: 700px) {
  .row-cols-2 > * {
    max-height: 500px;
  }
}

/* Позиционирование предзаказа */
.widget-type_system_widget_v4_preorder_1.layout {
  z-index: 99999;
}

/* Фильтр */
form.filter {
  z-index: 9999 !important;
}

/* Апскайл баннеров на главной */
.banner-list__item-photo img {
  transition: transform 0.5s ease;
}

.banner-list__item-photo:hover img {
  transform: scale(1.1);
}

/* Отступ цены от опций */
.widget-type_system_widget_v4_product_3 .product__price {
    margin-top: 1.2rem;
}

/* Временное решение пропадания старой цены при опциях */
.widget-type_system_widget_v4_product_3 .product__price-old {
    display: inline !important;
}
