/* 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: "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/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/MontserratRegular/MontserratRegular.eot");
    src: url("../fonts/Montserrat/MontserratRegular/MontserratRegular.eot?#iefix") format("embedded-opentype"),
         url("../fonts/Montserrat/MontserratRegular/MontserratRegular.woff") format("woff"),
         url("../fonts/Montserrat/MontserratRegular/MontserratRegular.ttf") format("truetype");
    font-style: normal;
    font-weight: 400;
}

@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: 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__header {
	margin-bottom: 45px;
}

.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: #306fca linear-gradient(to bottom, transparent 46%, rgba(0, 0, 0, .15) 56%, rgba(0, 0, 0, .15) 100%);
	color: #fff;
	border-radius: 42px;
	box-shadow: inset 0 -6px 0 rgba(0, 0, 0, .2),
				inset 0 10px 20px 10px rgba(73, 170, 255, .9),
				0 0 35px rgba(106, 185, 255, .45),
				0 3px 0 rgba(0, 0, 0, .75),
				0 7px 7px rgba(0, 0, 0, .35),
				0 14px 21px rgba(0, 0, 0, .3);
	text-align: center;
	padding: 32px 15px 39px;
	transition: .2s;
	cursor: pointer;
	z-index: 1;
}

.download-button:before {
	position: absolute;
	width: 100%;
	height: calc(100% - 6px);
	content: "";
	background-color: #0079e3;
	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 -15px -30px;
}

.gallery__col {
	margin-bottom: 30px;
	padding: 0 15px;
}

.gallery__item {
	position: relative;
	background-color: #7e7e7e;
	border: 1px solid #7e7e7e;
	box-shadow: 0 10px 40px rgba(0, 0, 0, .35);
	overflow: hidden;
	padding-bottom: 68%;
}

a.gallery__item {
	display: block;
}

.gallery__item-img {
	position: absolute;
	height: 100%;
	object-position: left top;
	object-fit: cover;
}

.gallery__item_thumb {
	padding-bottom: 55%;
}

.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;
	}

	.text-block__header {
		margin-bottom: 30px;
	}

	.download-button {
		max-width: 360px;
		font-size: 20px;
		padding: 27px 15px 36px;
	}	

	.gallery__grid {
		margin: 0 -7.5px -15px;
	}

	.gallery__col {
		margin-bottom: 15px;
		padding: 0 7.5px;
	}			

	.gallery__item {
		padding-bottom: 60%;
	}	

	.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: #fff;
    margin: 0 auto;
}

.header {
	position: sticky;
	height: 135px;
	font-family: "Brutal Type", sans-serif;
	font-weight: 400;
	top: 0;
	margin-bottom: -135px;
	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: 80px;
}

.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: 70px;
}

.header__button {
	display: inline-block;
	font-family: "Brutal Type", sans-serif;
	font-size: 18px;
	font-weight: 400;
	background-color: #2e6ac2;
	color: #fff;
	border-radius: 20px;
	text-align: center;
	text-transform: uppercase;
	padding: 9px 20px;
	cursor: pointer;
	transition: .2s;
}

.header__button:hover,
.header__button:focus {
	background-color: #295fad;
}

.header__button:active {
	background-color: #245399;
}

.header:not(.header_fixed) {
	color: #fff;
}

.header_fixed {
	background-color: #fff;
}

@media (max-width: 1229px) {
	.header {
		height: 120px;
		margin-bottom: -120px;
	}

	.header__logo {
		max-width: 48px;
	}

	.header__nav-item:not(:last-child) {
		margin-right: 45px;
	}

	.header__button {
		font-size: 16px;
		padding: 8px 15px;
	}
}

.content {
	flex-grow: 1;
}

.section-splitter_one {
	background: #525252 url(../img/section_splitter_one_bg.png) center 15px no-repeat;
	color: #fff;
}

.section {
	padding: 80px 0;
}

.content > .section:not(.intro):first-child,
.section-splitter .section:not(.intro):first-child {
	padding-top: 215px;
}

.section-splitter_one .section:last-child {
	padding-bottom: 60px;
}

.section__header {
	text-align: center;
	margin-bottom: 90px;
}

.section__title {
	font-family: "Brutal Type", sans-serif;
	font-size: 48px;
	line-height: 56px;		
}

.section__description {
	margin-top: 40px;
}

.section__download {
	margin-top: 70px;
}

@media (max-width: 1229px) {
	.section {
		padding: 60px 0;
	}

	.content > .section:not(.intro):first-child,
	.section-splitter .section:not(.intro):first-child {
		padding-top: 180px;
	}	

	.section__header {
		margin-bottom: 60px;
	}	

	.section__title {
		font-size: 36px;
		line-height: 44px;
	}

	.section__description {
		margin-top: 25px;
	}

	.section__download {
		margin-top: 45px;
	}	
}

.intro {
	padding: 240px 0 90px;
}

.intro__title {
	font-family: "Montserrat", sans-serif;
	font-size: 84px;
	font-weight: 900;
	letter-spacing: .08em;
	line-height: 92px;	
}

.intro__title span {
	display: block;
	font-size: 40px;
	font-weight: 400;
	line-height: 48px;
	text-transform: uppercase;
}

.intro__description {
	margin-top: 35px;
	padding-right: 30px;
}

.intro__img {
	max-width: 859px;
	margin: 0 -240px 0 -30px;
}

.capability-card {
	display: flex;
	flex-direction: column;
	position: relative;
	height: 100%;
	background-color: #fff;
	color: #1c1c1c;
	box-shadow: 0 5px 0 rgba(0, 0, 0, .75);
	text-align: center;
	overflow: hidden;
	padding: 30px 0;
	z-index: 1;
}

.capability-card:before {
	position: absolute;
	width: 200px;
	height: 200px;
	content: "";
	background-color: #d35541;
	border: 15px solid #555454;
	border-radius: 100%;
	top: -125px;
	left: -140px;	
}

.capabilities__cards-col:nth-child(4n+2) .capability-card:before {
	top: auto;
	bottom: -125px;
	left: -140px;	
}

.capabilities__cards-col:nth-child(4n+3) .capability-card:before {
	top: -125px;
	right: -140px;	
	left: auto;
}

.capabilities__cards-col:nth-child(4n+4) .capability-card:before {
	top: auto;
	right: -140px;	
	bottom: -125px;
	left: auto;
}

.capability-card__info {
	margin-bottom: 15px;
	padding: 0 40px;
	z-index: 1;
}

.capability-card__title {
	font-family: "Roboto", sans-serif;
	font-size: 26px;
	font-weight: 500;
	line-height: 30px;
}

.capability-card__img {
	position: relative;
	margin-top: auto;
	padding-bottom: 60%;
	z-index: -1;
}

.capability-card__img-img {
	position: absolute;
	height: 100%;
	object-position: center bottom;
	object-fit: contain;
}

.outro {
	background: url(../img/outro_bg.png) center bottom no-repeat;
	text-align: center;
	padding: 160px 0 120px;
}

.outro__description {
	font-family: "Roboto", sans-serif;
	font-size: 28px;
	font-weight: 300;
	line-height: 32px;
	margin-top: 55px;
}

.outro-app {
	display: inline-flex;
	align-items: center;
}

.outro-app__icon {
	flex: 0 0 auto;
	max-width: 256px;
	margin-right: 65px;
}

.outro-app__rating {
	text-align: left;
}

.outro-app__rating-value {
	display: inline-flex;
	align-items: center;
	font-size: 63px;
	font-weight: 700;
}

.outro-app__rating-value:before {
	font-family: "FontAwesome";
	font-size: 32px;
	content:  "\f005";
	color: #ffb400;
	margin-right: 20px;
}

.outro-app__rating-grades {
	display: block;
	font-size: 30px;
	font-weight: 300;
	color: #5f5f5f;
	margin-top: 25px;
}

@media (max-width: 1229px) {
	.intro {
		padding: 180px 0 60px;
	}

	.intro__title {
		font-size: 64px;
		line-height: 72px;
	}

	.intro__title span {
		font-size: 32px;
		line-height: 40px;
	}

	.intro__description {
		padding-right: 60px;
	}

	.intro__img {
		margin: 60px -100px 0 -60px;
	}

	.overview__part_right {
		padding-left: 30px;
	}

	.capability-card:before {
		position: absolute;
		width: 150px;
		height: 150px;
		content: "";
		background-color: #d35541;
		border: 10px solid #555454;
		border-radius: 100%;
		top: -100px;
		left: -110px;	
	}	

	.capabilities__cards-col:nth-child(4n+2) .capability-card:before {
		bottom: -100px;
		left: -110px;	
	}

	.capabilities__cards-col:nth-child(4n+3) .capability-card:before {
		top: -100px;
		right: -110px;	
	}

	.capabilities__cards-col:nth-child(4n+4) .capability-card:before {
		right: -110px;	
		bottom: -100px;
	}

	.capability-card__info {
		padding: 0 30px;
	}

	.capability-card__title {
		font-size: 20px;
		line-height: 24px;
	}

	.outro {
		padding: 120px 0 90px;
	}

	.outro__description {
		font-size: 20px;
		line-height: 24px;
		margin-top: 45px;
	}

	.outro-app__icon {
		max-width: 180px;
		margin-right: 30px;
	}

	.outro-app__rating-value {
		font-size: 48px;
	}

	.outro-app__rating-value:before {
		font-size: 24px;
		margin-right: 15px;
	}

	.outro-app__rating-grades {
		font-size: 20px;
		margin-top: 15px;
	}	
}

@media (min-width: 1230px) {
	.intro__download {
		margin-top: 50px;
	}

	.overview__part_left {
		margin-right: -30px;
	}

	.overview__part_right {
		padding-right: 45px;
	}
}

.footer {
	font-weight: 400;
	background-color: #4d4d4d;
	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;
	}	
}
