

/* Start:/local/templates/new/components/bitrix/sauna.detail/.default/style.css?170653535833610*/
* {
    box-sizing: border-box;
}

#check-age,
#check-age * {
    box-sizing: content-box;
}

body {
    background: #ffffff !important;
}

.product-card__body {
    margin-bottom: 5rem;
}

.product-card__left {
    width: 50%;
}

.product-card__slider-preview {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 17rem;
    height: 72rem;
}

.product-card__slider-preview .slick-list,
.product-card__slider-preview .slick-track {
    height: 100% !important;
}

.product-card__slider-preview .slide {
    margin-bottom: 2rem;
}

.product-card__slider-preview .slide img {
    width: 100%;
    height: 27%;
    -o-object-fit: cover;
    object-fit: cover;
}

.product-card__slider-preview .slick-current {
    opacity: 0.8;
}

.product-card__slider-preview .slick-arrow {
    position: absolute;
    left: 0;
    width: 100%;
    height: 30px;
    background-color: rgba(250, 250, 250, 0.8);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 2;
    cursor: pointer;
}

.product-card__slider-preview .slick-arrow::after {
    content: '';
    width: 8px;
    height: 12px;
    background: url(/local/templates/new/images/angle-right.svg) 0 0 no-repeat;
    background-size: contain;
}

.product-card__slider-preview .prev-arrow {
    top: 0;
}

.product-card__slider-preview .prev-arrow::after {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.product-card__slider-preview .next-arrow {
    bottom: 0;
}

.product-card__slider-preview .next-arrow::after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.product-card__slider {
    width: calc(100% - 19rem);
    margin-left: 2rem;
    height: 72rem;
}

.product-card__slider .slick-list,
.product-card__slider .slick-track {
    height: 100% !important;
}

.product-card__slider .slide img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.product-card__right {
    width: calc(50% - 5rem);
}

.product-card__right .product-card__slider {
    display: none;
}

.product-card__title {
    line-height: 1.3;
    margin-bottom: 0.3em;
}

.product-card__title .icon {
    width: 0.68em;
    height: 0.68em;
    margin-left: 0.3em;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    display: inline-block;
    vertical-align: middle;
}

.product-card__title .icon.info-confirmed {
    background: url(/local/templates/new/images/svg-green-confirmed.svg) no-repeat;
    background-size: contain;
}

.product-card__options__item {
    font-size: 1.8rem;
    line-height: 150%;
    font-weight: 700;
    margin-bottom: 1em;
    display: inline-block;
    vertical-align: middle;
}

.product-card__options__item .icon.clock {
    background: url(/local/templates/new/images/svg-clock.svg) no-repeat;
    background-size: contain;
}

.product-card__options__item .icon.star {
    background: url(/local/templates/new/images/svg-star.svg) no-repeat;
    background-size: contain;
}

.product-card__options__item .icon.place {
    background: url(/local/templates/new/images/svg-plain.svg) no-repeat;
    background-size: contain;
}

.product-card__options__item:not(:last-child) {
    margin-right: 1.5em;
}

.product-card__options__item .icon {
    width: 1.5em;
    height: 1.5em;
    margin-right: 0.5em;
    display: inline-block;
    vertical-align: middle;
}

.product-card__options__item .point__raiting {
    font-size: 1.6rem;
}

.product-card__options__item .point__raiting .icon {
    width: 1.2em;
    height: 1.2em;
}

.product-card__map {
    height: 140px;
    margin-bottom: 4rem;
    background: url(/local/templates/new/images/map_overlay_reportage.png) center;
    position: relative;
}

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

.product-card__detail__column {
    width: 47%;
}

.product-card__detail__column.alone {
    width: 100%;
}

.product-card__detail__column__item {
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: .5em;
}

.product-card__detail__column__item span {
    display: block;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 150%;
    color: var(--grey-dark);
    margin-bottom: 0.5em;
}

.product-card__detail__column__item a:hover {
    color: var(--red);
}

.product-card__detail__column__item a.text-small {
    text-decoration: underline;
}

.product-card__detail__column__item a.text-small:hover {
    text-decoration: none;
}

.product-card__detail__column__item .text-small {
    font-size: 2rem;
    display: flex;
}

.product-card__detail__column__item .text-small span.icon {
    content: '';
    background: url(/local/templates/new/images/svg-share.svg) no-repeat;
    width: 20px;
    height: 20px;
    background-size: contain;
    cursor: pointer;
    margin-right: 15px;
    margin-top: 5px;
}

.product-card__detail__column__item .phone-show-block {
    display: flex;
    align-items: center;
}

.product-card__detail__column__item .phone-show-block #visible-phone,
.product-card__detail__column__item .phone-show-block #visible-phone a {
    font-weight: 600;
    font-size: 25px;
    line-height: 34px;
    color: #1A181F;
    text-decoration: none;
}

