@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;700&family=Roboto:wght@300;400;700&display=swap");
@font-face {
  font-family: "Onest";
  src: url("/wp-content/themes/polygon/font/OnestThin1602-hint.woff") format("woff");
  font-style: normal;
  font-weight: 200;
}
@font-face {
  font-family: "Onest";
  src: url("/wp-content/themes/polygon/font/OnestRegular1602-hint.woff") format("woff");
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: "Onest";
  src: url("/wp-content/themes/polygon/font/OnestBold1602-hint.woff") format("woff");
  font-style: normal;
  font-weight: 700;
}
.wrapper {
  max-width: 1160px;
  width: 100%;
  margin: 0 auto;
}

.accent {
  color: #FF4500;
}

.grey {
  color: #ADADAD;
}

.white {
  color: #FFFFFF;
}

body {
  background-color: #FFFFFF;
}

section {
  padding-left: 15px;
  padding-right: 15px;
}

.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: rgb(255, 255, 255);
  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: rgb(136, 136, 136);
  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 30px;
  border-radius: 10px;
  background: #FBEBE1;
  margin-bottom: 50px;
}
.body_article .block_contents #top {
  padding-left: 10px;
  margin-bottom: 20px;
  cursor: pointer;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.body_article .block_contents #top strong {
  color: #484846;
  font-family: "OpenSans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 25px;
  text-transform: uppercase;
}
.body_article .block_contents ol {
  list-style: none;
  counter-reset: li;
  margin-bottom: 0;
}
.body_article .block_contents ol li {
  padding: 0 0 0 10px;
  line-height: 1.875;
}
.body_article .block_contents ol li p {
  display: none;
}
.body_article .block_contents ol li a {
  font-size: 16px;
  color: #484846;
  font-family: "OpenSans", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
  text-decoration: none;
}
.body_article .block_contents ol li a:hover {
  color: #484846;
  border-bottom: none;
}
.body_article .block_contents ol li:before {
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  color: #484846;
  background: initial;
  counter-increment: li;
  content: counters(li, ".") " ";
  display: inline;
  top: 0;
  position: relative;
  font-weight: normal;
  border-radius: unset;
  border: none;
}
@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 .similar {
  border-radius: 10px;
  background: #F5F6FA;
  padding: 30px 40px;
  width: 100%;
  box-sizing: border-box;
}
.body_article .similar .top_similar {
  color: #484846;
  font-family: "OpenSans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 25px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.body_article .similar .l {
  position: relative;
  padding-left: 30px;
  margin-bottom: 15px;
}
.body_article .similar .l::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 9px;
  top: 8px;
  left: 0;
  background-image: url("../img/article/arrowe-sim.svg");
  background-repeat: no-repeat;
  background-size: cover;
}
.body_article .similar .l a {
  display: block;
  color: #484846;
  font-family: "OpenSans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
.body_article .similar .l:last-child {
  margin-bottom: 0;
}
.body_article p {
  color: #484846;
  font-family: "OpenSans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
  margin-bottom: 20px;
}
@media (max-width: 655px) {
  .body_article p {
    font-size: 14px;
    line-height: 20px;
  }
}
.body_article .pre {
  position: relative;
  margin-bottom: 30px;
  z-index: 3;
}
.body_article .pre pre {
  position: relative;
  z-index: 5;
  border-radius: 5px;
  border: 1px solid #c8d8df;
  background-color: #f2f4f9;
  padding: 30px 20px;
  display: flex;
}
.body_article .pre pre code {
  position: relative;
  z-index: 5;
  display: block;
  padding-left: 10px;
  font-weight: 400;
  border-left: 5px solid #dce6f0;
  font-size: 15px;
  color: #606c71;
  line-height: 25px;
}
@media (max-width: 655px) {
  .body_article .pre pre code {
    font-size: 14px;
    line-height: 20px;
    padding-left: 20px;
  }
}
.body_article .pre pre .copy_img {
  content: "";
  position: absolute;
  width: 14px;
  height: 16px;
  cursor: pointer;
  border: none;
  right: 20px;
  top: 15px;
}
.body_article .pre:after {
  position: absolute;
  width: 100%;
  border: 1px solid #C8D8DF;
  height: 100%;
  content: "";
  z-index: 1;
  top: 10px;
  left: 10px;
  overflow: hidden;
}
.body_article h1 {
  color: #263139;
  font-family: "OpenSans", sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 30px;
}
.body_article h2 {
  color: #263139;
  font-family: "OpenSans", sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  margin-bottom: 30px;
}
.body_article h3 {
  color: #263139;
  font-family: "OpenSans", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  margin-bottom: 30px;
}
.body_article h4 {
  color: #263139;
  font-family: "OpenSans", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 20px;
}
.body_article h5 {
  color: #263139;
  font-family: "OpenSans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 20px;
}
.body_article h6 {
  color: #263139;
  font-family: "OpenSans", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 20px;
}
.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 {
  padding-left: 40px;
}
.body_article .square li {
  position: relative;
  padding-left: 25px;
}
.body_article .square li::before {
  content: "";
  position: absolute;
  top: 13px;
  left: 0;
  width: 5px;
  height: 7px;
  background-image: url("../img/article/li_arrowe.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.body_article .check {
  padding-left: 40px;
}
.body_article .check li {
  position: relative;
  padding-left: 60px;
}
.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 {
  padding-left: 40px;
}
.body_article .close li {
  position: relative;
  padding-left: 60px;
}
.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;
  color: #FFF;
  text-align: center;
  font-family: "OpenSans", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  border-radius: 50%;
  content: counter(num);
  background-color: #FF8A00;
}
.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: 10px;
  border: 1px solid #FF8A00;
  background: #FFF;
  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: 100px;
  background-image: url("../img/article/yellow.svg");
  background-position: center 20%;
  background-repeat: no-repeat;
  background-size: initial;
  height: 100%;
}
.body_article .yellow p {
  color: #484846;
  font-family: "OpenSans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
}
.body_article .turquoise {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  border-radius: 10px;
  border: 1px solid #26C6DA;
  background: #FFF;
  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: 100px;
  background-image: url("../img/article/turquoise.svg");
  background-position: center 20%;
  background-repeat: no-repeat;
  background-size: initial;
  height: 100%;
}
.body_article .turquoise p {
  color: #484846;
  font-family: "OpenSans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
}
.body_article .green {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  border-radius: 10px;
  border: 1px solid #8DC63F;
  background: #FFF;
  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: 100px;
  background-image: url("../img/article/green.svg");
  background-position: center 20%;
  background-repeat: no-repeat;
  background-size: initial;
  height: 100%;
}
.body_article .green p {
  color: #484846;
  font-family: "OpenSans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
}
.body_article .red {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  border-radius: 10px;
  border: 1px solid #F24841;
  background: #FFF;
  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: 100px;
  background-image: url("../img/article/red.svg");
  background-position: center 20%;
  background-repeat: no-repeat;
  background-size: initial;
  height: 100%;
}
.body_article .red p {
  color: #484846;
  font-family: "OpenSans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
}
.body_article .accent {
  border-left: 5px solid #FF8A00;
  padding: 10px 0 10px 35px;
  margin-bottom: 45px;
}
.body_article .accent p {
  color: #484846;
  font-family: "OpenSans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
}
.body_article .all {
  margin-bottom: 40px;
}
.body_article .all .top_all {
  color: #263139;
  font-family: "OpenSans", sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  margin-bottom: 30px;
}
.body_article .all .all_content {
  border-radius: 10px;
  border: 5px solid #FBEBE1;
  background: #FFF;
  padding: 30px;
  width: 100%;
  box-sizing: border-box;
}
.body_article .all .all_content .all_content_top {
  color: #263139;
  font-family: "OpenSans", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding-bottom: 20px;
}
.body_article .all .all_content p {
  color: #484846;
  font-family: "OpenSans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
  padding-bottom: 20px;
  margin-bottom: 0;
}
.body_article .all .all_content p:last-child {
  padding-bottom: 0;
}
.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;
  width: 100%;
  max-height: 100%;
  height: auto;
}
.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: rgb(38, 49, 57);
  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: rgb(38, 49, 57);
  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: rgb(38, 49, 57);
  line-height: 1.2;
  text-align: center;
}
.banners_section .content_first_banner .lSSlideOuter .usingCss .first_banner .first_banner_item .first_banner_item_image {
  height: 260px;
  width: 270px;
  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: rgb(255, 243, 67);
  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: rgb(18, 33, 53);
  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: rgb(18, 33, 53);
  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: rgb(255, 255, 255);
  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;
}

/*# sourceMappingURL=article.css.map */
