

/* Start:/local/templates/base/assets/css/pages/article-page.css?17830759957082*/
.article > *:first-child {
  margin-top: 32px;
}
.article-type-img {
  text-align: center;
}
.article-type-img > img:first-child {
  margin-top: 0;
}
.article-banner {
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-top-left-radius: 1.5rem;
  border-top-right-radius: 1.5rem;
}
.article-banner:before {
  content: "";
  display: block;
  padding-top: 68.75%;
}
.article-banner-container {
  position: relative;
}
.article-banner-container h1 {
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 24px;
  /*margin-bottom: -16px;*/
  font-size: 32px;
  text-align: center;
}
.article hr {
  height: 2px;
}
.article ul, .article ol {
  margin-bottom: 24px;
  margin-top: 24px;
}
.article blockquote {
  position: relative;
  padding-top: 76px;
  font-size: 24px;
  line-height: 1.1875;
  color: #22509f;
  background: url("/local/templates/base/assets/css/pages/../../images/quote.svg") no-repeat;
}
.article .content-banner {
  text-align: center;
}
.article .img-fluid {
  border-radius: 64px;
}
.article .content-banner, .article blockquote,
.article .box-item, .article hr, .article .lead,
.article .article-section,
.article h2:not(:first-child), .article .h2:not(:first-child) {
  margin-top: 40px;
  margin-bottom: 40px;
}
.article h3, .article .h3 {
  margin: 32px 0 16px;
}
.article .large-width, .article hr, .article blockquote {
  margin-right: -1.5rem;
  margin-left: -1.5rem;
}

.article .bg-secondary a {
  text-decoration: underline;
  color: inherit;
}
.article .bg-secondary a:hover {
  text-decoration: none;
}
.article-min .img-fluid {
  border-radius: 0;
}

@media (min-width: 768px) {
  .article > *:first-child {
    margin-top: 56px;
  }
  .article-banner {
    border-radius: 4rem;
  }
  .article-banner-container h1 {
    position: absolute;
    z-index: 2;
    bottom: 0;
    width: 88%;
    left: 6%;
    font-size: 50px;
    padding: 0;
    margin-bottom: 0.8em;
  }
  .article-banner:before {
    content: "";
    display: block;
    padding-top: 70.65%;
  }
  .article-banner:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 320px;
    background: linear-gradient(180deg, rgba(242, 243, 245, 0) 0%, rgba(242, 243, 245, 0.88) 50%);
  }
  .article .content-banner, .article blockquote,
.article .box-item, .article hr, .article .lead, .article .article-section,
.article h2:not(:first-child), .article .h2:not(:first-child) {
    margin-top: 56px;
    margin-bottom: 56px;
  }
  .article h3, .article .h3 {
    margin: 40px 0 16px;
  }

  .large-width, hr, blockquote {
    margin-right: 0;
    margin-left: 0;
  }

  
}
@media (min-width: 1200px) {
  .article > *:first-child {
    margin-top: 62px;
  }
  .article-banner-container h1 {
    width: 94%;
    left: 3%;
    bottom: 24px;
    font-size: 74px;
  }
  .article-banner:before {
    content: "";
    display: block;
    padding-top: 54.88%;
  }
  .article .large-width, .article hr, .article blockquote {
    margin-right: -96px;
    margin-left: -96px;
  }
  .article .content-banner, .article blockquote,
.article .box-item, .article hr, .article .lead, .article .article-section,
.article h2:not(:first-child), .article .h2:not(:first-child) {
    margin-top: 80px;
    margin-bottom: 40px;
  }
  .article ul, .article ol {
    margin-bottom: 30px;
    margin-top: 30px;
  }
  .article blockquote {
    padding: 26px 96px 0;
    font-size: 32px;
  }
}

.article-sprite {
  display: none;
}

.article-download {
  margin-left: auto;
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;

  font-family: "BrandonGrotesque", "Helvetica Neue", Arial, sans-serif;
  font-size: 24px;
  line-height: 1.25;
  color: #22509F;
}

.article > .article-download:first-child {
  margin-top: 0;
}

