@font-face {
	font-family: 'Russo One';
	src: url('../fonts/russo-one/russo-one-regular.eot');
	src: local('Russo One Regular'), local('RussoOne-Regular'),
		url('../fonts/russo-one/russo-one-regular.eot?#iefix') format("embedded-opentype"),
		url('../fonts/russo-one/russo-one-regular.woff') format("woff"),
		url('../fonts/russo-one/russo-one-regular.woff2') format("woff2"),
		url('../fonts/russo-one/russo-one-regular.ttf') format("truetype");
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

body {
	width: 100%;
	height: auto;
	min-height: 100vh;
	background: #000 url('../img/main_bg.jpg') no-repeat top center / cover;
	font-family: 'Russo One', sans-serif, Helvetica;
	font-size: 16px;
	font-weight: 400;
	color: #fff;
	word-wrap: break-word;
	text-align: center;
}

.header {
	padding-top: 9vh;
}

.header__logo {
	display: inline-block;
	max-width: 210px;
}

.header__logo img {
	width: 100%;
	height: 100%;
}

.main {
	padding: 7vh 4vw 2vh;
}

.banner__title {
	font-size: 56px;
	font-weight: 400;
	text-transform: uppercase;
	color: #fff;
	line-height: 1.4;
	text-shadow: 0px 4px 14px #000;
}

.banner__title_green {
	color: #00F886;
}

.banner__line {
	display: block;
}

.button {
	display: inline-block;
	padding: 8px 0;
	position: relative;
	margin-top: 2.5vh;
}

.button span {
	display: inline-block;
	font-size: 36px;
	font-weight: 400;
	color: #fff;
	letter-spacing: 1px;
	text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.251);
	text-transform: uppercase;
	background: -webkit-radial-gradient(67.93% 67.93% at 50% 50%, #00FF84 0%, rgba(0, 255, 132, 0) 100%);
	background: -moz-radial-gradient(67.93% 67.93% at 50% 50%, #00FF84 0%, rgba(0, 255, 132, 0) 100%);
	background: -o-radial-gradient(67.93% 67.93% at 50% 50%, #00FF84 0%, rgba(0, 255, 132, 0) 100%);
	background: radial-gradient(67.93% 67.93% at 50% 50%, #00FF84 0%, rgba(0, 255, 132, 0) 100%);
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	position: relative;
	z-index: 1;
	padding: 16px 79px;
}

.button:before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 0;
	background-color: #053F2F;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
}

.button:hover {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

.advantages {
	max-width: 1325px;
	margin: 7.5vh auto 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.advantages__item {
	width: 33%;
	max-width: 428px;
	background: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .7) 0%, rgba(0, 0, 0, 0) 100%);
	background: -moz-linear-gradient(270deg, rgba(0, 0, 0, .7) 0%, rgba(0, 0, 0, 0) 100%);
	background: -o-linear-gradient(270deg, rgba(0, 0, 0, .7) 0%, rgba(0, 0, 0, 0) 100%);
	background: linear-gradient(270deg, rgba(0, 0, 0, .7) 0%, rgba(0, 0, 0, 0) 100%);
	-webkit-box-shadow: 0px 24px 26px 0px #000000, 0px -6px 24px 0px #FFFFFF80;
	-moz-box-shadow: 0px 24px 26px 0px #000000, 0px -6px 24px 0px #FFFFFF80;
	-ms-box-shadow: 0px 24px 26px 0px #000000, 0px -6px 24px 0px #FFFFFF80;
	-o-box-shadow: 0px 24px 26px 0px #000000, 0px -6px 24px 0px #FFFFFF80;
	box-shadow: 0px 24px 26px 0px #000000, 0px -6px 24px 0px #FFFFFF80;
	text-align: left;
	text-transform: uppercase;
	position: relative;
	padding: 37px 45px 39px 96px;
}

.advantages__item:hover {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
	background: -webkit-linear-gradient(270deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, .5) 100%);
	background: -moz-linear-gradient(270deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, .5) 100%);
	background: -o-linear-gradient(270deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, .5) 100%);
	background: linear-gradient(270deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, .5) 100%);
}

.advantages__item:last-child {
	padding-top: 48px;
}

.advantages__numb,
.advantages__item:nth-child(2) .advantages__numb:after,
.advantages__item:last-child .advantages__numb:before,
.advantages__item:last-child .advantages__numb:after {
	position: absolute;
	top: 35px;
	height: 94px;
	background: -webkit-linear-gradient(180deg, #00FFB6 0%, #03A85D 100%);
	background: -moz-linear-gradient(180deg, #00FFB6 0%, #03A85D 100%);
	background: -o-linear-gradient(180deg, #00FFB6 0%, #03A85D 100%);
	background: linear-gradient(180deg, #00FFB6 0%, #03A85D 100%);
}

.advantages__item:first-child .advantages__numb {
	width: 24px;
	left: 33px;
}

.advantages__item:nth-child(2) .advantages__numb {
	left: 19px;
}

.advantages__item:nth-child(2) .advantages__numb,
.advantages__item:nth-child(2) .advantages__numb:after {
	width: 20px;
}

.advantages__item:nth-child(2) .advantages__numb:after,
.advantages__item:last-child .advantages__numb:before,
.advantages__item:last-child .advantages__numb:after {
	content: '';
	top: 0;
}

.advantages__item:nth-child(2) .advantages__numb:after {
	left: 30px;
}

.advantages__item:last-child .advantages__numb,
.advantages__item:last-child .advantages__numb:before,
.advantages__item:last-child .advantages__numb:after {
	width: 12px;
}

.advantages__item:last-child .advantages__numb {
	left: 38px;
}

.advantages__item:last-child .advantages__numb:before {
	left: -20px;
}

.advantages__item:last-child .advantages__numb:after {
	left: 20px;
}

.advantages__title {
	display: block;
	font-size: 36px;
	background: -webkit-linear-gradient(180deg, #00FFB6 0%, #03A85D 100%);
	background: -moz-linear-gradient(180deg, #00FFB6 0%, #03A85D 100%);
	background: -o-linear-gradient(180deg, #00FFB6 0%, #03A85D 100%);
	background: linear-gradient(180deg, #00FFB6 0%, #03A85D 100%);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	margin-bottom: 19px;
}

.advantages__text {
	font-size: 18px;
	color: #fff;
}

.footer {
	padding: 5.5vh 3vw 0;
}

.footer__icons {
	max-width: 1530px;
	margin: auto;
}

.footer__icons img {
	display: inline-block;
	vertical-align: middle;
	margin-bottom: 12px;
}

.footer__icons img + img {
	margin-left: .3vw;
}