.specs .media_reviews{
    background-color: #fff;
    text-align: center;
    padding: 50px 0;
}
.media_reviews .er_boxes {
    border-top: 1.5px solid #606060;
    border-bottom: 1.5px solid #606060;
}
.media_reviews .er_boxes .box {
    margin-top: 30px;
    padding-bottom: 30px;
    border-bottom: 1px dashed #606060;
    text-align: left;
}
.media_reviews .er_boxes .box .text {
    display: inline-block;
    vertical-align: top;
    width: 900px;
    text-align: left;
    font-size: 16px;
    line-height: 25px;
    color: #606060;
}
.media_reviews .er_boxes .box .text a {
    color: #657b86;
}
.media_reviews .er_boxes .box .author {
    display: inline-block;
    vertical-align: top;
    text-align: right;
    float: right;
    color: #4b4c4c;
}
.media_reviews .er_boxes .box .author p {
    font-size: 14px;
}
.media_reviews .er_boxes .box .author .p1 {
    font-size: 20px;
    font-weight: 700;
}
.media_reviews .er_boxes .box:last-child {
    border-bottom: none;
}
.media_reviews .rm_btn {
    display: block;
    margin: 20px auto 0;
    font-size: 20px;
    color: #657b86;
    font-weight: 700;
    border: none;
    background-color: unset;
    padding: 0;
}

.users_reviews {
    padding: 50px 0;
    text-align: center;
    background-color: #fff;
}
.users_reviews button {
    font-size: 20px;
    color: #657b86;
    font-weight: 700;
    border: none;
    background-color: unset;
    padding: 0;
}
.users_reviews .category-list{
    list-style:none;
}
.users_reviews .col-md-9{
    border-left: 1px solid #000;
    padding-left: 50px;
}
.users_reviews .category-list li{
    font-size:18px;
    font-weight:700;
    padding-top:20px;
    padding-bottom:20px;
}
.users_reviews .category-list li a{
    cursor:pointer;
}
.users_reviews .hu_boxes {
    border-top: 1.5px solid #606060;
    border-bottom: 1.5px solid #606060;
    margin-bottom: 50px;
}
.users_reviews .hu_boxes .box {
    margin-top: 30px;
    padding-bottom: 30px;
    border-bottom: 1px dashed #606060;
    text-align: left;
    display: none;
}
.users_reviews .hu_boxes .box.show {
    display: block;
}
.users_reviews .hu_boxes .box .left {
    display: inline-block;
    vertical-align: top;
    color: #606060;
}
.users_reviews .hu_boxes .box .left .raty img {
    width: 16px;
    height: 16px;
}
.users_reviews .hu_boxes .box .left p {
    font-size: 14px;
    line-height: 25px;
}
.users_reviews .hu_boxes .box .right {
    display: inline-block;
    vertical-align: top;
    float: right;
    width: 900px;
    color: #4b4c4c;
}
.users_reviews .hu_boxes .box .right strong {
    font-size: 16px;
}
strong {
    font-weight: bold;
}
.users_reviews .hu_boxes .box .right p {
    font-size: 16px;
    line-height: 25px;
}
.users_reviews .hu_boxes .box:last-child {
    border-bottom: none;
}
.users_reviews .hu_boxes .box::after {
    content: '';
    display: block;
    clear: both;
}
@media screen and (max-width: 1025px){
.media_reviews .er_boxes .box .text {
    width: 100%;
    display: block;
    margin: 0 auto 15px;
}
.media_reviews .er_boxes .box .author {
    display: block;
    float: none;
    text-align: left;
}
.users_reviews .hu_boxes .box .left {
    display: block;
    text-align: right;
}
.users_reviews .hu_boxes .box .left .raty {
    width: 100%!important;
}
.users_reviews .hu_boxes .box .right {
    display: block;
    float: none;
    width: 100%;
    margin: 15px auto 0;
}
}

@media screen and (max-width: 678px) {
    .banner h1 {
    font-size: 18px;
    margin-bottom: 20px;
}
.specs h3 {
    font-size: 24px !important;
}
}