.offer-header .block-content {
  margin-top: 16px;
}
.offer-header .block-content .offer-header-hot {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 12px;
  font-size: 12px;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  color: #FFFFFF;
}
@media all and (max-width: 767px) {
  .offer-header .block-content .offer-header-hot {
    font-size: 8px;
  }
}
.offer-header .block-content .offer-header-hot div {
  padding: 8px 12px;
  border-radius: 12px;
}
@media all and (max-width: 767px) {
  .offer-header .block-content .offer-header-hot div {
    padding: 4px 8px;
    border-radius: 8px;
  }
}
.offer-header .block-content .offer-header-hot .offer-header-hot1 {
  background: #381DDB;
}
.offer-header .block-content .offer-header-hot .offer-header-hot2 {
  background: #CE0AFF;
}
.offer-header .block-content h1 {
  font-size: 28px;
  font-weight: 700;
  line-height: normal;
}
@media all and (max-width: 767px) {
  .offer-header .block-content h1 {
    font-size: 14px;
    font-weight: 600;
  }
}
.offer-header .block-content .offer-header-navigation {
  margin-top: 24px;
  font-size: 14px;
  font-weight: 600;
  line-height: normal;
}
@media all and (max-width: 767px) {
  .offer-header .block-content .offer-header-navigation {
    margin-top: 16px;
    font-size: 8px;
  }
}
.offer-header .block-content .offer-header-navigation a {
  display: inline-block;
  margin-right: 8px;
  margin-bottom: 8px;
  padding: 8px 23px;
  border-radius: 24px;
  border: 1px solid #3D4760;
  color: #3D4760;
  text-decoration: none;
}
@media all and (max-width: 767px) {
  .offer-header .block-content .offer-header-navigation a {
    padding: 4px 16px;
  }
}
.offer-header .block-content .offer-header-navigation a:last-of-type {
  margin-right: 0;
}
.offer-header .block-content .offer-header-navigation a:hover {
  color: #3D4760;
  text-decoration: underline;
}
.offer-product .block-content {
  margin-top: 24px;
}
.offer-product .block-content .grid-container {
  display: grid;
  grid-gap: 40px;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-areas: "photo shop price";
}
@media all and (max-width: 1279px) {
  .offer-product .block-content .grid-container {
    grid-gap: 24px;
    grid-template-columns: 1fr 1fr;
    grid-template-areas: "photo price" "shop shop";
  }
}
@media all and (max-width: 767px) {
  .offer-product .block-content .grid-container {
    grid-gap: 16px;
    grid-template-columns: 1fr;
    grid-template-areas: "photo" "price" "shop";
  }
}
.offer-product .block-content .grid-container .offer-product-photo {
  grid-area: photo;
}
.offer-product .block-content .grid-container .offer-product-photo .offer-product-photo-container::before {
  padding-top: 100%;
  content: "";
  display: block;
}
.offer-product .block-content .grid-container .offer-product-photo .offer-product-photo-container {
  position: relative;
  height: 100%;
  width: 100%;
}
.offer-product .block-content .grid-container .offer-product-photo .offer-product-photo-container img {
  object-fit: contain;
  position: absolute;
  top: 0;
  left: 0;
  max-height: 100%;
  max-width: 100%;
  height: 100%;
  width: 100%;
}
.offer-product .block-content .grid-container .offer-product-shop {
  grid-area: shop;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 16px;
}
.offer-product .block-content .grid-container .offer-product-shop h3 {
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
  margin: 0;
  padding: 0;
}
@media all and (max-width: 767px) {
  .offer-product .block-content .grid-container .offer-product-shop h3 {
    font-size: 14px;
  }
}
.offer-product .block-content .grid-container .offer-product-shop .offer-product-shop-descr {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
@media all and (max-width: 767px) {
  .offer-product .block-content .grid-container .offer-product-shop .offer-product-shop-descr {
    font-size: 14px;
    line-height: 18px;
  }
}
.offer-product .block-content .grid-container .offer-product-shop .offer-product-shop-address {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
.offer-product .block-content .grid-container .offer-product-shop .offer-product-shop-title {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 16px;
  font-size: 24px;
  font-weight: 700;
  line-height: normal;
}
@media all and (max-width: 767px) {
  .offer-product .block-content .grid-container .offer-product-shop .offer-product-shop-title {
    font-size: 16px;
  }
}
.offer-product .block-content .grid-container .offer-product-shop .offer-product-shop-title img {
  width: 48px;
  height: 48px;
  object-fit: contain;
  border-radius: 8px;
  box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.25);
}
.offer-product .block-content .grid-container .offer-product-shop .offer-product-shop-map {
  color: #381DDB;
  font-size: 14px;
  font-weight: 600;
  line-height: normal;
}
.offer-product .block-content .grid-container .offer-product-shop .offer-product-shop-map img {
  vertical-align: middle;
  margin-right: 6px;
}
.offer-product .block-content .grid-container .offer-product-price {
  grid-area: price;
}
.offer-product .block-content .grid-container .offer-product-price .offer-product-price-container {
  position: relative;
  border-radius: 20px;
  background: #F8F6FF;
  display: flex;
  padding: 24px 48px 48px 48px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 24px;
  flex-shrink: 0;
  align-self: stretch;
}
@media all and (max-width: 1279px) {
  .offer-product .block-content .grid-container .offer-product-price .offer-product-price-container {
    padding: 24px;
  }
}
@media all and (max-width: 767px) {
  .offer-product .block-content .grid-container .offer-product-price .offer-product-price-container {
    padding: 16px;
    gap: 16px;
  }
}
.offer-product .block-content .grid-container .offer-product-price .offer-product-price-container.fixme {
  padding: 60px 48px 60px 48px;
}
@media all and (max-width: 767px) {
  .offer-product .block-content .grid-container .offer-product-price .offer-product-price-container.fixme {
    padding: 16px;
    gap: 16px;
  }
}
.offer-product .block-content .grid-container .offer-product-price .offer-product-price-container .offer-product-price-sbp {
  padding: 8px 16px;
  border-radius: 16px;
  background: #D4F8D4;
  font-size: 14px;
  font-weight: 600;
  line-height: normal;
}
@media all and (max-width: 767px) {
  .offer-product .block-content .grid-container .offer-product-price .offer-product-price-container .offer-product-price-sbp {
    padding: 6px 10px;
    font-size: 8px;
  }
}
.offer-product .block-content .grid-container .offer-product-price .offer-product-price-container .offer-product-price-sbp img {
  vertical-align: middle;
}
.offer-product .block-content .grid-container .offer-product-price .offer-product-price-container .offer-product-price-sbp img.mir {
  height: 13px;
}
@media all and (max-width: 767px) {
  .offer-product .block-content .grid-container .offer-product-price .offer-product-price-container .offer-product-price-sbp img.mir {
    height: 8px;
  }
}
.offer-product .block-content .grid-container .offer-product-price .offer-product-price-container .offer-product-price-sbp img.sbp {
  height: 20px;
}
@media all and (max-width: 767px) {
  .offer-product .block-content .grid-container .offer-product-price .offer-product-price-container .offer-product-price-sbp img.sbp {
    height: 13px;
  }
}
.offer-product .block-content .grid-container .offer-product-price .offer-product-price-container .offer-product-price-price span {
  display: inline-block;
}
.offer-product .block-content .grid-container .offer-product-price .offer-product-price-container .offer-product-price-price span + span {
  margin-left: 16px;
}
@media all and (max-width: 767px) {
  .offer-product .block-content .grid-container .offer-product-price .offer-product-price-container .offer-product-price-price span + span {
    font-size: 8px;
  }
}
.offer-product .block-content .grid-container .offer-product-price .offer-product-price-container .offer-product-price-price .price {
  color: #381DDB;
  font-size: 24px;
  font-weight: 700;
  line-height: normal;
}
.offer-product .block-content .grid-container .offer-product-price .offer-product-price-container .offer-product-price-price .price--rub {
  font-size: 18px;
}
@media all and (max-width: 767px) {
  .offer-product .block-content .grid-container .offer-product-price .offer-product-price-container .offer-product-price-price .price {
    font-size: 16px;
  }
  .offer-product .block-content .grid-container .offer-product-price .offer-product-price-container .offer-product-price-price .price--rub {
    font-size: 14px;
  }
}
.offer-product .block-content .grid-container .offer-product-price .offer-product-price-container .offer-product-price-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) {
  .offer-product .block-content .grid-container .offer-product-price .offer-product-price-container .offer-product-price-price .discount-price {
    font-size: 12px;
  }
}
.offer-product .block-content .grid-container .offer-product-price .offer-product-price-container .offer-product-price-price .discount-rate {
  color: #E3346D;
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
}
@media all and (max-width: 767px) {
  .offer-product .block-content .grid-container .offer-product-price .offer-product-price-container .offer-product-price-price .discount-rate {
    font-size: 12px;
  }
}
.offer-product .block-content .grid-container .offer-product-price .offer-product-price-container .offer-product-price-share {
  position: absolute;
  top: 24px;
  right: 48px;
}
@media all and (max-width: 1279px) {
  .offer-product .block-content .grid-container .offer-product-price .offer-product-price-container .offer-product-price-share {
    top: 24px;
    right: 24px;
  }
}
@media all and (max-width: 767px) {
  .offer-product .block-content .grid-container .offer-product-price .offer-product-price-container .offer-product-price-share {
    top: 16px;
    right: 16px;
  }
  .offer-product .block-content .grid-container .offer-product-price .offer-product-price-container .offer-product-price-share img {
    height: 24px;
    width: 24px;
  }
}
.offer-product .block-content .grid-container .offer-product-price .offer-product-price-container .offer-product-price-favorite {
  width: calc(100% - 56px);
  border-radius: 8px;
  background: #381DDB;
  box-shadow: 0px 10px 30px 0px rgba(56, 29, 219, 0.2);
  padding: 14px 28px;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
  color: #FFFFFF;
}
@media all and (max-width: 767px) {
  .offer-product .block-content .grid-container .offer-product-price .offer-product-price-container .offer-product-price-favorite {
    padding: 8px 28px;
    font-size: 14px;
  }
}
.offer-product .block-content .grid-container .offer-product-price .offer-product-price-container .offer-product-price-favorite img {
  vertical-align: middle;
  margin-right: 10px;
}
.offer-description .offer-description-container {
  margin-top: 24px;
  padding-right: 33%;
}
@media all and (max-width: 1279px) {
  .offer-description .offer-description-container {
    padding-right: 0;
  }
}
.offer-description .offer-description-container h1 {
  font-size: 28px;
  font-weight: 700;
  line-height: normal;
}
@media all and (max-width: 767px) {
  .offer-description .offer-description-container h1 {
    font-size: 14px;
    font-weight: 600;
  }
}
.offer-description .offer-description-container .offer-description-text {
  margin-top: 16px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
.offer-description .offer-description-container {
  margin-top: 24px;
  padding-right: 33%;
}
@media all and (max-width: 1279px) {
  .offer-description .offer-description-container {
    padding-right: 0;
  }
}
.offer-description .offer-description-container h1 {
  font-size: 28px;
  font-weight: 700;
  line-height: normal;
}
@media all and (max-width: 767px) {
  .offer-description .offer-description-container h1 {
    font-size: 14px;
    font-weight: 600;
  }
}
.offer-description .offer-description-container .offer-description-text {
  margin-top: 16px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
.offer-comments .offer-comments-container {
  margin-top: 24px;
  padding-right: 33%;
}
@media all and (max-width: 1279px) {
  .offer-comments .offer-comments-container {
    padding-right: 0;
  }
}
.offer-comments .offer-comments-container h1 {
  font-size: 28px;
  font-weight: 700;
  line-height: normal;
}
@media all and (max-width: 767px) {
  .offer-comments .offer-comments-container h1 {
    font-size: 14px;
    font-weight: 600;
  }
}
.offer-comments .offer-comments-container .offer-comments-text {
  margin-top: 16px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
