

/* Start:/local/templates/redesign2022/components/bitrix/news/articles/bitrix/news.detail/.default/style.css?17866750339760*/
.bx-newsdetail {}
.bx-newsdetail-block {
	padding: 0 14px;
	margin-bottom: 40px;
}
.page-content-top .h2{
    margin-bottom: 48px !important;
}
@media (min-width: 992px) {
	.bx-newsdetail .bx-newsdetail-container:nth-child(3n+1) {
		clear: both;
	}
}
@media (min-width: 767px) and (max-width: 991px) {
	.bx-newsdetail .bx-newsdetail-container:nth-child(2n+1) {
		clear: both;
	}
}
@media  (max-width: 767px) {
.page-content-top .h2{
    padding: 0 16px !important;
        font-size: 32px !important;
        margin-bottom: 30px !important;
    }
}
/* POST FORMATS */
.bx-newsdetail-img,
.bx-newsdetail-audio,
.bx-newsdetail-youtube,
.bx-newsdetail-slider {
	position: relative;
	text-align: center;
	margin-bottom: 20px;
}
.bx-newsdetail-slider img,
.bx-newsdetail-img img {
	width: auto;
	max-width: 100%;
	height: auto;
	max-height: 100%;
}
.bx-newsdetail-video {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	opacity: 0.7;
	z-index: 1;
	-webkit-transition: opacity .3s ease;
	   -moz-transition: opacity .3s ease;
	    -ms-transition: opacity .3s ease;
	     -o-transition: opacity .3s ease;
	        transition: opacity .3s ease;
	background: url("/local/templates/redesign2022/components/bitrix/news/articles/bitrix/news.detail/.default/images/bx-video.png") no-repeat center;
}
.bx-newsdetail-video:hover {
	opacity: 1;
}
/* POST FORMATS /// SLIDER */
.bx-newsdetail-slider {
	width: 100%;
	height: 0;
	padding-bottom: 56.25%;
	overflow: hidden;
}
.bx-newsdetail-slider-container {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
}
.bx-newsdetail-slider-slide {
	float: left;
	z-index: 100;
}
.bx-newsdetail-slider-arrow-container-left,
.bx-newsdetail-slider-arrow-container-right {
	position: absolute;
	top: 0;
	bottom: 0;
	width: 15%;
	cursor: pointer;
}
.bx-newsdetail-slider-arrow-container-left {
	left: 0;
}
.bx-newsdetail-slider-arrow-container-right {
	right: 0;
}
.bx-newsdetail-slider-arrow {
	position: absolute;
	line-height: 34px;
	vertical-align: middle;
	color: #fff;
	cursor: pointer;
	font-size: 48px;
	height: 48px;
	width: 20px;
	top: 50%;
	margin-top: -24px;
	z-index: 110;
	opacity: .5;
	text-shadow:0 0 2px rgba(0,0,0,.5);
}
.bx-newsdetail-slider-arrow-container-left:hover .bx-newsdetail-slider-arrow,
.bx-newsdetail-slider-arrow-container-right:hover .bx-newsdetail-slider-arrow {
	color: #FFF;
	display: block;
	opacity: 1;
}
.bx-newsdetail-slider-arrow-container-left .bx-newsdetail-slider-arrow {
	left: 20px;
}
.bx-newsdetail-slider-arrow-container-right .bx-newsdetail-slider-arrow {
	right: 20px;
}
.bx-newsdetail-slider-control {
	margin: 0;
	padding: 0;
	position: absolute;
	width: 100%;
	bottom: 10px;
	z-index: 110;
	text-align: center;
	word-spacing: -4px;
}
.bx-newsdetail-slider-control li {
	display: inline-block;
	border-radius: 50%;
	background: #fff;
	width: 10px;
	height: 10px;
	word-spacing: -4px;
	margin: 0 3px;
	opacity: .5;
}
.bx-newsdetail-slider-control li:hover,
.bx-newsdetail-slider-control li.current {
	background: #FFF;
	opacity: 1;
}
.bx-newsdetail-slider-arrow,
.bx-newsdetail-slider-control li {
	-webkit-transition: opacity .3s ease;
	   -moz-transition: opacity .3s ease;
	    -ms-transition: opacity .3s ease;
	     -o-transition: opacity .3s ease;
	        transition: opacity .3s ease;
}
/* /// */
.bx-newsdetail-title,
.bx-newsdetail-title a {
	color: #000;
	margin: 0;
	font-weight: 600;
	padding: 2px 0 15px;
	font-size: 18px;
	border-bottom: none;
	font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
}
.bx-newsdetail-title a:hover {
	text-decoration: none;
	border-bottom-color: transparent;
}
.bx-lg .bx-newsdetail-title {
	font-size: 24pt;
}
.bx-md .bx-newsdetail-title {
	font-size: 20pt;
}
.bx-xs .bx-newsdetail-title {
	font-size: 18pt;
}
.bx-newsdetail-separator,
.bx-newsdetail-view,
.bx-newsdetail-date,
.bx-newsdetail-comments,
.bx-newsdetail-author,
.bx-newsdetail-other {
	color: #a4a4a4;
	font-size: 13px;
	padding-bottom: 5px;
	white-space: nowrap;
}
.bx-newsdetail-rating,
.bx-newsdetail-separator,
.bx-newsdetail-date{
	display: inline-block;
}
.bx-newsdetail-separator {
	margin: 0 10px;
}
.bx-newsdetail-view i.fa,
.bx-newsdetail-date i.fa,
.bx-newsdetail-comments i.fa,
.bx-newsdetail-author i.fa,
.bx-newsdetail-tags i.fa,
.bx-newsdetail-other i.fa {
	width: 13px;
	color: #b4b4b4;
}
.bx-newsdetail-tags {
	color: #a4a4a4;
	font-size: 13px;
	padding-bottom: 5px;
}
.bx-newsdetail-content {
	font-size: 14px;
	margin-bottom: 5px;
}

