.kit-body-wrap .offers-module-new20243 .offer {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 33.33%;
          flex: 1 0 33.33%;
  margin-bottom: 30px;
  container-type: inline-size;
  container-name: offer;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  text-decoration: none;
}
.kit-body-wrap .offers-module-new20243 .offer:hover {
  text-decoration: none !important;
  -webkit-transform: translateY(-16px);
          transform: translateY(-16px);
}
.kit-body-wrap .offers-module-new20243 .offer-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  container-type: inline-size;
  container-name: offerContainer;
}
.kit-body-wrap .offers-module-new20243 .offer-content {
  padding: 16px;
  border-radius: 16px;
  -webkit-box-shadow: 0 15px 25px rgba(10, 10, 10, 0.06);
          box-shadow: 0 15px 25px rgba(10, 10, 10, 0.06);
  height: 100% !important;
  display: flex;
  flex-direction: column;
  background: #fff;
}
.kit-body-wrap .offers-module-new20243 .offer .offer-content-text {
  flex-direction: column;
  flex: 1 1 auto;
  display: flex;
}
.kit-body-wrap .offers-module-new20243 .offer .offer-wrapper {
  flex: 1 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.kit-body-wrap .offers-module-new20243 .offer-picture {
  height: 320px;
  flex: 0 0 320px;
  overflow: hidden;
  position: relative;
  background: #e2e2e2 url(/assets/img/no-picture.png) no-repeat center center;
  border-radius: 8px;
}
.kit-body-wrap .offers-module-new20243 .offer-detail {
  margin-top: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.kit-body-wrap .offers-module-new20243 .offer-location, .kit-body-wrap .offers-module-new20243 .offer-duration {
  color: #94A3B8;
  font-size: 16px;
  font-weight: 500;
}
.kit-body-wrap .offers-module-new20243 .offer-location + .offer-duration:not(.hide)::before, .kit-body-wrap .offers-module-new20243 .offer-duration + .offer-duration:not(.hide)::before {
  content: "|";
  margin-left: 4px;
}
.kit-body-wrap .offers-module-new20243 .offer-location {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.kit-body-wrap .offers-module-new20243 .offer-location svg {
  width: 12px;
  height: 16px;
  margin-right: 4px;
  fill: var(--c-second);
}
.kit-body-wrap .offers-module-new20243 .offer-location + .offer-duration:not(.hide)::before {
  content: "|";
}
.kit-body-wrap .offers-module-new20243 .offer-region {
  margin-left: 4px;
}
.kit-body-wrap .offers-module-new20243 .offer-region strong {
  font-weight: 500;
}
.kit-body-wrap .offers-module-new20243 .offer-title {
  color: #000;
  font-weight: 500;
  font-size: 18px;
  margin-top: 8px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.kit-body-wrap .offers-module-new20243 .offer-description {
  font-weight: 400;
  font-size: 16px;
  color: #94A3B8;
  margin-top: 16px;
  max-height: 72px;
  overflow: hidden;
}
.kit-body-wrap .offers-module-new20243 .offer-price {
  font-size: 24px;
}
.kit-body-wrap .offers-module-new20243 .offer-price-currency {
  font-size: 24px;
}
.kit-body-wrap .offers-module-new20243 .offer-price-container {
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid #f1f5f9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.kit-body-wrap .offers-module-new20243 .offer-price-wrap {
  color: #94A3B8;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  text-transform: capitalize;
}
.kit-body-wrap .offers-module-new20243 .offer-price-old {
  text-decoration: line-through;
}
.kit-body-wrap .offers-module-new20243 .offer .go-offer {
  height: 42px;
  width: 42px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 8px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 42px;
          flex: 0 0 42px;
          text-decoration: none;
}
.kit-body-wrap .offers-module-new20243 .offer .go-offer svg {
  fill: #fff;
  width: 12px;
  height: 20px;
}
@container offerContainer (width >= 320px) {
  .kit-body-wrap .offers-module-new20243 .offer {
    min-width: 290px;
  }
  .kit-body-wrap .offers-module-new20243 .offer .offer-picture {
    height: 240px;
    flex: 0 0 240px;
  }
}
@container offer (width < 375px) {
  .kit-body-wrap .offers-module-new20243 .offer .offer-picture {
    height: 160px;
    flex: 0 0 160px;
  }
}
@container offer (width >= 900px) {
  .kit-body-wrap .offers-module-new20243 .offer .offer-content {
    flex-direction: row;
  }
  .kit-body-wrap .offers-module-new20243 .offer .offer-content-text {
    padding-left: 16px;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 67%;
            flex: 1 0 67%;
  }
  .kit-body-wrap .offers-module-new20243 .offer .offer-picture {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33%;
            flex: 0 0 33%;
    height: auto;
  }
  .kit-body-wrap .offers-module-new20243 .offer .offer-detail {
    margin-top: 0;
  }
}