.c_breadcrumb {
  list-style: none;
  display: flex;
  align-items: center;
  margin-top: 39px;
  margin-bottom: 13px;
  white-space: nowrap;
  overflow-x: auto;
}

.c_breadcrumb li {
  position: relative;
  font-size: 12px;
  line-height: 15px;
  color: #777;
}

.c_breadcrumb li:not(:first-child)::before {
  content: "•";
  display: inline-block;
  margin: 0 4px;
  color: #777;
}

.c_breadcrumb li a {
  font-size: inherit;
  line-height: inherit;
  color: inherit;
}

#articles_search {
  margin-bottom: 20px;
}

.btn-article-search {
  background: #fdbf60;
  border: 1px solid #777;
  height: 46px;
  width: 100px;
}

.btn-article-search:hover {
  background: #9f70fd;
}

.btn-article-search:hover svg {
  stroke: #fff;
}

.articles-module h1 {
  margin: 0 0 60px;
  padding: 0;
  color: #191919;
  font-size: 25px;
  line-height: 1.24;
  font-weight: bold;
  text-align: left;
}

.articles-module .articles-module-content {
  margin-bottom: 60px;
}

.showmore.seomore_button {
  background: #F7F7F7;
  width: 100%;
  height: 55px;
  max-width: 342px;
  border-radius: 50px;
  border: none;
  font-size: 25px;
  line-height: 31px;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  margin-bottom: 28px;
}

.showmore.seomore_button:hover {
  background: #fdbf60;
}

.articles-module-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.articles-list-grid {
  margin-bottom: 116px;
}

.articles-module-author {
  font-size: 20px;
  line-height: 25px;
  font-weight: bold;
}

.articles-module-author a {
  color: #9468ed;
}

.articles-module-date {
  font-size: 20px;
  line-height: 25px;
}

.product-related-container {
  margin: 0 auto 100px;
}

/* Похожие статьи */

.similar-articles {
  margin-bottom: 110px;
  background: #fff;
}

.similar-articles .container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

.similar-articles__title {
  margin: 0 0 43px;
  color: #1d1d1d;
  font-size: 23px;
  line-height: 31px;
  font-weight: bold;
  text-align: center;
}

.similar-articles__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0 26px;
}

.similar-article {
  min-width: 0;
  overflow: hidden;
  background: #fff;
}

.similar-article__image {
  position: relative;
  display: block;
  width: 100%;
  height: 188px;
  overflow: hidden;
  background: #f6f6f6;
}

.similar-article__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.35s ease;
}

.similar-article__image:hover img {
  transform: scale(1.04);
}

.similar-article__image img.similar-article__placeholder {
  padding: 20px;
  object-fit: contain;
}

.similar-article__content {
  padding-top: 20px;
}

.similar-article__name {
  min-height: 52px;
  margin: 0 0 13px;
  font-size: 17px;
  line-height: 1.55;
  font-weight: 400;
}

.similar-article__name a {
  color: #222;
  text-decoration: none;
  transition: color 0.2s ease;
}

.similar-article__name a:hover {
  color: #8d6de8;
}

.similar-article__description {
  display: -webkit-box;
  overflow: hidden;
  margin: 0 0 15px;
  color: #777;
  font-size: 14px;
  line-height: 1.55;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.similar-article__meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  min-height: 18px;
}

.similar-article__category,
.similar-article__category a {
  color: #9674ed;
  font-size: 12px;
  line-height: 20px;
  text-transform: uppercase;
  white-space: nowrap;
}

.similar-article__date {
  color: #999;
  font-size: 12px;
  line-height: 20px;
  white-space: nowrap;
}

/* Каталог статей */

#articles-catalog .ac-main {
  margin: 0 0 12px;
  padding: 0;
  border: 0;
  background: transparent;
  font-size: 10px;
}

#articles-catalog .ac-main li {
  color: #999;
}

#articles-catalog .ac-main li + li::before {
  padding: 0 5px;
  color: #aaa;
  content: "/";
}

