@font-face {
	font-family: 'Retro Gaming';
	src: url('./fonts/retro_gaming.eot'); /* IE 9 Compatibility Mode */
	src: url('./fonts/retro_gaming.eot?#iefix') format('embedded-opentype'), /* IE < 9 */
		url('./fonts/retro_gaming.woff2') format('woff2'), /* Super Modern Browsers */
		url('./fonts/retro_gaming.woff') format('woff'), /* Firefox >= 3.6, any other modern browser */
		url('./fonts/retro_gaming.ttf') format('truetype'), /* Safari, Android, iOS */
		url('./fonts/retro_gaming.svg#retro_gaming') format('svg'); /* Chrome < 4, Legacy iOS */
}

html {
  padding: 0;
  margin: 0;
  background: #100c1b;
}

* {
box-sizing: border-box;
}

* {
	outline: none;
}

body {
  font-family: "Rubik", sans-serif;
  font-size: 18px;
  background: url(./images/body_bg.png) center top repeat-y;
  background-size: 100% auto;
  padding: 0;
  margin: 0;
  color: #000;
  -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
h1,
h2,
h3 {
  font-weight: normal;
}

img {
	display: inline-block;
	max-width: 100%;
}

a {
	color: #000;
	text-decoration: none;
	transition: .3s all;
}

a:hover, a:focus {
	color: #666;
	text-decoration: none;
}

ul li {
	list-style: none;
}

.clear {
	clear: both;
}


header {
	transition: .3s;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
	width: 100%;
}

.header_line {
	overflow: hidden;
	background: #ffcf30;
	display: flex;
    align-items: center;
	text-transform: uppercase;
	font-family: 'Retro Gaming';
	font-size: 50px;
	line-height: 50px;
	margin: 0;
	padding: 10px 0;
	white-space: nowrap;
}

.header_line a {
	white-space: nowrap;
    animation: marquee 90s infinite linear;
}

@keyframes marquee{
    0% {
        transform: translateX(0)
    }
    100% {
        transform: translateX(-50%)
    }
}

.header_line span {
	position: relative;
	display: inline-block;
	margin: 0 10px;
}

.header_line span:after {
	content: '>';
	display: inline-block;
	transform: rotate(90deg);
	margin-left: 35px;
}


/* footer */

.footer {
	padding-bottom: 50px;
	padding-top: 50px;
}

.footer_logo {
	text-align: center;
}

.footer_logo > a {
	max-width: 600px;
	display: inline-block;
}

.footer_link {
	text-align: center;
	margin-top: 20px;
}

.footer_link a {
	color: #fff;
}

/* Content */

.container {
	width: 1520px;
	margin: 0 auto;
}

.my_cookie_alert {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 1em 1.8em;
	width: 100%;
	background: #000;
	/*opacity: 0.9;*/
	z-index: 100;
	font-size: 14px;
	visibility: hidden;
}

.my_cookie_alert span {
	text-align: left;
	display: block;
	float: left;
	color: #aaa;
	padding: 0 0;
	max-width: calc(100% - 120px);
}

.my_cookie_alert > div {
	float: right;
}

.my_cookie_alert > div a {
	display: inline-block;
	background-color: #008bf7;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	border-color: #008bf7;
	-webkit-transition: all .2s ease-in-out !important;
	transition: all .2s ease-in-out !important;
	text-transform: uppercase !important;
	padding: .8em 1.5em;
	border-radius: 4px;
}

.top_block {
	background: url(/images/top_block_bg.jpg) center top no-repeat;
	background-size: 100% auto;
	padding-top: 280px;
	height: 51vw;
}

#top_timer {
	font-size: 50px;
	line-height: 50px;
	font-weight: 400;
	color: #FFCF30;
	min-height: 50px;
	font-family: 'Retro Gaming';
}

#top_timer span {
	position: relative;
	display: inline-block;
	margin: 0 15px;
}

#top_timer span:after {
	content: 'Days';
	display: block;
	position: absolute;
	left: 0;
	bottom: -20px;
	width: 100%;
	text-align: center;
	color: #fff;
	opacity: 0.6;
	font-size: 16px;
	line-height: 16px;
	font-family: "Rubik", sans-serif;
}

#top_timer span.mbct_days:after {
	content: 'Days';
}

