@font-face {
    font-family: 'intro';
    src: url('../fonts/fontfabric_-_intro-light-webfont.eot');
    src: url('../fonts/fontfabric_-_intro-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/fontfabric_-_intro-light-webfont.woff2') format('woff2'),
         url('../fonts/fontfabric_-_intro-light-webfont.woff') format('woff'),
         url('../fonts/fontfabric_-_intro-light-webfont.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}
@font-face {
  font-family: 'intro';
  src:  url('../fonts/IntroCondensed-Regular.eot?#iefix') format('embedded-opentype'),  
		url('../fonts/IntroCondensed-Regular.otf')  format('opentype'),
	    url('../fonts/IntroCondensed-Regular.woff') format('woff'), 
		url('../fonts/IntroCondensed-Regular.ttf')  format('truetype'), 
		url('../fonts/IntroCondensed-Regular.svg#IntroCondensed-Regular') format('svg');
  font-weight: 400;
  font-style: normal;
}

@font-face {
    font-family: 'intro';
    src: url('../fonts/fontfabric_-_introsemibold-webfont.eot');
    src: url('../fonts/fontfabric_-_introsemibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/fontfabric_-_introsemibold-webfont.woff2') format('woff2'),
         url('../fonts/fontfabric_-_introsemibold-webfont.woff') format('woff'),
         url('../fonts/fontfabric_-_introsemibold-webfont.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'intro';
    src: url('../fonts/fontfabric_-_intro-black-webfont.eot');
    src: url('../fonts/fontfabric_-_intro-black-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/fontfabric_-_intro-black-webfont.woff2') format('woff2'),
         url('../fonts/fontfabric_-_intro-black-webfont.woff') format('woff'),
         url('../fonts/fontfabric_-_intro-black-webfont.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
}
@font-face {
  font-family: 'Calibri';
  src:  url('../fonts/Calibri.eot?#iefix') format('embedded-opentype'),  
		url('../fonts/Calibri.woff') format('woff'), 
		url('../fonts/Calibri.ttf')  format('truetype'), 
		url('../fonts/Calibri.svg#Calibri') format('svg');
  font-weight: normal;
  font-style: normal;
}

body{
	font-family: 'Calibri', Arial, Helvetica, sans-serif;
	background:#ffffff;
	font-weight: 400;
	font-size: 15px;
	overflow-y:scroll;
}
a{
	color:#000000;
	text-decoration:none;
}
#list{
	max-width:100%;
	overflow:hidden;
	min-height:100%;
	min-width: 320px;
}
#list.fixed{
	left: 0px;
	right: 0px;
	position:fixed;
}
.list{
	width:960px;
	margin: 0 auto;
	max-width:100%;
	position:relative;
}

.btn{
	font-family: 'intro', Arial, Helvetica, sans-serif;
	display:inline-block;
	padding: 0px 30px;
	height: 44px;
	line-height: 44px;
	background:#ff900c;
	color:#ffffff;
	text-transform:uppercase;
	font-size: 18px;
	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	
	font-weight: 400;
	cursor:pointer;
	
	-webkit-transition: background-color 0.5s;
	-moz-transition: background-color 0.5s;
	-o-transition: background-color 0.5s;
	transition: background-color 0.5s;
}
.btn:hover{
	background:#e67d00;
}
.col2{
	width: 50%;
	float:left;
}
/*********************************/
#footer{
	font-family: 'intro', Arial, Helvetica, sans-serif;
	background:#2e2f37;
	padding-top: 25px;
	font-weight: 300;	
	color:#aaaaaa;
	line-height: 1.4;
}
#footer a{
	color:#aaaaaa;
}
#footer a:hover{
	text-decoration:underline;
}
#footer .copy{
	margin-top: 20px;
	border-top: 1px solid #58595f;
	padding: 15px 0px;
	color:#515259;
	font-size: 12px;
}
#footer .block{
	float:left;
	width: 180px;
}
#footer .block1{width: 445px;}
#footer .block.logo{width: 137px;}
#footer .block.block3{width: 160px;}


