

/* Start:/local/components/wim/news/templates/press_centre/bitrix/news.detail/.default/style.css?17465185922996*/
.news-text img {
    border-radius: 20px;
}

.detail-article-quote-with-photo {
    display: flex;
    flex-direction: column;
    color: #FFFFFF;
    background-color: #73A8BA;
    border-radius: 20px;
    font-size: 20px;
    padding: 20px;
    line-height: 120%;
}

.quote-text {
    margin-bottom: 20px;
}

.quote-bottom-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.quote-author-wrapper {
    display: flex;
    flex-direction: row;
    align-items: center;
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 7px;
    overflow: hidden;
}

.quote-author-description {
    display: flex;
    flex-direction: column;
    padding: 0 20px;
}

.quote-bottom-wrapper:before {
    content: '';
    display: flex;
    background-image: url("/bitrix/templates/.default/images/quote-icon.svg");
    width: 85px;
    height: 85px;
    background-repeat: no-repeat;
}

.detail-article-quote-with-photo .quote-author-photo {
    width: 90px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}
.detail-article-quote-with-photo .quote-author-photo img {
    border-radius: 7px 0 0 7px;
    width: auto;
    height: 90px;
}

.quote-author-name {
    font-size: 19px;
    font-weight: 700;
}

.quote-author-description {
    font-size: 19px;
    font-weight: 400;
}

.detail-article-notification {
    padding: 14px;
    gap: 20px;
    background: #F5F9FB;
    border-radius: 7px;
    font-size: 18px;
}

.notice-bullit {
    font-size: 18px;
}

.detail-article-color-block {
    border-radius: 13px;
    padding: 20px;
    font-size: 20px;
}

.color-block-text {
    font-weight: 700;
    margin-bottom: 20px;
}

.detail-article-color-block.dark {
    background-color: #52648A;
    color: #FFFFFF;
}

.detail-article-color-block.light {
    background-color: #F5F9FB;
    color: #070E13;
}

.detail-article-color-block .color-block-list {
    padding-left: 20px;
}

.detail-article-color-block .color-block-list li {
    list-style: none;
    font-size: 19px;
    list-style-image: url("/bitrix/templates/.default/images/list-style-image.svg");
}

@media (max-width: 768px) {
    .quote-text {
        font-size: 17px;
    }
    .quote-author-name {
        font-size: 16px;
    }

    .quote-author-description {
        font-size: 16px;
    }
}

@media (max-width: 540px) {
    .quote-bottom-wrapper:before {
        width: 45px;
        height: 45px;
        background-size: contain;
    }
}

@media (max-width: 480px) {
    .quote-bottom-wrapper:before {
        width: 25px;
        height: 25px;
        background-size: contain;
    }
}

@media (max-width: 400px) {
    .quote-bottom-wrapper:before {
        width: 25px;
        height: 25px;
        background-size: contain;
        margin-right: 5px;
    }
}
/* End */


/* Start:/local/components/wim/news/templates/press_centre/bitrix/news.detail/banner.tg.subscribe/style.css?17524936051007*/
.tg-subscribe-wrapper {
    position: relative;
}

.tg-subscribe-inner {
    position: absolute;
    bottom: 0;
    padding: 30px 10px;
    font-size: 23px;
    font-weight: 700;
    color: #070E13;
}

img.tg-subscribe-image {
    border-radius: 20px;
}

.tg-subscribe-text {
    margin-bottom: 30px;
}

.tg-subscribe-button {
    background-color: #73A8BA;
    color: #FFFFFF;
    font-size: 13px;
    padding: 15px 20px;
    border-radius: 4px;
}

.tg-subscribe-button:hover {
    text-decoration: none;
    color: #FFFFFF;
}

.tg-subscribe-image-laptop {
    display: none;
}

img.tg-subscribe-image-laptop {
    border-radius: 20px;
}

@media (max-width: 1199px) {
    .tg-subscribe-image {
        display: none;
    }
    .tg-subscribe-image-laptop {
        display: block;
    }
    .tg-subscribe-wrapper.empty-laptop {
        display: none;
    }
}

@media (max-width: 758px) {
    .tg-subscribe-image {
        display: block;
    }
    .tg-subscribe-image-laptop {
        display: none;
    }
}
/* End */


/* Start:/local/templates/new/components/bitrix/system.pagenavigation/.default/style.css?17448017064374*/
.bx_pagination_bottom *{vertical-align: baseline;}
.bx_pagination_bottom{
	color: #070E13;
	font-size:15px;
}

.bx_pagination_bottom .bx_pagination_section_one{
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 120px;
}
.bx_pagination_bottom .bx_pagination_section_two{
	float: right;
	text-align: right;
}
.bx_pagination_bottom .bx_pg_section{
	display: inline-block;
	height: 30px;
	vertical-align: top;
	line-height: 30px;
}

