/* Compiled: 2019-01-11 16:06:32 */
/* ------------------------------ Общие переменные ------------------------------ */

/* ------------------------------ Шрифты ------------------------------ */

@font-face {
	font-family: 'GilroyRegular';
	src: url('../fonts/GilroyRegular/GilroyRegular.eot');
	src: url('../fonts/GilroyRegular/GilroyRegular.eot?#iefix') format('embedded-opentype'),
		url('../fonts/GilroyRegular/GilroyRegular.woff') format('woff'),
		url('../fonts/GilroyRegular/GilroyRegular.svg#GilroyRegular') format('svg');
	font-style: normal;
	font-weight: normal;
}

@font-face {
	font-family: 'GilroyBold';
	src: url('../fonts/GilroyBold/GilroyBold.eot');
	src: url('../fonts/GilroyBold/GilroyBold.eot?#iefix') format('embedded-opentype'),
		url('../fonts/GilroyBold/GilroyBold.woff') format('woff'),
		url('../fonts/GilroyBold/GilroyBold.svg#GilroyBold') format('svg');
	font-style: normal;
	font-weight: bold;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
.title-h1,
.title-h2,
.title-h3,
.title-h4 {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

body {
	line-height: 1;
}

ol,
ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

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

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* ------------------------------ Общее ------------------------------ */

html,
body {
	margin: 0;
	padding: 0;
	width: 100%;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
}

html {
	background: #fff;
	
	font-family: 'GilroyRegular', sans;
	font-size: 16px;
	line-height: 1.5;
	font-weight: normal;
	color: rgba(0, 0, 0, 0.75);
	height: 100%;
	min-height: 320px;
	min-width: 320px;
	position: relative;
	box-sizing: border-box;
}

html.mobile {
	overflow-x: hidden;
}

body {
	position: relative;
	width: 100%;
	height: 100%;
	transition: 0.3s ease opacity;
}

._visible body {
	opacity: 1!important;
}

._noscroll {
	overflow: hidden;
}

::-moz-selection {
	color: #fff;
	background: rgba(0, 0, 0, 0.45);
}

::selection {
	color: #fff;
	background: rgba(0, 0, 0, 0.45);
}

::-webkit-input-placeholder {
	color: #a8a8a8;
	opacity: 1;
}

::-moz-placeholder {
	color: #a8a8a8;
	opacity: 1;
}

input:-ms-input-placeholder {
	color: #a8a8a8;
}

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

::-ms-reveal {
	display: none;
}

:disabled {
	cursor: default;
	pointer-events: none;
	opacity: 0.7;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

/* Простые теги
------------------------------ */

img {
	margin: 0;
}

a {
	text-decoration: none;
	cursor: pointer;
	transition: 0.2s ease;
	color: #00B3E3;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

a:hover {
	color: #b455a0;
}

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

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

figure,
figcaption {
	margin: 0;
	padding: 0;
}

button {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	cursor: pointer;
}

/* ------------------------------ Раскладка ------------------------------ */

.middle {
	background: #f9fafc;
}

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

.middle-container {
	position: relative;
	width: 940px;
	margin: 0 auto;
	padding-top: 60px;
	padding-bottom: 300px;
}

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

.container {
	width: 100%;
	float: left;
	position: relative;
}

.content {
	padding-left: 200px;
	padding-right: 200px;
}

.left-sidebar {
	width: 200px;
	position: relative;
	margin-left: -100%;
	float: left;
}

/* ------------------------------ Элементы UI ------------------------------ */

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

.desktop ._scrollable-wrap::-webkit-scrollbar {
	width: 4px;
}

.desktop ._scrollable-wrap::-webkit-scrollbar-thumb {
	border-radius: 4px;
	background-color: rgba(0, 0, 0, 0.75);
	background-color: rgba(0, 0, 0, 0.15);
	opacity: 0.4;
}

.toggle-link {
	position: relative;
	display: inline-block;
	padding-right: 13px;
	font-family: 'GilroyRegular', sans;
	line-height: 20px;
	font-size: 15px;
	color: #fff;
}

.toggle-link:after {
	background: url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjZmZmIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSItOTUzLjQgNTM4LjYgOC43IDUuMSIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAtOTUzLjQgNTM4LjYgOC43IDUuMTsiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KCTxwb2x5Z29uIGNsYXNzPSJzdDAiIHBvaW50cz0iLTk0OSw1NDMuNyAtOTUzLjQsNTM5LjQgLTk1Mi42LDUzOC42IC05NDksNTQyLjMgLTk0NS40LDUzOC42IC05NDQuNiw1MzkuNCAJIi8+DQo8L3N2Zz4NCg==) no-repeat;
	background-size: cover;
	width: 9px;
	height: 5px;
	display: block;
	position: absolute;
	right: 0;
	top: 70%;
	margin-top: -5px;
	content: '';
	transition: 0.2s ease;
}

.toggle-link:hover {
	color: #fff;
}

.toggle-link._active:after {
	transform: rotate(180deg);
}

.close-btn {
	background: none;
	border: none;
	position: absolute;
	top: 19px;
	right: 0;
	padding: 10px 20px;
	
	font-family: 'GilroyBold', sans;
	font-size: 15px;
	font-weight: 500;
	letter-spacing: .13em;
	text-transform: uppercase;
	color: #fff;
	cursor: pointer;
	z-index: 2;
}

.close-btn:hover {
	color: #b455a0;
}

.rect-btn {
	line-height: 22px;
	background: transparent;
	display: inline-block;
	padding: 12px 27px;
	height: 50px;
	box-sizing: border-box;
	font-size: 15px;
	text-align: center;
	font-weight: normal;
	font-family: 'GilroyRegular', sans;
	border: 1px solid #233C91;
	color: #002F6D !important;
	transition: 0.2s ease background, 0.2s ease border-color, 0.2s ease color;
}

.desktop .rect-btn:hover {
	background: #b455a0;
	border-color: #b455a0;
	color: #fff!important;
}

/* ------------------------------ Общая типографика ------------------------------ */

h1,
h2,
h3,
h4,
h5,
h6,
.title-h1,
.title-h2,
.title-h3,
.title-h4 {
	line-height: 1.5;
	
	font-family: 'GilroyRegular', sans;
}

h1,
.title-h1 {
	font-size: 50px;
	line-height: 52px;
	
	text-transform: uppercase;
	font-weight: 300;
	margin: 25px 0 40px 0;
	color: #002F6D;
}

h2,
.title-h2 {
	color: #002F6D;
	margin: 115px 0 45px 0;
	font-size: 30px;
	line-height: 36px;
	font-weight: 300;
	
	text-transform: uppercase;
}

h2 + h3,
h2 + .h3 {
	margin-top: -15px;
}

h3,
.title-h3 {
	color: #002F6D;
	font-size: 18px;
	line-height: 22px;
	
	text-transform: uppercase;
	margin: 75px 0 8px 0;
}

h3 + * {
	margin-top: 0!important;
}

h4,
h5,
h6,
.title-h4 {
	font-size: 24px;
	line-height: 36px;
	font-weight: 500;
	font-family: 'GilroyBold', sans;
}

p,
._p {
	
	font-family: 'GilroyRegular', sans;
	font-style: normal;
	font-weight: normal;
	font-size: 15px;
	line-height: 21px;
	letter-spacing: .04em;
	margin: 20px 0;
}

b,
strong {
	font-family: 'GilroyBold', sans;
	font-weight: bold;
}

.text ol:not([class]),
.text ul:not([class]) {
	margin: 32px 0;
	display: block;
	padding: 0;
	counter-reset: ol;
}

.text ol:not([class]) ol,
.text ul:not([class]) ol,
.text ol:not([class]) ul,
.text ul:not([class]) ul {
	margin: 20px 0;
}

.text ol:not([class]) li,
.text ul:not([class]) li {
	position: relative;
	padding-left: 30px;
	margin-bottom: 20px;
	font-size: 15px;
	line-height: 21px;
	letter-spacing: .04em;
	color: rgba(0, 0, 0, 0.75);
}

.text ol:not([class]) li:before,
.text ul:not([class]) li:before {
	position: absolute;
}

.text ol:not([class]) li:before {
	top: -1px;
	left: 0;
	font-size: 18px;
	letter-spacing: -0.03em;
	text-transform: uppercase;
	
	font-family: 'GilroyRegular', sans;
	counter-increment: ol;
	content: counters(ol, '');
}

.text ol:not([class]) ol {
	counter-reset: olin;
}

.text ol:not([class]) ol li:before {
	content: counters(ol, '') '.' counters(olin, '');
	counter-increment: olin;
}

.text ul:not([class]) li:before {
	background: rgba(0, 0, 0, 0.75);
	display: block;
	width: 5px;
	height: 5px;
	top: 6px;
	left: 5px;
	content: '';
	border-radius: 50%;
}

blockquote {
	background: #002F6D;
	margin: 40px 0;
	padding: 35px 80px;
	box-sizing: border-box;
	color: #fff;
}

blockquote p {
	font-size: 18px;
	line-height: 23px;
	letter-spacing: 0;
}

blockquote cite {
	display: block;
	position: relative;
	margin-bottom: 20px;
	padding-left: 22px;
	top: 2px;
	
	font-family: 'GilroyRegular', sans;
	font-size: 16px;
	line-height: 20px;
	
	text-transform: uppercase;
	opacity: .75;
}

blockquote cite:before {
	background: #fff;
	width: 16px;
	height: 1px;
	position: absolute;
	display: block;
	left: 0;
	top: 8px;
	content: '';
}

.sym-3d-icon {
	width: 37px;
	height: 43px;
}

.sym-arrow {
	width: 23px;
	height: 14px;
}

.sym-build-icon {
	width: 44px;
	height: 44px;
}

.sym-development {
	width: 61px;
	height: 54px;
}

.sym-download {
	width: 12px;
	height: 20px;
}

.sym-etalon-logo1 {
	width: 120px;
	height: 31px;
}

.sym-etalon-logo2 {
	width: 133px;
	height: 31px;
}

.sym-etalon-logo3 {
	width: 110px;
	height: 32px;
}

.sym-etalon-logo4 {
	width: 133px;
	height: 31px;
}

.sym-etalon-logo5 {
	width: 128px;
	height: 31px;
}

.sym-facebook {
	width: 16px;
	height: 16px;
}

.sym-file_rect {
	width: 60px;
	height: 81px;
}

.sym-footer-logo {
	width: 120px;
	height: 28px;
}

.sym-installation-icon {
	width: 42px;
	height: 40px;
}

.sym-likein {
	width: 16px;
	height: 16px;
}

.sym-logo-color {
	width: 140px;
	height: 32px;
}

.sym-logo {
	width: 170px;
	height: 39px;
}

.sym-long-str {
	width: 32px;
	height: 12px;
}

.sym-map-city-point {
	width: 12px;
	height: 17px;
}

.sym-map-point {
	width: 8px;
	height: 11px;
}

.sym-next-str {
	width: 28px;
	height: 12px;
}

.sym-popup-icon {
	width: 50px;
	height: 50px;
}

.sym-production-icon {
	width: 45px;
	height: 42px;
}

.sym-project {
	width: 33px;
	height: 56px;
}

.sym-reward-icon {
	width: 161px;
	height: 124px;
}

.sym-scroll-top {
	width: 98px;
	height: 98px;
}

.sym-select-red {
	width: 8.7px;
	height: 5.1px;
}

.sym-select-white {
	width: 8.7px;
	height: 5.1px;
}

.sym-select {
	width: 8.7px;
	height: 5.1px;
}

.sym-service {
	width: 52px;
	height: 52px;
}

.sym-slider-icon1 {
	width: 48px;
	height: 58px;
}

.sym-slider-icon2 {
	width: 52px;
	height: 52px;
}

.sym-slider-icon3 {
	width: 54px;
	height: 46px;
}

.sym-slider-icon4 {
	width: 45px;
	height: 53px;
}

.sym-slider-icon5 {
	width: 43px;
	height: 40px;
}

.sym-slider-icon6 {
	width: 36px;
	height: 39px;
}

.sym-slider-icon7 {
	width: 37px;
	height: 45px;
}

.sym-slider-icon8 {
	width: 43px;
	height: 35px;
}

.sym-soc1 {
	width: 56px;
	height: 55px;
}

.sym-soc2 {
	width: 60px;
	height: 52px;
}

.sym-soc3 {
	width: 57px;
	height: 58px;
}

.sym-soc4 {
	width: 60px;
	height: 60px;
}

.sym-structure-str1 {
	width: 141px;
	height: 8px;
}

.sym-structure-str1_m {
	width: 8px;
	height: 127px;
}

.sym-structure-str2 {
	width: 388px;
	height: 167px;
}

.sym-structure-str2_m {
	width: 19px;
	height: 484px;
}

.sym-super-long-str {
	width: 51px;
	height: 12px;
}

.sym-twitter {
	width: 16px;
	height: 16px;
}

.sym-vk {
	width: 16px;
	height: 16px;
}

.sym-white-circle-str {
	width: 40px;
	height: 40px;
}

/**
 * Swiper 4.0.7
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2017 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: November 28, 2017
 */

.swiper-container {
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	list-style: none;
	padding: 0; /* Fix of Webkit flickering */
	z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
	float: left;
}

.swiper-container-vertical > .swiper-wrapper {
	-ms-flex-direction: column;
	flex-direction: column;
}

.swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: -ms-flexbox;
	display: flex;
	transition-property: transform;
	box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
	transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
	transition-timing-function: ease-out;
	margin: 0 auto;
}

.swiper-slide {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative;
	transition-property: transform;
}

.swiper-invisible-blank-slide {
	visibility: hidden;
}

/* Auto Height */

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
	height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
	-ms-flex-align: start;
	align-items: flex-start;
	transition-property: transform, height;
}

/* 3D Effects */

.swiper-container-3d {
	perspective: 1200px;
}

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
	transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
	background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
	background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* IE10 Windows Phone 8 Fixes */

.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal > .swiper-wrapper {
	-ms-touch-action: pan-y;
	touch-action: pan-y;
}

.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical > .swiper-wrapper {
	-ms-touch-action: pan-x;
	touch-action: pan-x;
}

.swiper-button-prev,
.swiper-button-next {
	position: absolute;
	top: 50%;
	width: 27px;
	height: 44px;
	margin-top: -22px;
	z-index: 10;
	cursor: pointer;
	background-size: 27px 44px;
	background-position: center;
	background-repeat: no-repeat;
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
	opacity: 0.35;
	cursor: auto;
	pointer-events: none;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
	left: 10px;
	right: auto;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
	right: 10px;
	left: auto;
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-pagination {
	position: absolute;
	text-align: center;
	transition: 300ms opacity;
	transform: translate3d(0, 0, 0);
	z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
	opacity: 0;
}

/* Common Styles */

.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
	bottom: 10px;
	left: 0;
	width: 100%;
}

/* Bullets */

.swiper-pagination-bullets-dynamic {
	overflow: hidden;
	font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	transform: scale(0.33);
	position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
	transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
	transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
	transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
	transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
	transform: scale(0.33);
}

.swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	display: inline-block;
	border-radius: 100%;
	background: #000;
	opacity: 0.2;
}

button.swiper-pagination-bullet {
	border: none;
	margin: 0;
	padding: 0;
	box-shadow: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
	cursor: pointer;
}

.swiper-pagination-bullet-active {
	opacity: 1;
	background: #007aff;
}

.swiper-container-vertical > .swiper-pagination-bullets {
	right: 10px;
	top: 50%;
	transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 6px 0;
	display: block;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	top: 50%;
	transform: translateY(-50%);
	width: 8px;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	display: inline-block;
	transition: 200ms transform, 200ms top;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 4px;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	left: 50%;
	transform: translateX(-50%);
	white-space: nowrap;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	transition: 200ms transform, 200ms left;
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	transition: 200ms transform, 200ms right;
}

/* Progress */

