.komprao-offer-city-page {
  background: #fff;
}

.komprao-offer-city-hero {
  padding: 1.75rem 0 0.5rem;
}

.komprao-offer-city-hero .container,
.komprao-offer-city-content .container {
  width: min(1280px, 100% - 3rem);
}

.komprao-offer-city-hero h1 {
  margin: 0;
  color: #ee1c1f;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 28px;
  line-height: 1.1;
  font-weight: 800;
  text-transform: uppercase;
}

.komprao-offer-city-content {
  padding: 0.35rem 0 3.5rem;
}

.komprao-offer-leaflet {
  margin-bottom: 1.2rem;
  padding: 0.8rem 0;
}

.komprao-offer-leaflet:last-child {
  margin-bottom: 0;
}

.komprao-offer-section > h2,
.komprao-offer-leaflet h2 {
  margin: 0 0 0.8rem;
  color: #122447;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 20px;
  line-height: 1.3;
  font-weight: 800;
  text-align: center;
}

.komprao-offer-embed {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: max(60%, 326px);
  overflow: hidden;
  border-radius: 18px;
  box-shadow: 0 14px 36px rgba(18, 36, 71, 0.08);
  background: #f6f8fb;
}

.komprao-offer-embed iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

@media (max-width: 767.98px) {
  .komprao-offer-city-hero {
    padding-top: 1.35rem;
  }
  .komprao-offer-city-hero .container,
  .komprao-offer-city-content .container {
    width: min(100%, 100% - 1.5rem);
  }
  .komprao-offer-city-hero h1 {
    font-size: 24px;
    line-height: 1.1;
  }
  .komprao-offer-city-content {
    padding-bottom: 2.4rem;
  }
  .komprao-offer-section > h2,
  .komprao-offer-leaflet h2 {
    font-size: 18px;
  }
  .komprao-offer-embed {
    border-radius: 14px;
  }
}
.komprao-offers-page {
  background: #fff;
}

.komprao-offers-hero {
  padding: 1.75rem 0 0;
}

.komprao-offers-hero .container {
  width: min(1280px, 100% - 3rem);
}

.komprao-offers-hero h1 {
  margin: 0 0 1.2rem;
  color: #ee1c1f;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 28px;
  line-height: 1.1;
  font-weight: 800;
  text-align: left;
  text-transform: uppercase;
}

.komprao-offers-hero-banner {
  display: block;
  width: min(1280px, 100% - 3rem);
  aspect-ratio: 1280/150;
  margin: 0 auto;
  border-radius: 12px;
  overflow: hidden;
}

.komprao-offers-hero-banner picture {
  display: block;
  height: 100%;
}

.komprao-offers-hero-banner img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: left top;
     object-position: left top;
}

.komprao-offers-cities {
  padding: 2.2rem 0 4rem;
  background: #fff;
}

.komprao-offers-cities .container {
  width: min(1280px, 100% - 3rem);
}

.komprao-offers-cities h2 {
  margin: 0 0 2rem;
  color: #f50109;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 40px;
  line-height: 48px;
  font-weight: 800;
  text-align: center;
}

.komprao-offers-list {
  margin: 0 6%;
}

.komprao-offers-row {
  border-bottom: 1px solid #f50109;
}

.komprao-offers-city {
  display: block;
  padding: 1rem 0;
  color: #f50109;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
  line-height: 27px;
  font-weight: 700;
  text-align: left;
  text-decoration: none;
  transition: color 160ms ease;
}

.komprao-offers-city:hover,
.komprao-offers-city:focus {
  color: #ee1c1f;
  text-decoration: none;
}

@media (max-width: 991.98px) {
  .komprao-offers-cities h2 {
    font-size: 34px;
    line-height: 40px;
  }
  .komprao-offers-list {
    margin: 0;
  }
}
@media (max-width: 767.98px) {
  .komprao-offers-hero {
    padding-top: 1.35rem;
  }
  .komprao-offers-hero .container,
  .komprao-offers-hero-banner,
  .komprao-offers-cities .container {
    width: min(100%, 100% - 1.5rem);
  }
  .komprao-offers-hero-banner {
    aspect-ratio: auto;
  }
  .komprao-offers-hero h1 {
    margin-bottom: 1.2rem;
    font-size: 22px;
    line-height: 1.15;
  }
  .komprao-offers-cities {
    padding: 1.6rem 0 3rem;
  }
  .komprao-offers-cities h2 {
    margin-bottom: 1.35rem;
    font-size: 28px;
    line-height: 34px;
  }
  .komprao-offers-city {
    padding: 0.9rem 0;
    font-size: 15px;
    line-height: 22px;
  }
}
