@charset "UTF-8";
/* ----- Страница статьи ----- */
.page--noppading {
  padding-bottom: 0;
}

.article-styles {
  font-size: 16px;
}

.article-styles h1, .article-styles h2, .article-styles h3, .article-styles h4, .article-styles h5, .article-styles h6 {
  max-width: 960px;
  color: #1c1c1a;
  letter-spacing: -0.04em;
}

.article-styles h1 {
  font-size: 28px;
}

.article-styles h2 {
  font-size: 24px;
}

.article-styles h3 {
  font-size: 22px;
}

.article-styles img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-bottom: 35px;
}

.article-styles p {
  line-height: 1.7;
  letter-spacing: -0.025em;
  max-width: 960px;
}

.article-styles p:not(:last-child) {
  margin-bottom: .7em;
}

.article-styles ul, .article-styles ol {
  max-width: 960px;
  margin: 30px 0;
  padding: 0;
  line-height: 1.25;
}

.article-styles ul {
  list-style: none;
}

.article-styles ul li {
  position: relative;
  padding-left: 30px;
}

.article-styles ul li:not(:last-child) {
  margin-bottom: 1.2em;
}

.article-styles ul li::before {
  content: '';
  width: 18px;
  height: 2px;
  background: #2dc964;
  position: absolute;
  top: .55em;
  left: 0;
}

.article-styles ol {
  list-style-type: none;
  counter-reset: item;
}

.article-styles ol li {
  margin-bottom: .2em;
}

.article-styles ol li::before {
  font-weight: 700;
}

.article-styles ol > li {
  display: table;
  counter-increment: item;
  margin-bottom: 0.6em;
}

.article-styles ol > li::before {
  content: counters(item, ".") ". ";
  display: table-cell;
  padding-right: 0.6em;
  color: #2dc964;
}

.article-styles ol > li ol > li {
  margin: 0;
}

.article-styles ol > li ol > li::before {
  content: counters(item, ".") " ";
  color: #2dc964;
}

.article-styles blockquote {
  display: block;
  margin: 50px 0;
  padding: 47px 9% 40px 15%;
  background: #a0a0a0;
  color: #fff;
  font: 22px/1.35 "Futura New", sans-serif;
  letter-spacing: 0;
  position: relative;
}

.article-styles blockquote::before {
  content: '';
  display: block;
  font-size: 10px;
  width: 9.3em;
  height: 6.2em;
  position: absolute;
  left: 5em;
  top: 5em;
  z-index: 0;
  background: url("../img/blockquotes.png") no-repeat 0 0;
  background-size: 100%;
}

.article-styles strong {
  display: inline-block;
  margin-bottom: 30px;
  padding: 1.1em 2.7em;
  font: 700 24px/1.2 "Futura New", sans-serif;
  letter-spacing: -0.04em;
  -webkit-box-shadow: 0 0 24px rgba(0, 0, 0, 0.13);
          box-shadow: 0 0 24px rgba(0, 0, 0, 0.13);
}

.article-styles table {
  width: 100%;
  margin-bottom: 80px;
  border-collapse: collapse;
  line-height: 1.25;
}

.article-styles table thead tr {
  -webkit-box-shadow: 0 0 24px rgba(0, 0, 0, 0.13);
          box-shadow: 0 0 24px rgba(0, 0, 0, 0.13);
}

.article-styles table tbody tr:nth-child(2n) td {
  background: #f7f8fa;
}

.article-styles table tbody tr:hover td {
  background: #ffd739;
}

.article-styles table th {
  padding: 1.15em 2.1em;
}

.article-styles table td {
  padding: 0.9em 2.1em;
}

.article-styles table td {
  -webkit-transition: background .1s ease;
  -o-transition: background .1s ease;
  transition: background .1s ease;
}

.article-styles small {
  font-size: 0.875em;
}

.article-list {
  max-width: 960px;
  margin-bottom: 50px;
  padding: 50px;
  border-top: 5px solid #2dc964;
  background: #f7f8fa;
  color: #2dc964;
  letter-spacing: -0.025em;
}

