@font-face {
	font-family: 'Museo Sans Cyrl 300';
	url('/fonts/MuseoSansCyrl_0.woff') format('woff');
	font-weight: 300;
	font-style: normal;
}
@font-face {
    font-family: 'Museo Sans Cyrl 300';
    font-style: normal;
    font-weight: normal;
    src: local('/fonts/MuseoSansCyrl_0.woff'), url('/fonts/MuseoSansCyrl_0.woff') format('woff');
}
@font-face {
    font-family: 'Museo Sans Cyrl 700';
    font-style: normal;
    font-weight: normal;
    src: local('/fonts/Museo Sans Cyrl 700.woff'), url('/fonts/MuseoSansCyrl_2.woff') format('woff');
}

.modal{
	display: none;
	box-sizing: border-box;
	padding:20px 40px;
	border: 2px solid #AEAEAE;
	width:500px;
}

.link-btn {
	margin-top: 25px;
    background-color: #19bc71;
    padding: 20px;
    font-size: 22px;
    color: #fff;
    font-weight: 600;
}

.exitblock {
	display:none;
	position:fixed;
	left:0;
	top:0;
	width:100%;
	height:100%;
	z-index: 100000000;
}
.exitblock .fon {
	background: #000000;
	opacity:.8;
	position:fixed;
	width:100%;
	height:100%;
}
.exitblock .modaltext {
	box-sizing: border-box;
	padding:20px 40px;
	border: 2px solid #AEAEAE;
	background: #F6FCFF;
	position:fixed;
	top:80px;
	left:50%;
	margin-left:-250px;
	width:500px;
	box-shadow: 0 4px 10px 2px rgba(0,0,0,0.5);
	z-index: 100000000;
}
.closeblock {
	cursor:pointer;
	position: fixed;
	line-height:60px;
	font-size:82px;
	transform: rotate(45deg);
	text-align:center;
	top:20px;
	right:30px;
	color: #ffffff;
}
.closeblock:hover {
	color: #e5e5e5;
}

/*input {*/
/*display: block;*/
/*width: 100%;*/
/*max-width: 460px;*/
/*padding: 11px 0 11px 10px;*/
/*margin-bottom: 0px;*/
/*border: 1px solid transparent;*/
/*border-radius: 5px;*/
/*height: 60px;*/
/*font-family: 'Museo Sans Cyrl 300';*/
/*font-size: 18px;*/
/*border-radius: 3px;*/
/*background: #EFEFEF no-repeat left 20px center;*/
/*z-index:9999;*/
/*}*/



.flex {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}

.i-flex {
	display: -webkit-inline-flex;
	display: -moz-inline-flex;
	display: -ms-inline-flex;
	display: -o-inline-flex;
	display: inline-flex;
}

