.salons-list-page {
    position: relative;
}

.loader-wrapper {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 20px;
    background: rgba(255, 255, 255, .8);
    z-index: 999;
    display: none;
}

.loader-image {
    width: 100%;
    height: 50vh;
    position: sticky;
    left: 0;
    top: 20px;
    background-image: url(../img/svg/loader.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 120px;
    z-index: 999;
}

.sorting .sorting-price>div,
[data-reviews-sort] .up {
    padding-left: 27px;
}

.sorting .sorting-price>div[data-sort-order="desc"],
[data-reviews-sort] .up[data-sort-order="desc"] {
    background: url('../img/svg/sorting decrease inactive.svg') no-repeat left top;
}

.sorting .sorting-price>div[data-sort-order="desc"].active,
[data-reviews-sort] .up[data-sort-order="desc"].active {
    background: url('../img/svg/sorting_decrease_active.svg') no-repeat left top;
}

.sorting .sorting-price>div[data-sort-order="asc"],
[data-reviews-sort] .up[data-sort-order="asc"] {
    padding-left: 27px;
    background: url('../img/svg/sorting increase inactive.svg') no-repeat left top;
}

.sorting .sorting-price>div[data-sort-order="asc"].active,
[data-reviews-sort] .up[data-sort-order="asc"].active {
    padding-left: 27px;
    background: url('../img/svg/sorting_increase_active.svg') no-repeat left top;
}

/*		*/
.sorting-price.pc-756 .up,
.sorting-price.pc-756 .down {
    cursor:pointer;
}


.sorting-price.pc-756 .up.active,
.sorting-price.pc-756 .down.active {
    font-weight: 700;
		cursor:default;
}


.sorting .sorting-price .up {
    background: url('../img/svg/sorting increase inactive.svg') no-repeat left top;
}

.sorting .sorting-price .up.active {
    background: url('../img/svg/sorting_increase_active.svg') no-repeat left top;
}

.sorting .sorting-price .down {
    background: url('../img/svg/sorting decrease inactive.svg') no-repeat left top;
}

.sorting .sorting-price .down.active {
    background: url('../img/svg/sorting_decrease_active.svg') no-repeat left top;
}



.salons-count {
    color: #f0f0f0;
    font-size: 40px;
    padding-left: 15px;
    font-weight: 300 !important;
}

button:disabled {
    opacity: .4;
    cursor: default;
}

.salons-map-page {
    min-height: calc(100vh - 113px);
}

/* YMaps styles */
ymaps.ymaps-2-1-74-b-cluster-tabs.ymaps-2-1-74-b-cluster-content {
    height: auto !important;
}

.baloon-popup .salon-image>imag {
    width: 100%;
}

.brand-logo {
    width: 95px;
    float: left;
    position: absolute;
    left: 20px;
    top: 20px;
    padding: 5px;
    border-radius: 5px;
    background: #fff;
}

.brand-logo img {
    width: 100%;
}

.map-overlay {
    display: none;
    background: #fff;
    width: 100%;
    height: auto;
    margin-top: 40px;
    /*position:absolute;*/
    z-index: 10;
}

.map-overlay .filters {
    display: none;
}

body._mapView {
    /*height:100vh;
    overflow:hidden;*/
}

.clusterIcon {
    width: 44px;
    height: 44px;
    background: url(../img/svg/map-pin.svg) no-repeat;
    cursor: pointer;
    text-align: center;
    line-height: 44px;
    position: absolute;
    left: -22px;
    top: -22px;
}

.calon__card-header .logo img {
    max-width: 150px;
}

.comment-block__wrapper .pagination.ajax .btn-grey {
    display: none;
}

.tab-block {
    display: none;
    transition: .3s all;
}

.tab-block._active {
    display: block;
}

.common__products .pagination .pagination__ul,
.common__products .pagination .selecta {
    display: none;
}

.common__products .pagination button {
    margin: 0 auto;
}

.stars-star img {
    width: 10px;
    height: 10px;
}

h2.success,
p.success {
    color: #3CAA46;
}

p.error {
    color: #ff0000;
}

.full-map {
    position: relative;
}




.common__specif-table tr td:first-child {
    opacity: 1;
    color: #a3a4a5;
}

.city-choose {
    position: relative;
}

.cities-list a {
    width: 100%;
}

.tab-filter.active .price-h input {
	margin-left: 10px;
	margin-right: 10px;
}

.tab-filter.active .price-h .slider_base {
    max-width: 350px;
    width: 350px;
    border: none;
    background: 0 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    position: relative;
    top: 18px;
    border-top: 3px solid #ebebeb
}

.tab-filter.active .price-h .slider_base .noUi-base {
    max-width: 100%;
    margin: auto;
    position: relative;
    top: -3px;
}

.tab-filter.active .price-h .slider_base .noUi-handle {
    right: -30px!important;
    border: none;
    background: 0 0;
		box-shadow: none;
}

.tab-filter.active .price-h .slider_base .noUi-handle::before,
.tab-filter.active .price-h .slider_base .noUi-handle::after {
    display: none;
}

.tab-filter.active .price-h .slider_base .noUi-horizontal .noUi-handle, .tab-filter.active .price-h .slider_base .noUi-touch-area {
    height: 15px;
    width: 15px;
    border: none;
    border-radius: 50%;
}

.tab-filter.active .price-h .slider_base .noUi-touch-area {
    background-color: var(--black);
    border: 3px solid var(--off-yellow);
    cursor: pointer;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    border-radius: 50%;
}

.tab-filter.active .price-h .slider_base .noUi-connect {
    background-color: var(--off-yellow);
    height: 3px;
}

@media (max-width: 756px) {
    form.intro-filter.padd.map-f.price-f {
        display: block !important;
    }
}

@media (max-width: 756px) {
    .filters__form__tabs .tabs-tab {
        display: block;
    }
}