#footer .h3{
	color:#ffffff;
	font-weight: 700;
	font-size: 16px;
	padding-bottom: 10px;
	text-transform:uppercase;
}
#footer .block1 ul{
	display:block;
	float:left;
	width: 33%;
}
#footer .logo{
	float:right;
	width: 136px;
	height: 52px;
	background: url(../img/imgs.png) no-repeat 0px 0px;
}
/*****/
#contacts{
	position:relative;
}
#contacts .list{
	position:static;
}
#map{
	height: 480px;
}
#contacts .content_wrap{
	font-family: 'intro', Arial, Helvetica, sans-serif;	
	/*position:absolute;
	left: 0px; right: 0px;
	top: 30px;*/
	z-index: 10;
}
#contacts .content_wrap .box{
	width: 325px;
	padding: 30px;
	background: #2e2f37;
	color:#ffffff;
	font-weight: 400;
	
	position:absolute;
	top: 30px;
	z-index: 5;
	
	-webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3);
}
#contacts .content_wrap h3{
	text-transform:uppercase;
	font-size: 32px;
	font-weight: 300;
	padding-bottom: 25px;
}
#contacts .content_wrap .address, 
#contacts .content_wrap .phone,
#contacts .content_wrap .mail{
	padding-left: 28px;
	position:relative;
	font-size: 18px;
	padding-bottom: 25px;
}
#contacts .content_wrap .address:before, 
#contacts .content_wrap .phone:before, 
#contacts .content_wrap .mail:before{
	content: "";
	display:block;
	position:absolute;
	left: 0px;
	top: 0px;
	width: 25px;
	height: 28px;
	background: url(../img/imgs.png) no-repeat 0px -54px;
}
#contacts .content_wrap .phone:before{background-position: -25px -54px;}
#contacts .content_wrap .mail:before{background-position: -50px -54px;top: 5px;}

#contacts .content_wrap .phone{
	font-size: 22px;
	font-weight: 300;
}
#contacts .content_wrap .mail a{
	color:#ff8f0c;
	text-decoration:underline;
}
#contacts .content_wrap .mail a:hover{
	text-decoration:none;
}
/*************/

#carier{
	
}
#carier .table{
	display:table;
	width: 100%;
}
#carier .table .tr{
	display:table-row;
}
#carier .table .td{
	display:table-cell;
}
#carier .table .td.left{
	background: #2e2f37;
	text-align:right;
	/*width: 35%;*/
	color:#ffffff;
}
#carier .table .td.right{
	background: #eaeaeb;
	text-align:left;	
	padding-left: 30px;
	width: 960px;
}
#carier .table .td.color{
	background: #eaeaeb;
}
#carier .table .td h3{
	font-family: 'intro', Arial, Helvetica, sans-serif;	
	padding-right: 30px;
	padding-top: 35px;
	font-size: 32px;
	font-weight: 300;
	text-transform:uppercase;
}
#carier .table .td.left ul, #carier .table .td.left ul li{
	display:block;
}
#carier .table .td.left ul li a{
	display:block;
	padding: 0px 30px;
	height: 39px;
	line-height: 39px;
	color:#9d9d9f;
	font-size: 18px;
}
#carier .table .td.left ul li + li a{
	/*border-top: 1px solid #58595f;*/
}
#carier .table .td.left ul li.active + li a{
	/*border-top: 1px solid #ff900c;*/
}
#carier .table .td.left ul li:hover + li a{
	/*border-top: 1px solid #34343c;*/
}
#carier .table .td.left ul li a:hover{
	border-color: #34343c;
	background:#34343c;
	color:#ffffff;
}
#carier .table .td.left ul li a.active{
	border-color: #ff900c;
	background:#ff900c;
	color:#ffffff;
}


#carier .carier_title{
	font-family: 'intro', Arial, Helvetica, sans-serif;	
	font-weight: 300;
	color:#303030;
	font-size: 20px;
	text-transform:uppercase;
	padding-bottom: 10px;
}
#carier .carier_text{
	color:#707070;
	font-size: 16px;
	/*max-width: 650px;*/
}
#carier .carier_text span{
	color:#303030;
	display:block;
	padding-top: 15px;
	font-weight: bold;
}
#carier  .numbers{
	display:inline-block;
	color:#303030;
	font-size: 18px;
	text-transform:uppercase;
	padding: 30px 40px 30px 0px;;
}
#carier  .numbers .label{
	display:block;
}
#carier  .numbers .val{
	font-size: 36px;
}