.product-card__detail__column__item .phone-show-block #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;
}

.product-card__detail__column__item .phone-show-block a {
    font-weight: 600;
    font-size: 15px;
    line-height: 15px;
    text-decoration-line: underline;
    color: #D00025;
    cursor: pointer;
}

.btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 1.4rem;
    font-weight: 400;
    padding: 1em .75em 1em 1em;
    border-radius: 100px;
}

.btn--yellow {
    background-color: #F6BF02;
}

.btn--yellow:active {
    background-color: #c39802;
}

.btn--black {
    background-color: var(--black);
    color: #fff;
}

.btn--black:active {
    background-color: black;
}

.btn--radius-10 {
    border-radius: 10px;
}

.btn:hover {
    opacity: 0.75;
}

.btn .icon {
    margin-right: 0.5em;
}

.product-card__cta {
    margin-bottom: 1rem;
    margin-top: 1rem;
}

.product-card__labels li {
    margin-right: 1.5rem;
    margin-bottom: 1.5rem;
}

.label {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 .75em;
    font-size: 1.4rem;
    min-width: 5em;
    white-space: nowrap;
    height: 2.7142em;
    border-radius: 100px;
    border: 1px solid var(--border-color);
}

.label:hover {
    color: var(--red);
    border-color: currentColor;
}

.tab-list {
    width: 100%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 5rem;
}

.tab-list li {
    font-size: 2rem;
    margin-right: 1.5em;
    padding: 0.5em 0 1.8em;
    cursor: pointer;
    margin-bottom: -2px;
    border-bottom: 3px solid transparent;
}

.tab-list li.active {
    color: var(--red);
    border-bottom-color: var(--red);
}

.tab-content {
    display: none;
    padding-bottom: 10rem;
}

.tab-content.active {
    display: block;
}

.tab-content p {
    margin-bottom: 1em;
}

.tab-content .product-card__cta {
    margin-top: 6rem;
}

.product-card__cta .btn {
    margin-right: 2rem;
    margin-bottom: 2rem;
}

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

.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 a,
.other-block .view-all-sauna,
.salon-comments-block .btn-block .load-comments {
    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;
}

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

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

.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 {
    font-weight: bold;
    font-size: 25px;
    line-height: 34px;
    margin-bottom: 18px;
}

.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 .date {
    font-weight: bold;
    font-size: 15px;
    line-height: 20px;
}

.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 .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);
}

.other-block {
    margin: 50px 0;
}

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

.other-block .name {
    margin: 0 0 52px 0;
}

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

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

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

.other-block .body-block .sauna-item {
    padding-right: 30px;
    flex: 25%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.other-block .body-block .sauna-item img {
    border-radius: 5px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

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

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

@media (max-width: 1023px) {
    .product-card__slider-preview {
        width: 9rem;
        height: 60rem;
        display: none;
    }

    .product-card__details {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .product-card__left {
        width: 40%;
    }

    .product-card__right {
        width: 60%;
        padding-left: 1rem;
    }

    .product-card__detail__column {
        width: 100%;
    }

    .product-card__slider {
        width: 100%;
        height: 50rem;
        margin-left: 0;
    }

    .product-card__slider .slick-arrow {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        color: #fff;
        width: 30px;
        height: 30px;
        z-index: 1;
    }

    .product-card__slider .slick-arrow svg {
        width: 100%;
        height: 100%;
    }

    .product-card__slider .prev-arrow {
        left: 10px;
    }

    .product-card__slider .next-arrow {
        right: 10px;
    }
}

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

#access-form {
    width: initial;
}

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

#send-report-form label, #access-form label {
    display: block;
    font-weight: 600;
    font-size: 15px;
    line-height: 25px;
    color: rgba(26, 24, 31, 0.5);
}

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

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

#access-form select, #access-form input[type="text"] {
    width: 249px;
}

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

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

