.reviewsPage .top-page {
    position: relative;
    padding-top: 0px;
}
.reviewsPage .top-page::before {
    content: "";
    background: linear-gradient(180deg, #fef09c 0%, rgba(254, 240, 156, 0) 100%);
    height: 100vh;
    width: 100vw;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
.reviewsPage .top-page .breadcrumb {
    margin-bottom: 0px;
}
.reviewsPage .top-page .breadcrumb ul {
    background-color: rgba(255, 255, 255, 0.5);
    padding: 0px;
    border-radius: 3px;
}
.reviewsPage-search {
    margin: 20px 0 100px 0;
}
@media only screen and (max-width: 575px) {
    .reviewsPage-search {
        margin: 20px 0 80px 0;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .reviewsPage-search {
        margin: 20px 0 80px 0;
    }
}
.reviewsPage-search .input-icon input,
.reviewsPage-search .input-icon select {
    border-radius: 36px;
}
.reviewsPage-description {
    font-size: 22px;
    font-weight: 400;
    line-height: 36px;
    margin-bottom: 80px;
    margin-top: 20px;
    color: #333333;
}
.reviewsPage .reviews {
    background: #ffffff;
}
.reviewsPage .reviews__decoration {
    display: none;
}
.reviewsPage .together-list {
    margin: 100px 0;
}
.reviewsPage .together-list-item__image {
    width: 100%;
    height: 360px;
    border-radius: 5px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    margin-bottom: 15px;
}
@media only screen and (max-width: 575px) {
    .reviewsPage .together-list-item__image {
        height: 150px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .reviewsPage .together-list-item__image {
        height: 250px;
    }
}
.reviewsPage .together-list-item__description {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.reviewsPage .together-list-item__description p {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 0;
}
@media only screen and (max-width: 575px) {
    .reviewsPage .together-list-item__description p {
        font-size: 11px;
    }
}
.reviewsPage .together-list-item__avatar {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    margin-right: 15px;
}
@media only screen and (max-width: 575px) {
    .reviewsPage .together-list-item__avatar {
        width: 20px;
        height: 20px;
        margin-right: 10px;
    }
}

.historyPage-list {
    margin-bottom: 50px;
}
.historyPage-item {
    width: 100%;
    cursor: pointer;
}
.historyPage-item:hover {
    opacity: 0.8;
    transition: 0.33s ease;
}
.historyPage-item__image {
    width: 100%;
    height: 340px;
    border-radius: 5px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    margin-bottom: 40px;
}
.historyPage-item__header {
    margin-bottom: 30px;
    margin-top: 0;
    color: #000000;
}
.historyPage-item__description p {
    font-family: "Roboto", sans-serif;
    font-weight: normal;
    font-size: 16px;
    color: #838383;
    line-height: 23px;
    margin-bottom: 0;
    margin-top: 0;
}

/*# sourceMappingURL=reviews.css.map */
