

/* Start:/local/templates/.default/components/bitrix/news/news/bitrix/news.detail/.default/style.css?17625091645217*/
.back_btn{
	display: flex;
height: 48px;
padding: 8px 20px;
align-items: center;
gap: 32px;
flex-shrink: 0;
color: var(--Text-color, #16396C);

/* Medium_20 */
font-family: Manrope;
font-size: 20px;
font-style: normal;
font-weight: 500;
line-height: normal;
border-radius: 48px;
border: 1px solid var(--Red, #BF0036);
max-width: 195px;
}

.back_btn:hover{
text-decoration: none;
color: var(--Text-color, #16396C);
}

.news_detail-date{
	color: var(--Text-color-light, #537DA6);

/* Regular_20 */
font-family: Manrope;
font-size: 20px;
font-style: normal;
font-weight: 400;
line-height: 28px; /* 140% */
margin-bottom: 24px;
}

.news_detail-name{
	color: var(--Text-color, #16396C);
font-family: Manrope;
font-size: 48px;
font-style: normal;
font-weight: 400;
line-height: normal;
text-transform: uppercase;
margin-bottom: 60px;
}

.news_detail-img{
	margin-bottom: 60px;
}

.news_detail-text{
  color: var(--Text-color, #16396C);

/* Regular_24 */
font-family: Manrope;
font-size: 24px;
font-style: normal;
font-weight: 400;
line-height: 34px; /* 141.667% */
}

.main-slider {
  width: 100%;
  position: relative;
	overflow: hidden;
	margin: 60px 0 120px 0;
}
.slider-wrapper {
  position: relative;      /* чтобы стрелки позиционировались относительно этой обёртки */
  overflow: visible;       /* но сам слайдер внутри обрезается */
}
.news_img .swiper-slide {
  position: relative;
  max-width: max-content;
  height: 100%;
}

.news_img_item{
  display: flex;
  justify-content: center;
  /* width: 100%; */
}

.news_img_item a{
  display: block;
  text-decoration: none!important;
}

.news_img_item a:focus-visible,
.news_img_item a img:focus-visible{
  border: 0;
  outline: 0;
}

.slide-image {
  /* width: 100%;
  height: 100%;
  object-fit: cover; */

}



.slide-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  text-align: center;
}

.slide-title {
  font-size: 24px;
  background: rgba(0, 0, 0, 0.5);
  padding: 10px 20px;
  border-radius: 4px;
}

/* Кнопки */
.custom-btn {
  position: absolute;
  bottom: 50%;
  width: 48px;
  height: 24px;
  border: none;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 10;
}

.swiper-button-prev-custom {
  left: 20px;
}

.swiper-button-next-custom {
  right: 20px;
}

.custom-btn svg {
  width: 100%;
  height: auto;
}

.benefits-list__items {
  list-style: none;
  margin: 0;
  padding: 0;
}
.benefits-list__items li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 30px;
color: var(--Text-color, #16396C);

/* Regular_24 */
font-family: Manrope;
font-size: 24px;
font-style: normal;
font-weight: 400;
line-height: 34px; /* 141.667% */
}
.benefits-list__items li::before {
  content: '';
  position: absolute;
  top: 0.6em;
  left: 0;
  width: 4px;
  height: 4px;
  background-color: #16396C;
  border-radius: 50%;
}


@media (max-width: 1500px) {
  .h3{
font-size: 25px;
line-height: 38px;
}
.back_btn{
      gap: 9px;
      padding: 8px 10px;
}
}

@media (max-width: 1200px) {
  .news_detail-name {
    font-size: 40px;
    margin-bottom: 48px;
  }
  .news_detail-text {
    font-size: 22px;
    line-height: 32px;
  }
  .main-slider { margin: 48px 0 96px; }

}

/* 992↓ — планшеты */
@media (max-width: 992px) {
  .back_btn {
    font-size: 18px;
    padding: 8px 16px;
    gap: 20px;
    height: auto;
  }
  .news_detail-date { font-size: 18px; line-height: 26px; margin-bottom: 20px; }
  .news_detail-name { font-size: 32px; margin-bottom: 36px; }
  .news_detail-text { font-size: 20px; line-height: 30px; }
  .main-slider { margin: 40px 0 72px; }
  .custom-btn { width: 40px; height: 20px; }
  .benefits-list__items li { font-size: 20px; line-height: 30px; margin-bottom: 20px; }
}

/* 768↓ — телефоны */
@media (max-width: 768px) {
  .back_btn {
    width: 100%;
    justify-content: center;
    font-size: 16px;
    gap: 12px;
  }
  .news_detail-name {
    font-size: 26px;
    margin-bottom: 28px;
    line-height: 1.3;
  }
  .news_detail-text {
    font-size: 18px;
    line-height: 26px;
  }
  .main-slider { margin: 32px 0 56px; }
  .custom-btn { width: 36px; height: 18px; }
  .slide-title { font-size: 18px; padding: 8px 14px; }
  .benefits-list__items li { font-size: 18px; line-height: 26px; margin-bottom: 16px; }
}

/* 576↓ — маленькие телефоны */
@media (max-width: 576px) {
  .news_detail-date { font-size: 16px; line-height: 24px; }
  .news_detail-name { font-size: 22px; margin-bottom: 20px; }
  .news_detail-text { font-size: 16px; line-height: 24px; }
  .main-slider {  margin: 24px 0 40px; }
  .slide-title { font-size: 16px; padding: 6px 10px; }
  .benefits-list__items li { font-size: 16px; line-height: 24px; margin-bottom: 12px; }
  .benefits-list__items li::before { width: 3px; height: 3px; top: 0.7em; }
}

/* 400↓ — сверхкомпактные */
@media (max-width: 400px) {
  .back_btn { font-size: 14px; padding: 6px 12px; gap: 8px; }
  .news_detail-name { font-size: 20px; }
}

.slider-wrapper {
    width: fit-content;
    margin: 0 auto;
}
/* End */
/* /local/templates/.default/components/bitrix/news/news/bitrix/news.detail/.default/style.css?17625091645217 */
