.widget.c-reviews{background:#fff;
margin:50px 0;}

.title__rekv{
display: block;
    color: #00568f;
    font-size: 15px;
    font-style: normal;
    font-weight: bold;
    line-height: 1.3;
}
.rekviziti span{    color: #777e89;
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
    line-height: 1.5;}

.map_rek{text-decoration:undeline;
color: #777e89;
display:block;}

@media (max-width:551px) {

	.rekviziti{
text-align:center;
margin-top:40px;
}

}

/* chesflairing styles start */

.widget-description,
.intec-grid-item *,
.widget-item-description *,
.faq-item-wrapper * {
    color: #000000 !important;
}

.sertificate__container {
  max-width: 1384px;
  margin: auto;
}

.sertificate__image-wrapper {
  margin: 0 20px;
  margin-bottom: 30px;
}

.sertificate__image-wrapper img,
.news-content img {
 object-fit: contain;
 height: auto;
}

/* меняет фон у главной(большой) картинки в раделе полезные статьи */
.ns-bitrix.c-news-list.c-news-list-tile-1 [data-view="big"] .news-list-item-text {
  background-image: linear-gradient(to top, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0) 100%);
}

/* стили для раздела ПАМЯТЬ */
.obituary__flex-wrapper {
    display: flex;
    flex-direction: column;
}

.obituary__content {
    max-width: 760px;
}

.obituary__title   {
    font-size: 1.6em;
}

.obituary__content-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    row-gap: 15px;
    text-transform: uppercase;
    min-width: 300px;
}

.obituary__content-list dd:nth-child(even),
.obituary__content-list dt:nth-child(odd) {
    padding: 10px 15px;
    background-color: rgba(0, 101, 255, 0.1);
}

.obituary__content-list dd {
    margin: 0;
}

.obituary__content-list dd:nth-child(even) {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.obituary__content-list dt:nth-child(odd) {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

@media (min-width: 760px) {
    .obituary__flex-wrapper {
        flex-direction: row;
        gap: 30px;
    }
}

.additives-wrapper {
  display: flex;
  flex-wrap: wrap;
  column-gap: 20px;
  row-gap: 15px;
  padding-bottom: 20px;
}

.additives__text {
  padding: 15px;
  width: fit-content;
  text-transform: capitalize !important;
  font-weight: 700;
  color: #ffffff;
  background-color: #00568f;
  border-radius: 15px;
}

/* chesflairing styles end */
/*cooki*/
.window_kuki {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #ffffff;
  padding: 25px 25px 55px;
  z-index: 100;
  box-shadow: 0 0 15px rgba(0, 0, 0, .5);
}
.inner_kuki {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.window_kuki p {
  font-size: 20px;
  margin: 0 !important;
  padding-bottom: 20px;
  text-align: left;
  width: 70%;
  color: #333333;
}
.window_kuki p a {
    color: #333333;
    text-decoration: underline;
}
.window_kuki p a:hover {
    text-decoration: none;
}
.btn_kuki {
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #00568f;
  border: 4px #0479b900;
  border-radius: 20px;
  max-width: 250px;
  padding: 20px 30px;
  font-size: 15px;
  font-weight: 600;
  color: #ffffff;
}

@media screen and (max-width: 767px) {
  .inner_kuki {
    flex-direction: column;
  }
  .window_kuki p {
    width: 100%;
    font-size: 15px;
    text-align: center;
  }
  .window_kuki {
    padding: 15px 15px 30px;
  }
}