

/* Start:/local/templates/redesign2022/components/bitrix/catalog.section.list/fixes/style.css?17689679978371*/
/* line */
.bx_catalog_line { margin-bottom: 30px; }

.bx_catalog_line .bx_catalog_line_category_title {
	padding-bottom: 14px;
	border-bottom: 1px solid #e5e5e5;
	font-size: 24px;
}

.bx_catalog_line .bx_catalog_line_category_title a {
	color: #000;
	text-decoration: none;
}

.bx_catalog_line .bx_catalog_line_ul { padding: 0; }

.bx_catalog_line .bx_catalog_line_ul li {
	margin-bottom: 20px;
	list-style: none;
}

.bx_catalog_line .bx_catalog_line_ul li:before { content: '' !important }

.bx_catalog_line .bx_catalog_line_img {
	position: relative;
	display: block;
	float: left;
	overflow: hidden;
	margin-right: 40px;
	width: 125px;
	height: 125px;
	border: 1px solid #ccc;
	border-radius: 2px;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	-webkit-background-size: contain;
}

.bx_catalog_line .bx_catalog_line_title {
	margin-bottom: 10px;
	padding: 0;
	vertical-align: top;
	line-height: 18px;
}

.bx_catalog_line .bx_catalog_line_title a {
	color: #4c7da6;
	font-size: 18px;
}

.bx_catalog_line .bx_catalog_line_title a:hover { text-decoration: none; }

.bx_catalog_line .bx_catalog_line_title span { font-size: 16px }

.bx_catalog_line .bx_catalog_line_description {
	color: #3f3f3f;
	font-size: 13px;
	line-height: 16px;
}

@media (max-width: 639px) {
	.bx-touch .bx_catalog_line .bx_catalog_line_img {
		margin-right: 10px;
		width: 50px;
		height: 50px;
	}

	.bx-touch .bx_catalog_line .bx_catalog_line_title {
		margin-bottom: 5px;
		line-height: 14px;
	}

	.bx-touch .bx_catalog_line .bx_catalog_line_title a { font-size: 14px; }

	.bx-touch .bx_catalog_line .bx_catalog_line_description { font-size: 11px; }
}

.bx_catalog_line .bx_catalog_line_img,
.bx_catalog_line .bx_catalog_line_title,
.bx_catalog_line .bx_catalog_line_title a,
.bx_catalog_line .bx_catalog_line_description { transition: all 0.3s ease; }

/* text */
.bx_catalog_text { margin-bottom: 30px; }

.bx_catalog_text .bx_catalog_text_category_title {
	padding-bottom: 14px;
	border-bottom: 1px solid #e5e5e5;
	font-size: 24px;
}

.bx_catalog_text .bx_catalog_text_category_title a {
	color: #000;
	text-decoration: none;
}

.bx_catalog_text .bx_catalog_text_ul { padding: 0; }

.bx_catalog_text .bx_catalog_text_ul li {
	float: left;
	margin: 0 10px 10px;
	list-style: none;
}

.bx_catalog_text .bx_catalog_text_ul li:before { content: '' !important }

.bx_catalog_text .bx_catalog_text_title {
	margin: 0;
	padding: 0;
	vertical-align: top;
	font-size: 14px;
	line-height: 14px;
}

.bx_catalog_tile .bx_catalog_tile_title a {
	display: inline-block;
	overflow: hidden;
	max-width: 100%;
	color: #4c7da6;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	font-size: 14px;
}

.bx_catalog_text .bx_catalog_text_title a:hover { text-decoration: none }

.bx_catalog_text .bx_catalog_text_title span { font-size: 12px; }

@media (max-width: 639px) {
	.bx-touch .bx_catalog_text .bx_catalog_line_title {
		margin-bottom: 5px;
		line-height: 12px;
	}

	.bx-touch .bx_catalog_text .bx_catalog_line_title a { font-size: 12px; }
}

.bx_catalog_text .bx_catalog_line_title,
.bx_catalog_text .bx_catalog_line_title a { transition: all 0.3s ease; }

/* tile */

.bx_catalog_tile { margin-bottom: 30px; }

.bx_catalog_tile .bx_catalog_tile_category_title {
	padding-bottom: 14px;
	border-bottom: 1px solid #e5e5e5;
	font-size: 24px;
}

.bx_catalog_tile .bx_catalog_tile_category_title a {
	color: #000;
	text-decoration: none;
}

.bx_catalog_tile .bx_catalog_tile_ul { padding: 0; }

.bx_catalog_tile .bx_catalog_tile_ul li {
	float: left;
	box-sizing: border-box;
	margin-bottom: 20px;
	padding: 0 10px;
	width: 12.5%;
	list-style: none;
	text-align: center;
}

.bx_catalog_tile .bx_catalog_tile_ul li:before { content: '' !important }

.bx_catalog_tile .bx_catalog_tile_ul li:nth-child(8n+1) { clear: both; }

.bx_catalog_tile .bx_catalog_tile_img {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0 auto;
	width: 78px;
	height: 78px;
	border: 1px solid #ccc;
	border-radius: 2px;
	background-color: #fff;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	-webkit-background-size: contain;
}

