

/* Start:/local/templates/hm_2023/components/b1team/hm.reviews.all/.default/style.css?17376578881308*/
.b1t-hm-ra {
    position: relative;
}

.b1t-hm-ra .tabs .tab .cnt {
    color: #EE6F2D;
    margin-left: 10px;
}



/*
    Блоки-ссылки
*/

.b1t-hm-ra .block-links {
    margin-top: 25px;
    margin-bottom: 40px;
}


@media (min-width: 768px) {
    
    .b1t-hm-ra .block-links .swiper-pagination  {
        display: none;
    }
    
    .b1t-hm-ra .block-links .b1t-hm-swiper-pagination-bottom {
        padding-bottom: 0px;
    }
    
    .b1t-hm-ra.load .block-links .swiper-slide {
        margin-right: 30px;
        width:50%;
        width: calc(50% - 15px);
    }
}


@media (max-width: 767px) {
    .b1t-hm-ra .block-links {
        margin-bottom: 20px;
    }
    
}

/*
    Отзывы ВК
*/

.b1t-hm-ra .reviews-vk {
    margin-top: 25px;
}

/*
    Разделы
*/

@media (min-width: 768px) {
    .b1t-hm-ra .sections {
        max-width: 300px;
    }
}

.b1t-hm-ra .sections .all {
    font-weight: 600;
}

.b1t-hm-ra.tab-active-shop .sections {
    display: none;
}

/*
    Добавить отзыв
*/


@media (min-width: 768px) {
    
    .b1t-hm-ra .btn-add-review {
        position: absolute;
        top: 0px;
        right: 0px;
    }
}


@media (max-width: 767px) {
    
    .b1t-hm-ra .btn-add-review {
        display: block;
        margin-top: 20px;
    }
    
}
/* End */


/* Start:/local/templates/hm_2023/components/b1team/hm.reviews.media/slider/style.css?17376578882490*/
.b1t-hm-rm-slider {
    margin-bottom: 50px;
}

.b1t-hm-rm-slider.load .swiper-slide {
    margin-right: 18px;
}

.b1t-hm-rm-slider .swiper-slide {
    position: relative;
    overflow:hidden;
    display:inline-block;
    height: 130px;
    width: auto;
}

.b1t-hm-rm-slider .item {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    cursor: pointer;
}

.b1t-hm-rm-slider .img {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    
    
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.b1t-hm-rm-slider .video {
    width: 40px;
    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%);
}

.b1t-hm-rm-slider .swiper-slide.last .img {
    -webkit-filter: blur(20px);
    filter: blur(20px);
    filter:progid:DXImageTransform.Microsoft.Blur(PixelRadius='20');
}


.b1t-hm-rm-slider .show-all {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    
    cursor: pointer;
    z-index: 2;
}

.b1t-hm-rm-slider .show-all:before {
    content: "";
    display: block;
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    z-index: 1;
    
    background: #000;
    opacity: 0.5;
}

.b1t-hm-rm-slider .show-all .text {
    
    position: absolute;
    top: 50%;
    right: 0px;
    left: 0px;
    
    padding: 0px 20%;
    
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    text-align: center;
    
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    
    z-index: 2;
}


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

@media (max-width: 767px) {
    
    .b1t-hm-rm-slider {
        margin-bottom: 40px;
    }
    
    .b1t-hm-rm-slider .video {
        width: 34px;
    }
    
    .b1t-hm-rm-slider .swiper-slide {
        height: 80px;
    }
    
    .b1t-hm-rm-slider .show-all .text {
        font-size: 11px;
    }
    
    .b1t-hm-rm-slider .b1t-hm-swiper-prev,
    .b1t-hm-rm-slider .b1t-hm-swiper-next{
        display: none;
    }
}
/* End */


/* Start:/local/templates/hm_2023/components/b1team/custom.html/reviews.panel/style.css?17376578881142*/

.b1t-hm-ch-rp {
    margin-bottom: 20px;
}

.b1t-hm-ch-rp .title{
    color: #FF6F2D;
    float: left;
    margin: 0px;
    margin-top: 9px;
}

.b1t-hm-ch-rp .title:first-letter {
    text-transform: uppercase;
}

.b1t-hm-ch-rp .sorts {
    float: right;
    width: 206px;
}

.b1t-hm-ch-rp .filter {
    float: right;
    margin-right: 20px;
    margin-top: 6px;
}

