/* Cuprum 700 — self-hosted (152-ФЗ A6: no foreign font endpoint). Subsets downloaded from Google Fonts at build time and served locally from /fonts. */
@font-face {
  font-family: 'Cuprum';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(../fonts/cuprum-700-cyrillic.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
  font-family: 'Cuprum';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(../fonts/cuprum-700-cyrillic-ext.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
@font-face {
  font-family: 'Cuprum';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(../fonts/cuprum-700-latin.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
  width: 100%;
}

.clearfix:before,
.clearfix:after {
    display: block;
    content: " ";
}
.clearfix:after {
    clear: both;
}
.clearfix {
    *zoom: 1;
}

::-webkit-input-placeholder {
    font-family: Arial, Verdana, sans-serif;
    font-size: 14px;
    font-style: italic;
    color: #000;
}
:-moz-placeholder {
    font-family: Arial, Verdana, sans-serif;
    font-size: 14px;
    font-style: italic;
    color: #000;
}
::-moz-placeholder {
    font-family: Arial, Verdana, sans-serif;
    font-size: 14px;
    font-style: italic;
    color: #000;
}
:-ms-input-placeholder {
    font-family: Arial, Verdana, sans-serif;
    font-size: 14px;
    font-style: italic;
    color: #000;
}
html, body {
    width: 100%;
    height: 100%;
    font: normal 16px Arial, Verdana, sans-serif;
}
.preloader {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    background-color: #0071bc;
}
    .preloader__inner {
        width: 960px;
        height: 100%;
        position: relative;
        margin: 0 auto;
    }
        .preloader .slider__overlay {
            top: 382px !important;
        }
        .preloader__spinner {
            width: 188px;
            height: 44px;
            position: absolute;
            top: 616px;
            border-radius: 11px;
            background: transparent url('../img/spinner.gif') no-repeat 0 0;
        }
        .preloader__text {
            color: #fff;
            position: absolute;
            top: 630px;
            left: 200px;
        }
.pull-left { float: left; }
.pull-right { float: right; }
.btn {
    display: inline-block;
    padding: 4px 12px;
    text-decoration: none;
    font-size: 14px;
}
.btn-big {
    padding: 10px 12px;
}
.btn-green {
	background-color: #14b831;
}
.btn-green,
.nav__link:hover,
.nav__item--active {
    color: #fff;
    border-radius: 8px;
    background-color: #14b831;
	text-align: center;
}
.btn-blue,
.nav__link:hover,
.nav__item--active {
    color: #fff;
    border-radius: 8px;
    background-color: #095892;
    background-image: linear-gradient(to top, #0075be, #009dff);
	margin-bottom: 4px;
}
.btn-yellow {
    color: #000;
    border-radius: 8px;
    background-color: #f9d42d;
    background-image: linear-gradient(to top, #fbb03b, #fcee21);
}
.calendar-icon {
    width: 32px;
    height: 32px;
    display: inline-block;
    background: transparent url('../img/calendar-icon.png') no-repeat 0 0;
}
.icon {
    font-size: 10px;
}
.icon:before {
    content:' ';
    vertical-align:middle;
    display: inline-block;
    background-image: url("../img/sprite.svg");
    background-repeat: no-repeat;
    background-size: 7.2em 108em;
}
.no-svg .icon:before {
    background-image: url("../img/sprite.png");
}
.icon.wi-fi:before {
    background-position: 0em 0em;
    width: 7.2em;
    height: 7.2em;
}
.icon.conference:before {
    background-position: 0em -7.2em;
    width: 7.2em;
    height: 7.2em;
}
.icon.baggage-room:before {
    background-position: 0em -14.4em;
    width: 7.2em;
    height: 7.2em;
}
.icon.payment:before {
    background-position: 0em -21.6em;
    width: 7.2em;
    height: 7.2em;
}
.icon.bankomat:before {
    background-position: 0em -28.8em;
    width: 7.2em;
    height: 7.2em;
}
.icon.transport:before {
    background-position: 0em -36em;
    width: 7.2em;
    height: 7.2em;
}
.icon.ice-rink:before {
    background-position: 0em -43.2em;
    width: 7.2em;
    height: 7.2em;
}
.icon.tv:before {
    background-position: 0em -50.4em;
    width: 7.2em;
    height: 7.2em;
}
.icon.taxi:before {
    background-position: 0em -57.6em;
    width: 7.2em;
    height: 7.2em;
}
.icon.parking:before {
    background-position: 0em -64.8em;
    width: 7.2em;
    height: 7.2em;
}
.icon.food:before {
    background-position: 0em -72em;
    width: 7.2em;
    height: 7.2em;
}
.icon.pool:before {
    background-position: 0em -79.2em;
    width: 7.2em;
    height: 7.2em;
}
.icon.sauna:before {
    background-position: 0em -86.4em;
    width: 7.2em;
    height: 7.2em;
}
.icon.skiing:before {
    background-position: 0em -93.6em;
    width: 7.2em;
    height: 7.2em;
}
.icon.massage:before {
    background-position: 0em -100.8em;
    width: 7.2em;
    height: 7.2em;
}
.container {
    width: 960px;
    margin: 0 auto;
}
.form-control {
    height: 36px;
    background-color: #fff;
    padding: 0 10px;
    border: none;
    border-radius: 8px;
    background-color: rgba(255, 255, 255, .6);
    font-family: Arial, Verdana, sans-serif;
    font-size: 14px;
    color: #000;
}
.heading {
    font-family: 'Cuprum', Arial, Verdana, sans-serif;
    font-weight: bold;
}
.screen-heading {
    text-align: center;
    font-size: 52px;
    text-transform: uppercase;
}
.screen-description {
    font-size: 18px;
    text-align: center;
}
.about-content__footer,
.service-content__footer,
.tours-content__footer,
.rooms__footer {
    border-radius: 8px;
    background-color: #000;
    background-color: rgba(0, 0, 0, .8);
    text-align: center;
    padding: 19px 0;
    margin-top: 12px;
}
.about-parallax-container,
.service-parallax-container {
    height: 2000px;
    width: 100%;
    margin-top: -800px;
}
.header-top {
    width: 100%;
    padding: 10px 0;
    background-color: #fff;
    position: fixed;
    top: 0;
    z-index: 9998;
}
    .header-top__slogan {
        font-size: 26px;
        margin-top: 12px;
        text-transform: uppercase;
    }
    .rating-wrap {
        float: left;
        margin-left: 36px;
        width: 162px;
    }
        .header-top__booking {
            display: block;
            text-decoration: none;
            color: #000;
        }
        .header-top__booking--green { margin-top: 4px; }
            .booking__rating {
                width: 28px;
                display: block;
                color: #fff;
                background-color: #095892;
                text-align: center;
                padding: 4px 0;
                font-size: 14px;
                font-weight: bold;
                border-radius: 8px;
            }
            .booking__text {
                margin-left: 6px;
                margin-top: 0;
                display: block;
                font-size: 12px;
                line-height: 12px;
            }
            .header-top__booking--green .booking__rating { background-color: #14b831; }
    .header-top__telephone {
        font-size: 26px;
        margin-left: 34px;
        margin-top: -4px;
    }
        .header-top__call .btn {
            display: block;
        }
.header {
    width: 100%;
    color: #fff;
    padding: 8px 0 4px;
    background-color: #000;
    background-color: rgba(0, 0, 0, .8);
    position: fixed;
    top: 72px;
    z-index: 9998;
}
    .logo {
        font-size: 50px;
        /*text-transform: uppercase;*/
    }
	.logo a {
		text-decoration: none;
		color: #fff;
	}
	.nav {
        margin-top: 12px;
    }
        .nav__item {
            float: left;
            font-size: 14px;
            margin: 0 2px;
        }
            .nav__link {
                display: block;
                color: #fff;
                text-decoration: none;
                padding: 6px 10px;
            }
.wrapper {
    width: 100%;
    height: 100%;
}
    .home-screen {
        height: 1080px;
        position: relative;
        z-index: 1;
        margin-top: 60px;
    }
        .home-screen__slider {
            height: 100%;
            position: relative;
        }
            .slider__items {
                height: 1080px;
            }
                .slider__item {
                    width: 100%;
                    height: 100%;
                    max-height: 1080px;
                    background-size: cover;
                    background-position: center top;
                    background-repeat: no-repeat;
                }
                .slider__controls {
                    width: 960px;
                    height: 40px;
                    position: absolute;
                    top: 548px;
                    left: 50%;
                    z-index: 12;
                    margin-left: -480px;
                }
                    .slider__pager {
                        float: left;
                        border-radius: 8px;
                        padding: 8px 0 8px 8px;
                        background-color: #000;
                        background-color: rgba(0, 0, 0, .8);
                    }
                        .slider__pager-item {
                            float: left;
                        }
                            .slider__pager-link {
                                display: block;
                                float: left;
                                width: 28px;
                                height: 28px;
                                text-indent: -9999px;
                                margin-right: 8px;
                                border-radius: 8px;
                                background-color: #fff;
                            }
                            .slider__pager-link.active,
                            .slider__pager-link:hover {
                                background-color: #095892;
                                background-image: linear-gradient(to top, #0075be, #009dff);
                            }
        .slider__overlay-wrap {
            width: 100%;
            height: 1080px;
            position: absolute;
            top: 0;
            left: 0;
        }
            .slider__overlay {
                width: 960px;
                margin-left: -480px;
                position: absolute;
                /*top: 312px;*/
				top: 200px;
                left: 50%;
            }
			.slider__heading .btn{
				position: relative;
				top: -11px;
				margin-left: 30px;
				font-size: 16px;
			}
                .slider__heading span {
                    display: inline-block;
                    color: #fff;
                    font-size: 52px;
                    padding: 0 30px;
                    margin-bottom: 4px;
                    background-color: #000;
                    background-color: rgba(0, 0, 0, .8);
                }
                .slider__room-order {
                    width: 204px;
                    color: #fff;
                    padding: 16px 18px 0 14px;
                    position: absolute;
                    top: 0;
                    right: 0;
                    background-color: #095892;
                    border-radius: 8px;
                }
                    .room-order__heading {
                        font-size: 24px;
                        text-transform: uppercase;
                        margin-bottom: 14px;
                    }
                    .slider__room-order .form-group {
                        margin-bottom: 8px;
                        position: relative;
                    }
                        .slider__room-order .form-control {
                            padding: 0 36px 0 10px;
                            width: 158px;
                            position: relative;
                            z-index: 1;
                        }
                        .slider__room-order .input-icon {
                            position: absolute;
                            top: 2px;
                            right: 2px;
                            z-index: 2;
                        }
                        .slider__room-order .btn {
                            display: block;
                            text-align: center;
                            margin-bottom: 14px;
                            margin-top: 8px;
                        }

    .about-screen {
        width: 100%;
        color: #fff;
        position: relative;
        z-index: 11;
        margin-top: -1519px;
    }
        .about-screen__inner {
            padding-top: 1454px;
            padding-bottom: 500px;
            position: relative;
            background: transparent url('../img/bg-1.png') no-repeat center top;
        }
        .about-screen__inner .container {
            position: relative;
        }
            .first-screen {
                width: 100%;
                position: absolute;
                top: -1006px;
            }
            .about-content {
                margin-top: 42px;
            }
                .about-content__col-l {
                    width: 454px;
                }
                .about-content__col-r {
                    width: 477px;
                }
                    .about-content__items {}
                        .about-content__item {
                            border-bottom: 3px solid #fff;
                            padding-bottom: 10px;
                            margin-bottom: 18px;
                        }
                            .about-content__item__heading {
                                font-size: 24px;
                                text-transform: uppercase;
                                margin-bottom: 8px;
                            }
    .service-screen {
        width: 100%;
        color: #fff;
        padding-top: 530px;
        padding-bottom: 646px;
        margin-top: -568px;
        background: transparent url('../img/bg-2.png') no-repeat 0 top;
    }
        .service-content {
            margin-top: 48px;
        }
            .service-table {
                width: 100%;
            }
                .service-table td {
                    vertical-align: middle;
                    
                }
                    .service-table span {
                        margin-left: 10px;
                        display: block;
                    }
                    .service-table .icon {
                        margin: 9px 0;
                        display: block;
                    }
    .tours-screen {
        width: 100%;
        color: #fff;
        margin-top: -568px;
        padding-top: 600px;
        padding-bottom: 646px;
        background: transparent url('../img/bg-3.png') no-repeat 0 top;
    }
        .tours-content {
            margin-top: 70px;
            margin-bottom: 10px;
        }
            .tours-content__col-l {
                width: 344px;
            }
                .tours-content__col-l ul {
                    list-style: disc;
                    margin-left: 22px;
                    font-size: 18px;
                }
                    .tours-content__col-l li {
                        margin-bottom: 30px;
                    }
            .tours-content__col-r {
                width: 586px;
            }
                .tours-content__photo {
                    display: block;
                    float: left;
                    margin-right: 14px;
                    margin-bottom: 20px;
                }
                .tours-content__photo:nth-child(4n) {
                    margin-right: 0;
                }
    .rooms-screen {
        width: 100%;
        color: #fff;
        margin-top: -1000px;
        padding-top: 1220px;
        padding-bottom: 0;
        background: transparent url('../img/bg-4.png') no-repeat 0 top;
    }
        .rooms__description-heading {
            font-size: 24px;
            text-transform: uppercase;
            margin-top: 12px;
            margin-bottom: 14px;
        }
        .rooms-content {
            margin-top: 30px;
        }
            .room {
                width: 440px;
                margin-right: 18px;
                margin-bottom: 18px;
                padding: 0 11px 22px;
                float: left;
                border-radius: 8px;
                background-color: #000;
                background-color: rgba(0, 0, 0, .8);
            }
            .room:nth-child(2n) {
                margin-right: 0;
            } 
                .room__heading {
                    font-size: 24px;
                    text-align: center;
                    margin-top: 26px;
                    margin-bottom: 26px;
                }
                .room--with-subheading .room__heading {
                    margin-top: 20px;
                    margin-bottom: 16px;
                }
                    .room__subheading {
                        font-family: Arial, Verdana, sans-serif;
                        font-size: 14px;
                        font-weight: normal;
                    }
                .room__img {
                    display: block;
                    margin-bottom: 16px;
                }
                .room__photos { display: none; }
                .prices {
                    margin-bottom: 14px;
                }
                    .price {
                        padding: 10px;
                        margin-bottom: 10px;
                        background-color: #0071bc;
                    }
                        .price__name {
                            font-size: 18px;
                        }
                        .price__date {
                            font-size: 14px;
                        }
                        .price__value {
                            font-size: 24px;
                            margin-top: 6px;
                        }
                .room__btn {
                    text-align: center;
                }
            .rooms__note {
                text-align: center;
                font-size: 18px;
                margin-top: 22px;
            }
                .rooms__note span {
                    text-transform: uppercase;
                }
            .rooms__banner {
                text-align: center;
                margin-top: 16px;
                padding-top: 10px;
                padding-bottom: 14px;
                border-radius: 8px;
                background-color: #f9d42d;
                background-image: linear-gradient(to top, #fbb03b, #fcee21);
            }
                .rooms__banner__heading {
                    font-size: 52px;
                    color: #000;
                    text-transform: uppercase;
                }
                .rooms__banner__text {
                    background-color: #000;
                    background: rgba(0, 0, 0, .8);
                    font-size: 18px;
                    padding: 5px 0;
                }
        .rooms__footer {
            margin-top: 30px;
        }

    .reservetion-screen {
        width: 100%;
        color: #fff;
        margin-top: -520px;
        padding-top: 550px;
        padding-bottom: 500px;
        background: transparent url('../img/bg-5.png') no-repeat 0 top;
    }
        .reservetion-screen .screen-description {
            font-size: 14px;
            margin-top: 28px;
        }
            .reservetion-screen .screen-description p {
                margin-bottom: 20px;
            }
        .reservetion__form {
            width: 804px;
            margin: 0 auto;
            padding: 28px 20px 24px;
            border-radius: 8px;
            background-color: #000;
            background-color: rgba(0, 0, 0, .8);
        }
            .reservetion__form__col {
                float: left;
                margin-right: 12px;
            }
            .reservetion__form__col--last {
                margin-right: 0;
            }
                .reservetion__form .form-group {
                    position: relative;
                    margin-bottom: 8px;
                }
                    .reservetion__form .form-control {
                        width: 240px;
                    }
                    .reservetion__form select.form-control {
                        width: 127px;
                    }
                    .reservetion__form textarea.form-control {
                        max-width: 240px;
                        height: 104px;
                        padding: 10px;
                    }
                        .reservetion__form .icon {
                            position: absolute;
                            top: 2px;
                            right: 2px;
                            z-index: 2;
                        }
            .reservetion__form__footer {
                margin-top: 16px;
                text-align: center;
            }
    .contacts-screen {
        width: 100%;
        color: #fff;
        position: relative;
        z-index: 1;
        margin-top: -520px;
        padding-top: 500px;
        background: transparent url('../img/bg-6.png') no-repeat 0 top;
    }
        .contacts-screen__inner {
            padding-bottom: 500px;
            background: transparent url('../img/bg-mount.png') no-repeat center bottom;
        }
            .contacts-screen .container {
                width: 724px;
            }
                .contact-form {
                    width: 300px;
                    padding: 65px 20px 65px;
                    border-radius: 8px;
                    background-color: #000;                
                    background-color: rgba(0, 0, 0, .8);
                }
                    .contact-form .form-group {
                        margin-bottom: 12px;
                    }
                        .contact-form .form-control {
                            width: 280px;
                        }
                        .contact-form textarea.form-control {
                            padding: 10px;
                            max-width: 280px;
                            height: 124px;
                        }
                    .contact-form__btn {
                        text-align: center;
                    }
                        .contact-form__btn .btn {
                            padding-left: 26px;
                            padding-right: 26px;
                        }
                .contacts__col-r {
                    width: 360px;
                }
                    .contacts__heading {
                        font-size: 52px;
                        text-transform: uppercase;
                    }
                    .address {
                        font-size: 18px;
                    }
                        .address p {
                            margin-bottom: 24px;
                        }
                    .telephones {
                        font-size: 24px;
                        line-height: 29px;
                        margin-bottom: 5px;
                    }
					.telephones span {
						display: block;
						text-align: right;
					}
					.telephones p {
						float: left;
					}
					.fax,
                    .email {
                        font-size: 14px;
                    }
                    .fax {
                        margin-bottom: 2px;
                    }
                        .email a {
                            color: #fff;
                        }
                        .email a:hover {
                            text-decoration: none;
                        }
                .social-btn {
                    margin-top: 50px;
                    padding: 10px 0;
                    border-radius: 8px;
                    background-color: #000;
                    background-color: rgba(0, 0, 0, .8);
                }
                    .social-btn__text {
                        float: left;
                        font-size: 24px;
                        margin-top: 6px;
                        margin-left: 40px;
                        text-transform: uppercase;
                    }
                    .social-btn__icons {
                        float: right;
                        margin-right: 46px;
                    }
                        .social-btn__icon {
                            display: block;
                            float: left;
                            margin-right: 4px;
                        }
                            .social-btn__icon img {
                                display: block;
                            }
    .footer {
        width: 100%;
        position: absolute;
        bottom: 16px;
        z-index: 2;
        padding: 11px 0;
        text-align: center;
        vertical-align: middle;
        background-color: #000;
        background-color: rgba(0, 0, 0, .8);
    }
        .footer__inner {
            width: 530px;
            margin: 0 auto;
        }
        .footer span,
        .footer a {
            display: block;
            float: left;
            margin-right: 10px;
        }
        .footer img {
            display: block;
        }
        .footer span {
            margin-top: 5px;
        }
		.confidential {
			float: none !important;
			color: #fff;
			font-size: 14px;
		}
.screen { background-size: cover; }
.popup {
    color: #fff;
    border-radius: 8px;
    margin: 0 auto;
    text-align: center;
    padding: 14px 0 20px;
    position: relative;
    background-color: #095892;
}
    .popup-close {
        width: 32px;
        height: 32px;
        border-radius: 50%;
        cursor: pointer;
        position: absolute;
        top: -34px;
        right: -34px;
        background: transparent url('../img/close.png') no-repeat center center;
    }
.iframe-popup {
	width: 1000px;
}
.home-popup,
.call-popup,
.order-popup {
    width: 360px;
}
.order-popup {
    width: 436px;
}
    .popup-heading {
        font-size: 24px;
        margin-bottom: 5px;
        text-transform: uppercase;
    }
    .popup-description {
        font-size: 14px;
        margin-bottom: 16px;
    }
    .popup-form .form-group {
        margin-bottom: 8px;
    }
        .call-popup .form-control {
            width: 200px;
        }
        .order-popup .form-control {
            width: 180px;
        }
            .order-start-date,
            .order-end-date {
                position: relative;
            }
            .order-start-date { margin-left: 15px; }
            .order-end-date { margin-right: 15px; }
                .order-start-date i,
                .order-end-date i {
                    position: absolute;
                    top: 2px;
                    right: 2px;
                }
    .call-btn,
    .order-btn {
        padding-top: 8px;
    }
        .call-btn .btn {
            padding-left: 42px;
            padding-right: 42px;
        }
.sweet-alert {
    background-color: #095892;
}
    .sweet-alert h2 {
        text-transform: uppercase;
        color: #fff;
    }
    .sweet-alert p {
        color: #fff;
    }
    .sweet-alert button {
        color: #000 !important;
        background-color: #f9d42d !important;
        background-image: linear-gradient(to top, #fbb03b, #fcee21) !important;
    }
    .sa-success::after,
    .sa-success::before,
    .sa-fix {
        background-color: transparent !important;
    }
#ui-datepicker-div {
    z-index: 9999 !important;
}

.ui-datepicker-trigger {
	position: absolute;
    right: 2px;
    top: 2px;
    z-index: 2;
	cursor: pointer;
}