/* 

Таблицы

*/
.bx-newsdetail-content table {
    width: 100%;
    border-collapse: collapse;
    margin: 15px 0;
    font-size: 14px;
}
.bx-newsdetail-content table th,
.bx-newsdetail-content table td {
    border: 1px solid #ddd;
    padding: 8px 12px;
    text-align: left;
    vertical-align: top;
}
.bx-newsdetail-content table th {
    background-color: #f4f4f4;
    font-weight: 600;
}
/* Адаптивность для мобильных */
@media (max-width: 767px) {
    .bx-newsdetail-content table {
        display: block;
        overflow-x: auto;
        white-space: nowrap;
    }
}

/* 

Списки

*/

.bx-newsdetail-content ul {
    list-style-type: disc;      
    padding-left: 20px;         
    margin: 10px 0;
}
.bx-newsdetail-content ol {
    list-style-type: decimal;   
    padding-left: 20px;
}
.bx-newsdetail-content li {
    margin-bottom: 5px;
}

/* 

Ссылки

*/
.bx-newsdetail-content a {
    color: #0066cc;
    text-decoration: underline;
}
.bx-newsdetail-content a:hover {
    text-decoration: none;
}

/* 

Изображения

*/
.bx-newsdetail-content img {
    max-width: 100%;
    height: auto;
    margin: 10px 0;
}

/* 

блока автора

*/
.news-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding-bottom: 12px;
    margin-bottom: 20px;
    border-bottom: 1px solid #e8e8e8;
    font-size: 14px;
    color: #555;
}
.news-date {
    white-space: nowrap;
}
.news-date i {
    margin-right: 6px;
    color: #999;
}
.news-author {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}
.author-avatar {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    object-fit: cover;
    border: 1px solid #ddd;
}
.author-name {
    font-weight: 600;
    color: #222;
}
.author-post {
    color: #888;
    font-size: 13px;
}
/* .author-post::before {
    content: "·";
    margin: 0 6px;
    color: #ccc;
} */
.news-author .author-text{
	display: flex;
	justify-content: center;
	align-items: start;
	flex-direction: column;
}
/* на мобилках – столбиком, если не влезает */
@media (max-width: 600px) {
    .news-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
    }
    .news-author {
        width: 100%;
    }
    /* .author-post::before {
        content: "";
        margin: 0;
    } */
    .author-post {
        display: block;
        font-size: 12px;
        color: #999;
    }
}

