html {
	height: 100%;
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiase;
	-moz-osx-font-smoothing: grayscale;
}

body {
	font-family: "VK Sans Text", Sans-serif, Arial;
	font-size: 18px;
	line-height: 1em;
	font-style: normal;
	font-weight: normal;
	color: #050B15;
	height: 100%;
	background: #FFF;
	margin: 0;
	max-width: 100%;
}

a,
img,
input,
textarea,
select {
	outline: none;
}

label {
	cursor: pointer;
}

img {
	border: 0;
	vertical-align: bottom;
}

form {
	margin: 0;
}

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

a {
	color: #0077FF;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

textarea,
input,
select,
button {
	resize: none;
	outline: none;
}

p {
	padding: 0;
	margin: 0 0 16px 0;
}

table {
	border-collapse: collapse;
}

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

ol,
ul {
    margin-top: 0;
    margin-bottom: 32px;
}

ol {
    list-style: none;
    padding-left: 0;
    counter-reset: item;
}

ul {
    padding-left: 16px;
    list-style: disc;
}

ol > li {
    position: relative;
    padding-left: 33px;
    display:block;
}

ul > li,
ol > li {
    margin-bottom: 14px;
}

li ul > li,
li ol > li {
    margin-bottom: 12px;
}

ol > li::before {
    counter-increment: item;
    content: counter(item)".";
    position:absolute;
    left:0;
    top:0;
    color:#999999;
}

[class*="icon-"] {
	display: inline-block;
	vertical-align: middle;
}

.wrapper {
	min-height: 100vh;
	box-sizing: border-box;
	padding-top: 80px;
	display: flex;
	flex-direction: column;
}

.main-menu-sub-opened .wrapper {
	padding-top: 160px;
}

.section-wrapper {
	margin: 0 auto;
	max-width: 1348px;
	padding-right: 20px;
	padding-left: 20px;
	box-sizing: content-box;
}

.section-wrapper .section-wrapper {
	padding-left: 0;
	padding-right: 0;
}

.block {
	margin-bottom: 40px;
}

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

.header {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	background: #FFF;
	z-index: 120;
	user-select: none;
}

.header-main {
	display: flex;
	flex: 1;
}

.header-menu {
	display: flex;
	max-width: inherit;
	flex: 1;
}

.header>.section-wrapper {
	display: flex;
	height: 80px;
}

.footer {
	min-height: 80px;
	position: relative;
	box-sizing: border-box;
}

.footer-copyright {
	font-size: 16px;
}

.footer-copyright a {
	color: #050B15;
}

.footer .section-wrapper {
	display: flex;
	justify-content: space-between;
}

.content {
	position: relative;
	z-index: 3;
	flex: 1;
}

@media screen and (max-width: 1024px) {
	.header-main {
		flex-direction: column;
	}
}

.burger {
	width: 32px;
	height: 100%;
	padding: 0 30px;
	margin-right: -30px;
	box-sizing: unset;
	cursor: pointer;
	position: relative;
	z-index: 6;
	display: none;
	margin-left: auto;
	height: 100%;
	flex-direction: column;
	justify-content: center;
}

.burger:after,
.burger:before,
.burger i {
	content: '';
	display: block;
	background: #050B15;
	border-radius: 1.2px;
	width: 100%;
	height: 2.4px;
}

.burger i {
	position: relative;
	margin: 2.4px 0;
}

.grand-title>a,
.grand-title>a:hover,
.article h1>a,
.article h1>a:hover,
.title>a,
.title>a:hover,
.article h2>a,
.article h2>a:hover,
.title-sub>a,
.title-sub>a:hover,
.article h3>a,
.article h3>a:hover,
.title-block>a,
.title-block>a:hover,
.article h4>a,
.article h4>a:hover,
.title-block-sub>a,
.title-block-sub>a:hover,
.article h5>a,
.article h5>a:hover,
.title-text>a,
.title-text>a:hover {
	color: inherit;
	text-decoration: none;
}

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

.elements-caption {
	margin-right: 16px;
}

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

.elements-list-item {
	margin-right: 12px;
}

.elements-list-item:last-child {
	margin-right: 0;
}

.radio,
.checkbox {
	position: relative;
}

.radio .field-style,
.checkbox .field-style {
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	position: relative;
	text-align: center;
}

.radio .field-input,
.checkbox .field-input {
	position: absolute;
	padding: 0;
	margin: 0;
	border: 0;
	left: -5px;
	top: -5px;
	filter: alpha(opacity=0);
	opacity: 0;
	width: calc(100% + 10px);
	height: calc(100% + 10px);
}

.radio .field-input:disabled,
.checkbox .field-input:disabled {
	cursor: default;
}

.radio .field-input:disabled+.field-style,
.checkbox .field-input:disabled+.field-style {
	filter: "alpha(opacity=50)";
	opacity: 0.5;
}

.radio .field-style {
	-webkit-border-radius: 50%;
	border-radius: 50%;
}

.radio .field-input:checked+.field-style:before {
	width: 50%;
	height: 50%;
	margin: 25% 0 0 25%;
	content: '';
	display: block;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}

.checkbox .field-input:checked+.field-style:before {
	width: 100%;
	height: 100%;
	content: '';
	display: block;
	background-position: 50% 50%;
	background-repeat: no-repeat;
}

.error .radio .field-input:not(:checked):hover+.field-style,
.error .radio .field-style,
.error .checkbox .field-input:not(:checked):hover+.field-style,
.error .checkbox .field-style {
	border-color: #fe4a4a;
}

.checklist-item {
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
	display: inline-flex;
	flex-flow: row wrap;
	margin-bottom: 16px;
}

.checklist-item-text {
	flex: 1;
	cursor: pointer;
	align-self: center;
}

.checklist-item:last-child {
	margin-bottom: 0;
}

.checklist-item .form_error {
	width: 100%;
}

@font-face {
	font-family: "VK Sans Text";
	font-style: normal;
	font-weight: normal;
	src: url("../fonts/VKSansText-Regular.woff2") format("woff2"), url("../fonts/VKSansText-Regular.woff") format("woff");
	font-display: swap;
}

@font-face {
	font-family: "VK Sans Text";
	font-style: normal;
	font-weight: 500;
	src: url("../fonts/VKSansText-Medium.woff2") format("woff2"), url("../fonts/VKSansText-Medium.woff") format("woff");
	font-display: swap;
}

@font-face {
	font-family: "VK Sans Display";
	font-style: normal;
	font-weight: normal;
	src: url("../fonts/VKSansDisplay-Regular.woff2") format("woff2"), url("../fonts/VKSansDisplay-Regular.woff") format("woff");
	font-display: swap;
}

@font-face {
	font-family: "VK Sans Display";
	font-style: normal;
	font-weight: 500;
	src: url("../fonts/VKSansDisplay-Medium.woff2") format("woff2"), url("../fonts/VKSansDisplay-Medium.woff") format("woff");
	font-display: swap;
}

@font-face {
	font-family: "icon_font";
	font-style: normal;
	font-weight: normal;
	src: url("../fonts/icon_font.woff2") format("woff2"), url("../fonts/icon_font.woff") format("woff");
	font-display: swap;
}

.animation,
.burger:before,
.burger:after {
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

@media screen and (min-width: 1025px) {
	.mobile-only {
		display: none;
	}
}

@media screen and (max-width: 1024px) {
	.desktop-only {
		display: none;
	}
	.mobile-only {
		display: block;
	}
	.mobile-menu-opened {
		overflow: hidden;
	}
	.mobile-menu-opened .header {
		border-bottom: 0;
	}
	.mobile-menu-opened .header-main {
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		background: rgba(255, 255, 255, 0.4);
		backdrop-filter: blur(40px);
	}
}

.logo {
	width: 42px;
	height: 42px;
	background: url("../images/logo-vk.svg");
	background-size: contain;
	background-repeat: no-repeat;
	display: flex;
	align-items: flex-end;
}

@media screen and (max-width: 1024px) {
	.logo {
		height: 34px;
	}
}

.logo-footer {
	width: 42px;
	height: 42px;
	background: url("../images/logo-footer.svg");
	background-size: contain;
	background-repeat: no-repeat;
}

.header {
	border-bottom: 1px solid rgba(185, 185, 185, 0.4);
}

.header-logo {
	min-width: 42px;
	align-self: center;
}

@media screen and (min-width: 1025px) {
	.header-logo {
		padding-right: 159px;
	}
}

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

.header-main {
	max-width: calc(100% - 150px);
	box-sizing: border-box;
}

.header-main .additive-links {
	display: none;
}

.header .socials-item {
	border: 0;
	width: auto;
	height: auto;
}

@media screen and (max-width: 1024px) {
	.header>.section-wrapper {
		height: 60px;
	}
	.header-main,
	.header .additive-links {
		display: none;
	}
	.header-main {
		position: absolute;
		left: 0;
		right: 0;
		top: 60px;
		border-top: 1px solid rgba(185, 185, 185, 0.4);
		height: calc(100vh - 1px - 60px);
		box-sizing: border-box;
		z-index: 100;
		padding: 43px 30px 30px 30px;
		overflow-y: auto;
		max-width: 100%;
	}
	.header-main:before {
		content: '';
		display: block;
		background: -moz-linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, white 100%);
		background: -webkit-linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, white 100%);
		background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, white 100%);
		position: absolute;
		left: 0;
		top: 0;
		right: 0;
		z-index: 0;
		height: 120px;
	}
	.header-main .header-menu {
		position: relative;
		z-index: 1;
	}
	.header-main .additive-links {
		display: block;
		position: relative;
		z-index: 1;
	}
	.header-main .additive-links-item {
		margin-right: 0;
		margin-bottom: 16px;
	}
	.header-main .additive-links-item:last-child {
		margin-bottom: 0;
	}
	.header-main .block-link {
		color: #FFF;
	}
	.header-main .socials {
		padding-top: 16px;
	}
	.header-main .socials .elements-list {
		justify-content: space-between;
	}
}

.main-menu-sub-opened .header {
	border-bottom: 0;
}

.main-menu-sub-opened .wrapper {
	padding-top: 80px;
}

@media screen and (max-width: 1024px) {
	.main-menu-sub-opened {
		overflow: hidden;
	}
	.main-menu-sub-opened .wrapper {
		padding-top: 60px;
	}
}

@media screen and (max-width: 1024px) {
	.wrapper {
		padding-top: 60px;
	}
}

.section {
	margin-bottom: 104px;
}

.section-second {
	margin-bottom: 50px;
}

.section-cols:not(:last-child) {
	margin-bottom: 50px;
}

@media screen and (min-width: 1025px) {
	.section-cols {
		display: flex;
	}
}

.section-cols-main {
	flex: 1;
	max-width: 100%;
}

.section-cols-right {
	width: 330px;
	margin-left: 40px;
}

.section-cols-main> :last-child,
.section-cols-right> :last-child {
	margin-bottom: 0;
}

.section-cols>.section-wrapper {
	display: flex;
}

.section-head {
	margin-bottom: 60px;
}

.section-head [class*="title"]:last-child {
	margin-bottom: 0;
}

.section-control {
	margin-top: 60px;
}

@media screen and (max-width: 1024px) {
	.section {
		margin-bottom: 60px;
	}
	.section-head {
		margin-bottom: 40px;
	}
	.section-control {
		margin-top: 40px;
	}
	.section-second {
		margin-bottom: 30px;
	}
	.section-cols {
		margin-bottom: 50px;
	}
	.section-cols-main {
		flex: 1;
		max-width: 100%;
	}
	.section-cols-main:not(:last-child) {
		margin-bottom: 60px;
	}
	.section-cols-right {
		width: 100%;
		margin-left: 0;
	}
}

@-webkit-keyframes fromTopToBottom {
	0% {
		-webkit-transform: translate3d(0, -5%, 0);
		opacity: 0;
		transform: translate3d(0, -5%, 0);
	}
	to {
		-webkit-transform: translateZ(0);
		opacity: 1;
		transform: translateZ(0);
	}
}

@keyframes fromTopToBottom {
	0% {
		-webkit-transform: translate3d(0, -5%, 0);
		opacity: 0;
		transform: translate3d(0, -5%, 0);
	}
	to {
		-webkit-transform: translateZ(0);
		opacity: 1;
		transform: translateZ(0);
	}
}

@keyframes btnArrowAnimation {
	0% {
		background-position: 0 0;
	}
	50% {
		background-position: 18px -18px;
	}
	51% {
		background-position: -18px 18px;
	}
	100% {
		background-position: 0 0;
	}
}

.menu {
	display: flex;
	margin: 0;
	padding: 0;
	flex: 1;
}

.menu-item {
	cursor: pointer;
	color: #050B15;
    margin-bottom: 0;
}

.menu-item-url {
	padding: 0;
	text-decoration: none;
	font-family: "VK Sans Display", Sans-serif, Arial;
	font-size: 16px;
	line-height: 20px;
	color: #050B15;
	display: flex;
	align-items: center;
}

.menu-item-selected > .menu-item-url {
	color: #0077FF;
	position: relative;
}

@media screen and (min-width: 1025px) {
	.menu-item {
		white-space: nowrap;
		font-size: 18px;
		display: flex;
	}
	.menu-item:not(:last-child) {
		margin-right: 48px;
	}
	.menu-item-sub {
		position: absolute;
		top: 100%;
		left: 0;
		right: 0;
		display: none;
	}
	.menu-item:hover>.menu-item-url {
		position: relative;
	}
	.menu-item:hover>.menu-item-url:after {
		display: block;
		content: '';
		position: absolute;
		left: 0;
		bottom: 22px;
		right: 0;
		border-bottom: 2px solid #E5E5E5;
	}
	.menu-item:hover .menu-item-sub {
		-webkit-animation-duration: 0.15s;
		-webkit-animation-fill-mode: both;
		animation-duration: 0.15s;
		animation-fill-mode: both;
		display: block;
		-webkit-animation-name: fromTopToBottom;
		animation-name: fromTopToBottom;
		-webkit-animation-delay: 0s;
		animation-delay: 0s;
	}
}

@media screen and (min-width: 1025px) and (prefers-reduced-motion) {
	.menu-item:hover .menu-item-sub {
		-webkit-animation: unset !important;
		-webkit-transition: none !important;
		animation: unset !important;
		transition: none !important;
	}
}

@media screen and (min-width: 1025px) {
	.menu-item.menu-item-selected>.menu-item-url:after {
		display: block;
		content: '';
		position: absolute;
		left: 0;
		bottom: 22px;
		right: 0;
		border-bottom: 2px solid #E5E5E5;
		border-color: #0077FF;
	}
	.menu-item.menu-item-selected:not(:hover) .menu-item-sub {
		display: none;
	}
	.menu .menu-item-sub {
		min-height: 350px;
		max-height: calc(100vh - 80px);
		border-bottom: 0;
		border-top: 0;
		display: none;
		overflow: hidden;
		overflow-y: auto;
		background: rgba(255, 255, 255, 0.4);
		backdrop-filter: blur(40px);
		border-bottom: 1px solid rgba(185, 185, 185, 0.4);
	}
	.menu .menu-item-sub:before {
		content: '';
		display: block;
		background: -moz-linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, white 100%);
		background: -webkit-linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, white 100%);
		background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, white 100%);
		position: absolute;
		left: 0;
		right: 0;
		z-index: 0;
		height: 220px;
	}
	.menu .menu-item-sub .menu {
		position: relative;
		display: block;
		padding-top: 54px;
		padding-bottom: 54px;
		flex: 1;
		margin: 0 auto;
		max-width: 1348px;
		padding-right: 20px;
		padding-left: 20px;
	}
	.menu .menu-item-sub .menu-item:not(:last-child) {
		margin-bottom: 26px;
	}
	.menu .menu-item-sub .menu-item.menu-item-selected .menu-item-url {
		color: #0077FF;
	}
	.menu .menu-item-sub .menu-item-url {
		font-size: 36px;
		line-height: 42px;
		color: #050B15;
	}
	.menu .menu-item-sub .menu-item-url:hover {
		color: #2667F6;
		text-decoration: underline;
	}
	.menu .menu-item-sub .menu-item-url:after,
	.menu .menu-item-sub .menu-item-url:before {
		display: none;
	}
	.menu .menu-item-sub .menu-item-selected>.menu-item-url {
		position: relative;
		background: transparent;
	}
	.menu .menu-item-sub .menu-item-selected>.menu-item-url:before {
		content: '';
		display: block;
		height: 2px;
		background: #0077FF;
		position: absolute;
		left: 0;
		bottom: -1px;
		right: 0;
	}
}

@media screen and (max-width: 1024px) {
	.menu {
		display: block;
		margin-bottom: 104px;
		padding-right: 0;
	}
	.menu-item {
		margin: 0;
		display: block;
	}
	.menu-item-sub {
		display: none;
		position: absolute;
		left: 0;
		right: 0;
		top: 100%;
		height: 100%;
	}
	.menu-item:hover>.menu-item-sub,
	.menu-item.menu-item-selected>.menu-item-sub {
		display: flex;
	}
	.menu-item-sub .menu {
		margin-bottom: 0;
	}
	.menu-item-sub .menu-item {
		margin-top: 8px;
		margin-bottom: 0;
		margin-left: 10px;
	}
	.menu-item-sub .menu-item-url {
		font-size: 18px;
	}
	.menu-item:not(:last-child) {
		margin-bottom: 26px;
	}
	.menu-item-url {
		padding: 0;
		font-size: 26px;
		line-height: 32px;
		color: #050B15;
		display: flex;
	}
	.menu-item .menu-item {
		margin-bottom: 0;
	}
	.menu-item .menu-item-sub {
		position: static;
	}
}