.bx_catalog_tile .bx_catalog_tile_title {
	margin-top: 5px;
	margin-bottom: 10px;
	padding: 0;
	vertical-align: top;
	line-height: 14px;
}

.bx_catalog_tile .bx_catalog_tile_title a {
	color: #4c7da6;
	font-size: 14px;
}

.bx_catalog_tile .bx_catalog_tile_title a:hover { text-decoration: none; }

.bx_catalog_tile .bx_catalog_tile_title span { font-size: 12px; }

/*2*/
@media (max-width: 980px) {
	.bx_catalog_tile .bx_catalog_tile_ul li { width: 20%; }

	.bx_catalog_tile .bx_catalog_tile_ul li:nth-child(8n+1) { clear: none; }

	.bx_catalog_tile .bx_catalog_tile_ul li:nth-child(5n+1) { clear: both; }
}

/*3*/
@media (max-width: 639px) {
	.bx-touch .bx_catalog_tile .bx_catalog_tile_title {
		margin-bottom: 5px;
		line-height: 14px;
	}

	.bx-touch .bx_catalog_tile .bx_catalog_tile_title { line-height: 10px; }

	.bx-touch .bx_catalog_tile .bx_catalog_tile_title a { font-size: 11px; }
}

@media (min-width: 480px) and (max-width: 639px) {
	.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li { width: 25%; }

	.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(8n+1) { clear: none; }

	.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(5n+1) { clear: none; }

	.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(4n+1) { clear: both; }
}

/*4*/
@media (max-width: 479px) {
	.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li { width: 33.3%; }

	.bx-touch .bx_catalog_tile .bx_catalog_tile_img {
		width: 100%;
		height: 80px;
	}

	.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(8n+1) { clear: none; }

	.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(5n+1) { clear: none; }

	.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(3n+1) { clear: both; }

}

.bx_catalog_tile .bx_catalog_tile_title,
.bx_catalog_tile .bx_catalog_tile_title a,
.bx_catalog_tile .bx_catalog_tile_ul li,
.bx_catalog_tile .bx_catalog_tile_img { transition: all 0.3s ease; }

/* list */

.bx_sitemap { margin-bottom: 30px; }

.bx_sitemap .bx_sitemap_title {
	padding-bottom: 14px;
	border-bottom: 1px solid #e5e5e5;
	font-size: 24px;
}

.bx_sitemap .bx_sitemap_title a {
	color: #000;
	text-decoration: none;
}

.bx_sitemap .bx_sitemap_ul li {
	padding: 0;
	line-height: 14px;
}

.bx_sitemap .bx_sitemap_ul li:before { content: '' !important }

.bx_sitemap .bx_sitemap_li_title {
	display: inline-block;
	margin: 0;
	margin-bottom: 10px;
	padding: 0;
	vertical-align: top;
	font-weight: normal;
	line-height: 13px;
}

.bx_sitemap .bx_sitemap_li_title a {
	color: #4c7da6;
	white-space: nowrap;
	font-size: 13px;
}

.bx_sitemap .bx_sitemap_li_title a:hover { text-decoration: none }

.bx_sitemap .bx_sitemap_li_title span { font-size: 11px; }

@media (max-width: 639px) {
	.bx-touch .bx_sitemap .bx_catalog_line_title {
		margin-bottom: 5px;
		line-height: 12px;
	}

	.bx-touch .bx_sitemap .bx_catalog_line_title a { font-size: 12px; }
}

.bx_sitemap .bx_catalog_line_title,
.bx_sitemap .bx_catalog_line_title a { transition: all 0.3s ease; }



/* TILE */
.subsection-list_type-tile{
	display: flex;
	flex-wrap: wrap;
	row-gap: 26px;
	column-gap: 26px;
}
.subsection-list_type-tile-item{
	width: calc( 25% - (26px*3) / 4 );
	background: #FFFFFF;
	border-radius: 8px;
    border: 1px solid #E8E8E8;
	cursor: pointer;
	text-decoration: none;
	transition: .3s;
}
.subsection-list_type-tile-item .img-container{
	padding: 4px;
	display: flex;
	/* align-items: center; */
	justify-content: center;
	height: 250px;
}
.subsection-list_type-tile-item .img-container img{
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
	object-fit: cover;
    object-position: center;
}
.subsection-list_type-tile .subsection-list_type-tile-item .title{
	display: block;
	box-sizing: border-box;
	width: 100%;
	margin: 0;
	text-align: center;
	padding: 16px;
	border-top: 1px solid #E8E8E8;
	text-align: center;
}
@media( max-width: 1400px ){
	.subsection-list_type-tile{
		padding: 0 10px;
	}
	.subsection-list_type-tile-item{
		width: calc( 33.333% - (26px*2) / 3 );
	}
}
@media( max-width: 900px ){
	.subsection-list_type-tile-item{
		width: calc( 50% - 26px / 2 );
	}
}
@media( max-width: 500px ){
	.subsection-list_type-tile-item{
		width: 100%;
	}
}

/* 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/catalog.section.list/fixes/style.css?17689679978371 */
/* /local/templates/redesign2022/components/bitrix/news.list/articles-carusel/style.css?178730899711554 */
