

/* Start:/local/templates/new/components/bitrix/salon.detail/.default/style.css?175068019381725*/
html {
    scroll-behavior: smooth;
}

:root {
    --gray-light: rgba(26, 24, 31, 0.1);
    --gray-text: rgba(26, 24, 31, 0.5);
    --black: #000000;
    --red: #D00025;
}

body {
    background: #ffffff !important;
    line-height: initial !important;
}

header {
    position: fixed;
    z-index: 21;
}

a {
    transition: none !important;
}

.content {
    margin-top: 72px;
}

.salon-block {
    margin-top: 25px !important;
}

.nav-block {
    width: 1200px;
    margin: -72px 0;
    position: fixed;
    z-index: 21;
    background: #fff;
    display: flex;
    left: 50%;
    transform: translate(-50%);
}

.nav-block .nav-item {
    width: 160px;
    display: block;
    border: 1px solid #D7D9DA;
}

.nav-block .nav-item:first-child {
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
}

.nav-block .nav-item:last-child {
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
}

.nav-block .nav-item.active {
    border: 2px solid #D00025;
}

.nav-block .nav-item.active a {
    color: #D00025;
}

.nav-block .nav-item a {
    display: block;
    text-align: center;
    color: rgba(26, 24, 31, 0.5);
    font-weight: 600;
    font-size: 15px;
    text-decoration: none;
    padding: 14px 0;
}

.nav-block .nav-item a span {
    color: #FFFFFF;
    font-weight: 600;
    font-size: 12px;
    width: 22px;
    height: 22px;
    display: inline-block;
    background: rgba(157, 157, 157, 0.5);
    border-radius: 50%;
    line-height: 2;
}


.nav-item.favorite a .fav-counter {
    color: #FFFFFF;
    background: red;
    top: 13px;
    right: 15px;
}


.salon-info-block {
    display: flex;
    justify-content: space-between;
    margin-bottom: 45px;
    position: relative;
}

.salon-info-block .photo-block {
    width: 585px;
    height: 542px;
    position: relative;
}

.salon-info-block .photo-block .img-slide {
    position: relative;
}

.salon-info-block .photo-block .img-slide div {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: inline;
    width: 100%;
    height: 100%;
}

.slick-slide img {
    width: 100%;
}

.photo-block .slick-prev {
    left: 15px;
    top: 45%;
}

.photo-block .slick-next {
    right: 15px;
    top: 46%;
}

.slick-list, .slick-track {
    height: 100%;
}

.slick-slider .slick-list {
    border-radius: 5px;
}

.salon-info-block .photo-text {
    position: absolute;
    font-weight: 600;
    font-size: 15px;
    line-height: 20px;
    color: #FFFFFF;
    left: 41px;
    top: 32px;
    z-index: 1;
}

.salon-info-block .photo-count {
    position: absolute;
    font-weight: 600;
    font-size: 15px;
    line-height: 20px;
    color: #FFFFFF;
    left: 41px;
    bottom: 36px;
    z-index: 1;
}

.salon-info-block .photo-block:before {
    position: absolute;
    content: url(/local/templates/new/images/loupe.svg);
    right: 36px;
    bottom: 34px;
    z-index: 1;
}

.masters-block {
    margin-bottom: 64px;
}

.masters-block .masters-count {
    font-weight: 600;
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 26px;
}

.masters-block .masters-count a {
    color: #D00025
}

.masters-block .masters-item-block {
    display: flex;
}

.masters-block .masters-item-block .master-item {
    width: 278px;
    height: 406px;
    border-radius: 5px;
    display: block;
    cursor: pointer;
    position: relative;
}

.masters-block .masters-item-block .master-item:last-child {
    margin-right: 0;
}

.masters-block .masters-item-block .master-item > img {
    object-fit: cover;
    height: 100%;
    width: 100%;
    border-radius: 5px;
}

.masters-block .masters-item-block .master-item .link {
    display: none;
}

.masters-block .masters-item-block .master-item:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 6px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 27.38%, rgba(0, 0, 0, 0) 61.98%, rgba(0, 0, 0, 0.2) 70.83%, rgba(0, 0, 0, 0.86) 100%);
}

.masters-block .masters-item-block .master-item.last:before {
    background: rgba(26, 24, 31, 0.8);
    z-index: 10;
}

.masters-block .masters-item-block .master-item .more-block {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 50px;
    line-height: 8;
    text-align: center;
    color: #FFFFFF;
    font-weight: 700;
    z-index: 11;
    transform: translate(-50%, -50%);
}

.masters-block .masters-item-block .master-item .real-photo-favorite {
    position: absolute;
    width: 100%;
    z-index: 10;
    display: flex;
    justify-content: space-between;
}

.masters-block .masters-item-block .master-item .real-photo-favorite .real-photo {
    background: #D00025;
    border-radius: 5px;
    padding: 6px 9px 6px 25px;
    top: 17px;
    left: 16px;
    position: absolute;
    line-height: 10px;
}

.masters-block .masters-item-block .master-item .real-photo-favorite .real-photo span {
    font-weight: 500;
    font-size: 12px;
    color: #FFFFFF;
}

.masters-block .masters-item-block .master-item .real-photo-favorite .real-photo span:before {
    content: url(/local/templates/new/images/real_photo.svg?v=1);
    position: absolute;
    left: 8px;
    top: 7px;
}

.masters-block .masters-item-block .master-item .real-photo-favorite .fake-photo {
    background: rgba(89, 89, 89, 0.5);
    border-radius: 5px;
    padding: 6px 10px 6px 28px;
    top: 17px;
    left: 16px;
    position: absolute;
}

.masters-block .masters-item-block .master-item .real-photo-favorite .fake-photo span {
    font-weight: 600;
    font-size: 12px;
    line-height: 10px;
    color: #FFFFFF;
}

.masters-block .masters-item-block .master-item .real-photo-favorite .fake-photo span::before {
    content: url(/local/templates/new/images/fake_photo.svg);
    position: absolute;
    top: 50%;
    left: 8px;
    transform: translate(0, -50%);
}

.masters-block .masters-item-block .master-item .real-photo-favorite .favorite {
    background: url(/local/templates/new/images/favorite_btn.svg);
    display: inline-block;
    width: 24px;
    height: 21px;
    background-size: 100%;
    right: 16px;
    top: 17px;
    position: absolute;
    z-index: 15;
}

.masters-block .masters-item-block .master-item .real-photo-favorite .favorite.active {
    background: url(/local/templates/new/images/favorite_btn_active.svg);
}

.masters-block .masters-item-block .master-item .parameters-block {
    position: absolute;
    width: 100%;
    z-index: 10;
    bottom: 17px;
    left: 6px;
}

.masters-block .masters-item-block .master-item .parameters-block.up {
    bottom: 57px;
}

.masters-block .masters-item-block .master-item .parameters-block .master-name {
    font-weight: bold;
    font-size: 15px;
    line-height: 21px;
    margin: 0 0 0 10px;
    color: #ffffff;
}

.masters-block .masters-item-block .master-item .parameters-block .master-parameters {
    line-height: 0;
    /*display: flex;*/
    /*flex-wrap: wrap;*/
    /*width: 90%;*/
}

.masters-block .masters-item-block .master-item .parameters-block .master-parameters .master-parameter {
    background: rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    padding: 5px 6px;
    margin-left: 10px;
    margin-top: 6px;
    display: inline-block;
    line-height: 12px;
}

.masters-block .masters-item-block .master-item .parameters-block .master-parameters .master-parameter.interview {
    background: #FFFFFF;
}

.masters-block .masters-item-block .master-item .parameters-block .master-parameters .master-parameter span {
    font-weight: 600;
    font-size: 10px;
    color: #FFFFFF;
    opacity: 0.7;
    display: block;
}

.masters-block .masters-item-block .master-item .parameters-block .master-parameters .master-parameter span.interview {
    opacity: 1;
    margin-left: 14px;
    color: #D00025;
}

.masters-block .masters-item-block .master-item .parameters-block .master-parameters .master-parameter span:before {
    display: inline-block;
    margin-right: 4px;
}

.masters-block .masters-item-block .master-item .parameters-block .master-parameters .master-parameter span.weight:before {
    content: url(/local/templates/new/images/mini_weight.svg);
}

.masters-block .masters-item-block .master-item .parameters-block .master-parameters .master-parameter span.rise:before {
    content: url(/local/templates/new/images/mini_rise.svg);
}

.masters-block .masters-item-block .master-item .parameters-block .master-parameters .master-parameter span.age:before {
    content: url(/local/templates/new/images/mini_age.svg);
}

.masters-block .masters-item-block .master-item .parameters-block .master-parameters .master-parameter span.chest:before {
    content: url(/local/templates/new/images/mini_chest.svg);
}

.masters-block .masters-item-block .master-item .parameters-block .master-parameters .master-parameter span.interview:before {
    content: url(/local/templates/new/images/mini_interview.svg?v=1);
    position: absolute;
    left: 16px;
}

.work-time-block {
    width: 100%;
    background: #F4F7F7;
    border-radius: 0 0 5px 5px;
    position: absolute;
    bottom: 0;
    z-index: 10;
}

.work-time-block .work-status {
    padding: 15px 28px 15px;
    font-weight: 600;
    font-size: 12px;
    line-height: 10px;
    color: #1A181F;
    position: relative;
}

.work-time-block .work-status:before {
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #00D02E;
    position: absolute;
    left: 13px;
    top: 17px;
}

.work-time-block .work-status.weekend:before {
    background: #D00025;
}

.work-time-block .work-days {
    display: none;
    padding: 0 14px 16px;
    height: 86px;
}

.work-time-block .work-days .days-cont {
    display: flex;
}

.work-time-block .work-days .work-day {
    background: #FFFFFF;
    border-radius: 5px;
    text-align: center;
    margin-right: 9px;
    position: relative;
}

.work-time-block .work-days .work-day:last-child {
    margin-right: 0;
}

.work-time-block .work-days .work-day .date {
    padding-top: 9px;
    font-weight: bold;
    font-size: 9px;
    line-height: 11px;
    letter-spacing: 0.05em;
    color: #A3A3A3;
}

.work-time-block .work-days .work-day .day {
    margin: 5px 13px 0;
    height: 31px;
    width: 31px;
    color: #000000;
    line-height: 2;
    font-weight: 500;
}

.work-time-block .work-days .work-day .day.current {
    background: #000000;
    color: #ffffff;
    border-radius: 50%;
}

.work-time-block .work-days .work-day .time {
    margin-top: 9px;
    font-weight: bold;
    font-size: 9px;
    line-height: 11px;
    letter-spacing: 0.05em;
    /*text-transform: uppercase;*/
    color: #A3A3A3;
    display: flex;
    justify-content: space-around;
}

.work-time-block .work-days .work-day:after, .work-time-block .work-days .work-day:before {
    content: '';
    display: block;
    height: 4px;
    border-radius: 5px;
    background: #00D02E;
    bottom: 0;
    position: absolute;
}

.work-time-block .work-days .work-day.weekend:after {
    background: #D00025;
    width: 100% !important;
    left: 0 !important;
}

a[data-fancybox="gallery"] {
    position: relative;
    height: 100%;
    width: 100%;
    display: block;
}

