

/* Start:/bitrix/templates/magnet_s1/components/bitrix/news.detail/services/style.css?17500568753351*/

.info {
  text-align: center;
  margin: 25px;
}
.name {
  margin-bottom: 12px;
  font-size: 1.375em;
  font-weight: 700;
}
.service-order-block__buttons {
  display: flex;
  justify-content: center;
  gap: 30px;
  margin-bottom: 25px;
}

.content-page table th.table-title {
  color: #fff;
  background-color: #1b9fc6;
}
.content-page table th {
  padding: 12px 19px;
  color: #282828;
  line-height: 1.25em;
  text-align: left;
  background-color: #f0f0f0;
  border: 1px solid #e7e7e7;
}
th.table-title {
  background-color: #1b9fc6;
  color: #fff;
  font-weight: 600;
}
.grayblock {
  padding: 12px 60px 18px 60px;
  margin: 0;
  background-color: rgba(27,159,198,0.05);
  border-radius: 3px;
  overflow: hidden;
}
/*slider*/
.detail-slider-container {
    margin-top: 40px;
    padding: 20px 0;
}

.detail-page-slider {
    width: 100%;
    height: 400px;
}

.detail-page-slider .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #f5f5f5;
}

.detail-page-slider .swiper-slide img {
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
}

.swiper-button-next, 
.swiper-button-prev {
    color: #000;
    width: 40px;
    height: 40px;
    background: rgba(255,255,255,0.7);
    border-radius: 50%;
}

.swiper-button-next:after, 
.swiper-button-prev:after {
    font-size: 20px;
}

.swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: #999;
    opacity: 1;
}

.swiper-pagination-bullet-active {
    background: #000;
}
.swiper-button-next:before, 
.swiper-button-prev:before {
    display: none; /* Скрываем стандартные символы */
}

/* Кастомные стрелки через SVG */
.swiper-button-next,
.swiper-button-prev {
    background-image: none;
    width: 40px;
    height: 40px;
    background-size: 20px 20px;
    background-position: center;
    background-repeat: no-repeat;
    background-color: rgba(255,255,255,0.7);
    border-radius: 50%;
}

.swiper-button-next {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M8.59,16.58L13.17,12L8.59,7.41L10,6L16,12L10,18L8.59,16.58Z'/%3E%3C/svg%3E");
}

.swiper-button-prev {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M15.41,16.58L10.83,12L15.41,7.41L14,6L8,12L14,18L15.41,16.58Z'/%3E%3C/svg%3E");
}
/* Контейнер слайдера */
.detail-page-slider {
  width: 100%;
  height: 300px; /* Можно заменить на auto, если нужна адаптивная высота */
}

/* Слайд (активный и обычный) */
.swiper-slide {
  position: relative; /* Для absolute изображения */
  width: 100%;
  height: 100%; /* Занимает всю высоту контейнера */
  overflow: hidden; /* Обрезаем лишнее */
}

/* Изображение внутри слайда */
.swiper-slide img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover; /* Заполняет весь блок с обрезкой */
  object-position: center; /* Центрируем обрезку */
}
@media (max-width: 767px) {
.grayblock {
    padding: 12px 0 18px;
    overflow: scroll;
  }
}
/* End */
/* /bitrix/templates/magnet_s1/components/bitrix/news.detail/services/style.css?17500568753351 */
