

/* Start:/articles/style.css?1751466867518*/
.b2b-articles-title--full::before {
    background-color: var(--biege-color);
}
.b2b-articles-title--full {
    padding-bottom: 0;
    margin-bottom: -75px;
}
.b2b-articles-title__wrapper {
    position: relative;
    z-index: 1;
}
.b2b-articles-title__title {
    font-size: calc(var(--rem) * 65);
    margin: 0;
}

@media (max-width: 768px) {
    .b2b-articles-title--full {
        margin-bottom: -40px;
    }
    .b2b-articles-title__title {
        font-size: calc(var(--rem) * 45);
    }
}
/* End */


/* Start:/include/rebranding/breadcrumbs/style.css?17253645801226*/
.b2b-breadcrumbs {
  padding-top: calc(var(--rem) * 50);
  padding-bottom: calc(var(--rem) * 50);
  margin-bottom: calc(calc(var(--rem) * 121) * -1);
  position: relative;
  z-index: 1;
}
.b2b-breadcrumbs__list {
  display: flex;
  padding: 0;
  margin: 0;
}
.b2b-breadcrumbs__item {
  position: relative;
  color: var(--brand-color);
  font-weight: 600;
  line-height: 1;
}
.b2b-breadcrumbs__item:not(:last-of-type) {
  --arrow-size: calc(var(--rem) * 12);
  --gap: calc(var(--rem) * 20);
  margin-right: calc(var(--gap) + var(--arrow-size) + var(--gap));
}
.b2b-breadcrumbs__item:not(:last-of-type)::after {
  content: '';
  position: absolute;
  top: calc(50% + .1em);
  left: calc(100% + var(--gap) - (var(--arrow-size) / 2));
  transform: translateY(-50%) rotate(45deg);
  transform-origin: center;
  width: var(--arrow-size);
  height: var(--arrow-size);
  border: 2px solid var(--brand-color);
  border-left-color: transparent;
  border-bottom-color: transparent;
  border-radius: calc(var(--rem) * 2);
}
.b2b-breadcrumbs__item:hover {
  text-decoration: underline;
  text-underline-offset: .2em;
}
@media (max-width: 480px) {
  .b2b-breadcrumbs {
    display: none;
  }
}

/* End */