.swiper-pagination-progressbar {
	background: rgba(0, 0, 0, 0.25);
	position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	background: #007aff;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transform: scale(0);
	transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar {
	width: 100%;
	height: 4px;
	left: 0;
	top: 0;
}

.swiper-container-vertical > .swiper-pagination-progressbar {
	width: 4px;
	height: 100%;
	left: 0;
	top: 0;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
	background: #ffffff;
}

.swiper-pagination-progressbar.swiper-pagination-white {
	background: rgba(255, 255, 255, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
	background: #ffffff;
}

.swiper-pagination-black .swiper-pagination-bullet-active {
	background: #000000;
}

.swiper-pagination-progressbar.swiper-pagination-black {
	background: rgba(0, 0, 0, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
	background: #000000;
}

/* Scrollbar */

.swiper-scrollbar {
	border-radius: 10px;
	position: relative;
	-ms-touch-action: none;
	background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
	position: absolute;
	left: 1%;
	bottom: 3px;
	z-index: 50;
	height: 5px;
	width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
	position: absolute;
	right: 3px;
	top: 1%;
	z-index: 50;
	width: 5px;
	height: 98%;
}

.swiper-scrollbar-drag {
	height: 100%;
	width: 100%;
	position: relative;
	background: rgba(0, 0, 0, 0.5);
	border-radius: 10px;
	left: 0;
	top: 0;
}

.swiper-scrollbar-cursor-drag {
	cursor: move;
}

.swiper-zoom-container {
	width: 100%;
	height: 100%;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
}

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
}

.swiper-slide-zoomed {
	cursor: move;
}

/* Preloader */

.swiper-lazy-preloader {
	width: 42px;
	height: 42px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -21px;
	margin-top: -21px;
	z-index: 10;
	transform-origin: 50%;
	animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

.swiper-lazy-preloader:after {
	display: block;
	content: '';
	width: 100%;
	height: 100%;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
	background-position: 50%;
	background-size: 100%;
	background-repeat: no-repeat;
}

.swiper-lazy-preloader-white:after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

/* a11y */

.swiper-container .swiper-notification {
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none;
	opacity: 0;
	z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
	transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
	pointer-events: none;
	transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
	pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
	pointer-events: auto;
}

.swiper-container-cube {
	overflow: visible;
}

.swiper-container-cube .swiper-slide {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1;
	visibility: hidden;
	transform-origin: 0 0;
	width: 100%;
	height: 100%;
}

.swiper-container-cube .swiper-slide .swiper-slide {
	pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
	transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
	pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
	pointer-events: auto;
	visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
	z-index: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
	position: absolute;
	left: 0;
	bottom: 0px;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.6;
	filter: blur(50px);
	z-index: 0;
}

.swiper-container-flip {
	overflow: visible;
}

.swiper-container-flip .swiper-slide {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
	pointer-events: none;
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
	pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
	z-index: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.swiper-container-coverflow .swiper-wrapper { /* Windows 8 IE 10 fix */
	-ms-perspective: 1200px;
}

/* ------------------------------ Хедер ------------------------------ */

/* Фирменная полоса слева */

.brand-line {
	width: 20px;
	max-height: 660px;
	height: calc(100% + 20px);
	overflow: hidden;
	position: absolute;
	top: 0;
	z-index: 5;
	opacity: 1;
	transform: 0.3s ease opacity;}

._overlay .brand-line {
	opacity: 0;
}

.brand-line > div {
	width: 100%;
	/* height: 318px; */
	max-height: 640px;
	height: calc(100% - 20px);
	position: relative;
	background: linear-gradient(180.17deg, #B455A0 0.13%, #233C91 37.41%, #233C91 58.68%), linear-gradient(15.96deg, #213A8F 58.66%, #263B8F 65.94%, #333B90 71.86%, #443D91 77.3%, #5A3F92 82.46%, #744393 87.42%, #924895 92.23%, #B24D97 96.84%, #B94E97 97.8%), #233C91;
}

.brand-line > div:after {
	width: 40px;
	height: 40px;
	display: block;
	position: absolute;
	bottom: -20px;
	left: -28px;
	transform: rotate(-45deg);
	content: '';
	background: #233C91;
}

/*
.brand-line > div:after {
	width: 265px;
	height: 265px;
	display: block;
	position: absolute;
	top: 0;
	left: -135px;
	transform: rotate(-45deg);
	content: '';
}

.brand-line > div:first-child:after {
	background: #002F6D;
	top: 25px;
}

.brand-line > div:last-child:after {
	background: #00B3E3;
	width: 295px;
	height: 227px;
	top: 45px;
	left: -125px;
}
*/

/* Шапка */

.header {
	position: relative;
	height: 318px;
	transition: 0.5s height;
}

.header._promo {
	height: 640px;
}

.header._promo .header-content {
	padding-bottom: 0;
	height: auto;
}

.header._promo .show-promo {
	bottom: -320px;
}

.header._promo .main-promo-slider {
	opacity: 1;
	pointer-events: auto;
	z-index: 3;
}

.header._promo .header-back,
.header._promo .header-title {
	opacity: 0;
	pointer-events: none;
	height: 0;
}

.header-back {
	background: url('../img/page-back.jpg') no-repeat top center;
	background-size: cover;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	opacity: 1!important;
}

.header-back:after {
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	content: '';
	z-index: 2;
}

.header-content {
	height: 100%;
	padding: 30px 50px 30px 65px;
	box-sizing: border-box;
	position: relative;
	z-index: 4;
}

.logo-wrap {
	display: inline-block;
	float: left;
}

.logo {
	width: 170px;
	height: 40px;
	display: inline-block;
	color: #fff!important;
}

.logo > img {
	max-width: 100%;
}

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

.header-title {
	/* max-width: 440px; */
	max-width: 600px;
	margin-top: 135px;
	padding-left: 45px;
	transition: .1s opacity;
}

.header-title__title {
	
	font-family: 'GilroyRegular', sans;
	font-size: 26px;
	line-height: 30px;
	letter-spacing: .07em;
	text-transform: uppercase;
	color: #ffffff;
}

.header-title__title a {
	color: #ffffff;
}

.show-promo {
	position: absolute;
	right: 50px;
	bottom: 35px;
	transition: .5s;
}

.desktop .show-promo .toggle-link:hover:after {
	transform: rotate(180deg);
}

.desktop .show-promo .toggle-link._active:hover:after {
	transform: rotate(0);
}

.show-promo-mobile {
	font-family: 'GilroyRegular', sans;
	line-height: 20px;
	font-size: 15px;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	display: none;
	position: absolute;
	bottom: 13px;
}

._promo-block-show .show-promo-mobile {
	display: none;
}

.show-promo-mobile._active {
	bottom: -402px;
}

.show-promo-mobile._active .toggle-link:after {
	transform: rotate(180deg);
}

.menu-burger {
	width: 30px;
	height: 30px;
	position: absolute;
	top: 20px;
	right: 30px;
	cursor: pointer;
	display: none;
}

.menu-burger span {
	background: #fff;
	width: 30px;
	height: 2px;
	display: block;
	position: absolute;
	top: 15px;
}

.menu-burger span:before,
.menu-burger span:after {
	background: #fff;
	width: 30px;
	height: 2px;
	display: block;
	content: '';
	position: absolute;
}

.menu-burger span:before {
	top: -6px;
}

.menu-burger span:after {
	top: 6px;
}

/* ------------------------------ Футер ------------------------------ */

.footer {
	position: relative;
	height: 650px;
}

.footer__inner {
	width: 940px;
	display: -ms-flexbox;
	display: flex;
	margin: 0 auto;
	padding: 95px 0 0;
	box-sizing: border-box;
}

.footer__inner-col {
	width: 33.333333%;
	padding: 13px 30px 0;
	box-sizing: border-box;
}

.footer-contact {
	line-height: 20px;
	font-size: 16px;
	font-family: 'GilroyRegular', sans;
}

.footer-contact .footer-contact__title {
	color: rgba(0, 0, 0, 0.25);
}

.footer-contact .footer-contact__link {
	transition: 0.2s ease color;
}

.footer-contact .footer-contact__link:not(._email) {
	color: rgba(0, 0, 0, 0.75) !important;
}

.footer-contact .footer-contact__link._email {
	color: #002F6D;
}

.footer-contact .footer-contact__link._email:hover {
	color: #b455a0;
}

.footer-logo {
	width: 120px;
	height: 30px;
	display: inline-block;
	position: relative;
	left: -10px;
	margin-top: -13px;
	margin-bottom: 28px;
}

.footer-contact {
	margin-bottom: 19px;
}

.footer-social {
	margin-top: 52px;
}

.footer-social__links {
	display: -ms-flexbox;
	display: flex;
	margin-top: 7px;
	margin-bottom: 24px;
	position: relative;
	left: -13px;
}

.footer-social__title {
	padding-right: 60px;
	font-family: 'GilroyRegular', sans;
	font-size: 16px;
	line-height: 20px;
	color: rgba(0, 0, 0, 0.75);
}

.footer-social__link {
	width: 20px;
	height: 20px;
	margin: 10px 10px;
	border-radius: 4px;
	background-color: #002F6D;
	background-repeat: no-repeat;
}

.footer-social__link.fb {
	background-image: url('../img/svg-symbols/fb-new.svg');
	background-position: 8px 3px;
	background-size: 10px;
}

.footer-social__link.vk {
	background-image: url('../img/svg-symbols/vk-new.svg');
	background-position: center center;
	background-size: 16px;
}

.footer-social__link.ig {
	background-image: url('../img/svg-symbols/ig-new.svg');
	background-position: center center;
	background-size: 14px;
}

.footer-social__link.tg {
	background-image: url('../img/svg-symbols/tg.svg');
	background-position: center center;
	background-size: 16px;
}

.footer-social__link.tt {
	background-image: url('../img/svg-symbols/tt.svg');
	background-position: center center;
	background-size: 14px;
}

.footer-social__link:hover {
	background-color: #b455a0;
}

.footer-social__link svg {
	color: #002F6D;
	width: 20px;
	height: 20px;
	margin-top: 7px;
	transition: 0.2s ease color;
}

.footer-social__link:hover svg {
	color: #b455a0;
}

.footer-menu__title {
	margin-bottom: 20px;
}

.footer-menu__title._toggle:after {
	transform: rotate(180deg);
}

.footer-menu__title a {
	font-size: 15px;
	line-height: 22px;
	font-weight: 500;
	font-family: 'GilroyBold', sans;
	color: #002F6D;
	transition: 0.2s ease color;
}

.footer-menu__title a:hover {
	color: #b455a0;
}

.footer-menu__submenu {
	margin-bottom: 52px;
}

.footer-menu__submenu li {
	
	font-family: 'GilroyRegular', sans;
	font-size: 16px;
	line-height: 20px;
	
	margin-bottom: 19px;
}

.footer-menu__submenu li a {
	transition: 0.2s ease color;
	color: rgba(0, 0, 0, 0.75);
}

.footer-menu__submenu li a:hover {
	color: #b455a0;
}

.footer-bottom {
	width: 940px;
	max-width: 100%;
	display: -ms-flexbox;
	display: flex;
	margin: 5px auto 0;
	border-top: 1px solid rgba(0, 0, 0, 0.15);
	padding: 15px 0 30px 0;
	font-family: 'GilroyRegular', sans;
	font-size: 16px;
	line-height: 20px;
	color: rgba(0, 0, 0, 0.75);
}

.footer-bottom a {
	color: #002F6D;
}

.footer-bottom a:hover {
	color: #b455a0;
}

.footer-lk {
	margin-top: 52px;
}

.footer-lk__link {
	font-size: 15px;
	line-height: 22px;
	font-weight: 500;
	font-family: 'GilroyBold', sans;
	color: #002F6D;
	transition: 0.2s ease color;
}

.footer-lk__link:before {
	content: '';
	display: inline-block;
	width: 17px;
	height: 17px;
	margin-right: 10px;
	background-repeat: no-repeat;
	background-image: url('../img/svg-symbols/lk-blue.svg');
	background-position: left bottom;
	background-size: contain;
}

.footer-lk__link:hover::before {
	background-image: url('../img/svg-symbols/lk-pink.svg');
}

.footer-social__link-new {
	width: 20px;
	height: 20px;
	margin: 10px 10px;
	border-radius: 4px;
	background-repeat: no-repeat;
}

.footer-social__link-new.fb {
	background-image: url('../img/svg-symbols/fb-new.svg');
	background-position: 8px 3px;
	background-size: 10px;
}

.footer-social__link-new.vk {
	background-image: url('../img/svg-symbols/vk-new.svg');
	background-position: center center;
	background-size: 20px;
}

.footer-social__link-new.ig {
	background-image: url('../img/svg-symbols/ig-fill.svg');
	background-position: center center;
	background-size: 14px;
}

.footer-social__link-new.tg {
	background-image: url('../img/svg-symbols/tg.svg');
	background-position: center center;
	background-size: 20px;
}

.footer-social__link-new.dz {
	background-image: url('../img/svg-symbols/tt.svg');
	background-position: center center;
	background-size: 20px;
}

.footer-social__link-new.yt {
	background-image: url('../img/svg-symbols/bmedia.svg');
	background-position: center center;
	background-size: 20px;
}

.copyright {
	margin-left: -33px;
}

.copyright a {
	margin-left: 30px;
}

.sitemap-mobile {
	background: rgba(0, 0, 0, 0.03);
	width: 100%;
	height: 85px;
	display: none;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	margin: 35px 0 0 0;
}

.sitemap-mobile-btn {
	background: none;
	width: 100%;
	height: 30px;
	line-height: 35px;
	padding: 0 15px;
	border: none;
	font-size: 15px;
	letter-spacing: .15em;
	text-transform: uppercase;
	
	font-family: 'GilroyBold', sans;
	color: #002F6D;
	text-align: left;
	font-weight: 500;
	outline: none;
}

.sitemap-mobile-btn svg {
	max-width: 12px;
	max-height: 7px;
	position: absolute;
	right: 25px;
	top: 50%;
	margin-top: -3px;
	transition: transform 0.2s ease;
}

.sitemap-mobile-btn._toggle svg {
	transform: rotate(180deg);
}

.scroll-top {
	width: 98px;
	height: 98px;
	display: block;
	position: fixed;
	top: calc(100% - 49px);
	left: 50%;
	margin-left: -49px;
	border: none;
	z-index: 2;
	transition: transform 0.3s ease;
}

.scroll-top svg {
	max-width: 100%;
	max-height: 100%;
	position: absolute;
}

.scroll-top._fixed {
	bottom: auto;
	top: -49px;
	position: absolute;
}

.scroll-top._showen {
	transform: translateY(0);
}

.scroll-top:after,
.scroll-top:before {
	background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSItOTUzLjQgNTM4LjYgOC43IDUuMSIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAtOTUzLjQgNTM4LjYgOC43IDUuMTsiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KCTxwb2x5Z29uIGNsYXNzPSJzdDAiIHBvaW50cz0iLTk0OSw1NDMuNyAtOTUzLjQsNTM5LjQgLTk1Mi42LDUzOC42IC05NDksNTQyLjMgLTk0NS40LDUzOC42IC05NDQuNiw1MzkuNCAJIi8+DQo8L3N2Zz4NCg==) no-repeat;
	background-size: cover;
	width: 9px;
	height: 5px;
	display: inline-block;
	position: absolute;
	transform: rotate(180deg);
	top: 46px;
	left: 45px;
	content: '';
	transition: opacity 0.3s ease;
}

.scroll-top:before {
	background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSItOTUzLjQgNTM4LjYgOC43IDUuMSIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAtOTUzLjQgNTM4LjYgOC43IDUuMTsiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KCTxwb2x5Z29uIGZpbGw9IiNDQTM2MDQiIHBvaW50cz0iLTk0OSw1NDMuNyAtOTUzLjQsNTM5LjQgLTk1Mi42LDUzOC42IC05NDksNTQyLjMgLTk0NS40LDUzOC42IC05NDQuNiw1MzkuNCIvPg0KPC9zdmc+DQo=) no-repeat;
	opacity: 0;
	z-index: 2;
}

.desktop .scroll-top:hover .blue,
.desktop .scroll-top:hover .lightblue {
	fill: #b455a0;
}

.desktop .scroll-top:hover:before {
	opacity: 1;
}

.desktop .scroll-top:hover:after {
	opacity: 0;
}

/* ------------------------------ Формы обратной связи ------------------------------ */

/* ------------------------------ Главное меню ------------------------------ */

.main-menu {
	margin-top: 21px;
	float: right;
}

.main-menu._showen {
	opacity: 1;
	pointer-events: auto;
}

.ios .main-menu .close-btn {
	margin-top: -2px;
}

.main-menu .close-btn {
	color: rgba(0, 0, 0, 0.75);
}

.main-menu .logo {
	margin: 15px 0 0 31px;
}

.main-menu li:before {
	display: none;
}

.desktop .main-menu li:hover a:before {
	opacity: 1;
}

.desktop .main-menu li:hover a:after {
	transform: rotate(180deg);
}

.desktop .main-menu li:hover .submenu-wrap {
	opacity: 1;
	pointer-events: auto;
}

.main-menu a {
	font-family: 'GilroyRegular', sans;
	font-size: 15px;
	line-height: 20px;
	color: #fff;
}

.main-menu__list {
	display: -ms-flexbox;
	display: flex;
}

.main-menu__list > li > a {
	position: relative;
}

.main-menu__list > li > a._active:after {
	transform: rotate(0);
}

.main-menu__list > li > a._active:before {
	opacity: 1;
}

.main-menu__list > li > a:before {
	background: #fff;
	width: 100%;
	height: 8px;
	display: block;
	content: '';
	position: absolute;
	top: -52px;
	opacity: 0;
	transition: 0.3s ease opacity;
}

.main-menu__list > li .toggle-link:after {
	background: url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjZmZmIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSItOTUzLjQgNTM4LjYgOC43IDUuMSIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAtOTUzLjQgNTM4LjYgOC43IDUuMTsiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KCTxwb2x5Z29uIGNsYXNzPSJzdDAiIHBvaW50cz0iLTk0OSw1NDMuNyAtOTUzLjQsNTM5LjQgLTk1Mi42LDUzOC42IC05NDksNTQyLjMgLTk0NS40LDUzOC42IC05NDQuNiw1MzkuNCAJIi8+DQo8L3N2Zz4NCg==) no-repeat;
}

.main-menu__list > li .toggle-link._toggle:after {
	transform: rotate(180deg) translateY(0) !important;
}

.main-menu__list li {
	margin-right: 25px;
}

.main-menu__list li:last-child {
	margin-right: 0;
}

.submenu-wrap {
	width: 220px;
	position: absolute;
	margin-top: -7px;
	margin-left: -30px;
	padding-top: 10px;
	opacity: 0;
	pointer-events: none;
	transition: 0.3s ease opacity;
}

.submenu-wrap._showen {
	opacity: 1;
	pointer-events: auto;
}

.submenu {
	background: #fff;
	padding: 30px 10px 30px 30px;
	box-sizing: border-box;
}

.submenu li {
	margin-bottom: 20px!important;
}

.submenu li._current a {
	color: rgba(0, 0, 0, 0.25);
}

.submenu li:last-child {
	margin-bottom: 5px;
}

.submenu a {
	color: rgba(0, 0, 0, 0.75);
	font-size: 16px;
	font-weight: normal;
	text-transform: none;
	transition: 0.2s ease;
}

.submenu a:hover {
	color: #b455a0;
}

/* ------------------------------ Хлебные крошки ------------------------------ */

.breadcrumbs ul {
	display: -ms-flexbox;
	display: flex;
}

.breadcrumbs ul li {
	
	font-family: 'GilroyRegular', sans;
	position: relative;
	padding-right: 15px;
	font-size: 16px;
	line-height: 20px;
	
}

.breadcrumbs ul li:nth-child(1),
.breadcrumbs ul li:nth-child(2) {
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.breadcrumbs ul li a {
	transition: 0.2s ease;
	color: rgba(0, 0, 0, 0.75) !important;
	text-decoration: none!important;
}

.breadcrumbs ul li a:hover {
	color: #b455a0 !important;
}

.breadcrumbs ul li:after {
	height: 100%;
	position: absolute;
	top: 0;
	right: 5px;
	content: '/';
}

.breadcrumbs ul li:last-child {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	color: rgba(0, 0, 0, 0.25);
}

.breadcrumbs ul li:last-child:after {
	display: none;
}

/* ------------------------------ Блок цифры ------------------------------ */

.numbers {
	margin: 55px 0 60px 0;
}

.numbers ul {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.numbers ul li {
	width: 50%;
	margin-top: 55px;
}

.numbers ul li:nth-child(1),
.numbers ul li:nth-child(2) {
	margin-top: 0;
}

.numbers ul span {
	
	font-family: 'GilroyRegular', sans;
}

.numbers ul span:first-child {
	font-size: 70px;
	text-transform: uppercase;
}

.numbers ul span:nth-child(2n) {
	margin-left: 7px;
	font-size: 18px;
	font-weight: 500;
	font-family: 'GilroyBold', sans;
	letter-spacing: .07em;
	text-transform: uppercase;
}

.numbers ul p {
	max-width: 220px;
	margin: -2px 0 0 0;
}

/* ------------------------------ Файлы для скачивания ------------------------------ */

.files {
	margin: 115px 0 90px 0;
}

.files ul {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 0;
	margin: 0;
}

.files ul li {
	width: 50%;
	padding: 0;
	margin: 0 0 25px 0;
}

.files ul li:before {
	display: none;
}

.files .file {
	padding-left: 80px;
	box-sizing: border-box;
	display: inline-block;
	position: relative;
}

.files .file:hover .file-download {
	color: #fff;
}

.files .file:hover .file-rect {
	color: #b455a0;
}

.files .file:hover .file__name {
	color: #b455a0;
}

.files .file:hover .file__img:after {
	border-bottom: 6px solid rgba(0, 0, 0, 0.25);
	border-left: 6px solid rgba(0, 0, 0, 0.25);
}

.files .file__img {
	width: 60px;
	height: 80px;
	display: block;
	position: absolute;
	top: 3px;
	left: 0;
}

.files .file__img:after {
	position: absolute;
	border: 6px solid transparent;
	border-bottom: 6px solid #002F6D;
	border-left: 6px solid #002F6D;
	top: 0;
	right: 0;
	content: '';
	z-index: 2;
	transition: 0.2s ease;
}

.files .file-rect {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	color: rgba(35, 60, 145, .5);
	transition: 0.2s ease;
}

.files .file-download {
	color: #002F6D;
	width: 12px;
	height: 20px;
	margin: 30px 0 0 24px;
	position: absolute;
	z-index: 2;
	transition: 0.2s ease;
}

.files .file__name {
	line-height: 21px;
	font-size: 15px;
	letter-spacing: .04em;
	color: rgba(0, 0, 0, 0.75);
	transition: 0.2s ease;
}

.files .file__info {
	display: block;
	margin-top: 8px;
	font-size: 13px;
	line-height: 16px;
	
	color: rgba(0, 0, 0, 0.45);
}

.files .file__info span {
	text-transform: uppercase;
}

/* ------------------------------ Цветные svg-иконки ------------------------------ */

.color-icon svg .blue {
	transition: 0.2s ease fill;
	fill: #002F6D;
}

.color-icon svg .lightblue {
	transition: 0.2s ease fill;
	fill: #002F6D;
}

.color-icon svg .black {
	transition: 0.2s ease fill;
	fill: #000;
}

.color-icon svg .white {
	transition: 0.2s ease fill;
	fill: #fff;
}

/* ------------------------------ Сайдбар ------------------------------ */

.sidebar-content {
	width: 140px;
}

.left-sidebar__title {
	margin-bottom: 20px;
	padding-bottom: 12px;
	
	font-family: 'GilroyBold', sans;
	font-size: 15px;
	line-height: 20px;
	letter-spacing: .13em;
	text-transform: uppercase;
	border-bottom: 1px solid #00B3E3;
	color: rgba(0, 0, 0, 0.75);
	font-weight: 500;
}

.left-sidebar__title._active {
	color: rgba(0, 0, 0, 0.25);
}

.left-sidebar__menu ul li {
	margin-bottom: 19px;
}

.left-sidebar__menu ul li a {
	
	font-family: 'GilroyRegular', sans;
	font-size: 16px;
	line-height: 20px;
	
	color: rgba(0, 0, 0, 0.75);
	transition: 0.2s ease;
}

.left-sidebar__menu ul li a._active {
	color: rgba(0, 0, 0, 0.25);
}

.left-sidebar__menu ul li a:hover {
	color: #b455a0;
}

/* ------------------------------ Слайдер на стилях ------------------------------ */

.slider-wrap {
	width: calc(100% + 200px);
	height: 610px;
	margin: 35px 0;
	position: relative;
	overflow: hidden;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.slider-wrap .swiper-button-prev,
.slider-wrap .swiper-button-next {
	width: 76px;
	height: 70px;
	position: absolute;
	top: auto;
	left: auto;
	bottom: 55px;
	color: #fff;
	transition: background 0.2s ease, color 0.2s ease;
}

.slider-wrap .swiper-button-prev svg,
.slider-wrap .swiper-button-next svg {
	width: 27px;
	height: 10px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -5px 0 0 -13px;
}

.slider-wrap .swiper-button-prev {
	background: none;
	right: 146px;
}

.slider-wrap .swiper-button-prev svg {
	transform: rotate(180deg);
}

.desktop .slider-wrap .swiper-button-prev:hover {
	color: #b455a0;
}

.slider-wrap .swiper-button-next {
	background: #00B3E3;
	right: 0;
}

.desktop .slider-wrap .swiper-button-next:hover {
	background: #b455a0;
}

.slider-wrap__inner {
	height: 100%;
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.slider-wrap__inner:after {
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 69.01%, rgba(0, 0, 0, 0.75) 110.63%);
	width: 100%;
	height: calc(100% - 55px);
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	content: '';
	z-index: 2;
	pointer-events: none;
}

.slider {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	transition: transform 0.2s ease;
	overflow: visible !important;
}

.slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	margin: 0 !important;
	opacity: 0;
	transition: opacity 0.3s ease;
}

.slide img.swiper-lazy-loaded {
	opacity: 1;
}

.slide__inner {
	width: 100%;
	height: calc(100% - 55px);
	overflow: hidden;
	transition: opacity 0.3s ease 0.1s, transform 0.3s ease 0.1s;
	cursor: pointer;
}

.slider-pagination {
	width: 75px;
	height: 70px;
	position: absolute;
	left: auto;
	right: 75px;
	bottom: 55px;
	z-index: 2;
}

.slider-pagination:after {
	background: #fff;
	width: 1px;
	height: 35px;
	position: absolute;
	top: 17px;
	left: 27px;
	transform: rotate(45deg);
	display: block;
	content: '';
}

.slider-pagination span {
	width: 20px;
	display: block;
	position: absolute;
	font-size: 15px;
	line-height: 20px;
	letter-spacing: .13em;
	text-transform: uppercase;
	
	font-family: 'GilroyRegular', sans;
	color: #fff;
}

.slider-pagination span.swiper-pagination-current {
	top: 10px;
	left: 10px;
}

.slider-pagination span.swiper-pagination-total {
	top: 45px;
	left: 25px;
	text-align: right;
}

.slide__description {
	margin-top: 19px;
	font-size: 14px;
	line-height: 18px;
	letter-spacing: 0.05em;
	color: rgba(0, 0, 0, 0.45);
}

.popup-icon {
	background: transparent;
	width: 50px;
	height: 50px;
	position: absolute;
	right: 12px;
	top: 12px;
	color: #00B3E3;
	z-index: 2;
	pointer-events: none;
	transition: color 0.3s ease, background 0.3s ease;
	border-radius: 50%;
}

.popup-icon svg {
	max-width: 100%;
	max-height: 100%;
}

._hover .popup-icon {
	background: #fff;
	color: #b455a0;
}

/* Попап */

.popup-slider,
.popup-photos-slider {
	background: rgba(0, 0, 0, 0.85);
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: fixed;
	z-index: 10;
	opacity: 0;
	pointer-events: none;
	transition: 0.3s ease;
}

.popup-slider._open,
.popup-photos-slider._open {
	pointer-events: auto;
	opacity: 1;
}

.popup-slider .popup-slider-inner,
.popup-photos-slider .popup-slider-inner {
	width: calc(100% - 300px);
	height: calc(100% - 200px);
	top: 50%;
	transform: translateY(-50%) translateZ(0);
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.popup-slider .swiper-container,
.popup-photos-slider .swiper-container {
	width: 100%;
	height: 100%;
	position: absolute;
}

.popup-slider .swiper-container,
.popup-photos-slider .swiper-container,
.popup-slider .slide__inner,
.popup-photos-slider .slide__inner {
	height: 100%;
}

.popup-slider .swiper-wrapper,
.popup-photos-slider .swiper-wrapper {
	-ms-flex-align: center;
	align-items: center;
}

.popup-slider .slide__inner,
.popup-photos-slider .slide__inner {
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
	cursor: default;
}

.popup-slider .slide,
.popup-photos-slider .slide {
	text-align: center;
	transition: opacity 0.2s ease;
}

.popup-slider .slide.swiper-slide-prev,
.popup-photos-slider .slide.swiper-slide-prev,
.popup-slider .slide.swiper-slide-next,
.popup-photos-slider .slide.swiper-slide-next {
	opacity: 0;
}

.popup-slider .slide .swiper-slide-active,
.popup-photos-slider .slide .swiper-slide-active {
	opacity: 1;
}

.popup-slider .slide img,
.popup-photos-slider .slide img {
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
	opacity: 0;
}

.popup-photos-slider .swiper-slide {
	opacity: 1!important;
}

.popup-button-prev,
.popup-button-next {
	background: none;
	width: 120px;
	height: 85px;
	position: absolute;
	top: 50%;
	margin-top: -43px;
	border: none;
	z-index: 2;
	color: #fff;
	transition: color 0.2s ease;
}

.popup-photos-slider .popup-button-prev._hidden,
.popup-photos-slider .popup-button-next._hidden {
	display: none;
}

.popup-button-prev:hover,
.popup-button-next:hover {
	color: #b455a0;
}

.popup-button-prev svg,
.popup-button-next svg { /*width: 50px;
        height: 10px;*/
	width: 51px;
	height: 14px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -5px 0 0 -25px;
}

.popup-button-prev {
	left: 0;
}

.popup-button-prev svg {
	transform: rotate(180deg);
}

.popup-button-next {
	right: 0;
}

.popup-pagination {
	position: fixed;
	width: 100%;
	height: 100px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	padding-left: 150px;
	bottom: 0;
	color: #fff;
	z-index: 2;
}

.popup-pagination__pagination {
	width: 100px;
	position: absolute;
	bottom: 5px;
	left: auto;
	right: 150px;
	
	font-family: 'GilroyRegular', sans;
	font-size: 15px;
	text-align: right;
	letter-spacing: .13em;
	text-transform: uppercase;
}

.popup-pagination__pagination._hidden {
	display: none;
}

.popup-pagination__pagination:after {
	background: #fff;
	width: 1px;
	height: 35px;
	content: '';
	display: block;
	position: absolute;
	transform: rotate(45deg);
	left: 43px;
	top: -65px;
}

.popup-pagination__pagination .swiper-pagination-current {
	position: absolute;
	width: 20px;
	bottom: 55px;
	right: 52px;
	text-align: left;
}

.popup-pagination__pagination .swiper-pagination-total {
	position: absolute;
	width: 30px;
	bottom: 22px;
	right: 40px;
	text-align: right;
}

.popup-pagination__text {
	width: calc(100% - 320px);
	position: relative;
	box-sizing: border-box;
	text-align: center;
	font-size: 14px;
	line-height: 18px;
	
}

/* ------------------------------ Пагинация ------------------------------ */

.pagination-wrap {
	margin-top: 115px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-align: center;
	align-items: center;
	transition: 0.2s ease opacity;
	opacity: 1;
}

.pagination {
	display: -ms-flexbox;
	display: flex;
}

.pagination-mobile {
	display: none;
}

.pagination-mobile .select {
	position: relative;
}

.pagination-mobile svg {
	fill: #00B3E3;
	pointer-events: none;
	max-width: 11px;
	max-height: 6px;
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -5px;
	transition: 0.2s ease;
}

.pagination-mobile select {
	
font-family: 'GilroyRegular', sans;
	font-size: 18px;
	text-align: center;
	
	text-transform: uppercase;
	color: #00B3E3;
	background: none;
	border: none;
	padding-right: 20px;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
}

.pagination-item {
	width: 40px;
	height: 40px;
	padding: 13px 0;
	box-sizing: border-box;
	margin-right: 4px;
	font-size: 18px;
	color: rgba(0, 0, 0, 0.75);
	
font-family: 'GilroyRegular', sans;
	text-align: center;
	
	text-transform: uppercase;
	background: transparent;
	border-radius: 50%;
	transition: 0.2s ease background, 0.2s ease color;
}

.pagination-item._empty:after {
	content: '...';
}

.pagination-item._active {
	background: #002F6D;
	color: #fff;
	cursor: default;
}

.pagination-item._active:hover {
	color: #fff;
}

.pagination-item:hover {
	color: #b455a0;
}

.prev-btn,
.next-btn {
	position: relative;
	display: inline-block;
	height: 40px;
}

.prev-btn:before,
.next-btn:before {
	width: 40px;
	height: 40px;
	display: block;
	position: absolute;
	top: 0;
	border-radius: 50%;
	border: 1px solid #002F6D;
	content: '';
	box-sizing: border-box;
	transition: border-color 0.2s ease, background 0.2s ease;
}

.prev-btn:after,
.next-btn:after {
	background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSItOTUzLjQgNTM4LjYgOC43IDUuMSIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAtOTUzLjQgNTM4LjYgOC43IDUuMTsiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KCTxwb2x5Z29uIGNsYXNzPSJzdDAiIHBvaW50cz0iLTk0OSw1NDMuNyAtOTUzLjQsNTM5LjQgLTk1Mi42LDUzOC42IC05NDksNTQyLjMgLTk0NS40LDUzOC42IC05NDQuNiw1MzkuNCAJIi8+DQo8L3N2Zz4NCg==) no-repeat center;
	width: 11px;
	height: 11px;
	display: block;
	position: absolute;
	top: 14px;
	content: '';
}

.prev-btn span,
.next-btn span {
	
font-family: 'GilroyRegular', sans;
	display: block;
	color: rgba(0, 0, 0, 0.75);
	font-size: 18px;
	line-height: 45px;
	
	text-transform: uppercase;
	transition: 0.2s ease color;
}

.prev-btn:hover:before,
.next-btn:hover:before {
	background: #b455a0;
	border-color: #b455a0;
}

.prev-btn:hover:after,
.next-btn:hover:after {
	background: url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjZmZmIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSItOTUzLjQgNTM4LjYgOC43IDUuMSIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAtOTUzLjQgNTM4LjYgOC43IDUuMTsiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KCTxwb2x5Z29uIGNsYXNzPSJzdDAiIHBvaW50cz0iLTk0OSw1NDMuNyAtOTUzLjQsNTM5LjQgLTk1Mi42LDUzOC42IC05NDksNTQyLjMgLTk0NS40LDUzOC42IC05NDQuNiw1MzkuNCAJIi8+DQo8L3N2Zz4NCg==) no-repeat center;
}

.prev-btn:hover span,
.next-btn:hover span {
	color: #b455a0;
}

.prev-btn {
	padding-left: 55px;
}

.prev-btn:after {
	transform: rotate(90deg);
	left: 14px;
}

.prev-btn:before {
	left: 0;
}

.next-btn {
	padding-right: 55px;
}

.next-btn:after {
	transform: rotate(-90deg);
	right: 14px;
}

.next-btn:before {
	right: 0;
}

/* Яндекс карты */

.map {
	width: 100%;
	height: 100%;
}

.map-point-icon {
	border-radius: 50%;
	width: 20px;
	height: 20px;
	cursor: pointer;
	text-align: center;
}

.map-point-icon._big {
	width: 30px;
	height: 30px;
}

.map-point-icon._super-big {
	width: 40px;
	height: 40px;
}

.map-point-icon._point svg {
	margin: 0 auto;
	max-width: 8px;
	max-height: 11px;
}

.map-point-icon._point._big svg {
	max-width: 16px;
	max-height: 22px;
}

.map-point-icon._point._super-big svg {
	max-width: 32px;
	max-height: 44px;
}

.map-point-icon._city-point {
	cursor: default;
}

.map-point-icon._city-point span {
	
font-family: 'GilroyRegular', sans;
	font-size: 14px;
	letter-spacing: 0.05em;
	color: #b455a0;
	white-space: nowrap;
	position: absolute; /*top: 6px;
            margin-left: 7px;*/
	top: 2px;
	margin-left: 8px;
}

.map-point-icon._city-point svg {
	margin: 0 auto;
	max-width: 12px;
	max-height: 17px;
	color: #b455a0;
}

.map-point-icon._city-point._big svg {
	max-width: 24px;
	max-height: 34px;
}

.map-point-icon._city-point._big span {
	top: 7px;
	margin-left: 8px;
}

.map-point-icon._city-point._super-big svg {
	max-width: 48px;
	max-height: 68px;
}

.map-point-icon[data-type="office"] {
	color: #002F6D;
}

.map-point-icon[data-type="partner"] {
	color: #00B3E3;
}

.map-point-icon[data-type="office-point"] {
	width: 29px;
	height: 40px;
	color: #b455a0;
}

.map-point-icon[data-type="office-point"] svg {
	max-width: 100%;
	max-height: 100%;
}

.map-point-icon._hover {
	color: #b455a0;
}

/* ------------------------------ Страница стилей ------------------------------ */

.page-styles .content a:not([class]) {
	color: rgba(35, 60, 145, .75);
	text-decoration: underline;
	-webkit-text-decoration-color: transparent;
	text-decoration-color: transparent;
	transition: all 0.2s ease;
}

.page-styles .content a:not([class]):hover {
	color: #b455a0;
	-webkit-text-decoration-color: #b455a0;
	text-decoration-color: #b455a0;
}

.page-styles .content img {
	display: block;
	max-width: calc(100% + 200px);
	margin: 55px 0;
}

.page-styles .content img + small {
	margin: -35px 0 55px 0;
	display: block;
	color: rgba(0, 0, 0, 0.45);
	font-size: 14px;
	line-height: 18px;
	
}

.page-styles .content h2 + p:not(._default-text):first-letter {
	margin: 23px 15px 0 0;
	float: left;
	
font-family: 'GilroyRegular', sans;
	font-size: 60px;
	color: #002F6D;
	
	text-transform: uppercase;
}

.img-float-right-wrap {
	margin-top: 115px;
}

.img-float-right-wrap:after {
	display: table;
	content: '';
	clear: both;
}

.img-float-right-wrap + * {
	clear: both;
}

.img-float-right__content {
	width: 50%;
	float: left;
}

.img-float-right__content h1,
.img-float-right__content h2,
.img-float-right__content h3,
.img-float-right__content .h1,
.img-float-right__content .h2,
.img-float-right__content .h3 {
	margin-top: 0;
}

.img-float-right__img {
	width: 50%;
	padding-left: 10px;
	box-sizing: border-box;
	position: relative;
	float: right;
}

.img-float-right__img img {
	margin: 0!important;
	max-width: 100%!important;
}

.img-float-right__img small {
	position: absolute;
	top: 0;
	left: 100%;
	width: 200px;
	margin: 0 0 0 20px!important;
}

.table {
	width: calc(100% + 200px);
}

.table table {
	width: 100%;
	margin: 30px 0;
}

.table td {
	vertical-align: middle;
	padding: 17px 15px;
	font-size: 13px;
	line-height: 16px;
	
	color: rgba(0, 0, 0, 0.75);
}

.table tr td:first-child {
	padding-left: 20px;
	color: rgba(0, 0, 0, 0.45);
}

.table tr td:last-child {
	padding-right: 20px;
}

.table tr:nth-child(2n + 1) td {
	background: rgba(0, 0, 0, 0.05);
}

.table tr th {
	background: rgba(0, 0, 0, 0.05);
	padding: 17px 15px;
	font-size: 13px;
	line-height: 16px;
	
	color: rgba(0, 0, 0, 0.45);
	text-align: left;
}

.table tr th:first-child {
	padding-left: 20px;
}

.table tr th:last-child {
	padding-right: 20px;
}

.video {
	width: calc(100% + 200px);
	margin: 115px 0;
}

.video iframe {
	width: 100%;
	min-height: 420px;
}

.video iframe + small {
	margin-top: 15px;
	display: block;
	color: rgba(0, 0, 0, 0.45);
	font-size: 14px;
	line-height: 18px;
	
}

/* Блок ссылок внизу с направлениями деятельности */

.activity-wrapper { /*width: calc(~'100% + 400px');
    margin-top: 90px;
    margin-bottom: 80px;*/
	padding-top: 80px;
	border-top: 1px solid rgba(0, 0, 0, 0.15);
	position: relative; /*left: -200px;*/
	width: 940px;
	margin: -180px auto 80px;
	clear: both;
}

.activity-wrapper-list {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.activity-wrapper-list .activity-item {
	width: 33.333333%;
	display: -ms-flexbox;
	display: flex;
	height: auto;
}

.activity-wrapper-list .activity-item:first-child .activity-item__link:before {
	display: none;
}

.activity-wrapper-list .activity-item__link {
	background: #fff;
	width: 100%;
	min-height: 100%;
	display: block;
	position: relative;
	padding: 20px 30px;
	box-sizing: border-box;
	transition: 0.2s ease background;
}

.activity-wrapper-list .activity-item__link:before {
	background: rgba(0, 0, 0, 0.15);
	width: 1px;
	height: calc(100% - 44px);
	display: block;
	position: absolute;
	top: 22px;
	left: 0;
	content: '';
}

.desktop .activity-wrapper-list .activity-item__link:hover {
	background: #b455a0;
}

.desktop .activity-wrapper-list .activity-item__link:hover .color-icon .lightblue,
.desktop .activity-wrapper-list .activity-item__link:hover .color-icon .blue,
.desktop .activity-wrapper-list .activity-item__link:hover .color-icon .black {
	fill: #fff;
}

.desktop .activity-wrapper-list .activity-item__link:hover .activity-title {
	color: #fff;
}

.activity-wrapper-list .activity-icon {
	display: block;
	width: 60px;
	height: 60px;
}

.activity-wrapper-list .activity-icon svg {
	max-width: 100%;
	max-height: 100%;
}

.activity-wrapper-list .activity-title {
	display: block;
	margin-top: 25px;
	padding-right: 60px;
	
font-family: 'GilroyRegular', sans;
	color: #002F6D;
	line-height: 24px;
	font-size: 18px;
	letter-spacing: 0.05em;
	transition: 0.2s ease color;
}

.news-single-item__back-link {
	margin-top: 45px;
}

.news-single-item__back-link span {
	display: block!important;
}

.news-single-item__date {
	font-size: 15px;
	
font-family: 'GilroyBold', sans;
	letter-spacing: 0.13em;
	position: relative;
	top: 3px;
	font-weight: 500;
}

/* ------------------------------ История компании ------------------------------ */

.page-history h2,
.page-history .h2 {
	font-size: 30px;
	line-height: 36px;
}

.page-history .img-float-right-wrap {
	margin-bottom: 80px;
}

.numbers + .history-img {
	margin-top: 0;
}

.history-img {
	margin-top: 120px;
	margin-bottom: 115px;
	position: relative;
}

.history-img:first-child {
	margin-top: 0;
}

.content .history-img img {
	margin-bottom: 35px;
}

.history-img span {
	
font-family: 'GilroyBold', sans;
	font-weight: 500;
	font-size: 30px;
	line-height: 36px;
	text-align: right;
	
	text-transform: uppercase;
	color: #fff;
}

.history-img__img {
	position: relative;
}

.history-img__text {
	width: calc(100% + 200px);
	padding: 40px;
	position: absolute;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	box-sizing: border-box;
}

.history-img__text span {
	display: block;
}

.history-img__text span:first-child {
	width: 70%;
	text-align: left;
	padding-right: 30px;
}

.history-img__text span:last-child {
	width: 30%;
	min-width: 150px;
	text-align: right;
	padding-left: 30px;
}

.history-period {
	margin-top: 50px;
}

.history-period .img-float-right__img {
	padding-top: 4px;
}

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

.history-period h2 {
	margin: 0;
}

.history-period h2 + p {
	margin-top: 15px;
}

.history-img-float {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

.history-img-float > div {
	width: 50%;
}

.history-img-float img {
	margin: 0 35px 0 55px!important;
}

/* ------------------------------ Главная страница ------------------------------ */

.page-main { /*.activity-wrapper {
        width: 100%;
        left: auto;
    }*/
}

.page-main .header-content {
	height: auto;
}

.page-main .content {
	padding-left: 0;
	padding-right: 0;
}

.page-main .left-sidebar {
	display: none;
}

.page-main .header {
	height: 640px;
}

.page-main .header-title {
	display: none;
}

.page-main .header-back,
.page-main .show-promo {
	pointer-events: none;
	opacity: 0;
}

.page-main .main-promo-slider {
	opacity: 1;
	pointer-events: auto;
	z-index: 4;
}

.main-promo {
	height: 100%;
}

.main-promo .swiper-slide {
	opacity: 1!important;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	transition: 0.3s ease opacity, 0.3s 0.3s transform;
	transform: translateX(100%) translateY(100%);
}

.main-promo .swiper-slide._active {
	z-index: 3;
	transition: 0.3s ease opacity, 0.3s transform;
	transform: translateX(0) translateY(0);
}

.main-promo .slider-wrap__inner:after {
	display: none;
}

.main-promo img {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	opacity: 1;
}

.main-promo .img-video-back {
	height: 100%;
}

.main-promo .img-video-back._video img {
	display: none;
}

.main-promo .img-video-back video {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.main-promo .slider-pagination {
	right: 620px;
	bottom: 30px;
}

.main-promo .slider-pagination._mobile {
	display: none;
}

.main-promo .slider-pagination._mobile {
	display: -ms-flexbox!important;
	display: flex!important;
	width: auto;
	height: auto;
	bottom: 20px;
	right: 20px;
}

.main-promo .slider-pagination._mobile:after {
	display: none;
}

.main-promo .slider-pagination._mobile span {
	background: #fff;
	width: 6px;
	height: 6px;
	position: relative;
	margin-right: 12px;
	border-radius: 50%;
	opacity: 1;
	transition: 0.3s ease background;
}

.main-promo .slider-pagination._mobile span:last-child {
	margin-right: 0;
}

.main-promo .slider-pagination._mobile span._active,
.main-promo .slider-pagination._mobile span.swiper-pagination-bullet-active {
	background: #b455a0;
}

.main-promo .slider-next-bg {
	background: #000;
	width: 295px;
	position: relative;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.main-promo .slider-next-bg:before,
.main-promo .slider-next-bg:after {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	content: '';
	z-index: 2;
}

.main-promo .slider-next-bg:before {
	background: #002F6D;
	opacity: .5;
	transition: 0.3s ease opacity;
}

.main-promo .slider-next-bg:after {
	background: linear-gradient(0deg, rgba(0, 47, 109, 0.5), rgba(0, 47, 109, 0.5)), linear-gradient(180deg, rgba(0, 47, 109, 0.5) 0%, rgba(0, 47, 109, 0) 100%);
}

.main-promo .slider-next-bg span {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	transition: .5s ease opacity;
	opacity: 0;
}

.main-promo .slider-next-bg span._active {
	opacity: 1;
}

.main-promo .swiper-button-next-wrap {
	width: 620px;
	height: 130px;
	display: -ms-flexbox;
	display: flex;
	position: absolute;
	right: 0;
	bottom: 0;
	cursor: pointer;
	z-index: 3;
}

.main-promo .swiper-button-next-wrap._disabled {
	pointer-events: none;
}

.main-promo .swiper-button-next-wrap:hover .swiper-button-next {
	background: #b455a0;
}

.main-promo .swiper-button-next-wrap:hover .slider-next-bg:before {
	opacity: 0;
}

.main-promo .swiper-button-next-wrap svg {
	color: #fff;
	position: absolute;
	width: 37px;
	height: 13px;
	left: 37px;
	top: 25px;
	margin: 0;
}

.main-promo .swiper-button-next {
	background: #233C91;
	width: 325px;
	height: 100%;
	right: auto;
	top: auto;
	bottom: auto;
	margin: 0;
	position: relative;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.main-promo .swiper-button-next span {
	/* width: 150px; */
	width: 200px;
	top: 55px;
	left: 40px;
	display: block;
	position: absolute;
	
font-family: 'GilroyRegular', sans;
	font-size: 18px;
	line-height: 22px;
	
	/* text-transform: uppercase; */
	color: #fff;
	opacity: 0;
	transition: .5s ease opacity;
}

.main-promo .swiper-button-next span._active {
	opacity: 1;
}

.main-promo-slider {
	background: rgba(0, 0, 0, 0.75);
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	opacity: 0;
	pointer-events: none;
	transition: .5s opacity;
}

.main-promo-slider .slide__inner {
	height: 100%;
	cursor: default;
}

.main-promo-slider .slide__inner:before,
.main-promo-slider .slide__inner:after {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	content: '';
}

.main-promo-slider .slide__inner:after {
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
	height: 100%;
}

.main-promo-slider .slide__inner:before {
	background: #000;
	opacity: .1;
}

.main-promo__content {
	position: absolute;
	top: 0;
	padding: 160px 0 0 108px;
	max-width: 640px;
	z-index: 4; /*opacity: 0;
    transition: @animateTransition opacity;*/
}

.main-promo__title {
	font-family: 'GilroyRegular', sans;
	/*font-size: 35px;
	line-height: 40px;
	text-transform: uppercase;*/
	font-size: 44px;
	line-height: 52px;
	letter-spacing: .065em;
	color: #fff;
	cursor: text;
}

.main-promo__title a {
	text-decoration: underline;
	color: #ffffff;
}

.main-promo__description {
	margin-top: 15px;
	font-size: 18px;
	line-height: 23px;
	color: #fff;
	cursor: text;
}

/* Новости на главной */

.main-news__wrapper {
	margin-bottom: 50px;
}

.tablet-news-item {
	width: 100%;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.tablet-news-item:first-child .main-news__item:nth-child(1),
.tablet-news-item:first-child .main-news__item:nth-child(3) {
	margin-right: 0!important;
}

.tablet-news-item:first-child .main-news__item:nth-child(2) {
	margin-right: 20px;
}

.tablet-news-item .main-news__item {
	margin-right: 20px;
}

.tablet-news-item .main-news__item:nth-child(2n) {
	margin-right: 0;
}

.main-news__item {
	width: 220px;
	height: 250px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.main-news__item:first-child._img-back {
	width: 460px; /*@media (max-width: @screenS) {
                width: 100%!important;
            }*/
}

.main-news__item:first-child._img-back > a:after {
	opacity: 1;
}

.main-news__item:first-child._img-back .main-news__title {
	color: #fff;
}

.main-news__item:first-child._img-back .main-news__type,
.main-news__item:first-child._img-back .main-news__date {
	color: rgba(255, 255, 255, 0.75);
}

.main-news__item > a {
	background: #fff;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	display: block;
	-ms-flex-negative: 0;
	flex-shrink: 0; /*width: 220px;
        height: 250px;*/
	width: 100%;
	height: 100%;
	position: relative;
	box-sizing: border-box;
	padding: 20px 20px 75px 20px;
	transition: 0.2s ease background; /*@media (max-width: @screenS) {
            width: 100%!important;
            height: 290px;
        }*/ /*&:first-child {
            &._img-back {
                width: 460px;

                @media (max-width: @screenS) {
                    width: 100%!important;
                }

                &:after {
                    background: linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
                    linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
                    width: 100%;
                    height: 100%;
                    display: block;
                    position: absolute;
                    left: 0;
                    top: 0;
                    content: '';
                }

                .main-news__title {
                    color: #fff;
                }

                .main-news__type,
                .main-news__date {
                    color: fade(#fff, 75);
                }
            }
        }*/
}

.main-news__item > a:after {
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	content: '';
	opacity: 0;
	pointer-events: none;
}

.main-news__item > a:before {
	background: #b455a0;
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	content: '';
	transition: 0.3s ease opacity;
	z-index: 2;
}

.main-news__item > a .slide__inner {
	position: relative;
	overflow: visible;
	z-index: 3;
}

.main-news__item > a svg {
	fill: #fff;
	width: 40px;
	height: 40px;
	position: absolute;
	bottom: 20px;
	right: 20px;
	opacity: 0;
	transition: 0.2s ease opacity;
	z-index: 3;
}

.main-news__item > a:hover:after {
	opacity: 0;
}

.main-news__item > a:hover:before {
	opacity: 1;
}

.main-news__item > a:hover svg {
	opacity: 1;
}

.main-news__item > a:hover .main-news__date,
.main-news__item > a:hover .main-news__type {
	color: rgba(255, 255, 255, 0.55);
}

.main-news__item > a:hover .main-news__title {
	color: #fff;
}

.main-news__type {
	position: absolute;
	bottom: 14px;
	z-index: 3;
}

.main-news__date,
.main-news__type {
	
font-family: 'GilroyRegular', sans;
	font-size: 16px;
	line-height: 20px;
	
	text-transform: uppercase;
	color: rgba(0, 0, 0, 0.45);
	transition: 0.2s ease color;
}

.main-news__title {
	margin: 15px 0 20px;
	font-family: 'GilroyRegular', sans;
	font-size: 16px;
	line-height: 22px;
	color: #002F6D;
	transition: 0.2s ease color, 0.3s ease height;
	max-height: 130px;
	overflow: hidden;
}

.main-news-slider-buttons {
	display: -ms-flexbox;
	display: flex;
	position: absolute;
	top: 47px;
	right: -8px;
}

.main-news-slider-buttons .swiper-button-prev,
.main-news-slider-buttons .swiper-button-next {
	background: none;
	width: 55px;
	height: 35px;
	left: auto;
	right: auto;
	position: relative;
	z-index: 2;
}

.main-news-slider-buttons .swiper-button-prev svg,
.main-news-slider-buttons .swiper-button-next svg {
	max-width: 33px;
	max-height: 13px;
	color: #002F6D;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -5px 0 0 -15px;
	transition: 0.3s ease;
}

.main-news-slider-buttons .swiper-button-prev:hover svg,
.main-news-slider-buttons .swiper-button-next:hover svg {
	color: #b455a0;
}

.main-news-slider-buttons .swiper-button-prev svg {
	transform: rotate(-180deg);
}

.news-pagination {
	width: 100%;
	height: auto;
	position: relative;
	bottom: auto;
	right: auto;
	margin-top: 15px;
	-ms-flex-pack: center;
	justify-content: center;
}

.news-pagination:after {
	display: none;
}

.news-pagination span {
	background: #E0E1E3;
	width: 6px;
	height: 6px;
	position: relative;
	margin-right: 12px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	transition: 0.3s ease;
	opacity: 1;
}

.news-pagination span:last-child {
	margin-right: 0;
}

.news-pagination span.swiper-pagination-bullet-active {
	background: #00B3E3;
}

/* ------------------------------ Страница руководства ------------------------------ */

.persons-wrapper {
	margin-top: 50px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.person-item {
	width: 165px;
	margin-right: 20px;
	margin-bottom: 30px;
	box-sizing: border-box;
}

.person-item:nth-child(3n) {
	margin-right: 0;
}

.person-item:hover .person-item__name {
	color: #b455a0;
}

.person-item__img {
	position: relative;
}

.person-item__img img {
	display: block;
	width: 100%;
	max-width: 100%;
	max-height: 100%;
}

.person-item__img:after {
	background: rgba(0, 0, 0, 0.05);
	width: 100%;
	height: 100%;
	display: block;
	left: 0;
	top: 0;
	position: absolute;
	content: '';
	z-index: 2;
}

.person-item__name {
	margin-top: 15px;
	margin-bottom: 7px;
	
font-family: 'GilroyRegular', sans;
	font-size: 18px;
	line-height: 20px;
	
	text-transform: uppercase;
	color: #002F6D;
	transition: 0.2s ease color;
}

.person-item__post {
	font-size: 14px;
	line-height: 18px;
	
	color: rgba(0, 0, 0, 0.75);
}

.person-item__post._mobile {
	display: none;
}

.person-text,
.person-item__fullname {
	display: none;
}

.popup-slider {
	width: 100vw;
}

.popup-slider[data-type="persons"] {
	transform: translateX(-100%); /*transition: opacity 0.3s ease,
                    transform 0s linear 0.3s;*/
	transition: opacity 0.5s ease,
        transform 0s linear 0.3s;
}

.popup-slider[data-type="persons"]._open {
	transform: translateX(0);
	transition: opacity 0.5s ease;
}

.popup-slider[data-type="persons"] .slide__inner {
	height: auto!important;
}

.popup-slider[data-type="persons"] .popup-slider-inner {
	background: #fff;
	width: 100%;
	height: 100%;
	top: auto;
	transform: none;
}

.popup-slider[data-type="persons"] .close-btn {
	border: 0;
	background: none;
	top: 20px;
	right: 35px;
	color: rgba(0, 0, 0, 0.75);
	z-index: 3;
}

.popup-slider[data-type="persons"] .close-btn:hover {
	color: #b455a0;
}

.popup-slider[data-type="persons"] .swiper-container {
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
}

.popup-slider[data-type="persons"] .swiper-wrapper {
	-ms-flex-align: start;
	align-items: flex-start;
}

.popup-slider[data-type="persons"] .swiper-slide {
	width: 700px;
	height: 100%;
	overflow: hidden;
	opacity: 0;
	z-index: 1;
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none;
	transition: 0.3s ease opacity;
}

.popup-slider[data-type="persons"] .swiper-slide.swiper-slide-active {
	height: auto;
	opacity: 1;
	z-index: 2;
	pointer-events: auto;
}

.popup-slider[data-type="persons"] .popup-button-prev,
.popup-slider[data-type="persons"] .popup-button-next {
	background: #f2f2f2;
	height: 100%;
	top: 0;
	margin: 0;
	box-sizing: border-box;
	display: block;
	border: none;
	padding: 0 80px;
	text-align: left;
	transition: 0.2s ease;
	pointer-events: none;
}

.popup-slider[data-type="persons"] .popup-button-prev._disabled,
.popup-slider[data-type="persons"] .popup-button-next._disabled {
	cursor: default;
}

.popup-slider[data-type="persons"] .popup-button-prev._disabled svg,
.popup-slider[data-type="persons"] .popup-button-next._disabled svg {
	opacity: 0;
}

.popup-slider[data-type="persons"] .popup-button-prev span,
.popup-slider[data-type="persons"] .popup-button-next span {
	display: block;
}

.popup-slider[data-type="persons"] .popup-button-prev svg,
.popup-slider[data-type="persons"] .popup-button-next svg {
	width: 45px;
	position: relative;
	top: 0;
	left: 0;
	margin: 0;
	color: #002F6D;
}

.person__data {
	width: 700px;
	margin: 0 auto;
	text-align: left;
}

.person__top-data {
	position: relative;
	height: 380px;
}

.person__top-data:after {
	background: #000;
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	content: '';
	opacity: 0.02;
}

.person__bottom-data {
	padding: 25px 80px;
}

.popup__person-img {
	background-position: bottom center;
	background-size: contain;
	background-repeat: no-repeat;
	width: 380px;
	height: 350px;
	position: absolute;
	bottom: 0;
	right: 15px;
}

.popup__person-data {
	width: 280px;
	height: 100%;
	position: absolute;
	top: 0;
	left: 80px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-line-pack: center;
	align-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	z-index: 2;
}

.popup__person-data > div {
	text-align: left;
	width: 100%;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.popup__person-name {
	
font-family: 'GilroyRegular', sans;
	font-size: 30px;
	line-height: 36px;
	
	text-transform: uppercase;
	margin: 25px 0;
	color: #002F6D;
}

.popup__person-post {
	font-size: 18px;
	line-height: 23px;
	color: #002F6D;
}

.persons-popup-name {
	color: #002F6D;
	margin-top: 18px;
	margin-bottom: 5px;
	
font-family: 'GilroyRegular', sans;
	font-size: 18px;
	line-height: 22px;
	
	text-transform: uppercase;
}

.persons-popup-post {
	color: rgba(0, 0, 0, 0.75);
	font-size: 14px;
	line-height: 18px;
	
}

.persons-popup-prev {
	text-align: right;
}

.persons-popup-prev,
.persons-popup-next {
	pointer-events: none;
	cursor: pointer;
	transition: none;
	opacity: 1;
	outline: 0;
	color: #002F6D;
}

.persons-popup-prev._disabled,
.persons-popup-next._disabled,
.persons-popup-prev.swiper-button-disabled,
.persons-popup-next.swiper-button-disabled {
	opacity: 0;
	pointer-events: none;
}

._open .persons-popup-prev,
._open .persons-popup-next {
	pointer-events: auto;
}

.persons-popup-prev svg,
.persons-popup-next svg {
	max-width: 100%;
	max-height: 100%;
}

.popup-button-prev .persons-popup-prev,
.popup-button-prev .persons-popup-next,
.popup-button-next .persons-popup-prev,
.popup-button-next .persons-popup-next {
	top: 345px;
	position: relative;
}

.persons-popup-prev:hover .persons-popup-name,
.persons-popup-next:hover .persons-popup-name,
.persons-popup-prev:focus .persons-popup-name,
.persons-popup-next:focus .persons-popup-name,
.persons-popup-prev:hover svg,
.persons-popup-next:hover svg,
.persons-popup-prev:focus svg,
.persons-popup-next:focus svg {
	color: #b455a0 !important;
}

.mobile-prev-next-btns {
	display: none;
}

.mobile-prev-next-btns .persons-popup-prev svg {
	transform: rotate(180deg);
}

/* ------------------------------ Страница Награды ------------------------------ */

.rewards {
	margin-top: -40px;
}

.reward-item {
	display: -ms-flexbox;
	display: flex;
	border-bottom: 1px solid rgba(0, 0, 0, 0.15);
	padding-bottom: 30px;
	margin-bottom: 30px;
}

.reward-item:hover .reward-item__zoom-icon {
	color: #b455a0;
}

.reward-item__icon {
	width: 160px;
	height: 140px;
	position: relative;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.reward-item__icon .reward__svg {
	max-width: 100%;
	max-height: 100%;
}

.reward-item__icon .reward-item__icon-text {
	width: 95px;
	height: 65px;
	position: absolute;
	top: 40px;
	left: 35px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	overflow: hidden;
	
font-family: 'GilroyBold', sans;
	font-weight: 500;
	font-size: 20px;
	line-height: 21px;
	text-align: center;
	
	text-transform: uppercase;
}

.reward-item__text {
	width: 330px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	padding: 0 30px 0 60px;
	margin-top: 18px;
	box-sizing: border-box;
}

.reward-item__text .reward-item__title {
	
font-family: 'GilroyRegular', sans;
	font-size: 16px;
	line-height: 16px;
	
	color: rgba(0, 0, 0, 0.45);
}

.reward-item__text .reward-item__description {
	margin-top: 15px;
	
font-family: 'GilroyRegular', sans;
	font-size: 18px;
	line-height: 22px;
	letter-spacing: 0.05em;
}

.reward-item__zoom-icon {
	width: 50px;
	height: 50px;
	margin-top: 45px;
	color: rgba(0, 0, 0, 0.75);
	transition: 0.2s ease;
}

.reward-item__zoom-icon svg {
	max-width: 100%;
	max-height: 100%;
}

.rewards-snippet {
	background: #002F6D;
	padding: 30px 40px;
	box-sizing: border-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 120px;
}

.rewards-snippet__numbers {
	width: 200px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	
font-family: 'GilroyRegular', sans;
	font-size: 60px;
	line-height: 121px;
	text-transform: uppercase;
	color: #fff;
}

.rewards-snippet__numbers span {
	font-size: 18px;
	line-height: 22px;
	
	text-transform: uppercase;
}

.rewards-snippet__text {
	padding-right: 80px;
	font-size: 15px;
	line-height: 21px;
	letter-spacing: .04em;
	color: #fff;
}

.rewards-wrapper:last-child .reward-item:last-child {
	border-bottom: none;
}

/* ------------------------------ Страница новостей ------------------------------ */

.page-news { /*.activity-wrapper {
        width: 100%;
        left: auto;
    }*/
}

.page-news .left-sidebar {
	display: none;
}

.page-news .content {
	padding-left: 0;
	padding-right: 0;
}

.news-filter {
	transition: 0.2s ease opacity;
	opacity: 1;
}

.news-filter .title-h1 {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	font-size: 46px;
}

.news-filter .select {
	margin-left: 12px;
	position: relative;
}

.news-filter .select:hover svg {
	transform: rotate(180deg);
}

.news-filter .select svg {
	fill: #002F6D;
	pointer-events: none;
	max-width: 11px;
	max-height: 6px;
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -5px;
	transition: 0.2s ease transform, 0.2s ease fill;
}

.desktop .news-filter .select:hover select {
	color: #b455a0;
}

.desktop .news-filter .select:hover svg {
	fill: #b455a0;
}

.news-filter select {
	background: none;
	border: none;
	padding-right: 35px;
	font-size: 46px;
	line-height: 52px;
	text-decoration: underline;
	text-transform: uppercase;
	font-family: 'GilroyRegular', sans;
	cursor: pointer;
	color: #233C91;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	transition: 0.2s ease color;
}

.news-filter select option {
	color: #002F6D;
}

.news-filter__tags {
	display: -ms-flexbox;
	display: flex;
	margin: 50px 0;
}

.news-filter__tag-item {
	display: block;
	margin-right: 10px;
	cursor: pointer;
	font-family: 'GilroyRegular', sans;
	font-size: 16px;
	line-height: 20px;
	text-transform: uppercase;
}

.news-filter__tag-item:hover span {
	background: #b455a0;
	color: #fff;
}

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

.news-filter__tag-item input {
	position: absolute;
	left: -9999px;
}

.news-filter__tag-item input:checked + span {
	background: #002F6D;
	color: #fff;
}

.news-filter__tag-item span {
	background: rgba(35, 60, 145, .5);
	padding: 7px 10px;
	color: rgba(0, 0, 0, 0.75);
	transition: 0.3s ease background, 0.3s ease color;
}

.news-wrapper {
	margin-top: 85px;
	transition: 0.2s ease opacity;
	opacity: 1;
}

.news-item {
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 53px;
}

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

.news-item__date {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 120px;
	
font-family: 'GilroyRegular', sans;
	font-size: 16px;
	line-height: 20px;
	
	text-transform: uppercase;
	color: rgba(0, 0, 0, 0.35);
}

.news-item__title {
	
font-family: 'GilroyRegular', sans;
	font-size: 25px;
	line-height: 30px;
	
	text-transform: uppercase;
	color: #002F6D;
}

.news-item__content {
	width: 480px;
	padding-right: 60px;
	box-sizing: border-box;
}

.news-item__text p {
	margin-top: 15px;
	margin-bottom: 23px;
}

.news-item__tag {
	
font-family: 'GilroyRegular', sans;
	font-size: 16px;
	line-height: 20px;
	
	text-transform: uppercase;
	color: rgba(35, 60, 145, .75);
}

.news-item__photo {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 345px;
}

.news-item__photo img {
	max-width: 100%;
}

.news-item__date-tags {
	display: none;
}

._loading {
	opacity: 0.3;
	pointer-events: none;
}

/* ------------------------------ Страница контактов ------------------------------ */

.page-contacts { /*.activity-wrapper {
        width: 100%;
        left: auto;
    }*/
}

.page-contacts .content {
	padding-left: 0;
	padding-right: 0;
}

.page-contacts .left-sidebar {
	display: none;
}

.contacts-wrapper {
	width: 100%;
	position: relative;
	min-height: 400px;
	transition: 0.3s ease;
}

.contacts-wrapper._visible {
	opacity: 1!important;
}

.contacts-item._active .map {
	opacity: 1;
	pointer-events: auto;
}

.contacts-item .map {
	width: 600px;
	height: 100%;
	overflow: hidden;
	position: absolute;
	left: 0;
	opacity: 0;
	pointer-events: none;
	transition: 0.3s ease height, 0.3s ease opacity;
}

.contacts-item__content {
	background: #fff;
}

.contacts-item-btn {
	background: rgba(35, 60, 145, .5);
	width: 340px;
	height: 98px;
	padding: 34px 40px 30px 70px;
	box-sizing: border-box;
	position: relative;
	float: right;
	clear: both;
	display: inline-block;
	font-size: 22px;
	line-height: 28px;
	text-transform: uppercase;
	
font-family: 'GilroyRegular', sans;
	color: #002F6D;
	transition: 0.3s ease background;
}

.contacts-item-btn:before {
	background: transparent;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	display: block;
	position: absolute;
	content: '';
	left: 19px;
	top: 26px;
	transition: background 0.3s ease;
}

.contacts-item-btn:after {
	background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSItOTUzLjQgNTM4LjYgOC43IDUuMSIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAtOTUzLjQgNTM4LjYgOC43IDUuMTsiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KCTxwb2x5Z29uIGNsYXNzPSJzdDAiIHBvaW50cz0iLTk0OSw1NDMuNyAtOTUzLjQsNTM5LjQgLTk1Mi42LDUzOC42IC05NDksNTQyLjMgLTk0NS40LDUzOC42IC05NDQuNiw1MzkuNCAJIi8+DQo8L3N2Zz4NCg==) no-repeat;
	width: 11px;
	height: 7px;
	display: block;
	content: '';
	position: absolute;
	top: 43px;
	left: 35px;
	transition: 0.3s ease transform, 0.3s ease padding;
	transform: rotate(-90deg);
}

.contacts-item-btn._active {
	background: #fff;
	cursor: default;
}

.contacts-item-btn._active:after {
	transform: rotate(0deg);
}

.desktop .contacts-item-btn:not(._active):hover {
	background: #b455a0;
	color: #fff;
}

.desktop .contacts-item-btn:not(._active):hover:before {
	background: #fff;
}

.desktop .contacts-item-btn:not(._active):hover:after {
	background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSItOTUzLjQgNTM4LjYgOC43IDUuMSIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAtOTUzLjQgNTM4LjYgOC43IDUuMTsiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KCTxwb2x5Z29uIGZpbGw9IiNDQTM2MDQiIHBvaW50cz0iLTk0OSw1NDMuNyAtOTUzLjQsNTM5LjQgLTk1Mi42LDUzOC42IC05NDksNTQyLjMgLTk0NS40LDUzOC42IC05NDQuNiw1MzkuNCIvPg0KPC9zdmc+DQo=) no-repeat;
}

.desktop .contacts-item-btn._active:hover {
	color: #002F6D;
}

.mobile .contacts-item-btn {
	color: #002F6D;
}

.contacts-item__data {
	background: #fff;
	width: 340px;
	float: right;
	clear: both;
	box-sizing: border-box;
	padding: 0 30px 15px 70px;
}

.contacts-item__data._hidden {
	display: none;
}

.contacts-item__data-address {
	font-size: 15px;
	line-height: 21px;
	letter-spacing: .03em;
	margin-bottom: 25px;
}

.contacts-item__data-address2 {
	margin-bottom: 2em;
	line-height: 1.5;
}

.contacts-item__data-work-time {
	margin-bottom: 20px;
}

.contacts-item__data-work-time td {
	font-family: 'GilroyRegular', sans;
	font-size: 18px;
	line-height: 22px;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	padding-right: 28px;
}

.contacts-item__data-work-time tr:last-child td {
	color: rgba(0, 0, 0, 0.45);
}

.contacts-item__data-phone-mail {
	margin-bottom: 10px;
}

.contacts-item__phone {
	
font-family: 'GilroyRegular', sans;
	font-size: 20px;
	
	margin-bottom: 8px;
	display: inline-block;
	color: rgba(0, 0, 0, 0.75);
}

.contacts-item__mail {
	
font-family: 'GilroyRegular', sans;
	line-height: 20px;
	font-size: 16px;
	letter-spacing: 0.05em;
	color: rgba(35, 60, 145, .75);
}

.contacts-departments {
	width: 100%;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.contacts-department {
	width: 30.333333%;
	margin-top: 62px;
	margin-right: 3%;
}

.contacts-department:first-child,
.contacts-department:nth-child(2),
.contacts-department:nth-child(3) {
	margin-top: 0;
}

.contacts-department__title {
	margin-bottom: 11px;
	
font-family: 'GilroyRegular', sans;
	line-height: 22px;
	font-size: 18px;
	
	text-transform: uppercase;
	color: #002F6D;
}

.contacts-department__phone {
	font-family: 'GilroyRegular', sans;
	line-height: 36px;
}

.contacts-department__phone a {
	color: rgba(0, 0, 0, 0.75);
}

.contacts-department__mail {
	font-family: 'GilroyRegular', sans;
	font-size: 16px;
	line-height: 20px;
}

.contacts-department__mail a {
	color: rgba(35, 60, 145, .75);
}

.contacts-department__mail a:hover {
	color: #b455a0;
}

.contacts-department__schedule {
	color: rgba(35, 60, 145, .75);
}

/* ------------------------------ Страница структура и география ------------------------------ */

.structure-geo__line {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 125px;
}

.structure-geo__line:last-child {
	margin-bottom: 0;
}

.structure-geo__item {
	width: 160px;
}

.structure-geo__item a {
	color: rgba(35, 60, 145, .75);
	font-size: 14px;
}

.structure-geo__item a:hover {
	color: #b455a0;
}

.structure-geo__item-logo {
	padding-bottom: 10px;
	border-bottom: 4px solid rgba(0, 179, 227, 0.25);
}

.structure-geo__item-logo svg {
	max-width: 120px;
	max-height: 31px;
}

.structure-geo__str ._mobile {
	display: none;
}

.structure-geo__str._str1 {
	margin-top: 39px;
}

.structure-geo__str._str1 svg {
	max-width: 140px;
	max-height: 8px;
}

.structure-geo__str._str2 {
	top: -195px;
	right: 75px;
	position: absolute;
}

.structure-geo__str._str2 svg {
	width: 385px;
	height: 170px;
}

.structure-geo__item-text {
	width: 100%;
	box-sizing: border-box;
	font-size: 14px;
	line-height: 18px;
	
	color: rgba(0, 0, 0, 0.5);
	margin: 12px 0 10px;
}

.structure-geo__item-site {
	width: 100%;
	box-sizing: border-box;
	
font-family: 'GilroyRegular', sans;
	font-size: 16px;
	line-height: 20px;
	
}

.structure-geo {
	margin-bottom: 115px;
}

.structure-geo-wrapper .title-h2 {
	margin-top: 65px;
}

.structure-geo-map {
	width: calc(100% + 400px);
	height: 600px;
	position: relative;
	left: -200px;
}

.map-cities-wrapper {
	position: absolute;
	top: 10px;
	right: 10px;
}

.map-cities-wrapper:after {
	background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSItOTUzLjQgNTM4LjYgOC43IDUuMSIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAtOTUzLjQgNTM4LjYgOC43IDUuMTsiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KCTxwb2x5Z29uIGNsYXNzPSJzdDAiIHBvaW50cz0iLTk0OSw1NDMuNyAtOTUzLjQsNTM5LjQgLTk1Mi42LDUzOC42IC05NDksNTQyLjMgLTk0NS40LDUzOC42IC05NDQuNiw1MzkuNCAJIi8+DQo8L3N2Zz4NCg==) no-repeat center center;
	display: block;
	position: absolute;
	width: 12px;
	height: 7px;
	top: 19px;
	right: 14px;
	content: '';
	pointer-events: none;
}

.map-cities-wrapper:focus:after {
	transform: rotate(90deg);
}

.map-cities-select {
	background: #fff;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	
font-family: 'GilroyRegular', sans;
	font-size: 16px;
	height: 46px;
	line-height: 46px;
	
	padding: 0 33px 0 13px;
	color: rgba(0, 0, 0, 0.75);
	border: none;
	cursor: pointer;
}

.map-popup-info {
	background: #fff;
	position: absolute;
	width: 460px;
	height: calc(100% - 75px);
	top: 65px;
	right: 10px;
	padding: 20px 60px 20px 30px;
	box-sizing: border-box;
	z-index: 2;
	overflow-y: auto;
	opacity: 0;
	transition: 0.3s ease opacity;
	pointer-events: none;
}

.map-popup-info._open {
	pointer-events: auto;
	opacity: 1;
}

.map-popup-info .title-h2 {
	margin-top: 0;
	margin-bottom: 20px;
}

.map-popup-info__close {
	width: 30px;
	height: 30px;
	position: absolute;
	right: 10px;
	top: 10px;
}

.map-popup-info__close:before,
.map-popup-info__close:after {
	background: rgba(0, 0, 0, 0.75);
	width: 16px;
	height: 1px;
	position: absolute;
	display: block;
	top: 14px;
	left: 7px;
	content: '';
	transition: 0.2s ease background;
}

.map-popup-info__close:before {
	transform: rotate(-45deg);
}

.map-popup-info__close:after {
	transform: rotate(45deg);
}

.map-popup-info__close:hover:before,
.map-popup-info__close:hover:after {
	background: #b455a0;
}

.map-legend {
	background: #fff;
	display: -ms-flexbox;
	display: flex;
	position: absolute;
	padding: 0 20px;
	height: 40px;
	bottom: 10px;
	right: 10px;
}

.map-legend-wrapper {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.map-legend-item {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	font-size: 14px; /*line-height: 18px;*/
	
	margin-right: 22px;
	color: rgba(0, 0, 0, 0.45);
	position: relative; /*top: -1px;*/
}

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

.map-legend-item svg {
	width: 8px;
	height: 11px;
	margin-right: 5px;
	position: relative;
	top: -1px;
}

.map-legend-item._city-point svg {
	color: #b455a0;
}

.map-legend-item._office svg {
	color: #002F6D;
}

.map-legend-item._partner svg {
	color: #00B3E3;
}

.zoom-wrapper {
	background: #fff;
	width: 20px;
	height: 45px;
	position: fixed;
	top: 50%;
	right: 10px;
	margin-top: -22px;
	border-radius: 20px;
	overflow: hidden;
	z-index: 2;
	box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.2);
}

.zoom-wrapper:after {
	background: rgba(0, 0, 0, 0.25);
	width: 14px;
	height: 2px;
	display: block;
	position: absolute;
	top: 50%;
	left: 3px;
	content: '';
	opacity: .2;
}

.zoom-in,
.zoom-out {
	background: transparent;
	width: 20px;
	height: 23px;
	position: relative;
	cursor: pointer;
	transition: 0.3s ease background;
}

.zoom-in:hover,
.zoom-out:hover {
	background: rgba(0, 0, 0, 0.05);
}

.zoom-in:before {
	width: 2px;
	height: 8px;
	margin-top: -4px;
	margin-left: -1px;
}

.zoom-in:after {
	width: 8px;
	height: 2px;
	margin-left: -4px;
	margin-top: -1px;
}

.zoom-in:before,
.zoom-in:after {
	background: #8c8c8c;
	display: block;
	position: absolute;
	content: '';
	top: 50%;
	left: 50%;
}

.zoom-out:after {
	background: rgba(0, 0, 0, 0.45);
	width: 8px;
	height: 2px;
	display: block;
	position: absolute;
	content: '';
	top: 50%;
	left: 50%;
	margin-top: -3px;
	margin-left: -4px;
}

/* ------------------------------ Страница деятельности ------------------------------ */

.page-activities .header {
	height: 640px;
}

.page-activities .header-content {
	height: 0;
}

.page-activities .header-title,
.page-activities .header-back,
.page-activities .show-promo,
.page-activities .show-promo-mobile {
	display: none;
}

.page-activities .breadcrumbs {
	display: none;
}

.page-activities .text {
	position: relative;
	top: -4px;
}

.page-activities .text .breadcrumbs + * {
	margin-top: 0;
}

.page-activities .header-activities-wrapper {
	display: block;
}

.header-activities-back {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
}

.header-activities-back:before,
.header-activities-back:after {
	width: 100%;
	height: 100%;
	position: absolute;
	display: block;
	left: 0;
	top: 0;
	z-index: 2;
	content: '';
}

.header-activities-back:before {
	background: rgba(0, 0, 0, 0.1);
}

.header-activities-back:after {
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1));
}

.header-activities-wrapper {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	display: none;
}

.header-activities-wrapper .breadcrumbs {
	display: block;
}

.header-activities-wrapper .breadcrumbs ul li a {
	color: #fff!important;
	text-decoration: underline!important;
	-webkit-text-decoration-color: transparent!important;
	text-decoration-color: transparent!important;
}

.header-activities-wrapper .breadcrumbs ul li a:hover {
	-webkit-text-decoration-color: #fff!important;
	text-decoration-color: #fff!important;
}

html.ie .header-activities-wrapper .breadcrumbs ul li a,
html.edge .header-activities-wrapper .breadcrumbs ul li a {
	text-decoration: none;
}

html.ie .header-activities-wrapper .breadcrumbs ul li a:hover,
html.edge .header-activities-wrapper .breadcrumbs ul li a:hover {
	text-decoration: underline;
}

.header-activities-wrapper .breadcrumbs ul li:last-child {
	color: rgba(255, 255, 255, 0.25);
}

.header-activities-content {
	position: relative;
	max-width: 440px;
	margin-top: 135px;
	padding-left: 110px;
	color: #fff;
	z-index: 3;
}

.header-activities-content .numbers {
	position: absolute;
	bottom: -325px;
}

.header-activities-content .numbers-list {
	width: 540px;
}

.header-activities-content .title-h1 {
	color: #fff;
}

.services-wrapper {
	width: 620px;
	position: relative;
	left: -40px;
}

.service-item a {
	color: rgba(35, 60, 145, .75);
}

.service-item a:hover {
	color: #b455a0;
}

.service-item:first-child .service-item__title:before {
	display: block;
}

.service-item._active .service-item__title {
	background: #fff;
}

.service-item._active .service-item__title:after,
.service-item._active .service-item__title:before {
	opacity: 0;
}

.service-item._active .service-item__title:after {
	transition: .5s ease;
}

.service-item._active .service-item__btn svg {
	transform: rotate(0deg) translateX(-1px);
}

.service-item__title {
	position: relative;
	background: transparent;
	padding: 25px 35px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	cursor: pointer;
	-ms-flex-pack: justify;
	justify-content: space-between;
	color: #002F6D;
	font-size: 18px;
	line-height: 22px;
font-family: 'GilroyRegular', sans;
	transition: 0.3s ease background;
}

.service-item__title:after,
.service-item__title:before {
	background: rgba(0, 0, 0, 0.15);
	width: 540px;
	height: 1px;
	display: block;
	content: '';
	position: absolute;
	left: 40px;
	top: 100%;
}

.service-item__title:before {
	top: 0;
	display: none;
}

.desktop .service-item__title:hover .service-item__btn {
	background: #b455a0;
}

.desktop .service-item__title:hover .service-item__btn svg {
	fill: #fff;
}

.service-item__btn {
	background: transparent;
	width: 40px;
	height: 40px;
	position: relative;
	left: -11px;
	border-radius: 50%;
	border: none;
	transition: 0.3s ease background, 0.3s ease color;
}

.service-item__btn svg {
	position: relative;
	left: 1px;
	width: 12px;
	height: 7px;
	fill: rgba(0, 0, 0, 0.75);
	transform: rotate(-90deg);
	transition: 0.3s ease transform, 0.3s ease fill;
}

.service-item__title-btn span {
	position: relative;
	top: 3px;
}

.service-item__icon {
	width: 45px;
	height: 45px;
	position: relative;
	background-position: center center;
	background-repeat: no-repeat;
	left: 0;
	margin-left: 20px;
}

.service-item__description {
	background: #fff;
	padding-bottom: 40px;
	display: none;
	z-index: 2;
	position: relative;
}

.service-item__content {
	margin: -35px 75px 0;
}

.objects-wrap {
	overflow: hidden;
	position: relative;
}

.grid-item {
	width: 50%;
	display: block;
	position: absolute;
}

.grid-item._big {
	width: 100%;
}

.grid-item._big .objects-item__content {
	width: 530px;
}

.objects-item__wrapper {
	position: relative;
	padding-top: 3px;
	overflow: hidden;
}

.objects-item__content {
	width: 260px;
	height: 330px;
	margin-top: 13px;
	margin-bottom: 55px;
	display: block;
	position: relative;
}

.objects-item__content:hover .objects-item__data,
.objects-item__content._hover .objects-item__data {
	opacity: 1;
	pointer-events: auto;
}

.objects-item__title {
	
font-family: 'GilroyRegular', sans;
	font-size: 18px;
	line-height: 22px;
	
	text-transform: uppercase;
	color: #002F6D;
}

.objects-item__back,
.objects-item__data {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.objects-item__back {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.objects-item__data {
	background: #b455a0;
	color: #fff;
	box-sizing: border-box;
	padding: 25px 20px;
	transition: 0.3s ease opacity;
	opacity: 0;
	pointer-events: none;
	z-index: 2;
}

.objects-item__data > *:first-child {
	margin-top: 0;
}

.objects-item__data svg {
	fill: #fff;
	width: 40px;
	height: 40px;
	position: absolute;
	bottom: 30px;
	left: 20px;
	z-index: 3;
}

.objects-item__data p {
	margin: 10px 0;
}

.objects-item__data span {
	color: rgba(255, 255, 255, 0.75);
}

.objects-item__data strong {
	font-weight: 500;
	font-family: 'GilroyBold', sans;
}

.advantages-slider {
	position: relative; /*.swiper-wrapper {
        left: -1px;
    }*/
}

.advantages-slider:after {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	border: 1px solid #E0E1E3;
	content: '';
	display: block;
	pointer-events: none;
}

.advantages-slider .swiper-button-prev,
.advantages-slider .swiper-button-next {
	background: none;
	width: 55px;
	height: 35px;
	left: auto;
	right: auto;
	position: absolute;
	z-index: 2;
}

.advantages-slider .swiper-button-prev svg,
.advantages-slider .swiper-button-next svg {
	max-width: 33px;
	max-height: 13px;
	color: #002F6D;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -5px 0 0 -15px;
	transition: 0.3s ease;
}

html.desktop .advantages-slider .swiper-button-prev:hover svg,
html.desktop .advantages-slider .swiper-button-next:hover svg {
	color: #b455a0;
}

.advantages-slider .swiper-button-next {
	left: 55px;
}

.advantages-slider .swiper-button-prev svg {
	transform: rotate(-180deg);
}

.advantages-slider-buttons {
	top: -65px;
	right: 100px;
	position: absolute;
}

.advantages-slider__item {
	width: 270px;
	height: 380px;
	display: block;
	overflow: hidden;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	position: relative;
	transition-property: transform;
	border-left: 1px solid #E0E1E3;
	padding: 35px 30px;
	box-sizing: border-box;
}

.advantages-slider__item-icon {
	width: 60px;
	height: 60px;
	margin-bottom: 25px;
}

.advantages-slider__item-icon svg {
	max-width: 85%;
	max-height: 85%;
}

.advantages-slider__item-icon img {
	width: auto;
	height: auto;
	max-width: 85%;
	max-height: 85%;
	opacity: 1;
	pointer-events: none;
}

.advantages-slider__item-content .title-h3 {
	margin: 0 0 20px 0;
}

.advantages-slider__item-text {
	font-size: 14px;
	line-height: 18px;
	letter-spacing: 0.05em;
}

.activities-contacts {
	width: 740px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 115px 0 95px;
}

.activities-contacts .activities-contacts__name {
	width: 240px;
	padding-right: 60px;
	box-sizing: border-box;
}

.activities-contacts .activities-contacts__name .title-h2 {
	margin: 0;
	font-size: 24px;
}

.activities-contacts .activities-contacts__description {
	width: 320px;
	padding-right: 60px;
	box-sizing: border-box;
}

.activities-contacts .activities-contacts__description p {
	margin-top: 0;
}

.activities-contacts .activities-contacts__contacts {
	/* width: 180px; */
	padding-right: 30px;
	box-sizing: border-box;
}

.activities-contacts .activities-contacts__contacts a {
	float: left;
	clear: both;
	
font-family: 'GilroyRegular', sans;
	font-size: 16px;
	line-height: 20px;
	letter-spacing: 0.05em;
	color: rgba(35, 60, 145, .75);
	margin-bottom: 10px;
}

.activities-contacts .activities-contacts__contacts a:hover {
	color: #b455a0;
}

.activities-contacts .activities-contacts__contacts a._phone {
	margin-bottom: 3px;
	color: rgba(0, 0, 0, 0.75);
	font-size: 20px;
	line-height: 36px;
	text-transform: uppercase;
}

.activities-contacts .activities-contacts__contacts a._phone:hover {
	color: rgba(0, 0, 0, 0.75);
}

.advantages-pagination {
	width: 100%;
	height: auto;
	display: none;
	position: absolute;
	bottom: auto;
	right: auto;
	margin-top: 15px;
	-ms-flex-pack: center;
	justify-content: center;
}

.advantages-pagination:after {
	display: none;
}

.advantages-pagination span {
	background: #E0E1E3;
	width: 6px;
	height: 6px;
	position: relative;
	margin-right: 12px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	transition: 0.3s ease;
	opacity: 1;
}

.advantages-pagination span:last-child {
	margin-right: 0;
}

.advantages-pagination span.swiper-pagination-bullet-active {
	background: #00B3E3;
}

/* ------------------------------ Страница социальная ответственноть ------------------------------ */

.social-wrap .title-h2 {
	width: calc(100% - 90px);
}

.social-results-wrapper {
	width: 620px;
	position: relative;
	left: -45px;
}

.social-slider {
	position: relative;
}

.social-slider .swiper-container {
	border: 1px solid #E0E1E3;
}

.social-slider .swiper-button-prev,
.social-slider .swiper-button-next {
	background: none;
	width: 55px;
	height: 35px;
	left: auto;
	right: auto;
	position: absolute;
	z-index: 2;
}

.social-slider .swiper-button-prev svg,
.social-slider .swiper-button-next svg {
	max-width: 33px;
	max-height: 13px;
	color: #002F6D;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -5px 0 0 -15px;
	transition: 0.3s ease;
}

.desktop .social-slider .swiper-button-prev svg:hover,
.desktop .social-slider .swiper-button-next svg:hover {
	color: #b455a0;
}

.social-slider .swiper-button-next {
	left: 55px;
}

.social-slider .swiper-button-prev svg {
	transform: rotate(-180deg);
}

.social-slider-buttons {
	top: -65px;
	right: 100px;
	position: absolute;
}

.social-slider__item {
	min-height: 230px;
	display: -ms-flexbox;
	display: flex;
	overflow: hidden;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	position: relative;
	transition-property: transform;
	padding: 35px 30px;
	box-sizing: border-box;
	margin-left: -1px;
}

.social-slider__item-icon {
	width: 60px;
	height: 60px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.social-slider__item-icon svg {
	max-width: 100%;
	max-height: 100%;
}

.social-slider__item-icon img {
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
	opacity: 1;
	pointer-events: none;
}

.social-slider__item-content {
	padding: 20px 0 0 30px;
}

.social-slider__item-content .title-h3 {
	margin: 0 0 20px 0;
}

.social-slider__item-text {
	font-size: 14px;
	line-height: 18px;
	letter-spacing: 0.05em;
}

.soc-result-item__btn {
	background: transparent;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 40px;
	height: 40px;
	position: relative;
	left: -15px;
	top: -13px;
	border-radius: 50%;
	border: none;
	transition: 0.3s ease background, 0.3s ease color;
}

.soc-result-item__btn svg {
	width: 12px;
	height: 7px;
	fill: rgba(0, 0, 0, 0.75);
	transform: rotate(-90deg);
	transition: 0.3s ease transform, 0.3s ease fill;
}

.soc-result-item__description {
	background: #fff;
	padding: 0 75px 20px;
	display: none;
}

.soc-result-item__description img {
	max-width: 240px;
	display: block;
	margin: 15px 0 30px;
}

.soc-result-item._active .soc-result-item__title:before {
	opacity: 0;
}

.soc-result-item._active .soc-result-item__btn svg {
	transform: rotate(0);
}

.soc-result-item:first-child .soc-result-item__title:before {
	display: block;
}

.soc-result-item__title {
	position: relative;
	cursor: pointer;
	padding: 35px 40px;
	box-sizing: border-box;
	font-size: 15px;
	line-height: 21px;
	letter-spacing: .04em;
}

._active .soc-result-item__title {
	background: #fff;
}

._active .soc-result-item__title:after {
	opacity: 0;
}

.soc-result-item__title:after,
.soc-result-item__title:before {
	background: rgba(0, 0, 0, 0.15);
	width: 540px;
	height: 1px;
	display: block;
	content: '';
	position: absolute;
	left: 40px;
	top: 100%;
}

.soc-result-item__title:before {
	top: 0;
	display: none;
}

.desktop .soc-result-item__title:hover .soc-result-item__btn {
	background: #b455a0;
}

.desktop .soc-result-item__title:hover .soc-result-item__btn svg {
	fill: #fff;
}

.soc-result-item__title-btn {
	display: -ms-flexbox;
	display: flex;
}

.soc-result-item__title-btn span {
	display: block;
}

.soc-result-item__content > *:first-child {
	margin-top: 0!important;
}

._soc-slider {
	height: auto;
}

._soc-slider .slider-wrap__inner {
	height: auto;
}

._soc-slider .slider-wrap__inner:after {
	display: none;
}

._soc-slider .slider {
	position: relative;
	height: auto;
}

._soc-slider .swiper-slide {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	height: auto;
}

._soc-slider .slide__inner {
	width: 325px;
	height: auto;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	cursor: default;
	position: relative;
}

._soc-slider .slide__inner:after {
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 69.01%, rgba(0, 0, 0, 0.75) 110.63%);
	width: 100%;
	height: 100%;
	display: block;
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}

._soc-slider .slide__description {
	background: #fff;
	margin-top: 0;
	padding: 30px 35px 100px 35px;
	font-size: 15px;
	line-height: 21px;
	letter-spacing: 0.04em;
	color: rgba(0, 0, 0, 0.75);
}

._soc-slider .swiper-button-prev,
._soc-slider .swiper-button-next,
._soc-slider .slider-pagination {
	bottom: 0;
}

._soc-slider .swiper-button-prev {
	color: rgba(0, 0, 0, 0.75);
}

._soc-slider .slider-pagination:after {
	background: rgba(0, 0, 0, 0.75);
}

._soc-slider .slider-pagination span {
	color: rgba(0, 0, 0, 0.75);
}

/* ------------------------------ Вспомогательные классы OOCSS ------------------------------ */

.float-left {
	float: left;
}

.float-right {
	float: right;
}

.clearfix {
	height: 0;
}

.clearfix:after,
.clearfix:before {
	content: '';
	display: table;
	clear: both;
}

.caps {
	text-transform: uppercase;
}

._only-mobile {
	display: none;
}

.header-lk-link {
	display: block;
	min-width: 15px;
	min-height: 15px;
	margin-right: 10px;
	background: url('../img/svg-symbols/lk-black.svg') no-repeat left bottom;
	background-size: contain;
	padding-left: 30px;
}

@media (min-width: 1261px) {

	.header-lk-link {
		background: url('../img/svg-symbols/lk-white.svg') no-repeat left bottom;
		font-size: 0 !important;
		padding-left: 0;
	}
}

@media (max-width: 1365px) {

	.popup-slider[data-type="persons"] .popup-button-prev,
	.popup-slider[data-type="persons"] .popup-button-next {
		padding: 0 20px;
	}

}

@media (max-width: 1260px) {

	.menu-burger {
		display: block;
	}

	.main-menu {
		background: #fff;
		width: 100%;
		height: 100%;
		position: fixed;
		margin-top: 0;
		float: none;
		top: 0;
		left: 0;
		z-index: 2;
		opacity: 0;
		pointer-events: none;
		overflow-y: auto;
		transition: 0.3s ease;
	}

	.main-menu a {
		color: rgba(0, 0, 0, 0.75) !important;
	}

	.main-menu a:hover:after {
		transform: rotate(0) translateY(0) !important;
	}

	.main-menu__list > li > a._active:before {
		opacity: 0;
	}

	.main-menu__list > li .toggle-link:after {
		margin-top: -4px;
	}

	.main-menu__list {
		display: block;
		margin-top: 50px;
		margin-left: 69px;
	}

	.main-menu__list li {
		margin-right: 0;
		margin-bottom: 30px;
	}

	.main-menu__list .submenu-wrap {
		display: none;
		position: relative;
		opacity: 1;
		pointer-events: auto;
	}

	.main-menu__list .toggle-link {

	}

	.main-menu__list .toggle-link:after {
		background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSItOTUzLjQgNTM4LjYgOC43IDUuMSIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAtOTUzLjQgNTM4LjYgOC43IDUuMTsiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KCTxwb2x5Z29uIGNsYXNzPSJzdDAiIHBvaW50cz0iLTk0OSw1NDMuNyAtOTUzLjQsNTM5LjQgLTk1Mi42LDUzOC42IC05NDksNTQyLjMgLTk0NS40LDUzOC42IC05NDQuNiw1MzkuNCAJIi8+DQo8L3N2Zz4NCg==) no-repeat !important;
	}

	.submenu-wrap {
		width: 100%;
		margin: 0;
		padding: 0;
		transition: none;
	}

	.submenu {
		box-sizing: border-box;
		margin-top: 17px;
		padding: 0 70px 0 30px;
	}

	.submenu {
		padding: 0 0 0 30px;
	}

	._only-mobile {
		display: block;
	}

}


@media (max-width: 1000px) {

	.middle-container {
		width: 100%;
		padding-bottom: 0;
	}

	.content {
		width: 540px;
		margin: 0 auto;
		padding-left: 0;
		padding-right: 0;
	}

	.header-content {
		/* padding: 15px 50px 30px 30px; */
		padding: 25px 50px 30px 50px;
	}

	.logo {
		width: 140px;
	}

	.header-title {
		margin-top: 160px;
		padding-left: 40px;
	}

	.show-promo {
		right: 45px;
		bottom: 23px;
	}

	.footer {
		height: 710px;
	}

	.footer__inner {
		width: 540px;
	}

	.footer__inner-col {
		padding: 10px 0 0;
	}

	.footer-social__title {
		padding-right: 30px;
	}

	.footer-bottom {
		width: 540px;
		max-width: 100%;
	}

	.footer-bottom .footer__inner-col:nth-child(1) {
		width: 55%;
	}

	.footer-bottom .footer__inner-col:nth-child(2) {
		width: 140px;
		position: absolute;
		margin-top: 35px;
		left: calc(50% - 270px);
	}

	.footer-bottom .footer__inner-col:nth-child(3) {
		width: 50%;
		text-align: right;
	}

	.copyright {
		margin-left: -15px;
	}

	.copyright a {
		margin-left: 10px;
	}

	.left-sidebar {
		display: none;
	}

	.slider-wrap {
		width: 100%;
		height: 460px;
		margin: 55px 0 0 0;
	}

	.pagination-item:nth-child(3),
	.pagination-item:nth-child(7) {
		display: none;
	}

	.page-styles .content img {
		max-width: 100%;
	}

	.img-float-right__img small {
		left: 0;
		position: relative;
		margin: 15px 0 0 0!important;
	}

	.table {
		width: 100%;
		overflow-x: auto;
	}

	.video {
		max-width: 100%;
		margin: 85px 0 115px 0;
	}

	.video iframe {
		min-height: 300px;
	}

	.activity-wrapper {
		max-width: 100%;
		left: auto;
		margin-top: 120px;
	}

	.activity-wrapper {
		margin-bottom: 95px;
	}

	.activity-wrapper-list .activity-item {
		width: 100%;
	}

	.activity-wrapper-list .activity-item__link {
		padding: 20px 50px;
		display: -ms-flexbox;
		display: flex;
	}

	.activity-wrapper-list .activity-item__link:before {
		width: calc(100% - 100px);
		height: 1px;
		top: 2px;
		left: 50px;
		display: block;
		position: absolute;
	}

	.activity-wrapper-list .activity-title {
		margin-left: 40px;
	}

	.page-history .img-float-right-wrap {
		margin-bottom: 50px;
	}

	.content .history-img img {
		margin-bottom: 55px;
	}

	.history-img__text {
		width: 100%;
	}

	.main-promo .slider-pagination {
		right: 470px;
	}

	.main-promo .slider-next-bg {
		width: 145px;
	}

	.main-promo .swiper-button-next-wrap {
		width: 470px;
	}

	.main-promo__content {
		padding: 100px 0 0 68px;
	}

	.main-news__wrapper {
		position: relative;
	}

	.main-news__item {
		width: calc(50% - 10px);
		margin-bottom: 20px;
	}

	.main-news__item:first-child._img-back {
		width: 100%!important;
	}

	.main-news__item > a {
		display: block;
		margin-bottom: 20px; /*width: 260px!important;*/
	}

	.main-news-slider-buttons {
		top: -69px;
	}

	.popup-slider[data-type="persons"] .popup-button-prev,
	.popup-slider[data-type="persons"] .popup-button-next {
		display: none;
	}

	.person__data {
		width: 100%;
	}

	.persons-popup-prev,
	.persons-popup-next {
		width: 50px;
		height: 10px;
		display: block;
	}

	.mobile-prev-next-btns {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: justify;
		justify-content: space-between;
		margin-bottom: 30px;
	}

	.news-filter select {
		margin: 0;
		padding-left: 0;
	}

	.news-item {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin-bottom: 30px;
	}

	.news-item__content {
		width: 100%;
		padding-right: 20px;
	}

	._back .news-item__content {
		width: calc(100% - 180px);
		padding-right: 20px;
	}

	._back .news-item__content .news-item__text {
		padding-right: 0;
	}

	.news-item__content .news-item__text {
		padding-right: 100px;
	}

	.news-item__tag {
		display: none;
	}

	.news-item__date-tags .news-item__tag {
		display: block;
	}

	.news-item__photo {
		width: 180px;
	}

	.news-item__date-tags {
		display: block;
	}

	.news-item__date-wrap {
		width: 100%;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: justify;
		justify-content: space-between;
		margin-bottom: 20px;
	}

	.news-item__date-wrap {
		margin-bottom: 13px;
	}

	.page-contacts .content {
		width: 590px;
	}

	.contacts-item._active .contacts-map-wrapper {
		height: 340px;
	}

	.contacts-item._active .contacts-item__data {
		display: -ms-flexbox!important;
		display: flex!important;
	}

	.contacts-item .contacts-map-wrapper {
		position: relative;
		overflow: hidden;
		height: 0;
	}

	.contacts-item .map {
		width: calc(100% - 130px);
		left: 65px;
		opacity: 1;
		pointer-events: auto;
		height: 340px;
	}

	.contacts-item-btn {
		width: 100%;
		height: 120px;
		float: none;
		padding: 48px 65px 42px 65px;
	}

	.contacts-item-btn:after {
		top: 57px;
		left: 25px;
	}

	.contacts-item__data {
		width: 100%;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		float: none;
		padding: 30px 65px 15px 65px;
		display: none!important;
	}

	.contacts-item__data-work-time {
		width: 50%;
	}

	.contacts-item__data-phone-mail {
		width: 50%;
	}

	.contacts-department {
		width: 47%;
		margin-top: 53px!important;
	}

	.contacts-department:first-child,
	.contacts-department:nth-child(2) {
		margin-top: 0!important;
	}

	.structure-geo-map {
		width: 100%;
		margin: 0 auto;
		left: auto;
	}

	.header-activities-content {
		padding-left: 67px;
	}

	.activities-contacts {
		width: 100%;
	}

	.activities-contacts .activities-contacts__description {
		width: 300px;
	}

	.activities-contacts .activities-contacts__description + .activities-contacts__contacts {
		left: 240px;
	}

	.activities-contacts .activities-contacts__contacts {
		width: 300px;
		position: relative;
	}

	._soc-slider {
		height: auto!important;
	}

	._soc-slider .slide__inner {
		width: 100%;
		height: 440px;
	}

	._soc-slider .swiper-slide {
		display: block;
	}

	._soc-slider .slide__description {
		height: 100%;
		padding: 30px;
	}

	._soc-slider .swiper-button-prev,
	._soc-slider .swiper-button-next,
	._soc-slider .slider-pagination {
		bottom: auto;
		top: 370px;
		margin: 0;
	}

	._soc-slider .swiper-button-prev {
		color: #fff;
	}

	._soc-slider .slider-pagination:after {
		background: #fff;
	}

	._soc-slider .slider-pagination span {
		color: #fff;
	}

}

@media (max-width: 767px) {

	.middle-container {
		padding-top: 25px;
	}

	.content {
		width: 100%;
		padding: 0 15px;
		box-sizing: border-box;
	}

	h1,
	.title-h1 {
		font-size: 25px;
		line-height: 30px;
		margin-bottom: 35px;
	}

	h2,
	.title-h2 {
		font-size: 18px;
		line-height: 22px;
		margin: 95px 0 25px 0;
	}

	h3,
	.title-h3 {
		margin-top: 75px;
	}

	p,
	._p {
		line-height: 23px;
		font-size: 16px;
	}

	.text ol:not([class]),
	.text ul:not([class]) {
		margin: 22px 0;
	}

	.text ol:not([class]) li,
	.text ul:not([class]) li {
		margin-bottom: 12px;
		line-height: 23px;
		letter-spacing: .08em;
	}

	.text ol:not([class]) ol,
	.text ul:not([class]) ol,
	.text ol:not([class]) ul,
	.text ul:not([class]) ul {
		margin: 12px 0;
	}

	.text ul:not([class]) li:before {
		top: 8px;
	}

	blockquote {
		margin: 25px 0;
		padding: 20px 30px;
	}

	blockquote p {
		margin-bottom: 10px;
	}

	.brand-line {
		/* width: 5px;
		top: -213px; */
		width: 5px;
	}

	.brand-line > div:after {
		bottom: -20px;
		left: -43px;
	}

	.header._promo {
		height: 420px;
	}

	.header {
		height: 125px;
	}

	.header-content {
		// padding: 7px 50px 30px 15px;
		padding: 15px 50px 30px 20px;
	}

	.header-title {
		display: none;
	}

	.show-promo {
		display: none;
	}

	.show-promo-mobile {
		display: block;
	}

	.menu-burger {
		right: 15px;
		top: 5px;
	}

	.footer {
		height: auto;
	}

	.footer__inner {
		width: 100%;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		padding-top: 80px;
	}

	.footer__inner .footer__inner-col:nth-of-type(2),
	.footer__inner .footer__inner-col:nth-of-type(3) {
		background: rgba(0, 0, 0, 0.03);
		display: none;
	}

	._footer-menu-open .footer__inner .footer__inner-col:nth-of-type(2),
	._footer-menu-open .footer__inner .footer__inner-col:nth-of-type(3) {
		display: block;
	}

	.footer__inner-col {
		width: 100%;
		box-sizing: border-box;
		padding: 0 15px;
	}

	.footer-logo {
		margin-bottom: 30px;
		display: block;
	}

	.footer-contact {
		width: 50%;
		margin-bottom: 33px;
		float: left;
	}

	.footer-social__links {
		margin-top: 13px;
	}

	.footer-menu__title._submenu:after {
		background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSItOTUzLjQgNTM4LjYgOC43IDUuMSIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAtOTUzLjQgNTM4LjYgOC43IDUuMTsiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KCTxwb2x5Z29uIGNsYXNzPSJzdDAiIHBvaW50cz0iLTk0OSw1NDMuNyAtOTUzLjQsNTM5LjQgLTk1Mi42LDUzOC42IC05NDksNTQyLjMgLTk0NS40LDUzOC42IC05NDQuNiw1MzkuNCAJIi8+DQo8L3N2Zz4NCg==) no-repeat;
		background-size: cover;
		width: 8px;
		height: 5px;
		display: inline-block;
		position: relative;
		margin-left: 5px;
		top: -3px;
		content: '';
		transition: transform 0.2s ease;
	}

	.footer-menu__title a {
		color: rgba(0, 0, 0, 0.75);
	}

	.footer-menu__submenu {
		display: none;
		padding-left: 30px;
		box-sizing: border-box;
		margin-bottom: 0;
	}

	.footer-bottom {
		width: inherit;
		max-width: 100%;
		border-top: none;
		padding: 35px 0 65px 0;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.footer-bottom .footer__inner-col {
		width: 100%!important;
	}

	.footer-bottom .footer__inner-col:nth-child(2) {
		position: relative;
		margin-top: 43px;
		left: auto;
	}

	.footer-bottom .footer__inner-col:nth-child(3),
	.footer-bottom .footer__inner-col:nth-child(4) 	{
		margin-top: 16px;
		text-align: left;
	}

	.copyright {
		margin-left: 0;
	}

	.copyright a {
		position: absolute;
		margin-top: 26px;
		margin-left: 0;
		left: 15px;
	}

	.sitemap-mobile {
		display: -ms-flexbox;
		display: flex;
	}

	.main-menu .logo {
		margin: 7px 0 0 15px;
	}

	.main-menu__list {
		margin-left: 53px;
	}

	.breadcrumbs {
		display: none;
	}

	.numbers {
		margin: 45px 0 45px 0;
	}

	.numbers ul li {
		width: 100%;
		padding-right: 70px;
		margin-top: 45px;
	}

	.numbers ul li:nth-child(1) {
		margin-top: 0;
	}

	.numbers ul li:nth-child(2) {
		margin-top: 45px;
	}

	.numbers ul p {
		max-width: 100%;
	}

	.numbers ul span:first-child {
		font-size: 60px;
	}

	.files {
		margin: 55px 0 45px 0;
	}

	.files ul li {
		width: 100%;
		margin: 0 0 54px 0;
	}

	.slider-wrap .swiper-button-prev {
		right: 75px;
	}

	.slider-wrap {
		height: 270px;
		margin: 25px 0 0 0;
	}

	.slider-pagination {
		display: none;
	}

	.slide__description {
		margin-top: 13px;
	}

	.popup-icon {
		display: none;
	}

	.popup-photos-slider .popup-slider-inner {
		width: calc(100% - 90px);
	}

	.popup-photos-slider .popup-button-prev,
	.popup-photos-slider .popup-button-next {
		display: none;
	}

	.popup-photos-slider .popup-pagination__pagination {
		position: fixed;
		top: 12px;
		left: 12px;
		right: auto;
		bottom: auto;
		width: 75px;
		height: 75px;
	}

	.popup-photos-slider .popup-pagination__pagination:after {
		left: 18px;
		top: 10px;
	}

	.popup-photos-slider .popup-pagination {
		padding: 0 25px;
		box-sizing: border-box;
	}

	.popup-photos-slider .popup-pagination__text {
		width: 100%;
	}

	.pagination-wrap {
		margin-top: 90px;
	}

	.pagination {
		display: none;
	}

	.pagination-mobile {
		display: block;
	}

	.prev-btn span,
	.next-btn span {
		display: none;
	}

	.map-point-icon[data-type="office-point"] {
		width: 12px;
		height: 18px;
	}

	.page-styles .content img {
		margin: 45px 0;
	}

	.page-styles .content img + small {
		margin-top: -32px;
	}

	.page-styles .content h2 + p:not(._default-text):first-letter {
		margin-top: 25px;
	}

	.img-float-right-wrap {
		margin-top: 90px;
	}

	.img-float-right__content {
		width: 100%;
		float: none;
	}

	.img-float-right__img {
		width: 100%;
		padding-left: 0;
		margin-top: -5px;
		float: none;
	}

	.table table {
		margin: 25px 0;
	}

	.video {
		margin: 45px 0 95px 0;
	}

	.video iframe {
		height: 160px;
		min-height: 160px;
	}

	.video iframe + small {
		margin-top: 10px;
	}

	.activity-wrapper-list .activity-item__link {
		display: block;
		padding: 20px 30px;
	}

	.activity-wrapper-list .activity-item__link:before {
		width: calc(100% - 60px);
		left: 30px;
	}

	.activity-wrapper-list .activity-title {
		margin-left: 0;
	}

	.numbers + .history-img {
		margin-top: 75px;
	}

	.history-img {
		margin-top: 100px;
		margin-bottom: 75px;
	}

	.history-img__img picture img {
		width: 100%;
	}

	.history-img__text {
		height: 100%;
		-ms-flex-direction: column;
		flex-direction: column;
		padding: 20px 30px;
	}

	.history-img__text span {
		width: 100%!important;
		text-align: left!important;
		padding: 0!important;
	}

	.history-period {
		margin-top: 30px;
	}

	.history-img-float {
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
	}

	.history-img-float > div {
		width: 100%;
	}

	.history-img-float img {
		margin: 30px 0 0 0!important;
	}

	.page-main .header {
		height: 420px;
	}

	.main-promo .swiper-slide {
		position: relative;
		top: auto;
		left: auto;
		transform: none;
	}

	.main-promo .slider-pagination:not(._mobile) {
		display: none;
	}

	.main-promo .swiper-button-next-wrap {
		display: none;
	}

	.main-promo-slider {
		height: 420px;
	}

	.main-promo__content {
		padding: 137px 75px 0 15px;
	}

	.main-promo__title {
		font-size: 22px;
		line-height: 28px;
		letter-spacing: .1em;
	}

	.main-promo__description {
		display: none;
	}

	.main-news {
		padding: 0 15px;
	}

	.main-news__wrapper {
		margin-bottom: 30px;
	}

	.main-news__wrapper + .rect-btn {
		width: 100%;
	}

	.main-news__item {
		width: 100%;
		margin-right: 0;
	}

	.main-news-slider-buttons {
		top: -51px;
	}

	.news-pagination {
		display: -ms-flexbox;
		display: flex;
	}

	.person-item {
		width: 100%;
		margin-right: 0;
	}

	.person-item__img {
		background: #fff;
	}

	.person-item__img img {
		margin: 0 auto;
	}

	.person-item__post._mobile {
		display: block;
		padding-right: 10px;
		letter-spacing: 0;
	}

	.person-item__post._mobile + p {
		margin-top: 30px;
	}

	.person-text._mobile,
	.person-item__fullname._mobile {
		display: block;
	}

	.person-item__fullname {
		font-size: 24px;
		line-height: 36px;
		margin: 30px 0 5px;
		letter-spacing: 0.055em;
	}

	.popup-slider[data-type="persons"] .close-btn {
		top: 15px;
		right: -7px;
	}

	.person__top-data {
		height: 280px;
	}

	.person__bottom-data {
		padding: 25px 15px;
	}

	.popup__person-img {
		width: 100%;
		height: 90%;
		right: 0;
	}

	.popup__person-data {
		display: none;
	}

	.rewards {
		margin-top: -15px;
	}

	.reward-item {
		margin-bottom: 40px;
		text-align: center;
		display: block;
	}

	.reward-item__icon {
		margin: 0 auto;
	}

	.reward-item__text {
		width: 100%;
		padding: 0 10px;
	}

	.reward-item__zoom-icon {
		margin: 25px auto 0;
	}

	.rewards-snippet {
		padding: 30px 40px 60px 40px;
		display: block;
	}

	.rewards-snippet__text {
		margin-top: -15px;
		padding-right: 0;
	}

	.rewards-year {
		font-size: 30px;
	}

	.rewards-items {
		margin-top: 50px;
	}

	.rewards-wrapper {
		margin-top: -10px;
	}

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

	.news-filter .title-h1 {
		margin-bottom: 0;
	}

	.news-filter .select {
		margin-left: 5px;
	}

	.news-filter select {
		padding-right: 20px;
		font-size: 25px;
		line-height: 30px;
	}

	.news-filter .title-h1 {
		font-size: 25px;
		line-height: 30px;
	}

	.news-filter__tags {
		display: block;
		margin: 25px 0;
	}

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

	.news-filter__tag-item {
		margin-bottom: 20px;
		display: inline-block;
		float: left;
		clear: both;
	}

	.news-wrapper {
		margin-top: 35px;
	}

	.news-item {
		display: block;
		margin-bottom: 45px;
	}

	.news-item__title {
		font-size: 18px;
		line-height: 22px;
	}

	.news-item__content {
		width: 100%!important;
		padding-right: 0!important;
	}

	.news-item__text {
		display: none;
	}

	.news-item__photo {
		width: 190px;
		margin-top: 13px;
		display: none;
	}

	._back .news-item__photo {
		display: block;
	}

	.page-contacts .content {
		width: 100%;
		padding: 0 15px;
		box-sizing: border-box;
	}

	.contacts-wrapper {
		width: calc(100% + 30px);
		position: relative;
		left: -15px;
	}

	.contacts-item._active .contacts-map-wrapper {
		height: 200px;
	}

	.contacts-item._active .contacts-item__data {
		display: block!important;
	}

	.contacts-item .map {
		width: 100%;
		height: 200px;
		left: 0;
	}

	.contacts-item-btn {
		height: 80px;
		padding: 28px 45px 22px 45px;
	}

	.contacts-item-btn:after {
		top: 38px;
		left: 19px;
	}

	.contacts-item__data {
		padding: 15px 45px 15px 45px;
		display: block!important;
	}

	.contacts-item__data._hidden {
		display: none!important;
	}

	.contacts-item__data-work-time {
		width: 100%;
	}

	.contacts-item__data-phone-mail {
		width: 100%;
	}

	.contacts-item__phone {
		width: 100%;
	}

	.contacts-department {
		width: 100%;
		margin-top: 40px;
		margin-right: 0;
	}

	.contacts-department:first-child {
		margin-top: 0!important;
	}

	.contacts-department:nth-child(2),
	.contacts-department:nth-child(3) {
		margin-top: 40px!important;
	}

	.structure-geo__line {
		display: block;
	}

	.structure-geo__line:first-child .structure-geo__item:first-child {
		min-height: 160px;
	}

	.structure-geo__line:last-child {
		padding-left: 45px;
		margin-top: -70px;
	}

	.structure-geo__line:last-child .structure-geo__item-text,
	.structure-geo__line:last-child .structure-geo__item-site {
		padding-left: 0;
	}

	.structure-geo__line:last-child .structure-geo__item {
		min-height: 145px;
		margin-bottom: 30px;
	}

	.structure-geo__item {
		width: 100%;
		margin-bottom: 50px;
	}

	.structure-geo__str {
		position: absolute;
	}

	.structure-geo__str svg {
		display: none;
	}

	.structure-geo__str ._mobile {
		display: block;
	}

	.structure-geo__str._str1 {
		margin-top: 0;
		top: 62px;
		left: 13px;
	}

	.structure-geo__str._str1 svg {
		max-width: 8px;
		max-height: 126px;
	}

	.structure-geo__str._str2 {
		margin-top: 0;
		top: -110px;
		left: 13px;
	}

	.structure-geo__str._str2 svg {
		width: 25px;
		height: 488px;
	}

	.structure-geo__item-text {
		padding-left: 50px;
	}

	.structure-geo__item-site {
		padding-left: 50px;
	}

	.structure-geo {
		margin-bottom: 70px;
	}

	.structure-geo-wrapper .title-h2 {
		margin-top: 0;
	}

	.structure-geo-map {
		height: 320px;
		margin-top: 65px;
		margin-bottom: 180px;
	}

	.map-cities-wrapper {
		width: 100%;
		top: -45px;
		right: auto;
	}

	.map-cities-select {
		width: 100%;
	}

	.map-popup-info {
		width: calc(100% - 20px);
		height: calc(100% - 20px);
		padding: 15px;
		top: 10px;
	}

	.map-popup-info .title-h2 {
		margin-bottom: 25px;
	}

	.map-popup-info__close {
		right: 5px;
		top: 8px;
	}

	.map-legend {
		height: auto;
		position: relative;
		padding: 15px;
		right: auto;
		bottom: auto;
	}

	.map-legend-item:first-child {
		width: 100%;
		margin-bottom: 15px;
	}

	.page-activities .header {
		background: #f9fafc;
		height: auto;
	}

	.page-activities .title-h2 {
		font-size: 24px;
	}

	.header-activities-back {
		height: 128px;
		top: -100px;
	}

	.header-activities-wrapper {
		position: relative;
		height: auto;
	}

	.header-activities-content .numbers {
		position: relative;
		bottom: auto;
	}

	.header-activities-content {
		top: -30px;
		margin-top: 60px;
		padding-left: 15px;
		color: rgba(0, 0, 0, 0.75);
	}

	.header-activities-content .breadcrumbs {
		display: none;
	}

	.header-activities-content .title-h1 {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-align: end;
		align-items: flex-end;
		padding-right: 30px;
		height: 52px;
		font-size: 22px;
		line-height: 26px;
	}

	.header-activities-content .numbers {
		margin: 0;
		padding-top: 12px;
	}

	.header-activities-content .numbers-list {
		width: 100%;
	}

	.services-wrapper {
		width: calc(100% + 30px);
		left: -15px;
	}

	.service-item__title {
		padding: 27px 12px;
	}

	.service-item__title:after,
	.service-item__title:before {
		width: calc(100% - 30px);
		left: 15px;
	}

	.service-item__btn {
		position: absolute;
		left: 3px;
		top: 15px;
	}

	.service-item__title-btn {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-align: center;
		align-items: center;
	}

	.service-item__title-btn span {
		width: 100%;
		display: block;
		padding-left: 45px;
	}

	.service-item__icon {
		display: none;
	}

	.service-item__content {
		margin: -23px 15px 0 48px;
	}

	.grid-item {
		width: 100%!important;
	}

	.objects-item__content {
		width: 100%!important;
	}

	.advantages-slider {
		margin-top: 43px;
		margin-bottom: 125px;
	}

	.advantages-slider-buttons {
		top: -55px;
	}

	.advantages-slider__item {
		width: auto;
		max-width: 100%;
	}

	.activities-contacts .activities-contacts__name {
		width: 100%;
		padding-right: 0;
	}

	.activities-contacts .activities-contacts__description {
		width: 100%;
		padding-right: 0;
	}

	.activities-contacts .activities-contacts__contacts {
		width: 100%;
		padding-right: 0;
		left: auto!important;
	}

	.advantages-pagination {
		display: -ms-flexbox;
		display: flex;
	}

	.social-results-wrapper {
		width: calc(100% + 30px);
		left: -15px;
	}

	.social-slider {
		margin-top: 25px;
	}

	.social-slider-buttons {
		top: -40px;
	}

	.social-slider__item {
		padding: 30px;
		display: block; 
		/*width: auto;
			max-width: 100%;*/
		min-height: 390px;
	}

	.social-slider__item-content {
		padding: 27px 10px 0 0;
	}

	.soc-result-item__btn {
		position: absolute;
		left: 3px;
		top: 13px;
	}

	.soc-result-item__description {
		padding: 0 15px 20px 50px;
	}

	.soc-result-item__description img {
		max-width: 100%;
	}

	.soc-result-item__title {
		padding: 25px 45px 25px 55px;
	}

	.soc-result-item__title:after,
	.soc-result-item__title:before {
		width: calc(100% - 30px);
		left: 15px;
	}

	._soc-slider .slide__inner {
		height: 220px;
	}

	._soc-slider .swiper-button-prev,
	._soc-slider .swiper-button-next,
	._soc-slider .slider-pagination {
		top: 150px;
	}

	._soc-slider .slide__description {
		padding: 20px;
		font-size: 14px;
		line-height: 18px;
	}

}

/* cookies popup */

.cookies-alert {
	display: flex;
	flex-direction: column;
	align-items: center;
	position: fixed;
	z-index: 10000;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 20px;
	background: rgba(0, 0, 0, .8);
}

.cookies-alert__text {
	font-size: 14px;
	line-height: 22px;
	color: #ffffff;
	margin-bottom: 16px;
}

.cookies-alert__text a {
	color: #ffffff;
	text-decoration: underline;
}

.cookies-alert__text a:hover {
	color: #b455a0;
}

.j-cookies-close:hover {
	color: #ffffff;
}

@media (min-width: 960px) {
	.cookies-alert {
		flex-direction: row;
		bottom: 32px;
		left: 50%;
		transform: translateX(-50%);
		padding: 26px 48px;
		border-radius: 4px;
		width: fit-content;
		width: -moz-fit-content;
	}
	
	.cookies-alert__text {
		margin-bottom: 0;
		margin-right: 65px;
		max-width: 360px;
	}
}

@media (max-width: 420px) {
	.footer-contact {
		width: 100%;
	}
}

.b-btn {
	transition-property: background-color, border-color;
	transition-duration: .3s;
	transition-timing-function: ease;
	color: #ffffff;
	background: #233c91;
	border: 0;
	font-size: 16px;
	line-height: 24px;
	font-family: inherit;
	display: inline-block;
	text-decoration: none;
	text-align: center;
	cursor: pointer;
	outline: none;
	width: auto;
	padding: 11px 20px;
}

.b-btn:hover {
	background: #b455a0;
}

@keyframes swiper-preloader-spin {

	100% {
		transform: rotate(360deg);
	}

}

.popup-video {
	z-index: 200;
}

.popup-video .popup-slider-inner {
	display: flex;
	align-content: center;
	justify-content: center;
	flex-direction: column;
	width: 100%;
	height: fit-content;
}

.popup-video-wrapper {
	flex-basis: fit-content;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.popup-video video {
	max-width: 100%;
}

.popup-video-text {
	color: #ffffff;
	text-align: center;
	margin-top: 40px;
}

/* табы в контактах */
.tabs__links {
	display: -ms-flexbox;
	display: flex;
	margin: 50px 0;
}

.tabs__content-section {
	display: none;
	opacity: 0;
	visibility: hidden;
	padding-top: 56px;
}

.tabs__content-section.is-active {
	display: -ms-flexbox;
	display: flex;
	opacity: 1;
	visibility: visible;
}

.tabs__content-section:first-of-type.is-active {
	display: block;
	padding-top: 0;
}

.tabs__button-more {
	display: none;
	justify-content: center;
	align-content: center;
	min-width: 100%;
	margin-top: 40px;
}

.tabs__button-more.is-hidden {
	display: none;
	visibility: hidden;
	opacity: 0;
}

@media (max-width: 767px) {
	.tabs__links {
		display: block;
		margin-bottom: 0;
	}

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

	.tabs__content-section {
		padding-top: 40px;
	}

	.contacts-department.is-hidden-mob {
		display: none;
		opacity: 0;
		visibility: hidden;
	}

	.tabs__button-more {
		display: -ms-flexbox;
		display: flex;
	}
}