/* отступы */

.bx-newsdetail-content {
    line-height: 1.5;         
}

.page-content p{
	margin-bottom: 0 !important;
}

/* .bx-newsdetail-content p {
    margin: 0 0 0.8em 0;
} */

.bx-newsdetail-content h2,
.bx-newsdetail-content h3,
.bx-newsdetail-content h4 {
    margin: 1.2em 0 0.4em 0;
    font-weight: 600;
    line-height: 1.3;
}
.bx-newsdetail-content h2 { font-size: 1.6em; }
.bx-newsdetail-content h3 { font-size: 1.3em; }
.bx-newsdetail-content h4 { font-size: 1.1em; }

.bx-newsdetail-content ul,
.bx-newsdetail-content ol {
    margin: 0.5em 0 0.8em 0;
    padding-left: 24px;
}
.bx-newsdetail-content li {
    margin-bottom: 0.3em;
}
.bx-newsdetail-content ul ul,
.bx-newsdetail-content ol ol,
.bx-newsdetail-content ul ol,
.bx-newsdetail-content ol ul {
    margin: 0.2em 0 0.2em 0;
}

.bx-newsdetail-content table {
    margin: 0.8em 0;
}

.bx-newsdetail-content img {
    margin: 0.8em 0;
    display: block;
    height: auto;
}

.bx-newsdetail-content blockquote {
    margin: 0.8em 0;
    padding: 0.4em 1em;
    border-left: 4px solid #ddd;
    background: #f9f9f9;
    font-style: italic;
    color: #555;
}
/* .bx-newsdetail-content blockquote p {
    margin-bottom: 0.3em;
} */
.bx-newsdetail-content blockquote footer {
    font-style: normal;
    font-size: 0.9em;
    color: #888;
}

.bx-newsdetail-content hr {
    margin: 1.5em 0;
    border: 0;
    border-top: 1px solid #e8e8e8;
}

.bx-newsdetail-content pre,
.bx-newsdetail-content code {
    background: #f4f4f4;
    padding: 0.2em 0.4em;
    border-radius: 3px;
    font-size: 0.9em;
}
.bx-newsdetail-content pre {
    padding: 1em;
    overflow-x: auto;
}

/* кнопка назад к списку */
.btn-articles-back {
    margin: 30px 0 10px 0;
    text-align: left;
}
.btn-articles-back a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 18px;
    background: #02345f;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    border: 1px solid #02345fa3;
    border-radius: 4px;
    transition: all 0.2s ease;
}
/* .btn-articles-back a::before {
    content: "←";
    font-size: 18px;
    line-height: 1;
} */
.btn-articles-back a:hover {
    /* background: #02345fa3; */
    /* border-color: #02345f; */
    color: #B60000;
	text-decoration: underline #B60000;
    box-shadow: 0 1px 4px rgba(0,0,0,0.08);
}

/* отступ */

.news__page{
	padding-bottom: 60px !important;
}

.inner-page-content{
	padding-bottom: 60px !important;
}
.btn-back-wr-a {
    padding-bottom: 60px;
}

@media screen and (max-width: 576px) {
    .btn-back-wr-a {
        display: flex;
        align-items: center;
        justify-content: center;
    }
}

.sec-articles h3{
    font-weight: 600;
}

.inner-page-content.news__page{
   padding-bottom: unset !important; 
}
/* End */


