body {
  display: block; }

footer {
  display: block !important;
  clear: both;}
#wrapper{
  height: auto;
}

.land_wrapp {
  margin: 0 auto;
  overflow: hidden;
  line-height: 1.2;
  color: #fff; 
  max-width: 1400px;
}
 body {
  display: block; }

footer {
  display: block !important;
  clear: both;}
#wrapper{
  height: auto;
}

.land_wrapp {
  margin: 0 auto;
  overflow: hidden;
  line-height: 1.2;
  color: #fff; 
  max-width: 1400px;
  background: #000;
}
  .land_wrapp .land_bg2 {
    background: linear-gradient(to bottom, #014f77 0%,#025078 20%, #59aad2 50%,#0c82bd 100%);
  }
  .land_wrapp section {
    margin: 0;
    padding: 0; }
  .land_wrapp h2 {
    margin: 0;
    padding: 0; }
.land_wrapp .ap_1{
  min-height: 700px;
  max-height: 100vh;
  background: url('../img/ap1_bg.jpg') center top no-repeat;
  background-size: cover;
  display: flex;
  position: relative;  
}
.land_wrapp .ap_1 .ap_1_video_wrapp{
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.land_wrapp .ap_1 video{
  position: absolute;
  left: -35%;
  top: -20%;
  width: 170%;
  height: 140%;
}
.land_wrapp .ap_1 .container{
  display: flex;
  height: auto;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  position: relative;
}
.land_wrapp .ap_1 h1{
  font-size: 68px;
  line-height: 1.3;
  color: #fff;
  padding: 0 5%;
}
.land_wrapp .ap_1 .ap_1_to_bottom{
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 20px);
}
.land_wrapp .ap_2{
  padding: 100px 0;
}
.ap_2 h2{
  font-size: 34px;
  text-align: center;
  color: inherit;
  font-weight: 400;
  margin-bottom: 80px;
}
.ap_2 .slider_wrap{
  width: 700px;
  height: 410px;
  position: relative;
  margin: 0 auto;
  border: 6px solid #707070;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  overflow: hidden;
}
.ap_2 .slider_wrap .slider_img{
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
}
.ap_2 .slider_wrap .foreground-img {
  width: 50%; }
.ap_2 .slider_wrap .slider_range {
  position: absolute;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  height: 100%;
  background: transparent;
  outline: none;
  margin: 0;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
.ap_2 .slider_wrap .slider_range::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 2px;
  height: 400px;
  background: white;
  cursor: pointer; 
}
.ap_2 .slider_wrap .slider_range::-moz-range-thumb {
  width: 2px;
  height: 400px;
  background: white;
  cursor: pointer; 
}
.ap_2 .slider_wrap .slider-button {
  background: url("../img/slider_btn_icon.png") center top no-repeat;
  width: 100px;
  height: 70px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -50px;
  margin-top: -35px;
  pointer-events: none;
  cursor: pointer; 
}
.land_wrapp .ap_3{
  padding: 50px 0;
}
.ap_3 h2{
  font-size: 54px;
  text-align: center;
  color: inherit;
  font-weight: 400;
  margin-bottom: 40px;
}

.ap_3_row{
  display: flex;
  justify-content: space-between;
  align-items: normal;
  margin-bottom: 25px;
}
.ap_3_row .ap_3_img{
  width: 45%;
  position: relative;
  overflow: hidden;
}
.ap_3_row .ap_3_img img{
  vertical-align: middle;
  max-width: 100%;
}
.ap_3_row .ap_3_img .slide_img_after{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  display: none;
}
.ap_3_row .ap_3_text{
  width: 55%;
  text-align: center;
  padding: 30px;
  padding-bottom: 100px;
  position: relative;
  font-size: 27px;  
}
.ap_3_row .ap_3_text h3{
  color: inherit !important;
  font-size: 46px;
  color: #fff;
  margin-bottom: 30px;
}
.ap_3_row .ap_3_text h3 span{
  display: block;
  font-size: 26px;
}
.ap_3_row .ap_3_text .slide_text_after{
  display: none;
}
.ap_3_row .ap_3_text .slide_view_btn{
  width: 120px;
  height: 70px;
  background: #1e1e1e;
  border: 3px solid #616161;
  position: absolute;
  bottom: 10%;
  left: 50%;
  margin-left: -60px;
  border-radius: 35px;
  padding: 6px;
  text-align: left;
  cursor: pointer;
  transition: all 0.3s;
}
.ap_3_row .ap_3_text .slide_view_btn span{
  transition: all 0.3s;
}
.ap_3_row .ap_3_text .slide_view_btn img{
  vertical-align: middle;
  max-height: 100%;
  max-width: 50%;
}
.ap_3_row .ap_3_text .slide_view_btn small{
  display: block;
  text-align: center;
  width: 100%;
  left: 0;
  top: 100%;
  margin-top: 10px;
  position: absolute;
  font-size: 20px;
  color: #ff8100;
}

/***
 * Активное состояние
 * **/
.ap_3_row.slide_on .ap_3_img .slide_img_after{
  display: block;
}
 .ap_3_row.slide_on .ap_3_img .slide_img_before{
  opacity: 0;
 }
.ap_3_row.slide_on .ap_3_text .slide_text_after{
  display: block;
}
.ap_3_row.slide_on .ap_3_text .slide_text_before{
  display: none;
}
.ap_3_row.slide_on .ap_3_text .slide_view_btn{
  border-color: #009c04;  
}
.ap_3_row.slide_on .ap_3_text .slide_view_btn span{
  margin-left: 50%;
}
/*******************/


.land_wrapp .ap_4{
  padding: 50px 0;
  text-align: center;
}
.land_wrapp .ap_4 h2{
  font-size: 54px;
  font-weight: 400;
  color: #fff;
  margin-bottom: 60px;
}
.land_wrapp .ap_4 .video_thumb {
  display: inline-block;
  overflow: hidden;
  position: relative; 
  border-radius: 36px;
  overflow: hidden;
  border: 6px solid #707070;
}
.land_wrapp .ap_4 .video_player {
  display: none;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0; 
  z-index: 2;
}
.land_wrapp .ap_4 .video_player iframe {
  width: 100%;
  height: 100%; 
}
 .land_wrapp .ap_4 .video_thumb .play_video {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 110px;
  height: 110px;
  background: url("../img/play_video_icon.png") center no-repeat;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; 
}
.land_wrapp .ap_4 .video_thumb .play_video:hover {
  transform: translate(-50%, -50%) scale(1.05, 1.05); 
}
.land_wrapp .ap_b6{
  text-align: center;
  margin-top: 80px;
}
.land_wrapp .ap_b6 h2 {
  color: #fff;
  font-size: 38px;
  margin-bottom: -30px;
  font-weight: 400; }

.land_wrapp .ap_b6 .recommendet_products_carousel {
  /*display: -webkit-box;
  display: -ms-flexbox;
  display: flex; */
  padding-bottom: 25px;
}
.land_wrapp .ap_b6 .recommendet_products_carousel .slide_item {
  width: 370px;
  margin-bottom: 100px;
  float: left;
  margin-right: 25px;
  line-height: 1.2;
  background: #fff;
  position: relative;
  padding: 10px;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
  -webkit-border-radius: 20px;
  border-radius: 20px; }
.land_wrapp .ap_b6 .recommendet_products_carousel .slide_item img {
  max-width: 100%; }
.land_wrapp .ap_b6 .recommendet_products_carousel .slide_item .item_title {
  line-height: 1.3 !important;
  font-size: 22px !important;
  margin: 10px auto !important; 
  font-weight: 300;
}
.land_wrapp .ap_b6 .recommendet_products_carousel .slide_item .img {
  display: block;
  height: 300px;
  position: relative; }
.land_wrapp .ap_b6 .recommendet_products_carousel .slide_item .img img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  max-height: 95%;
  max-width: 100%;
  margin: auto; }
