

/* Start:/local/templates/.default/components/bitrix/news.list/detailReviews_en/style.css?16069405435888*/
.reviewBlock{
    margin-top: 40px;
}
.review-detail {
    margin-bottom: 30px;
    padding: 20px 20px 40px 20px;
    background: #f0f0f0;
    border: 1px solid #b51a57;
}
.review__title {
    font-style: italic;
    font-weight: bold;
    color: #000;
    margin-bottom: 10px;
}
.review__date {
    margin-left: 10px;
}
.review__admin {
    margin-top: -60px;
    border: 1px solid #b51a57;
    padding: 20px;
    background-color: #fff;
    z-index: 9;
    margin-bottom: 40px;
    margin-right: 30px;
    width: 54%;
    margin-left: auto;
}
.reviewBlock p{
    margin-bottom: 5px;
}

.chief{
    display: flex;
    margin-bottom: 40px;
    padding: 15px;
    background: #f0f0f0;
    border: 2px solid #b51a57;
}
.chief__info{
    text-align: center;
    width: 240px;
}
.chief__photo{
    width: 120px;
    height: 120px;
    margin-bottom: 10px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.chief__name{
    font-size: 13px;
    line-height: 13px;
    font-weight: bold;
    margin-bottom: 3px;
}
.chief__position{
    font-size: 11px;
    line-height: 11px;
}
.chief__text{
    margin-left: 30px;
    font-size: 14px;
    line-height: 20px;
    display: flex;
    align-items: center;
}
.chief__text span{
    color: #b51a57;
}
.avgRating__img{
    width: 123px;
    display: inline-block;
    vertical-align: middle;
    background-repeat: no-repeat;
}
.avgRating__img span{
    height: 20px;
    display: inline-block;
}
.avgRating__mini .avgRating__img span{
    height: 20px;
    /*background-size: contain;*/
    background-repeat: no-repeat;
}
.avgRating__val{
    display: inline-block;
}
.avgRating{
    font-weight: bold;
    display: inline-block;
    margin-left: 30px;
}
.avgRating__title{
    display: inline-block;
}
.filterRating{
    margin-top: 30px;
    font-weight: bold;
}
.filterRating__item{
    display: inline-block;
    margin-right: 30px;
    margin-bottom: 10px;
}
.filterRating__item:last-child{
    margin: 0;
}
.filterRating__item a{
    color: #000;
}
.filterRating__item a.active{
    color: #b51a57;
}
.review__pictures{
    width: 40%;
    margin-right: 30px;
    border-right: 1px solid #c0c0c0;
    padding-right: 30px;
}
.review__heading{
    display: flex;
}
.review__body{
    width: 60%;
}
.review__picturesBlock{
    display: flex;
}
.review__picturesBlockItem{
    width: calc(50% - 7.5px);
    box-sizing: content-box;
    padding: 0 15px 0 0;
}
.review__picturesBlockItem.last{
    padding: 0;
}
.review__picturesBlockItem img{
    width: 100%;
}
.review__picturesBlockItem div{
    text-align: center;
    color: #bd1c5c;
    font-weight: bold;
    line-height: 18px;
    margin-top: 10px;
}
.review__info{
    display: flex;
    margin-bottom: 20px;
}
.review__infoItem{
    margin-right: 30px;
    font-weight: bold;
    color: #b51a57;
}
.review__infoItem:last-child{
    margin-right: 0;
}
.review__btn{
    display: inline-block;
    position: relative;
    left: inherit;
    bottom: inherit;
    background: #b51a57;
    color: #fff;
    transition: .3s;
    text-align: center;
    margin-top: 20px;
    padding: 7px 20px;
    text-decoration: none;
}
.review__btn:hover {
    color: #b51a57;
    background: #fff;
}
.mobilePhoto{
    display: none
}

@media(max-width: 600px){
    .containerCustom{
        padding: 0 15px;
    }
    .chief{
        display: block;
    }
    .chief__info{
        width: 320px;
        margin: 0 auto;
    }
    .chief__text{
        margin-left: 0;
    }
    .chief__info:after{
        display: table;
        clear: both;
        content: "";
    }
    .chief__photo{
        float: left;
        margin-right: 22px;
        margin-top: -30px
    }
    .chief__name{
        text-align: left;
        margin-top: 30px;
    }
    .chief__position{
        text-align: left;
    }
    .avgRating__title{
        display: block;
    }
    .review__heading {
        display: block;
    }
    .review__pictures{
        display: none;
    }
    .review__body {
        width: 100%;
    }
    .review__info {
        display: block;
    }
    .review__infoItem:nth-child(n+2){
        font-weight: inherit!important;
    }
    .review-detail{
        padding: 20px 10px 40px;
    }
    .review__admin{
        width: calc(100% - 30px);
        margin-right: 15px;
        position: relative;
    }
    .mobilePhoto{
        display: block;
    }
    .mobilePhoto .review__pictures {
        display: block;
        width: 100%;
        margin-right: 0;
        border-right: none;
        margin-top: 30px;   
        padding: 0 20px;
        text-align: center;
    }
    .slick-arrow{
        font-size: 0;
        display: inline-block;
        border: none;
        padding: 0;
        outline: none;
        width: 30px;
        height: 30px;
        position: absolute;
        top: calc(50% - 15px);
        background: url('/upload/arrow.png') no-repeat center;
    }
    .slick-prev {
        left: -29px;
        transform: rotate(180deg);
    }

    .slick-next {
        right: -29px;
    }
}

@media(max-width: 375px){

    .avgRating__title{
        display: block;
        line-height: 10px;
        margin-bottom: 5px;
        font-size: 13px;
    }
    .avgRating{
        margin-left: 0;
    }
    .avgRating__val{
        font-size: 12px;
    }
    .feedbackBtn {
        float: left;
        margin-right: 3px!important;
    }
    .filterRating__item{    
        margin-right: 9px;
        margin-bottom: 3px;
    }
    .filterRating {
        margin-top: 20px;
    }
    .reviewBlock {
        margin-top: 20px;
    }
}
/* End */
/* /local/templates/.default/components/bitrix/news.list/detailReviews_en/style.css?16069405435888 */
