/* Fonts */
@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;
}

@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: "Montserrat";
    src: url("../fonts/Montserrat/MontserratBlack/MontserratBlack.eot");
    src: url("../fonts/Montserrat/MontserratBlack/MontserratBlack.eot?#iefix") format("embedded-opentype"),
         url("../fonts/Montserrat/MontserratBlack/MontserratBlack.woff") format("woff"),
         url("../fonts/Montserrat/MontserratBlack/MontserratBlack.ttf") format("truetype");
    font-style: normal;
    font-weight: 900;
}

/* Base Styles */
html,
body {
    height: 100%;
}

body {
    min-width: 992px;
    font-family: "Brutal Type", sans-serif;
    font-size: 18px;
    font-weight: 400;
    background-color: #0f0f0f;
    color: #fff;
    letter-spacing: .025em;
    overflow-x: hidden; 
}

img {
    display: block;
    width: 100%;
}

a {
    color: currentColor;
    outline: none;
    text-decoration: none;
    transition: .2s;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
}

h1 {
	font-size: 40px;
	line-height: 48px;
}

h2 {
	font-size: 36px;
	line-height: 44px;
}

h3 {
	font-size: 32px;
	line-height: 40px;
}

h4 {
	font-size: 28px;
	line-height: 32px;
}

h5 {
	font-size: 24px;
	line-height: 28px;
}

h6 {
	font-size: 20px;
	line-height: 24px;
}

p {
    line-height: 24px;
}

strong {
	font-weight: 700;
}

@media (max-width: 1229px) {
	body {
		font-size: 16px;
	}

	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;
	}
}

