/*-----------------------new slider------------------*/
.new-slider{
  position: absolute;
  width: 100%;
  height: 100vh;
  max-width: 100%;
}
.new-slider-page{
  height: 100vh;
  overflow: hidden;
  padding: 0!important;
}
.new-slider .slick-slide{
  padding: 0;
}
.dark-block-absolute{
  position: absolute;
  width: 100%;
  height: 100vh;
  color: #fff;
  padding-top: 200px;
  top: 0;
  left: 0;
  background: rgba(0,0,0,.5);
  z-index: 5;
}
.in-dark-block{
  position: relative;
  max-width: 1110px;
  margin: 0 auto;
  height: 100%;
  padding: 0 15px;
  transition: 0.5s;
  overflow-y: auto;
  overflow-x: hidden;
}
  .in-dark-block h2{
    font-size: 26px;
    margin-bottom: 35px;
  }
  .in-dark-block p{
    font-size: 16px;
    max-width: 520px;
    line-height: 24px;
    font-weight: lighter;
  }
  .new-slider .slick-prev, .new-slider .slick-next{
    width: 40px;
    height: 40px;
    border-radius: 40px;
    left: inherit;
    right: 20%;
    z-index: 7;
  }
  .new-slider .slick-prev{
    top: 60%;
    background: url(/main/images/slider/new-slider-arr.png) 0% 100% no-repeat;
  }
  .new-slider .slick-next{
    top: 50%;
    background: url(/main/images/slider/new-slider-arr.png) 0% 0% no-repeat;
  }
  .btn-slider{
    position: absolute;
    width: 40px;
    height: 40px;
    right: 20%;
  }
    .btn-slider-n{
      top: 46%;
    }
    .btn-slider-p{
      top: 56%;
    }
    .btn-slider:hover{
      cursor: pointer;
    }
    /*.open-slider .dark-block-absolute{*/
    /*  left: -100%;*/
    /*}*/
@media (min-width: 768px) and (max-width: 1200px){
  .new-slider .slick-prev{
    top: 65%!important;
  }
}

@media (max-width: 1024px){
  .new-slider .slick-slide img{
    min-height: 100vh!important;
    width: inherit!important;
  }
  .dark-block-absolute{
    padding-left: 80px;
  }
}
@media (max-width: 768px){
  .new-slider .slick-prev, .new-slider .slick-next{
    right: 10%!important;
  }
  .content.new-slider-page{
    height: 100%!important;
    margin-bottom: -5px!important;
    padding: 150px 0 0 0!important;
  }
  .dark-block-absolute{
    background-color: #fff!important;
    color: #000!important;
  }
}
@media (max-width: 667px){
  .new-slider-page{
    overflow: inherit!important;
    height: 100%!important;
  }
  .dark-block-absolute{
    position: relative!important;
    margin-bottom: 20px;
    height: 100%!important;
    padding: 15px!important;
  }
  .new-slider{
    position: relative!important;
    height: 100%!important;
    min-height: inherit!important;
  }
  .new-slider .slick-prev{
    left: 10%!important;
    right: inherit!important;
  }
  .new-slider .slick-slide img{
    min-height: inherit!important;
  }
  .new-slider .slick-prev, .new-slider .slick-next{
    top: 50%!important;
  }
  .in-dark-block h2{
    font-size: 26px!important;
  }
  .btn-slider{
    display: none!important;
  }
}