<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html {
	font-size: 62.5%;
}

body {
	font: 1.8em/1.333 "HSE Sans", "Helvetica Neue", Arial, sans-serif;
}

h1, h2, h3, h4, h5, h6, b, strong, .title, .h1, .h1, .h2, .h3, .h4, .h5, .h6,
.button, .b, strong, .fa-person__name.fa-person__name,.switcher, .wdj-projects__title.wdj-projects__title, .splash_preview__caption {
	font-family: "HSE Sans", "Proxima Nova", "Helvetica Neue", Arial, sans-serif;
	font-weight: 600;
}

table, th, td {
	font-family: "HSE Sans", "Helvetica Neue", Arial, sans-serif;
}

a[name]:not([href]), a[id]:not([href]) {
	pointer-events: none;
}

a[name]:not([href]) &gt; *, a[id]:not([href]) &gt; * {
	pointer-events: auto;
}

/*
a[name]::before, a[id]::before {
	content: '';
	display: block;
	padding-top: 60px;
	margin-top: -60px;
	border-bottom: none;
}
*/

a[name*="::"]::before, a[id*="::"]::before {
	content: none;
}

a[data-hse-file]::before, .file a::before {
	padding-top: 0;
	margin-top: 0;
}

.slider_wrapper.fixed {
	padding-top: 12px;
}

.pk-submenu {
	font-weight: 400;
	line-height: 1.5;
}

.i, i, em, .em {
	font-family: "HSE Slab", Georgia, 'Times New Roman', serif;
	font-style: italic;
}

.lead-in {
	font: 400 2.4rem/1.33 "HSE Slab", Georgia, 'Times New Roman', serif;
	margin-bottom: 1em;
}

.important {
	font-size: 1.2em;
}

.blockquote p,
blockquote p {
	font-size: 1.2em;
}

.pk-panel {
	display: flex;
	align-items: center;
	min-height: 55px;
	padding: 0 85px;
	padding: 0 var(--pinkman-padding-desktop, 85px);
	background: #fff;
	border: 1px solid #E3E1DE;
}
@media screen and (max-width: 995px) {
	.pk-panel {
		padding: 0 20px;
	}
}

.pk-menu {
	position: relative;
	z-index: 3;
	display: flex;
	flex-wrap: wrap;
	height: 100%;
	list-style: none;
	padding: 0;
	margin: 0;
	color: #000;
	/* max-width */
}

.pk-menu_vs {
	height: auto;
}

.cut .pk-menu {
	display: none;
}

@media screen and (max-width: 995px) {
	.pk-menu {
		display: block;
	}
}

.pk-menu__item {
	margin: 0 30px 0 0;
	font: bold 1.4rem/1.3 "HSE Sans", "Proxima Nova", "Helvetica Neue", Arial, sans-serif;
	letter-spacing: 0.03em;
	flex-shrink: 0;
	cursor: pointer;
}

.pk-menu__item:last-child {
	margin-right: 0;
}

.pk-menu_vs .pk-menu__item {
	color: #6B7A99;
	font: normal 18px/24px "HSE Sans", Arial, sans-serif;
	letter-spacing: 0;
}

@media screen and (max-width: 995px) {
	.pk-menu_vs .pk-menu__item {
		color: inherit;
		border-top: 1px solid #CCD7E1;
	}
}

.pk-menu_vs .pk-menu__sub {
	font: inherit;
	padding-left: 0;
	color: #000;
}

@media screen and (max-width: 995px) {
	.pk-menu__item {
		margin-right: 0;
	}
}

.pk-menu_vs .pk-menu__link:hover {
	color: #0050CF;
}

@media screen and (max-width: 995px) {
	.pk-menu__link {
		display: inline-block;
		padding: 10px 5px 10px 0;
		width: calc(100% - 30px);
	}
	.pk-menu_vs .pk-menu__link {
		padding-top: 16px;
		padding-bottom: 16px;
	}
	.pk-menu_vs .pk-menu__link:hover {
		color: #d2270b;
	}
}

