body {
  font-family: 'Fira Sans', sans-serif;
  color: #001980;
  font-size: 1vw;
  line-height: 1.2;
}

h1 {
  font-size: 1vw;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.2em;
  line-height: 1.2;
  font-weight: 500;
}

a {
  color: #001980;
  text-decoration: none;
}

img {
  display: inline-block;
  max-width: 1000%;
}

.pano {
  position: fixed;
  z-index: 1;
  width: 100%;
  height: 100%;
}

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

.logo {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: auto;
  z-index: 500;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 0;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.logo.is--mobile {
  display: none;
}

.logo__link {
  width: 14em;
}

.places {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 0.5em;
  margin-bottom: 1.5em;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 0;
}

.place-item {
  position: relative;
  z-index: 20;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 11em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 100em;
  background-image: none;
  cursor: pointer;
}

.place-item__cover {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 100em;
  background-image: none;
}

.places__line {
  position: absolute;
  left: 0;
  top: 4em;
  right: 0;
  bottom: auto;
  z-index: 10;
  width: 100%;
  height: 1px;
  background-color: #2f5db4;
}

.place-item__img-wrap {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 20;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 0.4em;
  border-color: #fff;
  border-radius: 100em;
}

.place-item__img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 100em;
}

.logo__img {
  width: 100%;
}

.place-itme__text {
  position: relative;
  width: 100%;
  margin-top: 1.3em;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  line-height: 1.3;
  text-align: center;
}

