@charset "UTF-8";
.container, .container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-right: .5rem;
    padding-left: .5rem;
    width: calc(100% - 2rem);
    max-width: 1200px
}

.row {
    box-sizing: border-box;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex: 0 1 auto;
    -webkit-box-flex: 0;
    flex: 0 1 auto;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -.5rem;
    margin-left: -.5rem
}

.row.reverse {
    -ms-flex-direction: row-reverse;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    flex-direction: row-reverse
}

.col.reverse {
    -ms-flex-direction: column-reverse;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    flex-direction: column-reverse
}

.col-xs, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    box-sizing: border-box;
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    padding-right: .5rem;
    padding-left: .5rem
}

.col-xs {
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%
}

.col-xs-1 {
    -ms-flex-preferred-size: 8.333%;
    flex-basis: 8.333%;
    max-width: 8.333%
}

.col-xs-2 {
    -ms-flex-preferred-size: 16.667%;
    flex-basis: 16.667%;
    max-width: 16.667%
}

.col-xs-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%
}

.col-xs-4 {
    -ms-flex-preferred-size: 33.333%;
    flex-basis: 33.333%;
    max-width: 33.333%
}

.col-xs-5 {
    -ms-flex-preferred-size: 41.667%;
    flex-basis: 41.667%;
    max-width: 41.667%
}

.col-xs-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%
}

.col-xs-7 {
    -ms-flex-preferred-size: 58.333%;
    flex-basis: 58.333%;
    max-width: 58.333%
}

.col-xs-8 {
    -ms-flex-preferred-size: 66.667%;
    flex-basis: 66.667%;
    max-width: 66.667%
}

.col-xs-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%
}

.col-xs-10 {
    -ms-flex-preferred-size: 83.333%;
    flex-basis: 83.333%;
    max-width: 83.333%
}

.col-xs-11 {
    -ms-flex-preferred-size: 91.667%;
    flex-basis: 91.667%;
    max-width: 91.667%
}

.col-xs-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%
}

.col-xs-offset-1 {
    margin-left: 8.333%
}

.col-xs-offset-2 {
    margin-left: 16.667%
}

.col-xs-offset-3 {
    margin-left: 25%
}

.col-xs-offset-4 {
    margin-left: 33.333%
}

.col-xs-offset-5 {
    margin-left: 41.667%
}

.col-xs-offset-6 {
    margin-left: 50%
}

.col-xs-offset-7 {
    margin-left: 58.333%
}

.col-xs-offset-8 {
    margin-left: 66.667%
}

.col-xs-offset-9 {
    margin-left: 75%
}

.col-xs-offset-10 {
    margin-left: 83.333%
}

.col-xs-offset-11 {
    margin-left: 91.667%
}

.start-xs {
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    justify-content: flex-start;
    text-align: start
}

.center-xs {
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center
}

.end-xs {
    -ms-flex-pack: end;
    -webkit-box-pack: end;
    justify-content: flex-end;
    text-align: end
}

.top-xs {
    -ms-flex-align: start;
    -webkit-box-align: start;
    align-items: flex-start
}

.middle-xs {
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center
}

.bottom-xs {
    -ms-flex-align: end;
    -webkit-box-align: end;
    align-items: flex-end
}

.around-xs {
    -ms-flex-pack: distribute;
    justify-content: space-around
}

.between-xs {
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between
}

.first-xs {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
    order: -1
}

.last-xs {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1
}

@media only screen and (min-width: 48em) {
    .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9 {
        box-sizing: border-box;
        -ms-flex: 0 0 auto;
        -webkit-box-flex: 0;
        flex: 0 0 auto;
        padding-right: .5rem;
        padding-left: .5rem
    }

    .col-sm {
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        -webkit-box-flex: 1;
        flex-grow: 1;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        max-width: 100%
    }

    .col-sm-1 {
        -ms-flex-preferred-size: 8.333%;
        flex-basis: 8.333%;
        max-width: 8.333%
    }

    .col-sm-2 {
        -ms-flex-preferred-size: 16.667%;
        flex-basis: 16.667%;
        max-width: 16.667%
    }

    .col-sm-3 {
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        max-width: 25%
    }

    .col-sm-4 {
        -ms-flex-preferred-size: 33.333%;
        flex-basis: 33.333%;
        max-width: 33.333%
    }

    .col-sm-5 {
        -ms-flex-preferred-size: 41.667%;
        flex-basis: 41.667%;
        max-width: 41.667%
    }

    .col-sm-6 {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%
    }

    .col-sm-7 {
        -ms-flex-preferred-size: 58.333%;
        flex-basis: 58.333%;
        max-width: 58.333%
    }

    .col-sm-8 {
        -ms-flex-preferred-size: 66.667%;
        flex-basis: 66.667%;
        max-width: 66.667%
    }

    .col-sm-9 {
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
        max-width: 75%
    }

    .col-sm-10 {
        -ms-flex-preferred-size: 83.333%;
        flex-basis: 83.333%;
        max-width: 83.333%
    }

    .col-sm-11 {
        -ms-flex-preferred-size: 91.667%;
        flex-basis: 91.667%;
        max-width: 91.667%
    }

    .col-sm-12 {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%
    }

    .col-sm-offset-1 {
        margin-left: 8.333%
    }

    .col-sm-offset-2 {
        margin-left: 16.667%
    }

    .col-sm-offset-3 {
        margin-left: 25%
    }

    .col-sm-offset-4 {
        margin-left: 33.333%
    }

    .col-sm-offset-5 {
        margin-left: 41.667%
    }

    .col-sm-offset-6 {
        margin-left: 50%
    }

    .col-sm-offset-7 {
        margin-left: 58.333%
    }

    .col-sm-offset-8 {
        margin-left: 66.667%
    }

    .col-sm-offset-9 {
        margin-left: 75%
    }

    .col-sm-offset-10 {
        margin-left: 83.333%
    }

    .col-sm-offset-11 {
        margin-left: 91.667%
    }

    .start-sm {
        -ms-flex-pack: start;
        -webkit-box-pack: start;
        justify-content: flex-start;
        text-align: start
    }

    .center-sm {
        -ms-flex-pack: center;
        -webkit-box-pack: center;
        justify-content: center;
        text-align: center
    }

    .end-sm {
        -ms-flex-pack: end;
        -webkit-box-pack: end;
        justify-content: flex-end;
        text-align: end
    }

    .top-sm {
        -ms-flex-align: start;
        -webkit-box-align: start;
        align-items: flex-start
    }

    .middle-sm {
        -ms-flex-align: center;
        -webkit-box-align: center;
        align-items: center
    }

    .bottom-sm {
        -ms-flex-align: end;
        -webkit-box-align: end;
        align-items: flex-end
    }

    .around-sm {
        -ms-flex-pack: distribute;
        justify-content: space-around
    }

    .between-sm {
        -ms-flex-pack: justify;
        -webkit-box-pack: justify;
        justify-content: space-between
    }

    .first-sm {
        -ms-flex-order: -1;
        -webkit-box-ordinal-group: 0;
        order: -1
    }

    .last-sm {
        -ms-flex-order: 1;
        -webkit-box-ordinal-group: 2;
        order: 1
    }
}

@media only screen and (min-width: 62em) {
    .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9 {
        box-sizing: border-box;
        -ms-flex: 0 0 auto;
        -webkit-box-flex: 0;
        flex: 0 0 auto;
        padding-right: .5rem;
        padding-left: .5rem
    }

    .col-md {
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        -webkit-box-flex: 1;
        flex-grow: 1;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        max-width: 100%
    }

    .col-md-1 {
        -ms-flex-preferred-size: 8.333%;
        flex-basis: 8.333%;
        max-width: 8.333%
    }

    .col-md-2 {
        -ms-flex-preferred-size: 16.667%;
        flex-basis: 16.667%;
        max-width: 16.667%
    }

    .col-md-3 {
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        max-width: 25%
    }

    .col-md-4 {
        -ms-flex-preferred-size: 33.333%;
        flex-basis: 33.333%;
        max-width: 33.333%
    }

    .col-md-5 {
        -ms-flex-preferred-size: 41.667%;
        flex-basis: 41.667%;
        max-width: 41.667%
    }

    .col-md-6 {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%
    }

    .col-md-7 {
        -ms-flex-preferred-size: 58.333%;
        flex-basis: 58.333%;
        max-width: 58.333%
    }

    .col-md-8 {
        -ms-flex-preferred-size: 66.667%;
        flex-basis: 66.667%;
        max-width: 66.667%
    }

    .col-md-9 {
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
        max-width: 75%
    }

    .col-md-10 {
        -ms-flex-preferred-size: 83.333%;
        flex-basis: 83.333%;
        max-width: 83.333%
    }

    .col-md-11 {
        -ms-flex-preferred-size: 91.667%;
        flex-basis: 91.667%;
        max-width: 91.667%
    }

    .col-md-12 {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%
    }

    .col-md-offset-1 {
        margin-left: 8.333%
    }

    .col-md-offset-2 {
        margin-left: 16.667%
    }

    .col-md-offset-3 {
        margin-left: 25%
    }

    .col-md-offset-4 {
        margin-left: 33.333%
    }

    .col-md-offset-5 {
        margin-left: 41.667%
    }

    .col-md-offset-6 {
        margin-left: 50%
    }

    .col-md-offset-7 {
        margin-left: 58.333%
    }

    .col-md-offset-8 {
        margin-left: 66.667%
    }

    .col-md-offset-9 {
        margin-left: 75%
    }

    .col-md-offset-10 {
        margin-left: 83.333%
    }

    .col-md-offset-11 {
        margin-left: 91.667%
    }

    .start-md {
        -ms-flex-pack: start;
        -webkit-box-pack: start;
        justify-content: flex-start;
        text-align: start
    }

    .center-md {
        -ms-flex-pack: center;
        -webkit-box-pack: center;
        justify-content: center;
        text-align: center
    }

    .end-md {
        -ms-flex-pack: end;
        -webkit-box-pack: end;
        justify-content: flex-end;
        text-align: end
    }

    .top-md {
        -ms-flex-align: start;
        -webkit-box-align: start;
        align-items: flex-start
    }

    .middle-md {
        -ms-flex-align: center;
        -webkit-box-align: center;
        align-items: center
    }

    .bottom-md {
        -ms-flex-align: end;
        -webkit-box-align: end;
        align-items: flex-end
    }

    .around-md {
        -ms-flex-pack: distribute;
        justify-content: space-around
    }

    .between-md {
        -ms-flex-pack: justify;
        -webkit-box-pack: justify;
        justify-content: space-between
    }

    .first-md {
        -ms-flex-order: -1;
        -webkit-box-ordinal-group: 0;
        order: -1
    }

    .last-md {
        -ms-flex-order: 1;
        -webkit-box-ordinal-group: 2;
        order: 1
    }
}

@media only screen and (min-width: 75em) {
    .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9 {
        box-sizing: border-box;
        -ms-flex: 0 0 auto;
        -webkit-box-flex: 0;
        flex: 0 0 auto;
        padding-right: .5rem;
        padding-left: .5rem
    }

    .col-lg {
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        -webkit-box-flex: 1;
        flex-grow: 1;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        max-width: 100%
    }

    .col-lg-1 {
        -ms-flex-preferred-size: 8.333%;
        flex-basis: 8.333%;
        max-width: 8.333%
    }

    .col-lg-2 {
        -ms-flex-preferred-size: 16.667%;
        flex-basis: 16.667%;
        max-width: 16.667%
    }

    .col-lg-3 {
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        max-width: 25%
    }

    .col-lg-4 {
        -ms-flex-preferred-size: 33.333%;
        flex-basis: 33.333%;
        max-width: 33.333%
    }

    .col-lg-5 {
        -ms-flex-preferred-size: 41.667%;
        flex-basis: 41.667%;
        max-width: 41.667%
    }

    .col-lg-6 {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%
    }

    .col-lg-7 {
        -ms-flex-preferred-size: 58.333%;
        flex-basis: 58.333%;
        max-width: 58.333%
    }

    .col-lg-8 {
        -ms-flex-preferred-size: 66.667%;
        flex-basis: 66.667%;
        max-width: 66.667%
    }

    .col-lg-9 {
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
        max-width: 75%
    }

    .col-lg-10 {
        -ms-flex-preferred-size: 83.333%;
        flex-basis: 83.333%;
        max-width: 83.333%
    }

    .col-lg-11 {
        -ms-flex-preferred-size: 91.667%;
        flex-basis: 91.667%;
        max-width: 91.667%
    }

    .col-lg-12 {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%
    }

    .col-lg-offset-1 {
        margin-left: 8.333%
    }

    .col-lg-offset-2 {
        margin-left: 16.667%
    }

    .col-lg-offset-3 {
        margin-left: 25%
    }

    .col-lg-offset-4 {
        margin-left: 33.333%
    }

    .col-lg-offset-5 {
        margin-left: 41.667%
    }

    .col-lg-offset-6 {
        margin-left: 50%
    }

    .col-lg-offset-7 {
        margin-left: 58.333%
    }

    .col-lg-offset-8 {
        margin-left: 66.667%
    }

    .col-lg-offset-9 {
        margin-left: 75%
    }

    .col-lg-offset-10 {
        margin-left: 83.333%
    }

    .col-lg-offset-11 {
        margin-left: 91.667%
    }

    .start-lg {
        -ms-flex-pack: start;
        -webkit-box-pack: start;
        justify-content: flex-start;
        text-align: start
    }

    .center-lg {
        -ms-flex-pack: center;
        -webkit-box-pack: center;
        justify-content: center;
        text-align: center
    }

    .end-lg {
        -ms-flex-pack: end;
        -webkit-box-pack: end;
        justify-content: flex-end;
        text-align: end
    }

    .top-lg {
        -ms-flex-align: start;
        -webkit-box-align: start;
        align-items: flex-start
    }

    .middle-lg {
        -ms-flex-align: center;
        -webkit-box-align: center;
        align-items: center
    }

    .bottom-lg {
        -ms-flex-align: end;
        -webkit-box-align: end;
        align-items: flex-end
    }

    .around-lg {
        -ms-flex-pack: distribute;
        justify-content: space-around
    }

    .between-lg {
        -ms-flex-pack: justify;
        -webkit-box-pack: justify;
        justify-content: space-between
    }

    .first-lg {
        -ms-flex-order: -1;
        -webkit-box-ordinal-group: 0;
        order: -1
    }

    .last-lg {
        -ms-flex-order: 1;
        -webkit-box-ordinal-group: 2;
        order: 1
    }
}

.z-index-1 {
    z-index: 1
}

.z-index-2 {
    z-index: 2
}

.z-index-3 {
    z-index: 3
}

.gallery-basic_control, .gallery-basic_slide-left, .gallery-basic_slide-right, .gallery-thumbs__pager, .z-index-5 {
    z-index: 5
}

.z-index-10 {
    z-index: 10
}

.gallery-full, .gallery-full__img, .z-index-100 {
    z-index: 100
}

