/* 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/BrutalTypeLight/BrutalTypeLight.eot");
    src: url("../fonts/BrutalType/BrutalTypeLight/BrutalTypeLight.eot?#iefix") format("embedded-opentype"),
         url("../fonts/BrutalType/BrutalTypeLight/BrutalTypeLight.woff") format("woff"),
         url("../fonts/BrutalType/BrutalTypeLight/BrutalTypeLight.ttf") format("truetype");
    font-style: normal;
    font-weight: 300;
}

@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/BrutalTypeMedium/BrutalTypeMedium.eot");
    src: url("../fonts/BrutalType/BrutalTypeMedium/BrutalTypeMedium.eot?#iefix") format("embedded-opentype"),
         url("../fonts/BrutalType/BrutalTypeMedium/BrutalTypeMedium.woff") format("woff"),
         url("../fonts/BrutalType/BrutalTypeMedium/BrutalTypeMedium.ttf") format("truetype");
    font-style: normal;
    font-weight: 500;
}

@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/MontserratBold/MontserratBold.eot");
    src: url("../fonts/Montserrat/MontserratBold/MontserratBold.eot?#iefix") format("embedded-opentype"),
         url("../fonts/Montserrat/MontserratBold/MontserratBold.woff") format("woff"),
         url("../fonts/Montserrat/MontserratBold/MontserratBold.ttf") format("truetype");
    font-style: normal;
    font-weight: 700;
}

/* Base Styles */
html,
body {
    height: 100%;
}

body {
    min-width: 992px;
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    font-weight: 300;
    background-color: #e5e5e5;
    color: #000;
    overflow-x: hidden; 
}

img {
    display: block;
    width: 100%;
}

a {
    color: currentColor;
    outline: none;
    text-decoration: none;
    transition: .2s;
}

h1, .f1 {
	font-size: 40px;
	line-height: 48px;
}

h2, .f2 {
	font-size: 36px;
	line-height: 44px;
}

h3, .f3 {
	font-size: 32px;
	line-height: 40px;
}

h4, .f4 {
	font-size: 28px;
	line-height: 32px;
}

h5, .f5 {
	font-size: 24px;
	line-height: 28px;
}

h6, .f6 {
	font-size: 20px;
	line-height: 24px;
}

p {
    line-height: 28px;
}

strong {
	font-weight: 700;
}

@media (max-width: 1229px) {
	body {
		font-size: 16px;
	}

	h1, .f1 {
		font-size: 36px;
		line-height: 44px;
	}

	h2, .f2 {
		font-size: 32px;
		line-height: 40px;
	}

	h3, .f3 {
		font-size: 28px;
		line-height: 36px;
	}

	h4, .f4 {
		font-size: 26px;
		line-height: 30px;
	}

	h5, .f5 {
		font-size: 22px;
		line-height: 26px;
	}

	h6, .f6 {
		font-size: 18px;
		line-height: 22px;
	}
}

/* Component Styles */
.link:hover,
.link:focus {
    opacity: .8;
}

.link:active {
    opacity: .6;
}

.text {
    line-height: 28px;
}

.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: 30px;
}

.text a:hover,
.text a:focus {
    opacity: .8;
}

.text a:active {
    opacity: .6;
}

.text p {
	line-height: inherit;
}

.text-block {
	font-family: "Brutal Type", sans-serif;
}

.text-block__header {
	margin-bottom: 40px;
}

.text-block__text h1 .text-block__text h2, .text-block__text h3,
.text-block__text h4, .text-block__text h5, .text-block__text h6 {
	font-weight: 500;
}

.img_unclickable {
	user-select: none;
	pointer-events: none;
}