a[data-fancybox="gallery"]:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 5px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 27.38%, rgba(0, 0, 0, 0) 61.98%, rgba(0, 0, 0, 0.2) 70.83%, rgba(0, 0, 0, 0.86) 100%);
}

a.empty[data-fancybox="gallery"]:after {
    display: none;
}

h2, .description-block h2, .protect-block h2, .for-block h2 {
    font-weight: bold;
    font-size: 25px;
    line-height: 34px;
    color: #1A181F;
    margin-bottom: 13px;
}

.description-block, .protect-block {
    margin-bottom: 46px;
}

.for-block {
    margin-bottom: 67px;
}

.description-block p, .protect-block p {
    font-weight: 600;
    font-size: 16px;
    line-height: 25px;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.protect-block .protect-items .protect-item, .for-block .for-items .for-item {
    display: inline-block;
    padding: 14px 25px;
    background: #F4F7F7;
    border-radius: 85px;
    margin-right: 15px;
    font-weight: bold;
    font-size: 15px;
    line-height: 20px;
    color: #1A181F;
}

.map {
    width: 1200px;
    height: 310px;
    position: relative;
    margin-bottom: 75px;
    background: url(/local/templates/new/images/map_overlay.png);
    border-radius: 5px;
}

.location-map.map {
    height: 150px;
    background: url(/local/templates/new/images/map_overlay_reportage.png);
    margin-bottom: 50px;
}

.map .show-salon-map {
    display: block;
    position: absolute;
    padding: 18px 30px;
    background: #FFFFFF;
    border-radius: 5px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
}

.salon-programs-block, .salon-comments-block {
    margin-bottom: 83px !important;
}

.salon-comments-block .no-comments {
    font-size: 16px;
}

.salon-programs-block h2, .salon-comments-block .comments-title, .salon-stocks-block .head-block h2, .other-block h2,
.salon-vacancies-block h2, .reportage h2, .salon-promo-section-block h2 {
    font-size: 50px;
    font-weight: bold;
    line-height: 59px;
    color: #1A181F;
    margin-top: 0;
    margin-bottom: 52px;
}

.salon-vacancies-block .vacancy-item .name h2, .salon-vacancies-block .vacancy-item .phone {
    font-weight: bold;
    font-size: 25px;
    line-height: 34px;
    color: #1A181F;
    display: inline-block;
    margin-bottom: 40px;
}

.salon-vacancies-block .vacancy-item .phone {
    float: right;
}

.salon-programs-block .head-block {
    padding: 48px 0 32px;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #000000;
}

.salon-programs-block .body-block .program-item {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #EEEEEE;
    padding: 25px 0;
}

.salon-programs-block .body-block .program-item .ext-col {
    width: 27.48%;
    display: flex;
}

.salon-programs-block .head-block div, .salon-programs-block .body-block .name,
.salon-programs-block .body-block .masters, .salon-programs-block .body-block .time,
.salon-programs-block .body-block .price {
    font-weight: bold;
    font-size: 15px;
    color: #1A181F;
}

.salon-programs-block .head-block .name, .salon-programs-block .body-block .name {
    width: 17.02%;
}

.salon-programs-block .head-block .description, .salon-programs-block .body-block .description {
    width: 55.5%;
}

.salon-programs-block .head-block .masters, .salon-programs-block .head-block .time,
.salon-programs-block .head-block .price {
    width: 9.16%;
    text-align: center;
}

.salon-programs-block .body-block .masters, .salon-programs-block .body-block .time,
.salon-programs-block .body-block .price {
    width: 33.33%;
    text-align: center;
}

.salon-programs-block .head-block .price, .salon-programs-block .body-block .price {
    text-align: right;
}

.salon-programs-block .body-block .description {
    font-weight: 600;
    font-size: 15px;
    line-height: 25px;
    color: rgba(26, 24, 31, 0.5);
}

.salon-programs-block .body-block p:first-child {
    margin-top: 0;
}

.salon-programs-block .body-block .btn-block {
    margin-top: 50px;
}

.salon-programs-block .body-block .btn-block .load-programs, .salon-comments-block .btn-block .load-comments {
    margin: auto;
}

.salon-comments-block .head-block, .salon-comments-block .comment-item .name-date,
.salon-stocks-block .head-block {
    display: flex;
    justify-content: space-between;
}

.salon-comments-block .head-block .comments-title, .salon-stocks-block .head-block h2 {
    margin: 0;
}

.salon-comments-block .head-block a {
    display: inline-block !important;
    margin-left: 30px;
}

.salon-comments-block .body-block {
    display: block;
    column-count: 2;
    column-gap: 1.5em;
    margin-top: 52px;
}

.salon-comments-block .comment-item {
    border: 1px solid #EEEEEE;
    border-radius: 5px;
    margin-bottom: 30px;
    padding: 35px 48px;
    width: 488px;
    display: inline-block;
}

.salon-comments-block.comment-item .name-date {
    font-weight: bold;
    color: #1A181F;
}

.salon-comments-block .comment-item .name {
    font-weight: bold;
    font-size: 25px;
    line-height: 34px;
    margin-bottom: 18px;
}

.salon-comments-block .comment-item .date {
    font-weight: bold;
    font-size: 15px;
    line-height: 20px;
}

.salon-comments-block .comment-item .rating span {
    background: url(/local/templates/new/images/rating_star.svg);
    background-size: cover;
    width: 21px;
    height: 21px;
    display: inline-block;
    margin: 18px 6px 0 0;
}

.salon-comments-block .comment-item .comment, .salon-comments-block .comment-item .answer {
    font-weight: 600;
    font-size: 15px;
    line-height: 25px;
    color: rgba(26, 24, 31, 0.5);
}

.salon-comments-block .comment-item .answer {
    border-top: 1px solid #EEEEEE;
    padding-top: 20px;
    margin-top: 20px;
}

.salon-comments-block .comment-item .answer .head {
    color: #1A181F;
    margin-bottom: 11px;
}

.salon-comments-block .comment-item .answer .head span {
    color: #D0D0D0
}

.salon-comments-block .comment-item .answer .head span:before {
    content: url(/local/templates/new/images/answer_arrow.svg);
    margin: 0 6px 0 2px;
}

.salon-comments-block .comment-item .answer .head,
.salon-comments-block .comment-item .answer .head span {
    font-weight: bold;
    font-size: 15px;
    line-height: 20px;
}

.salon-comments-block .btn-block {
    margin-top: 50px;
}

.salon-stocks-block .head-block {
    margin-bottom: 52px;
}

.salon-stocks-block .head-block a {
    width: 48px;
    height: 48px;
    display: inline-block;
    margin-left: 15px;
    background: #F4F7F7;
    border-radius: 50%;
    position: relative;
}

.salon-stocks-block .head-block a:before {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.salon-stocks-block .head-block a.prev:before {
    content: url(/local/templates/new/images/arrow_left.svg);
}

.salon-stocks-block .head-block a.next:before {
    content: url(/local/templates/new/images/arrow_right.svg);
}

.salon-stocks-block .body-block {
    display: flex;
    justify-content: space-between;
}

.salon-stocks-block .body-block .stock-item {
    display: block;
    position: relative;
    width: 585px;
    height: 320px;
    border-radius: 5px;
    margin-right: 30px;
}

.salon-stocks-block .body-block .stock-item:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 5px;
    background: linear-gradient(180deg, #1A181F 0%, rgba(26, 24, 31, 0.52) 100%);
    z-index: -1;
}

.salon-stocks-block .body-block .stock-item img {
    position: absolute;
    border-radius: 5px;
    z-index: -2;
}

.salon-stocks-block .body-block .stock-item .name {
    font-weight: bold;
    font-size: 25px;
    line-height: 34px;
    color: #FFFFFF;
    padding-top: 53px;
    padding-left: 43px;
    margin-bottom: 28px;
}

.salon-stocks-block .body-block .stock-item .date {
    padding: 14px 25px;
    background: #F4F7F7;
    border-radius: 85px;
    font-weight: bold;
    font-size: 15px;
    line-height: 20px;
    color: #1A181F;
    width: max-content;
    margin-left: 43px;
    margin-bottom: 28px;
}

.salon-stocks-block .body-block .stock-item .text {
    font-weight: 600;
    font-size: 15px;
    line-height: 25px;
    color: rgba(255, 255, 255, 0.5);
    margin: 0 43px;
}

.salon-stocks-block .body-block .stock-item .stock-read-more {
    color: #ffffff;
}

.salon-stocks-block button {
    display: none;
}

.salon-vacancies-block .body-block .btn-block {
    margin-top: 25px;
}

.salon-vacancies-block .vacancy-item {
    border: 1px solid #EEEEEE;
    border-radius: 5px;
    margin-bottom: 25px;
    padding: 41px 45px;
}

.salon-vacancies-block .vacancy-item .requirements {
    display: flex;
    flex-wrap: wrap;
}

.salon-vacancies-block .vacancy-item .requirements .requirement {
    background: #F4F7F7;
    border-radius: 85px;
    padding: 14px 25px;
    font-weight: bold;
    font-size: 14px;
    line-height: 20px;
    color: #1A181F;
    margin-right: 10px;
    margin-bottom: 40px;
}

.salon-vacancies-block .vacancy-item .requirements .requirement:last-child {
    margin-right: 0;
}

.salon-vacancies-block .vacancy-item .text {
    font-weight: 600;
    font-size: 15px;
    line-height: 25px;
    color: rgba(26, 24, 31, 0.5);
}

.salon-vacancies-block .load-vacancy {
    margin: auto;
}

.required {
    color: #ff0000;
    padding: 0 3px;
}

#access-form .close-modal {
    width: 14px;
    height: 14px;
    top: 20px;
    right: 20px;
    content: '';
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18' fill='none'%3E%3Cpath d='M1 1L9 9M9 9L1 17M9 9L17 17M9 9L17 1' stroke='%23A2A2A2' stroke-opacity='0.8' stroke-width='2'/%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
}

#access-form .close-modal:after, #access-form .close-modal:before {
    content: none;
}

#access-form {
    width: 500px;
    background: #FFFFFF;
    border-radius: 20px;
    padding: 47px 60px 60px 60px;
    position: relative;
}

#access-form, #access-form * {
    box-sizing: border-box;
}

#access-form div {
    margin-bottom: 27px;
}

#access-form .form-name {
    font-weight: 700;
    font-size: 24px;
    line-height: 150%;
    color: #000000;
    margin-bottom: 24px;
}

#access-form label {
    font-weight: 600;
    font-size: 15px;
    line-height: 20px;
    color: #1A181F;
    margin-bottom: 16px;
    display: block;
}

#access-form select, #access-form input[type="text"] {
    width: 100%;
    background: #F4F7F7;
    border-radius: 10px;
    padding: 25px 30px;
    border: none;
    font-weight: 500;
    font-size: 15px;
    line-height: 20px;
    color: #1A181F;
}

#access-form input[type="text"] {
    padding: 25px 20px;
}

#access-form input[type="text"]:focus {
    border: none;
}

#access-form .send-request {
    padding: 18px 30px;
    background: #D00025;
    border-radius: 10px;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    color: #FFFFFF;
    border: none;
    cursor: pointer;
    display: inline-block;
    transition: all .2s;
}

