

/* Start:/local/templates/html/components-template/content/style.css?175230735110430*/
@charset "UTF-8";
.content img {
  max-width: 100%;
  display: block;
  border-radius: 0;
  line-height: 1.4;
  clear: both;
  width: auto;
  height: auto; }
  .content img[align="left"], .content img[align="center"], .content img[align="right"] {
    max-width: 100%;
    float: none;
    margin: 0 auto 20px; }
  @media (min-width: 1200px) {
    .content img[align="left"] {
      float: left;
      max-width: 40%;
      margin: 0 40px 20px 0; }
    .content img[align="right"] {
      float: right;
      max-width: 40%;
      margin: 0 0 20px 20px; }
    .content img[align="center"] {
      margin: 0 auto 20px; } }

.content .content-img {
  clear: both; }
  .content .content-img .img-descr {
    display: block;
    margin-top: 16px;
    color: #919191;
    font-size: 14px;
    text-align: left; }
  .content .content-img--left {
    float: left;
    margin: 24px 16px 24px 0; }
    .content .content-img--left img {
      display: block;
      margin: 0 auto; }
  .content .content-img--right {
    float: right;
    margin: 0 0 20px 20px; }
    @media (max-width: 768px) {
      .content .content-img--right {
        float: none;
        margin: 0 auto 20px; } }
    .content .content-img--right img {
      display: block;
      margin: 0 auto; }
  .content .content-img--center {
    max-width: 100%;
    display: block;
    float: none;
    text-align: center;
    margin: 32px 0 32px; }
    .content .content-img--center img {
      margin: 0 auto; }

.content .img-descr-single {
  display: block;
  margin-top: 16px;
  color: #919191;
  font-size: 14px;
  text-align: left; }

.content .video {
  width: 100%;
  max-width: 800px;
  height: 300px;
  margin: 0 auto 20px;
  display: block; }
  @media (min-width: 1200px) {
    .content .video {
      height: 500px; } }

.content iframe {
  max-width: 100%; }

.content ol:not(.list-reset),
.content ul:not(.list-reset) {
  margin: 25px 0 25px; }
  .content ol:not(.list-reset) + p,
  .content ul:not(.list-reset) + p {
    margin-top: 32px; }
  @media (min-width: 1200px) {
    .content ol:not(.list-reset),
    .content ul:not(.list-reset) {
      margin: 25px 0 20px; } }
  .content ol:not(.list-reset) li,
  .content ul:not(.list-reset) li {
    position: relative;
    padding: 0 0 0 28px;
    font-style: normal;
    font-weight: normal;
    margin: 0 0 12px;
    font-size: 18px;
    line-height: 25px; }
    .content ol:not(.list-reset) li:last-child,
    .content ul:not(.list-reset) li:last-child {
      margin: 0; }
  .content ol:not(.list-reset) li > ul,
  .content ol:not(.list-reset) li > ol,
  .content ul:not(.list-reset) li > ul,
  .content ul:not(.list-reset) li > ol {
    margin: 16px 0 10px; }
    @media (min-width: 1200px) {
      .content ol:not(.list-reset) li > ul,
      .content ol:not(.list-reset) li > ol,
      .content ul:not(.list-reset) li > ul,
      .content ul:not(.list-reset) li > ol {
        margin: 16px 0 10px; } }

.content ul:not(.list-reset) > li:before {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #281f26;
  border: 1px solid #281f26;
  position: absolute;
  top: 10px;
  left: 16px; }

.content ol:not(.list-reset) {
  counter-reset: list;
  list-style: none; }
  .content ol:not(.list-reset) > li {
    padding-left: 38px; }
    .content ol:not(.list-reset) > li:before {
      content: counters(list, ".") ".";
      counter-increment: list;
      transform: none;
      display: inline-block;
      font-style: normal;
      font-weight: 500;
      color: #281f26;
      position: absolute;
      top: 0;
      left: 16px; }
    .content ol:not(.list-reset) > li > ol:not(.list-reset) li {
      padding: 0 0 0 52px; }
      .content ol:not(.list-reset) > li > ol:not(.list-reset) li > ol:not(.list-reset) li {
        padding: 0 0 0 60px; }