.menu {
  position: fixed;
  left: 0;
  top: auto;
  right: 0;
  bottom: 0;
  z-index: 50;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.filters {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 0.5em;
  /* -webkit-box-pack: center; */
  /* -webkit-justify-content: center; */
  /* -ms-flex-pack: center; */
  /* justify-content: center; */
  /* -webkit-box-align: center; */
  /* -webkit-align-items: center; */
  /* -ms-flex-align: center; */
  /* align-items: center; */
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.filter-item {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0.5em;
  margin-left: 0.5em;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 100em;
  background-image: -webkit-gradient(linear, left top, right top, from(#009be3), color-stop(43%, #2d60b7), color-stop(81%, #493a9b), to(#542c90));
  background-image: linear-gradient(90deg, #009be3, #2d60b7 43%, #493a9b 81%, #542c90);
  box-shadow: inset 0 0 0 1px #9dcde3, inset 0 0 0 1.21em #fff;
  -webkit-transition: all 400ms cubic-bezier(.19, 1, .22, 1);
  transition: all 400ms cubic-bezier(.19, 1, .22, 1);
  color: #001980;
  cursor: pointer;
}

.filter-item.is--active {
  box-shadow: inset 0 0 0 0 #9dcde3, inset 0 0 0 0 #fff;
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
  -webkit-transition-timing-function: cubic-bezier(.645, .045, .355, 1);
  transition-timing-function: cubic-bezier(.645, .045, .355, 1);
  color: #fff;
}

.filter-item__text {
  margin: 0.6em 1.2em;
  white-space: nowrap;
}

.filters__box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 1em;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.bg {
  position: fixed;
  z-index: 30;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.bg__lottie {
  position: absolute;
  bottom: -0.5em;
  width: 100em;
  -webkit-transform: translate(0px, 83%);
  -ms-transform: translate(0px, 83%);
  transform: translate(0px, 83%);
}

.menu-open {
  position: fixed;
  left: 0;
  top: auto;
  right: 0;
  bottom: 0;
  z-index: 40;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 0;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.menu-open__button {
  padding: 0.8em 1em;
  font-size: 1.4em;
  font-weight: 500;
  text-transform: uppercase;
  cursor: pointer;
}

.close {
  position: fixed;
  bottom: 20.5em;
  z-index: 60;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 0;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.close__button {
  position: absolute;
  z-index: 10;
  width: 100%;
  height: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-image: -webkit-gradient(linear, left top, right top, from(#ff5b00), color-stop(39%, #f14a1f), to(#ce2269));
  background-image: linear-gradient(90deg, #ff5b00, #f14a1f 39%, #ce2269);
  cursor: pointer;
}

.close__place {
  position: absolute;
  z-index: 20;
  width: 100%;
  height: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-image: -webkit-gradient(linear, left top, right top, from(#ff5b00), color-stop(39%, #f14a1f), to(#ce2269));
  background-image: linear-gradient(90deg, #ff5b00, #f14a1f 39%, #ce2269);
  cursor: pointer;
}

.close__box {
  position: relative;
  overflow: hidden;
  width: 4em;
  height: 4em;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 100%;
}

.place-card {
  position: fixed;
  left: 0;
  top: auto;
  right: 0;
  bottom: 0;
  z-index: 55;
  display: flex;
  overflow: auto;
  width: 100%;
  height: 29em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.place-card__box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.h2 {
  width: 100%;
  margin-top: 0.6em;
  margin-bottom: 0.6em;
  line-height: 1.2;
}

.description__slider {
  overflow: hidden;
  width: 30%;
  height: auto;
  border-radius: 1em;
}

.place-card__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.description__text {
  width: 100%;
  margin-bottom: 1em;
  color: #25293a;
  font-size: 1em;
}

.description__text.is--info {
  margin-bottom: 0;
  margin-left: 0.6em;
  color: #001980;
  font-weight: 500;
}

.description__text.is--h3 {
  margin-top: 0.1em;
  margin-bottom: 0.5em;
  color: #001980;
  font-size: 1.5em;
  font-weight: 500;
}

.description {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70%;
  padding-top: 0;
  padding-bottom: 1.5em;
  padding-left: 2em;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.description__info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 1em;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.description__icon {
  width: 2em;
  height: 2em;
}

.close__icon {
  width: 100%;
  height: 100%;
}

.description__image {
  width: 100%;
  height: 100%;
}

.place-item__wrap {
  position: relative;
  overflow: hidden;
  width: 8em;
  height: 8em;
  padding: 1px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 100em;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#009be3), color-stop(48%, #2d60b7), color-stop(80%, #493a9b), to(#542c90));
  background-image: linear-gradient(180deg, #009be3, #2d60b7 48%, #493a9b 80%, #542c90);
}

.pano-change {
  position: fixed;
  left: 0;
  top: auto;
  right: 0;
  bottom: 0;
  z-index: 20;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 15em;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 25, 128, 0.8)), to(rgba(0, 25, 128, 0)));
  background-image: linear-gradient(0deg, rgba(0, 25, 128, 0.8), rgba(0, 25, 128, 0));
}

.rotate-device {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
  display: none;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.lottie-animation {
  width: 10em;
}

.pano-slider {
  position: absolute;
  z-index: 20;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.pano-slider__text {
  position: absolute;
  opacity: 0.8;
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transform-origin: 50% 70%;
  -ms-transform-origin: 50% 70%;
  transform-origin: 50% 70%;
  -webkit-transition: all 300ms cubic-bezier(.645, .045, .355, 1);
  transition: all 300ms cubic-bezier(.645, .045, .355, 1);
  color: #fff;
  font-size: 2em;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
}

.pano-slider__text:hover {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.is--active .pano-slider__text {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.pano-slider__item {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.pano-slider__arrows {
  position: absolute;
  display: none;
  width: 37%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.pano-slider__arrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 4em;
  height: 4em;
  padding: 1.5em;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.pano-slider__icon {
  width: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.pano-slider__icon.is--right {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.sound-button {
  position: fixed;
  left: auto;
  top: 1.4em;
  right: 1.4em;
  bottom: auto;
  z-index: 500;
  width: 2em;
  height: 2em;
  cursor: pointer;
}

.intro {
  position: fixed;
  z-index: 900;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.intro__buttons-img {
  position: absolute;
  z-index: 10;
  width: 20em;
}

.intro__button {
  position: relative;
  z-index: 20;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.intro__text {
  position: absolute;
  bottom: 2em;
  color: #fff;
  font-size: 0.9em;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.intro__button-img {
  display: none;
}

.season-switch {
  position: fixed;
  left: 1.4em;
  top: 1.4em;
  right: auto;
  bottom: auto;
  z-index: 500;
  width: 5em;
  height: 2em;
  cursor: pointer;
}

.lang-button {
  position: fixed;
  left: auto;
  top: 1.4em;
  right: 4.4em;
  bottom: auto;
  z-index: 500;
  width: 2em;
  height: 2em;
  cursor: pointer;
}

@media screen and (max-width: 991px) {
  body {
    font-size: 2vw;
  }

  .place-card__box {
    width: 100%;
    padding-right: 1.5em;
    padding-left: 1.5em;
  }

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

  .pano-slider_desk {
    display: none;
  }

  .pano-slider__text {
    position: relative;
    white-space: normal;
  }

  .pano-slider__item {
    width: 45%;
  }

  .pano-slider__arrows {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 57%;
  }

  .sound-button {
    top: 0.9em;
    width: 2.5em;
    height: 2.5em;
  }

  .season-switch {
    top: 0.9em;
    width: 6.25em;
    height: 2.5em;
  }

  .lang-button {
    top: 0.9em;
    width: 2.5em;
    height: 2.5em;
  }
}

@media screen and (max-width: 767px) {
  body {
    font-size: 1vw;
  }

  .pano-slider__item {
    width: 30%;
    padding-right: 0;
    padding-left: 0;
  }

  .pano-slider__arrows {
    width: 37%;
  }
}

@media screen and (max-width: 479px) {
  body {
    font-size: 3.5vw;
  }

  .logo.is--mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .logo__link {
    width: 12em;
  }

  .description__slider {
    width: 100%;
    height: 15em;
  }

  .description__text {
    font-size: 1.2em;
    line-height: 1.3;
  }

  .description {
    width: 100%;
    padding-top: 1.5em;
    padding-left: 0;
  }

  .rotate-device {
    display: none;
  }

  .pano-slider__item {
    width: 100%;
    padding-right: 2em;
    padding-left: 2em;
  }

  .pano-slider__arrows {
    width: 100%;
  }

  .sound-button {
    top: 0.4em;
    right: 0.4em;
    width: 2.5em;
    height: 2.5em;
  }

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

  .intro__buttons-img {
    display: none;
  }

  .intro__button {
    width: 100%;
    height: 50%;
  }

  .intro__button-img {
    display: block;
    height: 4.5em;
  }

  .season-switch {
    left: 0.4em;
    top: 0.4em;
    width: 6.25em;
    height: 2.5em;
  }

  .lang-button {
    top: 0.4em;
    right: 4.15em;
    width: 2.5em;
    height: 2.5em;
  }
}