#articles-catalog .ac-main a {
  color: #777;
  text-decoration: none;
}

.articles-layout {
  display: flex;
  align-items: flex-start;
  gap: 50px;
}

.articles-sidebar {
  flex: 0 0 210px;
  width: 210px;
}

.articles-sidebar__title {
  margin: 0 0 37px;
  color: #222;
  font-size: 25px;
  line-height: 31px;
  font-weight: bold;
}

.articles-sidebar__sec-title {
  margin: 0 0 28px 0;
  font-size: 20px;
  line-height: 25px;
  font-weight: 500;
}

.articles-sidebar__categories {
  width: 100%;
}

.articles-sidebar__item {
  display: block;
  padding: 11px 0;
  border-bottom: 1px solid #eee;
  color: #777;
  font-size: 12px;
  line-height: 15px;
  text-decoration: none;
}

.articles-sidebar__item--active {
  border-bottom-color: #ad83ff;
  color: #555;
}

.articles-sidebar__item:hover {
  border-bottom-color: #ad83ff;
  background: #fff5e5;
  color: #000;
  text-decoration: none;
}

.articles-sidebar__item.active {
  border-bottom-color: #ad83ff;
}

.articles-content {
  flex: 1 1 auto;
  min-width: 0;
}

#articles-catalog .ac-heading {
  margin: 0 0 25px;
  color: #222;
  font-size: 27px;
  line-height: 1.2;
  font-weight: 400;
}

#articles-catalog .articles-description {
  margin-bottom: 25px;
  color: #777;
  font-size: 14px;
  line-height: 1.55;
}

#articles-catalog .box-articles {
  width: 100%;
}

.articles-list-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  column-gap: 20px;
  row-gap: 40px;
}

.articles-grid {
  min-width: 0;
}

.articles-grid .name {
  height: 50px;
}

.article-image {
  width: 100%;
  height: 250px;
  overflow: hidden;
  background: #f7f7f7;
}

.article-image a {
  display: block;
  width: 100%;
  height: 100%;
}

.article-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.article-image:hover img {
  transform: scale(1.04);
}

.articles-grid .description {
  padding-top: 14px;
}

.articles-grid .name {
  min-height: 47px;
  margin-bottom: 8px;
  font-size: 17px;
  line-height: 29px;
  font-weight: 400;
}

.articles-grid .name a {
  color: #242424;
  text-decoration: none;
  max-height: 52px;
  overflow: hidden;
  display: block;
}

.articles-grid .name a:hover {
  color: #9468ed;
}



.articles-grid .ac-snippet {
  display: -webkit-box;
  overflow: hidden;
  margin-bottom: 12px;
  color: #777;
  font-size: 12px;
  line-height: 1.55;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.articles-grid .add-info {
  display: flex;
  align-items: center;
  min-height: 15px;
  font-size: 9px;
  line-height: 1.2;
}

.articles-grid .article-category {
  color: #956cec;
  font-size: 9px;
  text-transform: uppercase;
  text-decoration: none;
}

.articles-grid .article-date,
.articles-grid .article-viewed {
  margin-left: auto;
  color: #999;
}

.articles-grid .article-date {
  white-space: nowrap;
}

.articles-grid .art-readmore {
  margin-left: 8px;
  color: #956cec;
  text-decoration: none;
}

#articles-catalog .ac-pages {
  display: flex;
  justify-content: center;
  margin-top: 35px;
}

#articles-catalog .pagination {
  margin: 0;
}

/*#articles-catalog .pagination > li > a,
#articles-catalog .pagination > li > span {
  min-width: 26px;
  height: 26px;
  margin: 0 3px;
  padding: 5px 7px;
  border: 0;
  border-radius: 50%;
  background: transparent;
  color: #333;
  font-size: 10px;
  line-height: 16px;
  text-align: center;
}

#articles-catalog .pagination > li.active > span {
  background: #ffbe5c;
  color: #fff;
}

#articles-catalog .pagination > li > a:hover {
  background: #f0e9ff;
  color: #875bdc;
}*/

/* Планшеты */

