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

@font-face {
    font-family: 'PT Sans';
    font-style: normal;
    font-weight: 400;
    src: url(/webfonts/PTSans-Regular.ttf) format('truetype');
}

@font-face {
    font-family: 'PT Sans';
    font-style: normal;
    font-weight: 700;
    src: url(/webfonts/PTSans-Bold.ttf) format('truetype');
}

@font-face {
    font-family: 'PT Sans';
    font-style: italic;
    font-weight: 400;
    src: url(/webfonts/PTSans-Italic.ttf) format('truetype');
}

@font-face {
    font-family: 'PT Sans';
    font-style: italic;
    font-weight: 700;
    src: url(/webfonts/PTSans-BoldItalic.ttf) format('truetype');
}

html[data-useragent*='MSIE'] input[type=checkbox], html[data-useragent*='Trident'] input[type=checkbox] {
	width: auto !important;
	height: auto !important;
}

*, input, textarea {
	position: relative;
	box-sizing:border-box;
	font-family: 'PT Sans', sans-serif;
	outline:none;
	font-size:16px;
}

body {
	display:flex;
	flex-direction:column;
	background-color:#FFF;
}

body.modal-open {
    overflow: hidden;
	padding-right:17px;
}

h1, h2, h3, h4, h5, h6 {
	color:#3b4256;
}

h2 {
	font-size:32px;
	font-weight:bold;
}

input, select, textarea {
	padding: 12px 20px;
	border-radius:4px;
	border:1px solid #ccc;
	transition: 0.3s;
}

input:focus, textarea:focus {
	border-color:#62b0ff !important;
}

input[type="submit"], button {
	padding: 10px 14px;
    border-radius: 4px;
    background: #1f3684;
    color: #FFF;
    margin: 10px;
	border:1px solid #1f3684;
}

input[type="submit"]:disabled, input[type="button"]:disabled {
    color: #b0b0b0;
    border: 1px solid #d0d0d0;

}

input[type="button"] {
	padding: 10px 14px;
    border-radius: 4px;
    margin: 10px;
}

button[type="button"]:hover,
input[type="submit"]:hover, 
input[type="button"]:hover, 
input[id="opfname"]:hover, 
input[id="okatoname"]:hover {
	cursor:pointer;
}

input[type="submit"]:hover, .answer_title:hover {
	cursor:pointer;
}

input[type="text"]:read-only, input[type="text"]:disabled {
	background:#ebebe4;
	color:gray;
}

a {
	text-decoration: none;
	color:#0173c1;
    cursor: pointer;
}

a:hover {
	color:#013e83;
}

.wrapper {
	margin:0 auto;
	width:100%;
	max-width:1150px;
	padding:0 15px;
}

.jc-center {
	justify-content:center;
}

.ai-center {
	align-items:center;
}

.row {
	display:flex;
	flex-direction:row;
}

.h100 {
	height:100%;
}

.w100 {
	width:100%;
}

.column {
	flex-direction: column;
}

.nomargin {
	margin:0;
}

/***** HEADER ******/
	
.main a:not(.login-btn) {
	color: #f4f7fb;
	margin: 0;
    margin-left: 10px;
	transition:0.3s;
}

.main-slider_buttons a:not(.login-btn):hover {
	background:#f4f7fb;
	color:#1f3684;
}
	
.top-menu {
	font-size: 14px;
	height: 56px;
	background-color:#1c3077;
	color:#dde1e6;
	z-index:5;
}

.logo {
	width:53px;
	height: 56px;
	box-sizing:content-box;
	background:url("../img/gerb.svg") center no-repeat;
}

/*.logo.active, .logo:hover,*/ .top-nav > ul > li:hover:not(.versionForImp) {
	background-color:#2344a4;
	cursor:pointer;
}

.dateVersion {
	color: #848e99;
	margin:0 auto;
}

.regionName i {
	/*margin-right:10px;*/
}

.versionForImp {
	background:#000;
	color: #dde1e6;
}

.versionForImp > a{
	color: #dde1e6;
}

/*.top-nav {
	margin-left:auto;
}*/

.unstile-ul {
	list-style-type:none;
	margin:0;
	padding:0;
}

	.top-nav > ul > li {
		display:flex;
		align-items: center;
		padding:0 24px;
		height:100%;
		transition:0.3s;
	}
	
.top-nav_sandwich {
	display:none;
	height:56px;
	width:60px;
	transition:0.5s;
}
	
.top-nav_sandwich .sandwich_line {
	width:30px;
	height:4px;
	background:#FFF;
	position:absolute;
	left:calc(50% - 15px);
	top:calc(50% - 10px);
	transition:0.5s;
}

.top-nav_sandwich > .sandwich_line:nth-child(2) {
	top:calc(50% - 2px);
}

.top-nav_sandwich > .sandwich_line:nth-child(3) {
	top:calc(50% + 6px);
}

.top-nav_sandwich.active .sandwich_line:first-of-type{
	transform: rotate(45deg);
    top: calc(50% - 5px);
}

