/*
<!-----------------------coded by---------------------------+
|    _                  _                _         _        |
|   | | ___ _ __   __ _| |__   __ _ _ __| |_   ___| | __    |
|   | |/ _ \ '_ \ / _` | '_ \ / _` | '__| __| / __| |/ /    |
|   | |  __/ | | | (_| | | | | (_| | |  | |_ _\__ \   <     |
|   |_|\___|_| |_|\__, |_| |_|\__,_|_|   \__(_)___/_|\_\    |
|                 |___/                                     |
|                                                           |
+----------------------------------------------------------->
*/
/*==================================MIXINS=====================================*/
/*==================================KEYFRAMES===================================*/
/*==================================RESET======================================*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

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

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: "";
  content: none;
}

q:before, q:after {
  content: "";
  content: none;
}

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

*:focus {
  outline: none;
}

img {
  max-width: 100%;
}

a {
  text-decoration: none;
}

button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  border: none;
  padding: 0;
  margin: 0;
  box-shadow: none;
}

input, textarea, select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  border-radius: 0;
  padding: 0;
  margin: 0;
  box-shadow: none;
}

/*==================================PATHS======================================*/
/*==================================FONTS======================================*/
/*==================================COLORS=====================================*/
::selection {
  color: white;
  background-color: black;
}

::-moz-selection {
  color: white;
  background-color: black;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #707070;
  opacity: 1;
}
input::-moz-placeholder, textarea::-moz-placeholder {
  color: #707070;
  opacity: 1;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #707070;
  opacity: 1;
}
input:-moz-placeholder, textarea:-moz-placeholder {
  color: #707070;
  opacity: 1;
}

/*==================================DECLARATIONS===============================*/
html, body {
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  font-family: "Roboto", sans-serif;
}

