.flex-row {
  display: flex;
}
.m-auto {
  margin: auto;
}
.h2-style-articles {
  font-size: 70px;
  font-weight: 900;
  line-height: 70px;
  margin: 0 0 45px;
}
.bx-breadcrumb .bx-breadcrumb-item span {
  white-space: nowrap;
}
.header__left {
  position: relative;
}
.header-bot__search {
  position: absolute;
  top: 0;
  right: 0;
}
.header-bot__search:hover {
  cursor: pointer;
}
.header-bot__search__mobile {
  display: none;
}
.header-bot__search__line {
  display: none;
  position: absolute;
  z-index: 9;
  width: 95%;
  top: 0;
  left: 0;
}
.header-bot__search__line .input_search {
  width: 100%;
  background: #fff;
  border: none;
  border-radius: 20px;
}
.header-bot__search__line .input_button {
  position: absolute;
  top: 0;
  right: 0%;
}
.bx-breadcrumb {
  font-weight: 700;
  margin: 10px 0;
}
.section__section-link.active {
  background: #fc416d;
  color: #fff;
}
.section.articles {
  color: #121724;
  padding: 30px 0 60px;
}
.articles__container-title,
.articles__preview-text {
  max-width: 450px;
}
.fast_article {
  color: #000;
}
.fast_article_item_container {
  padding-right: 0;
}
.fast_article_item {
  padding: 40px 15px;
  border-radius: 40px;
}
.fast_article_item .article_title {
  height: 102px;
  overflow: visible;
}

.fast_article_item_container:nth-child(1) .fast_article_item {
  background-color: #e7f6f3;
}
.fast_article_item_container:nth-child(2) .fast_article_item {
  background-color: #ffebca;
}
.fast_article_item_container:nth-child(3) .fast_article_item {
  background-color: #f3bbc8;
}
.article_title {
  font-size: 34px;
  font-weight: 900;
  line-height: 34px;
  color: #121724;
  margin-bottom: 25px;
  -webkit-line-clamp: 4; /* Число отображаемых строк */
  display: -webkit-box; /* Включаем флексбоксы */
  -webkit-box-orient: vertical; /* Вертикальная ориентация */
  overflow: hidden;
}
.article_title a:hover {
  color: #fc416d;
}
.article_info {
  display: flex;
  justify-content: space-between;
  color: rgba(18, 23, 36, 0.6);
  font-size: 16px;
  line-height: 19px;
  font-weight: 600;
}
.article_info_numbers {
  display: flex;
  justify-content: space-between;
}
.article_info_numbers div {
  display: flex;
  justify-content: space-between;
  margin-right: 15px;
}
.article_info_numbers div svg {
  margin-right: 4px;
}
.articles__mobile-img {
  display: none;
}
#articles_contacts.contacts {
  background-color: #171c29;
  border-radius: 50px;
  margin: 171px 20px 0;
  padding-top: 30px;
  padding-bottom: 60px;
}
.contacts__dietolog-text {
  margin-left: 0;
}
.contacts__dietolog::before {
  display: none;
}
.footer__policy {
  display: block;
  margin-top: 10px;
}

.articles__items-wrapper {
  display: grid;
  grid-gap: 15px;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 60px;
}

.articles__items-wrapper > div {
  padding: 0.5em;
}

.articles__items-img {
  border-radius: 40px;
  overflow: hidden;
}

.articles__items .article_info {
  margin: 15px 0;
}

.articles__items-item_lid {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  border-radius: 40px;
  background-color: #ffebca;
}

.articles__items-item_lid > div {
  width: 50%;
}

.articles__items-item_lid-text {
  max-width: 310px;
  padding: 20px 0 20px 10px;
  font-size: 22px;
  font-weight: 400;
  line-height: 23px;
}

.articles__items-item_lid-button {
  width: 100%;
  margin-top: 25px;
}