/* Start:/local/templates/redesign2022/components/bitrix/news.list/articles-carusel/style.css?178730899711554*/
.bx-newslist {
	padding-top: 20px;
}
.bx-newslist-block {
	padding: 0 14px;
	margin-bottom: 40px;
}
@media (min-width: 992px) {
	.bx-newslist .bx-newslist-container:nth-child(3n+1) {
		clear: both;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.bx-newslist .bx-newslist-container:nth-child(2n+1) {
		clear: both;
	}
}
/* POST FORMATS */
.bx-newslist-img,
.bx-newslist-audio,
.bx-newslist-youtube,
.bx-newslist-slider {
	position: relative;
	text-align: center;
	margin-bottom: 20px;
}
.bx-newslist-slider img,
.bx-newslist-img img {
	width: auto;
	max-width: 100%;
	height: auto;
	max-height: 100%
}
.bx-newslist-video {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	opacity: 0.7;
	z-index: 1;
	-webkit-transition: opacity .3s ease;
	   -moz-transition: opacity .3s ease;
	    -ms-transition: opacity .3s ease;
	     -o-transition: opacity .3s ease;
	        transition: opacity .3s ease;
	background: url("/local/templates/redesign2022/components/bitrix/news.list/articles-carusel/images/bx-video.png") no-repeat center;
}
.bx-newslist-video:hover {
	opacity: 1;
}
/* POST FORMATS /// SLIDER */
.bx-newslist-slider {
	width: 100%;
	height: 0;
	padding-bottom: 56.25%;
	overflow: hidden;
}
.bx-newslist-slider-container {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
}
.bx-newslist-slider-slide {
	float: left;
	z-index: 100;
}
.bx-newslist-slider-arrow-container-left,
.bx-newslist-slider-arrow-container-right {
	position: absolute;
	top: 0;
	bottom: 0;
	width: 15%;
	cursor: pointer;
}
.bx-newslist-slider-arrow-container-left {
	left: 0;
}
.bx-newslist-slider-arrow-container-right {
	right: 0;
}
.bx-newslist-slider-arrow {
	position: absolute;
	line-height: 34px;
	vertical-align: middle;
	color: #fff;
	cursor: pointer;
	font-size: 48px;
	height: 48px;
	width: 20px;
	top: 50%;
	margin-top: -24px;
	z-index: 110;
	opacity: .5;
	text-shadow:0 0 2px rgba(0,0,0,.5);
}
.bx-newslist-slider-arrow-container-left:hover .bx-newslist-slider-arrow,
.bx-newslist-slider-arrow-container-right:hover .bx-newslist-slider-arrow {
	color: #FFF;
	display: block;
	opacity: 1;
}
.bx-newslist-slider-arrow-container-left .bx-newslist-slider-arrow {
	left: 20px;
}
.bx-newslist-slider-arrow-container-right .bx-newslist-slider-arrow {
	right: 20px;
}
.bx-newslist-slider-control {
	margin: 0;
	padding: 0;
	position: absolute;
	width: 100%;
	bottom: 10px;
	z-index: 110;
	text-align: center;
	word-spacing: -4px;
}
.bx-newslist-slider-control li {
	display: inline-block;
	border-radius: 50%;
	background: #fff;
	width: 10px;
	height: 10px;
	word-spacing: -4px;
	margin: 0 3px;
	opacity: .5;
}
.bx-newslist-slider-control li:hover,
.bx-newslist-slider-control li.current {
	background: #FFF;
	opacity: 1;
}
bx-newslist-slider-arrow,
.bx-newslist-slider-control li {
	-webkit-transition: opacity .3s ease;
	   -moz-transition: opacity .3s ease;
	    -ms-transition: opacity .3s ease;
	     -o-transition: opacity .3s ease;
	        transition: opacity .3s ease;
}
.bx-newslist-title,
.bx-newslist-title a {
	color: #000;
	margin: 0;
	font-weight: 600;
	padding: 2px 0 15px;
	font-size: 18px;
	font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
}
.bx-newslist-title a:hover {
	text-decoration: none;
	border-bottom-color: transparent;
}
.bx-lg .bx-newslist-title {
	font-size: 24pt;
}
.bx-md .bx-newslist-title {
	font-size: 20pt;
}
.bx-xs .bx-newslist-title {
	font-size: 18pt;
}
.bx-newslist-view,
.bx-newslist-date,
.bx-newslist-comments,
.bx-newslist-author,
.bx-newslist-other {
	color: #a4a4a4;
	font-size: 13px;
	padding-bottom: 5px;
	white-space: nowrap;
}
.bx-newslist-view i.fa,
.bx-newslist-date i.fa,
.bx-newslist-comments i.fa,
.bx-newslist-author i.fa,
.bx-newslist-tags i.fa,
.bx-newslist-other i.fa {
	width: 13px;
	color: #b4b4b4;
}
.bx-newslist-tags {
	color: #a4a4a4;
	font-size: 13px;
	padding-bottom: 5px;
}
.bx-newslist-content {
	font-size: 14px;
	margin-bottom: 5px;
}
.bx-newslist-more {
	margin-top: 5px;
	margin-bottom: 5px;
}

.about-news-wrapper .bx-newslist-img {
	height: 288px;
}
.about-news-wrapper .bx-newslist-img a {
	line-height: 288px;
}

/* ========================================
   Карточки статей внутри карусели
   Стилизуем так же, как карточки на странице /articles/
   ======================================== */
.bx-newslist.articles .news-slide {
	margin: 0 16px;
	height: 100%;
	display: flex;
}
.bx-newslist.articles .news-slide .news__page__items {
	display: block;
	width: 100%;
	height: auto;
	background: #FFFFFF;
	border: 1px solid #EEEEEE !important;
	border-radius: 8px;
	overflow: hidden;
	margin: 0;
}
.bx-newslist.articles .news-slide .news__page__items .img {
	width: 100%;
	height: 320px;
	position: relative;
	overflow: hidden;
}
.bx-newslist.articles .news-slide .news__page__items .img img {
	width: 100%;
	height: auto;
	object-fit: cover;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.bx-newslist.articles .news-slide .news__page__items .img::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 92, 161, 0.4);
	opacity: 0;
	transition: all 0.2s linear;
}
.bx-newslist.articles .news-slide .news__page__items:hover .img::after {
	opacity: 1;
}
.bx-newslist.articles .news-slide .news__page__items .content {
	padding: 16px 16px 40px 16px;
}
.bx-newslist.articles .news-slide .news__page__items .date {
	font-weight: normal;
	font-size: 16px;
	line-height: 145%;
	color: #343434;
	margin-bottom: 8px;
}
.bx-newslist.articles .news-slide .news__page__items .title {
	font-weight: 800;
	font-size: 28px;
	line-height: 120%;
	color: #343434;
	transition: all 0.2s ease;
}
.bx-newslist.articles .news-slide .news__page__items:hover .title {
	color: #00335E;
}

