img{
	max-width: 100%;
}
input:focus,
textarea:focus,
button:focus,
select:focus{
	outline: none;
}
*::-webkit-input-placeholder {
	color: #fff;
	opacity: 1;
}
*:-moz-placeholder {
	color: #fff;
	opacity: 1;
}
*::-moz-placeholder {
	color: #fff;
	opacity: 1;
}
*:-ms-input-placeholder {
	color: #fff;
	opacity: 1;
}
ul,li{
	list-style: none;
	margin: 0;
	padding: 0;
}
body {
	font-family: "Exo2Regular", sans-serif;
	font-size: 16px;
	min-width: 320px;
	position: relative;
	overflow-x: hidden;
	color: #000;
	background-color: #fff;
	line-height: 1.3em;
}
header,
section{
	max-width: 1920px;
	margin: 0 auto;
}
*{
	line-height: 1.3em;
}
a{
	color: #000;
	text-decoration: none;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
p{
	margin: 0;
}
h1,h2,h3,h4,h5,h6{
	margin: 0;
	font-weight: normal;
	line-height: 1.2em;
}
h1{
	font-size: 54px;
	font-family: "Exo2ExtraBold";
	text-align: center;
}
h2{
	font-size: 36px;
	text-align: center;
	font-family: "Exo2Bold";
}
h3{
	font-size: 16px;
	font-family: "Exo2Bold";
	line-height: 1.5em;
}
h4{
	font-size: 16px;
}
form{
	text-align: center;
}
.input{
	position: relative;
	display: inline-block;
	width: 100%;
	max-width: 280px;
	margin-bottom: 10px;
}
.input.ierror .error_text{
	opacity: 1;
}
.input .error_text{
	position: absolute;
	right: 0;
	-moz-transform: translate(100%,-50%);
	-ms-transform: translate(100%,-50%);
	-webkit-transform: translate(100%,-50%);
	-o-transform:translate(100%,-50%);
	transform:translate(100%,-50%);
	margin-right: -20px;
	top: 50%;
	color: #ff0000;
	padding: 5px 10px;
	background-color: rgba(0, 0, 0, 0.6);
	border: 1px solid red;
	border-radius: 17px;
	opacity: 0;
	font-size: 14px;
}
.input .error_text::before{
	content: '';
	position: absolute;
	top: 50%;
	margin-top: -8px;
	left: -16px;
	border: 8px solid transparent;
	border-right: 8px solid #ff0000;
}
input:not(.btn),
select{
	width: 100%;
	max-width: 280px;
	height: 55px;
	border: 1px solid white;
	background-color: transparent;
	border-radius: 27px;
	padding: 0 20px;
	font-size: 18px;
	color: #fff;
	font-family: "Exo2Regular";
}
input.btn{
	padding: 0 15px;
	height: 70px;
}
.input.ierror input{
	border-color: red!important;
}
.clearfix::after,
.clearfix::before{
	content: " ";
	display: table;
}
.clearfix::after,
.clr{
	clear: both;
}
.btn{
	display: inline-block;
	text-align: center;
	border: none;
	padding: 23px 20px;
	background-color: #ffdd2d;
	border-radius: 30px;
	font-size: 18px;
	color: #000;
	max-width: 280px;
	width: 100%;
	font-family: "Exo2ExtraBold";
	white-space: normal;
	position: relative;
	top: 0;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.btn:hover{
	background-color: #ffe45b;
}
.btn:active{
	top: 2px;
}


/*NUMBERS*/
.s_numbers{
	background-image: url(../img/bg/bg_numbers.png);
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center top;
	background-repeat: no-repeat;
	background-color: #3f4858;
	padding: 50px 0;
	text-align: center;
}
.s_numbers,
.s_numbers a:not(.btn){
	color: #fff;
}
.s_numbers .item{
	width: 100%;
	max-width: 200px;
	display: inline-block;
	vertical-align: top;
	margin: 20px 10px;
	font-size: 20px;
}
.s_numbers .item .number{
	width: 183px;
	height: 183px;
	line-height: 181px;
	font-size: 60px;
	font-family: "Exo2Bold";
	border: 1px solid rgba(255,255,255,.25);
	border-radius: 50%;
	margin: 0 auto 20px;
	position: relative;
}
.s_numbers .item .number::before{
	content: '';
	position: absolute;
	top: 10px;
	left: 10px;
	right: 10px;
	bottom: 10px;
	border: 8px solid rgba(255,255,255,.35);
	border-radius: 50%;
}
/*/NUMBERS*/

/*EXAMPLES*/
.s_examples.bg{
	background-color: whitesmoke;
}
.s_examples{
	padding: 40px 0;
	text-align: center;
	overflow: hidden;
}
.s_examples h2 .title{
	color: #2a4b6d;
}
.s_examples .item .title{
	position: absolute;
	top: 0;
	right: 0;
	color: #e9e9e9;
	font-size: 200px;
	line-height: 1em;
	font-family: "Exo2ExtraBold";
	text-transform: uppercase;
}
.s_examples .item .info{
	margin: 35px 0;
	position: relative;
	z-index: 3;
}
.s_examples .item .info li{
	margin: 5px 0;
}
.s_examples .item .carousel_wrap{
	display: inline-block;
	position: relative;
	max-width: 560px;
	width: 100%;
	margin-top: 15px;
}
.s_examples .item .carousel_wrap .label{
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgba(255, 255, 255, 0.75);
	max-width: 160px;
	width: 100%;
	text-align: center;
	z-index: 3;
	padding: 10px;
	color: #464646;
	font-size: 30px;
	font-family: "Exo2Light";
}
.s_examples .item .carousel{
	overflow: hidden;
}
.s_examples .item .carousel img{
	width: 100%;
}
.s_examples .item .carousel .img{
	background-color: #ffdd2d;
	max-height: 400px;
}
.s_examples .item .carousel .video{
	display: block;
	position: relative;
}
.s_examples .item .carousel .video::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-image: url(../img/bg/bg_icons_play.png);
	background-repeat: no-repeat;
	background-position: center;
	opacity: .8;
	z-index: 5;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.s_examples .more{
	margin-top: 50px;
	font-size: 20px;
	font-family: "Exo2Bold";
}
.s_examples .more a{
	position: relative;
	display: inline-block;
	padding-right: 50px;
}
.s_examples .more a span{
	color: #35435d;
	border-bottom: 2px dashed #35435d;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.s_examples .more a:hover span{
	color: #000;
	border-color: #000;
}
.s_examples .more a::before{
	content: '';
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -20px;
	width: 41px;
	height: 41px;
	background-image: url(../img/bg/bg_icons_instagram.png);
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center;
}
/*/EXAMPLES*/

/*SERVICES*/
.s_services{
	padding: 40px 0 70px;
}
.s_services .wrap{
	text-align: center;
}
.s_services .item{
	display: inline-block;
	vertical-align: top;
	position: relative;
	max-width: 220px;
	color: #595858;
	margin: 0 2px;
	text-align: center;
}
.s_services .item .number{
	font-size: 130px;
	line-height: 1em;
	color: #e9e9e9;
	font-family: "Exo2ExtraBold";
	margin-bottom: -30px;
}
.s_services .item .img{
	min-height: 164px;
	background-color: #fff;
}
.s_services .item .text{
	background-color: white;
	border: 1px solid #e8e8e8;
	padding: 0 15px 10px;
	margin: 10px 0;
	min-height: 350px;
	text-align: left;
}
.s_services .item h3{
	color: #000000;
}
.s_services .item h4{
	margin-bottom: 5px;
}
.s_services .item .title{
	font-size: 16px;
	position: relative;
	margin-bottom: 10px;
	text-align: center;
}
.s_services .item .title .center{
	width: 190px;
	height: 90px;
	display: table-cell;
	vertical-align: middle;
	padding: 0 5px;
}
.s_services .item .title::before{
	content: '';
	position: absolute;
	bottom: 0;
	left: -15px;
	right: -15px;
	height: 1px;
	background-color: #e8e8e8;
}
.s_services .item ul{
}
.s_services .item li{
	padding-left: 15px;
	position: relative;
	background-image: url(../img/bg/bg_services_arrow.png);
	background-repeat: no-repeat;
	background-position: left 3px;
}
.s_services .item h3.left{
	text-align: left;
	margin: 10px 0;
}
.s_services .item .btn{
	padding-top: 17px;
	padding-bottom: 17px;
	max-width: 195px;
}
/*/SERVICES*/

/*ABOUT*/
.s_about{
	background-image: url(../img/bg/bg_about.png);
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center top;
	background-repeat: no-repeat;
	background-color: #35435d;
	padding: 35px 0 55px;
}
.s_about,
.s_about a{
	color: #fff;
}
.s_about .wrap{
	margin-top: 80px;
}
.s_about .item{
	margin-top: 50px;
}
.s_about .bottom{
	margin-top: 120px;
}
.s_about .bottom .item{
	margin: 0;
}
.s_about .item .label{
	margin-bottom: 10px;
	font-size: 18px;
	text-transform: uppercase;
}
.s_about .item .video{
	display: inline-block;
	position: relative;
}
.s_about .item .video:hover::before{
	opacity: 1;
}
.s_about .item .video::before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-image: url(../img/bg/bg_icons_play.png);
	background-repeat: no-repeat;
	background-position: center;
	opacity: .8;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.s_about .item .center{
	height: 330px;
	display: table-cell;
	vertical-align: middle;
}
.s_about .item .center.pl{
	padding-left: 55px;
}
.s_about .item .video + .icons{
	margin-top: 40px;
}
.s_about .item .icons{
	width: 60px;
	height: 60px;
	border: 1px solid #5f7399;
	border-radius: 50%;
	position: relative;
}
.s_about .item .icons::before{
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	width: 40px;
	height: 40px;
	background-image: url(../img/bg/bg_about_icons.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}
.s_about .item .icons.icons2::before{
	background-position: -40px 0;
}
.s_about .item .icons.icons3::before{
	background-position: -80px 0;
}
.s_about .item .icons.icons4::before{
	background-position: -120px 0;
}
.s_about .item .text{
	margin-top: 25px;
}
.s_about .item p{
	line-height: 2.2em;
}
.s_about .item p:not(:first-child){
	margin-top: 40px;
}
/*/ABOUT*/

/*MATS*/
.s_mats{
	padding: 50px 0 30px;
	text-align: center;
	overflow: hidden;
}
.s_mats .bg{
	background-image: url(../img/bg/bg_mats.png);
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center top;
	background-repeat: no-repeat;
	padding: 60px 0 0;
	margin-top: 50px;
	margin-bottom: 140px;
}
.s_mats .bg .video{
	display: inline-block;
	width: 730px;
	height: 510px;
	background-image: url(../img/bg/bg_macBook.png);
	-webkit-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	padding-top: 33px;
	margin-bottom: -120px;
}
.s_mats .bg .video .img{
	display: inline-block;
	position: relative;
	margin-left: -3px;
}
.s_mats .bg .video .img::before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-image: url(../img/bg/bg_icons_play.png);
	background-repeat: no-repeat;
	background-position: center;
}
.s_mats .carousel_wrap{
	position: relative;
	max-width: 700px;
	margin: 0 auto 10px;
}
.s_mats .owl-carousel .owl-stage-outer{
	overflow: visible;
}
.s_mats .owl-carousel .owl-item:not(.active) .img{
	-moz-transform: scale(.8) 
	-ms-transform: scale(.8) 
	-webkit-transform: scale.8);
-o-transform: scale(.8);
transform: scale(.8);
}

.s_mats .carousel{
}
.s_mats .carousel_wrap .img{
	display: inline-block;
	background-color: #35435d;
	box-shadow: 0 0 40px rgba(0, 0, 0, 0.5);
	margin: 40px;
	-webkit-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;

}
/*/MATS*/

/*REVIEWS*/
.s_reviews{
	padding: 50px 0 80px;
}
.s_reviews .wrap{
	margin-top: 65px;
	text-align: center;
}
.s_reviews .carousel_wrap{
	max-width: 520px;
	position: relative;
	padding: 0 55px;
	margin: 0 auto;
}
.s_reviews .carousel_wrap .owl-item{
	padding: 0 5px;
}
.s_reviews .carousel_text .prev_button,
.s_reviews .carousel_text .next_button{
	top: 112px;
}
.s_reviews .item:not(:first-child){
	margin-top: 50px;
}
.s_reviews .item .title{
	text-transform: uppercase;
	margin-bottom: 40px;
}
.s_reviews .slide ul{
	margin: 30px 0 15px;
}
.s_reviews .slide li{
	margin: 5px 0;
	text-transform: uppercase;
}
.s_reviews .slide .name{
	font-family: "Exo2Bold";
}
.s_reviews .slide .pos{
	color: #808080;
}
.s_reviews .slide .auto{
	color: #35435d;
}
.s_reviews .slide .quote{
	text-align: left;
	font-size: 14px;
	line-height: 1.3em;
}
.s_reviews iframe{
	width: 100%;
	max-width: 100% !important;
	height: 210px;
}
.s_reviews .doc{
	border: 1px solid #282828;
	display: inline-block;
	max-width: 210px;
}
/*/REVIEWS*/

/*LAST*/
.s_last{
	background-image: url(../img/bg/bg_last.png);
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center top;
	background-repeat: no-repeat;
	background-color: #08090b;
	padding: 70px 0;
}
.s_last,
.s_last a:not(.btn){
	color: #fff;
}
.s_last .wrap{
	margin-top: 60px;
	margin-left: 120px;
}
.s_last h2{
	color: #ffdd2d;
}
.s_last .h3{
	font-size: 24px;
	margin-top: 25px;
}
.s_last .jq-selectbox__select{
	color: #fff;
}
.s_last .selecter-selected:after{
	border-top-color: #fff;
}
.s_last .jq-selectbox__select:hover {
	color: #000;
}
.s_last .jq-selectbox__trigger-arrow{
	border-top: 5px solid #fff;
}
/*/LAST*/

/*CONTACTS*/
.s_contacts{
	background-color: whitesmoke;
	padding: 40px 0 0;
}
.s_contacts h2{
	margin-bottom: 30px;
}
#map{
	height: 500px;
	width: 100%;
}
/*/CONTACTS*/

