@charset "UTF-8";
@font-face {
  font-family: "fontello";
  src: url("fontello/fontello-442a37ed922103fd24ff7b9262812c2a.eot?79920570");
  src: url("fontello/fontello-442a37ed922103fd24ff7b9262812c2a.eot?79920570#iefix") format("embedded-opentype"), url("fontello/fontello-b0d4c87ed6a1065f6a766d5dcc5f70ff.woff2?79920570") format("woff2"), url("fontello/fontello-065ef0f821777964da0237bdf016300f.woff?79920570") format("woff"), url("fontello/fontello-abb246ea1c9b3d052bcf629883b88761.ttf?79920570") format("truetype"), url("fontello/fontello-6e73b8dbf36528aac647ef621d1198c5.svg?79920570#fontello") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('../font/fontello.svg?84038942#fontello') format('svg');
  }
}
*/
[class^=icon--]:before, [class*=" icon--"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: 0.2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.icon--navigation:before {
  content: "\e800";
}

/* '' */
.icon--dot:before {
  content: "\e801";
}

/* '' */
.icon--left-dir-1:before {
  content: "\e802";
}

/* '' */
.icon--right-dir-2:before {
  content: "\e803";
}

/* '' */
.icon--plus:before {
  content: "\e804";
}

/* '' */
.icon--cancel:before {
  content: "\e805";
}

/* '' */
.icon--spin5:before {
  content: "\e838";
}

/* '' */
.icon--facebook-circled:before {
  content: "\f051";
}

/* '' */
.icon--instagram:before {
  content: "\f32d";
}

/* '' */
html, body {
  margin: 0;
  padding: 0;
  background: black;
  color: white;
  font-size: 16px;
  line-height: normal !important;
}

[data-scroll] {
  cursor: pointer;
}

.wrapper {
  margin: 0;
  padding: 10px;
  margin-top: 140px;
}
@media screen and (min-width: 1000px) {
  .wrapper {
    padding: 0 30px 20px 30px;
  }
}
@media screen and (min-width: 1200px) {
  .wrapper {
    padding: 0 60px 40px 60px;
  }
}

@media screen and (max-width: 1023px) {
  .wrapper {
    margin-top: 80px;
  }
}
.title {
  font-size: 3.5em;
  font-weight: 700;
  margin-bottom: 0;
}
@media screen and (max-width: 1023px) {
  .title {
    font-size: 2.5em;
    line-height: normal;
    margin: 10px;
  }
}

.sub-title {
  font-size: 2.5em;
  font-weight: 700;
  margin-bottom: 0;
}
@media screen and (max-width: 1023px) {
  .sub-title {
    font-size: 1.7em;
    line-height: normal;
    margin: 10px;
  }
}

.header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10000;
  padding: 0 10px;
  height: 140px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px 30px;
  background-color: black;
  display: flex;
  justify-content: space-between;
}
@media screen and (min-width: 1000px) {
  .header {
    padding: 10px 30px;
  }
}
@media screen and (min-width: 1200px) {
  .header {
    padding: 20px 60px;
  }
}
.header__logo {
  height: 100%;
  padding: 15px 0;
}
.header--small {
  height: 80px;
  transition: all 0.5s ease;
}
.header--small .header__logo {
  padding: 0;
  transition: all 0.5s ease-in-out;
}
.header__navigation {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  flex-direction: row;
  align-items: center;
  font-size: 1.2em;
}
.header__navigation__item {
  margin-right: 30px;
}
.header__navigation__item:last-child {
  margin-right: 0;
}
.header__navigation__item__link {
  color: white;
  text-decoration: none;
  padding: 0 5px 8px;
  font-size: 1.2em;
  border-bottom: 2px solid transparent;
  -webkit-transition: border-bottom-color 0.2s;
  -moz-transition: border-bottom-color 0.2s;
  -ms-transition: border-bottom-color 0.2s;
  -o-transition: border-bottom-color 0.2s;
  transition: border-bottom-color 0.2s;
}
.header__navigation__item__link:after {
  font-family: "fontello";
  content: "\e803";
  color: #00ebff;
  font-size: 0.8em;
  margin-left: 3px;
}
.header__navigation__item:hover .header__navigation__item__link {
  border-color: #00ebff;
}
.header__navigation__item.active .header__navigation__item__link {
  font-weight: 700;
  border-color: #00ebff;
}
.header__mobile-navigation-button {
  display: none;
  color: #00ebff;
  height: 100%;
  align-items: center;
}
.header__mobile-navigation-button:before {
  width: auto;
}

