#routes,
#unactive_program,
#unactive_media,
#unactive_download {
  display: none !important;
}

@font-face {
  font-family: Circle;
  src: url(./Circle-fonts/CRC35.otf) format('opentype');
  font-weight: normal;
  font-style: normal;
}

::-webkit-scrollbar {
  width: 0px;
  background: transparent;
  /* make scrollbar transparent */
}
body {
  margin: 0;
}
p {
  margin-bottom: 0rem;
}

#modal_text_en {
  color: #cad9fa;
}

#program_text_en {
  color: #cad9fa;
}

.modal_program {
  height: 300px;
  max-height: 80%;
  width: 90%;
  max-width: 350px;
  border-radius: 15px;
  overflow: hidden;
  top: 10%;
  left: 5%;
  position: absolute;
  background-color: white;
  visibility: hidden;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
  touch-action: none;
}

.speaker_text {
  display: none;
}

.speakers {
  color: blue;
  cursor: pointer;
  text-decoration: underline blue;
}

.first {
  margin-top: 20px;
  border-top: #d6d5d5 solid 1px;
}

.program_content {
  height: 80%;
  overflow: auto;
  margin-bottom: 20px;
}

.program_text {
  padding: 0px;
  font-size: 10pt;
  padding-left: 10px;
  padding-right: 10px;
}

.media_player {
  position: absolute;
  width: 500px;
  max-width: 100%;
  padding: 5px;
  /* border: 1px solid black; */
}

#close_program {
  vertical-align: top;
  padding-right: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
}

#program_head_content {
  width: 90%;
}

.close_program {
  position: relative;
  height: 20px;
}

input:focus,
textarea:focus,
select:focus {
  outline: none;
}

.orientation_error {
  display: none;
  text-align: center;
  width: 100%;
  touch-action: none;
}

.error_page {
  text-align: center;
  width: 100%;
  touch-action: none;
}

#yandex_map {
  display: block;
  height: 100%;
  position: absolute;
  overflow: hidden;
}

.modal_window {
  display: inline-table;
  visibility: hidden;
  position: absolute;
  border-radius: 15px;
  width: 200px;
  background-color: rgb(255, 255, 255);
  z-index: 100;
  font-family: Circle;
  font-size: 10pt;
  overflow: hidden;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}

.many_rooms {
  font-family: Circle;
  font-size: 10pt;
  position: relative;
  /* margin-left: 10px; */
  text-decoration: blue underline;
  color: blue;
}

.change_rooms {
  /* max-height: 350px; */
  margin-left: 10px;
  height: 85%;
  overflow: auto;
}

.modal_head {
  display: inline-table;
  width: 100%;
  background-color: #004279;
}

.modal_text {
  color: #ffffff;
  padding-left: 10px;
  font-weight: 800;
}

#close_modal {
  vertical-align: top;
  padding-top: 10px;
  padding-bottom: 10px;
}

.close_modal {
  position: relative;
  height: 20px;
}

.download_pict {
  position: relative;
  top: 10px;
  left: 10%;
  margin-bottom: 20px;
  height: 35px;
}

.download_pointer {
  cursor: pointer;
  /* filter: drop-shadow(0px -2px 2px rgba(0, 0, 0, 0.2)); */
}

.download_pointer:hover {
  filter: drop-shadow(0px -2px 2px rgba(0, 0, 0, 0.2));
}

.header {
  /* object-position: initial; */
  /* height: 15%; */
  justify-content: center;
  align-items: center;
  background-color: #004279;
  position: absolute;
  max-height: 50%;
  height: 40px !important;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 0;
  touch-action: none;
  display: none;
}

.point {
  position: relative;
  transition: all 1s;
  z-index: 2;
}

.point:hover {
  fill: rgba(78, 78, 78, 0.623);
  cursor: pointer;
  transition: all 1s;
}

.svg_sprite {
  position: absolute;
  top: 0px !important;
  width: 100%;
  height: 100%;
}

#svg_sprite {
  display: inline-block;
  overflow: hidden;
  height: 100%;
}

#svg_sprite img {
  width: auto;
  height: 100%;
}

svg {
  width: auto;
  height: 100%;
}

