.banner_bottom {
    max-width: 1140px;
    margin: 0 auto;
    margin-top: 10px;
}
span.open_mob {
  display: none;
}
@media ( max-width: 1024px ) {
   .banner_bottom {
      position: fixed;
      background: white;
      z-index: 12;
      margin: 0;
      padding-bottom: 15px;
      padding-top: 15px;
      width: 100%;
      top: 0;
      transform: translateX(100%);
      transition: transform .2s;
   } 

   .banner_bottom.mobile_open {
      transform: translateX(0);
   }
  span.open_mob {
      position: fixed;
      background-color: rgb(0,139,139, 0.8);
      color: white;
      right: 0;
      z-index: 13;
      top: 40px;
      padding: 3px 18px;
      transform: rotate(270deg);
      transform-origin: right bottom;
      font-size: 13px;
      display: block;
  }
}


body.overflow_hidden {
  overflow-y: hidden;
}
.war_list {
    list-style: none;
    margin: 0;
    padding: 0;
    justify-content: center;
    display: flex;
    /*flex-wrap: wrap;*/
    gap: 10px;
}

.war_list li {
    font-size: 14px;
    flex-basis: calc(16.6% - 10px);

    display: flex;
    flex-direction: column;
    align-items: center;
    /*width: max-content;*/
}

.war_icon {
    max-width: 48px;
    height: auto;
}

.war_text {
    text-align: center;
    line-height: 1;
    margin-top: 5px;
}

.war_value {
    font-size: 21px;
}

.war_title {
    text-align: center;
    font-size: 21px;
}

@media (max-width: 670px) {
    .war_list {
        flex-wrap: wrap;
    }

    .war_list li {
        font-size: 13px;
        flex-basis: calc(33.3% - 10px);
    }
}

.main_feed_wrapper > .row > .main_feed_item:nth-child(10),
.main_feed_wrapper > .row > .main_feed_item:nth-child(6)  {
  display: none;
}

#sidebar {
  z-index: 99999;
  max-width: 100%;
  left: -100%;
}

.sidebar {
  padding-left: 0 !important;
  height: auto !important;
}

.sidebar_posts_tabs {
  margin-bottom: 15px;
  margin-top: 14px;
}

