.product__nav {
    background: #F7F6F6;
    margin-bottom: 40px;
    padding: 25px 0;
}

.product__nav-link {
    color: #7A7A7A;
    font-weight: bold;
    margin-right: 40px;
    font-size: 13px;
}

.product__nav-link:hover {
    color: #000;
}

.product__nav-link-counter {
    color: #E20932;
}

.product__reviews {
    padding-top: 60px;
    padding-bottom: 100px;
    display: block;
}

.product__reviews-title {
    font-size: 24px;
    font-weight: bold;
    padding-bottom: 25px;
}

.product__reviews-product-title {
    color: #E20932;
}