#access-form .send-request:hover {
    border: 1px solid #D00025;
    color: #D00025;
    background: transparent;
}

#access-form select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: relative;
    cursor: pointer;
}

#access-form select {
    font: inherit;
    letter-spacing: inherit;
    word-spacing: inherit;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
}

#access-form select:not([multiple]) {
    background-repeat: no-repeat;
    background-position: calc(100% - 30px) center;
    background-size: 9px 6px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9' height='6' viewBox='0 0 9 6' fill='none'%3E%3Cpath d='M1 1L4.5 4.5L8 1' stroke='%231A181F' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
}

#send-report-form, #send-tips-form, #modal-stock-cont {
    border: 1px solid #EEEEEE;
    border-radius: 5px;
    padding: 35px 48px;
    background: #ffffff;
    width: 450px;
    position: relative;
}

#send-report-form, #send-tips-form .form-name, #modal-stock-cont .form-name {
    font-size: 20px;
    font-weight: 600;
}

#send-report-form label, #send-tips-form label {
    display: block;
    font-weight: 600;
    font-size: 15px;
    line-height: 25px;
    color: rgba(26, 24, 31, 0.5);
}
.tips-form-input input, .tips-form-input select {
    color: #777;
    border: 1px solid #c5c5c5;
    border-radius: 5px;
    font-size: 18px;
    padding: 15px;
}

.submit-btn {

}

#send-report-form textarea {
    width: 100%;
    resize: none;
    height: 80px;
    border: 1px solid #c5c5c5;
    border-radius: 5px;
    font-size: 18px;
}

#send-report-form, #send-tips-form textarea,
#send-report-form, #send-tips-form input[type="text"] {
    border: 1px solid #c5c5c5;
    border-radius: 5px;
    font-size: 18px;
}

#send-report-form *:focus, #send-tips-form *:focus, #access-form *:focus {
    outline: none;
}

#send-report-form div, #send-tips-form div, #modal-stock-cont div {
    margin-bottom: 15px;
}

#send-tips-form div {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

#send-report-form .send-report, #send-tips-form .send-report {
    padding: 10px 21px;
    background: #F4F7F7;
    border-radius: 5px;
    font-weight: bold;
    font-size: 14px;
    color: #1A181F;
    border: none;
    cursor: pointer;
    margin-top: 15px;
    display: block;
    width: max-content;
}

#send-tips-form .review-btns {
    align-items: normal;
}

.tips-form-input .rqd {
    color: red;
}

@media (max-width: 786px) {

    #send-tips-form {
        width: 276px;
        padding: 18px;
    }
    #send-tips-form .close-modal:before, #send-tips-form .close-modal:after {
        width: 20px;
        height: 2px;
    }
    #send-tips-form .close-modal {
        top: 14px;
        right: 14px;
    }
    #send-tips-form .form-name {
        font-size: 20px;
    }
    #send-tips-form .tips-form-input .name {
        font-size: 15px;
    }
    .tips-form-input input, .tips-form-input select, #send-tips-form textarea {
        font-size: 15px !important;
    }
}

.other-block, .salon-vacancies-block, .salon-stocks-block {
    margin-bottom: 95px !important;
}

.other-block .view-all-salons, .salon-vacancies-block .load-vacancy, .salon-comments-block .head-block a,
.salon-programs-block .body-block .btn-block .load-programs, .salon-comments-block .btn-block .load-comments,
.access-block .btns-block a, .reportage a.read-more {
    display: block;
    padding: 18px 24px;
    font-weight: bold;
    font-size: 15px;
    line-height: 20px;
    color: #1A181F;
    background: #F4F7F7;
    border-radius: 5px;
    width: max-content;
    height: max-content;
    text-decoration: none;
}

.other-block .view-all-salons {
    float: right;
}

.other-block .view-all-salons, .other-block .name {
    display: inline-block;
}

.other-block .body-block {
    display: flex;
}

.other-block .body-block .salon-item {
    margin-right: 30px;
}

.other-block .body-block .salon-item:last-child {
    margin-left: 0;
}

.other-block .body-block .salon-item img {
    border-radius: 5px;
}

.other-block .body-block .salon-item .salon-name {
    margin-top: 25px;
    text-align: center;
}

.other-block .body-block .salon-item .salon-name a {
    font-weight: bold;
    font-size: 15px;
    line-height: 20px;
    text-decoration: none;
    color: #1A181F;
}

.access-block .body-block {
    padding: 43px 41px;
    border: 1px solid #EEEEEE;
    border-radius: 5px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 99px;
}

.access-block .text {
    font-weight: bold;
    font-size: 25px;
    color: #1A181F
}

.access-block .btns-block a {
    display: inline-block !important;
    margin-left: 30px;
}

.program-item .masters p:after {
    display: none;
}

.error-text {
    display: none;
    color: #ff0000;
    font-size: 13px;
}

.nav-item.favorite a.favorite:before {
    content: '';
    background: url(/local/templates/new/images/favorite.svg) no-repeat;
    width: 24px;
    height: 21px;
    background-size: contain;
    display: block;
}

.nav-item.tips a.tips:before {
    content: '';
    background: url(/local/templates/new/icons/rub.svg) no-repeat;
    width: 24px;
    height: 21px;
    background-size: contain;
    display: block;
}

.nav-block .nav-item.favorite {
    width: initial;
}

.nav-block .nav-item.tips {
    width: initial;
}

.nav-item.favorite a.favorite {
    padding: 17px 20px;
    position: relative;
}

.nav-item.tips a.tips {
    padding: 17px 20px;
    position: relative;
}
@media (max-width: 768px) {
    .nav-item.tips a.tips {
        padding: 0;
    }
}

.booking-cont {
    border: 2px solid #D00025;
    color: #D00025;
    background: #ffffff;
    border-radius: 5px;
    font-weight: 600;
    font-size: 12px;
    line-height: 10px;
    text-decoration: none;
    margin-top: 15px;
    margin-right: 48px;
    text-align: center;
}

.booking-cont a {
    width: 100%;
    display: block;
    padding: 8px;
    cursor: pointer;
}

.add-photo-cont {
    position: absolute;
    right: 54.5%;
    top: 34px;
    z-index: 1;
}

.add-photo-cont .add-photo-btn {
    font-weight: 600;
    font-size: 15px;
    line-height: 20px;
    color: #FFFFFF;
    cursor: pointer;
}

.add-photo-cont .add-photo-btn.black {
    color: #1A181F;
}

.reportage .reportage-section {
    display: flex;
    padding-bottom: 50px;
    padding-top: 50px;
    border-bottom: 1px solid #EEEEEE;
}

.reportage .reportage-section:first-child, .reportage .reportage-section.location, .reportage .reportage-section:last-child {
    border-bottom: none;
}

.reportage .reportage-section:first-child {
    padding-top: 0;
    padding-bottom: 0;
}

.reportage .reportage-section .section-name {
    width: 26%;
    font-weight: bold;
    font-size: 25px;
    line-height: 34px;
    color: #1A181F;
    display: flex;
}

.reportage .reportage-section .section-content {
    width: 74%;
}

.reportage .reportage-section .section-content img {
    width: 100%;
}

.reportage .reportage-section .section-content .reportage-slide {
    height: initial;
}

.reportage .reportage-section .section-content .text {
    font-weight: 600;
    font-size: 16px;
    line-height: 25px;
    /*color: rgba(26, 24, 31, 0.5);*/
}

.reportage .reportage-section .section-content .text p {
    color: #1A181F;
    margin-top: 30px;
}

.reportage .reportage-section .section-content .text.black {
    color: #1A181F;
}

.reportage .reportage-section .section-content .text a {
    color: #D00025;
    text-decoration: none;
}

.reportage-slider.slick-slider {
    margin-top: 62px;
    position: relative;
}

.reportage .reportage-section .section-content .reportage-slider:before {
    position: absolute;
    font-weight: 600;
    font-size: 15px;
    line-height: 20px;
    color: #FFFFFF;
    left: 41px;
    bottom: 36px;
    z-index: 1;
}

.reportage .reportage-section .section-content .reportage-slider:after {
    position: absolute;
    content: url(/local/templates/new/images/loupe.svg);
    right: 36px;
    bottom: 34px;
    z-index: 1;
}

.reportage-slider-dots .slick-dots li button:before {
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #fff;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.reportage-slider-dots {
    max-width: 150px;
    margin: -90px auto 70px auto;
    overflow: hidden;
}

.reportage-slider-dots .slick-dots {
    display: block;
    white-space: nowrap;
    position: static;
}

.reportage-slider-dots .slick-dots li {
    display: inline-block;
}

.reportage a.read-more {
    margin: 30px 0 0;
    padding: 65px 38%;
    position: relative;
    background: #fff;
    font-weight: 600;
    font-size: 25px;
    line-height: 34px;
}

.reportage a.read-more:before {
    content: url(/local/templates/new/images/show_reportage.svg?v=1);
    position: absolute;
    left: 398px;
    top: 62px;
}

.reportage .reportage-section .section-name .icon {
    width: 32px;
    height: 32px;
    background: #D00025;
    border-radius: 50%;
    margin-right: 11px;
    position: relative;
}

.reportage-section .section-name .icon:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
}

.reportage-section .section-name.location .icon:before {
    background: url(/local/templates/new/images/reportage_location.svg) no-repeat;
    top: 7px;
    left: 9px;
}

.reportage-section .section-name.meeting .icon:before {
    background: url(/local/templates/new/images/reportage_meeting.svg) no-repeat;
    top: 7px;
    left: 10px;
}

.reportage-section .section-name.infrastructure .icon:before {
    background: url(/local/templates/new/images/reportage_infrastracture.svg) no-repeat;
    top: 8px;
    left: 8px;
}

.reportage-section .section-name.choice .icon:before {
    background: url(/local/templates/new/images/reportage_choise.svg) no-repeat;
    top: 5px;
    left: 7px;
}

.reportage-section .section-name.water .icon:before {
    background: url(/local/templates/new/images/reportage_water.svg) no-repeat;
}

.reportage-section .section-name.room .icon:before {
    background: url(/local/templates/new/images/reportage_room.svg) no-repeat;
    top: 8px;
    left: 8px;
}

.reportage-section .section-name.end .icon:before {
    background: url(/local/templates/new/images/reportage_end.svg) no-repeat;
    top: 6px;
    left: 6px;
}

.breadcrumb-cont, .salon-block, .salon-comments-block, .salon-vacancies-block, .other-block, .access-block,
.reportage .head-block, .reportage .body-block, .salon-programs-block, .salon-stocks-block, .salon-faq-section,
.rooms-block, .youtube-section, .vk-section, .salon-promo-section {
    width: 1200px;
    margin: 0 auto;
}

.video-player {
    width: 1200px;
    max-height: 675px;
    margin: 0 auto 65px;
    position: relative;
}

.video-player video {
    width: 1200px;
    max-height: 675px;
    display: block;
}

.video-player a {
    position: absolute;
    display: block;
    width: 24px;
    height: 24px;
    background: #ffffff;
    border-radius: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-image: url(/local/templates/new/images/slick_arrow.png);
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center;
}

.video-player a.prev-video {
    left: 30px;
    top: 48%;
    transform: rotate(180deg);
}

.video-player a.next-video {
    right: 30px;
}