@media screen and (max-width: 1023px) {
  .header {
    height: 80px;
  }
  .header__logo {
    padding: 0;
  }
  .header--small {
    height: 50px;
    transition: all 0.5s ease;
  }
  .header--small .header__logo {
    padding: 0;
    transition: all 0.5s ease-in-out;
  }
  .header__mobile-navigation-button {
    display: flex;
  }
  .header__navigation {
    display: none;
  }
}
@media screen and (min-width: 550px) {
  .mobile-separator {
    display: none;
  }
}
@media screen and (max-width: 550px) {
  .mobile-separator {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    margin: 20px;
  }
  .mobile-separator__image {
    width: 60px;
    height: 40px;
    margin: 20px 0;
  }
  .mobile-separator__sub-title {
    margin-top: 20px;
    color: #00ebff;
    font-size: 1.5em;
    font-weight: 600;
    white-space: nowrap;
    text-align: center;
  }
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

.slider {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}
@media screen and (max-width: 1023px) {
  .slider--desktop {
    display: none;
  }
}
@media screen and (min-width: 1024px) {
  .slider--mobile {
    display: none;
  }
}
.slider__slide {
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 450px;
  position: relative;
  background-position: center center;
  padding: 40px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 1023px) {
  .slider__slide--secondary {
    min-height: 300px;
  }
}
@media screen and (max-width: 1023px) and (max-width: 550px) {
  .slider__slide--secondary {
    min-height: 200px;
  }
}
.slider__slide__title {
  position: absolute;
  bottom: 50px;
  left: 40px;
  font-size: 18px;
  -webkit-text-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  -moz-text-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  font-size: 5em;
  line-height: 1em;
  font-weight: 700;
}
@media screen and (max-width: 1023px) {
  .slider__slide__title {
    display: none;
  }
}
.slider .slick-disabled {
  display: none !important;
}
.slider .slick-prev, .slider .slick-next {
  z-index: 1000;
  background-color: black !important;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  opacity: 1;
}
.slider .slick-prev:before, .slider .slick-next:before {
  color: #00ebff;
  opacity: 1;
  font-family: "fontello";
  display: inline-block;
}
.slider .slick-prev:hover, .slider .slick-next:hover {
  background-color: black;
}
.slider--secondary .slick-prev, .slider--secondary .slick-next {
  background-color: #1c252d !important;
}
.slider .slick-prev {
  left: -25px;
}
.slider .slick-prev:before {
  content: "\e802";
  -webkit-transform: translateX(4px);
  -moz-transform: translateX(4px);
  -ms-transform: translateX(4px);
  -o-transform: translateX(4px);
  transform: translateX(4px);
}
.slider .slick-next {
  right: -25px;
}
.slider .slick-next:before {
  content: "\e803";
  -webkit-transform: translateX(-4px);
  -moz-transform: translateX(-4px);
  -ms-transform: translateX(-4px);
  -o-transform: translateX(-4px);
  transform: translateX(-4px);
}

@media screen and (min-width: 1024px) {
  .slider-mobile {
    display: none;
  }
}
@media screen and (max-width: 1023px) {
  .slider-mobile {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}

.tiles {
  padding: 30px 0;
  display: flex;
  flex-direction: row;
  overflow: auto;
}

.tile {
  text-align: center;
  padding: 0 20px;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 1024px) {
  .tile {
    border-right: 2px solid rgba(255, 255, 255, 0.25);
    flex-grow: 0;
    flex-basis: 25%;
    width: 25%;
    min-width: 25%;
  }
  .tile:last-child {
    border: none;
    flex-basis: 50%;
    width: 50%;
    min-width: 50%;
  }
}
.tile__header {
  color: #00ebff;
  font-size: 1.7em;
  line-height: 1em;
  margin: 0 0 20px 0;
}
@media screen and (max-width: 1023px) {
  .tile__header {
    font-size: 1.6em;
  }
}
@media screen and (max-width: 1023px) {
  .tile__header {
    margin: 10px 0 20px 0;
  }
}
.tile__content__quote {
  height: 100%;
  font-size: 1.4em;
  font-weight: 700;
  display: flex;
  align-self: center;
  justify-content: center;
  flex-direction: column;
}
.tile__content__weather__date {
  font-size: 1.3em;
  font-weight: 700;
}
.tile__content__weather__forecast {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.tile__content__weather__forecast__item {
  flex-grow: 0;
  flex-shrink: 0;
  font-size: 0.9em;
}
.tile__content__weather__forecast__item:nth-child(1) {
  width: 25%;
}
.tile__content__weather__forecast__item:nth-child(2) {
  width: 50%;
}
.tile__content__weather__forecast__item:nth-child(3) {
  width: 25%;
}
.tile__content__weather__forecast__item--big {
  font-size: 1.8em;
  font-weight: 700;
}
.tile__content__swatch__inner {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.tile__content__swatch__inner__item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 1.1em;
  font-weight: 900;
  width: 25%;
}
.tile__content__swatch__inner__item__img {
  padding-bottom: 5px;
  width: 60px;
  height: 60px;
}
.tile__bottom {
  align-self: flex-end;
  margin-top: auto;
  width: 100%;
  justify-content: space-between;
  display: flex;
  padding: 10px 0;
}
@media screen and (max-width: 1023px) {
  .tile__bottom {
    padding: 0;
  }
}

@media screen and (max-width: 1023px) {
  .tiles {
    display: none;
  }
}
.button {
  background-color: #00ebff;
  color: black;
  font-weight: bold;
  padding: 15px 50px;
  border: none;
  border-radius: 0;
  cursor: pointer;
  display: inline-block;
  text-align: center;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.button:hover {
  background-color: #00c8d9;
}
@media screen and (max-width: 600px) {
  .button {
    width: 100%;
  }
}
.button--link {
  text-decoration: none;
}
.button--secondary {
  background-color: transparent;
  padding: 3px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.55);
  font-size: 0.9em;
  text-decoration: none;
}
.button--secondary:before {
  display: none;
}
.button--secondary:after, .button--secondary:before {
  font-family: "fontello";
  content: "\e803";
  color: #00ebff;
  font-size: 0.8em;
  margin-left: 5px;
}
.button--secondary:hover {
  background-color: transparent;
  color: #00ebff;
}
.button--secondary--link {
  text-decoration: none;
  margin-top: 10px;
}
.button--arrow-left:after {
  display: none;
}
.button--arrow-left:before {
  display: inline-block;
  content: "\e802";
  margin-right: 5px;
  font-family: "fontello";
}
.button--arrow-right:after {
  display: inline-block;
  content: "\e803";
  margin-left: 5px;
  font-family: "fontello";
}
.button--arrow-right:before {
  display: none;
}
.button--arrow-right--secondary {
  font-size: 1em;
}

.close {
  display: flex;
  justify-content: flex-end;
}
.close:after {
  display: inline-block;
  content: "\e805";
  font-family: "fontello";
  color: #00ebff;
  cursor: pointer;
}

.input {
  width: 100%;
  border: none;
  height: 32px;
  padding: 0 5px;
  outline: none;
}
@media screen and (max-width: 768px) {
  .input {
    height: 28px;
    font-weight: 500;
  }
}
.input--short {
  width: 15%;
  min-width: 100px;
}
.input--mini {
  width: 10%;
  min-width: 45px;
}

.form-line {
  margin-bottom: 15px;
}

.label {
  font-weight: 700;
  font-size: 0.9em;
}

.input::placeholder {
  color: #a6a6a6;
}

.radio {
  display: inline-block;
  position: relative;
  margin-right: 30px;
  margin-bottom: 5px;
}
.radio:last-child {
  margin-right: 0;
}
.radio .toggle__radio {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 0.5px;
  height: 0.5px;
}
.radio .toggle__radio + .toggle__label {
  display: inline-block;
  box-sizing: border-box;
  position: relative;
  padding-left: 30px;
}
.radio .toggle__radio + .toggle__label:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 24px;
  width: 24px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  background-color: white;
  box-sizing: border-box;
  margin-right: 10px;
  position: absolute;
  top: 0;
  left: 0;
}
.radio .toggle__radio + .toggle__label .toggle__text {
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  color: white;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
}
.radio .toggle__radio:checked + .toggle__label:after {
  background-color: #00ebff;
  position: absolute;
  top: 5px;
  left: 5px;
  content: "";
  height: 14.1176470588px;
  width: 14.1176470588px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
.radio .toggle__radio:disabled + .toggle__label {
  color: pink;
}

.select {
  position: relative;
}
.select select {
  width: 100%;
  border: none;
  height: 32px;
  padding: 0 5px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  outline: none;
  padding-right: 25px;
}
@media screen and (max-width: 768px) {
  .select select {
    height: 28px;
  }
}
.select:after {
  content: "";
  position: absolute;
  top: 13px;
  right: 8px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 5px 0 5px;
  border-color: #00ebff transparent transparent transparent;
}

.big-menu {
  display: flex;
  flex-grow: 1;
  flex-basis: 0;
  background-color: #1E252C;
  margin: 40px 0 50px 0;
  padding: 0 30px;
}
@media screen and (max-width: 800px) {
  .big-menu {
    margin: 0 0 40px 0;
  }
}
.big-menu__navigation {
  list-style-type: none;
  padding: 5px 20px;
  line-height: 2.5;
  width: 100%;
}
.big-menu__navigation__item__link {
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
}
@media screen and (max-width: 800px) {
  .big-menu__navigation__item__link {
    color: white;
    font-weight: 700;
    font-size: 1.3em;
    text-decoration: none;
  }
  .big-menu__navigation__item__link:after {
    font-family: "fontello";
    content: "\e803";
    color: white;
    font-size: 1em;
    margin-left: 3px;
  }
}
.big-menu__navigation__item__link--active {
  font-weight: 700;
  color: white;
}
.big-menu__navigation__item__link--colored {
  color: #ff00ff;
  font-weight: 700;
  font-size: 1.3em;
  text-decoration: none;
  border-bottom: 2px solid transparent;
  -webkit-transition: border-bottom-color 0.2s;
  -moz-transition: border-bottom-color 0.2s;
  -ms-transition: border-bottom-color 0.2s;
  -o-transition: border-bottom-color 0.2s;
  transition: border-bottom-color 0.2s;
}
@media screen and (max-width: 800px) {
  .big-menu__navigation__item__link--colored {
    display: none;
  }
}
.big-menu__navigation__item__link--colored:hover {
  border-color: #ff00ff;
}
.big-menu__navigation__item__link--colored:after {
  font-family: "fontello";
  content: "\e803";
  color: #ff00ff;
  font-size: 0.8em;
  margin-left: 3px;
}
.big-menu__navigation__item__link--facebook {
  display: inline-flex;
  vertical-align: middle;
}
.big-menu__navigation__item__link--facebook:after {
  margin-left: 10px;
}
.big-menu__navigation__item__link--facebook:before {
  font-family: "fontello";
  content: "\f051";
  color: white;
  font-size: 1.8em;
  margin-right: 0.3em;
  line-height: 1;
}
.big-menu__navigation__item__link--instagram {
  display: inline-flex;
  vertical-align: middle;
}
.big-menu__navigation__item__link--instagram:after {
  margin-left: 10px;
}
.big-menu__navigation__item__link--instagram:before {
  font-family: "fontello";
  content: "\f32d";
  color: white;
  font-size: 1.6em;
  margin-right: 0.3em;
  line-height: 1;
}
.big-menu__navigation__item--search {
  margin-top: 25px;
}
.big-menu__navigation__item--mobile {
  background-color: #ff00ff;
  text-align: center;
  margin: 40px 0;
  font-size: 0.9em;
}
@media screen and (min-width: 800px) {
  .big-menu__navigation__item--mobile {
    display: none;
  }
}

@media screen and (max-width: 800px) {
  .big-menu__navigation:not(:last-child) {
    display: none;
  }
}
/*!
 * Pikaday
 * Copyright © 2014 David Bushell | BSD & MIT license | http://dbushell.com/
 */
.pika-single {
  z-index: 9999;
  display: block;
  position: relative;
  color: #333;
  background: #fff;
  border: 1px solid #ccc;
  border-bottom-color: #bbb;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.pika-single.is-hidden {
  display: none;
}
.pika-single.is-bound {
  position: absolute;
  box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.5);
}

.pika-single {
  *zoom: 1;
}
.pika-single:before, .pika-single:after {
  content: " ";
  display: table;
}
.pika-single:after {
  clear: both;
}

.pika-lendar {
  float: left;
  width: 240px;
  margin: 8px;
}

.pika-title {
  position: relative;
  text-align: center;
}
.pika-title select {
  cursor: pointer;
  position: absolute;
  z-index: 9998;
  margin: 0;
  left: 0;
  top: 5px;
  filter: alpha(opacity=0);
  opacity: 0;
}

.pika-label {
  display: inline-block;
  *display: inline;
  position: relative;
  z-index: 9999;
  overflow: hidden;
  margin: 0;
  padding: 5px 3px;
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
  color: #333;
  background-color: #fff;
}

.pika-prev,
.pika-next {
  display: block;
  cursor: pointer;
  position: relative;
  outline: none;
  border: 0;
  padding: 0;
  width: 20px;
  height: 30px;
  text-indent: 20px;
  white-space: nowrap;
  overflow: hidden;
  background-color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 75% 75%;
  opacity: 0.5;
  *position: absolute;
  *top: 0;
}
.pika-prev:hover,
.pika-next:hover {
  opacity: 1;
}
.pika-prev.is-disabled,
.pika-next.is-disabled {
  cursor: default;
  opacity: 0.2;
}

.pika-prev,
.is-rtl .pika-next {
  float: left;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAUklEQVR42u3VMQoAIBADQf8Pgj+OD9hG2CtONJB2ymQkKe0HbwAP0xucDiQWARITIDEBEnMgMQ8S8+AqBIl6kKgHiXqQqAeJepBo/z38J/U0uAHlaBkBl9I4GwAAAABJRU5ErkJggg==");
  *left: 0;
}

.pika-next,
.is-rtl .pika-prev {
  float: right;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAU0lEQVR42u3VOwoAMAgE0dwfAnNjU26bYkBCFGwfiL9VVWoO+BJ4Gf3gtsEKKoFBNTCoCAYVwaAiGNQGMUHMkjGbgjk2mIONuXo0nC8XnCf1JXgArVIZAQh5TKYAAAAASUVORK5CYII=");
  *right: 0;
}

.pika-select {
  display: inline-block;
  *display: inline;
}

.pika-table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border: 0;
}
.pika-table th,
.pika-table td {
  width: 14.2857142857%;
  padding: 0;
}
.pika-table th {
  color: #999;
  font-size: 12px;
  line-height: 25px;
  font-weight: bold;
  text-align: center;
}
.pika-table abbr {
  border-bottom: none;
  cursor: help;
}

.pika-button {
  cursor: pointer;
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  border: 0;
  margin: 0;
  width: 100%;
  padding: 5px;
  color: #666;
  font-size: 12px;
  line-height: 15px;
  text-align: right;
  background: white;
}
.is-today .pika-button {
  color: black;
  font-weight: bold;
}
.is-selected .pika-button {
  color: #00ebff;
  font-weight: bold;
  background: black;
  box-shadow: inset 0 1px 3px black;
  border-radius: 3px;
}
.is-disabled .pika-button, .is-outside-current-month .pika-button {
  color: #999;
  opacity: 0.3;
}
.is-disabled .pika-button {
  pointer-events: none;
  cursor: default;
}
.pika-button:hover {
  color: #00ebff;
  background: black;
  box-shadow: none;
  border-radius: 3px;
}
.pika-button .is-selection-disabled {
  pointer-events: none;
  cursor: default;
}

.pika-week {
  font-size: 11px;
  color: #999;
}

.is-inrange .pika-button {
  background: #D5E9F7;
}

.is-startrange .pika-button {
  color: #fff;
  background: #6CB31D;
  box-shadow: none;
  border-radius: 3px;
}

.is-endrange .pika-button {
  color: #fff;
  background: #33aaff;
  box-shadow: none;
  border-radius: 3px;
}

.events {
  background-color: #1c252d;
}
.events .reservation-slider {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}
.events__bottom {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.events__bottom__item {
  margin: 0 30px 20px 0;
}
@media screen and (max-width: 1023px) {
  .events__bottom__item {
    margin: 0 0 10px 0;
  }
}

.event {
  display: flex;
}
@media screen and (max-width: 1023px) {
  .event {
    height: 550px;
    overflow-y: auto;
  }
}
.event__items {
  display: flex;
  flex-direction: row;
}
@media screen and (max-width: 1023px) {
  .event__items {
    flex-direction: column;
  }
}
@media screen and (max-width: 1023px) {
  .event__items__item {
    padding: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .event__items__item {
    flex: 1 1 0;
  }
  .event__items__item--secondary {
    height: 450px;
    overflow-y: auto;
    padding: 20px 20px 20px 50px;
  }
}
.event__items__item__title {
  color: white;
  font-weight: 700;
  font-size: 1.7em;
  margin: 0 0 10px 10px;
}
.event__items__item__description {
  color: rgba(255, 255, 255, 0.55);
  font-size: 0.9em;
  margin-left: 10px;
}
.event__items__item__description p span {
  color: rgba(255, 255, 255, 0.55) !important;
}
.event__items__item__description ul {
  list-style: none;
  padding: 0;
}
.event__items__item__description ul li {
  color: white;
  font-weight: 600;
}
@media screen and (max-width: 1023px) {
  .event__items__item__description ul li {
    line-height: normal;
  }
}
.event__items__item__description ul li:before {
  font-family: "fontello";
  content: "\e801";
  color: #00ebff;
  font-size: 1.4em;
  margin-right: 10px;
  vertical-align: middle;
}

.events-slider {
  min-height: 450px;
}

@media screen and (max-width: 1023px) {
  .event-mobile {
    padding: 20px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
  }
  .event-mobile .active {
    order: -1;
    flex: 1 0 100%;
    text-align: center;
  }
}
@media screen and (min-width: 1024px) {
  .ie11 .event__items__item {
    flex: 1;
  }
}

.location-information-mobile {
  display: none;
}
@media screen and (max-width: 900px) {
  .location-information-mobile {
    display: block;
  }
}
.location-information-mobile .location-slider-container {
  display: none;
}
.location-information-mobile__title {
  background-color: #1c252d;
  color: #00ebff;
  font-weight: bold;
  font-size: 22px;
  line-height: normal;
  padding: 5px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.location-information-mobile__title:after {
  content: "\e804";
  color: #00ebff;
  font-family: "fontello";
  padding-left: 15px;
  padding-right: 5px;
}
.location-information-mobile__title.current {
  background-color: #00ebff;
  color: black;
}
.location-information-mobile__title.current:after {
  content: "\e805";
  color: #ff00ff;
}
.location-information-mobile__title.loading .location-information-mobile__title__inner:after {
  opacity: 1;
  color: #ff00ff;
}
.location-information-mobile__title__inner {
  display: flex;
  align-items: center;
}
.location-information-mobile__title__inner__link {
  text-decoration: none;
  color: #00ebff;
}
.location-information-mobile__title__inner:after {
  content: "\e838";
  color: #00ebff;
  font-family: "fontello";
  opacity: 0;
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  -webkit-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
  display: inline-block;
  margin-left: 10px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.location-information-mobile__item {
  text-decoration: none;
  margin-bottom: 5px;
}
.location-information-mobile__content {
  background-color: #1c252d;
}
.location-information-mobile__content.current {
  padding: 10px;
}
.location-information-mobile__content h1, .location-information-mobile__content h2, .location-information-mobile__content h3, .location-information-mobile__content h4, .location-information-mobile__content h5, .location-information-mobile__content h6 {
  margin-top: 0;
}

.location-information {
  display: none;
}
@media screen and (min-width: 900px) {
  .location-information {
    display: block;
  }
}

.loading-spinner {
  width: 100%;
  padding: 20px;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 3em;
  color: aqua;
}

.location-menu {
  display: flex;
  margin-bottom: 25px;
}
.location-menu__bubble {
  position: relative;
  width: 100%;
  background: #1E252C;
  display: flex;
  flex-grow: 1;
  flex-basis: 0;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  padding: 15px;
  margin-right: 10px;
  cursor: pointer;
}
.location-menu__bubble:last-child {
  margin-right: 0;
}
.location-menu__bubble:after {
  content: "";
  position: absolute;
  border-style: solid;
  border-width: 13px 12px 0;
  border-color: #1E252C transparent;
  display: block;
  width: 0;
  z-index: 1;
  bottom: -13px;
  left: 50%;
  transform: translateX(-15px);
}
.location-menu__bubble__text {
  color: #00ebff;
  font-weight: 700;
  line-height: 1.2em;
  text-align: center;
  text-decoration: none;
}
.location-menu__bubble.current {
  background-color: #00ebff;
}
.location-menu__bubble.current .location-menu__bubble__text {
  color: black !important;
}
.location-menu__bubble.current:after {
  border-color: #00ebff transparent;
}

.wysiwyg {
  list-style: none;
  font-weight: 600;
  font-size: 0.9em;
}
@media screen and (max-width: 1023px) {
  .wysiwyg {
    line-height: normal;
  }
}
.wysiwyg:before {
  font-family: "fontello";
  content: "\e801";
  color: #00ebff;
  font-size: 1.4em;
  margin-right: 10px;
  vertical-align: middle;
}

.errors {
  padding: 60px 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
@media screen and (min-width: 1024px) {
  .errors {
    padding-top: 100px;
  }
}
.errors__item {
  text-align: center;
}
.errors__item__text {
  font-size: 1.5em;
  font-weight: 500;
}
@media screen and (max-width: 1023px) {
  .errors__item__text {
    font-size: 1em;
  }
}

.about {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 50px 0 90px;
}
@media screen and (max-width: 1023px) {
  .about {
    padding: 20px 0;
  }
  .about__title {
    display: none;
  }
}
@media screen and (min-width: 1024px) {
  .about__content {
    max-width: 900px;
    font-weight: 600;
    font-size: 1.3em;
    text-align: center;
  }
}

@media screen and (max-width: 1023px) {
  .flipcard-group {
    display: none;
  }
}
@media screen and (min-width: 1024px) {
  .flipcard-group {
    display: flex;
  }
}

.flipcard {
  width: 100%;
  position: relative;
  margin-right: 60px;
}
.flipcard:last-child {
  margin-right: 0;
}
.flipcard__inner {
  height: 100%;
  transition: transform 0.5s;
  transform-style: preserve-3d;
  cursor: pointer;
}
.flipcard__inner--flipped {
  transform: rotateY(180deg);
}
.flipcard__inner__face {
  width: 100%;
  position: absolute;
  -webkit-backface-visibility: hidden;
  z-index: 2;
  text-align: center;
  cursor: pointer;
}
.flipcard__inner__face__content {
  padding: 20px;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.flipcard__inner__face__content__circle {
  width: 130px;
  height: 130px;
  border-radius: 100%;
  background-color: #ff00ff;
  transform: translateY(-20px) rotate(15deg);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  line-height: 1.9em;
  font-weight: 700;
  position: absolute;
  right: 20px;
}
@media screen and (max-width: 1023px) {
  .flipcard__inner__face__content__circle {
    transform: translateY(-20px) rotate(10deg);
  }
}
@media screen and (min-width: 1024px) {
  .flipcard__inner__face__content__circle {
    top: 0;
  }
}
@media screen and (max-width: 1023px) {
  .flipcard__inner__face__content__circle {
    bottom: 80px;
  }
}
.flipcard__inner__face__content__circle .text-big {
  font-size: 2.5em;
}
.flipcard__inner__face__content__circle .text-regular {
  font-size: 1.2em;
}
.flipcard__inner__face__content__circle .text-small {
  font-size: 0.9em;
}
.flipcard__inner__face__content__text {
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 0 20px;
}
.flipcard__inner__face__content__text__title {
  font-weight: 700;
  font-size: 3.5em;
  margin-top: 80px;
}
@media screen and (max-width: 1023px) {
  .flipcard__inner__face__content__text__title {
    color: #00ebff;
    font-weight: 700;
    font-size: 1.2em;
    margin: 0 0 10px 0;
    line-height: normal;
  }
}
.flipcard__inner__face__content__text__sub-title {
  font-size: 1.5em;
  font-weight: 700;
  text-align: center;
  color: #00ebff;
}
.flipcard__inner__face__content__text__description {
  text-align: left;
}
@media screen and (max-width: 1023px) {
  .flipcard__inner__face__content__text__description {
    color: #e6e6e6;
  }
}
.flipcard__inner__face__content__bottom {
  margin-top: auto;
  padding: 10px 0 0 0;
}
.flipcard__inner__face__content__bottom__icon {
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.flipcard__inner__face__content__bottom__icon img {
  max-width: 50%;
  margin: 0 auto;
  display: block;
}
.flipcard__inner__face__content__bottom__link {
  margin-bottom: 20px;
}
.flipcard__inner__face__content__facility {
  padding: 15px 0 0 0;
}
.flipcard__inner__face__content__facility__title {
  font-size: 1.5em;
  font-weight: 700;
}
@media screen and (max-width: 1023px) {
  .flipcard__inner__face__content__facility__title {
    font-size: 1.2em;
  }
}
.flipcard__inner__face--front {
  background-color: #1c252d;
}
.flipcard__inner__face--back {
  background-color: #545a71;
  transform: rotateY(180deg);
  text-align: left;
}
.flipcard__inner__face--back .flipcard__inner__face__content__text__title {
  margin-top: 0;
}

@media screen and (max-width: 1023px) {
  .pricing-mobile {
    display: block;
  }
}
@media screen and (min-width: 1024px) {
  .pricing-mobile {
    display: none;
  }
}
.pricing-mobile .flipcard__inner__face__content__text__title {
  margin-top: 0;
}
.pricing-mobile__tabs {
  display: flex;
  flex-grow: 1;
  flex-basis: 0;
  background-color: #1E252C;
}
.pricing-mobile__tabs__link {
  background-color: #1E252C;
  color: white;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  height: 32vw;
  flex: 1 0 33.3333333333%;
  cursor: pointer;
  outline: none;
}
.pricing-mobile__tabs__link__title {
  margin-bottom: 10px;
  font-weight: bold;
}
.pricing-mobile__tabs__link__icon {
  width: 50%;
  margin: 0 auto;
  display: flex;
  align-items: center;
}
.pricing-mobile__tabs__link:hover {
  background-color: #323644;
}
.pricing-mobile__tabs__link.active {
  background-color: #545a71;
}
.pricing-mobile__content {
  display: none;
  background-color: #1E252C;
  padding: 20px;
  position: relative;
  min-height: 300px;
}
.pricing-mobile__content.active {
  background-color: #545a71;
  display: flex;
  flex-direction: column;
}

.ie11 .flipcard__inner {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}
.ie11 .flipcard__inner__face--back {
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: none;
}
.ie11 .flipcard__inner--flipped {
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: block;
}
.ie11 .flipcard__inner--flipped .flipcard__inner__face--front {
  display: none;
}
.ie11 .flipcard__inner--flipped .flipcard__inner__face--back {
  display: block;
}
.ie11 .flipcard__inner__face__content__text__sub-title {
  width: 100%;
}

.location {
  display: flex;
  flex: 1;
}
@media screen and (min-width: 1024px) {
  .location {
    margin-bottom: 50px;
  }
}
.location__map {
  min-width: 50%;
}
.location__map #map {
  height: 100%;
  margin-bottom: 10px;
}
.location__locations {
  display: flex;
  flex: 1;
  min-width: 50%;
  flex-flow: row wrap;
  padding-right: 10px;
}
.location__locations__item {
  display: flex;
  flex-direction: column;
  flex: 1;
  min-width: 45%;
  background-color: #1E252C;
  margin: 10px 10px 0 0;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.location__locations__item:nth-child(1), .location__locations__item:nth-child(2) {
  margin-top: 0;
}
.location__locations__item:hover {
  background-color: #293037;
}
.location__locations__item.current {
  background-color: #00ebff;
}
.location__locations__item.current .location__locations__item__menu__content__title {
  color: black;
}
.location__locations__item.current .location__locations__item__menu__content__link {
  color: #545a71;
}
.location__locations__item.current .location__locations__item__menu__content__link:after {
  color: #545a71;
}
.location__locations__item__menu {
  height: 100%;
}
.location__locations__item__menu__content {
  padding: 20px;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.location__locations__item__menu__content__title {
  color: #545a71;
  font-weight: 700;
  font-size: 1.7em;
  line-height: 1.2em;
}
@media screen and (max-width: 1023px) {
  .location__locations__item__menu__content__title {
    font-size: 1.2em;
  }
}
.location__locations__item__menu__content__text {
  color: #545a71;
  font-weight: 600;
  font-size: 0.9em;
  margin: 0 0 20px 0;
}
@media screen and (max-width: 800px) {
  .location__locations__item__menu__content__text {
    display: none;
  }
}
.location__locations__item__menu__content__link {
  margin-top: auto;
  color: rgba(255, 255, 255, 0.55);
  font-size: 0.9em;
  cursor: pointer;
}
.location__locations__item__menu__content__link:after {
  font-family: "fontello";
  content: "\e803";
  color: #00ebff;
  font-size: 0.8em;
  margin-left: 5px;
}
@media screen and (max-width: 800px) {
  .location__locations__item__menu__content__link {
    display: none;
  }
}
.location__locations__item__menu__ribbon {
  height: 35px;
  width: 300px;
  position: absolute;
  top: 0;
  right: 0;
  padding: 0 100px;
  transform: rotate(30deg) translate(42%, 96%);
  transform-origin: right top;
  background-color: black;
}
.location__locations__item__menu__ribbon__inner {
  height: 100%;
  font-weight: 700;
  text-align: center;
  font-size: 0.9em;
  line-height: 0.8em;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 800px) {
  .location {
    flex-direction: column;
  }
  .location__map {
    margin-top: 10px;
  }
  .location__map #map {
    height: 300px;
  }
  .location__locations {
    padding-right: 0;
  }
  .location__locations__item__menu__ribbon {
    height: 30px;
    transform: rotate(30deg) translate(43%, 78%);
  }
  .location__locations__item__menu__ribbon__inner {
    font-weight: 600;
    text-align: center;
    font-size: 0.7em;
  }
}

.map-infowindow__title {
  color: black;
  font-size: 1.2em;
  font-weight: 700;
  margin: 0;
}
@media screen and (max-width: 800px) {
  .map-infowindow__title {
    text-align: center;
    margin-bottom: 0.5rem;
  }
}
.map-infowindow__text {
  font-size: 1.1em;
}
.map-infowindow__text__link {
  display: block;
  text-decoration: none;
  color: black;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .map-infowindow__text__link {
    display: none;
  }
}
.map-infowindow__text__link:after {
  font-family: "fontello";
  content: "\e803";
  font-size: 0.8em;
  margin-left: 5px;
  vertical-align: middle;
}
.map-infowindow__text__mobile {
  display: none;
}
@media screen and (max-width: 768px) {
  .map-infowindow__text__mobile {
    display: block;
    text-decoration: none;
    cursor: pointer;
    text-align: center;
    color: #545a71;
    font-weight: 600;
    font-size: 0.9em;
  }
}

.info-form {
  margin-bottom: 40px;
  padding: 20px 40px;
  background: #545a71;
}
@media screen and (max-width: 768px) {
  .info-form {
    padding: 10px 15px;
  }
}
.info-form__sub-title {
  font-size: 1.5em;
  font-weight: bold;
  color: #00ebff;
  margin-bottom: 20px;
}
@media screen and (max-width: 1023px) {
  .info-form__sub-title {
    font-size: 1.2em;
    line-height: normal;
  }
  .info-form__sub-title.mobile-sub-title {
    display: none;
  }
}
.info-form__sub-title--secondary {
  display: none;
}
@media screen and (max-width: 768px) {
  .info-form__sub-title--secondary {
    display: block;
    font-size: 1.2em;
    line-height: 1;
  }
}
.info-form__sub-title__info {
  color: red;
  font-size: 0.6em;
}
@media screen and (max-width: 1023px) {
  .info-form__sub-title__info {
    font-size: 0.75em;
  }
}
.info-form__component {
  display: flex;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .info-form__component {
    flex-direction: column;
  }
  .info-form__component--secondary {
    flex-direction: column-reverse;
  }
}
.info-form__component__items {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .info-form__component__items {
    flex: 1;
  }
  .info-form__component__items:nth-child(odd) {
    padding-right: 20px;
  }
  .info-form__component__items:nth-child(even) {
    padding-left: 20px;
  }
}
.info-form .submitted-message {
  display: none;
}
.info-form.submitted .submitted-message {
  display: block;
}

.form-error {
  display: none;
}
.form-error.is-visible {
  display: block;
}

.popup-overlay {
  /*Hides pop-up when there is no "active" class*/
  visibility: hidden;
  width: 75%;
  height: 50%;
  position: fixed;
  top: 35%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin-top: 40px;
  z-index: 99;
}

.popup-overlay.active {
  /*displays pop-up when "active" class is present*/
  visibility: visible;
  text-align: center;
}

.popup-content {
  /*Hides pop-up content when there is no "active" class */
  visibility: hidden;
}

.popup-content.active {
  /*Shows pop-up content when "active" class is present */
  visibility: visible;
}

.grecaptcha-badge {
  display: none;
}

.footer {
  border-bottom: 1px solid #545a71;
  border-top: 1px solid #545a71;
  font-weight: bold;
}
.footer .nav-footer {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 40px 0;
}
@media screen and (max-width: 550px) {
  .footer .nav-footer {
    flex-direction: column;
    justify-content: flex-start;
  }
}
.footer .nav-footer__header {
  color: #545a71;
  font-size: 28px;
}
.footer .nav-footer__items {
  display: flex;
  flex-direction: column;
}
.footer .nav-footer__items__item {
  position: relative;
  padding: 0 10px;
  color: #545a71;
}
.footer .nav-footer__items__item a {
  flex-grow: 0;
  flex-shrink: 0;
  width: 100%;
  display: block;
  text-decoration: none;
  color: #545a71;
}

.hosted-by {
  color: #545a71;
  font-size: 0.9rem;
  margin: 10px 0 0 0;
}
.hosted-by a {
  text-decoration: none;
  color: #545a71;
}

.facility-information {
  display: flex;
  padding-top: 20px;
  height: 450px;
}
@media screen and (max-width: 1023px) {
  .facility-information {
    height: 550px;
    overflow-y: auto;
  }
}
@media screen and (min-width: 1024px) {
  .facility-information {
    flex-direction: row;
  }
}
@media screen and (max-width: 1023px) {
  .facility-information {
    flex-direction: column;
  }
}
.facility-information__navigation {
  display: none;
  width: 20%;
  height: 450px;
  flex-direction: column;
}
@media screen and (min-width: 1024px) {
  .facility-information__navigation {
    display: flex;
  }
}
.facility-information__navigation__button {
  height: 33.3333333333%;
  background-color: #1c252d;
  color: #545a71;
  margin: 15px 15px 15px 0;
  position: relative;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}
.facility-information__navigation__button:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent #1c252d;
  position: absolute;
  top: 50%;
  right: -10px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.facility-information__navigation__button img {
  max-width: 50%;
}
.facility-information__navigation__button:hover {
  background-color: #333b42;
}
.facility-information__navigation__button:hover:after {
  border-color: transparent transparent transparent #333b42;
}
.facility-information__navigation__button.active {
  background-color: #00ebff;
  color: black;
}
.facility-information__navigation__button.active:after {
  border-color: transparent transparent transparent #00ebff;
}
.facility-information__navigation__button.active:hover {
  background-color: #00ebff;
}
.facility-information__navigation__button.active:hover:after {
  border-color: transparent transparent transparent #00ebff;
}
.facility-information__navigation__button.active img {
  filter: brightness(0);
}
.facility-information__navigation__button:last-child, .facility-information__navigation__button:first-child {
  margin-top: 0;
  margin-bottom: 0;
}
.facility-information__navigation-mobile {
  display: none;
  width: 100%;
  background: black;
}
@media screen and (max-width: 1023px) {
  .facility-information__navigation-mobile {
    display: flex;
    justify-content: center;
    background: black;
  }
}
.facility-information__navigation-mobile__button {
  background: #1E252C;
  flex: 1;
  margin: 5px;
  text-align: center;
  cursor: pointer;
}
.facility-information__navigation-mobile__button.active {
  background: #00ebff;
}
.facility-information__navigation-mobile__button__title {
  margin: 10px 0 15px 0;
  font-weight: bold;
  color: #545a71;
  font-size: 1.2em;
}
.facility-information__content {
  display: block;
  height: 450px;
  overflow-y: auto;
  padding: 20px;
  background: #1c252d;
}
.facility-information__content .slick-slider {
  margin: 0;
  padding: 0 0 0 50px;
}
@media screen and (max-width: 1023px) {
  .facility-information__content .slick-slider {
    padding: 0;
  }
}
.facility-information__content h1 {
  color: #00ebff;
  font-weight: 700;
  font-size: 1.7em;
  margin: 0 0 10px 0;
}
@media screen and (min-width: 1024px) {
  .facility-information__content {
    width: 80%;
  }
}
@media screen and (max-width: 1023px) {
  .facility-information__content {
    width: 100%;
  }
}

.facility-content__bottom {
  display: flex;
  flex: 1;
}
@media screen and (max-width: 1023px) {
  .facility-content__bottom {
    flex-direction: column;
  }
}
.facility-content__bottom__item {
  width: 100%;
  margin-right: 50px;
  position: relative;
}
.facility-content__bottom__item:last-child {
  margin-right: 0;
}
.facility-content__bottom__item__top {
  padding-right: 150px;
}
@media screen and (max-width: 1023px) {
  .facility-content__bottom__item__top {
    padding-right: 0;
  }
}
.facility-content__bottom__item__top__title {
  display: none;
}
@media screen and (min-width: 1024px) {
  .facility-content__bottom__item__top__title {
    font-weight: 700;
    font-size: 3em;
    margin: 0 0 10px 0;
  }
}
.facility-content__bottom__item__top__subtitle {
  color: #00ebff;
  font-weight: 700;
  font-size: 1.2em;
  margin: 0 0 20px 0;
}
.facility-content__bottom__item__top__description {
  margin-bottom: 30px;
  font-size: 0.9em;
}
.facility-content__bottom__item__title {
  font-weight: 700;
  font-size: 1.2em;
  margin: 0 0 10px 0;
}
.facility-content__bottom__item__image {
  width: 100%;
}
.facility-content__bottom__item__image img {
  width: 100%;
}
.facility-content__bottom__price-tag {
  width: 130px;
  height: 130px;
  border-radius: 100%;
  background-color: #ff00ff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  line-height: 1.9em;
  font-weight: 700;
  position: absolute;
  top: 0;
  right: 0;
  transform: rotate(15deg);
}
@media screen and (max-width: 1023px) {
  .facility-content__bottom__price-tag {
    position: static;
    margin: 20px auto 0;
  }
}
.facility-content__bottom__price-tag .text-big {
  font-size: 2.5em;
}
.facility-content__bottom__price-tag .text-regular {
  font-size: 1.2em;
}
.facility-content__bottom__price-tag .text-small {
  font-size: 0.9em;
}

.ie11 .facility-information__navigation__button img {
  width: 50%;
}

.companies {
  height: 550px;
  background: #1c252d;
  padding: 20px 40px;
  overflow-y: auto;
}
@media screen and (max-width: 1023px) {
  .companies {
    padding: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .companies {
    height: 450px;
  }
}

.companies-list {
  display: flex;
  flex-wrap: wrap;
}
.companies-list__item {
  background-color: #1c252d;
  border: 1px solid #333b42;
  padding: 10px 15px 20px 15px;
  float: left;
  margin: 0 20px 20px 0;
}
.companies-list__item__name {
  font-size: 1.2em;
  margin-bottom: 5px;
  text-decoration: none;
  color: white;
}
.companies-list__item__categories span {
  color: white;
  font-size: 0.9em;
  float: left;
  color: #777c81;
}
.companies-list__item__categories span:before {
  content: ", ";
}
.companies-list__item__categories span:first-child:before {
  display: none;
}

.table {
  width: 100%;
  border-collapse: collapse;
}
.table thead tr {
  background-color: #1c252d;
}
.table thead tr th {
  text-align: left;
}
.table th, .table td {
  padding: 5px;
}

.reviews {
  padding: 20px 40px;
  display: none;
}
.reviews__title {
  font-weight: 700;
  font-size: 1.2em;
  margin: 0 0 10px 0;
}
@media screen and (min-width: 1024px) {
  .reviews {
    display: block;
    background: #1c252d;
    height: 450px;
    overflow-y: auto;
  }
}

.reviews-mobile {
  display: none;
}
@media screen and (max-width: 1023px) {
  .reviews-mobile {
    display: block;
    padding: 20px;
    height: 550px;
    overflow-y: auto;
  }
}
.reviews-mobile .mobile-review {
  border: 1px solid #545a71;
  padding: 10px;
  margin-bottom: 10px;
}
.reviews-mobile .mobile-review h5 {
  margin-bottom: 5px;
}
.reviews-mobile .mobile-review p {
  margin: 5px 0;
}
.reviews-mobile .mobile-review a {
  color: #00ebff;
}

.privacy {
  background-color: #1E252C;
  padding: 20px;
}
.privacy__title {
  font-weight: 700;
  font-size: 2.5em;
  margin-top: 80px;
}
@media screen and (max-width: 1023px) {
  .privacy__title {
    color: #00ebff;
    font-weight: 700;
    font-size: 1.2em;
    margin: 0 0 10px 0;
    line-height: normal;
  }
}
.privacy__subtitle {
  color: #00ebff;
  font-weight: 700;
  font-size: 1.2em;
  margin: 0 0 20px 0;
}
@media screen and (max-width: 1023px) {
  .privacy__subtitle {
    word-wrap: break-word;
    font-size: 1em;
  }
}
.privacy__description {
  text-align: left;
}
@media screen and (max-width: 1023px) {
  .privacy__description {
    color: #e6e6e6;
  }
}
.privacy__link {
  text-decoration: none;
  color: silver;
  font-weight: 700;
}
@media screen and (max-width: 1023px) {
  .privacy__link {
    color: white;
  }
}
