/* Specializované showroomy -> homepage, /nakupovani-bez-front, /showroom-brno, /prodejna-brno, .. */
.showroom img {
  max-width: 100%;
  min-width: unset;
}

.showroom__img {
  margin-bottom: 15px;
}

.showroom__img.metro {
  margin-left: 42px;
}

.showroom__header--innerTitle {
  --bg-color: #000;
  margin-bottom: var(--aRem-40);
  padding-top: var(--aRem-40);
}

.showroom__header--innerTitle .wrapperImg {
  position: relative;
  z-index: 1;
}

@media (max-width: 1000px) {
  .showroom__header--innerTitle .wrapperImg {
    min-height: 200px;
  }
}

@media (min-width: 1780px) {
  .showroom__header--innerTitle .wrapperImg {
    margin-left: calc(0px - var(--aRem-60));
    margin-right: calc(0px - var(--aRem-60));
  }
}

@media (max-width: 1000px) {
  .showroom__header--innerTitle .wrapperImg img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
  }
}

.showroom__header--innerTitle .title--big {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-shadow: 1px 1px 28px black, 2px 2px 24px black, -2px -2px 20px black, 0 0 38px black;
  letter-spacing: -2px;
  line-height: 1;
  text-align: center;
}

@media (max-width: 500px) {
  .showroom__header--innerTitle .title--big {
    font-size: 35px;
  }
}

.showroom__title {
  font-size: 46px;
  line-height: 1.1;
  margin-bottom: 25px;
  font-weight: 600;
  letter-spacing: -1px;
}

.showroom__desc {
  font-size: 23px;
  line-height: 1.1;
}

@media (min-width: 1120px) {
  .showroom__desc--angel {
    max-width: 27ch;
  }
}

@media (max-width: 1119px) {
  .showroom__block--left .wrapper,
  .showroom__block--left .wrapper--stock,
  .showroom__block--right .wrapper,
  .showroom__block--right .wrapper--stock {
    max-width: 500px;
    text-align: center;
    padding: 50px 20px;
    margin: 0 auto;
  }
}

@media (max-width: 1600px) {
  .showroom__block--left .showroom__title,
  .showroom__block--right .showroom__title {
    font-size: 30px;
  }
}

@media (max-width: 1119px) {
  .showroom__block--left .showroom__title div,
  .showroom__block--right .showroom__title div {
    display: inline-block;
    margin-left: 6px;
  }
}

@media (max-width: 1600px) {
  .showroom__block--left .showroom__desc,
  .showroom__block--right .showroom__desc {
    font-size: 18px;
  }
}

.showroom__block--left img,
.showroom__block--right img {
  width: 100%;
}

.showroom__block--left {
  position: relative;
  color: #ffffff;
  margin-bottom: 10px;
}

@media (max-width: 1119px) {
  .showroom__block--left {
    color: #000000;
  }
}

@media (min-width: 1120px) {
  .showroom__block--left .wrapper,
  .showroom__block--left .wrapper--stock {
    position: absolute;
    top: 50%;
    transform: translate(85px, -52%);
  }
}

@media (min-width: 1601px) {
  .showroom__block--left .wrapper,
  .showroom__block--left .wrapper--stock {
    max-width: 430px;
  }

  .shop--brno .showroom__block--left .wrapper,
  .shop--brno .showroom__block--left .wrapper--stock {
    max-width: 480px;
  }
}

@media (min-width: 1120px) and (max-width: 1600px) {
  .showroom__block--left .wrapper,
  .showroom__block--left .wrapper--stock {
    max-width: 280px;
  }

  .shop--brno .showroom__block--left .wrapper,
  .shop--brno .showroom__block--left .wrapper--stock {
    max-width: 380px;
  }
}

@media (min-width: 1601px) {
  .showroom__block--left .wrapper--stock {
    max-width: 535px;
  }
}

@media (min-width: 1120px) and (max-width: 1600px) {
  .showroom__block--left .wrapper--stock {
    max-width: 350px;
  }
}

.showroom__block--liftago {
  color: #ffffff;
}

