/*

Theme Name: edusa_2019
Author: demch.co
Author URI: https://demch.co/
Description: Theme edusa_2019

*/
.article-content p strong {
	font-weight: 700;
}

.article-content p em {
	font-style: italic;
}

textarea,
input.text,
input[type="text"],
input[type="button"],
input[type="submit"],
.input-checkbox {
	-webkit-appearance: none;
	border-radius: 0;
}

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

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:after,
blockquote:before,
q:after,
q:before {
	content: "";
	content: none;
}

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

a {
	text-decoration: none;
}

@font-face {
	font-family: Museo Sans Cyrl;
	src: url(fonts/MuseoSans/MuseoSansCyrl-100.eot);
	src: local(MuseoSansCyrl-100),
		url(fonts/MuseoSans/MuseoSansCyrl-100.eot?#iefix) format("embedded-opentype"),
		url(fonts/MuseoSans/MuseoSansCyrl-100.woff) format("woff"),
		url(fonts/MuseoSans/MuseoSansCyrl-100.ttf) format("truetype");
	font-weight: 100;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: Museo Sans Cyrl;
	src: url(fonts/MuseoSans/MuseoSansCyrl-300.eot);
	src: local(MuseoSansCyrl-300),
		url(fonts/MuseoSans/MuseoSansCyrl-300.eot?#iefix) format("embedded-opentype"),
		url(fonts/MuseoSans/MuseoSansCyrl-300.woff) format("woff"),
		url(fonts/MuseoSans/MuseoSansCyrl-300.ttf) format("truetype");
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: Museo Sans Cyrl;
	src: url(fonts/MuseoSans/MuseoSansCyrl-500.eot);
	src: local(MuseoSansCyrl-500),
		url(fonts/MuseoSans/MuseoSansCyrl-500.eot?#iefix) format("embedded-opentype"),
		url(fonts/MuseoSans/MuseoSansCyrl-500.woff) format("woff"),
		url(fonts/MuseoSans/MuseoSansCyrl-500.ttf) format("truetype");
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: Museo Sans Cyrl;
	src: url(fonts/MuseoSans/MuseoSansCyrl-700.eot);
	src: local(MuseoSansCyrl-700),
		url(fonts/MuseoSans/MuseoSansCyrl-700.eot?#iefix) format("embedded-opentype"),
		url(fonts/MuseoSans/MuseoSansCyrl-700.woff) format("woff"),
		url(fonts/MuseoSans/MuseoSansCyrl-700.ttf) format("truetype");
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: Museo Sans Cyrl;
	src: url(fonts/MuseoSans/MuseoSansCyrl-900.eot);
	src: local(MuseoSansCyrl-900),
		url(fonts/MuseoSans/MuseoSansCyrl-900.eot?#iefix) format("embedded-opentype"),
		url(fonts/MuseoSans/MuseoSansCyrl-900.woff) format("woff"),
		url(fonts/MuseoSans/MuseoSansCyrl-900.ttf) format("truetype");
	font-weight: 900;
	font-style: normal;
	font-display: swap;
}

* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

a,
button {
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}

input {
	border-radius: 0;
}

body {
	font-family: Museo Sans Cyrl, Arial, sans-serif;
	font-weight: 300;
	min-width: 320px;
	min-height: 100vh;
	background-color: #fff;
	color: #000;
}

body.menu-open,
body.modal-open {
	overflow: hidden;
}

.container {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	max-width: 1920px;
	margin: 0 auto;
	padding: 0 80px;
}

@media (max-width: 1919px) {
	.container {
		padding: 0 60px;
	}
}

@media (max-width: 1365px) {
	.container {
		padding: 0 45px;
	}
}

@media (max-width: 1023px) {
	.container {
		padding: 0 30px;
	}
}

@media (max-width: 767px) {
	.container {
		padding: 0 20px;
	}
}

#loader-bg {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	background-color: rgba(0, 0, 0, 0.1);
	z-index: 299;
	display: none;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.page-title {
	font-weight: 900;
	font-size: 60px;
	line-height: 1.5;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

@media (max-width: 1919px) {
	.page-title {
		font-size: 48px;
	}
}

@media (max-width: 1365px) {
	.page-title {
		font-size: 34px;
	}
}

@media (max-width: 1023px) {
	.page-title {
		font-size: 36px;
	}
}

@media (max-width: 767px) {
	.page-title {
		font-size: 24px;
	}
}

.section-title {
	font-weight: 900;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	font-size: 42px;
	line-height: 150%;
}

@media (max-width: 1919px) {
	.section-title {
		font-size: 38px;
	}
}

@media (max-width: 1365px) {
	.section-title {
		font-size: 28px;
	}
}

@media (max-width: 1023px) {
	.section-title {
		font-size: 28px;
	}
}

@media (max-width: 767px) {
	.section-title {
		font-size: 22px;
	}
}

.single-page-title {
	font-weight: 900;
	font-size: 48px;
	line-height: 1.5;
}

@media (max-width: 1919px) {
	.single-page-title {
		font-size: 42px;
	}
}

@media (max-width: 1365px) {
	.single-page-title {
		font-size: 34px;
	}
}

@media (max-width: 1023px) {
	.single-page-title {
		font-size: 34px;
	}
}

@media (max-width: 767px) {
	.single-page-title {
		font-size: 24px;
	}
}

.header {
	position: absolute;
	z-index: 100;
	top: 0;
	left: 0;
	width: 100%;
	padding: 0 80px;
}

@media (max-width: 1919px) {
	.header {
		padding: 0 60px;
	}
}

@media (max-width: 1365px) {
	.header {
		padding: 0 45px;
	}
}

@media (max-width: 1023px) {
	.header {
		position: fixed;
		background-color: #fff;
		padding: 0;
		-webkit-box-shadow: 0 4px 15px rgba(0, 54, 95, 0.1);
		box-shadow: 0 4px 15px rgba(0, 54, 95, 0.1);
	}
}

.header__container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	max-width: 1760px;
	margin: 0 auto;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

@media (max-width: 1023px) {
	.header__container {
		border-bottom: 1px solid #f2f2f2;
	}
}

.header__left {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	border-bottom: 1px solid #f2f2f2;
}

@media (max-width: 1023px) {
	.header__left {
		border-bottom: none;
	}
}

.header__left .logo {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding-right: 60px;
	margin-right: 60px;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

@media (max-width: 1919px) {
	.header__left .logo {
		padding-right: 32px;
		margin-right: 32px;
	}
}

@media (max-width: 1365px) {
	.header__left .logo {
		padding-right: 18px;
		margin-right: 18px;
	}
}

@media (max-width: 1023px) {
	.header__left .logo {
		padding-right: 30px;
		margin-right: 0;
		padding-left: 30px;
	}
}

@media (max-width: 767px) {
	.header__left .logo {
		padding-right: 20px;
		padding-left: 20px;
	}
}

.header__left .logo:after {
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	content: "";
	right: 0;
	width: 1px;
	height: 98px;
	background-color: #f2f2f2;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

@media (max-width: 1919px) {
	.header__left .logo:after {
		height: 80px;
	}
}

@media (max-width: 1365px) {
	.header__left .logo:after {
		height: 50px;
	}
}

@media (max-width: 1023px) {
	.header__left .logo:after {
		height: 50px;
	}
}

@media (max-width: 767px) {
	.header__left .logo:after {
		height: 44px;
	}
}

.header__left .logo svg {
	width: 184px;
	height: 83px;
	margin-top: 26px;
	margin-bottom: 34px;
}

@media (max-width: 1919px) {
	.header__left .logo svg {
		width: 134px;
		height: 60px;
		margin-top: 26px;
		margin-bottom: 40px;
	}
}

@media (max-width: 1365px) {
	.header__left .logo svg {
		width: 99px;
		height: 45px;
		margin-top: 20px;
		margin-bottom: 30px;
	}
}

@media (max-width: 1023px) {
	.header__left .logo svg {
		width: 99px;
		height: 45px;
		margin-top: 16px;
		margin-bottom: 24px;
	}
}

@media (max-width: 767px) {
	.header__left .logo svg {
		width: 79px;
		height: 36px;
		margin-top: 11px;
		margin-bottom: 17px;
	}
}

.header__left .navigation-cont {
	position: relative;
}

@media (max-width: 1023px) {
	.header__left .navigation-cont {
		display: none;
	}
}

.header__left .main-nav {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	/*
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0); */
	opacity: 1;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}


.header__left .main-nav .menu-item a {
	font-size: 20px;
	line-height: 1.2;
	color: #00365f;
	font-weight: 900;
}

.header__left .main-nav .menu-item a:active,
.header__left .main-nav .menu-item a:hover {
	color: #d70926;
}

@media (max-width: 1919px) {
	.header__left .main-nav .menu-item a {
		font-size: 16px;
	}
}

@media (max-width: 1365px) {
	.header__left .main-nav .menu-item a {
		font-size: 13px;
	}
}

.header__left .main-nav .menu-item-has-children {
	position: relative;
}

.header__left .main-nav .menu-item-has-children:active .sub-menu,
.header__left .main-nav .menu-item-has-children:hover .sub-menu {
	max-height: 400px;
}

.header__left .main-nav .menu-item-has-children a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	/* padding-right: 12px; */
}

/* @media (max-width: 1919px) {
	.header__left .main-nav .menu-item-has-children a {
		padding-right: 10px;
	}
}

@media (max-width: 1365px) {
	.header__left .main-nav .menu-item-has-children a {
		padding-right: 8px;
	}
} */

.header__left .main-nav .menu-item-has-children a:after {
	position: absolute;
	right: 86px;
	top: 10px;
	content: "";
	display: inline-block;
	border: 3px solid rgba(0, 0, 0, 0);
	border-top: 7px solid #00365f;
	border-bottom: none;
}

@media (max-width: 1919px) {
	.header__left .main-nav .menu-item-has-children a:after {
		border-top: 6px solid #00365f;
		border-left: 2px solid rgba(0, 0, 0, 0);
		border-right: 2px solid rgba(0, 0, 0, 0);
		top: 1px;
		position: relative;
		left: 10px;
	}
}

@media (max-width: 1365px) {
	.header__left .main-nav .menu-item-has-children a:after {
		border-top: 4px solid #00365f;
		border-left: 2px solid rgba(0, 0, 0, 0);
		border-right: 2px solid rgba(0, 0, 0, 0);
	}
}

.header__left .main-nav .menu-item-has-children a:active,
.header__left .main-nav .menu-item-has-children a:hover {
	color: #d70926;
	cursor: pointer;
}

.header__left .main-nav .menu-item-has-children a:active:after,
.header__left .main-nav .menu-item-has-children a:hover:after {
	border-top-color: #d70926;
}

.header__left .main-nav .menu-item-has-children a:first-child {
	pointer-events: none;
}

.header__left .main-nav .sub-menu {
	position: absolute;
	overflow: hidden;
	z-index: 2;
	top: calc(100% + 5px);
	left: 0;
	min-width: 180px;
	max-height: 0;
	background: #fff;
	-webkit-box-shadow: 0 4px 15px rgba(0, 54, 95, 0.1);
	box-shadow: 0 4px 15px rgba(0, 54, 95, 0.1);
	-webkit-transition: 0.3s ease;
	-o-transition: 0.3s ease;
	transition: 0.3s ease;
}

.header__left .main-nav .sub-menu .menu-item {
	margin-right: 0;
	padding: 8px 20px;
}

.header__left .main-nav .sub-menu .menu-item:first-child {
	margin-top: 15px;
}

.header__left .main-nav .sub-menu .menu-item:last-child {
	margin-bottom: 15px;
}

.header__left .main-nav .sub-menu .menu-item--watch-video a .play-icon {
	width: 18px;
	height: 18px;
	margin-right: 9px;
}

.header__left .main-nav .sub-menu .menu-item--watch-video a .play-icon:before {
	width: 12px;
	height: 12px;
	top: 2px;
	left: 2px;
}

.header__left .main-nav .sub-menu .menu-item--watch-video a:hover .play-icon {
	background-color: #d70926;
}

.header__left .main-nav .sub-menu .menu-item a {
	font-size: 12px;
	line-height: 1.2;
	font-weight: 500;
	pointer-events: auto;
}

.header__left .main-nav .sub-menu .menu-item a:after {
	display: none;
}

.header__left .menu-search-btn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 20px;
	line-height: 1.2;
	color: #00365f;
	font-weight: 900;
	position: absolute;
	right: 11px;
	bottom: 0;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.header__left .menu-search-btn:active,
.header__left .menu-search-btn:hover {
	cursor: pointer;
	color: #d70926;
}

@media (max-width: 1919px) {
	.header__left .menu-search-btn {
		font-size: 16px;
		right: 18px;
	}
}

@media (max-width: 1365px) {
	.header__left .menu-search-btn {
		font-size: 13px;
		right: 0;
	}
}

.header__left .menu-search-btn svg {
	width: 14px;
	height: 15px;
	stroke: #a4b1bb;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
	margin-right: 6px;
}

@media (max-width: 1919px) {
	.header__left .menu-search-btn svg {
		width: 11px;
		height: 12px;
	}
}

@media (max-width: 1365px) {
	.header__left .menu-search-btn svg {
		width: 10px;
		height: 11px;
		margin-right: 4px;
	}
}

.header__left .menu-search-btn:hover svg {
	stroke: #00365f;
}

.header__left .slide-out-top {
	-webkit-transform: translateY(-1000px);
	-ms-transform: translateY(-1000px);
	transform: translateY(-1000px);
	opacity: 0;
	-webkit-transition: 0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53);
	-o-transition: 0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53);
	transition: 0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

.header__left .search-cont {
	position: absolute;
	width: 0;
	height: 100%;
	top: 0;
	left: 0;
	-webkit-transition: 0.4s cubic-bezier(0.39, 0.575, 0.565, 1);
	-o-transition: 0.4s cubic-bezier(0.39, 0.575, 0.565, 1);
	transition: 0.4s cubic-bezier(0.39, 0.575, 0.565, 1);
}

.header__left .search-cont,
.header__left .search-cont form {
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.header__left .search-cont form {
	position: relative;
	width: 100%;
}

.header__left .search-cont input {
	width: 100%;
	margin: 0;
	padding: 0 0 8px;
	outline: none;
	border-radius: 0;
	border: none;
	border-bottom: 1px solid #d3d3d3;
	font-family: Museo Sans Cyrl, Arial;
	font-size: 14px;
	background-color: rgba(0, 0, 0, 0);
}

@media (max-width: 1365px) {
	.header__left .search-cont input {
		font-size: 12px;
		padding-bottom: 4px;
	}
}

.header__left .search-cont button {
	width: 100%;
	max-width: 23px;
	height: 27px;
	padding: 0 0 4px;
	margin-right: 14px;
	border: none;
	border-bottom: 1px solid #d3d3d3;
	background-color: rgba(0, 0, 0, 0);
	outline: none;
}

@media (max-width: 1365px) {
	.header__left .search-cont button {
		max-width: 18px;
		height: 20px;
		margin-right: 12px;
	}
}

.header__left .search-cont button:active,
.header__left .search-cont button:hover {
	cursor: pointer;
}

.header__left .search-cont button:active svg,
.header__left .search-cont button:hover svg {
	stroke: #00365f;
}

.header__left .search-cont button svg {
	width: 100%;
	height: 100%;
	stroke: #a4b1bb;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}

.header__left .search-cont .close-field {
	width: 100%;
	max-width: 12px;
	height: 12px;
	-ms-flex-item-align: start;
	align-self: flex-start;
}

.header__left .search-cont .close-field:active,
.header__left .search-cont .close-field:hover {
	cursor: pointer;
}

.header__left .search-cont .close-field:active svg,
.header__left .search-cont .close-field:hover svg {
	stroke: #00365f;
}

.header__left .search-cont .close-field svg {
	width: 100%;
	height: 100%;
	stroke: #1a5481;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}

.header__left .search-cont--open {
	width: 100%;
}

.header__right {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.header__right .social-list {
	position: relative;
}

@media (max-width: 1023px) {
	.header__right .social-list {
		padding-right: 40px;
		margin-right: 30px;
	}

	.header__right .social-list:after {
		content: "";
		display: block;
		width: 1px;
		height: 50px;
		background-color: #f2f2f2;
		position: absolute;
		top: 50%;
		right: 0;
		transform: translateY(-50%);
		right: 0;
		-webkit-transition: 0.4s;
		-o-transition: 0.4s;
		transition: 0.4s;
	}
}

@media (max-width: 767px) {
	.header__right .social-list {
		padding: 0;
		margin-right: 20px;
	}

	.header__right .social-list:after {
		height: 44px;
	}
}

.header__right .social-list li {
	margin-right: 40px;
}

@media (max-width: 1919px) {
	.header__right .social-list li {
		margin-right: 36px;
	}
}

@media (max-width: 1365px) {
	.header__right .social-list li {
		margin-right: 24px;
	}
}

@media (max-width: 360px) {
	.header__right .social-list li {
		margin-right: 12px;
	}
}

.header__right .social-list li:last-child {
	margin-right: 0;
}

@media (max-width: 767px) {
	.header__right .social-list li:last-child {
		margin-right: 12px;
	}
}

.header__right .social-list a {
	width: 25px;
	height: 25px;
}

@media (max-width: 1919px) {
	.header__right .social-list a {
		width: 22px;
		height: 22px;
	}
}

@media (max-width: 1365px) {
	.header__right .social-list a {
		width: 20px;
		height: 20px;
	}
}

.header__right .social-list a svg {
	fill: #fff;
}

@media (max-width: 1023px) {
	.header__right .social-list a svg {
		fill: #00365f;
	}
}

.header__right .burger-btn {
	display: none;
	position: relative;
	border: 1px solid #00365f;
	border-right: none;
	border-left: none;
	width: 30px;
	height: 16px;
	-webkit-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
	background-color: rgba(0, 0, 0, 0);
	padding: 0;
	outline: none;
}

.header__right .burger-btn:after,
.header__right .burger-btn:before {
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	position: absolute;
	top: 50%;
	left: 50%;
	background: #00365f;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transition: -webkit-transform 0.25s ease-in-out;
	transition: -webkit-transform 0.25s ease-in-out;
	-o-transition: transform 0.25s ease-in-out;
	transition: transform 0.25s ease-in-out;
	transition: transform 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out;
}

.header__right .burger-btn--active {
	border-color: rgba(0, 0, 0, 0);
}

.header__right .burger-btn--active:before {
	-webkit-transform: translate(-50%, -50%) rotate(45deg);
	-ms-transform: translate(-50%, -50%) rotate(45deg);
	transform: translate(-50%, -50%) rotate(45deg);
	background-color: #fff;
}

.header__right .burger-btn--active:after {
	-webkit-transform: translate(-50%, -50%) rotate(-45deg);
	-ms-transform: translate(-50%, -50%) rotate(-45deg);
	transform: translate(-50%, -50%) rotate(-45deg);
	background-color: #fff;
}

@media (max-width: 1023px) {
	.header__right .burger-btn {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		margin-right: 30px;
	}
}

@media (max-width: 767px) {
	.header__right .burger-btn {
		width: 26px;
		height: 14px;
		margin-right: 20px;
	}
}

.header__right-bg {
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	width: calc(50% - 45px);
	background: -webkit-gradient(linear,
			left top,
			left bottom,
			from(rgba(0, 0, 0, 0.16)),
			to(rgba(0, 0, 0, 0)));
	background: -o-linear-gradient(top,
			rgba(0, 0, 0, 0.16) 0,
			rgba(0, 0, 0, 0) 100%);
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.16), rgba(0, 0, 0, 0));
}

@media (max-width: 1365px) {
	.header__right-bg {
		width: calc(50% - 20px);
	}
}

@media (max-width: 1023px) {
	.header__right-bg {
		display: none;
	}
}

.header .mob-menu {
	display: none;
}

@media (max-width: 1023px) {
	.header .mob-menu {
		display: block;
		width: 100%;
		position: absolute;
		top: 85px;
		left: 0;
		right: 0;
		height: calc(100vh - 85px);
		overflow-y: auto;
		overflow-x: hidden;
		z-index: 10;
		max-height: 0;
		background: #00365f;
		-webkit-transition: 0.4s cubic-bezier(0.39, 0.575, 0.565, 1);
		-o-transition: 0.4s cubic-bezier(0.39, 0.575, 0.565, 1);
		transition: 0.4s cubic-bezier(0.39, 0.575, 0.565, 1);
	}
}

@media (max-width: 767px) {
	.header .mob-menu {
		top: 65px;
		height: calc(100vh - 65px);
	}
}

.header .mob-menu__container {
	padding: 0 30px;
}

@media (max-width: 767px) {
	.header .mob-menu__container {
		padding: 0 20px;
	}
}

.header .mob-menu .steps {
	padding: 70px 56px 50px;
	border-bottom: 1px solid hsla(0, 0%, 100%, 0.1);
}

@media (max-width: 767px) {
	.header .mob-menu .steps {
		padding: 50px 0 36px;
	}
}

.header .mob-menu .steps .title {
	font-weight: 900;
	font-size: 20px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #a4b1bb;
	margin-bottom: 24px;
}

@media (max-width: 767px) {
	.header .mob-menu .steps .title {
		font-size: 14px;
		margin-bottom: 20px;
	}
}

.header .mob-menu .steps .main-nav .menu-item {
	margin-bottom: 30px;
}

@media (max-width: 767px) {
	.header .mob-menu .steps .main-nav .menu-item {
		margin-bottom: 26px;
	}
}

.header .mob-menu .steps .main-nav .menu-item:last-child {
	margin-bottom: 0;
}

.header .mob-menu .steps .main-nav .menu-item--watch-video {
	margin-bottom: 24px;
}

@media (max-width: 767px) {
	.header .mob-menu .steps .main-nav .menu-item--watch-video {
		margin-bottom: 24px;
	}
}

.header .mob-menu .steps .main-nav .menu-item--watch-video a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.header .mob-menu .steps .main-nav .menu-item--watch-video a:active .play-icon,
.header .mob-menu .steps .main-nav .menu-item--watch-video a:hover .play-icon {
	background-color: hsla(0, 0%, 100%, 0.3);
}

.header .mob-menu .steps .main-nav .menu-item--watch-video a:active .play-icon:before,
.header .mob-menu .steps .main-nav .menu-item--watch-video a:hover .play-icon:before {
	border-color: hsla(0, 0%, 100%, 0.3);
}

.header .mob-menu .steps .main-nav .menu-item--watch-video a:active .play-icon:after,
.header .mob-menu .steps .main-nav .menu-item--watch-video a:hover .play-icon:after {
	border-left-color: #fff;
}

.header .mob-menu .steps .main-nav .menu-item--watch-video a .play-icon {
	width: 30px;
	height: 30px;
	margin-right: 12px;
	background-color: #fff;
}

.header .mob-menu .steps .main-nav .menu-item--watch-video a .play-icon:before {
	width: 20px;
	height: 20px;
	top: 4px;
	left: 4px;
	border-color: #f2f2f2;
}

.header .mob-menu .steps .main-nav .menu-item--watch-video a .play-icon:after {
	border-left-color: #00365f;
	border-left-width: 5px;
	border-top-width: 4px;
	border-bottom-width: 4px;
}

@media (max-width: 767px) {
	.header .mob-menu .steps .main-nav .menu-item--watch-video a .play-icon {
		width: 18px;
		height: 18px;
		margin-right: 6px;
	}

	.header .mob-menu .steps .main-nav .menu-item--watch-video a .play-icon:before {
		width: 12px;
		height: 12px;
		top: 2px;
		left: 2px;
	}

	.header .mob-menu .steps .main-nav .menu-item--watch-video a .play-icon:after {
		border-left-width: 4px;
		border-top-width: 3px;
		border-bottom-width: 3px;
	}
}

.header .mob-menu .steps .main-nav .menu-item a {
	font-size: 20px;
	color: #fff;
	font-weight: 500;
}

.header .mob-menu .steps .main-nav .menu-item a:active,
.header .mob-menu .steps .main-nav .menu-item a:hover {
	color: hsla(0, 0%, 100%, 0.3);
}

@media (max-width: 767px) {
	.header .mob-menu .steps .main-nav .menu-item a {
		font-size: 16px;
	}
}

.header .mob-menu .menu-list {
	padding: 50px 56px;
	border-bottom: 1px solid hsla(0, 0%, 100%, 0.1);
}

@media (max-width: 767px) {
	.header .mob-menu .menu-list {
		padding: 36px 0;
	}
}

.header .mob-menu .menu-list .main-nav .menu-item {
	margin-bottom: 38px;
}

@media (max-width: 767px) {
	.header .mob-menu .menu-list .main-nav .menu-item {
		margin-bottom: 28px;
	}
}

.header .mob-menu .menu-list .main-nav .menu-item:last-child {
	margin-bottom: 0;
}

.header .mob-menu .menu-list .main-nav .menu-item a {
	font-size: 28px;
	color: #fff;
	font-weight: 900;
}

.header .mob-menu .menu-list .main-nav .menu-item a:active,
.header .mob-menu .menu-list .main-nav .menu-item a:hover {
	color: hsla(0, 0%, 100%, 0.3);
}

@media (max-width: 767px) {
	.header .mob-menu .menu-list .main-nav .menu-item a {
		font-size: 16px;
	}
}

.header .mob-menu .social-list {
	display: none;
}

@media (max-width: 767px) {
	.header .mob-menu .social-list {
		padding: 36px 0;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		border-bottom: 1px solid hsla(0, 0%, 100%, 0.1);
	}

	.header .mob-menu .social-list a {
		height: 31px;
		width: 31px;
	}

	.header .mob-menu .social-list a svg {
		fill: #fff;
	}

	.header .mob-menu .social-list a:active svg,
	.header .mob-menu .social-list a:hover svg {
		fill: hsla(0, 0%, 100%, 0.3);
	}
}

.header .mob-menu .search-cont {
	padding: 60px 56px 80px;
}

@media (max-width: 767px) {
	.header .mob-menu .search-cont {
		padding: 40px 0 60px;
	}
}

.header .mob-menu .search-cont form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}

.header .mob-menu .search-cont input {
	width: 100%;
	margin: 0;
	padding: 0 0 8px;
	border-radius: 0;
	outline: none;
	border: none;
	border-bottom: 1px solid hsla(0, 0%, 100%, 0.1);
	font-family: Museo Sans Cyrl, Arial;
	font-size: 18px;
	background-color: rgba(0, 0, 0, 0);
	color: #fff;
}

.header .mob-menu .search-cont input::-webkit-input-placeholder {
	color: hsla(0, 0%, 100%, 0.3);
}

.header .mob-menu .search-cont input::-moz-placeholder {
	color: hsla(0, 0%, 100%, 0.3);
}

.header .mob-menu .search-cont input:-ms-input-placeholder {
	color: hsla(0, 0%, 100%, 0.3);
}

.header .mob-menu .search-cont input::-ms-input-placeholder {
	color: hsla(0, 0%, 100%, 0.3);
}

.header .mob-menu .search-cont input::placeholder {
	color: hsla(0, 0%, 100%, 0.3);
}

@media (max-width: 767px) {
	.header .mob-menu .search-cont input {
		font-size: 12px;
		line-height: 12px;
		padding-bottom: 8px;
	}
}

.header .mob-menu .search-cont button {
	width: 100%;
	max-width: 26px;
	height: 35px;
	padding: 0 0 8px;
	border: none;
	border-bottom: 1px solid hsla(0, 0%, 100%, 0.1);
	background-color: rgba(0, 0, 0, 0);
	outline: none;
}

@media (max-width: 767px) {
	.header .mob-menu .search-cont button {
		max-width: 20px;
		height: 29px;
		margin-right: 12px;
	}
}

.header .mob-menu .search-cont button:active,
.header .mob-menu .search-cont button:hover {
	cursor: pointer;
}

.header .mob-menu .search-cont button:active svg,
.header .mob-menu .search-cont button:hover svg {
	stroke: #fff;
}

.header .mob-menu .search-cont button svg {
	width: 100%;
	height: 100%;
	stroke: #a4b1bb;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}

.menu-open .header__container {
	background-color: #00365f;
}

@media (max-width: 1023px) {
	.menu-open .header__container {
		border-bottom: 1px solid hsla(0, 0%, 100%, 0.1);
	}
}

.menu-open .header .logo {
	background-color: #fff;
}

.menu-open .header .logo:after,
.menu-open .header .social-list:after {
	background-color: hsla(0, 0%, 100%, 0.1);
}

.menu-open .header .social-list a svg {
	fill: #fff;
}

.menu-open .header .social-list a:active svg,
.menu-open .header .social-list a:hover svg {
	fill: hsla(0, 0%, 100%, 0.3);
}

.menu-open .header .mob-menu {
	max-height: 100vh;
}

.footer {
	width: 100%;
	padding: 0 80px;
}

@media (max-width: 1919px) {
	.footer {
		padding: 0 60px;
	}
}

@media (max-width: 1365px) {
	.footer {
		padding: 0 45px;
	}
}

@media (max-width: 1023px) {
	.footer {
		padding: 0 30px;
	}
}

@media (max-width: 767px) {
	.footer {
		padding: 0 20px;
	}
}

.footer__container {
	max-width: 1760px;
	margin: 0 auto;
	border-top: 1px solid #f2f2f2;
	padding-top: 70px;
}

@media (max-width: 1365px) {
	.footer__container {
		padding-top: 60px;
	}
}

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

@media (max-width: 767px) {
	.footer__container {
		padding-top: 40px;
	}
}

.footer__top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	border-bottom: 1px solid #f2f2f2;
	padding-bottom: 70px;
}

@media (max-width: 1365px) {
	.footer__top {
		padding-bottom: 60px;
	}
}

@media (max-width: 1023px) {
	.footer__top {
		padding-bottom: 50px;
	}
}

@media (max-width: 767px) {
	.footer__top {
		padding: 0 0 40px 20px;
	}
}

.footer__navigation {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 100%;
	padding-left: 100px;
}

@media (max-width: 1919px) {
	.footer__navigation {
		padding-left: 0;
		max-width: calc(100% - 710px);
	}
}

@media (max-width: 1365px) {
	.footer__navigation {
		max-width: calc(100% - 530px);
	}
}

@media (max-width: 1023px) {
	.footer__navigation {
		display: none;
	}
}

.footer__navigation .steps {
	width: 50%;
}

.footer__navigation .steps .title {
	font-weight: 900;
	font-size: 16px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #a4b1bb;
	margin-bottom: 24px;
}

@media (max-width: 1919px) {
	.footer__navigation .steps .title {
		font-size: 14px;
		margin-bottom: 20px;
	}
}

@media (max-width: 1365px) {
	.footer__navigation .steps .title {
		font-size: 12px;
		margin-bottom: 15px;
	}
}

.footer__navigation .steps .main-nav .menu-item {
	margin-bottom: 30px;
}

@media (max-width: 1919px) {
	.footer__navigation .steps .main-nav .menu-item {
		margin-bottom: 26px;
	}
}

@media (max-width: 1365px) {
	.footer__navigation .steps .main-nav .menu-item {
		margin-bottom: 20px;
	}
}

.footer__navigation .steps .main-nav .menu-item:last-child {
	margin-bottom: 0;
}

.footer__navigation .steps .main-nav .menu-item--watch-video {
	margin-bottom: 26px;
}

@media (max-width: 1919px) {
	.footer__navigation .steps .main-nav .menu-item--watch-video {
		margin-bottom: 24px;
	}
}

@media (max-width: 1365px) {
	.footer__navigation .steps .main-nav .menu-item--watch-video {
		margin-bottom: 18px;
	}
}

.footer__navigation .steps .main-nav .menu-item--watch-video a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.footer__navigation .steps .main-nav .menu-item--watch-video a:active .play-icon,
.footer__navigation .steps .main-nav .menu-item--watch-video a:hover .play-icon {
	background-color: #d70926;
}

.footer__navigation .steps .main-nav .menu-item--watch-video a .play-icon {
	width: 20px;
	height: 20px;
	margin-right: 8px;
}

.footer__navigation .steps .main-nav .menu-item--watch-video a .play-icon:before {
	width: 14px;
	height: 14px;
	top: 2px;
	left: 2px;
}

@media (max-width: 1919px) {
	.footer__navigation .steps .main-nav .menu-item--watch-video a .play-icon {
		width: 18px;
		height: 18px;
		margin-right: 6px;
	}

	.footer__navigation .steps .main-nav .menu-item--watch-video a .play-icon:before {
		width: 12px;
		height: 12px;
	}
}

@media (max-width: 1365px) {
	.footer__navigation .steps .main-nav .menu-item--watch-video a .play-icon {
		width: 16px;
		height: 16px;
	}

	.footer__navigation .steps .main-nav .menu-item--watch-video a .play-icon:before {
		width: 10px;
		height: 10px;
	}
}

.footer__navigation .steps .main-nav .menu-item a {
	font-size: 16px;
	color: #00365f;
	font-weight: 500;
}

.footer__navigation .steps .main-nav .menu-item a:active,
.footer__navigation .steps .main-nav .menu-item a:hover {
	color: #d70926;
}

@media (max-width: 1919px) {
	.footer__navigation .steps .main-nav .menu-item a {
		font-size: 14px;
	}
}

@media (max-width: 1365px) {
	.footer__navigation .steps .main-nav .menu-item a {
		font-size: 12px;
	}
}

.footer__navigation .menu-list {
	width: 50%;
}

.footer__navigation .menu-list .main-nav .menu-item {
	margin-bottom: 38px;
}

@media (max-width: 1919px) {
	.footer__navigation .menu-list .main-nav .menu-item {
		margin-bottom: 36px;
	}
}

@media (max-width: 1365px) {
	.footer__navigation .menu-list .main-nav .menu-item {
		margin-bottom: 28px;
	}
}

.footer__navigation .menu-list .main-nav .menu-item:last-child {
	margin-bottom: 0;
}

.footer__navigation .menu-list .main-nav .menu-item a {
	font-size: 20px;
	color: #00365f;
	font-weight: 900;
}

.footer__navigation .menu-list .main-nav .menu-item a:active,
.footer__navigation .menu-list .main-nav .menu-item a:hover {
	color: #d70926;
}

@media (max-width: 1919px) {
	.footer__navigation .menu-list .main-nav .menu-item a {
		font-size: 18px;
	}
}

@media (max-width: 1365px) {
	.footer__navigation .menu-list .main-nav .menu-item a {
		font-size: 16px;
	}
}

.footer__socials {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	position: relative;
	width: 100%;
	max-width: 800px;
	padding-left: 70px;
}

@media (max-width: 1919px) {
	.footer__socials {
		max-width: 710px;
	}
}

@media (max-width: 1365px) {
	.footer__socials {
		padding-left: 46px;
		max-width: 530px;
	}
}

@media (max-width: 1023px) {
	.footer__socials {
		padding-left: 0;
		max-width: none;
	}
}

.footer__socials:before {
	content: "";
	display: block;
	width: 1px;
	height: 213px;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #f2f2f2;
}

@media (max-width: 1365px) {
	.footer__socials:before {
		height: 187px;
	}
}

@media (max-width: 1023px) {
	.footer__socials:before {
		display: none;
	}
}

.footer__socials .title {
	font-weight: 900;
	font-size: 16px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #a4b1bb;
	margin-bottom: 20px;
}

@media (max-width: 1919px) {
	.footer__socials .title {
		font-size: 14px;
		margin-bottom: 20px;
	}
}

@media (max-width: 1365px) {
	.footer__socials .title {
		font-size: 12px;
		margin-bottom: 16px;
	}
}

@media (max-width: 767px) {
	.footer__socials .title {
		text-align: center;
		margin-bottom: 12px;
	}
}

.footer__socials .social-list {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	position: relative;
}

@media (max-width: 1023px) {
	.footer__socials .social-list {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
}

@media (max-width: 767px) {
	.footer__socials .social-list {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		margin-left: -20px;
		margin-right: -20px;
		display: grid;
		grid-template-columns: repeat(2, 1fr);
	}
}

.footer__socials .social-list:after {
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	background-color: #f2f2f2;
	position: absolute;
	top: 50%;
	left: 0;
}

@media (max-width: 1023px) {
	.footer__socials .social-list:after {
		display: none;
	}
}

.footer__socials .social-list li {
	padding: 28px 0;
	margin-right: 76px;
}

@media (max-width: 1365px) {
	.footer__socials .social-list li {
		padding: 24px 0;
		margin-right: 46px;
	}
}

@media (max-width: 1023px) {
	.footer__socials .social-list li {
		margin-right: 0;
	}
}

@media (max-width: 767px) {
	.footer__socials .social-list li {
		margin-left: 20px;
		margin-right: 20px;
	}
}

.footer__socials .social-list li:last-child {
	padding-right: 0;
}

.footer__socials .social-list li a {
	font-weight: 500;
	font-size: 14px;
	color: #00365f;
}

@media (max-width: 1365px) {
	.footer__socials .social-list li a {
		font-size: 12px;
	}
}

.footer__socials .social-list li a svg {
	width: 36px;
	height: 36px;
	fill: #00365f;
	margin-right: 26px;
}

@media (max-width: 1919px) {
	.footer__socials .social-list li a svg {
		margin-right: 24px;
	}
}

@media (max-width: 1365px) {
	.footer__socials .social-list li a svg {
		width: 32px;
		height: 32px;
		margin-right: 24px;
	}
}

@media (max-width: 1023px) {
	.footer__socials .social-list li a svg {
		margin-right: 16px;
	}
}

@media (max-width: 767px) {
	.footer__socials .social-list li a .footer-social-icon_fb {
		width: 11px;
		height: 25px;
	}

	.footer__socials .social-list li a .footer-social-icon_yt {
		width: 32px;
		height: 22px;
	}

	.footer__socials .social-list li a .footer-social-icon_tw {
		width: 35px;
		height: 27px;
	}

	.footer__socials .social-list li a .footer-social-icon_tg {
		width: 32px;
		height: 26px;
	}

	.footer__socials .social-list li a .footer-social-icon_inst {
		width: 32px;
		height: 32px;
	}
}

.footer__socials .social-list li a:active,
.footer__socials .social-list li a:hover {
	color: #d70926;
}

.footer__socials .social-list li a:active svg,
.footer__socials .social-list li a:hover svg {
	fill: #d70926;
}

.footer__bottom {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 50px 0;
}

@media (max-width: 1023px) {
	.footer__bottom {
		padding: 36px 0;
	}
}

@media (max-width: 767px) {
	.footer__bottom {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		padding: 36px 20px;
	}
}

.footer__bottom .images-cont {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-right: 52px;
}

@media (max-width: 1365px) {
	.footer__bottom .images-cont {
		margin-right: 20px;
	}
}

@media (max-width: 1023px) {
	.footer__bottom .images-cont {
		margin-right: 40px;
	}
}

@media (max-width: 767px) {
	.footer__bottom .images-cont {
		margin-right: 0;
		margin-bottom: 20px;
	}
}

.footer__bottom .flag {
	margin-left: 100px;
	margin-right: 20px;
	width: 99px;
	height: 52px;
}

@media (max-width: 1919px) {
	.footer__bottom .flag {
		margin-left: 0;
	}
}

@media (max-width: 1365px) {
	.footer__bottom .flag {
		width: 82px;
		height: 43px;
		margin-right: 18px;
	}
}

@media (max-width: 767px) {
	.footer__bottom .flag {
		width: 68px;
		height: 36px;
		margin-right: 12px;
	}
}

.footer__bottom .seal {
	width: 73px;
	height: 73px;
	margin-right: 20px;
}

@media (max-width: 1365px) {
	.footer__bottom .seal {
		width: 60px;
		height: 60px;
		margin-right: 18px;
	}
}

@media (max-width: 767px) {
	.footer__bottom .seal {
		width: 50px;
		height: 50px;
		margin-right: 12px;
	}
}

.footer__bottom .logo {
	display: inline-block;
	width: 93px;
	height: 42px;
}

@media (max-width: 1365px) {
	.footer__bottom .logo {
		width: 77px;
		height: 35px;
	}
}

@media (max-width: 767px) {
	.footer__bottom .logo {
		width: 63px;
		height: 28px;
	}
}

.footer__bottom .text-cont {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

@media (max-width: 767px) {
	.footer__bottom .text-cont {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}
}

.footer__bottom .copy {
	font-size: 13px;
	line-height: 1.2;
}

@media (max-width: 1365px) {
	.footer__bottom .copy {
		font-size: 11px;
	}
}

@media (max-width: 767px) {
	.footer__bottom .copy {
		font-size: 10px;
	}
}

.footer__bottom .sitemap-link {
	display: block;
	font-size: 13px;
	line-height: 1.2;
	color: #00365f;
	margin-top: 10px;
}

.footer__bottom .sitemap-link:active,
.footer__bottom .sitemap-link:hover {
	text-decoration: underline;
}

@media (max-width: 1365px) {
	.footer__bottom .sitemap-link {
		font-size: 11px;
		margin-top: 8px;
	}
}

@media (max-width: 767px) {
	.footer__bottom .sitemap-link {
		font-size: 10px;
		margin-bottom: 10px;
	}
}

.footer__bottom .copy-link {
	font-size: 13px;
	line-height: 1.2;
	color: #00365f;
	margin-left: 68px;
	margin-bottom: 25px;
}

.footer__bottom .copy-link:active,
.footer__bottom .copy-link:hover {
	text-decoration: underline;
}

@media (max-width: 1365px) {
	.footer__bottom .copy-link {
		margin-left: 34px;
		font-size: 11px;
		margin-bottom: 21px;
	}
}

@media (max-width: 1023px) {
	.footer__bottom .copy-link {
		margin-left: 30px;
	}
}

@media (max-width: 767px) {
	.footer__bottom .copy-link {
		font-size: 10px;
		margin-left: 0;
		margin-bottom: 0;
	}
}

.assistive-text {
	position: absolute !important;
	clip: rect(1px 1px 1px 1px);
	clip: rect(1px, 1px, 1px, 1px);
	width: 0;
	height: 0;
}

.no-scroll {
	overflow: hidden;
}

.first-screen {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

@media (max-width: 1023px) {
	.first-screen {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}

.first-screen__container {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	max-width: 1920px;
	margin: 0 auto;
	padding: 0 80px;
}

@media (max-width: 1919px) {
	.first-screen__container {
		padding: 0 60px;
	}
}

@media (max-width: 1365px) {
	.first-screen__container {
		padding: 0 45px;
	}
}

@media (max-width: 1023px) {
	.first-screen__container {
		padding: 86px 30px 0;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}

@media (max-width: 767px) {
	.first-screen__container {
		padding: 65px 20px 0;
	}
}

.first-screen__left {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 100%;
	padding-top: 144px;
	border-bottom: 1px solid #f2f2f2;
}

@media (max-width: 1919px) {
	.first-screen__left {
		padding-top: 127px;
	}
}

@media (max-width: 1365px) {
	.first-screen__left {
		padding-top: 96px;
	}
}

@media (max-width: 1023px) {
	.first-screen__left {
		padding-top: 84px;
		padding-bottom: 100px;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		border-bottom: none;
		flex: none;
	}
}

@media (max-width: 767px) {
	.first-screen__left {
		padding-top: 50px;
		padding-bottom: 55px;
	}
}

@media (max-width: 1023px) {
	.first-screen .page-title {
		margin-bottom: 12px;
	}
}

@media (max-width: 767px) {
	.first-screen .page-title {
		margin-bottom: 6px;
	}
}

.first-screen .subtitle {
	font-size: 24px;
	color: #a4b1bb;
}

@media (max-width: 1919px) {
	.first-screen .subtitle {
		font-size: 20px;
	}
}

@media (max-width: 767px) {
	.first-screen .subtitle {
		font-size: 12px;
	}
}

.first-screen__right {
	width: 100%;
	height: 740px;
	border-bottom: 1px solid #f2f2f2;
}

@media (max-width: 1919px) {
	.first-screen__right {
		height: 520px;
	}
}

@media (max-width: 1365px) {
	.first-screen__right {
		height: 390px;
	}
}

@media (max-width: 1023px) {
	.first-screen__right {
		width: calc(100% + 60px);
		margin: 0 -30px;
		height: 580px;
		border-top: 1px solid #f2f2f2;
	}
}

@media (max-width: 767px) {
	.first-screen__right {
		width: calc(100% + 40px);
		margin: 0 -20px;
		height: 240px;
	}
}

.first-screen__bg-img {
	width: calc(50% - 45px);
	position: absolute;
	top: 0;
	right: 0;
	-o-object-fit: cover;
	object-fit: cover;
	height: 740px;
}

@media (max-width: 1919px) {
	.first-screen__bg-img {
		height: 520px;
	}
}

@media (max-width: 1365px) {
	.first-screen__bg-img {
		width: calc(50% - 20px);
		height: 390px;
	}
}

@media (max-width: 1023px) {
	.first-screen__bg-img {
		position: relative;
		width: 100%;
		height: 580px;
	}
}

@media (max-width: 767px) {
	.first-screen__bg-img {
		height: 240px;
		-o-object-position: top;
		object-position: top;
	}
}

.social-list,
.social-list li a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.social-list li a {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.social-list li a:hover {
	border-color: rgba(242, 37, 19, 0.5);
}

.social-list li a:hover svg {
	fill: #d70926;
}

.social-list li a svg {
	width: 100%;
	height: 100%;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.card-link {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 3;
}

.play-icon {
	position: relative;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background-color: #00365f;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}

.play-icon:before {
	width: 14px;
	height: 14px;
	border: 1px solid hsla(0, 0%, 100%, 0.1);
	border-radius: 50%;
	position: absolute;
	content: "";
	display: block;
}

.play-icon:after {
	content: "";
	display: block;
	border-left: 4px solid #fff;
	border-top: 3px solid rgba(0, 0, 0, 0);
	border-bottom: 3px solid rgba(0, 0, 0, 0);
}

.play-icon--red,
.play-icon:hover {
	background-color: #d70926;
}

.big-play-btn,
.play-icon--red:hover {
	background-color: #00365f;
}

.big-play-btn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 112px;
	height: 112px;
	border-radius: 50%;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}

@media (max-width: 1919px) {
	.big-play-btn {
		width: 90px;
		height: 90px;
	}
}

@media (max-width: 1365px) {
	.big-play-btn {
		width: 76px;
		height: 76px;
	}
}

@media (max-width: 767px) {
	.big-play-btn {
		width: 52px;
		height: 52px;
	}
}

.big-play-btn:active,
.big-play-btn:hover {
	cursor: pointer;
	background-color: #d70926;
}

.big-play-btn:before {
	content: "";
	position: absolute;
	top: 8px;
	left: 8px;
	display: block;
	border: 1px solid hsla(0, 0%, 100%, 0.1);
	width: 95px;
	height: 95px;
	border-radius: 50%;
}

@media (max-width: 1919px) {
	.big-play-btn:before {
		width: 76px;
		height: 76px;
		top: 6px;
		left: 6px;
	}
}

@media (max-width: 1365px) {
	.big-play-btn:before {
		width: 62px;
		height: 62px;
	}
}

@media (max-width: 767px) {
	.big-play-btn:before {
		width: 42px;
		height: 42px;
		top: 4px;
		left: 4px;
	}
}

.big-play-btn:after {
	content: "";
	position: absolute;
	top: -20px;
	left: -20px;
	display: block;
	border: 1px solid hsla(0, 0%, 72.5%, 0.3);
	width: 150px;
	height: 150px;
	border-radius: 50%;
}

@media (max-width: 1919px) {
	.big-play-btn:after {
		width: 120px;
		height: 120px;
		top: -16px;
		left: -16px;
	}
}

@media (max-width: 1365px) {
	.big-play-btn:after {
		width: 100px;
		height: 100px;
		top: -13px;
		left: -13px;
	}
}

@media (max-width: 767px) {
	.big-play-btn:after {
		width: 70px;
		height: 70px;
		top: -10px;
		left: -10px;
	}
}

.big-play-btn svg {
	fill: #fff;
	width: 25px;
	height: 31px;
	transform: translateX(2px);
}

@media (max-width: 1919px) {
	.big-play-btn svg {
		width: 20px;
		height: 25px;
	}
}

@media (max-width: 1365px) {
	.big-play-btn svg {
		width: 16px;
		height: 21px;
	}
}

@media (max-width: 767px) {
	.big-play-btn svg {
		width: 11px;
		height: 14px;
	}
}

.filters-btn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 16px;
	font-weight: 700;
	color: #000;
	cursor: pointer;
}

.filters-btn:hover {
	color: #1a5481;
}

.filters-btn:hover .icon {
	background-color: #1a5481;
}

.filters-btn:active {
	color: #000;
}

.filters-btn:active .icon {
	background-color: #1a5481;
}

.filters-btn .icon {
	position: relative;
	width: 26px;
	height: 26px;
	border-radius: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background-color: #00365f;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
	margin-right: 12px;
}

.filters-btn .icon:before {
	position: absolute;
	top: 3px;
	left: 3px;
	content: "";
	display: block;
	width: 18px;
	height: 18px;
	border: 1px solid hsla(0, 0%, 100%, 0.1);
	border-radius: 50%;
}

.filters-btn .icon svg {
	width: 8px;
	height: 8px;
	stroke: #fff;
}

.side-title-link {
	font-size: 16px;
	font-weight: 700;
	color: #a4b1bb;
}

.side-title-link span {
	display: inline-block;
	margin-right: 16px;
}

.side-title-link:active,
.side-title-link:hover {
	color: #1a5481;
}

.side-title-link--no-hover:active,
.side-title-link--no-hover:hover {
	color: #a4b1bb;
}

.tags {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.tags-item {
	margin-right: 10px;
	padding: 8px 0;
}

@media (max-width: 1365px) {
	.tags-item {
		padding: 4px 0;
		margin-right: 8px;
	}
}

.tags-item a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: #000;
	font-size: 11px;
	font-weight: 700;
	height: 26px;
	padding: 0 12px;
	background-color: #fff;
	-webkit-box-shadow: 0 4px 9px rgba(26, 84, 130, 0.08);
	box-shadow: 0 4px 9px rgba(26, 84, 130, 0.08);
	border-radius: 130px;
}

.tags-item a:active,
.tags-item a:hover {
	background-color: #00365f;
	color: #fff;
}

@media (max-width: 1365px) {
	.tags-item a {
		height: 20px;
		font-size: 9px;
		padding: 0 8px;
	}
}

@media (max-width: 1023px) {
	.tags-item a {
		font-size: 10px;
		padding: 0 10px;
		height: 24px;
	}
}

.status {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: #00365f;
	font-size: 10px;
	height: 20px;
	padding: 0 10px;
	border: 1px solid #f2f2f2;
	border-radius: 130px;
}

@media (max-width: 1023px) {
	.status {
		font-size: 9px;
		padding: 0 8px;
		height: 18px;
	}
}

@media (max-width: 767px) {
	.status {
		font-size: 10px;
		height: 20px;
		padding: 0 10px;
	}
}

.page-no-results {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.page-no-results .title {
	font-weight: 900;
	font-size: 24px;
	line-height: 1.5;
	letter-spacing: 0.1em;
	color: #a4b1bb;
	text-transform: uppercase;
	text-align: center;
}

@media (max-width: 767px) {
	.page-no-results .title {
		font-size: 18px;
	}
}

.page-no-results .btn {
	margin-top: 40px;
}

@media (max-width: 767px) {
	.page-no-results .btn {
		margin-top: 26px;
	}
}

.page-no-results .subtitle {
	font-size: 24px;
	line-height: 1.2;
	color: #a4b1bb;
	margin-top: 20px;
}

@media (max-width: 1919px) {
	.page-no-results .subtitle {
		font-size: 20px;
	}
}

@media (max-width: 767px) {
	.page-no-results .subtitle {
		font-size: 14px;
		margin-top: 14px;
	}
}

.back-link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #a4b1bb;
	font-size: 11px;
	font-weight: 700;
	margin-right: 30px;
}

@media (max-width: 767px) {
	.back-link {
		font-size: 10px;
		margin-right: 20px;
	}
}

.back-link:active,
.back-link:hover {
	color: #1a5481;
}

.back-link:active svg,
.back-link:hover svg {
	stroke: #1a5481;
}

.back-link svg {
	stroke: #a4b1bb;
	width: 5px;
	height: 9px;
	margin-right: 6px;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}

@media (max-width: 767px) {
	.back-link svg {
		width: 4px;
		height: 8px;
		margin-right: 4px;
	}
}

.breadcrumbs {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.breadcrumbs .date {
	font-weight: 500;
	font-size: 11px;
	margin-right: 30px;
}

@media (max-width: 767px) {
	.breadcrumbs .date {
		font-size: 10px;
		margin-right: 20px;
	}
}

.pin {
	width: 36px;
	height: 50px;
}

@media (max-width: 1365px) {
	.pin {
		width: 32px;
		height: 45px;
	}
}

@media (max-width: 1023px) {
	.pin {
		width: 22px;
		height: 31px;
	}
}

.pin--blue {
	fill: #1a5481;
}

.pin--red {
	fill: #d70926;
}

.pin--gray {
	fill: #a4b1bb;
}

.video-cont {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
	margin-top: 100px;
}

.video-cont:first-child {
	margin-top: 0;
}

@media (max-width: 1365px) {
	.video-cont {
		margin-top: 90px;
	}
}

@media (max-width: 1023px) {
	.video-cont {
		margin-top: 90px;
	}
}

@media (max-width: 767px) {
	.video-cont {
		margin-top: 50px;
	}
}

.video-cont iframe {
	width: 100%;
	max-width: 1050px;
	height: 590px;
	margin-left: auto;
	margin-right: auto;
}

.video-cont iframe:first-child {
	margin-top: 0;
}

@media (max-width: 1919px) {
	.video-cont iframe {
		max-width: 848px;
		height: 476px;
	}
}

@media (max-width: 1365px) {
	.video-cont iframe {
		max-width: 636px;
		height: 357px;
	}
}

@media (max-width: 1023px) {
	.video-cont iframe {
		max-width: 652px;
		height: 365px;
	}
}

@media (max-width: 767px) {
	.video-cont iframe {
		height: 156px;
	}
}

.video-cont .video-label {
	width: 100%;
	max-width: 1050px;
	font-weight: 500;
	font-size: 14px;
	line-height: 1.5;
	color: #a4b1bb;
	margin-left: auto;
	margin-right: auto;
	margin-top: 28px;
}

@media (max-width: 1919px) {
	.video-cont .video-label {
		max-width: 848px;
	}
}

@media (max-width: 1365px) {
	.video-cont .video-label {
		max-width: 636px;
		margin-top: 26px;
	}
}

@media (max-width: 1023px) {
	.video-cont .video-label {
		max-width: 652px;
	}
}

@media (max-width: 767px) {
	.video-cont .video-label {
		margin-top: 20px;
	}
}

.timeline {
	position: relative;
	display: block;
	width: 100%;
	max-width: 1145px;
	margin: 160px auto 0;
	overflow: hidden;
	overflow-y: auto;
}

@media (max-width: 1365px) {
	.timeline {
		max-width: 860px;
		margin-top: 150px;
	}
}

@media (max-width: 1023px) {
	.timeline {
		width: 100%;
		margin-top: 60px;
		max-width: 650px;
		padding-bottom: 26px;
	}

	.timeline:after {
		content: "";
		display: block;
		width: 100%;
		height: 1px;
		background-color: #f2f2f2;
		position: absolute;
		z-index: -1;
		bottom: 3px;
		left: 0;
	}
}

@media (max-width: 767px) {
	.timeline {
		width: calc(100% + 20px);
	}
}

.timeline.ps-container:hover .ps-scrollbar-y-rail {
	background-color: rgba(0, 0, 0, 0);
}

.timeline.ps-container .ps-scrollbar-y-rail {
	display: none;
}

.timeline.ps-container .ps-scrollbar-x-rail {
	opacity: 1;
}

.timeline.ps-container .ps-scrollbar-x-rail:hover {
	background-color: rgba(0, 0, 0, 0);
	opacity: 1;
}

.timeline.ps-container .ps-scrollbar-x-rail:hover .ps-scrollbar-x {
	border-radius: 130px;
	background-color: #00365f;
}

.timeline.ps-container .ps-scrollbar-x-rail .ps-scrollbar-x {
	height: 4px;
	background-color: #1a5481;
	border-radius: 130px;
}

.timeline__img {
	max-width: 1145px;
}

@media (max-width: 1365px) {
	.timeline__img {
		max-width: 860px;
	}
}

.more-block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 180px 50px 200px;
	background: -webkit-gradient(linear,
			left top,
			right top,
			color-stop(50%, #f0f6fa),
			color-stop(50%, #fff));
	background: -o-linear-gradient(left, #f0f6fa 50%, #fff 50%);
	background: linear-gradient(90deg, #f0f6fa 50%, #fff 0);
	border-top: 1px solid #f2f2f2;
}

@media (max-width: 1365px) {
	.more-block {
		padding-top: 170px;
		padding-bottom: 190px;
	}
}

@media (max-width: 1023px) {
	.more-block {
		padding-top: 160px;
		padding-bottom: 180px;
	}
}

@media (max-width: 767px) {
	.more-block {
		padding-top: 70px;
		padding-bottom: 90px;
	}
}

.more-block .title {
	font-weight: 900;
	line-height: 1.5;
	font-size: 42px;
	margin-bottom: 60px;
}

@media (max-width: 1919px) {
	.more-block .title {
		font-size: 38px;
	}
}

@media (max-width: 1365px) {
	.more-block .title {
		font-size: 28px;
		margin-bottom: 50px;
	}
}

@media (max-width: 1023px) {
	.more-block .title {
		font-size: 28px;
	}
}

@media (max-width: 767px) {
	.more-block .title {
		font-size: 22px;
		margin-bottom: 36px;
	}
}

.subscribe {
	margin-top: 80px;
	padding-top: 60px;
	padding-left: 76px;
	margin-left: -76px;
	background: url(img/stars-bg.svg) no-repeat 0 0;
	background-size: 221px 164px;
}

@media (max-width: 1365px) {
	.subscribe {
		padding-top: 50px;
		padding-left: 66px;
		margin-left: -66px;
		background-size: 191px 142px;
	}
}

@media (max-width: 1023px) {
	.subscribe {
		background-size: 180px 134px;
		margin-top: 60px;
	}
}

@media (max-width: 767px) {
	.subscribe {
		width: 100%;
		padding-left: 40px;
		padding-right: 40px;
		margin-left: 0;
		background-size: 172px 128px;
	}
}

.subscribe__inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #f0f6fa;
	width: 730px;
	position: relative;
	height: 116px;
}

@media (max-width: 1365px) {
	.subscribe__inner {
		width: 570px;
		height: 100px;
	}
}

@media (max-width: 1023px) {
	.subscribe__inner {
		width: 535px;
		height: 90px;
	}
}

@media (max-width: 767px) {
	.subscribe__inner {
		width: 100%;
		max-width: 535px;
		margin: 0 auto;
		height: 130px;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}
}

.subscribe .title {
	padding-left: 50px;
	font-weight: 900;
	font-size: 16px;
	line-height: 1.7;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	white-space: nowrap;
	color: #d70926;
}

@media (max-width: 1365px) {
	.subscribe .title {
		font-size: 14px;
		padding-left: 40px;
	}
}

@media (max-width: 1023px) {
	.subscribe .title {
		font-size: 12px;
		padding-left: 36px;
	}
}

@media (max-width: 767px) {
	.subscribe .title {
		font-size: 10px;
		height: 50%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
}

.subscribe__form {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-item-align: stretch;
	align-self: stretch;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	padding-left: 50px;
	padding-right: 60px;
}

@media (max-width: 1365px) {
	.subscribe__form {
		padding-left: 40px;
		padding-right: 50px;
	}
}

@media (max-width: 1023px) {
	.subscribe__form {
		padding-left: 36px;
		padding-right: 46px;
	}
}

@media (max-width: 767px) {
	.subscribe__form {
		border-top: 1px solid rgba(164, 177, 187, 0.2);
		border-left: none;
		height: 50%;
		padding-right: 36px;
	}
}

.subscribe__input {
	width: 100%;
	margin: 0;
	outline: none;
	border-radius: 0;
	font-family: Museo Sans Cyrl, Arial;
	font-size: 16px;
	color: #000;
	background-color: rgba(0, 0, 0, 0);
	text-transform: uppercase;
	border: none;
	border-bottom: 1px solid rgba(164, 177, 187, 0.2);
	padding: 0 0 10px;
}

@media (max-width: 1365px) {
	.subscribe__input {
		font-size: 14px;
	}
}

@media (max-width: 1023px) {
	.subscribe__input {
		font-size: 12px;
	}
}

@media (max-width: 767px) {
	.subscribe__input {
		font-size: 10px;
	}
}

.subscribe__input::-webkit-input-placeholder {
	font-weight: 300;
	color: rgba(0, 0, 0, 0.3);
}

.subscribe__input::-moz-placeholder {
	font-weight: 300;
	color: rgba(0, 0, 0, 0.3);
}

.subscribe__input:-ms-input-placeholder {
	font-weight: 300;
	color: rgba(0, 0, 0, 0.3);
}

.subscribe__input::-ms-input-placeholder {
	font-weight: 300;
	color: rgba(0, 0, 0, 0.3);
}

.subscribe__input::placeholder {
	font-weight: 300;
	color: rgba(0, 0, 0, 0.3);
}

.subscribe__btn {
	position: absolute;
	right: -36px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 72px;
	height: 72px;
	background-color: #d70926;
	border-radius: 50%;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
	border: none;
	outline: none;
}

@media (max-width: 1365px) {
	.subscribe__btn {
		width: 60px;
		height: 60px;
		right: -30px;
	}
}

@media (max-width: 1023px) {
	.subscribe__btn {
		width: 50px;
		height: 50px;
		right: -25px;
	}
}

@media (max-width: 767px) {
	.subscribe__btn {
		width: 36px;
		height: 36px;
		right: -18px;
		top: calc(50% - 18px);
	}
}

.subscribe__btn:active,
.subscribe__btn:hover {
	cursor: pointer;
	box-shadow: 0 7px 10px rgba(215, 9, 38, 0.2);
}

.subscribe__input:focus::-webkit-input-placeholder,
.subscribe__input:hover::-webkit-input-placeholder,
.subscribe__input:focus::-moz-placeholder,
.subscribe__input:hover::-moz-placeholder,
.subscribe__input:focus::-ms-input-placeholder,
.subscribe__input:hover::-ms-input-placeholder {
	color: #000;
}

.subscribe__btn:before {
	content: "";
	position: absolute;
	top: 9px;
	left: 9px;
	display: block;
	border: 1px solid hsla(0, 0%, 100%, 0.1);
	width: 52px;
	height: 52px;
	border-radius: 50%;
}

@media (max-width: 1365px) {
	.subscribe__btn:before {
		width: 42px;
		height: 42px;
		top: 8px;
		left: 8px;
	}
}

@media (max-width: 1023px) {
	.subscribe__btn:before {
		width: 34px;
		height: 34px;
		top: 7px;
		left: 7px;
	}
}

@media (max-width: 767px) {
	.subscribe__btn:before {
		width: 26px;
		height: 26px;
		top: 4px;
		left: 4px;
	}
}

.subscribe__btn .plus {
	width: 21px;
	height: 21px;
	position: relative;
}

@media (max-width: 1365px) {
	.subscribe__btn .plus {
		width: 17px;
		height: 17px;
	}
}

@media (max-width: 1023px) {
	.subscribe__btn .plus {
		width: 15px;
		height: 15px;
	}
}

@media (max-width: 767px) {
	.subscribe__btn .plus {
		width: 11px;
		height: 11px;
	}
}

.subscribe__btn .plus:after,
.subscribe__btn .plus:before {
	content: "";
	display: block;
	position: absolute;
	background-color: #fff;
}

.subscribe__btn .plus:before {
	width: 100%;
	height: 1px;
	top: 10px;
	left: 0;
}

.subscribe__btn .plus:after {
	width: 1px;
	height: 100%;
	top: 0;
	left: 10px;
}

@media (max-width: 1365px) {
	.subscribe__btn .plus:before {
		top: 8px;
	}

	.subscribe__btn .plus:after {
		left: 8px;
	}
}

@media (max-width: 1023px) {
	.subscribe__btn .plus:before {
		top: 7px;
	}

	.subscribe__btn .plus:after {
		left: 7px;
	}
}

@media (max-width: 767px) {
	.subscribe__btn .plus:before {
		top: 5px;
	}

	.subscribe__btn .plus:after {
		left: 5px;
	}
}

.next-arrow,
.prev-arrow {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 70px;
	height: 70px;
	border: 1px solid #f2f2f2;
	border-radius: 50%;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
	background-color: #fff;
}

@media (max-width: 1365px) {

	.next-arrow,
	.prev-arrow {
		width: 58px;
		height: 58px;
	}
}

@media (max-width: 1023px) {

	.next-arrow,
	.prev-arrow {
		width: 48px;
		height: 48px;
	}
}

.next-arrow:before,
.prev-arrow:before {
	position: absolute;
	content: "";
	display: none;
	width: 54px;
	height: 54px;
	border: 1px solid hsla(0, 0%, 100%, 0.1);
	border-radius: 50%;
}

@media (max-width: 1365px) {

	.next-arrow:before,
	.prev-arrow:before {
		width: 44px;
		height: 44px;
	}
}

@media (max-width: 1023px) {

	.next-arrow:before,
	.prev-arrow:before {
		width: 36px;
		height: 36px;
	}
}

.next-arrow:hover,
.prev-arrow:hover {
	cursor: pointer;
	background-color: #00365f;
}

.next-arrow:hover:before,
.prev-arrow:hover:before {
	display: block;
}

.next-arrow:hover svg,
.prev-arrow:hover svg {
	stroke: #fff;
}

.next-arrow svg,
.prev-arrow svg {
	width: 14px;
	height: 14px;
	stroke: #00365f;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}

@media (max-width: 1365px) {

	.next-arrow svg,
	.prev-arrow svg {
		width: 12px;
		height: 12px;
	}
}

@media (max-width: 1023px) {

	.next-arrow svg,
	.prev-arrow svg {
		width: 10px;
		height: 10px;
	}
}

.slick-dots {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.slick-dots li {
	width: auto;
	margin: 0 6px;
	height: 10px;
}

.slick-dots li button {
	background: none;
	text-indent: -100000px;
	width: 8px;
	height: 8px;
	border: 1px solid #f2f2f2;
	border-radius: 50%;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	padding: 0;
	margin: 0;
}

@media (max-width: 767px) {
	.slick-dots li button {
		width: 10px;
		height: 10px;
	}
}

.slick-dots .slick-active button {
	background: #00365f;
	border-color: #00365f;
}

.slick-slide {
	outline: none;
}

.check {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.2;
	cursor: pointer;
}

@media (max-width: 1023px) {
	.check {
		font-size: 12px;
	}
}

@media (max-width: 767px) {
	.check {
		font-size: 10px;
	}
}

.check__input {
	position: absolute;
	width: 1px;
	height: 1px;
	overflow: hidden;
	clip: rect(0 0 0 0);
	margin: 0;
	padding: 0;
}

.check__input:checked+.check__box:after {
	display: block;
}

.check__box {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 24px;
	height: 24px;
	border: 1px solid #a4b1bb;
	border-radius: 50%;
	margin-right: 16px;
}

@media (max-width: 1023px) {
	.check__box {
		margin-right: 12px;
	}
}

.check__box:after {
	content: "";
	display: none;
	width: 21px;
	height: 17px;
	background: url(img/checked.svg) no-repeat 50%;
	background-size: 100%;
	position: absolute;
	top: 0;
	left: 5px;
}

.directions {
	width: 100%;
	border-top: 1px solid #f2f2f2;
	padding: 64px 80px;
}

@media (max-width: 1919px) {
	.directions {
		padding: 60px;
	}
}

@media (max-width: 1365px) {
	.directions {
		padding: 46px 45px;
	}
}

@media (max-width: 1023px) {
	.directions {
		padding: 46px 30px;
	}
}

@media (max-width: 767px) {
	.directions {
		padding: 40px 20px;
	}
}

.directions__container {
	max-width: 1760px;
	margin: 0 auto;
	padding-left: 100px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

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

@media (max-width: 767px) {
	.directions__container {
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}
}

.directions .title {
	font-weight: 700;
	font-size: 13px;
	color: #a4b1bb;
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
}

@media (max-width: 767px) {
	.directions .title {
		-webkit-transform: rotate(-90deg) translateX(-50%);
		-ms-transform: rotate(-90deg) translateX(-50%);
		transform: rotate(-90deg) translateX(-50%);
		margin-left: -26px;
	}
}

.directions__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-left: 60px;
}

@media (max-width: 1919px) {
	.directions__list {
		margin-left: 50px;
	}
}

@media (max-width: 1365px) {
	.directions__list {
		margin-left: 30px;
	}
}

@media (max-width: 1023px) {
	.directions__list {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin-left: 15px;
		max-width: 470px;
	}
}

@media (max-width: 767px) {
	.directions__list {
		margin-left: -10px;
		margin-top: -4px;
	}
}

.directions li {
	margin-right: 12px;
}

@media (max-width: 1919px) {
	.directions li {
		margin-right: 10px;
	}
}

@media (max-width: 1365px) {
	.directions li {
		margin-right: 8px;
	}
}

@media (max-width: 1023px) {
	.directions li {
		padding: 8px 0;
		margin-right: 12px;
	}
}

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

.directions li a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0 26px;
	height: 50px;
	border: 1px solid #f2f2f2;
	border-radius: 130px;
	font-weight: 700;
	color: #000;
	font-size: 18px;
	white-space: nowrap;
}

@media (max-width: 1919px) {
	.directions li a {
		height: 40px;
		padding: 0 20px;
		font-size: 14px;
	}
}

@media (max-width: 1365px) {
	.directions li a {
		height: 28px;
		padding: 0 12px;
		font-size: 11px;
	}
}

.directions li a .num {
	font-size: 12px;
	color: #00365f;
	font-weight: 300;
	margin-right: 14px;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}

@media (max-width: 1919px) {
	.directions li a .num {
		font-size: 8px;
		margin-right: 10px;
	}
}

@media (max-width: 1365px) {
	.directions li a .num {
		font-size: 7px;
		margin-right: 6px;
	}
}

.directions li a:active,
.directions li a:hover {
	background-color: #00365f;
	color: #fff;
	border-color: #00365f;
	-webkit-box-shadow: 0 10px 10px rgba(26, 84, 129, 0.1);
	box-shadow: 0 10px 10px rgba(26, 84, 129, 0.1);
}

@media (max-width: 767px) {

	.directions li a:active,
	.directions li a:hover {
		background-color: #fff;
		color: #000;
		border: 1px solid #f2f2f2;
		-webkit-box-shadow: none;
		box-shadow: none;
	}
}

.directions li a:active .num,
.directions li a:hover .num {
	color: #fff;
}

.page-grid-wrap {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	width: 100%;
	max-width: 1234px;
	margin: 120px auto 80px;
}

@media (max-width: 1365px) {
	.page-grid-wrap {
		max-width: 927px;
		margin: 110px auto 70px;
	}
}

@media (max-width: 1023px) {
	.page-grid-wrap {
		max-width: 766px;
		padding: 0 30px;
		margin: 100px auto 60px;
	}
}

@media (max-width: 767px) {
	.page-grid-wrap {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		padding: 0 20px;
		margin: 50px auto;
	}
}

.page-grid-wrap .page-grid {
	width: 100%;
	margin-left: 74px;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-column-gap: 50px;
	grid-row-gap: 60px;
	display: -ms-grid;
	-ms-grid-columns: 1fr 50px 1fr 50px 1fr 50px;
}

.page-grid-wrap .page-grid article:nth-child(1) {
	-ms-grid-row: 1;
	-ms-grid-column: 1;
}

.page-grid-wrap .page-grid article:nth-child(2) {
	-ms-grid-row: 1;
	-ms-grid-column: 3;
}

.page-grid-wrap .page-grid article:nth-child(3) {
	-ms-grid-row: 1;
	-ms-grid-column: 5;
}

.page-grid-wrap .page-grid article:nth-child(4) {
	-ms-grid-row: 3;
	-ms-grid-column: 1;
}

.page-grid-wrap .page-grid article:nth-child(5) {
	-ms-grid-row: 3;
	-ms-grid-column: 3;
}

.page-grid-wrap .page-grid article:nth-child(6) {
	-ms-grid-row: 3;
	-ms-grid-column: 5;
}

.page-grid-wrap .page-grid article:nth-child(7) {
	-ms-grid-row: 5;
	-ms-grid-column: 1;
}

.page-grid-wrap .page-grid article:nth-child(8) {
	-ms-grid-row: 5;
	-ms-grid-column: 3;
}

.page-grid-wrap .page-grid article:nth-child(9) {
	-ms-grid-row: 5;
	-ms-grid-column: 5;
}

.page-grid-wrap .page-grid article:nth-child(10) {
	-ms-grid-row: 7;
	-ms-grid-column: 1;
}

.page-grid-wrap .page-grid article:nth-child(11) {
	-ms-grid-row: 7;
	-ms-grid-column: 3;
}

.page-grid-wrap .page-grid article:nth-child(12) {
	-ms-grid-row: 7;
	-ms-grid-column: 5;
}

.post-type-archive-articles .page-grid-wrap .page-grid article:nth-child(1) {
	-ms-grid-row: 1;
	-ms-grid-column: 1;
}

.post-type-archive-articles .page-grid-wrap .page-grid article:nth-child(2) {
	-ms-grid-row: 1;
	-ms-grid-column: 3;
}

.post-type-archive-articles .page-grid-wrap .page-grid article:nth-child(3) {
	-ms-grid-row: 3;
	-ms-grid-column: 1;
}

.post-type-archive-articles .page-grid-wrap .page-grid article:nth-child(4) {
	-ms-grid-row: 3;
	-ms-grid-column: 3;
}

.post-type-archive-articles .page-grid-wrap .page-grid article:nth-child(5) {
	-ms-grid-row: 5;
	-ms-grid-column: 1;
}

.post-type-archive-articles .page-grid-wrap .page-grid article:nth-child(6) {
	-ms-grid-row: 5;
	-ms-grid-column: 3;
}

.post-type-archive-articles .page-grid-wrap .page-grid article:nth-child(7) {
	-ms-grid-row: 7;
	-ms-grid-column: 1;
}

.post-type-archive-articles .page-grid-wrap .page-grid article:nth-child(8) {
	-ms-grid-row: 7;
	-ms-grid-column: 3;
}

.post-type-archive-articles .page-grid-wrap .page-grid article:nth-child(9) {
	-ms-grid-row: 9;
	-ms-grid-column: 1;
}

.post-type-archive-articles .page-grid-wrap .page-grid article:nth-child(10) {
	-ms-grid-row: 9;
	-ms-grid-column: 3;
}

.post-type-archive-articles .page-grid-wrap .page-grid article:nth-child(11) {
	-ms-grid-row: 11;
	-ms-grid-column: 1;
}

.post-type-archive-articles .page-grid-wrap .page-grid article:nth-child(12) {
	-ms-grid-row: 11;
	-ms-grid-column: 3;
}

@media (max-width: 1365px) {
	.page-grid-wrap .page-grid {
		margin-left: 68px;
		grid-column-gap: 35px;
		grid-row-gap: 50px;
		-ms-grid-columns: 1fr 35px 1fr 35px 1fr 35px;
	}
}

@media (max-width: 1023px) {
	.page-grid-wrap .page-grid {
		margin-left: 54px;
		grid-column-gap: 25px;
		grid-row-gap: 40px;
	}
}

@media (max-width: 767px) {
	.page-grid-wrap .page-grid {
		margin: 0;
		padding-top: 110px;
		grid-row-gap: 30px;
		grid-template-columns: 1fr;
		-ms-grid-columns: 1fr;
	}
}

.page-grid-wrap .page-grid.no-result {
	grid-template-columns: 1fr;
}

.page-grid-wrap .search-result {
	font-weight: 700;
	font-size: 16px;
	color: #a4b1bb;
	margin-right: 40px;
	opacity: 1;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
	min-width: 160px;
	display: none;
}

.page-grid-wrap .search-result.search-result--active {
	display: block;
}

@media (max-width: 767px) {
	.page-grid-wrap .search-result {
		margin-top: 36px;
		margin-right: 0;
	}
}

.page-grid-wrap .search-result span {
	display: inline-block;
	margin-left: 12px;
	color: #00365f;
}

.page-grid-wrap--full-width {
	max-width: none;
}

.page-grid-wrap--no-filters .page-grid {
	max-width: 1145px;
	margin: 0 auto;
	padding-top: 0;
}

@media (max-width: 1365px) {
	.page-grid-wrap--no-filters .page-grid {
		max-width: 860px;
	}
}

@media (max-width: 1023px) {
	.page-grid-wrap--no-filters .page-grid {
		max-width: 650px;
	}
}

.page-filters-wrap {
	position: absolute;
	z-index: 99;
	left: calc(50% - 624px);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

@media (max-width: 1365px) {
	.page-filters-wrap {
		left: calc(50% - 478px);
	}
}

@media (max-width: 1023px) {
	.page-filters-wrap {
		left: calc(50% - 382px);
	}
}

@media (max-width: 767px) {
	.page-filters-wrap {
		left: 50%;
	}
}

.page-filters-wrap--fixed {
	position: fixed;
	top: 50px;
}

@media (max-width: 1023px) {
	.page-filters-wrap--fixed {
		top: 136px;
	}
}

@media (max-width: 767px) {
	.page-filters-wrap--fixed {
		top: 85px;
	}
}

.page-filters-wrap--fixed .filters-btn {
	background-color: #00365f;
	border-radius: 130px;
	padding: 7px 9px;
	color: #fff;
}

.page-filters-wrap--fixed .filters-btn:before {
	border: 1px solid rgba(0, 0, 0, 0.1);
}

.page-filters-wrap--fixed .filters-btn .icon {
	background-color: #fff;
}

.page-filters-wrap--fixed .filters-btn .icon svg {
	stroke: #00365f;
}

.page-filters-wrap--fixed .search-result {
	opacity: 0;
}

.page-filters-wrap--fixed-bottom {
	position: absolute !important;
	top: auto !important;
	bottom: 0;
}

.page-filters {
	position: absolute;
	top: 0;
	left: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-transform: rotate(-90deg) translateX(calc(-100% + 26px)) translateY(100%);
	-ms-transform: rotate(-90deg) translateX(-100px) translateY(100%);
	transform: rotate(-90deg) translateX(calc(-100% + 26px)) translateY(100%);
	-webkit-transform-origin: left bottom;
	-ms-transform-origin: left bottom;
	transform-origin: left bottom;
	min-width: 150px;
}

@media (max-width: 1023px) {
	.page-filters {
		left: 20px;
	}
}

@media (max-width: 767px) {
	.page-filters {
		position: relative;
		left: auto;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
	}
}

.page-filters .side-title-link {
	margin-right: 16px;
}

@media (max-width: 767px) {
	.page-filters .side-title-link {
		margin-right: 0;
	}
}

.side-menu {
	position: fixed;
	z-index: 200;
	top: 0;
	left: -100%;
	background-color: #00365f;
	width: 100%;
	max-width: 630px;
	height: 100vh;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	overflow: hidden;
	-webkit-transition: 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	-o-transition: 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	transition: 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

@media (max-width: 1919px) {
	.side-menu {
		max-width: 410px;
	}
}

@media (max-width: 1365px) {
	.side-menu {
		max-width: 410px;
	}
}

@media (max-width: 1023px) {
	.side-menu {
		max-width: 550px;
	}
}

@media (max-width: 767px) {
	.side-menu {
		max-width: 100%;
	}
}

.side-menu__container {
	width: 100%;
	height: 100%;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.side-menu__container,
.side-menu__header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.side-menu__header {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	padding: 40px;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-height: 96px;
}

@media (max-width: 1919px) {
	.side-menu__header {
		padding: 30px;
		max-height: 74px;
	}
}

@media (max-width: 1023px) {
	.side-menu__header {
		padding: 40px;
		max-height: 96px;
	}
}

@media (max-width: 767px) {
	.side-menu__header {
		padding: 28px 22px;
		max-height: 70px;
	}
}

.side-menu__close {
	font-size: 16px;
	letter-spacing: 0.1em;
	color: #a4b1bb;
	text-transform: uppercase;
	cursor: pointer;
	transition: 0.2s;
}

.side-menu__close:active,
.side-menu__close:hover {
	color: #fff;
}

@media (max-width: 1919px) {
	.side-menu__close {
		font-size: 14px;
	}
}

@media (max-width: 1023px) {
	.side-menu__close {
		font-size: 16px;
	}
}

@media (max-width: 767px) {
	.side-menu__close {
		font-size: 14px;
	}
}

.side-menu__body {
	position: relative;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	height: 100%;
	padding: 0 80px;
	overflow: hidden;
	overflow-y: auto;
}

@media (max-width: 1919px) {
	.side-menu__body {
		padding: 0 60px;
	}
}

@media (max-width: 767px) {
	.side-menu__body {
		padding: 0 40px;
	}
}

.side-menu__body.ps-container:hover .ps-scrollbar-y-rail {
	background-color: rgba(0, 0, 0, 0);
}

.side-menu__body.ps-container .ps-scrollbar-x-rail {
	display: none;
}

.side-menu__body.ps-container .ps-scrollbar-y-rail {
	opacity: 1;
}

.side-menu__body.ps-container .ps-scrollbar-y-rail:hover .ps-scrollbar-y {
	border-radius: 130px;
	background-color: hsla(0, 0%, 100%, 0.2);
}

.side-menu__body.ps-container .ps-scrollbar-y-rail .ps-scrollbar-y {
	width: 4px;
	right: 10px;
	background-color: #1a5481;
	border-radius: 130px;
}

.side-menu .filters .side-menu-item__header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-bottom: 1px solid hsla(0, 0%, 100%, 0.1);
	padding-bottom: 34px;
}

@media (max-width: 1919px) {
	.side-menu .filters .side-menu-item__header {
		padding-bottom: 24px;
	}
}

@media (max-width: 1023px) {
	.side-menu .filters .side-menu-item__header {
		padding-bottom: 34px;
	}
}

@media (max-width: 767px) {
	.side-menu .filters .side-menu-item__header {
		padding-bottom: 20px;
	}
}

.side-menu .filters .side-menu-item .title {
	color: #fff;
	font-weight: 700;
	font-size: 20px;
	white-space: nowrap;
}

@media (max-width: 1919px) {
	.side-menu .filters .side-menu-item .title {
		font-size: 18px;
	}
}

@media (max-width: 1023px) {
	.side-menu .filters .side-menu-item .title {
		font-size: 20px;
	}
}

@media (max-width: 767px) {
	.side-menu .filters .side-menu-item .title {
		font-size: 14px;
	}
}

.side-menu .filters .side-menu-item .filters-search-wrap {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.side-menu .filters .side-menu-item .filters-search-icon {
	position: absolute;
	left: 0;
	width: 14px;
	height: 15px;
	stroke: hsla(0, 0%, 100%, 0.3);
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}

@media (max-width: 767px) {
	.side-menu .filters .side-menu-item .filters-search-icon {
		width: 12px;
		height: 13px;
	}
}

.side-menu .filters .side-menu-item .filters-search-clear {
	position: absolute;
	right: 0;
	opacity: 0;
	padding: 6px;
}

@media (max-width: 767px) {
	.side-menu .filters .side-menu-item .filters-search-clear {
		padding: 3px;
	}
}

.side-menu .filters .side-menu-item .filters-search-clear svg {
	width: 14px;
	height: 14px;
	stroke: #fff;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}

@media (max-width: 767px) {
	.side-menu .filters .side-menu-item .filters-search-clear svg {
		width: 12px;
		height: 12px;
	}
}

.side-menu .filters .side-menu-item .filters-search {
	width: 100%;
	background-color: rgba(0, 0, 0, 0);
	padding: 24px 0 24px 25px;
	border: none;
	border-bottom: 1px solid hsla(0, 0%, 100%, 0.2);
	outline: none;
	font-family: Museo Sans Cyrl, Arial;
	font-weight: 300;
	font-size: 20px;
	line-height: 1;
	color: #fff;
}

.side-menu .filters .side-menu-item .filters-search::-webkit-input-placeholder {
	color: hsla(0, 0%, 100%, 0.3);
}

.side-menu .filters .side-menu-item .filters-search::-moz-placeholder {
	color: hsla(0, 0%, 100%, 0.3);
}

.side-menu .filters .side-menu-item .filters-search:-ms-input-placeholder {
	color: hsla(0, 0%, 100%, 0.3);
}

.side-menu .filters .side-menu-item .filters-search::-ms-input-placeholder {
	color: hsla(0, 0%, 100%, 0.3);
}

.side-menu .filters .side-menu-item .filters-search::placeholder {
	color: hsla(0, 0%, 100%, 0.3);
}

.side-menu .filters .side-menu-item .filters-search:focus~.filters-search-icon {
	stroke: #fff;
}

.side-menu .filters .side-menu-item .filters-search:focus~.filters-search-clear {
	cursor: pointer;
	opacity: 1;
}

@media (max-width: 1919px) {
	.side-menu .filters .side-menu-item .filters-search {
		padding: 20px 0 20px 25px;
		font-size: 18px;
	}
}

@media (max-width: 1023px) {
	.side-menu .filters .side-menu-item .filters-search {
		font-size: 20px;
		padding: 24px 0 24px 25px;
	}
}

@media (max-width: 767px) {
	.side-menu .filters .side-menu-item .filters-search {
		font-size: 14px;
		padding: 18px 0 18px 18px;
	}
}

.side-menu .filters .side-menu-item .filters-search_city {
	padding-right: 26px;
}

@media (max-width: 767px) {
	.side-menu .filters .side-menu-item .filters-search_city {
		padding-right: 18px;
	}
}

.filters-search-no-result {
	padding: 20px 0;
	font-size: 20px;
	color: #fff;
	display: none;
}

@media (max-width: 1919px) {
	.filters-search-no-result {
		font-size: 18px;
	}
}

@media (max-width: 1023px) {
	.filters-search-no-result {
		font-size: 20px;
	}
}

@media (max-width: 767px) {
	.filters-search-no-result {
		font-size: 14px;
	}
}

.side-menu .filters .side-menu-item .filters-list .filter-item,
.side-menu .filters .side-menu-item .filters-list li {
	padding: 20px 0;
	border-bottom: 1px solid hsla(0, 0%, 100%, 0.1);
}

@media (max-width: 1919px) {

	.side-menu .filters .side-menu-item .filters-list .filter-item,
	.side-menu .filters .side-menu-item .filters-list li {
		padding: 16px 0;
	}
}

@media (max-width: 1023px) {

	.side-menu .filters .side-menu-item .filters-list .filter-item,
	.side-menu .filters .side-menu-item .filters-list li {
		padding: 20px 0;
	}
}

@media (max-width: 767px) {

	.side-menu .filters .side-menu-item .filters-list .filter-item,
	.side-menu .filters .side-menu-item .filters-list li {
		padding: 16px 0;
	}
}

.side-menu .filters .side-menu-item .filters-list .filter-item {
	cursor: pointer;
}

.side-menu .filters .side-menu-item .filters-list .filter-item,
.side-menu .filters .side-menu-item .filters-list a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #a4b1bb;
	font-size: 20px;
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
	white-space: nowrap;
}

.side-menu .filters .side-menu-item .filters-list .filter-item:active,
.side-menu .filters .side-menu-item .filters-list .filter-item:hover,
.side-menu .filters .side-menu-item .filters-list a:active,
.side-menu .filters .side-menu-item .filters-list a:hover {
	color: hsla(0, 0%, 100%, 0.3);
}

.side-menu .filters .side-menu-item .filters-list .filter-item:active span:after,
.side-menu .filters .side-menu-item .filters-list .filter-item:active span:before,
.side-menu .filters .side-menu-item .filters-list .filter-item:hover span:after,
.side-menu .filters .side-menu-item .filters-list .filter-item:hover span:before,
.side-menu .filters .side-menu-item .filters-list a:active span:after,
.side-menu .filters .side-menu-item .filters-list a:active span:before,
.side-menu .filters .side-menu-item .filters-list a:hover span:after,
.side-menu .filters .side-menu-item .filters-list a:hover span:before {
	background-color: hsla(0, 0%, 100%, 0.3);
}

@media (max-width: 1919px) {

	.side-menu .filters .side-menu-item .filters-list .filter-item,
	.side-menu .filters .side-menu-item .filters-list a {
		font-size: 18px;
	}
}

@media (max-width: 1023px) {

	.side-menu .filters .side-menu-item .filters-list .filter-item,
	.side-menu .filters .side-menu-item .filters-list a {
		font-size: 20px;
	}
}

@media (max-width: 767px) {

	.side-menu .filters .side-menu-item .filters-list .filter-item,
	.side-menu .filters .side-menu-item .filters-list a {
		font-size: 14px;
	}
}

.side-menu .filters .side-menu-item .filters-list .filter-item.active,
.side-menu .filters .side-menu-item .filters-list a.active {
	color: #fff;
}

.side-menu .filters .side-menu-item .filters-list .filter-item.active span:before,
.side-menu .filters .side-menu-item .filters-list a.active span:before {
	background-color: #fff;
}

.side-menu .filters .side-menu-item .filters-list .filter-item.active span:after,
.side-menu .filters .side-menu-item .filters-list a.active span:after {
	display: none;
}

.side-menu .filters .side-menu-item .filters-list .filter-item.active:active,
.side-menu .filters .side-menu-item .filters-list .filter-item.active:hover,
.side-menu .filters .side-menu-item .filters-list a.active:active,
.side-menu .filters .side-menu-item .filters-list a.active:hover {
	color: hsla(0, 0%, 100%, 0.3);
}

.side-menu .filters .side-menu-item .filters-list .filter-item.active:active span:before,
.side-menu .filters .side-menu-item .filters-list .filter-item.active:hover span:before,
.side-menu .filters .side-menu-item .filters-list a.active:active span:before,
.side-menu .filters .side-menu-item .filters-list a.active:hover span:before {
	background-color: hsla(0, 0%, 100%, 0.3);
}

.side-menu .filters .side-menu-item .filters-list .filter-item span,
.side-menu .filters .side-menu-item .filters-list a span {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 13px;
	height: 13px;
	position: relative;
	margin-right: 16px;
}

@media (max-width: 1919px) {

	.side-menu .filters .side-menu-item .filters-list .filter-item span,
	.side-menu .filters .side-menu-item .filters-list a span {
		width: 11px;
		height: 11px;
		margin-right: 14px;
	}
}

@media (max-width: 1023px) {

	.side-menu .filters .side-menu-item .filters-list .filter-item span,
	.side-menu .filters .side-menu-item .filters-list a span {
		width: 13px;
		height: 13px;
		margin-right: 16px;
	}
}

@media (max-width: 767px) {

	.side-menu .filters .side-menu-item .filters-list .filter-item span,
	.side-menu .filters .side-menu-item .filters-list a span {
		width: 9px;
		height: 9px;
		margin-right: 12px;
	}
}

.side-menu .filters .side-menu-item .filters-list .filter-item span:before,
.side-menu .filters .side-menu-item .filters-list a span:before {
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 1px;
	background-color: #a4b1bb;
}

.side-menu .filters .side-menu-item .filters-list .filter-item span:after,
.side-menu .filters .side-menu-item .filters-list a span:after {
	content: "";
	display: block;
	position: absolute;
	height: 100%;
	width: 1px;
	background-color: #a4b1bb;
}

.side-menu .filters .side-menu-item--dropdown {
	margin-bottom: 40px;
}

.side-menu .filters .side-menu-item--dropdown:last-child {
	margin-bottom: 0;
}

.side-menu .filters .side-menu-item--dropdown .side-menu-item__header {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.side-menu .filters .side-menu-item--dropdown .side-menu-item__header:hover {
	cursor: pointer;
}

.side-menu .filters .side-menu-item--dropdown .side-menu-item__header svg {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
	width: 22px;
	height: 11px;
	stroke: #fff;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

@media (max-width: 1919px) {
	.side-menu .filters .side-menu-item--dropdown .side-menu-item__header svg {
		width: 16px;
		height: 8px;
	}
}

@media (max-width: 1023px) {
	.side-menu .filters .side-menu-item--dropdown .side-menu-item__header svg {
		width: 22px;
		height: 11px;
	}
}

@media (max-width: 767px) {
	.side-menu .filters .side-menu-item--dropdown .side-menu-item__header svg {
		width: 14px;
		height: 7px;
	}
}

.side-menu .filters .side-menu-item--dropdown .side-menu-item__body {
	overflow: hidden;
	max-height: 0;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.side-menu .filters .side-menu-item--dropdown-open .side-menu-item__header svg {
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
}

.side-menu .filters .side-menu-item--dropdown-open .side-menu-item__body {
	max-height: 600px;
}

.side-menu .menu .side-menu-item__header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-bottom: 1px solid hsla(0, 0%, 100%, 0.1);
	padding-bottom: 34px;
}

@media (max-width: 1919px) {
	.side-menu .menu .side-menu-item__header {
		padding-bottom: 24px;
	}
}

@media (max-width: 1023px) {
	.side-menu .menu .side-menu-item__header {
		padding-bottom: 34px;
	}
}

@media (max-width: 767px) {
	.side-menu .menu .side-menu-item__header {
		padding-bottom: 20px;
	}
}

.side-menu .menu .side-menu-item .title {
	color: #fff;
	font-weight: 700;
	font-size: 38px;
	white-space: nowrap;
}

@media (max-width: 1919px) {
	.side-menu .menu .side-menu-item .title {
		font-size: 28px;
	}
}

@media (max-width: 1023px) {
	.side-menu .menu .side-menu-item .title {
		font-size: 38px;
	}
}

@media (max-width: 767px) {
	.side-menu .menu .side-menu-item .title {
		font-size: 18px;
	}
}

.side-menu .menu .side-menu-item .filters-search-wrap {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.side-menu .menu .side-menu-item .filters-search-icon {
	position: absolute;
	left: 0;
	width: 14px;
	height: 15px;
	stroke: hsla(0, 0%, 100%, 0.3);
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}

@media (max-width: 767px) {
	.side-menu .menu .side-menu-item .filters-search-icon {
		width: 12px;
		height: 13px;
	}
}

.side-menu .menu .side-menu-item .filters-search {
	width: 100%;
	background-color: rgba(0, 0, 0, 0);
	padding: 24px 0 24px 25px;
	border: none;
	border-bottom: 1px solid hsla(0, 0%, 100%, 0.2);
	outline: none;
	font-family: Museo Sans Cyrl, Arial;
	font-weight: 300;
	font-size: 20px;
	line-height: 1;
	color: #fff;
}

.side-menu .menu .side-menu-item .filters-search::-webkit-input-placeholder {
	color: hsla(0, 0%, 100%, 0.3);
}

.side-menu .menu .side-menu-item .filters-search::-moz-placeholder {
	color: hsla(0, 0%, 100%, 0.3);
}

.side-menu .menu .side-menu-item .filters-search:-ms-input-placeholder {
	color: hsla(0, 0%, 100%, 0.3);
}

.side-menu .menu .side-menu-item .filters-search::-ms-input-placeholder {
	color: hsla(0, 0%, 100%, 0.3);
}

.side-menu .menu .side-menu-item .filters-search::placeholder {
	color: hsla(0, 0%, 100%, 0.3);
}

.side-menu .menu .side-menu-item .filters-search:focus~.filters-search-icon {
	stroke: #fff;
}

@media (max-width: 1919px) {
	.side-menu .menu .side-menu-item .filters-search {
		padding: 20px 0 20px 25px;
		font-size: 18px;
	}
}

@media (max-width: 1023px) {
	.side-menu .menu .side-menu-item .filters-search {
		font-size: 20px;
		padding: 24px 0 24px 25px;
	}
}

@media (max-width: 767px) {
	.side-menu .menu .side-menu-item .filters-search {
		font-size: 14px;
		padding: 18px 0 18px 18px;
	}
}

.side-menu .menu .side-menu-item .filters-list li {
	padding: 20px 0;
	border-bottom: 1px solid hsla(0, 0%, 100%, 0.1);
}

@media (max-width: 1919px) {
	.side-menu .menu .side-menu-item .filters-list li {
		padding: 16px 0;
	}
}

@media (max-width: 1023px) {
	.side-menu .menu .side-menu-item .filters-list li {
		padding: 20px 0;
	}
}

@media (max-width: 767px) {
	.side-menu .menu .side-menu-item .filters-list li {
		padding: 16px 0;
	}
}

.side-menu .menu .side-menu-item .filters-list a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #a4b1bb;
	font-size: 20px;
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
	white-space: nowrap;
}

.side-menu .menu .side-menu-item .filters-list a:active,
.side-menu .menu .side-menu-item .filters-list a:hover {
	color: hsla(0, 0%, 100%, 0.3);
}

.side-menu .menu .side-menu-item .filters-list a:active span:after,
.side-menu .menu .side-menu-item .filters-list a:active span:before,
.side-menu .menu .side-menu-item .filters-list a:hover span:after,
.side-menu .menu .side-menu-item .filters-list a:hover span:before {
	background-color: hsla(0, 0%, 100%, 0.3);
}

@media (max-width: 1919px) {
	.side-menu .menu .side-menu-item .filters-list a {
		font-size: 18px;
	}
}

@media (max-width: 1023px) {
	.side-menu .menu .side-menu-item .filters-list a {
		font-size: 20px;
	}
}

@media (max-width: 767px) {
	.side-menu .menu .side-menu-item .filters-list a {
		font-size: 14px;
	}
}

.side-menu .menu .side-menu-item .filters-list a.active {
	color: #fff;
}

.side-menu .menu .side-menu-item .filters-list a.active span:before {
	background-color: #fff;
}

.side-menu .menu .side-menu-item .filters-list a.active span:after {
	display: none;
}

.side-menu .menu .side-menu-item .filters-list a.active:active,
.side-menu .menu .side-menu-item .filters-list a.active:hover {
	color: hsla(0, 0%, 100%, 0.3);
}

.side-menu .menu .side-menu-item .filters-list a.active:active span:before,
.side-menu .menu .side-menu-item .filters-list a.active:hover span:before {
	background-color: hsla(0, 0%, 100%, 0.3);
}

.side-menu .menu .side-menu-item .filters-list a span {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 13px;
	height: 13px;
	position: relative;
	margin-right: 16px;
}

@media (max-width: 1919px) {
	.side-menu .menu .side-menu-item .filters-list a span {
		width: 11px;
		height: 11px;
		margin-right: 14px;
	}
}

@media (max-width: 1023px) {
	.side-menu .menu .side-menu-item .filters-list a span {
		width: 13px;
		height: 13px;
		margin-right: 16px;
	}
}

@media (max-width: 767px) {
	.side-menu .menu .side-menu-item .filters-list a span {
		width: 9px;
		height: 9px;
		margin-right: 12px;
	}
}

.side-menu .menu .side-menu-item .filters-list a span:before {
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 1px;
	background-color: #a4b1bb;
}

.side-menu .menu .side-menu-item .filters-list a span:after {
	content: "";
	display: block;
	position: absolute;
	height: 100%;
	width: 1px;
	background-color: #a4b1bb;
}

.side-menu .menu .side-menu-item--dropdown {
	margin-bottom: 40px;
}

.side-menu .menu .side-menu-item--dropdown:last-child {
	margin-bottom: 0;
}

.side-menu .menu .side-menu-item--dropdown .side-menu-item__header {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.side-menu .menu .side-menu-item--dropdown .side-menu-item__header:hover {
	cursor: pointer;
}

.side-menu .menu .side-menu-item--dropdown .side-menu-item__header svg {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
	width: 22px;
	height: 11px;
	stroke: #fff;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

@media (max-width: 1919px) {
	.side-menu .menu .side-menu-item--dropdown .side-menu-item__header svg {
		width: 16px;
		height: 8px;
	}
}

@media (max-width: 1023px) {
	.side-menu .menu .side-menu-item--dropdown .side-menu-item__header svg {
		width: 22px;
		height: 11px;
	}
}

@media (max-width: 767px) {
	.side-menu .menu .side-menu-item--dropdown .side-menu-item__header svg {
		width: 14px;
		height: 7px;
	}
}

.side-menu .menu .side-menu-item--dropdown .side-menu-item__body {
	overflow: hidden;
	max-height: 0;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.side-menu .menu .side-menu-item--dropdown-open .side-menu-item__header svg {
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
}

.side-menu .menu .side-menu-item--dropdown-open .side-menu-item__body {
	max-height: 600px;
}

.side-menu__footer {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 70px 0 70px 80px;
	border-top: 1px solid hsla(0, 0%, 100%, 0.2);
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-height: 191px;
}

@media (max-width: 1919px) {
	.side-menu__footer {
		padding: 50px 0 50px 60px;
		max-height: 151px;
	}
}

@media (max-width: 1023px) {
	.side-menu__footer {
		padding: 70px 0 70px 60px;
		max-height: 191px;
	}
}

@media (max-width: 767px) {
	.side-menu__footer {
		padding: 40px;
		max-height: 113px;
	}
}

.side-menu__btn {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 0;
	border: none;
	border-radius: 130px;
	height: 50px;
	width: 160px;
	font-weight: 700;
	font-size: 16px;
	cursor: pointer;
	transition: 0.2s;
}

@media (max-width: 1919px) {
	.side-menu__btn {
		width: 130px;
		height: 40px;
		font-size: 14px;
	}
}

@media (max-width: 1023px) {
	.side-menu__btn {
		height: 50px;
		font-size: 16px;
		width: 160px;
	}
}

@media (max-width: 767px) {
	.side-menu__btn {
		width: 110px;
		font-size: 12px;
		height: 32px;
	}
}

.side-menu__btn:first-child {
	margin-right: 40px;
}

@media (max-width: 1919px) {
	.side-menu__btn:first-child {
		margin-right: 30px;
	}
}

@media (max-width: 1023px) {
	.side-menu__btn:first-child {
		margin-right: 40px;
	}
}

@media (max-width: 767px) {
	.side-menu__btn:first-child {
		margin-right: 20px;
	}
}

.side-menu__btn--white {
	background-color: #fff;
	color: #00365f;
}

.side-menu__btn--white:active,
.side-menu__btn--white:hover {
	background-color: hsla(0, 0%, 100%, 0.3);
	color: #fff;
}

.side-menu__btn--blue {
	background-color: #1a5481;
	color: #fff;
}

.side-menu__btn--blue:active,
.side-menu__btn--blue:hover {
	background-color: rgba(26, 84, 129, 0.5);
}

.side-menu--open {
	left: 0;
}

.btn {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	height: 50px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	border-radius: 130px;
	font-weight: 700;
	font-size: 16px;
	min-width: 160px;
	padding: 0 30px;
	background-color: rgba(0, 0, 0, 0);
	border: none;
	color: #000;
}

.btn:hover {
	cursor: pointer;
}

@media (max-width: 1919px) {
	.btn {
		height: 40px;
		font-size: 14px;
		min-width: 130px;
		padding: 0 22px;
	}
}

@media (max-width: 1365px) {
	.btn {
		height: 40px;
		font-size: 14px;
	}
}

@media (max-width: 1023px) {
	.btn {
		height: 50px;
		font-size: 16px;
		min-width: 160px;
		padding: 0 30px;
	}
}

@media (max-width: 767px) {
	.btn {
		height: 32px;
		font-size: 12px;
		min-width: 110px;
		padding: 0 18px;
	}
}

.btn--white {
	background-color: #fff;
	color: #000;
}

.btn--white:active,
.btn--white:hover {
	background-color: #00365f;
	color: #fff;
	cursor: pointer;
}

.btn--blue {
	background-color: #1a5481;
	color: #fff;
}

.btn--blue svg {
	fill: #fff;
}

.btn--blue:active,
.btn--blue:hover {
	background-color: #00365f;
	-webkit-box-shadow: 0 10px 10px rgba(0, 54, 95, 0.1);
	box-shadow: 0 10px 10px rgba(0, 54, 95, 0.1);
	cursor: pointer;
}

.btn--red {
	background-color: #d70926;
	color: #fff;
}

.btn--red svg {
	fill: #fff;
}

.btn--red:active,
.btn--red:hover {
	-webkit-box-shadow: 0 10px 10px rgba(215, 9, 38, 0.15);
	box-shadow: 0 10px 10px rgba(215, 9, 38, 0.15);
	cursor: pointer;
}

.btn--with-arr svg {
	width: 7px;
	height: 7px;
	margin-left: 20px;
}

@media (max-width: 767px) {
	.btn--with-arr svg {
		margin-left: 15px;
	}
}

.modal {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 200;
	visibility: hidden;
	opacity: 0;
	overflow: hidden;
	overflow-y: auto;
	-webkit-transition: 0.64s ease-in-out;
	-o-transition: 0.64s ease-in-out;
	transition: 0.64s ease-in-out;
	background-color: rgba(0, 0, 0, 0.8);
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.modal,
.modal .modal-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.modal .modal-container {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	min-height: 100%;
	width: 100%;
	overflow-x: hidden;
	overflow-y: auto;
}

.modal .modal-container:before {
	content: "";
	display: block;
	-ms-flex-preferred-size: 80px;
	flex-basis: 80px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

@media (max-width: 767px) {
	.modal .modal-container:before {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
	}
}

.modal .modal-container:after {
	content: "";
	display: block;
	-ms-flex-preferred-size: 80px;
	flex-basis: 80px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

@media (max-width: 767px) {
	.modal .modal-container:after {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
	}
}

.modal .modal-inner {
	position: relative;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	z-index: 12;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: auto;
	background-color: #fff;
	opacity: 0;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
}

@media (max-width: 767px) {
	.modal .modal-inner {
		width: 100%;
		height: 100%;
	}
}

.modal .modal-close {
	position: absolute;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	right: -36px;
	top: -36px;
	width: 72px;
	height: 72px;
	padding: 0;
	border-radius: 50%;
	background-color: #fff;
	z-index: 12;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
	outline: none;
	border: none;
	-webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.2);
	box-shadow: 0 4px 4px rgba(0, 0, 0, 0.2);
}

@media (max-width: 1023px) {
	.modal .modal-close {
		width: 50px;
		height: 50px;
		right: -25px;
		top: -25px;
	}
}

@media (max-width: 767px) {
	.modal .modal-close {
		position: relative;
		margin-top: 18px;
		margin-bottom: 18px;
		width: 40px;
		min-height: 40px;
		max-height: 40px;
		top: auto;
		right: auto;
	}
}

.modal .modal-close:hover {
	cursor: pointer;
	background-color: #00365f;
}

.modal .modal-close:hover svg {
	stroke: #fff;
}

.modal .modal-close:before {
	content: "";
	display: block;
	width: 52px;
	height: 52px;
	border: 1px solid #f2f2f2;
	border-radius: 50%;
	position: absolute;
}

@media (max-width: 1023px) {
	.modal .modal-close:before {
		width: 36px;
		height: 36px;
	}
}

@media (max-width: 767px) {
	.modal .modal-close:before {
		width: 28px;
		height: 28px;
	}
}

.modal .modal-close svg {
	width: 16px;
	height: 16px;
	stroke: #00365f;
}

@media (max-width: 1023px) {
	.modal .modal-close svg {
		width: 14px;
		height: 14px;
	}
}

@media (max-width: 767px) {
	.modal .modal-close svg {
		width: 10px;
		height: 10px;
	}
}

.modal .video-modal {
	width: 1248px;
	height: 700px;
}

@media (max-width: 1919px) {
	.modal .video-modal {
		width: 848px;
		height: 476px;
	}
}

@media (max-width: 1023px) {
	.modal .video-modal {
		width: 650px;
		height: 365px;
	}
}

@media (max-width: 767px) {
	.modal .video-modal {
		position: absolute;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
		left: 0;
		width: 100%;
		height: 33.33333%;
		min-height: 160px;
		padding: 0 20px;
	}
}

.modal .video-modal iframe {
	width: 100%;
	height: 100%;
}

.contact-us-modal,
.contact-us-previous {
	cursor: pointer;
}

#contact-us-previous .consultation-modal a.btn--modal {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	height: 50px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	border-radius: 130px;
	font-weight: 700;
	font-size: 16px;
	background-color: #1a5481;
	border: none;
	outline: none;
	color: #fff;
	margin: 10px;
	width: auto;
}

.modal .contact-modal {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 900px;
	padding: 100px 0;
}

@media (max-width: 1365px) {
	.modal .contact-modal {
		width: 854px;
	}
}

@media (max-width: 1023px) {
	.modal .contact-modal {
		padding: 90px 0;
		width: 646px;
	}
}

@media (max-width: 767px) {
	.modal .contact-modal {
		width: 100%;
		height: 100%;
		overflow: hidden;
		overflow-y: auto;
		padding: 18px 20px 36px;
	}
}

.modal .contact-modal .title {
	font-size: 38px;
	line-height: 1.5;
	font-weight: 900;
	margin-bottom: 20px;
}

@media (max-width: 1023px) {
	.modal .contact-modal .title {
		margin-bottom: 14px;
		font-size: 36px;
	}
}

@media (max-width: 767px) {
	.modal .contact-modal .title {
		font-size: 24px;
		margin-bottom: 8px;
	}
}

.modal .contact-modal .subtitle {
	font-weight: 500;
	font-size: 16px;
}

@media (max-width: 767px) {
	.modal .contact-modal .subtitle {
		font-size: 12px;
	}
}

.modal .contact-modal form {
	width: 100%;
	max-width: 550px;
	text-align: center;
	margin-top: 80px;
}

@media (max-width: 1023px) {
	.modal .contact-modal form {
		margin-top: 60px;
		max-width: 480px;
	}
}

@media (max-width: 767px) {
	.modal .contact-modal form {
		margin-top: 30px;
	}
}

.modal .contact-modal input {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	background-color: #f0f6fa;
	height: 60px;
	font-family: Museo Sans Cyrl, Arial, sans-serif;
	color: #000;
	font-size: 18px;
	font-weight: 300;
	padding: 0 34px;
	margin-bottom: 40px;
	border: none;
	outline: none;
}

@media (max-width: 1023px) {
	.modal .contact-modal input {
		height: 50px;
		font-size: 16px;
		padding-left: 20px;
		margin-bottom: 36px;
	}
}

@media (max-width: 767px) {
	.modal .contact-modal input {
		height: 36px;
		font-size: 14px;
		padding-left: 15px;
		margin-bottom: 15px;
	}
}

.modal .contact-modal input::-webkit-input-placeholder {
	font-weight: 300;
	color: rgba(0, 0, 0, 0.3);
}

.modal .contact-modal input::-moz-placeholder {
	font-weight: 300;
	color: rgba(0, 0, 0, 0.3);
}

.modal .contact-modal input:-ms-input-placeholder {
	font-weight: 300;
	color: rgba(0, 0, 0, 0.3);
}

.modal .contact-modal input::-ms-input-placeholder {
	font-weight: 300;
	color: rgba(0, 0, 0, 0.3);
}

.modal .contact-modal input::placeholder {
	font-weight: 300;
	color: rgba(0, 0, 0, 0.3);
}

.modal .contact-modal input.no-valid {
	color: #d70926;
}

.modal .contact-modal input.no-valid::-webkit-input-placeholder {
	color: #d70926;
}

.modal .contact-modal input.no-valid::-moz-placeholder {
	color: #d70926;
}

.modal .contact-modal input.no-valid:-ms-input-placeholder {
	color: #d70926;
}

.modal .contact-modal input.no-valid::-ms-input-placeholder {
	color: #d70926;
}

.modal .contact-modal input.no-valid::placeholder {
	color: #d70926;
}

.modal .contact-modal textarea {
	width: 100%;
	background-color: #f0f6fa;
	height: 200px;
	resize: none;
	font-family: Museo Sans Cyrl, Arial, sans-serif;
	color: #000;
	font-size: 18px;
	font-weight: 300;
	padding: 24px 34px;
	margin-bottom: 40px;
	border: none;
	outline: none;
}

@media (max-width: 1023px) {
	.modal .contact-modal textarea {
		height: 180px;
		padding: 20px;
		font-size: 16px;
		margin-bottom: 36px;
	}
}

@media (max-width: 767px) {
	.modal .contact-modal textarea {
		height: 118px;
		padding: 13px 15px;
		font-size: 14px;
		margin-bottom: 20px;
	}
}

.modal .contact-modal textarea::-webkit-input-placeholder {
	font-weight: 300;
	color: rgba(0, 0, 0, 0.3);
}

.modal .contact-modal textarea::-moz-placeholder {
	font-weight: 300;
	color: rgba(0, 0, 0, 0.3);
}

.modal .contact-modal textarea:-ms-input-placeholder {
	font-weight: 300;
	color: rgba(0, 0, 0, 0.3);
}

.modal .contact-modal textarea::-ms-input-placeholder {
	font-weight: 300;
	color: rgba(0, 0, 0, 0.3);
}

.modal .contact-modal textarea::placeholder {
	font-weight: 300;
	color: rgba(0, 0, 0, 0.3);
}

.modal .contact-modal textarea.no-valid {
	color: #d70926;
}

.modal .contact-modal textarea.no-valid::-webkit-input-placeholder {
	color: #d70926;
}

.modal .contact-modal textarea.no-valid::-moz-placeholder {
	color: #d70926;
}

.modal .contact-modal textarea.no-valid:-ms-input-placeholder {
	color: #d70926;
}

.modal .contact-modal textarea.no-valid::-ms-input-placeholder {
	color: #d70926;
}

.modal .contact-modal textarea.no-valid::placeholder {
	color: #d70926;
}

.modal .contact-modal button {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	width: 200px;
	height: 50px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	border-radius: 130px;
	font-weight: 700;
	font-size: 16px;
	background-color: #1a5481;
	border: none;
	outline: none;
	color: #fff;
	margin-top: 60px;
}

.modal .contact-modal button:disabled {
	background-color: #d3d3d3;
}

.modal .contact-modal button:hover {
	cursor: pointer;
}

@media (max-width: 1023px) {
	.modal .contact-modal button {
		margin-top: 50px;
	}
}

@media (max-width: 767px) {
	.modal .contact-modal button {
		width: 140px;
		height: 36px;
		font-size: 14px;
		margin-top: 30px;
	}
}

.contacts-accept-wrap label {
	cursor: pointer;
}

.contacts-accept-wrap label span.wpcf7-list-item-label {
	display: flex;
	align-items: center;
	text-align: left;
	font-size: 14px;
	line-height: 18px;
	font-weight: 500;
}

@media (max-width: 1023px) {
	.contacts-accept-wrap label span.wpcf7-list-item-label {
		font-size: 12px;
		line-height: 16px;
	}
}

@media (max-width: 767px) {
	.contacts-accept-wrap label span.wpcf7-list-item-label {
		font-size: 10px;
		line-height: 14px;
	}
}

.contacts-accept-wrap span.wpcf7-list-item {
	margin: 0;
}

.contacts-accept-input {
	margin: 0 16px 0 0 !important;
	position: absolute;
	width: 1px !important;
	height: 1px !important;
	overflow: hidden;
	clip: rect(0 0 0 0);
	margin: 0;
	padding: 0;
}

.contacts-accept-input:checked+span .check__box:after {
	display: block;
}

.modal .contact-modal .contacts-btn:disabled {
	background-color: #d3d3d3;
}

.modal .contact-modal .contacts-btn {
	display: inline-flex;
	width: 200px;
	height: 50px;
	align-items: center;
	justify-content: center;
	border-radius: 130px;
	font-weight: 700;
	font-size: 16px;
	background-color: #1a5481;
	border: none;
	outline: none;
	color: #fff;
	margin: 0 auto;
	margin-top: 60px;
	padding: 1px 6px;
	cursor: pointer;
}

@media (max-width: 767px) {
	.modal .contact-modal .contacts-btn {
		width: 140px;
		height: 36px;
		font-size: 14px;
		margin-top: 30px;
	}
}

.wpcf7-mail-sent-ok {
	background: #dff0d8;
	border: 1px solid #3c763d !important;
	color: #3c763d;
	display: none !important;
}

span .wpcf7-not-valid {
	border: 2px solid red !important;
}

span.wpcf7-not-valid-tip {
	display: none;
}

div.wpcf7-validation-errors {
	display: none !important;
}

.modal .consultation-modal {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 1090px;
	padding: 100px 120px;
}

@media (max-width: 1365px) {
	.modal .consultation-modal {
		width: 854px;
		padding: 100px 108px 90px;
	}
}

@media (max-width: 1023px) {
	.modal .consultation-modal {
		padding: 90px 83px 70px;
		width: 646px;
	}
}

@media (max-width: 767px) {
	.modal .consultation-modal {
		width: 100%;
		height: 100%;
		overflow: hidden;
		overflow-y: auto;
		padding: 18px 20px 36px;
	}
}

.modal .consultation-modal .title {
	font-size: 38px;
	line-height: 1.5;
	font-weight: 900;
	margin-bottom: 60px;
	text-align: center;
}

@media (max-width: 1023px) {
	.modal .consultation-modal .title {
		font-size: 36px;
		margin-bottom: 40px;
	}
}

@media (max-width: 767px) {
	.modal .consultation-modal .title {
		font-size: 24px;
		margin-bottom: 20px;
	}
}

.modal .consultation-modal .text {
	font-size: 16px;
	line-height: 1.6;
	max-width: 648px;
}

@media (max-width: 1365px) {
	.modal .consultation-modal .text {
		max-width: none;
	}
}

@media (max-width: 1023px) {
	.modal .consultation-modal .text {
		font-size: 14px;
	}
}

@media (max-width: 767px) {
	.modal .consultation-modal .text {
		font-size: 12px;
	}
}

.modal .consultation-modal .video-wrap {
	margin: 40px auto;
	width: 100%;
	height: 476px;
}

@media (max-width: 1365px) {
	.modal .consultation-modal .video-wrap {
		height: 358px;
	}
}

@media (max-width: 1023px) {
	.modal .consultation-modal .video-wrap {
		height: 270px;
		margin: 36px auto;
	}
}

@media (max-width: 767px) {
	.modal .consultation-modal .video-wrap {
		min-height: 187px;
		height: 33.33333%;
		margin: 20px auto;
	}
}

.modal .consultation-modal .video-wrap iframe {
	width: 100%;
	height: 100%;
}

.modal .consultation-modal form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.modal .consultation-modal a {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	width: 200px;
	height: 50px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	border-radius: 130px;
	font-weight: 700;
	font-size: 16px;
	background-color: #1a5481;
	border: none;
	outline: none;
	color: #fff;
	margin-top: 60px;
}

.modal .consultation-modal a.disabled {
	background-color: #d3d3d3;
	pointer-events: none;
}

.modal .consultation-modal a:hover {
	cursor: pointer;
}

@media (max-width: 1023px) {
	.modal .consultation-modal a {
		margin-top: 50px;
	}
}

@media (max-width: 767px) {
	.modal .consultation-modal a {
		width: 170px;
		height: 36px;
		font-size: 14px;
		margin-top: 30px;
	}
}

.modal .thanks-modal {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 850px;
	height: 500px;
	background-color: #00365f;
	position: relative;
	color: #fff;
}

@media (max-width: 1023px) {
	.modal .thanks-modal {
		width: 706px;
		height: 453px;
	}
}

@media (max-width: 767px) {
	.modal .thanks-modal {
		width: 100%;
		height: 100%;
	}
}

.modal .thanks-modal .title {
	font-size: 80px;
	font-weight: 900;
	margin-bottom: 60px;
}

@media (max-width: 1023px) {
	.modal .thanks-modal .title {
		font-size: 70px;
		margin-bottom: 50px;
	}
}

@media (max-width: 767px) {
	.modal .thanks-modal .title {
		font-size: 46px;
		margin-bottom: 40px;
	}
}

.modal .thanks-modal .subtitle {
	font-size: 20px;
	line-height: 1.6;
	font-weight: 500;
	max-width: 310px;
	text-align: center;
}

@media (max-width: 1023px) {
	.modal .thanks-modal .subtitle {
		font-size: 18px;
		max-width: 280px;
	}
}

@media (max-width: 767px) {
	.modal .thanks-modal .subtitle {
		font-size: 16px;
		max-width: 250px;
	}
}

.modal .thanks-modal .stars {
	position: absolute;
	width: 221px;
	height: 164px;
	top: 69px;
	left: 140px;
	opacity: 0.1;
}

@media (max-width: 1023px) {
	.modal .thanks-modal .stars {
		top: 40px;
		left: 74px;
	}
}

@media (max-width: 767px) {
	.modal .thanks-modal .stars {
		top: 50px;
		left: auto;
	}
}

.modal--open {
	visibility: visible;
	opacity: 1;
}

.modal--open .modal-inner {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	-webkit-transition: 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	-o-transition: 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	transition: 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	opacity: 1;
}

.pagination {
	margin: 0 auto 150px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

@media (max-width: 1365px) {
	.pagination {
		margin-bottom: 140px;
	}
}

@media (max-width: 767px) {
	.pagination {
		margin-bottom: 70px;
	}
}

.pagination .page-numbers {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.pagination .page-numbers li {
	margin: 0 3px;
}

.pagination .page-numbers a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 60px;
	height: 60px;
	font-size: 18px;
	text-decoration: none;
	color: #000;
	border-radius: 50%;
	position: relative;
}

.pagination .page-numbers a:before {
	content: "";
	display: block;
	width: 44px;
	height: 44px;
	border: 1px solid rgba(0, 0, 0, 0);
	position: absolute;
	top: 7px;
	left: 7px;
	border-radius: 50%;
}

.pagination .page-numbers a:active,
.pagination .page-numbers a:hover {
	background-color: #1a5481;
	color: #fff;
	-webkit-box-shadow: 0 10px 10px rgba(26, 84, 129, 0.1);
	box-shadow: 0 10px 10px rgba(26, 84, 129, 0.1);
}

.pagination .page-numbers a:active:before,
.pagination .page-numbers a:hover:before {
	border-color: hsla(0, 0%, 100%, 0.1);
}

@media (max-width: 767px) {
	.pagination .page-numbers a {
		width: 36px;
		height: 36px;
		font-size: 14px;
	}

	.pagination .page-numbers a:before {
		width: 26px;
		height: 26px;
		top: 4px;
		left: 4px;
	}
}

.pagination .page-numbers span {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 60px;
	height: 60px;
	font-size: 18px;
	text-decoration: none;
	border-radius: 50%;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
	position: relative;
}

.pagination .page-numbers span:before {
	content: "";
	display: block;
	width: 44px;
	height: 44px;
	border: 1px solid hsla(0, 0%, 100%, 0.1);
	position: absolute;
	top: 7px;
	left: 7px;
	border-radius: 50%;
}

@media (max-width: 767px) {
	.pagination .page-numbers span {
		width: 36px;
		height: 36px;
		font-size: 14px;
	}

	.pagination .page-numbers span:before {
		width: 26px;
		height: 26px;
		top: 4px;
		left: 4px;
	}
}

.pagination .page-numbers span.current {
	background-color: #00365f;
	color: #fff;
}

.pagination .page-numbers span.current:active,
.pagination .page-numbers span.current:hover {
	background-color: #00365f;
}

@media (min-width: 1921px) {
	.sharing-cont {
		position: relative;
	}
}

.sharing-cont {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100vw;
}

@media (max-width: 1023px) {
	.sharing-cont {
		width: auto;
		position: unset;
	}
}

@media (max-width: 767px) {
	.sharing-cont {
		margin-top: 50px;
		height: 56px;
	}
}

.sharing-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	position: absolute;
	z-index: 2;
	left: 80px;
	top: 100px;
	width: 166px;
}

@media (max-width: 1919px) {
	.sharing-wrap {
		left: 60px;
	}
}

@media (max-width: 1365px) {
	.sharing-wrap {
		left: 40px;
		top: 90px;
		width: 132px;
	}
}

@media (max-width: 1023px) {
	.sharing-wrap {
		left: -95px;
		width: 240px;
		-webkit-transform: rotate(-90deg);
		-ms-transform: rotate(-90deg);
		transform: rotate(-90deg);
		top: 180px;
		flex-direction: row-reverse;
	}
}

@media (max-width: 767px) {
	.sharing-wrap {
		position: relative;
		top: unset;
		left: 50%;
		transform: translateX(-50%);
		max-width: 280px;
		display: -webkit-inline-box;
		display: -ms-inline-flexbox;
		display: inline-flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-align: stretch;
		-ms-flex-align: stretch;
		align-items: stretch;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		margin-left: auto;
		margin-right: auto;
		padding: 0;
		width: unset;
		padding-bottom: 20px;
	}
}

.sharing {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0 9px;
}

@media (max-width: 1023px) {
	.sharing {
		position: relative;
		height: 35px;
		padding: 0;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
	}
}

@media (max-width: 767px) {
	.sharing {
		height: auto;
	}
}

.sharing .title {
	font-weight: 700;
	font-size: 13px;
	line-height: 1.5;
	padding: 12px 0;
	text-transform: uppercase;
	color: #a4b1bb;
	letter-spacing: 0.1em;
}

@media (max-width: 1365px) {
	.sharing .title {
		font-size: 12px;
	}
}

@media (max-width: 1023px) {
	.sharing .title {
		border-left: 1px solid #f2f2f2;
		border-right: 1px solid #f2f2f2;
		padding-left: 12px;
		padding-right: 12px;
	}
}

@media (max-width: 767px) {
	.sharing .title {
		display: none;
	}
}

.sharing .share-icon {
	display: none;
}

@media (max-width: 1023px) {
	.sharing .share-icon {
		display: inline-block;
		width: 22px;
		height: 22px;
		margin-right: 16px;
	}

	.sharing .share-icon svg {
		width: 100%;
		height: 100%;
	}
}

.sharing__links {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 20px 15px;
	border-top: 1px solid #f2f2f2;
	border-bottom: 1px solid #f2f2f2;
}

@media (max-width: 1023px) {
	.sharing__links {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		border: none;
		border-left: 1px solid #f2f2f2;
		border-right: 1px solid #f2f2f2;
		padding: 16px;
	}
}

.sharing__links a {
	height: 21px;
	width: 21px;
	margin-right: 35px;
}

.sharing__links a:last-child {
	margin-right: 0;
	margin-left: 0;
}

.sharing__links a:active svg,
.sharing__links a:hover svg {
	fill: #d70926;
}

@media (max-width: 1365px) {
	.sharing__links a {
		width: 18px;
		height: 18px;
		margin-right: 25px;
	}
}

@media (max-width: 1023px) {
	.sharing__links a {
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
		width: 17px;
		height: 17px;
		margin-right: 18px;
		margin-left: 0;
	}
}

.sharing__links a.fb {
	width: 8px;
}

.sharing__links a svg {
	width: 100%;
	height: 100%;
	fill: #00365f;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}

.calendar {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	margin-top: 40px;
	padding: 0 9px;
}

.calendar:hover .title {
	color: #1a5481;
	cursor: pointer;
}

.calendar:hover .title .arr {
	stroke: #1a5481;
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
}

.calendar:hover .title .calendar-icon {
	fill: #1a5481;
}

.calendar:hover .calendar__links {
	max-height: 400px;
}

@media (max-width: 1365px) {
	.calendar {
		margin-top: 36px;
	}
}

@media (max-width: 1023px) {
	.calendar {
		position: relative;
		display: -webkit-inline-box;
		display: -ms-inline-flexbox;
		display: inline-flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		width: auto;
		margin-top: 0;
		left: auto;
		top: auto;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
		border: none;
		border-left: 1px solid #f2f2f2;
		border-right: 1px solid #f2f2f2;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		padding: 0;
	}
}

.calendar .title {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
	font-weight: 700;
	font-size: 13px;
	line-height: 1.5;
	text-transform: uppercase;
	text-align: center;
	color: #a4b1bb;
	letter-spacing: 0.1em;
	padding: 12px 0;
	border: 1px solid #f2f2f2;
	border-right: none;
	border-left: none;
	-webkit-transition: color 0.2s;
	-o-transition: color 0.2s;
	transition: color 0.2s;
}

@media (max-width: 1365px) {
	.calendar .title {
		font-size: 12px;
	}
}

@media (max-width: 1023px) {
	.calendar .title {
		font-size: 10px;
		border: none;
		padding: 0;
		width: 155px;
	}

	.calendar .title br {
		display: none;
	}
}

.calendar .title .arr {
	display: none;
}

@media (max-width: 1023px) {
	.calendar .title .arr {
		display: block;
		transform: rotate(90deg);
		margin-right: 10px;
	}
}

.calendar .title .calendar-icon {
	display: none;
}

@media (max-width: 767px) {
	.calendar .title {
		font-size: 10px;
		border: none;
		padding: 1px 14px;
	}

	.calendar .title .calendar-icon {
		display: block;
		width: 100%;
		min-width: 24px;
		height: 24px;
		margin-right: 10px;
		fill: #a4b1bb;
	}

	.calendar .title .arr {
		display: none;
	}
}

.calendar__links {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	overflow: hidden;
	max-height: 0;
	-webkit-transition: 0.4s ease;
	-o-transition: 0.4s ease;
	transition: 0.4s ease;
}

@media (max-width: 1023px) {
	.calendar__links {
		position: absolute;
		width: 100%;
		top: 100%;
		left: 0;
		max-height: 0;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
		background-color: #00365f;
		border-radius: 5px;
	}
}

.calendar__links a {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	font-weight: 700;
	font-size: 13px;
	color: #00365f;
	padding: 16px 4px;
	border-bottom: 1px solid #f2f2f2;
}

.calendar__links a:active,
.calendar__links a:hover {
	color: #d70926;
}

.calendar__links a:active svg,
.calendar__links a:hover svg {
	fill: #d70926;
}

@media (max-width: 1365px) {
	.calendar__links a {
		font-size: 12px;
		padding: 14px 4px;
	}
}

@media (max-width: 1023px) {
	.calendar__links a {
		padding: 14px;
		color: #a4b1bb;
		border-color: hsla(0, 0%, 100%, 0.1);
	}

	.calendar__links a:active,
	.calendar__links a:hover {
		color: #fff;
	}

	.calendar__links a:active svg,
	.calendar__links a:hover svg {
		fill: #fff;
	}

	.calendar__links a:last-child {
		border-bottom: none;
	}
}

.calendar__links a svg {
	width: 6px;
	height: 6px;
	fill: #00365f;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}

@media (max-width: 1023px) {
	.calendar__links a svg {
		fill: #a4b1bb;
	}
}

.sharing-wrap--fixed {
	position: fixed;
	z-index: 5;
	top: 50px;
}

.sharing-wrap--fixed .sharing {
	background-color: #00365f;
	border-radius: 5px;
}

.sharing-wrap--fixed .calendar {
	background-color: #00365f;
	border-radius: 5px;
}

@media (max-width: 1023px) {
	.sharing-wrap--fixed {
		top: 230px;
		margin-top: 0;
		border-radius: 5px;
	}
}

@media (max-width: 1023px) {
	.sharing-wrap--fixed .sharing {
		padding: 0;
		border-radius: 5px;
		padding-right: 7px;
		margin-left: 20px;
	}
}

@media (max-width: 767px) {
	.sharing-wrap--fixed .sharing {
		margin-right: 0;
		margin-left: 0;
	}

	.sharing-wrap--fixed {
		top: 85px;
	}
}

.sharing-wrap--fixed .sharing__links {
	border-bottom: none;
	border-color: hsla(0, 0%, 100%, 0.1);
}

@media (max-width: 1023px) {
	.sharing-wrap--fixed .sharing__links {
		border-color: rgba(0, 0, 0, 0);
	}
}

.sharing-wrap--fixed .sharing__links a:active svg,
.sharing-wrap--fixed .sharing__links a:hover svg {
	fill: #fff;
}

.sharing-wrap--fixed .sharing__links a svg {
	fill: #a4b1bb;
}

.sharing-wrap--fixed .calendar {
	border-color: rgba(0, 0, 0, 0);
}

@media (max-width: 1023px) {
	.sharing-wrap--fixed .calendar {
		padding: 0;
		border-radius: 5px;
		border-left-color: hsla(0, 0%, 100%, 0.1);
	}
}

.sharing-wrap--fixed .calendar:hover .title {
	color: #fff;
}

.sharing-wrap--fixed .calendar:hover .title .calendar-icon {
	fill: #fff;
}

.sharing-wrap--fixed .calendar .title {
	border-color: hsla(0, 0%, 100%, 0.1);
}

.sharing-wrap--fixed .calendar__links a {
	color: #a4b1bb;
	border-color: hsla(0, 0%, 100%, 0.1);
}

.sharing-wrap--fixed .calendar__links a:active,
.sharing-wrap--fixed .calendar__links a:hover {
	color: #fff;
}

.sharing-wrap--fixed .calendar__links a:active svg,
.sharing-wrap--fixed .calendar__links a:hover svg {
	fill: #fff;
}

.sharing-wrap--fixed .calendar__links a svg {
	fill: #a4b1bb;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}

.sharing-wrap--fixed-bottom {
	position: absolute !important;
	top: auto !important;
	bottom: 0;
}

.article-card {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

@media (max-width: 767px) {
	.article-card {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}

.article-card .card-link:active~.article-card__right .title,
.article-card .card-link:hover~.article-card__right .title {
	color: #d70926;
}

.article-card__left {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	position: relative;
	-ms-flex-preferred-size: 250px;
	flex-basis: 250px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	padding: 20px 0;
	min-height: 180px;
}

@media (max-width: 1365px) {
	.article-card__left {
		min-height: 136px;
		-ms-flex-preferred-size: 188px;
		flex-basis: 188px;
		padding: 12px 0;
	}
}

@media (max-width: 1023px) {
	.article-card__left {
		-ms-flex-preferred-size: 314px;
		flex-basis: 314px;
		min-height: 227px;
		padding: 20px 0;
	}
}

@media (max-width: 767px) {
	.article-card__left {
		min-height: 187px;
		-ms-flex-preferred-size: auto;
		flex-basis: auto;
	}
}

.article-card__left img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.article-card__left .tags {
	position: relative;
	margin-top: -8px;
	margin-left: -15px;
}

@media (max-width: 1365px) {
	.article-card__left .tags {
		margin-left: -10px;
		margin-top: -4px;
	}
}

@media (max-width: 1023px) {
	.article-card__left .tags {
		margin-left: -15px;
	}
}

.article-card__left .tags .tags-item a {
	position: relative;
	z-index: 4;
}

.article-card__left .date {
	display: inline-block;
	position: relative;
	z-index: 2;
	color: #fff;
	font-weight: 500;
	font-size: 12px;
	margin-left: 14px;
	text-shadow: 2px 3px 3px rgba(0, 0, 0, 0.2);
}

@media (max-width: 1365px) {
	.article-card__left .date {
		margin-left: 12px;
		font-size: 10px;
	}
}

@media (max-width: 1023px) {
	.article-card__left .date {
		margin-left: 20px;
		font-size: 10px;
	}
}

.article-card__right {
	width: 100%;
	margin-left: 30px;
	border-bottom: 1px solid #f2f2f2;
}

@media (max-width: 1365px) {
	.article-card__right {
		margin-left: 35px;
	}
}

@media (max-width: 1023px) {
	.article-card__right {
		margin-left: 25px;
	}
}

@media (max-width: 767px) {
	.article-card__right {
		margin-left: 0;
		margin-top: 20px;
		padding-bottom: 16px;
	}
}

.article-card__right .title {
	font-weight: 900;
	color: #000;
	font-size: 16px;
	line-height: 1.5;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}

@media (max-width: 1365px) {
	.article-card__right .title {
		font-size: 14px;
	}
}

@media (max-width: 1023px) {
	.article-card__right .title {
		font-size: 16px;
	}
}

.announcement-card {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding: 34px 36px 50px;
	border-right: 1px solid #f2f2f2;
	border-bottom: 1px solid #f2f2f2;
}

.announcement-card:active .title,
.announcement-card:hover .title {
	color: #d70926;
}

@media (max-width: 1365px) {
	.announcement-card {
		padding: 34px 26px;
	}
}

@media (max-width: 1023px) {
	.announcement-card {
		padding: 30px 18px;
	}
}

@media (max-width: 767px) {
	.announcement-card {
		padding: 36px 20px;
		border-right: none;
		-ms-align-items: center;
		align-items: center;
	}

	.announcement-card:first-child {
		border-top: 1px solid #f2f2f2;
	}
}

.announcement-card__img {
	display: block;
	position: relative;
	width: 210px;
	height: 210px;
	border-radius: 20%;
	margin-bottom: 80px;
}

@media (max-width: 1365px) {
	.announcement-card__img {
		width: 150px;
		height: 150px;
		margin-bottom: 70px;
	}
}

@media (max-width: 1023px) {
	.announcement-card__img {
		width: 120px;
		height: 120px;
		margin-bottom: 40px;
	}
}

@media (max-width: 767px) {
	.announcement-card__img {
		width: 210px;
		height: 210px;
		margin-bottom: 46px;
	}
}

.announcement-card__img img {
	width: 100%;
	height: 100%;
	border-radius: 20%;
}

.announcement-card__date {
	font-size: 24px;
	color: #a4b1bb;
	text-transform: uppercase;
	margin-bottom: 26px;
}

@media (max-width: 1365px) {
	.announcement-card__date {
		font-size: 18px;
		margin-bottom: 20px;
	}
}

@media (max-width: 1023px) {
	.announcement-card__date {
		font-size: 14px;
		margin-bottom: 20px;
	}
}

@media (max-width: 767px) {
	.announcement-card__date {
		font-size: 24px;
		margin-bottom: 26px;
	}
}

.announcement-card__info {
	border-top: 1px solid #f2f2f2;
	padding-top: 10px;
}

@media (max-width: 767px) {
	.announcement-card__info {
		width: 100%;
		text-align: center;
		max-width: 240px;
		margin: 0 auto;
	}
}

.announcement-card__info-header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 12px;
	min-height: 20px;
}

@media (max-width: 1365px) {
	.announcement-card__info-header {
		margin-bottom: 8px;
	}
}

@media (max-width: 1023px) {
	.announcement-card__info-header {
		min-height: 18px;
	}
}

@media (max-width: 767px) {
	.announcement-card__info-header {
		min-height: 20px;
		justify-content: center;
	}
}

.announcement-card__city {
	position: relative;
	z-index: 4;
	font-size: 13px;
	color: #a4b1bb;
}

.announcement-card__city:active,
.announcement-card__city:hover {
	color: #1a5481;
}

@media (max-width: 1365px) {
	.announcement-card__city {
		font-size: 11px;
	}
}

@media (max-width: 1023px) {
	.announcement-card__city {
		font-size: 10px;
	}
}

@media (max-width: 767px) {
	.announcement-card__city {
		font-size: 13px;
	}
}

.announcement-card .status {
	margin-left: 16px;
}

@media (max-width: 1365px) {
	.announcement-card .status {
		margin-left: 14px;
	}
}

@media (max-width: 1023px) {
	.announcement-card .status {
		margin-left: 8px;
	}
}

@media (max-width: 767px) {
	.announcement-card .status {
		margin-left: 16px;
	}
}

.announcement-card .title {
	font-weight: 900;
	color: #000;
	font-size: 16px;
	line-height: 1.5;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}

@media (max-width: 1365px) {
	.announcement-card .title {
		font-size: 14px;
	}
}

@media (max-width: 1023px) {
	.announcement-card .title {
		font-size: 12px;
	}
}

@media (max-width: 767px) {
	.announcement-card .title {
		font-size: 16px;
	}
}

.announcement-card--past .announcement-card__img:after {
	display: block;
	position: absolute;
	content: "";
	z-index: 2;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 20%;
	background-color: #a4b1bb;
	opacity: 0.6;
}

.announcement-card--past .announcement-card__date,
.announcement-card--past .announcement-card__info .status,
.announcement-card--past .announcement-card__info .title a {
	color: #d3d3d3;
}

.announcement-card--past .announcement-card__info .title a:active,
.announcement-card--past .announcement-card__info .title a:hover {
	color: #d70926;
}

.story-card {
	position: relative;
	width: 100%;
	max-width: 846px;
	background-color: #fff;
	padding-top: 100px;
	padding-left: 100px;
	padding-bottom: 34px;
}

.story-card:active .institution,
.story-card:active .name,
.story-card:active .title,
.story-card:hover .institution,
.story-card:hover .name,
.story-card:hover .title {
	color: #d70926;
}

@media (max-width: 1365px) {
	.story-card {
		max-width: 635px;
		padding-top: 70px;
		padding-left: 50px;
		padding-bottom: 30px;
	}
}

@media (max-width: 1023px) {
	.story-card {
		max-width: 540px;
		padding: 56px 20px 26px 50px;
	}
}

@media (max-width: 767px) {
	.story-card {
		padding: 38px 20px 36px;
	}
}

.story-card__info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

@media (max-width: 767px) {
	.story-card__info {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}

.story-card__img {
	position: relative;
	width: 100%;
	max-width: 175px;
	height: 175px;
	border-radius: 50%;
	flex: none;
}

@media (max-width: 1365px) {
	.story-card__img {
		max-width: 130px;
		height: 130px;
	}
}

@media (max-width: 1023px) {
	.story-card__img {
		max-width: 110px;
		height: 110px;
	}
}

@media (max-width: 767px) {
	.story-card__img {
		margin-right: auto;
		margin-left: auto;
	}
}

.story-card__img img {
	width: 100%;
	height: 100%;
	border-radius: 50%;
}

.story-card__img .play-icon {
	display: none;
	position: absolute;
	top: -8px;
	right: -8px;
	width: 54px;
	height: 54px;
}

@media (max-width: 1365px) {
	.story-card__img .play-icon {
		width: 40px;
		height: 40px;
		top: -6px;
		right: -2px;
	}
}

@media (max-width: 1023px) {
	.story-card__img .play-icon {
		width: 30px;
		height: 30px;
		top: -4px;
		right: 2px;
	}
}

.story-card__img .play-icon:before {
	width: 40px;
	height: 40px;
	top: 6px;
	left: 6px;
}

@media (max-width: 1365px) {
	.story-card__img .play-icon:before {
		width: 30px;
		height: 30px;
		top: 4px;
		left: 4px;
	}
}

@media (max-width: 1023px) {
	.story-card__img .play-icon:before {
		width: 22px;
		height: 22px;
		top: 3px;
		left: 3px;
	}
}

.story-card__img .play-icon:after {
	border-left: 12px solid #fff;
	border-top: 8px solid rgba(0, 0, 0, 0);
	border-bottom: 8px solid rgba(0, 0, 0, 0);
}

@media (max-width: 1365px) {
	.story-card__img .play-icon:after {
		border-left: 10px solid #fff;
		border-top: 6px solid rgba(0, 0, 0, 0);
		border-bottom: 6px solid rgba(0, 0, 0, 0);
	}
}

@media (max-width: 1023px) {
	.story-card__img .play-icon:after {
		border-left: 6px solid #fff;
		border-top: 4px solid rgba(0, 0, 0, 0);
		border-bottom: 4px solid rgba(0, 0, 0, 0);
	}
}

.story-card__img .play-icon:active,
.story-card__img .play-icon:hover {
	background-color: #00365f;
}

.story-card:active .play-icon,
.story-card:hover .play-icon {
	background-color: #d70926;
}

.story-card__text {
	margin-left: 70px;
}

@media (max-width: 1365px) {
	.story-card__text {
		margin-left: 75px;
	}
}

@media (max-width: 1023px) {
	.story-card__text {
		margin-left: 64px;
	}
}

@media (max-width: 767px) {
	.story-card__text {
		margin-top: 26px;
		margin-left: 20px;
	}
}

.story-card .title {
	display: inline-block;
	font-weight: 900;
	font-size: 16px;
	line-height: 1.5;
	color: #000;
	margin-bottom: 26px;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}

@media (max-width: 1365px) {
	.story-card .title {
		margin-bottom: 12px;
	}
}

@media (max-width: 1023px) {
	.story-card .title {
		font-size: 14px;
	}
}

@media (max-width: 767px) {
	.story-card .title {
		font-size: 12px;
	}
}

.story-card .description {
	position: relative;
	font-size: 20px;
	line-height: 1.4;
}

@media (max-width: 1365px) {
	.story-card .description {
		font-size: 18px;
	}
}

@media (max-width: 1023px) {
	.story-card .description {
		font-size: 16px;
	}
}

@media (max-width: 767px) {
	.story-card .description {
		font-size: 13px;
	}
}

.story-card .description:before {
	position: absolute;
	top: 10px;
	left: -26px;
	content: "";
	display: block;
	width: 14px;
	height: 10px;
	background: url(img/story-card-blockquote.svg) no-repeat 50%;
	background-size: cover;
}

@media (max-width: 1023px) {
	.story-card .description:before {
		width: 12px;
		height: 8px;
		top: 8px;
	}
}

@media (max-width: 767px) {
	.story-card .description:before {
		top: 6px;
		left: -20px;
	}
}

.story-card__bottom {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 70px;
}

@media (max-width: 1365px) {
	.story-card__bottom {
		margin-top: 36px;
	}
}

@media (max-width: 1023px) {
	.story-card__bottom {
		margin-top: 32px;
	}
}

@media (max-width: 767px) {
	.story-card__bottom {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}

.story-card__bottom .name {
	display: inline-block;
	font-size: 13px;
	line-height: 1.2;
	font-weight: 700;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
	color: #00365f;
	margin-right: 25px;
}

@media (max-width: 1365px) {
	.story-card__bottom .name {
		font-size: 12px;
	}
}

@media (max-width: 1023px) {
	.story-card__bottom .name {
		font-size: 11px;
	}
}

@media (max-width: 767px) {
	.story-card__bottom .name {
		margin-bottom: 10px;
	}
}

.story-card__bottom .institution {
	display: inline-block;
	font-size: 13px;
	line-height: 1.2;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
	color: #00365f;
}

@media (max-width: 1365px) {
	.story-card__bottom .institution {
		font-size: 12px;
	}
}

@media (max-width: 1023px) {
	.story-card__bottom .institution {
		font-size: 11px;
	}
}

.story-card--with-video .play-icon,
.training-card {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.training-card {
	position: relative;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	min-height: 395px;
	border: 1px solid #f2f2f2;
	background-color: #fff;
}

@media (max-width: 1365px) {
	.training-card {
		min-height: 300px;
	}
}

@media (max-width: 1023px) {
	.training-card {
		min-height: 228px;
	}
}

@media (max-width: 767px) {
	.training-card {
		min-height: 294px;
	}
}

.training-card .card-link:active~.title,
.training-card .card-link:hover~.title {
	background-color: #1a5481;
}

.training-card img {
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-ms-flex-item-align: center;
	align-self: center;
}

.training-card .title {
	position: relative;
	margin-top: 294px;
	margin-bottom: 30px;
	left: 0;
	z-index: 2;
	min-width: 112px;
	max-width: calc(100% - 20px);
	display: block;
	font-size: 16px;
	line-height: 1.5;
	font-weight: 900;
	color: #fff;
	background-color: #00365f;
	padding: 6px 8px 6px 30px;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}

@media (max-width: 1365px) {
	.training-card .title {
		margin-top: 205px;
		min-width: 98px;
		margin-bottom: 20px;
		padding: 6px 8px 6px 26px;
		font-size: 14px;
	}
}

@media (max-width: 1023px) {
	.training-card .title {
		margin-top: 150px;
		min-width: 83px;
		margin-bottom: 10px;
		font-size: 12px;
	}
}

@media (max-width: 767px) {
	.training-card .title {
		margin-top: 200px;
		min-width: 98px;
		margin-bottom: 20px;
		font-size: 14px;
	}
}

.training-card--small-img img {
	width: auto;
	height: auto;
	max-width: 75%;
	max-height: 75%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.test-card {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	min-height: 395px;
	border: 1px solid #f2f2f2;
	background-color: #fff;
}

@media (max-width: 1365px) {
	.test-card {
		min-height: 300px;
	}
}

@media (max-width: 1023px) {
	.test-card {
		min-height: 228px;
	}
}

@media (max-width: 767px) {
	.test-card {
		min-height: 294px;
	}
}

.test-card .card-link:active~.title,
.test-card .card-link:hover~.title {
	background-color: #1a5481;
}

.test-card img {
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-ms-flex-item-align: center;
	align-self: center;
}

.test-card .title {
	position: relative;
	margin-top: 294px;
	margin-bottom: 30px;
	left: 0;
	z-index: 2;
	min-width: 170px;
	max-width: calc(100% - 20px);
	display: block;
	font-size: 16px;
	line-height: 1.5;
	font-weight: 900;
	color: #fff;
	background-color: #00365f;
	padding: 6px 8px 6px 30px;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}

@media (max-width: 1365px) {
	.test-card .title {
		margin-top: 205px;
		min-width: 140px;
		margin-bottom: 20px;
		padding: 6px 8px 6px 26px;
		font-size: 14px;
	}
}

@media (max-width: 1023px) {
	.test-card .title {
		margin-top: 150px;
		min-width: 113px;
		margin-bottom: 10px;
		font-size: 12px;
	}
}

@media (max-width: 767px) {
	.test-card .title {
		margin-top: 200px;
		min-width: 134px;
		margin-bottom: 20px;
		font-size: 14px;
	}
}

.test-card--small-img img {
	width: auto;
	height: auto;
	max-width: 75%;
	max-height: 75%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.program-card {
	position: relative;
}

.program-card .card-link:active~.program-card__info .title,
.program-card .card-link:hover~.program-card__info .title {
	color: #d70926;
}

.program-card__img-wrap {
	height: 230px;
	border: 1px solid #f2f2f2;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

@media (max-width: 1365px) {
	.program-card__img-wrap {
		height: 160px;
	}
}

@media (max-width: 1023px) {
	.program-card__img-wrap {
		height: 105px;
	}
}

@media (max-width: 767px) {
	.program-card__img-wrap {
		height: 160px;
	}
}

.program-card__img-wrap img {
	max-width: 70%;
	max-height: 70%;
}

@media (max-width: 1023px) {
	.program-card__img-wrap img {
		max-width: 60%;
		max-height: 60%;
	}
}

.program-card .tags {
	padding-left: 22px;
	margin-top: -18px;
	margin-bottom: 22px;
}

@media (max-width: 1365px) {
	.program-card .tags {
		margin-top: -14px;
		margin-bottom: 16px;
	}
}

@media (max-width: 1023px) {
	.program-card .tags {
		padding-left: 20px;
		margin-top: -16px;
		margin-bottom: 14px;
	}
}

@media (max-width: 767px) {
	.program-card .tags {
		padding-left: 14px;
	}
}

.program-card .tags .tags-item {
	padding: 5px 0;
}

@media (max-width: 1365px) {
	.program-card .tags .tags-item {
		padding: 4px 0;
	}
}

.program-card .tags .tags-item a {
	position: relative;
	z-index: 4;
}

.program-card__info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	border-left: 1px solid #f2f2f2;
	padding-left: 20px;
	padding-right: 15px;
}

@media (max-width: 767px) {
	.program-card__info {
		padding-left: 14px;
		padding-right: 10px;
	}
}

.program-card__info .title {
	display: inline-block;
	font-weight: 900;
	font-size: 16px;
	line-height: 1.5;
	color: #000;
	margin-bottom: 6px;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}

@media (max-width: 1365px) {
	.program-card__info .title {
		font-size: 14px;
	}
}

@media (max-width: 1023px) {
	.program-card__info .title {
		font-size: 12px;
	}
}

@media (max-width: 767px) {
	.program-card__info .title {
		font-size: 14px;
	}
}

.program-card__info .subtitle {
	color: #a4b1bb;
	line-height: 1.5;
	font-size: 13px;
	margin-bottom: 4px;
}

@media (max-width: 1365px) {
	.program-card__info .subtitle {
		font-size: 12px;
	}
}

@media (max-width: 1023px) {
	.program-card__info .subtitle {
		font-size: 11px;
	}
}

@media (max-width: 767px) {
	.program-card__info .subtitle {
		font-size: 12px;
	}
}

.program-card__info .term {
	color: #00365f;
	line-height: 1.5;
	font-size: 13px;
}

@media (max-width: 1365px) {
	.program-card__info .term {
		font-size: 12px;
	}
}

@media (max-width: 1023px) {
	.program-card__info .term {
		font-size: 11px;
	}
}

@media (max-width: 767px) {
	.program-card__info .term {
		font-size: 12px;
	}
}

.program-card .seal {
	display: none;
}

.program-card--gp .seal {
	position: absolute;
	top: 20px;
	left: -20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background-color: #fff;
}

@media (max-width: 1365px) {
	.program-card--gp .seal {
		width: 34px;
		height: 34px;
		top: 18px;
		left: -17px;
	}
}

@media (max-width: 1023px) {
	.program-card--gp .seal {
		width: 30px;
		height: 30px;
		top: 16px;
		left: -15px;
	}
}

.program-card--gp .seal img {
	width: 34px;
	height: 34px;
}

@media (max-width: 1365px) {
	.program-card--gp .seal img {
		width: 30px;
		height: 30px;
	}
}

@media (max-width: 1023px) {
	.program-card--gp .seal img {
		width: 26px;
		height: 26px;
	}
}

.financing-card {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	min-height: 395px;
	border: 1px solid #f2f2f2;
}

@media (max-width: 1365px) {
	.financing-card {
		min-height: 300px;
	}
}

@media (max-width: 1023px) {
	.financing-card {
		min-height: 228px;
	}
}

@media (max-width: 767px) {
	.financing-card {
		min-height: 294px;
	}
}

.financing-card .card-link:active~.title,
.financing-card .card-link:hover~.title {
	background-color: #1a5481;
}

.financing-card img {
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-ms-flex-item-align: center;
	align-self: center;
}

.financing-card .tags {
	position: absolute;
	top: 12px;
	z-index: 4;
	left: -15px;
}

@media (max-width: 1365px) {
	.financing-card .tags {
		top: 16px;
		left: -10px;
	}
}

@media (max-width: 1023px) {
	.financing-card .tags {
		left: -15px;
		top: 8px;
	}
}

.financing-card .tags .tags-item a {
	position: relative;
	z-index: 4;
}

.financing-card .title {
	position: relative;
	margin-top: 294px;
	margin-bottom: 30px;
	left: 0;
	z-index: 2;
	max-width: calc(100% - 20px);
	display: block;
	font-size: 16px;
	line-height: 1.5;
	font-weight: 900;
	color: #fff;
	background-color: #00365f;
	padding: 6px 30px;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}

@media (max-width: 1365px) {
	.financing-card .title {
		margin-top: 205px;
		margin-bottom: 20px;
		padding: 6px 26px;
		font-size: 14px;
	}
}

@media (max-width: 1023px) {
	.financing-card .title {
		margin-top: 150px;
		margin-bottom: 10px;
		font-size: 12px;
	}
}

@media (max-width: 767px) {
	.financing-card .title {
		margin-top: 200px;
		margin-bottom: 20px;
		font-size: 14px;
	}
}

.financing-card--small-img img {
	width: auto;
	height: auto;
	max-width: 75%;
	max-height: 75%;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.america-centres-wrap {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -25px 0 75px;
	width: 100%;
}

@media (max-width: 1365px) {
	.america-centres-wrap {
		margin: 0 -18px 0 57px;
	}
}

@media (max-width: 1023px) {
	.america-centres-wrap {
		margin: 0 -12px 0 44px;
	}
}

@media (max-width: 767px) {
	.america-centres-wrap {
		margin: 0;
		padding-top: 60px;
	}
}

.address-card {
	background-color: #fff;
	width: calc(33.33% - 50px);
	margin: 0 25px 50px;
}

@media (max-width: 1365px) {
	.address-card {
		width: calc(33.33% - 36px);
		margin: 0 18px 40px;
	}
}

@media (max-width: 1023px) {
	.address-card {
		width: calc(33.33% - 24px);
		margin: 0 12px 30px;
	}
}

@media (max-width: 767px) {
	.address-card {
		width: 100%;
		margin: 0 0 30px;
	}
}

.address-card__header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding: 30px;
	border-bottom: 1px solid #f2f2f2;
	font-size: 16px;
	line-height: 1.2;
	color: #1a5481;
}

@media (max-width: 1365px) {
	.address-card__header {
		font-size: 14px;
		padding: 26px 16px 16px 30px;
	}
}

@media (max-width: 1023px) {
	.address-card__header {
		font-size: 12px;
		padding: 20px 22px 20px 26px;
	}
}

@media (max-width: 767px) {
	.address-card__header {
		font-size: 14px;
		padding: 26px 16px 26px 30px;
	}
}

.address-card__header .name {
	margin-bottom: 4px;
}

.address-card__header .city {
	font-weight: 700;
}

.address-card__body {
	padding: 30px;
}

@media (max-width: 1365px) {
	.address-card__body {
		padding: 20px 16px 34px 30px;
	}
}

@media (max-width: 1023px) {
	.address-card__body {
		padding: 18px 22px 24px 26px;
	}
}

@media (max-width: 767px) {
	.address-card__body {
		padding: 20px 16px 34px 30px;
	}
}

.address-card__body .place {
	font-weight: 700;
	font-size: 18px;
	line-height: 1.2;
	margin-bottom: 20px;
}

@media (max-width: 1365px) {
	.address-card__body .place {
		font-size: 16px;
		margin-bottom: 14px;
	}
}

@media (max-width: 1023px) {
	.address-card__body .place {
		font-size: 14px;
	}
}

@media (max-width: 767px) {
	.address-card__body .place {
		font-size: 16px;
	}
}

.address-card__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	margin-bottom: 16px;
}

.address-card__item:last-child {
	margin-bottom: 0;
}

@media (max-width: 1365px) {
	.address-card__item {
		margin-bottom: 10px;
	}
}

.address-card__item svg {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 16px;
	height: 16px;
	margin-right: 8px;
	fill: #00365f;
}

@media (max-width: 1023px) {
	.address-card__item svg {
		width: 15px;
		height: 15px;
	}
}

@media (max-width: 767px) {
	.address-card__item svg {
		width: 16px;
		height: 16px;
	}
}

.address-card__item a,
.address-card__item span {
	-ms-flex-item-align: center;
	align-self: center;
	font-size: 14px;
	line-height: 1.5;
	color: #000;
}

.address-card__item:hover a,
.address-card__item:active a {
	color: #d70926;
}

@media (max-width: 1365px) {

	.address-card__item a,
	.address-card__item span {
		font-size: 12px;
	}
}

@media (max-width: 1023px) {

	.address-card__item a,
	.address-card__item span {
		font-size: 11px;
	}
}

@media (max-width: 767px) {

	.address-card__item a,
	.address-card__item span {
		font-size: 12px;
	}
}

.address-card__item_site a,
.address-card__item_mail a {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.address-card__item .phones-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.address-card__item .phones-wrap a {
	white-space: nowrap;
	margin-bottom: 4px;
}

.address-card__item .separator {
	display: inline-block;
	width: 1px;
	height: 20px;
	background-color: #f2f2f2;
	margin: 0 10px;
}

@media (max-width: 1365px) {
	.address-card__item .separator {
		height: 18px;
	}
}

@media (max-width: 1023px) {
	.address-card__item .separator {
		display: none;
	}
}

@media (max-width: 767px) {
	.address-card__item .separator {
		display: -webkit-inline-box;
		display: -ms-inline-flexbox;
		display: inline-flex;
	}
}

.address-card__item--phones {
	margin-bottom: 12px;
}

@media (max-width: 1365px) {
	.address-card__item--phones {
		margin-bottom: 6px;
	}
}

.address-card--modal {
	-webkit-box-shadow: 0 20px 15px rgba(0, 0, 0, 0.15);
	box-shadow: 0 20px 15px rgba(0, 0, 0, 0.15);
}

.address-card--modal .close {
	position: absolute;
	z-index: 20;
	top: -15px;
	right: -15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background-color: #fff;
	box-shadow: 0 4px 4px rgba(0, 0, 0, 0.2);
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}

.address-card--modal .close:before {
	content: "";
	display: block;
	width: 20px;
	height: 20px;
	border: 1px solid #f2f2f2;
	border-radius: 50%;
	position: absolute;
}

.address-card--modal .close svg {
	width: 8px;
	height: 8px;
	stroke: #1a5481;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}

.address-card--modal .close:hover {
	cursor: pointer;
	background-color: #1a5481;
}

.address-card--modal .close:hover svg {
	stroke: #fff;
}

.address-card--modal {
	position: static;
	border: none;
	max-width: unset;
	width: 100%;
	margin: 0;
}

.gm-style .gm-style-iw-c {
	width: 350px;
	overflow: visible;
	padding: 0;
	border-radius: 0;
	max-height: unset !important;
}

@media (max-width: 1365px) {
	.gm-style .gm-style-iw-c {
		width: 264px;
	}
}

.gm-style-iw-d {
	overflow: hidden !important;
	overflow-y: auto !important;
	max-height: unset !important;
}

.gm-ui-hover-effect {
	display: none !important;
}

@media (max-width: 767px) {
	#centres-map .gmnoprint .gm-style-mtc {
		display: none;
	}
}

.ambassador-card {
	border: 1px solid #f2f2f2;
	padding: 80px 50px;
	max-width: 846px;
	background: url(img/stars-bg.svg) no-repeat 0 0;
	background-size: 221px 164px;
}

@media (max-width: 1365px) {
	.ambassador-card {
		padding: 80px 74px 68px;
		max-width: 784px;
		background-size: 192px 142px;
	}
}

@media (max-width: 1023px) {
	.ambassador-card {
		padding: 80px 56px 68px;
		max-width: 708px;
	}
}

@media (max-width: 767px) {
	.ambassador-card {
		padding: 64px 20px 40px;
		background-size: 172px 73px;
		background-position: top;
	}
}

.ambassador-card__header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	width: 100%;
	border-bottom: 1px solid #f2f2f2;
	padding: 0 50px 50px;
}

@media (max-width: 1365px) {
	.ambassador-card__header {
		padding: 0 0 40px;
	}
}

@media (max-width: 767px) {
	.ambassador-card__header {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		padding-bottom: 30px;
	}
}

.ambassador-card__img {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 150px;
	height: 150px;
	margin-right: 50px;
	border-radius: 50%;
}

@media (max-width: 1365px) {
	.ambassador-card__img {
		width: 140px;
		height: 140px;
		margin-right: 34px;
	}
}

@media (max-width: 767px) {
	.ambassador-card__img {
		width: 120px;
		height: 120px;
		margin-right: 0;
		margin-bottom: 20px;
	}
}

.ambassador-card__info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

@media (max-width: 767px) {
	.ambassador-card__info {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
}

.ambassador-card__info .name {
	font-weight: 700;
	font-size: 28px;
	line-height: 1.2;
	color: #1a5481;
	margin-bottom: 12px;
}

@media (max-width: 1365px) {
	.ambassador-card__info .name {
		font-size: 24px;
		margin-bottom: 10px;
	}
}

@media (max-width: 767px) {
	.ambassador-card__info .name {
		font-size: 18px;
		text-align: center;
	}
}

.ambassador-card__info .subtitle {
	font-size: 18px;
	line-height: 1.2;
	color: #1a5481;
	margin-bottom: 18px;
}

@media (max-width: 1365px) {
	.ambassador-card__info .subtitle {
		font-size: 16px;
		margin-bottom: 12px;
	}
}

@media (max-width: 767px) {
	.ambassador-card__info .subtitle {
		font-size: 14px;
		text-align: center;
	}
}

.ambassador-card__info .city {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: #000;
	font-size: 16px;
	font-weight: 700;
	height: 36px;
	padding: 0 16px;
	background-color: #fff;
	border-radius: 130px;
	border: 1px solid #f2f2f2;
}

@media (max-width: 767px) {
	.ambassador-card__info .city {
		font-size: 14px;
		padding: 0 12px;
		height: 30px;
	}
}

.ambassador-card__body {
	padding: 50px 50px 0;
	width: 100%;
}

@media (max-width: 1365px) {
	.ambassador-card__body {
		padding: 40px 0 0;
	}
}

@media (max-width: 767px) {
	.ambassador-card__body {
		padding-top: 30px;
	}
}

.ambassador-card__body p {
	margin-bottom: 40px;
	font-size: 16px;
	line-height: 1.6;
}

.ambassador-card__body p:last-child {
	margin-bottom: 0;
}

@media (max-width: 1365px) {
	.ambassador-card__body p {
		margin-bottom: 36px;
		font-size: 14px;
	}
}

@media (max-width: 767px) {
	.ambassador-card__body p {
		margin-bottom: 28px;
		font-size: 12px;
	}
}

.questions-card {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 382px;
	padding: 0 30px 34px;
}

@media (max-width: 1365px) {
	.questions-card {
		width: 286px;
		padding: 0 26px 26px;
	}
}

@media (max-width: 1023px) {
	.questions-card {
		width: 217px;
		padding: 0 26px 22px;
	}
}

@media (max-width: 767px) {
	.questions-card {
		width: 100%;
		padding: 0 24px 22px;
	}
}

.questions-card:hover .icon {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.questions-card a {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 5;
	width: 100%;
	height: 100%;
}

.questions-card .icon {
	position: absolute;
	top: 36px;
	left: 30px;
	z-index: 3;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 75px;
	height: 75px;
	border-radius: 50%;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}

@media (max-width: 1365px) {
	.questions-card .icon {
		width: 56px;
		height: 56px;
		top: 30px;
	}
}

@media (max-width: 1023px) {
	.questions-card .icon {
		width: 40px;
		height: 40px;
		top: 28px;
		left: 28px;
	}
}

.questions-card .icon:after {
	content: "";
	display: block;
	border-radius: 50%;
	width: 93px;
	height: 93px;
	border: 1px solid;
	position: absolute;
	top: -10px;
	left: -10px;
}

@media (max-width: 1365px) {
	.questions-card .icon:after {
		width: 70px;
		height: 70px;
		top: -8px;
		left: -8px;
	}
}

@media (max-width: 1023px) {
	.questions-card .icon:after {
		width: 50px;
		height: 50px;
		top: -6px;
		left: -6px;
	}
}

.questions-card .icon svg {
	width: 43px;
	height: 43px;
}

@media (max-width: 1365px) {
	.questions-card .icon svg {
		width: 32px;
		height: 32px;
	}
}

@media (max-width: 1023px) {
	.questions-card .icon svg {
		width: 22px;
		height: 22px;
	}
}

.questions-card img {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.questions-card .title {
	position: relative;
	z-index: 3;
	color: #fff;
	font-weight: 900;
	font-size: 24px;
	line-height: 1.2;
	margin-top: 300px;
	margin-bottom: 16px;
}

@media (max-width: 1365px) {
	.questions-card .title {
		font-size: 20px;
		margin-top: 200px;
		margin-bottom: 10px;
	}
}

@media (max-width: 1023px) {
	.questions-card .title {
		font-size: 16px;
		margin-top: 140px;
		margin-bottom: 8px;
	}
}

@media (max-width: 767px) {
	.questions-card .title {
		margin-top: 160px;
	}
}

.questions-card .subtitle {
	position: relative;
	z-index: 3;
	color: #fff;
	font-size: 13px;
	line-height: 1.5;
}

@media (max-width: 1365px) {
	.questions-card .subtitle {
		font-size: 12px;
	}
}

@media (max-width: 1023px) {
	.questions-card .subtitle {
		font-size: 11px;
	}
}

.questions-card--white {
	background-color: #fff;
}

.questions-card--white .icon {
	background-color: #00365f;
}

.questions-card--white .icon:after {
	border-color: #a4b1bb;
}

.questions-card--white .subtitle,
.questions-card--white .title {
	color: #000;
}

.questions-card--blue {
	background-color: #00365f;
}

.questions-card--blue .icon {
	background-color: #1a5481;
}

.questions-card--blue .icon:after {
	border-color: hsla(0, 0%, 100%, 0.1);
}

.questions-card--with-img .icon {
	background-color: #fff;
}

.questions-card--with-img .icon:after {
	border-color: hsla(0, 0%, 100%, 0.25);
}

.questions-card--with-img .bg {
	position: absolute;
	width: 100%;
	height: 50%;
	bottom: 0;
	left: 0;
	z-index: 2;
	background: -webkit-gradient(linear,
			left top,
			left bottom,
			from(rgba(0, 0, 0, 0)),
			to(rgba(0, 0, 0, 0.5)));
	background: -o-linear-gradient(top,
			rgba(0, 0, 0, 0) 0,
			rgba(0, 0, 0, 0.5) 100%);
	background: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
}

.home .header__right .social-list {
	display: none;
}

@media (max-width: 1023px) {
	.home .header__right .social-list {
		display: flex;
	}
}

.home .first-screen__left {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	position: relative;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

@media (max-width: 1023px) {
	.home .first-screen__left {
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		padding-top: 0;
	}
}

@media (max-width: 767px) {
	.home .first-screen__left {
		padding-bottom: 65px;
	}
}

.home .first-screen__left .main-page-title {
	font-weight: 900;
	font-size: 42px;
	line-height: 1.5;
	max-width: 504px;
	margin-top: 100px;
	margin-bottom: 100px;
}

@media (max-width: 1919px) {
	.home .first-screen__left .main-page-title {
		font-size: 38px;
		max-width: 457px;
		margin-top: 55px;
		margin-bottom: 45px;
	}
}

@media (max-width: 1365px) {
	.home .first-screen__left .main-page-title {
		font-size: 28px;
		max-width: 337px;
		margin-bottom: 35px;
	}
}

@media (max-width: 1023px) {
	.home .first-screen__left .main-page-title {
		font-size: 28px;
		max-width: 502px;
		margin-bottom: 50px;
	}
}

@media (max-width: 767px) {
	.home .first-screen__left .main-page-title {
		font-size: 22px;
		margin-top: 20px;
		margin-bottom: 30px;
	}
}

.home .first-screen__left .directions {
	padding: 0;
	border: none;
	max-width: 700px;
}

@media (max-width: 1919px) {
	.home .first-screen__left .directions {
		max-width: 540px;
	}
}

@media (max-width: 1365px) {
	.home .first-screen__left .directions {
		max-width: 410px;
	}
}

@media (max-width: 767px) {
	.home .first-screen__left .directions {
		max-width: unset;
		position: relative;
	}

	.home .first-screen__left .directions:before {
		display: block;
		content: "";
		width: 20px;
		height: 100%;
		position: absolute;
		top: 0;
		left: -20px;
		background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, #fff 100%);
		z-index: 1;
	}

	.home .first-screen__left .directions:after {
		display: block;
		content: "";
		width: 20px;
		height: 100%;
		position: absolute;
		top: 0;
		right: -20px;
		background: linear-gradient(270deg, #fff 0%, rgba(255, 255, 255, 0) 100%);
		z-index: 1;
	}
}

.home .first-screen__left .directions__container {
	padding: 0;
	display: block;
}

@media (max-width: 767px) {
	.home .first-screen__left .directions .directions__container {
		max-width: unset;
		width: calc(100% + 40px);
		height: 50px;
		position: relative;
		left: -20px;
		overflow-x: auto;
	}
}

.home .first-screen__left .directions__list {
	margin: 0;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

@media (max-width: 767px) {
	.home .first-screen__left .directions__list {
		flex-wrap: nowrap;
		position: absolute;
		top: 0;
		left: 0;
		max-width: unset;
		width: auto;
	}
}

.home .first-screen__left .directions li {
	padding: 12px 0;
}

@media (max-width: 1919px) {
	.home .first-screen__left .directions li {
		padding: 10px 0;
	}
}

@media (max-width: 1365px) {
	.home .first-screen__left .directions li {
		padding: 8px 0;
	}
}

@media (max-width: 767px) {
	.home .first-screen__left .directions li:first-child {
		margin-left: 20px;
	}

	.home .first-screen__left .directions li:last-child {
		margin-right: 20px;
	}
}

.home .first-screen__left .more {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 15px;
	font-weight: 700;
	color: #000;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
	margin-bottom: 60px;
	margin-top: auto;
}

@media (max-width: 1919px) {
	.home .first-screen__left .more {
		font-size: 13px;
	}
}

@media (max-width: 1365px) {
	.home .first-screen__left .more {
		font-size: 12px;
		margin-bottom: 25px;
	}
}

@media (max-width: 1023px) {
	.home .first-screen__left .more {
		margin-bottom: 0;
		position: absolute;
		right: 0;
		bottom: 124px;
	}

	.home .first-screen__left .more:before {
		content: "";
		display: block;
		width: 1px;
		height: 86px;
		background-color: #f2f2f2;
		position: absolute;
		left: -25px;
	}
}

@media (max-width: 767px) {
	.home .first-screen__left .more {
		position: relative;
		right: auto;
		bottom: auto;
		margin-top: 25px;
	}

	.home .first-screen__left .more:before {
		display: none;
	}
}

.home .first-screen__left .more:hover {
	color: #d70926;
	cursor: pointer;
}

.home .first-screen__left .more:hover .more-icon {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.home .first-screen__left .more:hover .more-icon svg {
	top: 5px;
}

.home .first-screen__left .more:active {
	color: #d70926;
	cursor: pointer;
}

.home .first-screen__left .more:active .more-icon {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.home .first-screen__left .more:active .more-icon svg {
	top: 0;
}

.home .first-screen__left .more .more-icon {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 60px;
	height: 60px;
	background-color: #d70926;
	-webkit-box-shadow: 0 5px 10px rgba(215, 9, 38, 0.2);
	box-shadow: 0 5px 10px rgba(215, 9, 38, 0.2);
	border-radius: 50%;
	margin-right: 30px;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
	position: relative;
}

@media (max-width: 1919px) {
	.home .first-screen__left .more .more-icon {
		width: 50px;
		height: 50px;
		margin-right: 20px;
	}
}

@media (max-width: 1365px) {
	.home .first-screen__left .more .more-icon {
		width: 40px;
		height: 40px;
	}
}

@media (max-width: 767px) {
	.home .first-screen__left .more .more-icon {
		width: 30px;
		height: 30px;
		margin-right: 16px;
	}
}

.home .first-screen__left .more .more-icon:before {
	content: "";
	display: block;
	position: absolute;
	top: 7px;
	left: 7px;
	width: 44px;
	height: 44px;
	border: 1px solid hsla(0, 0%, 100%, 0.3);
	border-radius: 50%;
}

@media (max-width: 1919px) {
	.home .first-screen__left .more .more-icon:before {
		width: 36px;
		height: 36px;
		top: 6px;
		left: 6px;
	}
}

@media (max-width: 1365px) {
	.home .first-screen__left .more .more-icon:before {
		width: 28px;
		height: 28px;
		top: 5px;
		left: 5px;
	}
}

@media (max-width: 767px) {
	.home .first-screen__left .more .more-icon:before {
		width: 20px;
		height: 20px;
		top: 4px;
		left: 4px;
	}
}

.home .first-screen__left .more .more-icon svg {
	position: relative;
	width: 12px;
	height: 19px;
	fill: #fff;
	top: 0;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}

@media (max-width: 1919px) {
	.home .first-screen__left .more .more-icon svg {
		width: 10px;
		height: 16px;
	}
}

@media (max-width: 1365px) {
	.home .first-screen__left .more .more-icon svg {
		width: 8px;
		height: 12px;
	}
}

@media (max-width: 767px) {
	.home .first-screen__left .more .more-icon svg {
		width: 6px;
		height: 9px;
	}
}

.home .first-screen__left .big-play-btn {
	position: absolute;
	z-index: 2;
	right: -101px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

@media (max-width: 1919px) {
	.home .first-screen__left .big-play-btn {
		right: -90px;
	}
}

@media (max-width: 1365px) {
	.home .first-screen__left .big-play-btn {
		right: -58px;
	}
}

@media (max-width: 1023px) {
	.home .first-screen__left .big-play-btn {
		right: auto;
		top: auto;
		bottom: -38px;
		left: 50%;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
	}
}

@media (max-width: 767px) {
	.home .first-screen__left .big-play-btn {
		bottom: -26px;
	}
}

.home .first-screen__left .main-socials {
	position: absolute;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 400px;
	height: 160px;
	z-index: 2;
	bottom: -1px;
	right: -245px;
	background-color: #fff;
	border-left: 1px solid #f2f2f2;
	border-bottom: 1px solid #f2f2f2;
}

@media (max-width: 1919px) {
	.home .first-screen__left .main-socials {
		width: 350px;
		height: 140px;
		right: -220px;
	}
}

@media (max-width: 1365px) {
	.home .first-screen__left .main-socials {
		width: 260px;
		height: 90px;
		right: -150px;
	}
}

@media (max-width: 1023px) {
	.home .first-screen__left .main-socials {
		display: none;
	}
}

.home .first-screen__left .main-socials .social-list li {
	margin-right: 40px;
}

@media (max-width: 1919px) {
	.home .first-screen__left .main-socials .social-list li {
		margin-right: 36px;
	}
}

@media (max-width: 1365px) {
	.home .first-screen__left .main-socials .social-list li {
		margin-right: 24px;
	}
}

.home .first-screen__left .main-socials .social-list li:last-child {
	margin-right: 0;
}

.home .first-screen__left .main-socials .social-list a {
	width: 25px;
	height: 25px;
}

.home .first-screen__left .main-socials .social-list a:active svg,
.home .first-screen__left .main-socials .social-list a:hover svg {
	fill: #d70926;
}

@media (max-width: 1919px) {
	.home .first-screen__left .main-socials .social-list a {
		width: 22px;
		height: 22px;
	}
}

@media (max-width: 1365px) {
	.home .first-screen__left .main-socials .social-list a {
		width: 20px;
		height: 20px;
	}
}

.home .first-screen__left .main-socials .social-list a svg {
	fill: #00365f;
}

.home .first-screen__right {
	height: 980px;
}

@media (max-width: 1919px) {
	.home .first-screen__right {
		height: 700px;
	}
}

@media (max-width: 1365px) {
	.home .first-screen__right {
		height: 520px;
	}
}

@media (max-width: 1023px) {
	.home .first-screen__right {
		height: 780px;
	}
}

@media (max-width: 767px) {
	.home .first-screen__right {
		height: 330px;
	}
}

.home .first-screen__right img {
	height: 100%;
}

.home .container {
	padding: 0;
	max-width: 1234px;
}

@media (max-width: 1365px) {
	.home .container {
		max-width: 927px;
	}
}

@media (max-width: 1023px) {
	.home .container {
		max-width: 766px;
	}
}

.home .section-title {
	font-size: 28px;
	line-height: 1.5;
}

@media (max-width: 1919px) {
	.home .section-title {
		font-size: 28px;
	}
}

@media (max-width: 1365px) {
	.home .section-title {
		font-size: 24px;
	}
}

@media (max-width: 1023px) {
	.home .section-title {
		font-size: 24px;
	}
}

@media (max-width: 767px) {
	.home .section-title {
		font-size: 20px;
	}
}

.home .section-title-wrap {
	width: 100%;
	max-width: 1234px;
	margin: 0 auto;
	padding-left: 74px;
}

@media (max-width: 1365px) {
	.home .section-title-wrap {
		max-width: 927px;
		padding-left: 68px;
	}
}

@media (max-width: 1023px) {
	.home .section-title-wrap {
		max-width: 706px;
		padding-left: 54px;
	}
}

@media (max-width: 767px) {
	.home .section-title-wrap {
		padding-left: 40px;
		padding-right: 20px;
	}
}

.home .page-grid-wrap {
	margin-top: 0;
	margin-bottom: 0;
}

@media (max-width: 767px) {
	.home .page-grid-wrap {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
		padding: 0 20px 0 40px;
	}
}

.home .page-grid-wrap .page-grid {
	padding-top: 0;
}

@media (max-width: 767px) {
	.home .page-filters {
		margin-bottom: 0;
		margin-top: 40px;
		-ms-flex-item-align: end;
		align-self: flex-end;
	}
}

.home .announcements {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 45px 0 180px;
}

@media (max-width: 1919px) {
	.home .announcements {
		padding: 40px 0 180px;
	}
}

@media (max-width: 1365px) {
	.home .announcements {
		padding: 80px 0 150px;
	}
}

@media (max-width: 1023px) {
	.home .announcements {
		padding: 20px 0 120px;
	}
}

@media (max-width: 767px) {
	.home .announcements {
		padding: 50px 0 60px;
	}
}

.home .announcements .section-title {
	margin-bottom: 80px;
	padding: 0 40px;
	text-align: center;
}

@media (max-width: 1023px) {
	.home .announcements .section-title {
		margin-bottom: 60px;
	}
}

@media (max-width: 767px) {
	.home .announcements .section-title {
		margin-bottom: 40px;
	}
}

@media (max-width: 767px) {
	.home .announcements .page-grid-wrap {
		padding: 0 20px;
	}
}

@media (max-width: 767px) {
	.home .announcements .page-grid {
		padding-top: 0;
	}

	.home .announcements .page-grid:after {
		display: none;
	}
}

.home .main-study {
	position: relative;
}

.home .main-study:after {
	display: block;
	content: "";
	background-color: #00365f;
	position: absolute;
	top: 0;
	right: 0;
	width: calc(50% - 32px);
	height: 100%;
	z-index: -1;
}

@media (max-width: 1919px) {
	.home .main-study:after {
		width: calc(50% - 27px);
	}
}

@media (max-width: 1023px) {
	.home .main-study:after {
		width: calc(50% - 30px);
	}
}

@media (max-width: 767px) {
	.home .main-study:after {
		display: none;
	}
}

.home .main-study .section-title {
	padding-top: 80px;
	margin-bottom: 80px;
}

@media (max-width: 1023px) {
	.home .main-study .section-title {
		padding-top: 60px;
		margin-bottom: 60px;
	}
}

@media (max-width: 767px) {
	.home .main-study .section-title {
		border-top: none;
		padding-top: 0;
		margin-bottom: 40px;
	}

	.home .main-study .section-title br {
		display: none;
	}
}

@media (max-width: 767px) {
	.home .main-study .page-grid {
		padding-top: 0;
	}
}

.home .main-study .program-card {
	background-color: #fff;
	padding-bottom: 20px;
}

.home .main-study .materials-wrap {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 100%;
	max-width: 1234px;
	margin: 70px auto 200px;
	padding-left: 74px;
}

@media (max-width: 1365px) {
	.home .main-study .materials-wrap {
		max-width: 927px;
		padding-left: 68px;
		margin-bottom: 180px;
	}
}

@media (max-width: 1023px) {
	.home .main-study .materials-wrap {
		max-width: 706px;
		padding-left: 54px;
		margin-bottom: 160px;
	}
}

@media (max-width: 767px) {
	.home .main-study .materials-wrap {
		padding-left: 20px;
		padding-right: 20px;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		margin-bottom: 70px;
	}
}

.home .main-study .materials-wrap:before {
	content: "";
	position: absolute;
	left: -190px;
	display: block;
	width: 221px;
	height: 164px;
	background: url(img/stars-bg.svg) no-repeat 50%;
	background-size: 100%;
}

@media (max-width: 1365px) {
	.home .main-study .materials-wrap:before {
		width: 190px;
		height: 142px;
		left: -152px;
	}
}

@media (max-width: 1023px) {
	.home .main-study .materials-wrap:before {
		width: 180px;
		height: 134px;
		left: -153px;
	}
}

@media (max-width: 767px) {
	.home .main-study .materials-wrap:before {
		display: none;
	}
}

.home .main-study .materials-wrap .material-info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	margin-top: 10px;
}

@media (max-width: 1365px) {
	.home .main-study .materials-wrap .material-info {
		margin-top: 25px;
	}
}

@media (max-width: 1023px) {
	.home .main-study .materials-wrap .material-info {
		margin-top: 12px;
	}
}

@media (max-width: 767px) {
	.home .main-study .materials-wrap .material-info {
		margin-top: 0;
	}
}

.home .main-study .materials-wrap .material-info .text {
	border-left: 1px solid #f2f2f2;
	padding-left: 24px;
}

@media (max-width: 1023px) {
	.home .main-study .materials-wrap .material-info .text {
		padding-left: 16px;
	}
}

.home .main-study .materials-wrap .material-info .counter {
	font-size: 13px;
	line-height: 1.2;
	font-weight: 700;
	color: #a4b1bb;
}

@media (max-width: 1023px) {
	.home .main-study .materials-wrap .material-info .counter {
		font-size: 12px;
	}
}

.home .main-study .materials-wrap .material-info .title {
	font-size: 24px;
	line-height: 1.5;
	font-weight: 900;
	margin-top: 25px;
	margin-bottom: 40px;
	max-width: 300px;
}

@media (max-width: 1365px) {
	.home .main-study .materials-wrap .material-info .title {
		font-size: 20px;
		margin-top: 10px;
		margin-bottom: 22px;
		max-width: 250px;
	}
}

@media (max-width: 1023px) {
	.home .main-study .materials-wrap .material-info .title {
		font-size: 16px;
		max-width: 196px;
		margin-top: 12px;
		margin-bottom: 30px;
	}
}

.home .main-study .materials-wrap .material-info .btn {
	margin-left: 24px;
	height: 40px;
	font-size: 14px;
	padding: 0 22px;
}

@media (max-width: 1023px) {
	.home .main-study .materials-wrap .material-info .btn {
		margin-left: 16px;
	}
}

@media (max-width: 767px) {
	.home .main-study .materials-wrap .material-info .btn {
		height: 32px;
		font-size: 12px;
		padding: 0 12px;
	}
}

.home .main-study .materials-wrap .material-img {
	width: 100%;
	max-width: 648px;
	height: 205px;
	-o-object-fit: cover;
	object-fit: cover;
}

@media (max-width: 1365px) {
	.home .main-study .materials-wrap .material-img {
		max-width: 487px;
		height: 154px;
	}
}

@media (max-width: 1023px) {
	.home .main-study .materials-wrap .material-img {
		max-width: 370px;
		height: 117px;
	}
}

@media (max-width: 767px) {
	.home .main-study .materials-wrap .material-img {
		margin-top: 50px;
		height: 90px;
		max-width: none;
	}
}

.home .main-stories {
	position: relative;
	overflow: hidden;
}

.home .main-stories .bg-image {
	position: absolute;
	top: 0;
	left: 0;
	width: calc(50% + 32px);
	height: 100%;
	background: url(img/mountains-bg.jpg) no-repeat 0;
	background-size: cover;
}

@media (max-width: 1919px) {
	.home .main-stories .bg-image {
		width: calc(50% + 27px);
	}
}

@media (max-width: 1023px) {
	.home .main-stories .bg-image {
		width: calc(50% + 30px);
	}
}

@media (max-width: 767px) {
	.home .main-stories .bg-image {
		width: 100%;
		height: 50%;
	}
}

.home .main-stories .container {
	position: relative;
	padding-top: 130px;
	padding-bottom: 170px;
}

@media (max-width: 1365px) {
	.home .main-stories .container {
		padding-top: 110px;
		padding-bottom: 130px;
	}
}

@media (max-width: 1023px) {
	.home .main-stories .container {
		padding-top: 90px;
		padding-bottom: 110px;
	}
}

@media (max-width: 767px) {
	.home .main-stories .container {
		padding-top: 60px;
		padding-bottom: 0;
	}
}

.home .main-stories .container:before {
	content: "";
	position: absolute;
	right: -30px;
	bottom: -50px;
	display: block;
	width: 221px;
	height: 164px;
	background: url(img/stars-bg.svg) no-repeat 50%;
	background-size: 100%;
}

@media (max-width: 1365px) {
	.home .main-stories .container:before {
		width: 190px;
		height: 142px;
		right: -25px;
	}
}

@media (max-width: 1023px) {
	.home .main-stories .container:before {
		width: 180px;
		height: 134px;
		right: 14px;
	}
}

@media (max-width: 767px) {
	.home .main-stories .container:before {
		display: none;
	}
}

.home .main-stories .container:after {
	content: "";
	display: block;
	width: 1px;
	height: 100%;
	background-color: #f2f2f2;
	position: absolute;
	left: 1019px;
	top: 0;
}

@media (max-width: 1365px) {
	.home .main-stories .container:after {
		display: none;
	}
}

@media (max-width: 767px) {
	.home .main-stories .page-grid-wrap {
		padding: 0 40px;
	}
}

.home .main-stories .section-title {
	margin-bottom: 70px;
}

@media (max-width: 1023px) {
	.home .main-stories .section-title {
		margin-bottom: 60px;
		max-width: 213px;
	}
}

@media (max-width: 767px) {
	.home .main-stories .section-title {
		margin-bottom: 40px;
		max-width: none;
	}
}

.home .main-stories .stories-slider {
	width: 100%;
	max-width: 846px;
	margin-left: 74px;
}

@media (max-width: 1365px) {
	.home .main-stories .stories-slider {
		margin-left: 68px;
		max-width: 635px;
	}
}

@media (max-width: 1023px) {
	.home .main-stories .stories-slider {
		margin-left: 54px;
		max-width: 540px;
	}
}

@media (max-width: 767px) {
	.home .main-stories .stories-slider {
		margin-left: 0;
	}
}

.home .main-stories .slider-buttons {
	position: absolute;
	z-index: 2;
	-ms-flex-item-align: center;
	align-self: center;
	left: 984px;
}

@media (max-width: 1365px) {
	.home .main-stories .slider-buttons {
		left: 738px;
	}
}

@media (max-width: 1023px) {
	.home .main-stories .slider-buttons {
		left: 662px;
	}
}

@media (max-width: 767px) {
	.home .main-stories .slider-buttons {
		display: none;
	}
}

.home .main-stories .slider-buttons .next-arrow,
.home .main-stories .slider-buttons .prev-arrow {
	margin: 9px 0;
}

@media (max-width: 1365px) {

	.home .main-stories .slider-buttons .next-arrow,
	.home .main-stories .slider-buttons .prev-arrow {
		margin: 8px 0;
	}
}

.home .trainings {
	padding-top: 190px;
}

@media (max-width: 1365px) {
	.home .trainings {
		padding-top: 160px;
	}
}

@media (max-width: 1023px) {
	.home .trainings {
		padding-top: 140px;
	}
}

@media (max-width: 767px) {
	.home .trainings {
		padding-top: 70px;
	}
}

.home .trainings .section-title {
	margin-bottom: 80px;
}

@media (max-width: 1023px) {
	.home .trainings .section-title {
		margin-bottom: 60px;
	}
}

@media (max-width: 767px) {
	.home .trainings .section-title {
		margin-bottom: 40px;
	}
}

@media (max-width: 767px) {
	.home .trainings .page-filters {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
	}
}

.home .trainings .page-filters .side-title-link:first-child {
	margin-right: 50px;
}

@media (max-width: 767px) {
	.home .trainings .page-filters .side-title-link:first-child {
		margin-right: 36px;
	}
}

.home .articles.articles-wrap {
	padding-top: 200px;
	padding-bottom: 180px;
}

@media (max-width: 1365px) {
	.home .articles.articles-wrap {
		padding-top: 160px;
		padding-bottom: 100px;
	}
}

@media (max-width: 1023px) {
	.home .articles.articles-wrap {
		padding-top: 140px;
		padding-bottom: 70px;
	}
}

@media (max-width: 767px) {
	.home .articles.articles-wrap {
		padding-top: 70px;
		padding-bottom: 50px;
	}
}

.home .articles .section-title {
	margin-bottom: 80px;
}

@media (max-width: 1365px) {
	.home .articles .section-title {
		margin-bottom: 70px;
	}
}

@media (max-width: 1023px) {
	.home .articles .section-title {
		margin-bottom: 60px;
	}
}

@media (max-width: 767px) {
	.home .articles .section-title {
		margin-bottom: 40px;
	}
}

.home .articles .page-grid {
	padding-top: 0;
}

.home .articles .big-article {
	position: relative;
}

.home .articles .big-article:before {
	content: "";
	position: absolute;
	z-index: -1;
	left: -160px;
	bottom: -30px;
	display: block;
	width: 221px;
	height: 164px;
	background: url(img/stars-bg.svg) no-repeat 50%;
	background-size: 100%;
}

@media (max-width: 1365px) {
	.home .articles .big-article:before {
		width: 190px;
		height: 142px;
		left: -100px;
		bottom: 10px;
	}
}

@media (max-width: 1023px) {
	.home .articles .big-article:before {
		width: 180px;
		height: 134px;
		left: -95px;
		bottom: -20px;
	}
}

@media (max-width: 767px) {
	.home .articles .big-article:before {
		display: none;
	}
}

.home .articles .big-article .article-card {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.home .articles .big-article .article-card__left {
	-ms-flex-preferred-size: auto;
	flex-basis: auto;
	height: 400px;
}

@media (max-width: 1365px) {
	.home .articles .big-article .article-card__left {
		height: 302px;
	}
}

@media (max-width: 1023px) {
	.home .articles .big-article .article-card__left {
		height: 470px;
	}
}

@media (max-width: 767px) {
	.home .articles .big-article .article-card__left {
		height: 187px;
	}
}

.home .articles .big-article .article-card__right {
	margin-left: 0;
	border-bottom: none;
	margin-top: 30px;
}

@media (max-width: 767px) {
	.home .articles .big-article .article-card__right {
		margin-top: 20px;
		border-bottom: 1px solid #f2f2f2;
	}
}

.home .articles .big-article .article-card__right .title {
	font-size: 24px;
}

@media (max-width: 1365px) {
	.home .articles .big-article .article-card__right .title {
		font-size: 20px;
	}
}

@media (max-width: 767px) {
	.home .articles .big-article .article-card__right .title {
		font-size: 16px;
	}
}

.home .articles .small-articles .article-card:first-child {
	margin-bottom: 40px;
}

@media (max-width: 1365px) {
	.home .articles .small-articles .article-card:first-child {
		margin-bottom: 30px;
	}
}

@media (max-width: 1023px) {
	.home .articles .small-articles .article-card:first-child {
		margin-bottom: 50px;
	}
}

.home .questions {
	padding-top: 65px;
	padding-bottom: 200px;
	position: relative;
}

.home .questions:after {
	display: block;
	content: "";
	background-color: #f0f6fa;
	position: absolute;
	top: 0;
	right: 0;
	width: calc(50% - 32px);
	height: 100%;
	z-index: -1;
}

@media (max-width: 1919px) {
	.home .questions:after {
		width: calc(50% - 27px);
	}
}

@media (max-width: 1365px) {
	.home .questions {
		padding-top: 60px;
		padding-bottom: 175px;
	}
}

@media (max-width: 1023px) {
	.home .questions {
		padding-top: 50px;
		padding-bottom: 150px;
	}

	.home .questions:after {
		width: calc(50% - 30px);
	}
}

@media (max-width: 767px) {
	.home .questions {
		padding-top: 40px;
		padding-bottom: 100px;
	}

	.home .questions:after {
		width: 50%;
	}
}

.home .questions .container {
	position: relative;
}

.home .questions .container:before {
	content: "";
	position: absolute;
	left: 390px;
	bottom: -108px;
	display: block;
	width: 221px;
	height: 164px;
	background: url(img/stars-bg.svg) no-repeat 50%;
	background-size: 100%;
}

@media (max-width: 1365px) {
	.home .questions .container:before {
		width: 190px;
		height: 142px;
		left: 225px;
		bottom: -95px;
	}
}

@media (max-width: 1023px) {
	.home .questions .container:before {
		width: 180px;
		height: 134px;
		left: 180px;
		bottom: -80px;
	}
}

@media (max-width: 767px) {
	.home .questions .container:before {
		left: 0;
	}
}

.home .questions .section-title {
	margin-bottom: 120px;
}

@media (max-width: 1365px) {
	.home .questions .section-title {
		margin-bottom: 100px;
	}
}

@media (max-width: 1023px) {
	.home .questions .section-title {
		margin-bottom: 90px;
		max-width: 200px;
	}
}

@media (max-width: 767px) {
	.home .questions .section-title {
		margin-bottom: 60px;
		max-width: none;
	}
}

@media (max-width: 767px) {
	.home .questions .page-filters {
		display: none;
	}
}

.home .questions .page-grid {
	grid-column-gap: 0;
	grid-row-gap: 0;
	grid-template-columns: repeat(3, 382px);
	-ms-grid-columns: 382px 0 382px 0 382px 0;
}

.home .questions .page-grid>div:nth-child(1) {
	-ms-grid-row: 1;
	-ms-grid-column: 1;
}

.home .questions .page-grid>div:nth-child(2) {
	-ms-grid-row: 1;
	-ms-grid-column: 3;
}

.home .questions .page-grid>div:nth-child(3) {
	-ms-grid-row: 1;
	-ms-grid-column: 5;
}

.home .questions .page-grid>div:nth-child(4) {
	-ms-grid-row: 3;
	-ms-grid-column: 1;
}

.home .questions .page-grid>div:nth-child(5) {
	-ms-grid-row: 3;
	-ms-grid-column: 3;
}

.home .questions .page-grid>div:nth-child(6) {
	-ms-grid-row: 3;
	-ms-grid-column: 5;
}

@media (max-width: 1365px) {
	.home .questions .page-grid {
		grid-template-columns: repeat(3, 286px);
		-ms-grid-columns: 286px 0 286px 0 286px 0;
	}
}

@media (max-width: 1023px) {
	.home .questions .page-grid {
		grid-template-columns: repeat(3, 217px);
		-ms-grid-columns: 217px 0 217px 0 217px 0;
	}
}

@media (max-width: 767px) {
	.home .questions .page-grid {
		grid-template-columns: 1fr;
		padding: 0 20px 0 0;
		-ms-grid-columns: 1fr;
	}
}

.about-us__addresses {
	margin: 150px auto 160px;
}

@media (max-width: 1365px) {
	.about-us__addresses {
		margin-top: 140px;
		margin-bottom: 150px;
	}
}

@media (max-width: 1023px) {
	.about-us__addresses {
		margin-top: 120px;
		margin-bottom: 130px;
	}
}

@media (max-width: 767px) {
	.about-us__addresses {
		margin-top: 70px;
		margin-bottom: 70px;
	}
}

.about-us__addresses .addresses-header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-top: 1px solid #f2f2f2;
	padding-top: 130px;
	padding-bottom: 95px;
}

@media (max-width: 1365px) {
	.about-us__addresses .addresses-header {
		padding-top: 120px;
		padding-bottom: 80px;
	}
}

@media (max-width: 1023px) {
	.about-us__addresses .addresses-header {
		padding-top: 100px;
		padding-bottom: 65px;
	}
}

@media (max-width: 767px) {
	.about-us__addresses .addresses-header {
		padding-top: 60px;
		padding-bottom: 40px;
	}
}

.about-us__addresses .addresses-header .title {
	font-weight: 900;
	font-size: 38px;
	line-height: 1.5;
}

@media (max-width: 1365px) {
	.about-us__addresses .addresses-header .title {
		font-size: 28px;
	}
}

@media (max-width: 767px) {
	.about-us__addresses .addresses-header .title {
		font-size: 22px;
	}
}

.about-us__addresses .addresses-header .toggle-btn {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	border: none;
	outline: none;
	background: #fff;
	-webkit-box-shadow: 0 4px 9px rgba(26, 84, 130, 0.08);
	box-shadow: 0 4px 9px rgba(26, 84, 130, 0.08);
	border-radius: 130px;
	width: 220px;
	height: 40px;
	font-size: 16px;
	color: #00365f;
	margin-top: 60px;
	cursor: pointer;
}

@media (max-width: 1365px) {
	.about-us__addresses .addresses-header .toggle-btn {
		margin-top: 50px;
	}
}

@media (max-width: 1023px) {
	.about-us__addresses .addresses-header .toggle-btn {
		margin-top: 40px;
	}
}

@media (max-width: 767px) {
	.about-us__addresses .addresses-header .toggle-btn {
		width: 180px;
		height: 32px;
		font-size: 12px;
		margin-top: 30px;
	}
}

.about-us__addresses .addresses-header .toggle-btn svg {
	fill: #00365f;
	margin-right: 12px;
}

@media (max-width: 767px) {
	.about-us__addresses .addresses-header .toggle-btn svg {
		margin-right: 8px;
	}
}

.about-us__addresses .addresses-header .toggle-btn--map {
	display: none;
}

.about-us__addresses .addresses-header .toggle-btn--map svg {
	width: 16px;
	height: 23px;
}

@media (max-width: 767px) {
	.about-us__addresses .addresses-header .toggle-btn--map svg {
		width: 14px;
		height: 19px;
	}
}

.about-us__addresses .addresses-header .toggle-btn--list svg {
	width: 20px;
	height: 12px;
	stroke: #00365f;
}

@media (max-width: 767px) {
	.about-us__addresses .addresses-header .toggle-btn--list svg {
		width: 16px;
		height: 9px;
	}
}

.about-us__addresses .map {
	position: relative;
	height: 800px;
}

@media (max-width: 1919px) {
	.about-us__addresses .map {
		height: 600px;
	}
}

@media (max-width: 1365px) {
	.about-us__addresses .map {
		height: 500px;
	}
}

@media (max-width: 1023px) {
	.about-us__addresses .map {
		height: 400px;
	}
}

@media (max-width: 767px) {
	.about-us__addresses .map {
		height: 360px;
	}
}

.about-us__addresses .addresses-list {
	display: none;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding-bottom: 150px;
}

@media (max-width: 1365px) {
	.about-us__addresses .addresses-list {
		padding-bottom: 140px;
	}
}

@media (max-width: 1023px) {
	.about-us__addresses .addresses-list {
		padding-bottom: 120px;
	}
}

@media (max-width: 767px) {
	.about-us__addresses .addresses-list {
		padding-bottom: 70px;
	}
}

.about-us__addresses .page-grid-wrap {
	margin-top: 0;
	margin-bottom: 60px;
}

@media (max-width: 1365px) {
	.about-us__addresses .page-grid-wrap {
		margin-bottom: 50px;
	}
}

@media (max-width: 1023px) {
	.about-us__addresses .page-grid-wrap {
		margin-bottom: 40px;
	}
}

@media (max-width: 767px) {
	.about-us__addresses .page-grid-wrap {
		margin-bottom: 36px;
	}
}

@media (max-width: 767px) {
	.about-us__addresses .page-grid-wrap .page-grid {
		padding-top: 60px;
	}
}

.about-us__addresses--show-list {
	background: #f0f6fa;
}

.about-us__addresses--show-list .addresses-header .toggle-btn--list {
	display: none;
}

.about-us__addresses--show-list .addresses-header .toggle-btn--map {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
}

.about-us__addresses--show-list .map {
	display: none;
}

.about-us .ambassadors,
.about-us__addresses--show-list .addresses-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.about-us .ambassadors {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding-bottom: 80px;
}

@media (max-width: 1365px) {
	.about-us .ambassadors {
		padding-bottom: 68px;
	}
}

@media (max-width: 767px) {
	.about-us .ambassadors {
		padding-bottom: 40px;
	}
}

.about-us .ambassadors .section-title {
	margin-bottom: 80px;
}

@media (max-width: 1365px) {
	.about-us .ambassadors .section-title {
		margin-bottom: 70px;
	}
}

@media (max-width: 1023px) {
	.about-us .ambassadors .section-title {
		margin-bottom: 60px;
	}
}

@media (max-width: 767px) {
	.about-us .ambassadors .section-title {
		margin-bottom: 36px;
	}
}

.about-us .ambassadors .ambassador-card {
	margin-bottom: 60px;
}

@media (max-width: 1365px) {
	.about-us .ambassadors .ambassador-card {
		margin-bottom: 50px;
	}
}

@media (max-width: 1023px) {
	.about-us .ambassadors .ambassador-card {
		margin-bottom: 40px;
	}
}

@media (max-width: 767px) {
	.about-us .ambassadors .ambassador-card {
		margin-bottom: 36px;
	}
}

.single-page .first-screen__right {
	min-height: 980px;
}

@media (max-width: 1919px) {
	.single-page .first-screen__right {
		min-height: 700px;
	}
}

@media (max-width: 1365px) {
	.single-page .first-screen__right {
		min-height: 520px;
	}
}

@media (max-width: 1023px) {
	.single-page .first-screen__right {
		min-height: 780px;
	}
}

@media (max-width: 767px) {
	.single-page .first-screen__right {
		min-height: 330px;
	}
}

.single-page .first-screen__bg-img {
	height: 100%;
}

.single-page .first-screen .breadcrumbs {
	margin-top: 42px;
	margin-bottom: 52px;
	margin-right: 105px;
}

@media (max-width: 1919px) {
	.single-page .first-screen .breadcrumbs {
		margin-right: 35px;
		margin-top: 18px;
		margin-bottom: 20px;
	}
}

@media (max-width: 1023px) {
	.single-page .first-screen .breadcrumbs {
		margin-right: 0;
		margin-bottom: 16px;
	}
}

@media (max-width: 767px) {
	.single-page .first-screen .breadcrumbs {
		margin-bottom: 10px;
	}
}

.single-page .first-screen .tags-item a {
	font-size: 11px;
	height: 26px;
	background-color: rgba(0, 0, 0, 0);
	-webkit-box-shadow: none;
	box-shadow: none;
	border: 1px solid #f2f2f2;
}

.single-page .first-screen .tags-item a:active,
.single-page .first-screen .tags-item a:hover {
	background-color: #00365f;
	border-color: #00365f;
}

@media (max-width: 767px) {
	.single-page .first-screen .tags-item a {
		font-size: 10px;
		height: 24px;
	}
}

.single-page .first-screen .status {
	height: 26px;
	margin-left: 10px;
}

@media (max-width: 767px) {
	.single-page .first-screen .status {
		height: 24px;
		margin-left: 8px;
	}
}

@media (max-width: 1023px) {
	.single-page .container {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
}

.article-content {
	margin-top: 100px;
	width: 100%;
	max-width: 1050px;
}

@media (max-width: 1919px) {
	.article-content {
		max-width: 848px;
	}
}

@media (max-width: 1365px) {
	.article-content {
		margin-top: 90px;
		max-width: 636px;
	}
}

@media (max-width: 1023px) {
	.article-content {
		margin-top: 70px;
		max-width: 652px;
	}
}

@media (max-width: 767px) {
	.article-content {
		margin-top: 50px;
	}
}

.article-content blockquote,
.article-content h1,
.article-content h2,
.article-content h3,
.article-content h4,
.article-content h5,
.article-content h6,
.article-content ol,
.article-content p,
.article-content ul {
	max-width: 648px;
	margin: 0 auto;
}

.article-content blockquote:first-child,
.article-content h1:first-child,
.article-content h2:first-child,
.article-content h3:first-child,
.article-content h4:first-child,
.article-content h5:first-child,
.article-content h6:first-child,
.article-content ol:first-child,
.article-content p:first-child,
.article-content ul:first-child {
	margin-top: 0;
}

.article-content blockquote:last-child,
.article-content h1:last-child,
.article-content h2:last-child,
.article-content h3:last-child,
.article-content h4:last-child,
.article-content h5:last-child,
.article-content h6:last-child,
.article-content ol:last-child,
.article-content p:last-child,
.article-content ul:last-child {
	margin-bottom: 0;
}

@media (max-width: 1365px) {

	.article-content blockquote,
	.article-content h1,
	.article-content h2,
	.article-content h3,
	.article-content h4,
	.article-content h5,
	.article-content h6,
	.article-content ol,
	.article-content p,
	.article-content ul {
		max-width: 636px;
	}
}

@media (max-width: 1023px) {

	.article-content blockquote,
	.article-content h1,
	.article-content h2,
	.article-content h3,
	.article-content h4,
	.article-content h5,
	.article-content h6,
	.article-content ol,
	.article-content p,
	.article-content ul {
		max-width: 652px;
	}
}

.article-content h1,
.article-content h2,
.article-content h3,
.article-content h4,
.article-content h5,
.article-content h6 {
	font-weight: 900;
	margin-top: 100px;
	margin-bottom: 40px;
	line-height: 1.5;
}

@media (max-width: 1365px) {

	.article-content h1,
	.article-content h2,
	.article-content h3,
	.article-content h4,
	.article-content h5,
	.article-content h6 {
		margin-top: 90px;
		margin-bottom: 35px;
	}
}

@media (max-width: 767px) {

	.article-content h1,
	.article-content h2,
	.article-content h3,
	.article-content h4,
	.article-content h5,
	.article-content h6 {
		margin-top: 50px;
		margin-bottom: 25px;
	}
}

.article-content h1 {
	font-size: 48px;
}

@media (max-width: 1919px) {
	.article-content h1 {
		font-size: 42px;
	}
}

@media (max-width: 1365px) {
	.article-content h1 {
		font-size: 34px;
	}
}

@media (max-width: 1023px) {
	.article-content h1 {
		font-size: 34px;
	}
}

@media (max-width: 767px) {
	.article-content h1 {
		font-size: 24px;
	}
}

.article-content h2 {
	font-size: 42px;
}

@media (max-width: 1919px) {
	.article-content h2 {
		font-size: 38px;
	}
}

@media (max-width: 1365px) {
	.article-content h2 {
		font-size: 28px;
	}
}

@media (max-width: 1023px) {
	.article-content h2 {
		font-size: 28px;
	}
}

@media (max-width: 767px) {
	.article-content h2 {
		font-size: 22px;
	}
}

.article-content h3 {
	font-size: 38px;
}

@media (max-width: 1919px) {
	.article-content h3 {
		font-size: 28px;
	}
}

@media (max-width: 1365px) {
	.article-content h3 {
		font-size: 24px;
	}
}

@media (max-width: 1023px) {
	.article-content h3 {
		font-size: 24px;
	}
}

@media (max-width: 767px) {
	.article-content h3 {
		font-size: 20px;
	}
}

.article-content h4 {
	font-size: 28px;
}

@media (max-width: 1919px) {
	.article-content h4 {
		font-size: 24px;
	}
}

@media (max-width: 1365px) {
	.article-content h4 {
		font-size: 20px;
	}
}

@media (max-width: 1023px) {
	.article-content h4 {
		font-size: 20px;
	}
}

@media (max-width: 767px) {
	.article-content h4 {
		font-size: 18px;
	}
}

.article-content h5 {
	font-size: 24px;
}

@media (max-width: 1919px) {
	.article-content h5 {
		font-size: 20px;
	}
}

@media (max-width: 1365px) {
	.article-content h5 {
		font-size: 18px;
	}
}

@media (max-width: 1023px) {
	.article-content h5 {
		font-size: 18px;
	}
}

@media (max-width: 767px) {
	.article-content h5 {
		font-size: 16px;
	}
}

.article-content h6 {
	font-size: 20px;
}

@media (max-width: 1919px) {
	.article-content h6 {
		font-size: 18px;
	}
}

@media (max-width: 1365px) {
	.article-content h6 {
		font-size: 16px;
	}
}

@media (max-width: 1023px) {
	.article-content h6 {
		font-size: 16px;
	}
}

@media (max-width: 767px) {
	.article-content h6 {
		font-size: 14px;
	}
}

.article-content p {
	margin-top: 40px;
	margin-bottom: 40px;
	font-size: 16px;
	line-height: 1.6;
}

@media (max-width: 1365px) {
	.article-content p {
		margin-top: 36px;
		margin-bottom: 36px;
		font-size: 14px;
	}
}

@media (max-width: 767px) {
	.article-content p {
		margin-top: 28px;
		margin-bottom: 28px;
		font-size: 12px;
	}
}

.article-content ul {
	margin-top: 40px;
	margin-bottom: 40px;
}

@media (max-width: 1365px) {
	.article-content ul {
		margin-top: 36px;
		margin-bottom: 36px;
	}
}

@media (max-width: 767px) {
	.article-content ul {
		margin-top: 28px;
		margin-bottom: 28px;
	}
}

.article-content ul li {
	position: relative;
	padding-left: 32px;
	margin-bottom: 30px;
	font-size: 16px;
	line-height: 1.6;
}

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

@media (max-width: 1365px) {
	.article-content ul li {
		padding-left: 28px;
		margin-bottom: 28px;
		font-size: 14px;
	}
}

@media (max-width: 767px) {
	.article-content ul li {
		padding-left: 22px;
		margin-bottom: 20px;
		font-size: 12px;
	}
}

.article-content ul li:before {
	content: "";
	position: absolute;
	top: 10px;
	left: 0;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #00365f;
}

@media (max-width: 1365px) {
	.article-content ul li:before {
		width: 6px;
		height: 6px;
		top: 7px;
	}
}

@media (max-width: 767px) {
	.article-content ul li:before {
		width: 4px;
		height: 4px;
		top: 7px;
	}
}

.article-content ol {
	margin-top: 40px;
	margin-bottom: 40px;
	counter-reset: myCounter;
}

@media (max-width: 1365px) {
	.article-content ol {
		margin-top: 36px;
		margin-bottom: 36px;
	}
}

@media (max-width: 767px) {
	.article-content ol {
		margin-top: 28px;
		margin-bottom: 28px;
	}
}

.article-content ol li {
	position: relative;
	padding-left: 32px;
	margin-bottom: 30px;
	font-size: 16px;
	line-height: 1.6;
}

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

@media (max-width: 1365px) {
	.article-content ol li {
		padding-left: 28px;
		margin-bottom: 28px;
		font-size: 14px;
	}
}

@media (max-width: 767px) {
	.article-content ol li {
		padding-left: 22px;
		margin-bottom: 20px;
		font-size: 12px;
	}
}

.article-content ol li:before {
	position: absolute;
	top: 0;
	left: 0;
	counter-increment: myCounter;
	content: counter(myCounter) ".";
	color: #00365f;
}

.article-content a {
	color: #d70926;
	border-bottom: 1px solid transparent;
	transition: all 0.3s linear;
}

.article-content a:hover,
.article-content a:active {
	border-bottom: 1px solid #d70926;
}

.article-content blockquote {
	position: relative;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.6;
	color: #1a5481;
	padding-top: 50px;
	padding-left: 70px;
	margin: 100px auto;
	background: url(img/stars-bg.svg) no-repeat 0 0;
	background-size: 221px 164px;
}

@media (max-width: 1365px) {
	.article-content blockquote {
		padding-top: 65px;
		padding-left: 60px;
		background-size: 191px 142px;
		margin: 90px auto;
		font-size: 18px;
	}
}

@media (max-width: 767px) {
	.article-content blockquote {
		padding-top: 60px;
		padding-left: 20px;
		background-size: 172px 128px;
		margin: 50px auto;
		font-size: 14px;
	}
}

.article-content blockquote p {
	font-size: 20px;
	font-weight: 700;
	line-height: 1.6;
}

@media (max-width: 1365px) {
	.article-content blockquote p {
		font-size: 18px;
	}
}

@media (max-width: 767px) {
	.article-content blockquote p {
		font-size: 14px;
	}
}

.article-content img {
	display: block;
	max-width: 100%;
	margin-top: 100px;
	margin-left: auto;
	margin-right: auto;
}

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

@media (max-width: 1365px) {
	.article-content img {
		margin-top: 90px;
	}
}

@media (max-width: 1023px) {
	.article-content img {
		margin-top: 90px;
	}
}

@media (max-width: 767px) {
	.article-content img {
		margin-top: 50px;
	}
}

.article-content iframe {
	display: block;
	width: 100%;
	height: 590px;
	margin-top: 100px;
}

.article-content iframe:first-child {
	margin-top: 0;
}

@media (max-width: 1919px) {
	.article-content iframe {
		height: 476px;
	}
}

@media (max-width: 1365px) {
	.article-content iframe {
		margin-top: 90px;
		height: 358px;
	}
}

@media (max-width: 1023px) {
	.article-content iframe {
		margin-top: 90px;
		height: 365px;
	}
}

@media (max-width: 767px) {
	.article-content iframe {
		margin-top: 50px;
		height: 260px;
	}
}

@media (max-width: 380px) {
	.article-content iframe {
		height: 156px;
	}
}

.article-content .img-label,
.article-content figcaption {
	width: 100%;
	max-width: 1050px;
	font-weight: 500;
	font-size: 14px;
	line-height: 1.5;
	color: #a4b1bb;
	margin: 28px auto 100px;
	text-align: left;
}

.article-content .img-label:last-child,
.article-content figcaption:last-child {
	margin-bottom: 0;
}

@media (max-width: 1919px) {

	.article-content .img-label,
	.article-content figcaption {
		max-width: 848px;
	}
}

@media (max-width: 1365px) {

	.article-content .img-label,
	.article-content figcaption {
		max-width: 636px;
		margin-bottom: 90px;
		margin-top: 26px;
	}
}

@media (max-width: 1023px) {

	.article-content .img-label,
	.article-content figcaption {
		max-width: 652px;
	}
}

@media (max-width: 767px) {

	.article-content .img-label,
	.article-content figcaption {
		margin-bottom: 50px;
		margin-top: 20px;
	}
}

img.alignright {
	float: right;
	margin: 0 0 1em 1em;
}

img.alignleft {
	float: left;
	margin: 0 1em 1em 0;
}

img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignright {
	float: right;
}

.alignleft {
	float: left;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.articles .page-grid {
	grid-template-columns: repeat(2, 1fr);
	-ms-grid-columns: 1fr 50px 1fr;
}

.articles .page-grid>div:nth-child(1) {
	-ms-grid-row: 1;
	-ms-grid-column: 1;
}

.articles .page-grid>div:nth-child(2) {
	-ms-grid-row: 1;
	-ms-grid-column: 3;
}

@media (max-width: 1365px) {
	.articles .page-grid {
		grid-column-gap: 35px;
		-ms-grid-columns: 1fr 35px 1fr;
		grid-row-gap: 50px;
	}
}

@media (max-width: 1023px) {
	.articles .page-grid {
		grid-template-columns: 1fr;
		-ms-grid-columns: 1fr;
		grid-row-gap: 50px;
	}
}

@media (max-width: 767px) {
	.articles .page-grid {
		grid-row-gap: 36px;
	}
}

.article .first-screen__left {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

@media (max-width: 1023px) {
	.article .first-screen__left {
		padding-top: 0;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}
}

@media (max-width: 767px) {
	.article .first-screen__left {
		padding-top: 0;
		padding-bottom: 30px;
	}
}

.article .single-page-title {
	max-width: 690px;
}

@media (max-width: 1919px) {
	.article .single-page-title {
		max-width: 547px;
	}
}

@media (max-width: 1365px) {
	.article .single-page-title {
		max-width: 412px;
	}
}

@media (max-width: 1023px) {
	.article .single-page-title {
		max-width: 652px;
	}
}

.article .article-content {
	margin-bottom: 150px;
}

@media (max-width: 1365px) {
	.article .article-content {
		margin-bottom: 140px;
	}
}

@media (max-width: 767px) {
	.article .article-content {
		margin-bottom: 70px;
	}
}

.announcements .page-grid {
	position: relative;
	grid-template-columns: repeat(4, 1fr);
	grid-column-gap: 1px;
	grid-row-gap: 0;
	border-top: 1px solid #f2f2f2;
	-ms-grid-columns: 1fr 1px 1fr 1px 1fr 1px 1fr 1px;
}

.announcements .page-grid article:nth-child(1) {
	-ms-grid-row: 1;
	-ms-grid-column: 1;
}

.announcements .page-grid article:nth-child(2) {
	-ms-grid-row: 1;
	-ms-grid-column: 3;
}

.announcements .page-grid article:nth-child(3) {
	-ms-grid-row: 1;
	-ms-grid-column: 5;
}

.announcements .page-grid article:nth-child(4) {
	-ms-grid-row: 1;
	-ms-grid-column: 7;
}

.announcements .page-grid article:nth-child(5) {
	-ms-grid-row: 3;
	-ms-grid-column: 1;
}

.announcements .page-grid article:nth-child(6) {
	-ms-grid-row: 3;
	-ms-grid-column: 3;
}

.announcements .page-grid article:nth-child(7) {
	-ms-grid-row: 3;
	-ms-grid-column: 5;
}

.announcements .page-grid article:nth-child(8) {
	-ms-grid-row: 3;
	-ms-grid-column: 7;
}

.announcements .page-grid article:nth-child(9) {
	-ms-grid-row: 5;
	-ms-grid-column: 1;
}

.announcements .page-grid article:nth-child(10) {
	-ms-grid-row: 5;
	-ms-grid-column: 3;
}

.announcements .page-grid article:nth-child(11) {
	-ms-grid-row: 5;
	-ms-grid-column: 5;
}

.announcements .page-grid article:nth-child(12) {
	-ms-grid-row: 5;
	-ms-grid-column: 7;
}

@media (max-width: 767px) {
	.announcements .page-grid {
		grid-template-columns: 1fr;
		border-top: none;
		-ms-grid-columns: 1fr;
	}
}

.announcements .page-grid.no-result {
	border-top: none;
	grid-template-columns: 1fr;
	-ms-grid-columns: 1fr;
}

.announcements .page-grid:after {
	content: "";
	position: absolute;
	z-index: 2;
	bottom: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 1px;
	background-color: #fff;
}

.announcements .announcement-card:nth-child(4n) {
	border-right: none;
}

.announcement .first-screen__left {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

@media (max-width: 1023px) {
	.announcement .first-screen__left {
		padding-top: 0;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}
}

@media (max-width: 767px) {
	.announcement .first-screen__left {
		padding-top: 0;
		padding-bottom: 30px;
	}
}

.announcement .single-page-title {
	max-width: 690px;
}

@media (max-width: 1919px) {
	.announcement .single-page-title {
		max-width: 547px;
	}
}

@media (max-width: 1365px) {
	.announcement .single-page-title {
		max-width: 412px;
	}
}

@media (max-width: 1023px) {
	.announcement .single-page-title {
		max-width: 652px;
	}
}

.announcement .date {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 48px;
	text-transform: uppercase;
	color: #a4b1bb;
	margin-top: 50px;
}

@media (max-width: 1919px) {
	.announcement .date {
		font-size: 42px;
		margin-top: 45px;
	}
}

@media (max-width: 1365px) {
	.announcement .date {
		font-size: 34px;
		margin-top: 30px;
	}
}

@media (max-width: 767px) {
	.announcement .date {
		font-size: 24px;
		margin-top: 20px;
	}
}

.announcement .article-content {
	margin-bottom: 60px;
}

@media (max-width: 1365px) {
	.announcement .article-content {
		margin-bottom: 54px;
	}
}

@media (max-width: 767px) {
	.announcement .article-content {
		margin-bottom: 22px;
	}
}

.announcement .center-cont {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.announcement .center-cont,
.announcement .map {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.announcement .map {
	position: relative;
	width: 100%;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 150px;
}

@media (max-width: 1365px) {
	.announcement .map {
		margin-top: 140px;
	}
}

@media (max-width: 1023px) {
	.announcement .map {
		margin-top: 80px;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		padding-top: 125px;
	}
}

@media (max-width: 767px) {
	.announcement .map {
		margin-top: 40px;
		padding-top: 46px;
	}
}

.announcement .map .address-block {
	position: absolute;
	background-color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 50%;
	max-width: 708px;
	padding: 40px 30px 40px 60px;
	min-height: 380px;
	right: 50%;
	z-index: 1;
}

@media (max-width: 1365px) {
	.announcement .map .address-block {
		padding: 30px 20px 30px 45px;
		min-height: 320px;
	}
}

@media (max-width: 1023px) {
	.announcement .map .address-block {
		width: 100%;
		max-width: 534px;
		min-height: 230px;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		right: auto;
		top: 0;
		left: 50%;
		transform: translateX(-50%);
		padding: 20px 30px 30px;
	}
}

@media (max-width: 767px) {
	.announcement .map .address-block {
		max-width: calc(100% - 40px);
		min-height: 130px;
		padding: 10px 20px 20px;
	}
}

.announcement .map .address-block .title {
	font-size: 28px;
	color: #a4b1bb;
	margin-bottom: 36px;
}

@media (max-width: 1365px) {
	.announcement .map .address-block .title {
		font-size: 24px;
		margin-bottom: 20px;
	}
}

@media (max-width: 1023px) {
	.announcement .map .address-block .title {
		font-size: 24px;
	}
}

@media (max-width: 767px) {
	.announcement .map .address-block .title {
		font-size: 14px;
		margin-bottom: 12px;
	}
}

.announcement .map .address-block .address {
	font-size: 38px;
	font-weight: 700;
	line-height: 1.5;
}

@media (max-width: 1365px) {
	.announcement .map .address-block .address {
		font-size: 28px;
	}
}

@media (max-width: 1023px) {
	.announcement .map .address-block .address {
		font-size: 24px;
		text-align: center;
	}
}

@media (max-width: 767px) {
	.announcement .map .address-block .address {
		font-size: 16px;
	}
}

.announcement .map .map-block {
	width: calc(50% + 324px);
	margin-left: auto;
	height: 800px;
}

@media (max-width: 1919px) {
	.announcement .map .map-block {
		height: 600px;
	}
}

@media (max-width: 1365px) {
	.announcement .map .map-block {
		max-width: 712px;
		height: 500px;
	}
}

@media (max-width: 1023px) {
	.announcement .map .map-block {
		width: 100%;
		max-width: none;
		height: 400px;
	}
}

@media (max-width: 767px) {
	.announcement .map .map-block {
		height: 360px;
	}
}

.stories {
	width: 100%;
}

.stories .map {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	margin-top: 120px;
}

@media (max-width: 1365px) {
	.stories .map {
		margin-top: 110px;
	}
}

@media (max-width: 1023px) {
	.stories .map {
		margin-top: 100px;
	}
}

@media (max-width: 767px) {
	.stories .map {
		margin-top: 50px;
	}
}

.stories .map .container {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

@media (max-width: 767px) {
	.stories .map .container {
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}
}

.stories .map__pins {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 60px;
}

@media (max-width: 1365px) {
	.stories .map__pins {
		margin-bottom: 50px;
	}
}

@media (max-width: 1023px) {
	.stories .map__pins {
		margin-bottom: 40px;
	}
}

@media (max-width: 767px) {
	.stories .map__pins {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		margin-bottom: 36px;
	}
}

.stories .map__pins li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 18px;
	line-height: 1.5;
	font-weight: 500;
	margin-right: 80px;
}

.stories .map__pins li:last-child {
	margin-right: 0;
	margin-bottom: 0;
}

@media (max-width: 1365px) {
	.stories .map__pins li {
		font-size: 16px;
		margin-right: 50px;
	}
}

@media (max-width: 1023px) {
	.stories .map__pins li {
		font-size: 12px;
		margin-right: 40px;
	}
}

@media (max-width: 767px) {
	.stories .map__pins li {
		margin-right: 0;
		margin-bottom: 20px;
	}
}

.stories .map__pins li svg {
	margin-right: 20px;
}

@media (max-width: 1023px) {
	.stories .map__pins li svg {
		margin-right: 14px;
	}
}

.stories .map iframe {
	height: 800px;
}

@media (max-width: 1919px) {
	.stories .map iframe {
		height: 600px;
	}
}

@media (max-width: 1365px) {
	.stories .map iframe {
		height: 500px;
	}
}

@media (max-width: 1023px) {
	.stories .map iframe {
		height: 400px;
	}
}

@media (max-width: 767px) {
	.stories .map iframe {
		height: 360px;
	}
}

.stories .stories-cont {
	padding: 30px 0 150px;
	background: -webkit-gradient(linear,
			left top,
			right top,
			color-stop(50%, #f0f6fa),
			color-stop(50%, #fff));
	background: -o-linear-gradient(left, #f0f6fa 50%, #fff 50%);
	background: linear-gradient(90deg, #f0f6fa 50%, #fff 0);
}

@media (max-width: 1365px) {
	.stories .stories-cont {
		padding-top: 10px;
		padding-bottom: 140px;
	}
}

@media (max-width: 767px) {
	.stories .stories-cont {
		padding-bottom: 70px;
	}
}

.stories .stories-cont .pagination {
	margin-bottom: 0;
}

@media (max-width: 1023px) {
	.stories .page-grid-wrap {
		padding-left: 40px;
		padding-right: 40px;
	}
}

.stories .page-grid-wrap .page-grid {
	grid-template-columns: 1fr;
	grid-row-gap: 60px;
	justify-items: center;
	-ms-grid-columns: 1fr;
	-ms-grid-rows: 1fr 60px 1fr 60px 1fr 60px 1fr 60px 1fr 60px 1fr 60px;
}

.stories .page-grid-wrap .page-grid article:nth-child(1) {
	-ms-grid-row: 1;
	-ms-grid-column: 1;
}

.stories .page-grid-wrap .page-grid article:nth-child(2) {
	-ms-grid-row: 3;
	-ms-grid-column: 1;
}

.stories .page-grid-wrap .page-grid article:nth-child(3) {
	-ms-grid-row: 5;
	-ms-grid-column: 1;
}

.stories .page-grid-wrap .page-grid article:nth-child(4) {
	-ms-grid-row: 7;
	-ms-grid-column: 1;
}

.stories .page-grid-wrap .page-grid article:nth-child(5) {
	-ms-grid-row: 9;
	-ms-grid-column: 1;
}

.stories .page-grid-wrap .page-grid article:nth-child(6) {
	-ms-grid-row: 11;
	-ms-grid-column: 1;
}

.stories .page-grid-wrap .page-grid article:nth-child(7) {
	-ms-grid-row: 13;
	-ms-grid-column: 1;
}

.stories .page-grid-wrap .page-grid article:nth-child(8) {
	-ms-grid-row: 15;
	-ms-grid-column: 1;
}

@media (max-width: 1365px) {
	.stories .page-grid-wrap .page-grid {
		grid-row-gap: 50px;
		-ms-grid-rows: 1fr 50px;
	}
}

@media (max-width: 1023px) {
	.stories .page-grid-wrap .page-grid {
		grid-row-gap: 40px;
		-ms-grid-rows: 1fr 40px;
	}
}

@media (max-width: 767px) {
	.stories .page-grid-wrap .page-grid {
		grid-row-gap: 36px;
		-ms-grid-rows: 1fr 36px;
	}
}

.story .first-screen__left {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding-bottom: 90px;
}

@media (max-width: 1919px) {
	.story .first-screen__left {
		padding-bottom: 70px;
	}
}

@media (max-width: 1365px) {
	.story .first-screen__left {
		padding-bottom: 50px;
	}
}

@media (max-width: 1023px) {
	.story .first-screen__left {
		padding-top: 0;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		padding-bottom: 36px;
	}
}

@media (max-width: 767px) {
	.story .first-screen__left {
		padding-top: 0;
		padding-bottom: 30px;
	}
}

.story .first-screen .breadcrumbs {
	margin-bottom: 0;
}

.story__person-info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	color: #00365f;
	font-size: 24px;
}

@media (max-width: 1919px) {
	.story__person-info {
		font-size: 20px;
	}
}

@media (max-width: 1365px) {
	.story__person-info {
		font-size: 16px;
	}
}

@media (max-width: 1023px) {
	.story__person-info {
		font-size: 16px;
	}
}

@media (max-width: 767px) {
	.story__person-info {
		font-size: 12px;
	}
}

.story__person-info .name {
	font-weight: 700;
	margin-bottom: 24px;
}

@media (max-width: 1919px) {
	.story__person-info .name {
		margin-bottom: 22px;
	}
}

@media (max-width: 1365px) {
	.story__person-info .name {
		margin-bottom: 18px;
	}
}

@media (max-width: 1023px) {
	.story__person-info .name {
		margin-bottom: 18px;
	}
}

@media (max-width: 767px) {
	.story__person-info .name {
		margin-bottom: 12px;
	}
}

.story .single-page-title {
	max-width: 690px;
}

@media (max-width: 1919px) {
	.story .single-page-title {
		max-width: 547px;
	}
}

@media (max-width: 1365px) {
	.story .single-page-title {
		max-width: 412px;
	}
}

@media (max-width: 1023px) {
	.story .single-page-title {
		max-width: 652px;
		margin-top: 60px;
		margin-bottom: 80px;
	}
}

.story .article-content {
	margin-bottom: 150px;
}

@media (max-width: 1365px) {
	.story .article-content {
		margin-bottom: 140px;
	}
}

@media (max-width: 767px) {
	.story .article-content {
		margin-bottom: 70px;
	}
}

.trainings .trainings-content {
	padding: 120px 0 150px;
	background: -webkit-gradient(linear,
			left top,
			right top,
			color-stop(50%, #f0f6fa),
			color-stop(50%, #fff));
	background: -o-linear-gradient(left, #f0f6fa 50%, #fff 50%);
	background: linear-gradient(90deg, #f0f6fa 50%, #fff 0);
	border-top: 1px solid #f2f2f2;
	margin-top: 150px;
}

@media (max-width: 1365px) {
	.trainings .trainings-content {
		padding-top: 120px;
		padding-bottom: 140px;
		margin-top: 140px;
	}
}

@media (max-width: 1023px) {
	.trainings .trainings-content {
		padding-top: 100px;
		margin-top: 130px;
	}
}

@media (max-width: 767px) {
	.trainings .trainings-content {
		padding-top: 60px;
		padding-bottom: 70px;
		margin-top: 60px;
	}
}

.trainings .trainings-content .page-grid-wrap {
	margin-top: 0;
}

.trainings .trainings-content .pagination {
	margin-bottom: 0;
}

.trainings .trainings-content.no-margin {
	margin-top: 0;
}

.trainings--has-video .video-cont {
	margin-bottom: -320px;
}

@media (max-width: 1919px) {
	.trainings--has-video .video-cont {
		margin-bottom: -260px;
	}
}

@media (max-width: 1365px) {
	.trainings--has-video .video-cont {
		margin-bottom: -202px;
	}
}

@media (max-width: 1023px) {
	.trainings--has-video .video-cont {
		margin-bottom: -206px;
	}
}

@media (max-width: 767px) {
	.trainings--has-video .video-cont {
		margin-bottom: -100px;
	}
}

.trainings--has-video .trainings-content {
	padding: 335px 0 150px;
	margin-top: 0;
}

@media (max-width: 1919px) {
	.trainings--has-video .trainings-content {
		padding-top: 260px;
	}
}

@media (max-width: 1365px) {
	.trainings--has-video .trainings-content {
		padding-top: 210px;
		padding-bottom: 140px;
	}
}

@media (max-width: 1023px) {
	.trainings--has-video .trainings-content {
		padding-top: 230px;
	}
}

@media (max-width: 767px) {
	.trainings--has-video .trainings-content {
		padding-top: 120px;
		padding-bottom: 70px;
	}
}

.trainings--has-video .trainings-content .page-grid-wrap {
	margin: 120px auto 80px;
}

@media (max-width: 1365px) {
	.trainings--has-video .trainings-content .page-grid-wrap {
		margin: 110px auto 70px;
	}
}

@media (max-width: 1023px) {
	.trainings--has-video .trainings-content .page-grid-wrap {
		margin: 100px auto 60px;
	}
}

@media (max-width: 767px) {
	.trainings--has-video .trainings-content .page-grid-wrap {
		margin: 50px auto;
	}
}

.training .first-screen__left {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

@media (max-width: 1023px) {
	.training .first-screen__left {
		padding-top: 0;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		padding-bottom: 180px;
	}
}

@media (max-width: 767px) {
	.training .first-screen__left {
		padding-bottom: 110px;
	}
}

.training .first-screen__left .breadcrumbs {
	margin-bottom: 0;
	margin-top: 58px;
}

@media (max-width: 1919px) {
	.training .first-screen__left .breadcrumbs {
		margin-top: 34px;
	}
}

@media (max-width: 1365px) {
	.training .first-screen__left .breadcrumbs {
		margin-top: 34px;
	}
}

.training .first-screen__left .single-page-title {
	max-width: 690px;
	margin-top: 170px;
}

@media (max-width: 1919px) {
	.training .first-screen__left .single-page-title {
		max-width: 547px;
		margin-top: 130px;
	}
}

@media (max-width: 1365px) {
	.training .first-screen__left .single-page-title {
		max-width: 412px;
		margin-top: 100px;
	}
}

@media (max-width: 1023px) {
	.training .first-screen__left .single-page-title {
		max-width: 652px;
		margin-top: 90px;
	}
}

@media (max-width: 767px) {
	.training .first-screen__left .single-page-title {
		margin-top: 60px;
	}
}

@media (max-width: 1023px) {
	.training .container {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
}

.training .article-content {
	margin-bottom: 150px;
}

@media (max-width: 1365px) {
	.training .article-content {
		margin-bottom: 140px;
	}
}

@media (max-width: 767px) {
	.training .article-content {
		margin-bottom: 70px;
	}
}

.tests .tests-content {
	padding: 120px 0 150px;
	border-top: 1px solid #f2f2f2;
	margin-top: 150px;
}

@media (max-width: 1365px) {
	.tests .tests-content {
		padding-top: 120px;
		padding-bottom: 140px;
		margin-top: 140px;
	}
}

@media (max-width: 1023px) {
	.tests .tests-content {
		padding-top: 100px;
		margin-top: 130px;
	}
}

@media (max-width: 767px) {
	.tests .tests-content {
		padding-top: 60px;
		padding-bottom: 70px;
		margin-top: 60px;
	}
}

.tests .tests-content .page-grid-wrap {
	margin-top: 0;
}

.tests .tests-content .pagination {
	margin-bottom: 0;
}

.tests .tests-content.no-margin {
	margin-top: 0;
}

.tests--has-video .video-cont {
	margin-bottom: -320px;
}

@media (max-width: 1919px) {
	.tests--has-video .video-cont {
		margin-bottom: -260px;
	}
}

@media (max-width: 1365px) {
	.tests--has-video .video-cont {
		margin-bottom: -202px;
	}
}

@media (max-width: 1023px) {
	.tests--has-video .video-cont {
		margin-bottom: -206px;
	}
}

@media (max-width: 767px) {
	.tests--has-video .video-cont {
		margin-bottom: -100px;
	}
}

.tests--has-video .tests-content {
	padding: 335px 0 150px;
	margin-top: 0;
}

@media (max-width: 1919px) {
	.tests--has-video .tests-content {
		padding-top: 260px;
	}
}

@media (max-width: 1365px) {
	.tests--has-video .tests-content {
		padding-top: 210px;
		padding-bottom: 140px;
	}
}

@media (max-width: 1023px) {
	.tests--has-video .tests-content {
		padding-top: 230px;
	}
}

@media (max-width: 767px) {
	.tests--has-video .tests-content {
		padding-top: 120px;
		padding-bottom: 70px;
	}
}

.tests--has-video .tests-content .page-grid-wrap {
	margin: 120px auto 80px;
}

@media (max-width: 1365px) {
	.tests--has-video .tests-content .page-grid-wrap {
		margin: 110px auto 70px;
	}
}

@media (max-width: 1023px) {
	.tests--has-video .tests-content .page-grid-wrap {
		margin: 100px auto 60px;
	}
}

@media (max-width: 767px) {
	.tests--has-video .tests-content .page-grid-wrap {
		margin: 50px auto;
	}
}

.test .first-screen__left {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

@media (max-width: 1023px) {
	.test .first-screen__left {
		padding-top: 0;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		padding-bottom: 180px;
	}
}

@media (max-width: 767px) {
	.test .first-screen__left {
		padding-bottom: 110px;
	}
}

.test .first-screen__left .breadcrumbs {
	margin-bottom: 0;
	margin-top: 58px;
}

@media (max-width: 1919px) {
	.test .first-screen__left .breadcrumbs {
		margin-top: 34px;
	}
}

@media (max-width: 1365px) {
	.test .first-screen__left .breadcrumbs {
		margin-top: 34px;
	}
}

.test .first-screen__left .single-page-title {
	max-width: 690px;
	margin-top: 250px;
}

@media (max-width: 1919px) {
	.test .first-screen__left .single-page-title {
		max-width: 547px;
		margin-top: 200px;
	}
}

@media (max-width: 1365px) {
	.test .first-screen__left .single-page-title {
		max-width: 412px;
		margin-top: 120px;
	}
}

@media (max-width: 1023px) {
	.test .first-screen__left .single-page-title {
		max-width: 652px;
		margin-top: 100px;
	}
}

@media (max-width: 767px) {
	.test .first-screen__left .single-page-title {
		margin-top: 80px;
	}
}

@media (max-width: 1023px) {
	.test .container {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
}

.test .article-content {
	margin-bottom: 150px;
}

@media (max-width: 1365px) {
	.test .article-content {
		margin-bottom: 140px;
	}
}

@media (max-width: 767px) {
	.test .article-content {
		margin-bottom: 70px;
	}
}

.programs .programs-content {
	padding: 120px 0 150px;
}

@media (max-width: 1365px) {
	.programs .programs-content {
		padding-top: 120px;
		padding-bottom: 140px;
	}
}

@media (max-width: 1023px) {
	.programs .programs-content {
		padding-top: 100px;
	}
}

@media (max-width: 767px) {
	.programs .programs-content {
		padding-top: 60px;
		padding-bottom: 70px;
	}
}

.programs .programs-content .page-grid-wrap {
	margin-top: 0;
}

.programs--has-video .video-cont {
	margin-bottom: -320px;
}

@media (max-width: 1919px) {
	.programs--has-video .video-cont {
		margin-bottom: -260px;
	}
}

@media (max-width: 1365px) {
	.programs--has-video .video-cont {
		margin-bottom: -202px;
	}
}

@media (max-width: 1023px) {
	.programs--has-video .video-cont {
		margin-bottom: -206px;
	}
}

@media (max-width: 767px) {
	.programs--has-video .video-cont {
		margin-bottom: -100px;
	}
}

.programs--has-video .programs-content {
	padding: 335px 0 150px;
}

@media (max-width: 1919px) {
	.programs--has-video .programs-content {
		padding-top: 260px;
	}
}

@media (max-width: 1365px) {
	.programs--has-video .programs-content {
		padding-top: 210px;
		padding-bottom: 140px;
	}
}

@media (max-width: 1023px) {
	.programs--has-video .programs-content {
		padding-top: 230px;
	}
}

@media (max-width: 767px) {
	.programs--has-video .programs-content {
		padding-top: 120px;
		padding-bottom: 70px;
	}
}

.programs--has-video .programs-content .page-grid-wrap {
	margin: 120px auto 80px;
}

@media (max-width: 1365px) {
	.programs--has-video .programs-content .page-grid-wrap {
		margin: 110px auto 70px;
	}
}

@media (max-width: 1023px) {
	.programs--has-video .programs-content .page-grid-wrap {
		margin: 100px auto 60px;
	}
}

@media (max-width: 767px) {
	.programs--has-video .programs-content .page-grid-wrap {
		margin: 50px auto;
	}
}

.program .first-screen__left {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

@media (max-width: 1023px) {
	.program .first-screen__left {
		padding: 0;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}
}

.program .first-screen__left .breadcrumbs {
	position: relative;
	margin-bottom: 0;
	margin-right: 0;
	padding-right: 60px;
}

@media (max-width: 1919px) {
	.program .first-screen__left .breadcrumbs {
		padding-right: 50px;
	}
}

@media (max-width: 1365px) {
	.program .first-screen__left .breadcrumbs {
		padding-right: 40px;
	}
}

@media (max-width: 1023px) {
	.program .first-screen__left .breadcrumbs {
		width: 100%;
		margin-bottom: 32px;
	}
}

@media (max-width: 767px) {
	.program .first-screen__left .breadcrumbs {
		margin-bottom: 18px;
		padding-right: 0;
	}
}

.program .first-screen__left .breadcrumbs .seal {
	width: 40px;
	height: 40px;
	position: absolute;
	right: 0;
	top: 0;
}

@media (max-width: 1919px) {
	.program .first-screen__left .breadcrumbs .seal {
		width: 34px;
		height: 34px;
	}
}

@media (max-width: 1365px) {
	.program .first-screen__left .breadcrumbs .seal {
		width: 30px;
		height: 30px;
	}
}

@media (max-width: 767px) {
	.program .first-screen__left .breadcrumbs .seal {
		width: 26px;
		height: 26px;
		position: relative;
	}
}

.program .first-screen__left .breadcrumbs .seal img {
	width: 100%;
	height: 100%;
}

.program .first-screen__left .single-page-title {
	max-width: 690px;
}

@media (max-width: 1919px) {
	.program .first-screen__left .single-page-title {
		max-width: 547px;
	}
}

@media (max-width: 1365px) {
	.program .first-screen__left .single-page-title {
		max-width: 412px;
	}
}

@media (max-width: 1023px) {
	.program .first-screen__left .single-page-title {
		max-width: 652px;
	}
}

.program .first-screen__left .program-info {
	border-top: 1px solid #f2f2f2;
	padding: 60px 0;
}

@media (max-width: 1919px) {
	.program .first-screen__left .program-info {
		padding: 46px 0;
	}
}

@media (max-width: 1365px) {
	.program .first-screen__left .program-info {
		padding: 20px 0;
	}
}

@media (max-width: 1023px) {
	.program .first-screen__left .program-info {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		width: 100%;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		padding: 28px 0;
		margin-top: 46px;
	}
}

@media (max-width: 767px) {
	.program .first-screen__left .program-info {
		margin-top: 30px;
		padding: 18px 0;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}
}

.program .first-screen__left .program-info .subtitle {
	font-size: 20px;
	line-height: 1.5;
	color: #a4b1bb;
	margin-bottom: 18px;
}

@media (max-width: 1365px) {
	.program .first-screen__left .program-info .subtitle {
		font-size: 16px;
		margin-bottom: 6px;
	}
}

@media (max-width: 1023px) {
	.program .first-screen__left .program-info .subtitle {
		margin-bottom: 0;
	}
}

@media (max-width: 767px) {
	.program .first-screen__left .program-info .subtitle {
		font-size: 12px;
		margin-bottom: 8px;
	}
}

.program .first-screen__left .program-info .term {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	border: 1px solid #f2f2f2;
	border-radius: 130px;
	padding: 7px;
}

@media (max-width: 1365px) {
	.program .first-screen__left .program-info .term {
		padding: 6px;
	}
}

@media (max-width: 767px) {
	.program .first-screen__left .program-info .term {
		padding: 2px;
	}
}

.program .first-screen__left .program-info .term span {
	display: inline-block;
	font-size: 16px;
	color: #1a5481;
	line-height: 1.5;
	background: #f2f2f2;
	border-radius: 130px;
	padding: 5px 15px;
}

@media (max-width: 1365px) {
	.program .first-screen__left .program-info .term span {
		font-size: 14px;
		padding: 3px 12px;
	}
}

@media (max-width: 767px) {
	.program .first-screen__left .program-info .term span {
		font-size: 11px;
		padding: 1px 6px;
	}
}

@media (max-width: 1023px) {
	.program .container {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
}

.program .article-content {
	margin-bottom: 150px;
}

@media (max-width: 1365px) {
	.program .article-content {
		margin-bottom: 140px;
	}
}

@media (max-width: 767px) {
	.program .article-content {
		margin-bottom: 70px;
	}
}

.financing .financing-content {
	padding: 120px 0 150px;
}

@media (max-width: 1365px) {
	.financing .financing-content {
		padding-top: 120px;
		padding-bottom: 140px;
	}
}

@media (max-width: 1023px) {
	.financing .financing-content {
		padding-top: 100px;
	}
}

@media (max-width: 767px) {
	.financing .financing-content {
		padding-top: 60px;
		padding-bottom: 70px;
	}
}

.financing .financing-content .page-grid-wrap {
	margin-top: 0;
}

.financing .financing-content .pagination {
	margin-bottom: 0;
}

.financing--has-video .video-cont {
	margin-bottom: -320px;
}

@media (max-width: 1919px) {
	.financing--has-video .video-cont {
		margin-bottom: -260px;
	}
}

@media (max-width: 1365px) {
	.financing--has-video .video-cont {
		margin-bottom: -202px;
	}
}

@media (max-width: 1023px) {
	.financing--has-video .video-cont {
		margin-bottom: -206px;
	}
}

@media (max-width: 767px) {
	.financing--has-video .video-cont {
		margin-bottom: -100px;
	}
}

.financing--has-video .financing-content {
	padding: 335px 0 150px;
}

@media (max-width: 1919px) {
	.financing--has-video .financing-content {
		padding-top: 260px;
	}
}

@media (max-width: 1365px) {
	.financing--has-video .financing-content {
		padding-top: 210px;
		padding-bottom: 140px;
	}
}

@media (max-width: 1023px) {
	.financing--has-video .financing-content {
		padding-top: 230px;
	}
}

@media (max-width: 767px) {
	.financing--has-video .financing-content {
		padding-top: 120px;
		padding-bottom: 70px;
	}
}

.financing--has-video .financing-content .page-grid-wrap {
	margin: 120px auto 80px;
}

@media (max-width: 1365px) {
	.financing--has-video .financing-content .page-grid-wrap {
		margin: 110px auto 70px;
	}
}

@media (max-width: 1023px) {
	.financing--has-video .financing-content .page-grid-wrap {
		margin: 100px auto 60px;
	}
}

@media (max-width: 767px) {
	.financing--has-video .financing-content .page-grid-wrap {
		margin: 50px auto;
	}
}

.financing-single .first-screen__left {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

@media (max-width: 1023px) {
	.financing-single .first-screen__left {
		padding-top: 0;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		padding-bottom: 180px;
	}
}

@media (max-width: 767px) {
	.financing-single .first-screen__left {
		padding-bottom: 110px;
	}
}

.financing-single .first-screen__left .breadcrumbs {
	margin-bottom: 0;
}

.financing-single .first-screen__left .single-page-title {
	max-width: 690px;
	margin-top: 170px;
}

@media (max-width: 1919px) {
	.financing-single .first-screen__left .single-page-title {
		max-width: 547px;
		margin-top: 130px;
	}
}

@media (max-width: 1365px) {
	.financing-single .first-screen__left .single-page-title {
		max-width: 412px;
		margin-top: 100px;
	}
}

@media (max-width: 1023px) {
	.financing-single .first-screen__left .single-page-title {
		max-width: 652px;
		margin-top: 90px;
	}
}

@media (max-width: 767px) {
	.financing-single .first-screen__left .single-page-title {
		margin-top: 60px;
	}
}

@media (max-width: 1023px) {
	.financing-single .container {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
}

.financing-single .article-content {
	margin-bottom: 150px;
}

@media (max-width: 1365px) {
	.financing-single .article-content {
		margin-bottom: 140px;
	}
}

@media (max-width: 767px) {
	.financing-single .article-content {
		margin-bottom: 70px;
	}
}

.faq__cont {
	padding: 120px 0 150px;
}

@media (max-width: 1365px) {
	.faq__cont {
		padding-top: 110px;
		padding-bottom: 140px;
	}
}

@media (max-width: 767px) {
	.faq__cont {
		padding-top: 50px;
		padding-bottom: 70px;
	}
}

.faq__cont .pagination {
	margin-bottom: 0;
}

.faq__search {
	width: 100%;
	max-width: 944px;
	margin: 0 auto;
	padding-top: 54px;
	padding-left: 50px;
	padding-right: 50px;
	background: url(img/stars-bg.svg) no-repeat 0;
	background-size: 221px 164px;
}

@media (max-width: 1365px) {
	.faq__search {
		max-width: 850px;
		padding-top: 46px;
		padding-left: 66px;
		background-size: 191px 142px;
	}
}

@media (max-width: 1023px) {
	.faq__search {
		max-width: 718px;
	}
}

@media (max-width: 767px) {
	.faq__search {
		background: none;
		padding: 0 20px;
	}
}

.faq__search form {
	background-color: #f0f6fa;
	padding: 34px 50px;
}

@media (max-width: 1365px) {
	.faq__search form {
		padding: 30px 50px;
	}
}

@media (max-width: 1023px) {
	.faq__search form {
		padding: 30px 40px;
	}
}

@media (max-width: 767px) {
	.faq__search form {
		padding: 25px 12px;
	}
}

.faq__search form .input-wrap {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.faq__search form .input-wrap svg {
	position: absolute;
	top: 0;
	left: 0;
	width: 33px;
	height: 36px;
	stroke: #a4b1bb;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}

@media (max-width: 1365px) {
	.faq__search form .input-wrap svg {
		width: 27px;
		height: 30px;
	}
}

@media (max-width: 767px) {
	.faq__search form .input-wrap svg {
		width: 16px;
		height: 18px;
	}
}

.faq__search form .input-wrap input {
	width: 100%;
	height: 42px;
	padding-left: 50px;
	border-radius: 0;
	background-color: rgba(0, 0, 0, 0);
	outline: none;
	border: none;
	border-bottom: 1px solid #d3d3d3;
	color: #000;
	font-size: 20px;
	font-family: Museo Sans Cyrl, Arial;
	font-weight: 300;
}

.faq__search form .input-wrap input::-webkit-input-placeholder {
	color: #d3d3d3;
}

.faq__search form .input-wrap input::-moz-placeholder {
	color: #d3d3d3;
}

.faq__search form .input-wrap input:-ms-input-placeholder {
	color: #d3d3d3;
}

.faq__search form .input-wrap input::-ms-input-placeholder {
	color: #d3d3d3;
}

.faq__search form .input-wrap input::placeholder {
	color: #d3d3d3;
}

.faq__search form .input-wrap input:focus~svg {
	stroke: #00365f;
}

@media (max-width: 1365px) {
	.faq__search form .input-wrap input {
		padding-left: 46px;
		font-size: 18px;
		height: 36px;
	}
}

@media (max-width: 767px) {
	.faq__search form .input-wrap input {
		height: 22px;
		padding-left: 24px;
		font-size: 14px;
	}
}

.faq__list {
	width: 748px;
	margin: 150px auto 80px;
}

@media (max-width: 1365px) {
	.faq__list {
		width: 706px;
		margin-bottom: 70px;
		margin-top: 140px;
	}
}

@media (max-width: 1023px) {
	.faq__list {
		width: 100%;
		max-width: 710px;
		padding-left: 60px;
		margin-top: 80px;
	}
}

@media (max-width: 767px) {
	.faq__list {
		margin-bottom: 50px;
		padding: 0 20px;
		margin-top: 40px;
	}
}

.faq .faq-item {
	padding: 40px 50px;
	border-top: 1px solid #f2f2f2;
}

.faq .faq-item:last-child {
	border-bottom: 1px solid #f2f2f2;
}

@media (max-width: 1365px) {
	.faq .faq-item {
		padding: 28px 36px;
	}
}

@media (max-width: 1023px) {
	.faq .faq-item {
		padding: 28px 30px;
	}
}

@media (max-width: 767px) {
	.faq .faq-item {
		padding: 28px 0;
	}
}

.faq .faq-item__header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 8px;
}

.faq .faq-item__header:hover {
	cursor: pointer;
}

.faq .faq-item__header:hover .title {
	color: #1a5481;
}

.faq .faq-item__header:hover .arr {
	background-color: #1a5481;
	border-color: rgba(0, 0, 0, 0);
}

.faq .faq-item__header:hover .arr svg {
	stroke: #fff;
}

.faq .faq-item__header .title {
	width: 100%;
	max-width: 570px;
	font-weight: 700;
	font-size: 20px;
	line-height: 1.5;
	color: #000;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

@media (max-width: 1365px) {
	.faq .faq-item__header .title {
		font-size: 18px;
		max-width: 560px;
	}
}

@media (max-width: 767px) {
	.faq .faq-item__header .title {
		font-size: 14px;
	}
}

.faq .faq-item__header .arr {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 36px;
	height: 36px;
	margin-left: 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	border: 1px solid #a4b1bb;
	border-radius: 50%;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

@media (max-width: 1023px) {
	.faq .faq-item__header .arr {
		margin-left: 26px;
	}
}

@media (max-width: 767px) {
	.faq .faq-item__header .arr {
		margin-left: 16px;
		width: 30px;
		height: 30px;
	}
}

.faq .faq-item__header .arr svg {
	width: 14px;
	height: 7px;
	stroke: #00365f;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}

@media (max-width: 767px) {
	.faq .faq-item__header .arr svg {
		width: 12px;
		height: 6px;
	}
}

.faq .faq-item__body {
	max-width: 560px;
	font-size: 14px;
	line-height: 1.5;
	overflow: hidden;
	max-height: 0;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

@media (max-width: 767px) {
	.faq .faq-item__body {
		font-size: 12px;
		padding-right: 46px;
	}
}

.faq .faq-item--open .faq-item__header .title {
	color: #1a5481;
}

.faq .faq-item--open .faq-item__header .arr {
	background-color: #1a5481;
	border-color: rgba(0, 0, 0, 0);
}

.faq .faq-item--open .faq-item__header .arr svg {
	-webkit-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	transform: rotate(-180deg);
	stroke: #fff;
}

.faq .faq-item--open .faq-item__body {
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
	max-height: 600px;
}

.faq .page-no-results {
	margin-top: 110px;
}

@media (max-width: 1919px) {
	.faq .page-no-results {
		margin-top: 100px;
	}
}

@media (max-width: 1365px) {
	.faq .page-no-results {
		margin-top: 90px;
	}
}

@media (max-width: 1023px) {
	.faq .page-no-results {
		margin-top: 80px;
	}
}

@media (max-width: 767px) {
	.faq .page-no-results {
		margin-top: 50px;
	}
}

.search .first-screen {
	background: #f0f6fa;
}

@media (max-width: 1023px) {
	.search .header {
		background-color: #f0f6fa;
		-webkit-box-shadow: none;
		box-shadow: none;
	}
}

.search .header__right-bg {
	display: none;
}

.search .header__right {
	border-bottom: 1px solid #f2f2f2;
}

@media (max-width: 1023px) {
	.search .header__right {
		border-bottom: none;
	}
}

.search .header__right .social-list li a:active svg,
.search .header__right .social-list li a:hover svg {
	fill: #d70926;
}

.search .header__right .social-list li a svg {
	fill: #00365f;
}

.search__head {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding-top: 144px;
	padding-bottom: 150px;
}

@media (max-width: 1919px) {
	.search__head {
		padding-top: 127px;
		padding-bottom: 140px;
	}
}

@media (max-width: 1365px) {
	.search__head {
		padding-top: 96px;
		padding-bottom: 120px;
	}
}

@media (max-width: 1023px) {
	.search__head {
		padding-top: 84px;
		padding-bottom: 100px;
	}
}

@media (max-width: 767px) {
	.search__head {
		padding-top: 50px;
		padding-bottom: 60px;
	}
}

.search__head .page-title {
	text-align: center;
	margin-top: 120px;
	margin-bottom: 70px;
}

@media (max-width: 1919px) {
	.search__head .page-title {
		margin-top: 100px;
	}
}

@media (max-width: 1365px) {
	.search__head .page-title {
		margin-bottom: 60px;
	}
}

@media (max-width: 1023px) {
	.search__head .page-title {
		margin-top: 90px;
	}
}

@media (max-width: 767px) {
	.search__head .page-title {
		margin-top: 50px;
		margin-bottom: 30px;
	}
}

.search__head .page-no-results {
	margin-top: 110px;
}

@media (max-width: 1365px) {
	.search__head .page-no-results {
		margin-top: 90px;
	}
}

@media (max-width: 1023px) {
	.search__head .page-no-results {
		margin-top: 80px;
	}
}

@media (max-width: 767px) {
	.search__head .page-no-results {
		margin-top: 50px;
	}
}

.search__form {
	position: relative;
	width: 100%;
	max-width: 748px;
	height: 52px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}

@media (max-width: 1023px) {
	.search__form {
		max-width: 596px;
		height: 48px;
	}
}

@media (max-width: 767px) {
	.search__form {
		height: 38px;
	}
}

.search__form input {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 8px 10px 8px 0;
	outline: none;
	border-radius: 0;
	border: none;
	border-bottom: 1px solid #d3d3d3;
	font-family: Museo Sans Cyrl, Arial;
	font-size: 20px;
	background-color: rgba(0, 0, 0, 0);
}

@media (max-width: 1023px) {
	.search__form input {
		font-size: 18px;
		padding: 8px 5px 8px 0;
	}
}

@media (max-width: 767px) {
	.search__form input {
		font-size: 14px;
	}
}

.search__form button {
	width: 100%;
	max-width: 43px;
	height: 52px;
	padding: 8px 0 8px 10px;
	border: none;
	border-bottom: 1px solid #d3d3d3;
	background-color: rgba(0, 0, 0, 0);
	outline: none;
}

.search__form button:active,
.search__form button:hover {
	cursor: pointer;
}

.search__form button:active svg,
.search__form button:hover svg {
	stroke: #00365f;
}

@media (max-width: 1023px) {
	.search__form button {
		width: 33px;
		height: 48px;
		padding: 8px 0 8px 5px;
	}
}

@media (max-width: 767px) {
	.search__form button {
		width: 26px;
		height: 38px;
	}
}

.search__form button svg {
	width: 100%;
	height: 100%;
	stroke: #a4b1bb;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}

.search__all-result {
	padding-bottom: 150px;
}

@media (max-width: 1365px) {
	.search__all-result {
		padding-bottom: 140px;
	}
}

@media (max-width: 767px) {
	.search__all-result {
		padding-bottom: 70px;
	}
}

.search__all-result .page-grid-wrap {
	margin-bottom: 50px;
}

@media (max-width: 767px) {
	.search__all-result .page-grid-wrap {
		margin-bottom: 40px;
	}
}

.search__all-result .page-grid-wrap .search-result {
	margin-top: 0;
}

@media (max-width: 767px) {
	.search__all-result .page-grid-wrap .page-grid {
		padding-top: 40px;
	}
}

.search__all-result .announcements .page-grid:after {
	display: none;
}

.search__all-result .story-card {
	border: 1px solid #f2f2f2;
}

.search__all-result .btn {
	height: 40px;
	font-size: 14px;
	width: 190px;
	padding: 0 22px;
	margin: 0 auto;
	display: flex;
}

@media (max-width: 767px) {
	.search__all-result .btn {
		height: 32px;
		font-size: 12px;
		min-width: 110px;
		padding: 0 18px;
	}
}

.direction__container {
	position: relative;
	margin-top: 120px;
	padding-left: 74px;
}

@media (max-width: 1365px) {
	.direction__container {
		margin-top: 110px;
		padding-left: 68px;
	}
}

@media (max-width: 1023px) {
	.direction__container {
		margin-top: 100px;
		padding-left: 54px;
	}
}

@media (max-width: 767px) {
	.direction__container {
		margin-top: 140px;
		padding-left: 0;
	}
}

.direction .article-content {
	margin: 0 auto;
	margin-top: 0;
}

.direction .container,
.direction__section {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.direction__section {
	margin: 160px auto;
}

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

@media (max-width: 1365px) {
	.direction__section {
		margin: 150px auto;
	}
}

@media (max-width: 1023px) {
	.direction__section {
		margin: 140px auto;
	}
}

@media (max-width: 767px) {
	.direction__section {
		margin: 70px auto;
	}
}

.direction__section .faq__list,
.direction__section .page-grid-wrap {
	margin: 60px auto;
}

@media (max-width: 1365px) {

	.direction__section .faq__list,
	.direction__section .page-grid-wrap {
		margin: 50px auto;
	}
}

@media (max-width: 1023px) {

	.direction__section .faq__list,
	.direction__section .page-grid-wrap {
		margin: 40px auto;
	}
}

.direction__section .buttons-wrap {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 0 14px;
	justify-content: center;
}

.direction__section .buttons-wrap .btn {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	height: 40px;
	font-size: 14px;
	min-width: 200px;
	padding: 0 22px;
	margin: 0 18px;
	transition: all 0.2s;
}

@media (max-width: 767px) {
	.direction__section .buttons-wrap .btn {
		height: 32px;
		font-size: 12px;
		min-width: 134px;
		padding: 0 12px;
		margin: 5px 6px 0;
	}
}

.direction__section .buttons-wrap .btn svg {
	margin-left: 0;
}

.direction .select-university {
	background-color: #f0f6fa;
	width: calc(100% + 74px);
	margin-left: -74px;
	padding: 150px 0 150px 74px;
	margin-top: 160px;
}

@media (max-width: 1365px) {
	.direction .select-university {
		width: calc(100% + 68px);
		margin-left: -68px;
		padding: 140px 0 140px 68px;
		margin-top: 150px;
	}
}

@media (max-width: 1023px) {
	.direction .select-university {
		width: calc(100% + 54px);
		margin-left: -54px;
		padding: 130px 0 130px 54px;
		margin-top: 140px;
	}
}

@media (max-width: 767px) {
	.direction .select-university {
		padding: 60px 20px;
		width: 100%;
		margin-left: 0;
		margin-top: 70px;
	}
}

.direction .select-university .section-title {
	text-align: center;
}

.direction .interesting {
	width: calc(100% + 74px);
	margin-left: -74px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #00365f;
	padding: 120px 0 120px 74px;
}

@media (max-width: 1365px) {
	.direction .interesting {
		width: calc(100% + 68px);
		margin-left: -68px;
		padding: 110px 0 110px 68px;
	}
}

@media (max-width: 1023px) {
	.direction .interesting {
		width: calc(100% + 54px);
		margin-left: -54px;
		padding: 100px 0 100px 54px;
	}
}

@media (max-width: 767px) {
	.direction .interesting {
		padding: 60px 20px;
		width: 100%;
		margin-left: 0;
	}
}

.direction .interesting .section-title {
	color: #fff;
	text-align: center;
}

.direction .interesting__items {
	display: grid;
	grid-template-columns: repeat(2, 550px);
	grid-column-gap: 50px;
	margin-top: 80px;
	-ms-grid-columns: 550px 50px 550px 50px;
}

@media (max-width: 1365px) {
	.direction .interesting__items {
		grid-template-columns: repeat(2, 410px);
		grid-column-gap: 36px;
		margin-top: 70px;
		-ms-grid-columns: 410px 36px 410px 36px;
	}
}

@media (max-width: 1023px) {
	.direction .interesting__items {
		grid-template-columns: repeat(2, 314px);
		grid-column-gap: 24px;
		margin-top: 60px;
		-ms-grid-columns: 314px 24px 314px 24px;
	}
}

@media (max-width: 767px) {
	.direction .interesting__items {
		width: 100%;
		grid-template-columns: 1fr;
		-ms-flex-line-pack: center;
		align-content: center;
		grid-row-gap: 40px;
		margin-top: 40px;
		-ms-grid-columns: 1fr;
	}
}

.direction .interesting__item {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	height: 560px;
}

@media (max-width: 1365px) {
	.direction .interesting__item {
		height: 420px;
	}
}

@media (max-width: 1023px) {
	.direction .interesting__item {
		height: 320px;
	}
}

@media (max-width: 767px) {
	.direction .interesting__item {
		height: 287px;
	}
}

.direction .interesting__item img {
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.direction .interesting__item .bg {
	position: absolute;
	width: 100%;
	height: 50%;
	bottom: 0;
	left: 0;
	z-index: 2;
	background: -webkit-gradient(linear,
			left top,
			left bottom,
			from(rgba(0, 0, 0, 0)),
			to(rgba(0, 0, 0, 0.5)));
	background: -o-linear-gradient(top,
			rgba(0, 0, 0, 0) 0,
			rgba(0, 0, 0, 0.5) 100%);
	background: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
}

.direction .interesting__item .title {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	z-index: 3;
	width: 100%;
	margin-right: 70px;
	padding-left: 70px;
	border-top: 1px solid hsla(0, 0%, 100%, 0.3);
	font-weight: 900;
	color: #fff;
	font-size: 38px;
	line-height: 1.5;
	height: 165px;
}

@media (max-width: 1365px) {
	.direction .interesting__item .title {
		height: 140px;
		font-size: 28px;
		margin-right: 24px;
	}
}

@media (max-width: 1023px) {
	.direction .interesting__item .title {
		height: 120px;
		padding-left: 50px;
		margin-right: 50px;
		font-size: 24px;
	}
}

@media (max-width: 767px) {
	.direction .interesting__item .title {
		height: 90px;
		padding-left: 34px;
		margin-right: 30px;
		font-size: 18px;
	}
}

.questions {
	width: calc(100% + 74px);
	margin-left: -74px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #f0f6fa;
	padding: 120px 0 120px 74px;
}

@media (max-width: 1365px) {
	.questions {
		width: calc(100% + 68px);
		padding: 110px 0 110px 68px;
		margin-left: -68px;
	}
}

@media (max-width: 1023px) {
	.questions {
		width: calc(100% + 54px);
		padding: 100px 0 100px 54px;
		margin-left: -54px;
	}
}

@media (max-width: 767px) {
	.questions {
		padding: 60px 20px;
		width: 100%;
		margin-left: 0;
	}
}

.questions .section-title {
	text-align: center;
}

.questions .questions-items {
	display: grid;
	grid-template-columns: repeat(2, 382px);
	margin-top: 80px;
}

@media (max-width: 1365px) {
	.questions .questions-items {
		margin-top: 70px;
		grid-template-columns: repeat(2, 286px);
	}
}

@media (max-width: 1023px) {
	.questions .questions-items {
		margin-top: 60px;
		grid-template-columns: repeat(2, 217px);
	}
}

@media (max-width: 767px) {
	.questions .questions-items {
		width: 100%;
		margin-top: 40px;
		grid-template-columns: 1fr;
		padding: 0 20px;
	}
}

.direction .side-menu {
	max-width: 950px;
}

@media (max-width: 1919px) {
	.direction .side-menu {
		max-width: 656px;
	}
}

@media (max-width: 1365px) {
	.direction .side-menu {
		max-width: 656px;
	}
}

@media (max-width: 1023px) {
	.direction .side-menu {
		max-width: 970px;
	}
}

@media (max-width: 767px) {
	.direction .side-menu {
		max-width: 100%;
	}
}

@media (max-width: 767px) {
	.direction .page-filters-wrap {
		top: -80px;
	}
}

.direction .page-filters-wrap--fixed {
	height: 116px;
}

@media (max-width: 767px) {
	.direction .page-filters-wrap--fixed {
		top: 85px;
		height: auto;
	}
}

.direction .page-filters-wrap--fixed-bottom {
	bottom: 0;
}

.direction .page-filters {
	margin-bottom: 0;
}

.error404 .header__right .social-list {
	display: none;
}

.error404 .first-screen__left {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	position: relative;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

@media (max-width: 1023px) {
	.error404 .first-screen__left {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		padding-top: 60px;
		padding-bottom: 70px;
	}
}

@media (max-width: 767px) {
	.error404 .first-screen__left {
		padding-top: 30px;
		padding-bottom: 50px;
	}
}

.error404 .first-screen__left .error {
	font-size: 28px;
	color: #a4b1bb;
	margin-top: 170px;
}

@media (max-width: 1919px) {
	.error404 .first-screen__left .error {
		font-size: 24px;
		margin-top: 70px;
	}
}

@media (max-width: 1365px) {
	.error404 .first-screen__left .error {
		font-size: 20px;
		margin-top: 60px;
	}
}

@media (max-width: 1023px) {
	.error404 .first-screen__left .error {
		margin-top: 0;
	}
}

@media (max-width: 767px) {
	.error404 .first-screen__left .error {
		font-size: 18px;
	}
}

.error404 .first-screen__left .main-page-title {
	font-weight: 900;
	font-size: 42px;
	line-height: 1.5;
	max-width: 504px;
	margin-top: 50px;
	margin-bottom: 50px;
}

@media (max-width: 1919px) {
	.error404 .first-screen__left .main-page-title {
		font-size: 38px;
		max-width: 457px;
		margin-top: 40px;
		margin-bottom: 40px;
	}
}

@media (max-width: 1365px) {
	.error404 .first-screen__left .main-page-title {
		font-size: 28px;
		max-width: 337px;
		margin-top: 30px;
		margin-bottom: 30px;
	}
}

@media (max-width: 1023px) {
	.error404 .first-screen__left .main-page-title {
		font-size: 28px;
		max-width: 360px;
		text-align: center;
	}
}

@media (max-width: 767px) {
	.error404 .first-screen__left .main-page-title {
		font-size: 20px;
		margin-top: 10px;
		margin-bottom: 10px;
	}
}

.error404 .first-screen__left .subtitle {
	font-size: 18px;
	line-height: 1.5;
	color: #000;
}

@media (max-width: 1919px) {
	.error404 .first-screen__left .subtitle {
		font-size: 16px;
	}
}

@media (max-width: 1365px) {
	.error404 .first-screen__left .subtitle {
		font-size: 14px;
	}
}

@media (max-width: 767px) {
	.error404 .first-screen__left .subtitle {
		text-align: center;
		font-size: 12px;
	}
}

.error404 .first-screen__left .btn {
	margin-top: 60px;
	width: 200px;
}

@media (max-width: 1919px) {
	.error404 .first-screen__left .btn {
		margin-top: 50px;
	}
}

@media (max-width: 1365px) {
	.error404 .first-screen__left .btn {
		margin-top: 40px;
		height: 40px;
		font-size: 14px;
		width: 180px;
	}
}

@media (max-width: 767px) {
	.error404 .first-screen__left .btn {
		margin-top: 30px;
		height: 32px;
		font-size: 12px;
		width: 140px;
	}
}

.error404 .first-screen__left .main-socials {
	position: absolute;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 400px;
	height: 160px;
	z-index: 2;
	bottom: -1px;
	right: -245px;
	background-color: #fff;
	border-left: 1px solid #f2f2f2;
	border-bottom: 1px solid #f2f2f2;
}

@media (max-width: 1919px) {
	.error404 .first-screen__left .main-socials {
		width: 350px;
		height: 140px;
		right: -220px;
	}
}

@media (max-width: 1365px) {
	.error404 .first-screen__left .main-socials {
		width: 260px;
		height: 90px;
		right: -150px;
	}
}

@media (max-width: 1023px) {
	.error404 .first-screen__left .main-socials {
		display: none;
	}
}

.error404 .first-screen__left .main-socials .social-list li {
	margin-right: 40px;
}

@media (max-width: 1919px) {
	.error404 .first-screen__left .main-socials .social-list li {
		margin-right: 36px;
	}
}

@media (max-width: 1365px) {
	.error404 .first-screen__left .main-socials .social-list li {
		margin-right: 24px;
	}
}

.error404 .first-screen__left .main-socials .social-list li:last-child {
	margin-right: 0;
}

.error404 .first-screen__left .main-socials .social-list a {
	width: 25px;
	height: 25px;
}

.error404 .first-screen__left .main-socials .social-list a:active svg,
.error404 .first-screen__left .main-socials .social-list a:hover svg {
	fill: #d70926;
}

@media (max-width: 1919px) {
	.error404 .first-screen__left .main-socials .social-list a {
		width: 22px;
		height: 22px;
	}
}

@media (max-width: 1365px) {
	.error404 .first-screen__left .main-socials .social-list a {
		width: 20px;
		height: 20px;
	}
}

.error404 .first-screen__left .main-socials .social-list a svg {
	fill: #00365f;
}

.error404 .first-screen__right {
	height: 100vh;
	min-height: 980px;
}

@media (max-width: 1919px) {
	.error404 .first-screen__right {
		min-height: 700px;
	}
}

@media (max-width: 1365px) {
	.error404 .first-screen__right {
		min-height: 520px;
	}
}

@media (max-width: 1023px) {
	.error404 .first-screen__right {
		min-height: auto;
		height: calc(100vh - 481px);
	}
}

@media (max-width: 767px) {
	.error404 .first-screen__right {
		height: calc(100vh - 341px);
	}
}

.error404 .first-screen__right img {
	height: 100%;
}

.error404 .directions,
.error404 .footer {
	display: none;
}

.page-template-map .directions {
	display: none;
}

.sitemap-container {
	max-width: 1340px;
	width: 100%;
	margin: 0 auto;
	padding: 80px 50px 80px 130px;
}

@media (max-width: 1023px) {
	.sitemap-container {
		padding: 60px 45px 60px 85px;
	}
}

@media (max-width: 767px) {
	.sitemap-container {
		padding: 40px 20px;
	}
}

.sitemap-nav {
	list-style: none;
}

.sitemap-nav li {
	margin: 10px 0;
}

.sitemap-nav li a {
	font-weight: 900;
	font-size: 26px;
	line-height: 32px;
	color: #00365f;
}

.sitemap-nav li a:hover,
.sitemap-nav li a:active {
	color: #d70926;
}

.sitemap-nav li.menu-item-has-children>a {
	pointer-events: none;
}

.sitemap-nav .sub-menu {
	padding-left: 40px;
}

.sitemap-nav .sub-menu a {
	font-size: 22px;
	line-height: 26px;
	font-weight: 700;
}

@media (max-width: 1365px) {
	.sitemap-nav li {
		margin: 8px 0;
	}

	.sitemap-nav li a {
		font-size: 24px;
		line-height: 28px;
	}

	.sitemap-nav .sub-menu {
		padding-left: 30px;
	}

	.sitemap-nav .sub-menu a {
		font-size: 20px;
		line-height: 24px;
	}
}

@media (max-width: 1023px) {
	.sitemap-nav li a {
		font-size: 22px;
		line-height: 26px;
	}

	.sitemap-nav .sub-menu a {
		font-size: 18px;
		line-height: 22px;
	}
}

@media (max-width: 767px) {
	.sitemap-nav li a {
		font-size: 20px;
		line-height: 24px;
	}

	.sitemap-nav .sub-menu a {
		font-size: 16px;
		line-height: 20px;
	}
}

.wp-block-image {
	margin-top: 100px;
	margin-bottom: 100px;
}

@media (max-width: 1365px) {
	.wp-block-image {
		margin-top: 90px;
		margin-bottom: 90px;
	}
}

@media (max-width: 767px) {
	.wp-block-image {
		margin-top: 50px;
		margin-bottom: 50px;
	}
}

.more-block .btn {
	-webkit-box-pack: justify;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 222px;
}

@media (max-width: 767px) {
	.more-block .btn {
		width: 150px;
	}
}

.wp-block-quote.is-large,
.wp-block-quote.is-style-large {
	margin: initial;
	padding: initial;
	padding-top: 50px;
	padding-left: 70px;
	margin: 100px auto;
}

@-webkit-keyframes autofill {
	to {
		color: #666;
		background: transparent;
	}
}

input:-webkit-autofill {
	-webkit-animation-name: autofill;
	-webkit-animation-fill-mode: both;
}

.articles.direction__section .section-title {
	text-align: center;
}

#anr_captcha_field_1>div {
	margin-top: 20px;
}

.five-steps {
	padding-top: 160px;
}

@media (max-width: 1365px) {
	.five-steps {
		padding-top: 150px;
	}
}

@media (max-width: 1023px) {
	.five-steps {
		padding: 100px 30px 0;
	}
}

@media (max-width: 767px) {
	.five-steps {
		padding: 50px 20px 0;
	}
}

.five-steps__wrap {
	width: 100%;
	display: -ms-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	position: relative;
}

@media (max-width: 767px) {
	.five-steps__wrap {
		max-width: 350px;
		overflow: hidden;
	}
}

.five-steps__section-title {
	margin-bottom: 70px;
}

@media (max-width: 1919px) {
	.five-steps__section-title {
		margin-bottom: 80px;
	}
}

@media (max-width: 1365px) {
	.five-steps__section-title {
		margin-bottom: 55px;
	}
}

@media (max-width: 1023px) {
	.five-steps__section-title {
		margin-bottom: 40px;
	}
}

@media (max-width: 767px) {
	.five-steps__section-title {
		text-align: center;
		padding: 0 25px;
	}
}

.five-steps__item {
	width: 210px;
	padding: 45px 0 110px;
	position: relative;
	overflow: hidden;
}

@media (max-width: 1919px) {
	.five-steps__item {
		padding: 35px 0 115px;
	}
}

@media (max-width: 1365px) {
	.five-steps__item {
		width: 165px;
		padding: 45px 0 60px;
	}
}

@media (max-width: 1023px) {
	.five-steps__item {
		width: 130px;
		padding: 65px 5px 90px 0;
	}
}

@media (max-width: 767px) {
	.five-steps__item {
		width: 100%;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		-webkit-flex-flow: column nowrap;
		-ms-flex-flow: column nowrap;
		flex-flow: column nowrap;
		-ms-align-items: center;
		align-items: center;
		padding: 45px 15px 30px;
		margin-bottom: 30px;
	}
}

@media (min-width: 1024px) {
	.five-steps__item:hover .five-steps__discrip {
		opacity: 1;
	}
}

.five-steps__item:before {
	content: "";
	position: absolute;
	top: 0;
	right: 10px;
	width: 196px;
	height: 164px;
	background: url(img/stars-bg.svg) no-repeat;
	background-size: cover;
	z-index: -1;
}

@media (max-width: 1023px) {
	.five-steps__item:before {
		width: 184px;
		height: 154px;
		right: -25px;
	}
}

.five-steps__num {
	font-family: Museo Sans Cyrl, Arial;
	font-weight: 900;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	border-radius: 50%;
	color: #fff;
}

.five-steps__num--big {
	width: 176px;
	height: 176px;
	font-size: 90px;
	margin-bottom: 15px;
	-webkit-box-shadow: inset 0 0 0 23px #fff;
	box-shadow: inset 0 0 0 23px #fff;
}

@media (max-width: 1365px) {
	.five-steps__num--big {
		width: 130px;
		height: 130px;
		font-size: 70px;
		-webkit-box-shadow: inset 0 0 0 16px #fff;
		box-shadow: inset 0 0 0 16px #fff;
	}
}

@media (max-width: 1023px) {
	.five-steps__num--big {
		width: 100px;
		height: 100px;
		font-size: 50px;
		-webkit-box-shadow: inset 0 0 0 13px #fff;
		box-shadow: inset 0 0 0 13px #fff;
	}
}

@media (max-width: 767px) {
	.five-steps__num--big {
		width: 176px;
		height: 176px;
		font-size: 90px;
		margin-bottom: 15px;
		-webkit-box-shadow: inset 0 0 0 23px #fff;
		box-shadow: inset 0 0 0 23px #fff;
	}
}

.five-steps__num--small {
	width: 47px;
	height: 47px;
	font-size: 22px;
	border: 1px solid rgba(255, 255, 255, 0.1);
	background: #1a5481;
	-webkit-box-shadow: inset 0 0 0 5px #00365f;
	box-shadow: inset 0 0 0 5px #00365f;
	margin-bottom: 20px;
}

@media (max-width: 1365px) {
	.five-steps__num--small {
		width: 35px;
		height: 35px;
		font-size: 18px;
		-webkit-box-shadow: inset 0 0 0 4px #00365f;
		box-shadow: inset 0 0 0 4px #00365f;
		margin-bottom: 15px;
	}
}

.five-steps__num--1 {
	background: #402b89;
}

.five-steps__num--2 {
	background: #006fba;
}

.five-steps__num--3 {
	background: #4abac7;
}

.five-steps__num--4 {
	background: #cadb2f;
}

.five-steps__num--5 {
	background: #f9a31b;
}

.five-steps__title {
	font-family: Museo Sans Cyrl, Arial;
	font-weight: 900;
	line-height: 150%;
}

.five-steps__title--big {
	font-size: 16px;
	color: #000;
}

@media (max-width: 1365px) {
	.five-steps__title--big {
		font-size: 14px;
	}
}

@media (max-width: 1023px) {
	.five-steps__title--big {
		font-size: 12px;
	}
}

@media (max-width: 767px) {
	.five-steps__title--big {
		font-size: 16px;
	}
}

.five-steps__title--small {
	font-size: 14px;
	color: #f2f2f2;
	margin-bottom: 15px;
}

@media (max-width: 1919px) {
	.five-steps__title--small {
		margin-bottom: 10px;
	}
}

@media (max-width: 1365px) {
	.five-steps__title--small {
		margin-bottom: 5px;
		font-size: 12px;
	}
}

.five-steps__discrip {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	padding: 20px;
	background: #00365f;
	opacity: 0;
	-webkit-transition: opacity 0.75s cubic-bezier(0.39, 0.575, 0.565, 1);
	-o-transition: opacity 0.75s cubic-bezier(0.39, 0.575, 0.565, 1);
	transition: opacity 0.75s cubic-bezier(0.39, 0.575, 0.565, 1);
}

@media (max-width: 1365px) {
	.five-steps__discrip {
		padding: 10px;
	}
}

@media (max-width: 1023px) {
	.five-steps__discrip {
		overflow: auto;
	}

	.five-steps__discrip:before {
		content: "";
		position: absolute;
		top: 10px;
		right: 10px;
		width: 10px;
		height: 10px;
		background: url(img/close.png) no-repeat;
		background-size: cover;
	}
}

@media (max-width: 767px) {
	.five-steps__discrip {
		padding: 13px;
	}
}

.five-steps__discrip--show {
	opacity: 1;
}

.five-steps__text {
	color: #fff;
	font-size: 14px;
	line-height: 150%;
	font-family: Museo Sans Cyrl, Arial;
}

@media (max-width: 1365px) {
	.five-steps__text {
		font-size: 12px;
	}
}

.five-steps__arrow {
	display: none;
}

@media (max-width: 1023px) {
	.five-steps__arrow {
		display: inline-block;
		width: 13px;
		height: 9px;
		background: url(img/arrow.png) no-repeat;
		background-size: cover;
		-webkit-transform: translateY(2px);
		-ms-transform: translateY(2px);
		transform: translateY(2px);
	}
}

@media (max-width: 767px) {
	.five-steps__arrow {
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}
}

.five-steps .slick-dots {
	bottom: 5px;
}

.five-steps .slick-dots li {
	margin: 0 5px;
}

.five-steps .slick-dots li button {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	border: 1px solid #a4b1bb;
}

.five-steps .slick-dots .slick-active {
	border-radius: 50%;
	background: #00365f;
}

.five-steps .slick-initialized .slick-slide {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
}

/* Alex Demch.co 12.02.2021 */
.story__person-info--articles-subtitle {
	margin-top: 50px;
}

@media (max-width: 767px) {
	.name--articles-subtitle {
		margin-bottom: 12px;
	}
}

.article-card .tags {
	z-index: 10;
	position: relative;
}

/* Alex Demch.co 08.06.2021 */
.about-us .container--american-studios {
	background: #f0f6fa;
}

.about-us .american-studios {}

.about-us .american-studios h4 {
	margin-bottom: 40px;
}

.about-us .ambassadors {
	margin-top: 100px;
}

.about-us .ambassadors .section-title {
	margin-bottom: 0;
}

.questions .questions-items.questions-items-content {
	grid-template-columns: repeat(3, 382px);
}

@media (max-width: 1365px) {
	.questions .questions-items.questions-items-content {
		grid-template-columns: none;
	}

	.questions .questions-items.questions-items-content .questions-card {
		width: 320px;
		padding: 0 26px 22px;
	}
}

@media (max-width: 767px) {
	.questions .questions-items.questions-items-content .questions-card {
		width: 100%;
		padding: 0 24px 22px;
	}

	.five-steps__wrap {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		max-width: 100%;
	}

	.five-steps__item {
		width: 50%;
	}

	body.home .announcements .page-grid .announcement-card__img {
		margin: 0 auto 46px;
	}

	body.home .announcements .page-grid .announcement-card__date {
		text-align: center;
	}

	body.home .questions .page-grid .slick-dots,
	body.home .trainings .page-grid .slick-dots,
	body.home .announcements .page-grid .slick-dots {
		bottom: -25px;
	}
}

@media (max-width: 480px) {
	.five-steps__num--big {
		width: 86px;
		height: 86px;
		font-size: 20px;
	}

	.five-steps__title--big {
		font-size: 12px;
	}

	.five-steps__item {
		padding: 0;
	}
}

.grecaptcha-badge {
	display: none !important;
}