/* 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: "Roboto";
    src: url("../fonts/Roboto/RobotoBlack/RobotoBlack.eot");
    src: url("../fonts/Roboto/RobotoBlack/RobotoBlack.eot?#iefix") format("embedded-opentype"),
         url("../fonts/Roboto/RobotoBlack/RobotoBlack.woff") format("woff"),
         url("../fonts/Roboto/RobotoBlack/RobotoBlack.ttf") format("truetype");
    font-style: normal;
    font-weight: 900;
}

@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: "Bebas Neue";
    src: url("../fonts/BebasNeue/BebasNeueBold/BebasNeueBold.eot");
    src: url("../fonts/BebasNeue/BebasNeueBold/BebasNeueBold.eot?#iefix") format("embedded-opentype"),
         url("../fonts/BebasNeue/BebasNeueBold/BebasNeueBold.woff") format("woff"),
         url("../fonts/BebasNeue/BebasNeueBold/BebasNeueBold.ttf") format("truetype");
    font-style: normal;
    font-weight: 700;
}

/* 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;
}

.text-block__title {
	margin-bottom: 30px;
}

.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, #000 0%, #fff 20%, #000 25%, #000 100%);
	border-radius: 8px;
	box-shadow: 0 10px 20px 10px rgba(0, 0, 0, .5);	
	padding: 10px 6px;
	cursor: pointer;
	z-index: 1;
}

.download-button:before {
	position: absolute;
	width: calc(100% - 4px);
	height: calc(100% - 2px);
	content: "";
	background: radial-gradient(ellipse closest-corner at center 0.5px, rgba(255, 255, 255, .5) 50%, transparent 100%),
				radial-gradient(ellipse closest-corner at 0.5px center, rgba(255, 255, 255, .75) 10%, transparent 80%),
				radial-gradient(ellipse closest-corner at calc(100% - 0.5px) center, rgba(255, 255, 255, .75) 10%, transparent 80%),
				linear-gradient(to bottom, #333 0%, #b5b5b5 30%, #f0f0f0 50%, #333 100%);
	border-radius: inherit;
	top: 0;
	left: 2px;
	z-index: -1;
}

.download-button__inner {
	position: relative;
	font-family: "Bebas Neue", sans-serif;
	font-size: 50px;
	font-weight: 700;
	background: url(../img/download_button_texture.jpg) center center no-repeat,
				linear-gradient(to bottom, #ffd200, #c65b00);
	background-blend-mode: multiply;
	color: #000;
	border-radius: 6px;
	box-shadow: 0 1px 0 #000,
				0 5px 10px rgba(0, 0, 0, .75);
	text-shadow: 0 1px 1px #ffd200;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: .04em;
	overflow: hidden;
	padding: 24px 15px 22px;
	z-index: 1;
}

.download-button__inner:before,
.download-button__inner:after {
	position: absolute;
	width: 100%;
	height: 100%;
	content: "";
	top: 0;
	left: 0;
}

.download-button__inner:before {
	background: radial-gradient(circle at center top, #fff 0%, transparent 10%),
				radial-gradient(ellipse at center top, #ffff00 5%, transparent 80%),
				radial-gradient(ellipse closest-corner at center 0.5px, #ffff00 10%, transparent 80%),
				radial-gradient(ellipse closest-corner at 0.5px center, #ffd200 10%, transparent 80%),
				radial-gradient(ellipse closest-corner at calc(100% - 0.5px) center, #ffff00 10%, transparent 80%),
				radial-gradient(ellipse closest-corner at center calc(100% - 1px), #ffd200 10%, transparent 80%);
	z-index: -1;
}

.download-button__inner:after {
	background-color: #fff000;
	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-image: url("data:image/svg+xml, <svg xmlns='http://www.w3.org/2000/svg' width='100%' height='100%' viewBox='0 0 32 32' fill='%237c7c7c'><path d='M 16,0 A 16,16 0 0 0 0,16 16,16 0 0 0 16,32 16,16 0 0 0 32,16 16,16 0 0 0 16,0 Z M 15.9961,4.4492186 19.281256,12.699219 28,13.273438 21.308594,18.945312 23.5,27.550782 15.996094,22.808594 8.488281,27.550782 10.679688,18.945312 3.9999999,13.273438 12.710938,12.699219 Z'></path></svg>");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
}

.rating__star:not(:last-child) {
	margin-right: 5px;
}

.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='%23fdbc03'><path d='M 16,0 A 16,16 0 0 0 0,16 16,16 0 0 0 16,32 16,16 0 0 0 32,16 16,16 0 0 0 16,0 Z M 15.9961,4.4492186 19.281256,12.699219 28,13.273438 21.308594,18.945312 23.5,27.550782 15.996094,22.808594 8.488281,27.550782 10.679688,18.945312 3.9999999,13.273438 12.710938,12.699219 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;
	}

	.download-button__inner {
		font-size: 40px;
		padding: 20px 15px 18px;
	}

	.rating__star {
		width: 14px;
		height: 14px;
	}

	.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: #131313;
    box-shadow: 0 0 10px rgba(0, 0, 0, .25);
    margin: 0 auto;
}

.content {
	flex-grow: 1;
}

.section {
	padding: 120px 0 160px;
}

.section__header {
	text-align: center;
	margin-bottom: 100px;
}

.section__title {
	font-size: 40px;
	line-height: 48px;
	text-transform: uppercase;
}

.section__block {
	background-color: rgba(0, 0, 0, .75);
	padding: 50px 40px;
}

.section__download {
	margin-top: 50px;
}

@media (max-width: 1229px) {
	.section {
		padding: 80px 0 120px;
	}

	.section__header {
		margin-bottom: 60px;
	}

	.section__title {
		font-size: 30px;
		line-height: 38px;
	}	

	.section__block {
		padding: 40px 30px;
	}
}

.intro {
	background: url(../img/intro_bg.jpg) center center no-repeat;
	background-size: cover;
	text-align: center;
	padding: 50px 0 190px;
}

.intro__header {
	margin-bottom: 400px;
}

.intro__logo {
	max-width: 692px;
	margin: 0 auto;
}

.about {
	padding: 100px 0;
}

.about-game {
	background: url(../img/about_game_bg.jpg) center center no-repeat;
	background-size: cover;
}

.about-gameplay {
	background: url(../img/about_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: 140px 0 380px;
}

.reviews__header {
	max-width: 780px;
	margin: 0 auto 120px;
}

.review-card {
	display: flex;
	flex-direction: column;
	height: 100%;
	font-family: "Roboto", sans-serif;
	font-weight: 300;		
}

.review-card__header,
.review-card__content {
	padding-right: 25px;
	padding-left: 25px;
}

.review-card__header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	background-color: #000;
	padding-top: 15px;
	padding-bottom: 15px;
}

.review-card__author {
	font-size: 23px;
	line-height: 27px;
}

.review-card__content {
	display: flex;
	flex-direction: column;
	flex-grow: 1;
	background-color: rgba(0, 0, 0, .7);
	padding-top: 30px;
	padding-bottom: 30px;
}

.review-card__text {
	font-size: 13px;
	line-height: 17px;
}

.review-card__time {
	margin-top: auto;
	padding-top: 30px;
}

.review-card__time-stamp {
	display: inline-block;
	font-size: 11px;
	font-weight: 900;
	background-color: #e6bb31;
	color: #000;
	padding: 5px 10px;
}

@media (max-width: 1229px) {
	.intro {
		padding-bottom: 160px;
	}

	.intro__logo {
		max-width: 580px;
	}

	.intro__header {
		margin-bottom: 320px;
	}

	.about {
		padding: 80px 0;
	}

	.reviews {
		padding: 100px 0 320px;
	}

	.reviews__header {
		max-width: 640px;
		margin-bottom: 90px;
	}

	.review-card__header,
	.review-card__content {
		padding-right: 20px;
		padding-left: 20px;
	}

	.review-card__author {
		font-size: 18px;
		line-height: 22px;
	}

	.review-card__content {
		padding-top: 25px;
		padding-bottom: 25px;
	}
}

.footer {
	position: absolute;
	width: 100%;
	font-family: "Roboto", sans-serif;
	font-weight: 300;
	background-color: rgba(0, 0, 0, .7);
	color: #8f8f8f;
	text-align: center;
	bottom: 0;
	left: 0;
	padding: 30px 0;
	z-index: 1;
}

.footer__text {
	max-width: 720px;
	letter-spacing: .04em;
	line-height: 22px;	
	margin: 0 auto;
}

@media (max-width: 1229px) {
	.footer__text {
		max-width: 680px;
	}
}