@media screen and (max-width: 1200px) {
	.bx-newslist.articles .news-slide .news__page__items .title {
		font-size: 22px;
	}
	.bx-newslist.articles .news-slide .news__page__items .img {
		height: 260px;
	}
}
@media screen and (max-width: 992px) {
	.bx-newslist.articles .news-slide .news__page__items .img {
		height: 240px;
	}
	.bx-newslist.articles .news-slide .news__page__items .title {
		font-size: 20px;
	}
	.bx-newslist.articles .news-slide .news__page__items .content {
		padding: 16px 16px 24px 16px;
	}
}
@media screen and (max-width: 767px) {
	.bx-newslist.articles .news-slide {
		margin: 0 8px;
	}
	.bx-newslist.articles .news-slide .news__page__items .img {
		height: 220px;
	}
	.bx-newslist.articles .news-slide .news__page__items .title {
		font-size: 18px;
		line-height: 130%;
	}
	.bx-newslist.articles .news-slide .news__page__items .date {
		font-size: 14px;
		line-height: 140%;
	}
}
@media screen and (max-width: 576px) {
	.bx-newslist.articles .news-slide .news__page__items .img {
		height: 260px;
	}
}
@media screen and (max-width: 470px) {
	.bx-newslist.articles .news-slide .news__page__items .img {
		height: 220px;
	}
}

/* ========================================
   Стрелки слайдера новостей (как на баннере)
   ======================================== */

