

/* Start:/local/components/simpleit/reviews/templates/classic/style.css?17071592201472*/
.reviews {
    margin-top: 20px;
    margin-bottom: 20px;
}

.reviews-top__button {
    width: max-content;
    padding: 16px 15px;
    line-height: normal;
    font-size: var(--fs-small);
    border: 1px solid var(--main-color);
    letter-spacing: .8px;
}

.review {
    margin-top: 20px;
}

.answer {
    border-top: none;
    background: #f6f6f6;
}

.review, .answer {
    border: 1px solid #ececec;
    padding: 30px 25px;
}

.review__top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.review__person-info {
    display: flex;
    align-items: center;
}

.review__person-info__photo {
    border-radius: 50%;
    width: 80px;
    margin-right: 20px;
}

.review__person-info__name {
    font-size: 16px;
    font-weight: bold;
}

.review__rating svg {
    fill: var(--main-color);
}

/* X-Large devices (large desktops, less than 1400px) */
@media (max-width: 1399.98px) {
}

/* Large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) {
}

/* Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {
}

/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {
}

/* X-Small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
    .review__top {
        flex-direction: column;
        align-items: flex-start;
        margin-bottom: 10px;
    }

    .review__person-info {
        margin-bottom: 10px;
    }
}

/* End */


/* Start:/local/components/simpleit/catalog.section.pagination/templates/classic/style.css?17071592231187*/
.pagination {
    display: flex;
    flex-direction: row;
    padding: 15px 0;
    max-width: 100%;
}

.pagination .page {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 26px;
    height: 26px;
    text-decoration: none;
    font-weight: bold;
    color: #333;
    margin: 0 12px 0px 12px;
}

.pagination .page.current {
    background-color: var(--main-color);
    border-radius: 3px;
    color: #fff!important;
    min-width: 26px;
}

.pagination .page.separator {
    align-items: unset;
    line-height: 18px;
    font-size: 14pt;
    font-weight: normal;
}

.pagination .page.prev {
    transform: rotateY(180deg);
}

.pagination .page.prev span, .pagination .page.next span {
    display: block;
    height: 0;
    text-indent: -9999px;
}

.pagination .page svg {
    width: 10px;
    height: 10px;

}

.pagination .page svg path {
    fill: #333;
}

.pagination .page:not(.separator):hover {
    color: var(--main-color);
    cursor: pointer;
}

.pagination .page:not(.separator):hover svg path {
    fill: var(--main-color);
}

@media (max-width: 765px) {
    .pagination .page {
        margin: 0 4px 0px 4px;
    }
}
/* End */


/* Start:/local/components/simpleit/menu.left/templates/classic/style.css?1707159239606*/
.left-menu {
    position: relative;
    height: 100%;
}

.left-menu-list {
    position: sticky;
    top: 70px;
}

.left-menu-list__item {
    display: flex;
    border: 1px solid #ececec;
    border-bottom: none;
}

.left-menu-list__item:last-child {
    border-bottom: 1px solid #ececec;
}

.left-menu-list__link {
    display: block;
    padding: 10px 0;
    width: 100%;
    text-align: center;
    text-decoration: none;
    font-size: 14px;
    color: #333;
    transition: all .3s;
}

.left-menu-list__link:hover {
    background: #fafafa;
}

.left-menu-list__link--active {
    font-weight: 700;
}
/* End */
/* /local/components/simpleit/reviews/templates/classic/style.css?17071592201472 */
/* /local/components/simpleit/catalog.section.pagination/templates/classic/style.css?17071592231187 */
/* /local/components/simpleit/menu.left/templates/classic/style.css?1707159239606 */
