@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: 0.2vh;
}

.header__logo {
	display: inline-block;
	max-width: 204px;
}

.header__logo img {
	width: 100%;
	height: 100%;
}

.main {
	padding: 7.7vh 4vw 1vh;
}

.banner__title {
	font-size: 56px;
	font-weight: 400;
	text-transform: uppercase;
	color: #fff;
	line-height: 1.43;
	text-shadow: 0px 4px 14px #000;
}

.banner__title_yellow {
	color: #A3FF00;
}

.banner__line {
	display: block;
}

.mob-img {
	display: none;
}

.button {
	display: inline-block;
	font-size: 32px;
	color: #000;
	letter-spacing: 1px;
	text-transform: uppercase;
	background: -webkit-linear-gradient(180deg, #BAFE50 0%, #0DBA3B 100%);
	background: -moz-linear-gradient(180deg, #BAFE50 0%, #0DBA3B 100%);
	background: -o-linear-gradient(180deg, #BAFE50 0%, #0DBA3B 100%);
	background: linear-gradient(180deg, #BAFE50 0%, #0DBA3B 100%);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0px 4px 40px 0px #065502B2;
	-moz-box-shadow: 0px 4px 40px 0px #065502B2;
	-ms-box-shadow: 0px 4px 40px 0px #065502B2;
	-o-box-shadow: 0px 4px 40px 0px #065502B2;
	box-shadow: 0px 4px 40px 0px #065502B2;
	padding: 24px 106px;
	margin-top: 8vh;
}

.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: 6vh auto 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	text-align: center;
}

.advantages__item {
	width: 33%;
	max-width: 428px;
	background: -webkit-linear-gradient(180deg, #322E2F 0%, rgba(50, 46, 47, 0) 100%);
	background: -moz-linear-gradient(180deg, #322E2F 0%, rgba(50, 46, 47, 0) 100%);
	background: -o-linear-gradient(180deg, #322E2F 0%, rgba(50, 46, 47, 0) 100%);
	background: linear-gradient(180deg, #322E2F 0%, rgba(50, 46, 47, 0) 100%);
	border: 1px solid #F1A845;
	-webkit-border-radius: 4px 4px 64px 4px;
	-moz-border-radius: 4px 4px 64px 4px;
	border-radius: 4px 4px 64px 4px;
	text-align: left;
	text-transform: uppercase;
	position: relative;
	padding: 37px 30px 35px 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(180deg, #262324  0%, rgba(50, 46, 47, .3) 100%);
	background: -moz-linear-gradient(180deg, #262324  0%, rgba(50, 46, 47, .3) 100%);
	background: -o-linear-gradient(180deg, #262324  0%, rgba(50, 46, 47, .3) 100%);
	background: linear-gradient(180deg, #262324  0%, rgba(50, 46, 47, .3) 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(0deg, #FF9C00 0.01%, #FFBC03 100.04%);
	background: -moz-linear-gradient(0deg, #FF9C00 0.01%, #FFBC03 100.04%);
	background: -o-linear-gradient(0deg, #FF9C00 0.01%, #FFBC03 100.04%);
	background: linear-gradient(0deg, #FF9C00 0.01%, #FFBC03 100.04%);
}

.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(0deg, #FF9C00 0.01%, #FFBC03 100.04%);
	background: -moz-linear-gradient(0deg, #FF9C00 0.01%, #FFBC03 100.04%);
	background: -o-linear-gradient(0deg, #FF9C00 0.01%, #FFBC03 100.04%);
	background: linear-gradient(0deg, #FF9C00 0.01%, #FFBC03 100.04%);
	-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: 1409px;
	margin: auto;
}

.footer__icons img {
	display: inline-block;
	vertical-align: middle;
	margin-bottom: 25px;
}

.footer__icons img + img {
	margin-left: .9vw;
}