@font-face {
	font-family: 'GOSTUI2';
	src: url('fonts/GOSTUI2/GostUI_Regular.TTF');
	font-weight: 400;
}

@font-face {
	font-family: 'GOSTUI2';
	src: url('fonts/GOSTUI2/GostUI_Medium.TTF');
	font-weight: 500;
}

@font-face {
	font-family: 'GOSTUI2';
	src: url('fonts/GOSTUI2/GostUI_Bold_G.TTF');
	font-weight: 700;
}

@import url('https://fonts.googleapis.com/css?family=Fira+Sans:400,400i,500,500i,700&subset=cyrillic');

* {
	box-sizing: border-box;
}

body {
	font-family: 'GOSTUI2';
	background: #fff;
	margin: 0;
	padding: 0;
	transition: 0.3s ease;
	/* transform: translateX(0); */
}

body.open-menu {
	transform: translateX(-350px);
    animation: fade 500ms;
    transition: 0.3s ease;
}

.body-mask {
	display: none;
	animation: fade 500ms;
	transition: 0.3s ease;
}


.body-mask.show {
	display: block;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9998;
    background-color: rgba(0, 0, 0, 0.5);
    animation: fade 500ms;
    transition: 0.3s ease;
}

.right-side-absolute {
	display: none;
    right: 0;
    position: fixed;
    width: 350px;
    height: 100%;
    top: 0;
    z-index: 9999;
    overflow: auto;
    box-shadow: 0 3px 30px 0px rgb(1 46 154 / 15%);
    background-color: #f4f7fb;
    animation: fade 500ms;
    transition: 0.3s ease;
}

.right-side-absolute.show {
	display: block;
	transform: translateX(350px);
	transition: 0.3s ease;
}


html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	vertical-align: baseline;
	margin: 0px;
	padding: 0px;
	border-width: 0px;
	border-style: initial;
	border-color: initial;
	border-image: initial;
}



.header {
	width: 100%;
	position: relative;
}

.header-logo {
	display: flex;
	align-items: center;
}


.header-top {
	display: flex;
	background-color: #0752A2;
	height: 50px;
	justify-content: space-between;
	align-items: center;
	color: rgba(255, 255, 255, 0.7);
}

.header-top-right {
	display: flex;
	align-items: center;
	column-gap: 23px;
}
.mob_spec_ver {
	display: none;
}
.desk_spec_ver {
	color:white;
	background: #000;
    font-weight: 600;
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: center;
    cursor: pointer;
    color: #fff;
    line-height: 50px;
    width: 320px;
    text-align: center;
    white-space: nowrap;
    border-radius: 0;
    border: 0 !important;
    font-size: 14px;
    text-transform: uppercase;
    padding: 0 10px !important;
}
.desk_spec_ver:hover {
	color:#9ae1f1;
}
.link-h {
	color: rgba(255, 255, 255, 0.7);
	font-size: 14px;
	transition: all .2s linear;
	text-decoration: none !important;
}

.link-h:hover {
	color: #fff;
}

.link-eye {
	background: #000;
	font-weight: 600;
	display: flex;
	align-items: center;
	flex-direction: row;
	justify-content: center;
	cursor: pointer;
	color: #fff;
	line-height: 50px;
	width: 320px;
	text-align: center;
	white-space: nowrap;
	border-radius: 0;
	border: 0 !important;
	font-size: 14px;
	text-transform: uppercase;
	padding: 0 10px !important;
}

.link-eye:hover {
	background-color: #0d49cd;
}

.search {
	width: 16px;
	height: 15px;
	display: inline-block;
	margin-right: 10px;
	background: url('img/search.svg') no-repeat;
	background-size: contain !important;
	vertical-align: -3px;
}

.link-feedback i {
	color: #fff;
	margin-right: 8px;
	font-size: 15px;
	vertical-align: -1px;
}

.diagarrow {
	width: 14px;
	height: 13px;
	display: inline-block;
	margin-left: 15px;
	background: url('img/diagarrow.svg') no-repeat;
	background-size: contain !important;
	vertical-align: -1px;
}

.link-portal {
	transition: all .2s linear;
}

.link-portal:hover .diagarrow {
	filter: brightness(0) invert(1);
}


.header-top .container {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}


.header-bottom {
	display: flex;
	justify-content: space-between;
	align-items: center;
	background: #f7f9fc;
	border-bottom: 1px solid #e5e5e5;
}

.header-bottom .container {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	position: relative;
    justify-content: space-between;
}

.link-search {
	cursor: pointer;
}

.search-block {
	width: 100%;
	background-color: #f7f9fc;
	padding-top: 20px;
	opacity: 0;
	transition: all .2s linear;
	position: absolute;
	visibility: hidden;
	padding-bottom: 45px;
}

.search-block.show {
	position: initial;
	opacity: 1;
	visibility: visible;
}

.nav-tabs-search {
	width: 70%;
	border: none;
	text-align: right;
	min-width: 45px;
	margin-bottom: 0;
	padding-left: 0;
	list-style: none;
}

.nav-tabs-search li {
	float: none;
	display: inline-block;
	vertical-align: middle;
	text-align: left;
	cursor: pointer;
	font-size: 16px;
	padding: 19px 0;
	margin-left: 30px;
}