#top_timer span.mbct_hours:after {
	content: 'Hours';
}

#top_timer span.mbct_minutes:after {
	content: 'Minutes';
}

#top_timer span.mbct_seconds:after {
	content: 'Seconds';
}

.top_block h1 {
	text-transform: uppercase;
	font-family: 'Retro Gaming';
	font-size: 140px;
	line-height: 140px;
	margin: 0;
	padding: 0;
	color: #fff;
	margin-top: 100px;
}

.top_block h1 span {
	font-size: 110px;
	line-height: 130px;
}

.top_block h2 {
	color: #fff;
	font-size: 50px;
	line-height: 50px;
	margin: 0;
	margin-top: 40px;
}

.top_block_link {
	display: inline-block;
	margin-top: 120px;
	padding: 8px;
	padding-bottom: 5px;
	animation: steams 1.5s infinite linear;
}

.top_block_link:hover, .top_block_link:focus {

	transform: scale(0.9);
}

@keyframes steams{
    0% {
        background: transparent
    }
    50% {
        background: #4c5679
    }
	100% {
        background: transparent
    }
}

.screenshots {
	padding-top: 120px;
}

.screenshots h2 {
	margin: 0;
	text-align: center;
	text-transform: uppercase;
	font-size: 60px;
	line-height: 60px;
	color: #FFCF30;
	font-family: 'Retro Gaming';
	display: block;
	max-width: 1300px;
	margin: 0 auto;
	position: relative;
	padding: 0 30px;
	margin-bottom: 80px;
}

.screenshots h2:before {
	content: '>';
	transform: rotate(90deg);
	position: absolute;
	left: 10px;
	bottom: 0;
}

.screenshots h2:after {
	content: '>';
	transform: rotate(90deg);
	position: absolute;
	right: 10px;
	bottom: 0;
}

.screenshots_slider .slick-slide {
	padding: 0 10px;
}


.screenshots_slider .slick-prev, .screenshots_slider .slick-next {
	width: 20px;
	height: 30px;
	z-index: 1;
	transition: .5s;
	filter: grayscale(1);
}

.screenshots_slider .slick-prev:before, .screenshots_slider .slick-next:before {
	background: url(./images/slider_prev.png) center center no-repeat;
	background-size: contain;
	color: transparent;
	width: 20px;
	height: 30px;
	display: block;
	
}

.screenshots_slider .slick-prev:hover, .screenshots_slider .slick-next:hover {
	filter: grayscale(0);
}

.screenshots_slider .slick-next:before {
	transform: rotate(180deg);
}

.info {
	padding-top: 280px;
	overflow: hidden;
}

.info .container {
	position: relative;
	
}

.info p {
	text-align: center;
	color: #fff;
	font-size: 28px;
	line-height: 42px;
	font-weight: 500;
	max-width: 1260px;
	margin: 0 auto;
}

.info h2 {
	margin: 0;
	text-align: center;
	text-transform: uppercase;
	font-size: 44px;
	line-height: 56px;
	color: #FFCF30;
	font-family: 'Retro Gaming';
	display: block;
	max-width: 1260px;
	margin: 0 auto;
	margin-top: 40px;
}

.info_block_link {
	display: block;
	max-width: 350px;
	margin: 0 auto;
	margin-top: 30px;
	padding: 8px;
	padding-bottom: 5px;
	animation: steams 1.5s infinite linear;
}

.info_block_link:hover, .info_block_link:focus {
	transform: scale(0.9);
}

.info_weapon1 {
	content: '';
	display: block;
	position: absolute;
	width: 167px;
	height: 147px;
	background: url(/images/info_weapon1.png) center center no-repeat;
	background-size: contain;
	top: -160px;
	left: 50%;
	transform: translateX(-50%);
}

.info_weapon2 {
	content: '';
	display: block;
	position: absolute;
	width: 182px;
	height: 339px;
	background: url(/images/info_weapon2.png) center center no-repeat;
	background-size: contain;
	top: -140px;
	left: -50px;
}

.info_weapon3 {
	content: '';
	display: block;
	position: absolute;
	width: 292px;
	height: 288px;
	background: url(/images/info_weapon3.png) center center no-repeat;
	background-size: contain;
	top: -140px;
	right: -150px;
}

.video {
	margin-top: 80px;
}

