@charset "utf-8";

.salon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-shadow: 0 1px 3px 0 rgba(0,0,0,0.25);
    box-shadow: 0 1px 3px 0 rgba(0,0,0,0.25);
    background: #fff;
    -webkit-transition: 400ms ease;
    -o-transition: 400ms ease;
    transition: 400ms ease;
    margin: 15px 0;
    text-decoration: none;
}
.salon:hover {
    -webkit-box-shadow: 0 1px 8px 0 rgba(245,50,119,0.25);
    box-shadow: 0 1px 8px 0 rgba(245,50,119,0.25);
}
.salon__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.salon__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.salon-owner {
    padding: 1em;
    border: 2px solid #ccc;
    margin: 1em 0 ;
}
.salon-owner__title {
    font-size: 1.5em;
    line-height: 1.25em;
    font-weight: 500;
    padding: 0 0 0.25em;
}
.salon-owner__list {
    list-style: inside decimal;
}
.salon-owner__list .js-link {
    text-decoration: underline;
}

.salon__img {
    padding: 20px 10px 20px 20px;
    position: relative;
    cursor: pointer;
    -ms-flex-item-align: start;
    align-self: flex-start;
}
.salon__img:after {
    right: 10px;
    bottom: 20px;
}
.salon-info__left:after {
    right: 15px;
}
.salon__img img {
    margin: 0 auto;
    display: block;
    max-width: 100%;
    height: auto;
}
.salon__photo-count {
    bottom: 20px;
    left: 20px;
}
.salon__content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 16px 70px 20px 17px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    color: #252525;
    position: relative;
}
.salon__title {
    font: bold 26px/30px 'Fira Sans', sans-serif;
    padding: 0 0 4px 0;
    color: #3e3b7c;
}
.salon__title--with-favorite {
    padding-right: 20px;
}
.salon__title--flex {
    display: flex;
    align-items: center;
    position: relative;
}
.salon__title span,
.salon__title a {
    display: inline-block;
    color: #3e3b7c;
    text-decoration: none;
}

.salon-actual {
    width: 16px;
    height: 16px;
    background: url('/themes/newd2/agency_block/images/actual.svg') center / auto 100% no-repeat;
    display: inline-block;
    vertical-align: middle;
    z-index: 5;
}
.salon__actual {
    margin: 0 10px 4px 0;
}
.salon__actual--with-favorite {
    margin-right: 0;
}
.salon__actual--tooltip {
    background-position-x: 0;
    flex-grow: 1;
    margin-left: 5px;
    margin-bottom: 2px;
}
.salon:hover .salon__title span,
.salon__title a:hover {
    color: #f53277;
}
.salon:hover .salon__title span:after,
.salon__title a:hover::after {
    background-position: 0 -12px;
}
.salon__specs {
    display: table;
    width: 100%;
}
.salon__specs-row {
    display: table-row;
}
.salon__specs-name {
    display: table-cell;
    vertical-align: middle;
    position: relative;
    overflow: hidden;
}
.salon__specs-value {
    display: table-cell;
    padding-left: 3px;
    font-weight: 300;
}
.salon__specs-value a,
.salon__link {
    color: #3e3b7c;
}
.salon__link {
    text-decoration: underline;
    cursor: pointer;
}
.salon__link:hover {
    text-decoration: none;
}
.salon__specs-value strong a {
    color: #000;
    text-decoration: none;
}
.salon__specs-value strong a:hover {
    text-decoration: underline;
}
.salon__specs-name span {
    position: relative;
    display: inline-block;
    padding-right: 3px;
    white-space: nowrap;
}
.salon__specs-name span:before {
    content: '';
    position: absolute;
    left: 100%;
    bottom: 8px;
    width: 9000px;
    border-bottom: 1px dotted #cecece;
}

.salon__phone,
.salon__address {
    display: inline-block;
    padding: 5px 0 5px 35px;
}
.salon__phone {
    background: url('/themes/newd2/agency_block/images/phone.svg') 0 center / 24px auto no-repeat;
}
.salon__phone a {
    text-decoration: none;
}
.salon__phone a:hover {
    text-decoration: underline;
}
.salon__address {
    background: url('/themes/newd2/agency_block/images/address.svg') 0 center / 24px auto no-repeat;
}
.salon__address + .salon__contacts {
    padding-top: 10px;
}
.salon__address-city {
    font-weight: bold;
}

.salon__contacts {
    font-size: 0;
}
.salon__contacts ul {
    margin-left: -5px;
}
.salon__contact {
    display: inline-block;
    font-size: 0;
    width: 33px;
    height: 33px;
    vertical-align: middle;
    margin: 2px 0 2px 5px;
    position: relative;
    z-index: 2;
}
.salon__contact:hover {
    z-index: 3;
}
.salon__contact a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.salon__gift {
    display: flex;
    padding: 20px 0 0;
    align-items: center;
}
.salon__gift .tooltip {
    flex: 1;
}
.salon__gift-label {
    display: inline-block;
    background: #03ab5d;
    font-family: inherit;
    padding: 6px 10px;
    line-height: 1.2em;
    color: #fff;
    vertical-align: middle;
    margin: 0 10px 0 0;
    font-style: normal;
    border: 0;
    outline: 0;
    cursor: pointer;
}
.salon__gift-label--front {
    padding-left: 0;
    padding-right: 0;
    display: block;
    text-align: center;
    margin: 0 17px 5px 0;
}
.salon__contact span,
.tooltip__body,
.filter__tooltip {
    position: absolute;
    background: #fbf9ec;
    display: inline-block;
    padding: 3px 6px;
    font: italic 300 14px/18px 'Fira Sans', sans-serif;
    color: #616161;
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
    -webkit-box-shadow: 1px 1px 5px 0 rgba(0,0,0,0.13);
    box-shadow: 1px 1px 5px 0 rgba(0,0,0,0.13);
    border-radius: 3px;
}
.salon__contact span {
    white-space: nowrap;
    top: 4.5px;
    left: 35px;
}
.salon__contact:hover span,
.tooltip:hover .tooltip__body,
.filter__tooltip--active {
    opacity: 1;
    pointer-events: auto;
    visibility: visible;
}

