.offer-hero {
  position: relative;
  overflow: hidden;
}

.hero__img,
.hero__img--higher {
  position: absolute;
  margin-top: 10px;
  margin-left: -190px;
}

@media (max-width: 1630px) and (min-width: 1500px) {
  .hero__img {
    margin-top: 115px;
    margin-left: -130px;
    max-width: 750px;
  }
}

@media (max-width: 1500px) and (min-width: 1380px) {
  .hero__img {
    margin-top: clamp(6.25rem, -2.8676rem + 14.7059vw, 10rem);
    margin-left: clamp(-4.6875rem, 3.6703rem - 13.4804vw, -8.125rem);
    max-width: 650px;
  }
}

@media (max-width: 1380px) {
  .hero__img {
    margin-top: 110px;
    margin-left: 0;
    max-width: 550px;
    height: auto;
  }
}

@media (max-width: 992px) {
  .container__offers--hero.align-items-center {
    align-items: flex-start !important;
  }

  .hero__img {
    position: relative !important;
    margin: 16px 0 0 !important;
    max-width: 100% !important;
    height: auto !important;
  }
}

.promo {
  display: inline-flex !important;
  flex-direction: column !important;
  align-items: center !important;
  gap: 10px !important;
  padding: 20px 30px !important;
}

.promo__label {
  color: #ffffff !important;
  font-size: 56px;
  font-weight: 600 !important;
  line-height: 1 !important;
  margin: 0 !important;
}

.promo__badge {
  display: inline-block !important;
  background: #fff !important;
  color: #e55b2c !important;
  font-size: 56px;
  font-weight: 700 !important;
  line-height: 1 !important;
  padding: 14px 44px !important;
  margin: 0 !important;
  white-space: nowrap !important;
  clip-path: polygon(3.5% 0%, 100% 0%, 96.5% 100%, 0% 100%) !important;
}

@media (max-width: 1400px) and (min-width: 992px) {
  .promo__badge,
  .promo__label {
    font-size: clamp(3.125rem, 0.0858rem + 4.902vw, 4.375rem);
  }
}

@media (max-width: 992px) {
  .promo__badge,
  .promo__label {
    font-size: clamp(1.5rem, 0.5476rem + 4.7619vw, 3.5rem);
  }
}

.custom-offer {
  width: 100%;
  background: #ffffff;
  padding: 55px;
  text-align: center;
  border-radius: 6px;
  box-shadow: 0 0 28px rgba(0, 0, 0, 0.08);
}

.custom-offer__title {
  margin: 0 0 40px 0;
  color: #e55b2c !important;
}

.custom-offer__text {
  font-weight: 600 !important;
  width: 90%;
}

.offers-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px !important;
  margin: 30px 0;
}

@media (max-width: 992px) {
  .offers-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 576px) {
  .offers-grid {
    grid-template-columns: 1fr;
  }
}

.offer-card {
  display: flex;
  flex-direction: column;
  background: #fff;
  box-shadow: 0 0 28px rgba(0, 0, 0, 0.08);
  overflow: hidden;
}

.offer-card__top {
  position: relative;
  padding: 22px 22px 6px;
  min-height: 210px;
}

.offer-card__image {
  max-width: 90% !important;
  margin: 0 auto !important;
  display: block !important;
}