.top-nav_sandwich.active .sandwich_line:nth-child(2), .top-nav_sandwich.active .sandwich_line:last-of-type{
	transform: rotate(-45deg);
    top: calc(50% - 5px);
}

.extra-nav {
	margin:0 -15px;
	display:none;
}

.extra-nav.active{
	display:block;
	height:auto;
}

.extra-nav li {
	width:100%;
	background:#FFF;
	text-align:center;
	border-bottom:1px solid #e5e5e5;
}

.extra-nav li > a, .extra-nav li > a:hover, .extra-nav {
	color:#333;
}

.extra-nav li > a {
    display: block;
	padding:10px 5px;
}

.main {
    background-color: #1f3684;
    color: #f4f7fb;
}

.main > .wrapper {
	padding-bottom:30px;
}
	
.migrateLogo{
	margin-right:auto;
}

.main-nav {
	margin-left: auto;
}

.main-nav li {
	/*padding:0 15px;*/
}

.main .main-nav a {
    display: inline-block;
    margin: 0;
    padding: 1em 1em;
}

    .main .main-nav a:hover {
        background-color: #1F3D93; /*2344a4*/
    }

.migrateLogo {
	padding-left: 57px;
	height:48px;
	background:url("../img/logo.svg") left no-repeat;
}

.migrateLogo h1 {
	color:#FFF;
	font-size: 20px;
	margin:0;
	line-height: 28px;
}

.migrateLogo span {
	color: #dde1e6;
	line-height: 20px;
	font-size: 14px;
}

.personalCabinet a, 
.personalCabinet a:hover, 
.versionForImp a, 
.versionForImp a:hover {
	color:#FFF;
	display: flex;
    height: 100%;
    justify-content: center;
    align-items: center;
}

.personalCabinet.dark {
    background-color: #182966;
}

.lk-menu li {
	margin:8px 0;
}

/*.lk-menu li::before {
	content:'\f061';
	position:absolute;
	left:-20px;
	font-family:"Font Awesome 5 Free";
	font-weight:900;
	color:#c6cbd0;
	transition:0.1s;
}*/

.lk-menu a,
.lk-menu a:hover {
	
}

/*** SEARCH ***/

.search {
	background-color: #ffffff;
	border-radius: 4px;
	padding: 10px;
	margin:30px 0;
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2), 0 0 50px rgba(255, 255, 255, 0.25);
}

.search input, .search select {
	border: none;
}

.search select {
	font-weight: bold;
}

.search input[type="search"] {
	flex:1;
	padding: 12px 20px;
}

.search input[type="submit"] {
	background-color: #0b75ba;
	color: #FFF;
	padding:12px 16px;
	border-radius: 4px;
	margin:0;
}

.search input[type="submit"]:hover{
	background-color:#2282c0;
}


/*** END SEARCH ***/
.main-slider_row {
	/*margin: 80px 0 0;*/
}


.main-slider > article,
.main-slider_one,
.main-slider_one > article {
	display:flex;
	flex-direction: row;
}

.main-slider > article {
	width:50%;
}

.main-slider_one > article {
	width:100%;
}


.main-slider_one {
	width:50%;
	margin-right:30px;
}

.polygon {
	width:64px;
	height:70px;
	display:flex;
	justify-content:center;
	align-items:center;
	margin-right:30px;
}

.polygon > svg {
	width:64px;
	height:70px;
	position:absolute;
	left:0;
	top:0;
}

.polygon > svg.svg-white {
    background: url('../img/romb-white.svg');
}

.polygon > svg.svg-black {
    background: url('../img/romb-black.svg');
}

.main-slider_description {
	flex: 1;
}

.main-slider_description p {
	font-size:14px;
}

.main-slider_description h3 {
	color:#FFF;
	margin:0;
	font-size:24px;
	font-weight:500;
	line-height:32px;
}

.main-slider_description button:first-of-type {
	margin-left:0;
}

.support_contacts {
	font-size:16px;
	line-height:24px;
	visibility:hidden;
}

.main-slider_one .main-slider_description a {
	margin:0;
}

.main .main-slider_one .main-slider_description a:hover {
	text-decoration:underline;
}

.main-slider_buttons {
	margin-top:30px;
}

.btn {
	padding:10px 14px;
	border-radius:4px;
	background:transparent;
	color:#FFF;
	border: 1px solid rgba(255, 255, 255, 0.7);
	margin:10px;
    text-align: center;
}

.btn.gray {
	background-color:#ddd;
	color:black;
}

/*table tr:nth-child(odd) td {
	background:#F4F7FB;
}*/

a.btn.blue {
	display:inline-block;
	padding: 10px 14px;
    border-radius: 4px;
    background: #1f3684;
    color: #FFF;
    margin: 10px;
	border:1px solid #1f3684;
}

.login-btn {
	color:#3b4256;
	background:#FFF;
	border:1px solid #FFF;
    margin: 0;
    margin-right: 10px;
	transition:0.3s;
}