.video_cont {
	width: 100%;
	height: 720px;
	margin: 0 auto;
	position: relative;
}

.video_cont:before {
	content: '';
	display: block;
	width: 100%;
	height: 155px;
	background: url(/images/video_bg.png) center top no-repeat;
	background-size: 100%;
	position: absolute;
	top: 0px;
	left: 0;
	z-index: 2;
}


/* -------------------------------------------------------------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------АДАПТАЦИЯ-------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------------------------------------------------------- */


@media screen and (max-width: 1920px) {
	
	
.top_block {
	padding-top: 240px;
}

#top_timer {
	font-size: 50px;
	line-height: 50px;
	min-height: 50px;
}


.top_block h1 {
	font-size: 136px;
	line-height: 100px;
	margin-top: 50px;
}

.top_block h1 span {
	font-size: 102px;
	line-height: 120px;
}

.top_block h2 {
	color: #fff;
	font-size: 44px;
	line-height: 50px;
	margin-top: 20px;
	padding-left: 3px;
}

.top_block_link {
	margin-top: 70px;
}
	
}


/* ---------------------------------------------------1680------------------------------------------------------------------------------------------------------------- */
@media screen and (max-width: 1680px) {
	
	.top_block h1 {
	font-size: 126px;
}

.top_block h1 span {
	font-size: 96px;
	line-height: 110px;
}

.top_block {
	padding-top: 200px;
}

.info .container {
	width: 1300px;
	padding: 0 100px;
}

.info p {
	font-size: 24px;
	line-height: 36px;
}

.info h2 {
	font-size: 38px;
	line-height: 50px;
	margin-top: 30px;
}

}

@media screen and (max-width: 1600px) {
	
	.info .container {
	width: 1100px;
	padding: 0 100px;
}

.info p {
	font-size: 20px;
	line-height: 34px;
}

.info h2 {
	font-size: 34px;
	line-height: 46px;
	margin-top: 30px;
}

.top_block {
	padding-left: 40px;
}
	
}

@media screen and (max-width: 1400px) {
	
	.info_weapon1 {
	width: 120px;
	height: 106px;
	top: -120px;
}

.info_weapon2 {
	width: 120px;
	height: 223px;
	top: -80px;
	left: -10px;
}

.info_weapon3 {
	width: 200px;
	height: 197px;
	top: -80px;
	right: -100px;
}

.info {
	padding-top: 200px;
}
	
	.screenshots .container {
		padding: 0 50px;
	}

	.container {
	width: 100%;
	padding-left: 15px;
	padding-right: 15px;
}

.top_block {
	padding-top: 160px;
	padding-left: 50px;
}

#top_timer {
	font-size: 40px;
	line-height: 40px;
	min-height: 40px;
}

.top_block h1 {
	font-size: 105px;
	line-height: 85px;
}

.top_block h1 span {
	font-size: 80px;
	line-height: 80px;
}

.top_block h2 {
	font-size: 36px;
	line-height: 44px;
}

.top_block_link {
	width: 300px;
	margin-top: 40px;

}

.screenshots {
	padding-top: 90px;
}

.screenshots h2 {
	font-size: 52px;
	line-height: 52px;
	max-width: 1180px;
	padding: 0 30px;
	margin-bottom: 60px;
}

.video_cont {
	height: 600px;
}

}

/* ---------------------------------------------------1280------------------------------------------------------------------------------------------------------------- */
@media screen and (max-width: 1280px) {
	
	.header_line {
	font-size: 40px;
	line-height: 40px;
}

.top_block {
	padding-top: 120px;
	padding-left: 40px;
}

.top_block h1 {
	font-size: 96px;
	line-height: 80px;
}

.top_block h1 span {
	font-size: 74px;
	line-height: 74px;
}

.top_block h2 {
	font-size: 33px;
	line-height: 40px;
}

.screenshots h2 {
	font-size: 44px;
	line-height: 44px;
	max-width: 1000px;
	margin-bottom: 50px;
}

.info .container {
	width: 100%;
	padding: 0px 100px;
}

.info {
	padding-left: 100px;
	padding-right: 100px;
}

.info p {
	font-size: 16px;
	line-height: 30px;
}

.info h2 {
	font-size: 24px;
	line-height: 36px;
}

.info_block_link {
	max-width: 270px;
}

.video_cont {
	height: 540px;
}

}

