.breadcrumb {
    display: none;
}

.review {
    /*background-color: #fff;*/
    /*border: 1px solid #354856;*/
    /*border-radius: 16px;*/
    /*min-height: 140px;*/
    /*padding: 24px;*/

    /*align-items: flex-start;*/
    /*background: linear-gradient(180deg, white 0%, #FFF8F3 100%);*/
    /*border-radius: 24px;*/
    /*display: flex;*/
    /*flex-direction: column;*/
    /*justify-content: space-between;*/
    /*padding: 24px;*/
}

.review > .heading {
    align-items: center;
    display: flex;
    margin-bottom: 10px;
}

.review > .heading .name {
    color: #354856;
    font-family: LatoRegular, sans-serif;
    font-size: 20px;
    font-weight: 300;
    line-height: 24px;
    margin: 0;
}

.rs {
    align-items: center;
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
    margin-top: unset !important;
}

@media (min-width: 768px) {
    .rs {
        justify-content: normal;
        margin-bottom: 0;
    }
}

@media (min-width: 1200px) {
    .review > .heading .rs {
        display: flex;
    }
}

.review > .heading .rs--stars {
    display: flex;
    margin-left: 14px;
    width: 90px;
    background-position: unset;
    background-repeat: unset;
    background-size: unset;
    height: unset;
}

.review > .text {
    align-items: center;
    background: linear-gradient(0deg,#fefefe,#fefefe),linear-gradient(180deg,hsla(0,0%,100%,0) 50%,#fff8f3);
    border: 1px solid #354856;
    border-radius: 16px;
    color: #354856;
    display: flex;
    flex-direction: column;
    font-family: LatoBold,sans-serif;
    font-size: 16px;
    font-weight: 600;
    justify-content: center;
    line-height: 22px;
    min-height: 210px;
    padding: 20px;
    text-align: center;
    width: 100%
}

.review > .text.full {
    max-height: fit-content;
}

.review > .text.full span {
    display: block;
}

.review > .text span {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    text-overflow: ellipsis;
}

.review > .text span * {
    pointer-events: none;
}

.review > .text .review--images {
    display: flex;
    column-gap: 7px;
    margin-top: 6px;
}

.review > .text .review--images img {
    width: 50px;
    height: 50px;
    border-radius: 6px;
    cursor: pointer;
    object-fit: cover;
}

.lgcomment_block {
    background-color: #fff;
    border-radius: 40px;
    -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, .25);
    box-shadow: 0 2px 2px rgba(0, 0, 0, .25);
    margin: 0 auto 40px;
    padding: 45px;
    font-family: LatoRegular, sans-serif;
}

.lgcomment_block h1 {
    color: #4a4a4a;
    font-family: LatoRegular, sans-serif;
    font-size: 28px;
    font-weight: 300;
    line-height: 1.2;
    margin-top: 0;
    text-align: left;
}

@media (min-width: 960px) {
    .lgcomment_block h1 {
        text-align: center
    }
}

.lgcomment_numberreviews, .lgcomment_summary {
    font-family: LatoRegular, sans-serif;
    font-size: 20px;
    font-weight: 300;
    margin-bottom: 20px;
    text-align: center;
    flex: 0 0 100%;
    color: #354856;
}

@media (min-width: 960px) {
    .lgcomment_numberreviews, .lgcomment_summary {
        flex: 0 0 50%;
    }
}


.lgcomment_numberreviews span, .lgcomment_summary span {
    color: #354856;
    font-family: LatoRegular, sans-serif;
    flex: 0 0 50%;
}

.lgcomment_icons {
    display: flex;
    justify-content: space-around;
    margin-bottom: 40px;
}

.lgcomment_icons span {
    color: #354856;
    font-family: LatoBold, sans-serif;
    text-align: center;
    font-size: 20px;
}

.lgcomment_icons img {
    width: 40px;
    height: 40px;
}

.lgcomment_reviews .answer {
    border-top: 1px solid #b8b8b8;
    margin-top: 20px;
    padding-top: 20px;
}

.lgcomment_block .average {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
}

.lgcomment_reviews {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.lgcomment_review {
    margin: 15px 0;
    flex: 0 0 100%;
    max-width: 100%;
    position: relative;
}

@media (min-width: 767px) {
    .lgcomment_review {
        flex: 0 0 48%;
    }
}

.lgcomment_review .date {
    color: #354856;
    right: 10px;
    top: 10px;
    font-size: 12px;
    position: absolute;
}

.lgcomment_button {
    margin: 15px auto;
    text-align: center;
}

.lgcomment_button button {
    background: #fbfbfb none repeat scroll 0 0;
    border: 1px solid #d6d4d4;
    border-radius: 10px;
    color: #777777;
    font-size: 16px;
    line-height: 18px;
    padding: 15px;
    margin: 0 auto;
}

.lgcomment-filter .title {
    color: #354856;
    text-align: center;
    font-family: LatoBold, sans-serif;
    font-size: 22px;
    margin-bottom: 20px;
}

.lgcomment-filter .title a {
    color: #354856;
    font-size: 18px;
}

.lgcomment-filter .title a:hover {
    color: #f39100;
}

.filter-items {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: 240px;
    margin: 0 auto;
}

.filter-items a {
    color: #354856;
    flex: 0 0 100%;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 16px;
}

.filter-items a:hover {
    color: #354856;
}
