@charset "UTF-8";
/*@import utils/variables*/
/*======================================================*/
/*FONTS*/
/*======================================================*/
@import url("https://fonts.googleapis.com/css?family=Roboto+Slab:300,400,700|Roboto:300,300i,400,400i,700,700i&subset=cyrillic");

/*======================================================*/
/*NORMALIZE AND RESET*/
/*======================================================*/
/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
html {
	font-family: sans-serif;
	line-height: 1.15;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

body {
	margin: 0;
}

article,
aside,
footer,
header,
nav,
section {
	display: block;
}

h1 {
	font-size: 2em;
	margin: .67em 0;
}

figcaption,
figure,
main {
	display: block;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

a {
	background-color: transparent;
	-webkit-text-decoration-skip: objects;
}

a:active,
a:hover {
	outline-width: 0;
}

abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

b,
strong {
	font-weight: inherit;
	font-weight: bolder;
}

code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

dfn {
	font-style: italic;
}

mark {
	background-color: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -.25em;
}

sup {
	top: -.5em;
}

audio,
video {
	display: inline-block;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

img {
	border-style: none;
}

svg:not(:root) {
	overflow: hidden;
}

button,
input,
optgroup,
select,
textarea {
	font-family: sans-serif;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

button,
input {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

[type=reset],
[type=submit],
button,
html [type=button] {
	appearance: button;
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
	outline: 1px dotted ButtonText;
}

fieldset {
	border: 1px solid silver;
	margin: 0 2px;
	padding: .35em .625em .75em;
}

legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

progress {
	display: inline-block;
	vertical-align: baseline;
}

textarea {
	overflow: auto;
}

[type=checkbox],
[type=radio] {
	box-sizing: border-box;
	padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
	height: auto;
}

[type=search] {
	appearance: textfield;
	outline-offset: -2px;
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
	-webkit-appearance: none;
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

details,
menu {
	display: block;
}

summary {
	display: list-item;
}

canvas {
	display: inline-block;
}

[hidden],
template {
	display: none;
}

/* reset */
input,
input:focus,
select:focus,
textarea:focus {
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0) !important;
	-webkit-focus-ring-color: rgba(255, 255, 255, 0) !important;
	outline: none !important;
	-moz-outline: 3px solid white !important;
}

body {
	-webkit-font-smoothing: antialiased;
}

body,
html {
	height: 100%;
	width: 100%;
}

select[disabled] {
	cursor: default;
}

form {
	margin: 0;
	padding: 0;
}

input {
	vertical-align: middle;
}

textarea,
select,
input[type="text"],
input[type="email"],
input[type="search"],
input[type="submit"],
input[type="button"],
input[type="reset"],
button {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 0;
}

input[type=radio],
input[type=checkbox],
select {
	cursor: pointer;
}

textarea,
input,
button {
	appearance: none;
	border-radius: 0;
}

input[type="radio"]:focus {
	-moz-outline-radius: 12px !important;
	outline-offset: 0 !important;
}

input[type="checkbox"]:focus {
	outline-offset: -1px !important;
	outline: 1px solid #000 !important;
}

input::-ms-clear {
	display: none;
}

blockquote,
q {
	quotes: none;
}

blockquote::before,
blockquote::after,
q::before,
q::after {
	content: none;
}

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

fieldset {
	border: none;
	margin: 0;
	padding: 0;
}

table {
	border: 0;
	width: 100%;
	padding: 0;
	margin: 0;
}

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

*,
*::after,
*::before {
	box-sizing: border-box;
}

iframe {
	border: none;
}

/* reset end */
/* GRID LAYOUT */
.grid-row {
	margin-right: -10px;
	margin-left: -10px;
	margin-bottom: 20px;
}

.grid-row::after {
	content: '';
	display: table;
	clear: both;
}

[class*="grid-col-"] {
	float: left;
	position: relative;
	min-height: 1px;
	padding-right: 10px;
	padding-left: 10px;
}

.no-js [class*="grid-col-"] {
	float: none !important;
	width: auto !important;
}

.grid-layout-right {
	float: right;
	z-index: 2;
}

.grid-col-1 {
	width: 8.333%;
}

.grid-col-2 {
	width: 16.667%;
}

.grid-col-3 {
	width: 25%;
}

.grid-col-4 {
	width: 33.333%;
}

.grid-col-5 {
	width: 41.667%;
}

.grid-col-6 {
	width: 50%;
}

.grid-col-7 {
	width: 58.333%;
}

.grid-col-8 {
	width: 66.667%;
}

.grid-col-9 {
	width: 75%;
}

.grid-col-10 {
	width: 83.333%;
}

.grid-col-11 {
	width: 91.667%;
}

.grid-col-12 {
	width: 100%;
}

@media (min-width: 1920px) {
	.grid-col-12 {
		margin-bottom: 20px;
	}

	.grid-col-12:last-child {
		margin-bottom: 0;
	}
}

@media (max-width: 1919px) {
	.grid-col-hd-1 {
		width: 8.333%;
	}

	.grid-col-hd-2 {
		width: 16.667%;
	}

	.grid-col-hd-3 {
		width: 25%;
	}

	.grid-col-hd-4 {
		width: 33.333%;
	}

	.grid-col-hd-5 {
		width: 41.667%;
	}

	.grid-col-hd-6 {
		width: 50%;
	}

	.grid-col-hd-7 {
		width: 58.333%;
	}

	.grid-col-hd-8 {
		width: 66.667%;
	}

	.grid-col-hd-9 {
		width: 75%;
	}

	.grid-col-hd-10 {
		width: 83.333%;
	}

	.grid-col-hd-11 {
		width: 91.667%;
	}

	.grid-col-hd-12 {
		width: 100%;
		margin-bottom: 20px;
	}

	.grid-col-hd-12:last-child {
		margin-bottom: 0;
	}

	.grid-col-hd-width-auto {
		float: none;
		width: auto;
	}
}

@media (max-width: 1599px) {
	.grid-col-lg-1 {
		width: 8.333%;
	}

	.grid-col-lg-2 {
		width: 16.667%;
	}

	.grid-col-lg-3 {
		width: 25%;
	}

	.grid-col-lg-4 {
		width: 33.333%;
	}

	.grid-col-lg-5 {
		width: 41.667%;
	}

	.grid-col-lg-6 {
		width: 50%;
	}

	.grid-col-lg-7 {
		width: 58.333%;
	}

	.grid-col-lg-8 {
		width: 66.667%;
	}

	.grid-col-lg-9 {
		width: 75%;
	}

	.grid-col-lg-10 {
		width: 83.333%;
	}

	.grid-col-lg-11 {
		width: 91.667%;
	}

	.grid-col-lg-12 {
		width: 100%;
		margin-bottom: 20px;
	}

	.grid-col-lg-12:last-child {
		margin-bottom: 0;
	}

	.grid-col-lg-width-auto {
		float: none;
		width: auto;
	}
}

@media (max-width: 959px) {
	.grid-col-md-1 {
		width: 8.333%;
	}

	.grid-col-md-2 {
		width: 16.667%;
	}

	.grid-col-md-3 {
		width: 25%;
	}

	.grid-col-md-4 {
		width: 33.333%;
	}

	.grid-col-md-5 {
		width: 41.667%;
	}

	.grid-col-md-6 {
		width: 50%;
	}

	.grid-col-md-7 {
		width: 58.333%;
	}

	.grid-col-md-8 {
		width: 66.667%;
	}

	.grid-col-md-9 {
		width: 75%;
	}

	.grid-col-md-10 {
		width: 83.333%;
	}

	.grid-col-md-11 {
		width: 91.667%;
	}

	.grid-col-md-12 {
		width: 100%;
		margin-bottom: 20px;
	}

	.grid-col-md-12:last-child {
		margin-bottom: 0;
	}

	.grid-col-md-width-auto {
		float: none;
		width: auto;
	}
}

@media (max-width: 767px) {
	.grid-col-sm-1 {
		width: 8.333%;
	}

	.grid-col-sm-2 {
		width: 16.667%;
	}

	.grid-col-sm-3 {
		width: 25%;
	}

	.grid-col-sm-4 {
		width: 33.333%;
	}

	.grid-col-sm-5 {
		width: 41.667%;
	}

	.grid-col-sm-6 {
		width: 50%;
	}

	.grid-col-sm-7 {
		width: 58.333%;
	}

	.grid-col-sm-8 {
		width: 66.667%;
	}

	.grid-col-sm-9 {
		width: 75%;
	}

	.grid-col-sm-10 {
		width: 83.333%;
	}

	.grid-col-sm-11 {
		width: 91.667%;
	}

	.grid-col-sm-12 {
		width: 100%;
		margin-bottom: 20px;
	}

	.grid-col-sm-12:last-child {
		margin-bottom: 0;
	}

	.grid-col-sm-width-auto {
		float: none;
		width: auto;
	}
}

@media (max-width: 639px) {
	.grid-col-lt-1 {
		width: 8.333%;
	}

	.grid-col-lt-2 {
		width: 16.667%;
	}

	.grid-col-lt-3 {
		width: 25%;
	}

	.grid-col-lt-4 {
		width: 33.333%;
	}

	.grid-col-lt-5 {
		width: 41.667%;
	}

	.grid-col-lt-6 {
		width: 50%;
	}

	.grid-col-lt-7 {
		width: 58.333%;
	}

	.grid-col-lt-8 {
		width: 66.667%;
	}

	.grid-col-lt-9 {
		width: 75%;
	}

	.grid-col-lt-10 {
		width: 83.333%;
	}

	.grid-col-lt-11 {
		width: 91.667%;
	}

	.grid-col-lt-12 {
		width: 100%;
		margin-bottom: 20px;
	}

	.grid-col-lt-12:last-child {
		margin-bottom: 0;
	}

	.grid-col-lt-width-auto {
		float: none;
		width: auto;
	}
}

.grid-row--zero {
	margin: 0;
}

.grid-row--zero [class*="grid-col-"],
.grid-row--zero [class^="grid-col-"] {
	padding-right: 0;
	padding-left: 0;
}

.grid-col-width-auto {
	float: none;
	width: auto;
}

/* GRID LAYOUT END */
/*======================================================*/
/*TYPOGRAPHY*/
/*======================================================*/
/*base */
html {
	font-size: 62.5%;
}

body {
	font-family: "Roboto", sans-serif;
	font-weight: 300;
	font-size: 1.6rem;
	line-height: 1.88;
	height: 100%;
	color: #262626;
	min-width: 320px;
}

html body {
	background-color: #F5F5F5;
}

@media (max-width: 1919px) {
	body {
		font-size: 1.6rem;
		line-height: 1.7;
	}
}

h1,
h2,
h3,
h4,
h5,
h6 {
	padding: 0;
	font-family: 'Roboto Slab', sans-serif;
	font-weight: 700;
	font-style: normal;
	color: #010101;
	margin: 0 0 3rem;
	text-align: left;
}

@media (max-width: 1919px) {

	h1,
	h2,
	h3,
	h4,
	h5,
	h6 {
		margin-bottom: 1.5rem;
	}
}

@media (max-width: 639px) {

	h1,
	h2,
	h3,
	h4,
	h5,
	h6 {
		margin-bottom: 1rem;
	}
}

h1,
.popup-title h2 {
	font-size: 3.6rem;
	line-height: 1.2;
}

@media (max-width: 1919px) {

	h1,
	.popup-title h2 {
		font-size: 2.4rem;
		line-height: 1.3;
	}
}

h2,
.popup-title h3 {
	font-size: 2.8rem;
	line-height: 1.3;
}

@media (max-width: 1919px) {

	h2,
	.popup-title h3 {
		font-size: 1.9rem;
		line-height: 1.4;
	}
}

h3 {
	font-size: 2rem;
	line-height: 1.3;
}

@media (max-width: 1919px) {
	h3 {
		font-size: 1.7rem;
		line-height: 2.6rem;
	}
}

h4 {
	font-size: 1.6rem;
	line-height: 1.6;
}

@media (max-width: 1919px) {
	h4 {
		font-size: 1.4rem;
		line-height: 2.7rem;
	}
}

h5,
h6 {
	font-weight: 400;
	font-size: 1.6rem;
	line-height: 1.5;
}

.text-title {
	font-family: "Roboto", sans-serif;
	font-weight: 700;
	font-size: 1.8rem;
	line-height: 1.88;
	margin-bottom: 1.5rem;
}

.content .text-title+ul,
.content .text-title+ol,
.content .text-title+table {
	margin-top: 1.5rem;
}

p {
	padding: 0;
	margin: 0 0 3rem;
}

.user-content p {
	text-indent: 1.5em;
}

@media (max-width: 1919px) {
	p {
		margin-bottom: 1.5rem;
	}
}

hr {
	line-height: 1px;
	height: 0;
	border: none;
	background: none;
	border-bottom: 1px solid #d9d9d9;
	margin-bottom: 3rem;
}

@media (max-width: 1919px) {
	hr {
		margin-bottom: 1.5rem;
	}
}

a {
	color: #006ab8;
	text-decoration: underline;
	cursor: default;
}

a:link {
	cursor: pointer;
}

.no-touchevents a:hover {
	text-decoration: none;
}

a[href^="tel"],
.no-touchevents a[href^="tel"]:hover {
	text-decoration: none !important;
	color: inherit;
	cursor: default;
}

a[href^="javascript:"] {
	cursor: default;
}

img {
	border: none;
	vertical-align: top;
	max-width: 100%;
}

table img {
	max-width: 200px;
	height: auto;
}

.table-auto {
	position: relative;
	overflow: auto;
	max-width: 100%;
	-webkit-overflow-scrolling: touch;
	margin: 0 0 3rem;
}

@media (max-width: 1919px) {
	.table-auto {
		margin-bottom: 1.5rem;
	}
}

.table-auto table {
	margin-bottom: 0;
	width: auto;
	min-width: 100%;
}

.table-auto-wrap {
	position: relative;
}

.table-auto-wrap .topscroll {
	width: 100%;
	height: 17px;
	overflow-y: auto;
}

.touchevents .table-auto-wrap .topscroll {
	display: none;
}

.table-auto-wrap .topscroll-hand {
	height: 1px;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
}

table td,
table th {
	font-size: 1.6rem;
	line-height: 1.88;
	color: #262626;
	padding: 12px 16px;
	box-sizing: border-box;
	border-color: #d9d9d9;
	text-align: left;
}

@media (max-width: 639px) {

	table td,
	table th {
		padding: 10px 18px;
	}
}

table th {
	font-size: 1.6rem;
}

b,
strong,
th {
	font-family: "Roboto", sans-serif;
	font-weight: 700;
}

i,
em {
	font-family: "Roboto", sans-serif;
	font-weight: 300;
	font-style: italic;
}

i b,
i strong,
em b,
em strong,
b i,
b em,
strong i,
strong em {
	font-family: "Roboto", sans-serif;
	font-weight: 700;
	font-style: italic;
}

.entry-text {
	font-size: 1.8rem;
	line-height: 1.3;
	font-weight: 700;
	margin-bottom: 3rem;
}

@media (max-width: 1919px) {
	.entry-text {
		margin-bottom: 1.5rem;
	}
}

.user-content .entry-text p,
.entry-text ul,
.entry-text ol {
	max-width: none;
}

.entry-text p:last-child {
	margin-bottom: 0;
}

.mark {
	color: #ec3c01;
	font-style: inherit;
	font-weight: inherit;
}

.dark-text {
	color: #262626;
}

.dark-text-light {
	color: #999;
}

.text-color-alt {
	color: #006ab8;
}

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

.nobr {
	white-space: nowrap;
}

.hide {
	display: none;
}

.float-left {
	float: left;
}

.float-right {
	float: right;
}

@media (max-width: 1919px) {
	.hide-desk-lg {
		display: none !important;
	}
}

@media (max-width: 1599px) {
	.hide-desk-md {
		display: none !important;
	}
}

@media (max-width: 1279px) {
	.hide-desk-sm {
		display: none !important;
	}
}

@media (min-width: 960px) {
	.show-960 {
		display: none !important;
	}
}

@media (max-width: 959px) {
	.hide-960 {
		display: none !important;
	}
}

.user-content p+h2,
.user-content ul+h2,
.user-content ol+h2 {
	margin-top: 4rem;
}

@media (max-width: 1919px) {

	.user-content p+h2,
	.user-content ul+h2,
	.user-content ol+h2 {
		margin-top: 2rem;
	}
}

@media (max-width: 639px) {

	.user-content p+h2,
	.user-content ul+h2,
	.user-content ol+h2 {
		margin-top: 1rem;
	}
}

.user-content p+h3,
.user-content ul+h3,
.user-content ol+h3 {
	margin-top: 4rem;
}

@media (max-width: 1919px) {

	.user-content p+h3,
	.user-content ul+h3,
	.user-content ol+h3 {
		margin-top: 2rem;
	}
}

@media (max-width: 639px) {

	.user-content p+h3,
	.user-content ul+h3,
	.user-content ol+h3 {
		margin-top: 1rem;
	}
}

.user-content p+h4,
.user-content ul+h4,
.user-content ol+h4 {
	margin-top: 4rem;
}

@media (max-width: 1919px) {

	.user-content p+h4,
	.user-content ul+h4,
	.user-content ol+h4 {
		margin-top: 2rem;
	}
}

@media (max-width: 639px) {

	.user-content p+h4,
	.user-content ul+h4,
	.user-content ol+h4 {
		margin-top: 1rem;
	}
}

.user-content p+h5,
.user-content ul+h5,
.user-content ol+h5 {
	margin-top: 4rem;
}

@media (max-width: 1919px) {

	.user-content p+h5,
	.user-content ul+h5,
	.user-content ol+h5 {
		margin-top: 2rem;
	}
}

@media (max-width: 639px) {

	.user-content p+h5,
	.user-content ul+h5,
	.user-content ol+h5 {
		margin-top: 1rem;
	}
}

/*base end */
/*list */
.user-content ul,
.user-content ol {
	margin: 3rem 0;
	padding: 0;
	list-style: none;
}

@media (max-width: 1919px) {

	.user-content ul,
	.user-content ol {
		margin-top: 1.5rem;
		margin-bottom: 1.5rem;
	}
}

.user-content ul ul,
.user-content ul ol,
.user-content ol ul,
.user-content ol ol {
	margin-top: 2rem;
	margin-bottom: 2rem;
}

@media (max-width: 1919px) {

	.user-content ul ul,
	.user-content ul ol,
	.user-content ol ul,
	.user-content ol ol {
		margin-top: 1rem;
		margin-bottom: 1rem;
	}
}

.user-content ul li,
.user-content ol li {
	padding-left: 30px;
	margin: 1.5rem 0;
	position: relative;
}

@media (max-width: 1919px) {

	.user-content ul li,
	.user-content ol li {
		margin-top: 1rem;
		margin-bottom: 1rem;
	}
}

.user-content ul>li::before {
	content: '';
	display: block;
	float: left;
	left: 0;
	margin: 0.5em 0 -0.5em -30px;
	height: 0;
	width: 0;
	border: solid transparent;
	border-width: 5px 0 5px 9px;
	border-left-color: #ec3c01;
	box-sizing: border-box;
}

.user-content ol {
	counter-reset: section;
}

.user-content ol>li {
	counter-increment: section;
	display: inline-block;
	vertical-align: top;
	width: 100%;
}

.user-content ol>li::before {
	position: relative;
	display: inline-block;
	text-align: left;
	font-family: 'Roboto Slab', sans-serif;
	font-weight: 700;
	font-style: normal;
	color: #ec3c01;
	content: counter(section);
	padding: 0 4px 0 0;
	min-width: 30px;
	margin-left: -30px;
	box-sizing: border-box;
}

.user-content .list-reset {
	list-style: none;
	margin: 0;
}

.user-content .list-reset li,
.user-content .list-reset li:first-child {
	padding: 0;
}

.user-content .list-reset li::before,
.user-content .list-reset li:first-child::before,
.user-content .list-reset li:first-child::before,
.user-content .list-reset li:first-child:first-child::before {
	content: none;
}

/*list end */
/*table */
.user-content table {
	margin-bottom: 3rem;
}

@media (max-width: 1919px) {
	.user-content table {
		margin-bottom: 1.5rem;
	}
}

.user-content .table-auto table {
	margin-bottom: 0;
}

.user-content .tbl {
	border: none;
}

.user-content .tbl td,
.user-content .tbl th {
	color: #262626;
	background-color: #fff;
	border: 0 solid #d9d9d9;
	font-size: 1.4rem;
	line-height: 1.2;
}

.user-content .tbl td:first-child,
.user-content .tbl td:first-child,
.user-content .tbl th:first-child,
.user-content .tbl th:first-child {
	border-left-width: 1px;
}

.user-content .tbl td:last-child,
.user-content .tbl td:last-child,
.user-content .tbl th:last-child,
.user-content .tbl th:last-child {
	border-right-width: 1px;
}

.user-content .tbl td {
	border-top-width: 1px;
}

.user-content .tbl tr:last-child td {
	border-bottom-width: 1px;
}

.user-content .tbl tbody tr:nth-child(even) td {
	background-color: #fafafa;
}

.user-content .tbl th,
.user-content .tbl thead td {
	font-family: "Roboto", sans-serif;
	font-weight: 700;
	font-size: 1.6rem;
	text-align: left;
}

.user-content .tbl th,
.user-content .tbl thead td,
.user-content .tbl tfoot td {
	background-color: #006ab8;
	color: #fff;
	border-color: #006ab8;
	border-top-width: 0;
}

/*table end */
/*blockquote */
.user-content .blockquote {
	margin: 4.5rem 0;
}

@media (max-width: 1919px) {
	.user-content .blockquote {
		margin-bottom: 1.5rem;
	}
}

.user-content blockquote {
	display: block;
	margin: 0;
	padding: 0;
}

.user-content blockquote q {
	display: block;
	position: relative;
	margin: 0;
	padding: 0;
	font-family: "Roboto Slab", serif;
	font-size: 2rem;
	line-height: 1.5;
	color: #262626;
	z-index: 5;
}

@media (max-width: 639px) {
	.user-content blockquote q {
		font-size: 1.6rem;
		line-height: 1.7;
	}
}

.user-content blockquote q::before,
.user-content blockquote q::after {
	content: "";
	display: block;
	position: relative;
	background: url(../img/quote-left.svg) no-repeat center center;
	background-size: contain;
	width: 39px;
	height: 39px;
	z-index: -1;
	font-size: 0;
	line-height: 0;
	letter-spacing: -4px;
}

.user-content blockquote q::before {
	content: '«';
	margin: 0 0 20px 30%;
}

@media (max-width: 639px) {
	.user-content blockquote q::before {
		margin-bottom: 10px;
		margin-left: 0;
	}
}

.user-content blockquote q::after {
	content: ' »';
	margin: 20px 30% 0 auto;
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

@media (max-width: 639px) {
	.user-content blockquote q::after {
		content: none;
		display: none;
	}
}

.user-content blockquote cite {
	text-align: right;
	display: block;
	margin-left: auto;
	font-family: 'Roboto Slab', sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 1.6rem;
	line-height: 1.88;
	color: #262626;
}

/*blockquote end */
/*content img */
.imgc {
	text-align: center;
	padding-bottom: 6rem;
	clear: both;
}

@media (max-width: 1919px) {
	.imgc {
		padding-bottom: 3rem;
	}
}

@media (max-width: 639px) {
	.imgc {
		padding-bottom: 1.5rem;
	}
}

.imgl {
	text-align: left;
	float: left;
	margin: 0.9rem 6rem 4.5rem 0;
	max-width: 50%;
}

@media (max-width: 1919px) {
	.imgl {
		margin-bottom: 3rem;
	}
}

@media (max-width: 1599px) {
	.imgl {
		float: none;
		display: block;
		margin-left: auto;
		margin-right: auto;
		max-width: 100%;
	}
}

@media (max-width: 639px) {
	.imgl {
		margin-bottom: 1.5rem;
	}
}

.imgr {
	text-align: right;
	float: right;
	margin: 0.9rem 0 6rem 4.5rem;
	max-width: 50%;
}

@media (max-width: 1919px) {
	.imgr {
		margin-bottom: 3rem;
	}
}

@media (max-width: 1599px) {
	.imgr {
		float: none;
		display: block;
		margin-left: auto;
		margin-right: auto;
		max-width: none;
	}
}

@media (max-width: 639px) {
	.imgr {
		margin-bottom: 1.5rem;
	}
}

/*content img end */
/*view print */
.view-print {
	display: inline-block;
	vertical-align: top;
	padding: 4px 18px;
	background: white;
	font-size: 16px;
	line-height: 30px;
	color: #006ab8;
	border: 1px solid #006ab8;
	text-decoration: none;
	margin-bottom: 3rem;
	-webkit-transition-property: background-color, color;
	transition-property: background-color, color;
	-webkit-transition-duration: 0.2s;
	transition-duration: 0.2s;
}

@media (max-width: 959px) {
	.view-print {
		display: none;
	}
}

.view-print:hover {
	background-color: #006ab8;
	color: white;
}

.view-print:active {
	-webkit-transform: scale(0.98);
	-ms-transform: scale(0.98);
	transform: scale(0.98);
}

.view-print svg {
	width: 21px;
	height: 21px;
	vertical-align: middle;
	margin-right: 10px;
}

.view-print path {
	fill: #006ab8;
	-webkit-transition-property: fill;
	transition-property: fill;
	-webkit-transition-duration: 0.2s;
	transition-duration: 0.2s;
}

.no-touchevents .view-print:hover path {
	fill: white;
}

.view-print span {
	display: inline-block;
	vertical-align: middle;
}

@media (max-width: 1599px) {
	.view-print svg {
		margin-right: 0;
	}

	.view-print span {
		display: none;
	}
}

@media (max-width: 959px) {
	.view-print {
		font-size: 14px;
	}
}

/*view print end*/
/*video */
.video {
	margin-bottom: 3rem;
}

.video-holder {
	position: relative;
	padding-bottom: 56%;
	height: 0;
}

.video-holder iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/*video end */
.text-warning {
	display: block;
	position: relative;
	font-size: 1.4rem;
	line-height: 1.43;
	padding-left: 48px;
	margin-bottom: 3rem;
}

.text-warning:last-child {
	margin-bottom: 0;
}

.text-warning::before {
	content: "!";
	display: block;
	position: absolute;
	font-family: "Roboto", sans-serif;
	font-weight: 700;
	width: 28px;
	height: 28px;
	font-size: 24px;
	line-height: 28px;
	color: white;
	text-align: center;
	left: 0;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	background-color: #ec3c01;
	border-radius: 50%;
}

.rss,
.section__title .rss {
	display: inline-block;
	background-color: #f8991d;
	text-decoration: none;
	color: white;
	fill: white;
	padding: 4px 10px;
	font-family: "Roboto Slab", serif;
	font-weight: normal;
	font-size: 16px;
	line-height: 20px;
	-webkit-transition-property: background-color;
	transition-property: background-color;
	-webkit-transition-duration: 0.2s;
	transition-duration: 0.2s;
}

.rss svg,
.section__title .rss svg {
	display: inline-block;
	vertical-align: top;
	width: 16px;
	height: 16px;
	margin-top: 2px;
	margin-right: 4px;
}

.rss path,
.section__title .rss path {
	fill: currentColor;
}

.rss span,
.section__title .rss span {
	display: inline-block;
	vertical-align: top;
	border: none;
	text-transform: uppercase;
}

.section__title .rss {
	position: absolute;
	right: 0;
	top: 0;
}

.typography-page h3 {
	position: relative;
}

.typography-page h3 a {
	color: inherit;
	text-decoration: none;
}

.hash-anchor {
	width: 100%;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	margin-top: -100px;
}

.hash-anchor::before {
	content: "";
	display: block;
	position: absolute;
	right: 100%;
	top: 4px;
	margin-right: 10px;
	margin-top: 100px;
	width: 15px;
	height: 20px;
	background-repeat: no-repeat;
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACEAAAArCAYAAAD2f+EJAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTMyIDc5LjE1OTI4NCwgMjAxNi8wNC8xOS0xMzoxMzo0MCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUuNSAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MDI4REUwNTY0MDZDMTFFNzk2MzBGMTgxM0Y3M0IxOEMiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MDI4REUwNTc0MDZDMTFFNzk2MzBGMTgxM0Y3M0IxOEMiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDowMjhERTA1NDQwNkMxMUU3OTYzMEYxODEzRjczQjE4QyIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDowMjhERTA1NTQwNkMxMUU3OTYzMEYxODEzRjczQjE4QyIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Ps1gPw4AAAGxSURBVHja7JjRbcJADIbT6N6bDbgNkg2abtANYIQ+Jk/kLa+M0A3aDZpsQDY4NoAJ6EUCCZ1sx/YdFQ9YOqQYEn3n+Ld9vDRNkzGt8OsT+e7LLwf468uCrJs/+r7PTMa3yq8tAQHZxq814B9vL3IBBLajExKFKzhkey0E64GBlf8FMQgjFwWxQvzSV6GGYO+KATGGjjzyVVAQlhu5WIiRuOeNC53fSRmiyHEhyoQQgwaCSkqpMibIaYJavs1k9iv8/RzR862jbVtRnbibPSEeCsIEM8EAKANL1nfEv0MkPWFDkQnk5pjyPBDds0D8P9A982SVK2uEIwBW0rljCcIKZ4hKUdhICM2uNN2WhNA8UNNt1RBRg20KiFHRbd1SneiEyiiQe4qFDXVAcg9XCGnnLIkdY7amVPbsHQ/XwEYkkV6RnuGQpCyJke5IKcYgKjgTx3noBP7h1zehsqP0ddiEReqwBIBBiMZ1ZbdVQ0wJu+0iRC2s/6oZQhuJ6L8AuBAWkaYmH07anLAJZwhWFCCIWiG1KiYpIQhpPkQnpQQi6WBLnTtm2wgfuCcOQexI/AkwAD+DY70+tUz3AAAAAElFTkSuQmCC");
	background-size: contain;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	opacity: 0;
	-webkit-transition: opacity 0.2s;
	transition: opacity 0.2s;
}

.no-touchevents h3:hover>.hash-anchor::before {
	opacity: 0.5;
}

.color--orange {
	color: #ff9a09;
}

.img-zoom {
	cursor: pointer;
}

.zoom-img-popup .lg-toolbar {
	background: rgba(0, 0, 0, 0.2);
}

.fluid-width-video-wrapper {
	margin-bottom: 3rem;
}

.fluid-width-video-wrapper:last-child {
	margin-bottom: 0;
}

.depict-mchs {
	display: inline-block;
	vertical-align: top;
	background: url(../img/logo.png) no-repeat;
	background-size: contain;
	width: 42px;
	height: 42px;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

/* page-nav */
.page-nav {
	margin-bottom: 3rem;
}

.page-nav::after {
	content: '';
	display: table;
	clear: both;
}

.page-nav:last-child {
	margin-bottom: 0;
}

.page-nav .page-prev,
.page-nav .page-next {
	position: relative;
	display: inline-block;
	vertical-align: top;
	margin-right: 20px;
	margin-left: 20px;
	font-family: 'Roboto Slab', sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 20px;
	line-height: 1.4;
	text-decoration: none;
	color: #006ab8;
}

@media (max-width: 639px) {

	.page-nav .page-prev,
	.page-nav .page-next {
		font-size: 14px;
	}
}

.page-nav .page-prev::before,
.page-nav .page-prev::after,
.page-nav .page-next::before,
.page-nav .page-next::after {
	content: '';
	position: absolute;
	top: 50%;
	height: 2px;
	width: 10px;
	border-radius: 2px;
	background: #006ab8;
	-webkit-transition-property: background-color;
	transition-property: background-color;
	-webkit-transition-duration: 0.2s;
	transition-duration: 0.2s;
}

.page-nav .page-prev::before,
.page-nav .page-next::before {
	margin: -2px 0 0 0;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.page-nav .page-prev::after,
.page-nav .page-next::after {
	margin: 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.page-nav .page-prev span,
.page-nav .page-next span {
	border-bottom: 1px dotted #006ab8;
}

.page-nav .page-prev:hover span,
.page-nav .page-next:hover span {
	border-bottom-color: transparent;
}

.page-nav .page-prev {
	float: left;
	padding-left: 18px;
	margin-left: 0;
}

.page-nav .page-prev::before,
.page-nav .page-prev::after {
	left: 0;
}

.page-nav .page-prev::before {
	margin: -2px 0 0;
}

.page-nav .page-prev::after {
	margin: 4px 0 0;
}

.page-nav .page-next {
	float: right;
	padding-right: 18px;
	margin-right: 0;
}

.page-nav .page-next::before,
.page-nav .page-next::after {
	right: 0;
}

.page-nav .page-next::before {
	margin: 4px 0 0;
}

.page-nav .page-next::after {
	margin: -2px 0 0;
}

/* page-nav end */
/* phenomena map */
.events-map {
	padding: 0;
}

@media (max-width: 639px) {
	.events-map {
		margin-right: -15px;
		margin-left: -15px;
	}
}

.events-map__content {
	width: auto;
	margin-bottom: 0;
}

.events-map__iframe__wrap {
	position: relative;
}

.events-map__iframe__wrap::before {
	content: "";
	display: block;
	padding-top: 98%;
}

@media (max-width: 1799px) {
	.events-map__iframe__wrap::before {
		padding-top: 125%;
	}
}

@media (max-width: 1599px) {
	.events-map__iframe__wrap::before {
		padding-top: 126%;
	}
}

@media (max-width: 1439px) {
	.events-map__iframe__wrap::before {
		padding-top: 130%;
	}
}

@media (max-width: 1365px) {
	.events-map__iframe__wrap::before {
		padding-top: 134%;
	}
}

@media (max-width: 1279px) {
	.events-map__iframe__wrap::before {
		padding-top: 130%;
	}
}

@media (max-width: 1023px) {
	.events-map__iframe__wrap::before {
		padding-top: 132%;
	}
}

@media (max-width: 959px) {
	.events-map__iframe__wrap::before {
		padding-top: 130%;
	}
}

@media (max-width: 767px) {
	.events-map__iframe__wrap::before {
		padding-top: 135%;
	}
}

@media (max-width: 639px) {
	.events-map__iframe__wrap::before {
		padding-top: 150%;
	}
}

@media (max-width: 479px) {
	.events-map__iframe__wrap::before {
		padding-top: 167%;
	}
}

@media (max-width: 359px) {
	.events-map__iframe__wrap::before {
		padding-top: 188%;
	}
}

.events-map__iframe {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #fbfcfe;
	background: -webkit-linear-gradient(top, #fbfcfe 0, #e6f0f6 50%, #dbe9f2 100%);
	background: linear-gradient(to bottom, #fbfcfe 0, #e6f0f6 50%, #dbe9f2 100%);
}

/* phenomena map end */
/* preloader-sm */
.preload-sm {
	width: 48px;
	height: 48px;
	background-image: url(../img/preloader.svg);
	background-repeat: no-repeat;
	background-size: contain;
	z-index: 9999;
	pointer-events: none;
}

.main {
	font-size: 1.7em;
}

.news-grid__slider .preload-sm {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.slider-inited .preload-sm {
	display: none;
}

/* preloader-sm end */
/* img-fit-js */
.img-fit-js,
.img-fit-js--contain {
	display: block;
	width: 100%;
	height: 100%;
	max-width: none;
}

.img-fit-js {
	-o-object-fit: cover;
	object-fit: cover;
	font-family: "object-fit: cover";
}

.img-fit-js--contain {
	-o-object-fit: contain;
	object-fit: contain;
	font-family: "object-fit: contain";
}

/* img-fit-js end */
.no-js-warning {
	border: 2px solid #f00;
	color: #f00;
	background: #fff;
	padding: 5px 20px;
	font-size: 18px;
}

/*go to site mchs */
.go-to-mchs,
.go-to-mchs--mob,
.go-to-mchs--dep {
	float: left;
	position: relative;
	width: 165px;
	text-align: center;
	font-size: 1.4rem;
	line-height: 1.4;
	text-decoration: none;
	color: white;
	height: 60px;
	background: #006ab8;
	background: -webkit-linear-gradient(left, #006ab8 0%, #00487c 100%);
	background: linear-gradient(to right, #006ab8 0%, #00487c 100%);
	padding-right: 12px;
	padding-left: 52px;
}


/*
@media (max-width: 959px) {
	.go-to-mchs, .go-to-mchs--mob, .go-to-mchs--dep {
		display: none;
	}
}
*/
.go-to-mchs::before,
.go-to-mchs--mob::before,
.go-to-mchs--dep::before {
	display: inline-block;
	vertical-align: middle;
	height: 100%;
	content: '';
}

.go-to-mchs::after,
.go-to-mchs--mob::after,
.go-to-mchs--dep::after {
	content: "";
	display: block;
	position: absolute;
	left: 10px;
	top: 50%;
	width: 40px;
	height: 40px;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	background: url(../img/logo.png) no-repeat center;
	background-size: contain;
}

.go-to-mchs span,
.go-to-mchs--mob span,
.go-to-mchs--dep span {
	display: inline-block;
	vertical-align: middle;
	width: 98%;
}

.go-to-mchs--dep {
	height: auto;
	float: none;
	width: 100%;
	clear: both;
	padding: 3px 10px 3px 60px;
	text-align: left;
	display: none;
}

@media (max-width: 959px) {
	.go-to-mchs--dep {
		min-height: 50px;
		display: block;
	}

	.go-to-mchs--dep::before {
		height: 44px;
	}
}

@media (max-width: 1599px) {

	.go-to-mchs,
	.go-to-mchs--mob,
	.go-to-mchs--dep {
		height: 50px;
	}
}

@media (max-width: 639px) {

	.go-to-mchs,
	.go-to-mchs--mob,
	.go-to-mchs--dep {
		height: 45px;
	}
}

@media (max-width: 500px) {

	.go-to-mchs,
	.go-to-mchs--mob,
	.go-to-mchs--dep {
		padding-left: 12px;
		width: 120px;
	}

	.go-to-mchs::after,
	.go-to-mchs--mob::after,
	.go-to-mchs--dep::after {
		display: none;
	}
}


.go-to-mchs--mob {
	float: none;
	width: 100%;
	clear: both;
	padding-left: 60px;
	text-align: left;
	display: none;
}

@media (max-width: 479px) {
	.go-to-mchs--mob {
		display: block;
	}
}

/*go to site mchs end */
/*BUTTONS*/
[class|="btn"],
[class*=" btn-"],
input[type="submit"],
input[type="button"],
input[type="reset"],
button {
	display: inline-block;
	vertical-align: top;
	position: relative;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
}

[class|="btn"] input[type="submit"],
[class|="btn"] input[type="button"],
[class|="btn"] input[type="reset"],
[class*=" btn-"] input[type="submit"],
[class*=" btn-"] input[type="button"],
[class*=" btn-"] input[type="reset"] {
	background: url("../img/empty.png") repeat;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	padding: 0;
	z-index: 99;
	border: 0;
	opacity: 0;
}

/* depicts */
.depict-tech,
.depict-nature,
.depict-fire,
.depict-man-save,
.depict-man-dead {
	display: inline-block;
	vertical-align: top;
	width: 30px;
	height: 30px;
	background-repeat: no-repeat;
	background-position: center;
}

.depict-fire {
	background-image: url(../img/depict-fire.svg);
}

.depict-man-save {
	background-image: url(../img/depict-man-save.svg);
}

.depict-nature {
	background-image: url(../img/depict-nature.svg);
}

.depict-man-dead {
	background-image: url(../img/depict-man-dead.svg);
}

.depict-tech {
	background-image: url(../img/depict-tech.svg);
}

/* depicts end */
/*btn-default*/
.btn-default {
	position: relative;
	font: 400 1.6rem/24px "Roboto Slab", serif;
	color: #fff;
	padding: 11px 25px;
	border: 2px solid transparent;
	background-color: #006ab8;
	box-shadow: none;
	-webkit-transition-property: background-color, color, border-color;
	transition-property: background-color, color, border-color;
	-webkit-transition-duration: 0.2s;
	transition-duration: 0.2s;
}

.no-touchevents .btn-default:hover {
	background-color: #005593;
}

.btn-default:active {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

@media (max-width: 1919px) {
	.btn-default {
		font-size: 1.4rem;
		line-height: 18px;
	}
}

@media (max-width: 639px) {
	.btn-default {
		padding: 6px 20px;
	}
}

.btn-default:disabled {
	cursor: default;
	background-color: #ccc;
}

.no-touchevents .btn-default:disabled {
	background-color: #ccc;
}

/*btn-default end*/
/*btn-default-alt*/
.btn-default-alt {
	position: relative;
	font: 400 1.6rem/24px "Roboto Slab", serif;
	padding: 11px 25px;
	background-color: white;
	box-shadow: none;
	color: #006ab8;
	border: 2px solid #006ab8;
	-webkit-transition-property: background-color, color, border-color;
	transition-property: background-color, color, border-color;
	-webkit-transition-duration: 0.2s;
	transition-duration: 0.2s;
}

@media (max-width: 1919px) {
	.btn-default-alt {
		font-size: 1.4rem;
		line-height: 18px;
	}
}

@media (max-width: 639px) {
	.btn-default-alt {
		padding: 6px 20px;
	}
}

.no-touchevents .btn-default-alt:hover {
	background: #006ab8;
	color: #fff;
}

.btn-default-alt:disabled {
	cursor: default;
	background-color: white;
	border-color: #ccc;
	color: #ccc;
}

.no-touchevents .btn-default-alt:disabled {
	background-color: white;
}

.no-touchevents .btn-default-alt:disabled:hover {
	color: #ccc;
}

/*btn-default-alt end*/
/*btn-default-light */
.btn-default-light {
	position: relative;
	font: 400 1.6rem/24px "Roboto Slab", serif;
	padding: 13px;
	background-color: white;
	box-shadow: none;
	border: none;
	color: #262626;
	-webkit-transition-property: opacity;
	transition-property: opacity;
	-webkit-transition-duration: 0.2s;
	transition-duration: 0.2s;
}

@media (max-width: 1919px) {
	.btn-default-light {
		font-size: 1.4rem;
		line-height: 18px;
	}
}

@media (max-width: 639px) {
	.btn-default-light {
		padding: 6px 20px;
	}
}

.no-touchevents .btn-default-light:hover {
	opacity: 0.5;
}

.btn-default-light:disabled {
	cursor: default;
	background-color: white;
	border-color: #ccc;
	color: #ccc;
}

.no-touchevents .btn-default-light:disabled {
	background-color: white;
}

.no-touchevents .btn-default-light:disabled:hover {
	color: #ccc;
}

/*btn-default-light end */
/*btn-arrow*/
.btn-arrow {
	position: relative;
	font: 400 1.6rem/24px "Roboto Slab", serif;
	color: #fff;
	background-color: #006ab8;
	box-shadow: none;
	border: 1px solid transparent;
	padding: 7px 20px;
	-webkit-transition-property: background-color, color, border-color;
	transition-property: background-color, color, border-color;
	-webkit-transition-duration: 0.2s;
	transition-duration: 0.2s;
}

@media (max-width: 1919px) {
	.btn-arrow {
		font-size: 1.4rem;
		line-height: 18px;
	}
}

.no-touchevents .btn-arrow:hover {
	background-color: #005593;
}

.btn-arrow>span {
	display: inline-block;
	vertical-align: top;
	position: relative;
}

.btn-arrow>span::before,
.btn-arrow>span::after {
	content: '';
	position: absolute;
	top: 50%;
	height: 2px;
	width: 10px;
	border-radius: 2px;
	background: #fff;
	-webkit-transition-property: background-color;
	transition-property: background-color;
	-webkit-transition-duration: 0.2s;
	transition-duration: 0.2s;
}

.btn-arrow>span::before {
	margin: -4px 0 0 0;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.btn-arrow>span::after {
	margin: 2px 0 0 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.btn-arrow--left>span {
	padding-left: 18px;
}

.btn-arrow--left>span::before,
.btn-arrow--left>span::after {
	left: 0;
}

.btn-arrow--left>span::before {
	margin: -4px 0 0 0;
}

.btn-arrow--left>span::after {
	margin: 2px 0 0 0;
}

.btn-arrow--right>span {
	padding-right: 18px;
}

.btn-arrow--right>span::before,
.btn-arrow--right>span::after {
	right: 0;
}

.btn-arrow--right>span::before {
	margin: 2px 0 0 0;
}

.btn-arrow--right>span::after {
	margin: -4px 0 0 0;
}

.btn-arrow--bottom>span {
	padding-right: 22px;
}

.btn-arrow--bottom>span::before,
.btn-arrow--bottom>span::after {
	margin: 0;
}

.btn-arrow--bottom>span::before {
	right: 6px;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.btn-arrow--bottom>span::after {
	right: 0;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.btn-arrow--top>span {
	padding-right: 22px;
}

.btn-arrow--top>span::before,
.btn-arrow--top>span::after {
	margin: 0;
}

.btn-arrow--top>span::before {
	right: 6px;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.btn-arrow--top>span::after {
	right: 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

/*btn-arrow*/
/* btn with icon */
.btn-with-icon>i {
	vertical-align: middle;
	margin-right: 20px;
}

.to-mchs a {
	display: block;
	text-align: left;
}

/* btn with icon end */
/*more button*/
.more {
	text-align: center;
	padding-bottom: 7px;
}

.more .btn-more {
	display: inline-block;
	position: relative;
	text-decoration: none;
	font: 400 1.6rem/1.88 "Roboto Slab", serif;
	color: #006ab8;
	padding-bottom: 15px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.more .btn-more:active {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.more .btn-more::before {
	content: "";
	display: block;
	position: absolute;
	top: -2px;
	bottom: -7px;
	left: -12px;
	right: -12px;
	background-color: #d9d9d9;
	opacity: 0;
	-webkit-transform: scale(0.85);
	-ms-transform: scale(0.85);
	transform: scale(0.85);
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: opacity, -webkit-transform;
	transition-property: opacity, transform;
	transition-property: opacity, transform, -webkit-transform;
	-webkit-transition-duration: 0.2s;
	transition-duration: 0.2s;
	z-index: -1;
}

.no-touchevents .more .btn-more:hover::before {
	opacity: 1;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.more .btn-more i {
	width: 17px;
	height: 16px;
	position: absolute;
	left: 50%;
	bottom: 0;
	font-size: 1px;
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	z-index: 2;
}

.more .btn-more i::before,
.more .btn-more i::after {
	content: '';
	position: absolute;
	left: 50%;
	top: 50%;
	width: 12em;
	height: 2em;
	border-radius: 2em;
	background: #006ab8;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.more .btn-more i::before {
	margin: -1em 0 0 -10em;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.more .btn-more i::after {
	margin: -1em 0 0 -3em;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

/*more button end*/
/*button map site*/
.btn-map-site {
	padding: 5px;
	display: inline-block;
	text-decoration: none;
	color: #fff;
	background-color: #006ab8;
	font-size: 0;
	line-height: 0;
	letter-spacing: -4px;
	white-space: nowrap;
	-webkit-transition-property: background-color, color;
	transition-property: background-color, color;
	-webkit-transition-duration: 0.2s;
	transition-duration: 0.2s;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.btn-map-site:active {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.btn-map-site::before {
	content: '';
	display: inline-block;
	height: 40px;
	min-height: 100%;
	vertical-align: middle;
}

.btn-map-site>span {
	font: 300 14px/1.4 "Roboto", sans-serif;
	letter-spacing: normal;
	display: inline-block;
	vertical-align: middle;
	position: relative;
	max-width: 98%;
	white-space: nowrap;
	margin: 0 12px;
}

.btn-map-site>i {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	margin-left: 12px;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	height: 3px;
	width: 22px;
	background: #fff;
}

.btn-map-site>i::before,
.btn-map-site>i::after {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	height: 3px;
	width: 22px;
	background: #fff;
}

.btn-map-site>i::before {
	top: -8px;
}

.btn-map-site>i::after {
	top: 8px;
}

/*button map site end*/
/*BUTTONS end*/
/*====================================================== */
/*PARTIALS*/
/*======================================================*/
/*FORM STYLES DEFAULT */
/*form layout */
.form-row,
.input-wrap {
	padding-bottom: 3rem;
}

.form-row {
	margin: 0 -15px;
	font-size: 0;
	letter-spacing: -4px;
}

.form-row .input-wrap {
	display: inline-block;
	vertical-align: top;
	width: 49.98%;
	padding: 0 15px;
	box-sizing: border-box;
	font-size: 1.6rem;
	letter-spacing: normal;
}

@media (max-width: 639px) {
	.form-row .input-wrap {
		display: block;
		width: auto;
		margin-bottom: 3rem;
	}
}

.label-holder {
	padding: 0 0 2px;
}

.label-holder,
label {
	font-family: "Roboto", sans-serif;
	font-weight: 700;
	font-size: inherit;
	line-height: inherit;
	color: #262626;
}

.form-mark {
	display: inline-block;
	vertical-align: top;
	color: #ec3c01;
}

/*form layout end*/
/*form common*/
input[type="text"],
input[type="password"],
input[type="email"],
input[type="search"],
textarea {
	display: block;
	color: #333;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: normal;
	height: 50px;
	width: 100%;
	padding: 12px 18px;
	background: #fff;
	box-shadow: inset 0 0 0 1px transparent;
	border: 1px solid #d9d9d9;
	-webkit-transition-property: border-color, background-color, box-shadow;
	transition-property: border-color, background-color, box-shadow;
	-webkit-transition-duration: 0.2s;
	transition-duration: 0.2s;
	box-sizing: border-box;
	margin: 0 0 3rem;
}

.input-wrap input[type="text"],
.input-wrap input[type="password"],
.input-wrap input[type="email"],
.input-wrap input[type="search"],
.input-wrap textarea {
	margin: 0;
}

.no-touchevents input[type="text"]:hover,
.no-touchevents input[type="password"]:hover,
.no-touchevents input[type="email"]:hover,
.no-touchevents input[type="search"]:hover,
.no-touchevents textarea:hover {
	border-color: #006ab8;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
textarea:focus {
	border-color: #006ab8;
	box-shadow: inset 0 0 0 1px #006ab8;
}

input[type="text"].error,
.error>input[type="text"],
.no-touchevents input[type="text"].error,
.no-touchevents .error>input[type="text"],
input[type="password"].error,
.error>input[type="password"],
.no-touchevents input[type="password"].error,
.no-touchevents .error>input[type="password"],
input[type="email"].error,
.error>input[type="email"],
.no-touchevents input[type="email"].error,
.no-touchevents .error>input[type="email"],
input[type="search"].error,
.error>input[type="search"],
.no-touchevents input[type="search"].error,
.no-touchevents .error>input[type="search"],
textarea.error,
.error>textarea,
.no-touchevents textarea.error,
.no-touchevents .error>textarea {
	color: #ec3c01;
	border-color: #ec3c01;
	box-shadow: inset 0 0 0 1px #ec3c01;
}

textarea {
	padding: 12px 18px;
	min-height: 114px;
	height: 114px;
	resize: vertical;
}

.error-note {
	display: block;
	position: relative;
	float: left;
	font-size: 12px;
	line-height: 1.8;
	color: #ec3c01;
	width: 100%;
	height: 1.8em;
	margin-bottom: -1.8em;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.user-form .error-note {
	display: none;
}

form .error .error-note {
	display: block;
}

.success-text {
	font-weight: bold;
	color: #056e41;
	padding: 0 0 20px;
	text-align: center;
}

/*form common end*/
/*form placeholder*/
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #ccc;
	-webkit-transition: 0.2s;
	transition: 0.2s;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
	color: #ccc;
	-webkit-transition: 0.2s;
	transition: 0.2s;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
	color: #ccc;
	-webkit-transition: 0.2s;
	transition: 0.2s;
	opacity: 1;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #ccc;
	-webkit-transition: 0.2s;
	transition: 0.2s;
	opacity: 1;
}

input.placeholder,
textarea.placeholder {
	color: #ccc;
	-webkit-transition: 0.2s;
	transition: 0.2s;
	opacity: 1;
}

input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
	color: transparent !important;
}

input:focus:-moz-placeholder,
textarea:focus:-moz-placeholder {
	color: transparent !important;
}

input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
	color: transparent !important;
}

input:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
	color: transparent !important;
}

input.placeholder:focus,
textarea.placeholder:focus {
	color: transparent !important;
}

input.error::-webkit-input-placeholder,
textarea.error::-webkit-input-placeholder {
	color: #ec3c01;
}

input.error:-moz-placeholder,
textarea.error:-moz-placeholder {
	color: #ec3c01;
}

input.error::-moz-placeholder,
textarea.error::-moz-placeholder {
	color: #ec3c01;
	opacity: 1;
}

input.error:-ms-input-placeholder,
textarea.error:-ms-input-placeholder {
	color: #ec3c01;
	opacity: 1;
}

input.error.placeholder,
textarea.error.placeholder {
	color: #ec3c01;
	opacity: 1;
}

/*form placeholder end*/
/*form checkbox and radiobutton*/
input[type="checkbox"]+label,
input[type="radio"]+label,
.check-label,
.radio-label {
	position: relative;
	display: inline-block;
	vertical-align: top;
	font-family: "Roboto", sans-serif;
	font-weight: 300;
	font-size: 1.6rem;
	line-height: 22px;
	text-transform: none;
	cursor: pointer;
}

input[type="checkbox"]+span::before,
input[type="radio"]+span::before {
	display: inline-block;
	position: relative;
}

input[type="checkbox"]+span i,
input[type="radio"]+span i {
	font-size: 0;
	line-height: 0;
	position: absolute;
	left: 0;
	top: 0;
}

input[type="checkbox"]+label::before,
input[type="checkbox"]+span i::before,
input[type="radio"]+label::before,
input[type="radio"]+span i::before {
	content: "";
	display: block;
	position: absolute;
	width: 26px;
	height: 26px;
	left: 0;
	top: 0;
	border-radius: 0;
	border: 2px solid #262626;
}

input[type="checkbox"]+label span,
input[type="checkbox"]+span,
input[type="radio"]+label span,
input[type="radio"]+span {
	display: inline-block;
	vertical-align: top;
	text-align: left;
	position: relative;
	padding: 2px 0 2px 45px;
	z-index: 2;
}

input[type="checkbox"] {
	width: 16px;
	height: 16px;
	padding: 0;
	margin: 0;
	display: none;
}

input[type="checkbox"]+label span::before,
input[type="checkbox"]+label span::after,
input[type="checkbox"]+span::before,
input[type="checkbox"]+span::after {
	content: '';
	position: absolute;
	width: 0;
	height: 4px;
	left: 0;
	top: 13px;
	border-radius: 0;
	background: #006ab8;
	-webkit-transition: opacity 0.2s linear;
	transition: opacity 0.2s linear;
}

input[type="checkbox"]+label span::before,
input[type="checkbox"]+span::before {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transform-origin: 0 7px;
	-ms-transform-origin: 0 7px;
	transform-origin: 0 7px;
	z-index: 1;
}

input[type="checkbox"]+label span::after,
input[type="checkbox"]+span::after {
	-webkit-transform: rotate(-50deg);
	-ms-transform: rotate(-50deg);
	transform: rotate(-50deg);
	-webkit-transform-origin: 0 10px;
	-ms-transform-origin: 0 10px;
	transform-origin: 0 10px;
	left: 22px;
}

input[type="checkbox"]:checked+label::before,
input[type="checkbox"]:checked+span i::before {
	border-color: #006ab8;
	background-color: #006ab8;
}

input[type="checkbox"]:checked+label span::before,
input[type="checkbox"]:checked+label span::after,
input[type="checkbox"]:checked+span::before,
input[type="checkbox"]:checked+span::after {
	background-color: white;
}

input[type="checkbox"]:checked+label span::before,
input[type="checkbox"]:checked+span::before {
	width: 10px;
	margin: -5px 0 0 2px;
	-webkit-transition: width 0.1s;
	transition: width 0.1s;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

input[type="checkbox"]:checked+label span::after,
input[type="checkbox"]:checked+span::after {
	width: 14px;
	margin: 1px 0 0 -5px;
	-webkit-transition: width 0.1s 0.1s;
	transition: width 0.1s 0.1s;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

input[type="checkbox"]:disabled+label::before,
input[type="checkbox"]:disabled+span i::before {
	border-color: #262626;
	background-color: white;
	opacity: 0.4;
}

input[type="checkbox"]:disabled+label,
input[type="checkbox"]:disabled+span {
	cursor: default;
	opacity: 0.4;
}

input[type="checkbox"]:disabled+label span::before,
input[type="checkbox"]:disabled+label span::after,
input[type="checkbox"]:disabled+span::before,
input[type="checkbox"]:disabled+span::after {
	background: #8c8c8c;
}

input[type="radio"] {
	float: left;
	width: 16px;
	height: 16px;
	margin: 0;
	padding: 0;
	display: none;
}

input[type="radio"]+label::before,
input[type="radio"]+span::before {
	border-radius: 50%;
}

input[type="radio"]+label span::before,
input[type="radio"]+span i::before {
	border-radius: 50%;
}

input[type="radio"]+label span::after,
input[type="radio"]+span i::after {
	content: '';
	width: 14px;
	height: 14px;
	position: absolute;
	top: 6px;
	left: 6px;
	border-radius: 50%;
	overflow: hidden;
	background: white;
	-webkit-animation: bounceout 0s;
	animation: bounceout 0s;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	opacity: 0;
}

input[type="radio"]:checked+label::before,
input[type="radio"]:checked+span i::before {
	border-color: #006ab8;
	background-color: #006ab8;
}

input[type="radio"]:checked+label span::after,
input[type="radio"]:checked+span i::after {
	-webkit-animation: bounce 0.3s;
	animation: bounce 0.3s;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
	opacity: 1;
}

@-webkit-keyframes bounce {
	0% {
		-webkit-transform: scale(0.8);
		transform: scale(0.8);
		opacity: 0.4;
	}

	50% {
		-webkit-transform: scale(1.4);
		transform: scale(1.4);
		opacity: 1;
	}

	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1;
	}
}

@keyframes bounce {
	0% {
		-webkit-transform: scale(0.8);
		transform: scale(0.8);
		opacity: 0.4;
	}

	50% {
		-webkit-transform: scale(1.4);
		transform: scale(1.4);
		opacity: 1;
	}

	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1;
	}
}

@-webkit-keyframes bounceout {
	0% {
		-webkit-transform: scale(0);
		transform: scale(0);
		opacity: 1;
	}

	50% {
		-webkit-transform: scale(1.4);
		transform: scale(1.4);
		opacity: 1;
	}

	100% {
		-webkit-transform: scale(0);
		transform: scale(0);
		opacity: 0.4;
	}
}

@keyframes bounceout {
	0% {
		-webkit-transform: scale(0);
		transform: scale(0);
		opacity: 1;
	}

	50% {
		-webkit-transform: scale(1.4);
		transform: scale(1.4);
		opacity: 1;
	}

	100% {
		-webkit-transform: scale(0);
		transform: scale(0);
		opacity: 0.4;
	}
}

input[type="radio"]:disabled+label,
input[type="radio"]:disabled+span {
	color: #262626;
	opacity: 0.4;
	cursor: default;
}

input[type="radio"]:disabled+label::before,
input[type="radio"]:disabled+span::before {
	border-color: #262626;
	background-color: white;
	opacity: 0.4;
}

input[type="radio"]:disabled+label span::after,
input[type="radio"]:disabled+span i::after {
	background-color: #262626;
	opacity: 0.4;
}

input[type="radio"]:disabled+span i::before {
	border-color: #262626;
	background-color: white;
	opacity: 0.4;
}

/*form checkbox and radiobutton end*/
/*select*/
.select {
	position: relative;
	margin: 0 0 3rem;
	width: 100%;
}

.input-wrap .select {
	margin-bottom: 0;
}

.select .cselect {
	width: 100%;
}

.select select,
.select .select2-container--default .select2-selection--single,
.select .select2-container--default .select2-selection--multiple {
	display: block;
	position: relative;
	overflow: hidden;
	height: 50px;
	text-overflow: '';
	cursor: pointer;
	padding: 13px 50px 13px 18px;
	white-space: nowrap;
	text-indent: 0;
	width: 100%;
	border: 1px solid #d9d9d9;
	border-radius: 0;
	background: #fff;
	box-shadow: none;
	-webkit-transition-property: background, border, color, box-shadow;
	transition-property: background, border, color, box-shadow;
	-webkit-transition-duration: 0.2s;
	transition-duration: 0.2s;
	box-sizing: border-box;
	outline: none;
}

.select .select2-container--default .select2-selection--multiple {
	height: auto;
}

.select select,
.select .select2-container--default .select2-selection--single .select2-selection__rendered,
.select .select2-container--default .select2-selection--multiple .select2-selection__rendered {
	font-family: "Roboto", sans-serif;
	font-weight: 300;
	font-size: 16px;
	line-height: 22px;
	text-transform: none;
	color: #333;
}

.select select {
	padding-right: 50px;
}

.select select:focus {
	color: #333;
	border-color: #006ab8;
}

.select .select2-container--default .select2-selection--single .select2-selection__rendered {
	padding-left: 0;
	padding-right: 0;
}

.select .select2-container--default .select2-selection--single .select2-selection__arrow {
	position: absolute;
	right: 1px;
	top: 1px;
	height: calc(100% - 2px);
	width: 46px;
	background-color: white;
	z-index: 2;
}

.select .select2-container--default .select2-selection--single .select2-selection__arrow b {
	border: none;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	margin: 0;
}

.select::before,
.select::after,
.select .select2-container--default .select2-selection--single .select2-selection__arrow b::before,
.select .select2-container--default .select2-selection--single .select2-selection__arrow b::after {
	content: '';
	position: absolute;
	right: 21px;
	top: 50%;
	width: 8px;
	height: 2px;
	background-color: #010101;
	margin-top: -1px;
	box-sizing: border-box;
	z-index: 1;
}

.select::before,
.select .select2-container--default .select2-selection--single .select2-selection__arrow b::before {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.select::after,
.select .select2-container--default .select2-selection--single .select2-selection__arrow b::after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	right: 16px;
}

.select .select2-container--default .select2-search--inline .select2-search__field {
	height: auto;
	margin: 0;
	box-shadow: none !important;
}

.select .select2-container--default .select2-selection--multiple {
	padding: 9px 50px 9px 18px;
}

.select .select2-container--default .select2-selection--multiple .select2-selection__rendered {
	padding-left: 0;
	padding-right: 0;
	margin: 0;
	vertical-align: top;
	max-width: none;
}

.select .select2-container--default .select2-selection--multiple .select2-selection__rendered li {
	padding: 0 4px;
	margin: 4px 8px 4px 0;
}

.select .select2-container--default .select2-selection--multiple .select2-selection__rendered li::before {
	content: none;
}

.select .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
	margin-right: 6px;
}

/*multiselect menu*/
.select2-dropdown {
	border-color: #d9d9d9;
	border-radius: 0;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
	border-color: #d9d9d9;
	margin: 0;
	padding: 9px 8px;
	height: 44px;
}

.select2-container--default .select2-search--dropdown .select2-search__field:focus {
	border-color: #d9d9d9;
	box-shadow: inset 0 0 0 1px #d9d9d9;
}

.select2-container--default .select2-results>.select2-results__options {
	max-height: 210px;
}

/*multiselect menu end*/
/*select end*/
.add-function-link {
	display: inline-block;
	vertical-align: top;
	font-size: 1.4rem;
	line-height: 1.43;
	font-weight: normal;
	color: #999;
}

.form-buttons .add-function-link {
	float: right;
	padding-top: 28px;
}

@media (max-width: 479px) {
	.form-buttons .add-function-link {
		float: none;
		display: block;
		margin: 0 auto;
		text-align: center;
		padding-top: 15px;
		-webkit-flex-basis: 100%;
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
	}
}

.add-function-link>a {
	color: inherit;
	text-decoration: none;
	position: relative;
	padding-right: 16px;
}

.add-function-link>a>span {
	border-bottom: 1px dotted #999;
	-webkit-transition-property: border-color;
	transition-property: border-color;
	-webkit-transition-duration: 0.2s;
	transition-duration: 0.2s;
}

.add-function-link>a>i {
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -1px;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	width: 10px;
	height: 2px;
}

.add-function-link>a>i::before,
.add-function-link>a>i::after {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	width: 10px;
	height: 2px;
	background-color: #999;
	-webkit-transition-property: background-color;
	transition-property: background-color;
	-webkit-transition-duration: 0.2s;
	transition-duration: 0.2s;
}

.add-function-link>a>i::before {
	top: 0;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.add-function-link>a>i::after {
	top: 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.no-touchevents .add-function-link>a:hover>span {
	border-color: transparent;
}

.form_ok {
	text-align: center;
	font-size: 1.4em;
	font-weight: 700;
}

/*FORM STYLE DEFAULT end*/
/*LAYOUT*/
html.css-scroll-fixed {
	width: 100% !important;
	height: 100% !important;
	max-width: 100% !important;
	max-height: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
	overflow: hidden !important;
}

.wrapper {
	margin: 0 auto;
	min-height: 100vh;
	overflow: hidden;
	position: relative;
	-webkit-transition-property: opacity, visibility;
	transition-property: opacity, visibility;
	-webkit-transition-duration: 0.35s;
	transition-duration: 0.35s;
}

.wrapper::before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 270px;
	background-color: white;
	z-index: -1;
}

@media (max-width: 1199px) {
	.wrapper::before {
		content: none;
		display: none;
	}
}

.wrapper::after {
	content: "";
	display: block;
	position: absolute;
	left: 1903px;
	top: 0;
	height: 100%;
	width: 9999px;
	background-color: #004d85;
	z-index: 200;
}

.main {
	position: relative;
	clear: both;
	z-index: 50;
}

.main-holder {
	width: 100%;
}

.main-holder::after {
	content: '';
	display: table;
	clear: both;
}

@media (max-width: 1279px) {
	.main-holder {
		padding-right: 0;
	}
}

.main-frame,
.content-wrap {
	float: left;
	width: 100%;
}

.main-inside {
	margin: 0 0 0 270px;
	padding-bottom: 6rem;
	min-height: calc(100vh - 210px);
	position: relative;
}

.main-inside::after {
	content: '';
	display: table;
	clear: both;
}

@media (max-width: 1599px) {
	.main-inside {
		min-height: calc(100vh - 150px);
		padding-bottom: 40px;
	}
}

@media (max-width: 1279px) {
	.main-inside {
		min-height: 50px;
	}
}

@media (max-width: 1199px) {
	.main-inside {
		margin-left: 0;
	}
}

@media (max-width: 639px) {
	.main-inside {
		padding-bottom: 15px;
	}
}

.content-layout {
	position: relative;
	padding: 39px 51px 0;
	margin-right: 60px;
}

.content-layout::after {
	content: '';
	display: table;
	clear: both;
}

@media (max-width: 1919px) {
	.content-layout {
		padding: 25px 41px 0;
	}

	.home-page .content-layout {
		margin-right: auto;
		margin-left: auto;
		right: 30px;
		max-width: 1252px;
	}
}

@media (max-width: 1599px) {
	.home-page .content-layout {
		max-width: none;
		margin-right: 60px;
		right: auto;
	}
}

@media (max-width: 1279px) {

	.content-layout,
	.home-page .content-layout {
		padding-right: 30px;
		padding-left: 30px;
		margin-right: 0;
	}
}

@media (max-width: 959px) {
	.content-layout {
		padding: 15px 30px 0;
	}

	.home-page .content-layout {
		padding-right: 30px;
		padding-left: 30px;
	}
}

@media (max-width: 639px) {
	.content-layout {
		max-width: none;
		padding: 15px 15px 0;
	}

	.home-page .content-layout {
		padding-right: 15px;
		padding-left: 15px;
	}
}

.content {
	margin: 0 270px 0 0;
	padding-right: 60px;
	min-height: 50px;
}

@media (max-width: 1919px) {
	.content {
		padding-right: 50px;
	}
}

@media (max-width: 1599px) {
	.content {
		margin-right: 225px;
		padding-right: 40px;
	}
}

@media (max-width: 959px) {
	.content {
		margin-right: 0;
		padding-right: 0;
	}
}

.without-aside .content {
	padding-right: 0;
	margin-right: 0;
	right: 0;
}

.content-news {
	margin-bottom: 3rem;
}

.sheet {
	position: relative;
	background: #fff;
	margin-bottom: 4.5rem;
	text-align: justify;
}

@media (max-width: 639px) {
	.sheet {
		margin-right: -15px;
		margin-left: -15px;
	}
}

.sheet:last-child {
	margin-bottom: 0;
}

.header {
	position: relative;
	z-index: 150;
}

.sidebar {
	position: static;
	left: auto;
	bottom: auto;
	float: left;
	margin: 0 0 0 -100%;
	height: auto;
	width: 270px;
	background: #fff;
	z-index: 20;
}

.elements-is-transform .sidebar {
	position: static;
	left: auto;
	bottom: auto;
	float: left;
	margin: 0 0 0 -100%;
	height: auto;
}

.elements-is-transform .sidebar.sidebar-region {
	position: fixed;
	left: 0;
	bottom: 0;
	margin: 0;
	height: calc(100% - 60px);
}

@media (max-width: 1599px) {
	.elements-is-transform .sidebar.sidebar-region {
		height: calc(100% - 50px);
	}
}

@media (max-width: 1199px) {
	.sidebar {
		display: none;
	}
}

.aside {
	float: right;
	margin: 0 0 0 -270px;
	width: 270px;
}

@media (max-width: 1599px) {
	.aside {
		margin: 0 0 0 -225px;
		width: 225px;
	}
}

.home-page .aside {
	padding-top: calc(2rem * 1.3 + 1.5rem);
}

@media (max-width: 959px) {
	.aside {
		display: none;
	}
}

.without-aside .aside {
	display: none;
}

.layout {
	padding-right: 0;
	padding-left: 0;
}

.article-layout {
	padding: 45px 50px;
}

@media (max-width: 1919px) {
	.article-layout {
		padding: 26px 30px;
	}
}

@media (max-width: 959px) {
	.article-layout {
		padding: 20px 25px;
	}
}

@media (max-width: 639px) {
	.article-layout {
		padding: 12px 15px;
	}
}

.article-layout .full-width {
	margin-right: -50px;
	margin-left: -50px;
}

@media (max-width: 1919px) {
	.article-layout .full-width {
		margin-right: -30px;
		margin-left: -30px;
	}
}

@media (max-width: 959px) {
	.article-layout .full-width {
		margin-right: -25px;
		margin-left: -25px;
	}
}

@media (max-width: 639px) {
	.article-layout .full-width {
		margin-right: -15px;
		margin-left: -15px;
	}
}

.text-layout,
.article-layout p,
.article-layout ul,
.article-layout ol {
	padding-right: 0;
	padding-left: 0;
}

.layout {
	max-width: 1903px;
}

.main>.layout {
	overflow-x: hidden;
}

.article-layout {
	max-width: none;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0;
}

.text-layout,
.article-layout p,
.article-layout ul,
.article-layout ol {
	max-width: 840px;
	margin-right: auto;
	margin-left: auto;
}

.user-section {
	margin-bottom: 3rem;
}

.user-section:last-child {
	margin-bottom: 0;
}

.bg-404 {
	position: absolute;
	left: 0;
	top: 0;
	overflow: hidden;
	width: 100%;
	height: 100%;
}

.bg-404~* {
	position: relative;
}

.bg-404::before {
	content: "404";
	display: block;
	position: absolute;
	left: 50%;
	top: -12.5rem;
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	font-family: "Roboto Slab", serif;
	font-weight: 700;
	color: #e5e5e5;
	font-size: 24rem;
	line-height: 1.2;
}

@media (max-width: 1599px) {
	.map-columns {
		display: block;
	}

	.map-columns tr,
	.map-columns td {
		display: block;
	}

	.map-columns tr {
		margin-bottom: 3rem;
	}
}

/*LAYOUT end*/
/*HEADER*/
/*header layout*/
.header__holder {
	position: relative;
	background-color: #f7f7f7;
	padding-left: 270px;
	min-height: 140px;
}

.header__holder::after {
	content: '';
	display: table;
	clear: both;
}

@media (max-width: 1199px) {
	.header__holder {
		padding-left: 0;
	}
}

@media (max-width: 639px) {
	.header__holder {
		min-height: 0;
	}
}

.header__frame {
	position: relative;
	padding-top: 60px;
	box-shadow: 0 10px 15px rgba(0, 0, 0, 0.05);
}

.header__frame::after {
	content: '';
	display: table;
	clear: both;
}

.no-js .header__frame {
	padding-top: 0;
}

@media (max-width: 1599px) {
	.header__frame {
		padding-top: 50px;
	}
}

@media (max-width: 639px) {
	.header__frame {
		padding-top: 45px;
	}
}

/*header layout end*/
/*logo*/
.logo-wrap {
	position: absolute;
	left: 0;
	top: 0;
	height: 210px;
	width: 270px;
	background-color: white;
	border-bottom: 1px solid #e5e5e5;
	z-index: 20;
}

.elements-is-transform .logo-wrap {
	position: fixed;
}

@media (max-width: 1599px) {
	.logo-wrap {
		height: 150px;
	}
}

@media (max-width: 1199px) {
	.logo-wrap {
		display: none;
	}
}

.no-js .logo-wrap {
	position: relative;
	left: auto;
	top: auto;
	float: left;
	margin: 0 0 0 -270px;
}

.touchevents .logo-wrap {
	-webkit-transition-property: height;
	transition-property: height;
	-webkit-transition-duration: 0.1s;
	transition-duration: 0.1s;
}

.elements-is-transform .logo-wrap {
	height: 60px;
}

@media (max-width: 1599px) {
	.elements-is-transform .logo-wrap {
		height: 50px;
	}
}

@media (max-width: 1199px) {
	.logo-wrap {
		width: 140px;
	}
}

@media (max-width: 959px) {
	.logo-wrap {
		width: 50px;
		height: 50px !important;
	}
}

@media (max-width: 639px) {
	.logo-wrap {
		width: 45px;
		height: 45px !important;
	}
}

.logo {
	display: block;
	height: 100%;
	margin: 0;
}

.logo a {
	display: block;
	position: relative;
	text-decoration: none;
	color: #262626;
	height: 100%;
	padding: 15px 30px;
	white-space: nowrap;
	text-align: center;
	font-size: 0;
	letter-spacing: -4px;
}

.elements-is-transform .logo a {
	text-align: left;
	padding-top: 5px;
	padding-bottom: 5px;
}

.logo a>strong {
	position: relative;
	display: inline-block;
	overflow: hidden;
	vertical-align: middle;
	font-family: "Roboto Slab", serif;
	font-size: 1.6rem;
	line-height: 1.3;
	letter-spacing: normal;
	color: inherit;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	opacity: 0;
	visibility: hidden;
	max-width: 0;
}

.logo img {
	height: 120px;
	max-height: 100%;
}

.elements-is-transform.header-show .logo img,
.header-hide .logo img {
	height: 30px;
}

.elements-is-transform.header-show .logo a,
.header-hide .logo a {
	display: flex;
	align-items: center;
	padding-right: 0;
}

.elements-is-transform .logo a>strong {
	opacity: 1;
	visibility: visible;
	max-width: 200px;
	padding-left: 10px;
}

/* desktop landscape header-fixed js-priorityNav elements-is-transform header-hide */
/* desktop landscape header-fixed js-priorityNav header-show */

.header__content .logo {
	display: none;
	float: left;
	width: 60px;
	height: 100%;
	position: relative;
	margin-right: 30px;
}

@media (max-width: 1199px) {
	.header__content .logo {
		display: block;
		margin-right: 15px;
	}
}

@media (max-width: 959px) {
	.header__content .logo {
		float: none;
		width: auto;
		height: auto;
		margin: 0;
		padding: 5px 30px;
		border-bottom: 1px solid #d9d9d9;
	}
}

@media (max-width: 639px) {
	.header__content .logo {
		padding: 4px 15px;
		height: 60px;
	}

	[class*="department-"] .header__content .logo {
		height: auto;
	}
}

.header__content .logo a {
	height: auto;
	position: relative;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	color: inherit;
	text-decoration: none;
	padding: 0;
	white-space: normal;
	text-align: left;
}

.header__content .logo a::after {
	content: '';
	display: table;
	clear: both;
}

.no-touchevents .header__content .logo a:hover {
	text-decoration: none;
}

@media (max-width: 959px) {
	.header__content .logo a {
		top: auto;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
	}
}

.header__content .logo a>strong {
	font: 700 1.6rem/1.2 "Roboto Slab", serif;
	letter-spacing: normal;
	text-transform: uppercase;
	visibility: visible;
	opacity: 1;
	max-width: none;
	padding: 0;
	color: inherit;
	display: none;
	width: calc(100% - 60px - 15px - 5px);
}

@media (max-width: 959px) {
	.header__content .logo a>strong {
		display: inline-block;
		vertical-align: middle;
		font-size: 1.5rem;
	}
}

@media (max-width: 639px) {
	.header__content .logo a>strong {
		font-size: 1.4rem;
		line-height: 1.429;
	}
}

@media (max-width: 639px) {
	body[class*="department-"] .header__content .logo a>strong {
		font-size: 1.4rem;
		line-height: 1.429;
	}
}

@media (max-width: 479px) {
	body[class*="department-"] .header__content .logo a>strong {
		font-size: 1.2rem;
		line-height: 1.5;
	}
}

.header__content .logo a img {
	float: left;
	position: relative;
	left: auto;
	top: auto;
	max-width: 100%;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
}

@media (max-width: 1199px) {
	.header__content .logo a img {
		width: 60px;
		height: 60px;
	}
}

@media (max-width: 959px) {
	.header__content .logo a img {
		float: none;
		display: inline-block;
		vertical-align: middle;
		margin-right: 15px;
		width: 50px;
		height: 50px;
	}
}

@media (max-width: 639px) {
	.header__content .logo a img {
		margin-right: 8px;
	}
}

/*logo end*/
/*header top */
.header__top {
	height: 60px;
	position: absolute;
	top: 0;
	width: 100%;
	min-width: 320px;
	z-index: 30;
	background: #006ab8;
	background: -webkit-linear-gradient(left, #006ab8 0%, #00487c 100%);
	background: linear-gradient(to right, #006ab8 0%, #00487c 100%);
}

.header__top::after {
	content: '';
	display: table;
	clear: both;
}

@media (max-width: 1599px) {
	.header__top {
		height: 50px;
	}
}

.window-is-resize .header__top {
	overflow: hidden;
}

.no-js .header__top {
	overflow: visible;
	height: auto;
	position: relative;
	top: auto;
}

.header-fixed .header__top {
	position: fixed;
	width: calc(100% - 270px);
	max-width: calc(1633px);
}

@media (max-width: 1199px) {
	.header-fixed .header__top {
		width: 100%;
		max-width: none;
	}
}

@media (max-width: 639px) {
	.header__top {
		height: 45px;
	}
}

/*header top end */
/*header content */
.header__content {
	padding: 0 51px;
	height: 150px;
	position: relative;
}

@media (max-width: 1919px) {
	.header__content {
		padding-right: 41px;
		padding-left: 41px;
	}
}

@media (max-width: 1599px) {
	.header__content {
		padding: 10px 10px 10px 30px;
		height: auto;
	}
}

@media (max-width: 959px) {
	.header__content {
		float: none;
		padding: 0;
		height: auto;
		display: table;
		width: 100%;
	}
}

@media (max-width: 639px) {
	.header__content {
		display: block;
	}
}

.header__content .holder {
	overflow: hidden;
	position: relative;
	height: 100%;
	font-size: 0;
	letter-spacing: -4px;
}

@media (max-width: 959px) {
	.header__content .holder {
		border-bottom: 1px solid #d9d9d9;
	}
}

@media (max-width: 639px) {
	.header__content .holder {
		display: none;
	}

	.home-page .header__content .holder,
	[class*="department-"] .header__content .holder {
		display: block;
	}
}

.header__content .holder::before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	height: 100%;
}

.header__content .holder .frame {
	display: inline-block;
	vertical-align: middle;
	width: calc(100% - 5px);
	font-size: 1.6rem;
	line-height: 1.88;
	letter-spacing: normal;
}

@media (max-width: 1279px) {
	.header__content .holder .frame {
		max-width: calc(100% - 5px);
		margin-right: 0;
	}
}

@media (max-width: 1199px) {
	.header__content .holder .frame {
		border-right: 1px solid #d9d9d9;
	}
}

@media (max-width: 959px) {
	.header__content .holder .frame {
		display: block;
		position: relative;
		border: none;
		max-width: none;
		width: auto;
		padding: 10px 30px;
	}
}

@media (max-width: 639px) {
	.header__content .holder .frame {
		padding: 7px 20px;
	}
}

.header__content .holder .gerb {
	display: none;
	vertical-align: middle;
	width: 62px;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

@media (max-width: 1599px) {
	.header__content .holder .gerb {
		width: 40px;
	}
}

@media (max-width: 1279px) {
	.header__content .holder .gerb {
		display: none;
	}
}

/*header content end */
/*header contacts */
.header__contacts {
	float: right;
	height: 100%;
	margin-left: 20px;
}

@media (max-width: 1599px) {
	.header__contacts {
		margin-left: 10px;
	}
}

@media (max-width: 1279px) {
	.header__contacts::before {
		content: "";
		display: inline-block;
		position: relative;
		vertical-align: middle;
		height: 100%;
	}
}

@media (max-width: 1279px) and (max-width: 959px) {
	.header__contacts::before {
		content: none;
	}
}

@media (max-width: 959px) {
	.header__contacts {
		float: none;
		padding: 0;
		margin-left: 0;
		display: table-footer-group;
	}
}

@media (max-width: 639px) {
	.header .header__contacts {
		overflow: visible;
		display: block;
		position: absolute;
		right: 0;
		top: 0;
		z-index: 2;
		height: 60px;
	}

	[class*="department-"] .header .header__contacts {
		position: relative;
		right: auto;
		top: auto;
		z-index: auto;
	}
}

.header__contacts__list {
	height: 100%;
	margin-right: -20px;
	font-size: 0;
	letter-spacing: -4px;
}

.old-site {
	width: 100px;
}

.old-site .header__contacts__inner {
	width: auto;
}



@media (max-width: 1279px) {
	.header__contacts__list {
		display: inline-block;
		vertical-align: middle;
		height: auto;
		max-width: calc(100% - 6px);
	}
}

@media (max-width: 959px) {
	.header__contacts__list {
		display: block;
		max-width: none;
		margin-right: 0;
		margin-left: 0;
	}
}

@media (max-width: 639px) {
	.header__contacts__list {
		height: 100%;
	}

	[class*="department-"] .header__contacts__list {
		height: auto;
	}
}

.header__contacts__list::before {
	content: "";
	display: inline-block;
	position: relative;
	vertical-align: middle;
	height: 100%;
}

@media (max-width: 1279px) {
	.header__contacts__list::before {
		content: none;
	}
}

.header__contacts__item {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	width: 230px;
	height: 100%;
}

@media (max-width: 1599px) {
	.header__contacts__item {
		width: 180px;
	}

	.old-site {
		width: auto;
	}

	.old-site .header__contacts__inner {
		width: auto;
	}
}

@media (max-width: 1279px) {
	.header__contacts__item {
		display: block;
		height: auto;
		width: auto;
	}
}

@media (max-width: 959px) {
	.header__contacts__item {
		float: left;
		display: block;
		width: 100%;
		height: 100%;
		text-align: center;
	}
}

@media (max-width: 639px) {
	.header__contacts__item {
		float: none;
		display: block;
		width: auto;
		text-align: center;
		border-bottom: 1px solid #d9d9d9;
	}

	.header__contacts__item:last-child {
		border: none;
	}
}

.header__contacts__item::before {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	width: 0;
	height: 18px;
	margin-top: -9px;
	border: solid #d9d9d9;
	border-width: 0 0 0 1px;
	-webkit-transition-property: border-color;
	transition-property: border-color;
	-webkit-transition-duration: 0.2s;
	transition-duration: 0.2s;
}

@media (max-width: 1279px) {
	.header__contacts__item::before {
		content: none;
	}
}

@media (max-width: 639px) {
	.header__contacts__item::before {
		content: none;
	}
}

.header__contacts__item:first-child::before {
	content: none;
}

.header__contacts__item.hover::before,
.header__contacts__item.hover_pref::before,
.header__contacts__item.hover_next::before {
	border-color: transparent;
}

.header__contacts__inner {
	display: block;
	width: 100%;
	height: 100%;
	padding: 0 20px;
	text-decoration: none;
	color: #262626;
	text-align: left;
	-webkit-transition-property: background-color;
	transition-property: background-color;
	-webkit-transition-duration: 0.2s;
	transition-duration: 0.2s;
}

@media (max-width: 1599px) {
	.header__contacts__inner {
		padding: 0 10px;
	}
}

@media (max-width: 1279px) {
	.header__contacts__inner {
		padding: 4px 10px;
	}
}

.no-touchevents .header__contacts__inner:hover {
	background-color: white;
}

.header__contacts__inner::after {
	display: inline-block;
	vertical-align: middle;
	height: 100%;
	content: '';
}

@media (max-width: 959px) {
	.header__contacts__inner {
		padding-right: 30px;
		padding-left: 30px;
	}
}

@media (max-width: 639px) {
	.header__contacts__inner {
		text-align: center;
		display: block;
		padding: 0;
	}

	[class*="department-"] .header__contacts__inner {
		padding: 6px 20px;
	}
}

.header__contacts__inner>div {
	display: inline-block;
	vertical-align: middle;
	max-width: calc(100% - 78px);
	text-align: left;
}

@media (max-width: 1599px) {
	.header__contacts__inner>div {
		max-width: calc(100% - 54px);
	}
}

@media (max-width: 1199px) {
	.header__contacts__inner>div {
		max-width: calc(100% - 50px);
	}
}

@media (max-width: 959px) {
	.header__contacts__inner>div {
		text-align: center;
		max-width: none;
	}

	.header__contacts__inner>div img {
		width: 34px;
	}
}

.header__contacts__inner>div:first-child {
	width: 78px;
	padding-right: 20px;
	text-align: center;
}

.old-site .header__contacts__inner>div:first-child {
	width: auto;
}

@media (max-width: 1599px) {
	.header__contacts__inner>div:first-child {
		width: 54px;
		padding-right: 10px;
	}

	.old-site .header__contacts__inner>div:first-child {
		width: auto;
	}
}

@media (max-width: 1279px) {
	.header__contacts__inner>div:first-child {
		width: 50px;
	}

	.old-site .header__contacts__inner>div:first-child {
		width: auto;
	}
}

@media (max-width: 959px) {
	.header__contacts__inner>div:first-child {
		padding-right: 0;
		width: auto;
	}
}

@media (max-width: 639px) {
	.header__contacts__inner>div:first-child+div {
		display: none;
	}

	[class*="department-"] .header__contacts__inner>div:first-child+div {
		display: inline-block;
	}
}

.header__contacts__inner>div>em,
.header__contacts__inner>div>a {
	display: inline-block;
	vertical-align: middle;
	font: normal bold 30px/1.2 "Roboto Slab", serif;
	letter-spacing: normal;
}

.old-site .header__contacts__inner>div>a {
	font-size: 20px;
}

@media (max-width: 1599px) {

	.header__contacts__inner>div>em,
	.header__contacts__inner>div>a {
		font-size: 22px;
	}

	.old-site .header__contacts__inner>div>a {
		font-size: 12px;
	}
}

@media (max-width: 1279px) {

	.header__contacts__inner>div>em,
	.header__contacts__inner>div>a {
		display: block;
		font-size: 16px;
		line-height: 1;
	}
}

@media (max-width: 959px) {

	.header__contacts__inner>div>em,
	.header__contacts__inner>div>a {
		display: inline-block;
		font-size: 20px;
		margin-right: 15px;
		padding-bottom: 3px;
	}
}

@media (max-width: 639px) {

	.header__contacts__inner>div>em,
	.header__contacts__inner>div>a {
		width: 60px;
		height: 60px;
		font-size: 24px;
		line-height: 60px;
		border: 1px solid #d9d9d9;
		text-align: center;
		padding: 0;
		margin: 0 -1px 0 0;
	}

	[class*="department-"] .header__contacts__inner>div>em,
	[class*="department-"] .header__contacts__inner>div>a {
		position: relative;
		width: auto;
		height: auto;
		font-size: 20px;
		margin: 0 15px 0 0;
		padding-bottom: 3px;
		text-align: left;
		border: none;
	}
}

.header__contacts__inner>div>a,
.header__contacts__inner>div>a:hover,
.header__contacts__inner>div .no-touchevents>a:hover,
.header__contacts__inner>div>a[href^="tel"],
.header__contacts__inner>div>a[href^="tel"]:hover,
.header__contacts__inner>div .no-touchevents>a[href^="tel"]:hover {
	color: #ec3c01;
	cursor: pointer;
}

.old-site .header__contacts__inner>div>a {
	color: #006ab8;
}

.header__contacts__inner>div>a.color--orange,
.header__contacts__inner>div>a:hover.color--orange,
.header__contacts__inner>div .no-touchevents>a:hover.color--orange,
.header__contacts__inner>div>a[href^="tel"].color--orange,
.header__contacts__inner>div>a[href^="tel"]:hover.color--orange,
.header__contacts__inner>div .no-touchevents>a[href^="tel"]:hover.color--orange {
	color: #ff9a09;
}

.header__contacts__inner>div>span {
	display: block;
	font-size: 1.4rem;
	line-height: 1.43;
	letter-spacing: normal;
}

@media (max-width: 1599px) {
	.header__contacts__inner>div>span {
		font-size: 1.2rem;
	}
}

@media (max-width: 959px) {
	.header__contacts__inner>div>span {
		font-size: 1.4rem;
	}
}

.get-minister {
	display: block;
	background: #fff;
}

.get-minister a {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 5px 15px;
	text-decoration: none;
}

.get-minister a img {
	width: 48px;
	margin-right: 10px;
}

.get-minister a>span {
	-webkit-box-flex: 1;
	-webkit-flex: 1 1;
	-ms-flex: 1 1;
	flex: 1 1;
}

/*header contacts end */
/*header hot line */
.header__hot-line {
	float: right;
	height: 100%;
	margin-left: 20px;
	text-align: right;
	cursor: default;
	font-size: 0;
	line-height: 0;
	letter-spacing: -4px;
}

.header__hot-line::before {
	display: inline-block;
	vertical-align: middle;
	height: 100%;
	content: '';
}

@media (max-width: 959px) {
	.header__hot-line {
		float: none;
		height: auto;
		padding: 5px 30px;
		margin-left: 0;
		text-align: left;
	}

	.header__hot-line::before {
		content: none;
	}
}

@media (max-width: 639px) {
	.header__hot-line {
		overflow: visible;
		padding-right: 15px;
		padding-left: 15px;
		display: none;
	}

	.h-contacts-js.is-show .header__hot-line {
		display: block;
	}
}

.header__hot-line--align {
	display: inline-block;
	vertical-align: middle;
	font-size: 1.4rem;
	line-height: 1.5;
	letter-spacing: normal;
}

@media (max-width: 959px) {
	.header__hot-line--align {
		display: block;
	}
}

@media (max-width: 959px) {
	.header__hot-line {
		border-bottom: 1px solid #d9d9d9;
	}
}

.header__hot-line ul {
	position: relative;
}

@media (max-width: 959px) {
	.header__hot-line ul {
		margin-right: 0;
		margin-left: 0;
	}

	.header__hot-line ul::before {
		content: none;
	}
}

@media (max-width: 639px) {
	.header__hot-line ul {
		height: auto;
	}
}

.header__hot-line li {
	position: relative;
	margin-top: 1.5rem;
	margin-bottom: 1.5rem;
}

@media (max-width: 1599px) {
	.header__hot-line li {
		margin-top: 5px;
		margin-bottom: 5px;
	}
}

@media (max-width: 959px) {
	.header__hot-line li {
		margin-top: 3px;
		margin-bottom: 3px;
	}
}

.header__hot-line li:first-child {
	font-family: "Roboto Slab", serif;
	font-weight: 700;
	font-size: 1.8rem;
	line-height: 1.4;
	color: #999;
	margin-top: 0;
}

.header__hot-line li:first-child a,
.no-touchevents .header__hot-line li:first-child a:hover {
	display: inline-block;
	color: #006ab8;
}

.header__hot-line li:last-child {
	margin-bottom: 0;
}

/*header hot line end */
/*header title */
.header__title {
	font: 700 1.8rem/1.2 "Roboto Slab", serif;
	text-transform: uppercase;
	color: #262626;
}

@media (max-width: 1599px) {
	.header__title {
		font-size: 1.3rem;
		line-height: 1.2;
		margin-bottom: 2px;
	}
}

@media (max-width: 959px) {
	.header__title {
		display: none;
	}
}

.header__title a {
	position: relative;
	display: inline-block;
	vertical-align: top;
	color: inherit;
	text-decoration: none;
	width: 100%;
	padding-left: 50px;
}

@media (max-width: 1599px) {
	.header__title a {
		padding-left: 40px;
	}
}

.header__title a::before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 50%;
	width: 38px;
	height: 38px;
	margin-top: -19px;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	background: url(../img/icons/mchsLogo.svg) no-repeat;
	background-size: contain;
}

@media (max-width: 1599px) {
	.header__title a::before {
		width: 30px;
		height: 30px;
		margin-top: -15px;
	}
}

.header__title a::after {
	content: "";
	position: relative;
	display: inline-block;
	vertical-align: middle;
	min-height: 38px;
}

@media (max-width: 1599px) {
	.header__title a::after {
		min-height: 30px;
	}
}

@media (max-width: 1279px) {
	.header__title a::after {
		content: "";
		display: inline-block;
		position: relative;
		vertical-align: middle;
	}
}

.header__title a>span {
	display: inline-block;
	vertical-align: middle;
	max-width: calc(100% - 6px);
}

/*header title end */
/*header info */
.header__info__list {
	position: relative;
	margin: 8px 0 0;
	font-size: 1.4rem;
	line-height: 1.2;
	cursor: default;
}

@media (max-width: 1599px) {
	.header__info__list {
		font-size: 1.2rem;
		margin-top: 0;
	}
}

@media (max-width: 959px) {
	.header__info__list {
		font-size: 1.4rem;
		padding: 2px 0 2px 65px;
		position: relative;
	}
}

@media (max-width: 639px) {
	.header__info__list {
		padding-left: 52px;
		padding-right: 10px;
	}
}

.header__info__list::before {
	content: "";
	display: block;
	position: absolute;
	left: 5px;
	top: 50%;
	width: 40px;
	height: 40px;
	margin-top: -20px;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	background: url(../img/gerb.png) no-repeat;
	background-size: contain;
	display: none;
}

@media (max-width: 959px) {
	.header__info__list::before {
		display: block;
		left: 0;
	}
}

.header__info__list li {
	display: inline-block;
	vertical-align: top;
	margin-top: 10px;
	margin-right: 30px;
	color: #999;
}

@media (max-width: 1919px) {
	.header__info__list li {
		margin-top: 4px;
	}
}

@media (max-width: 1599px) {
	.header__info__list li {
		margin-right: 20px;
	}
}

@media (max-width: 959px) {
	.header__info__list li {
		margin-bottom: 4px;
	}
}

@media (max-width: 639px) {
	.header__info__list li {
		display: none;
	}

	.h-contacts-js.is-show .header__info__list li {
		display: inline-block;
	}
}

.header__info__list li.header__info__label {
	display: none;
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #595959;
}

@media (max-width: 639px) {
	.header__info__list li.header__info__label {
		display: block;
	}

	.h-contacts-js.is-show .header__info__list li.header__info__label {
		display: none;
	}
}

.header__info__list li a {
	text-decoration: none;
	color: inherit;
	cursor: pointer;
}

.header__info__list li a>span {
	display: inline-block;
	border-bottom: 1px solid transparent;
	-webkit-transition-property: border-color;
	transition-property: border-color;
	-webkit-transition-duration: 0.2s;
	transition-duration: 0.2s;
}

.no-touchevents .header__info__list li a:hover>span {
	border-color: #d9d9d9;
}

.no-touchevents .header__info__list li a[href^="tel:"]:hover>span {
	border-color: transparent;
}

.header__info__list li svg {
	width: 24px;
	height: 24px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
}

@media (max-width: 1599px) {
	.header__info__list li svg {
		width: 16px;
		height: 16px;
		margin-right: 3px;
	}
}

.header__info__list li path {
	fill: #cccccc;
}

/*header info end */
/*contacts-opener */
.h-contacts-opener {
	display: none;
	width: 40px;
	height: 40px;
	cursor: pointer;
	position: absolute;
	right: 15px;
	top: 50%;
	margin-top: -20px;
}

@media (max-width: 639px) {
	.h-contacts-opener {
		display: block;
	}
}

.h-contacts-opener>i {
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	width: 12px;
	height: 10px;
	margin: -6px 0 0 -5px;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.h-contacts-opener>i::before,
.h-contacts-opener>i::after {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	width: 10px;
	height: 2px;
	background-color: #999;
	-webkit-transition-property: background-color;
	transition-property: background-color;
	-webkit-transition-duration: 0.2s;
	transition-duration: 0.2s;
}

.h-contacts-opener>i::before {
	right: 50%;
	-webkit-transform-origin: right bottom;
	-ms-transform-origin: right bottom;
	transform-origin: right bottom;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.h-contacts-opener>i::after {
	left: 50%;
	-webkit-transform-origin: left bottom;
	-ms-transform-origin: left bottom;
	transform-origin: left bottom;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.no-touchevents .h-contacts-opener:hover>i::before,
.no-touchevents .h-contacts-opener:hover>i::after {
	background-color: tomato;
}

.h-contacts-js.is-show .h-contacts-opener {
	-webkit-transform: rotate(0.5turn);
	-ms-transform: rotate(0.5turn);
	transform: rotate(0.5turn);
}

/*contacts-opener end */
/*user options*/
.user-options {
	float: right;
	position: relative;
	font-size: 0;
	line-height: 0;
	letter-spacing: -4px;
	z-index: 100;
	padding-left: 0;
}

.no-js .user-options {
	display: none;
}

.user-options__item {
	display: inline-block;
	vertical-align: top;
	position: relative;
	width: 60px;
}

.lang.last {
	width: 5px;
	display: none;
}

@media (max-width: 1599px) {
	.user-options__item {
		width: 50px;
	}

	.user-options__item.lang {
		width: 60px;
	}

	.lang.last {
		width: 5px;
		display: none;
	}

	.special .lang.last {
		width: 50px;

	}
}

@media (max-width: 639px) {
	.user-options__item {
		width: 45px;
	}
}

.user-options__item::before {
	content: '';
	display: block;
	height: 0;
	padding-top: 100%;
}

.user-options__item>a {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background-color: transparent;
	box-shadow: -1px 0 0 rgba(255, 255, 255, 0.15);
	text-decoration: none;
	text-align: center;
	color: rgba(255, 255, 255, 0.5);
	-webkit-transition-property: background-color, color;
	transition-property: background-color, color;
	-webkit-transition-duration: 0.2s;
	transition-duration: 0.2s;
}

.user-options__item>a>* {
	display: inline-block;
	vertical-align: middle;
	font-size: 1.6rem;
	line-height: 1.88;
	letter-spacing: normal;
}

.user-options__item>a::before {
	display: inline-block;
	vertical-align: middle;
	height: 100%;
	content: '';
}

.user-options__item>a>div {
	display: inline-block;
	vertical-align: middle;
	color: rgba(255, 255, 255, 0.5);
	-webkit-transition-property: background-color, color;
	transition-property: background-color, color;
	-webkit-transition-duration: 0.2s;
	transition-duration: 0.2s;
}

.user-options__item>a svg {
	width: 30px;
	height: 30px;
	display: inline-block;
	-webkit-transform: scale(0.8);
	-ms-transform: scale(0.8);
	transform: scale(0.8);
	-webkit-transition-property: background-color, color;
	transition-property: background-color, color;
	-webkit-transition-duration: 0.2s;
	transition-duration: 0.2s;
}

.user-options__item>a svg.svg-search {
	width: 24px;
	height: 24px;
}

.user-options__item>a svg.svg-visually-impaired {
	width: 32px;
	height: 32px;
}

.user-options__item>a svg.svg-share {
	width: 25px;
	height: 25px;
}

.user-options__item>a path {
	fill: rgba(255, 255, 255, 0.5);
	-webkit-transition-property: fill;
	transition-property: fill;
	-webkit-transition-duration: 0.2s;
	transition-duration: 0.2s;
}

.no-touchevents .user-options__item>a:hover {
	background-color: rgba(255, 255, 255, 0.15);
	color: #006ab8;
}

.no-touchevents .user-options__item>a:hover path {
	fill: white;
}

.user-options__item>a>span {
	display: inline-block;
}

.user-options__item>a>svg~span {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

.user-options:first-child {
	float: left;
	display: none;
}

@media (max-width: 1199px) {
	.user-options:first-child {
		display: block;
	}
}

.user-options:first-child a {
	box-shadow: 1px 0 0 rgba(255, 255, 255, 0.15);
}

.user-options:first-child a path {
	fill: white;
}

/*user options end*/
/*lang*/
.lang {
	position: relative;
	margin-right: 10px;
}

.lang>a {
	-webkit-transition-property: background-color, color;
	transition-property: background-color, color;
	-webkit-transition-duration: 0.2s;
	transition-duration: 0.2s;
}

.lang>a>span {
	width: 50px;
	max-width: 90%;
	vertical-align: middle;
	position: relative;
	font-size: 13px;
	line-height: 16px;
	font-weight: normal;
	letter-spacing: normal;
	display: none;
}

.visually {
	width: 151px;
	margin-right: 0;
}

.visually a {
	height: auto;
}

.visually>a>* {
	line-height: 1.5;
}

.visually::before {
	padding-top: 0;
}

.special .visually {
	display: none;
}

.visually .current {
	width: 151px;
	vertical-align: top;
	color: #FFF;
}



@media (max-width: 340px) {

	.visually,
	.visually .current {
		width: 130px;
	}

	.visually>a>* {
		font-size: 1.3rem;
	}

	.lang {
		margin-right: 0;
	}
}

@media (max-width: 639px) {
	.lang>a>span {
		font-size: 14px;
	}
}

.lang>a>span.current {
	display: inline-block;
}

.no-touchevents .lang:hover>a,
.no-touchevents .lang>a:hover,
.lang.choice-opened>a {
	color: white;
	background-color: rgba(255, 255, 255, 0.15);
}

/*lang end*/
/*HEADER end*/
/*NAVIGATION*/
/*nav layout */
.nav-wrap {
	position: relative;
	z-index: 95;
	margin-right: 240px;
	padding: 0;
}

@media (max-width: 1199px) {
	.nav-wrap {
		display: none;
	}
}

.go-to-mchs~.nav-wrap {
	margin-left: 165px;
}

.no-js .nav-wrap {
	margin-right: 0;
	margin-left: 0;
}

/*nav layout end */
/*nav common */
.nav {
	max-width: 1100px;
	overflow: hidden;
	opacity: 0;
	visibility: hidden;
	-webkit-transition-property: opacity, visibility;
	transition-property: opacity, visibility;
	-webkit-transition-duration: 0.2s;
	transition-duration: 0.2s;
}

.no-js .nav,
.nav.priority-nav {
	overflow: visible;
	opacity: 1;
	visibility: visible;
	max-width: none;
}

.nav .nav__list {
	position: relative;
	font-size: 0;
	letter-spacing: -4px;
	vertical-align: top;
	z-index: 10;
	padding-left: 0;
}

.no-js .nav .nav__list {
	letter-spacing: normal;
}

.nav li {
	position: relative;
}

.nav li.hover,
.no-js .nav li:hover,
.nav li.active {
	z-index: 2;
}

.nav a {
	display: block;
	position: relative;
	padding: 12px 17px;
	font-weight: 400;
	font-size: 1.4rem;
	line-height: 24px;
	letter-spacing: normal;
	color: white;
	text-decoration: none;
	-webkit-transition-property: color, background-color;
	transition-property: color, background-color;
	-webkit-transition-duration: 0.2s;
	transition-duration: 0.2s;
}

/*nav common end */
/*nav item arrow */
.nav__angle {
	position: absolute;
	right: 30px;
	top: 50%;
	width: 7px;
	height: 13px;
	margin-top: -6px;
	display: none;
	cursor: default;
	pointer-events: none;
}

.nav__angle::before,
.nav__angle::after {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 50%;
	width: 8px;
	height: 2px;
	border-radius: 4px;
	background: #262626;
	-webkit-transition-property: background;
	transition-property: background;
	-webkit-transition-duration: 0.2s;
	transition-duration: 0.2s;
}

.nav__angle::before {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	margin: -3px 0 0 -1px;
}

.nav__angle::after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	margin: 1px 0 0 -1px;
}

/*nav item arrow end */
/*nav drop common */
.nav__drop {
	display: block;
	position: absolute;
	left: 0;
	top: 100%;
	width: 320px;
	background-color: #f2f2f2;
	border: 1px solid #d9d9d9;
	box-shadow: 0 8px 25px rgba(0, 0, 0, 0.25);
	z-index: 100;
	opacity: 0;
	visibility: hidden;
	-webkit-transition-property: opacity, visibility, -webkit-transform;
	transition-property: opacity, visibility, -webkit-transform;
	transition-property: opacity, visibility, transform;
	transition-property: opacity, visibility, transform, -webkit-transform;
	-webkit-transition-duration: 0.2s;
	transition-duration: 0.2s;
	-webkit-transition-timing-function: cubic-bezier(0.25, 1, 0.25, 1);
	transition-timing-function: cubic-bezier(0.25, 1, 0.25, 1);
}

li.align-right>.nav__drop {
	left: auto;
	right: 100%;
	margin-left: 0;
	margin-right: -10px;
}

li.hover>.nav__drop,
.no-js li:hover>.nav__drop,
li.active>.nav__drop {
	opacity: 1;
	visibility: visible;
}

.nav__drop a {
	color: #262626;
	text-transform: none;
	background: white;
	border-top: 1px solid #e0e0e0;
}

@media (max-width: 1599px) {
	.nav__drop a {
		padding-top: 8px;
		padding-bottom: 8px;
	}
}

.nav__drop li:first-child>.nav__tab>a {
	border-top: none;
}

.nav__drop li.hover>.nav__tab>a,
.no-js .nav__drop li:hover>.nav__tab>a {
	background: #f3f3f3;
}

.nav__drop .nav__drop {
	top: 0;
	left: 100%;
	z-index: auto;
	margin-top: 5px;
	margin-left: -5px;
}

.nav__drop .has-drop>.nav__tab>a {
	padding-right: 45px;
}

.nav__drop .has-drop>.nav__tab>.nav__angle {
	display: block;
}

/*nav drop common end */
/*nav drop level 1 */
.nav__list>li>.nav__drop,
.priority-nav__dropdown>li>.nav__drop {
	min-width: 100%;
	border-top: none;
	white-space: normal;
	margin-left: -1px;
}

.nav__list>li.align-right>.nav__drop,
.priority-nav__dropdown>li.align-right>.nav__drop {
	left: auto;
	right: 0;
	margin: 0 -1px 0 0;
}

/*main items */
.nav__list>li,
.priority-nav__dropdown>li {
	display: inline-block;
	vertical-align: top;
	position: relative;
}

.nav__list>li.active,
.priority-nav__dropdown>li.active {
	z-index: 1;
}

.nav__list>li>a,
.nav__list>li>.nav__tab>a,
.priority-nav__dropdown>li>a,
.priority-nav__dropdown>li>.nav__tab>a {
	display: block;
	padding: 17px 3px;
	font-size: 1.4rem;
	line-height: 26px;
	color: #fff;
	text-align: center;
	background: none;
	box-shadow: inset -1px 0 0 rgba(255, 255, 255, 0.15);
}

@media (max-width: 1599px) {

	.nav__list>li>a,
	.nav__list>li>.nav__tab>a,
	.priority-nav__dropdown>li>a,
	.priority-nav__dropdown>li>.nav__tab>a {
		padding: 12px 3px;
	}
}

@media (max-width: 639px) {

	.nav__list>li>a,
	.nav__list>li>.nav__tab>a,
	.priority-nav__dropdown>li>a,
	.priority-nav__dropdown>li>.nav__tab>a {
		padding-top: 12px;
		padding-bottom: 12px;
	}
}

.nav__list>li.hover>.nav__tab>a,
.nav__list>li.active>.nav__tab>a,
.nav__list>li.current>.nav__tab>a,
.no-js .nav__list>li:hover>.nav__tab>a,
.priority-nav__dropdown>li.hover>.nav__tab>a,
.priority-nav__dropdown>li.active>.nav__tab>a,
.priority-nav__dropdown>li.current>.nav__tab>a,
.no-js .priority-nav__dropdown>li:hover>.nav__tab>a {
	background: #ff9a09;
	color: #262626;
	box-shadow: inset -1px 0 0 rgba(0, 0, 0, 0.15);
}

.priority-nav__dropdown>li>a,
.priority-nav__dropdown>li>.nav__tab>a {
	box-shadow: inset -1px -1px 0 rgba(255, 255, 255, 0.15), 0 -1px 0 rgba(255, 255, 255, 0.15);
}

/*main items end */
/*nav drop level 1 end */
/*nav drop level 2 */
/*nav drop level 2 end */
/*nav drop level 3 */
/*nav drop 3 end */
/*priority nav */
.nav .priority-nav__wrapper,
.nav .priority-nav__dropdown-toggle {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: auto;
	height: auto;
	padding: 0;
	margin: 0;
	border: none;
	opacity: 1;
	visibility: visible;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
	background: none;
	z-index: auto;
	box-shadow: none;
}

.priority-nav__wrapper button {
	font-size: 1.5em;
}

.nav .priority-nav__dropdown-toggle {
	height: 60px;
	padding-right: 5px;
	padding-left: 5px;
	color: white;
	-webkit-transition-property: background-color, color;
	transition-property: background-color, color;
	-webkit-transition-duration: 0.2s;
	transition-duration: 0.2s;
	box-shadow: inset -1px 0 0 rgba(255, 255, 255, 0.15);
}

@media (max-width: 1599px) {
	.nav .priority-nav__dropdown-toggle {
		height: 50px;
	}
}

.nav .priority-nav__dropdown-toggle.priority-nav-is-hidden {
	display: none;
}

.no-touchevents .nav .priority-nav__dropdown-toggle:hover,
.nav .priority-nav__dropdown-toggle.is-open {
	background-color: white;
	color: #262626;
}

.nav .priority-nav__dropdown {
	position: fixed;
	top: 60px;
	left: 270px;
	width: calc(100% - 270px);
	max-width: 1633px;
	background: #006ab8;
	background: -webkit-linear-gradient(left, #006ab8 0%, #00487c 100%);
	background: linear-gradient(to right, #006ab8 0%, #00487c 100%);
	box-shadow: 0 -1px 0 rgba(255, 255, 255, 0.15);
}

@media (max-width: 1599px) {
	.nav .priority-nav__dropdown {
		top: 50px;
	}
}

.nav.is-open.priority-nav {
	white-space: normal;
}

/*priority nav end */
/*button navigation open*/
.btn-nav {
	text-decoration: none;
	color: #262626;
	background: white;
	font-size: 0;
	letter-spacing: -4px;
	white-space: nowrap;
	display: none;
}

@media (max-width: 1199px) {
	.btn-nav {
		display: inline-block;
	}
}

.btn-nav::before {
	content: "";
	display: block;
	position: relative;
	padding-top: 100%;
}

.btn-nav>span {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

.btn-nav>i {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	margin-top: -2px;
	margin-left: -11px;
	width: 22px;
	height: 3px;
	background: white;
}

.btn-nav>i::before,
.btn-nav>i::after {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	width: 22px;
	height: 3px;
	background: white;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.btn-nav>i::before {
	top: -8px;
}

.btn-nav>i::after {
	top: 8px;
}

.no-touchevents .btn-nav:hover>i::before {
	-webkit-transform: translate(0, -2px);
	-ms-transform: translate(0, -2px);
	transform: translate(0, -2px);
}

.no-touchevents .btn-nav:hover>i::after {
	-webkit-transform: translate(0, 2px);
	-ms-transform: translate(0, 2px);
	transform: translate(0, 2px);
}

/*button navigation open end*/
/*NAVIGATION end*/
/*NAVIGATION MOBILE*/
/*MENU REGION */
.nav-mobile__list {
	position: relative;
}

.nav-mobile__list li {
	position: relative;
	overflow: hidden;
}

.nav-mobile__list .nav-mobile__tab {
	position: relative;
}

.nav-mobile__list a {
	display: block;
	position: relative;
	color: rgba(255, 255, 255, 0.5);
	text-decoration: none;
	-webkit-transition-property: color, background-color;
	transition-property: color, background-color;
	-webkit-transition-duration: 0.2s;
	transition-duration: 0.2s;
	padding: 21px 20px 22px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.15);
	font-size: 1.4rem;
	line-height: 1.429;
	letter-spacing: 0.02em;
}

.nav-mobile__list li.has-drop>.nav-mobile__tab>a {
	padding-right: 50px;
}

.nav-mobile__angle {
	position: absolute;
	right: 0;
	top: 0;
	width: 40px;
	height: 100%;
	background-color: white;
	border: solid rgba(0, 0, 0, 0.15);
	border-width: 0 0 1px 1px;
	-webkit-transition-property: color, background-color, -webkit-transform;
	transition-property: color, background-color, -webkit-transform;
	transition-property: transform, color, background-color;
	transition-property: transform, color, background-color, -webkit-transform;
	-webkit-transition-duration: 0.2s;
	transition-duration: 0.2s;
	z-index: 2;
	cursor: pointer;
	display: none;
}

li.has-drop>.nav-mobile__tab>.nav-mobile__angle {
	display: block;
}

.nav-mobile__angle i {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 12px;
	height: 8px;
	pointer-events: none;
	margin: -4px 0 0 -6px;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	-webkit-transition-duration: 0.2s;
	transition-duration: 0.2s;
	font-size: 0;
	line-height: 0;
}

.nav-mobile__angle i::before,
.nav-mobile__angle i::after {
	content: '';
	position: absolute;
	bottom: 0;
	height: 10px;
	width: 2px;
	border-radius: 2px;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	background-color: rgba(255, 255, 255, 0.5);
	-webkit-transform-origin: center center;
	-ms-transform-origin: center center;
	transform-origin: center center;
	-webkit-transition-property: background-color;
	transition-property: background-color;
	-webkit-transition-duration: 0.2s;
	transition-duration: 0.2s;
}

.nav-mobile__angle i::before {
	right: 50%;
	-webkit-transform-origin: right bottom;
	-ms-transform-origin: right bottom;
	transform-origin: right bottom;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.nav-mobile__angle i::after {
	left: 50%;
	-webkit-transform-origin: left bottom;
	-ms-transform-origin: left bottom;
	transform-origin: left bottom;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.no-touchevents .nav-mobile__angle:hover i::before,
.no-touchevents .nav-mobile__angle:hover i::after {
	background-color: white;
}

li.is-open>.nav-mobile__tab .nav-mobile__angle i {
	-webkit-transform: rotate(-0.5turn);
	-ms-transform: rotate(-0.5turn);
	transform: rotate(-0.5turn);
}

.nav-mobile__drop {
	position: relative;
	background-color: white;
	display: none;
}

.nav-mobile__list li.current>.nav-mobile__tab a,
.nav-mobile__list li.current>.nav-mobile__tab a:hover,
.no-touchevents .nav-mobile__list li.current>.nav-mobile__tab a,
.no-touchevents .nav-mobile__list li.current>.nav-mobile__tab a:hover {
	color: white;
	box-shadow: inset 5px 0 0 white;
}

.nav-mobile__list li.is-open>.nav-mobile__tab a::before {
	opacity: 1;
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
}

.nav-mobile__list>li>.nav-mobile__tab a {
	font-family: "Roboto Slab", serif;
	font-weight: 400;
	font-size: 1.6rem;
	line-height: 1.5;
	color: #262626;
	background-color: white;
	padding-top: 18px;
	padding-bottom: 17px;
}

.no-touchevents .nav-mobile__list>li>.nav-mobile__tab a:hover {
	color: #006ab8;
}

.nav-mobile__list>li>.nav-mobile__tab .nav-mobile__angle i::before,
.nav-mobile__list>li>.nav-mobile__tab .nav-mobile__angle i::after {
	background-color: #262626;
}

.no-touchevents .nav-mobile__list>li>.nav-mobile__tab .nav-mobile__angle:hover i::before,
.no-touchevents .nav-mobile__list>li>.nav-mobile__tab .nav-mobile__angle:hover i::after {
	background-color: #006ab8;
}

.nav-mobile__list>li.current>.nav-mobile__tab a,
.nav-mobile__list>li.current>.nav-mobile__tab a:hover,
.no-touchevents .nav-mobile__list>li.current>.nav-mobile__tab a,
.no-touchevents .nav-mobile__list>li.current>.nav-mobile__tab a:hover {
	color: #006ab8;
	box-shadow: inset 5px 0 0 #006ab8;
}

.nav-mobile__drop ul,
.nav-mobile__drop a,
.nav-mobile__drop .nav-mobile__angle {
	background-color: #006ab8;
}

.no-touchevents .nav-mobile__drop ul:hover,
.no-touchevents .nav-mobile__drop a:hover,
.no-touchevents .nav-mobile__drop .nav-mobile__angle:hover {
	color: white;
}

.nav-mobile__drop .nav-mobile__drop ul,
.nav-mobile__drop .nav-mobile__drop a,
.nav-mobile__drop .nav-mobile__drop .nav-mobile__angle {
	background-color: #005b9e;
}

.nav-mobile__drop .nav-mobile__drop .nav-mobile__drop ul,
.nav-mobile__drop .nav-mobile__drop .nav-mobile__drop a,
.nav-mobile__drop .nav-mobile__drop .nav-mobile__drop .nav-mobile__angle {
	background-color: #004c84;
}

.nav-mobile__drop .nav-mobile__drop .nav-mobile__drop .nav-mobile__drop ul,
.nav-mobile__drop .nav-mobile__drop .nav-mobile__drop .nav-mobile__drop a,
.nav-mobile__drop .nav-mobile__drop .nav-mobile__drop .nav-mobile__drop .nav-mobile__angle {
	background-color: #003d6b;
}

/*NAVIGATION MOBILE end*/
/*SIDEBAR*/
/*sidebar top*/
.sidebar-top {
	z-index: 30;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	will-change: transform;
}

.sidebar-top__holder {
	position: relative;
	padding: 16px 0;
	border-bottom: 1px solid #e5e5e5;
	background: white;
}

/*sidebar top end*/
/*sidebar menu*/
.sidebar-menu-wrap {
	overflow: hidden;
	position: relative;
}

.sidebar-menu {
	background: white;
	position: relative;
}

.sidebar-menu a {
	display: block;
	position: relative;
	padding: 8px 30px;
	text-decoration: none;
	font-weight: 400;
	font-size: 1.4rem;
	line-height: 1.43;
	color: #262626;
	-webkit-transition-property: color, opacity, visibility;
	transition-property: color, opacity, visibility;
	-webkit-transition-duration: 0.35s;
	transition-duration: 0.35s;
}

.no-touchevents .sidebar-menu a:hover,
.no-touchevents .sidebar-menu a.active-section,
.sidebar-menu a.active-section {
	color: #006ab8;
	-webkit-transition-duration: 0.2s;
	transition-duration: 0.2s;
}

.sidebar-menu a::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 4px;
	background: #006ab8;
	opacity: 0;
	visibility: hidden;
	-webkit-transition-property: color, opacity, visibility;
	transition-property: color, opacity, visibility;
	-webkit-transition-duration: 0.35s;
	transition-duration: 0.35s;
}

.sidebar-menu a.active-section::before {
	opacity: 1;
	visibility: visible;
}

.nav-menu-opener {
	position: absolute;
	top: 0;
	right: 0;
	width: 70px;
	height: 36px;
	cursor: pointer;
	z-index: 99;
}

.nav-menu-opener::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 70px;
	height: 100%;
	background: white;
	background: -webkit-linear-gradient(right, white 0%, white 80%, rgba(255, 255, 255, 0) 100%);
	background: linear-gradient(to left, white 0%, white 80%, rgba(255, 255, 255, 0) 100%);
}

.nav-menu-opener i {
	position: absolute;
	right: 26px;
	top: 50%;
	width: 10px;
	height: 8px;
	margin-top: -4px;
	font-size: 0;
	line-height: 0;
}

.nav-menu-opener i::after {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0;
	height: 0;
	z-index: 2;
	border-bottom: 8px solid #999;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	-webkit-transition-property: border-color;
	transition-property: border-color;
	-webkit-transition-duration: 0.2s;
	transition-duration: 0.2s;
}

.no-touchevents .nav-menu-opener:hover i::after {
	border-bottom-color: #006ab8;
}

.short-view .nav-menu-opener {
	width: 100%;
	height: 100%;
}

.short-view .nav-menu-opener i::after {
	-webkit-transform: rotate(0.5turn);
	-ms-transform: rotate(0.5turn);
	transform: rotate(0.5turn);
}

/*sidebar-menu end*/
/*sidebar bottom*/
.sidebar-bottom {
	width: 100%;
	background-color: white;
}

.sidebar-bottom__holder {
	height: 100%;
}

.sidebar-bottom__frame {
	overflow-x: hidden;
	overflow-y: auto;
	max-height: 100%;
	padding: 0 0 36px;
}

.sidebar-bottom__frame>*:last-child {
	margin-bottom: 0;
}

.sidebar-bottom__heading {
	position: relative;
	padding: 24px 30px;
	background-color: white;
	z-index: 15;
}

.sidebar-bottom__heading::after {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 100%;
	width: 100%;
	height: 30px;
	pointer-events: none;
	opacity: 0;
	visibility: hidden;
	background: white;
	background: -webkit-linear-gradient(top, white 0, rgba(255, 255, 255, 0) 100%);
	background: linear-gradient(to bottom, white 0, rgba(255, 255, 255, 0) 100%);
}

.sidebar-top.is_stuck .sidebar-bottom__heading::after {
	opacity: 1;
	visibility: visible;
}

.sidebar-bottom__heading h4,
.sidebar-bottom__heading h3,
.sidebar-bottom__heading h2 {
	margin-bottom: 0;
}

.btn-filters-open+.sidebar-bottom__heading h4,
.btn-filters-open+.sidebar-bottom__heading h3,
.btn-filters-open+.sidebar-bottom__heading h2 {
	padding-right: 30px;
}

.sidebar-bottom__heading .btn-filters-open,
.popup-news__heading .btn-filters-open {
	position: absolute;
	top: 50%;
	right: 30px;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	z-index: 1;
}

.no-js .sidebar-bottom__heading .btn-filters-open,
.no-js .popup-news__heading .btn-filters-open {
	display: none;
}

.sidebar-bottom__heading .btn-filters-open>span,
.popup-news__heading .btn-filters-open>span {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

.sidebar-bottom__heading .btn-filters-open svg,
.popup-news__heading .btn-filters-open svg {
	display: block;
	width: 24px;
	height: 24px;
}

.sidebar-bottom__heading .btn-filters-open path,
.popup-news__heading .btn-filters-open path {
	fill: #999;
	-webkit-transition: fill 0.2s;
	transition: fill 0.2s;
}

.no-touchevents .sidebar-bottom__heading .btn-filters-open:hover path,
.no-touchevents .popup-news__heading .btn-filters-open:hover path {
	fill: #006ab8;
}

.sidebar-bottom__content {
	position: relative;
	background-color: white;
	padding: 24px 30px;
	z-index: 10;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	will-change: transform;
}

/*sidebar bottom end*/
/*SIDEBAR end*/
/*ASIDE*/
.aside__holder {
	position: relative;
	z-index: 10;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	will-change: transform;
}

.aside__holder>*:last-child {
	margin-bottom: 0;
}

.aside__widget {
	margin: 0 0 3rem;
}

.aside__widget>*:last-child {
	margin-bottom: 0;
}

.aside__widget h3 {
	font: 400 1.2rem/1.4 "Roboto Slab", serif;
	color: #999;
	text-transform: uppercase;
}

.aside__widget table {
	margin-bottom: 0;
}

.aside__widget table img {
	width: auto;
}

.aside__widget table td,
.aside__widget table th {
	padding: 0;
}

.aside__widget>table>tbody>tr>td {
	padding: 5px 15px;
}

/*ASIDE end*/
/*FOOTER*/
.footer {
	position: relative;
	clear: both;
	z-index: 100;
	color: #b2b2b2;
}

.footer.isBottoming {
	height: 0;
}

.footer .layout {
	position: relative;
}

.footer__holder {
	overflow: hidden;
	cursor: default;
}

.isBottoming .footer__holder {
	position: absolute;
	top: auto;
	right: auto;
	left: 270px;
	width: calc(100% - 270px);
	bottom: 0;
}

@media (max-width: 1199px) {
	.isBottoming .footer__holder {
		left: 0;
		width: 100%;
	}
}

/*footer gov*/
.footer-gov {
	padding: 60px;
	position: relative;
	overflow: hidden;
	background: white;
}

@media (max-width: 1919px) {
	.footer-gov {
		padding: 50px;
	}
}

@media (max-width: 1279px) {
	.footer-gov {
		padding: 30px;
	}
}

@media (max-width: 639px) {
	.footer-gov {
		padding: 15px;
	}
}

.footer-gov::before {
	content: "";
	display: block;
	position: absolute;
	top: -5%;
	left: -40px;
	width: 40px;
	height: 110%;
	box-shadow: 0 10px 15px rgba(0, 0, 0, 0.05);
}

@media (max-width: 1199px) {
	.footer-gov::before {
		content: none;
		display: none;
	}
}

.gov {
	position: relative;
}

.gov__list {
	white-space: nowrap;
	overflow: hidden;
	margin: 0 -10px;
}

.gov__list.slick-initialized,
.no-js .gov__list {
	white-space: normal;
	overflow: visible;
}

.gov__list .slick-dots {
	bottom: 0;
	top: 100%;
	margin-top: 20px;
}

.gov__list .slick-dots li button {
	width: 10px;
	height: 10px;
	border-radius: 0;
	background: #ccc;
}

.gov__list .slick-dots li button::before {
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border-radius: 0;
	box-shadow: none;
	background: none;
}

.gov__list .slick-dots li.slick-active button::before {
	opacity: 1;
	background: #006ab8;
}

.gov__item {
	float: none;
	display: inline-block;
	vertical-align: top;
	padding: 10px;
	font-size: 1.4rem;
	line-height: 1.43;
	letter-spacing: normal;
	color: #262626;
	text-decoration: none;
	-webkit-transition-property: background-color;
	transition-property: background-color;
	-webkit-transition-duration: 0.2s;
	transition-duration: 0.2s;
}

.slick-initialized .gov__item {
	float: left;
	display: block;
}

.no-touchevents .gov__item:hover {
	background-color: #f3f3f3;
}

.gov__item img {
	margin-bottom: 1.5rem;
}

.gov__item p {
	margin-bottom: 1.5rem;
}

.gov__item>*:last-child {
	margin-bottom: 0;
}

.gov__link {
	color: #006ab8;
	border-bottom: 1px solid #99c3e3;
	-webkit-transition-property: border-color;
	transition-property: border-color;
	-webkit-transition-duration: 0.2s;
	transition-duration: 0.2s;
}

.no-touchevents .gov__link:hover {
	border-bottom-color: transparent;
}

/*footer gov end*/
/*footer common*/
.footer-common {
	padding: 60px;
	position: relative;
	overflow: hidden;
	background: #001e33;
}

@media (max-width: 1919px) {
	.footer-common {
		padding: 50px;
	}
}

@media (max-width: 1279px) {
	.footer-common {
		padding: 30px;
	}
}

@media (max-width: 639px) {
	.footer-common {
		padding: 15px;
	}
}

.footer-nav {
	margin-bottom: 0;
}

.footer-nav p {
	margin-bottom: 3rem;
}

.footer-nav__col {
	position: relative;
	font-size: 1.4rem;
	line-height: 1.4;
	color: #fff;
}

@media (max-width: 639px) {
	.footer-nav__col {
		margin-bottom: 4rem;
	}
}

.footer-nav__col>*:last-child {
	margin-bottom: 0;
}

.footer-nav__title {
	display: block;
	font: 400 12px/1.4 "Roboto Slab", serif;
	text-transform: uppercase;
	color: #999;
	margin-bottom: 3rem;
}

@media (max-width: 639px) {
	.footer-nav__title {
		margin-bottom: 1.5rem;
	}
}

.footer-nav__title a {
	color: inherit;
	text-decoration: none;
}

.footer-nav__title a>span {
	border-bottom: 1px solid transparent;
	-webkit-transition-property: border-color;
	transition-property: border-color;
	-webkit-transition-duration: 0.2s;
	transition-duration: 0.2s;
}

.no-touchevents .footer-nav__title a:hover>span {
	border-bottom-color: rgba(255, 255, 255, 0.3);
}

.footer-nav__links {
	margin: 0 0 30px;
}

.footer-nav__links li {
	display: inline-block;
	vertical-align: top;
	margin: 0 30px 10px 0;
}

@media (max-width: 959px) {
	.footer-nav__links li {
		display: block;
		margin-right: 0;
	}
}

.footer-nav__links a {
	color: inherit;
	font-size: inherit;
	line-height: inherit;
	text-decoration: none;
	list-style: none;
}

.footer-nav__links a>span {
	border-bottom: 1px solid transparent;
	-webkit-transition-property: border-color;
	transition-property: border-color;
	-webkit-transition-duration: 0.2s;
	transition-duration: 0.2s;
}

.no-touchevents .footer-nav__links a:hover>span {
	border-bottom-color: rgba(255, 255, 255, 0.3);
}

/*footer common end*/
/*footer bottom*/
.footer-bottom {
	padding: 0 60px;
	background: #001e33;
	color: #b2b2b2;
	border-top: 1px solid rgba(255, 255, 255, 0.2);
	font-size: 1.4rem;
	line-height: 1.43;
}

@media (max-width: 1919px) {
	.footer-bottom {
		padding-right: 50px;
		padding-left: 50px;
	}
}

@media (max-width: 1279px) {
	.footer-bottom {
		padding-right: 30px;
		padding-left: 30px;
	}
}

.footer-bottom__holder {
	position: relative;
	text-align: justify;
	overflow: hidden;
	cursor: default;
	padding-top: 19px;
	padding-bottom: 19px;
	text-align: center;
	font-size: 12px;
}

.footer-bottom__holder::after {
	content: "1";
	margin-left: 100%;
	height: 1px;
	overflow: hidden;
	display: inline-block;
}

.footer-bottom__col {
	display: inline-block;
	vertical-align: middle;
	text-align: left;
	font-size: 1.4rem;
	line-height: 1.43;
	padding: 0;
	letter-spacing: normal;
	max-width: calc(32% - 10px);
}

@media (max-width: 639px) {
	.footer-bottom__col {
		display: block;
		text-align: left;
		max-width: none;
		padding-bottom: 1.5rem;
	}
}

.footer-bottom__col:nth-child(n+2) {
	text-align: center;
}

@media (max-width: 639px) {
	.footer-bottom__col:nth-child(n+2) {
		text-align: left;
	}
}

.footer-bottom__col:last-child {
	text-align: right;
}

@media (max-width: 639px) {
	.footer-bottom__col:last-child {
		text-align: left;
		padding-bottom: 0;
	}
}

.footer-bottom__col a {
	color: #b2b2b2;
	text-decoration: none;
}

.no-touchevents .footer-bottom__col a:hover {
	text-decoration: underline;
}

.footer-bottom__col .copyright {
	display: inline-block;
	vertical-align: middle;
}

/*footer bottom end*/
/*developer*/
.developer {
	display: inline-block;
}

.developer a {
	text-decoration: none;
}

.no-touchevents .developer a:hover {
	text-decoration: none;
}

.developer__logo {
	display: inline-block;
	vertical-align: top;
	position: relative;
	top: 3px;
	width: 154px;
	height: 20px;
	text-align: left;
	text-indent: -9999px;
	padding-right: 3px;
}

.developer__logo::before,
.developer__logo::after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 149px;
	height: 16px;
}

.developer__logo::before {
	content: '';
	position: absolute;
	left: 4px;
	top: 4px;
	background-color: transparent;
	background-image: -webkit-linear-gradient(45deg, black 25%, transparent 25%, transparent 75%, black 75%, black), -webkit-linear-gradient(45deg, black 25%, transparent 25%, transparent 75%, black 75%, black);
	background-image: linear-gradient(45deg, black 25%, transparent 25%, transparent 75%, black 75%, black), linear-gradient(45deg, black 25%, transparent 25%, transparent 75%, black 75%, black);
	background-size: 2px 2px;
	background-position: 0 0, 1px 1px;
}

.no-cssgradient .developer__logo::before,
.no-multiplebgs .developer__logo::before {
	background: #000;
	opacity: 0.5;
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
}

.developer__logo::after {
	content: '';
	position: absolute;
	background: #00ef85 url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAASwAAAAgBAMAAABa5liJAAAAMFBMVEUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABaPxwLAAAAD3RSTlMAd7tEIt0R7pkzzIhmqlV9QenDAAAD2klEQVRYw+2WPYsTURSGj5oEs0lMBkUUlMSUWkxwxNKsnV2ihWCVbGXpFwhWs6Io2GT0D2xQsM2KqGUEEUvFwjbxF7irO2ZMsh7PuRvP3Xuv2mhhkRd258zuvc/7bOaDhXnmmedvUi79S1rK2wcqp99XnyzSwVOhib4fBJWl98ciOuS9GsCuQzR5HNLY4akdW1ovDc6OvUCLPS7wPJ5lEKBU6FJJDiezI4Wa6qhCAny4AKwTIiZtgJ3YpLrPAICcNYAi7+ggAHyET7Udw22c4jrQYiQ1pJwFGTRQKnSpJI0xcAbxE+8e4R5Uq+HVajUCwCOHWyM6Qnn05BlWWGs60/K81lmPu7ELELJW+KF+wj8vHEPr5oEeLsuggVKhSyUrE+SzPbx+Fr8CHCwR9h1AFh9DpjdlrVhp6TXFeAPyMWudGfXvJovCMbRqkOp9kUGAUqGBOv3zuEqH3QRwtaB3GaAworqLMWklOLS0kgkUJgjshWQlHEsLGpsyaKCucLVaq4MmUOWvtfw1IiXqlolg57pfMbXq32NoXBMt4ThaC2MZNFAqXK0s1srf1KrSLz8tUn77HZhZIq1PXyyttTAqP+e646P+iyQSjq21M5ZBA6XC1cqNoDHhpzfcXHS18ryv/JVOMkor/dnW6iy3IqrL0C1/ctAUjq1FG2UQoFS4WukEFmIe3uDm0NK6daozbgMM1tTZO9LKY2RqNVdujIHrXsHb2p6hcGyt+lQGDZQKV2vlO+2NaEh1MH5palHu8OkWpUJamXDZ1Kqkx+ukJW954ZhaS2FXBg2UClerfxlSuKp4L9AUx3O9RJ3qTwvKG4ZWubIDN7ZpCcfQengU40gGDZQKV6v1jr6aoPIau+a9lVfCnS1KibUuJpZWiuj6aRGO9ZYf7QcZNFAqHK0sPg2CwTdQyfhTUwvKX7j7mzyJ9IQsmVrgv7S1mGNo7Q0iABk0UCocrRxyJrOzxrqldZEdPk1VQcRaKfQsLQBDSzhFhhZm7wWODAKUCkcrjZyxvAItrRyTLvHGdAysBZ2zrpavtTRngdctbLpaApQKV2uFxXO4CCpv7YuYQhoLOCSB6ZZWI96uNXC0hLObofWpqyVAqXC1+vxmy9JvC68A7ofXLS3obABtvNJewi5rcRtrBUHvUVD7udJfFp5wSOIR7ArPu1oClApHix9EStiFIlJGka3VSPiP5+vcZi1mb/9/y1+1iZrTx888uFoClAobkuWfK+GdIWK8H2ytAl+KrK8ebKUFvqFVsomas6eHeBt+pSVAqRCImyBow2+SCSL4c1wO76r9CTjPPPP8x/kBIrOdsjg4YcgAAAAASUVORK5CYII=") no-repeat center center;
	background-size: auto 16px;
}

.no-touchevents a:hover .developer__logo::before {
	-webkit-transform: translate(1px, 2px);
	-ms-transform: translate(1px, 2px);
	transform: translate(1px, 2px);
}

.no-touchevents a:hover .developer__logo::after {
	-webkit-transform: translate(0, -2px);
	-ms-transform: translate(0, -2px);
	transform: translate(0, -2px);
}

/*developer end*/
/*orphus */
.orphus {
	display: inline-block;
	vertical-align: top;
	background-color: rgba(243, 243, 243, 0.6);
	padding: 8px;
	border-radius: 2px;
	color: #262626;
}

.orphus b {
	display: inline-block;
	vertical-align: top;
	font-family: "Roboto", sans-serif;
	font-weight: 700;
	text-transform: uppercase;
}

/*orphus end */
/*FOOTER end*/
/*======================================================*/
/*COMPONENTS*/
/*======================================================*/
/*section*/
.section {
	margin-bottom: 4.5rem;
}

@media (max-width: 1599px) {
	.section {
		margin-bottom: 3rem;
	}
}

.section:last-child {
	margin-bottom: 0;
}

@media (min-width: 960px) {
	.section:nth-last-child(2) {
		margin-bottom: 0;
	}
}

*~.section {
	margin-top: 4.5rem;
}

@media (max-width: 1599px) {
	*~.section {
		margin-top: 3rem;
	}
}

@media (max-width: 639px) {
	*~.section {
		margin-bottom: 2rem;
	}
}

script~.section,
input~.section {
	margin-top: 0;
}

.section>*:last-child {
	margin-bottom: 0;
}

.section__title {
	position: relative;
	font-family: "Roboto Slab", serif;
	margin-bottom: 1.5rem;
	color: #262626;
	font-size: 2rem;
	line-height: 1.3;
}

.home-page .section__title {
	color: #006ab8;
}

.section__title h1,
.section__title h2,
.section__title h3,
.section__title>a {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	font-family: inherit;
	color: inherit;
	font-size: inherit;
	line-height: inherit;
	margin: 0;
}

@media (max-width: 639px) {

	.section__title h1,
	.section__title h2,
	.section__title h3,
	.section__title>a {
		display: block;
		margin-bottom: 0.8rem;
	}
}

.section__title h1>a,
.section__title h2>a,
.section__title h3>a,
.section__title>a>a {
	font-weight: inherit;
}

@media (max-width: 639px) {

	.section__title.has-date h1,
	.section__title.has-date h2,
	.section__title.has-date h3 {
		display: inline-block;
		margin-right: 4px;
		margin-bottom: 0;
	}
}

.section__title h1,
.section__title h2,
.section__title h3 {
	vertical-align: top;
}

.section__title>a {
	font-size: 0.9em;
	font-weight: normal;
	top: 0.1em;
	cursor: pointer;
}

.section__title>a span {
	border-bottom: 1px solid transparent;
	-webkit-transition-property: border-color;
	transition-property: border-color;
	-webkit-transition-duration: 0.2s;
	transition-duration: 0.2s;
}

.section__title>a .no-touchevents a:hover {
	text-decoration: none;
}

.section__title>a.type-anchor {
	text-decoration: none;
}

.section__title>a.type-anchor span {
	border-bottom: 1px dotted #262626;
}

.no-touchevents .section__title>a.type-anchor:hover span {
	border-bottom-color: transparent;
}

.section__title .v-separator {
	font-size: 0.6em;
	vertical-align: middle;
}

.section__title .v-separator+a {
	color: #262626;
	text-transform: uppercase;
	font-size: 0.6em;
	line-height: 1;
	vertical-align: middle;
}

.touchevents .section__title .news-date {
	display: inline-block;
	vertical-align: middle;
	line-height: 1;
}

.touchevents .section__title .news-date~a {
	margin-bottom: 0;
}

.v-separator {
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
	margin-left: 10px;
}

@media (max-width: 639px) {
	.v-separator {
		display: none;
	}

	.news-date+.v-separator {
		display: inline-block;
	}
}

.section__title .v-separator {
	color: #262626;
}

.v-separator+a {
	display: inline-block;
	vertical-align: middle;
	top: auto;
}

.section__box {
	background-color: white;
	padding: 20px;
}

@media (max-width: 639px) {
	.section__box {
		padding: 15px;
	}
}

.datepicker-input {
	position: relative;
	top: 0.1em;
	display: inline-block;
	vertical-align: middle;
	padding: 0;
	margin: 0;
	font-family: "Roboto Slab", serif;
	font-size: 0.9em;
	line-height: 23px;
	height: 23px;
	font-weight: normal;
	cursor: pointer;
	border: 1px solid #262626;
	background: white;
}

@media (min-width: 1600px) {
	.datepicker-input {
		vertical-align: top;
		height: 20px;
		line-height: 20px;
	}
}

.no-touchevents .datepicker-alt .datepicker-input {
	position: absolute;
	left: 0;
	bottom: 0;
	top: auto;
	width: 100%;
	height: 0;
	opacity: 0;
	padding: 0;
	border: 0;
	margin: 0 0 -5px;
}

.section__subtitle {
	margin-bottom: 1.5rem;
	font-family: "Roboto Slab", serif;
	font-weight: normal;
	font-size: 1.2rem;
	line-height: 1.6;
	text-transform: uppercase;
	color: #262626;
}

.section__subtitle h1,
.section__subtitle h2,
.section__subtitle h3,
.section__subtitle h4 {
	display: inline-block;
	vertical-align: middle;
	font-weight: inherit;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	color: inherit;
	margin-bottom: 0;
}

@media (max-width: 639px) {

	.section__subtitle h1,
	.section__subtitle h2,
	.section__subtitle h3,
	.section__subtitle h4 {
		font-size: 1.4rem;
		display: block;
		margin-bottom: 1.5rem;
	}
}

.section__subtitle a {
	text-decoration: underline;
	color: inherit;
}

.section__subtitle a .no-touchevents a:hover {
	text-decoration: none;
}

.hide-tab-lg {
	display: none;
}

@media (max-width: 1599px) {
	.hide-tab-lg {
		display: block;
	}
}

.filter-item {
	max-width: 320px;
}

/*section end*/
/*datepicker*/
.datepicker-overlay {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	z-index: 99998;
	opacity: 0;
	visibility: hidden;
	-webkit-transition-property: opacity, visibility;
	transition-property: opacity, visibility;
	-webkit-transition-duration: 0.2s;
	transition-duration: 0.2s;
}

.datepicker-overlay-is-visible .datepicker-overlay {
	opacity: 1;
	visibility: visible;
}

/*datepicker end*/
/*banners*/
.banners {
	margin-left: -10px;
	margin-right: -10px;
	font-size: 0;
	letter-spacing: -4px;
	margin-bottom: 3rem;
}

.section .banners {
	margin-bottom: 0;
}

.banners__item {
	font-size: 1.6rem;
	line-height: 1.88;
	letter-spacing: normal;
}

.banners .banners__item {
	display: inline-block;
	vertical-align: top;
	width: 100%;
	padding-left: 10px;
	padding-right: 10px;
}

.banners .banners__item,
.banners .banners__item:nth-last-child(n+2) {
	margin-bottom: 20px;
}

.banners .banners__item:nth-last-child(-n+1) {
	margin-bottom: 0;
}

.banners .banners__item:last-child {
	margin-bottom: 0;
}

.banners-panel .banners__item {
	display: inline-block;
	vertical-align: top;
	width: 25%;
	padding-left: 10px;
	padding-right: 10px;
}

.banners-panel .banners__item,
.banners-panel .banners__item:nth-last-child(n+5) {
	margin-bottom: 20px;
}

.banners-panel .banners__item:nth-last-child(-n+4) {
	margin-bottom: 0;
}

@media (max-width: 959px) {
	.banners-panel .banners__item {
		display: inline-block;
		vertical-align: top;
		width: 50%;
		padding-left: 10px;
		padding-right: 10px;
	}

	.banners-panel .banners__item,
	.banners-panel .banners__item:nth-last-child(n+3) {
		margin-bottom: 20px;
	}

	.banners-panel .banners__item:nth-last-child(-n+2) {
		margin-bottom: 0;
	}
}

.banners__item a {
	display: block;
	color: #262626;
	text-decoration: none;
}

.banners__item img {
	margin-right: auto;
	margin-left: auto;
	width: 100%;
}

.banners__item img[src*="preloader.svg"] {
	width: 48px;
}

/*banners end*/
/*context banners */
.context-banner {
	display: block;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	text-decoration: none;
	color: #262626;
}

.context-banner::before {
	content: "";
	display: block;
	padding-top: 56.25%;
}

/*context banners end */
/*infoblock*/
.infoblock {
	margin-bottom: 3rem;
	overflow: hidden;
}

.infoblock:last-child {
	margin-bottom: 0;
}

.infoblock__list {
	white-space: nowrap;
	overflow: hidden;
	margin-right: -10px;
	margin-left: -10px;
	margin-bottom: 0;
}

.infoblock__list.slick-initialized,
.no-js .infoblock__list {
	white-space: normal;
	overflow: visible;
}

.infoblock__list.slick-dotted {
	margin-bottom: 0;
}

.infoblock__item {
	float: none;
	display: inline-block;
	vertical-align: top;
	padding-right: 10px;
	padding-left: 10px;
}

.slick-initialized .infoblock__item {
	float: left;
	display: block;
}

.infoblock__item a {
	display: block;
}

.infoblock__item img {
	display: block;
}

.infoblock__item img[src*="preloader.svg"] {
	width: 48px;
}

.infoblock__list .slick-arrow {
	width: 30px;
	height: 30px;
	background-color: #006ab8;
}

/*infoblock end*/
/*news links*/
.news-links {
	margin-left: -10px;
	margin-right: -10px;
	font-size: 0;
	letter-spacing: -4px;
	margin-bottom: 3rem;
}

.news-links:last-child {
	margin-bottom: 0;
}

.popup-news .news-links+a {
	margin: 0 0 25px 25px;
}

.news-links__item {
	display: inline-block;
	vertical-align: top;
	width: 100%;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 1.4rem;
	line-height: 1.43;
	letter-spacing: normal;
}

.news-links__item,
.news-links__item:nth-last-child(n+2) {
	margin-bottom: 3rem;
}

.news-links__item:nth-last-child(-n+1) {
	margin-bottom: 0;
}

.news-links__item:last-child {
	margin-bottom: 0;
}

.news-links__inner {
	display: block;
	position: relative;
	text-decoration: none;
	color: #262626;
	z-index: 1;
}

.news-links__text {
	margin-bottom: 12px;
	-webkit-transition-property: background-color, color;
	transition-property: background-color, color;
	-webkit-transition-duration: 0.35s;
	transition-duration: 0.35s;
}

.no-touchevents .news-links__inner:hover .news-links__text {
	color: #006ab8;
}

.news-links__meta {
	display: block;
	font-size: 12px;
	line-height: 1.4;
	color: #999;
	-webkit-transition-property: background-color, color;
	transition-property: background-color, color;
	-webkit-transition-duration: 0.35s;
	transition-duration: 0.35s;
}

/*news links end*/
/*news read*/
.news-read {
	margin-left: -10px;
	margin-right: -10px;
	font-size: 0;
	letter-spacing: -4px;
	margin-bottom: 3rem;
}

.news-read__item {
	display: inline-block;
	vertical-align: top;
	width: 100%;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 1.4rem;
	line-height: 1.43;
	letter-spacing: normal;
}

.news-read__item,
.news-read__item:nth-last-child(n+2) {
	margin-bottom: 3rem;
}

.news-read__item:nth-last-child(-n+1) {
	margin-bottom: 0;
}

.news-read__item:last-child {
	margin-bottom: 0;
}

.news-read__inner {
	display: block;
	position: relative;
	text-decoration: none;
	color: #262626;
}

.news-read__inner::before {
	content: "";
	display: block;
	position: absolute;
	left: -18px;
	top: -12px;
	width: calc(100% + 18px*2);
	height: calc(100% + 12px*2);
	-webkit-transition-property: background-color, color;
	transition-property: background-color, color;
	-webkit-transition-duration: 0.2s;
	transition-duration: 0.2s;
	z-index: -1;
}

.no-touchevents .news-read__inner:hover::before {
	background-color: #fff;
}

.news-read__text {
	margin-bottom: 12px;
}

.news-read__meta {
	display: block;
	font-size: 1.2rem;
	line-height: 1.4;
	color: #999;
}

/*news read end*/
/*SIDE*/
.side {
	position: absolute;
	margin-top: 39px;
	margin-left: -60px;
	left: 100%;
	width: 60px;
	z-index: 50;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	will-change: transform;
}

@media (max-width: 1919px) {
	.side {
		margin-top: 25px;
	}
}

@media (max-width: 1279px) {
	.side {
		display: none;
	}
}

.side.is_stuck {
	left: 1903px;
}

.side.is_stuck.is_bottom[style*="absolute"] {
	left: auto;
	right: 0;
	margin-right: 0 !important;
}

@media (max-width: 1919px) {
	.no-touchevents .side.is_stuck {
		left: 100% !important;
	}
}

@media (max-width: 1919px) {
	.touchevents .side.is_stuck {
		left: 100%;
	}

	.touchevents .side.is_stuck.is_bottom {
		margin-left: 0;
	}
}

.side.is_stuck+div {
	z-index: -1;
}

@media (max-width: 1599px) {
	.side {
		margin-right: -110px;
	}
}

.side__list {
	width: 60px;
	position: relative;
	z-index: 10;
}

.side__item {
	position: relative;
}

.side__item::before {
	content: "";
	display: block;
	padding-top: calc(100% + 1px);
}

.side__link {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	color: #262626;
	white-space: nowrap;
	text-decoration: none;
}

.side__inner {
	background: none;
	position: absolute;
	top: 0;
	left: 100%;
	height: 100%;
	font-size: 0;
	letter-spacing: -4px;
	white-space: nowrap;
	pointer-events: none;
	background: white;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-transform: translate(-60px, 0);
	-ms-transform: translate(-60px, 0);
	transform: translate(-60px, 0);
	-webkit-transition-property: background-color, box-shadow, border-color, opacity, -webkit-transform;
	transition-property: background-color, box-shadow, border-color, opacity, -webkit-transform;
	transition-property: background-color, transform, box-shadow, border-color, opacity;
	transition-property: background-color, transform, box-shadow, border-color, opacity, -webkit-transform;
	-webkit-transition-duration: 0.35s;
	transition-duration: 0.35s;
	-webkit-transition-timing-function: cubic-bezier(0.61, 0.01, 0.41, 1);
	transition-timing-function: cubic-bezier(0.61, 0.01, 0.41, 1);
}

a:hover .side__inner {
	-webkit-transform: translate(-100%, 0);
	-ms-transform: translate(-100%, 0);
	transform: translate(-100%, 0);
	-webkit-transition-duration: 0.2s;
	transition-duration: 0.2s;
	pointer-events: auto;
}

.side__depict {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	height: 100%;
	width: 60px;
	background-color: #006ab8;
	border-bottom: 1px solid rgba(0, 0, 0, 0.25);
	-webkit-transition-property: background-color, box-shadow, border-color, opacity, -webkit-transform;
	transition-property: background-color, box-shadow, border-color, opacity, -webkit-transform;
	transition-property: background-color, transform, box-shadow, border-color, opacity;
	transition-property: background-color, transform, box-shadow, border-color, opacity, -webkit-transform;
	-webkit-transition-duration: 0.35s;
	transition-duration: 0.35s;
	-webkit-transition-timing-function: cubic-bezier(0.61, 0.01, 0.41, 1);
	transition-timing-function: cubic-bezier(0.61, 0.01, 0.41, 1);
}

a:hover .side__depict {
	border-color: transparent;
	-webkit-transition-duration: 0.2s;
	transition-duration: 0.2s;
}

.side__depict svg {
	width: 30px;
	height: 30px;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.side__depict path {
	fill: #fff;
}

.side__text {
	display: inline-block;
	vertical-align: middle;
	padding: 0 20px;
	max-height: 100%;
	font: 400 14px/18px "Roboto Slab", serif;
	letter-spacing: normal;
}

.side__text span {
	display: block;
	overflow: hidden;
	max-height: 36px;
	opacity: 0;
	-webkit-transform: translate(20px, 0);
	-ms-transform: translate(20px, 0);
	transform: translate(20px, 0);
	-webkit-transition-property: background-color, box-shadow, border-color, opacity, -webkit-transform;
	transition-property: background-color, box-shadow, border-color, opacity, -webkit-transform;
	transition-property: background-color, transform, box-shadow, border-color, opacity;
	transition-property: background-color, transform, box-shadow, border-color, opacity, -webkit-transform;
	-webkit-transition-duration: 0.35s;
	transition-duration: 0.35s;
	-webkit-transition-timing-function: cubic-bezier(0.61, 0.01, 0.41, 1);
	transition-timing-function: cubic-bezier(0.61, 0.01, 0.41, 1);
}

a:hover .side__text span {
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
	opacity: 1;
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
}

/*SIDE end*/
/*tags*/
.article-layout .tags {
	border-top: 1px solid #d9d9d9;
}

.article-layout .tags:last-child {
	margin-bottom: -45px;
}

@media (max-width: 1919px) {
	.article-layout .tags:last-child {
		margin-bottom: -26px;
	}
}

@media (max-width: 959px) {
	.article-layout .tags:last-child {
		margin-bottom: -20px;
	}
}

@media (max-width: 639px) {
	.article-layout .tags:last-child {
		margin-bottom: -12px;
	}
}

.tags h3 {
	margin-bottom: 3rem;
}

.tags-wrap {
	overflow: hidden;
}

.tags__list,
.user-content .tags__list {
	font-size: 0;
	margin: 0 -10px;
	text-align: left;
}

.tags-wrap .tags__list:last-child,
.tags-wrap .user-content .tags__list:last-child {
	margin-bottom: -20px;
}

.article-layout .tags__list,
.article-layout .user-content .tags__list {
	max-width: none;
}

.tags__list li,
.user-content .tags__list li {
	display: inline-block;
	vertical-align: top;
	white-space: nowrap;
	font-family: "Roboto Slab", serif;
	font-weight: 400;
	font-size: 1.4rem;
	line-height: 2.1;
	letter-spacing: normal;
	text-transform: uppercase;
	margin-top: 0;
	margin-bottom: 20px;
	padding: 0 10px;
}

.tags__list li::before,
.user-content .tags__list li::before {
	content: none;
}

.tags__list li a,
.user-content .tags__list li a {
	position: relative;
	display: inline-block;
	vertical-align: top;
	overflow: hidden;
	padding: 0 16px;
	color: #262626;
	text-decoration: none;
	text-transform: uppercase;
	border: solid #ff9a09;
	border-width: 1px 1px 4px;
	background: white;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.tags__list li a::before,
.user-content .tags__list li a::before {
	content: "#";
	display: inline-block;
	position: relative;
	z-index: 5;
}

.tags__list li a::after,
.user-content .tags__list li a::after {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	height: 102%;
	width: 100%;
	background-color: #ff9a09;
	-webkit-transform: translate(0, 100%);
	-ms-transform: translate(0, 100%);
	transform: translate(0, 100%);
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	-webkit-transition-duration: 0.35s;
	transition-duration: 0.35s;
}

.no-touchevents .tags__list li a:hover::after,
.no-touchevents .user-content .tags__list li a:hover::after {
	-webkit-transform: translate(0);
	-ms-transform: translate(0);
	transform: translate(0);
}

.tags__list li a:active,
.user-content .tags__list li a:active {
	-webkit-transform: scale(0.95);
	-ms-transform: scale(0.95);
	transform: scale(0.95);
}

.tags__list li a>span,
.user-content .tags__list li a>span {
	display: inline-block;
	position: relative;
	z-index: 5;
}

.tags .tags__list {
	margin-bottom: -1.5rem;
	text-align: left;
}

/*tags end*/
/*years*/
.years {
	display: inline-block;
	vertical-align: top;
	position: relative;
	top: 2px;
	-webkit-perspective: 1500px;
	perspective: 1500px;
	z-index: 10;
}

.years a {
	display: block;
	position: relative;
	line-height: 24px;
	color: #262626;
	text-align: center;
	text-decoration: none;
}

.years>a {
	height: 100%;
	font-family: inherit;
	font-weight: 700;
	-webkit-transition-property: background, border;
	transition-property: background, border;
	-webkit-transition-duration: 0.2s;
	transition-duration: 0.2s;
	color: #006ab8;
	z-index: 40;
	font-size: 0;
	letter-spacing: -4px;
}

.years>a>span,
.years>a>i {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	font-family: inherit;
	font-style: normal;
	font-weight: inherit;
	line-height: 1;
	-webkit-transition-property: border;
	transition-property: border;
	-webkit-transition-duration: 0.2s;
	transition-duration: 0.2s;
	z-index: 1;
	color: inherit;
	font-size: 2rem;
	letter-spacing: normal;
}

.years>a>span {
	border-bottom: 1px dotted #006ab8;
	margin-right: 6px;
}

.no-touchevents .years>a:hover>span {
	border-color: transparent;
}

.years-drop,
.user-content .years-drop {
	padding: 10px 0;
	margin: 0 0 0 -4px;
}

.years-drop li,
.user-content .years-drop li {
	padding: 0;
	margin: 0;
}

.years-drop li::before,
.user-content .years-drop li::before {
	content: none;
}

.years-drop {
	position: absolute;
	top: 100%;
	left: -10px;
	width: calc(100% + 20px);
	padding-right: 10px;
	padding-left: 10px;
	text-align: center;
	background: white;
	box-shadow: 0 15px 25px rgba(0, 0, 0, 0.15);
	box-sizing: border-box;
	opacity: 0;
	visibility: hidden;
	-webkit-transform-origin: center top;
	-ms-transform-origin: center top;
	transform-origin: center top;
	-webkit-transform: rotateX(-30deg);
	transform: rotateX(-30deg);
	-webkit-transition-property: opacity, visibility, -webkit-transform;
	transition-property: opacity, visibility, -webkit-transform;
	transition-property: opacity, visibility, transform;
	transition-property: opacity, visibility, transform, -webkit-transform;
	-webkit-transition-duration: 0.2s;
	transition-duration: 0.2s;
	-webkit-transition-timing-function: cubic-bezier(0.25, 1, 0.25, 1);
	transition-timing-function: cubic-bezier(0.25, 1, 0.25, 1);
	z-index: 35;
}

.years-drop::before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	bottom: 100%;
	height: 34px;
	width: 100%;
	background: white;
	z-index: -1;
}

.choice-opened .years-drop {
	opacity: 1;
	visibility: visible;
	-webkit-transform: rotateX(0deg);
	transform: rotateX(0deg);
}

.years-drop a {
	display: block;
	padding: 5px 10px;
	text-align: center;
	position: relative;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.2s;
	transition-duration: 0.2s;
	top: auto;
}

.no-touchevents .years-drop a:hover,
.years-drop a.active {
	color: #006ab8;
}

.years-drop a>span {
	border-bottom: none;
}

/*years end*/
/*sorting */
.sorting-options {
	font-size: 1.4rem;
	line-height: 1.43;
	font-weight: normal;
	color: #999;
}

.popup-title .sorting-options {
	padding-top: 13px;
}

.sorting-select {
	position: relative;
	z-index: 10;
}

.sorting-select a {
	display: block;
	position: relative;
	color: #262626;
	text-decoration: none;
}

.sorting-select>a {
	z-index: 10;
}

.sorting-select>a>span {
	display: inline-block;
	position: relative;
	border-bottom: 1px dotted #262626;
	z-index: 1;
}

.sorting-label+.sorting-select {
	display: inline-block;
	vertical-align: top;
}

.sorting-label {
	display: inline-block;
	vertical-align: top;
	margin-right: 6px;
}

.sorting-select-drop,
.user-content .sorting-select-drop {
	padding: 10px 0;
	margin: 0 -20px;
}

.sorting-select-drop li,
.user-content .sorting-select-drop li {
	padding: 0;
	margin: 0;
}

.sorting-select-drop li::before,
.user-content .sorting-select-drop li::before {
	content: none;
}

.sorting-select-drop {
	position: absolute;
	top: 100%;
	right: 0;
	min-width: 100%;
	background: white;
	box-shadow: 0 15px 25px rgba(0, 0, 0, 0.15);
	box-sizing: border-box;
	opacity: 0;
	visibility: hidden;
	white-space: nowrap;
	-webkit-transform-origin: center top;
	-ms-transform-origin: center top;
	transform-origin: center top;
	-webkit-transform: rotateX(-30deg);
	transform: rotateX(-30deg);
	-webkit-transition-property: opacity, visibility, -webkit-transform;
	transition-property: opacity, visibility, -webkit-transform;
	transition-property: opacity, visibility, transform;
	transition-property: opacity, visibility, transform, -webkit-transform;
	-webkit-transition-duration: 0.2s;
	transition-duration: 0.2s;
	-webkit-transition-timing-function: cubic-bezier(0.25, 1, 0.25, 1);
	transition-timing-function: cubic-bezier(0.25, 1, 0.25, 1);
	z-index: 5;
}

.choice-opened .sorting-select-drop {
	opacity: 1;
	visibility: visible;
	-webkit-transform: rotateX(0deg);
	transform: rotateX(0deg);
}

.sorting-select-drop a {
	white-space: normal;
	display: block;
	padding: 5px 20px;
	position: relative;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.2s;
	transition-duration: 0.2s;
}

.no-touchevents .sorting-select-drop a:hover,
.sorting-select-drop a.active {
	color: #006ab8;
}

.news-date,
.result-date {
	position: relative;
	font-size: inherit;
	display: inline-block;
	vertical-align: top;
	border-color: #262626;
}

.no-js .news-date,
.no-js .result-date {
	display: none;
}

.sorting-options .news-date,
.sorting-options .result-date {
	font-size: 14px;
	border-color: #999;
}

.news-date a,
.result-date a {
	display: inline-block;
	vertical-align: top;
	text-decoration: none;
	color: inherit;
	cursor: pointer;
	top: auto;
	border-color: inherit;
}

.news-date a>span,
.result-date a>span {
	display: inline-block;
	line-height: 1;
	position: relative;
	border-bottom: 1px dotted;
	border-color: inherit;
	z-index: 1;
}

.touchevents .news-date>a,
.touchevents .result-date>a {
	display: none;
}

.touchevents .news-date input[type="text"],
.touchevents .result-date input[type="text"] {
	margin-bottom: 0;
	padding: 8px 6px;
	height: 42px;
	width: 120px;
	text-align: center;
	font-size: 14px;
}

.home-page .section__title .news-date,
.home-page .section__title .result-date,
.home-page .section__subtitle .news-date,
.home-page .section__subtitle .result-date {
	font-weight: bold;
	color: #006ab8;
	border-color: #006ab8;
}

/*sorting end*/
/*save info*/
.save {
	position: relative;
	display: block;
	height: 315px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	text-decoration: none;
	overflow: hidden;
}

@media (max-width: 1919px) {
	.save {
		min-height: 260px;
		height: auto;
	}
}

@media (max-width: 639px) {
	.save {
		min-height: 0;
		padding: 0;
	}
}

.save::after {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #006ab8;
	opacity: 0.65;
}

.save__header {
	font-size: 14px;
	text-align: center;
	padding: 24px 25px;
	font-weight: 700;
	color: #fff;
	line-height: 1.1;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 5;
}

@media (max-width: 639px) {
	.save__header {
		display: block;
		position: relative;
		top: auto;
		left: auto;
		width: auto;
		padding: 14px 15px 5px;
	}
}

.save__sep {
	display: none;
}

.save__holder {
	position: absolute;
	left: 0;
	top: 4rem;
	width: 100%;
	height: calc(100% - 4rem);
	z-index: 1;
	padding: 24px 25px;
}

@media (max-width: 639px) {
	.save__holder {
		position: relative;
		left: auto;
		top: auto;
		height: auto;
		padding: 0 15px 5px;
	}
}

.save__box {
	height: 50%;
	position: relative;
	border-top: 1px solid #fff;
}

.save__box:last-child {
	height: 100%;
}

.save__box~.save__box {
	height: 50%;
}

@media (max-width: 639px) {
	.save__box {
		height: auto;
		padding-top: 10px;
		padding-bottom: 10px;
	}
}

.save__box:first-child {
	border-top: none;
}

.save__align {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 100%;
	color: white;
	text-align: center;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	z-index: 5;
}

@media (max-width: 639px) {
	.save__align {
		position: relative;
		left: auto;
		top: auto;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
	}
}

.save__align>strong,
.save__align>span {
	display: block;
	font-family: "Roboto Slab", serif;
	font-weight: 700;
}

.save__align>strong {
	font-size: 3.6rem;
	line-height: 1.1;
}

.save__align>span {
	font-size: 1.8rem;
	line-height: 1.3;
}

/*save info end*/
/*events summary*/
.events-sum {
	position: relative;
	margin-bottom: 3rem;
	height: 315px;
	overflow: hidden;
	background-color: white;
	opacity: 0;
}

.events-sum.js-tabs-initialized,
.no-js .events-sum {
	opacity: 1;
}

@media (max-width: 1919px) {
	.events-sum {
		height: auto;
	}
}

.no-js .events-sum {
	height: auto;
}

.events-sum:last-child {
	margin-bottom: 0;
}

.events-sum img {
	display: block;
	margin: 0 auto;
}

.events-sum__nav {
	height: 60px;
}

.no-js .events-sum__nav {
	display: none;
}

.events-sum__tab {
	height: 100%;
}

.events-sum__tab:nth-child(1) a {
	background-color: #ec3c01;
}

.events-sum__tab:nth-child(2) a {
	background-color: #f66b05;
}

.events-sum__tab:nth-child(3) a {
	background-color: #ff9a09;
}

.events-sum__tab a {
	display: block;
	position: relative;
	overflow: hidden;
	height: 100%;
	text-decoration: none;
	color: #262626;
	-webkit-transition-property: background-color;
	transition-property: background-color;
	-webkit-transition-duration: 0.2s;
	transition-duration: 0.2s;
}

.events-sum__tab a::after {
	content: "";
	display: block;
	position: absolute;
	width: 0;
	height: 0;
	z-index: 2;
	border-bottom: 10px solid white;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	top: 100%;
	left: 50%;
	margin-left: -8px;
	will-change: transform;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	-webkit-transition-duration: 0.2s;
	transition-duration: 0.2s;
}

.events-sum__tab a.active-tab::after {
	-webkit-transform: translate(0, -100%);
	-ms-transform: translate(0, -100%);
	transform: translate(0, -100%);
}

.events-sum__tab a>span {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.events-sum__tab a svg {
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	width: 30px;
	height: 30px;
	margin: -15px 0 0 -15px;
	-webkit-transform: scale(0.8);
	-ms-transform: scale(0.8);
	transform: scale(0.8);
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	-webkit-transition-duration: 0.2s;
	transition-duration: 0.2s;
}

.events-sum__tab a img {
	display: block;
	position: absolute;
	left: 40%;
	top: 50%;
	width: 50px;
	height: auto;
	margin: -15px 0 0 -15px;
	-webkit-transform: scale(0.8);
	-ms-transform: scale(0.8);
	transform: scale(0.8);
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	-webkit-transition-duration: 0.2s;
	transition-duration: 0.2s;
}

.events-sum__tab a svg path,
.events-sum__tab a svg polygon {
	fill: white;
}

.no-touchevents .events-sum__tab a:hover svg {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.events-sum__panels {
	height: calc(100% - 60px);
	white-space: nowrap;
	overflow: hidden;
}

.js-tabs-initialized .events-sum__panels,
.no-js .events-sum__panels {
	white-space: normal;
}

.no-js .events-sum__panels {
	height: auto;
}

.events-sum__panel {
	display: inline-block;
	vertical-align: top;
	position: relative;
	top: 0;
	background-color: white;
	padding: 10px 20px 50px;
	height: calc(315px - 60px);
	overflow: hidden;
	white-space: normal;
}

.js-tabs-initialized .events-sum__panel,
.no-js .events-sum__panel {
	display: block;
}

.events-sum__panel::after {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 50px;
	background: white;
	background: -webkit-linear-gradient(bottom, white 0, white 80%, rgba(255, 255, 255, 0) 100%);
	background: linear-gradient(to top, white 0, white 80%, rgba(255, 255, 255, 0) 100%);
	z-index: 5;
}

@media (max-width: 1919px) {
	.events-sum__panel {
		height: 200px;
	}
}

@media (max-width: 639px) {
	.events-sum__panel {
		height: auto;
	}
}

.events-sum__date {
	display: block;
	font-size: 1.2rem;
	line-height: 1.2;
	color: #999;
}

.events-list {
	position: relative;
}

.events-list__item {
	border-bottom: 1px solid #d9d9d9;
	font-size: 1.4rem;
	line-height: 1.43;
	padding-top: 7px;
	padding-bottom: 7px;
}

.events-list__item:last-child {
	border-color: transparent;
}

.events-list__item h3 {
	font-size: 1.8rem;
	line-height: 1.2;
	margin-bottom: 8px;
}

.events-list__item h3:last-child {
	margin-bottom: 0;
}

.events-list__item p {
	margin-bottom: 0;
}

.events-list__item img {
	display: block;
	margin: 0 auto;
}

.events-sum__footer {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	padding: 14px 20px 20px;
	z-index: 10;
	max-width: 100%;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	line-height: 1;
}

.events-warn {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 76px;
	height: 76px;
	margin: -61px 0 0 -38px;
	color: #ff562f;
	opacity: 0.25;
	border-radius: 50%;
	overflow: hidden;
	z-index: -1;
}

@media (max-width: 639px) {
	.events-warn {
		width: 40px;
		height: 40px;
		margin: -40px 0 0 -20px;
	}
}

.events-warn svg {
	display: inline-block;
	vertical-align: top;
	width: 100%;
	height: 100%;
}

.events-warn path {
	fill: currentColor;
}

/*events summary end*/
/*obzh*/
.obzh {
	position: relative;
	margin-bottom: 3rem;
	background-color: white;
	opacity: 0;
	visibility: hidden;
	height: 420px;
}

.no-js .obzh,
.obzh.js-tabs-initialized {
	opacity: 1;
	visibility: visible;
	height: auto;
}

.obzh:last-child {
	margin-bottom: 0;
}

.obzh__nav {
	display: table;
	table-layout: fixed;
	width: 100%;
}

@media (max-width: 1919px) {
	.obzh__nav {
		display: block;
		width: 160px;
		float: left;
	}
}

@media (max-width: 959px) {
	.obzh__nav {
		display: none;
	}
}

.no-js .obzh__nav {
	display: none;
}

.obzh__links {
	display: none;
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
	-webkit-column-gap: 0;
	-moz-column-gap: 0;
	column-gap: 0;
}

.obzh__links::after {
	content: '';
	display: table;
	clear: both;
}

@media (max-width: 959px) {
	.obzh__links {
		display: block;
	}
}

@media (max-width: 639px) {
	.obzh__links {
		-webkit-column-count: auto;
		-moz-column-count: auto;
		column-count: auto;
		-webkit-column-gap: 0;
		-moz-column-gap: 0;
		column-gap: 0;
	}
}

.obzh__tab {
	display: table-cell;
	vertical-align: top;
}

.obzh__tab:nth-child(1) a {
	background-color: #ec3c01;
}

.obzh__tab:nth-child(2) a {
	background-color: #f66b05;
}

.obzh__tab:nth-child(3) a {
	background-color: #ff9a09;
}

.obzh__tab:nth-child(4) a {
	background-color: #0460a4;
}

.obzh__tab:nth-child(5) a {
	background-color: #025592;
}

.obzh__tab:nth-child(6) a {
	background-color: #004a80;
}

.obzh__links .obzh__tab {
	display: inline-block;
	vertical-align: top;
	width: 100%;
}

@media (max-width: 639px) {
	.obzh__links .obzh__tab {
		display: block;
	}
}

@media (max-width: 1919px) {
	.obzh__tab {
		display: block;
	}
}

.obzh__tab a {
	display: table;
	width: 100%;
	position: relative;
	height: 60px;
	text-decoration: none;
	color: #262626;
	-webkit-transition-property: background-color;
	transition-property: background-color;
	-webkit-transition-duration: 0.2s;
	transition-duration: 0.2s;
}

.obzh__tab a>span {
	display: table-cell;
	font-family: "Roboto Slab", serif;
	font-weight: 700;
	font-size: 18px;
	line-height: 20px;
	color: white;
	vertical-align: middle;
	position: relative;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	padding-right: 20px;
	padding-left: 20px;
	-webkit-transition-property: padding;
	transition-property: padding;
	-webkit-transition-duration: 0.2s;
	transition-duration: 0.2s;
}

.obzh__tab a>span::after {
	content: "";
	display: block;
	position: absolute;
	width: 0;
	height: 0;
	z-index: 2;
	border-bottom: 10px solid white;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	bottom: 0;
	left: 50%;
	margin-left: -8px;
	opacity: 0;
	pointer-events: none;
	-webkit-transition-property: opacity;
	transition-property: opacity;
	-webkit-transition-duration: 0.2s;
	transition-duration: 0.2s;
}

.obzh__links .obzh__tab a>span::after {
	display: none !important;
	content: none !important;
}

@media (max-width: 1919px) {
	.obzh__tab a>span {
		padding-right: 20px;
		padding-left: 20px;
		font-size: 16px;
		line-height: 20px;
	}

	.obzh__tab a>span::after {
		width: 0;
		height: 0;
		z-index: 2;
		border-right: 10px solid white;
		border-bottom: 8px solid transparent;
		border-top: 8px solid transparent;
		bottom: auto;
		left: auto;
		top: 50%;
		right: 0;
		margin-left: 0;
		margin-top: -8px;
	}
}

.obzh__tab a.active-tab>span::after {
	opacity: 1;
}

.obzh__panels {
	height: 360px;
}

@media (max-width: 959px) {
	.obzh__panels {
		display: none !important;
	}
}

.no-js .obzh__panels {
	height: auto !important;
}

.obzh__panel {
	display: block;
	position: relative;
	background-color: white;
	padding: 20px;
	height: 100%;
	overflow: hidden;
}

.no-js .obzh__panel {
	padding: 0;
}

.obzh-banner {
	position: relative;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.obzh-banner[style*="preloader.svg"] {
	background-size: 48px;
}

.obzh-banner__content {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	padding: 40px 45px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-flow: column nowrap;
	-ms-flex-flow: column nowrap;
	flex-flow: column nowrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	background: rgba(255, 255, 255, 0.8);
	background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.8) 0, rgba(255, 255, 255, 0) 100%);
	background: linear-gradient(to right, rgba(255, 255, 255, 0.8) 0, rgba(255, 255, 255, 0) 100%);
	font-size: 1.4rem;
	line-height: 1.43;
	font-weight: 400;
}

@media (max-width: 1919px) {
	.obzh-banner__content {
		padding: 26px 30px;
	}
}

.no-js .obzh-banner__content {
	position: relative;
	display: block;
	left: auto;
	top: auto;
}

.obzh-banner__text {
	overflow: hidden;
	margin-bottom: 1em;
	max-height: 176px;
	width: 480px;
	max-width: 80%;
}

.no-js .obzh-banner__text {
	max-width: none;
	max-height: none;
}

.obzh-banner__text ul li,
.obzh-banner__text ol li {
	margin: 0 0 1em;
}

.obzh-banner__text ul li:last-child,
.obzh-banner__text ol li:last-child {
	margin-bottom: 0;
}

.obzh-banner__text ul li::before {
	top: calc(1em * 1.43 / 2);
}

.obzh-banner__text ul,
.obzh-banner__text ol,
.obzh-banner__text p,
.obzh-banner__text h2,
.obzh-banner__text h3,
.obzh-banner__text h4,
.obzh-banner__text h5 {
	margin-top: 1em;
	margin-bottom: 1em;
}

.obzh-banner__text>*:first-child {
	margin-top: 0;
}

.obzh-banner__text>*:last-child {
	margin-bottom: 0;
}

/*obzh end*/
/*lead */
.lead {
	position: relative;
	background-color: white;
	overflow: hidden;
	margin-bottom: 3rem;
}

.lead:last-child {
	margin-bottom: 0;
}

.lead__description {
	padding: 17px 20px;
	border-bottom: 1px solid #d9d9d9;
	overflow: hidden;
}

.lead__description p:last-child {
	margin-bottom: 0;
}

.lead__list {
	margin-left: -1px;
	margin-bottom: -1px;
	margin-right: -1px;
}

.lead__list::after {
	content: '';
	display: table;
	clear: both;
}

.lead__item {
	position: relative;
	float: left;
	width: 33.33%;
	padding: 0 0 1px 1px;
	text-align: center;
}

@media (max-width: 639px) {
	.lead__item {
		width: 100%;
	}
}

.lead__layer,
.lead__layer--front,
.lead__layer--back {
	position: relative;
	padding: 17px 20px 80px;
	background: white;
	box-shadow: -1px 0 0 #d9d9d9, 1px 0 0 #d9d9d9, 0 1px 0 #d9d9d9, 0 -1px 0 #d9d9d9;
	min-height: 100%;
	-webkit-transition-property: opacity, visibiltiy;
	transition-property: opacity, visibiltiy;
	-webkit-transition-duration: 0.2s;
	transition-duration: 0.2s;
}

.fb-switcher-active .lead__layer--front {
	opacity: 0;
	visibility: hidden;
}

.lead__layer--back {
	position: absolute;
	left: 1px;
	top: 0;
	right: 0;
	bottom: 1px;
	background-color: #fff;
	min-height: calc(100% - 1px);
	opacity: 0;
	visibility: hidden;
}

.no-js .lead__layer--back {
	opacity: 1;
	visibility: visible;
	position: relative;
	left: auto;
	top: auto;
	right: auto;
	bottom: auto;
}

.fb-switcher-active .lead__layer--back {
	opacity: 1;
	visibility: visible;
}

.lead__position {
	font-size: 1.6rem;
	line-height: 1.2;
	color: #999;
	margin-bottom: 1.5rem;
}

.lead__name {
	font-family: "Roboto Slab", serif;
	font-weight: bold;
	font-size: 1.8rem;
	line-height: 1.3;
	margin-bottom: 1.5rem;
}

.lead__footer {
	position: absolute;
	left: 0;
	width: 100%;
	bottom: 17px;
}

.no-js .lead__footer {
	display: none;
}

.lead__footer a {
	color: #006ab8;
	text-decoration: none;
}

.lead__footer a span {
	border-bottom: 1px dotted #006ab8;
	-webkit-transition-property: border-color;
	transition-property: border-color;
	-webkit-transition-duration: 0.2s;
	transition-duration: 0.2s;
}

.no-touchevents .lead__footer a:hover span {
	border-bottom-color: transparent;
}

.lead__schedule {
	text-align: left;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.lead__schedule dl {
	padding: 0;
	margin: 0 0 1.5rem;
}

.lead__schedule dl:last-child {
	margin-bottom: 0;
}

.lead__schedule dl dt,
.lead__schedule dl dd {
	margin: 0;
	padding: 0;
}

.lead__schedule dl dt {
	float: left;
	margin-right: 6px;
	font-family: "Roboto", sans-serif;
	font-weight: 700;
}

/*lead end */
/*history info */
.history-info::after {
	content: '';
	display: table;
	clear: both;
}

.history-info__holder {
	background-color: white;
	padding: 80px;
}

@media (max-width: 1919px) {
	.history-info__holder {
		padding: 30px;
	}
}

@media (max-width: 959px) {
	.history-info__holder {
		padding: 25px;
	}
}

@media (max-width: 639px) {
	.history-info__holder {
		padding: 15px;
	}
}

.history-info__img {
	float: right;
	border: 10px solid #e5e5e5;
	margin-left: 80px;
}

@media (max-width: 1599px) {
	.history-info__img {
		border-width: 6px;
		margin-left: 25px;
		width: 36%;
	}
}

@media (max-width: 479px) {
	.history-info__img {
		display: block;
		float: none;
		margin-right: auto;
		margin-left: auto;
		width: 240px;
		max-width: 100%;
		margin-bottom: 3rem;
	}
}

.history-info__text {
	overflow: hidden;
	font-size: 1.6rem;
	line-height: 1.875;
	margin-bottom: 3rem;
	max-height: 27rem;
}

.no-js .history-info__text {
	max-height: none;
}

.history-info__text p:last-child {
	margin-bottom: 0;
}

.text-slide__button .btn-arrow--bottom.active>span::before {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.text-slide__button .btn-arrow--bottom.active>span::after {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

/*history info end */
/*media block */
.media-block {
	margin-bottom: 3rem;
}

.media-block:last-child {
	margin-bottom: 0;
}

.media-block__nav {
	border-bottom: 1px solid #aeaeae;
	margin-bottom: 20px;
}

.media-block__nav::after {
	content: '';
	display: table;
	clear: both;
}

@media (max-width: 479px) {
	.media-block__nav {
		display: none;
	}
}

.media-block__tab {
	float: left;
	margin-bottom: -1px;
}

.media-block__tab a {
	display: inline-block;
	vertical-align: top;
	padding: 12px 20px;
	font-family: "Roboto Slab", serif;
	font-weight: 400;
	font-size: 1.2rem;
	line-height: 1.5;
	text-decoration: none;
	color: #999;
	text-transform: uppercase;
	border: 1px solid transparent;
	border-bottom-color: #aeaeae;
	background-color: #e5e5e5;
	-webkit-transition-property: border-color, color;
	transition-property: border-color, color;
	-webkit-transition-duration: 0.2s;
	transition-duration: 0.2s;
}

@media (max-width: 479px) {
	.media-block__tab a {
		font-size: 1.0rem;
		padding: 10px 8px;
	}
}

.no-touchevents .media-block__tab a:hover {
	color: #006ab8;
}

.media-block__tab a.active-tab,
.no-touchevents .media-block__tab a.active-tab:hover {
	border-color: #aeaeae;
	border-bottom-color: transparent;
	color: #262626;
	cursor: default;
}

.media-block__tab:first-child a,
.no-touchevents .media-block__tab:first-child a:hover {
	border-left-color: transparent;
}

.media-block__panel {
	overflow: hidden;
}

@media (max-width: 479px) {
	.media-block__panel {
		opacity: 1 !important;
		visibility: visible !important;
		position: relative !important;
		left: auto !important;
		top: auto !important;
		margin-bottom: 3rem;
	}

	.media-block__panel:last-child {
		margin-bottom: 0;
	}
}

.media-block__panel .section__subtitle {
	display: none;
}

@media (max-width: 479px) {
	.media-block__panel .section__subtitle {
		display: block;
	}
}

.media-list {
	margin-bottom: 3rem;
	margin-left: -10px;
	margin-right: -10px;
	font-size: 0;
	letter-spacing: -4px;
}

.media-list:last-child {
	margin-bottom: 0;
}

.media-block__panel .media-list {
	margin-bottom: -20px;
}

@media (max-width: 479px) {
	.media-list {
		margin-left: -1px;
		margin-right: -1px;
	}

	.media-block__panel .media-list {
		margin-bottom: -2px;
	}
}

.media-list__item {
	display: inline-block;
	vertical-align: top;
	width: 25%;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 1.4rem;
	line-height: 1.3;
	letter-spacing: normal;
	text-align: center;
}

.media-list__item,
.media-list__item:nth-last-child(n+5) {
	margin-bottom: 20px;
}

.media-list__item:nth-last-child(-n+4) {
	margin-bottom: 0;
}

@media (max-width: 1599px) {
	.media-list__item {
		display: inline-block;
		vertical-align: top;
		width: 50%;
		padding-left: 10px;
		padding-right: 10px;
	}

	.media-list__item,
	.media-list__item:nth-last-child(n+3) {
		margin-bottom: 20px;
	}

	.media-list__item:nth-last-child(-n+2) {
		margin-bottom: 0;
	}
}

@media (max-width: 479px) {
	.media-list__item {
		display: inline-block;
		vertical-align: top;
		width: 50%;
		padding-left: 1px;
		padding-right: 1px;
	}

	.media-list__item,
	.media-list__item:nth-last-child(n+3) {
		margin-bottom: 2px;
	}

	.media-list__item:nth-last-child(-n+2) {
		margin-bottom: 0;
	}
}

.media-list__inner {
	display: block;
	height: 100%;
	text-decoration: none;
	color: #262626;
	padding: 10px;
	background-color: white;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.2s;
	transition-duration: 0.2s;
}

.no-touchevents .media-list__inner:hover {
	color: #006ab8;
}

.media-list__img {
	position: relative;
	overflow: hidden;
	margin-bottom: 1.5rem;
}

.media-list__figure {
	position: relative;
	padding-top: 100%;
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: opacity, -webkit-transform;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform;
	-webkit-transition-duration: 0.2s;
	transition-duration: 0.2s;
}

.media-list__figure img {
	position: absolute;
	left: 50%;
	top: 50%;
	max-width: 100%;
	max-height: none;
	min-width: 0;
	min-height: 0;
	width: calc(100% + 4px);
	height: calc(100% + 4px);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	text-align: left;
	-o-object-fit: cover;
	object-fit: cover;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.no-objectfit .media-list__figure img {
	width: auto;
	height: 100%;
}

.media-list__item .video-play {
	background-color: rgba(0, 0, 0, 0.1);
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
	position: absolute;
	-webkit-transition: background-color 0.15s ease 0s;
	transition: background-color 0.15s ease 0s;
}

.media-list__item .video-play img {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 50px;
	height: 50px;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.media-list__title {
	padding-bottom: 5px;
}

.popup-gallery {
	display: none;
}

/*media block end */
/*survey */
.survey {
	padding: 17px 20px;
	background-color: #006ab8;
	color: white;
}

.survey__header {
	margin-bottom: 20px;
	font-size: 1.4rem;
	line-height: 1.5;
	color: rgba(255, 255, 255, 0.51);
}

.survey__header::after {
	content: '';
	display: table;
	clear: both;
}

.survey__header>span {
	display: block;
	overflow: hidden;
}

.survey__all {
	float: right;
	margin-left: 15px;
	color: inherit;
}

.survey__title {
	text-align: center;
	margin-bottom: 30px;
	font-family: "Roboto Slab", serif;
	font-size: 1.6rem;
	line-height: 1.2;
	color: white;
}

.survey__answers,
.user-content .survey__answers {
	margin-bottom: 30px;
}

.survey__answers:last-child,
.user-content .survey__answers:last-child {
	margin-bottom: 0;
}

.survey__answers li {
	margin: 2rem 0;
}

.survey__answers {
	line-height: 1;
	min-height: 188px;
}

.survey__answers input[type="checkbox"]+label,
.survey__answers input[type="radio"]+label,
.survey__answers .check-label,
.survey__answers .radio-label {
	font-size: 14px;
	line-height: 18px;
	color: white;
}

.survey__answers input[type="checkbox"]+label::before,
.survey__answers input[type="checkbox"]+span i::before,
.survey__answers input[type="radio"]+label::before,
.survey__answers input[type="radio"]+span i::before {
	width: 20px;
	height: 20px;
	border-width: 0;
	background-color: white;
}

.survey__answers input[type="checkbox"]+label span,
.survey__answers input[type="checkbox"]+span,
.survey__answers input[type="radio"]+label span,
.survey__answers input[type="radio"]+span {
	padding: 1px 0 1px 35px;
}

.survey__answers input[type="checkbox"]+label span::before,
.survey__answers input[type="checkbox"]+label span::after,
.survey__answers input[type="checkbox"]+span::before,
.survey__answers input[type="checkbox"]+span::after {
	width: 0;
	height: 4px;
	top: 10px;
}

.survey__answers input[type="checkbox"]+label span::after,
.survey__answers input[type="checkbox"]+span::after {
	left: 22px;
}

.survey__answers input[type="checkbox"]:checked+label span::before,
.survey__answers input[type="checkbox"]:checked+label span::after,
.survey__answers input[type="checkbox"]:checked+span::before,
.survey__answers input[type="checkbox"]:checked+span::after {
	background-color: #ec3c01;
}

.survey__answers input[type="checkbox"]:checked+label span::before,
.survey__answers input[type="checkbox"]:checked+span::before {
	width: 9px;
	margin: -5px 0 0 0;
}

.survey__answers input[type="checkbox"]:checked+label span::after,
.survey__answers input[type="checkbox"]:checked+span::after {
	width: 12px;
	margin: 0 0 0 -8px;
}

.survey__answers input[type="checkbox"]:disabled+label span::before,
.survey__answers input[type="checkbox"]:disabled+label span::after,
.survey__answers input[type="checkbox"]:disabled+span::before,
.survey__answers input[type="checkbox"]:disabled+span::after {
	background: #737373;
}

.survey__answers input[type="radio"]+label span::after,
.survey__answers input[type="radio"]+span i::after {
	width: 12px;
	height: 12px;
	top: 4px;
	left: 4px;
	background: #ec3c01;
}

.survey__answers input[type="radio"]:disabled+label,
.survey__answers input[type="radio"]:disabled+span {
	color: white;
}

.survey__answers input[type="radio"]:disabled+label span::after,
.survey__answers input[type="radio"]:disabled+span i::after {
	background: #262626;
}

.survey__footer {
	display: table;
	width: 100%;
	height: 40px;
}

.survey__footer a {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	color: rgba(255, 255, 255, 0.51);
}

.survey__footer [class*="btn-default-"] {
	padding: 8px;
}

/*survey end */
/*faq */
/*expander */
.expander {
	margin-bottom: 6rem;
}

@media (max-width: 639px) {
	.expander {
		margin-right: -15px;
		margin-left: -15px;
	}
}

.expander:last-child {
	margin-bottom: 0;
}

.expander-item {
	border: 1px solid #d9d9d9;
	margin-bottom: 3rem;
	padding: 0 20px;
}

@media (max-width: 959px) {
	.expander-item {
		padding-right: 25px;
		padding-left: 25px;
	}
}

@media (max-width: 639px) {
	.expander-item {
		padding-right: 15px;
		padding-left: 15px;
		margin-bottom: 0;
		border-width: 0 0 1px;
	}

	.expander-item:first-child {
		border-top-width: 1px;
	}
}

.expander-item:last-child {
	margin-bottom: 0;
}

.expander-item p,
.expander-item ul,
.expander-item ol {
	max-width: none;
}

.user-content .expander-item ul>li::before {
	top: calc(1em * 1.25 / 2);
}

.expander-header {
	position: relative;
	padding: 17px 0;
	-webkit-transition-property: border-color;
	transition-property: border-color;
	-webkit-transition-duration: 0.2s;
	transition-duration: 0.2s;
}

.expander-header::after {
	content: '';
	display: table;
	clear: both;
}

@media (max-width: 959px) {
	.expander-header {
		padding-top: 20px;
		padding-bottom: 20px;
	}
}

@media (max-width: 639px) {
	.expander-header {
		padding-top: 12px;
		padding-bottom: 12px;
	}
}

.expander-header__meta {
	font-size: 1.2rem;
	line-height: 1.7;
	color: #999;
	margin-bottom: 3rem;
}

@media (max-width: 1599px) {
	.expander-header__meta {
		display: block;
		float: none;
		width: auto;
		margin-bottom: 1.5rem;
	}
}

@media (max-width: 639px) {
	.expander-header__meta {
		font-size: 1.6rem;
		line-height: 1.88;
	}
}

.expander-header__meta time {
	font-family: "Roboto", sans-serif;
	font-weight: 300;
}

@media (max-width: 639px) {
	.expander-header__meta time {
		display: inline-block;
		margin-right: 20px;
	}
}

.expander-header__meta .name {
	display: inline-block;
	margin-right: 8px;
}

.expander-header__meta .name~time::before {
	content: "/";
	display: inline-block;
	position: relative;
	margin-right: 8px;
}

.expander-header__text {
	font-family: "Roboto Slab", serif;
	font-size: 1.6rem;
	line-height: 1.25;
	font-weight: normal;
	color: #262626;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.2s;
	transition-duration: 0.2s;
	margin-bottom: 3rem;
}

.expander-angle {
	display: inline-block;
	vertical-align: top;
	position: relative;
	cursor: pointer;
	line-height: 18px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.no-js .expander-angle {
	display: none;
}

.expander-angle>span {
	display: inline-block;
	vertical-align: top;
	position: relative;
	font-family: "Roboto Slab", serif;
	text-transform: uppercase;
	font-size: 0;
	line-height: 0;
	font-weight: normal;
	white-space: nowrap;
}

.expander-angle>span:before,
.expander-angle>span:after {
	display: inline-block;
	vertical-align: top;
	font-size: 12px;
	line-height: 18px;
	position: relative;
	border-bottom: 1px dotted #262626;
	-webkit-transition-property: opacity, visibility, -webkit-transform;
	transition-property: opacity, visibility, -webkit-transform;
	transition-property: opacity, transform, visibility;
	transition-property: opacity, transform, visibility, -webkit-transform;
	-webkit-transition-duration: 0.2s;
	transition-duration: 0.2s;
}

.expander-angle>span:before {
	content: 'Показать ответ';
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
}

.expander-is-open .expander-angle>span:before {
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translate(0, -1em);
	-ms-transform: translate(0, -1em);
	transform: translate(0, -1em);
}

.expander-angle>span:after {
	content: 'Закрыть ответ';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	visibility: hidden;
	width: auto;
	-webkit-transform: translate(0, 1em);
	-ms-transform: translate(0, 1em);
	transform: translate(0, 1em);
}

.expander-is-open .expander-angle>span:after {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
}

.no-touchevents .expander-angle>span:hover {
	color: #006ab8;
}

.no-touchevents .expander-angle>span:hover:before,
.no-touchevents .expander-angle>span:hover:after {
	border-bottom-color: #006ab8;
}

.expander-angle>i {
	display: none;
}

.expander-panel {
	position: relative;
	overflow: hidden;
	border-top: 1px solid #d9d9d9;
	display: none;
	font-size: 1.4rem;
	line-height: 1.43;
}

.no-js .expander-panel {
	display: block;
}

.expander-panel__holder {
	padding: 17px 0;
}

@media (max-width: 959px) {
	.expander-panel__holder {
		padding-top: 20px;
		padding-bottom: 20px;
	}
}

@media (max-width: 639px) {
	.expander-panel__holder {
		padding-top: 12px;
		padding-bottom: 12px;
	}
}

/*expander end */
/*faq form */
.faq-form-wrap {
	margin-bottom: 6rem;
}

.faq-form-wrap:last-child {
	margin-bottom: 0;
}

/*faq form end */
/*faq end */
/*breadcrumb*/
.home-page .breadcrumb {
	display: none;
}

.breadcrumb {
	position: relative;
	font-size: 1.4rem;
	line-height: 21px;
	color: #262626;
	margin-bottom: 3rem;
	cursor: default;
	z-index: 35;
}

.breadcrumb::after {
	content: '';
	display: table;
	clear: both;
}

@media (max-width: 1919px) {
	.breadcrumb {
		margin-bottom: 0.5rem;
	}
}

.breadcrumb__list::after {
	content: '';
	display: table;
	clear: both;
}

.breadcrumb__item {
	float: left;
	position: relative;
	margin: 0 10px 1rem 0;
	padding: 0;
}

@media (max-width: 1919px) {
	.breadcrumb__item {
		margin-bottom: 0.5rem;
	}
}

.breadcrumb__item:first-child {
	margin-left: 0;
}

.breadcrumb__item>span {
	display: inline-block;
	vertical-align: top;
	color: #006ab8;
	max-width: 320px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

@media (max-width: 639px) {
	.breadcrumb__item>span {
		max-width: 240px;
	}
}

.breadcrumb__item>a {
	display: inline-block;
	vertical-align: top;
	position: relative;
	padding: 0 18px 0 0;
	color: #006ab8;
	text-decoration: none;
	min-width: 0;
	cursor: pointer;
	-webkit-transition-property: max-width, opacity, visibility, border-color;
	transition-property: max-width, opacity, visibility, border-color;
	-webkit-transition-duration: 0.2s;
	transition-duration: 0.2s;
}

.breadcrumb__item>a>span {
	display: block;
	position: relative;
	max-width: 320px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	border-bottom: 1px solid transparent;
	z-index: 5;
	-webkit-transition-property: border-color;
	transition-property: border-color;
	-webkit-transition-duration: 0.2s;
	transition-duration: 0.2s;
}

@media (max-width: 639px) {
	.breadcrumb__item>a>span {
		max-width: 240px;
	}
}

.no-touchevents .breadcrumb__item>a:hover>span {
	border-bottom-color: #99c3e3;
}

.breadcrumb__item>a>i {
	position: absolute;
	right: 0;
	top: 7px;
	width: 7px;
	height: 8px;
	pointer-events: none;
}

.breadcrumb__item>a>i::before {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	height: 0;
	width: 0;
	border: solid transparent;
	border-width: 4px 0 4px 7px;
	margin-top: -4px;
	border-left-color: #ec3c01;
}

.breadcrumb__item>i {
	display: none;
}

.breadcrumb__item_has-drop:last-of-type,
.breadcrumb__item-drop:last-child,
.breadcrumb__item_last {
	margin-right: 0;
}

.breadcrumb__item_has-drop:last-of-type>a,
.breadcrumb__item-drop:last-child>a,
.breadcrumb__item_last>a {
	padding-right: 0;
}

.breadcrumb__item_has-drop:last-of-type>a>i,
.breadcrumb__item-drop:last-child>a>i,
.breadcrumb__item_last>a>i {
	display: none;
}

.breadcrumb__item_has-drop:last-of-type>i,
.breadcrumb__item-drop:last-child>i,
.breadcrumb__item_last>i {
	display: none;
}

.breadcrumb__item:last-of-type>a,
.breadcrumb__item:last-child>a,
.breadcrumb__item_last>a,
.breadcrumb__item.hover>a,
.breadcrumb__item_long>a {
	max-width: 320px;
}

.breadcrumb__item_short>a {
	max-width: none;
}

.breadcrumb-drop {
	position: absolute;
	top: -10px;
	left: -20px;
	padding: 0 20px;
	opacity: 0;
	visibility: hidden;
	white-space: nowrap;
	background: #fff;
	box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
	z-index: 10;
	-webkit-transition-property: max-width, opacity, visibility, border-color;
	transition-property: max-width, opacity, visibility, border-color;
	-webkit-transition-duration: 0.2s;
	transition-duration: 0.2s;
}

.breadcrumb__item_has-drop.hover>.breadcrumb-drop {
	opacity: 1;
	visibility: visible;
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
}

.breadcrumb-drop__holder {
	position: relative;
}

.breadcrumb-drop__item {
	margin: 10px 0;
}

.breadcrumb-drop__item a {
	display: block;
	text-decoration: none;
	cursor: pointer;
	position: relative;
}

.breadcrumb-drop__item span {
	display: inline-block;
	vertical-align: top;
	border-bottom: 1px solid transparent;
	color: #006ab8;
	-webkit-transition-property: max-width, opacity, visibility, border-color;
	transition-property: max-width, opacity, visibility, border-color;
	-webkit-transition-duration: 0.2s;
	transition-duration: 0.2s;
	max-width: 320px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

@media (max-width: 639px) {
	.breadcrumb-drop__item span {
		max-width: 240px;
	}
}

.no-touchevents .breadcrumb-drop__item a:hover>span {
	border-bottom-color: #99c3e3;
}

/*breadcrumb end*/
/*download files items*/
.files {
	margin-left: -10px;
	margin-right: -10px;
	font-size: 0;
	letter-spacing: -4px;
	margin-bottom: 3rem;
}

.typography-page .files {
	position: relative;
}

.typography-page .files::before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background-color: white;
}

.files__item {
	font-size: 1.4rem;
	line-height: 1.43;
	letter-spacing: normal;
}

.files .files__item {
	display: inline-block;
	vertical-align: top;
	width: 50%;
	padding-left: 10px;
	padding-right: 10px;
}

.files .files__item,
.files .files__item:nth-last-child(n+3) {
	margin-bottom: 20px;
}

.files .files__item:nth-last-child(-n+2) {
	margin-bottom: 0;
}

@media (max-width: 1599px) {
	.files .files__item {
		display: inline-block;
		vertical-align: top;
		width: 100%;
		padding-left: 10px;
		padding-right: 10px;
	}

	.files .files__item,
	.files .files__item:nth-last-child(n+2) {
		margin-bottom: 20px;
	}

	.files .files__item:nth-last-child(-n+1) {
		margin-bottom: 0;
	}
}

.files__inner {
	display: block;
	position: relative;
	padding: 17px 20px;
	text-decoration: none;
	color: #262626;
	background: #fff;
	width: 100%;
	box-shadow: inset 0 0 0 2px #d9d9d9;
	-webkit-transition-property: box-shadow;
	transition-property: box-shadow;
	-webkit-transition-duration: 0.35s;
	transition-duration: 0.35s;
	-webkit-transition-timing-function: ease-in-out;
	transition-timing-function: ease-in-out;
}

.files__inner::after {
	content: '';
	display: table;
	clear: both;
}

@media (max-width: 639px) {
	.files__inner {
		padding: 9px 10px;
	}
}

.files .files__inner {
	height: 100%;
}

.no-touchevents .files__inner:hover {
	-webkit-transition-duration: 0.2s;
	transition-duration: 0.2s;
}

.no-touchevents .files__inner.files_pdf:hover {
	box-shadow: inset 0 0 0 2px #a00;
}

.no-touchevents .files__inner.files_word:hover {
	box-shadow: inset 0 0 0 2px #2b5797;
}

.no-touchevents .files__inner.files_excel:hover {
	box-shadow: inset 0 0 0 2px #02723b;
}

.no-touchevents .files__inner.files_audio:hover {
	box-shadow: inset 0 0 0 2px #ff9a09;
}

.no-touchevents .files__inner.files_link:hover {
	box-shadow: inset 0 0 0 2px #259deb;
}

.no-touchevents .files__inner.files_rtf:hover {
	box-shadow: inset 0 0 0 2px #0868f8;
}

.files__depict {
	float: left;
	width: 38px;
	height: 50px;
	margin-right: 20px;
}

@media (max-width: 639px) {
	.files__depict {
		width: 26px;
		height: 34px;
		margin-right: 10px;
		margin-bottom: 6px;
	}
}

.files__depict img {
	max-width: 100%;
	max-height: 100%;
}

.files__description {
	overflow: hidden;
	position: relative;
	padding-bottom: 30px;
	height: 100%;
}

@media (max-width: 639px) {
	.files__description {
		overflow: visible;
		padding-bottom: 0;
	}
}

.files__title {
	margin-bottom: 10px;
}

.files__meta {
	position: absolute;
	bottom: 0;
	margin-left: -30px;
}

@media (max-width: 639px) {
	.files__meta {
		position: relative;
		bottom: auto;
		margin-left: 0;
	}
}

.files__meta>span {
	display: inline-block;
	vertical-align: top;
	padding-left: 26px;
	margin-left: 30px;
	background-size: 15px;
	color: #999;
}

@media (max-width: 639px) {
	.files__meta>span {
		margin-left: 0;
		margin-right: 20px;
	}
}

.files__size {
	background: url(../img/icons/save.svg) no-repeat left center;
}

.files__date {
	background-size: 15px;
	background: url(../img/icons/date.svg) no-repeat left center;
}

.files__item--title,
.files .files__item--title {
	width: 100%;
}

.files__item--title .files__inner {
	border: none;
	padding: 0;
	box-shadow: none !important;
	cursor: default;
}

.files__item--title .files__depict {
	display: none;
}

.files__item--title .files__description {
	padding: 0;
}

.files__item--title .files__meta {
	display: none;
}

.files__item--title .files__title {
	font-family: 'Roboto Slab', sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 2rem;
	line-height: 1.3;
	margin-bottom: 0;
	padding: 10px 15px;
}

/*files item end*/
/*download files items end*/
/*sliders*/
.slick-arrow,
.swiper-arrow {
	width: 40px;
	height: 40px;
	display: block;
	margin-top: 0;
	position: absolute;
	border: none;
	border-radius: 0;
	background: none;
	outline: none;
	box-shadow: none;
	opacity: 1;
	z-index: 6;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	-webkit-transition-property: background, opacity, visibility;
	transition-property: background, opacity, visibility;
	-webkit-transition-duration: 0.2s;
	transition-duration: 0.2s;
	font-size: 0;
	line-height: 0;
	color: transparent;
}

.no-js .slick-arrow,
.no-js .swiper-arrow {
	display: none;
}

.no-touchevents .slick-arrow:hover,
.no-touchevents .swiper-arrow:hover {
	opacity: 1;
	background: #e6e6e6;
}

.slick-arrow.slick-disabled,
.slick-arrow.swiper-button-disabled,
.no-touchevents .slick-arrow.slick-disabled,
.no-touchevents .slick-arrow.swiper-button-disabled,
.swiper-arrow.slick-disabled,
.swiper-arrow.swiper-button-disabled,
.no-touchevents .swiper-arrow.slick-disabled,
.no-touchevents .swiper-arrow.swiper-button-disabled {
	opacity: 0.25;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=25);
	cursor: default;
}

.slick-arrow.slick-disabled::before,
.slick-arrow.swiper-button-disabled::before,
.no-touchevents .slick-arrow.slick-disabled::before,
.no-touchevents .slick-arrow.swiper-button-disabled::before,
.swiper-arrow.slick-disabled::before,
.swiper-arrow.swiper-button-disabled::before,
.no-touchevents .swiper-arrow.slick-disabled::before,
.no-touchevents .swiper-arrow.swiper-button-disabled::before {
	opacity: 1;
}

.slick-arrow::before,
.swiper-arrow::before {
	content: none;
}

.slick-arrow::after,
.swiper-arrow::after {
	top: 50%;
	content: "";
	position: absolute;
	opacity: 1;
	pointer-events: none;
	width: 12px;
	height: 12px;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	border: 0 solid #000;
}

.slick-prev,
.swiper-button-prev {
	left: 0;
}

.slick-prev::after,
.swiper-button-prev::after {
	left: 50%;
	border-width: 0 0 2px 2px;
	margin: -6px 0 0 -4px;
}

.slick-next,
.swiper-button-next {
	right: 0;
}

.slick-next::after,
.swiper-button-next::after {
	right: 50%;
	border-width: 2px 2px 0 0;
	margin: -6px -4px 0 0;
}

.swiper-button-disabled {
	pointer-events: auto;
}

.slick-arrow-outside,
.slick-arrow-outside:hover,
.slick-arrow-outside:focus {
	background-color: #006ab8;
}

.slick-arrow-outside {
	left: auto;
	width: 30px;
	height: 30px;
}

.no-touchevents .slick-arrow-outside:hover,
.no-touchevents .slick-arrow-outside:focus {
	background-color: #005593;
}

.no-touchevents .slick-arrow-outside:hover.slick-disabled,
.no-touchevents .slick-arrow-outside:focus.slick-disabled {
	background-color: #006ab8;
}

.slick-arrow-outside::after {
	border-color: white;
}

.slick-prev-outside {
	right: 40px;
}

.slick-next-outside {
	right: 0;
}

.slick-dots {
	margin: 0;
	line-height: 0;
}

.content .slick-dots {
	margin: 0;
	max-width: none;
}

.slick-dots li {
	vertical-align: top;
	width: auto;
	height: auto;
	margin: 0;
}

.slick-dots li,
.content .slick-dots li {
	padding: 4px 10px;
	margin: 0;
}

.slick-dots li::before,
.content .slick-dots li::before {
	content: none;
}

.slick-dots li button {
	width: 12px;
	height: 12px;
	padding: 0;
	border-radius: 50%;
	background: #006ab8;
	position: relative;
	-webkit-transition-property: background, border, box-shadow, -webkit-transform;
	transition-property: background, border, box-shadow, -webkit-transform;
	transition-property: background, border, box-shadow, transform;
	transition-property: background, border, box-shadow, transform, -webkit-transform;
	-webkit-transition-duration: 0.6s;
	transition-duration: 0.6s;
}

.slick-dots li button::before {
	content: '';
	position: absolute;
	left: 2px;
	top: 2px;
	height: 8px;
	width: 8px;
	background: #fff;
	border-radius: 50%;
	opacity: 1;
	box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: opacity, -webkit-transform;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform;
	-webkit-transition-duration: 0.6s;
	transition-duration: 0.6s;
}

/*sliders end*/
/*images slider*/
.images-slider {
	position: relative;
	margin-bottom: 3rem;
}

@media (max-width: 959px) {
	.images-slider {
		margin-bottom: 3rem;
	}
}

.images-slider__list {
	padding-bottom: 3rem;
	position: relative;
	z-index: 2;
}

@media (max-width: 959px) {
	.images-slider__list {
		padding-bottom: 0;
		margin-bottom: 3rem;
	}
}

.images-slider__item {
	float: none;
	display: inline-block;
	vertical-align: top;
	opacity: 0;
	white-space: normal;
	overflow: hidden;
	position: relative;
	background: #494949;
	cursor: url(../img/cursor-zoom.png), -webkit-zoom-in;
	cursor: url(../img/cursor-zoom.png), zoom-in;
}

.slick-initialized .images-slider__item {
	display: block;
	float: left;
	opacity: 1;
}

.no-js .images-slider__item {
	display: block;
	width: 100%;
	opacity: 1;
}

.images-slider__item::before {
	content: '';
	display: block;
	height: 0;
	padding-top: 62.5%;
}

.images-slider__item img {
	position: absolute;
	top: -2px;
	left: 50%;
	text-align: center;
	max-width: none;
	height: calc(100% + 4px);
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
}

.images-slider .slick-arrow {
	right: 0;
	left: auto;
	top: 100%;
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
	background-color: rgba(255, 255, 255, 0.4);
}

@media (max-width: 959px) {
	.images-slider .slick-arrow {
		top: auto;
		bottom: 0;
	}
}

.images-slider .slick-prev {
	right: 40px;
}

.images-slider .slider-counter {
	position: absolute;
	left: 0;
	top: 100%;
	color: #999;
}

.images-slider .slider-counter .slide-curr {
	color: #262626;
}

@media (max-width: 959px) {
	.images-slider .slider-counter {
		top: 0;
		color: white;
		text-shadow: 1px 1px 2px black;
		background-color: black;
		padding: 0 6px;
	}

	.images-slider .slider-counter .slide-curr {
		color: white;
	}
}

.images-slider~br {
	display: none;
}

/*images slider end*/
/*flashes*/
.flashes {
	padding: 0 90px;
}

@media (max-width: 1599px) {
	.flashes {
		padding: 0 90px 0 50px;
	}
}

@media (max-width: 959px) {
	.flashes {
		padding: 0;
	}
}

.flashes__item {
	overflow: hidden;
	display: none;
}

.flashes__item:first-child {
	display: block;
}

.flashes__content {
	box-sizing: border-box;
}

.flashes__content>p:last-child,
.flashes__content>ul:last-child,
.flashes__content>ol:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
}

/*flashes end*/
/*promo slider*/
.promo {
	margin-bottom: 4.5rem;
	margin-right: auto;
	margin-left: auto;
}

@media (max-width: 639px) {
	.promo {
		margin-bottom: 20px;
	}
}

.promo-slider {
	white-space: nowrap;
	overflow: hidden;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0;
}

.promo-slider.slick-initialized,
.no-js .promo-slider {
	white-space: normal;
	overflow: visible;
}

.promo-slider.slick-dotted {
	margin-bottom: 0;
}

.promo-slider .slick-dots,
.user-content .promo-slider .slick-dots {
	position: absolute;
	bottom: 20px;
}

.promo-slider .slick-dots li,
.user-content .promo-slider .slick-dots li {
	padding-right: 7px;
	padding-left: 7px;
}

.promo-slider .slick-dots li button,
.user-content .promo-slider .slick-dots li button {
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background-color: white;
	opacity: 0.5;
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: opacity, -webkit-transform;
	transition-property: opacity, transform;
	transition-property: opacity, transform, -webkit-transform;
	-webkit-transition-duration: 0.2s;
	transition-duration: 0.2s;
}

.promo-slider .slick-dots li button::before,
.user-content .promo-slider .slick-dots li button::before {
	content: none;
}

.promo-slider .slick-dots li.slick-active button,
.user-content .promo-slider .slick-dots li.slick-active button {
	opacity: 1;
}

.no-touchevents .promo-slider .slick-dots li:hover button,
.no-touchevents .user-content .promo-slider .slick-dots li:hover button {
	opacity: 1;
	-webkit-transform: scale(2);
	-ms-transform: scale(2);
	transform: scale(2);
}

.promo-slider__img {
	float: none;
	display: inline-block;
	vertical-align: top;
	position: relative;
	height: 300px;
	width: 100%;
	padding: 45px 50px;
	text-decoration: none;
	color: white;
	background-color: #ddd;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

@media (max-width: 1919px) {
	.promo-slider__img {
		padding: 26px 30px;
	}
}

@media (max-width: 959px) {
	.promo-slider__img {
		padding: 20px 25px;
	}
}

@media (max-width: 639px) {
	.promo-slider__img {
		padding: 12px 15px;
		height: 240px;
	}
}

.slick-initialized .promo-slider__img {
	float: left;
	display: block;
}

.promo-slider__figure {
	position: absolute;
	display: block;
	left: 50%;
	top: 50%;
	width: 48px;
	height: 48px;
	margin: -24px 0 0 -24px;
}

.promo-slider__figure.loaded {
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	max-width: none;
	margin: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	font-family: "object-fit: cover";
}

.promo-slider__text {
	position: relative;
	overflow: hidden;
	height: calc(3 * 3.6rem * 1.2);
	font-family: "Roboto Slab", serif;
	font-weight: 700;
	font-size: 3.6rem;
	line-height: 1.2;
	text-shadow: 0 2px 2px rgba(0, 0, 0, 0.85);
	width: 930px;
	max-width: 100%;
}

@media (max-width: 1919px) {
	.promo-slider__text {
		height: calc(3 * 2.9rem * 1.4);
		font-size: 2.9rem;
		line-height: 1.4;
	}
}

@media (max-width: 1599px) {
	.promo-slider__text {
		height: calc(4 * 2.2rem * 1.6);
		font-size: 2.2rem;
		line-height: 1.6;
	}
}

@media (max-width: 639px) {
	.promo-slider__text {
		height: calc(4 * 1.8rem * 1.6);
		font-size: 1.8rem;
		line-height: 1.6;
	}
}

.promo-slider__footer {
	position: relative;
}

.promo-slider__text~.promo-slider__footer {
	padding-top: 3rem;
}

@media (max-width: 959px) {
	.promo-slider__text~.promo-slider__footer {
		padding-top: 1.5rem;
	}
}

/*promo slider end*/
/*news slider*/
.news-grid__slider {
	position: relative;
}

.news-grid-slider {
	white-space: nowrap;
	opacity: 0;
	background-color: white;
	margin-bottom: 0;
	position: relative;
	overflow: hidden;
}

.news-grid-slider.slick-initialized,
.no-js .news-grid-slider {
	white-space: normal;
	opacity: 1;
}

.news-grid-slider.slick-dotted {
	margin-bottom: 0;
}

.news-grid__slider .news-grid-slider .news-grid-slider__slide {
	float: none;
	display: inline-block;
	vertical-align: top;
}

.slick-initialized .news-grid__slider .news-grid-slider .news-grid-slider__slide {
	float: left;
	display: block;
}

.news-grid__slider .news-grid__inner {
	background: none;
	box-shadow: inset 0 -3px 0 #ff9a09;
	outline: none;
}

.news-grid__slider .news-grid__img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: 250% 250%;
	background-size: auto;
}

.news-grid__slider .news-grid__img::before {
	content: "";
	position: absolute;
	left: -5%;
	top: -5%;
	width: 110%;
	height: 110%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-image: inherit;
	-webkit-filter: blur(8px);
	filter: blur(8px);
}

.news-grid__slider .news-grid__img img {
	position: absolute;
	display: block;
	margin: 0;
	left: -2px;
	top: -2px;
	width: calc(100% + 4px);
	height: calc(100% + 4px);
	max-width: none;
	-o-object-fit: contain;
	object-fit: contain;
	font-family: "object-fit: contain";
}

.news-grid__slider .news-grid__content {
	box-shadow: none;
	min-height: 297px;
	padding-top: 20px;
	padding-bottom: 27px;
	margin-top: 315px;
}

@media (max-width: 1599px) {
	.news-grid__slider .news-grid__content {
		padding-top: calc(56.25% + 20px);
		padding-bottom: 34px;
		min-height: 0;
		height: 100%;
		margin-top: 0;
	}
}

.news-grid__slider .news-grid__text {
	margin-bottom: 10px;
}

@media (max-width: 1599px) {
	.news-grid__slider .news-grid__text {
		margin-bottom: 10px;
	}
}

.news-grid__slider .news-grid__meta {
	bottom: 12px;
}

@media (max-width: 1599px) {
	.news-grid__slider .news-grid__meta {
		bottom: 20px;
	}
}

.news-grid-thumbs {
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	position: absolute;
	top: 315px;
	margin-top: -60px;
	left: 0;
	width: 100%;
	padding-top: 60px;
	z-index: 5;
}

.slider-inited .news-grid-thumbs,
.no-js .news-grid-thumbs {
	opacity: 1;
}

@media (max-width: 1599px) {
	.news-grid-thumbs {
		top: 0;
		padding-top: 56.25%;
		margin-top: 0;
	}
}

.news-grid-thumbs::before {
	content: "";
	display: block;
	position: absolute;
	visibility: visible;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 120px;
	background: transparent;
	background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.12) 17%, rgba(0, 0, 0, 0.58) 61%, rgba(0, 0, 0, 0.69) 73%, rgba(0, 0, 0, 0.75) 83%, rgba(0, 0, 0, 0.75) 100%);
	background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.12) 17%, rgba(0, 0, 0, 0.58) 61%, rgba(0, 0, 0, 0.69) 73%, rgba(0, 0, 0, 0.75) 83%, rgba(0, 0, 0, 0.75) 100%);
}

.no-js .news-grid-thumbs::before {
	content: none;
}

.news-grid-thumbs .slick-dots,
.user-content .news-grid-thumbs .slick-dots {
	position: absolute;
	top: auto;
	bottom: 0;
	margin: -20px 0 20px;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
	z-index: 5;
}

.news-grid-thumbs .slick-dots li,
.user-content .news-grid-thumbs .slick-dots li {
	visibility: visible;
	pointer-events: auto;
	padding-right: 7px;
	padding-left: 7px;
}

.news-grid-thumbs .slick-dots li button,
.user-content .news-grid-thumbs .slick-dots li button {
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background-color: white;
	opacity: 0.5;
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: opacity, -webkit-transform;
	transition-property: opacity, transform;
	transition-property: opacity, transform, -webkit-transform;
	-webkit-transition-duration: 0.2s;
	transition-duration: 0.2s;
}

.news-grid-thumbs .slick-dots li button::before,
.user-content .news-grid-thumbs .slick-dots li button::before {
	content: none;
}

.news-grid-thumbs .slick-dots li.slick-active button,
.user-content .news-grid-thumbs .slick-dots li.slick-active button {
	opacity: 1;
}

.no-touchevents .news-grid-thumbs .slick-dots li:hover button,
.no-touchevents .user-content .news-grid-thumbs .slick-dots li:hover button {
	opacity: 1;
	-webkit-transform: scale(2);
	-ms-transform: scale(2);
	transform: scale(2);
}

.news-grid-thumbs .slick-arrow {
	visibility: visible;
	pointer-events: auto;
	top: auto;
	bottom: 0;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
	margin-top: 0;
	width: 60px;
	height: 60px;
	z-index: 6;
	-webkit-transition-property: transfrom;
	transition-property: transfrom;
	-webkit-transition-duration: 0.2s;
	transition-duration: 0.2s;
}

.no-touchevents .news-grid-thumbs .slick-arrow:hover {
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
}

.no-touchevents .news-grid-thumbs .slick-arrow:active {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.news-grid-thumbs .slick-arrow:hover {
	background: none;
}

.news-grid-thumbs .slick-arrow::after {
	border-color: white;
}

.news-grid-slider__slide {
	width: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.news-grid-slider__slide span {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

/*news slider end*/
/*tape slider*/
.tape-slider {
	margin-bottom: 20px;
	border: 1px solid #b3b3b3;
	padding: 0 50px;
	position: relative;
	background-color: #e5e5e5;
}

.tape-slider .tape-slider__list,
.tape-slider .user-content .tape-slider__list {
	margin: 0;
}

.tape-slider .tape-slider__list li,
.tape-slider .user-content .tape-slider__list li {
	padding: 0;
	margin: 0;
}

.tape-slider .tape-slider__list li::before,
.tape-slider .user-content .tape-slider__list li::before {
	content: none;
}

.no-js .tape-slider .tape-slider__list {
	display: block;
}

.tape-slider .tape-slider__list li {
	display: inline-block;
	vertical-align: top;
}

.tape-slider .tape-slider__list li.swiper-slide {
	width: auto;
	float: left;
}

.tape-slider__anchor {
	display: inline-block;
	vertical-align: top;
	padding: 14px 15px;
	text-decoration: none;
	font-family: "Roboto Slab", serif;
	font-weight: normal;
	font-size: 1.2rem;
	line-height: 30px;
	color: #262626;
	cursor: pointer;
	text-transform: uppercase;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.2s;
	transition-duration: 0.2s;
}

.no-touchevents .tape-slider__anchor:hover,
.no-touchevents .current .tape-slider__anchor,
.current .tape-slider__anchor {
	color: #006ab8;
}

.swiper-container {
	position: relative;
	-webkit-transition-property: opacity, visibility;
	transition-property: opacity, visibility;
	-webkit-transition-duration: 0.2s;
	transition-duration: 0.2s;
}

.tape-slider .swiper-container::before,
.tape-slider .swiper-container::after {
	content: '';
	position: absolute;
	top: 0;
	height: 100%;
	width: 15px;
	z-index: 2;
	pointer-events: none;
}

.swiper-container::before {
	left: 0;
	background: #e5e5e5;
	background: -webkit-linear-gradient(left, #e5e5e5 0%, rgba(229, 229, 229, 0.6) 50%, rgba(229, 229, 229, 0.1) 100%);
	background: linear-gradient(to right, #e5e5e5 0%, rgba(229, 229, 229, 0.6) 50%, rgba(229, 229, 229, 0.1) 100%);
}

.swiper-container::after {
	right: 0;
	background: #e5e5e5;
	background: -webkit-linear-gradient(right, #e5e5e5 0%, rgba(229, 229, 229, 0.6) 50%, rgba(229, 229, 229, 0.1) 100%);
	background: linear-gradient(to left, #e5e5e5 0%, rgba(229, 229, 229, 0.6) 50%, rgba(229, 229, 229, 0.1) 100%);
}

.tape-slider .swiper-button-prev {
	left: 0;
}

.tape-slider .swiper-button-next {
	right: 0;
}

/*tape slider end*/
/*others news slider */
.others-news .news-grid {
	overflow: hidden;
}

.others-news .news-grid__list:last-child {
	margin-bottom: -20px;
}

@media (max-width: 639px) {
	.others-news .news-grid__list:last-child {
		margin-bottom: 0;
	}
}

.others-news .section__footer {
	display: none;
}

/*others news slider end */
/*tape gallery */
.tape-gallery-wrap {
	margin-bottom: 3rem;
	text-align: center;
}

.tape-gallery-wrap:last-child {
	margin-bottom: 0;
}

.tape-gallery {
	display: inline-block;
	vertical-align: top;
	max-width: 100%;
	text-align: left;
	overflow: hidden;
	background-color: white;
}

.tape-gallery .swiper-container {
	position: relative;
	width: 100%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}

.tape-gallery__list {
	font-size: 0;
	letter-spacing: -4px;
	white-space: nowrap;
}

.tape-gallery__list .swiper-slide {
	display: inline-block;
	vertical-align: top;
	padding: 0;
	font-size: 14px;
	line-height: 1.5;
	letter-spacing: normal;
	white-space: normal;
	box-sizing: border-box;
	width: auto;
	height: auto;
	opacity: 0.5;
	-webkit-transition-property: opacity;
	transition-property: opacity;
	-webkit-transition-duration: 0.2s;
	transition-duration: 0.2s;
}

.tape-gallery__list .swiper-slide.swiper-slide-active {
	opacity: 1;
}

.tape-gallery__list .swiper-slide a {
	display: block;
	color: black;
	text-decoration: none;
	box-sizing: border-box;
	height: 100%;
}

.tape-gallery__list .swiper-slide a:hover {
	text-decoration: none;
	cursor: url(../img/cursor-zoom.png), -webkit-zoom-out;
	cursor: url(../img/cursor-zoom.png), zoom-out;
}

.tape-gallery__img {
	display: block;
	position: relative;
	overflow: hidden;
	background-color: #000;
	height: 480px;
}

.tape-gallery__img img {
	min-width: 0;
	min-height: 0;
	max-width: none;
	max-height: none;
	height: 100%;
	width: auto;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	-webkit-transition-duration: 0.2s;
	transition-duration: 0.2s;
}

.tape-gallery .swiper-button-prev,
.tape-gallery .swiper-button-next {
	position: absolute;
	top: 0;
	bottom: 0;
	width: 50px;
	height: auto;
	margin: 0;
}

.tape-gallery .swiper-button-prev::before,
.tape-gallery .swiper-button-next::before {
	content: "";
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.tape-gallery .swiper-button-prev.swiper-button-disabled,
.tape-gallery .swiper-button-next.swiper-button-disabled {
	pointer-events: auto;
}

.tape-gallery .swiper-button-prev {
	background: white;
	background: -webkit-linear-gradient(left, white 0, rgba(255, 255, 255, 0) 100%);
	background: linear-gradient(to right, white 0, rgba(255, 255, 255, 0) 100%);
}

.tape-gallery .swiper-button-prev::before {
	width: 0;
	height: 0;
	z-index: 2;
	border-right: 20px solid black;
	border-bottom: 20px solid transparent;
	border-top: 20px solid transparent;
}

.no-touchevents .tape-gallery .swiper-button-prev:not(.swiper-button-disabled):hover {
	background: white;
	background: -webkit-linear-gradient(left, white 0, rgba(255, 255, 255, 0.5) 80%, rgba(255, 255, 255, 0) 100%);
	background: linear-gradient(to right, white 0, rgba(255, 255, 255, 0.5) 80%, rgba(255, 255, 255, 0) 100%);
}

.tape-gallery .swiper-button-next {
	background: white;
	background: -webkit-linear-gradient(right, white 0, rgba(255, 255, 255, 0) 100%);
	background: linear-gradient(to left, white 0, rgba(255, 255, 255, 0) 100%);
}

.tape-gallery .swiper-button-next::before {
	width: 0;
	height: 0;
	z-index: 2;
	border-left: 20px solid black;
	border-bottom: 20px solid transparent;
	border-top: 20px solid transparent;
}

.no-touchevents .tape-gallery .swiper-button-next:not(.swiper-button-disabled):hover {
	background: white;
	background: -webkit-linear-gradient(right, white 0, rgba(255, 255, 255, 0.5) 80%, rgba(255, 255, 255, 0) 100%);
	background: linear-gradient(to left, white 0, rgba(255, 255, 255, 0.5) 80%, rgba(255, 255, 255, 0) 100%);
}

/*tape gallery end */
/*user form*/
.form-title {
	display: block;
	font-family: 'Roboto Slab', sans-serif;
	font-weight: 700;
	font-style: normal;
	padding-bottom: 3rem;
	color: #006ab8;
	font-size: 2.4rem;
	line-height: 1.2;
	text-align: center;
}

.user-form {
	background-color: #fafafa;
	padding: 45px 50px;
	border: 1px solid #d9d9d9;
	margin-bottom: 3rem;
}

.user-form:last-child {
	margin-bottom: 0;
}

@media (max-width: 1919px) {
	.user-form {
		padding: 26px 30px;
	}
}

@media (max-width: 959px) {
	.user-form {
		padding: 20px 25px;
	}
}

@media (max-width: 639px) {
	.user-form {
		padding: 12px 15px;
		margin-right: -15px;
		margin-left: -15px;
		border-width: 1px 0;
	}
}

.user-form form {
	display: block;
}

.user-form textarea {
	height: 152px;
	max-height: 152px;
	resize: none;
}

.user-form .captcha::after {
	content: '';
	display: table;
	clear: both;
}

.user-form .captcha img {
	display: inline-block;
	vertical-align: middle;
	max-width: calc(50%);
	margin-right: 20px;
}

.user-form .captcha img+input {
	display: inline-block;
	vertical-align: middle;
	width: auto;
	max-width: calc(50% - 20px - 10px);
}

@media (max-width: 959px) {
	.user-form .captcha img {
		display: block;
		max-width: none;
		margin-bottom: 1.5rem;
	}

	.user-form .captcha img+input {
		display: block;
		max-width: none;
		width: 100%;
	}
}

.user-form .form-footer::after {
	content: '';
	display: table;
	clear: both;
}

@media (max-width: 639px) {
	.user-form .form-footer {
		padding-top: 1.5rem;
	}
}

.user-form .form-buttons {
	float: left;
	margin-right: 30px;
}

@media (max-width: 639px) {
	.user-form .form-buttons {
		float: none;
		margin: 0;
	}
}

.user-form .form-buttons .btn-submit {
	width: 200px;
}

.user-form .form-note {
	overflow: hidden;
	min-height: 50px;
	font-size: 0;
	letter-spacing: -4px;
	line-height: 25px;
}

.user-form .form-note::before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	min-height: inherit;
}

.user-form .form-note__item {
	display: inline-block;
	vertical-align: middle;
	width: calc(100% - 6px);
	font-size: 1.4rem;
	line-height: 1.43;
	letter-spacing: normal;
}

/*user form end*/
/*social*/
/*social networks*/
.social-networks {
	margin-bottom: 3rem;
}

.social-networks::after {
	content: '';
	display: table;
	clear: both;
}

.social-networks:last-child {
	margin-bottom: 0;
}

.social-networks__list {
	position: relative;
	float: left;
	width: calc(100% + 5px*2);
	font-size: 0;
	line-height: 0;
	margin: 0 -5px -10px;
}

.social-networks__item {
	display: inline-block;
	vertical-align: top;
	margin: 0 3px 10px;
	font-size: 14px;
	line-height: 1.4;
}

.social-networks__item a {
	display: block;
	position: relative;
	width: 40px;
	height: 40px;
	-webkit-transition-property: background, -webkit-transform;
	transition-property: background, -webkit-transform;
	transition-property: transform, background;
	transition-property: transform, background, -webkit-transform;
	-webkit-transition-duration: 0.2s;
	transition-duration: 0.2s;
}

.content .social-networks__item a {
	background: #2c68b2;
}

.content .social-networks__item a:hover {
	background: #005593;
}

.content .social-networks__item {
	margin: 0;
}

.content .social-networks {
	float: right;
	clear: right;
	margin-top: 10px;
	text-align: right;
}

.content .social-networks .social-networks__list {
	margin: 0;
	width: auto;
}

.content .social-networks p {
	margin: 0;
	font-size: 1.4rem;
}

.social-networks__item a span {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

.social-networks__item a svg {
	position: absolute;
	left: 50%;
	top: 50%;
	display: block;
	width: 24px;
	height: 24px;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.social-networks__item a path {
	/*fill: #fff;*/
	-webkit-transition-property: box-shadow, fill, -webkit-transform;
	transition-property: box-shadow, fill, -webkit-transform;
	transition-property: transform, box-shadow, fill;
	transition-property: transform, box-shadow, fill, -webkit-transform;
	-webkit-transition-duration: 0.2s;
	transition-duration: 0.2s;
}

.social-networks__item a:hover {
	background: #006AB8;
}

/*
.social-networks__item a.fb {
	background-color: #3a589e;
}

.social-networks__item a.vk {
	background-color: #4b73a4;
}

.social-networks__item a.twitter {
	background-color: #1da0f2;
}

.social-networks__item a.ok {
	background-color: #f2822e;
}

.social-networks__item a.instagram {
	background: #de4f5a;
	background: -webkit-linear-gradient(left, #de4f5a 0%, #a43b97 100%);
	background: linear-gradient(to right, #de4f5a 0%, #a43b97 100%);
}

.social-networks__item a.telegram {
    background: rgba(255,255,255,0);
}

.social-networks__item a.viber {
    background: rgba(255,255,255,0);
}
*/
/*social networks end*/
/*social media */
.soc-media {
	position: relative;
}

.soc-media::after {
	content: '';
	display: table;
	clear: both;
}

.soc-media::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 50%;
	bottom: 0.15em;
	border-right: 1px solid #d9d9d9;
}

@media (max-width: 639px) {
	.soc-media::before {
		content: none;
	}
}

.soc-media__col {
	position: relative;
}

.soc-media__col:first-child {
	float: left;
	width: calc(50% - 20px);
}

@media (max-width: 639px) {
	.soc-media__col:first-child {
		float: none;
		width: 100%;
	}
}

.soc-media__col:nth-child(2) {
	margin-left: calc(50% + 20px);
}

@media (max-width: 639px) {
	.soc-media__col:nth-child(2) {
		margin-left: 0;
	}
}

.soc-media__col a {
	display: block;
	text-decoration: none;
	color: #262626;
}

.soc-media__visual {
	margin-bottom: 3rem;
	padding-bottom: 3rem;
	border-bottom: 1px solid #d9d9d9;
}

.soc-media__visual .video {
	padding-bottom: 26px;
	background: url(../img/bg-video.png) no-repeat center bottom;
	background-size: 100%;
	margin-bottom: 0;
}

@media (max-width: 1919px) {
	.soc-media__visual .video {
		padding-bottom: 40px;
	}
}

@media (max-width: 1599px) {
	.soc-media__visual .video {
		padding-bottom: 26px;
	}
}

@media (max-width: 639px) {
	.soc-media__visual .video {
		padding-bottom: 40px;
	}
}

@media (max-width: 479px) {
	.soc-media__visual .video {
		padding-bottom: 26px;
	}
}

.soc-media__visual .video-holder {
	padding-bottom: 62.5%;
	padding-top: 25px;
}

.soc-media__footer {
	padding-top: 3rem;
}

@media (max-width: 1919px) {
	.soc-media__footer {
		padding-top: 0;
	}
}

@media (max-width: 1599px) {
	.soc-media__footer {
		padding-top: 3rem;
	}
}

@media (max-width: 639px) {
	.soc-media__footer {
		padding-top: 0;
		padding-bottom: 3rem;
	}
}

.soc-media-share {
	text-align: center;
}

.soc-media-share__label {
	text-align: center;
	font-family: "Roboto Slab", serif;
	font-size: 1.2rem;
	line-height: 1.6;
	color: #999;
	text-transform: uppercase;
	margin-bottom: 1.5rem;
}

@media (max-width: 1919px) {
	.soc-media-share .social-networks__list {
		margin-right: -15px;
		margin-left: -15px;
	}
}

@media (max-width: 1599px) {
	.soc-media-share .social-networks__list {
		margin-right: -5px;
		margin-left: -5px;
	}
}

@media (max-width: 639px) {
	.soc-media-share .social-networks__list {
		margin-right: -15px;
		margin-left: -15px;
	}
}

@media (max-width: 479px) {
	.soc-media-share .social-networks__list {
		margin-right: -5px;
		margin-left: -5px;
	}
}

@media (max-width: 1919px) {
	.soc-media-share .social-networks__item {
		margin-right: 15px;
		margin-left: 15px;
	}
}

@media (max-width: 1599px) {
	.soc-media-share .social-networks__item {
		margin-right: 5px;
		margin-left: 5px;
	}
}

@media (max-width: 639px) {
	.soc-media-share .social-networks__item {
		margin-right: 15px;
		margin-left: 15px;
	}
}

@media (max-width: 479px) {
	.soc-media-share .social-networks__item {
		margin-right: 5px;
		margin-left: 5px;
	}
}

.soc-media-share .social-networks__item a {
	background: none;
	width: 32px;
	height: 32px;
}

.no-touchevents .soc-media-share .social-networks__item a:hover {
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
	box-shadow: none;
}

.soc-media-share .social-networks__item a svg {
	width: 22px;
	height: 22px;
}

.soc-media-share .social-networks__item a path {
	fill: #999;
}

.no-touchevents .soc-media-share .social-networks__item a.fb:hover path {
	fill: #3a589e;
}

.no-touchevents .soc-media-share .social-networks__item a.twitter:hover path {
	fill: #1da0f2;
}

.no-touchevents .soc-media-share .social-networks__item a.vk:hover path {
	fill: #4b73a4;
}

.no-touchevents .soc-media-share .social-networks__item a.ok:hover path {
	fill: #f2822e;
}

.no-touchevents .soc-media-share .social-networks__item a.instagram:hover path {
	fill: #a43b97;
}

.soc-media__img {
	height: 227px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	margin-bottom: 3rem;
}


.soc-media__col .slick-dots li button {
	width: 10px;
	height: 10px;
	border-radius: 0;
	background: #ccc;
}

.soc-media__col .slick-dots li button::before {
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border-radius: 0;
	box-shadow: none;
	background: none;
}

.soc-media__col .slick-dots li.slick-active button::before {
	opacity: 1;
	background: #006ab8;
}



@media (max-width: 1919px) {
	.soc-media__img {
		height: 0;
		padding-bottom: 100%;
	}
}

@media (max-width: 1599px) {
	.soc-media__img {
		height: 227px;
	}
}

.soc-media__text {
	font-size: 1.4rem;
	line-height: 1.43;
	overflow: hidden;
	height: 8rem;
	margin-bottom: 3rem;
}

@media (max-width: 1919px) {
	.soc-media__text {
		height: auto;
	}
}

@media (max-width: 1599px) {
	.soc-media__text {
		height: 8rem;
	}
}

.soc-media__link {
	font-family: "Roboto Slab", serif;
	font-weight: 700;
	font-size: 1.6rem;
	line-height: 1.25;
	max-width: 100%;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.2s;
	transition-duration: 0.2s;
}

.no-touchevents .soc-media__col a:hover .soc-media__link {
	color: #006ab8;
}

/*social media end */
/*social end*/
/*article meta*/
.article-meta {
	color: #999;
	margin-bottom: 4.5rem;
}

.article-meta::after {
	content: '';
	display: table;
	clear: both;
}

@media (max-width: 1919px) {
	.article-meta {
		margin-bottom: 1rem;
	}
}

@media (max-width: 639px) {
	.article-meta {
		margin-bottom: 0.5rem;
	}
}

/*article meta end*/
/*date*/
.datetime {
	float: left;
	display: block;
	margin-bottom: 3rem;
	font-family: "Roboto", sans-serif;
	font-weight: 700;
	font-size: 1.4rem;
	line-height: 1.29;
	color: #006ab8;
	font-style: normal;
}

@media (max-width: 1919px) {
	.datetime {
		margin-bottom: 1rem;
	}
}

@media (max-width: 639px) {
	.datetime {
		margin-bottom: 0.5rem;
	}
}

.article-meta .datetime {
	margin-right: 20px;
	margin-bottom: 0;
}

/*date end*/
/*visit*/
.visit-view svg {
	display: inline-block;
	vertical-align: middle;
	width: 18px;
	height: 18px;
}

.visit-view svg path {
	fill: currentColor;
	-webkit-transition-property: fill;
	transition-property: fill;
	-webkit-transition-duration: 0.2s;
	transition-duration: 0.2s;
}

.visit-view svg.depict-visit-share {
	width: 12px;
	height: 12px;
}

.visit-view>em {
	display: inline-block;
	vertical-align: middle;
	font-style: normal;
}

.visit {
	overflow: hidden;
	margin-left: 20px;
	text-align: right;
	font-size: 1.4rem;
	line-height: 1.29;
	color: #999;
	display: none;
}

.visit__item {
	display: inline-block;
	vertical-align: top;
	margin-left: 30px;
}

@media (max-width: 639px) {
	.visit__item {
		margin-left: 5px;
	}
}

.visit__inner {
	display: inline-block;
	text-decoration: none;
	color: #999;
}

/*visit end*/
/*ctrl*/
.article-layout .ctrl:last-child {
	margin-bottom: -45px;
}

@media (max-width: 1919px) {
	.article-layout .ctrl:last-child {
		margin-bottom: -26px;
	}
}

@media (max-width: 959px) {
	.article-layout .ctrl:last-child {
		margin-bottom: -20px;
	}
}

@media (max-width: 639px) {
	.article-layout .ctrl:last-child {
		margin-bottom: -12px;
	}
}

.ctrl__holder::after {
	content: '';
	display: table;
	clear: both;
}

.ctrl__buttons {
	float: left;
	width: 100%;
}

.ctrl__buttons::after {
	content: '';
	display: table;
	clear: both;
}

@media (max-width: 1919px) {
	.ctrl__buttons {
		float: none;
		margin-bottom: 3rem;
	}
}

.ctrl__buttons>a {
	float: left;
	margin-right: 50px;
	margin-bottom: 0;
}

.ctrl__buttons>a:nth-child(3) {
	clear: left;
}

.ctrl__buttons>a:nth-child(3),
.ctrl__buttons>a:nth-child(3)~a {
	margin-top: 20px;
}

.ctrl__buttons>a.view-print {
	float: right;
	margin-right: 0;
	margin-left: 50px;
}

@media (max-width: 1919px) {
	.ctrl__buttons>a.view-print {
		float: right;
		margin-right: 0;
		margin-left: 50px;
	}
}

@media (max-width: 959px) {
	.ctrl__buttons>a.view-print {
		margin: 0;
	}
}

@media (max-width: 479px) {
	.content .social-networks {
		float: none;
		margin: auto;
		text-align: center;
	}

	.content .social-networks .social-networks__list {
		float: none;
	}

	.ctrl__buttons>a.view-print {
		float: none;
	}
}

@media (max-width: 959px) {
	.ctrl__buttons>a {
		margin: 0;
	}
}

@media (max-width: 479px) {
	.ctrl__buttons>a {
		float: none;
	}
}

.ctrl__buttons>[class*="btn-"] {
	max-width: 270px;
}

@media (max-width: 479px) {
	.ctrl__buttons>[class*="btn-"] {
		display: block;
		max-width: none;
		margin-bottom: 3rem;
	}

	.ctrl__buttons>[class*="btn-"]:last-child {
		margin-bottom: 0;
	}
}

.ctrl .share-box {
	float: right;
}

.ctrl .share-box .share-box__label {
	font-size: 1.6rem;
	line-height: 1.25;
	display: inline-block;
	vertical-align: top;
	max-width: 100px;
}

.ctrl .share-box .social-networks {
	display: inline-block;
	vertical-align: top;
}

.ctrl .share-box .social-networks li {
	margin-right: 0;
	margin-left: 10px;
}

@media (max-width: 639px) {
	.ctrl .share-box {
		float: none;
	}

	.ctrl .share-box .share-box__label {
		float: none;
		margin-bottom: 1.5rem;
		max-width: none;
	}

	.ctrl .share-box .social-networks {
		display: block;
	}
}

/*ctrl end*/
/*news previews*/
.news-previews {
	position: relative;
}

.news-previews__list {
	margin-left: -10px;
	margin-right: -10px;
	font-size: 0;
	letter-spacing: -4px;
	margin-bottom: 0;
}

.news-previews__list::after {
	content: '';
	display: table;
	clear: both;
}

@media (max-width: 479px) {
	.news-previews__list {
		margin-left: -13px;
		margin-right: -13px;
	}
}

.news-previews__item {
	font-size: 1.4rem;
	line-height: 1.43;
	letter-spacing: normal;
}

.news-previews .news-previews__item {
	float: left;
	width: 25%;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 20px;
	display: block;
	vertical-align: top;
	float: left;
}

.news-previews .news-previews__item,
.news-previews .news-previews__item:nth-last-child(n+5) {
	margin-bottom: 20px;
}

.news-previews .news-previews__item:nth-last-child(-n+4) {
	margin-bottom: 0;
}

@media (max-width: 1919px) {
	.news-previews .news-previews__item {
		width: 33.33%;
		padding-left: 10px;
		padding-right: 10px;
	}

	.news-previews .news-previews__item,
	.news-previews .news-previews__item:nth-last-child(n+4) {
		margin-bottom: 20px;
	}

	.news-previews .news-previews__item:nth-last-child(-n+3) {
		margin-bottom: 0;
	}
}

@media (max-width: 1365px) {
	.news-previews .news-previews__item {
		width: 50%;
		padding-left: 10px;
		padding-right: 10px;
	}

	.news-previews .news-previews__item,
	.news-previews .news-previews__item:nth-last-child(n+3) {
		margin-bottom: 20px;
	}

	.news-previews .news-previews__item:nth-last-child(-n+2) {
		margin-bottom: 0;
	}
}

@media (max-width: 479px) {
	.news-previews .news-previews__item {
		width: 100%;
		padding-left: 13px;
		padding-right: 13px;
		float: none;
		display: block;
	}

	.news-previews .news-previews__item,
	.news-previews .news-previews__item:nth-last-child(n+2) {
		margin-bottom: 25px;
	}

	.news-previews .news-previews__item:nth-last-child(-n+1) {
		margin-bottom: 0;
	}
}

.news-previews .news-previews__item:nth-child(1),
.news-previews .news-previews__item:nth-child(2) {
	display: inline-block;
	float: none;
}

@media (max-width: 1919px) {

	.news-previews .news-previews__item:nth-child(1),
	.news-previews .news-previews__item:nth-child(2) {
		display: block;
		float: left;
	}
}

@media (max-width: 479px) {

	.news-previews .news-previews__item:nth-child(1),
	.news-previews .news-previews__item:nth-child(2) {
		float: none;
	}
}

@media (min-width: 1920px) {

	.news-previews .news-previews__item:nth-child(1) .news-previews__text,
	.news-previews .news-previews__item:nth-child(2) .news-previews__text {
		height: 80px;
	}
}

.news-previews .news-previews__item:nth-child(4n-1) {
	clear: left;
}

@media (max-width: 1919px) {
	.news-previews .news-previews__item:nth-child(4n-1) {
		clear: none;
	}
}

@media (max-width: 1919px) {
	.news-previews .news-previews__item:nth-child(3n+1) {
		clear: left;
	}
}

@media (max-width: 1365px) {
	.news-previews .news-previews__item:nth-child(3n+1) {
		clear: none;
	}
}

@media (max-width: 1365px) {
	.news-previews .news-previews__item:nth-child(2n+1) {
		clear: left;
	}
}

@media (max-width: 479px) {
	.news-previews .news-previews__item:nth-child(2n+1) {
		clear: none;
	}
}

@media (max-width: 1919px) and (min-width: 1366px) {
	.news-previews .news-previews__item:nth-last-child(-n+2) {
		display: none;
	}
}

.news-previews .news-previews__item.news-previews__item--large {
	width: 50%;
}

@media (max-width: 1919px) {
	.news-previews .news-previews__item.news-previews__item--large {
		width: 66.6%;
	}
}

@media (max-width: 1365px) {
	.news-previews .news-previews__item.news-previews__item--large {
		width: 100%;
	}
}

.news-previews__inner {
	display: block;
	position: relative;
	text-decoration: none;
	color: #262626;
	height: 100%;
}

.news__label {
	position: absolute;
	top: 0;
	width: 50px;
	height: 50px;
	pointer-events: none;
	text-indent: -9999px;
	overflow: hidden;
	z-index: 5;
}

.news__place~.news__label {
	left: 50px;
}

.news__label_none {
	display: none;
}

.news__label_video {
	background: #ec3c01 url(../img/depict-video.svg) no-repeat center;
	background-size: 26px;
}

.news__label_photos {
	background: #ff9a09 url(../img/depict-photos.svg) no-repeat center;
	background-size: 26px;
}

.news__place {
	position: absolute;
	top: 0;
	width: 50px;
	height: 50px;
	pointer-events: none;
	background-color: #006ab8;
	font-family: 'Roboto Slab', sans-serif;
	font-weight: 700;
	font-style: normal;
	color: white;
	text-align: center;
	font-size: 18px;
	line-height: 50px;
	letter-spacing: normal;
	z-index: 5;
}

.news-previews__img {
	position: relative;
	overflow: hidden;
}

.news-previews__img::before {
	content: "";
	position: absolute;
	left: -20px;
	top: -20px;
	width: calc(100% + 40px);
	height: calc(100% + 40px);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-image: inherit;
	-webkit-filter: blur(8px);
	filter: blur(8px);
}

.news-previews__img::after {
	content: "";
	display: block;
	padding-top: 56.25%;
}

.news-previews__img .line {
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 4px;
	text-indent: -9999px;
	overflow: hidden;
	background-color: #ff9a09;
	-webkit-transform: translate(0, 100%);
	-ms-transform: translate(0, 100%);
	transform: translate(0, 100%);
	will-change: transform;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	-webkit-transition-duration: 0.2s;
	transition-duration: 0.2s;
}

.news-previews__img img {
	position: absolute;
	display: block;
	margin: 0;
	left: -2px;
	top: -2px;
	width: calc(100% + 4px);
	height: calc(100% + 4px);
	max-width: none;
	-o-object-fit: contain;
	object-fit: contain;
	font-family: "object-fit: contain";
}

.news-previews__content {
	position: static;
	padding: 17px 0;
}

.news__label+.news-previews__content {
	padding-top: 67px;
}

.news-previews__content>* {
	z-index: 2;
	position: relative;
}

.news-previews__title {
	color: inherit;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.2s;
	transition-duration: 0.2s;
}

.news-previews__text {
	margin-bottom: 10px;
	color: inherit;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.2s;
	transition-duration: 0.2s;
}

.news-previews__meta {
	display: block;
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	font-size: 1.2rem;
	line-height: 1.4;
	color: #999;
	-webkit-transition-property: color, fill, -webkit-transform;
	transition-property: color, fill, -webkit-transform;
	transition-property: transform, color, fill;
	transition-property: transform, color, fill, -webkit-transform;
	-webkit-transition-duration: 0.2s;
	transition-duration: 0.2s;
}

.news-previews__meta::after {
	content: '';
	display: table;
	clear: both;
}

.news-previews__meta time {
	font-style: normal;
}

.news-previews__meta .visit-view {
	float: right;
}

.news-previews__meta .visit-view>em {
	-webkit-transition: none;
	transition: none;
}

.news-previews__meta path {
	-webkit-transition-property: fill;
	transition-property: fill;
	-webkit-transition-duration: 0.2s;
	transition-duration: 0.2s;
}

.news-previews__footer {
	position: relative;
}

.no-touchevents .news-previews__inner:hover .news-previews__img .line {
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
}

.no-touchevents .news-previews__inner:hover .news-previews__text {
	color: #ff9a09;
}

.no-touchevents .news-previews__inner:hover .news-previews__meta {
	color: #999;
}

.no-touchevents .news-previews__inner:hover .news-previews__meta path {
	fill: #262626;
	-webkit-transition-duration: 0.2s;
	transition-duration: 0.2s;
}

/*news previews end*/
/*news grid*/
.news-grid--main {
	max-width: 1160px;
}

.news-grid__list {
	margin-bottom: -20px;
	margin-right: -10px;
	margin-left: -10px;
}

.news-grid__list::after {
	content: '';
	display: table;
	clear: both;
}

.news-grid__item,
.news-grid__item--large,
.news-grid__item--wide {
	position: relative;
	font-size: 1.4rem;
	line-height: 1.43;
	letter-spacing: normal;
}

.news-grid .news-grid__item,
.news-grid .news-grid__item--large,
.news-grid .news-grid__item--wide {
	float: left;
	margin-bottom: 20px;
	width: 290px;
	height: 315.9px;
	padding-right: 10px;
	padding-left: 10px;
}

@media (max-width: 1599px) {

	.news-grid .news-grid__item,
	.news-grid .news-grid__item--large,
	.news-grid .news-grid__item--wide {
		width: 49.98%;
	}
}

@media (max-width: 639px) {

	.news-grid .news-grid__item,
	.news-grid .news-grid__item--large,
	.news-grid .news-grid__item--wide {
		width: 100%;
		height: auto;
	}
}

.no-js .news-grid .news-grid__item,
.no-js .news-grid .news-grid__item--large,
.no-js .news-grid .news-grid__item--wide {
	height: auto !important;
	width: auto;
	float: none;
}

.news-grid__slider .news-grid__item,
.news-grid__slider .news-grid__item--large,
.news-grid__slider .news-grid__item--wide {
	margin-bottom: 0;
	padding-right: 0;
	padding-left: 0;
}

.news-simple .news-grid__item,
.news-simple .news-grid__item--large,
.news-simple .news-grid__item--wide {
	height: auto;
	width: auto;
}

.news-grid--main .news-grid__item:nth-child(n + 4),
.news-grid .news-grid__item--no-img {
	height: 148px;
}

@media (max-width: 639px) {

	.news-grid--main .news-grid__item:nth-child(n + 4),
	.news-grid .news-grid__item--no-img {
		height: auto;
	}
}

.news-grid--main .news-grid__item:nth-child(n + 4) .news__label,
.news-grid .news-grid__item--no-img .news__label {
	display: none;
}

.news-grid--main .news-grid__item:nth-child(n + 4) .news-grid__img,
.news-grid .news-grid__item--no-img .news-grid__img {
	display: none;
}

@media (max-width: 1599px) {

	.news-grid--main .news-grid__item:nth-child(-n+3),
	.news-grid .news-grid__item--has-img {
		height: auto;
	}
}

.others-news .news-grid__item {
	height: auto;
}

.others-news .news-grid__item .news-grid__content {
	height: auto;
}

.news-grid .news-grid__item--large {
	width: 580px;
	height: 651.7px;
}

@media (max-width: 1599px) {
	.news-grid .news-grid__item--large {
		width: 100%;
	}
}

@media (max-width: 1599px) {
	.news-grid .news-grid__item--large {
		height: auto;
	}
}

@media (max-width: 1599px) {
	.news-grid .news-grid-slider__slide {
		height: 100%;
	}
}

.news-grid__inner {
	display: block;
	position: relative;
	text-decoration: none;
	color: #262626;
	background: #fff;
	box-shadow: inset 0 -3px 0 #ff9a09;
	height: 100%;
	overflow: hidden;
}

.news-simple .news-grid__inner {
	background: none;
	box-shadow: none;
}

.news-grid__item--has-img .news-grid__inner {
	position: relative;
}

.news-grid__item--has-img .news-grid__inner::before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	height: 151px;
	width: 100%;
	background: url(../img/no-img.jpg) no-repeat center;
	background-size: cover;
}

.news-grid__item--large .news-grid__inner::before {
	height: 315px;
}

.news-grid__img {
	position: relative;
	height: 151px;
	z-index: 4;
	overflow: hidden;
	min-height: 50px;
	background-image: url(../img/no-img.jpg);
	background-repeat: no-repeat;
	background-position: 250% 250%;
	background-size: auto;
}

.no-js .news-grid__img {
	height: auto !important;
	min-height: 0;
}

.news-grid__img::before {
	content: "";
	position: absolute;
	left: -20px;
	top: -20px;
	width: calc(100% + 40px);
	height: calc(100% + 40px);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-image: inherit;
	-webkit-filter: blur(8px);
	filter: blur(8px);
}

.news-grid__img[style*="preloader.svg"] {
	background-size: 48px;
	background-position: center;
}

.news-grid__img .img-content {
	position: absolute;
	left: -2px;
	top: -2px;
	width: calc(100% + 4px);
	height: calc(100% + 4px);
	font-size: 0;
	line-height: 0;
	color: transparent;
	background-image: inherit;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}

.news-grid__img img {
	width: 100%;
}

.news-grid__slider+.news-grid__inner .news-grid__img {
	display: none;
}

.news-grid__item--large .news-grid__img {
	height: 315px;
}

@media (max-width: 1599px) {

	.news-grid__img,
	.news-grid__item--large .news-grid__img {
		height: auto;
	}
}

.news-grid__img::after,
.news-grid__item--large .news-grid__img::after {
	content: "";
	display: block;
	padding-top: 56.25%;
}

.news-grid--main .news-grid__img,
.news-grid__item--has-img .news-grid__img {
	position: absolute;
	top: 0;
}

.news-grid--main .news-grid__img,
.news-grid__item--has-img .news-grid__img {
	left: 0;
	width: 100%;
}

.news-grid--main .news-grid__slider,
.news-grid__item--has-img .news-grid__slider {
	left: 10px;
	right: 10px;
	width: auto;
}

.news-grid__content {
	position: relative;
	overflow: hidden;
	padding: 17px 20px 48px;
}

.no-js .news-grid__content {
	margin-top: 0 !important;
	height: auto !important;
	padding-top: 60px !important;
}

@media (max-width: 639px) {
	.news-grid__content {
		padding-right: 14px;
		padding-left: 14px;
	}
}

.news-grid .news-grid__content {
	height: 164.9px;
}

@media (max-width: 639px) {
	.news-grid .news-grid__content {
		height: auto;
	}
}

.news-grid .news-grid__item--large .news-grid__content {
	height: 336.7px;
}

.news-grid--main .news-grid__item:nth-child(n+4) .news-grid__content {
	height: 148px;
}

@media (max-width: 1599px) {
	.news-grid--main .news-grid__item:nth-child(n+4) .news-grid__content {
		height: auto;
	}
}

.news-grid--main .news-grid__item:nth-child(-n+3) .news-grid__content,
.news-grid .news-grid__item--has-img .news-grid__content {
	margin-top: 151px;
}

@media (max-width: 1599px) {

	.news-grid--main .news-grid__item:nth-child(-n+3) .news-grid__content,
	.news-grid .news-grid__item--has-img .news-grid__content {
		height: auto;
		margin-top: 56.25%;
	}
}

.news-grid--main .news-grid__item--large:nth-child(-n+3) .news-grid__content,
.news-grid .news-grid__item--large.news-grid__item--has-img .news-grid__content {
	margin-top: 315px;
}

@media (max-width: 639px) {

	.news-grid--main .news-grid__item--large:nth-child(-n+3) .news-grid__content,
	.news-grid .news-grid__item--large.news-grid__item--has-img .news-grid__content {
		margin-top: 200px;
	}
}

@media (max-width: 1599px) {
	.news-grid .news-grid-slider .news-grid-slider__slide .news-grid__content {
		height: 100%;
		margin-top: 0;
		padding-top: calc(56.25% + 17px);
		padding-bottom: 100px;
	}
}

.news-simple .news-grid__content {
	padding: 0;
	margin-right: 10px;
}

.news-simple .news-grid__content::before {
	content: none;
}

.news-grid__content>* {
	z-index: 2;
	position: relative;
}

.news-grid__content::before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background: #ff9a09;
	-webkit-transform: translate(0, 100%);
	-ms-transform: translate(0, 100%);
	transform: translate(0, 100%);
	-webkit-transition-property: color, fill, -webkit-transform;
	transition-property: color, fill, -webkit-transform;
	transition-property: transform, color, fill;
	transition-property: transform, color, fill, -webkit-transform;
	-webkit-transition-duration: 0.2s;
	transition-duration: 0.2s;
}

.no-touchevents a.news-grid__inner:hover .news-grid__content::before {
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
	-webkit-transition-duration: 0.2s;
	transition-duration: 0.2s;
}

.news-grid__title {
	font-family: "Roboto Slab", serif;
	font-size: 1.8rem;
	line-height: 1.3;
	color: inherit;
	font-weight: 700;
	overflow: hidden;
	height: 4.7rem;
	margin-bottom: 20px;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.2s;
	transition-duration: 0.2s;
}

.news-grid__item--large .news-grid__title {
	height: auto;
	max-height: 9.4rem;
	margin-bottom: 11px;
}

@media (max-width: 1599px) {
	.news-grid__item--large .news-grid__title {
		max-height: none;
	}
}

@media (max-width: 639px) {
	.news-grid__item--large .news-grid__title {
		font-size: 1.7rem;
		line-height: 1.2;
	}
}

.news-grid__text {
	overflow: hidden;
	color: inherit;
	height: 8rem;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.2s;
	transition-duration: 0.2s;
}

@media (max-width: 639px) {
	.news-grid__text {
		height: auto;
		max-height: 8rem;
	}
}

.no-js .news-grid__text {
	height: auto !important;
	max-height: none !important;
}

.news-grid__item--large .news-grid__text {
	height: auto;
	max-height: 16rem;
}

@media (max-width: 1599px) {
	.news-grid__item--large .news-grid__text {
		max-height: none;
	}
}

.news-simple .news-grid__text {
	height: auto;
	margin-bottom: 3rem;
}

.news-grid__text p,
.news-grid__text ul,
.news-grid__text ol,
.news-grid__text table,
.news-grid__text blockquote,
.news-grid__text h2,
.news-grid__text h3,
.news-grid__text h4 {
	margin-bottom: 0;
	padding-bottom: 0;
}

.news-grid__meta {
	position: absolute;
	bottom: 17px;
	width: calc(100% - 40px);
	font-size: 1.2rem;
	line-height: 1.4;
	color: #999;
	-webkit-transition-property: color, fill, -webkit-transform;
	transition-property: color, fill, -webkit-transform;
	transition-property: transform, color, fill;
	transition-property: transform, color, fill, -webkit-transform;
	-webkit-transition-duration: 0.2s;
	transition-duration: 0.2s;
}

.no-js .news-grid__meta {
	position: relative;
	left: auto;
	bottom: auto;
	width: auto;
}

@media (max-width: 639px) {
	.news-grid__meta {
		width: calc(100% - 28px);
	}
}

.news-grid__meta time {
	font-style: normal;
}

.news-grid__meta .visit-view {
	float: right;
	display: none;
}

.news-grid__meta .visit-view svg path {
	-webkit-transition-property: fill;
	transition-property: fill;
	-webkit-transition-duration: 0.2s;
	transition-duration: 0.2s;
}

.no-touchevents a.news-grid__inner:hover .news-grid__meta {
	color: #262626;
}

.no-touchevents a.news-grid__inner:hover .news-grid__meta path {
	fill: #262626;
	-webkit-transition-duration: 0.2s;
	transition-duration: 0.2s;
}

.news-simple .news-grid__meta {
	position: relative;
	bottom: auto;
	width: auto;
}

.news-grid__meta .visit-view>em {
	-webkit-transition: none;
	transition: none;
}

.news-grid__footer {
	position: relative;
}

/*news grid wide */
.news-grid__item--wide {
	height: 180px;
}

@media (max-width: 639px) {
	.news-grid__item--wide {
		height: auto;
	}
}

.news-grid__item--wide .news-grid__inner {
	padding-left: 180px;
}

@media (max-width: 639px) {
	.news-grid__item--wide .news-grid__inner {
		padding-left: 120px;
	}
}

@media (max-width: 479px) {
	.news-grid__item--wide .news-grid__inner {
		padding-left: 90px;
	}
}

.news-grid__item--wide .news-grid__inner::before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	height: 180px;
	width: 180px;
	background: url(../img/no-img.jpg) no-repeat center;
	background-size: cover;
}

@media (max-width: 639px) {
	.news-grid__item--wide .news-grid__inner::before {
		width: 120px;
		height: 120px;
	}
}

@media (max-width: 479px) {
	.news-grid__item--wide .news-grid__inner::before {
		width: 90px;
		height: 90px;
	}
}

@media (max-width: 639px) {
	.news-grid__item--wide .news__label {
		display: none;
	}
}

@media (max-width: 639px) {
	.news-grid__item--wide .news__place {
		width: 26px;
		height: 26px;
		font-size: 14px;
		line-height: 26px;
		left: 0;
	}
}

.news-grid__item--wide .news-grid__img {
	position: absolute;
	left: 0;
	top: 0;
	width: 180px;
	height: 180px;
	background-position: center;
	background-size: cover;
}

.news-grid__item--wide .news-grid__img .img-content {
	display: none;
}

.news-grid__item--wide .news-grid__img::before,
.news-grid__item--wide .news-grid__img::after {
	content: none;
}

@media (max-width: 639px) {
	.news-grid__item--wide .news-grid__img {
		width: 120px;
		height: 120px;
	}
}

@media (max-width: 479px) {
	.news-grid__item--wide .news-grid__img {
		width: 90px;
		height: 90px;
	}
}

.news-grid__item--wide .news-grid__content {
	height: 180px;
}

@media (max-width: 639px) {
	.news-grid__item--wide .news-grid__content {
		height: auto;
		min-height: 120px;
		padding-top: 13px;
		padding-bottom: 30px;
	}
}

@media (max-width: 479px) {
	.news-grid__item--wide .news-grid__content {
		min-height: 90px;
	}
}

.news-grid__item--wide .news-grid__text {
	overflow: hidden;
	height: 8rem;
	margin-bottom: 20px;
}

@media (max-width: 639px) {
	.news-grid__item--wide .news-grid__text {
		height: auto;
		max-height: none;
	}
}

/*news grid view end */
/*news grid end*/
/*others news* */
@media (max-width: 639px) {
	.others-news .news-grid__list .news-grid__item {
		display: none;
	}

	.others-news .news-grid__list .news-grid__item:nth-child(-n+2) {
		display: block;
	}

	.others-news .news-grid__list .news-grid__item:nth-child(2) {
		margin-bottom: 0;
	}
}

@media (max-width: 1919px) {
	.others-news .news-grid__list .news-grid__item:last-child {
		display: none;
	}
}

@media (max-width: 1599px) {
	.others-news .news-grid__list .news-grid__item:last-child {
		display: block;
	}
}

@media (max-width: 639px) {
	.others-news .news-grid__list .news-grid__item:last-child {
		display: none;
	}
}

.others-news .news-grid~.section__footer {
	padding-top: 3rem;
}

/*others news end* */
/*news simple */
.news-simple {
	margin-bottom: 3rem;
}

.news-simple:last-child {
	margin-bottom: 0;
}

.news-simple__list {
	margin-left: -10px;
	margin-right: -10px;
	font-size: 0;
	letter-spacing: -4px;
}

.news-simple__list .news-grid__item {
	display: inline-block;
	vertical-align: top;
	width: 25%;
	padding-left: 10px;
	padding-right: 10px;
}

.news-simple__list .news-grid__item,
.news-simple__list .news-grid__item:nth-last-child(n+5) {
	margin-bottom: 20px;
}

.news-simple__list .news-grid__item:nth-last-child(-n+4) {
	margin-bottom: 0;
}

@media (max-width: 1599px) {
	.news-simple__list .news-grid__item {
		display: inline-block;
		vertical-align: top;
		width: 50%;
		padding-left: 10px;
		padding-right: 10px;
	}

	.news-simple__list .news-grid__item,
	.news-simple__list .news-grid__item:nth-last-child(n+3) {
		margin-bottom: 20px;
	}

	.news-simple__list .news-grid__item:nth-last-child(-n+2) {
		margin-bottom: 0;
	}
}

@media (max-width: 479px) {
	.news-simple__list .news-grid__item {
		display: inline-block;
		vertical-align: top;
		width: 100%;
		padding-left: 10px;
		padding-right: 10px;
	}

	.news-simple__list .news-grid__item,
	.news-simple__list .news-grid__item:nth-last-child(n+2) {
		margin-bottom: 20px;
	}

	.news-simple__list .news-grid__item:nth-last-child(-n+1) {
		margin-bottom: 0;
	}
}

.no-touchevents .news-simple__list .news-grid__inner:hover .news-grid__text {
	color: #006ab8;
}

/*news simple end */
/*news footer */
.news__footer {
	text-align: center;
	margin-bottom: 3rem;
}

.news__footer:last-child {
	margin-bottom: 0;
}

/*news footer end */
/*dep-banner */
.dep-banner {
	height: auto;
}

.dep-banner__inner {
	display: block;
	position: relative;
	text-decoration: none;
	color: white;
	overflow: hidden;
	padding: 30px;
	background: #fff;
	background-repeat: no-repeat;
	background-size: cover;
	font-size: 0;
	letter-spacing: -4px;
}

.dep-banner__inner::before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	height: 120px;
}

@media (max-width: 479px) {
	.dep-banner__inner::before {
		content: none;
	}
}

.gosdep-banner .dep-banner__inner {
	background-color: #2d1c74;
	background-image: url(../img/bg-gosdep.jpg);
}

.dep-banner__img {
	display: inline-block;
	vertical-align: middle;
	width: 120px;
	height: 120px;
	margin-right: 30px;
}

@media (max-width: 479px) {
	.dep-banner__img {
		display: block;
		width: auto;
		margin: 0 0 20px;
	}
}

.dep-banner__content {
	display: inline-block;
	vertical-align: middle;
	width: calc(100% - 120px - 40px);
	letter-spacing: normal;
}

@media (max-width: 479px) {
	.dep-banner__content {
		display: block;
		width: auto;
	}
}

.dep-banner__title {
	font-family: 'Roboto Slab', sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 2rem;
	line-height: 1.2;
	margin-bottom: 0.6em;
}

.dep-banner__title:last-child {
	margin-bottom: 0;
}

.dep-banner__text {
	font-family: 'Roboto Slab', sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 1.4rem;
	line-height: 1.71;
	color: #b2b2ab;
}

/*dep-banner end */
/*news group */
.news-group {
	position: relative;
}

.news-group::after {
	content: '';
	display: table;
	clear: both;
}

.section__box .news-group:last-child {
	margin-bottom: -2rem;
}

.news-group::before {
	content: "";
	display: block;
	position: absolute;
	left: 50%;
	border-right: 1px solid #d9d9d9;
	top: 0;
	bottom: 2rem;
}

@media (max-width: 639px) {
	.news-group::before {
		content: none;
	}
}

.news-group__list {
	margin-bottom: 3rem;
	margin-right: -10px;
	margin-left: -10px;
}

.news-group__list::after {
	content: '';
	display: table;
	clear: both;
}

.news-group__list:last-child {
	margin-bottom: 0;
}

.news-group__item {
	position: relative;
	font-size: 1.4rem;
	line-height: 1.43;
	letter-spacing: normal;
}

.news-group__item:first-child {
	float: left;
	width: calc(50% - 20px);
}

@media (max-width: 639px) {
	.news-group__item:first-child {
		float: none;
		width: 100%;
	}
}

.news-group__item:nth-child(n+2) {
	margin-left: calc(50% + 20px);
}

@media (max-width: 639px) {
	.news-group__item:nth-child(n+2) {
		margin-left: 0;
	}
}

.news-group .news-group__item {
	padding-right: 10px;
	padding-left: 10px;
}

.news-group__inner {
	display: block;
	position: relative;
	text-decoration: none;
	color: #262626;
	box-shadow: inset 0 -1px 0 #d9d9d9;
}

.news-group .news-group__item:first-child .news-group__inner {
	padding-top: 140px;
	box-shadow: none;
}

@media (max-width: 639px) {
	.news-group .news-group__item:first-child .news-group__inner {
		box-shadow: inset 0 -1px 0 #d9d9d9;
	}
}

.news-group .news-group__item:last-child .news-group__inner {
	box-shadow: none;
}

.news-group__img {
	position: absolute;
	left: 0;
	top: 0;
	height: 140px;
	min-height: 50px;
	width: 100%;
	background-image: url(../img/no-img.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	z-index: 4;
}

.news-group__img[style*="preloader.svg"] {
	background-size: 48px;
}

.news-group__item:nth-child(n+2) .news-group__img {
	display: none;
	padding: 0;
}

.news-group__img img {
	width: 100%;
}

.news-group__item:nth-child(n+2) .news__label {
	display: none;
}

.news-group__content {
	position: relative;
	overflow: hidden;
	padding: 1.4em 0 2.8em;
}

.news-group__item:first-child .news-group__content {
	padding-top: 1.9em;
	padding-bottom: 3.9em;
	min-height: 266px;
}

@media (max-width: 639px) {
	.news-group__item:first-child .news-group__content {
		padding: 1.4em 0 2.8em;
		min-height: 0;
	}
}

.news-group__item:nth-child(2) .news-group__content {
	padding-top: 0;
}

@media (max-width: 639px) {
	.news-group__item:nth-child(2) .news-group__content {
		padding-top: 1.9em;
	}
}

.news-group__content .news-group__item:last-child {
	padding-bottom: 0;
}

.news-group__label+.news-group__content {
	padding-top: 67px;
}

.news-group__content>* {
	z-index: 2;
	position: relative;
}

.news-group__title {
	font-family: "Roboto Slab", serif;
	font-size: 1.6rem;
	line-height: 1.25;
	font-weight: 700;
	overflow: hidden;
	max-height: 6rem;
	margin-bottom: 0.9em;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.2s;
	transition-duration: 0.2s;
}

.news-group__item:nth-child(n+2) .news-group__title {
	display: none;
}

.no-touchevents .news-group__inner:hover .news-group__title {
	color: #006ab8;
}

.news-group__text {
	overflow: hidden;
	height: 6rem;
	margin-bottom: 0.7em;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.2s;
	transition-duration: 0.2s;
}

.news-group__item:nth-child(-n+2) .news-group__text {
	height: 10rem;
}

@media (max-width: 639px) {
	.news-group__item:nth-child(-n+2) .news-group__text {
		height: auto;
		max-height: 10rem;
	}
}

.no-touchevents .news-group__inner:hover .news-group__text {
	color: #006ab8;
}

.news-group__meta {
	position: absolute;
	bottom: 1.4em;
	width: 100%;
	font-size: 1.2rem;
	line-height: 1.4;
	color: #999;
	-webkit-transition-property: color, fill, -webkit-transform;
	transition-property: color, fill, -webkit-transform;
	transition-property: transform, color, fill;
	transition-property: transform, color, fill, -webkit-transform;
	-webkit-transition-duration: 0.2s;
	transition-duration: 0.2s;
}

.news-group__meta time {
	font-style: normal;
}

.news-group__meta .visit-view {
	float: right;
	display: none;
}

.news-group__meta .visit-view svg path {
	-webkit-transition-property: color, fill, -webkit-transform;
	transition-property: color, fill, -webkit-transform;
	transition-property: transform, color, fill;
	transition-property: transform, color, fill, -webkit-transform;
	-webkit-transition-duration: 0.2s;
	transition-duration: 0.2s;
}

.no-touchevents a.news-group__inner:hover .news-group__meta {
	color: #262626;
}

.no-touchevents a.news-group__inner:hover .news-group__meta svg path {
	fill: #262626;
	-webkit-transition-duration: 0.2s;
	transition-duration: 0.2s;
}

.news-group__footer {
	position: relative;
}

/*news group end */
/*news float */
.news-float {
	position: relative;
}

.news-float::after {
	content: '';
	display: table;
	clear: both;
}

.news-float__list {
	margin-left: -10px;
	margin-right: -10px;
	font-size: 0;
	letter-spacing: -4px;
	overflow: hidden;
}

.news-float__list:last-child {
	margin-bottom: 0;
}

.news-float__item {
	display: inline-block;
	vertical-align: top;
	width: 50%;
	padding-left: 10px;
	padding-right: 10px;
	position: relative;
	font-size: 1.6rem;
	line-height: 1.88;
	letter-spacing: normal;
}

.news-float__item,
.news-float__item:nth-last-child(n+3) {
	margin-bottom: 20px;
}

.news-float__item:nth-last-child(-n+2) {
	margin-bottom: 0;
}

.news-float__item:first-child {
	display: inline-block;
	vertical-align: top;
	width: 100%;
	padding-left: 10px;
	padding-right: 10px;
}

.news-float__item:first-child,
.news-float__item:first-child:nth-last-child(n+2) {
	margin-bottom: 20px;
}

.news-float__item:first-child:nth-last-child(-n+1) {
	margin-bottom: 0;
}

@media (max-width: 1599px) {
	.news-float__item {
		display: inline-block;
		vertical-align: top;
		width: 100%;
		padding-left: 10px;
		padding-right: 10px;
	}

	.news-float__item,
	.news-float__item:nth-last-child(n+2) {
		margin-bottom: 20px;
	}

	.news-float__item:nth-last-child(-n+1) {
		margin-bottom: 0;
	}
}

.news-float__inner {
	display: block;
	position: relative;
	text-decoration: none;
	color: #262626;
	background: white;
	height: 100%;
}

.news-float__img {
	width: 100%;
	background-image: url(../img/no-img.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	z-index: 4;
}

.news-float__img::before {
	content: "";
	display: block;
	position: relative;
	padding-top: 60%;
}

.news-float__item:first-child .news-float__img::before {
	padding-top: 50%;
}

@media (max-width: 1599px) {
	.news-float__item:first-child .news-float__img::before {
		padding-top: 60%;
	}
}

.news-float__content {
	position: static;
	overflow: hidden;
	padding: 17px 20px 48px;
}

@media (max-width: 639px) {
	.news-float__content {
		padding-right: 14px;
		padding-left: 14px;
	}
}

.news-float__title {
	font-family: "Roboto Slab", serif;
	font-size: 2rem;
	line-height: 1.3;
	font-weight: 700;
	overflow: hidden;
	margin-bottom: 0.9em;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.2s;
	transition-duration: 0.2s;
}

.no-touchevents .news-float__inner:hover .news-float__title {
	color: #006ab8;
}

.news-float__text {
	overflow: hidden;
	margin-bottom: 0.7em;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.2s;
	transition-duration: 0.2s;
}

.no-touchevents .news-float__inner:hover .news-float__text {
	color: #006ab8;
}

.news-float__meta {
	position: absolute;
	bottom: 1.4em;
	width: calc(100% - 40px);
	font-size: 1.2rem;
	line-height: 1.4;
	color: #999;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.2s;
	transition-duration: 0.2s;
}

@media (max-width: 639px) {
	.news-float__meta {
		width: calc(100% - 28px);
	}
}

.news-float__meta time {
	font-style: normal;
}

.news-float__meta .visit-view {
	float: right;
}

.news-float__meta .visit-view svg path {
	-webkit-transition-property: fill;
	transition-property: fill;
	-webkit-transition-duration: 0.2s;
	transition-duration: 0.2s;
}

.no-touchevents a.news-float__inner:hover .news-float__meta {
	color: #262626;
}

.no-touchevents a.news-float__inner:hover .news-float__meta svg path {
	fill: #262626;
	-webkit-transition-duration: 0.2s;
	transition-duration: 0.2s;
}

/*news float end */
.fl-w {
	position: relative;
	z-index: 1;
	margin-right: -10px;
	margin-left: -10px;
}

@media (max-width: 1919px) {
	.fl-w {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: stretch;
		-webkit-align-items: stretch;
		-ms-flex-align: stretch;
		align-items: stretch;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		-webkit-flex-direction: row-reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
	}
}

@media (max-width: 1599px) {
	.fl-w {
		display: block;
	}

	.fl-w::after {
		content: '';
		display: table;
		clear: both;
	}
}

.fl-l,
.fl-r {
	margin-bottom: 20px;
	padding-right: 10px;
	padding-left: 10px;
}

.fl-l {
	width: 50%;
	float: left;
}

@media (max-width: 1919px) {
	.fl-l {
		width: 66.66%;
	}
}

@media (max-width: 1599px) {
	.fl-l {
		width: auto;
		float: none;
	}
}

.fl-r {
	width: 50%;
	float: right;
}

@media (max-width: 1919px) {
	.fl-r {
		width: 33.33%;
	}
}

@media (max-width: 1599px) {
	.fl-r {
		width: auto;
		float: none;
	}
}

@media (max-width: 1919px) {
	.fl-r .section__holder {
		height: 100%;
	}
}

@media (max-width: 1599px) {
	.fl-r .section__holder {
		height: auto;
	}
}

.fl-r .section__holder>.grid-row {
	margin-bottom: 0;
}

@media (max-width: 1919px) {
	.fl-r .section__holder>.grid-row {
		height: 100%;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: stretch;
		-webkit-align-items: stretch;
		-ms-flex-align: stretch;
		align-items: stretch;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
}

@media (max-width: 1599px) {
	.fl-r .section__holder>.grid-row {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
		height: auto;
		-webkit-flex-basis: 50%;
		-ms-flex-preferred-size: 50%;
		flex-basis: 50%;
	}
}

@media (max-width: 639px) {
	.fl-r .section__holder>.grid-row {
		display: block;
	}
}

@media (max-width: 1919px) {
	.fl-r .section__holder>.grid-row::after {
		content: none;
	}
}

@media (max-width: 1599px) {
	.fl-r .section__holder>.grid-row::after {
		content: "";
	}
}

@media (max-width: 639px) {
	.fl-r .section__holder>.grid-row>[class*="grid-col-"]:first-child {
		margin-bottom: 20px;
	}
}

.fl-r [class*="grid-col-"] {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}

@media (max-width: 1599px) {
	.fl-r [class*="grid-col-"] {
		margin-bottom: 0;
	}
}

.fl-r [class*="grid-col-"]:last-child {
	margin-bottom: 0;
}

@media (max-width: 639px) {
	.fl-r [class*="grid-col-"] {
		display: block;
	}
}

@media (max-width: 639px) {
	.fl-r .section__title h2 {
		margin-bottom: 0;
	}
}

/*search page */
.search-page {
	margin-bottom: 6rem;
}

.search-page:last-child {
	margin-bottom: 0;
}

.search-page-options {
	font-size: 1.4rem;
	line-height: 1.43;
	font-weight: normal;
	color: #999;
	margin-bottom: 3rem;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

@media (max-width: 767px) {
	.search-page-options {
		display: block;
		font-size: 1.6rem;
		line-height: 1.88;
	}

	.search-page-options div {
		margin-bottom: 1.5rem;
	}

	.search-page-options div:last-child {
		margin-bottom: 0;
	}
}

.search-results {
	margin-bottom: 6rem;
}

.search-results:last-child {
	margin-bottom: 0;
}

.search-results__item {
	margin-bottom: 3.5rem;
}

@media (max-width: 1599px) {
	.search-results__item {
		margin-bottom: 2.5rem;
	}
}

.search-results__item:last-child {
	margin-bottom: 0;
}

.search-results__inner {
	position: relative;
}

.search-result__date,
.search-result__path {
	display: block;
	font-size: 1.2rem;
	line-height: 1.5;
	font-style: normal;
	color: #999;
	margin-bottom: 1.5rem;
}

.search-result__date:last-child,
.search-result__path:last-child {
	margin-bottom: 0;
}

.search-result__path {
	margin-bottom: 1rem;
}

.search-result__title {
	display: block;
	overflow: hidden;
	font-family: "Roboto Slab", serif;
	font-weight: bold;
	font-size: 1.8rem;
	line-height: 1.2;
	margin-bottom: 1.5rem;
	max-height: calc(1.8rem * 1.2 * 3);
}

.search-result__title:last-child {
	margin-bottom: 0;
}

.search-result__title a {
	padding-top: 5px;
	color: inherit;
	text-decoration: none;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.2s;
	transition-duration: 0.2s;
}

.no-touchevents .search-result__title a:hover {
	color: #006ab8;
}

.search-result__text {
	display: block;
	overflow: hidden;
	font-size: 1.4rem;
	line-height: 1.7;
	margin-bottom: 1.5rem;
}

.search-result__text:last-child {
	margin-bottom: 0;
}

/*search page end */
/*search form */
.search-form,
.search-form__field {
	position: relative;
	margin-bottom: 4.5rem;
}

@media (max-width: 959px) {

	.search-form,
	.search-form__field {
		margin-bottom: 3rem;
	}
}

@media (max-width: 479px) {

	.search-form,
	.search-form__field {
		margin-bottom: 2rem;
	}
}

.search-form:last-child,
.search-form__field:last-child {
	margin-bottom: 0;
}

.search-extended-panel {
	padding-bottom: 4.5rem;
}

.search-extended-panel__holder {
	border: 1px solid #d9d9d9;
	padding: 17px 20px;
	background-color: #f3f3f3;
}

.search-area .popup-title {
	margin-bottom: 2rem;
}

.search-area .js-tab-container {
	display: block;
	position: relative;
	overflow: hidden;
}

.search-area .js-tab-content {
	position: absolute;
	left: 0;
	right: 0;
	width: 100%;
	z-index: -1;
}

.search-form__field {
	overflow: hidden;
	position: relative;
}

input.search-form__input {
	cursor: pointer;
}

input.search-form__input,
input.search-form__input:hover,
input.search-form__input:focus {
	display: block;
	position: relative;
	border: none;
	height: 64px;
	width: 100%;
	padding: 11px 291px 11px 0;
	margin: 0;
	font-family: "Roboto Slab", serif;
	font-weight: bold;
	font-size: 36px;
	line-height: 42px;
	color: #262626;
	border-radius: 0;
	background: none;
	box-shadow: none;
	border-bottom: 1px solid #d9d9d9;
}

.no-touchevents input.search-form__input:hover,
.no-touchevents input.search-form__input:hover:hover,
.no-touchevents input.search-form__input:focus:hover {
	border-bottom-color: #d9d9d9;
}

@media (max-width: 1599px) {

	input.search-form__input,
	input.search-form__input:hover,
	input.search-form__input:focus {
		font-size: 20px;
	}
}

@media (max-width: 1365px) {

	input.search-form__input,
	input.search-form__input:hover,
	input.search-form__input:focus {
		font-size: 18px;
		padding-right: 201px;
	}
}

@media (max-width: 479px) {

	input.search-form__input,
	input.search-form__input:hover,
	input.search-form__input:focus {
		margin-bottom: 2rem;
		height: 54px;
		padding: 6px 0 5px;
	}
}

input.search-form__input::-webkit-input-placeholder {
	color: #d9d9d9;
	-webkit-transition: color 0.2s;
	transition: color 0.2s;
}

input.search-form__input:-moz-placeholder {
	color: #d9d9d9;
	-webkit-transition: color 0.2s;
	transition: color 0.2s;
}

input.search-form__input::-moz-placeholder {
	color: #d9d9d9;
	-webkit-transition: color 0.2s;
	transition: color 0.2s;
	opacity: 1;
}

input.search-form__input:-ms-input-placeholder {
	color: #d9d9d9;
	-webkit-transition: color 0.2s;
	transition: color 0.2s;
	opacity: 1;
}

input.search-form__input.placeholder {
	color: #d9d9d9;
	-webkit-transition: color 0.2s;
	transition: color 0.2s;
	opacity: 1;
}

input.search-form__input:focus::-webkit-input-placeholder {
	color: #d9d9d9 !important;
}

input.search-form__input:focus:-moz-placeholder {
	color: #d9d9d9 !important;
}

input.search-form__input:focus::-moz-placeholder {
	color: #d9d9d9 !important;
}

input.search-form__input:focus:-ms-input-placeholder {
	color: #d9d9d9 !important;
}

input.search-form__input.placeholder:focus {
	color: #d9d9d9 !important;
}

.input--filled input.search-form__input,
input.search-form__input:focus {
	cursor: text;
}

.search-form__select {
	width: 150px;
	position: absolute;
	top: 50%;
	right: 129px;
	margin-top: -20px;
}

@media (max-width: 1365px) {
	.search-form__select {
		right: 39px;
	}
}

@media (max-width: 479px) {
	.search-form__select {
		position: relative;
		top: auto;
		right: auto;
		width: 100%;
		margin: 0 0 2rem;
	}
}

.search-form__select::before {
	right: 13px;
}

.search-form__select::after {
	right: 8px;
}

.search-form__select select {
	font-size: 14px;
	line-height: 20px;
	height: 40px;
	padding: 9px 25px 9px 12px;
}

.search-form__btn {
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -20px;
	width: 130px;
	height: 40px;
	font-family: "Roboto Slab", serif;
	font-size: 0;
	letter-spacing: -4px;
	text-align: center;
	color: white;
	z-index: 5;
	background-color: #006ab8;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.2s;
	transition-duration: 0.2s;
}

.no-touchevents .search-form__btn:hover {
	background-color: #005593;
}

.search-form__btn:active {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

@media (max-width: 1365px) {
	.search-form__btn {
		width: 40px;
	}
}

@media (max-width: 479px) {
	.search-form__btn {
		position: relative;
		right: auto;
		top: 0;
		margin-top: 0;
		width: 100%;
	}
}

.search-form__btn::before {
	display: inline-block;
	vertical-align: middle;
	height: 100%;
	content: '';
}

.search-form__btn input {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	padding: 0;
	z-index: 99;
	border: 0;
	opacity: 0;
}

.search-form__btn svg {
	display: inline-block;
	vertical-align: top;
	position: relative;
	top: 50%;
	width: 16px;
	height: 16px;
	margin-top: -8px;
	margin-right: 10px;
}

@media (max-width: 1365px) {
	.search-form__btn svg {
		margin-right: 0;
	}
}

@media (max-width: 479px) {
	.search-form__btn svg {
		margin-right: 10px;
	}
}

.search-form__btn path {
	fill: currentColor;
	-webkit-transition: fill 0.2s;
	transition: fill 0.2s;
}

.search-form__btn span {
	display: inline-block;
	vertical-align: middle;
	font-size: 16px;
	line-height: 40px;
	letter-spacing: normal;
	color: inherit;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.2s;
	transition-duration: 0.2s;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

@media (max-width: 1365px) {
	.search-form__btn span {
		border: 0;
		clip: rect(0 0 0 0);
		height: 1px;
		margin: -1px;
		overflow: hidden;
		padding: 0;
		position: absolute;
		width: 1px;
	}
}

@media (max-width: 479px) {
	.search-form__btn span {
		clip: auto;
		height: auto;
		position: relative;
		width: auto;
	}

	.search-form__btn span:active,
	.search-form__btn span:focus {
		position: relative;
	}
}

.input--filled .search-form__btn {
	z-index: 999;
}

/*search form end */
.count-checked-filters {
	display: inline-block;
	vertical-align: middle;
	width: 22px;
	height: 22px;
	background-color: #ff9a09;
	text-align: center;
	font-weight: bold;
	font-style: normal;
	font-size: 16px;
	line-height: 24px;
	color: white;
	margin-right: 10px;
}

.extended-search-reset .count-checked-filters {
	margin-right: 0;
	margin-left: 10px;
}

.extended-search-reset,
.popup-label__options .extended-search-reset {
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
	color: #999;
}

/*MENU REGION */
/*region menu heading */
.region-menu-heading {
	display: block;
	overflow: hidden;
	height: 70px;
	padding: 0 30px;
	background-color: #5e7180;
	border-bottom: 1px solid rgba(0, 0, 0, 0.2);
	color: white;
	cursor: pointer;
	-webkit-transition-property: background-color;
	transition-property: background-color;
	-webkit-transition-duration: 0.2s;
	transition-duration: 0.2s;
	font-size: 0;
	letter-spacing: -4px;
}

.disabled-js .region-menu-heading {
	cursor: default;
}

body[class*="department-"] .disabled-js .region-menu-heading {
	display: none;
}

.no-touchevents .sidebar:not(.disabled-js) .region-menu-heading:hover {
	background-color: #424f5a;
}

.region-menu-heading::before {
	content: "";
	position: relative;
	display: inline-block;
	vertical-align: middle;
	height: 100%;
}

.menu-sub-site {
	background-color: #5e7180;
}

/*region menu button */
.region-menu-btn {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	width: 22px;
	height: 22px;
	margin-right: 20px;
	text-decoration: none;
	color: #262626;
	font-size: 0;
	letter-spacing: -4px;
	white-space: nowrap;
}

.region-menu-btn::before,
.region-menu-btn::after {
	content: "";
	display: block;
	position: absolute;
	width: 22px;
	height: 3px;
	background: white;
	left: 50%;
	top: 50%;
	margin-top: -2px;
	margin-left: -11px;
	opacity: 0;
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: opacity, -webkit-transform;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform;
	-webkit-transition-duration: 0.2s;
	transition-duration: 0.2s;
}

.is-expanded .region-menu-btn::before {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	opacity: 1;
}

.is-expanded .region-menu-btn::after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	opacity: 1;
}

.disabled-js .region-menu-btn::before,
.disabled-js .region-menu-btn::after {
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
	opacity: 0;
}

.region-menu-btn>span {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

.region-menu-btn>i {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	margin-top: -2px;
	margin-left: -11px;
	width: 22px;
	height: 3px;
	background: white;
	-webkit-transition-property: background-color;
	transition-property: background-color;
	-webkit-transition-duration: 0.2s;
	transition-duration: 0.2s;
}

.region-menu-btn>i::before,
.region-menu-btn>i::after {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	width: 22px;
	height: 3px;
	background: white;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: opacity, -webkit-transform;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform;
	-webkit-transition-duration: 0.2s;
	transition-duration: 0.2s;
}

.region-menu-btn>i::before {
	top: -8px;
}

.region-menu-btn>i::after {
	top: 8px;
}

.is-expanded .region-menu-btn>i {
	background-color: transparent;
}

.is-expanded .region-menu-btn>i::before {
	-webkit-transform: translate(0, 8px);
	-ms-transform: translate(0, 8px);
	transform: translate(0, 8px);
	opacity: 0;
}

.is-expanded .region-menu-btn>i::after {
	-webkit-transform: translate(0, -8px);
	-ms-transform: translate(0, -8px);
	transform: translate(0, -8px);
	opacity: 0;
}

.disabled-js .region-menu-btn>i {
	background-color: white;
}

.disabled-js .region-menu-btn>i::before,
.disabled-js .region-menu-btn>i::after {
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
	opacity: 1;
}

/*region menu button end*/
/*region menu heading text */
.region-menu-heading-text {
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
	line-height: 1.3;
	letter-spacing: normal;
	max-width: calc(100% - 22px - 20px - 5px);
}

/*region menu heading text end */
/*region menu heading end */
/*sidebar region news */
.sidebar-region-news__heading {
	overflow: hidden;
	height: 70px;
	position: relative;
	padding: 0 54px 0 30px;
	background-color: white;
	border-bottom: 1px solid #e5e5e5;
	cursor: pointer;
	-webkit-transition-property: background-color;
	transition-property: background-color;
	-webkit-transition-duration: 0.2s;
	transition-duration: 0.2s;
	font-size: 0;
	letter-spacing: -4px;
}

.no-touchevents .sidebar-region-news__heading:hover {
	background-color: #f3f3f3;
}

.sidebar-region-news__heading::before {
	content: "";
	position: relative;
	display: inline-block;
	vertical-align: middle;
	height: 100%;
}

.sidebar-region-news__heading::after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: 30px;
	margin-top: -4px;
	width: 0;
	height: 0;
	z-index: 2;
	border-top: 8px solid #262626;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
}

.is-expanded .sidebar-region-news__heading::after {
	-webkit-transform: rotate(0.5turn);
	-ms-transform: rotate(0.5turn);
	transform: rotate(0.5turn);
}

.sidebar-region-news__heading h4,
.sidebar-region-news__heading h3,
.sidebar-region-news__heading h2 {
	margin-bottom: 0;
	display: inline-block;
	vertical-align: middle;
	font-size: 20px;
	line-height: 1.3;
	letter-spacing: normal;
	max-width: calc(100% - 5px);
}

.sidebar-region-news__content {
	position: relative;
	background-color: white;
	padding: 24px 30px;
}

/*sidebar region news end */
.region-menu-panel {
	position: relative;
	height: calc(100vh - 210px - 140px);
	overflow-x: hidden;
	overflow-y: auto;
}

.no-js .region-menu-panel {
	height: auto !important;
}

@media (max-width: 1599px) {
	.region-menu-panel {
		height: calc(100vh - 150px - 140px);
	}
}

.elements-is-transform .region-menu-panel {
	height: calc(100vh - 60px - 140px);
}

@media (max-width: 1599px) {
	.elements-is-transform .region-menu-panel {
		height: calc(100vh - 50px - 140px);
	}
}

.hasnt-news .region-menu-panel {
	height: calc(100vh - 210px - 70px);
}

@media (max-width: 1599px) {
	.hasnt-news .region-menu-panel {
		height: calc(100vh - 150px - 70px);
	}
}

body[class*="department-"] .hasnt-news .region-menu-panel {
	height: calc(100vh - 210px);
}

@media (max-width: 1599px) {
	body[class*="department-"] .hasnt-news .region-menu-panel {
		height: calc(100vh - 150px);
	}
}

.elements-is-transform .hasnt-news .region-menu-panel {
	height: calc(100vh - 60px - 70px);
}

@media (max-width: 1599px) {
	.elements-is-transform .hasnt-news .region-menu-panel {
		height: calc(100vh - 50px - 70px);
	}
}

.elements-is-transform body[class*="department-"] .hasnt-news .region-menu-panel {
	height: calc(100vh - 60px);
}

@media (max-width: 1599px) {
	.elements-is-transform body[class*="department-"] .hasnt-news .region-menu-panel {
		height: calc(100vh - 50px);
	}
}

/*region menu */
.region-menu__list {
	position: relative;
	background-color: #5e7180;
	min-height: 100%;
}

.region-menu__drop {
	position: relative;
	background-color: #5e7180;
	display: none;
}

.region-menu__list li {
	position: relative;
	overflow: hidden;
}

.region-menu__list .region-menu__tab {
	position: relative;
}

.region-menu__list a {
	display: block;
	position: relative;
	color: rgba(255, 255, 255, 0.5);
	text-decoration: none;
	-webkit-transition-property: color, background-color;
	transition-property: color, background-color;
	-webkit-transition-duration: 0.2s;
	transition-duration: 0.2s;
	padding: 21px 20px 22px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.2);
	font-size: 14px;
	line-height: 1.4;
	letter-spacing: 0.02em;
}

.region-menu__list li.has-drop>.region-menu__tab>a {
	padding-right: 50px;
}

.region-menu__list li.current>.region-menu__tab a,
.region-menu__list li.current>.region-menu__tab a:hover,
.no-touchevents .region-menu__list li.current>.region-menu__tab a,
.no-touchevents .region-menu__list li.current>.region-menu__tab a:hover {
	color: white;
	box-shadow: inset 5px 0 0 white;
}

.region-menu__list li.is-open>.region-menu__tab a::before {
	opacity: 1;
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
}

.region-menu__list>li>.region-menu__tab a {
	font-family: "Roboto Slab", serif;
	font-size: 16px;
	line-height: 1.5;
	background-color: #5e7180;
	padding-top: 18px;
	padding-bottom: 17px;
}

.no-touchevents .region-menu__list>li>.region-menu__tab a:hover {
	color: white;
}

.region-menu__angle {
	position: absolute;
	right: 0;
	top: 0;
	width: 40px;
	height: 100%;
	background-color: #5e7180;
	border: solid rgba(0, 0, 0, 0.2);
	border-width: 0 0 1px 1px;
	-webkit-transition-property: color, background-color, -webkit-transform;
	transition-property: color, background-color, -webkit-transform;
	transition-property: transform, color, background-color;
	transition-property: transform, color, background-color, -webkit-transform;
	-webkit-transition-duration: 0.2s;
	transition-duration: 0.2s;
	z-index: 2;
	cursor: pointer;
	display: none;
}

li.has-drop>.region-menu__tab>.region-menu__angle {
	display: block;
}

.region-menu__angle i {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 12px;
	height: 8px;
	pointer-events: none;
	margin: -4px 0 0 -6px;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	-webkit-transition-duration: 0.2s;
	transition-duration: 0.2s;
	font-size: 0;
	line-height: 0;
}

.region-menu__angle i::before,
.region-menu__angle i::after {
	content: '';
	position: absolute;
	bottom: 0;
	height: 10px;
	width: 2px;
	border-radius: 2px;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	background-color: rgba(255, 255, 255, 0.5);
	-webkit-transform-origin: center center;
	-ms-transform-origin: center center;
	transform-origin: center center;
	-webkit-transition-property: background-color;
	transition-property: background-color;
	-webkit-transition-duration: 0.2s;
	transition-duration: 0.2s;
}

.region-menu__angle i::before {
	right: 50%;
	-webkit-transform-origin: right bottom;
	-ms-transform-origin: right bottom;
	transform-origin: right bottom;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.region-menu__angle i::after {
	left: 50%;
	-webkit-transform-origin: left bottom;
	-ms-transform-origin: left bottom;
	transform-origin: left bottom;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

li.is-open>.region-menu__tab .region-menu__angle i {
	-webkit-transform: rotate(-0.5turn);
	-ms-transform: rotate(-0.5turn);
	transform: rotate(-0.5turn);
}

.no-touchevents li>.region-menu__tab .region-menu__angle:hover i::before,
.no-touchevents li>.region-menu__tab .region-menu__angle:hover i::after {
	background-color: white;
}

.region-menu__drop ul,
.region-menu__drop a,
.region-menu__drop .region-menu__angle {
	background-color: #4b5a66;
}

.no-touchevents .region-menu__drop ul:hover,
.no-touchevents .region-menu__drop a:hover,
.no-touchevents .region-menu__drop .region-menu__angle:hover {
	color: white;
}

.region-menu__drop .region-menu__drop ul,
.region-menu__drop .region-menu__drop a,
.region-menu__drop .region-menu__drop .region-menu__angle {
	background-color: #3a464f;
}

.region-menu__drop .region-menu__drop .region-menu__drop ul,
.region-menu__drop .region-menu__drop .region-menu__drop a,
.region-menu__drop .region-menu__drop .region-menu__drop .region-menu__angle {
	background-color: #2d363d;
}

.region-menu__drop .region-menu__drop .region-menu__drop .region-menu__drop ul,
.region-menu__drop .region-menu__drop .region-menu__drop .region-menu__drop a,
.region-menu__drop .region-menu__drop .region-menu__drop .region-menu__drop .region-menu__angle {
	background-color: #242b31;
}

/*MENU REGION end */
/*REGION HEADER*/
.region-header {
	position: relative;
	z-index: 5;
	padding: 30px 51px;
	min-height: 100px;
}

@media (max-width: 1919px) {
	.region-header {
		padding: 15px 41px;
	}
}

@media (max-width: 1279px) {
	.region-header {
		padding: 9px 30px;
	}
}

@media (max-width: 959px) {
	.region-header {
		padding: 9px 30px;
	}
}

@media (max-width: 639px) {
	.region-header {
		padding: 5px 15px;
	}
}

.region-header::before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background: rgba(0, 0, 0, 0.75);
	background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.75) 0, rgba(0, 0, 0, 0.5) 20%, transparent 100%);
	background: linear-gradient(to right, rgba(0, 0, 0, 0.75) 0, rgba(0, 0, 0, 0.5) 20%, transparent 100%);
	z-index: -1;
}

@media (max-width: 639px) {
	.region-header::before {
		background: rgba(0, 0, 0, 0.35);
	}
}

.region-header .h-contacts-opener {
	right: 0;
}

.region-header .h-contacts-opener i:after,
.region-header .h-contacts-opener i:before {
	background-color: #fff;
}

.region-header__bg {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	z-index: -2;
}

.region-header__caption {
	margin-bottom: 0.5em;
	font-family: "Roboto Slab", serif;
	font-weight: 700;
	font-size: 2.4rem;
	line-height: 1.3;
	color: white;
	text-shadow: 1px 1px 0 black;
}

.region-header__caption::after {
	content: '';
	display: table;
	clear: both;
}

@media (max-width: 1599px) {
	.region-header__caption {
		font-size: 2.2rem;
	}
}

@media (max-width: 959px) {
	.region-header__caption {
		min-height: calc(1em*1.3*2);
		font-size: 2.0rem;
	}
}

@media (max-width: 639px) {
	.region-header__caption {
		min-height: calc(1em*1.4*2);
		font-size: 20px;
		line-height: 1.4;
	}
}

.region-header__caption .col {
	float: left;
	width: 46%;
	padding-right: 20px;
	text-decoration: none;
	color: inherit;
}

@media (max-width: 639px) {
	.region-header__caption .col {
		width: 100%;
		padding: 0;
		margin-bottom: 10px;
	}

	.region-header__caption .col:last-child {
		margin-bottom: 0;
	}
}

.region-header__caption .col>img {
	float: left;
	width: 32px;
	height: 32px;
	margin-right: 10px;
}

@media (max-width: 1599px) {
	.region-header__caption .col>img {
		width: 28px;
		height: 28px;
	}
}

@media (max-width: 959px) {
	.region-header__caption .col>img {
		width: 36px;
		height: 36px;
	}
}

@media (max-width: 639px) {
	.region-header__caption .col>img {
		width: 32px;
		height: 32px;
	}
}

.region-header__caption h1,
.region-header__caption h2,
.region-header__caption h3,
.region-header__caption .subtitle {
	overflow: hidden;
	font-family: inherit;
	font-weight: inherit;
	font-size: inherit;
	line-height: inherit;
	color: inherit;
	margin: 0;
}

.region-header__caption h3,
.region-header__caption .subtitle-slogan {
	font-size: 1.8rem;
	line-height: 1.33;
}

@media (max-width: 1599px) {

	.region-header__caption h3,
	.region-header__caption .subtitle-slogan {
		font-size: 1.4rem;
	}
}

.region-header__caption,
.region-header__holder {
	max-width: 100%;
}

.region-header__caption {
	width: 1000px;
}

.region-header__holder {
	position: relative;
	width: 850px;
}

@media (max-width: 639px) {
	.region-header__holder {
		padding-right: 50px;
	}
}

.region-header__holder::after {
	content: '';
	display: table;
	clear: both;
}

.region-header__holder .region-logo {
	float: left;
	width: 80px;
	margin-right: 20px;
}

@media (max-width: 1599px) {
	.region-header__holder .region-logo {
		width: 54px;
		margin-right: 15px;
	}
}

@media (max-width: 479px) {
	.region-header__holder .region-logo {
		width: 50px;
	}
}

.region-header__holder .region-logo a {
	display: block;
}

.region-header__info {
	overflow: hidden;
	color: white;
	font-size: 0;
	letter-spacing: -4px;
}

.region-header__info li {
	display: inline-block;
	vertical-align: top;
	padding-right: 20px;
	width: 50%;
	font-size: 1.4rem;
	line-height: 1.5;
	letter-spacing: normal;
	margin-top: 0.6em;
	margin-bottom: 0.6em;
}

.region-header__info li::after {
	content: '';
	display: table;
	clear: both;
}

@media (max-width: 1599px) {
	.region-header__info li {
		margin-top: 0.2em;
		margin-bottom: 0.2em;
	}
}

@media (max-width: 639px) {
	.region-header__info li {
		width: 100%;
		padding-right: 0;
		margin-top: 0.2em;
		margin-bottom: 0.2em;
		font-size: 14px;
		line-height: 18px;
		display: none;
	}

	.h-contacts-js.is-show .region-header__info li {
		display: inline-block;
	}
}

.region-header__info li.region-header__info__label {
	display: none;
}

@media (max-width: 639px) {
	.region-header__info li.region-header__info__label {
		display: inline-block;
		margin: 0;
		padding: 18px 0;
	}

	.h-contacts-js.is-show .region-header__info li.region-header__info__label {
		display: none;
	}
}

.region-header__info li>span {
	display: block;
	overflow: hidden;
}

.region-header__info svg {
	float: left;
	width: 24px;
	height: 24px;
	margin-right: 20px;
}

@media (max-width: 1599px) {
	.region-header__info svg {
		width: 20px;
		height: 20px;
		margin-right: 10px;
	}
}

@media (max-width: 639px) {
	.region-header__info svg {
		width: 18px;
		height: 18px;
	}
}

.region-header__info path {
	fill: white;
}

.region-header__info a {
	color: inherit;
	text-decoration: none;
}

/*REGION HEADER end*/
/*pagination */
.paging {
	font-weight: normal;
	font-size: 1.4rem;
	line-height: 1.7;
	color: #262626;
	fill: #262626;
	text-align: center;
	cursor: default;
	margin-right: -13px;
	margin-left: -13px;
}

.paging-start,
.paging-prev,
.paging-next,
.paging-end {
	display: inline-block;
	vertical-align: middle;
	margin-right: 13px;
	margin-left: 13px;
}

.paging-start a,
.paging-prev a,
.paging-next a,
.paging-end a {
	display: inline-block;
	vertical-align: top;
	color: inherit;
	text-decoration: none;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.2s;
	transition-duration: 0.2s;
}

.paging-start a span,
.paging-prev a span,
.paging-next a span,
.paging-end a span {
	display: inline-block;
	vertical-align: middle;
}

.paging-start svg,
.paging-prev svg,
.paging-next svg,
.paging-end svg {
	display: inline-block;
	vertical-align: middle;
	width: 12px;
	height: 12px;
	fill: currentColor;
}

.paging-start path,
.paging-prev path,
.paging-next path,
.paging-end path {
	fill: currentColor;
	-webkit-transition-property: fill;
	transition-property: fill;
	-webkit-transition-duration: 0.2s;
	transition-duration: 0.2s;
}

.no-touchevents .paging-start:hover,
.no-touchevents .paging-prev:hover,
.no-touchevents .paging-next:hover,
.no-touchevents .paging-end:hover {
	color: #006ab8;
	fill: #006ab8;
}

.paging-start svg,
.paging-prev svg {
	margin-right: 6px;
}

.paging-next svg,
.paging-end svg {
	margin-left: 6px;
}

.paging-list {
	display: inline-block;
	vertical-align: middle;
}

.paging-list,
.user-content .paging-list {
	margin: -4px 13px;
}

.paging-list li,
.user-content .paging-list li {
	margin: 4px 0;
	padding: 0;
}

.paging-list li:before,
.user-content .paging-list li:before {
	content: none;
}

.paging-list li {
	display: inline-block;
	vertical-align: top;
	text-align: center;
}

.paging-list a,
.paging-list li>span {
	display: inline-block;
	vertical-align: top;
	color: inherit;
	min-width: calc(1em * 1.7 + 6px);
	padding: 3px;
	background: transparent;
	-webkit-transition-property: background-color, color;
	transition-property: background-color, color;
	-webkit-transition-duration: 0.2s;
	transition-duration: 0.2s;
}

.paging-list a {
	text-decoration: none;
	cursor: pointer;
}

.no-touchevents .paging-list a:hover {
	color: #006ab8;
}

.paging-list .paging-current>span {
	cursor: default;
	color: white;
	background-color: #006ab8;
}

/*pagination end */
/*info-map */
.info-map {
	position: relative;
	max-width: 1100px;
	margin: 0 auto 4.5rem;
}

.info-map-regions {
	position: relative;
	margin-left: 5%;
}

@media (max-width: 767px) {
	.info-map-regions {
		margin-left: 0;
	}
}

.info-map-figure {
	position: relative;
}

.info-map-regions .info-map-figure::before {
	content: "";
	display: block;
	padding-top: 86%;
}

.info-map-oblast.minsk .info-map-figure::before {
	content: "";
	display: block;
	padding-top: 68%;
}

.info-map-figure .info-map-svg {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}

.info-map-svg,
.info-map-svg:not(:root) {
	overflow: visible;
}

.info-map-svg a {
	display: block;
	position: relative;
	text-decoration: none;
	color: #262626;
	cursor: pointer;
	background-color: coral;
}

.info-map-svg a:hover,
.info-map-svg a.active {
	z-index: 9;
}

.info-map-svg polygon {
	fill: white;
	stroke-width: 1;
	stroke: #989898;
	stroke-miterlimit: 10;
}

.info-map-svg #all-rb .st0 {
	stroke-width: 3;
	stroke: #d63700;
	fill: none;
}

.info-map-svg #oblasti .st0,
.info-map-svg #minsk .st0 {
	stroke-width: 2;
	stroke: #d63700;
	fill: none;
}

.info-map-svg text {
	cursor: pointer;
	display: initial;
	font-size: 10px;
	line-height: 12px;
	color: #262626;
	fill: #262626;
	pointer-events: none;
}

.info-map-svg .info-map-icon {
	display: inline-block;
	vertical-align: top;
	width: 32px;
	height: 32px;
}

.info-map-svg g[data-href].active polygon {
	fill: #ff9a09;
}

.info-map-svg g[data-href].active text {
	color: white;
	fill: white;
}

.info-map-labels,
.info-map-labels__holder {
	width: 140px;
	height: 0;
}

.info-map-labels {
	text-align: center;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 5;
}

.info-map-labels__holder {
	position: relative;
	margin-left: -62px;
	font-size: 0;
	letter-spacing: -4px;
}

@media (max-width: 959px) {
	.info-map-labels__holder {
		margin-left: -65px;
		margin-top: -10px;
	}
}

@media (max-width: 639px) {
	.info-map-labels__holder {
		margin-top: -5px;
	}
}

.info-map-label {
	vertical-align: top;
	margin-top: -32px;
	margin-left: -16px;
	display: none;
}

@media (max-width: 959px) {
	.info-map-label {
		margin-top: -20px;
		margin-left: -10px;
	}
}

.info-map-label.show-label {
	display: inline-block;
}

.info-map-label svg {
	display: inline-block;
	vertical-align: top;
	width: 32px;
	height: 32px;
}

@media (max-width: 959px) {
	.info-map-label svg {
		width: 20px;
		height: 20px;
	}
}

.info-map-label .info-map-count {
	margin: -16px 0 0;
	width: 100%;
	height: 16px;
	font-family: "Roboto", sans-serif;
	font-weight: 300;
	font-size: 12px;
	line-height: 16px;
	letter-spacing: normal;
	text-align: left;
	display: none;
}

@media (max-width: 959px) {
	.info-map-label .info-map-count {
		margin: -12px 0 0;
		width: 100%;
		height: 12px;
		font-size: 12px;
		line-height: 12px;
		font-size: 8px;
	}
}

.info-map-label .info-map-count.show-count {
	display: block;
}

.info-map-label .info-map-count span {
	display: inline-block;
	vertical-align: top;
	height: 16px;
	padding: 0 3px;
	margin-top: 0;
	min-width: 16px;
	color: white;
	text-align: center;
	background-color: #636363;
	border-radius: 8px;
	box-sizing: border-box;
}

@media (max-width: 959px) {
	.info-map-label .info-map-count span {
		height: 12px;
		min-width: 12px;
		border-radius: 6px;
	}
}

/*info-map popup */
.info-map-popup {
	position: absolute;
	right: 0;
	top: 0;
	width: 410px;
	padding: 0 10px;
	box-sizing: border-box;
	z-index: 999;
	display: none;
}

@media (max-width: 767px) {
	.info-map-popup {
		width: 380px;
	}
}

@media (max-width: 479px) {
	.info-map-popup {
		width: 280px;
	}
}

.touchevents .info-map-popup {
	position: fixed;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.info-map-popup__holder {
	position: relative;
	padding: 28px 30px;
	background-color: white;
	border: 1px solid #d63700;
	font-size: 0;
	letter-spacing: -4px;
}

@media (max-width: 767px) {
	.info-map-popup__holder {
		padding-right: 20px;
		padding-left: 20px;
	}
}

.info-map-popup__holder>* {
	font-size: 14px;
	line-height: 24px;
	letter-spacing: normal;
}

.info-map-popup__corner {
	position: absolute;
	top: 0;
	width: 0;
	height: 100%;
	background: red;
	pointer-events: none;
}

@media (max-width: 959px) {
	.info-map-popup__corner {
		display: none;
	}
}

.info-map-popup__corner.top {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.info-map-popup__corner::after,
.info-map-popup__corner::before {
	content: "";
	display: block;
	position: absolute;
	top: 100%;
	left: 50%;
	border: solid transparent;
	height: 0;
	width: 0;
}

.info-map-popup__corner::after {
	border-color: rgba(255, 255, 255, 0);
	border-top-color: #fff;
	border-width: 13px;
	margin-left: -13px;
}

.info-map-popup__corner::before {
	border-color: rgba(230, 230, 230, 0);
	border-top-color: #d63700;
	border-width: 14px;
	margin-left: -14px;
}

.info-map-popup__title {
	font-family: 'Roboto Slab', sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 16px;
	line-height: 20px;
	color: #262626;
	margin-bottom: 20px;
}

.info-map-popup__overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 15;
}

.mapPopupIsOpen .header {
	visibility: hidden;
	opacity: 0;
}

.mapPopupIsOpen .footer {
	z-index: 0;
}

.info-map-popup__list,
.user-content .info-map-popup__list {
	margin: 0 0 20px;
	padding: 0;
}

.info-map-popup__list:last-child,
.user-content .info-map-popup__list:last-child {
	margin-bottom: 0;
}

.info-map-popup__list li,
.user-content .info-map-popup__list li {
	padding: 0;
	margin: 0 0 10px;
}

.info-map-popup__list li:last-child,
.user-content .info-map-popup__list li:last-child {
	margin-bottom: 0;
}

.info-map-popup__list li::before,
.user-content .info-map-popup__list li::before {
	content: none;
}

.info-map-popup__list {
	font-size: 14px;
	line-height: 24px;
}

.info-map-popup__list li::after {
	content: '';
	display: table;
	clear: both;
}

.info-map-popup__list li>svg {
	float: left;
	width: 24px;
	height: 24px;
	margin-right: 5px;
}

.info-map-popup__list li .text-inner {
	display: block;
	overflow: hidden;
}

.info-map-popup__close {
	position: absolute;
	right: 10px;
	top: 10px;
	width: 18px;
	height: 18px;
	font-size: 1px;
	background: #fff;
	text-decoration: none;
	text-indent: -9999px;
	overflow: hidden;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	-webkit-transition-duration: 0.2s;
	transition-duration: 0.2s;
	display: none;
}

.touchevents .info-map-popup__close {
	display: block;
}

.info-map-popup__close::before,
.info-map-popup__close::after {
	content: "";
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	width: 22em;
	height: 2em;
	border-radius: 2em;
	background: #d9d9d9;
	-webkit-transition-property: background;
	transition-property: background;
	-webkit-transition-duration: 0.2s;
	transition-duration: 0.2s;
	margin: -1em 0 0 -11em;
}

.info-map-popup__close::before {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.info-map-popup__close:after {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.info-map-popup__close:hover::before,
.info-map-popup__close:hover::after {
	background-color: #006ab8;
}

/*info-map popup end */
/*info-map end */
/*map legend */
.map-legend {
	margin-bottom: 3rem;
}

.map-legend__list,
.user-content .map-legend__list {
	margin: 0 0 20px;
	padding: 0;
}

.map-legend__list:last-child,
.user-content .map-legend__list:last-child {
	margin-bottom: 0;
}

.map-legend__list li,
.user-content .map-legend__list li {
	padding: 0;
	margin: 0 0 10px;
}

.map-legend__list li:last-child,
.user-content .map-legend__list li:last-child {
	margin-bottom: 0;
}

.map-legend__list li::before,
.user-content .map-legend__list li::before {
	content: none;
}

.map-legend__list {
	font-size: 14px;
	line-height: 24px;
}

.map-legend__list li::after {
	content: '';
	display: table;
	clear: both;
}

.map-legend__list li>svg,
.map-legend__list li>i {
	float: left;
	width: 32px;
	height: 32px;
	margin-right: 5px;
}

.map-legend__list li .text-inner {
	display: block;
	overflow: hidden;
	padding: 4px 0;
}

/*map legend end */
/*map oblast */
.info-map-oblast {
	width: 30%;
	max-width: 320px;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 5;
}

@media (max-width: 767px) {
	.info-map-oblast {
		position: relative;
		left: auto;
		top: auto;
		margin: 0 auto 4.5rem;
		width: auto;
	}
}

.info-map-oblast .info-map-svg polygon {
	stroke-width: 3;
}

.info-map-oblast .info-map-svg text {
	font-size: 36px;
	line-height: 1;
	left: -20px;
}

.info-map-oblast .info-map-svg #minsk .st0 {
	stroke-width: 8;
}

.info-map-oblast__title {
	font-family: 'Roboto Slab', sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 18px;
	line-height: 1.2;
	text-align: center;
	margin-bottom: 1.5rem;
}

/*map oblast end */
/*button popup close*/
.btn-popup-close {
	display: block;
	width: 60px;
	height: 60px;
	background: #ec3c01;
	color: #262626;
	text-decoration: none;
	font-size: 0;
	letter-spacing: -4px;
	white-space: nowrap;
}


@media (max-width: 1599px) {
	.btn-popup-close {
		width: 50px;
		height: 50px;
	}
}

@media (max-width: 639px) {
	.btn-popup-close {
		width: 45px;
		height: 45px;
	}
}

.btn-popup-close::before {
	content: '';
	display: inline-block;
	height: 60px;
	min-height: 100%;
	vertical-align: middle;
}

@media (max-width: 1599px) {
	.btn-popup-close::before {
		height: 50px;
	}
}

@media (max-width: 639px) {
	.btn-popup-close::before {
		height: 45px;
	}
}

.btn-popup-close>span {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

.btn-popup-close>i {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	background-color: transparent;
	width: 20px;
	height: 3px;
}

.btn-popup-close>i::before,
.btn-popup-close>i::after {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	width: 20px;
	height: 3px;
	background-color: white;
}

.special .btn-popup-close>i::before,
.special .btn-popup-close>i::after {
	background-color: #000;
}

.btn-popup-close>i::before {
	top: 0;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.btn-popup-close>i::after {
	top: 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.no-touchevents .btn-popup-close:hover {
	background-color: #006ab8;
}

/*button popup close end*/
/*extra popup*/
html.before-extra-popup-open.touchevents {
	width: 100% !important;
	height: 100% !important;
	max-width: 100% !important;
	max-height: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
	overflow: hidden !important;
}

html.before-extra-popup-open .wrapper {
	z-index: 150;
}

.extra-popup {
	position: fixed;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	max-width: 1903px;
	background-color: white;
	z-index: 998;
}

.css-scroll-fixed .extra-popup {
	max-width: 1920px;
}

.extra-popup.hide-on-load {
	opacity: 0;
	visibility: hidden;
}

.extra-popup__holder {
	overflow-x: hidden;
	overflow-y: auto;
	position: relative;
	height: 100%;
}

.extra-popup__frame {
	position: relative;
	padding: 50px;
}

@media (max-width: 1919px) {
	.extra-popup__frame {
		padding: 30px;
	}
}

@media (max-width: 1599px) {
	.extra-popup__frame {
		padding-top: 60px;
	}
}

@media (max-width: 1279px) {
	.extra-popup__frame {
		padding: 60px 30px 30px;
	}
}

@media (max-width: 959px) {
	.extra-popup__frame {
		padding: 60px 25px 25px;
	}
}

@media (max-width: 639px) {
	.extra-popup__frame {
		padding: 55px 15px 15px;
	}
}

.extra-popup__align {
	margin-right: auto;
	margin-left: auto;
	max-width: 960px;
}

.popup-search .extra-popup__align {
	padding-top: 5rem;
}

@media (max-width: 639px) {
	.popup-search .extra-popup__align {
		padding-top: 2rem;
	}
}

.extra-popup .btn-popup-close {
	position: absolute;
	top: 0;
	right: 0;
}

.popup-footer {
	padding-top: 4.5rem;
	border-top: 1px solid #d9d9d9;
}

@media (max-width: 639px) {
	.popup-footer {
		padding-top: 1.5rem;
	}
}

*+.popup-footer {
	margin-top: 4.5rem;
}

@media (max-width: 639px) {
	*+.popup-footer {
		margin-top: 1.5rem;
	}
}

.popup-search .popup-footer,
.popup-search *+.popup-footer {
	border: none;
	margin-top: 0;
	padding-top: 0;
}

/*extra popup end*/
/*site map menu*/
.site-map {
	display: block;
}

.site-map__container {
	margin-left: -10px;
	margin-right: -10px;
	font-size: 0;
	letter-spacing: -4px;
}

.site-map__container a {
	color: #262626;
	text-decoration: none;
	font-size: 1.6rem;
	line-height: 1.2;
}

.no-touchevents .site-map__container a:hover,
.no-touchevents .current>.site-map__container a,
.current>.site-map__container a {
	color: #006ab8;
}

.site-map__box {
	display: inline-block;
	vertical-align: top;
	width: 33.33%;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 1.6rem;
	line-height: 1.3;
	letter-spacing: normal;
}

.site-map__box,
.site-map__box:nth-last-child(n+4) {
	margin-bottom: 3rem;
}

.site-map__box:nth-last-child(-n+3) {
	margin-bottom: 0;
}

@media (max-width: 639px) {
	.site-map__box {
		display: inline-block;
		vertical-align: top;
		width: 100%;
		padding-left: 10px;
		padding-right: 10px;
	}

	.site-map__box,
	.site-map__box:nth-last-child(n+2) {
		margin-bottom: 3rem;
	}

	.site-map__box:nth-last-child(-n+1) {
		margin-bottom: 0;
	}
}

.site-map__box ul {
	margin: 1em 0;
}

.site-map__box ul li {
	margin: 1em 0;
}

.site-map__heading {
	display: block;
	margin-bottom: 3rem;
	font-size: 14px;
	line-height: 24px;
	font-weight: bold;
	text-transform: uppercase;
}

/*site map menu end*/
/*button popup site map close end*/
/*popup banners */
.popup-banners {
	position: fixed;
	right: 0;
	top: 60px;
	width: 320px;
	height: calc(100% - 60px);
	background: white;
	z-index: 998;
}

@media (max-width: 1599px) {
	.popup-banners {
		top: 50px;
		height: calc(100% - 50px);
	}
}

@media (max-width: 639px) {
	.popup-banners {
		top: 45px;
		height: calc(100% - 45px);
	}
}

.popup-banners.hide-on-load {
	opacity: 0;
	visibility: hidden;
}

.popup-banners::after {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 100%;
	height: 50%;
	width: 100%;
	background: inherit;
	margin-top: -10px;
	z-index: -1;
}

.popup-banners .banners {
	padding: 15px;
	margin: 0;
}

.popup-banners .banners__item {
	padding-right: 0;
	padding-left: 0;
}

.popup-banners__holder {
	overflow-y: auto;
	overflow-x: hidden;
	max-height: 100%;
}

.popup-banners__holder.mCustomScrollbar {
	height: 100%;
}

.popup-banners__holder>*:last-child {
	margin-bottom: 0;
}

/*popup banners end */
/*banner opener*/
.banner-opener {
	display: none;
}

@media (max-width: 959px) {
	.banner-opener {
		display: inline-block;
	}
}

.banner-opener a {
	background-color: #ec3c01;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.banner-opener a svg {
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	-webkit-transition-duration: 0.2s;
	transition-duration: 0.2s;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.banner-opener a path {
	fill: white;
}

.no-touchevents .banner-opener a:hover {
	background-color: #ec3c01;
}

.no-touchevents .banner-opener a:hover svg {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.no-touchevents .banner-opener a:hover path {
	fill: white;
}

/*banner opener end*/
/*banner closer*/
.btn-popup-banners-close {
	position: fixed;
	right: 0;
	top: 0;
	left: auto;
	bottom: auto;
	width: 60px;
	height: 60px;
	background: #ec3c01;
	opacity: 0;
	visibility: hidden;
	-webkit-transition-property: opacity, visibility;
	transition-property: opacity, visibility;
	-webkit-transition-duration: 0.2s;
	transition-duration: 0.2s;
	z-index: 999;
}

@media (max-width: 1599px) {
	.btn-popup-banners-close {
		width: 50px;
		height: 50px;
	}
}

@media (max-width: 639px) {
	.btn-popup-banners-close {
		width: 45px;
		height: 45px;
	}
}

.btn-popup-banners-close.before-extra-popup-open {
	opacity: 1;
	visibility: visible;
}

.btn-popup-banners-close>i {
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	-webkit-transition-duration: 0.2s;
	transition-duration: 0.2s;
}

.btn-popup-banners-close>i::before,
.btn-popup-banners-close>i::after {
	background-color: white;
}

.no-touchevents .btn-popup-banners-close:hover {
	background-color: #ec3c01;
}

.no-touchevents .btn-popup-banners-close:hover>i {
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
}

.no-touchevents .btn-popup-banners-close:hover>i::before,
.no-touchevents .btn-popup-banners-close:hover>i::after {
	background-color: white;
}

/*banner closer end*/
/*popup news */
.popup-news {
	position: fixed;
	left: 0;
	top: 60px;
	width: 320px;
	height: calc(100% - 60px);
	background: white;
	z-index: 998;
}

@media (max-width: 1599px) {
	.popup-news {
		top: 50px;
		height: calc(100% - 50px);
	}
}

@media (max-width: 639px) {
	.popup-news {
		top: 45px;
		height: calc(100% - 45px);
		width: 100%;
	}
}

.popup-news.hide-on-load {
	opacity: 0;
	visibility: hidden;
}

.popup-news::after {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 100%;
	height: 50%;
	width: 100%;
	background: inherit;
	margin-top: -10px;
	z-index: -1;
}

.popup-news .news-links,
.popup-news .popup-news__heading {
	padding: 25px;
	margin: 0;
}

@media (max-width: 639px) {

	.popup-news .news-links,
	.popup-news .popup-news__heading {
		padding: 11px 15px;
	}
}

.popup-news .news-links__item {
	padding-right: 0;
	padding-left: 0;
}

@media (max-width: 639px) {
	.popup-news .news-links__item {
		margin-bottom: 15px;
	}
}

@media (max-width: 639px) {
	.popup-news .news-links__text {
		margin-bottom: 8px;
	}
}

.popup-news__heading {
	position: relative;
	padding-bottom: 1.5rem;
}

.popup-news__heading h3 {
	padding: 0 30px 0 0;
	margin-bottom: 0;
}

.popup-news__holder {
	overflow-y: auto;
	overflow-x: hidden;
	max-height: 100%;
}

.popup-news__holder>*:last-child {
	margin-bottom: 0;
}

/*popup news end */
/*news closer*/
.btn-popup-news-close {
	position: fixed;
	left: 60px;
	top: 0;
	right: auto;
	bottom: auto;
	width: 60px;
	height: 60px;
	background: white;
	opacity: 0;
	visibility: hidden;
	-webkit-transition-property: opacity, visibility;
	transition-property: opacity, visibility;
	-webkit-transition-duration: 0.2s;
	transition-duration: 0.2s;
	z-index: 998;
	box-shadow: inset 0 -1px 0 #d9d9d9;
}

@media (max-width: 1599px) {
	.btn-popup-news-close {
		left: 50px;
		width: 50px;
		height: 50px;
	}
}

@media (max-width: 639px) {
	.btn-popup-news-close {
		left: 45px;
		width: 45px;
		height: 45px;
	}
}

.btn-popup-news-close.before-extra-popup-open {
	opacity: 1;
	visibility: visible;
}

.btn-popup-news-close>i {
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	-webkit-transition-duration: 0.2s;
	transition-duration: 0.2s;
}

.btn-popup-news-close>i::before,
.btn-popup-news-close>i::after {
	background-color: #006ab8;
}

.no-touchevents .btn-popup-news-close:hover {
	background-color: white;
}

.no-touchevents .btn-popup-news-close:hover>i::before,
.no-touchevents .btn-popup-news-close:hover>i::after {
	background-color: #006ab8;
}

/*news closer end*/
/*main navigation for small screen */
.popup-nav-small {
	position: fixed;
	left: 0;
	top: 60px;
	width: 320px;
	height: calc(100% - 60px);
	background: white;
	z-index: 998;
}

@media (max-width: 1599px) {
	.popup-nav-small {
		top: 50px;
		height: calc(100% - 50px);
	}
}

@media (max-width: 639px) {
	.popup-nav-small {
		top: 45px;
		height: calc(100% - 45px);
		width: 100%;
	}
}

.popup-nav-small.hide-on-load {
	opacity: 0;
	visibility: hidden;
}

.popup-nav-small::after {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 100%;
	height: 50%;
	width: 100%;
	background: inherit;
	margin-top: -10px;
	z-index: -1;
}

.nav-small-tabs {
	height: 60px;
	display: table;
	width: 100%;
	table-layout: fixed;
}

.nav-small-tabs a {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	font-size: 1.4rem;
	line-height: 1.286;
	text-decoration: none;
	color: #006ab8;
	padding-right: 8px;
	padding-left: 8px;
	border-bottom: 1px solid transparent;
	-webkit-transition-property: background-color, color, border-color;
	transition-property: background-color, color, border-color;
	-webkit-transition-duration: 0.2s;
	transition-duration: 0.2s;
}

.nav-small-tabs a:first-child {
	color: white;
	background-color: #5e7180;
}

.nav-small-tabs a span {
	border-bottom: 1px dotted #006ab8;
	-webkit-transition-property: border-color;
	transition-property: border-color;
	-webkit-transition-duration: 0.2s;
	transition-duration: 0.2s;
}

.nav-small-tabs a:first-child span {
	border-color: white;
}

.no-touchevents .nav-small-tabs a:hover span {
	border-color: transparent;
}

.nav-small-tabs a.active-tab {
	border-color: rgba(0, 0, 0, 0.15);
}

.nav-small-tabs a.active-tab:first-child {
	border-color: rgba(0, 0, 0, 0.2);
}

.nav-small-tabs a.active-tab span {
	border-color: transparent;
}

.nav-small-container {
	height: 100%;
}

.nav-small-tabs~.nav-small-container {
	height: calc(100% - 60px);
}

.popup-nav-small__holder {
	overflow-y: auto;
	overflow-x: hidden;
	height: 100%;
	background-color: white;
	-webkit-overflow-scrolling: touch;
}

.popup-nav-small__holder>*:last-child {
	margin-bottom: 0;
}

/*main navigation for small screen end */
/*main navigation for small screen closer*/
.btn-popup-nav-small-close {
	position: fixed;
	left: 0;
	top: 0;
	right: auto;
	bottom: auto;
	width: 60px;
	height: 60px;
	background: white;
	opacity: 0;
	visibility: hidden;
	z-index: 999;
	box-shadow: inset 0 -1px 0 #d9d9d9;
}

@media (max-width: 1599px) {
	.btn-popup-nav-small-close {
		width: 50px;
		height: 50px;
	}
}

@media (max-width: 639px) {
	.btn-popup-nav-small-close {
		width: 45px;
		height: 45px;
	}
}

.btn-popup-nav-small-close.before-extra-popup-open {
	opacity: 1;
	visibility: visible;
}

.btn-popup-nav-small-close>i::before,
.btn-popup-nav-small-close>i::after {
	background-color: #006ab8;
}

.no-touchevents .btn-popup-nav-small-close:hover {
	background-color: white;
}

.no-touchevents .btn-popup-nav-small-close:hover>i::before,
.no-touchevents .btn-popup-nav-small-close:hover>i::after {
	background-color: #006ab8;
}

/*main navigation for small screen closer end*/
/*user options popup */
.user-options-popup {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	max-width: 1903px;
	background: white;
	z-index: 998;
}

.css-scroll-fixed .user-options-popup {
	max-width: 1920px;
}

.user-options-popup.hide-on-load {
	opacity: 0;
	visibility: hidden;
}

.user-options-popup .btn-popup-close {
	position: absolute;
	right: 0;
	top: 0;
}

.user-options-popup__holder {
	overflow-y: auto;
	overflow-x: hidden;
	height: 100%;
}

.user-options-popup__holder>*:last-child {
	margin-bottom: 0;
}

.user-options-popup__frame {
	position: relative;
	text-align: center;
}

.user-options-popup__frame::before {
	content: "";
	display: inline-block;
	position: relative;
	vertical-align: middle;
	width: 0;
	min-height: 100vh;
}

.user-options-popup__align {
	display: inline-block;
	vertical-align: middle;
	padding-top: 4.5rem;
	padding-bottom: 4.5rem;
	text-align: left;
	max-width: 98%;
}

.popup-title {
	position: relative;
	margin-bottom: 4.5rem;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.popup-title:last-child {
	margin-bottom: 0;
}

@media (max-width: 767px) {
	.popup-title {
		display: block;
	}
}

@media (max-width: 639px) {
	.popup-title {
		margin-bottom: 2rem;
	}
}

.popup-title h2,
.popup-title h3 {
	margin-bottom: 0;
}

.popup-label {
	font-size: 1.4rem;
	line-height: 1.43;
	color: #999;
	margin-bottom: 4.5rem;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

@media (max-width: 767px) {
	.popup-label {
		display: block;
		font-size: 1.6rem;
		line-height: 1.88;
	}

	.popup-label div {
		margin-bottom: 1.5rem;
	}

	.popup-label div:last-child {
		margin-bottom: 0;
	}
}

@media (max-width: 639px) {
	.popup-label {
		font-size: 1.4rem;
		line-height: 1.43;
		margin-bottom: 2rem;
	}
}

.popup-label__options {
	font-weight: normal;
	color: #262626;
	fill: #262626;
}

.popup-label__options a {
	display: inline-block;
	vertical-align: middle;
	text-decoration: none;
	color: inherit;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.2s;
	transition-duration: 0.2s;
}

.popup-label__options a span {
	display: inline-block;
	vertical-align: middle;
}

.popup-label__options a svg {
	display: inline-block;
	vertical-align: middle;
	width: 22px;
	height: 22px;
}

.popup-label__options a svg+span {
	padding-left: 6px;
}

.popup-label__options a path {
	fill: currentColor;
	-webkit-transition-property: fill;
	transition-property: fill;
	-webkit-transition-duration: 0.2s;
	transition-duration: 0.2s;
}

.no-touchevents .popup-label__options a:hover {
	color: #006ab8;
	fill: #006ab8;
}

.user-options-popup__content {
	white-space: nowrap;
}

/*lang list */
.lang__list {
	font-family: "Roboto Slab", serif;
	font-weight: 700;
	font-size: 36px;
	line-height: 1.3;
	margin-bottom: 3rem;
}

@media (max-width: 639px) {
	.lang__list {
		font-size: 26px;
	}
}

.lang__list:last-child {
	margin-bottom: 0;
}

.lang__list li {
	margin-bottom: 3rem;
}

.lang__list li:last-child {
	margin-bottom: 0;
}

.lang__list a {
	text-decoration: none;
	color: #262626;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.2s;
	transition-duration: 0.2s;
}

.no-touchevents .lang__list a:hover,
.lang__list a.current {
	color: #006ab8;
	text-decoration: none;
}

.lang__list a.current {
	cursor: default;
}

.lang__list a>i {
	display: none;
	vertical-align: middle;
	width: 40px;
	height: 20px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	margin-right: 20px;
	margin-bottom: 5px;
}

/*lang list end */
/*share link list*/
.share-link__list {
	font-family: "Roboto Slab", serif;
	font-weight: 700;
	font-size: 36px;
	line-height: 1.3;
	margin-bottom: 3rem;
}

@media (max-width: 639px) {
	.share-link__list {
		font-size: 26px;
	}
}

.share-link__list:last-child {
	margin-bottom: 0;
}

.share-link__list .share-link__item {
	margin-bottom: 3rem;
}

.share-link__list .share-link__item:last-child {
	margin-bottom: 0;
}

.share-link__list a {
	display: inline-block;
	text-decoration: none;
	color: #010101;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.2s;
	transition-duration: 0.2s;
}

.share-link__list a span {
	display: inline-block;
	vertical-align: top;
}

.share-link__list a svg {
	display: inline-block;
	vertical-align: top;
	width: 32px;
	height: 32px;
	margin-right: 20px;
	margin-top: 10px;
}

@media (max-width: 639px) {
	.share-link__list a svg {
		width: 26px;
		height: 26px;
		margin-top: 3px;
		margin-right: 10px;
	}
}

.share-link__list a path {
	fill: #fff;
	-webkit-transition-property: fill;
	transition-property: fill;
	-webkit-transition-duration: 0.2s;
	transition-duration: 0.2s;
}

.share-link__list a.fb path {
	fill: #3a589e;
}

.share-link__list a.vk path {
	fill: #4b73a4;
}

.share-link__list a.twitter path {
	fill: #1da0f2;
}

.share-link__list a.ok path {
	fill: #f2822e;
}

.share-link__list a.instagram path {
	fill: #a43b97;
}

.no-touchevents .share-link__list a:hover {
	color: #006ab8;
	text-decoration: none;
}

.share-link__list a:active,
.no-touchevents .share-link__list a:active {
	box-shadow: none;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
}

/*share link list end*/
/*user options popup end */
/*filters popup */
@media (max-width: 639px) {
	.filters-popup .extra-popup__frame {
		padding-bottom: 80px;
	}
}

.filters-form .checkbox-list,
.user-content .filters-form .checkbox-list {
	line-height: 1;
	margin: 0;
}

.filters-form .checkbox-list li,
.user-content .filters-form .checkbox-list li {
	margin: 0 0 1.5rem;
}

.filters-form .checkbox-list li:last-child,
.user-content .filters-form .checkbox-list li:last-child {
	margin-bottom: 0;
}

.filters-form .grid-row {
	margin-bottom: 4.5rem;
}

@media (max-width: 639px) {
	.filters-form .grid-row {
		margin-bottom: 2rem;
	}
}

.filters-form .grid-row h3 {
	min-height: calc(2rem*1.3*2);
}

@media (max-width: 767px) {
	.filters-form .grid-row h3 {
		min-height: 0;
	}
}

@media (max-width: 767px) {
	.filters-form .grid-row .grid-col-sm-12 {
		margin-bottom: 4.5rem;
	}
}

@media (max-width: 639px) {
	.filters-form .grid-row .grid-col-sm-12 {
		margin-bottom: 2rem;
	}
}

.filters-form .grid-row .grid-col-sm-12:last-child {
	margin-bottom: 0;
}

.filters-form .form-buttons::after {
	content: '';
	display: table;
	clear: both;
}

@media (max-width: 639px) {
	.filters-form .form-buttons {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
}

@media (max-width: 639px) {
	.filters-popup .filters-form .form-buttons {
		position: fixed;
		left: 0;
		bottom: 0;
		z-index: 9999;
		background-color: white;
		padding: 15px;
		width: 100%;
		box-shadow: 0 0 10px 10px #fff;
		text-align: center;
		border-top: 1px solid #e0e0e0;
	}
}

@media (max-width: 639px) {
	.filters-form .form-buttons::after {
		content: none;
		display: none;
	}
}

.filters-form .form-buttons input[type="submit"],
.filters-form .form-buttons input[type="reset"] {
	float: left;
	margin-right: 20px;
}

@media (max-width: 639px) {

	.filters-form .form-buttons input[type="submit"],
	.filters-form .form-buttons input[type="reset"] {
		display: block;
		float: none;
		-webkit-box-flex: 1;
		-webkit-flex: 1;
		-ms-flex: 1;
		flex: 1;
		margin: 0;
	}
}

.filters-form .form-buttons input[type="submit"]:disabled,
.filters-form .form-buttons input[type="reset"]:disabled {
	cursor: default;
}

.filters-form .check-label,
.filters-form .radio-label,
.filters-form input[type="checkbox"],
.filters-form input[type="radio"] {
	font-family: "Roboto Slab", serif;
	font-size: 1.2rem;
	font-weight: normal;
	text-transform: uppercase;
}

/*filters popup end */
/*======================================================*/
/*VENDOR*/
/*======================================================*/
.upload-file {
	opacity: 0;
}

.jFiler {
	position: relative;
}

.jFiler-input-dragDrop {
	margin: 0;
	cursor: pointer;
	padding: 30px;
	background: white;
	border: 1px dashed #d9d9d9;
	-webkit-transition-property: background-color, border-color, -webkit-transform;
	transition-property: background-color, border-color, -webkit-transform;
	transition-property: background-color, border-color, transform;
	transition-property: background-color, border-color, transform, -webkit-transform;
	-webkit-transition-duration: 0.2s;
	transition-duration: 0.2s;
}

.no-touchevents .jFiler-input-dragDrop:hover {
	border-color: #006ab8;
}

.jFiler-input-dragDrop.dragged .jFiler-input-icon i {
	-webkit-transform: translate(0, -8px);
	-ms-transform: translate(0, -8px);
	transform: translate(0, -8px);
}

.jFiler-input-dragDrop .jFiler-input-icon {
	margin-top: 0;
	margin-bottom: 24px;
	text-align: center;
}

.jFiler-input-dragDrop .jFiler-input-icon i {
	display: inline-block;
	vertical-align: top;
	background: url(../img/attach.svg) no-repeat;
	background-size: contain;
	width: 50px;
	height: 50px;
	-webkit-transition-property: background-color, border-color, -webkit-transform;
	transition-property: background-color, border-color, -webkit-transform;
	transition-property: background-color, border-color, transform;
	transition-property: background-color, border-color, transform, -webkit-transform;
	-webkit-transition-duration: 0.2s;
	transition-duration: 0.2s;
}

.jFiler-input-dragDrop .jFiler-input-text strong {
	display: block;
	font-weight: normal;
	font-size: 1.4rem;
	line-height: 1.43;
	color: #262626;
	text-align: center;
}

.jFiler-items {
	margin: 3rem 0 0;
}

.jFiler-items-list,
.user-content .jFiler-items-list {
	margin: 1.5rem 0;
}

.jFiler-item {
	margin: 1.5rem 0;
	font-size: 1.4rem;
	line-height: 1.43;
	color: #262626;
	overflow: hidden;
}

.jFiler-item-icon {
	display: none;
}

.jFiler-item-title {
	display: inline-block;
	vertical-align: top;
	font-family: "Roboto", sans-serif;
	font-weight: 700;
	margin-right: 10px;
}

.jFiler-item-others {
	display: inline-block;
	vertical-align: top;
	color: #999;
	position: relative;
}

.jFiler-item-others::after {
	content: '';
	position: absolute;
	left: 100%;
	bottom: 0;
	width: 999px;
	height: 0;
	border-bottom: 1px dotted #d9d9d9;
	margin: 0 0 3px;
}

.jFiler-item-others span {
	padding-right: 5px;
}

.jFiler-item-assets {
	position: absolute;
	right: 0;
	bottom: 0;
}

.jFiler-item-assets ul,
.user-content ul .jFiler-item-assets ul {
	margin: 0;
}

.jFiler-item-assets ul li,
.user-content ul .jFiler-item-assets ul li {
	margin: 0;
	padding: 0 0 3px 8px !important;
	background: #fafafa;
}

.jFiler-item-trash-action {
	display: block;
	position: relative;
	width: 12px;
	height: 12px;
	z-index: 2;
	cursor: pointer;
}

.jFiler-item-trash-action::before,
.jFiler-item-trash-action::after {
	content: '';
	position: absolute;
	left: 50%;
	top: 50%;
	width: 16px;
	height: 2px;
	border-radius: 2px;
	background: #ec3c01;
	-webkit-transition-property: background;
	transition-property: background;
	-webkit-transition-duration: 0.2s;
	transition-duration: 0.2s;
	margin: -1px 0 0 -8px;
}

.jFiler-item-trash-action::before {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.jFiler-item-trash-action::after {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.no-touchevents .jFiler-item-trash-action:hover::before,
.no-touchevents .jFiler-item-trash-action:hover::after {
	background-color: #006ab8;
}

/*malihu-custom-scrollbar-plugin */
.mCSB_scrollTools {
	z-index: 20;
}

.mCSB_scrollTools .mCSB_dragger {
	cursor: url(../img/cursor-scroll.cur), default;
}

/*malihu-custom-scrollbar-plugin end */
/*flatpickr */
.flatpickr-calendar {
	border-radius: 0;
}

.flatpickr-day {
	border-radius: 0;
}

.flatpickr-month {
	font-family: "Roboto Slab", serif;
	height: 48px;
	line-height: 32px;
	margin-top: 4px;
}

.flatpickr-month span.cur-month {
	cursor: default;
}

.flatpickr-month span.cur-month:hover {
	background: none;
}

.flatpickr-next-month,
.flatpickr-prev-month {
	width: 18px;
	height: 18px;
	top: 13px;
}

.flatpickr-next-month svg,
.flatpickr-prev-month svg {
	width: 18px;
	height: 18px;
}

span.flatpickr-weekday {
	height: 32px;
	line-height: 32px;
	padding-top: 0;
	padding-bottom: 5px;
}

.custom-date--range .flatpickr-input {
	font-size: 14px;
	line-height: 18px;
	padding: 8px 12px;
	height: 36px;
	width: 260px;
	margin: 0;
}

/*flatpickr end */
.lg-sub-html h4,
.lg-sub-html h3 {
	color: inherit;
	font-family: "Roboto", sans-serif;
	font-weight: 300;
}

.lg-outer .lg-thumb-item.active,
.lg-outer .lg-thumb-item:hover {
	border-color: #006ab8;
}

/* fotorama */
.fotorama .fotorama__arr {
	top: 0;
	width: 50px;
	height: 100%;
	display: block;
	margin-top: 0;
	position: absolute;
	background: none;
	outline: none;
	color: white;
}

@media (max-width: 639px) {
	.fotorama .fotorama__arr {
		width: 40px;
	}
}

.fotorama .fotorama__arr:hover {
	opacity: 1;
}

.fotorama .fotorama__arr.fotorama__arr--disabled {
	opacity: 0.25;
	cursor: default;
}

.fotorama .fotorama__arr::before {
	content: "";
	display: block;
	position: absolute;
	width: 50px;
	height: 50px;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	background-color: #006ab8;
}

@media (max-width: 639px) {
	.fotorama .fotorama__arr::before {
		width: 40px;
		height: 40px;
		background-color: rgba(0, 106, 184, 0.8);
	}
}

.fotorama .fotorama__arr::after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	opacity: 1;
	pointer-events: none;
	width: 12px;
	height: 12px;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	border: 0 solid white;
}

.fotorama .fotorama__arr--prev {
	left: 0;
}

.fotorama .fotorama__arr--prev::after {
	left: 50%;
	border-width: 0 0 2px 2px;
	margin: -6px 0 0 -4px;
}

.fotorama .fotorama__arr--next {
	right: 0;
}

.fotorama .fotorama__arr--next::after {
	right: 50%;
	border-width: 2px 2px 0 0;
	margin: -6px -4px 0 0;
}

.fotorama__fullscreen-icon {
	width: auto;
	height: 50px;
	top: 0;
	right: 0;
	background-image: url(../img/zoom.svg);
	background-color: rgba(0, 0, 0, 0.36);
	background-position: 20px 50%;
	background-size: 20px;
	padding: 15px 20px 15px 50px;
	font-family: 'Roboto Slab', sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 16px;
	line-height: 20px;
	color: white;
	z-index: 20;
}

@media (max-width: 1599px) {
	.fotorama__fullscreen-icon {
		font-size: 0;
		line-height: 0;
		padding: 0;
		width: 50px;
		height: 50px;
		background-position: 50% 50%;
	}
}

@media (max-width: 639px) {
	.fotorama__fullscreen-icon {
		width: 40px;
		height: 40px;
	}
}

.fotorama__fullscreen-icon::before {
	content: "Увеличить фото";
}

html[lang*="be"] .fotorama__fullscreen-icon::before {
	content: "Павялічыць фота";
}

html[lang*="en"] .fotorama__fullscreen-icon::before {
	content: "Enlarge picture";
}

.fotorama--fullscreen .fotorama__fullscreen-icon {
	background-image: url(../img/close.svg);
	background-position: 50% 50%;
	background-size: 20px;
	width: 50px;
	height: 50px;
	padding: 0;
}

@media (max-width: 639px) {
	.fotorama--fullscreen .fotorama__fullscreen-icon {
		width: 40px;
		height: 40px;
	}
}

.fotorama--fullscreen .fotorama__fullscreen-icon::before,
.fotorama--fullscreen .fotorama__fullscreen-icon::after {
	content: none;
}

.fotorama__caption {
	display: none;
}

.fotorama--fullscreen .fotorama__caption {
	display: block;
}

.fotorama__caption__wrap {
	background-color: rgba(0, 0, 0, 0.5);
	color: white;
	margin: 0 auto;
	max-width: calc(100% - 120px);
}

.fotorama--fullscreen .fotorama__caption__wrap {
	max-width: none;
}

.fotorama__thumb-border {
	border-color: #006ab8;
}

/* fotorama end */
/* flatpickr */
.flatpickr-calendar.open {
	-webkit-animation: none;
	animation: none;
}

@media (max-width: 479px) {
	.flatpickr-calendar.rangeMode {
		position: fixed !important;
		left: 50% !important;
		top: 50% !important;
		background-color: #fff;
		box-shadow: 0 0 50px rgba(0, 0, 0, 0.3);
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
	}
}

@media (max-width: 479px) {
	.scroll-fixed {
		width: 100% !important;
		height: 100% !important;
		max-width: 100% !important;
		max-height: 100% !important;
		margin: 0 !important;
		padding: 0 !important;
		overflow: hidden !important;
	}
}

/* flatpickr end */
/*======================================================*/
/*THEMES*/
/*======================================================*/
/*============================*/
/*=========== REGION ===========*/
/*============================*/
/*===========region Brest===========*/
.region-brest-styles .news-grid__item--wide .news-grid__inner::before {
	background-image: url("../img/no-img-region-brest.jpg");
}

/*===========region Brest end===========*/
/*================================*/
/*=========== REGION end ===========*/
/*================================*/
/*============================*/
/*=========== INSTITUTE ===========*/
/*============================*/
/*===========region Brest===========*/
.nii-styles .news-grid__item--wide .news-grid__inner::before {
	background-image: url("../img/no-img-nii.jpg");
}

/*===========region Brest end===========*/
/*================================*/
/*=========== INSTITUTE end ===========*/
/*================================*/
/*============================*/
/*=========== SQUAD ===========*/
/*============================*/
.squad-styles .region-menu-heading {
	background-color: #31387e;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.no-touchevents .squad-styles .sidebar:not(.disabled-js) .region-menu-heading:hover {
	background-color: #262b62;
}

.squad-styles .region-menu__list a {
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.squad-styles .region-menu__list>li>.region-menu__tab a {
	background-color: #3d469e;
}

.squad-styles .region-menu__angle {
	background-color: #3d469e;
	border: solid rgba(255, 255, 255, 0.1);
	border-width: 0 0 1px 1px;
}

.squad-styles .region-menu__drop ul,
.squad-styles .region-menu__drop a,
.squad-styles .region-menu__drop .region-menu__angle {
	background-color: #31387e;
}

.no-touchevents .squad-styles .region-menu__drop ul:hover,
.no-touchevents .squad-styles .region-menu__drop a:hover,
.no-touchevents .squad-styles .region-menu__drop .region-menu__angle:hover {
	color: white;
}

.squad-styles .region-menu__drop .region-menu__drop ul,
.squad-styles .region-menu__drop .region-menu__drop a,
.squad-styles .region-menu__drop .region-menu__drop .region-menu__angle {
	background-color: #262b62;
}

.squad-styles .region-menu__drop .region-menu__drop .region-menu__drop ul,
.squad-styles .region-menu__drop .region-menu__drop .region-menu__drop a,
.squad-styles .region-menu__drop .region-menu__drop .region-menu__drop .region-menu__angle {
	background-color: #1d224c;
}

.squad-styles .region-menu__drop .region-menu__drop .region-menu__drop .region-menu__drop ul,
.squad-styles .region-menu__drop .region-menu__drop .region-menu__drop .region-menu__drop a,
.squad-styles .region-menu__drop .region-menu__drop .region-menu__drop .region-menu__drop .region-menu__angle {
	background-color: #171b3c;
}

.squad-styles .nav-small-tabs a:first-child {
	background-color: #31387e;
}

.squad-styles .nav-small-tabs a.active-tab:first-child {
	border-color: rgba(255, 255, 255, 0.1);
}

/*================================*/
/*=========== SQUAD end ===========*/
/*================================*/
/*======================================================*/
/*ENG VERSION*/
/*======================================================*/
/* eng version */
.en-special .main-inside {
	margin: 0;
}

.en-special .wrapper::before {
	content: none;
}

.en-special .text-layout,
.en-special .article-layout p,
.article-layout .en-special p,
.en-special .article-layout ul,
.article-layout .en-special ul,
.en-special .article-layout ol,
.article-layout .en-special ol {
	max-width: 960px;
}

@media (max-width: 1919px) {
	.en-special .home-page .content-layout {
		margin-right: 60px;
		right: auto;
		max-width: none;
	}
}

@media (max-width: 1279px) {
	.en-special .home-page .content-layout {
		margin-right: 0;
	}
}

.en-special .header {
	box-shadow: 0 10px 15px rgba(0, 0, 0, 0.05);
}

.en-special .header__frame {
	box-shadow: none;
}

.en-special .logo-wrap {
	border-bottom: none;
	position: absolute;
}

.en-special.elements-is-transform .logo-wrap {
	position: fixed;
}

.en-special .isBottoming .footer__holder {
	left: 0;
	width: 100%;
}

.en-special .fl-w::after {
	content: '';
	display: table;
	clear: both;
}

.en-special .goals-text p {
	margin-bottom: 0.8rem;
}

.en-special .goals-text p:last-child {
	margin-bottom: 0;
}

.en-special .events-map__iframe__wrap {
	position: relative;
}

.en-special .events-map__iframe__wrap::before {
	content: "";
	display: block;
	padding-top: 80%;
}

@media (max-width: 1873px) {
	.en-special .events-map__iframe__wrap::before {
		padding-top: 1130px;
	}
}

@media (max-width: 1338px) {
	.en-special .events-map__iframe__wrap::before {
		padding-top: 125%;
	}
}

@media (max-width: 1138px) {
	.en-special .events-map__iframe__wrap::before {
		padding-top: 130%;
	}
}

@media (max-width: 568px) {
	.en-special .events-map__iframe__wrap::before {
		padding-top: 150%;
	}
}

@media (max-width: 398px) {
	.en-special .events-map__iframe__wrap::before {
		padding-top: 168%;
	}
}

@media (max-width: 358px) {
	.en-special .events-map__iframe__wrap::before {
		padding-top: 182%;
	}
}

@media (max-width: 1919px) {
	.en-special .fl-w {
		display: block;
	}
}

.en-special .fl-l,
.en-special .fl-r {
	margin-bottom: 0;
}

@media (max-width: 1919px) {
	.en-special .fl-l {
		float: left;
		width: 50%;
	}
}

@media (max-width: 1438px) {
	.en-special .fl-l {
		float: none;
		width: 100%;
	}
}

@media (max-width: 1919px) {
	.en-special .fl-r {
		float: right;
		width: 50%;
	}
}

@media (max-width: 1438px) {
	.en-special .fl-r {
		float: none;
		width: 100%;
		margin-bottom: 20px;
	}
}

@media (max-width: 1919px) {
	.en-special .fl-r .section__holder>.grid-row {
		display: block;
	}
}

/* eng version end */
/*======================================================*/
/*PRINT STYLES*/
/*======================================================*/
@media print {

	*,
	*::before,
	*::after {
		background: transparent !important;
		color: black !important;
		box-shadow: none !important;
		text-shadow: none !important;
	}

	a,
	a:visited {
		text-decoration: underline;
	}

	a[href^=http]::after {
		content: " <" attr(href) "> ";
	}

	a[href]::after {
		content: " (" attr(href) ")";
	}

	abbr[title]::after {
		content: " (" attr(title) ")";
	}

	a[href^="#"]::after,
	a[href^="javascript:"]::after {
		content: "";
	}

	pre,
	blockquote {
		border: 1px solid #999;
		page-break-inside: avoid;
	}

	thead {
		display: table-header-group;
	}

	tr,
	img {
		page-break-inside: avoid;
	}

	img {
		max-width: 100% !important;
		-webkit-filter: grayscale(1);
		filter: grayscale(1);
	}

	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}

	h2,
	h3 {
		page-break-after: avoid;
	}

	hr {
		border-color: black;
	}

	body {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 10pt;
		line-height: 1.5 !important;
	}

	h1 {
		font-size: 20pt !important;
		line-height: 1.3 !important;
	}

	h2 {
		font-size: 18pt !important;
		line-height: 1.4 !important;
	}

	h3,
	.main-slider-title__item,
	.section__title {
		font-size: 16pt !important;
		line-height: 1.5 !important;
	}

	h4,
	blockquote q {
		font-size: 14pt !important;
		line-height: 1.5 !important;
	}

	h5,
	blockquote cite {
		font-size: 12pt !important;
		line-height: 1.6 !important;
	}

	h6 {
		font-size: 8pt !important;
		line-height: 1.8 !important;
	}

	table td,
	table th,
	table {
		border: 1px solid black !important;
		font-size: 9pt !important;
		color: black !important;
		padding: 3pt !important;
	}

	table td>*,
	table th>*,
	table>* {
		padding: 0 !important;
	}

	.main,
	.content,
	.layout,
	.layout-text,
	.layout-flood,
	.header,
	.header__holder,
	.blockquote,
	.blockquote *,
	blockquote,
	.imgl,
	.imgr,
	.imgc,
	.table-auto table,
	.header__frame,
	.logo-wrap,
	.header__content,
	.header .holder,
	.header .frame,
	.header__info__list,
	.header__title,
	.header__info__list li,
	.main-inside,
	.main-holder,
	.content-layout,
	.article-meta,
	.sheet,
	.section,
	.files,
	.files__item,
	.files__inner,
	.files__depict,
	.files__description,
	.files__meta,
	.files__meta>span,
	.news-previews,
	.news-previews__list,
	.news-previews__item,
	.news-previews__content,
	.news-previews__inner,
	.news-previews__text,
	.news-previews__content::before,
	.footer,
	.footer__holder,
	.footer-bottom,
	.footer-bottom__col,
	.grid-row,
	[class*="grid-col-"],
	.save,
	.save__holder,
	.save__box,
	.save__align,
	.events-sum,
	.events-sum__panels,
	.events-sum__panel,
	.events-list,
	.events-list__item,
	.section__holder,
	.news-grid,
	.news-grid__list,
	[class*="news-grid__item"],
	.news-grid__inner,
	.news-grid__content,
	.news-grid__title,
	.news-grid__text,
	.news-grid__meta,
	.section__subtitle h2,
	.section__subtitle h3,
	.section__subtitle h4,
	.news-group,
	.news-group__list,
	.section__box,
	.news-group__item,
	.news-group__content,
	.news-group__inner,
	.news-group__text,
	.news-group__meta,
	.soc-media__col,
	.soc-media__text,
	.soc-media__link,
	.logo a,
	.logo img,
	.header__title>a,
	.news-float__list,
	.news-float__item,
	.news-float__content,
	.news-float__title,
	.news-float__text,
	.news-float__meta,
	.extra-popup-opened [class*="popup"][style*="opacity: 1"],
	.expander-item,
	.expander-header,
	.expander-header__meta,
	.expander-header__text,
	.expander-panel,
	.expander-panel__holder,
	.fotorama,
	.fotorama__wrap,
	.fotorama__nav-wrap,
	.fotorama__nav,
	.fotorama__nav__shaft,
	.fotorama__nav__frame--thumb,
	.fotorama__thumb,
	.fotorama__img {
		display: block !important;
		float: none !important;
		position: relative !important;
		overflow: visible !important;
		height: auto !important;
		min-height: 0 !important;
		max-height: none !important;
		width: auto !important;
		min-width: 0 !important;
		max-width: none !important;
		left: auto !important;
		top: auto !important;
		right: auto !important;
		bottom: auto !important;
		padding: 0 !important;
		margin: 0 !important;
		-webkit-transform: none !important;
		-ms-transform: none !important;
		transform: none !important;
		text-align: left !important;
		border: none !important;
		box-shadow: none !important;
		opacity: 1 !important;
		visibility: visible !important;
		z-index: auto !important;
		white-space: normal !important;
	}

	.wrapper::before,
	.page-404 .sheet::before,
	.sidebar,
	.aside,
	.print-hidden,
	.view-print,
	.nav,
	.nav-list,
	.breadcrumb,
	.breadcrumb__list,
	form,
	.spacer,
	[class*="btn-"],
	.side,
	.header__top,
	.header__contacts,
	.header__info__list li svg,
	.header__info__list li a::after,
	.user-form,
	.ctrl,
	.news-previews__img,
	.news__label,
	.banners-panel,
	.footer-gov,
	.footer-common,
	.news-previews__footer,
	.developer__logo,
	.promo,
	.years,
	.events-sum__nav,
	.events-sum__footer,
	.news-grid__img,
	.news__label_video,
	.news-grid__slider,
	#multimedia-anchor,
	.tape-slider,
	.v-separator,
	.news-group::before,
	.news-group__img,
	.soc-media .soc-media__col:first-child,
	.soc-media::before,
	.soc-media__img,
	.logo-short-text,
	.header__content .logo,
	.go-to-mchs,
	.news-float__img,
	.filter-item,
	.extra-popup-opened .wrapper,
	.extra-popup-opened .footer,
	.expander-angle,
	.page-nav,
	.header__title a::before,
	.header__title a::after,
	.logo::after,
	.fotorama__stage,
	.fotorama__thumb-border,
	.info-map {
		display: none !important;
		content: none !important;
	}

	h1,
	h2,
	h3,
	h4,
	h5,
	h6,
	p,
	ul,
	ol,
	.table-auto,
	table,
	.imgl,
	.imgr,
	.imgc,
	.datetime,
	.files,
	.files__item,
	.news-previews__item,
	.save__box,
	.events-list__item,
	.news-grid__title,
	[class*="news-grid__item"],
	.news-group__item,
	.soc-media__text,
	.news-float__item,
	.expander-header,
	.expander-header__meta {
		margin-top: 0 !important;
		margin-bottom: 0.5cm !important;
		padding-bottom: 0 !important;
		max-width: none !important;
	}

	.header,
	.blockquote,
	hr,
	blockquote,
	.section,
	.save,
	.events-sum,
	.section__box,
	.expander-item {
		margin-top: 0 !important;
		margin-bottom: 1cm !important;
		padding-bottom: 0 !important;
	}

	.logo-wrap {
		position: relative !important;
		float: left !important;
		background: none !important;
		height: 2.5cm !important;
		width: 2.5cm !important;
		margin-right: 0.5cm !important;
	}

	.logo-wrap a {
		display: block !important;
	}

	.logo-wrap>*::after {
		display: none !important;
		content: none !important;
	}

	.logo-wrap img {
		width: 100% !important;
		display: block !important;
		float: left !important;
	}

	.header__frame {
		overflow: hidden !important;
	}

	blockquote q::before,
	blockquote q::after {
		padding: 0 !important;
		margin: 0 !important;
		font-size: 18pt !important;
		display: inline-block !important;
	}

	.article-layout {
		margin-left: 0 !important;
		margin-right: 0 !important;
		padding-left: 0 !important;
		padding-right: 0 !important;
		padding-top: 0 !important;
	}

	.article-layout .full-width {
		margin-right: 0 !important;
		margin-left: 0 !important;
	}

	.files__depict {
		width: 1cm !important;
		float: left !important;
		margin-right: 0.5cm !important;
		margin-bottom: 0.5cm !important;
	}

	.files__description {
		margin-left: 1.5cm !important;
	}

	.news-previews__meta,
	.news-grid__meta,
	.news-group__meta {
		width: 5cm !important;
	}

	.expander-panel::before {
		content: 'Ответ:';
		display: inline-block;
		vertical-align: top;
		font-size: 15pt;
		font-weight: bold !important;
		margin-bottom: 0.5cm !important;
	}

	/*js elements */
	.slick-slider,
	.slick-slider,
	.slick-list,
	.slick-track,
	.slick-slide,
	.flashes,
	.flashes * {
		display: block !important;
		float: none !important;
		position: relative !important;
		overflow: visible !important;
		height: auto !important;
		min-height: 0 !important;
		max-height: none !important;
		width: auto !important;
		min-width: 0 !important;
		max-width: none !important;
		left: auto !important;
		top: auto !important;
		right: auto !important;
		bottom: auto !important;
		padding: 0 !important;
		margin: 0 !important;
		-webkit-transform: none !important;
		-ms-transform: none !important;
		transform: none !important;
		text-align: left !important;
		border: none !important;
		box-shadow: none !important;
		opacity: 1 !important;
		visibility: visible !important;
		z-index: auto !important;
		white-space: normal !important;
	}

	.slick-slider ::before,
	.slick-slider ::after,
	.slick-slider ::before,
	.slick-slider ::after,
	.slick-list ::before,
	.slick-list ::after,
	.slick-track ::before,
	.slick-track ::after,
	.slick-slide ::before,
	.slick-slide ::after,
	.flashes ::before,
	.flashes ::after,
	.flashes * ::before,
	.flashes * ::after {
		display: none !important;
		content: none !important;
	}

	.images-slider .slick-slide:first-child~.slick-slide,
	.slider-counter,
	.slick-arrow,
	.slick-dots {
		display: none !important;
		content: none !important;
	}

	.slick-slide,
	.flashes__item {
		margin-top: 0 !important;
		margin-bottom: 0.5cm !important;
		padding-bottom: 0 !important;
	}

	.swiper-wrapper {
		display: block;
		-webkit-transform: none !important;
		-ms-transform: none !important;
		transform: none !important;
		white-space: normal;
	}

	.fotorama__nav__frame--thumb {
		display: inline-block !important;
		vertical-align: top !important;
		margin-right: 0.5cm !important;
		margin-bottom: 0.5cm !important;
	}

	.fotorama__img {
		width: 5cm !important;
	}
}

/*# sourceMappingURL=main.css.map */

.sidebar-bottom__content {
	padding-bottom: 60px;
}

#up {
	position: fixed;
	bottom: -40px;
	transition: bottom 0.3s linear;
	left: 0;
	width: 270px;
	height: 40px;
	z-index: 100;
	background: #006ab8 url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAAXCAYAAADpwXTaAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAIGNIUk0AAHolAACAgwAA+f8AAIDpAAB1MAAA6mAAADqYAAAXb5JfxUYAAACUSURBVHja7NJdDYMwFIbhDwxUAhKQgoRKQMIkIAEJSJgEJEwCc/ByMS74aXdKx80S3qQ3TfM06akAGasCJqCxzlqQA0Y+TUD9C/Zk22u54DTWE26MgTGo5Xt9KuZJ62Fh9fLQqfkYVp2EDhMOfQEyQLfGcqHNhAV0XNNQANrlJL1lVxw2ApgkkYOVurAbu7G/w+YBAF0g5EAKfvLFAAAAAElFTkSuQmCC) 50% 50% no-repeat;
}

#up.active {
	bottom: 0;
}

@media (max-width: 639px) {
	#up {
		width: 40px;
	}
}

.btn-app {
	margin-right: 10px;
	width: 165px;
	height: 50px;
}



.mySwiper.swiper .swiper-slide {
	background: #FFF;
	text-align: left;
	height: 100%;
	border-bottom: 5px solid #ff9a09;
}

.mySwiper__content {
	padding: 10px 0;
}

.mySwiper__text {
	margin-bottom: 20px;
}

.mySwiper__img img {
	width: 100%;
	height: 320px;
	-o-object-fit: contain;
	object-fit: contain;
}


html:not(.special) {
	font-size: 62.5%;
}


.special #special {
	top: auto;
	bottom: 0;
}

.header__contacts__inner>div>a.old-site-mobile {
	display: none;
}

@media (max-width: 639px) {
	.header__contacts__item.old-site {
		display: none;
	}

	.header__contacts__inner>div>a.old-site-mobile {
		display: inline-block;
		line-height: 18px;
		font-size: 12px;
		width: 60px;
	}
}

@media (max-width: 400px) {

	.header__contacts__inner>div>a {
		width: 30px;
		line-height: 53px;
		font-size: 18px;
	}

	.header__contacts__inner>div>a.old-site-mobile {
		width: 40px;
		line-height: 18px;
		font-size: 9px;
	}
}