/* normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
    font-family: sans-serif /* 1 */;
    -ms-text-size-adjust: 100% /* 2 */;
    -webkit-text-size-adjust: 100% /* 2 */;
}

body {
    margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
progress,
video {
    display: inline-block /* 1 */;
    vertical-align: baseline /* 2 */;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden],
template {
    display: none;
}

a {
    background-color: transparent;
}

a:active,
a:hover {
    outline: 0;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

mark {
    background: #ff0;
    color: #000;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 0;
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

pre {
    overflow: auto;
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
    color: inherit /* 1 */;
    font: inherit /* 2 */;
    margin: 0 /* 3 */;
}

fieldset {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button /* 2 */;
    cursor: pointer /* 3 */;
}

button[disabled],
html input[disabled] {
    cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input {
    line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
    -webkit-box-sizing: border-box /* 1 */;
    box-sizing: border-box /* 1 */;
    padding: 0 /* 2 */;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

input[type="search"] {
    -webkit-appearance: textfield /* 1 */;
    -webkit-box-sizing: content-box /* 2 */;
    box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

legend {
    border: 0 /* 1 */;
    padding: 0 /* 2 */;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
}

blockquote {
    margin: 0;
}

a {
    text-decoration: none;
    color: #3696e9;
}

[class*="icon-"] {
    fill: currentColor;
}

.link-block {
    display: block;
    position: relative;
}

.link-block:after {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    content: url("/static/img/general/icon-banner-link.svg");
    background: rgba(54, 150, 233, 0.85);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.link-block:hover:after {
    opacity: 1;
}

.link-block > * {
    display: block;
    width: 100%;
}

@media only screen and (max-width: 800px) {
    .block--desktop {
        display: none !important;
    }
}

@media only screen and (min-width: 800px) {
    .block--mobile {
        display: none !important;
    }
}

html,
body {
    height: 100%;
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

img {
    max-width: 100%;
}

.container,
.page__wrapper,
.hero__text {
    padding: 15px;
    max-width: 1054px;
    margin-left: auto;
    margin-right: auto;
}

.page {
    font-family: 'Open Sans', sans-serif;
    background: #fafafb;
    position: relative;
}

.page--map {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.page__wrapper {
    overflow-x: hidden;
}

.page__header {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.page__map {
  margin-top: var(--site-header-crumbs-height);
}

.page__map > * {
    width: 100%;
    height: 100%;
}

.page__wrapper--wide {
    max-width: 1280px;
}

@media screen and (min-width: 1280px) {
    .page__wrapper--wide {
        padding: 15px 0;
    }
}

.page__footer {
    margin-top: 30px;
}

.cameras-list {
    list-style: none;
    padding: 0; margin: 0;
}

/* .cameras-list > * {
    padding: 5px;
    width: calc(100% / 4);
}

@media only screen and (max-width: 1050px) {
    .cameras-list > * {
        width: calc(100% / 3);
    }
}

@media only screen and (max-width: 800px) {
    .cameras-list > * {
        width: calc(100% / 2);
    }
}

@media only screen and (max-width: 600px) {
    .cameras-list > * {
        width: 100%;
    }
} */

.card {
    display: block;
    height: 230px;
    position: relative;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    margin: 0;
}

.card--object {
    color: #fff;
}

.card--object:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.5;
}

@media only screen and (min-width: 1050px) {
    .card--object:hover:before {
        background: #3696e9;
        opacity: 0.9;
        z-index: 2;
    }

    .card--object:hover .card__title,
    .card--object:hover .card__info {
        display: none;
    }

    .card--object:hover .card__icon {
        top: 50%;
        -webkit-box-shadow: none;
        box-shadow: none;
        background: transparent;
        border: 3px solid #fff;
        width: 40px;
        height: 40px;
        border-radius: 13px;
    }

    .card--object:hover .card__icon:before {
        background-color: transparent;
    }
}

.card--feedback {
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    font-size: 22px;
}

.card--photo {
    overflow: hidden;
    color: #fff;
}

.card--photo .card__info {
    background-color: rgba(0, 0, 0, 0.5);
    -webkit-transition: all ease 0.2s;
    transition: all ease 0.2s;
}

@media only screen and (min-width: 1050px) {
    .card--photo:hover .card__info {
        opacity: 0;
    }
}

.card--ad {
    height: 250px;
    text-align: center;
}

.card--map > * {
    height: inherit;
    width: 100%;
}

.card__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 64%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    font-weight: 800;
    font-size: 36px;
    line-height: 1.14;
    padding: 10px 10px 20px;
    text-align: center;
}

@media only screen and (max-width: 1050px) {
    .card__title {
        font-size: 32px;
    }
}

.card__info {
  line-height: 1.2em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight: 300;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 36%;
    width: 100%;
    display: flex;
    background: url("/static/img/general/camera-glow.png") top center no-repeat;
    background-size: cover;
    padding: 32px 10px 0;
    font-size: 18px;
    text-align: center;
}

.card__icon {
    position: absolute;
    z-index: 3;
    top: 64%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    width: 74px;
    height: 74px;
    background: #fff;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4);
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.card__icon:before {
    content: '';
    width: 38px;
    height: 38px;
    border-radius: 40%;
    background: #3696e9;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.card__icon svg {
    position: relative;
    z-index: 1;
}

.card__icon .icon-camera {
    width: 18px;
    height: 14px;
}

.card__icon .icon-play {
    position: relative;
    left: 2px;
}

.card__weather {
    position: absolute;
    top: 0;
    right: 12px;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 24px;
    line-height: 1;
}

.card__weather-icon img {
    display: block;
}

.card--weather {
    background-image: url("/static/img/general/weather-img.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    padding: 16px 10px;
    font-weight: 300;
}

.card--weather:before {
    content: '';
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #3894e6;
    opacity: 0.8;
}

.card--weather:after {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 82px;
    left: 0;
    bottom: 0;
    background: url("/static/img/general/camera-glow.png") center top no-repeat;
}

.card--weather > * {
    z-index: 1;
    position: absolute;
}

.card--weather__date {
    top: 10px;
    left: 0px;
    width: 100%;
    display: block;
    text-align: center;
}

.card--weather__date span {
    font-weight: bold;
}

.card--weather__info {
    top: 54px;
    left: 10px;
}

.card--weather__info p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 4px 0;
}

.card--weather__info svg {
    fill: #fff;
    margin-right: 8px;
}

.card--weather__temp {
    top: 60px;
    right: 10px;
    font-size: 64px;
    line-height: 1;
}

.card--weather__icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    bottom: 45px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    text-align: center;
    width: 76px;
    height: 76px;
    -webkit-box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.5);
    border-radius: 100%;
    background: #60aaeb;
    border: 9px solid #fff;
}

.card--weather__description {
    bottom: 12px;
    left: 0;
    width: 100%;
    text-align: center;
}

@media only screen and (min-width: 800px) {
    .comments {
        margin-right: 20px;
    }
}
/*
.tab1 {
    padding-top: 0px;
    margin: 15px 0;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    align-items: center;
}
@media only screen and (min-width: 1050px) {
    .tab1 {
        margin: 0;
        padding-left: 5px;
        justify-content: space-around;
    }
}
.tab1 div.tab {
    display: none;
}
.tab1 div.active {
    display: block;
}
@media only screen and (min-width: 1050px) {
    .tab1 {
        position: relative;
    }

    .tab1::before {
        display: block;
        content: "";
        position: absolute;
        z-index: -1;
        left: 0;
        right: 0;
        bottom: 0;
        height: 2px;
        background-color: #e3e6e7;
    }
}
.tab1 a {
    text-decoration: none;
    padding: 5px 0.5em;
    text-align: center;
    outline: none;
    display: inline-block;
    border-radius: 20px;
}
@media only screen and (min-width: 1050px) {
    .tab1 a {
        border-radius: 4px 4px 0 0;
    }
}
.tab1 a.tab {
    background-color: transparent;
    border: 2px solid transparent;
}
@media only screen and (min-width: 1050px) {
    .tab1 a.tab {
        border-color: transparent;
    }
}
.tab1 a.active {
    background: #fafafb;
    border: 2px solid #eaeaea;
    color: #333;
    background: #fff;
}
@media only screen and (min-width: 1050px) {
    .tab1 a.active {
        border-bottom: 3px solid #fafafb;
        background: transparent;
    }
} */

.footer {
    font-size: 11px;
    color: #959595;
    border-top: 1px solid #f2f2f2;
    padding: 10px 0 30px;
}

@media only screen and (min-width: 800px) {
    .footer {
        width: calc(100% - 245px);
    }
}

.footer__copyright {
    font-weight: 600;
}

.header {
    background: #fff;
    color: #959595;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 1px solid #eaeaea;
    font-weight: 300;
}

.header__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.header__logo {
    border-left: 1px solid #eaeaea;
    padding-left: 14px;
    padding-right: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header__logo > a > img {
    display: block;
}

@media only screen and (max-width: 400px) {
    .header__logo {
        padding-left: 10px;
        padding-right: 10px;
    }
}

.header__menu {
    position: fixed;
    left: -100%;
    top: 0;
    height: 100%;
    background: #fff;
    overflow: scroll;
    z-index: 100;
    opacity: 0;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
    -webkit-box-shadow: 0 0 0 2000px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 2000px rgba(255, 255, 255, 0);
    width: 315px;
}

.header__menu.header__menu--visible {
    left: 0;
    opacity: 1;
    -webkit-box-shadow: 0 0 0 2000px rgba(255, 255, 255, 0.7);
    box-shadow: 0 0 0 2000px rgba(255, 255, 255, 0.7);
}

@media only screen and (max-width: 800px) {
    .header__menu {
        display: none;
    }
}

.header__close {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 0;
    border: none;
    display: none;
    background: none;
    position: fixed;
    top: 20px;
    left: 20px;
    -webkit-transform: translateZ(0);
}

.header__menu--visible .header__close {
    display: block;
}

.header-icon {
    fill: currentColor;
}

.header-button {
    height: 60px;
    min-width: 60px;
    border: 0;
    padding: 0;
    background: none;
    text-align: center;
    line-height: normal;
}

.header-button:hover {
    fill: #3696e9;
    color: #3696e9;
}

@media only screen and (max-width: 800px) {
    [data-show="header__menu"] {
        display: none;
    }
}

.header-button__icon {
    font-size: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.header-button__text {
    display: none;
}

.header__actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.header__actions > * {
    border-left: 1px solid #eaeaea;
}

.maps-link {
    color: #959595;
    display: block;
    height: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 24px;
}

@media only screen and (min-width: 800px) {
    .maps-link {
        color: #fff;
        background: #3696e9;
    }
}

@media only screen and (min-width: 800px) {
    .maps-link__icon {
        display: none;
    }
}

@media only screen and (max-width: 800px) {
    .maps-link__text {
        display: none;
    }
}

.header__lang {
    overflow: hidden;
}

.lang {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 60px;
    max-height: 60px;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
}

@media only screen and (min-width: 800px) {
    .lang:hover {
        max-width: 200px;
    }
}

@media only screen and (max-width: 800px) {
    .lang {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .lang .lang__close {
        display: none;
    }

    .lang.lang--visible {
        position: fixed;
        top: 20px;
        left: 50%;
        z-index: 100;
        background: #fff;
        width: 200px;
        padding: 30px;
        margin-left: -100px;
        max-width: none;
        max-height: none;
        -webkit-box-shadow: 0 0 100px -10px #2c2d2e;
        box-shadow: 0 0 100px -10px #2c2d2e;
    }

    .lang.lang--visible .lang__close {
        display: block;
        position: absolute;
        top: 10px;
        right: 10px;
    }
}

.lang__item {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 60px;
    height: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    order: 1;
}

@media only screen and (max-width: 800px) {
    .lang__item {
        width: auto;
        text-transform: uppercase;
    }
}

.lang__close {
    border: none;
    padding: 0;
    background-color: transparent;
}

@media only screen and (min-width: 800px) {
    .lang__close {
        display: none;
    }
}

.lang__item--active {
    color: #959595;
    width: 60px;
    margin: auto;
    order: 0;
}

.hero {
    width: 100%;
    text-align: center;
    min-height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url("/images/main2snig.info.jpg");
    background-attachment:fixed;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.hero > .h1, .hero > .h2 {line-height: 1.2em;}
.hero > * {backdrop-filter: blur(10px);}
.instagram {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
}

.instagram:after {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    content: url("/static/img/general/icon-instagram.svg");
    background: rgba(54, 150, 233, 0.85);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.instagram:hover:after {
    opacity: 1;
}

@media only screen and (min-width: 800px) {
    .instagram {
        -ms-flex-preferred-size: 120px;
        flex-basis: 120px;
    }
}

.menu {
    margin: 0;
    padding: 0;
    text-indent: 0;
    list-style: none;
    list-style-position: outside;
    font-size: 30px;
    line-height: 1;
    font-weight: 300;
    padding: 30px 0 20px 70px;
}

.menu a:hover {
    color: #2c2d2e;
}

.menu__item {
    padding: 11px 15px;
}

.menu__item:hover .submenu {
    display: block;
}

.submenu {
    margin: 0;
    padding: 0;
    text-indent: 0;
    list-style: none;
    list-style-position: outside;
    width: 480px;
    background: #fff;
    position: fixed;
    left: 315px;
    top: 0;
    padding: 20px 50px 0 70px;
    font-size: 24px;
    height: 100%;
    display: none;
    overflow-y: scroll;
    margin-left: -12px;
    -webkit-transform: translateZ(0);
}

.submenu__item {
    margin: 30px 0;
}

@media only screen and (max-width: 800px) {
    .minimap {
        display: none;
    }
}

/* resorts-nav */

.resorts-nav__list {
  list-style-type: none;
  text-transform: uppercase;
}

.resorts-nav__list li {
  display: inline-block;
  position: relative;
  padding: .4em .8em;
}
.resorts-nav__list li + li:after {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -4px;
    content: '';
    display: block;
    width: 3px;
    height: 10px;
    border-right: 1px solid #e3e3e3;
    border-left: 1px solid #e3e3e3;
}
/*
.resorts-nav {
    position: relative;
    z-index: 1;
    -webkit-box-shadow: 0 4px 14px rgba(0, 0, 0, 0.15);
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.15);
}

@media only screen and (max-width: 1100px) {
    .resorts-nav {
        padding-top: 20px;
        padding-bottom: 20px;
        -webkit-box-shadow: none;
        box-shadow: none;
        background-color: transparent;
        background-image: url("/static/img/general/main.jpg");
        width: 100%;
    }
}



@media only screen and (min-width: 1100px) {
    .resorts-nav__list li {
        padding: 8px 16px;
    }
}


@media only screen and (max-width: 1100px) {
    .resorts-nav__list {
        padding: 0;
        text-align: left;
    }

    .resorts-nav__list li {
        display: block;
        padding-left: 20px;
        padding-right: 20px;
        font-size: 20px;
        line-height: 1;
    }

    .resorts-nav__list li:after {
        display: none;
    }

    .resorts-nav__list span {
        display: block;
        padding: 12px;
        border-radius: 9px;
        border: 1px solid #3696e9;
        background: rgba(255, 255, 255, 0.5);
        position: relative;
    }

    .resorts-nav__list span:after {
        content: '';
        position: absolute;
        top: 15px;
        right: 13px;
        display: block;
        width: 10px;
        height: 14px;
        background: url("/static/img/general/icon-select.svg") 0 0 no-repeat;
    }

    .resorts-nav__list a {
        display: none;
    }
}

@media only screen and (max-width: 1100px) {
    .resorts-nav--visible {
        z-index: 4;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(255, 255, 255, 0.97);
        overflow: scroll;
    }

    .resorts-nav--visible a {
        display: block;
    }

    .resorts-nav--visible span {
        padding: 0;
        border: none;
        background-color: transparent;
    }

    .resorts-nav--visible span:after {
        display: none;
    }

    .resorts-nav--visible .resorts-nav__list {
        padding: 5px 0;
    }

    .resorts-nav--visible .resorts-nav__list > * {
        padding: 20px 24px;
    }

    .resorts-nav--visible .resorts-nav__close {
        display: block;
        width: 24px;
        height: 24px;
        top: 25px;
        right: 30px;
        position: fixed;
        z-index: 2;
    }
}

.resorts-nav__close {
    display: none;
    background-color: transparent;
    border: none;
    padding: 0;
} */

.resorts-list {
    margin: 0;    padding: 0;    list-style: none;
}
.resorts-list__item {padding: 5px;}
.resorts-list__item--feedback {
    width: auto;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.resorts-list__item--banner {
    width: 100%;
}

@media only screen and (min-width: 800px) {
    .resorts-list__item--banner {
        width: calc(100% - 310px);
    }
}

.resorts-list__item--ad {
    width: 310px;
}

@media only screen and (max-width: 800px) {
    .resorts-list__item--ad {
        display: none;
    }
}

.video {
    position: relative;
    height: 0;
    padding-bottom: 56.25%;
}

.video > * {
    position: absolute;
    top: 0;
    left: 0;
    height: 100% !important;
    width: 100% !important;
}

.video-title {
    width: 100%;
    font-size: 1.2rem;
    line-height: 1.2em;
    margin-bottom: 6px;
    margin-top: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: flex-start;
    padding: 0;
}

.video-title > * {
    margin-left: 0.5em;
}

.video-title .video-title-main {
    flex-grow: 1;
}

.video-title .video-title-resort {
    font-weight: 800;
    margin-bottom: 10px;
}

.video-title .video-title-resort i {
    font-style: normal;
}

.video-title .video-title-resort span {
    font-weight: 800;
}

.video-title .video-title-resort a {
    text-decoration: underline;
}

.video-title .video-title-divider {
    font-weight: 800;
}

.video-title .video-title-name {
    font-size: 90%;
    font-weight: 700;
    margin-bottom: 10px;
}

.video-title-site {
    text-align: center;
    text-transform: uppercase;
    font-size: 60%;
    font-weight: 600;
    width: 240px; /* sidebar width */
    max-width: 240px; /* sidebar width */
    overflow: visible;
    margin: 0;
}

.video-layout__site.block--mobile {
    margin: 0.5em 0 0.2em 0;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
}

@media only screen and (max-width: 600px) {
    .video-title__name .icon-map {
        display: none;
    }
}

.video-title__name span {
    color: #c5c5c5;
    padding: 0 2px;
}

.video-layout:before,
.video-layout:after {
    display: table;
    content: "";
}

.video-layout:after {
    clear: both;
}

.lt-ie8 .video-layout {
    zoom: 1;
}

.video-layout__comments {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.video-layout__comments > * + * {
    margin-top: 4px;
}

@media only screen and (min-width: 800px) {
    .video-layout__comments > * + * {
        margin-top: 10px;
    }
}

.video-layout__ad--wide {
    margin: 5px 0;
}

@media only screen and (max-width: 800px) {
    .video-layout__ad--wide {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
}

@media only screen and (max-width: 800px) {
    .video-layout__banners--comments {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
}

.video-layout__video,
.video-layout__comments {
    margin-bottom: 4px;
}

@media only screen and (min-width: 800px) {
    .video-layout__video,
    .video-layout__comments {
        float: left;
        width: calc(100% - 245px);
    }
}

@media only screen and (min-width: 800px) {
    .video-layout__sidebar {
        float: right;
        width: 240px;
    }
}

.video-layout__sidebar > * + * {
    text-align: center;
    margin-top: 10px;
}

.video-layout__sidebar > *:nth-child(2) {
    margin-top: 0;
}

.video-layout__banners {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.video-layout__banners > * + * {
    margin-top: 4px;
}

@media only screen and (max-width: 800px) {
    .video-layout__banners {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .video-layout__banners > * {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }

    .video-layout__banners > * + * {
        margin-top: 0;
        margin-left: 4px;
    }
}

@media only screen and (max-width: 800px) {
    .sidebar-banners {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .sidebar-banners > * {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -ms-flex-preferred-size: 20px;
        flex-basis: 20px;
        -ms-flex-negative: 1;
        flex-shrink: 1;
    }

    .sidebar-banners .link-block ~ .link-block {
        margin-left: 5px;
    }
}

@media only screen and (min-width: 800px) {
    .sidebar-banners > * {
        margin-bottom: 10px;
        width: 240px;
    }
}

.sidebar-box {
    border-left: 1px solid #eaeaea;
    border-right: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
    background: #fff;
    min-height: 120px;
}

@media only screen and (max-width: 800px) {
    .sidebar-box {
        width: 100%;
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
    }
}

.sidebar-box:before {
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    background: #2c2d2e;
}

.sidebar-box--share:before {
    background: #fd6550;
}

.sidebar-box--instagram {
    position: relative;
}

.sidebar-box--instagram > * {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.sidebar-box--instagram:before {
    background: url("/static/img/general/instagram-background.png") center center no-repeat;
    background-size: cover;
}

.is-cloned {
    z-index: 1;
}

.has-clone {
    opacity: 0;
}

.video-nav {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /* max-height: calc((100vw - 288px)*9/16); */
}

@media only screen and (min-width: 800px) {
    .video-nav {
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        height: auto;
    }
}
@media only screen and (min-width: 1050px) {
  .video-nav {
    height: 0;
    max-height: 429px;
  }
}
.video-nav__wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    height: auto !important;
}

@media only screen and (min-width: 800px) {
    .video-nav__wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .video-nav__wrapper > * + * {
        margin-top: 4px;
    }

    .swiper-container-vertical .video-nav__wrapper > * + * {
        margin-top: 0;
    }
}

@media only screen and (max-width: 800px) {
    .video-nav__wrapper--static > * {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 !important;
        flex: 1 !important;
    }

    .video-nav__wrapper--static > * + * {
        margin-left: 4px;
    }
}

.video-nav__slider {
    width: 100%;
}

@media only screen and (min-width: 800px) {
    .video-nav__slider.swiper-container-vertical {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        -ms-flex-negative: auto;
        flex-shrink: auto;
        -webkit-box-flex: none;
        -ms-flex-positive: none;
        flex-grow: none;
        -ms-flex-preferred-size: calc(100% - 56px);
        flex-basis: calc(100% - 56px);
    }
}

.video-nav__btn {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    padding: 0;
    background-color: transparent;
}

@media only screen and (max-width: 800px) {
    .video-nav__btn {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%) scale(0.7);
        transform: translateY(-50%) scale(0.7);
        color: #2c2d2e;
    }
}

@media only screen and (min-width: 800px) {
    .video-nav__btn {
        -ms-flex-preferred-size: 24px;
        flex-basis: 24px;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        background: rgba(0, 0, 0, 0.75);
        position: relative;
        color: #efefef;
    }

    .video-nav__btn:hover {
        background: rgba(54, 150, 233, 0.75);
    }

    .video-nav__btn > * {
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%);
    }
}

.video-nav__btn--disabled {
    display: none;
}

@media only screen and (max-width: 800px) {
    .video-nav__btn--prev {
        right: 100%;
    }

    .video-nav__btn--prev > * {
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
    }
}

@media only screen and (min-width: 800px) {
    .video-nav__btn--prev {
        right: auto;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        margin-bottom: 4px;
    }
}

@media only screen and (max-width: 800px) {
    .video-nav__btn--next {
        left: 100%;
    }

    .video-nav__btn--next > * {
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
    }
}

@media only screen and (min-width: 800px) {
    .video-nav__btn--next {
        left: auto;
        margin-top: 4px;
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }
}

.video-nav__pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.video-nav__pagination > * + * {
    margin-left: 20px;
}

@media only screen and (min-width: 800px) {
    .video-nav__pagination {
        display: none;
    }
}

.video-nav__bullet {
    display: inline-block;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    border: 1px solid #cacaca;
}

.video-nav__bullet--active {
    background: #cacaca;
}

.video-thumb {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    justify-content: center;
    display: flex;
    padding: 5px;
    align-items: center;
    height: auto;
}

@media only screen and (min-width: 640px) {
    .video-thumb {
      padding: 15px;
    }
}

.video-thumb:before {
    position: absolute;
    content: '';
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.75);
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media only screen and (min-width: 800px) {
    .video-thumb {
        -webkit-box-flex: 1;
        -ms-flex: auto;
        flex: auto;
        height: 100%;
        -ms-flex-preferred-size: 120px;
        flex-basis: 120px;
    }

    .video-thumb:hover:before {
        content: url("/static/img/general/icon-play.svg");
        background-color: rgba(54, 150, 233, 0.75);
        z-index: 2;
    }
}

.swiper-container-vertical .video-thumb {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
}

.video-thumb__text {
    position: relative;
    z-index: 1;
    line-height: 1.1;
    font-size: 12px;
    color: #fff;
    text-align: center;
}

.video-thumb__number {
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: underline;
    margin-bottom: 8px;
}

.video-thumb__title {
    font-weight: 600;
}

.weather {
    color: #2c2d2e;
    padding: 20px 20px 24px;
    line-height: 1;
}

@media only screen and (max-width: 800px) {
    .weather:before,
    .weather:after {
        display: table;
        content: "";
    }

    .weather:after {
        clear: both;
    }

    .lt-ie8 .weather {
        zoom: 1;
    }
}

@media only screen and (min-width: 800px) {
    .weather {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

.weather__date {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
}

@media only screen and (max-width: 800px) {
    .weather__date {
        width: 50%;
        float: right;
        padding-left: 20px;
    }
}

.weather__forecast {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

@media only screen and (min-width: 800px) {
    .weather__forecast {
        margin-bottom: 10px;
    }
}

@media only screen and (max-width: 800px) {
    .weather__forecast {
        float: left;
        width: 50%;
    }
}

.weather__temp {
    font-size: 76px;
    font-weight: 800;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.weather__temp:after {
    content: '';
    width: 4px;
    height: 5px;
    border: 5px solid currentColor;
    border-radius: 50%;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    position: relative;
    top: 10px;
}

.weather__icon {
    margin-left: -8px;
    margin-bottom: -5px;
}

.weather__text {
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 8px;
}

@media only screen and (max-width: 800px) {
    .weather__text {
        padding-left: 20px;
        float: right;
        width: 50%;
    }
}

@media only screen and (min-width: 800px) {
    .weather__text {
        text-align: center;
    }
}

@media only screen and (max-width: 800px) {
    .weather__wind {
        display: none;
    }
}

.weather__wind .icon-wind {
    margin-right: 4px;
    position: relative;
    top: 2px;
}

.page__wrapper.page__skyscrapers .site-content {
    max-width: 1280px;
    flex-grow: 1;
}

.ad-skyscraper-wrapper {
    margin-top: 5px;
    display: none;
}

@media only screen and (min-width: 1900px) {

    .page__wrapper.page__skyscrapers {
        width: 100%;
        max-width: 100vw;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: space-between;
        align-content: center;
    }

    .page__wrapper.page__skyscrapers .ad-skyscraper-wrapper {
        display: inline-block;
    }
}

.offline-screen {
    position: relative;
    /* padding-bottom: 56%; */
    padding: 0;
    height: 0;
    min-height: 428px;
    font-size: 1.58em;
    line-height: 1em;
    text-align: center;
    color: black;
    background: url("/images/camera_not_working.png");
    background-position: center;
}
.offline-screen .cam-header {
    top: 20px;
}
.offline-screen input,
.offline-screen button,
.offline-screen input:focus,
.offline-screen button:focus {
  border:0;
  outline:0;
}
.offline-screen input[type=email] {
  padding: 11px 18px 9px;
  min-width: 300px;
}
.offline-screen input[type=email]::placeholder {
  color: #949494;
}
.offline-screen.custom-stub {
  background: url("/images/camera_offline_bg.png");
}
.offline-screen.custom-stub .cam-header {
  display: none;
}
.offline-screen.custom-stub .cam-ico {
  padding: 70px;
  max-width: max-content;
  background: url("/images/camera_cros.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.offline-screen.custom-stub .info-container {
  padding: 10px 50px 80px;
  font-size: 1.5em;
  line-height: 1.6em;
}
.offline-screen.custom-stub .info-container a {
  border: 5px solid #9ebae8;
}
.offline-screen.custom-stub .info-container img {
  z-index: 0;
}
.offline-screen.custom-stub .info-container [class*=_ar-]:before {
  z-index: 1;
}
.offline-screen.custom-stub .info-container figcaption {
  font-size: 0.8em;
  height: fit-content;
  margin: auto;
  z-index: 1;
}
@media only screen and (max-width: 850px) {
  .offline-screen.custom-stub .info-container {
    padding: 10px 10px 80px;
    font-size: 1em;
    line-height: normal;
  }
}
@media only screen and (max-width: 600px) {
    .offline-screen.custom-stub .cam-header {
      display: block;
    }
    .offline-screen.custom-stub .info-container {
      padding: 10px;
      font-size: 2em;
    }
    .offline-screen.custom-stub .info-container a {
      min-height: 180px;
      min-width: 300px;
    }
    .info-container._nowrap {
      flex-wrap: wrap !important;
    }
    .offline-screen.custom-stub .cam-ico {
      position: absolute;
      z-index: 1;
    }
    .offline-screen.custom-stub .txt {
      display: none;
    }
    /* .profile-info h4 {
      font-size: 0.9em;
    }
    .profile-info h4 br {
      display: none;
    } */
    #right-sidebar {
      overflow-y: scroll;
    }
}
@media only screen and (max-width: 280px) {
    .offline-screen.custom-stub .info-container {
      padding: 0;
    }
    .offline-screen.custom-stub .info-container a {
      min-height: 150px;
      min-width: 200px;
    }
}

/* .offline-screen p {
    padding-top: 32px;
} */

.profile-email input,
.profile-email button,
.profile-email input:focus,
.profile-email button:focus {
  border:0;
  outline:0;
}

.profile-email p {
  padding-left: 18px;
}

.profile-email input[type=email] {
  padding: 5px 18px;
  background-color: #F6F6F6;
  width: 100%;
  font-size: 16px;
}
.profile-email input[type=email]::placeholder {
  color: #949494;
}

._ico-frm-btn {
  display: flex;
  justify-content: center;
  color: #fff;
  font-size: 16px;
  line-height: 0;
  padding: 20px;
  background-color: #3E86FE;
}
._ico-frm-btn::before {
  position: absolute;
  line-height: 0;
}
._ico-frm-btn:hover {
  background-color: #346fd3;
}
._ico-frm-btn:active {
  background-color: #295cb1;
}

/* Dark theme switcher */
.theme-switch,
.ad-switch {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 20px;
}

.theme-switch input,
.ad-switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.theme-switch .slider,
.ad-switch .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #E6E6E6;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-radius: 22px;
}

.theme-switch .slider:before,
.ad-switch .slider:before {
  position: absolute;
  content: "";
  height: 24px;
  width: 24px;
  left: -1px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  background: #BBBBBB;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 50%;
  border: 2px solid #fff;
}

.theme-switch input:checked + .slider,
.ad-switch input:checked + .slider {
  background-color: #9EBAE8;
}
.theme-switch input:checked + .slider:before,
.ad-switch input:checked + .slider:before {
  background: #3E86FE;
}

.theme-switch input:checked + .slider:before,
.ad-switch input:checked + .slider:before {
  -webkit-transform: translateX(18px);
  -ms-transform: translateX(18px);
  transform: translateX(18px);
}
body.dark .theme-switch .slider:before,
body.dark .ad-switch .slider:before {
  border-color: #181818;
}
/* Dark theme */
body.dark .field input,
body.dark .field textarea,
body.dark .field select {
  background-color: #181818;
}
body.dark,
body.dark ._fff._fill,
body.dark .my_sets,
body.dark #my_sets {
  background-color: #181818;
  color: #f0f0f0 !important;
}
body.dark header, body.dark .top-search input {
  background-color: #121212;
}
body.dark a,
body.dark .offline-screen {
  color: #6e6e6e;
}
body.dark #site-logo {
  filter: invert(1);
}

body.dark .card--object {
  color: #ccc;
}
body.dark .card--object .card__icon,
body.dark .profile-email input[type=email] {
  background: #ccc;
}
body.dark .card--object:hover:before,
body.dark .link-block:after {
  background: rgba(20,59,92,0.9);
}
body.dark .card--object:hover,
body.dark .top-search ._blue,
body.dark .card--feedback,
body.dark .cams,
body.dark .cams a,
body.dark .profile-email a {
  color: #f0f0f0;
}
body.dark .cams .offline img {
  opacity: 0.2
}
body.dark .hero {
  position: relative;
}
body.dark .hero::before,
body.dark .offline-screen::before {
  content: '';
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  position: absolute;
  left: 0;
}
body.dark .hero .h1,
body.dark .hero .h3 {
  z-index: 2;
}
body.dark .hero a {
  z-index: 100;
  position: relative;
}

body.dark .sidebar-box {
  border: none;
  background: #181818;
}
body.dark .sidebar-banners > * {
  margin-bottom: 10px;
}
