/* 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: "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/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/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: "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;
}

.img_unclickable {
	pointer-events: none;
}

.logo {
	display: block;
	max-width: 169px;
}

.download-button {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	position: relative;
	width: 100%;
	max-width: 420px;
	font-family: "Montserrat", sans-serif;
	font-size: 22px;
	font-weight: 900;	
	background: linear-gradient(to right, #0a75d6, #114785);
	color: #fff;
	border-radius: 6px;
	overflow: hidden;
	letter-spacing: .04em;
	text-align: center;
	text-transform: uppercase;
	padding: 29px 15px;
	transition: .2s;
	cursor: pointer;
	z-index: 1;	
}

.download-button:before {
	position: absolute;
	width: 100%;
	height: 100%;
	content: "";
	background: linear-gradient(to right, #0c82f0, #15559e);
	opacity: 0;
	top: 0;
	left: 0;
	transition: .2s;
	z-index: -1;
}

.download-button:hover:before,
.download-button:focus:before {
	opacity: .5;
}

.download-button:active:before {
	opacity: 1;
}

.download-counter {
	display: block;
}

.download-counter span {
	font-weight: 900;
}

.rating {
	text-align: center;
}

.rating__label,
.rating__grade {
	display: block;
}

.rating__label {
	font-size: 20px;
	margin-bottom: 8px;
}

.rating__grade {
	font-size: 72px;
	font-weight: 900;
	letter-spacing: .025em;
}

.rating__stars {
	display: inline-block;
}

.rating__stars:not(:first-child) {
	margin-top: 10px;
}

.rating__stars-container {
	position: relative;
	margin: 0 -6px;
}

.rating__stars-items {
	display: flex;
}

.rating__stars-items_fill {
	position: absolute;
	overflow: hidden;
	top: 0;
	left: 0;
}

.rating__stars-item {
	box-sizing: content-box;
	flex-shrink: 0;
	width: 32px;
	height: 32px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	padding: 0 6px;
}

.rating__stars-items_empty .rating__stars-item {
	background-image: url("data:image/svg+xml, <svg xmlns='http://www.w3.org/2000/svg' width='100%' height='100%' viewBox='0 0 16 16' fill='%239c9c9c'><path d='m 10.248393,6.1445859 c -0.176773,0 -0.3644206,-0.136431 -0.4191821,-0.304537 L 8.0989449,0.51510405 c -0.054761,-0.16814536 -0.1431285,-0.16814536 -0.19789,0 L 6.1711033,5.8400489 c -0.054762,0.1681455 -0.242408,0.304537 -0.4191815,0.304537 H 0.15285429 c -0.17677327,0 -0.20431161,0.084231 -0.06118317,0.1883165 L 4.6211563,9.6233596 c 0.1431284,0.104086 0.2148699,0.324708 0.1601084,0.4928534 l -1.7299119,5.32463 c -0.054762,0.168146 0.01698,0.220307 0.1601085,0.11626 l 4.5294851,-3.290457 c 0.1431285,-0.104086 0.3750175,-0.104086 0.518146,0 l 4.5294856,3.290772 c 0.143128,0.104087 0.21487,0.05189 0.160108,-0.116259 l -1.729951,-5.32463 c -0.05476,-0.1681464 0.01698,-0.3887684 0.160109,-0.4928544 l 4.529485,-3.2904567 c 0.143128,-0.1040865 0.11559,-0.1883165 -0.06118,-0.1883165 h -5.598753 z'></path></svg>");
}

.rating__stars-items_fill .rating__stars-item {
	background-image: url("data:image/svg+xml, <svg xmlns='http://www.w3.org/2000/svg' width='100%' height='100%' viewBox='0 0 16 16' fill='%23f6b03b'><path d='m 10.248393,6.1445859 c -0.176773,0 -0.3644206,-0.136431 -0.4191821,-0.304537 L 8.0989449,0.51510405 c -0.054761,-0.16814536 -0.1431285,-0.16814536 -0.19789,0 L 6.1711033,5.8400489 c -0.054762,0.1681455 -0.242408,0.304537 -0.4191815,0.304537 H 0.15285429 c -0.17677327,0 -0.20431161,0.084231 -0.06118317,0.1883165 L 4.6211563,9.6233596 c 0.1431284,0.104086 0.2148699,0.324708 0.1601084,0.4928534 l -1.7299119,5.32463 c -0.054762,0.168146 0.01698,0.220307 0.1601085,0.11626 l 4.5294851,-3.290457 c 0.1431285,-0.104086 0.3750175,-0.104086 0.518146,0 l 4.5294856,3.290772 c 0.143128,0.104087 0.21487,0.05189 0.160108,-0.116259 l -1.729951,-5.32463 c -0.05476,-0.1681464 0.01698,-0.3887684 0.160109,-0.4928544 l 4.529485,-3.2904567 c 0.143128,-0.1040865 0.11559,-0.1883165 -0.06118,-0.1883165 h -5.598753 z'></path></svg>");
}

.slider {
	position: relative;
}

.slider__grid {
	justify-content: center;
}

.slider__grid-col {
	position: relative;
}

.slider__items {
	background-color: #fff;
	border: 1px solid #000;
	overflow: hidden;	
}

.slider__items.slick-dotted {
	margin: 0;
}

.slider-item__img {
	position: relative;
	max-height: 490px;
}

.slider-item__img:after {
	display: table;
	content: "";
	padding-bottom: 80%;
}

.slider-item__img-img {
	position: absolute;
	height: 100%;
	object-position: left top;
	object-fit: cover;
	top: 0;
	left: 0;
}

.slider__control {
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: absolute;
	width: calc(100% - 30px + 240px);
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.slider__items.slick-dotted + .slider__control {
	top: calc(50% - 25px);
}

.slider__control .slick-arrow {
	position: relative;
	width: 80px;
	height: 80px;
	background-color: #fff;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 50%;	
	color: inherit;
	border-radius: 100%;
	opacity: 1;
	top: auto;
	right: auto;
	left: auto;
	transform: none;
	transition: .2s;
}

.slider__control .slick-arrow:before {
	display: none;
}

.slider__control .slick-arrow:hover,
.slider__control .slick-arrow:focus {
	opacity: .8;
}

.slider__control .slick-arrow:active {
	opacity: .6;
}

.slider__control .slick-arrow.slick-disabled {
	opacity: .25;
	cursor: default;
}

.slider__control .slick-prev {
	background-image: url("data:image/svg+xml, <svg xmlns='http://www.w3.org/2000/svg' width='100%' height='100%' viewBox='0 0 16 16' fill='%23000'><path d='m 11.295412,-1.9999291e-7 c 0.148951,0 0.297861,0.0565039899929 0.411995,0.17064583999291 l 0.825136,0.82513597 c 0.228269,0.22826479 0.228269,0.59571089 0,0.82399609 L 6.3514413,7.9997239 12.532543,14.180841 c 0.228269,0.228265 0.228269,0.595711 0,0.823981 l -0.825136,0.823994 c -0.228269,0.228246 -0.595721,0.228246 -0.823991,0 L 4.2914523,9.2357301 3.4674562,8.411734 c -0.2282686,-0.2282686 -0.2282686,-0.5957354 0,-0.8240013 L 4.2914523,6.7637321 10.883416,0.17064489 C 10.997554,0.05650304 11.14646,-9.5589921e-7 11.295412,-1.9999291e-7 Z'></path></svg>");
}

.slider__control .slick-next {
	background-image: url("data:image/svg+xml, <svg xmlns='http://www.w3.org/2000/svg' width='100%' height='100%' viewBox='0 0 16 16' fill='%23000'><path d='m 4.7045875,-1.9999291e-7 c -0.148951,0 -0.297861,0.0565039899929 -0.411995,0.17064583999291 l -0.825136,0.82513597 c -0.228269,0.22826479 -0.228269,0.59571089 0,0.82399609 L 9.6485582,7.9997239 3.4674565,14.180841 c -0.228269,0.228265 -0.228269,0.595711 0,0.823981 l 0.825136,0.823994 c 0.228269,0.228246 0.595721,0.228246 0.823991,0 L 11.708547,9.2357301 12.532543,8.411734 c 0.228269,-0.2282686 0.228269,-0.5957354 0,-0.8240013 L 11.708547,6.7637321 5.1165835,0.17064489 C 5.0024455,0.05650304 4.8535395,-9.5589921e-7 4.7045875,-1.9999291e-7 Z'></path></svg>");
}

.slider__nav {
	margin-top: 40px;
}

.slider__nav .slick-dots {
	display: flex;
	justify-content: center;
	position: relative;
	width: auto;
	bottom: 0;
}

.slider__nav .slick-dots li {
	width: auto;
	height: auto;
	margin: 0;
}

.slider__nav .slick-dots li:not(:last-child) {
	margin-right: 9px;
}

.slider__nav .slick-dots li button {
	position: relative;
	width: 10px;
	height: 10px;
	background-color: #cfcfcf;
	border-radius: 100%;
	overflow: hidden;
}

.slider__nav .slick-dots li button:before {
	display: none;
}

.slider__nav .slick-dots li button:after {
	position: absolute;
	width: 100%;
	height: 100%;
	content: "";
	background-color: #e84543;
	opacity: 0;
	top: 0;
	left: 0;
	transition: .2s;
}

.slider__nav .slick-dots li:not(.slick-active) button:hover:after,
.slider__nav .slick-dots li:not(.slick-active) button:focus:after {
	opacity: .25;
}

.slider__nav .slick-dots li:not(.slick-active) button:active:after {
	opacity: .5;
}

.slider__nav .slick-dots li.slick-active button:after {
	opacity: 1;
}

.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 ol:not(:last-child), .text ul:not(:last-child), .text p:not(:last-child) {
		margin-bottom: 20px;
	}

	.logo {
		max-width: 120px;
	}

	.download-button {
		max-width: 360px;
		font-size: 18px;
		padding: 26px 15px;
	}

	.rating__label {
		font-size: 18px;
	}

	.rating__grade {
		font-size: 64px;
	}

	.rating__stars:not(:first-child) {
		margin-top: 5px;
	}

	.rating__stars-container {
		margin: 0 -4px;
	}

	.rating__stars-item {
		width: 28px;
		height: 28px;
		padding: 0 4px;
	}	

	.slider-item__img {
		max-height: 440px;
	}

	.slider__control {
		width: calc(100% - 30px + 200px);
	}

	.slider__items.slick-dotted + .slider__control {
		top: calc(50% - 20px);
	}

	.slider__control .slick-arrow {
		width: 60px;
		height: 60px;
	}

	.slider__nav {
		margin-top: 30px;
	}

	.slider__nav .slick-dots li:not(:last-child) {
		margin-right: 7px;
	}	

	.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: #f3f3f3;
    contain: paint;
    margin: 0 auto;
}

.header {
	position: sticky;
	height: 130px;
	font-family: "Brutal Type", sans-serif;
	font-weight: 400;
	background-color: #fff;
	top: 0;
	transition: .2s;
	z-index: 3;
}

.header__container,
.header__grid {
	height: 100%;
}

.header__grid {
	justify-content: space-between;
	align-items: center;
}

.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__download {
	text-align: right;
}

.header__button {
	display: inline-block;
	font-family: "Roboto", sans-serif;
	font-size: 16px;
	font-weight: 700;
	background-color: #0d5eae;
	color: #fff;
	border-radius: 4px;
	text-align: center;
	text-transform: uppercase;
	padding: 7px 18px;
	cursor: pointer;
	transition: .2s;
}

.header__button:hover,
.header__button:focus {
	background-color: #0d64ba;
}

.header__button:active {
	background-color: #0e6ac7;
}

@media (max-width: 1229px) {
	.header {
		height: 120px;
	}

	.header__logo {
		max-width: 48px;
	}

	.header__nav-item:not(:last-child) {
		margin-right: 35px;
	}
	
	.header__button {
		font-size: 14px;
		padding: 7px 14px 6px;
	}
}

.content {
	flex-grow: 1;
}

.section {
	padding: 120px 0;
}

.section__header {
	text-align: center;
	margin-bottom: 90px;
}

.section__title {
	font-family: "Brutal Type", sans-serif;
	font-size: 48px;
	line-height: 56px;	
}

.section__download {
	margin-top: 65px;
}

.section_inverse {
	background-color: #1f1f1f;
	color: #fff;
}

@media (max-width: 1229px) {
	.section {
		padding: 90px 0;
	}

	.section__header {
		margin-bottom: 75px;
	}

	.section__title {
		font-size: 36px;
		line-height: 44px;
	}

	.section__download {
		margin-top: 50px;
	}
}

.intro {
	background: url(../img/intro_bg.jpg) center center no-repeat;
	background-size: cover;
	text-align: center;
	padding: 145px 0 240px;
}

.intro__info {
	max-width: 600px;
	margin: 0 auto;
}

.intro__title {
	font-family: "Montserrat", sans-serif;
	font-size: 112px;
	font-weight: 900;
	letter-spacing: .025em;
	line-height: 116px;
	text-transform: uppercase;
}

.intro__download {
	margin-top: 45px;
}

.intro__download-counter {
	font-size: 28px;
}

.intro__download-counter:not(:last-child) {
	margin-bottom: 70px;
}

.overview {
	text-align: center;
}

.overview__info {
	margin-top: 100px;
}

.features {
	padding-top: 80px;
}

.features__header {
	margin-bottom: 70px;
}

.features-cards {
	position: relative;
	border-radius: 10px;
	box-shadow: 0 6px 18px rgba(0, 0, 0, .1);
	overflow: hidden;
	z-index: 1;
}

.features-cards__grid {
	margin: 0;
}

.features-cards__grid-col {
	padding: 0;
}

.feature-card {
	height: 100%;
	background-color: #fff;
	padding: 70px 30px;
}

.features-cards__grid-col:nth-child(even) .feature-card {
	background-color: #fafafa;
}

.feature-card__icon {
	display: flex;
	justify-content: center;
	align-items: center;	
	width: 64px;
	height: 64px;
	pointer-events: none;
}

.feature-card__icon-img {
	width: auto;
	max-width: 64px;
	max-height: 64px;
}

.feature-card__title {
	font-weight: 500;
}

.feature-card__description {
	font-size: 15px;
	color: #5a5a5a;
	line-height: 17px;
	margin-top: 15px;
}

.reviews {
	background: url(../img/reviews_bg.jpg) center center no-repeat;
  	background-size: cover;	
	padding: 210px 0 110px;
}

.features + .reviews {
	margin-top: -190px;
}

.reviews-app__header {
	margin-bottom: 30px;
}

.reviews-app__title {
	font-family: "Brutal Type", sans-serif;
	font-size: 35px;
	font-weight: 700;
	line-height: 43px;
}

.reviews-app__text {
	margin-right: -15px;
}

.reviews-app__download {
	margin-top: 50px;
}

.reviews__app + .reviews__cards {
	margin-top: 140px;
}

.review-card {
	display: flex;
	flex-direction: column;
	height: 100%;
	background-color: rgba(21, 21, 21, .45);
	color: #fff;
	border: 1px solid #419aff;
	padding: 25px 40px;
}

.review-card__author {
	font-size: 23px;
	font-weight: 700;
	line-height: 27px;
}

.review-card__text {
	flex-grow: 1;
	font-size: 12px;
	line-height: 14px;
	margin-top: 25px;
}

.review-card__time {
	font-size: 11px;
	color: #9c9c9c;
	margin-top: 20px;
}

@media (max-width: 1229px) {
	.intro {
		padding: 130px 0 200px;
	}

	.intro__title {
		font-size: 90px;
		line-height: 94px;
	}

	.intro__download {
		margin-top: 30px;
	}

	.intro__download-counter {
		font-size: 22px;
	}	

	.intro__download-counter:not(:last-child) {
		margin-bottom: 50px;
	}

	.overview__info {
		margin-top: 75px;
	}

	.features {
		padding-top: 60px;
	}

	.features__header {
		margin-bottom: 60px;
	}

	.feature-card {
		text-align: center;
		padding: 50px 30px;
	}

	.feature-card__icon {
		width: 48px;
		height: 48px;
		margin: 0 auto 15px;
	}
	
	.feature-card__icon-img {
		max-width: 100%;
		max-height: 100%;
	}	

	.feature-card__description {
		font-size: 13px;
		line-height: 15px;
		margin-top: 10px;
		padding: 0 10px;
	}

	.reviews {
		padding: 160px 0 90px;
	}

	.features + .reviews {
		margin-top: -140px;
	}	

	.reviews-app__header {
		margin-bottom: 20px;
	}	

	.reviews-app__title {
		font-size: 28px;
		line-height: 36px;
	}

	.reviews-app__download {
		margin-top: 40px;
	}

	.reviews__app + .reviews__cards {
		margin-top: 120px;
	}	

	.review-card {
		padding: 30px 25px;
	}

	.review-card__author {
		font-size: 20px;
		line-height: 24px;
	}
	
	.review-card__text {
		margin-top: 15px;
	}
	
	.review-card__time {
		font-size: 10px;
		margin-top: 15px;
	}	
}

@media (min-width: 1230px) {
	.feature-card {
		display: flex;
	}

	.feature-card__icon {
		flex-shrink: 0;
		margin: 5px 30px 0 0;
	}
}

.footer {
	font-family: "Roboto", sans-serif;
	font-weight: 400;
	background-color: #141414;
	color: #666;
	text-align: center;
	padding: 50px 0;
}

.footer__text {
	line-height: 24px;
}	

.footer__text p:not(:last-child) {
	margin-bottom: 8px;
}

@media (max-width: 1229px) { 
	.footer {
		font-size: 14px;
		padding: 40px 0;
	}

	.footer__text p:not(:last-child) {
		margin-bottom: 5px;
	}	
}

@media (min-width: 1230px) {
	.footer {
		font-size: 16px;
	}	
}