.filter {
  display: inline-block;
  margin-left: 5%;
  color: rgb(231, 229, 229);
  font-size: 10pt;
  font-family: Rubik, sans-serif;
}

.find_text {
  display: none;
  height: 30px;
  font-family: Rubik, sans-serif;
  /* font-size: 12pt; */
}

#search_sys {
  /* display: inline-table; */
  position: relative;
  overflow: hidden;
  /* width: 80%; */
  height: 30px;
  /* top: 1vh; */
  margin-right: 15px;
  border-radius: 30px;
  background-color: rgb(214, 214, 214);
}

.find_room {
  margin-left: 10%;
  width: 80%;
  visibility: hidden;
  /* top: 5vh; */
  position: absolute;
}

.find_pict {
  float: right;
  padding-left: 25px;
  padding-right: 25px;
  height: 100%;
  margin-bottom: 5px;
}

.find_pict:hover {
  cursor: pointer;
  background-color: #6e6e6e;
}

.ui-autocomplete-input {
  background-color: transparent;
  border: none;
  font-weight: 400;
  font-family: Rubik, sans-serif;
  width: 85%;
  margin-left: 30px;
  margin-top: 5px;
}

.filter_buttons {
  padding-left: 5%;
  /* max-height: 65%; */
  display: flex;
  overflow: auto;
  max-width: 100%;
  white-space: nowrap;
  touch-action: auto;
  padding-top: 10px;
}

.lang_button {
  position: relative;
  margin-top: 5px;
  float: right;
  margin-right: 5%;
  color: rgb(235, 235, 235);
  font-family: Rubik, sans-serif;
  font-size: 3vh;
  padding-left: 5px;
  padding-right: 5px;
  border-radius: 30px;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}

.button_filter {
  display: inline-block;
  position: relative;
  border: 1px solid #dbdbdb;
  border-radius: 30em;
  padding: 4px;
  padding-left: 10px;
  padding-right: 10px;
  margin-right: 15px;
  margin-bottom: 10px;
  font-weight: 400;
  font-family: Rubik, sans-serif;
  font-size: 10pt;
  color: rgb(84, 76, 76);
  transition: none;
  height: 15px;
  padding-top: 3px;
}

#mobile_filter {
  position: relative;
  visibility: hidden;
}

#mobile_map {
  position: relative;
  visibility: hidden;
}

#mobile_close_map {
  visibility: hidden;
  height: 0vh;
}

#mobile_search {
  height: 10px;
  position: absolute;
  visibility: hidden;
}

#logo {
  margin-left: 1vh;
  margin-top: 1vh;
  height: 35px;
}

#logo_tablet {
  display: none;
}

.filter_text {
  font-size: 0;
  visibility: hidden;
}

#filter_button {
  display: inline-block;
  margin-left: 3vw;
  padding: 2px;
  padding-right: 15px;
  padding-left: 15px;
  font-weight: 400;
  font-family: Rubik, sans-serif;
  font-size: 16pt;
  color: rgb(235, 235, 235);
  border-radius: 0.3em;
  border: solid 1.3px rgb(235, 235, 235);
  border-radius: 30em;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}

#filter_button:hover {
  cursor: pointer;
  transition: all 0.2s;
}

#find_button:hover {
  cursor: pointer;
  transition: all 0.2s;
}

#map_button:hover {
  cursor: pointer;
  transition: all 0.2s;
}

#find_button {
  display: inline-block;
  margin-left: 3vw;
  padding: 2px;
  padding-right: 15px;
  padding-left: 15px;
  font-weight: 400;
  font-family: Rubik, sans-serif;
  font-size: 16pt;
  color: rgb(235, 235, 235) !important;
  border: solid 1.3px rgb(235, 235, 235);
  border-radius: 30em;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}

#map_button {
  display: inline-block;
  margin-left: 3vw;
  padding: 2px;
  padding-right: 15px;
  padding-left: 15px;
  font-weight: 400;
  font-family: Rubik, sans-serif;
  font-size: 16pt;
  color: rgb(235, 235, 235);
  border: solid 1.3px rgb(235, 235, 235);
  border-radius: 30em;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}