/*FOOTER*/
footer{
	padding: 25px 0;
	background-color: #3f4858;
}
footer,
footer a{
	color: #fff;
}
footer .contacts li{
	margin-bottom: 10px;
	text-align: left;
}
footer .contacts li:last-child{
	margin-bottom: 0;
}
footer .menu_f{
	text-align: center;
}
footer .menu_f ul{
	display: inline-block;
}
footer .menu_f li:not(:last-child){
	margin-bottom: 5px;
}
footer .menu_f a{
	border-bottom: 1px dotted #fff;
	font-size: 15px;
	text-transform: uppercase;
}
footer .menu_f a:hover{
	color: #ffe45b;
	border-color: #ffe45b;
}
footer .right{
	text-align: right;
}
footer .right li{
	margin-bottom: 10px;
	max-width: 275px;
	display: inline-block;
}
footer .right a{
	border-bottom: 1px dotted #fff;
}
footer .right a:hover{
	color: #ffe45b;
	border-color: #ffe45b;
}
footer .bottom{
	margin-top: 30px;
	font-size: 14px;
}
/*/FOOTER*/

/*CAROUSEL*/
.owl-carousel .owl-item img{
	transform-style: flat;
	-webkit-transform-style: flat; 
}
/*/CAROUSEL*/

/*CAROUSEL BUTTON*/
.prev_button, 
.next_button {
	background-image: url(../img/bg/bg_carousel_arrows.png);
	background-repeat: no-repeat;
	background-position: center;
	cursor: pointer;
	position: absolute;
	top: 50%;
	margin-top: -20px;
	width: 41px;
	height: 41px;
	background-color: rgba(0, 0, 0, 0.67);
	z-index: 9;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.prev_button{
	left: 0;
}
.next_button{
	-moz-transform: scaleX(-1);
	-o-transform: scaleX(-1);
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
	filter: FlipH;
	-ms-filter: "FlipH";
	right: 0;
}
.prev_button:hover,
.next_button:hover{
	background-color: rgba(0, 0, 0, 0.2);
}
/*/CAROUSEL BUTTON*/

/*MENU SMALL*/
.c-hamburger {
	display: block;
	position: relative;
	width: 35px;
	height: 26px;
	display: inline-block;
	font-size: 0;
	text-indent: -9999px;
	box-shadow: none;
	border-radius: 0;
	border: none;
	cursor: pointer;
	transition: background 0.3s;
	z-index: 999;
}
.c-hamburger:focus {
	outline: none;
}
.c-hamburger span {
	display: block;
	position: absolute;
	top: 12px;
	left: 0;
	right: 0;
	height: 6px;
	background-color: #ffe536;
	border-radius: 5px;
}
.c-hamburger span::before,
.c-hamburger span::after {
	position: absolute;
	display: block;
	left: 0;
	width: 100%;
	height: 6px;
	background-color: #ffe536;
	border-radius: 5px;
	content: "";
}
.c-hamburger span::before {
	top: -11px;
}
.c-hamburger span::after {
	bottom: -11px;
}
.c-hamburger--htx {
	background-color: transparent;
}
.c-hamburger--htx span {
	transition: background 0s 0.3s;
}
.c-hamburger--htx span::before,
.c-hamburger--htx span::after {
	transition-duration: 0.3s, 0.3s;
	transition-delay: 0.3s, 0s;
}
.c-hamburger--htx span::before {
	transition-property: top, transform;
}
.c-hamburger--htx span::after {
	transition-property: bottom, transform;
}
.c-hamburger--htx.is-active {
	background-color: transparent;
}
.c-hamburger--htx.is-active span {
	background: none;
}
.c-hamburger--htx.is-active span::before {
	top: 0;
	transform: rotate(45deg);
	background-color: #ccc;
}
.c-hamburger--htx.is-active span::after {
	bottom: 0;
	transform: rotate(-45deg);
	background-color: #ccc;
}
.c-hamburger--htx.is-active span::before,
.c-hamburger--htx.is-active span::after {
	transition-delay: 0s, 0.3s;
}
/*/MENU SMALL*/


/*POPUP*/
.fancybox-skin{
	padding: 0 !important;
	border-radius: 0!important;
	box-shadow: none!important;
	background-color: transparent!important;
}
.fancybox-inner{
	overflow: visible !important;
}
.fancybox-close{
	background-image: url(../img/bg/bg_popup_close.png);
	-webkit-background-size: cover;
	background-size: cover;
	position: absolute;
	width: 21px;
	height: 21px;
	top: -25px;
	right: -25px;
	cursor: pointer;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.fancybox-overlay{
	background-image: none;
	background-color: rgba(0,0,0,.9);
}
.popup{
	background-color: #fff;
	padding: 55px 28px;
	text-align: center;
	max-width: 360px;
	color: #fff;
	background-color: rgba(255, 255, 255, 0.65);
}
.popup h2{
	font-size: 20px;
	text-transform: uppercase;
}
.popup h2 span{
	font-size: 30px;
	display: block;
	text-transform: uppercase;
}
.popup#form2 h2{
	text-transform: none;
}
.popup form{
	margin-top: 50px;
}
.popup#thans h2{
	margin-bottom: 10px;
}
.popup_video{
	width: 600px;
	background-color: #fff;
}
.popup_video iframe,
.popup_video video{
	width: 100%;
	max-width: 600px;
	height: 350px;
}

/*/POPUP*/

/*ANIMATION*/
.s_mats .bg .video,
.s_about .item{
	-webkit-animation-delay: .2s;
	-moz-animation-delay: .2s;
	-o-animation-delay: .2s;
	animation-delay: .2s;
}
.s_services .item.item1{
	-webkit-animation-delay: .2s;
	-moz-animation-delay: .2s;
	-o-animation-delay: .2s;
	animation-delay: .2s;
}
.s_services .item.item2{
	-webkit-animation-delay: .4s;
	-moz-animation-delay: .4s;
	-o-animation-delay: .4s;
	animation-delay: .4s;
}
.s_services .item.item3{
	-webkit-animation-delay: .6s;
	-moz-animation-delay: .6s;
	-o-animation-delay: .6s;
	animation-delay: .6s;
}
.s_services .item.item4{
	-webkit-animation-delay: .8s;
	-moz-animation-delay: .8s;
	-o-animation-delay: .8s;
	animation-delay: .8s;
}
.s_services .item.item5{
	-webkit-animation-delay: 1s;
	-moz-animation-delay: 1s;
	-o-animation-delay: 1s;
	animation-delay: 1s;
}
/*/ANIMATION*/