.sidebar_posts_tabs ul {
  font-size: 0;
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.sidebar_posts_tabs ul li {
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.sidebar_posts_tabs ul li a {
  background-color: DARKCYAN;
  color: white;
  font-size: 13px;
  display: inline-block;
  width: 100%;
  height: 100%;
  -webkit-transition: background-color .3s;
  transition: background-color .3s;
  padding: 11px 10px;
  -webkit-transition: background-color .3s, color .3s;
  transition: background-color .3s, color .3s;
}

.sidebar_posts_tabs ul li a.active {
  background-color: white;
  color: DARKCYAN;
}

.sidebar_posts_tabs ul li a:hover {
  color: DARKCYAN;
  background-color: white;
}

.sidebar_posts_tabs ul li:not(:last-child) {
  margin-right: 4px;
}

.sidebar_posts_preview > div:not(.active) {
  display: none;
}

.sidebar_tags {
  font-size: 0;
}

.sidebar_tags a {
  padding: 6px 8px;
  background: #F7F7F7;
  display: inline-block;
  margin: 0px 2px 2px 0px;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  color: DARKCYAN;
  font-size: 12px;
}

.sidebar_tags a:hover {
  background: #333;
  color: #FFF;
  text-decoration: none;
}

.title_with_stripe {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 19px;
  text-transform: uppercase;
}

.title_with_stripe span {
  margin-right: 6px;
}

.title_with_stripe .stripe {
  margin-right: 0;
  background-image: linear-gradient(40deg, #ffffff 25%, #e6e6e6 25%, #e6e6e6 50%, #ffffff 50%, #ffffff 75%, #e6e6e6 75%, #e6e6e6 100%);
  background-size: 10px 8px;
  background-position: center;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  height: 15px;
  -ms-flex-item-align: center;
      align-self: center;
}

.facebook_wrapper {
  width: 100%;
  padding: 10px 10px 35px 10px;
  border-bottom-color: darkcyan;
  border-bottom-width: 5px;
  border-bottom-style: solid;
  -webkit-box-shadow: 0 0 3px #CACACA;
          box-shadow: 0 0 3px #CACACA;
}

._1drm {
  background: #fff;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.uiScaledImageContainer {
  position: relative;
  overflow: hidden;
}

.uiScaledImageContainer img {
  height: 100%;
  min-height: 100%;
  position: relative;
}

.uiScaledImageContainer .scaledImageFitHeight {
  height: auto;
  min-height: initial;
  width: 100%;
}

._1drm ._1dro {
  bottom: 40px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}

.clearfix {
  zoom: 1;
}

._2ph- {
  padding: 8px;
}

._2zfs {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.7)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

._3-8_ {
  margin-right: 4px;
}

.lfloat {
  float: left;
}

._1drm._1ds3 ._1drp,
._1drm._1ds3 ._1drq,
._1drm._1ds3 ._1drq ._2tnv {
  color: #fff;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.9);
}

._1dro ._1drp {
  color: #365899;
  display: inline-block;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.358;
  margin-bottom: -5px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

._1drm ._1z7u {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  z-index: 2;
}

.rfloat {
  float: right;
}

.plugin,
.plugin button,
.plugin input,
.plugin label,
.plugin select,
.plugin td,
.plugin textarea {
  font-size: 11px;
}

._42ft {
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
  white-space: nowrap;
}

._4jy4,
._4jy4._42fr:active,
._4jy4._42fr._42fs {
  line-height: 26px;
  padding: 0 10px;
}

._4jy3,
._4jy3._42fr:active,
._4jy3._42fr._42fs {
  line-height: 22px;
}

._517h,
._59pe:focus,
._59pe:hover {
  background-color: #f5f6f7;
  border-color: #ccd0d5;
  color: #4b4f56;
}

._4jy0 {
  -webkit-transition: 200ms cubic-bezier(0.08, 0.52, 0.52, 1) background-color, 200ms cubic-bezier(0.08, 0.52, 0.52, 1) -webkit-box-shadow, 200ms cubic-bezier(0.08, 0.52, 0.52, 1) -webkit-transform;
  transition: 200ms cubic-bezier(0.08, 0.52, 0.52, 1) background-color, 200ms cubic-bezier(0.08, 0.52, 0.52, 1) -webkit-box-shadow, 200ms cubic-bezier(0.08, 0.52, 0.52, 1) -webkit-transform;
  transition: 200ms cubic-bezier(0.08, 0.52, 0.52, 1) background-color, 200ms cubic-bezier(0.08, 0.52, 0.52, 1) box-shadow, 200ms cubic-bezier(0.08, 0.52, 0.52, 1) transform;
  transition: 200ms cubic-bezier(0.08, 0.52, 0.52, 1) background-color, 200ms cubic-bezier(0.08, 0.52, 0.52, 1) box-shadow, 200ms cubic-bezier(0.08, 0.52, 0.52, 1) transform, 200ms cubic-bezier(0.08, 0.52, 0.52, 1) -webkit-box-shadow, 200ms cubic-bezier(0.08, 0.52, 0.52, 1) -webkit-transform;
}

._4jy0 {
  border: 1px solid;
  border-radius: 2px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  font-size: 12px;
  -webkit-font-smoothing: antialiased;
  font-weight: bold;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 8px;
  position: relative;
  text-align: center;
  text-shadow: none;
  vertical-align: middle;
}

._4jy0:before {
  content: '';
  display: inline-block;
  height: 20px;
  vertical-align: middle;
}

.sp_LUDk-mFiqB0.sx_e3e4de {
  background-position: 0 -64px;
}

._4jy0 .img {
  bottom: 1px;
  position: relative;
  vertical-align: middle;
}

.sp_LUDk-mFiqB0 {
  background-image: url("/images/icons/fx046rC7b25.png");
  background-size: auto;
  background-repeat: no-repeat;
  display: inline-block;
  height: 12px;
  width: 12px;
}

._3-8_ {
  margin-right: 4px;
}

.social-icons.social-colored .fa-twitter:before,
.social-twitter,
.author-social a.social-twitter:hover,
.arq-lite-twitter a:hover i,
.arqam-lite-widget-counter.colored .arq-lite-twitter a i {
  background: #45b0e3;
}

.social-icons.social-colored .fa-rss:before,
.arq-lite-rss a:hover i,
.arqam-lite-widget-counter.colored .arq-lite-rss a i {
  background: #f8bc2e;
}

.social-icons.social-colored .fa-facebook:before,
.social-facebook,
.author-social a.social-facebook:hover,
.arq-lite-facebook a:hover i,
.arqam-lite-widget-counter.colored .arq-lite-facebook a i {
  background: #39599f;
}

.social-icons.social-colored .fa-pinterest:before,
.social-pinterest,
.author-social a.social-pinterest:hover {
  background: #E00707;
}

.social-icons.social-colored .fa-dribbble:before,
.arq-lite-dribbble a:hover i,
.arqam-lite-widget-counter.colored .arq-lite-dribbble a i {
  background: #d875a2;
}

.social-icons.social-colored .fa-foursquare:before {
  background: #0d9ed1;
}

.social-icons.social-colored .fa-instagram:before,
.social-instagram,
.author-social a.social-instagram:hover,
.arq-lite-instagram a:hover i,
.arqam-lite-widget-counter.colored .arq-lite-instagram a i {
  background: #3897f0;
}

.fa,
blockquote:before,
.flexslider:before,
.flex-direction-nav .flex-next,
.flex-direction-nav .flex-prev,
.tie-list-shortcode ul li:before,
.ei-slider-loading:before,
#mobile-menu li.menu-item-home a:before,
#main-nav .mega-cat-content.mega-cat-sub-exists .mega-cat-content-tab.loading-items:before,
.woocommerce-pagination .page-numbers li .page-numbers.next:before,
.woocommerce-pagination .page-numbers li .page-numbers.prev:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform: none;
          transform: none;
}

.social-icons-widget .social-icons.social-colored a {
  color: #FFF !important;
}

.social-icons a {
  margin: 2px;
  position: relative;
  text-shadow: none;
  display: inline-block;
  text-align: center;
}

.social-icons-widget .social-icons i:before {
  display: inline-block;
  width: 32px;
  height: 32px;
  line-height: 32px;
  font-size: 18px;
  border-radius: 2px;
}

.widget.social-icons-widget {
  margin: 15px 0;
}

#sw-container {
  border: 1px solid #808080;
  padding: 5px;
  overflow: hidden;
}

#sw-container .sw-content-line {
  overflow: hidden;
}

#sw-container .sw-publisher-picture,
#sw-container .sw-branding {
  float: right;
}