.login-btn:hover {
	color:#3b4256;
	background:#e8e8e8;
}

.other {
	background-color:#f5f4ef;
	height:427px;
	background-size:contain;
	background-position: right;
	background-repeat: no-repeat;
}

.other .bg {
	background-color:#d9dde1;
	height:427px;
	background-size:contain;
	background-position: right;
	background-repeat: no-repeat;
	padding: 30px;
}

.other .bg-1 {
	background-image:url("../img/bg-1.png");
}

.other .bg-2 {
	background-image:url("../img/bg-2.png");
}

.other .bg-3 {
	background-image:url("../img/bg-4.png");
}

.other .bg-4 {
	background-image:url("../img/bg-3.png");
}

#filter1 {
	-webkit-filter: drop-shadow( -5px -5px 5px #000 ); 
            filter: drop-shadow( -5px -5px 5px #000 );
}

.slider-txt {
	max-width:500px;
}

.slider-txt > h4 {
	font-size: 32px;
    font-weight: 600;
    margin: 15px 0;
}

.slider-txt > p {
	font-size: 18px;
    margin-top: 30px;
}

.slider-txt > a {
	display: inline-block;
    background: #0b75ba;
    color: #FFF;
    padding: 10px 30px;
    border-radius: 4px;
    margin-top: 20px;
	text-align:center;
	max-width:200px;
	transition:0.3s;
}

.slider-txt > a:hover {
	background:#3d97dc;
}

/*** FLUX SLIDER ***/

#slider {
	max-width:100%;
	min-height:400px;
	overflow: hidden;
}

/*#slider * {
	background-size:1500px;
}*/

#slider > img {
	display:none;
}

.slider-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    width: 100%;
    height: 100%;
    z-index: 999;
    background: rgba(31,54,132,0.5);
    align-items: center;
    color: #FFF;
}

/*.images .image1 , 
.images .image2 {
	max-width:100%;
	background-size:cover;
}*/

.fluxslider ,
.surface, 
.images {
	min-height:400px;
}

.slider-wrapper > h2 {
	color: #FFF;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
    font-size: 48px;
}

/*** CONTENT ***/

.content {
	background-color:#f4f7fb;
}

.content .wrapper.padding {
	padding:30px 0;
}

.content-items_container {
	top:-78px;
	margin:0 -15px;
}

.content-item {
	margin:15px;
	padding:20px;
	background:#FFF;
	border-radius:4px;
	flex:1;
	/*align-items:center;*/
	transition:0.3s;
	z-index:999;
}

.content-item:hover {
	box-shadow:0 0 15px rgba(0,0,0,0.1);
}

.content-item .polygon > i {
	color:#979797;
	font-size:28px;
}

.content-item .polygon::after {
	content:'';
	position: absolute;
    top: 35px;
    left: 35px;
    width: 14px;
    height: 14px;
    background-color: #0a75ba;
    border-radius: 50%;
	z-index:2;
}

.content-item_description {
	flex:1;
}

.content-item_title {
	color:#3b4256;
	font-size:16px;
	font-weight:bold;
}

.content-item_description > p {
	color:#626878;
	font-size:14px;
	margin-bottom:0;
}

.content_page {
	overflow-x:auto;
	width:100%;
    margin: 0 auto;
    background: #FFF;
    padding: 30px;
    border: 6px solid rgba(0,0,0,0.1);
}

.content_page input:not([type="checkbox"]):not([type="submit"]):not([type="button"]) {
	width:100%;
	margin:0;
	/*margin-top:20px;*/
	padding: 12px 20px;
}

.content_page label {
	line-height:15px;
}

.content_page input[type="checkbox"] {
	margin:15px 15px 0 5px;
	width:15px;
	height:15px;
}

.content_page input[type="checkbox"]::after {
	content:'';
	position:absolute;
	left:0;
	top:0;
	width:15px;
	height:15px;
	border:2px solid #1f3684;
	background:#FFF;
	z-index:2;
	top:-15px;
	left:-5px;
}

.content_page input[type="checkbox"] {
	width:0px;
	height:0px;
}

.content_page input:disabled::after {
	opacity:0.3;
}

.content_page input[type="checkbox"]::before {
	content:'';
	position:absolute;
	top:-15px;
	left:-2px;
	opacity:0;
	width:10px;
	height:10px;
	transform:rotate(45deg);
	border-right:2px solid #547afd;
	border-bottom:2px solid #547afd;
	z-index:3;
	transition:0.2s;
}

.content_page input[type="checkbox"]:checked::before {
	opacity:1;
}

.content_page input[id="login"], .login_page input[class="margin-no"] {
	margin:0;
}

section > .wrapper > .row > .content_page h2 {
	text-align:center;
	margin-top:0;
	font-weight:600;
}