.gallery-full__pager, .gallery-full__switch, .z-index-1000 {
    z-index: 1000
}

.accordion__item, .bg-white {
    background: #fff
}

.link-black {
    color: #484151
}

.text-error {
    color: #d61717
}

.mobile-menu {
    background: #fff
}

body.winter a.theme, body.winter a.theme:active, body.winter a.theme:hover, body.winter a.theme:link, body.winter a.theme:visited {
    color: #00a0dc
}

body.winter .btn-theme {
    background: #FFF;
    color: #484151;
    font-size: 14px;
    border-radius: 24px;
    font-weight: 500;
    transition: all ease .15s;
}
body.winter .btn-theme:hover {
    background: #01BAC6;
    color: #fff;
    font-size: 14px;
    border-radius: 24px;
    font-weight: 500;
}

body .tile-hotel .btn-theme,
body .tile-hotel .btn-theme:hover {
    border-radius: 0;
}


body.winter .btn-theme--off {
    background: #a1e3fb;
    color: #00a0dc
}

body.winter .theme-text-hover {
    transition: .5s
}

body.winter .theme-text-hover:hover {
    transition: .5s;
    color: #00a0dc
}

body.winter .form-theme .caption, body.winter .theme-text {
    color: #00a0dc
}

body.summer a.theme, body.summer a.theme:active, body.summer a.theme:hover, body.summer a.theme:link, body.summer a.theme:visited {
    color: #56cc56
}

body.summer .btn-theme {
    background: #44c9f6;
    color: #fff;
    font-size: 1rem
}

/*body.summer .btn-theme {*/
    /*background: #56cc56;*/
    /*color: #fff;*/
    /*font-size: 1rem*/
/*}*/

body.summer .btn-theme--off {
    background-color: #dafdf4;
    color: #8be6ce
}

body.summer .theme-text-hover {
    transition: .5s
}

body.summer .theme-text-hover:hover {
    transition: .5s;
    color: #56cc56
}

body.summer .theme-text, body.summer body.winter .form-theme .caption, body.winter .form-theme body.summer .caption {
    color: #56cc56
}

body.summer.theme .theme-header, body.winter.theme .theme-header {
    color: #fff
}

body.summer.theme .theme-header__page-title, body.winter.theme .theme-header__page-title {
    color: inherit;
    text-align: center;
    font-size: 3rem
}

body.summer.theme .theme-header__slogan, body.winter.theme .theme-header__slogan {
    color: inherit;
    text-align: center;
    font-weight: 400
}

body.summer.theme .theme-header a, body.summer.theme .theme-header a:active, body.summer.theme .theme-header a:hover, body.summer.theme .theme-header a:link, body.summer.theme .theme-header a:visited, body.winter.theme .theme-header a, body.winter.theme .theme-header a:active, body.winter.theme .theme-header a:hover, body.winter.theme .theme-header a:link, body.winter.theme .theme-header a:visited {
    color: #fff
}

@media (max-width: 992px) {
    body.summer.theme .menu-line, body.winter.theme .menu-line {
        background: #fff;
        margin-bottom: 64px
    }
}

.btn--winter {
    background-color: #01BAC6;
    color: #fff;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    border-radius: 4px;
}

.btn--winter:hover {
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    color: #FFF;
    background-color: #01BAC6;
}

.btn--winter.btn--off {
    background-color: #FFF;
    color: #01BAC6;
    border: 1px solid #01BAC6;
}

.btn--summer {
    background-color: #44c8f5;
    color: #fff;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.btn--summer:hover {
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    color: #00a0dc;
    background-color: #bee6f4
}

.btn--summer:hover {
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    color: #00a0dc;
    background-color: #bee6f4
}

.btn--summer.btn--off {
    background-color: #daf4fd;
    color: #8bcee6
}

.btn--summer:hover {
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    color: #00a0dc;
    background-color: #bee6f4
}



/*.btn--summer {*/
    /*background-color: #56cc56;*/
    /*color: #fff;*/
    /*-webkit-transition: .5s;*/
    /*-moz-transition: .5s;*/
    /*-o-transition: .5s;*/
    /*transition: .5s*/
/*}*/

/*.btn--summer:hover {*/
    /*-webkit-transition: .5s;*/
    /*-moz-transition: .5s;*/
    /*-o-transition: .5s;*/
    /*transition: .5s;*/
    /*color: #56cc56;*/
    /*background-color: #bef4e6*/
/*}*/

/*.btn--summer.btn--off {*/
    /*background-color: rgba(86, 204, 86, .2);*/
    /*color: #32a846*/
/*}*/

/*.btn--summer:hover {*/
    /*-webkit-transition: .5s;*/
    /*-moz-transition: .5s;*/
    /*-o-transition: .5s;*/
    /*transition: .5s;*/
    /*color: #32a846;*/
    /*background-color: rgba(86, 204, 86, .4)*/
/*}*/

.link--winter {
    color: #44c8f5
}

.link--summer {
    color: #44c8f5
}

/*.link--summer {*/
    /*color: #56cc56*/
/*}*/

@media (max-width: 768px) {
    table.table-mobile .cell-mobile, table.table-mobile .row-mobile {
        display: none
    }

    table.table-mobile tr.open + tr.row-mobile {
        display: table-row
    }
}

@media (min-width: 768px) {
    table.table-mobile .row-mobile {
        display: none
    }

    tr .caret {
        display: none
    }
}

table.table-mobile tr.row-mobile > td {
    border: 0
}

table.table-mobile tr.row-mobile table {
    width: 100%
}

table.table-mobile tr.row-mobile table td {
    border-left: 0;
    border-right: 0
}

table.table-mobile .caret {
    float: right
}