.land_wrapp .ap_b6 .recommendet_products_carousel .slide_item .dimensions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #e7e7e7;
  padding-top: 10px;
  margin-left: 15px;
  margin-right: 15px; }
  .land_wrapp .ap_b6 .recommendet_products_carousel .slide_item .dimensions .dim_item {
    width: 33%;
    text-align: center;
    font-size: 14px; }
  .land_wrapp .ap_b6 .recommendet_products_carousel .slide_item .dimensions .name {
    display: inline-block;
    color: #353535;
    font-size: 14px; }
  .land_wrapp .ap_b6 .recommendet_products_carousel .slide_item .dimensions .number {
    display: block;
    color: #00406c;
    font-size: 14px;
    margin: 10px auto;
    width: 54px;
    height: 54px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    font-size: 18px;
    border: 1px solid #00406c;
    background: #fff;
    line-height: 54px;
    font-weight: 600; }
.land_wrapp .ap_b6 .recommendet_products_carousel{
  padding-top: 45px;
}
.land_wrapp .ap_b6 .recommendet_products_carousel .slick-arrow{
  top: 0;
}
.land_wrapp .ap_b6 .recommendet_products_carousel .slide_item .buyBtn {
  max-width: 80%;
  text-align: center;
  margin: 0 auto;
  position: relative;
  top: 50px;
  font-size: 18px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  margin-bottom: -35px;
  outline: none;
  background: #007fc5;
  padding: 15px 50px; }
  .land_wrapp .ap_b6 .recommendet_products_carousel .slick-arrow.slick-prev{
    background-image: url(/images/site/back_white.svg);
  }
  .land_wrapp .ap_b6 .recommendet_products_carousel .slick-arrow.slick-next{
    background-image: url(/images/site/next_white.svg);
  }
  @media screen and (max-width: 767px){
    .land_wrapp .ap_b6 .container{
      padding-left: 0;
      padding-right: 0;
    }
    .land_wrapp .ap_b6 .recommendet_products_carousel{
      padding-left: 40px;
      padding-right: 40px;
    }
    .land_wrapp .ap_b6 .recommendet_products_carousel .slick-arrow{              
      top: 40%;
      z-index: 10;
      width: 40px;
      height: 40px;
      border-radius: 50%;
      background: #007fc5!important;
    }
    .land_wrapp .ap_b6 .recommendet_products_carousel .slick-arrow.slick-prev{
      left: 5px;
    }
    .land_wrapp .ap_b6 .recommendet_products_carousel .slick-arrow.slick-next{
      right: 5px;
    }
    .land_wrapp .ap_b6 .recommendet_products_carousel .slick-arrow:before{
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      text-indent: 0;
      font-size: 40px;
      color: #fff;
      display: flex;
      justify-content: center;
      line-height: 32px;
    }
    .land_wrapp .ap_b6 .recommendet_products_carousel .slick-arrow.slick-prev:before{
      content: '‹';              
    }
    .land_wrapp .ap_b6 .recommendet_products_carousel .slick-arrow.slick-next:before{
      content: '›';              
    }
  }