.offer-card__badges {
  position: absolute;
  top: 16px;
  right: 14px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.offer-card__badge {
  width: 22px;
  height: 22px;
  display: block;
  color: #ee5323;
}

.offer-card__bottom {
  position: relative;
  margin-top: auto !important;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 16px;
  padding: 0 0 0 18px;
}

.offer-card__title-wrap {
  display: flex;
  gap: 7px;
}

.offer-card__title {
  color: #e55b2c;
  font-weight: 700;
  font-size: 30px;
  line-height: 1.15;
  margin: 0 0 10px 0;
  display: block;
  min-height: calc(2 * 1.15em);
}

.offer-card__chev {
  font-size: 30px !important;
  font-weight: 700 !important;
  line-height: 0.8 !important;
  display: inline-block !important;
  color: #bfbfbf !important;
  position: relative;
  top: 4px;
}

.offer-card__params {
  list-style: none;
  padding: 0;
  display: grid;
  grid-template-columns: 0.75fr 1fr;
  gap: 8px;
  margin: 0 0 25px 0;
}

.offer-card__param {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  line-height: 1.2;
  text-decoration: none;
}

.offer-card__param:nth-child(1),
.offer-card__param:nth-child(4) {
  grid-column: 1 / -1;
}

.offer-card__param-icon {
  width: 22px !important;
  height: 22px !important;
  object-fit: contain !important;
  object-position: center !important;
  flex: 0 0 22px !important;
}

.offer-card__price {
  position: absolute;
  right: 0;
  bottom: 0;
  margin-left: 0 !important;
  padding: 14px 40px !important;
  text-align: left !important;
  background-color: #ee5323;
  color: #fef6f5;
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
}

.offer-card__price::before {
  content: "";
  position: absolute;
  left: -6px;
  top: 5px;
  bottom: 0;
  width: 6px;
  background: #000;
}

.offer-card__price-label {
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 4px;
  opacity: 0.95;
}

.offer-card__price-value {
  font-size: 25px;
  font-weight: 700;
  line-height: 1;
}

.offer-card__price-sub {
  font-size: 12px;
  font-weight: 700;
  margin-top: 3px;
  opacity: 0.95;
}

.offer-card,
.offer-card:hover,
.offer-card:focus,
.offer-card:active {
  color: inherit !important;
  text-decoration: none !important;
}

@media (max-width: 1200px) {
  .offer-card__bottom {
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
    padding: 0;
  }

  .offer-card__title,
  .offer-card__param {
    padding-left: 10px;
  }

  .offer-card__price {
    box-sizing: border-box;
    width: 100% !important;
    min-height: 64px;
    align-items: center !important;
    justify-content: space-between !important;
    text-align: left !important;
    position: relative !important;
    margin-left: auto !important;
    flex: none !important;
    flex-shrink: 0 !important;
  }

  .offer-card__price-label,
  .offer-card__price-sub {
    font-size: 11px;
    margin: 0;
  }

  .offer-card__price-value {
    font-size: 22px;
  }

  .offer-card__price::before {
    display: none;
  }
}

@media (max-width: 1600px) {
  .offer-card__params {
    display: flex;
    flex-direction: column;
    gap: 8px;
  }

  .offer-card__param:nth-child(2) {
    order: 10;
  }
}

@media (max-width: 576px) {
  .offer-card__bottom {
    gap: 14px;
  }

  .offer-card__price {
    padding: 16px 18px !important;
    text-align: center !important;
  }

  .offer-card__price::before {
    left: 0;
    top: 0;
    bottom: 0;
  }

  .offer-card__title {
    font-size: 24px;
  }

  .offers-form__grid {
    grid-template-columns: 1fr !important;
  }
}

.offers-forms {
  background-color: #ededed;
  position: relative;
  background-image: url("/assets3/images/png/oferta-niska-cena/triangles_background.png");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: contain;
  padding-bottom: 200px;
  padding-top: 100px;
}

.offers-form__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 26px 24px;
  margin-top: 100px;
}

.field label {
  display: block;
  font-size: 18px;
  font-weight: 700;
  color: #111;
  margin-bottom: 8px;
}

.field input,
.field select {
  width: 100%;
  height: 56px;
  background: #fff;
  border: 1px solid #e2e2e2;
  padding: 0 14px;
  font-size: 14px;
  outline: none;
}

.field select {
  appearance: none !important;
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='8' viewBox='0 0 14 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L7 7L13 1' stroke='%23B8B8B8' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")
    !important;
  background-repeat: no-repeat !important;
  background-position: right 18px center !important;
  background-size: 14px 8px !important;
  padding-right: 48px !important;
}

.offers-form__checks {
  margin-top: 34px;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.check {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.55;
  color: #111;
}

.check input {
  position: absolute;
  opacity: 0;
}

.check__box {
  width: 20px;
  height: 20px;
  background: #fff;
  flex: 0 0 20px;
  margin-top: 2px;
  position: relative;
}

.check__box::after {
  content: "";
  position: absolute;
  left: 7px;
  top: 1px;
  width: 6px;
  height: 12px;
  border-right: 3px solid #ee5323;
  border-bottom: 3px solid #ee5323;
  transform: rotate(45deg);
  opacity: 0;
}

.check input:checked + .check__box::after {
  opacity: 1;
}

.offers-form__actions {
  margin-top: 36px;
  display: flex;
  justify-content: center;
}

.offers-form__submit {
  background: #ee5323;
  color: #fff;
  border: 0;
  padding: 14px 90px;
  font-size: 20px;
  font-weight: 800;
  cursor: pointer;
}

/*.check__onlyText {
    margin-left: 40px
}*/