@font-face {
	font-family: "RussoOne";
	src: url("./fonts/RussoOne-Regular.eot");
	src: url("./fonts/RussoOne-Regular.eot?#iefix") format("embedded-opentype"),
		url("./fonts/RussoOne-Regular.woff") format("woff"),
		url("./fonts/RussoOne-Regular.ttf") format("truetype");
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

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

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

html,
body {
	margin: 0;
	padding: 0;
}

html {
	min-height: 100%;
}

body {
	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;
	min-height: 100%;
	min-width: 320px;
	font-family: "RussoOne", sans-serif;
	color: #fff;
	overflow-x: hidden;
	background-color: #00091B;
}

img {
	max-width: 100%;
}

.main-bg {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}

.main-bg img {
	width: 100%;
	height: 100vh;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center top;
	object-position: center top;
}

.top-line {
	position: relative;
	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;
	padding: 11px 0 8px;
	background-color: rgba(196, 196, 196, 0.1);
}

.header-logo {
	position: relative;
	z-index: 21;
}

.header-logo-after {
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	top: 70px;
	z-index: 1;
}

.main-content {
	padding: 160px 0 93px;
}

.main-title {
	margin: 0;
	padding: 0;
	font-size: 60px;
	line-height: 72px;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	text-align: center;
}

.main-action {
	margin-top: 40px;
	text-align: center;
}

.main-action a {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 27px 32px;
	background-image: url("./btn-main-clear.png");
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-position: center center;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 30px;
}

.main-action img {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.socials {
	margin-top: 80px;
	text-align: center;
}

.social-title {
	margin-bottom: 30px;
	font-size: 20px;
	line-height: 24px;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	text-shadow: 1px 3px 3px #000000;
}

.social-list {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	list-style-type: none;
	margin: 0 -10px;
	padding: 0;
}

.social-list li {
	margin: 0;
	padding: 0 10px;
}

.social-list a {
	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;
}

.social-list img {
	transform-origin: center center;
	transition: all .3s ease;
}

.advantages {
	margin-top: auto;
	padding: 27px 0 45px;
	background-color: rgba(64, 0, 0, 0.7);
}

.advantages-title {
	margin-bottom: 30px;
	padding: 0 15px;
	text-align: center;
	font-size: 20px;
	line-height: 24px;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: #C2D6FB;
}

.advantages-list {
	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;
}

.advantage-item {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-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: 8px 92px 0;
	border-right: 1px solid #015EB4;
}

.advantage-item:last-child {
	border: none;
}

.advantage-item__thumb {
	margin-bottom: 20px;
}

.advantage-item__title {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	min-height: 42px;
	font-size: 26px;
	line-height: 31px;
	text-align: center;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: #C2D6FB;
}

.footer-copyright {
	padding: 21px 15px 20px;
	background-color: #3e050f;
	font-family: "DINCondensed", sans-serif;
	font-weight: bold;
	font-size: 18px;
	line-height: 22px;
	letter-spacing: 0.06em;
	color: rgba(255, 255, 255, 0.7);
	text-align: center;
}

.footer-copyright a {
	color: inherit;
}

@media (min-width: 1200px) {
	.social-list a:hover img {
		transform: scale(1.05);
	}
}

@media (min-width: 1200px) and (max-width: 1439px) {
	.advantage-item {
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		padding: 8px 15px 0;
	}
}

@media (max-width: 1199px) {
	.main-bg {
		height: calc(100% - 315px);
	}

	.top-line {
		padding: 12px 0 0;
	}

	.header-logo img {
		max-width: 400px;
	}

	.header-logo-after img {
		max-width: 91px;
	}

	.main-content {
		padding: 126px 0 86px;
	}

	.social-title {
		margin-bottom: 40px;
	}

	.social-list {
		max-width: 400px;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		line-height: 1;
	}

	.social-list li:nth-child(n+4) {
		margin-top: 20px;
	}

	.advantages {
		background-color: #28111100;
	}

	.advantages-title {
		margin-bottom: 60px;
		font-size: 18px;
		line-height: 22px;
	}

	.advantages-list {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.advantage-item {
		width: 50%;
	}

	.advantage-item:nth-child(n+3) {
		margin-top: 60px;
	}

	.footer-copyright {
		padding: 20px 57px;
		font-size: 16px;
		line-height: 19px;
	}
}

@media (max-width: 767px) {
	body {
		background-color: #161622;
	}

	.top-line {
		background: linear-gradient(180deg, #124c0938 0%, #1f121280 100%);
		box-shadow: 0 0 8px 8px #1F1F30;
	}

	.main-bg {
		height: calc(100% - 160px);
	}

	.header-logo img {
		max-width: 316px;
	}

	.header-logo-after {
		top: 50px;
	}

	.header-logo-after img {
		max-width: 82px;
	}

	.main-content {
		padding: 110px 0 60px;
	}

	.main-title {
		font-size: 38px;
		line-height: 46px;
	}

	.social-list {
		margin: 0;
	}

	.social-list img {
		max-height: 72px;
	}

	.social-list li {
		padding: 0 8px;
	}

	.social-list li:nth-child(n+4) {
		margin-top: 16px;
	}

	.advantages {
		padding: 20px 0 41px;
	}

	.advantages-title {
		margin-bottom: 40px;
	}

	.advantage-item {
		width: 100%;
		padding: 0 15px;
		border: none;
	}

	.advantage-item:nth-child(n+2) {
		margin-top: 32px;
	}

	.advantage-item__thumb {
		margin-bottom: 10px;
	}

	.advantage-item__title {
		min-height: unset;
		font-size: 24px;
		line-height: 29px;
	}

	.advantage-item__title br {
		display: none;
	}

	.footer-copyright {
		padding: 15px 14px;
		font-size: 16px;
		line-height: 17px;
		background-color: #3e050f;
	}
}

@media (max-width: 427px) {
	.main-bg {
		height: 100%;
	}

	.top-line {
		padding: 10px 0 0;
	}

	.header-logo img {
		max-width: 263px;
	}

	.header-logo-after {
		top: 40px;
	}

	.header-logo-after img {
		max-width: 72px;
	}

	.main-title {
		font-size: 28px;
		line-height: 34px;
	}

	.main-action {
		margin-top: 21px;
	}

	.main-content {
		padding: 94px 0 60px;
	}

	.socials {
		margin-top: 44px;
	}

	.social-list {
		max-width: 365px;
	}

	.social-list li {
		padding: 0 7px;
	}

	.social-list li:nth-child(n+4) {
		margin-top: 14px;
	}

	.social-list img {
		max-height: 63px;
	}

	.advantages {
		padding: 20px 0 53px;
	}

	.advantages-title {
		margin-bottom: 46px;
		font-size: 16px;
		line-height: 19px;
	}

	.advantage-item:nth-child(n+2) {
		margin-top: 37px;
	}

	.advantage-item__title {
		font-size: 20px;
		line-height: 24px;
	}

	.footer-copyright {
		padding: 14px 15px;
		font-size: 12px;
		line-height: 14px;
	}
}

.main-action {
	position: fixed;
	bottom: 24px;
	width: 100%;
	left: 0
}

.main-img {
	margin-top: 21px;
	text-align: center;
}