

/* Start:/local/templates/izberkom/components/bitrix/system.pagenavigation/arrows/style.css?16747209913121*/
.arrow {
	display:inline-block;
	width:20px;	
	height:20px;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 22 22'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: none; stroke: %233056b5; stroke-linejoin: round; %7D %3C/style%3E%3C/defs%3E%3Ctitle%3Earrow%3C/title%3E%3Cg id='Слой_2' data-name='Слой 2'%3E%3Cg id='Слой_1-2' data-name='Слой 1'%3E%3Cg id='Новости'%3E%3Cpolyline class='cls-1' points='13.44 15.87 8.56 11 13.44 6.13' /%3E%3Crect class='cls-1' x='0.5' y='0.5' width='21' height='21' /%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.arrow.disabled {

	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 22 22'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:none;stroke:%23c2c2c2;stroke-linejoin:round;%7D%3C/style%3E%3C/defs%3E%3Ctitle%3Earrow%3C/title%3E%3Cg id='Слой_2' data-name='Слой 2'%3E%3Cg id='Слой_1-2' data-name='Слой 1'%3E%3Cg id='Новости'%3E%3Cpolyline class='cls-1' points='13.44 15.87 8.56 11 13.44 6.13'/%3E%3Crect class='cls-1' x='0.5' y='0.5' width='21' height='21'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.arrow.next {
	transform:rotate(180deg);
}
.arrow.last {
	margin-left:5px;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 22 22'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: %230055ba; %7D %3C/style%3E%3C/defs%3E%3Ctitle%3Elast%3C/title%3E%3Cg id='Слой_2' data-name='Слой 2'%3E%3Cg id='Слой_1-2' data-name='Слой 1'%3E%3Cg id='Новости'%3E%3Cpath class='cls-1' d='M10.21,15.52l.71.71,4.87-4.88a.48.48,0,0,0,0-.7L10.92,5.77l-.71.71L14.73,11Z' /%3E%3Cpath class='cls-1' d='M6.92,16.23l4.87-4.88a.48.48,0,0,0,0-.7L6.92,5.77l-.71.71L10.73,11,6.21,15.52Z' /%3E%3Cpath class='cls-1' d='M21.5,0H.5A.5.5,0,0,0,0,.5v21a.5.5,0,0,0,.5.5h21a.5.5,0,0,0,.5-.5V.5A.5.5,0,0,0,21.5,0ZM21,21H1V1H21Z' /%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");}
.arrow.last.disabled {
	margin-left:5px;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 22 22'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23c2c2c2;%7D%3C/style%3E%3C/defs%3E%3Ctitle%3Elast%3C/title%3E%3Cg id='Слой_2' data-name='Слой 2'%3E%3Cg id='Слой_1-2' data-name='Слой 1'%3E%3Cg id='Новости'%3E%3Cpath class='cls-1' d='M10.21,15.52l.71.71,4.87-4.88a.48.48,0,0,0,0-.7L10.92,5.77l-.71.71L14.73,11Z'/%3E%3Cpath class='cls-1' d='M6.92,16.23l4.87-4.88a.48.48,0,0,0,0-.7L6.92,5.77l-.71.71L10.73,11,6.21,15.52Z'/%3E%3Cpath class='cls-1' d='M21.5,0H.5A.5.5,0,0,0,0,.5v21a.5.5,0,0,0,.5.5h21a.5.5,0,0,0,.5-.5V.5A.5.5,0,0,0,21.5,0ZM21,21H1V1H21Z'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.navigation-arrows {
	display:flex;
}
.navigation-pages {
	margin:0 10px;
}
.navigation-pages a,
.navigation-pages span {
	display:inline-block;
	margin:0 10px;
}

.navigation-pages a {
	color:black;
	text-decoration:none;
}
.navigation-pages a:hover {
	text-decoration:none;
	color:inherit;
}

.nav-current-page {
	color:#3056b5;
}
.navigation {
	padding: 100px 0;
    display: flex;
    justify-content: center;
}
/* End */


/* Start:/local/templates/izberkom/components/bitrix/news/main_news/bitrix/news.list/.default/style.css?16747209919665*/
.news {

}
.news__date {
	font-size: 12px;
    margin-bottom: 15px;
}


.news__list {
    width: 100%;
}
.news__picture {
	max-width: 240px;
    overflow: hidden;
    width: 100%;
}
.news__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
	max-height: 200px;
}
.news__link {
	display: flex;
	color:#181818;
	position:relative;
}
.news__link:hover {
	text-decoration:none;
    color: inherit;
}
.news__title {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 15px;
}
.news__content {
    flex: 1;
	padding:20px;
}
.news__text {
    font-size: 14px;
    font-weight: 300;
}
.news__item {
	border: 1px solid #e7e7e7;
    margin-bottom: 20px;
	position:relative;
}