table.table-mobile tr:not(.open) .caret {
    transform: rotate(0);
    -moz-transform: rotate(0);
    -webkit-transform: rotate(0);
    -o-transform: rotate(0);
    -ms-transform: rotate(0);
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

table.table-mobile tr:not(.open) .caret:after {
    content: '\f107'
}

table.table-mobile tr.open .caret {
    transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

table.table-mobile tr.open .caret:after {
    content: '\f107'
}

table.table-striped tr {
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc
}

table.table-striped .stripe {
    background: #eee
}

table.table {
    width: 100%
}

table.table td, table.table th {
    padding: 5px
}

table.table thead {
    font-weight: 700
}

div.table-responsive {
    width: 100%;
    overflow-x: auto
}

.js-slopes-map.slopes path {
    /*stroke: rgba(0, 0, 0, 0);*/
    /*stroke-width: 30px;*/
}

.tile {
    padding: 0;
    color: #fff;
    position: relative
}

.tile__bg-image {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    display: block
}

.tile__wrapper {
    z-index: 2;
    position: absolute;
    padding-top: 2rem;
    left: 0;
    top: 0;
    width: 100%;
    height: calc(100% - 2rem);
    display: flex;
    flex-flow: row wrap;
    align-items: flex-end;
    align-content: flex-end;
    text-align: left
}

.tile__wrapper a {
    color: #fff;
    text-decoration: none
}

.tile__wrapper .hide {
    display: flex;
    flex-flow: row wrap;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    overflow: hidden;
    width: 100%;
    color: #fff
}

@media (min-width: 768px) {
    .tile__wrapper .hide {
        max-height: 0
    }
}

.tile__wrapper .heading {
    align-self: flex-end;
    color: #fff;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    font-size: 1.5rem;
    margin-bottom: 1rem;
    text-align: left;
    font-weight: 700
}

.tile__wrapper .heading span {
    font-size: 1rem;
    font-weight: 400
}

.tile__wrapper .description {
    font-size: 1rem
}

@media (min-width: 768px) {
    .tile__wrapper .description {
        font-size: .9rem
    }
}

.tile__btn-bottom {
    display: block;
    width: calc(100% - 2rem);
    padding: 1rem;
    z-index: -999;
    transition: .5s;
    align-self: flex-end;
    text-align: center;
    border-radius: 0;
    background: #01BAC6 !important;
    color: #FFF !important;
}
.tile__btn-bottom:hover {
    background: #FFF !important;
    color: #484151 !important;
}

.tile__overlay {
    -webkit-transition: background .5s;
    -moz-transition: background .5s;
    -o-transition: background .5s;
    transition: background .5s;
    background-color: #24324a;
    background: linear-gradient(to top, rgba(36, 50, 74, .9) 15%, rgba(36, 50, 74, 0) 40%);
    height: 100%;
    z-index: 1;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0
}

.tile__overlay--winter {
    background: linear-gradient(to top, rgba(36, 50, 74, .9) 15%, rgba(36, 50, 74, 0) 40%)
}

@media (max-width: 767px) {
    .tile__overlay--winter {
        background: rgba(36, 50, 74, .55)
    }
}

@media (max-width: 767px) {
    .tile__overlay {
        background: rgba(36, 50, 74, .55)
    }
}

.tile__overlay--summer {
    background: linear-gradient(to top, rgba(0, 0, 0, .6) 15%, rgba(0, 0, 0, 0) 40%)
}

@media (max-width: 767px) {
    .tile__overlay--summer {
        background: rgba(0, 0, 0, .4)
    }
}
.tile__bcg{
    position: absolute;
    left: 0;
    bottom: 0;
    background-size: cover;
    height: 100%;
    width: 100%;
    z-index: 0;
}
.tile__tint {
    height: 100%;
    z-index: 1;
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, .6);
}

.tile__overlay-const {
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    background: #24324a;
    opacity: 0;
    height: 100%;
    z-index: 1;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0
}

.tile__overlay-const--winter {
    background: #24324a
}

.tile__overlay-const--summer {
    background: rgba(0, 0, 0, .6)
}

.tile--hover .tile__btn-bottom, .tile:hover .tile__btn-bottom {
    z-index: 3;
    transition: .5s
}

.tile--hover .hide, .tile:hover .hide {
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    max-height: 1000px;
    height: auto
}

.tile--hover .heading, .tile--hover h3, .tile:hover .heading, .tile:hover h3 {
    padding-bottom: 3px;
    text-decoration: underline;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.tile--hover .wrapper .description, .tile:hover .wrapper .description {
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    height: auto
}

.tile--hover .tile__overlay, .tile:hover .tile__overlay {
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    transition-property: background;
    background: rgba(36, 50, 74, .8)
}

.tile--hover .tile__overlay--winter, .tile:hover .tile__overlay--winter {
    background: rgba(36, 50, 74, .8)
}

.tile--hover .tile__overlay--summer, .tile:hover .tile__overlay--summer {
    background: rgba(0, 0, 0, .5)
}

.tile--hover .tile__overlay-const, .tile:hover .tile__overlay-const {
    opacity: .65
}

.page__content h1 {
    font-size: 26px;
    line-height: 34px
}

@media (min-width: 992px) {
    .tile--dock .heading {
        font-size: 1rem
    }

    .tile--dock .filter-box, .tile--dock .padding-h, .tile--dock .page__content-box, .tile--dock .page__introtext {
        padding-left: 1rem;
        padding-right: 1rem
    }

    .tile--dock .filter-box, .tile--dock .padding-v, .tile--dock .page__content-box, .tile--dock .page__introtext {
        padding-top: 1rem;
        padding-bottom: 1rem
    }

    .tile--dock .description {
        font-size: .8rem
    }
}

.tile-news {
    position: relative;
    min-width: 100px;
    min-height: 100px;
    max-height: 1920px;
    padding: 1px;
    text-align: left
}

.tile-news__img {
    position: relative;
    z-index: -1;
    background: #fff;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    display: block
}

.tile-news__wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    overflow-y: hidden;
    color: #484151;
    padding: 2rem;
    display: flex;
    flex-direction: row;
    align-items: flex-end
}

.tile-news__wrapper a {
    color: #484151;
    text-decoration: none
}

.tile-news__wrapper .date {
    font-size: 4rem;
    line-height: 4rem;
    font-weight: 700;
    position: absolute;
    top: 2rem;
    left: 2rem
}

.tile-news__wrapper .date span {
    vertical-align: text-top;
    text-transform: uppercase;
    font-size: 1rem
}

@media (max-width: 992px) {
    .tile-news__wrapper .date span {
        font-size: .8rem
    }
}

.tile-news__wrapper .title {
    font-weight: 700;
    text-decoration: none;
    font-size: 1.25rem;
    align-self: flex-end
}

.tile-news__wrapper .text {
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    font-size: 1rem;
    overflow: hidden;
    margin-top: 1rem
}

@media (min-width: 992px) {
    .tile-news__wrapper .text {
        max-height: 0
    }
}

.tile-news__wrapper:hover a {
    color: #212831
}

.tile-news__wrapper:hover .text {
    max-height: 1000px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.tile-hotel:hover .hide {
    -webkit-transition: 1.5s;
    -moz-transition: 1.5s;
    -o-transition: 1.5s;
    transition: 1.5s
}

.tile-hotel:not(:hover) .hide {
    -webkit-transition: 1.5s;
    -moz-transition: 1.5s;
    -o-transition: 1.5s;
    transition: 1.5s
}

.tile-hotel .price {
    display: none
}

.tile-hotel .label {
    position: absolute;
    left: 2rem;
    top: 2rem;
    font-size: 1rem;
    text-transform: none;
    color: #fff !important;
    align-self: flex-start;
    z-index: 1
}

.tile-hotel:hover .label {
    display: none
}

.tile-hotel .avail-banner {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    color: #fff;
    align-items: center;
    justify-content: center
}

.tile-hotel--notavailable .avail-banner {
    display: flex
}

.tile-hotel--notavailable .tile__btn-bottom {
    display: none
}

.tile-hotel--available .price {
    display: inline-block;
    margin-right: 1rem
}

.tile-hotel .hide {
    justify-content: flex-end
}

.tile-hotel .stars {
    font-size: 1rem;
    color: #ffba00
}

.tile-hotel .special {
    color: red
}

.tile-hotel .icons-container {
    display: flex;
    padding-top: 1rem;
    justify-content: space-between;
    margin-bottom: 1rem;
    width: 100%
}

.tile-hotel__book-button {
    display: none;
    position: absolute;
    top: auto;
    bottom: 0;
    padding: 1rem;
    z-index: 3;
    width: 100%
}

.tile-hotel:hover__book-button {
    display: block
}

.tile-hotel .offers {
    padding: .5rem;
    background: #ef4130;
    display: inline-block;
    width: 2rem;
    height: 2rem;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    color: #fff
}

.tile-place .minprice {
    font-size: .8rem;
    font-weight: 400
}

.tile-place .recommend, .tile-place .recommended {
    position: absolute;
    top: 0;
    left: auto;
    right: 2rem
}

.tile-place .label {
    position: absolute;
    left: 2rem;
    top: 2rem;
    font-size: .8rem;
    text-transform: uppercase;
    align-self: flex-start;
    z-index: 1
}

.tile-place:hover .label {
    display: none
}

.tile-special .heading {
    margin-bottom: 0;
    font-weight: 700;
    font-size: 2rem
}

@media (min-width: 768px) and (max-width: 991px) {
    .tile-special .heading {
        font-size: 1.5rem
    }
}

@media (min-width: 768px) {
    .tile-special .heading {
        padding-right: 25%;
        margin-bottom: 1rem
    }
}

.tile-special .hide {
    margin-bottom: 2rem
}

.tile-special:hover .heading {
    margin-bottom: 2rem;
    text-decoration: underline
}

@media (max-width: 767px) {
    .tile-special .heading {
        font-size: 1.5rem;
        align-self: flex-start;
        display: block;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: .5rem;
        width: calc(100% - 2rem)
    }

    .tile-special .tile__wrapper {
        flex-flow: column wrap;
        align-items: flex-start;
        align-content: flex-start;
        justify-content: center;
        padding-bottom: 2rem;
        height: calc(100% - 4rem)
    }

    .tile-special .hide {
        display: none
    }
}

@media (min-width: 768px) {
    .tile-event,.tile-search {
        box-sizing: border-box;
    }
}

.tile-event a,.tile-search a {
    color: #fff !important;
    display: table;
    /*height: 405px;*/
}
a.search-res{
    height: 405px;
}

.tile-event__dates {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5
}

.tile-event__dates td {
    height: 1rem;
    vertical-align: middle;
    font-size: 1rem;
    line-height: 1rem;
    text-align: left;
    font-weight: 700
}

.tile-event__dates .day {
    font-size: 3rem;
    line-height: 3rem;
    padding-right: .5rem;
    height: 3rem;
    text-transform: uppercase
}

.tile-event__dates .month {
    text-transform: uppercase;
    font-weight: 700
}

.tile-event__dates .date2 {
    font-weight: 400;
    text-transform: normal
}

@media (min-width: 768px) {
    .tile-masonry {
        border: 1px solid #e8e8e8;
        box-sizing: border-box
    }
}

.tile-masonry--3 {
    height: calc(100% + 3px)
}

@media (max-width: 767px) {
    .tile-masonry--3 {
        height: 100%
    }
}

.tile__label {
    position: absolute;
    top: 3rem;
    height: 3rem;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1rem;
    padding-left: 2rem;
    padding-right: 2rem;
    max-width: calc(100% - 8rem);
    color: #484151;
    z-index: 5
}

.tile__label:after {
    position: absolute;
    content: '';
    width: 0;
    top: 0;
    right: -1rem;
    border-right: 1rem solid transparent
}

.tile__label--winter {
    background: #44c8f5
}

.tile__label--winter:after {
    border-top: 3rem solid #44c8f5
}

.tile__label--summer {
    background: #56cc56
}

.tile__label--summer:after {
    border-top: 3rem solid #56cc56
}

@media (max-width: 767px) {
    .tile__label {
        position: relative;
        font-weight: 400;
        display: inline-block;
        margin: 0 auto;
        top: auto;
        font-size: 1rem;
        padding: .75rem 1rem;
        text-align: center
    }

    .tile__label--summer:after, .tile__label--winter:after {
        display: none
    }
}

.tiles-container__simple-tile .wrapper {
    background: #fff;
    color: #484151
}

.tiles {
    background-image: url('/assets/template/pm/image/logo.svg');
    background-position: 0 100%;
    background-repeat: repeat;
    background-size: 33.33333333% auto;
}

@media (max-width: 767px) {
    .tiles {
        background-size: 100% 405px;
    }
}

.gallery-basic {
    position: relative;
    margin-bottom: 1rem
}

.gallery-basic_slide-container {
    z-index: 1;
    position: relative;
    width: 100%;
    height: 66vw;
    max-height: 560px;
    min-height: 100px;
    overflow-x: hidden;
    overflow-y: hidden
}

@media (min-width: 768px) and (max-width: 991px) {
    .gallery-basic_slide-container {
        height: 50vw
    }
}

.gallery-basic_slide-container_slide {
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -9999;
    width: 100%;
    height: 100%;
    opacity: 0
}

.gallery-basic_slide-container_slide img {
    width: 100%
}

.gallery-basic_slide-container_slide_active {
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    z-index: 1;
    position: relative;
    opacity: 1
}

.gallery-basic_thumb-container {
    width: 100%;
    overflow-x: hidden;
    overflow-y: hidden;
    height: 64px;
    position: relative
}

.gallery-basic_thumb-container .wrapper {
    position: relative;
    height: 64px;
    width: auto;
    left: 0
}

.gallery-basic_thumb-container_thumb {
    display: table-cell !important;
    line-height: 0;
    font-size: 0;
    width: 64px;
    height: 64px
}

.gallery-basic_thumb-container_thumb img {
    width: 64px
}

.gallery-basic_thumb-container_info_thumb {
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
    display: block;
    float: left;
    width: 25%;
    height: auto
}

.gallery-basic_thumb-container_info_thumb img {
    width: 100%;
    display: block;
    border: 1px solid #d9dce1
}

.gallery-basic_thumb-container_info_thumb_hidden {
    opacity: 0
}

.gallery-basic_thumb-container_info_thumb_hidden img {
    opacity: 0;
    z-index: -9999;
    position: fixed
}

.gallery-basic_thumb-container_info_page-right {
    display: block;
    float: left;
    width: 25%;
    height: auto;
    position: relative
}

.gallery-basic_thumb-container_info_page-right img {
    width: 100%;
    display: block
}

.gallery-basic_thumb-container_info_page-right:after {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    float: left;
    width: 100%;
    height: 100%;
    font-size: 2rem;
    content: '\f105';
    background: rgba(33, 33, 33, .7);
    color: #fff
}

.gallery-basic_thumb-container_info_page-left {
    display: block;
    float: left;
    width: 25%;
    height: auto;
    position: relative
}

.gallery-basic_thumb-container_info_page-left img {
    width: 100%;
    display: block
}

.gallery-basic_thumb-container_info_page-left:after {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    float: left;
    width: 100%;
    height: 100%;
    font-size: 2rem;
    content: '\f104';
    background: rgba(33, 33, 33, .7);
    color: #fff
}

.gallery-basic_control, .gallery-basic_slide-left, .gallery-basic_slide-right {
    position: absolute;
    top: calc(50% - 25px);
    background: rgba(0, 0, 0, .5);
    color: #fff;
    font-size: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    width: 50px;
    text-align: center
}

.gallery-basic_slide-left {
    left: 0
}

.gallery-basic_slide-left:after {
    content: "\f104"
}

.gallery-basic_slide-right {
    left: auto;
    right: 0
}

.gallery-basic_slide-right:after {
    content: "\f105"
}

.info-col .thumb-container {
    line-height: 0;
    width: 100%;
    overflow-x: hidden
}

.info-col .thumb-container a {
    display: block;
    line-height: 1rem;
    font-size: 1rem;
    float: left;
    width: 25%
}

.info-col .thumb-container a img {
    width: 100%
}

.news-item {
    padding-top: 2rem;
    padding-bottom: 2rem;
    position: relative
}

.news-item__hint {
    font-size: .75rem;
    color: #c0c4cd
}

.news-item a {
    color: #484151;
    text-decoration: none
}

.news-item--prev {
    text-align: right;
    padding-left: 3rem;
    padding-right: 2rem
}

.news-item--prev .news-item__arrow:before {
    content: '\f104';
    font-size: 3rem;
    position: absolute;
    left: 1rem
}

.news-item--separator {
    border-right: 1px solid #c0c4cd
}

.news-item--next {
    padding-right: 3rem;
    padding-left: 2rem
}

.news-item--next .news-item__arrow:before {
    content: '\f105';
    font-size: 3rem;
    position: absolute;
    right: 1rem
}

.news-item__title {
    font-size: 1rem
}

.hr {
    border-top: 1px solid #c0c4cd;
    margin: 1rem auto
}

.news-item-ribbon {
    padding-bottom: .75rem;
    position: relative
}

@media (max-width: 767px) {
    .news-item-ribbon {
        padding-top: 0;
        padding-bottom: 0
    }
}

.news-item-ribbon .date {
    font-size: .85rem;
    text-transform: uppercase;
    color: #585858
}

.news-item-ribbon .wrapper {
    background: #fff;
    padding: 1.75rem 1.75rem;
    border: 1px solid #d9dce1
}

@media (max-width: 991px) {
    .news-item-ribbon .wrapper {
        padding: 1rem 1rem
    }
}

.news-item-ribbon .wrapper a {
    color: #6b6b6b;
    text-decoration: none
}

.news-item-ribbon .wrapper .pagetitle {
    color: #484151;
    font-size: 1.25rem;
    font-weight: 700;
    margin-top: 2rem;
    margin-bottom: 1rem
}

@media (max-width: 991px) {
    .news-item-ribbon .wrapper .pagetitle {
        font-size: 1rem;
        margin-top: 1rem
    }
}

.news-item-ribbon .wrapper .text {
    font-size: .95rem
}

.news-item-ribbon .wrapper:hover a {
    color: #212831
}

.news-item-ribbon .wrapper:hover .pagetitle {
    text-decoration: underline
}

.news-btn {
    width: 100%;
    box-sizing: border-box
}

@media (min-width: 992px) {
    .news-btn {
        margin-top: 1rem;
        margin-bottom: 1rem
    }
}

.newslist {
    margin-bottom: .5rem
}

.tabs {
    overflow-x: hidden;
    position: relative;
    max-height: 10000px;
    width: 100%
}

.tabs__indicator {
    position: absolute;
    height: 100%;
    top: 0;
    width: 2rem;
    cursor: pointer
}

.tabs__indicator:active {
    background: #fff
}

.tabs__indicator:after {
    position: absolute;
    top: .75rem;
    content: "⋮";
    font-weight: 700;
    font-size: 1.5rem;
    font-weight: 700;
    color: #44c8f5;
    display: block
}

.tabs__indicator-left {
    left: -1.5rem
}

.tabs__indicator-right {
    left: auto;
    right: -1.5rem
}

.tabs__indicator-right:after {
    right: 0
}

.tabs__captions {
    position: relative;
    width: calc(100% - 4rem);
    left: 2rem
}

.tabs__captions-wrapper {
    display: table-row;
    max-width: 10000px;
    overflow-x: visible
}

.tabs__caption {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: table-cell;
    background: 0;
    padding: 1rem 2rem;
    color: #a3a3a3;
    font-size: 1rem;
    vertical-align: middle;
    max-height: 4rem;
    font-weight: 700
}

@media (max-width: 767px) {
    .tabs__caption {
        font-size: .9rem;
        padding: 1rem
    }
}

.tabs__caption--active {
    position: relative;
    top: 1px;
    background: #fff;
    color: #484151;
    font-weight: 700;
    padding: 1rem 2rem;
    border-left: 1px solid #e8e8e8;
    border-top: 1px solid #e8e8e8;
    border-right: 1px solid #e8e8e8;
    border-bottom: 1px solid #fff
}

.tabs__tab {
    border-left: 1px solid #e8e8e8;
    border-right: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8;
    border-top: 1px solid #e8e8e8;
    display: none
}

.tabs__tab--active {
    display: block
}

.dropdown {
    position: relative
}

.dropdown__caption {
    position: relative;
    text-transform: uppercase;
    color: #a3a3a3
}

.dropdown__caption:after {
    position: relative;
    top: 0;
    right: -1rem;
    content: '\f107';
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

@media (max-width: 991px) {
    .dropdown__caption:after {
        font-size: 1.5rem
    }
}

.dropdown__caption--open:after {
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg)
}

.dropdown__caption--winter:after {
    color: #00a0dc
}

.dropdown__caption--summer:after {
    color: #56cc56
}

.dropdown__value {
    margin-top: 1rem;
    font-weight: 700;
    color: #484151;
    font-size: 1rem
}

.dropdown__value--placeholder {
    color: #c0c4cd
}

.dropdown__list {
    width: 400px;
    position: absolute;
    z-index: 10;
    background: #fff;
    border-width: 0 1px 1px;
    border-color: #d9dce1;
    border-style: solid;
    overflow: visible
}

.dropdown__item {
    padding: .5rem;
    text-align: left
}

.dropdown__item:hover {
    background: #d9dce1
}

.dropdown-custom .dropdown__value {
    font-size: 4rem;
    line-height: 4rem;
    text-align: left
}

@media (min-width: 768px) {
    .dropdown-custom .dropdown__value {
        text-align: center
    }
}

.dropdown-custom .dropdown__value span {
    margin-left: 1rem;
    font-size: 1rem
}

.dropdown-inline .dropdown__value {
    display: none
}

.booking-form {
    position: relative;
    -moz-box-shadow: 0 0 20px rgba(0, 0, 0, .1);
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, .1);
    box-shadow: 0 0 20px rgba(0, 0, 0, .1);
    -ms-filter: ""
}

.booking-form--noshadow {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -ms-filter: none
}

.booking-form--docked {
    margin-bottom: 0
}

@media (min-width: 768px) {
    .booking-form__item {
        border-right: 1px solid #d9dce1
    }
}

.booking-form__item:last-of-type {
    border-right: 0
}

.booking-form .error {
    display: none;
    position: absolute;
    bottom: .5rem
}

@media (max-width: 767px) {
    .booking-form .error {
        margin-top: 1rem;
        margin-bottom: 1rem;
        position: relative;
        bottom: 0
    }
}

.booking-form--error .error {
    display: block
}

.booking-form__caption {
    position: relative
}

@media (max-width: 767px) {
    .booking-form__caption {
        font-size: 1.5rem
    }
}

.booking-form__caption:after {
    position: absolute;
    top: 0;
    right: 0;
    content: '\2715';
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

@media (max-width: 767px) {
    .booking-form__button {
        margin-top: 1rem;
        margin-left: -1rem !important;
        margin-right: -1rem !important;
        width: calc(100% + 2rem) !important
    }
}

.booking-form__contents {
    max-height: 1000vh;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    padding: 2rem
}

@media (max-width: 991px) {
    .booking-form__contents {
        padding: 1rem
    }
}

@media (max-width: 768px) {
    .booking-form__contents {
        padding: 0 1rem
    }
}

@media (max-width: 767px) {
    .booking-form--closed .booking-form__contents {
        overflow-y: hidden;
        max-height: 0;
        padding-top: 0;
        padding-bottom: 0;
        -webkit-transition: .5s;
        -moz-transition: .5s;
        -o-transition: .5s;
        transition: .5s
    }

    .booking-form--closed .booking-form__caption:after {
        -webkit-transition: .5s;
        -moz-transition: .5s;
        -o-transition: .5s;
        transition: .5s;
        transform: rotate(315deg);
        -moz-transform: rotate(315deg);
        -webkit-transform: rotate(315deg);
        -o-transform: rotate(315deg);
        -ms-transform: rotate(315deg)
    }
}

.datepicker {
    position: relative
}

.datepicker__caption {
    position: relative;
    text-transform: uppercase;
    color: #a3a3a3;
    text-align: center
}

@media (max-width: 767px) {
    .datepicker__caption {
        text-align: left
    }
}

.datepicker__caption:after {
    position: relative;
    top: 0;
    right: -1rem;
    content: '\f107';
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

@media (max-width: 991px) {
    .datepicker__caption:after {
        font-size: 1.5rem
    }
}

.datepicker__caption--open:after {
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg)
}

.datepicker__caption--winter:after {
    color: #00a0dc
}

.datepicker__caption--summer:after {
    color: #56cc56
}

.datepicker__value {
    font-weight: 700;
    color: #484151;
    font-size: 1rem;
    margin-top: 1rem
}

.datepicker__value table {
    margin: 0 auto
}

@media (max-width: 767px) {
    .datepicker__value table {
        margin-left: 0
    }
}

.datepicker__value--placeholder {
    color: #c0c4cd
}

.datepicker__value td {
    height: 2rem;
    vertical-align: middle;
    font-size: 1rem;
    line-height: 1rem;
    text-align: left
}

.datepicker__value .day {
    font-size: 4rem;
    line-height: 4rem;
    padding-right: .5rem;
    height: 4rem
}

.datepicker__value .year {
    vertical-align: top;
    font-weight: 400
}

.datepicker__list {
    width: 400px;
    position: absolute;
    z-index: 2;
    background: #fff;
    border-width: 0 1px 1px;
    border-color: #d9dce1;
    border-style: solid;
    overflow: visible
}

.datepicker__item {
    padding: .5rem;
    text-align: left
}

.datepicker__item:hover {
    background: #d9dce1
}

.pickmeup {
    background: #fff;
    border-radius: 0;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    display: inline-block;
    position: absolute;
    touch-action: manipulation;
    z-index: 10
}

.pickmeup * {
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.pickmeup.pmu-flat {
    position: relative
}

.pickmeup.pmu-hidden {
    display: none
}

.pickmeup .pmu-instance {
    display: inline-block;
    height: 23em;
    padding: 1em 2rem 0;
    text-align: center;
    width: 25rem
}

@media (max-width: 767px) {
    .pickmeup .pmu-instance {
        width: 90vw;
        padding: 1em 0 0
    }
}

.pickmeup .pmu-instance .pmu-button {
    color: #071f3d;
    cursor: pointer;
    outline: 0;
    text-decoration: none;
    padding: .25em
}

.pickmeup .pmu-instance .pmu-button:hover {
    background: 0;
    color: #00a0dc
}

.pickmeup .pmu-instance .pmu-selected {
    background: #44c9f6;
    color: #fff
}

.pickmeup .pmu-instance .pmu-not-in-month.pmu-selected {
    background: #17384d
}

.pickmeup .pmu-instance nav {
    color: #071f3d;
    background: #fff;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    line-height: 2em;
    font-weight: 700
}

.pickmeup .pmu-instance nav :first-child :hover {
    color: #00a0dc
}

.pickmeup .pmu-instance nav .pmu-next, .pickmeup .pmu-instance nav .pmu-prev {
    height: 2em;
    width: 1em
}

.pickmeup .pmu-instance nav .pmu-month {
    width: 14em
}

@media (max-width: 767px) {
    .pickmeup .pmu-instance nav .pmu-month {
        width: 80vw !important
    }
}

.pickmeup .pmu-instance nav .pmu-button {
    color: #071f3d
}

.pickmeup .pmu-instance nav .pmu-disabled, .pickmeup .pmu-instance nav .pmu-disabled:hover {
    color: #999;
    cursor: default
}

.pickmeup .pmu-instance .pmu-months *, .pickmeup .pmu-instance .pmu-years * {
    display: inline-block;
    line-height: 3.6em;
    width: 3.5em
}

.pickmeup .pmu-instance .pmu-day-of-week {
    font-size: .8rem;
    color: #071f3d;
    cursor: default;
    text-transform: uppercase;
    font-weight: 400
}

.pickmeup .pmu-instance .pmu-day-of-week *, .pickmeup .pmu-instance .pmu-days * {
    display: inline-block;
    color: #394c64;
    width: 3rem;
    padding: .5rem 1rem;
    font-size: .9rem
}

@media (max-width: 767px) {
    .pickmeup .pmu-instance .pmu-day-of-week *, .pickmeup .pmu-instance .pmu-days * {
        width: calc(90vw / 7);
        padding: .25em
    }
}

.pickmeup .pmu-instance .pmu-day-of-week .pmu-disabled, .pickmeup .pmu-instance .pmu-day-of-week .pmu-disabled:hover, .pickmeup .pmu-instance .pmu-days .pmu-disabled, .pickmeup .pmu-instance .pmu-days .pmu-disabled:hover {
    color: #999;
    cursor: default
}

.pickmeup .pmu-instance .pmu-day-of-week * {
    line-height: 1.8em;
    font-size: .8rem
}

.pickmeup .pmu-instance .pmu-not-in-month {
    color: #c0c4cd
}

.pickmeup .pmu-instance .pmu-today {
    background: #00a0dc;
    color: #fff
}

.pickmeup .pmu-instance:first-child .pmu-prev, .pickmeup .pmu-instance:last-child .pmu-next {
    display: block
}

.pickmeup .pmu-instance:first-child .pmu-month, .pickmeup .pmu-instance:last-child .pmu-month {
    width: 19em
}

.pickmeup .pmu-instance:first-child:last-child .pmu-month {
    width: 21em
}

.pickmeup:not(.pmu-view-days) .pmu-day-of-week, .pickmeup:not(.pmu-view-days) .pmu-days, .pickmeup:not(.pmu-view-months) .pmu-months, .pickmeup:not(.pmu-view-years) .pmu-years {
    display: none
}

.pickmeup .pmu-goto-today {
    position: absolute;
    top: auto;
    left: 0;
    bottom: 0;
    width: 100%;
    height: auto
}

.pickmeup .pmu-goto-today > div {
    width: 100%;
    padding: 1rem;
    font-size: 1rem;
    cursor: pointer;
    background: #44c8f5;
    color: #fff;
    text-align: center
}

.accordion__switch {
    position: absolute;
    top: 0;
    right: 0;
    width: 64px;
    height: 64px;
    color: #fff;
    background-color: #d9dce1;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -o-transition: 1s;
    transition: 1s
}

.accordion__switch:after {
    content: '\f107';
    position: absolute;
    font-size: 32px;
    font-weight: light;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -o-transition: 1s;
    transition: 1s
}

.js-slopes-panel {
    margin-top: 15px;
}

.accordion--winter .accordion__switch {
    background-color: #01BAC6;
}

.accordion--summer .accordion__switch {
    background-color: #44c8f5;
    color: #fff
}

/*.accordion--summer .accordion__switch {*/
    /*background-color: #56cc56;*/
    /*color: #fff*/
/*}*/

.accordion__item {
    width: 100%;
    margin: .75rem 0;
    border-radius: 8px;
    overflow: hidden;
}

.accordion__item--active .accordion__switch {
    background: 0
}

.accordion__item--active .accordion__switch:after {
    content: '✕';
    color: #c0c4cd;
    -webkit-transition: 2s;
    -moz-transition: 2s;
    -o-transition: 2s;
    transition: 2s
}

.accordion__item--active .accordion__content {
    max-height: 10000px;
    -webkit-transition: 2s;
    -moz-transition: 2s;
    -o-transition: 2s;
    transition: 2s
}

.accordion__header {
    font-size: 1.2rem;
    font-weight: 700;
    padding-right: 72px !important;
    height: 64px;
    overflow-y: hidden
}

@media (max-width: 767px) {
    .accordion__header {
        font-size: .9rem
    }
}

@media (max-width: 767px) {
    .accordion__header--smalltext {
        font-size: .9rem
    }
}

.accordion__header--caps {
    text-transform: uppercase;
    font-size: 1rem
}

.accordion__content {
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    max-height: 0;
    height: auto;
    overflow-y: hidden;
    overflow-x: hidden;
    text-align: left
}

.accordion__content-wrapper {
    padding-bottom: 2rem
}

.gallery-thumbs {
    position: relative;
    overflow-y: hidden;
    overflow-x: hidden;
    display: block;
    text-align: center
}

.gallery-thumbs__pager {
    position: absolute;
    top: 25px;
    background: rgba(0, 0, 0, .5);
    height: 50px;
    width: 50px
}

.gallery-thumbs__pager:after {
    top: 0;
    height: 50px;
    width: 50px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem
}

.gallery-thumbs__pager--left {
    left: 0
}

.gallery-thumbs__pager--left:after {
    content: "\f104"
}

.gallery-thumbs__pager--right {
    left: auto;
    right: 0
}

.gallery-thumbs__pager--right:after {
    content: "\f105"
}

.gallery-thumbs__wrapper {
    display: inline-block;
    margin: 0 auto;
    white-space: nowrap
}

.gallery-thumbs__item {
    display: table-cell;
    padding-left: 1px
}

.gallery-full {
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh
}

.gallery-full * {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.gallery-full__spinner {
    display: block;
    content: url(../image/Spinner.gif)
}

.gallery-full__overlay {
    background: rgba(0, 0, 0, .25);
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh
}

.gallery-full__switch {
    position: absolute;
    font-size: 2rem;
    top: 0;
    right: 0;
    width: 5.5rem;
    height: 5.5rem;
    color: #fff;
    background-color: rgba(0, 0, 0, .5)
}

.gallery-full__switch:after {
    content: '✕';
    position: absolute;
    top: 1.2rem;
    left: 2rem;
    font-size: 32px;
    font-weight: light
}

.gallery-full__pager {
    position: absolute;
    top: 50%;
    background: rgba(0, 0, 0, .5);
    height: 50px;
    width: 50px
}

.gallery-full__pager:after {
    color: #fff;
    font-size: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    width: 50px
}

.gallery-full__pager--left {
    left: 0
}

.gallery-full__pager--left:after {
    content: "\f104"
}

.gallery-full__pager--right {
    left: auto;
    right: 1rem
}

.gallery-full__pager--right:after {
    content: "\f105"
}

.gallery-full__img {
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    max-height: 95vh;
    max-width: 95vw;
    left: 0
}

.gallery-full__img--preload {
    position: absolute;
    left: -10000px;
    z-index: -999
}

.mega-filter__search-input {
    border-color: #c0c4cd !important
}

.mega-filter__search-input:focus {
    border-color: #484151 !important
}

.mega-filter__search-list {
    max-width: 100vw;
    position: absolute;
    z-index: 10;
    background: #fff;
    border-width: 0 1px 1px;
    border-color: #d9dce1;
    border-style: solid;
    overflow: visible
}

.mega-filter__list-item {
    padding: .5rem;
    text-align: left;
    border-bottom: inherit
}

.mega-filter__list-item:hover {
    background: #d9dce1
}

.mega-filter__item-link {
    text-decoration: none
}

.mega-filter__item-caption {
    color: #484151;
    font-size: 1rem
}

.mega-filter__item-text {
    color: #333;
    font-size: .8rem
}

.event-minor-item {
    text-align: left;
    font-size: .9rem
}

.event-minor-item__content {
    display: flex!important;
}

.event-minor-item__content .show_more{
    color: #ee1c25;
    text-decoration:none;
    border-bottom:1px solid;
}

.event-minor-item__content .show_more:hover{
    border-bottom:1px solid transparent
}

.event-minor-item__content .line{
    height: 1px;
    background: #000;
    margin-left: .5rem;
    margin-bottom: 1.5em;
}

.event-minor-item__content:last-child .line{
    display:none;
}

.event-minor-item__date {
    display: block!important;
    width: 100%;
    box-sizing: border-box;
    font-size: 3rem;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 1rem
}

.event-minor-item__date__inner {
    display: table;
}

.event-minor-item__date span{
    display: inline-table;
    float: left;
}

.event-minor-item__date sup {
    float: right;
    text-align: left;
    text-transform: uppercase;
    font-size: .8rem;
    margin-top: .5em;
    margin-left: .5em;
    line-height: 1.3;
    vertical-align: top;
}

.event-minor-item__date sup b {
    font-size: 1.2em;
    font-weight: bolder;
}

.event-minor-item__time-place {
    margin-top: .5rem;
    margin-bottom: .5rem;
    text-align: center;
}

.event-minor-item__icon{
    display: block;
    width: 90px;
    height: 90px;
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    margin: 0 auto;
}

.event-minor-item__time{
    font-weight: bold;
    font-size: 1.75rem;
    font-family: Panton,sans-serif;
}

.event-minor-item__text {
    font-weight: 700;
    font-size: 1rem;
}

.event-minor-item__place{
    font-size: .75rem;
}

.event-minor-item__place:before{
    content: '';
    display: inline-block;
    background-image:url('/assets/img/icon-place.svg');
    background-repeat:no-repeat;
    background-size:contain;
    background-position:50% 50%;
    width: .75rem;
    height: .75rem;
}

.event-minor-item__signup>a{
    display:inline-table;
    font-size: .75rem;
    color: #ee1c25;
    text-decoration: none;
    border-bottom: 1px solid;
    line-height: .75rem;
}

.event-minor-item__signup>a:hover{
    border-bottom: 1px solid transparent;
}

.event-minor-item__signup>a+a{
    margin-left: .5rem;
}

.events-calendar {
    padding: 1rem 2rem;
    background: #fff;
    margin-left: -.5rem;
    margin-right: -.5rem
}

@media (max-width: 767px) {
    .events-calendar {
        padding: 1rem .5rem
    }
}

.events-calendar__wrapper {
    overflow-x: hidden
}

.events-calendar .days-ribbon, .events-calendar .months-ribbon {
    position: relative
}

.events-calendar .day, .events-calendar .days-container, .events-calendar .month {
    display: table-cell
}

.events-calendar .month {
    padding: 1rem;
    color: #dfdfdf;
    cursor: pointer
}

@media (max-width: 767px) {
    .events-calendar .month {
        padding: .5rem
    }
}

.events-calendar .month--active {
    font-weight: 700;
    color: #484151
}

.events-calendar .month--active-1 {
    color: #616161
}

.events-calendar .month--active-2 {
    color: #b8b8b8
}

.events-calendar .day {
    padding: 1rem .75rem
}

@media (max-width: 767px) {
    .events-calendar .day {
        padding: .25rem .25rem
    }
}

.events-calendar .day__wrapper {
    padding: .5rem .75rem
}

.events-calendar .day--has-events {
    cursor: pointer;
    font-weight: 400
}

.events-calendar .day--has-events .day__wrapper {
    background: #eee
}

.events-calendar .day--active {
    cursor: pointer
}

.events-calendar .day--active .day__wrapper {
    background: #ccc !important
}

.events-calendar .day--selected {
    color: #fff !important
}

.events-calendar .day--passive {
    color: #d9dce1 !important
}

.events-calendar--winter .day--selected .day__wrapper {
    background: #44c8f5 !important
}

.events-calendar--summer .day--selected .day__wrapper {
    background: #56cc56 !important
}

.events-calendar__link, .show_more {
    border-bottom: 1px dotted currentColor;
    font-weight: 400;
    margin-top: 2rem;
    margin-left: 1rem;
    margin-right: 1rem;
    cursor: pointer;
    display: inline-block
}

.events-calendar__link--winter {
    color: #fff;
    border-bottom: none;
    background: #ee1c25;
    padding: 6px 18px;
    min-width: 140px;
    border-radius: 5px;
    text-decoration: none;
}

.events-calendar__link--summer, .show_more {
    color: #56cc56
}

.show_more_holder{
    width: 100%;
    text-align: left;
}
.show_more{
    text-decoration: none;
    margin-bottom: 1.5em;
}

.events-calendar__link2 {
    border-bottom: 0;
    font-weight: 400;
    margin-top: 2rem;
    margin-left: auto;
    margin-right: auto;
    cursor: pointer;
    display: inline-block;
    position: relative;
    padding-right: 1rem;
    font-size: .9rem
}

.events-calendar__link2:after {
    position: absolute;
    top: .25rem;
    right: 1rem;
    font-size: 1.25rem;
    display: block;
    content: '\f107';
    color: currentColor;
}

.events-calendar--winter .day--today {
    color: #fff
}

.events-calendar--winter .day--today .day__wrapper {
    background: #44c8f5
}

.events-calendar--winter .day--has-events {
    color: #959dab
}

.events-calendar--winter .day--has-events .day__wrapper {
    background: #daf4fd
}

.scrollable {
    position: relative;
    overflow: hidden
}

.scrollable--bg {
    background-image: url(data:image/png;base64,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);
    background-position: 0 0;
    background-repeat: repeat-x;
    background-size: auto 100%
}

.scrollable--bg-white {
    background-color: #fff
}

.scrollable__page {
    position: absolute;
    top: calc(50% - 1.5rem);
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    padding: .5rem 1.25rem;
    font-size: 1.5rem;
    line-height: 2rem;
    color: #fff;
    z-index: 2;
    background: rgba(0, 0, 0, .5)
}

.scrollable__page:hover {
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    background: rgba(0, 0, 0, .75)
}

.scrollable__page-left {
    left: 1px
}

.scrollable__page-left:after {
    content: '\f104'
}

.scrollable__page-right {
    right: 1px;
    left: auto
}

.scrollable__page-right:after {
    content: '\f105'
}

.scrollable__indicator {
    position: absolute;
    right: 2rem;
    z-index: 4;
    bottom: 2rem
}

.scrollable__indicator-item {
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    width: .5rem;
    height: .5rem;
    margin-left: .75rem;
    margin-right: .75rem;
    background: #fff;
    display: inline-block
}

@media (max-width: 767px) {
    .scrollable__indicator {
        left: 0;
        right: auto;
        width: 100%;
        bottom: 1rem;
        text-align: center
    }
}

.scrollable--winter .scrollable__indicator-item--active {
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    background: #44c8f5
}

.scrollable--inverse .scrollable__page {
    position: absolute;
    top: calc(50% - 1.5rem);
    padding: .5rem;
    font-size: 2rem;
    line-height: 2rem;
    color: #484151;
    z-index: 2;
    background: 0
}

.page__block-title, .page__title {
    font-weight: 700;
    font-size: 2rem;
    margin-bottom: .5rem
}

@media (max-width: 767px) {
    .page__block-title, .page__title {
        margin-top: 2rem;
        margin-left: 0;
        font-size: 1.75rem;
        margin-right: 1rem
    }
}

.page__title--theme {
    margin-top: 1.5rem;
    font-size: 3rem;
    text-align: center;
    color: #fff
}

@media (max-width: 991px) {
    .page__title--theme {
        margin-top: 6rem
    }
}

@media (max-width: 767px) {
    .page__title--theme {
        font-size: 2rem;
        margin-top: 3.5rem
    }
}

.page__title--home {
    margin-top: 1.5rem;
    font-size: 4rem;
    text-align: center;
    color: #fff;
    display: block;
    text-decoration: none
}

.page__title--home span {
    display: block;
    font-size: 1rem;
    font-weight: 400
}

@media (max-width: 767px) {
    .page__title--home {
        font-size: 2.5rem
    }
}

.page__slogan {
    margin-bottom: 1.5rem;
    font-size: 1rem;
    text-align: center
}

.page__slogan--theme {
    color: #fff;
    margin-bottom: 2.5rem
}

@media (max-width: 1091px) {
    .page__slogan--theme {
        margin-bottom: 4rem
    }
}

@media (max-width: 991px) {
    .page__slogan--theme {
        margin-bottom: 8rem
    }
}

@media (max-width: 767px) {
    .page__slogan--theme {
        margin-bottom: 4rem
    }
}

.page__height {
    font-weight: 700;
    font-size: 1.5rem;
    color: #b6ca2c
}

.page__block-title {
    text-decoration: none;
    font-size: 2rem;
    color: #4f4f4f;
    display: block
}

@media (max-width: 767px) {
    .page__block-title {
        text-align: center
    }
}

.page__small-title {
    text-transform: uppercase;
    font-size: .9rem;
    font-weight: 400;
    color: #7e7e7e
}

.page__section-title {
    font-size: 1.2rem;
    font-weight: 400;
    color: #7e7e7e;
    margin-top: 2rem;
    margin-bottom: 1rem;
}
.page__section-title .zavedenie {
    margin-left: 9px;
}

@media (max-width: 991px) {
    .page__section-title {
        text-align: center
    }
}

.filter-box, .page__content-box {
    margin-top: 1rem;
    margin-bottom: 1rem
}

.page__content-box--margin {
    margin-top: 1rem;
    margin-bottom: 1rem
}

.filter-box, .page__content-box--shadow {
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, .15);
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .15);
    box-shadow: 0 0 10px rgba(0, 0, 0, .15)
}

.filter-box, .page__content {
    background: #fff;
    font-size: 1rem;
    font-weight: light;
    line-height: 1.75rem;
    color: #484151;
    border-radius: 8px;
}

.filter-box h2, .page__content h2 {
    font-weight: 700;
    font-size: 2.5rem;
    margin-top: 6rem;
    margin-bottom: 4rem
}

.filter-box h3, .page__content h3 {
    font-weight: 700;
    font-size: 1.75rem;
    margin-top: 3.5rem;
    margin-bottom: 2rem
}

.filter-box h4, .page__content h4 {
    font-weight: 700;
    font-size: 1.175rem;
    margin-top: 2rem;
    margin-bottom: 1rem
}

.filter-box h6, .page__content h6 {
    font-weight: 700;
    font-size: 1rem;
    margin-top: 2rem;
    margin-bottom: 1rem
}

.filter-box iframe, .page__content iframe {
    max-width: 100% !important
}

.filter-box img, .page__content img {
    width: 100% !important;
    height: auto
}

.filter-box .gallery-thumbs img, .page__content .gallery-thumbs img {
    width: auto !important
}

.page__content--winter a {
    color: #00a0dc
}

.page__content--winter .file-link__ext {
    background: #44c8f5
}

.page__content--summer a {
    color: #32a846
}

.page__content--summer .file-link__ext {
    background: #56cc56
}

.filter-box hr.red, .page__content hr.red {
    border-color: #ef4130
}

.filter-box .red, .page__content .red {
    color: #ef4130
}

.filter-box p, .page__content p {
    margin-top: .5rem;
    margin-bottom: .5rem;
    font-size: 1rem
}

.filter-box table td, .page__content table td {
    border: 1px solid #ccc
}

.filter-box ul li, .page__content ul li {
    list-styl-type: none;
    padding-left: 2rem;
    position: relative
}

.filter-box ul li:before, .page__content ul li:before {
    position: absolute;
    top: 0;
    left: 0;
    color: #999;
    font-size: .8rem;
    content: '⚫';
    display: block
}

.filter-box ul.no-bullets li, .page__content ul.no-bullets li {
    list-styl-type: none;
    padding-left: 0
}

.filter-box summary, .page__content summary {
    font-size: 1rem;
    color: #00a0dc;
    border-bottom: 1px dotted #00a0dc;
    display: inline-block
}

.filter-box summary:active, .filter-box summary:focus, .page__content summary:active, .page__content summary:focus {
    outline: 0
}

.filter-box .em, .page__content .em {
    display: block;
    font-weight: 700;
    font-style: normal;
    color: #ef4130;
    font-size: 1rem
}

.filter-box .strong, .page__content .strong {
    display: block;
    box-sizing: content-box;
    border-top: 1px solid #ef4130;
    border-bottom: 1px solid #ef4130;
    padding-top: 1rem;
    padding-bottom: 1rem;
    color: #ef4130;
    font-size: 1rem
}

.filter-box .hr, .page__content .hr {
    border-top: 0;
    margin: 2rem 0 1rem 0;
    display: block;
    box-sizing: border-box;
    font-weight: 700;
    font-size: 1rem;
    position: relative;
    padding-top: 1rem
}

.filter-box .hr:before, .page__content .hr:before {
    position: absolute;
    display: inline-block;
    content: '';
    top: 0;
    left: 0;
    width: 5rem;
    border-top: .2rem solid #000;
    height: 1px
}

.filter-box mark, .page__content mark {
    display: block;
    box-sizing: border-box;
    padding: 2rem;
    color: #fff;
    background: #1275bc;
    font-weight: 700
}

.filter-box blockquote, .page__content blockquote {
    display: block;
    box-sizing: content-box;
    border-top: 1px solid #bbc0c6;
    border-bottom: 1px solid #bbc0c6;
    padding-top: 2rem;
    padding-bottom: 2rem;
    padding-left: 6rem;
    color: #484151;
    font-size: 1.1rem;
    text-align: left;
    position: relative
}

.filter-box blockquote:after, .page__content blockquote:after {
    position: absolute;
    display: block;
    content: '';
    top: 2.25rem;
    left: 1rem;
    width: .35rem;
    height: 2.25rem;
    border-left: 1rem solid #44c8f5;
    border-right: 1rem solid #44c8f5;
    transform: skew(-15deg);
    -moz-transform: skew(-15deg);
    -webkit-transform: skew(-15deg);
    -o-transform: skew(-15deg);
    -ms-transform: skew(-15deg)
}

.filter-box cite, .filter-box q, .page__content cite, .page__content q {
    display: block;
    text-align: right;
    font-weight: 400;
    font-size: .9rem
}

.filter-box table.events, .filter-box table.events td, .filter-box table.events th, .filter-box table.events tr, .page__content table.events, .page__content table.events td, .page__content table.events th, .page__content table.events tr {
    border: 0
}

.filter-box table.events td, .page__content table.events td {
    width: 50%;
    padding-left: 0;
    padding-right: 1rem;
    padding-bottom: 0;
    padding-top: 0
}

.filter-box table.events td p:nth-of-type(1), .page__content table.events td p:nth-of-type(1) {
    font-size: .95rem;
    color: #848d94
}

.filter-box table.events td p:nth-of-type(2), .page__content table.events td p:nth-of-type(2) {
    font-size: 1.5rem;
    font-weight: 700;
    margin-top: 1.25rem;
    margin-bottom: .5rem
}

.filter-box table.events td p:nth-of-type(3), .page__content table.events td p:nth-of-type(3) {
    font-size: 1rem
}

@media (max-width: 767px) {
    .filter-box table.events, .page__content table.events {
        display: block
    }

    .filter-box table.events tr, .page__content table.events tr {
        display: block
    }

    .filter-box table.events td, .page__content table.events td {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 1.5rem;
        padding-top: 1.5rem;
        display: block
    }
}

.filter-box .file-link, .page__content .file-link {
    text-decoration: none
}

.filter-box .file-link__ext, .page__content .file-link__ext {
    padding: .5rem;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    margin-right: .5rem
}

.filter-box .file-link__ext--winter, .page__content .file-link__ext--winter {
    background: #44c8f5
}

.filter-box .file-link__ext--summer, .page__content .file-link__ext--summer {
    background: #56cc56
}

.filter-box .file-link:hover, .page__content .file-link:hover {
    text-decoration: underline
}

.filter-box .file-link i, .page__content .file-link i {
    margin-right: .5rem
}

.page__introtext {
    margin-top: 1rem;
    margin-bottom: 1rem;
    font-weight: 700;
    background: #fff;
    font-size: 1rem;
    line-height: 1.75rem;
    color: #484151
}

.page__description {
    font-weight: 400;
    font-size: 1rem;
    line-height: 2rem
}

@media (max-width: 768px) {
    .page__description {
        padding-left: 1rem;
        padding-right: 1rem
    }
}

.shops-grid {
    width: 100%
}

.shops-grid td, .shops-grid th {
    border: none !important;
    color: #372d31;
    padding-top: .5rem;
    padding-bottom: .5rem;
    vertical-align: middle
}

.shops-grid th {
    font-weight: 700;
    text-align: center
}

.shops-grid tr td:nth-of-type(1) {
    text-align: left;
    width: 66%
}

@media (max-width: 767px) {
    .shops-grid tr td:nth-of-type(1) {
        width: 60%
    }
}

.shops-grid tr td:nth-of-type(1) a {
    color: #372d31;
    text-decoration: underline
}

.shops-grid tr td:nth-of-type(1) span {
    font-size: 80%;
    display: block
}

.shops-grid tr td:nth-of-type(2) {
    text-align: left;
    font-size: .9rem
}

.shops-grid tr td:nth-of-type(2) a {
    text-decoration: underline
}

.shops-grid--summer tr td:nth-of-type(2) {
    color: #32a846
}

.shops-grid--winter tr td:nth-of-type(2) {
    color: #44c8f5
}

.offer {
    background: #fff;
    position: relative;
    margin-top: .5rem;
    margin-bottom: .5rem
}

.offer-container > div:nth-of-type(n+4) {
    display: none
}

.offer-container--open > div:nth-of-type(n+4) {
    display: block
}

.offer__page {
    background: #fff;
    box-sizing: border-box;
    color: #484151;
    display: flex;
    flex-flow: row wrap;
    height: 100%;
    width: 65%;
    position: absolute;
    top: 0;
    right: 0;
    left: auto
}

@media (max-width: 767px) {
    .offer__page {
        position: relative;
        width: 100%;
        max-height: 70%;
        height: auto;
        bottom: 0;
        top: auto
    }
}

.offer__wrapper {
    padding: 1rem 0 0 1rem
}

@media (max-width: 767px) {
    .offer__wrapper {
        padding: 1rem
    }
}

.offer__image {
    width: 35%;
    display: block
}

@media (max-width: 767px) {
    .offer__image {
        width: 100%
    }
}

.offer__variants {
    align-self: flex-end;
    width: 100%
}

.offer__pagetitle {
    font-size: 1.5rem;
    font-weight: 700
}

@media (min-width: 768px) and (max-width: 991px) {
    .offer__pagetitle {
        font-size: 1rem
    }
}

.offer__stars {
    color: #ffba00
}

.offer__description {
    font-size: .9rem;
    padding-left: .5rem;
    max-height: 5rem;
    overflow-y: hidden
}

@media (min-width: 768px) and (max-width: 991px) {
    .offer__description {
        font-size: .8rem
    }
}

.offer__variant {
    font-weight: 400;
    padding: .35rem 1rem .35rem 1rem;
    cursor: pointer;
    font-size: .9rem
}

.offer__variant--winter {
    color: #44c8f5
}

.offer__variant--summer {
    color: #56cc56
}

.offer__variant label {
    cursor: inherit
}

@media (min-width: 768px) and (max-width: 991px) {
    .offer__variant {
        font-size: .8rem
    }
}

.offer__button {
    display: block;
    align-self: flex-end;
    box-sizing: border-box;
    width: 100%;
    margin-top: .5rem
}

.offer-container {
    position: relative
}

.offer-container > div:nth-of-type(n+4) {
    display: none
}

.offer-container--open > div:nth-of-type(n+4) {
    display: block
}

.weather__date-head td {
    padding-top: 2rem
}

.weather__legend {
    color: #ddd
}

.weather__current-image {
    width: 5rem;
    height: auto
}

.weather__current-icon {
    color: #747474;
    display: inline-block;
    width: 1.5rem
}

.weather__data td {
    width: 10%;
    text-align: left
}

.weather__data .dayperiod {
    width: 10%
}

.weather__data .temp {
    width: 10%
}

.weather__data .image {
    width: 10%;
    padding-left: 1rem
}

.weather__data .image img {
    width: 32px
}

.weather__data .phrase {
    width: 20%
}

@media (max-width: 767px) {
    .weather__data .phrase {
        display: none
    }
}

.weather__data .wind {
    width: 10%
}

.weather__data .freeze {
    width: 10%
}

.weather__data .snow {
    width: 10%
}

.slopes {
    position: relative
}

.slopes__path {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%
}

.panel {
    margin-top: 1rem;
    border-radius: 8px;
    overflow: hidden;
}

@media (max-width: 767px) {
    .panel {
        margin-top: 0
    }
}

.panel--winter {
    background: #01BAC6;
}

.panel--winter .panel-title__data {
    background: rgba(72, 65, 81, 0.21);
    color: #FFF;
}

.panel--summer {
    /*background: #56cc56*/
    background: #44c8f5
}

.panel--summer .panel-title__data {
    /*background-color: #32a846*/
    background-color: #00a0dc
}

.panel-content {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

@media (max-width: 767px) {
    .panel-content {
        max-height: 0;
        -webkit-transition: .5s;
        -moz-transition: .5s;
        -o-transition: .5s;
        transition: .5s
    }
}

.panel-content--open {
    max-height: 9999px
}

@media (min-width: 768px) {
    .panel--default-open .panel-content {
        max-height: 9999px !important
    }

    .panel--default-open .panel-title:after {
        transform: rotate(270deg)
    }
}

.panel__group {
    border-bottom: 1px solid rgba(0, 0, 0, .15);
    padding: 1rem 2rem
}

.panel__group-title {
    color: rgba(33, 33, 33, .7);
    font-size: 1rem;
    margin-bottom: .5rem
}

.panel__item {
    font-size: 1.25rem;
    display: inline-block;
    color: rgba(255, 255, 255, .9);
    padding: 0 1rem 0 0;
    font-weight: 700;
    margin-top: .5rem;
    text-decoration: none
}

.panel__item--off {
    color: rgba(255, 255, 255, .5)
}

.panel-title {
    color: rgb(255, 255, 255);
    position: relative;
    font-size: 1.25rem;
    font-weigt: bold;
    padding: 1.5rem 4rem 1.5rem 2rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.panel-title:after {
@inlcude transition(0.5 s);
    transition: .5s;
    content: '\f107';
    display: block;
    font-size: 1.5rem;
    color: 0, 0, 0, .7;
    position: absolute;
    top: 1.3rem;
    right: 5.5rem
}

.panel-title__data {
    position: absolute;
    top: 0;
    right: 0;
    left: auto;
    height: 100%;
    width: 4.5rem;
    font-size: 1.75rem;
    font-weight: 700;
    color: #fff
}

@media (max-width: 991px) {
    .panel-title__data {
        width: 4rem
    }
}

.panel--open .panel-title:after {
    transition: .5s;
    transform: rotate(270deg)
}

.modal {
    position: fixed;
    width: 100vw;
    height: 100vh;
    z-index: 100;
    top: 0;
    left: 0
}

.modal__window {
    width: 50vw;
    min-height: 10vh;
    max-width: 400px;
    min-width: 300px;
    max-height: 500px;
    z-index: 101;
    position: relative
}

.modal__text {
    background: #fff;
    color: #484151
}

.modal__overlay {
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, .5);
    z-index: 99;
    top: 0;
    left: 0
}

.qlinks {
    background: #ccc;
    padding-top: 1rem;
    padding-bottom: 1rem
}

@media (max-width: 767px) {
    .qlinks {
        display: none
    }
}

.qlinks__link {
    color: #fff;
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
    margin-right: 1rem;
    margin-left: 4rem;
    text-decoration: none;
    display: block;
    font-size: 1.15rem;
    font-weight: 700;
    text-decoration: underline
}

.qlinks__icon {
    width: 3rem;
    margin-right: .5rem;
    display: inline-block;
    text-align: left;
    float: left;
    height: 100%
}

.qlinks__icon i, .qlinks__icon img {
    vertical-align: middle
}

.qlinks__icon i {
    font-size: 28px
}

.qlinks__icon img {
    width: 32px;
    height: 32px
}

.qlinks .modal__text, .qlinks .padding {
    padding: 0
}

@media (max-width: 991px) {
    .qlinks .qlinks__link {
        margin-left: 2rem;
        margin-top: 1.5rem;
        margin-bottom: 1.5rem;
        margin-right: 1rem;
        min-height: 2rem
    }

    .qlinks .qlinks__icon {
        float: left
    }
}

@media (max-width: 767px) {
    .qlinks {
        padding-left: 0;
        padding-right: 0;
        padding-top: 0;
        padding-bottom: 0;
        margin-left: -1rem;
        margin-right: -1rem
    }

    .qlinks .qlinks__link {
        position: relative;
        display: block;
        padding-left: 2rem;
        padding-right: 1rem;
        padding-top: 1rem;
        padding-bottom: 1rem;
        margin: 0;
        border-top: 1px solid #eee
    }

    .qlinks .qlinks__link i {
        font-size: 1rem
    }

    .qlinks .qlinks__link:after {
        content: '\f105';
        position: absolute;
        right: 2rem;
        top: 1rem;
        color: #ccc
    }
}

.qlinks--winter {
    background: #00a0dc
}

@media (max-width: 767px) {
    .qlinks--winter {
        background: #fff
    }

    .qlinks--winter .qlinks__link {
        color: #00a0dc
    }
}

.qlinks--summer {
    background: #56cc56
}

@media (max-width: 767px) {
    .qlinks--summer {
        background: #fff
    }

    .qlinks--summer .qlinks__link {
        color: #56cc56
    }
}

.search__search-input {
    border-color: #c0c4cd !important
}

.search__search-input:focus {
    border-color: #484151 !important
}

.search__search-list {
    max-width: 100vw;
    width: 400px;
    position: absolute;
    z-index: 10;
    background: #fff;
    border-width: 0 1px 1px;
    border-color: #d9dce1;
    border-style: solid;
    overflow: visible
}

@media (max-width: 767px) {
    .search__search-list {
        width: 90vw
    }
}

.search__list-item {
    padding: .5rem;
    text-align: left;
    border-bottom: inherit
}

.search__list-item:hover {
    background: #d9dce1
}

.search__item-link {
    text-decoration: none
}

.search__item-caption {
    color: #484151;
    font-size: .8rem
}

@media (max-width: 991px) {
    .search__item-caption {
        font-size: 1rem
    }
}

.search__item-text {
    color: #333;
    font-size: .6rem
}

@media (max-width: 991px) {
    .search__item-text {
        font-size: .8rem
    }
}

.webcams__container {
    width: 100%;
    float: left;
    min-height: 100px
}

.webcams__container .heading {
    text-align: left
}

.webcams__item__hidden {
    display: none
}

.sochicameraWidget {
    min-width: 320px;
    min-height: 240px;
    width: 100%;
    height: auto
}

.guests {
    opacity: 0
}

.guests__minus, .guests__plus {
    z-index: 1;
    cursor: pointer;
    width: 6rem;
    position: absolute;
    top: calc(50% - 1rem);
    color: #c9ced4;
    font-size: 3rem;
    font-weight: 400
}

@media (min-width: 768px) {
    .guests__minus, .guests__plus {
        opacity: 0;
        -webkit-transition: .5s;
        -moz-transition: .5s;
        -o-transition: .5s;
        transition: .5s
    }
}

.guests__minus {
    text-align: left;
    left: 0
}

.guests__plus {
    text-align: right;
    left: auto;
    right: 0
}

.guests__group {
    user-select: none;
    position: relative;
    text-align: center
}

.guests__group * {
    user-select: none
}

.guests__group:hover .guests__minus, .guests__group:hover .guests__plus {
    opacity: 1;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

@media (max-width: 767px) {
    .guests__group {
        text-align: left
    }

    .guests__group .guests__minus, .guests__group .guests__plus {
        width: 3rem
    }

    .guests__group .guests__plus {
        right: auto;
        left: 9rem
    }

    .guests__group .guests__value {
        position: relative;
        left: 4rem
    }
}

.guests--ready {
    opacity: 1
}

.guests__value {
    margin-top: 1rem;
    font-weight: 700;
    color: #484151;
    font-size: 4rem;
    text-align: center
}

.guests__value span {
    font-size: 1rem;
    font-weight: 400
}

.guests__value--placeholder {
    color: #c0c4cd
}

@media (max-width: 767px) {
    .guests__value {
        text-align: left
    }
}

.guests__caption {
    position: relative;
    text-transform: uppercase;
    color: #a3a3a3
}

.guests__caption--has-value {
    color: #44c8f5;
    text-transform: none
}

.guests__panel {
    position: relative;
    top: -3rem;
    margin-bottom: -5rem;
    display: none;
    color: #44c8f5;
    background: #fff;
    width: 100%;
    z-index: 1
}

.guests__panel--visible {
    display: block
}

.guests__panel .guests__minus, .guests__panel .guests__plus {
    text-align: center;
    opacity: 1 !important;
    font-size: 2.5rem;
    color: inherit;
    top: calc(50% - 1.75rem)
}

@media (max-width: 767px) {
    .guests__panel {
        width: 100vw;
        position: relative;
        left: -1rem !important;
        top: -2.25rem !important;
        margin-bottom: -3rem
    }

    .guests__panel .guests__minus {
        left: 0
    }

    .guests__panel .guests__value {
        left: 5rem
    }

    .guests__panel .guests__plus {
        right: auto;
        left: 11rem
    }
}

@media (min-width: 768px) {
    .guests__panel .guests__minus {
        left: 0
    }

    .guests__panel .guests__plus {
        right: 0
    }

    .guests__panel .guests__value span {
        display: block
    }
}

.guests__panel .guests__value {
    color: inherit;
    font-size: 3rem
}

._404__bg {
    background: #fff
}

@media (max-width: 767px) {
    ._404__bg {
        background: #e8e8e8
    }
}

._404__msg {
    height: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end
}

._404__msg p {
    line-height: 12.5rem;
    margin-bottom: 0;
    padding-bottom: 0;
    color: #e8e8e8;
    font-size: 25rem;
    font-weight: 700
}

@media (min-width: 768px) and (max-width: 991px) {
    ._404__msg p {
        line-height: 8rem;
        font-size: 16rem
    }
}

@media (max-width: 767px) {
    ._404__msg p {
        margin-top: 4rem;
        line-height: 7rem;
        font-size: 14rem;
        color: #fff
    }
}

@media (max-width: 767px) {
    ._404__form {
        background: #fff
    }
}

.rg {
    display: block;
    position: relative;
    width: 100%;
    overflow: hidden;
    margin-bottom: 1.5rem
}

@media (max-width: 991px) {
    .rg {
        padding-bottom: 72px
    }
}

@media (max-width: 991px) {
    .rg--no-thumbs {
        padding-bottom: 0
    }
}

.rg__images {
    display: block;
    position: relative;
    height: 100%
}

.rg__item {
    position: absolute;
    opacity: 0;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: -1;
    height: 100%;
    width: 100%;
    transition: opacity .3s
}

.rg__item--active {
    transition: opacity .3s;
    position: relative;
    opacity: 1;
    z-index: 1;
    height: 100%;
    width: 100%
}

.rg__item--active:after {
    opacity: 0;
    transition: opacity .5s linear .5s;
    position: absolute;
    content: '\f00e';
    display: block;
    width: 48px;
    height: 48px;
    top: calc(50% - 24px);
    left: calc(50% - 24px);
    padding-left: 16px;
    padding-top: 10px;
    background: rgba(0, 0, 0, .5);
    color: #ddd;
    font-size: 32px;
    border-radius: 3px;
}

.rg__item--active:hover:after {
    opacity: 1;
    transition: opacity .5s
}

.rg__image {
    width: 64px;
    height: 64px;
    position: relative
}

.rg__image--ready {
    transition: width .3s, height .3s;
    width: 100%;
    height: auto
}

.rg__thumbs--mobile {
    z-index: 2;
    position: absolute;
    bottom: 0;
    left: 0;
    display: flex;
    flex-flow: row
}

@media (min-width: 992px) {
    .rg__thumbs--mobile {
        display: none
    }
}

.rg__thumbs--desktop {
    margin-top: 1rem
}

.rg__thumbs--desktop, .rg__thumbs--desktop * {
    user-select: none
}

@media (max-width: 991px) {
    .rg__thumbs--desktop {
        display: none
    }
}

.rg__thumb {
    width: 71px;
    height: 71px;
    margin-left: .5px;
    margin-right: .5px
}

.rg__thumb--desktop {
    opacity: 1;
    border: .5px solid #e8e8e8;
    transition: opacity .3s;
    display: block;
    float: left;
    width: calc(25% - 2px);
    height: auto;
    padding: 0;
    margin: 0;
    cursor: pointer;
    background: #fff
}

.rg__thumb--desktop img {
    margin: 0;
    width: 100%;
    height: auto;
    line-height: 1px;
    display: block
}

.rg__thumb--desktop:hover {
    opacity: .65;
    transition: opacity .3s
}

.rg__thumb--active {
    opacity: .6
}

.rg__thumb-right {
    position: relative
}

.rg__thumb-right:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .75);
    display: block;
    content: '\f105';
    color: #e8e8e8;
    font-size: 2rem;
    text-align: center;
    padding-top: calc(50% - 1rem);
    box-sizing: border-box;
    line-height: 2rem
}

.rg__thumb-left {
    position: relative
}

.rg__thumb-left:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .75);
    display: block;
    content: '\f104';
    color: #e8e8e8;
    font-size: 2rem;
    text-align: center;
    padding-top: calc(50% - 1rem);
    box-sizing: border-box;
    line-height: 2rem
}

