.header-block-top a {
  color: #000;
}

.header-block-top {
  color: #000;
}

.header-phone {
  color: #000;
  font-size: 16px;
}

.header-block-top {
  background: #fff;
  /*border-bottom: 2px solid #272428;*/
  background: #F1E3CB;
}
.btn-red-damask {
  background-color: #4C0D0C;
  border-color: #4C0D0C;
}

.btn-red-damask:hover {
  background-color: #4C0D0C;
  border-color: #4C0D0C;
  opacity: 0.8;
}

.header-main__logo {
  max-width: 130px;
  width: 100%;
}

.callback-button {
  font-size: 16px;
}

.product-item__slider {
  flex: 1 1 calc(25% - 15px); /* 25% ширины минус gap */
  min-width: 245px;
  max-width: 305px;
}

.product-item__items {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  /* justify-content: start; */
}
.article-meta {
  color: #666;
  font-size: 0.9rem;
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}

.article-meta-item {
  display: flex;
  align-items: start;
}

.article-meta-item:not(:last-child)::after {
  content: "|";
  margin-left: 15px;
  color: #ddd;
}

a.callback-btn {
  color: #fff;
}

.meta-author__photo img {
  max-height: 130px;
  border-radius: 50%;
}

.meta-author {
  gap: 15px;
  flex-wrap: wrap;
  margin-top: 50px;
}

.meta-author__info {
  display: flex;
  flex-direction: column;
}

.steps-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border: 1px solid #ddd;
  padding: 15px;
}

.step {
  width: 24%;
  text-align: center;
  margin-bottom: 15px;
}

.step img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 150px;
  height: auto;
}

.step-description {
  font-weight: 400;
  padding-top: 10px;
}

.about-delivery img {
  max-width: 550px;
}
.under-blog__link {
  margin: 20px 0;
}
a.link-button {
  text-decoration: underline;
}
a.link-button:hover {
  text-decoration: none;
}

.news-card {
  position: relative;
}

.meta-author__info__name__page {
  font-weight: 800;
}
.article-meta-item.article-meta-item__page {
  position: absolute;
  bottom: 20px;
  left: 20px;
}
.news-card__body.news-card__body__page {
  padding: 20px 20px 70px 20px;
}

.blog-sticky {
  position: sticky;
  top: 15%;
}

.blog-with-sidebar #mse2_mfilter {
  flex-direction: row-reverse;
}


.btn-count.minus {
    border: 1px solid #042C26;
    color: #042C26 !important;
}
.btn-count.minus:hover {
    border: 1px solid #042C26;
    color: #f4f4f2 !important;
    background: #042C26;
}
.btn-count.plus {
    border: 1px solid #042C26;
    color: #f4f4f2 !important;
    background: #042C26;
}

.btn-count.plus:hover {
    background: #fff;
    border: 1px solid #042C26;
    color: #042C26 !important;
}

.btn-ivy-wreath {
    background-color: #042C26;
    border-color: #042C26;
}

.square {
    border: 1px solid #042C26;
}
.square * {
     stroke: #042C26;
}
.square.active *, .square:hover * {
    background: #042C26 !important;
    fill: #042C26 !important;
}
.square.active, .square:hover {
    background: #042C26 !important;
    fill: #042C26 !important;
}
.btn-ivy-wreath.focus, .btn-ivy-wreath:focus, .btn-ivy-wreath:hover {
    background-color: #042C26 !important;
    border-color: #042C26 !important;
    opacity: 0.8;
}
.static-form__help--sidebar {
  background: #F1E3CB;
}
.footer-navigation-block {
  background: #F1E3CB;
}


@media screen and (max-width: 768px) {
  .header-main__logo {
    width: 70px;
  }
  .product-item__slider {
    max-width: 100%;
  }
  .blog-sticky {
    display: none;
  }
}

@media (max-width: 600px) {
  .step {
    width: 100%;
  }
}

@media screen and (max-width: 420px) {
  .product-item__slider {
    max-width: 100%;
  }
}
