

/* Start:/local/templates/.default/components/bitrix/news/allnews/bitrix/news.detail/.default/style.css?17738240292154*/




/* -------------------------------------------NEWS_DETAIL----------------------------------------------------- <--начало */
.news-list {
  
}





.detail-wrapper {
  width: 100%;
  max-width: 100%;
  
}


.detail-image {
  width: 100%;
  max-width: 100%;
  position: relative;
  overflow: hidden;
  height: 650px;
  background-size: cover;
  background-position: center;


}


.detail-text-wrapper {
  position: relative;
  width: 90%;
  max-width: 100%;
  margin: 0 auto;

}

.detail-text {
  position: relative;
  padding: 15px;
  background-color: white;
  width: 60%;
  bottom: 70px;
  box-sizing: border-box;
}

.detail-title {
  margin-bottom: 40px;
}

.detail-text-content {
  margin-bottom: 30px;

}

.detail-data {
  text-align: right;
}










/* Обёртка картинки и текста */
.detail-wrapper {
  width: 100%;
  max-width: 100%;
}

/* Картинка */
.detail-image {
  width: 100%;
  height: 650px;
  background-size: cover;
  background-position: center;
}

/* Обёртка текста */
.detail-text-wrapper {
  width: 90%;       /* адаптивная ширина родителя */
  max-width: 100%;
  margin: 0 auto;
}

/* Текстовый блок */
.detail-text {
  width: 100%;      /* текст занимает всю ширину родителя */
  padding: 15px;
  background-color: white;
  bottom: 70px;
  position: relative;
  box-sizing: border-box;
}

/* Заголовок и контент */
.detail-title {
  margin-bottom: 40px;
}
.detail-text-content {
  margin-bottom: 30px;
}
.detail-data {
  text-align: right;
}

/* Мобильные стили */
@media (max-width: 768px) {
  .detail-text-wrapper {
    width: 95%;       /* чуть больше на телефоне */
  }

  .detail-text {
    bottom: 50px;     /* меньше смещение на маленьких экранах */
  }

  .detail-image {
    height: 400px;    /* уменьшенная высота картинки на мобильных */
  }
}







/* -------------------------------------------NEWS_DETAIL----------------------------------------------------- <--конец */


/* End */
/* /local/templates/.default/components/bitrix/news/allnews/bitrix/news.detail/.default/style.css?17738240292154 */