.nav-tabs-search li a {
	font-weight: 500;
	padding-bottom: 15px;
}


.nav-tabs-search .active a, .nav-tabs-search li:hover a {
	border-bottom: 4px solid #0d49cd;
	color: #0d49cd;
}

.tabs-narrow {
	display: flex;
	align-items: end;
	flex-direction: row;
	justify-content: space-between;
	clear: both;
	border-bottom: 1px solid #e6e6e6;
	margin-bottom: 30px;
	position: relative;
}

.close-search-panel {
	position: absolute;
	right: 0;
	color: #3b4255
	font-size: 16px;
	padding-top: 17px;
	display: block;
	cursor: pointer;
	top: 0;
}

.close-search-panel:hover {
	color: #0d49cd;
}

.icon-close-search {
	background: url('https://www.ugrasu.ru/local/templates/yugu2021/components/bitrix/menu/yugu_multilevels/img/close.svg') no-repeat;
	width: 17px;
	height: 17px;
	background-size: contain !important;
	cursor: pointer;
	transition: 0.3s ease;
	display: inline-block;
	vertical-align: -3px;
	margin-right: 10px;
}

.icon-close-search:hover {
	opacity: 0.7;
}


.search-line {
	position: relative;
}

.search-input {
	width: 100%;
    color: #333;
    background: #fff;
    border: 1px solid #e6e6e6;
    box-shadow: none;
    border-radius: 2px;
    transition: .2s linear;
    outline: 0;
    font-size: 16px;
    padding: 22px 240px 22px 25px;
    font-family: 'GOSTUI2';
}

.search-input:hover {
	border-color: #0d49cd;
}

.search-input:focus {
	box-shadow: 0 3px 30px 0px rgb(1 46 154 / 10%);
}

.search-btn {
    position: absolute;
    right: 10px;
    top: 10px;
    bottom: 10px;
    height: auto;
    width: 190px;
    color: #fff;
    background-color: #0d49cd;
    border-color: #0d49cd;
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    min-width: 150px;
    transition: all .2s linear;
    padding: 12px 25px 16px 25px;
    font-size: 16px;
    font-family: 'GOSTUI2';
}

.search-btn:hover {
	background-color: #0a389d;
    border-color: #0a389d;
}


.form-sub-title {
	margin-bottom: 20px;
	font-weight: 500;
	font-size: 16px;
	color: #14171e;
}





.date-picker {
	position: relative;
	background: #fff;
	border: 1px solid #e6e6e6;
	box-shadow: none;
	border-radius: 2px;
	transition: .2s linear;
	outline: 0;
	font-size: 16px;
	font-family: 'GOSTUI2';
	display: table;
}
.date-picker:hover {
	border-color: #0d49cd;
}

.date-picker-item {
	display: inline-block;
	position: relative;
	vertical-align: middle;
	margin-right: 25px;
}

.date-picker-input {
	color: #333;
	outline: 0;
	font-size: 16px;
	font-family: 'GOSTUI2';
	border: 0;
	padding: 22px 25px;
	height: 64px;
}

.calendar-ico {
	background: url('img/calendar.svg');
	width: 21px;
	height: 21px;
	background-size: contain !important;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	cursor: pointer;
}


.date-picker-item.focus input {
	padding-top: 20px;
    padding-bottom: 0;
}

.date-picker-item .placeholder {
	color: #848EA2;
	font-size: 16px;
	transition: all 0.1s;
	z-index: 10;
	top: 22px;
    left: 25px;
    position: absolute;
}

.search-separator {
	content: '';
    display: block;
    top: 50%;
    left: 50%;
    background: #d2d8de;
    width: 2px;
    position: absolute;
    height: 30px;
    margin-top: -15px;
    margin-left: -1px;
    background-color: #0d49cd;
}


.date-picker-item.focus .placeholder {
	color: #848EA2;
	position: absolute;
	top: 0;
	font-size: 11px;
	transition: all 0.1s;
	top: 10px;
    left: 25px;
    color: #848e99;
    font-weight: 400;
    cursor: text;
}




.logo {
	font-size: 16px;
	line-height: 19.2px;
	font-weight: 700;
	color: #14171e;
	max-width: 300px;
	display: flex;
	align-items: center;
}

.logo:hover {
	color: #14171e;
}

.logo::before {
	content: '';
	display: inline-block;
	background: url('img/logo.png') no-repeat;
	width: 24px;
	height: 67px;
	margin-right: 20px;
	background-size: cover !important;
}


h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5 {
	font-weight: 600;
	margin-top: 0;
}

h3, .h3 {
	font-size: 24px;
	line-height: 32px;
	margin-bottom: 32px;
}

a, .a {
	color: #14171e;
	transition: all .2s linear;
	text-decoration: none !important;
}

a:hover, .a:hover, a:focus, .a:focus, a:active, .a:active {
	text-decoration: none;
	color: #0d49cd;
}

left-box

.breadcrumb-section {
	padding-top: 40px;
	padding-bottom: 25px;
	display: grid;
	grid-template-columns: 70% 30%;
}