#send-report-form .send-report, #access-form .send-request {
    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;
}

@media (max-width: 767px) {
    .product-card__left {
        display: none;
    }

    .product-card__right {
        width: 100%;
        padding-left: 0;
    }

    .product-card__right .slick-list {
        overflow: visible;
    }

    .product-card__right .product-card__slider {
        display: block;
        height: 350px;
        margin-bottom: 30px;
        overflow: hidden;
    }

    .product-card__right .product-card__slider .slide {
        width: 300px;
        padding-right: 10px;
    }

    .product-card__right h2,
    .product-card__right .h2 {
        font-size: 22px;
    }

    .product-card__title {
        margin-bottom: 1em;
    }

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

    .product-card__options__item .point__raiting {
        font-size: 12px;
    }

    .product-card__detail__column__item span,
    .btn,
    .label,
    .tab-content p {
        font-size: 14px;
    }

    .product-card__detail__column__item {
        font-size: 24px;
    }

    .product-card__detail__column__item .text-small {
        font-size: 16px;
    }

    .product-card__cta .btn {
        margin-bottom: 20px;
        margin-right: 20px;
    }

    .product-card__labels li {
        margin-right: 15px;
        margin-bottom: 15px;
    }

    .product-card__map .show-product-map,
    .no-comments {
        font-size: 12px;
    }

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

    .other-block {
        display: flex;
        flex-wrap: wrap;
        margin: 26px 0;
    }

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

    .other-block .view-all-sauna {
        order: 3;
        width: 100vw;
        text-align: center;
        padding: 10px 20px;
        font-weight: 500;
    }

    .other-block .body-block {
        order: 2;
        margin-bottom: 21px;
        overflow-y: hidden;
        display: flex;
        width: 100%;
    }

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

    .salon-comments-block .btn-block .load-comments {
        padding: 10px 20px;
        font-weight: 500;
        width: initial;
        text-align: center;
    }

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

    .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 14px;
    }

    .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 {
        display: flex;
        margin-bottom: 0;
    }

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

    .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: 10px;
        line-height: 14px;
    }

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

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

/*Верстка цены*/

.rooms-price-block {
    overflow: hidden;
}

.rooms-price-description {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: var(--red);
    margin-bottom: 35px;
    cursor: default;
}

.rooms-items {
    display: flex;
    overflow: auto;
}

.rooms-item {
    margin-right: 30px;
}

.room-photo-block {
    margin-bottom: 30px;
    width: 460px;
    height: 307px;
    overflow: hidden;
    border-radius: 5px;
    position: relative;
}

.room-slider.slick-dotted.slick-slider {
    height: 100%;
    width: 100%;
    touch-action: auto;
}

.room-slider .slick-list {
    width: 100%;
    height: 100%;
}

.room-photo-block.one-picture .room-slider-dots {
    display: none;
}

.room-slider-prev,
.room-slider-next {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 50%;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(12px);
    /*display: none !important;*/
    transform: translateY(-50%);
    z-index: 11;
    -webkit-transition: all .6s;
    transition: all .6s;
    cursor: pointer;
    border-radius: 50%;
}

.room-slider-prev:after,
.room-slider-next:after {
    position: absolute;
    content: '';
    border: solid #ffffff;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 4px;
    transform: rotate(-45deg) translateY(-50%) translateX(-50%);
    -webkit-transform: rotate(-45deg);
    top: 39%;
    left: 33%;
}

.room-slider-prev:after {
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    left: 40%;
}

.room-slider-prev {
    left: 15px;
}

.room-slider-next {
    right: 15px;
}

.room-slider-block:hover .room-slider-prev,
.room-slider-block:hover .room-slider-next {
    display: block !important;
}

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

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

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

.room-photo-block .slick-dots li {
    width: auto;
    height: auto;
    opacity: 0.5;
}

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

.room-photo-block .slick-dots li button {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #fff;
}

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

.room-slide a {
    width: 100%;
    height: 100%;
}

