@charset "UTF-8";
.room__tools {
  position: absolute;
  display: none;
  padding: 5px 10px;
  color: #ffffff;
  text-shadow: 0 0 5px black;
  top: 0;
  left: 0;
  pointer-events: none;
  transform: translate3d(-50%, -100%, 0);
  user-select: none; }

@font-face {
  font-family: 'RosgvardGothicW';
  src: url("../fonts/rosgvard/RosgvardGothicW_Black.eot");
  src: url("../fonts/rosgvard/RosgvardGothicW_Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal; }
@font-face {
  font-family: 'RosgvardGothicW';
  src: url("../fonts/rosgvard/RosgvardGothicW_Bold.eot");
  src: url("../fonts/rosgvard/RosgvardGothicW_Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal; }
@font-face {
  font-family: 'RosgvardGothicW';
  src: url("../fonts/rosgvard/RosgvardGothicW_DemiBold.eot");
  src: url("../fonts/rosgvard/RosgvardGothicW_DemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal; }
@font-face {
  font-family: 'RosgvardGothicW';
  src: url("../fonts/rosgvard/RosgvardGothicW_Medium.eot");
  src: url("../fonts/rosgvard/RosgvardGothicW_Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal; }
@font-face {
  font-family: 'RosgvardGothicW';
  src: url("../fonts/rosgvard/RosgvardGothicW_Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal; }
@font-face {
  font-family: 'RosgvardGothicW';
  src: url("../fonts/rosgvard/RosgvardGothicW_VF.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
* {
  margin: 0;
  padding: 0; }

*, *::before, *::after {
  box-sizing: border-box; }

html {
  font-family: 'RosgvardGothicW', system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 10px;
  width: 100%;
  height: 100%;
  margin: 0; }

body {
  width: 100%;
  height: 100%;
  font-size: 1.7rem;
  margin: 0; }

a {
  color: #000;
  text-decoration: none; }
  a:hover {
    color: #000;
    text-decoration: none; }

.index-page {
  position: fixed;
  display: flex;
  justify-content: center;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url("../images/rooms/room0.jpg");
  background-size: cover;
  background-position: bottom center;
  background-repeat: no-repeat;
  text-align: center; }
  .index-page:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 1; }

.index-btn {
  position: relative;
  z-index: 2;
  display: flex;
  margin: auto;
  cursor: pointer;
  border: 5px solid #aaa;
  padding: 10px;
  max-width: 240px;
  height: 90px;
  align-items: center;
  justify-content: center;
  color: #f0f0f0;
  text-align: center;
  background: rgba(0, 0, 0, 0.5);
  font-size: 2rem;
  font-weight: 600; }

.header {
  display: grid;
  grid-template-columns: 60px 1fr;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  grid-gap: 20px;
  background-color: rgba(0, 0, 0, 0.6); }
  @media (min-width: 992px) {
    .header {
      grid-template-columns: 60px 1fr; } }

.h__logo {
  background-image: url("../images/logo.png");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: auto 100%;
  padding-left: 40px;
  margin: 10px 0;
  color: #ffffff;
  font-size: 1.4rem;
  line-height: 1.2;
  padding-right: 20px; }
  @media (min-width: 992px) {
    .h__logo {
      background-position: 20px center;
      padding-left: 70px; } }
  .h__logo .h__logo-name {
    font-size: 2rem; }

.footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  grid-gap: 20px;
  background-color: rgba(0, 0, 0, 0.6);
  padding: 10px 20px;
  display: grid;
  grid-template-columns: 1fr 80% 1fr; }
  @media (min-width: 992px) {
    .footer {
      grid-template-columns: 1fr 2fr 1fr; } }

.f__right {
  text-align: right;
  display: flex;
  justify-content: flex-end; }

.f__navbar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 10px; }

.f__nav {
  width: 40px;
  height: 40px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
  opacity: .8; }

.f__rotate-right {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='28' viewBox='0 0 28 28'%3E%3Cg transform='translate(1779 1502)'%3E%3Cpath d='M14,2A12,12,0,0,0,5.515,22.485,12,12,0,1,0,22.485,5.515,11.921,11.921,0,0,0,14,2m0-2A14,14,0,1,1,0,14,14,14,0,0,1,14,0Z' transform='translate(-1779 -1502)' fill='%23fff'/%3E%3Cpath d='M13.463,13.77l5.5,5.531a1.032,1.032,0,0,0,1.468,0,1.053,1.053,0,0,0,0-1.48L14.2,11.555a1.034,1.034,0,0,0-1.434-.03L6.491,17.817a1.054,1.054,0,0,0,0,1.48,1.032,1.032,0,0,0,1.468,0Z' transform='translate(-1781.429 -1474.539) rotate(-90)' fill='%23fff'/%3E%3C/g%3E%3C/svg%3E");
  transform: scaleX(-1); }

.f__rotate-left {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='28' viewBox='0 0 28 28'%3E%3Cg transform='translate(1779 1502)'%3E%3Cpath d='M14,2A12,12,0,0,0,5.515,22.485,12,12,0,1,0,22.485,5.515,11.921,11.921,0,0,0,14,2m0-2A14,14,0,1,1,0,14,14,14,0,0,1,14,0Z' transform='translate(-1779 -1502)' fill='%23fff'/%3E%3Cpath d='M13.463,13.77l5.5,5.531a1.032,1.032,0,0,0,1.468,0,1.053,1.053,0,0,0,0-1.48L14.2,11.555a1.034,1.034,0,0,0-1.434-.03L6.491,17.817a1.054,1.054,0,0,0,0,1.48,1.032,1.032,0,0,0,1.468,0Z' transform='translate(-1781.429 -1474.539) rotate(-90)' fill='%23fff'/%3E%3C/g%3E%3C/svg%3E"); }

.f__next {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='28' viewBox='0 0 28 28'%3E%3Cg transform='translate(1779 1502)'%3E%3Cpath d='M14,2A12,12,0,0,0,5.515,22.485,12,12,0,1,0,22.485,5.515,11.921,11.921,0,0,0,14,2m0-2A14,14,0,1,1,0,14,14,14,0,0,1,14,0Z' transform='translate(-1779 -1502)' fill='%23fff'/%3E%3Cg transform='translate(-1.589)'%3E%3Cpath d='M13.463,13.77l5.5,5.531a1.032,1.032,0,0,0,1.468,0,1.053,1.053,0,0,0,0-1.48L14.2,11.555a1.034,1.034,0,0,0-1.434-.03L6.491,17.817a1.054,1.054,0,0,0,0,1.48,1.032,1.032,0,0,0,1.468,0Z' transform='translate(-1781.429 -1474.539) rotate(-90)' fill='%23fff'/%3E%3Cpath d='M13.463,13.77l5.5,5.531a1.032,1.032,0,0,0,1.468,0,1.053,1.053,0,0,0,0-1.48L14.2,11.555a1.034,1.034,0,0,0-1.434-.03L6.491,17.817a1.054,1.054,0,0,0,0,1.48,1.032,1.032,0,0,0,1.468,0Z' transform='translate(-1776.251 -1474.539) rotate(-90)' fill='%23fff'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  transform: scaleX(-1); }

.f__prev {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='28' viewBox='0 0 28 28'%3E%3Cg transform='translate(1779 1502)'%3E%3Cpath d='M14,2A12,12,0,0,0,5.515,22.485,12,12,0,1,0,22.485,5.515,11.921,11.921,0,0,0,14,2m0-2A14,14,0,1,1,0,14,14,14,0,0,1,14,0Z' transform='translate(-1779 -1502)' fill='%23fff'/%3E%3Cg transform='translate(-1.589)'%3E%3Cpath d='M13.463,13.77l5.5,5.531a1.032,1.032,0,0,0,1.468,0,1.053,1.053,0,0,0,0-1.48L14.2,11.555a1.034,1.034,0,0,0-1.434-.03L6.491,17.817a1.054,1.054,0,0,0,0,1.48,1.032,1.032,0,0,0,1.468,0Z' transform='translate(-1781.429 -1474.539) rotate(-90)' fill='%23fff'/%3E%3Cpath d='M13.463,13.77l5.5,5.531a1.032,1.032,0,0,0,1.468,0,1.053,1.053,0,0,0,0-1.48L14.2,11.555a1.034,1.034,0,0,0-1.434-.03L6.491,17.817a1.054,1.054,0,0,0,0,1.48,1.032,1.032,0,0,0,1.468,0Z' transform='translate(-1776.251 -1474.539) rotate(-90)' fill='%23fff'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.f__map {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='28' viewBox='0 0 28 28'%3E%3Cg transform='translate(1628 1512)'%3E%3Cpath d='M14,2A12,12,0,0,0,5.515,22.485,12,12,0,1,0,22.485,5.515,11.921,11.921,0,0,0,14,2m0-2A14,14,0,1,1,0,14,14,14,0,0,1,14,0Z' transform='translate(-1628 -1512)' fill='%23fff'/%3E%3Cg transform='translate(291.659 -196.444)'%3E%3Cpath d='M4.2,12.425.332,13.462,0,12.223l3.871-1.037L1.174,1.12,2.413.788,7.019,17.977l-1.239.332ZM4.116.332,5.355,0,6.31,3.562l3.256-.867L9.9,3.933,6.642,4.8l.415,1.549,3.256-.867.332,1.239-3.256.867L8.8,12.853l11.459-3.07.332,1.239-3.871,1.037.581,2.168-1.239.332L15.48,12.39l-6.349,1.7.83,3.1-1.239.332Z' transform='translate(-1917.305 -1307.248)' fill='%23fff'/%3E%3Cpath d='M2.207.883A1.324,1.324,0,1,0,3.531,2.207,1.326,1.326,0,0,0,2.207.883m0-.883A2.207,2.207,0,1,1,0,2.207,2.207,2.207,0,0,1,2.207,0Z' transform='translate(-1905.135 -1309.793)' fill='%23fff'/%3E%3Cpath d='M4.414.883A3.535,3.535,0,0,0,.883,4.414c0,1.752,2.421,6.825,3.546,8.469C5.556,11.24,7.944,6.225,7.944,4.414A3.535,3.535,0,0,0,4.414.883m0-.883A4.414,4.414,0,0,1,8.827,4.414c0,2.438-3.662,9.689-4.394,9.706S0,6.851,0,4.414A4.414,4.414,0,0,1,4.414,0Z' transform='translate(-1907.341 -1312)' fill='%23fff'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.drawler-popup {
  position: fixed;
  z-index: 220;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
  margin: auto; }

.drawler-popup__container {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: inherit; }

.drawler-popup__bg {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  touch-action: none;
  will-change: opacity; }

.drawler-popup__inner {
  position: relative;
  display: flex;
  flex-direction: column;
  will-change: transform;
  border-radius: 32px 32px 0 0;
  width: 90%;
  margin: auto; }

.drawler-popup__thumb {
  position: absolute;
  right: 0;
  bottom: 100%;
  left: 0;
  width: 40px;
  height: 3px;
  margin: auto auto 8px;
  opacity: 0.3 !important;
  border-radius: 1.5px; }

.drawler-popup__content {
  position: relative;
  overflow: auto;
  -webkit-overflow-scrolling: touch; }

.frame {
  width: 100%;
  display: block;
  border: none;
  transform: translateZ(0);
  overflow: hidden;
  background: rgba(0, 0, 0, 0.6); }

.drawler-popup__close {
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  right: 0;
  top: 0;
  height: 40px;
  width: 40px;
  cursor: pointer;
  z-index: 201; }
  .drawler-popup__close:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    margin: auto;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160.709' height='160.667' viewBox='0 0 160.709 160.667'%3E%3Cpath d='M110.682,91.622l57.4-57.4A13.45,13.45,0,1,0,149.06,15.2l-57.4,57.4-57.4-57.4A13.45,13.45,0,1,0,15.241,34.223l57.4,57.4-57.4,57.4a13.45,13.45,0,1,0,19.021,19.021l57.4-57.4,57.4,57.4a13.45,13.45,0,0,0,19.021-19.021Z' transform='translate(-11.285 -11.289)' fill='%23fff'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: 50%;
    background-position: center; }

.loader__box {
  user-select: none;
  touch-action: none;
  display: flex;
  position: fixed;
  z-index: 300;
  justify-content: center;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  text-align: center;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d; }

.loader__logo {
  position: absolute;
  left: 0;
  top: 20%;
  right: 0;
  z-index: 2;
  margin: auto;
  height: 200px;
  width: 200px;
  background-image: url("../images/logo.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  animation: notransform 2s infinite;
  -webkit-animation-delay: 1s;
  animation-delay: 1s; }

.loader__text {
  position: absolute;
  left: 0;
  top: calc(230px + 20%);
  right: 0;
  z-index: 2;
  margin: auto;
  color: #fff;
  font-size: 2rem; }

#loaderIco {
  display: inline-block;
  width: 17px;
  height: 17px;
  margin-right: 5px; }

@keyframes notransform {
  50% {
    transform: scale(0.8); }
  100% {
    transform: scale(1); } }
.hamburger {
  display: flex;
  align-items: center;
  width: 60px;
  height: 47px;
  cursor: pointer;
  margin-left: 20px; }

.btn__hamb {
  position: relative;
  display: block;
  width: 100%;
  max-width: 40px;
  border-radius: 8px;
  cursor: pointer;
  margin-right: auto;
  margin-left: 0; }
  .btn__hamb div {
    width: 65%;
    height: 4px;
    background: #ffffff;
    display: block;
    margin-right: 35%;
    border-radius: 8px; }
  .btn__hamb:before, .btn__hamb:after {
    content: "";
    height: 100%;
    position: absolute;
    left: 0;
    border-radius: 3px;
    transition: .5s ease-in-out;
    background: #ffffff; }
  .btn__hamb:before {
    top: -10px;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    width: 45%; }
  .btn__hamb:after {
    top: 10px;
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
    width: 100%; }

.m__menu {
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  z-index: 200;
  transition: -webkit-transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  overflow-y: auto;
  background: rgba(0, 0, 0, 0.8);
  -ms-overflow-style: none;
  touch-action: auto;
  -ms-touch-action: auto;
  margin-right: 0;
  margin-left: auto;
  width: 100%; }
  @media (min-width: 992px) {
    .m__menu {
      width: 15%; } }

.m__menu-inner {
  padding: 70px 30px 0 30px; }
  .m__menu-inner a, .m__menu-inner span {
    display: block;
    position: relative;
    border-radius: 3px;
    border-bottom: 1px solid transparent;
    padding-bottom: 5px;
    padding-top: 5px;
    font-size: 1.7rem;
    color: #fff;
    cursor: pointer; }
    .m__menu-inner a:after, .m__menu-inner span:after {
      content: '';
      width: 0;
      height: 3px;
      background: #a30600;
      position: absolute;
      bottom: 0;
      left: 0;
      transition: width .3s ease-in-out; }
    .m__menu-inner a:hover:after, .m__menu-inner span:hover:after {
      width: 30%; }
      @media (min-width: 992px) {
        .m__menu-inner a:hover:after, .m__menu-inner span:hover:after {
          width: 50%; } }

.m__menu-bg {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1; }

.map {
  position: fixed;
  background: rgba(0, 0, 0, 0.5);
  bottom: 70px;
  right: 15px;
  width: 80%;
  padding: 20px; }
  @media (min-width: 768px) {
    .map {
      display: block;
      bottom: 80px;
      right: 20px;
      width: 300px;
      padding: 20px; } }
  @media (min-width: 992px) {
    .map {
      bottom: 80px;
      right: 30px;
      width: 300px;
      padding: 30px; } }
  .map .mapSVG {
    width: 100%; }
  .map #points g {
    cursor: pointer; }
  .map #points circle {
    pointer-events: none; }
  .map #points circle.point {
    pointer-events: unset; }

/* Окно добавления точки */
.point-editor {
  position: absolute;
  display: none;
  z-index: 1000; }
  .point-editor__body {
    background: #fff;
    border: 1px solid #ccc;
    padding: 10px;
    border-radius: 10px;
    width: 300px;
    font-size: 14px;
    line-height: 1.3; }
  .point-editor input, .point-editor textarea {
    width: 100%;
    max-width: 100%;
    padding: 5px;
    border: 1px solid #ccc;
    border-radius: 5px; }
  .point-editor button {
    padding: 5px;
    margin-right: 5px; }

.fancybox__content {
  padding: 0 !important; }

/* для всех видео и iframe внутри Fancybox */
.fancybox__container video:focus,
.fancybox__container iframe:focus {
  outline: none !important;
  border: none !important; }

#map .active-point .point {
  fill: red; }

/*# sourceMappingURL=screen.css.map */