/* Контейнер слайдера – добавляем отступы для стрелок */
.news-slider {
  padding: 0 55px; /* место для стрелок снаружи карточек */
  margin: 0 auto;
  position: relative;
}

/* Стрелки – общие */
.news-slider .slick-arrow {
  width: 48px;
  height: 48px;
  z-index: 99;
  border-radius: 50%;
  transition: all 0.2s ease;
  background: transparent;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

/* Левая стрелка – прижата к левому краю */
.news-slider .slick-prev {
  left: 0;
}

/* Правая стрелка – прижата к правому краю */
.news-slider .slick-next {
  right: 15px;
}

/* Иконка через псевдоэлемент ::after */
.news-slider .slick-arrow::after {
  content: "";
  width: 48px;
  height: 48px;
  background: url(/local/templates/redesign2022/img/banner-slider-arrow.svg) no-repeat center center;
  background-size: 140%;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
}

/* Правая стрелка – разворачиваем на 180° */
.news-slider .slick-next::after {
  transform: rotate(-180deg);
}

/* ========================================
   Точки навигации
   ======================================== */

/* ========================================
   Точки навигации – по умолчанию скрыты
   ======================================== */
.news-slider .slick-dots {
  display: none !important;          /* скрыты на всех экранах */
  bottom: -38px;
  text-align: center;
}

/* ========================================
   Показываем точки только на экранах <= 768px
   ======================================== */
@media screen and (max-width: 768px) {
  .news-slider .slick-dots {
    display: block !important;        /* показываем */
  }

  .news-slider .slick-dots li {
    width: 16px;
    height: 16px;
    position: relative;
    margin: 0 4px;
  }

  /* Кастомный кружок вместо стандартной точки */
  .news-slider .slick-dots li::after {
    content: "";
    width: 10px;
    height: 10px;
    background: #00335E;
    opacity: 0.5;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.2s ease;
  }

  /* Активная точка – больше и ярче */
  .news-slider .slick-dots li.slick-active::after {
    width: 16px;
    height: 16px;
    opacity: 1;
  }

  /* Скрываем стандартные кнопки точек (чтобы не мешали) */
  .news-slider .slick-dots li button {
    display: none;
  }
}
/* ========================================
   Адаптивность для стрелок и отступов
   ======================================== */

@media (max-width: 768px) {
  .news-slider {
    padding: 0 35px;
  }
  .news-slider .slick-arrow {
    width: 36px;
    height: 36px;
  }
  .news-slider .slick-arrow::after {
    width: 36px;
    height: 36px;
    background-size: 120%;
  }
  .news-slider .slick-arrow{
	display: none !important;
  }
}

@media (max-width: 480px) {
  .news-slider {
    padding: 0 20px;
  }
  .news-slider .slick-arrow {
    width: 30px;
    height: 30px;
  }
  .news-slider .slick-arrow::after {
    width: 30px;
    height: 30px;
    background-size: 100%;
  }
}

.news-slider .slick-arrow:hover {
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  transition: box-shadow 0.2s ease;
}

.bx-newslist .h2 {
  font-weight: 900;
  font-size: 40px;
  line-height: 48px;
  color: #00335E;
  margin-bottom: 48px;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .bx-newslist .h2 {
    font-size: 32px;
    line-height: 110%;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .bx-newslist .h2 {
    font-size: 24px;
    line-height: 29px;
    margin-bottom: 24px;
  }
}

.all-articles-btn{
	margin-top: 48px ;
}
@media screen and (max-width: 1024px) {
  .all-articles-btn {
    margin-bottom: 40px ;
  }
}
@media screen and (max-width: 767px) {
  .all-articles-btn {
    margin-bottom: 72px !important;
  }
}
.news-slider .slick-track {
  display: flex;
  align-items: stretch;
}

.news-slider .slick-slide {
  height: auto;
}
.news-slider .slick-slide > div {
  height: 100%;
}
/* End */
/* /local/templates/redesign2022/components/bitrix/news/articles/bitrix/news.detail/.default/style.css?17866750339760 */
/* /local/templates/redesign2022/components/bitrix/news.list/articles-carusel/style.css?178730899711554 */
