@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@800&family=Roboto:wght@300;400&display=swap');
@font-face {
	font-family: fontello-2;
	src: url('fontello-2.woff2') format("woff2");
}
a {
	color: #fff;
	text-decoration: none;
}
body {
	background: #242526;
	color: #fff;
	font: 16px 'Roboto', sans-serif;
	margin: 0;
}
.background {
	background: url(img/background.svg?3);
	background-size: cover;
	height: 100%;
	left: 0;
	position: fixed;
	top: 96px;
	width: 100%;
}
.bottom {
	background: #222;
	font-size: 14px;
	overflow: hidden;
	padding: 32px 32px 24px 32px;
	position: relative;
}
.bottom a {
	display: block;
	margin: 0 32px 8px 0;
}
.bottom a:hover {
	text-decoration: underline;
}
.bottom div {
	float: left;
}
.bottom div:last-child {
	float: right;
	color: #c6c6c5;
	width: 672px;
}
.bottom em {
	align-items: center;
	border: 1px solid #fff;
	border-radius: 50%;
	display: flex;
	font-style: normal;
	height: 0;
	justify-content: center;
	padding: 16px;
	width: 0;
}
.bottom span {
	color: #fff;
	display: block;
	margin: 16px 0;
}
.main {
	display: table;
	margin: 57px auto 0 auto;
	width: 1045px;
}
.main .left {
	float: left;
	left: 0;
	line-height: 155%;
	position: sticky;
	top: 128px;
	width: 296px;
}
.main .left a {
	border: solid #fff;
	border-width: 0 2px 2px 0;
	display: inline-block;
	margin: 32px 0 0 8px;
	padding: 16px;
	transform: rotate(-135deg);
	-webkit-transform: rotate(-135deg);
}
.main .right {
	display: flex;
	flex-wrap: wrap;
	float: right;
	position: relative;
	width: 693px;
}
.main .right a {
	display: block;
	float: left;
	font: 14px/155% 'Roboto', sans-serif;
	margin: 0 0 53px 0;
	width: 320px;
}
.main .right a:hover {
	color: #00ffe0;
}
.main .right a:nth-child(2n) {
	margin: 0 0 53px 53px;
}
.main .right a span {
	border-radius: 10px;
	display: block;
	height: 180px;
	margin: 0 0 16px 0;
	overflow: hidden;
	width: 320px;
}
.main .right img {
	display: block;
	height: 180px;
	object-fit: cover;
	transition: transform .25s;
	width: 320px;
}
.main .right img:hover {
	transform: scale(1.1);
}
.menu {
	align-items: center;
	background: #222;
	display: flex;
	height: 32px;
	left: 0;
	padding: 32px;
	position: fixed;
	top: 0;
	width: calc(100% - 64px);
	z-index: 1;
}
.menu a:last-child {
	font-weight: 500;
	margin-left: auto;
}
.menu a:last-child:before {
	content: url('img/menu.svg');
	margin: 0 8px 0 0;
}
.menu img {
	height: 32px;
	width: 143px;
}
.nashe {
	margin: 32px 32px 16px 32px;
	position: relative;
}
.nashe div {
	height: 42vw;
	width: 100%;
}
.nashe object {
	height: 100%;
	position: absolute;
	width: 100%;
}
.nashe svg {
	/* cursor: none; */
	height: 100%;
	position: absolute;
	width: 100%;
}
.navigation {
	align-items: center;
	display: flex;
	font: 500 15px 'Roboto', sans-serif;
	height: 20px;
	margin-top: -60px;
	padding: 0 32px;
	position: relative;
}
.navigation div {
	font: 500 15px 'Roboto', sans-serif;
}
.navigation div:first-child {
	margin: 0 auto 0 0;
}
.navigation div:last-child {
	margin: 0 0 0 auto;
}
.navigation div.grey {
	font-weight: 400;
	opacity: .5;
}
.navigation a, .navigation span {
	color: #bdbdbd;
	cursor: pointer;
	font: 16px fontello-2;
	text-align: center;
	transition: transform .5s;
	width: 16px;
}
.navigation a:hover {
	color: #fff;
	transform: scale(1.15);
}
.navigation span {
	color: #787777;
	cursor: text;
	opacity: .5;
}
.navigation strong {
	width: 70px;
}
.title {
	color: #1946e9;
	font: 800 30px 'Montserrat', sans-serif;
	margin: 144px 0 -100px 0;
	position: relative;
	text-align: center;
}