.main {
	padding: 70px 0;
}

.page-title-prime {
	width: 50%;
	font-size: 44px;
}

.left-box a {
   color: #0575bc;
}

.news-list-main__hat {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	margin-bottom: 40px;
}

.news-list-main__title {
	font-size: 24px;
	line-height: 3.2rem;
	color: #3b4256;
}

.news-list-main__link {
	display: flex;
	align-items: center;
}

.news-list-main__link::after {
	content: '';
	display: inline-block;
	background: url('img/news-link.svg') no-repeat;
	width: 12px;
	height: 14px;
	margin-left: 12px;
	background-size: cover !important;
}



.h1_box{
	margin: auto;
	width: 1271px;
	padding-left: 16px;
}


.banner{
	margin: auto;
	display: inline-flex;
	background: #3b4256;
	width: 1041px;
	height: 465px;
	border-radius: 10%;
}

.bnr_img{
	/*margin: -16px auto;*/
	width: 100%;
	height: 100%;
}

.bnr_title{
	font-weight: 700;
	font-size: 30px;
	line-height: 40px;
	width: 500px;

	position: absolute;
	margin-left: 35px;
	margin-top: 150px;
}

.bnr_button{
	position: absolute;
	margin-top: 376px;
	margin-left: 35px;
	background: linear-gradient(272.62deg, #2B93F3 1.74%, #047DCD 99.43%);
	border-radius: 4px;
	padding: 14px 63px;
	color: #FFFFFF;
}

.test{
	display: flex;
	flex-direction: column;
	height: 100%;
	justify-content: space-between;
}

.block_banner{
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	height: 465px;
	margin: 50px auto;
	gap: 32px;
}

.bnr_section_button{
	/*width: 100%;*/
	background-color: #F4F8FA;
	text-align: center;
	border-radius: 10px;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 20px 20px 17px 20px;
	border: 1px solid #F4F8FA;
	justify-content: space-evenly;
	height: auto;
	width: 130px;
	/* margin: auto 0px; */
	gap: 16px;
	color: #14171e;
	font-size: 14px;
}

.news_img{
	width: 384px;
}

.news_title{
	/* font-size: 22.5px; */
	/* line-height: 24px; */
	/* margin-bottom: 24px; */
	font-size: 1.8rem;
	line-height: 2.4rem;
	margin-bottom: 24px;
	font-weight: 600;
	height: 240px;
}

.news_date{
	color: #848e99;
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 1.31;
	width: auto;
	position: relative;
	left: auto;
}

.news{
	display: flex;
	flex-direction: column;
	align-items: flex-start;

	/*background-color: #aad3e8;*/
	height: auto;
	padding-bottom: 32px;
	width: 384px;
	margin: 0px 16px;
}



.news_block{

}

.news_title_row{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	width: 1213px;
	height: 40px;
	margin: 0px auto;
	/*padding: 0px 30px;*/
}

.news_all{
	font-size: 1.25em;
	font-weight: 400;
	color: #14171e;
	line-height: 1.31;
}

.h3_news{
	line-height: 40px;
}

.bg_gray{
	background-color: #f4f7fb;
	padding-top: 80px;
	margin-top: 80px;
	margin-bottom: 40px;
	padding-bottom: 80px;
	height: 625px;
	width: 100%;
}

.activity_block {

}

.activity_block .container {
	display: grid;
	grid-template-columns: 70% 30%;
	gap: 30px;
}


.bg_activity img{
	filter: brightness(100%);
}

.activity-title-box h3 {
	margin-bottom: 0;
}

.activity-title-box {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	margin-bottom: 32px;
    flex-wrap: wrap;
}

.activity-all::after {
	content: '';
	display: inline-block;
	background: url('img/news-link.svg') no-repeat;
	width: 12px;
	height: 14px;
	margin-left: 12px;
	background-size: cover !important;
}

.activity-list {
	display: grid;
	gap: 32px;
	grid-template-columns: repeat(2, 1fr);
}

.activity-item {
	position: relative;
	height: 131px;
	padding: 30px;
	padding: 25px 30px;
	display: flex;
	flex-wrap: wrap;
	overflow: hidden;
}

.activity-item-title {
	position: relative;
	z-index: 10;
	color: #fff;
	margin-top: auto;
}

.activity-item-photo {
	width: 100%;
	height: 100%;
	background-repeat: no-repeat !important;
	background-size: cover !important;
	position: absolute;
	left: 0;
	top: 0;
	transform: scale(1);
	transition: transform .3s linear;
}

.activity-item:hover .activity-item-photo {
	transform: scale(1.06);
}

.activity-item-photo:after {
	content: '';
	background: rgba(0, 0, 0, 0.35);
	transition: background .3s linear;
	position: absolute;
	display: block;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
}

.photo-title {
	font-size: 20px;
	color: #fff;
	margin-top: auto;
}


.photo_test_title{
	font-size: 16px;
	font-weight: 400;
	color: #fff;
}

.dir_box{
	height: auto;
	width: 100%;
	/*background: #a197da;*/
	margin-top: 32px;
	padding-bottom: 10px;
	background: white;
}

.dir-fio {
	font-size: 18px;
	font-weight: 600;
	line-height: 24px;
	color: #15181f;
	margin-top: 22px;
	margin-bottom: 20px;
}

.dir-post {
	color: #848e99;
	font-size: 16px;
	font-weight: 400;
}

.dir-more {
	color: #15181f;
	font-size: 16px;
	font-weight: 400;
	margin-top: 20px;
}


.bg_dir {
	background-repeat: no-repeat;
	background-position: top;
	background-size: cover;
	transform: scale(1);
	width: 100%;
	height: auto;
}

.dir_info {
	padding: 20px 30px;
	color: #848e99;
	font-size: 20px;
}

.management {
	width: 100%;
	height: auto;
	background: #fff;
	margin-top: 16px;
	padding: 11px 30px;
	font-size: 16px;
	font-weight: 600;
	display: table;
}

.management:hover {
	color: #0d49cd;
}

.mng_title{
	padding-left: 30px;
	font-size: 1.6rem;
	line-height: 2.2rem;
	color: #14171e;
	font-weight: 600;
}

.recommended{
	margin: 0px auto;
}

.rcm_title_row{
	border-bottom: 1px solid rgb(230, 230, 230);
	height: 40px;
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	padding-top: 0px;
	margin-bottom: 32px;
}

.rcm_title_row .rcm_point {
	font-size: 16px;
}

.rcm_point{
	font-size: 20px;
	border-bottom: 4px solid #0d49cd;
	font-weight: 550;
	height: 40px;
	color: #0d49cd;
}

.rcm_button{
	background: #f4f7fb;
	padding: 30px 32px 70px 32px;
	width: 33%;
	min-height: 60px;


	font-size: 16px;
	line-height: 140%;
	font-weight: 600;
	color: #14171e;
}

.rcm_button_empty{
	background: white;
	color: white;
	width: 33%;
	min-height: 60px;
	height: auto;
	padding: 30px 32px 70px 32px;
}

.rcm_button_row{
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	margin-bottom: 32px;
	align-content: stretch;
	gap: 32px;
}


.container {
	margin-left: auto;
	margin-right: auto;
    max-width: 90%;
	//padding-left: 16px;
	//padding-right: 16px;
}



footer {
	padding: 90px 0;
	margin-top: 80px;
	background: #f4f7fb;
}

footer .container {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
}

.foot-logo-link {
	display: table;
}

.foot-logo {
	color: #14171e;
	display: flex;
	align-items: center;
	margin-bottom: 23px;
}

.foot-logo .foot-logo-h4 {
	font-size: 16px;
	font-weight: 400;
	line-height: 21px;
}

.foot-logo .foot-logo-h3 {
	font-size: 22px;
	font-weight: 600;
}

.foot-logo:hover {
	color: #14171e;
}

.foot-logo::before {
	content: '';
	display: inline-block;
	background: url('img/logo.svg') no-repeat;
	width: 24px;
	height: 67px;
	margin-right: 25px;
	background-size: cover !important;
}


.footer__adress-link {
	font-size: 16px;
	line-height: 140%;
	color: #14171e;
	margin-bottom: 30px;
}

.foot-btn-message {
	display: flex;
	align-items: center;
	column-gap: 76px;
}

.ico-map {
	width: 20px;
	height: 20px;
	background: url('img/map.svg') no-repeat;
	background-size: contain !important;
	display: inline-block;
	margin-right: 20px;
}

.ico-mail {
	width: 20px;
	height: 20px;
	background: url('img/message.svg') no-repeat;
	background-size: contain !important;
	display: inline-block;
	margin-right: 20px;
}

.align-center {
	display: flex;
	align-items: center;
}

.text-light {
	color: #848e99;
}

.footer-bottom {
	border-top: 1px solid #e6e6e6;
	margin-top: 20px;
	padding-top: 50px;
}

.footer-bottom .copyright {
	font-size: 12px;
	font-weight: 400;
	line-height: 16px;
}

.footer-bottom .copyright::before {
	content: '';
	display: inline-block;
	background: url('img/cc.svg') no-repeat;
	width: 21px;
	height: 20px;
	margin-right: 15px;
	background-size: contain !important;
}

.footer-bottom .copyright span {
	display: inline-block;
}


.foot-menu-box {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	margin-bottom: 40px;
}

.foot-menu-tag {
	color: #14171e;
	font-weight: 500;
	font-size: 22px;
	line-height: 130%;
	font-size: 22px;
}

.foot-menu .list {
	padding-top: 45px;
}

.foot-menu .list li {
	margin: 0;
	margin-bottom: 19px;
}

.footer__send-wrong {
	padding-left: 35px;
	position: relative;
	margin-bottom: 20px;
}

ol, ul {
	list-style: none;
}

.content-box {
	display: grid;
	grid-template-columns: 70% 30%;
	//column-gap: 64px;
}

.left-box {
	width: 100%;
	padding-right: 64px;
}

.right-side {
	max-width: 320px;
	margin-left: auto;
	width: 100%;
}


.right-side .btn {
	height: 60px;
}

.header-title {
	margin-bottom: 50px;
}


.btn-column {
	display: grid;
	grid-template-columns: 50% 50%;
	position: relative;
}

.btn-default, .btn-default-color {
	color: #767676;
	background-color: transparent;
	border-color: #e5e5e5;
	font-size: 16px;
}

.btn {
	display: inline-block;
	font-weight: 400;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	transition: all .2s linear;
	padding: 16px 15px;
	border-radius: 2px;
	border: 1px solid #e5e5e5;
}

.share-ico {
	border-left: 0 !important;
}

.share-ico i {
	font-size: 15px;
	margin-right: 10px;
}

.btn:hover {
	border-color: transparent;
	background-color: #0d49cd;
	color: #fff;
}

.print-ico i {
	font-size: 20px;
	margin-right: 10px;
}



.popover {
	width: 100%;
	position: absolute;
	box-shadow: 2px 2px 25px rgb(0 0 0 / 20%);
	top: 56px;
	padding: 30px;
	border-radius: 5px;
	margin-top: 10px;
	visibility: hidden;
	opacity: 0;
	transition: opacity 0.3s linear, visibility 0.3s linear;
}

.popover.show {
	opacity: 1;
	z-index: 100;
    visibility: visible;
    background: #fff;
}

.close-popover {
	background: url('https://www.ugrasu.ru/local/templates/yugu2021/components/bitrix/menu/yugu_multilevels/img/close.svg') no-repeat;
	width: 17px;
	height: 17px;
	background-size: contain !important;
	position: absolute;
	right: 30px;
	top: 0;
	bottom: 0;
	margin: auto;
	cursor: pointer;
	transition: 0.3s ease;
}

.close-popover:hover {
	opacity: 0.7;
}


.back-list {
	color: #0d49cd;
	border: 1px solid #0d49cd;
	min-width: 260px;
	background-color: transparent;
	display: table;
	transition: all .2s linear;
	padding: 16px 25px;
	font-size: 16px;
	font-weight: 400;
	margin-top: 60px;
	text-align: center;
}

.back-list:hover {
	color: #fff;
	background-color: #0d49cd;
}


.text-block ol, .text-block ul, .text-block p, .text-block table {
	margin: 25px 0;
	line-height: 1.4;
	margin-left: 0;
	margin-right: 0;
	padding-left: 0;
	padding-right: 0;
}

.text-block table {
	width: 100%;
	border: 1px solid #bfbebe;
	border-radius: 3px;
}


.text-block table td, .text-block table th {
	padding: 20px 30px;
	border-bottom: 1px solid #bfbebe;
	border-right: 1px solid #bfbebe;
}

.text-block table td {
	color: #888;
}

.table-wrapper {
	width: 100%;
	overflow: auto;
}

.text-block ol li, .text-block ul li {
	position: relative;
	padding-left: 30px;
	margin-bottom: 15px;
}

.text-block ul li:before {
	content: '';
	position: absolute;
	left: 0;
	top: 10px;
	height: 4px;
	width: 4px;
	border-radius: 50%;
	background-color: #14171e;
	display: block;
}


.exclamation {
	display: inline-block;
	background: url('img/exclamation.svg') no-repeat;
	width: 18px;
	height: 18px;
	margin-right: 10px;
	background-size: cover !important;
	filter: brightness(1) invert(1);
	vertical-align: middle;
}

.spoiler-block {
	border: 1px solid #e6e6e6;
	margin: 30px 0;
	border-radius: 2px;
	color: #848e99;
	transition: all .2s linear;
}

.spoiler-block.open, .spoiler-block:hover {
	box-shadow: 0 3px 30px 0px rgb(1 46 154 / 15%);
	transform: translateY(-3px);
}

.section_name {
	cursor: pointer;
	font-weight: 500;
	display: block;
	width: 100%;
	cursor: pointer;
	position: relative;
	padding: 25px 35px;
	padding-right: 85px;
	color: #14171e;
	transition: .2s linear;
	font-size: 16px;
	margin: 0;
}

.list-slider {
	display: none;
}

.list-slider.active {
	display: block;
	padding: 25px 35px;
	border-top: 1px solid #e6e6e6;
}

.list-slider.no-padding {
	padding: 0;
}

.list-slider.no-padding .card-body {
	padding: 25px 35px;
}

.list-slider .doc-list {
	padding-left: 30px;
}


.spoiler-box__carret {
	position: absolute;
	display: block;
	right: -12px;
	top: 50%;
	margin-top: -11px;
	border: 2px solid #bdc2d0;
	background: #ffffff;
	width: 24px;
	height: 24px;
	border-radius: 17px;
	cursor: pointer;
	transition: all .2s linear;
	z-index: 10;
}

.spoiler-box__carret:before,
.spoiler-box__carret:after {
	content: '';
	position: absolute;
	background: #bdc2d0;
	transition: all .2s linear;
}

.spoiler-box__carret:before {
	width: 10px;
	height: 2px;
	top: 50%;
	margin-top: -1px;
	left: 50%;
	margin-left: -5px;
}

.spoiler-box__carret:after {
	width: 2px;
	height: 10px;
	top: 50%;
	margin-top: -5px;
	left: 50%;
	margin-left: -1px;
	transform: rotate(0deg);
}

.spoiler-block.open .spoiler-box__carret:after {
	transform: rotate(90deg);
}

.spoiler-block:hover .section_name {
	color: #0d49cd;
}

.spoiler-block:hover .spoiler-box__carret {
	border-color: #0d49cd;
}

.spoiler-block:hover .spoiler-box__carret:before,
.spoiler-block:hover .spoiler-box__carret:after {
	background-color: #0d49cd;
}

.spoiler-box__content {
	border-top: 1px solid #e6e6e6;
	padding: 25px 35px;
}


.text-block img {
	height: auto;
}

.text-block img, .text-block iframe, .text-block video {
	max-width: 100%;
}
/* sliders styles */
/* sliders styles */
.slider{position:relative;overflow:hidden;margin-left:auto;margin-right:auto;width: 100%}.slider__wrapper{position:relative;overflow:hidden;background-color:#eee}.slider__items{display:flex;transition:transform .5s ease; height: fit-content; max-height: 507px}.transition-none{transition:none}.slider__item{flex:0 0 100%;max-width:100%;position:relative;display: flex;align-items: center;justify-content: center;}
.slider__control{
    position: absolute;
    top: 50%;
    width: 107px;
    max-width: 25%;
    height: 100%;
    transform: translateY(-50%);
    align-items: center;
    justify-content: center;
    color: #fff;
    opacity: 0;
    user-select: none;
}

.slider__control_show{display:flex;opacity: 0.8}.slider__control:focus,.slider__control:hover{color:#fff;text-decoration:none}.slider__control_prev{left:0}.slider__control_next{right:0}.slider__control::before{content:'';display:inline-block;width:20px;height:20px;background:transparent no-repeat center center;background-size:100% 100%}.slider__control_prev::before{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E")}.slider__control_next::before{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E")}
.slider__indicators{position:absolute;left:0;right:0;bottom:10px;display:flex;justify-content:center;padding-left:0;margin:0 15%;list-style:none;user-select:none}
.slider__indicator{background-size: cover;opacity: 0.5;flex:0 1 auto;width:80px;height:60px;cursor:pointer}
.slider__indicator:hover,
.slider__indicator_active{opacity:1}
.slide_picture{
    max-height: 100%;
    max-width: 100%;
}
    .itcss__items {
      counter-reset: slide;
    }

    .itcss__item {
      counter-increment: slide;
    }

    .itcss__item>div::before {
      content: counter(slide);
      position: absolute;
      top: 10px;
      right: 20px;
      color: #fff;
      font-style: italic;
      font-size: 32px;
      font-weight: bold;
    }
    /* дополнительные стили для этого примера */
    .slider__items {
      counter-reset: slide;
    }

    .slider__item {
      counter-increment: slide;
    }

    .slider__item>div::before {
      content: counter(slide);
      position: absolute;
      top: 10px;
      right: 20px;
      color: #fff;
      font-style: italic;
      font-size: 32px;
      font-weight: bold;
    }
/* затемняющий фон */
#overlay {
  display: none;
  background: #000;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0.5;
  z-index: 9990;
}
/* кнопка закрытия */
#close-popup {
  width: 30px;
  height: 30px;
  background: #FFFFFF;
  border: 1px solid #AFAFAF;
  border-radius: 15px;
  cursor: pointer;
  position: absolute;
  top: 15px;
  right: 15px;
}
#close-popup i {
  width: 30px;
  height: 30px;
  background: url(https://codernote.ru/files/cross.png) no-repeat center center;
  background-size: 16px 16px;
  display: block;
}
#magnify{
     position: fixed;
    max-width: 90%;
    max-height: 90%;
    height: auto;
    z-index: 9999;
    padding: 10px 10px;
    background: rgb(255, 255, 255);
    left: 111.5px;
    top: 157px;
}
#close-popup:hover {
  animation: rota 4s infinite normal;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