@media (max-width: 767px) {
    
    .b1t-hm-ch-rp {
        margin-bottom: 16px;
    }
    
    .b1t-hm-ch-rp .title{
        float: none;
        margin-top: 10px;
        font-size: 20px;
    }
    
    .b1t-hm-ch-rp .filter {
        float: left;
    }
    
    .b1t-hm-ch-rp .sorts {
        width: auto;
    }
    
    .b1t-hm-ch-rp .sorts .b1t-select {
        display:inline-block;
    }
    
    .b1t-hm-ch-rp .sorts .b1t-select .select-btn {
        padding: 11px 14px !important;
    }
    
    .b1t-hm-ch-rp .sorts .b1t-select .select-btn .text,
    .b1t-hm-ch-rp .sorts .b1t-select .select-btn-icon{
        display: none;
    }
    
    .b1t-hm-ch-rp .sorts .b1t-select .select-btn.wi .i {
        position: static !important;
        font-size: 17px;
    }
}


/* End */


/* 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/hm.catalog.item/review/style.css?17491872303620*/
.b1t-hm-ci-r .data-wrap {
    position: relative;
}

@media (max-width: 767px)  {
    
    .b1t-hm-ci-r .photo-wrap {
        position: relative;
        width: 125px;
        float: left;
    }
    
    .b1t-hm-ci-r .data-wrap {
        padding-left: 135px;
    }
    
    .b1t-hm-ci-r:after {
        content: "";
        clear: both;
        display: block;
    }
}

/*
    Фото
*/

.b1t-hm-ci-r .picture {
    display: block;
    border-bottom: 0px;
    text-decoration: none;
    position: relative;
    overflow: hidden;

    height: 0px;
    padding-top: 75%;
     
}

.b1t-hm-ci-r .picture:hover {
    text-decoration: none;
}

.b1t-hm-ci-r .picture .image {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    
    position: absolute !important;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;

}

.b1t-hm-ci-r .picture .image.nophoto {
    background-size: 50% 50%;
}

.b1t-hm-ci-r .picture .withdrawn:before {
    content: "";
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    
    z-index: 120;
    
    opacity: 0.5;
    background: #fff;
}