.new_map {
  position: absolute;
  top: 0%;
  border-radius: 0.5em;
  font-weight: 400;
  font-family: Rubik, sans-serif;
  font-size: 10pt;
  color: white;
  background-color: #004279;
  opacity: 0.5;
  z-index: 105;
  visibility: hidden;
}

.find_room {
  margin-left: 10%;
  visibility: hidden;
  /* top: 50%; */
  position: absolute;
}

.button_find {
  background-color: rgba(253, 251, 251, 0.25);
  /* height: 4vw; */
  margin-left: 5px;
  border-radius: 0.2em;
  font-family: Rubik, sans-serif;
  font-size: 10pt;
  color: white;
  /* transition: all 1s; */
}

.mobile_app_header {
  display: none;
  background-color: #ffffff;
  border-bottom: #d4d4d4 2px solid;
  position: absolute;
  /* height: 7%; */
  height: 7%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 0;
  touch-action: none;
  z-index: 10;

}

/* #filter_app_button {
  display: inline-block;
  position: relative;
  margin-left: 1vw;
  top: 1vh;
  padding: 5px;
  padding-right: 10px;
  padding-left: 10px;
  font-weight: 400;
  font-family: Rubik, sans-serif;
  font-size: 10pt;
  color: rgb(235, 235, 235);
  background-color: #004279;
  border-radius: 30px;
  border: solid 1px rgb(235, 235, 235);
  cursor: pointer;
}

.filter_app_button {
  height: 5vh;
  padding: 2px;
  margin-top: 1.5vh;
} */

/* #map_app_button {
  display: inline-block;
  position: relative;
  margin-left: 1vw;
  top: 1vh;
  padding: 5px;
  padding-right: 20px;
  padding-left: 20px;
  font-weight: 400;
  font-family: Rubik, sans-serif;
  font-size: 10pt;
  color: rgb(235, 235, 235);
  background-color: #004279;
  border-radius: 30px;
  border: solid 1px rgb(235, 235, 235);
  cursor: pointer;
} */

#plan_app_button {
  display: inline-block;
  position: relative;
  margin-left: 3vw;
  top: 1vh;
  padding: 5px;
  padding-right: 15px;
  padding-left: 15px;
  font-weight: 400;
  font-family: Rubik, sans-serif;
  font-size: 10pt;
  color: #004279;
  border-radius: 30px;
  border-radius: 30em;
  cursor: pointer;
}

#plan_app_button:hover {
  color: rgb(250, 250, 250);
  background-color: #004279;
}

.app_find {
  /* float: right;
  height: 35px;
  padding: 5px;
  padding-left: 10px;
  padding-right: 15px;
  background-color: #8d8a8a; */
  margin: 7px;
  height: 30px;
}

.app_button_filter {
  display: inline-block;
  position: relative;
  border: 1px solid #004279;
  border-radius: 30em;
  padding: 5px;
  padding-left: 15px;
  padding-right: 15px;
  margin-right: 15px;
  margin-bottom: 1vh;
  font-weight: 400;
  font-family: Rubik, sans-serif;
  font-size: 10pt;
  color: #3d3d3d;
  transition: none;
}

.mobile_app_active_button {
  background-color: #004279;
  color: #ffffff;
}

.lang_app_button {
  position: relative;
  top: 1vh;
  float: right;
  margin-right: 5%;
  color: rgb(88, 88, 88);
  font-family: Rubik, sans-serif;
  font-size: 10pt;
  padding: 5px;
  padding-left: 15px;
  padding-right: 15px;
  border-radius: 30px;
}

.lang_app_button:hover {
  color: rgb(255, 255, 255);
  background-color: #004279;
}

#mobile_app_filter_ico {
  display: none;
}

/* #mobile_app_map_ico {
  display: none;
} */