.rg__preload {
    position: absolute;
    z-index: -99
}

.rg__controls {
    cursor: pointer;
    background: rgba(0, 0, 0, .75);
    width: 48px;
    height: 48px;
    display: block;
    position: absolute;
    top: calc(50% - 24px);
    color: #ccc;
    font-size: 24px;
    z-index: 2;
    opacity: 0;
    transition: opacity .5s linear .5s
}

.rg__controls-left {
    left: 0
}

.rg__controls-left:after {
    display: block;
    position: absolute;
    top: 8px;
    left: 20px;
    content: '\f104'
}

.rg__controls-right {
    right: 0
}

.rg__controls-right:after {
    display: block;
    position: absolute;
    top: 8px;
    left: 20px;
    content: '\f105'
}

.rg:hover .rg__controls {
    opacity: 1;
    transition: opacity 1.5s
}

.rg-full {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, .75);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    transition: .5s
}

.rg-full__controls {
    position: absolute;
    cursor: pointer;
    width: 48px;
    height: 64px;
    background: rgba(0, 0, 0, .75);
    padding-left: 40px;
    padding-top: 24px;
    color: #ddd;
    font-size: 32px;
    z-index: 101;
    top: calc(50% - 32px)
}

.rg-full__controls-left {
    left: -6px
}