/***************************/
.comments{
	padding: 60px 0px;
}
.slick-arrow{
	position:absolute;
	display:block;
	font-size: 0;
	width: 25px;
	height: 55px;
	background: url(../img/imgs.png) no-repeat -75px -52px;
	opacity: 0.4;
	top: 50%;
	margin-top: -27px;
	cursor:pointer;
	
	-webkit-transition: opacity 0.5s;
	-moz-transition: opacity 0.5s;
	-o-transition: opacity 0.5s;
	transition: opacity 0.5s;
}
.comments .slick-arrow{
	opacity: 0;
}
.comments:hover .slick-arrow, #partners .slick-arrow{
	opacity: 0.4;
}
.slick-arrow:hover{
	opacity: 0.8;
}
.slick-prev{
	left: -65px;
}
.slick-next{
	right: -65px;
	background-position: -100px -52px;
}
.slick-dots{
	display:block;
	text-align:center;
	position:absolute;
	left: 0px;right: 0px;
}
.slick-dots li{
	display:inline-block;
	margin: 8px;
}
.slick-dots button{
	font-size: 0;
	display:inline-block;
	width: 8px;
	height: 8px;
	border: 1px solid #2e2f37;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: transparent;
	padding: 0px;
	cursor:pointer;
}
.slick-dots .slick-active button{
	background: #2e2f37;
}


.callout{
	max-width: 430px;
	border: 1px solid #d0d0d0;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	padding: 18px 11px;
	font-size: 16px;
	color:#707070;
	position:relative;
	margin-bottom: 30px;
	height: 205px;
}
.callout:before, .callout:after{
	content: "";
	display:block;
	position:absolute;
	top: 100%;
	left: 40px;
	
	border: 15px solid transparent; 
	border-top: 15px solid #d0d0d0; 
}
.callout:after{
	z-index: 2;
	border-top: 15px solid #ffffff; 
	margin-top: -1px;
}

.callout span{
	display:block;
	font-size: 20px;
	color:#303030;
	padding-bottom: 10px;
	font-weight: bold;
} 
.author{
	padding-left: 125px;
	position:relative;
	min-height: 100px;
	color:#303030;
	line-height: 1.2;
}
.author .avatar{
	position:absolute;
	left: 0px;
	top: 0px;
	width: 100px;
	height: 100px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	overflow:hidden;
	
}
.author .name{
	text-transform:uppercase;
	font-size: 18px;
	max-width: 200px;
	height: 50px;
	padding-top: 5px;
}
.author .company{
	font-size: 16px;
}
.author .company span{
	display:block;
	color:#707070;
}
/***************/
#price{
	background:#2e2f37;
	color:#707070;
	padding: 40px 0px 0px 0px;
	text-align:right;	
	position:relative;
	overflow:hidden;
}
#price .list{
	padding-bottom: 40px;
}
#price .price{
	padding-right: 15px;
	padding-bottom: 30px;
}
#price .price .title{
	font-family: 'intro', Arial, Helvetica, sans-serif;
	font-weight: 300;
	font-size: 20px;
	color:#ffffff;
	text-transform:uppercase;
	padding-bottom: 20px;
}
#price .price .title span{
	display:block;
	font-size: 40px;
	font-weight: 800;
}
#price .btn.download:before{
	content: "";
	display:inline-block;
	width: 18px;
	height: 22px;
	background: url(../img/imgs.png) no-repeat 0px -83px;
	vertical-align:middle;
	margin-right: 18px;
}

#price .col2 + .col2{
	min-height: 250px;
}
#price .list1, #price .list2{
	position:absolute;
	bottom: 0px;
	margin-left: 60px;
	
	-webkit-transform:translate(0%,100%);
	-moz-transform:translate(0%,100%);
	transform:translate(0%,100%);
	
	-webkit-transition: transform 0.7s;
	-moz-transition: transform 0.7s;
	-o-transition: transform 0.7s;
	transition: transform 0.7s;
}
#price .list2{
	margin-left: 120px;
	-webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.4);
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.4);
	
	-webkit-transform:translate(0%,150%);
	-moz-transform:translate(0%,150%);
	transform:translate(0%,150%);
}
#price .list1.active, #price .list2.active{
	-webkit-transform:translate(0%,0%);
	-moz-transform:translate(0%,0%);
	transform:translate(0%,0%);
}