.room-slide img {
    min-width: 100%;
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.room-title {
    margin-bottom: 16px;
    font-weight: 700;
    font-size: 20px;
    line-height: 27px;
    color: var(--black);
}

.room-char {
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    letter-spacing: 0.01em;
    color: var(--grey-dark);
    margin-bottom: 7px;
}

.room-char-capacity {
    margin-bottom: 16px;
}

.room-min-price {
    font-weight: 700;
    font-size: 20px;
    line-height: 27px;
    color: var(--black);
}


/*запись*/
.rooms-workdays-section {
    background: #F2F2F2;
    display: none;
}

.rooms-workdays-section.active {
    display: block;
}

.rooms-workdays-section.disabled {
    display: none !important;
}

.rooms-workdays-section .container {
    position: relative;
}

.rooms-workdays-romb {
    position: absolute;
    top: -20px;
    left: 20px;
    background: #FFFFFF;
    border-radius: 0px 0px 5px 0px;
    transform: rotate(45deg);
    width: 40px;
    height: 40px;
}

.workdays-block {
    padding: 67px 0 80px;
}

.workdays-title {
    font-weight: 700;
    font-size: 27px;
    line-height: 37px;
    color: #000000;
    margin-bottom: 21px;
}


.workdays-warning {
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    letter-spacing: 0.01em;
    color: #000000;
    padding: 30px 34px;
    background: #FFFFFF;
    border-radius: 5px;
}

.workdays-tabs {
    margin-bottom: 82px;
}

.workdays-tab-list {
    display: flex;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
}

.workdays-tab-list li {
    flex: 0 0 14.285%;
    display: flex;
    justify-content: center;
    font-weight: 700;
    font-size: 20px;
    line-height: 150%;
    text-align: center;
    color: var(--black);
    padding-bottom: 35px;
    cursor: pointer;
    text-transform: lowercase;
    margin-bottom: -2px;
}

.workdays-tab-list li.disabled {
    color: var(--grey);
    cursor: default;
}

.workdays-tab-list li.active {
    color: var(--red);
    border-bottom: 3px solid var(--red);
}

.workdays-tab-content {
    display: none;
}

.workdays-tab-content.active {
    display: block;
}

.record-items {
    display: flex;
    padding: 30px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.record-items:last-child {
    border-bottom: none;
}

.record-item-title {
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    letter-spacing: 0.01em;
    color: #6E6E6E;
    margin-bottom: 4px;
}

.record-item-value {
    font-weight: 700;
    font-size: 20px;
    line-height: 27px;
    color: var(--black);
}

.record-room-btn {
    background: var(--red);
    border-radius: 10px;
    padding: 17px 42px;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    color: #FFFFFF;
    border: none;
}

.record-price, .record-period, .record-btn {
    flex: 0 0 20%;
}

.record-btn {
    display: flex;
    justify-content: flex-end;
}

.record-visitors {
    flex: 0 0 40%;
}

.room-photo-block-choose-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    z-index: 11;

}

.room-photo-block-choose-btn button {
    height: 40px;
    width: 152px;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(12px);
    -webkit-transition: all .6s;
    transition: all .6s;
    cursor: pointer;
    border-radius: 5px;
    font-weight: 500;
    font-size: 14px;
    line-height: 15px;
    text-align: center;
    color: #FFFFFF;
    border: none;
}

.room-photo-block-choose-btn button:hover,
.room-photo-block-choose-btn button.active {
    background: var(--red);
}

.workdays-item {
    display: none;
}

.workdays-item.active {
    display: block;
}

/*
.room-photo-block:hover .room-photo-block-choose-btn {
    display: block;
}*/


@media (max-width: 767px) {
    .rooms-price-block {
        margin-right: -20px;
    }

    .room-photo-block {
        width: 80vw;
        height: 53vw;
    }

    .rooms-item {
        margin-right: 20px;
    }

    .room-title, .room-char-capacity {
        margin-bottom: 7px;
    }

    .room-char {
        margin-bottom: 4px;
    }

    .workdays-title {
        font-size: 20px;
        line-height: 150%;
        margin-bottom: 25px;
    }

    .record-items {
        flex-wrap: wrap;
    }

    .record-item {
        margin-bottom: 16px;
    }

    .record-period, .record-visitors {
        flex: 0 0 100%;
    }

    .record-price, .record-btn {
        flex: 0 0 50%;
        margin-bottom: 0;
    }

    .record-item-value {
        font-size: 16px;
        line-height: 150%;
    }

    .record-room-btn {
        font-weight: 500;
        font-size: 14px;
        line-height: 15px;
        padding: 12px 27px 15px 28px;
    }

    .workdays-warning {
        padding: 25px;
        font-size: 12px;
    }

    .workdays-tabs {
        margin-bottom: 5px;
    }

    .workdays-tab-list li {
        font-size: 14px;
        padding-bottom: 10px;
    }

    .room-photo-block-choose-btn button:hover {
        background: transparent;
    }

    .room-photo-block-choose-btn button.active {
        background: var(--red);
    }
}

#record-hall-form {
    width: 460px;
    background: #FFFFFF;
    border-radius: 20px;
    padding: 29px 40px 36px 40px;
    position: relative;
}

