.news-list-main {
    width: 1170px;
    margin: 0 auto;
    padding: 70px 0 75px;
}

.news-date-time {
    font-size: 13px;
    color: rgb(175, 175, 175);
    font-style: italic;
    line-height: 1;
    text-align: left;
    margin-bottom: 10px;
}

.news-date-time i {
    font-size: 17px;
    padding-right: 10px;
    color: #e5bf6e;
}

.news-item-main {
    display: inline-block;
    vertical-align: top;
    width: 270px;
    margin-right: 26px;
}

.news-item-main:last-child {
    margin-right: 0;
}

.news-item-main .image-wrap {
    margin-bottom: 20px;
}

.news-item-main .preview-text {
    font-size: 13px;
    color: rgb(49, 46, 64);
    line-height: 1.231;
}

.news-list-main h3 {
    text-align: left !important;
    margin-bottom: 0!important;
    padding-top: 0!important;

}

.news-list-main p {
    font-size: 20px;
    font-family: "Montserrat", sans-serif;
    color: rgb(203, 163, 80);
    line-height: 1.258;
}

.all-news-wrapper {
    position: relative;
}

.link-news-list {
    background: url(/local/templates/addamant/images/bg_fil.jpg) repeat center center;
    border-radius: 2px;
    width: 178px;
    height: 50px;
    display: block;
    text-align: center;
    line-height: 50px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    position: absolute;
    right: 0;
    top: -78px;
}

.link-news-list:hover {
    opacity: 0.9;
    color: #fff;
    text-decoration: none;
}

.news-item-wrap {
    position: relative;
    margin-top: 45px;
    overflow: hidden;
}

.news-item-wrap .slick-list {
    margin-right: -26px;
}

.news-item-wrap .slick-arrow {
    display: inline-block;
    position: absolute;
    width: 40px;
    height: 40px;
    top: 50%;
    z-index: 100;
    cursor: pointer;
    margin-top: -20px;
    background: url(/local/templates/addamant/images/sprite.png) no-repeat;
}

.news-item-wrap .slick-arrow:hover {
    background: url(/local/templates/addamant/images/sprite.png) no-repeat -40px 0px;
}

.news-item-wrap .next.slick-arrow {
    right: 0;
}

.news-item-wrap .prev.slick-arrow {
    transform: rotate(180deg);
}