#price .list1 img, 
#price .list2 img{
	display:block;
}
/************************************/
#partners{
	padding: 0px 0px 60px 0px;
}
#partners h3, #brands h3, #branckes h3{
	font-family: 'intro', Arial, Helvetica, sans-serif;
	font-weight: 300;	
	text-transform:uppercase;
	font-size: 32px;
	color:#303030;
	padding-bottom: 20px;
}
#branckes h3 {
	position: relative;
	text-align: center;
	font-weight: 800;
	font-size: 35px;
	padding-bottom: 30px;
	top: -10px;
}
#partners .descr, #brands .descr, #branckes .descr{
	font-size: 16px;
	color:#707070;
}
#partners .hands{
	height: 300px;
	background: url(../img/hands.jpg) no-repeat center fixed;
	background-size: cover;
	margin-bottom: 60px;
}
.brand{
	position:relative;
	display:inline-block;
	width: 100px;
	height: 85px;
	background: url(../img/logos.png) no-repeat 0px 0px;
	margin: 10px;
}
.brand2{background-position: -100px 0px;}
.brand3{background-position: -200px 0px;}
.brand4{background-position: -300px 0px;}
.brand5{background-position: -400px 0px;}
.brand6{background-position: -500px 0px;}

.brand7{background-position: 0px -170px;}
.brand8{background-position: -100px -170px;}
.brand9{background-position: -200px -170px;}
.brand10{background-position: -300px -170px;}
.brand11{background-position: -400px -170px;}
.brand12{background-position: -500px -170px;}

.brand13{background-position: 0px -340px;}
.brand14{background-position: -100px -340px;}
.brand15{background-position: -200px -340px;}
.brand16{background-position: -300px -340px;}
.brand17{background-position: -400px -340px;}
.brand18{background-position: -500px -340px;}

.brand19{background-position: 0px -510px;}
.brand20{background-position: -100px -510px;}
.brand21{background-position: -200px -510px;}
.brand22{background-position: -300px -510px;}
.brand23{background-position: -400px -510px;}
.brand24{background-position: -500px -510px;}

.brand25{background-position: 0px -680px;}
.brand26{background-position: -100px -680px;}
.brand27{background-position: -200px -680px;}
.brand28{background-position: -300px -680px;}
.brand29{background-position: -400px -680px;}
.brand30{background-position: -500px -680px;}

.brand31{background-position: 0px -850px;}
.brand32{background-position: -100px -850px;}
.brand33{background-position: -200px -850px;}
.brand34{background-position: -300px -850px;}
.brand35{background-position: -400px -850px;}

.brand:before{
	content: "";
	display:block;
	position:absolute;
	left: 0px;right: 0px;
	top: 0px;bottom: 0px;
	background: url(../img/logos.png) no-repeat 0px -85px;
	opacity: 0;
	-webkit-transition: opacity 0.5s;
	-moz-transition: opacity 0.5s;
	-o-transition: opacity 0.5s;
	transition: opacity 0.5s;
}
.brand2:before{background-position: -100px -85px;}
.brand3:before{background-position: -200px -85px;}
.brand4:before{background-position: -300px -85px;}
.brand5:before{background-position: -400px -85px;}
.brand6:before{background-position: -500px -85px;}

.brand7:before{background-position: 0px -255px;}
.brand8:before{background-position: -100px -255px;}
.brand9:before{background-position: -200px -255px;}
.brand10:before{background-position: -300px -255px;}
.brand11:before{background-position: -400px -255px;}
.brand12:before{background-position: -500px -255px;}

.brand13:before{background-position: 0px -425px;}
.brand14:before{background-position: -100px -425px;}
.brand15:before{background-position: -200px -425px;}
.brand16:before{background-position: -300px -425px;}
.brand17:before{background-position: -400px -425px;}
.brand18:before{background-position: -500px -425px;}

.brand19:before{background-position: 0px -595px;}
.brand20:before{background-position: -100px -595px;}
.brand21:before{background-position: -200px -595px;}
.brand22:before{background-position: -300px -595px;}
.brand23:before{background-position: -400px -595px;}
.brand24:before{background-position: -500px -595px;}

.brand25:before{background-position: 0px -765px;}
.brand26:before{background-position: -100px -765px;}
.brand27:before{background-position: -200px -765px;}
.brand28:before{background-position: -300px -765px;}
.brand29:before{background-position: -400px -765px;}
.brand30:before{background-position: -500px -765px;}

.brand31:before{background-position: 0px -935px;}
.brand32:before{background-position: -100px -935px;}
.brand33:before{background-position: -200px -935px;}
.brand34:before{background-position: -300px -935px;}
.brand35:before{background-position: -400px -935px;}