/* 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;
}

.img_unclickable {
	user-select: none;
	pointer-events: none;
}

.download-button {
	display: inline-block;
	position: relative;
	width: 100%;
	max-width: 470px;	
	background: linear-gradient(to bottom, #aaa, #454545, #aaa);
	border: 8px solid;
	border-top-color: #dfdfdf;
	border-right-color: #c6c6c6;
	border-bottom-color: #909090;
	border-left-color: #888;
	border-radius: 2px;
	box-shadow: 0 0 0 4px #000,
				0 10px 20px rgba(0, 0, 0, .5);
	padding: 0 4px 4px;
	z-index: 1;
	cursor: pointer;
}

.download-button:before {
	position: absolute;
	width: 100%;
	height: 100%;
	content: "";
	background: radial-gradient(ellipse closest-corner at 1px center, rgba(255, 255, 255, .75) 10% 10%, transparent 80%), 
				radial-gradient(ellipse closest-corner at calc(100% - 1px) center, rgba(255, 255, 255, .75) 10% 10%, transparent 80%), 
				radial-gradient(ellipse closest-corner at center 1px, rgba(255, 255, 255, 1) 10% 10%, transparent 80%), 
				radial-gradient(ellipse closest-corner at center calc(100% - 1px), rgba(255, 255, 255, .5) 10%, transparent 80%), 
				radial-gradient(circle at center top, #fff 5%, transparent 30%);
	top: 0;
	left: 0;
	z-index: -1;
}

.download-button__inner {
	position: relative;
	font-family: "Montserrat", sans-serif;
	font-size: 20px;
	font-weight: 900;
	background: radial-gradient(ellipse farthest-side at center top, rgba(255, 255, 255, .75) 5%, transparent 50%),
				radial-gradient(ellipse farthest-side at center top, #00fe10 10%, transparent 100%),
				linear-gradient(to bottom, #007b03 0%, #004500 60%, #1b7d16 60%, #33872e 100%);
	color: #fff;
	border-radius: 10px;
	box-shadow: inset 0 -10px 0 rgba(0, 0, 0, .6),
				inset 0 0 4px rgba(255, 255, 255, .5),
				0 2px 2px #000;
	letter-spacing: .04em;
	text-align: center;
	text-transform: uppercase;
	text-shadow: 0 4px 0 #000,
				 0 4px 2px rgba(0, 0, 0, .5);
	overflow: hidden;
	margin-top: -4px;
	padding: 30px 15px 40px;
	transition: .2s;
	cursor: pointer;
	z-index: 1;
}

.download-button__inner:before {
	position: absolute;
	width: 100%;
	height: 100%;
	content: "";
	background-color: #00cf05;
	opacity: 0;
	top: 0;
	left: 0;	
	transition: .2s;
	z-index: -1;
}

.download-button:hover .download-button__inner:before,
.download-button:focus .download-button__inner:before {
	opacity: .1;
}

.download-button:active .download-button__inner:before {
	opacity: .2;
}

.rating {
	display: flex;
}

.rating__star {
	flex-shrink: 0;
	width: 22px;
	height: 23px;
	background: url(../img/rating_star_icon.png) center center no-repeat;
	background-size: cover;
	opacity: .55;
}

.rating__star:not(:last-child) {
	margin-right: 3px;
}

.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) {
	opacity: 1;
}

.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) {
	.download-button {
		max-width: 370px;
		border-width: 6px;
	}

	.download-button__inner {
		font-size: 16px;
		margin-top: -2px;
		padding: 25px 15px 35px;
	}

	.rating__star {
		width: 18px;
		height: 19px;
	}

	.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: #1e1e1e;
    box-shadow: 0 0 10px rgba(0, 0, 0, .25);
    margin: 0 auto;
}

.content {
	flex-grow: 1;
}

.section {
	padding: 80px 0;
}

.section:not(:last-child) {
	border-bottom: 4px solid #000;
}

.section__header {
	text-align: center;
	margin-bottom: 80px;
}

.section__title {
	font-size: 40px;
	line-height: 48px;
	margin-bottom: 30px;
}

.section__header .section__title {
	margin-bottom: 0;
}

.section-block {
	position: relative;
	border: 4px solid #000;
	border-radius: 15px;
	overflow: hidden;
}

.section-block:before {
	position: absolute;
	width: 100%;
	height: 14px;
	content: "";
	background-color: rgba(255, 255, 255, .8);
	border-bottom: 4px solid #000;
	top: 0;
	left: 0;
}

.section-block__content,
.section-block__footer {
	padding-right: 40px;
	padding-left: 40px;
}

.section-block__content {
	background-color: rgba(24, 24, 24, .8);
	padding-top: 45px;
	padding-bottom: 45px;
}

.section-block__footer {
	background-color: rgba(54, 60, 68, .8);
	border-top: 4px solid #000;
	padding-top: 40px;
	padding-bottom: 40px;
}

.section-block_green:before {
	background-color: rgba(176, 222, 38, .8);
}

.section-block_red:before {
	background-color: rgba(187, 48, 29, .8);
}

@media (max-width: 1229px) {
	.section {
		padding: 60px 0;
	}

	.section__header {
		margin-bottom: 60px;
	}

	.section__title {
		font-size: 30px;
		line-height: 38px;
		margin-bottom: 25px;
	}	

	.section-block__content,
	.section-block__footer {
		padding-right: 30px;
		padding-left: 30px;
	}

	.section-block__content {
		padding-top: 35px;
		padding-bottom: 35px;
	}	

	.section-block__footer {
		padding-top: 30px;
		padding-bottom: 30px;
	}	
}

.intro {
	background: url(../img/intro_bg.jpg) center center no-repeat;
	background-size: cover;
	text-align: center;
	padding: 90px 0 300px;
}

.intro__logo {
	max-width: 1050px;
	margin: 0 auto;
}

.intro__download {
	margin-top: 280px;
}

.about {
	background: url(../img/about_bg.jpg) center center no-repeat;
	background-size: cover;	
}

.gameplay {
	background: url(../img/gameplay_bg.jpg) center center no-repeat;
	background-size: cover;	
}

.reviews {
	background: url(../img/reviews_bg.jpg) center center no-repeat;
	background-size: cover;
	padding: 120px 0 160px;
}

.reviews__header {
	margin-bottom: 160px;
}

.reviews__title {
	font-size: 60px;
	line-height: 68px;
}

.review-card {
	display: flex;
	flex-direction: column;
	height: 100%;
	font-family: "Roboto", sans-serif;	
	font-weight: 300;
	border: 4px solid #000;
	border-radius: 10px;
	box-shadow: 0 10px 16px rgba(0, 0, 0, .3);
	overflow: hidden;
}

.review-card__header,
.review-card__content {
	padding: 25px 30px;
}

.review-card__header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	background-color: rgba(61, 144, 20, .75);
	white-space: nowrap;
}

.review-card__author {
	font-size: 23px;
	line-height: 27px;
	overflow: hidden;
	text-overflow: ellipsis;
	padding-right: 15px;
}

.review-card__content {
	display: flex;
	flex-direction: column;
	flex-grow: 1;
	background-color: rgba(0, 0, 0, .75);
}

.review-card__text {
	font-size: 13px;
	font-weight: 300;
	line-height: 17px;
}

.review-card__time {
	font-size: 11px;
	color: #9c9c9c;
	margin-top: auto;
	padding-top: 30px;
}

.reviews__logo {
	max-width: 288px;
	margin: 40px auto 0;
}

@media (max-width: 1229px) {
	.intro {
		padding: 75px 0 240px;
	}

	.intro__logo {
		max-width: 800px;
	}

	.intro__download {
		margin-top: 240px;
	}	

	.reviews {
		padding: 90px 0 120px;
	}

	.reviews__header {
		margin-bottom: 120px;
	}

	.reviews__title {
		font-size: 48px;
		line-height: 56px;
	}	

	.review-card__header, 
	.review-card__content {
		padding: 20px;
	}

	.review-card__author {
		font-size: 20px;
		line-height: 24px;
	}	

	.review-card__time {
		padding-top: 25px;
	}	

	.reviews__logo {
		max-width: 240px;
		margin-top: 30px;
	}	
}

.footer {
	font-family: "Roboto", sans-serif;
	font-weight: 300;
	background-color: #000;
	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 {
		padding: 25px 0;
	}

	.footer__text {
		max-width: 680px;
	}
}