  body {
  margin: 0;
  padding: 0;
}

.container, .container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}
@media (min-width: 768px) {
  .container {
      width: 750px;
  }
}
@media (min-width: 992px){
  .container {
      width: 970px;
  }
}  
@media (min-width: 1200px){
  .container {
      width: 1170px;
  }
}
  

.visible-xs {
    display: none;
}
@media (max-width: 767px) {
    .visible-xs {
        display: block;
    }
    .hidden-xs {
        display: none !important;
    }
}
.lb-loader, .lightbox {
  text-align: center;
  line-height: 0;
}
.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  font-weight: 400;
  display: none;
}
.lb-outerContainer {
  position: relative;
  background-color: #fff;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 4px;
}
.lb-container {
  padding: 4px;
}
.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  width: 100%;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.lb-data {
    padding: 0 4px;
    color: #ccc;
}
.lb-closeContainer {
    position: absolute;
    top: -35px;
}
.lb-closeContainer a {
    position: absolute;
    right: -40px;
    top: 30px;
}
#lightbox_youtube.video_on .lb-outerContainer {
    width: auto;
    height: auto;
    display: inline-block;
    max-width: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
#lightbox_youtube.video_on {
    position: fixed;
    background: rgba(0,0,0,.8);
    left: 0;
    overflow: hidden;
}
#lightbox_youtube.video_on {
    top: 0;
    width: 100%;
    height: 100%;
}
#lightbox_youtube.video_on .lb-outerContainer iframe {
    max-width: 100%;
}
#lightbox_youtube.video_on .lb-closeContainer {
    width: 100%;
}
.land_wrapp a{
  text-decoration: none;
  color: #01426A;
  outline: 0;
}
h1, h3, h4{
  margin: 10px 0;
}
p {
    margin: 0 0 10px;
}
.land_wrapp .btn {
  border: 0;
  font-weight: 400;
  font-size: 15px;
  line-height: 15px;
  padding: 11px 15px;
  text-shadow: none;
  box-shadow: 0 0 5px rgb(0 0 0 / 50%);
  border-radius: 14px;
}
.land_wrapp .btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}
.land_wrapp .btn-primary {
    background: #01426A;
    color: #FFF;
}
.land_wrapp .container, .land_wrapp .container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}
@media (min-width: 992px) {
    .land_wrapp .container {
        width: 970px;
    }
}
@media (min-width: 1200px) {
    .land_wrapp .container {
        width: 1170px;
    }
}
.recommendet_products_carousel {
    margin-left: -7px;
    margin-right: -7px;
    padding-left: 7px;
    padding-right: 7px;
    overflow: hidden;
}
.recommendet_products_carousel .slick-arrow {
    position: absolute;
    top: -45px;
    display: block;
    border: 0;
    box-shadow: none;
    width: 40px;
    height: 40px;
    background-color: transparent;
    background-repeat: no-repeat;
    text-indent: -9999px;
    transition: all .4s;
    outline: 0;
}
.recommendet_products_carousel .slick-arrow.slick-prev{
  left: 0;
}
.recommendet_products_carousel .slick-arrow.slick-next{
  right: 0;
}
/*.land_wrapp *{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}*/
.text-center{
  text-align: center;
}
.text-left{
  text-align: left;
}
.text-right{
  text-align: right;
}
.land_wrapp img{
  max-width: 100%;
  vertical-align: middle;
}
.slick-dots {
    margin: 0;
    padding: 0;
    text-align: center;
}
.slick-dots li {
    display: inline-block;
    margin: 5px;
}
.slick-dots li button {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #b1b1b1;
    border: 0;
    outline: 0;
    text-indent: -9999px;
    padding: 0;
}
.slick-initialized .slick-slide{
  outline: none;
}
.land_wrapp *{
  box-sizing: border-box;
}
.land_wrapp{
  max-width: 1920px;
  margin: 0 auto;
}
.slick-dots{
  margin: 0;
  padding: 0;
  list-style: none;
}
.slick-dots li button{
  text-indent: -9999px;
  background: #fff;
  border: 0;
  outline: none;
  width: 16px;
  height: 16px;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  border-radius: 50%;
}
.slick-dots li{
  display: inline-block;
  margin: 5px;  
  overflow: hidden;
  opacity: 0.6;  
}
.slick-dots li.slick-active{
  opacity: 1;
}
.land_wrapp *{
  /*margin: 0;
  padding: 0;*/
  box-sizing: border-box;
}
.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 .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%;
  font-weight: 400;
}
.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; 
}
.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: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; }



@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%); } }