.brand:hover:before{
	opacity: 1;
}

#partners .carusel{
	margin-top: 40px;
	margin-bottom: 30px;
}
#partners .carusel .item{
	text-align:center;
}

.btn.whight{
	display:block;
	background:#ffffff;
	border: 1px solid #303030;
	width: 160px;
	text-align:center;
	color:#303030;
	clear:both;
	margin: 60px auto 0px auto;
}
.btn.whight:hover{
	background:#f2f2f2;
}
#brands{
	padding: 60px 0;
}
#brands .carusel{
	text-align:center;
}
#brands .carusel > .item{
	display:inline-block;
}
#brands .carusel > .item .brand{
	margin: 0 20px;	
}

/***********************/


.view {
   width: 100%;
   height: 180px;
   float: left;
   overflow: hidden;
   position: relative;
   text-align: center;
   cursor: default;
   background:#2e2f37;
}
.view .mask, .view .content {
   width: 100%;
   height: 100%;
   position: absolute;
   overflow: hidden;
   top: 0;
   left: 0;
}
.view .img {
   display: block;
   position: relative;
}
/* FIFTH EFFECTS */
.fifth-effect .img {
	height: 180px;
	background: url(../img/branch1.jpg) no-repeat center;
}
.fifth-effect .img1{background: url(../img/branch1.jpg) no-repeat left;}
.fifth-effect .img2{background: url(../img/branch2.jpg) no-repeat center;}
.fifth-effect .img3{background: url(../img/branch3.jpg) no-repeat center;}
.fifth-effect .img4{background: url(../img/branch4.jpg) no-repeat right;}
.fifth-effect .img5{background: url(../img/branch5.jpg) no-repeat center;}
.fifth-effect .img6{background: url(../img/branch6.jpg) no-repeat right;}
.fifth-effect .img7{background: url(../img/branch7.jpg) no-repeat center;}
.fifth-effect .img8{background: url(../img/branch8.jpg) no-repeat center;}

.fifth-effect .mask {
   cursor:pointer;
   opacity:1;
   visibility:visible;
   border:90px solid rgba(0,0,0,0.4);
   -moz-box-sizing:border-box;
   -webkit-box-sizing:border-box;
   box-sizing:border-box;
}
.fifth-effect .span_wrap{
	position:absolute;
	top: 0px;
	height: 180px;
	z-index: 10;
	text-align:center;
	width: 400px;
	left: 50%;
	margin-left: -200px;
	text-transform:uppercase;
	-webkit-transition: opacity 0.2s;
	-moz-transition: opacity 0.2s;
	-o-transition: opacity 0.2s;
	transition: opacity 0.2s;	
}
.fifth-effect .span_wrap span{
	font-family: 'intro', Arial, Helvetica, sans-serif;
	font-weight: 800;
	height: 180px;
	display:table-cell;
	width: 400px;
	text-align:center;
	vertical-align:middle;
	color:#ffffff;
	font-size: 24px;
}

#branckes{
	padding-top: 60px;
}
#branckes .descr{
	padding-bottom: 30px;
}

#branckes .col2{
	-webkit-transform:translate(-100%,0%);
	-moz-transform:translate(-100%,0%);
	transform:translate(-100%,0%);
	
		-webkit-transition: transform .5s linear;
	-moz-transition: transform .5s linear;
	-o-transition: transform .5s linear;
	transition: transform .5s linear;
}
#branckes .col2 + .col2{
	-webkit-transform:translate(100%,0%);
	-moz-transform:translate(100%,0%);
	transform:translate(100%,0%);
}
#branckes .col2.active{
	-webkit-transform:translate(0,0%);
	-moz-transform:translate(0,0%);
	transform:translate(0,0%);	
}

/************/
.features{
	padding-top: 60px;
}
.features .feature{
	margin: 0 auto;
	width: 200px;
	text-align:center;
	position:relative;
	padding-top: 115px;
	color:#707070;
	font-size: 16px;
}
.features .feature:before{
	content:"";
	position:absolute;
	display:block;
	width: 130px;
	height: 100px;
	top: 0px;
	left: 50%;
	margin-left: -65px;
	background: url(../img/imgs.png) no-repeat -136px 0px;
}
.features .feature2:before{background-position: -266px 0px;}
.features .feature3:before{background-position: -396px 0px;}
.features .feature4:before{background-position: -526px 0px;}