.content_column {
	width:100%;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

/*** LK ***/

.lk-items_container {
	/*top:-78px;*/
	margin:0 -15px;
}

.lk-item {
	display:flex;
	flex-direction:row;
	padding: 20px;
    background: #FFF;
    margin: 15px;
    flex:1;
    border-radius: 4px;
	transition:0.3s;
	max-width:545px;
	z-index:2345;
}

.lk-item:hover {
	box-shadow:0 0 15px rgba(0,0,0,0.1);
}

.lk-item i {
	font-size:24px;
	color:#297cb2;
}

.lk-item_title {
	display:block;
	color:#3b4256;
	font-size:18px;
	font-weight:bold;
	margin-top:4px;
}

.lk-item_description {
	flex:1;
	display:block;
}

.lk-item_description > p {
	color:#626878;
	font-size:14px;
	margin-bottom:0;
}

.lk-items_container .row:first-of-type .lk-item:nth-child(1) > .polygon > i {
	color:#297cb2;
}

.lk-items_container .row:first-of-type .lk-item:nth-child(2) > .polygon > i {
	color:#892681;
}

.lk-items_container .row:nth-child(2) .lk-item:nth-child(1) > .polygon > i {
	color:#69c04b;
}

.lk-items_container .row:nth-child(2) .lk-item:nth-child(2) > .polygon > i {
	color:#c52556;
}

.lk-items_container .row:nth-child(3) .lk-item:nth-child(1) > .polygon > i {
	color:#c41f51;
}

.lk-items_container .row:nth-child(3) .lk-item:nth-child(2) > .polygon > i {
	color:#277cb2;
}

.lk-items_container .row:nth-child(4) .lk-item:nth-child(1) > .polygon > i {
	color:#892681;
}

.lk-items_container .row:nth-child(4) .lk-item:nth-child(2) > .polygon > i {
	color:#69c04b;
}

/*** NEWS ***/

.news {
	background-color:#FFF;
	padding: 30px 0;
}

#news article {
	flex: 1;
	padding: 0 15px;
}

#news h3, #news h3 a {
	font-size: 16px;
	color: #848fa0;
	font-weight: 600;
}

#news h3 a:hover {
	color:#5d6675;
}

#news .row {
	margin: 0 -15px;
}

.news_description {
	display:none;
	color:#838fa1;
}

.news_date {
	padding:10px 0;
	color:#c2cad0;
	display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
	margin-top:auto;
}

.news_container.news_page {
	flex-wrap: wrap;
}

.news_settings {
	display:inline-block;
    padding: 15px;
    background: #e1e7ef;
    border-radius: 5px;
}

#news .news_container.news_page > article {
	flex:33%;
	max-width:33%;
	padding:15px;
}

.news_page-article {
	border: 2px solid #e8e8e8;
    padding: 15px;
    height: 100%;
    background: #fff;
	transition: 0.3s;
	display: flex;
    flex-direction: column;
}

.news_page-article:hover {
	box-shadow:0 0 20px rgba(0,0,0,0.1);
}

.region_str {
	transition: 0.3s;
}

.news_page-article:hover .region_str {
	color:#3d5171;
}

/*** ANSWERS ***/

.answers {
	background:#f4f7fb;
	padding: 30px 0;
}

.answers_container {
	margin:0 -15px;
}

.answers_container .row {
	flex:1;
}

.answer_item {
	margin:2px 15px;
	background:#FFF;
	border-radius:4px;
}

.answer_title {
	padding:20px;
	padding-right:40px;
}

.answer_title:hover::before {
	color:#3b4256;
}

.answer_title::before {
	content:'\f067';
	font-family:"Font Awesome 5 Free";
	position:absolute;
	font-weight:900;
	right:20px;
	color:#c6cbd0;
	transition:0.1s;
	top: calc(50% - 9px);
}

.answer_title.active::before {
	content:'\f068';
}

.answer_description {
	color:#FFF;
	display:none;
	background:#3b4256;
	padding:20px;
	border-radius:0 0 4px 4px;
}

.answer_description > ol {
	padding-left:15px;
	margin:0;
}

.answer_description a, 
.answer_description a:hover {
	color:#FFF;
	text-decoration:underline;
}

/*** MAP ***/

#maparea {
	padding:15px 0;
}

#map {
	padding:50px 0 30px;
}

#map path {
	fill:#f1f4ff;
	stroke:#1f3684;
}

#map path:hover {
	stroke:#bbc0c5;
	fill:#1f3684;
	z-index:2;
}

#map path.active {
	fill:#1f3684;
}

.maparea_select {
	position:absolute;
	z-index:3;
	left:0;
	top:0;
}

/*** ОБЩИЕ СТИЛИ ***/

section > .wrapper h2, section > .wrapper h2 > span, section > .wrapper h2 > span > a {
	color:#3b4256;
	font-size: 32px;
	font-weight:800;
	line-height:40px;
	letter-spacing: -0.4px;
}

section > .wrapper h2 span {
	display:inline-block;
}

section > .wrapper > h2 span::after,
.maparea_select > h2 span::after {
	position: absolute;
    top: calc(50% - 5px);
	right:-24px;
    content: '';
    width: 10px;
    height: 10px;
    background: none;
    transform: rotate(45deg);
    border-top: 5px solid #3b4256;
    border-right: 5px solid #3b4256;
}