#sw-container .sw-publisher-picture img {
  max-height: 55px;
  max-width: 70px;
  border: 1px solid #808080;
}

#sw-container canvas,
#sw-container caption,
#sw-container center,
#sw-container cite,
#sw-container code,
#sw-container dd,
#sw-container del,
#sw-container dfn,
#sw-container div,
#sw-container dl,
#sw-container dt,
#sw-container em,
#sw-container embed,
#sw-container fieldset,
#sw-container font,
#sw-container form {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  background: transparent;
}

#sw-container .sw-content-line.footer {
  margin-top: 5px;
}

#sw-container .sw-content-line {
  overflow: hidden;
}

.yt-uix-button-subscription-container {
  max-width: 100%;
  white-space: nowrap;
  display: inline-block;
}

.yt-uix-button-subscribe-branded:hover {
  background-color: #cc181e;
}

.yt-uix-button.yt-uix-button-subscribe-branded,
.yt-uix-button.yt-uix-button-subscribed-branded {
  padding: 3px 8px 5px 5.5px;
  height: auto;
}

.yt-uix-button.yt-uix-button-subscribe-branded,
.yt-uix-button.yt-uix-button-subscribed-branded,
.yt-uix-button.yt-uix-button-subscribe-unbranded,
.yt-uix-button.yt-uix-button-subscribed-unbranded {
  max-width: 100%;
}

.yt-uix-button:hover {
  text-decoration: none;
}

.yt-uix-button-subscribe-branded,
.yt-uix-button-subscribe-branded[disabled],
.yt-uix-button-subscribe-branded[disabled]:hover,
.yt-uix-button-subscribe-branded[disabled]:active,
.yt-uix-button-subscribe-branded[disabled]:focus {
  color: #fefefe;
  background-color: #e62117;
}

.yt-uix-button {
  display: inline-block;
  height: 28px;
  border: solid 1px transparent;
  padding: 0 10px;
  outline: 0;
  font-weight: 500;
  font-size: 11px;
  text-decoration: none;
  white-space: nowrap;
  word-wrap: normal;
  line-height: normal;
  vertical-align: middle;
  cursor: pointer;
  overflow: visible;
  border-radius: 2px;
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05);
          box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05);
}

.yt-uix-button-icon-wrapper,
.yt-uix-button-has-icon.no-icon-markup:before {
  margin-right: 6px;
}

.yt-uix-button-subscribe-branded:before {
  background: no-repeat url("//s.ytimg.com/yts/imgbin/www-hitchhiker-vflZyP8dK.webp") -48px -775px;
  background-size: auto;
  width: 16px;
  height: 12px;
}

.yt-uix-button-has-icon:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
}

.yt-uix-button img,
.yt-uix-button-has-icon.no-icon-markup .yt-uix-button-content,
.yt-uix-button-icon-wrapper + .yt-uix-button-content {
  vertical-align: middle;
}

.yt-uix-button-subscribe-branded .yt-uix-button-content,
.yt-uix-button-subscribed-branded .yt-uix-button-content {
  font-size: 12px;
  font-weight: normal;
}

.yt-uix-button-subscribe-branded .yt-uix-button-content,
.yt-uix-button-subscribed-branded .yt-uix-button-content,
.yt-uix-button-subscribe-unbranded .yt-uix-button-content,
.yt-uix-button-subscribed-unbranded .yt-uix-button-content {
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
  white-space: nowrap;
  word-wrap: normal;
  text-overflow: ellipsis;
}