.download-button {
	display: inline-block;
	position: relative;
	width: 100%;
	max-width: 420px;
	font-family: "Brutal Type", sans-serif;
	font-size: 24px;
	font-weight: 700;
	background: #ff7629 linear-gradient(to bottom, transparent 46%, rgba(0, 0, 0, .15) 56%, rgba(0, 0, 0, .15) 100%);
	color: #fff;
	border-radius: 45px;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .4),
				inset 0 -5px 0 rgba(0, 0, 0, .4),
				inset 0 10px 20px 15px rgba(255, 150, 40, .9),
				0 0 24px 5px rgba(255, 135, 0, .3),
				0 14px 21px rgba(0, 0, 0, .3),
				0 7px 7px rgba(0, 0, 0, .35);
	text-align: center;
	padding: 32px 15px 41px;
	transition: .2s;
	cursor: pointer;
	z-index: 1;
}

.download-button:before {
	position: absolute;
	width: 100%;
	height: calc(100% - 4px);
	content: "";
	background-color: #ff9000;
	border-radius: inherit;
	opacity: 0;
	top: 0;
	left: 0;
	transition: .2s;
	z-index: -1;	
}

.download-button:hover:before,
.download-button:focus:before {
	opacity: .2;
}

.download-button:active:before {
	opacity: .4;
}

.download-stats__item {
	color: #9c9c9c;
	line-height: 20px;
}

.download-stats__item:not(:last-child) {
	margin-bottom: 8px;
}

.download-unit__item:not(:last-child) {
	margin-bottom: 50px;
}

.gallery {
	max-width: 770px;
	margin: 0 auto;
}

.gallery__grid {
	margin-bottom: -30px;
}

.gallery__col {
	margin-bottom: 30px;
}

.gallery__item {
	position: relative;
	background-color: #0d0e1d;
	box-shadow: 0 0 45px rgba(0, 0, 0, .25);
	padding-bottom: 57.5%;
}

a.gallery__item {
	display: block;
}

.gallery__item-img {
	position: absolute;
	height: 100%;
	object-position: center top;
	object-fit: cover;
}

.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: 3; 
}

.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 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-block__header {
		margin-bottom: 30px;
	}

	.download-button {
		max-width: 360px;
		font-size: 20px;
		border-radius: 40px;
		padding: 29px 15px 38px;
	}	

	.gallery {
		max-width: 640px;
	}

	.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: 1230px) {
	.download-stats__item {
		font-size: 16px;
	}
}

@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;
    max-width: 1920px;
    min-height: 100%;
    background-color: #fff;
    margin: 0 auto;
}

.header {
	position: sticky;
	height: 135px;
	font-family: "Brutal Type", sans-serif;
	font-weight: 400;
	color: #fff;
	top: 0;
	margin-bottom: -135px;
	transition: .2s;
	z-index: 2;
}

.header__container,
.header__grid {
	height: 100%;
}

.header__grid {
	align-items: center;
}

.header__logo {
	display: block;
	max-width: 86px;
}

.header__nav-menu {
	display: flex;
}

.header__nav-item {
	text-transform: uppercase;
}

.header__nav-item:not(:last-child) {
	margin-right: 65px;
}

.header_fixed {
	background-color: #fff;
	color: #000;
}

@media (max-width: 1229px) {
	.header {
		height: 120px;
		margin-bottom: -120px;
	}

	.header__logo {
		max-width: 36px;
	}

	.header__nav-item:not(:last-child) {
		margin-right: 45px;
	}
}

.content {
	flex-grow: 1;
	overflow: hidden;
}

.section-splitter_one {
	background: #14152a url(../img/section_splitter_one_bg.jpg) center bottom no-repeat;
	color: #fff;
}

.section {
	padding: 80px 0 90px;
}

.content > .section:not(.main):first-child,
.section-splitter:first-child .section:not(.main):first-child {
	padding-top: 215px;
}

.section__header {
	text-align: center;
	margin-bottom: 85px;
}

.section__title {
	font-family: "Brutal Type", sans-serif;
	font-size: 48px;
	line-height: 56px;	
}

.section__download {
	margin-top: 60px;
}

.section_inverse {
	background-color: #14152a;
	color: #fff;
}

