.gallery-popup{
  position: fixed;
  top: 0;
  left: 0;
  z-index: 5010;
  width: 100%;
  height: 100%;
}
.gallery-popup .overlay{
  position: absolute;
  top:0;
  left:0;
  right:0;
  bottom:0;
  background-color: rgba(0,0,0,.7);
  background-image: url('../img/puff.svg');
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.new-car-gallery-t2018-1{
  height: 100%;
  position: relative;
}
.new-car-gallery-t2018-1 .swiper-limited{
    height: 100%;
    display: flex;
    align-items: center;
    position: relative;
}
.new-car-gallery-t2018-1 .gallery-car-model{
  height: 100%;
  max-width: 1100px;
}
.new-car-gallery-t2018-1 .gallery-car-model .swiper-slide{
  /*background-size: auto 100%;*/
  background-size: contain;
  background-repeat: no-repeat;
}
.new-car-gallery-t2018-1 .swiper-container{
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.new-car-gallery-t2018-1 .swiper-slide{
  background-size: cover;
  background-position: center;
}
.new-car-gallery-t2018-1 .gallery-top{
  height: 80%;
  width: 100%;
}
.new-car-gallery-t2018-1 .gallery-thumbs{
  height: 20%;
  box-sizing: border-box;
  /*padding-bottom: 10px;*/
  background-color: #000;
  max-height: 130px;
  bottom: 0;
  position: absolute;
}
.new-car-gallery-t2018-1 .gallery-thumbs .swiper-slide{
  /*width: 25%;
  max-width: 300px;*/
  width: auto;
  height: 100%;
  opacity: .5;
  
}
.new-car-gallery-t2018-1 .gallery-thumbs .swiper-slide img{
  height: 100% !important;
}
.new-car-gallery-t2018-1 .gallery-thumbs .swiper-slide-active {
  opacity: .5;
}
.gallery-thumbs .swiper-slide.is-selected {
  opacity: 1;
}
.new-car-gallery-t2018-1 .close-btn{
  position: absolute;
  border: 0;
  background-color: transparent;
  outline: none;
  right: 0;
  top: 0;
  cursor: pointer;
  width: 21px;
  height: 21px;
  padding: 20px 30px;
  z-index: 10;
}
.new-car-gallery-t2018-1 .close-btn span{
  position: absolute;
  height: 3px;
  width: 26px;
  background-color: #fff;
  top: 50%;
  left: 30px;
}
.new-car-gallery-t2018-1 .close-btn span:first-child{
  transform: rotate(-45deg);
}
.new-car-gallery-t2018-1 .close-btn span:last-child{
  transform: rotate(45deg);
}
@media (max-width:767px){
  .new-car-gallery-t2018-1 .gallery-thumbs,
  .new-car-gallery-t2018-1 .swiper-button-white{
    display: none;
  }
  .new-car-gallery-t2018-1 .gallery-car-model .swiper-slide{
    background-size: 100%;
    background-repeat: no-repeat;
  }
  .new-car-gallery-t2018-1 .count-wrp{
    position: absolute;
    outline: none;
    left: 30px;
    top: 20px;
    font-family: 'Arial', sans-serif;
    color: #fff;
    font-size: 25px;
    margin: 0;
    z-index: 10;
  }
  @media screen and (orientation:landscape) {
    .new-car-gallery-t2018-1 .descr{
      display: none;
    }
  }
  .new-car-gallery-t2018-1 .descr{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #fff;
    padding: 17px 18px 33px;
    z-index: 30;
  }
  .new-car-gallery-t2018-1 .descr p{
    margin: 0;
    font-family: 'Arial', sans-serif;
    font-size: 12px;
    color:#000;
  }
}
@media (min-width: 768px){
  .new-car-gallery-t2018-1 .count-wrp,
  .new-car-gallery-t2018-1 .descr{
    display: none;
  }
  .new-car-gallery-t2018-1 .swiper-limited{
    height: 80%;
  }
  .new-car-gallery-t2018-1 .gallery-car-model .swiper-slide{
    box-sizing: border-box;
  }
  .new-car-gallery-t2018-1 .gallery-car-model{
    max-height: 650px;
  }
}