.post-content a{
    text-decoration: none !important;
    color: #0575bc;
    border-bottom-width: 1px;
    border-bottom-style: solid;
}
.pagDiv{margin-top: 25px;}
.pag-bl2{
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    gap: 8px;
    color: #444;
    margin: 25px 0;
}
.pag-pb{
    cursor: pointer;
    height: 32px;
    min-width: 32px;
    font-size: 14px;
    border-radius: 16px;
    border: 2px solid #eff0f1;
    transition: all .2s linear;
    text-decoration: none !important;
    text-align: center;
}
.pag-pb:hover {
    background: #d5d3d3;
    border: #d5d3d3;
}
.pag-back, .pag-next{
    cursor: pointer;
    height: 32px;
    width: 90px;
    font-size: 14px;
    border-radius: 16px;
    background: #fff;
    border: 2px solid #eff0f1;
    line-height: 28px;
    padding: 0 18px;
    color: #444;
    transition: all .2s linear;
    text-decoration: none !important;
}
.pag-back:hover, .pag-next:hover{
  border: 2px solid #d1d3d5;
}
.pag-hide{
    cursor: unset;
    color: #aab1b4;
    background: #fff;
    border: 2px solid #eff0f1 !important;
}
.pag-active, .pag-active:hover{
    background: #0083d1;
    border: 2px solid #0083d1;
    color: #fff;
}
@media (min-width:768px) {
	.container {
		width: 752px;
	}
}