@media screen and (min-device-width: 601px) and (max-device-width: 1100px) {
  html {
    touch-action: none;
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
    font-family: 'Rubik', sans-serif;
    font-weight: 400;
    font-style: normal;
  }

  input[type='text'],
  input[type='email'],
  input[type='tel'],
  input[type='number'],
  textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    outline: 0;
    box-shadow: none;
  }

  .vulc__nav {
    font-size: 1.5em;
  }

  .header {
    height: 55px !important;
    background-color: #004279;
  }

  .svg_sprite {
    position: absolute;
    top: 10%;
    mwidth: 100%;
    height: 90%;
  }

  #logo {
    display: none;
  }

  #logo_tablet {
    display: inline;
    margin-left: 15px;
    margin-top: 10px;
    height: 5vh;
  }

  .filter_buttons {
    margin-top: 10px;
  }

  #filter_button {
    margin-left: 1vw;
    margin-top: 15px;
  }

  #find_button {
    margin-left: 2vw;
  }

  #map_button {
    margin-left: 2vw;
  }

  #mobile_filter {
    position: absolute;
  }

  #mobile_search {
    position: absolute;
  }

  #mobile_map {
    position: absolute;
  }

  .ui-autocomplete-input {
    width: 60%;
  }

  #map_button {
    margin-top: 10px;
  }
}

@media screen and (max-device-width: 600px) {
  ::-webkit-scrollbar {
    display: block;
    width: 2px;
    overflow: auto;
    height: 3px;
    color: black;
    /* make scrollbar transparent */
  }

  #clear_filters {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  html {
    touch-action: none;
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
    font-family: 'Rubik', sans-serif;
    font-weight: 400;
    font-style: normal;
  }

  #mobile_app_filter_ico {
    display: inline-block;
    height: 5vh;
    padding: 2px;
    margin-top: 1vh;
    margin-left: 7px;
  }

  /* #mobile_app_map_ico {
    display: inline-block;
    height: 5.5vh;
    padding: 2px;
    margin-top: 0.5vh;
    margin-left: 7px;
  } */

  input[type='text'],
  input[type='email'],
  input[type='tel'],
  input[type='number'],
  textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    outline: 0;
    box-shadow: none;
  }

  .vulc__nav {
    font-size: 1.5em;
  }

  .header {
    /* min-height: 5%;
        max-height: 5%; */
    max-height: 30%;
    min-height: 5%;
    height: 5%;
  }

  .mobile_app_header {
    display: none;
    background-color: #ffffff;
    border-bottom: #d4d4d4 2px solid;
    position: absolute;
    /* height: 7%; */
    height: 50px;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 0;
    touch-action: none;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 5px;
  }

  #filter_app_button {
    display: none;
    position: relative;
    margin-left: 1vw;
    top: 1vh;
    padding: 5px;
    padding-right: 7px;
    padding-left: 7px;
    font-weight: 400;
    font-family: Rubik, sans-serif;
    font-size: 10pt;
    color: rgb(235, 235, 235);
    background-color: #004279;
    border-radius: 30px;
    border: solid 1px rgb(235, 235, 235);
  }

  /* #map_app_button {
    display: none;
  } */

  #plan_app_button {
    display: inline-block;
    position: relative;
    margin-left: 3vw;
    top: 1vh;
    padding: 5px;
    padding-right: 15px;
    padding-left: 15px;
    font-weight: 400;
    font-family: Rubik, sans-serif;
    font-size: 10pt;
    color: rgb(88, 88, 88);
    border-radius: 30px;
    border-radius: 30em;
  }

  #plan_app_button:hover {
    color: rgb(250, 250, 250);
    background-color: #004279;
  }

  .lang_app_button {
    position: relative;
    top: 1vh;
    float: right;
    margin-right: 5%;
    color: rgb(88, 88, 88);
    font-family: Rubik, sans-serif;
    font-size: 10pt;
    padding: 5px;
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 30px;
  }

  .lang_app_button:hover {
    color: rgb(255, 255, 255);
    background-color: #004279;
  }

  .app_find {
    /* float: right;
    height: 35px;
    padding: 5px;
    padding-left: 10px;
    padding-right: 15px;
    background-color: #8d8a8a; */
    margin: 7px;
  }

  .lang_button {
    margin-top: 0px;
  }

  #filter_button {
    display: none;
  }

  #find_button {
    display: none;
  }

  #mobile_filter {
    visibility: visible;
    position: absolute;
    margin-top: 3px;
    margin-left: 15px;
    height: 4vh;
  }

  #mobile_map {
    visibility: visible;
    position: absolute;
    margin-top: 3px;
    margin-left: 15%;
    height: 3.5vh;
  }

  #mobile_close_map {
    visibility: visible;
    position: absolute;
    margin-top: 3px;
    margin-left: 3%;
    height: 3.5vh;
  }

  #map_button {
    display: none;
  }

  #logo {
    position: relative;
    /* float: right; */
    margin-left: 25%;
    margin-top: 3px;
    height: 5vh;
  }

  #mobile_search {
    visibility: visible;
    position: relative;
    margin-top: 3px;
    float: right;
    margin-right: 15px;
    height: 4vh;
  }
  .header-content {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .header-content > * {
    height: calc(100% - 30px);
    padding-left: 10px;
    padding-right: 10px;
  }
  .header-content > .mobile_map {
    padding-bottom: 5px;
  }
  .header-search,
  .header-search > input {
    display: flex;
    flex: 1;
  }
  .svg_sprite {
    top: 5%;
    /* height: 95%; */
    width: 100%;
  }

  .filter_text {
    position: relative;
    visibility: hidden;
    padding: 10px 0 0 50px;
    font-weight: 400;
    font-family: Rubik, sans-serif;
    font-size: 10pt;
    color: white;
  }

  #filter_buttons {
    display: flex !important;
  }
  .filter_buttons {
    display: none;
    /* height: 100%; */
    /* border-top: #d4d4d4 2px solid; */
    max-height: 63%;
    overflow: auto;
    padding-left: 20px;
    padding-right: 30px;
  }

  .button_filter {
    display: inline-block;
    position: relative;
    border: 1px solid #ffffff;
    border-radius: 30em;
    padding: 5px;
    padding-left: 15px;
    padding-right: 15px;
    margin-right: 15px;
    margin-bottom: 1vh;
    font-weight: 400;
    font-family: Rubik, sans-serif;
    font-size: 10pt;
    color: white;
    transition: none;
  }

  .app_button_filter {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    border: 1px solid #004279;
    border-radius: 30em;
    padding: 5px;
    padding-left: 15px;
    padding-right: 15px;
    margin-right: 15px;
    margin-bottom: 1vh;
    font-weight: 400;
    font-family: Rubik, sans-serif;
    font-size: 10pt;
    color: #3d3d3d;
    transition: none;
  }

  .mobile_app_active_button {
    background-color: #004279;
    color: #ffffff;
  }
  .header-search {
    position: relative;
  }
  #find_text {
    /* margin-top: 5px; */
    border: 3px #000 solid;
    margin-left: 10px;
    width: 100px;
    /* background-color: #fff;
    background-image: url('icon_search_blue.svg');
    background-repeat: no-repeat;
    background-position: 95%;
    background-size: 21px; */
    margin: 3px;
    border-radius: 30px;
    padding: 10px;
    padding-right: 35px;
    flex-grow: 1;
  }
  .find_text-btn {
    width: 20px;
    height: 20px;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    border: none;
    cursor: pointer;
    background-image: url('icon_search_blue.svg');
    background-size: contain;
    background-color: transparent;
  }
  .find_text-btn.full {
    background-image: url('close.svg');
  }
}

