

/* Start:/local/templates/hm_2023/components/bitrix/system.pagenavigation/more/style.css?1737657888123*/
.b1t-hm-sp-more {
    text-align: center;
}

.b1t-hm-sp-more .btn-next {
    cursor: pointer;
    display: inline-block;
}

/* End */


/* Start:/local/templates/hm_2023/components/bitrix/news.list/reviews.product.list/style.css?174918723098*/
.b1t-hm-nl-rpl {
    position: relative;
}


.b1t-hm-nl-rpl.view-mode .item {
    padding: 0px;
}

/* End */


/* Start:/local/templates/hm_2023/components/b1team/custom.html/overlay/style.css?17376578881079*/
.b1t-hm-ch-overlay {
    position: absolute;
    top: 0px;
    right: 0px;
    left: 0px;
    bottom: 0px;
    z-index: 200;
    display: none;
}

.b1t-hm-ch-overlay.active {
    display: block;
}

.b1t-hm-ch-overlay .back {
    position: absolute;
    top: 0px;
    right: 0px;
    left: 0px;
    bottom: 0px;
}

.b1t-hm-ch-overlay.enable-opacity .back {
    /* IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    /* IE 5-7 */
    filter: alpha(opacity=60);
    /* Netscape */
    -moz-opacity: 0.6;
    /* Safari 1.x */
    -khtml-opacity: 0.6;
    /* Good browsers */
    opacity: 0.6;
}

.b1t-hm-ch-overlay .front {
    margin-top: 30px;
    position: relative;
}



.b1t-hm-ch-overlay.theme-default .back{
    background: #fff;
}


.b1t-hm-ch-overlay.theme-card .back {
    background-repeat:  no-repeat;
    background-size: 100% 100%;
}

.b1t-hm-ch-overlay.theme-card .front{
    display: none;
}

.b1t-hm-ch-overlay.theme-center .front {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -25px;
    margin-left: -25px;
}

/* End */


/* Start:/local/templates/hm_2023/components/b1team/custom.html/review.mark/style.css?1737657888417*/
.b1t-hm-ch-rm {
    white-space: nowrap;
    line-height: 1;
    padding: 0px 0px;
    font-size: 15px;
}

.b1t-hm-ch-rm .stars {
    position: relative;
    display: inline-block;
    padding-left: 3px;
}

.b1t-hm-ch-rm .star {
    display: inline-block;
    margin-right: 0px;
    margin-left: -3px;
    font-size: 1em;
    line-height: 1;
    color: #C4C4C4;
}


.b1t-hm-ch-rm .star.active {
    color: #FCBA11;
}

/* End */


/* Start:/local/templates/hm_2023/components/b1team/custom.html/review.rating/style.css?17376578881840*/
.b1t-hm-ch-rr {
    position: relative;
    display: inline-block;
    padding-left: 30px;
    color: #9B9B9B;
    font-size: 13px;
    cursor: pointer;
    font-weight: 600;
}