.bx_pagination_bottom .bx_pagination_select_container{display: inline-block;}
.bx_pagination_bottom .bx_pagination_select_container select{
	position: relative;
	margin: 2px 20px 2px 10px;
	padding: 1px 25px 3px 5px;
	height: 22px;
	outline: none;
	border: 1px solid #e0e0e0;
	border-radius: 1px;
	background: #fff url(/local/templates/new/components/bitrix/system.pagenavigation/.default/images/select_arrow.png) no-repeat right center;
	color: #8d8d8d;
	font-size: 11px;
	line-height: 16px;
	resize: none;
	-webkit-appearance: none;
}
@-moz-document url-prefix(){
	.bx_pagination_bottom .bx_pagination_select_container select{
		background: #fff !important;
		padding-right: 5px;
	}
}


.bx_pagination_bottom .bx_pagination_page {
	display: flex;
	align-items: center;
	justify-content: center;
	white-space: nowrap;
	color: #070E13;
	font-size:15px;
}
.bx_pagination_bottom .bx_pagination_page ul{
	display: flex;
	margin: 0;
	padding: 0;
}
.bx_pagination_bottom .bx_pagination_page li{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	color: #FFFFFF;
	text-align: center;
	line-height: 22px;
}
.bx_pagination_bottom .bx_pagination_page li a{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	color: #070E13;
	text-align: center;
	text-decoration: none;
	line-height: 22px;
}
.bx_pagination_bottom .bx_pagination_page li a:hover{color: #555;}
.bx_pagination_bottom .bx_pagination_page li.bx_active{
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50px;
	background: #73A8BA;
}

.bx_pagination_bottom .bx_pg_section.bx_pg_pagination_num{display: flex;}
.bx_pagination_bottom .bx_pg_section.bx_pg_show_col select{margin-right: 5px;}


.bx_pagination_bottom .bx_wsnw{white-space: nowrap;}




/*1*/
@media (min-width:981px){

}
/*2*/
@media (min-width:640px) and (max-width:980px){

}
/*3*/
@media (min-width:480px) and (max-width:639px) {
	.bx_pagination_bottom .bx_pagination_select_container select{margin-right: 10px;}
}
/*4*/
@media (max-width:479px) {
	.bx_pagination_bottom .bx_pagination_section_one{ }
	.bx_pagination_bottom .bx_pagination_section_two{
		float: none;
		text-align: left;
	}
	.bx_pagination_bottom .bx_pagination_select_container{
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		width: 47%;
	}
	.bx_pagination_bottom .bx_pagination_select_container select{
		display: block;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		margin-right: 0 !important;
		width: 90%;
	}
	.bx_pagination_bottom .bx_pg_section{
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		width: 100%;
		text-align: left;
	}
	.bx_pagination_bottom .bx_pagination_page{white-space: normal;}
	.bx_pagination_bottom .bx_pg_section.bx_pg_pagination_num{width: 100%;height: auto;text-align: center;}
	.bx_pagination_bottom .bx_pg_section.bx_pg_show_col{display: none;}
	.bx_pagination_bottom .bx_pg_text{
		display: inline-block;
		width: 50%;
	}
	.bx_pagination_bottom .bx_pg_section.pg_pagination_num .bx_pg_text{display: none;}

	.bx_pagination_bottom .bx_pagination_page li{
		font-size:12px;
		width: 30px;
		height: 30px;
	}
}
/*5*/
@media (max-width:320px){
}

.bx_pagination_bottom .bx_pagination_section_one,
.bx_pagination_bottom .bx_pagination_section_two,
.bx_pagination_bottom .bx_pagination_select_container,
.bx_pagination_bottom .bx_pagination_select_container select,
.bx_pagination_bottom .bx_pg_section,
.bx_pagination_bottom .bx_pagination_page,
.bx_pagination_bottom .bx_pg_section.bx_pg_pagination_num,
.bx_pagination_bottom .bx_pg_section.bx_pg_show_col,
.bx_pagination_bottom .bx_pg_text,
.bx_pagination_bottom .bx_pg_section.pg_pagination_num .bx_pg_text{
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

/* End */


/* Start:/local/components/wim/news/templates/press_centre/bitrix/news.list/popular/style.css?1746518592719*/
.popular-news-item {
	display: flex;
	background-color: #F5F9FB;
	border-radius: 13px;
	padding: 20px;
	margin-bottom: 10px;
}

.popular-news-image-wrapper {
	max-width: 90px;
	max-height: 84px;
	min-width: 90px;
	min-height: 84px;
	margin-right: 10px;
	overflow: hidden;
	display: flex;
	justify-content: center;
	border-radius: 7px;
}

.popular-news-image-wrapper img.popular-news-image {
	border-radius: 7px;
	width: auto;
	height: 100%;
}

.popular-news-text {
	font-size: 15px;
	line-height: 140%;
	color: #070E13;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.popular-news-title {
	color: #070E13;
	font-size: 19px;
	font-weight: 700;
	margin-bottom: 10px;
}
/* End */
/* /local/components/wim/news/templates/press_centre/bitrix/news.detail/.default/style.css?17465185922996 */
/* /local/components/wim/news/templates/press_centre/bitrix/news.detail/banner.tg.subscribe/style.css?17524936051007 */
/* /local/templates/new/components/bitrix/system.pagenavigation/.default/style.css?17448017064374 */
/* /local/components/wim/news/templates/press_centre/bitrix/news.list/popular/style.css?1746518592719 */
