.rev-wrapper {
    padding-top: 120px;
    padding-bottom: 120px;
    background-image: url(/wa-data/public/site/img-m/otz.jpg) !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

.rev-grid {
        grid-gap: 20px;
    -ms-grid-columns: 1fr 400px;
    grid-template-columns: 1fr 400px;
}
.rev__title {
    color: var(--darker);
    line-height: 60px;
    font-size: 66px;
    font-weight: 900;
    font-family: var(--Anglecia);
    letter-spacing: 0.6px;
    position: relative;
}
.rev__title span {
    color: var(--Pink-carnation);
}
.rev__title .rev__title_t {
    padding-bottom: 50px;
    color: var(--darker);
    letter-spacing: 2px;
}
.rev__title:before {
    content: '';
    border-radius: 1px;
    display: block;
    width: 67px;
    position: absolute;
    bottom: 2px;
    left: 0;
    border-bottom: solid 7px var(--Pink-carnation);
}
.rev__subtitle {
    color: var(--darker);
    font-size: 26px;
    padding-top: 17px;
}
.rev__subtitle b {
    font-weight: 700;
}


.rev-bbt {
    display: flex;
    padding-top: 25px;
}
.rev-bbt .button-pavia {
    padding: 0 61px;
    font-size: 16px;
    line-height: 66px;
    text-transform: uppercase;
    font-weight: 600;
    color: #fff;
    border-radius: 30px;
    border: 0px solid transparent;
}







/********************************/
.review-form-wrapper {
    background-image: url(/wa-data/public/site/img-m/otz-foo.jpg) !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    padding-top: 80px;
}
.review-form-grid {
    grid-gap: 20px;
    -ms-grid-columns: 1fr 515px;
    grid-template-columns: 1fr 515px;
}



.review-form-wrapper .review-form .review-submit {
    padding: 0px;
}




.reviews-branch .review {
    margin-bottom: 0;
}







/********************************/
.menu-h {
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: .25rem;
    margin-top: 60px;
}
.menu-h li a {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -.0625rem;
    line-height: 1.25;
    color: #8898aa;
    background-color: #fff;
    border: .0625rem solid #dee2e6
}
.menu-h li a {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    margin: 0 3px;
    border-radius: 50% !important;
    width: 36px;
    height: 36px;
    font-size: .875rem
}
.menu-h li.selected a {
    z-index: 1;
    color: #fff;
    background-color: var(--Cool-Pink-Crayola);
    border-color: var(--Cool-Pink-Crayola);
}
.menu-h li a:hover {
    z-index: 2;
    color: #8898aa;
    text-decoration: none;
    background-color: #dee2e6;
    border-color: #dee2e6
}












/*****************************/
.review-grid {}
.review-grid {
    -ms-grid-columns: 1fr 400px;
    grid-template-columns: 140px 1fr;
}
.reviews ul li ul {
    padding-left: 245px;
}
.reviews .review ul.menu-v li a { display: inline; padding: 0;}
.reviews .review ul.reviews-branch li .reviews-branch li {border-bottom: 0}
.reviews .img-userpic {
    border-radius: 50%;
    position: relative;
    width: 140px;
    height: 140px;
}
.reviews .img-userpic::before {
    content: "";
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background: linear-gradient(90deg, rgba(184,255,253,1) 0%, rgba(253,248,228,1) 30%, rgba(255,254,223,1) 48%, rgba(255,223,228,1) 64%, rgba(255,236,219,1) 100%);
    border-radius: 50%;
    z-index: -1;
}
.reviews .review img.userpic {
    margin-right: 0px;
    border-radius: 50%;
    margin: 20px;
}
.reviews .images {
        clear: left;
    }
    .reviews .images .image {
        vertical-align: middle;
        text-align: center;
        display: inline-block;
        width: 200px;
    }
    .reviews .images .image img {
        max-width: 100%;
        max-height: 200px;
    }
    .reviews-stats td {
        border: none;
        padding: 3px 10px;
    }
    .reviews-stats td div.bar {
        width: 200px;
        height: 13px;
        background: #eee;
    }
    .reviews-stats td div.bar div {
        height: 13px;
        background: #f7c854;
    }
    .reviews .total-rating {
        margin: 0 10px;
        font-size: 150%;
    }



.description-wrap {}
.description-wrap p,
.review-otv p {
    font-weight: 500;
    font-size: 18px;
    margin: 0;
}
.description-wrap p {
    padding-top: 15px;
    color: var(--darker);
}
.review-otv p {
    color: #565656;
}

.review .summary {
    font-size: 18px;
    color: #000;
    padding-top: 10px;
}

























