.kit-body-wrap .offers-module-new20244 .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;
  text-decoration: none;
}
.kit-body-wrap .offers-module-new20244 .offer:hover {
  text-decoration: none !important;
}
.kit-body-wrap .offers-module-new20244 .offer:hover .offer-content {
  margin-top: -128px;
  margin-bottom: 64px;
}
.kit-body-wrap .offers-module-new20244 .offer-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  container-type: inline-size;
  container-name: offerContainer;
}
.kit-body-wrap .offers-module-new20244 .offer-picture {
  height: 320px;
  overflow: hidden;
  position: relative;
  background: #e2e2e2 url(/assets/img/no-picture.png) no-repeat center center;
  border-radius: 16px;
}
.kit-body-wrap .offers-module-new20244 .offer-content {
  background-color: #fff;
  padding: 12px;
  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);
  margin: -64px 12px 0;
  position: relative;
  z-index: 2;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.kit-body-wrap .offers-module-new20244 .offer-title {
  font-weight: 600;
  font-size: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.kit-body-wrap .offers-module-new20244 .offer-description {
  font-size: 16px;
  font-weight: 400;
  color: #000;
  margin-top: 20px;
  max-height: 72px;
  overflow: hidden;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.kit-body-wrap .offers-module-new20244 .offer-detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.kit-body-wrap .offers-module-new20244 .offer-location, .kit-body-wrap .offers-module-new20244 .offer-duration {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #94A3B8;
  font-weight: 500;
  font-size: 16px;
}
.kit-body-wrap .offers-module-new20244 .offer-location svg, .kit-body-wrap .offers-module-new20244 .offer-duration svg {
  fill: var(--c-second);
  width: 12px;
  height: 16px;
  margin-right: 4px;
}
.kit-body-wrap .offers-module-new20244 .offer-location + .offer-duration:not(.hide) {
  margin-left: 8px;
}
.kit-body-wrap .offers-module-new20244 .offer-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  flex-direction: column;
}
.kit-body-wrap .offers-module-new20244 .offer-price {
  font-size: 28px;
  font-weight: 600;
  line-height: 1;
}
.kit-body-wrap .offers-module-new20244 .offer-price-currency {
  font-size: 24px;
  font-weight: 600;
  line-height: 1;
}
.kit-body-wrap .offers-module-new20244 .offer-price-container {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.kit-body-wrap .offers-module-new20244 .offer-price-wrap {
  color: #94A3B8;
  font-size: 16px;
  font-weight: 500;
  text-align: right;
  display: flex;
  align-items: baseline;
  gap: 8px;
}
.kit-body-wrap .offers-module-new20244 .offer-price-old-wrap {
  text-decoration: line-through;
}
.kit-body-wrap .offers-module-new20244 .offer-region {
  margin-left: 4px;
}
.kit-body-wrap .offers-module-new20244 .offer-region strong {
  font-weight: 500;
}
.kit-body-wrap .offers-module-new20244 .offer .go-offer {
  width: 16px;
  height: 16px;
  margin-bottom: 7px;
  margin-left: 12px;
}
.kit-body-wrap .offers-module-new20244 .offer .go-offer svg {
  height: 16px;
  width: 12px;
  fill: var(--c-first);
}
@container offerContainer (width >= 320px) {
  .kit-body-wrap .offers-module-new20244 .offer {
    min-width: 290px;
  }
}
@container offerContainer (width >= 450px) {
  .kit-body-wrap .offers-module-new20244 .offer {
    min-width: 420px;
  }
}
@container offer (width < 375px) {
  .kit-body-wrap .offers-module-new20244 .offer .offer-bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .kit-body-wrap .offers-module-new20244 .offer .offer-picture {
    height: 160px;
  }
}