.container-fluid {
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.row {
  position: relative;
  padding-left: 48px;
  padding-right: 48px;
}

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

/*==================================SVG========================================*/
/*==================================ELEMENTS===================================*/
h1 {
  font-size: 28px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0.56px;
  text-transform: uppercase;
  color: #333;
}

strong {
  font-weight: 800;
}

main {
  min-height: 100vh;
  display: flex;
  flex-flow: column;
}

/*==================================HEADER=====================================*/
header {
  background: #F7F7F7;
  padding: 48px 0 24px;
}
header .flex .title {
  flex: 1;
}
header .flex .logos {
  flex: 1;
  display: inline-flex;
  justify-content: flex-end;
  align-items: flex-start;
  gap: 32px;
  font-size: 0;
}
header .flex .logos a svg {
  width: 100%;
}

/*==================================SECTIONS===================================*/
section.filter {
  background: #F7F7F7;
  padding: 0 0 24px;
  position: relative;
  z-index: 2;
}
section.filter .wrapper {
  position: relative;
}
section.filter .flex-mobile {
  display: none;
}
section.filter .flex {
  gap: 24px;
}
section.filter .flex .search {
  flex: 2;
}
section.filter .flex .rooms {
  flex: 1;
}
section.filter .flex .departments {
  flex: 1;
}
section.filter .flex .input {
  position: relative;
}
section.filter .flex .input input {
  width: 100%;
  box-sizing: border-box;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  color: #707070;
  padding: 16px 16px 16px 48px;
  border-radius: 2px;
  background: white url(../img/icon-search.svg) no-repeat center left 12px;
  background-size: 24px 24px;
  box-shadow: 0 2px 8px 0 rgba(30, 30, 30, 0.1);
}
section.filter .flex .select {
  position: relative;
}
section.filter .flex .select input {
  width: 100%;
  box-sizing: border-box;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  color: #707070;
  padding: 16px 48px 16px 16px;
  border-radius: 2px;
  background: white url(../img/icon-chevron-down.svg) no-repeat center right 12px;
  background-size: 24px 24px;
  box-shadow: 0 2px 8px 0 rgba(30, 30, 30, 0.1);
}
section.filter .flex .answers {
  position: absolute;
  top: calc(100% + 4px);
  left: 0;
  right: 0;
  max-height: 432px;
  overflow: auto;
  box-shadow: 0 2px 8px 0 rgba(30, 30, 30, 0.1);
  background: white;
  border-radius: 2px;
  z-index: 1;
}
section.filter .flex .answers ul {
  display: flex;
  flex-flow: column;
}
section.filter .flex .answers ul li {
  display: flex;
  height: 48px;
  align-items: center;
  gap: 12px;
  padding: 4px 16px 4px 12px;
  box-sizing: border-box;
  transition: all 0.3s ease-out;
  cursor: pointer;
}
section.filter .flex .answers ul li .icon {
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
}
section.filter .flex .answers ul li .name {
  flex: 1;
  font-size: 14px;
  line-height: 24px;
  color: #333;
}
section.filter .flex .answers ul li .block {
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
  text-align: center;
  line-height: 24px;
  border-radius: 100%;
  background: rgba(218, 218, 218, 0.5);
  font-size: 12px;
  color: #707070;
}
section.filter .flex .answers ul li[data-category=rooms] .icon {
  background: url(../img/icon-people.svg) no-repeat center center;
  background-size: 24px 24px;
}
section.filter .flex .answers ul li[data-category="rooms smile"] .icon {
  background: url(../img/icon-smile.svg) no-repeat center center;
  background-size: 24px 24px;
}
section.filter .flex .answers ul li[data-category=department] .icon {
  background: url(../img/icon-laptop.svg) no-repeat center center;
  background-size: 24px 24px;
}
section.filter .flex .answers ul li:hover {
  background: #F7F7F7;
}
section.filter .flex .answers ul li:hover .name {
  color: #C21B17;
}
section.filter .flex .close {
  position: absolute;
  display: none;
}

section.map {
  padding: 48px;
  flex: 1;
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 0;
  position: relative;
  overflow: hidden;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  touch-action: pan-x pan-y pinch-zoom;
  -webkit-touch-callout: none;
}
section.map .wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 454px;
  height: 100%;
  position: relative;
  padding: 48px;
}
section.map .wrapper svg {
  width: 100%;
  height: auto;
}
section.map .wrapper svg g.rooms path {
  transition: all 0.2s ease-out;
  cursor: pointer;
}
section.map .wrapper svg g.rooms path:hover {
  opacity: 0.5;
}
section.map .wrapper svg g.departments path {
  cursor: pointer;
  transition: all 0.2s ease-out;
}
section.map .wrapper svg g.departments path:hover {
  opacity: 0.5;
}
section.map .wrapper svg g.shared path {
  cursor: pointer;
  transition: all 0.2s ease-out;
}
section.map .wrapper svg g.shared path:hover {
  opacity: 0.5;
}
section.map .wrapper svg g.hub path {
  cursor: pointer;
  transition: all 0.2s ease-out;
}
section.map .wrapper svg g.hub path:hover {
  opacity: 0.5;
}
section.map .wrapper svg g.restroom path {
  cursor: pointer;
  transition: all 0.2s ease-out;
}
section.map .wrapper svg g.restroom path:hover {
  opacity: 0.5;
}
section.map .zoom {
  position: absolute;
  z-index: 10;
  bottom: 48px;
  right: 48px;
  display: flex;
  gap: 2px;
  flex-flow: column;
}
section.map .zoom button {
  display: flex;
  width: 48px;
  height: 48px;
  background: #333;
  padding: 12px;
  box-sizing: border-box;
  margin: 0;
  align-items: center;
  justify-content: center;
  border-radius: 2px;
  cursor: pointer;
}
section.map .tooltip {
  position: absolute;
  color: white;
  padding: 4px 16px 4px 12px;
  border-radius: 2px;
  box-shadow: 0 2px 8px 0 rgba(30, 30, 30, 0.1);
  z-index: 1;
  display: none;
  pointer-events: none;
  min-width: 150px;
  max-width: 280px;
  box-sizing: border-box;
}
section.map .tooltip.active {
  display: flex;
  align-items: center;
  gap: 12px;
}
section.map .tooltip.rooms {
  background: #AA1B17;
  min-height: 56px;
}
section.map .tooltip.rooms.smile .icon {
  background: url(../img/icon-smile.svg) no-repeat center center;
  background-size: 24px 24px;
  filter: brightness(0) invert(1);
}
section.map .tooltip.rooms .arrow {
  background: #AA1B17;
}
section.map .tooltip.rooms .icon {
  background: url(../img/icon-people.svg) no-repeat center center;
  background-size: 24px 24px;
  filter: brightness(0) invert(1);
}
section.map .tooltip.department {
  background: #5361A3;
  min-height: 48px;
}
section.map .tooltip.department .arrow {
  background: #5361A3;
}
section.map .tooltip.department .icon {
  background: url(../img/icon-laptop.svg) no-repeat center center;
  background-size: 24px 24px;
  filter: brightness(0) invert(1);
}
section.map .tooltip.hub {
  background: #517F54;
  min-height: 48px;
}
section.map .tooltip.hub .arrow {
  background: #517F54;
}
section.map .tooltip.hub .icon {
  background: url(../img/icon-coffee.svg) no-repeat center center;
  background-size: 24px 24px;
}
section.map .tooltip.restroom {
  background: #707070;
  min-height: 48px;
  padding: 4px 16px;
  text-align: center;
}
section.map .tooltip.restroom .arrow {
  background: #707070;
}
section.map .tooltip.restroom .icon {
  display: none;
}
section.map .tooltip .arrow {
  position: absolute;
  bottom: -12px;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
  z-index: -1;
  width: 24px;
  height: 24px;
}
section.map .tooltip .icon {
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
}
section.map .tooltip .content {
  flex: 1;
  color: white;
}
section.map .tooltip .content .name {
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}
section.map .tooltip .content .capacity {
  margin: 2px 0 0;
  font-size: 12px;
  line-height: 12px;
}

