

/* Start:/local/templates/new/components/bitrix/sauna.filter/sauna.on.map/style.css?16542472347365*/
body {
    background: #ffffff !important;
}

.filter-section * {
    box-sizing: border-box;
}

.butts {
    display: none;
}

.slider-range__text input {
    background: none;
    outline: none;
    border: none;
    display: inline-flex;
    padding: 0;
    width: 40px;
    font-size: 1.8rem;
    color: #fff;
    font-weight: 700;
}

.filter-section {
    background-color: #ffffff;
}

.filter-block {
    padding: 9rem 12rem;
    background: url('/local/templates/new/images/filter_bg.webp') 0 0 no-repeat;
    background-size: cover;
    border-radius: 20px;
    margin-bottom: 6rem;
}

.filter-block .h2 {
    color: #fff;
    line-height: 1.3;
    margin-bottom: 1.6em;
}

.filter-block .h2 a {
    white-space: nowrap;
}

.filter-block .h2 .icon {
    width: .5em;
    height: .5em;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    margin-left: 2rem;
    background: url(/local/templates/new/images/svg-white-angle-down.svg) no-repeat;
    background-size: contain;
}

.filter-block .h2 .city-link__text {
    border-bottom: 1px solid currentColor;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.filter-block .h2 .city-link__text:hover {
    border-bottom-color: transparent;
}

.filter-block__search {
    position: relative;
    margin-bottom: 5rem;
}

.seach-submit {
    width: 70px;
    height: 70px;
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: var(--grey);
    background-color: transparent;
    cursor: pointer;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.seach-submit:hover {
    color: var(--red);
}

.seach-submit .icon {
    width: 14px;
    height: 14px;
}

.filter-block__item {
    width: 30%;
}

.input {
    display: block;
    width: 100%;
    height: 50px;
    border-radius: 100px;
    padding-left: 20px;
    font-size: 16px;
    background: #fff;
    border: 1px solid var(--border-color);
}

.input::-webkit-input-placeholder {
    color: var(--black);
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
}

.input:-ms-input-placeholder {
    color: var(--black);
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
}

.input::-ms-input-placeholder {
    color: var(--black);
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
}

.input::placeholder {
    color: var(--black);
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
}

.input:focus::-webkit-input-placeholder {
    opacity: 0;
}

.input:focus:-ms-input-placeholder {
    opacity: 0;
}

.input:focus::-ms-input-placeholder {
    opacity: 0;
}

.input:focus::placeholder {
    opacity: 0;
}

.input--lg {
    height: 70px;
}

.input.no-border {
    border-color: transparent;
}

.select {
    display: block;
    width: 100%;
    height: 50px;
    border-radius: 100px;
    padding-left: 20px;
    padding-right: 30px;
    font-size: 16px;
    background: #fff url('/local/templates/new/images/select_arrow.svg') calc(100% - 15px) center no-repeat;
    border: 1px solid var(--border-color);
    text-overflow: ellipsis;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.select.no-border {
    border-color: transparent;
}

.checkbox input {
    display: none;
}

.checkbox input:checked + label {
    background: #ededed;
}

.checkbox label {
    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;
    position: relative;
    font-size: 1.8rem;
    height: 2.77em;
    border-radius: 100px;
    border: 1px solid var(--border-color);
    cursor: pointer;
    -webkit-transition: all .3s;
    transition: all .3s;
    white-space: nowrap;
    overflow: hidden;
}

@media (min-width: 1280px) {
    .checkbox label:hover {
        color: var(--red);
        border-color: currentColor;
    }
}

.checkbox .counter {
    position: absolute;
    width: 3.5rem;
    height: 3.5rem;
    border-radius: 50%;
    font-size: 1.4rem;
    font-weight: 700;
    background-color: var(--red);
    color: #fff;
    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;
    top: 0;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.ui-widget.ui-widget-content {
    border: none;
}

.ui-slider-horizontal {
    height: 1px;
}

.ui-widget-header {
    background: #6E6E6E;
}

.ui-slider .ui-slider-handle {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: none;
    background: #6e6e6e;
    cursor: -webkit-grab;
    cursor: grab;
    outline: none;
}

.ui-slider .ui-slider-handle:hover,
.ui-slider .ui-slider-handle:active {
    background: var(--red);
}

.slider-range__text {
    font-size: 1.8rem;
    color: #fff;
    margin-top: 1.2em;
    height: 18px;
}

.slider-range__text span {
    font-weight: 700;
}

.ui-slider-horizontal .ui-slider-handle {
    top: -4px;
}

.place-features {
    margin-top: 4rem;
    margin-bottom: 4rem;
}

.place-feature__list {
    margin: 0 -1.5rem;
}

.place-feature__list.show-all li:nth-child(n + 6) {
    display: block;
}

.place-feature__list li {
    width: 20%;
    padding: 0 1.5rem;
    margin-bottom: 3rem;
    box-sizing: border-box;
}

.place-feature__list li:nth-child(n + 6) {
    display: none;
}

.show-features {
    text-align: right;
    font-size: 1.8rem;
    color: var(--grey);
}

.show-features__btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.show-features__btn::after {
    content: '';
    width: .75em;
    height: 0.5em;
    background: url('/local/templates/new/images/select_arrow.svg') 0 0 no-repeat;
    background-size: contain;
    margin-left: 0.5em;
}

.show-features__btn:hover {
    color: var(--red);
}

.show-features__btn.active::after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

@media (max-width: 901px) {
    .filter-block {
        padding: 4rem;
    }

    .filter-block__options {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .filter-block__options .filter-block__item {
        width: 23%;
    }

    .filter-block__options .filter-block__item:first-child {
        width: 100%;
        margin-bottom: 20px;
        height: 44px;
    }

    .input--lg {
        height: 50px;
    }

    .seach-submit {
        height: 50px;
    }

    .ui-slider .ui-slider-handle {
        border: 1px solid #fff;
    }
}

@media (max-width: 767px) {
    .filter-block {
        margin-bottom: 50px;
    }
}

@media (max-width: 400px) {
    .filter-block .h2 {
        font-size: 22px;
    }
}
/* End */


/* Start:/local/templates/new/css/jquery-ui.css?1605252221968*/
.ui-widget-content {
    border: 1px solid #dddddd;
    background: #ffffff;
    height: 2px;
    width: 215px;
    position: relative;
    display: inline-block;
    margin: 0 10px 4px 0;
}

.ui-slider .ui-slider-range {
    height: 100%;
    background: #D00025;
    position: relative;
}

.ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 16px;
    height: 16px;
    cursor: pointer;
    top: -7px;
    margin-left: -.6em;
    background: #FFFFFF;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.12);
    border-radius: 50%;
}

.ui-slider .ui-slider-handle:focus {
    outline: none;
}

.ui-slider .ui-slider-handle span {
    width: 100%;
    height: 100%;
    position: relative;
    display: block;
}

.ui-slider .ui-slider-handle span:before {
    content: '';
    position: absolute;
    width: 6px;
    height: 6px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: #D00025;
    border-radius: 50%;
}
/* End */


/* Start:/local/templates/new/components/bitrix/news.list/main_banner/style.css?17253743981404*/
.salon-banner {
    margin: 0 0 30px;
    position: relative;
}

.salon-banner.sauna-list {
    padding: 0 30px 30px 46px;
    margin-top: -3rem;
}

.salon-banner img {
    width: 100%;
    height: auto;
}

.salon-banner .progress-cont {
    display: flex;
    justify-content: space-between;
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 100%;
}

.salon-banner.sauna-list .progress-cont {
    bottom: 55px;
    padding: 0 20px 0 66px;
}

.salon-banner .progress-cont .progress-line {
    background: rgba(244, 247, 247, 0.2);
    height: 3px;
    flex-grow: 1;
    margin-right: 10px;
    border-radius: 5px;
    position: relative;
}

.salon-banner .progress-cont .progress-line:last-child {
    margin-right: 0;
}

.salon-banner .progress-cont .progress-line.run:after {
    content: '';
    height: 3px;
    border-radius: 5px;
    background: #d00025;
    position: absolute;
    bottom: 0;
    left: 0;
    margin-left: 0;
    width: 100%;
    animation: filling 5s;
}

@media (max-width: 767px) {
    .salon-banner {
        margin: 15px 0 30px;
    }

    .salon-banner.sauna-list {
        padding: 0;
    }

    .salon-banner .progress-cont {
        bottom: -7px;
        padding: 0 10px;
        width: 90%;
    }

    .salon-banner.sauna-list .progress-cont {
        bottom: 25px;
        padding: 0 20px;
    }
}

@keyframes filling {
    0% {
        width: 0;
    }
}
/* End */


/* Start:/local/templates/new/components/bitrix/system.pagenavigation/sauna/style.css?16496667272499*/
.pagination-block .pagination {
    margin: 0 3rem 0 -1rem;
}

.pagination-between {
    margin: 0 2rem;
}

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

.pagination li {
    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;
    margin: 0 1rem;
}

.pagination li a {
    width: 3.6rem;
    height: 3.6rem;
    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;
    border-radius: 50%;
    background-color: var(--grey-bg);
    position: relative;
}

.pagination li a::before {
    content: '';
    width: 100%;
    height: 100%;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) scale(1.2);
    transform: translate(-50%, -50%) scale(1.2);
    background-color: var(--black);
    opacity: 0;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.pagination li a:hover {
    background-color: var(--black);
    color: #fff;
}

.pagination li a{
    cursor: pointer;
}

.pagination li a span {
    position: relative;
    color: currentColor;
    z-index: 1;
    cursor: pointer;
}

.pagination li a.prev-page, .pagination li a.next-page {
    background-color: transparent;
}

.pagination li a.prev-page::before, .pagination li a.next-page::before {
    display: none;
}

a.prev-page .icon, a.next-page .icon {
    width: 60%;
    height: 60%;
}

a.prev-page, a.next-page{
    opacity: 0.3;
}

a.prev-page.active, a.next-page.active{
    opacity: 1;
}

a.prev-page.active:hover, a.next-page.active:hover {
    color: var(--red);
}

a.prev-page .icon{
    background: url(/local/templates/new/images/svg-angle-left.svg) no-repeat;
    background-size: contain;
}
a.next-page .icon{
    background: url(/local/templates/new/images/svg-angle-right.svg) no-repeat;
    background-size: contain;
}

.pagination li a.nav-current-page {
    color: #fff;
}

.pagination li a.nav-current-page span{
    cursor: default;
}

.pagination li a.nav-current-page::before {
    opacity: 1;
}
/* End */


/* Start:/local/templates/new/components/bitrix/saunas.on.map/list/style.css?173953136912585*/
.saunas-block * {
    box-sizing: border-box;
}

.point {
    display: flex;
}

.points-on-map {
    width: 99.9%;
    padding-bottom: 5rem;
}

.points-on-map .btn {
    padding-left: 40px;
    padding-right: 40px;
}

.points {
    width: 50%;
    padding-top: 3rem;
    background: #ffffff;
}

.points__content {
    min-height: 300px;
}

.points__content::-webkit-scrollbar {
    width: 10px;
}

.points__content::-webkit-scrollbar-thumb {
    background-color: #cfcfcf;
    border-radius: 5px;
}

.points__content::-webkit-scrollbar-track {
    background: rgb(242, 242, 242);
    border-radius: 5px;
    background-clip: content-box;
}

.point {
    width: 100%;
    padding: 30px 30px 30px 46px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    position: relative;
}

.point.premium {
    background: rgba(208, 0, 37, 0.05);
}

.point__slider,
.point__slider-with-one-picture {
    width: 33.8rem;
    height: 25.3rem;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    overflow: hidden;
    border-radius: 20px;
    margin-bottom: 0;
}

.point__slide a {
    width: 100%;
    height: 100%;
}

.point__slide.slick-slide {
    height: 25.3rem;
}

.point__slider img,
.point__slider-with-one-picture img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.point-slider-prev,
.point-slider-next {
    width: 23px;
    height: 23px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: url(/local/templates/new/images/slick_arrow.png);
    display: none !important;
    z-index: 11;
    -webkit-transition: all .6s;
    transition: all .6s;
    cursor: pointer;
}

.point-slider-prev {
    transform: translateY(-50%) rotate(180deg);
    left: 17px;
}

.point-slider-next {
    right: 17px;
}


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

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

.point-slider-block {
    position: relative;
    height: 25.3rem;
}

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

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

.point-slider-block .slick-dots li {
    width: auto;
    height: auto;
    opacity: 0.5;
}

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

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

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

.point-description {
    width: 100%;
    padding-left: 3rem;
}

.point-description .head-description {
    display: flex;
    justify-content: space-between;
}

.point-description .head-description .logo {
    width: 8.8rem;
    height: 8.8rem;
}

.point-description .head-description .logo img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.point-description .head-description h2, .point-description .head-description h2 a,
.point-description .main-description .price {
    font-size: 2rem;
    font-weight: 700;
    line-height: 150%;
    margin: 0;
}

.point-description .main-description .address, .point-description .features,
.point-description .work-time {
    font-weight: 500;
    font-size: 1.4rem;
    line-height: 1.9rem;
    color: #1A181F;
    margin-top: 1rem;
}

.point-description .main-description .address {
    display: inline-flex;
    align-items: center;
}

.point-description .description {
    font-weight: 500;
    font-size: 1.4rem;
    line-height: 1.9rem;
    color: #1A181F;
    margin-top: 1rem;
    -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;
}

.point-description .description * {
    font-weight: 500;
    font-size: 1.4rem;
    line-height: 1.9rem;
    color: #1A181F;
}

.point-description .features, .point-description .work-time {
    color: rgba(26, 24, 31, 0.5);
    position: relative;
}

.point-description .features .bold {
    font-weight: 800;
    color: #1A181F;
}

.point-description .features .more-services {
    color: #D00025;
    cursor: pointer;
    display: inline-block;
}

.point-description .features .more-services:hover {
    text-decoration: underline;
}

.point-description .features .more-services-cont {
    background: #FFFFFF;
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.12);
    border-radius: 12px;
    padding: 15px;
    width: max-content;
    position: absolute;
    display: none;
    z-index: 10;
}

.point-description .features .more-services-cont .additional-service {
    text-decoration-line: underline;
    color: #1A181F;
    display: block;
}

.point-description .work-time .clock-icon {
    display: inline-block;
    background: url(/local/templates/new/images/sauna_clock.png);
    background-size: contain;
    width: 1.8rem;
    height: 1.8rem;
    margin-right: 10px;
    top: 0.4rem;
    position: relative;
}

.point-description .main-description {
    width: 75%;
}

.point-description .main-description.no-logo {
    width: 100%;
}

.point .sauna-icons {
    display: flex;
    position: absolute;
    z-index: 1;
    top: 20px;
    left: 35px;
}

.point .sauna-icons .new {
    width: 50px;
    height: 50px;
    font-weight: 700;
    font-size: 12px;
    line-height: 12px;
    text-align: center;
    color: #FFFFFF;
    background-image: url(/local/templates/new/images/sauna_new.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position-x: center;
    background-position-y: center;
}

.point-description .main-description .name-reviews {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.point-description .reviews {
    display: flex;
    margin-top: 15px
}

.point-description .reviews .square {
    width: 40px;
    height: 40px;
    background: #D00025;
    border-radius: 10px;
    font-weight: 700;
    font-size: 18px;
    line-height: 150%;
    color: #FFFFFF;
    text-align: center;
    padding-top: 7px;
}

.point-description .reviews .review-title {
    font-weight: 800;
    font-size: 15px;
    line-height: 20px;
    color: #1A181F;
    margin-left: 15px;
}

.point-description .reviews .reviews-count {
    color: rgba(26, 24, 31, 0.5);
    line-height: 71%;
    font-weight: 600;
    margin-left: 15px;
    font-size: 14px;
}

.point .sauna-icons .premium {
    width: 50px;
    height: 50px;
    background: #D00025;
    background-image: url(/local/templates/new/images/sauna_crow.png);
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: 25%;
    border-radius: 50%;
    font-weight: 700;
    font-size: 10px;
    text-align: center;
    color: #FFFFFF;
    margin-right: 10px;
}

.point .sauna-icons .new {
    width: 50px;
    height: 50px;
    font-weight: 700;
    font-size: 12px;
    line-height: 12px;
    text-align: center;
    color: #FFFFFF;
    background-image: url(/local/templates/new/images/sauna_new.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position-x: center;
    background-position-y: center;
}

.point .sauna-icons .premium span {
    position: relative;
    top: 50%;
}

.point .sauna-icons .new span {
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: block;
    width: max-content;
}

.add-to-favorite {
    cursor: pointer;
}

.add-to-favorite.active .icon {
    color: var(--red);
}

/*Ìåòêà äëÿ êàðòû*/
.placemark_layout_container {
    position: relative;
    font-family: Manrope;
    font-size: 18px;
    line-height: 150%;
    text-align: center;
    letter-spacing: 0.01em;
    color: #000000;
}

.square_layout {
    position: absolute;
    left: -23px;
    top: -23px;
    width: 89px;
    height: 38px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #FFFFFF;
    border: 1px solid #969696;
    box-sizing: border-box;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
    border-radius: 100px;
}

.square_layout.active {
    background: #000000;
    color: #ffffff;
}

.square_layout.visited {
    background: rgb(235, 235, 235);
}

.no-result {
    display: flex;
    justify-content: center;
}

.pagination-block {
    margin-top: 25px;
}

.saunas-ended__block {
    font-size: 16px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 20px auto;
    max-width: 320px;
    text-align: center;
}
.saunas-ended__button {
    margin-top: 10px;
    display: block;
    padding: 12px 0;
    background: #D00025;
    border: none;
    border-radius: 5px;
    font-weight: 600;
    font-size: 15px;
    line-height: 25px;
    color: #FFFFFF;
    text-align: center;
    text-decoration: none;
}

@media (max-width: 1800px) {
    .point,
    .pagination-block {
        max-width: 900px;
    }
}

@media (max-width: 1720px) {
    .point,
    .pagination-block {
        width: 89%;
    }
}

@media (max-width: 1620px) {
    .point {
        width: 94%;
    }
}

@media (max-width: 1500px) {
    .point,
    .pagination-block {
        width: 98%;
    }
}

@media (max-width: 1440px) {
    .point,
    .pagination-block {
        width: 100%;
        padding-left: 20px;
    }
}

@media (max-width: 1023px) {
    .points-on-map,
    .point {
        display: block;
    }

    .points,
    .map {
        width: 100%;
    }

    .point__slide.slick-slide {
        height: 100%;
    }

    .point-slider-block {
        height: auto;
    }

    .points__content {
        width: 100%;
        padding-bottom: 10px;
    }

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

    .point__slider .slick-track {
        display: flex;
    }

    .point__slider.slick-dotted.slick-slider {
        margin-bottom: 15px;
        touch-action: auto;
        width: 100%;
        height: 57vw;
    }

    .point__slider img,
    .point__slider-with-one-picture img {
        border-radius: 10px;
    }

    .pagination-block {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .pagination__total {
        margin-top: 15px;
    }

    .pagination-block .pagination {
        margin-right: 0;
    }

    .pagination li {
        margin-right: 10px;
        width: 25px;
        height: 25px;
    }

    .pagination li a {
        width: 25px;
        height: 25px;
        font-size: 12px;
    }

    .map {
        display: none;
    }
}

@media (max-width: 767px) {
    .point {
        display: block;
        padding: 30px;
    }

    .point .sauna-icons {
        left: 20px;
    }

    .point-description, .pagination-block {
        padding: 0;
    }

    .point-description .main-description .name-reviews {
        display: block;
    }

    .point-description .head-description h2, .point-description .head-description h2 a,
    .point-description .main-description .price {
        font-size: 20px;
    }

    .point-description .main-description .reviews, .point-description .main-description .address,
    .point-description .features, .point-description .description, .point-description .work-time {
        font-size: 14px;
        line-height: 19px;
    }


    .point-description .description * {
        font-size: 14px;
        line-height: 19px;
    }


    .point-description .work-time .clock-icon {
        width: 18px;
        height: 18px;
        top: 4px;
    }

    .point-description .head-description .logo {
        width: 55px;
        height: 55px;
    }

    .main-description .reviews .icon {
        width: 16px;
        height: 16px;
        top: 2px;
    }

    .points {
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .points-on-map .btn-container {
        text-align: center;
        padding: 30px 0 10px;
    }

    .slider-range__text input {
        font-weight: 700;
        font-size: 16px;
    }

    .point-slider-block {
        height: auto;
    }

    .point-slider-prev,
    .point-slider-next {
        display: block !important;
    }
    .saunas-ended__block {
        width: 90%;
    }
}
/* End */


/* Start:/local/templates/new/components/bitrix/saunas.on.map/map/style.css?16703164924572*/
.add-to-favorite {
    cursor: pointer;
}

.add-to-favorite.active .icon {
    color: var(--red);
}

.map {
    width: 50%;
    height: 100vh;
    position: sticky;
    top: 0;
    bottom: 0;
}

/*Ìåòêà äëÿ êàðòû*/
.placemark_layout_container {
    position: relative;
    font-family: Manrope;
    font-size: 18px;
    line-height: 150%;
    text-align: center;
    letter-spacing: 0.01em;
    color: #000000;
}

.square_layout {
    position: absolute;
    left: -23px;
    top: -23px;
    width: 89px;
    height: 38px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #FFFFFF;
    border: 1px solid #969696;
    box-sizing: border-box;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
    border-radius: 100px;
}

.square_layout.active {
    background: #000000;
    color: #ffffff;
}

.square_layout.visited {
    background: rgb(235, 235, 235);
}

/*Ìåòêà äëÿ êàðòû*/

/*ÁÀËËÓÍ ÊÀÐÒÛ*/
.balloon-box {
    position: absolute;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.16);
    border-radius: 20px;
    max-width: 234px;
    background: #FFFFFF;
}

.balloon-inner {
    background: #FFFFFF;
    border-radius: 20px;
}

.balloon-content {
    padding: 0 17px 21px 17px;
}

.balloon-slider {
    /*display: flex !important;*/
    margin-bottom: 9px !important;
    height: 145px;
}

.balloon-slider .slick-prev,
.balloon-slider .slick-next {
    display: none !important;
}

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

.balloon-slider .slick-prev,
.balloon-slider .slick-next {
    -webkit-transition: all .6s;
    transition: all .6s;
    width: 23px;
    height: 23px;
}

.balloon-slider .slick-prev {
    left: 17px;
    top: 45%;
}

.balloon-slider .slick-next {
    right: 17px;
    top: 51%;
}

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

.balloon-slider-block {
    position: relative;
    height: auto;
}

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

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

.balloon-slider-block .slick-dots li {
    width: auto;
    height: auto;
    opacity: 0.5;
}

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

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

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

.balloon-slide {
    height: 100%;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
}

.balloon-slide:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    border-radius: 20px;
    top: 0;
    left: 0;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(transparent));
    background: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent);
    opacity: 1;
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
    z-index: 0;
}

.balloon-slider img {
    width: 100%;
    height: 145px;
    object-fit: cover;
    border-radius: 20px;
}

.balloon-name a {
    font-weight: bold;
    font-size: 18px;
    line-height: 150%;
    color: #000000;
    margin-bottom: 7px;
}

.balloon-name a:hover {
    text-decoration: underline;
    color: #D00025;
}

.balloon-address {
    font-size: 12px;
    line-height: 150%;
    letter-spacing: 0.01em;
    text-decoration-line: underline;
    color: #6E6E6E;
    margin-bottom: 19px;
}

.balloon-rating {
    padding-left: 33px;
    position: relative;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0.01em;
    color: #6e6e6e;
    margin-bottom: 23px;
}

.balloon-rating span {
    font-weight: bold;
    color: #FFC107;
}

.balloon-rating span:before {
    position: absolute;
    content: url(/local/templates/new/images/svg-star.svg);
    left: 0;
    top: 0;
}

.balloon-price {
    font-weight: bold;
    font-size: 18px;
    line-height: 150%;
    color: #000000;
}

@media (max-width: 767px) {
    .map {
        width: 100%;
        display: none;
        flex-direction: column;
    }

    .map .btn-container {
        order: 1;
        margin-top: auto;
    }

    .balloon-slider-block .slick-prev,
    .balloon-slider-block .slick-next {
        display: block !important;
    }
}
/* End */


/* Start:/local/templates/new/components/bitrix/viewed.saunas/saunas/style.css?16496667274255*/
.viewed__saunas * {
    box-sizing: border-box;
}

.related {
    padding: 5rem 0 8rem;
    overflow: hidden;
}

.related-slider {
    margin: 0 -1.5rem;
    display: flex;
}

.related-slider .slick-list {
    overflow: visible;
}

.related-slider .slick-track {
    display: flex;
}

.related-slide {
    padding: 0 1.5rem;
    height: auto !important;
}

.related__top {
    margin-bottom: 4rem;
}

.related__top .h2 {
    line-height: 1.4;
}

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

.related__arrows .slick-arrow {
    width: 3.8rem;
    height: 1.8rem;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    cursor: pointer;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.related__arrows .slick-arrow:hover, .related__arrows .slick-arrow.slick-disabled {
    color: var(--grey);
}

.related__arrows .slick-arrow.slick-disabled {
    cursor: default;
    pointer-events: none;
}

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

.related__arrows .next-arrow {
    margin-left: 3rem;
}

.related-slide__img {
    line-height: 0;
    height: 40rem;
    position: relative;
    margin-bottom: 1.5rem;
}

.related-slide__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 20px;
}

.related-slide__img .add-to-favorite {
    position: absolute;
    width: 36px;
    height: 36px;
    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;
    top: 20px;
    right: 20px;
    border-radius: 50%;
    background: #F0F0F0;
    color: var(--black);
}

.related-slide__img .add-to-favorite .icon {
    width: 50%;
    height: 50%;
}

.related-slide__img .add-to-favorite.active {
    background: var(--red);
}

.related-slide__img .add-to-favorite.active .icon {
    color: #fff;
}

.related-slide__descr .h3 {
    display: block;
    font-weight: 700;
    font-size: 2.4rem;
    line-height: 1.4;
    margin-bottom: 0.4em;
}

.related-slide__descr .h3:hover {
    color: var(--red);
}

.related-slide__descr p {
    color: var(--grey-dark);
    height: 3em;
    margin-bottom: 2em;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.related-slide__descr p a:hover {
    color: var(--red);
}

.related-slide__raiting {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: var(--grey-dark);
    margin-bottom: 2rem;
}

.related-slide__raiting .icon {
    width: 2.2rem;
    height: 2.2rem;
    margin-right: 0.75rem;
    position: relative;
    top: -0.2rem;
    background: url(/local/templates/new/images/svg-star.svg) no-repeat;
    background-size: contain;
}

.related-slide__price {
    margin-top: 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.current-price {
    font-size: 2.4rem;
    font-weight: 700;
}

@media (max-width: 1620px) {
    .related-slide {
        width: 60rem;
    }
}

@media (max-width: 901px) {
    .related-slide {
        width: 40rem;
    }
}

@media (max-width: 767px) {
    .related-slide {
        width: 220px;
    }

    .related__arrows {
        display: none;
    }

    .related-slide__img .add-to-favorite {
        right: 10px;
        top: 10px;
    }

    .related-slide__descr .h3 {
        font-size: 16px;
    }

    .related-slide__descr p {
        font-size: 12px;
        margin-bottom: 15px;
    }

    .related-slide__raiting {
        font-size: 12px;
        margin-bottom: 10px;
    }

    .related-slide__raiting .icon {
        width: 14px;
        height: 14px;
    }

    .current-price {
        font-size: 18px;
    }
}

@media (max-width: 480px) {
    .related-slide {
        width: 320px;
    }
}

@media (max-width: 340px) {
    .related-slide {
        width: 280px;
    }
}
/* End */


/* Start:/local/templates/new/components/bitrix/reviews/saunas/style.css?16703164923551*/
.reviews,
.reviews * {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.full-star {
    color: var(--yellow);
}

.not-reviews {
    font-size: 2rem;
    line-height: 150%;
    margin: 0 1.5rem;
}

.stars-raiting .icon {
    width: 2rem;
    height: 2rem;
}

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

.stars-raiting .icon.empty-star {
    background: url(/local/templates/new/images/svg-star.svg) no-repeat;
    background-size: contain;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
}

.stars-raiting .icon:not(:last-child) {
    margin-right: 0.5rem;
}

.all-reviews {
    margin-top: 5rem;
    padding: 8rem 0;
    background-color: var(--grey-bg);
}

.all-reviews .h2 {
    font-size: 6rem;
    line-height: 1.4;
    margin-bottom: 1em;
}

.reviews-block {
    margin: 0 -1.5rem;
    padding-top: 6rem;
}

.reviews__item {
    width: 33.333%;
    padding: 0 1.5rem;
    margin-bottom: 3rem;
}

.reviews__content {
    background-color: #fff;
    border-radius: 20px;
    padding: 7rem 3rem 3rem;
    position: relative;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.avatar {
    width: 11rem;
    height: 11rem;
    border-radius: 50%;
    overflow: hidden;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    left: 3rem;
    top: 0;
}

.avatar img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.autor-name {
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 150%;
    margin-bottom: 0.8rem;
    margin-top: 1em;
}

.author-date {
    font-size: 1.8rem;
    line-height: 150%;
}

.review-body {
    margin: 1.5rem 0 30px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    position: relative;
}

.review-body::after {
    content: '';
    width: 100%;
    height: 20%;
    background: -webkit-gradient(linear, left bottom, left top, from(#fff), to(transparent));
    background: linear-gradient(to top, #fff, transparent);
    position: absolute;
    bottom: 0;
    left: 0;
}

.review-body p {
    max-height: 300px;
    padding-bottom: 30px;
    overflow-y: auto;
}

.review-link {
    font-size: 2rem;
    font-weight: 700;
    line-height: 150%;
    text-decoration: underline;
}

.review-link:hover {
    text-decoration: none;
    color: var(--red);
}

@media (max-width: 767px) {
    .all-reviews .container {
        width: calc(100% - 40px);
    }

    .reviews-block {
        overflow-x: auto;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        padding-top: 30px;
    }

    .reviews__item {
        width: 280px;
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
    }

    .avatar {
        width: 60px;
        height: 60px;
    }

    .reviews__content {
        padding: 50px 20px 30px;
    }

    .autor-name {
        font-size: 18px;
    }

    .review-link,
    .author-date {
        font-size: 14px;
    }

    .review-body {
        margin-bottom: 10px;
    }

    .stars-raiting .icon {
        width: 15px;
        height: 15px;
    }

    .stars-raiting .icon:not(:last-child) {
        margin-right: 3px;
    }
}
/* End */
/* /local/templates/new/components/bitrix/sauna.filter/sauna.on.map/style.css?16542472347365 */
/* /local/templates/new/css/jquery-ui.css?1605252221968 */
/* /local/templates/new/components/bitrix/news.list/main_banner/style.css?17253743981404 */
/* /local/templates/new/components/bitrix/system.pagenavigation/sauna/style.css?16496667272499 */
/* /local/templates/new/components/bitrix/saunas.on.map/list/style.css?173953136912585 */
/* /local/templates/new/components/bitrix/saunas.on.map/map/style.css?16703164924572 */
/* /local/templates/new/components/bitrix/viewed.saunas/saunas/style.css?16496667274255 */
/* /local/templates/new/components/bitrix/reviews/saunas/style.css?16703164923551 */
