

/* Start:/local/templates/main/components/bitrix/news.detail/main.catalog.detail/style.css?17720983252419*/
.element-top {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 42px;
}

@media (max-width: 768px) {
  .element-top {
    grid-template-columns: 1fr;
  }
}

.element-col {
  min-width: 0;
  max-width: 100%;
}

.element-name {
  font-size: 28px;
  font-family: news706, sans-serif;
  margin-bottom: 60px;
}

.element-gallery {
  padding-bottom: 40px !important;
  max-width: 100%;
  min-width: 0;
  position: relative;
}

.element-gallery__slide a img {
  width: 100%;
}

.element-gallery .swiper-button-prev,
.element-gallery .swiper-button-next {
  top: 50%;
  transform: translateY(-50%);
  color: #000;
  width: 32px;
  height: 32px;
  border-radius: 50%;
}
.element-gallery .swiper-button-prev {
  left: -10px;
}
.element-gallery .swiper-button-next {
  right: -10px;
}

.element-gallery .swiper-button-prev svg,
.element-gallery .swiper-button-next svg {
  width: 16px;
  height: 16px;
}

.element-gallery .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #ccc;
  opacity: 0.5;
  border-radius: 50%;
  transition: all 0.3s ease;
  cursor: pointer;
  z-index: 10;
}
.element-gallery .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #ea5b0c;
  opacity: 1;
  scale: 1.2;
}

.element-details,
.element-details span,
.element-details strong,
.element-details p {
  font-size: 18px !important;
  line-height: 120% !important;
  font-family: "Montserrat", sans-serif !important;
}

@media (max-width: 768px) {
  .element-details,
  .element-details span,
  .element-details strong,
  .element-details p {
    font-size: 14px !important;
  }
}


.element-tab__title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 32px;
}

.element-gallery .favorites-button {
  aspect-ratio: 1/1;
  padding: 0;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  max-width: 42px;
  position: absolute;
  top: 5px;
  right: 5px;
  background: rgba(200, 200, 200, 0.4);
  border-radius: 50%;
  z-index: 15;
}

.element-gallery .favorites-button.thisActive svg {
  color: rgb(225, 66, 66);
  fill: currentColor;
}

.element-gallery .favorites-button svg {
  width: 24px;
  height: 24px;
}

.element-buttons-description {
  font-weight: 600;
  opacity: .6;
}
/* End */
/* /local/templates/main/components/bitrix/news.detail/main.catalog.detail/style.css?17720983252419 */
