/* Fonts */
@font-face {
    font-family: "Fixedsys Excelsior";
    src: url("../fonts/FixedsysExcelsior/FixedsysExcelsiorRegular/FixedsysExcelsiorRegular.eot");
    src: url("../fonts/FixedsysExcelsior/FixedsysExcelsiorRegular/FixedsysExcelsiorRegular.eot?#iefix") format("embedded-opentype"),
         url("../fonts/FixedsysExcelsior/FixedsysExcelsiorRegular/FixedsysExcelsiorRegular.woff") format("woff"),
         url("../fonts/FixedsysExcelsior/FixedsysExcelsiorRegular/FixedsysExcelsiorRegular.ttf") format("truetype");
    font-style: normal;
    font-weight: 400;
}

@font-face {
    font-family: "Brutal Type";
    src: url("../fonts/BrutalType/BrutalTypeRegular/BrutalTypeRegular.eot");
    src: url("../fonts/BrutalType/BrutalTypeRegular/BrutalTypeRegular.eot?#iefix") format("embedded-opentype"),
         url("../fonts/BrutalType/BrutalTypeRegular/BrutalTypeRegular.woff") format("woff"),
         url("../fonts/BrutalType/BrutalTypeRegular/BrutalTypeRegular.ttf") format("truetype");
    font-style: normal;
    font-weight: 400;
}

@font-face {
    font-family: "Brutal Type";
    src: url("../fonts/BrutalType/BrutalTypeBold/BrutalTypeBold.eot");
    src: url("../fonts/BrutalType/BrutalTypeBold/BrutalTypeBold.eot?#iefix") format("embedded-opentype"),
         url("../fonts/BrutalType/BrutalTypeBold/BrutalTypeBold.woff") format("woff"),
         url("../fonts/BrutalType/BrutalTypeBold/BrutalTypeBold.ttf") format("truetype");
    font-style: normal;
    font-weight: 700;
}

@font-face {
    font-family: "Roboto";
    src: url("../fonts/Roboto/RobotoLight/RobotoLight.eot");
    src: url("../fonts/Roboto/RobotoLight/RobotoLight.eot?#iefix") format("embedded-opentype"),
         url("../fonts/Roboto/RobotoLight/RobotoLight.woff") format("woff"),
         url("../fonts/Roboto/RobotoLight/RobotoLight.ttf") format("truetype");
    font-style: normal;
    font-weight: 300;
}

@font-face {
    font-family: "Roboto";
    src: url("../fonts/Roboto/RobotoBold/RobotoBold.eot");
    src: url("../fonts/Roboto/RobotoBold/RobotoBold.eot?#iefix") format("embedded-opentype"),
         url("../fonts/Roboto/RobotoBold/RobotoBold.woff") format("woff"),
         url("../fonts/Roboto/RobotoBold/RobotoBold.ttf") format("truetype");
    font-style: normal;
    font-weight: 700;
}

/* Base Styles */
html,
body {
    height: 100%;
}

body {
    min-width: 992px;
    font-family: "Fixedsys Excelsior", sans-serif;
    font-size: 24px;
    font-weight: 400;
    background-color: #06000f;
    color: #fff;
    letter-spacing: .025em;
    overflow-x: hidden; 
}

img {
    display: block;
    width: 100%;
}

a {
    color: currentColor;
    outline: none;
    text-decoration: none;
    transition: .2s;
}

h1 {
	font-size: 44px;
	line-height: 52px;
}

h2 {
	font-size: 40px;
	line-height: 48px;
}

h3 {
	font-size: 36px;
	line-height: 44px;
}

h4 {
	font-size: 32px;
	line-height: 36px;
}

h5 {
	font-size: 28px;
	line-height: 32px;
}

h6 {
	font-size: 24px;
	line-height: 28px;
}

p {
    line-height: 32px;
}

strong {
	font-weight: 700;
}

@media (max-width: 1229px) {
	body {
		font-size: 18px;
	}

	h1 {
		font-size: 38px;
		line-height: 46px;
	}

	h2 {
		font-size: 34px;
		line-height: 42px;
	}

	h3 {
		font-size: 30px;
		line-height: 38px;
	}

	h4 {
		font-size: 26px;
		line-height: 30px;
	}

	h5 {
		font-size: 22px;
		line-height: 26px;
	}

	h6 {
		font-size: 18px;
		line-height: 22px;
	}

	p {
		line-height: 26px;
	}
}