.b1t-hm-ch-rr .icon {
    position: absolute;
    top: 50%;
    left: 0px;
    
    font-size: 20px;
    
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.b1t-hm-ch-rr.checked {
    cursor: default;
}

.b1t-hm-ch-rr.checked .icon {
    color: #000;
}

@media (max-width: 767px) {
    
    .b1t-hm-ch-rr {
        padding-left: 0px;
    }
    
    .b1t-hm-ch-rr .icon {
        position: static;
        
    }
    
    .b1t-hm-ch-rr .label{
        display: none;
    }
    
    .b1t-hm-ch-rr .count{
        position: relative;
        top: -2px;
        left: 2px;
    }
    
    .b1t-hm-ch-rr .sq {
        display: none;
    }
    
    
}

/*
    Режим отображения в диалоге просмотра отзва
*/

@media (min-width: 992px) {
    
    .b1t-hm-ch-rr.mode-review-dialog {
        padding-left: 0px;
    }
    
    .b1t-hm-ch-rr.mode-review-dialog .icon {
        position: static;
        
    }
    
    .b1t-hm-ch-rr.mode-review-dialog .label{
        display: none;
    }
    
    .b1t-hm-ch-rr.mode-review-dialog .count{
        position: relative;
        top: -2px;
        left: 2px;
    }
    
    .b1t-hm-ch-rr.mode-review-dialog .sq {
        display: none;
    }
    
}

/*
    Режим компактного отображения
*/


.b1t-hm-ch-rr.mode-short {
    padding-left: 0px;
}

.b1t-hm-ch-rr.mode-short .icon {
    position: static;

}

.b1t-hm-ch-rr.mode-short .label{
    display: none;
}

.b1t-hm-ch-rr.mode-short .count{
    position: relative;
    top: -2px;
    left: 2px;
}

.b1t-hm-ch-rr.mode-short .sq {
    display: none;
}
/* End */


/* Start:/local/templates/hm_2023/components/b1team/custom.html/review.link/style.css?17376578881036*/
.b1t-hm-ch-rl {
    position: relative;
    display: inline-block;
    padding-left: 30px;
    color: #9B9B9B;
    border-bottom: 0px;
    font-size: 13px;
    cursor: pointer;
    font-weight: 600;
}

.b1t-hm-ch-rl .icon {
    position: absolute;
    top: 50%;
    left: 0px;
    
    font-size: 20px;
    
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}


/*
    Режим отображения в диалоге просмотра отзва
*/

@media (min-width: 992px) {
    
    .b1t-hm-ch-rl.mode-review-dialog {
        padding-left: 0px;
    }
    
    .b1t-hm-ch-rl.mode-review-dialog .icon {
        position: static;
        
    }
    
    .b1t-hm-ch-rl.mode-review-dialog .label{
        display: none;
    }
    
}


/*
    Режим компактного отображения
*/


.b1t-hm-ch-rl.mode-short {
    padding-left: 0px;
}

.b1t-hm-ch-rl.mode-short .icon {
    position: static;

}

.b1t-hm-ch-rl.mode-short .label{
    display: none;
}


/* End */


/* Start:/local/templates/hm_2023/components/b1team/custom.html/review.share/style.css?1737657888644*/
.b1t-hm-ch-rs {
    position: relative;
    display: inline-block;
    padding-left: 30px;
    color: #9B9B9B;
    border-bottom: 0px;
    font-size: 13px;
    cursor: pointer;
    font-weight: 600;
}

.b1t-hm-ch-rs .icon {
    position: absolute;
    top: 50%;
    left: 0px;
    
    font-size: 20px;
    
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media (max-width: 767px) {
    
    .b1t-hm-ch-rs {
        padding-left: 0px;
    }
    
    .b1t-hm-ch-rs .icon {
        position: static;
    }
    
    .b1t-hm-ch-rs .label {
        display: none;
    }
    
    
}

/* End */


/* Start:/local/templates/hm_2023/components/b1team/custom.html/review.item/style.css?17499141006307*/
.b-hm-ch-ri{
    position: relative;
    border: 1px solid transparent;
    
    padding: 20px 15px;
    
    margin-bottom: 20px;

    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

.b-hm-ch-ri.popular {
    border-color: #FF6F2D;
}

.b-hm-ch-ri .delimiter {
    position: absolute;
    bottom:-10px;
    left: 0px;
    right: 0px;
    border-bottom: 1px solid #94A6B4;
    opacity: 0.3;
}

.b-hm-ch-ri.popular .delimiter{
    display: none;
}


.b-hm-ch-ri .left-part {
    position: relative;
    float: left;
    width: 215px;
}

.b-hm-ch-ri .right-part {
    padding-left: 245px;
}

@media (min-width: 768px) and (max-width:991px){
    
    .b-hm-ch-ri .left-part {
        width: 140px;
    }

    .b-hm-ch-ri .right-part {
        padding-left: 160px;
    }

}

@media (max-width: 767px) {
    
    .b-hm-ch-ri .left-part {
        width: 100%;
        float: none;
        margin-bottom: 15px;
    }

    .b-hm-ch-ri .right-part {
        padding-left: 0px;
    }
}

/*
    Левая часть - данные отзывы
*/

.b-hm-ch-ri .mark {
    margin-bottom: 15px;
}

.b-hm-ch-ri .author-name {
    font-weight: bold;
    font-size: 16px;
    color: #000;
    margin-bottom: 5px;
}

.b-hm-ch-ri .date-city {
    font-size: 13px;
    color: #999999;
    margin-bottom: 20px;;
}

.b-hm-ch-ri .rating,
.b-hm-ch-ri .link{
    margin: 20px 0px;
}

@media (min-width: 768px) and (max-width:991px){
    
    .b-hm-ch-ri .mark {
        margin-bottom: 10px;
    }
    
    .b-hm-ch-ri .author-name {
        font-size: 14px;
    }
    
    .b-hm-ch-ri .date-city {
        font-size: 12px;
    }
  
}

@media (max-width: 767px) {
    
    .b-hm-ch-ri .mark {
        margin-bottom: 5px;
    }
    
    .b-hm-ch-ri .rls {
        position: absolute;
        top: -5px;
        right: 0px;
    }
    
    .b-hm-ch-ri .rating,
    .b-hm-ch-ri .share{
        margin: 0px;
        float: left;
    }
    
    .b-hm-ch-ri .rating {
        margin-right: 20px;
    }
}

/*
    Текст отзыва
*/

@media (min-width: 768px) and (max-width:991px){
    
    .b-hm-ch-ri .review {
        font-size: 13px;
    }
    
}

@media (max-width: 767px) {
    
    .b-hm-ch-ri .review {
        font-size: 13px;
    }
}

/*
    Режим "Отображение товара"
*/


.b-hm-ch-ri.show-product-mode  .rls {
    position: absolute;
    top: -5px;
    right: 0px;
}

.b-hm-ch-ri.show-product-mode  .rating,
.b-hm-ch-ri.show-product-mode  .link{
    margin: 0px 0px;
    float: left;
}

.b-hm-ch-ri.show-product-mode  .rating {
    margin-right: 15px;
}

@media (min-width: 768px) and (max-width:991px){
    
    .b-hm-ch-ri.show-product-mode  .rating {
        margin-right: 10px;
    }
    
    .b-hm-ch-ri.show-product-mode  .rls {
        top: -3px;
        right: -10px;

        -moz-transform: scale(0.8); /* Firefox */
        -o-transform: scale(0.8); /* Opera */
        -webkit-transform: scale(0.8); /* Safari And Chrome */
        transform: scale(0.8); /* Standard Property */
    }
    
}

/*
    Режим "Слайдер отзывов"
*/

.b-hm-ch-ri.slider-mode {
    margin-bottom: 0px;
}

.b-hm-ch-ri.slider-mode .left-part {
    width: 100%;
    float: none;
    margin-bottom: 15px;
}

.b-hm-ch-ri.slider-mode .right-part {
    padding-left: 0px;
}

.b-hm-ch-ri.slider-mode .review{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
 }


/*
    слайдер фото
*/

.b-hm-ch-ri .slider {
    margin-top: 20px;
}

.b1t-hm-nl-rpl.load .slider .swiper-slide {
    margin-right: 15px;
}

.b-hm-ch-ri .slider .swiper-slide {
    position: relative;
    overflow:hidden;
    display:inline-block;
    height: 100px;
    width: auto;
}

.b-hm-ch-ri .slider .photo {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    cursor: pointer;
}

.b-hm-ch-ri .slider .img {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    cursor: pointer;
    
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.b-hm-ch-ri .slider .video {
    width: 34px;
    position: absolute;
    top: 50%;
    left: 50%;
    
     -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

@media (min-width: 768px) {
    
    .b-hm-ch-ri .slider .swiper-pagination  {
        display: none;
    }
    
    .b-hm-ch-ri .slider .b1t-hm-swiper-pagination-bottom {
        padding-bottom: 0px;
    }
}

@media (min-width: 768px) and (max-width:991px){
    
    .b-hm-ch-ri .slider .swiper-slide {
        height: 70px;
    }
}

@media (max-width: 767px) {
    
    .b-hm-ch-ri .slider .video {
        width: 25px;
    }
    
    .b-hm-ch-ri .slider .swiper-slide {
        height: 70px;
    }
}


/*
    Ответ
*/


.b-hm-ch-ri .answer {
    
    margin-top: 20px;
    
    background: #F0F3F6;
    
    padding: 20px 20px;
    
    color: #000;
    
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

.b-hm-ch-ri .answer .shop {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 15px;
}

@media (min-width: 768px) and (max-width:991px){
    
    .b-hm-ch-ri .answer {
        font-size: 13px;
        padding: 15px 15px;
    }
    
    .b-hm-ch-ri .answer .shop {
        font-size: 14px;
        margin-bottom: 10px;
    }
    
}

@media (max-width: 767px) {
    
    .b-hm-ch-ri .answer-toggle {
        display: inline-block;
        margin-top: 10px;
        font-size: 13px;
        color: #3B99DD;
        border-bottom: 1px dashed currentColor;
        cursor: pointer;
    }
    
    .b-hm-ch-ri .answer-toggle .h {
        display: none;
    }
    
    .b-hm-ch-ri .answer-toggle.active .h {
        display: inline;
    }
    
    .b-hm-ch-ri .answer-toggle.active .s {
        display: none;
    }
    
    .b-hm-ch-ri .answer {
        margin-top: 10px;
        display: none;
        font-size: 13px;
        padding: 15px 15px;
    }
    
    .b-hm-ch-ri .answer .shop {
        font-size: 14px;
        margin-bottom: 10px;
    }
}


/* End */
/* /local/templates/hm_2023/components/bitrix/system.pagenavigation/more/style.css?1737657888123 */
/* /local/templates/hm_2023/components/bitrix/news.list/reviews.product.list/style.css?174918723098 */
/* /local/templates/hm_2023/components/b1team/custom.html/overlay/style.css?17376578881079 */
/* /local/templates/hm_2023/components/b1team/custom.html/review.mark/style.css?1737657888417 */
/* /local/templates/hm_2023/components/b1team/custom.html/review.rating/style.css?17376578881840 */
/* /local/templates/hm_2023/components/b1team/custom.html/review.link/style.css?17376578881036 */
/* /local/templates/hm_2023/components/b1team/custom.html/review.share/style.css?1737657888644 */
/* /local/templates/hm_2023/components/b1team/custom.html/review.item/style.css?17499141006307 */