.yt-uix-button-subscribe-branded.fixed-width .subscribe-label,
.yt-uix-button-subscribe-branded.fixed-width .unavailable-label,
.yt-uix-button-subscribed-branded.fixed-width .subscribed-label,
.yt-uix-button-subscribed-branded.fixed-width.hover-enabled:hover .unsubscribe-label,
.yt-uix-button-subscribe-unbranded.fixed-width .subscribe-label,
.yt-uix-button-subscribe-unbranded.fixed-width .unavailable-label,
.yt-uix-button-subscribed-unbranded.fixed-width .subscribed-label,
.yt-uix-button-subscribed-unbranded.fixed-width.hover-enabled:hover .unsubscribe-label {
  height: auto;
  visibility: visible;
}

.fixed-width .subscribe-label,
.fixed-width .subscribed-label,
.fixed-width .unsubscribe-label,
.fixed-width .unavailable-label,
.yt-uix-button-subscribed-branded.fixed-width.hover-enabled:hover .subscribed-label,
.yt-uix-button-subscribed-unbranded.fixed-width.hover-enabled:hover .subscribed-label {
  display: block;
  height: 0;
  visibility: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.fixed-width .subscribe-label,
.fixed-width .subscribed-label,
.fixed-width .unsubscribe-label,
.fixed-width .unavailable-label,
.yt-uix-button-subscribed-branded.fixed-width.hover-enabled:hover .subscribed-label,
.yt-uix-button-subscribed-unbranded.fixed-width.hover-enabled:hover .subscribed-label {
  display: block;
  height: 0;
  visibility: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.yt-uix-button-subscribe-branded + .yt-subscription-button-subscriber-count-branded-horizontal,
.yt-uix-button-subscribe-branded + .yt-uix-subscription-preferences-button + .yt-subscription-button-subscriber-count-branded-horizontal,
.yt-uix-button-subscribed-branded.external + .yt-subscription-button-subscriber-count-branded-horizontal,
.yt-uix-button-subscribed-branded.external + .yt-uix-subscription-preferences-button + .yt-subscription-button-subscriber-count-branded-horizontal {
  border-left: none;
  padding-left: 7px;
}

.yt-uix-button-subscribe-branded + .yt-subscription-button-subscriber-count-branded-horizontal,
.yt-uix-button-subscribe-unbranded + .yt-subscription-button-subscriber-count-unbranded-horizontal,
.yt-uix-button-subscribe-branded + .yt-uix-subscription-preferences-button + .yt-subscription-button-subscriber-count-branded-horizontal,
.yt-uix-button-subscribed-branded + .yt-subscription-button-subscriber-count-branded-horizontal.subscribed,
.yt-uix-button-subscribed-unbranded + .yt-subscription-button-subscriber-count-unbranded-horizontal.subscribed,
.yt-uix-button-subscribed-branded + .yt-uix-subscription-preferences-button + .yt-subscription-button-subscriber-count-branded-horizontal.subscribed {
  display: inline-block;
}

.yt-subscription-button-subscriber-count-branded-horizontal {
  height: 22px;
  line-height: 24px;
}

.yt-subscription-button-subscriber-count-branded-horizontal,
.yt-subscription-button-subscriber-count-unbranded-horizontal {
  padding: 0 6px;
  color: #737373;
  font-size: 11px;
  text-align: center;
}

.yt-subscription-button-subscriber-count-branded-horizontal,
.yt-subscription-button-subscriber-count-unbranded-horizontal {
  display: none;
  margin-left: -5px;
  border: 1px solid #ccc;
  background-color: #fafafa;
  vertical-align: middle;
  border-radius: 0 2px 2px 0;
  height: 100%;
  padding-bottom: 1px;
}

.yt-subscription-button-disabled-mask {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.menu_bg {
  background-color: DARKCYAN;
}

@media (max-width: 1024px) {
  .menu_bg {
    height: 50px;
  }
}

.main.container {
  padding: 0;
  background-color: white;
  padding-bottom: 80px;
}

#content {
  background-image: -webkit-repeating-radial-gradient(center center, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2) 1px, transparent 1px, transparent 100%);
  position: relative;
  background-size: 13px 13px;
}

@media (max-width: 1024px) {
  #content {
    background: none;
  }

  footer.footer,
  /*#sidebar_last,*/
  #content .main_feed_wrapper .main_feed_item {
    /*display: none;*/
  }
}

.article_image_fancy {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.no_scroll {
  height: 100vh;
  overflow: hidden;
}

header {
  background: white;
}

header .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header .left_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header .left_block img {
  max-width: 60px;
  height: auto;
}

header .header-social-block {
  padding-left: 15px;
  width: 100%;
  text-align: center;
}

header .header-social-block ul li {
  width: auto;
  height: auto;
  border: none !important;
}

header .header-social-block ul li img {
  max-width: 21px;
  height: auto;
  max-height: 21px;
}

header h1 {
  text-align: center;
  font-size: 29px;
  font-weight: bold;
}

header .header-nav-container {
  border: none !important;
  padding: 4px 16px 3px;
  /*max-width: 1110px;*/
}

header .header-nav-container .nav .main-menu ul {
/*  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;*/
}

header .header-nav-container .nav a {
  font-size: 13px;
  text-transform: uppercase;
  color: white;
  border: none !important;
  padding-bottom: 2px;
  padding-top: 2px;
}

header .header-nav-container .nav a:hover {
  color: white;
}

header .header-nav-container.sticky {
  background-color: rgba(255, 255, 255, 0.9);
}

header .header-nav-container.sticky .fixed-nav-container {
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}

header .header-nav-container.sticky .nav a {
  color: DARKCYAN;
}

header .header-nav-container.sticky .right-fixed-block {
  display: none !important;
}

header .header-nav-container.sticky #topHeaderNavContents {
  width: auto !important;
}