@media (min-width:992px) {
	.container {
		width: 972px;
	}
}

@media (min-width:1280px) {
	.container {
		width: 1172px;
	}
}

@media (max-width:1281px) {
	.header-top-right {
		width: 100%;
		justify-content: space-between;
	}
	.header-top-left {
		display: none;
	}
}

@media (max-width:992px) {
	.spoiler-block .spoiler-box__carret {
		display:none;
	}
	.section_name{
        padding: 25px 35px !important;
    	text-wrap: wrap !important;
	}
	.page-title-prime {
		width: 100%;
	}
	.content-box .right-side {
		display:none;
	}
	.content-box {
        display: unset;
	}
	.left-box {
		padding-right: unset;
	}
	.breadcrumb-section {
		grid-template-columns: unset;
	}
	footer .container {
		grid-template-columns: unset;
        gap: 47px;
	}
	.foot-menu-box {
		grid-template-columns: unset;
        gap: 32px;
	}
	.main .test {
		width: 100%;
    	flex-direction: row;
	}
	.main .block_banner {
		height: unset;
		flex-wrap: wrap;
	}
	.main .bnr_section_button {
		width: 30%;
	}
	.activity_block .container {
        grid-template-columns: 50% 45%;
	}
	.bg_gray {
		height: unset;
	}
	.activity-list {
		grid-template-columns: unset;
	}
	.rcm_button_row {
		flex-wrap: wrap;
	}
	.rcm_button {
		padding: 16px 32px 15px 32px;
		width: 100%;
		background-position-x: left !important;
		background-repeat: no-repeat !important;
	}
	.rcm_button_row .rcm_button_empty {
   		display: none;
	}
	.news-list {
		grid-template-columns: unset !important;
	}
	.news-item {
		display: flex;
		gap: 20px;
	}
	.item-news-img {
		width: 40%  !important;
	}
	.item-news-info {
		width: 93%;
	}
	.horizontal-multilevel-menu li:hover ul {
		grid-template-columns: unset !important;
	}
	.text-block table td, .text-block table th {
		padding: 0px 12px;
	}
	.desk_spec_ver {
		display: none;
	}
	.mob_spec_ver {
		display: unset;
	}
	.header-bottom .container {
   		flex-wrap: unset;
		width: 100%;
        max-width: 752px;
	}
	.horizontal-multilevel-menu li {
		display: none;
	}
	.btn-gamb {
		display:block;
	}
}
@media (max-width:849px) {
	.header-bottom .container {
        max-width: 90%;
	}
}
@media (max-width:520px) {
	.header-top {
		padding: 10px 0px;
    	height:unset;
	}
	.header-top-right {
		flex-wrap: wrap;
    	gap: 10px;
	}
	.horizontal-multilevel-menu a {
		height: unset;
		line-height: unset;
		padding: 18px 0px;
	}
	.activity_block .container {
		grid-template-columns: unset !important;
	}
    .news-item {
        display: unset;
    }
    .item-news-img {
        width: 100% !important;
    	background-position-y: 16% !important;
    }
    .item-news-info {
        width: 100%;
    }
	.banner {
		height: 280px;
	}
	.bnr_title {
		font-size: 23px;
		width: unset;
		margin: 39px 65px;
		left: 0;
		right: 0;
	}
	.bnr_button {
		margin-top: 200px;
	}
	.text-block table td, .text-block table th {
		padding: 3px 3px;
	}
	.text-block ol, .text-block ul, .text-block p, .text-block table{ 
		font-size: 12px;
    	margin: 0px;
	}
	.header-bottom {
    	padding: 7px 0;
	}
	.pag-pb {
		min-width: 24px;
	}
	.pag-back, .pag-next {
		width: 68px;
    	padding: 0 10px;
	}
	.list-slider.active {
		padding: 10px 10px;
	}
	.nav-tabs-search {
		text-align: left;
	}
	.search-btn {
		width: 96px;
		min-width: 88px;
		padding: 12px 14px 16px 14px;
	}
	.search-input {
		padding: 22px 116px 22px 25px;
	}
}
.visually-hidden {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  white-space: nowrap; /* чтобы текст не переносился */
}
.field-error {
  color: #c00;
  font-size: 14px;
  margin-top: 6px;
}