.ui-autocomplete-input {
  margin-top: 0px;
  width: 70%;
}

#search_sys {
  position: relative;
  overflow: hidden;
  height: 30px;
  top: 1vh;
  margin-right: 15px;
  border-radius: 30px;
  background-color: rgb(214, 214, 214);
}

.find_room {
  margin-left: 7%;
  width: 90%;
  visibility: hidden;
  top: 40px;
  position: absolute;
}

.find_pict {
  float: right;
  padding-left: 25px;
  padding-right: 25px;
  height: 100%;
  margin-bottom: 5px;
  background-color: #7a7a7a;
}

@media screen and (max-device-width: 350px) {
  .find_pict {
    /* width: 50px; */
    padding-left: 10px;
    padding-right: 10px;
  }
}

.button_find {
  background-color: rgba(253, 251, 251, 0.25);
  /* height: 4vw; */
  margin-left: 5px;
  border-radius: 0.2em;
  font-family: Rubik, sans-serif;
  font-size: 10pt;
  color: white;
  /* transition: all 1s; */
}

.new_map {
  position: absolute;
  top: 90%;
  border-radius: 0.5em;
  font-weight: 400;
  font-family: Rubik, sans-serif;
  font-size: 10pt;
  color: white;
  float: right;
  background-color: #004279;
  opacity: 0.5;
  z-index: 105;
  visibility: hidden;
}

