.product-gallery .actions {
  top: 8px;
  right: 24px;
  position: absolute;
}
@media (min-width: 769px) {
  .product-gallery .actions {
    display: none;
  }
}
.product-gallery .actions button {
  position: relative;
  display: flex;
  padding: 10px;
  border-radius: 50%;
  z-index: 20;
}
.product-gallery .actions button:not(:last-child) {
  margin-bottom: 8px;
}

.gallery-side__arrow {
  transition: opacity var(--transition);
}
.gallery-side__arrow:disabled {
  opacity: 0;
}

.review__rating {
  margin-bottom: 16px;
}
.review__author {
  display: flex;
  width: fit-content;
  margin-right: 16px;
}
.review__advantage-title {
  display: inline-block;
  margin-right: 8px;
}
.review__images {
  display: flex;
}
.review__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.review__image-wrapper {
  display: block;
  width: 48px;
  height: 48px;
  border-radius: 12px;
  overflow: hidden;
}
.review__image-wrapper:not(:last-child) {
  margin-right: 4px;
}
.review__answer {
  padding-left: 32px;
  border-left: 1px solid var(--dark);
}
.review__answer-text {
  margin-top: 8px;
}

.small-slider-image {
  position: relative;
  border-radius: var(--border-radius);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border: transparent solid 2px;
  cursor: pointer;
  overflow: hidden;
}
.small-slider-image:hover, .small-slider-image:focus-visible, .small-slider-image:active, .small-slider-image--active, .small-slider-image.swiper-slide-thumb-active, .small-slider-image.active {
  border: 2px solid var(--primary);
}
.small-slider-image.keen-slider__slide {
  width: 118px !important;
  min-width: 118px !important;
  max-width: 118px !important;
  height: 118px;
  max-height: 118px !important;
  min-height: 0 !important;
  transition: border-color var(--transition);
}
.small-slider-image__iframe::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}

.bottom-bar {
  gap: 32px;
  height: var(--bottom-catalog-bar-height);
  padding: 20px 16px;
  box-shadow: var(--shadow);
  z-index: 19;
}

.info__total {
  margin-top: .5rem;
  display: flex;
  flex-direction: column;
}

.info__total .info__total-price {
  text-align: center;
}

@media (max-width: 768px) {
  .bottom-bar {
    position: fixed;
    bottom: var(--bottom-bar-height);
    left: 0;
  }
}
@media (max-width: 576px) {
  .bottom-bar {
    padding: 8px 16px;
    gap: 8px;
  }
}
.bottom-bar .counter__label {
  width: 100%;
}
@media (max-width: 768px) {
  .bottom-bar-basket-actions {
    width: 100%;
  }
}
.bottom-bar-prices {
  gap: 16px;
}
@media (max-width: 576px) {
  .bottom-bar-prices {
    gap: 8px;
  }
}
.bottom-bar-price {
  font-size: 24px;
}
@media (max-width: 576px) {
  .bottom-bar-price {
    font-size: 16px;
  }
}
.bottom-bar-price-old {
  font-size: 24px;
}
@media (max-width: 576px) {
  .bottom-bar-price-old {
    font-size: 16px;
  }
}
.bottom-bar-subscribe {
  flex-grow: 1;
}
@media (max-width: 768px) {
  .bottom-bar .compare-btn {
    display: none;
  }
}

.breadcrumbs__list {
  display: flex !important;
}
@media (max-width: 1023px) {
  .breadcrumbs__list {
    display: none !important;
  }
}
@media (max-width: 1023px) {
  .breadcrumbs {
    position: absolute;
    top: 8px;
    left: 16px;
    z-index: 20;
  }
}
@media (max-width: 1024px) {
  .breadcrumbs__back {
    display: none;
  }
}
@media (max-width: 1023px) {
  .breadcrumbs__back {
    --arrow-icon: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjUiIGhlaWdodD0iMjUiIHZpZXdCb3g9IjAgMCAyNSAyNSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE2LjMzMDMgNS4wMTk3MkMxNi42MjMyIDUuMzEyNjEgMTYuNjIzMiA1Ljc4NzQ5IDE2LjMzMDMgNi4wODAzOEw5LjYxMDY1IDEyLjhMMTYuMzMwMyAxOS41MTk3QzE2LjYyMzIgMTkuODEyNiAxNi42MjMyIDIwLjI4NzUgMTYuMzMwMyAyMC41ODA0QzE2LjAzNzQgMjAuODczMyAxNS41NjI2IDIwLjg3MzMgMTUuMjY5NyAyMC41ODA0TDguMDE5NjYgMTMuMzMwNEM3LjcyNjc2IDEzLjAzNzUgNy43MjY3NiAxMi41NjI2IDguMDE5NjYgMTIuMjY5N0wxNS4yNjk3IDUuMDE5NzJDMTUuNTYyNiA0LjcyNjgzIDE2LjAzNzQgNC43MjY4MyAxNi4zMzAzIDUuMDE5NzJaIiBmaWxsPSJjdXJyZW50Q29sb3IiLz4KPC9zdmc+Cg==");
    position: relative;
    display: block;
    width: 44px;
    height: 44px;
    margin-top: 0;
    border-radius: 50%;
    background: var(--white-transparent);
    backdrop-filter: blur(20px);
    color: var(--secondary-600);
  }
}

:root {
  --bottom-catalog-bar-height: 90px;
  --reviews--primery: var(--primary) !important;
  --reviews--hover: var(--primary-hover) !important;
  --reviews--active: var(--primary-active) !important;
  --body-font-family-reviews: inherit !important;
}
@media (min-width: 769px) {
  :root {
    --bottom-catalog-bar-height: 0px;
  }
}

.region-delivery__loader {
  width: 60px;
}

@media (max-width: 768px) {
  div.compare-list__wrapper.fixed.bottom {
    bottom: calc(8px + var(--bottom-bar-height) + var(--bottom-catalog-bar-height));
  }
}

.detail-product-form-button {
  margin-top: 14px;
}

.detail__fixed-header {
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100px;
  z-index: 200;
  transform: translateY(-100%);
  transition: transform var(--transition), box-shadow var(--transition);
  background-color: var(--white);
  box-shadow: var(--shadow);
}
.detail__fixed-header-title {
  display: -webkit-box;
  max-width: 50vw;
  -webkit-box-orient: vertical;
  line-clamp: 1;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.detail__fixed-header-image {
  width: 60px;
  height: 60px;
  margin-right: 16px;
  border-radius: 12px;
  overflow: hidden;
}
.detail__fixed-header.active {
  transform: translateY(0%);
  box-shadow: var(--shadow);
}

@media (max-width: 1023px) {
  main {
    margin-top: 0;
  }
  .header .header__top, .header .header__main {
    height: 0 !important;
    padding: 0 !important;
    max-width: 100%;
    overflow: hidden;
  }
  .header .header__logo-wrapper, .header .header__catalog-button-wrapper, .header .header__search-wrapper, .header .header__regions-wrapper, .header.header--3 .header__search-wrapper {
    display: none !important;
  }
  .catalog__breadcrumbs-element {
    margin-bottom: 0;
  }
}
@media (max-width: 1024px) {
  html body {
    padding-bottom: calc(var(--bottom-bar-height) + var(--bottom-catalog-bar-height)) !important;
  }
  div.detail__fixed-header {
    display: none !important;
  }
}
@media (min-width: 1025px) {
  .header {
    transition: opacity var(--transition);
  }
  .header.hidden {
    opacity: 0;
    pointer-events: none;
  }
}

.mb-5 {
   /* display: none !important;*/
}
/*# sourceMappingURL=style.css.map */