div#ibox_footer_wrapper > a {
	z-index:3;
}

section {
	color:#838fa1;
}

.gray {
	background-color: rgba(0,0,0,0.05);
}

.text-center {
	text-align:center;
}

.text-right {
	text-align:right;
}

input.ntm {
	margin-top:0;
}

input.nlm {
	margin-left:0;
}

input.nbm {
	margin-bottom:0;
}

input.nrm {
	margin-right:0;
}

.overflow-x {
	overflow-x:auto;
	overflow-y:hidden;
}

.overflow-y {
	overflow-x:hidden;
	overflow-y:auto;
}

.overflow-x img {
	max-width: 100%;
	height:auto;
}

.icon {
	display:inline-block;
	position:relative;
	width:20px;
	height:20px;
}

.icon::after {
	position:absolute;
	font-family:"Font Awesome 5 Free";
	font-weight:800;
	font-size:20px;
	left:0;
	top:0;
    color: #3B4256;
	transition:0.1s;
}

.xls_icon::after {
	content:'\f1c3';
	font-weight:400;
}

.print_icon::after {
	content:'\f02f';
}

.edit_icon::after {
	content:'\f044';
}

.copy_icon::after {
	content:'\f0c5';
}

.log_icon::after {
	content:'\f03a';
}

.clear_icon:hover {
	cursor:pointer;
}

.clear_icon::after {
	content:'\f2ed';
	font-size:16px;
}

.calendar_icon:hover {
	cursor:pointer;
}

.calendar_icon::after {
	content:'\f073';
	font-size:16px;
}

.classificator-ul li{
	margin:8px 0;
}

.dnone {
	display:none;
}

.relative {
	position:relative;
}

.regionSelectDiv_buttons {
    background: #ecf3ff;
    text-align: center;
    z-index: 11;
}

/*** request_status ***/
.request_status.table, 
.workplace.table {
    border-collapse: collapse;
}

.request_status.table .td, 
.workplace.table > .tr > .td {
	text-align:center;
	vertical-align:middle;
	padding:15px 5px;
	border:1px solid lightgray;
}

.row-input {
	display:flex;
}

.input_offRadiusRight > input {
	border-radius: 4px 0 0 4px;
    border-right: 0;
}

.input_offRadiusRight .input_right {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 15px;
    background: #f4f7fb;
    border-radius: 0 4px 4px 0;
    border: 1px solid #ccc;
	transition:0.3s;
}

.input_offRadiusRight .input_right:hover {
	cursor:pointer;
	background:#eee;
}

/*** request_correct ***/

.request_correct_step1.table .tr .td:first-of-type {
	text-align:left;
}

.request_correct_step1.table .tr:nth-child(odd) .td {
	background:#F4F7FB;
}

.request_info {
	margin-left: auto;
	margin-right:5px;
	padding-left:5px;
	cursor:help;
	transition:0.3s;
	display: flex;
    justify-content: flex-start;
    align-items: flex-end;
}

.request_info i {
	font-size:12px;
}

.request_info:hover {
	color:#6d96d4;
}

.request_forms-list {
    white-space: nowrap;
    overflow: visible;
	left:0;
	transition:0.3s;
}

.request_forms-list li:first-of-type {
	margin-left:0;
}

.request_forms-list li:last-of-type {
	margin-right:0;
}

.request_forms-list li {
	padding: 30px 0;
    bottom: -1px;
    font-weight: bold;
    color: #3b4256;
	margin:0 15px;
	display:inline-block;
}

.request_forms-list li.active {
    border-bottom: 4px solid #1f3684;
}

.request_forms-list li:hover {
	cursor:pointer;
}

.request_icon-bg {
	display: inline-block;
    margin: 0 5px;
	background: #e5ebff;
    padding: 5px;
    border-radius: 4px;
    color: #3b4256;
}

.request_forms-list-container {
	overflow:hidden;
	padding:0 30px;
    border-bottom: 1px solid #ccc;
}

.prev-arrow:hover,
.next-arrow:hover {
	cursor:pointer;
	color:#1f3684;
}

.prev-arrow,
.next-arrow {
	display:flex;
	justify-content:center;
	align-items: center;
	position:absolute;
	top:0;
	width:20px;
	height:100%;
	background:#FFF;
}

.prev-arrow {
	left:0;
}

.next-arrow {
	right:0;
}

/*** WORKPLACE ***/

.workplace_date {
	min-width:120px;
}

.workplace_number {
	min-width:160px;
}

.nopaddingtd.table .td {
	padding:2px;
}

/*** LOGIN PAGE ***/

.login_page {
	max-width: 360px;
    margin: 0 auto;
    background: #FFF;
    padding: 30px;
    border: 6px solid rgba(0,0,0,0.1);
}

.login_page input:not([type="checkbox"]) {
	width:100%;
	margin:0;
	margin-top:20px;
	padding: 12px 20px;
}