@media (min-width: 1601px) {
  .showroom__block--liftago .wrapper {
    max-width: 400px !important;
  }
}

@media (max-width: 1119px) {
  .showroom__block--liftago {
    color: #000000;
  }
}

.showroom__liftago {
  --bg-color: #f0f8ff;
  background-color: var(--bg-color);
  padding: max(var(--aRem-25), 2vw) 20px;
  display: grid;
  place-items: center;
  margin: var(--aRem-40) 0 0;
  text-align: center;
}

.showroom__liftago .showroom__title {
  margin-bottom: var(--aRem-30);
}

.showroom_liftagoDesc {
  display: flex;
  align-items: center;
  gap: var(--aRem-25);
  font-size: var(--aRem-20);
  line-height: 1.75;
  text-align-last: left;
  justify-content: center;
}

.showroom__block--right {
  position: relative;
  margin-bottom: 10px;
  text-align: right;
}

@media (min-width: 1120px) {
  .showroom__block--right .wrapper {
    position: absolute;
    top: 50%;
    right: 85px;
    transform: translate(0, -52%);
  }
}

@media (min-width: 1601px) {
  .showroom__block--right .wrapper {
    max-width: 400px;
  }

  .shop--brno .showroom__block--right .wrapper {
    max-width: 530px;
  }
}

@media (min-width: 1120px) and (max-width: 1600px) {
  .showroom__block--right .wrapper {
    max-width: 280px;
  }

  .shop--brno .showroom__block--right .wrapper {
    max-width: 450px;
  }
}

.shop--brno .showroom__block--right .showroom__desc--apple {
  max-width: 440px;
}

@media (min-width: 1200px) and (max-width: 1599px) {
  .shop--brno .showroom__block--right .showroom__desc--apple {
    max-width: 260px;
  }
}

.showroom__transport,
.showroom__service,
.showroom__categories,
.showroom__brands,
.showroom__footer {
  padding: 50px 120px 60px;
}

@media (min-width: 501px) and (max-width: 850px) {
  .showroom__transport,
  .showroom__service,
  .showroom__categories,
  .showroom__brands,
  .showroom__footer {
    padding: 50px 50px 60px;
  }
}

@media (max-width: 500px) {
  .showroom__transport,
  .showroom__service,
  .showroom__categories,
  .showroom__brands,
  .showroom__footer {
    padding: 50px 0;
  }
}

.showroom__transport .showroom__title,
.showroom__service .showroom__title,
.showroom__categories .showroom__title,
.showroom__brands .showroom__title,
.showroom__footer .showroom__title {
  text-align: center;
  margin-bottom: 50px;
}

.showroom__transport img,
.showroom__categories img,
.showroom__footer img {
  max-height: 85px;
}

.showroom__service,
.showroom__brands {
  position: relative;
  background-color: #f5f5f5;
}

.showroom__service:after, .showroom__service:before,
.showroom__brands:after,
.showroom__brands:before {
  content: "";
  position: absolute;
  background: #f5f5f5;
  top: 0;
  bottom: 0;
  width: 9600px;
  right: 100%;
}

.showroom__service:after,
.showroom__brands:after {
  left: 100%;
}

.showroom__transport .wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 35px;
  justify-items: center;
}

@media (max-width: 700px) {
  .showroom__transport .wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}

.shop--brno .showroom__transport .wrapper {
  grid-template-columns: repeat(5, 1fr);
}

