

/* Start:/local/templates/main/components/bitrix/news.detail/recipe/style.css?17845535404966*/
html { scroll-behavior: smooth; }

.info p,
.content__text p { color: #000; }

.blog__article h2 { text-align: center; }

.blog__article .back {
  display: flex;
  align-items: center;

  font-size: 16px;
  color: #111;
}

.article__info {
  display: flex;
  flex-direction: column;
  gap: 16px;

  margin-bottom: 16px;
}

.info {
  display: flex;
  column-gap: 16px;
  align-items: center;
}

.info p { margin: 0; }

.info__author,
.info__author .author__data {
  display: flex;
  align-items: center;
  column-gap: 8px;
}

.info__author .author__img {
  width: 48px;

  border-radius: 50%;
}

.info__author .author__info {
  display: flex;
  align-items: center;
  column-gap: 8px;
}

.info__author .author__data {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.info__author .author__name { text-decoration: none; }
.info__author .author__name span { font-weight: 700; }

.is-verified span {
  display: flex;
  align-items: center;
  column-gap: 8px;
  width: max-content;

  padding: 8px 16px;

  font-weight: 700;
}

.is-verified svg {
  height: 24px;
  width: 24px;
}

.article__content { margin-top: 16px; }

.content__text {
  padding: 16px;

  font-size: 16px;
  color: #3a3f43;
}

.content__text p { text-align: justify; }

.ingredients{
  margin: 1rem 0 3rem;
  padding: 1rem;

  background-color: #fff;
  border: 1px solid #999;
}

.ingredients__title {
  font-size: 1.2rem;
  font-weight: 700;
}

.article__content.content__text .ingredients__table{
  margin: 10px 0;
}
.article__content.content__text .ingredients__table td{
  vertical-align: top;
  padding: 10px 5px;
}

.ingredients__list { margin-left: 0; }

.ingredients__list .ingredients__list__item{
  font-weight: 500;
  text-decoration: none;
  color: #ee7177; 
  font-size: 1rem;
}

.ingredients__list .ingredients__list__item::before,
.ingredients__list .ingredients__item__list li::before { height: 0; }

.list--chlclub .ingredients__list__item::before,
.list--chlclub .ingredients__item__list li::before {
  content: '\1F367';

  margin-left: -4px;
}

.ingredients__list .ingredients__item__list {
  margin: 16px 0 16px -16px;
}

.article__content .content__text h2 { margin: 1rem 0; }
.article__content .content__text h3 { margin: 20px 0 8px;}

.article__content .content__text p,
.article__content .content__text li { margin: 4px 0; }

.article__content .content__text p,
.article__content .content__text li { line-height: 1.4; }

.article__content .content__text ul,
.article__content .content__text ol { margin-left: 8px; }

.header--anchor { position: relative; }

.header--anchor i {
  position: absolute;
  top: -90px;
}

.article__nav {
  display: flex;
  align-items: center;
  min-height: 48px;
  width: 100%;

  padding: 16px;
}

.article__nav a {
  padding: 8px;

  color: #017970;
}

.article-prev { margin-right: auto; }
.article-next { margin-left: auto; }

.d-flex {
  display: flex;
  width: 100%;
}

.d-flex--center {
  justify-content: center;
  align-items: center;
}

.d-flex--center img {
  width: 75%;
}
.intresting--2 .slider__buttons {
    display: flex !important;
    visibility: visible !important;
    opacity: 1 !important;
    order: 10;
    margin-top: 30px;
    justify-content: center;
    gap: 15px;
    position: relative;
    z-index: 99;
}
@media screen and (max-width: 768px) {
  .info__author {
    flex-direction: column;
    align-items: flex-start;
  }

  .info__author .author__info {
    flex-direction: row;
    align-items: center;

    padding: 8px;
  }
}

@media screen and (max-width: 504px) {
  .info { flex-direction: column; }

  .is-verified span {
    padding: 8px 4px;

    font-size: 12px;
  }

  .is-verified svg {
    height: 20px;
    width: 20px;
  }

  .article__content .content__text ul li,
  .article__content .content__text ol li { padding-left: 8px; }

  .list--chlclub .ingredients__list__item::before,
  .list--chlclub .ingredients__item__list li::before {
    position: initial;

    background: none;
  }
}

@media screen and (min-width: 768px) {
  .article--3 {
    max-width: 750px;

    margin: 0 auto;
  }
}

@media screen and (min-width: 991px) {
  .article--3 { max-width: 950px; }
}

.article__content .content__text .recipe__name {
  margin-top: 20px;
  margin-bottom: -7px;
}

.article__content.content__text .ingredients.d-flex{
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: row;
  margin-bottom: 2rem;
}  

.article__content.content__text .ingredients.d-flex.column-gap{
  column-gap: 15px;
}

.article__content.content__text .ingredients .img-row{
  order: 1;
  width: 50%;
  max-width: 400px; 
}

@media screen and (max-width: 768px) { 
  .article__content.content__text .ingredients.d-flex{
    flex-direction: column;
  } 

  .article__content.content__text .ingredients .img-row{
    order: 0;
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
  }
}   

.recipe-views {
  display: flex;
  align-items: center;
  column-gap: 5px;
}
/* End */


/* Start:/local/templates/main/components/bitrix/iblock.vote/bootstrap_v4_custom/style.css?17291690162227*/
.bx-rating--custom {
  position: relative;

  display: flex;
  align-items: center;
  column-gap: 16px;

  margin: 1rem 0 2rem;
}

.bx-rating-icon-container { cursor: pointer; }

.bx-rating .bx-rating-icon-container:last-child { margin-right: 0; }

.bx-rating-icon { fill: #005f7d; }

.container__response {
  display: none;
  height: 16px;

  padding: 8px;

  text-align: center;
}

.rating--custom__container,
.share-button,
.rating--custom__info { 
  display: flex;
  align-items: center;
  column-gap: 8px;
  width: 100%;

  padding: 8px;
}

.rating--custom__container { column-gap: 16px; }

.rating--custom__info { justify-content: flex-end; }

.share-button {
  padding: 12px 16px;

  color: #fff;

  border-radius: 32px;
  background-color: #005f7d;

  cursor: pointer;
}

.block__wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 36px;
  width: 36px;

  background-color: #005f7d;
  border-radius: 50%;
}

.share-button__icon,
.block__wrapper .wrapper {
  height: 20px;
  width: 20px;

  color: #fff;
}

.share__block {
  position: absolute;
  bottom: 100px;

  display: none;
  min-width: 250px;

  background-color: #fff;
  border: 1px solid #e1e1e1;
}

.share__block__header {
  font-weight: 700;
  text-align: center;
}

.share__block.open { display: block; }

.block__social {
  display: flex;
  align-items: center;
  column-gap: 16px;
  width: 100%;

  padding: 8px;

  background-color: inherit;
  border: 0;
  border-top: 1px solid #e1e1e1;

  cursor: pointer;
}

.block__social-wa {
  border-bottom: 1px solid #e1e1e1;
}

.block__social span.success {
  display: flex;
  align-items: center;
  height: 54px;

  color: #005f7d;
}

.social__name { font-weight: 700; }

.rating--custom__info p { margin: 0; }

.info__rating,
.info__votes {
  font-size: 14px;
  font-weight: 400;
  color: #747883;
}

@media screen and (max-width: 768px) {
  .bx-rating--custom {
    flex-direction: column;
    row-gap: 16px;
  }

  .share__block { bottom: 120px; }
}

@media screen and (max-width: 504px) {
  .block__wrapper {
    height: 24px;
    width: 24px;
  }

  .share__block { right: 5%; }

  .share-button__icon,
  .block__wrapper .wrapper {
    height: 20px;
    width: 20px;
  }
}
/* End */
/* /local/templates/main/components/bitrix/news.detail/recipe/style.css?17845535404966 */
/* /local/templates/main/components/bitrix/iblock.vote/bootstrap_v4_custom/style.css?17291690162227 */