.article-download svg {
  display: block;
  width: 18px;
  height: 24px;
  margin-right: 11px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  fill: currentColor;
}

.article-download.button-primary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 60px auto 0;

  font-family: inherit;
  font-size: 18px;
  line-height: 24px;
}

.article-download.button-primary:hover {
  color: white;
}

.article-download.button-primary svg {
  margin-right: 10px;
}

@media (max-width: 767.9px) {
  .article-download {
    display: none;
  }

  .article-download.button-primary {
    margin-top: 32px;
  }
  .article .img-fluid {
    border-radius: 24px;
  }
}
@media (min-width: 768px) {
  .box-item-inner.box-item-inner--article {
    padding-top: 62px;
    padding-bottom: 56px;
  }
}

.article__meta-bar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px 20px;
  margin-bottom: 20px;
  background: #e5e5e578;
  padding: 10px 20px;
  border-radius: 10px;
}

.article__meta-item {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
}

.article__meta-icon {
  display: block;
  flex-shrink: 0;
  color: #333;
}

.article__meta-like {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  font: inherit;
  font-size: 14px;
  cursor: pointer;
  color: #333;
}

.article__meta-like:disabled {
  cursor: default;
  opacity: 0.7;
}

.article__meta-like.is-liked,
.article__meta-like.is-liked .article__meta-icon,
.article__meta-like.is-liked svg {
  color: #22509f;
}

.article__meta-like svg {
  display: block;
  flex-shrink: 0;
  color: #333;
}

article .footnote-section .bx-breadcrumb {
  margin-left: 20px;
  margin-right: 20px;
}
.footnote-section .bx-breadcrumb .bx-breadcrumb-item span {
  line-height: 1.3;
}
@media (max-width: 768px) {
  .footnote-section .bx-breadcrumb .bx-breadcrumb-item span {
    font-size: 18px;
  }
}
@media (max-width: 576px) {
  .article .large-width.content-banner {
    margin-right: -20px;
    margin-left: -20px;
  }

  .article .img-fluid {
    border-radius: 24px;
    overflow: hidden;
  }
  .footnote-section .bx-breadcrumb .bx-breadcrumb-item span {
    font-size: 17px;
  }
}


.news.js-news .swiper-container {
    margin-bottom: 30px;
}
.articles-slider-footer {
  position: relative;
  margin-bottom: 15px;
  margin-left: -20px;
  margin-right: -20px;
  text-align: center;
}
.articles-slider-button-container {
  position: absolute;
  bottom: 0;
  right: 0;
  margin: 0 -16px;
}
.articles-slider-button-container .swiper-button {
  padding: 0 16px;
}
@media screen and (max-width: 768px) {
    .articles-slider-button-container .swiper-button .svg-arrow-right-icon {
        width: 1em;
    }
    .articles-slider-footer .btn-xs-block.all-btn {
        min-width: auto;
        width: fit-content;
    }
}
@media screen and (max-width: 500px) {
    .articles-slider-button-container .swiper-button {
        padding: 0 5px;
    }
    .articles-slider-button-container .swiper-button .svg-arrow-right-icon {
        width: 0.6em;
    }
}
/* End */


/* Start:/bitrix/components/bitrix/breadcrumb/templates/articles/style.min.css?1679567190467*/
.bx-breadcrumb{margin:10px 0}.bx-breadcrumb i{color:#b5bdc2;line-height:13px;font-size:12px;vertical-align:middle;margin-right:5px}.bx-breadcrumb .bx-breadcrumb-item{float:left;margin-bottom:10px;white-space:nowrap;line-height:13px;vertical-align:middle;margin-right:10px}.bx-breadcrumb .bx-breadcrumb-item span{font-family:"Open Sans",Arial,"Helvetica Neue",Helvetica,sans-serif;font-size:21px;white-space:normal}.bx-breadcrumb .bx-breadcrumb-item a{border-bottom:0}
/* End */
/* /local/templates/base/assets/css/pages/article-page.css?17830759957082 */
/* /bitrix/components/bitrix/breadcrumb/templates/articles/style.min.css?1679567190467 */
