

/* Start:/local/templates/istra/components/bitrix/catalog.section.list/news-section-menu/style.css?17515158332216*/
.news-sections-menu {
    display: flex;
    max-width: 100%;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.news-sections-menu__visible {
    overflow: hidden;
    height: 34px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
}

.news-sections-menu__invisible-item,
.news-sections-menu__item:visited,
.news-sections-menu__invisible-item:visited {
    color: #1C1C1C;
    opacity: 0.5;
    font-family: Mulish, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 18px;
    margin-right: 32px;
    padding-top: 8px;
    padding-bottom: 8px;
    text-decoration: none;
}

.news-sections-menu__item.swiper-slide{
    margin-right: 0;
    display: flex;
    width: auto;
}

.news-sections-menu__item.news-sections-menu__item--active,
.news-sections-menu__item.active,
.news-sections-menu__item:hover,
.news-sections-menu__invisible-item.news-sections-menu__invisible-item--active,
.news-sections-menu__invisible-item.active,
.news-sections-menu__invisible-item:hover
{
    color: #003FC3;
    text-decoration: none;
    cursor: pointer;
    opacity: 1;
}

.news-sections-menu__invisible {
    position: relative;
}

.news-sections-menu__invisible-items-container {
    max-height: 0;
    position: absolute;
    right: 0;
    padding: 0;
    margin: 0;
    opacity: 0;
    border-radius: 8px;
    box-shadow: 0 10px 20px 0 rgba(52, 52, 52, 0.05);
    background: #fff;
    z-index: 101;
    overflow: hidden;
    transition: all 0.5s ease-in-out;
}

.news-sections-menu__invisible:hover .news-sections-menu__invisible-items-container{
    max-height: 10000px;
    padding: 16px;
    opacity: 1;
}

.news-sections-menu__invisible-item{
    display: block;
    white-space: nowrap;
}

.news-sections-menu__invisible-item.news-sections-menu__invisible-item__hidden{
    display: none;
}

.news-sections-menu__slider.swiper{
    display: none;
}

@media screen and (max-width: 480px){
    .news-sections-menu__slider.swiper{
        display: flex;
    }

    .news-sections-menu__visible,
    .news-sections-menu__invisible{
        display: none;
    }
}
    


/* End */


/* Start:/local/templates/istra/components/bitrix/news.list/news-page/style.css?17515158334054*/
.news-list {
}

.news-list-block {
    margin-bottom: 40px;
    padding: 0 14px;
}

/* POST FORMATS */
.news-list-item-embed-audio,
.news-list-item-embed-video,
.news-list-item-embed-slider {
    position: relative;
    margin-bottom: 20px;
    text-align: center;
}

.news-list-item-embed-slider img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto
}

.news-list-item-embed-video {
    z-index: 1;
    display: block;
    background: url(/local/templates/istra/components/bitrix/news.list/news-page/images/bx-video.png) no-repeat center;
    transition: opacity .3s ease;
}

/*region POST FORMATS /// SLIDER */
.news-list-item-embed-slider {
    overflow: hidden;
    padding-bottom: 56.25%;
    width: 100%;
    height: 0;
}

.news-list-slider-container {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
}

