.feed {
    margin-bottom: 80px;
}

.feed-content {
    font-family: 'Montserrat', Arial, Helvetica, sans-serif;
    color: #152131;
    display: flex;
    justify-content: center;
}
.like_comment {
    cursor: pointer;
}
.feed-reviews {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.feed-title {
    margin: 60px 0 30px 0;
    font-weight: 600;
    font-size: 24px;
    line-height: 29px;
    text-align: center;
    color: #152131;
}

.feed-arrows-wrapper {
    display: flex;
    justify-content: flex-start;
    margin-left: 20px;
}

.feed-arrows {
    display: flex;
    flex-direction: column;
}

.feed-arrows-review {
    margin: 128.24px 0 0 27px;
}

.feed-arrow-up {
    background-image: url(../fonts/arrow-up.svg);
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    width: 30px;
    height: 30px;
}

.feed-arrow-down {
    background-image: url(../fonts/arrow-down.svg);
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    width: 30px;
    height: 30px;
}


.feed-block {
   /* width: 560px;*/
    background-color: white;
    /* box-shadow: 4px 4px 48px rgba(0, 0, 0, 0.12); */
    padding: 20px 15px;
    margin-bottom: 30px;
}

.feed-block:last-child {
   /* margin-bottom: 0;*/
}

.feed-title-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.feed-block-title {
    font-weight: 600;
    font-size: 17px;
    line-height: 21px;
    margin: 0;
}

.feed-date {
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
    opacity: 0.7;
    margin: 0;
}

.feed-block-text {
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    opacity: 0.8;
    display: -webkit-box;
    overflow: hidden;
    margin: 10px 0 20px 0;
    min-height: 102px;
    max-height: 102px;
}
.feed-button-wrapper {
    height: 30px;
}
.feed-button-wrapper {
    display: flex;
    justify-content: space-between;
}

.feed-button {
    text-decoration: none;
    color: #152131;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
}

.feed-reactions, .like_comment {
    display: flex;
    align-items: center;
}

.feed-like-number {
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
    opacity: 0.7;
    margin-right: 10px;
    margin-left: 5px;
    white-space: nowrap;
}

.feed-views-number {
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
    opacity: 0.7;
    white-space: nowrap;
    margin-left: 5px;
}

.markup {
    color: #FF922E;
}

.feed-overlook {
    background-color: #f2f2f2;
    width: 100%;
    display: flex;
    justify-content: flex-end;
}

.feed-overlook-content {
    width: 590px;
    margin-right: 20px;
}

.feed-overlook-info {
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    margin: 0;
}

.feed-overlook-title {
    text-align: left;
}

.feed-specs {
    display: inline-block;
    margin: 30px 0 60px;
}

.feed-spec {
    white-space: nowrap;
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    display: inline-block;
    margin-bottom: 15px;
}

.feed-spec:last-of-type {
    margin-bottom: 60px;
}

.feed-spec:first-of-type {
    margin-top: 30px;
}

.feed-spec-name {
    opacity: .8;
}

.feed-spec-divide {
    color: #bdbdbd;
}

.bold {
    font-weight: 600;
}

.feed-spec-rating {
    color: #152131B2;
}

.feed-buttons {
    display: flex;
}

.feed-button-black {
    color: white;
    text-decoration: none;
    background-color: #152131;
    padding: 20px 40px;
    display: block;
    width: 160px;
    text-align: center;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    white-space: nowrap;
    margin-right: 40px;
    transition: .2s ease;
}

.feed-button-black:hover {
    opacity: .9;
}

.feed-button-white {
    color: #152131;
    text-decoration: none;
    background-color: white;
    padding: 20px 40px;
    display: block;
    width: 160px;
    text-align: center;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    white-space: nowrap;
    transition: .2s ease;
}

.feed-button-white:hover {
    /* background-color: #f8f8f7; */
    opacity: .7;
}

.feed-subtitle {
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    margin: 60px 0 20px;
}

.feed-overlook-review {
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    margin: 0 0 60px;
}

@media (max-width: 900px) {

    .feed-overlook {
        padding: 0 15px 40px;
        justify-content: flex-start;
        width: calc(100% - 30px);
    }

    .feed-reviews {
        background-color: #f2f2f2;
    }

    .feed-content {
        flex-direction: column;
    }

    .feed-overlook-content {
        margin: 0;
        max-width: 360px;
    }

    .feed-overlook-title {
        margin-bottom: 10px;
        margin-top: 0;
        font-size: 20px;
        line-height: 24px;
    }

    .feed-overlook-info {
        font-size: 14px;
        line-height: 17px;
    }

    .feed-spec:last-of-type {
        margin-bottom: 40px;
    }

    .feed-spec-name {
        max-width: 174px;
    }

    .feed-buttons {
        flex-direction: column;
    }

    .feed-button-black {
        margin: 0 0 20px 0;
        width: 280px;
    }

    .feed-button-white {
        margin: 0;
        width: 280px;
    }

    .feed-subtitle {
        margin: 40px 0 10px;
    }

    .feed-overlook-review {
        margin: 0;
    }
    
    .review-slider {
        width: 360px;
    }

    .feed-block {
        margin: 0 10px;
        width: auto;
    }

    .feed-arrows {
        display: none;
    }
}