.articles__items-item_lid-button a {
  display: block;
  border-radius: 100px;
  background-color: #fc416d;
  color: #ffffff;
  border: 1px solid #fc416d;
  font-size: 29px;
  font-weight: 700;
  line-height: 23px;
  text-align: center;
  padding: 30px;
}

.articles__items-item_lid-button a:hover {
  background-color: transparent;
  color: #fc416d;
}

.item1 {
  grid-column: 1;
  grid-row: 1;
}

.item2 {
  grid-column: 2;
  grid-row: 1;
}

.item3 {
  grid-column: 1 / 3;
  grid-row: 2;
}

.item4 {
  grid-column: 3;
  grid-row: 1 / 3;
  background-color: #e7f6f3;
  border-radius: 40px;
  padding: 0.5em 1em !important;
}

.articles__items-wrapper.reverse .item1 {
  grid-column: 2;
  grid-row: 1;
}
.articles__items-wrapper.reverse .item2 {
  grid-column: 3;
  grid-row: 1;
}
.articles__items-wrapper.reverse .item3 {
  grid-column: 2 / 4;
  grid-row: 2;
}
.articles__items-wrapper.reverse .item4 {
  grid-column: 1;
  grid-row: 1 / 3;
}

.articles__items-wrapper.last .item1 {
  grid-column: 1;
  grid-row: 1;
}
.articles__items-wrapper.last .item2 {
  grid-column: 2;
  grid-row: 1;
}
.articles__items-wrapper.last .item3 {
  grid-column: 1;
  grid-row: 2;
}
.articles__items-wrapper.last .item4 {
  grid-column: 3;
  grid-row: 1 / 3;
}
.articles__items-wrapper.last .item5 {
  grid-column: 2;
  grid-row: 2;
}

.articles__items-wrapper.rubrika .item1 {
  grid-column: 2;
  grid-row: 1;
}
.articles__items-wrapper.rubrika .item2 {
  grid-column: 3;
  grid-row: 1;
}
.articles__items-wrapper.rubrika .item3 {
  grid-column: 2;
  grid-row: 2;
}
.articles__items-wrapper.rubrika .item4 {
  grid-column: 1;
  grid-row: 1 / 3;
}
.articles__items-wrapper.rubrika .item5 {
  grid-column: 3;
  grid-row: 2;
}

.articles__items-wrapper.rubrika:nth-child(2n) .item1 {
  grid-column: 1;
  grid-row: 1;
}
.articles__items-wrapper.rubrika:nth-child(2n) .item2 {
  grid-column: 2;
  grid-row: 1;
}
.articles__items-wrapper.rubrika:nth-child(2n) .item3 {
  grid-column: 1;
  grid-row: 2;
}
.articles__items-wrapper.rubrika:nth-child(2n) .item4 {
  grid-column: 3;
  grid-row: 1 / 3;
}
.articles__items-wrapper.rubrika:nth-child(2n) .item5 {
  grid-column: 2;
  grid-row: 2;
}

.item4 .articles__items-img {
  /* width: calc(100% + 2em);
  min-height: 75%;*/
  margin: -0.5em -1em 0 -1em;
  width: auto;
  max-height: 451px;
  height: 100%;
}

.most_read_articles {
  display: grid;
  grid-gap: 15px;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 140px;
  position: relative;
}

.most_read_articles:before {
  content: "";
  position: absolute;
  top: -80px;
  left: -115px;
  width: 1470px;
  height: 950px;
  background-color: #ffebca;
  z-index: -1;
  border-radius: 80px;
}

.most_read_articles > div {
  padding: 0.5em;
}

.most_read_article_item-img {
  border-radius: 40px;
  overflow: hidden;
}

.most_read_article_item .article_info {
  margin: 15px 0;
}
.most_read_articles__svg-tree {
  position: absolute;
  top: 6%;
  right: -15%;
}

.most_read_articles__svg-leaf {
  position: absolute;
  top: -15%;
  right: -15%;
}

.disclaimer h1 {
  font-size: 100px;
  line-height: 100px;
}