.login_page label {
	line-height:15px;
}

.login_page input[type="checkbox"] {
	margin:15px 15px 0 5px;
	width:15px;
	height:15px;
}

.login_page input[type="checkbox"]::after {
	content:'';
	position:absolute;
	left:0;
	top:0;
	width:16px;
	height:16px;
	border:2px solid #1f3684;
	background:#FFF;
	z-index:2;
}

.login_page input[type="checkbox"]::before {
	content:'';
	width:0;
	height:0;
	position:absolute;
	left: 6px;
    top: 2px;
    width: 6px;
    height: 10px;
	opacity:0;
	transform:rotate(45deg);
	border-right:2px solid #547afd;
	border-bottom:2px solid #547afd;
	z-index:3;
	transition:0.2s;
}

.login_page input[type="checkbox"]:checked::before {
	opacity:1;
}

.login_page input[id="login"], .login_page input[class="margin-no"] {
	margin:0;
}

section > .wrapper > .row > .login_page h2 {
	text-align:center;
	margin-top:0;
	font-weight:600;
}

.login_column {
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.menu_area {
	text-align:cetner;
}

.login_area {
	text-align:center;
	margin:15px;
}

/*** REGISTER ***/

.register_page {
	width:100%;
    margin: 0 auto;
    background: #FFF;
    padding: 30px;
    border: 6px solid rgba(0,0,0,0.1);
}

.register_page input:not([type="checkbox"]):not([type="submit"]):not([type="button"]) {
	width:100%;
	margin:0;
	/*margin-top:20px;*/
	padding: 12px 20px;
}

.register_page label {
	line-height:15px;
}

.register_page input[type="checkbox"] {
	margin:15px 15px 0 5px;
	width:15px;
	height:15px;
}

.register_page input[type="checkbox"]::after {
	content:'';
	position:absolute;
	left:0;
	top:0;
	width:15px;
	height:15px;
	border:2px solid #1f3684;
	background:#FFF;
	z-index:2;
	top:-15px;
	left:-5px;
}

.register_page input[type="checkbox"] {
	width:0px;
	height:0px;
}

.register_page input:disabled::after {
	opacity:0.3;
}

.register_page input[type="checkbox"]::before {
	content:'';
	position:absolute;
	top:-15px;
	left:-2px;
	opacity:0;
	width:10px;
	height:10px;
	transform:rotate(45deg);
	border-right:2px solid #547afd;
	border-bottom:2px solid #547afd;
	z-index:3;
	transition:0.2s;
}

.register_page input[type="checkbox"]:checked::before {
	opacity:1;
}

.register_page input[id="login"], .login_page input[class="margin-no"] {
	margin:0;
}

section > .wrapper > .row > .register_page h2 {
	text-align:center;
	margin-top:0;
	font-weight:600;
}

.inst_register_form {
	max-width: 450px;
    display: block;
    margin: 30px auto 0;
    padding: 15px;
    background: #e1e7ef;
    border-radius: 5PX;
    text-align: center;
}

.register_column {
	width:100%;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.inn_company {
	padding:15px;
}

.inn_company span {
	background: rgba(0,0,0,0.05);
	padding:5px;
}

.register_form-text {
	display:flex;
	margin-bottom: 8px;
}

.register_form-input {
	/*flex:1;*/
}

.register_page .register_form-input > input {
	margin:0;
}

.register_form-row {
	margin:16px 0;
	flex-direction:column;
}

.register_form-row.row-inline {
	flex-direction:row;
	margin:0;
}

.row-inline > div {
	margin:8px;
}

.row-inline > div:first-of-type {
	margin-left:0;
}

.row-inline > div:last-of-type {
	margin-right:0;
}

.input_subject,
.input_district,
.input_street,
.input_inn,
.input_kpp,
.input_director,
.input_director-tel,
.input_performer,
.input_performer-position,
.input_performer-tel,
.input_performer-mail,
.input_secret-quest,
.input_secret-answ,
.input_inn_parent,
.input_opfname,
.input_okatoname,
.input_fio {
	flex:1;
}

.input_house,
.input_body,
.input_office,
.input_index {
	width:150px;
}

.register_page #okvedTbl {
	display:none;
	background: rgba(0,0,0,0.02);
    margin: 15px 0;
    padding: 15px;
    border-radius: 4px;
}

/*** ALL INPUT PAGES ***/


.input_page {
	width:100%;
    margin: 0 auto;
    background: #FFF;
    padding: 30px;
    border: 6px solid rgba(0,0,0,0.1);
}

.input_page input:not([type="checkbox"]):not([type="submit"]):not([type="button"]) {
	width:100%;
	margin:0;
	margin-top:20px;
	padding: 12px 20px;
}

.input_column {
	width:100%;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

/*.register_page .register_form-row:nth-child(odd) {
	background:rgba(0,0,0,0.05);
}*/

#parent_org_info {
	margin-top:8px;
	opacity:0.5;
}

/*** FOOTER ***/

footer {
	margin-top:auto;
	background-color:#3b4256;
	color:#FFF;
}

footer a {
	color:#c1c9cf;
}

footer a:hover {
	color:#FFF;
}

footer .row > div {
	max-width:33%;
	width:33%;
	padding:0 10px;
}

.footer_info {
	margin-left:auto;
}

footer h5 {
	color:#FFF;
	font-weight: 500;
	font-size:16px;
	margin:0;
}

footer input {
	width: 100%;
}

footer input[type="email"] {
	margin-top:5px;
	background:none;
	padding:15px 10px;
	border-radius: 4px;
	border: 1px solid #6a6e7c;
	font-size:14px;
}

footer input[type="email"], footer input[type="email"]::placeholder { 
	color:#c1c9cf;
}

footer input[type="submit"] {
	margin:20px 0;
	color:#FFF;
	font-size:14px;
	border-radius:4px;
	border:0;
	background-color:#0a75ba;
	padding:11px 14px;
} 

footer .unstile-ul {
	margin-top:15px;
}

footer li {
	line-height:20px;
	padding:4px 0;
}

.migrateLogo_footer h5 {
	color:#FFF;
	font-size:20px;
	margin:10px 0 5px;
}

.migrateLogo_footer span {
	display:block;
	font-size:14px;
}

.migrateLogo_footer .btn {
	display: inline-block;
    margin: 0;
    margin-top: 20px;
    padding: 10px 30px;
    font-size: 14px;
    border-color: #6a6e7c;
	transition:0.5s;
}

.migrateLogo_footer .btn:hover {
    border-color: #FFF;
	background:#FFF;
	color:#6a6e7c;
}

.migrateLogo_footerImg {
	width: 42px;
	height:48px;
	background:url("../img/logo.svg") left no-repeat;
	background-size:cover;
}

.footer_container {
	border-bottom:1px solid #6a6e7c;
	padding:50px 0;
}

.allReserved {
	font-size:14px;
	padding: 40px 0;
}

/*** ВРЕМЕННЫЕ РЕШЕНИЯ ***/

.main {
	padding:30px 0 0;
}

#map_informer {
    position: absolute;
    background: url(../img/map_info.png) center -110px;
    padding: 22px 15px 10px;
    color: #848fa0;
    height: 80px;
	display:none;
}