.pk-menu__item::before {
	content: '';
}
.pk-menu__item:hover::before {
	position: absolute;
	z-index: 1;
	top: 100%;
	left: -50%;
	width: 200%;
	height: 20px;
}
@media screen and (max-width: 995px) {
	.pk-menu__item::before {
		content: none;
	}
}

.pk-menu__arr {
	display: inline-block;
	background: no-repeat center url(data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%227%22%20height%3D%2211%22%20viewBox%3D%220%200%207%2011%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Crect%20x%3D%220.0537109%22%20y%3D%229.47925%22%20width%3D%227.54059%22%20height%3D%222%22%20rx%3D%221%22%20transform%3D%22rotate%28-45%200.0537109%209.47925%29%22%20fill%3D%22black%22%2F%3E%0A%3Cpath%20d%3D%22M6.03914%206.03923C5.64861%206.42976%205.01545%206.42976%204.62492%206.03923L0.707134%202.12144C0.31661%201.73092%200.316609%201.09775%200.707133%200.707227C1.09766%200.316703%201.73082%200.316703%202.12135%200.707227L6.03914%204.62502C6.42966%205.01554%206.42966%205.64871%206.03914%206.03923Z%22%20fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E);
	width: 10px;
	height: 10px;
	margin-left: 5px;
	transform: rotate(90deg);
}

.pk-menu__link {
	text-decoration: none;
	color: inherit;
	border-bottom: none;
}

@media screen and (max-width: 995px) {
	.pk-menu__arr {
		vertical-align: middle;
		position: relative;
		width: 20px;
		height: 20px;
		transform: rotate(90deg);
		background: transparent;
		margin-left: 0;
	}

	.pk-menu__arr::before {
		content: '';
		position: absolute;
		top: 50%;
		left: 50%;
		display: inline-block;
		background: no-repeat center url(data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%227%22%20height%3D%2211%22%20viewBox%3D%220%200%207%2011%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Crect%20x%3D%220.0537109%22%20y%3D%229.47925%22%20width%3D%227.54059%22%20height%3D%222%22%20rx%3D%221%22%20transform%3D%22rotate%28-45%200.0537109%209.47925%29%22%20fill%3D%22black%22%2F%3E%0A%3Cpath%20d%3D%22M6.03914%206.03923C5.64861%206.42976%205.01545%206.42976%204.62492%206.03923L0.707134%202.12144C0.31661%201.73092%200.316609%201.09775%200.707133%200.707227C1.09766%200.316703%201.73082%200.316703%202.12135%200.707227L6.03914%204.62502C6.42966%205.01554%206.42966%205.64871%206.03914%206.03923Z%22%20fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E);
		width: 10px;
		height: 10px;
		margin-top: -5px;
		margin-left: -5px;
	}
}

.pk-submenu-popup {
	position: absolute;
	z-index: -1;
	top: calc(100% + 10px);
	left: 0;
	visibility: hidden;
	background: #FFFFFF;
	box-sizing: border-box;
	border-radius: 5px;
	letter-spacing: normal;
}

@media screen and (max-width: 995px) {
	.pk-submenu-popup {
		position: static;
		display: none;
		visibility: visible;
		background: transparent;
	}
}

.pk-menu__item:hover .pk-submenu-popup {
	visibility: visible;
	z-index: 1;
}

@media screen and (max-width: 995px) {
	.pk-menu__item_open .pk-submenu-popup {
		display: block;
	}
	.pk-menu_vs .pk-submenu-popup {
		padding: 16px 20px;
		margin-bottom: 16px;
		background: #fff;
	}

	.pk-menu__arr {
		transform: rotate(0deg);
	}
	.pk-menu__item_open .pk-menu__arr {
		transform: rotate(90deg);
	}
}

.pk-menu__item_with-menu {
	position: relative;
	z-index: 1;
}

.pk-menu__item_with-menu:hover {
	z-index: 2;
}

.pk-menu__item_with-menu:hover::after {
	content: '';
	position: absolute;
	z-index: -1;
	top: 27px;
	left: 30%;
	width: 50px;
	height: 50px;
	background: #fff;
	transform: rotate(45deg);
	box-shadow: -1px -1px 8px rgba(0, 0, 0, 0.08)
}

