*::-webkit-input-placeholder {
	color: #666;
	opacity: 1;
}
*:-moz-placeholder {
	color: #666;
	opacity: 1;
}
*::-moz-placeholder {
	color: #666;
	opacity: 1;
}
*:-ms-input-placeholder {
	color: #666;
	opacity: 1;
}

body input:focus:required:invalid,
body textarea:focus:required:invalid {
	
}
body input:required:valid,
body textarea:required:valid { 
	
}
body {
	
	font-size: 16px; 
	margin: 0;
}
.new_content{
  width: 1200px;
  margin: auto;
}
footer .input-call input{
  color: #fff; 
}
header{
  padding: 25px 0;
  
}
.site-one-text > div:nth-child(2) b{
  font-weight: 100;
  color: #cd4726;
}
.container{
  width: 960px;
  margin: auto;
}
.header{
  min-height: 120px;
  position: relative;
}
.logo{
  float: left;
  
}
.main-menu{
  float: left; 
  margin-top: 15px;
  margin-left: 140px;
}
.main-menu ul{
  margin: 0;
  padding: 0;
}
.main-menu ul li:nth-last-child(1){
  margin-right: 0;
}
.main-menu ul li{
  list-style: none;
  float: left;
  margin-right: 20px;
}
.main-menu ul li a{
  overflow: hidden;
  text-decoration: none;
  text-transform: uppercase;
  font-family: "ProximaNovaCondSemibold";
  color: #4d4948;
  position: relative;
}
.main-menu ul li a:after{
  content: '';
  position: absolute;
  bottom: -10px;
  left: 0;
  height: 3px;
  width: 0;
  background: #cd4626;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
.main-menu ul li a:before{
  content: '';
  position: absolute;
  bottom: -10px;
  right: 0;
  height: 3px;
  width: 0;
  background: #cd4626;
 -webkit-transition: all .3s;
 -moz-transition: all .3s;
 -ms-transition: all .3s;
 -o-transition: all .3s;
 transition: all .3s;
}
.mobile-menu ul li.current-menu-item a{
  color: #cd4626;
}
.main-menu ul li a:hover:after,.main-menu ul li.current-menu-item a:after{
  width: 50%;
}
.main-menu ul li a:hover:before,.main-menu ul li.current-menu-item a:before{
  width: 50%;
}
.header-call span{
  display: block;
  text-align: center;
}
.header-call span:nth-child(1){
  font-size: 20px;
  font-family: "FormularBold";
  color: #4d4948;
}
.header-call a{
  font-size: 14px;
  margin-top: 5px;
  text-transform: uppercase;
  text-decoration: none;
  color: #fff;
  display: block;
  font-family: "FormularBold";
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  -ms-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
  display: block;
  padding: 0px 5px;
  
  line-height: 30px;
  background: #cd4726;
  border: 1px solid #cd4726;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  
}
.header-call a:hover{
  background: #b84022;
}
.header-call{
  text-transform: uppercase;
  float: right;
  margin-top: 23px;
}
.start{
  position: relative;
  padding-top: 60px;
  min-height: 365px;
  background: url(../img/bg1.png) no-repeat;
  -webkit-background-size: cover;
  background-position: center top;
  background-size: cover;
}
.start .container{
  position: relative;
}
.start-wrapp{
  
  
}
.start-left h1{
  font-weight: 100 !important;
  margin: 0;
  font-size: 46px;
  color: #4d4948;
  text-transform: uppercase;
}
.start-left h1 span:nth-child(1){
  font-family: "ProximaNovaCondRegular";
}
.start-left h1 span:nth-child(3){
  font-family: "ProximaNovaCondBold";
  color: #4d4948;
}
.start-left h1 span:nth-child(4){
  font-family: "ProximaNovaCondRegular";
}
.start-left a{
  font-size: 16px;
  margin-top: 5px;
  text-transform: uppercase;
  text-decoration: none;
  color: #fff;
  display: block;
  font-family: "FormularBold";
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  -ms-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
  display: block;
  
  height: 40px;
  width: 270px;
  text-align: center;
  line-height: 40px;
  background: #cd4726;
  border: 1px solid #cd4726;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  margin-top: 40px;
}
.start-left a:hover{
  background: #b84022;
}
.start-left{
  float: left;
}
.start-right{
  position: absolute;
  right: -180px;
  float: right;
}
.order{
  padding-top: 60px;
  padding-bottom: 30px;
}
.ask{
  padding-top: 60px;
  padding-bottom: 40px;
  background: #fafafa;
}
.temp-title{
  color: #4d4948;
  text-transform: uppercase;
  font-family: "FormularBold";
  text-align: center;
  font-size: 32px;
}
.temp-title span{
  color: #cd4726;
}

@media(min-width:960px) {
  .promo-title {
    position: relative;
  }
  .promo-title:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    content: '';
    background: #a4391e;
    z-index: 1;
    height: 63px;
  }
  .promo-title div {
    position: relative;
    z-index: 2;
    display: inline-block;
    background: #fafafa;
    padding: 0 266px;
  }
  .promo-title div:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 250px;
    background: url('../img/pt-left.png') 0 0 no-repeat;
  }
  .promo-title div:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 250px;
    background: url('../img/pt-right.png') 100% 0 no-repeat;
  }
}

.temp-title3{
  color: #4d4948;
  text-transform: uppercase;
  font-family: "FormularBold";
  text-align: center;
  font-size: 24px;
  margin-top: 45px;
}
.hr{
  height: 2px;
  width: 40px;
  background: #a0a0a0;
  margin: 25px auto;
  
}
.hr1{
  height: 2px;
  width: 40px;
  background: #a0a0a0;
  margin: 20px auto;
  
}
.temp-title2{
  width: 740px;
  margin: auto;
  line-height: 1.3;
  font-size: 18px;
  color: #4d4948;
  text-align: center;
  font-family: "FormularMedium";
}
.temp-title2-main2 p{
  margin: 0;
  margin-bottom: 8px;
}
.temp-title2-main2{
  
  font-size: 24px;
  color: #4d4948;
  text-align: center;
  font-family: "FormularMedium";
}
.order-iconcs{
  text-align: center;
  margin-top: 60px;
}
.order-icon{
  margin-left: 20px;
  margin-right: 20px;
  width: 160px;
  display: inline-block;
  vertical-align: top;
}
.order-icon img{
  display: block;
  margin: 0 auto; 
}
.order-icon p{
  line-height: 1.5;
  font-size: 14px;
  color: #4d4948;
  text-align: center;
  font-family: "FormularRegular";
}
.asd-right{
  float: right;
  width: 470px;
  height: 315px;
}
.asd-wrapp{
  overflow: hidden;
  margin-top: 50px;
}
.asd-left ul{
  padding: 0;
  margin: 0;
}
.asd-left ul li{
  position: relative;
  list-style: none;
  font-size: 18px;
  color: #4d4948;
  padding-left: 70px;
  margin-top: 40px;
  font-family: "FormularRegular";
  line-height: 1.5;
}
.asd-left ul li:nth-child(1){
  margin-top: 0;
}
.asd-left ul li:before{
  content: '';
  position: absolute;
  background: url(../img/icon-okey.png) no-repeat;
  width: 40px;
  height: 40px;
  left: 0;
  top: 5px;
}
.asd-left{
  width: 408px;
  float: left;
}
.benefit{
  padding-top: 60px;
  
}
.numbers{
  margin-top: 30px;
}

