.kit-body-wrap .offers-module-new20242 .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-new20242 .offer:hover {
  text-decoration: none !important;
}
.kit-body-wrap .offers-module-new20242 .offer:hover .go-offer {
  background-color: transparent !important;
  border-color: var(--c-first);
  color: var(--c-first);
}
.kit-body-wrap .offers-module-new20242 .offer:hover .offer-content {
  -webkit-box-shadow: 0 8px 8px rgba(0, 0, 0, 0.25), 0 16px 16px rgba(0, 0, 0, 0.12);
          box-shadow: 0 8px 8px rgba(0, 0, 0, 0.25), 0 16px 16px rgba(0, 0, 0, 0.12);
}
.kit-body-wrap .offers-module-new20242 .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-new20242 .offer-picture {
  height: 240px;
  flex: 0 0 240px;
  border-radius: 16px 16px 0 0;
  position: relative;
  overflow: hidden;
  background: #e2e2e2 url(/assets/img/no-picture.png) no-repeat center center;
}
.kit-body-wrap .offers-module-new20242 .offer-content {
  -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 16px;
  height: 100% !important;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.kit-body-wrap .offers-module-new20242 .offer-content-text {
  padding: 24px;
  flex: 1 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #ffffff;
}
.kit-body-wrap .offers-module-new20242 .offer-title {
  font-weight: 500;
  font-size: 20px;
  color: #000;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.kit-body-wrap .offers-module-new20242 .offer-title-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.kit-body-wrap .offers-module-new20242 .offer-duration {
  font-size: 16px;
  font-weight: 500;
  color: #000;
}
.kit-body-wrap .offers-module-new20242 .offer-location {
  color: #000000;
  font-size: 16px;
  font-weight: 500;
}
.kit-body-wrap .offers-module-new20242 .offer-location + .offer-duration:not(.hide)::before {
  content: "";
  display: inline-block;
  border-radius: 50px;
  height: 8px;
  width: 8px;
  margin: 0 4px;
  background-color: var(--c-second);
}
.kit-body-wrap .offers-module-new20242 .offer-region strong {
  font-weight: 500;
}
.kit-body-wrap .offers-module-new20242 .offer-description {
  font-weight: 400;
  font-size: 16px;
  color: #94A3B8;
  margin-top: 24px;
  max-height: 72px;
  overflow: hidden;
}
.kit-body-wrap .offers-module-new20242 .offer-price-container {
  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;
  justify-content: space-between;
}
.kit-body-wrap .offers-module-new20242 .offer-price-container .taxes {
  font-size: 14px;
}
.kit-body-wrap .offers-module-new20242 .offer-price-wrap {
  font-size: 24px;
  margin-top: 24px;
  color: #000;
  font-weight: 600;
  display: flex;
  align-items: baseline;
  text-transform: capitalize;
  flex-wrap: wrap;
  flex: 1 1 calc(100% - 16px - 7rem);
  column-gap: 8px;
  row-gap: 4px;
  line-height: 1;
}
.kit-body-wrap .offers-module-new20242 .offer-price-old-wrap {
  font-size: 16px;
  font-weight: 500;
  color: #94A3B8;
  text-decoration: line-through;
  line-height: 1;
}
.kit-body-wrap .offers-module-new20242 .offer .go-offer {
  padding: 12px;
  color: #fff;
  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;
  margin-top: 16px;
  font-size: 16px;
  border-radius: 12px;
  border: 2px solid transparent;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  max-width: 7rem;
  flex: 0 1 7rem;
}
@container offerContainer (width >= 320px) {
  .kit-body-wrap .offers-module-new20242 .offer {
    min-width: 290px;
  }
}
@container offer (width < 375px) {
  .kit-body-wrap .offers-module-new20242 .offer .offer-content-text {
    padding: 24px 16px;
  }
  .kit-body-wrap .offers-module-new20242 .offer .offer-picture {
    height: 180px;
    flex: 0 0 180px;
  }
}
@container offer (width >= 640px) {
  .kit-body-wrap .offers-module-new20242 .offer .offer-content {
    flex-direction: row;
  }
  .kit-body-wrap .offers-module-new20242 .offer .offer-content-text {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 50%;
            flex: 1 0 50%;
  }
  .kit-body-wrap .offers-module-new20242 .offer .offer-picture {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 600px;
    border-radius: 16px 0 0 16px;
    height: auto;
  }
}