/* Start:/local/templates/rebranding/components/bitrix/news.list/experts_articles/style.min.css?17383330752361*/
.b2b-experts{position:relative}
.b2b-experts--full::before{background-color:var(--biege-color)}
.b2b-experts__wrapper{position:relative;z-index:1}
.b2b-experts__swiper{margin:0 calc(var(--rem) * -15)}
.b2b-expert{cursor:pointer}
.b2b-expert__detail{margin:0 calc(var(--rem) * -15)}
.b2b-expert__detail .b2b-expert{display:grid;grid-template-columns:calc(var(--rem) * 480) auto;align-items:center}
.b2b-expert__photo-container{border-radius:50%;overflow:hidden;margin:calc(var(--rem) * 15)}
.b2b-expert__photo{width:100%;height:auto}
.b2b-expert__content{display:grid;gap:calc(var(--rem) * 15);margin:1em calc(var(--rem) * 15) 0}
.b2b-expert__detail .b2b-expert__content{margin-top:0}
.b2b-expert__title{font-size:calc(var(--rem) * 26);margin:0;font-weight:700}
.b2b-expert__title:hover{text-decoration:underline}
.b2b-expert__link{font-size:var(--bigger-text-size);position:relative;font-weight:700;width:max-content}
.b2b-expert__link::after{content:'';position:absolute;top:1ex;left:110%;width:calc(var(--rem) * 33);height:calc(var(--rem) * 15);background:url(/local/templates/rebranding/assets/img/icons/right_arrow.svg) no-repeat center/contain}
.b2b-expert__link--back{color:var(--brand-color);font-weight:700;border:2px solid var(--brand-color);border-radius:var(--border-radius);max-width:max-content;padding:.5em 2.5em;margin-top:calc(var(--rem) * 25)}
.b2b-expert__link--back:hover{color:#fff;background-color:var(--brand-color)}
.b2b-expert__articles{position:relative;padding-left:calc(var(--rem) * 35)}
.b2b-expert__articles::before{position:absolute;content:'';left:0;width:calc(var(--rem) * 30);height:calc(var(--rem) * 30);background-size:80%;background-position:center;background-repeat:no-repeat;background-image:url(/local/templates/rebranding/assets/img/pages/articles/icon-articles.svg)}
.b2b-experts__slider-next,.b2b-experts__slider-prev{cursor:pointer;position:absolute;top:40%}
.b2b-experts__slider-prev{left:calc(var(--rem) * -50)}
.b2b-experts__slider-next{right:calc(var(--rem) * -50)}
@media (max-width:768px){
.b2b-experts{grid-template-columns:repeat(2,1fr)}
.b2b-expert__detail .b2b-expert__photo-container{max-width:calc(var(--rem)* 480)}
.b2b-expert__detail .b2b-expert{display:flex;flex-direction:column;align-items:flex-start}
}
@media (max-width:400px){
.b2b-experts{grid-template-columns:auto}
}
/* End */


/* Start:/local/templates/rebranding/components/bitrix/news.list/articles_themes/style.min.css?1738048523580*/
.b2b-themes__list{padding:0;margin:0;display:flex;flex-wrap:wrap;gap:calc(var(--rem)* 20)}
.b2b-themes__link{display:block;padding:calc(var(--rem)* 20) calc(var(--rem)* 30);border-radius:calc(var(--rem)* 40);border:1px solid var(--black-color);transition:all .3s ease-in-out;line-height:1.3}
.b2b-themes__item--active .b2b-themes__link,.b2b-themes__link:hover{color:#fff;border:1px solid var(--brand-color);background-color:var(--brand-color)}
@media (max-width:768px){
.b2b-themes__link{padding:calc(var(--rem)* 10) calc(var(--rem)* 20);border-radius:calc(var(--rem)* 30)}
}
/* End */


/* Start:/local/templates/rebranding/components/bitrix/system.pagenavigation/showMore/style.css?1725364588125*/
.load_more {
    margin: 10px;
    padding: 10px;
    border: 1px solid #ddd;
    cursor: pointer;
    text-align: center;
}

/* End */


/* Start:/local/templates/rebranding/components/bitrix/news.list/articles/style.min.css?17383330683318*/
.b2b-articles--full::before{background-color:var(--biege-color)}
.b2b-articles--blue::before{background-color:var(--lighter-blue-color)}
.b2b-articles__wrapper{position:relative;z-index:1}
.b2b-articles__date,.b2b-articles__link,.b2b-articles__title{font-size:var(--bigger-text-size);font-weight:700}
.b2b-articles__date{color:var(--brand-color)}
.b2b-articles__theme{display:block;font-size:13px;color:#31171f;line-height:1.3}
.b2b-articles__full-img{width:100%;height:100%;object-fit:cover;margin-bottom:1em;transition:transform .2s ease-in-out}
.b2b-articles__full-img-wrapper{max-width:calc(var(--rem) * 382);max-height:calc(var(--rem) * 382);overflow:hidden;margin-bottom:1em}
.b2b-articles__no-img,.b2b-articles__with-img{position:relative}
.b2b-articles__with-img:hover .b2b-articles__full-img{transform:scale(1.1);transition:transform .2s ease-in-out}
.b2b-articles__link-full{position:absolute;top:0;left:0;width:100%;height:100%;z-index:10}
.b2b-articles__link{position:relative}
.b2b-articles__link:hover{text-decoration:underline;text-underline-offset:.1em}
.b2b-articles__full-content{display:grid;grid-template-columns:1fr 1fr;gap:1em 8em;align-items:center}
.b2b-articles__grid-wrapper{display:grid;grid-template-columns:1fr 1fr 1fr;gap:6em 2em}
.b2b-articles__link::after{content:'';position:absolute;top:.4em;left:110%;width:calc(var(--rem) * 33);height:calc(var(--rem) * 15);background:url(/local/templates/rebranding/assets/img/icons/right_arrow.svg) no-repeat center/contain}
.b2b-articles__more:disabled{opacity:.3}
.b2b-article__rating{display:flex;align-items:center;gap:calc(var(--rem) * 10);margin:calc(var(--rem) * 15) 0}
.b2b-article__stars{display:flex;gap:calc(var(--rem) * 5);padding:0;margin:0}
.b2b-article__star{content:'';background:url(/local/templates/rebranding/components/bitrix/news.detail/articles/img/star-red.svg);background-size:110%;width:15px;height:15px}
.b2b-article__star--active~.b2b-article__star{background:url(/local/templates/rebranding/components/bitrix/news.detail/articles/img/star-grey.svg);background-size:110%}
.b2b-article__rating-txt{margin-top:calc(var(--rem) * 5)}
.b2b-article__info{display:flex;gap:calc(var(--rem) * 20);margin:calc(var(--rem) * 20) 0}
.b2b-article__info-reviews,.b2b-article__info-time,.b2b-article__info-views{position:relative;padding-left:calc(var(--rem) * 35)}
.b2b-article__info-reviews::before,.b2b-article__info-time::before,.b2b-article__info-views::before{position:absolute;content:'';left:0;width:calc(var(--rem) * 30);height:calc(var(--rem) * 30);background-size:95%;background-position:center;background-repeat:no-repeat}
.b2b-article__info-time::before{background-image:url(/local/templates/rebranding/assets/img/pages/articles/icon-time.svg)}
.b2b-article__info-views::before{background-image:url(/local/templates/rebranding/assets/img/pages/articles/icon-views.svg)}
.b2b-article__info-reviews::before{background-image:url(/local/templates/rebranding/assets/img/pages/articles/icon-reviews.svg)}
@media (max-width:768px){
.b2b-articles__full-content{display:flex;flex-direction:column-reverse}
.b2b-articles__full-img{width:300px;height:auto}
.b2b-articles__grid-wrapper{display:flex;flex-direction:column;max-width:300px;margin:0 auto;row-gap:3em}
}
.b2b-articles__author{color:#64aab2}
/* End */
/* /articles/style.css?1751466867518 */
/* /include/rebranding/breadcrumbs/style.css?17253645801226 */
/* /local/templates/rebranding/components/bitrix/news.list/experts_articles/style.min.css?17383330752361 */
/* /local/templates/rebranding/components/bitrix/news.list/articles_themes/style.min.css?1738048523580 */
/* /local/templates/rebranding/components/bitrix/system.pagenavigation/showMore/style.css?1725364588125 */
/* /local/templates/rebranding/components/bitrix/news.list/articles/style.min.css?17383330683318 */
