@import url("https://fonts.googleapis.com/css?family=Open+Sans:wght@300;400;700|Roboto:wght@300;400;700|Montserrat:wght@300;400;700|Lora:wght@300;400;700&display=swap");
html {
  scroll-behavior: smooth; }

html, body {
  margin: 0;
  padding: 0;
  font-family: 'Open Sans', roboto;
  font-size: 16px; }
  html::after, body::after {
    content: "";
    display: table;
    clear: both; }

body {
  width: 100%;
  margin: 0px auto;
  background-color: #e6e6e6; }

.default-width {
  max-width: 1400px;
  margin: 0px auto; }

.hidden {
  display: none; }

.version-desktop {
  display: block; }

@media all and (max-width: 768px) {
  .version-desktop {
    display: none; }
  .version-mobile {
    display: block; } }

.background-white {
  background-color: #ffffff; }

.background-grey {
  background-color: #e6e6e6; }

.format {
  max-width: 1250px;
  margin-left: auto;
  margin-right: auto; }

.map-main {
  width: 100%;
  height: 400px; }

h1, h2, h3, h4 {
  margin: 0;
  padding: 1em; }

.uppercase {
  text-transform: uppercase; }

.center {
  text-align: center; }

.header-container {
  margin: 0px auto; }

.main-container {
  margin: -150px auto 0px auto;
  padding: 100px 0px 10px 0px; }

.header-image {
  width: 100%;
  margin: 0px auto; }

.header-font, .header-container .mobile-main-header {
  font-family: 'Montserrat', sans-serif; }

.inline, .sticky-menu .right-side svg, .main-menu .right-side svg {
  display: inline-block; }

.align-center {
  text-align: center; }

.align-left {
  text-align: left; }

.margin-center {
  margin-left: auto;
  margin-right: auto; }

.clear {
  clear: both; }

.row, .sticky-menu, .main-menu {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%; }

.column, .sticky-menu .right-side, .main-menu .right-side, .sticky-menu .left-side, .main-menu .left-side {
  display: flex;
  flex-direction: column;
  flex-basis: 100%;
  flex: 1; }

.fa-couple:before {
  content: "\f182\f183"; }

.fa-persons:before {
  content: "\f182  \f183"; }

.sticky-menu, .main-menu {
  position: fixed;
  top: 0;
  width: 100%;
  padding: 8px;
  background-color: #fff;
  color: #333333;
  z-index: 99;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
  vertical-align: middle;
  border: 0px solid #000; }
  .sticky-menu .left-side, .main-menu .left-side {
    text-align: left; }
    .sticky-menu .left-side .logo, .main-menu .left-side .logo {
      max-height: 1.5rem;
      padding: 5px; }
    .sticky-menu .left-side .version-mobile, .main-menu .left-side .version-mobile {
      width: 124px;
      margin: 5px 0px 0px -5px; }
  .sticky-menu .right-side, .main-menu .right-side {
    padding: 5px;
    text-align: right; }
    .sticky-menu .right-side .messenger, .main-menu .right-side .messenger, .sticky-menu .right-side .phone, .main-menu .right-side .phone {
      height: 1.4rem;
      padding-right: 10px;
      cursor: pointer; }
    .sticky-menu .right-side .hamburger, .main-menu .right-side .hamburger {
      height: 1.4rem;
      padding-right: 10px;
      cursor: pointer; }
    .sticky-menu .right-side .open .hamburger, .main-menu .right-side .open .hamburger {
      transform: rotate(90deg);
      margin-bottom: -5px;
      margin-right: 5px;
      margin-left: -5px; }
    .sticky-menu .right-side a, .main-menu .right-side a {
      color: inherit; }
      .sticky-menu .right-side a .contact-phone, .main-menu .right-side a .contact-phone {
        font-size: 0.8rem;
        vertical-align: top; }
    .sticky-menu .right-side .version-mobile, .main-menu .right-side .version-mobile {
      float: right; }
      .sticky-menu .right-side .version-mobile .contact-phone, .main-menu .right-side .version-mobile .contact-phone {
        margin: 2px 12px 0px -4px; }
    .sticky-menu .right-side .version-desktop, .main-menu .right-side .version-desktop {
      text-transform: uppercase; }
      .sticky-menu .right-side .version-desktop a, .main-menu .right-side .version-desktop a {
        margin-left: 0px;
        color: black;
        text-decoration: none; }
      .sticky-menu .right-side .version-desktop .inline, .main-menu .right-side .version-desktop .inline, .sticky-menu .right-side .version-desktop svg, .main-menu .right-side .version-desktop svg {
        vertical-align: top;
        padding: 5px 10px;
        margin: -3px 0px 3px 0px; }
        .sticky-menu .right-side .version-desktop .inline .phone, .main-menu .right-side .version-desktop .inline .phone, .sticky-menu .right-side .version-desktop svg .phone, .main-menu .right-side .version-desktop svg .phone {
          margin: -8px -10px -2px -20px; }
        .sticky-menu .right-side .version-desktop .inline .contact-phone, .main-menu .right-side .version-desktop .inline .contact-phone, .sticky-menu .right-side .version-desktop svg .contact-phone, .main-menu .right-side .version-desktop svg .contact-phone {
          margin: -6px 0px 0px 0px; }
      .sticky-menu .right-side .version-desktop .menu-dynamic.open, .main-menu .right-side .version-desktop .menu-dynamic.open {
        background-color: #333333; }
        .sticky-menu .right-side .version-desktop .menu-dynamic.open a, .main-menu .right-side .version-desktop .menu-dynamic.open a {
          color: white; }
    .sticky-menu .right-side .menu-dynamic-desktop, .main-menu .right-side .menu-dynamic-desktop {
      position: fixed;
      background-color: white;
      border: 1px solid grey;
      color: black;
      text-align: left;
      margin: 5px 0px 0px -82px;
      padding: 10px 0px;
      width: 200px; }
      .sticky-menu .right-side .menu-dynamic-desktop a, .main-menu .right-side .menu-dynamic-desktop a {
        color: black !important; }
      .sticky-menu .right-side .menu-dynamic-desktop li, .main-menu .right-side .menu-dynamic-desktop li {
        padding: 2px 5px 2px 10px;
        text-transform: none;
        font-size: 0.85rem;
        list-style-type: none; }
        .sticky-menu .right-side .menu-dynamic-desktop li a:hover, .main-menu .right-side .menu-dynamic-desktop li a:hover {
          background-color: #e0e0e0; }
    .sticky-menu .right-side .menu-dynamic-mobile, .main-menu .right-side .menu-dynamic-mobile {
      border: 1px solid black;
      position: fixed;
      margin-top: 7px;
      width: 100vw;
      left: 0px;
      background-color: white;
      text-align: left; }
      .sticky-menu .right-side .menu-dynamic-mobile a, .main-menu .right-side .menu-dynamic-mobile a {
        color: inherit; }
      .sticky-menu .right-side .menu-dynamic-mobile h4, .main-menu .right-side .menu-dynamic-mobile h4 {
        padding: 10px 15px 5px 15px; }
      .sticky-menu .right-side .menu-dynamic-mobile ul, .main-menu .right-side .menu-dynamic-mobile ul {
        margin: 0px 0px 20px 0px;
        font-size: 0.85rem; }
  .sticky-menu:hover, .main-menu:hover {
    background-color: #e6e6e6; }

.main-menu .menu-container {
  width: 100%;
  margin: 0px auto -15px auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap; }

.main-menu.small {
  padding: 3px; }

@media all and (max-width: 768px) {
  .main-menu .menu-container {
    margin: 0px auto 0px auto; } }

.header-image {
  width: 100%;
  height: 500px;
  background: url("/static/img_lift/main-slider-lite.webp");
  background-position: 50% 50%;
  background-size: cover;
  margin-bottom: -5px; }

.layer-dark {
  width: 100%;
  height: 500px;
  position: absolute;
  margin-top: -495px;
  background-color: #000000;
  opacity: 0.3; }

.layer-logo {
  background: url("/static/img_lift/logo-big-white.png") -1px 0px no-repeat;
  height: 230px;
  max-width: 500px;
  width: 90hw;
  position: absolute;
  background-size: cover;
  margin-top: -400px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto; }

@media all and (max-width: 499px) {
  .layer-logo {
    height: 120px;
    width: 270px;
    margin-top: -200px; }
  .header-image {
    height: 350px; }
  .layer-dark {
    height: 350px;
    margin-top: -345px; } }

.reservation-box {
  text-align: center; }
  .reservation-box .item {
    display: inline-block;
    vertical-align: top;
    text-align: center; }
  .reservation-box .location {
    text-align: center;
    color: #ad9d79;
    text-transform: uppercase;
    width: 10%;
    float: left;
    font-size: 0.75rem;
    font-weight: bold;
    border-right: 1px solid;
    padding-bottom: 8px; }
    .reservation-box .location .icon-location {
      height: 30px;
      width: 50px;
      margin-left: auto;
      margin-right: auto;
      font-size: 2.5rem;
      padding-top: 10px;
      padding-bottom: 10px; }
  .reservation-box .select {
    width: 55%; }
  .reservation-box .check-date {
    width: 30%;
    float: right;
    display: flex;
    flex-direction: row; }
    .reservation-box .check-date .pink-but-icon {
      width: 33%; }
      .reservation-box .check-date .pink-but-icon svg {
        margin: 10px 0px 0px 10px;
        height: 60px; }
    .reservation-box .check-date .pink-but {
      width: 66%;
      text-align: left;
      padding: 15px; }

.header-container .date-submenu {
  background: #1a1a1a;
  color: #fff;
  max-width: 768px;
  margin: 0px auto;
  z-index: 20;
  position: relative; }
  .header-container .date-submenu .datepicker {
    text-align: center;
    max-width: 320px; }
  .header-container .date-submenu .icon-calendar {
    background-image: url("/static/img_lift/datepicker-icon.png");
    width: 40px;
    height: 40px;
    display: inline-block;
    background-size: contain;
    cursor: pointer;
    margin: 10px 0px -10px 0px; }
  .header-container .date-submenu input {
    cursor: pointer;
    background-color: #1a1a1a;
    background-color: white;
    color: black;
    border: 0;
    font-family: 'Montserrat', sans-serif;
    font-size: 1.5rem;
    font-weight: 700;
    padding: 0px;
    margin: 8px 0px 10px 15px;
    background-repeat: no-repeat, repeat;
    background-position: left; }
  .header-container .date-submenu .fr {
    padding: 5px 15px; }
  .header-container .date-submenu .check-date {
    background: #a9204e;
    color: #fff;
    text-align: center;
    border-radius: 40px 0px 0px 40px; }
  .header-container .date-submenu .check {
    text-align: right;
    font-size: 0.8rem;
    display: inline-block;
    min-width: 160px;
    text-align: center;
    color: #ad9d79;
    margin: 2px 0px; }
  .header-container .date-submenu .check-over {
    margin-bottom: -10px;
    z-index: 98; }
  .header-container .date-submenu .check-under {
    margin-top: 8px;
    z-index: 98; }
  .header-container .date-submenu .pink-but {
    line-height: 0.9rem;
    font-size: 0.9rem;
    font-weight: 600;
    align-items: center;
    justify-content: center; }
  .header-container .date-submenu .check-between {
    max-width: 40px;
    width: 100%;
    display: inline-block; }
  .header-container .date-submenu .placeholder-container, .header-container .date-submenu .placeholder-container-bottom, .header-container .date-submenu .placeholder-container-top {
    text-align: center;
    z-index: 97;
    position: relative;
    padding-left: 40px; }
  .header-container .date-submenu .placeholder-container-top {
    margin-bottom: -15px; }
  .header-container .date-submenu .placeholder-container-bottom {
    margin-top: -15px; }

.header-container .mobile-main-header {
  text-align: center;
  font-size: 1.2rem;
  font-weight: 400;
  text-transform: uppercase;
  padding: 7px;
  background-color: #ad9d79;
  color: black; }

@media all and (max-width: 768px) {
  .main-container {
    margin: 0px auto 0px auto;
    padding-top: 0px; }
  .reservation-box {
    padding-bottom: 10px; }
    .reservation-box .select {
      width: 100%;
      display: block;
      position: inherit; }
    .reservation-box .location {
      width: 100%;
      display: block;
      border-right: 0px;
      border-bottom: 1px solid;
      padding-bottom: 0px;
      position: inherit; }
      .reservation-box .location div {
        display: inline-block; }
      .reservation-box .location .icon-location {
        padding-top: 5px;
        padding-bottom: 15px; }
      .reservation-box .location .name-location {
        vertical-align: top;
        padding-top: 15px; }
    .reservation-box .check-date {
      position: inherit;
      width: 70%;
      margin: 10px 15%;
      border-radius: 40px 40px 40px 40px !important;
      float: none; }
  .header-container .date-submenu .icon-calendar {
    display: none; }
  .header-container .date-submenu input {
    margin-left: 0px; }
  .header-container .date-submenu .placeholder-container, .header-container .date-submenu .placeholder-container-top, .header-container .date-submenu .placeholder-container-bottom {
    padding-left: 0px; }
  .header-container .date-submenu .placeholder-container-top {
    margin-bottom: -5px; }
  .header-container .date-submenu .placeholder-container-bottom {
    margin-top: -15px;
    padding-bottom: 5px; } }

.content-middle {
  text-align: center;
  padding-top: 30px;
  padding-bottom: 20px;
  font-family: 'Open Sans', roboto; }
  .content-middle p {
    font-family: inherit;
    line-height: 1.5rem;
    font-size: 1.2rem;
    margin: 0px;
    color: #1a1a1a; }

.choose-location {
  text-align: center;
  padding-top: 0rem;
  padding-bottom: 1.5rem;
  font-size: 1.5rem;
  font-weight: bold; }

.locations {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px; }
  .locations .column, .locations .sticky-menu .left-side, .sticky-menu .locations .left-side, .locations .sticky-menu .right-side, .sticky-menu .locations .right-side, .locations .main-menu .left-side, .main-menu .locations .left-side, .locations .main-menu .right-side, .main-menu .locations .right-side {
    max-width: 300px;
    padding: 0px 5px;
    margin-left: auto;
    margin-right: auto;
    text-align: center; }
    .locations .column a, .locations .sticky-menu .left-side a, .sticky-menu .locations .left-side a, .locations .sticky-menu .right-side a, .sticky-menu .locations .right-side a, .locations .main-menu .left-side a, .main-menu .locations .left-side a, .locations .main-menu .right-side a, .main-menu .locations .right-side a {
      text-decoration: none;
      color: inherit; }
    .locations .column p, .locations .sticky-menu .left-side p, .sticky-menu .locations .left-side p, .locations .sticky-menu .right-side p, .sticky-menu .locations .right-side p, .locations .main-menu .left-side p, .main-menu .locations .left-side p, .locations .main-menu .right-side p, .main-menu .locations .right-side p {
      text-align: center;
      text-transform: uppercase;
      word-break: break-all;
      padding: 0px 5px; }
    .locations .column .item, .locations .sticky-menu .left-side .item, .sticky-menu .locations .left-side .item, .locations .sticky-menu .right-side .item, .sticky-menu .locations .right-side .item, .locations .main-menu .left-side .item, .main-menu .locations .left-side .item, .locations .main-menu .right-side .item, .main-menu .locations .right-side .item {
      aspect-ratio: 1/1; }
      .locations .column .item .circle, .locations .sticky-menu .left-side .item .circle, .sticky-menu .locations .left-side .item .circle, .locations .sticky-menu .right-side .item .circle, .sticky-menu .locations .right-side .item .circle, .locations .main-menu .left-side .item .circle, .main-menu .locations .left-side .item .circle, .locations .main-menu .right-side .item .circle, .main-menu .locations .right-side .item .circle {
        width: 100%;
        height: 100%; }
        .locations .column .item .circle .local, .locations .sticky-menu .left-side .item .circle .local, .sticky-menu .locations .left-side .item .circle .local, .locations .sticky-menu .right-side .item .circle .local, .sticky-menu .locations .right-side .item .circle .local, .locations .main-menu .left-side .item .circle .local, .main-menu .locations .left-side .item .circle .local, .locations .main-menu .right-side .item .circle .local, .main-menu .locations .right-side .item .circle .local {
          word-break: break-word;
          margin: 0px auto;
          padding-top: 25%;
          font-weight: bold;
          max-width: 92%;
          font-family: "Lora";
          line-height: 2.5rem;
          font-size: 2.5rem;
          text-shadow: 3px 3px 0px #606060; }
        .locations .column .item .circle .international, .locations .sticky-menu .left-side .item .circle .international, .sticky-menu .locations .left-side .item .circle .international, .locations .sticky-menu .right-side .item .circle .international, .sticky-menu .locations .right-side .item .circle .international, .locations .main-menu .left-side .item .circle .international, .main-menu .locations .left-side .item .circle .international, .locations .main-menu .right-side .item .circle .international, .main-menu .locations .right-side .item .circle .international {
          background-color: black;
          display: inline-block;
          font-family: "Lora";
          font-weight: bold;
          font-size: 2rem;
          margin-top: 1rem; }
        .locations .column .item .circle img, .locations .sticky-menu .left-side .item .circle img, .sticky-menu .locations .left-side .item .circle img, .locations .sticky-menu .right-side .item .circle img, .sticky-menu .locations .right-side .item .circle img, .locations .main-menu .left-side .item .circle img, .main-menu .locations .left-side .item .circle img, .locations .main-menu .right-side .item .circle img, .main-menu .locations .right-side .item .circle img {
          max-height: 100%;
          max-width: 100%; }
      .locations .column .item .podium, .locations .sticky-menu .left-side .item .podium, .sticky-menu .locations .left-side .item .podium, .locations .sticky-menu .right-side .item .podium, .sticky-menu .locations .right-side .item .podium, .locations .main-menu .left-side .item .podium, .main-menu .locations .left-side .item .podium, .locations .main-menu .right-side .item .podium, .main-menu .locations .right-side .item .podium {
        margin-top: -5rem;
        text-align: center; }
        .locations .column .item .podium .number, .locations .sticky-menu .left-side .item .podium .number, .sticky-menu .locations .left-side .item .podium .number, .locations .sticky-menu .right-side .item .podium .number, .sticky-menu .locations .right-side .item .podium .number, .locations .main-menu .left-side .item .podium .number, .main-menu .locations .left-side .item .podium .number, .locations .main-menu .right-side .item .podium .number, .main-menu .locations .right-side .item .podium .number {
          border-radius: 50%;
          background-color: white;
          border: 1px solid black;
          display: inline-block;
          aspect-ratio: 1/1;
          width: 40px;
          font-size: 2rem;
          font-weight: bold;
          line-height: 40px;
          font-family: "Lora"; }
        .locations .column .item .podium .neck, .locations .sticky-menu .left-side .item .podium .neck, .sticky-menu .locations .left-side .item .podium .neck, .locations .sticky-menu .right-side .item .podium .neck, .sticky-menu .locations .right-side .item .podium .neck, .locations .main-menu .left-side .item .podium .neck, .main-menu .locations .left-side .item .podium .neck, .locations .main-menu .right-side .item .podium .neck, .main-menu .locations .right-side .item .podium .neck {
          width: 1px;
          height: 48px;
          margin: 0px auto;
          background-color: black;
          border-left: 2px solid white;
          border-right: 2px solid white;
          position: relative; }
        .locations .column .item .podium .step, .locations .sticky-menu .left-side .item .podium .step, .sticky-menu .locations .left-side .item .podium .step, .locations .sticky-menu .right-side .item .podium .step, .sticky-menu .locations .right-side .item .podium .step, .locations .main-menu .left-side .item .podium .step, .main-menu .locations .left-side .item .podium .step, .locations .main-menu .right-side .item .podium .step, .main-menu .locations .right-side .item .podium .step {
          border: 1px solid black;
          display: inline-block;
          padding: 0px 5px;
          font-family: "Lora";
          font-size: 1.5rem;
          text-transform: uppercase; }
        .locations .column .item .podium .bottom, .locations .sticky-menu .left-side .item .podium .bottom, .sticky-menu .locations .left-side .item .podium .bottom, .locations .sticky-menu .right-side .item .podium .bottom, .sticky-menu .locations .right-side .item .podium .bottom, .locations .main-menu .left-side .item .podium .bottom, .main-menu .locations .left-side .item .podium .bottom, .locations .main-menu .right-side .item .podium .bottom, .main-menu .locations .right-side .item .podium .bottom {
          background-color: #aa2252;
          display: inline-block;
          color: white;
          font-size: 0.8rem;
          padding: 3px 10px; }

@media all and (max-width: 999px) {
  .locations .column .item .circle .local, .locations .sticky-menu .left-side .item .circle .local, .sticky-menu .locations .left-side .item .circle .local, .locations .sticky-menu .right-side .item .circle .local, .sticky-menu .locations .right-side .item .circle .local, .locations .main-menu .left-side .item .circle .local, .main-menu .locations .left-side .item .circle .local, .locations .main-menu .right-side .item .circle .local, .main-menu .locations .right-side .item .circle .local {
    font-size: 2.0rem;
    line-height: 2.0rem; }
  .locations .column .item .circle .international, .locations .sticky-menu .left-side .item .circle .international, .sticky-menu .locations .left-side .item .circle .international, .locations .sticky-menu .right-side .item .circle .international, .sticky-menu .locations .right-side .item .circle .international, .locations .main-menu .left-side .item .circle .international, .main-menu .locations .left-side .item .circle .international, .locations .main-menu .right-side .item .circle .international, .main-menu .locations .right-side .item .circle .international {
    font-size: 1rem; } }

@media all and (max-width: 768px) {
  .locations p {
    font-size: 0.6rem; }
  .locations .column, .locations .sticky-menu .left-side, .sticky-menu .locations .left-side, .locations .sticky-menu .right-side, .sticky-menu .locations .right-side, .locations .main-menu .left-side, .main-menu .locations .left-side, .locations .main-menu .right-side, .main-menu .locations .right-side {
    text-align: center;
    padding-left: 1%;
    padding-right: 1%;
    width: 31%; }
    .locations .column .item .circle .local, .locations .sticky-menu .left-side .item .circle .local, .sticky-menu .locations .left-side .item .circle .local, .locations .sticky-menu .right-side .item .circle .local, .sticky-menu .locations .right-side .item .circle .local, .locations .main-menu .left-side .item .circle .local, .main-menu .locations .left-side .item .circle .local, .locations .main-menu .right-side .item .circle .local, .main-menu .locations .right-side .item .circle .local {
      max-width: 90%;
      font-size: 1.3rem;
      line-height: 1.2rem;
      padding-top: 30%; }
    .locations .column .item .circle .international, .locations .sticky-menu .left-side .item .circle .international, .sticky-menu .locations .left-side .item .circle .international, .locations .sticky-menu .right-side .item .circle .international, .sticky-menu .locations .right-side .item .circle .international, .locations .main-menu .left-side .item .circle .international, .main-menu .locations .left-side .item .circle .international, .locations .main-menu .right-side .item .circle .international, .main-menu .locations .right-side .item .circle .international {
      margin-top: 0px;
      max-width: 15%;
      font-size: 0.8rem;
      line-height: 0.8rem;
      word-break: break-word;
      display: inline; }
    .locations .column .item .podium, .locations .sticky-menu .left-side .item .podium, .sticky-menu .locations .left-side .item .podium, .locations .sticky-menu .right-side .item .podium, .sticky-menu .locations .right-side .item .podium, .locations .main-menu .left-side .item .podium, .main-menu .locations .left-side .item .podium, .locations .main-menu .right-side .item .podium, .main-menu .locations .right-side .item .podium {
      margin-top: -1.5rem; }
      .locations .column .item .podium .number, .locations .sticky-menu .left-side .item .podium .number, .sticky-menu .locations .left-side .item .podium .number, .locations .sticky-menu .right-side .item .podium .number, .sticky-menu .locations .right-side .item .podium .number, .locations .main-menu .left-side .item .podium .number, .main-menu .locations .left-side .item .podium .number, .locations .main-menu .right-side .item .podium .number, .main-menu .locations .right-side .item .podium .number {
        width: 20px;
        font-size: 1rem;
        line-height: 20px; }
      .locations .column .item .podium .neck, .locations .sticky-menu .left-side .item .podium .neck, .sticky-menu .locations .left-side .item .podium .neck, .locations .sticky-menu .right-side .item .podium .neck, .sticky-menu .locations .right-side .item .podium .neck, .locations .main-menu .left-side .item .podium .neck, .main-menu .locations .left-side .item .podium .neck, .locations .main-menu .right-side .item .podium .neck, .main-menu .locations .right-side .item .podium .neck {
        height: 16px; }
      .locations .column .item .podium .step, .locations .sticky-menu .left-side .item .podium .step, .sticky-menu .locations .left-side .item .podium .step, .locations .sticky-menu .right-side .item .podium .step, .sticky-menu .locations .right-side .item .podium .step, .locations .main-menu .left-side .item .podium .step, .main-menu .locations .left-side .item .podium .step, .locations .main-menu .right-side .item .podium .step, .main-menu .locations .right-side .item .podium .step {
        font-size: 1rem; } }

@media all and (max-width: 480px) {
  .locations .column .item .circle .local, .locations .sticky-menu .left-side .item .circle .local, .sticky-menu .locations .left-side .item .circle .local, .locations .sticky-menu .right-side .item .circle .local, .sticky-menu .locations .right-side .item .circle .local, .locations .main-menu .left-side .item .circle .local, .main-menu .locations .left-side .item .circle .local, .locations .main-menu .right-side .item .circle .local, .main-menu .locations .right-side .item .circle .local {
    max-width: 100%;
    font-size: 0.8rem;
    line-height: 0.8rem; }
  .locations .column .item .circle .international, .locations .sticky-menu .left-side .item .circle .international, .sticky-menu .locations .left-side .item .circle .international, .locations .sticky-menu .right-side .item .circle .international, .sticky-menu .locations .right-side .item .circle .international, .locations .main-menu .left-side .item .circle .international, .main-menu .locations .left-side .item .circle .international, .locations .main-menu .right-side .item .circle .international, .main-menu .locations .right-side .item .circle .international {
    margin-top: 0px;
    max-width: 100%;
    font-size: 0.6rem;
    line-height: 0.6rem;
    word-break: break-word; }
  .locations .column .item .podium, .locations .sticky-menu .left-side .item .podium, .sticky-menu .locations .left-side .item .podium, .locations .sticky-menu .right-side .item .podium, .sticky-menu .locations .right-side .item .podium, .locations .main-menu .left-side .item .podium, .main-menu .locations .left-side .item .podium, .locations .main-menu .right-side .item .podium, .main-menu .locations .right-side .item .podium {
    margin-top: -1.5rem; }
    .locations .column .item .podium .number, .locations .sticky-menu .left-side .item .podium .number, .sticky-menu .locations .left-side .item .podium .number, .locations .sticky-menu .right-side .item .podium .number, .sticky-menu .locations .right-side .item .podium .number, .locations .main-menu .left-side .item .podium .number, .main-menu .locations .left-side .item .podium .number, .locations .main-menu .right-side .item .podium .number, .main-menu .locations .right-side .item .podium .number {
      width: 20px;
      font-size: 1rem;
      line-height: 20px; }
    .locations .column .item .podium .neck, .locations .sticky-menu .left-side .item .podium .neck, .sticky-menu .locations .left-side .item .podium .neck, .locations .sticky-menu .right-side .item .podium .neck, .sticky-menu .locations .right-side .item .podium .neck, .locations .main-menu .left-side .item .podium .neck, .main-menu .locations .left-side .item .podium .neck, .locations .main-menu .right-side .item .podium .neck, .main-menu .locations .right-side .item .podium .neck {
      height: 16px; }
    .locations .column .item .podium .step, .locations .sticky-menu .left-side .item .podium .step, .sticky-menu .locations .left-side .item .podium .step, .locations .sticky-menu .right-side .item .podium .step, .sticky-menu .locations .right-side .item .podium .step, .locations .main-menu .left-side .item .podium .step, .main-menu .locations .left-side .item .podium .step, .locations .main-menu .right-side .item .podium .step, .main-menu .locations .right-side .item .podium .step {
      max-width: 33vw;
      font-size: 0.8rem;
      padding: 2px; } }

.city-image {
  background: url(/static/img_lift/3locations.jpg);
  width: 100%;
  aspect-ratio: 1156/587;
  max-height: 484px;
  max-width: 1400px;
  background-position: 50% 50%;
  background-size: cover;
  margin: 10px 0; }

.text-advantages {
  font-family: inherit;
  margin: 20px auto;
  text-align: center;
  font-family: inherit;
  line-height: 1.5rem;
  font-size: 1.2rem;
  font-family: "Open Sans", 'Roboto'; }
  .text-advantages p {
    margin: 0px;
    line-height: 22px; }

.banner-premium {
  background-image: radial-gradient(#952147, #591e2a);
  aspect-ratio: 1168/360;
  max-height: 200px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #cbb69a;
  padding: 5px 10px; }
  .banner-premium b {
    text-transform: uppercase;
    font-size: 1.5rem; }
  .banner-premium .premium {
    background-image: url(/static/img_lift/premium-text-1.png);
    aspect-ratio: 187/49;
    width: 100%;
    background-repeat: no-repeat;
    max-width: 370px;
    background-position: 50% 50%;
    background-size: cover;
    margin: 10px 10px -20px 10px; }

.amentitles {
  background: url(/static/img_lift/amentitles-sprite-lite.png);
  display: inline-block;
  vertical-align: top;
  background-repeat: no-repeat;
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 20px;
  margin-bottom: 20px;
  background-size: 614px 475px;
  color: white; }

.amentitle-bed {
  width: 142px;
  height: 243px;
  background-position: -6px 0px; }

.amentitle-kitchen {
  width: 153px;
  height: 243px;
  background-position: -186px 0px; }

.amentitle-wifi {
  width: 112px;
  height: 243px;
  background-position: -366px 0px; }

.amentitle-tv {
  width: 114px;
  height: 243px;
  background-position: -493px 0px; }

.amentitle-bath {
  width: 111px;
  height: 210px;
  background-position: 0px -261px; }

.amentitle-towels {
  width: 90px;
  height: 210px;
  background-position: -131px -261px; }

.amentitle-douvet {
  width: 114px;
  height: 210px;
  background-position: -239px -269px; }

.amentitle-iron {
  width: 126px;
  height: 210px;
  background-position: -368px -261px; }

.amentitle-babe {
  width: 108px;
  height: 210px;
  background-position: -498px -261px; }

.rate {
  margin: 49px 0px 0px 5px;
  background-color: #003399;
  text-align: center;
  padding: 5px;
  position: absolute;
  border-radius: 5px; }
  .rate strong {
    font-size: 2rem; }
  .rate p {
    padding: 2px 0px 0px 0px;
    margin: 2px 0px 0px 0px;
    border-top: 1px solid white;
    font-size: 0.65rem;
    font-weight: bold; }

.reception .layer {
  position: absolute;
  width: 800px;
  margin-top: 120px;
  text-align: center; }
  .reception .layer img {
    max-width: 80%; }

@media all and (max-width: 1200px) {
  .reception .layer {
    margin-top: 80px;
    width: 600px; } }

@media all and (max-width: 900px) {
  .reception .layer {
    width: 80%;
    margin-top: 5%; }
    .reception .layer img {
      max-width: 66%; } }

@media all and (max-width: 768px) {
  .reception .layer {
    width: 80%;
    margin-top: 15%; }
    .reception .layer img {
      max-width: 66%; } }

.opinions {
  width: 100%;
  background-color: #4d4d4d;
  color: white; }
  .opinions .title {
    width: 100%;
    background-color: #333333;
    color: white;
    padding: 10px;
    letter-spacing: 1px; }
  .opinions ul {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    padding: 0px; }
  .opinions li {
    display: inline-block;
    vertical-align: top;
    list-style-type: none;
    padding: 0px 10px;
    text-align: left;
    margin-left: 10px;
    margin-right: 10px;
    font-size: 1.1rem; }
  @media all and (max-width: 768px) {
    .opinions li {
      max-width: 100% !important; }
    .opinions li .location {
      float: right; } }
  .opinions b {
    font-size: 1.5rem;
    padding: 2px 10px 0px 10px;
    display: inline-block;
    vertical-align: bottom;
    margin-bottom: 5px; }
  .opinions i {
    background-image: url("/static/img_lift/message.png");
    display: inline-block;
    width: 24px;
    height: 40px;
    margin-bottom: -5px; }
  .opinions .message {
    display: block;
    background-color: #b09b7c;
    padding: 10px;
    border-radius: 10px 10px 10px 10px; }
  .opinions .location {
    font-size: 0.75rem;
    display: inline-block;
    margin-top: 10px; }
  .opinions picture img {
    border-top: 2px solid white;
    border-bottom: 2px solid white; }

.map {
  background-color: white;
  padding: 10px 0px 20px 0px; }
  .map .title {
    width: 100%;
    background-color: #a9204e;
    color: white;
    padding: 10px;
    letter-spacing: 1px; }

.reservation-main {
  background: url(/static/img_lift/reservation-background.png);
  min-height: 425px;
  text-align: center;
  color: white; }
  .reservation-main .logo-reservation img {
    max-width: 100%;
    margin-top: 20px; }
  .reservation-main .button {
    margin-top: 20px;
    background-color: #af9a7d;
    display: inline-block;
    padding: 5px 20px;
    text-transform: uppercase;
    font-size: 1.5rem;
    font-weight: bold;
    cursor: pointer; }

@media all and (max-width: 768px) {
  .reservation-main {
    padding: 5px 10px;
    min-height: inherit;
    padding-bottom: 20px; } }

.apartments {
  padding-top: 50px;
  background-color: white; }
  .apartments.group {
    text-align: left; }
  .apartments .element {
    display: flex; }
    .apartments .element img {
      aspect-ratio: 3/2; }
    .apartments .element .left {
      width: 66%;
      font-size: 1.1rem; }
      .apartments .element .left header h4 {
        padding: 2px 0px 5px 0px; }
      .apartments .element .left .images {
        display: flex; }
        .apartments .element .left .images .main-photo {
          width: 66%;
          text-align: center; }
        .apartments .element .left .images .gallery {
          width: 33%; }
        .apartments .element .left .images .gallery .thumb:nth-child(3) {
          display: none; }
    .apartments .element .right {
      width: 33%; }
      .apartments .element .right ul {
        padding: 0px 0px 0px 0px; }
      .apartments .element .right li {
        list-style-type: none;
        margin: 0px 0px 0px 0px; }
      .apartments .element .right .type .details b, .apartments .element .right .type .details span {
        background-color: #aa2051; }
      .apartments .element .right img {
        width: 66%;
        max-width: 450px;
        aspect-ratio: inherit; }
  .apartments .element img {
    max-width: 100%;
    height: 100%;
    width: 100%; }
  @media all and (max-width: 768px) {
    .apartments .element {
      display: inherit;
      padding: 0.5rem; }
      .apartments .element .left, .apartments .element .right {
        width: 100%; }
      .apartments .element .left {
        padding: 0px !important;
        width: inherit; }
        .apartments .element .left header {
          width: 100%; }
        .apartments .element .left .images .main-photo {
          width: 64%; }
        .apartments .element .left .images .gallery {
          width: 33%;
          display: block; }
      .apartments .element .right {
        width: inherit;
        right: 0px;
        display: block;
        border-left: 0px !important; } }
  .apartments a {
    color: inherit;
    text-decoration: none; }
  .apartments .breadcrumb {
    text-transform: uppercase;
    padding-left: 20px; }
    .apartments .breadcrumb li {
      list-style-type: none;
      display: inline-block; }
    .apartments .breadcrumb li:before {
      content: '/'; }
    .apartments .breadcrumb li:first-child:before {
      content: ''; }
    .apartments .breadcrumb li:last-child {
      font-weight: bold; }
  .apartments .object .parent {
    background-color: #333333;
    color: white; }
    .apartments .object .parent .invitation {
      text-align: center;
      padding: 10px 5px;
      background-color: #807f7d;
      background-color: #4d4d4d;
      text-transform: uppercase;
      font-size: 1.2rem; }
    .apartments .object .parent .left {
      padding: 1rem; }
      .apartments .object .parent .left header {
        padding-bottom: 10px; }
        .apartments .object .parent .left header h2 {
          text-transform: uppercase;
          padding: 0px; }
        .apartments .object .parent .left header h4 {
          padding: 0px;
          font-weight: normal; }
      .apartments .object .parent .left .images .main-photo {
        width: 65%; }
      .apartments .object .parent .left .images .gallery {
        font-size: 0rem; }
        .apartments .object .parent .left .images .gallery .thumb {
          padding-left: 10px; }
        .apartments .object .parent .left .images .gallery .thumb:nth-child(1) {
          padding-bottom: 10px; }
    .apartments .object .parent .right {
      border-left: 1px solid #afafaf; }
      .apartments .object .parent .right .type {
        overflow: hidden;
        border-bottom: 1px solid #afafaf;
        height: 85%; }
        .apartments .object .parent .right .type .type-small {
          font-size: 1.6rem; }
        .apartments .object .parent .right .type .details {
          margin-top: 10px;
          padding: 20px; }
        .apartments .object .parent .right .type .details b, .apartments .object .parent .right .type .details span {
          font-size: 1.65rem; }
        .apartments .object .parent .right .type .description {
          font-size: 1rem;
          padding: 0px 20px; }
      .apartments .object .parent .right .parking {
        align-content: center;
        height: 12%;
        padding-left: 20px; }
        .apartments .object .parent .right .parking strong {
          background-color: white;
          color: #333333;
          padding: 0px 5px;
          font-size: 1.2rem; }
        .apartments .object .parent .right .parking .name {
          font-size: 0.9rem;
          display: inline-block;
          padding: 3px 10px;
          vertical-align: top; }
      @media all and (max-width: 768px) {
        .apartments .object .parent .right .type {
          overflow: inherit;
          border-bottom: 0px;
          height: auto; }
          .apartments .object .parent .right .type .type-small {
            font-size: 0.8rem; }
          .apartments .object .parent .right .type .details {
            margin-top: 10px;
            padding: 10px 0px 10px 0px; }
          .apartments .object .parent .right .type .description {
            font-size: 1rem;
            padding: 0px; }
          .apartments .object .parent .right .type .details b, .apartments .object .parent .right .type .details span {
            font-size: 1.2rem; }
        .apartments .object .parent .right .parking {
          padding: 20px 0px 15px 0px; } }
  .apartments .object .children {
    color: black;
    background-color: white;
    margin-bottom: 10px; }
    .apartments .object .children .item {
      border-bottom: 5px solid #e6e6e6;
      margin-top: 10px; }
      .apartments .object .children .item .element .left {
        border-right: 1px dashed #e6e6e6;
        padding: 1rem;
        padding-top: 0; }
        .apartments .object .children .item .element .left header {
          padding: 5px 0px 10px 0px; }
          .apartments .object .children .item .element .left header h2 {
            padding: 0px; }
          .apartments .object .children .item .element .left header h3 {
            padding: 0px;
            text-transform: uppercase;
            font-weight: normal; }
        .apartments .object .children .item .element .left .images .main-photo {
          width: 65%; }
        .apartments .object .children .item .element .left .images .gallery {
          font-size: 0rem; }
          .apartments .object .children .item .element .left .images .gallery .thumb {
            padding-left: 10px; }
          .apartments .object .children .item .element .left .images .gallery .thumb:nth-child(1) {
            padding-bottom: 15px; }
      .apartments .object .children .item .element .right {
        display: flex;
        flex-direction: column; }
        .apartments .object .children .item .element .right .amenities {
          height: 20%; }
          .apartments .object .children .item .element .right .amenities img {
            height: auto;
            width: inherit;
            max-width: 50%;
            padding: 20px; }
        .apartments .object .children .item .element .right .description {
          margin-top: 10px;
          height: 50%;
          font-size: 1rem; }
          .apartments .object .children .item .element .right .description p {
            padding: 20px; }
        .apartments .object .children .item .element .right .button {
          height: 30%;
          background-color: #e6e6e6; }
          .apartments .object .children .item .element .right .button .invitation {
            text-align: center;
            background-color: #b09b7c;
            text-transform: uppercase;
            color: white;
            font-size: 1.2rem;
            padding: 5px 0px;
            margin-bottom: 2px; }
          .apartments .object .children .item .element .right .button .button-reservation {
            text-align: right; }
            .apartments .object .children .item .element .right .button .button-reservation img {
              width: 50%;
              max-width: 250px;
              cursor: pointer; }
    @media all and (max-width: 768px) {
      .apartments .object .children .item {
        margin-top: 0px; }
        .apartments .object .children .item .element .left {
          border-right: 0px; }
        .apartments .object .children .item .element .right {
          display: flex;
          position: relative;
          flex-direction: column; }
          .apartments .object .children .item .element .right .amenities {
            order: 2;
            height: inherit;
            height: 100px; }
            .apartments .object .children .item .element .right .amenities img {
              max-height: 100px;
              padding: 10px 10px 5px 10px; }
          .apartments .object .children .item .element .right .description {
            min-height: 100px;
            order: 1;
            height: inherit;
            font-size: 1rem; }
            .apartments .object .children .item .element .right .description p {
              padding: 5px 10px; }
          .apartments .object .children .item .element .right .button {
            height: 20%;
            background-color: inherit;
            position: absolute;
            bottom: 60px;
            right: 0px;
            max-width: 40%;
            order: 3; }
            .apartments .object .children .item .element .right .button .invitation {
              font-size: 0.8rem;
              padding: 5px; }
            .apartments .object .children .item .element .right .button .button-reservation img {
              cursor: pointer;
              width: auto;
              max-width: 100%; } }
  .apartments .object .object-description {
    text-align: center;
    padding: 10px 15%; }
    .apartments .object .object-description h1 {
      padding: 0px 0px 10px 0px;
      text-transform: uppercase; }
    .apartments .object .object-description p {
      margin: 20px auto 0px;
      text-align: left;
      font-size: 1rem; }
    @media all and (max-width: 768px) {
      .apartments .object .object-description {
        padding: 10px; }
        .apartments .object .object-description p {
          width: auto;
          font-size: 1rem; } }
  .apartments .single .element .left {
    padding: 1rem;
    padding-top: 0; }
    .apartments .single .element .left header {
      padding: 5px 0px 10px 0px; }
      .apartments .single .element .left header h2 {
        padding: 0px; }
      .apartments .single .element .left header h3 {
        padding: 0px;
        text-transform: uppercase;
        font-weight: normal; }
    .apartments .single .element .left .images .main-photo {
      width: 65%; }
    .apartments .single .element .left .images .gallery {
      font-size: 0rem; }
      .apartments .single .element .left .images .gallery .thumb {
        padding-left: 10px; }
      .apartments .single .element .left .images .gallery .thumb:nth-child(1) {
        padding-bottom: 15px; }
    .apartments .single .element .left .images .gallery-extended {
      width: 98%;
      display: flex;
      padding: 10px 0px 0px 0px; }
      .apartments .single .element .left .images .gallery-extended .thumb {
        flex: 50%; }
      .apartments .single .element .left .images .gallery-extended .thumb:nth-child(1) {
        padding-right: 10px; }
  .apartments .single .element .right .button {
    float: right;
    text-align: right; }
    .apartments .single .element .right .button img {
      cursor: pointer; }
  .apartments .single .element .right .amenities img {
    margin-top: 15px; }
  .apartments .single .description {
    padding: 10px 15%; }
  .apartments .single .banner {
    margin: 20px 0px 40px 0px; }
    .apartments .single .banner img {
      width: 100%;
      aspect-ratio: 2.83/1; }
  .apartments .single .banner-premium {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 1.5rem; }
    .apartments .single .banner-premium p {
      margin: 0px;
      padding: 5px 0px; }
    .apartments .single .banner-premium a {
      text-decoration: underline; }
  @media all and (max-width: 768px) {
    .apartments .single .right .amenities, .apartments .single .right .sketch {
      text-align: center; }
      .apartments .single .right .amenities img, .apartments .single .right .sketch img {
        width: inherit;
        max-width: 100%; }
    .apartments .single .right .button {
      margin-top: 15px; }
    .apartments .single .description {
      padding: 10px; }
    .apartments .single .banner-premium {
      font-size: 1.2rem; } }
.apartment {
  vertical-align: top;
  background-color: #e6e6e6;
  margin-bottom: 10px; }
  .apartment .apartment-container {
    text-align: left;
    border: 1px solid #b19b7d;
    padding: 15px; }
  .apartment.multi .apartment-container {
    border: 1px solid #333333; }

.apartment-check-button {
  background: #a9204e;
  font-size: 0.6rem;
  display: block;
  text-decoration: none;
  width: 100%;
  color: #fff; }

.apartment-check-button svg {
  width: 50px; }

.apartment-container {
  border: 1px solid #ebebeb;
  border-radius: 5px;
  padding: 5px;
  margin: 5px;
  background-color: #fff; }

.gallery {
  vertical-align: top; }
  .gallery .first img {
    width: 100%;
    object-fit: cover;
    object-position: center center;
    aspect-ratio: 3/2; }
  .gallery .others img {
    width: 32%;
    object-fit: cover;
    object-position: center center;
    aspect-ratio: 3/2; }
  .gallery .first-photo {
    width: 65%;
    display: inline-block;
    margin: 0px; }
  .gallery .first-desc {
    width: 32%;
    display: inline-block;
    text-align: left;
    margin: 0px;
    vertical-align: top; }
    .gallery .first-desc .modal-button {
      width: 66%;
      font-weight: bold;
      background: #a9204e;
      padding: 3px;
      font-size: 0.6rem;
      display: inline-block;
      color: #fff;
      cursor: pointer; }

.apartment-container h3 {
  padding: 0px;
  text-transform: uppercase;
  font-size: 1.2rem;
  font-weight: bold;
  letter-spacing: 0.01rem;
  font-family: 'Montserrat', sans-serif; }
  .apartment-container h3 a {
    text-decoration: none;
    color: #000; }

.apartment-container .address {
  margin: 0px;
  padding: 0px;
  font-size: 0.75rem;
  font-weight: normal; }
  .apartment-container .address a {
    text-decoration: none;
    color: #000; }

.apartment-container .gallery {
  padding-top: 0.5rem; }

.apartment-container .check {
  margin-top: 5px; }

@media all and (min-width: 960px) {
  .date-submenu {
    margin-top: -38px !important; }
  .gallery .hidden-desktop {
    display: none; }
  .apartment {
    width: 33.3%;
    display: inline-block;
    margin-bottom: 0px; } }

@media only screen and (max-device-width: 768px) {
  .gallery .hidden-mobile {
    display: none; }
  .header-image {
    height: 250px !important; } }

.aspect-fix-16-9 {
  width: 100%;
  display: inline-block;
  padding-bottom: 56.25%;
  /* 16:9 ratio = 9 / 16 = 0.5625 */
  background: #f00; }

.modal-load-calendar {
  cursor: pointer; }

.modal-fullscreen-window {
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  right: 0px;
  top: 0px;
  background: #fff;
  z-index: 9991; }
  .modal-fullscreen-window iframe {
    height: calc(100vh - 50px);
    padding-top: 50px;
    width: 100vw; }
  .modal-fullscreen-window .modal-close {
    display: block;
    width: 30px;
    height: 30px;
    border-radius: 15px;
    overflow: hidden;
    font-size: 21px;
    background: #000;
    color: #fff;
    cursor: pointer;
    text-align: center;
    font-weight: bold;
    position: absolute;
    top: 5px;
    line-height: 30px;
    right: 25px; }

.locations-list {
  background: #fff;
  width: 100%;
  padding: 65px 0px 15px 0px;
  background-color: #e6e6e6;
  margin: 0px auto; }
  .locations-list .locations-list-container {
    width: 100%;
    max-width: 750px;
    margin: 0px  auto;
    display: flex; }
    .locations-list .locations-list-container .location {
      padding: 10px 5px;
      border-right: 1px solid black;
      width: 25%;
      background: white;
      color: #000;
      text-transform: uppercase;
      font-size: 1.2rem;
      display: flex;
      align-items: center;
      justify-content: center; }
      .locations-list .locations-list-container .location a {
        text-align: center;
        font-weight: bold;
        text-decoration: none;
        color: #000; }
        .locations-list .locations-list-container .location a div {
          text-align: center; }
          .locations-list .locations-list-container .location a div.location-title {
            font-weight: 100; }
          .locations-list .locations-list-container .location a div.apartment-count {
            font-size: 0.7rem; }
      .locations-list .locations-list-container .location.active {
        background: #b19b7d; }
      .locations-list .locations-list-container .location.default {
        background: #a11f4f; }
        .locations-list .locations-list-container .location.default a {
          color: white; }
      .locations-list .locations-list-container .location:last-child {
        border-right: 0px; }

@media all and (max-width: 768px) {
  .locations-list {
    padding-top: 20px; }
    .locations-list .locations-list-container .location {
      font-weight: 400;
      font-size: 0.75rem;
      min-width: 60px; }
      .locations-list .locations-list-container .location a div.location-title {
        font-weight: 400; } }

.details {
  margin-top: 5px; }
  .details b, .details span {
    background-color: #b19b7d;
    color: white; }
  .details span {
    font-size: 0.8rem;
    padding: 2px 5px 1px 5px;
    display: inline-block; }
  .details b {
    font-size: 0.9rem;
    padding: 1px 5px 1px 5px;
    margin-right: 2px; }

.type-small {
  background: #b19b7d;
  padding: 0px 5px;
  text-transform: uppercase;
  font-size: 0.9rem;
  font-weight: 400;
  text-align: left;
  color: #fff; }
  .type-small.obiekt {
    background: #b19b7d;
    background: #333333; }
  .type-small a {
    text-decoration: none;
    color: #fff; }

.type-wide {
  background: #aa2150;
  border: 1px solid #9b0033;
  text-transform: uppercase;
  font-size: 0.9rem;
  font-weight: 400;
  text-align: center;
  color: #fff; }
  .type-wide.obiekt {
    background: #b19b7d;
    border: 1px solid #a48a67; }
  .type-wide a {
    text-decoration: none;
    color: #fff; }

.object-map .title {
  background-color: #b09b7c;
  color: white;
  text-transform: uppercase;
  text-align: center;
  font-size: 1.2rem;
  padding: 7px; }

.article {
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 20px; }
  .article .title {
    font-size: 2rem;
    padding: 10px 10px 20px 10px;
    text-align: center; }
  .article .content {
    font-size: 1rem; }

.error404 {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 20px; }
  .error404 .h1 {
    font-size: 2rem;
    padding: 0px 20px 20px 20px; }
  .error404 .h2 {
    padding: 10px; }
  .error404 .h3 {
    padding: 10px; }
    .error404 .h3 a {
      color: inherit;
      font-weight: bold; }

.footer {
  width: 100%; }
  .footer .footer-container .default-width {
    margin: -6px auto 3px;
    width: 100%;
    background: #b19b7d;
    gap: 0.5rem;
    font-size: 1.2rem;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    color: #fff;
    font-weight: bold; }
    .footer .footer-container .default-width .social {
      margin: 0px;
      padding: 0px; }
      .footer .footer-container .default-width .social li {
        list-style-type: none;
        display: inline-block;
        margin: 0px 20px 0px 0px; }
      .footer .footer-container .default-width .social svg {
        height: 2rem;
        fill: white; }
    .footer .footer-container .default-width .rules {
      margin: 20px 0px 0px 0px;
      padding: 0px; }
      .footer .footer-container .default-width .rules li {
        list-style-type: none;
        margin-bottom: 5px; }
    .footer .footer-container .default-width a {
      color: #fff;
      text-decoration: none; }
    .footer .footer-container .default-width .inline-content {
      width: 15%;
      padding: 30px 20px 20px 20px; }
      .footer .footer-container .default-width .inline-content p {
        margin-top: 0.25rem;
        margin-bottom: 0.25rem; }
      .footer .footer-container .default-width .inline-content .icon-description {
        display: inline-block;
        vertical-align: top;
        margin-top: -0.25rem; }
      .footer .footer-container .default-width .inline-content .info {
        max-width: 300px; }
    .footer .footer-container .default-width .logo-big {
      background: url(/static/img_lift/logo-big-white.png);
      width: 340px;
      height: 160px;
      background-size: cover;
      margin-left: auto;
      margin-right: auto; }
    @media all and (max-width: 1280px) {
      .footer .footer-container .default-width .inline-content {
        width: 25%; } }
  @media all and (max-width: 768px) {
    .footer .footer-container .default-width {
      display: block;
      text-align: center; }
      .footer .footer-container .default-width .inline-content {
        display: block;
        margin: 0px auto;
        width: 300px;
        padding: 20px 5px; } }
.footer-under {
  width: 100%;
  background: #1a1a1a;
  color: #fff;
  clear: both;
  padding: 1rem 0; }
  .footer-under .copyright {
    font-size: 1rem;
    margin: 1.5rem; }
  .footer-under .margin-center p {
    margin: 0.75rem;
    font-size: 1rem; }
  .footer-under .margin-center p:first-child {
    font-size: 1rem;
    text-transform: uppercase; }
  .footer-under .margin-center .icon-description {
    display: inline-block;
    vertical-align: top;
    margin-top: -0.2rem; }
    .footer-under .margin-center .icon-description a {
      color: inherit;
      text-decoration: none;
      font-weight: bold; }
  @media all and (max-width: 640px) {
    .footer-under .margin-center p {
      font-size: 2rem; }
    .footer-under .margin-center p:first-child {
      font-size: 1.5rem; }
    .footer-under .copyright {
      text-align: center; } }
@media only screen and (max-device-width: 560px) {
  .pink-but-icon {
    height: 30px;
    padding-top: 15px; }
  .pink-but {
    padding-top: 10px;
    font-size: 0.8rem !important; } }