/*==================================FOOTER=====================================*/
footer {
  background: #F7F7F7;
  padding: 16px 0;
}
footer .copyright {
  font-size: 12px;
  line-height: 20px;
  color: #707070;
}

/*==================================RETINA=====================================*/
/*==================================RESPONSE===================================*/
@media (max-width: 991px) {
  .row {
    padding-left: 24px;
    padding-right: 24px;
  }
  header {
    padding: 24px 0;
  }
  header .flex {
    flex-flow: column-reverse;
    gap: 24px;
  }
  header .flex .logos {
    justify-content: space-between;
  }
  section.map {
    padding: 24px;
  }
  section.map .wrapper {
    padding: 24px;
  }
  section.map .zoom {
    bottom: 24px;
    right: 24px;
  }
  section.map .zoom button {
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 767px) {
  h1 {
    font-size: 24px;
    line-height: 24px;
  }
  header {
    order: 1;
  }
  header .flex .logos a {
    max-width: 110px;
  }
  section.map {
    order: 2;
    padding: 16px;
    z-index: 1;
  }
  section.map .wrapper {
    padding: 16px;
    min-height: 296px;
  }
  section.map .zoom {
    bottom: 16px;
    right: 16px;
  }
  section.map .tooltip {
    min-width: 180px;
  }
  section.filter {
    order: 3;
    padding: 16px 0;
    border-radius: 16px 16px 0 0;
    background: white;
    box-shadow: 0 -4px 12px 0 rgba(30, 30, 30, 0.1);
    z-index: 10;
  }
  section.filter .flex {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: white;
  }
  section.filter .flex .search {
    display: none;
  }
  section.filter .flex .rooms {
    display: none;
  }
  section.filter .flex .departments {
    display: none;
  }
  section.filter .flex .input input {
    padding: 12px 16px 12px 48px;
    width: calc(100% - 56px);
    box-shadow: none;
    background: #F7F7F7 url(../img/icon-search.svg) no-repeat center left 12px;
    background-size: 24px 24px;
  }
  section.filter .flex .select input {
    padding: 12px 48px 12px 16px;
    width: calc(100% - 56px);
    box-shadow: none;
    background: #F7F7F7 url(../img/icon-chevron-down.svg) no-repeat center right 12px;
    background-size: 24px 24px;
  }
  section.filter .flex .close {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    right: 0;
    top: 0;
    font-size: 0;
    border-radius: 2px;
    width: 48px;
    height: 48px;
    background: #F7F7F7;
  }
  section.filter .flex .answers {
    bottom: calc(100% + 8px);
    top: initial;
    z-index: 20;
    max-height: 240px;
  }
  section.filter .flex-mobile {
    display: flex;
    gap: 8px;
    text-align: center;
    font-size: 15px;
    line-height: 48px;
    color: #333;
  }
  section.filter .flex-mobile .search {
    flex: 0 0 48px;
    height: 48px;
    background: #F7F7F7 url(../img/icon-search.svg) no-repeat center center;
    background-size: 24px 24px;
  }
  section.filter .flex-mobile .rooms {
    flex: 1;
    height: 48px;
    background: #F7F7F7;
  }
  section.filter .flex-mobile .departments {
    flex: 1;
    height: 48px;
    background: #F7F7F7;
  }
  footer {
    order: 4;
    background: white;
    padding: 12px 0;
    position: relative;
    z-index: 11;
  }
  footer .copyright {
    text-align: center;
    font-size: 10px;
    line-height: 12px;
  }
}

/*# sourceMappingURL=style.css.map */
