/* 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/RobotoRegular/RobotoRegular.eot");
    src: url("../fonts/Roboto/RobotoRegular/RobotoRegular.eot?#iefix") format("embedded-opentype"),
         url("../fonts/Roboto/RobotoRegular/RobotoRegular.woff") format("woff"),
         url("../fonts/Roboto/RobotoRegular/RobotoRegular.ttf") format("truetype");
    font-style: normal;
    font-weight: 400;
}

@font-face {
    font-family: "Roboto";
    src: url("../fonts/Roboto/RobotoMedium/RobotoMedium.eot");
    src: url("../fonts/Roboto/RobotoMedium/RobotoMedium.eot?#iefix") format("embedded-opentype"),
         url("../fonts/Roboto/RobotoMedium/RobotoMedium.woff") format("woff"),
         url("../fonts/Roboto/RobotoMedium/RobotoMedium.ttf") format("truetype");
    font-style: normal;
    font-weight: 500;
}

@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: "VAG Rounded TL";
    src: url("../fonts/VAGRoundedTL/VAGRoundedTLRegular/VAGRoundedTLRegular.eot");
    src: url("../fonts/VAGRoundedTL/VAGRoundedTLRegular/VAGRoundedTLRegular.eot?#iefix") format("embedded-opentype"),
         url("../fonts/VAGRoundedTL/VAGRoundedTLRegular/VAGRoundedTLRegular.woff") format("woff"),
         url("../fonts/VAGRoundedTL/VAGRoundedTLRegular/VAGRoundedTLRegular.ttf") format("truetype");
    font-style: normal;
    font-weight: 800;
}

/* 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 ul:not(:last-child), .text p:not(:last-child) {
	margin-bottom: 20px;
}

.text li:not(:last-child) {
	margin-bottom: 5px;
}

.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;
	width: 100%;
	max-width: 470px;	
	background: linear-gradient(to bottom, #fff 0%, #fff 50%, #000 60%, #676767 100%);
	border-radius: 100px;
	box-shadow: inset 0 2px 2px 2px #fff,
				inset 0 -2px 2px 2px #000,
				0 16px 16px rgba(0, 0, 0, .6);
	padding: 10px;
	cursor: pointer;
}

.download-button__inner {
	position: relative;
	font-family: "VAG Rounded TL", sans-serif;
	font-size: 26px;
	font-weight: 400;
	background-color: #cc0000;
	color: #fff;
	border: 2px solid #c2c2c2;
	border-radius: inherit;
	box-shadow: inset 0 0 0 2px #000,
				inset 0 8px 8px rgba(255, 255, 255, .75),
				inset 0 -8px 8px rgba(0, 0, 0, .75),
				      0 4px 6px rgba(0, 0, 0, .5);
	text-shadow: 0 5px 7px rgba(0, 0, 0, .3);
	letter-spacing: .04em;
	text-align: center;
	text-transform: uppercase;
	overflow: hidden;
	padding: 41px 15px 43px;
	transition: .2s;
	cursor: pointer;
	z-index: 1;
}

.download-button__inner:before {
	position: absolute;
	width: 100%;
	height: 100%;
	content: "";
	background: linear-gradient(to bottom, #ffc800, #ffff00);
	border-radius: inherit;
	box-shadow: 0 0 6px #ffff00;
	opacity: .4;
	top: calc(-50% + 5px);
	left: 0;
	z-index: -1;
}

.download-button:hover .download-button__inner,
.download-button:focus .download-button__inner {
	background-color: #e70000;
}

.download-button:active .download-button__inner {
	background-color: #ff0000;
}

.rating {
	display: flex;
}

.rating__star {
	flex-shrink: 0;
	width: 20px;
	height: 20px;
	background-image: url("data:image/svg+xml, <svg xmlns='http://www.w3.org/2000/svg' width='100%' height='100%' viewBox='0 0 32 32' fill='%23818181'><path d='m 31.971796,12.358948 c -0.06759,-0.20735 -0.246872,-0.358566 -0.462813,-0.390069 L 21.147234,10.463017 16.513374,1.0738637 c -0.09623,-0.19589373 -0.295559,-0.31961613 -0.513219,-0.31961613 -0.21766,0 -0.417563,0.1237224 -0.513219,0.31961613 L 10.852503,10.46359 0.49075471,11.969451 c -0.21594135,0.0315 -0.39465143,0.182147 -0.46281329,0.39007 -0.06701629,0.206776 -0.01145578,0.434746 0.14491555,0.586535 l 7.49837733,7.308784 -1.77049,10.320508 c -0.036658,0.214796 0.051551,0.431883 0.2273971,0.560187 0.1769917,0.12945 0.4112623,0.146061 0.6031466,0.04353 l 9.268867,-4.872141 9.267722,4.872141 c 0.08363,0.0441 0.175846,0.06587 0.266919,0.06587 0.118567,0 0.236562,-0.03666 0.3368,-0.109403 0.176419,-0.128304 0.264628,-0.345391 0.227397,-0.560187 L 24.329076,20.25541 31.827453,12.946053 c 0.155799,-0.152934 0.211932,-0.380332 0.144343,-0.587108 z'></path></svg>");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
}

.rating__star:not(:last-child) {
	margin-right: 1px;
}

.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-image: url("data:image/svg+xml, <svg xmlns='http://www.w3.org/2000/svg' width='100%' height='100%' viewBox='0 0 32 32' fill='%23ffcc03'><path d='m 31.971796,12.358948 c -0.06759,-0.20735 -0.246872,-0.358566 -0.462813,-0.390069 L 21.147234,10.463017 16.513374,1.0738637 c -0.09623,-0.19589373 -0.295559,-0.31961613 -0.513219,-0.31961613 -0.21766,0 -0.417563,0.1237224 -0.513219,0.31961613 L 10.852503,10.46359 0.49075471,11.969451 c -0.21594135,0.0315 -0.39465143,0.182147 -0.46281329,0.39007 -0.06701629,0.206776 -0.01145578,0.434746 0.14491555,0.586535 l 7.49837733,7.308784 -1.77049,10.320508 c -0.036658,0.214796 0.051551,0.431883 0.2273971,0.560187 0.1769917,0.12945 0.4112623,0.146061 0.6031466,0.04353 l 9.268867,-4.872141 9.267722,4.872141 c 0.08363,0.0441 0.175846,0.06587 0.266919,0.06587 0.118567,0 0.236562,-0.03666 0.3368,-0.109403 0.176419,-0.128304 0.264628,-0.345391 0.227397,-0.560187 L 24.329076,20.25541 31.827453,12.946053 c 0.155799,-0.152934 0.211932,-0.380332 0.144343,-0.587108 z'></path></svg>");	
}

.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;	
		padding: 8px;
	}

	.download-button__inner {
		font-size: 20px;
		font-weight: 400;
		padding: 36px 15px 38px;
	}

	.rating__star {
		width: 16px;
		height: 16px;
	}

	.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;
	background-color: rgba(0, 0, 0, .6);
	border-top: 8px solid #6b6b6b;
	border-bottom: 8px solid #6b6b6b;	
	border-radius: 10px;
	overflow: hidden;
	padding: 50px 45px;
}

.section__block:before,
.section__block:after {
	position: absolute;
	width: 8px;
	height: 100%;
	content: "";
	background: linear-gradient(to bottom, #6b6b6b, #fff, #6b6b6b);
	top: 0;
}

.section__block:before {
	left: 0;
}

.section__block:after {
	right: 0;
}

.section__download {
	margin-top: 50px;
}

@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 {
		border-width: 6px;
		padding: 40px 30px;
	}

	.section__block:before,
	.section__block:after {
		width: 6px;
	}

	.section__download {
		margin-top: 40px;
	}
}

.intro {
	background: url(../img/intro_bg.jpg) center center no-repeat;
	background-size: cover;
	text-align: center;
	padding: 240px 0 250px;
}

.intro__logo {
	max-width: 1032px;
	margin: 0 auto;
}

.intro__title {
	font-family: "Roboto", sans-serif;
	font-size: 18px;
	font-weight: 500;
	background: linear-gradient(to right, transparent 15%, rgba(0, 0, 0, .6) 30%, rgba(0, 0, 0, .6) 70%, transparent 85%);
	line-height: 22px;
	padding: 9px 30px;
}

.intro__download {
	margin-top: 160px;
}

.gameplay {
	background: url(../img/gameplay_bg.jpg) center center no-repeat;
	background-size: cover;	
}

.features {
	background: url(../img/features_bg.jpg) center center no-repeat;
	background-size: cover;	
}

.reviews {
	background: url(../img/reviews_bg.jpg) center center no-repeat;
	background-size: cover;
	padding: 130px 0 160px;
}

.reviews__title {
	font-size: 60px;
	line-height: 68px;
}

.reviews-cards__grid {
	margin-bottom: -30px;
}

.reviews-cards__grid-col {
	margin-bottom: 30px;
}

.review-card {
	height: 100%;
	background-color: rgba(0, 0, 0, .7);
	padding: 4px;
}

.review-card__inner {
	display: flex;
	flex-direction: column;
	height: 100%;
	font-family: "Roboto", sans-serif;
	font-weight: 400;		
	overflow: hidden;	
}

.review-card__header,
.review-card__content {
	padding-right: 16px;
	padding-left: 16px;
}

.review-card__header {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	white-space: nowrap;
	padding-top: 16px;
	padding-bottom: 12px;
}

.review-card__author {
	flex: 1;
	font-size: 23px;
	line-height: 27px;
	overflow: hidden;
	text-overflow: ellipsis;	
	padding-right: 15px;
}

.review-card__time {
	flex: 0 0 auto;
	width: 100%;
	font-size: 11px;
	font-weight: 300;
	color: #9c9c9c;
	margin-top: 10px;
}

.review-card__content {
	position: relative;
	flex-grow: 1;
	padding-top: 12px;
	padding-bottom: 40px;
	z-index: 1;
}

.review-card__content:before {
	position: absolute;
	width: 130px;
	height: 110px;
	content: "";
	background-color: rgba(255, 100, 0, .45);
	border-radius: 100%;
	right: -80px;
	bottom: -65px;
	z-index: -1;
}

.review-card__text {
	font-size: 13px;
	line-height: 17px;
}

@media (max-width: 1229px) {
	.intro {
		padding: 200px 0 210px;
	}

	.intro__logo {
		max-width: 820px;
	}

	.intro__title {
		font-size: 16px;
		line-height: 22px;
		padding: 7px 20px;
	}

	.intro__download {
		margin-top: 120px;
	}

	.reviews {
		padding: 100px 0 130px;
	}

	.reviews__title {
		font-size: 42px;
		line-height: 50px;
	}

	.review-card__header,
	.review-card__content {
		padding-right: 12px;
		padding-left: 12px;
	}

	.review-card__header {
		padding-top: 14px;
		padding-bottom: 10px;
	}

	.review-card__author {
		font-size: 20px;
		line-height: 24px;
	}	

	.review-card__content {
		padding-top: 10px;
		padding-right: 40px;
		padding-bottom: 30px;
	}

	.review-card__content:before {
		width: 120px;
		height: 100px;
	}	
}

.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__text {
		max-width: 680px;
	}
}