.b1t-hm-ci-r .picture .withdrawn .text {
    position: absolute;
   
    top: 50%;
    left: 0px;
    right: 0px;
    
    text-align: center;
    padding: 0px 15px;
    z-index: 125;
    
    font-weight: bold;
    text-transform: uppercase;
    text-shadow: 2px 2px 2px #FFFFFF;
    
    color: #000;
    
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

/*
    Цена
*/

.b1t-hm-ci-r .price {
    margin-top: 15px;
}

@media (min-width: 768px)  {
    .b1t-hm-ci-r .price .b1t-hm-ch-pp {
        font-size: 20px;
    }
}

@media (min-width: 768px) and (max-width: 991px)  {
    .b1t-hm-ci-r .price {
        margin-top: 10px;
    }
}

@media (max-width: 767px)  {
    
    .b1t-hm-ci-r .price .b1t-hm-ch-pp {
        font-size: 18px;
    }
    
}

/*
    Название
*/

.b1t-hm-ci-r .name {
    margin-top: 10px;
    text-transform: uppercase;
    font-size: 14px;
    white-space: normal;
}

.b1t-hm-ci-r .name a {
    color: #222;
    border-bottom: 0px;
    text-decoration: none;
}

.b1t-hm-ci-r .name a:hover {
    text-decoration: none;
}

@media (max-width: 767px)  {
    .b1t-hm-ci-r .name {
        font-size: 12px;
    }
}

/*
    Наличие
*/

.b1t-hm-ci-r .availability .available {
    color: #36A64E;
}

.b1t-hm-ci-r .availability .not-available {
    color: #C4C4C4;
}

.b1t-hm-ci-r .availability .not-available:before {
    content:"Под заказ";
}

@media (min-width: 992px)  {
    .b1t-hm-ci-r .availability {
        position: absolute;
        top: 0px;
        right: 0px;
        
    }
    
    .b1t-hm-ci-r .availability .available,
    .b1t-hm-ci-r .availability .not-available,
    .b1t-hm-ci-r .availability .withdrawn-from-sale{
        width: 12px;
        height: 12px;
        background-color: currentColor;
        text-indent: -9999px;
        
        -webkit-border-radius: 50%; 
        -moz-border-radius: 50%;
        border-radius: 50%;
    }
}

@media (max-width: 991px)  {
    
    .b1t-hm-ci-r .availability {
        text-transform: uppercase;
        font-size: 10px;
        font-weight: bold;
        margin-top: 10px;
    }
    
}


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

.b1t-hm-ci-r.slider-mode .photo-wrap {
    width: 125px;
    float: left;
}

.b1t-hm-ci-r.slider-mode .data-wrap {
    padding-left: 135px;
}

.b1t-hm-ci-r.slider-mode:after {
    content: "";
    clear: both;
    display: block;
}
/* End */


/* Start:/local/templates/hm_2023/components/b1team/custom.html/product.price/style.css?17482857791472*/
.b1t-hm-ch-pp {
    position: relative;
    font-size: 28px;
    color: #000;
    display: inline-block;
    line-height: 1;
}

.b1t-hm-ch-pp.discount .value,
.b1t-hm-ch-pp.discount .value .rub{
    color: #DC2F2F;
}

.b1t-hm-ch-pp .old {
    position: absolute;
    top: 45%;
    left: 100%;
    margin-left: 10px;
    line-height: 1;
    white-space: nowrap;
    
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.b1t-hm-ch-pp .percent {
    font-size: 0.4285em;
    font-weight: bold;
    color: #FF6F2D;
}

.b1t-hm-ch-pp .old-value {
    font-size: 0.5714em;
    color: #5F5F5F;
    text-decoration: line-through;
}

.b1t-hm-ch-pp .old-value .rub {
    color: currentColor;
}

@media (min-width: 992px) and (max-width: 1199px)  {
    .b1t-hm-ch-pp {
        font-size: 22px;
    }
    
    .b1t-hm-ch-pp .old {
        margin-left: 15px;
    }
}

@media (min-width: 768px) and (max-width: 991px)  {
    .b1t-hm-ch-pp {
        font-size: 24px;
    }
    
    .b1t-hm-ch-pp .old {
        margin-left: 15px;
    }
}

@media (max-width: 767px)  {
    
}


/*
    Тема для детальной страницы товара
*/
.b1t-hm-ch-pp.detail {
    font-size: 35px;
}

.b1t-hm-ch-pp.detail .value,
.b1t-hm-ch-pp.detail .rub {
    font-weight: 700;
    line-height: 1.33;
    color: #1F2937;
}

.b1t-hm-ch-pp.discount.detail .value,
.b1t-hm-ch-pp.discount.detail .value .rub{
    color: #DC2F2F;
}
/* 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 */


/* Start:/local/templates/hm_2023/js/b1team/selector/custom.css?17376578881551*/

/*
    Тема "Tabs" 
*/


.b1t-selector.theme-hm-tabs:after {
    content:"";
    display: block;
    clear: both;
}

.b1t-selector.theme-hm-tabs .tab {
    float: left;
    
    padding: 11px 14px;
    border: 1px solid #E5E5E5;
    
    font-weight: 600;
    font-size: 13px;
    color: #000000;

    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    
    margin-right: 14px;
    margin-bottom: 14px;
    
    cursor: pointer;
    
    transition: color 0.2s ease-out, border-color 0.2s ease-out, background-color 0.2s ease-out;
    -webkit-transition: color 0.2s ease-out, border-color 0.2s ease-out, background-color 0.2s ease-out;
    -moz-transition: color 0.2s ease-out, border-color 0.2s ease-out, background-color 0.2s ease-out;
    -o-transition: color 0.2s ease-out, border-color 0.2s ease-out, background-color 0.2s ease-out;
}

.b1t-selector.theme-hm-tabs .tab:hover,
.b1t-selector.theme-hm-tabs .tab.active {
    background: #E9EDF1;
}

@media (max-width: 767px) {

    .b1t-selector.theme-hm-tabs{
        white-space: nowrap;
        overflow-x: scroll;
        -webkit-overflow-scrolling: touch;
        
        -ms-overflow-style: none;  /* IE and Edge */
        scrollbar-width: none;  /* Firefox */
        
         margin-left: -15px;
        margin-right: -15px;
        padding: 0px 15px;
    }
    
    .b1t-selector.theme-hm-tabs::-webkit-scrollbar {
        display: none;
    }
    
    .b1t-selector.theme-hm-tabs .tab {
        float: none;
        display: inline-block;
    }

}
/* End */
/* /local/templates/hm_2023/components/b1team/hm.reviews.all/.default/style.css?17376578881308 */
/* /local/templates/hm_2023/components/b1team/hm.reviews.media/slider/style.css?17376578882490 */
/* /local/templates/hm_2023/components/b1team/custom.html/reviews.panel/style.css?17376578881142 */
/* /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/hm.catalog.item/review/style.css?17491872303620 */
/* /local/templates/hm_2023/components/b1team/custom.html/product.price/style.css?17482857791472 */
/* /local/templates/hm_2023/components/b1team/custom.html/review.item/style.css?17499141006307 */
/* /local/templates/hm_2023/js/b1team/selector/custom.css?17376578881551 */