.video-player a.disable {
    opacity: .25;
}


#video-play {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    box-shadow: 0 0 0 4px #fff;
    z-index: 1;
    cursor: pointer;
    transition: 0.2s ease;
    transition-property: opacity, visibility;
}

#video-play::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 21px;
    width: 0;
    height: 0;
    border: 20px solid transparent;
    border-top-width: 12px;
    border-bottom-width: 12px;
    border-left-color: #fff;
    border-right-width: 0;
    transition: transform 0.2s ease;
}

#video-play:hover::before {
    transform: scale(1.2);
}

.video-player.video-is-playing #video-play {
    opacity: 0;
    visibility: hidden;
    display: none;
}

.ya-share2__container_size_m .ya-share2__badge .ya-share2__icon {
    width: 30px !important;
    height: 30px !important;
    background-size: 20px 20px !important;
    background-repeat: no-repeat !important;
}

.info-block {
    width: 585px;
}

.info-block .name-rating-cont .name-rating {
    display: flex;
    justify-content: space-between;
}

.info-block .name-rating-cont .name {
    font-weight: 700;
    font-size: 25px;
    line-height: 34px;
    display: flex;
    margin: 0;
}

.info-block .name-rating-cont .rating {
    font-weight: 600;
    font-size: 25px;
    line-height: 34px;
}

.info-block .name-rating-cont .rating img {
    width: 21px;
    height: 21px;
}

.info-block .last-update {
    font-size: 15px;
    margin: 10px 0;
}

.mobile-last-update {
    font-size: 14px;
}

.info-block .last-update, .mobile-last-update {
    color: rgba(26, 24, 31, 0.5);
    font-weight: 600;
}

.share-block {
    display: flex;
    padding: 0 0 20px;
    margin-left: auto;
    width: max-content;
}

.share-block .share-text {
    font-weight: 500;
    font-size: 15px;
    line-height: 20px;
    color: rgba(26, 24, 31, 0.5);
    display: block;
    margin: 6px 13px 0 0;
    order: 1;
}

.share-block .ya-share2 {
    order: 2;
}

.ya-share2__container.ya-share2__container_color-scheme_blackwhite .ya-share2__badge {
    background-color: #00000085 !important;
}

.info-block .price-pay {
    font-weight: 600;
    font-size: 15px;
    line-height: 10px;
}

.border-block {
    border-top: 1px solid #EEEEEE;
    padding: 15px 10px
}

.info-block .worktime-block, .info-block .address-block {
    position: relative;
    font-weight: 500;
    font-size: 15px;
    /*line-height: 10px;*/
    color: #1A181F;
    padding-left: 36px !important;
    line-height: 130%;
}

.info-block .worktime-block:before, .info-block .address-block:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translate(0, -50%);
}

.info-block .worktime-block:before {
    background: url(/local/templates/new/images/clock.svg) no-repeat;
    background-size: contain;
    width: 16px;
    height: 16px;
}

.info-block .address-block:before {
    background: url(/local/templates/new/images/location.svg) no-repeat;
    background-size: contain;
    width: 14px;
    height: 17px;
    top: 23px;
}

.info-block .address-block a {
    display: inline-flex;
    align-items: center;
    color: #1A181F;
    text-decoration: underline;
}

.info-block .address-block a:hover {
    color: #D00025;
}

.info-block .address-block a.go-to-map {
    color: #D00025;
    text-decoration: none;
}

.info-block .address-block a.go-to-map:hover {
    text-decoration: underline;
}

.info-block .salon-links-block {
    display: flex;
    padding: 20px 0 0;
}

.info-block .salon-links-block a {
    background: #F4F7F7;
    border-radius: 5px;
    font-weight: 700;
    font-size: 15px;
    line-height: 20px;
    color: #1A181F;
    display: block;
}

.info-block .salon-links-block .salon-site a {
    padding: 0 25px;
    height: 57px;
    line-height: 55px;
}

.info-block .salon-links-block .salon-social-block {
    display: flex;
    margin-left: auto;
}

.info-block .salon-links-block .salon-social-block a {
    width: 57px;
    height: 57px;
    position: relative;
    margin-left: 8px;
}

.info-block .salon-links-block .salon-social-block a:before {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.info-block .salon-links-block .salon-social-block a.link-vk:before {
    content: url(/local/templates/new/images/vk.svg);
}

.info-block .salon-links-block .salon-social-block a.link-fb:before {
    content: url(/local/templates/new/images/fb.svg);
}

.info-block .salon-links-block .salon-social-block a.link-insta:before {
    content: url(/local/templates/new/images/inst.svg);
}

.info-block .salon-links-block .salon-reportage a {
    color: #D00025;
    display: flex;
    padding: 17px 15px;
    margin-left: 7px;
}

.info-block .salon-links-block .salon-reportage a:before {
    content: url(/local/templates/new/images/reportage_btn.svg);
    margin-right: 12px;
}

.info-block .salon-links-block .salon-reportage a:after {
    content: "Репортаж о салоне";
    margin-top: -2px;
    border-bottom: 1px dashed rgb(208, 0, 37);
}

.info-block .options-block {
    display: flex;
    padding-top: 15px;
}

.info-block .options-block .option {
    padding: 8px;
    background: #F4F7F7;
    border-radius: 5px;
    margin-right: 8px;
    font-weight: 600;
    font-size: 12px;
    line-height: 10px;
    color: rgba(26, 24, 31, 0.5);
}

.info-block .options-block .option:last-child {
    margin-right: 0;
}

.info-block .phones-block {
    border: 1px solid #EEEEEE;
    border-radius: 5px;
    margin-top: 20px;
    padding: 30px 40px;
}

.info-block .phones-block .phones-buttons {
    display: flex;
    margin-bottom: 15px;
}

.info-block .phones-block .phones-buttons a {
    display: block;
    background: #F4F7F7;
    border-radius: 5px;
    font-weight: 600;
    font-size: 12px;
    line-height: 10px;
    color: rgba(26, 24, 31, 0.5);
    margin-right: 8px;
    padding: 10px;
    white-space: nowrap;
}

.info-block .phones-block .phones-buttons a.active {
    border: 2px solid #D00025;
    color: #D00025;
    padding: 8px;
    background: #ffffff;
}

.info-block .phones-block .phones .phone {
    display: none;
}

.info-block .phones-block .phones .phone.active {
    display: block;
}

.info-block .phones-block .phones .phone .visible-phone:before {
    content: '';
    width: 20px;
    height: 20px;
    margin-right: 5px;
    display: inline-block;
    background: url(/local/templates/new/images/detail-phone.png) no-repeat;
    background-size: contain;
}

.info-block .phones-block .phones .phone .visible-phone {
    font-weight: 600;
    font-size: 25px;
    line-height: 34px;
    color: #1A181F;
    text-decoration: none;
}

.info-block .phones-block .phones .phone #show-phone {
    font-weight: 600;
    font-size: 15px;
    line-height: 15px;
    text-decoration-line: underline;
    color: #D00025;
}

.info-block .phones-block .phones .phone .phones-text {
    font-weight: 600;
    font-size: 12px;
    line-height: 15px;
    color: #B5B5B5;
}

.info-block .phones-block .phones .phone .messengers {
    display: flex;
    margin-top: 5px;
}

.info-block .phones-block .phones .phone .messengers a {
    display: block;
    margin-right: 8px;
    width: 27px;
    height: 27px;
}

.info-block .phones-block .phones .phone .messengers .whatsapp {
    background: url(/local/templates/new/images/whatsapp.svg);
}

.info-block .phones-block .phones .phone .messengers .tele {
    background: url(/local/templates/new/images/telegram.svg);
}

.mobile-name-rating-pay-cont, .mobile-last-update {
    display: none;
}

.salon-check-status-block {
    margin-bottom: 35px;
}

.salon-check-status-block .title-block {
    font-weight: 700;
    font-size: 25px;
    line-height: 34px;
    color: #1A181F;
    margin-bottom: 5px;
}

.salon-check-status-block .sub-title-block {
    margin-bottom: 25px;
}

.salon-check-status-block .sub-title-block, .salon-check-status-block .check-item span {
    font-weight: 700;
    font-size: 15px;
    line-height: 20px;
    color: rgba(26, 24, 31, 0.6);
}

.salon-check-status-block .check-item {
    font-weight: 700;
    font-size: 19px;
    line-height: 26px;
    color: #1A181F;
    margin-bottom: 10px;
    position: relative;
    padding-left: 30px;
}

.salon-check-status-block .check-item span {
    margin-left: 15px;
}

.salon-check-status-block .check-item:before {
    content: url(/local/templates/new/images/fail_check_salon.png);
    position: absolute;
    left: 0;
    top: 3px;
}

.salon-check-status-block .check-item.success:before {
    content: url(/local/templates/new/images/success_check_salon.png);
}

.booking-btn {
    display: block;
    padding: 28px 0;
    width: 327px;
    background: #D00025;
    border-radius: 10px;
    position: fixed;
    right: 50px;
    bottom: 50px;
    text-align: center;
    font-weight: 700;
    font-size: 15px;
    line-height: 10px;
    color: #FFFFFF;
}

.salon-disable-block {
    width: 1200px;
    margin: 46px auto 40px auto;
    background: #D00025;
    border-radius: 10px;
    padding: 24px 18px 26px 65px;
    font-weight: 700;
    font-size: 15px;
    line-height: 20px;
    color: #FFFFFF;
    position: relative;
    box-sizing: border-box;
}

.salon-disable-block:after {
    position: absolute;
    content: '';
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    background: url(/local/templates/new/images/svg-warning-white.svg) no-repeat;
    background-size: contain;
}

.rooms-block {
    margin-bottom: 58px;
}

.rooms-title-btns-block {
    margin-bottom: 25px;
    display: flex;
    justify-content: space-between;
}

.rooms-title {
    font-weight: 700;
    font-size: 25px;
    line-height: 34px;
    color: #1A181F;
}

.rooms-btns {
    display: flex;
}

.rooms-prev, .rooms-next {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #F4F7F7;
    position: relative;
    cursor: pointer;
}

.rooms-prev:after, .rooms-next:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 12px;
    height: 20px;
    transform: translate(-50%, -50%);
    background: url(/local/templates/new/images/svg-slider-arrow-black.svg) no-repeat center;
    background-size: contain;
}

.rooms-prev {
    margin-right: 15px;
}

.rooms-prev:after {
    transform: translate(-50%, -50%) rotate(180deg);
}

.rooms-slider .slick-list {
    margin: 0 -15px;
}

.room-slider {
    margin: 0 !important;
    position: relative;
    overflow: hidden;
    border-radius: 5px;
}

.rooms-slider .slick-track {
    margin: 0;
}

.rooms-slide {
    padding: 0 15px;
}

.room-block {
    border-radius: 5px;
    overflow: hidden;
}

.room-slider-block {
    position: relative;
}

.room-image {
    position: relative;
    padding-top: 66.57894%;
}

.room-image a:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(186.1deg, rgba(26, 24, 31, 0) 60.76%, #1A181F 99.76%);
}

.room-image a,
.room-image a img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.room-image a img {
    object-fit: cover;
}

.room-prev, .room-next {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(6px);
    width: 31px;
    height: 31px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 20px;
    border-radius: 50%;
    cursor: pointer;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s, opacity 0.2s linear;
}