#map_informer::before {
	content: '';
    position: absolute;
    width: 25px;
    height: 80px;
	left:-25px;
	top:0;
    background: url(../img/map_info.png) right -5px;
}

#map_informer::after {
	content: '';
    position: absolute;
    width: 25px;
    height: 80px;
	right:-25px;
	top:0;
    background: url(../img/map_info.png) left -213px;
}

#map_informer.active{
	display:block;
}

#maparea {
	top:0;
}

#ibox {
	position: absolute;
    top: 0;
}

.main-slider_description h3.login-on {
	font-size:16px;
	line-height: normal;
}

#infoDiv a {
	display: block;
    position: absolute;
    top: 5px;
    right: 5px;
	font-size: 20px;
    color: #dd0000;
}

#infoDiv a:hover {
    color: #ff0000;
}

#tt {
	position: absolute;
    background: #FFF;
    padding: 15px;
    border-radius: 4px;
    border: 1px solid #e5e5e5;
}

.helpSpan:hover {
	cursor:help;
}

/*** TABS ***/

.tab_info {
	margin: 1em 0;
    padding: 20px 20px 20px 80px;
    background: #3B4256;
    color: #F4F7FB;
    border-radius: 8px;
}

.tab_info::before {
	content:'\f05a';
	font-family:"Font Awesome 5 Free";
	position:absolute;
	font-weight:900;
	font-size:32px;
	left:24px;
	top:calc(50% - 18px);
    color: #F4F7FB;
	transition:0.1s;
}

.tab_warning {
	margin: 1em 0;
    padding: 20px 20px 20px 80px;
    background: #ff433f; /*#E53935;*/
    color: #F4F7FB;
    border-radius: 8px;
	transition:background 0.3s;
}

.tab_warning a, .tab_info a {
	color:#FFF;
	text-decoration:underline;
}

.tab_warning::before {
	content:'\f071';
	font-family:"Font Awesome 5 Free";
	position:absolute;
	font-weight:900;
	font-size:32px;
	left:24px;
	top:calc(50% - 18px);
    color: #F4F7FB;
	transition:0.1s;
	transition:0.5s;
}

.tab_warning.tab_accept {
	background-color:#71BC90;
}

.tab_warning.tab_accept::before{
	content:'\f058';
}

/*** TABLE ***/
.table {
	display:table;
}

.tr {
	display:table-row;
}

.td {
	display:table-cell;
	vertical-align:middle;
	text-align:center;
	padding: 15px 5px;
}

.c {
    text-align: center;
}

/*** IBOX ***/

#ibox_overlay {
	width:100vw;
	height:100vh;
	background:rgba(255,255,255,0.5);
}

