

/* Start:/local/templates/eshop_bootstrap_v4/components/bitrix/news/local-news1/bitrix/news.list/.default/style.css?17507569882999*/
.news-block .news-other {
	width: 1140px;
	margin: auto;
  }
  .news-block .news-other .news-other-title h3 {
	color: #1B1B1B;
	text-align: center;
	font-family: Roboto;
	font-size: 30px;
	font-style: normal;
	font-weight: 700;
	line-height: 1;
  }
  .news-block .news-other .news-other-block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
		-ms-flex-pack: justify;
			justify-content: space-between;
  }
  .news-block .news-other .news-other-block .news-other-block-main {
	display: grid;
	-webkit-box-pack: center;
		-ms-flex-pack: center;
			justify-content: center;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
	width: 360px;
	height: 420px;
	margin-bottom: 30px;
	border-radius: 10px;
	background: #FFF;
	-webkit-box-shadow: 0px 10px 60px 0px rgba(38, 45, 118, 0.08);
			box-shadow: 0px 10px 60px 0px rgba(38, 45, 118, 0.08);
  }

  .dark-theme .news-block .news-other .news-other-block .news-other-block-main {
	background: #1a1a1a;
	border: 1px solid #04AF20;

  }
  .news-block .news-other .news-other-block .news-other-block-main .news-other-block-main-itt {
	width: 320px;
	height: 380px;
  }
  .news-block .news-other .news-other-block .news-other-block-main .news-other-block-main-itt .news-other-img img {
	width: 320px;
	height: 194px;
	-o-object-fit: cover;
	   object-fit: cover;
	border-radius: 5px;
  }
  .news-block .news-other .news-other-block .news-other-block-main .news-other-block-main-itt .news-other-title h3 {
	color: var(--color-gray-1, #3A3A3A);
	font-family: Roboto;
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: 1;

  }
  .dark-theme .news-other .news-other-block .news-other-block-main .news-other-block-main-itt .news-other-title h3{
	color: #FFF;
  }
  .news-block .news-other .news-other-block .news-other-block-main .news-other-block-main-itt .news-other-text p {
	color: var(--color-gray-2, #616161);
	font-family: Roboto;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 100%;
	margin-top: 0;
  }
  .dark-theme .news-other .news-other-block .news-other-block-main .news-other-block-main-itt .news-other-text p{
	color: #FFF;
}
.news-other-text p {
    margin: 0; /* Убираем внешний отступ */
    -webkit-line-clamp: 3; /* Число отображаемых строк */
    display: -webkit-box; /* Включаем флексбоксы */
    -webkit-box-orient: vertical; /* Вертикальная ориентация */
    overflow: hidden; /* Обрезаем всё за пределами блока */
   }
  
  @media screen and (max-width: 650px) {
	.news-block .news-other {
	  width: 100%;
	}
    .news-other-block-main{
        margin-top: 20px;
    }
	.news-block .news-other .news-other-title h3 {
	  line-height: 1;
	}
	.news-block .news-other .news-other-block {
	  display: grid;
	  -webkit-box-pack: center;
		  -ms-flex-pack: center;
			  justify-content: center;
	}
  }
/* End */
/* /local/templates/eshop_bootstrap_v4/components/bitrix/news/local-news1/bitrix/news.list/.default/style.css?17507569882999 */
