

/* Start:/local/modules/santehsmart.b2b/lib/Tools/Components/Reviews/view.css?17537144203069*/
.reviews {
    display: block;
}
@media screen and (max-width: 767px) {
    .reviews {
        flex-direction: column;
    }
}
.reviews__list-wrapper {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
}

.reviews__list-header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.reviews__list-element {
    border: 1px solid #ededed;
    margin-bottom: 20px;
    padding: 10px;
    background: #fafafa;
    transition: all 0.4s ease-in-out;
    min-width: 350px;
}
.reviews__list-element-name {
    font-weight: 700;
}

.reviews__list-element:hover,
.reviews__list-element.reviews__list-element--active {
    background: #fcfcfc;
}
.reviews__list-element.reviews__list-element--active {
    border-color: #0ba0f0;
}

.reviews__list-element-description {
    overflow: hidden;
    margin-top: 10px;
    white-space: pre-wrap;
}

.reviews__list-element-rating{
	position: relative;
	width: 76px;
	height: 14px;
	background: #dadada;
	background-size: 100% 100%;
    display: inline-block;
    margin-right: 10px;
}
.reviews__list-element-rating .bx_stars_bg{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 5;
	background: url(/local/templates/.default/components/bitrix/iblock.vote/origami_stars/images/stars.png) no-repeat center;
}
.reviews__list-element-rating .bx_stars_progress{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	background: #ffb800;
    color: transparent;
    font-size: 0.5em;
}

.reviews__list-element-date {
    display: inline-block;
    color: #999;
    font-size: 0.9em;
    height: 14px;
    line-height: 16px;
    vertical-align: top;
}

.reviews__pagination {
    margin: 0 auto 20px;
}

.reviews__form-btn {
    cursor: pointer;
    border: none;
    background-color: #0ba0f0;
    font-size: 18px;
    color: #ffffff;
    font-weight: bold;
    transition: all 0.4s ease-in-out;
    padding: 14px 90px;
    line-height: 90px;
    white-space: nowrap;
}
.reviews__form-btn:hover {
    background-color: #097fbf;
}
@media screen and (max-width: 406px) {
    .reviews__form-btn {
        padding: 14px;
    }
}

.reviews__modal-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    background: #00000057;
    width: 100%;
    height: 100%;
    min-height: 100%;
    z-index: 200;
    overflow: hidden;
    display: flex;
    display: none;
    align-items: center;
    justify-content: center;
}
.reviews__modal {
    background: #fff;
}
.reviews__modal-header {
    position: relative;
    border-bottom: 1px solid #ededed;
    height: 61px;
    margin-bottom: 10px;
    user-select: none;
}
.reviews__modal-header-text {
    font-weight: 700;
    font-size: 20px;
    padding: 15px 0 0 20px;
}
.reviews__close {
    height: 14px;
    width: 14px;
    display: block;
    position: absolute;
    top: 23px;
    right: 30px;
    cursor: pointer;
    background-image: url(/local/templates/sotbit_origami/assets/img/icon_close.png);
    background-repeat: no-repeat;
    background-size: cover;
    transition: all 0.2s ease-in-out;
    z-index: 150;
}
/* End */
/* /local/modules/santehsmart.b2b/lib/Tools/Components/Reviews/view.css?17537144203069 */