@media screen and (max-width: 1200px){
  .ap_3_row .ap_3_text{
    font-size: 20px;
  }
  .ap_3_row .ap_3_text h3{
    font-size: 34px;
  }
  .ap_3_row .ap_3_text h3 span{
    font-size: 18px;
  }
  .ap_3_row .ap_3_text .ap3_icon{
    max-width: 15%;
  }
  .land_wrapp .ap_1 h1{
    font-size: 44px;
  }
}
@media screen and (max-width: 768px){
  .land_wrapp .ap_1{
    min-height: 100px;
    height: auto;
  }
  .land_wrapp .ap_1 .areop_logo{
    max-width: 80%;
  }
  .land_wrapp .ap_1 h1{
    font-size: 8vw;
  }
  .land_wrapp .ap_1 .container{
    padding: 5vw 0 15vw;
  }
  .land_wrapp .ap_1 .ap_1_to_bottom img{
    width: 50px;
  }
  section h2{
    line-height: 1.3;
  }
  .land_wrapp .ap_2{
    padding: 50px 0;
  }
  .land_wrapp .ap_2 h2, .ap_3 h2{
    font-size: 7vw;
  }
  .ap_2 h2{
    margin-bottom: 10vw;
  }
  .ap_2 .slider_wrap{
    width: 100%;
    height: 55vw;
  }
  .land_wrapp .ap_3{
    padding-bottom: 0;
  }
  .ap_3_row{
    flex-direction: column;
  }
  .ap_3_row_reverse{
    flex-direction: column-reverse;
  }
  .ap_3_row .ap_3_img{
    width: 100%;
  }
  .ap_3_row .ap_3_text{
    width: 100%;
    padding-bottom: 22vw;
    font-size: 4.5vw;
  }
  .ap_3_row .ap_3_text h3{
    font-size: 6vw;
  }
  .ap_3_row .ap_3_text h3 span{
    font-size: 4vw;
  }
  .ap_3_row .ap_3_text .slide_view_btn{
    height: 44px;
    width: 70px;
    margin-left: -35px;
  }
  .ap_3_row .ap_3_text .slide_view_btn small{
    font-size: 14px;
  }
  .land_wrapp .ap_4 h2{
    font-size: 8vw;
    margin-bottom: 30px;
  }
  .land_wrapp .ap_4 .video_thumb img{
    max-width: 100%;
    height: auto;
  }
  .land_wrapp .ap_4 .video_thumb .play_video{
    width: 50px;
    height: 50px;
    background-size: 100%;
  }
}

  
@-webkit-keyframes horizontal_move {
  0% {
    -webkit-transform: translateX(5%);
    transform: translateX(5%); }
  to {
    -webkit-transform: translateX(95%);
    transform: translateX(95%); } }

@keyframes horizontal_move {
  0% {
    -webkit-transform: translateX(5%);
    transform: translateX(5%); }
  to {
    -webkit-transform: translateX(95%);
    transform: translateX(95%); } }

