html, body, .v-application {
  font-family: "Open Sans", serif;
  overflow: auto;
  font-size: 20px;
}

.big-font {
  font-size: 30px;
}

.small-font {
  font-size: 20px;
}

.v-btn {
  text-transform: none;
}

.floor-main .v-card {
  text-align: center;
  padding: 30px 10px;
}
.floor-main .v-card i {
  font-size: 230px;
}
.floor-main .v-card .floor-main-card_text {
  height: 200px;
}
.floor-main .v-card h2 {
  font-weight: 400;
  font-size: 1.9rem;
}
.floor-main .v-card h3 {
  font-weight: 200;
  font-size: 1.5rem;
}

.leaflet-container {
  background: #fff;
}
.leaflet-container .leaflet-control-attribution {
  display: none;
}

.overlay-content {
  position: absolute;
  transform: translate(-50%, -97%);
  -webkit-animation: overlay-content-animation 1s;
          animation: overlay-content-animation 1s;
}

@-webkit-keyframes overlay-content-animation {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes overlay-content-animation {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.my-position {
  position: absolute;
  transform: translate(-50%, -97%);
  -webkit-animation: overlay-content-animation-delay 1.5s;
          animation: overlay-content-animation-delay 1.5s;
}

@-webkit-keyframes overlay-content-animation-delay {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes overlay-content-animation-delay {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.map-loading {
  position: absolute;
  z-index: 99;
  background-color: #fff;
  opacity: 1;
  transition: opacity 0.1s, height 0s;
}

.map-loading.hidden {
  opacity: 0;
  transition: opacity 0.3s 0.7s, height 0s 1s;
  height: 0 !important;
}

.alerts-dialog {
  position: fixed;
  top: 150px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 110;
  width: 60%;
  min-width: 300px;
}
.alerts-dialog .v-alert {
  font-size: 24px;
}

:root {
  touch-action: pan-x pan-y;
  height: 100%;
}

.map-controllers {
  position: absolute;
  top: 20px;
  left: 30px;
  z-index: 100;
}
.map-controllers.map-controllers__bottom {
  top: unset;
  bottom: 100px;
}
.map-controllers .v-btn--fab.v-size--default {
  height: 80px;
  width: 80px;
  display: block;
  margin: 10px 0;
  box-shadow: 2px 2px 11px #000000a8;
  border: 4px solid;
  color: #fff;
  background-color: #549e39;
}
.contrast-mode .map-controllers .v-btn--fab.v-size--default {
  background-color: #222;
  color: #ffd400;
}
.map-controllers .v-btn--fab.v-size--default i {
  font-size: 48px;
}

.dialog-info .headline {
  word-break: break-word;
}
.dialog-info p {
  white-space: break-spaces;
}

.theme--dark.v-btn:focus:before, .theme--light.v-btn:focus:before {
  opacity: 0;
}

.floor-select {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 100;
}
.floor-select .floor-select_button.v-btn {
  text-transform: none;
  width: 600px;
  background-color: #549E39;
  color: #fff;
  border: 5px solid;
  border-radius: 70px;
  font-size: 1rem;
  height: 70px;
  box-shadow: 2px 2px 11px #000000a8;
  font-weight: 600;
}
.floor-select .floor-select_button.v-btn .v-btn__content {
  padding-left: 40px;
  padding-right: 40px;
}
.floor-select .floor-select_button.v-btn.v-btn--disabled {
  background-color: #549E39 !important;
  color: #fff !important;
}
.floor-select .floor-select_button.v-btn.v-btn--disabled .v-icon {
  display: none;
}
.floor-select .floor-select_button.v-btn .v-icon {
  position: absolute;
  left: 10px;
  font-size: 30px;
  transform: rotate(180deg);
}

.flags {
  align-items: center;
  display: flex;
  justify-content: flex-end;
}
.flags a {
  width: 120px;
  height: 50px;
}
.flags img {
  width: 90px;
  height: 45px;
  margin-left: 30px;
  border: 1px solid #fff;
}

.theme--light.v-sheet.v-card.map-legend {
  background-color: #549E39;
  color: #fff;
  height: 100%;
  border-radius: 0;
  box-shadow: none;
  padding: 40px;
}
.theme--light.v-sheet.v-card.map-legend .v-btn.map-legend_button {
  height: 74px;
  font-size: 1rem;
  border-radius: 37px;
}
.theme--light.v-sheet.v-card.map-legend .v-btn.map-legend_button i {
  color: #AEAEAE;
  font-size: 72px;
  margin-left: -20px;
}

.v-btn.complex_button.v-size--x-large {
  height: 74px;
  font-size: 1rem;
  border-radius: 37px;
  border: 3px solid #549E39;
  color: #000000;
}
.contrast-mode .v-btn.complex_button.v-size--x-large {
  border-color: #ffb300;
  color: #ffb300;
}
.contrast-mode .v-btn.complex_button.v-size--x-large i {
  color: #ffb300;
}
.v-btn.complex_button.v-size--x-large i {
  color: #549E39;
  font-size: 72px;
  margin-left: -20px;
}

.theme--light.v-sheet.v-card.map-path-legend {
  background-color: #549E39;
  color: #fff;
  height: 100%;
  border-radius: 0;
  box-shadow: none;
  padding: 40px;
}
.contrast-mode .theme--light.v-sheet.v-card.map-path-legend {
  background-color: #222;
}
.theme--light.v-sheet.v-card.map-path-legend .map-path-legend-title {
  font-weight: 300;
  text-align: center;
  font-size: 1rem;
  margin-bottom: 0;
  line-height: 1.2;
}
.contrast-mode .theme--light.v-sheet.v-card.map-path-legend .map-path-legend-title {
  color: #ff8100;
}
.theme--light.v-sheet.v-card.map-path-legend .map-path-legend-subtitle {
  text-align: center;
  font-size: 1rem;
  font-weight: 400;
  padding: 0 50px;
}
.theme--light.v-sheet.v-card.map-path-legend .theme--light.v-list {
  background: transparent;
  overflow-y: auto;
}
.theme--light.v-sheet.v-card.map-path-legend .theme--light.v-list::-webkit-scrollbar {
  width: 40px;
}
.theme--light.v-sheet.v-card.map-path-legend .theme--light.v-list::-webkit-scrollbar-track {
  background: #ccc;
  border-left: 18px solid transparent;
  border-right: 18px solid transparent;
  background-clip: content-box;
}
.contrast-mode .theme--light.v-sheet.v-card.map-path-legend .theme--light.v-list::-webkit-scrollbar-track {
  background: #888;
  background-clip: content-box;
}
.theme--light.v-sheet.v-card.map-path-legend .theme--light.v-list::-webkit-scrollbar-thumb {
  background: #FFF;
  border-radius: 40px;
}
.contrast-mode .theme--light.v-sheet.v-card.map-path-legend .theme--light.v-list::-webkit-scrollbar-thumb {
  background: #ffd400;
}
.theme--light.v-sheet.v-card.map-path-legend .theme--light.v-list::-webkit-scrollbar-thumb:hover {
  background: #FFF;
}
.contrast-mode .theme--light.v-sheet.v-card.map-path-legend .theme--light.v-list::-webkit-scrollbar-thumb:hover {
  background: #FFF700;
}
.theme--light.v-sheet.v-card.map-path-legend .theme--light.v-list::-webkit-scrollbar-button:vertical:start:decrement {
  height: 40px;
  display: block;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='40' height='40' fill='rgb(204 204 204)'><polygon points='5,40 35,40 20,20'/></svg>");
}
.contrast-mode .theme--light.v-sheet.v-card.map-path-legend .theme--light.v-list::-webkit-scrollbar-button:vertical:start:decrement {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='40' height='40' fill='rgb(136 136 136)'><polygon points='5,40 35,40 20,20'/></svg>");
}
.theme--light.v-sheet.v-card.map-path-legend .theme--light.v-list::-webkit-scrollbar-button:vertical:end:increment {
  height: 40px;
  display: block;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='40' height='40' fill='rgb(204 204 204)'><polygon points='5,0 35,0 20,20'/></svg>");
}
.contrast-mode .theme--light.v-sheet.v-card.map-path-legend .theme--light.v-list::-webkit-scrollbar-button:vertical:end:increment {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='40' height='40' fill='rgb(136 136 136)'><polygon points='5,0 35,0 20,20'/></svg>");
}
.theme--light.v-sheet.v-card.map-path-legend .theme--light.v-list .v-list-item {
  color: #FFF !important;
}
.theme--light.v-sheet.v-card.map-path-legend .theme--light.v-list .v-list-item.active-path .v-avatar {
  background-color: #A63A2A;
}
.contrast-mode .theme--light.v-sheet.v-card.map-path-legend .theme--light.v-list .v-list-item.active-path .v-avatar {
  background: #A63A2A;
}
.theme--light.v-sheet.v-card.map-path-legend .theme--light.v-list .v-list-item .v-avatar {
  font-size: 38px;
  background-color: #3F762B;
}
.contrast-mode .theme--light.v-sheet.v-card.map-path-legend .theme--light.v-list .v-list-item .v-avatar {
  background: #555;
}
.theme--light.v-sheet.v-card.map-path-legend .theme--light.v-list .v-list-item .v-list-item__title {
  font-size: 1rem;
  line-height: 1.3;
  text-overflow: unset;
  white-space: unset;
}
.theme--light.v-sheet.v-card.map-path-legend .v-btn.map-legend_button {
  height: 74px;
  font-size: 1rem;
  border-radius: 37px;
  background-color: #3F762B;
  color: #FFF;
  font-weight: 300;
}
.contrast-mode .theme--light.v-sheet.v-card.map-path-legend .v-btn.map-legend_button {
  background: #ffd400;
  color: #222;
}
.contrast-mode .theme--light.v-sheet.v-card.map-path-legend .v-btn.map-legend_button i {
  color: #222;
}
.theme--light.v-sheet.v-card.map-path-legend .v-btn.map-legend_button i {
  font-size: 72px;
  width: 40px;
}

.theme--light.v-input.search-input.search-input-rounded {
  border-radius: 50px;
}
.theme--light.v-input.search-input.search-input-rounded .v-input__control {
  border-radius: 50px;
}

.theme--light.v-input.search-input {
  background-color: #3F762B;
  padding: 3px;
  color: #fff;
  border-radius: 50px 0 0 50px;
}
.theme--light.v-input.search-input .v-input__control {
  border-radius: 50px 0 0 50px;
}
.theme--light.v-input.search-input input {
  line-height: 1.5;
  max-height: none;
  font-size: 50px;
  text-align: center;
  text-transform: uppercase;
}
.theme--light.v-input.search-input .v-input__prepend-outer {
  margin: 7px 20px;
  font-size: 50px;
  line-height: 1.5;
  color: #fff !important;
}
.theme--light.v-input.search-input .v-input__prepend-outer .v-icon {
  color: #fff;
  margin-right: 5px;
}
.theme--light.v-input.search-input .v-icon {
  font-size: 75px;
}

.theme--light.v-input.search-input-button {
  background-color: #3F762B;
  padding: 3px;
  color: #fff;
  border-radius: 50px;
}
.theme--light.v-input.search-input-button .v-input__control {
  border-radius: 50px;
}
.theme--light.v-input.search-input-button input {
  line-height: 1.5;
  max-height: none;
  font-size: 50px;
  text-align: center;
  text-transform: uppercase;
}
.theme--light.v-input.search-input-button .v-input__prepend-outer {
  margin: 7px 20px;
  font-size: 50px;
  line-height: 1.5;
  color: #fff !important;
}
.theme--light.v-input.search-input-button .v-input__prepend-outer .v-icon {
  color: #fff;
  margin-right: 5px;
}
.theme--light.v-input.search-input-button .v-icon {
  font-size: 75px;
}

.v-input.building-select {
  background-color: #549e39;
  padding: 3px;
  border-radius: 0 50px 50px 0;
}
.v-input.building-select .v-input__control {
  border-radius: 0 50px 50px 0;
}
.v-input.building-select .v-input__control .v-input__slot .v-select__slot {
  height: 91px;
}
.v-input.building-select .v-input__control .v-input__slot .v-select__slot .v-select__selections {
  font-size: 30px;
  line-height: 50px;
}
.v-input.building-select .v-input__control .v-input__slot .v-select__slot .v-icon {
  font-size: 60px;
}

.floor-search .floor-search_cards {
  height: calc(100vh - 540px);
  overflow-y: auto;
  margin-bottom: 20px;
  align-content: start;
}
.floor-search .floor-search_cards .empty-block {
  width: 100%;
}
.floor-search .floor-search_cards::-webkit-scrollbar {
  width: 60px;
}
.floor-search .floor-search_cards::-webkit-scrollbar-track {
  background: #ccc;
  border-left: 28px solid transparent;
  border-right: 28px solid transparent;
  background-clip: content-box;
}
.contrast-mode .floor-search .floor-search_cards::-webkit-scrollbar-track {
  background: #888;
  background-clip: content-box;
}
.floor-search .floor-search_cards::-webkit-scrollbar-thumb {
  background: #549E39;
  border-radius: 60px;
}
.contrast-mode .floor-search .floor-search_cards::-webkit-scrollbar-thumb {
  background: #ffd400;
}
.floor-search .floor-search_cards::-webkit-scrollbar-thumb:hover {
  background: #3F762B;
}
.contrast-mode .floor-search .floor-search_cards::-webkit-scrollbar-thumb:hover {
  background: #FFF700;
}
.floor-search .floor-search_cards::-webkit-scrollbar-button:vertical:start:decrement {
  height: 60px;
  background: linear-gradient(120deg, #fff 50%, rgba(0, 0, 0, 0) 51%), linear-gradient(240deg, #fff 50%, rgba(0, 0, 0, 0) 51%), linear-gradient(0deg, #fff 0%, rgba(0, 0, 0, 0) 1%);
  background-color: #ccc;
}
.contrast-mode .floor-search .floor-search_cards::-webkit-scrollbar-button:vertical:start:decrement {
  background: linear-gradient(120deg, #222 50%, rgba(0, 0, 0, 0) 51%), linear-gradient(240deg, #222 50%, rgba(0, 0, 0, 0) 51%), linear-gradient(0deg, #222 0%, rgba(0, 0, 0, 0) 1%);
  background-color: #888;
}
.floor-search .floor-search_cards::-webkit-scrollbar-button:vertical:end:increment {
  height: 60px;
  background: linear-gradient(300deg, #fff 50%, rgba(0, 0, 0, 0) 51%), linear-gradient(60deg, #fff 50%, rgba(0, 0, 0, 0) 51%), linear-gradient(180deg, #fff 0%, rgba(0, 0, 0, 0) 1%);
  background-color: #ccc;
}
.contrast-mode .floor-search .floor-search_cards::-webkit-scrollbar-button:vertical:end:increment {
  background: linear-gradient(300deg, #222 50%, rgba(0, 0, 0, 0) 51%), linear-gradient(60deg, #222 50%, rgba(0, 0, 0, 0) 51%), linear-gradient(180deg, #222 0%, rgba(0, 0, 0, 0) 1%);
  background-color: #888;
}
.contrast-mode .floor-search .v-card {
  background-color: #444 !important;
}
.contrast-mode .floor-search .v-card .v-card__title {
  color: #ffd400;
}
.floor-search .floor-search_categories .v-card .v-card__title {
  font-size: 1.2rem;
  font-weight: 600;
}
.floor-search .v-card {
  height: 152px;
  overflow: hidden;
  display: flex;
}
.floor-search .v-card .v-card__title {
  font-size: 1rem;
  color: #fff;
  font-weight: 400;
  max-height: 144px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.big-font .floor-search .v-card .v-card__title {
  -webkit-line-clamp: 2;
}
.floor-search .floor-search_button.v-btn {
  background-color: #549E39;
  color: #fff;
}
.contrast-mode .floor-search .floor-search_button.v-btn {
  background-color: #ffd400;
  color: #222;
}
.contrast-mode .floor-search .floor-search_button.v-btn .v-icon {
  color: #222;
}
.floor-search .floor-search_button.v-btn .v-icon {
  color: #3F762B;
}

.button_back.v-btn.v-size--x-large.v-btn--rounded {
  font-size: 1rem;
  height: 74px;
  border-radius: 37px;
  padding-right: 40px;
}
.button_back.v-btn.v-size--x-large.v-btn--rounded i {
  font-size: 72px;
  margin-left: -20px;
}

.fade-enter-active {
  transition: opacity 0.3s ease-out 0.3s;
}

.fade-leave-active {
  transition: opacity 0.3s ease-out;
}

.fade-enter, .fade-leave-to {
  opacity: 0;
}

.fade-in-out-enter-active {
  transition: opacity 0.5s ease-out;
}

.fade-in-out-leave-active {
  transition: opacity 0.5s ease-out;
}

.fade-in-out-enter, .fade-in-out-leave-to {
  opacity: 0;
}

.fade-immediately-enter-active {
  transition: opacity 0.5s ease-out 0.1s;
}

.fade-immediately-leave-active {
  transition: opacity 0.1s ease-out;
}

.fade-immediately-enter {
  opacity: 0;
}

.fade-immediately-leave {
  height: 0;
  display: none;
  opacity: 0;
}

.fade-immediately-leave-to {
  height: 0;
  display: none;
  opacity: 0;
}

.fade-after-enter-active {
  transition: opacity 0.3s ease-out 0.6s;
}

.fade-after-enter {
  opacity: 0;
}

.fade-more-after-enter-active {
  transition: opacity 0.3s ease-out 0.9s;
}

.fade-more-after-enter {
  opacity: 0;
}

.slide-up-with-delay-enter-active {
  transition: all 0.5s ease 0.5s;
}

.slide-up-with-delay-leave-active {
  transition: all 0.5s ease;
}

.slide-up-with-delay-enter, .slide-up-with-delay-leave-to {
  transform: translateY(100px);
  opacity: 0;
}

.slide-right-enter-active {
  transition: all 1s ease 1s;
}

.slide-right-enter {
  transform: translateX(-100px);
  opacity: 0;
}

.slide-down-enter-active {
  transition: all 1s ease 1s;
}

.slide-down-enter {
  transform: translateY(-100px);
  opacity: 0;
}

.slide-down-leave, .slide-down-leave-to {
  height: 0;
}

.slide-up-enter-active {
  transition: all 1s ease 1s;
}

.slide-up-enter {
  transform: translateY(100px);
  opacity: 0;
}

.slide-up-leave, .slide-up-leave-to {
  height: 0;
}

.slide-left-enter-active {
  transition: all 1s ease 1s;
}

.slide-left-enter {
  transform: translateX(600px);
  opacity: 0;
}

.theme--light.v-list-item:hover:before, .theme--light.v-list-item:focus:before {
  opacity: 0;
}

.theme--light.v-app-bar.v-toolbar.v-sheet {
  background-color: #549E39;
  color: #fff;
}
.contrast-mode .theme--light.v-app-bar.v-toolbar.v-sheet {
  background-color: #333333 !important;
  color: #ffb300 !important;
}

.contrast-mode .v-main__wrap {
  background-color: #222;
  color: #ffb300;
}

h2 {
  color: #549E39;
}
.contrast-mode h2 {
  color: #ff8100;
}

.floor-main .v-card h2 {
  color: #ffffff;
}
.contrast-mode .floor-main .v-card {
  background-color: #000 !important;
}
.contrast-mode .floor-main .v-card h2 {
  color: #ff8100;
}

.contrast-mode .theme--light.v-input.search-input,
.contrast-mode .theme--light.v-input.building-select,
.contrast-mode .theme--light.v-input.search-input-button {
  background-color: #ff8100 !important;
}

.contrast-mode .theme--light.v-sheet.v-card.map-legend {
  background-color: #222;
}

.contrast-mode .theme--light.v-card.dialog-info {
  background-color: #222;
  color: #ffd400;
}
.contrast-mode .theme--light.v-card.dialog-info h3, .contrast-mode .theme--light.v-card.dialog-info p {
  color: #fff;
}
.contrast-mode .theme--light.v-card.dialog-info .v-btn.primary {
  background-color: #ff8100 !important;
}

.contrast-mode .floor-select .floor-select_button.v-btn {
  background-color: #222;
  color: #ffd400;
}
.contrast-mode .floor-select .floor-select_button.v-btn .v-icon {
  color: #ffd400;
}
.contrast-mode .floor-select .floor-select_button.v-btn.v-btn--disabled {
  background-color: #444 !important;
  color: #ffd400 !important;
}

.floor-complex {
  box-shadow: inset 0 0 50px 40px #ffffff;
}
.contrast-mode .floor-complex {
  box-shadow: inset 0 0 50px 40px #222;
}
.contrast-mode .floor-complex .floor-complex_footer {
  background-color: #222;
}

.other-point {
  position: relative;
}
.other-point .other-point__icon {
  transform: translate(0, 50%);
  height: 50px;
  width: 50px;
  border-radius: 50%;
  background-color: #fff;
  border: 1px solid #fff;
  background-size: contain;
  background-position: center;
}
.other-point .other-point__popup {
  position: absolute;
  top: 0;
  left: 60px;
  background-color: #fff;
  border: 1px solid #333;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  display: block;
  max-width: 300px;
  padding: 5px;
  line-height: 1.4;
  color: #222;
  border-radius: 5px;
}
.contrast-mode .other-point .other-point__popup {
  color: #ffb300;
  background-color: #333;
  border: 1px solid #ffb300;
}

.zero-line-height {
  line-height: 0;
}

.v-toolbar__content .container {
  margin: 0 134px;
}

.floor-plan_container {
  margin: 0 150px;
  width: unset;
  max-width: unset;
}

.floor-map_container {
  display: flex;
}

.floor-map_legend-path {
  height: 560px;
}

.floor-map_legend-path.floor-map_legend-path_with-video {
  height: calc( 430px - 5rem);
}

.floor-map_legend {
  width: 620px;
}

@media (max-width: 1200px) {
  .floor-plan_container {
    margin: 0 50px;
  }

  .v-toolbar__content .container {
    margin: auto;
  }

  .floor-map_container {
    flex-direction: column;
  }

  .floor-map_legend {
    height: 590px;
    width: 100%;
  }

  .floor-map_legend-path {
    height: 350px;
  }
}
.v-card__title {
  word-break: break-word;
}

.mobile-search .v-card__title {
  color: #fff;
}