@media screen and (max-width: 990px) {
  .c_breadcrumb {
    margin-top: 29px;
    margin-bottom: 12px;
  }

  .c_breadcrumb li,
  .c_breadcrumb li a {
    font-size: 11px;
    line-height: 14px;
  }

  .articles-module h1 {
    margin-bottom: 10px;
    font-size: 17px;
  }

  .articles-module-author {
    font-size: 15px;
    line-height: 19px;
  }

  .articles-module-date {
    font-size: 15px;
    line-height: 19px;
  }

  .articles-module .articles-module-content {
    margin-bottom: 13px;
  }

  .articles-module-info {
    margin-bottom: 45px;
  }

  .similar-articles {
    padding: 45px 0 55px;
    margin-bottom: 60px;
  }

  .similar-articles__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 35px 20px;
  }

  .similar-article__image {
    height: 180px;
  }

  .similar-articles__title {
    margin-bottom: 22px;
    font-size: 20px;
  }

  .similar-article__name a {
    font-size: 20px;
    line-height: 25px;
  }

  .similar-article__category,
  .similar-article__category a {
    font-size: 11px;
    line-height: 14px;
  }

  .article-bottom {
    display: flex;
    flex-direction: column-reverse;
  }

  .articles-layout {
    gap: 30px;
  }

  .articles-list-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* Мобильные устройства */

@media screen and (max-width: 767px) {
  .similar-articles {
    padding: 30px 0 45px;
  }

  .similar-articles .container {
    padding: 0 18px;
  }

  .similar-articles__grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .similar-article__image {
    height: auto;
    aspect-ratio: 1.8 / 1;
  }

  .similar-article__content {
    padding-top: 15px;
  }

  .similar-article__name {
    min-height: auto;
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 1.5;
  }

  .similar-article__description {
    font-size: 13px;
  }

  #articles-catalog {
    width: 100%;
    max-width: none;
    padding: 16px 10px 45px;
  }

  #articles-catalog .ac-main {
    margin-bottom: 14px;
    font-size: 8px;
  }

  .articles-layout {
    display: block;
  }

  .articles-sidebar {
    width: 100%;
    margin-bottom: 18px;
  }

  .articles-sidebar__title {
    display: none;
  }

  .articles-sidebar__categories {
    display: flex !important;
    flex-wrap: wrap !important;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 7px !important;
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    max-height: none !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: visible !important;
  }

  .articles-sidebar__item {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 34px;
    padding: 0 10px;
    border: 0;
    border-radius: 15px;
    background: #f0e9ff;
    color: #7547d0;
    font-size: 9px;
    white-space: nowrap;
  }

  .articles-sidebar__item--active {
    background: #9d6fee;
    color: #fff;
  }

  #articles-catalog .ac-heading {
    margin-bottom: 18px;
    font-size: 20px;
  }

  #articles-catalog .articles-description {
    display: none;
  }

  .articles-list-grid {
    display: block;
  }

  .articles-grid {
    margin-bottom: 22px;
  }

  .article-image {
    height: auto;
    aspect-ratio: 1.8 / 1;
  }

  .articles-grid .description {
    padding-top: 9px;
  }

  .articles-grid .name {
    min-height: auto;
    margin-bottom: 5px;
    font-size: 12px;
    line-height: 1.4;
  }

  .articles-grid .name a {
    font-size: 20px;
    line-height: 25px;
    font-weight: 500;
  }

  .articles-grid .ac-snippet {
    display: none;
  }

  .articles-grid .add-info {
    font-size: 8px;
  }

  #articles-catalog .ac-pages {
    margin-top: 25px;
  }

  .articles-sidebar__sec-title {
    margin: 0 0 20px 0;
    font-size: 25px;
    line-height: 31px;
    font-weight: bold;
    text-align: center;
  }

  .articles-module-author a,
  .articles-module-date {
    font-size: 11px;
    line-height: 14px;
    font-weight: 500;
  }

  .articles-module-author a {
    color: #9f70fd;
    text-transform: uppercase;
  }

  .articles-module-date {
    color: #777;
  }

  .articles-module-info {
    margin-bottom: 46px;
  }
}