@media (min-width: 851px) and (max-width: 1350px) {
  .shop--brno .showroom__transport .wrapper {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (min-width: 501px) and (max-width: 850px) {
  .shop--brno .showroom__transport .wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 500px) {
  .shop--brno .showroom__transport .wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}

.showroom__transport .wrapper .wrapperItem {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.showroom__transport .wrapper .wrapperItem .semibold {
  font-size: 21px;
  margin-bottom: 5px;
}

.showroom__transport .wrapper .wrapperItem .semibold ~ div {
  font-size: 19px;
  text-align: center;
}

.showroom__transport .wrapper .wrapperItem.parking {
  align-items: flex-start;
  text-align: left;
}

.showroom__transport .wrapper .wrapperItem.parking .semibold {
  display: flex;
}

.showroom__transport .wrapper .wrapperItem.parking .semibold ~ div {
  text-align: left;
}

.showroom__transport .wrapper .wrapperItem.parking .semibold img {
  margin-right: 10px;
  max-height: 31px;
}

.showroom__transport .tram {
  max-width: 210px;
  text-align: center;
}

@media (min-width: 851px) and (max-width: 1199px) {
  .showroom__service {
    padding: 50px 50px 60px;
  }
}

.showroom__service img {
  margin: 0 auto;
}

.showroom__service .wrapper {
  display: flex;
  justify-content: center;
}

@media (max-width: 850px) {
  .showroom__service .wrapper {
    flex-direction: column;
  }
}

.showroom__service .wrapperItem {
  display: flex;
  flex-direction: column;
  text-align: center;
}

.showroom__service .wrapperItem .desc {
  height: 100%;
}

.showroom__service .percent--queue {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 5px;
  line-height: 1.1;
}

.showroom__service .percent--queue ~ div {
  font-size: 21px;
  line-height: 1.1;
}

@media (min-width: 851px) and (max-width: 1199px) {
  .showroom__service .percent--queue ~ div {
    font-size: 17px;
  }
}

.showroom__service .blue--light {
  color: #8cdbff;
}

.showroom__service .blue--dark {
  color: #074d9d;
}

.showroom__service .red--light {
  color: #fd4835;
}

@media (min-width: 851px) {
  .showroom__service .img--hide {
    display: none;
  }
}

.showroom__categories .wrapper {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
}

@media (min-width: 851px) and (max-width: 1600px) {
  .showroom__categories .wrapper {
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 30px;
  }
}

@media (max-width: 850px) {
  .showroom__categories .wrapper {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 30px;
  }
}

.showroom__categories .wrapperItem {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.showroom__categories .wrapperItem .desc {
  font-size: 16px;
  letter-spacing: -0.025em;
  text-align: center;
}

.showroom__brands .wrapper {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 35px;
  justify-items: center;
  align-items: center;
  padding: 0 20px;
}

@media (max-width: 850px) {
  .showroom__brands .wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}

.showroom__footer {
  display: flex;
}

@media (max-width: 1200px) {
  .showroom__footer {
    padding: 50px 0;
  }
}

@media (max-width: 910px) {
  .showroom__footer {
    flex-direction: column;
  }
}

.showroom__footer .service,
.showroom__footer .refresh {
  display: flex;
  flex: 1 50%;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 30px 70px;
  color: #000000;
}

@media (min-width: 1120px) and (max-width: 1600px) {
  .showroom__footer .service,
  .showroom__footer .refresh {
    padding: 30px;
  }
}

@media (max-width: 500px) {
  .showroom__footer .service,
  .showroom__footer .refresh {
    padding: 30px;
  }
}

.showroom__footer .wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}

.showroom__footer .title--footer {
  font-size: 30px;
  margin-bottom: 20px;
  letter-spacing: -0.025em;
  font-weight: 700;
}

.showroom__footer .desc {
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 40px;
}

a.showroom__btn {
  padding: 0.5rem 1.5rem 0.625rem;
  border-radius: 0.3125rem;
  border: 0.0625rem solid #000000;
  font-size: 1.25rem;
  color: #ffffff;
  background: #000000;
  transition: .3s all ease-in-out;
}

a.showroom__btn:hover {
  color: #000000;
  background: #ffffff;
}

.showroom__servis {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin: var(--aRem-40) 0;
}

.showroom__servis img {
  display: block;
  margin: 0 auto var(--aRem-20);
  max-width: 100%;
}

.showroom__servis > div {
  padding: 0 var(--aRem-10);
}

@media (max-width: 760px) {
  .showroom__servis {
    grid-template-columns: 1fr;
    gap: var(--aRem-30);
  }
}

.showroom__servisText {
  margin: auto;
}

.showroom__servisImg {
  min-height: 106px;
}

@media (max-width: 760px) {
  .showroom__servisImg {
    min-height: unset;
    margin-bottom: var(--aRem-10);
  }
}