.f-wrap {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.sb {
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.center {
	-webkit-justify-content: center;
	justify-content: center;
}

.sa {
	-webkit-justify-content: space-around;
	justify-content: space-around;
}

.ai-s {
	-webkit-align-items: flex-start;
	align-items: flex-start;
}

.ai-c {
	-webkit-align-items: center;
	align-items: center;
}

.ai-e {
	-webkit-align-items: flex-end;
	align-items: flex-end;
}

.fd-col {
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}


*{
	box-sizing: border-box;
}

html, body {
	font-family: 'Museo Sans Cyrl 300';
}

body {
	min-height: 100vh;
/*	background-image: url("img/main-bg.jpg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;*/
	color: #fff;
}
.container {
	max-width: 1170px;
	margin: 0 auto;
	padding: 0 15px;
}
h1 {
	font-size: 40px;
	line-height: 1.3;
	font-weight: 900;
	text-align: center;
	margin: 80px 0 0 0;
}
h1 span {
	color: #179d56;
}

h2 {
	color:#000000;
	font-weight: normal;
}

header {
	padding: 20px 0 0 0;
	z-index: 9999;
	position: relative;
}
.header-logo-title {

}
.header-logo-title a {

}
.header-logo-title p {
	font-size: 15px;
	font-weight: 400;
	padding: 0 0 0 30px;
}
.header-logo-title p span {
	font-size: 20px;
	font-weight: 400;
}
.header_contacts {
	text-align: left;
}
.header_contacts a {
	font-size: 28px;
	font-family: 'Museo Sans Cyrl 700';
	color: #fff;
	background-image: url("img/svg/002-technology.svg");
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 20px 20px;
	padding: 0 0 0 30px;
}
.header_contacts p {
	font-size: 14px;
	font-weight: 400;
	background-image: url("img/svg/001-signs.svg");
	background-position: left 3px center;
	background-repeat: no-repeat;
	background-size: 20px;
	padding: 5px 0 5px 30px;
}



.why-us {
	max-width: 680px;
	margin: 60px auto 0;
}
.why-us .col-50 {
	width: 40%;
	text-align: center;
}
.why-us .col-50 .title {
	display: inline-block;
	font-size: 22px;
	line-height: 46px;
	color: #179d56;
	font-weight: 900;
	font-family: 'Museo Sans Cyrl 700';
}



.why-us .col-50 .text {
	font-weight: 400;
	font-size: 16px;
	line-height: 22px;
}

.main-btn {
	width: 100%;
	max-width: 600px;
	margin: 50px auto 20px;
	display: block;
	text-align: center;
	padding: 23px 15px;
	background: #19bc71;
	border-radius: 4px;
	border-bottom: 3px solid #0da15d;
	position: relative;
}


.main-btn2 {
	width: 100%;
	max-width: 600px;
	margin: 50px auto 90px;
	display: block;
	text-align: center;
	padding: 23px 15px;
	background: #19bc71;
	border-radius: 4px;
	border-bottom: 3px solid #0da15d;
	position: relative;
}
.main-btn2:hover {
	background: #1cdd84;
}

main-btn {
	overflow: hidden;
}
main-btn:after {
	content: "";
	margin-left: 60px;
	width: 30px;
	height: 300px;
	background: #fff;
	-webkit-animation-delay: 0.05s;
	animation-delay: 0.05s;
	position: absolute;
	left: -40px;
	top: -150px;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
	-webkit-transition: all 0.1s;
	transition: all 0.1s;
	-webkit-animation-name: slideme;
	animation-name: slideme;
	-webkit-animation-duration: 3s;
	animation-duration: 3s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.main-btn:hover {
	background: #1cdd84;
}

.main-btn span {
	display: block;
	color: #fff;
}
.main-btn .main-naim {
	display: inline-block;
	margin-bottom: 5px;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 18px;
	/*line-height: 42px;*/
	background-image: url("img/svg/001-arrows-2.svg");
	background-position: right center;
	background-repeat: no-repeat;
	background-size: 12px;
	padding-right: 20px;
	position: relative;
}

.main-btn .main-naim:after {
	content: url("img/arrow.png");
	position: absolute;
	top: -135px;
	right: -140px;
}

.main-btn .sub-naim {
	font-weight: 400;

	font-size: 15px;
	/*line-height: 42px;*/
}

.our-works {
	padding: 20px 0 90px;
}

.our-works .title {
	text-align: center;
	overflow: hidden;
	margin-bottom: 30px;
}

.our-works .title span {
	display: inline-block;
	position: relative;
	font-size: 24px;
	font-weight: normal;
	padding: 0 25px;
	font-family: 'Museo Sans Cyrl 700';
}


.our-works .title span:before {
	left: 100%;
}

.our-works .title span:after {
	right: 100%;
}

.our-works .slider-container {
	padding: 0 65px;
}

.our-works .slick-slide {
	padding: 0 5px;
}

.our-works .slick-slide img {
	width: 100%;
	-webkit-transition: all 0.2s linear; -moz-transition: all 0.2s linear; -o-transition: all 0.2s linear; -ms-transition: all 0.2s linear; transition: all 0.2s linear;
}

.our-works .slick-slide img:hover {
	opacity: 0.9;
	-webkit-filter: brightness(110%); filter: brightness(110%);-webkit-transition: all 0.2s linear;-moz-transition: all 0.2s linear;-o-transition: all 0.2s linear;-ms-transition: all 0.2s linear;transition: all 0.2s linear;
}

.our-works .slick-arrow {
	display: block;
	width: 40px;
	height: 40px;
	background: none;
	border: 0;
	cursor: pointer;
	position: absolute;
	top: calc(50% - 20px);
	text-indent: -9999px;
}

.our-works .slick-prev {
	background: url("img/svg/003-interface.svg") no-repeat center;
	-webkit-background-size: 100% 100%;
	-o-background-size: 100% 100%;
	background-size: 100% 100%;
	left: -65px;
}

.our-works .slick-next {
	background: url("img/svg/001-fast-forward.svg") no-repeat center;
	-webkit-background-size: 100% 100%;
	-o-background-size: 100% 100%;
	background-size: 100% 100%;
	right: -65px;
}

body.fixed {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.main-btn{
	overflow: hidden;
	position: relative;
}
.main-btn:after {
	content: "";
	margin-left: 60px;
	width: 30px;
	height: 300px;
	background: #fff;
	-webkit-animation-delay: 0.05s;
	animation-delay: 0.05s;
	position: absolute;
	left: -40px;
	top: -150px;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
	-webkit-transition: all 0.1s;
	transition: all 0.1s;
	-webkit-animation-name: slideme;
	animation-name: slideme;
	-webkit-animation-duration: 3s;
	animation-duration: 3s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
@-webkit-keyframes slideme { 0% { left: -30px; margin-left: 0px; }
	30% { left: 110%; margin-left: 80px; }
	100% { left: 110%; margin-left: 80px; } }

@keyframes slideme { 0% { left: -30px; margin-left: 0px; }
	30% { left: 110%; margin-left: 80px; }
	100% { left: 110%; margin-left: 80px; } }

.block-left{
	float: left;
	width: 45%;
	margin-right: 60px;
}
.block-left p{
	margin-bottom: 20px;
}

.last-slide .step-slide__title{
	float: left;
}
.last-slide .step-slide__grid{
	padding-left: 0;
}


.is_overlay{ display: block; width: 100%; height: 100%; }
#trailer {
	position: fixed;
	top: 0; right: 0; bottom: 0; left: 0;
	overflow: hidden;
	z-index: 9;
}

#trailer > video {
	top: 0; left: 0;
	position: absolute;
	height: auto;
	min-width: 100%; 
	min-height: 100%;
}
.dark-bg {
	background: rgba(0,0,0,.7);
    z-index: 99999999;
    position: absolute;
    width: 100%;
    height: 100%;
}

#test{
	color: #000;
}
.mobile {
	display: none;
}

#test{width:100%;max-width:1170px;padding:0;overflow:hidden;}
#test .container{padding:0 29px !important;}
#form1 input{display:block;width:100%;max-width:460px;padding:11px 0 11px 10px;margin-bottom:0px;border:1px solid transparent;border-radius:5px;height:60px;font-family:'Museo Sans Cyrl 300';font-size:18px;border-radius:3px;background:#EFEFEF no-repeat left 20px center;z-index:9999;}
#form1 .main-btn2{width:100%;max-width:600px;margin:50px auto 90px;display:block;text-align:center;padding:23px 15px;background:#19bc71;border-radius:4px;border-bottom:3px solid #0da15d;position:relative;}
#form1 .main-btn2:hover{background:#1cdd84;}
#test .block-left{float:left;width:45%;margin-right:60px;}
.block-right{
	width: 100%;
	margin-top: 60px;
	text-align: center;
}
.last-slide .step-slide__title{float:left;}
#test .block-left p{margin-bottom:20px;}

@media screen and (max-width:1170px){#test{width:100%;height:auto!important;min-height:600px;}
.step-slide__grid{padding-left:0;}
}
@media screen and (max-width:800px){#test{overflow:auto;}
#test .block-left, #test .block-right{float:none;width:100%;}
.last-step-form__input{width:83%;}
}

@media (max-width: 1370px) {
	.logo img {
		width: 220px;
	}
	h1 {
    	font-size: 34px;
    	margin: 40px 0 0 0;
    }
    .main-btn {
    	padding: 17px 12px;
    	max-width: 560px;
    }
}
@media (max-width: 1220px) {
	#trailer > video {
		width: auto;
	}
}

@media (max-width: 767px) {
	.header-line__logo{margin:0 0 15px;}
.btn-next{margin:0;}
.step{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;}
.step-slide__title{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;text-align:center;}
.step-slide__title-counter{margin:0 0 10px;}
.step-slide__grid{padding:0;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;flex-wrap:wrap;}
.step-slide__discount{text-align:center;padding:30px 0 0;background-position:top center;margin-left:0;}
.pick-item{text-align:center;}
.pick-item__label{display:inline-block;}
.last-step-form{padding:0;}
#test .container{padding:0px !important;}
.last-slide .step-slide__title{float:none;}
.btn-next-container{width:87%;position:relative;padding-right:0;}
.last-step-form__label, .last-step-form__accept{text-align:center;}
.last-step-form__input, .last-step-form__button{margin-left:auto;margin-right:auto;}
.btn-next-container{display:-webkit-box;display:-ms-flexbox;display:none;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;}
    #trailer {
        background: url('../img/bg-img.jpg') center center / cover no-repeat;
    }
    .ai-c {
    	-webkit-flex-direction: column;
    	-moz-flex-direction: column;
    	-ms-flex-direction: column;
    	-o-flex-direction: column;
    	flex-direction: column;
    	text-align: center;
    }
    .header-logo-title p {
    	margin: 15px 0;
    }
    .header_contacts {
    	text-align: center;
    }
    h1 {
    	font-size: 25px;
	}
 
    #trailer video {
        display: none;
    }
}
@media (max-width: 420px) {
	.logo img {
	    width: 170px;
	}
	.header_contacts a {
    	font-size: 25px;
	}
	.header_contacts p {
    	font-size: 12px;
	}
	h1 {
    	font-size: 20px;
    	line-height: 1.2;
	}
	.why-us .col-50 .text {
    	font-size: 14px;
	}
	.main-btn .main-naim {
		font-size: 12px;
	}
	.mobile {
		display: block;
	}
	.desktop {
		display: none;
	}
	.main-btn {
		margin: 20px auto;
	}
}

