/* 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/MontserratExtraBold/MontserratExtraBold.eot");
    src: url("../fonts/Montserrat/MontserratExtraBold/MontserratExtraBold.eot?#iefix") format("embedded-opentype"),
         url("../fonts/Montserrat/MontserratExtraBold/MontserratExtraBold.woff") format("woff"),
         url("../fonts/Montserrat/MontserratExtraBold/MontserratExtraBold.ttf") format("truetype");
    font-style: normal;
    font-weight: 800;
}

/* 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, .text h2, .text h3,
.text h4, .text h5, .text h6 {
	font-family: "Brutal Type", sans-serif;
	font-weight: 500;
}

.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__header {
	margin-bottom: 30px;
}

.img_unclickable {
	user-select: none;
	pointer-events: none;
}

.framed-img {
	display: inline-block;
	position: relative;
	background-color: #fff;
	border: 2px solid #000;
	border-radius: 20px;
	padding: 25px;
	z-index: 1;
}

.framed-img:before {
	position: absolute;
	width: calc(100% - 20px);
	height: calc(100% - 20px);
	content: "";
	border: inherit;
	border-radius: inherit;
	top: 10px;
	left: 10px;
	z-index: -1;
}

.framed-img__inner {
	background-color: #353535;
	border: inherit;
	border-radius: inherit;
	padding: 15px;
}

.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: #f77d19 linear-gradient(to bottom, transparent calc(46% - 8px), rgba(0, 0, 0, .15) calc(61% - 4px), rgba(0, 0, 0, .15) 100%);
	color: #fff;
	border-radius: 6px;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .5),
				inset 0 -2px 0 rgba(0, 0, 0, .75),
				inset 0 -8px 0 rgba(0, 0, 0, .4),
				inset 0 10px 20px 15px rgba(253, 156, 31, .5),
				0 4px 14px 2px rgba(253, 156, 31, .9),
				0 14px 21px rgba(0, 0, 0, .9);
	text-align: center;
	padding: 26px 15px 37px;
	transition: .2s;
	cursor: pointer;
	z-index: 1;
}

.download-button:before {
	position: absolute;
	width: 100%;
	height: calc(100% - 8px);
	content: "";
	background-color: #ff9741;
	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;
}

.gallery__grid {
	margin: 0 -12.5px -25px;
}

.gallery__grid-col {
	margin-bottom: 25px;
	padding: 0 12.5px;
}

.gallery-item__link {
	display: block;
}

.gallery-item__img {
	position: relative;
	background-color: #1e1e1e;
	border: 1px solid #9c9c9c;
	box-shadow: 0 0 20px rgba(0, 0, 0, .05);
	overflow: hidden;
}

.gallery-item__img:after {
	display: block;
	content: "";
	padding-bottom: 68%;
}

.gallery-item__img-img {
	position: absolute;
	height: 100%;
	object-position: left top;
	object-fit: cover;
	transition: .2s;
}

.gallery-item__link:hover .gallery-item__img-img,
.gallery-item__link:focus .gallery-item__img-img {
	opacity: .9;
}

.gallery-item__link:active .gallery-item__img-img {
	opacity: .8;
}

.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 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;
	}

	.framed-img {
		padding: 20px;
	}

	.framed-img:before {
		width: calc(100% - 15px);
		height: calc(100% - 15px);
		top: 7.5px;
		left: 7.5px;
	}

	.framed-img__inner {
		padding: 10px;
	}	

	.download-button {
		max-width: 360px;
		font-size: 20px;
		padding: 28px 15px 37px;
	}	

	.gallery__grid {
		margin: 0 -7.5px -15px;
	}

	.gallery__grid-col {
		margin-bottom: 15px;
		padding: 0 7.5px;
	}			
		
	.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;
    max-width: 1920px;
    min-height: 100%;
    background-color: #f4f4f4;
    margin: 0 auto;
}

.header {
	position: sticky;
	height: 115px;
	font-family: "Brutal Type", sans-serif;
	font-weight: 400;
	background-color: #fff;
	top: 0;
	margin-bottom: -115px;
	transition: .2s;
	z-index: 2;
}

.header__container,
.header__grid {
	height: 100%;
}

.header__grid {
	justify-content: space-between;
	align-items: center;
}

.header__logo {
	display: block;
	max-width: 56px;
}

.header__nav-menu {
	display: flex;
	justify-content: center;
	align-items: center;
}

.header__nav-item {
	text-transform: uppercase;
}

.header__nav-item:not(:last-child) {
	margin-right: 45px;
}

.header__button {
	display: inline-block;
	font-family: "Roboto", sans-serif;
	font-size: 16px;
	font-weight: 700;
	background-color: #f68a1e;
	color: #fff;
	border-radius: 3px;
	text-align: center;
	text-transform: uppercase;
	padding: 9px 10px 7px;
	cursor: pointer;
	transition: .2s;
}

.header__button:hover,
.header__button:focus {
	background-color: #f79430;
}

.header__button:active {
	background-color: #f79b40;
}

@media (max-width: 1229px) {
	.header__logo {
		max-width: 48px;
	}

	.header__button {
		padding: 7px 8px 5px;
	}
}

.content {
	flex-grow: 1;
	background: url(../img/content_bg_pattern.png) center center repeat;
}

.section {
	padding: 100px 0;
}

.content > .section:not(.intro):first-child,
.section-splitter:first-child .section:not(.intro):first-child {
	padding-top: 215px;
}

.section__header {
	text-align: center;
	margin-bottom: 120px;
}

.section__title {
	font-family: "Brutal Type", sans-serif;
	font-size: 46px;
	line-height: 54px;	
}

.section__description {
	max-width: 980px;
	margin: 50px auto 0;
}

.section__download {
	margin-top: 50px;
}

@media (max-width: 1229px) {
	.section {
		padding: 80px 0;
	}

	.content > .section:not(.intro):first-child,
	.section-splitter:first-child .section:not(.intro):first-child {
		padding-top: 195px;
	}

	.section__header {
		margin-bottom: 90px;
	}	

	.section__title {
		font-size: 36px;
		line-height: 44px;
	}

	.section__description {
		max-width: 840px;
		margin-top: 30px;
	}

	.section__download {
		margin-top: 40px;
	}
}

.intro {
	position: relative;
	background: url(../img/intro_bg_img.png) calc(50% + 70px) top no-repeat,
				url(../img/content_bg_pattern.png) center center repeat,
				linear-gradient(to bottom, #f4f4f4, #f4f4f4);
  	border-bottom-left-radius: 50% 40px;
  	border-bottom-right-radius: 50% 40px;
  	margin-bottom: -100px;
	padding: 200px 0 150px;
	z-index: 1;
}

.intro__title {
	font-family: "Montserrat", sans-serif;
	font-size: 86px;
	font-weight: 800;
	letter-spacing: .010em;
	line-height: 90px;	
}

.intro__description {
	font-size: 16px;
	margin-top: 40px;
}

.intro__download {
	margin-top: 40px;
}

.intro__img {
	position: relative;
	margin: 15px -30px 0 -30px;
}

.intro__img:after {
	display: block;
	width: calc(100% - 60px);
	height: 100%;
	max-height: 160px;
	content: "";
	background: url(../img/intro_img_shape.png) center top no-repeat;
	background-size: contain;
	margin: 40px auto -500px;
	padding-bottom: 30%;
}

.intro__img-img {
	max-width: 734px;
}

.intro + .section-splitter,
.intro + .section {
	padding-top: 100px;
}

.section-splitter_first {
	background: url(../img/section_splitter_first_bg.jpg) center calc(100% + 50px) no-repeat;
	background-size: cover;
  	border-bottom-left-radius: 50% 40px;
  	border-bottom-right-radius: 50% 40px;
	margin-bottom: 100px;
}

.section-splitter_first .features {
	padding: 190px 0 65px;
}

.feature-card {
	font-family: "Roboto", sans-serif;
}

.feature-card__icon {
	width: 130px;
	height: 130px;
	background-color: #fff;
	border-radius: 100%;
	pointer-events: none;
	padding: 37px;
}

.feature-card__icon-img {
	height: 100%;
	object-position: center center;
	object-fit: contain;
}

.feature-card__title {
	font-weight: 500;
}

.feature-card__description {
	font-size: 15px;
	line-height: 19px;
	margin-top: 15px;
}

.section-splitter_first .overview {
	padding: 65px 0 0;
}

.overview__block {
	position: relative;
	background-color: #fdfdfd;
	box-shadow: 0 0 45px rgba(0, 0, 0, .05);
	margin: -100px -50px 0;
	top: 100px;
	padding: 50px;
}

.outro {
	background: url(../img/outro_bg_img.png) calc(50% - 400px) calc(100% + 120px) no-repeat;
	padding: 140px 0 120px;
}

.outro__header {
	margin-bottom: 90px;
}

.outro-images {
	display: flex;
	justify-content: center;
}

.outro-images__item {
	flex-shrink: 0;
	position: relative;
	width: auto;
}

.outro-images__item:first-child {
	padding-top: 160px;
}

.outro-images__item:nth-of-type(2) {
	margin: 0 -270px;
	z-index: 2;
}

.outro-images__item:last-child {
	padding-top: 15px;
}

.outro-images__item:first-child .framed-img {
	background-color: #fff4f4;
}

.outro-images__item:last-child .framed-img {
	background-color: #def4f4;
}

.outro-images__item-img {
	max-width: 560px;
}

.outro-images__item:nth-of-type(2) .outro-images__item-img {
	max-width: 650px;
}

.outro__download {
	text-align: center;
}

.outro-images + .outro__download {
	position: relative;
	margin: -160px 0 80px;
	z-index: 2;
}

@media (max-width: 1229px) {
	.intro {
		padding: 180px 0 120px;
	}

	.intro__title {
		font-size: 68px;
		line-height: 76px;
		padding-right: 60px;
	}

	.intro__description {
		margin-top: 35px;
	}

	.intro__download {
		margin-top: 35px;
	}

	.intro__img {
		margin-right: -15px;
		margin-left: -15px;
	}

	.section-splitter_first .features {
		padding: 120px 0 45px;
	}

	.feature-card {
		text-align: center;
	}

	.feature-card__icon {
		width: 100px;
		height: 100px;
		margin: 0 auto;
		padding: 26px;
	}

	.feature-card__info {
		margin-top: 15px;
	}

	.section-splitter_first .overview {
		padding: 45px 0 0;
	}

	.outro {
		padding: 120px 0 100px;
	}

	.outro__header {
		margin-bottom: 60px;
	}

	.outro-images__item-img {
		max-width: 480px;
	}

	.outro-images__item:nth-of-type(2) .outro-images__item-img {
		max-width: 540px;
	}	
}

@media (min-width: 1230px) {
	.feature-card {
		display: flex;
	}

	.feature-card__icon {
		flex-shrink: 0;
		margin-right: 30px;
	}

	.feature-card__info {
		padding-top: 20px;
	}

	.overview__right {
		padding-left: 45px;
	}
}

.footer {
	font-family: "Roboto", sans-serif;
	font-weight: 400;
	background-color: #f57921;
	color: #fff;
	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;
	}	
}
