.pagination-arrows .page-item-left:not(.disabled) .page-link {
    background: url(../images/slider-left.svg) no-repeat !important;
}

.salon-item_image {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 20px 20px 0 0;
}

.salon-item_info {
    border-radius: 0 0 20px 20px;
}

.rating.rating-stars:after {
    display: none;
}

.rating-stars__value {
    width: 145px;
    height: 25px;
    background: url(../images/stars-outlined.svg) no-repeat center left;
    position: relative;
    z-index: 1;
}

.rating-stars__value:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: calc(100% / 5 * var(--value));
    height: 100%;
    background: url(../images/stars-filled.svg) no-repeat center left;
}

.rating.rating-stars {
    font-size: 24px;
    font-weight: 600;
}

.rating-stars__value {
    margin: auto;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 0px;
}

.review-item_name {
    font-size: 13px;
}

.review-item_content .aside-company-link {
    text-align: center;
    margin: auto;
    display: block;
    text-decoration: none;
    font-weight: 600;
    margin-bottom: 5px;
}

.search_result {
    position: absolute;
    top: 100%;
    margin-top: -8px;
    left: 0;
    border: 1px solid #ddd;
    background: #fff;
    padding: 10px;
    z-index: 9999;
    box-shadow: 0 14px 28px rgba(0,0,0,.25), 0 10px 10px rgba(0,0,0,.22);
    max-height: 400px;
    overflow: auto;
    width: 100%;
    border-radius: 0px 0px 10px 10px;
}

.search_result table {
    width: 100%
}

.search_result tbody {
    display: block;
    width: 100%
}

.search_result-name {
    width: 100%;
}

.search_result-name a{
    width: 100%;
    display: block;
    padding-left: 9px;
}

.search_result tbody tr {
    display: flex;
    justify-content: space-between;
    margin-bottom: 5px;
    gap: 20px;
    width: 100%
}

.search_result-name a {
    text-decoration: unset
}

.search_result-name a:hover {
    text-decoration: unset
}

.link-footer {
    margin-top: 20px;
}

.link-footer > * {
    display: block;
    color: unset;
}