.form-errors {
  background: #fff4f4;
  border: 1px solid #f1c2c2;
  color: #b30000;
  padding: 10px 12px;
  border-radius: 6px;
  margin-bottom: 16px;
}

/* --- MAX icon styles --- */
.soc-network img {
    width: 12px;
    height: 12px;
    vertical-align: 0px;          /* выравниваем по высоте */
    opacity: .9;                   /* делаем ярче */
    filter: grayscale(100%) brightness(60%); /* приводим к виду VK/TG */
    transition: .2s;
}

/* Hover: делаем такой же синий эффект */
.soc-network a:hover img {
    opacity: 1;
    filter: invert(36%) sepia(93%) saturate(2287%)
            hue-rotate(203deg) brightness(95%) contrast(102%);
}

/* =========================
   Блок "Контакты" (страница контактов)
   ========================= */

.text-block.contacts-block {
    font-size: 16px;
    line-height: 1.7;
    max-width: 1000px;
}

/* Перекрываем большие отступы у p внутри text-block
   только для блока контактов */
.text-block.contacts-block p {
    margin: 4px 0;
}

.contacts-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
}

.contacts-section {
    margin-bottom: 20px;
}

.contacts-section-title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 8px;
}

/* Соцсети */
.contacts-social-icons a {
    display: inline-block;
    margin-right: 12px;
}