.find_buttons {
  position: relative;
  border-radius: 0.2em;
  margin: 0.2vw;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 3vh;
  color: white;
  transition: all 1s;
}

.button_filter:hover {
  cursor: pointer;
  transition: all 1s;
}

.check {
  display: contents;
  visibility: hidden;
}

/* circle {
    r: 0.1;
} */

.hide_all {
  opacity: 0.5;
  /* visibility: hidden; */
}

.active_button {
  cursor: pointer;
  background-color: #004279;
  color: white;
}

.active_button:hover {
  cursor: pointer;
  background-color: #004279;
  color: white;
}

.find_obj {
  fill: red !important;
  /* opacity: 0.3; */
  visibility: visible;
  animation: blink 1s infinite;
}
@keyframes blink {
  0%,
  100% {
    opacity: 1; /* Fully visible */
  }
  50% {
    opacity: 0; /* Fully transparent */
  }
}

.rooms_light {
  visibility: hidden;
}

.show_room {
  visibility: visible;
}

.lang_button:hover {
  color: #004279;
  background-color: rgb(255, 255, 255);
  cursor: pointer;
}

.ui-autocomplete {
  max-height: 80%;
  width: 30vw;
  overflow: auto;
  border-bottom: 1px solid #080808;
}

.autocomplete {
  /* the container must be positioned relative: */
  position: relative;
  /* display: inline-block; */
}

.ui-autocomplete li {
  border-bottom: rgba(172, 170, 170, 0.377) solid 1px;
}

.autocomplete-items {
  position: absolute;
  border: 1px solid #d4d4d4;
  border-bottom: none;
  border-top: none;
  z-index: 99;
  /*position the autocomplete items to be the same width as the container:*/
  top: 100%;
  left: 0;
  right: 0;
}

.autocomplete-items div {
  padding: 10px;
  cursor: pointer;
  background-color: #fff;
  border-bottom: 1px solid #d4d4d4;
}

.autocomplete-items div:hover {
  /*when hovering an item:*/
  background-color: #e9e9e9;
}

.autocomplete-active {
  /*when navigating through the items using the arrow keys:*/
  background-color: DodgerBlue !important;
  color: #ffffff;
}

.route {
  visibility: hidden;
}

/* #route_link_from {
    display: none !important;
}

#route_link_to {
    display: none !important;
} */

#filterscontainer {
  background-color: #f7f7f7;
  border-bottom: #d4d4d4 2px solid;
  position: absolute;
  /* height: 7%; */
  /* height: 7%; */
  /* width: 100%; */
  top: 55px;
  left: 0;
  z-index: 0;
  width: 100%;
}

#find_text {
  font-size: 16px;
}

#pc_filterscontainer {
  display: none;
  top: 40px;
  position: absolute;
  width: 100%;
  left: 0;
  z-index: 100;
  background: lightgray;
}

#pc_filterscontainer .filter_buttons {
  flex-wrap: wrap;
}

.controls {
  width: 40px;
  background-color: transparent;
  position: fixed;
  right: 12px;
  top: 50%;
  transform: translate(0, -50%);
  display: flex;
  align-items: center;
  flex-direction: column;
  margin: 0;
}

.control_group {
  background-color: #fff;
  margin-bottom: 5px;
  width: 100%;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-shadow: 0px 0px 23px -2px rgba(0, 0, 0, 0.29);
}

.control_group:hover {
  background-color: #fafafa;
  transform: scale(1.03);
}

._view_air {
  box-sizing: content-box;
  background-color: var(--color-button-floating);
  height: 40px;
  border: 0;
  border-radius: 12px;
  text-align: center;
  cursor: pointer;
}

text {
  pointer-events: none;
}

#dots {
  display: block;
}

/* #dots circle {
  pointer-events: none;
  fill: #004279 !important;
  r: 100;
} */
.roomselect.selected {
  border: 1px grey solid;
}

.ymaps-2-1-79-map-copyrights-promo {
  display: none;
}