#ibox_footer {
	color: #1f3684;
	font-size:28px;
	display: inline-block;
    border-bottom: 4px solid #1f3684;
	padding-bottom:4px;
}

/*** QUEUE ***/

.table.queue, .table.queue-my {
	border:1px solid #F0F0F0;
	border-collapse: collapse;
	min-width:100%;
	margin-top:24px;
}

.table.queue .td, .table.queue-my .td {
	border:1px solid #F0F0F0;
	vertical-align:middle;
	text-align:center;
}

.table.queue .td form {
	margin:0;
}

.table.queue .tr:not(:first-of-type) .td:first-of-type {
	position:sticky;
	left:0;
	z-index:3;
	background:#FFF;
	border:1px solid #F0F0F0;
}

/*** POPUP ***/

#popup {
    background-color: RGBA(255,255,255,1.0);
    border: 1px solid black;
    border-radius: 10px;
    z-index: 100000;
    padding: 64px;
}

.modal-bg {
    position: fixed;
	width: 100vw;
    height: 100vh;
    left: 0;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
	z-index:9999;
}

/*.other, .map-container, .answers {
	display:none;
}*/

.alogin-on {
	background: #ffffff14;
    padding: 25px;
    border-radius: 4px;
    top: -20px;
	margin-left:auto;
}

.corrkvota_ul {
	margin-bottom:15px;
}

.invalid_input + .invalid_pen {
	border-top-color:#e53935;
	border-right-color:#e53935;
	border-bottom-color:#e53935;
}

input:focus ~ .invalid_pen {
	border-top-color:#62b0ff;
	border-right-color:#62b0ff;
	border-bottom-color:#62b0ff;
}

.form_row {
	margin:30px 0;
}

.form_row:not(#request_form-0) {
	display:none;
}

/*** FEEDBACK MODAL ***/

.modal-overlay {
	display:none;
	position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.3);
    justify-content: center;
    align-items: center;
	z-index:999999; 
	transition:0.5s;
	max-height:100vh;
	overflow:auto;
	padding:30px;
}

.modal {
	display:none;
	width:100%;
	max-width:700px;
	margin:50px;
	background:#FFF;
	border-radius:0.3rem;
	overflow:auto;
}

.modal-title {
	padding: 15px;
    border-bottom: 1px solid #eee;
    font-size: 20px;
    font-weight: bold;
	color:#3b4256;
}

a.close-modal:not(.btn) {
	position: absolute;
    top: 0;
    right: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
	height:100%;
}

.modal-content {
	padding:15px 30px 15px 15px;
}

.modal label {
	width:25%;
	display:block;
	text-align:right;
	margin:5px 15px;
	padding-top:5px;
	color:#838fa1;
}

.modal-input, .modal-textarea {
	width:75%;
	margin:5px 15px;
}

.modal-input input, .modal-textarea textarea {
	width:100%;
}

/*** ПРОЧЕЕ ***/

#region_txt {
	margin-top:24px;
}

.backToClassificators {
	display: inline-block;
    padding: 15px;
    margin: 45px 15px 15px;
    background: #ddd;
    border-radius: 4px;
}

#topButton {
	position:fixed;
	bottom:15px;
	right:15px;
	display:none;
	text-align:center;
	padding:15px;
	background:#1f3684;
	color:#FFF;
	border-radius:4px;
	width:50px;
	height:50px;
	z-index:10;
	transition:0.5s;
}

#topButton:hover{
	cursor:pointer;
}

#backToNewsReg1 {
	display:none;
	position:absolute;
	top:15px;
	right:15px;
	z-index:9;
}

#backToNewsReg1 > i {
	font-size: 20px;
    color: #dd0000;
}

#backToNewsReg1:hover > i {
	color:#ff0000;
}

.search select, .maparea_select select, .queue select {
	opacity:0;
}

#regionSelectDiv input[type="checkbox"] {
	margin:5px;
	width:15px;
	height:15px;
}

#regionSelectDiv input[type="checkbox"]::after {
	content:'';
	position:absolute;
	left:0;
	top:0;
	width:16px;
	height:16px;
	border:2px solid #1f3684;
	background:#FFF;
	z-index:2;
}

#regionSelectDiv input[type="checkbox"]::before {
	content:'';
	width:0;
	height:0;
	position:absolute;
	left: 6px;
    top: 2px;
    width: 6px;
    height: 10px;
	opacity:0;
	transform:rotate(45deg);
	border-right:2px solid #547afd;
	border-bottom:2px solid #547afd;
	z-index:3;
	transition:0.2s;
}

#regionSelectDiv input[type="checkbox"]:checked::before {
	opacity:1;
}
.alert{
	padding-top: 20px;  text-align: center}
.alert.alert-success {background-color: #5cb85c; color:#3c763d;}
.alert.alert-info {background-color:    #5bc0de;}
.alert.alert-warning {background-color: #f0ad4e;}
.alert.alert-danger {background-color:  #d9534f; color:white;/*color:#a94442;*/
}

.invisible {
    visibility: hidden !important;
}