.disclaimer-container {
  margin-top: 50px;
}

.disclaimer p {
  font-size: 22px;
  line-height: 28px;
  color: #131520;
  margin-bottom: 20px;
}

.disclaimer ul {
  padding-left: 20px;
  margin-bottom: 20px;
}

.disclaimer ul li {
  list-style-type: disc;
}

.section.error404 {
  padding: 60px 0 0;
}
.section.error404 .section__sections {
  margin: 50px 0 0;
}
.articles__404-images {
  position: relative;
  text-align: center;
  margin-top: 100px;
}
.articles__404-images img {
  display: block;
  margin: 0 auto;
}
.articles__404-plate {
  position: relative;
  margin-top: -11% !important;
  right: -13%;
  z-index: -1;
}
.articles__404-bottom-text {
  font-size: 34px;
  font-weight: 900;
  line-height: 34px;
  text-align: center;
  max-width: 810px;
  margin: 65px auto 50px;
}

.article_detail-image {
  margin-bottom: 30px;
}
.article_detail-devide {
  color: #fc416d;
}
.article_detail-contents {
  margin: 50px 0;
  padding: 60px 24px;
  border-radius: 24px;
  border: 1px;
  text-align: center;
  color: #ffffff;
  font-size: 22px;
  line-height: 23px;
  background-color: #fc416d;
}
.article_detail-contents h2,
.article_detail-contents h3,
.article_detail-contents h4 {
  font-size: 22px;
  line-height: 23px;
  font-weight: normal;
  margin: 10px 0 0 0;
}
.article_detail-contents-title {
  font-size: 46px;
  font-weight: 900;
  line-height: 48px;
}
.article_detail-container {
  width: 948px;
  margin: 0 auto;
  padding: 0 15px;
}
.article_detail-container p {
  font-size: 22px;
  font-weight: 400;
  line-height: 28px;
  margin: 30px 0;
}
.article_detail-container p a {
  color: #dc2628;
  text-decoration: none;
}
.article_detail-container p a:hover {
  text-decoration: underline;
}
.article_detail-container ol {
  list-style-type: none;
  counter-reset: num;
  font-size: 28px;
  font-weight: 400;
  line-height: 32px;
  padding: 0;
  margin: 20px 0;
}
.article_detail-container ol li {
  position: relative;
  margin-bottom: 10px;
  padding-left: 35px;
}
.article_detail-container ol li:before {
  content: counter(num);
  counter-increment: num;
  display: inline-block;
  position: absolute;
  top: 7px;
  left: 0;
  width: 25px;
  height: 25px;
  color: #ffffff;
  background-color: #dc2628;
  border-radius: 50%;
  text-align: center;
  font-size: 16px;
  line-height: 22px;
}
.article_detail-container .orange_blog_text {
  padding: 45px;
  border-radius: 50px;
  background-color: #ffebca;
  margin: 30px 0;
}
.article_detail-container .orange_blog_text p {
  font-size: 28px;
  font-weight: 400;
  line-height: 32px;
  margin: 0;
}
.article_detail-container .orange_blog_text a {
  color: #dc2628;
  font-size: 28px;
  font-weight: 400;
  line-height: 32px;
  text-decoration: dashed;
}
.article_detail-container .orange_blog_text_with_images {
  padding: 0 0 45px 0;
  border-radius: 50px;
  background-color: #ffebca;
  margin-top: 30px 0;
}
.article_detail-container .orange_blog_text_with_images p {
  font-size: 22px;
  font-weight: 400;
  line-height: 23px;
  margin: 30px 45px 0;
}
.article_detail-container .green_blog_with_image .col-sm-8 {
  padding: 15px 0;
}
.article_detail-container .blog_images {
  display: flex;
  justify-content: space-between;
}
.article_detail-container .blog_images:hover {
  cursor: pointer;
}
.article_detail-container ul {
  list-style-type: none;
  font-size: 22px;
  font-weight: 400;
  line-height: 23px;
  padding: 0;
  margin: 20px 0;
}
.article_detail-container ul li {
  position: relative;
  padding-left: 35px;
  margin-bottom: 20px;
}
.article_detail-container ul li:before {
  content: "";
  background: url(/local/templates/articles/images/blog_list_ok.svg) no-repeat;
  display: inline-block;
  position: absolute;
  top: 3px;
  left: 0;
  width: 25px;
  height: 25px;
  text-align: center;
}
.article_detail-container ul li.blog_list_error:before {
  background: url(/local/templates/articles/images/blog_list_error.svg)
    no-repeat;
}
.article_detail-container .green_blog_theme {
  padding: 45px;
  border-radius: 50px;
  background-color: #60be57;
  margin: 30px 0;
  color: #ffffff;
}
.article_detail-container .green_blog_theme .green_blog_theme_title {
  font-size: 28px;
  font-weight: 900;
  line-height: 34px;
}
.article_detail-container .green_blog_theme .green_blog_theme_link a {
  display: block;
  font-size: 28px;
  font-weight: 400;
  line-height: 32px;
  position: relative;
  padding: 5px 0;
}
.article_detail-container .green_blog_theme .green_blog_theme_link a:before {
  content: "";
  position: absolute;
  width: 81%;
  height: 1px;
  background-color: #ffffff;
  left: 0;
  bottom: 0;
}
.article_detail-container .green_blog_theme .green_blog_theme_link a:after {
  content: "";
  width: 24px;
  height: 24px;
  background: url(/local/templates/articles/images/green_blog_theme_link_arrow.svg)
    no-repeat;
  position: absolute;
  top: 13px;
  right: 0;
}
.article_detail-container .quote_blog_block {
  padding: 45px;
  border-radius: 50px;
  background-color: #e7f6f3;
  margin: 30px 0;
  position: relative;
}
.article_detail-container .quote_blog_block:before {
  content: "";
  width: 31px;
  height: 16px;
  position: absolute;
  top: 0;
  left: 45px;
  background: url(/local/templates/articles/images/blog_quote.svg) no-repeat;
}
.article_detail-container .quote_blog_block p {
  margin: 0;
}
.article_detail-container .quote_blog_block .quote_blog_block_author {
  margin-top: 45px;
  padding-top: 10px;
  position: relative;
}
.article_detail-container .quote_blog_block .quote_blog_block_author:before {
  content: "";
  position: absolute;
  width: 81%;
  height: 2px;
  background-color: #fc416d;
  left: 0;
  top: 0;
}
..article_detail-container .quote_blog_block div {
  font-size: 22px;
  font-weight: 400;
  line-height: 23px;
}
.article_detail-container .quote_blog_block .quote_blog_block_author_job {
  color: rgba(18, 23, 36, 0.7);
  margin-top: 5px;
}
.article_detail-container .help {
  position: relative;
  color: #ff0000;
  border-bottom: 1px dashed #ff0000;
}
.article_detail-container .help .help_text {
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  padding: 15px 10px;
  -webkit-box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
  -moz-box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
  box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
  border-radius: 10px;
  color: #121724;
}
.blog_table {
  background-color: #f3bbc8;
  border-radius: 24px;
  overflow-x: auto;
  font-size: 22px;
}
.blog_table table {
  width: 100%;
  border-collapse: collapse;
  border: none;
}
.blog_table table td {
  padding: 15px 15px 15px 35px;
}

