.kit-body-wrap .offers-module-new20241 .offer {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 33.33%;
          flex: 1 0 33.33%;
  margin-bottom: 30px;
  text-decoration: none;
}
.kit-body-wrap .offers-module-new20241 .offer-content {
  display: flex;
  flex-direction: column;
}
.kit-body-wrap .offers-module-new20241 .offer-wrapper {
  justify-content: space-between;
  display: flex;
  flex-direction: column;
  flex: 1 0 auto;
}
.kit-body-wrap .offers-module-new20241 .offer:hover {
  text-decoration: none !important;
}
.kit-body-wrap .offers-module-new20241 .offer:hover .offer-picture img {
  -webkit-transform: scale(1.25);
          transform: scale(1.25);
}
.kit-body-wrap .offers-module-new20241 .offer:hover .go-offer {
  background-color: var(--c-first);
}
.kit-body-wrap .offers-module-new20241 .offer:hover .go-offer svg {
  fill: #fff;
}
.kit-body-wrap .offers-module-new20241 .offer-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  container-type: inline-size;
  container-name: offerContainer;
}
.kit-body-wrap .offers-module-new20241 .offer-title {
  font-weight: 600;
  font-size: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.kit-body-wrap .offers-module-new20241 .offer-title-container {
  margin-top: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  justify-content: space-between;
}
.kit-body-wrap .offers-module-new20241 .offer-description {
  font-weight: 500;
  font-size: 14px;
  color: #94A3B8;
  margin-top: 16px;
  max-height: 64px;
  overflow: hidden;
}
.kit-body-wrap .offers-module-new20241 .offer-price-wrap {
  font-size: 24px;
  margin-left: 6px;
}
.kit-body-wrap .offers-module-new20241 .offer-price-container {
  margin-top: 12px;
  font-weight: 600;
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  font-size: 16px;
}
.kit-body-wrap .offers-module-new20241 .offer-price-container .taxes {
  font-size: 12px;
}
.kit-body-wrap .offers-module-new20241 .offer-price-old {
  font-size: 14px;
  margin-left: 6px;
  text-decoration: line-through;
}
.kit-body-wrap .offers-module-new20241 .offer-picture {
  height: 240px;
  flex: 0 0 240px;
  border-radius: 16px;
  position: relative;
  overflow: hidden;
  background: #e2e2e2 url(/assets/img/no-picture.png) no-repeat center center;
}
.kit-body-wrap .offers-module-new20241 .offer-picture img {
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.kit-body-wrap .offers-module-new20241 .offer-location {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  bottom: 16px;
  left: 16px;
  padding: 4px 8px;
  background-color: rgba(255, 255, 255, 0.5);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  border-radius: 50px;
  color: #000000;
  font-size: 14px;
  font-weight: 500;
  z-index: 2;
}
.kit-body-wrap .offers-module-new20241 .offer-location svg {
  height: 17px;
  width: 12px;
  fill: #000;
  margin-right: 8px;
}
.kit-body-wrap .offers-module-new20241 .offer-region {
  margin-left: 4px;
}
.kit-body-wrap .offers-module-new20241 .offer-region strong {
  font-weight: 500;
}
.kit-body-wrap .offers-module-new20241 .offer-duration {
  font-size: 14px;
  font-weight: 600;
  color: #000;
  margin-left: 8px;
}
.kit-body-wrap .offers-module-new20241 .offer .go-offer {
  margin-left: 8px;
  width: 40px;
  height: 40px;
  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: 4px;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.kit-body-wrap .offers-module-new20241 .offer .go-offer svg {
  fill: currentColor;
  height: 14px;
  width: 8px;
}
@container offerContainer (width >= 320px) {
  .kit-body-wrap .offers-module-new20241 .offer {
    min-width: 290px;
  }
}