#reviews {
    padding-right: 15px;
    padding-left: 15px;
}
#reviews .review {
    border: 2px solid #dfa802!important;
    border-radius: 8px;
    padding: 6px 12px;
    margin-bottom: 20px;
}
.block-status {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.show_more_button {
    background-color: #fff200;
    border: 0;
    color: #000;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
    margin-top: 25px;
    width: 100%;
    line-height: 30px;
}

.share {
    margin-top: 20px;
    text-align: center;
}

.ya-share2 {
    margin-top: 5px;
}

.ya-share2__container_size_m .ya-share2__badge .ya-share2__icon {
    height: 32px;
    width: 32px;
    background-size: 32px 32px;
}

.btn-box {
    margin-top: 25px;
    text-align: center;
}

.company-up {
    border: 3px solid #008000;
    padding: 5px 10px;
    display: inline-block;
}
#reviews .review {
    border: 1px solid #ccc;
    padding: 6px 12px;
    margin-bottom: 20px;
.del-taxi {
    color: red;
    display: block;
    display: inline-block;
    border: 3px solid red;
    padding: 5px 10px;
    margin-top: 25px;
    margin-bottom: 25px;
}

.hidden {
    display: none;
}


.alert-danger{
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #b94a48;
}

.button-review {
    background-color: #ffde00;
    border: 0;
    color: #000;
    padding: 20px;
    font-weight: 600;
    margin-bottom: 15px;
}

.product-other .buttons {
    text-align: center;
}

.product-other textarea {
    background-color: #f9f9f9;
    font-size: 16px;
    margin-top: 25px;
}

.product-other .product-rating {
    padding-left: 10px;
}

.product-other .table.table-striped {
    display: block;
    margin: 10px;
    border: 1px solid #ddd;
    padding: 5px;
}

.next-page-box {
    text-align: center;
}

.product-labels {
    text-align: right;
    position: absolute;
    width: 100%;
    right: 24px;
    top: 5px;
}

.product-labels .product-label.call {
    background-color: #000;
    color: #fff;
    padding: 3px 6px;
    font-size: 10px;
}

.product-label.like {
    height: 20px;
    width: 20px;
    display: inline-block;
    background-image: url(/image/svg/heart_board.svg);
    top: 6px;
    position: relative;
    margin-left: 5px;
    cursor: pointer;

}

.product-label.like.on {
    background-image: url(/image/svg/heart.svg);
}

@media (min-width: 769px) {
    .product-other .button-review {
        margin-top: 20px;
   }
}


.product-other .g-recaptcha > div {
    margin-left: auto;
    margin-right: auto;
}


.product-other #input-payment-captcha {
    margin-top: 20px;
}

.product-other .form-horizontal .form-group {
    margin-right: 0;
    margin-left: 0;
}

@media (max-width: 767px) {
    .board-thumb .rating {
        margin-bottom: 25px;
        margin-top: 25px;
    }
}

.heading-title {
    background-color: transparent;
    color: #008000;

}