.news-list-slider-slide {
    z-index: 100;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.news-list-slider-slide img {
    border-radius: 3px 3px 0 0;
}

.news-list-item-embed-video {
    overflow: hidden;
    border-radius: 3px 3px 0 0;
}

.news-list-slider-arrow-container-left,
.news-list-slider-arrow-container-right {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 15%;
    cursor: pointer;
}

.news-list-slider-arrow-container-left {
    left: 0;
}

.news-list-slider-arrow-container-right {
    right: 0;
}

.news-list-slider-arrow {
    position: absolute;
    top: 50%;
    z-index: 110;
    margin-top: -24px;
    width: 20px;
    height: 48px;
    color: #fff;
    vertical-align: middle;
    text-shadow: 0 0 2px rgba(0, 0, 0, .5);
    font-size: 48px;
    line-height: 34px;
    opacity: .5;
    cursor: pointer;
}

.news-list-slider-arrow-container-left:hover .news-list-slider-arrow,
.news-list-slider-arrow-container-right:hover .news-list-slider-arrow {
    display: block;
    color: #fff;
    opacity: 1;
}

.news-list-slider-arrow-container-left .news-list-slider-arrow {
    left: 20px;
}

.news-list-slider-arrow-container-right .news-list-slider-arrow {
    right: 20px;
}

.news-list-slider-control {
    position: absolute;
    bottom: 10px;
    z-index: 110;
    margin: 0;
    padding: 0;
    width: 100%;
    text-align: center;
    word-spacing: -4px;
}

.news-list-slider-control li {
    display: inline-block;
    margin: 0 3px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #fff;
    word-spacing: -4px;
    opacity: .5;
    cursor: pointer;
}

.news-list-slider-control li:hover,
.news-list-slider-control li.current {
    background: var(--primary);
    opacity: 1;
}

.news-list-slider-arrow,
.news-list-slider-control li {
    transition: opacity .3s ease;
}

/*endregion*/

.news-list .card-title,
.news-list .card-title a {
    margin: 0;
    padding: 0 0 15px;
    color: var(--primary);
    font: 600 18px "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
}

.news-list .card-title a:hover {
    border-bottom-color: transparent;
    text-decoration: none;
}

.news-list-post-params {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 5px;
}

.news-list-param,
.news-list-value {
    font-size: 13px;
    color: #a4a4a4;
    padding-left: 5px;
}

.news-list-icon {
    display: block;
    min-width: 15px;
    height: 15px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.news-list-icon-eye {
    background-image: url(/local/templates/istra/components/bitrix/news.list/news-page/images/eye.svg);
}

.news-list-icon-calendar {
    background-image: url(/local/templates/istra/components/bitrix/news.list/news-page/images/calendar.svg);
}

.news-list-icon-tag {
    background-image: url(/local/templates/istra/components/bitrix/news.list/news-page/images/tag.svg);
}

.news-list-icon-user {
    background-image: url(/local/templates/istra/components/bitrix/news.list/news-page/images/user.svg);
}

.news-list-icon-comments {
    background-image: url(/local/templates/istra/components/bitrix/news.list/news-page/images/comments.svg);
}
/* End */


/* Start:/local/templates/istra/components/bitrix/news.list/banner-page--pages/style.css?17515158333714*/
.news-list { }

.news-list-block {
	margin-bottom: 40px;
	padding: 0 14px;
}

/* POST FORMATS */
.news-list-item-embed-audio,
.news-list-item-embed-video,
.news-list-item-embed-slider {
	position: relative;
	margin-bottom: 20px;
	text-align: center;
}

.news-list-item-embed-slider img {
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto
}

.news-list-item-embed-video {
	z-index: 1;
	display: block;
	background: url(/local/templates/istra/components/bitrix/news.list/banner-page--pages/images/bx-video.png) no-repeat center;
	transition: opacity .3s ease;
}

/*region POST FORMATS /// SLIDER */
.news-list-item-embed-slider {
	overflow: hidden;
	padding-bottom: 56.25%;
	width: 100%;
	height: 0;
}

.news-list-slider-container {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	-webkit-box-align: center;
	align-items: center;
}

.news-list-slider-slide {
	z-index: 100;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.news-list-slider-slide img { border-radius: 3px 3px 0 0; }

.news-list-item-embed-video {
	overflow: hidden;
	border-radius: 3px 3px 0 0;
}

.news-list-slider-arrow-container-left,
.news-list-slider-arrow-container-right {
	position: absolute;
	top: 0;
	bottom: 0;
	width: 15%;
	cursor: pointer;
}

.news-list-slider-arrow-container-left { left: 0; }

.news-list-slider-arrow-container-right { right: 0; }

.news-list-slider-arrow {
	position: absolute;
	top: 50%;
	z-index: 110;
	margin-top: -24px;
	width: 20px;
	height: 48px;
	color: #fff;
	vertical-align: middle;
	text-shadow: 0 0 2px rgba(0, 0, 0, .5);
	font-size: 48px;
	line-height: 34px;
	opacity: .5;
	cursor: pointer;
}

.news-list-slider-arrow-container-left:hover .news-list-slider-arrow,
.news-list-slider-arrow-container-right:hover .news-list-slider-arrow {
	display: block;
	color: #fff;
	opacity: 1;
}

.news-list-slider-arrow-container-left .news-list-slider-arrow { left: 20px; }

.news-list-slider-arrow-container-right .news-list-slider-arrow { right: 20px; }

.news-list-slider-control {
	position: absolute;
	bottom: 10px;
	z-index: 110;
	margin: 0;
	padding: 0;
	width: 100%;
	text-align: center;
	word-spacing: -4px;
}

.news-list-slider-control li {
	display: inline-block;
	margin: 0 3px;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #fff;
	word-spacing: -4px;
	opacity: .5;
	cursor: pointer;
}

.news-list-slider-control li:hover,
.news-list-slider-control li.current {
	background: var(--primary);
	opacity: 1;
}

.news-list-slider-arrow,
.news-list-slider-control li { transition: opacity .3s ease; }

/*endregion*/

.news-list .card-title,
.news-list .card-title a {
	margin: 0;
	padding: 0 0 15px;
	color: var(--primary);
	font: 600 18px "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
}

.news-list .card-title a:hover {
	border-bottom-color: transparent;
	text-decoration: none;
}

.news-list-post-params {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 5px;
}

.news-list-param,
.news-list-value{
	font-size:13px;
	color: #a4a4a4;
	padding-left: 5px;
}

.news-list-icon {
	display: block;
	min-width: 15px;
	height: 15px;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
}

.news-list-icon-eye { background-image: url(/local/templates/istra/components/bitrix/news.list/banner-page--pages/images/eye.svg); }

.news-list-icon-calendar { background-image: url(/local/templates/istra/components/bitrix/news.list/banner-page--pages/images/calendar.svg); }

.news-list-icon-tag { background-image: url(/local/templates/istra/components/bitrix/news.list/banner-page--pages/images/tag.svg); }

.news-list-icon-user { background-image: url(/local/templates/istra/components/bitrix/news.list/banner-page--pages/images/user.svg); }

.news-list-icon-comments { background-image: url(/local/templates/istra/components/bitrix/news.list/banner-page--pages/images/comments.svg); }
/* End */


/* Start:/local/templates/istra/components/bitrix/news.list/banner-page--bottom-pages/style.css?17515158333714*/
.news-list { }

.news-list-block {
	margin-bottom: 40px;
	padding: 0 14px;
}

/* POST FORMATS */
.news-list-item-embed-audio,
.news-list-item-embed-video,
.news-list-item-embed-slider {
	position: relative;
	margin-bottom: 20px;
	text-align: center;
}

.news-list-item-embed-slider img {
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto
}

.news-list-item-embed-video {
	z-index: 1;
	display: block;
	background: url(/local/templates/istra/components/bitrix/news.list/banner-page--bottom-pages/images/bx-video.png) no-repeat center;
	transition: opacity .3s ease;
}

/*region POST FORMATS /// SLIDER */
.news-list-item-embed-slider {
	overflow: hidden;
	padding-bottom: 56.25%;
	width: 100%;
	height: 0;
}

.news-list-slider-container {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	-webkit-box-align: center;
	align-items: center;
}

.news-list-slider-slide {
	z-index: 100;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.news-list-slider-slide img { border-radius: 3px 3px 0 0; }

.news-list-item-embed-video {
	overflow: hidden;
	border-radius: 3px 3px 0 0;
}

.news-list-slider-arrow-container-left,
.news-list-slider-arrow-container-right {
	position: absolute;
	top: 0;
	bottom: 0;
	width: 15%;
	cursor: pointer;
}

.news-list-slider-arrow-container-left { left: 0; }

.news-list-slider-arrow-container-right { right: 0; }

.news-list-slider-arrow {
	position: absolute;
	top: 50%;
	z-index: 110;
	margin-top: -24px;
	width: 20px;
	height: 48px;
	color: #fff;
	vertical-align: middle;
	text-shadow: 0 0 2px rgba(0, 0, 0, .5);
	font-size: 48px;
	line-height: 34px;
	opacity: .5;
	cursor: pointer;
}

.news-list-slider-arrow-container-left:hover .news-list-slider-arrow,
.news-list-slider-arrow-container-right:hover .news-list-slider-arrow {
	display: block;
	color: #fff;
	opacity: 1;
}

.news-list-slider-arrow-container-left .news-list-slider-arrow { left: 20px; }

.news-list-slider-arrow-container-right .news-list-slider-arrow { right: 20px; }

.news-list-slider-control {
	position: absolute;
	bottom: 10px;
	z-index: 110;
	margin: 0;
	padding: 0;
	width: 100%;
	text-align: center;
	word-spacing: -4px;
}

.news-list-slider-control li {
	display: inline-block;
	margin: 0 3px;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #fff;
	word-spacing: -4px;
	opacity: .5;
	cursor: pointer;
}

.news-list-slider-control li:hover,
.news-list-slider-control li.current {
	background: var(--primary);
	opacity: 1;
}

.news-list-slider-arrow,
.news-list-slider-control li { transition: opacity .3s ease; }

/*endregion*/

.news-list .card-title,
.news-list .card-title a {
	margin: 0;
	padding: 0 0 15px;
	color: var(--primary);
	font: 600 18px "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
}

.news-list .card-title a:hover {
	border-bottom-color: transparent;
	text-decoration: none;
}

.news-list-post-params {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 5px;
}

.news-list-param,
.news-list-value{
	font-size:13px;
	color: #a4a4a4;
	padding-left: 5px;
}

.news-list-icon {
	display: block;
	min-width: 15px;
	height: 15px;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
}

.news-list-icon-eye { background-image: url(/local/templates/istra/components/bitrix/news.list/banner-page--bottom-pages/images/eye.svg); }

.news-list-icon-calendar { background-image: url(/local/templates/istra/components/bitrix/news.list/banner-page--bottom-pages/images/calendar.svg); }

.news-list-icon-tag { background-image: url(/local/templates/istra/components/bitrix/news.list/banner-page--bottom-pages/images/tag.svg); }

.news-list-icon-user { background-image: url(/local/templates/istra/components/bitrix/news.list/banner-page--bottom-pages/images/user.svg); }

.news-list-icon-comments { background-image: url(/local/templates/istra/components/bitrix/news.list/banner-page--bottom-pages/images/comments.svg); }
/* End */


/* Start:/local/templates/istra/components/bitrix/news.list/comment-discussion-homepage/style.css?17515158333714*/
.news-list { }

.news-list-block {
	margin-bottom: 40px;
	padding: 0 14px;
}

/* POST FORMATS */
.news-list-item-embed-audio,
.news-list-item-embed-video,
.news-list-item-embed-slider {
	position: relative;
	margin-bottom: 20px;
	text-align: center;
}

.news-list-item-embed-slider img {
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto
}

.news-list-item-embed-video {
	z-index: 1;
	display: block;
	background: url(/local/templates/istra/components/bitrix/news.list/comment-discussion-homepage/images/bx-video.png) no-repeat center;
	transition: opacity .3s ease;
}

/*region POST FORMATS /// SLIDER */
.news-list-item-embed-slider {
	overflow: hidden;
	padding-bottom: 56.25%;
	width: 100%;
	height: 0;
}

.news-list-slider-container {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	-webkit-box-align: center;
	align-items: center;
}

.news-list-slider-slide {
	z-index: 100;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.news-list-slider-slide img { border-radius: 3px 3px 0 0; }

.news-list-item-embed-video {
	overflow: hidden;
	border-radius: 3px 3px 0 0;
}

.news-list-slider-arrow-container-left,
.news-list-slider-arrow-container-right {
	position: absolute;
	top: 0;
	bottom: 0;
	width: 15%;
	cursor: pointer;
}

.news-list-slider-arrow-container-left { left: 0; }

.news-list-slider-arrow-container-right { right: 0; }

.news-list-slider-arrow {
	position: absolute;
	top: 50%;
	z-index: 110;
	margin-top: -24px;
	width: 20px;
	height: 48px;
	color: #fff;
	vertical-align: middle;
	text-shadow: 0 0 2px rgba(0, 0, 0, .5);
	font-size: 48px;
	line-height: 34px;
	opacity: .5;
	cursor: pointer;
}

.news-list-slider-arrow-container-left:hover .news-list-slider-arrow,
.news-list-slider-arrow-container-right:hover .news-list-slider-arrow {
	display: block;
	color: #fff;
	opacity: 1;
}

.news-list-slider-arrow-container-left .news-list-slider-arrow { left: 20px; }

.news-list-slider-arrow-container-right .news-list-slider-arrow { right: 20px; }

.news-list-slider-control {
	position: absolute;
	bottom: 10px;
	z-index: 110;
	margin: 0;
	padding: 0;
	width: 100%;
	text-align: center;
	word-spacing: -4px;
}

.news-list-slider-control li {
	display: inline-block;
	margin: 0 3px;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #fff;
	word-spacing: -4px;
	opacity: .5;
	cursor: pointer;
}

.news-list-slider-control li:hover,
.news-list-slider-control li.current {
	background: var(--primary);
	opacity: 1;
}

.news-list-slider-arrow,
.news-list-slider-control li { transition: opacity .3s ease; }

/*endregion*/

.news-list .card-title,
.news-list .card-title a {
	margin: 0;
	padding: 0 0 15px;
	color: var(--primary);
	font: 600 18px "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
}

.news-list .card-title a:hover {
	border-bottom-color: transparent;
	text-decoration: none;
}

.news-list-post-params {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 5px;
}

.news-list-param,
.news-list-value{
	font-size:13px;
	color: #a4a4a4;
	padding-left: 5px;
}

.news-list-icon {
	display: block;
	min-width: 15px;
	height: 15px;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
}

.news-list-icon-eye { background-image: url(/local/templates/istra/components/bitrix/news.list/comment-discussion-homepage/images/eye.svg); }

.news-list-icon-calendar { background-image: url(/local/templates/istra/components/bitrix/news.list/comment-discussion-homepage/images/calendar.svg); }

.news-list-icon-tag { background-image: url(/local/templates/istra/components/bitrix/news.list/comment-discussion-homepage/images/tag.svg); }

.news-list-icon-user { background-image: url(/local/templates/istra/components/bitrix/news.list/comment-discussion-homepage/images/user.svg); }

.news-list-icon-comments { background-image: url(/local/templates/istra/components/bitrix/news.list/comment-discussion-homepage/images/comments.svg); }
/* End */


/* Start:/local/templates/istra/components/bitrix/news.list/banner-right/style.css?17515158333714*/
.news-list { }

.news-list-block {
	margin-bottom: 40px;
	padding: 0 14px;
}

/* POST FORMATS */
.news-list-item-embed-audio,
.news-list-item-embed-video,
.news-list-item-embed-slider {
	position: relative;
	margin-bottom: 20px;
	text-align: center;
}

.news-list-item-embed-slider img {
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto
}

.news-list-item-embed-video {
	z-index: 1;
	display: block;
	background: url(/local/templates/istra/components/bitrix/news.list/banner-right/images/bx-video.png) no-repeat center;
	transition: opacity .3s ease;
}

/*region POST FORMATS /// SLIDER */
.news-list-item-embed-slider {
	overflow: hidden;
	padding-bottom: 56.25%;
	width: 100%;
	height: 0;
}

.news-list-slider-container {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	-webkit-box-align: center;
	align-items: center;
}

.news-list-slider-slide {
	z-index: 100;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.news-list-slider-slide img { border-radius: 3px 3px 0 0; }

.news-list-item-embed-video {
	overflow: hidden;
	border-radius: 3px 3px 0 0;
}

.news-list-slider-arrow-container-left,
.news-list-slider-arrow-container-right {
	position: absolute;
	top: 0;
	bottom: 0;
	width: 15%;
	cursor: pointer;
}

.news-list-slider-arrow-container-left { left: 0; }

.news-list-slider-arrow-container-right { right: 0; }

.news-list-slider-arrow {
	position: absolute;
	top: 50%;
	z-index: 110;
	margin-top: -24px;
	width: 20px;
	height: 48px;
	color: #fff;
	vertical-align: middle;
	text-shadow: 0 0 2px rgba(0, 0, 0, .5);
	font-size: 48px;
	line-height: 34px;
	opacity: .5;
	cursor: pointer;
}

.news-list-slider-arrow-container-left:hover .news-list-slider-arrow,
.news-list-slider-arrow-container-right:hover .news-list-slider-arrow {
	display: block;
	color: #fff;
	opacity: 1;
}

.news-list-slider-arrow-container-left .news-list-slider-arrow { left: 20px; }

.news-list-slider-arrow-container-right .news-list-slider-arrow { right: 20px; }

.news-list-slider-control {
	position: absolute;
	bottom: 10px;
	z-index: 110;
	margin: 0;
	padding: 0;
	width: 100%;
	text-align: center;
	word-spacing: -4px;
}

.news-list-slider-control li {
	display: inline-block;
	margin: 0 3px;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #fff;
	word-spacing: -4px;
	opacity: .5;
	cursor: pointer;
}

.news-list-slider-control li:hover,
.news-list-slider-control li.current {
	background: var(--primary);
	opacity: 1;
}

.news-list-slider-arrow,
.news-list-slider-control li { transition: opacity .3s ease; }

/*endregion*/

.news-list .card-title,
.news-list .card-title a {
	margin: 0;
	padding: 0 0 15px;
	color: var(--primary);
	font: 600 18px "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
}

.news-list .card-title a:hover {
	border-bottom-color: transparent;
	text-decoration: none;
}

.news-list-post-params {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 5px;
}

.news-list-param,
.news-list-value{
	font-size:13px;
	color: #a4a4a4;
	padding-left: 5px;
}

.news-list-icon {
	display: block;
	min-width: 15px;
	height: 15px;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
}

.news-list-icon-eye { background-image: url(/local/templates/istra/components/bitrix/news.list/banner-right/images/eye.svg); }

.news-list-icon-calendar { background-image: url(/local/templates/istra/components/bitrix/news.list/banner-right/images/calendar.svg); }

.news-list-icon-tag { background-image: url(/local/templates/istra/components/bitrix/news.list/banner-right/images/tag.svg); }

.news-list-icon-user { background-image: url(/local/templates/istra/components/bitrix/news.list/banner-right/images/user.svg); }

.news-list-icon-comments { background-image: url(/local/templates/istra/components/bitrix/news.list/banner-right/images/comments.svg); }
/* End */


/* Start:/local/templates/istra/components/bitrix/news.list/stories-news/style.css?17515158333714*/
.news-list { }

.news-list-block {
	margin-bottom: 40px;
	padding: 0 14px;
}

/* POST FORMATS */
.news-list-item-embed-audio,
.news-list-item-embed-video,
.news-list-item-embed-slider {
	position: relative;
	margin-bottom: 20px;
	text-align: center;
}

.news-list-item-embed-slider img {
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto
}

.news-list-item-embed-video {
	z-index: 1;
	display: block;
	background: url(/local/templates/istra/components/bitrix/news.list/stories-news/images/bx-video.png) no-repeat center;
	transition: opacity .3s ease;
}

/*region POST FORMATS /// SLIDER */
.news-list-item-embed-slider {
	overflow: hidden;
	padding-bottom: 56.25%;
	width: 100%;
	height: 0;
}

.news-list-slider-container {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	-webkit-box-align: center;
	align-items: center;
}

.news-list-slider-slide {
	z-index: 100;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.news-list-slider-slide img { border-radius: 3px 3px 0 0; }

.news-list-item-embed-video {
	overflow: hidden;
	border-radius: 3px 3px 0 0;
}

.news-list-slider-arrow-container-left,
.news-list-slider-arrow-container-right {
	position: absolute;
	top: 0;
	bottom: 0;
	width: 15%;
	cursor: pointer;
}

.news-list-slider-arrow-container-left { left: 0; }

.news-list-slider-arrow-container-right { right: 0; }

.news-list-slider-arrow {
	position: absolute;
	top: 50%;
	z-index: 110;
	margin-top: -24px;
	width: 20px;
	height: 48px;
	color: #fff;
	vertical-align: middle;
	text-shadow: 0 0 2px rgba(0, 0, 0, .5);
	font-size: 48px;
	line-height: 34px;
	opacity: .5;
	cursor: pointer;
}

.news-list-slider-arrow-container-left:hover .news-list-slider-arrow,
.news-list-slider-arrow-container-right:hover .news-list-slider-arrow {
	display: block;
	color: #fff;
	opacity: 1;
}

.news-list-slider-arrow-container-left .news-list-slider-arrow { left: 20px; }

.news-list-slider-arrow-container-right .news-list-slider-arrow { right: 20px; }

.news-list-slider-control {
	position: absolute;
	bottom: 10px;
	z-index: 110;
	margin: 0;
	padding: 0;
	width: 100%;
	text-align: center;
	word-spacing: -4px;
}

.news-list-slider-control li {
	display: inline-block;
	margin: 0 3px;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #fff;
	word-spacing: -4px;
	opacity: .5;
	cursor: pointer;
}

.news-list-slider-control li:hover,
.news-list-slider-control li.current {
	background: var(--primary);
	opacity: 1;
}

.news-list-slider-arrow,
.news-list-slider-control li { transition: opacity .3s ease; }

/*endregion*/

.news-list .card-title,
.news-list .card-title a {
	margin: 0;
	padding: 0 0 15px;
	color: var(--primary);
	font: 600 18px "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
}

.news-list .card-title a:hover {
	border-bottom-color: transparent;
	text-decoration: none;
}

.news-list-post-params {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 5px;
}

.news-list-param,
.news-list-value{
	font-size:13px;
	color: #a4a4a4;
	padding-left: 5px;
}

.news-list-icon {
	display: block;
	min-width: 15px;
	height: 15px;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
}

.news-list-icon-eye { background-image: url(/local/templates/istra/components/bitrix/news.list/stories-news/images/eye.svg); }

.news-list-icon-calendar { background-image: url(/local/templates/istra/components/bitrix/news.list/stories-news/images/calendar.svg); }

.news-list-icon-tag { background-image: url(/local/templates/istra/components/bitrix/news.list/stories-news/images/tag.svg); }

.news-list-icon-user { background-image: url(/local/templates/istra/components/bitrix/news.list/stories-news/images/user.svg); }

.news-list-icon-comments { background-image: url(/local/templates/istra/components/bitrix/news.list/stories-news/images/comments.svg); }
/* End */


/* Start:/local/templates/istra/components/bitrix/news.list/ad-announcement-card/style.css?17515158334367*/
.news-list { }

.news-list-block {
	margin-bottom: 40px;
	padding: 0 14px;
}

/* POST FORMATS */
.news-list-item-embed-audio,
.news-list-item-embed-video,
.news-list-item-embed-slider {
	position: relative;
	margin-bottom: 20px;
	text-align: center;
}

.news-list-item-embed-slider img {
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto
}

.news-list-item-embed-video {
	z-index: 1;
	display: block;
	background: url(/local/templates/istra/components/bitrix/news.list/ad-announcement-card/images/bx-video.png) no-repeat center;
	transition: opacity .3s ease;
}

/*region POST FORMATS /// SLIDER */
.news-list-item-embed-slider {
	overflow: hidden;
	padding-bottom: 56.25%;
	width: 100%;
	height: 0;
}

.news-list-slider-container {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	-webkit-box-align: center;
	align-items: center;
}

.news-list-slider-slide {
	z-index: 100;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.news-list-slider-slide img { border-radius: 3px 3px 0 0; }

.news-list-item-embed-video {
	overflow: hidden;
	border-radius: 3px 3px 0 0;
}

.news-list-slider-arrow-container-left,
.news-list-slider-arrow-container-right {
	position: absolute;
	top: 0;
	bottom: 0;
	width: 15%;
	cursor: pointer;
}

.news-list-slider-arrow-container-left { left: 0; }

.news-list-slider-arrow-container-right { right: 0; }

.news-list-slider-arrow {
	position: absolute;
	top: 50%;
	z-index: 110;
	margin-top: -24px;
	width: 20px;
	height: 48px;
	color: #fff;
	vertical-align: middle;
	text-shadow: 0 0 2px rgba(0, 0, 0, .5);
	font-size: 48px;
	line-height: 34px;
	opacity: .5;
	cursor: pointer;
}

.news-list-slider-arrow-container-left:hover .news-list-slider-arrow,
.news-list-slider-arrow-container-right:hover .news-list-slider-arrow {
	display: block;
	color: #fff;
	opacity: 1;
}

.news-list-slider-arrow-container-left .news-list-slider-arrow { left: 20px; }

.news-list-slider-arrow-container-right .news-list-slider-arrow { right: 20px; }

.news-list-slider-control {
	position: absolute;
	bottom: 10px;
	z-index: 110;
	margin: 0;
	padding: 0;
	width: 100%;
	text-align: center;
	word-spacing: -4px;
}

.news-list-slider-control li {
	display: inline-block;
	margin: 0 3px;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #fff;
	word-spacing: -4px;
	opacity: .5;
	cursor: pointer;
}

.news-list-slider-control li:hover,
.news-list-slider-control li.current {
	background: var(--primary);
	opacity: 1;
}

.news-list-slider-arrow,
.news-list-slider-control li { transition: opacity .3s ease; }

/*endregion*/

.news-list .card-title,
.news-list .card-title a {
	margin: 0;
	padding: 0 0 15px;
	color: var(--primary);
	font: 600 18px "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
}

.news-list .card-title a:hover {
	border-bottom-color: transparent;
	text-decoration: none;
}

.news-list-post-params {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 5px;
}

.news-list-param,
.news-list-value{
	font-size:13px;
	color: #a4a4a4;
	padding-left: 5px;
}

.news-list-icon {
	display: block;
	min-width: 15px;
	height: 15px;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
}

.news-list-icon-eye { background-image: url(/local/templates/istra/components/bitrix/news.list/ad-announcement-card/images/eye.svg); }

.news-list-icon-calendar { background-image: url(/local/templates/istra/components/bitrix/news.list/ad-announcement-card/images/calendar.svg); }

.news-list-icon-tag { background-image: url(/local/templates/istra/components/bitrix/news.list/ad-announcement-card/images/tag.svg); }

.news-list-icon-user { background-image: url(/local/templates/istra/components/bitrix/news.list/ad-announcement-card/images/user.svg); }

.news-list-icon-comments { background-image: url(/local/templates/istra/components/bitrix/news.list/ad-announcement-card/images/comments.svg); }

.announcement__arrow.swiper-button-disabled{
	display: none;
}

.image-container {
	position: relative;
	height: 100%
}

.image-container::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: inherit;
	background-size: cover;
	filter: blur(5px);
	z-index: 0;
}

.image-container img {
	position: relative;
	z-index: 1;
}

.single-image-container::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: inherit;
	background-size: cover;
	filter: blur(5px);
	z-index: 0;
}

.single-image-container img {
	position: absolute;
	z-index: 1;
}
/* End */


/* Start:/local/templates/istra/components/bitrix/news.list/comment-discussion-homepage-top/style.css?17515158333714*/
.news-list { }

.news-list-block {
	margin-bottom: 40px;
	padding: 0 14px;
}

/* POST FORMATS */
.news-list-item-embed-audio,
.news-list-item-embed-video,
.news-list-item-embed-slider {
	position: relative;
	margin-bottom: 20px;
	text-align: center;
}

.news-list-item-embed-slider img {
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto
}

.news-list-item-embed-video {
	z-index: 1;
	display: block;
	background: url(/local/templates/istra/components/bitrix/news.list/comment-discussion-homepage-top/images/bx-video.png) no-repeat center;
	transition: opacity .3s ease;
}

/*region POST FORMATS /// SLIDER */
.news-list-item-embed-slider {
	overflow: hidden;
	padding-bottom: 56.25%;
	width: 100%;
	height: 0;
}

.news-list-slider-container {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	-webkit-box-align: center;
	align-items: center;
}

.news-list-slider-slide {
	z-index: 100;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.news-list-slider-slide img { border-radius: 3px 3px 0 0; }

.news-list-item-embed-video {
	overflow: hidden;
	border-radius: 3px 3px 0 0;
}

.news-list-slider-arrow-container-left,
.news-list-slider-arrow-container-right {
	position: absolute;
	top: 0;
	bottom: 0;
	width: 15%;
	cursor: pointer;
}

.news-list-slider-arrow-container-left { left: 0; }

.news-list-slider-arrow-container-right { right: 0; }

.news-list-slider-arrow {
	position: absolute;
	top: 50%;
	z-index: 110;
	margin-top: -24px;
	width: 20px;
	height: 48px;
	color: #fff;
	vertical-align: middle;
	text-shadow: 0 0 2px rgba(0, 0, 0, .5);
	font-size: 48px;
	line-height: 34px;
	opacity: .5;
	cursor: pointer;
}

.news-list-slider-arrow-container-left:hover .news-list-slider-arrow,
.news-list-slider-arrow-container-right:hover .news-list-slider-arrow {
	display: block;
	color: #fff;
	opacity: 1;
}

.news-list-slider-arrow-container-left .news-list-slider-arrow { left: 20px; }

.news-list-slider-arrow-container-right .news-list-slider-arrow { right: 20px; }

.news-list-slider-control {
	position: absolute;
	bottom: 10px;
	z-index: 110;
	margin: 0;
	padding: 0;
	width: 100%;
	text-align: center;
	word-spacing: -4px;
}

.news-list-slider-control li {
	display: inline-block;
	margin: 0 3px;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #fff;
	word-spacing: -4px;
	opacity: .5;
	cursor: pointer;
}

.news-list-slider-control li:hover,
.news-list-slider-control li.current {
	background: var(--primary);
	opacity: 1;
}

.news-list-slider-arrow,
.news-list-slider-control li { transition: opacity .3s ease; }

/*endregion*/

.news-list .card-title,
.news-list .card-title a {
	margin: 0;
	padding: 0 0 15px;
	color: var(--primary);
	font: 600 18px "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
}

.news-list .card-title a:hover {
	border-bottom-color: transparent;
	text-decoration: none;
}

.news-list-post-params {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 5px;
}

.news-list-param,
.news-list-value{
	font-size:13px;
	color: #a4a4a4;
	padding-left: 5px;
}

.news-list-icon {
	display: block;
	min-width: 15px;
	height: 15px;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
}

.news-list-icon-eye { background-image: url(/local/templates/istra/components/bitrix/news.list/comment-discussion-homepage-top/images/eye.svg); }

.news-list-icon-calendar { background-image: url(/local/templates/istra/components/bitrix/news.list/comment-discussion-homepage-top/images/calendar.svg); }

.news-list-icon-tag { background-image: url(/local/templates/istra/components/bitrix/news.list/comment-discussion-homepage-top/images/tag.svg); }

.news-list-icon-user { background-image: url(/local/templates/istra/components/bitrix/news.list/comment-discussion-homepage-top/images/user.svg); }

.news-list-icon-comments { background-image: url(/local/templates/istra/components/bitrix/news.list/comment-discussion-homepage-top/images/comments.svg); }
/* End */
/* /local/templates/istra/components/bitrix/catalog.section.list/news-section-menu/style.css?17515158332216 */
/* /local/templates/istra/components/bitrix/news.list/news-page/style.css?17515158334054 */
/* /local/templates/istra/components/bitrix/news.list/banner-page--pages/style.css?17515158333714 */
/* /local/templates/istra/components/bitrix/news.list/banner-page--bottom-pages/style.css?17515158333714 */
/* /local/templates/istra/components/bitrix/news.list/comment-discussion-homepage/style.css?17515158333714 */
/* /local/templates/istra/components/bitrix/news.list/banner-right/style.css?17515158333714 */
/* /local/templates/istra/components/bitrix/news.list/stories-news/style.css?17515158333714 */
/* /local/templates/istra/components/bitrix/news.list/ad-announcement-card/style.css?17515158334367 */
/* /local/templates/istra/components/bitrix/news.list/comment-discussion-homepage-top/style.css?17515158333714 */