.menu-list {
    margin:0;
    padding:0;
    list-style: none;
    display:flex;
    align-items: center;
}

.menu-list-item {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 0;
}

.menu-list-item:not(:last-child) {
    margin-right: 20px;
}

.footer {
	background: #E5E5E5;
	color: #778097;
}

.footer a {
	color: inherit;
}

.footer .socials-item {
	border: 0;
	width: auto;
	height: auto;
	filter: "alpha(opacity=55)";
	opacity: 0.55;
}

@media screen and (min-width: 1025px) {
	.footer {
		padding-top: 35px;
		padding-bottom: 35px;
	}
	.footer-copyright {
		margin-left: auto;
	}
	.footer [class*="logo"] {
		margin-right: 104px;
	}
	.footer .socials .elements-list-item:not(:last-child) {
		margin-right: 30px;
	}
}

@media screen and (max-width: 1024px) {
	.footer {
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.footer .section-wrapper {
		flex-direction: column;
		align-items: center;
	}
	.footer-copyright {
		display: none;
	}
	.footer .socials-item [class*="icon"] {
		width: 16px;
		height: 16px;
		background-size: contain;
	}
	.footer .socials .elements-list-item:not(:last-child) {
		margin-right: 26px;
	}
	.footer .additive-links {
		order: 0;
		padding-bottom: 30px;
		margin-bottom: 30px;
		border-bottom: 1px solid rgba(185, 185, 185, 0.4);
	}
	.footer [class*="logo"] {
		order: 1;
	}
}

.additive-links {
	display: flex;
}

.additive-links-item {
	margin-right: 70px;
}

.additive-links-item:last-child {
	margin-right: 0;
}

.content {
	margin-top: 50px;
}

.main-page .top-banner+.content {
	margin-top: 0;
}

.content>.info-block:last-child,
.content>.filter:last-child {
	margin-bottom: 0;
	border-bottom: 0;
}

.content>.footer-merge:last-child {
	margin-bottom: -80px;
}

.highlight-block+.content,
.accent-block+.content,
.annotation+.content,
.top-banner+.content {
	margin-top: 0;
}

@media screen and (min-width: 1025px) {
	.highlight-block+.content[class*="pattern"],
	.accent-block+.content[class*="pattern"],
	.annotation+.content[class*="pattern"],
	.top-banner+.content[class*="pattern"] {
		margin-top: -50px;
		padding-top: 50px;
	}
}

@media screen and (max-width: 1024px) {
	.content {
		margin-top: 26px;
	}
	.content[class*="decor"] {
		background: none;
	}
}

.elements-caption {
	font-weight: 300;
}

.elements-list-item {
	margin-right: 32px;
}

.article {
	font-size: 18px;
	line-height: 30px;
	margin-bottom: 50px;
}

.article img {
	max-width: 100%;
	margin-bottom: 30px;
	display: block;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

.article p {
	margin-bottom: 30px;
}

.article ul,
.article ol {
	margin: 0 0 30px 0;
	padding: 0 0 0 16px;
}

.article ul li,
.article ol li {
	margin-bottom: 8px;
}

.article ul li {
	list-style: disc;
}

.article.block ul li {
	list-style-type: initial;
}

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

.article-list-item {
	margin-bottom: 16px;
	display: flex;
	align-items: flex-start;
}

.article-list-item:last-child {
	margin-bottom: 0;
}

.article-list-item-pic {
	margin-right: 16px;
	align-self: flex-start;
}

.article-list-item-pic img[width="96"] {
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

.article-list-item-pic img[width="48"] {
	-webkit-border-radius: 2px;
	border-radius: 2px;
}

.article-list-item-content {
	flex: 1 0;
	align-self: center;
}

@media screen and (min-width: 1025px) {
	.article-note {
		padding-left: 90px;
		position: relative;
		display: block;
	}
	.article-note:before {
		content: '';
		display: block;
		width: 68px;
		height: 68px;
		background: url("../images/icon-diamond.svg") no-repeat;
		position: absolute;
		left: 0;
		top: 0;
	}
}

@media screen and (max-width: 1024px) {
	.article {
		margin-bottom: 30px;
		font-size: 16px;
		line-height: 28px;
	}
	.article .title-sub {
		font-size: 32px;
		line-height: 40px;
	}
}

.grand-title {
	font: 400 normal 140px/130px "VK Sans Display", Sans-serif, Arial;
	color: #2C2D2E;
	margin-bottom: 30px;
}

@media screen and (max-width: 1024px) {
	.grand-title {
		font-size: 36px;
		line-height: 42px;
	}
}

.title-main {
	font: 400 normal 96px/96px "VK Sans Display", Sans-serif, Arial;
	color: #050B15;
	margin-bottom: 65px;
}

@media screen and (max-width: 1024px) {
	.title-main {
		font-size: 28px;
		line-height: 34px;
		margin-bottom: 24px;
	}
}

.article h1,
.title {
	font: 400 normal 64px/64px "VK Sans Display", Sans-serif, Arial;
	color: #050B15;
	margin-bottom: 80px;
}

@media screen and (max-width: 1024px) {
	.article h1,
	.title {
		font-size: 28px;
		line-height: 34px;
		margin-bottom: 40px;
	}
}

.article h2,
.title-sub {
	font: 400 normal 38px/42px "VK Sans Display", Sans-serif, Arial;
	color: #050B15;
	margin-bottom: 20px;
}

@media screen and (max-width: 1024px) {
	.article h2,
	.title-sub {
		font-size: 28px;
		line-height: 34px;
	}
	.article h2+.section-head-more,
	.title-sub+.section-head-more {
		padding-top: 0;
	}
}

.article h3,
.title-block {
	font: 400 normal 28px/34px "VK Sans Display", Sans-serif, Arial;
	color: #050B15;
	margin-bottom: 12px;
}

@media screen and (max-width: 1024px) {
	.article h3,
	.title-block {
		font-size: 22px;
		line-height: 32px;
	}
}

.article h4,
.title-block-sub {
	font: 400 normal 22px/32px "VK Sans Display", Sans-serif, Arial;
	color: #2C2D2E;
	margin-bottom: 12px;
}

.article h5,
.title-text {
	font: 500 normal 18px/32px "VK Sans Display", Sans-serif, Arial;
	color: #2C2D2E;
	margin-bottom: 5px;
}

.text {
	font-size: 18px;
	line-height: 32px;
}

.text-small {
	font-size: 16px;
	line-height: 24px;
}

.text-smallest {
	font-size: 14px;
	line-height: 18px;
}

.text-large {
	font-size: 24px;
	line-height: 25px;
}

@media screen and (max-width: 1024px) {
	.text {
		font-size: 16px;
		line-height: 24px;
	}
	.text-large {
		font-size: 16px;
		line-height: 24px;
	}
}

.text ul {
	margin: 0;
}

[class*="title"]+.sub-title-block {
	margin-top: -10px;
}

.top-banner {
	overflow: hidden;
	position: relative;
	background-size: cover;
	background-color: #EBEDF0;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	color: #FFF;
}

.top-banner [class*="title"] {
	color: inherit;
	position: relative;
	z-index: 1;
}

.top-banner .pattern {
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	margin-left: auto;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.top-banner .pattern .pattern__group {
	opacity: 0;
	transform: translateX(70vw);
}

.is-dom-ready .top-banner .pattern__group:nth-child(1) {
	--initDelay: 0s;
	--delay: 0.1s;
	opacity: 1;
	transform: translateX(0);
	transition: transform 1.5s cubic-bezier(0.37, 0.31, 0, 1) calc(var(--initDelay) + var(--delay));
}

.is-dom-ready .top-banner .pattern__group:nth-child(2) {
	--initDelay: 0s;
	--delay: 0.2s;
	opacity: 1;
	transform: translateX(0);
	transition: transform 1.5s cubic-bezier(0.37, 0.31, 0, 1) calc(var(--initDelay) + var(--delay));
}

.is-dom-ready .top-banner .pattern__group:nth-child(3) {
	--initDelay: 0s;
	--delay: 0.3s;
	opacity: 1;
	transform: translateX(0);
	transition: transform 1.5s cubic-bezier(0.37, 0.31, 0, 1) calc(var(--initDelay) + var(--delay));
}

.is-dom-ready .top-banner .pattern__group:nth-child(4) {
	--initDelay: 0s;
	--delay: 0.4s;
	opacity: 1;
	transform: translateX(0);
	transition: transform 1.5s cubic-bezier(0.37, 0.31, 0, 1) calc(var(--initDelay) + var(--delay));
}

.is-dom-ready .top-banner .pattern__group:nth-child(5) {
	--initDelay: 0s;
	--delay: 0.5s;
	opacity: 1;
	transform: translateX(0);
	transition: transform 1.5s cubic-bezier(0.37, 0.31, 0, 1) calc(var(--initDelay) + var(--delay));
}

.is-dom-ready .top-banner .pattern__group:nth-child(6) {
	--initDelay: 0s;
	--delay: 0.6s;
	opacity: 1;
	transform: translateX(0);
	transition: transform 1.5s cubic-bezier(0.37, 0.31, 0, 1) calc(var(--initDelay) + var(--delay));
}

.is-dom-ready .top-banner .pattern__group:nth-child(7) {
	--initDelay: 0s;
	--delay: 0.7s;
	opacity: 1;
	transform: translateX(0);
	transition: transform 1.5s cubic-bezier(0.37, 0.31, 0, 1) calc(var(--initDelay) + var(--delay));
}

.is-dom-ready .top-banner .pattern__group:nth-child(8) {
	--initDelay: 0s;
	--delay: 0.8s;
	opacity: 1;
	transform: translateX(0);
	transition: transform 1.5s cubic-bezier(0.37, 0.31, 0, 1) calc(var(--initDelay) + var(--delay));
}

.is-dom-ready .top-banner .pattern__group:nth-child(9) {
	--initDelay: 0s;
	--delay: 0.9s;
	opacity: 1;
	transform: translateX(0);
	transition: transform 1.5s cubic-bezier(0.37, 0.31, 0, 1) calc(var(--initDelay) + var(--delay));
}

.is-dom-ready .top-banner .pattern__group:nth-child(10) {
	--initDelay: 0s;
	--delay: 1s;
	opacity: 1;
	transform: translateX(0);
	transition: transform 1.5s cubic-bezier(0.37, 0.31, 0, 1) calc(var(--initDelay) + var(--delay));
}

.is-dom-ready .top-banner .pattern__group:nth-child(11) {
	--initDelay: 0s;
	--delay: 1.1s;
	opacity: 1;
	transform: translateX(0);
	transition: transform 1.5s cubic-bezier(0.37, 0.31, 0, 1) calc(var(--initDelay) + var(--delay));
}

.is-dom-ready .top-banner .pattern__group:nth-child(12) {
	--initDelay: 0s;
	--delay: 1.2s;
	opacity: 1;
	transform: translateX(0);
	transition: transform 1.5s cubic-bezier(0.37, 0.31, 0, 1) calc(var(--initDelay) + var(--delay));
}

.is-dom-ready .top-banner .pattern__group:nth-child(13) {
	--initDelay: 0s;
	--delay: 1.3s;
	opacity: 1;
	transform: translateX(0);
	transition: transform 1.5s cubic-bezier(0.37, 0.31, 0, 1) calc(var(--initDelay) + var(--delay));
}

.is-dom-ready .top-banner .pattern__group:nth-child(14) {
	--initDelay: 0s;
	--delay: 1.4s;
	opacity: 1;
	transform: translateX(0);
	transition: transform 1.5s cubic-bezier(0.37, 0.31, 0, 1) calc(var(--initDelay) + var(--delay));
}

.is-dom-ready .top-banner .pattern__group:nth-child(15) {
	--initDelay: 0s;
	--delay: 1.5s;
	opacity: 1;
	transform: translateX(0);
	transition: transform 1.5s cubic-bezier(0.37, 0.31, 0, 1) calc(var(--initDelay) + var(--delay));
}

@media screen and (min-width: 1025px) {
	.top-banner {
		min-height: 400px;
		margin-bottom: 50px;
	}
	.top-banner-slim {
		min-height: 300px;
	}
	.top-banner .section-wrapper {
		padding-top: 60px;
		padding-bottom: 60px;
	}
}

@media screen and (max-width: 1024px) {
	.top-banner {
		margin-bottom: 30px;
		min-height: 300px;
	}
	.top-banner .section-wrapper {
		padding-top: 27px;
		padding-bottom: 27px;
	}
	.top-banner:not([class*="pattern-theme"]) .pattern {
		display: none;
	}
	.top-banner-slim {
		position: relative;
	}
	.top-banner-slim:after {
		display: block;
		content: '';
		position: absolute;
		left: 0;
		top: 0;
		right: 0;
		bottom: 0;
		background: linear-gradient(0deg, rgba(0, 25, 63, 0.4), rgba(0, 25, 63, 0.4));
	}
}

@media screen and (min-width: 1920px) {
	.top-banner:not([class*="pattern"]) {
		min-height: 700px;
	}
}

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

.text-mid {
	font-size: 16px;
	line-height: 24px;
}

.filter {
	margin-bottom: 80px;
}

.filter-form-row {
	display: flex;
	flex-wrap: wrap;
	order: 1;
	margin-bottom: 10px;
}

.filter-form-row:last-child {
	margin-bottom: 0;
}

.filter-form-option-right {
	float: right;
}

.filter-form-item {
	flex: 1 0;
}

.filter-form-item-end {
	flex: 100px 0;
	justify-content: flex-end;
}

.filter-form-item-end:after {
	content: '';
	width: 100%;
}

.filter-form-item-end .button {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.filter-form-item-name {
	display: none;
}

@media screen and (min-width: 1025px) {
	.filter .input-group-option {
		margin-top: 30px;
	}
}

.filter-control {
	display: flex;
	margin-top: 16px;
	color: #050B15;
}

.filter-control-right {
	margin-left: auto;
}

.filter-control a {
	color: inherit;
	text-decoration: underline;
}

.filter-control a:hover {
	text-decoration: none;
}

.filter .title-sub {
	margin-bottom: 15px;
}

.filter+.message-search {
	margin-top: -50px;
}

@media screen and (max-width: 1024px) {
	.filter {
		margin-bottom: 40px;
	}
}

.social-share .elements-caption {
	font-weight: 300;
	margin-right: 25px;
}

.social-share .elements-list-item:not(:last-child) {
	margin-right: 15px;
}

.scroll {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	overflow: hidden;
	width: 12px;
}

.scroll__track {
	position: absolute;
	z-index: 3;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.scroll__track__box {
	position: absolute;
	width: 100%;
	height: 0;
}

.scroll__track__drag {
	position: relative;
	z-index: 5;
	height: 100%;
	cursor: pointer;
}

.scroll__track__drag:after {
	content: '';
	margin: 0 auto;
	display: block;
	background: #E1E3E6;
	width: 4px;
	height: 100%;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}

.scroll__track__drag-wrap {
	position: absolute;
	min-height: 25px;
	height: 0;
	width: 100%;
}

.scroll_horizontal {
	top: inherit;
	left: 0;
	width: auto;
	height: 12px;
}

.scroll_horizontal .scroll__track {
	width: auto;
	top: inherit;
	left: 0;
	height: 100%;
}

.scroll_horizontal .scroll__track__box {
	width: 0;
	height: 100%;
}

.scroll_horizontal .scroll__track__drag {
	height: 100%;
	width: auto;
}

.scroll_horizontal .scroll__track__drag:after {
	width: auto;
}

.scroll_horizontal .scroll__track__drag-wrap {
	min-width: 25px;
	min-height: 0;
	height: 100%;
	width: 0;
}

.scroll_light .scroll__track__drag:after {
	background: rgba(255, 255, 255, 0.48);
}

.vacancy__input {
	position: relative;
	color: #000;
}

.input__pre,
.input__after {
	position: relative;
	z-index: 5;
}

.input__decorator {
	pointer-events: none;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	border: 0;
	border-bottom: 1px solid rgba(185, 185, 185, 0.4);
	background: #FFF;
	-webkit-box-shadow: inset 0 2px rgba(185, 185, 185, 0.4);
	box-shadow: inset 0 2px rgba(185, 185, 185, 0.4);
	-webkit-transition: border-color 0.2s ease-in-out;
	-ms-transition: border-color 0.2s ease-in-out;
	transition: border-color 0.2s ease-in-out;
}

.vacancy__input:focus-within .input__decorator:after {
	border: 0;
}

.vacancy__input__inner {
	position: relative;
	outline: none;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

.vacancy__input__container {
	box-flex: 1;
	flex: 1 0 0%;
	display: block;
	overflow: hidden;
}

.input__tags {
	overflow: hidden;
	white-space: nowrap;
	position: relative;
	z-index: 5;
}

.input__tags-inner {
	float: right;
}

.input__tags+.vacancy_input__container {
	flex-basis: 100px;
	min-width: 100px;
}

.input__field {
	outline: none;
	padding: 11px 0;
	box-sizing: border-box;
	border: 0;
	font-family: "VK Sans Text", Sans-serif, Arial;
	background: none;
	line-height: 1.2em;
	position: relative;
	z-index: 2;
	font-size: 28px;
	line-height: 34px;
	width: 100%;
	height: 48px;
}

.input__field::-ms-clear {
	display: none;
}

.input__icon {
	position: relative;
	z-index: 2;
	padding: 8px 0;
	font-size: 20px;
	color: #000;
	display: block;
	float: left;
}

.input__suggest {
	display: none;
	overflow: hidden;
	position: absolute;
	margin-top: 5px;
	left: 0;
	z-index: 1200;
	background: #FFF;
	border: 1px solid #e0e0e0;
	min-width: 200px;
	-webkit-box-shadow: 0 2px rgba(185, 185, 185, 0.4);
	box-shadow: 0 2px rgba(185, 185, 185, 0.4);
	width: auto;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

.input__suggest__item {
	display: block;
	padding: 10px;
	cursor: pointer;
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid transparent;
	text-decoration: none;
	color: #000;
}

.input__suggest__item:first-child {
	border-top-color: transparent;
}

.input__suggest__item_active,
.input__suggest__item:hover {
	text-decoration: none;
	background: #ff5776;
	border-color: #ff4668;
	color: #FFF;
}

.input__decorator {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.input-footer {
	margin-top: 9px;
	font-size: 18px;
	line-height: 28px;
}

.input-footer .icon-attach {
	display: none;
}

.input-footer .or {
	display: inline;
	margin-right: 0;
}

.url-color {
	color: #0077FF;
}

.input_icon_left .input__icon {
	padding-left: 10px;
}

.input_icon_right .input__icon {
	padding-right: 10px;
}

.input_textarea .input__field {
	height: 48px;
	padding: 8px 0;
	vertical-align: top;
}

.input_textarea .input__icon {
	vertical-align: top;
}

.input_textarea_large .input__field {
	height: 48px;
}

.input_textarea_medium .input__field {
	height: 48px;
}

.input_error .input__decorator,
.vacancy__input.error .input__decorator,
.form-field_error .vacancy__input .input__decorator,
.error .vacancy__input .input__decorator {
	border-color: #ff3e2a;
	background: #FFF;
}

.button {
	display: inline-flex;
	align-items: center;
	color: #050B15;
	text-decoration: none;
	min-height: 50px;
	padding: 0 22px;
	border: 1px solid #000;
	box-sizing: border-box;
	background: transparent;
	justify-content: center;
	vertical-align: middle;
	font: 400 16px/24px "VK Sans Display", Sans-serif, Arial;
	outline: none;
	position: relative;
	cursor: pointer;
	text-decoration: none;
	min-width: 190px;
}

.button:hover {
	text-decoration: none;
}

.button:hover:not(.button-color-white):not(.button-text) {
	color: #0077FF;
	border-color: #0077FF;
}

.button-full {
	width: 100%;
}

@media screen and (max-width: 1024px) {
	.button:not(.button-icon) {
		width: 100%;
	}
}

.button-direction:after {
	content: '';
	display: block;
	width: 18px;
	height: 18px;
	background: url("../images/icon-arrow-45deg.svg") no-repeat;
	background-size: contain;
	margin-left: 36px;
}

.button-direction:not(.button-color-white):hover:after {
	content: '';
	display: block;
	width: 18px;
	height: 18px;
	background: url("../images/icon-arrow-45deg-accent.svg") no-repeat;
	background-size: contain;
	filter: none;
	animation: btnArrowAnimation;
	animation-duration: 0.5s;
	animation-iteration-count: 1;
}

.button-direction.button-color-white:after {
	content: '';
	display: block;
	width: 18px;
	height: 18px;
	background: url("../images/icon-arrow-45deg-white.svg") no-repeat;
	background-size: contain;
}

.button-direction.button-color-white:hover:after {
	filter: none;
	animation: btnArrowAnimation;
	animation-duration: 0.5s;
	animation-iteration-count: 1;
}

.button-text {
	padding: 0;
	font-size: 20px;
	line-height: 34px;
	border: 0;
	min-height: 0;
	justify-content: space-between;
}

.button-text:after {
	margin-left: 20px;
}

.button-text.active {
	color: #0077FF;
	text-decoration: underline;
}

.button-text:hover {
	text-decoration: underline;
}

.button-icon {
	background-position: 50% 50%;
	min-height: 0;
	border: 0;
	min-width: 0;
}

.button-icon:hover {
	background-color: transparent;
}

.button-color-white {
	border-color: #FFF;
	color: #FFF;
}

.search-field {
	display: flex;
	flex: 1;
	align-items: center;
}

.search-field .vacancy__input {
	flex: 1;
}

.search-field .vacancy__input .input__field:focus+.input__decorator,
.search-field .vacancy__input .input__decorator {
	border-top: 0;
	border-left: 0;
	border-right: 0;
}

.search-field .vacancy__input .input__field {
	padding: 0;
	height: 56px;
}

@media screen and (min-width: 1025px) {
	.search-field .vacancy__input .input__field::-webkit-input-placeholder {
		color: #6D7885;
		font-size: 16px;
		line-height: 24px;
	}
	.search-field .vacancy__input .input__field::-ms-input-placeholder {
		color: #6D7885;
		font-size: 16px;
		line-height: 24px;
	}
	.search-field .vacancy__input .input__field:-ms-input-placeholder {
		color: #6D7885;
		font-size: 16px;
		line-height: 24px;
	}
	.search-field .vacancy__input .input__field::-moz-placeholder {
		color: #6D7885;
		font-size: 16px;
		line-height: 24px;
	}
	.search-field .vacancy__input .input__field:-moz-placeholder {
		color: #6D7885;
		font-size: 16px;
		line-height: 24px;
	}
	.search-field .vacancy__input .input__field::placeholder {
		color: #6D7885;
		font-size: 16px;
		line-height: 24px;
	}
}

@media screen and (max-width: 1024px) {
	.search-field .vacancy__input .input__field {
		height: 36px;
		font-size: 22px;
		line-height: 32px;
	}
	.search-field .vacancy__input .input__field::-webkit-input-placeholder {
		color: #050B15;
	}
	.search-field .vacancy__input .input__field::-ms-input-placeholder {
		color: #050B15;
	}
	.search-field .vacancy__input .input__field:-ms-input-placeholder {
		color: #050B15;
	}
	.search-field .vacancy__input .input__field::-moz-placeholder {
		color: #050B15;
	}
	.search-field .vacancy__input .input__field:-moz-placeholder {
		color: #050B15;
	}
	.search-field .vacancy__input .input__field::placeholder {
		color: #050B15;
	}
}

.search-field .button:first-child {
	margin-right: 28px;
}

.search-field .button:last-child {
	margin-left: 28px;
}

@media screen and (max-width: 1024px) {
	.search-field .vacancy__input {
		order: 0;
	}
	.search-field .vacancy__input .input__field:focus+.input__decorator,
	.search-field .vacancy__input .input__decorator {
		border-bottom: 0;
	}
	.search-field .button {
		order: 1;
		margin-left: 20px;
	}
	.search-field .button:first-child {
		margin-right: 0;
	}
	.search-field .button:last-child {
		margin-left: 0;
	}
}

.input-group {
	display: flex;
}

@media screen and (min-width: 1025px) {
	.input-group__item {
		display: flex;
		align-items: center;
	}
	.input-group__item:not(:last-child) {
		margin-right: 42px;
	}
	.input-group__item_percent-50 {
		width: 50%;
	}
	.input-group__item_percent-33 {
		width: 33%;
	}
	.input-group__item-max {
		flex: 1;
	}
	.input-group__item-control {
		min-width: 90px;
		flex: 0;
	}
}

.input-group-events-select {
	flex: 1;
}

.input-group-events-text-search {
	flex: 3;
}

.input-group_inline {
	display: inline-block;
	vertical-align: middle;
}

.input-group_inline .input-group__item {
	display: inline-block;
	vertical-align: top;
}

@media screen and (min-width: 1025px) {
	.input-group-option {
		margin-top: 10px;
	}
}

@media screen and (max-width: 1024px) {
	.input-group {
		display: block;
	}
	.input-group-option,
	.input-group__item {
		padding: 20px 0;
	}
	.input-group-option:first-child,
	.input-group__item:first-child {
		border-top: 1px solid #E3E3E3;
	}
	.input-group-option:last-child,
	.input-group-option:not(:last-child),
	.input-group__item:last-child,
	.input-group__item:not(:last-child) {
		margin-bottom: 0;
		border-bottom: 1px solid #E3E3E3;
	}
	.input-group-option .checklist-item {
		height: 36px;
		align-items: center;
	}
}

.dropup,
.dropdown {
	position: relative;
	z-index: 100;
	color: #050B15;
	font-size: 28px;
	line-height: 34px;
	font-family: "VK Sans Display", Sans-serif, Arial;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-transition: z-index 0.3s cubic-bezier(1, 0.04, 1, 0.03);
	-ms-transition: z-index 0.3s cubic-bezier(1, 0.04, 1, 0.03);
	transition: z-index 0.3s cubic-bezier(1, 0.04, 1, 0.03);
	margin: 0 -16px;
	height: 56px;
}

.dropdown__field {
	padding: 11px 40px 11px 16px;
	height: 100%;
	cursor: pointer;
	position: relative;
	z-index: 1;
	display: block;
	overflow: hidden;
	box-sizing: border-box;
	-webkit-transition: "border-color 0.2s ease-in-out";
	-ms-transition: "border-color 0.2s ease-in-out";
	transition: "border-color 0.2s ease-in-out";
	-webkit-border-radius: 1px;
	border-radius: 1px;
}

.dropdown_input .dropdown__field {
	padding: 0;
	border: 0;
	line-height: 20px;
}

.dropdown__text {
	vertical-align: top;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: inline-block;
	width: 100%;
}

.dropdown__label {
	margin-right: 5px;
	color: #818C99;
}

.dropdown__icon {
	position: absolute;
	right: 16px;
	bottom: 16px;
	-webkit-transition: opacity 0.1s ease-in-out;
	-ms-transition: opacity 0.1s ease-in-out;
	transition: opacity 0.1s ease-in-out;
	display: flex;
}

.dropdown__box {
	position: absolute;
	left: 0;
	top: 0;
	min-width: 100%;
	min-height: 100%;
	border: 1px solid transparent;
	background: transparent;
	-webkit-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}

.dropdown__box .suggest {
	margin-top: 56px;
	border: 0;
	position: relative;
}

.dropdown__select {
	display: none;
}

.dropdown-basic {
	margin-left: 0;
	margin-right: 0;
	height: 50px;
}

.dropdown-basic .dropdown__icon {
	bottom: 0;
	top: 0;
	align-items: center;
}

.dropdown-basic .dropdown__text {
	font: 400 16px/24px "VK Sans Display", Sans-serif, Arial;
}

.dropdown-basic .dropdown__field {
	display: flex;
	align-items: center;
}

.dropdown-color-white {
	color: #FFF;
}

.dropdown-color-white .dropdown__box {
	border-color: #FFF;
}

.dropdown-color-white:not(.dropdown_active) .icon-arrow-down {
	background-image: url(../images/icon-arrow-down-white.svg);
}

@media screen and (max-width: 1024px) {
	.dropdown {
		font-size: 22px;
		line-height: 32px;
	}
	/* .dropdown:not(.dropdown-basic) {
		margin: 0 -11px;
		height: 36px;
	} */
	.dropdown__field {
		border: 1px solid transparent;
		padding: 0 34px 0 10px;
	}
	.dropdown__icon {
		bottom: 0;
		top: 0;
		align-items: center;
	}
	.dropdown__box .suggest {
		margin-top: 36px;
	}
	.dropdown__box .suggest__inner {
		padding-left: 10px;
		padding-right: 10px;
	}
}

.dropdown_active {
	z-index: 1200;
	-webkit-transition: none;
	-ms-transition: none;
	transition: none;
	background: #FFF;
}

.dropdown_active.dropdown-color-white {
	color: #050B15;
}

.dropdown_active.dropdown-color-white .dropdown__box {
	border-color: #050B15;
}

.dropdown_active .dropdown__box {
	background: #FFF;
}

.dropdown_active .suggest_active {
	display: block;
}

.dropdown_active .dropdown__field {
	border-bottom: 0;
}

.dropdown:hover .dropdown__box,
.dropdown_active .dropdown__box {
	border-color: #E3E3E3;
}

.dropdown_inline {
	display: inline-block;
	vertical-align: middle;
}

.dropdown_scrollable .dropdown__scroll {
	max-height: 240px;
}

.dropdown.error .dropdown__field,
.dropdown.error:hover .dropdown__field {
	border-color: #fe4a4a;
}

.dropdown_disabled .dropdown__field,
.dropdown_disabled.dropdown_active .dropdown__field,
.dropdown_disabled:hover .dropdown__field,
.dropdown_disabled.dropdown_active:hover .dropdown__field {
	cursor: default;
	border-color: #dedede;
	filter: "alpha(opacity=48)";
	opacity: 0.48;
}

.dropdown_disabled .dropdown__field .dropdown__icon,
.dropdown_disabled.dropdown_active .dropdown__field .dropdown__icon,
.dropdown_disabled:hover .dropdown__field .dropdown__icon,
.dropdown_disabled.dropdown_active:hover .dropdown__field .dropdown__icon {
	filter: "alpha(opacity=48)";
	opacity: 0.48;
}

.dropdown_from-right .dropdown__box {
	left: auto;
	right: 0;
	min-width: 0;
}

.input__field:focus+.input__decorator,
.input__field:hover+.input__decorator {
	border-color: #050B15;
	-webkit-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}

.dropdown_active .dropdown__icon {
	-ms-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.dropdown_active .dropdown__field,
.input__field:focus+.input__decorator,
.input__field:hover+.input__decorator,
.dropdown:hover {
	z-index: 101;
}

.input__field:focus,
.input__field:hover {
	z-index: 102;
}

.suggest {
	display: none;
	overflow: hidden;
	position: absolute;
	left: 0;
	z-index: 1200;
	background: #FFF;
	border: 1px solid #050B15;
	box-sizing: border-box;
	min-width: 100%;
	-webkit-border-radius: 1px;
	border-radius: 1px;
}

.suggest__inner {
	overflow-y: auto;
	overflow-x: hidden;
	padding: 11px 15px;
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
}

.suggest__block {
	position: relative;
	margin-top: 10px;
}

.suggest__block:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	border-top: 1px solid #E3E3E3;
}

.suggest__block:first-child {
	margin-top: 0;
}

.suggest__block:first-child:after {
	content: none;
}

.suggest__title {
	font-weight: 700;
	font-size: 10px;
	line-height: 16px;
	text-transform: uppercase;
	padding-top: 10px;
	border-top: 1px solid #e5e5e5;
}

.suggest__block .suggest__title,
.suggest__title:first-child {
	padding-top: 0;
	border: 0;
}

.suggest__item {
	display: block;
	cursor: pointer;
	position: relative;
	color: inherit;
}

.suggest__item:not(:last-child) {
	margin-bottom: 20px;
}

.suggest__item:first-child {
	border-top-color: transparent;
}

.suggest__item_active,
.suggest__item:hover {
	color: #0077FF;
}

.suggest__item_active {
	text-decoration: underline;
}

.suggest__item-title:hover {
	text-decoration: none;
}

.suggest__item-subtitle {
	font-weight: 300;
	font-size: 13px;
	line-height: 20px;
}

.suggest__scroll {
	position: absolute;
	right: 4px;
	top: 4px;
	bottom: 4px;
}

.suggest_scrollable .suggest__inner {
	max-height: 240px;
}

.checklist-item:hover .radio .field-input:checked+.field-style,
.radio:hover .field-input:checked+.field-style,
.radio .field-input:checked+.field-style,
.checklist-item:hover .checkbox .field-input:checked+.field-style,
.checkbox:hover .field-input:checked+.field-style,
.checkbox .field-input:checked+.field-style {
	background: #0077FF;
	border-color: #0077FF;
}

.radio,
.checkbox {
	width: 24px;
	height: 24px;
}

.radio .field-style,
.checkbox .field-style {
	background: #FFF;
	border: 1px solid #000;
	-webkit-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}

.checklist-item:hover .radio .field-style,
.radio:hover .field-style,
.checklist-item:hover .checkbox .field-style,
.checkbox:hover .field-style {
	border-color: #000;
}

.checklist-item:hover .radio .field-input:checked+.field-style:before,
.radio:hover .field-input:checked+.field-style:before,
.radio .field-input:checked+.field-style:before {
	background: #0077FF;
}

.checkbox .field-style {
	-webkit-border-radius: 1px;
	border-radius: 1px;
}

.checklist-item:hover .checkbox .field-input:checked+.field-style:before,
.checkbox:hover .field-input:checked+.field-style:before,
.checkbox .field-input:checked+.field-style:before {
	width: inherit;
	height: inherit;
	background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTUiIGhlaWdodD0iMTEiIHZpZXdCb3g9IjAgMCAxNSAxMSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xNC4wOTUyIDEuMTc4NTFMNS4zNDUxOCA5LjkyODUxQzUuMDE5NzQgMTAuMjUzOSA0LjQ5MjEgMTAuMjUzOSA0LjE2NjY3IDkuOTI4NTFMMCA1Ljc2MTg0TDEuMTc4NTEgNC41ODMzM0w0Ljc1NTkyIDguMTYwNzRMMTIuOTE2NyAwTDE0LjA5NTIgMS4xNzg1MVoiIGZpbGw9IndoaXRlIi8+Cjwvc3ZnPgo=);
}

.checklist-item {
	display: flex;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.checklist-item .radio,
.checklist-item .checkbox {
	margin-right: 20px;
}

.checklist-item-text {
	font-size: 16px;
	line-height: 24px;
}

.checklist-item-text a {
	color: #0077FF;
}

label.checkbox_block {
	color: inherit;
}

.form-text {
	font-size: 16px;
}

.form-field {
	display: table;
	width: 100%;
	table-layout: fixed;
}

.form-field__required {
	color: #fe4a4a;
	vertical-align: baseline;
	position: relative;
	font-size: 1.2em;
	line-height: 1;
	bottom: 0.6ex;
	margin-left: 3px;
}

.form__label {
	display: table-cell;
	padding: 10px 16px 0 0;
	vertical-align: top;
	width: 180px;
	min-width: 180px;
	font-size: 18px;
	line-height: 32px;
}

.form__label_width_narrow {
	width: 100px;
	min-width: 100px;
}

.form__label_valign_middle {
	vertical-align: middle;
	padding-top: 0;
}

.form__inner {
	display: table-cell;
	vertical-align: top;
	width: 99%;
}

.form__error {
	display: none;
	margin-top: 10px;
	color: #fe4a4a;
}

.form-field_error .form-field__error,
.error .form-field__error,
.input_error+.form-field__error,
.error+.form-field__error {
	display: block;
}

.form-field_vertical .form-field__label {
	padding-bottom: 10px;
}

.form-field_vertical .form-field__label,
.form-field_vertical .form-field__inner {
	display: block;
	width: auto;
}

.text-overflow {
	overflow: hidden;
	position: relative;
}

.text-overflow:after {
	content: '';
	display: block;
	height: 22px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	pointer-events: none;
	background: -moz-linear-gradient(top, rgba(255, 255, 255, 0), white);
	background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0), white);
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0), white);
}

.js-file-size-error {
	display: none;
}

.form .highlight-block {
	margin-bottom: 25px;
}

.form_error {
	color: #fe4a4a;
	font-size: 13px;
}

.form-message {
	font-size: 18px;
	line-height: 30px;
	margin-bottom: 16px;
}

.form-frame {
	max-width: 820px;
}

.form-field>.form-row {
	margin-bottom: 14px;
}

.form-field .note {
	margin-top: 4px;
}

.form-row {
	margin-bottom: 48px;
	position: relative;
	max-width: 600px;
}

.form-row.page-control {
	margin-top: 40px;
	margin-bottom: 20px;
}

.form-row-control {
	position: absolute;
	top: 0;
	left: 100%;
	margin-left: 12px;
	display: flex;
	align-items: center;
	height: 42px;
}

.form-row>.form-row:last-child {
	margin-bottom: 0;
}

.form-row .form-field__label {
	padding-top: 0;
	padding-bottom: 8px;
}

.form-row-short {
	max-width: 600px;
}

.form-row-add {
	margin-top: -10px;
	font-size: 16px;
}

.form-group {
	margin-bottom: 30px;
}

.file-field {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	overflow: hidden;
}

.file-field input[type="file"] {
	position: absolute;
	right: 0;
	top: 0;
	font-size: 75px;
	cursor: pointer;
	filter: "alpha(opacity=0)";
	opacity: 0;
}

.file-field [class*="icon-"] {
	margin-right: 5px;
}

.icon-pdf {
	content: '';
	display: block;
	width: 22px;
	height: 27px;
	background: url("../images/icon-pdf.svg") no-repeat;
	background-size: contain;
}

.icon-arrow-right-middle,
.icon-arrow90 {
	content: '';
	display: block;
	width: 18px;
	height: 18px;
	background: url("../images/icon-arrow-45deg.svg") no-repeat;
	background-size: contain;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.icon-arrow180 {
	content: '';
	display: block;
	width: 18px;
	height: 18px;
	background: url("../images/icon-arrow-45deg.svg") no-repeat;
	background-size: contain;
}

.icon-arrow45 {
	content: '';
	display: block;
	width: 18px;
	height: 18px;
	background: url("../images/icon-arrow-45deg.svg") no-repeat;
	background-size: contain;
}

.icon-arrow45:hover {
	filter: none;
	animation: btnArrowAnimation;
	animation-duration: 0.5s;
	animation-iteration-count: 1;
}

.icon-arrow-left-w,
.icon-arrow-right-w {
	width: 24px;
	height: 24px;
	background: url("../images/icon-arrow-right-white.svg") no-repeat;
}

.icon-arrow-left-sk,
.icon-arrow-right-sk {
	width: 24px;
	height: 24px;
	background: url("../images/icon-arrow-right-sk.svg") no-repeat;
}

.icon-arrow-left-d,
.icon-arrow-right-d {
	width: 24px;
	height: 24px;
	background: url("../images/icon-arrow-right-dark.svg") no-repeat;
}

.icon-arrow-left-sk,
.icon-arrow-up-small,
.icon-arrow-left-d,
.icon-arrow-left-w {
	-ms-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.icon-arrow-up-small,
.icon-arrow-down-small {
	width: 24px;
	height: 24px;
	background: url("../images/icon-arrow-down-small.svg") no-repeat;
}

.icon-arrow-next {
	width: 16px;
	height: 16px;
	background: url("../images/icon-arrow-next.svg") no-repeat;
}

.icon-arrow-prev {
	width: 16px;
	height: 16px;
	background: url("../images/icon-arrow-next.svg") no-repeat;
	-ms-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.icon-arrow-up-light,
.icon-arrow-down-light {
	width: 16px;
	height: 16px;
	background: url("../images/icon-arrow-down.svg") no-repeat;
}

.icon-arrow-up-light {
	-ms-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.icon-arrow-left,
.icon-arrow-right,
.icon-arrow-up,
.icon-arrow-down {
	width: 14px;
	height: 14px;
	background: url("../images/icon-arrow-down.svg") no-repeat;
	background-size: contain;
	background-position: 50% 50%;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.icon-arrow-up {
	-ms-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.icon-arrow-right {
	-ms-transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
}

.icon-arrow-left {
	-ms-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}

@media screen and (max-width: 1024px) {
	.mobile-scroll {
		overflow-x: auto;
		padding: 0 20px 16px 20px;
		margin-bottom: -16px;
	}
}

.item-label {
	display: flex;
	align-items: center;
	margin-bottom: 14px;
}

.item-label-icon:first-child {
	margin-right: 12px;
}

.item-label-icon img {
	vertical-align: top;
}

.item-label-icon:last-child {
	margin-left: 12px;
}

.item-label [class*="title"] {
	margin-bottom: 0;
	min-height: 0;
}

.item-label-short {
	display: inline-flex;
}

.item-label-short.item-label-icon:first-child {
	margin-right: 10px;
}

.item-label-short.item-label-icon:last-child {
	margin-left: 10px;
}

.item-label-list .item-label-short {
	margin-bottom: 12px;
	display: flex;
}

.item-label-list .item-label-short:last-child {
	margin-bottom: 0;
}

iframe {
	border: 0;
}

.block-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 24px;
}

.block-head [class*="title"] {
	margin-bottom: 0;
	flex: 1;
}

.block-head [class*="title"]+img {
	margin-left: 5px;
}

.block-more {
	margin-top: 60px;
}

.block-more:not(:last-child) {
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-bottom: 1px solid rgba(185, 185, 185, 0.4);
}

.date {
	display: inline-flex;
	align-items: center;
	text-decoration: none;
	color: #696D73;
}

.date-selector {
	position: relative;
}

.date-selector.dropdown .date {
	padding-right: 16px;
	cursor: pointer;
	height: 32px;
}

.date-selector .date-day {
	display: none;
}

.date-selector.dropdown .dropdown__icon {
	right: 0;
}

.date-day {
	display: inline;
}

.date-day:after {
	content: "\00a0 ";
	display: inline;
}

.date-month {
	display: inline;
}

.page-control {
	display: flex;
	justify-content: space-between;
}

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

@media screen and (min-width: 1025px) {
	.page-control {
		margin-top: 80px;
	}
	.page-head {
		margin-bottom: 80px;
	}
	.page-head [class*="title"] {
		margin-bottom: 0;
	}
	.page-head .block-control {
		padding-top: 0;
	}
	.page-head .block-control:not(:first-child) {
		margin-top: 60px;
	}
}

@media screen and (max-width: 1024px) {
	.page-control {
		margin-top: 60px;
	}
	.page-head {
		margin-bottom: 50px;
	}
	.page-head .block-control {
		margin-top: 0;
		padding-top: 0;
	}
}

.label-list-item {
	display: flex;
}

.label-list-item:not(:last-child) {
	margin: 0 0 34px;
}

.label-list-item .count-label {
	margin-right: 20px;
}

.label-list-item__text {
	flex: 1;
}

.count-label+.label-list-item__text {
	min-height: 32px;
	display: flex;
	flex-flow: column;
	justify-content: center;
}

.annotation {
	background: #F5F5F5;
	padding-top: 51px;
	padding-bottom: 51px;
}

@media screen and (min-width: 1025px) {
	.annotation [class*="text"] {
		max-width: 50%;
	}
	.top-banner+.annotation {
		margin-top: -50px;
	}
}

@media screen and (max-width: 1024px) {
	.annotation {
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.top-banner+.annotation {
		margin-top: -30px;
	}
}

.note-banner {
	color: #FFF;
	background-size: cover;
	background-position: 50% 50%;
	display: flex;
	flex-direction: column;
}

.note-banner [class*="title"] {
	color: inherit;
}

.note-banner .block-control {
	margin-top: auto;
	padding-top: 40px;
}

@media screen and (min-width: 1025px) {
	.note-banner {
		padding: 44px 54px;
		min-height: 674px;
		box-sizing: border-box;
	}
	.note-banner [class*="title"] {
		margin-right: 40%;
		margin-bottom: 40px;
	}
	.note-banner .text {
		margin-right: 50%;
	}
}

@media screen and (max-width: 1024px) {
	.note-banner {
		padding: 40px 20px;
		margin: 0 -20px;
		margin-bottom: 24px;
	}
}

.block-control {
	margin-top: auto;
	padding-top: 20px;
}

@media screen and (min-width: 1025px) {
	.block-control {
		display: flex;
	}
	.block-control .dropdown:not(:last-child),
	.block-control .button:not(:last-child) {
		margin-right: 40px;
	}
}

@media screen and (max-width: 1024px) {
	.block-control .dropdown:not(:last-child),
	.block-control .button:not(:last-child) {
		margin-bottom: 20px;
	}
}

.path {
	display: flex;
	justify-content: flex-start;
	flex-flow: wrap row;
}

.path-item {
	color: #696D73;
}

.path-item a {
	color: inherit;
}

.path-item:not(:last-child) {
	margin-right: 12px;
}

.path-item:not(:last-child):after {
	content: '';
	display: inline-block;
	vertical-align: middle;
	margin-top: -0.22em;
	width: 14px;
	height: 14px;
	background: url("../images/icon-arrow-down.svg");
	background-size: contain;
	background-position: 50% 50%;
	-ms-transform: rotate(270deg);
	-webkit-transform: rotate(270deg);
	transform: rotate(270deg);
	margin-left: 12px;
}

@media screen and (max-width: 1024px) {
	.path {
		font-size: 16px;
		line-height: 24px;
	}
}

.socials .elements-list-item:not(:last-child) {
	margin-right: 14px;
}

.socials-item {
	width: 50px;
	height: 50px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	border: 1px solid #000;
	display: flex;
	align-items: center;
	justify-content: center;
}

@media screen and (max-width: 1024px) {
	.socials-item {
		border: 0;
		width: auto;
		height: auto;
	}
}

.count-label {
	position: relative;
	width: 68px;
	height: 68px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #54B2FF;
	color: #FFF;
	font-size: 38px;
	line-height: 42px;
	box-sizing: border-box;
	font-family: "VK Sans Display", Sans-serif, Arial;
}

.count-label-dark {
	background: #2C2D2E;
}

@media screen and (max-width: 1024px) {
	.count-label {
		width: 40px;
		height: 40px;
		font-size: 22px;
		line-height: 32px;
	}
}

.tabs-content__button {
	transition: all 0.1s ease-in-out;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.tabs-content__button [class*="icon-"] {
	margin-top: 3px;
	transition: all 0.1s ease-in-out;
}

.tabs-content__item {
	border-bottom: 1px solid rgba(185, 185, 185, 0.4);
}

.tabs-content__item:first-child {
	border-top: 1px solid rgba(185, 185, 185, 0.4);
}

.tabs-content__item-header {
	display: flex;
	align-items: center;
	cursor: pointer;
	position: relative;
	padding-left: 20px;
	padding-right: 20px;
}

.tabs-content__item-header .count-label {
	margin-right: 20px;
}

.tabs-content__item-header> :last-child {
	margin-left: auto;
}

.tabs-content__item-header.x__toggle-active .tabs-content__button {
	background: #FFF;
	border-color: transparent;
}

.tabs-content__item-header.x__toggle-active .tabs-content__button [class*="icon-"] {
	-ms-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	margin-top: 0;
}

.tabs-content__item-header [class*="title"] {
	margin-bottom: 0;
}

.tabs-content__item-container {
	display: none;
	font-size: 18px;
	line-height: 30px;
}

.tabs-content__item-container ul {
	list-style: none;
	padding: 0 0 0 16px;
	margin: 0 0 16px 0;
}

.tabs-content__item-container ul li {
	margin-bottom: 16px;
}

.tabs-content__item-container ul li:before {
	content: "\2022";
	color: #919399;
	font-weight: bold;
	display: block;
	width: 1em;
	float: left;
	margin-left: -1em;
	line-height: 25px;
}

@media screen and (min-width: 1025px) {
	.tabs-content__item {
		padding-bottom: 36px;
		padding-top: 36px;
	}
	.tabs-content__item-container {
		margin: 47px 50px 0 108px;
	}
	.tabs-content__item-container p:not(:last-child) {
		margin-bottom: 40px;
	}
	.tabs-content__button {
		margin-right: 10px;
		width: 40px;
	}
	.tabs-content__button [class*="icon-"] {
		width: 34px;
		height: 34px;
	}
}

@media screen and (max-width: 1024px) {
	.tabs-content__item {
		padding-bottom: 20px;
		padding-top: 20px;
	}
	.tabs-content__item-header {
		padding-left: 0;
		padding-right: 0;
	}
	.tabs-content__item-container {
		margin: 20px 0 0 0;
	}
	.tabs-content__item-container p:not(:last-child) {
		margin-bottom: 20px;
	}
}

.cols {
	display: flex;
	margin-left: -40px;
}

@media screen and (max-width: 1024px) {
	.cols {
		display: block;
		margin-left: 0;
	}
}

.cols-item {
	flex: 1;
	margin: 0 0 0 40px;
}

@media screen and (max-width: 1024px) {
	.cols-item {
		margin: 0 0 30px;
	}
}

.more-url {
	font-size: 18px;
	line-height: 32px;
}

.note-cards.cols .cols-item {
	display: flex;
}

.note-cards .note-card {
	margin: 0;
}

.note-card {
	overflow: hidden;
	position: relative;
	padding-right: 267px;
	display: flex;
	flex: 1;
	flex-flow: column;
}

.note-card .block-footer {
	position: relative;
	z-index: 1;
}

@media screen and (max-width: 1200px) {
	.note-card {
		padding-right: 150px;
	}
}

.note-card .text {
	margin-bottom: 120px;
	flex: 1;
}

@media screen and (max-width: 1024px) {
	.note-card .text {
		margin-bottom: 16px;
	}
}

.note-card [class*='title'],
.note-card .text {
	position: relative;
	z-index: 1;
}

.note-card.decor-chilling:after,
.note-card.decor-highfive:after {
	position: absolute;
	right: -1px;
	bottom: -1px;
	pointer-events: none;
	z-index: 0;
}

@media screen and (max-width: 1024px) {
	.note-card.decor-chilling:after,
	.note-card.decor-highfive:after {
		position: relative;
		width: 100%;
		height: 110px;
		background-position: 50% -0px;
		margin-top: 20px;
	}
}

.part-content {
	width: 70%;
	box-sizing: border-box;
}

@media screen and (max-width: 1024px) {
	.part-content {
		width: 100%;
	}
}

.x-popup {
	display: none;
}

.js-popup-window,
.tooltip:hover .tooltip-popup {
	background: #FFF;
	-webkit-box-shadow: 0px 16px 48px rgba(0, 16, 61, 0.48);
	box-shadow: 0px 16px 48px rgba(0, 16, 61, 0.48);
}

.jspContainer {
	overflow: hidden;
	position: relative;
}

.jspPane {
	position: absolute;
}

.jspVerticalBar {
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	width: 7px;
}

.jspVerticalBar .jspArrow {
	height: 16px;
}

.jspVerticalBar .jspArrow:focus {
	outline: none;
}

.jspVerticalBar:before {
	content: '';
	display: block;
	height: 100%;
	width: 1px;
	border-left: 1px solid #EBEDF0;
	position: absolute;
	left: 3px;
	top: 0;
}

.jspHorizontalBar,
.jspVerticalBar {
	background: transparent;
}

.jspHorizontalBar {
	bottom: 0;
	height: 7px;
	left: 0;
	position: absolute;
	width: 100%;
}

.jspHorizontalBar .jspCap {
	float: left;
}

.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag {
	float: left;
	height: 100%;
}

.jspHorizontalBar .jspArrow {
	float: left;
	height: 100%;
	width: 16px;
}

.jspCap {
	display: none;
}

.jspTrack {
	background: transparent;
	position: relative;
}

.jspDrag {
	background: #E0E0E0;
	/* -webkit-border-radius: 4px;
	border-radius: 4px; */
	cursor: pointer;
	left: 0;
	position: relative;
	top: 0;
}

.jspArrow {
	background: #50506d;
	cursor: pointer;
	direction: ltr;
	display: block;
	margin: 0;
	padding: 0;
	text-indent: -20000px;
}

.jspDisabled {
	background: #80808d;
	cursor: default;
}

.jspCorner {
	background: #eeeef4;
	float: left;
	height: 100%;
}

.js-scrollpane {
	overflow: hidden;
}

.js-popup {
	position: fixed;
	white-space: nowrap;
	text-align: center;
	overflow: auto;
	max-height: 100%;
	z-index: 333;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.48);
}

.js-popup:after {
	content: '';
	display: inline-block;
	vertical-align: middle;
	height: 100%;
	width: 0;
}

.js-popup-target {
	cursor: pointer;
}

.js-popup-content {
	display: none;
}

.js-popup-opened {
	overflow: hidden;
}

.js-popup-window {
	position: relative;
	display: inline-flex;
	vertical-align: middle;
	white-space: normal;
	text-align: left;
	padding: 32px;
	min-width: 100px;
	box-sizing: border-box;
	margin: 10px 0;
}

@media screen and (max-width: 1024px) {
	.js-popup-window {
		margin: 0;
		-webkit-border-radius: 0;
		border-radius: 0;
		min-height: 100%;
	}
}

.js-popup-close {
	width: 13px;
	height: 13px;
	padding: 20px 20px 10px 10px;
	position: absolute;
	z-index: 100;
	right: 0;
	top: 0;
	cursor: pointer;
}

.js-popup-close:after {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	background: url("../images/close-big.svg") no-repeat;
	background-size: contain;
}

.tooltip {
	position: relative;
	cursor: pointer;
}

.tooltip-popup {
	display: none;
	cursor: default;
}

.tooltip:hover .tooltip-popup {
	display: block;
	position: absolute;
	left: -15px;
	bottom: calc(100% + 10px);
	min-width: 250px;
	font-style: normal;
	padding: 12px;
	font-size: 13px;
	line-height: 18px;
	color: #050B15;
}

.tooltip:hover .tooltip-popup:after {
	content: '';
	position: absolute;
	left: 14px;
	top: 100%;
	border: 7px solid transparent;
	border-top: 7px solid #FFF;
}

.tooltip:hover {
	z-index: 5;
}

.marker {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	width: 12px;
	height: 12px;
}

.marker:before {
	content: '';
	display: block;
	width: inherit;
	height: inherit;
	left: -15px;
	top: -15px;
	padding: 15px;
	position: absolute;
}

.marker:after {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	border: 4px solid #0077FF;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}

.tabs__section,
.tabs-content__section {
	display: none;
}

.tabs__section:first-child,
.tabs-content__section:first-child {
	display: block;
}

.tabs__header {
	margin-bottom: 50px;
	border-top: 1px solid rgba(185, 185, 185, 0.4);
	border-bottom: 1px solid rgba(185, 185, 185, 0.4);
}

@media screen and (max-width: 1024px) {
	.tabs__header {
		margin: 0 -20px 30px;
	}
}

.tabs__wrapper {
	display: flex;
	padding: 10px 0;
}

@media screen and (max-width: 1024px) {
	.tabs__wrapper {
		overflow: hidden;
		overflow-x: auto;
	}
}

.tabs__item {
	flex: 1;
	text-align: center;
	cursor: pointer;
	white-space: nowrap;
	padding: 10px 3%;
	font-size: 16px;
	line-height: 24px;
}

.tabs__item:not(:last-child) {
	border-right: 1px solid rgba(185, 185, 185, 0.4);
}

.tabs__item-pic {
	margin-bottom: 12px;
}

.x-tabs-active .tabs__item-name {
	font-weight: bold;
}

@media screen and (max-width: 1024px) {
	.tabs__item {
		flex: none;
		padding-left: 30px;
		padding-right: 30px;
	}
	.tabs__item:first-child {
		padding-left: 20px;
	}
}

.burger:before,
.burger:after {
	height: 2px;
	-webkit-border-radius: 0;
	border-radius: 0;
}

.burger:after {
	margin-top: 8px;
}

.mobile-menu-opened .burger:before {
	-ms-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	margin-top: 0;
}

.mobile-menu-opened .burger:after {
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	margin-top: -1px;
}

@media screen and (max-width: 1024px) {
	.burger {
		display: flex;
	}
}

@-webkit-keyframes fromRightToLeft {
	0% {
		-webkit-transform: translate3d(100%, 0, 0);
		opacity: 0;
		transform: translate3d(100%, 0, 0);
	}
	to {
		-webkit-transform: translateZ(0);
		opacity: 1;
		transform: translateZ(0);
	}
}

@keyframes fromRightToLeft {
	0% {
		-webkit-transform: translate3d(100%, 0, 0);
		opacity: 0;
		transform: translate3d(100%, 0, 0);
	}
	to {
		-webkit-transform: translateZ(0);
		opacity: 1;
		transform: translateZ(0);
	}
}

.url-animation {
	position: relative;
	white-space: nowrap;
	color: inherit;
	font-weight: 700;
	display: inline-block;
}

.url-animation:hover {
	color: inherit;
	text-decoration: none;
}

.url-animation:after {
	content: attr(value);
	display: inline;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 100%;
	color: #0077FF;
	text-decoration: underline;
	overflow: hidden;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.url-animation.engage:after {
	right: 0;
}

.highlight-block {
	/* padding-top: 51px;
	padding-bottom: 51px; */
	/* color: #FFF;
    background:#F5F5F5;
    padding:20px; */
}

.highlight-block .date {
	color: rgba(255, 255, 255, 0.6);
}

.highlight-block [class*="title"] {
	color: inherit;
}

@media screen and (max-width: 1024px) {
	.highlight-block {
		padding-top: 30px;
		padding-bottom: 30px;
	}
}

@media screen and (min-width: 1025px) {
	.top-banner+.highlight-block {
		margin-top: -50px;
	}
}

@media screen and (max-width: 1024px) {
	.top-banner+.highlight-block {
		margin-top: -30px;
	}
}

.highlight-gray {
	padding-top: 51px;
	padding-bottom: 51px;
	color: #FFF;
	background: #F5F5F5;
	color: #050B15;
}

.highlight-gray .date {
	color: rgba(255, 255, 255, 0.6);
}

.highlight-gray [class*="title"] {
	color: inherit;
}

@media screen and (max-width: 1024px) {
	.highlight-gray {
		padding-top: 30px;
		padding-bottom: 30px;
	}
}

.highlight-blue {
	padding-top: 51px;
	padding-bottom: 51px;
	color: #FFF;
	background: #0077FF;
}

.highlight-blue .date {
	color: rgba(255, 255, 255, 0.6);
}

.highlight-blue [class*="title"] {
	color: inherit;
}

@media screen and (max-width: 1024px) {
	.highlight-blue {
		padding-top: 30px;
		padding-bottom: 30px;
	}
}

.highlight-green {
	padding-top: 51px;
	padding-bottom: 51px;
	color: #FFF;
	background: #45C66E;
}

.highlight-green .date {
	color: rgba(255, 255, 255, 0.6);
}

.highlight-green [class*="title"] {
	color: inherit;
}

@media screen and (max-width: 1024px) {
	.highlight-green {
		padding-top: 30px;
		padding-bottom: 30px;
	}
}

.highlight-green .contacts-list-item-label {
	color: rgba(0, 85, 27, 0.6);
}

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

[class*="highlight-"]>.section-wrapper>[class*="title"] {
	max-width: 55%;
}

[class*="highlight-"] .media-grid-card-content {
	color: #FFF;
}

[class*="highlight-"] .media-grid-card-content [class*="text"] {
	color: rgba(255, 255, 255, 0.5);
}

[class*="highlight-"] .media-grid-card-content:after {
	background-image: url(../images/icon-arrow-45deg-white.svg);
}

.date {
	font-size: 14px;
	line-height: 18px;
}

.media-grid {
	position: relative;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	overflow: hidden;
	margin-left: -20px;
}

@media screen and (max-width: 1024px) {
	.media-grid {
		display: block;
		margin-left: 0;
	}
}

.media-grid-x2 {
	grid-template-columns: repeat(2, 50%);
}

.media-grid-x3 {
	grid-template-columns: repeat(3, 33.33%);
}

.media-grid-no-bottom-line .media-grid-item {
	margin-bottom: -1px;
}

.media-grid-card {
	display: flex;
	text-decoration: none;
	color: #050B15;
	flex-direction: column;
	flex: 1;
	min-height: 180px;
	position: relative;
}

.media-grid-card-content {
	flex: 1;
	display: flex;
	flex-direction: column;
	color: #2C2D2E;
}

.media-grid-card-content ul li:not(:last-child) {
	margin-bottom: 12px;
}

.media-grid-card-footer {
	margin-top: auto;
	padding-top: 20px;
    color: #696D73;
}

.media-grid-card-status {
	display: flex;
	align-items: flex-end;
	margin-top: 20px;
}

.media-grid-card-status [class*="icon"]:last-child {
	margin-left: auto;
}

.media-grid-card-label {
	display: flex;
	align-items: center;
	height: 66px;
	display: flex;
	margin-bottom: 20px;
}

.media-grid-card-label img {
	max-width: 100%;
	max-height: 66px;
}

.media-grid-card-pic {
	display: block;
	min-height: 200px;
	background-size: cover;
	background-position: 50% -0px;
	margin-bottom: 20px;
}

.media-grid-x2 .media-grid-card-pic {
	min-height: 364px;
}

.media-grid-x3 .media-grid-card-pic {
	min-height: 235px;
}

@media screen and (max-width: 400px) {
	.media-grid-x2 .media-grid-card-pic {
		min-height: 166px;
	}
}

.media-grid-card-info {
	margin-bottom: 15px;
    font-size: 18px;
    line-height: 32px;
}

.media-grid-card [class*="title"] {
	margin-bottom: 0;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.media-grid-card [class*="title"]:not(:last-child) {
	margin-bottom: 20px;
}

.media-grid-card:hover {
	color: #050B15;
	text-decoration: none;
}

.media-grid-item {
	display: flex;
	flex: 1;
	box-sizing: border-box;
	padding: 32px 21px 31px 20px;
	margin: 0 0 0 20px;
	border-bottom: 1px solid rgba(185, 185, 185, 0.4);
	position: relative;
}

@media screen and (min-width: 1025px) {
	.media-grid-item:nth-child(n+1):nth-child(-n+4) {
		border-top: 1px solid rgba(185, 185, 185, 0.4);
	}
	.media-grid-x2 .media-grid-item:nth-child(n+1):nth-child(-n+4) {
		border-top: 0;
	}
	.media-grid-x2 .media-grid-item:nth-child(n+1):nth-child(-n+2) {
		border-top: 1px solid rgba(185, 185, 185, 0.4);
	}
}

@media screen and (max-width: 1024px) {
	.media-grid-item:first-child {
		border-top: 1px solid rgba(185, 185, 185, 0.4);
	}
}

.media-grid-x3 .media-grid-item:nth-child(n+4):nth-child(-n+999) {
	border-top: 0;
}

[class*="highlight"] .media-grid-item:nth-child(n+1):nth-child(-n+4) {
	border-top: 0;
}

.media-grid-item:before {
	content: '';
	position: absolute;
	z-index: 0;
	border: 0;
	border-style: solid;
	border-color: rgba(185, 185, 185, 0.4);
	pointer-events: none;
	left: calc(100% + 10px);
	top: 21px;
	bottom: 21px;
	border-right-width: 1px;
}

@media screen and (max-width: 1024px) {
	.media-grid-item {
		padding-left: 0;
		padding-right: 0;
		margin-left: 0;
		border-top: 0;
	}
	[class*="highlight"] .media-grid-item:first-child {
		padding-top: 0;
	}
}

.media-grid-item-main {
	padding: 0 0 90px 0;
	grid-column: 1 / span 4;
}

.media-grid-item-main:before {
	display: none;
}

.media-grid-item-main .media-grid-card {
	padding: 0;
	border: 0;
}

.media-grid-item-main .media-grid-card-pic {
	height: 757px;
	margin-bottom: 24px;
}

.media-grid-item-main .media-grid-card-info {
	margin-bottom: 22px;
}

.media-grid-item-main .media-grid-card [class*="title"] {
	font: 400 normal 38px/42px "VK Sans Display", Sans-serif, Arial;
}

@media screen and (min-width: 1025px) {
	.media-grid-item-project {
		min-height: 350px;
	}
}

@media screen and (max-width: 1024px) {
	.media-grid-item-project {
		min-height: 250px;
	}
}

.media-grid-item-external .media-grid-card [class*="title"]:last-child,
.media-grid-item-external .media-grid-card [class*="text"]:last-child {
	margin-bottom: 16px;
}

.media-grid-item-external .media-grid-card-content:after {
	content: '';
	display: block;
	width: 18px;
	height: 18px;
	background: url("../images/icon-arrow-45deg.svg") no-repeat;
	background-size: contain;
	margin-top: auto;
}

.media-grid-item-external:hover .media-grid-card-content:after {
	filter: none;
	animation: btnArrowAnimation;
	animation-duration: 0.5s;
	animation-iteration-count: 1;
}

.media-grid-item-external .text,
.media-grid-item-external [class*="title"] {
	margin-bottom: 16px;
}

.media-grid-item-half {
	grid-column: auto / span 2;
}

.media-grid-item-half .media-grid-card {
	flex-direction: row;
}

.media-grid-item-half .media-grid-card-pic {
	width: calc(50% - 30px);
	margin-right: 31px;
	margin-bottom: 0;
	min-height: 100%;
}

.media-grid-item-half [class*="title"] {
	font: 500 normal 18px/32px "VK Sans Display", Sans-serif, Arial;
}

.media-grid-item-halfshort:before {
	display: none;
}

.media-grid-item-wide {
	padding-top: 40px;
	padding-bottom: 40px;
	grid-column: 1 / span 4;
}

.media-grid-item-wide:first-child {
	padding-top: 0;
}

.media-grid-item-wide:last-child {
	padding-bottom: 31px;
}

.media-grid-item-wide .media-grid-card {
	flex-direction: row;
}

.media-grid-item-wide .media-grid-card-pic {
	width: calc(50% - 31px);
	height: auto;
	min-height: 374px;
	margin-bottom: 0;
}

.media-grid-item-wide .media-grid-card-content {
	padding-left: 62px;
	padding-top: 24px;
	padding-bottom: 24px;
}

.media-grid-item-wide [class*="title"] {
	font: 500 normal 24px/32px "VK Sans Display", Sans-serif, Arial;
}

.media-grid-item-wide [class*="title"]:not(:last-child) {
	margin-bottom: 50px;
}

.media-grid-item-wide-reverse .media-grid-card-pic {
	order: 1;
}

.media-grid-item-wide-reverse .media-grid-card-content {
	order: 0;
	padding-left: 0;
	padding-right: 62px;
}

.media-grid-item-double {
	grid-column: span 2;
}

.media-grid-item-double:nth-child(n+3):nth-child(-n+9999) {
	border-top: 0;
}

.media-grid-item-double .media-grid-card-pic {
	height: 364px;
}

@media screen and (max-width: 700px) {
	.media-grid-item-double .media-grid-card-pic {
		height: 200px;
	}
}

.media-grid-item-square {
	grid-column: 1 / span 2;
	grid-row: auto / span 2;
}

.media-grid-item-square .media-grid-card-pic {
	flex: 1;
	width: 100%;
	height: auto;
	min-height: 540px;
	margin-bottom: 0;
}

.media-grid-item-square .media-grid-card-content {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 30px 18px;
	color: #FFF;
	background: -moz-linear-gradient(bottom, #CFCFCF, rgba(255, 255, 255, 0));
	background: -webkit-linear-gradient(bottom, #CFCFCF, rgba(255, 255, 255, 0));
	background: linear-gradient(to to bottom, #CFCFCF, rgba(255, 255, 255, 0));
}

.media-grid-item-square .media-grid-card [class*="title"],
.media-grid-item-square .media-grid-card .date {
	color: #FFF;
}

.media-grid-item-square [class*="title"] {
	font: 500 normal 24px/32px "VK Sans Display", Sans-serif, Arial;
}

.media-grid-item-square [class*="title"]:not(:last-child) {
	margin-bottom: 50px;
}

.media-grid .more {
	grid-column: 1 / span 4;
}

.media-note {
	row-gap: 30px;
	column-gap: 30px;
	margin-left: 0;
}

.media-note-item {
	display: flex;
	background: #F5F5F5;
	box-sizing: border-box;
}

.media-note-item [class*="text"]:last-child {
	margin-bottom: 30px;
}

@media screen and (min-width: 1025px) {
	.media-note-item {
		padding: 50px 226px 50px 60px;
		min-height: 540px;
	}
	.media-note-item.media-note-content-full {
		padding: 50px 30px 50px 60px;
	}
	.media-note-item [class*="title"]:not(:last-child) {
		margin-bottom: 33px;
	}
}

@media screen and (max-width: 1024px) {
	.media-note-item {
		padding: 30px 20px;
		min-height: 336px;
	}
	.media-note-item.media-note-content-full {
		padding: 30px 20px;
	}
	.media-note-item [class*="title"]:not(:last-child) {
		margin-bottom: 24px;
	}
	.media-note-item[class*="pattern"] {
		background-position-y: calc(100% - 30px);
	}
	.media-note-item:not(:last-child) .media-grid-card:after {
		content: '';
		display: block;
		border-bottom: 1px solid #E3E3E3;
		position: absolute;
		left: 0;
		right: 0;
		bottom: -30px;
	}
}

@media screen and (max-width: 1024px) {
	.media-note {
		margin-left: -20px;
		margin-right: -20px;
		display: block;
	}
}

.list .more {
	text-align: left;
}

.list-item {
	display: block;
	color: inherit;
}

.list-item [class*="title"]:not(:last-child) {
	margin-bottom: 5px;
}

.list-item:not(:last-child) {
	margin-bottom: 32px;
}

@media screen and (max-width: 1024px) {
	.list-item {
		display: flex;
		flex-direction: column;
	}
	.result-list-short .list-item {
		padding-bottom: 18px;
		box-sizing: border-box;
		min-height: 148px;
		border-bottom: 1px solid rgba(185, 185, 185, 0.4);
	}
	.result-list-short .list-item:not(:last-child) {
		margin-bottom: 18px;
	}
	.result-list-short .list-item [class*="text"] {
		order: 0;
		margin-bottom: 9px;
	}
	.result-list-short .list-item [class*="title"] {
		order: 1;
		margin-bottom: 0;
	}
	.list-item .more {
		margin-top: 40px;
	}
}

.accent-block {
	padding-top: 51px;
	padding-bottom: 51px;
	color: #FFF;
	position: relative;
}

.accent-block .date {
	color: rgba(255, 255, 255, 0.6);
}

.accent-block [class*="title"] {
	color: inherit;
}

@media screen and (max-width: 1024px) {
	.accent-block {
		padding-top: 30px;
		padding-bottom: 30px;
	}
}

.section-wrapper .accent-block {
	margin-left: -20px;
	margin-right: -20px;
}

.section-wrapper .accent-block .section-wrapper {
	padding-left: 20px;
	padding-right: 20px;
}

.accent-block-content {
	position: relative;
	z-index: 1;
}

.accent-block-content [class*="title"] {
	margin-bottom: 24px;
}

@media screen and (min-width: 1025px) {
	.accent-block-slim .accent-block-content {
		display: flex;
		align-items: center;
	}
	.accent-block-slim .accent-block-content .block-control {
		padding-top: 0;
		margin-top: 0;
	}
	.accent-block-slim .accent-block-content> :not(:last-child) {
		margin-right: 77px;
	}
}

.accent-block a:not(.button):not(.suggest__item) {
	color: inherit;
	text-decoration: underline;
}

.accent-block a:not(.button):not(.suggest__item):hover {
	text-decoration: none;
}

@media screen and (min-width: 1025px) {
	.top-banner+.accent-block {
		margin-top: -50px;
	}
}

@media screen and (max-width: 1024px) {
	.top-banner+.accent-block {
		margin-top: -30px;
	}
	.accent-block .block-control {
		padding-top: 50px;
	}
}

.notice>[class*="title"] {
	margin-bottom: 20px;
}

.notice-block {
	background: #F5F5F5;
	padding: 30px;
}

.notice-block:not(:last-child) {
	margin-bottom: 32px;
}

.notice-block-list {
	background: #8024C0;
	color: #FFF;
}

.notice-block-list [class*="title"] {
	margin-bottom: 25px;
	color: inherit;
}

@media screen and (max-width: 1024px) {
	.notice-block {
		padding-left: 20px;
		padding-right: 20px;
		margin-left: -20px;
		margin-right: -20px;
	}
}

.notice-item {
	color: inherit;
	display: block;
}

.notice-item:not(:last-child) {
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-bottom: 1px solid rgba(185, 185, 185, 0.4);
}

.notice-item:after {
	content: '';
	display: block;
	width: 18px;
	height: 18px;
	background: url("../images/icon-arrow-45deg.svg") no-repeat;
	background-size: contain;
	margin-top: 40px;
}

.notice-item:hover:after {
	filter: none;
	animation: btnArrowAnimation;
	animation-duration: 0.5s;
	animation-iteration-count: 1;
}

.notice-item [class*="text"]:not(:last-child) {
	margin-top: 20px;
}

.date-card {
	font-family: "VK Sans Display", Sans-serif, Arial;
}

@media screen and (min-width: 1025px) {
	.date-card {
		display: inline-grid;
		grid-template-columns: auto auto;
		grid-template-rows: auto auto;
	}
	.date-card-day {
		font-size: 64px;
		line-height: 64px;
		grid-row: 1 / 3;
		margin-right: 15px;
	}
	.date-card-main {
		font-size: 24px;
		line-height: 32px;
	}
	.date-card-text {
		font-size: 16px;
		line-height: 24px;
	}
}

@media screen and (max-width: 1024px) {
	.date-card {
		text-align: center;
	}
	.date-card-main,
	.date-card-day {
		font-size: 28px;
		line-height: 34px;
		display: inline;
	}
}

.note {
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
	line-height: 24px;
}

.note-pattern {
	display: flex;
	padding-top: 51px;
	padding-bottom: 51px;
	color: #FFF;
	overflow: hidden;
}

.note-pattern .date {
	color: rgba(255, 255, 255, 0.6);
}

.note-pattern [class*="title"] {
	color: inherit;
}

@media screen and (max-width: 1024px) {
	.note-pattern {
		padding-top: 30px;
		padding-bottom: 30px;
	}
}

.note-pattern .section-wrapper {
	width: 100%;
	display: flex;
}

.note-pattern-content {
	position: relative;
	z-index: 1;
	display: flex;
	flex-direction: column;
}

.note-direction .note-pattern-content:after {
	content: '';
	display: block;
	width: 18px;
	height: 18px;
	background: url(../images/icon-arrow-45deg-white.svg) no-repeat;
	background-size: contain;
	margin-top: auto;
}

.note-pattern a:not(.button) {
	color: inherit;
	text-decoration: underline;
}

.note-pattern a:not(.button):hover {
	text-decoration: none;
}

.note-pattern .block-control {
	margin-top: auto;
	padding-top: 20px;
}

@media screen and (min-width: 1025px) {
	.note-pattern {
		min-height: 540px;
	}
	.note-pattern-content {
		padding-right: 30%;
	}
	.note-pattern-content [class*="title"] {
		margin-bottom: 66px;
	}
}

@media screen and (min-width: 1200px) {
	.note-pattern-content {
		padding-right: 60%;
	}
}

@media screen and (max-width: 1024px) {
	.note-pattern {
		padding-bottom: 174px;
	}
	.note-pattern .pattern {
		height: 255px;
		bottom: 0;
		top: auto;
	}
	.note-pattern-content [class*="title"] {
		margin-bottom: 24px;
	}
}

.pattern-decor-1 {
	background-image: url(../images/pattern-1.svg);
	background-position: 100% 100%;
	background-repeat: no-repeat;
}

@media screen and (max-width: 1024px) {
	.pattern-decor-1 {
		background-position: calc(50vw) 100%;
	}
}

.pattern-decor-2 {
	background-image: url(../images/pattern-2.svg);
	background-position: 100% 100%;
	background-repeat: no-repeat;
}

@media screen and (max-width: 1024px) {
	.pattern-decor-2 {
		background-position: calc(50vw) 100%;
	}
}

.pattern-decor-3 {
	background-image: url(../images/pattern-3.svg);
	background-position: 100% -0px;
	background-repeat: no-repeat;
}

@media screen and (max-width: 1024px) {
	.pattern-decor-3 {
		background-position: calc(50vw) 100%;
	}
}

.pattern-decor-4 {
	background-image: url(../images/pattern-3s.svg);
	background-position: 100% 100%;
	background-repeat: no-repeat;
}

@media screen and (max-width: 1024px) {
	.pattern-decor-4 {
		background-position: calc(50vw) 100%;
	}
}

[class*="pattern-theme"] .pattern-theme-frame {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	overflow: hidden;
}

.pattern-theme-0 {
	background-color: #FFFFFF;
	color: #050B15;
}

.pattern-theme-0 path,
.pattern-theme-0 svg {
	fill: #0C6EFF;
}

.pattern-theme-1 {
	background-color: #EA3583;
}

.pattern-theme-1 path,
.pattern-theme-1 svg {
	fill: #8024C0;
}

.pattern-theme-2 {
	background-color: #0C6EFF;
}

.pattern-theme-2 path,
.pattern-theme-2 svg {
	fill: #6AEAFC;
}

.pattern-theme-3 {
	background-color: #EBF4F9;
	color: #050B15;
}

.pattern-theme-3 path,
.pattern-theme-3 svg {
	fill: #0077FF;
}

.pattern-theme-4 {
	background-color: #17D685;
	color: #FFF;
}

.pattern-theme-4 path,
.pattern-theme-4 svg {
	fill: #14C37A;
}

.pattern-theme-5 {
	background-color: #8024C0;
	color: #FFF;
}

.pattern-theme-5 path,
.pattern-theme-5 svg {
	fill: #EA3583;
}

.pattern-theme-6 {
	background-color: #54B2FF;
	color: #FFF;
}

.pattern-theme-6 path,
.pattern-theme-6 svg {
	fill: #61EFB4;
}

.pattern-theme-7 {
	background-color: #0077FF;
	color: #FFF;
}

.pattern-theme-7 path,
.pattern-theme-7 svg {
	fill: #0069E0;
}

.pattern-theme-8 {
	background-color: #FF3985;
	color: #FFF;
}

.pattern-theme-8 path,
.pattern-theme-8 svg {
	fill: #FF639F;
}

.pattern-theme-9 {
	background-color: #7CEDF8;
	color: #000;
}

.pattern-theme-9 path,
.pattern-theme-9 svg {
	fill: #00D3E6;
}

.pattern-theme-10 {
	background-color: #000;
	color: #FFF;
}

.pattern-theme-10 path,
.pattern-theme-10 svg {
	fill: #7CEDF8;
}

.pattern-theme-content {
	position: relative;
	z-index: 1;
}

[class*="pattern-theme"] {
	position: relative;
}

[class*="pattern-theme"] .pattern {
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	margin-left: auto;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

[class*="pattern-theme"].pattern-theme-highlightSlider svg,
[class*="pattern-theme"].pattern-theme-lb svg,
[class*="pattern-theme"].pattern-theme-rb svg {
	bottom: 0;
	top: auto;
	height: 504px;
}

@media screen and (max-width: 1024px) {
	[class*="pattern-theme"].pattern-theme-highlightSlider svg,
	[class*="pattern-theme"].pattern-theme-lb svg,
	[class*="pattern-theme"].pattern-theme-rb svg {
		height: 255px;
	}
}

[class*="pattern-theme"].pattern-theme-lb svg {
	right: auto;
	left: 0;
}

[class*="pattern-theme"].pattern-theme-highlightSlider svg {
	right: auto;
	left: 30px;
	bottom: 140px;
}

@media screen and (max-width: 1300px) {
	[class*="pattern-theme"] .pattern {
		right: auto;
		left: 50%;
		bottom: 0;
	}
}

.press-block .section-head {
	margin-bottom: 160px;
}

@media screen and (max-width: 1024px) {
	.press-block .section-head {
		margin-bottom: 30px;
	}
}

.press-block[class*="pattern-theme"] .pattern {
	left: 30px;
	bottom: 140px;
}

@media screen and (max-width: 1300px) {
	.press-block[class*="pattern-theme"] .pattern {
		right: auto;
		left: 50%;
		bottom: 0;
	}
}

.more {
	min-width: 100%;
	box-sizing: border-box;
	width: 100%;
	margin-top: 60px;
	text-align: center;
}

@media screen and (max-width: 1024px) {
	.more {
		margin-top: 60px;
		padding-left: 20px;
		padding-right: 20px;
	}
	.section-wrapper .more {
		padding-left: 0;
		padding-right: 0;
	}
}

.note-card {
	padding-right: 0;
}

.note-card .text {
	margin-bottom: 50px;
}

.note-section__content {
	flex: 1;
	padding-bottom: 50px;
}

.cols-block [class*="title"] {
	margin-bottom: 0;
}

.cols-block__second .socials:not(:first-child) {
	margin-top: 40px;
}

.cols-block__second .socials-item {
	border: 0;
	width: auto;
	height: auto;
	filter: "alpha(opacity=55)";
	opacity: 0.55;
}

@media screen and (min-width: 1025px) {
	.cols-block {
		display: flex;
		margin-left: -100px;
	}
	.cols-block:not(:last-child) {
		margin-bottom: 55px;
	}
	.cols-block__main {
		flex: 1;
		padding-left: 100px;
	}
	.cols-block__bigger {
		flex: 1.5;
	}
	.cols-block__second {
		flex: 1;
		padding-left: 100px;
	}
	.cols-block__second .socials .elements-list-item:not(:last-child) {
		margin-right: 42px;
	}
}

@media screen and (max-width: 1024px) {
	.cols-block:not(:last-child) {
		margin-bottom: 30px;
	}
	.cols-block__main {
		flex: 1;
		margin-bottom: 24px;
	}
	.cols-block__second .socials {
		display: flex;
	}
	.cols-block__second .socials .elements-list {
		flex: 1;
		justify-content: space-between;
	}
}

.project-item {
    display:flex;
}

.project-item .media-grid-card {
    flex:1;
    display:flex;
    flex-direction: column;
}

.project-item-logo {
    margin-bottom: 23px;
}

.project-item-logo img {
    width:auto;
    height:68px;
}

.project-item-head {
    margin-bottom: 24px;
}

.project-item-text {
    margin-bottom: 40px;
}

@media screen and (min-width: 1024px) {
    .project-item-head [class*="title"] {
        min-height: 68px;
    }
}




/* sales 20 */

/* .highlight-block .toggle-content {
    border-top: 1px solid rgba(185, 185, 185, 0.4);
    margin-left:-20px;
    margin-right: -20px;
    padding:20px 20px 0 20px;
} */

h1,
.title {
    font-family: "VK Sans Display", Sans-serif, Arial;
    font-size: 64px;
    line-height: 64px;
    color: #000000;
    margin-bottom: 24px;
}

h2,
.subtitle {
    font-family: "VK Sans Display", Sans-serif, Arial;
    font-size: 38px;
    line-height: 42px;
    color: #000000;
    margin-bottom: 24px;
}

h3,
h4,
.small-title {
    font-family: "VK Sans Display", Sans-serif, Arial;
    font-size: 24px;
    line-height: 32px;
    color: #000000;
    margin-bottom: 20px;
    font-weight: 500;
}

h1 a,
h2 a,
h3 a,
.title a,
.subtitle a {
    color:inherit;
}

.clearbox:before,
.clearbox:after {
    content:'';
    display:block;
    height:0;
    overflow:hidden;
    clear:both;
    visibility: hidden;
}

.main-navigation,
.slider-list-item,
.button,
.jq-selectbox__select,
.input-field,
.icon-arrow-down-middle,
.icon-arrow-down-small,
.jq-selectbox__trigger-arrow,
.burger:after,
.burger:before,
.animation {
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.basic-test,
.basic-text {
    font-size: 18px;
    line-height: 32px;
}

.middle-text {
    font-size: 16px;
    line-height: 24px;
}

.small-text {
    font-size: 13px;
    line-height: 20px;
}

.icurl:hover,
.icurl {
    text-decoration: none;
}

.icurl-text {
    text-decoration: underline;
}

.icurl:hover .icurl-text {
    text-decoration: none;
}

.table {
    display:table;
    width:100%;
}

.table-row {
    display:table-row;
    flex-flow: row wrap;
}

.table-cell {
    display:table-cell;
    padding:14px 20px;
    box-sizing: border-box;
    border-bottom: 1px solid rgba(185, 185, 185, 0.4);
    vertical-align: top;
    font-size: 18px;
    line-height: 32px;
    position: relative;
}

.table-cell:not(:last-child):after {
    content: '';
    display:block;
    position: absolute;
    right:0;
    top:9px;
    bottom:9px;
    border-right:1px solid rgba(185, 185, 185, 0.4);
}

.table-cell p {
    margin-bottom: 0;
}

.table-cell a {
    text-decoration: underline;
}

.table-cell a:hover {
    text-decoration: none;
}

.table-main .table-cell a {
    color:#0077FF;
    text-decoration: underline;
}

.table-main .table-cell a:hover {
    text-decoration: none;
}

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

.table-row:first-child .table-cell {
    border-top:1px solid rgba(185, 185, 185, 0.4);
    padding-top:13px;
    white-space: nowrap;
}

.table-stat-2 .table-cell:first-child,
.table-stat .table-cell:first-child {
    width:30%;
}

.table-stat-2 .table-cell:last-child,
.table-stat .table-cell:last-child {
    text-align: left;
}

.catalog {
    -webkit-column-gap: 24px;
    -moz-column-gap: 24px;
    column-gap: 24px;
    column-fill: balance;
    -moz-column-count: 4;
    -webkit-column-count: 4;
    column-count: 4;
    margin-bottom: -32px;
}

.catalog-item {
    display:inline-block;
    width:100%;
    margin-bottom: 32px;
}

.catalog-item:hover {
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    transform: translateZ(0);
}

.catalog-item .subtitle {
    margin-bottom: 16px;
}

.catalog-list {
    display:block;
    margin:0;
    padding:0;
    list-style: none;
}

.catalog-list-item {
    margin-bottom: 10px;
    display:block;
    font-size: 16px;
    line-height: 24px;
    color:#050B15;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
}

.catalog-list-item:last-child {
    margin-bottom: 0;
}

.catalog-list-item a {
    color:inherit;
    text-decoration: underline;
}

.catalog-list-item a:hover {
    text-decoration: none;
}

.text-list {
    display:flex;
    flex-flow:wrap row;
    list-style: none;
    padding-left:0;
    margin-top:0;
    margin-bottom: 0;
}

.text-list-item {
    margin-right: 32px;
    margin-bottom: 0;
}

.text-list-item:last-child {
    margin-right: 0;
}

.tabs {
    display:flex;
    list-style: none;
    padding-left:0;
    margin-top:0;
    margin-bottom: 50px;

}

.tabs-item {
    display:inline-block;
    margin-right: 46px;
    margin-bottom: 0;
    color:#000000;
}

.tabs-item:last-child {
    margin-right: 0;
}

.tabs-item-url {
    display:inline-block;
	font-size: 20px;
	line-height: 34px;
    box-sizing: border-box;
    text-decoration: none;
    color:inherit;
}

.tabs-item-url.active,
.tabs-item-url:hover {
    text-decoration: underline;
    color: inherit;
}

.tabs-item-url.active:hover,
.tabs-item-url.active {
    color:#0077FF;
}

.toggle-title .element-bar-item-combine .basic-text {
    flex:1;
}

.toggle-right {
    padding-left:20px;
    margin-left:auto;
}

.toggle-right a {
    color:inherit;
    text-decoration: underline;
}

.toggle-right a:hover {
    text-decoration: none;
}

.toggle-content {
    margin-top: 20px;
    display:none;
}

.toggle-opened .toggle-content {
    display:block;
}

.toggle-opened .toggle-control-closed,
.toggle-control-opened {
    display:none;
}

.toggle-opened .toggle-control-opened {
    display:block;
}

.toggle-list .toggle-item {
    margin-bottom: 40px;
}

.toggle-list .toggle-item:last-child {
    margin-bottom: 0;
}

.toggle-list .toggle-content a {
    color:inherit;
    text-decoration: underline;
}

.toggle-list .toggle-content a:hover {
    text-decoration: none;
}

.toggle-item .subtitle {
    margin-bottom: 0;
}

.element-bar {
    display:flex;
    align-items: center;
    margin-left:-20px;
}

.element-bar-item {
    margin-left: 20px;
    display:flex;
    align-items: center;
}

.element-bar-item-right {
    margin-left: auto;
}

.element-bar-item-combine {
    display:flex;
    flex:1;
}

.version-switcher-control {
    margin-top: 5px;
}

.section.fields-bar {
    margin-bottom: 82px;
}

@media screen and (min-width: 1025px) {
    .fields-bar {
        padding-bottom: 33px;
        border-bottom: 1px solid rgba(185, 185, 185, 0.4);
        border-top: 1px solid rgba(185, 185, 185, 0.4);
        padding-top: 33px;
    }
}

.fields-bar,
.fields-bar-group {
    display:flex;
    align-items: center;
}

.fields-bar-group .button {
    min-width: 0;
}

.field-label {
    margin-right: 16px;
    font-size:18px;
    line-height: 20px;
    align-self: center;
    margin-bottom: 8px;
}

.fields-bar-group .text-list {
    align-self: center;
    margin-bottom: 0;
}

.fields-bar-item {
    display: flex;
    align-items: center;
}

.fields-bar-item:not(:last-child) {
    margin-right: 42px;
}

@media screen and (max-width: 1024px) {
    .form-row .jq-selectbox,
    .fields-bar-item .jq-selectbox {
        width:calc(100% + 32px);
    }

    .fields-bar-item:not(:last-child) {
        margin-right: 0;
    }
}

/* .fields-bar-group-fixed .fields-bar-item .button,
.fields-bar-group-fixed .fields-bar-item .input-field,
.fields-bar-group-fixed .fields-bar-item .jq-selectbox__select,
.fields-bar-item .button,
.fields-bar-item .input-field,
.fields-bar-item .jq-selectbox__select {
    border-radius: 0;
} */

/* .fields-bar-group-fixed:first-child .fields-bar-item:first-child .button,
.fields-bar-group-fixed:first-child .fields-bar-item:first-child .input-field,
.fields-bar-group-fixed:first-child .fields-bar-item:first-child .jq-selectbox__select,
.fields-bar-item:first-child .button,
.fields-bar-item:first-child .input-field,
.fields-bar-item:first-child .jq-selectbox__select {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
} */

/* .fields-bar-group .fields-bar-group-fixed:last-child .fields-bar-item:last-child .button,
.fields-bar-group .fields-bar-group-fixed:last-child .fields-bar-item:last-child .input-field,
.fields-bar-group .fields-bar-group-fixed:last-child .fields-bar-item:last-child .jq-selectbox__select,
.fields-bar-item:last-child .button,
.fields-bar-item:last-child .input-field,
.fields-bar-item:last-child .jq-selectbox__select {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
} */

.fields-bar-item .button {
    display:flex;
    box-shadow: none;
}

.form-row .field-label,
.fields-bar-item .field-label {
    margin-right: 0;
    margin-bottom: 4px;
}
/*
.fields-bar-basic {
    min-width:240px;
    max-width: 240px;
} */

.fields-bar-short {
    min-width:160px;
    max-width: 160px;
}

.fields-bar-stretch {
    flex:1;
}

.fields-bar-stretch .input {
    width:100%;
}

.fields-bar-group {
    display:inline-flex;
    align-items: flex-end;
}

.fields-bar-group:not(:last-child) {
    margin-right: 42px;
}

.fields-bar-group-fixed {
    display:inline-flex;
    align-items: center;
}

.fields-bar-right {
    margin-left: auto;
}

.form-row {
    margin-bottom: 20px;
}

.form-row:last-child {
    margin-bottom: 0;
}

.form-row .fields-bar-group {
    width:100%;
}

.form-row-big {
    max-width: 640px;
}

.form-row-middle {
    max-width: 380px;
}

.form-row .fields-bar-item {
    flex:1;
}

.form-note {
    margin-top: 5px;
    font-size: 13px;
    line-height: 20px;
}

.form-footer {
    margin-top: 20px;
    padding:20px 0;
    border-top: 1px solid rgba(185, 185, 185, 0.4);
    margin-bottom: -60px;
}

.form-footer-list {
    display:flex;
    flex-flow:wrap row;
    align-items: center;
}

.form-footer-list-item {
    margin-right: 32px;
    margin-bottom: 0;
}

.form-footer-control {
    margin-right: 48px;
}

.form-footer-list-item:last-child {
    margin-right: 0;
}

.form-footer-float .form-footer {
    min-height:80px;
    margin-top: 0;
    box-sizing: border-box;
    position: fixed;
    left:0;
    bottom:0;
    right:0;
    z-index:5;
    background:#FFF;
    margin-bottom: 0;
}

.form-footer-float .footer {
    filter: alpha(opacity=0);
    opacity: 0;
}

.stat-text,
.stat-item {
    display:inline-block;
    vertical-align: middle;
}

.stat-item-label {
    font-weight: bold;
    display: inline-block;
    margin-right: 8px;
}

.tooltip-opened {
    position: relative;
}

.tooltip-window {
    position: absolute;
    z-index: 100;
    padding:12px 16px;
    background: #FFFFFF;
    box-shadow: 0px 4px 32px rgba(0, 0, 0, 0.32);
    min-width: 275px;
    display:none;
}

.tooltip-window-left.tooltip-window:before,
.tooltip-window-right.tooltip-window:before {
    content:'';
    display:block;
    position: absolute;
}

.tooltip-window-left.tooltip-window:before {
    left:100%;
    top:calc(50% - 6px);
    border: 6px solid transparent;
    border-left: 6px solid #FFF;
}

.tooltip-window-right.tooltip-window:before {
    right:100%;
    top:calc(50% - 6px);
    border: 6px solid transparent;
    border-right: 6px solid #FFF;
}

.ol-list {
    list-style: none;
}

.window-header {
    margin-bottom: 60px;
}

.popup {
    width:100%;
    height:100%;
    left:0;
    top:0;
    position:fixed;
    z-index:10000;
	overflow-x: hidden;
    overflow-y: auto;
    display:none;
}

.popup-cell {
    background: rgba(0, 0, 0, 0.48);
    vertical-align:middle;
    text-align:center;
    display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	min-height:100%;
	-webkit-box-align: center;
	-ms-flex-align: center;
    align-items: center;
}

.window {
    display:inline-block;
    position:relative;
    text-align:left;
	vertical-align: middle;
    margin:2vh auto;
    padding:20px;
    box-sizing: border-box;
    background:#FFF;
    box-shadow: 0px 4px 32px rgba(0, 0, 0, 0.32);
}

.window-header {
    padding-right: 40px;
    margin-bottom: 24px;
}

.window-header .subtitle {
    margin-bottom: 0;
}

.window-footer {
    margin-top: 32px;
}

.window.popup-basic {
    width:880px;
}

.window .icon-close {
    position: absolute;
    right:0px;
    top:0px;
    padding:20px;
    background-position:50% 50%;
}

.cards-list {
    display:flex;
    flex-flow: wrap row;
    margin-left:-30px;
    margin-bottom: -29px;
}

.cards-list-item {
    display:flex;
    box-sizing: border-box;
    width:290px;
    height:460px;
    flex-direction: column;
    background: #FFFFFF;
    border-bottom: 1px solid rgba(185, 185, 185, 0.4);
    box-sizing: border-box;
    padding:32px 24px 20px;
    margin:0 0 29px 29px;
}

.cards-list-short .cards-list-item {
    min-height: 330px;
    height:auto;
}

.cards-list-short .cards-list-item-title {
    min-height: 0;
    max-height: 100%;
}

.cards-list-item-head {
    display:flex;
    flex-direction: column;
    flex: auto;
    margin-bottom: 15px;
}

.cards-list-item-head:last-child {
    margin-bottom: 0;
}

.cards-list-item-pic {
    margin-bottom: 20px;
}

.cards-list-item-title {
    display: block;
    min-height:85px;
    margin-bottom: 20px;
    overflow: hidden;
}

.cards-list-item-content {
    overflow: hidden;
    max-height: 121px;
}

.cards-list-item-footer {
    font-size: 16px;
    line-height: 24px;
    color: #999999;
    justify-self: flex-end;
    overflow: hidden;
    max-height: 140px;
}

.slider {
    max-width:100%;
}

.slider-list {
    position: relative;
    overflow: hidden;
    margin-bottom: 43px;
}

.slider-list-item {
    border: 1px solid rgba(185, 185, 185, 0.4);
    box-sizing: border-box;
    overflow: hidden;
    position: absolute;
    left:0;
    top:0;
    filter: alpha(opacity=0);
    opacity: 0;
}

.slider-list-item img {
    max-width:100%;
}

.slider-list-item.active {
    position: relative;
    z-index: 1;
    filter: alpha(opacity=1);
    opacity: 1;
}

.slider-footer {
    display:flex;
    flex-flow:wrap row;
    align-items: center;
}

.slider-footer-item {
    margin-right: 19px;
    margin-bottom: 0;
}

.slider-control,
.slider-counter {
    display:none;
}

.slider-footer .text-list-item:last-child,
.slider-footer-item:last-child {
    margin-right: 0;
}

.slider-footer-right {
    margin-left:auto;
}

.slider-footer .text-list-item {
    margin-right: 16px;
}

.slider-count-current,
.slider-count-total {
    color:#000;
}

.media-list {
    display:flex;
    flex-flow: wrap row;
    margin-left:-38px;
    margin-bottom: -38px;
    align-items: flex-start;
}

.media-list-item {
    width:33%;
    padding-left:38px;
    box-sizing: border-box;
    margin-bottom: 38px;
}

.media-list-item {
    display:flex;
    color:inherit;
    text-decoration: none;
}

.media-list-pic {
    margin-right: 24px;
}

.media-list-content {
    flex:1;
    min-height: 100%;
    display:flex;
    flex-direction: column;
    justify-content: center;
}

.media-list-content .small-title {
    margin-bottom: 4px;
}

[class*="icon-"] {
    display:inline-block;
    vertical-align: middle;
    background-repeat: no-repeat;
}

.icon-attention {
    width:16px;
    height:16px;
    background-image:url(../../redesign/images/icon-attention.svg);
}

.icon-star {
    width:16px;
    height:16px;
    background-image:url(../../redesign/images/icon-star.svg);
}

.icon-close {
    width:13px;
    height:13px;
    background-image:url(../../redesign/images/icon-close.svg);
}

.icon-declined {
    width:48px;
    height:48px;
    background-image:url(../../redesign/images/icon-declined.svg);
}

.img-icon {
    height:48px;
}

.jq-selectbox__trigger-arrow,
.icon-arrow-down-small,
.icon-arrow-up-small {
    width: 14px;
    height: 14px;
    background: url(../../vk/images/icon-arrow-down.svg) no-repeat;
    background-size: contain;
    background-position: 50% 50%;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.icon-arrow-left-middle,
.icon-arrow-right-middle,
.icon-arrow-down-middle,
.icon-arrow-up-middle {
    width:16px;
    height:16px;
    background-image:url(../../redesign/images/icon-arrow-down-middle.svg);
}

.toggle-opened .icon-arrow-down-small,
.toggle-opened .icon-arrow-down-middle,
.jq-selectbox.opened .jq-selectbox__trigger-arrow,
.icon-arrow-up-small,
.icon-arrow-up-middle {
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.icon-arrow-left-middle {
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.icon-arrow-right-middle {
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.icon-branded {
    width:60px;
    height:60px;
    background-image:url(../../redesign/images/icon-branded.svg);
}

.icon-data {
    width:60px;
    height:60px;
    background-image:url(../../redesign/images/icon-data.svg);
}

.icon-foodtech {
    width:60px;
    height:60px;
    background-image:url(../../redesign/images/icon-foodtech.svg);
}

.icon-games {
    width:60px;
    height:60px;
    background-image:url(../../redesign/images/icon-games.svg);
}

.icon-scom {
    width:60px;
    height:60px;
    background-image:url(../../redesign/images/icon-scom.svg);
}

.icon-transport {
    width:60px;
    height:60px;
    background-image:url(../../redesign/images/icon-transport.svg);
}

.icon-voicetech {
    width:60px;
    height:60px;
    background-image:url(../../redesign/images/icon-voicetech.svg);
}

.icon-vkapp {
    width:60px;
    height:60px;
    background-image:url(../../redesign/images/icon-vkapp.svg);
}

.icon-media-social {
    width:72px;
    height:58px;
    background-image:url(../../redesign/images/icon-media-social.svg);
}

.icon-media-portalprojects {
    width:72px;
    height:57px;
    background-image:url(../../redesign/images/icon-media-portalprojects.svg);
}

.icon-media-cybersport {
    width:72px;
    height:54px;
    background-image:url(../../redesign/images/icon-media-cybersport.svg);
}

.icon-media-services {
    width:72px;
    height:62px;
    background-image:url(../../redesign/images/icon-media-services.svg);
}

.icon-media-videoprojects {
    width:72px;
    height:56px;
    background-image:url(../../redesign/images/icon-media-videoprojects.svg);
}

.mobile-only {
    display:none;
}

.notify-box {
    background: #fc2c38;
    color: #fff;
    text-align: center;
    font-size: 20px;
    padding: 18px 0;
}

.admin-panel {
    position: fixed;
    top: 0px;
    left: 0;
    display: none;
    background: #050B15;
    width: 300px;
    height: auto;
    padding: 90px 20px 20px 20px;
    filter: alpha(opacity=85);
    opacity: .85;
    z-index: 129;
    box-sizing: border-box;
}

.admin-panel .button {
    width:100%;
}

.admin-panel a {
    color: #FFF;
}

.admin-panel-row {
    margin-bottom: 10px;
}

.admin-panel-row:last-child {
    margin-bottom: 0;
}

.admin-panel-trigger {
    text-decoration: none;
    font-size: 16px;
    color:#fff !important;
    padding: 0 20px;
    height:60px;
    font-weight: 300;
    background:rgb(51, 51, 51);
    display: flex;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 130;
    box-sizing: border-box;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.admin-panel-trigger.active {
    width:300px;
    background:rgb(0, 0, 0);
}

.admin-panel .button {
	color:#FFF;
	border-color: #FFF;
}

.admin-panel-trigger:hover {
    text-decoration: none;
    background:rgb(90, 90, 90);
}

.block.table-frame + .admin-table-panel {
    margin-top: -20px;
}

.table-frame .admin-control {
    width:1px;
    white-space:nowrap;
}

body .wrapper .chunk-btn,
body .wrapper .edit-btn {
    font-size: 20px;
    text-decoration: none;
}

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

.server-message {
    max-width: 520px;
    margin:0 auto;
}

.target-list {
    padding:0;
    list-style:none;
}

.target-list_item {
    margin-bottom:32px;
}

.target-list_item.active .target-list_item_url {
    border:0;
    font-size: 24px;
    line-height: 32px;
    font-family: "VK Sans Display", Sans-serif, Arial;
    color: #050B15;
}

.target-list-sub_item {
    font-size: 16px;
    line-height: 24px;
    color:#050B15;
    margin-bottom:10px;
    cursor: default !important;
}

.target-list-sub_item:last-child {
    margin-bottom:0;
}

.target-list-sub_item.has-description span {
    border-bottom: 0 !important;
    text-decoration:underline;
    cursor: pointer !important;
}

.target-list_item.active .target-list-sub {
    display: block;
    margin: 10px 0 0 0;
}

.target-list-sub {
    margin-top: 10px;
    list-style: none;
    padding:0;
}

.target-list-block {
    margin:0;
    padding-left:0;
}

.target-list-sub_item.has-description {
    position: relative;
}

.target-list-sub_item.has-description .target-list-sub_item-description {
    background: #FFFFFF !important;
    box-shadow: 0px 4px 32px rgba(0, 0, 0, 0.32) !important;
    padding:12px 16px !important;
    font-size: 13px !important;
    line-height: 20px !important;
    color: #050B15 !important;
    position:absolute;
    top:-10px !important;
    left:50px !important;
    z-index:2;
    display:none;
}

.target-list-sub_item-description:before {
    right: 100%;
    top: 16px;
    border: 6px solid transparent;
    border-right: 6px solid #FFF;
    content: '';
    display: block;
    position: absolute;
}

.section-iframe iframe {
    border:0;
    width:100%;
    height:calc(100vh - 61px);
    vertical-align: top;
}

.is-admin .section-iframe iframe {
    height:calc(100vh - 121px);
}

@media only screen and (-Webkit-min-device-pixel-ratio: 1.5),
only screen and (-moz-min-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 3/2),
only screen and (min-device-pixel-ratio: 1.5) {

}

@media screen and (max-width: 1290px) {

    .tabs-item {
        margin-right: 20px;
    }

    .cards-list {
        max-width: 960px;
        margin-left:auto;
        margin-right: auto;
    }

    .cards-list-item {
        margin-left:14.5px;
        margin-right: 14.5px;
    }

    .tabs {
        width:calc(100% + 20px * 2);
        margin-left:-20px;
        overflow:auto;
        white-space: nowrap;
        padding-left:20px;
        box-sizing: border-box;
        padding-bottom: 10px;
    }

}

@media screen and (max-width: 1290px) {

    .menu-list-url {
        padding-left: 12px;
        padding-right: 12px;
    }

}

@media screen and (max-width: 1170px) {

    .main-navigation {
        padding-top:60px;
        box-sizing: border-box;
        width:290px;
        padding:60px 33px 24px;
        display:block;
        position: absolute;
        z-index: 50;
        top:0;
        left:-290px;
        bottom:0;
        background:#FFF;
        display: flex;
        flex-direction: column;
        pointer-events: none;
        filter: alpha(opacity=0);
        opacity: 0;
    }

    .mobile-menu-opened {
        overflow: hidden;
    }

    .mobile-menu-opened .header .logo,
    .mobile-menu-opened .burger {
        z-index: 51;
    }

    .mobile-menu-opened .main-navigation {
        left:0;
        pointer-events: inherit;
        filter: alpha(opacity=100);
        opacity: 1;
    }

    .mobile-menu-opened .menu-list-item,
    .mobile-menu-opened .menu-list {
        display:block;
        width:100%;
    }

    .mobile-menu-opened .menu-list {
        overflow: auto;
        padding-top:24px;
        border-top: 1px solid rgba(185, 185, 185, 0.4);
    }

    .mobile-menu-opened .main-navigation .menu-list-url {
        padding: 6px 8px;
        color:#000;
        text-decoration: underline;
        font-size: 16px;
        line-height: 24px;
        font-weight: 600;
    }

    .mobile-menu-opened .main-navigation .menu-list-url.active {
        text-decoration: none;
    }

    .mobile-menu-opened:before {
        content:'';
        display: block;
        position: fixed;
        z-index: 49;
        left:0;
        top:0;
        right:0;
        bottom:0;
        background: rgba(0, 0, 0, 0.48);
    }

    /* .fields-bar-basic {
        min-width: 200px;
        max-width: 200px;
    } */

    /* .fields-bar-short {
        min-width: 120px;
        max-width: 120px;
    } */

    .catalog {
        -moz-column-count: 3;
        -webkit-column-count: 3;
        column-count: 3;
    }

    .target-list_col {
        width:43%;
    }

}

@media screen and (max-width: 1024px) {

    .content-note,
    .table-cell,
    .main-navigation {
        padding-left: 20px;
        padding-right: 20px;
    }

    .table-frame {
        width:100%;
        overflow: auto;
        padding-bottom: 10px;
    }

    .section.table-frame {
        margin-bottom: 30px;
    }

    .block.table-frame {
        margin-bottom: 14px;
    }

    .fields-bar {
        flex-flow: wrap row;
    }

    .fields-bar-basic,
    .fields-bar-item,
    .fields-bar-group {
        min-width:100%;
        max-width: 100%;
        flex-flow: wrap row;
        margin-right: 0;
        margin-bottom: 20px;
    }

    .fields-bar-group:last-child,
    .fields-bar-item:last-child {
        margin-bottom: 0;
    }

    /* .fields-bar-item .button,
    .fields-bar-item .input-field,
    .fields-bar-item .jq-selectbox__select {
        border-radius: 4px;
        border-radius: 4px;
    } */

    .fields-bar-group-fixed {
        display:flex;
        min-width: 0;
        margin-bottom: 20px;
        flex-flow: inherit;
        min-width: 100%;
        max-width: 100%;
    }

    .fields-bar-buttons {
        display:inline-flex;
    }

    .fields-bar-group-fixed .fields-bar-item {
        min-width:0;
        margin-bottom: 0;
        flex:1;
    }

    .fields-bar-buttons .fields-bar-item {
        flex:inherit;
    }
/*
    .fields-bar-group-fixed .fields-bar-item .button,
    .fields-bar-group-fixed .fields-bar-item .input-field,
    .fields-bar-group-fixed .fields-bar-item .jq-selectbox__select {
        border-radius: 0;
        border-radius: 0;
    } */

    /* .fields-bar-group-fixed .fields-bar-item:first-child .button,
    .fields-bar-group-fixed .fields-bar-item:first-child .input-field,
    .fields-bar-group-fixed .fields-bar-item:first-child .jq-selectbox__select {
        border-top-left-radius: 4px;
        border-bottom-left-radius: 4px;
    } */

    /* .fields-bar-group-fixed .fields-bar-item:last-child .button,
    .fields-bar-group-fixed .fields-bar-item:last-child .input-field,
    .fields-bar-group-fixed .fields-bar-item:last-child .jq-selectbox__select {
        border-top-right-radius: 4px;
        border-bottom-right-radius: 4px;
    } */

    .field-label {
        margin-bottom: 4px;
    }

    .table-frame {
        overflow: auto;
        width:calc(100% + 40px);
        margin-left:-20px;
    }

    .table-frame .table {
        width:auto;
        min-width: 1024px;
    }

    .media-list-item {
        width: 50%;
    }

    .form-row-middle,
    .form-row-big,
    .content-limit-col {
        max-width: 100%;
    }

    .form-note {
        margin-top: -16px;
    }

    .cards-list {
        max-width: 640px;
    }

    .content-note-frame {
        max-width: 100%;
    }

    .content-note {
        margin-left:-20px;
        margin-right: -20px;
    }

    .highlight-block-pic {
        display: none;
    }

    .cols {
        margin-left: -20px;
    }

    .cols-item {
        margin-left:20px;
    }

    .window.popup-basic {
        width: 96vw;
    }

    .version-switcher-control {
        display: inline-block;
        margin-left: 15px;
        font-size: 18px;
    }

    .media-container pre {
        white-space: normal;
    }

}

@media screen and (max-width: 680px) {

    .is-admin.mobile-menu-opened .wrapper > .notify-box {
        display: none;
    }

    .mobile-only {
        display:block;
    }

    .desktop-only {
        display:none;
    }

    .cols {
        display:block;
        margin-left: 0;
    }

    .cols-item {
        margin-left:0;
        margin-bottom: 40px;
    }

    .cols-item:last-child {
        margin-bottom: 0;
    }

    .fields-bar-buttons {
        display:flex;
    }

    .fields-bar-buttons .fields-bar-item {
        flex:1;
    }

    .form-row .button,
    .fields-bar-item .button,
    .fields-bar-buttons .fields-bar-item .button {
        width:100%;
    }

    .cards-list {
        justify-content: center;
    }

    .catalog {
        -moz-column-count: 2;
        -webkit-column-count: 2;
        column-count: 2;
    }

    .media-list-item {
        width: 100%;
    }

    .table-stat .table-cell:last-child,
    .table-stat-2 .table-cell:last-child {
        text-align: right;
    }

    [id*="banner_"] table td:last-child {
        width: 100px;
    }

    [id*="banner_"] table td {
        padding: 20px 10px !important;
    }

}

@media screen and (max-width: 520px) {

    .catalog {
        -moz-column-count: 1;
        -webkit-column-count: 1;
        column-count: 1;
    }

    .slider-footer-right {
        min-width: 100%;
        margin-top: 20px;
    }

    .cards-list-item {
        width:100%;
        margin-left:0;
        margin-right: 0;
        height:auto;
    }

    .cards-list-item-footer,
    .cards-list-item-content,
    .cards-list-item-title {
        min-height: 0;
        max-height: 100%;
    }

    .cards-list-item-head,
    .cards-list-item-title {
        margin-bottom: 24px;
    }

    .toggle-title .element-bar-item-combine {
        flex-direction: column;
    }

    .toggle-title .element-bar-item-combine .toggle-right {
        margin-left:0;
        margin-top:12px;
        padding-left:0;
    }

    /* .note-block {
        margin-left:-20px;
        margin-right:-20px;
    }

    .note-block .toggle-content {
        margin-left: 0;
        margin-right: 0;
        padding-left: 0;
        padding-right: 0;
    } */

    .catalog-item {
        margin-bottom: 24px;
    }

    .catalog {
        margin-bottom: -24px;
    }

    .catalog-item .subtitle {
        margin-bottom: 8px;
    }

    .popup-cell {
        height:100%;
    }

    .window {
        margin:0;
        /* border-radius: 0; */
        display: flex;
        flex-direction: column;
        height: 100%;
    }

    .window.popup-basic {
        width: 100%;
    }

    .window-content {
        overflow: auto;
    }

    .window-footer {
        margin-top: 0;
        padding-top: 20px;
        border-top: 1px solid rgba(185, 185, 185, 0.4);
        padding-left: 20px;
        padding-right: 20px;
        margin-left: -20px;
        margin-right: -20px;
    }

    .window-footer .button {
        width:100%;
    }

    .form-footer {
        margin-bottom: -84px;
    }

    .form-footer-list-item .button {
        width:100%;
    }

    .form-footer-list-item.form-footer-control {
        margin-bottom: 20px;
    }

    .form-footer-list-item {
        margin-right: 0;
        min-width: 100%;
        max-width: 100%;
        margin-bottom: 4px;
    }

    .form-footer-list-item:last-child {
        margin-bottom: 0;
    }

    .tabs {
        position: relative;
    }

    .tabs-item-url {
        border-left:0;
        border-top:0;
        border-right:0;
        /* border-bottom-width:4px; */
        /* border-radius: 0; */
        position: relative;
        z-index: 1;
    }

    /* .tabs-item-url.active {
        font-weight: 600;
    } */

    h1,
    .title {
        font-size: 24px;
        line-height: 32px;
    }

    h2,
    .subtitle {
        font-size: 20px;
        line-height: 28px;
    }

}

@media screen and (max-width: 450px) {
    .target-list_col {
        width:100%;
        margin-right:0;
    }
}

.content-limit-col {
    width:1000px;
    max-width: 100%;
}

@media screen and (max-width: 1024px){
    body {
        font-size:16px;
    }

    .slider-list {
        margin-bottom: 6px;
    }

    .menu-item-selected > .menu-item-url {
        text-decoration: underline;
    }

    .desktop-only {
        display: none;
    }

    .mobile-only {
        display: block;
    }

    .tabs {
        padding-bottom: 15px;
        border-bottom: 1px solid rgba(185, 185, 185, 0.4);
    }

    .tabs-item-url {
        font-size:18px;
        line-height: 32px;
    }

    .table-cell {
        font-size:16px;
        line-height: 24px;
    }

    .element-bar-item {
        align-items: flex-start;
    }

    .highlight-block {
        padding-top: 0;
        padding-bottom: 0;
    }

    .fields-bar-item {
        min-height: 56px;
        display: flex;
        align-items: center;
        padding:10px 0;
        border-bottom: 1px solid rgba(185, 185, 185, 0.4);
        margin-bottom: 0;
    }

    .fields-bar-item:first-child {
        border-top: 1px solid rgba(185, 185, 185, 0.4);
    }

    .fields-bar-group {
        display:block;
        margin-bottom: 0;
    }

    .fields-bar-group .fields-bar-item:last-child {
        border-bottom: 0;
    }

    .fields-bar-group:not(:last-child) {
        border-bottom: 1px solid rgba(185, 185, 185, 0.4);
    }

    .fields-bar-group .text-list {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .fields-bar-group:last-child {
        border-bottom: 1px solid rgba(185, 185, 185, 0.4);
    }

    .section.fields-bar {
        margin-bottom: 40px;
    }

    .block.table-frame {
        margin-bottom: 40px;
    }

    h1,
    .title {
        font-size: 28px;
        line-height: 34px;
    }

    h2,
    .subtitle {
        font-size: 28px;
        line-height: 34px;
    }

    h3,
    h4,
    .small-title {
        font-size:22px;
        line-height: 32px;
    }
}

@media screen and (max-width: 1300px) {
    .header-logo {
        padding-right: 80px;
    }

    .menu-item:not(:last-child) {
        margin-right: 20px;
    }
}

@media screen and (max-width: 1100px) {
    .header-logo {
        padding-right: 20px;
    }
}


.icon-arrow-right-middle,
.icon-arrow90 {
	content: '';
	display: block;
	width: 18px;
	height: 18px;
	background: url("../images/icon-arrow-45deg.svg") no-repeat;
	background-size: contain;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.icon-arrow-left-middle,
.icon-arrow180 {
	content: '';
	display: block;
	width: 18px;
	height: 18px;
	background: url("../images/icon-arrow-45deg.svg") no-repeat;
	background-size: contain;
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
}

.slider-control .button {
    border:0;
    min-height: 0;
    padding:0;
}

.slider-control .fields-bar-group {
    display:flex;
}

.slider-control .fields-bar-item {
    border:0;
    padding:0;
}

.slider-control .fields-bar-item:not(:last-child) {
    margin-right: 0;
    border:0;
}

.slider-counter {
    white-space: nowrap;
}

.slider-download a {
    color:#000;
}

.slider-download [class*="icon"] {
    margin-left: 10px;
}

.slider-control .fields-bar-group .fields-bar-item:not(:last-child) {
    margin-right: 50px;
}

.textarea,
.input-field {
    outline: none;
    padding: 11px 0;
    box-sizing: border-box;
    border: 0;
    font-family: "VK Sans Text",Sans-serif,Arial;
    background: none;
    line-height: 1.2em;
    position: relative;
    z-index: 2;
    font-size: 28px;
    line-height: 34px;
    width: 100%;
    height: 48px;
    border-bottom: 1px solid rgba(185,185,185,0.4);
    background: #fff;
    -webkit-transition: border-color 0.2s ease-in-out;
    -ms-transition: border-color 0.2s ease-in-out;
    transition: border-color 0.2s ease-in-out;
}

.form-row .field-label {
    margin-bottom: 8px;
}

.form-row {
    margin-bottom: 48px;
}

.input-capture [type="text"] {
    height:40px;
}