header .header-nav-container.sticky .search-input::-webkit-input-placeholder {
  /* Edge */
  color: DARKCYAN;
  font-weight: 400;
}

header .header-nav-container.sticky .search-input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: DARKCYAN;
  font-weight: 400;
}

header .header-nav-container.sticky .search-input::-ms-input-placeholder {
  color: DARKCYAN;
  font-weight: 400;
}

header .header-nav-container.sticky .search-input::placeholder {
  color: DARKCYAN;
  font-weight: 400;
}

header #topHeaderNavContents {
/*  -ms-flex-preferred-size: 76%;
      flex-basis: 76%;*/
}

header .search-desktop {
  -ms-flex-preferred-size: 20%;
      flex-basis: 20%;
}

header #topHeaderNav {
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header .search-input {
  border: 2px solid white !important;
  border-radius: 0;
  background: transparent;
  font-size: 15px;
  width: auto;
  height: auto;
}

header .search-input::-webkit-input-placeholder {
  /* Edge */
  color: white;
  font-weight: 400;
}

header .search-input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: white;
  font-weight: 400;
}

header .search-input::-ms-input-placeholder {
  color: white;
  font-weight: 400;
}

header .search-input::placeholder {
  color: white;
  font-weight: 400;
}

.main-news .post_preview .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.main-news .post_preview .header-social-block {
  padding: 15px;
  -webkit-box-flex: 0.5;
      -ms-flex-positive: 0.5;
          flex-grow: 0.5;
  text-align: center;
}

.main-news .post_preview .header-social-block ul {
  margin-bottom: 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
}

.main-news .post_preview .header-social-block ul li {
  margin-right: 0;
}

.main-news .post_preview .header-social-block ul li a img {
  max-width: 18px;
  max-height: 18px;
}

.header-social-block ul {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}

.header-social-block.single_post {
  padding: 0;
  left: 21px;
  position: -webkit-sticky;
  position: sticky;
  top: 56px;
  margin-left: -55px;
  height: 0;
}