/* ---------------------------------------------------1024------------------------------------------------------------------------------------------------------------- */
@media screen and (max-width: 1024px) {
	
	
	
	.footer_logo > a {
	max-width: 280px;
}


.footer {
	padding-bottom: 40px;
	padding-top: 50px;
}
	
#top_timer {
	font-size: 30px;
	line-height: 30px;
	min-height: 30px;
	transition: 0.3s;
}

#top_timer span:after {
	bottom: -18px;
	font-size: 12px;
	line-height: 12px;
}

#top_timer span {
	margin: 0 10px;
	transition: 0.3s;
}

.top_block h1 {
	font-size: 74px;
	line-height: 60px;
}

.top_block h1 span {
	font-size: 56px;
	line-height: 56px;
}

.top_block h2 {
	font-size: 26px;
	line-height: 26px;
}

.top_block {
	padding-top: 100px;
	padding-left: 30px;
}

.top_block_link {
	width: 270px;
	margin-top: 30px;
}

.screenshots h2 {
	font-size: 32px;
	line-height: 32px;
	max-width: 740px;
}

.screenshots {
	padding-top: 60px;
}

.video_cont {
	height: 550px;
}


}

/* ---------------------------------------------------767------------------------------------------------------------------------------------------------------------- */
@media screen and (max-width: 767px) {
	
.info {
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 160px;
}

.info .container {
	padding: 0 20px;
	padding-bottom: 250px;
}

.info_weapon2 {
	top: auto;
	left: 50%;
	transform: translateX(-120%);
	bottom: 0;
}

.info_weapon3 {
	top: auto;
	right: 50%;
	transform: translateX(100%);
	bottom: 0;
}

	
.top_block {
	padding: 0 20px;
	padding-top: 90px;
	height: 500px;
	background-position: right top;
	background-size: auto 100%;
}

.top_block h1 {
	font-size: 60px;
	line-height: 50px;
	text-shadow: -1px -1px 1px rgba(255,255,255,.5), 1px 1px 1px rgba(0,0,0,.9);
}

.top_block h1 span {
	font-size: 46px;
	line-height: 46px;
}

.top_block h2 {
	text-shadow: -1px -1px 1px rgba(255,255,255,.5), 1px 1px 1px rgba(0,0,0,.9);
}
	
	
.my_cookie_alert {
	font-size: 12px;
}
	

.footer {
	padding-bottom: 20px;
	margin-top: 0px;
}

.screenshots h2 {
	font-size: 20px;
	line-height: 28px;
	max-width: 460px;
	margin-bottom: 40px;
}

.screenshots {
	padding-top: 50px;
}

.video_cont {
	height: 500px;
}

}

/* ---------------------------------------------------480------------------------------------------------------------------------------------------------------------- */
@media screen and (max-width: 480px) {
	
	.top_block {
	height: 440px;
}
	
	.top_block h1 {
	font-size: 32px;
	line-height: 32px;
	text-align: center;
}

.top_block h1 span {
	font-size: 28px;
	line-height: 38px;
}

.top_block h2 {
	text-align: center;
}

#top_timer {
	font-size: 26px;
	line-height: 26px;
	min-height: 26px;
}

.top_block_link {
	width: 270px;
	margin: 0 auto;
	margin-top: 40px;
	display: block;
}
	
	.header_line {
	font-size: 26px;
	line-height: 26px;

}

.header_line span {
	margin: 0 3px;
}

.header_line span:after {
	margin-left: 18px;
}
	
	
.my_cookie_alert > div {
	float: right;
	margin-top: 7px;
}

.my_cookie_alert {
	padding: 0.6em 1em;
}

.my_cookie_alert span {
	max-width: calc(100% - 80px);
}
	
.screenshots h2 {
	font-size: 24px;
	line-height: 32px;
	padding: 0;
}

.screenshots .container {
	padding: 0px 30px;
}

.info_weapon2 {
	width: 110px;
	transform: translateX(-130%);
}

.info_weapon3 {
	width: 170px;
	transform: translateX(90%);
}

.info .container {
	padding-bottom: 230px;
}

.video_cont {
	height: 400px;
}

.video_cont::before {
	background-size: 200%;
}

.video {
	margin-top: 60px;
}

}
