.OurShowroom {
  margin: var(--sizeHorizontalOffset) auto 0;
  padding-bottom: var(--sizeHorizontalOffset);
  position: relative;
}

.OurShowroom-wrapper {
  display: grid;
  grid-template-columns: 1fr 1.75fr;
  background: var(--colorShowroom);
  color: #fff;
}

@media (max-width: 64rem) {
  .OurShowroom-wrapper {
    grid-template-columns: 1fr;
    grid-template-rows: 1fr 1fr;
  }
}

.OurShowroom-text {
  position: relative;
  padding: 3rem;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  z-index: 2;
}

.OurShowroom-textHeading {
  color: white;
}

.OurShowroom-textMap {
  position: absolute;
  bottom: -4rem;
  right: 0;
  width: 75%;
  z-index: 1;
}

@media (max-width: 78rem) and (min-width: 1025px) {
  .OurShowroom-textMap {
    display: none;
  }
}

@media (max-width: 32rem) {
  .OurShowroom-textMap {
    display: none;
  }
}

@media (max-width: 64rem) {
  .OurShowroom-textMap {
    bottom: 0;
    height: 100%;
  }
}

.OurShowroom-textButton {
  margin-top: auto;
  z-index: 3;
}

.OurShowroom-textButton .ButtonBase {
  margin-top: 1rem;
}

.OurShowroom-map {
  width: fit-content;
  position: relative;
}

.OurShowroom-mapTarget {
  position: absolute;
}

.OurShowroom-mapTarget.Vary {
  left: 4rem;
  top: 34%;
}

.OurShowroom-mapTarget.Plzen {
  left: 10rem;
  top: 48%;
}

.OurShowroom-mapTarget.Unhost {
  left: 18rem;
  top: 31%;
}

.OurShowroom-image {
  width: 100%;
  height: auto;
}

.OurShowroom:after {
  content: '';
  height: var(--sizeHorizontalOffset);
  width: 100%;
  background: var(--colorBrandBg);
  position: absolute;
  bottom: var(--sizeHorizontalOffset);
  left: 0;
  z-index: -1;
}

/*# sourceMappingURL=our-showroom.min.css.map */