.latest-articles-slider-module h3 a {
  color: #000;
}
.latest-articles-slider-module {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
}

.latest-articles-slider-module .la-heading {
    margin: 0 0 28px;
    text-align: center;
}

.latest-articles-slider-module .c_ciew_blogs {
    width: 100%;
    max-width: 100%;
    padding: 0 42px;
    overflow: hidden;
}

.latest-articles-slider-module .c_ciew_blogs .article_items {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    overflow: visible;
}

.latest-articles-slider-module .c_ciew_blogs .slick-list {
    width: 100%;
    margin: 0;
    padding: 0 !important;
    overflow: hidden;
}

.latest-articles-slider-module .c_ciew_blogs .slick-track {
    display: flex;
    align-items: stretch;
    margin-left: 0 !important;
}

.latest-articles-slider-module .c_ciew_blogs .slick-slide {
    height: auto;
    box-sizing: border-box;
}

.latest-articles-slider-module .c_ciew_blogs .slick-slide > div {
    display: flex;
    height: 100%;
    box-sizing: border-box;
}

.latest-articles-slider-module .c_ciew_blogs .article_item {
    display: flex !important;
    flex-direction: column;
    width: calc(100% - 20px);
    min-width: 0;
    height: 100%;
    min-height: 335px;
    margin: 0 10px;
    padding: 21px 15px;
    box-sizing: border-box;
    overflow: hidden;
    border: 1px solid #9F70FD;
    border-radius: var(--c_review_br, 25px);
    background: #fff;
}

.latest-articles-slider-module .c_ciew_blogs .article_item-content {
    display: flex;
    flex: 1 1 auto;
    min-width: 0;
    gap: 17px;
    margin-bottom: 22px;
}

.latest-articles-slider-module .c_ciew_blogs .article_item-image {
    flex: 0 0 203px;
    width: 203px;
    height: 203px;
    overflow: hidden;
    border-radius: 5px;
}

.latest-articles-slider-module .c_ciew_blogs .article_item-image a {
    display: block;
    width: 100%;
    height: 100%;
}

.latest-articles-slider-module .c_ciew_blogs .article_item-image img {
    display: block;
    width: 100%;
    max-width: 100%;
    height: 100%;
    border-radius: 5px;
    object-fit: cover;
}

.latest-articles-slider-module .c_ciew_blogs .article_item-description {
    flex: 1 1 auto;
    min-width: 0;
    max-width: 100%;
    margin: 0;
    color: #000;
    font-size: 14px;
    overflow: hidden;
}

.latest-articles-slider-module .c_ciew_blogs .article_item-name {
    display: -webkit-box;
    max-height: 73px;
    margin: 0 0 20px;
    overflow: hidden;
    color: #010104;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.35;
    text-decoration: underline;
    overflow-wrap: break-word;
    word-break: normal;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.latest-articles-slider-module .c_ciew_blogs .article_item-description-text {
    display: -webkit-box;
    max-height: 82px;
    overflow: hidden;
    color: #000;
    font-size: 14px;
    line-height: 1.45;
    overflow-wrap: break-word;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}

.latest-articles-slider-module .c_ciew_blogs .article_item-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex: 0 0 auto;
    gap: 12px;
    min-width: 0;
    margin-top: auto;
    color: #000;
    font-size: 14px;
}

.latest-articles-slider-module .c_ciew_blogs .article-date {
    min-width: 0;
    white-space: nowrap;
}

.latest-articles-slider-module .c_ciew_blogs .article-read-more {
    display: inline-block;
    flex: 0 0 auto;
    padding: 7px 15px;
    border-radius: 25px;
    background: #F7F7F7;
    box-shadow: 0 4px 4px #00000025;
    color: #000;
    text-decoration: none;
    white-space: nowrap;
}

.latest-articles-slider-module .c_ciew_blogs .article-read-more:hover {
  background: #9f70fd;
  color: #fff;
}