.room-next {
    left: unset;
    right: 20px;
}

.room-slider-block:hover .room-prev,
.room-slider-block:hover .room-next {
    visibility: visible;
    opacity: 1;
}

.room-prev.slick-disabled, .room-next.slick-disabled,
.room-slider-block:hover .room-prev.slick-disabled,
.room-slider-block:hover .room-next.slick-disabled {
    visibility: hidden;
    opacity: 0;
}

.room-prev:after, .room-next:after {
    position: absolute;
    content: '';
    width: 7px;
    height: 11px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: url(/local/templates/new/images/svg-slider-arrow-white.svg) no-repeat center;
    background-size: contain;
}

.room-slider-block .room-dots {
    max-width: 60px;
    overflow: hidden;
    position: absolute;
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
}

.room-slider-block .slick-dots {
    display: block;
    white-space: nowrap;
    position: static;
    transition: all .3s ease-in-out;
}

.room-slider-block .slick-dots li {
    width: auto;
    height: auto;
    opacity: 0.5;
    margin: 0 3px;
}

.room-slider-block .slick-dots li.slick-active {
    opacity: 1;
}

.room-slider-block .slick-dots li button {
    width: 6px;
    height: 6px;
    padding: 3px;
    border-radius: 50%;
    background-color: #fff;
}

.room-slider-block .slick-dots li button::before {
    display: none;
}

.room-name {
    margin-top: 15px;
    font-weight: 700;
    font-size: 15px;
    line-height: 20px;
    color: #1A181F;
}

.room-prev:after {
    transform: translate(-50%, -50%) rotate(180deg);
}


.youtube-block {
    height: 397px;
    overflow: hidden;
}

.youtube-video-block {
    width: 705px;
    margin-right: 15px;
    order: 0;
}

.youtube-video-block iframe {
    border-radius: 20px;
}

.youtube-video-items {
    width: calc(100% - 720px);
    overflow: auto;
    order: 1;
}

.youtube-video-item {
    padding: 10px 15px;
    border-radius: 10px;
    align-items: center;
    transition: all .2s;
    color: #8C8B8F;
    cursor: pointer;
    position: relative;
}

.youtube-video-item:after {
    content: '';
    width: calc(100% - 30px);
    position: absolute;
    left: 15px;
    bottom: 0;
    height: 1px;
    background-color: #F2F2F2;
}

.youtube-video-counter {
    margin-right: 15px;
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
}

.youtube-video-preview {
    flex: 0 0 106px;
    width: 106px;
    height: 59px;
    padding-right: 30px;
}

.youtube-video-preview img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    border-radius: 5px;
}

.youtube-video-name {
    font-weight: 600;
    font-size: 18px;
    line-height: 25px;
    color: #1A181F;
    margin-bottom: 2px;
}

.youtube-video-date {
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    color: #8C8B8F;
}

.youtube-video-date span.mobile {
    display: none;
}

.youtube-video-time {
    flex: 1 1 auto;
    text-align: end;
    display: none;
}

.youtube-video-item:hover,
.youtube-video-item.active {
    background: #F2F2F2;
}

.youtube-video-item:hover,
.youtube-video-item.active,
.youtube-video-item:hover .youtube-video-name,
.youtube-video-item.active .youtube-video-name {
    color: var(--red);
}

.youtube-btns {
    display: none;
}

.init-player {
    width: 100%;
    height: 100%;
    position: relative;
    cursor: pointer;
    border-radius: 20px;
    overflow: hidden;
    background-position: center;
    background-size: cover;
}

.init-player .icon {
    width: 93px;
    height: 81px;
    position: absolute;
    background: url(/local/templates/new/images/svg-youtube.svg) no-repeat;
    background-size: contain;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.vk-items {
    width: 75%;
    overflow: hidden;
}

.vk-item {
    margin-bottom: 30px;
}

.vk-group-info {
    align-items: center;
    margin-bottom: 20px;
}

.vk-group-img {
    margin-right: 20px;
}

.vk-group-img img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    object-fit: cover;
}

.vk-group-name {
    margin-bottom: 7px;
}

.vk-group-name a {
    font-weight: 600;
    font-size: 18px;
    line-height: 25px;
    color: #1A181F;
    transition: all .2s;
}

.vk-group-name a:hover {
    color: var(--red);
}

.vk-news-date-create {
    font-weight: 400;
    font-size: 14px;
    line-height: 10px;
    color: #8C8B8F;
}

.vk-news-text {
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    color: var(--black);
    margin-bottom: 23px;
}

.vk-news-img img {
    width: 68.847%;
    height: auto;
    border-radius: 20px;
}

.more-items.more-news,
.more-items.more-news-photo {
    width: 68.847%;
}

.flex {
    display: flex;
}

.block-with-bp {
    padding: 47px 0 60px 0;
    border-bottom: 1px solid var(--gray-light);
}

.vk-section-block {
    margin-bottom: 60px;
}

.section-title {
    font-weight: 400;
    font-size: 24px;
    line-height: 150%;
    color: var(--gray-text);
    margin-bottom: 31px;
}

.section-title span {
    font-weight: 700;
    color: var(--black);
}

.more-items {
    cursor: pointer;
    background: #F2F2F2;
    border-radius: 5px;
    padding: 18px 0;
    text-align: center;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    color: var(--black);
}

.accordeon-item {
    padding: 27px 0 31px 0;
    border-bottom: 1px solid var(--gray-light);
}

.accordeon-item:first-child {
    padding: 7px 0 31px 0;
}

.accordeon-item:last-child {
    border: none;
}

.accordeon-title {
    cursor: pointer;
    font-weight: 400;
    font-size: 24px;
    line-height: 150%;
    color: var(--black);
    position: relative;
}

.accordeon-title.active {
    color: var(--red);
}

.accordeon-title:before,
.accordeon-title:after {
    content: '';
    position: absolute;
    width: 30px;
    height: 1px;
    background: var(--black);
    top: 50%;
    right: 0;
    transition: all .2s;
}

.accordeon-title:before {
    transform: rotate(0);
}

.accordeon-title:after {
    transform: rotate(-90deg);
}

.accordeon-title.active:before,
.accordeon-title.active:after {
    background: var(--red);
}

.accordeon-title.active:before {
    transform: rotate(45deg);
}

.accordeon-title.active:after {
    transform: rotate(-45deg);
}

.accordeon-body {
    display: none;
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    color: var(--black);
    margin-top: 12px;
}

.est-voice-review {
    display: flex;
    padding: 19px;
    border-radius: 5px;
    border: 1px solid #EEE;
    margin-bottom: 25px;
}

.est-voice-review .est-voice-review-btn {
    width: 56px;
    height: 56px;
    display: block;
    background: #D00025;
    border-radius: 50%;
    position: relative;
}

.est-voice-review .est-voice-review-btn:before {
    content: '';
    width: 19px;
    height: 19px;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.est-voice-review .est-voice-review-btn.play:before {
    background: url(/local/templates/new/images/voice-review-play.png) no-repeat;
    background-size: contain;
}

.est-voice-review .est-voice-review-btn.pause:before {
    background: url(/local/templates/new/images/voice-review-pause.png) no-repeat;
    background-size: contain;
}

.est-voice-review  .duration-progress {
    margin: 10px 0 10px 20px;
    width: calc(100% - 75px);
}

.est-voice-review .duration-progress .duration {
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 17px;
    display: flex;
    justify-content: space-between;
}

.est-voice-review .duration-progress .duration a {
    color: #D00025;
    display: none;
}

.est-voice-review .duration-progress .progress .line {
    height: 3px;
    width: 100%;
    border-radius: 7px;
    background: rgba(208, 0, 37, 0.1);
    margin-top: 10px;
    position: relative;
}

.est-voice-review .duration-progress .progress .line:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 3px;
    width: 0;
    border-radius: 7px;
    background: #D00025;
}

.est-voice-review .duration-progress .progress .circle {
    position: absolute;
    width: 10px;
    height: 10px;
    background: #D00025;
    border-radius: 50%;
    top: -3px;
    left: 0;
}