/* Component Styles */
.text {
    line-height: 24px;
}

.text h1:not(:last-child), .text h2:not(:last-child), .text h3:not(:last-child),
.text h4:not(:last-child), .text h5:not(:last-child), .text h6:not(:last-child),
.text p:not(:last-child) {
	margin-bottom: 20px;
}

.text a:hover,
.text a:focus {
    opacity: .8;
}

.text a:active {
    opacity: .6;
}

.text p {
	line-height: inherit;
}

.text-block__title {
	font-size: 48px;
	line-height: 56px;
	margin-bottom: 25px;
}

.img_unclickable {
	user-select: none;
	pointer-events: none;
}

.download-button {
	display: inline-block;
	width: 100%;
	max-width: 470px;	
	background: linear-gradient(to bottom, #25a500 0%, #66ef00 100%);
	border-top: 3px solid #66ef00;
	border-right: 3px solid #41e200;
	border-bottom: 3px solid #25a500;
	border-left: 3px solid #41e200;
	border-radius: 20px;
	box-shadow: 0 0 20px 10px rgba(90, 239, 0, .5),
				0 4px 4px #000;	
	padding: 5px;
	cursor: pointer;
}

.download-button__inner {
	position: relative;
	font-family: "Fixedsys Excelsior", sans-serif;
	font-size: 32px;
	font-weight: 400;
	background-color: #efe100;
	color: #387b05;
	border-top: 10px solid #efc100;
	border-right: 10px solid #c27c00;
	border-bottom: 10px solid #a06000;
	border-left: 10px solid #c27c00;
	border-radius: inherit;
	box-shadow: inset 0 -3px 3px #efef00,
				0 0 0 3px #632a00;
	text-shadow: 2px 0 2px #ffff00,
				 0 2px 2px #ffff00,
				 -2px 0 2px #ffff00,
				 0 -2px 2px #ffff00,
				 0 3px 7px rgba(0, 0, 0, .85);
	text-align: center;
	text-transform: uppercase;
	letter-spacing: .04em;
	padding: 18px 15px 22px;
	z-index: 1;
}

.download-button__inner:before,
.download-button__inner:after {
	position: absolute;
	width: calc(100% + 20px);
	height: calc(100% + 20px);
	content: "";
	border-radius: inherit;
	top: -10px;
	left: -10px;
}

.download-button__inner:before {
	background: radial-gradient(circle at center top, #fff 0%, transparent 5%),
				radial-gradient(ellipse at center top, #fff 0%, transparent 25%);
	z-index: -1;
}

.download-button__inner:after {
	background-color: #efa900;
	opacity: 0;
	transition: .2s;
	z-index: -2;
}

.download-button:hover .download-button__inner:after,
.download-button:focus .download-button__inner:after {
	opacity: .1;
}

.download-button:active .download-button__inner:after {
	opacity: .2;
}

.rating {
	display: flex;
}

.rating__star {
	flex-shrink: 0;
	width: 16px;
	height: 16px;
	background: url(../img/rating_sprite.png) 0 0 no-repeat;
}

.rating__star:not(:last-child) {
	margin-right: 4px;
}

.rating[data-rating="1"] .rating__star:nth-child(-n+1),
.rating[data-rating="2"] .rating__star:nth-child(-n+2),
.rating[data-rating="3"] .rating__star:nth-child(-n+3),
.rating[data-rating="4"] .rating__star:nth-child(-n+4),
.rating[data-rating="5"] .rating__star:nth-child(-n+5) {
	background-position-x: -16px;
}

.download-helper {
    position: fixed;
    width: 100%;
    min-width: 992px;
    height: 100%;
    min-height: 720px;
    font-family: "Brutal Type", sans-serif;
    background-color: rgba(0, 0, 0, .9);
    color: #fff;
    text-align: center;
    visibility: hidden;
    opacity: 0;
    top: 0;
    left: 0;
    transition: .2s;
    z-index: 4; 
}

.download-helper__container {
    height: 100%;
}

.download-helper__inner {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.download-helper__block {
    position: relative;
    z-index: 1;
}

.download-helper__title {
	font-size: 36px;
	font-weight: 700;
	line-height: 44px;
}

.download-helper__subtitle {
	font-size: 28px;
	font-weight: 400;
    color: #666;
    line-height: 36px;
    margin-top: 15px;
}

.download-helper__note {
	display: inline-flex;
	align-items: center;
	font-size: 18px;
	font-weight: 700;
	border: 2px dashed #4ab52d;
	margin-top: 30px;
	padding: 15px
}

.download-helper__note:before {
	font-family: "FontAwesome";
	font-size: 24px;
	content: "\f132";
	color: #4ab52d;
	margin-right: 15px;
}

.download-helper_active {
    visibility: visible;
    opacity: 1;
}

@media (max-width: 1229px) {
	.text {
		line-height: 18px;
	}

	.text-block__title {
		font-size: 36px;
		line-height: 44px;
		margin-bottom: 15px;
	}

	.download-button {
		max-width: 370px;
	}

	.download-button__inner {
		font-size: 26px;
		border-width: 8px;
		padding: 16px 15px 20px;
	}

	.download-button__inner:before,
	.download-button__inner:after {
		width: calc(100% + 16px);
		height: calc(100% + 16px);
		top: -8px;
		left: -8px;	
	}

	.download-helper__title {
		font-size: 30px;
		line-height: 38px;
	}

	.download-helper__subtitle {
		font-size: 22px;
	    line-height: 30px;
	    margin-top: 10px;
	}	

	.download-helper__note {
		font-size: 16px;
		padding: 12px;
	}	
}

@media (min-width: 1600px) {
	.download-helper__block_arrow-tl:after,
	.download-helper__block_arrow-tr:after,
	.download-helper__block_arrow-bl:after,
	.download-helper__block_arrow-b:after,
	.download-helper__block_arrow-br:after {
	    position: absolute;
	    width: 240px;
	    height: 240px;
	    content: "";
	    z-index: -1;
	}

	.download-helper__block_arrow-tl:after {
	    background: url(../img/download_helper/arrows/arrow_top_left.png) center center no-repeat;
	    top: -215px;
	    left: -260px;
	}

	.download-helper__block_arrow-tr:after {
	    background: url(../img/download_helper/arrows/arrow_top_right.png) center center no-repeat;
	    top: -215px;
	    right: -260px;
	}

	.download-helper__block_arrow-bl:after {
	    background: url(../img/download_helper/arrows/arrow_bottom_left.png) center center no-repeat;
	    top: 20px;
	    left: -260px;
	}

	.download-helper__block_arrow-b:after {
	    background: url(../img/download_helper/arrows/arrow_bottom.png) center center no-repeat;
	    bottom: -260px;
	    left: 50%;
	    transform: translateX(-50%);
	}

	.download-helper__block_arrow-br:after {
	    background: url(../img/download_helper/arrows/arrow_bottom_right.png) center center no-repeat;
	    top: 20px;
	    right: -260px;
	}	
}

/* Layout Styles */
@media (max-width: 1229px) {
	.container {
		max-width: 960px;
	}
}

/* Template Styles */
.layout {
    display: flex;
    flex-direction: column;
    position: relative;
    max-width: 1920px;
    min-height: 100%;
    background-color: #090115;
    box-shadow: 0 0 10px rgba(0, 0, 0, .25);
    margin: 0 auto;
}

.content {
	flex-grow: 1;
}

.section {
	padding: 100px 0;
}

.section:not(:last-child) {
	border-bottom: 4px solid #000;
}

.section__header {
	text-align: center;
	margin-bottom: 120px;
}

.section__title {
	font-size: 72px;
	line-height: 80px;
}

.section__block {
	background-color: rgba(0, 0, 0, .65);
	box-shadow: inset 0 0 0 5px #0c2901,
				inset 0 0 0 8px #2ea003;
	border: 2px solid #fff;
	padding: 50px 45px 60px;
}

.section__download {
	margin-top: 45px;
}

@media (max-width: 1229px) {
	.section {
		padding: 80px 0;
	}

	.section__header {
		margin-bottom: 90px;
	}

	.section__title {
		font-size: 56px;
		line-height: 64px;
	}	

	.section__block {
		padding: 40px 35px 50px;
	}
}

.intro {
	background: linear-gradient(to bottom, rgba(0, 0, 0, .3), rgba(0, 0, 0, .3)),
				url(../img/intro_bg.jpg) center center no-repeat;
	background-size: cover;
	text-align: center;
	padding: 95px 0 240px;
}

.intro__header {
	margin-bottom: 160px;
}

.intro__logo {
	max-width: 740px;
	margin: 0 auto;
}

.intro__description {
	max-width: 790px;
	font-size: 36px;
	letter-spacing: .04em;
	line-height: 38px;
	text-transform: uppercase;
	margin: 0 auto;
}

.intro__download {
	margin-top: 100px;
}

.about {
	background: url(../img/about_bg.jpg) center center no-repeat;
	background-size: cover;	
	text-align: center;
	padding-bottom: 280px;
}

.about__download {
	margin-top: 80px;
}

.gameplay {
	background: linear-gradient(to bottom, rgba(0, 0, 0, .1), rgba(0, 0, 0, .1)),
				url(../img/gameplay_bg.jpg) center center no-repeat;
	background-size: cover;	
}

.gameplay__block {
	box-shadow: inset 0 0 0 5px #133130,
				inset 0 0 0 8px #4bbfbe;
}

.reviews {
	background: linear-gradient(to bottom, rgba(0, 0, 0, .4), rgba(0, 0, 0, .4)),
				url(../img/reviews_bg.jpg) center center no-repeat;
	background-size: cover;
	padding: 140px 0 170px;
}

.review-card {
	position: relative;
	height: 100%;
	padding: 110px 7px 7px;
}

.review-card:before {
	position: absolute;
	width: 100%;
	height: 110px;
	content: "";
	background-position: 10px center;
	background-repeat: no-repeat;
	user-select: none;
	pointer-events: none;
	top: 15px;
	left: 0;
}

.reviews-cards__grid-col:nth-child(3n+1) .review-card:before {
	background-image: url(../img/review_card_img1.png);
	background-size: contain;
}

.reviews-cards__grid-col:nth-child(3n+2) .review-card:before {
	background-image: url(../img/review_card_img2.png);
	background-size: contain;
}

.reviews-cards__grid-col:nth-child(3n+3) .review-card:before {
	background-image: url(../img/review_card_img3.png);
	background-size: contain;
}

.review-card__inner {
	display: flex;
	flex-direction: column;
	height: 100%;
	background-color: rgba(0, 0, 0, .7);
	border: 3px solid #c17805;
	box-shadow: 0 0 0 5px #301e01,
				0 0 0 7px #0ed0ea;
}

.review-card__header,
.review-card__content,
.review-card__footer {
	padding-right: 32px;
	padding-left: 32px;
}

.review-card__header {
	background: linear-gradient(to bottom, #ffd501, #ff9401);
	padding-top: 15px;
	padding-bottom: 15px;
}

.review-card__content {
	flex-grow: 1;
	padding-top: 20px;
	padding-bottom: 10px;
}

.review-card__text {
	font-size: 16px;
	line-height: 18px;
}

.review-card__footer {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-top: 10px;
	padding-bottom: 30px;
}

.review-card__time {
	font-family: "Roboto", sans-serif;
	font-size: 11px;
	color: #0ed0ea;
}

@media (max-width: 1229px) {
	.intro {
		padding: 80px 0 200px;
	}

	.intro__header {
		margin-bottom: 120px;
	}

	.intro__logo {
		max-width: 640px;
	}

	.intro__description {
		max-width: 640px;
		font-size: 28px;
		line-height: 30px;
	}

	.intro__download {
		margin-top: 80px;
	}

	.about {
		padding-bottom: 240px;
	}

	.reviews {
		padding: 120px 0 150px;
	}

	.review-card {
		padding-top: 100px;
	}

	.review-card:before {
		height: 100px;
	}	

	.review-card__header,
	.review-card__content {
		padding-right: 25px;
		padding-left: 25px;
	}	
}

@media (min-width: 1230px) {
	.review-card__author {
		font-size: 28px;
		line-height: 32px;
	}	
}

.footer {
	font-family: "Roboto", sans-serif;
	font-size: 18px;
	font-weight: 300;
	color: #6c6c6c;
	text-align: center;
	padding: 30px 0;
}

.footer__text {
	max-width: 720px;
	letter-spacing: .04em;
	line-height: 22px;	
	margin: 0 auto;
}

@media (max-width: 1229px) {
	.footer {
		font-size: 16px;
	}

	.footer__text {
		max-width: 680px;
	}
}