.content .table {
  margin: 24px 0px 24px; }
  @media (max-width: 767px) {
    .content .table {
      overflow: auto; } }
  .content .table table {
    margin: 20px 0;
    border: 1px solid #e0e0e0; }
    @media (max-width: 767px) {
      .content .table table {
        min-width: 700px; } }

.content table {
  display: block;
  overflow: auto; }

.content tr:nth-child(2n-1) {
  background-color: #fafafa; }

.content th {
  white-space: nowrap;
  text-align: left;
  vertical-align: middle;
  padding: 8px 16px;
  font-size: 15px;
  font-weight: bold; }

.content td {
  text-align: left;
  padding: 24px 16px;
  font-size: 16px;
  border: 1px solid #bdbdbd;
  width: auto !important; }

.content .table-descr {
  display: block;
  margin-top: 10px;
  color: #919191;
  font-size: 14px;
  text-align: left; }
  @media (max-width: 767px) {
    .content .table-descr {
      margin-bottom: 10px; } }

.content {
  font-style: normal;
  font-weight: normal;
  line-height: 1.4;
  color: #000; }
  .content p {
    font-size: 18px;
    line-height: 1.4;
    margin-top: 24px;
    letter-spacing: normal; }
    .content p:first-child {
      margin: 0; }
    @media (max-width: 767px) {
      .content p {
        font-size: 16px; } }
  .content a:not([class]) {
    color: #5dbbc5;
    text-decoration: none;
    padding: 2px;
    border-bottom: 1px solid #5dbbc5;
    transition: color 0.3s; }
    .content a:not([class]):hover {
      color: #6bc2cb;
      border-color: transparent; }
  .content hr {
    position: relative;
    height: 1px;
    background: #281f26;
    border: 0;
    margin: 20px 0; }
    .content hr:after, .content hr:before {
      content: "";
      display: table;
      clear: both; }
  .content mark {
    font-weight: 600;
    font-size: 18px;
    line-height: 140%;
    background-color: transparent;
    font-style: normal; }
  .content s {
    text-decoration: line-through; }
  .content .clearfix {
    clear: both; }

blockquote {
  display: block;
  margin-top: 24px;
  margin-bottom: 24px;
  padding: 36px 146px;
  background-color: #d3e8f187;
  color: #000;
  position: relative; }
  @media (max-width: 767px) {
    blockquote {
      padding: 36px 36px; } }
  blockquote p {
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: 31px;
    letter-spacing: 0.03em;
    position: relative; }
    @media (max-width: 767px) {
      blockquote p {
        font-size: 18px; } }
  blockquote:after {
    position: absolute;
    content: "“";
    left: 72px;
    top: 36px;
    font-weight: 500;
    font-size: 144px;
    line-height: 120px;
    color: rgba(0, 0, 0, 0.1); }
    @media (max-width: 767px) {
      blockquote:after {
        top: auto;
        bottom: 18px;
        left: auto;
        right: 36px;
        line-height: 0px; } }

cite,
.article-author {
  display: block;
  margin-top: 32px; }
  cite .img,
  .article-author .img {
    float: left;
    margin-right: 16px;
    width: 50px;
    height: 50px;
    border-width: 4px;
    overflow: hidden; }
  cite .name,
  .article-author .name {
    font-weight: bold;
    font-size: 17px;
    line-height: 24px;
    display: block; }
  cite .descr,
  .article-author .descr {
    display: block;
    font-weight: normal;
    font-size: 16px;
    line-height: 22px; }
  cite__title,
  .article-author__title {
    font-weight: normal;
    font-size: 15px;
    margin-bottom: 8px; }
  cite a.name,
  .article-author a.name {
    color: #000;
    display: inline-block; }
    cite a.name:hover,
    .article-author a.name:hover {
      cursor: pointer;
      color: #cc468f; }

.article-search {
  display: inline-block;
  margin: 36px 0px;
  padding: 17px 23px;
  border: 1px solid #af226f;
  box-sizing: border-box;
  border-radius: 4px;
  font-size: 12px; }
  .article-search a {
    color: #af226f;
    text-decoration: none;
    border-bottom: none; }

.text-aside-snippet {
  padding: 24px;
  background-color: #f4f4f4;
  max-width: 276px;
  float: left;
  margin: 0px 16px 0px 0px;
  position: relative; }
  .text-aside-snippet__title {
    font-weight: bold;
    font-size: 18px;
    line-height: 130%;
    text-transform: uppercase;
    margin-bottom: 16px; }
  .text-aside-snippet__content {
    font-weight: normal;
    font-size: 16px;
    line-height: 140%; }
  .text-aside-snippet p:after {
    position: absolute;
    content: ""; }
  @media (max-width: 767px) {
    .text-aside-snippet {
      width: 100%;
      float: none;
      max-width: none; } }

.text-centered-snippet {
  padding: 24px;
  background-color: #f4f4f4;
  margin: 24px 0px 0px 0px;
  position: relative; }
  .text-centered-snippet__title {
    font-weight: bold;
    font-size: 18px;
    line-height: 130%;
    text-transform: uppercase;
    margin-bottom: 16px;
    color: #c4c4c4; }
  .text-centered-snippet__content {
    font-weight: normal;
    font-size: 16px;
    line-height: 140%; }
  @media (max-width: 767px) {
    .text-centered-snippet {
      width: 100%; } }

.text-centered-snippet--v2 {
  background: #E9F1FF; }



a.tag {
  padding: 8px 16px;
  display: inline-block;
  background-color: #f4fafb;
  border-width: 2px;
  color: #919191;
  margin: 32px 0px 0px;
  margin-right: 16px;
  transition: all 0.3s ease; }
  a.tag:hover {
    cursor: pointer;
    background-color: #6bc2cb;
    color: #fff; }

.article-rights {
  width: 100%;
  background-color: #af226f;
  color: #fff;
  border-radius: 4px;
  padding: 16px;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  margin-top: 32px; }
  @media (max-width: 767px) {
    .article-rights {
      padding: 10px;
      font-size: 14px; } }
  .article-rights a {
    border-bottom: none;
    color: #fff;
    text-decoration: underline; }
    @media (min-width: 1024px) {
      .article-rights a:hover {
        cursor: pointer;
        text-decoration: none; } }

.article-author-list{
    margin-top: 32px;
}
.print .article-author-list__heading{
  font-weight: normal;
  font-size: 15px;
  margin-bottom: 8px;

}
.print .article-author-list__container{
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
.print .article-author-list-item{
  display: flex;
}
.print .article-author-list-item__img{
  margin-right: 16px;
  width: 50px;
  height: 50px;
  border-width: 4px;
  overflow: hidden;
  border-radius: 5px;
  display: flex;
}

.print .article-author-list-item__name{
  color: #000;
  display: inline-block;
  font-weight: bold;
  font-size: 17px;
  line-height: 24px;
}

.sitemap li ul {
  margin-left: 20px;
  padding-left: 12px;
}
.sitemap .level-1 {
  margin: 0 0 30px;
}

.level-1 > a, .level-2 > a {
  font-weight: bold;
}
/* End */
/* /local/templates/html/components-template/content/style.css?175230735110430 */