.contacts-social-icons img {
    width: 55px;
    height: 55px;
    border-radius: 12px;
    transition: transform 0.2s ease;
}

.contacts-social-icons img:hover {
    transform: scale(1.12);
}

/* Адаптив: на узких экранах две колонки становятся одной */
@media (max-width: 992px) {
    .contacts-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
}


/* ============================
   Полезные сайты — баннеры
============================ */

/* Баннер VOIN */
.banner-voin {
  background-color: #50765b;
  background-image: url(/images/voin-800-400-.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

@media (max-width: 992px) {
  .banner-voin {
    background-image: url(/images/voin-1620-120-.png);
  }
}

@media (max-width: 520px) {
  .banner-voin {
    background-image: url(/images/voin-1067-120-.png);
  }
}

/* Баннер МЫ ТЕПЕРЬ В MAX */
.banner-max {
  background-color: #0d1c4a;
  background-image: url(/images/banner-max.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  min-height: 242px;
}

@media (max-width: 992px) {
  .banner-max {
    background-image: url(/images/banner-max-mobile.png);
  }
}

@media (max-width: 520px) {
  .banner-max {
    min-height: 180px;
  }
}

/* Баннер МЫ В VK */
.banner-vk {
  background-color: #2a72e5;
  background-image: url(/local/templates/riu/img/banner-vk.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  min-height: 242px;
}

@media (max-width: 520px) {
  .banner-vk {
    min-height: 180px;
  }
}

/* Баннер — Единый официальный сайт гос. органов ХМАО */
.banner-ofsite {
  background-image: url(/local/templates/riu/img/banner-ofsite.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain; /* содержит всю картинку, без обрезки */
}

/* Баннеры первого ряда */
.rcm_button.banner-voin,
.rcm_button.banner-dost,
.rcm_button.banner-ofsite {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover; /* или contain, если не хочешь обрезки */
}

/* Картинка для Достижения.РФ */
.banner-dost {
    background-image: url(/local/templates/riu/img/banner_369.jpg);
}

/* Все плитки в блоке "Полезные сайты" — одинаковая высота на десктопе */
.recommended .rcm_button {
    min-height: 180px;
}

/* ============================
   Полезные сайты — баннеры
   ============================ */

/* Общие настройки для всех баннеров в блоке "Полезные сайты" */
.recommended .rcm_button.banner-voin,
.recommended .rcm_button.banner-dost,
.recommended .rcm_button.banner-ofsite,
.recommended .rcm_button.banner-gosuslugi,
.recommended .rcm_button.banner-dggs,
.recommended .rcm_button.banner-regoin,
.recommended .rcm_button.banner-upravlenie,
.recommended .rcm_button.banner-obisnim,
.recommended .rcm_button.banner-rabota,
.recommended .rcm_button.banner-max,
.recommended .rcm_button.banner-vk,
.recommended .rcm_button.banner-tg {
    min-height: 180px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover; /* можно поменять на contain, если не хочешь обрезки */
}

/* --- Существующие баннеры --- */

/* ВОИН */
.banner-voin {
    background-image: url(/images/voin-800-400-.png);
}

/* Достижения.РФ */
.banner-dost {
    background-image: url(/local/templates/riu/img/banner_369.jpg);
}

/* Единый оф. сайт госорганов (если уже есть картинка) */
.banner-ofsite {
    background-image: url(/local/templates/riu/img/banner-ofsite.png);
}

/* MAX */
.banner-max {
    background-image: url(/local/templates/riu/img/banner-maxnew.png);
}

/* VK */
.banner-vk {
    background-image: url(/local/templates/riu/img/banner-vk.png);
}

/* Telegram — новый баннер */
.banner-tg {
    background-image: url(/local/templates/riu/img/banner-tg.png);
}

/* --- НОВЫЕ БАННЕРЫ --- */

/* Единый портал гос. и мун. услуг */
.banner-gosuslugi {
    background-image: url(/local/templates/riu/img/banner-gosuslugi.png);
}

/* Департамент государственной гражданской службы (ДГГС) */
.banner-dggs {
    background-image: url(/local/templates/riu/img/banner-dggs.png);
}

/* Открытый регион – Югра */
.banner-regoin {
    background-image: url(/local/templates/riu/img/banner-regoin.png);
}

/* Центр управления регионом */
.banner-upravlenie {
    background-image: url(/local/templates/riu/img/banner-upravlenie.png);
}

/* Объясняем.рф */
.banner-obisnim {
    background-image: url(/local/templates/riu/img/banner-obisnim.png);
}

/* Работа в России */
.banner-rabota {
    background-image: url(/local/templates/riu/img/banner-rabota.png);
}