.header-social-block.single_post ul {
  max-width: 40px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.header-social-block.single_post ul li {
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #c1c1c1;
}

.header-social-block.single_post ul li:nth-child(odd) {
  background-color: DARKCYAN;
}

.header-social-block.single_post ul li a img {
  max-width: 35px;
  max-height: 35px;
}

.clock img {
  max-width: 15px;
  height: auto;
}

.count_comments img {
  height: auto;
  max-width: 20px;
}

.search-desktop {
  border: 2px solid white !important;
  display: none;
}

.search_icon {
  cursor: pointer;
  margin-right: 7px;
}

.search_icon img {
  max-width: 30px;
  height: auto;
}

.locale_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.locale_wrap .locale_in {
  border: 2px solid white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.locale_wrap .locale_in:after {
  content: '';
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 3px;
  height: 100%;
  background: white;
  z-index: 999;
  top: 0;
}

@media (max-width: 1024px) {
  .locale_wrap .locale_in:after {
    display: none;
  }
}

.locale_wrap .locale_in a {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 7px 31px 7px;
      line-height: 1;
  width: 50%;
  color: white;
  font-size: 13px;
  text-align: center;
  height: 100%;
  -webkit-transition: all .3s;
  transition: all .3s;
  background-color: DARKCYAN;
}

.locale_wrap .locale_in a.active {
  background-color: white;
  color: DARKCYAN;
  pointer-events: none;
}

.locale_wrap .locale_in a:hover {
  background-color: white;
  color: DARKCYAN;
}

.footer_emails p {
  color: white;
  text-align: center;
}

.footer_emails p a {
  color: white;
}

.main_slider .slider {
  /*opacity: 0;*/
  -webkit-transition: opacity .2s;
  transition: opacity .2s;
}

.main_slider .slider.slick-initialized {
  opacity: 1;
}

.sticky .main-menu .slick-initialized{
  max-width: 1050px;
}

.fixed-logo-block {
  margin-right: 35px;
}

.main_slider .slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.main_slider .slide .inner_slide {
  position: relative;
  overflow: hidden;
  height: 215px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin: 1px;
  background-color: DARKCYAN;
  background-size: cover;
  background-position: center center;
}

.main_slider .slide .inner_slide:after {
  content: '';
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.25);
}

.main_slider .slide .inner_slide:nth-child(1) {
  -ms-flex-preferred-size: 49%;
      flex-basis: 49%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.main_slider .slide .inner_slide:nth-child(2) {
  -ms-flex-preferred-size: 49%;
      flex-basis: 49%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.main_slider .slide .inner_slide:nth-child(3) {
  -ms-flex-preferred-size: 33%;
      flex-basis: 33%;
  -webkit-box-flex: 0.5;
      -ms-flex-positive: 0.5;
          flex-grow: 0.5;
}

.main_slider .slide .inner_slide:nth-child(4) {
  -ms-flex-preferred-size: 33%;
      flex-basis: 33%;
  -webkit-box-flex: 0.5;
      -ms-flex-positive: 0.5;
          flex-grow: 0.5;
}

.main_slider .slide .inner_slide:nth-child(5) {
  -ms-flex-preferred-size: 33%;
      flex-basis: 33%;
  -webkit-box-flex: 0.5;
      -ms-flex-positive: 0.5;
          flex-grow: 0.5;
}

.main_slider .slide .inner_slide .slide_overlay {
  background-color: rgba(0, 139, 139, 0.45);
  padding: 7px 15px;
  position: relative;
  bottom: -61px;
  z-index: 2;
  -webkit-transition: bottom .3s;
  transition: bottom .3s;
}

.main_slider .slide .inner_slide .slide_overlay img {
  display: inline;
}

.main_slider .slide .inner_slide span {
  color: white;
  margin-right: 7px;
  vertical-align: middle;
  font-size: 11px;
}

.main_slider .slide .inner_slide h4 {
  font-size: 16px;
  color: white;
  height: 38px;
}

.main_slider .slide .inner_slide .article-post {
  font-size: 13px;
  color: white;
}

.main_slider .slide .inner_slide:hover .slide_overlay {
  bottom: 0;
}

.main_slider .slide .overlay_item {
  margin-bottom: 7px;
}

.main_slider .main_slide_arrow {
  opacity: 0;
  font-family: 'FontAwesome';
  font-size: 22px;
  color: white;
  cursor: pointer;
  position: absolute;
  right: 59px;
  z-index: 10;
  top: 13px;
  line-height: 1;
  padding: 9px 16px;
  background-color: rgba(0, 0, 0, 0.8);
  -webkit-transition: background-color .3s, opacity .3s;
  transition: background-color .3s, opacity .3s;
}

.main_slider .main_slide_arrow.prev:before {
  content: "\F104";
}

.main_slider .main_slide_arrow.next {
  right: 13px;
}

.main_slider .main_slide_arrow.next:before {
  content: "\F105";
}

.main_slider:hover .main_slide_arrow {
  opacity: 1;
}

.cover_link {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
}

.category_title {
  margin-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-transform: uppercase;
  margin-right: 3px;
  background: linear-gradient(45deg, lightgrey, white);
  padding: 3px 0px 3px 10px;
}

.category_title a {
  margin-right: 7px;
}

.category_title img {
  max-width: 100%;
  display: none;
}

.main_feed_wrapper {
  margin-top: 15px;
}

.post_preview {
  position: relative;
}

.post_preview h3 {
  font-size: 17px;
  text-align: left;
  color: black;
  margin-bottom: 10px;
  font-weight: bold;
}

.post_preview .post_preview_img {
  width: 100%;
  background-position: center center;
  background-size: cover;
  height: 175px;
  margin-bottom: 10px;
  background-color: DARKCYAN;
}

.post_preview .show_post {
  display: inline-block;
      padding: 9px 15px 9px;
      background: DARKCYAN;
      color: white;
      text-transform: uppercase;
      line-height: 1;
}

.post_preview .post_info {
  margin-bottom: 10px;
}

.post_preview .post_info span {
  margin-right: 12px;
}

.post_preview.full_height {
  margin-bottom: 15px;
}

.post_preview.small {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.post_preview.small:not(:last-child) {
  margin-bottom: 5px;
}

.post_preview.small h3 {
  font-size: 13px;
  font-weight: bold;
  margin-bottom: 5px;
}

.post_preview.small .post_preview_img {
  min-width: 100px;
  margin-right: 10px;
  height: 60px;
  width: 100px;
}

.post_preview.small .post_info span {
  margin-right: 7px;
}

.post_preview:hover h3 {
  text-decoration: underline;
}

.main_feed_item_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.main_feed_item_inner .main_feed_item_inner_half {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 15px;
  padding-left: 0;
  padding-top: 0;
  max-width: 100%;
}

.main_feed_item_inner.row_item {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.main_feed_item_inner.row_item .main_feed_item_inner_half {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.main_feed_item_inner.row_item .main_feed_item_inner_half .post_preview.full_height {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.main_feed_item_inner.row_item .main_feed_item_inner_half .post_preview.full_height .post_preview_img {
  height: 190px;
  min-width: 50%;
  margin-right: 15px;
}

.main_feed_item_inner.row_item .main_feed_item_inner_half .post_preview.full_height .post_text_info {
  min-width: 50%;
}

.main_feed_item_inner.row_item .post_preview.small {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}

.main_feed_item_inner.row_item .post_preview.small:nth-child(2n) {
  padding-left: 18px;
}

.main_feed_item_inner.row_item .post_preview.small .post_text_info {
  min-width: 50%;
}

.post_text_info {
  font-size: 11px;
}

.seoText {
  color: white;
  text-align: center;
}

footer.footer {
  background-color: DARKCYAN;
  padding: 8px 0;
  margin: 0;
  position: static;
  width: 100%;
  bottom: 0;
  position: absolute;
}

footer.footer .footer-container {
  border: none;
  padding: 0;
}

.footer-social-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.footer-social-block ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-social-block ul li {
  line-height: 30px;
  text-align: center;
  border-radius: 20px;
  margin-right: 25px;
  width: auto;
  height: auto;
  border: none !important;
}

.footer-social-block ul li img {
  max-width: 21px;
  max-height: 21px;
}

.footer_info {
  color: white;
  font-size: 17px;
  font-weight: bold;
  margin-bottom: 0;
}

.footer_row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

footer .footer_menus .footer-nav-block ul li a {
  display: inline-block;
  font-family: 'Noto Sans', sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: white;
  padding: 0 15px;
}

footer .footer_menus .footer-nav-block ul li a:hover {
  color: white;
}

.footer-nav-block {
  margin-top: 20px;
}

.main-news {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.main-news .category_title {
  min-width: 100%;
  width: 100%;
  -ms-flex-item-align: self-start;
      align-self: self-start;
}

.main-news .main_feed_item_inner {
  width: 50%;
}

.article_image {
  width: 100%;
  background-size: cover;
  background-position: center;
  position: relative;
  text-align: center;
}

.post_title {
  margin-bottom: 10px;
  font-size: 28px;
}

.single-post article {
  word-wrap: break-word;
  line-height: 22px;
}

.single-post article p {
  font-size: 13px;
}

.dropcap {
  display: block;
  float: left;
  margin: 0 8px 0 0;
  font-size: 50px;
  line-height: 50px;
  font-family: Georgia, Arial, "helvetica neue", Helvetica, Verdana, sans-serif;
}

.tag-block .tag-link {
  background-color: #aaa;
  border-radius: 0 2px 2px 0;
  color: #fff;
  display: inline-block;
  font-size: 11px;
  line-height: 13px;
  margin: 0 0 0px 10px;
  padding: 4px 7px 4px;
  position: relative;
  text-transform: uppercase;
}

.tag-block .tag-link:before {
  border-top: 10px solid transparent;
  border-right: 8px solid #aaa;
  border-bottom: 10px solid transparent;
  content: "";
  height: 0;
  position: absolute;
  top: 0;
  left: -8px;
  width: 0;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
}

.tag-block .tag-link:after {
  background-color: #fff;
  border-radius: 50%;
  content: "";
  height: 4px;
  position: absolute;
  top: 8px;
  left: -2px;
  width: 4px;
}

.cpr_btn {
  background-color: DARKCYAN;
  border: none;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.cpr_btn:hover {
  background-color: #777;
}

@media (max-width: 1226px) {
  .main.container {
    padding-left: 30px;
  }
}

/*@media (min-width: 1200px) {
  header .container {
    max-width: 1560px;
  }
}*/

@media (max-width: 1024px) {
  aside#sidebar {
    display: none;
  }

  header {
    padding: 15px 0;
  }

  header h1 {
    font-size: 18px;
  }

  header .left_block {
    display: none;
  }

  header .left_block img {
    max-width: 60px;
    height: auto;
  }

  header .locale_wrap {
    display: none;
  }

  .locale_wrap {
    padding-bottom: 15px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .locale_wrap .locale_in a {
    font-size: 12px;
  }

  .mobile_log_wrap {
    text-align: center;
  }

  #dismiss {
    margin-left: 0;
    margin-top: 0;
    width: 100%;
    text-align: right;
    padding: 0 15px;
    margin-left: 0;
    margin-top: 0;
  }

  #dismiss .nav-close {
    opacity: 1;
    display: inline-block;
    position: relative;
  }

  #sidebar .sidebar-menu ul {
    padding-left: 0;
    padding-top: 0;
  }

  #sidebar .sidebar-menu ul li a:hover {
    color: #000000;
    border: none;
  }

  .header-social-block {
    padding: 15px;
  }

  .header-social-block ul {
    padding-left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
/*    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;*/

            justify-content: space-between;
                width: 100%;
                max-width: 100%;
  }

  nav#sidebar {
    background-color: rgba(255, 255, 255, 0.9);
  }

  .header-social-block ul li {
    margin-right: 15px;
  }

  .header-social-block ul li a img {
    max-width: 33px;
    max-height: 33px;
  }

  .main_slider_wrap {
    margin: 0 -15px;
  }

  .main_slider .slider {
    opacity: 0;
    -webkit-transition: opacity .2s;
    transition: opacity .2s;
  }

  .main_slider .slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .main_slider .slide .inner_slide {
    position: relative;
    overflow: hidden;
    height: 215px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin: 0;
    background-color: DARKCYAN;
    background-size: cover;
    background-position: center center;
  }

  .main_slider .slide .inner_slide:nth-child(1) {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }

  .main_slider .slide .inner_slide:nth-child(2) {
    max-width: 50%;
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }

  .main_slider .slide .inner_slide:nth-child(3) {
    max-width: 50%;
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    -webkit-box-flex: 0.5;
        -ms-flex-positive: 0.5;
            flex-grow: 0.5;
  }

  .main_slider .slide .inner_slide:nth-child(4) {
    max-width: 50%;
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    -webkit-box-flex: 0.5;
        -ms-flex-positive: 0.5;
            flex-grow: 0.5;
  }

  .main_slider .slide .inner_slide:nth-child(5) {
    max-width: 50%;
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    -webkit-box-flex: 0.5;
        -ms-flex-positive: 0.5;
            flex-grow: 0.5;
  }

  .main_slider .slide .inner_slide .slide_overlay {
    position: relative;
    bottom: 0;
    padding: 15px 15px;
    -webkit-transition: bottom .3s;
    transition: bottom .3s;
  }

  .main_slider .slide .inner_slide .slide_overlay img {
    display: inline;
  }

  .main_slider .slide .inner_slide span {
    color: white;
    margin-right: 7px;
    vertical-align: middle;
    font-size: 14px;
  }

  .main_slider .slide .inner_slide h4 {
    font-size: 16px;
    color: white;
    height: 38px;
  }

  .main_slider .slide .inner_slide .article-post {
    font-size: 13px;
    color: white;
  }

  .main_slider .slide .inner_slide:hover .slide_overlay {
    bottom: 0;
  }

  .main_slider .slide .overlay_item {
    margin-bottom: 7px;
  }

  .main_slider .slide .overlay_item:nth-child(1) {
    display: none;
  }

  .main_slider .slide .overlay_item .article-post {
    display: none;
  }

  .main_slider .main_slide_arrow {
    opacity: 0;
    font-family: 'FontAwesome';
    font-size: 22px;
    color: white;
    cursor: pointer;
    position: absolute;
    right: 59px;
    z-index: 10;
    top: 13px;
    line-height: 1;
    padding: 9px 16px;
    background-color: rgba(0, 0, 0, 0.8);
    -webkit-transition: background-color .3s, opacity .3s;
    transition: background-color .3s, opacity .3s;
  }

  .main_slider .main_slide_arrow.prev:before {
    content: "\F104";
  }

  .main_slider .main_slide_arrow.next {
    right: 13px;
  }

  .main_slider .main_slide_arrow.next:before {
    content: "\F105";
  }

  .main_slider:hover .main_slide_arrow {
    opacity: 1;
  }

  .main_feed_item_inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .main_feed_item_inner .main_feed_item_inner_half {
    width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }

  .main_feed_item_inner.row_item .main_feed_item_inner_half .post_preview.small {
    width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    padding-left: 0;
  }

  .footer_info {
    color: white;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 17px;
  }

  .footer-social-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: center;
  }

  .main-news .main_feed_item_inner {
    width: 100%;
  }

  .header-social-block.single_post {
    position: static;
    height: auto;
    margin-bottom: 20px;
    margin-left: 0;
  }

  .header-social-block.single_post ul {
    max-width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }

  .header-social-block.single_post ul li {
    margin-right: 0;
  }
}

.left_col {
  text-align: center;
}

.right_col textarea,
.right_col input {
  width: 100%;
  border: 2px solid DARKCYAN;
  margin-bottom: 5px;
  padding: 5px;
  color: DARKCYAN;
}

.right_col input::-webkit-input-placeholder {
  /* Edge */
  color: DARKCYAN;
}

.right_col input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: DARKCYAN;
}

.right_col textarea::-webkit-input-placeholder,
.right_col input::-webkit-input-placeholder {
  color: DARKCYAN;
  font-weight: 400;
}

.right_col textarea::-ms-input-placeholder,
.right_col input::-ms-input-placeholder {
  color: DARKCYAN;
  font-weight: 400;
}

.right_col textarea::placeholder,
.right_col input::placeholder {
  color: DARKCYAN;
  font-weight: 400;
}

.right_col [type="submit"] {
  border: none;
  padding: 5px;
  display: inline-block;
  padding: 9px 17px 10px;
  background: DARKCYAN;
  color: white;
}