.features .feature span{
	font-family: 'intro', Arial, Helvetica, sans-serif;
	display:table-cell;
	text-align:center;
	height: 60px;
	vertical-align:middle;
	font-weight: 300;
	text-transform:uppercase;
	font-size: 18px;
	color:#303030;
	width: 200px;
	
}

/****************************/
#head{
	position:absolute;
	bottom: 0px;
	left: 0px; right: 0px;
	z-index: 99;
}
#about #head .list{
	padding-bottom: 0px;
}
#head .menu{
	display:block;
	text-align:center;
}
#head .menu li{
	display:inline-block;
	padding: 0px 11px;
	font-size: 17px;
}
#head .menu li a{
	color:#ffffff;
	padding: 10px 0px;
	display:block;
}
#head .menu li.active a{
	text-decoration:underline;
}
#head.top{
	position:fixed;
	bottom: auto;
	top:0px;
	background: rgba(46, 47, 55, 1);
}
/*****************************/
#about{
	background:#7d919d;
	color:#ffffff;
	overflow:hidden;
	position:relative;
}
#about > .list{
	padding-bottom: 80px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#about .bg_screen{
	position:absolute;
	left: 0px;
	right: 0px;
	top: 0px;
	bottom:0px;
	overflow:hidden;
}
#about .bg_screen .bg1{
	position:absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background: url(../img/bg1.jpg) no-repeat center;
	
	-webkit-transform-origin: 100% 0;
    -moz-transform-origin: 100% 0;
    -o-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0;
}
#about .bg_screen .bg2{
	position:absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background: url(../img/bg2.jpg) no-repeat center;
	
	-webkit-transform-origin: 0px 100%;
    -moz-transform-origin: 0px 100%;
    -o-transform-origin: 0px 100%;
    -ms-transform-origin: 0px 100%;
    transform-origin: 0px 100%;
}

#about .logo{
	display:block;
	width: 193px;
	height: 74px;
	margin: 35px auto 60px auto;
	background: url(../img/imgs.png) no-repeat 0px -107px;
}

#about .company_title{
	font-family: 'intro', Arial, Helvetica, sans-serif;
	text-align:right;
	font-size: 24px;
	text-transform:uppercase;
	font-weight: 300;
	line-height: 1.1;
	padding-right: 15px;
	padding-bottom: 20px;
}
#about .company_title span{
	font-weight: 800;
	font-size: 70px;
}
#about .company_slogan{
	font-family: 'intro', Arial, Helvetica, sans-serif;	
	padding-right: 15px;
	font-size: 24px;
	text-transform:uppercase;
	text-align:right;
	font-size: 35px;
	font-weight: 700;
	max-width: 340px;
	margin-left: auto;
}
#about .left_col1_wrap{
	padding-left: 20px;
}
#about .big_phone{
	font-family: 'intro', Arial, Helvetica, sans-serif;		
	padding-bottom: 30px;
	padding-left: 60px;
	position:relative;
	font-weight: 300;
	font-size: 32px;
}
#about .big_phone:before{
	content: "";
	display:block;
	position:absolute;
	width: 36px;
	height: 36px;
	background: url(../img/imgs.png) no-repeat -195px -108px;
	left: 0px;
	top: 5px;
}
#about .text{
	font-size: 16px;
	padding-bottom: 15px;
}
#about .lang{
	position:absolute;
	right: 0px;
	font-size: 16px;
	width: 115px;
	top: 25px;
}
#about .lang > a{
	color:#ffffff;
	position:relative;
	line-height: 20px;
	margin-left: 32px;
	border-bottom: 1px dotted #ffffff;
	width: 80px;
}
#about .lang > a:before{
	
}
#about .lang ul{
	position:absolute;
	display:block;
	background:#ffffff;
	color:#303030;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	width: 110px;
	right: 0px;
	margin-top: 15px;
	padding: 7px 0px;
	display:none;
}
#about .lang ul li, #about .lang ul li a{
	display: block;
}
#about .lang ul li a{
	height: 30px;
	line-height: 30px;
	color:#303030;
	padding-left: 42px;
	position:relative;
}
#about .lang ul li a:hover{
	color:#ffffff;
	background:#ff900c;
}
#about .lang ul li a:before, 
#about .lang > a:before{
	content: "";
	display:block;
	position:absolute;
	width: 20px;
	height: 20px;
	background: url(../img/imgs.png) no-repeat -232px -107px;
	left: 12px;
	top: 5px;
}
#about .lang > a:before{
	left: -32px;
	top: 3px;
}
#about .lang ul li a.en:before, #about .lang > a.en:before{background-position: -252px -107px;}