@media screen and (max-width:480px){.container{padding:0 10px;}
#test{height:500px!important;}
.flex-btn{margin-left:0;justify-content:space-between;width:100%;}
.btn-next{font-size:14px;}
.btn-next-container{width:60%;}
.main-progress__text{width:94%;}
.step-slide{width:100% !important;}
.pick-item__label{font-size:13px;}
.last-step-form__button{font-size:12px;padding:14px 0;width:93%;}
.last-step-form__button span:after{width:18px;height:18px;margin:0 0 -4px 5px;background-size:100% 100%;}
.header-line__title{font-size:12px;line-height:1.33;}
.main-progress__text{font-size:14px;}
.pick-item__span{width:100%;overflow:hidden;margin-bottom:5px;text-align:center;background-color:#faf8ee;margin:-15px 0 30px 0px;padding:15px;line-height:16px;font-size:13px;}
.step-slide__title{font-size:18px;}
.step-slide__discount{font-size:15px;line-height:20px;}
.last-step-form__label{font-size:15px;}
.last-step-form__button{font-size:15px;}
.pick2-item{display:block;margin:0 90px 30px;cursor:pointer;text-align:center;}
.last-step-form__input{width:77%;height:30px;}
}

.progress-bar {
  display: none;
  align-items: center;
  justify-content: center;
  padding: 40px 0;
  position: fixed;
    top: 40%;
    left: 50%;
    background-color: #fff;
    z-index: 99999;
    width: 500px;
    height: 100px;
    margin-left: -250px;
    margin-top: -50px;
}
.progress-bar-img img {
  width: 65px;
  margin-right: 10px;
}
.progress-bar-txt {
    font-size: 20px;
    font-weight: 600;
    color: #2e4755;
}
#bg_modal {
    display: none;
    position: fixed;
    z-index: 99999;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,.7);
}
.video__m {
	margin: 20px auto 80px;
    width: 100%;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: center;
}
.video__m-img {
	width: 300px!important;
	margin-right: 10px;
	margin-bottom: 10px;
	position: relative;
}
.video__m-img::before {
	content: '';
    background: url(../img/video/play.png) no-repeat;
    -webkit-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    position: absolute;
    width: 70px;
    height: 70px;
    left: 39%;
    top: 28%;
}
.video__m .slick-track {width: 100% !important;}
.video__m-img  img {
	width: 100%!important;
}
.video__m-title {
	font-weight: 600;
    margin-top: 30px;
    font-size: 20px;
}