.offer-page__grid {
  display: grid;
  grid-template-columns: 1fr;
  justify-content: space-between;
}
@media (min-width: 1024px) {
  .offer-page__grid {
    grid-template-columns: 255px 1fr;
    gap: 40px;
  }
}
@media (min-width: 1250px) {
  .offer-page__grid {
    gap: 100px;
  }
}
.offer-page__sidebar {
  display: none;
}
@media (min-width: 1024px) {
  .offer-page__sidebar {
    display: block;
  }
}
.offer-page__text {
  margin-top: 24px;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.4;
  color: #3f4041;
}
@media (min-width: 768px) {
  .offer-page__text {
    margin-top: 40px;
  }
}
.offer-page__text ul li {
  font-size: 14px !important;
}
@media (min-width: 768px) {
  .offer-page__text ul li {
    font-size: 16px !important;
  }
}
.offer-page__text ul li + li {
  margin-top: 16px;
}
.offer-page__text p {
  font-weight: 400;
  line-height: 1.4;
  font-size: 14px;
}
@media (min-width: 768px) {
  .offer-page__text p {
    font-size: 16px;
  }
}
.offer-page__text p + p,
.offer-page__text ul + p {
  margin-top: 16px;
}
.offer-page__text ul {
  margin-top: 16px;
}
.offer-page__group {
  margin-top: 24px;
}
@media (min-width: 768px) {
  .offer-page__group {
    margin-top: 40px;
  }
}
.offer-page__group_title {
  margin-bottom: 16px;
  font-size: 16px;
  text-transform: uppercase;
}
.offer-page__group_subtitle {
  margin-bottom: 16px;
}
.offer-page__group_text p span {
  font-weight: 600;
}