.widget {
    font-family: "Helvetiva", sans-serif;
    color: #242424;
}

.widget__tab{
    font-weight: 300;
}
.widget__tab_all{
    background: #242424;
    color: #FFFFFF;
    font-size: 14px;
    
}

.widget__pag {
    background: #242424;
    color: #FDFBFB;
    width: 22px;
    height: 22px;
    position: relavite;
}
.widget__pag_prev::before {
    content: "◀";
    font-size: 12px;
    position: absolute;
    top: 4px;
    left: 5px;
}
.widget__pag_next::before {
    content: "▶";
     font-size: 12px;
    position: absolute;
    top: 4px;
    left: 6px;
}

.review{
    background-color: #FFFFFF;
    border: 1px solid #D6D6D6;
    box-shadow: none !important;
}
.review__title{
    font-size: 16px;
    font-weight: bold;
    line-height: 1;
}
.review__text{
    font-size: 14px;
    font-weight: normal;
    line-height: 1.55;
}
.review__more{
    font-size: 12px;
    line-height: 1;
    color: #D6D6D6;
}