body {
    background: #f8f8f8;
}

.header-wrapper {
    background: white;
    border-bottom: 1px solid #dee2e6;
}

.footer-wrapper {
    background: white;   
}

.nav {
    font-size: 16px;
}

.st-tag-cloud {
    display: flex;
    flex-wrap: wrap;
    padding: 60px 54px 54px;
    background: url('https://otzivi-salon.ru/wp-content/themes/socialize-lite/images/cities.jpg');
    margin-top: 30px;
    border-radius: 30px;
}

.st-tag-cloud .st-tag-item {
    width: 20%;
    margin-bottom: 10px;
}

.st-tag-cloud .st-tag-item a {
    display: inline-block;
    color: #fff;
    font-weight: 600;
    font-size: 22px;
    text-decoration: none;
}

.cards-wrapper {
    margin-bottom: 50px;
}

a {
    text-decoration: none;
}

.list-group-item {
    padding: 25px;
}

.review-wrapper {
    padding: 1.25rem;
    border: 1px solid #efeef1;
    border-radius: 6px;
    background-color: #fff;
}

.font-12 {
    font-size: 12px;
}

.avatar-lg {
    width: 3.125rem;
    height: 3.125rem;
    font-size: 1.04167rem;
}

.ml-2, .mx-2 {
    margin-left: 0.5rem!important;
}

.text-inherit {
    color: inherit;
}
.font-14 {
    font-size: 14px;
}

.mr-2, .mx-2 {
    margin-right: 0.5rem!important;
}

.card-img-top {
    min-height: 200px;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    border-bottom: 1px solid rgba(0, 0, 0, 0.175);
}

.card__dealer-text {
    min-height: 100px;
}

header ul li a:hover {
    color: #0d6efd !important;
}

.browser-mockup {
    border-top: 2em solid rgba(230, 230, 230, 0.7);
    box-shadow: 0 0.1em 1em 0 rgba(0, 0, 0, 0.4);
    position: relative;
    border-radius: 3px 3px 0 0
}

.browser-mockup:before {
    display: block;
    position: absolute;
    content: '';
    top: -1.25em;
    left: 1em;
    width: 0.5em;
    height: 0.5em;
    border-radius: 50%;
    background-color: #f44;
    box-shadow: 0 0 0 2px #f44, 1.5em 0 0 2px #9b3, 3em 0 0 2px #fb5;
}
    
.browser-mockup.with-tab:after {
    display: block;
    position: absolute;
    content: '';
    top: -2em;
    left: 5.5em;
    width: 20%;
    height: 0em;
    border-bottom: 2em solid white;
    border-left: 0.8em solid transparent;
    border-right: 0.8em solid transparent;
}

.browser-mockup.with-url:after {
    display: block;
    position: absolute;
    content: '';
    top: -1.6em;
    left: 5.5em;
    width: calc(100% - 6em);
    height: 1.2em;
    border-radius: 2px;
    background-color: white;
}

.browser-mockup > * {
    display: block;
}

.browser-mockup img {
    width: 100%;
}

.nav-item a:hover {
    color: #0d6efd;
}

.review-report:hover {
    color: red;
}

.select2-container--default .select2-selection--single {
    height: 35px;
    padding-top: 2px;
    border: var(--bs-border-width) solid var(--bs-border-color);
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 4px;
}

a {
    color: #646464;
}

.btn-outline-primary {
    border-color: #646464;
    color: #646464;
}

#fancybox-loading, .fancybox-close, .fancybox-next span, .fancybox-prev span {
    filter: invert(1);
}


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

.rating-stars__value {
    width: 114px;
    height: 25px;
    background: url(/frontend/img/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(/frontend/img/stars-filled.svg) no-repeat center left;
}

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

.rating-stars__value {
    margin-bottom: 0px;
}

.container-stars-detail {
    display: flex;
    gap: 10px;
}

.card__dealer .rating-stars__value {
    margin-bottom: 5px;
}

.head-block-link-form {
    margin-top: 15px;
}

.container-last-review {
    display: flex;
    gap: 15px;
    flex-direction: column;
}

.review-block-detail {
    padding-right: 50px;
}

.row-blog {
    margin-bottom: 10px;
}

.row-blog, .pagintion-container {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(var(--bs-gutter-y) * -1);
    margin-right: calc(var(--bs-gutter-x) * -.5);
    justify-content: center;
    margin-left: calc(var(--bs-gutter-x) * -.5);
}

.row-blog >* {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-top: var(--bs-gutter-y);
}

.pagination__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.pagintion-container {
    margin-bottom: 40px;
}

.pagination__item {
    background: #E6E6E6;
    margin-right: 10px;
    width: 25px;
    height: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #585858;
}

.pagination__item:hover {
    background: #212529;
    color: white;
}

.pagination__item--active {
    background: #212529;
    color: white;
}

.pagination__item--active:hover {
    background: #E6E6E6;
    color: white;
}

@media (max-width: 995px) {
    .review-block-detail {
        padding-right: unset;
    }
}

.card-title {
    font-size: 1.2rem;
}