

/* Start:/local/templates/million/components/bitrix/news/template1/bitrix/news.detail/.default/style.css?17834995303202*/
/*Statik image*/
.statik-img-block {
  display: flex;
  flex-wrap: nowrap; /* Запрещаем перенос на новую строку */
  gap: 30px;
  justify-content: space-between;
  align-items: stretch;
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 20px;
  width: 100%;
  max-width: 1400px; /* Увеличил максимальную ширину */
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}

/* Контейнер для каждого изображения */
.image-container {
  flex: 1 1 50%; /* Каждый контейнер занимает 50% ширины */
  min-width: 0; /* Важно для flex-элементов с текстом/изображениями */
  max-width: 50%; /* Ограничиваем максимальную ширину */
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  background-color: #f5f5f5;
}

/* Эффект при наведении на контейнер */
.image-container:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}

/* Стили для самих изображений */
.statik-img-block .static-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.5s ease;
}

/* Эффект увеличения изображения при наведении */
.statik-img-block .image-container:hover .static-image {
  transform: scale(1.05);
}

.catalog-posadki-btn{
	position: unset;
    border-radius: 2rem;
    background: #f1cf57;
    width: 19.6rem;
    height: 6.5rem;
    font-size: 1.8rem;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: .2s ease-in-out;
}
div.news-detail
{
	word-wrap: break-word;
}
div.news-detail img.detail_picture
{
	float:left;
	margin:0 8px 6px 1px;
}
.news-date-time
{
	color:#486DAA;
}
/*custom*/
.catalog__title_spisok{
	font-size: 4.4rem;
    line-height: 127.027%;
    margin-bottom: 3rem;
	margin-top: 3rem;
    text-transform: uppercase;
    font-weight: 400;
}
.posadka h2{
	font-size: 3.7rem;
    line-height: 127.027%;
    margin-bottom: 3rem;
	margin-top: 3rem;
    text-transform: uppercase;
    font-weight: 600;
}
.posadka h3{
	font-size: 2.4rem;
    line-height: 127.027%;
    margin-bottom: 3rem;
	margin-top: 3rem;
    text-transform: uppercase;
    font-weight: 600;
}
.posadka h4{
	font-size: 2rem;
    line-height: 127.027%;
    margin-bottom: 3rem;
	margin-top: 3rem;
    text-transform: uppercase;
    font-weight: 600;
}
.posadka ul{
	list-style: disc;
	padding: 1em;
}
.posadka ul li::before {
    color: #ed1e79; /* Цвет маркера */
	content: "•" ;
    padding-right: 10px; /* Расстояние от маркера до текста */
   }
   
 .posadka ol li::marker {
    color: #ed1e79; /* Цвет маркера */
   }
 .catalog__title{
	margin-top: 1rem;
	margin-bottom: 1rem;
 }
 .catalog-t{
	 margin-top: 1rem;
 }
 .catalog__wrapper{
	 margin-bottom: 1rem;
 }
 @media (max-width: 768px){
	 .mob{
		 display:none;
	 }
	 .statik-img-block{
		 display:none;
	 }
 }
/* End */
/* /local/templates/million/components/bitrix/news/template1/bitrix/news.detail/.default/style.css?17834995303202 */
