@charset "utf-8";
@font-face {
	font-family: 'Futura PT';
	src: local('☺'), url('../fonts/FuturaPTBook.woff') format('woff'), url('../fonts/FuturaPTBook.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Futura PT';
	src: local('☺'), url('../fonts/FuturaPTBold.woff') format('woff'), url('../fonts/FuturaPTBold.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}
html, body {
	height: 100%;
	box-sizing: border-box;
	text-rendering: optimizeLegibility !important;
	-webkit-font-smoothing: antialiased;
}
body {
	margin: 0;
	padding: 0;
	background: #000;
	font: normal 24px/1.4 "Futura PT", -apple-system, "Open Sans", system-ui, "sans-serif";
	letter-spacing: 0.01em;
	color: rgba(255, 255, 255, 0.8);
	-webkit-text-size-adjust: none;
	display: flex;
	flex-direction: column;
	text-align: center;
}
*, *:before, *:after {
	box-sizing: border-box;
}
form, fieldset {
	margin: 0;
	padding: 0;
	border: 0;
}
input, select, textarea, button {
	font: normal 15px/24px Arial, Helvetica, sans-serif;
	color: #5a5a5a;
	outline: none;
	text-align: left;
}
input[type="text"], input[type="password"], input[type="email"], input[type="color"], input[type="date"], input[type="datetime-local"], input[type="month"], input[type="number"], input[type="range"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], input[type="week"], textarea, select {
	-webkit-appearance: none;
	border-radius: 0;
	box-shadow: none;
	border: 1px solid #e0e0e0;
	background: #fff;
	margin: 0;
	padding: 12px 25px 13px 25px;
	width: 100%;
	display: block;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
opacity: 1;
color: #9c9c9c;
}
input::-moz-placeholder, textarea::-moz-placeholder {
opacity: 1;
color: #9c9c9c;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
opacity: 1;
color: #9c9c9c;
}
 input:focus::-webkit-input-placeholder, textarea:focus::-webkit-input-placeholder {
opacity: 0.5!important;
}
input:focus::-moz-placeholder, textarea:focus::-moz-placeholder {
opacity: 0.5!important;
}
input:focus:-ms-input-placeholder, textarea:focus:-ms-input-placeholder {
opacity: 0.5!important;
}
input::-ms-clear {
 display: none;
}
button::-moz-focus-inner {
 border: 0;
}
textarea {
	resize: none;
}
.outtaHere {
	overflow: hidden;
	max-width: 100vw;
	position: fixed!important;
	transform: scale(0)!important;
}
header, nav, section, article, aside, footer, menu, time, figure, figcaption, main {
	display: block;
}
img, svg, picture {
	border: 0;
	vertical-align: top;
}
a {
	color: #fff;
	text-decoration: underline;
	outline: none;
	cursor: pointer;
}
a:hover {
	text-decoration: none;
}
a[href^=tel] {
	color: inherit!important;
	cursor: inherit;
	text-decoration: none!important;
}
strong {
	font-weight: bold;
}
p, ol, ul {
	margin: 1em 0;
	padding: 0;
}
ol, ul, li {
	list-style: none;
}
li {
	position: relative;
	margin: 0.5em 0;
	padding: 0 0 0 2em;
}
ul > li:before {
	content: '•';
	width: 2em;
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
}
ol {
	counter-reset: li;
}
ol > li:before {
	counter-increment: li;
	content: counters(li, ".") ". ";
	position: relative;
	display: inline-block;
	vertical-align: top;
	min-width: 2em;
	margin: 0 0 0 -2em;
	padding: 0 0.25em 0 0;
}
.break-word {
	word-break: break-all;
}
.nowrap {
	white-space: nowrap;
}
.uppercase {
	text-transform: uppercase;
}
.mainwrap {
	flex: 0 0 auto;
	width: 100%;
	min-height: 100%;
	position: relative;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	padding: 55px 0;
}
.bg {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../img/index.jpg) no-repeat 50% 50%;
	background-size: cover;
}
.bg .inner {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	min-width: 177vh;
	height: auto;
	transform: translate3d(-50%, -50%, 0);
}
.bg .inner:before {
	content: '';
	display: block;
	padding-top: 56.25%;
}
.bg iframe {
	position: absolute;
	top: 0;
	left: 0;
	object-fit: cover;
	object-position: center;
	width: 100%;
	height: 100%;
}
.bg:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: linear-gradient(0deg, rgba(85, 46, 123, 0.2), rgba(85, 46, 123, 0.2)), linear-gradient(0deg, rgba(0, 0, 0, 0.81), rgba(0, 0, 0, 0.81));
}
.container {
	flex: 0 0 auto;
	width: 100%;
	margin: 0 auto;
	padding: 0 51px;
	max-width: 1440px;
}
.header {
	flex: 0 0 auto;
	position: relative;
}
.header .container {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.logo {
	flex: 0 0 auto;
	width: 90px;
	height: 34px;
	background: url(../img/logo.svg) no-repeat 0 50%;
	background-size: contain;
}
.lang {
	flex: 0 0 auto;
	display: flex;
	align-items: center;
	font-size: 16px;
	line-height: 1;
	gap: 8px;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.5);
}
.lang a {
	color: inherit;
	text-decoration: none;
}
html:lang(ru) .lang .link-ru, html:not(:lang(ru)) .lang .link-en {
 font-weight: bold;
 color: #fff;
cursor: default;
 user-select: none;
}
h1, .h1 {
	margin: 0 auto 36px auto;
	font-weight: normal;
	font-size: 42px;
	line-height: 1;
	color: #fff;
	max-width: 920px;
}
.max {
	margin: 0 auto;
	max-width: 630px;
}
html:lang(ru) .max {
	max-width: 701px;
}
html:lang(ru) .content-en, html:not(:lang(ru)) .content-ru {
 display: none;
}
.content {
	flex: 1 0 auto;
	position: relative;
	padding: 20px 0 60px 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

@media only screen and (max-width: 767px) {
body {
	font-size: 16px;
}
h1, .h1 {
	font-size: 21px;
	margin-bottom: 20px;
}
.mainwrap {
	padding: 40px 0;
}
.container {
	padding: 0 40px;
}
.lang {
	font-size: 12px;
	line-height: 16px;
	gap: 4px;
}
}