.rg-full__controls-left:after {
    display: block;
    content: '\f104'
}

.rg-full__controls-right {
    right: 16px
}

.rg-full__controls-right:after {
    display: block;
    content: '\f105'
}

.rg-full__controls-close {
    top: 0;
    right: 16px;
    font-size: 48px;
    padding-left: 24px;
    padding-top: 6px
}

.rg-full__controls-close:after {
    display: block;
    content: '\00D7'
}

@media (max-width: 767px) {
    .rg-full__controls {
        width: 36px;
        height: 36px;
        background: rgba(0, 0, 0, .75);
        padding-left: 20px;
        padding-top: 8px;
        font-size: 24px;
        top: calc(50% - 16px)
    }

    .rg-full__controls-right {
        right: 0
    }

    .rg-full__controls-close {
        top: 0;
        right: 0
    }
}

.rg-full__image {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 64px;
    height: 64px;
    transition: width .3s, height .3s;
    opacity: 0
}

.rg-full__image--active {
    opacity: 1;
    position: relative;
    top: auto;
    left: auto
}

.rg-full__image--ready {
    transition: width .3s, height .3s;
    width: auto;
    height: auto;
    max-width: 90%;
    max-height: 90%
}

.rg-ribbon {
    display: block;
    position: relative;
    width: 100%;
    overflow-x: hidden;
    margin-bottom: 1.5rem;
    height: 150px
}

