.products-list {
    margin: 0 -18px;
}
.products-list .item {
    width: 25%;
    padding: 0 18px;
}
.products-list .item:nth-child(4n+1) {
    clear: left;
}
.products-list .item a {
    max-width: 260px;
    margin: 0 auto 40px;
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
    padding: 10px;
    border-radius: 8px;
    background: #FFF;
    box-shadow: 0 0 10px rgba(153,153,153,0.3);
}
.products-list .item a.fancybox {
    display: none;
}
.products-list .item .pic{
  position: relative;
  max-width: 240px;
  margin: 0 auto;
}
.products-list .item a .pic:before{
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(255,255,255,0.6);
  position: absolute;
  left: 0;
  right: 0;
  opacity: 0;
  transition: all .3s;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
}
.products-list .item a:hover .pic:before{
  opacity: 1;
}
.products-list .name {
    position: relative;
    display: block;
    color: #666;
    margin-top: 8px;
    margin-bottom: 10px;
    font-size: 15px;
    min-width: 41px;
    max-height: 41px;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.products-list .item a:hover .name{
  text-decoration: underline;
}
.products-list + .btn-box {
    padding-top: 30px;
}

.pro-dil-til{
  width: 100%;
  background: #0d57c2;
  min-height: 44px;
  box-sizing: border-box;
  padding: 10px;
  color: #FFF;
  font-size: 18px;
  text-align: left;
  line-height: 1.4;
  margin-bottom: 30px;
}
.gallery{
  float: left;
  width: 66%;
}
.stage{
  float: left;
  width: 84%;
}
.thumbnails{
  float: right;
  width: 15%;
}
.thumbnails li{
  box-sizing: border-box;
  padding: 5px 10px;
}
.thumbnails a{
  max-width: 92px;
  margin: 0 auto;
}
.thumbnails .pic{
  position: relative;
}
.thumbnails a:hover .pic:before{
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(255,255,255,0.6);
}
.thumbnails a:hover .pic:after{
  content: '\e92d';
  font-family: 'icon-font';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 25px;
  height: 30px;
  text-align: center;
  color: #0d57c2;
  font-size: 20px;
}
.pro-dil-box{
  float: right;
  width: 34%;
  box-sizing: border-box;
  padding-left: 10px;
  text-align: left;
}
.pro-dil-box .btn.ask{
  float: left;
  margin-top: 10px;
}
.pro-dil-box .form-group.one{
  border-top: dotted 1px #888;
}
.pro-dil-box .form-group{
  padding: 10px 0;
  border-bottom: dotted 1px #888;
  display: inline-block;
  width: 100%;
}
.pro-dil-box .control-label{
  display: inline-block;
  width: 80px;
  float: left;
}
.pro-dil-box .control-box{
  float: left;
}
.pro-dil-box .form-control{
  width: 161px;
  height: 33px;
  background: #e2e2e2;
}
.pro-dil-box .required:before {
  color: #od57c2;
}


.intro-txt{
  padding-top: 30px;
  clear: both;
}
.btn-box{
  padding-top: 50px;
}
@media screen and (max-width: 1280px) {
    .products-list {
        margin: 0 -8px;
    }
    .products-list .item {
        width: 33.33%;
        padding: 0 8px;
    }
    .products-list .item:nth-child(4n+1) {
        clear: none;
    }
    .products-list .item:nth-child(3n+1) {
        clear: left;
    }
}
@media screen and (max-width: 980px) {
  .stage,
  .pro-dil-box,
  .thumbnails,
  .gallery{
    float: none;
    width: 100%;
  }
  .thumbnails{
    margin: 20px 0;
    text-align: center;
  }
  .thumbnails ul{display: inline-block;}
}
@media screen and (max-width: 767px) {
    .products-list .item {
        width: 50%;
    }
    .products-list .item:nth-child(3n+1) {
        clear: none;
    }
    .products-list .item:nth-child(2n+1) {
        clear: left;
    }
    .products-list {
        font-size: 20px;
    }
    .thumbnails li{
      width: 33.3333%;
    }
}
@media screen and (max-width: 480px) {
    .products-list .item {
        width: 100%;
    }
}
