@import url("css2.css");
.vertical {
  border-radius: 4px !important;
  height: 350px;
  -o-object-fit: cover;
  object-fit: cover;
}
.small-slider {
  float: left !important;
  height: 100px !important;
  width: 120px !important;
}
.main-gallery-image,
.small-slider {
  -o-object-fit: cover !important;
  object-fit: cover !important;
}
.main-gallery-image {
  height: 471px;
  width: 660px;
}
.gallery-image {
  float: left !important;
  height: 100px !important;
  width: 150px !important;
}
.cover,
.gallery-image {
  -o-object-fit: cover !important;
  object-fit: cover !important;
}
.ad {
  color: #5f6062;
  font-size: 9px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  text-align: center;
}
.image-author {
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
}
.image-description {
  font-size: 14px;
  font-weight: 400;
  line-height: 19.5px;
}
title {
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 36px;
  text-align: center;
}
@media (max-width: 575px) {
  title {
    font-size: 18px;
    font-style: normal;
    line-height: 27px;
    text-align: center;
  }
}
.nuxt-progress {
  background-color: #000;
  height: 2px;
  left: 0;
  opacity: 1;
  position: fixed;
  right: 0;
  top: 0;
  transition: width 0.1s, opacity 0.4s;
  width: 0;
  z-index: 999999;
}
.nuxt-progress.nuxt-progress-notransition {
  transition: none;
}
.nuxt-progress-failed {
  background-color: red;
}
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
  background: url("x-icon-white-4.jpg") no-repeat 50% 50%;
  background-size: contain;
  border-radius: 50em;
  color: #fff !important;
  cursor: pointer;
  height: 1em;
  width: 1em;
}
input[type="search"]:focus::-webkit-search-cancel-button {
  opacity: 0.3;
  pointer-events: all;
}
input[type="range"]::-webkit-slider-thumb {
  opacity: 0;
}
body {
  font-family: Roboto, sans-serif;
  font-style: normal;
  min-height: 100%;
}
@media (max-width: 575px) {
  body .qc-cmp2-persistent-link {
    bottom: 64px;
  }
}
html {
  height: 100%;
}
html :root {
  --gray: #eef1f5;
  --text-gray: #80888e;
}
#article-body ul {
  list-style: disc;
}
.block-scroll {
  overflow-x: hidden !important;
  overflow-y: hidden !important;
}
.list-disc li::marker {
  color: #00d983;
}
h3 {
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
}
.paragraph p {
  margin-bottom: 20px;
}
.paragraph h3 {
  font-size: 22px;
  margin: 1rem 0;
}
.ph-300x200 {
  min-height: 200px;
  min-width: 300px;
}
@media (max-width: 575px) {
  .ph-300x200 {
    min-height: auto;
    min-width: auto;
  }
}
.ph-300x250 {
  min-height: 1250px;
  min-width: 300px;
}
@media (max-width: 575px) {
  .ph-300x250 {
    min-height: auto;
    min-width: auto;
  }
}
.ph-300x300 {
  min-height: 300px;
  min-width: 300px;
}
@media (max-width: 575px) {
  .ph-300x300 {
    min-height: auto;
    min-width: auto;
  }
}
.ph-1000x200 {
  min-height: 200px;
  min-width: 1000px;
}
@media (max-width: 575px) {
  .ph-1000x200 {
    min-height: auto;
    min-width: auto;
  }
}
.gardient {
  background: linear-gradient(
    0deg,
    rgba(10, 31, 38, 0.68) 60%,
    rgba(20, 31, 38, 0)
  );
  justify-content: flex-end;
}
.three-cards {
  height: auto;
  width: 320px !important;
}
.table-width {
  max-width: 661px;
}
.bg-video-light {
  background: #141f26;
}
.about-portal-title-mobile {
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: 30px;
}
.tag-wrapper {
  padding-bottom: 10px;
}
.big-article-image {
  height: 500px;
}
.cards-wrapper-ad {
  width: 660px !important;
}
.gallery-slider {
  height: 471px;
  width: 660px;
}
.fit-cover {
  -o-object-fit: cover !important;
  object-fit: cover !important;
}
.flex-api-block-wrapper {
  display: flex;
  justify-content: space-between;
}
.noSelect {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.noSelect:focus {
  outline: none !important;
}
.article-lead {
  color: #141f26;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}
.about-portal-title {
  color: #141f26;
  font-family: Roboto, sans-serif;
  font-size: 26px;
  font-style: normal;
  font-weight: 300;
  line-height: 39px;
}
.jauns-gray {
  color: var(--text-gray) !important;
}
.content-wrapper-width {
  max-width: 1000px !important;

}
.article-data,
.article-data .flex-col, .mb-8 {
    width: 100%;
}
.content-wrapper-width--row {
  display: flex;
  flex-direction: row;
} 
.loading-item {
  animation: blink-2 2s infinite both;
  background-color: gray;
}
.bg-jauns-white {
  background-color: #fff;
}
.bg-jauns-gray {
  background-color: #3b4b55;
}
.static-page-text-wrapper {
  width: 575px !important;
}
.jauns-green {
  color: #00d983 !important;
}
.jauns-bg-black {
  background-color: #121212 !important;
}
.border-white {
  border: 1px solid #fff !important;
}
.jauns-gray {
  color: #3b4b55 !important;
}
.light {
  color: #e5eaf0 !important;
}
.jauns-btn-green {
  background: #00d983;
}
.jauns-btn,
.jauns-btn-green {
  align-items: center;
  border-radius: 2px;
  display: flex;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  justify-content: center;
  line-height: 100%;
  padding: 11px 14px;
}
.jauns-btn {
  border: 1px solid #3b4b55;
}
.jauns-dar {
  color: #141f26 !important;
}
.bg-jauns-blue {
  background-color: #00c9ff !important;
}
.jauns-blue {
  color: #00c9ff !important;
}
.jauns-light {
  color: #eef1f5;
}
.jauns-border-light {
  border-color: #eef1f5 !important;
}
.border-9px {
  border-radius: 9px !important;
}
.border-6px {
  border-radius: 6px;
}
.border-t-9px {
  border-top-left-radius: 6px !important;
  border-top-right-radius: 6px !important;
}
.border-4px {
  border-radius: 4px !important;
}
.border-12px {
  border-radius: 12px !important;
}
.view-block-title {
  font-size: 26px;
  font-weight: 300;
  line-height: 150%;
}
.article_body {
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  max-width: 660px;
}
@media (max-width: 575px), (min-width: 376px) and (max-width: 990px) {
  .article_body {
    max-width: 100%;
  }
}
.type-html {
  padding-top: 56.25%;
  position: relative;
}
.type-html iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.type-html > div {
  padding: 0 !important;
  position: static !important;
}
.article_body iframe {
  margin: 0 0 20px !important;
}
iframe {
  display: inline;
  max-width: 100%;
}
.bottom-border-0 {
  border-bottom: 0 !important;
}
.card_title {
  font-size: 16px;
  font-weight: 500;
  line-height: 30.8px !important;
}
.flex-api {
  color: #fff;
  font-size: 30px;
  font-weight: 500;
  line-height: 140%;
}
.smooth {
  transition: 0.4s;
}
.load-more {
  align-items: center;
  color: #3b4b55;
  display: flex;
}
.load-more,
.news-widget-load {
  font-size: 16px;
  font-weight: 400;
  line-height: 100%;
}
.news-widget-load {
 background-color: #02c9ff;
    border: 1px solid #02c9ff;
    border-radius: 4px;
    color: #fff;
    display: block;
    padding: 11px;
    text-align: center;
    width: 100%;
}
.padding-5px {
  padding: 5px;
}
.radius[data-v-99453006] {
  border-radius: 150px 150px 0 0;
  bottom: -1px;
  height: 2px;
  margin-top: 2px;
  position: absolute;
  transform: translate(-50%, -50%);
  width: 4px;
}
.sticky_desktop_bar_items[data-v-99453006] {
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
  text-transform: uppercase;
}
.menu-item button:hover .sticky_desktop_bar_items[data-v-99453006] {
  color: #eef1f5;
  filter: drop-shadow(0 4px 3px rgba(0, 0, 0, 0.07))
    drop-shadow(0 2px 2px rgba(0, 0, 0, 0.06));
}
.menu-item button.active[data-v-99453006],
.menu-item button[data-v-99453006]:hover {
  border-radius: 3px;
}
@keyframes reveal-6b56efcc {
  0% {
    -webkit-clip-path: inset(0 0 0 100%);
    clip-path: inset(0 0 0 100%);
  }
  to {
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
}
.fade-enter-active[data-v-6b56efcc] {
  animation: reveal-6b56efcc 0.6s forwards;
  transition: opacity 0.4s ease;
}
.fade-leave-active[data-v-6b56efcc],
.fade-leave-to[data-v-6b56efcc] {
  display: none;
}
.close-search-icon[data-v-6b56efcc],
.search-icon[data-v-6b56efcc] {
  cursor: pointer;
  width: 40px;
}
.h-16px[data-v-6b56efcc] {
  height: 16px;
}
.close-search-icon[data-v-6b56efcc]:hover {
  background-color: #eef1f5;
}
.search-container[data-v-6b56efcc] {
  box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.302);
  width: 747px;
}
.search-container input[data-v-6b56efcc]::-moz-placeholder {
  color: #5f6062;
}
.search-container input[data-v-6b56efcc]::placeholder {
  color: #5f6062;
}
.search-container input[data-v-6b56efcc]:focus {
  outline: none;
}
.nav-search-icon[data-v-6b56efcc]:hover {
  background-color: #00c9ff;
}
.show-search[data-v-6b56efcc]:hover {
  background-color: #eef1f5;
}
.wrapper[data-v-b514c768] {
  cursor: pointer;
  height: 40px;
  padding: 8px 0 9px 9.5px;
  width: 90px;
}
.wrapper.mobile-player[data-v-b514c768] {
  padding-left: 0;
}
.title[data-v-b514c768] {
  font-family: Roboto, sans-serif;
  font-size: 10px;
  font-style: normal;
  font-weight: 500;
  line-height: 11px;
  margin-left: 5px;
  margin-top: 1px;
}
.wrapper[data-v-27538e97] {
  cursor: pointer;
  height: 40px;
  padding: 8px 0 9px 9.5px;
  width: 90px;
}
.title[data-v-27538e97] {
  font-family: Roboto, sans-serif;
  font-size: 10px;
  font-style: normal;
  font-weight: 500;
  line-height: 11px;
  margin-left: 5px;
  margin-top: 1px;
}
.weather-wrapper[data-v-34701f90] {
  border-radius: 2px;
  height: 40px;
}
.temperature[data-v-34701f90] {
  color: #fff;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
}
.image-wrapper-class[data-v-34701f90] {
  height: 26px;
  margin-top: 1px;
  width: 24px;
}
.weather-wrapper-no-bg[data-v-34701f90] {
  align-items: center;
  height: 24px;
  margin-right: 16px;
  max-width: 80px;
  padding: 0;
  width: auto;
}
.temperature-no-bg[data-v-34701f90] {
  line-height: 24px;
  margin-left: 5px;
}
.image-wrapper-class-no-bg[data-v-34701f90] {
  height: 23px;
  width: 18px;
}
.navbar-names[data-v-1fd1a757] {
  font-size: 10px;
  font-weight: 400;
  line-height: 100%;
  opacity: 0.7;
}
.navbar-search-input[data-v-1fd1a757] {
  color: #141f26;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
}
.navbar-sub-menu[data-v-1fd1a757] {
  font-size: 10px;
  font-weight: 400;
  line-height: 120%;
}
.active[data-v-3b4e07d3] {
  background-color: #00c9ff;
  color: #fff;
}
.active[data-v-3194a91f] {
  background-color: #fff;
  border-radius: 3px;
  color: #121212;
}
.active.light[data-v-3194a91f] {
  background-color: #121212;
  color: #fff;
}
.menu-shortcuts[data-v-3194a91f] {
  font-family: Open Sans, sans-serif !important;
  font-size: 13px;
  font-weight: 400;
  line-height: 15.6px;
  padding: 9px;
}

.menu-shortcuts.light[data-v-3194a91f]:hover {
  background-color: #121212;
  border-radius: 3px;
  color: #fff;
}
.menu-container[data-v-8ffb873e] {
  font-family: Open Sans;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 16px;
  text-align: left;
}
.menu-label[data-v-8ffb873e] {
  font-weight: 600;
}
.dark-text[data-v-8ffb873e] {
  color: #5f6062;
}
.light-text[data-v-8ffb873e] {
  color: #e5eaf0;
}
.mobile-logo {
  height: 30px;
  width: 90px;
}
.logo img {
  height: 50px;
}
.fade-enter-active,
.fade-leave-active {
  transition: opacity 0.2s;
}
.fade-enter,
.fade-leave-to {
  opacity: 0;
}
.navbar-language-switch {
  font-size: 10px;
  font-weight: 400;
  line-height: 120%;
}
.mobile-navbar-date,
.tablet-navbar-date {
  color: #141f26;
  font-family: Roboto, sans-serif;
  font-style: normal;
  font-weight: 400;
}
.tablet-navbar-date {
  align-items: center;
  display: flex;
  font-size: 13px;
  justify-content: center;
  line-height: 11px;
  margin-bottom: 0;
  margin-left: 18px;
}
.share-text[data-v-13a70d4b] {
  color: #fff;
  font-family: Roboto, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 12px;
}
.share-icons-desktop[data-v-13a70d4b] {
  height: 44px !important;
  width: 44px !important;
}
.share-icons-mobile[data-v-13a70d4b] {
  height: 36px !important;
  width: 36px !important;
}
.toggle[data-v-226101c2] {
  margin-left: 7px;
  margin-right: 8px;
}
@media (max-width: 575px) {
  .toggle[data-v-226101c2] {
    margin-left: 7px;
  }
}
.toggle-checkbox[data-v-226101c2] {
  background-image: url("469eb5a83817304c76b6006e3bd3e450.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  height: 18px;
  top: -2px;
  transition: 0.3s;
  width: 18px;
}
.toggle-checkbox[data-v-226101c2]:checked {
  background-color: #1e1772;
  background-image: url("8c86217cc816b7ddf621f6e36c7c13e8.svg");
  border-color: #141f26;
  box-shadow: 0 1px 4px rgba(242, 218, 0, 0.2);
  right: 0;
}
.toggle-label[data-v-226101c2] {
  background-color: #f2da00;
  height: 14px;
  transition: 0.3s;
  width: 29px;
}
.toggle-checkbox:checked + .toggle-label[data-v-226101c2] {
  background-color: #141f26;
  border: 1px solid hsla(0, 0%, 100%, 0.2);
}
label[data-v-226101c2] {
  align-items: center;
  display: flex;
}
.desktop-darkmode-mode[data-v-226101c2] {
  font-size: 16px;
  line-height: 24px;
}
.desktop-darkmode-mode[data-v-226101c2],
.mobile-darkmode-title[data-v-226101c2] {
  font-style: normal !important;
  font-weight: 400 !important;
}
.mobile-darkmode-title[data-v-226101c2] {
  font-size: 10px !important;
  line-height: 15px !important;
}
.footer-category[data-v-4915a690] {
  font-family: Roboto, sans-serif;
  font-size: 14px;
  line-height: 24px;
  transition: background-color 0.2s;
  width: calc(25% - 7.5px);
}
.vm--modal {
  background-color: transparent !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}
.vm--container {
  background-color: rgba(0, 0, 0, 0.9);
}
.close-icon {
  z-index: 99999 !important;
}
.close-btn[data-v-316b63be] {
  height: 36px;
  position: absolute;
  right: -30px;
  top: -30px;
  width: 36px;
}
@media (max-width: 575px) {
  .close-btn[data-v-316b63be] {
    right: 5px;
    top: 5px;
  }
}
@media (min-width: 376px) and (max-width: 990px) {
  .close-btn[data-v-316b63be] {
    right: 5px;
    top: 5px;
  }
}
.mt-mb-42px[data-v-7f868c2e] {
  margin-bottom: 42px;
  margin-top: 42px;
}
.menu-items-footer[data-v-7f868c2e] {
  font-size: 13px;
  line-height: 150%;
}
.menu-footer[data-v-7f868c2e],
.menu-items-footer[data-v-7f868c2e] {
  color: #e5eaf0;
  font-style: normal;
  font-weight: 400;
  text-align: center;
}
.menu-footer[data-v-7f868c2e] {
  font-size: 10px;
  line-height: 15px;
  margin-bottom: 64px;
}
.menu-footer.menu-footer-mobile[data-v-7f868c2e] {
  margin-bottom: 140px;
}
.footer-categories[data-v-7f868c2e] {
  border-bottom: 1px solid #2a343b;
  border-top: 1px solid #2a343b;
}
.top[data-v-065a37df] {
  align-items: center;
  background: #eef1f5;
  border-radius: 60px;
  bottom: 10px;
  color: #fff;
  cursor: pointer;
  display: flex;
  font-size: 12px;
  font-weight: 300;
  height: 36px;
  justify-content: center;
  min-width: 36px;
  padding: 0 10px;
  position: fixed;
  right: 50%;
  -webkit-text-decoration: none;
  text-decoration: none;
  transform: translateX(50%);
  z-index: 51;
}
.top.top-mobile[data-v-065a37df] {
  bottom: 74px;
}
.top span[data-v-065a37df] {
  padding: 0 5px 0 10px;
}
.top svg[data-v-065a37df] {
  height: 11px;
  width: 14px;
}
.bg-dark[data-v-065a37df] {
  background: rgba(20, 31, 38, 0.8);
}
.bg-dark.top svg [data-v-065a37df] {
  fill: #fff;
}
.icon[data-v-3957afb4] {
  height: 10px;
  width: 10px;
}
.card-content-counter[data-v-3957afb4] {
  font-family: Open Sans, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
}
.color-light[data-v-3957afb4],
.text-white[data-v-3957afb4] {
  color: #eef1f5 !important;
}
.button-wrapper-dark[data-v-4c1137ea] {
  border: 1px solid #eef1f5 !important;
}
.two-cards[data-v-4c1137ea] {
  width: 490px;
}
.button-wrapper[data-v-4c1137ea] {
  align-items: center;
  border: 1px solid #3b4b55;
  cursor: pointer;
  display: flex;
  flex-direction: row;
  gap: 6px;
  height: 32px;
  justify-content: center;
  margin-left: 2px;
  padding: 9px 12px;
  width: 32px;
}
.icon[data-v-4c1137ea] {
  height: 15px;
  width: 7px;
}
.active[data-v-4c1137ea] {
  align-items: center;
  background: #00c9ff;
  border-radius: 2px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  display: flex;
  flex-direction: row;
  gap: 6px;
  height: 32px;
  justify-content: center;
  margin-left: 2px;
  padding: 9px 12px;
  width: 32px;
}
.desktop-comment-width[data-v-e5d38692] {
  min-width: 272px;
}
.mobile-comment-width[data-v-e5d38692] {
  width: 295px;
}
.comment-src[data-v-e5d38692] {
  height: 16px;
  width: 16px;
}
.triangle[data-v-e5d38692] {
  border-width: 10px 0 0 17px;
  height: 0;
  position: absolute;
  top: 25px;
  width: 0;
  z-index: 0;
}
.desktop-triangle[data-v-e5d38692] {
  left: 43px;
}
.mobile-triangle[data-v-e5d38692] {
  left: 40px;
}
.desktop[data-v-e5d38692],
.mobile[data-v-e5d38692] {
  border-color: #eef1f5 transparent transparent;
}
.border-dark[data-v-e5d38692] {
  border-color: #3b4b55 transparent transparent !important;
}
.comment_content[data-v-e5d38692] {
  word-wrap: break-word;
  font-family: Open Sans, sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
}
.comment_report[data-v-e5d38692] {
  font-style: normal;
}
.comment_been_created[data-v-e5d38692],
.comment_report[data-v-e5d38692] {
  font-family: Open Sans, sans-serif;
  font-size: 10px;
  font-weight: 400;
  line-height: 16px;
}
.comment_been_created[data-v-e5d38692] {
  opacity: 0.5;
  text-align: right;
}
.comment_reactions_counter[data-v-e5d38692] {
  font-family: Open Sans, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 10px;
  margin-top: 2px;
}
.share-icons-desktop[data-v-0c7df254] {
  height: 44px !important;
  width: 44px !important;
}
.share-icons-mobile[data-v-0c7df254] {
  height: 36px !important;
  width: 36px !important;
}
.mobile-comment-title[data-v-11099552] {
  color: #eef1f5;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
}
ul[data-v-11099552] {
  list-style: none;
}
ul li[data-v-11099552] {
  display: flex;
  margin-bottom: 10px;
}
ul li[data-v-11099552]:last-child {
  margin-bottom: 8px;
}
ul li[data-v-11099552]:before {
  content: "";
  display: block;
  margin-left: 20px;
  margin-top: 9px;
}
.green-point[data-v-11099552]:before,
ul li[data-v-11099552]:before {
  background: #00d983;
  border-radius: 50%;
  height: 6px;
  margin-right: 10px;
  width: 6px;
}
.green-number[data-v-11099552] {
  color: #00d983;
  font-family: Open Sans, sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 15px;
  margin-right: 8px;
}
.comment-rules-mobile[data-v-11099552] {
  background: #141f26;
  border-radius: 9px;
  box-shadow: 0 4px 44px rgba(0, 0, 0, 0.3);
  color: #eef1f5;
  height: 452px;
  padding: 16px 10px;
  width: 100%;
}
.comment-rules[data-v-11099552] {
  background: #fff;
  border-radius: 22px;
  box-shadow: 0 4px 44px rgba(0, 0, 0, 0.3);
  height: 710px;
  padding: 29px 7px 0 36px;
  width: 730px;
}
.comment-rules .text-item[data-v-11099552] {
  display: flex;
}
.comment-rules .text-item span.green-number[data-v-11099552] {
  line-height: 24px;
}
.comment-rules p.title[data-v-11099552] {
  color: #141f26;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
  margin-bottom: 22px;
}
.comment-rules p span[data-v-11099552]:not(.green-number),
.comment-rules ul li[data-v-11099552] {
  color: #141f26;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
.comment-rules .comment-rules-content[data-v-11099552] {
  height: 100%;
  padding-right: 30px;
}
.vm--modal[data-v-11099552] {
  align-items: center;
  display: flex;
  justify-content: center;
}
.close-btn-mobile[data-v-11099552] {
  align-self: flex-end;
  height: 36px;
  margin-bottom: 10px;
  margin-right: 10px;
  width: 36px;
}
.close-btn[data-v-11099552] {
  height: 36px;
  position: absolute;
  right: -36px;
  top: -30px;
  width: 36px;
}
.mobile-comment-rules[data-v-11099552] {
  color: #eef1f5;
  font-family: Open Sans, sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  margin-bottom: 16px;
}
.notification[data-v-3dafce99] {
  align-items: center;
  background: red;
  border-radius: 2px;
  color: #eef1f5;
  display: flex;
  flex-direction: row;
  font-size: 11px;
  font-style: normal;
  font-weight: 700;
  gap: 4px;
  height: 16px;
  line-height: 13px;
  padding: 2px 4px 1px;
  position: absolute;
  top: -5px;
  width: 132px;
}
.comments-rules[data-v-3dafce99] {
  border-bottom: 1px solid #00c9ff;
  color: #00c9ff;
  cursor: pointer;
}
.auth[data-v-3dafce99] {
  font-family: Open Sans, sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 22px;
  margin-bottom: 6px;
  margin-top: 9px;
}
.border-dark[data-v-3dafce99] {
  border-color: #3b4b55 transparent transparent !important;
}
.comment-src[data-v-3dafce99] {
  height: 16px;
  width: 16px;
}
.triangle[data-v-3dafce99] {
  border-width: 10px 0 0 17px;
  height: 0;
  left: -12px;
  position: absolute;
  top: 25px;
  width: 0;
  z-index: 0;
}
.avatar[data-v-3dafce99] {
  height: 48px !important;
  width: 48px !important;
}
.mobile[data-v-3dafce99] {
  border-color: #141f26 transparent transparent;
}
.desktop[data-v-3dafce99] {
  border-color: #eef1f5 transparent transparent;
}
.comment-wrapper[data-v-3dafce99] {
  border-radius: 12px !important;
  min-height: 70px;
  padding: 13px;
}
.comment_content[data-v-3dafce99] {
  font-size: 13px;
  margin-top: 2px;
}
.comment_content[data-v-3dafce99],
.comment_report[data-v-3dafce99] {
  font-family: Open Sans, sans-serif;
  font-style: normal;
  font-weight: 400;
}
.comment_report[data-v-3dafce99] {
  font-size: 10px;
  line-height: 16px;
}
.comment_author[data-v-3dafce99] {
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
}
.comment_been_created[data-v-3dafce99] {
  font-size-line-height: 16px;
  color: #141f26;
  font-family: Open Sans, sans-serif;
  font-size: 10px;
  font-weight: 400;
  opacity: 0.5;
  text-align: right;
}
.comment_reactions_counter[data-v-3dafce99] {
  font-family: Open Sans, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 10px;
  margin-top: 2px;
}
.filter-wrapper span[data-v-1e5ad9ae]:nth-child(2) {
  padding-left: 8px;
  padding-right: 8px;
}
.active[data-v-1e5ad9ae] {
  color: #00c9ff;
}
.user-placeholder[data-v-41ef545e] {
  aspect-ratio: 1/1;
}
.triangle[data-v-41ef545e] {
  border-width: 10px 0 0 17px;
  height: 0;
  position: absolute;
  top: 25px;
  width: 0;
  z-index: 0;
}
.ease-custom {
  transition-timing-function: cubic-bezier(0.61, -0.53, 0.43, 1.43);
}
.desktop-comment-width[data-v-7461075e] {
  min-width: 272px;
}
.mobile-comment-width[data-v-7461075e] {
  width: 295px;
}
.triangle[data-v-7461075e] {
  border-width: 10px 12px 0 15px;
  height: 0;
  left: 48px;
  position: absolute;
  top: 25px;
  width: 0;
  z-index: 0;
}
.leave-comment[data-v-7461075e] {
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
}
.label[data-v-ddb7c3fe] {
  background: red;
  border-radius: 2px;
  color: #eef1f5;
  font-size: 11px;
  font-style: normal;
  font-weight: 700;
  line-height: 13px;
  padding: 2px 4px 1px;
  text-transform: uppercase;
}
.article-status-tag[data-v-ac81e96c] {
  line-height: 13px;
  white-space: nowrap;
}
.article-status-badge[data-v-ac81e96c],
.article-status-tag[data-v-ac81e96c] {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
}
.article-status-badge[data-v-ac81e96c] {
  color: #f0241f;
  line-height: 120%;
}
.article-status-ago[data-v-ac81e96c] {
  font-family: Open Sans, sans-serif;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 10px;
}
.tag-wrapper[data-v-ac81e96c] {
  margin-bottom: 10px;
  padding: 2px 4px 1px;
}
.tag-wrapper-without-padding[data-v-ac81e96c] {
  padding: 0 0 1px;
}
@media (max-width: 575px) {
  .mob-status-tag[data-v-ac81e96c] {
    color: #c80000;
    font-family: Roboto, sans-serif;
    font-size: 11px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    text-transform: uppercase;
  }
  .tag-wrapper[data-v-ac81e96c] {
    margin-right: 0;
    padding: 0 4px !important;
  }
  .article-status-ago[data-v-ac81e96c] {
    margin-left: 8px;
  }
  .disable-ago[data-v-ac81e96c] {
    left: 2px;
    position: absolute;
    top: 78px;
  }
  .disable-ago .article-status-ago[data-v-ac81e96c] {
    display: none;
  }
}
.list-enter-active[data-v-793c126d],
.list-leave-active[data-v-793c126d] {
  transition: all 1s;
}
.list-enter[data-v-793c126d],
.list-leave-to[data-v-793c126d] {
  float: right;
  opacity: 0.4;
  transform: translateX(100%);
}
.article-card .card_title[data-v-3d8896dc] {
  transition: color 0.2s ease;
}
.article-card > div[data-v-3d8896dc]:first-child {
  flex: 0 0 90px;
}
@media (min-width: 376px) and (max-width: 990px) {
  .article-card > div[data-v-3d8896dc]:first-child {
    flex: 0 0 120px;
  }
}
@media (max-width: 575px) {
  .article-card > div[data-v-3d8896dc]:first-child {
    flex: 0 0 120px;
  }
  .mob-vertical-galleries[data-v-3d8896dc] {
    display: flex;
    flex-direction: column;
    margin: 0 4.5px 19px;
    min-width: 147px;
    padding: 0;
    position: relative;
    width: 147px;
  }
  .mob-vertical-galleries .article-card > div[data-v-3d8896dc]:first-child {
    height: 96px;
    width: 147px;
  }
  .mob-vertical-galleries .card_title[data-v-3d8896dc] {
    color: #141f26;
  }
  .horizontal-slider .article-card[data-v-3d8896dc] {
    flex-direction: column;
  }
  .horizontal-slider .article-card > div[data-v-3d8896dc]:first-child {
    flex: 0 0 90px;
  }
  .horizontal-slider .article-card > div[data-v-3d8896dc]:last-child {
    margin-top: 8px;
  }
}
.horizontal-slider > div[data-v-3d8896dc] {
  margin-right: 10px;
  width: 320px;
}
@media (max-width: 575px) {
  .horizontal-slider > div[data-v-3d8896dc] {
    width: 147px;
  }
}
.active[data-v-df73dda6] {
  color: #00c9ff !important;
}
.sort-title[data-v-df73dda6] {
  color: #eef1f5;
  cursor: pointer;
  opacity: 0.7;
}
.sort-by-title[data-v-df73dda6],
.sort-title[data-v-df73dda6] {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
}
.sort-by-title[data-v-df73dda6] {
  color: #5f6062;
}
.marquee-infinite[data-v-18ad00a9] {
  animation: marquee-infinite-18ad00a9 5s linear infinite;
  width: 200%;
}
@keyframes marquee-infinite-18ad00a9 {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
.marquee-infinite[data-v-18ad00a9] {
  overflow: hidden;
}
.mobile-news-wrapper[data-v-b4ee07f0] {
  box-shadow: 0 4px 44px rgba(0, 0, 0, 0.3);
  padding-top: 20px;
}
.mobile-rounded[data-v-b4ee07f0] {
  border-radius: 16px 16px 0 0;
  box-shadow: 0 0 24px rgba(0, 0, 0, 0.25);
}
.active span[data-v-b4ee07f0] {
  color: #00d983;
}
.mobile_nav[data-v-b4ee07f0] {
  height: 18px;
}
[data-v-b4ee07f0]::-moz-placeholder {
  color: #fff;
  opacity: 1;
}
[data-v-b4ee07f0]::placeholder {
  color: #fff;
  opacity: 1;
}
.overflow[data-v-b4ee07f0] {
  overflow-y: scroll;
  position: fixed;
}
.alert-img[data-v-4368b581] {
  height: 14px;
  width: 14px;
}
.alert-msg[data-v-4368b581] {
  color: #141f26;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
}
.success[data-v-4368b581] {
  background: #00d983;
}
.success[data-v-4368b581],
.warning[data-v-4368b581] {
  border-radius: 12px;
  box-shadow: 0 4px 44px rgba(0, 0, 0, 0.3);
  height: 28px;
  padding: 5px 5px 5px 12px;
}
.warning[data-v-4368b581] {
  background: red;
}
.v-enter-active[data-v-4368b581],
.v-leave-active[data-v-4368b581] {
  transition: opacity 0.3s ease;
}
.v-enter-from[data-v-4368b581],
.v-leave-to[data-v-4368b581] {
  opacity: 0;
}
.active[data-v-8c8631a4] {
  background: #00c9ff;
  border-radius: 3px;
  color: #fff !important;
}
.menu-shortcuts[data-v-8c8631a4] {
  color: #5f6062;
  font-family: Open Sans, sans-serif !important;
  font-size: 13px;
  font-weight: 400;
  line-height: 15.6px;
  padding: 9px;
}
.light-top-border {
  border-top: 1px solid #d8dce0;
}
.dark-top-border {
  border-top: 1px solid #191919;
}
.mobile-nav-sub-items {
  color: #5f6062;
  font-family: Open Sans, sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}
.mobile-main-nav {
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
  text-transform: uppercase;
}
.mobile-bottom-resources {
  font-family: Open Sans, sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}
.mobile-date {
  font-size: 10px;
  font-weight: 400;
  line-height: 140%;
}
.theme-tooltip-popup[data-v-faecdcd6] {
  border-radius: 5px;
  bottom: 32px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.3);
  padding: 12px 21px;
  position: fixed;
  right: 32px;
  z-index: 3;
}
.theme-tooltip-popup[data-v-faecdcd6]:before {
  content: "";
  left: 48%;
  padding: 5px;
  position: absolute;
  top: 90%;
  transform: rotate(45deg);
  z-index: 1;
}
.theme-tooltip-popup.bg-jauns-dark[data-v-faecdcd6]:before,
.theme-tooltip-popup.bg-jauns-light[data-v-faecdcd6]:before {
  background-color: inherit;
}
.ps__rail-x {
  bottom: 2px;
  margin-left: 3px;
  margin-right: 3px;
  position: absolute;
}
.ps__rail-x.ps--clicking .ps__thumb-x,
.ps__rail-x:focus > .ps__thumb-x,
.ps__rail-x:hover > .ps__thumb-x {
  background-color: #999;
  height: 6px;
}
.ps__rail-y.ps--clicking .ps__thumb-y,
.ps__rail-y:focus > .ps__thumb-y,
.ps__rail-y:hover > .ps__thumb-y {
  background-color: #999;
  width: 6px;
}
.ps .ps__rail-x.ps--clicking,
.ps .ps__rail-x:focus,
.ps .ps__rail-x:hover,
.ps .ps__rail-y.ps--clicking,
.ps .ps__rail-y:focus,
.ps .ps__rail-y:hover {
  background-color: transparent;
  opacity: 0.9;
}
.aside-block {
    position: relative !important;
    height: 6000px;
}
.sticky-block {
    position: sticky !important;
  
    top: 0 !important;

  
}



.important {
    padding-left: 15px;
    border-left: 3px solid #f0241f;
    font-style: italic;
}

aside a, header button, header a, header input {
    pointer-events: none; 
 user-select: none;
}
.time {
  padding-left: 5px;
}