@media (max-width: 767px) {
    .get-idea-btn.m {
        top: 125px !important;
    }

    .nav-block, .breadcrumb-cont, .salon-block, .salon-comments-block, .salon-vacancies-block, .other-block, .access-block,
    .reportage .head-block, .reportage .body-block, .salon-programs-block, .salon-stocks-block, .salon-faq-section, .rooms-block,
    .youtube-section, .vk-section, .salon-promo-section {
        width: initial;
    }

    .booking-cont {
        margin-right: 0;
    }

    .add-photo-cont {
        left: 0;
        top: 265px;
    }

    .add-photo-cont .add-photo-btn {
        color: #1A181F;
        display: block;
    }

    .nav-item.favorite a.favorite {
        display: none;
    }

    .content {
        margin-top: 135px;
    }

    .salon-info-block {
        margin-bottom: 26px;
    }

    .map {
        width: 100vw;
        margin-left: -15px;
        border-radius: 0;
    }

    .salon-cont, .salon-info-block .photo-block, .salon-info-block .info-block {
        width: 100%;
        height: initial;
    }

    .salon-info-block .photo-block.bottom-btn {
        margin-bottom: 50px;
    }

    .salon-info-block {
        display: block;
    }

    .nav-block {
        margin: -25px 0;
        border: none;
        border-bottom: 1px solid #D7D9DA;
        padding: 22px 0 0 0;
        border-radius: 0;
        z-index: 11;
    }

    .nav-block, .masters-block .masters-item-block, .other-block .body-block, .salon-info-block .photo-block {
        overflow-y: hidden;
        display: flex;
        width: 100%;
    }

    .nav-block .nav-item {
        width: max-content;
        border: none;
        margin-right: 14px;
        padding-bottom: 12px;
        border-radius: 0 !important;
    }

    .nav-block .nav-item.active {
        border: none;
        border-bottom: 2px solid #D00025;
    }

    .nav-block .nav-item:first-child {
        margin-left: 15px;
    }

    .nav-block .nav-item a {
        display: flex;
        padding: 0;
    }

    .nav-block .nav-item a span {
        margin-left: 3px;
    }

    .salon-comments-block .head-block, .salon-comments-block .body-block, .access-block .body-block {
        display: block;
    }

    .salon-programs-block .body-block .name, .salon-programs-block .body-block .description,
    .salon-programs-block .body-block .program-item .ext-col {
        width: 100%;
    }

    .salon-programs-block .head-block, .salon-info-block .photo-text, .salon-info-block .photo-count,
    .salon-info-block .photo-block:before {
        display: none;
    }

    .photo-block img {
        width: 243px;
        height: 250px;
        object-fit: cover;
        border-radius: 5px;
    }

    .salon-info-block .photo-block .img-slide {
        padding-right: 14px;
    }

    .salon-info-block .photo-block .img-slide:last-child {
        padding-right: 0;
    }

    a[data-fancybox="gallery"]:after {
        top: 0;
        left: 0;
    }

    a[data-fancybox="gallery"]:before {
        content: url(/local/templates/new/images/loupe.svg);
        position: absolute;
        bottom: 20px;
        right: 20px;
        z-index: 10;
    }

    .salon-info-block .photo-block .img-slide div {
        position: relative;
        top: initial;
        left: initial;
        transform: initial;
        display: block;
        width: 243px;
        height: 250px;
        border-radius: 5px;
    }

    .salon-info-block .photo-block {
        height: 250px;
    }

    .salon-block, .salon-programs-block, .salon-comments-block, .salon-stocks-block, .salon-vacancies-block,
    .access-block, .other-block, .breadcrumb-cont, .salon-faq-section, .salon-promo-section {
        padding: 0 15px;
    }

    .other-block .head-block .view-all-salons, .salon-vacancies-block .load-vacancy,
    .salon-comments-block .head-block a, .salon-programs-block .body-block .btn-block .load-programs,
    .salon-comments-block .btn-block .load-comments, .access-block .btns-block a,
    .other-block .view-all-salons {
        padding: 10px 20px;
        font-weight: 500;
    }

    .masters-block, .description-block, .protect-block, .for-block, .map, .salon-programs-block, .salon-comments-block,
    .other-block, .salon-vacancies-block, .salon-stocks-block {
        margin-bottom: 26px !important;
    }

    h2, .description-block h2, .protect-block h2, .for-block h2, .reportage h2, .salon-faq-block .faq-title,
    .salon-comments-block .comments-title {
        font-weight: bold !important;
        font-size: 15px !important;
        line-height: 20px !important;
    }

    .description-block p, .protect-block p {
        font-weight: 600;
        font-size: 12px;
        line-height: 14px;
    }

    .protect-block .protect-items .protect-item, .for-block .for-items .for-item {
        padding: 10px 17px;
        font-size: 12px;
        line-height: 14px;
        margin: 8px 8px 0 0;
    }

    .map .show-salon-map {
        padding: 10px 29px;
        font-size: 15px;
        line-height: 20px;
        width: max-content;
        color: #A3A3A3;
    }

    .masters-block .masters-item-block .master-item, .masters-block .masters-item-block .master-item > img {
        width: 243px;
        height: 360px;
    }

    .work-time-block .work-days .work-day .day {
        height: 23px;
        width: 23px;
        font-size: 12px;
    }


    .salon-programs-block h2, .salon-comments-block .comments-title, .salon-stocks-block .head-block h2, .other-block .head-block h2,
    .salon-vacancies-block h2, .salon-promo-section-block h2 {
        margin-bottom: 16px;
    }

    .salon-programs-block .body-block .program-item {
        padding: 20px 18px 0;
        display: block;
        border: 1px solid #EEEEEE;
        border-radius: 5px;
        margin-bottom: 20px;
    }

    .salon-programs-block .body-block .name {
        font-weight: bold;
        font-size: 15px;
        line-height: 20px;
        margin-bottom: 12px;
    }

    .salon-programs-block .body-block .description {
        font-weight: 600;
        font-size: 12px;
        line-height: 14px;
        margin-bottom: 12px;
    }

    .salon-programs-block .body-block p {
        margin: 17px 0;
        font-size: 12px;
        line-height: 14px;
    }

    .salon-programs-block .body-block .masters p {
        text-align: left;
    }

    .salon-programs-block .body-block .time p {
        border-left: 1px solid #EEEEEE;
        border-right: 1px solid #EEEEEE;
    }

    .program-item .masters p:after {
        display: initial;
    }

    .salon-programs-block .body-block .btn-block {
        margin: 0;
    }

    .salon-programs-block .body-block .btn-block .load-programs, .salon-comments-block .btn-block .load-comments,
    .salon-vacancies-block .load-vacancy, .other-block .view-all-salons, .access-block .btns-block a {
        width: initial;
        text-align: center;
    }

    .salon-stocks-block .head-block h2 {
        margin-top: 11px;
    }

    .salon-stocks-block .head-block a {
        width: 38px;
        height: 38px;
    }

    .salon-stocks-block .head-block {
        margin-bottom: 13px;
    }

    .salon-stocks-block .body-block .stock-item {
        width: calc(100vw - 28px);
        height: 206px;
        margin-right: 10px;
    }

    .salon-stocks-block .body-block .stock-item img {
        height: 100%;
    }

    .salon-stocks-block .body-block .stock-item .name {
        font-size: 15px;
        line-height: 20px;
        padding-top: 17px;
        padding-left: 19px;
        margin-bottom: 10px;
    }

    .salon-stocks-block .body-block .stock-item .date {
        padding: 10px 17px;
        font-size: 12px;
        line-height: 14px;
        margin-left: 19px;
        margin-bottom: 10px;
    }

    .salon-stocks-block .body-block .stock-item .text {
        margin: 0 19px;
        font-size: 12px;
        line-height: 14px;
    }

    .salon-comments-block .head-block .comments-title {
        margin-bottom: 16px;
    }

    .salon-comments-block .head-block .btns-block {
        display: flex;
        justify-content: space-between;
    }

    .salon-comments-block .head-block .btns-block a {
        margin: 0;
        font-weight: normal;
        font-size: 15px;
        line-height: 20px;
        padding: 10px 0;
        text-align: center;
        display: block;
        flex: 0 0 calc(50% - 4.5px);
    }

    .salon-comments-block .head-block {
        margin-bottom: 20px;
    }

    .salon-comments-block .body-block {
        column-count: 1;
        margin-top: 0;
    }

    .salon-comments-block .comment-item {
        width: -webkit-fill-available;
        margin-bottom: 20px;
        padding: 25px 19px;
    }

    .salon-comments-block .comment-item .name-date {
        margin-bottom: 9px;
    }

    .salon-comments-block .comment-item .name, .salon-comments-block .comment-item .date {
        font-size: 12px;
        line-height: 14px;
    }

    .salon-comments-block .comment-item .name {
        display: flex;
        margin-bottom: 0;
    }

    .salon-comments-block .comment-item .rating {
        margin-left: 6px;
    }

    .salon-comments-block .comment-item .rating span {
        width: 10px;
        height: 10px;
        margin: 0 2px 0 0;
    }

    .salon-comments-block .comment-item .comment, .salon-comments-block .comment-item .answer,
    .salon-comments-block .comment-item .answer .head, .salon-comments-block .comment-item .answer .head span {
        font-size: 12px;
        line-height: 14px;
    }

    .salon-comments-block .btn-block {
        margin: 0;
    }

    .salon-comments-block .no-comments {
        font-size: 12px;
    }

    .salon-vacancies-block .vacancy-item {
        padding: 24px 18px;
        display: flex;
        flex-wrap: wrap;
    }

    .salon-vacancies-block .vacancy-item .name h2, .salon-vacancies-block .vacancy-item .phone {
        font-size: 15px;
        line-height: 20px;
    }

    .salon-vacancies-block .vacancy-item .name h2 {
        order: 1;
        margin-bottom: 16px;
        margin-top: 0;
    }

    .salon-vacancies-block .vacancy-item .requirements {
        order: 2;
        margin-bottom: 14px;
        width: 100%;
    }

    .salon-vacancies-block .vacancy-item .text {
        order: 3;
        font-size: 12px;
        line-height: 14px;
        margin-bottom: 17px;
    }

    .salon-vacancies-block .vacancy-item .phone {
        order: 4;
        margin-bottom: 0;
    }

    .salon-vacancies-block .vacancy-item .requirements .requirement {
        font-size: 12px;
        line-height: 14px;
        padding: 10px 12px;
        margin: 0 8px 8px 0;
    }

    .other-block {
        display: flex;
        flex-wrap: wrap;
    }

    .other-block .body-block .salon-item {
        margin-right: 10px;
    }

    .other-block .name {
        order: 1;
        margin-bottom: 16px;
    }

    .other-block .name h2 {
        margin-bottom: 0;
    }

    .other-block .body-block {
        order: 2;
        margin-bottom: 21px;
    }

    .other-block .view-all-salons {
        order: 3;
        width: 100vw;
    }

    .access-block .body-block {
        padding: 17px 19px;
        margin-bottom: 30px;
    }

    .access-block .text {
        font-size: 15px;
        line-height: 20px;
        margin-bottom: 10px;
    }

    .access-block .btns-block a {
        display: block !important;
        margin: 0 0 10px;
    }

    .other-block .body-block .salon-item img {
        width: 244px;
        height: 244px;
    }

    #send-report-form, #modal-stock-cont {
        width: initial;
        padding: 35px 20px;
    }

    #access-form {
        padding: 18px 20px 20px 20px;
        width: calc(100vw - 20px);
    }

    #access-form .form-name {
        font-size: 20px;
        margin-bottom: 16px;
    }

    #access-form div {
        margin-bottom: 23px;
    }

    #access-form label {
        font-size: 14px;
        line-height: 19px;
        margin-bottom: 11px;
    }

    #access-form select, #access-form input[type="text"] {
        padding: 17px 20px;
        font-size: 14px;
        line-height: 25px;
    }

    #access-form .send-request {
        padding: 20px 46px;
        font-weight: 500;
        font-size: 14px;
        line-height: 19px;
    }

    .arcticmodal-container_i2 {
        padding: 0 !important;
    }

    .work-time-block .work-status:after {
        content: '';
        background: url(/local/templates/new/images/arrow_down.svg) no-repeat;
        transition: transform 0.5s ease;
        transform: rotate(180deg);
        width: 20px;
        height: 20px;
        display: block;
        background-size: contain;
        position: absolute;
        top: 5px;
        right: 13px;
    }

    .work-time-block .work-status.rotate:after {
        transition: transform 0.5s ease;
        transform: rotate(360deg);
        top: 11px;
    }

    .masters-block .masters-item-block .master-item .parameters-block .master-name {
        margin: 0 0 0 2px;
    }

    .masters-block .masters-item-block .master-item .parameters-block .master-parameters .master-parameter {
        margin-left: 2px;
    }

    .masters-block .masters-item-block .master-item .parameters-block .master-parameters .master-parameter span.interview:before {
        left: 8px;
    }

    .reportage {
        margin: 0 0 23px;
        background-image: url(/local/templates/new/images/reportage_back_mobile.png);
        padding: 44px 0 0;
        border-radius: 20px;
    }

    .reportage .head-block, .reportage .body-block {
        margin: 0 15px;
    }

    .reportage .reportage-section {
        display: block;
    }

    .reportage .reportage-section .section-name, .reportage .reportage-section .section-content {
        width: initial;
    }

    .reportage .reportage-section .section-name {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 22px;
    }

    .reportage .reportage-section .section-name.empty {
        display: none;
    }

    .location-map.map {
        height: 120px;
        width: 90vw;
        margin: auto;
    }

    .reportage h2 {
        margin-bottom: 20px;
    }

    .reportage .reportage-section .section-content .text {
        font-size: 12px;
        line-height: 20px;
    }

    .reportage .reportage-section {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .reportage .reportage-section:first-child {
        padding-bottom: 0;
    }

    .slick-dotted.slick-slider, .reportage .reportage-section:first-child .section-name {
        margin-bottom: 0 !important;
    }

    .reportage-slider.slick-slider {
        margin-top: 31px;
    }

    .reportage .reportage-section .section-name br {
        content: ''
    }

    .reportage .reportage-section .section-name br:after {
        content: '\00a0'
    }

    .reportage .reportage-section .section-name .icon {
        margin-top: -7px;
        margin-right: 5px;
    }

    .reportage-slider-dots {
        margin: -35px auto 15px auto;
    }

    .reportage .more-btn-cont {
        padding-bottom: 30px;
    }

    .reportage a.read-more {
        width: initial;
        padding: 32px 20px;
        font-weight: 500;
        text-align: center;
        font-size: 15px;
    }

    .reportage a.read-more:before {
        vertical-align: sub;
        content: url(/local/templates/new/images/show_reportage_mobile.svg);
        margin-right: 10px;
        position: initial;
    }

    .reportage-slider .slick-prev {
        left: 15px;
    }

    .reportage-slider .slick-next {
        right: 15px;
    }

    .reportage .reportage-section .section-content .reportage-slider:before {
        left: 15px;
        bottom: 15px;
    }

    .reportage .reportage-section .section-content .reportage-slider:after {
        right: 15px;
        bottom: 15px;
    }

    .video-player {
        width: initial;
        margin: 0 auto 35px;
    }

    .video-player video {
        width: 92%;
        max-height: 215px;
        margin: 0 auto;
        display: block;
    }

    .masters-block .masters-item-block .master-item .real-photo-favorite .fake-photo {
        padding: 7px 6px 9px 24px;
    }

    .masters-block .masters-item-block .master-item .real-photo-favorite .fake-photo span {
        font-size: 12px;
    }

    .name-rating-cont, .info-block .last-update {
        display: none;
    }

    .mobile-name-rating-pay-cont {
        display: block;
        margin: 20px 0 5px;
    }

    .mobile-name-rating-pay-cont .name-rating {
        display: flex;
        justify-content: space-between;
    }

    .mobile-name-rating-pay-cont .name, .mobile-name-rating-pay-cont .rating {
        display: flex;
        font-size: 15px;
        font-weight: bold;
        line-height: 1.5;
    }

    .mobile-name-rating-pay-cont .name img {
        width: 18px;
        margin-left: 8px;
    }

    .mobile-name-rating-pay-cont .rating img {
        width: 18px;
        margin-right: 5px;
    }

    .mobile-last-update {
        display: block;
        font-size: 12px;
        margin-bottom: 12px;
    }

    .info-block .address-block {
        line-height: 20px;
    }

    .info-block .salon-links-block {
        flex-wrap: wrap;
    }

    .info-block .salon-links-block .salon-site {
        order: 1;
    }

    .info-block .salon-links-block .salon-site a {
        height: 40px;
        line-height: 40px;
    }

    .info-block .salon-links-block .salon-social-block {
        order: 2;
    }

    .info-block .salon-links-block .salon-social-block a {
        width: 40px;
        height: 40px;
    }

    .info-block .salon-links-block .salon-reportage {
        order: 3;
        margin-top: 10px;
        width: 100%;
    }

    .info-block .salon-links-block .salon-reportage a {
        margin: 0;
    }

    .info-block .salon-links-block .salon-reportage a:before {
        margin-right: 10px;
        margin-left: auto;
    }

    .info-block .salon-links-block .salon-reportage a:after {
        content: 'Перейти к репортажу о салоне';
        margin-right: auto;
    }

    .info-block .options-block {
        flex-wrap: wrap;
    }

    .info-block .options-block .option {
        margin: 0 5px 5px 0;
    }

    .info-block .options-block .option:last-child {
        margin-left: 0;
    }

    .info-block .phones-block {
        padding: 10px 10px;
    }

    .salon-check-status-block .title-block {
        font-size: 15px;
        line-height: 20px;
    }

    .salon-check-status-block .sub-title-block, .salon-check-status-block .check-item span {
        font-size: 12px;
        line-height: 14px;
    }

    .salon-check-status-block .check-item {
        font-size: 12px;
        line-height: 16px;
    }

    .salon-check-status-block .check-item span {
        display: block;
        margin-left: 0;
    }

    .share-block {
        margin-left: initial;
        padding: 15px 0 35px;
    }

    .booking-btn {
        width: calc(100% - 30px);
        padding: 15px 0;
        left: 50%;
        right: initial;
        bottom: 15px;
        transform: translate(-50%);
        font-weight: 600;
        font-size: 12px;
        line-height: 15px;
    }

    .salon-disable-block {
        width: initial;
        margin: 19px 15px 18px 15px;
        padding: 12px 5px 14px 41px;
        font-size: 12px;
        line-height: 14px;
        font-weight: 400;
    }

    .salon-disable-block:after {
        width: 16px;
        height: 16px;
        left: 15px;
    }

    .video-player a.prev-video {
        top: 45%;
    }

    .rooms-block {
        padding: 27px 15px 30px 15px;
        border-top: 1px solid #E8E8E9;
        border-bottom: 1px solid #E8E8E9;
    }

    .rooms-btns {
        display: none;
    }

    .rooms-slide {
        padding: 0;
        margin: 0 0 27px 0;
    }

    .room-prev, .room-next {
        visibility: visible;
        opacity: 1;
    }

    .room-prev.slick-disabled, .room-next.slick-disabled {
        visibility: hidden;
        opacity: 0;
    }

    .more-items {
        padding: 13px 0 14px 0;
        font-size: 12px;
        line-height: 15px;
    }

    .vk-section-title {
        margin-bottom: 23px;
    }

    .vk-group-img {
        margin-right: 15px;
    }

    .vk-group-img img {
        width: 50px;
        height: 50px;
    }

    .vk-group-name a {
        font-size: 16px;
        line-height: 22px;
    }

    .vk-news-date-create {
        font-size: 12px;
    }

    .vk-group-info {
        margin-bottom: 13px;
    }

    .vk-news-text {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 18px;
    }

    .vk-news-img img,
    .more-items.more-news,
    .more-items.more-news-photo {
        width: 100%;
    }

    .vk-items {
        width: 100%;
    }

    .youtube-block {
        height: auto;
        flex-direction: column;
        overflow: visible;
    }

    .youtube-video-block {
        width: 100%;
        margin: 0 0 20px 0;
    }

    .youtube-video-items {
        width: 100vw;
        margin: 0 -20px;
    }

    .youtube-video-item {
        padding: 10px 20px;
    }

    .youtube-video-item:after {
        width: calc(100% - 40px);
    }

    .youtube-video-counter,
    .youtube-video-date {
        font-size: 12px;
        line-height: 16px;
    }

    .youtube-video-preview {
        padding-right: 20px;
        flex: 0 0 126px;
    }

    .youtube-video-preview img {
        width: 106px;
        height: 59px;
    }

    .youtube-video-time {
        display: none;
    }

    .youtube-video-date span.mobile {
        display: inline-block !important;
    }

    .youtube-video-name {
        font-size: 16px;
        line-height: 22px;
    }

    .block-with-bp {
        padding: 29px 0 40px 0;
    }

    .vk-section-block {
        margin-bottom: 40px;
    }

    .youtube-btns.mobile {
        display: flex !important;
        justify-content: center;
        padding: 20px 0 10px 0;
    }

    .youtube-btn {
        width: 18px;
        height: 16px;
        background: url(/local/templates/new/images/svg-player-prev-red.svg) no-repeat;
        background-size: contain;
    }

    .youtube-btn.next {
        transform: rotate(180deg);
    }

    .youtube-counter {
        font-weight: 500;
        font-size: 14px;
        line-height: 19px;
        color: var(--red);
        margin: 0 50px;
    }

    .youtube-section, .vk-section {
        padding: 0 15px;
    }

    .accordeon-title {
        padding-right: 50px;
        font-size: 20px;
    }

    .accordeon-body {
        font-size: 14px;
    }

    .accordeon-title:before,
    .accordeon-title:after {
        width: 20px;
        top: 20px;
    }
}


