div.jqcloud {
  font-family: "Helvetica", "Arial", sans-serif;
  font-size: 10px;
  line-height: normal;
  overflow: hidden;
  margin: 20px auto 0 auto;
  position: absolute;
  -webkit-transition: .5s opacity;
  transition: .5s opacity;
  overflow: hidden;
  position: relative; }
  div.jqcloud.ready-css {
    position: relative !important; }
  div.jqcloud a {
    font-size: inherit;
    text-decoration: none; }
  div.jqcloud span {
    cursor: pointer !important;
    -webkit-transition: opacity .3s;
    transition: opacity .3s; }
    div.jqcloud span:hover {
      opacity: .7; }
    div.jqcloud span.w10 {
      font-size: 350%; }
    div.jqcloud span.w9 {
      font-size: 330%; }
    div.jqcloud span.w8 {
      font-size: 300%; }
    div.jqcloud span.w7 {
      font-size: 250%; }
    div.jqcloud span.w6 {
      font-size: 200%; }
    div.jqcloud span.w5 {
      font-size: 250%; }
    div.jqcloud span.w4 {
      font-size: 220%; }
    div.jqcloud span.w3 {
      font-size: 200%; }
    div.jqcloud span.w2 {
      font-size: 150%; }
    div.jqcloud span.w1 {
      font-size: 100%; }
    div.jqcloud span.w10, div.jqcloud span.w9 {
      color: rgba(0, 0, 0, 0.65); }
    div.jqcloud span.w8, div.jqcloud span.w7 {
      color: rgba(0, 0, 0, 0.6); }
    div.jqcloud span.w6 {
      color: rgba(0, 0, 0, 0.55); }
    div.jqcloud span.w5 {
      color: rgba(0, 0, 0, 0.5); }
    div.jqcloud span.w4 {
      color: rgba(0, 0, 0, 0.4); }
    div.jqcloud span.w3 {
      color: rgba(0, 0, 0, 0.35); }
    div.jqcloud span.w2 {
      color: rgba(0, 0, 0, 0.3); }
    div.jqcloud span.w1 {
      color: rgba(0, 0, 0, 0.25); }
    div.jqcloud span.oldWord {
      z-index: 20; }
  div.jqcloud.ready span {
    color: #fff; }
  div.jqcloud span.oldWord {
    padding: 0; }
    div.jqcloud span.oldWord.w10, div.jqcloud span.oldWord.w9 {
      color: rgba(0, 0, 0, 0.65); }
    div.jqcloud span.oldWord.w8, div.jqcloud span.oldWord.w7 {
      color: rgba(0, 0, 0, 0.6); }
    div.jqcloud span.oldWord.w6 {
      color: rgba(0, 0, 0, 0.55); }
    div.jqcloud span.oldWord.w5 {
      color: rgba(0, 0, 0, 0.5); }
    div.jqcloud span.oldWord.w4 {
      color: rgba(0, 0, 0, 0.4); }
    div.jqcloud span.oldWord.w3 {
      color: rgba(0, 0, 0, 0.35); }
    div.jqcloud span.oldWord.w2 {
      color: rgba(0, 0, 0, 0.3); }
    div.jqcloud span.oldWord.w1 {
      color: rgba(0, 0, 0, 0.25); }

html, body {
  margin: 0;
  padding: 0; }
  html a, html a:hover, html a:visited, html a:active, html a:focus, body a, body a:hover, body a:visited, body a:active, body a:focus {
    color: #fff;
    text-decoration: none;
    outline: none; }

body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  background-color: #e6e9ed !important; }
  body.overflow-hidden {
    overflow: hidden; }

div {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

blockquote {
  border-left: 5px solid #eee;
  padding-left: 15px;
  margin-left: 0px; }

h1, h2, h3, h4, h5, h6 {
  font-weight: 500;
  margin: 0; }

.promoTag .mb_title {
  font-weight: bold !important;
  color: #d4481b !important; }

.header_wrap {
  overflow: hidden;
  position: relative;
  background-color: black;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-size: cover; }
  .header_wrap .header {
    margin: auto;
    position: relative;
    height: 83px;
    max-width: 1110px; }
    .header_wrap .header_nav {
      z-index: 4;
      width: 100%;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      background: #fff;
      overflow: hidden;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      position: absolute;
      height: 65px;
      bottom: 0;
      left: 0;
      right: 0;
      width: 100%;
      -webkit-box-shadow: 7px 9px 24px rgba(0, 0, 0, 0.14);
              box-shadow: 7px 9px 24px rgba(0, 0, 0, 0.14); }
      .header_wrap .header_nav a:hover {
        text-decoration: none;
        color: #fff; }
    .header_wrap .header__logo {
      z-index: 3;
      position: relative;
      padding-top: 18px;
      display: -webkit-inline-box;
      display: -webkit-inline-flex;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center; }
      .header_wrap .header__logo:after {
        /*width: 150%;
        left: -25%;
        content: '';
        position: absolute;
        height: 200%;
        top: -25%;
        background: rgba(0, 0, 0, 0.7);
        -webkit-border-radius: 50%;
                border-radius: 50%;
        -webkit-filter: blur(40px);
                filter: blur(40px); */
	}
      .header_wrap .header__logo a {
        min-width: 402px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex; }
        .header_wrap .header__logo a img {
          height: 46px;
          position: relative;
          z-index: 5; }
        .header_wrap .header__logo a .logo_text {
          z-index: 5;
          text-transform: uppercase;
          margin-left: 25px;
          padding-left: 29px;
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -webkit-flex-direction: column;
              -ms-flex-direction: column;
                  flex-direction: column;
          border-left: 1px solid #777e87;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
          font-size: 18px;
          color: #808ea1; }
          .header_wrap .header__logo a .logo_text__white {
            font-weight: 900;
            color: #fff; }
          .header_wrap .header__logo a .logo_text__blue {
            font-weight: 900; }
          .header_wrap .header__logo a .logo_text span:last-child {
            }
  .header_wrap .header_animation_relative {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    overflow: hidden; }
    .header_wrap .header_animation_relative .header_animation {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      top: 0;
      bottom: 0;
      height: 100%;
      position: absolute;
      width: 230%;
      -webkit-animation-name: scroll_bg;
              animation-name: scroll_bg;
      -webkit-animation-duration: 5s;
              animation-duration: 5s;
      -webkit-animation-iteration-count: infinite;
              animation-iteration-count: infinite;
      left: -60%;
      right: 0; }
      .header_wrap .header_animation_relative .header_animation .header_anim_line {
        position: relative;
        -webkit-clip-path: circle(50%);
                clip-path: circle(50%);
        background-color: #fff;
        height: 100%;
        width: 10%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex; }
      .header_wrap .header_animation_relative .header_animation:after, .header_wrap .header_animation_relative .header_animation:before {
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
            -ms-flex-positive: 1;
                flex-grow: 1;
        background-color: rgba(0, 0, 0, 0.45);
        content: '';
        display: block;
        height: inherit; }

@-webkit-keyframes scroll_bg {
  0% {
    left: -127%; }
  100% {
    left: -2%; } }

@keyframes scroll_bg {
  0% {
    left: -127%; }
  100% {
    left: -2%; } }
  .header_wrap .bg_logos {
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: -webkit-calc(100% - 65px);
    height: calc(100% - 65px);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start; }
    .header_wrap .bg_logos .bg_logo {
      margin: 10px;
      position: relative; }
    .header_wrap .bg_logos .bg_logo_dark {
      display: block;
      position: absolute;
      top: 0;
      width: 100%;
      height: 100%;
      left: 0;
      right: 0;
      bottom: 0; }
    .header_wrap .bg_logos .bg_logo-img-1 {
      -webkit-transform: translateZ(0);
              transform: translateZ(0);
      margin: 10px;
      opacity: 0.15;
      max-height: 20px;
      z-index: 2;
      position: relative;
      -webkit-transition: opacity 1.2s;
      transition: opacity 1.2s; }
      .header_wrap .bg_logos .bg_logo-img-1.light {
        opacity: 0.5; }
    .header_wrap .bg_logos .bg_logo-img-2 {
      display: none;
      height: 100%;
      top: 0;
      z-index: 1;
      position: absolute;
      opacity: 0; }
  .header_wrap:before, .header_wrap:after {
	  /*
    z-index: 100;
    height: 65px;
    content: '';
    display: block;
    width: -webkit-calc(50% - 555px);
    width: calc(50% - 555px);
    position: absolute;
    bottom: 0;
    background-color: #fff; 
    */
    }
  .header_wrap:before {
    left: 0; }
  .header_wrap:after {
    right: 0; }

.menu_button {
  background-color: #000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 64px;
  min-width: 64px;
  height: inherit;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around; }
  .menu_button i {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    background-color: #919191;
    display: block;
    position: relative;
    width: 15px;
    height: 2px; }
    .menu_button i:before, .menu_button i:after {
      -webkit-transition: 0.5s;
      transition: 0.5s;
      background-color: inherit;
      content: '';
      display: block;
      width: inherit;
      height: inherit;
      position: absolute; }
    .menu_button i:before {
      top: 5px; }
    .menu_button i:after {
      bottom: 5px; }
  .menu_button.menu_button_text {
    font-weight: bold;
    text-transform: uppercase;
    width: 190px;
    min-width: 190px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .menu_button.menu_button_text i {
      margin-right: 15px; }
  .menu_button.close-btn i {
    background-color: transparent; }
    .menu_button.close-btn i:after, .menu_button.close-btn i:before {
      background-color: #fff; }
    .menu_button.close-btn i:after {
      -webkit-transform: rotate(135deg);
          -ms-transform: rotate(135deg);
              transform: rotate(135deg);
      bottom: 0px; }
    .menu_button.close-btn i:before {
      top: 0px;
      -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
              transform: rotate(45deg); }

.button_country {
  font-size: 14px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 65px;
  color: #fff;
  text-transform: uppercase;
  height: 65px;
  text-align: center;
  min-width: 64px;
  background-color: #2c3e50;
  font-weight: bold;
  -webkit-transition: 1s;
  transition: 1s; }
  .button_country img {
    width: 25px; }
  .button_country span {
    display: none; }

.input_country {
  pointer-events: none;
  opacity: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  background-color: #fff;
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  height: inherit;
  -webkit-transition: 1s;
  transition: 1s;
  overflow: hidden; }
  .input_country.hide {
    width: 0; }
  .input_country:before {
    left: 18px;
    bottom: 0;
    top: 20px;
    position: absolute;
    content: '';
    display: block;
    width: 26px;
    height: 26px;
    background: transparent no-repeat url("../images/sprite.png");
    background-position: 0 0; }
  .input_country input {
    width: 100%;
    background-color: transparent;
    border: none;
    height: 100%;
    outline: 0;
    padding-left: 60px;
    padding-right: 30px; }

.add_news {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
  font-size: 16px;
  font-weight: bold;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 255px;
  color: #fff;
  text-transform: uppercase;
  background: #00d792;
  -webkit-transition: 1s;
  transition: 1s;
  opacity: 1;
  display: none; }
  .add_news.hide {
    opacity: 0;
    width: 0;
    overflow: hidden; }
  .add_news img {
    width: 20px;
    margin-right: 10px; }
  .add_news i {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-border-radius: 100%;
            border-radius: 100%;
    position: relative;
    display: inline-block;
    width: 15px;
    height: 15px;
    border: 1px solid #fff;
    margin-right: 8px; }
    .add_news i:before, .add_news i:after {
      content: '';
      background-color: #fff;
      position: absolute; }
    .add_news i:after {
      right: 2px;
      top: 6px;
      width: 9px;
      height: 1px; }
    .add_news i:before {
      right: 6px;
      top: 2px;
      width: 1px;
      height: 9px; }
  .add_news-850 {
    display: none; }
  .add_news-mob {
    display: none; }

.tags_wrap {
  max-width: 1110px;
  margin: 10px auto;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  display: none; }
  .tags_wrap span {
    font-size: 12px;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    height: 30px;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    text-transform: uppercase;
    color: #89919e;
    margin-right: 10px; }
    .tags_wrap span img {
      margin: 0 15px 0 20px;
      width: 20px; }
  .tags_wrap a {
    -webkit-transition: .3s;
    transition: .3s;
    font-size: 12px;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    height: 30px;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 10px;
    color: #000 !important;
    text-transform: uppercase;
    -webkit-border-radius: 5px;
            border-radius: 5px; }
    .tags_wrap a i {
      -webkit-transition: .3s;
      transition: .3s;
      width: 11px;
      height: 11px;
      margin-left: 5px;
      opacity: 0; }
      .tags_wrap a i:after, .tags_wrap a i:before {
        background-color: #ff0000;
        width: 11px;
        height: 2px; }
    .tags_wrap a:hover {
      background-color: #c2c9d1; }
      .tags_wrap a:hover i {
        opacity: 1; }

main {
  position: relative; }

#main_content {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 0 auto;
  max-width: 1110px;
  padding: 28px 20px 0 20px; }
  #main_content.has-banners_1 {
    padding-top: 19px; }

.main_news {
  position: relative;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-calc(77% - 30px);
  width: calc(77% - 30px);
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }
  .main_news .main_board {
    position: relative;
    margin: 14px 0;
    width: 100%;
    background-color: #fff;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }
    .main_news .main_board .mb_header {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; }
      .main_news .main_board .mb_header__back {
        margin-right: 15px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center;
        width: 20px;
        height: 20px; }
        .main_news .main_board .mb_header__back i {
          border-color: #838e9e;
          display: block;
          width: 8px;
          height: 8px;
          border-width: 2px;
          -webkit-border-radius: 0;
                  border-radius: 0; }
      .main_news .main_board .mb_header__sort {
        display: none;
        width: 55px;
        height: 62px;
        position: relative;
        margin-right: 15px; }
        .main_news .main_board .mb_header__sort > a {
          position: relative;
          z-index: 5;
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          width: 100%;
          height: 100%;
          -webkit-box-align: center;
          -webkit-align-items: center;
              -ms-flex-align: center;
                  align-items: center;
          -webkit-justify-content: space-around;
              -ms-flex-pack: distribute;
                  justify-content: space-around; }
          .main_news .main_board .mb_header__sort > a i {
            -webkit-border-radius: 50%;
                    border-radius: 50%;
            width: 5px;
            height: 5px;
            background-color: #273748;
            display: block;
            position: relative; }
            .main_news .main_board .mb_header__sort > a i:after, .main_news .main_board .mb_header__sort > a i:before {
              content: '';
              position: absolute;
              width: inherit;
              height: inherit;
              -webkit-border-radius: 50%;
                      border-radius: 50%;
              background-color: inherit; }
            .main_news .main_board .mb_header__sort > a i:after {
              top: -8px; }
            .main_news .main_board .mb_header__sort > a i:before {
              bottom: -8px; }
        .main_news .main_board .mb_header__sort .sort_variant {
          -webkit-box-shadow: 0px 13px 20px 0px rgba(62, 76, 94, 0.3);
                  box-shadow: 0px 13px 20px 0px rgba(62, 76, 94, 0.3);
          padding-top: 62px;
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -webkit-flex-direction: column;
              -ms-flex-direction: column;
                  flex-direction: column;
          top: 0;
          left: 0;
          width: 222px;
          background-color: #fff;
          position: absolute;
          display: none; }
          .main_news .main_board .mb_header__sort .sort_variant .sort_name {
            padding-left: 22px;
            text-transform: uppercase;
            color: #838e9e;
            font-size: 12px;
            line-height: 36px; }
          .main_news .main_board .mb_header__sort .sort_variant a {
            text-transform: uppercase;
            font-weight: bold;
            padding-left: 22px;
            text-align: left;
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -webkit-align-items: center;
                -ms-flex-align: center;
                    align-items: center;
            height: 36px;
            color: #303a49;
            position: relative;
            -webkit-transition: .3s;
            transition: .3s; }
            .main_news .main_board .mb_header__sort .sort_variant a:hover {
              color: #fff;
              background-color: #838e9e; }
            .main_news .main_board .mb_header__sort .sort_variant a.active:after {
              top: 0;
              bottom: 0;
              margin: auto;
              right: 67px;
              content: '';
              position: absolute;
              display: block;
              width: 13px;
              height: 7px;
              background-color: transparent;
              border-bottom: 2px solid #72d899;
              border-left: 2px solid #72d899;
              -webkit-transform: rotate(-45deg);
                  -ms-transform: rotate(-45deg);
                      transform: rotate(-45deg); }
          .main_news .main_board .mb_header__sort .sort_variant .sort_close {
            margin-top: 19px;
            border-top: 1px solid #e6e9ed; }
      .main_news .main_board .mb_header__country {
        padding-left: 32px;
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
            -ms-flex-positive: 1;
                flex-grow: 1;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        max-height: 62px; }
        .main_news .main_board .mb_header__country .mb_header-icon {
          margin-right: 10px;
          width: 42px;
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -webkit-align-items: center;
              -ms-flex-align: center;
                  align-items: center;
          -webkit-box-pack: center;
          -webkit-justify-content: center;
              -ms-flex-pack: center;
                  justify-content: center; }
          .main_news .main_board .mb_header__country .mb_header-icon .icon-star {
            max-width: 25px; }
          .main_news .main_board .mb_header__country .mb_header-icon .map-marker {
            max-width: 20px; }
        .main_news .main_board .mb_header__country .mb_header_lang-icon {
          width: 32px;
          margin-right: 10px;
          height: 24px;
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex; }
          .main_news .main_board .mb_header__country .mb_header_lang-icon span {
            height: 100%;
            width: 100%; }
        .main_news .main_board .mb_header__country .data_cat_count {
          margin-right: 13px;
          color: #2c3e50;
          font-size: 18px; }
        .main_news .main_board .mb_header__country .name_country {
          width: auto;
          font-size: 16px;
          font-weight: bold;
          text-transform: uppercase;
          color: #2c3e50; }
      .main_news .main_board .mb_header .news_country_nav {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex; 
	      display: none;
}
        .main_news .main_board .mb_header .news_country_nav .data_cat {
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          position: relative;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -webkit-flex-direction: column;
              -ms-flex-direction: column;
                  flex-direction: column;
          padding: 14px;
          min-width: 120px;
          max-height: 62px;
          border-left: 1px solid #e6eaee; }
          .main_news .main_board .mb_header .news_country_nav .data_cat .data_cat_count {
            font-size: 18px;
            line-height: 19px;
            font-weight: bold;
            font-style: normal; }
          .main_news .main_board .mb_header .news_country_nav .data_cat span.status-info {
            font-size: 11px;
            font-weight: 500;
            text-transform: uppercase;
            display: block;
            margin-top: 1px; }
          .main_news .main_board .mb_header .news_country_nav .data_cat.today {
            background-color: #273748; }
            .main_news .main_board .mb_header .news_country_nav .data_cat.today .data_cat_count {
              color: #00d792; }
            .main_news .main_board .mb_header .news_country_nav .data_cat.today span.status-info {
              color: #e6e9ed; }
          .main_news .main_board .mb_header .news_country_nav .data_cat.trusted {
            background-color: #273748;
            border: 0;
            border-left: 1px solid #5e7284; }
            .main_news .main_board .mb_header .news_country_nav .data_cat.trusted .data_cat_count {
              color: #6cd694; }
            .main_news .main_board .mb_header .news_country_nav .data_cat.trusted span.status-info {
              color: #e6e9ed; }
          .main_news .main_board .mb_header .news_country_nav .data_cat.edited {
            background-color: #273748;
            border: 0;
            border-left: 1px solid #5e7284; }
            .main_news .main_board .mb_header .news_country_nav .data_cat.edited .data_cat_count {
              color: orange; }
            .main_news .main_board .mb_header .news_country_nav .data_cat.edited span.status-info {
              color: #e6e9ed; }
          .main_news .main_board .mb_header .news_country_nav .data_cat.removed {
            background-color: #273748;
            border: 0;
            border-left: 1px solid #5e7284; }
            .main_news .main_board .mb_header .news_country_nav .data_cat.removed .data_cat_count {
              color: #f65966; }
            .main_news .main_board .mb_header .news_country_nav .data_cat.removed span.status-info {
              color: #e6e9ed; }
          .main_news .main_board .mb_header .news_country_nav .data_cat.active.today {
            z-index: 1;
            background-color: #fff; }
            .main_news .main_board .mb_header .news_country_nav .data_cat.active.today .data_cat_count {
              color: #384a5a; }
            .main_news .main_board .mb_header .news_country_nav .data_cat.active.today .status-info {
              color: #303a49; }
          .main_news .main_board .mb_header .news_country_nav .data_cat.active.trusted, .main_news .main_board .mb_header .news_country_nav .data_cat.active.edited, .main_news .main_board .mb_header .news_country_nav .data_cat.active.removed {
            z-index: 1;
            background-color: #fff; }
            .main_news .main_board .mb_header .news_country_nav .data_cat.active.trusted span, .main_news .main_board .mb_header .news_country_nav .data_cat.active.edited span, .main_news .main_board .mb_header .news_country_nav .data_cat.active.removed span {
              color: #303a49; }
          .main_news .main_board .mb_header .news_country_nav .data_cat a:hover, .main_news .main_board .mb_header .news_country_nav .data_cat a:focus {
            border-right: 0;
            border-top: 0;
            outline: none; }
    .main_news .main_board hr.menu_line {
      position: relative;
      margin: -1px 0 0 0;
      width: 100%;
      border: 0;
      border-bottom: 1px solid #e6eaee; }
    .main_news .main_board .mb_content {
      opacity: 0;
      display: none;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      padding: 25px 0 15px 0; }
      .main_news .main_board .mb_content__item {
        height: 50px;
        -webkit-transition: background-color 0.2s, opacity 1s;
        transition: background-color 0.2s, opacity 1s;
        padding: 5px 67px;
        color: #4c535e;
        padding-left: 32px;
        position: relative;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        opacity: 1; }
        .main_news .main_board .mb_content__item .mb_info {
          max-width: 77px;
          min-width: 77px;
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -webkit-flex-direction: column;
              -ms-flex-direction: column;
                  flex-direction: column; }
          .main_news .main_board .mb_content__item .mb_info .mb_time {
            color: #858f9e;
            font-size: 12px; }
          .main_news .main_board .mb_content__item .mb_info .mb_magazine {
            z-index: 3;
            margin-top: 5px;
            font-size: 10px;
            display: inline-block;
            text-transform: uppercase;
            color: #859f9e;
            white-space: nowrap;
            text-overflow: ellipsis;
            overflow: hidden; }
            .main_news .main_board .mb_content__item .mb_info .mb_magazine:hover {
              text-decoration: underline; }
        .main_news .main_board .mb_content__item h4.mb_title {
          color: #4c535e;
          margin: 0;
          font-size: 14px;
          line-height: 20px; }
          .main_news .main_board .mb_content__item h4.mb_title a {
            overflow: hidden;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            color: #4c535e; }
            .main_news .main_board .mb_content__item h4.mb_title a:visited {
              color: #9da4b2; }
        .main_news .main_board .mb_content__item a.mb_link {
          z-index: 2;
          position: absolute;
          width: 100%;
          height: 100%;
          display: block;
          left: 0;
          top: 0;
          background-color: transparent; }
          .main_news .main_board .mb_content__item a.mb_link:link {
            background-color: transparent; }
          .main_news .main_board .mb_content__item a.mb_link:visited {
            background-color: rgba(255, 255, 255, 0.1); }
        .main_news .main_board .mb_content__item:hover {
          /*color: #fff;
          background-color: #838e9e !important;*/
          text-decoration: none; }
          .main_news .main_board .mb_content__item:hover * {
            color: inherit !important; }
          .main_news .main_board .mb_content__item:hover .edited:before {
            color: #838e9e; }
        .main_news .main_board .mb_content__item.bg-animation {
          -webkit-animation: bg-animation 30s;
                  animation: bg-animation 30s; }
          .main_news .main_board .mb_content__item.bg-animation:hover {
            color: #4c535e; }
        .main_news .main_board .mb_content__item .mb_text {
          margin-top: 10px;
          font-size: 12px;
          -webkit-transition: .5s;
          transition: .5s;
          opacity: 0;
          width: 100%;
          display: none; }
          .main_news .main_board .mb_content__item .mb_text p {
            margin: 0 0 5px 0;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis; }
          .main_news .main_board .mb_content__item .mb_text.visible {
            opacity: 1; }

@-webkit-keyframes bg-animation {
  0% {
    background: rgba(0, 210, 255, 0.1);
    color: inherit; }
  100% {
    background: #fff;
    color: inherit; } }

@keyframes bg-animation {
  0% {
    background: rgba(0, 210, 255, 0.1);
    color: inherit; }
  100% {
    background: #fff;
    color: inherit; } }
        .main_news .main_board .mb_content__item.news_item-animate {
          opacity: 0; }
        .main_news .main_board .mb_content__item.full {
          height: auto;
          -webkit-flex-wrap: wrap;
              -ms-flex-wrap: wrap;
                  flex-wrap: wrap; }
          .main_news .main_board .mb_content__item.full .mb_text {
            display: block;
            color: #4c535e; }
            .main_news .main_board .mb_content__item.full .mb_text span.search_word {
              background-color: #ffd2fe !important;
              padding: 0 7px;
              font-weight: bold !important;
              color: #4c535e; }
          .main_news .main_board .mb_content__item.full h4.mb_title {
            max-height: 40px;
            max-width: -webkit-calc(100% - 115px);
            max-width: calc(100% - 115px); }
          .main_news .main_board .mb_content__item.full:hover .mb_text span.search_word {
            color: #4c535e !important; }
      .main_news .main_board .mb_content.active {
        opacity: 1;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex; }
    .main_news .main_board .mb_footer {
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      position: relative;
      z-index: 5;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      padding: 15px 22px 15px 32px;
      height: 65px;
      border-top: 1px solid #e6eaee; }
      .main_news .main_board .mb_footer a {
        text-decoration: none; }
      .main_news .main_board .mb_footer .show_more span {
        color: #838e9e;
        font-size: 12px;
        text-transform: uppercase;
        display: inline-block;
        margin-right: 17px; }
      .main_news .main_board .mb_footer .show_more .show_more__count {
        -webkit-transition: 0.3s;
        transition: 0.3s;
        font-size: 14px;
        -webkit-border-radius: 35px;
                border-radius: 35px;
        margin-right: 10px;
        display: inline-block;
        color: #4c535e;
        border: 1px solid #b3becb;
        height: 35px;
        min-width: 55px;
        display: -webkit-inline-box;
        display: -webkit-inline-flex;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-justify-content: space-around;
            -ms-flex-pack: distribute;
                justify-content: space-around; }
        .main_news .main_board .mb_footer .show_more .show_more__count:hover {
          color: #fff;
          background-color: #7f8fa0; }
        .main_news .main_board .mb_footer .show_more .show_more__count:last-child {
          margin-right: 0; }
      .main_news .main_board .mb_footer .all_news {
        color: #303a49;
        font-weight: bold;
        font-size: 12px;
        text-transform: uppercase;
        margin-left: auto;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center; }
        .main_news .main_board .mb_footer .all_news i {
          border-color: #8191a2;
          margin-left: 25px;
          display: block;
          width: 8px;
          height: 8px;
          border-width: 2px;
          -webkit-border-radius: 0;
                  border-radius: 0; }
    .main_news .main_board:first-child {
      margin-bottom: 14px;
      margin-top: 0; }
    .main_news .main_board:last-child {
      margin-bottom: 0; }

.hide_news {
  width: 100%;
  display: none;
  height: 30px;
  -webkit-transition: .5s;
  transition: .5s;
  cursor: pointer; }
  .hide_news i {
    -webkit-transition: .5s;
    transition: .5s;
    border-color: #8191a2;
    display: block;
    width: 16px;
    height: 16px;
    border-width: 3px;
    margin: auto;
    position: relative;
    top: 5px; }
  .hide_news:hover {
    background-color: #838e9e !important; }
    .hide_news:hover i {
      border-color: #fff; }
  .hide_news.open {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }

.mb_status {
  -webkit-border-radius: 50%;
          border-radius: 50%;
  display: block;
  margin: 0  15px;
  max-width: 8px;
  max-height: 8px;
  min-width: 8px;
  min-height: 8px; }
  .mb_status.trusted {
    background-color: #00d792; }
  .mb_status.edited {
    background-color: orange; }
  .mb_status.removed {
    background-color: #f65966; }

.main_sidebars_wrap {
  margin-left: 30px;
  min-width: 255px;
  width: 23%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.main_sidebars {
  width: 100%;
  max-width: 255px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}
  .main_sidebars.absolute {
    position: absolute;
    -webkit-transition: -webkit-transform 0s !important;
    transition: -webkit-transform 0s !important;
    transition: transform 0s !important;
    transition: transform 0s, -webkit-transform 0s !important;
    bottom: 0; }
  .main_sidebars.fixed {
    -webkit-transition: -webkit-transform .2s;
    transition: -webkit-transform .2s;
    transition: transform .2s;
    transition: transform .2s, -webkit-transform .2s;
    position: fixed; }
   .contacs_sidebar {
    margin-top: 27px;
    background-color: #273748; }
     .contacs_sidebar div {
      -webkit-box-sizing: border-box;
              box-sizing: border-box; }
     .contacs_sidebar h4 {
      background-color: #fff;
      margin: 0;
      font-size: 14px;
      font-weight: bold;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      text-transform: uppercase;
      padding: 10px 17px;
      color: #535c69; }
       .contacs_sidebar h4 img {
        margin-right: 9px;
        max-width: 30px; }
     .contacs_sidebar .contacs_sidebar__main {
      padding: 5px 0; }
       .contacs_sidebar .contacs_sidebar__main div {
        padding: 15px 17px;
        border-bottom: 1px solid #3d4e62; }
         .contacs_sidebar .contacs_sidebar__main div h5 {
          line-height: 20px;
          margin-bottom: 10px;
          font-size: 20px;
          color: #fefefe;
          font-weight: bold;
          display: block; }
         .contacs_sidebar .contacs_sidebar__main div a {
          position: relative;
          font-size: 14px;
          display: inline-block;
          color: #838e9e; }
           .contacs_sidebar .contacs_sidebar__main div a:after {
            -webkit-transition: width 0.3s;
            transition: width 0.3s;
            content: '';
            bottom: -1px;
            display: block;
            position: absolute;
            width: 0;
            height: 1px;
            background-color: #fff; }
           .contacs_sidebar .contacs_sidebar__main div a:hover:after {
            width: 100%; }
         .contacs_sidebar .contacs_sidebar__main div span {
          font-size: 14px;
          display: block;
          color: #838e9e; }
         .contacs_sidebar .contacs_sidebar__main div:last-child {
          border-bottom: none; }
  .main_sidebars .payment_sidebar {
    margin-top: 27px;
    margin-bottom: 30px;
    background-color: #273748; }
    .main_sidebars .payment_sidebar div {
      -webkit-box-sizing: border-box;
              box-sizing: border-box; }
    .main_sidebars .payment_sidebar h4 {
      background-color: #fff;
      margin: 0;
      font-size: 14px;
      font-weight: bold;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      text-transform: uppercase;
      padding: 10px 17px;
      color: #535c69; }
      .main_sidebars .payment_sidebar h4 img {
        margin-right: 9px;
        max-width: 30px; }
    .main_sidebars .payment_sidebar form {
      padding: 15px 17px; }
      .main_sidebars .payment_sidebar form label {
        margin-bottom: 15px;
        width: 100%;
        position: relative;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex; }
        .main_sidebars .payment_sidebar form label:after {
          font-size: 2em;
          opacity: .5;
          height: 100%;
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -webkit-align-items: center;
              -ms-flex-align: center;
                  align-items: center;
          color: #fff;
          top: 0;
          position: absolute;
          right: 10px; }
        .main_sidebars .payment_sidebar form label input[type='number'] {
          width: 100%;
          font-size: 2em;
          background-color: transparent;
          border: 1px solid #ffffff;
          padding: 10px 30px 10px 10px;
          -webkit-box-sizing: border-box;
                  box-sizing: border-box;
          outline: none;
          -webkit-transition: 0.3s border;
          transition: 0.3s border;
          border-top-color: transparent;
          border-left-color: transparent;
          border-right-color: transparent;
          font-weight: 900;
          color: #fff;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  }
          .main_sidebars .payment_sidebar form label input[type='number']::-webkit-inner-spin-button, .main_sidebars .payment_sidebar form label input[type='number']::-webkit-outer-spin-button {
            -webkit-appearance: none;
            margin: 0; }
          .main_sidebars .payment_sidebar form label input[type='number']:active {
            outline: none; }
          .main_sidebars .payment_sidebar form label input[type='number']::-webkit-input-placeholder {
            color: #ccc; }
          .main_sidebars .payment_sidebar form label input[type='number']::-moz-placeholder {
            color: #ccc; }
          .main_sidebars .payment_sidebar form label input[type='number']:-ms-input-placeholder {
            color: #ccc; }
          .main_sidebars .payment_sidebar form label input[type='number']::placeholder {
            color: #ccc; }
        .main_sidebars .payment_sidebar form label #dropdown-currency {
          background-color: #273748;
          position: absolute;
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: end;
          -webkit-justify-content: flex-end;
              -ms-flex-pack: end;
                  justify-content: flex-end;
          height: 100%;
          -webkit-box-align: center;
          -webkit-align-items: center;
              -ms-flex-align: center;
                  align-items: center;
          right: 0;
          top: -1px;
          padding-left: 5px; }
          .main_sidebars .payment_sidebar form label #dropdown-currency span {
            -webkit-user-select: none;
               -moz-user-select: none;
                -ms-user-select: none;
                    user-select: none;
            cursor: pointer;
            padding: 0 10px;
            font-size: 2em;
            opacity: .5;
            color: #fff;
            display: none; }
            .main_sidebars .payment_sidebar form label #dropdown-currency span.active {
              -webkit-box-ordinal-group: 2;
              -webkit-order: 1;
                  -ms-flex-order: 1;
                      order: 1;
              height: 100%;
              -webkit-box-align: center;
              -webkit-align-items: center;
                  -ms-flex-align: center;
                      align-items: center;
              display: -webkit-box;
              display: -webkit-flex;
              display: -ms-flexbox;
              display: flex; }
              .main_sidebars .payment_sidebar form label #dropdown-currency span.active:hover {
                opacity: 1; }
          .main_sidebars .payment_sidebar form label #dropdown-currency.open span {
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            color: #fff; }
            .main_sidebars .payment_sidebar form label #dropdown-currency.open span:hover {
              opacity: 1; }
            .main_sidebars .payment_sidebar form label #dropdown-currency.open span.active {
              opacity: .7; }
              .main_sidebars .payment_sidebar form label #dropdown-currency.open span.active:hover {
                opacity: 1; }
      .main_sidebars .payment_sidebar form input[type='email'] {
        width: 100%;
        font-size: 14px;
        background-color: transparent;
        border: 0;
        border-bottom: 1px solid #ffffff;
        padding: 5px 10px;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        outline: none;
        font-weight: 900;
        color: #fff;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
        margin-bottom: 15px; }
        .main_sidebars .payment_sidebar form input[type='email']::-webkit-inner-spin-button, .main_sidebars .payment_sidebar form input[type='email']::-webkit-outer-spin-button {
          -webkit-appearance: none;
          margin: 0; }
        .main_sidebars .payment_sidebar form input[type='email']:active {
          outline: none; }
        .main_sidebars .payment_sidebar form input[type='email']::-webkit-input-placeholder {
          color: #ccc; }
        .main_sidebars .payment_sidebar form input[type='email']::-moz-placeholder {
          color: #ccc; }
        .main_sidebars .payment_sidebar form input[type='email']:-ms-input-placeholder {
          color: #ccc; }
        .main_sidebars .payment_sidebar form input[type='email']::placeholder {
          color: #ccc; }
      .main_sidebars .payment_sidebar form input[type='submit'] {
        cursor: pointer;
        padding: 10px;
        width: 100%;
        border: 1px solid transparent;
        background-color: #3d4e62;
        font-size: 12px;
        font-weight: bold;
        color: #ffffff;
        -webkit-transition: .2s;
        transition: .2s; }
        .main_sidebars .payment_sidebar form input[type='submit']:hover {
          border-color: #ffffff; }
        .main_sidebars .payment_sidebar form input[type='submit']:focus {
          outline: none; }
  .main_sidebars .weather {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    background-color: #fff;
    margin-top: 25px;
    display: none; }
    .main_sidebars .weather h4 {
      margin: 0;
      font-size: 14px;
      font-weight: bold;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      text-transform: uppercase;
      padding: 19px 17px;
      color: #535c69; }
      .main_sidebars .weather h4 img {
        margin-right: 9px; }
    .main_sidebars .weather .weather__country {
      width: 100%;
      height: 36px;
      font-size: 14px;
      padding-left: 18px;
      position: relative;
      padding-right: 27px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      color: #858f9e;
      border-top: 1px solid #e6e9ed;
      border-bottom: 1px solid #e6e9ed; }
      .main_sidebars .weather .weather__country:after {
        margin: auto 0;
        top: 0;
        bottom: 0;
        position: absolute;
        content: '';
        display: block;
        width: 6px;
        height: 6px;
        right: 13px;
        background-color: transparent;
        border-bottom: 2px solid #d3d8df;
        border-right: 2px solid #d3d8df;
        -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
                transform: rotate(45deg); }
    .main_sidebars .weather .weather__info {
      width: 100%;
      height: 77px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      padding: 0 18px;
      border-bottom: 1px solid #d3d8df; }
      .main_sidebars .weather .weather__info .weather_val {
        color: #303a49;
        font-size: 48px;
        font-weight: bold;
        margin-right: 18px; }
      .main_sidebars .weather .weather__info .weather_desc {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap; }
        .main_sidebars .weather .weather__info .weather_desc .weather_status {
          width: 100%;
          text-transform: uppercase;
          color: #838e9e;
          font-size: 12px;
          margin-bottom: 2px;
          display: inline-block; }
        .main_sidebars .weather .weather__info .weather_desc .weather_detail {
          font-size: 12px;
          width: 100%;
          text-transform: uppercase;
          color: #838e9e; }
    .main_sidebars .weather .weater_days {
      width: 100%;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      height: 74px;
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
          -ms-flex-align: start;
              align-items: flex-start; }
      .main_sidebars .weather .weater_days > div {
        padding-left: 18px;
        width: 50%;
        height: 100%; }
        .main_sidebars .weather .weater_days > div .weater_day {
          display: block;
          width: 100%;
          -webkit-box-sizing: border-box;
                  box-sizing: border-box;
          padding-top: 8px;
          color: #838e9e;
          font-size: 12px; }
        .main_sidebars .weather .weater_days > div .weater_day_val {
          margin-bottom: auto;
          display: block;
          width: 100%;
          color: #838e9e;
          font-size: 24px;
          font-weight: bold; }
        .main_sidebars .weather .weater_days > div:first-child {
          border-right: 1px solid #d3d8df; }
  .main_sidebars .currency {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    background-color: #fff;
    display: none; }
    .main_sidebars .currency h4 {
      margin: 0;
      font-size: 14px;
      font-weight: bold;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      text-transform: uppercase;
      padding: 19px 17px;
      color: #535c69; }
      .main_sidebars .currency h4 img {
        margin-right: 9px; }
    .main_sidebars .currency .currency__value {
      width: 100%;
      height: 36px;
      font-size: 14px;
      padding-left: 18px;
      position: relative;
      padding-right: 27px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      color: #858f9e;
      border-top: 1px solid #e6e9ed;
      border-bottom: 1px solid #e6e9ed; }
      .main_sidebars .currency .currency__value:after {
        margin: auto 0;
        top: 0;
        bottom: 0;
        position: absolute;
        content: '';
        display: block;
        width: 6px;
        height: 6px;
        right: 13px;
        background-color: transparent;
        border-bottom: 2px solid #d3d8df;
        border-right: 2px solid #d3d8df;
        -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
                transform: rotate(45deg); }
    .main_sidebars .currency .exchange_rates {
      height: 94px;
      padding-left: 18px;
      padding-top: 16px; }
      .main_sidebars .currency .exchange_rates h5 {
        border-top: 18px;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        margin-bottom: 16px;
        width: 100%;
        color: #303a49;
        font-size: 36px;
        font-weight: bold;
        margin: 0; }
      .main_sidebars .currency .exchange_rates span {
        padding-left: 7px;
        margin-top: 6px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        color: #858f9e;
        font-size: 14px; }
        .main_sidebars .currency .exchange_rates span:before {
          margin-right: 7px;
          content: '';
          display: none;
          width: 0px;
          height: 0px;
          border-top: 0;
          border-right: 5px solid transparent;
          border-left: 5px solid transparent; }
        .main_sidebars .currency .exchange_rates span.grow:before {
          display: block;
          border-bottom: 10px solid #6cd694; }
        .main_sidebars .currency .exchange_rates span.down:before {
          display: block;
          border-bottom: 10px solid #f65966; }
    .main_sidebars .currency > img {
      width: 100%; }

.statistics {
  background-color: #273748; }
  .statistics div {
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  .statistics h4 {
    background-color: #fff;
    margin: 0;
    font-size: 14px;
    font-weight: bold;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    text-transform: uppercase;
    padding: 10px 17px;
    color: #535c69; }
    .statistics h4 img {
      margin-right: 9px;
      max-width: 30px; }
  .statistics_nav {
    background-color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 38px; }
    .statistics_nav a {
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      height: 100%;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-justify-content: space-around;
          -ms-flex-pack: distribute;
              justify-content: space-around;
      border-top: 1px solid #e6eaee;
      border-bottom: 1px solid #e6eaee;
      text-align: center;
      background-color: #fff;
      width: 50%;
      text-transform: uppercase;
      font-size: 12px;
      font-weight: bold;
      width: 100%;
      color: #303a49;
      background-color: transparent; }
      .statistics_nav a.active {
        border-color: #3d4e62;
        background-color: #3d4e62;
        font-size: 12px;
        font-weight: bold;
        color: #d2d7de; }
  .statistics_pane {
    display: none; }
    .statistics_pane .download_news {
      padding: 9px 17px 9px 17px;
      width: 100%;
      background-color: #273748;
      border-bottom: 1px solid #3d4e62; }
      .statistics_pane .download_news__count {
        line-height: 20px;
        margin: 13px 0;
        font-size: 24px;
        color: #fefefe;
        font-weight: bold;
        display: block; }
      .statistics_pane .download_news__title {
        margin-top: 2px;
        font-size: 11px;
        display: block;
        text-transform: uppercase;
        color: #838e9e; }
    .statistics_pane .sm_status {
      padding: 10px 17px 12px 17px;
      background-color: #273748;
      border-bottom: 1px solid #3d4e62; }
      .statistics_pane .sm_status__trusted {
        margin-bottom: 9px; }
        .statistics_pane .sm_status__trusted .trusted-name {
          margin-bottom: 3px;
          font-size: 11px;
          text-transform: uppercase;
          color: #838e9e;
          display: block; }
        .statistics_pane .sm_status__trusted .trusted-count {
          font-size: 18px;
          margin-bottom: 5px;
          color: #6cd694;
          display: block; }
        .statistics_pane .sm_status__trusted .trusted-line {
          width: 0;
          -webkit-transition: 3s;
          transition: 3s;
          height: 7px;
          -webkit-border-radius: 3px;
                  border-radius: 3px;
          background-color: #6cd694;
          display: block; }
      .statistics_pane .sm_status__edited .edited-line {
        width: 0;
        -webkit-transition: 3s;
        transition: 3s;
        height: 7px;
        -webkit-border-radius: 3px;
                border-radius: 3px;
        background-color: #f65966;
        display: block;
        margin-bottom: 5px; }
      .statistics_pane .sm_status__edited .edited-count {
        font-size: 18px;
        color: #f65966;
        display: block; }
      .statistics_pane .sm_status__edited .edited-name {
        font-size: 11px;
        margin-top: 3px;
        text-transform: uppercase;
        color: #838e9e;
        display: block; }
    .statistics_pane .users_month {
      padding: 12px 17px 12px 17px;
      border-bottom: 1px solid #3d4e62;
      background-color: #273748; }
      .statistics_pane .users_month__count {
        font-size: 24px;
        line-height: 20px;
        color: #fefefe;
        display: block;
        font-weight: bold;
        margin-top: 5px;
        margin-bottom: 8px; }
      .statistics_pane .users_month__title {
        font-size: 11px;
        display: block;
        text-transform: uppercase;
        color: #838e9e;
        display: block; }
    .statistics_pane .users_online {
      padding: 13px 17px 14px 17px;
      background-color: #273748; }
      .statistics_pane .users_online__count {
        margin-bottom: 10px;
        margin-top: 7px;
        line-height: 20px;
        display: block;
        overflow: hidden;
        color: #00d2ff;
        font-weight: bold;
        font-size: 24px; }
      .statistics_pane .users_online__title {
        font-size: 11px;
        text-transform: uppercase;
        color: #838e9e;
        display: block; }
    .statistics_pane.active {
      display: block; }

.rating_ICO {
  display: none;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  margin-left: 30px;
  min-width: 23%;
  width: 23%;
  background-color: #fff; }
  .rating_ICO div {
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  .rating_ICO__title {
    margin: 0;
    font-size: 14px;
    font-weight: bold;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    text-transform: uppercase;
    padding: 19px 17px;
    color: #535c69; }
    .rating_ICO__title img {
      max-width: 18px;
      margin-right: 9px; }
  .rating_ICO__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start; }
  .rating_ICO__item {
    position: relative;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-top: 1px solid #e6e9ed;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    padding: 7px 43px 7px 7px; }
    .rating_ICO__item img {
      border: 4px solid #e6e9ed;
      width: 32px;
      height: 32px;
      -webkit-border-radius: 50%;
              border-radius: 50%; }
    .rating_ICO__item span.rating_ICO__info {
      margin-left: 10px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column; }
      .rating_ICO__item span.rating_ICO__info h5 {
        font-size: 12px;
        line-height: 15px;
        margin-bottom: 8px;
        font-weight: 600;
        text-transform: uppercase;
        color: #535c69; }
      .rating_ICO__item span.rating_ICO__info span {
        line-height: 10px;
        font-weight: 600;
        color: #838e9e;
        font-size: 10px;
        text-transform: uppercase; }
    .rating_ICO__item:after {
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      text-transform: uppercase;
      overflow: hidden;
      -webkit-transition: 0s;
      transition: 0s;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      min-width: 30px;
      max-width: 30px;
      height: 30px;
      line-height: 12px;
      color: #fff;
      right: 13px;
      top: 0;
      bottom: 0;
      margin: auto;
      position: absolute; }
    .rating_ICO__item:hover:after {
      -webkit-transition: .2s;
      transition: .2s;
      padding: 3px 6px;
      max-width: 67px;
      font-size: 11px; }

.loader {
  opacity: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  z-index: 1;
  text-align: center;
  height: 66px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around; }
  .loader.loader_ajax {
    top: 0;
    height: 100% !important; }

#article-twn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 0 auto;
  max-width: 1110px;
  padding: 28px 20px 0 20px; }

.main_news {
  width: -webkit-calc(77% - 30px);
  width: calc(77% - 30px);
  position: relative;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }
  .main_news .mn_header {
    max-width: 100%;
    background-color: #fff;
    position: relative;
    height: 62px;
    width: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .main_news .mn_header__back {
      margin-left: 23px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      width: 20px;
      height: 20px; }
      .main_news .mn_header__back i {
        border-color: #838e9e;
        display: block;
        width: 8px;
        height: 8px;
        border-width: 2px;
        -webkit-border-radius: 0;
                border-radius: 0; }
    .main_news .mn_header__country {
      margin-left: 28px;
      max-height: 100%; }
      .main_news .mn_header__country img {
        max-width: 25px; }
      .main_news .mn_header__country .mb_header_lang-icon {
        width: 32px;
        height: 24px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex; }
        .main_news .mn_header__country .mb_header_lang-icon span {
          height: 100%;
          width: 100%; }
      .main_news .mn_header__country i {
        margin-right: 13px;
        color: #2c3e50;
        font-size: 18px; }
    .main_news .mn_header .cat_name {
      margin-left: 15px;
      width: auto;
      font-size: 16px;
      font-weight: bold;
      text-transform: uppercase;
      color: #2c3e50; }
  .main_news hr.menu_line {
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
    margin: -1px 0 0 0;
    width: 100%;
    border: 0;
    border-bottom: 1px solid #e6eaee; }
  .main_news .social_list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    width: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    .main_news .social_list a {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-border-radius: 2px;
              border-radius: 2px;
      padding: 0 4px;
      margin: 0 7px 0 0;
      margin-right: 7px;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      height: 20px;
      border-bottom: 0 !important;
      -webkit-transition: .3s;
      transition: .3s; }
      .main_news .social_list a img.icon-socail {
        margin: 0;
        width: 12px;
        height: 12px; }
      .main_news .social_list a.with-text img.icon-socail {
        margin-right: 4px; }
      .main_news .social_list a:hover {
        border-bottom: 0; }
      .main_news .social_list a span {
        line-height: 20px;
        font-size: 12px;
        color: #fff; }
      .main_news .social_list a:last-child {
        margin-right: 0; }
      .main_news .social_list a.s_tw {
        background-color: #2298d5; }
        .main_news .social_list a.s_tw:hover {
          -webkit-box-shadow: 0px 0px 10px 0px #2298d5;
          box-shadow: 0px 0px 10px 0px #2298d5; }
      .main_news .social_list a.s_fb {
        background-color: #3f5d96; }
        .main_news .social_list a.s_fb:hover {
          -webkit-box-shadow: 0px 0px 10px 0px #3f5d96;
          box-shadow: 0px 0px 10px 0px #3f5d96; }
      .main_news .social_list a.s_vk {
        background-color: #45668e; }
        .main_news .social_list a.s_vk:hover {
          -webkit-box-shadow: 0px 0px 10px 0px #45668e;
          box-shadow: 0px 0px 10px 0px #45668e; }
      .main_news .social_list a.s_google {
        background-color: #d24032; }
        .main_news .social_list a.s_google:hover {
          -webkit-box-shadow: 0px 0px 10px 0px #d24032;
          box-shadow: 0px 0px 10px 0px #d24032; }
      .main_news .social_list a.s_tg {
        background-color: #2298d5; }
        .main_news .social_list a.s_tg:hover {
          -webkit-box-shadow: 0px 0px 10px 0px #2298d5;
          box-shadow: 0px 0px 10px 0px #2298d5; }
      .main_news .social_list a.s_wts {
        background-color: #39b54a; }
        .main_news .social_list a.s_wts:hover {
          -webkit-box-shadow: 0px 0px 10px 0px #39b54a;
          box-shadow: 0px 0px 10px 0px #39b54a; }
      .main_news .social_list a.s_odn {
        background-color: #ee8208; }
        .main_news .social_list a.s_odn:hover {
          -webkit-box-shadow: 0px 0px 10px 0px #ee8208;
          box-shadow: 0px 0px 10px 0px #ee8208; }
  .main_news .mn_content {
	  overflow: hidden;
    max-width: 100%;
    width: 100%;
    background-color: #fff;
    padding: 20px 65px;
    font-size: 15px;
    color: #4c535e; }
    .main_news .mn_content__info {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; }
      .main_news .mn_content__info .news_status {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        margin: 5px 30px 5px 0; }
        .main_news .mn_content__info .news_status i {
          width: 16px;
          height: 16px;
          -webkit-border-radius: 50%;
                  border-radius: 50%;
          position: relative;
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          z-index: 2; }
        .main_news .mn_content__info .news_status span {
          text-transform: uppercase;
          margin-left: 10px;
          font-size: 16px;
          font-weight: bold; }
        .main_news .mn_content__info .news_status.trusted i {
          background-color: #6cd694; }
          .main_news .mn_content__info .news_status.trusted i:after {
            margin: auto 0;
            top: -3px;
            bottom: 0;
            position: absolute;
            content: '';
            display: block;
            width: 4px;
            height: 8px;
            right: 5px;
            background-color: transparent;
            border-bottom: 2px solid #fff;
            border-right: 2px solid #fff;
            -webkit-transform: rotate(45deg);
                -ms-transform: rotate(45deg);
                    transform: rotate(45deg); }
        .main_news .mn_content__info .news_status.trusted span {
          color: #6cd694; }
        .main_news .mn_content__info .news_status.suspicious i {
          background-color: #c99a4a;
          -webkit-box-pack: center;
          -webkit-justify-content: center;
              -ms-flex-pack: center;
                  justify-content: center; }
          .main_news .mn_content__info .news_status.suspicious i:after {
            font-style: normal;
            margin: auto 0;
            line-height: 16px;
            content: '!'; }
        .main_news .mn_content__info .news_status.suspicious span {
          color: #c99a4a; }
        .main_news .mn_content__info .news_status.untrasted i {
          background-color: #c93f2f; }
          .main_news .mn_content__info .news_status.untrasted i:after, .main_news .mn_content__info .news_status.untrasted i:before {
            top: 7px;
            background-color: #fff;
            content: '';
            position: absolute;
            display: block;
            width: 10px;
            height: 2px;
            right: 3px; }
          .main_news .mn_content__info .news_status.untrasted i:after {
            -webkit-transform: rotate(45deg);
                -ms-transform: rotate(45deg);
                    transform: rotate(45deg); }
          .main_news .mn_content__info .news_status.untrasted i:before {
            -webkit-transform: rotate(-45deg);
                -ms-transform: rotate(-45deg);
                    transform: rotate(-45deg); }
        .main_news .mn_content__info .news_status.untrasted span {
          color: #c93f2f; }
      .main_news .mn_content__info .news__time {
        font-size: 16px;
        display: inline-block;
        text-transform: uppercase;
        color: #858f9e;
        margin-right: 10px; }
      .main_news .mn_content__info .news__source {
        font-size: 16px;
        display: inline-block;
        text-transform: uppercase;
        color: #858f9e; }
        .main_news .mn_content__info .news__source:hover {
          text-decoration: underline; }
    .main_news .mn_content .meta_info {
      position: relative;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      margin-top: 5px; }
      .main_news .mn_content .meta_info .edited_time {
        margin-left: auto;
        margin-right: 20%;
        padding-left: 5px; }
      .main_news .mn_content .meta_info .news_i_status {
        -webkit-border-radius: 50%;
                border-radius: 50%;
        display: block;
        margin-left: 4px;
        margin-right: 15px;
        max-width: 9px;
        max-height: 9px;
        min-width: 9px;
        min-height: 9px;
        z-index: 1; }
        .main_news .mn_content .meta_info .news_i_status.PageRemoved {
          background-color: #f65966; }
        .main_news .mn_content .meta_info .news_i_status.NodeText, .main_news .mn_content .meta_info .news_i_status.NotPresent, .main_news .mn_content .meta_info .news_i_status.PageEdited {
          background-color: orange; }
      .main_news .mn_content .meta_info:after {
        left: 8px;
        content: '';
        display: block;
        position: absolute;
        width: 1px;
        height: 100%;
        top: -webkit-calc(-100%/2 - 4px);
        top: calc(-100%/2 - 4px);
        background-color: #ccc; }
    .main_news .mn_content__title {
      color: #000;
      font-weight: bold;
      margin: 15px 0 0 0;
      line-height: 30px;
      font-size: 30px; }
    .main_news .mn_content__text {
      max-width: 100%; }
      .main_news .mn_content__text * {
        max-width: 100%; }
      .main_news .mn_content__text figcaption {
        text-align: center;
        color: #b5b5b5;
        font-size: 0.7em; }
      .main_news .mn_content__text .twitter-tweet {
        margin: auto; }
      .main_news .mn_content__text a {
        -webkit-transition: 0.3s;
        transition: 0.3s;
        font-weight: 500;
        color: #4c535e;
        border-bottom: 3px solid rgba(81, 120, 154, 0.2); }
        .main_news .mn_content__text a:hover {
          border-bottom: 3px solid rgba(81, 120, 154, 0.4); }
      .main_news .mn_content__text p {
        line-height: 20px; }
      .main_news .mn_content__text figure {
        margin: 0;
        width: 100%; }
        .main_news .mn_content__text figure figcaption {
          color: #4c535e;
          margin-top: 5px; }
      .main_news .mn_content__text img {
        margin: 15px auto;
        max-width: 100%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex; }
      .main_news .mn_content__text img.img-float {
        float: left;
        margin: 10px 10px 10px 0; }
      .main_news .mn_content__text iframe {
        width: 100%;
        margin: auto; }
      .main_news .mn_content__text .margin-b-0, .main_news .mn_content__text .margin-b-0 > * {
        margin-bottom: 0 !important; }
      .main_news .mn_content__text .social_list {
        margin: 15px 0; }
      .main_news .mn_content__text .social_list + * {
        margin-top: 0; }
      .main_news .mn_content__text .social_list + * > p {
        margin-top: 0; }
    .main_news .mn_content__cloud {
      margin: 30px 0;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      position: relative; }
      .main_news .mn_content__cloud div.jqcloud {
        width: 100% !important;
        margin: 0; }
    .main_news .mn_content__source {
      clear: both;
      max-width: 100%;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      border: 1px solid #e6e9ed;
      padding: 15px;
      margin-top: 10px; }
      .main_news .mn_content__source span {
        width: auto;
        font-size: 16px;
        font-weight: 900;
        text-transform: uppercase;
        color: #858f9e;
        margin-right: 10px; }
      .main_news .mn_content__source a {
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
            -ms-flex-positive: 1;
                flex-grow: 1;
        display: block;
        color: #858f9e; }
  .main_news .mn_footer {
    max-width: 100%;
    overflow: hidden;
    width: 100%;
    background-color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 10px 22px 20px 32px;
    border-top: 1px solid #e6eaee; }
    .main_news .mn_footer a {
      text-decoration: none; }
    .main_news .mn_footer.has-banner-1 {
      margin-bottom: 20px; }
    .main_news .mn_footer .fb-like {
      margin-right: 7px; }
    .main_news .mn_footer__share .social_list a {
      margin: 5px 7px 5px 0; }
      .main_news .mn_footer__share .social_list a:last-child {
        margin-right: 0; }
    .main_news .mn_footer #complain_open {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
      margin-right: auto;
      font-weight: 600;
      color: #858f9e;
      border: none;
      outline: none;
      background-color: transparent;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      padding: 0 5px;
      border: 1px solid #e6e9ed;
      cursor: pointer;
      margin-top: 2px;
      line-height: 18px;
      font-size: 12px;
      -webkit-transition: 0.5s;
      transition: 0.5s; }
      .main_news .mn_footer #complain_open:hover, .main_news .mn_footer #complain_open:focus, .main_news .mn_footer #complain_open:active {
        color: #fff;
        background-color: #f65966; }
      .main_news .mn_footer #complain_open.hide {
        pointer-events: none;
        margin-right: auto;
        width: 0;
        opacity: 0;
        padding: 0; }
    .main_news .mn_footer__complain {
      width: 100%;
      clear: both; }
      .main_news .mn_footer__complain #complain_form {
        margin-top: 0;
        position: relative;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
            -ms-flex-pack: justify;
                justify-content: space-between;
        width: 100%;
        height: 0;
        -webkit-transition: .5s;
        transition: .5s;
        overflow: hidden; }
        .main_news .mn_footer__complain #complain_form.open {
          height: 100px;
          margin-top: 10px; }
        .main_news .mn_footer__complain #complain_form .complain_input {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
          font-size: 12px;
          font-weight: 600;
          color: #858f9e;
          border: none;
          outline: none;
          background-color: transparent;
          height: 30px;
          -webkit-box-sizing: border-box;
                  box-sizing: border-box; }
        .main_news .mn_footer__complain #complain_form input[type="email"].complain_input {
          padding: 0 15px;
          -webkit-box-flex: 1;
          -webkit-flex-grow: 1;
              -ms-flex-positive: 1;
                  flex-grow: 1;
          -webkit-transition: .7s;
          transition: .7s;
          border: 1px solid #e6e9ed; }
          .main_news .mn_footer__complain #complain_form input[type="email"].complain_input::-webkit-input-placeholder {
            text-transform: uppercase;
            color: #858f9e; }
          .main_news .mn_footer__complain #complain_form input[type="email"].complain_input::-moz-placeholder {
            text-transform: uppercase;
            color: #858f9e; }
          .main_news .mn_footer__complain #complain_form input[type="email"].complain_input:-ms-input-placeholder {
            text-transform: uppercase;
            color: #858f9e; }
          .main_news .mn_footer__complain #complain_form input[type="email"].complain_input::placeholder {
            text-transform: uppercase;
            color: #858f9e; }
        .main_news .mn_footer__complain #complain_form #complain_submit.complain_input {
          text-transform: uppercase;
          cursor: pointer;
          margin-left: 10px;
          padding: 0 15px;
          -webkit-transition: .7s;
          transition: .7s;
          border: 1px solid #e6e9ed; }
          .main_news .mn_footer__complain #complain_form #complain_submit.complain_input::-webkit-input-placeholder {
            text-transform: uppercase;
            color: #858f9e; }
          .main_news .mn_footer__complain #complain_form #complain_submit.complain_input::-moz-placeholder {
            text-transform: uppercase;
            color: #858f9e; }
          .main_news .mn_footer__complain #complain_form #complain_submit.complain_input:-ms-input-placeholder {
            text-transform: uppercase;
            color: #858f9e; }
          .main_news .mn_footer__complain #complain_form #complain_submit.complain_input::placeholder {
            text-transform: uppercase;
            color: #858f9e; }
          .main_news .mn_footer__complain #complain_form #complain_submit.complain_input:hover, .main_news .mn_footer__complain #complain_form #complain_submit.complain_input:focus, .main_news .mn_footer__complain #complain_form #complain_submit.complain_input:active {
            color: #fff;
            background-color: #f65966; }
        .main_news .mn_footer__complain #complain_form .complain_text {
          width: 100%;
          -webkit-transition: .7s;
          transition: .7s;
          height: 60px;
          margin-bottom: 10px;
          resize: none;
          padding: 10px 15px;
          border: 1px solid #e6e9ed;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
          font-size: 12px;
          font-weight: 600;
          color: #858f9e;
          background-color: transparent;
          -webkit-box-sizing: border-box;
                  box-sizing: border-box; }
          .main_news .mn_footer__complain #complain_form .complain_text::-webkit-input-placeholder {
            text-transform: uppercase;
            color: #858f9e; }
          .main_news .mn_footer__complain #complain_form .complain_text::-moz-placeholder {
            text-transform: uppercase;
            color: #858f9e; }
          .main_news .mn_footer__complain #complain_form .complain_text:-ms-input-placeholder {
            text-transform: uppercase;
            color: #858f9e; }
          .main_news .mn_footer__complain #complain_form .complain_text::placeholder {
            text-transform: uppercase;
            color: #858f9e; }
          .main_news .mn_footer__complain #complain_form .complain_text:focus {
            outline: none; }
        .main_news .mn_footer__complain #complain_form .success_text {
          top: 0;
          right: 0;
          bottom: 0;
          left: 0;
          height: 100%;
          width: 100%;
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          z-index: -10;
          -webkit-transition: opacity 0.5s;
          transition: opacity 0.5s;
          opacity: 0;
          -webkit-box-pack: center;
          -webkit-justify-content: center;
              -ms-flex-pack: center;
                  justify-content: center;
          -webkit-box-align: center;
          -webkit-align-items: center;
              -ms-flex-align: center;
                  align-items: center;
          position: absolute;
          margin: auto;
          font-size: 14px;
          font-weight: bold;
          text-transform: uppercase;
          color: #2c3e50;
          text-align: center; }
  .main_news:first-child {
    margin-top: 0; }
  .main_news .similar_news {
    background-color: #fff;
    margin-top: 30px;
    width: 100%; }

.article_sidebar {
  margin-left: 30px;
  min-width: 23%;
  width: 23%; }
  .article_sidebar .another_news {
    margin-top: 27px;
    background-color: #fff;
    position: relative; }
    .article_sidebar .another_news h4 {
      padding-left: 13px;
      height: 62px;
      margin: 0;
      font-size: 14px;
      font-weight: bold;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      text-transform: uppercase;
      color: #535c69;
      border-bottom: 1px solid #e6eaee; }
      .article_sidebar .another_news h4 img {
        max-width: 25px;
        margin-right: 9px; }
    .article_sidebar .another_news__list {
      padding: 0;
      display: block;
      overflow: scroll; }
    .article_sidebar .another_news__item {
      padding: 10px 15px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      -webkit-transition: 0.5s;
      transition: 0.5s; }
      .article_sidebar .another_news__item .mb_status.edited {
        min-width: 18px;
        margin: 0 15px 0 0; }
      .article_sidebar .another_news__item .mb_status.trusted {
        margin: 5px 20px 0 5px; }
      .article_sidebar .another_news__item h5 {
        width: -webkit-calc(100% - 35px);
        width: calc(100% - 35px);
        margin: 0;
        font-size: 14px;
        color: #4c535e;
        margin-bottom: 7px; }
      .article_sidebar .another_news__item .news_time {
        margin-left: 35px;
        margin-right: 5px;
        font-size: 12px;
        color: #858f9e; }
      .article_sidebar .another_news__item .news_coment {
        font-size: 12px;
        color: #858f9e; }
      .article_sidebar .another_news__item:hover {
        background-color: #838e9e; }
        .article_sidebar .another_news__item:hover .mb_status.edited {
          color: #838e9e; }
        .article_sidebar .another_news__item:hover h5 {
          color: #fff; }
        .article_sidebar .another_news__item:hover .news_time, .article_sidebar .another_news__item:hover .news_coment {
          color: #fff; }
      .article_sidebar .another_news__item:last-child {
        position: relative;
        z-index: 20; }
  .article_sidebar.changeable-page .another_news:before {
    pointer-events: none;
    content: '';
    display: block;
    width: 100%;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    height: 100px;
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(white));
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); }

.footer {
  padding: 0 20px;
  margin-top: 30px;
  background-color: #000; }
  .footer .footer_wrap {
    padding-top: 40px;
    padding-bottom: 72px;
    margin: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    max-width: 1110px; }
  .footer__box {
    width: 25%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 0 15px; }
    .footer__box-logo {
      margin-top: auto; }
    .footer__box span {
      color: #fff;
      margin-top: 30px; }
    .footer__box img {
      max-width: 160px; }
    .footer__box h4 {
      margin-bottom: 40px;
      width: auto;
      font-size: 12px;
      font-weight: 900;
      text-transform: uppercase;
      color: #858f9e; }
    .footer__box a {
      margin-bottom: 20px; }
      .footer__box a:last-child {
        margin-bottom: 0; }
      .footer__box a:hover {
        text-decoration: underline; }
    .footer__box .footer_input {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      position: relative;
      width: 100%;
      height: 45px; }
      .footer__box .footer_input input {
        z-index: 2;
        position: relative;
        color: #303a49;
        width: 100%;
        height: 100%;
        outline: none;
        border: 1px solid #303a49;
        background-color: transparent;
        padding: 0 35px 0 15px; }
      .footer__box .footer_input img {
        width: 22px;
        right: 10px;
        z-index: 1;
        position: absolute; }

.numActive {
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start; }
  .numActive span.first-span {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    line-height: 20px;
    position: relative; }
    .numActive span.first-span span:last-child {
      position: absolute;
      bottom: 20px; }
    .numActive span.first-span:nth-last-child(3n) {
      margin-left: 5px; }
    .numActive span.first-span:first-child {
      margin-left: 0; }

.icon-star {
  max-width: 25px; }

.icon-close {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 15px;
  height: 15px;
  position: relative; }
  .icon-close:before, .icon-close:after {
    -webkit-border-radius: 1px;
            border-radius: 1px;
    content: '';
    display: block;
    position: absolute;
    width: 15px;
    height: 3px;
    background-color: #ff0000;
    top: 5px; }
  .icon-close:before {
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg); }
  .icon-close:after {
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg); }

.icon-nav {
  width: 15px;
  height: 15px;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  border-top: 5px solid #000;
  border-left: 5px solid #000; }
  .icon-nav.icon-prew {
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg); }
  .icon-nav.icon-next {
    -webkit-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
            transform: rotate(135deg); }
  .icon-nav.icon-top {
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg); }

.no-click {
  pointer-events: none; }
  .no-click * {
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    cursor: pointer; }

#page {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 0 auto;
  max-width: 1110px;
  padding: 28px 20px 0 20px; }

.page {
  width: -webkit-calc(77% - 30px);
  width: calc(77% - 30px);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }
  .page__header {
    max-width: 100%;
    background-color: #fff;
    position: relative;
    height: 62px;
    width: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    border-bottom: 1px solid #e6eaee; }
  .page__title {
    margin-left: 25px;
    width: auto;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    color: #2c3e50; }
  .page__back {
    margin-left: 23px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 20px;
    height: 20px; }
    .page__back i {
      border-color: #838e9e;
      display: block;
      width: 8px;
      height: 8px;
      border-width: 2px;
      -webkit-border-radius: 0;
              border-radius: 0; }
  .page__content {
    width: 100%;
    background-color: #fff;
    padding: 20px 65px 20px 65px;
    margin-bottom: 15px; }
    .page__content a {
      color: #4c535e;
      font-weight: 600;
      border-bottom: 1px solid transparent;
      -webkit-transition: 0.5s;
      transition: 0.5s; }
      .page__content a:hover {
        color: #4c535e;
        border-bottom: 1px solid #4c535e; }
      .page__content a:visited, .page__content a:focus, .page__content a:active {
        color: #919191;
        border-bottom: 1px solid #919191; }
    .page__content p {
      margin: 0 0 15px 0;
      color: #4c535e;
      font-size: 14px;
      line-height: 20px; }
      .page__content p strong {
        display: block; }
    .page__content .link_email {
      margin-top: 20px;
      display: block;
      width: 100%;
      text-align: center; }
    .page__content .buy_traffic {
      position: relative;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      max-width: 600px;
      margin: 50px auto 0 auto;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-transition: 0.5s;
      transition: 0.5s; }
      .page__content .buy_traffic__title {
        width: 100%;
        font-size: 16px;
        font-weight: bold;
        text-transform: uppercase;
        color: #2c3e50;
        text-align: center;
        margin-bottom: 30px; }
      .page__content .buy_traffic .traffic_field {
        margin-bottom: 15px;
        width: -webkit-calc(50% - 15px);
        width: calc(50% - 15px);
        background-color: transparent;
        border: 2px solid #273748;
        padding: 10px 20px;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        outline: none;
        -webkit-transition: 0.3s border;
        transition: 0.3s border;
        border-top-color: transparent;
        border-left-color: transparent;
        border-right-color: transparent;
        font-weight: 600;
        color: #2c3e50;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}
        .page__content .buy_traffic .traffic_field:focus {
          border-top-color: #273748;
          border-left-color: #273748;
          border-right-color: #273748; }
        .page__content .buy_traffic .traffic_field::-webkit-input-placeholder {
          opacity: 0.8;
          font-weight: 600;
          color: #2c3e50; }
        .page__content .buy_traffic .traffic_field::-moz-placeholder {
          opacity: 0.8;
          font-weight: 600;
          color: #2c3e50; }
        .page__content .buy_traffic .traffic_field:-ms-input-placeholder {
          opacity: 0.8;
          font-weight: 600;
          color: #2c3e50; }
        .page__content .buy_traffic .traffic_field::placeholder {
          opacity: 0.8;
          font-weight: 600;
          color: #2c3e50; }
      .page__content .buy_traffic__submit {
        cursor: pointer;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
        -webkit-appearance: none;
           -moz-appearance: none;
                appearance: none;
        margin-top: 20px;
        padding: 10px 0;
        text-align: center;
        display: block;
        width: 100%;
        background-color: #273748;
        border: 2px solid transparent;
        color: #fff;
        -webkit-transition: 0.5s;
        transition: 0.5s;
        font-weight: 600; }
        .page__content .buy_traffic__submit:hover, .page__content .buy_traffic__submit:focus {
          outline: none;
          border-color: #273748;
          color: #273748;
          background-color: #fff; }
      .page__content .buy_traffic .hide {
        pointer-events: none;
        opacity: 0;
        height: 0; }
      .page__content .buy_traffic .success_text {
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        height: 100%;
        width: 100%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        z-index: -10;
        -webkit-transition: opacity 0.5s;
        transition: opacity 0.5s;
        opacity: 0;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        position: absolute;
        margin: auto;
        font-size: 14px;
        font-weight: bold;
        text-transform: uppercase;
        color: #2c3e50;
        text-align: center; }

.team-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  min-width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  background-color: #273748; }
  .team-list .team-person {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    width: 25%;
    padding: 0 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-bottom: 20px; }
    .team-list .team-person__img {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      width: 100%;
      margin-bottom: 15px;
      position: relative; }
      .team-list .team-person__img > img {
        width: 100%;
        min-height: 50px;
        -webkit-transition: opacity 0.5s;
        transition: opacity 0.5s;
        opacity: 0;
        -webkit-transform: translateZ(0);
                transform: translateZ(0); }
        .team-list .team-person__img > img.img-ready {
          opacity: 1; }
      .team-list .team-person__img a {
        position: absolute;
        bottom: 5px;
        width: 40px;
        height: 40px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-border-radius: 50%;
                border-radius: 50%;
        -webkit-box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.54);
                box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.54);
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-transition: background 0.15s ease;
        transition: background 0.15s ease;
        background: #5c98c8; }
        .team-list .team-person__img a:hover {
          background-color: #7eb4df; }
    .team-list .team-person__fb {
      right: 5px; }
      .team-list .team-person__fb img {
        max-width: 80%; }
    .team-list .team-person__linkedin {
      left: 5px; }
      .team-list .team-person__linkedin img {
        width: 56%; }
    .team-list .team-person__title {
      text-transform: uppercase;
      margin-bottom: 15px; }
      .team-list .team-person__title h4 {
        font-size: 16px;
        line-height: 24px;
        color: #fff;
        font-weight: 600; }
      .team-list .team-person__title span {
        font-weight: 600;
        font-size: 14px;
        display: block;
        text-transform: none;
        color: #18aadd; }
    .team-list .team-person p {
      color: #d2d7de;
      margin: 0; }

a.banner-twn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  max-width: 1110px;
  margin: 10px auto 0 auto; }
  a.banner-twn img {
    width: 100%; }
  a.banner-twn .banner-img-l {
    display: block; }
  a.banner-twn .banner-img-m {
    display: none; }
  a.banner-twn .banner-img-s {
    display: none; }

.page_404 {
  background-color: #273748;
  width: 100%;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 20px;
  padding-right: 20px; }

.page_404__title {
  font-size: 9em;
  font-weight: 700;
  color: white;
  position: relative; }

.page_404__subtitle {
  font-size: 2.7vw;
  font-weight: 700;
  color: white;
  display: inline; }

.page_404_news {
  width: 100%;
  opacity: 0;
  -webkit-transition: opacity .5s;
  transition: opacity .5s; }
  .page_404_news .page_404_news__content {
    padding: 15px 0; }
  .page_404_news .mb_content__item {
    height: 50px;
    -webkit-transition: background-color 0.2s, opacity 1s;
    transition: background-color 0.2s, opacity 1s;
    padding: 5px 67px;
    color: #4c535e;
    padding-left: 32px;
    position: relative;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    opacity: 1; }
    .page_404_news .mb_content__item .mb_info {
      max-width: 77px;
      min-width: 77px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column; }
      .page_404_news .mb_content__item .mb_info .mb_time {
        color: #858f9e;
        font-size: 12px; }
      .page_404_news .mb_content__item .mb_info .mb_magazine {
        z-index: 3;
        margin-top: 5px;
        font-size: 10px;
        display: inline-block;
        text-transform: uppercase;
        color: #859f9e;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden; }
        .page_404_news .mb_content__item .mb_info .mb_magazine:hover {
          text-decoration: underline; }
    .page_404_news .mb_content__item h4.mb_title {
      font-size: 14px;
      line-height: 20px;
      margin: 0;
      overflow: hidden;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical; }
      .page_404_news .mb_content__item h4.mb_title a {
        color: #4c535e; }
    .page_404_news .mb_content__item .mb_link {
      z-index: 2;
      position: absolute;
      width: 100%;
      height: 100%;
      display: block;
      left: 0;
      top: 0; }
    .page_404_news .mb_content__item:hover {
      color: #fff;
      background-color: #838e9e !important;
      text-decoration: none; }
      .page_404_news .mb_content__item:hover * {
        color: inherit !important; }
      .page_404_news .mb_content__item:hover .edited:before {
        color: #838e9e; }
    .page_404_news .mb_content__item.bg-animation {
      -webkit-animation: bg-animation 30s;
              animation: bg-animation 30s; }
      .page_404_news .mb_content__item.bg-animation:hover {
        color: #4c535e; }
    .page_404_news .mb_content__item .mb_text {
      margin-top: 10px;
      font-size: 12px;
      -webkit-transition: .5s;
      transition: .5s;
      opacity: 0;
      width: 100%;
      display: none; }
      .page_404_news .mb_content__item .mb_text p {
        margin: 0 0 5px 0;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis; }
      .page_404_news .mb_content__item .mb_text.visible {
        opacity: 1; }

@keyframes bg-animation {
  0% {
    background: rgba(0, 210, 255, 0.1);
    color: inherit; }
  100% {
    background: #fff;
    color: inherit; } }
    .page_404_news .mb_content__item.news_item-animate {
      opacity: 0; }
    .page_404_news .mb_content__item.full {
      height: auto;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; }
      .page_404_news .mb_content__item.full .mb_text {
        display: block;
        color: #4c535e; }
        .page_404_news .mb_content__item.full .mb_text span.search_word {
          background-color: #ffd2fe !important;
          padding: 0 7px;
          font-weight: bold !important;
          color: #4c535e; }
      .page_404_news .mb_content__item.full h4.mb_title {
        max-height: 40px;
        max-width: -webkit-calc(100% - 115px);
        max-width: calc(100% - 115px); }
      .page_404_news .mb_content__item.full:hover .mb_text span.search_word {
        color: #4c535e !important; }
  .page_404_news.visible {
    opacity: 1;
    background-color: #fff; }
  .page_404_news h3 {
    color: #273748;
    font-size: 20px;
    text-align: center;
    border-bottom: 1px solid #e6eaee;
    height: 50px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .page_404_news h3 a {
      position: relative;
      margin-right: 20px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      color: #273748;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center; }
      .page_404_news h3 a span {
        margin-right: 10px; }
      .page_404_news h3 a:after {
        top: 0;
        bottom: 0;
        background-color: #e6eaee;
        pointer-events: none;
        position: absolute;
        right: -10px;
        width: 1px;
        height: 100%;
        display: block;
        content: ''; }

@-webkit-keyframes noise-anim {
  0% {
    clip: rect(158px, 9999px, 192px, 0); }
  5% {
    clip: rect(166px, 9999px, 153px, 0); }
  10% {
    clip: rect(125px, 9999px, 163px, 0); }
  15% {
    clip: rect(44px, 9999px, 129px, 0); }
  20% {
    clip: rect(139px, 9999px, 88px, 0); }
  25% {
    clip: rect(2px, 9999px, 139px, 0); }
  30% {
    clip: rect(196px, 9999px, 107px, 0); }
  35% {
    clip: rect(8px, 9999px, 79px, 0); }
  40% {
    clip: rect(62px, 9999px, 5px, 0); }
  45% {
    clip: rect(145px, 9999px, 87px, 0); }
  50% {
    clip: rect(38px, 9999px, 154px, 0); }
  55% {
    clip: rect(66px, 9999px, 78px, 0); }
  60% {
    clip: rect(114px, 9999px, 69px, 0); }
  65% {
    clip: rect(21px, 9999px, 7px, 0); }
  70% {
    clip: rect(2px, 9999px, 25px, 0); }
  75% {
    clip: rect(81px, 9999px, 105px, 0); }
  80% {
    clip: rect(121px, 9999px, 56px, 0); }
  85% {
    clip: rect(97px, 9999px, 43px, 0); }
  90% {
    clip: rect(195px, 9999px, 97px, 0); }
  95% {
    clip: rect(14px, 9999px, 111px, 0); }
  100% {
    clip: rect(112px, 9999px, 154px, 0); } }

@keyframes noise-anim {
  0% {
    clip: rect(158px, 9999px, 192px, 0); }
  5% {
    clip: rect(166px, 9999px, 153px, 0); }
  10% {
    clip: rect(125px, 9999px, 163px, 0); }
  15% {
    clip: rect(44px, 9999px, 129px, 0); }
  20% {
    clip: rect(139px, 9999px, 88px, 0); }
  25% {
    clip: rect(2px, 9999px, 139px, 0); }
  30% {
    clip: rect(196px, 9999px, 107px, 0); }
  35% {
    clip: rect(8px, 9999px, 79px, 0); }
  40% {
    clip: rect(62px, 9999px, 5px, 0); }
  45% {
    clip: rect(145px, 9999px, 87px, 0); }
  50% {
    clip: rect(38px, 9999px, 154px, 0); }
  55% {
    clip: rect(66px, 9999px, 78px, 0); }
  60% {
    clip: rect(114px, 9999px, 69px, 0); }
  65% {
    clip: rect(21px, 9999px, 7px, 0); }
  70% {
    clip: rect(2px, 9999px, 25px, 0); }
  75% {
    clip: rect(81px, 9999px, 105px, 0); }
  80% {
    clip: rect(121px, 9999px, 56px, 0); }
  85% {
    clip: rect(97px, 9999px, 43px, 0); }
  90% {
    clip: rect(195px, 9999px, 97px, 0); }
  95% {
    clip: rect(14px, 9999px, 111px, 0); }
  100% {
    clip: rect(112px, 9999px, 154px, 0); } }

.page_404__title:after {
  width: 100%;
  content: attr(data-content);
  position: absolute;
  left: 2px;
  text-shadow: -1px 0 red;
  top: 0;
  color: white;
  overflow: hidden;
  clip: rect(0, 900px, 0, 0);
  -webkit-animation: noise-anim 2s infinite linear alternate-reverse;
          animation: noise-anim 2s infinite linear alternate-reverse; }

@-webkit-keyframes noise-anim-2 {
  0% {
    clip: rect(62px, 9999px, 67px, 0); }
  5% {
    clip: rect(78px, 9999px, 119px, 0); }
  10% {
    clip: rect(158px, 9999px, 107px, 0); }
  15% {
    clip: rect(164px, 9999px, 114px, 0); }
  20% {
    clip: rect(41px, 9999px, 7px, 0); }
  25% {
    clip: rect(179px, 9999px, 4px, 0); }
  30% {
    clip: rect(73px, 9999px, 53px, 0); }
  35% {
    clip: rect(33px, 9999px, 161px, 0); }
  40% {
    clip: rect(196px, 9999px, 161px, 0); }
  45% {
    clip: rect(13px, 9999px, 98px, 0); }
  50% {
    clip: rect(89px, 9999px, 193px, 0); }
  55% {
    clip: rect(36px, 9999px, 104px, 0); }
  60% {
    clip: rect(5px, 9999px, 3px, 0); }
  65% {
    clip: rect(87px, 9999px, 71px, 0); }
  70% {
    clip: rect(147px, 9999px, 74px, 0); }
  75% {
    clip: rect(103px, 9999px, 40px, 0); }
  80% {
    clip: rect(51px, 9999px, 8px, 0); }
  85% {
    clip: rect(145px, 9999px, 36px, 0); }
  90% {
    clip: rect(53px, 9999px, 34px, 0); }
  95% {
    clip: rect(40px, 9999px, 81px, 0); }
  100% {
    clip: rect(121px, 9999px, 190px, 0); } }

@keyframes noise-anim-2 {
  0% {
    clip: rect(62px, 9999px, 67px, 0); }
  5% {
    clip: rect(78px, 9999px, 119px, 0); }
  10% {
    clip: rect(158px, 9999px, 107px, 0); }
  15% {
    clip: rect(164px, 9999px, 114px, 0); }
  20% {
    clip: rect(41px, 9999px, 7px, 0); }
  25% {
    clip: rect(179px, 9999px, 4px, 0); }
  30% {
    clip: rect(73px, 9999px, 53px, 0); }
  35% {
    clip: rect(33px, 9999px, 161px, 0); }
  40% {
    clip: rect(196px, 9999px, 161px, 0); }
  45% {
    clip: rect(13px, 9999px, 98px, 0); }
  50% {
    clip: rect(89px, 9999px, 193px, 0); }
  55% {
    clip: rect(36px, 9999px, 104px, 0); }
  60% {
    clip: rect(5px, 9999px, 3px, 0); }
  65% {
    clip: rect(87px, 9999px, 71px, 0); }
  70% {
    clip: rect(147px, 9999px, 74px, 0); }
  75% {
    clip: rect(103px, 9999px, 40px, 0); }
  80% {
    clip: rect(51px, 9999px, 8px, 0); }
  85% {
    clip: rect(145px, 9999px, 36px, 0); }
  90% {
    clip: rect(53px, 9999px, 34px, 0); }
  95% {
    clip: rect(40px, 9999px, 81px, 0); }
  100% {
    clip: rect(121px, 9999px, 190px, 0); } }

.page_404__title:before {
  content: attr(data-content);
  position: absolute;
  left: -2px;
  text-shadow: 1px 0 blue;
  top: 0;
  color: white;
  overflow: hidden;
  clip: rect(0, 900px, 0, 0);
  -webkit-animation: noise-anim-2 3s infinite linear alternate-reverse;
          animation: noise-anim-2 3s infinite linear alternate-reverse; }

#nothing_found_mob {
  display: none;
  color: #858f9e;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 18px;
  width: -webkit-calc(100% - 65px);
  width: calc(100% - 65px);
  margin: 20px; }

.flag-icon-uk {
  background-image: url(../libs/flag-icon/flags/4x3/gb.svg); }

.flag-icon-uk.flag-icon-squared {
  background-image: url(../libs/flag-icon/flags/1x1/gb.svg); }

.banner_wrap {
  max-width: 1110px;
  margin: 28px auto;
  padding: 20px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center; }
  .banner_wrap .banner-title {
    margin-bottom: 20px;
    color: #273748;
    display: inline-block;
    text-align: center;
    position: relative; }
    .banner_wrap .banner-title:after, .banner_wrap .banner-title:before {
      content: '';
      position: absolute;
      width: 20px;
      height: 2px;
      top: -webkit-calc(50% - 1px);
      top: calc(50% - 1px);
      background-color: #273748;
      display: block; }
    .banner_wrap .banner-title:after {
      left: -30px; }
    .banner_wrap .banner-title:before {
      right: -30px; }
  .banner_wrap .banner-form {
    background-color: #fff;
    padding: 20px 50px; }
    .banner_wrap .banner-form__title {
      width: 100%; }
    .banner_wrap .banner-form__type {
      margin: 20px 0;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between; }
      .banner_wrap .banner-form__type .select-style {
        width: 23%; }
      .banner_wrap .banner-form__type select {
        margin-top: 10px;
        -webkit-border-radius: 0;
                border-radius: 0;
        -webkit-appearance: none;
           -moz-appearance: none;
                appearance: none;
        border: 2px solid #273748;
        font-size: 20px;
        border-radius: 0;
        padding: 5px 10px;
        width: 100%; }
    .banner_wrap .banner-form__count {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between; }
      .banner_wrap .banner-form__count label {
        width: 48%;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column; }
        .banner_wrap .banner-form__count label input {
          margin-top: 10px; }
    .banner_wrap .banner-form__adsense, .banner_wrap .banner-form__clever-adv {
      margin-top: 20px;
      width: 100%; }
      .banner_wrap .banner-form__adsense textarea, .banner_wrap .banner-form__clever-adv textarea {
        min-height: 200px;
        width: 100%;
        margin-top: 10px; }
    .banner_wrap .banner-form__custom {
      margin-top: 20px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; }
      .banner_wrap .banner-form__custom label {
        width: 30%;
        -webkit-transition: opacity .5s;
        transition: opacity .5s; }
        .banner_wrap .banner-form__custom label input {
          margin-top: 10px; }
        .banner_wrap .banner-form__custom label.hide-input {
          pointer-events: none;
          opacity: 0; }
        .banner_wrap .banner-form__custom label.label_img {
          color: #fff;
          padding: 20px 0;
          background-color: #273748; }
      .banner_wrap .banner-form__custom .w100 {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
        width: 100%;
        margin-bottom: 20px; }
        .banner_wrap .banner-form__custom .w100 input {
          width: 100%; }
    .banner_wrap .banner-form__submit {
      cursor: pointer;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
      -webkit-appearance: none;
         -moz-appearance: none;
              appearance: none;
      margin-top: 20px;
      padding: 10px 0;
      text-align: center;
      display: block;
      width: 100%;
      text-transform: uppercase;
      font-size: 18px;
      background-color: #273748;
      border: 2px solid transparent;
      color: #fff;
      -webkit-transition: 0.5s;
      transition: 0.5s;
      font-weight: 600; }
      .banner_wrap .banner-form__submit:hover, .banner_wrap .banner-form__submit:focus {
        outline: none;
        border-color: #273748;
        color: #273748;
        background-color: #fff; }
    .banner_wrap .banner-form .custom-input {
      background-color: transparent;
      border: 2px solid #273748;
      padding: 10px 20px;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      outline: none;
      -webkit-transition: 0.3s border;
      transition: 0.3s border;
      font-weight: 600;
      color: #2c3e50;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
      resize: none; }
      .banner_wrap .banner-form .custom-input::-webkit-input-placeholder {
        opacity: 0.8;
        font-weight: 600;
        color: #2c3e50; }
      .banner_wrap .banner-form .custom-input::-moz-placeholder {
        opacity: 0.8;
        font-weight: 600;
        color: #2c3e50; }
      .banner_wrap .banner-form .custom-input:-ms-input-placeholder {
        opacity: 0.8;
        font-weight: 600;
        color: #2c3e50; }
      .banner_wrap .banner-form .custom-input::placeholder {
        opacity: 0.8;
        font-weight: 600;
        color: #2c3e50; }
  .banner_wrap .banner-board {
    padding: 20px 50px;
    margin-top: 28px;
    background-color: #fff;
    text-align: left;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
    .banner_wrap .banner-board h2 {
      margin: 0 auto 14px auto; }
    .banner_wrap .banner-board .banner_target {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      margin-top: 20px;
      max-width: 100%;
      padding: 20px; }
      .banner_wrap .banner-board .banner_target h4 {
        font-size: 20px;
        text-align: center; }
      .banner_wrap .banner-board .banner_target__item {
        margin-top: 20px;
        padding: 10px;
        border: 2px solid #273748;
        position: relative;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
            -ms-flex-pack: justify;
                justify-content: space-between; }
        .banner_wrap .banner-board .banner_target__item .banner_lang {
          font-style: normal;
          position: absolute;
          border: 1px solid #273748;
          right: 40px;
          height: 30px;
          width: 40px;
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -webkit-align-items: center;
              -ms-flex-align: center;
                  align-items: center;
          -webkit-box-pack: center;
          -webkit-justify-content: center;
              -ms-flex-pack: center;
                  justify-content: center;
          text-transform: uppercase;
          top: 10px; }
        .banner_wrap .banner-board .banner_target__item h5 {
          font-size: 19px;
          width: 100%;
          padding-right: 30px; }
        .banner_wrap .banner-board .banner_target__item span, .banner_wrap .banner-board .banner_target__item .banner-link {
          padding: 5px;
          border: 1px solid #273748;
          margin: 5px 0;
          -webkit-box-sizing: border-box;
                  box-sizing: border-box;
          width: 49%;
          color: #273748; }
        .banner_wrap .banner-board .banner_target__item .can_edit {
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-flex-wrap: wrap;
              -ms-flex-wrap: wrap;
                  flex-wrap: wrap;
          -webkit-box-align: center;
          -webkit-align-items: center;
              -ms-flex-align: center;
                  align-items: center;
          position: relative; }
          .banner_wrap .banner-board .banner_target__item .can_edit img {
            -webkit-transition: .5s;
            transition: .5s;
            opacity: 0;
            width: 20px;
            position: absolute;
            right: 10px;
            background: #fff;
            cursor: pointer; }
          .banner_wrap .banner-board .banner_target__item .can_edit:hover img {
            opacity: 1; }
          .banner_wrap .banner-board .banner_target__item .can_edit i {
            font-style: normal; }
          .banner_wrap .banner-board .banner_target__item .can_edit i:first-child {
            margin-right: 5px; }
        .banner_wrap .banner-board .banner_target__item .deactivate_banner {
          margin: 15px auto;
          padding: 5px 10px;
          color: #fff !important;
          -webkit-transition: .5s;
          transition: .5s; }
          .banner_wrap .banner-board .banner_target__item .deactivate_banner[data-action='active'] {
            background-color: rgba(0, 215, 146, 0.5); }
            .banner_wrap .banner-board .banner_target__item .deactivate_banner[data-action='active']:hover {
              background-color: #00d792; }
          .banner_wrap .banner-board .banner_target__item .deactivate_banner[data-action='deactivate'] {
            background-color: rgba(255, 0, 0, 0.5); }
            .banner_wrap .banner-board .banner_target__item .deactivate_banner[data-action='deactivate']:hover {
              background-color: red; }
          .banner_wrap .banner-board .banner_target__item .deactivate_banner.clever-adv {
            margin: auto; }
        .banner_wrap .banner-board .banner_target__item .banner-link {
          width: 100%; }
        .banner_wrap .banner-board .banner_target__item .remove_banner {
          position: absolute;
          top: 10px;
          color: #273748;
          -webkit-transition: .4s;
          transition: .4s;
          right: 10px;
          width: 30px;
          height: 30px;
          text-align: center;
          line-height: 30px; }
          .banner_wrap .banner-board .banner_target__item .remove_banner:hover {
            color: red; }
        .banner_wrap .banner-board .banner_target__item.adsense .deactivate_banner {
          margin: auto; }
      .banner_wrap .banner-board .banner_target:first-of-type {
        border-top: 2px solid #273748;
        margin-top: 0; }

.insert_wrap {
  max-width: 1110px;
  margin: 28px auto;
  padding: 20px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center; }
  .insert_wrap .insert-title {
    margin-bottom: 20px;
    color: #273748;
    display: inline-block;
    text-align: center;
    position: relative; }
    .insert_wrap .insert-title:after, .insert_wrap .insert-title:before {
      content: '';
      position: absolute;
      width: 20px;
      height: 2px;
      top: -webkit-calc(50% - 1px);
      top: calc(50% - 1px);
      background-color: #273748;
      display: block; }
    .insert_wrap .insert-title:after {
      left: -30px; }
    .insert_wrap .insert-title:before {
      right: -30px; }
  .insert_wrap .insert-form {
    background-color: #fff;
    padding: 20px 50px; }
    .insert_wrap .insert-form__title, .insert_wrap .insert-form__link {
      margin-bottom: 20px;
      width: 100%; }
    .insert_wrap .insert-form .source_type {
      margin-top: 15px; }
    .insert_wrap .insert-form__submit {
      cursor: pointer;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
      -webkit-appearance: none;
         -moz-appearance: none;
              appearance: none;
      margin-top: 20px;
      padding: 10px 0;
      text-align: center;
      display: block;
      width: 100%;
      text-transform: uppercase;
      font-size: 18px;
      background-color: #273748;
      border: 2px solid transparent;
      color: #fff;
      -webkit-transition: 0.5s;
      transition: 0.5s;
      font-weight: 600; }
      .insert_wrap .insert-form__submit:hover, .insert_wrap .insert-form__submit:focus {
        outline: none;
        border-color: #273748;
        color: #273748;
        background-color: #fff; }
    .insert_wrap .insert-form select {
      font-size: 15px;
      font-weight: 400;
      height: 40px;
      -webkit-border-radius: 0 !important;
              border-radius: 0 !important; }
    .insert_wrap .insert-form .custom-input {
      background-color: transparent;
      border: 2px solid #273748;
      padding: 10px 20px;
      min-height: 41px;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      outline: none;
      -webkit-transition: 0.3s border;
      transition: 0.3s border;
      font-weight: 600;
      color: #2c3e50;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
      resize: none; }
      .insert_wrap .insert-form .custom-input::-webkit-input-placeholder {
        opacity: 0.8;
        font-weight: 600;
        color: #2c3e50; }
      .insert_wrap .insert-form .custom-input::-moz-placeholder {
        opacity: 0.8;
        font-weight: 600;
        color: #2c3e50; }
      .insert_wrap .insert-form .custom-input:-ms-input-placeholder {
        opacity: 0.8;
        font-weight: 600;
        color: #2c3e50; }
      .insert_wrap .insert-form .custom-input::placeholder {
        opacity: 0.8;
        font-weight: 600;
        color: #2c3e50; }
    .insert_wrap .insert-form .type_source {
      display: -webkit-inline-box;
      display: -webkit-inline-flex;
      display: -ms-inline-flexbox;
      display: inline-flex;
      margin: 10px 0;
      border: 2px solid #273748;
      padding: 10px 20px;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      outline: none;
      -webkit-transition: 0.3s;
      transition: 0.3s;
      font-weight: 600;
      color: #2c3e50;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
      resize: none; }
    .insert_wrap .insert-form .insert-radio {
      opacity: 0;
      position: absolute;
      z-index: -22; }
    .insert_wrap .insert-form .insert-radio:checked + label {
      background-color: #273748;
      color: #fff; }
    .insert_wrap .insert-form-source {
      margin-top: 20px; }
      .insert_wrap .insert-form-source__name, .insert_wrap .insert-form-source__link {
        width: 100%;
        margin-bottom: 20px; }
    .insert_wrap .insert-form .insert-label {
      width: 33%;
      display: -webkit-inline-box;
      display: -webkit-inline-flex;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column; }
      .insert_wrap .insert-form .insert-label > * {
        margin-top: 10px; }
  .insert_wrap .insert-board {
    padding: 20px 50px;
    margin-top: 28px;
    background-color: #fff;
    text-align: left;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
    .insert_wrap .insert-board .insert-title {
      margin: 0 auto 14px auto; }
    .insert_wrap .insert-board .insert_target {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      margin-top: 20px;
      max-width: 100%;
      padding: 20px; }
      .insert_wrap .insert-board .insert_target h4 {
        font-size: 20px;
        text-align: center; }
      .insert_wrap .insert-board .insert_target .insert-news {
        margin-top: 20px;
        padding: 10px;
        border: 2px solid #273748;
        position: relative;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
            -ms-flex-pack: justify;
                justify-content: space-between; }
        .insert_wrap .insert-board .insert_target .insert-news > * {
          width: 100%; }
        .insert_wrap .insert-board .insert_target .insert-news h5 {
          font-size: 19px;
          width: 100%;
          padding-right: 70px;
          margin-bottom: 10px; }
        .insert_wrap .insert-board .insert_target .insert-news span {
          margin-bottom: 5px; }
        .insert_wrap .insert-board .insert_target .insert-news a {
          color: #273748; }
          .insert_wrap .insert-board .insert_target .insert-news a:hover {
            text-decoration: underline; }
        .insert_wrap .insert-board .insert_target .insert-news .remove {
          position: absolute;
          top: 10px;
          color: #273748;
          -webkit-transition: .4s;
          transition: .4s;
          right: 10px;
          width: 30px;
          height: 30px;
          text-align: center;
          line-height: 30px; }
          .insert_wrap .insert-board .insert_target .insert-news .remove:hover {
            color: red;
            text-decoration: none; }
        .insert_wrap .insert-board .insert_target .insert-news .edit {
          position: absolute;
          top: 15px;
          -webkit-transition: .4s;
          transition: .4s;
          right: 50px;
          width: 20px;
          height: 20px;
          text-align: center; }
          .insert_wrap .insert-board .insert_target .insert-news .edit img {
            max-width: 100%;
            width: 100%; }
        .insert_wrap .insert-board .insert_target .insert-news .can_edit {
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -webkit-align-items: center;
              -ms-flex-align: center;
                  align-items: center;
          width: 100%; }
          .insert_wrap .insert-board .insert_target .insert-news .can_edit i {
            font-style: normal;
            min-width: 160px; }
          .insert_wrap .insert-board .insert_target .insert-news .can_edit a {
            -webkit-box-flex: 1;
            -webkit-flex-grow: 1;
                -ms-flex-positive: 1;
                    flex-grow: 1; }
          .insert_wrap .insert-board .insert_target .insert-news .can_edit img {
            cursor: pointer;
            padding-left: 10px;
            max-width: 20px;
            width: 100%; }
      .insert_wrap .insert-board .insert_target:first-of-type {
        border-top: 2px solid #273748;
        margin-top: 0; }
  .insert_wrap .sliv {
    margin-top: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .insert_wrap .sliv__title {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center; }
      .insert_wrap .sliv__title input {
        margin-right: 10px; }
    .insert_wrap .sliv__select {
      margin-top: 20px; }
      .insert_wrap .sliv__select select {
        width: 600px; }
      .insert_wrap .sliv__select_hidden {
        display: none; }
  .insert_wrap #close-edit {
    position: fixed;
    bottom: 0px;
    color: #fff;
    background-color: #f65966;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 1000;
    padding: 10px 0;
    width: 100%;
    -webkit-transition: .5s;
    transition: .5s; }
    .insert_wrap #close-edit:hover {
      color: #f65966;
      background-color: #fff; }
    .insert_wrap #close-edit.hide {
      bottom: -100px; }

.banner_ads {
  margin: 0 auto 0 auto;
  max-width: 1110px;
  width: 100%;
  height: 110px;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .banner_ads ins {
    max-width: 100% !important;
    max-height: 100% !important; }
    .banner_ads ins.adsbygoogle {
      max-width: 100% !important;
      max-height: 100% !important; }
  .banner_ads a img {
    margin: auto;
    max-width: 100%; }
    .banner_ads a img.banner_img-s {
      display: none; }
    .banner_ads a img.banner_img-m {
      display: none; }
    .banner_ads a img.banner_img-l {
      display: block; }
  .banner_ads-header {
    margin-top: 19px; }
  .banner_ads-sidebar {
    margin-top: 27px;
    height: 255px;
    width: 100%; }
  .banner_ads-news {
    max-width: 728px;
    width: 100%;
    height: 90px; }
  .banner_ads-clever-adv {
    height: auto;
    width: auto; }

.claims-editor {
  max-width: 1110px;
  margin: 28px auto;
  padding: 20px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center; }
  .claims-editor h2 {
    margin-bottom: 20px;
    color: #000000;
    display: inline-block;
    text-align: center;
    position: relative;
    font-size: 30px; }
    .claims-editor h2:after, .claims-editor h2:before {
      content: '';
      position: absolute;
      width: 20px;
      height: 2px;
      top: -webkit-calc(50% - 1px);
      top: calc(50% - 1px);
      background-color: #273748;
      display: block; }
    .claims-editor h2:after {
      left: -30px; }
    .claims-editor h2:before {
      right: -30px; }
  .claims-editor .CE-item {
    margin-bottom: 30px;
    background-color: #fff; }
    .claims-editor .CE-item__news {
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      border: 2px solid #2c3e50;
      background-color: #2c3e50;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; }
      .claims-editor .CE-item__news * {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        height: 100%; }
      .claims-editor .CE-item__news span {
        white-space: nowrap;
        color: #ffffff;
        padding: 20px; }
      .claims-editor .CE-item__news a {
        background-color: #fff;
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
            -ms-flex-positive: 1;
                flex-grow: 1;
        border-right: 2px solid #2c3e50;
        border-left: 2px solid #2c3e50;
        padding: 20px;
        color: #000000; }
        .claims-editor .CE-item__news a:hover {
          text-decoration: underline; }
      .claims-editor .CE-item__news span.CE-item__clime-count {
        color: #ffffff;
        margin-left: auto;
        padding: 20px; }
    .claims-editor .CE-item h5 {
      padding: 10px 0;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      width: 100%;
      border: 2px solid #2c3e50;
      border-top: 0;
      font-size: 24px; }
    .claims-editor .CE-item__user {
      width: 100%;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; }
      .claims-editor .CE-item__user a, .claims-editor .CE-item__user span {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        padding: 10px; }
      .claims-editor .CE-item__user > div {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        position: relative; }
        .claims-editor .CE-item__user > div .delete-claim {
          background-color: #ff0000;
          position: absolute;
          right: 2px;
          opacity: .1;
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          height: -webkit-calc(100% - 2px);
          height: calc(100% - 2px);
          width: 30px;
          -webkit-box-align: center;
          -webkit-align-items: center;
              -ms-flex-align: center;
                  align-items: center;
          -webkit-box-pack: center;
          -webkit-justify-content: center;
              -ms-flex-pack: center;
                  justify-content: center;
          color: #fff;
          cursor: pointer;
          -webkit-transition: .3s;
          transition: .3s;
          border: 2px solid transparent;
          -webkit-box-sizing: border-box;
                  box-sizing: border-box; }
          .claims-editor .CE-item__user > div .delete-claim i:before, .claims-editor .CE-item__user > div .delete-claim i:after {
            background-color: #fff; }
          .claims-editor .CE-item__user > div .delete-claim:hover {
            opacity: .8; }
      .claims-editor .CE-item__user .email_user_field {
        background-color: #2c3e50;
        border: 2px solid #2c3e50;
        border-right: 2px solid #fff;
        border-top: 0;
        color: #fff; }
      .claims-editor .CE-item__user .text_user_field {
        background-color: #2c3e50;
        color: #fff; }
      .claims-editor .CE-item__user a {
        border: 2px solid #2c3e50;
        border-top: 0;
        width: 50%;
        color: #000000;
        position: relative;
        -webkit-transition: .4s;
        transition: .4s; }
        .claims-editor .CE-item__user a:hover {
          background-color: rgba(44, 62, 80, 0.3); }
      .claims-editor .CE-item__user span {
        border-right: 2px solid #2c3e50;
        border-bottom: 2px solid #2c3e50;
        width: 50%; }
    .claims-editor .CE-item__remove {
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      text-align: center;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      padding: 10px;
      background-color: rgba(255, 0, 0, 0.5);
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      width: 100%;
      -webkit-transition: .5s;
      transition: .5s; }
      .claims-editor .CE-item__remove:hover {
        text-decoration: underline;
        background-color: rgba(255, 0, 0, 0.7); }

@-webkit-keyframes popup_anim {
  0% {
    -webkit-transform: translateY(-2000px);
            transform: translateY(-2000px); }
  80% {
    -webkit-transform: translateY(30px);
            transform: translateY(30px); }
  90% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px); }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@keyframes popup_anim {
  0% {
    -webkit-transform: translateY(-2000px);
            transform: translateY(-2000px); }
  80% {
    -webkit-transform: translateY(30px);
            transform: translateY(30px); }
  90% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px); }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

.popup_wrap {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 2000;
  opacity: 0;
  -webkit-transition: .5s;
  transition: .5s; }
  .popup_wrap .popup {
    -webkit-border-radius: 10px;
            border-radius: 10px;
    max-width: 70%;
    margin: auto;
    background-color: #ffffff;
    -webkit-transform: translateY(-1000px);
        -ms-transform: translateY(-1000px);
            transform: translateY(-1000px);
    -webkit-transition: -webkit-transform .5s;
    transition: -webkit-transform .5s;
    transition: transform .5s;
    transition: transform .5s, -webkit-transform .5s;
    overflow: scroll;
    width: 100%;
    max-height: 90%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    background: #F78154;
    background: -webkit-gradient(linear, left top, right bottom, from(#F2C14E), to(#F78154));
    background: -webkit-linear-gradient(top left, #F2C14E, #F78154);
    background: linear-gradient(to bottom right, #F2C14E, #F78154);
    -webkit-box-shadow: 0px 10px 200px 0px black;
            box-shadow: 0px 10px 200px 0px black; }
    .popup_wrap .popup__left-side {
      width: 50%;
      height: 100%;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
          -ms-flex-align: start;
              align-items: flex-start; }
      .popup_wrap .popup__left-side img {
        width: 100%; }
    .popup_wrap .popup__right-side {
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      padding: 0;
      width: 50%; }
      .popup_wrap .popup__right-side h2 {
        padding: 20px 60px 0 20px;
        width: 100%;
        font-weight: 400 !important;
        font-size: 33px;
        color: #fff; }
      .popup_wrap .popup__right-side h3 {
        padding: 0 60px 40px 20px;
        margin-top: auto;
        width: 100%;
        font-weight: 400 !important;
        font-size: 25px;
        color: #fff; }
      .popup_wrap .popup__right-side a.popup__close {
        position: absolute;
        top: 20px;
        right: 20px; }
        .popup_wrap .popup__right-side a.popup__close:hover i:after, .popup_wrap .popup__right-side a.popup__close:hover i:before {
          background-color: #ff0000; }
      .popup_wrap .popup__right-side a.popup__submit {
        font-weight: 600;
        text-transform: uppercase;
        width: 100%;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center;
        max-height: 50px;
        height: 100px;
        font-size: 20px;
        letter-spacing: 2px;
        color: #fff;
        margin: auto 0 0 auto;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        background-color: #fff;
        padding: 0 20px;
        background: #C70039;
        background: -webkit-gradient(linear, left top, right bottom, from(#FF5733), to(#C70039));
        background: -webkit-linear-gradient(top left, #FF5733, #C70039);
        background: linear-gradient(to bottom right, #FF5733, #C70039);
        position: relative; }
        .popup_wrap .popup__right-side a.popup__submit:after, .popup_wrap .popup__right-side a.popup__submit:before {
          content: '';
          width: 0;
          height: 4px;
          background-color: #fff;
          position: absolute;
          -webkit-transition: .3s;
          transition: .3s; }
        .popup_wrap .popup__right-side a.popup__submit:after {
          bottom: 0;
          left: 0; }
        .popup_wrap .popup__right-side a.popup__submit:before {
          top: 0;
          right: 0; }
        .popup_wrap .popup__right-side a.popup__submit:hover:after, .popup_wrap .popup__right-side a.popup__submit:hover:before {
          width: 100%; }
    .popup_wrap .popup.popup_center {
      -webkit-transform: translateY(0px);
          -ms-transform: translateY(0px);
              transform: translateY(0px); }
    .popup_wrap .popup .icon-close {
      width: 30px;
      height: 30px; }
      .popup_wrap .popup .icon-close:after, .popup_wrap .popup .icon-close:before {
        -webkit-transition: .3s;
        transition: .3s;
        background-color: #fff;
        top: 13px;
        width: 30px; }
  .popup_wrap.open {
    opacity: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }

.scale {
  position: absolute;
  z-index: 2000;
  left: 0;
  right: 0;
  overflow: hidden;
  -webkit-box-shadow: 0px 0px 0px 0px transparent;
          box-shadow: 0px 0px 0px 0px transparent;
  top: 160px;
  margin: auto;
  max-width: 1110px;
  width: 100%;
  pointer-events: none;
  -webkit-transition: .7s box-shadow;
  transition: .7s box-shadow; }
  .scale__header {
    -webkit-transform: translate(100%);
        -ms-transform: translate(100%);
            transform: translate(100%);
    -webkit-transition: .7s;
    transition: .7s;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    background-color: transparent;
    height: 65px; }
    .scale__header .scale-ok-btn {
      position: relative;
      z-index: 2;
      height: 100%;
      min-width: 65px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      background-color: #354050;
      opacity: 0; }
      .scale__header .scale-ok-btn:after {
        position: relative;
        top: -3px;
        content: '';
        width: 13px;
        height: 8px;
        -webkit-transform: rotate(135deg);
            -ms-transform: rotate(135deg);
                transform: rotate(135deg);
        background-color: transparent;
        border-top: 1px solid #fff;
        border-right: 1px solid #fff; }
    .scale__header .scale-abc {
      background-color: #fff;
      cursor: pointer;
      position: relative;
      height: 65px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-flex: 1;
      -webkit-flex-grow: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      overflow: hidden;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-justify-content: space-around;
          -ms-flex-pack: distribute;
              justify-content: space-around;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      position: relative; }
      .scale__header .scale-abc:before {
        content: '';
        position: absolute;
        width: 100%;
        left: 0;
        bottom: 0;
        height: 1px;
        background-color: #e6e9ed; }
      .scale__header .scale-abc a {
        position: relative;
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
            -ms-flex-positive: 1;
                flex-grow: 1;
        text-align: center;
        text-decoration: none;
        font-size: 14px;
        color: #000;
        text-transform: uppercase;
        font-weight: bold;
        height: 100%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        border-bottom: 4px solid transparent;
        -webkit-justify-content: space-around;
            -ms-flex-pack: distribute;
                justify-content: space-around; }
        .scale__header .scale-abc a:hover {
          color: #000 !important;
          border-bottom: 4px solid rgba(0, 0, 0, 0.2); }
        .scale__header .scale-abc a.active {
          border-bottom: 4px solid #000; }
        .scale__header .scale-abc a:focus {
          outline: none;
          color: #000;
          text-decoration: none; }
        .scale__header .scale-abc a.scale-setected-link {
          min-width: 20px; }
          .scale__header .scale-abc a.scale-setected-link .icon-star {
            max-width: 20px; }
      .scale__header .scale-abc .scale_search_btn {
        display: none; }
        .scale__header .scale-abc .scale_search_btn.open {
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex; }
    .scale__header .scale_search-input {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
      background-color: #818ea1;
      position: relative;
      width: 284px;
      height: inherit;
      -webkit-box-sizing: border-box;
              box-sizing: border-box; }
      .scale__header .scale_search-input:before {
        right: 18px;
        bottom: 0;
        top: 20px;
        position: absolute;
        content: '';
        display: block;
        width: 26px;
        height: 26px;
        background: transparent no-repeat url("../images/scale_search.png"); }
      .scale__header .scale_search-input input {
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        height: 100%;
        background-color: transparent;
        border: none;
        outline: 0;
        padding-left: 20px;
        padding-right: 50px;
        color: #Fff; }
        .scale__header .scale_search-input input::-webkit-input-placeholder {
          color: #fff; }
        .scale__header .scale_search-input input::-moz-placeholder {
          color: #fff; }
        .scale__header .scale_search-input input:-ms-input-placeholder {
          color: #fff; }
        .scale__header .scale_search-input input:-moz-placeholder {
          color: #fff; }
    .scale__header .date-variants {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; }
      .scale__header .date-variants a {
        font-weight: bold;
        font-size: 12px;
        text-transform: uppercase;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        height: 100%;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        color: #000000;
        text-decoration: none;
        position: relative;
        padding: 0 40px;
        background-color: #ffffff; }
        .scale__header .date-variants a:after {
          z-index: 2;
          bottom: 0;
          content: '';
          display: block;
          position: absolute;
          width: 100%;
          left: 0;
          height: 4px;
          background-color: transparent; }
        .scale__header .date-variants a.active {
          color: #c0c7cf; }
        .scale__header .date-variants a:hover:after {
          background-color: #000000; }
        .scale__header .date-variants a.your_choice {
          display: none; }
    .scale__header .themes_wrap__title {
      text-transform: uppercase;
      color: #000;
      -webkit-box-flex: 1;
      -webkit-flex-grow: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      background: #fff;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      padding-left: 25px;
      padding-right: 25px;
      font-weight: 600;
      border-bottom: 1px solid #e6e9ed; }
  .scale__content {
    opacity: 0;
    -webkit-transition: .7s;
    transition: .7s;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 340px;
    overflow: hidden;
    background-color: #fff;
    padding-bottom: 16px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: relative; }
    .scale__content .scale_prev, .scale__content .scale_next {
      cursor: pointer;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      min-width: 50px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center; }
    .scale__content .scale_items-wrap {
      overflow: hidden; }
      .scale__content .scale_items-wrap .scale_items-list {
        -webkit-transition: .7s;
        transition: .7s;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex; }
      .scale__content .scale_items-wrap .wrap_scale_items {
        display: block;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        padding: 25px 7px 10px 7px; }
        .scale__content .scale_items-wrap .wrap_scale_items .letter_scale_items {
          min-height: 24px;
          margin: 0;
          text-transform: uppercase;
          color: #858f9e;
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: start;
          -webkit-align-items: flex-start;
              -ms-flex-align: start;
                  align-items: flex-start;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
          font-size: 18px;
          width: 100%;
          font-weight: normal; }
          .scale__content .scale_items-wrap .wrap_scale_items .letter_scale_items .icon-star {
            max-width: 24px; }
        .scale__content .scale_items-wrap .wrap_scale_items .list_scale-items {
          padding-top: 8px;
          border-top: 1px solid #e6e9ed;
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -webkit-flex-flow: column wrap;
              -ms-flex-flow: column wrap;
                  flex-flow: column wrap;
          height: 250px;
          margin-top: 8px;
          -webkit-align-content: flex-start;
              -ms-flex-line-pack: start;
                  align-content: flex-start; }
    .scale__content .scale_search {
      padding: 30px;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      background-color: #fff;
      -webkit-transform: translateY(-150%);
          -ms-transform: translateY(-150%);
              transform: translateY(-150%);
      -webkit-transition: .4s;
      transition: .4s; }
      .scale__content .scale_search__title {
        margin: 0;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 100%; }
      .scale__content .scale_search__list {
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        margin: 10px 0;
        padding: 10px 0 20px 0;
        height: 100%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
            -ms-flex-align: start;
                align-items: flex-start;
        -webkit-align-content: flex-start;
            -ms-flex-line-pack: start;
                align-content: flex-start;
        overflow: scroll; }
      .scale__content .scale_search.open {
        -webkit-transform: translateY(0);
            -ms-transform: translateY(0);
                transform: translateY(0); }
    .scale__content .themes__list {
      overflow: hidden;
      width: 950px;
      margin: 56px auto;
      height: 230px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-box-pack: start;
      -webkit-justify-content: flex-start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-flow: column wrap;
          -ms-flex-flow: column wrap;
              flex-flow: column wrap;
      -webkit-align-content: flex-start;
          -ms-flex-line-pack: start;
              align-content: flex-start; }
  .scale.search-open .scale_search {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0); }
  .scale.open {
    pointer-events: auto;
    -webkit-box-shadow: 7px 9px 24px 0px rgba(0, 0, 0, 0.14);
            box-shadow: 7px 9px 24px 0px rgba(0, 0, 0, 0.14); }
    .scale.open .scale__header {
      -webkit-transform: translateX(0);
          -ms-transform: translateX(0);
              transform: translateX(0); }
    .scale.open .scale__content {
      opacity: 1; }

a.themes__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 192px;
  -webkit-transition: .3s;
  transition: .3s;
  font-size: 14px;
  color: #000 !important;
  padding: 9px; }
  a.themes__item span {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 20px;
    height: 20px;
    margin-right: 10px;
    position: relative; }
    a.themes__item span i {
      width: 7px;
      height: 7px;
      -webkit-border-radius: 50%;
              border-radius: 50%;
      background-color: #99a1ad; }
      a.themes__item span i:before, a.themes__item span i:after {
        background-color: transparent;
        position: absolute;
        content: '';
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        margin: auto;
        width: 3px;
        height: 3px; }
      a.themes__item span i:before {
        width: 15px; }
      a.themes__item span i:after {
        height: 15px; }
  a.themes__item:hover {
    text-decoration: none;
    color: #fff !important;
    background-color: #000; }
    a.themes__item:hover span i {
      background-color: transparent; }
      a.themes__item:hover span i:before, a.themes__item:hover span i:after {
        background-color: #3abe53; }
  a.themes__item.chosen span {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 20px;
    height: 20px;
    margin-right: 10px; }
    a.themes__item.chosen span i {
      width: 20px;
      height: 20px;
      background: transparent url("../images/star.svg") no-repeat; }
  a.themes__item.chosen:hover span i {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 15px;
    height: 15px;
    position: relative;
    background-image: none; }
    a.themes__item.chosen:hover span i:before, a.themes__item.chosen:hover span i:after {
      -webkit-transition: 0.3s;
      transition: 0.3s;
      -webkit-border-radius: 1px;
              border-radius: 1px;
      content: '';
      display: block;
      position: absolute;
      width: 15px;
      height: 3px;
      background-color: #ff0000;
      top: 5px; }
    a.themes__item.chosen:hover span i:before {
      -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
              transform: rotate(45deg); }
    a.themes__item.chosen:hover span i:after {
      -webkit-transform: rotate(-45deg);
          -ms-transform: rotate(-45deg);
              transform: rotate(-45deg); }

.scale_item {
  text-decoration: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 180px;
  -webkit-transition: .3s;
  transition: .3s;
  font-size: 14px;
  color: #000 !important;
  padding: 9px; }
  .scale_item span {
    margin-right: 5px;
    width: 26px;
    height: 20px; }
  .scale_item i {
    margin-left: auto;
    color: rgba(255, 0, 0, 0.67); }
  .scale_item:hover {
    text-decoration: none;
    color: #fff !important;
    background-color: #000; }
  .scale_item.hide {
    display: none; }

.icon-star {
  max-width: 25px; }

.icon-close {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 15px;
  height: 15px;
  position: relative; }
  .icon-close:before, .icon-close:after {
    -webkit-border-radius: 1px;
            border-radius: 1px;
    content: '';
    display: block;
    position: absolute;
    width: 15px;
    height: 3px;
    background-color: #ff0000;
    top: 5px; }
  .icon-close:before {
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg); }
  .icon-close:after {
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg); }

.icon-nav {
  position: relative;
  width: 15px;
  height: 15px;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  border-top: 3px solid #838e9e;
  border-left: 3px solid #838e9e; }
  .icon-nav.icon-prev {
    right: -5px;
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg); }
  .icon-nav.icon-next {
    left: -5px;
    -webkit-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
            transform: rotate(135deg); }
  .icon-nav.icon-top {
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg); }

@media screen and (max-width: 1200px) {
  .header_wrap .header__logo {
    margin-left: 30px; }
  .popup_wrap .popup__left-side {
    min-width: 300px;
    width: auto; }
    .popup_wrap .popup__left-side img {
      width: 100%;
      max-width: 300px; }
  .popup_wrap .popup__right-side {
    width: auto;
    padding-top: 30px; } }

@media screen and (max-width: 1020px) {
  .statistics_pane .download_news__count {
    font-size: 22px; }
  .statistics_pane .sm_status__trusted .trusted-count {
    font-size: 16px; }
  .statistics_pane .sm_status__edited .edited-count {
    font-size: 16px; }
  .statistics_pane .users_month__count {
    font-size: 22px; }
  .statistics_pane .users_online__count {
    font-size: 22px; }
  .main_sidebars .weather .weather__info .weather_val {
    font-size: 35px; }
  .main_sidebars .weather .weater_days > div .weater_day_val {
    margin-bottom: auto;
    display: block;
    width: 100%;
    color: #838e9e;
    font-size: 20px;
    font-weight: bold; }
  .main_sidebars .currency .exchange_rates h5 {
    font-size: 34px; }
  .footer__box {
    padding: 0 10px; }
    .footer__box span {
      font-size: 12px; }
    .footer__box h4 {
      margin-bottom: 35px;
      font-size: 11px; }
    .footer__box a {
      font-size: 12px;
      margin-bottom: 15px; }
  .main_news .mn_content .meta_info .edited_time {
    margin-right: 0; }
  .main_news .main_board .mb_header__country .name_country {
    font-size: 14px; }
  .main_news .main_board .mb_header .news_country_nav .data_cat {
    min-width: 70px; }
    .main_news .main_board .mb_header .news_country_nav .data_cat .data_cat_count {
      font-size: 16px; }
    .main_news .main_board .mb_header .news_country_nav .data_cat span.status-info {
      font-size: 10px; }
  .popup_wrap .popup__left-side {
    min-width: 200px; }
  .popup_wrap .popup__right-side {
    padding-top: 0; }
    .popup_wrap .popup__right-side h2 {
      font-size: 25px;
      line-height: 30px; }
    .popup_wrap .popup__right-side h3 {
      font-size: 20px;
      padding: 20px; }
  .popup_wrap .popup__submit {
    font-size: 15px !important;
    max-height: 30px !important; } }

@media screen and (max-width: 850px) {
  .page_404_news .mb_content__item {
    padding-right: 25px; }
  a.banner-twn {
    margin: 5px auto 0 auto; }
  .banner_ads {
    margin-top: 0;
    max-width: 728px;
    height: 90px; }
  .add_news {
    display: none; }
    .add_news.hide {
      opacity: 0;
      width: 0;
      overflow: hidden; }
    .add_news img {
      width: 20px;
      margin-right: 10px; }
    .add_news-850 {
      padding: 10px;
      font-size: 13px;
      margin-right: 20px;
      margin-left: auto;
      width: auto;
      position: relative;
      z-index: 5;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; }
  .main_news .mn_content .meta_info .edited_time {
    margin-right: 15%; }
  .header_wrap {
    overflow: visible;
    }
    .header_wrap .header {
      height: 100px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center; }
    .header_wrap .header_nav {
      position: absolute;
      bottom: auto;
      top: 100px;
      -webkit-transition: top 0.5s;
      transition: top 0.5s;
      z-index: 500; }
      .header_wrap .header_nav.open {
        top: 0;
        position: fixed; }
    .header_wrap .header__logo {
      padding: 0; }
    .header_wrap .bg_logos {
      height: 100%; }
      .header_wrap .bg_logos .bg_logo-img-1 {
        margin: 4px;
        max-height: 12px; }
  #main_content.has-banners_1 {
    padding: 15px 0 0 0; }
  #page {
    padding-left: 0;
    padding-right: 0; }
  .page {
    width: 100%; }
  #article-twn {
    padding: 20px 0 0 0; }
  .main_sidebars_wrap, .main_sidebars {
    display: none; }
  .main_news {
    width: 100%; }
    .main_news .main_board .mb_header__country .mb_header_lang-icon {
      width: 25px;
      margin-right: 10px;
      height: 19px; }
    .main_news .main_board .mb_header__country .mb_header-icon {
      width: 35px; }
    .main_news .main_board .mb_header__country .name_country {
      font-size: 14px; }
    .main_news .main_board .mb_header .news_country_nav .data_cat {
      padding-top: 7px;
      padding-bottom: 7px;
      min-width: 70px; }
      .main_news .main_board .mb_header .news_country_nav .data_cat .data_cat_count {
        font-size: 16px; }
      .main_news .main_board .mb_header .news_country_nav .data_cat span.status-info {
        font-size: 10px; }
    .main_news .main_board .mb_content__item {
      padding-right: 25px; }
      .main_news .main_board .mb_content__item .mb_info {
        max-width: 62px;
        min-width: 62px; }
      .main_news .main_board .mb_content__item.full h4.mb_title {
        max-width: -webkit-calc(100% - 98px);
        max-width: calc(100% - 98px); }
    .main_news .main_board .mb_content {
      padding: 15px 0; }
    .main_news .main_board .mb_footer {
      padding: 5px 22px 5px 32px;
      height: 50px; }
      .main_news .main_board .mb_footer .show_more span {
        font-size: 10px; }
      .main_news .main_board .mb_footer .show_more .show_more__count {
        font-size: 14px;
        height: 28px;
        min-width: 45px; }
      .main_news .main_board .mb_footer .all_news {
        font-size: 10px; }
        .main_news .main_board .mb_footer .all_news i {
          width: 6px;
          height: 6px; }
    .main_news .main_board .loader {
      height: 50px; }
  .mb_status.trusted {
    max-width: 6px;
    max-height: 6px;
    min-width: 6px;
    min-height: 6px; }
  .footer .footer_wrap {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    padding-bottom: 40px; }
    .footer .footer_wrap .footer__box {
      width: 33%; }
      .footer .footer_wrap .footer__box h4 {
        margin-bottom: 25px; }
      .footer .footer_wrap .footer__box a {
        margin-bottom: 10px; }
    .footer .footer_wrap .footer__box-logo {
      margin-top: 30px;
      -webkit-box-ordinal-group: 2;
      -webkit-order: 1;
          -ms-flex-order: 1;
              order: 1;
      width: 100%; }
      .footer .footer_wrap .footer__box-logo img {
        margin: auto;
        max-width: 160px; }
      .footer .footer_wrap .footer__box-logo span {
        margin: 10px auto 0 auto; }
  .article_sidebar {
    display: none; }
  .main_news .mn_content .meta_info:first-of-type:after {
    display: none; }
  .main_news .mn_header {
    height: 50px; }
  .main_news .mn_content {
    padding: 20px 30px; }
    .main_news .mn_content__title {
      font-size: 25px; }
    .main_news .mn_content__source span {
      font-size: 14px; }
    .main_news .mn_content__source a {
      font-size: 12px; }
  .main_news .mn_footer a {
    text-decoration: none; }
  #wrap_scales {
    width: 100%;
    height: 800px;
    overflow: auto; }
  .scale {
    -webkit-transition: .5s;
    transition: .5s;
    position: fixed;
    top: 0 !important;
    right: 0;
    left: 0;
    bottom: 0;
    opacity: 0; }
    .scale .scale-abc {
      z-index: 100;
      position: fixed;
      overflow: auto;
      background-color: transparent;
      width: 50px;
      height: auto;
      right: 15px;
      top: 100px;
      bottom: -webkit-calc(100% - 150px);
      bottom: calc(100% - 150px);
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: start;
      -webkit-justify-content: flex-start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      background-color: #000;
      -webkit-transition: .5s;
      transition: .5s; }
      .scale .scale-abc:before {
        display: none; }
      .scale .scale-abc .scrollBtn {
        -webkit-box-ordinal-group: 1;
        -webkit-order: 0;
            -ms-flex-order: 0;
                order: 0;
        font-size: 18px;
        display: -webkit-box !important;
        display: -webkit-flex !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center;
        border-bottom: 1px solid #fff !important;
        min-height: 50px !important;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        margin-bottom: 15px;
        text-transform: uppercase;
        opacity: 1; }
        .scale .scale-abc .scrollBtn:after {
          right: 0;
          content: '';
          display: block;
          width: 15px;
          height: 5px;
          position: fixed;
          top: 122px;
          background-color: #000;
          z-index: 5;
          -webkit-transition: .5s;
          transition: .5s; }
      .scale .scale-abc a {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
            -ms-flex-order: 1;
                order: 1;
        color: #ffffff;
        display: none;
        width: 100%;
        text-transform: uppercase;
        text-align: center;
        overflow: hidden;
        -webkit-transition: 0.5s;
        transition: 0.5s;
        line-height: 20px;
        height: 0; }
        .scale .scale-abc a:hover {
          color: #ffffff !important; }
        .scale .scale-abc a:last-child {
          padding-bottom: 10px;
          margin-bottom: 10px; }
        .scale .scale-abc a .icon-close {
          margin: 10px auto; }
      .scale .scale-abc.open {
        top: 0;
        bottom: 0; }
        .scale .scale-abc.open a {
          min-height: 30px;
          display: block;
          padding: 5px 0; }
        .scale .scale-abc.open .scrollBtn {
          border-bottom: 1px solid #fff;
          margin-bottom: 10px; }
          .scale .scale-abc.open .scrollBtn:after {
            width: 0;
            right: 15px; }
          .scale .scale-abc.open .scrollBtn .icon-close {
            margin: auto; }
    .scale .scale_search-input {
      -webkit-box-flex: 1;
      -webkit-flex-grow: 1;
          -ms-flex-positive: 1;
              flex-grow: 1; }
    .scale__header {
      -webkit-transform: none;
          -ms-transform: none;
              transform: none; }
      .scale__header .scale-ok-btn {
        opacity: 1; }
    .scale__content {
      opacity: 1;
      height: -webkit-calc(100% - 65px);
      height: calc(100% - 65px); }
      .scale__content .scale_prev, .scale__content .scale_next {
        display: none; }
      .scale__content .scale_items-wrap {
        width: 100%;
        overflow: scroll; }
        .scale__content .scale_items-wrap .scale_items-list {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -webkit-flex-direction: column;
              -ms-flex-direction: column;
                  flex-direction: column;
          overflow: scroll;
          padding: 0px 20px 25% 20px;
          -webkit-transform: translateX(0px);
              -ms-transform: translateX(0px);
                  transform: translateX(0px); }
          .scale__content .scale_items-wrap .scale_items-list .wrap_scale_items {
            width: 100%;
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-flex-wrap: wrap;
                -ms-flex-wrap: wrap;
                    flex-wrap: wrap;
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -webkit-flex-direction: row;
                -ms-flex-direction: row;
                    flex-direction: row; }
            .scale__content .scale_items-wrap .scale_items-list .wrap_scale_items .letter_scale_items {
              width: 100%; }
            .scale__content .scale_items-wrap .scale_items-list .wrap_scale_items .list_scale-items {
              width: 100% !important;
              height: auto;
              display: -webkit-box;
              display: -webkit-flex;
              display: -ms-flexbox;
              display: flex;
              -webkit-box-orient: horizontal;
              -webkit-box-direction: normal;
              -webkit-flex-flow: row wrap;
                  -ms-flex-flow: row wrap;
                      flex-flow: row wrap; }
    .scale .scale_lang_wrap {
      overflow: auto;
      background: #fff;
      width: 100%;
      height: 100%;
      margin: 0;
      padding-bottom: 0;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column; }
      .scale .scale_lang_wrap .scale_lang {
        position: static;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center; }
        .scale .scale_lang_wrap .scale_lang .wrap_lang {
          display: block;
          -webkit-box-sizing: border-box;
                  box-sizing: border-box;
          padding: 20px 7px 10px 7px; }
          .scale .scale_lang_wrap .scale_lang .wrap_lang .letter_lang {
            padding: 0 30px;
            margin: auto; }
          .scale .scale_lang_wrap .scale_lang .wrap_lang .list_lang {
            margin: auto;
            -webkit-align-content: flex-start;
                -ms-flex-line-pack: start;
                    align-content: flex-start;
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -webkit-flex-direction: row;
                -ms-flex-direction: row;
                    flex-direction: row;
            height: auto; }
    .scale .lang_item {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      min-width: 192px;
      -webkit-transition: .3s;
      transition: .3s;
      font-size: 14px;
      color: #000;
      padding: 9px; }
      .scale .lang_item span {
        margin-right: 5px;
        width: 26px;
        height: 20px; }
      .scale .lang_item i {
        margin-left: auto;
        color: rgba(255, 0, 0, 0.67); }
      .scale .lang_item:hover {
        text-decoration: none;
        color: #fff;
        background-color: #000; }
    .scale .scale_lang_prew {
      display: none; }
    .scale .scale_lang_next {
      display: none; }
    .scale.search-open .scale-abc {
      opacity: .5; }
    .scale.open {
      opacity: 1; }
      .scale.open .scale__header {
        -webkit-transform: none;
            -ms-transform: none;
                transform: none; }
      .scale.open .scale__content {
        opacity: 1; } }

@media screen and (max-width: 650px) {
  .header_wrap .header__logo {
    margin: 0; }
  .banner_ads-header {
    margin-top: 10px; }
  .add_news {
    display: none; }
    .add_news-850 {
      display: none; }
    .add_news-mob {
      width: 100%;
      padding: 7px;
      margin: 10px 0 0 0;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      display: none; }
  #page {
    padding-top: 10px; }
  #main_content {
    padding: 10px 0 0 0; }
  #article-twn {
    padding: 10px 0 0 0; }
  .page__header {
    height: 50px; }
  .page__title {
    margin-left: 15px; }
  .page__back {
    margin-left: 15px; }
  .page__content {
    padding: 20px; }
    .page__content .buy_traffic {
      margin-top: 20px; }
      .page__content .buy_traffic__title {
        margin-bottom: 20px; }
      .page__content .buy_traffic .traffic_field {
        margin-bottom: 25px;
        width: 100%; }
  .header_wrap {
    }
    .header_wrap .header__logo:after {
      height: 150%; }
    .header_wrap .header__logo a {
      min-width: auto; }
    .header_wrap .header_nav {
      top: 107px; }
      .header_wrap .header_nav .input_country {
        display: none; }
      .header_wrap .header_nav .button_country {
        width: 100%; }
        .header_wrap .header_nav .button_country img {
          margin-right: 7px; }
        .header_wrap .header_nav .button_country span {
          display: inline-block; }
      .header_wrap .header_nav .menu_button {
        position: absolute;
        z-index: -50;
        opacity: 0;
        -webkit-transition: opacity .5s;
        transition: opacity .5s; }
      .header_wrap .header_nav.open .menu_button {
        z-index: 50;
        opacity: 1; }
  .team-list {
    padding-left: 5px;
    padding-right: 5px; }
    .team-list .team-person {
      width: 50%;
      margin-bottom: 15px; }
      .team-list .team-person__img {
        margin-bottom: 10px; }
        .team-list .team-person__img a {
          width: 30px;
          height: 30px; }
      .team-list .team-person__title {
        margin-bottom: 10px; }
        .team-list .team-person__title h4 {
          font-size: 14px;
          line-height: 22px; }
        .team-list .team-person__title span {
          font-size: 13px; }
  .claims-editor h2 {
    font-size: 25px; }
  .claims-editor .CE-item__news {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .claims-editor .CE-item__news span.CE-item__clime-count {
      -webkit-box-ordinal-group: 2;
      -webkit-order: 1;
          -ms-flex-order: 1;
              order: 1;
      padding: 5px 10px 5px 5px; }
    .claims-editor .CE-item__news a {
      border-right: 0;
      border-left: 0;
      font-size: 18px;
      -webkit-box-ordinal-group: 3;
      -webkit-order: 2;
          -ms-flex-order: 2;
              order: 2;
      padding: 5px 10px; }
    .claims-editor .CE-item__news .timestamp-full-marker {
      padding: 5px; }
  .claims-editor .CE-item h5 {
    font-size: 16px; }
  .claims-editor .CE-item__user .email_user_field, .claims-editor .CE-item__user .text_user_field {
    font-size: 12px;
    padding: 5px; }
  .claims-editor .CE-item__user a {
    font-size: 12px; }
  .claims-editor .CE-item__user span {
    font-size: 12px; }
  .claims-editor .CE-item__remove {
    font-size: 14px; } }

@media screen and (max-width: 550px) {
  div.jqcloud {
    width: -webkit-calc(100% - 30px) !important;
    width: calc(100% - 30px) !important; }
  a.banner-twn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    max-width: 1110px;
    margin: 5px auto 0 auto; }
    a.banner-twn .banner-img-l {
      display: none; }
    a.banner-twn .banner-img-m {
      display: block; }
  .banner_ads {
    max-width: 320px;
    height: 100px; }
    .banner_ads-header {
      margin-top: 15px; }
  .main_news .mn_content .meta_info .edited_time {
    margin-right: 0; }
  .header_wrap .bg_logos .bg_logo-img-1 {
    margin: 2px;
    max-height: 12px;
    opacity: 0.25; }
  .main_news .main_board .mb_header__country {
    padding-left: 15px; }
    .main_news .main_board .mb_header__country .mb_header_lang-icon {
      width: 20px;
      height: 15px; }
    .main_news .main_board .mb_header__country .mb_header-icon {
      width: 20px; }
      .main_news .main_board .mb_header__country .mb_header-icon .icon-star, .main_news .main_board .mb_header__country .mb_header-icon .map-marker {
        max-width: 15px; }
    .main_news .main_board .mb_header__country .name_country {
      font-size: 12px; }
  .main_news .main_board .mb_header .news_country_nav .data_cat {
    padding-top: 5px;
    padding-bottom: 5px;
    min-width: 50px; }
    .main_news .main_board .mb_header .news_country_nav .data_cat .data_cat_count {
      font-size: 14px; }
    .main_news .main_board .mb_header .news_country_nav .data_cat span.status-info {
      font-size: 8px; }
  .main_news .main_board .mb_content__item {
    padding-right: 15px;
    padding-left: 15px; }
    .main_news .main_board .mb_content__item .mb_info {
      max-width: 43px;
      min-width: 43px; }
      .main_news .main_board .mb_content__item .mb_info .mb_time {
        font-size: 10px; }
      .main_news .main_board .mb_content__item .mb_info .mb_magazine {
        font-size: 8px; }
    .main_news .main_board .mb_content__item h4.mb_title {
      font-size: 13px; }
    .main_news .main_board .mb_content__item.full h4.mb_title {
      max-height: 40px;
      max-width: -webkit-calc(100% - 79px);
      max-width: calc(100% - 79px); }
  .main_news .main_board .mb_footer {
    padding-left: 15px;
    padding-right: 15px;
    height: 41px; }
    .main_news .main_board .mb_footer .show_more span {
      font-size: 8px;
      margin-right: 5px; }
    .main_news .main_board .mb_footer .show_more .show_more__count {
      font-size: 10px;
      margin-right: 0px;
      height: 25px;
      min-width: 25px; }
    .main_news .main_board .mb_footer .all_news i {
      margin-left: 10px; }
  .main_news .main_board .loader {
    height: 41px; }
  .page_404__title {
    font-size: 6em; }
  .page_404__subtitle {
    font-size: 4vw; }
  .page_404_news .page_404_news__content {
    padding: 10px 0; }
  .page_404_news__content .mb_content__item {
    padding-right: 15px;
    padding-left: 15px; }
    .page_404_news__content .mb_content__item .mb_info {
      max-width: 43px;
      min-width: 43px; }
      .page_404_news__content .mb_content__item .mb_info .mb_time {
        font-size: 10px; }
      .page_404_news__content .mb_content__item .mb_info .mb_magazine {
        font-size: 8px; }
    .page_404_news__content .mb_content__item h4.mb_title {
      font-size: 13px; }
    .page_404_news__content .mb_content__item.full h4.mb_title {
      max-height: 40px;
      max-width: -webkit-calc(100% - 79px);
      max-width: calc(100% - 79px); }
  .mb_status.trusted {
    max-width: 6px;
    max-height: 6px;
    min-width: 6px;
    min-height: 6px; }
  .header_wrap .header {
    height: 96px; }
  .header_wrap .header__logo a {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .header_wrap .header__logo a .logo_text {
      display: none; }
  .header_wrap .header_nav {
    top: 104px; }
  .footer .footer_wrap {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-bottom: 40px; }
    .footer .footer_wrap .footer__box {
      text-align: center;
      width: 100%;
      margin-bottom: 20px; }
    .footer .footer_wrap .footer__box-logo {
      margin-top: 30px;
      width: auto; }
      .footer .footer_wrap .footer__box-logo img {
        margin: auto;
        max-width: 160px; }
      .footer .footer_wrap .footer__box-logo span {
        margin: 10px auto 0 auto; }
  .main_news .mn_header {
    height: 41px; }
    .main_news .mn_header__back {
      margin-left: 15px; }
    .main_news .mn_header__country {
      margin-left: 20px; }
  .main_news .mn_content {
    padding: 20px; }
    .main_news .mn_content__info .news_status {
      margin-right: 15px; }
      .main_news .mn_content__info .news_status span {
        font-size: 14px;
        margin-left: 5px; }
    .main_news .mn_content__title {
      font-size: 24px;
      line-height: 25px;
      font-weight: 900; }
    .main_news .mn_content__text .social_list {
      margin-bottom: 0; }
      .main_news .mn_content__text .social_list a {
        margin-bottom: 5px; }
    .main_news .mn_content__text * {
      font-size: 15px; }
  .main_news .mn_footer {
    padding: 20px; }
    .main_news .mn_footer a {
      text-decoration: none; }
    .main_news .mn_footer__complain #complain_form {
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-box-pack: start;
      -webkit-justify-content: flex-start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      -webkit-flex-wrap: nowrap;
          -ms-flex-wrap: nowrap;
              flex-wrap: nowrap;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column; }
      .main_news .mn_footer__complain #complain_form input[type="submit"].complain_input {
        width: 100%;
        margin: 10px 0 0 0 !important; }
      .main_news .mn_footer__complain #complain_form input[type="email"].complain_input {
        width: 100%; }
      .main_news .mn_footer__complain #complain_form.open {
        height: 140px; } }

@media screen and (max-width: 450px) {
  .main_news .mn_content__text img.img-float {
    float: none;
    margin: 0 0 10px 0; }
  .main_news .main_board .mb_header__country {
    padding: 10px 0 10px 15px; }
  .main_news .main_board .mb_header .news_country_nav {
    width: 100%;
    border-top: 1px solid #e6eaee; }
    .main_news .main_board .mb_header .news_country_nav a {
      -webkit-box-flex: 1;
      -webkit-flex-grow: 1;
          -ms-flex-positive: 1;
              flex-grow: 1; }
      .main_news .main_board .mb_header .news_country_nav a > span {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center;
        text-align: center; } }