@media (max-width: 1229px) {
	.section {
		position: relative;
		padding: 60px 0 80px;
	}

	.content > .section:not(.main):first-child,
	.section-splitter:first-child .section:not(.main):first-child {
		padding-top: 180px;
	}

	.section-splitter_one .section:first-child {
		padding-bottom: 70px;
	}

	.section__header {
		margin-bottom: 70px;
	}	

	.section__title {
		font-size: 36px;
		line-height: 44px;
	}

	.section__download {
		margin-top: 50px;
	}
}

.main {
	background: url(../img/main_bg.jpg) center center no-repeat;
	background-size: cover;
	padding: 220px 0 120px;
}

.main__title {
	font-family: "Montserrat", sans-serif;
	font-size: 76px;
	font-weight: 900;
	line-height: 84px;
	text-transform: uppercase;
}

.main__description {
	font-size: 20px;
	margin-top: 30px;
}

.main__download {
	margin-top: 30px;
}

.main__img {
	max-width: 825px;
	margin: 10px -125px 0 -30px;
}

.overview {
	text-align: center;
}

.overview__gallery-col:first-child {
	position: relative;
	z-index: 1;
}

.overview__gallery-col:first-child:before {
	position: absolute;
	width: 1920px;
	height: 100%;
	content: "";
	background: url(../img/overview_gallery_shape.png) center center no-repeat;
	background-size: contain;
	opacity: .2;
	user-select: none;
	pointer-events: none;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: -1;
}

.overview__info {
	margin-top: 60px;
}

.overview__text {
	line-height: 20px;
}

.feature-card {
	background-color: rgba(30, 30, 50, .8);
	border: 1px solid rgba(255, 118, 41, .2);
	padding: 30px 40px 30px 30px;
}

.feature-card__title {
	font-weight: 500;
	color: #1db792;
}

.feature-card__description {
	font-size: 15px;
	line-height: 19px;
	margin-top: 15px;
}

.feature-card__icon {
	width: 100px;
	height: 100px;
	background-color: rgba(19, 19, 29, .8);
	border-radius: 10px;
	pointer-events: none;
	padding: 18px;
}

.feature-card__icon-img {
	height: 100%;
	object-position: center center;
	object-fit: contain;
}

.download__img {
	max-width: 484px;
	margin: -30px 0 -70px 85px;
}

.download__text-block-text {
	padding-right: 45px;
}

@media (max-width: 1229px) {
	.main {
		padding: 160px 0 90px;
	}

	.main__title {
		font-size: 64px;
		line-height: 72px;
	}

	.main__description {
		font-size: 18px;
		margin-top: 25px;
	}

	.main__img {
		margin: 30px -60px 0 -60px;
	}

	.overview__info {
		margin-top: 45px;
	}	

	.feature-card {
		text-align: center;
		padding: 30px 15px;
	}

	.feature-card__icon {
		margin: 0 auto 25px;
		padding: 26px;
	}

	.download__img {
		margin-bottom: -60px;
		margin-left: 30px;
	}

	.download__text-block-text {
		padding-right: 60px;
	}	
}

@media (min-width: 1230px) {
	.main__description {
		padding-right: 30px;
	}

	.overview__text {
		font-size: 16px;
	}

	.feature-card {
		display: flex;
		flex-direction: row-reverse;
		align-items: flex-start;
	}

	.feature-card__icon {
		flex-shrink: 0;
	}

	.feature-card__info {
		padding-right: 15px;
	}

	.download__download {
		margin-top: 70px
	}
}

.footer {
	font-weight: 400;
	background-color: #0d0e1d;
	color: #565765;
	text-align: center;
	padding: 45px 0;
}

.footer__text {
	line-height: 24px;
}	

.footer__text p:not(:last-child) {
	margin-bottom: 8px;
}

@media (min-width: 1230px) {
	.footer {
		font-size: 16px;
	}
}
