/* 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/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/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;
}

@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: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: 35px;
}

.img_unclickable {
	user-select: none;
	pointer-events: none;
}

.svg-icon {
    position: relative;
    width: 100%;
    height: 100%;
    fill: currentColor;
    vertical-align: top;
}

.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: #83bd11 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 -4px 0 rgba(0, 0, 0, .6),
				inset 0 10px 20px 15px rgba(162, 234, 21, .5),
				0 2px 6px rgba(0, 0, 0, .55),
				0 12px 16px rgba(0, 0, 0, .35);
	text-align: center;
	padding: 28px 15px 35px;
	transition: .2s;
	cursor: pointer;
	z-index: 1;
}

.download-button:before {
	position: absolute;
	width: 100%;
	height: calc(100% - 4px);
	content: "";
	background-color: #a2ea15;
	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;
}

.slider__items {
	background-color: #fff;
	border: 1px solid #a1a1a1;
	border-radius: 5px;
	box-shadow: 0 10px 40px rgba(0, 0, 0, .25);
	overflow: hidden;
}

.slider__items .slick-list,
.slider__items .slick-track,
.slider__item {
	height: 100%;
}

.slider-item__img {
	position: relative;
	padding-bottom: 57%;
}

.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: center;
	margin-top: 25px;
}

.slider__control .slick-arrow {
	position: relative;
	width: 32px;
	height: 32px;
	color: inherit;
	top: auto;
	right: auto;
	left: auto;
	transform: none;
	transition: .2s;
}

.slider__control .slick-arrow:before {
	display: none;
}

.slider__control .slick-arrow:not(:last-child) {
	margin-right: 60px;
}

.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: .4;
	cursor: default;
}

.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: 26px 15px 33px;
	}

	.slider-item__img {
		position: relative;
		padding-bottom: 62%;
	}		

	.slider__control .slick-arrow {
		width: 28px;
		height: 28px
	}

	.slider__control .slick-arrow:not(:last-child) {
		margin-right: 45px;
	}

	.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: 68px;
}

.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: #86c211;
	color: #fff;
	border-radius: 3px;
	text-align: center;
	text-transform: uppercase;
	padding: 9px 18px 7px;
	cursor: pointer;
	transition: .2s;
}

.header__button:hover,
.header__button:focus {
	background-color: #8dcc12;
}

.header__button:active {
	background-color: #93d413;
}

.header_fixed {
	background-color: #fff;
}

@media (max-width: 1229px) {
	.header {
		height: 120px;
		margin-bottom: -120px;
	}

	.header__logo {
		max-width: 48px;
	}

	.header__button {
		font-size: 16px;
		padding: 8px 15px;
	}
}

.content {
	flex-grow: 1;
}

.section-splitter_one {
	background-color: #f7f7f7;
}

.section {
	padding: 120px 0 160px;
}

.content > .section:not(.intro):first-child,
.section-splitter:first-child .section:not(.intro):first-child {
	padding-top: 255px;
}

.section-splitter_one .section:first-child {
	padding-bottom: 100px;
}

.section-splitter_one .section:last-child {
	padding-top: 100px;
}

.section__header {
	margin-bottom: 90px;
}

.section__title {
	font-family: "Brutal Type", sans-serif;
	font-size: 46px;
	line-height: 54px;		
}

.section__description {
	margin-top: 40px;
}

.section__download {
	margin-top: 45px;
}

@media (max-width: 1229px) {
	.section {
		padding: 80px 0 100px;
	}

	.content > .section:not(.intro):first-child,
	.section-splitter:first-child .section:not(.intro):first-child {
		padding-top: 200px;
	}

	.section-splitter_one .section:first-child {
		padding-bottom: 60px;
	}

	.section-splitter_one .section:last-child {
		padding-top: 60px;
	}	
 
	.section__header {
		margin-bottom: 75px;
	}	

	.section__title {
		font-size: 36px;
		line-height: 44px;
	}

	.section__description {
		margin-top: 25px;
	}
}

.intro {
	padding: 200px 0 180px;
}

.intro__title {
	font-family: "Montserrat", sans-serif;
	font-size: 70px;
	font-weight: 800;
	line-height: 78px;	
	text-transform: uppercase;
}

.intro__title span {
	display: block;
	font-size: 55px;
	font-weight: 400;
	line-height: 63px;
}

.intro__title span span {
	font-weight: 700;
}

.intro__description {
	margin-top: 25px;
	padding-right: 170px;
}

.intro__download {
	margin-top: 55px;
}

.intro__img {
	max-width: 919px;
	margin: 10px -190px -100px -160px;
}

.features__header {
	margin-bottom: 110px;
}

.feature-card__icon {
	width: 125px;
	height: 125px;
	border: 2px solid #96be0e;
	border-radius: 10px;
	pointer-events: none;
	padding: 35px;
}

.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;
	color: #5a5a5a;
	line-height: 19px;
	margin-top: 15px;
}

.functional__part_left {
	padding-top: 10px;
}

.functional__part_right {
	padding-left: 50px;
}

.outro {
	background-color: #f2f2f2;
	padding-bottom: 140px;
}

.outro-images {
	position: relative;
}

.outro-images__item {
	position: relative;
	box-shadow: 0 10px 40px rgba(0, 0, 0, .35);
	z-index: 1;
}

.outro__download {
	text-align: center;
}

@media (max-width: 1229px) {
	.intro {
		padding: 180px 0 150px;
	}

	.intro__title {
		font-size: 60px;
		line-height: 68px;
	}

	.intro__title span {
		font-size: 48px;
		line-height: 56px;
	}

	.intro__description {
		padding-right: 50px;
	}

	.intro__download {
		margin-top: 50px;
	}

	.intro__img {
		margin: 70px -100px -50px -60px;
	}

	.features__header {
		margin-bottom: 90px;
	}

	.feature-card {
		text-align: center;
	}

	.feature-card__icon {
		display: inline-block;
		width: 100px;
		height: 100px;
		margin-bottom: 15px;
		padding: 24px;
	}

	.functional {
		padding-bottom: 140px;
	}

	.functional__part_right {
		padding-left: 30px;
	}	

	.outro {
		text-align: center;
		padding-bottom: 120px;
	}

	.outro__header {
		margin-bottom: 60px;
	}

	.outro-images__item {
		height: 100%;
	}

	.outro-images__item-img {
		height: 100%;
		object-position: left top;
		object-fit: cover;
	}
}

@media (min-width: 1230px) {
	.intro__description {
		font-size: 16px;
	}

	.feature-card {
		display: flex;
	}

	.feature-card__icon {
		flex-shrink: 0;
		margin-right: 40px;
	}	

	.outro-images {
		position: relative;
	}

	.outro-images__grid {
		display: block;
		margin: 0
	}

	.outro-images__col {
		width: auto;
		padding: 0;
	}

	.outro-images__item_left,
	.outro-images__item_right {
		position: absolute;
	}

	.outro-images__item_left {
		max-width: 494px;
		bottom: 100px;
		left: -310px;
	}

	.outro-images__item_center {
		max-width: 875px;
		margin: 0 auto;
	}

	.outro-images__item_right {
		max-width: 585px;
		top: -220px;
		right: -280px;
	}

	.outro__images + .outro__download {
		margin-top: -30px;
	}		
}

.footer {
	font-weight: 400;
	background-color: #222;
	color: #666;
	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;
	}	
}