.news__share {
	position: absolute;
    top: 0;
    right: 0;
    border: 1px solid #e7e7e7;
    border-top: 0;
}

.news__share-btn {
	display: flex;
    align-items: center;
    justify-content: center;
	min-width: 100%;
}

.news__share-icon {
    width: 18px;
    height: 18px;
    margin-right: 10px;
    display: block;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 13.12 14.31'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%233056b5;%7D%3C/style%3E%3C/defs%3E%3Ctitle%3Eshare%3C/title%3E%3Cg id='Слой_2' data-name='Слой 2'%3E%3Cg id='Слой_1-2' data-name='Слой 1'%3E%3Cg id='Новости'%3E%3Cpath class='cls-1' d='M10.88,4.47a2.24,2.24,0,1,1,2.24-2.23A2.24,2.24,0,0,1,10.88,4.47Zm0-3.58a1.35,1.35,0,1,0,1.34,1.35A1.35,1.35,0,0,0,10.88.89Z'/%3E%3Cpath class='cls-1' d='M10.88,14.31a2.24,2.24,0,1,1,2.24-2.24A2.25,2.25,0,0,1,10.88,14.31Zm0-3.58a1.34,1.34,0,1,0,1.34,1.34A1.34,1.34,0,0,0,10.88,10.73Z'/%3E%3Cpath class='cls-1' d='M2.24,9.39A2.24,2.24,0,1,1,4.47,7.15,2.24,2.24,0,0,1,2.24,9.39Zm0-3.58A1.35,1.35,0,1,0,3.58,7.15,1.35,1.35,0,0,0,2.24,5.81Z'/%3E%3Cpath class='cls-1' d='M3.79,6.72a.45.45,0,0,1-.22-.84L9.1,2.73a.44.44,0,0,1,.61.17.45.45,0,0,1-.17.61L4,6.66A.43.43,0,0,1,3.79,6.72Z'/%3E%3Cpath class='cls-1' d='M9.32,11.64a.46.46,0,0,1-.22-.06L3.57,8.42a.45.45,0,0,1-.17-.61A.45.45,0,0,1,4,7.65L9.54,10.8a.45.45,0,0,1,.17.61A.43.43,0,0,1,9.32,11.64Z'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.share{
min-width: 100%;
}
.share__list {
	display:flex;
	align-items:center;
	list-style: none;
justify-content: center;
    padding: 10px 10px;
	    margin-bottom: 0;
}
.share__link {
	font-size: 0;
	display:block;
	width:18px;
	height:18px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
.news__share {display:flex;max-width: 150px;overflow:hidden;}
.share__item {
	margin-right:10px;
}
.share__item:last-child {
margin-right:0px;
}
.news__share .ya-share2__item_service_vkontakte .ya-share2__icon{
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 25.71 15'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23597199;%7D%3C/style%3E%3C/defs%3E%3Ctitle%3Evk%3C/title%3E%3Cg id='Слой_2' data-name='Слой 2'%3E%3Cg id='Слой_1-2' data-name='Слой 1'%3E%3Cg id='Новости'%3E%3Cpath class='cls-1' d='M21.34,8.6c-.42-.52-.3-.76,0-1.23,0,0,3.43-4.74,3.79-6.35h0c.18-.59,0-1-.85-1H21.47a1.2,1.2,0,0,0-1.22.78,22.86,22.86,0,0,1-3.46,5.65c-.65.64-1,.85-1.31.85-.18,0-.45-.21-.45-.79V1c0-.71-.2-1-.79-1H9.82A.68.68,0,0,0,9.1.63c0,.67,1,.82,1.12,2.7V7.4c0,.89-.16,1-.52,1-1,0-3.28-3.44-4.65-7.38C4.77.31,4.5,0,3.78,0H1C.16,0,0,.37,0,.78,0,1.51,1,5.15,4.44,10,6.77,13.22,10,15,13,15c1.79,0,2-.39,2-1.07,0-3.13-.16-3.43.74-3.43.41,0,1.13.21,2.8,1.79C20.48,14.16,20.79,15,21.86,15h2.81c.81,0,1.21-.39,1-1.17C25.11,12.19,21.5,8.83,21.34,8.6Z'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.news__share .ya-share2__item_service_facebook .ya-share2__icon {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 15 15'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23475993;%7D%3C/style%3E%3C/defs%3E%3Ctitle%3Efb%3C/title%3E%3Cg id='Слой_2' data-name='Слой 2'%3E%3Cg id='Слой_1-2' data-name='Слой 1'%3E%3Cg id='Новости'%3E%3Cpath class='cls-1' d='M13.13,0H1.88A1.88,1.88,0,0,0,0,1.88V13.13A1.88,1.88,0,0,0,1.88,15H7.5V9.84H5.63V7.5H7.5V5.63a2.81,2.81,0,0,1,2.81-2.82h1.88V5.16h-.94c-.52,0-.94,0-.94.47V7.5h2.35l-.94,2.34H10.31V15h2.82A1.87,1.87,0,0,0,15,13.13V1.88A1.88,1.88,0,0,0,13.13,0Z'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.news__share .ya-share2__item_service_twitter .ya-share2__icon {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18.46 15'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%2375a7e8;%7D%3C/style%3E%3C/defs%3E%3Ctitle%3Etw%3C/title%3E%3Cg id='Слой_2' data-name='Слой 2'%3E%3Cg id='Слой_1-2' data-name='Слой 1'%3E%3Cg id='Новости'%3E%3Cpath class='cls-1' d='M16.58,4.23c0-.17,0-.33,0-.49a7.38,7.38,0,0,0,1.9-2h0a7.73,7.73,0,0,1-2.18.59A3.78,3.78,0,0,0,18,.28a7.52,7.52,0,0,1-2.4.92A3.79,3.79,0,0,0,9,3.79a3.49,3.49,0,0,0,.09.86,10.72,10.72,0,0,1-7.8-4A3.78,3.78,0,0,0,2.45,5.75,3.67,3.67,0,0,1,.74,5.28v0A3.8,3.8,0,0,0,3.77,9a4,4,0,0,1-1.71.06A3.83,3.83,0,0,0,5.6,11.74,7.58,7.58,0,0,1,.91,13.35a6.85,6.85,0,0,1-.91,0A10.67,10.67,0,0,0,5.81,15,10.7,10.7,0,0,0,16.58,4.23Z'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.share__link--ins {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 15 15'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:url(%23Безымянный_градиент_2);%7D.cls-2%7Bfill:url(%23Безымянный_градиент_2-2);%7D.cls-3%7Bfill:url(%23Безымянный_градиент_2-3);%7D%3C/style%3E%3ClinearGradient id='Безымянный_градиент_2' x1='6.25' y1='6.13' x2='8.79' y2='8.87' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%23f4d960'/%3E%3Cstop offset='0.5' stop-color='%23dd5541'/%3E%3Cstop offset='1' stop-color='%23aa3aa4'/%3E%3C/linearGradient%3E%3ClinearGradient id='Безымянный_градиент_2-2' x1='3.74' y1='3.46' x2='11.26' y2='11.54' xlink:href='%23Безымянный_градиент_2'/%3E%3ClinearGradient id='Безымянный_градиент_2-3' x1='1.25' y1='0.78' x2='13.78' y2='14.24' xlink:href='%23Безымянный_градиент_2'/%3E%3C/defs%3E%3Ctitle%3Einsta%3C/title%3E%3Cg id='Слой_2' data-name='Слой 2'%3E%3Cg id='Слой_1-2' data-name='Слой 1'%3E%3Cg id='Новости'%3E%3Cpath class='cls-1' d='M7.52,5.66a1.84,1.84,0,0,0,0,3.68A1.84,1.84,0,0,0,7.52,5.66Z'/%3E%3Cpath class='cls-2' d='M7,3H7C3.34,3,3,3.05,3,7.5S3.12,12,7.52,12c2.41,0,4.38.28,4.49-2.3C12.34,2.44,11.74,3,7,3Zm.5,7.37A2.84,2.84,0,1,1,10.35,7.5,2.84,2.84,0,0,1,7.52,10.34Zm3-5.12a.67.67,0,1,1,.66-.67A.67.67,0,0,1,10.47,5.22Z'/%3E%3Cpath class='cls-3' d='M15,3.26A3.21,3.21,0,0,0,12.16.09,14.45,14.45,0,0,0,10,0C3.62,0,2.23-.26,1,1S0,3.56,0,7.5c0,3.27-.57,6.55,2.42,7.32a71.35,71.35,0,0,0,10.13,0A3.21,3.21,0,0,0,15,11.73C15,11.48,15,3.52,15,3.26Zm-2.23,7.86C11.92,13.25,9.68,13,7.52,13s-4.41.21-5.23-1.9A11.42,11.42,0,0,1,2,7.5a10.86,10.86,0,0,1,.29-3.62c.82-2.1,3-1.9,5.23-1.9,2.1,0,3.53-.13,4.59.93S13,5.34,13,7.5A10.86,10.86,0,0,1,12.75,11.12Z'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.news__share .ya-share2__item_service_odnoklassniki .ya-share2__icon{
	background-image: url("data:image/svg+xml,%3Csvg aria-hidden='true' focusable='false' data-prefix='fab' data-icon='odnoklassniki' class='svg-inline--fa fa-odnoklassniki fa-w-10' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'%3E%3Cpath fill='%23fd7e14' d='M275.1 334c-27.4 17.4-65.1 24.3-90 26.9l20.9 20.6 76.3 76.3c27.9 28.6-17.5 73.3-45.7 45.7-19.1-19.4-47.1-47.4-76.3-76.6L84 503.4c-28.2 27.5-73.6-17.6-45.4-45.7 19.4-19.4 47.1-47.4 76.3-76.3l20.6-20.6c-24.6-2.6-62.9-9.1-90.6-26.9-32.6-21-46.9-33.3-34.3-59 7.4-14.6 27.7-26.9 54.6-5.7 0 0 36.3 28.9 94.9 28.9s94.9-28.9 94.9-28.9c26.9-21.1 47.1-8.9 54.6 5.7 12.4 25.7-1.9 38-34.5 59.1zM30.3 129.7C30.3 58 88.6 0 160 0s129.7 58 129.7 129.7c0 71.4-58.3 129.4-129.7 129.4s-129.7-58-129.7-129.4zm66 0c0 35.1 28.6 63.7 63.7 63.7s63.7-28.6 63.7-63.7c0-35.4-28.6-64-63.7-64s-63.7 28.6-63.7 64z'%3E%3C/path%3E%3C/svg%3E");
}
.news__share-block {
display:flex;
transition:.3s;
cursor:pointer;
max-width: 100%;
transform: translateX(0%);
}
.news__share-block:hover {
transform: translateX(-100%);
}

.ya-share2__item {
	transition:.3s;
}


.news__share .ya-share2__item_service_vkontakte .ya-share2__badge, .ya-share2__item_service_vkontakte .ya-share2__mobile-popup-badge,
.news__share .ya-share2__item_service_facebook .ya-share2__badge, .ya-share2__item_service_facebook .ya-share2__mobile-popup-badge,
.news__share .ya-share2__item_service_facebook .ya-share2__badge, .ya-share2__item_service_twitter .ya-share2__mobile-popup-badge,
.news__share .ya-share2__item_service_twitter .ya-share2__badge,
.news__share  .ya-share2__item_service_odnoklassniki .ya-share2__badge {
	background-color:transparent;
}

.news__share .ya-share2__container_size_m .ya-share2__badge .ya-share2__icon {
    height: 20px;
    width: 20px;
    background-size: 20px 20px;
}

.news-tags {
    margin-top: 30px;
}
.news-tags .search-tags-cloud a {
    background-color: #f2f5f7;
    color: #0055ba;
    border-radius: 10px;
    padding: 3px 10px;
    display: inline-block;
    margin: 0 5px 5px 0;
    font-size: 12px;
}
.news-tags .search-tags-cloud a:hover {
    background-color: #0055ba;
    color: white !important;
}
.news-tags .search-tags-cloud {
    border: 1px solid #ebecec;
    padding: 10px;
    padding-bottom: 5px;
}
/* End */


/* Start:/local/templates/izberkom/components/bitrix/search.tags.cloud/cct-tags/style.css?167472099143*/
.search-tags-cloud {
	margin-bottom:20px;
}
/* End */
/* /local/templates/izberkom/components/bitrix/system.pagenavigation/arrows/style.css?16747209913121 */
/* /local/templates/izberkom/components/bitrix/news/main_news/bitrix/news.list/.default/style.css?16747209919665 */
/* /local/templates/izberkom/components/bitrix/search.tags.cloud/cct-tags/style.css?167472099143 */