.blog_table table.blog_table_normal td {
  border-right: 1px solid #fff;
}
.blog_table table.blog_table_normal tr:first-child td {
  font-weight: 600;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.blog_table table.blog_table_reverse tr td {
  border-bottom: 1px solid #fff;
}
.blog_table table.blog_table_reverse tr td:first-child {
  font-weight: 600;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.blog_table table.blog_table_both tr td {
  border: 1px solid #fff;
}
.blog_table table.blog_table_both tr:first-child td,
.blog_table table.blog_table_both tr td:first-child {
  font-weight: 600;
}
.article_detail-container .green_blog_with_image {
  background-color: #60be57;
  border-radius: 24px;
  margin-bottom: 20px;
  color: #ffffff;
}
.article_detail-container .green_blog_with_image > .row {
  display: flex;
  align-items: center;
}
.article_detail-container .green_blog_with_image p {
  margin: 0;
  font-size: 30px;
  padding-right: 20px;
  line-height: 34px;
}
.article_detail-comments-count {
  font-size: 56px;
  font-weight: 900;
  line-height: 59px;
  margin-top: 30px;
}
.article_detail-author-block {
  margin: 30px 0;
}
.article_detail-author-block > div:nth-child(1) {
  padding-left: 0;
  padding-right: 10px;
}
.article_detail-author-block > div:nth-child(2) {
  padding-left: 10px;
  padding-right: 0;
}
.article_detail-author-block .article_detail-author {
  display: flex;
  align-items: center;
  background-color: #e7f6f3;
  border-radius: 24px;
  padding: 15px;
}
.article_detail-author-photo {
  margin-right: 25px;
  max-width: 80px;
}
.article_detail-author-name {
  font-size: 34px;
  font-weight: 900;
  line-height: 34px;
  margin-bottom: 10px;
}
.article_detail-author-block .article_detail-share {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #e7f6f3;
  border-radius: 24px;
  padding: 24px 90px 24px 45px;
}
.article_detail-share-icons {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 85px;
}
.article_detail-share-icons a {
  width: 50%;
  margin-bottom: 5px;
}
.article_detail-share-title {
  font-size: 20px;
  font-weight: 700;
  line-height: 25.5px;
}
#article__form {
  margin: 50px 0;
}
.article__form-wrap {
  display: flex;
  flex-wrap: wrap;
}
.article__form-item {
  width: 100%;
}
.article__form-item.input {
  width: 49.5%;
}
.article__form-item.submit {
  margin-top: 30px;
  height: auto;
  text-align: center;
}
.article__form-item.submit button {
  height: 64px;
}
.article__form-item.input:first-child {
  margin-right: 1%;
}
.article__form-item.textarea {
  width: 100%;
  margin-top: 20px;
}
.article__form-item input,
.article__form-item textarea {
  padding: 13px 24px;
  width: 100%;
  font-size: 18px;
  line-height: 21px;
  border: 1px solid #60be57;
  border-radius: 100px;
  background-color: transparent;
}
.article__form-item textarea {
  height: 176px;
  border-radius: 25px;
}
.article__comments {
  margin-top: 50px;
  font-size: 22px;
  font-weight: 400;
  line-height: 23px;
}
.article__comments-item {
  display: flex;
  margin-bottom: 25px;
}
.article__comments-img {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  margin-right: 20px;
  overflow: hidden;
}
.article__comments-info {
  margin-top: 25px;
}
.article__comments-name {
  margin-bottom: 15px;
}
.article__comments-name span {
  color: #fc416d;
}
.search__form {
  margin: 50px 0;
  position: relative;
}
.search__form .search__input {
  width: 100%;
  background-color: #fc416d;
  color: #fff;
  padding: 10px 10px 13px;
  border-radius: 20px;
  border: none;
}
.search__form .search__btn-clear {
  position: absolute;
  top: 10px;
  right: 20px;
  width: 35px;
  height: 35px;
  z-index: 9;
}
.articles__items-img.big-item img {
  display: none;
}
.article_detail-info .article_info_number_like:hover {
  cursor: pointer;
}

.blog_images_item:first-child img {
  border-top-left-radius: 50px;
}

.blog_images_item:last-child img {
  border-top-right-radius: 50px;
}
.blog_images_item:not(:last-child) {
  margin-right: 10px;
}
.green_blog_with_image img {
  border-top-left-radius: 24px;
  border-bottom-left-radius: 24px;
}

@media (max-width: 1200px) {
}
@media (max-width: 991px) {
  .h2-style-articles {
    font-size: 60px;
    font-weight: 900;
    line-height: 70px;
    margin: 0 0 25px;
  }
  .articles__items-wrapper {
    display: block;
  }
  .articles__items-img.big-item img {
    display: block;
  }
  .most_read_articles {
    display: block;
  }
  .article_detail-container {
    width: 100%;
    max-width: 948px;
    padding: 0;
  }
}
@media (max-width: 768px) {
  .flex-row {
    display: block;
  }
  .h2-style-articles {
    font-size: 40px;
    font-weight: 900;
    line-height: 48px;
  }
  .articles__mobile-img {
    display: block;
  }
  .articles__desctop-img {
    display: none;
  }
  .articles__container-title,
  .articles__preview-text {
    max-width: 100%;
  }
  .articles__preview-text {
    margin: 20px 0;
  }
  .articles__items-item_lid {
    display: block;
  }
  .articles__items-item_lid > div {
    width: 100%;
  }
  .articles__items-img {
    text-align: center;
  }
  .item4 {
    background-color: transparent;
    padding: 0.5em !important;
  }
  .item4 .articles__items-img {
    width: 100%;
    margin: 0;
  }
  .articles__items-item_lid-text {
    max-width: 100%;
    padding: 20px;
  }
  .header-bot__search {
    display: none;
  }
  .header-bot__search__mobile {
    display: block;
    margin-left: 25px;
  }
  .header-bot__search__line {
    width: 70%;
  }
  .most_read_articles:before {
    display: none;
  }
  .most_read_article_item_container {
    max-width: 97%;
  }
  .most_read_articles__svg-tree {
    display: none;
  }
  .article_detail-container .orange_blog_text_with_images p {
    margin: 30px 15px 0;
  }
  .article_detail-container .green_blog_with_image > .row {
    display: block;
  }
  .article_detail-container .green_blog_with_image > .row div {
    width: 100%;
  }
  .article_detail-container .green_blog_with_image .col-sm-8 {
    padding: 15px;
  }
  .article_detail-author-block > div:nth-child(1) {
    margin-bottom: 15px;
    padding: 0;
  }
  .article_detail-author-block > div:nth-child(2) {
    padding: 0;
  }
  .article_detail-author-name {
    font-size: 28px;
    line-height: 34px; /* 121.429% */
  }
  .article_detail-share-title {
    font-size: 18px;
  }
  .article__form-item.input {
    width: 100%;
  }
  .article__form-item.input:first-child {
    margin-right: 0;
    margin-bottom: 20px;
  }
  .article_detail-container .green_blog_with_image p {
    margin: 30px 15px;
  }
  .article_detail-comments-count {
    font-size: 30px;
    font-weight: 900;
    line-height: 36px;
  }
  #articles_contacts.contacts {
    margin: 40px 0 0;
  }
  .article_detail-container .green_blog_with_image p {
    font-size: 20px;
    padding-right: 20px;
    line-height: normal;
  }

  .article_detail-author-photo {
    min-width: 80px;
  }
  .article_detail-author-who {
    font-size: 16px;
    line-height: 32px;
  }
  .article_detail-author-block .article_detail-share {
    padding: 24px 60px 24px 25px;
  }
}
@media (max-width: 450px) {
}
@media (max-width: 1200px) {
  .h2-style-articles {
    font-size: 50px;
    line-height: 50px;
  }
}

.article_detail-container .green_blog_with_image p {
  margin-bottom: 10px;
}
.article_detail-container .green_blog_with_image a {
  color: #fff;
  text-decoration: underline !important;
}

.article_detail-container .article_detail-text-block a {
  text-decoration: underline !important;
}

.article_detail-container .green_blog_theme .green_blog_theme_link a {
  text-decoration: none !important;
}

.article_detail-container .quote_blog_block p {
  margin-bottom: 10px;
}
