* {
  font-family: Arial,Helvetica Neue,Helvetica,sans-serif!important;
}
.header__categories--item span {
  font-family: 'Poppins', sans-serif!important;
}
.banner-left, .banner-right {
  top: 0px;
}
.site__wrapper {
  overflow: hidden;
}
.header__options li a {
  font-weight: 700;
}
.green-eshop {
  color: #94d96a;
}
@media (max-width: 1740px){
  .banners {
      display: none;
  }
}
.sevendays {
  max-width: 65px;
}
.page__subpages {
  width: 85%;
}
@media (max-width: 991px) {
  .header__options {
      padding-top: 25px;
  }
  .page__subpages {
    width: 100%;
  }
}
.header__options ul {
  padding: 0px 15px 15px 0;
}
body {
  background: #bed7e9 url("../images/bg.jpg");
  background-repeat: no-repeat;
  background-position: top center;
  background-attachment: fixed;
  background-size: cover;
}
.page__subpages ul > li a {
  padding: 5px 10px;
}
.subpage-content-style iframe {
  max-width: 100%;
  height: auto;
}
.vypisgalerie-item .item img {
  aspect-ratio: 1.5/1;
  object-fit: cover;
}
.vypisgalerie-item {
  margin-bottom: -1rem;
}
.vypisgalerie-item .item {
  margin-bottom: 1rem;
}
.files-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
}
@media (max-width: 1200px) {
  .files-row {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 768px) {
  .files-row {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 576px) {
  .files-row {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
  .files-row > div {
    width: fit-content;
    margin: 0 auto;
  }
}