

/* Start:/bitrix/templates/otvorot/css/news.css?16927049342006*/
.news_section {
    background-color: #F2F5FE;
    padding: 0 100px;
    padding-top: 30px;
    padding-bottom: 20px;
}
.news_section .news-detail {
    text-align: left;
}
.news_section .news-detail figure {
    width: auto !important;
    height: auto !important;
    max-width: 100%;
    max-height: 100%;
}
.main_news_cont {
    box-shadow: none;
    padding-top: 20px;
    margin-top: -30px;
}

.news_heading_cont {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.news_heading_cont a {
    color: #f3efef;
    text-decoration: none;
    background-color: #2f75ec;
    border-radius: 4px;
    padding: 3px 4px;
    margin: 0 2px 0 0;
}
.news_heading_cont a:hover {
	color: #fff;
	background-color: #2f77f5;
	transition: 0.2;
}

.btn_search {
    color: #f3efef;
    text-decoration: none;
    background-color: #2f75ec;
    border-radius: 4px;
    padding: 3px 4px;
    margin: 0 2px 0 0;
}
.btn_search:hover {
    color: #f3efef;
    transition: 0.2s;
    transform: scale(1.02);
}

.search_news_content .search_form {
    text-align: left;
}
.search_news_content {
    /* background-color: #F2F5FE; */
    padding: 0 100px;
    padding-top: 30px;
    padding-bottom: 20px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.search_news_content h1 {
    font-size: medium;
}

@media screen and (max-width:1199px) {
    .main_news_cont {
        margin-top: 0px;
    }
    .news_section {
        padding: 0 10px;
    }
    .news_section .col-xl-3 {
        order: 3;
    }
    .news_section  .news_list_cont {
        margin: 0 auto;
        max-width: 600px;
    }
}
@media screen and (max-width:769px) {
    .search_news_content {
        padding: 0 10px;
        padding-top: 30px;
        padding-bottom: 20px;
    }
    .news_section > div.calc {
        margin-right: 10px;
        padding: 20px 0px;
    }
}
@media screen and (min-width:1199px) {
    .main_news_cont {
        box-shadow: -7px -2px 5px 0px rgb(0 0 0 / 20%)
    }
}
/* End */


/* Start:/bitrix/components/bitrix/system.pagenavigation/templates/round/style.css?17835969622821*/
.bx-pagination {
	margin: 10px 0;
}

.bx-pagination .bx-pagination-container {
	text-align: center;
	position: relative;
}
.bx-pagination .bx-pagination-container ul {
	padding: 0;
	margin: 0;
	list-style: none;
	display: inline-block;
}
.bx-pagination .bx-pagination-container ul li {
	display: inline-block;
	margin: 0 2px 15px 2px;
}
.bx-pagination .bx-pagination-container ul li span{
    -webkit-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
       -moz-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
    	-ms-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
    	 -o-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
    		transition: color .3s ease, background-color .3s ease, border-color .3s ease;
	background: #eff0f1;
	padding: 0 8px;
	display: block;
	height: 32px;
	min-width: 32px;
	line-height: 32px;
	color: #444;
	font-size: 14px;
	border-radius: 16px;
	vertical-align: middle;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.bx-pagination .bx-pagination-container ul li a {
	text-decoration: none;
	display: block;
	border-radius: 16px;
	height: 32px;
	min-width: 32px;
	line-height: 32px;
	color: #444;
	vertical-align: middle;
}
.bx-pagination .bx-pagination-container ul li a:hover span{
	background: #DADADA;
}
.bx-pagination .bx-pagination-container ul li.bx-active span{
	background: #0083d1;
	color: #fff;
}
.bx-pagination .bx-pagination-container ul li.bx-pag-all a span,
.bx-pagination .bx-pagination-container ul li.bx-pag-prev a span,
.bx-pagination .bx-pagination-container ul li.bx-pag-next a span {
	background: #fff;
	border: 2px solid #eff0f1;
	line-height: 28px;
	padding: 0 18px;
	color: #444;
}
.bx-pagination .bx-pagination-container ul li.bx-pag-all span,
.bx-pagination .bx-pagination-container ul li.bx-pag-prev span,
.bx-pagination .bx-pagination-container ul li.bx-pag-next span{
	color: #aab1b4;
	background: #fff;
	border: 2px solid #eff0f1;
	line-height: 28px;
	padding: 0 18px;
}
.bx-pagination .bx-pagination-container ul li.bx-pag-all a:hover span,
.bx-pagination .bx-pagination-container ul li.bx-pag-prev a:hover span,
.bx-pagination .bx-pagination-container ul li.bx-pag-next a:hover span {
	background: #fff;
	border-color: #DADADA;
	color: #000;
}

/*color schemes*/
.bx-pagination.bx-green  .bx-pagination-container ul li.bx-active span{
	background: #3bc915;
	color: #fff;
}
.bx-pagination.bx-yellow  .bx-pagination-container ul li.bx-active span{
	background: #F9A91D;
	color: #fff;
}
.bx-pagination.bx-red  .bx-pagination-container ul li.bx-active span{
	background: #E22B2B;
	color: #fff;
}
.bx-pagination.bx-blue .bx-pagination-container ul li.bx-active span{
	background: #0083d1;
	color: #fff;
}

/* End */


/* Start:/bitrix/templates/otvorot/components/bitrix/news/news_otvorot/bitrix/news.list/.default/style.css?1663073220983*/
div.news-list
{
	word-wrap: break-word;
	columns: 2;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}

.news-item .news-date-time {
	font-family: Roboto;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 14px;
    letter-spacing: 0px;
    text-align: left;
    color: #2F75EC;
    margin-right: 8px;
}

.news-item {
    text-decoration: none;
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
    letter-spacing: 0px;
    text-align: left;
    margin-bottom: 8px;
}
.news-item a {
	font-family: Roboto;
    text-decoration: none;
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
    letter-spacing: 0px;
    text-align: left;
    margin-bottom: 8px;
}


@media screen and (max-width:769px) {
	.promo_img_cont {
		justify-content: center !important;
	}
	div.news-list
{
	word-wrap: break-word;
	columns: 1;
}
}
/* End */


/* Start:/bitrix/templates/otvorot/components/bitrix/search.tags.cloud/tags/style.css?169270493476*/
.tags_heading {
    text-align: left;
    font-weight: 500;
    margin: 0;
}
/* End */
/* /bitrix/templates/otvorot/css/news.css?16927049342006 */
/* /bitrix/components/bitrix/system.pagenavigation/templates/round/style.css?17835969622821 */
/* /bitrix/templates/otvorot/components/bitrix/news/news_otvorot/bitrix/news.list/.default/style.css?1663073220983 */
/* /bitrix/templates/otvorot/components/bitrix/search.tags.cloud/tags/style.css?169270493476 */