@media screen and (max-width: 995px) {
	.pk-menu__item_with-menu:hover::after {
		content: none;
	}
}

.pk-submenu {
	font: 1.6rem/1.5 "HSE Sans", "Helvetica Neue", Arial, sans-serif;
	padding: 15px 0;
	margin: 0;
	list-style: none;
	width: 360px;
	height: 100%;
	background: #FFFFFF;
	border-radius: 5px;
	box-sizing: border-box;
	box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.08);
}

/* ÐœÐµÐ½ÑŽ Ð±ÐµÐ· Ð¼ÐµÐ½ÑŽ 3-Ð³Ð¾ ÑƒÑ€Ð¾Ð²Ð½Ñ*/
.pk-submenu_ {
	overflow: auto;
	max-height: calc(100vh - 100px);
	box-sizing: border-box;
}

.pk-menu_vs .pk-submenu_  {
	max-height: calc(100vh - 72px * 2);
}

@media screen and (max-width: 995px) {
	.pk-submenu {
		font-size: 1.3rem;
		line-height: 1.85;
		width: 100%;
		height: auto;
		padding: 0 0 0 20px;
		box-shadow: none;
		visibility: visible;
		letter-spacing: 0.05em;
		background: transparent;
		overflow: visible;
		max-height: none;
	}
	.pk-menu_vs .pk-submenu_  {
		max-height: none;
	}
}

.pk-submenu__inner {
	list-style: none;
	padding: 0;
	margin: 0;
	overflow: auto;
	max-height: calc(100vh - 100px);
	box-sizing: border-box;
}

.pk-menu_vs .pk-submenu__inner {
	max-height: calc(100vh - 72px * 2);
}

