.rs-17 .rs-news {
    padding-bottom: 56px;
}

.rs-17 .rs-news.rs-news_home>div{
    position: relative;
    z-index: 10;
}
.rs-17 .rs-news .section-title{margin-bottom: 30px}
.rs-17 .rs-news .news-item {
    display: block;
    background-color: #fff;
    transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    margin-bottom: 15px;
    height: 492px;
    border-radius: 0;
    overflow: hidden;
}
.news-item_content{padding-left: 15px;
padding-right: 15px}
.rs-17 .rs-news .news-title h3 {
    color: #424242;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    margin: 25px 0 7px;
    padding: 0 5px;
    min-height: 75px;
}

.rs-17 .rs-news .news-title h3 a {
    color: #424242;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
}

.rs-17 .rs-news .news-date {
    color: #424242;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 8px;
}

.rs-17 .rs-news .news-content {
    color: #616161;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.rs-17 .rs-news .news-item {
    display: block;
    height: auto;
    border: 1px solid #E2E2E2;
  /*  border-bottom: 1px solid #E2E2E2;
    border-left: 1px solid #E2E2E2;*/
    transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    text-align: center;
    overflow: hidden;
}

.rs-17 .rs-news .news-image {
    display: block;
    overflow: hidden;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 215px;
}

.rs-17 .rs-news .news-more {
    border: 0;
    display: block;
    height: auto;
    width: 100%;
    margin-top: 25px;
    margin-bottom: 24px;
}

.rs-17 .rs-news .news-content p {
    color: #616161;
    overflow: hidden;
}

.rs-17 .rs-news .rs-news-inner {
    padding-top: 5px;
    padding-bottom: 25px;
}

.rs-17 .rs-news .rs-news-inner .news-item {
    margin-bottom: 30px;
}
#news-slider{text-align: center}
.rs-17 .rs-news .owl-dots {
    text-align: center;
    margin-top: 10px;
    display: inline-block;
    vertical-align: middle;
}

.rs-17 .rs-news .owl-dot {
    display: inline-block;
    vertical-align: middle;
}

.rs-17 .rs-news .owl-dots span {
    display: block;
    width: 12px;
    height: 12px;
    margin: 5px 7px;
    border-radius: 20px;
    background: transparent;
    border: 1px solid #7A7A7A;
}

.rs-17 .rs-news .owl-dot.active span {
    background: #7A7A7A;
}

.rs-17 .rs-news .owl-prev,
.rs-17 .rs-news .owl-next {
    display: inline-block;
    cursor: pointer;
    font-size: 21px;
    margin-top: 5px;
    color: #7A7A7A;
    vertical-align: middle;
}

.rs-17 .rs-news .owl-prev {
    margin-right: 5px;
}

.rs-17 .rs-news .owl-next {
    margin-left: 5px;
}

@media (max-width: 991px) {
    .rs-17 .rs-news .news-item {
        float: none;
        display: inline-block;
        vertical-align: top;
        margin-left: -4px;
    }
}

@media (max-width: 767px) {
    .rs-17 .rs-news .section-title--text {
        font-size: 28px;
    }
    .rs-17 .rs-news .section-descr {
        width: 100%;
    }
}

@media (max-width: 544px) {
    .rs-17 .rs-news .news-block {
        width: 100%;
    }
}