.salon__spacer {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.salon__girls {
    font: italic 300 14px/18px 'Fira Sans', sans-serif;
    color: #8f8f8f;
    padding-top: 5px;
}
.salon__girls li {
    float: left;
    padding: 7px 7px 0 0;
}
.salon__girls li img {
    display: block;
    border-radius: 100%;
}
.salon__right {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 20px;
    align-items: flex-end;
}
.salon__more {
    margin: 20px 0 0;
}
.salon__genders {
    display: flex;
    margin: 0 -5px;
    align-items: flex-end;
    justify-content: center;
}
.salon__gender {
    display: block;
    margin: 0 5px;
    width: 40px;
    height: 40px;
    border: 1px solid #828282;
}
.salon__gender--small {
    margin: 0;
    width: 24px;
    height: 20px;
    border: 0;
    background-size: auto 100%;
    background-position: right center;
}

.salon__description {
    padding: 0 20px;
    margin: 0 0 15px;
    line-height: 1.5em;
    max-height: 10.5em;
    overflow: hidden;
    position: relative;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
}

.salon__meta {
    width: 105px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background: #f7f7f8;
    padding: 13px 0 0 20px;
    font: italic 300 14px/18px 'Fira Sans', sans-serif;
    color: #8e8d8d;
}
.salon__meta strong {
    color: #000000;
    font-weight: bold;
    font-style: normal;
    font-size: 16px;
    line-height: 22px;
}
.salon__features {
    padding: 0 17px 0 12px;
    margin: 0 0 0 -20px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.salon__features ul {
    font-size: 0;
    line-height: 0;
}
.salon__features li {
    margin: 0 0 8px 8px;
}
.salon__feature {
    margin: 0 8px 8px 0;
    width: 40px;
    position: relative;
    height: 40px;
    background: #ffffff;
    display: inline-block;
    z-index: 1;
}
.salon-feature {
    background-color: #fff;
    background-position: 50%;
    background-size: 75% auto;
    background-repeat: no-repeat;
}
.salon__feature:hover {
    z-index: 2;
}
li.salon-feature--jacuzzi,
.salon-feature--jacuzzi {
    background-image: url('/themes/newd2/agency_block/images/salon-feature--jacuzzi.svg');
}
li.salon-feature--sauna,
.salon-feature--sauna {
    background-image: url('/themes/newd2/agency_block/images/salon-feature--sauna.svg');
}
li.salon-feature--hookah,
.salon-feature--hookah {
    background-image: url('/themes/newd2/agency_block/images/salon-feature--hookah.svg');
}
li.salon-feature--alco,
.salon-feature--alco {
    background-image: url('/themes/newd2/agency_block/images/salon-feature--alco.svg');
}
li.salon-feature--smoking,
.salon-feature--smoking {
    background-image: url('/themes/newd2/agency_block/images/salon-feature--smoking.svg');
}
li.salon-feature--card,
.salon-feature--card {
    background-image: url('/themes/newd2/agency_block/images/salon-feature--card.svg');
}
li.salon-feature--24-7,
.salon-feature--24-7 {
    background-image: url('/themes/newd2/agency_block/images/salon-feature--24-7.svg');
}
li.salon-feature--strip,
.salon-feature--strip {
    background-image: url('/themes/newd2/agency_block/images/salon-feature--strip.svg');
}
.salon__feature span,
.salon__actual span {
    position: absolute;
    top: 40px;
    background: #fbf9ec;
    display: inline-block;
    padding: 5px 12px;
    font: italic 300 14px/18px 'Fira Sans', sans-serif;
    color: #616161;
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
    right: 0;
    -webkit-box-shadow: 1px 1px 5px 0 rgba(0,0,0,0.13);
    box-shadow: 1px 1px 5px 0 rgba(0,0,0,0.13);
    border-radius: 3px;
    white-space: nowrap;
}
.salon__actual span {
    top: 20px;
    left: 0;
    right: auto;
    white-space: normal;
}
.salon__feature:hover span,
.salon__actual:hover span {
    opacity: 1;
    pointer-events: auto;
    visibility: visible;
}
.salon .button {
    margin: 7px 0 0 -20px;
}


/* Salon Info */
.salon-info {
    padding: 0 0 17px;
}
.salon-info__top {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
@media screen and (min-width: 768px) {
    .salon-info__header {
        display: flex;
        align-items: center;
    }
}
.salon__favorite-control {
    margin-bottom: 4px;
}
.salon__gallery {
    margin: 0 -5px 10px;
}
.salon__slide {
    padding: 0 5px;
}
.salon__slide img {
    width: 100%;
}
.salon-info__right {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.salon-info__bottom {
    padding: 5px 0 0;
}
.salon-info__meta {
    background: #eaebee;
    padding: 10px 20px 4px 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.salon-info__features {
    font-size: 0;
    line-height: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 220px;
    flex: 0 1 220px;
}
.salon-info__price {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 14px;
    font-style: italic;
    font-weight: 300;
    color: #8e8d8d;
}
.salon-info__price strong {
    font-size: 18px;
    line-height: 24px;
    color: #000000;
    font-style: normal;
}
.salon-info__price em {
    font-size: 24px;
    font-style: normal;
}
.salon-info__buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 12px 0 0;
}
.salon-info__button {
    display: inline-block;
    background: #f53277;
    text-decoration: none;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    line-height: 22px;
    padding: 10px 40px;
}
.salon-info__button--disabled {
    opacity: 0.2;
    pointer-events: none;
}

.salon-seo {
    padding: 5px 0 20px;
}
.salon-desc {
    padding: 1em 0;
    font-weight: 300;
}
.salon-desc__text.expandable-text__content {
    max-height: 182px; /* 26px * 7 */
}
.salon-desc p {
    margin-bottom: 17px;
}
.salon-desc summary {
    outline: 0;
    margin: 0 0 1rem;
}

.salon-programs {
    padding: 12px 0 20px;
    background: #f2f1fa;
    margin: 0 0 28px;
    text-align: center;
}
.salon-programs-warning {
    text-align: left;
    border: 2px solid #fff;
    background: #f0e9f6;
    padding: 10px 15px;
    margin: 0 0 10px;
    font-size: 14px;
    line-height: 18px;
    display: flex;
    align-items: flex-start;
}
@media screen and (max-width: 575px) {
    .salon-programs-warning {
        font-size: 12px;
        line-height: 16px;
    }
}
.salon-programs-warning__icon:after {
    content: '';
    position: absolute;
    top: -2px;
    left: 13px;
    height: 32px;
    width: 2px;
    background: #f53277;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.salon-programs__table {
    text-align: left;
}
.salon-programs table {
    border-collapse: collapse;
    border: 1px solid #fff;
    font-size: 14px;
    line-height: 17px;
    font-weight: 300;
    margin: 0 0 10px;
    width: 100%;
}
.salon-programs__title {
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    color: #3e3b7c;
    padding: 0 0 12px;
}
.salon-programs thead {
    background: #f2f1fa;
    font-size: 13px;
    line-height: 15px;
    color: #8f8d9e;
    text-transform: uppercase;
}
.salon-programs thead th {
    border: 1px solid #fff;
    padding: 11px 20px;
}
.salon-programs tbody {
    border: 1px solid #fff;
    background: #fff;
}
.salon-programs tbody td {
    border: 1px solid #f2f1fa;
    padding: 13px 20px 17px;
    text-align: center;
}
.salon-programs .alignleft {
    text-align: left;
}
.salon-programs tbody td:first-child {
    color: #585858;
    border-left-width: 0;
}
.salon-programs tbody td:last-child {
    border-right-width: 0;
}
.salon-programs tbody tr:last-child td {
    border-bottom-width: 0;
}
.salon-programs__whom {
    float: right;
    margin: -4px -15px 0 0;
}
.salon-programs__name {
    font-weight: 500;
    color: #f53277;
    padding: 0 0 4px;
}
.salon-programs__description {
    margin: 0 0 -1em;
    font-style: italic;
}
.salon-programs__description p {
    padding: 0 0 1em;
}
.salon-programs__hidden {
    display: none !important;
}

.salon-masters {
    text-align: center;
    padding: 0 0 20px;
}
.salon-masters__title {
    position: relative;
    font-size: 21px;
    line-height: 24px;
    color: #343434;
    font-weight: 500;
}
.salon-masters__title:before {
    content: '';
    position: absolute;
    top: 50%;
    height: 1px;
    left: 0;
    right: 0;
    background: #f53277;
}
.salon-masters__title span {
    background: #ffffff;
    position: relative;
    display: inline-block;
    padding: 0 16px;
}
.salon-masters__master {
    display: inline-block;
    font-size: 14px;
    font-weight: 300;
    margin: 0 19px;
    vertical-align: top;
}
.salon-masters__master--more {
    text-decoration: none;
}
.salon-masters__master img {
    display: block;
    margin: 0 auto 6px;
    border-radius: 100%;
}
.salon-masters__master p {
    padding: 0 0 1em;
}

.salon-news {
    text-align: center;
    margin: 0 0 18px;
}
.salon-news__bg {
    background: rgba(0,0,0,0.05);
}
.salon-news__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 12px 27px 11px;
}
.salon-news__title span {
    font-size: 21px;
    line-height: 27px;
    font-weight: bold;
}
.salon-news__title a {
    text-align: right;
    color: #9a9a9a;
    font-style: italic;
    font-weight: 300;
}
.salon-news__title a,
.salon-news__spacer {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.salon-master-address {
    font-size: 16px;
    line-height: 21px;
    color: #5d5d5d;
    font-weight: 300;
    margin: 0 0 1em;
}
.salon-address {
    text-align: center;
    font-size: 16px;
    line-height: 21px;
    color: #5d5d5d;
    font-weight: 300;
}
.salon-address img {
    display: block;
    max-width: 100%;
    height: auto;
    object-fit: cover;
    margin: 15px auto;
}
.salon-address a:last-child img {
    margin-bottom: 0;
}
.salon-address__row {
    margin-top: 12px;
    margin-bottom: 19px;
}
.salon-address__title {
    font-size: 21px;
    line-height: 25px;
    color: #343434;
    font-weight: 500;
    padding: 18px 0 3px;
    text-align: center;
}
.salon-address__map-preview {
    background: #fdfaf1 url('/themes/newd2/agency_block/images/map.jpg') 50% / cover no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 390px;
}
.salon-address__hide-map {
    display: inline-block;
    position: absolute;
    top: 50px;
    right: 10px;
    width: 48px;
    height: 48px;
    background: rgba(0,0,0,0.5);
    border: 0;
    padding: 0;
    margin: 0;
    z-index: 126;
    text-indent: -9999px;
    cursor: pointer;
}
.salon-address__hide-map::before,
.salon-address__hide-map::after {
    content: '';
    position: absolute;
    width: 18px;
    height: 2px;
    background: #fff;
    left: 50%;
    top: 50%;
    margin: -1px 0 0 -9px;
}
.salon-address__hide-map::after {
    transform: rotate(45deg);
}
.salon-address__hide-map::before {
    transform: rotate(-45deg);
}
.salon-address__map {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    z-index: 105;
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
    transition: 300ms ease;
    background: #fff;
}
.salon-address__map:before {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    content: 'Загрузка';
    font-size: 48px;
    font-size: 10vmin;
}
.salon-address__map--active {
    opacity: 1;
    pointer-events: auto;
    visibility: visible;
}

.salon-testimonials {
    text-align: center;
    padding: 15px 0 0;
}
.salon-testimonials__title {
    font-size: 21px;
    line-height: 25px;
    color: #343434;
    font-weight: 500;
    padding: 19px 0 31px;
}
.salon-testimonials__button {
    display: inline-block;
    font-family: inherit;
    border: 0;
    outline: 0;
    cursor: pointer;
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    color: #3e3b7c;
    padding: 15px 35px;
    background: #d6d8e0;
    text-decoration: none;
    margin: 10px 0;
}


.salon-address__show-map {
    color: #fff;
    background: #f53277;
}
.salon-news .post {
    border-top: 1px solid rgba(0,0,0,0.05);
    border-bottom: none;
}
.salon-news .post__container {
    margin: 0 -10px;
}
.single-record ul,
.girl__text ul,
.salon-desc ul,
.single-post ul,
.contact-form__message-content ul {
    padding: 0 0 17px;
}
.salon-programs__table ul {
    padding: 10px 0 0;
}
.single-record ul li,
.girl__text ul li,
.salon-desc ul li,
.single-post ul li,
.contact-form__message-content ul li,
.salon-programs__table ul li {
    position: relative;
    padding: 0 0 7px 25px;
    line-height: 24px;
}
.salon-programs__table ul li {
    padding: 0 0 7px 20px;
    line-height: 17px;
}
.salon-programs__table ul li:before {
    left: 6px;
    top: 3px;
}
.salon-programs__table ol {
    padding: 10px 0 0;
    counter-reset: ol;
}
.single-record ol li,
.single-post ol li,
.salon-programs__table ol li {
    counter-increment: ol;
    padding: 0 0 7px 5px;
}
.single-record ol li:before,
.single-post ol li:before,
.salon-programs__table ol li:before {
    content: counter(ol) ".";
    font-weight: 700;
    color: #f53277;
    margin: 0 5px 0 0;
    display: inline-block;
}
.text blockquote,
.single-record blockquote,
.salon-desc blockquote,
.single-post blockquote {
    margin: 0 0 17px;
    padding: 17px 17px 0;
    border: 2px solid #f53277;
}

/* ------------ *\
    Responsive
\* ------------ */
@media screen and (min-width: 991px) {
    .salon-address a:first-child img {
        margin-top: 0;
    }
    .salon-address img {
        margin-bottom: 30px;
        width: 100%;
        height: 180px;
    }
    .salon-address__row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}
@media screen and (min-width: 1200px) {
    .salon-address img {
        height: 230px;
    }
    .salon-address__map-preview {
        height: 490px;
    }
}
@media screen and (min-width: 768px) {
    .salon-info__row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}
@media screen and (max-width: 1199px) {
    .salon-info__button {
        padding: 10px 22px;
    }
}

@media screen and (max-width: 991px) {
    .salon__top {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .salon__img {
        padding: 20px;
    }
    .salon__img:after {
        right: 20px;
    }
    .salon__content {
        padding: 0 20px 20px 20px;
    }
    .salon-info__button {
        padding: 10px 5px;
    }
    .salon-info__right {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }
    .salon-programs {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media screen and (max-width: 991px) and (min-width: 768px) {
}

@media screen and (max-width: 767px) {
    .salon__right {
        padding-top: 0;
        align-items: center;
    }
    .salon__img {
        align-self: center;
    }
    .salon__contact span {
        left: auto;
        right: 35px;
        pointer-events: none;
    }
    .salon {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .salon__meta {
        width: auto;
        text-align: center;
    }
    .salon-info__button {
        padding: 10px 25px;
    }
    .salon-news__title {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .salon-news__spacer {
        display: none;
    }
    .post__content time {
        padding: 0 0 5px;
    }
}
@media screen and (max-width: 468px) {
    .salon-info__meta {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .salon-info__features {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
    }
    .salon-info__buttons {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .salon-info__button {
        margin: 0 0 5px;
    }

    .salon-testimonials__button {
        padding: 12px 20px;
        font-size: 15px;
    }
    .salon__girls li img {
        width: 43px;
    }
    .salon__feature {
        width: 32px;
        height: 32px;
        margin: 0 5px 5px 0;
    }
    .salon__features li {
        margin: 0 0 5px 5px;
    }
    .girl:not(.girl--single) .girl__gallery {
        display: none;
    }
    .salon-info__meta {
        padding-right: 15px;
    }
    .salon-info .salon__specs-name,
    .salon-info .salon__specs-value {
        border-bottom: 1px solid #cecece;
        padding-top: 5px;
        padding-bottom: 5px;
    }
    .salon-info .salon__specs-name span:before {
        display: none;
    }
}
.other-salons {
    margin-top: 20px;
}
.other-salon {
    text-decoration: none;
    margin-bottom: 30px;
    display: inline-block;
    position: relative;
    max-width: 343px;
}
.other-salon__top {
    position: absolute;
    z-index: 2;
    background: rgba(245, 50, 119, 0.8);
    display: inline-block;
    top: 5px;
    right: 5px;
    padding: 6px 10px 5px;
    font-size: 18px;
    line-height: 1.2em;
    color: #fff;
}
.other-salon img {
    display: block;
    width: 100%;
}
.salon-address__title--other-girl {
    margin-bottom: 1em;
}



@media screen and (max-width: 768px) {
    .salon-programs__table thead {
        display: none;
    }
    .salon-programs__table tr,
    .salon-programs__table td {
        display: block;
    }
    .salon-programs__table td {
        float: left;
        width: 50%;
        box-sizing: border-box;
    }
    .salon-programs__table td.alignleft {
        border-top: 1px solid #a0a0a0;
        width: 100%;
    }
    .salon-programs__table tbody tr {
        overflow: hidden;
    }
}
.salon-programs__more {
    color: #550c8b;
    cursor: pointer;
    padding-top: 5px;
    text-decoration: underline;
    display: block;
    font-style: normal;
}

.master__info .salon__phone,
.master__info .salon__address {
    display: block;
}
@media (min-width: 992px) {
    .salon__description {
        max-height: 6em;
        -webkit-line-clamp: 4;
    }
}

.salon__new-gallery {
    display: flex;
    justify-content: flex-start;
    margin: 0 -2px 10px;
    flex-wrap: wrap;
    position: relative;
}
.salon__new-gallery-item {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
    padding: 2px;
    box-sizing: border-box;
}
.salon__new-gallery-item img {
    width: 100%;
}
.salon__new-gallery-more {
    cursor: pointer;
    z-index: 2;
    background: rgba(0,0,0,0.5);
    font-size: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 0;
    color: #fff;
}
.salon__new-gallery-more span {
    font-size: 2em;
}
@media (max-width: 1199px) {
    .salon__new-gallery-more {
        flex: 1 0;
        margin: 2px;
    }
    .salon__new-gallery-more span {
        margin-right: 5px;
    }
}
@media (min-width: 768px) {
    .salon__new-gallery {
        margin-left: -5px;
        margin-right: -5px;
    }
    .salon__new-gallery-item {
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
        padding: 5px;
    }
}
@media (min-width: 1200px) {
    .salon__new-gallery-more {
        position: absolute;
        top: 5px;
        right: 5px;
        bottom: 5px;
        width: 60px;
        flex-direction: column;
    }
}

.salon__fancybox {
    cursor: pointer;
}

.salon__feature span {
    left: 0;
    right: auto;
}
@media (max-width: 468px) {
    .salon__feature:not(:first-child) span {
        left: auto;
        right: 0;
    }
}
@media (max-width: 355px) {
    .salon__feature:nth-child(8) span {
        left: 0;
        right: auto;
    }
}

.salon-card {
    -webkit-box-shadow: 0 1px 3px 0 rgba(0,0,0,0.25);
    box-shadow: 0 1px 3px 0 rgba(0,0,0,0.25);
    font-size: 0.875rem;
    line-height: 1.5em;
    margin: 15px 0;
}
.salon-card__left {
    padding: 1em;
}
.salon-card__main {
    position: relative;
}
.salon-card__favorite {
    z-index: 3;
}
.salon-card__gallery {
    position: relative;
    display: flex;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    -ms-scroll-snap-type: x mandatory;
    scroll-snap-type: x mandatory;
    scroll-padding-left: 1em;
    scroll-padding-right: 1em;
    margin-left: -1em;
    margin-right: -1em;
}
.salon-card__gallery::after {
    content: '';
    display: block;
    width: 1em;
    height: 1px;
    flex-shrink: 0;
}
.salon-card__photos-container {
    position: relative;
}
.salon-card__photos {
    margin-bottom: 1em;
}
.salon-card__photo {
    width: calc(100% - 2em - 10px);
    max-width: 343px;
    flex-shrink: 0;
    padding-left: 5px;
    scroll-snap-align: start;
}
.salon-card__photo:first-child {
    margin-left: 1em;
    padding-left: 0;
}
.salon-card__photo-block {
    position: relative;
    background: #eee;
}
.salon-card__photo-img {
    width: 100%;
    display: block;
}
.salon-card__photo-img,
img.salon-card__photo-img {
    position: absolute;
    width: 100%;
    height: 100%;
    pointer-events: none;
    left: 0;
    top: 0;
}
.salon-card__photo-more {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    color: #fff;
    background: rgba(0, 0, 0, 0.8);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.salon-card__photo-more::before {
    content: '';
    display: block;
    width: 2.5em;
    height: 2.5em;
    margin: 0 0 0.25em;
    background: rgba(0,0,0,0.8) url('/themes/newd2/agency_block/images/camera.svg') center / 100% auto no-repeat;
}
.salon-card__photo-more::after {
    content: 'Смотреть';
    display: block;
    background: #f53277;
    color: #fff;
    font-size: 1em;
    line-height: 1.25em;
    padding: 0.5em 1em;
    margin: 0.25em 0 0;
}
.salon_verified,
.salon-card__verified {
    position: absolute;
    z-index: 3;
    display: inline-block;
    top: 5px;
    left: 5px;
    padding: 6px 10px 5px;
    font-size: 18px;
    line-height: 1.2em;
    background: rgba(12, 206, 107, 0.8);
    color: #fff;
}
.salon_verified--single {
    margin: 20px 0 0 15px;
}
.salon-card__verified {
    left: 19px;
}
.salon-card__single-photo {
    display: block;
    margin: 0 auto 1em;
    width: 75%;
    max-width: 275px;
    background: #eee;
    position: relative;
}
.salon-card__header {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    padding: 0 0 0.5rem;
}
.salon-card__title {
    padding: 0 5px 0 0;
    flex: 1 0 auto;
    display: flex;
    align-items: center;
}
.salon-card__link {
    font-weight: 700;
    font-size: 1.5rem;
    line-height: 1.2em;
    color: #3e3b7c;
    text-decoration: none;
}
.salon-card__link:hover {
    color: #f53277;
}
.salon-card__actual {
    margin-left: 5px;
}
.salon-card__genders {
    display: flex;
    justify-content: flex-end;
    font-size: 1.5rem;
    margin: 0 -0.1em;
}
.salon-card__gender {
    width: 1em;
    height: 1em;
    margin: 0.1em;
    border: 1px solid #ccc;
    box-sizing: border-box;
}
p.salon-card__address {
    background: url('/themes/newd2/agency_block/images/address.svg') 0 0 / 24px auto no-repeat;
    padding: 2px 0 1px 2em;
    margin: 0 0 0.7em;
    font-size:14px;
}
.salon-card__metro {
    background: url('/themes/newd2/agency_block/images/metro.svg') 2px 2px / 18px auto no-repeat;
    padding: 2px 0 1px 2em;
    margin: 0 0 0.7em;
}
.salon-card__phone-and-socials {
    display: flex;
    align-items: flex-start;
    margin: 0 0 0.2em;
}
a.salon-card__phone {
    font-weight: bold;
    background: url('/themes/newd2/agency_block/images/phone.svg') 0 0 / 24px auto no-repeat;
    padding: 2px 0 1px 2em;
    text-decoration: none;
    white-space: nowrap;
    color: #000000;
    font-size: 14px;
    line-height: 21px;
}
.salon-card__phone:hover {
    text-decoration: underline;
}
.salon-card__socials {
    display: flex;
    flex-wrap: wrap;
    margin: 1px 0 0 0.5em;
}
.salon-card__social {
    font-size: 1.125rem;
    width: 18px;
    height: 18px;
    margin: 2px;
}
.contact-icon--telegram {
    background-image: url(/themes/newd2/agency_block/images/contact-icon--telegram.svg);
}
.contact-icon--whatsapp {
    background-image: url(/themes/newd2/agency_block/images/contact-icon--whatsapp.svg);
}
.contact-icon {
    background-position: 50%;
    background-size: 100% auto;
    background-repeat: no-repeat;
}
.salon-card__pricing {
    padding-top: 0.5em;
    line-height: 21px;
    font-size: 14px;
}
.salon-card__masters {
    margin-top: 0.5em;
}
.salon-card__master {
    flex-shrink: 0;
    scroll-snap-align: start;
    width: calc(33.333% - 2em / 3 - 20px / 3);
    max-width: 100px;
    padding-left: 5px;
}
.salon-card__master:first-child {
    margin-left: 1em;
    padding-left: 0;
}
.salon-card__master-block {
    height: 0;
    padding: 150% 0 0;
    position: relative;
    background: #eee;
}
.salon-card__master-img,
img.salon-card__master-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.salon-card__master-name {
    position: absolute;
    z-index: 2;
    background: rgba(0,0,0,0.75);
    color: #fff;
    display: inline-block;
    top: 3px;
    left: 3px;
    font-size: 12px;
    padding: 4px 5px 3px;
    line-height: 15px;
}
.salon-card__master-more {
    position: absolute;
    z-index: 3;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    color: #fff;
    background: rgba(0, 0, 0, 0.8);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    font-size: 2em;
}
.salon-card__description {
    padding: 0.5em 0 0;
    line-height: 1.5em;
    max-height: 9em;
    overflow: hidden;
    position: relative;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
}
.salon-card__meta {
    background: #f7f7f8;
    display: flex;
    flex-direction: column;
    flex-shrink: 0;
}
.salon-card__features {
    font-size: 1.75rem;
    display: flex;
    justify-content: center;
    margin: 0 -0.1em;
    padding: 0.2em 0;
}
.salon-card__feature {
    width: 1em;
    height: 1em;
    margin: 0.1em;
    background-color: #fff;
}
li.salon-feature--video,
.salon-feature--video {
    background-image: url('/themes/newd2/agency_block/images/video.svg');
    background-color: #444444;
}
li.salon-feature--gift,
.salon-feature--gift {
    background-image: url('/themes/newd2/agency_block/images/gift.svg');
    background-color: transparent;
    background-size: 100% auto;
}
.salon-card__spacer {
    flex: 1 0 auto;
}
.salon-card__more {
    box-sizing: border-box;
    display: inline-block;
    padding: 6px 10px;
    background: #f53277;
    position: relative;
    color: #ffffff;
    text-decoration: none;
    text-align: center;
    font: 300 14px/18px 'Fira Sans', sans-serif;
}
.salon-card__more:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 13px;
    height: 13px;
    margin: -2px 0 0 5px;
    background: url('/themes/newd2/agency_block/images/salon-card__more.svg') 50% / 100% auto no-repeat;
}
@media (max-width: 999.99px) {
    .salon-card__photo-block {
        height: 0;
        padding: 75.8% 0 0;
        object-fit: cover;
    }
}

@media (min-width: 1000px) {
    .salon-card {
        display: flex;
    }
    .salon-card__left {
        flex-grow: 1;
    }
    .salon-card__main {
        display: flex;
    }
    .salon-card__photos-container {
        flex: 0 0 278px;
        margin: 0 1em 0 0;
        align-self: flex-start;
    }
    .salon-card__photos {
        position: relative;
        padding: 0;
        margin: 0;
        box-sizing: border-box;
    }
    .salon-card__photos::after {
        display: none;
    }
    .salon-card__verified {
        left: 5px;
    }
    .salon-card__photo {
        width: 20%;
        flex: 1 0 20%;
        margin: 0;
        height: 397px;
        position: static;
        display: flex;
        align-items: flex-end;
        padding: 0 3px 6px;
        box-sizing: border-box;
    }
    .salon-card__photo:first-child {
        margin-left: 0;
        padding-left: 6px;
    }
    .salon-card__photo:last-child {
        padding-right: 6px;
    }
    .salon-card__photo::after {
        content: '';
        flex: 1 0 auto;
        position: relative;
        display: block;
        height: 4px;
        background: #fff;
        z-index: 10;
        opacity: 0;
        transition: 150ms ease;
    }
    .salon-card__photo:only-child::after {
        display: none;
    }
    .salon-card:hover .salon-card__photo::after {
        opacity: 0.6;
    }
    .salon-card:hover .salon-card__photos-container .salon-card__favorite {
        transform: translateY(-10px);
    }
    .salon-card__photos:not(:hover) .salon-card__photo:first-child::after,
    .salon-card__photo:hover::after {
        background: #f53277;
    }
    .salon-card:hover .salon-card__photos:not(:hover) .salon-card__photo:first-child::after,
    .salon-card:hover .salon-card__photo:hover::after {
        opacity: 1;
    }
    .salon-card__photo-block {
        position: static;
    }
    .salon-card__photo-img {
        z-index: -2;
    }
    .salon-card__photo:first-child .salon-card__photo-img {
        z-index: -1;
    }
    .salon-card__photo-more {
        pointer-events: none;
        z-index: -2;
    }
    .salon-card__photo-more::after {
        display: none;
    }
    .salon-card__photo:hover .salon-card__photo-img,
    .salon-card__photo:hover .salon-card__photo-more {
        z-index: 2;
    }
    .salon-card__single-photo {
        max-width: 180px;
        margin-bottom: 0;
        margin-right: 1em;
    }
    .salon-card__info {
        flex-grow: 1;
        min-width: 0;
        display: flex;
        flex-direction: column;
    }
    .salon-card__masters {
        align-self: flex-start;
    }
    .salon-card__master {
        width: 85px;
    }
    .salon-card__description {
        padding-top: 1em;
        -webkit-line-clamp: 3;
    }
    .salon-card__features {
        font-size: 2.5rem;
        padding: 0.375em;
        width: 2.4em;
        flex-wrap: wrap;
        justify-content: flex-start;
    }
    .salon-card__location {
        display: flex;
        line-height: 21px;
    }
    .salon-card__address {
        flex-shrink: 0;
        padding-right: 1em;
    }
    .salon-card__metro {
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
}

.salon-owner__list .js-link.boost__button {
    text-decoration: none;
}

.salon-contacts {
    padding: 0.5em 0 0;
}
.salon-contacts__row {
    display: flex;
    flex-wrap: wrap;
}
.salon-contacts__item {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 0 0 0.5em;
}
.salon-contacts__item--in-row {
    padding-right: 15px;
}
.salon-contacts__icon {
    display: block;
    background-size: 100% auto;
    margin: 0 0.3em 0 0;
    flex-shrink: 0;
    background-repeat: no-repeat;
    align-self: flex-start;
}
.salon-contacts__icon--address {
    width: 24px;
    height: 24px;
    background-image: url('/themes/newd2/agency_block/images/address.svg');
}
.salon-contacts__icon--metro {
    width: 24px;
    height: 24px;
    background-image: url('/themes/newd2/agency_block/images/metro.svg');
    background-size: 66.6666% auto;
    background-position: 50%;
}
.salon-contacts__label {
    display: flex;
    align-items: center;
    margin: 0 0.25em 0 0;
}
.salon-contacts__social {
    display: flex;
}
.salon-contacts__social-item {
    border: 1px solid #D0D0D0;
    font-size: 14px;
    line-height: 1.33333333em;
    padding: 0.3em 0.5em 0.2em;
    display: block;
    background-repeat: no-repeat;
    background-position: 0.5em 50%;
    margin: 0 0.25em;
    cursor: pointer;
}

.salon__new-gallery-more .load-spinner {
    border-color: rgba(255, 255, 255, 0.5);
    border-left-color: #fff;
    margin: 0;
}

.master-salon-name {
    font-weight: 700;
    color: #f53277;
}

.city-master__salon {
    font-weight: 500;
}

.salon-master {
    text-align: left;
    display: block;
    text-decoration: none;
}

.salon-master__parameters {
    display: flex;
}

.city-master__video,
.salon-master__video {
    display: inline-block;
    padding: 3px 5px 3px 28px;
    font-size: 12px;
    line-height: 14px;
    pointer-events: none;
    background: rgba(0, 0, 0, 0.75) url('/themes/newd2/agency_block/images/video.svg') 5px center / 18px auto no-repeat;
    color: #fff;
}

.salon-master__photos {
    display: flex;
}

.salon-master__photo-img {
    width: 100%;
    object-fit: cover;
}

img.salon-master__photo-img {
    height: 100%;
}

.salon-master__photo-info {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    background: rgba(0, 0, 0, 0.8);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    font-size: 12px;
    line-height: 1.2em;
}

.salon-master__photo-info::before {
    content: '';
    display: block;
    font-size: 2em;
    width: 1em;
    height: 1em;
    margin: 0 0 0.15em;
    background: rgba(0, 0, 0, 0.8) url('/themes/newd2/agency_block/images/camera.svg') center / 100% auto no-repeat;
}
.salon-master__favorite {
    z-index: 15;
}

@media (max-width: 767px) {
    .salon-master {
        overflow-x: auto;
        text-align: left;
        margin: 10px -15px;
        padding: 0 15px 10px;
        border-bottom: 1px solid #ccc;
    }

    .salon-master__content {
        display: flex;
        align-items: center;
    }

    .salon-master__info {
        flex-shrink: 0;
        flex-basis: calc(100% - 130px);
    }

    .salon-master__title {
        color: #3e3b7c;
        font-weight: 500;
        font-size: 16px;
        line-height: 1.2em;
        padding: 0 0 0.25em;
    }

    .salon-master__parameters {
        flex-wrap: wrap;
        font-size: 13px;
        line-height: 16px;
    }

    .salon-master__parameter {
        padding: 0 5px 0 0;
    }

    .salon-master__icon {
        display: none;
    }

    .salon-master__photo {
        margin: 0 10px 0 0;
    }

    .salon-master__photo-container {
        width: 85px;
        height: 85px;
        position: relative;
        background: #eee;
    }

    .salon-master__favorite {
        bottom: 16px;
        width: 36px;
        height: 36px;
    }
    .salon-master__favorite::before,
    .salon-master__favorite::after {
        width: 18px;
        height: 18px;
        top: 9px;
        left: 9px;
    }
}

@media (min-width: 768px) {
    .salon-master {
        margin: 15px 0;
        height: 0;
        padding: 150% 0 0;
        position: relative;
    }

    .salon-master__info,
    .salon-master__photos {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    .salon-master__info {
        z-index: 3;
        pointer-events: none;
        color: #fff;
        transition: 150ms ease;
    }

    .salon-master:hover .salon-master__info {
        opacity: 0;
    }
    .salon-master:hover .favorite-control {
        transform: translateY(-10px);
    }

    .salon-master__title {
        position: absolute;
        z-index: 2;
        background: rgba(0, 0, 0, 0.75);
        display: inline-block;
        top: 5px;
        left: 5px;
        padding: 6px 10px 5px;
        font-size: 18px;
        text-transform: uppercase;
        line-height: 1.2em;
    }

    .salon-master__parameters {
        position: absolute;
        z-index: 2;
        bottom: 5px;
        left: 5px;
        font-size: 15px;
        line-height: 1.2em;
        font-weight: normal;
        flex-direction: column;
        align-items: flex-start;
    }

    .salon-master__parameter {
        margin: 5px 0 0;
        display: inline-block;
        background: rgba(0, 0, 0, 0.75);
        padding: 5px 10px;
        position: relative;
    }

    .salon-master__icon {
        margin-right: 5px;
    }

    .salon-master__parameter-title {
        display: none;
    }

    .salon-master__video {
        position: absolute;
        top: 5px;
        right: 5px;
        z-index: 2;
    }

    .salon-master__photo {
        width: 20%;
        flex: 1 0 20%;
        height: 100%;
        display: flex;
        align-items: flex-end;
        padding: 0 3px 6px;
        box-sizing: border-box;
    }

    .salon-master__photo:first-child {
        padding-left: 6px;
    }

    .salon-master__photo:last-child {
        padding-right: 6px;
    }

    .salon-master__photo-container {
        position: static;
    }

    .salon-master__photo-img {
        position: absolute;
        top: 0;
        left: 0;
        z-index: -2;
        pointer-events: none;
    }

    .salon-master__photo:first-child .salon-master__photo-img {
        z-index: -1;
    }

    .salon-master__photo-info {
        pointer-events: none;
        z-index: -2;
        font-size: 16px;
    }

    .salon-master__photo-info::after {
        display: none;
    }

    .salon-master__photo:hover .salon-master__photo-img,
    .salon-master__photo:hover .salon-master__photo-info {
        z-index: 2;
    }

    .salon-master__photo::after {
        content: '';
        flex: 1 0 auto;
        position: relative;
        display: block;
        height: 4px;
        background: #fff;
        z-index: 10;
        opacity: 0;
        transition: 150ms ease;
    }

    .salon-master__photo:only-child::after {
        display: none;
    }

    .salon-master:hover .salon-master__photo::after {
        opacity: 0.6;
    }

    .salon-master__photos:not(:hover) .salon-master__photo:first-child::after,
    .salon-master__photo:hover::after {
        background: #f53277;
    }

    .salon-master:hover .salon-master__photos:not(:hover) .salon-master__photo:first-child::after,
    .salon-master:hover .salon-master__photo:hover::after {
        opacity: 1;
    }
}

.salon-promo {
    display: block;
    text-decoration: none;
    margin: 10px 0 20px;
    padding: 10px 15px;
    border: 2px solid #eee;
}
.salon-promo__image {
    margin: 5px 0;
    padding: 0 0 100%;
    position: relative;
}
.salon-promo__image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.salon-promo__placeholder {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #eee url('/themes/newd2/agency_block/images/camera.svg') center center / 30% auto no-repeat;
}
.salon-promo__info {
    padding: 5px 0;
}
.salon-promo__title {
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
    padding: 5px 0 12px;
    color: #3e3b7c;
}
.salon-promo__description.expandable-text__content {
    max-height: 104px; /* 26px * 4 */
}
.salon-promo__description p {
    padding: 0 0 15px;
}
.salon-promo__expiration {
    background: #eee;
    padding: 5px 20px;
    display: inline-block;
}
.salon-promo__address {
    margin: 10px 0 0;
    padding: 0 0 0 30px;
    font-weight: 500;
    color: #3e3b7c;
    background: url('/themes/newd2/agency_block/images/address.svg') 0 0 / 24px auto no-repeat;
}
.salon-promo__address a {
    color: inherit;
}

.salon-promo__phone {
    margin: 10px -3px 0;
    display: flex;
}
.salon-promo__phone .master__contact-button__wide {
    flex: 0 0 auto;
}

.salon-promo-rest {
    height: 200px;
    margin-bottom: 20px;
}

@media screen and (min-width: 468px) {
    .salon-promo-rest {
        height: 150px;
    }
}

.salon-promo-rest.testimonials-rest--active {
    height: auto;
    margin-bottom: 0;
}

.favorite-control {
    cursor: pointer;
    outline: 0;
    border: 0;
    padding: 0;
    margin: 0;
    font-family: inherit;
    background: transparent;
}
.favorite-control::before,
.favorite-control::after {
    content: '';
    width: 24px;
    height: 24px;
    background-position: center;
    background-size: 100% auto;
    background-repeat: no-repeat;
    transition: 300ms ease opacity;
}
.favorite-control::before {
    background-image: url('/themes/newd2/agency_block/images/favorite-control.svg');
}
.favorite-control::after {
    background-image: url('/themes/newd2/agency_block/images/favorite-control--active.svg');
}
.favorite-control--add::after {
    opacity: 0;
}
.favorite-control--remove::after {
    opacity: 1;
}

.favorite-control--circle {
    position: absolute;
    right: 5px;
    bottom: 5px;
    text-indent: -9999px;
    display: block;
    width: 48px;
    height: 48px;
    background: #fff;
    border-radius: 100%;
    transition: 300ms ease transform;
}
.favorite-control--circle::before,
.favorite-control--circle::after {
    position: absolute;
    top: 12px;
    left: 12px;
}

.favorite-control--text {
    position: relative;
    height: 24px;
    padding-left: 34px;
    text-align: left;
    line-height: 18px;
    font-size: 16px;
    text-decoration: underline;
    color: #000;
}
.favorite-control--text::before,
.favorite-control--text::after {
    position: absolute;
    left: 0;
    top: 0;
}
