.title_section {
  min-height: 270px;
  text-align: center;
  padding-top: 30px;
  border-top: 2px solid #cccccc;
  margin-bottom: 30px; }
  .title_section .top_article {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center; }
    .title_section .top_article .img_article {
      display: block;
      max-width: 210px;
      width: 100%;
      height: auto;
      max-height: 210px;
      margin-right: 60px; }
    .title_section .top_article .title_article {
      font-size: 40px;
      font-family: "Roboto", sans-serif;
      color: white;
      font-weight: 700;
      line-height: 1.25;
      text-align: left; }
    @media (max-width: 1200px) {
      .title_section .top_article .title_article {
        font-size: 35px; } }
    @media (max-width: 900px) {
      .title_section .top_article .title_article {
        font-size: 30px; } }
    @media (max-width: 710px) {
      .title_section .top_article .img_article {
        max-width: 180px;
        max-height: 180px;
        margin-right: 45px; }
      .title_section .top_article .title_article {
        font-size: 25px; } }
    @media (max-width: 605px) {
      .title_section .top_article .img_article {
        max-width: 120px;
        max-height: 120px;
        margin-right: 40px; }
      .title_section .top_article .title_article {
        font-size: 23px; } }
    @media (max-width: 450px) {
      .title_section .top_article {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        align-items: unset; }
        .title_section .top_article .img_article {
          max-width: 120px;
          max-height: 120px;
          margin-right: 40px; }
        .title_section .top_article .title_article {
          font-size: 23px; } }

.content_article_top {
  border-bottom: 1px solid #e7e7e7;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  max-width: 870px;
  width: 100%;
  margin-bottom: 30px; }
  .content_article_top .author_article {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    margin-right: 80px;
    padding-bottom: 10px; }
    .content_article_top .author_article .img_author_article {
      width: 40px;
      height: 40px;
      display: block;
      margin-right: 20px; }
    .content_article_top .author_article .author_article_info .author_article_fullname {
      font-size: 14px;
      font-family: "Roboto", sans-serif;
      color: #484846;
      text-align: left;
      line-height: 1;
      font-weight: 500; }
    .content_article_top .author_article .author_article_info .author_article_date {
      font-size: 12px;
      font-family: "Roboto", sans-serif;
      color: #888888;
      font-style: italic;
      text-align: left; }
  .content_article_top .link_article {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    padding-bottom: 10px; }
    .content_article_top .link_article .img_link_article {
      width: 40px;
      height: 40px;
      display: block;
      margin-right: 20px; }
    .content_article_top .link_article .link_article_info {
      min-height: 30px;
      height: auto; }
      .content_article_top .link_article .link_article_info .link_article_description {
        font-size: 14px;
        font-family: "Roboto", sans-serif;
        color: #888888;
        text-align: left;
        line-height: 1;
        font-weight: 500; }
      .content_article_top .link_article .link_article_info .link_article_reference {
        display: block;
        font-size: 12px;
        font-family: "Roboto", sans-serif;
        color: #0B98CD;
        font-style: italic;
        text-decoration: none;
        font-weight: 700; }
  .content_article_top .see_article {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    margin-left: auto; }
    .content_article_top .see_article .see_article_img {
      width: 14px;
      height: auto;
      display: block;
      margin-right: 12px; }
    .content_article_top .see_article .see_article_number {
      font-size: 12px;
      font-family: "Roboto", sans-serif;
      color: #888888;
      line-height: 3;
      text-align: left; }
  @media (max-width: 675px) {
    .content_article_top {
      -webkit-flex-wrap: wrap;
      flex-wrap: wrap; }
      .content_article_top .author_article {
        margin-right: 50px; } }

