/*Single Catalog*/
.hero-product {
  padding: 20px 0;
}
@media (min-width: 62em) {
  .hero-product {
    padding: 30px 0 40px;
  }
}
.hero-product .page-title {
  margin-bottom: 24px;
}
.hero-product .row-sliders {
  --rowPadding:5px;
}
@media (min-width: 48em) {
  .hero-product .row-sliders {
    --rowPadding: 6px;
  }
}
@media (min-width: 62em) {
  .hero-product .row-sliders {
    --rowPadding: 12px;
  }
}
@media (min-width: 88.25em) {
  .hero-product .row-sliders {
    --rowPadding: 16px;
  }
}
.hero-product .slider-arrows--bottom-right {
  right: 10px;
}
.hero-product .main-container {
  row-gap: 10px;
}
.hero-product .main-slider {
  height: 348px;
  width: 100%;
  position: relative;
}
@media (min-width: 48em) {
  .hero-product .main-slider {
    aspect-ratio: 1/1;
    height: auto;
    min-height: 100%;
  }
}
@media (min-width: 88.25em) {
  .hero-product .main-slider {
	aspect-ratio: 1/1;

  }
}
.hero-product .thumbs-slider {
  height: auto;
  box-sizing: border-box;
}
@media (min-width: 48em) {
  .hero-product .thumbs-slider {
    padding: 0;
    height: 100%;
    aspect-ratio: 123/712;
  }
}
@media (min-width: 62em) {
  .hero-product .thumbs-slider {
    aspect-ratio: 126/712;
  }
}
@media (min-width: 75em) {
  .hero-product .thumbs-slider {
    aspect-ratio: 1/4.4;
  }
}
@media (min-width: 88.25em) {
  .hero-product .thumbs-slider {
    aspect-ratio: 126/600;
  }
}
.hero-product .thumbs-slider .swiper-slide {
  aspect-ratio: 77/54;
}
@media (min-width: 48em) {
  .hero-product .thumbs-slider .swiper-slide {
    aspect-ratio: 1/1;
  }
}
@media (min-width: 88.25em) {
  .hero-product .thumbs-slider .swiper-slide {
    aspect-ratio: 4/5;
	aspect-ratio: 1/1;
  }
}
.hero-product .thumbs-slider .swiper-slide {
  cursor: pointer;
}
.hero-product .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero-product .fs-button {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  pointer-events: auto;
  z-index: 20;
  font-size: 36px;
  padding: 0;
}
.hero-product .fs-button:hover {
  background-color: var(--clr-06) !important;
}
.hero-product .btn {
  margin-top: 24px;
}
@media (min-width: 62em) {
  .hero-product .btn {
    margin-top: 30px;
  }
}
.hero-product__contacts {
  padding: 0;
  margin: 24px 0 0;
  list-style: none;
}
.hero-product__contacts li {
  margin-bottom: 6px;
}
.hero-product__contacts a {
  text-decoration: none;
}
.hero-product__contacts a:hover {
  color: var(--clr-03);
  text-decoration: underline;
}

@media (min-width: 48em) {
  .readmore-slide {
    height: auto !important;
  }
}

@media (min-width: 48em) {
  .readmore-panel {
    display: none;
  }
}
/* /Single Catalog*/