.numbers .block p{
  text-align: left;
  color: #4d4948;
  font-family: "FormularRegular";
  line-height: 1.5;
  font-size: 18px;
  display: inline-block;
  width: 350px;
  
}
.numbers .block span{
  font-size: 64px;
  color: #cd4726;
  font-family: "FormularBold";
  display: inline-block;
  margin-right: 10px;
  vertical-align: top;
}
.numbers .block{
  
  display: inline-block;
  vertical-align: top;
  width: 440px;
  margin:20px 30px 40px 0;
}
.clients{
  padding-top: 60px;
  
  background: #fafafa;
}
.cls{
  width: 750px;
  margin: auto;
  
}
.cl-item{
  outline: none;
  width: 140px;
  height: 80px;
  margin-right: 25px;
  margin-left: 25px;
  cursor: pointer;
  box-shadow:6px 10px 40px #e4e4e4;
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  -ms-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
  
}
.cl-item:hover{
  box-shadow:1px 1px 40px #e4e4e4;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.cl-arrow{
  display: block;
  position: absolute;
  top: 56px;
  width: 17px;
  height: 31px;
  background: url(../img/logo-arr-left.png);
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}
.cl-arrow:hover{
  background: url(../img/logo-arr-left-hover.png);
}
.cl-prev{
  left: -70px;
}
.cl-next{
  right: -70px;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.cl-item-wrp{
  padding-top: 30px;
  height: 130px;
  outline: none;
}
.reviews{
  padding-top: 60px;
  padding-bottom: 30px;
}
.reviews-slider{
  width: 580px;
  margin: auto;
  margin-top: 60px;
}
.rs-item{
  outline: none;
  width: 580px;
  padding: 10px;
}
.rs-item span{
  display: block;
}
.rs-item span:nth-child(1){
  height: 360px;
  cursor: pointer;
  position: relative;
  box-shadow:1px 1px 30px #f4f4f4;
}
.play{
  font-size: 40px;
  /*color: #e52d27;*/
 color:white;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 40px;
  height: 40px;
}
.rs-item span:nth-child(1) iframe{
  border: 0;
  width: 100%;
  height: 100%;
}
.rs-item span:nth-child(2){
  color: #4d4948;
  font-family: "FormularMedium";
  line-height: 1.5;
  font-size: 18px;
  margin-top: 30px;
  text-align: center;
}
.cl-arrow1{
  display: block;
  position: absolute;
  top: 170px;
  width: 17px;
  height: 31px;
  background: url(../img/logo-arr-left.png);
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}
.cl-arrow1:hover{
  background: url(../img/logo-arr-left-hover.png);
}
.founder{
  position: relative;
  padding-top: 60px;
  padding-bottom: 50px;
  min-height: calc(710px - 110px);
  background: url(../img/fd.png) no-repeat;
  -webkit-background-size: cover;
  background-position: center top;
  background-size: cover;
}
.fd-wp{
  text-align: center;
  overflow: hidden;
}
.fd-left{
  margin-right: 50px;
  float: right;
  position: relative;
  z-index: 2;
}
.fd-right{
  float: right;
  margin-right: 75px;
}
.fd-right span{
  display: block;
  text-align: left;
}
.fd-right span:nth-child(1){
  font-family: "FormularBold";
  font-size: 24px;
  color: #cd4726;
  text-transform: uppercase;
  margin-top: 50px;
}
.fd-right span:nth-child(2){
  margin-top: 30px;
  font-family: "FormularMedium";
  line-height: 1.5;
  font-size: 18px;
  color: #4d4948;
}
.fq{
  position: relative;
  background: #fff;
  padding:50px;
  font-family: "FormularMedium";
  line-height: 1.5;
  font-size: 18px;
  color: #4d4948;
  margin-top: -4px;
  box-shadow:1px 1px 50px #d7d7d7;
}
.fq:before,.fq:after{
  font-family: "FormularBold";
  content: ',,';
  color: #cd4726;
  position: absolute;
  font-size: 60px;
  letter-spacing: -5px;
}
.fq:before{
  left: 15px;
  top: 10px;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fq:after{
  right: 25px;
  bottom: 10px;
}
.form-footer{
  min-height: 240px;
  padding: 60px 0;
  background: url(../img/fbg.png) no-repeat;
  -webkit-background-size: cover;
  background-position: center top;
  background-size: cover;
}
.ff-left{
  float: left;
  width: 425px;
}
.ff-left span{
  display: block;
}
.ff-left span:nth-child(1){
  font-family: "FormularMedium";
  font-size: 18px;
  color: #cd4726; 
}
.ff-left span:nth-child(2){
  text-transform: uppercase;
  font-family: "FormularBold";
  font-size: 32px;
  margin-top: 25px;
  color: #fff;
}
.ff-left span:nth-child(3){
  font-family: "OpenSans-Regular";
  font-size: 18px;
  margin-top: 20px;
  color: #fff;
}
.ff-right{
  float: right;
}
.ffr-form:before{
  content: '';
  position: absolute;
  z-index: 2;
  left: -185px;
  top: 180px;
  width: 225px;
  height: 45px;
  background: url(../img/arr.png) no-repeat;
}
.ffr-form{
  position: relative;
  background: rgba(1,1,1,.5);
  width: 250px;
  min-height: 180px;
  padding: 30px 50px;
}
.ffr-form span{
  color: #fff;
  font-family: "FormularMedium";
  font-size: 18px;
  text-align: center;
  margin-bottom: 15px;
  display: block;
}
.ffr-form input{
  border: none;
  width: 100%;
  border: 2px solid #fff;
  color: #fff;
  font-family: "FormularMedium";
  font-size: 14px;
  background: none;
  text-align: center;
  margin-top: 10px;
  padding: 7px 0;
  outline: none;
}
.ffr-form input::-webkit-input-placeholder {
  color: #fff;
  opacity: 1;
}
.ffr-form input:-moz-placeholder {
  color: #fff;
  opacity: 1;
}
.ffr-form input::-moz-placeholder {
  color: #fff;
  opacity: 1;
}
.ffr-form input:-ms-input-placeholder {
  color: #fff;
  opacity: 1;
}
.ffr-form button{
  cursor: pointer;
  margin-top: 10px;
  border: 0;
  width: 100%;
  font-size: 18px;
  color: #fff;
  background: #cd4726;
  line-height: 50px;
  height: 50px;
  text-transform: uppercase;
  text-align: center;
  outline: none;
}
.ffr-form button span{
  display: inline-block;
  vertical-align: middle;
}
.ffr-form button span:nth-child(2){
  margin-left: 7px;
  border: 7px solid transparent; border-left: 13px solid #fff;
}
.ffr-form button:hover{
  background: #b84022;
}
.logof{
  float: left;
  
}
.logof p{
  font-size: 12px;
  color: #fff;
}
.footer{
  overflow: hidden;
  background: #343232;
  padding: 60px 0;
  font-family: "FormularLight";
}
.footer-menu{
  float: left;
  margin-left: 100px;
}
.footer-menu ul{
  padding: 0;
  margin: 0;
}
.footer-menu ul li{
  padding-left: 20px;
  position: relative;
  list-style: none;
  margin-top: 2px;
}
.footer-menu ul li:after{
  left: 0;
  top: 4px;
  content: '';
  position: absolute;
  background: url(../img/menu-arr.png);
  width: 6px;
  height: 11px;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: 0 0;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;

}
.footer-menu ul li:before{
 
}
.footer-menu ul li a{
  text-decoration: none;text-transform: uppercase;
  color: #fff;
  font-family: "ProximaNovaCondSemibold";
}
.footer-menu ul li a:hover{
  opacity: .5;
}

.footer-menu ul li:hover:after{
  background: url(../img/menu-arr-hover.png);
  left: 5px;
}
.copy{
  font-size: 12px;
  font-family: "FormularMedium";
  float: left;
  margin-left: 90px;
  color: #666565;
}
.footer-call{
  float: right;
  text-align: center;
}
.footer-call span{
  display: block;
}
.footer-call span:nth-child(1){
  font-size: 20px;
  color: #fff;
  font-family: "FormularBold";
}
.footer-call a{
  font-family: "FormularBold";
  font-size: 14px;
  color: #fff;
  padding: 7px 30px;
  text-decoration: none;
  text-transform: uppercase;
  display: block;
  margin-top: 5px;
  background: #cd4726;
}
.footer-call a:hover{
  background: #b84022;
}
.cls .slick-dots{
  margin: 0;
  padding: 0;
  text-align: center;
}
.cls .slick-dots li{
  list-style: none;
  display: inline-block;
  margin-left: 5px;
  margin-right: 5px;
}
.cls .slick-dots li button{
  outline: none;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  padding: 0;
  margin: 0;
  font-size: 0;
  border: 0;
  width: 15px;
  height: 15px;
  border: 2px solid #4d4948;
  background: 0;
}
.cls .slick-dots li.slick-active button{
  background: #4d4948;
}



.reviews-slider .slick-dots{
  margin: 0;
  padding: 0;
  text-align: center;
}
.reviews-slider .slick-dots li{
  list-style: none;
  display: inline-block;
  margin-left: 5px;
  margin-right: 5px;
}
.reviews-slider .slick-dots li button{
  outline: none;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  padding: 0;
  margin: 0;
  font-size: 0;
  border: 0;
  width: 15px;
  height: 15px;
  border: 2px solid #4d4948;
  background: 0;
}
.reviews-slider .slick-dots li.slick-active button{
  background: #4d4948;
}
.burger{
  position: relative;
  width: 30px;
  display: inline-block;
  height: 30px;
  margin-right: 20px;
  margin-left: 20px;
  display: none;
}
.burger span{
  display: block;
  position: absolute;
  width: 100%;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  height: 2px;
  background: #4d4948;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}
.burger span:nth-child(1){
  top: 0;
}
.burger span:nth-child(2){
  top: 8px;
}
.burger span:nth-child(3){
  top: 16px;
}

@keyframes animation-burger1 {
   0%{ 
    top: 2px;
   }
   33%{ 
    top: 4px;
   }
   66%{ 
    top: 6px;
   }
   95%{
    
     -webkit-transform: rotate(-25deg);
     -moz-transform: rotate(-25deg);
     -ms-transform: rotate(-25deg);
     -o-transform: rotate(-25deg);
     transform: rotate(-25deg);
   }
   100%{
     top: 8px;
     -webkit-transform: rotate(-45deg);
     -moz-transform: rotate(-45deg);
     -ms-transform: rotate(-45deg);
     -o-transform: rotate(-45deg);
     transform: rotate(-45deg);
   }
   
}
@keyframes animation-burger2 {
   0%{ 
    top: 14px;
   }
   33%{ 
    top: 12px;
   }
   66%{ 
    top: 10px;
   }
   90%{
     top: 8px;
   }
   95%{
    
     -webkit-transform: rotate(25deg);
     -moz-transform: rotate(25deg);
     -ms-transform: rotate(25deg);
     -o-transform: rotate(25deg);
     transform: rotate(25deg);
   }
   100%{
     top: 8px;
     -webkit-transform: rotate(45deg);
     -moz-transform: rotate(45deg);
     -ms-transform: rotate(45deg);
     -o-transform: rotate(45deg);
     transform: rotate(45deg);
   }
   
}
.burger-anim1{
  animation-name: animation-burger1;
    animation-duration: .2s;
    animation-fill-mode: forwards;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}
.burger-anim2{
  animation-name: animation-burger2;
    animation-duration: .2s;
    animation-fill-mode: forwards;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

.mobile-menu{
  
  width: calc(100% - 20px);
  
  text-align: left;
  z-index: 10;
  overflow: hidden;
  
  background: #fafafa;
  padding: 10px;
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  -ms-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
}

.mobile-menu ul{
  position: relative;
  padding: 0;
  margin: 0;
}
.mobile-menu ul li{
  list-style: none;
}
.mobile-menu ul li a{
  font-size: 24px;
  text-decoration: none;
    text-transform: uppercase;
    font-family: "ProximaNovaCondSemibold";
    color: #4d4948;
    position: relative;
}
.analisis{
  position: fixed;
  left: 10px;
  top: 35%;
  z-index: 2;
  width: 160px;
  height: 180px;
  cursor: pointer;
  -webkit-transition: all .6s;
  -moz-transition: all .6s;
  -ms-transition: all .6s;
  -o-transition: all .6s;
  transition: all .6s;
}
.analisis-block{
  box-shadow:0 0 10px rgba(100, 100, 100, .5);
  width: 140px;
  height: 140px;
  background: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 5px solid #fafafa;
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  -ms-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
}

.analisis-block:hover{
  border: 5px solid #b5b8b9;
}
.analisis-block span{
  display: block;
  text-align: center;
}

.analisis-block span:nth-child(1){
  padding-top: 25px;
}
.analisis-block span:nth-child(2){
  font-size: 14px;
  font-family: "FormularRegular";
  color: #4d4948;
  margin-top: 10px;
}
.btn-close:hover{
  opacity: 1;
}
.btn-close{
  opacity: .5;
  position: absolute;
  left: 0;
  top: 0;
  cursor: pointer;
}
.portofolio{
  background: url(../img/portfolio-bg.png) no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center top;
  min-height: 1px;
  overflow: hidden;
  padding: 50px 0;
}
.temp-keys{
  background: white;
  padding: 0 15px 15px 15px;
  margin-top: 30px;
}
.keys{
  width: 275px;
  display: inline-block;
  margin-left: 15px;
  margin-right: 15px;
  vertical-align: top;
  height: 407px;
  margin-top: 15px;
}
.keys-img{
  height: 200px;
  position: relative;
  overflow: hidden;
}
.keys-img:hover .see{
  bottom: 0;
}
.keys-img .see img{
  margin-top: 19px;
}
.keys-img:before{
  width: 0;
  height: 0;
  background: rgba(1,1,1,.5);
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  content: '';
}
.keys-img:hover:before{
  width: 100%;
  height: 100%;
}
.keys-img .see{
  z-index: 3;
  background: #cd4726;
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  -ms-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
  position: absolute;
  width: 70px;
  height: 70px;
  right: 0;
  bottom: -70px;
  text-align: center;
}
.keys-title a{
  font-size: 24px;
  font-family: "FormularBold";
  color: #4d4948;
 text-decoration: none;
}
.keys-title{
  font-size: 24px;
  font-family: "FormularBold";
  color: #4d4948;
  text-align: center;
  text-transform: uppercase;
  margin-top: 30px;
}
.keys-text p{
  margin: 0;
  margin-bottom: 5px;
}
.keys-text{
  font-size: 18px;
  font-family: "FormularMedium";
  color: #4d4948;
  text-align: center;
  
  
}
.keys a.keys-link{
  display: block; 
  width: 200px;
  height: 30px;
  line-height: 30px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background: #cd4726;
  font-family: "FormularBold";
  font-size: 14px;
  margin: auto;
  text-decoration: none;
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  -ms-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
  margin-top: 25px;
}
.keys a.keys-link:hover{
  background: #b84022;
}
.more-keys{
  color: #cd4726;
  font-size: 18px;
  font-family: "FormularMedium";
  text-align: center;
  cursor: pointer;
  margin-top: 30px;
}
.more-keys span{
  display: inline-block;
  vertical-align: middle;
}
.more-keys span:nth-child(1){
  position: relative;
}
.more-keys span:nth-child(1):before{
  content: '';
  bottom: -2px;
  width: 100%;
  height: 1px;
  background: #cd4726;
  position: absolute;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}
.more-keys:hover span:nth-child(1):before{
  width: 0;
}
.more-keys span:nth-child(2){
  margin-left: 5px;
 
  width: 10px;
  height: 6px;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}
.more-keys:hover span:nth-child(2){
  
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}


.wheel {
    animation-name: spin;
    animation-duration: 600ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
 
    z-index: 100;
}
 
@keyframes spin {
    from {
        transform:rotate(0deg);
    }
    to {
        transform:rotate(360deg);
    }
}

.work-page-desc{
  background: url(../img/portfolio-bg.png) no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center top;
  min-height: 1px;
  overflow: hidden;
  padding: 100px 0 60px 0;
}
.desc-wrapp{
  overflow: hidden;
}
.desc-left{
  margin-top: 50px; 
  float: left;
  width: 100%;
  font-family: "FormularMedium";
  font-size: 18px;
  color: #4d4948; 
  line-height: 1.5;    
}
.list-work{
  min-height: 1px;
  overflow: hidden;
  padding: 60px 0;
  background: #fafafa;
}
.list-work-context{
  margin-top: 45px;
  overflow: hidden;
  padding-top: 5px;
  font-family: "FormularRegular";
  
  color: #4d4948;
}
.list-work-context > ul{
  padding: 0;
  margin: 0;
  float: left;
  width: 470px;
}
.list-work-context > ul:nth-child(2){
  float: right;
}
.list-work-context   li{
  font-family: "FormularMedium";
  font-size: 18px;
  color: #4d4948;
  position: relative;
  list-style: none; 
}
.list-work-context > ul > li:nth-child(1){
  margin-top: 0;
}
.list-work-context > ul > li{
  position: relative;
  margin-top: 25px;
  padding-left: 50px;
}
.list-work-context > ul > li:before{
  content: '';
  width: 32px;
  height: 32px;
  background: url(../img/list-i.png);
  position: absolute;
  left: 0;
  top: -4px;
}
.list-work-context > ul > li ul{
  margin: 0;
  padding: 0;
}
.list-work-context > ul > li ul li{
  padding-left: 30px;
  margin-top: 15px;
}
.list-work-context > ul > li ul li:before{
  content: '';
  position: absolute;
  left: 0;
  top: 8px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  background: #cd4726;
}
.work-process{
  min-height: 1px;
  overflow: hidden;
  padding: 40px 0;
}
.step-wrapp{
  overflow: hidden;
  margin-top: 40px;
}
.step-wrapp > div{
  float: left;
}
.step-right{
  width: 490px;
}
.step-left{
  cursor: pointer;
  width: 420px;
  height: 350px;
  position: relative;
  overflow: hidden;
}
.leftimg .see img{
  margin-top: 10px;
}
.step-wrapp.right .leftimg .see{
  right: 0;
  bottom: 0;
}
.leftimg:hover:before{
  width: 100%;
}
.leftimg:before{
  content: '';
  position: absolute;
  width: 0%;
  left: 0;
  top: 0;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  height: 100%;
  background: rgba(1,1,1,.5);
}
.leftimg .see{
  text-align: center;
  position: absolute;
  width: 50px;
  background: #cd4726;
  height: 50px;
  z-index: 2;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}
.step-wrapp > div:nth-child(1){
  margin-right: 50px;
}
.steps > div:nth-child(1){
  margin-top: 0;
}
.step-right span{
  display: block;
}
.step-right span:nth-child(1){
  font-size: 32px;
  font-family: "FormularBold";
  color: #cd4726;
}
.step-right span:nth-child(2){
  font-family: "FormularMedium";
  font-size: 18px;
  color: #4d4948; 
  line-height: 1.5;
  margin-top: 20px;
}
.step-right span:nth-child(2) p{
  margin: 0;
}
.step-wrapp.right > div{
  float: right;
}
.step-wrapp.right > div:nth-child(1){
  margin-right: 0;
}
.step-wrapp.right > div:nth-child(2){
  margin-right: 50px;
}
.steps{
  margin-top: 90px;
}
.steps2{
  display: none;
}
.als-1{
  width: 50px;
  height: 50px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #eaeaea;
  position: absolute;
  z-index: -1;
}
.price-work{
  width: 100%;
  padding: 40px 0;
  background: #4d4948;
  margin-top: 60px;
}
.price-work > div{
  text-align: center;
}
.price-work > div span{
  display: inline-block;
  vertical-align: middle;
  color: #fff;
}
.price-work > div span:nth-child(1){
  margin-right: 10px;
}
.price-work > div span:nth-child(2){
  font-size: 18px;
  text-transform: uppercase;
  font-family: "FormularLight";
  margin-right: 5px;
}
.price-work > div span:nth-child(3){
  font-family: "FormularBold";
  font-size: 32px;
}
.step-wrapp.right .step-left .see{
  right: -70px;
}
.step-wrapp.right .step-left:hover .see{
  right: 0;
}
.step-wrapp.left .step-left .see{
  left: -70px;
}
.step-wrapp.left .step-left:hover .see{
  left: 0;
}
.other-keys{
  background: url(../img/other-keys-bg.png) no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center top;
  min-height: 1px;
  overflow: hidden;
  padding: 60px 0;
}
.other-keys a{
  display: block;
  line-height: 50px;
  width: 400px;
  height: 50px;
  margin: auto;
  text-align: center;
  font-family: "FormularMedium";
  background: #cd4726;
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}
.other-keys a:hover{
  background: #b84022;
}
.blog{
  background: #fafafa;
  overflow: hidden;
  padding-bottom: 30px;
}
.blog-title{
  text-transform: uppercase;
  font-family: "FormularBold";
  font-size: 32px;
  color: #4d4948;
}
.blog-left{
  padding-top: 60px;
  float: left;
  width: 610px;
}
.blog-right{
  
  float: right;
  width: calc(310px - 100px);
  padding: 0 50px;
  background: #eaeaea;
  padding-top: 60px;
  padding-bottom: 30px;
}
.hrn{
  width: 100%;
  height: 2px;
  background: #a0a0a0;
  margin-top: 30px;
}
.blog-res{
  margin-top: 30px;
}
.blog-res > div:nth-child(odd){
  margin-right: 40px;
}
.blog-one{
  margin-bottom: 30px;
  width: 280px;
  display: inline-block;
  vertical-align: top;
  padding-bottom: 30px;
  border-bottom: 2px solid #eaeaea;
}
.blog-one-img{
  height: 150px;
  width: 100%;
  margin-top: 20px;
}
.blog-one div:nth-child(1){
  text-align: center;
  font-family: "FormularBold";
  font-size: 14px;
  
  color: #4d4948;
}
.blog-one-title{
  text-align: center;
  font-family: "FormularBold";
  font-size: 18px;
  margin-top: 20px;
  color: #4d4948;
}
.blog-one-title a{
  text-align: center;
  font-family: "FormularBold";
  font-size: 18px;
  margin-top: 20px;
  color: #4d4948;
  text-decoration: none;
}
.blog-one-desc{
  line-height: 1.5;
  text-align: justify;
  font-family: "FormularMedium";
  font-size: 14px;
  
  color: #4d4948;
}
.blog-one-link{
  display: block;
  margin-top: 20px;
  text-transform: uppercase;
  text-decoration: none;
  color: #fff;
  background: #cd4726;
   font-family: "FormularBold";
  font-size: 18px;
  text-align: center;
  padding: 8px 0;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}
.blog-one-link:hover{
  background: #b84022;
}
.blog-one-author{
  margin-top: 20px;
}
.blog-one-cat{
  margin-top: 5px;
}
.blog-one-author,.blog-one-cat{
  text-align: center;
}
.blog-one-author span,.blog-one-cat span{
  display: inline-block;
  
  font-size: 14px;
  vertical-align: top;
  font-family: "FormularMedium";
}
.blog-one-author span:nth-child(1),.blog-one-cat span:nth-child(1){
  color: #4d4948;
  margin-right: 5px;
}
.blog-one-author span:nth-child(2),.blog-one-cat span:nth-child(2){
  color: #cd4726;
}
.addmore{
  display: block;
  width: 200px;
  margin: auto;
  margin-top: 0px;
  margin-bottom: 20px;
  text-transform: uppercase;
  text-decoration: none;
  color: #fff;
  background: #cd4726;
   font-family: "FormularBold";
  font-size: 18px;
  text-align: center;
  padding: 8px 0;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}
.addmore:hover{
  background: #b84022;
}
.blog-video{
  margin-bottom: 40px;
}
.blog-video span{
  display: block;
}
.blog-video span:nth-child(1){
  height: 120px;
}
.blog-video span:nth-child(2){
  padding: 20px;
  background: #fff;
  font-family: "FormularMedium";
  font-size: 14px;
  
  color: #4d4948;
  line-height: 1.5;
}
.blog-video-res{
 margin-top: 65px; 
}
.blog-video-res a{
  text-decoration: none;
}
.pageblog{
  overflow: hidden;
  padding-bottom: 50px;
}
.pageblog-left{
  float: left;
  width: 610px;
}
.pageblog-right{
  float: right;
  width: 310px;
}
.pageblog-title{
  /*font-size: 32px;*/
  font-family: "FormularBold"; 
  color: #4d4948;
}

h1{
  font-size: 32px;
  font-family: "FormularBold"; 
  color: #4d4948;
}

h1.index { /* Абзац с классом cite */
    font-family: "FormularBold";
    color: #4d4948;
    text-transform: uppercase;
    font-size: 24px;
    line-height: 1.5;
}    
.pageblog-info{
  overflow: hidden;
  margin-top: 20px;
}
.pageblog-info span{
  display: block;
  font-family: "FormularLight";
  font-size: 18px;
  
  color: #4d4948;
}
.pageblog-info span:nth-child(1){
  float: left;
}
.pageblog-info span:nth-child(2){
  float: right;
}
.pageblog-content{
  margin-top: 20px;
  font-family: "FormularLight";
  font-size: 18px;
  text-align: justify;
  color: #4d4948;
}
.pageblog-content div{
  margin-top: 10px;
}
.pageblog-content ul{
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}
.pageblog-content ul li{
  list-style: none;
  position: relative;
}
.pageblog-content ul li:before{
  content: '';
  width: 5px;
  height: 5px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #cd4726;
  left: -15px;
  top: 10px;
  position: absolute;
}
.pageblog-content p{
}
.pageother-art{
  font-size: 22px;
  font-family: "FormularMedium"; 
  color: #4d4948;
}
.otherart{
  width: 310px;
  display: inline-block;
}
.otherart span{
  display: block;
}
.otherart span:nth-child(1){
  height: 150px;
}
.otherart a{
  text-decoration: none;
}
.otherart a span{
  margin-top: 20px;
  font-family: "FormularLight";
  font-size: 18px;
  text-align: center;
  color: #4d4948;
}
.cost-first{
  background: url(../img/cost-bg.png) no-repeat;
  -webkit-background-size: cover;
  background-position: center top;
  background-size: cover;
  min-height: 1px;
  overflow: hidden;
  padding: 60px 0;
  font-size: 18px;
  font-family: "FormularMedium"; 
  color: #4d4948;
  text-align: center;
  line-height: 1.5;
}
.temp-cost{
  padding: 60px 0;
}
.temp-titlep{
  font-size: 18px;
  font-family: "FormularMedium"; 
  color: #4d4948;
  text-align: justify;
  line-height: 1.5;
}
.temp-titlef{
  margin-top: 60px;
  font-size: 24px;
  font-family: "FormularBold"; 
  color: #4d4948;
  text-transform: uppercase;
  text-align: center;
}
.list_funnels{
  text-align: center;
}
.list_funnels123{
  overflow: hidden;
  padding-bottom: 20px;
  margin-top: 30px;
}
.list_funnels123 > ul{
  float: left;
}
.list_funnels123 > ul:nth-child(2){
  float: right;
}
.list_funnel{
  display: inline-block;
  vertical-align: top;
  width: 130px;
  margin-right: 50px;
  margin-left: 50px;
  margin-top: 30px;
  text-align: center;
}
.list_funnel span{
  display: block;
}
.list_funnel span:nth-child(2){
  font-size: 18px;
  font-family: "FormularMedium"; 
  color: #4d4948;
  margin-top: 15px;
}
.temp-button{
  margin-top: 50px;
}
.temp-button > div{
  display: inline-block;
  vertical-align: top;
  height: 100px;
  line-height: 100px;
  text-align: center;
}
.temp-button > div:nth-child(1){
  width: 480px;
  background: #4d4948;
  
  margin-right: 10px;
}
.temp-button > div:nth-child(2){
  margin-right: 5px;
  background: #4d4948;
  width: 280px;
  margin-right: 10px;
}
.temp-button > div span{
  display: inline-block;
  vertical-align: middle;
}
.temp-button > div img{
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.temp-button > div span:nth-child(3){
  color: #fff;
  font-size: 18px;
  font-family: "FormularMedium";  
}
.temp-button > div span:nth-child(2){
  color: #fff;
  font-size: 24px;
  font-family: "FormularBold";  
  text-transform: uppercase;
  margin-right: 5px;
}
.temp-button a{
  width: 170px;
  height: 100px;
  line-height: 100px;
  display: inline-block;
  vertical-align: top;
  color: #fff;
  font-size: 24px;
  font-family: "FormularBold";  
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  background: #cd4726;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}
.temp-button a:hover{
  background: #b84022;
}
.list_marketing_title {
  font-family: "FormularMedium";
  font-size: 18px;
  color: #4d4948;
  font-weight: bold;
  text-transform: uppercase;
  padding: 60px 0 0 50px;
}
.list_marketing ul{
  margin: 0;
  padding: 0;
}
.list_marketing ul li{
  list-style: none;
  position: relative;
  font-family: "FormularMedium";
  font-size: 18px;
  color: #4d4948;
  margin-top: 25px;
  padding-left: 50px;
}
.list_marketing ul li:before{
      content: '';
    width: 32px;
    height: 32px;
    background: url(../img/list-i.png);
    position: absolute;
    left: 0;
    top: -4px;
}
.tt{
  font-size: 18px;
  font-family: "FormularMedium"; 
  color: #4d4948;
  margin-top: 60px;
  text-transform: uppercase;
  padding-left: 50px;
}
.list_marketing1 ol{
  padding: 0;
  margin: 0;
  counter-reset: step-counter;
}
.list_marketing1 ol li{
  
  list-style: none;
  position: relative;
  font-family: "FormularMedium";
  font-size: 18px;
  color: #4d4948;
  margin-top: 25px;
  padding-left: 50px;
}
.list_marketing1 ol li:before{
  counter-increment: step-counter;
  content: counter(step-counter)".";
  position: absolute;
  font-size: 32px;
  font-family: "FormularBold"; 
  left: 0;
  top: -8px;
  color: #e44d2d;
}
.add-content{
  overflow: hidden;
  padding-bottom: 10px;
}
.add-content ul{
  padding: 0;
  margin: 0;
}
.add-content ul{
  float: left;
  width: 470px;
  
}
.add-content ul:nth-child(2){
  float: right;
}
.add-content ul li{
  list-style: none;
  position: relative;
  font-family: "FormularMedium";
  font-size: 18px;
  color: #4d4948;
  margin-top: 25px;
  padding-left: 50px;
}
.add-content ul li:before{
      content: '';
    width: 32px;
    height: 32px;
    background: url(../img/list-i.png);
    position: absolute;
    left: 0;
    top: -4px;
}
.formcost{
  padding: 60px 0;
  background: #cd4726;
}
.formcost span{
  display: block;
  text-align: center;
  font-size: 16px;
  color: #fff;
  font-family: "FormularMedium";
  line-height: 1.5;
}
.formcost input{
  border: 0;
  background: none;
  color: #fff;
  border: 2px solid #fff;
  font-size: 14px;
  font-family: "FormularMedium";
  text-align: center;
  width: 250px;
  display: inline-block;
  vertical-align: middle;
  height: 50px;
  margin-right: 10px;
  margin-left: 10px;
  margin-top: 25px;
  outline: none;
}
.formcost input::-webkit-input-placeholder {
  color: #fff;
  opacity: 1;
}
.formcost input:-moz-placeholder {
  color: #fff;
  opacity: 1;
}
.formcost input::-moz-placeholder {
  color: #fff;
  opacity: 1;
}
.formcost input:-ms-input-placeholder {
  color: #fff;
  opacity: 1;
}
.formcost{
  text-align: center;
}
.formcost .container{
  position: relative;
}
.arrowf{
  position: absolute;
  right: 175px;
  top: 0;
}
.formcost button{
  text-transform: uppercase;
  font-family: "FormularBold"; 
  width: 250px;
  height: 54px;
  vertical-align: middle;
  cursor: pointer;
  display: inline-block;
  border: 0;
  outline: none;
  color: #cd4726;
  background: #fff;
  font-size: 18px;
  margin-top: 25px;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}
.formcost button:hover{
  background: #4d4948;
  color: #fff;
}
.cont{
  left: 0;
  position: relative;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}
.cont.open{
  -webkit-transform: translateX(200px);
  -moz-transform: translateX(200px);
  -ms-transform: translateX(200px);
  -o-transform: translateX(200px);
  transform: translateX(200px);
  overflow: hidden;
}
.block__menu{
  position: fixed;
    z-index: 101;
    top: 0;
    left: 0;
}
.mb-menu{
  
    -webkit-overflow-scrolling: touch;
    position: fixed;
    overflow: hidden;
    width: 200px;
    height: 100%;
    background: #fafafa;
    left: -250px;
    top: 0;
    z-index: 100;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    
    overflow-y: auto;
    box-sizing: border-box;
}
.block__menu.open {
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    z-index: 99;
}
.bodyovh{
  
}
.mb-menu.open{
  -webkit-transform: translateX(250px);
  -moz-transform: translateX(250px);
  -ms-transform: translateX(250px);
  -o-transform: translateX(250px);
  transform: translateX(250px);
}
.overlay.open{
  right: 0;
}
.bodyovh{
  overflow: hidden;
}
.overlay {
    top: 0;
    right: -100%;
    height: 100%;
    position: fixed;
    z-index: 100;
    width: calc(100% - 200px);
    background: rgba(0,0,0,.5);
    -webkit-transition: all .1s;
    -moz-transition: all .1s;
    -ms-transition: all .1s;
    -o-transition: all .1s;
    transition: all .1s;
}
.menu-logo{
  text-align: left;
  margin-top: 20px;
  margin-left: 10px;
}
.menu-logo img{
  width: 70%;
}
.tabs{
  position: relative;
  z-index: 2;
  top: 100px;
  width: 200px;
  height: 30px;
  margin: 20px auto;
  overflow: hidden;
  padding-bottom: 5px;
  margin-top: 0;
}
.tabs span{
  border-top: 1px solid #4d4948;
  border-bottom: 1px solid #4d4948;
  
  float: left;
  height: 100%;
  font-family: "FormularMedium";
  font-size: 14px;
  line-height: 30px;
  text-align: center;
  display: block;
  width: calc(50% - 4px);
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  cursor: pointer;
}
.tabs span.active{
  color: #fff;
  background: #4d4948;
  box-shadow: inset 0 0 10px black;
}
.tabs span:nth-child(1){
  -webkit-border-radius: 10px 0 0 10px;
  -moz-border-radius: 10px 0 0 10px;
  border-radius: 10px 0 0 10px;
  border-left: 1px solid #4d4948;
  border-right: 1px solid #4d4948;
}
.tabs span:nth-child(2){
  border-right: 1px solid #4d4948;
  -webkit-border-radius: 0 10px 10px 0;
  -moz-border-radius: 0 10px 10px 0;
  border-radius: 0 10px 10px 0;
}
.tabs span:hover{
  color: #fff;
  background: #4d4948;
  box-shadow: inset 0 0 10px black;
}
  
.first-tab{
  position: relative;
  
}
.first-tab1{
  display: none;
  position: relative;
}
.tabs-keys{
  margin-top: 20px;
}
.tabs-keys ul{
  padding: 0;
  margin: 0;
  text-align: center;
}
.tabs-keys ul li.active{
  background: #fff;
}
.tabs-keys ul li{
  padding: 5px 10px;
  list-style: none;
  border: 2px solid transparent;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  margin-right: 10px;
  margin-left: 10px;
  display: inline-block;
}
.tabs-keys ul li a{
  font-size: 14px;
  text-decoration: none;
  color: #4d4948;
  font-family: "FormularMedium";
}
.tabs-keys ul li:hover{
  border: 2px solid #fff;
}
#keys2 > div{
  height: auto !important;
}
.media{
  padding: 60px 0;
}
.media-one-img{
  width: 150px;
  height: 150px;
  float: left;
  border: 4px solid #fafafa;
}
.media-one-content{
  width: calc(100% - 180px);
  float: right;
}
.media-res{
  overflow: hidden;
}
.media-one{
  overflow: hidden;
  
  margin-bottom: 40px;
  
}
.media-one-content span{
  display: block;
}
.media-one-content span:nth-child(1){
  font-size: 24px;
  color: #cd4726;
  font-family: "FormularBold";
}
.media-one-content span:nth-child(1) a{
 font-size: 24px;
  color: #cd4726;
  font-family: "FormularBold";
  text-decoration: none; 
}
.media-one-content span:nth-child(2) p{
  margin: 0;
  float: left;
  margin-right: 10px;
}
.media-one-content span:nth-child(2){
  font-size: 14px;
  font-family: "FormularMedium";
  color: #4d4948;
  margin-top: 10px;
  overflow: hidden;
}
.media-one-content span:nth-child(3){
  width: 40px;
  margin: 10px 0;
  height: 2px;
  background: #4d4948;
}
.media-one-content span:nth-child(4){
  color: #4d4948;
  font-family: "FormularMedium";
  font-size: 18px;
}
.media-one-content > a{
  color: #4d4948;
  font-family: "FormularLight";
  font-size: 14px;
  float: right;
}
.addmore-media{
  display: block;
    width: 260px;
    margin: auto;
    margin-top: 0px;
    margin-bottom: 20px;
    text-transform: uppercase;
    text-decoration: none;
    color: #fff;
    background: #cd4726;
    font-family: "FormularBold";
    font-size: 18px;
    text-align: center;
    padding: 8px 0;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.addmore-media:hover{
  background: #b84022;
}
.start-al{
  background: url(../img/al-bg.png) no-repeat;
  -webkit-background-size: cover;
  background-position: center top;
  background-size: cover;
  padding: 60px 0;
  overflow: hidden;
}
.temt{
   font-size: 18px;
  font-family: "FormularMedium";
  color: #4d4948;
  text-align: center;
}
.sal-wrapp{
  
  padding-top: 40px;
}
.sal-video iframe{
  border: 0;
  width: 100%;
  height: 100%;
}
.sal-video{
  position: relative;
  cursor: pointer;
  box-shadow:0 0 50px #cdcdcd;
  float: left;
  width: 465px;
  height: 290px;
}
.sal-form{
  position: relative;
  float: right;
  width: 400px;
  background: white;
  padding: 30px
  
}
.sal-form:after{
  content: '';
  position: absolute;
  right: 0;
  top: 142px;
  width: 52px;
  height: 50px;
  background: url(../img/fa.png);
}
.sal-form:before{
  content: '';
  position: absolute;
  left: 0;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  top: 142px;
  width: 52px;
  height: 50px;
  background: url(../img/fa.png);
}
.sal-form form{
  position: relative;
}
.sal-form form:before{
  width: 508px;
  height: 99px;
  background: url(../img/arrow-al.png);
  content: '';
  position: absolute;
  left: -525px;
  bottom: -30px;
}
.sal-form-title1{
  text-align: center;
  font-size: 24px;
  font-family: "FormularBold";
  color: #4d4948;
  
}
.sal-form-title2{
  text-align: center;
  font-size: 16px;
  font-family: "FormularMedium";
  color: #cd4726;
  margin-top: 20px;
  margin-bottom: 20px;
}
.sal-form input{
  text-align: center;
  margin-top: 10px;
  font-size: 16px;
  font-family: "FormularMedium";
  color: #4d4948;
  width: 100%;
  height: 40px;
  border: 0;
  background: #f0f0f0;
  outline: none;
}
.sal-form button{
  width: 100%;
  border: 0;
  outline: none;
  color: #fff;
  font-family: "FormularBold";
  font-size: 16px;
  background: #cd4726;
  cursor: pointer;
  padding: 10px 0;
  text-transform: uppercase;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}
.sal-form button:hover{
  background: #b84022;
}

/**/
input[type="checkbox"],
input[type="radio"] {
    display:none;            
}
input[type="checkbox"] + label, 
input[type="radio"] + label {
  color: #4d4948;
  cursor: pointer;
  font-family: "FormularMedium";
  font-size: 10px;
  display: inline-block;
  vertical-align: middle;
}
input[type="checkbox"] + label::before,
input[type="radio"] + label::before {
    content: "";
    display: inline-block;
    height: 14px;
    width: 17px;
    margin: 0 5px 0 0;
    vertical-align: middle;
    background-image: url(../img/off.png);
    background-repeat: no-repeat;
}
input[type="checkbox"] + label::before {
     
}
input[type="checkbox"]:checked + label::before {
    background-image: url(../img/on.png);
}

input[type="checkbox"]:disabled + label::before {
    
}
input[type="checkbox"]:checked:disabled + label::before {
    
}
.sal-form p{
  text-align: center;
  margin: 10px 0;
}
/**/
  
.al-you1{ 
  padding: 60px 0;
  background: #fafafa;
}
.alis{
  text-align: center;
}
.ali{
  
  display: inline-block;
  vertical-align: top;
  margin-top: 60px;
  margin-right: 20px;
  margin-left: 20px;
}
.ali span{
  display: block;
}
.ali span:nth-child(2){
  color: #4d4948;
  
margin-top: 20px;
  font-family: "FormularMedium";
  font-size: 18px;
  line-height: 1.5;
  
}
.alis > div:nth-child(1){
  width: 215px;
}
.alis > div:nth-child(2){
  width: 305px;
}
.alis > div:nth-child(3){
  width: 260px;
}
.who-analysis{
  padding: 60px 0;
  background: #f0f0f0;
  overflow: hidden;
  background: url(../img/whbg.png) no-repeat;
  -webkit-background-size: cover;
  background-position: center top;
  background-size: cover;
}
.wa-left{
  margin-top: 60px;
}
.wa-left span{
  display: block;
  font-family: "FormularBold";
  font-size: 24px;
  color: #cd4726;
  text-transform: uppercase;
}
.wa-left ul{
  padding: 0;
  margin: 0;
}
.wa-left ul li{
  list-style: none;
    position: relative;
    font-family: "FormularMedium";
    font-size: 18px;
    color: #4d4948;
    margin-top: 25px;
    padding-left: 50px;
}
.wa-left ul li:before{
      content: '';
    width: 32px;
    height: 32px;
    background: url(../img/list-i.png);
    position: absolute;
    left: 0;
    top: -4px;
}
.formwa{
  padding: 60px 0;
  background: #4d4948;
  position: relative;
}
.formwa form{
  margin-top: 40px;
}
.formwa .container{
  position: relative;
}
.formwa .container:before{
  content: '';
  background: url(../img/arrw.png);
  position: absolute;
  bottom: 70px;
    right: 115px;
  width: 60px;
  height: 75px;
}
.formwa input{
  box-shadow:inset -1px 3px 10px #e0e0e0;
  margin-right: 15px;
  display: inline-block;
  vertical-align: top;
  width: 220px;
  border: 0;
  outline: 0;
  border: 5px solid #fff;
  height: 40px;
  background: white;
  font-family: "FormularMedium";
    font-size: 18px;
    color: #4d4948;
    text-align: center;
}

.formwa button{
  padding: 0;
  margin: 0;
  width: 205px;
  border: 0;
  outline: none;
  color: #fff;
  font-family: "FormularBold";
  font-size: 18px;
  background: #cd4726;
  cursor: pointer;
  height: 43px;
  display: inline-block;
  vertical-align: top;
  text-transform: uppercase;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  margin-top: -2px;
}
.formwa button:hover{
  background: #b84022;
}
.review-wh{
  padding: 60px 0;
  overflow: hidden;
}
.svd-item{
  padding: 0 10px;
  outline: none;
}
.svd-item-img{
  height: 165px;
  cursor: pointer;
  position: relative;
}
.svd-item-img iframe{
  border: 0;
  width: 100%;
  height: 100%;
}
.slider-vd{
  width: 860px;
  margin: auto;
  
}
.svd-item-text{
  
  margin-top: 30px;
  font-family: "FormularMedium";
  font-size: 18px;
  color: #4d4948;
  text-align: center;
}


.svd-arrows{
  display: block;
  position: absolute;
  top: 73px;
  width: 17px;
  height: 31px;
  background: url(../img/logo-arr-left.png);
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}
.svd-arrows:hover{
  background: url(../img/logo-arr-left-hover.png);
}
.svd-prev{
  left: -50px;
}
.svd-next{
  right: -50px;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}


.slider-vd .slick-dots{
  margin: 0;
  padding: 0;
  text-align: center;
}
.slider-vd .slick-dots li{
  list-style: none;
  display: inline-block;
  margin-left: 5px;
  margin-right: 5px;
}
.slider-vd .slick-dots li button{
  outline: none;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  padding: 0;
  margin: 0;
  font-size: 0;
  border: 0;
  width: 15px;
  height: 15px;
  border: 2px solid #4d4948;
  background: 0;
}
.slider-vd .slick-dots li.slick-active button{
  background: #4d4948;
}
.r-wh-left{
  width: 470px;
  float: left;
}
.r-wh-right{
  width: 470px;
  float: right;
}
.th-start{
  overflow: hidden;
  padding: 60px 0 60px 0;
  min-height: 930px;
  background: url(../img/th-bg.png) no-repeat;
  -webkit-background-size: cover;
  background-position: center top;
  background-size: cover;
}
.th-start-title{
      color: #4d4948;
    text-transform: uppercase;
    font-family: "FormularBold";
    text-align: center;
    font-size: 44px;
}
.th-start-title1{
    color: #4d4948;
    
    font-family: "FormularMedium";
    text-align: center;
    font-size: 18px;
    line-height: 1.5;
}
.th-start-title1 p{
  margin: 0;
}
.th-start .container:before{
  content: '';
  position: absolute;
  width: 45px;
  left: 70px;
  top: 140px;
  height: 225px;
  background: url(../img/ath1.png);
}
.th-start .container:after{
  content: '';
  position: absolute;
  width: 45px;
  top: 135px;
  right: 70px;
  height: 225px;
  background: url(../img/ath2.png);
}
.th-start .container{
  position: relative;
}
.tit{
  margin-top: 155px;
}
.th-video{
  margin: auto;
  width: 580px;
  height: 360px;
  margin-top: 60px;
  position: relative;
  cursor: pointer;
}
.th-video iframe{
  width: 100%;
  height: 100%;
  border: 0;
}
.form-video-wrapp > div:before{
  width: 92px;
  height: 93px;
  position: absolute;
  content: '';
  background: url(../img/arrvideo.png);
  right: 80px;
  top: -50px;
}
.form-video-wrapp{
  position: relative;
}
.form-video-wrapp input{
  border: none;
  width: 206px;
  border: 2px solid #4d4948;
  color: #4d4948;
  font-family: "FormularMedium";
  font-size: 14px;
  background: none;
  text-align: center;
  height: 46px;
  outline: none;
  display: inline-block;
  margin-right: 20px;
  margin-top: 60px;
}

.form-video-wrapp input::-webkit-input-placeholder {
  color: #4d4948;
  opacity: 1;
}
.form-video-wrapp input:-moz-placeholder {
  color: #4d4948;
  opacity: 1;
}
.form-video-wrapp input::-moz-placeholder {
  color: #4d4948;
  opacity: 1;
}
.form-video-wrapp input:-ms-input-placeholder {
  color: #4d4948;
  opacity: 1;
}
.form-video-wrapp{
  height: 110px;
}
.form-video-wrapp > div{
  position: relative;

}
.form-video-wrapp > div.open{

}
.form-video-wrapp button{
  cursor: pointer;
  margin-top: 10px;
  border: 0;
  width: 250px;
  font-size: 18px;
  color: #fff;
  background: #cd4726;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  height: 46px;
  text-transform: uppercase;
  text-align: center;
  outline: none;
  display: inline-block;
  vertical-align: top;
  margin-top: 60px;
  font-family: "FormularBold";
}
.form-video-wrapp button:hover{
  background: #4d4948;
}
.within{
  padding: 60px 0;
  background: #fafafa;
}
.within-numbers > div:nth-child(1){
  width: 130px;
}
.within-numbers > div:nth-child(2){
  width: 215px;
}
.within-numbers > div:nth-child(3){
  width: 150px;
}
.within-numbers > div:nth-child(4){
  width: 165px;
}
.within-numbers{
  text-align: center;
}
.within-num{
  
  display: inline-block;
  vertical-align: top;
  text-align: center;
  margin-top: 70px;
  margin-right: 30px;
  margin-left: 30px;
}
.within-num span{
  display: block;
}
.within-num span:nth-child(1){
  font-family: "FormularBold";
  font-size: 64px;
  color: #cd4726;
}
.within-num span:nth-child(2){
  color: #4d4948;
  font-family: "FormularMedium";
  font-size: 18px;
  margin-top:5px;
  line-height: 1.5; 
}
.whoms{
  text-align: center;
}
.whomi{
  display: inline-block;
  width: 215px;
  vertical-align: top;
  margin-right: 40px;
  margin-left: 40px;
  margin-top: 40px; 
}
.whomi span{
  display: block;
}
.whomi span:nth-child(2){
  color: #4d4948;
  font-family: "FormularMedium";
  font-size: 18px;
  margin-top:5px;
  line-height: 1.5; 
}
.whom{
  padding: 60px 0;
}
.foto-dima{
  display: none;
}
.formth{
  padding: 60px 0;
  background: #cd4726;
  text-align: center;
}
.formth input{
  outline: none;
  border: 0;
  border: 2px solid #fff;
  display: inline-block;
  margin-right: 20px;
  font-family: "FormularMedium";
  font-size: 14px;
  background: none;
  text-align: center;
  height: 46px;
  width: 206px;
  margin-top: 30px;
  color: #fff;
}
.formth input::-webkit-input-placeholder {
  color: #fff;
  opacity: 1;
}
.formth input:-moz-placeholder {
  color: #fff;
  opacity: 1;
}
.formth input::-moz-placeholder {
  color: #fff;
  opacity: 1;
}
.formth input:-ms-input-placeholder {
  color: #fff;
  opacity: 1;
}
.formth button{
  cursor: pointer;
  margin-top: 10px;
  border: 0;
  width: 250px;
  font-size: 18px;
  color: #cd4726;
  background: #ffffff;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  height: 50px;
  text-transform: uppercase;
  text-align: center;
  outline: none;
  display: inline-block;
  vertical-align: top;
  margin-top: 30px;
  font-family: "FormularBold";
}
.formth button:hover{
  background: #4d4948;
  color: #fff;
}
.formth form{
  position: relative;
}
.formth form:before{
  width: 44px;
  height: 85px;
  content: '';
  position: absolute;
  background: url(../img/arrfth.png);
  right: 200px;
  top: -70px;
}
.wv-item{
  height: 190px;
  margin-right: 25px;
  margin-left: 25px;
  outline: none;
  cursor: pointer;
  position: relative;
}
.wv-item iframe{
  border: 0;
  width: 100%;
  height: 100%;
}
.within-video{
  width: 750px;
  margin: auto;
  margin-top: 50px;
  margin-bottom: 60px;
}

.wv-arrows{
  display: block;
  position: absolute;
  top: 73px;
  width: 17px;
  height: 31px;
  background: url(../img/logo-arr-left.png);
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}
.wv-arrows:hover{
  background: url(../img/logo-arr-left-hover.png);
}
.wv-prev{
  left: -70px;
}
.wv-next{
  right: -70px;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}


.within-video .slick-dots{
  margin: 0;
  padding: 0;
  text-align: center;
  margin-top: 30px;
}
.within-video .slick-dots li{
  list-style: none;
  display: inline-block;
  margin-left: 5px;
  margin-right: 5px;
}
.within-video .slick-dots li button{
  outline: none;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  padding: 0;
  margin: 0;
  font-size: 0;
  border: 0;
  width: 15px;
  height: 15px;
  border: 2px solid #4d4948;
  background: 0;
}
.within-video .slick-dots li.slick-active button{
  background: #4d4948;
}
input{
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
input {
   appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -moz-box-sizing:    border-box;
   -webkit-box-sizing: border-box;
    box-sizing:        border-box;
}
.popup >button{
  color: #fff !important;
  opacity: 1 !important;
  font-size: 30px;
}
.popup{
  display: none;
  position: relative;
  margin: auto;
  padding: 50px;
  width: 690px;
  height: 225px;
  background: url(../img/popup.png) no-repeat;
  -webkit-background-size: cover;
  background-position: center top;
  background-size: cover;
  
}
.popup-left{
  float: left;
  width: 355px;
}
.popup-left span{
  display: block;
}
.popup-left span:nth-child(1){
  color: #c14426;
  font-size: 14px;
  font-family: "FormularMedium";
}
.popup-left span:nth-child(2){
      text-transform: uppercase;
    font-family: "FormularBold";
    font-size: 24px;
    margin-top: 25px;
    color: #fff;
}
.popup-left span:nth-child(3){
  font-family: "OpenSans-Regular";
    
    margin-top: 20px;
    color: #fff;
}
.popup-right{
  float: right;
}
.popup-right-form:before{
  width: 43px;
  height: 36px;
  position: absolute;
  content: '';
  background: url(../img/arr-popup.png);
  bottom: 20px;
  left: -33px;
}
.popup-right-form{
  position: relative;
      position: relative;
    background: rgba(1,1,1,.5);
    width: 230px;
    min-height: 1px;
    padding: 20px;
}
.popup-right-form input{
      border: none;
    width: 100%;
    border: 2px solid #fff;
    color: #fff;
    font-family: "FormularMedium";
    font-size: 14px;
    background: none;
    text-align: center;
    margin-top: 10px;
    padding: 7px 0;
    outline: none;
}
.popup-right-form > span{
  color: #fff;
    font-family: "OpenSans-Regular";
    font-size: 18px;
    text-align: center;
    margin-bottom: 15px;
    display: block;
}


.popup-right-form button{
  cursor: pointer;
  margin-top: 20px;
  border: 0;
  width: 100%;
  font-size: 14px;
  color: #fff;
  background: #cd4726;
  line-height: 34px;
  height: 35px;
  text-transform: uppercase;
  text-align: center;
  outline: none;
  font-family: "OpenSans-Bold";
}
.popup-right-form button span{
  display: inline-block;
  vertical-align: middle;
}
.popup-right-form button span:nth-child(2){
  margin-left: 7px;
  border: 7px solid transparent; border-left: 13px solid #fff;
}
.popup-right-form button:hover{
  background: #b84022;
}
.popup-right-form input::-webkit-input-placeholder {
  color: #fff;
  opacity: 1;
}
.popup-right-form input:-moz-placeholder {
  color: #fff;
  opacity: 1;
}
.popup-right-form input::-moz-placeholder {
  color: #fff;
  opacity: 1;
}
.popup-right-form input:-ms-input-placeholder {
  color: #fff;
  opacity: 1;
}
.popup2{
  display: none;
  padding: 30px;
  width: 400px;
  min-height: 1px;
  overflow: hidden;
  margin: auto;
  position: relative;
  background: #fff;
}
.popup2 > button{
  color: #4d4948 !important;
  opacity: 1 !important;
  right: -8px !important;
  top: -7px !important;
  font-size: 30px !important;
}
.popup2-video{
  height: 250px;
  box-shadow:0 0 30px rgba(0,0,0,.4);
  margin-bottom: 30px;
}
.popup2-video iframe{
  width: 100%;
  height: 100%;
  border: 0;
}
.popup2-form input{
  font-family: "FormularMedium";
  width: 100%;
  border: 0;
  text-align: center;
  height: 45px;
  margin-bottom: 10px;
  background: #f0f0f0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  outline: none;
}


.popup2-form input::-webkit-input-placeholder {
  color: #7d7d7d;
  opacity: 1;
}
.popup2-form input:-moz-placeholder {
  color: #7d7d7d;
  opacity: 1;
}
.popup2-form input::-moz-placeholder {
  color: #7d7d7d;
  opacity: 1;
}
.popup2-form input:-ms-input-placeholder {
  color: #7d7d7d;
  opacity: 1;
}

.popup2-form button{
  margin-top: 10px;
  width: 100%;
  border: 0;
  height: 45px;
  line-height: 45px;
  display: block;
  
  color: #fff;
  font-size: 16px;
  font-family: "FormularBold";  
  text-transform: uppercase;
  text-align: center;
  background: #cd4726;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  cursor: pointer;
}
.popup2-form button:hover{
  background: #b84022;
}
.startkon{
  overflow: hidden;
  background: url(../img/bgkon.png) no-repeat;
  -webkit-background-size: cover;
  background-position: center top;
  background-size: cover;
  min-height: 1px;
  padding-bottom: 50px;
}
.sl-title1{
  margin-top: 50px;
  font-family: "FormularBold"; 
  text-transform: uppercase;
  font-size: 44px;
  color: #cd4726;
}
.startkon .container{
  position: relative;
}
.startkon-left{
  margin-top: 20px;
  float: left;
  width: 520px;
}
.sl-title2{
  color: #4d4948;
  text-transform: uppercase;
  font-size: 24px;
  font-family: "FormularMedium";
  margin-top: 30px;
  line-height: 1.5;
}
.sl-title21{
  font-size: 22px;
}
.hrk{
  margin-top: 30px;
  height: 2px;
  width: 40px;
  background: #a0a0a0;
  margin-top: 30px;
}
.formkon span{
  display: block;
}
.formkon span:nth-child(1){
  font-family: "FormularBold"; 
  text-transform: uppercase;
  font-size: 32px;
  color: #cd4726;
  text-align: center;
}
.formkon span:nth-child(2){
  color: #4d4948;
  font-size: 18px;
  font-family: "FormularMedium";
  margin-top: 25px;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 30px;
}
.formkon{
  padding: 30px;
  background: white;
  width: 300px;
  min-height: 1px;
  margin-top: 50px;
  position: relative;
}
.formkon:before{
  content: '';
  position: absolute;
  left: -10px;
  top: 93px;
  width: 52px;
  height: 73px;
  background: url(../img/arrkon1.png);
}
.formkon:after{
  content: '';
  position: absolute;
  right: -10px;
  top: 93px;
  width: 52px;
  height: 73px;
  background: url(../img/arrkon2.png);
}
.formkon input{
  font-family: "FormularMedium";
  width: 100%;
  border: 0;
  text-align: center;
  height: 45px;
  margin-bottom: 10px;
  background: #f0f0f0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  outline: none;
}


.formkon input::-webkit-input-placeholder {
  color: #7d7d7d;
  opacity: 1;
}
.formkon input:-moz-placeholder {
  color: #7d7d7d;
  opacity: 1;
}
.formkon input::-moz-placeholder {
  color: #7d7d7d;
  opacity: 1;
}
.formkon input:-ms-input-placeholder {
  color: #7d7d7d;
  opacity: 1;
}

.formkon button{
  
  width: 100%;
  border: 0;
  height: 45px;
  line-height: 45px;
  display: block;
  
  color: #fff;
  font-size: 16px;
  font-family: "FormularBold";  
  text-transform: uppercase;
  text-align: center;
  background: #cd4726;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  cursor: pointer;
}
.formkon button:hover{
  background: #4d4948;
  
}
.startkon-right > img{
  position: relative;
  right: 60px;
}
.startkon-right{
  position: absolute;
  right: 0;
  width: 560px;
  top: 105px;
}
.timer > span b{
  text-transform: uppercase;
}
.timer > span{
  display: block;
  color: #4d4948;
  font-family: "FormularMedium";
  line-height: 1.5;
  font-size: 18px;
  text-align: center;
}
.timer{
  padding: 40px 0;
  width: 100%;
  background: white;
  position: relative;
}
.timer1{
  margin-left: 12px;
  margin-top: -5px;
}
.timer1:before{
  content: '';
  position: absolute;
  width: 184px;
  height: 57px;
  background: url(../img/arrkonr.png);
  left: -70px;
  bottom: 40px;
}
.clock{
  text-align: center;
  
  margin-top: 30px;
}
.clock > div{
  margin-right: 10px;
  margin-left: 10px;
  width: 80px;
  height: 40px;
  border: 4px solid #fafafa;
  text-align: center;
  display: inline-block;
}
.clock > div span{
 color: #cd4726;
  font-size: 44px;
  font-family: "FormularBold";  
  text-align: center;
  line-height: 40px; 
}
.smalltext{
   color: #4d4948;
  font-family: "FormularMedium";
  font-size: 14px;
  margin-top: 10px;
}
.whoname{
  padding: 60px 0;
  background: #fafafa;
}
.whoname ul{
  padding: 0;
  margin: 0;
}
.whoname ul li:nth-last-child(1){
  margin-right: 0;
}
.whoname ul li{
  list-style: none;
  display: inline-block;
   color: #4d4948;
  font-family: "FormularMedium";
  position: relative;
  font-size: 18px;
  margin-top: 30px;
  padding-left: 50px;
  vertical-align: top;
  margin-right: 70px;
  line-height: 1.5;
}
.whoname ul li:before{
      content: '';
    width: 32px;
    height: 32px;
    background: url(../img/list-i.png);
    position: absolute;
    left: 0;
    top: -4px;
}
.whoname1{
  padding: 60px 0;
  overflow: hidden;
}
.whoname1 .container{
  position: relative;
}
#book{
  
}
.whl{
  float: left;
  width: 650px;
}
.whr{
  float: right;
  width: 310px;
  margin-top: 90px;
}
.whoname1 ul{
  padding: 0;
  margin: 0;
  
  margin-top: 50px;
}
.whoname1 ul li{
  list-style: none;
  
   color: #4d4948;
  font-family: "FormularMedium";
  position: relative;
  font-size: 18px;
  margin-top: 10px;
  padding-left: 30px;
  vertical-align: top;
  margin-right: 70px;
  line-height: 1.5;
}
.whoname1 ul li:before{
  content: '';
  width: 10px;
  height: 10px;
  background: #cd4726;
  position: absolute;
  left: 0;
  top: 8px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}
.cost1{
  margin-top: 60px;
  background: #4d4948;
  width: 100%;
  padding: 30px 0;
}
.cost1 > div{
  text-align: center;
}
.cost1 > div span{
  display: inline-block;
  vertical-align: middle;
  color: #fff;
}
.cost1 > div span:nth-child(2){
  font-family: "FormularMedium"; 
  font-size: 24px;
  text-transform: uppercase;
  margin-left: 10px;
}
.cost1 > div:nth-child(2){
  margin-top: 10px;
  font-family: "FormularRegular";
  color: #fff;
  font-size: 18px;
}
.fives-q{
  text-align: center;
}
.fqq{
  width: 160px;
  display: inline-block;
  vertical-align: top;
  margin-top: 30px;
  margin-right: 10px;
  margin-left: 10px;
}
.fqq span{
  display: block;
}
.fqq span:nth-child(2){
  color: #cd4726;
  text-transform: uppercase;
  font-family: "FormularBold"; 
  margin-top: 20px;
}
.fqq span:nth-child(3){
  font-family: "FormularRegular";
  color: #4d4948;
  margin-top: 10px;
  font-size: 14px;
  line-height: 1.5;
}
.list_marketing1-k{
  margin-top: 3px;
  width: 610px;
  float: left;
}
.list_marketing1-k > div{
  margin-bottom: 10px;
}
.list_marketing1-k > div span{
  display: inline-block;
  vertical-align: middle;
}
.list_marketing1-k > div span:nth-child(2){
   color: #4d4948;
  font-family: "FormularMedium";
  position: relative;
  font-size: 18px;
  width: 530px;
  margin-left: 10px;
  line-height: 1.5;
}
.list_marketing1-k > div span:nth-child(1){
  font-size: 64px;
  font-family: "FormularBold";
  color: #cd4726;
}
.list_marketing1-k1{
  float: right;
  width: 230px;
  box-shadow:0 0 50px #eaeaea;
  padding: 30px;
  background: #fff;
}
.list_marketing1-k1 > div{
  margin-bottom: 20px;
}
.list_marketing1-k1 > div span{
  display: inline-block;vertical-align: top;
  font-size: 14px;
  font-family: "FormularMedium";
  color: #4d4948;
  
}
.list_marketing1-k1 > div span:nth-child(2){
  line-height: 1.5;
  width: 185px;
}
.list_marketing1-k1 > div span:nth-child(1){
  color: #d46043;
  text-align: right;
  width: 20px;
  margin-right: 10px;
}
.garant{
  padding: 60px  0;
   background: url(../img/garantbg.png) no-repeat;
  -webkit-background-size: cover;
  background-position: center top;
  background-size: cover;
  min-height: 540px;
}
.garant-wrapp{
  
}
.garant-l{
  float: left;
  width: 550px;
}
.gl-title{
  height: 130px;
}
.gl-title span{
  display: block;
  float: left;
}
.gl-title span:nth-child(1){
  margin-left: -30px;
}
.gl-title span:nth-child(2){
  line-height: 1.5;
  margin-top: 10px;
  width: 420px;
  margin-left: 10px;
  text-transform: uppercase;
  font-size: 24px;
  font-family: "FormularBold";
  color: #4d4948;
}
.timer2{
  margin-top: 55px;
}
.garant-r{
  margin-left: 50px;
  float: left;
}
.garant-r .formkon{
  margin-top: 0;
}
.timer2:before{
  z-index: 1;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  content: '';
  position: absolute;
  width: 184px;
  height: 57px;
  background: url(../img/arrkonr.png);
  right: -70px;
  bottom: 40px;
}
.popup-work-img{
  width: 1200px;
  
  position: relative;
  display: none;
  margin: auto;
  left: 0;
  right: 0;
  top: 50px;
}
.popup-work-img img{
  width: 100%;
}
.start-main2{
  height: 580px;
  z-index: 2;
  padding: 60px 0 0 0;
  background: url(../img/start-bg2.png) no-repeat;
  -webkit-background-size: cover;
  background-position: center top;
  background-size: cover;
  margin-bottom: 380px;
  position: relative;
  
}
.form-main2{
  width: calc(100% - 120px);
  padding: 60px;
  background: white;
  margin-top: 60px;
  height: 530px;
  box-shadow:0 0 50px #dedede;
}
.form-main2 > div{
  float: left;
  width: 400px;
  margin-top: 10px;
}
.form-main2 > div:nth-child(2){
  float: right;
  
}
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}
.form-main2-left-video iframe{
  width: 100%;
  height: 100%;
  border: 0;
}
.form-main2-left-video{
  width: 100%;
  height: 240px;
  position: relative;
  cursor: pointer;
}
.form-main2-left-timer{
  margin-top: 20px;
  background: #f0f0f0;
  padding: 20px 0;
}
.form-main2-right p{
  margin: 0;  
}
.form-main2-right p:nth-child(1){
  margin-bottom: 20px;
}
.form-main2-right{
  text-align: justify;
  font-size: 18px;
  font-family: "FormularMedium";
  color: #4d4948;
  line-height: 1.5;
}
.form-main2-left-timer > span{
  display: block;
  text-transform: uppercase;
  color: #4d4948;
  text-align: center;
  font-family: "FormularMedium";
}
.wrapp-timer{
  text-align: center;
  margin-top: 20px;
}
.wrapp-timer > div span{
  display: block;
}
.wrapp-timer > div{
  display: inline-block;
  width: 90px;
  margin-right: 10px;
  margin-left: 10px;
}
.wrapp-timer > div span:nth-child(1){
  height: 50px;
  background: #fff;
  text-align: center;
  line-height: 50px;
  font-size: 44px;
  color: #cd4726; 
  font-family: "FormularBold";
}
.wrapp-timer > div span:nth-child(2){
  margin-top: 10px;
  color: #949494;
  font-size: 14px;
  text-align: center;
  font-family: "FormularMedium";
}
.form-main3{
  float: none !important;
  width: 100% !important;
  position: relative;
}
.form-main3:before {
    content: '';
    position: absolute;
    left: -70px;
    top: 475px;
    width: 52px;
    height: 73px;
    background: url(../img/arrkon1.png);
}
.form-main3:after {
    content: '';
    position: absolute;
    right: -70px;
    top: 475px;
    width: 52px;
    height: 73px;
    background: url(../img/arrkon2.png);
}
.form-main3 input,.form-main3 button{
  display: block;
  float: left;
  border: 0;
  margin: 0;
  padding: 0;
  width: 396px;
  outline: none;
  margin-top: 60px;
}
.form-main3 input{
  border: 2px solid #4d4948;
  height: 56px;
  text-align: center;
  font-family: "FormularMedium";
  font-size: 16px;
}
.form-main3 button{
  background: #cd4726;
  color: #fff;
  text-transform: uppercase;
  font-family: "FormularMedium";
  cursor: pointer;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  height: 56px;
  float: right;
  margin-top: 57px;
  font-size: 16px;
}
.form-main3 button:hover{
  background: #b84022;
}
.form-main3 input::-webkit-input-placeholder {
  color: #4d4948;
  opacity: 1;
}
.form-main3 input:-moz-placeholder {
  color: #4d4948;
  opacity: 1;
}
.form-main3 input::-moz-placeholder {
  color: #4d4948;
  opacity: 1;
}
.form-main3 input:-ms-input-placeholder {
  color: #4d4948;
  opacity: 1;
}
.examples{
  position: relative;
  margin-top: -380px;
  z-index: 1;
  padding: 380px 0 60px 0;
  background: #fafafa;
}
.exp-wrapp a{
  text-decoration: none;
}
.exp-wrapp{
  text-align: center;
  margin-top: 40px;
}
.exp-wrapp > div:nth-last-child(1){
  margin-right: 0;
}
.exp{
  margin-right: 20px;
  width: 215px;
  height: 290px;
  display: inline-block;
  position: relative;
  overflow: hidden;
  box-shadow:0 0 30px #d0d0d0;
}
.exp span{
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50px;
  height: 50px;
  background: #cd4726;
  text-align: center;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}
.exp span img{
  margin-top: 10px;
  width: 65%;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}
.exp:hover span{
  width: 70px;
  height: 70px;
}
.exp:hover:before{
  bottom: 0;
}
.exp:before{
  width: 100%;
  height: 100%;
  content: '';
  position: absolute;
  bottom: -100%;
  left: 0;
  background: rgba(205,71,38,.6);
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}
.ask-people{
  padding: 60px 0;
  background: #f0f0f0;
}
.ask-slider{
  width: 720px;
  margin: auto;
  margin-top: 60px;
}
.ask-item{
  outline: none;
}
.ask-item span{
  display: block;
  font-size: 18px;
  text-align: center;
}
.ask-item span:nth-child(1){
  font-family: "FormularBold";
  text-transform: uppercase;
  color: #cd4726;
}
.ask-item span:nth-child(2){
  color: #4d4948;
  font-family: "FormularMedium";
  margin-top: 7px;
}
.ask-item span:nth-child(3) iframe{
  border: none;
  width: 100%;
  height: 100%;
}
.ask-item span:nth-child(3){
  position: relative;
  margin-top: 25px;
  cursor: pointer;
  height: 400px;
}

.ask-arrows{
  display: block;
  position: absolute;
  top: 265px;
  width: 17px;
  height: 31px;
  background: url(../img/logo-arr-left.png);
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}
.ask-arrows:hover{
  background: url(../img/logo-arr-left-hover.png);
}
.ask-prev{
  left: -100px;
}
.ask-next{
  right: -100px;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.who-lead{
  padding: 60px 0;
  overflow: hidden;
  background: #fafafa;
}
.who-lead-left{
  width: 370px;
  float: left;
}
.who-lead-right{
  width: 560px;
  float: right;
}
.who-lead-name{
  background: #fff;
  width: calc(100% - 100px);
  padding: 30px 50px;
  box-shadow: 0 0 100px #dcdcdc;
}
.who-lead-name span{
  font-family: "FormularBold";
  text-transform: uppercase;
  line-height: 1.5;
  text-align: center;
  display: block;
  color: #cd4726;
  font-size: 24px;
}
.who-lead-left > div:nth-child(1){
      position: relative;
    right: 33px;
    top: 3px;
}
.who-lead-name ul{
  padding: 0;
  margin: 0;
}
.who-lead-name ul li{
  list-style: none;
  position: relative;
  font-family: "FormularMedium";
  font-size: 14px;
  color: #4d4948;
  margin-top: 20px;
  padding-left: 50px;
  line-height: 1.5;
}
.who-lead-name ul li:nth-child(1):before{
  top: -6px;
}
.who-lead-name ul li:before{
      content: '';
    width: 32px;
    height: 32px;
    background: url(../img/list-i.png);
    position: absolute;
    left: 0;
    top: 5px;
}
.who-lead-right ul{
  padding: 0;
  margin: 0;
}
.who-lead-right ul li{
  position: relative;
  font-family: "FormularMedium";
  font-size: 18px;
  color: #4d4948;
  list-style: none;
  padding-left: 50px;
  margin-bottom: 25px;
  line-height: 1.5;
}
.who-lead-right ul li:before{
  content: '';
  position: absolute;
  background: #cd4726;
  width: 10px;
  height: 10px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  left: 20px;
  top: 9px;
  
}
.whl-left img{
  top: -100px;
  left: -125px;
  position: relative;
}
.whl-left{
  width: 350px;
  float: left;
  margin-top: 60px;
  height: 380px;
}
.whl-right{
  width: 610px;
  float: right;
  margin-top: 60px;
}
.whl-right-slider1{
  width: 490px;
  margin: auto;
}
.whl-right-slider1-item{
  height: 280px;
}

.whlr-arrows{
  display: block;
  position: absolute;
  top: 135px;
  width: 17px;
  height: 31px;
  background: url(../img/logo-arr-left.png);
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}
.whlr-arrows:hover{
  background: url(../img/logo-arr-left-hover.png);
}
.whlr-prev{
  left: -35px;
}
.whlr-next{
  right: -35px;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.whl-right-slider2-item:hover:before{
  left: 0;
}
.whl-right-slider2-item:before{
  content: '';
  position: absolute;
  left: -100%;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(205,71,38,.8);
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}
.whl-right-slider2-item{
  overflow: hidden;
  width: 100px;
  height: 60px;
  margin-right: 10px;
  margin-left: 10px;
  outline: none;
  margin-bottom: 20px;
  box-shadow:0 0 20px #e4e4e4;
  position: relative;
  cursor: pointer;
}
.whl-right-slider2-item:hover .lupa2{
  width: 31px;
  height: 32px;
  display: block;
}

.lupa2{
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  width: 0;
  height: 0;
  display: none;
}
.whl-right-slider2{
  width: 490px;
  margin: auto;
  margin-top: 30px;
  
}
.what-dev{
  padding: 60px 0;
}
.wdlist > div span:nth-child(2){
  list-style: none;
  position: relative;
  font-family: "FormularMedium";
  font-size: 18px;
  color: #4d4948;
  list-style: none;
  
  line-height: 1.5;
  width: 820px;
}
.wdlist > div span:nth-child(1){
  position: relative;
  font-size: 64px;
  font-family: "FormularBold";
  width: 120px;
  color: #e44d2d;
  margin-right: 20px;
  text-align: right;
}
.wdlist > div span{
  display: inline-block;
  vertical-align: middle;
}
.wdlist > div:nth-last-child(1) span:nth-child(1):before{
  display: none;
}
.wdlist > div span:nth-child(1):before{
  content: '';
  position: absolute;
  width: 49px;
  height: 73px;
  background: url(../img/arrwdlist.png);
  left: 0;
  top: 35px;
}
.garantdouble{
  padding: 60px 0;
   background: url(../img/garantd.png) no-repeat;
  -webkit-background-size: cover;
  background-position: center top;
  background-size: cover;
}
.garantd-title{
  overflow: hidden;
}
.garantd-title span{
  display: block;
  float: left;
}
.garantd-title span:nth-child(1){
  width: 140px;
  margin-right: 30px;
}
.garantd-title span:nth-child(2){
  width: 700px;
   position: relative;
  font-family: "FormularMedium";
  font-size: 18px;
  color: #4d4948;
  list-style: none;
  
  line-height: 1.5;
}
.garantdouble-form{
  padding: 60px 0;
  background: #fff;
  width: calc(100% - 0px);
  margin-top: 15px;
  box-shadow:0 0 50px #bbbbbb;
  position: relative;
}
.garantdouble-form-title span{
  color: #cd4726;
}
.garantdouble-form-title{
  color: #4d4948;
  text-align: center;
  font-size: 32px;
  font-family: "FormularBold";
  text-transform: uppercase;
}
.garantdouble-form-wrapp{
  text-align: center;
  margin-top: 30px;
}
.garantdouble-form-wrapp > div{
  display: inline-block;
  vertical-align: top;
}
.garantdouble-form-wrapp > div:nth-child(2){
  width: 350px;
  margin-left: 50px;
}
.garantdouble-form-wrapp > div:nth-child(1){
  width: 420px;
}
.garantdouble-form-wrapp > div:nth-child(1) .form-main2-left-timer{
  padding: 15px 0;
}


.garantdouble-form-wrapp > div:nth-child(2) input,.garantdouble-form-wrapp > div:nth-child(2) button{
  display: block;
  
  border: 0;
  margin: 0;
  padding: 0;
  width: 100%;
  outline: none;
  
}
.garantdouble-form-wrapp > div:nth-child(2) input{
  border: 2px solid #4d4948;
  height: 56px;
  text-align: center;
  font-family: "FormularMedium";
  font-size: 16px;margin-top: 20px;
}
.garantdouble-form-wrapp > div:nth-child(2) button{
  background: #cd4726;
  color: #fff;
  text-transform: uppercase;
  font-family: "FormularMedium";
  cursor: pointer;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  height: 56px;
  float: right;
  margin-top: 30px;
  font-size: 16px;
}
.garantdouble-form-wrapp > div:nth-child(2) button:hover{
  background: #b84022;
}
.garantdouble-form-wrapp{
  margin-bottom: 60px;
}
.garantdouble-form:after{
  content: '';
    position: absolute;
    right: -10px;
    top: 180px;
    width: 52px;
    height: 73px;
    background: url(../img/arrkon2.png);
}
.garantdouble-form:before{
  content: '';
    position: absolute;
    left: -10px;
    top: 180px;
    width: 52px;
    height: 73px;
    background: url(../img/arrkon1.png);
}


.ask-slider .slick-dots{
  margin: 0;
  padding: 0;
  text-align: center;
  margin-top: 20px;
}
.ask-slider .slick-dots li{
  list-style: none;
  display: inline-block;
  margin-left: 5px;
  margin-right: 5px;
}
.ask-slider .slick-dots li button{
  outline: none;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  padding: 0;
  margin: 0;
  font-size: 0;
  border: 0;
  width: 15px;
  height: 15px;
  border: 2px solid #4d4948;
  background: 0;
}
.ask-slider .slick-dots li.slick-active button{
  background: #4d4948;
}



.whl-right-slider1 .slick-dots{
  margin: 0;
  padding: 0;
  text-align: center;
  margin-top: 20px;
}
.whl-right-slider1 .slick-dots li{
  list-style: none;
  display: inline-block;
  margin-left: 5px;
  margin-right: 5px;
}
.whl-right-slider1 .slick-dots li button{
  outline: none;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  padding: 0;
  margin: 0;
  font-size: 0;
  border: 0;
  width: 15px;
  height: 15px;
  border: 2px solid #4d4948;
  background: 0;
}
.whl-right-slider1 .slick-dots li.slick-active button{
  background: #4d4948;
}
.prosomotr-start{
  
  background: url(../img/prosomotrbg.png) no-repeat;
  -webkit-background-size: cover;
  background-position: center top;
  background-size: cover;
  min-height: 1px;
  padding: 60px 0 60px 0;
  height: 390px;
  margin-bottom: 150px;
}
.prosomotr-start1{
  height: 440px;
}
.prosomotr-start-left{
  float: left;
  width: 700px;
}
.sl-title11{
  font-size: 42px;
}
.people-prosmotr{
  position: relative;
  width: 1060px;
  margin: auto;
  background: white;
  padding: 30px 50px;
  box-shadow:0 0 40px #dfdfdf;
  top: 40px;
}
.people-prosmotr2{
  top: 160px;
}
.pp-q{
  font-family: "FormularMedium";
  font-size: 18px;
  color: #4d4948;
  line-height: 1.5;
  width: 460px;
  position: relative;
  margin-left: 50px;
}
.pp-q:before, .pp-q:after {
    font-family: "FormularBold";
    content: ',,';
    color: #cd4726;
    position: absolute;
    font-size: 60px;
    letter-spacing: -5px;
}
.pp-q:after{
  bottom: -25px;
  right: -5px;
}
.pp-q:before {
    left: -40px;
    top: -25px;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
.people-prosmotr img{
  position: absolute;
  right: -2px;
  bottom: -1px;
}
.keysv-video-wrapp{
  text-align: center;
}
.keysv-video-wrapp > div{
  vertical-align: top;
  display: inline-block;
  width: 260px;
  margin-left: 20px;
  margin-right: 20px;
  position: relative;
  overflow: hidden;
}
.keysv-video-wrapp > div span{
  display: block;
}
.keysv-video-wrapp > div span:nth-child(1){
  width: 60px;
  height: 57px;
  background: url(../img/keys-i.png);
  text-align: center;
  color: #cd4726;
  font-size: 32px;
  font-family: "FormularBold";
  line-height: 70px;
 margin: auto;
}
.keysv-video-wrapp > div span:nth-child(2){
  width: 100%;
  margin-top: 30px;
  height: 170px;
  cursor: pointer;
  overflow: hidden;
  position: relative;
}
.keysv-video-wrapp > div span:nth-child(3){
  font-size: 18px;
  font-family: "FormularBold";
  color: #cd4726;
  margin-top: 30px;
}
.keysv-video-wrapp > div span:nth-child(4){
  height: 43px;
  font-family: "FormularMedium";
  font-size: 17px;
  color: #4d4948;
  margin-top: 5px;
}
.keysv-video-wrapp > div.lock span:nth-child(2){
  cursor: default;  
}
.keysv-video-wrapp > div.lock span:nth-child(2):after{
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  width: 60px;
  height: 87px;
  background: url(../img/lookkeys.png);
}
.keysv-video-wrapp > div.lock span:nth-child(2):before{
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  background: rgba(1,1,1,.8);
}
.videosee iframe{
  width: 100%;
  height: 100%;
  
  border: 0;
}
.videosee{
  
  margin: auto;
  width: 720px;
  height: 450px;
  margin-top: 50px;
  box-shadow:0 0 100px #e7e7e7;
}
.keys-video{
  padding: 0 0 60px 0;
  position: relative;
}
.keys-video > img{
  position: absolute;
  width: 100%;
  bottom: 0;
  z-index: -1;
}
.socials{
  padding: 60px 0;
  background: #343232;
}
.socials-link1{
  text-align: center;
  
}
.socials-link1 i{
  margin-top: 30px;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  display: inline-block;
  border: 1px solid #ffffff;
  background: #fff;
  color: #343232;
  width: 40px;
  height: 40px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  margin-right: 15px;
  margin-left: 15px;
  text-align: center;
  line-height: 40px;
  font-size: 28px;
}
.socials-link1 i:hover{
  background: #343232;
  color: #fff;
}
.send-analiz{
  color: #fff;
  display: block;
  background: #cd4726;
  width: 260px;
  height: 50px;
  line-height: 50px;
  text-transform: uppercase;
  font-size: 18px;
  font-family: "FormularBold";  
  margin: auto;
  margin-top: 60px;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  outline: none;
}
.send-analiz:hover{
  background: #b74022;
}
.popup3{
  margin: auto;
  background: #eee;
  width: 310px;
  margin: auto;
  padding: 30px 50px;
  position: relative;
}
.popup3 input {
    box-shadow: inset -1px 3px 10px #e0e0e0;
    display: block;
    box-sizing:border-box;
    width: 100%;
    margin-top: 10px;
    border: 0;
    outline: 0;
    border: 5px solid #fff;
    height: 40px;
    background: white;
    font-family: "FormularMedium";
    font-size: 18px;
    color: #4d4948;
    text-align: center;
}
.popup3 form button{
  border: 0;
  color: #fff;
  display: block;
  background: #cd4726;
  width: 100%;
  height: 50px;
  line-height: 50px;
  text-transform: uppercase;
  font-size: 18px;
  font-family: "FormularBold";  
  margin: auto;
  margin-top: 20px;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  cursor: pointer;
}
.popup3 > button{
  color: #4d4948 !important;
  opacity: 1 !important;  
}
.popup3 form button:hover{
  background: #b74022;
}
.copy2{
  width: 550px;
  text-align: center;
  display: none;
  float: left;
  font-size: 12px;
  font-family: "FormularRegular";
}
.copy2 p{
  margin: 0;
}
.copy2 p:nth-child(1){
  color: #fff;
}
.copy2 p:nth-child(2){
  color: #a0a0a0;
}
.closemenu{
  position: absolute;
  right: 10px;
  width: 30px;
  height: 30px;
  top: 25px;
}
.burger span:nth-child(1){
  top: 0;
}
.burger span:nth-child(2){
  top: 8px;
}
.burger span:nth-child(3){
  top: 16px;
}
.closemenu span{
  display: block;
    position: absolute;
    width: 100%;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    height: 2px;
    background: #4d4948;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
#thanks{
  display: none;
  text-align: center;
  position: relative;
  background: white;
  font-family: "FormularMedium";
  font-size: 20px;
  padding: 50px 10px;
  margin: auto;
  width: 400px;
}
.videokeys-review iframe{
  width: 100%;
  height: 100%;
  border: 0;
}
.videokeys-review{
  cursor: pointer;
  position: relative;
  margin: auto;
  margin-bottom: 40px;
  width: 600px;
  height: 400px;
}
.page404{
   font-family: "FormularMedium";
  font-size: 40px;
  padding: 50px 0;
  text-align: center;
  text-transform: uppercase;
}
.page404 img{
  display: block;
  width: 50%;
  margin: 20px auto;
}
.preloader > div{
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 120px;
  height: 120px;
}
.preloader{
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  z-index: 999;
  top: 0;
  left: 0;
  background: rgba(0,0,0,.5);
}

#share {
  width:100%;
  border:1px solid #eaeaea;
  margin: 0 auto;
  background:#fff;
  text-align:center;
}
.like {
  font-size: 16px;
  font-weight: 700;
  line-height: 50px;
}
.push {
  display: inline-block;
  width: 17%;
  min-width: 100px;
  line-height: 40px;
  margin: 5px 2px 20px 2px;
  font-size: 15px;
  text-align: center;
  color:#fff;
  cursor: pointer;
}
 
.facebook {background-color:#3b5998;}
.facebook:hover {background-color:#2d4373; color:#fff;}
.google {background-color:#dd4b39;}
.google:hover {background-color:#c23321; color:#fff;}
.twitter {background-color:#55acee;}
.twitter:hover {background-color:#2795e9; color:#fff;}
.vkontakte {background-color:#587ea3;}
.vkontakte:hover {background-color:#466482; color:#fff;}
.ok {background-color:#ee8208;}
.ok:hover {background-color:#ee7808; color:#fff;}


.call-phone{
  float: right;
  width: 250px;
  
}
.phone-number-wrp.active .phone-number-t{
  color: #cd4726;
}
.phone-number-t-arrow img{
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}
.phone-number-t-arrow{
  display: inline-block;
  vertical-align: middle;
  
  margin-left: 5px;
}
.phone-number-wrp{
  position: relative;
  
  z-index: 3;
  
}
.phone-number{
  text-align: right; 
  cursor: pointer;
  z-index: 3;
  position: relative;
}
.phone-number-img img{
  display: inline-block;
  vertical-align: middle;
}
.phone-number-img{
  display: inline-block;
  margin-right: 7px;
  vertical-align: middle;
  
}
.phone-number-t{
  display: inline-block;
  color: #4d4948;
  vertical-align: middle;  
  font-family: "FormularBold";
  text-transform: uppercase;
}
.input-call{
  font-size: 0;
  text-align: right;
  margin-top: 10px;
}
.input-call.active input{
  width: 120px;  
}
.input-call input{
  background: none;
  outline: none; 
  display: inline-block;
  vertical-align: top;
  width: 140px;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  border: 0;
  box-sizing:border-box;
  height: 30px;
  border: 1px solid #cd4726;
  text-align: center;
  font-size: 12px;
  font-family: "FormularRegular";
}
.input-call.active button:before{
  font-size: 12px;
  color: #fff;
  content: 'Перезвоните мне'; 
  font-family: "FormularRegular";
  width: auto;
  background: none;
}
.input-call button:before{
  content: '';
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  position: absolute;
  width: 16px;
  font-size: 0;
  height: 16px; 
  left: 0;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0; 
  background: url(../img/newmain/callb.png) no-repeat;
}
.input-call.active button{
  width: 120px;
}
.input-call button{
  outline: none;
  
  cursor: pointer; 
  position: relative;
  border: 0;
 background: #cd4726;
 width: 30px;
 height: 30px;
 display: inline-block;
 vertical-align: top;
 -webkit-transition: all .5s;
 -moz-transition: all .5s;
 -ms-transition: all .5s;
 -o-transition: all .5s;
 transition: all .5s; 
}

.phone-number-open{
  position: absolute;
  background: white;
  padding: 30px;
  display: none;  
  top: -40px;
  right: -30px;
  box-shadow: 0 0 10px rgba(22,19,12,.1);
  z-index: 2;
}
.other-phone{
  text-align: right;
  padding-right: 20px;
  margin-top: 45px;
  
}
.other-phone > div span:nth-child(1){
  margin-right: 8px;
}
.other-phone span a {
  text-decoration: none;
  color: #4d4948;
}
.other-phone span{
  color: #4d4948;
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  font-family: "FormularBold";
}

.footer-call{
  float: right;
}
footer .other-phone{
  color: #a0a0a0;
  
  margin-top: 0;
}
.other-phone .red span{
  color: #cd4726;
}
.other-phone > div span:nth-child(1) img{
  vertical-align: middle;
  display: inline-block;
}


footer{
  overflow: hidden;
  background: #343232;
  padding: 60px 0;
  font-family: "FormularLight";
}
.footer-menu{
  float: left;
  margin-left: 130px;
}
.footer-menu ul{
  padding: 0;
  margin: 0;
}
.footer-menu ul li{
  padding-left: 20px;
  position: relative;
  list-style: none;
  margin-top: 2px;
}
.footer-menu ul li:after{
  left: 0;
  top: 4px;
  content: '';
  position: absolute;
  background: url(../img/menu-arr.png);
  width: 6px;
  height: 11px;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: 0 0;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;

}
.footer-menu ul li:before{
 
}
.footer-menu ul li a{
  text-decoration: none;text-transform: uppercase;
  color: #fff;
  font-family: "ProximaNovaCondSemibold";
}
.footer-menu ul li a:hover{
  opacity: .5;
}

.footer-menu ul li:hover:after{
  background: url(../img/menu-arr-hover.png);
  left: 5px;
}
.copy{
  font-size: 12px;
  font-family: "FormularMedium";
  float: left;  
  margin-left: 180px;
  color: #666565;
}
.logof{
  float: left;
  
}
footer .input-call input{}
footer .input-call input::-webkit-input-placeholder{color:#fff;opacity:1;}
footer .input-call input:-moz-placeholder{color:#fff;opacity:1;}
footer .input-call input::-moz-placeholder{color:#fff;opacity:1;}
footer .input-call input:-ms-input-placeholder{color:#fff;opacity:1;} 
.logof p{
  font-size: 12px;
  color: #fff;
}  
footer a{
  text-decoration: none;
}


/** PROMO */
.btn-red {
  text-transform: uppercase;
  display: inline-block;
  background: #cd4726;
  font-family: "FormularBold";
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  border: 0;
  outline: none;
  font-size: 16px;
  padding: 15px 28px;
}
.promo-price-old {
  position: relative;
  padding: 0 10px;
}
.promo-price-old:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('../img/price-old.png') 0 52% no-repeat;
}

.promo-box {
  position: relative;
  background: #fff;
  -webkit-box-shadow: 0 0 50px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 50px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.2);
  padding: 40px;
  margin-top: 12px;
}
.promo-box .price {
  font-family: "FormularMedium";
  color: #4d4948;
  font-size: 18px;
  position: relative;
  text-align: center;
}
.promo-box .price b {
  color: #cd4726;
  font-family: "FormularBold";
  text-transform: uppercase;
  font-size: 24px;
}
.promo-box .timer {
  position: relative;
  font-family: "FormularMedium";
  color: #4d4948;
  font-size: 18px;
  text-align: center;
  padding: 35px 0 0;
}

@media(min-width:920px)
{
  .promo-box .price:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 145px;
    background: url('../img/price-act.png') 0 50% no-repeat;
  }
  .promo-box:before {
    position: absolute;
    content: '';
    top: 0;
    left: 200px;
    width: 63px;
    height: 26px;
    margin-top: -26px;
    background: url('../img/promo-bx.png') 0 100% no-repeat;
  }
}
@media(max-width:440px){
  .promo-box { padding: 20px; }
}

.video-list-thanks-one {
  display: inline-block;
  width: 290px;
  margin: 0 10px;
  margin-top: 20px;
  vertical-align: top;

}
.video-list-thanks-one-img iframe {
  width: 100%;
  height: 100%;
  border: 0;
}
.video-list-thanks-one-img {
  height: 200px;
  position: relative;
  cursor: pointer;
}
.video-list-thanks-one-name {
  text-align: center;
  margin-top: 10px;    
  font-size: 14px;
  font-family: FormularMedium;
  color: #4d4948;
}