@media (max-width: 767px) {
    .rg-ribbon {
        height: 90px
    }
}

.rg-ribbon__thumbs {
    display: table-row;
    position: absolute
}

.rg-ribbon__thumb {
    display: block;
    line-height: 0
}

@media (max-width: 767px) {
    .rg-ribbon__thumb {
        width: 150px;
        height: auto
    }
}

.rg-ribbon__thumb:hover {
    opacity: .8;
    transition: opacity .3s
}

.rg-ribbon__item {
    display: table-cell;
    line-height: 0;
    text-decoration: underline
}

.rg-ribbon__controls {
    cursor: pointer;
    background: rgba(0, 0, 0, .75);
    width: 48px;
    height: 48px;
    display: block;
    position: absolute;
    top: calc(50% - 24px);
    color: #ccc;
    font-size: 24px;
    z-index: 2;
    opacity: 0;
    transition: opacity .5s linear .5s
}

.rg-ribbon__controls-left {
    left: 0
}

.rg-ribbon__controls-left:after {
    display: block;
    position: absolute;
    top: 8px;
    left: 20px;
    content: '\f104'
}

.rg-ribbon__controls-right {
    right: 0
}

.rg-ribbon__controls-right:after {
    display: block;
    position: absolute;
    top: 8px;
    left: 20px;
    content: '\f105'
}

