

/* Start:/bitrix/templates/.default/components/bitrix/news.detail/articles_detail/style.css?17213103372442*/
.article-detail {
    margin: -2.5em 0 0;
}
.article-detail__content {
    position: relative;
    color: #ffffff;
}
@media (max-width: 1600px) {
    .article-detail__content {
        margin: 0 -2.2em;
    }
}
@media (max-width: 1200px) {
    .article-detail__content {
        margin: 0 -0.94em;
    }
}
.article-detail__img {
    background: #000000;
}
.article-detail__img img {
    width: 100%;
    height: 450px;
    object-fit: cover;
    opacity: .5;
}
@media (max-width: 768px) {
    .article-detail__img img {
        height: 400px;
    }
}
.article-detail__summary-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 3em;
    box-sizing: border-box;
}
.article-detail__summary-wrapper .svt-breads,
.article-detail__summary-wrapper .svt-breads a {
    color: #ffffff;
}
.article-detail__summary-info {
    display: flex;
    align-items: center;
}
.article-detail__section {
    margin-right: 20px;
}
.article-detail__section a {
    background-position: 0 0;
    background-image: none !important;
    background-size: auto;
    display: block;
    min-width: 80px;
    text-align: center;
    color: #323232;
    font-size: 0.85em;
    line-height: normal;
    font-weight: 500;
    background: #ffffff;
    border-radius: 1.6665em;
    padding: 7px 15px;
}
.article-detail__date {
    font-weight: 500;
}
h1.article-detail__title {
    margin: 1.3rem 0;
    font-size: 2.3em;
}
.article-detail__callout-wrapper {
    padding: 3.8em 1.88em;
    max-width: 1100px;
    margin: 0 auto;
}
.article-detail__callout {
    padding-left: .94em;
    border-left: 3px solid #FCD022;
    font-style: italic;
    font-size: 1.1em;
}
.article-detail h2,
.article-detail .h2 {
    font-size: 1.5rem;
    margin: 2rem 0 0.7rem;
}
.article-detail h3,
.article-detail .h3 {
    font-size: 1.25rem;
    margin: 2rem 0 0.7rem;
}
.article-detail p:not([class]) {
    margin: 0 0 1em;
    line-height: 1.7rem;
}
.article-detail img {
    display: block;
    margin: 0 auto;
}

@media (max-width: 560px) {
    .article-detail__summary-wrapper {
        padding: 2em;
    }
    h1.article-detail__title {
        font-size: 2em;
    }
}
@media (max-width: 390px) {
    .article-detail__summary-wrapper {
        padding: 2em 0.94em;
    }
    .article-detail__callout-wrapper {
        padding: 3em 0.94em;
    }
}
/* End */


/* Start:/bitrix/templates/.default/components/bitrix/system.pagenavigation/.default/style.css?1707849980770*/
div.modern-page-navigation { 
	padding: 0.5em 0;}
div.modern-page-navigation a, 
span.modern-page-current, 
span.modern-page-dots
{
	border-left-width: 1px;
	border-left-style: solid;
	padding-left: 0.75em;
	padding-right: 0.5em;
	text-decoration: none;
}
div.modern-page-navigation a.modern-page-previous { 
	border-right-width: 1px; 
	border-right-style: solid; 
	border-left: none; }
div.modern-page-navigation a.modern-page-first, 
div.modern-page-navigation span.modern-page-first { 
	border-left: none; 
	padding-left: 0.5em; }
span.modern-page-current { 
	font-weight: bold; }
div.modern-page-navigation a, 
span.modern-page-current, 
div.modern-page-navigation a.modern-page-previous, 
span.modern-page-dots { 
	border-color: #cdcdcd; }
/* End */


/* Start:/bitrix/templates/.default/components/bitrix/news.list/articles_element_list_carousel/style.css?17157858942719*/
.articles-items-carousel__head {
	display: flex;
	flex-direction: row;
	align-items: baseline;
	justify-content: space-between;
}
.article-items__wrapper .col {
	display: flex;
}
.article-item__single {
	border: 1px solid #f5f5f5;
	position: relative;
	transition: box-shadow 0.3s, -webkit-box-shadow 0.3s;
}
.article-item__single::before {
	content: "";
    position: absolute;
    z-index: 5;
    left: -1px;
    right: -1px;
    top: -1px;
    bottom: -1px;
}
.article-item__single:hover::before {
	box-shadow: 0 0.438em 4.688em rgba(0, 0, 0, 0.15);
}
.article-item__content {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: space-between;
	transition: opacity 0.3s;
}
.article-item__link {
	position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
	background-position: 0 0;
    background-image: none !important;
    background-size: auto;
	display: flex;
    justify-content: center;
    align-items: center;
	color: #FCD022;
	opacity: 0;
	z-index: 7;
	transition: opacity 0.3s;
}
.article-item__link span {
	display: flex;
	align-items: center;
	background-color: #fcd022;
    color: #fff;
	box-sizing: border-box;
	height: 3.13em;
	padding: 0.69em 1.88em;
	border-radius: 1.565em;
	font-weight: 500;
	text-align: center;
	font-size: 1.1em;
	box-shadow: 0 0.44em 1.25em rgba(255, 205, 101, 0.6);
	transition: box-shadow 0.3s, background-color 0.3s, color 0.3s, border-color 0.3s, -webkit-box-shadow 0.3s;
}
.article-item__link span:hover {
	box-shadow: 0 0 0 rgba(255, 205, 101, 0.6);
}
.article-item__single:hover .article-item__link,
.article-item__single:focus .article-item__link {
	opacity: 1;
}
.article-item__single:hover .article-item__content,
.article-item__single:focus .article-item__content {
	opacity: 0.1;
}
.article-item__preview {
	display: flex;
	flex-direction: column;
	padding: 1.5em 1.88em 1.38em;
}
.article-item__preview-date,
.article-item__preview-description {
	font-size: 0.94em;
	color: rgba(50, 50, 50, .5);
}
.article-item__preview-date {
	margin: 0 0 5px;
}
.article-item__preview-title {
	margin: 0 0 7px;
}
.article-item__preview-description {
	line-height: 1.1em;
}
.articles-swiper {
	position: relative;
	margin: 0 0 2em;
}
.articles-swiper .swiper-slide {
	display: flex;
	height: auto;
}
.articles-swiper .article-item__single {
	height: 100%;
}
.articles-swiper .swiper-pagination {
	bottom: -30px!important;
}
.articles-swiper .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
}
.h2.articles-carousel-heading {
    font-size: 1.5rem;
	margin: 4rem 0 2.2rem!important;
}
.h2.articles-carousel-heading.articles-home {
	margin: 0 0 2.2rem!important;
}
.articles-items-carousel__head a {
	margin: 0 0 2.2rem;
}
/* End */
/* /bitrix/templates/.default/components/bitrix/news.detail/articles_detail/style.css?17213103372442 */
/* /bitrix/templates/.default/components/bitrix/system.pagenavigation/.default/style.css?1707849980770 */
/* /bitrix/templates/.default/components/bitrix/news.list/articles_element_list_carousel/style.css?17157858942719 */