.pk-submenu_submenu .pk-submenu__inner {
	background: #F8F5F2;
	background: var(--pinkman-submenu-secondary-bg,#F8F5F2);
	padding: 15px 0;
}


@media screen and (max-width: 995px) {
	.pk-menu_vs .pk-submenu__inner,
	.pk-submenu__inner {
		overflow: visible;
		max-height: none;
	}
	.pk-menu_vs .pk-menu__item {
		max-height: none;
	}
	.pk-submenu_submenu .pk-submenu__inner {
		background-color: transparent;
		padding: 8px 0;
		padding-top: 0;
		padding-bottom: 0;
	}
	.pk-menu_vs .pk-submenu__inner {
		padding: 8px 0;
	}
}





.pk-submenu_submenu {
	visibility: hidden;
	position: absolute;
	top: 0;
	left: 100%;
	background: #F8F5F2;
	background: var(--pinkman-submenu-secondary-bg,#F8F5F2);
	border-radius: 0 5px 5px 0;
	padding-top: 0;
	padding-bottom: 0;
}

.pk-submenu-popup_right .pk-submenu-popup__submenu {
	left: auto;
	right: 100%;
}

@media screen and (max-width: 995px) {
	.pk-submenu_submenu {
		display: none;
		position: static;
		background: transparent;
		opacity: 0.7;
	}
	.pk-menu_vs .pk-submenu_submenu {
		color: #6B7A99;
		opacity: 1;
		padding-top: 8px;
		margin-top: 8px;
		border-radius: inherit;
		border-top: 1px solid #CCD7E1;
	}
}

.pk-submenu_with_submenu {
	border-radius: 5px 0 0 5px;
}

.pk-submenu__item {
	margin: 0;
}

.pk-submenu__item:hover {
	background: rgba(238, 235, 231, .4);
	background: var(--pinkman-submenu-secondary-bg, rgba(238, 235, 231, .4));
}

@media screen and (max-width: 995px) {
	.pk-submenu__item:hover {
		background: transparent;
	}
}

.pk-submenu_submenu .pk-submenu__item:hover {
	background: #EEEBE7;
}

.pk-submenu__item_heading {
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 600;
	line-height: 1.2;
	cursor: default;
	color: #808080;
}

.pk-submenu__item + .pk-submenu__item_heading {
	margin-top: 14px;
}

.pk-submenu_submenu .pk-submenu__item_heading:hover {
	background: transparent;
}


@media screen and (max-width: 995px) {
	.pk-submenu_submenu .pk-submenu__item,
	.pk-submenu_submenu .pk-submenu__item:hover {
		background: transparent;
	}
}

.pk-submenu__link {
	display: inline-block;
	text-decoration: none;
	color: inherit;
	padding: 8px 35px;
	width: calc(100% - 45px);
	box-sizing: border-box;
	border-bottom: none;
}

@media screen and (max-width: 995px) {
	.pk-submenu__link {
		padding: 8px 5px 8px 0;
		width: calc(100% - 30px);
	}
}

.pk-submenu__item_with-menu {
	display: flex;
	align-items: center;
}

.pk-submenu__item_with-menu &gt; .pk-submenu__link {
	position: relative;
}

.pk-submenu__item_with-menu:hover &gt; .pk-submenu__link::before {
	content: '';
	position: absolute;
	height: 300%;
	right: -45px;
	top: -100%;
	width: 100px;
}

@media screen and (max-width: 995px) {
	.pk-submenu__item_with-menu {
		display: block;
	}
	.pk-submenu__item_with-menu:hover &gt; .pk-submenu__link::before {
		content: none;
	}
}

.pk-submenu__arr {
	content: '';
	display: inline-block;
	background: no-repeat center url(data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%227%22%20height%3D%2211%22%20viewBox%3D%220%200%207%2011%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Crect%20x%3D%220.0537109%22%20y%3D%229.47925%22%20width%3D%227.54059%22%20height%3D%222%22%20rx%3D%221%22%20transform%3D%22rotate%28-45%200.0537109%209.47925%29%22%20fill%3D%22black%22%2F%3E%0A%3Cpath%20d%3D%22M6.03914%206.03923C5.64861%206.42976%205.01545%206.42976%204.62492%206.03923L0.707134%202.12144C0.31661%201.73092%200.316609%201.09775%200.707133%200.707227C1.09766%200.316703%201.73082%200.316703%202.12135%200.707227L6.03914%204.62502C6.42966%205.01554%206.42966%205.64871%206.03914%206.03923Z%22%20fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E);
	width: 10px;
	height: 10px;
	background-color: inherit;
	margin-right: 15px;
}

@media screen and (max-width: 995px) {
	.pk-submenu__arr {
		vertical-align: middle;
		margin: 0;
		opacity: .6;
		transform: rotate(0deg);
		position: relative;
		width: 20px;
		height: 20px;
		background: transparent;
	}

	.pk-submenu__arr::before {
		content: '';
		position: absolute;
		top: 50%;
		left: 50%;
		display: inline-block;
		background: no-repeat center url(data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%227%22%20height%3D%2211%22%20viewBox%3D%220%200%207%2011%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Crect%20x%3D%220.0537109%22%20y%3D%229.47925%22%20width%3D%227.54059%22%20height%3D%222%22%20rx%3D%221%22%20transform%3D%22rotate%28-45%200.0537109%209.47925%29%22%20fill%3D%22black%22%2F%3E%0A%3Cpath%20d%3D%22M6.03914%206.03923C5.64861%206.42976%205.01545%206.42976%204.62492%206.03923L0.707134%202.12144C0.31661%201.73092%200.316609%201.09775%200.707133%200.707227C1.09766%200.316703%201.73082%200.316703%202.12135%200.707227L6.03914%204.62502C6.42966%205.01554%206.42966%205.64871%206.03914%206.03923Z%22%20fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E);
		width: 10px;
		height: 10px;
		margin-top: -5px;
		margin-left: -5px;
	}
}

.pk-submenu__item:hover .pk-submenu_submenu {
	visibility: visible;
}

@media screen and (max-width: 995px) {
	.pk-submenu__item_open .pk-submenu_submenu {
		display: block;
		visibility: visible;
	}

	.pk-submenu__item_open .pk-submenu__arr {
		transform: rotate(90deg);
	}
}

.control_search {
	margin-right: 0;
}

.header-top__left {
	display: flex;
	align-items: center;
	margin: 0 auto 0 0;
	padding-right: 10px;
}

@media screen and (max-width: 995px) {
	.header-top__left {
		margin-right: 0;
	}
}

.header-top__right {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	padding: 0 0 0 1em;
	min-width: 180px;
	float: none;
}

@media screen and (max-width: 995px) {
	.header-top__right {
		min-width: auto;
		margin-left: auto;
	}
}

.simple-logo {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 31px;
	height: 31px;
	margin-left: 30px;
	border-bottom: none
}

@media screen and (max-width: 995px) {
	.simple-logo {
		margin-left: 50px;
	}
}

@media screen and (max-width: 767px) {
	.simple-logo {
		margin-left: 20px;
	}
}

.simple-logo__svg {
	width: 100%;
	height: 100%;
}

@media screen and (max-width: 995px) {
	.simple-logo path {
		fill: #fff;
	}
}

.header-top--primary {
	display: flex;
	align-items: center;
	min-height: 55px;
	padding: 0 85px;
	padding: 0 var(--pinkman-padding-desktop, 85px);
	background: #fff;
	min-width: 320px;
	max-width: 1600px;
	margin: 0 auto;
	box-sizing: border-box;
}

@media screen and (max-width: 1279px) {
	.header-top--primary {
		padding-left: 50px;
		padding-right: 50px;
	}
}

@media screen and (max-width: 995px) {
	.header-top--primary {
		padding: 0;
		background: #2953FC;
	}
	.header-top--primary .main-menu {
		display: none;
	}
}

.header-top--primary.header-top--primary {
	border-bottom: 1px solid #E3E1DE;
}

.header--preview .control__path {
	fill: #000;
}

@media (max-width: 995px) {
	.navigation_header, .fa-column,
	.fa-column .fa-column__item {
		display: block;
		float: none;
		width: auto;
		margin: 0;
	}
	.fa-footer {
		padding: 0;
		margin: 0;
	}
	.header-board__inner {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
	.header-board__inner .card {
		background: transparent;
	}
	.header-board__inner .card::before, .header-board__inner .card::after {
		content: none;
	}
	.header-board__inner .card__inner {
		padding: 0;
	}

	.is-open .js-mobile_popup__inner {
		padding: 20px;
	}

	.navigation--menu {
		-webkit-box-ordinal-group: 0;
		    -ms-flex-order: -1;
		        order: -1;
	}
	.navigation_header {
		margin: 0 0 1em;
	}
	.navigation_header li {
		padding: 0;
	}
	.layout .main,
	.layout .modules,
	.layout .sidebar,
	.layout .content {
		display: block;
		float: none;
		width: auto;
		padding: 0;
		margin: 0;
		border: none;
	}
	.layout .grid,
	.layout .main {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
	.layout .main {
		-webkit-box-ordinal-group: 4;
		    -ms-flex-order: 3;
		        order: 3;
	}
	.layout .sidebar {
		-webkit-box-ordinal-group: 6;
		    -ms-flex-order: 5;
		        order: 5;
		margin-top: 3rem;
	}
	.layout .content {
		-webkit-box-ordinal-group: 8;
		    -ms-flex-order: 7;
		        order: 7;
	}
	.layout .modules {
		-webkit-box-ordinal-group: 10;
		    -ms-flex-order: 9;
		        order: 9;
		margin-top: 3rem;
	}
	.sidebar__inner {
		padding-left: 0;
		padding-right: 0;
	}
	.content__inner {
		margin-right: 0;
		margin-bottom: 2em;
	}
	.header-top {
		top: 0;
		left: 0;
		right: 0;
		background: #1658da;
		padding-right: 12px;
	}
	.header-top--primary {
		position: fixed;
		z-index: 11;
	}
	.header-top--secondary {
		padding-left: 20px;
	}
	.header-top--primary .control_sitemap,
	.header-top--primary .control_lang2,
	.header-top--primary .dropdown-lang,
	.header-top--primary .control_user,
	.header-top--primary .control_search,
	.header-top--primary .control_vision {
		display: none;
	}

	.header .control_menu.control_menu {
		display: inline-block;
	}
	.control__path {
		fill: #fff;
	}
	.header_breadcrumbs, .header_breadcrumbs a {
		color: #fff;
	}
	.header_breadcrumbs a:hover {
		border-bottom-color: rgba(255, 255, 255, 0.3);
	}
	@media screen and (min-width: 768px) and (max-width: 995px) {
		.header_breadcrumb.is-mobile {
			display: flex;
		}
	}
	.header-board,
	.js-mobile_popup,
	.js-mobile_secondary_popup {
		position: fixed;
		overflow-y: hidden;
		z-index: 20;
		top: 0;
		margin: 0;
		padding-top: 0;
		bottom: 0;
		width: 100%;
		left: 100%;
		background: #f0f0f0;
		transition-property: left, opacity, visibility;
		transition-timing-function: ease-out;
		transition-duration: .3s;
		opacity: 0;
		left: 100%;
		visibility: hidden;
		box-sizing: border-box;
	}
	.has-m_sidebar {
		overflow: hidden;
	}
	.has-m_sidebar .header-board,
	.has-m_sidebar .js-mobile_popup,
	.has-m_sidebar .js-mobile_secondary_popup {
		overflow-y: scroll;
	}
	.header-board.is-open,
	.js-mobile_popup.is-open,
	.js-mobile_secondary_popup.is-open {
		left: 0;
		opacity: 1;
		visibility: visible;
	}
	.header-board__top {
		position: sticky;
		transform: translateZ(0);
		top: 0;
		left: 0;
		 box-sizing: border-box;
		width: 100%;
		height: auto;
		padding-top: 0;
		margin-left: 0 !important;
		z-index: 12 !important;
		background-size: 100% auto;
		background-size: cover;
		background: #1658da;
	}
	.is-open .header-board__top {
		left: 0;
	}
	.has-hiddenscroll .header-board__top {
		padding-right: 0;
		width: 100%;
	}
	.header-board__title {
		opacity: 1;
		padding-top: 2rem;
		padding-bottom: 2rem;
		text-align: center;
		border-top: 1px dashed #fff;
	}
	.page--under_overlay {
		position: fixed;
		overflow: hidden;
		height: 100%;
	}
	.has-hiddenscroll .page {
		padding-right: 0;
	}
}

@media (max-width: 995px) {
	.js-mobile_popup__inner.js-mobile_popup__inner {
		padding-left: 20px;
		padding-right: 20px;
	}
}

@media (min-width: 996px) {
	.header__controls .control_menu.control_menu {
		display: none;
	}
}

@media (max-width: 995px) {
	.header-board__top.is-mobile {
		display: block;
	}

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

	.control_lang2 {
		font: 500 1.1rem "HSE Sans", "Helvetica Neue", Arial, sans-serif;
		letter-spacing: 0.05em;
		text-transform: uppercase;
		height: 33px;
	}

	.control_lang2_item {
		width: 33px;
		height: 33px;
		line-height: 33px;
		border: 1px solid rgba(255,255,255,.4);
		box-sizing: border-box;
		border-radius: 2px;
		background: transparent;
		color: #fff;
		text-align: center;
		cursor: pointer;
		box-shadow: none;
	}

	.control_lang2_item .link {
		display: block;
		color: inherit;
		height: 100%;
		line-height: inherit;
	}

	.control_lang2_item.activated {
		background: transparent;
		color: #fff;
		border-color: #fff;
	}
	.header--preview .control__path {
		fill: #fff
	}
}

.header-top--secondary .left {
	display: flex;
	align-items: center;
}

@media (max-width: 995px) {
	.header-top--primary .control {
		display: none;
	}
	.header-top--secondary .control,
	.header-top--secondary .dropdown-lang,
	.header-top--secondary .control_lang2 {
		display: inline-block;
	}
	.header-top--secondary {
		min-height: 55px;
		display: flex;
		align-items: center;
	}
}

.control_sitemap.control_sitemap {
	width: 32px;
	height: 32px;
	background: #2953FC;
	border-radius: 2px;
}
.control_sitemap.control_sitemap:hover {
	background: #3D6CF8;
}
.control_sitemap::after, .control_sitemap::before, .control_sitemap__line {
	content: '';
	position: absolute;
	height: 3px;
	width: 16px;
	left: 50%;
	margin-left: -8px;
	background: #fff;
	border: 0;
	transition: all .35s ease;
}
.control_sitemap__line {
	top: calc(50% - 1px);
}

.control_sitemap::before {
	top: calc(50% - 7px);
}

.control_sitemap:hover::before {
	transform: translateY(1px) translateX(0);
}

.control_sitemap.active::before {
	transform: translateY(6px) translateX(0) rotate(45deg);
}

.control_sitemap::after {
	top: calc(50% + 5px);
}

.control_sitemap:hover::after {
	transform: translateY(-1px) translateX(0);
}

.control_sitemap.active::after {
	transform: translateY(-6px) translateX(0) rotate(-45deg);
}

@media screen and (max-width: 995px) {
	.control_sitemap {
		margin-left: 20px;
	}
}

.builder-section--content.builder-section--content {
	padding: 110px 22% 80px;
	margin: 0;
	box-sizing: border-box;
}

@media screen and (max-width: 1279px) {
	.builder-section--content.builder-section--content {
		padding: 80px 22% 60px;
	}
}

@media screen and (max-width: 995px) {
	.builder-section--content.builder-section--content {
		padding: 80px 50px 60px;
	}
}

@media screen and (max-width: 767px) {
	.builder-section--content.builder-section--content {
		padding: 60px 20px 40px;
	}
}

.content__inner &gt; noindex,
.content__inner &gt; .ya-share2 {
	padding-left: var(--pinkman-padding-desktop, 85px);
	padding-right: var(--pinkman-padding-desktop, 85px);
}

.grid .teasers,
.promo-section--shrink.promo-section--shrink {
	padding: 110px 86px 80px;
	padding: 110px var(--pinkman-padding-desktop, 85px) 80px;
	margin: 0;
	box-sizing: border-box;
}

@media screen and (max-width: 1279px) {
	.content__inner &gt; noindex,
	.content__inner &gt; .ya-share2 {
		padding-left: 50px;
		padding-right: 50px;
	}
	.grid .teasers,
	.promo-section--shrink.promo-section--shrink {
		padding: 80px 50px 60px;
	}
}

@media screen and (max-width: 767px) {
	.content__inner &gt; noindex,
	.content__inner &gt; .ya-share2 {
		padding-left: 20px;
		padding-right: 20px;
	}
	.grid .teasers,
	.promo-section--shrink.promo-section--shrink {
		padding: 60px 20px 40px;
	}
}

.pass-express-poll__h1.pass-express-poll__h1,
.pk-section__col_title,
.builder-section__title:not(.h1, .h2, .h3, .h4, .h5, .h6) {
	font: 600 5.5rem/1.05 "HSE Sans", "Proxima Nova", "Helvetica Neue", Arial, sans-serif;
	letter-spacing: -0.01em;
}

.builder-section__title:not(html) {
	letter-spacing: -0.01em;
}

.post__content h2.builder-section__title {font-size: 190%;}
.post-title {font-size: 5.5rem;}


@media screen and (max-width: 1279px) {
	.pass-express-poll__h1.pass-express-poll__h1,
	.pk-section__col_title,
	.builder-section__title:not(.h1, .h2, .h3, .h4, .h5, .h6) {
		font-size: 5rem;
		line-height: 1.1;
	}
	.post-title {font-size: 5rem;}
	.post__content h2.builder-section__title {
		font-size: 170%;
	}
}

@media screen and (max-width: 767px) {
	.post-title {font-size: 3.2rem;}
}

.h1.builder-section__title {
	font: 600 6.4rem/1.15 "HSE Sans", "Proxima Nova", "Helvetica Neue", Arial, sans-serif;
}

.h2.builder-section__title {
	font: 600 5.6rem/1.14 "HSE Sans", "Proxima Nova", "Helvetica Neue", Arial, sans-serif;
	letter-spacing: -0.01em;
}

.h3.builder-section__title {
	font: 600 4.2rem/1.1 "HSE Sans", "Proxima Nova", "Helvetica Neue", Arial, sans-serif;
	letter-spacing: -0.01em;
}

.h4.builder-section__title {
	font: 600 3.2rem/1.1 "HSE Sans", "Proxima Nova", "Helvetica Neue", Arial, sans-serif;
	letter-spacing: -0.01em;
}

.h5.builder-section__title,
.h6.builder-section__title {
	font: 600 2.4rem/1.2 "HSE Sans", "Proxima Nova", "Helvetica Neue", Arial, sans-serif;
	letter-spacing: -0.01em;
	text-transform: none;
}

@media screen and (max-width: 767px) {
	.h1.builder-section__title {
		font: 600 5.6rem/1.14 "HSE Sans", "Proxima Nova", "Helvetica Neue", Arial, sans-serif;
		letter-spacing: -0.01em;
	}

	.h2.builder-section__title {
		font: 600 4.2rem/1.1 "HSE Sans", "Proxima Nova", "Helvetica Neue", Arial, sans-serif;
	}

	.h3.builder-section__title {
		font: 600 3.2rem/1.1 "HSE Sans", "Proxima Nova", "Helvetica Neue", Arial, sans-serif;
	}

	.h4.builder-section__title {
		font: 600 2.4rem/1.2 "HSE Sans", "Proxima Nova", "Helvetica Neue", Arial, sans-serif;
	}

	.h5.builder-section__title,
	.h6.builder-section__title {
		font: 600 2.0rem/1.4 "HSE Sans", "Proxima Nova", "Helvetica Neue", Arial, sans-serif;
	}
}


@media screen and (max-width: 767px) {
	.pass-express-poll__h1.pass-express-poll__h1,
	.pk-section__col_title,
	.builder-section__title:not(.h1, .h2, .h3, .h4, .h5, .h6) {
		font-size: 3.5rem;
	}
}

.promo-section--shrink .pk-section__inner {
	padding-left: 0;
	padding-right: 0;
}

.pass-express-poll__h1.pass-express-poll__h1.pass-express-poll__h1.pass-express-poll__h1,
.pass-express-poll__h2.pass-express-poll__h2.pass-express-poll__h1.pass-express-poll__h2,
.pass-express-poll__h3.pass-express-poll__h3.pass-express-poll__h1.pass-express-poll__h3
.builder-section__title.builder-section__title.builder-section__title {
	margin: 0 0 1.27em;
}

.pk-top {
	position: fixed;
	width: 100%;
	left: 0;
	top: 0;
	height: 55px;
	z-index: 12;
}

.cut .pk-top {
	position: static;
}

.splash_preview__descr,
.plate_news__text,
.plate_news__date {
	font-size: 1.6rem;
}
.splash_preview__caption {
	font-size: 2rem;
}
.splash_preview__counter {
	font: 600 2.4rem 'HSE Sans', 'Proxima Nova', 'Helvetica Neue', Arial, sans-serif;
}

.splash_preview__counter::after {
	font-family: unset;
}

.plate_news__title {
	margin: .25em 0 .5em;
}
.plate_news__text {
	margin-bottom: 0;
}
.tag-set {
  margin-top: 0;
}
.masonry__item, .masonry__sizer {
	padding-bottom: 30px;
}



@media screen and (max-width: 995px) {
	.splashrow {
		margin-left: 50px;
		margin-right: 50px;
		border-radius: 8px;
	}
}


@media screen and (max-width: 767px) {
	.splashrow {
		margin-left: 20px;
		margin-right: 20px;
	}
}

.fa-person__item {
	font-size: 1.6rem;
}
</pre></body></html>