.rg-ribbon:hover .rg-ribbon__controls {
    opacity: 1;
    transition: opacity 1.5s
}

@font-face {
    font-family: Circle;
    src: url(fonts/Circle-Bold.otf);
    font-weight: 700
}

@font-face {
    font-family: Circle;
    src: url(fonts/Circle-Regular.otf);
    font-weight: 400
}

@font-face {
    font-family: Roboto;
    src: url(fonts/Roboto-Regular.ttf);
    font-weight: 400
}

@font-face {
    font-family: Roboto;
    src: url(fonts/Roboto-Light.ttf);
    font-weight: light
}

@font-face {
    font-family: Roboto;
    src: url(fonts/Roboto-Bold.ttf);
    font-weight: 800
}

._404__msg p, .accordion__header, .btn, .btn-white, .content, .datepicker, .dropdown, .event-minor-item__text, .event-minor-item__time-place, .events-calendar .day, .filter-box blockquote, .filter-box h2, .filter-box h3, .filter-box table.events td p:nth-of-type(2), .font-circle, .guests__caption, .guests__value, .news-item, .news-item-ribbon .wrapper .pagetitle, .offer__pagetitle, .page__block-title, .page__content blockquote, .page__content h2, .page__content h3, .page__content table.events td p:nth-of-type(2), .page__height, .page__introtext, .page__section-title, .page__title, .panel-title, .panel-title__data, .pickmeup .pmu-instance nav, .qlinks__link, .tabs__caption, .tile, .tile-news__wrapper a, .tile-special .heading, .tile__wrapper .heading, .tile__wrapper .heading span, .weather__date-head, .weather__period, body.summer.theme .theme-header__slogan, body.winter.theme .theme-header__slogan {
    font-family: Circle, Sans-serif
}

.font-circle-bold, .news-item__title {
    font-family: Circle, Sans-serif
}

.filter-box, .filter-box cite, .filter-box h4, .filter-box h6, .filter-box q, .font-robo, .font-roboto, .guests__minus, .guests__plus, .news-item-ribbon .date, .news-item-ribbon .wrapper .text, .page__content, .page__content cite, .page__content h4, .page__content h6, .page__content q, .page__description, .page__slogan, .page__small-title, .page__title--home span, .panel, .pickmeup .pmu-goto-today > div, .pickmeup .pmu-instance .pmu-day-of-week, .tile-news__wrapper .text, .tile__wrapper .description {
    font-family: Roboto, Sans-serif
}

body {
    background: #e8e8e8;
    color: #484151;
    font-family: Circle-Regular, Roboto-Regular, Verdana, Sans-serif;
    overflow-x: hidden;
    min-height: 100vh
}

html {
    overflow-x: hidden;
    font-size: 16px
}

@media (min-width: 768px) and (max-width: 992px) {
    html {
        font-size: 14px
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    html {
        font-size: 14px
    }
}

.body-content {
    min-height: 400px
}

.bg-header, .bg-theme-header, .bg-white-header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 410px;
    display: block;
    z-index: -1
}

@media (max-width: 767px) {
    .bg-header, .bg-theme-header, .bg-white-header {
        height: 300px
    }
}

.ie-splash {
    z-index: 99999;
    background: rgba(255, 255, 255, .99);
    position: fixed;
    color: #333;
    height: 100vh;
    width: 100vw;
    top: 0;
    left: 0
}

.ie-splash > div {
    text-align: center;
    height: 100%;
    padding-top: 25%;
    margin: 0 auto;
    max-width: 800px;
    line-height: 1.75rem
}

.bg-theme-header {
    z-index: -1;
    flex-direction: column;
    background-size: cover;
    background-position: bottom center;
    background-repeat: no-repeat
}

.bg-theme-header:after {
    posistion: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    content: ''
}

.bg-theme-header--winter {
    background-color: rgba(35, 49, 73, .8)
}

.bg-theme-header--winter:after {
    background-color: rgba(35, 49, 73, .8)
}

.bg-theme-header--summer {
    background-color: rgba(0, 0, 0, .7)
}

.bg-theme-header--summer:after {
    background-color: rgba(0, 0, 0, .6)
}

@media (max-width: 991px) {
    .bg-theme-header {
        height: 360px
    }
}

@media (max-width: 767px) {
    .bg-theme-header {
        height: 260px
    }
}

.bg-white-header {
    /*background: #fff*/
}

@media (min-width: 768px) {
    .bg-white-header--extended {
        height: 500px
    }
}

.accordion__item, .bg-white {
    background: #fff
}

.info-col {
    position: relative
}

@media (min-width: 768px) {
    .info-col {
        overflow-x: hidden;
        overflow-y: hidden
    }
}

@media (max-width: 361px) {
    body, html {
        font-size: 12px
    }
}

.hidden {
    display: none !important
}

section {
    margin: 2rem auto
}

.page-title, .pagetitle {
    font-size: 2rem
}

ul.list-inline > li {
    display: inline-block
}

.img-responsive {
    width: 100%
}

.clear, .clearfix, .gallery-basic, .gallery-thumbs, .rg__thumbs--desktop {
    clear: both
}

.clear:after, .clearfix:after, .gallery-basic:after, .gallery-thumbs:after, .rg__thumbs--desktop:after {
    content: ".";
    visibility: hidden;
    display: block;
    height: 0;
    clear: both
}

.text-right {
    text-align: right !important
}

.text-left {
    text-align: left !important
}

.text-center {
    text-align: center
}

.content {
    background: #fff;
    -moz-box-shadow: 0 0 10px 0 #ccc;
    -webkit-box-shadow: 0 0 10px 0 #ccc;
    box-shadow: 0 0 10px 0 #ccc;
    margin-bottom: 2rem
}

.c-padding, .modal__text, .padding {
    padding: 2rem
}

@media (max-width: 992px) {
    .c-padding, .modal__text, .padding {
        padding: 1rem
    }
}

.margin-v-05 {
    margin-top: .5rem;
    margin-bottom: .5rem
}

.margin-v-2 {
    margin-top: 2rem;
    margin-bottom: 2rem
}

.filter-box, .padding-h, .page__content-box, .page__introtext {
    padding-left: 2rem;
    padding-right: 2rem
}

@media (max-width: 992px) {
    .filter-box, .padding-h, .page__content-box, .page__introtext {
        padding-left: 1rem;
        padding-right: 1rem
    }
}

.filter-box, .padding-v, .page__content-box, .page__introtext {
    padding-top: 2rem;
    padding-bottom: 2rem
}

@media (max-width: 992px) {
    .filter-box, .padding-v, .page__content-box, .page__introtext {
        padding-top: 1rem;
        padding-bottom: 1rem
    }
}

.loading img {
    max-width: 64px;
    height: auto
}

.box-shadow, .events-calendar {
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, .15);
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .15);
    box-shadow: 0 0 10px rgba(0, 0, 0, .15)
}

.padding2rem {
    padding: 2rem
}

.height8rem {
    height: 8rem;
    display: block
}

.height4rem {
    height: 4rem;
    display: block
}

.height2rem {
    height: 2rem;
    display: block
}

.spacer2-4 {
    height: 4rem
}

@media (max-width: 991px) {
    .spacer2-4 {
        height: 2rem
    }
}

.spacer0-4 {
    height: 4rem
}

@media (max-width: 767px) {
    .spacer0-4 {
        display: none
    }
}

.spacer1-2 {
    height: 2rem
}

@media (max-width: 991px) {
    .spacer1-2 {
        height: 1rem
    }
}

a.white, a.white:active, a.white:hover, a.white:link, a.white:visited {
    color: #fff
}

.decoration_none {
    text-decoration: none
}

.hover_underline {
    text-decoration: none
}

.hover_underline:hover {
    text-decoration: underline !important
}

.bold, h1 {
    font-weight: 700
}

.lowercase {
    text-transform: lowercase
}

.first-letter-caps:first-letter {
    text-transform: capitalize
}

.accordion, .shadow {
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, .3);
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .3);
    box-shadow: 0 0 10px rgba(0, 0, 0, .3);
    -ms-filter: ""
}

.text-mid-grey {
    color: #c0c4cd
}

.stars-rating {
    color: #ffba00
}

.font-size-50 {
    font-size: .5rem
}

.font-size-75 {
    font-size: .75rem
}

.font-size-80 {
    font-size: .8rem
}

.font-size-85 {
    font-size: .85rem
}

.font-size-90 {
    font-size: .9rem
}

.font-size-100 {
    font-size: 1rem
}

.font-size-115 {
    font-size: 1.15rem
}

.font-size-125 {
    font-size: 1.25rem
}

.font-size-150 {
    font-size: 1.5rem
}

.font-size-175 {
    font-size: 1.75rem
}

.font-size-200 {
    font-size: 2rem
}

.text-margin-25 {
    margin-top: .25rem;
    margin-bottom: .25rem;
    line-height: calc(100% * 1.25)
}

.text-margin-50 {
    margin-top: .5rem;
    margin-bottom: .5rem;
    line-height: calc(100% * 1.5)
}

.text-margin-100 {
    margin-top: 1rem;
    margin-bottom: 1rem;
    line-height: calc(100% * 2)
}

.text-margin-150 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
    line-height: calc(100% * 2.5)
}

.text-margin-200 {
    margin-top: 2rem;
    margin-bottom: 2rem;
    line-height: calc(100% * 3)
}

strong {
    font-weight: 700
}

.uppercase {
    text-transform: uppercase
}

.grayscale {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    filter: grayscale(100%);
    transition: all .5s ease
}

.grayscale:hover {
    -webkit-filter: grayscale(0);
    -moz-filter: grayscale(0);
    filter: grayscale(0)
}

.form-group {
    position: relative
}

.input__icon {
    position: absolute;
    left: 0;
    top: 0;
    background: 0;
    border: 0;
    outline: 0
}

.input-icon-left {
    padding-left: 2rem
}

.btn {
    padding: 1rem;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    font-size: 1rem;
    font-weight: 700;
    border: 0
}

.btn:active, .btn:focus {
    outline: 0
}

.btn-full {
    display: block;
    box-sizing: border-box;
    width: 100%
}

@media (max-width: 767px) {
    .btn-full {
        margin-left: 1rem;
        margin-top: 1rem;
        margin-right: 1rem;
        width: auto
    }
}

.btn-white {
    background: #fff;
    display: block;
    text-align: center;
    padding: 1rem;
    font-size: 1.15rem;
    font-weight: 700;
    text-decoration: none
}

.btn-white * {
    vertical-align: middle
}

.btn-white__icon {
    height: 2rem;
    width: 2rem
}

.btn-white--winter {
    color: #44c8f5
}

.btn-white--summer {
    color: #32a846
}

.btn-full2 {
    display: block;
    box-sizing: border-box;
    width: 100%
}

@media (max-width: 767px) {
    .btn-full2 {
        margin-top: 1rem
    }
}