.salon-promo-section-block {
    padding: 47px 0 30px 0;
    margin: 47px 0 30px 0;
}

.salon-promo-items {
    flex-wrap: wrap;
}

.salon-promo-item {
    flex: 0 0 calc(25% - 22.5px);
    overflow: hidden;
    border-radius: 20px;
    margin-right: 30px;
    margin-bottom: 30px;
    display: flex;
    flex-direction: column;
    text-decoration: none;
}

.salon-promo-item:nth-child(4n) {
    margin-right: 0;
}

.salon-promo-text {
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    border: 1px solid var(--gray-light);
    border-top: none;
    padding: 18px 20px 26px 20px;
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
}

.salon-promo-img {
    padding-top: 66.86%;
    position: relative;
    display: block;
}

.salon-promo-img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.salon-promo-title {
    font-weight: 700;
    font-size: 20px;
    line-height: 150%;
    color: var(--black);
    margin-bottom: 10px;
}

.salon-promo-subtitle {
    font-weight: 500;
    font-size: 14px;
    line-height: 157%;
    color: #1A181F;
    margin-bottom: 8px;
}

.salon-promo-subtitle {
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    -ms-line-clamp: 2;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    display: -webkit-box;
    display: box;
    word-wrap: break-word;
    -webkit-box-orient: vertical;
    box-orient: vertical;
}

.salon-promo-item.ended .salon-promo-img img {
    filter: grayscale(100%);
}

.salon-promo-item.ended {
    opacity: .5;
}

.salon-promo-time {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
}

.salon-promo-items.show-all .salon-promo-item:nth-child(n + 5) {
    display: block;
}

.salon-promo-item:nth-child(n + 5) {
    display: none;
}

.salon-promo-item .time {
    padding-left: 28px;
    font-weight: 500;
    position: relative;
    color: var(--gray-text);
    font-size: 14px;
    line-height: 19px;
}

.salon-promo-item .time:before {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    background: url(/local/templates/new/images/svg-grey-clock.svg) no-repeat;
    width: 18px;
    height: 18px;
    background-size: contain;
}

.detailed-reviews-block {
    padding-top: 53px;
}

.detailed-reviews-title-rating {
    display: flex;
    justify-content: space-between;
    margin-bottom: 26px;
}

.detailed-reviews-title {
    font-weight: 800;
    font-size: 25px;
    line-height: 34px;
    color: #1A181F;
}

.detailed-reviews-rating {
    font-weight: 600;
    font-size: 25px;
    line-height: 34px;
    color: #1A181F;
}

.detailed-reviews-rating span {
    font-weight: 800;
    padding-left: 27px;
    position: relative;
}

.detailed-reviews-rating span:before {
    position: absolute;
    content: '';
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 21px;
    height: 21px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21' height='19' viewBox='0 0 21 19' fill='none'%3E%3Cpath d='M10.5 0L13.2773 6.67739L20.4861 7.25532L14.9937 11.9601L16.6717 18.9947L10.5 15.225L4.32825 18.9947L6.00626 11.9601L0.513906 7.25532L7.72271 6.67739L10.5 0Z' fill='%23FAA61A'/%3E%3C/svg%3E");
    background-size: contain;
}

