
.latest-comments {
    padding: 40px 30px;
    background-color: #f2f2f2;
    max-width: 100%;
}

.latest-comments .block-title {
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 30px;
}

.latest-comments .swiper-slide {
    display: flex;
    flex-grow: 1;
    height: auto;
}

.latest-comments .inner {
    padding:10px;
    border:1px solid #e6e6e6;
    background-color: #fff;
    border-radius: 0 0 3px 3px;
}

.latest-comments .title {
    font-size: 15px;
    font-weight: 700;
    /*line-height: 1;*/
}

.latest-comments .date {
    font-size: 14px;
    color:#a1a1a1;
}

.latest-comments .text {
    font-size: 14px;
    height: calc(14px * 1.15 * 5);
    overflow: hidden;
}

.latest-comments .more-text {
    font-size: 14px;
    text-transform: uppercase;
    color:#3ca954;
    cursor: pointer;
    position: relative;
    display: block;
}

.latest-comments .more-text:before {
    content:'';
    position: absolute;
    top:-35px;
    background-image: linear-gradient(to bottom, transparent 0%, #fff 50%, #fff);
    height:30px;
    width: 100%;
}

.latest-comments .swiper-pagination {
    position: static;
    margin-top: 20px;
}

/**/

.latest-comments .open .text {
    height:auto;
}
.latest-comments .open .more-text:before {
    opacity: 0;
}