.wrapper {
  max-width: 1170px;
  width: 100%;
  margin: 0 auto; }

.top_article {
  padding: 45px 5px 0; }
  .top_article .top_article_wrapper {
    width: 100%;
    padding-bottom: 15px;
    border-bottom: 1px solid #e0e4ef;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between; }
    .top_article .top_article_wrapper .top_article_date {
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: flex;
      -webkit-align-items: center;
      align-items: center; }
      .top_article .top_article_wrapper .top_article_date img {
        display: block;
        width: 14px;
        height: 13px;
        margin-right: 10px; }
      .top_article .top_article_wrapper .top_article_date .top_article_date_desc {
        font-size: 12px;
        font-family: "OpenSans", sans-serif;
        color: #888888;
        line-height: 1.2;
        text-align: left; }
        .top_article .top_article_wrapper .top_article_date .top_article_date_desc span {
          color: #484846;
          padding-left: 3px; }
    .top_article .top_article_wrapper .top_article_vew {
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: flex;
      -webkit-align-items: center;
      align-items: center; }
      .top_article .top_article_wrapper .top_article_vew img {
        display: block;
        width: 14px;
        height: 8px;
        margin-right: 10px; }
      .top_article .top_article_wrapper .top_article_vew .top_article_vew_desc {
        font-size: 12px;
        font-family: "OpenSans", sans-serif;
        color: #888888;
        line-height: 1.2;
        text-align: left; }

.article_title {
  padding: 30px 5px; }
  .article_title .wrapper .body_article_title {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex; }
    .article_title .wrapper .body_article_title .article_title_img {
      height: 70px;
      width: 70px;
      object-fit: cover;
      border-radius: 50%;
      display: block;
      margin-right: 30px; }
    .article_title .wrapper .body_article_title .article_title_description .maker {
      width: fit-content;
      width: -moz-fit-content;
      font-size: 10px;
      font-family: "OpenSans", sans-serif;
      color: white;
      font-weight: bold;
      text-transform: uppercase;
      line-height: 1.2;
      text-align: center;
      padding: 2px 12px;
      border-radius: 3px;
      margin-bottom: 8px; }
    .article_title .wrapper .body_article_title .article_title_description .report {
      background-color: #83c550; }
    .article_title .wrapper .body_article_title .article_title_description .class {
      background-color: #f9895d; }
    .article_title .wrapper .body_article_title .article_title_description .article_item_title {
      font-size: 35px;
      font-family: "OpenSans", sans-serif;
      color: #263139;
      font-weight: bold;
      line-height: 1.2; }
      @media (max-width: 950px) {
        .article_title .wrapper .body_article_title .article_title_description .article_item_title {
          font-size: 25px; } }
      @media (max-width: 550px) {
        .article_title .wrapper .body_article_title .article_title_description .article_item_title {
          font-size: 20px; } }
    .article_title .wrapper .body_article_title .article_title_description .ast_article_title {
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: flex;
      -webkit-align-items: center;
      align-items: center;
      font-size: 14px;
      font-family: "OpenSans", sans-serif;
      color: #7f8890;
      line-height: 1.2;
      margin-bottom: 5px; }
      .article_title .wrapper .body_article_title .article_title_description .ast_article_title .ast_item_name_article_title {
        margin-right: 5px; }
      .article_title .wrapper .body_article_title .article_title_description .ast_article_title .ast_item_label_article_title {
        margin-left: 5px; }
      .article_title .wrapper .body_article_title .article_title_description .ast_article_title .ast_item_work_article_title {
        padding: 0 5px;
        border-left: 1px solid #e0e4ef;
        border-right: 1px solid #e0e4ef; }
      @media (max-width: 500px) {
        .article_title .wrapper .body_article_title .article_title_description .ast_article_title {
          font-size: 11px; } }

.video_redactor {
  padding: 0 5px; }
  .video_redactor .wrapper .video {
    max-width: 1170px;
    width: 100%;
    position: relative;
    max-height: 655px;
    height: auto; }
    .video_redactor .wrapper .video .player {
      max-width: 1170px;
      width: 100%;
      height: 655px;
      background-color: #3c3442; }
    .video_redactor .wrapper .video .play {
      cursor: pointer;
      display: block;
      position: absolute;
      max-width: 95px;
      width: 100%;
      height: auto;
      object-fit: contain;
      top: 42%;
      left: 46%; }
    .video_redactor .wrapper .video .pause {
      display: none; }
    @media (max-width: 945px) {
      .video_redactor .wrapper .video .player {
        height: 450px; }
      .video_redactor .wrapper .video .play {
        top: 41%;
        left: 45%; } }
    @media (max-width: 725px) {
      .video_redactor .wrapper .video .player {
        height: 400px; }
      .video_redactor .wrapper .video .play {
        top: 41%;
        left: 45%; } }
    @media (max-width: 600px) {
      .video_redactor .wrapper .video .player {
        height: 350px; }
      .video_redactor .wrapper .video .play {
        top: 38%;
        left: 42%; } }
    @media (max-width: 500px) {
      .video_redactor .wrapper .video .player {
        height: 300px; }
      .video_redactor .wrapper .video .play {
        top: 36%;
        left: 40%; } }
    @media (max-width: 450px) {
      .video_redactor .wrapper .video .player {
        height: 250px; } }
    @media (max-width: 400px) {
      .video_redactor .wrapper .video .player {
        height: 220px; }
      .video_redactor .wrapper .video .play {
        top: 32%; } }


/*
.video_description {
  padding: 30px 5px 0; }
  .video_description .wrapper {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding-bottom: 30px;
    border-bottom: 1px solid #e0e4ef; }
    .video_description .wrapper .video_description_left {
      max-width: 585px;
      width: 100%;
      padding-right: 15px; }
      .video_description .wrapper .video_description_left .video_description_title {
        font-size: 16px;
        font-family: "OpenSans", sans-serif;
        color: #484846;
        font-weight: bold;
        text-transform: uppercase;
        line-height: 1.563;
        margin-bottom: 25px; }
      .video_description .wrapper .video_description_left .video_description_title_small {
        font-size: 16px;
        font-family: "OpenSans", sans-serif;
        color: #484846;
        font-weight: bold;
        line-height: 1.563;
        margin-top: 15px; }
      .video_description .wrapper .video_description_left p {
        font-size: 16px;
        font-family: "OpenSans", sans-serif;
        color: #484846;
        line-height: 1.563;
        margin-bottom: 5px; }
      .video_description .wrapper .video_description_left p:last-child {
        margin-bottom: 0; }
    .video_description .wrapper .video_description_timecode {
      max-width: 585px;
      width: 100%;
      padding-left: 15px;
      border-left: 1px solid #e0e4ef; }
      .video_description .wrapper .video_description_timecode .video_description_timecode_title {
        font-size: 16px;
        font-family: "OpenSans", sans-serif;
        color: #484846;
        font-weight: bold;
        text-transform: uppercase;
        line-height: 1.563;
        margin-bottom: 25px; }
      .video_description .wrapper .video_description_timecode .body_timecode .video_description_timecode_item {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: flex;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        margin-bottom: 15px; }
        .video_description .wrapper .video_description_timecode .body_timecode .video_description_timecode_item .time {
          width: 115px;
          font-size: 16px;
          font-family: "OpenSans", sans-serif;
          color: #ff8a00;
          text-transform: uppercase;
          line-height: 1.5;
          cursor: pointer; }
        .video_description .wrapper .video_description_timecode .body_timecode .video_description_timecode_item .sep {
          font-size: 16px;
          font-family: "OpenSans", sans-serif;
          margin: 0 10px;
          color: #484846;
          text-transform: uppercase;
          line-height: 1.5; }
        .video_description .wrapper .video_description_timecode .body_timecode .video_description_timecode_item .description {
          max-width: 415px;
          width: 100%;
          font-size: 16px;
          font-family: "OpenSans", sans-serif;
          color: #484846;
          line-height: 1.5; }
      .video_description .wrapper .video_description_timecode .body_timecode .video_description_timecode_item:last-child {
        margin-bottom: 0; }
      .video_description .wrapper .video_description_timecode .close_timecode {
        overflow-y: hidden;
        height: 380px;
        margin-bottom: 15px; }
      .video_description .wrapper .video_description_timecode .ell_time {
        width: fit-content;
        width: -moz-fit-content;
        margin: 0 auto;
        text-decoration: dashed;
        color: #ff8a00;
        cursor: pointer;
        display: none; }
      .video_description .wrapper .video_description_timecode .active_ell_time {
        display: block; }
      .video_description .wrapper .video_description_timecode .moo_hidden {
        margin-top: 15px; }
    @media (max-width: 1150px) {
      .video_description .wrapper {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column; }
        .video_description .wrapper .video_description_left {
          max-width: 1150px;
          width: 100%;
          padding-right: 0;
          margin-bottom: 15px; }
        .video_description .wrapper .video_description_timecode {
          padding-left: 0;
          border-left: none;
          max-width: 725px;
          width: 100%; }
          .video_description .wrapper .video_description_timecode .video_description_timecode_item .sep {
            margin: 0 5px; }
          .video_description .wrapper .video_description_timecode .video_description_timecode_item .description {
            max-width: 555px;
            width: 100%;
            font-size: 16px;
            font-family: "OpenSans", sans-serif;
            color: #484846;
            line-height: 1.5; } }
    @media (max-width: 715px) {
      .video_description .wrapper .video_description_timecode {
        max-width: 555px; }
        .video_description .wrapper .video_description_timecode .video_description_timecode_item .description {
          max-width: 355px; } }
    @media (max-width: 515px) {
      .video_description .wrapper .video_description_timecode {
        max-width: 555px; }
        .video_description .wrapper .video_description_timecode .video_description_timecode_item .description {
          max-width: 295px; } }
    @media (max-width: 435px) {
      .video_description .wrapper .video_description_timecode .video_description_timecode_item .time {
        width: 105px;
        font-size: 14px; }
      .video_description .wrapper .video_description_timecode .video_description_timecode_item .description {
        max-width: 235px;
        font-size: 14px; } }
*/









.video_description {
  padding: 30px 5px 0;
}

.video_description .wrapper {
  display: flex;
  flex-direction: column; /* Располагаем блоки вертикально */
  padding-bottom: 30px;
  border-bottom: 1px solid #e0e4ef;
}

/* Блок с описанием видео */
.video_description .wrapper .video_description_left {
  max-width: 1000px; /* Убираем ограничение по ширине */
  width: 100%;
  padding-bottom: 15px; /* Отступ снизу, чтобы отделить от нижнего блока */
}

.video_description .wrapper .video_description_left .video_description_title {
  font-size: 16px;
  font-family: "OpenSans", sans-serif;
  color: #484846;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.563;
  margin-bottom: 25px;
}

.video_description .wrapper .video_description_left .video_description_title_small {
  font-size: 16px;
  font-family: "OpenSans", sans-serif;
  color: #484846;
  font-weight: bold;
  line-height: 1.563;
  margin-top: 15px;
}

.video_description .wrapper .video_description_left p {
  font-size: 16px;
  font-family: "OpenSans", sans-serif;
  color: #484846;
  line-height: 1.563;
  margin-bottom: 5px;
}

.video_description .wrapper .video_description_left p:last-child {
  margin-bottom: 0;
}

/* Блок с таймкодами */
.video_description .wrapper .video_description_timecode {
  max-width: 1000px; /* Убираем ограничение по ширине */
  width: 100%;
  padding-top: 15px; /* Отступ сверху, отделяющий от верхнего блока */
  border-top: 1px solid #e0e4ef; /* Разделительная линия сверху */
}

.video_description .wrapper .video_description_timecode .video_description_timecode_title {
  font-size: 16px;
  font-family: "OpenSans", sans-serif;
  color: #484846;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.563;
  margin-bottom: 25px;
}

.video_description .wrapper .video_description_timecode .body_timecode .video_description_timecode_item {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
}

.video_description .wrapper .video_description_timecode .body_timecode .video_description_timecode_item .time {
  width: 115px;
  font-size: 16px;
  font-family: "OpenSans", sans-serif;
  color: #ff8a00;
  text-transform: uppercase;
  line-height: 1.5;
  cursor: pointer;
}

.video_description .wrapper .video_description_timecode .body_timecode .video_description_timecode_item .sep {
  font-size: 16px;
  font-family: "OpenSans", sans-serif;
  margin: 0 10px;
  color: #484846;
  text-transform: uppercase;
  line-height: 1.5;
}

.video_description .wrapper .video_description_timecode .body_timecode .video_description_timecode_item .description {
  max-width: 1000px; /* Убираем ограничение по ширине */
  width: 100%;
  font-size: 16px;
  font-family: "OpenSans", sans-serif;
  color: #484846;
  line-height: 1.5;
}

.video_description .wrapper .video_description_timecode .body_timecode .video_description_timecode_item:last-child {
  margin-bottom: 0;
}

.video_description .wrapper .video_description_timecode .close_timecode {
  overflow-y: hidden;
  height: 380px;
  margin-bottom: 15px;
}

.video_description .wrapper .video_description_timecode .ell_time {
  width: fit-content;
  width: -moz-fit-content;
  margin: 0 auto;
  text-decoration: dashed;
  color: #ff8a00;
  cursor: pointer;
  display: none;
}

.video_description .wrapper .video_description_timecode .active_ell_time {
  display: block;
}

.video_description .wrapper .video_description_timecode .moo_hidden {
  margin-top: 15px;
}

/* Медиа-запросы для адаптивности (при необходимости корректировки) */
@media (max-width: 1150px) {
  .video_description .wrapper {
    flex-direction: column;
  }
  .video_description .wrapper .video_description_left {
    max-width: none;
    width: 100%;
    padding-right: 0;
    margin-bottom: 15px;
  }
  .video_description .wrapper .video_description_timecode {
    padding-left: 0;
    border-left: none;
    max-width: none;
    width: 100%;
    border-top: 1px solid #e0e4ef;
  }
  .video_description .wrapper .video_description_timecode .video_description_timecode_item .sep {
    margin: 0 5px;
  }
  .video_description .wrapper .video_description_timecode .video_description_timecode_item .description {
    max-width: none;
    width: 100%;
  }
}

@media (max-width: 715px) {
  .video_description .wrapper .video_description_timecode {
    max-width: none;
  }
  .video_description .wrapper .video_description_timecode .video_description_timecode_item .description {
    max-width: none;
    width: 100%;
  }
}

@media (max-width: 515px) {
  .video_description .wrapper .video_description_timecode {
    max-width: none;
  }
  .video_description .wrapper .video_description_timecode .video_description_timecode_item .description {
    max-width: none;
    width: 100%;
  }
}

@media (max-width: 435px) {
  .video_description .wrapper .video_description_timecode .video_description_timecode_item .time {
    width: 105px;
    font-size: 14px;
  }
  .video_description .wrapper .video_description_timecode .video_description_timecode_item .description {
    max-width: none;
    width: 100%;
    font-size: 14px;
  }
}













.download_slides {
  padding: 30px 5px 20px; }
  .download_slides .wrapper .download_slides_img {
    margin: 0 auto 20px;
    display: block;
    max-width: 1055px;
    width: 100%;
    height: auto; }
  .download_slides .wrapper .button_download {
    width: 252px;
    height: 60px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    border-radius: 30px;
    text-decoration: none;
    background-color: #ff8a00;
    margin: 0 auto; }
    .download_slides .wrapper .button_download .download {
      width: 12px;
      height: 13px;
      display: block;
      margin-right: 10px; }
    .download_slides .wrapper .button_download span {
      font-size: 14px;
      font-family: "OpenSans", sans-serif;
      color: white;
      text-transform: uppercase;
      line-height: 1.714;
      text-align: left; }

.article_blog_wrapper {
  cursor: pointer; }

.article_blog_bottom {
  padding-bottom: 100px; }
  .article_blog_bottom .article_blog_wrapper {
    background-image: url(../minimg/report_blog_ast/bg_article_bottom.jpg);
    background-repeat: no-repeat;
    background-position: right top;
    -webkit-background-size: cover;
    background-size: cover;
    max-width: 1600px;
    width: 100%;
    margin: 0 auto;
    padding: 100px 5px;
    border-radius: 30px; }
    .article_blog_bottom .article_blog_wrapper .wrapper .article_blog_bottom_content {
      max-width: 570px;
      width: 100%;
      height: auto;
      margin-left: auto; }
      .article_blog_bottom .article_blog_wrapper .wrapper .article_blog_bottom_content span {
        width: -moz-fit-content;
        width: fit-content;
        font-size: 30px;
        font-family: "OpenSans", sans-serif;
        color: #263139;
        font-weight: bold;
        line-height: 1.3;
        padding: 0 10px;
        display: block;
        margin-left: -10px;
        text-align: left;
        background-color: #ffd466;
        margin-bottom: 10px; }
      .article_blog_bottom .article_blog_wrapper .wrapper .article_blog_bottom_content p {
        font-size: 30px;
        font-family: "OpenSans", sans-serif;
        color: white;
        font-weight: bold;
        line-height: 1.333;
        text-align: left; }
      @media (max-width: 475px) {
        .article_blog_bottom .article_blog_wrapper .wrapper .article_blog_bottom_content span {
          font-size: 25px; }
        .article_blog_bottom .article_blog_wrapper .wrapper .article_blog_bottom_content p {
          font-size: 25px; } }

/**/
/*ol, ul {
    margin: 30px 0;
    counter-reset: ol;
	color: #7f8890;
    font-size: 14px;
    font-weight: 300;
    margin-top: 30px;
}
ol {
    counter-reset: ol;
    color: #484846;
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
}
ul li, ol li {
    color: #484846;
    font-size: 16px;
    font-weight: 300;
    line-height: 25px;
    padding-left: 30px;
    position: relative;
    margin: 10px 0;
    background: 0 0;
}
ol li {
    padding-left: 0;
}
ul li:before {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAHCAYAAADAp4fuAAAAKUlEQVQYV2P8lKr0nwEI+GbfYwTRIABmoEvAZZEl4ILIOnCrxDATm+0AqWoagELQzPgAAAAASUVORK5CYII=);
    width: 5px;
    height: 7px;
    display: block;
    left: 5px;
    position: absolute;
    top: 10px;
    content: "";
}
ol li:before {
    counter-increment: ol;
    width: 23px;
    height: 23px;
    background-color: #8dc63f;
    content: counter(ol);
    display: inline-block;
    color: #fff;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    margin-right: 8px;
    text-align: center;
    line-height: 22px;
}*/