.kit-body-wrap .offers-module-simple {
  height: 100%;
}

.kit-body-wrap .offers-module-simple .offer {
  margin-bottom: 30px;
}

.kit-body-wrap .offers-module-simple .offer-picture {
  width: 100%;
  overflow: hidden;
  position: relative;
  height: 340px;
  border-radius: 6px 0 6px 0;
  background: #e2e2e2 url(/assets/img/no-picture.png) no-repeat center center;
}

.kit-body-wrap .page-layout-wrap .offers-module-simple .offer-content {
  border-radius: 6px 0 6px 0;
  font-size: 0;
  position: absolute;
  bottom: 0;
  width: calc(100% - 30px);
}

.kit-body-wrap .page-layout-wrap .offers-module-simple .offer-content h3 {
  font-size: 20px;
  font-weight: bold;
  color: white;
  text-transform: none;
  margin: 0;
  padding: 15px 8px 0;
  line-height: 18px;
}

.kit-body-wrap .page-layout-wrap .offers-module-simple .offer-content .offer-region {
  font-size: 15px;
}

.kit-body-wrap .page-layout-wrap .offers-module-simple .offer-content .offer-duration {
  display: block;
  font-size: 15px;
  padding: 5px 8px 0;
  color: white;
  font-weight: bold;
}

.kit-body-wrap .page-layout-wrap .offers-module-simple .offer-content .priceContainer,
.kit-body-wrap .page-layout-wrap .offers-module-simple .offer-content .descriptionContainer {
  display: inline-block;
  vertical-align: bottom;
}

.kit-body-wrap .page-layout-wrap .offers-module-simple .offer-content .priceContainer .price-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  flex-direction: column;
}

.kit-body-wrap .offers-module-simple .priceContainer {
  width: 35%;
  text-align: right;
  padding-right: 8px;
  padding-bottom: 12px;
}

.kit-body-wrap .offers-module-simple .descriptionContainer {
  width: 65%;
}

.kit-body-wrap .offers-module-simple .offer-description {
  color: white;
  font-size: 13px;
  font-weight: 300;
  padding: 12px 8px;
  margin-bottom: 0;
  height: 64px;
}

.kit-body-wrap .offers-module-simple .price {
  font-size: 13px;
  color: white;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: baseline;
  gap: 4px;
}

.kit-body-wrap .offers-module-simple .offer-price-old-wrap {
  font-size: 15px;
  color: white;
}

.kit-body-wrap .offers-module-simple .offer-price,
.kit-body-wrap .offers-module-simple .amount {
  color: white;
  font-size: 22px;
  font-weight: bold;
  line-height: 22px;
}

.kit-body-wrap .offers-module-simple .amount {
  display: block;
}

.kit-body-wrap .offers-module-simple .counteroffer {
  height: 100%;
  display: flex;
  align-items: center;
  padding-bottom: 30px;
  flex-wrap: wrap;
  align-content: center;
}

.kit-body-wrap .offers-module-simple .counteroffer.center {
  justify-content: center;
}

.kit-body-wrap .offers-module-simple .counteroffer p {
  width: 100%;
}