@charset "UTF-8";
.article-list {
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  padding: var(--gap) 0;
  margin-left: var(--space-s-neg);
  margin-right: var(--space-s-neg);
}
.article-list article {
  padding: 0 var(--space-s) 60px;
  display: flex;
  align-content: flex-start;
  flex-wrap: wrap;
  box-sizing: border-box;
}
.article-list article:nth-child(1) {
  width: 100%;
}
.article-list article:nth-child(5n+2) {
  width: 50%;
}
.article-list article:nth-child(5n+3) {
  width: 50%;
}
.article-list article:nth-child(5n+4) {
  width: calc(100% / 3);
}
.article-list article:nth-child(5n+5) {
  width: calc(100% / 3);
}
.article-list article:nth-child(5n+6) {
  width: calc(100% / 3);
}
.article-list article .wrapper_article {
  width: 100%;
  text-decoration: none;
}
.article-list article .wrapper_article .article__image {
  width: 100%;
}
.article-list article .wrapper_article .article__image img {
  width: 100%;
}
.article-list article .wrapper_article .tags_block {
  color: var(--color-dark-gray);
  font-size: var(--size-n);
  margin-top: 10px;
  line-height: 150%;
  width: 100%;
}
.article-list article .article_name {
  color: var(--color-black);
  font-size: var(--size-l);
  font-weight: 500;
  margin-top: var(--space-xxs);
  line-height: 150%;
  cursor: pointer;
  text-decoration: none;
}
.article-list .first_articles .wrapper_article .article__image {
  width: 65%;
  float: left;
}
.article-list .first_articles .wrapper_article .tags_block {
  width: 35%;
  float: right;
  padding: 0 0 0 40px;
  box-sizing: border-box;
}
.article-list .first_articles .wrapper_article .article_name {
  width: 35%;
  float: right;
  padding: 0 0 0 40px;
  box-sizing: border-box;
  font-family: var(--font-hero);
  font-weight: 500;
  font-size: var(--size-xxl);
  margin-top: var(--space-n);
}
.article-list .first_articles .wrapper_article .article_anonce {
  width: 35%;
  float: right;
  padding: 0 0 0 40px;
  box-sizing: border-box;
  color: #000;
  font-size: var(--size-m);
  line-height: 150%;
  margin-top: var(--space-xxl);
}
.article-list .first_articles .wrapper_article a {
  width: auto;
  margin: 40px 0 0 40px;
  padding: 0 60px;
}
.about_cat_warp {
  display: flex;
  justify-content: center;
  border-top: 1px solid var(--color-medium-gray);
  margin-top: 40px;
}
.about_cat_warp .links_page {
  padding: 20px;
}
.about_cat_warp .links_page a {
  text-decoration: none;
  color: var(--color-dark-gray);
  font-size: var(--size-m);
  line-height: var(--lh-m);
}
.about_cat_warp .links_page a:hover {
  color: #000;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.about_cat_warp .links_page .active {
  color: #000;
}
.about_cat_warp .links_page .active:before {
  width: 100%;
}
.page-article {
  max-width: 1100px;
  margin: 0 auto 40px;
}
.page-article .page-article__top-panel {
  display: flex;
  justify-content: center;
  position: relative;
  height: 70px;
  margin-bottom: 40px;
}
.page-article .page-article__top-panel div {
  padding: 10px;
}
.page-article .page-article__top-panel .page-article__date {
  text-align: right;
}
.page-article .page-article__top-panel .article-nav .arrow_art {
  background-repeat: no-repeat;
  background-size: contain;
  cursor: pointer;
  height: 40px;
  opacity: 0.4;
  display: block;
  transition: opacity 0.2s;
  width: 40px;
  position: absolute;
  top: -40px;
}
.page-article .page-article__top-panel .article-nav .arrow_art:hover {
  opacity: 1;
}
.page-article .page-article__top-panel .article-nav .prev_art {
  background-image: url(../img/arrow-left.svg);
  left: 0;
}
.page-article .page-article__top-panel .article-nav .next_art {
  background-image: url(../img/arrow-right.svg);
  right: 0;
}
.page-article .page-article__text {
  font-size: var(--size-m);
  line-height: 1.7;
  font-weight: 300;
}
.page-article .page-article__text p {
  line-height: 1.7;
  font-weight: 300;
}
.mw1100 {
  max-width: 920px;
  margin: auto !important;
}
/*Контент */
.page-article__text h2, .page-article__text h3, .page-article__text h4, .page-article__text h5, .page-article__text h6 {
  margin-bottom: 5px;
}
.page-article__text h3 {
  font-size: 24px;
}
.page-article__text h4 {
  font-size: 22px;
}
.page-article__text h5 {
  font-size: 22px;
}
.page-article__text h6 {
  font-size: 22px;
}
.page-article__text ul, .page-article__text ol {
  padding: 0;
  list-style: none;
  margin: 0;
}
.page-article__text ul li, .page-article__text ol li {
  font-weight: 300;
}
.page-article__text .style1 {
  counter-reset: index;
}
.page-article__text .style1 li {
  display: block;
  box-sizing: border-box;
  position: relative;
  margin-bottom: 20px;
  background: #f5f3f1;
  border: 1px solid #1A3755;
  border-radius: 10px;
  padding: 15px 25px;
  line-height: 1.5;
}
.singleimg {
  width: 100%;
  padding: 20px 0;
}
.singleimg img {
  width: 100%;
}
.singleimg span {
  background: #f5f3f1;
  padding: 10px;
  font-size: 15px;
  text-align: center;
  display: block;
  position: relative;
  top: -10px;
}
.doubleimg {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin: 10px 0;
}
.doubleimg img {
  width: 50%;
}
.question {
  font-weight: 500;
}
blockquote {
  background: #193654;
  color: #fff;
  padding: 20px 20px 10px 20px;
  border-radius: 10px;
  position: relative;
}
blockquote p {
  color: #fff;
  margin: 0;
  padding: 0;
}
blockquote:before {
  position: absolute;
  content: "!";
  color: #fff;
  width: 40px;
  height: 40px;
  left: calc(50% - 20px);
  top: -31px;
  background: #e22b2b;
  text-align: center;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #fff;
  font-size: 22px;
}
.faq_question {
  margin-bottom: 15px;
}
.faq_question ul {
  margin-bottom: 20px;
}
/*Контент конец */
@media (max-width: 1366px) {
  .article-list .first_articles .wrapper_article .article__image {
    width: 60%;
  }
  .article-list .first_articles .wrapper_article .article_name {
    font-size: var(--size-xl);
  }
  .article-list .first_articles .wrapper_article .tags_block, .article-list .first_articles .wrapper_article .article_anonce, .article-list .first_articles .wrapper_article .article_name {
    width: 40%;
  }
}
@media (max-width: 1023px) {
  .article-list {
    margin-left: calc(var(--space-s-neg) / 2);
    margin-right: calc(var(--space-s-neg) / 2);
  }
  .article-list article:nth-child(5n+4) {
    width: 50%;
  }
  .article-list article:nth-child(5n+5) {
    width: 50%;
  }
  .article-list article:nth-child(5n+6) {
    width: 100%;
  }
  .article-list .first_articles .wrapper_article .article__image, .article-list .first_articles .wrapper_article .tags_block, .article-list .first_articles .wrapper_article .article_anonce, .article-list .first_articles .wrapper_article .article_name {
    width: 100%;
    padding: 0;
  }
  .article-list .first_articles .wrapper_article a {
    margin: 40px 0 0 0;
  }
  .article-list article {
    padding: 0 calc(var(--space-s) / 2) 40px;
  }
}
@media (max-width: 768px) {
  .article-list article:nth-child(1) {
    width: 100%;
  }
  .article-list article:nth-child(5n+2) {
    width: 100%;
  }
  .article-list article:nth-child(5n+3) {
    width: 100%;
  }
  .article-list article:nth-child(5n+4) {
    width: 100%;
  }
  .article-list article:nth-child(5n+5) {
    width: 100%;
  }
  .article-list article:nth-child(5n+6) {
    width: 100%;
  }
  .about_cat_warp {
    overflow-x: auto;
    display: flex;
    justify-content: flex-start;
    padding-left: 0 !important;
  }
  .about_cat_warp .links_page {
    padding: 20px 0;
  }
  .about_cat_warp .links_page a {
    white-space: nowrap;
  }
  .tags_block_view {
    justify-content: center;
  }
  .container .mw1100 {
    width: 75%;
    font-size: var(--size-l);
    line-height: 1.5;
  }
  .page-article .page-article__top-panel {
    margin-bottom: 20px;
    flex-wrap: wrap;
  }
  .page-article .page-article__top-panel div {
    width: 100%;
    text-align: center !important;
    padding: 10px 0 0 0 !important;
  }
  .doubleimg img {
    width: 100%;
  }
  blockquote {
    margin: 10px 0;
  }
}
.cmp-table {
  width: 100%;
  font-size: 15px;
}
.cmp-table .row {
  display: grid;
  grid-template-columns: 1.6fr 1fr 1fr;
  border-bottom: 1px solid #e5e5e5;
}
.cmp-table .row:last-child {
  border-bottom: none;
}
.cmp-table .head-row {
  border-bottom: 1px solid #222;
}
.cmp-table .head-row .cell {
  font-weight: 600;
  color: #111;
}
.cmp-table .cell {
  padding: 10px 14px;
}
@media (max-width: 550px) {
  .cmp-table .row {
    display: block;
    border-bottom: none;
    padding: 12px 0;
    border-top: 1px solid #e5e5e5;
  }
  .cmp-table .head-row {
    display: none;
  }
  .cmp-table .row:first-child {
    border-top: none;
  }
  .cmp-table .cell {
    display: block;
    padding: 2px 0;
    font-size: 14px;
  }
  .cmp-table .cell.muted {
    font-size: 12px;
    font-weight: 600;
    color: #000;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    margin-bottom: 4px;
  }
  .cmp-table .cell:not(.muted)::before {
    content: attr(data-label);
    display: inline;
    font-weight: 600;
    color: #404040;
    margin-right: 4px;
    font-size: 13px;
  }
}