#about .lang ul:before{
	content: "";
	display:block;
	position:absolute;
	left: 50%;
	margin-left: -10px;
	bottom: 100%;
	border: 10px solid transparent; 
	border-bottom: 10px solid #ffffff; 
}
/********************************/
.overflow{
	position:fixed;
	z-index: 100;
	left: 0px;right: 0px;
	top: 0px;bottom: 0px;
	background: rgba(0, 0, 0, 0.5);
	display:none;
}
.popup{
	position:absolute;
	top: 10%;
	width: 650px;
	left: 50%;
	margin-left: -325px;
	z-index: 101;
	background:#ffffff;
	-webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.6);
	-moz-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.6);
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.6);
	
	text-align:center;
	display:none;
}
.popup .close{
	position:absolute;
	right: 20px;
	top: 20px;
	line-height: 15px;
	color:#ffffff;
	padding-right: 25px;
}
.popup .close.grey{
	color:#707070;
}
.popup .close:before{
	content: "";
	display:block;
	position:absolute;
	width: 15px;
	height: 15px;
	background: url(../img/imgs.png) no-repeat -305px -107px;
	right: 0px;
	top: 0px;
}
.popup .close.grey:before{
	background-position: -321px -107px;
}
.popup_body{
	padding: 0px 45px 25px 45px;
}
.popup .popup_text{
	text-align:left;
	color:#707070;
	font-size: 16px;
	padding-bottom: 20px;
}
.popup .popup_title{
	font-family: 'intro', Arial, Helvetica, sans-serif;	
	font-weight: 800;
	color:#303030;
	text-transform:uppercase;
	font-size: 24px;
	padding-bottom: 20px;
}
.popup .author .avatar{
	width: 150px;
	height: 150px;
	-webkit-border-radius: 75px;
	-moz-border-radius: 75px;
	border-radius: 75px;
}
.popup .author{
	padding: 95px 0px 0px 165px;
	text-align:left;
	margin-top: -70px;
}
.popup .author .name{
	height: auto;
}

.popup_body.centered{
	text-align:center;
	padding-top: 40px;
}
.popup_body.centered .popup_text{
	text-align:center;
	text-transform:uppercase;
	margin-top: -15px;
}

/**************************************************************/
.brancke_descr{
	position:absolute;
	top: 100%;
	left: 0px;
	right: 0px;
	height: 110px;
	font-size: 16px;
	color:#ffffff;
	z-index: 10;
	padding: 30px 35px;
}
.brancke_descr span{
	display:table-cell;
	width: 100%;
	height: 110px;
	vertical-align:middle;
	text-align:left;
}

.partner_descriptions .partner_description{
	padding-top: 30px;
	text-align:center;
	font-size: 16px;
	color:#303030;
	display:none;
	display:none;
	overflow:hidden;
}
.partner_descriptions .partner_description span{

}
/***********************************************************/
.input_box{
	padding: 0px 30px;
	position:relative;
}
.input_box.requred:before{
	content: "*";
	position:absolute;
	font-size: 20px;
	color:#ff0000;
	font-weight: 700;
	right: 10px;
	top: 20px;
}
.inputbox{
	height: 43px;
	border: 1px solid #ff900c;
	padding: 0px 15px;
	-webkit-box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.1);
	box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.1);
	font-style:italic;
	
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	
	margin: 10px 0px;
	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	
	color:#444444;
	font-size: 18px;
	
	width: 100%;
}
.input_box + .btn, .errors + .btn{
	margin-top: 20px;
}

.errors .error{
	display:block;
	clear:both;
	padding: 10px 15px;
	background:#ffcccc;
	color:#8e0707;
	font-size: 14px;
	
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	
	margin: 12px 0px 0px 0px;
	text-align:left;
}

.fifth-effect .brancke_descr{
	-webkit-transition: top 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
	-moz-transition: top 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
	transition: top 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.fifth-effect .span_wrap{
	-webkit-transition: margin 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
	-moz-transition: margin 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
	transition: margin 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.fifth-effect.hover .brancke_descr{
	top: 0px;
}
.fifth-effect.hover .span_wrap{
	margin-top: -180px;
}