#record-hall-form .close-modal {
    position: absolute;
    top: -30px;
    right: -50px;
    width: 40px;
    height: 40px;
    background: #FFFFFF;
    border-radius: 50%;
}

#record-hall-form .close-modal:before,
#record-hall-form .close-modal:after {
    background: #1A181F;
    width: 20px;
    height: 1px;
    top: 20px;
    left: 10px;
}

#record-hall-form .form-title {
    font-weight: 700;
    font-size: 20px;
    line-height: 150%;
    text-align: center;
    color: var(--black);
    margin-bottom: 14px;
}

#record-hall-form .form-subtitle {
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    text-align: center;
    color: var(--black);
    margin-bottom: 24px;
}

#record-hall-form .add-new-record {
    background: var(--red);
    display: block;
    padding: 18px 0;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 33px;
    border-radius: 5px;
}

#record-hall-form .form-policy-block {
    padding: 0 40px;
    font-weight: 500;
    font-size: 12px;
    line-height: 150%;
    text-align: center;
    color: #8C8B8F;
}

#record-hall-form .form-policy-block a {
    text-decoration: underline;
}

#record-hall-form .form-policy-block a:hover {
    color: var(--red);
}

#record-hall-form .input-block {
    margin-bottom: 20px;
    height: 60px;
    position: relative;
}

#record-hall-form input {
    caret-color: var(--red);
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 2;
    padding: 26px 20px 10px 20px;
    background: transparent;
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    color: var(--black);
}

#record-hall-form label {
    position: absolute;
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    color: #8C8B8F;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    left: 20px;
}

#record-hall-form #recaptcha3 > div {
    width: 100% !important;
}

.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);
}

.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);
}

@media (max-width: 767px) {
    .other-block .body-block .sauna-item {
        flex: 0 0 244px;
        padding-right: 0;
        margin-right: 10px;
    }

    #record-hall-form {
        width: initial;
        padding: 20px;
    }

    #record-hall-form .close-modal {
        top: 15px;
        right: 13px;
        border: 1px solid var(--red);
    }

    #record-hall-form .close-modal:before,
    #record-hall-form .close-modal:after {
        top: 19px;
        left: 9px;
    }

    .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;
    }

    .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;
    }
}


/*Верстка цены*/
/* End */


/* Start:/local/templates/new/components/bitrix/breadcrumb/new/style.css?1649666727962*/
.breadcrumbs {
    font-size: 16px;
    padding: 1.5em 0 2.5em;
    color: #6E6E6E;
}

.breadcrumbs li {
    display: inline-block;
    margin-bottom: .75em;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 1em;
}

.breadcrumbs li::after {
    content: '';
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 8px;
    height: 12px;
    background: url("/local/templates/new/images/angle-right.svg") 0 0 no-repeat;
    background-size: contain;
    margin-left: 1em;
}

.breadcrumbs li:last-child {
    margin-right: 0;
}

.breadcrumbs li:last-child::after {
    display: none;
}

.breadcrumbs li:last-child a {
    pointer-events: none;
    cursor: default;
}

.breadcrumbs li a:hover {
    color: var(--red);
}

@media (max-width: 767px) {
    .breadcrumbs {
        padding: 15px 0 20px;
    }
}
/* 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/sauna.detail/.default/style.css?170653535833610 */
/* /local/templates/new/components/bitrix/breadcrumb/new/style.css?1649666727962 */
/* /local/templates/new/components/bitrix/detail.review/.default/style.css?17065353589832 */