.detailed-reviews-items {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.detailed-reviews-item {
    flex: 0 0 calc(33.33% - 20px);
    margin-bottom: 33px;
}

.detailed-reviews-item-name {
    font-weight: 500;
    font-size: 15px;
    line-height: 20px;
    color: #1A181F;
    margin-bottom: 3px;
}

.detailed-reviews-item-bar-value-block {
    display: flex;
}

.detailed-reviews-item-bar-block {
    flex: 1 1 auto;
    display: flex;
    align-items: center;
}

.detailed-reviews-item-bar {
    width: 100%;
    background: rgba(26, 24, 31, .1);
    border-radius: 20px;
    height: 5px;
    position: relative;
}

.detailed-reviews-item-bar-progress {
    border-radius: 20px;
    background: #1A181F;
    height: 5px;
    position: absolute;
    top: 0;
    left: 0;
}

.detailed-reviews-item-value {
    flex: 0 0 72px;
    text-align: center;
}

@media (max-width: 1023px) {
    .salon-promo-block {
        overflow: hidden;
    }

    .salon-promo-items {
        overflow-x: auto;
    }

    .salon-promo-items {
        flex-wrap: nowrap;
    }

    .salon-promo-item {
        flex: 0 0 89.305%;
        margin-right: 20px;
    }

    .salon-promo-item:nth-child(n + 5) {
        display: block;
    }

    .detailed-reviews-item {
        flex: 0 0 100%;
        margin-bottom: 20px;
    }

    .detailed-reviews-item-name {
        font-size: 12px;
    }

    .detailed-reviews-item-value {
        flex: 0 0 36px;
        font-weight: 500;
        font-size: 12px;
        line-height: 14px;
        text-align: right;
        color: #1A181F;
    }

    .detailed-reviews-items {
        margin-bottom: 30px;
    }
}
/* End */


/* Start:/local/templates/new/components/bitrix/breadcrumb/.default/style.css?1605252221327*/
.breadcrumb-cont .breadcrumbs {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
}

.breadcrumb-cont .breadcrumbs li, .breadcrumb-cont .breadcrumbs a {
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 20px;
    color: rgba(26, 24, 31, 0.5);
    text-decoration: none;
}
/* End */


/* Start:/local/templates/new/components/bitrix/detail.review/.default/style.css?17065353589832*/
.detail-review-form,
.detail-review-form * {
    box-sizing: border-box;
}

.detail-review-form {
    width: 748px;
    background: #FFFFFF;
    box-shadow: 0px 12px 48px rgba(0, 0, 0, 0.08);
    border-radius: 20px;
    padding: 46px 60px 60px 60px;
    position: relative;
}

.detail-review-form .close-form {
    position: absolute;
    width: 16px;
    height: 16px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18' fill='none'%3E%3Cpath d='M1 1L9 9M9 9L1 17M9 9L17 17M9 9L17 1' stroke='%23A2A2A2' stroke-opacity='0.8' stroke-width='2'/%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    top: 20px;
    right: 20px;
    cursor: pointer;
}

.review-form-title {
    font-weight: 700;
    font-size: 24px;
    line-height: 150%;
    color: #000000;
    margin-bottom: 24px;
}

.review-form-input {
    margin-bottom: 33px;
}

.review-form-input label,
.rating-block .rating-label {
    font-weight: 600;
    font-size: 15px;
    line-height: 20px;
    color: #1A181F;
    display: block;
    margin-bottom: 16px;
}

.review-form-input label .rqd,
.rating-block .rating-label .rqd {
    color: #D00025;
}

.review-form-input input,
.review-form-input textarea {
    padding: 23px 20px 22px 20px;
    background: #F4F7F7;
    border-radius: 10px;
    font-weight: 500;
    font-size: 15px;
    line-height: 25px;
    color: #000000;
    border: none;
    width: 100%;
    resize: none;
    height: 70px;
    caret-color: var(--red);
    overflow: hidden;
}

.review-form-input input:focus,
.review-form-input textarea:focus {
    border: none;
    outline: none;
}


.review-form-input input::placeholder,
.review-form-input textarea::placeholder {
    color: rgba(26, 24, 31, 0.6);
    font-family: 'Manrope';
    font-weight: 500;
    font-size: 15px;
    line-height: 25px;
    white-space: nowrap;
    overflow: hidden;
    /*
        -ms-text-overflow: ellipsis;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        overflow: hidden;
        -ms-line-clamp: 1;
        -webkit-line-clamp: 1;
        line-clamp: 1;
        display: -webkit-box !important;
        display: box !important;
        word-wrap: break-word;
        -webkit-box-orient: vertical;
        box-orient: vertical;
        */
}

.review-form-input.error input,
.review-form-input.error textarea {
    border: 1px solid #D00025;
}

.review-form-input.error {
    position: relative;
}

.review-form-input.error:after {
    position: absolute;
    font-weight: 600;
    font-size: 12px;
    line-height: 16px;
    color: #D00025;
    content: '*Поле не заполнено';
    top: 0;
    right: 0;
}

.rating-block.error .rating-btn {
    border-top: 1px solid #D00025;
    border-bottom: 1px solid #D00025;
}

.rating-block.error .rating-btn:first-child {
    border-left: 1px solid #D00025;
}

.rating-block.error .rating-btn:last-child {
    border-right: 1px solid #D00025;
}

.rating-block.error {
    position: relative;
}

.rating-block.error:after {
    position: absolute;
    font-weight: 600;
    font-size: 12px;
    line-height: 16px;
    color: #D00025;
    content: '*Выберите оценку';
    top: 0;
    right: 0;
}

.rating-block {
    margin-bottom: 36px;
}

.rating-btns {
    display: flex;
    width: 100%;
    margin-bottom: 8px;
}

.rating-btn {
    flex: 0 0 10%;
    height: 40px;
    border: 1px solid #E8E8E9;
    border-left: none;
}

.rating-btn:first-child {
    border-radius: 10px 0 0 10px;
    border-left: 1px solid #E8E8E9;
}

.rating-btn:last-child {
    border-radius: 0 10px 10px 0;
}

.rating-btn.active {
    background: #D00025;
    border-color: #ffffff;

}

.rating-btn.active label {
    color: #ffffff;
}

.rating-btn input[type=radio] {
    display: none;
}

.rating-btn label {
    display: flex;
    cursor: pointer;
    position: relative;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    font-size: 14px;
    line-height: 150%;
    color: rgba(26, 24, 31, .5);
}

.rating-titles {
    display: flex;
    justify-content: space-between
}

.rating-title {
    color: rgba(26, 24, 31, .5);
    font-weight: 500;
    font-size: 12px;
    line-height: 150%;
}

.rating-title.rating-max {
    text-align: right;
}

.review-form-btn {
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    color: #FFFFFF;
    padding: 17px 24px;
    transition: all .2s;
    border-radius: 5px;
    background: #D00025;
    outline: none;
    border: 1px solid #D00025;
    cursor: pointer;
    width: 227px;
}

.review-form-btn:hover {
    color: #D00025;
    background: transparent;
}

.review-btns {
    display: flex;
    align-items: center;
}

.review-status {
    margin-left: 40px;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    color: #8C8B8F;
}

.review-cancel {
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    text-align: right;
    color: #D00025;
    margin-left: auto;
    cursor: pointer;
    transition: all .2s;
}

.review-cancel-btn {
    background: transparent;
    border: 1px solid #D00025;
    border-radius: 12px;
    font-weight: 500;
    font-size: 14px;
    line-height: 19px;
    color: #D00025;
    display: none;
    align-items: center;
    justify-content: center;
    flex: 0 0 calc(50% - 5px);
    height: 60px;
}

.mobile-review-status {
    display: none;
}

.detail-review-end {
    font-weight: 700;
    font-size: 24px;
    line-height: 150%;
    text-align: center;
    color: #000000;
}

.review-form-input .voice-review {
    display: flex;
}

.review-form-input .voice-review .voice-review-btn {
    width: 56px;
    height: 56px;
    display: block;
    background: #D00025;
    border-radius: 50%;
    position: relative;
}

.review-form-input .voice-review .voice-review-btn:before {
    content: '';
    width: 19px;
    height: 19px;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.review-form-input .voice-review .voice-review-btn.record:before {
    background: url(/local/templates/new/images/voice-review-microphone.png) no-repeat;
    background-size: contain;
    width: 32px;
    height: 32px;
}

.review-form-input .voice-review .voice-review-btn.play:before {
    background: url(/local/templates/new/images/voice-review-play.png) no-repeat;
    background-size: contain;
}

.review-form-input .voice-review .voice-review-btn.pause:before {
    background: url(/local/templates/new/images/voice-review-pause.png) no-repeat;
    background-size: contain;
}

.review-form-input .voice-review .voice-review-btn.stop:before {
    background: url(/local/templates/new/images/voice-review-stop.png) no-repeat;
    background-size: contain;
}

.review-form-input .voice-review .duration-progress {
    margin: 10px 0 10px 20px;
    width: calc(100% - 75px);
}

.review-form-input .voice-review .duration-progress .duration {
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 17px;
    display: flex;
    justify-content: space-between;
}

.review-form-input .voice-review .duration-progress .duration a {
    color: #D00025;
    display: none;
}

.review-form-input .voice-review .duration-progress .progress .line {
    height: 3px;
    width: 100%;
    border-radius: 7px;
    background: rgba(208, 0, 37, 0.1);
    margin-top: 10px;
    position: relative;
}

.review-form-input .voice-review .duration-progress .progress .line:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 3px;
    width: 0;
    border-radius: 7px;
    background: #D00025;
}

.review-form-input .voice-review .duration-progress .progress .circle {
    position: absolute;
    width: 10px;
    height: 10px;
    background: #D00025;
    border-radius: 50%;
    top: -3px;
    left: 0;
}

@media (max-width: 1023px) {
    .detail-review-form {
        width: calc(100vw - 20px);
        padding: 20px;
    }

    .review-form-title {
        font-size: 20px;
        margin-bottom: 16px;
        padding-right: 34px;
    }

    .review-form-input label, .rating-block .rating-label {
        font-weight: 500;
        margin-bottom: 11px;
    }

    .review-form-input input, .review-form-input textarea {
        padding: 17px 20px;
        height: 60px;
        font-size: 14px;
    }

    .review-form-input input::placeholder,
    .review-form-input textarea::placeholder {
        font-size: 14px;
    }

    .review-form-input {
        margin-bottom: 23px;
    }

    .detail-review-form .close-form {
        width: 14px;
        height: 14px;
    }

    .review-btns {
        justify-content: space-between;
    }

    .review-form-btn {
        flex: 0 0 calc(50% - 5px);
        font-weight: 500;
        font-size: 14px;
        line-height: 19px;
        height: 60px;
        border-radius: 12px;
    }

    .rating-btn {
        flex: 0 0 10%;
        position: relative;
        padding-top: calc(10% - 2px);
        height: auto;
        border-radius: 50% !important;
        border: 1px solid #E8E8E9 !important;
    }

    .rating-btn label {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .rating-block {
        margin-bottom: 26px;
    }

    .review-cancel-btn {
        display: flex;
    }

    .review-cancel {
        font-size: 14px;
        line-height: 19px;
        font-weight: 500;
        width: 100%;
        text-align: center;
    }

    .review-status {
        display: none;
    }

    .mobile-review-status {
        display: block;
        margin: -9px 0 20px 0;
        font-weight: 500;
        font-size: 12px;
        line-height: 16px;
        color: #8C8B8F;
    }
}
/* End */
/* /local/templates/new/components/bitrix/salon.detail/.default/style.css?175068019381725 */
/* /local/templates/new/components/bitrix/breadcrumb/.default/style.css?1605252221327 */
/* /local/templates/new/components/bitrix/detail.review/.default/style.css?17065353589832 */