.btn-filter {
    font-size: .9rem;
    font-weight: 700;
    margin-top: .15rem;
    margin-bottom: .15rem
}

.btn-filter .qty {
    margin-left: .8rem
}

.btn-icon {
    padding-left: 40px
}

.btn-margin {
    margin: .5rem
}

.btn-margin-v {
    margin-top: .5rem;
    margin-bottom: .5rem
}

.scroll-top {
    position: relative;
    margin-top: 1rem
}

.scroll-top:before {
    content: '\f106';
    position: relative;
    right: 20px
}

.form-group {
    margin: 1rem auto;
    position: relative
}

label.error {
    color: red
}

input.file {
    background: #ddd;
    outline: 0;
    color: #484151;
    font-size: bold;
    padding: 1rem 2rem
}

textarea.textarea {
    border-bottom-color: #484151;
    box-sizing: border-box;
    background: 0;
    font-size: 1rem;
    border-style: solid;
    border-width: 0 0 1px 0;
    width: 100%;
    position: relative;
    outline-color: none;
    outline-style: none;
    outline-width: 0;
    padding-bottom: 5px;
    max-height: 1rem;
    transition: .5s
}

textarea.textarea:focus {
    max-height: 100rem;
    transition: .5s
}

textarea.textarea::-webkit-input-placeholder {
    color: #666
}

textarea.textarea::-moz-placeholder {
    color: #666
}

textarea.textarea:-ms-input-placeholder {
    color: #666
}

textarea.textarea:-moz-placeholder {
    color: #666
}

.input-plain, input.plain {
    box-sizing: border-box;
    background: 0;
    font-size: 1rem;
    border-style: solid;
    border-width: 0 0 1px 0;
    width: 100%;
    position: relative;
    outline-color: none;
    outline-style: none;
    outline-width: 0;
    padding-bottom: 5px
}

.input-plain::-webkit-input-placeholder, input.plain::-webkit-input-placeholder {
    color: #666
}

.input-plain::-moz-placeholder, input.plain::-moz-placeholder {
    color: #666
}

.input-plain:-ms-input-placeholder, input.plain:-ms-input-placeholder {
    color: #666
}

.input-plain:-moz-placeholder, input.plain:-moz-placeholder {
    color: #666
}

.select-plain, select.plain {
    box-sizing: border-box;
    background: 0;
    font-size: 1rem;
    border-style: solid;
    border-width: 0 0 1px 0;
    width: 100%;
    position: relative;
    outline-color: none;
    outline-style: none;
    outline-width: 0;
    padding-bottom: 5px
}

.select-plain::-webkit-input-placeholder, select.plain::-webkit-input-placeholder {
    color: #666
}

.select-plain::-moz-placeholder, select.plain::-moz-placeholder {
    color: #666
}

.select-plain:-ms-input-placeholder, select.plain:-ms-input-placeholder {
    color: #666
}

.select-plain:-moz-placeholder, select.plain:-moz-placeholder {
    color: #666
}

.textarea {
    height: 1rem;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.textarea:focus {
    height: 8rem;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.radio {
    margin-right: 1.5rem;
    position: relative;
    cursor: pointer;
    opacity: 1;
    width: 0;
    height: 0
}

.radio:after {
    content: '';
    position: absolute;
    display: block;
    width: .75rem;
    top: -.8rem;
    height: .75rem;
    left: -.125rem;
    background: #fff;
    border-radius: 0;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.radio--winter {
    color: #00a0dc
}

.radio--winter:after {
    border: 2px solid #44c8f5
}

.radio--winter:hover:after {
    background: #bee6f4 !important;
    border-color: #bee6f4;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.radio--summer {
    color: #56cc56
}

.radio--summer:after {
    border: 2px solid currentColor
}

.radio--summer:hover:after {
    background: #56cc56 !important;
    border-color: #56cc56;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.radio:checked.radio--winter:after {
    background: #44c8f5
}

.radio:checked.radio--summer:after {
    background: currentColor
}

@media (max-width: 768px) {
    .form-mobile label {
        display: block
    }
}

.accordion__switch, .booking-form__caption:after, .datepicker__caption:after, .dropdown__caption:after, .events-calendar__link2:after, .fa, .gallery-basic_control, .gallery-basic_slide-left, .gallery-basic_slide-right, .gallery-basic_thumb-container_info_page-left:after, .gallery-basic_thumb-container_info_page-right:after, .gallery-thumbs__pager, .news-item--next .news-item__arrow:before, .news-item--prev .news-item__arrow:before, .offer__stars, .panel-title:after, .pickmeup .pmu-instance nav .pmu-next, .pickmeup .pmu-instance nav .pmu-prev, .qlinks__link:after, .rg-full__controls, .rg-ribbon__controls, .rg__controls, .rg__item--active:after, .rg__thumb-left:after, .rg__thumb-right:after, .scroll-top:before, .scrollable--inverse .scrollable__page, .scrollable__page {
    font-family: FontAwesome
}

.blur {
    filter: blur(10px);
    -webkit-filter: blur(10px);
    -moz-filter: blur(10px);
    -o-filter: blur(10px);
    -ms-filter: blur(10px)
}

.accordion__header, .accordion__switch, .booking-form__caption, .btn, .datepicker__caption, .dropdown__caption, .gallery-basic_control, .gallery-basic_slide-left, .gallery-basic_slide-right, .gallery-full__pager, .gallery-full__switch, .gallery-thumbs__pager, .guests__caption, .input__icon, .pointer, .scrollable--inverse .scrollable__page, .scrollable__page, .tabs__caption, .tile, .tile-hotel__book-button, .tile-news, table.table-mobile tr:not(.row-mobile) {
    cursor: pointer
}

.text-right {
    text-align: right
}

.no-bullets > li {
    list-style-type: none
}

.no-bullets > li:before {
    content: '' !important
}

ul.list-inline > li {
    display: inline-block
}

li.list-dispersed, ul.list-dispersed > li {
    margin-bottom: 1rem
}

.text-small {
    font-size: .75rem
}

.font-1x {
    font-size: 1rem
}

.font-2x {
    font-size: 2rem
}

.font-3x {
    font-size: 3rem
}

.font-4x {
    font-size: 4rem
}

.font-5x {
    font-size: 5rem
}

.font-6x {
    font-size: 6rem
}

.font-7x {
    font-size: 7rem
}

.font-8x {
    font-size: 8rem
}

.font-9x {
    font-size: 9rem
}

.font-10x {
    font-size: 10rem
}

.width-full {
    width: 100%
}

.accordion__item, .gallery-thumbs__wrapper, .position-relative, .relative {
    position: relative
}

.absolute, .position-absolute {
    position: absolute
}

.fixed, .position-fixed {
    position: fixed
}

.accordion__switch, .flex-center, .gallery-basic_slide-container_slide, .gallery-basic_thumb-container_info_page-left:after, .gallery-basic_thumb-container_info_page-right:after, .modal, .panel-title__data, .tile__label {
    display: flex;
    align-items: center;
    justify-content: center
}

.accordion__header, .flex-vertical-center {
    display: flex;
    align-items: center;
    justify-content: flex-start
}

.flex-wrap {
    flex-wrap: wrap
}

@media (max-width: 767px) {
    .hidden-xs {
        display: none !important
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm {
        display: none !important
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-md {
        display: none !important
    }
}

@media (min-width: 1200px) {
    .hidden-lg {
        display: none !important
    }
}

.no-gutter {
    padding-left: 0;
    padding-right: 0;
    margin-right: 0;
    margin-left: 0
}

.tooltip {
    position: relative
}

.tooltip-right .tooltip__text {
    left: auto;
    right: 0
}

.tooltip__text {
    position: absolute;
    top: -2rem;
    display: none;
    overflow-y: hidden;
    z-index: 5;
    max-width: 300px;
    white-space: nowrap
}

.tooltip--hover .tooltip__text, .tooltip:hover .tooltip__text {
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    display: block
}

.tooltip-hotel .tooltip__text {
    background: #c0c4cd;
    padding: 1rem;
    color: #484151;
    font-size: .8rem;
    top: -4rem
}

.close-switch {
    position: absolute;
    left: auto;
    right: 2rem;
    top: 2rem;
    font-size: 2rem;
    width: 2rem;
    height: 2rem;
    cursor: pointer
}

.close-switch:after {
    content: '\2715';
    color: #c0c4cd
}

.modal__window .btn-theme {
    border-radius: 0 !important;
    background: #01BAC6 !important;
    color: #FFF !important;
}
.js-weather-region[data-region="avalanche"]{
    font-family: Circle;
    color: #484151;
}
.js-weather-region[data-region="avalanche"] .tabs__tab>.padding{
    padding: 36px 32px 32px;
}
.js-weather-region[data-region="avalanche"] .title{
    font-weight: bold;
    font-size: 24px;
    line-height: 32px;
}
.js-weather-region[data-region="avalanche"] .heights{
    margin: 12px 0 32px;
}
.js-weather-region[data-region="avalanche"] .heights>div{
    padding: 16px;
}
.js-weather-region[data-region="avalanche"] .heights>div:not(:first-child){
    box-shadow: inset 1px 0px 0px #DADADA
}
.js-weather-region[data-region="avalanche"] .heights .title{
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 24px;
}
.js-weather-region[data-region="avalanche"] .heights .sectors li{
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #00A0DC;
    font-size: 16px;
    line-height: 24px;
}
.js-weather-region[data-region="avalanche"] .heights .sectors li:not(:last-child){
    margin-bottom: 8px;
}
.js-weather-region[data-region="avalanche"] .heights .sectors li .status{
    font-family: Panton;
    font-weight: bold;
    color: #fff;
    max-width: 32px;
    width: 100%;
    font-size: 20px;
    line-height: 32px;
    text-align: center;
    border-radius: 28px;
}
.js-weather-region[data-region="avalanche"] .legend{
    margin-top: 24px;
    margin-bottom: 40px
}
.js-weather-region[data-region="avalanche"] .legend li{
    display: flex;
    align-items: center;
}
.js-weather-region[data-region="avalanche"] .legend li:not(:last-child){
    margin-bottom: 8px;
}
.js-weather-region[data-region="avalanche"] .legend li .label{
    width: 100%;
    padding: 16px 0;
    max-width: 136px;
    box-sizing: border-box;
    text-align: center;
    font-size: 14px;
    line-height: 20px;
    border-radius: 8px;
}
.js-weather-region[data-region="avalanche"] .legend li .description{
    padding: 6px 0 6px 16px;
    font-size: 14px;
    line-height: 20px;
}
.js-weather-region[data-region="avalanche"] .signs{
    margin-top: 24px;
}
.js-weather-region[data-region="avalanche"] .signs li{
    background-size: 40px;
    background-repeat: no-repeat;
    background-position: 0 0;
    padding-left: 72px;
    font-size: 14px;
    line-height: 20px;
}
.js-weather-region[data-region="avalanche"] .signs li:not(:last-child){
    margin-bottom: 24px;
}
.js-weather-region[data-region="avalanche"] .signs li .subtitle{
    font-weight: bold;
    font-size: 16px;
    line-height: 24px;
    color: #E30613;
    margin-bottom: 8px;
}
@media (min-width: 768px) and (max-width: 1080px){
    .js-weather-region[data-region="avalanche"] .tabs__tab>.padding{
    padding: 16px;
    }
    .js-weather-region[data-region="avalanche"] .heights .sectors li{
        font-size: 12px;
        line-height: 16px;
    }
    .js-weather-region[data-region="avalanche"] .heights .sectors li .status{
        max-width: 24px;
        line-height: 24px;
        font-size: 16px;
        border-radius: 50%;
    }
}
@media (min-width: 768px) and (max-width: 880px){
    .js-weather-region[data-region="avalanche"] .heights .title{
        font-size: 16px;
        line-height: 20px;
    }
    .js-weather-region[data-region="avalanche"] .heights>div{
        padding: 8px;
    }
}
@media (max-width: 767px){
    .js-weather-region[data-region="avalanche"] .tabs__tab>.padding{
        padding: 16px;
    }
    .js-weather-region[data-region="avalanche"] .title{
        font-size: 18px;
        line-height: 20px;
    }
    .js-weather-region[data-region="avalanche"] .title.date{
        font-size: 24px;
        line-height: 32px;
    }
    .js-weather-region[data-region="avalanche"] .heights>div{
        padding: 16px 0;
    }
    .js-weather-region[data-region="avalanche"] .heights>div:not(:first-child){
        box-shadow: inset 0px 1px 0px #DADADA
    }
    .js-weather-region[data-region="avalanche"] .legend{
        margin-bottom: 14px
    }
    .js-weather-region[data-region="avalanche"] .legend li{
        flex-direction: column;
    }
    .js-weather-region[data-region="avalanche"] .legend li .label{
        max-width: initial;
        padding: 8px 0;
    }
    .js-weather-region[data-region="avalanche"] .legend li .description{
        padding: 16px 1.5px;
        font-size: 12px;
        line-height: 16px;
    }
    .js-weather-region[data-region="avalanche"] .signs li{
        background-size: 32px;
        padding-left: 48px;
        font-size: 12px;
        line-height: 16px;
    }
    .js-weather-region[data-region="avalanche"] .signs li .subtitle{
        font-size: 14px;
        line-height: 16px;
    }
}
img.rg__preload{display:none}

img.search-spin {
    display: none;
    position: absolute;
    background: #fff;
    height: 20px;
    margin-left: -23px;
}

img.search-spin-footer {
    display: none;
    position: absolute;
    background: #fff;
    width: 20px !important;
    margin-left: -23px;
}

@media (max-width: 959px) {
    .footer__search{
        display:none;
    }
    img.search-spin {
        height: 50px;
        margin-left: -50px;
        background: transparent;
    }
}

.search__search-list {
    max-width: 100vw;
    width: 400px;
    position: absolute;
    right: 0;
    z-index: 10;
    background: #fff;
    border-width: 0 1px 1px;
    border-color: #d9dce1;
    border-style: solid;
    overflow: visible;
}

.footer__top .search__search-list{
    right: initial;
    left: 0;
}

.search__search-list:empty{
    display:none;
}

@media (max-width: 767px) {
    .search__search-list {
        width: 80vw;
    }
}

.search__list-item {
    display: block!important;
    padding: .5rem!important;
    text-align: left;
}

.search__list-item:not(:last-child) {
    border-bottom: inherit
}

.search__list-item:hover {
    background: #d9dce1
}

.search__item-link {
    text-decoration: none
}

.search__item-caption {
    color: #000;
    font-size: .8rem;
    font-weight: bold;
    line-height: 1.2rem;
}

@media (max-width: 991px) {
    .search__item-caption {
        font-size:1rem
    }
}

.search__item-text {
    color: #333;
    font-size: .6rem;
    font-weight: bold;
    line-height: 1.2rem;
}

@media (max-width: 991px) {
    .search__item-text {
        font-size:.8rem
    }
}
