_slider-articles.scss 2.9 KB
.slider-articles-wr {

}
.slider-articles {
  overflow: hidden;
  div.articles-items {
    margin-top: 18px;
    line-height: 18px;
    .img-link {
      display: block;
      text-align: center;
      overflow: hidden;
      img {
        vertical-align: top;
        max-width: 100%;
        @include Transition(0.3);
      }
    }
    .articles-link {
      margin-top: 11px;
      display: block;
    }
    p {
      margin-top: 18px;
      a {

      }
    }
    &:nth-child(3n+1) {
      clear: both;
    }
    .articles-excerpt {
      height: 252px;
      overflow: hidden;
      position: relative;
      &:before {
        content: '';
        display: block;
        position: absolute;
        bottom: 0;
        right: 0;
        left: 0;
        height: 45px;
        background: -moz-linear-gradient(top,rgba(255,255,255,0) 0,#fff 100%);
        background: -webkit-gradient(linear,left top,left bottom,color-stop(0,rgba(255,255,255,0)),color-stop(100%,#fff));
        background: -webkit-linear-gradient(top,rgba(255,255,255,0) 0,#fff 100%);
        background: -o-linear-gradient(top,rgba(255,255,255,0) 0,#fff 100%);
        background: -ms-linear-gradient(top,rgba(255,255,255,0) 0,#fff 100%);
        background: linear-gradient(top,rgba(255,255,255,0) 0,#fff 100%);
      }
    }
    &:hover {
      .img-link {
        img {
          @include filter-gray(100%);
          @include Scale(1.05);
        }
      }
    }
  }
  &.owl-carousel {
    div {
      float: left;
    }
    .owl-item {
      float: left;
      padding: 0 15px;
      .articles-items {
        width: 100% !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
        clear: none !important;
      }
    }
  }
}

.btn-l_, .btn-r_ {
  position: absolute;
  width: 16px;
  height: 32px;
  cursor: pointer;
  top: -22px;
  right: 68px;
  &.vis_ {
    display: block !important;
  }

  &:before {
    width: 9px;
    height: 16px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -4px;
    margin-top: -8px;
    content: '';
    background-image: url("../images/ico-all/arrowslide.png");
    background-repeat: no-repeat;
    background-position: 0 50%;
  }
  &.lock {
    opacity: 0.5;
    cursor: default;
  }
}
.btn-r_ {
  right: 28px;
  &:before {
    background-position: -9px 50%;
  }
  &:after {
    width: 1px;
    height: 16px;
    position: absolute;
    top: 50%;
    margin-left: -12px;
    margin-top: -8px;
    content: '';
    background: $seo-border;
  }
}

@media (max-width: 1200px) {
  .slider-articles div.articles-items .articles-excerpt {
    height: 288px;
  }
}


@media (max-width: 767px) {
  .slider-articles div.articles-items .articles-excerpt {
    height: 198px;
  }
}

@media (max-width: 500px) {
  .slider-articles div.articles-items .articles-excerpt {
    height: 162px;

  }
}
@media (max-width: 380px) {
  .slider-articles div.articles-items .articles-excerpt {
    height: 216px;

  }
}