.article-list ol {
  margin: 0;
}

.article-list ol li::before {
  font-weight: 400;
}

.article-list ol > li::before {
  color: #000;
}

.article-list ol > li ol > li::before {
  color: #000;
}

.article-img-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-left: -13px;
  margin-right: -13px;
}

.article-img-col {
  width: 50%;
  padding: 0 13px;
}

.article-rec {
  margin-top: 60px;
  padding: 70px 0;
  background: #f7f8fa;
}

.article-rec__row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 35px -15px 0;
}

.article-rec__col {
  width: 33.33333%;
  padding: 0 15px;
  margin-bottom: 30px;
}

.article-rec-item {
  height: 100%;
  padding: 35px 50px;
  background: #fff;
}

.article-rec-item__img {
  width: 100%;
  height: 208px;
  margin-bottom: 30px;
}

.article-rec-item__img a {
  display: block;
}

.article-rec-item__title {
  min-height: 2.87em;
  margin-bottom: .5em;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.6;
}

.article-rec-item__title a {
  color: #000;
}

.article-rec-item__title a:hover {
  color: #2dc964;
}

.article-rec-item__txt {
  font-size: 14px;
  line-height: 1.7;
}

.article-rec__categories {
  margin-top: 20px;
}

.article-rec__category {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 0.5em 1.4em;
  margin: 0 1em 1em 0;
  border: 1px solid #f3f3f3;
  background: #f7f8fa;
  border-radius: 30px;
  color: #898989;
  font-size: 12px;
  line-height: 1.2;
  letter-spacing: -0.12px;
}

@media screen and (max-width: 1199px) {
  .article-styles blockquote {
    padding: 40px 15px 40px 15%;
  }
  .article-styles blockquote::before {
    font-size: 7px;
  }
  .article-rec-item {
    padding: 30px 20px;
  }
  .article-rec-item__img {
    height: 167px;
  }
}

@media screen and (max-width: 991px) {
  .article-list {
    padding: 30px;
  }
  .article-styles blockquote {
    font-size: 20px;
  }
  .article-styles blockquote::before {
    font-size: 6px;
  }
  .article-styles table {
    display: block;
    margin-bottom: 50px;
  }
  .article-styles table thead, .article-styles table th {
    display: none;
  }
  .article-styles table tbody, .article-styles table tr {
    display: block;
  }
  .article-styles table tr {
    padding: 0.5em 0;
  }
  .article-styles table td {
    padding: .5em;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .article-styles table td::before {
    content: attr(data-title);
    display: block;
    width: 50%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    padding-right: 15px;
  }
  .article-img-row {
    display: block;
    margin: 0;
  }
  .article-img-col {
    width: 100%;
    padding: 0;
  }
  .article-img-col:not(:last-child) {
    margin-bottom: 30px;
  }
  .article-img-col img {
    margin-bottom: 10px;
  }
  .article-rec {
    margin-top: 50px;
    padding: 50px 0;
  }
  .article-rec__row {
    margin-left: -7px;
    margin-right: -7px;
  }
  .article-rec__col {
    padding: 0 7px;
  }
  .article-rec-item {
    padding: 20px 15px;
  }
  .article-rec-item__img {
    height: 136px;
  }
}

@media screen and (max-width: 767px) {
  .article-list {
    padding: 30px 15px;
  }
  .article-rec__row {
    display: block;
    margin-left: 0;
    margin-right: 0;
  }
  .article-rec__col {
    width: 100%;
    padding: 0;
  }
  .article-rec-item {
    height: auto;
  }
  .article-rec-item__img {
    height: auto;
  }
  .article-styles blockquote {
    padding: 85px 15px 15px;
    font-size: 18px;
  }
  .article-styles blockquote::before {
    font-size: 8px;
    left: 50%;
    top: 3em;
    margin-left: -4.65em;
  }
  .article-styles strong {
    padding: 1em;
  }
  .article-styles table td {
    font-size: 14px;
  }
}
