

/* Start:/local/templates/main/assets/bx-styles/list.css?17298439981111*/
.list {
  padding-left: 3.6rem
}
.list li {
  position: relative
}
.list li::before {
  content: '';
  position: absolute;
  top: 50%;
  left: -2.6rem;
  transform: translateY(-50%);
  width: .6rem;
  height: .6rem;
  border-radius: 50%;
  background-color: #1e5d9d
}
.list li:not(:last-child) {
  margin-bottom: 1rem
}
.list_ol {
  padding-left: 3rem;
  counter-reset: num
}


.list_ol li::before {
  counter-increment: num;
  content: counter(num);
  position: absolute;
  left: -2rem;
  top: 50%;
  transform: translateY(-50%);
  width: auto;
  height: auto;
  background: 0 0;
  font-size: 1.4rem;
  font-weight: 600;
  color: #1e5d9d;
  line-height: 1
}
.news-article__list.list_ol li{
  margin-bottom: 2rem;
  position: relative;
}
.news-article__list.list_ol li::before{
  font-size: 1.8rem;
}
@media (max-width:48em) {
  .list {
    padding-left: 5rem
  }
  .list li::before {
    left: -3rem;
    width: 1.2rem;
    height: 1.2rem
  }
  .list li:not(:last-child) {
    margin-bottom: 2rem
  }
  .list_ol {
    padding-left: 6rem
  }
  .list_ol li::before {
    left: -4rem;
    font-size: 2.4rem;
  }
}
/* End */


/* Start:/local/templates/main/assets/bx-styles/news-article.css?17611439397661*/
.news-article {
  margin-bottom: 16.4rem
}
.news-article__content p:not(:last-child) {
  margin-bottom: 2.7rem
}
.news-article__content a {
  color: #014387;
  text-decoration: underline;
  font-weight: 500
}
.news-article__content a.bold{
  font-weight: 900;
}
.news-article__content ol,
.news-article__content ul {
  margin-bottom: 2.7rem;
  padding-left: 3.2rem
}
.news-article__heading {
  display: flex;
  justify-content: space-between;
  margin-bottom: 4rem
}
.news-article__text {
  width: 101rem
}
.news-article__date {
  font-size: 1.4rem;
  margin-bottom: 1.3rem
}
.news-article__title {
  line-height: 1.22;
  margin-bottom: 2rem
}
.news-article__img {
  width: 40rem;
  height: 28.7rem;
  border-radius: 1.6rem;
  overflow: hidden
}
.news-article__img img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover
}
.news-article__body-img {
  width: 100%;
  height: 33rem;
  border-radius: 1.6rem;
  overflow: hidden;
  margin-bottom: 3.5rem
}
.news-article__body-img img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover
}
.news-article__block {
  padding: 3rem;
  background-color: #fafafa;
  border-radius: 1.6rem
}
.news-article__block_flex {
  display: flex;
  margin-bottom: 2.7rem
}
.news-article__block:not(:last-child) {
  margin-bottom: 3.5rem
}
.news-article__block-title {
  margin-bottom: 1.9rem
}
.news-article__block-text {
  width: 100%
}
.news-article__block-img {
  width: 32.3%;
  flex-shrink: 0;
  border-radius: 1.7rem;
  overflow: hidden;
  margin-left: 4rem
}
.news-article__block-img img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover
}
.news-article__list:not(:last-child) {
  margin-bottom: 1.8rem
}
.news-article__slider {
  position: unset
}
.news-article__slider-wrap {
  margin: 3rem 0 5.2rem;
  position: relative
}
.news-article__slider-item {
  width: 100%;
  height: 33rem;
  border-radius: 1.7rem;
  overflow: hidden
}
.news-article__slider-item img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover
}
.news-article-pagination.swiper-pagination {
  bottom: -2.2rem
}
.news-article-button-next,
.news-article-button-prev {
  background: rgba(255,255,255,.5)
}
.news-article-button-prev {
  left: 1rem
}
.news-article-button-next {
  right: 1rem
}
.block_attention{
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 10px 15px;
  background-color: #c7c7c7;
  font-size: 1.8rem;
  margin-bottom: 17px;
}
.block_attention img{
  width: auto;
}
.border-1-7{
  border-radius: 1.7rem;
}
.news-article__content ol.news-article__list-ol {
  padding-left: 0;
}
.news-article__list-ol li:not(:last-child) {
  margin-bottom: 1rem;
}
h3{
  margin-bottom: 6px;
  padding-top: 3px;
}
@media (max-width:48em) {
  .block_attention{
    font-size: 3rem;
  }
  .news-article {
    margin: -3.8rem 0 16rem
  }
  .news-article__content {
    line-height: 1.21
  }
  .news-article__content p:not(:last-child) {
    margin-bottom: 3.6rem
  }
  .news-article__heading {
    display: block
  }
  .news-article__text {
    width: 100%;
    margin-bottom: 4rem
  }
  .news-article__date {
    font-size: 2.4rem;
    margin-bottom: 4rem
  }
  .news-article__title {
    line-height: 1.2;
    margin-bottom: 0
  }
  .news-article__img {
    width: 100%;
    height: auto;
    border-radius: 3.2rem;
    margin-bottom: 4.2rem
  }
  .news-article__body-img {
    height: 34.4rem;
    border-radius: 3.2rem;
    margin-bottom: 4rem
  }
  .news-article__block {
    border-radius: 3.2rem
  }
  .news-article__block_flex {
    display: block
  }
  .news-article__block:not(:last-child) {
    margin-bottom: 4rem
  }
  .news-article__block-title {
    margin-bottom: 4rem
  }
  .news-article__block-img {
    width: 100%;
    height: 39.2rem;
    border-radius: 3.4rem;
    margin-left: 0;
    margin-top: 3rem
  }
  .news-article__list:not(:last-child) {
    margin-bottom: 3.8rem
  }
  .news-article__slider-wrap {
    margin: 6rem 0 10.4rem
  }
  .news-article__slider-item {
    height: 30.8rem;
    border-radius: 3.4rem
  }
  .news-article-pagination.swiper-pagination {
    bottom: -4.4rem
  }
  .news-article-button-next,
  .news-article-button-prev {
    display: none
  }
}


