@font-face{
  font-family: 'Roboto Condensed';
}
@font-face {
    font-family: 'RB';
    src: url('raleway-bold-webfont.eot');
    src: url('raleway-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('raleway-bold-webfont.woff2') format('woff2'),
         url('raleway-bold-webfont.woff') format('woff'),
         url('raleway-bold-webfont.ttf') format('truetype'),
         url('raleway-bold-webfont.svg#ralewaybold') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'RE';
    src: url('raleway-extrabold-webfont.eot');
    src: url('raleway-extrabold-webfont.eot?#iefix') format('embedded-opentype'),
         url('raleway-extrabold-webfont.woff2') format('woff2'),
         url('raleway-extrabold-webfont.woff') format('woff'),
         url('raleway-extrabold-webfont.ttf') format('truetype'),
         url('raleway-extrabold-webfont.svg#ralewayextrabold') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'RL';
    src: url('raleway-light-webfont.eot');
    src: url('raleway-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('raleway-light-webfont.woff2') format('woff2'),
         url('raleway-light-webfont.woff') format('woff'),
         url('raleway-light-webfont.ttf') format('truetype'),
         url('raleway-light-webfont.svg#ralewaylight') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'RR';
    src: url('raleway-regular-webfont.eot');
    src: url('raleway-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('raleway-regular-webfont.woff2') format('woff2'),
         url('raleway-regular-webfont.woff') format('woff'),
         url('raleway-regular-webfont.ttf') format('truetype'),
         url('raleway-regular-webfont.svg#ralewayregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
* {
  margin: 0;
  outline: none;
}
body {
  margin: 0;
}
a,
p,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
div {
  margin: 0;
  padding: 0;
  font-family: 'RR';
}
input,
button {
  -webkit-appearance: none;
}
.resize {
  position: relative;
  width: 1200px;
  margin: 0 auto;
  max-width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 15px;
}
.cf:after,
.cf:before {
  content: '';
  display: table;
}
.cf:after {
  clear: both;
}
.cf {
  zoom: 1;
}
.fileName{
    height: 40px;
    overflow-y: auto;
    width: 238px;
}
input[type=text]::-webkit-input-placeholder{
  color: #24262b;
}
input[type=text]::-moz-placeholder{
  color: #24262b;
}
input[type=text]:-moz-placeholder{
  color: #24262b;
}
input[type=text]:-ms-input-placeholder{
  color: #24262b;
}
body .modalWindow.opros .owl-dots{
  width: 800px;
}
body .modalWindow.opros .owl-prev{
      left: 185px;
}
body .modalWindow.opros .owl-next{
      right: 556px;
}
.quest input[type=text]::-webkit-input-placeholder{
  color: #fff;
}
.quest input[type=text]::-moz-placeholder{
  color: #fff;
}
.quest input[type=text]:-moz-placeholder{
  color: #fff;
}
.quest input[type=text]:-ms-input-placeholder{
  color: #fff;
}
.itemer_desc{
  position: absolute;
  bottom: -130px;
  height: 110px;
  text-align: left;
  padding: 10px;
}
body .feed{
  margin-top: 55px;
}
.quest input::-webkit-input-placeholder {
  -webkit-transition: color 0.4s ease;
  -moz-transition: color 0.4s ease;
  -ms-transition: color 0.4s ease;
  -o-transition: color 0.4s ease;
  transition: color 0.4s ease;
  color: #fff;
}
.quest input::-moz-placeholder {
  -webkit-transition: color 0.4s ease;
  -moz-transition: color 0.4s ease;
  -ms-transition: color 0.4s ease;
  -o-transition: color 0.4s ease;
  transition: color 0.4s ease;
  color: #fff;
}
.quest input:-moz-placeholder {
  -webkit-transition: color 0.4s ease;
  -moz-transition: color 0.4s ease;
  -ms-transition: color 0.4s ease;
  -o-transition: color 0.4s ease;
  transition: color 0.4s ease;
  color: #fff;
}
.quest input:-ms-input-placeholder {
  -webkit-transition: color 0.4s ease;
  -moz-transition: color 0.4s ease;
  -ms-transition: color 0.4s ease;
  -o-transition: color 0.4s ease;
  transition: color 0.4s ease;
  color: #fff;
}

input::-webkit-input-placeholder {
  -webkit-transition: color 0.4s ease;
  -moz-transition: color 0.4s ease;
  -ms-transition: color 0.4s ease;
  -o-transition: color 0.4s ease;
  transition: color 0.4s ease;
  color: #24262b;
}
input::-moz-placeholder {
  -webkit-transition: color 0.4s ease;
  -moz-transition: color 0.4s ease;
  -ms-transition: color 0.4s ease;
  -o-transition: color 0.4s ease;
  transition: color 0.4s ease;
  color: #24262b;
}
input:-moz-placeholder {
  -webkit-transition: color 0.4s ease;
  -moz-transition: color 0.4s ease;
  -ms-transition: color 0.4s ease;
  -o-transition: color 0.4s ease;
  transition: color 0.4s ease;
  color: #24262b;
}
input:-ms-input-placeholder {
  -webkit-transition: color 0.4s ease;
  -moz-transition: color 0.4s ease;
  -ms-transition: color 0.4s ease;
  -o-transition: color 0.4s ease;
  transition: color 0.4s ease;
  color: #24262b;
}
input:focus::-webkit-input-placeholder {
  -webkit-transition: color 0.4s ease;
  -moz-transition: color 0.4s ease;
  -ms-transition: color 0.4s ease;
  -o-transition: color 0.4s ease;
  transition: color 0.4s ease;
  color: transparent;
}
input:focus::-moz-placeholder {
  -webkit-transition: color 0.4s ease;
  -moz-transition: color 0.4s ease;
  -ms-transition: color 0.4s ease;
  -o-transition: color 0.4s ease;
  transition: color 0.4s ease;
  color: transparent;
}
input:focus:-moz-placeholder {
  -webkit-transition: color 0.4s ease;
  -moz-transition: color 0.4s ease;
  -ms-transition: color 0.4s ease;
  -o-transition: color 0.4s ease;
  transition: color 0.4s ease;
  color: transparent;
}
input:focus:-ms-input-placeholder {
  -webkit-transition: color 0.4s ease;
  -moz-transition: color 0.4s ease;
  -ms-transition: color 0.4s ease;
  -o-transition: color 0.4s ease;
  transition: color 0.4s ease;
  color: transparent;
}
.error {
  border-color: red !important;
}
label.error {
  display: none !important;
}
.fll {
  float: left;
}
.flr {
  float: right;
}
.globalWrapper {
  max-width: 1920px;
  min-width: 1200px;
  margin: 0 auto;
  position: relative;
  -webkit-box-shadow: 0 0 10px 0 #000;
  box-shadow: 0 0 10px 0 #000;
  overflow: hidden;
  height: auto;
  z-index: 10;
}
a.button1 , input[type=submit]{
  width: 286px;
  height: 50px;
  color: #24262b;
  line-height: 50px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  font-family: 'RB';
  padding: 0;
  font-size: 14px;
  border: 1px solid #ffd200;
  background: #ffd200;
  border-radius: 46px;
  -moz-border-radius: 46px;
  -webkit-border-radius: 46px;
  display: block;

  cursor: pointer;
  margin: 10px 0;
}
a.button1:hover , input[type=submit]:hover{
  color: #fff;
  background: transparent;
}

input[type=text]{
  width: 260px;
  height: 40px;
  color: #2f3235;
  line-height: 40px;
  text-align: left;
  text-decoration: none;
  font-size: 14px;

  font-family: 'RL';
  padding: 0;
  border: none;
  border-bottom: 1px solid #2f3235;
  display: block;
  margin: 10px auto;
}
.modalWindow{
  background: #fff;
  width: 370px;
  height: 510px;
  text-align: center;
}
.modalWindow form{
  text-align: center;
}

.modalWindow form h3,
.modalWindow.two h3{
  font-size: 28px;
  color: #2f3235;
  padding-top: 30px;
  font-family: "RL";
  margin-bottom: 30px;
  line-height: 1.25;
  border-bottom: 1px solid #2f3235;
  padding-bottom: 30px;
}
.modalWindow.two{
  height: auto;
}
.modalWindow.two h3{
  padding-left: 50px;
  padding-right: 50px;
  margin: 0;
  border: none;
}
.modalWindow form h3 span,
.modalWindow.two h3 span{

  font-family: "RB";
}
.modalWindow form input{
  display: block;
  margin: 0 auto;
  margin-top: 15px;
  width: 260px;
}
.modalWindow form input[type=submit]{
  height: 60px;
  line-height: 60px;
  font-size: 14px;
  margin-top: 40px;
}
.modalWindow form input[type=submit]:hover{
  color: #2f3235;
}
.fancybox-close{
  background: url(../img/close.png) center center no-repeat;
  top: 2px;
  right: 2px;
}

.first{
  background: url(../img/bg_1.jpg) center center no-repeat;
  height: 870px;
}
.header{
  height: 80px;
  padding-top: 20px;
}
.menu{
  height: 50px;
}
.all_men{
  width: 1920px;
  height: 60px;
  background: #34495a;
  top: 0;
  position: fixed;
  left: 50%;
  margin-left: -960px;
  top: -300px;
  z-index: 300;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  margin-top: 0;
}
.all_men .menu .resize{
  margin-top: 0;
}
.all_men.active{
  top: 0;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.header a.mail{
  margin-left: 50px;
  margin-top: 0;
  font-size: 16px;
  color: #ffd200;
  text-decoration: underline;
  font-family: "RR";
  line-height: 44px;
  height: 44px;
  display: block;
  padding-left: 50px;
  background: url(../img/mail.png) center left no-repeat;
}
.header .right{
  margin-top: 10px;
}
.header .right a.button1{
  background: transparent;
  color: #ffd200;
  width: 200px;
  font-size: 14px;
  text-transform: uppercase;
  font-family: "RR";
  float: right;
  margin-top: 0px;
}
.header .right a.button1:hover{
  color: #fff;
  background: transparent;
}
.header .right a.tel{
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  font-family: "Roboto Condensed";
  margin-top: 15px;
  line-height: 1.1;
  float: right;
  margin-top: 10px;
  margin-right: 20px;
}
.menu .resize{
  margin-top: 10px;
}
.menu ul{
  text-align: center;
  color: #fff;
  text-transform: uppercase;
    border: 1px solid rgba(255,255,255,0.2);
  border-left: none;
  border-right: none;
  height: 60px;
}
.menu ul li{
  display: inline;
  display: inline-block;
  zoom: 1;
  margin-top: 20px;
  padding: 0 45px;
  position: relative;
}
.menu ul li:nth-child(1){
  padding-left: 0;
}
.menu ul li:nth-child(6){
  padding-right: 0;
}
.menu ul li a{
  color: #fff;
  padding-bottom: 22px;
  display: block;
  text-decoration: none;
  position: relative;
}
.menu ul li a:hover{
  color: #ffd200;
}
.menu ul li a:after{
  width: 22px;
  background: #ffd200;
  left: 50%;
  margin-left: -11px;
  bottom: 0;
  position: absolute;
  content: '';
  height: 0;
}
.menu ul li:after{
  color: rgba(255,255,255,0.2);
  left: 0;
  top: 0;
  font-size: 14px;
  font-family: "RL";
  position: absolute;
  content: '/';
  height: 0;
}
.menu ul li:nth-child(1):after{
  content: '/';
}
.menu ul li a:hover:after{
  height: 3px;
}
.first h1{
  font-size: 72px;
  color: #ffd200;
  line-height: 1;
  margin-top: 80px;
  font-family: "RE";
}
.first h1 span{
  color: #fff;
  font-family: "RL";
  font-size: 60px;
}
.first .cont_l p{
  font-family: "RB";

}
.first .cont_r span{
  padding-left: 20px;
  margin-left: 20px;
  display: inline;
  display: inline-block;
  zoom: 1;
  position: relative;
}

.first .cont_l,
.first .cont_r{
  font-size: 24px;
  line-height: 1.7;
  color: #fff;
  margin: 40px 0;
}
.first .cont_r span:before{
  width: 7px;
  height: 7px;
  border: 3px solid #ffd200;
  border-radius: 50%;
  -o-border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  position: absolute;
  content: '';
  display: block;
  top: 13px;
  left: 0;
}
.h2h{
  text-align: center;

}
.h2h h2{
  font-size: 60px;
  font-family: "RE";
  line-height: 1;
  color: #2f3235;
  position: relative;
  display: inline;
  display: inline-block;
  zoom: 1;
  text-align: center;
  margin-top: 85px;
  margin-bottom: 50px;
}
.h2h h2 span{
  font-family: "RL";
}
.h2h h2:before{
  width: 1210px;
  height: 11px;
  background: url(../img/ell.png) center center no-repeat;
  position: absolute;
  content: '';
  right: 105%;
  top: 26px;
}
.h2h h2:after{
  width: 1210px;
  height: 11px;
  background: url(../img/elr.png) center center no-repeat;
  position: absolute;
  content: '';
  left: 105%;
  top: 26px;
}
.otv{
  padding-bottom: 80px;
}
.otv ul{
  text-align: center;
}
.otv ul li{
  display: inline;
  display: inline-block;
  zoom: 1;
  width: 345px;
  text-align: left;
  margin-right: 60px;
}
.otv ul li:nth-child(3){
  margin-right: 0;
}
.otv ul li p{
  font-size: 18px;
  color: #3b3f44;
  font-family: "RB";
  line-height: 1.2;
  margin-left: 10px;
  margin-top: 20px;
}
.otv ul li div.fll{
  width: 70px;
  height: 70px;
  background: #ffd200;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border: 10px solid #fff1b2;
}
.otv ul li:nth-child(1) div.fll{background: #ffd200 url(../img/b2-1.png) center center no-repeat;}
.otv ul li:nth-child(2) div.fll{background: #ffd200 url(../img/b2-2.png) center center no-repeat;}
.otv ul li:nth-child(3) div.fll{background: #ffd200 url(../img/b2-3.png) center center no-repeat;}
.otv a.button1{
  margin: 0 auto;
  margin-top: 50px;
  width: 260px;
  height: 60px;
  line-height: 60px;
}
.otv a.button1:hover{
  color: #3b3f44;
}
.price{
  background: url(../img/bg_3.jpg) center center no-repeat;
  height: 1159px;
}
.price h2{
  color: #fff;
}
.price .item{
  float: left;
  margin-left: 30px;
  width: 300px;
  background: #fff;
  padding-top: 30px;
  border-top:10px solid #ffd200;
  padding-left: 40px;
  padding-right: 30px;
}
.price .item.o{
  margin-left: 0;
}
.price h3{
  font-size: 40px;
  font-family: "RB";
  color: #24262b;
  text-align: left;
  line-height: 1;
}
.price h4{
  color: #24262b;
  font-family: 'RR';
  line-height: 1;
  /*font-weight: 400;*/
  margin: 15px 0;
  font-size: 18px;
  padding-left: 80px;
  position: relative;
}
.price h4:before{
  width: 100px;
  height: 10px;
  background: #ffd200;
  position: absolute;
  content: '';
  left: -40px;
  top: 17px;
}
.price h4 span{
  font-size: 40px;
  color: #ffd200;
  font-family: 'Roboto Condensed';
  vertical-align: middle;
  font-weight: 700;
}
.price ul{
  text-align: left;
}
.price ul li{
  margin-top: 20px;
  line-height: 1.1;
  font-size: 16px;
  position: relative;
  font-family: "RL";
  color: #24262b;
  padding-left: 20px;
}
.price ul li:before{
  width: 4px;
  height: 4px;
  border: 2px solid #ffd200;
  border-radius: 50%;
  -o-border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  position: absolute;
  content: '';
  display: block;
  top: 4px;
  left: 0;
}
.price a.button1{
  width: 100%;
  margin: 40px 0 50px 0;
  width: 290px;
}
.price a.button1:hover{
  color: #3b3f44;
}
.dom {
  padding-bottom: 80px;
}
.dom ul{
  text-align: center;
  background: url(../img/b4.png) top left 355px no-repeat;
  margin-top: 30px;
}
.dom ul li{
  vertical-align: top;
  display: inline;
  display: inline-block;
  zoom: 1;
  margin-bottom: 25px;
}
.dom ul li p{
  font-size: 16px;
  font-family: "RB";
  color: #24262b;
  line-height: 1.2;
}
.dom ul li:nth-child(1){margin-left: 100px; }
.dom ul li:nth-child(2){margin-left: 550px; }
.dom ul li:nth-child(3){margin-left: 40px; }
.dom ul li:nth-child(4){margin-left: 670px; }
.dom ul li:nth-child(5){margin-left: 100px; }
.dom ul li:nth-child(6){margin-left: 640px; }
.dom ul li .img{
  background: url(../img/el_bg.png) center center no-repeat;
  position: relative;
  width: 124px;
  height: 124px;
  margin: 0 auto 10px;
}
.dom ul li .img:before{
  width: 124px;
  height: 124px;
  position: absolute;
  content: '';
  top: 0;
  left: 0;
}
.dom ul li:nth-child(1) .img:before{background: url(../img/b4-l1.png) center center no-repeat;}
.dom ul li:nth-child(2) .img:before{background: url(../img/b4-r1.png) center center no-repeat;}
.dom ul li:nth-child(3) .img:before{background: url(../img/b4-l2.png) center center no-repeat;}
.dom ul li:nth-child(4) .img:before{background: url(../img/b4-r2.png) center center no-repeat;}
.dom ul li:nth-child(5) .img:before{background: url(../img/b4-l3.png) center center no-repeat;}
.dom ul li:nth-child(6) .img:before{background: url(../img/b4-r3.png) center center no-repeat;}
.lim{
  background: url(../img/bg_5.jpg) center center no-repeat;
  height: 832px;
}
.lim form{
  width: 370px;
  float: right;
  background: #fff;
}
.lim form input{
  width: 260px;
}
.lim form h3{
  height: 140px;
  vertical-align: middle;
  display: table-cell;
  text-align: center;
  line-height: 1.25;
  font-family: "RL";
  font-size: 26px;
  color: #2f3235;
  width: 370px;
  border-bottom: 1px solid #2f3235;
  margin-bottom: 25px;
}
.lim form h3 span{
  font-family: "RB";
}
.lim form input[type=submit]{
  font-family: "RB";
  margin: 20px auto;
  font-size: 13px;
  margin-top: 30px;
}
.lim form input[type=submit]:hover{
  color: #3b3f44;
}
.lim form .cf{
  margin-top: 25px;
}
.lim .slider_1{
  width: 680px;
  margin-top: 60px;
  height: 480px;
  margin-left: 60px;
}
.lim .slider_1 .item{
  width: 680px;
  height: 480px;
  /*margin-top: 60px;*/
}
.lim .slider_1 .item1{
  background: url(../img/b5-1.jpg) center center no-repeat;
}
.lim .slider_1 .item2{
  background: url(../img/b5-2.jpg) center center no-repeat;
}
.lim .slider_1 .item3{
  background: url(../img/b5-3.jpg) center center no-repeat;
}
.lim .slider_1 .item4{
  background: url(../img/b5-4.jpg) center center no-repeat;
}
.lim .slider_1 .item5{
  background: url(../img/b5-5.jpg) center center no-repeat;
}
.lim .slider_1 .item6{
  background: url(../img/milion/1.jpg) center center no-repeat;
}
.lim .slider_1 .item7{
  background: url(../img/milion/2.jpg) center center no-repeat;
}
.lim .slider_1 .item8{
  background: url(../img/milion/3.jpg) center center no-repeat;
}
.lim .slider_1 .item9{
  background: url(../img/milion/4.jpg) center center no-repeat;
}
.lim .slider_1 .item10{
  background: url(../img/milion/5.jpg) center center no-repeat;
}
.lim .slider_1 .item11{
  background: url(../img/milion/6.jpg) center center no-repeat;
}


.lim .slider_1 p{
  color: #fff;
  font-size: 24px;
  padding-left: 40px;
  margin-top: 380px;
  line-height: 1.25;
}
.slick-prev, .slider_opros .owl-nav .owl-prev {
  width: 44px;
  height: 44px;
  background: #ffd200 url(../img/arr_l.png) center center no-repeat;
  left: -22px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border: 5px solid #fff;
  z-index: 3;
  position: absolute;
  font-size: 0;
  opacity: 1;
  padding: 0;
}
.slick-next, .slider_opros .owl-nav .owl-next {
  width: 44px;
  height: 44px;
  background: #ffd200 url(../img/arr_r.png) center center no-repeat;
  right: -22px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border: 5px solid #fff;
  z-index: 3;
  position: absolute;
  font-size: 0;
  opacity: 1;
  padding: 0;
}
.slick-next:before,
.slick-prev:before{
  content: '';
}
.slick-prev:hover, .slick-prev:focus,
.owl-prev:hover, .owl-prev:focus{
    background: #f7d434 url(../img/arr_l.png) center center no-repeat;
}
.slick-next:hover, .slick-next:focus ,
.owl-next:hover, .owl-next:focus {

  background: #f7d434 url(../img/arr_r.png) center center no-repeat;
}
.four{
  padding-bottom: 100px;
}
.four .item_li.m1{
  margin: 0;
}
.four .item_li{
  float: left;
  background-color: #ffd200;
  background-repeat: no-repeat;
  background-position: center left 30px;
  width: 270px;
  height: 120px;
  margin-left: 30px;
}
.four .item_li p{
  padding-left: 115px;
  line-height: 1.2;
  vertical-align: middle;
  font-size: 16px;
  font-family: "RB";
  color: #2f3235;
  display: table-cell;
  height: 120px;
}
.four .item_li.m1{background-image: url(../img/b6-1.png);}
.four .item_li.m2{background-image: url(../img/b6-2.png);}
.four .item_li.m3{background-image: url(../img/b6-3.png);}
.four .item_li.m4{background-image: url(../img/b6-4.png);}
.galerry_slider{
  background: url(../img/bg_7.jpg) center center no-repeat;
  height: 977px;
}
.galerry_slider h2{
  margin-bottom: 70px;
}
.formwr form{
  padding-left: 60px;
  padding-top: 150px;
}
.formwr form input{
  margin-left: 0;
  width: 330px;
}
.formwr{
  background: url(../img/bg_8.jpg) center center no-repeat;
  height: 876px;
}

.formwr h3{
  font-family: "RE";
  line-height: 1.1;
  color: #2f3235;
  font-size: 56px;
  margin-bottom: 25px;
}
.formwr h3 span{
  color: #ffd200
}
.formwr form input[type=submit]{
  margin-top: 30px;
  width: 230px;
}
.formwr form input[type=submit]:hover{
  color: #3b3f44;
}

.lol{
  width: 330px;
  height: 40px;
  color: #8e8e8e;
  line-height: 40px;
  text-align: left;
  text-decoration: none;
  font-size: 14px;

  font-family: 'RL';
  padding: 0;
  border: none;
  border-bottom: 1px solid #2f3235;
  display: block;
  margin: 10px 0;
  background-image: url(../img/skrepka.png);
  background-position: right center;
  background-repeat: no-repeat;
}
.about_who h2{
  margin-top: 0;
  margin-bottom: 70px;
}
.about_who .p{
  padding-left: 490px;
  color: #2f3235;
  line-height: 1.57;
  font-size: 20px;
  font-family: "RL";
  background: url(../img/b9-1.png) top 7px left no-repeat;
}
.about_who .p strong{
  font-family: "RB";
}
.about_who .itemers{
  text-align: center;
  margin-top: 50px;
}
.about_who .itemers .ite{
  background: url(../img/b9-1.jpg) center center no-repeat;
  width: 270px;
  height: 300px;
  margin-left: 30px;
  float: left;

}
.about_who .itemers .ite:nth-child(1){
  margin-left: 0;
}
.about_who .itemers .ite:nth-child(2){background: url(../img/b9-2.jpg)center center no-repeat;}
.about_who .itemers .ite:nth-child(3){background: url(../img/b9-3.jpg)center center no-repeat;}
.about_who .itemers .ite:nth-child(4){background: url(../img/b9-4.jpg)center center no-repeat;}
.about_who .itemers .ite .img{
  background: url(../img/b9_li.png) center center no-repeat;
  width: 146px;
  height: 146px;
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom: 30px;

}
.about_who .itemers .img_table{
  display: table-cell;
  vertical-align: middle;
  width: inherit;
  height: inherit;
}
.about_who .itemers p{
  color: #ffd200;
  font-size: 18px;
  line-height: 1.2;
  font-family: "RE";
}
.about_who .team h2{
  margin-top: 0;
  margin-bottom: 60px;
  margin-top: 80px;
}
.about_who .itemers.team{
  margin-top: 0;
  position: relative;
}
.about_who .itemers.team .ite:nth-child(1){background: url(../img/time/grin.jpg)top center no-repeat;}
.about_who .itemers.team .ite:nth-child(2){background: url(../img/time/alekcei.jpg)top center no-repeat;}
.about_who .itemers.team .ite:nth-child(3){background: url(../img/time/sergei.jpg)top center no-repeat;}
.about_who .itemers.team .ite:nth-child(4){background: url(../img/time/stanislav.jpg)top center no-repeat;}
.about_who .itemers.team .ite{
  width: 270px;
  height: 300px;
  position: relative;

}
.about_who .itemers.team p{
  color: #2a2623;
  font-size: 16px;
  line-height: 1.3;
  position: absolute;
  font-family: "RB";
  left: 0;
  bottom: 0;
  background: url(../img/pod.png);
  width: 186px;
  text-align: left;
  height: 65px;
  padding: 15px 20px 10px 20px;
}
.about_who{
  padding-bottom: 80px;
}
.about_who .itemers.team p span{
  font-family: "RL";
}
.feed{
  background: url(../img/bg_11.jpg) center center no-repeat;
  height: 643px;
}
.feed .slider_1{
  height: 350px;

}
.feed .slider_1 img{

}
.feed .slider_1 .item{
  height: 350px;
  position: relative;

}
.feed .slider_1 .item .fll{
  position: absolute;

  left: 50px;
  top: 0;
}
.feed .slider_1 .item .flr{
  width: 100%;
  background: #fff;
  height: 300px;
  margin-top: 50px;
}
.feed .slider_1 .item .flr p{
  padding-left: 320px;
  padding-top: 10px;
  line-height: 1.7;
  font-size: 15px;
  color: #2d3034;
  font-family: "RL";
  padding-right: 50px;
}
.feed .slider_1 .item .flr h3{
  padding-left: 320px;
  padding-top: 40px;
  line-height: 1.3;
  font-size: 24px;
  color: #2d3034;
  font-family: "RE";
  padding-right: 50px;
}
.feed .slick-prev, .feed .slick-next{
  margin-top: 25px;
}
.feed h2{
  color: #fff;
  margin-top: 80px;
}
.partn{
  padding-bottom: 10px;
}

.partn .item{
  margin: 0 10px;
}
.partn .item .img_block,
.partn .item .img_block .table{
  width: 175px;
  height: 120px;

}
.partn .item .img_block{
  border: 1px dashed #ffd200;
}
.partn .item .img_block .table{
  display: table-cell;
  vertical-align: middle
}
.partn .item .img_block .table img{
  margin: 0 auto;
  display: block;

}
.partn .slick-next{
  right: -18px;
}
.partn .slick-prev{
  left: -16px;
}
.shema {
  padding-bottom: 100px;
}
.shema .items{
  text-align: center;
}
.shema .items .item{
  background: #ffd200;
  width: 265px;
  height: 230px;
  margin-left: 20px;
  display: inline;
  display: inline-block;
  zoom: 1;
  vertical-align: top;
  margin-top: 20px;
  position: relative;
}
.shema .items .item:hover{
  opacity: 0.85;
  -o-opacity: 0.85;
  -moz-opacity: 0.85;
  -webkit-opacity: 0.85;


}

.shema .items .item:before{
  width: 100px;
  height: 100px;
  left: 100px;
  top: -10px;
  position: absolute;
  content: '';
}
.shema .items .item:nth-child(1):before{background: url(../img/b13-1.png) bottom left no-repeat;}
.shema .items .item:nth-child(2):before{background: url(../img/b13-2.png) bottom left no-repeat;}
.shema .items .item:nth-child(3):before{background: url(../img/b13-3.png) bottom left no-repeat;}
.shema .items .item:nth-child(4):before{background: url(../img/b13-4.png) bottom left no-repeat;}
.shema .items .item:nth-child(5):before{background: url(../img/b13-5.png) bottom left no-repeat;}
.shema .items .item:nth-child(6):before{background: url(../img/b13-6.png) bottom left no-repeat;}
.shema .items p.num{
  font-size: 90px;
  color: #2f3235;
  font-family: "Re";
  line-height: 1;
  text-align: left;
  padding: 15px 20px 0px 30px;
}
.shema .items p.txt{
  padding: 10px 20px 20px 30px;
  font-size: 18px;
  color: #2f3235;
  text-align: left;
  font-family: "RB";
  line-height: 1.2;
}
.quest{
  background: url(../img/bg_14.jpg) center center no-repeat;
  height: 598px;
}
.quest h2{
  margin-top: 90px;
  line-height: 1.1;
  color: #ffd200;
  font-family: "RE";
  text-align: center;
  font-size: 60px;
}
.quest h2 span{
  font-family: "RL";
  color: #fff;
}
.quest input[type=submit]{
  margin: 25px auto;
  width: 280px;
  height: 60px;
  line-height: 60px;
  font-size: 14px;
}
.quest input[type=text]{
  text-align: center;
  background: transparent;
  border-bottom: 1px solid rgba(255,255,255,0.4);
  color: #fff;
  text-indent: 0;
}
.map{
  background: url(../img/bg_15.jpg) center center no-repeat;
  height: 560px;
}
.map .block{
  background: url(../img/mapp.png) center center no-repeat;
  width: 662px;
  height: 410px;
  margin-left: 320px;
  position: relative;
  margin-top: 45px;
  padding-top: 100px;
}
.map .block:before{
  background: url(../img/pin.png) center center no-repeat;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  position: absolute;
  top: 263px;
  left: 80px;
  box-shadow: 0px 2px 27px 0px rgba(195, 196, 201, 0.4);
  content: '';
}
.map .block p,
.map .block h3{
  padding-left: 175px;
}
.map .block p{
  font-family: "RL";
  color: #2f3235;
  font-size: 16px;
  margin-top: 30px;
}
.map .block h3,
.map .block h3 a{
  font-family: "Roboto Condensed";
  color: #2f3235;
  font-weight: bold;
  margin-top: 7px;
  font-size: 24px;
  /*margin-top: 30px;*/
}
.map .block h3 a.mail{
  color: #ffd200;
  text-decoration: underline;

}
.copy{
  height: 44px;
  line-height: 44px;
}
.copy a{
  font-family: "RL";
  color: #2a2623;
}
.copy .fll p{
  font-family: "RL";
  margin-right: 80px;
  color: #2a2623;
  float: left;
}
.pulse{
  position: relative;

  border: none;
  box-shadow: 0 0 0 0 #ffd433;


  background-repeat: no-repeat;
  cursor: pointer;
  -webkit-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -moz-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -ms-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);


}
.all_men .menu ul{
  border: none;
}
.modalWindow.opros{
  background: #fff;
  height: 650px;
  width: 1170px;
  /*position: absolute;*/

}
.pop_pop{
  position: absolute;
  left: -10000px
}
.slider_opros{
  height: 596px;
}
.modalWindow.opros .item{
  background: url(../img/bg_opros.jpg) center center no-repeat;
  width: 1170px;
  height: 650px;
    background-size: cover;
}
.modalWindow.opros h4{
  font-size: 46px;
  line-height: 1.2;
  text-align: center;
  font-family: "RE";
  padding-top: 50px;
  color: #ffd200;
}
.modalWindow.opros h4 span{
  font-family: "RL";
  color: #fff;
}
.modalWindow.opros h5{
  color: #fff;
  text-align: left;
  margin-left: 80px;
  margin-top: 125px;
  font-size: 28px;
  font-family: "RR";
  line-height: 1.3;
}
.modalWindow.opros .calculation__input label{
  font-size: 24px;
  color: #fff;
  margin-right: 30px;
  float: left;
}
.modalWindow.opros .calculation__input label:hover{
  opacity: 0.85;
  cursor: pointer;
}
.modalWindow.opros .calculation__input label .image{
  margin-bottom: 10px;
}
.modalWindow.opros .calculation__input{
  margin-top: 40px;
  text-align: left;
  margin-left: 80px;
}
.modalWindow.opros .owl-dots{
  display: inline;
  display: inline-block;zoom: 1;
  width: 100%;
  left: 0;
  position: absolute;
}
.modalWindow.opros .owl-dots .owl-dot span{
  background: #ffd200;
  width: 6px;
  height: 6px;
  border: 3px solid #e6e9ef;
  border-radius: 50%;
}
.modalWindow.opros .owl-dots .owl-dot.active span{
  border-color: #ffd200;
  background: transparent;
}

.modalWindow.opros .owl-dots{
  bottom: 34px;
}
.modalWindow.opros .slick-dotted.slick-slider{
  margin-bottom: 0;
}
.modalWindow.opros .owl-prev{
  left: 361px;
  top: 514px;
  position: absolute;

}
.modalWindow.opros .owl-next{
  right: 360px;
  top: 514px;
  position: absolute;

}
.modalWindow.opros .owl-prev:hover{background: #ffd200 url(../img/arr_l.png) center center no-repeat;}
.modalWindow.opros .owl-next:hover{background: #ffd200 url(../img/arr_r.png) center center no-repeat;}
.modalWindow.opros .item11{
  background: #fff;
}
.modalWindow.opros .item11 .flr{
  width: 370px;
  border-left: 1px solid #e7e9ed;
}
.modalWindow.opros .item11 .fll{
  width: 798px;
}
.modalWindow.opros .item11 h4{
  color: #2f3235;
  font-size: 36px;
  font-family: "RL";
  border-bottom: 1px solid #e7e9ed;
  padding-bottom: 30px;
}
.modalWindow.opros .item11 h4 span{
  color: #ffd200;
  font-family: "RB";

}
.modalWindow.opros .item11 .line{
  margin: 30px auto;
  margin-top: 15px;
  display: block;
  width: 225px;
  height: 1px;
  background: #ffd200;
}
.modalWindow.opros .item11 h6{
  color: #2f3235;
  font-size: 30px;
  font-family: "RL";
  padding-top: 40px;
  line-height: 1.2;
}
.modalWindow.opros .item11 p{
  font-family: "RL";
  color: #2f3235;
  font-size: 18px;
  line-height: 1.2;
}
.modalWindow.opros .item11 p a{
  color: #2f3235;
  text-decoration: underline;
}
.modalWindow.opros .item11 h6 b{
  font-family: "RB";

}
.modalWindow.opros .item5 h5,
.modalWindow.opros .item6 h5{
  margin-top: 35px;
}
.pulse:hover{
  -webkit-animation: pulse 0s infinite cubic-bezier(0.66, 0, 0, 1);
  -moz-animation: pulse 0s infinite cubic-bezier(0.66, 0, 0, 1);
  -ms-animation: pulse 0s infinite cubic-bezier(0.66, 0, 0, 1);
  animation: pulse 0s infinite cubic-bezier(0.66, 0, 0, 1);
}

.agreement-wrap {
  font-size: 12px;
  margin-top: 15px;
  vertical-align: top;
}
.lim .agreement-wrap {
  margin-left: 50px;
}
.agreement-wrap input {
  position: relative;
}

.agreement-wrap a:link, .agreement-wrap a:visited, .popupTherms_link a:link, .popupTherms_link a:visited {
    color: #000;
}

.modal-therms {
    height: auto!important;
    font-family: 'RL', sans-serif;
    font-size: 17px;
    text-align: left;
    line-height: 1.3;
}

.modal-therms h3 {
    text-align: center;
    font-family: "RB", sans-serif;
    font-weight: bold;
    font-size: 30px;
    margin-bottom: 40px;
}
.modal-therms h4 {
    font-size: 20px;
    text-align: center;
    font-family: "RB", sans-serif;
    font-weight: bold;
    line-height: 1;
    margin-top: 40px;
    margin-bottom: 20px;
}

:disabled, [disabled], .disabled {
  cursor: not-allowed !important;
  opacity: 0.5 !important;
}


@-webkit-keyframes pulse {to {box-shadow: 0 0 0 45px rgba(255, 252, 51, 0);}}
@-moz-keyframes pulse {to {box-shadow: 0 0 0 45px rgba(255, 252, 51, 0);}}
@-ms-keyframes pulse {to {box-shadow: 0 0 0 45px rgba(255, 252, 51, 0);}}
@keyframes pulse {to {box-shadow: 0 0 0 45px rgba(255, 252, 51, 0);}}

.vk,.vb{display:block;float:right;margin:0 0 0 20px;width:32px;height:32px;background:url(/img/vbvk.png) no-repeat 100% 0}
.vb{background-position:0 0;margin-right:70px}