.latest-articles-slider-module .c_ciew_blogs .slider-button {
    position: absolute;
    top: 50%;
    z-index: 20;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 50px;
    padding: 0;
    border: 0;
    background: transparent;
    cursor: pointer;
    transform: translateY(-50%);
}

.latest-articles-slider-module .c_ciew_blogs .slider-button img {
    display: block;
    width: 15px;
    height: 41px;
}

.latest-articles-slider-module .c_ciew_blogs .prev-slider-button {
    left: -20px;
}

.latest-articles-slider-module .c_ciew_blogs .next-slider-button {
    right: -20px;
}

.latest-articles-slider-module .all-articles {
    margin-top: 25px;
    text-align: center;
}

@media (max-width: 1250px) {
    .latest-articles-slider-module .c_ciew_blogs {
        padding-right: 42px;
        padding-left: 42px;
    }

    .latest-articles-slider-module .c_ciew_blogs .article_item {
        min-height: 360px;
    }
}

@media (max-width: 991px) {
    .latest-articles-slider-module .c_ciew_blogs .article_item {
        min-height: 0;
    }

    .latest-articles-slider-module .c_ciew_blogs .article_item-content {
        display: block;
        margin-bottom: 8px;
    }

    .latest-articles-slider-module .c_ciew_blogs .article_item-image {
        width: 100%;
        height: 260px;
        margin-bottom: 16px;
    }

    .latest-articles-slider-module .c_ciew_blogs .article_item-image img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

    .latest-articles-slider-module .c_ciew_blogs .article_item-name {
        max-height: 49px;
        margin-bottom: 12px;
        -webkit-line-clamp: 2;
    }

    .latest-articles-slider-module .c_ciew_blogs .article_item-description-text {
        max-height: 64px;
        -webkit-line-clamp: 3;
    }

    .showmore.seomore_button {
      max-width: 133px;
      height: 24px;
      font-size: 14px;
      margin-bottom: 18px;
    }
}

@media (max-width: 768px) {
    .latest-articles-slider-module .c_ciew_blogs {
        padding-right: 35px;
        padding-left: 35px;
    }

    .latest-articles-slider-module .c_ciew_blogs .article_item {
        width: calc(100% - 10px);
        min-height: 0;
        margin: 0 5px;
        padding: 0;
        border: 0;
        border-radius: 0;
    }

    .latest-articles-slider-module .c_ciew_blogs .article_item-image {
        height: 300px;
    }

    .latest-articles-slider-module .c_ciew_blogs .prev-slider-button {
        left: -30px;
    }

    .latest-articles-slider-module .c_ciew_blogs .next-slider-button {
        right: -30px;
    }

    .latest-articles-slider-module .c_ciew_blogs .article-read-more, .latest-articles-slider-module .c_ciew_blogs .article-read-more:hover {
      padding: 0;
      background: none;
      border: none;
      color: #000;
      box-shadow: none;
    }
}

@media (max-width: 550px) {
    .latest-articles-slider-module .la-heading {
        margin-bottom: 20px;
    }

    .latest-articles-slider-module .c_ciew_blogs {
        padding-right: 30px;
        padding-left: 30px;
    }

    .latest-articles-slider-module .c_ciew_blogs .article_item-image {
        height: 300px;
        margin-bottom: 14px;
    }

    .latest-articles-slider-module .c_ciew_blogs .article_item-name {
        max-height: 40px;
        margin-bottom: 12px;
        font-size: 16px;
        line-height: 1.25;
        overflow: hidden;
        height: 40px;
    }

    .latest-articles-slider-module .c_ciew_blogs .article_item-description {
        margin-bottom: 0;
        font-size: 14px;
    }

    .latest-articles-slider-module .c_ciew_blogs .article_item-description-text {
        max-height: 58px;
        font-size: 14px;
        line-height: 1.4;
        -webkit-line-clamp: 3;
    }

    .latest-articles-slider-module .c_ciew_blogs .article_item-footer {
        font-size: 14px;
    }

}