.body_article {
  max-width: 870px;
  width: 100%; }
  .body_article .block_contents {
    padding: 30px;
    border: 1px solid #c8d8df;
    border-radius: 5px;
    background-color: #fcfdff;
    margin-bottom: 50px; }
    .body_article .block_contents #top {
      cursor: pointer;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: flex;
      -webkit-align-items: center;
      align-items: center;
      margin-bottom: 0; }
      .body_article .block_contents #top strong {
        margin-right: 20px;
        font-size: 16px;
        font-family: "Roboto", sans-serif;
        color: #484848;
        font-weight: 700;
        text-transform: uppercase;
        line-height: 1.563;
        text-align: left; }
      .body_article .block_contents #top .arrow_top {
        display: block;
        transform: rotate(180deg);
        max-width: 10px;
        width: 100%;
        height: auto;
        margin-bottom: 0; }
    .body_article .block_contents ol {
      display: none;
      list-style: none;
      counter-reset: li;
      margin-bottom: 0; }
      .body_article .block_contents ol li {
        line-height: 1.875; }
        .body_article .block_contents ol li p {
          display: none; }
        .body_article .block_contents ol li a {
          font-size: 16px;
          font-family: "Roboto", sans-serif;
          color: #484848;
          text-align: left;
          width: -moz-fit-content;
          width: fit-content;
          line-height: 1;
          border-bottom: 1px solid #0b98cd;
          text-decoration: none; }
          .body_article .block_contents ol li a:hover {
            color: #0b98cd;
            border-bottom: none; }
        .body_article .block_contents ol li:before {
          font-size: 16px;
          font-family: "Roboto", sans-serif;
          color: #0B98CD;
          counter-increment: li;
          content: counters(li,".") " ";
          display: inline;
          top: 0;
          position: relative;
          font-weight: normal;
          border-radius: unset;
          border: none; }
        .body_article .block_contents ol li ol {
          margin-left: 20px; }
    @media (max-width: 425px) {
      .body_article .block_contents {
        padding: 20px; }
        .body_article .block_contents ol {
          list-style: none;
          counter-reset: li; }
          .body_article .block_contents ol li {
            line-height: 1.8; }
            .body_article .block_contents ol li a {
              font-size: 14px; }
            .body_article .block_contents ol li:before {
              font-size: 14px; }
            .body_article .block_contents ol li ol {
              margin-left: 15px; } }
  .body_article .active_contents #top {
    margin-bottom: 25px; }
    .body_article .active_contents #top img {
      transform: rotate(0deg) !important; }
  .body_article .active_contents ol {
    display: block; }
  .body_article p {
    font-size: 16px;
    font-weight: 400;
    font-family: "Roboto", sans-serif;
    color: #757575;
    line-height: 25px;
    text-align: left;
    margin-bottom: 25px; }
    @media (max-width: 655px) {
      .body_article p {
        font-size: 14px;
        line-height: 20px; } }
  .body_article pre {
    display: flex;
    border: 1px dashed #c8d8df;
    padding: 30px 20px;
    background-color: #f2f4f9;
    border-radius: 5px;
    margin-bottom: 30px;
    position: relative; }
    .body_article pre code {
      display: block;
      padding-left: 30px;
      font-weight: 400;
      border-left: 2px solid #dce6f0;
      font-size: 15px;
      color: #606c71;
      line-height: 25px; }
      @media (max-width: 655px) {
        .body_article pre code {
          font-size: 14px;
          line-height: 20px;
          padding-left: 20px; } }
    .body_article pre .copy_img {
      content: '';
      position: absolute;
      width: 14px;
      height: 16px;
      cursor: pointer;
      border: none;
      right: 20px;
      top: 15px; }
  .body_article h1 {
    font-size: 36px;
    font-weight: 400;
    margin-bottom: 50px;
    color: #263139;
    font-family: "Roboto", sans-serif; }
  .body_article h2 {
    font-size: 30px;
    font-weight: 400;
    margin-bottom: 50px;
    color: #263139;
    font-family: "Roboto", sans-serif; }
  .body_article h3 {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 50px;
    color: #263139;
    font-family: "Roboto", sans-serif; }
  .body_article h4 {
    font-size: 20px;
    color: #0b98cd;
    font-weight: bold;
    margin-bottom: 50px;
    font-family: "Roboto", sans-serif; }
  .body_article h5 {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 50px;
    color: #263139;
    font-family: "Roboto", sans-serif; }
  .body_article h6 {
    font-size: 12px;
    font-weight: 400;
    margin-bottom: 50px;
    color: #263139;
    font-family: "Roboto", sans-serif; }
  .body_article ul {
    font-size: 16px;
    font-family: "Roboto", sans-serif;
    color: #757575;
    line-height: 35px;
    font-weight: 400;
    text-align: left;
    margin-bottom: 50px; }
  .body_article ol {
    font-size: 16px;
    font-family: "Roboto", sans-serif;
    color: #757575;
    font-weight: 400;
    line-height: 35px;
    text-align: left;
    margin-bottom: 50px; }
  .body_article .square li {
    position: relative;
    padding-left: 30px; }
    .body_article .square li::before {
      content: "";
      position: absolute;
      top: 13px;
      left: 0;
      width: 8px;
      height: 8px;
      border: 2px solid #f26c4f; }
  .body_article .check li {
    position: relative;
    padding-left: 40px; }
    .body_article .check li::before {
      content: url("../img/article/check_true.jpg");
      position: absolute;
      top: 4px;
      left: 0;
      width: 20px;
      height: 20px; }
  .body_article .close li {
    position: relative;
    padding-left: 40px; }
    .body_article .close li::before {
      content: url("../img/article/check_false.jpg");
      position: absolute;
      top: 4px;
      left: 0;
      width: 20px;
      height: 20px; }
  .body_article ol {
    list-style: none;
    padding: 0;
    line-height: 40px;
    counter-reset: num; }
    .body_article ol li {
      margin: 0;
      padding: 0 0 0 40px;
      position: relative;
      counter-increment: num; }
    .body_article ol li::before {
      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;
      position: absolute;
      top: 5px;
      left: 0;
      width: 30px;
      height: 30px;
      font-size: 12px;
      font-family: "Roboto", sans-serif;
      font-weight: bold;
      color: #0b98cd;
      border-radius: 50%;
      content: counter(num);
      border: 1px solid #0b98cd; }
  .body_article .links_block {
    background-image: url("../img/article/im1.png");
    background-position: bottom right;
    background-repeat: no-repeat;
    background-size: auto;
    max-width: 870px;
    width: 100%;
    min-height: 155px;
    height: auto;
    margin-bottom: 50px;
    padding: 25px 30px;
    border-radius: 5px;
    border: 1px solid #c8d8df;
    background-color: #fcfdff; }
    .body_article .links_block .links_block_title {
      font-size: 16px;
      font-family: "Roboto", sans-serif;
      font-weight: bold;
      color: #484848;
      text-transform: uppercase;
      line-height: 25px;
      margin-bottom: 25px; }
    .body_article .links_block .links_block_body {
      padding-left: 30px; }
      .body_article .links_block .links_block_body .link {
        font-size: 16px;
        font-family: "Roboto", sans-serif;
        color: #484848;
        line-height: 15px;
        width: fit-content;
        width: -moz-fit-content;
        border-bottom: 1px solid #0b98cd;
        display: block;
        margin-bottom: 15px;
        position: relative;
        text-decoration: none; }
        .body_article .links_block .links_block_body .link:before {
          position: absolute;
          content: url("../img/article/arrow.jpg");
          width: 10px;
          height: 9px;
          left: -30px;
          top: 0; }
        .body_article .links_block .links_block_body .link:hover {
          color: #0b98cd; }
      .body_article .links_block .links_block_body .link:last-child {
        margin-bottom: 0; }
    @media (max-width: 1200px) {
      .body_article .links_block {
        padding: 15px 25px; }
        .body_article .links_block .links_block_title {
          font-size: 15px;
          margin-bottom: 15px; }
        .body_article .links_block .links_block_body {
          padding-left: 30px; }
          .body_article .links_block .links_block_body .link {
            font-size: 14px;
            margin-bottom: 12px; } }
    @media (max-width: 475px) {
      .body_article .links_block {
        padding: 15px 5px; }
        .body_article .links_block .links_block_title {
          font-size: 14px;
          margin-bottom: 8px; }
        .body_article .links_block .links_block_body {
          padding-left: 15px; }
          .body_article .links_block .links_block_body .link {
            font-size: 12px;
            margin-bottom: 8px; }
            .body_article .links_block .links_block_body .link:before {
              left: -15px; } }
  .body_article .yellow {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    border-radius: 5px;
    border: 2px solid #FFEB8F;
    padding: 20px 20px 20px 100px;
    width: 100%;
    min-height: 105px;
    margin-bottom: 30px;
    position: relative; }
    .body_article .yellow:before {
      content: '';
      display: block;
      position: absolute;
      left: 0;
      top: 0;
      width: 70px;
      background: #fff9dd url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAMAAAAM7l6QAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAARVBMVEUAAAD/0gD/0gD/0gD/0gD/0gD/0gD/0gD/0gD/0gD/0gD/0gD/0gD/0gD/0gD/0gD/0gD/0gD/0gD/0gD/0gD/0gD///8KDDA2AAAAFXRSTlMACVecz/IWimXvBqS4eMzLwM152NacxyqiAAAAAWJLR0QWfNGoGQAAAK5JREFUKM+Fk9sSgjAMRLeXUKCgiOb/f9XCiCZIm31LD9Mu2QQ45HyIxEwxeIezulTQIUqdpv3ASkMv4Jj5T3n80okvNB0886Xy511xNM+i2N/vhKsbcBf+Nv9JfL8AiyhT6QbVMTl4rmP2CC0cEFs4glqYwC3MFjYuV9YeqmubNfVjvK6qDLotZ3nd1JNKU1UkOtAtEhXoE3j9qj1QYxysYbJG0Rhkaw3MJaqt4Bvm1jWXQBJj+AAAACV0RVh0ZGF0ZTpjcmVhdGUAMjAyMC0wNy0wNlQxNDoxMDo1OSswMDowMFRzm8oAAAAldEVYdGRhdGU6bW9kaWZ5ADIwMjAtMDctMDZUMTQ6MTA6NTkrMDA6MDAlLiN2AAAAAElFTkSuQmCCQg==) no-repeat center;
      height: 100%; }
    .body_article .yellow p {
      font-family: 'Roboto', sans-serif;
      color: #484848;
      font-size: 18px;
      font-weight: 400;
      margin-bottom: 0; }
  .body_article .turquoise {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    border-radius: 5px;
    border: 2px solid #85E0EA;
    padding: 20px 20px 20px 100px;
    width: 100%;
    min-height: 105px;
    margin-bottom: 30px;
    position: relative; }
    .body_article .turquoise:before {
      content: '';
      display: block;
      position: absolute;
      left: 0;
      top: 0;
      width: 70px;
      background: #DCF8FA url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAMAAAAM7l6QAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAZlBMVEUAAAAmxtomxtomxtomxtomxtomxtomxtomxtomxtomxtomxtomxtomxtomxtomxtomxtomxtomxtomxtomxtomxtomxtomxtomxtomxtomxtomxtomxtomxtomxtomxtomxtr////orl3ZAAAAIHRSTlMACVecz/IWimXvBqS4edh4ClCmzNBjMMCYQzyZiwgHQDclH5oAAAABYktHRCHEbA0WAAAAzElEQVQoz42T6xqCIAyGJ4igaGZZasfd/1WGFrp5ou/feHnYxw4AXpGQsUJUsRQRzJVoh7yUTjg1KTKlhsDM4kI2G2mOK8o9t7gq+8tLjoqCBEP+hLg6AByIv96/pg+WJY20q4bCTakjCNyRAEkum6oqGJYQT8Gpd3qmuAZa6ssVoGHJgT3WzDCGsNrDilpb4pp+bIklL8scC17UGXZFJS1pO/fvW3UfDx6soc9v/18+Hho6jUPbvZ261sfmn2EKjWJgkENrEFyirRX8AESLTwDKeP6EAAAAJXRFWHRkYXRlOmNyZWF0ZQAyMDIwLTA3LTA2VDE0OjE3OjExKzAwOjAwAQrALgAAACV0RVh0ZGF0ZTptb2RpZnkAMjAyMC0wNy0wNlQxNDoxNzoxMSswMDowMHBXeJIAAAAASUVORK5CYII=) no-repeat center;
      height: 100%; }
    .body_article .turquoise p {
      font-family: 'Roboto', sans-serif;
      color: #484848;
      font-size: 18px;
      font-weight: 400;
      margin-bottom: 0; }
  .body_article .green {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    border-radius: 5px;
    border: 2px solid #B5D930;
    padding: 20px 20px 20px 100px;
    width: 100%;
    min-height: 105px;
    margin-bottom: 30px;
    position: relative; }
    .body_article .green:before {
      content: '';
      display: block;
      position: absolute;
      left: 0;
      top: 0;
      width: 70px;
      background: #F4FDD5 url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAMAAAAM7l6QAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAbFBMVEWz2DOz2DOz2DOz2DOz2DOz2DOz2DOz2DOz2DOz2DOz2DOz2DOz2DOz2DOz2DOz2DOz2DOz2DOz2DOz2DOz2DOz2DOz2DOz2DOz2DOz2DOz2DOz2DOz2DOz2DOz2DOz2DOz2DOz2DOz2DP///97yCKiAAAAInRSTlMACVec0PIWimXvBqS4iwrOeDZHN/HP2P5/T/p+Tv1bI8n4QIANeQAAAAFiS0dEIypibDoAAADHSURBVCjPhdPZEoMgDAXQCEZF7F672D3//5GFUlAQJ/eJ8cwIhATApxCyRCIspSggTVUb8sG6irVRFEU1E2w1zaLboB1l0nnXlI3+70sL+e1fqSVW9vwrWkwNsMbM9437iAWIjG5h5xYCZE5h71YSypwejm7ZQ9j6dJ4pIXi9wHVIlSjwDeA+pErh54+n9URxPJr1V6zmaOPFrMdqLjYpi/FYTVmior4/kZqiMk/CPSjTDlwzca3INDI3BuwQuRHs7Qj20xH8AgLFVEmsxxuuAAAAJXRFWHRkYXRlOmNyZWF0ZQAyMDIwLTA3LTA2VDE0OjE5OjIyKzAwOjAwoKTt4wAAACV0RVh0ZGF0ZTptb2RpZnkAMjAyMC0wNy0wNlQxNDoxOToyMiswMDowMNH5VV8AAAAASUVORK5CYII=) no-repeat center;
      height: 100%; }
    .body_article .green p {
      font-family: 'Roboto', sans-serif;
      color: #484848;
      font-size: 18px;
      font-weight: 400;
      margin-bottom: 0; }
  .body_article .red {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    border-radius: 5px;
    border: 2px solid #FC5638;
    padding: 20px 20px 20px 100px;
    width: 100%;
    min-height: 105px;
    margin-bottom: 30px;
    position: relative; }
    .body_article .red:before {
      content: '';
      display: block;
      position: absolute;
      left: 0;
      top: 0;
      width: 70px;
      background: #FFE8E4 url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAMAAAAM7l6QAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAARVBMVEUAAAD8Vzv8Vzv8Vzv8Vzv8Vzv8Vzv8Vzv8Vzv8Vzv8Vzv8Vzv8Vzv8Vzv8Vzv8Vzv8Vzv8Vzv8Vzv8Vzv8Vzv8Vzv///8X01phAAAAFXRSTlMACVec0PIWimXvBqS4mTXACr7BzzYtpBxyAAAAAWJLR0QWfNGoGQAAAMFJREFUKM+Fk2EbhRAMhRdJUqLa//+rl2qim2fnSx6vtjk2AFInZK8QVS9FB28NOiKS0kNNR4OVzFjAyeKf7JTpjB+aiVv8lL3zYkNn/sG0sEn1a2xKRzfovotbr8XqFrq/B0FHHfiQvsGDoz0BkpabP3mkfqM9CXvOlEAI/g5yqofC6oQqigrKSiOvKCKHmeBMaczFsi3HY8vx2JJNle7+aXMUMZrKPAn3oEw7cM3EtSLTyNwYsEN0jeAej6i9HMEf5841cajGnHQAAAAldEVYdGRhdGU6Y3JlYXRlADIwMjAtMDctMDZUMTQ6MjE6MTYrMDA6MDBQUejmAAAAJXRFWHRkYXRlOm1vZGlmeQAyMDIwLTA3LTA2VDE0OjIxOjE2KzAwOjAwIQxQWgAAAABJRU5ErkJggg==) no-repeat center;
      height: 100%; }
    .body_article .red p {
      font-family: 'Roboto', sans-serif;
      color: #484848;
      font-size: 18px;
      font-weight: 400;
      margin-bottom: 0; }
  .body_article .accent {
    border-radius: 5px;
    border-left: 5px solid #9677ed;
    padding: 20px 35px 20px 70px;
    margin-bottom: 45px;
    min-height: 171px;
    box-shadow: 0 10px 20px 0 rgba(127, 136, 144, 0.2);
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFQAAAA1CAIAAABQoVtpAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAACXBIWXMAAA7DAAAOwwHHb6hkAAAAGHRFWHRTb2Z0d2FyZQBwYWludC5uZXQgNC4xLjb9TgnoAAAByElEQVRoQ+3Y226DMBBF0f7/z7ZNAgHCpSM6qPaYlzHnWJE6W35EdpYUy4aP7ejZrbfPhTF0AWePbzsPZAhTF9i2wO8F3j4KGbqAs8DjR+C1wO8F3j4KGbqAs8DjR+C1wO8F3j4KGbqAs8DjR+C1wO8F3j4KGbqAs8Djx//G9w3xYtAFnJHw47Mhvru9F34aG+L7x99irkj419QQn+4xVyT8POv8Eh2f7jFXJPya7EI6Pt1jrkh4nX2Pjk/3mCsG/v7VFp/uMVcM/CM/euj4dI+5YuD7e/Y3pON1dn8MvBh19j0u3uwxVwz8kJ+7XLzZY64Y+HFoiK++3kkMvDl3uXizx1wx8POrIX6ovd5JDPySn7tc/JTvMVcM/Jr/HC6++nonMfA69REXP7908orgeJlQpz7i4pf6kw6PLz+rcPFb/b8ejy/PXSL+yvVOguMFqFMfEfFXrncSHF9+ViHiu/wVyhscX35WIeLLv5krOL48d4l48wrlDY4vP6sQ8eYVyhscX35WIeKrP13+BsfrvElEvHmF8obFn567RPyV652ExZ+eu0S8eYXyhsWfnrs0/LXrnYTFi07nTWLh5afrvLVh8Sfn7rb9ALTvi/hWx5JvAAAAAElFTkSuQmCC) no-repeat bottom right 40px; }
    .body_article .accent:before {
      width: 17px;
      height: 16px;
      content: '';
      display: block;
      margin-bottom: 15px;
      background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAAQBAMAAAACH4lsAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAMFBMVEUAAACWd+2Wd+2Wd+2Wd+2Wd+2Wd+2Wd+2Wd+2Wd+2Wd+2Wd+2Wd+2Wd+2Wd+3///8Db2n3AAAADnRSTlMAIruZZkQziBF33cyqVbHKZnwAAAABYktHRA8YugDZAAAAUElEQVQI143GSRGAMBBFwa+EQgIKqEiIhEhAQiSgkeWQEEYD80YBfWpNZrNWs6R/y2xhhW2ssp2JJV+PZd8TK74Rq74zJl9jnV3sYC8b7NYHd4pGclB4kIEAAAAldEVYdGRhdGU6Y3JlYXRlADIwMjAtMDctMDZUMTQ6Mjk6MTcrMDA6MDDl8aOmAAAAJXRFWHRkYXRlOm1vZGlmeQAyMDIwLTA3LTA2VDE0OjI5OjE3KzAwOjAwlKwbGgAAAABJRU5ErkJggg==) no-repeat; }
    .body_article .accent p {
      font-family: 'Roboto', sans-serif;
      color: #484848;
      font-size: 17px;
      margin-bottom: 0;
      font-weight: 400; }
  .body_article .banner_info {
    background-position: top right;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 5px;
    padding: 20px 35px;
    min-height: 170px;
    margin-bottom: 45px;
    display: block;
    text-decoration: none; }
    .body_article .banner_info .sub {
      font-family: 'Roboto', sans-serif;
      color: #f26c4f;
      font-size: 14px;
      text-transform: uppercase;
      margin-bottom: 0;
      line-height: 1;
      letter-spacing: 1.5px; }
    .body_article .banner_info h3 {
      font-family: 'Roboto', sans-serif;
      color: #ffffff;
      font-size: 18px;
      text-transform: uppercase;
      margin-bottom: 5px; }
    .body_article .banner_info div {
      font-family: 'Roboto', sans-serif;
      color: #757575;
      font-size: 16px;
      margin-bottom: 0;
      font-weight: 400; }
      .body_article .banner_info div .data {
        display: inline-block;
        padding: 2px 8px;
        background-color: #f26c4f;
        font-family: 'Roboto', sans-serif;
        color: #242632;
        font-size: 16px;
        font-weight: 700;
        margin-bottom: 10px; }
      .body_article .banner_info div .link {
        font-family: 'Roboto', sans-serif;
        color: #ffffff;
        font-size: 12px;
        font-weight: 400;
        cursor: pointer; }
        .body_article .banner_info div .link:before {
          display: inline-block;
          content: '';
          width: 12px;
          height: 12px;
          margin-right: 5px;
          background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAQAAAD8fJRsAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAAmJLR0QA/4ePzL8AAABNSURBVBjTdY9BDsAwCMNM1X+Pvdw7dFtppZoDUiKFgCyTvmClWB0IKn7bJepS0xxRu4yY1ZgylqhFlvYfDW5yFgjdWg0jGgeORi8vLTzYaGqtAfoBagAAACV0RVh0ZGF0ZTpjcmVhdGUAMjAyMC0wNy0wNlQxNDozNTowOSswMDowMKLW5ysAAAAldEVYdGRhdGU6bW9kaWZ5ADIwMjAtMDctMDZUMTQ6MzU6MDkrMDA6MDDTi1+XAAAAAElFTkSuQmCCQg==) no-repeat; }
  .body_article .banner_youtube {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    background-position: top right;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 5px;
    padding: 20px 35px;
    min-height: 170px;
    margin-bottom: 45px;
    position: relative;
    text-decoration: none; }
    .body_article .banner_youtube .data {
      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;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      text-align: center;
      width: 70px;
      min-height: 120px;
      border-radius: 5px;
      background: #fff343;
      padding: 8px;
      color: #122135;
      font-size: 12px;
      font-weight: 700;
      margin-right: 15px; }
      .body_article .banner_youtube .data b {
        font-family: 'Roboto', sans-serif;
        color: #122135;
        font-weight: 700;
        line-height: 20px;
        font-size: 30px;
        margin-bottom: 10px;
        display: block;
        position: relative; }
    .body_article .banner_youtube .ucontent {
      max-width: 450px; }
      .body_article .banner_youtube .ucontent .sub {
        font-family: 'Roboto', sans-serif;
        color: #ffd466;
        font-size: 14px;
        text-transform: uppercase;
        line-height: 1.5;
        letter-spacing: 1.5px;
        margin-bottom: 5px; }
      .body_article .banner_youtube .ucontent h3 {
        font-family: 'Roboto', sans-serif;
        color: #ffffff;
        font-size: 18px;
        text-transform: uppercase;
        margin-bottom: 10px;
        line-height: 1.5; }
      .body_article .banner_youtube .ucontent div {
        margin-bottom: 0; }
        .body_article .banner_youtube .ucontent div .link {
          display: block;
          font-family: 'Roboto', sans-serif;
          color: #ffffff;
          font-size: 12px;
          font-weight: 400; }
          .body_article .banner_youtube .ucontent div .link:before {
            display: inline-block;
            content: '';
            width: 12px;
            height: 12px;
            margin-right: 5px;
            background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAQAAAD8fJRsAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAAmJLR0QA/4ePzL8AAABNSURBVBjTdY9BDsAwCMNM1X+Pvdw7dFtppZoDUiKFgCyTvmClWB0IKn7bJepS0xxRu4yY1ZgylqhFlvYfDW5yFgjdWg0jGgeORi8vLTzYaGqtAfoBagAAACV0RVh0ZGF0ZTpjcmVhdGUAMjAyMC0wNy0wNlQxNDozNTowOSswMDowMKLW5ysAAAAldEVYdGRhdGU6bW9kaWZ5ADIwMjAtMDctMDZUMTQ6MzU6MDkrMDA6MDDTi1+XAAAAAElFTkSuQmCCQg==) no-repeat; }
  .body_article img {
    margin: 0 0 30px 0;
    max-width: 870px;
    max-height: 100%;
    height: auto; }
 @media (max-width: 950px) {
    .body_article img {
     width: 100%; } }
  .body_article .alt_content {
    width: 100%;
    padding-bottom: 30px;
    border-bottom: 1px solid #dce6f0;
    margin-bottom: 25px; }
    .body_article .alt_content span {
      display: block;
      font-size: 16px;
      font-family: "Roboto", sans-serif;
      color: #757575;
      font-style: italic;
      line-height: 1.563;
      width: -moz-fit-content;
      width: fit-content;
      margin-left: auto;
      margin-right: auto; }
  @media (max-width: 845px) {
    .body_article h1 {
      font-size: 30px; }
    .body_article h2 {
      font-size: 26px; }
    .body_article h3 {
      font-size: 20px; }
    .body_article h4 {
      font-size: 18px; }
    .body_article h5 {
      font-size: 14px; }
    .body_article h6 {
      font-size: 11px; }
    .body_article .yellow {
      padding: 15px 15px 15px 100px; }
      .body_article .yellow p {
        font-size: 16px; }
    .body_article .turquoise {
      padding: 15px 15px 15px 100px; }
      .body_article .turquoise p {
        font-size: 16px; }
    .body_article .green {
      padding: 15px 15px 15px 100px; }
      .body_article .green p {
        font-size: 16px; }
    .body_article .red {
      padding: 15px 15px 15px 100px; }
      .body_article .red p {
        font-size: 16px; }
    .body_article .accent {
      padding: 15px 25px 15px 60px;
      margin-bottom: 40px; }
      .body_article .accent p {
        font-size: 15px; } }
  @media (max-width: 565px) {
    .body_article h1 {
      font-size: 25px;
      margin-bottom: 40px; }
    .body_article h2 {
      font-size: 22px;
      margin-bottom: 40px; }
    .body_article h3 {
      font-size: 18px;
      margin-bottom: 40px; }
    .body_article h4 {
      font-size: 16px;
      margin-bottom: 40px; }
    .body_article h5 {
      font-size: 12px;
      margin-bottom: 40px; }
    .body_article h6 {
      font-size: 10px;
      margin-bottom: 40px; }
    .body_article ul {
      font-size: 14px;
      line-height: 28px;
      margin-bottom: 40px; }
    .body_article ol {
      font-size: 14px;
      line-height: 28px;
      margin-bottom: 40px; }
    .body_article .square li {
      padding-left: 20px; }
      .body_article .square li::before {
        top: 10px; }
    .body_article .check li {
      padding-left: 30px; }
      .body_article .check li::before {
        top: 3px;
        width: 15px;
        height: 15px; }
    .body_article .close li {
      padding-left: 30px; }
      .body_article .close li::before {
        top: 3px;
        width: 15px;
        height: 15px; }
    .body_article .banner_info {
      padding: 10px 25px;
      margin-bottom: 30px; }
      .body_article .banner_info .sub {
        font-size: 13px; }
      .body_article .banner_info h3 {
        font-size: 16px; }
      .body_article .banner_info p {
        font-size: 14px; }
        .body_article .banner_info p .data {
          font-size: 14px; }
        .body_article .banner_info p .link {
          font-size: 11px; }
    .body_article .banner_youtube {
      padding: 10px 25px;
      margin-bottom: 30px; }
      .body_article .banner_youtube .data {
        font-size: 11px; }
        .body_article .banner_youtube .data b {
          font-size: 25px; }
      .body_article .banner_youtube .ucontent .sub {
        font-size: 12px; }
      .body_article .banner_youtube .ucontent h3 {
        font-size: 15px; }
      .body_article .banner_youtube .ucontent p .link {
        font-size: 11px; } }
  @media (max-width: 455px) {
    .body_article h1 {
      font-size: 21px; }
    .body_article h2 {
      font-size: 18px; }
    .body_article h3 {
      font-size: 15px; }
    .body_article h4 {
      font-size: 13px; }
    .body_article h5 {
      font-size: 11px; }
    .body_article h6 {
      font-size: 9px; }
    .body_article .yellow {
      padding: 10px 10px 10px 60px;
      margin-bottom: 20px; }
      .body_article .yellow:before {
        width: 50px; }
      .body_article .yellow p {
        font-size: 12px; }
    .body_article .turquoise {
      padding: 10px 10px 10px 60px;
      margin-bottom: 20px; }
      .body_article .turquoise:before {
        width: 50px; }
      .body_article .turquoise p {
        font-size: 12px; }
    .body_article .green {
      padding: 10px 10px 10px 60px;
      margin-bottom: 20px; }
      .body_article .green:before {
        width: 50px; }
      .body_article .green p {
        font-size: 12px; }
    .body_article .red {
      padding: 10px 10px 10px 60px;
      margin-bottom: 20px; }
      .body_article .red:before {
        width: 50px; }
      .body_article .red p {
        font-size: 12px; }
    .body_article .accent {
      padding: 10px 10px 10px 30px;
      margin-bottom: 35px; }
      .body_article .accent p {
        font-size: 13px; }
    .body_article .banner_youtube {
      padding: 10px 20px; }
      .body_article .banner_youtube .data {
        font-size: 10px; }
        .body_article .banner_youtube .data b {
          font-size: 23px; }
      .body_article .banner_youtube .ucontent .sub {
        font-size: 11px; }
      .body_article .banner_youtube .ucontent h3 {
        font-size: 13px; }
      .body_article .banner_youtube .ucontent p .link {
        font-size: 10px; } }

.tags_bottom {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  justify-content: flex-start; }
  .tags_bottom h3 {
    font-family: 'Roboto', sans-serif;
    color: #606c71;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 10px;
    margin-right: 5px; }
  .tags_bottom .widget {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    position: relative;
    margin-bottom: 0; }
    .tags_bottom .widget .widgettitle {
      display: none; }
    .tags_bottom .widget .tagcloud {
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: flex;
      -webkit-flex-wrap: wrap;
      flex-wrap: wrap;
      position: relative; }
      .tags_bottom .widget .tagcloud a {
        padding: 5px !important;
        font-family: 'Roboto', sans-serif;
        color: #606c71;
        font-size: 12px !important;
        font-weight: 400;
        border: 1px solid #dce6f0;
        border-radius: 5px;
        margin: 0 0 10px 5px;
        position: relative; }
  @media (max-width: 991px) {
    .tags_bottom {
      margin-bottom: 35px; } }
  @media (max-width: 870px) {
    .tags_bottom {
      -webkit-align-items: unset;
      align-items: unset; }
      .tags_bottom h3 {
        margin-top: 5px; } }

.content_article {
  padding-bottom: 90px; }
  .content_article hr {
    margin: 47px 0;
    max-width: 870px;
    width: 100%;
    height: 1px;
    background: #E6E6E6; }
  @media (max-width: 565px) {
    .content_article {
      padding-bottom: 50px; } }

.categories_section {
  margin-bottom: 50px; }
  @media (max-width: 650px) {
    .categories_section {
      margin-bottom: 35px; } }
  .categories_section .categories_title {
    margin-bottom: 45px;
    max-width: 300px;
    font-size: 20px;
    letter-spacing: 4px;
    color: #0b98cd;
    font-weight: 400;
    font-family: "Roboto", sans-serif;
    position: relative;
    padding-left: 15px;
    line-height: 1; }
    .categories_section .categories_title:before {
      width: 5px;
      height: 15px;
      background-color: #0b98cd;
      content: '';
      display: inline-block;
      position: absolute;
      top: 2px;
      left: 0; }
    @media (max-width: 650px) {
      .categories_section .categories_title {
        font-size: 18px;
        margin-bottom: 35px; } }
  .categories_section .categories_body .category_item {
    padding: 15px 0;
    border-bottom: 1px solid #e7e7e7; }
    .categories_section .categories_body .category_item .category_item_top {
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: flex;
      -webkit-align-items: center;
      align-items: center;
      cursor: pointer; }
      .categories_section .categories_body .category_item .category_item_top .item_icon {
        width: 14px;
        height: 14px;
        display: block;
        margin-right: 15px; }
      .categories_section .categories_body .category_item .category_item_top span {
        font-size: 15px;
        font-family: "Roboto", sans-serif;
        color: #757575;
        line-height: 1.2;
        text-align: left; }
      .categories_section .categories_body .category_item .category_item_top .item_close {
        display: block;
        width: 13px;
        height: 13px;
        margin-left: auto; }
      .categories_section .categories_body .category_item .category_item_top .item_open {
        display: none;
        width: 13px;
        height: 13px;
        margin-left: auto; }
    .categories_section .categories_body .category_item .category_item_body {
      display: none; }
      .categories_section .categories_body .category_item .category_item_body .subcategory {
        display: block;
        position: relative;
        margin-top: 20px;
        text-decoration: none;
        margin-left: 50px;
        font-size: 15px;
        font-family: "Roboto", sans-serif;
        color: #757575;
        transition: all 0.3s ease-in-out;
        line-height: 1;
        width: fit-content;
        border-bottom: 1px solid #fff; }
        .categories_section .categories_body .category_item .category_item_body .subcategory:before {
          content: "";
          width: 5px;
          height: 5px;
          position: absolute;
          border-radius: 50%;
          left: -20px;
          top: 4px;
          background-color: #0b98cd; }
        .categories_section .categories_body .category_item .category_item_body .subcategory:hover {
          color: #263139;
          border-bottom: 1px solid #263139;
          transition: all 0.3s ease-in-out; }
  .categories_section .categories_body .active .category_item_top span {
    color: #0b98cd; }
  .categories_section .categories_body .active .category_item_top .item_close {
    display: none; }
  .categories_section .categories_body .active .category_item_top .item_open {
    display: block; }
  .categories_section .categories_body .active .category_item_body {
    display: block; }

.banners_section {
  margin-bottom: 50px; }
  @media (max-width: 650px) {
    .banners_section {
      margin-bottom: 35px; } }
  .banners_section .content_first_banner {
    position: relative;
    margin-bottom: 35px;
    max-width: 270px;
    width: 100%; }
    .banners_section .content_first_banner .lSSlideOuter .usingCss {
      max-width: 270px;
      width: 100%; }
      .banners_section .content_first_banner .lSSlideOuter .usingCss .first_banner .first_banner_item {
        height: 350px;
        max-width: 270px;
        width: 100%;
        background-color: #f2f4f9;
        border-radius: 5px; }
        .banners_section .content_first_banner .lSSlideOuter .usingCss .first_banner .first_banner_item .first_banner_item_top {
          padding: 10px 0; }
          .banners_section .content_first_banner .lSSlideOuter .usingCss .first_banner .first_banner_item .first_banner_item_top .first_banner_item_title {
            font-size: 30px;
            font-family: "Roboto", sans-serif;
            color: #263139;
            font-weight: bold;
            line-height: 1.2;
            text-align: center; }
          .banners_section .content_first_banner .lSSlideOuter .usingCss .first_banner .first_banner_item .first_banner_item_top .first_banner_item_data {
            display: block;
            font-size: 15px;
            font-family: "Roboto", sans-serif;
            color: #263139;
            font-weight: bold;
            line-height: 1.2;
            margin-bottom: 2px;
            text-align: center; }
          .banners_section .content_first_banner .lSSlideOuter .usingCss .first_banner .first_banner_item .first_banner_item_top .first_banner_item_time {
            display: block;
            font-size: 15px;
            font-family: "Roboto", sans-serif;
            color: #263139;
            line-height: 1.2;
            text-align: center; }
        .banners_section .content_first_banner .lSSlideOuter .usingCss .first_banner .first_banner_item .first_banner_item_image {
          height: auto;
		min-height: 150px;
		width: 270px;
		display: block;
          display: block;
          background-position: 100% 100%;
          background-repeat: no-repeat;
          background-size: cover;
          border-bottom-right-radius: 5px;
          border-bottom-left-radius: 5px;
          -moz-border-radius-bottomleft: 5px;
          -moz-border-radius-bottomright: 5px; }
    .banners_section .content_first_banner .lSSlideOuter .lSPager {
      margin-top: 15px; }
      .banners_section .content_first_banner .lSSlideOuter .lSPager li a {
        background-color: #c8d8df; }
      .banners_section .content_first_banner .lSSlideOuter .lSPager .active a {
        background-color: #428bca; }
    .banners_section .content_first_banner .left_arrow {
      cursor: pointer;
      position: absolute;
      left: 0;
      top: 30px;
      z-index: 3; }
    .banners_section .content_first_banner .right_arrow {
      cursor: pointer;
      position: absolute;
      right: 0;
      top: 30px;
      z-index: 3; }
  .banners_section .content_second_banner {
    position: relative;
    max-width: 270px;
    width: 100%; }
    .banners_section .content_second_banner .lSSlideOuter .usingCss {
      max-width: 270px;
      width: 100%; }
      .banners_section .content_second_banner .lSSlideOuter .usingCss .second_banner .second_banner_item {
        min-height: 350px;
        height: auto;
        max-width: 270px;
        width: 100%;
        background-position: 100% 100%;
        background-repeat: no-repeat;
        background-size: cover;
        border-radius: 5px; }
        .banners_section .content_second_banner .lSSlideOuter .usingCss .second_banner .second_banner_item .second_banner_item_top {
          border-radius: 5px;
          background-color: #fff343;
          width: 70px;
          height: 120px;
          margin-left: 5px;
          margin-top: 5px;
          padding-top: 15px; }
          .banners_section .content_second_banner .lSSlideOuter .usingCss .second_banner .second_banner_item .second_banner_item_top b {
            font-size: 30px;
            font-family: "Roboto", sans-serif;
            color: #122135;
            font-weight: bold;
            text-transform: uppercase;
            line-height: 1.2;
            text-align: center;
            display: block;
            margin-bottom: 2px; }
          .banners_section .content_second_banner .lSSlideOuter .usingCss .second_banner .second_banner_item .second_banner_item_top span {
            display: block;
            font-size: 12px;
            font-family: "Roboto", sans-serif;
            color: #122135;
            font-weight: bold;
            line-height: 1.5;
            text-align: center;
            width: 55px;
            margin: 0 auto; }
        .banners_section .content_second_banner .lSSlideOuter .usingCss .second_banner .second_banner_item .second_banner_item_bottom {
          margin: 135px 10px 10px 10px; }
          .banners_section .content_second_banner .lSSlideOuter .usingCss .second_banner .second_banner_item .second_banner_item_bottom .second_banner_item_title {
            max-width: 205px;
            width: 100%;
            font-size: 18px;
            font-family: "Roboto", sans-serif;
            color: white;
            font-weight: 500;
            text-transform: uppercase;
            line-height: 1.389;
            text-align: left;
            margin-bottom: 10px; }
          .banners_section .content_second_banner .lSSlideOuter .usingCss .second_banner .second_banner_item .second_banner_item_bottom .second_banner_item_link {
            display: block;
            position: relative;
            width: fit-content;
            width: -moz-fit-content;
            font-family: 'Roboto', sans-serif;
            text-decoration: none;
            color: #ffffff;
            font-size: 12px;
            font-weight: 400;
            margin-left: 20px;
            line-height: 1.1;
            border-bottom: 1px solid #ffffff; }
            .banners_section .content_second_banner .lSSlideOuter .usingCss .second_banner .second_banner_item .second_banner_item_bottom .second_banner_item_link:before {
              position: absolute;
              content: '';
              width: 12px;
              height: 12px;
              left: -20px;
              top: 0;
              background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAQAAAD8fJRsAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAAmJLR0QA/4ePzL8AAABNSURBVBjTdY9BDsAwCMNM1X+Pvdw7dFtppZoDUiKFgCyTvmClWB0IKn7bJepS0xxRu4yY1ZgylqhFlvYfDW5yFgjdWg0jGgeORi8vLTzYaGqtAfoBagAAACV0RVh0ZGF0ZTpjcmVhdGUAMjAyMC0wNy0wNlQxNDozNTowOSswMDowMKLW5ysAAAAldEVYdGRhdGU6bW9kaWZ5ADIwMjAtMDctMDZUMTQ6MzU6MDkrMDA6MDDTi1+XAAAAAElFTkSuQmCCQg==) no-repeat; }
    .banners_section .content_second_banner .lSSlideOuter .lSPager {
      margin-top: 15px; }
      .banners_section .content_second_banner .lSSlideOuter .lSPager li a {
        background-color: #c8d8df; }
      .banners_section .content_second_banner .lSSlideOuter .lSPager .active a {
        background-color: #428bca; }
    .banners_section .content_second_banner .left_arrow_s {
      cursor: pointer;
      position: absolute;
      left: 1px;
      top: 160px;
      z-index: 3;
      border-bottom-right-radius: 3px;
      border-top-right-radius: 3px; }
    .banners_section .content_second_banner .right_arrow_s {
      cursor: pointer;
      position: absolute;
      right: 1px;
      top: 160px;
      z-index: 3;
      border-bottom-left-radius: 3px;
      border-top-left-radius: 3px; }
  @media (max-width: 991px) {
    .banners_section {
      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;
      max-width: 560px;
      width: 100%;
      margin-left: auto;
      margin-right: auto; }
      .banners_section .content_first_banner {
        margin-bottom: 0; } }
  @media (max-width: 635px) {
    .banners_section {
      max-width: 270px;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column; }
      .banners_section .content_first_banner {
        margin-bottom: 25px; } }

.tags_section .tags_title {
  margin-bottom: 45px;
  max-width: 300px;
  font-size: 20px;
  letter-spacing: 4px;
  color: #0b98cd;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  position: relative;
  padding-left: 15px;
  line-height: 1; }
  .tags_section .tags_title:before {
    width: 5px;
    height: 15px;
    background-color: #0b98cd;
    content: '';
    display: inline-block;
    position: absolute;
    top: 2px;
    left: 0; }
  @media (max-width: 650px) {
    .tags_section .tags_title {
      font-size: 18px;
      margin-bottom: 35px; } }
.tags_section .widget_tag_cloud {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  position: relative; }
  .tags_section .widget_tag_cloud .widgettitle {
    display: none; }
  .tags_section .widget_tag_cloud .tagcloud {
    position: relative; }
    .tags_section .widget_tag_cloud .tagcloud a {
      font-size: 16px;
      font-family: "Roboto", sans-serif;
      text-decoration: none;
      color: #606c71;
      transition: all 0.3s ease-in-out;
      margin: 0 3px;
      line-height: 1.2; }
      .tags_section .widget_tag_cloud .tagcloud a:hover {
        color: #0b98cd;
        transition: all 0.3s ease-in-out; }
/*//////////////////////////////////*/
.social_link_after {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  margin-bottom: 30px;
  border: 1px solid #2e29aa;
  border-radius: 5px;
  width: 100%;
}
.social_link_after .left_label {
  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;
  background-color: #b8b8f3;
  max-width: 70px;
  width: 100%;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.social_link_after .left_label .left_label_img {
  display: block;
  max-width: 30px;
  width: 100%;
  height: auto;
  max-height: 30px;
  margin: 0;
}
@media (max-width: 1075px) {
  .social_link_after .left_label {
    display: none;
  }
}
.social_link_after .social_link_after_content {
  max-width: 800px;
  width: 100%;
  box-sizing: border-box;
  padding: 10px 30px;
  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;
}
.social_link_after .social_link_after_content .social_link_show {
  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;
  max-width: 500px;
  width: 100%;
}
.social_link_after .social_link_after_content .social_link_show .social_link_show_span {
  max-width: 175px;
  width: 100%;
  font-size: 16px;
  font-family: "Roboto";
  color: rgb(72, 72, 72);
  font-weight: bold;
  line-height: 1;
}
.social_link_after .social_link_after_content .social_link_show .social_link_show_link {
  text-decoration: none;
  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;
  max-width: 90px;
  width: 100%;
  height: 40px;
  margin-left: 5px;
  margin-right: 0;
  border-radius: 5px;
}
.social_link_after .social_link_after_content .social_link_show .social_link_show_link .social_link_show_link_img {
  display: block;
  max-width: 80px;
  width: auto;
  height: auto;
  max-height: 15px;
  margin: 0;
}
.social_link_after .social_link_after_content .social_link_show .social_link_show_link:nth-of-type(1) {
  margin-left: auto;
}
@media (max-width: 455px) {
  .social_link_after .social_link_after_content .social_link_show {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .social_link_after .social_link_after_content .social_link_show .social_link_show_span {
    max-width: 175px;
    margin-bottom: 15px;
  }
  .social_link_after .social_link_after_content .social_link_show .social_link_show_link {
    max-width: 455px;
    margin-left: 0;
    margin-bottom: 5px;
  }
  .social_link_after .social_link_after_content .social_link_show .social_link_show_link:nth-of-type(1) {
    margin-left: 0;
  }
}
.social_link_after .social_link_after_content .social_link_after_span {
  margin-left: 7px;
  max-width: 210px;
  width: 100%;
  font-size: 12px;
  font-family: "Roboto";
  color: rgb(72, 72, 72);
  line-height: 1.2;
}
@media (max-width: 1075px) {
  .social_link_after .social_link_after_content {
    padding: 10px 15px;
  }
}
@media (max-width: 675px) {
  .social_link_after .social_link_after_content {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .social_link_after .social_link_after_content .social_link_show {
    max-width: 675px;
  }
  .social_link_after .social_link_after_content .social_link_after_span {
    margin-top: 15px;
    margin-left: 0;
    max-width: 675px;
  }
}
