@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i&subset=cyrillic,cyrillic-ext,latin-ext');

@font-face {
	font-family: 'Conv_PFDINTEXTCONDPRO-MEDIUM';
	src: url('fonts/PFDINTEXTCONDPRO-MEDIUM.eot');
	src: local('O'), url('fonts/PFDINTEXTCONDPRO-MEDIUM.woff') format('woff'), url('fonts/PFDINTEXTCONDPRO-MEDIUM.ttf') format('truetype'), url('fonts/PFDINTEXTCONDPRO-MEDIUM.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

html {
	height: 100%;
}

body {
	height: 100%;
	color: #405965;
	font-family: 'Open Sans', sans-serif;
	font-size: 100%;
	line-height: 1.4;
	background: #FFFFFF;
	overflow-x: hidden;
	margin-top: 0 !important;
}

.fixed {
	overflow: hidden;
}

.main-form {
	height: 100%;
}

.wrap-all {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	height: 100%;
}

.wrap-content {
	-webkit-box-flex: 1;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
}

.wrap-footer {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
}

a {
	color: #0066B3;
	transition: all 0.3s;
	text-decoration: none;
	cursor: pointer;
}

	a:hover {
		color: #f15a22;
		text-decoration: underline;
	}
/*a:visited {
  color: #4b4e4f;
}*/
p {
	margin-bottom: 20px;
}

.table {
	width: 100%;
	margin-bottom: 20px;
}

	.table thead th {
		vertical-align: bottom;
		border-bottom: 2px solid #CADDF2;
		padding: 10px;
		text-align: left;
	}

	.table th,
	.table td {
		vertical-align: top;
		border-top: 1px solid #CADDF2;
	}

	.table td {
		padding: 8px 10px;
	}

.table__mobile {
	display: none;
	font-size: 0.8em;
	color: #7E8586;
}

.bold {
	font-weight: 700;
}

.link-arrow {
	position: relative;
	display: inline-block;
	padding-right: 10px;
	color: #405965;
	text-transform: uppercase;
	font-size: 0.8em;
	margin-right: 10px;
}

	.link-arrow .icon {
		position: absolute;
		top: 4px;
		right: 0;
		margin-bottom: 0;
		width: 5px;
		height: 8px;
	}

h1 {
	font-family: 'Conv_PFDINTEXTCONDPRO-MEDIUM';
	font-size: 3.5em;
	line-height: 1;
	margin-bottom: 20px;
	color: #405965;
	font-weight: 400;
}

h2 {
	font-family: 'Conv_PFDINTEXTCONDPRO-MEDIUM';
	font-size: 2em;
	line-height: 1;
	margin-bottom: 20px;
	color: #405965;
	font-weight: 400;
}

.h2_large {
	font-size: 2.5em;
}

h3 {
	font-family: 'Conv_PFDINTEXTCONDPRO-MEDIUM';
	font-size: 1.8em;
	line-height: 1.2;
	margin-bottom: 20px;
	color: #405965;
	font-weight: 400;
}

h4 {
	font-family: 'Conv_PFDINTEXTCONDPRO-MEDIUM';
	font-size: 2em;
	line-height: 1;
	margin-bottom: 20px;
	color: #405965;
	font-weight: 400;
}

h5 {
	font-family: 'Conv_PFDINTEXTCONDPRO-MEDIUM';
	font-size: 1.4em;
	line-height: 1;
	margin-bottom: 20px;
	color: #405965;
	font-weight: 100;
}

h6 {
	font-family: 'Conv_PFDINTEXTCONDPRO-MEDIUM';
	font-size: 1.4em;
	line-height: 1;
	margin-bottom: 18px;
	color: #405965;
	font-weight: 400;
}

.wrapper {
	width: 100%;
}

.wrapper_blue {
	background: #1b559e;
}

.wrapper_blue-light {
	background: #f4f7fc;
}

.wrapper_blue-dark {
	background: #4a9bd0;
	background: -moz-linear-gradient(left, #4a9bd0 0%, #3f79bd 100%);
	background: -webkit-linear-gradient(left, #4a9bd0 0%,#3f79bd 100%);
	background: linear-gradient(to right, #4a9bd0 0%,#3f79bd 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4a9bd0', endColorstr='#3f79bd',GradientType=0 );
}

.wrapper_grey {
	background: #E9EBF0;
}

.wrapper_grad-grey {
	background: #E2EDF9;
	background: -moz-linear-gradient(top, #E2EDF9 0%, #E2EDF9 20%, #F4F8FC 60%, rgba(244,247,252,1) 100%);
	background: -webkit-linear-gradient(top, #E2EDF9 0%,#E2EDF9 20%,#F4F8FC 60%,rgba(244,247,252,1) 100%);
	background: linear-gradient(to bottom, #E2EDF9 0%,#E2EDF9 20%,#F4F8FC 60%,rgba(244,247,252,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2edf9', endColorstr='#f4f7fc',GradientType=0 );
}

.wrapper_dark {
	background: #3B4256;
	border-bottom: 1px solid #FFFFFF;
}

.wrapper_usual-blue {
	background: #0066B3;
}

.wrapper_usual-orange {
	background: #F15A22;
}

.page-title {
	padding-top: 45px;
}

.page-title_picture {
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover;
	min-height: 320px;
	margin-bottom: -50px;
	padding-bottom: 70px;
}

.page-title_grad {
	position: relative;
}

	.page-title_grad::before {
		position: absolute;
		top: 0;
		height: 50px;
		left: 0;
		right: 0;
		content: '';
		background: #e2eaf6;
		background: -moz-linear-gradient(top, #e2eaf6 0%, #f4f7fc 100%);
		background: -webkit-linear-gradient(top, #e2eaf6 0%,#f4f7fc 100%);
		background: linear-gradient(to bottom, #e2eaf6 0%,#f4f7fc 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2eaf6', endColorstr='#f4f7fc',GradientType=0 );
		z-index: 1;
	}

ul:not([class]) {
	margin-left: 16px;
}

.page-title_grad .content {
	position: relative;
	z-index: 2;
}

.content {
	width: 100%;
	max-width: 1310px;
	padding: 0 15px;
	margin: auto;
}

.content_footer {
	background: url(https://data.nalog.ru/css/ul2018/img/footer-bg.png) no-repeat bottom right;
	background-size: 100%;
}

.row {
	margin: 0 -15px;
}

	.row:after {
		content: "";
		display: table;
		clear: both;
	}

.col {
	float: left;
	padding: 0 15px;
}

.col_right {
	float: right;
}

.col_3 {
	width: 33.3333%;
}

.col_2 {
	width: 50%;
}

.col_4 {
	width: 25%;
}

.col_75 {
	width: 75%;
}

.col_50 {
	width: 50%;
}

.col_25 {
	width: 25%;
}

.col_27 {
	width: 27%;
}

.col_73 {
	width: 73%;
}

.col_10 {
	width: 10%;
}

.col_100 {
	width: 100%;
}

.col_5 {
	width: 5%;
}

.col_66 {
	width: 66.6667%;
}

.icon svg {
	display: block;
	max-width: 100%;
	height: auto;
	max-height: 100%;
	overflow: hidden;
	margin: auto;
}

	.icon svg * {
		transition: all 0.3s;
	}

.svg_white {
	color: #ffffff;
	fill: #f15a22;
	stroke: #f15a22;
}

.svg_blue {
	color: #0066B3;
	fill: #f15a22;
	stroke: #f15a22;
}

a:hover .svg_blue {
	color: #F15A22;
	fill: #0066B3;
	stroke: #0066B3;
}

.svg_grey {
	color: #405965;
}

a:hover .svg_grey {
	color: #F15A22;
}

.svg_red {
	color: #F15A22;
	/*  fill: #f15a22;
  stroke: #f15a22;*/
}

.svg_light-grey {
	color: #CADDF2;
}

.svg_walk {
	color: #0066b3;
}

.svg_mfc {
	color: #fabc42;
}

.svg_gosuslugi {
	color: #00aeef;
}

.svg_online-service {
	color: #f15a22;
}

.svg_account {
	color: #00427a;
}

.text-icon,
.icon {
	display: inline-block;
	vertical-align: middle;
}

a:hover .text-icon {
	text-decoration: underline;
}

.mobile-show {
	display: none;
}

.tablet-show {
	display: none;
}

.hidden {
	display: none;
}

/* top */
.top {
	padding: 5px 0;
	color: #ffffff;
	height: 50px;
}

.top__row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	overflow: hidden;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 0 -15px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.top__link {
	color: #ffffff;
	opacity: 0.8;
}

	.top__link .icon_circle {
		margin-top: 3px;
	}

	.top__link:hover {
		opacity: 1;
		color: #ffffff;
		text-decoration: none;
	}

	.top__link .icon {
		margin-right: 8px;
	}

.geo {
	position: relative;
	z-index: 21474736549 !important;
}

.geo__icon {
	display: block;
	position: absolute;
	top: 50%;
	margin-top: -14px;
	left: 10px;
	z-index: 5;
}

.geo__select {
	/*  display: inline-block;
  width: 200px;
  min-width: 200px;*/
	display: block;
	width: 100%;
}

.geo__icon .icon {
	height: 28px;
}

.top__link_glasses .icon {
	height: 12px;
}

.top__link_phone .icon {
	height: 17px;
}

.top .soc__link {
	opacity: 0.8;
}

	.top .soc__link:hover {
		opacity: 1;
	}

		.top .soc__link:hover .svg_white {
			color: #ffffff;
			fill: #f15a22;
			stroke: #f15a22;
		}
/*.top .soc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}*/
.top__link_phone,
.top__link_glasses,
.lang,
.top .soc {
	z-index: 21474736549 !important;
	position: relative;
}

.top__holder {
	width: 123px;
}

.col_full {
	-webkit-box-flex: 1;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
}

/* header */
header {
	position: relative;
}

.header_pages {
	padding-bottom: 20px;
	transition: all 0.5s;
}

.wrapper__header {
	height: auto;
	transition: all 0.5s;
}

.wrapper__header_sticky {
	height: 66px;
}

	.wrapper__header_sticky .header_pages {
		padding-bottom: 0;
	}

.header-fixed {
	background: #FFFFFF;
	transition: all 0.5s;
}

.wrapper__header_sticky .header-fixed {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.20);
	z-index: 2900;
}

.logo {
	display: block;
	width: 100%;
	color: #3c4357;
}

	.logo:hover {
		color: #3c4357;
	}

.header-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	position: relative;
}

.header-wrapper {
	display: block\9;
	overflow: hidden\9;
}

.header__logo {
	max-width: 200px;
	height: 55px;
	line-height: 55px;
}

	.header__logo img {
		max-width: 100%;
		max-height: 100%;
		vertical-align: middle;
	}

.header__left {
	width: 17%;
	float: left;
	padding: 5px 0;
}

.header__right {
	float: right;
}

.soc__link {
	display: inline-block;
	vertical-align: middle;
	width: 30px;
	height: 30px;
	padding-top: 9px;
}

.lang__item {
	display: block;
	padding: 4px 6px 1px;
	float: left;
	background: #e6e7e8;
	color: #405965;
	font-size: 0.75em;
	font-weight: 700;
	height: 22px;
}

.lang__item_active {
	background: #0066B3;
	color: #FFFFFF;
}

a.lang__item:hover {
	color: #4b4e4f;
}

.header-menu {
	list-style: none;
	text-align: right;
}

.header-menu__item {
	display: inline-block;
	vertical-align: middle;
	padding: 17px 0 16px;
}

.header-menu__link {
	color: #405965;
	padding: 5px 20px;
	display: block;
	position: relative;
}

	.header-menu__link::after {
		content: '';
		position: absolute;
		bottom: -17px;
		height: 4px;
		z-index: 32;
		left: 0;
		right: 0;
		background: #F15A22;
		opacity: 0;
		transition: all 0.3s;
	}

	.header-menu__link:hover,
	.header-menu__link_active {
		background: #F15A22;
		border-radius: 2px;
		color: #FFFFFF;
		text-decoration: none;
	}

.header-menu-drop {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin-top: 65px;
	z-index: 30;
	text-align: left;
	display: none;
}

.header-menu-drop__wrapper {
	background: #4a9bd0;
	background: -moz-linear-gradient(left, #4a9bd0 0%, #3f79bd 100%);
	background: -webkit-linear-gradient(left, #4a9bd0 0%,#3f79bd 100%);
	background: linear-gradient(to right, #4a9bd0 0%,#3f79bd 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4a9bd0', endColorstr='#3f79bd',GradientType=0 );
	padding: 20px 30px;
	box-shadow: -1px 15px 15px -5px rgba(0, 0, 0, 0.2);
}

.header-menu-drop__title {
	font-family: 'Conv_PFDINTEXTCONDPRO-MEDIUM';
	font-size: 1.8em;
	margin-bottom: 20px;
	color: #FFFFFF;
}

.header-menu-drop__icon {
	width: 30%;
}

	.header-menu-drop__icon .icon {
		width: 100%;
	}

	.header-menu-drop__icon .path_letter-check-1 {
		fill: #ffffff;
	}

.header-menu__item_active .header-menu__link {
	background: #F15A22;
	border-radius: 2px;
	color: #FFFFFF;
}

	.header-menu__item_active .header-menu__link::after {
		opacity: 1;
	}

.header-menu-drop .menu__link {
	font-size: 1em;
}

.search {
	height: 50px;
	border-radius: 2px;
	box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.07);
	position: relative;
	z-index: 6;
	position: relative;
	transition: all 0.3s;
	overflow: hidden;
	margin-bottom: -25px;
}

.search_active {
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.20);
	border-radius: 0 8px 8px 0;
}

.search__text {
	float: left;
	height: 50px;
	width: 212px;
	background: #1b559e;
	color: #FFFFFF;
}

	.search__text .select2-container--default .select2-selection--single {
		background-color: #1b559e;
		border-color: #1b559e;
		height: 50px;
	}

		.search__text .select2-container--default .select2-selection--single .select2-selection__rendered {
			color: #ffffff;
			line-height: 50px;
			padding-left: 10px;
			padding-right: 30px;
		}

		.search__text .select2-container--default .select2-selection--single .select2-selection__arrow::after {
			background: url(https://data.nalog.ru/css/ul2018/img/select-white.svg) no-repeat 0 0;
			background-size: 100%;
		}

		.search__text .select2-container--default .select2-selection--single .select2-selection__arrow {
			top: 13px;
		}

.search-select__drop.select2-dropdown {
	background-color: #1b559e;
	border: 1px solid #1b559e;
	border-radius: 2px;
	color: #FFFFFF;
}

.select2-container--default .search-select__drop .select2-results__option[aria-selected="true"] {
	background-color: #0066B3;
}

.select2-dropdown .select2-results__option {
	padding: 10px;
}

.search__block {
	margin-left: 212px;
	position: relative;
	height: 100%;
}

.search__input[type="text"] {
	display: block;
	width: 100%;
	height: 100%;
	color: #405965;
	font-family: 'Open Sans', sans-serif;
	font-size: 1em;
	background: #FFFFFF;
	padding: 0 170px 0 15px;
	border: none;
	border-top-right-radius: 2px;
	border-bottom-right-radius: 2px;
	margin: 0;
}

.search__input[type=text]:focus {
	border-top-right-radius: 12px;
	border-bottom-right-radius: 12px;
}

.search__submit {
	position: absolute;
	top: 5px;
	right: 5px;
	bottom: 5px;
	width: 150px;
	background: #F15A22;
	border-radius: 2px;
	color: #FFFFFF;
	padding: 0 15px;
	text-align: center;
	border: none;
	cursor: pointer;
	transition: all 0.3s;
}

	.search__submit:hover {
		border-radius: 8px;
		background: #f17b2b;
	}

.main-menu {
	padding-top: 30px;
}

	.main-menu .row {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		margin: 0;
		align-items: stretch;
	}

.main-menu__item {
	width: 33.3333%;
	/*float: left;
	height: 140px;*/
	position: relative;
	z-index: 7;
}

.main-menu__wrapper {
	border-radius: 2px;
	height: 100%;
}

.main-menu__top {
	min-height: 140px;
	padding: 20px 15px 5px;
	transition: all 0.3s;
	height: 100%;
}

.main-menu__top_individual {
	background: url(https://data.nalog.ru/css/ul2018/img/menu_1.png) no-repeat 15px bottom;
	background-size: 35%;
	padding-left: 40%;
}

.main-menu__top_ip {
	background: url(https://data.nalog.ru/css/ul2018/img/menu_2.png) no-repeat 5px bottom;
	background-size: 39%;
	padding-left: 42%;
}

.main-menu__top_legal {
	background: url(https://data.nalog.ru/css/ul2018/img/menu_3.png) no-repeat 8px bottom;
	background-size: 38%;
	padding-left: 39%;
}

.main-menu__link {
	font-family: 'Conv_PFDINTEXTCONDPRO-MEDIUM';
	font-size: 1.8em;
	display: block;
	line-height: 0.8;
	margin-bottom: 15px;
	color: #405965;
}

.main-menu__name {
	display: block;
}

.main-menu__enter {
	display: flex;
	align-items: center;
	position: relative;
	padding-left: 25px;
	padding-bottom: 10px;
	color: #405965;
	white-space: nowrap;
}

.main-menu__icon {
	position: absolute;
	top: 0;
	left: 0;
	transition: all 0.3s;
}

	.main-menu__icon .icon {
		height: 24px;
	}

.main-menu__icon_back {
	opacity: 0;
}

.main-menu__item_active {
	z-index: 9;
}

	.main-menu__item_active .main-menu__wrapper {
		background: #4280C1;
		background: -moz-linear-gradient(-45deg, rgba(66,128,193,1) 0%, rgba(70,141,200,1) 50%, rgba(97,191,209,1) 100%);
		background: -webkit-linear-gradient(-45deg, rgba(66,128,193,1) 0%,rgba(70,141,200,1) 50%,rgba(97,191,209,1) 100%);
		background: linear-gradient(135deg, rgba(66,128,193,1) 0%,rgba(70,141,200,1) 50%,rgba(97,191,209,1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4280c1', endColorstr='#61bfd1',GradientType=0 );
	}

	.main-menu__item_active .main-menu__link,
	.main-menu__item_active .main-menu__enter,
	.main-menu__item_active .main-menu__icon .svg_blue,
	.main-menu__item_active .main-menu__app {
		color: #FFFFFF;
	}

.main-menu__enter:hover .main-menu__icon_back {
	opacity: 1;
}

.main-menu__enter:hover .main-menu__icon_front {
	opacity: 0;
}

.main-menu__app {
	position: relative;
	padding-left: 25px;
	color: #405965;
	font-size: 0.8em;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	min-height: 16px;
	line-height: 0.9;
}

	.main-menu__app .main-menu__icon .icon {
		height: 16px;
		width: 17px;
	}

.main-menu__item_active .main-menu__link:hover,
.main-menu__item_active .main-menu__enter:hover .text-icon {
	text-decoration: underline;
}

.main-menu__item_active .main-menu__link:hover {
	text-decoration: underline;
}

.main-menu-drop {
	display: none;
	z-index: 10;
	border-radius: 2px;
	border-top: 1px solid #CCCCCC;
	position: absolute;
	left: 0;
	top: 100%;
	width: 100%;
	background: #4280C1;
	background: -moz-linear-gradient(-45deg, rgba(66,128,193,1) 0%, rgba(70,141,200,1) 50%, rgba(97,191,209,1) 100%);
	background: -webkit-linear-gradient(-45deg, rgba(66,128,193,1) 0%,rgba(70,141,200,1) 50%,rgba(97,191,209,1) 100%);
	background: linear-gradient(135deg, rgba(66,128,193,1) 0%,rgba(70,141,200,1) 50%,rgba(97,191,209,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4280c1', endColorstr='#61bfd1',GradientType=0 );
	box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.3);
}

.main-menu__item_active .main-menu__wrapper {
	background-color: #ffffff;
	box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.3);
}

.main-menu-drop__item {
	padding: 10px 15px 10px 30px;
	cursor: pointer;
	transition: all 0.3s;
	display: none;
}

.main-menu__item_active .main-menu-drop__item {
	display: block;
}

.main-menu-drop__item:hover {
	padding-left: 34px;
	padding-right: 11px;
}

.main-menu-drop__item:first-child {
	padding-top: 20px;
}

.main-menu-drop__item:last-child {
	padding-bottom: 20px;
}

.main-menu-drop__link {
	display: inline-block;
	position: relative;
	padding-left: 36px;
	color: #FFFFFF;
}

	.main-menu-drop__link .icon {
		position: absolute;
		top: 50%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		left: 0;
		width: 30px;
		height: 30px;
	}

	.main-menu-drop__link:hover {
		color: #FFFFFF;
	}

.main-menu-small__item {
	float: left;
	opacity: 0.4;
	cursor: pointer;
	position: relative;
	padding: 0 5px;
}

.main-menu-small__wrapper {
	height: 64px;
	padding: 18px 15px 10px 80px;
	background-size: 73px;
	background-position: 5px 100%;
	background-repeat: no-repeat;
	transition: all 0.3s;
	color: #405965;
	position: relative;
	z-index: 5;
}

.main-menu-small__wrapper_individual {
	background-image: url(https://data.nalog.ru/css/ul2018/img/menu_1.png);
}

.main-menu-small__wrapper_ip {
	background-image: url(https://data.nalog.ru/css/ul2018/img/menu_2.png);
}

.main-menu-small__wrapper_legal {
	background-image: url(https://data.nalog.ru/css/ul2018/img/menu_3.png);
	background-size: 76px;
}

.main-menu-small__name {
	display: block;
	line-height: 1;
	white-space: nowrap;
}

.main-menu-small .row {
	margin: 0 -5px;
}

.main-menu-small__item:hover .main-menu-small__name {
	color: #f15a22;
	text-decoration: underline;
}

.main-menu-small__item_active {
	opacity: 1;
}

	.main-menu-small__item_active .main-menu-small__wrapper {
		background-color: #FFFFFF;
	}

	.main-menu-small__item_active::before {
		opacity: 1;
	}

.center {
	padding: 0 0 10px;
}

.questions {
	padding: 57px 0 20px;
}

.questions__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0 -10px;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.questions__item {
	width: 33.3333%;
	padding: 0 10px;
	list-style: none;
	margin-bottom: 20px;
	/*float: left;*/
}

	.questions__item:last-child {
		/*margin-bottom: 0;*/
	}

.questions__wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	/*height: 60px;*/
	min-height: 60px;
	height: 100%;
	padding: 10px 15px;
	background: #FFFFFF;
	border-radius: 2px;
	transition: all 0.3s;
	cursor: pointer;
	box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.07);
	color: #405965;
}

.questions__wrapper {
	display: block\9;
}

	.questions__wrapper:hover {
		border-radius: 8px;
		padding-left: 19px;
		padding-right: 11px;
		box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.20);
	}

.questions__link {
	line-height: 1.2;
	padding-left: 43px;
	display: block;
	position: relative;
}

	.questions__link .icon {
		position: absolute;
		top: 50%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		left: 0;
		width: 37px;
		text-align: center;
	}

.center__top {
	margin-bottom: 10px;
	font-size: 1.8em;
}

.center__title {
	font-family: 'Conv_PFDINTEXTCONDPRO-MEDIUM';
	position: relative;
	display: inline-block;
	color: #405965;
	margin-right: 15px;
}

	.center__title .icon {
		width: 9px;
		height: 14.5px;
		position: absolute;
		bottom: 10px;
		right: -15px;
		transition: all 0.3s;
	}

.center__hover {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	opacity: 0;
	white-space: nowrap;
	transition: all 0.3s;
}

.center__visible {
	transition: all 0.3s;
}

.center__title:hover {
	text-decoration: underline;
}

	.center__title:hover .center__visible {
		opacity: 0;
	}

	.center__title:hover .center__hover {
		opacity: 1;
		text-decoration: underline;
	}

	.center__title:hover .icon {
		opacity: 0;
	}

.slider-news {
	border-radius: 2px;
	overflow: hidden;
	margin-bottom: 20px;
}

.slider__link {
	display: block;
	position: relative;
	color: #FFFFFF;
	height: 0;
	padding-top: 56.3%;
	overflow: hidden;
}

.slider__image {
	display: block;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
}

.slider__link img {
	display: block;
	width: 100%;
}

.slider__caption {
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 15px 20px;
	background: rgba(59,66,86,0.8);
}

.slider__text {
	display: block;
	font-size: 1.1em;
	opacity: 0.8;
	transition: all 0.3s;
}

.slider__time {
	display: none;
	font-size: 0.7em;
	opacity: 1;
	color: transparent;
	transition: opacity 0.3s, color 0.3s 1s;
}

.slider__link:hover {
	color: #FFFFFF;
}

	.slider__link:hover .slider__text {
		opacity: 1;
	}

.slider__text:hover {
	text-decoration: underline dotted;
}

.invisible {
	opacity: 0;
}

.slider-news .slick-current .slider__time {
	color: #FFFFFF;
}

.slider .slick-arrow {
	cursor: pointer;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 6;
	border: none;
	font-size: 0;
	background: transparent;
	width: 23px;
	height: 38px;
	transition: all 0.3s;
	color: #0066B3;
}

.slider .slick-next::before {
	right: 10px;
}

.slider .slick-disabled {
	opacity: 0.5;
	cursor: default;
}

.slider .slick-arrow:hover {
	opacity: 0.5;
}

.slider .slick-prev {
	left: 10px;
}

.slider .slick-next {
	right: 10px;
}

.slider .slick-dots {
	position: absolute;
	top: 20px;
	right: 20px;
}

	.slider .slick-dots li {
		display: inline-block;
		margin: 0 3px;
		list-style: none;
	}

	.slider .slick-dots button {
		width: 10px;
		height: 10px;
		border-radius: 50%;
		display: block;
		cursor: pointer;
		border: none;
		background: #FFFFFF;
		color: transparent;
		border: none;
		font-size: 0;
	}

	.slider .slick-dots .slick-active button {
		background: #f15922;
	}

.center__news,
.center__services {
	width: 50%;
}

.news__list {
	list-style: none;
}

.news__item {
	margin-bottom: 10px;
}

.news__time {
	color: #000000;
	font-size: 0.7em;
	display: block;
	margin-bottom: 3px;
}
/* slider-link */
.slider-link {
	padding: 10px 0;
	margin: 0 -10px;
	position: relative;
}

	.slider-link::before {
		position: absolute;
		bottom: 0;
		top: 0;
		left: -2px;
		width: 50px;
		content: '';
		z-index: 5;
		background: -moz-linear-gradient(left, rgba(27,85,158,1) 0%, rgba(0,0,0,0) 100%);
		background: -webkit-linear-gradient(left, rgba(27,85,158,1) 0%,rgba(0,0,0,0) 100%);
		background: linear-gradient(to right, rgba(27,85,158,1) 0%,rgba(0,0,0,0) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1b559e', endColorstr='#000000',GradientType=1 );
	}

	.slider-link::after {
		position: absolute;
		bottom: 0;
		top: 0;
		right: -2px;
		width: 50px;
		content: '';
		z-index: 5;
		background: -moz-linear-gradient(left, rgba(0,0,0,0) 0%, rgba(27,85,158,1) 100%);
		background: -webkit-linear-gradient(left, rgba(0,0,0,0) 0%,rgba(27,85,158,1) 100%);
		background: linear-gradient(to right, rgba(0,0,0,0) 0%,rgba(27,85,158,1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#1b559e',GradientType=1 );
	}

.slider-link__item {
	padding: 10px;
}

.slider-link__link {
	width: 225px;
	height: 70px;
	border: 1px solid #FFFFFF;
	border-radius: 2px;
	display: block;
	overflow: hidden;
	position: relative;
	color: #FFFFFF;
}

	.slider-link__link .picture-replace {
		position: absolute;
		text-align: center;
		top: 50%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		left: 5px;
		right: 5px;
	}

.slider-link .slick-arrow {
	color: #FFFFFF;
}

.slider-link .slick-prev {
	left: -50px;
}

.slider-link .slick-next {
	right: -50px;
}

.slider-link__link:hover {
	border-width: 3px;
	border-radius: 8px;
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}

.names {
	padding: 17px 0 20px;
}

.names__item {
	cursor: pointer;
	padding-top: 7px;
	display: inline-block;
	color: #405965;
}

.names__item_arrow {
	opacity: 0.7;
	transition: all 0.3s;
	font-size: 1.3em;
	padding-top: 0;
}

	.names__item_arrow .icon {
		margin-right: 10px;
		transition: all 0.3s;
		width: 30px;
		height: 19px;
	}

	.names__item_arrow .icon_animated {
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg);
	}

	.names__item_arrow:hover {
		opacity: 1;
	}

.names__item_active {
	opacity: 0.7;
}

.block-menu {
	padding: 20px 0 0;
}

.menu {
	margin-bottom: 20px;
}

.hidden-block__title {
	color: #ffffff;
	font-size: 1.8em;
	margin-bottom: 24px;
	padding-top: 20px;
	font-family: 'Conv_PFDINTEXTCONDPRO-MEDIUM';
}

	.hidden-block__title a {
		color: #ffffff;
	}

.menu__list {
	list-style: none;
}

.menu__item {
	border-bottom: 1px dotted rgba(255, 255, 255, 0.3);
	cursor: pointer;
	transition: all 0.3s;
	padding-right: 4px;
}

	.menu__item:first-child {
		border-top: 1px dotted rgba(255, 255, 255, 0.3);
	}

	.menu__item:hover {
		padding-left: 4px;
		padding-right: 0;
	}

.menu__link {
	color: #FFFFFF;
	padding: 10px 0 10px 30px;
	position: relative;
	display: block;
	font-size: 1.125em;
}

	.menu__link::before {
		width: 7px;
		height: 7px;
		background: #FFFFFF;
		position: absolute;
		top: 17px;
		left: 0;
		content: '';
	}

	.menu__link:hover {
		color: #FFFFFF;
	}

.links {
	margin: 0 -15px;
	text-align: center;
}

.links__item {
	display: inline-block;
	margin: 0 0 20px;
	padding: 0 15px;
	width: 214px;
	vertical-align: top;
	color: #FFFFFF;
}

	.links__item:hover {
		color: #FFFFFF;
	}

.links__image {
	display: block;
	width: 160px;
	height: 80px;
	border: 1px solid #FFFFFF;
	border-radius: 2px;
	margin: 0 auto 15px;
	box-shadow: 0 30px 25px -15px rgba(0, 0, 0, 0.5);
	overflow: hidden;
	transition: all 0.3s;
}

	.links__image img {
		display: block;
	}

.links__text {
	opacity: 0.8;
	transition: all 0.3s;
}

.links__item:hover .links__image {
	border-width: 3px;
	border-radius: 8px;
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}

.links__item:hover .links__text {
	opacity: 1;
}

.videos {
	margin: 0 -15px;
	padding-bottom: 20px;
	text-align: center;
}

.videos__item {
	padding: 0 15px;
	width: 33%;
	display: inline-block;
	margin: 0 0 20px;
	vertical-align: top;
}

.videos__wrapper {
	/*	border: 1px solid #FFFFFF;*/
	border-radius: 2px;
	margin-bottom: 15px;
	box-shadow: 0 30px 25px -15px rgba(0, 0, 0, 0.5);
	overflow: hidden;
}
/*.video__name {
	color: #FFFFFF;
}*/
.video {
	position: relative;
	padding-top: 56.25%;
	border: 1px solid #000000;
	display: block;
}

	.video > video {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		width: 100%;
		height: 100%;
	}

	.video iframe {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		width: 100%;
		height: 100%;
	}

	.video .mejs__container {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		width: 100% !important;
		height: 100% !important;
	}

.wrapper_blue-dark .video__name {
	color: #FFFFFF;
}

.wrapper_blue-dark .video {
	border: 1px solid #ffffff;
}

.hidden-block {
	display: none;
}

footer {
	padding: 20px 0;
}

.footer__left {
	width: 65%;
}

.footer__right {
	width: 11%;
	font-size: 0.7em;
	text-align: center;
}

.footer__center {
	width: 24%;
}

.footer-menu {
	list-style: none;
}

.footer-menu__item {
	position: relative;
	min-height: 25px;
	padding: 0 0 0 26px;
}

.footer-menu__link {
	color: #405965;
	font-size: 0.94em;
}

	.footer-menu__link .icon {
		position: absolute;
		top: 5px;
		left: 0;
		width: 20px;
		text-align: center;
		height: 15px;
	}

.footer__logo {
	margin-bottom: 20px;
}

	.footer__logo img {
		width: 60px;
	}
/*.footer__soc .icon {
  color: #405965;
}
.footer__soc .icon:hover {
  color: #F15A22;
}*/
.footer__link {
	display: block;
	margin-bottom: 30px;
}

	.footer__link:last-child {
		margin-bottom: 0;
	}

.copy {
	margin-bottom: 20px;
}

.footer__soc {
	margin-bottom: 20px;
}

.menu-btn {
	width: 30px;
	height: 30px;
	cursor: pointer;
	position: relative;
	z-index: 11;
	display: none;
	position: absolute;
	top: 50%;
	right: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.menu-btn__line {
	width: 100%;
	height: 5px;
	background: #405965;
	position: absolute;
	bottom: 13px;
	left: 0;
	right: 0;
	margin: auto;
	transition-duration: 0.1s;
	transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

	.menu-btn__line::before {
		content: '';
		width: 100%;
		height: 5px;
		background: #405965;
		position: absolute;
		top: 9px;
		left: 0;
		transition: top 0.1s 0.14s ease, opacity 0.1s ease;
	}

	.menu-btn__line::after {
		content: '';
		width: 100%;
		height: 5px;
		background: #405965;
		position: absolute;
		bottom: 9px;
		left: 0;
		transition: bottom 0.1s 0.14s ease, transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
	}

.menu-btn_active .menu-btn__line {
	transform: rotate(45deg);
	transition-delay: 0.14s;
	transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	background: #405965;
}

	.menu-btn_active .menu-btn__line::before {
		opacity: 0;
		top: 0;
		transition: top 0.1s ease, opacity 0.1s 0.14s ease;
	}

	.menu-btn_active .menu-btn__line::after {
		bottom: 0;
		transform: rotate(-90deg);
		transition: bottom 0.1s ease, transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
		background: #405965;
	}

.services__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0 -10px;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	align-items: stretch;
}

.services__item {
	width: 50%;
	padding: 0 10px;
	list-style: none;
	margin-bottom: 20px;
	/*float: left;*/
}

.services__wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	/*height: 73px;*/
	min-height: 73px;
	height: 100%;
	padding: 15px;
	background: #FFFFFF;
	box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.07);
	border-radius: 2px;
	transition: all 0.3s;
	cursor: pointer;
	color: #405965;
}

.services__wrapper {
	display: block\9;
}

	.services__wrapper:hover {
		border-radius: 8px;
		padding-left: 19px;
		padding-right: 11px;
		box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.20);
	}

.services__link {
	line-height: 1.2;
	padding-left: 50px;
	display: block;
	position: relative;
}

	.services__link .icon {
		position: absolute;
		top: 50%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		left: 0;
		width: 40px;
		text-align: center;
	}

.services__wrapper:hover .services__link {
	color: #f15a22;
}

.services__wrapper:hover .svg_blue {
	color: #F15A22;
	fill: #0066B3;
	stroke: #0066B3;
}

.page {
	padding: 0 0 50px;
}

.page__bg_white {
	display: block;
	box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.07);
	border-radius: 2px;
	padding: 30px;
	background: #FFFFFF;
}
/*.page_padding-top {
  padding-bottom: 1px;
}
.page_padding-bottom {
  padding-top: 0;
}*/
.breadcrumbs {
	font-size: 0.9em;
}

	.breadcrumbs a {
		display: inline-block;
		vertical-align: middle;
		position: relative;
		padding-right: 16px;
		margin-right: 3px;
	}

	.breadcrumbs span {
		display: inline-block;
		vertical-align: middle;
	}

	.breadcrumbs .icon {
		position: absolute;
		top: 4px;
		right: 0;
		width: 8px;
		height: 13px;
	}

.page-top {
	border-bottom: 1px solid #AAAAAA;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	margin-bottom: 30px;
	min-height: 65px;
}

.page-top {
	display: block\9;
	overflow: hidden\9;
}

.page-top_left {
	float: left;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}

.page-top_right {
	float: right;
}

.page-menu {
	float: left;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	margin: 0 -15px;
	min-width: 365px;
}

.page-menu__item {
	padding: 0 15px;
	display: inline-block;
	vertical-align: bottom;
}

.page-menu__link {
	display: block;
	padding-bottom: 13px;
	color: #405965;
	font-weight: 700;
	opacity: 0.8;
	font-family: 'Conv_PFDINTEXTCONDPRO-MEDIUM';
	font-size: 1.2em;
	position: relative;
}

.page-menu__link_active {
	font-size: 1.8em;
	padding-bottom: 8px;
	opacity: 1;
}

	.page-menu__link_active::after {
		content: '';
		position: absolute;
		bottom: -1px;
		left: 0;
		right: 0;
		height: 4px;
		background: #008ad9;
	}

.page-menu__link_bg {
	padding: 12px 0 2px 75px;
	background-size: auto 100%;
	background-position: 0 100%;
	background-repeat: no-repeat;
}

.page-menu__link_individual {
	background-image: url(https://data.nalog.ru/css/ul2018/img/menu_1.png);
}

.page-menu__link_ip {
	background-image: url(https://data.nalog.ru/css/ul2018/img/menu_2.png);
}

.page-menu__link_legal {
	background-image: url(https://data.nalog.ru/css/ul2018/img/menu_3.png);
}

.page-menu__icon {
	display: inline-block;
	vertical-align: bottom;
	margin-right: 10px;
	max-width: 70px;
	text-align: center;
}

	.page-menu__icon .icon {
		height: 50px;
	}

.page-menu__text {
	display: inline-block;
	vertical-align: bottom;
}

.page-menu__link_icon {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}

.page-top_link {
	color: #0066B3;
	display: inline-block;
	margin-bottom: 10px;
}

	.page-top_link:hover {
		color: #F15A22;
		text-decoration: none;
	}

	.page-top_link .icon {
		margin-right: 5px;
	}

.enter {
	display: inline-block;
	position: relative;
	padding-left: 25px;
}

.enter__icon {
	position: absolute;
	top: 0;
	left: 0;
	transition: all 0.3s;
}

	.enter__icon .icon {
		height: 24px;
	}

.enter__icon_back {
	opacity: 0;
}

.enter:hover .enter__icon_back {
	opacity: 1;
}

.enter:hover .enter__icon_front {
	opacity: 0;
}
/*.page-top_link:hover .text-icon {
  text-decoration: underline;
}*/
.list-title {
	margin-bottom: 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	padding-right: 20px;
}

	.list-title:not(.list-title_block) {
		cursor: pointer;
	}

.list-title__icon {
	width: 100px;
	min-width: 100px;
	height: 100px;
	background: #ffffff;
	border: 5px solid #caddf2;
	border-radius: 50%;
	margin-right: 10px;
	color: #0066B3;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

	.list-title__icon .icon {
		width: 55%;
	}

.list-title__text {
	font-weight: 700;
	font-size: 1.2em;
}

.list-title_block {
	text-align: center;
	display: block;
	padding: 0;
}

	.list-title_block .list-title__icon {
		margin: 0 auto 10px;
	}

.list {
	list-style: none;
}

	.list li a {
		padding: 5px 10px 7px 20px;
		position: relative;
		display: block;
	}

		.list li a:hover {
			margin-left: 5px;
			padding-right: 5px;
		}

		.list li a .icon {
			position: absolute;
			top: 8px;
			left: 0;
			width: 8px;
			height: 14px;
		}

		.list li a:hover {
			text-decoration: none;
		}

			.list li a:hover span {
				text-decoration: underline;
			}

.list-block {
	margin: 0 -15px;
}

.list-block__wrapper {
	padding: 30px;
	transition: all 0.3s;
	height: 100%;
	box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.07);
	background: #ffffff;
	border-radius: 2px;
}

	.list-block__wrapper:hover,
	.list-block__wrapper_active {
		box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.20);
	}

.list-block__wrapper_active {
	position: relative;
	height: auto;
	z-index: 15;
	box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.3);
}

.list-block__item {
	margin-bottom: 25px;
	width: 33.3333%;
	padding: 0 15px;
}

.list__help {
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	width: 20px;
	height: 12px;
}

	.list__help .icon {
		width: 20px;
		height: 12px;
		transition: all 0.3s;
		display: block;
	}

.list__more {
	display: none;
	margin-bottom: 20px;
}

.list-block__wrapper_active .list__help .icon {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}
/* form */
.jq-checkbox {
	width: 20px;
	height: 20px;
	background: #f3f4f5;
	border: 1px solid #CADDF2;
	vertical-align: middle;
	cursor: pointer;
	margin: -3px 8px 0 0;
	border-radius: 2px;
}

.jq-checkbox__div {
	width: 16px;
	height: 16px;
	background: url(https://data.nalog.ru/css/ul2018/img/check.svg) no-repeat 0 0;
	background-size: 100%;
	position: absolute;
	top: 3px;
	left: 2px;
	opacity: 0;
	transition: all 0.3s;
}

.jq-checkbox.checked .jq-checkbox__div {
	opacity: 1;
}

.jq-checkbox.disabled {
	background: #E6E7E8;
	cursor: default;
}

.checkbox-all label {
	font-size: 0.8em;
}

.check_label {
	cursor: pointer;
}

.jq-radio + label {
	cursor: pointer;
}

.jq-radio {
	width: 20px;
	height: 20px;
	background: #f3f4f5;
	border: 1px solid #CADDF2;
	vertical-align: middle;
	cursor: pointer;
	margin-right: 8px;
	border-radius: 6px;
}

.jq-radio__div {
	background: #0066B3;
	width: 10px;
	height: 10px;
	position: absolute;
	top: 4px;
	left: 4px;
	opacity: 0;
	transition: all 0.3s;
	border-radius: 50%;
}

.jq-radio.checked .jq-radio__div {
	opacity: 1;
}

.jq-radio.disabled {
	background: #E6E7E8;
	cursor: default;
}

.select2-container {
	width: 100% !important;
	display: block;
}

.select2-container--default .select2-selection--single {
	background-color: #fffff;
	border-color: #CADDF2;
	height: 40px;
}

	.select2-container--default .select2-selection--single .select2-selection__arrow {
		height: 26px;
		position: absolute;
		top: 9px;
		right: 1px;
		width: 20px;
	}

		.select2-container--default .select2-selection--single .select2-selection__arrow b {
			display: none;
		}

		.select2-container--default .select2-selection--single .select2-selection__arrow::after {
			content: '';
			width: 13px;
			height: 8px;
			position: absolute;
			top: 9px;
			left: 0;
			background: url(https://data.nalog.ru/css/ul2018/img/select.svg) no-repeat 0 0;
			background-size: 100%;
		}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
	background-color: #0066B3;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
	color: #405965;
	line-height: 40px;
	padding-left: 10px;
	padding-right: 30px;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
	border: solid #CADDF2 1px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
	background-color: #CADDF2;
	border-color: #CADDF2;
	padding: 8px 28px 8px 8px;
	position: relative;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
	color: #405965;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
	position: absolute;
	right: 8px;
	top: 8px;
	margin-right: 0;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
	padding: 0 10px;
	border: 1px solid #CADDF2;
	margin-bottom: 0;
}

.geo__select .select2-container--default .select2-selection--single {
	background-color: #3B4256;
	border: 1px solid #3B4256;
	border-radius: 2px;
}

	.geo__select .select2-container--default .select2-selection--single .select2-selection__rendered {
		color: #ffffff;
		opacity: 0.8;
		transition: all 0.3s;
		padding-left: 35px;
		line-height: 1.2;
		padding-top: 10px;
	}

.geo__select:hover .select2-container--default .select2-selection--single .select2-selection__rendered,
.geo__select .select2-container--open .select2-selection--single .select2-selection__rendered {
	opacity: 1;
}

.geo__select .select2-container--default .select2-selection--single .select2-selection__arrow::after {
	background: url(https://data.nalog.ru/css/ul2018/img/select-white.svg) no-repeat 0 0;
	background-size: 100%;
}

.geo__select .select2-container--open .select2-selection--single {
	background: #405965;
	border: none;
}

.geo-select__drop.select2-dropdown {
	background-color: #405965;
	border: 1px solid #405965;
	border-radius: 2px;
	color: #FFFFFF;
}

.select2-container--default .geo-select__drop .select2-search--dropdown .select2-search__field {
	border: 1px solid #3B4256;
	color: #ffffff;
	background: #3B4256;
}

.select2-container--default .geo-select__drop .select2-results__option[aria-selected="true"] {
	background-color: #3B4256;
}

.select2-container--default .geo-select__drop .select2-results__option--highlighted[aria-selected] {
	background-color: #3B4256;
}

.tabs-side {
	position: relative;
	margin-bottom: 40px;
}

.tabs-side__block {
	background: #ffffff;
	width: calc(50% - 15px);
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	display: none;
	border-radius: 2px;
}

.tabs-side__block_main {
	display: block;
}

.tabs-side__wrap {
	padding: 32px;
}

.tabs-side__content {
	padding: 0 0 0 70px;
	position: relative;
}

.tabs-side__icon {
	width: 50px;
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
}

	.tabs-side__icon .icon {
		height: 60px;
		width: 50px;
	}

.tabs-side__list {
	padding: 0 0 0 70px;
	position: relative;
	margin-bottom: 30px;
	min-height: 60px;
}

.tabs-side__link {
	padding: 0 15px 0 0;
	width: 50%;
}

.tabs-side_var .tabs-side__link {
	width: 335px;
}

.tabs-side_var .tabs-side__block {
	width: calc(100% - 350px);
}

.tabs-side__tags {
	width: 335px;
	padding-top: 20px;
	padding-right: 15px;
}

.link-block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 1px;
	min-height: 60px;
	padding: 10px 15px;
	background: #FFFFFF;
	border-radius: 2px;
	transition: all 0.3s;
	cursor: pointer;
	box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.07);
	margin-bottom: 10px;
	color: #405965;
}

.link-block {
	display: block\9;
}

.link-block__content {
	line-height: 1.2;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.link-block__content {
	display: block\9;
}

.link-block .icon {
	width: 40px;
	height: 38px;
	margin-right: 10px;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

	.link-block .icon svg {
		margin: 0;
	}

.link-block_blue:hover .svg_blue {
	color: #ffffff;
}

.link-block:hover {
	border-radius: 8px;
	padding-left: 19px;
	padding-right: 11px;
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.20);
}

.link-block_blue:hover {
	background: #0066B3;
	color: #FFFFFF;
}

.link-block_active {
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.40);
}

.note-block {
	margin-bottom: 20px;
	min-height: 80px;
}

.note-block__title {
	background: #7B8590;
	color: #FFFFFF;
	padding: 15px 80px 15px 20px;
	position: relative;
	font-family: 'Conv_PFDINTEXTCONDPRO-MEDIUM';
	font-size: 1.8em;
	line-height: 1;
	border-radius: 8px 8px 0 0;
}

.slider-nav {
	position: absolute;
	top: 12px;
	right: 5px;
}

.slider-nav__arrow {
	cursor: pointer;
	margin: 0 10px;
	display: inline-block;
}

	.slider-nav__arrow .icon {
		width: 17px;
		height: 28px;
	}

.note-block__slider {
	border-radius: 0 0 8px 8px;
	overflow: hidden;
}

	.note-block__slider .slider__item {
		padding: 20px;
		background: #89D8F8;
	}

.block-link .row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.block-link .row {
	display: block\9;
	overflow: hidden\9;
}

.block-link__item {
	background: #FFFFFF;
	border-radius: 2px;
	padding: 30px 15px;
	height: 100%;
	box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.07);
	transition: all 0.3s;
	height: 100%;
}

.block-link__text {
	text-align: center;
	padding: 20px 0 0;
	margin-top: 20px;
	position: relative;
	font-size: 0.8em;
}

	.block-link__text::before {
		content: '';
		width: 30px;
		height: 2px;
		background: #405965;
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		margin: auto;
		transition: width .3s ease;
	}

.block-link__item_interactive {
	background: transparent;
	box-shadow: none;
}

	.block-link__item_interactive .list-title__icon {
		position: relative;
		transition: all 0.3s;
		border: transparent;
		width: 90px;
		min-width: 90px;
		height: 90px;
		background: transparent;
	}

		.block-link__item_interactive .list-title__icon::after {
			position: absolute;
			width: 100%;
			height: 100%;
			border-radius: 50%;
			content: '';
			top: -9px;
			left: -9px;
			padding: 9px;
			box-shadow: 0 0 0 2px #caddf2;
			-webkit-transform: scale(.8);
			transform: scale(.8);
			transition: transform 0.3s, opacity 0.3s;
			opacity: 0;
		}

	.block-link__item_interactive .list-title__text {
		font-size: 0.9em;
		text-transform: uppercase;
	}

	.block-link__item_interactive:hover .list-title__icon::after {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1;
	}

	.block-link__item_interactive:hover .list-title__icon {
		background: #0066B3;
		border: 5px solid #0066B3;
	}

		.block-link__item_interactive:hover .list-title__icon .svg_blue {
			color: #ffffff;
		}

	.block-link__item_interactive:hover .block-link__text::before {
		width: 50px;
	}

.info-form {
	text-align: center;
	padding: 20px 0;
}

.button {
	display: inline-block;
	padding: 8px 15px 7px;
	height: 40px;
	border-width: 1px;
	border-style: solid;
	border-radius: 2px;
	text-align: center;
	vertical-align: middle;
	transition: all 0.3s;
	cursor: pointer;
	font-family: 'Open Sans', sans-serif;
	font-size: 1em;
	min-width: 65px;
	margin-right: 10px;
}

	.button:hover {
		border-radius: 8px;
		text-decoration: none;
	}

.button_blue {
	background: #0066B3;
	border-color: #0066B3;
	color: #FFFFFF;
}

	.button_blue:hover {
		color: #FFFFFF;
		background: #008ad9;
		border-color: #008ad9;
	}

.button_border {
	background: #FFFFFF !important;
	border-color: #0066B3 !important;
	color: #0066B3 !important;
}


	.button_border input[type="button"] {
		background: #FFFFFF;
		border-color: #0066B3;
		color: #0066B3;
		padding: 0;
	}

	.button_border input[type="submit"] {
		background: #FFFFFF;
		border-color: #0066B3;
		color: #0066B3;
		padding: 0;
	}

	.button_border:hover {
		color: #0066B3 !important;
	}

	.button_border:disabled,
	.button_border.disabled {
		border-color: #CADDF2;
		background: #F0F0F0;
		color: #405965;
		border-radius: 2px;
		cursor: default;
	}

.button_blue.disabled,
.button_blue:disabled {
	background: #E6E7E8;
	border-color: #CADDF2;
	color: #405965;
	border-radius: 2px;
	cursor: default;
}

.blue_button {
	display: inline-block;
	padding: 8px 15px 7px;
	height: 40px;
	border-width: 1px;
	border-style: solid;
	border-radius: 2px;
	text-align: center;
	vertical-align: middle;
	transition: all 0.3s;
	cursor: pointer;
	background: #0066B3;
	border-color: #0066B3;
	color: #FFFFFF;
	font-family: 'Open Sans', sans-serif;
	font-size: 1em;
	min-width: 65px;
}

	.blue_button:hover {
		color: #FFFFFF;
		border-radius: 8px;
		text-decoration: none;
		background: #008ad9;
		border-color: #008ad9;
	}

	.blue_button:disabled,
	.blue_button.disabled {
		background: #CADDF2;
		border-color: #CADDF2;
		color: #FFFFFF;
		border-radius: 2px;
		cursor: default;
	}

.info-form__result {
	max-width: 400px;
	margin: 20px auto 0;
}

textarea {
	display: block;
	width: 100%;
	font-family: 'Open Sans', sans-serif;
	font-size: 1em;
	color: #405965;
	background: #ffffff;
	border-radius: 2px;
	padding: 10px;
	border: 1px solid #CADDF2;
	resize: none;
	height: 125px;
	margin-bottom: 20px;
}

input[type=text],
input[type=email],
input[type=search] {
	display: block;
	width: 100%;
	font-family: 'Open Sans', sans-serif;
	font-size: 1em;
	color: #405965;
	background: #ffffff;
	border-radius: 2px;
	padding: 0 10px;
	border: 1px solid #CADDF2;
	height: 40px;
	margin-bottom: 30px;
	transition: all 0.3s;
}

	input[type=text]:focus,
	input[type=email]:focus,
	input[type=search]:focus {
		border-radius: 8px;
	}

input[type=submit] {
	font-family: 'Open Sans', sans-serif;
	font-size: 1em;
	color: #ffffff;
	background: #0066B3;
	border-radius: 2px;
	padding: 0 15px;
	border: 1px solid #0066B3;
	height: 40px;
	transition: all 0.3s;
	cursor: pointer;
	display: inline-block;
	vertical-align: middle;
	min-width: 65px;
}

	input[type=submit]:hover {
		border-radius: 8px;
		background: #008ad9;
		border: 1px solid #008ad9;
	}

	input[type=submit]:disabled {
		background: #E6E7E8;
		cursor: default;
		border-color: #CADDF2;
		border-radius: 2px;
		color: #405965;
	}

.form-date {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

	.form-date span {
		display: inline-block;
		vertical-align: middle;
		padding: 0 5px;
	}

		.form-date span:first-child {
			padding-left: 0;
		}

	.form-date .datepicker-wrapper {
		margin-bottom: 0;
		width: 40%;
	}

		.form-date .datepicker-wrapper input[type="text"] {
			margin-bottom: 0;
		}

.form-block {
	margin-bottom: 30px;
}

.news-result {
	margin-bottom: 10px;
}

.page-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0 -15px;
}

.page-content__left {
	width: 33.3333%;
	min-width: 350px;
	padding: 0 15px;
}

.page-content__center {
	padding: 0 15px;
	min-width: calc(100% - 350px);
	width: 66.6666%;
}

.page-content__center_full {
	min-width: 100%;
	width: 100%;
}

.page-content__right {
	width: 33.3333%;
	min-width: 350px;
	padding: 0 15px;
}

.tags {
	display: block;
}

.tags__item {
	display: inline-block;
	padding: 2px 10px 1px;
	white-space: nowrap;
	font-size: 0.8em;
	max-width: 100%;
	text-overflow: ellipsis;
	overflow: hidden;
	cursor: pointer;
	font-style: italic;
	transition: all 0.3s;
	vertical-align: middle;
	border-radius: 2px;
	margin-bottom: 4px;
	border-width: 1px;
	border-style: solid;
	color: #000000;
}

	.tags__item:hover {
		border-radius: 6px;
		text-decoration: none;
		color: #000000;
	}

.tags__item_noactive {
	cursor: default;
}

.tags_dark .tags__item:not(.tags__item_main) {
	border: 1px solid #FFFFFF;
	background: #ffffff;
}

.tags_white .tags__item:not(.tags__item_main) {
	border-color: #f4f7fc;
	background: #f4f7fc;
}

.tags__item_main {
	background: #0066B3;
	color: #FFFFFF;
	border-color: #0066B3;
}

	.tags__item_main:hover {
		color: #FFFFFF;
	}

.aside-block {
	background: #FFFFFF;
	border-radius: 2px;
	box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
	padding: 15px 15px 30px;
}

.pagination {
	text-align: center;
	margin-bottom: 20px;
}

	.pagination a {
		display: inline-block;
		vertical-align: middle;
		height: 30px;
		line-height: 30px;
		text-align: center;
		background: #ffffff;
		padding: 0 12px;
		border-radius: 2px;
		margin: 0 3px;
		font-size: 0.8em;
	}

		.pagination a:hover {
			text-decoration: none;
			background: #008ad9;
			color: #FFFFFF !important;
			border-radius: 8px;
		}

		.pagination a.active {
			background: #008ad9;
			color: #FFFFFF;
		}

		.pagination a.pagination__show {
			background: transparent;
		}

			.pagination a.pagination__show:hover {
				color: #008ad9;
			}

		.pagination a.pagination__side {
			width: auto;
			background: transparent;
			border-radius: 0;
			margin: 0 20px;
		}

.pagination__side .icon {
	width: 16px;
	height: 13px;
}

.pagination__arrow .icon {
	width: 8px;
	height: 13px;
}

.pagination a.pagination__side:hover {
	color: #008ad9;
}

.pagination a.pagination__arrow {
	margin: 0 20px;
}

.pagination a:hover .svg_blue {
	color: #ffffff;
}

.pagination_mobile {
	display: none;
}

.mobile-aside__button {
	width: 30px;
	height: 30px;
	position: absolute;
	display: none;
	right: 15px;
	cursor: pointer;
	top: 0;
}

	.mobile-aside__button .icon {
		transition: all 0.3s;
	}

.form__buttons {
	text-align: center;
}

.popup {
	background: #FFFFFF;
	padding: 20px;
	max-width: 600px;
	margin: auto;
	position: relative;
}

.popup_small {
	max-width: 300px;
}

.popup_full {
	padding: 0;
}

.result-sum {
	margin-bottom: 10px;
	padding: 0 15px;
}

.result-main {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0 -15px;
}

.result-main__item {
	padding: 0 15px 30px;
	width: 50%;
	min-width: 50%;
	float: left;
}

.result-main__wrapper {
	background: #FFFFFF;
	height: 100%;
	padding: 45px 20px 20px;
	position: relative;
	transition: all 0.3s;
	border-radius: 2px;
	box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
}

.result-main__top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 20px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.result-main__icon {
	display: inline-block;
	vertical-align: center;
	margin-right: 10px;
	max-width: 70px;
	text-align: center;
}

	.result-main__icon .icon {
		height: 50px;
	}

.result-main__title {
	display: inline-block;
	vertical-align: center;
	font-family: 'Conv_PFDINTEXTCONDPRO-MEDIUM';
	font-size: 1.3em;
	color: #405965;
	transition: all 0.3s;
}

.result-main__top:hover .result-main__title {
	color: #F15A22;
}

.result-main__wrapper:hover {
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.20);
}

.result-main__wrapper .tags__item {
	position: absolute;
	top: 20px;
	right: 20px;
	margin: 0;
}

.results {
	counter-reset: item;
	list-style: none;
	margin-bottom: 40px;
}

.results__item {
	position: relative;
	padding-left: 30px;
	margin-bottom: 20px;
}

	.results__item::before {
		content: counter(item) ".";
		counter-increment: item;
		position: absolute;
		top: 5px;
		left: 0;
		color: #008AD9;
	}

.results__top .tags__item {
	margin: 0 10px 0 0;
}

.results__title {
	display: inline;
	vertical-align: middle;
	font-family: 'Conv_PFDINTEXTCONDPRO-MEDIUM';
	font-size: 1.4em;
	line-height: 1.2;
	color: #405965;
}

.results__top {
	margin-bottom: 5px;
}

.results__item p {
	margin-bottom: 10px;
}

.popup__close.mfp-close {
	width: auto;
	height: 40px;
	line-height: 38px;
	position: static;
	opacity: 1;
	padding: 0 15px;
	color: #0066B3;
	font-size: 1em;
	font-family: 'Open Sans', sans-serif;
}

.checkbox-all {
	padding-bottom: 10px;
	border-bottom: 1px solid #CADDF2;
	margin-bottom: 10px;
}

.results-view {
	position: relative;
	padding-right: 100px;
}

.results-view__number {
	position: absolute;
	top: 4px;
	right: 0;
	font-size: 0.8em;
	color: #4B4E4F;
	white-space: nowrap;
}

.services-top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 20px;
}

.services-top {
	display: block\9;
	overflow: hidden\9;
}

.services-top__left {
	float: left;
	width: 335px;
	padding-right: 15px
}

	.services-top__left * {
		margin: 0;
	}

.services-top__right {
	float: right;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: calc(100% - 335px);
	padding-left: 15px;
}

.switch {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.switch__item {
	display: inline-block;
	vertical-align: middle;
	padding: 10px;
	background: #FFFFFF;
	transition: all 0.3s;
}

	.switch__item:first-child {
		border-radius: 8px 0 0 8px;
	}

	.switch__item:last-child {
		border-radius: 0 8px 8px 0;
	}

.switch__item_active {
	background: #0066B3;
}

.switch__item .icon {
	width: 20px;
	height: 20px;
	cursor: pointer;
}
/*.switch__item .svg_blue {
  color: #e6e7e8;
}*/
.switch__item_active .svg_blue {
	color: #ffffff;
}

.services-top__search {
	position: relative;
	width: 100%;
}

	.services-top__search input[type="text"] {
		margin: 0;
	}

	.services-top__search button[type="reset"] {
		width: 40px;
		height: 40px;
		cursor: pointer;
		background: transparent;
		color: #405965;
		font-family: 'Open Sans', sans-serif;
		border: none;
		position: absolute;
		top: 0;
		right: 0;
		font-size: 2em;
	}

.page-nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 0 0 20px;
}

.page-nav {
	display: block\9;
	overflow: hidden\9;
}

	.page-nav .breadcrumbs {
		float: left;
	}

	.page-nav .switch {
		float: right;
	}

.totop {
	background-image: url(https://data.nalog.ru/css/ul2018/img/up.svg);
	background-repeat: no-repeat;
	background-position: 13px 17px;
	background-size: 20px auto;
	display: block;
	position: fixed;
	background-color: #ffffff;
	z-index: 999;
	opacity: 0;
	right: 20px;
	bottom: 20px;
	width: 46px;
	height: 46px;
	border: 1px solid #dcdcdc;
	margin: 0 0 0 528px;
	cursor: pointer;
	transition: opacity 2s ease,border-color .4s;
}

.title-nover {
	font-family: 'Conv_PFDINTEXTCONDPRO-MEDIUM';
	font-size: 1.4em;
	color: #405965;
	display: inline-block;
}

.title-nover__text {
	position: relative;
}

.title-nover__hover {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	opacity: 0;
	white-space: nowrap;
	transition: all 0.3s;
}

.title-nover__visible {
	transition: all 0.3s;
}

.title-nover:hover {
	text-decoration: none;
}

	.title-nover:hover .title-nover__visible {
		opacity: 0;
	}

	.title-nover:hover .title-nover__hover {
		opacity: 1;
		text-decoration: underline;
	}

.title-nover .icon {
	width: 25px;
	height: 20px;
	margin-right: 5px;
}

.news-title {
	margin-bottom: 20px;
}

.news-block__item {
	margin-bottom: 25px;
}

.news-block_grid {
	margin: 0 -15px;
}

	.news-block_grid .news-block__item {
		width: 50%;
		padding: 0 15px;
	}

.news-block__wrapper {
	display: block;
	box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.07);
	border-radius: 2px;
	overflow: hidden;
	position: relative;
	background: #FFFFFF;
	transition: all 0.3s;
}

	.news-block__wrapper:hover {
		border-radius: 8px;
		background: #ffffff;
		box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.3);
		text-decoration: none;
	}

.news-block__wrapper_visited {
	background: #e3e9f0;
}

.news-block__image {
	display: block;
}

	.news-block__image img {
		display: block;
		margin: auto;
	}

.news-block__text {
	display: block;
	padding: 20px;
	position: relative;
}

.news-block__name {
	font-size: 1.4em;
	font-family: 'Conv_PFDINTEXTCONDPRO-MEDIUM';
	line-height: 1.2;
	margin-bottom: 14px;
}

	.news-block__name a {
		color: #405965;
	}

		.news-block__name a:hover {
			color: #F15A22;
		}

.news-block__label {
	display: block;
	position: absolute;
	top: 20px;
	right: 20px;
}

	.news-block__label .icon {
		width: 25px;
		height: 20px;
	}

.news-block__wrapper .news__time {
	margin-bottom: 15px;
}

.news-block_aside .news-block__name {
	font-size: 1.2em;
}

.view-switch_line .page-content__right {
	display: none;
}

.view-switch_line .news-block__wrapper {
	border-bottom: 1px solid #FFFFFF;
	overflow: hidden;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	box-shadow: none;
	background: transparent;
}

	.view-switch_line .news-block__wrapper:hover {
		border-radius: 2px;
		background: transparent;
		box-shadow: none;
	}

.view-switch_line .news-block__image {
	float: left;
	width: 200px;
	min-width: 200px;
}

	.view-switch_line .news-block__image img {
		border-radius: 2px;
		display: block;
		margin: auto;
	}

.view-switch_line .news-block__text {
	padding: 0 0 0 20px;
}

.view-switch_line .news-block__wrapper .news__time {
	margin-bottom: 3px;
}

.view-switch_line .news-block_grid .news-block__item {
	width: 100%;
}

.view-switch_line .news-title {
	display: none;
}

.view-switch_last .page-content__left {
	display: none;
}

.view-switch_filter .news-title {
	display: none;
}

.view-switch_filter .page-content__right {
	display: none;
}

.page-content_video.view-switch_last .page-content__right {
	display: none;
}

.page-content_video.view-switch_last .page-content__center {
	min-width: 100%;
	width: 100%;
}

.page-content_video.view-switch_last .news-title {
	display: none;
}

.page-content_video.view-switch_last .news-block_grid .news-block__item {
	width: 33.3333%;
}

.page-content_video.view-switch_line .news-block__image {
	width: 320px;
	min-width: 320px;
}

.single-new__note {
	font-family: 'Conv_PFDINTEXTCONDPRO-MEDIUM';
	font-size: 2em;
	line-height: 1;
	margin-bottom: 30px;
	color: #405965;
	position: relative;
	padding-left: 30px;
}

	.single-new__note::before {
		position: absolute;
		top: 0;
		bottom: 0;
		width: 6px;
		background: #0066B3;
		content: '';
		left: 0;
	}

.single-new__image {
	margin-bottom: 20px;
	display: block;
}

	.single-new__image img {
		border-radius: 2px;
	}

.quote {
	margin-bottom: 30px;
}

.quote__text {
	padding-left: 70px;
	position: relative;
	font-family: 'Conv_PFDINTEXTCONDPRO-MEDIUM';
	font-size: 1.8em;
	margin-bottom: 10px;
	color: #405965;
}

	.quote__text::after {
		position: absolute;
		top: 0;
		left: 0;
		content: '«';
		font-family: 'Conv_PFDINTEXTCONDPRO-MEDIUM';
		color: #0066B3;
		font-size: 4em;
		line-height: 0.35;
	}

.quote__author {
	text-align: right;
	font-style: italic;
}

.quote .news__time {
	text-align: right;
	font-style: italic;
}

.share {
	padding: 20px 0;
	border-top: 1px solid #CADDF2;
	border-bottom: 1px solid #CADDF2;
}

.share__text {
	display: inline-block;
	vertical-align: middle;
	margin-right: 15px;
}

.share__block {
	display: inline-block;
	vertical-align: middle;
}

.gallery {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -8px 30px;
}

.gallery__item {
	display: block;
	padding: 0 8px;
	margin-bottom: 16px;
	position: relative;
	width: 50%;
	min-width: 50%;
}

.gallery__item_large {
	width: 100%;
	min-width: 100%;
}

.gallery__item img {
	display: block;
	width: 100%;
}

.gallery__zoom {
	display: block;
	position: absolute;
	bottom: 10px;
	right: 18px;
}

	.gallery__zoom .icon {
		width: 24px;
		height: 24px;
	}

.gallery__item_large .gallery__zoom .icon {
	width: 40px;
	height: 40px;
}

.page-content__right .tags {
	margin-bottom: 40px;
}

.news-list {
	list-style: none;
	margin-bottom: 40px;
}

	.news-list li {
		margin-bottom: 20px;
	}

	.news-list .news__time {
		margin-bottom: 8px;
	}

.laws-list {
	list-style: none;
}

	.laws-list li {
		display: inline-block;
	}

		.laws-list li a {
			display: inline-block;
			font-size: 0.8em;
			font-style: italic;
			border-radius: 2px;
			border: 1px solid #f4f7fc;
			background: #f4f7fc;
			padding: 2px 10px 1px;
		}

			.laws-list li a:hover {
				border-radius: 8px;
			}

.single-news__time {
	margin-bottom: 20px;
}

.inspection-name {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.inspection-name__number {
	background: #FFFFFF;
	color: #0066B3;
	display: inline-block;
	border-radius: 2px;
	vertical-align: middle;
	text-align: center;
	margin-right: 20px;
	padding: 9px 10px 12px;
}

.inspection-name__numeric {
	font-size: 2.4em;
	display: block;
	font-weight: 700;
	font-family: 'Conv_PFDINTEXTCONDPRO-MEDIUM';
}

.inspection-name__text {
	font-size: 0.8em;
	display: block;
	text-transform: uppercase;
}

.attention {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 20px;
	margin-bottom: 20px;
}

.attention_red {
	background: rgba(241, 90, 34, 0.1);
}

.attention_blue {
	background: rgba(0, 102, 179, 0.1);
}

.attention_white {
	padding: 0 0 20px;
}

.attention__icon {
	margin: 4px 15px 0 0;
	float: left;
}

	.attention__icon .icon {
		width: 40px;
		height: 40px;
	}

.attention_white .icon {
	width: 30px;
	height: 30px;
}

.attention__text p {
	margin: 0;
}

.page-content__right .attention {
	margin-bottom: 40px;
}

.list-dot {
	list-style: none;
}

	.list-dot li {
		padding-left: 30px;
		position: relative;
		min-height: 15px;
		margin-bottom: 20px;
	}

		.list-dot li::after {
			position: absolute;
			top: 3px;
			left: 0;
			width: 12px;
			height: 12px;
			border: 3px solid #0066B3;
			content: '';
			border-radius: 50%;
		}

.info-block {
	margin-bottom: 40px;
	box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.07);
	transition: all 0.3s;
}

.info-block__title {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	padding: 20px 40px 20px 15px;
	cursor: pointer;
	transition: all 0.3s;
}

.info-block__icon {
	margin-right: 10px;
	width: 50px;
	height: 38px;
	line-height: 38px;
}

	.info-block__icon .icon {
		width: 50px;
		height: 38px;
	}

	.info-block__icon img {
		vertical-align: baseline;
	}

.info-block__title h5,
.info-block__title h6 {
	margin-bottom: 0;
}

.info-block__arrow {
	position: absolute;
	top: 50%;
	margin-top: -6px;
	right: 15px;
	display: block;
	width: 20px;
	height: 12px;
}

	.info-block__arrow .icon {
		width: 20px;
		height: 12px;
		transition: all 0.3s;
		display: block;
	}

.info-block__hidden {
	padding: 20px 15px;
	display: none;
}

.info-block__parent {
	padding: 0;
}

.info-block:hover {
	border-radius: 8px;
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.20);
}

.info-block__title_active {
	background: #E9EBF0;
}

	.info-block__title_active .info-block__arrow .icon {
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg);
	}

.info-block_inside {
	margin-bottom: 0;
	box-shadow: none;
	border: 1px solid #CADDF2;
	border-top: none;
}

	.info-block_inside:first-child {
		border-top: 1px solid #CADDF2;
	}

	.info-block_inside .info-block__hidden {
		background: #F4F7FC;
	}

	.info-block_inside:hover {
		border-radius: 2px;
		box-shadow: none;
	}

		.info-block_inside:hover .info-block__title {
			background: #E9EBF0;
		}

		.info-block_inside .info-block__title_active,
		.info-block_inside:hover .info-block__title_active {
			background: #4b4e4f;
			color: #ffffff;
		}

			.info-block_inside .info-block__title_active h6 {
				color: #ffffff;
			}

			.info-block_inside .info-block__title_active .info-block__arrow .svg_grey {
				color: #ffffff;
			}

	.info-block_inside .info-block_list,
	.info-block_list {
		margin-bottom: 20px;
		box-shadow: none;
		background: #FFFFFF;
	}

		.info-block_inside .info-block_list:last-child,
		.info-block_list:last-child {
			margin-bottom: 0;
		}

		.info-block_inside .info-block_list .info-block__hidden,
		.info-block_list .info-block__hidden {
			background: #FFFFFF;
			border-top: 1px solid #CADDF2;
		}

		.info-block_inside .info-block_list .info-block__title_active,
		.info-block_list .info-block__title_active,
		.info-block_inside:hover .info-block_list .info-block__title {
			background: #ffffff;
			color: #405965;
		}

			.info-block_inside .info-block_list .info-block__title_active h6,
			.info-block_list .info-block__title_active h6 {
				color: #405965;
			}

			.info-block_inside .info-block_list .info-block__title_active .info-block__arrow .svg_grey,
			.info-block_list .info-block__title_active .info-block__arrow .svg_grey {
				color: #405965;
			}

.info-block__map {
	height: 400px;
	width: 100%;
	margin-bottom: 20px;
}

.icon-block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 20px;
}

.icon-block__icon {
	margin-right: 20px;
	float: left;
}

	.icon-block__icon .icon {
		width: 60px;
		height: 50px;
	}

.icon-block__text p {
	margin: 0;
}

.content_list {
	padding: 20px;
	margin-bottom: 40px;
	background: #E9EBF0 url(https://data.nalog.ru/css/ul2018/img/footer-bg.png) no-repeat 80% 100%;
	background-size: 250%;
	border-radius: 2px;
}

	.content_list span {
		font-family: 'Conv_PFDINTEXTCONDPRO-MEDIUM';
		font-size: 1.8em;
		line-height: 1;
		margin-bottom: 20px;
		display: block;
	}

	.content_list ul {
		list-style: none;
		margin-left: 0;
	}

	.content_list li {
		transition: all 0.3s;
		padding-right: 4px;
		position: relative;
		padding-left: 30px !important	;
	}

		.content_list li:hover {
			margin-left: 4px;
			padding-right: 0;
		}

	.content_list a {
		color: #405965;
		padding: 10px 0;
		display: inline-block;
	}

	.content_list li::before {
		width: 20px !important;
		height: 20px !important;
		font-family: 'icomoon' !important;
		speak: none !important;
		font-style: normal !important;
		font-weight: normal !important;
		font-variant: normal !important;
		text-transform: none !important;
		line-height: 1 !important;
		-webkit-font-smoothing: antialiased !important;
		-moz-osx-font-smoothing: grayscale !important;
		position: absolute !important;
		border-radius: 50% !important;
		border: 1px solid #405965 !important;
		top: 11px !important;
		left: 0 !important;
		content: "\e900" !important;
		transition: all 0.3s !important;
		font-size: 8px !important;
		line-height: 21px !important;
		text-align: center !important;
		transition: all 0.3s !important;
		background: none !important;

	}

	.content_list li:hover a {
		color: #F15A22;
		text-decoration: underline;
	}

	.content_list li:hover::before {
		border-color: #F15A22;
		color: #F15A22;
	}

.content_list_mobile {
	display: none;
}

.data-block:not(:last-child) {
	margin-bottom: 40px;
}

.data-block .link-block {
	margin-bottom: 20px;
}

.data-block__row {
	overflow: hidden;
	margin-bottom: 10px;
	border-bottom: 1px solid #F0F0F0;
	padding-bottom: 10px;
}

.data-block__name {
	float: left;
	width: 25%;
	text-transform: uppercase;
	padding-top: 7px;
	font-size: 0.6em;
}

.data-block__data {
	float: left;
	width: 75%;
	padding-left: 15px;
	font-size: 0.9em;
}

.data-block p {
	margin-bottom: 10px;
}

.tabs__menu {
	display: flex;
	list-style: none;
	margin-bottom: 20px;
}

	.tabs__menu li {
		width: 33.3333%;
		min-width: 33.3333%;
		display: inline-block;
		text-align: center;
	}

	.tabs__menu li {
		width: 32%\9;
		min-width: 32%\9;
	}

		.tabs__menu li a {
			display: block;
			padding: 0 15px 10px;
			position: relative;
			color: #000000;
		}

	.tabs__menu a::after {
		position: absolute;
		bottom: 0;
		left: 0;
		width: 0;
		transition: all 0.3s;
		height: 2px;
		background: #0066B3;
		content: '';
	}

	.tabs__menu a:hover,
	.tabs__menu a.active {
		color: #0066B3;
		text-decoration: none;
	}

		.tabs__menu a:hover::after,
		.tabs__menu a.active::after {
			width: 100%;
		}

.tabs__block {
	padding-bottom: 20px;
}

.shedule {
	width: 100%;
	margin-bottom: 20px;
}

	.shedule th {
		padding: 10px;
		background: #0066B3;
		color: #FFFFFF;
	}

	.shedule td {
		padding: 10px;
		text-align: center;
	}

	.shedule tr:nth-child(even) td {
		background: #f3f4f5;
	}

.shedule__day {
	text-transform: uppercase;
	color: #FFFFFF;
	background: #0066B3;
	display: inline-block;
	padding: 2px 5px;
	width: 35px;
	text-align: center;
}

.shedule__day_blue {
	background: #008AD9;
}

.shedule__day_red {
	background: #F15A22;
}

.shedule_color {
	display: inline-block;
	width: 100%;
	height: 10px;
}

.shedule_yellow {
	background: #FFBB4C;
}

.shedule_red {
	background: #FF4555;
}

.shedule_green {
	background: #3DB28D;
}

.shedule__icon {
	display: inline-block;
	margin-left: 10px;
}

	.shedule__icon .icon {
		width: 25px;
		height: 25px;
	}

.shedule td:first-child {
	white-space: nowrap;
	text-align: left;
}

.shedule__day_blue {
	background: #008AD9;
}

.shedule__day_red {
	background: #F15A22;
}
/*.shedule tr td.shedule_green {
  background: #3DB28D;
}*/
.shedule_chart td {
	padding-left: 0;
	padding-right: 0;
	border: 1px solid #FFFFFF;
}

	.shedule_chart td:first-child {
		border-right-width: 14px;
	}

.legend__color {
	display: inline-block;
	width: 20px;
	height: 20px;
	margin-right: 10px;
	vertical-align: middle;
}

.legend__color_green {
	background: #3DB28D;
}

.legend__color_yellow {
	background: #FFBB4C;
}

.legend__color_red {
	background: #FF4555;
}

.legend__icon {
	display: inline-block;
	margin-right: 10px;
	vertical-align: middle;
}

.legend .col {
	padding-bottom: 10px;
}

.service-button {
	width: 30px;
	height: 27px;
	display: block;
}

	.service-button .icon {
		width: 30px;
		height: 27px;
	}

.service-button_noactive {
	cursor: default;
}

	.service-button_noactive .svg_walk,
	.service-button_noactive .svg_account,
	.service-button_noactive .svg_mfc,
	.service-button_noactive .svg_gosuslugi,
	.service-button_noactive .svg_online-service {
		color: #E6E7E8;
	}

.service-list {
	width: 100%;
	margin-bottom: 20px;
}

	.service-list td {
		padding: 5px;
	}

.bg_grey {
	background: #E9EBF0;
}

.bg__wrapper {
	padding: 15px 15px 15px 0;
}

.tabs__image img {
	display: block;
	border-radius: 2px 0 0 2px;
}

.tabs-image__preview {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	overflow: hidden;
	margin: 0 -15px -20px;
}

.tabs-image__item {
	width: 50%;
	min-width: 50%;
	float: left;
	padding: 0 15px 20px;
}

.tabs-image__link {
	display: block;
}

	.tabs-image__link img {
		border-radius: 2px;
		display: block;
	}
/* styles for old */
.text_block {
	padding: 0 0 20px;
}

#mini-spoiler {
	box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.07);
	background: #FFFFFF;
}

	#mini-spoiler:hover {
		box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.20);
	}

.eservice {
	padding: 20px 40px 20px 15px;
	cursor: pointer;
	transition: all 0.3s;
	position: relative;
	border-radius: 2px;
}

	.eservice p {
		margin-bottom: 0;
	}

	.eservice::before {
		position: absolute;
		top: 50%;
		margin-top: -10px;
		right: 10px;
		width: 20px;
		height: 20px;
		font-family: 'icomoon' !important;
		speak: none;
		font-style: normal;
		font-weight: normal;
		font-variant: normal;
		text-transform: none;
		line-height: 1;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		content: "\e900";
		transition: all 0.3s;
		font-size: 12px;
		line-height: 20px;
		text-align: center;
	}

	.eservice:hover {
		border-radius: 8px;
	}

		.eservice:hover::before {
			color: #F15A22;
		}

.ms-content {
	padding: 20px;
}

.eservice_active::before {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.dropdown_eservice p:last-child {
	margin-bottom: 0;
}

.eservice a,
.dropdown_eservice a {
	color: #405965;
}

	.eservice a:hover,
	.eservice:hover a,
	.dropdown_eservice a:hover {
		color: #F15A22;
		text-decoration: underline;
	}

p.to_top {
	display: none;
}

.vtop td {
	vertical-align: top;
}

.with_icon {
	margin-bottom: 20px;
	min-height: 90px;
	position: relative;
	padding: 20px 15px 20px 40px;
	box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.07);
	background: #ffffff;
	border-radius: 2px;
}

	.with_icon a {
		/*  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 40px;
  margin-bottom: 10px;
  font-weight: 700;*/
	}

	.with_icon::before {
		position: absolute;
		top: 17px;
		left: 15px;
		font-family: 'icomoon' !important;
		speak: none;
		font-style: normal;
		font-weight: normal;
		font-variant: normal;
		text-transform: none;
		line-height: 1;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		font-size: 15px;
		content: "\e92e";
		color: #f0f0f0;
	}

.icon_pin::before {
	content: "\e915";
}

.icon_online::before {
	content: "\e916";
}

.icon_arr2,
.icon_arr {
	min-height: 70px;
	padding: 22px 20px 20px 80px;
	box-shadow: none;
	background: #fbfbfb;
	color: #405965;
	border-radius: 0;
	float: none;
}

	.icon_arr2 a,
	.icon_arr a {
		margin-bottom: 0;
		/*  display: block; */
		min-height: 0;
	}

.with_icon.icon_arr2 p,
.with_icon.icon_arr p {
	margin-bottom: 0;
}

.icon_arr2::before,
.icon_arr::before {
	content: "\e908";
	font-size: 50px;
	color: #F15A22;
	top: 10px;
	left: 15px;
}

.div_more {
	background: #fbfbfb;
	padding: 20px;
	margin: 0 0 20px;
	overflow: hidden;
}

.with_icon .show_more,
.show_more {
	position: relative;
	display: block;
	text-align: right;
	padding: 10px 26px 10px 20px;
	color: #333738;
	font-size: 0.5em;
	border-radius: 2px;
	text-transform: uppercase;
	min-height: 0;
	margin: 0 0 20px;
	font-weight: 400;
	background-color: #fbfbfb;
}

	.show_more:hover {
		text-decoration: none;
	}

	.with_icon .show_more::before,
	.show_more::before {
		right: 0;
		position: absolute;
		top: 50%;
		margin-top: -10px;
		width: 20px;
		height: 20px;
		font-family: 'icomoon' !important;
		speak: none;
		font-style: normal;
		font-weight: normal;
		font-variant: normal;
		text-transform: none;
		line-height: 1;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		content: "\e900";
		transition: all 0.3s;
		font-size: 8px;
		line-height: 20px;
		text-align: center;
		left: auto;
		color: #4B4E4F;
	}

	.with_icon .show_more::after,
	.show_more::after {
		position: absolute;
		top: 50%;
		height: 0;
		border-bottom: 1px dotted #CADDF2;
		content: '';
		right: 140px;
		left: 20px;
	}

.with_icon .hide_more,
.hide_more {
	position: relative;
	display: block;
	margin: 0;
	text-align: right;
	border-radius: 2px;
	padding: 10px 26px 10px 20px;
	color: transparent;
	font-size: 0.5em;
	text-transform: uppercase;
	background-color: #fbfbfb;
	min-height: 0;
	transition: none;
}

	.hide_more:hover {
		color: transparent;
		text-decoration: none;
	}

	.with_icon .hide_more::before,
	.hide_more::before {
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg);
		right: 0;
		left: auto;
		position: absolute;
		top: 50%;
		margin-top: -10px;
		width: 20px;
		height: 20px;
		font-family: 'icomoon' !important;
		speak: none;
		font-style: normal;
		font-weight: normal;
		font-variant: normal;
		text-transform: none;
		line-height: 1;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		content: "\e900";
		transition: all 0.3s;
		font-size: 8px;
		line-height: 20px;
		text-align: center;
		color: #4B4E4F;
	}

	.with_icon .hide_more::after,
	.hide_more::after {
		position: absolute;
		top: 50%;
		height: 0;
		border-bottom: 1px dotted #CADDF2;
		content: '';
		left: 20px;
		right: 30px;
	}

.clear {
	clear: both;
	display: block;
}

.note {
	background-color: rgba(241, 90, 34, 0.1);
	background-image: url(https://data.nalog.ru/css/ul2018/img/note.svg);
	background-position: 20px 20px;
	background-repeat: no-repeat;
	background-size: 40px;
	min-height: 80px;
	padding: 20px 20px 20px 75px;
	margin: 20px 0;
}

.dropblock {
	margin-bottom: 20px;
	position: relative;
	display: inline-block;
}

.down_btn2 {
	display: inline-block;
	padding: 8px 40px 7px 15px;
	height: 40px;
	border-width: 1px;
	border-style: solid;
	border-radius: 2px;
	text-align: center;
	vertical-align: middle;
	transition: all 0.3s;
	cursor: pointer;
	background: #0066B3;
	border-color: #0066B3;
	color: #FFFFFF;
	text-decoration: none;
	position: relative;
}

	.down_btn2:hover {
		color: #FFFFFF;
		border-radius: 8px;
		text-decoration: none;
		background: #008ad9;
		border-color: #008ad9;
	}

	.down_btn2::after {
		width: 20px;
		height: 20px;
		background: url(https://data.nalog.ru/css/ul2018/img/arrow-down-white.svg) no-repeat 50%;
		background-size: 10px;
		position: absolute;
		top: 50%;
		margin-top: -10px;
		right: 15px;
		content: '';
		transition: all 0.3s;
	}

.down_button_div {
	display: none;
	position: absolute;
	z-index: 90;
	background: #ffffff;
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.20);
	padding: 15px 16px 4px;
	top: 100%;
	left: 0;
}

	.down_button_div a {
		display: block;
		margin: 0 0 10px;
		text-decoration: none;
		color: #405965;
	}

		.down_button_div a:hover {
			color: #F15A22;
			text-decoration: underline;
		}

.down_btn2_active::after {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.blue_down_button {
	display: inline-block;
	padding: 7px 40px 7px 15px;
	height: 40px;
	border-width: 1px;
	border-style: solid;
	border-radius: 2px;
	text-align: center;
	vertical-align: middle;
	transition: all 0.3s;
	cursor: pointer;
	background: #0066B3;
	border-color: #0066B3;
	color: #FFFFFF;
	text-decoration: none;
	position: relative;
}

	.blue_down_button:hover {
		color: #FFFFFF;
		border-radius: 8px;
		text-decoration: none;
		background: #008ad9;
		border-color: #008ad9;
	}

	.blue_down_button button {
		border: 0;
		background: none;
		font-family: 'Open Sans', sans-serif;
		font-size: 1em;
		color: #fff;
		height: 100%;
		vertical-align: middle;
	}

	.blue_down_button a {
		width: 20px;
		height: 20px;
		background: url(https://data.nalog.ru/css/ul2018/img/arrow-down-white.svg) no-repeat 50%;
		background-size: 10px;
		position: absolute;
		top: 50%;
		margin-top: -10px;
		right: 15px;
		transition: all 0.3s;
	}

.blue_down_button_active a {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.file_doc,
.file_xls,
.file_pdf,
.file_zip,
.file_type,
.file_pptx {
	padding: 5px 0 9px 32px;
	display: block;
	position: relative;
	min-height: 32px;
	font-size: 0.9em;
	text-transform: uppercase;
}

	.file_doc::before,
	.file_xls::before,
	.file_pdf::before,
	.file_zip::before,
	.file_type::before,
	.file_pptx::before {
		font-family: 'icomoon' !important;
		speak: none;
		font-style: normal;
		font-weight: normal;
		font-variant: normal;
		text-transform: none;
		line-height: 1;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		width: 26px;
		height: 32px;
		font-size: 32px;
		color: #0066B3;
		position: absolute;
		top: 0;
		left: 0;
	}

	.file_doc::before {
		content: "\e905";
	}

	.file_xls::before {
		content: "\e913";
	}

	.file_pdf::before {
		content: "\e90c";
	}

	.file_zip::before {
		content: "\e914";
	}

	.file_type::before {
		content: "\e906";
	}

	.file_pptx::before {
		content: "\e917";
	}

.div_left {
	float: left;
	width: calc(50% - 15px);
	padding-right: 15px;
}

.div_right {
	float: left;
	width: calc(50% - 15px);
	padding-left: 15px;
}

.blue {
	color: #0066b3;
}

.large {
	font-size: 3em;
	line-height: 1.2em;
	font-family: 'Conv_PFDINTEXTCONDPRO-MEDIUM';
	display: inline-block;
	background: #0066B3;
	color: #FFFFFF;
	padding: 10px;
	border-radius: 2px;
	margin-bottom: 10px;
}

.number {
	float: left;
	margin-top: -2px;
	margin-right: 20px;
	margin-bottom: 10px;
	background: #0066b3;
	color: #fff;
	font-family: 'Conv_PFDINTEXTCONDPRO-MEDIUM';
	font-size: 2.5em;
	line-height: 0.9em;
	padding: 8px 14px;
	border-radius: 2px;
	text-align: center;
	min-width: 55px;
}

.dl_button {
	float: right;
	margin: 0px 0px 0px 20px;
}

.dl_item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 20px;
	background: #fbfbfb;
	margin-bottom: 20px;
	border-radius: 2px;
}

	.dl_item .gray {
		margin-top: 5px;
	}

	.dl_item div:first-child {
		padding-right: 20px;
	}

.list_item_wide {
	margin: 20px 0;
	overflow: hidden;
}

.large2 {
	font-size: 1.8em;
	line-height: 0.8em;
	font-family: 'Conv_PFDINTEXTCONDPRO-MEDIUM';
}

.item_image {
	float: left;
	margin-right: 20px;
	text-align: center;
	background: #0066B3;
	color: #FFFFFF;
	padding: 5px 16px 2px;
	border-radius: 2px;
}

	.item_image .blue {
		color: #FFFFFF;
	}

.big {
	font-size: 1.5em;
	line-height: 1em;
}

.taxes_table {
	border-collapse: collapse;
	width: 100%;
	margin-bottom: 30px;
}

	.taxes_table td {
		border-bottom: 1px solid #E6E7E8;
		padding: 15px 10px;
		vertical-align: top;
	}

	.taxes_table tr:nth-child(odd) td:not(.tax_way) {
		background: #fbfbfb;
	}

	.taxes_table .tax_way {
		background: #fff;
		font-family: 'Conv_PFDINTEXTCONDPRO-MEDIUM';
		font-size: 2em;
		line-height: 1em;
		color: #0066b3;
		padding: 10px 15px;
		border-right: 1px solid #E6E7E8;
		border-bottom: none;
	}

	.taxes_table th.tax_way {
		border-right: none;
		border-bottom: 1px solid #E6E7E8;
	}

	.taxes_table tr:last-child .tax_way {
		border-bottom: 1px solid #E6E7E8;
	}

	.taxes_table th {
		border-bottom: 1px solid #E6E7E8;
		border-top: 1px solid #E6E7E8;
		padding: 15px 10px;
		vertical-align: bottom;
		text-align: left;
		background: #fff;
		text-transform: uppercase;
		font-size: 0.7em;
	}

.border_table {
	border-collapse: collapse;
	width: 100%;
	margin: 10px 0 30px;
}

	.border_table th {
		border-bottom: 1px solid #E6E7E8;
		border-top: 1px solid #E6E7E8;
		padding: 15px 10px;
		vertical-align: middle;
		text-align: left;
		background: #fff;
		text-transform: uppercase;
		font-size: 0.7em;
	}

	.border_table td {
		border-bottom: 1px solid #E6E7E8;
		padding: 15px 10px;
		vertical-align: top;
	}

	.border_table tr:nth-child(odd) td {
		background: #fbfbfb;
	}

.form_title {
	font-family: 'Conv_PFDINTEXTCONDPRO-MEDIUM';
	font-size: 2em;
	line-height: 1;
	margin-bottom: 20px;
}

.show_more2 {
	display: inline-block;
	padding: 0 20px 0 0;
	margin: 5px 0 20px;
	line-height: 1.3em;
	position: relative;
}

	.show_more2::before {
		position: absolute;
		top: 4px;
		right: 0;
		width: 8px;
		height: 14px;
		content: "\e902";
		font-family: 'icomoon' !important;
		speak: none;
		font-style: normal;
		font-weight: normal;
		font-variant: normal;
		text-transform: none;
		line-height: 1;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		font-size: 12px;
		transition: all 0.3s;
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg);
	}

	.show_more2.active::before {
		-webkit-transform: rotate(270deg);
		transform: rotate(270deg);
	}

.fright {
	display: block;
	text-align: right;
	padding-top: 20px;
}

.search_in .radio > div {
	padding-bottom: 15px;
	white-space: nowrap;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

	.search_in .radio > div label {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		width: calc(100% - 25px);
	}

		.search_in .radio > div label .select2-container {
			padding-left: 10px;
		}

.content_form {
	background: #fbfbfb;
	padding: 20px;
	margin-bottom: 20px;
}

.form_table {
	width: 100%;
}

	.form_table th,
	.form_table td {
		vertical-align: middle;
		padding: 5px 0;
	}

	.form_table th {
		width: 20%;
		padding-right: 15px;
		text-align: left;
		font-weight: normal;
	}

	.form_table input[type="text"] {
		margin-bottom: 0;
	}

.ul_class {
	list-style: none;
	margin: 20px 0;
}

	.ul_class li {
		position: relative;
		padding-left: 20px;
		margin-bottom: 10px;
	}

		.ul_class li::before {
			width: 7px;
			height: 7px;
			background: #0066B3;
			position: absolute;
			top: 9px;
			left: 0;
			content: '';
		}

		.ul_class li.sm1 {
			margin-left: 40px;
		}

		.ul_class li.sm2 {
			margin-left: 60px;
		}

		.ul_class li.sm3 {
			margin-left: 80px;
		}

.tabs.small2 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.tabs .clear {
	display: none;
}

.time_title {
	padding: 5px 0;
	color: #4B4E4F;
	font-size: 1.4em;
	text-align: left;
}

.tabs span {
	display: block;
	background: #fbfbfb;
	border-top: 5px solid #fbfbfb;
}

	.tabs span a {
		color: #405965;
		font-family: 'Conv_PFDINTEXTCONDPRO-MEDIUM';
		font-size: 1.4em;
		line-height: 1;
		display: block;
		padding: 20px;
	}

		.tabs span a:hover {
			color: #F15A22;
		}

	.tabs span.active {
		background: #FFFFFF;
		box-shadow: -5px -5px 15px 0 rgba(0, 0, 0, 0.05);
		border-color: #0066B3;
	}

.tab-content-panel {
	padding: 20px;
	background: #FFFFFF;
	box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.07);
}

.adv_search {
	display: none;
}

.print_signin {
	margin-bottom: 20px;
}

	.print_signin a {
		display: inline-block;
		padding: 0 30px 0 0;
		line-height: 1.3em;
		position: relative;
	}

		.print_signin a::before {
			position: absolute;
			top: 0;
			right: 0;
			width: 20px;
			height: 24px;
			content: "\e90d";
			font-family: 'icomoon' !important;
			speak: none;
			font-style: normal;
			font-weight: normal;
			font-variant: normal;
			text-transform: none;
			line-height: 1;
			-webkit-font-smoothing: antialiased;
			-moz-osx-font-smoothing: grayscale;
			font-size: 20px;
		}

.time1,
.time2,
.time3,
.time4 {
	padding: 5px 0 5px 70px;
	background-position: 0 50%;
	background-repeat: no-repeat;
	background-size: 60px;
	min-height: 60px;
	margin-bottom: 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.time1 {
	background-image: url(https://data.nalog.ru/css/ul2018/img/quaterYear.svg);
}

.time2 {
	background-image: url(https://data.nalog.ru/css/ul2018/img/fullYear.svg);
}

.time3 {
	background-image: url(https://data.nalog.ru/css/ul2018/img/halfYear.svg)
}

.time4 {
	background-image: url(https://data.nalog.ru/css/ul2018/img/3QuatersYear.svg)
}

ul.dynatree-container {
	color: #405965;
	font-family: 'Open Sans', sans-serif;
	font-size: 1em;
	line-height: 1.4;
	padding: 10px;
	border: 1px solid #CADDF2;
	border-radius: 2px;
}

span.dynatree-node a {
	font-size: 1em;
}

span.dynatree-expander {
	margin-top: 3px;
}

span.dynatree-checkbox {
	margin-top: 3px;
}

span.dynatree-node {
	margin-bottom: 5px;
}

span.dynatree-selected a {
	background-color: #0066B3 !important;
	color: white !important;
	font-style: normal;
}

span.dynatree-active a {
	background-color: #0066B3 !important;
	color: white !important;
}

.search_in {
	padding-left: 33px;
}

.tabs_block {
	margin-bottom: 20px;
}

.tooltip_content {
	display: none;
}

.int_link {
	color: #0066b3;
	border-bottom: 1px dashed #0066b3;
	cursor: pointer;
}

.text_block_icon p:not(.more) a {
	color: #405965;
	padding: 10px 15px;
	background: #FFFFFF;
	border-radius: 2px;
	transition: all 0.3s;
	cursor: pointer;
	box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.07);
	color: #405965;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
}

	.text_block_icon p:not(.more) a:hover {
		border-radius: 8px;
		padding-left: 19px;
		padding-right: 11px;
		box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.20);
		color: #F15A22;
		text-decoration: none;
	}

	.text_block_icon p:not(.more) a .icon {
		width: 37px;
		min-width: 37px;
		height: 40px;
		text-align: center;
		margin-right: 5px;
	}

.to_top2 {
	display: none;
}

.MiniSpoiler {
	margin-bottom: 40px;
	box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.07);
	transition: all 0.3s;
	background: #FFFFFF;
}

	.MiniSpoiler:hover {
		border-radius: 8px;
		box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.20);
	}

	.MiniSpoiler .link_mobile {
		position: relative;
		padding: 20px 40px 20px 15px;
		cursor: pointer;
		transition: all 0.3s;
		font-family: 'Conv_PFDINTEXTCONDPRO-MEDIUM';
		font-size: 1.8em;
		line-height: 1;
		margin-bottom: 0;
		color: #405965;
	}

		.MiniSpoiler .link_mobile::after {
			right: 20px;
			position: absolute;
			top: 50%;
			margin-top: -10px;
			width: 20px;
			height: 20px;
			font-family: 'icomoon' !important;
			speak: none;
			font-style: normal;
			font-weight: normal;
			font-variant: normal;
			text-transform: none;
			line-height: 1;
			-webkit-font-smoothing: antialiased;
			-moz-osx-font-smoothing: grayscale;
			content: "\e900";
			transition: all 0.3s;
			font-size: 12px;
			line-height: 20px;
			text-align: center;
			left: auto;
		}

		.MiniSpoiler .link_mobile a {
			color: #405965;
		}

			.MiniSpoiler .link_mobile a:hover {
				color: #405965;
				text-decoration: none;
			}

	.MiniSpoiler .ms-content {
		display: none;
		padding: 20px 15px;
	}

.link_mobile_active {
	background: #E9EBF0;
}

	.link_mobile_active::after {
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg);
	}

.MiniSpoiler .ms-content h2 {
	display: none;
}

.bigger {
	font-family: 'Conv_PFDINTEXTCONDPRO-MEDIUM';
	font-size: 1.4em;
	line-height: 1;
	margin-bottom: 20px;
	color: #405965;
}

.page-content__left a.black {
	display: block;
	padding-bottom: 20px;
	border-bottom: 1px solid #E6E7E8;
}

.text_block ul {
	list-style: none;
	margin: 20px 0;
}

	.text_block ul li {
		position: relative;
		padding-left: 20px;
		margin-bottom: 10px;
	}

		.text_block ul li::before {
			width: 7px;
			height: 7px;
			background: #0066B3;
			position: absolute;
			top: 9px;
			left: 0;
			content: '';
		}

ol {
	counter-reset: item;
	list-style: none;
	margin: 20px 0;
}

	ol li {
		margin-bottom: 10px;
		padding: 0px 0px 0px 45px;
		position: relative;
	}

    .wrap-content ol > li::before {
	content: counter(item) ".";
	counter-increment: item;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}

hr {
	margin: 20px 0;
	border: none;
	background: #fbfbfb;
	height: 1px;
}
/* hidden-links */
.hidden-links {
	position: relative;
	cursor: pointer;
}

.hidden-links__image img {
	width: 100%;
	transition: all .2s ease-in-out;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.hidden-links__bg {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: rgba(59,66,86,0.5);
	transition: opacity .4s ease-in-out;
	opacity: 0;
}

.hidden-links__block {
	background: #3B4256;
	transition: bottom .2s ease-in-out;
	position: absolute;
	bottom: -100%;
	left: 0;
	right: 0;
	padding: 15px 20px;
}

.hidden-links__text {
	color: #FFFFFF;
}

	.hidden-links__text:hover {
		text-decoration: underline dotted;
	}

.hidden-links__time {
	font-size: 0.7em;
	color: #FFFFFF;
}

.hidden-links:hover .hidden-links__bg {
	opacity: 1;
}

.hidden-links:hover .hidden-links__block {
	bottom: 0;
}

.hidden-links:hover .hidden-links__image img {
	-webkit-transform: translateY(-20px);
	transform: translateY(-20px);
}

table.table-sorting thead th {
	padding: 10px;
	background: #0066B3;
	color: #FFFFFF;
	border-bottom: none;
}

.dataTables_wrapper .dataTables_length,
.dataTables_wrapper .dataTables_filter,
.dataTables_wrapper .dataTables_info,
.dataTables_wrapper .dataTables_processing,
.dataTables_wrapper .dataTables_paginate {
	color: #405965;
}

	.dataTables_wrapper .dataTables_length label {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		margin-bottom: 20px;
	}

		.dataTables_wrapper .dataTables_length label .select2-container {
			margin: 0 10px;
		}

	.dataTables_wrapper .dataTables_filter label {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		margin-bottom: 20px;
	}

	.dataTables_wrapper .dataTables_filter input {
		margin: 0 0 0 10px;
	}

table.table-sorting tbody tr.even {
	background-color: #f3f4f5;
}

.table-sorting td {
	padding: 10px;
}

table.table-sorting {
	border: 1px solid #CADDF2;
	margin-bottom: 20px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
	font-family: 'Open Sans', sans-serif;
	font-size: 0.8em;
	padding: 0 12px;
	height: 30px;
	line-height: 30px;
	background: #FFFFFF;
	border: none;
	color: #0066B3 !important;
	margin: 0 3px;
}

	.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
		border-radius: 8px;
		background: #008ad9;
		color: #FFFFFF !important;
		border: none;
	}

	.dataTables_wrapper .dataTables_paginate .paginate_button.disabled,
	.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover,
	.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
		cursor: default;
		color: #0066B3 !important;
		border: none;
		background: #CADDF2;
		box-shadow: none;
		border-radius: 2px;
	}

	.dataTables_wrapper .dataTables_paginate .paginate_button.current,
	.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
		border: none;
		background: #008ad9;
		color: #FFFFFF !important;
	}

.divider {
	position: relative;
	margin: 35px 0;
	color: #CADDF2;
	width: 100%;
	overflow: hidden;
}

.divider__icon {
	position: relative;
	width: 40px;
	height: 40px;
	text-align: center;
	display: inline-block;
	line-height: 35px;
	border: 1px solid #CADDF2;
	border-radius: 50%;
	z-index: 1;
}

.divider__icon_rounded {
	background: #CADDF2;
}

	.divider__icon_rounded .svg_light-grey {
		color: #ffffff;
	}

.divider__icon .icon {
	width: 20px;
	height: 20px;
}

.divider::after {
	content: '';
	position: absolute;
	width: 100%;
	top: 50%;
	left: 40px;
	height: 1px;
	background: #CADDF2;
}

.divider_short::after {
	width: 30%;
}

.divider_right {
	text-align: right;
}

	.divider_right::after {
		right: 40px;
		left: auto;
	}

.divider_center {
	text-align: center;
}

	.divider_center::before {
		content: '';
		position: absolute;
		right: 50%;
		margin-right: 20px;
		width: 50%;
		height: 1px;
		background: #CADDF2;
		top: 50%;
	}

.divider_short.divider_center::before {
	width: 15%;
}

.divider_center::after {
	left: 50%;
	margin-left: 20px;
	width: 50%;
}

.divider_short.divider_center::after {
	width: 15%;
}

.chart {
	min-width: 290px;
	max-width: 800px;
	height: 400px;
	margin: 0 auto;
}

.pie {
	display: inline-block;
	position: relative;
}

.pie__percent {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	font-size: 1.5em;
	font-family: 'Conv_PFDINTEXTCONDPRO-MEDIUM';
}

.with_icon.icon_service {
	background-image: none !important;
	padding: 20px 15px;
	min-height: 0;
}

	.with_icon.icon_service::before {
		display: none;
	}

.range-slider .irs-bar {
	height: 5px;
	background: #0066B3;
	border-radius: 8px;
}

.range-slider .irs {
	height: 40px;
}

.range-slider .irs-bar-edge,
.range-slider .irs-line-mid,
.range-slider .irs-line-left,
.range-slider .irs-line-right {
	background-color: #CADDF2;
	border-radius: 8px;
	height: 5px;
}

.range-slider .irs-line {
	height: 5px;
	top: 40px;
}

.range-slider .irs-slider {
	width: 25px;
	height: 25px;
	border-radius: 50%;
	background: #F15A22;
	cursor: pointer;
	top: 29px;
}

.range-slider .irs-from,
.range-slider .irs-to,
.range-slider .irs-single {
	color: #FFF;
	top: -8px;
	font-size: 12px;
	line-height: 1.333;
	padding: 3px 5px;
	background: #0066B3;
	border-radius: 2px;
}

	.range-slider .irs-from::after,
	.range-slider .irs-single::after,
	.range-slider .irs-to::after {
		content: "";
		position: absolute;
		display: block;
		bottom: -6px;
		left: 50%;
		width: 0;
		height: 0;
		margin-left: -3px;
		overflow: hidden;
		border: 3px solid transparent;
		border-top-color: #0066B3;
	}

.range-slider .irs-min,
.range-slider .irs-max {
	color: #4B4E4F;
	font-size: 12px;
	line-height: 1.333;
	text-shadow: none;
	top: -8px;
	padding: 3px 5px;
	background: #E6E7E8;
	border-radius: 2px;
}

.steps {
	margin-bottom: 20px;
}

.steps-menu {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 0 -15px;
	text-align: center;
}

.steps-menu__item {
	padding: 0 15px;
}

.steps-menu_5 .steps-menu__item {
	width: 20%;
	min-width: 20%;
}

.steps-menu_4 .steps-menu__item {
	width: 25%;
	min-width: 25%;
}

.steps-menu_3 .steps-menu__item {
	width: 33.3333%;
	min-width: 33.3333%;
}

.steps-menu_2 .steps-menu__item {
	width: 50%;
	min-width: 50%;
}

.steps-menu__number {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	border: 2px solid #0066B3;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #0066B3;
	font-size: 2em;
	font-family: 'Conv_PFDINTEXTCONDPRO-MEDIUM';
	margin: 0 auto 15px;
}

	.steps-menu__number .icon {
		width: 30px;
		height: 30px;
	}

.steps-menu__text {
	font-size: 1.2em;
	font-family: 'Conv_PFDINTEXTCONDPRO-MEDIUM';
}

.steps-menu__item_active .steps-menu__number {
	background: #0066B3;
	color: #FFFFFF;
}

.steps-menu__item_active .steps-menu__text {
	color: #0066B3;
}

.steps-menu__item_active .svg_blue {
	color: #ffffff;
}

.steps-block {
	padding-top: 20px;
}

.icon-link {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #405965;
	background: #E6E7E8;
	font-size: 2em;
	box-shadow: inset 0 0 15px rgba(0,0,0,.2);
	cursor: pointer;
	transition: all 0.3s;
}

	.icon-link .icon {
		width: 30px;
		height: 30px;
	}

	.icon-link:hover {
		color: #FFFFFF;
	}

		.icon-link:hover .svg_grey {
			color: #FFFFFF;
		}

.icon-link_blue:hover {
	background: #0066B3;
}

.icon-link_red:hover {
	background: #F15A22;
}

.switch-button .jq-checkbox {
	width: 60px;
	height: 30px;
	border-radius: 15px;
	margin: 0;
	transition: all 0.3s;
}

.switch-button .jq-checkbox__div {
	background: #FFFFFF;
	top: 1px;
	left: 1px;
	opacity: 1;
	width: 28px;
	height: 28px;
	border-radius: 50%;
	box-shadow: 0 2px 5px rgba(0,0,0,.3);
	transition: margin .4s;
}

.switch-button .jq-checkbox.checked .jq-checkbox__div {
	margin-left: 30px;
}

.switch-button .jq-checkbox.checked {
	background: #0066B3;
}

.separator {
	height: 40px;
}

.pointer {
	cursor: pointer;
	font-weight: 400;
	background-color: #fbfbfb;
	padding: 13px 20px 0px 20px;
	display: block;
}

.subscribe .ptop20 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

	.subscribe .ptop20 .clear {
		width: 100%;
	}

	.subscribe .ptop20 .fright {
		padding-top: 0;
	}

.jq-file__name {
	display: inline-block;
	font-family: 'Open Sans', sans-serif;
	font-size: 1em;
	color: #405965;
	background: #ffffff;
	border-radius: 2px 0 0 2px;
	padding: 0 10px;
	border: 1px solid #CADDF2;
	height: 40px;
	line-height: 40px;
	transition: all 0.3s;
	vertical-align: middle;
	min-width: 200px;
}

.jq-file__browse {
	display: inline-block;
	font-family: 'Open Sans', sans-serif;
	font-size: 1em;
	height: 40px;
	transition: all 0.3s;
	border-radius: 0 2px 2px 0;
	vertical-align: middle;
	min-width: 80px;
	background: #0066B3;
	color: #FFFFFF;
	padding: 8px 15px 7px;
}

.jq-file:hover .jq-file__name {
	border-radius: 8px 0 0 8px;
}

.jq-file:hover .jq-file__browse {
	color: #FFFFFF;
	background: #008ad9;
	border-radius: 0 8px 8px 0;
}

.bootstrap-datetimepicker-widget.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    min-width: 160px;
    min-height: 180px;
    text-align: left;
    background-color: #ffffff;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.20);
    color: #405965;
    font-family: 'Open Sans', sans-serif;
    font-size: 1em;
    line-height: 1.4;
    max-width: 290px;
}

.datepicker-wrapper {
	position: relative;
}

.bootstrap-datetimepicker-widget.dropdown-menu.top {
	color: #405965;
}
/*.bootstrap-datetimepicker-widget .timepicker {
  background: #FFFFFF;
}*/
.bootstrap-datetimepicker-widget table td span {
	transition: all 0.3s;
}

	.bootstrap-datetimepicker-widget table td span:hover {
		background: #CADDF2;
	}

.collapse {
	display: none;
}

	.collapse.in {
		display: block;
	}

.collapsing {
	position: relative;
	height: 0;
	overflow: hidden;
	transition: height 0.35s ease;
}

.bootstrap-datetimepicker-widget table th {
	height: 30px;
	line-height: 30px;
	font-family: 'Conv_PFDINTEXTCONDPRO-MEDIUM';
	font-weight: 400;
	transition: all 0.3s;
}

.bootstrap-datetimepicker-widget table thead tr:first-child th:hover {
	background: #CADDF2;
}

.datepicker {
	padding: 5px 0 0;
}

.bootstrap-datetimepicker-widget table td {
	transition: all 0.3s;
}

	.bootstrap-datetimepicker-widget table td.active,
	.bootstrap-datetimepicker-widget table td.active:hover {
		background-color: #0066B3;
	}

	.bootstrap-datetimepicker-widget table td.day {
		height: 30px;
		line-height: 30px;
		width: 30px;
	}

		.bootstrap-datetimepicker-widget table td.day:hover,
		.bootstrap-datetimepicker-widget table td.hour:hover,
		.bootstrap-datetimepicker-widget table td.minute:hover,
		.bootstrap-datetimepicker-widget table td.second:hover {
			background: #CADDF2;
		}

	.bootstrap-datetimepicker-widget table td.today::before {
		border-bottom-color: #0066B3;
	}

.bootstrap-datetimepicker-widget .list-unstyled {
	list-style: none;
}

.print {
	display: block;
	padding: 10px;
	background: #FFFFFF;
	transition: all 0.3s;
	cursor: pointer;
	border-radius: 2px;
	width: 40px;
	height: 43px;
}

	.print .icon {
		width: 20px;
		height: 20px;
	}

	.print:hover {
		background: #0066B3;
		border-radius: 8px;
	}

		.print:hover .svg_blue {
			color: #ffffff;
		}

.page-nav .print {
	float: right;
}

.picture-replace {
	display: none;
}

.div_more .download .dl_item {
	background: #FFF;
}

.dropblock a {
	display: block !important;
	color: #FFF !important;
}

.subscribe {
	margin: 0px 0px 40px 0px;
	padding: 20px;
	background-color: #f4f7fc;
}

.with_icon .blue_button {
	display: block;
}

.with_icon p {
	margin-bottom: 20px;
}

.table-wrapper {
	width: 100%;
	overflow-x: auto;
	margin-bottom: 20px;
}

.calc {
	font-size: 1.2em;
	margin-bottom: 20px;
	text-transform: uppercase;
	font-family: 'Conv_PFDINTEXTCONDPRO-MEDIUM';
	background-color: rgba(0, 102, 179, 0.1);
	padding: 20px 10px 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

	.calc .value,
	.calc .sign1,
	.calc .sign2 {
		display: block;
		padding: 0 10px 10px;
	}


.steps-menu__item a:hover div div span {
	text-decoration: none !important;
	color: #f15a22;
	border-color: #f15a22;
}

.steps-menu__item a:hover .steps-menu__number_passed, .steps-menu__item a:hover .steps-menu__number {
	text-decoration: none;
	color: #f15a22;
	border-color: #f15a22;
}

.steps-menu__item a:hover .steps-menu__text {
	text-decoration: underline;
}

.steps-menu__number_passed {
	color: #2dbdb6;
	border-color: #2dbdb6;
}

	.steps-menu__number_passed:hover {
		text-decoration: none;
		color: #f15a22;
		border-color: #f15a22;
	}

.print_service {
	display: block;
	padding: 10px;
	background: #FFFFFF;
	transition: all 0.3s;
	cursor: pointer;
	border-radius: 2px;
	width: 40px;
	height: 43px;
	position: absolute;
	top: 10px;
	right: 16px;
}

/* Banner */

.covid_banner .covid_banner-link {
	background: url("/css/ul2018/img/covid-banner-bg.jpg") center center / cover repeat-y #1b559e;
	padding: 32px;
	text-align: center;
	color: #fff;
	display: block;
	text-decoration: none !important;
	border-radius: 4px;
}

.covid_banner .covid_banner-body {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.covid_banner .covid_banner-img {
	width: 105px;
	margin-bottom: 16px;
}

.covid_banner .covid_banner-title {
	display: block;
	font-family: 'Conv_PFDINTEXTCONDPRO-MEDIUM';
	font-size: 1.8em;
	line-height: 1.2;
	margin-bottom: 20px;
	color: White;
	font-weight: 400;
}

.covid_banner .covid_banner-more {
	display: block;
	margin-top: 0.5em;
	font-size: 1.1em;
	line-height: 1.1em;
	text-align: center;
	color: White;

	font-family: 'Conv_PFDINTEXTCONDPRO-MEDIUM';
	font-weight: 400;
}

@media screen and (min-width: 560px) {
	.covid_banner .covid_banner-body {
		flex-direction: row;
		justify-content: center;
		text-align: center;
	}

	.covid_banner .covid_banner-img {
		margin-bottom: 0;
		margin-right: 32px;
	}
}

/* /Banner */

@media only screen and (max-width: 767px) {
	.visible_mobile {
		display: block !important;
	}

	.visible_desctop {
		display: none !important;
	}
}


.visible_mobile {
	display: none;
}

.visible_desctop {
	display: block;
}