
.yandex_reviews{
    margin-top: 60px;
    padding-bottom: 60px;
}
.yr_top .title{
    font-size: 32px;
    line-height: 27px;
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    align-items: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    margin-bottom: 44px;
}
.yr_top .title svg{
    width: 22px;
    height: 27px;
    margin-left: 12px;
}
.yr_reviews{
    touch-action: pan-y;
    width: 100%;
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    overflow: hidden;
}
.yr_review{
    padding-right: 31px;
    flex-shrink: 0;
    height: fit-content;
}
.yr_review:last-child{
    padding-right:0px;
}
.sliders_dots{
    display: table;
    margin: 14px auto 0 auto;
}
.slider__indicators{
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
}
.slider__indicator{
    width: 30px;
    height: 1px;
    background: #DFDFEC;
    margin-right: 8px;
    cursor: pointer;
}
.slider__indicator.active{
    background: #706C80;
    cursor: default;
    pointer-events: none
}
.slider__indicator:last-child{
    margin-right: 0px;
}
.yr_grade_t,
.yr_grade_t span,
.yr_grades{
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    align-items: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
}
.yr_grade_t span svg{
    margin-left: 5px;
}
.yr_grade_t span{
    font-size: 16px;
    color:#66C736;
    position: relative;
    padding-left: 20px;
}
.yr_grade_like{
    margin-left: 4px;
}
.yr_grade_t span::before{
    content: '';
    position: absolute;
    left:8px;
    top:7px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    -ms-border-radius: 16px;
    -o-border-radius: 16px;
    border-radius: 16px;
    width: 3px;
    height: 3px;
    background: #000;
}
.yr_grades{
    margin-bottom: 73px;
}
.yr_grade{
    width: 25%;
    padding-right: 30px;
}
.yr_grade_t{
    font-size: 16px;
    margin-bottom: 4px;
}
.yr_grade_count{
    font-size: 14px;
}
.yr_grade_t svg{
    width: 21px;
    height: 20px;
}
.yr_grade_text{
    font-size: 16px;
    line-height: 20px;
}
.yr_grade_text span{
    color:#66C736;
    font-weight: bold
}
.yr_review_info_t{
    width: 108px;
    font-size: 14px;
    font-weight: 800
}
.yr_review_text{
    font-size: 14px;
    font-weight: 400;
    width: calc(100% - 108px);
}
.yr_review_info{
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    margin-bottom: 14px;
}
.yr_review_name{
    font-size: 18px;
    font-weight: 700;
    line-height: 20px;
    margin-bottom: 20px;
}
.yr_review_text{
    font-size: 16px;
    line-height: 20px;
}
.yandex_reviews .butn a{
    display: table;
    margin: 60px auto 0px auto;
    padding: 8px 23px;
    background: #66C736;
    font-size: 16px;
    line-height: 36px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    -ms-border-radius: 16px;
    -o-border-radius: 16px;
    border-radius: 16px;
    color:#fff;
}
.yr_review_star{
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    align-items: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    margin: 3px 0 30px 0;
}
.yr_review_star svg{
    width: 17px;
    height: 17px;
    margin-right: 4px;
}
@media(min-width:1025px) and (max-width:1540px){
    .yr_review_name,
    .yr_grade_count{
        font-size: 16px;
        line-height: 20px;
    }
    .yr_grades{
        margin-bottom: 0px;
    }
    .yr_review_text {
        font-size: 16px;
        line-height: 20px;
    }
    .yr_grades{
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
    }
    .yr_grade{
        width: 50%;
        padding-right: 0px;
        margin-bottom: 49px;
    }
    .yr_review:last-child{
        padding-right: 0px!important;
    }
}
@media(min-width:769px) and (max-width:1024px){
    .yr_review_name,
    .yr_grade_count{
        font-size: 16px;
        line-height: 20px;
    }
    .yr_grades{
        margin-bottom: 0px;
    }
    .yr_review_text {
        font-size: 16px;
        line-height: 20px;
    }
}
@media(max-width:1024px){
    .yr_grades{
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
    }
    .yr_grade{
        width: 50%;
        padding-right: 0px;
        margin-bottom: 49px;
    }
    .yr_review:last-child{
        padding-right: 0px!important;
    }
}
@media(max-width:768px){
    .yr_review{
        padding-right: 0px!important;
        padding-left: 0px!important;
    }
    .yr_top .title{
        font-size: 21px;
        line-height: 21px;
        margin-bottom: 31px;
    }
    .yr_top .title svg{
        width: 14px;
        height: 17px;
    }
    .yr_review_name{
        font-size: 14px;
        line-height: 20px;
    }
    .yr_review_star svg{
        width: 21px;
        height: 21px;
    }
    .yr_review_text{
        font-size: 14px;
        line-height: 19px;
        margin-top: 3px;
    }
    .yr_review:not(:last-child){
        margin-bottom: 27px;
    }
    .yr_grade{
        width: 100%;
    }
    .yr_grade:not(:last-child){
        margin-bottom: 32px;
    }
    .yr_grade:last-child{
        margin-bottom: 0px;
    }
    .yr_grade_t span{
        font-size: 16px;
    }
    .yr_grade_count{
        font-size: 14px;
    }
    .yr_grade_text{
        font-size: 16px;
        line-height: 21px;
    }
    .yr_grades{
        margin-bottom: 23px;
    }
    .yr_grades{
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
    }
    .yr_grades,
    .yr_review{
        width: 100%;
    }
}
.yandex_reviews .butn a:hover{
    background: #9FA2CE
}
