.offers {
  margin-bottom: 32px;
}
.offers h1 {
  margin-top: 12px;
  margin-bottom: 32px;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media all and (max-width: 767px) {
  .offers h1 {
    margin-bottom: 24px;
    font-size: 16px;
  }
}
.offers .offer-grid {
  display: grid;
  grid-gap: 24px;
  grid-template-columns: repeat(4, 1fr);
}
@media all and (max-width: 1279px) {
  .offers .offer-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media all and (max-width: 914px) {
  .offers .offer-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media all and (max-width: 767px) {
  .offers .offer-grid {
    grid-gap: 16px;
  }
}
.offers .offer-grid a {
  text-decoration: none;
}
.offers .offer-grid .offer-item {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: stretch;
  flex-direction: column;
  justify-content: flex-start;
  justify-self: stretch;
  position: relative;
  flex-basis: auto;
  border-radius: 20px;
  background: #FFFFFF;
  box-shadow: 0px 20px 60px 0px rgba(34, 34, 34, 0.2);
  gap: 24px;
}
@media all and (max-width: 767px) {
  .offers .offer-grid .offer-item {
    border-radius: 12px;
    gap: 8px;
  }
}
.offers .offer-grid .offer-item .offer-item-img .offer-item-img-container::before {
  padding-top: 80%;
  content: "";
  display: block;
}
.offers .offer-grid .offer-item .offer-item-img .offer-item-img-container {
  position: relative;
  height: 100%;
  width: 100%;
}
.offers .offer-grid .offer-item .offer-item-img .offer-item-img-container img {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  object-fit: contain;
  position: absolute;
  top: 0;
  left: 0;
  max-height: 100%;
  max-width: 100%;
  height: 100%;
  width: 100%;
}
.offers .offer-grid .offer-item .offer-item-data {
  padding: 0 24px;
  margin-bottom: 24px;
  display: flex;
  align-items: stretch;
  flex-direction: column;
  justify-content: flex-start;
  justify-self: stretch;
}
@media all and (max-width: 767px) {
  .offers .offer-grid .offer-item .offer-item-data {
    padding: 0 8px;
    margin-bottom: 16px;
  }
}
.offers .offer-grid .offer-item .offer-item-data .offer-item-name {
  height: 48px;
  margin-bottom: 16px;
  overflow: hidden;
  color: #111827;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  font-size: 20px;
  font-weight: 500;
  line-height: normal;
}
@media all and (max-width: 767px) {
  .offers .offer-grid .offer-item .offer-item-data .offer-item-name {
    height: 34px;
    margin-bottom: 8px;
    font-weight: 700;
    font-size: 14px;
  }
}
.offers .offer-grid .offer-item .offer-item-data .offer-item-price span {
  display: inline-block;
}
.offers .offer-grid .offer-item .offer-item-data .offer-item-price span + span {
  margin-left: 16px;
}
@media all and (max-width: 767px) {
  .offers .offer-grid .offer-item .offer-item-data .offer-item-price span + span {
    font-size: 8px;
  }
}
.offers .offer-grid .offer-item .offer-item-data .offer-item-price .price {
  color: #381DDB;
  font-size: 24px;
  font-weight: 700;
  line-height: normal;
}
.offers .offer-grid .offer-item .offer-item-data .offer-item-price .price--rub {
  font-size: 18px;
}
@media all and (max-width: 767px) {
  .offers .offer-grid .offer-item .offer-item-data .offer-item-price .price {
    font-size: 16px;
  }
  .offers .offer-grid .offer-item .offer-item-data .offer-item-price .price--rub {
    font-size: 14px;
  }
}
.offers .offer-grid .offer-item .offer-item-data .offer-item-price .discount-price {
  color: #111827;
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
  text-decoration-line: line-through;
}
@media all and (max-width: 767px) {
  .offers .offer-grid .offer-item .offer-item-data .offer-item-price .discount-price {
    font-size: 12px;
  }
}
.offers .offer-grid .offer-item .offer-item-data .offer-item-price .discount-rate {
  color: #E3346D;
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
}
@media all and (max-width: 767px) {
  .offers .offer-grid .offer-item .offer-item-data .offer-item-price .discount-rate {
    font-size: 12px;
  }
}
.offers .offer-grid .offer-item .offer-item-hot {
  position: absolute;
  right: 12px;
  top: 12px;
  font-size: 12px;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  color: #FFFFFF;
}
@media all and (max-width: 767px) {
  .offers .offer-grid .offer-item .offer-item-hot {
    font-size: 8px;
  }
}
.offers .offer-grid .offer-item .offer-item-hot div {
  padding: 8px 12px;
  border-radius: 12px;
}
@media all and (max-width: 767px) {
  .offers .offer-grid .offer-item .offer-item-hot div {
    padding: 4px 8px;
    border-radius: 8px;
  }
}
.offers .offer-grid .offer-item .offer-item-hot .offer-item-hot1 {
  background: #381DDB;
}
.offers .offer-grid .offer-item .offer-item-hot .offer-item-hot2 {
  background: #CE0AFF;
}
.pager {
  margin: 24px 0;
}
.pager span {
  display: inline-block;
}
.pager span + span {
  margin-left: 16px;
}
@media all and (max-width: 767px) {
  .pager span + span {
    margin-left: 8px;
  }
}
.pager .current {
  font-weight: 700;
}
.pager a {
  color: #381DDB;
  text-decoration: none;
}
.pager a:hover {
  color: #381DDB;
  text-decoration: underline;
}