.news-article__table-block {padding-top:8rem; padding-bottom:11rem; border-radius:5rem; background-color:#fafafa}
.news-article__table-title {margin-bottom:3rem}
.news-article__table {margin-bottom:3rem; border-radius:1.2rem; overflow:hidden; border:1px solid #eaeaeb}
.news-article__table-header-block {display:flex; align-items:center; min-height:6.6rem; background-color:#eaeaeb}
.news-article__table-header-block .news-article__table-col {display:flex; padding:.4rem 2.5rem; font-size:1.8rem; font-weight:600; line-height:2.4rem; color:#6f6f71}
.news-article__table-header-block .news-article__table-col_1 {width:40%}
.news-article__table-header-block .news-article__table-col_2 {justify-content:start; width:60%}
.news-article__table-header-block .news-article__table-col_3 {width:20%}
.news-article__table-header-block .news-article__table-col_4 {width:15%}
.news-article__table-row {display:flex; align-items:center; min-height:6.6rem; border-bottom:1px solid rgba(0,0,0,.1)}
.news-article__table-row:nth-last-of-type() {border:none}
.news-article__table-row .news-article__table-col {display:flex; align-items:center; padding:.4rem 2.5rem; font-size:1.6rem; font-weight:400; line-height:2.1rem; color:#272727}
.news-article__table-row .news-article__table-col a {display:flex; align-items:center; color:#1e5d9d}
.news-article__table-row .news-article__table-col a svg {width:2.4rem; height:2.4rem; margin-left:.5rem}
.news-article__table-row .news-article__table-col_1 {width:40%}
.news-article__table-row .news-article__table-col_2 {justify-content:start; width:60%}
.news-article__table-row .news-article__table-col_3 {width:20%}
.news-article__table-row .news-article__table-col_4 {width:15%}
.news-article__table-btn-block {display:flex; justify-content:center}
.news-article__table-show-more-btn {width:26rem}
@media (max-width:48em) {
  .news-article__table-block {padding-top:8rem; padding-bottom:10rem; border-radius:6rem }
 .news-article__table-title {margin-bottom:4rem }
 .news-article__table {margin-bottom:4rem; border-radius:2.4rem }
 .news-article__table-header-block {display:none }
 .news-article__table-row {flex-wrap:wrap; padding:3rem }
 .news-article__table-row .news-article__table-col {padding:0 }
 .news-article__table-row .news-article__table-col_1 {width:100%; margin-bottom:2.4rem; font-size:2.8rem; font-weight:600; line-height:3.8rem; color:rgba(39,39,39,.7) }
 .news-article__table-row .news-article__table-col_2 {flex-direction:row-reverse; justify-content:flex-end; width:100%; margin-bottom:3.4rem; font-size:3.2rem; line-height:4.2rem }
 .news-article__table-row .news-article__table-col_3 {order:2; justify-content:flex-end; width:50% }
 .news-article__table-row .news-article__table-col_4 {width:50%; font-size:2.8rem; font-weight:500; line-height:3.4rem }
 .news-article__table-row .news-article__table-col_4 a svg {margin-left:1rem; width:4rem; height:4rem }
 .news-article__table-link-btn {padding:2rem 3rem; font-size:2.8rem; font-weight:500; line-height:3.4rem; color:#1e5d9d; border:1px solid #1e5d9d; border-radius:1rem }
}

.steps__content_with-title .steps__item {
  justify-content: stretch;
}

.steps__content_with-title .steps__item-number {
  margin-bottom: 1rem;
}

.steps__content_with-title .steps__item-title {
  font-weight: 600;
}

@media (min-width: 48em) {
  .steps__content_with-title .steps__item-heading {
    margin-bottom: 1rem;
    min-height: 11rem;
  }

  .steps__content_with-title .steps__item-title {
    font-size: 1.8rem;
  }
}
/* End */
/* /local/templates/main/assets/bx-styles/list.css?17298439981111 */
/* /local/templates/main/assets/bx-styles/news-article.css?17611439397661 */
