@import url("https://fonts.googleapis.com/css2?family=Golos+Text:wght@400..900&display=swap");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  box-sizing: border-box;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

body {
  background-color: #ffffff;
  max-width: 100vw;
  overflow-x: hidden;
}
@media (max-width: 895px) {
  body {
    padding-top: 110px;
  }
}
@media (max-width: 767px) {
  body {
    padding-top: 72px;
  }
}
body.limited {
  overflow: hidden;
}
body.limited .navigation {
  display: flex;
}
body.padded {
  padding-top: 268px;
}
body.page-template-page-builder-php article.article {
  max-width: 100%;
}

.wrapper {
  max-width: 1350px;
  width: 100%;
  padding: 0 20px;
}

.container {
  display: flex;
  justify-content: center;
  align-items: center;
}
.container .wrapper {
  max-width: 1350px;
  width: 100%;
  padding: 30px 20px;
}

.section-title {
  font-size: 20px !important;
  line-height: 20px !important;
  padding: 10px 0;
  border-bottom: 2px solid rgba(0, 154, 181, 0.5);
  position: relative;
  color: #2d2d2d;
  font-weight: 500;
  text-transform: uppercase;
  text-decoration: none;
  margin-bottom: 14px;
  display: block;
}
.section-title::after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: rgba(0, 154, 181, 0.5);
  position: relative;
  margin-left: 6px;
}

@media (max-width: 895px) {
  nav {
    position: fixed;
    background: #fff;
    display: flex;
    flex-direction: column;
    width: 100%;
    top: 0;
    z-index: 999;
    box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.3);
  }
}
nav .row {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
nav .top {
  background-color: #009AB5;
  color: #fff;
  padding: 6px 0;
  font-size: 12px;
}
@media (max-width: 895px) {
  nav .top {
    display: none;
  }
}
nav .top .wrapper {
  display: flex;
  flex-direction: row;
}
nav .top .trend {
  background-color: #000;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 400;
  padding: 0 12px 0 24px;
  background-image: url(../img/marker.svg);
  background-repeat: no-repeat;
  background-position: center left 8px;
  margin-right: 8px;
  flex: 0 1 auto;
}
nav .top .trends {
  white-space: nowrap;
  flex: 0 1 auto;
  overflow: hidden;
  align-content: center;
}
nav .top .trends > div {
  display: inline-block;
  padding-left: 0;
  white-space: nowrap;
  animation: infiniteScroll 50s linear infinite;
}
nav .top .trends > div .scroller {
  display: inline-block;
  white-space: nowrap;
}
nav .top .trends .single {
  margin-right: 18px;
  display: inline-block;
  color: #fff;
  text-decoration: none;
  white-space: nowrap;
  background-image: url(../img/white_dots_top.svg);
  background-position: center right;
  background-repeat: no-repeat;
  padding-right: 32px;
  font-size: 14px;
  line-height: 18px;
}
@keyframes infiniteScroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
@keyframes marquee {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(-100%, 0);
  }
}
nav .top .time {
  display: inline-block;
  padding-left: 20px;
  background-image: url(../img/white_clock.svg);
  background-repeat: no-repeat;
  background-position: center left 4px;
  margin-right: 12px;
}
nav .helper {
  padding-top: 12px;
}
@media (max-width: 895px) {
  nav .helper {
    padding-top: 0;
  }
}
nav .helper .wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
nav .helper .wrapper .date {
  display: inline-block;
  padding-left: 22px;
  background-image: url(../img/blue_clock.svg);
  background-repeat: no-repeat;
  background-position: center left 4px;
  margin-right: 16px;
  font-size: 16px;
}
@media (max-width: 895px) {
  nav .helper .wrapper .date {
    display: none;
  }
}
nav .helper .wrapper .lang {
  display: flex;
  flex-direction: row;
}
@media (max-width: 895px) {
  nav .helper .wrapper .lang {
    margin-left: auto;
    flex-direction: column;
    position: absolute;
    right: 16px;
    top: 12px;
  }
}
nav .helper .wrapper .lang a {
  padding: 4px 8px;
  display: inline-block;
  color: inherit;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 12px;
}
@media (max-width: 895px) {
  nav .helper .wrapper .lang a {
    padding: 2px 6px;
    font-size: 12px;
    line-height: 16px;
  }
}
@media (max-width: 895px) {
  nav .helper .wrapper .lang .wpml-ls-current-language {
    display: none;
  }
}
nav .helper .wrapper .lang .wpml-ls-current-language a {
  background-color: rgba(155, 155, 155, 0.08);
}
nav .logo {
  z-index: 999;
}
@media (max-width: 895px) {
  nav .logo {
    z-index: auto;
  }
}
nav .logo .wrapper {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 20px;
}
@media (max-width: 895px) {
  nav .logo .wrapper {
    padding: 16px;
  }
}
@media (max-width: 895px) {
  nav .logo a.logo {
    display: block;
    height: 48px;
  }
}
nav .logo a.logo img {
  height: 100%;
  display: block;
  object-fit: contain;
  object-position: center;
  width: 375px;
}
@media (max-width: 767px) {
  nav .logo a.logo img {
    width: auto;
  }
}
nav .navigation {
  border-top: 2px solid #009AB5;
  border-bottom: 2px solid #009AB5;
}
@media (max-width: 895px) {
  nav .navigation {
    display: none;
    z-index: 998;
    background-color: #fff;
    justify-content: flex-start;
    padding-top: 20px;
    overflow-y: scroll;
  }
}
nav .navigation .wrapper {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
@media (max-width: 895px) {
  nav .navigation .wrapper {
    flex-direction: column;
    position: relative;
  }
}
nav .navigation .wrapper form {
  display: flex;
  flex-direction: row;
}
nav .navigation .wrapper form .search {
  display: inline-block;
  background-image: url(../img/blue_search.svg);
  background-repeat: no-repeat;
  background-position: center;
  width: 20px;
  height: 28px;
  border: none;
  background-color: transparent;
  cursor: pointer;
}
nav .navigation .wrapper form input[type=text] {
  border: none;
  background-color: #fff;
  font-size: 16px;
  line-height: 16px;
  padding: 4px 8px;
  margin-right: 6px;
  opacity: 0;
  border: 1px solid #009ab5;
  transition: opacity ease-in-out 0.3s;
}
nav .navigation .wrapper form input[type=text]:focus {
  outline: #009AB5;
}
nav .navigation .wrapper #search-form {
  max-width: 20px;
  overflow: hidden;
  transition: max-width ease-in-out 0.3s;
  justify-content: flex-end;
  margin-left: auto;
}
@media (max-width: 895px) {
  nav .navigation .wrapper #search-form {
    position: absolute;
    right: 26px;
    top: 0;
  }
}
nav .navigation .wrapper #search-form #search-btn {
  flex: 1 0 auto;
}
nav .navigation .wrapper #search-form.active {
  max-width: 240px;
  overflow: visible;
}
nav .navigation .wrapper #search-form.active input[type=text] {
  opacity: 1;
}
nav .navigation .wrapper .socials {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 12px;
  margin-right: auto;
  width: auto;
}
@media (max-width: 895px) {
  nav .navigation .wrapper .socials {
    padding-bottom: 20px;
  }
}
nav .navigation .wrapper .socials li {
  flex: 1 0 auto;
}
nav .navigation .wrapper .socials li img {
  width: 14px;
}
nav .navigation .wrapper .main {
  display: flex;
  flex-direction: row;
  justify-self: center;
  margin: 0 auto;
}
@media (min-width: 768px) {
  nav .navigation .wrapper .main {
    width: auto !important;
  }
}
@media (max-width: 895px) {
  nav .navigation .wrapper .main {
    flex-direction: column;
  }
}
@media (max-width: 895px) {
  nav .navigation .wrapper .main > li > a {
    font-weight: bold;
  }
}
nav .navigation .wrapper .main li {
  display: flex;
  width: 100%;
  flex: 0 1;
}
@media (max-width: 895px) {
  nav .navigation .wrapper .main li {
    flex-direction: column;
    align-items: flex-start;
  }
}
nav .navigation .wrapper .main li a {
  font-size: 18px;
  line-height: 18px;
  text-align: center;
  padding: 16px 32px;
  color: #2d2d2d;
  text-decoration: none;
}
@media (max-width: 895px) {
  nav .navigation .wrapper .main li a {
    width: 100%;
    text-align: left;
    padding: 16px 12px;
  }
}
nav .navigation .wrapper .main li a:hover {
  background-color: rgba(0, 154, 181, 0.1);
}
nav .navigation .wrapper .main li.current_page_item a {
  background-color: rgba(0, 154, 181, 0.1);
  color: #009AB5;
}
nav .navigation .wrapper .main li.menu-item-has-children {
  background-image: url(../img/dropdown.svg);
  background-repeat: no-repeat;
  background-position: center right 26px;
  position: relative;
}
nav .navigation .wrapper .main li.menu-item-has-children a {
  padding-right: 44px;
}
nav .navigation .wrapper .main li.menu-item-has-children:hover {
  background-color: rgba(0, 154, 181, 0.1);
}
nav .navigation .wrapper .main li.menu-item-has-children:hover > ul {
  display: flex;
}
nav .navigation .wrapper .main li .sub-menu {
  display: none;
  flex-direction: column;
  background: #fff;
  z-index: 1;
  top: 50px;
  border-top: 2px solid #009AB5;
  position: absolute;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
@media (max-width: 895px) {
  nav .navigation .wrapper .main li .sub-menu {
    display: flex;
    position: relative;
    top: 0;
    width: 100%;
    box-shadow: none;
    border-top: none;
    flex-direction: row;
    flex-wrap: wrap;
  }
}
@media (max-width: 895px) {
  nav .navigation .wrapper .main li .sub-menu li {
    padding-left: 14px;
    position: relative;
    flex: 1 0 50%;
    max-width: 50%;
  }
}
nav .navigation .wrapper .main li .sub-menu li a {
  width: 100%;
  text-align: left;
}
@media (max-width: 895px) {
  nav .navigation .wrapper .main li .sub-menu li a {
    position: relative;
    padding: 16px 32px;
    display: block;
  }
}
@media (max-width: 895px) {
  nav .navigation .wrapper .main li .sub-menu li a::before {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    background-color: #009AB5;
    border-radius: 50%;
    position: absolute;
    left: 10px;
    top: 23px;
  }
}
nav #burger-menu {
  display: none;
}
@media (max-width: 895px) {
  nav #burger-menu {
    display: block;
    width: 36px;
    height: 26px;
    margin: 0;
    transform: rotate(0deg);
    transition: 0.2s ease-in-out;
    cursor: pointer;
    position: absolute;
    left: 16px;
    top: 28px;
    right: auto;
    margin-right: auto;
  }
}
nav #burger-menu.hidden {
  opacity: 0;
}
@media (max-width: 1279px) {
  nav #burger-menu span {
    display: block;
    position: absolute;
    height: 5px;
    width: 100%;
    background: #009ab5;
    border-radius: 2px;
    opacity: 1;
    left: 0;
    transform: rotate(0deg);
    transition: 0.2s ease-in-out;
  }
}
nav #burger-menu span:nth-child(1) {
  top: 20px;
}
nav #burger-menu span:nth-child(2) {
  top: 10px;
}
nav #burger-menu span:nth-child(4) {
  top: 20px;
}
nav #burger-menu.active span {
  background: #009AB5;
}
nav #burger-menu.active span:nth-child(1) {
  top: 10px;
  width: 0%;
  left: 50%;
}
nav #burger-menu.active span:nth-child(2) {
  transform: rotate(45deg);
}
nav #burger-menu.active span:nth-child(3) {
  transform: rotate(-45deg);
  top: 10px;
}
nav #burger-menu.active span:nth-child(4) {
  top: 10px;
  width: 0%;
  left: 50%;
}
@media (min-width: 768px) {
  nav.ready {
    top: -60px;
    opacity: 0;
    transition: all 0.3s ease-in-out;
  }
  nav.ready.fixed {
    position: fixed;
    width: 100%;
    background-color: #fff;
    z-index: 99;
    display: flex;
    justify-content: center;
    top: 0 !important;
    box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.3);
    opacity: 1;
  }
  nav.ready.fixed .sticky {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    max-width: 1350px;
    width: 100%;
    align-items: center;
  }
  nav.ready.fixed .sticky .row {
    width: auto;
    min-width: auto;
  }
  nav.ready.fixed .sticky .row .wrapper {
    max-width: none;
    width: auto;
  }
  nav.ready.fixed .sticky .top {
    display: none;
  }
  nav.ready.fixed .sticky .helper {
    display: none;
  }
  nav.ready.fixed .sticky .logo {
    height: 30px;
    width: auto;
    margin-right: auto;
  }
  nav.ready.fixed .sticky .logo img {
    width: auto;
  }
  nav.ready.fixed .sticky .navigation {
    width: 100%;
    border: none;
  }
  nav.ready.fixed .sticky .navigation .wrapper .main li a {
    padding: 21px 32px;
  }
  nav.ready.fixed .sticky .navigation .wrapper .main li .sub-menu {
    top: 60px;
    border-top: none;
  }
  nav.ready.fixed .sticky .navigation .wrapper .main li.menu-item-has-children {
    background-position: center right 18px;
  }
  nav.ready.fixed .sticky .navigation .socials {
    display: none;
  }
}

img {
  max-width: 100%;
  height: auto;
}

.row {
  align-items: center;
  flex-direction: column;
  min-width: 100%;
  display: flex;
}

.error404 .wrapper {
  display: flex;
}

.footer {
  background-image: url(../img/footer-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom right;
  display: flex;
  flex-direction: column;
}
.footer .row {
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer .row.footer-main {
  padding: 64px 0;
  color: #767676;
}
@media (max-width: 767px) {
  .footer .row.footer-main {
    padding: 32px 0;
  }
}
@media (max-width: 767px) {
  .footer .row.footer-main .wrapper {
    flex-direction: column;
  }
}
.footer .row.footer-main .branding .logo {
  margin-bottom: 20px;
  display: block;
}
.footer .row.footer-main .branding .logo img {
  width: 100%;
}
.footer .row.footer-main .branding p {
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 40px;
  font-weight: 400;
}
.footer .row.footer-main .menu {
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin-left: auto;
}
@media (max-width: 767px) {
  .footer .row.footer-main .menu {
    padding: 20px 0;
    gap: 16px;
    margin-left: 0;
  }
}
.footer .row.footer-main .menu li a {
  color: #E1E1E1;
  text-decoration: none;
  font-size: 14px;
  line-height: 18px;
}
.footer .row.footer-main .categories {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  max-width: 50%;
  margin-left: 82px;
  gap: 12px;
}
@media (max-width: 767px) {
  .footer .row.footer-main .categories {
    margin-left: 0;
    max-width: 100%;
    margin-top: 20px;
  }
}
.footer .row.footer-main .categories li a {
  color: #fff;
  font-size: 10px;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 12px;
  display: inline-block;
  padding: 8px 8px 8px 24px;
  background-image: url(../img/marker.svg);
  background-repeat: no-repeat;
  background-position: center left 8px;
  text-decoration: none;
  background-color: #0F1213;
}
.footer .row.footer-main .socials {
  display: flex;
  flex-direction: row;
  gap: 20px;
}
.footer .row.footer-main .socials img {
  width: 100%;
}
.footer .row.bottom {
  padding: 24px 0;
  border-top: 1px solid #009AB5;
}
.footer .row.bottom .copyright {
  color: #767676;
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
}
.footer .row.bottom ul {
  display: flex;
  flex-direction: row;
  gap: 20px;
}
.footer .row.bottom ul li a {
  color: #767676;
  text-decoration: none;
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
}
.footer .row .wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .footer .row .wrapper {
    flex-direction: column;
    justify-content: flex-start;
    gap: 20px;
  }
}
.footer .row .wrapper .branding {
  max-width: 300px;
}

.sidebar {
  width: 320px;
  flex: 1 0 auto;
}
@media (max-width: 1024px) {
  .sidebar {
    max-width: 280px;
  }
}
@media (max-width: 767px) {
  .sidebar {
    width: 100%;
    margin-bottom: 32px;
    max-width: 100%;
  }
}
.sidebar .video .cover, .sidebar .post .cover {
  display: block;
  position: relative;
  margin-bottom: 12px;
  aspect-ratio: 16/9;
  overflow: hidden;
}
.sidebar .video .cover img, .sidebar .post .cover img {
  min-width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.sidebar .video .title, .sidebar .post .title {
  font-size: 18px;
  line-height: 20px;
  font-weight: 400;
  margin-bottom: 12px;
  color: #2d2d2d;
  text-decoration: none;
  display: inline-block;
}
.sidebar .video .excerpt, .sidebar .post .excerpt {
  font-size: 16px;
  line-height: 18px;
  color: #767676;
  margin-bottom: 20px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.sidebar .news-tiles {
  margin-bottom: 20px;
  padding-top: 32px;
  background-image: url(../img/blue_splitter.svg);
  background-repeat: repeat-x;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.sidebar .news-tiles .single {
  display: flex;
  flex-direction: column;
}
.sidebar .news-tiles .single .image {
  width: 100%;
  margin-bottom: 8px;
  display: block;
  aspect-ratio: 16/9;
  overflow: hidden;
}
.sidebar .news-tiles .single .image img {
  min-width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.sidebar .news-tiles .single .title {
  color: #2d2d2d;
  font-size: 18px;
  line-height: 22px;
  text-decoration: none;
}
.sidebar .news-tiles .single .excerpt {
  color: #767676;
  font-size: 14px;
  line-height: 18px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.sidebar .sidebar-socials {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  gap: 10px;
}
@media (max-width: 1024px) {
  .sidebar .sidebar-socials {
    justify-content: center;
  }
}
.sidebar .sidebar-socials a {
  max-width: 42px;
}
.sidebar .sidebar-socials a img {
  width: 100px;
}
.sidebar .latest-news {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.sidebar .latest-news .single {
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid #E1E1E1;
  padding-bottom: 8px;
}
.sidebar .latest-news .single:last-child {
  border-bottom: none;
}
.sidebar .latest-news .single .date {
  font-size: 10px;
  font-weight: 600;
  line-height: 10px;
  color: #009AB5;
  margin-bottom: 3px;
}
.sidebar .latest-news .single .date .tag {
  border-radius: 6px;
  font-size: 9px;
  line-height: 8px;
  padding: 3px 9px;
  display: inline-block;
  color: #000;
  background-color: #d6d6d6;
  margin-left: 8px;
  text-transform: uppercase;
}
.sidebar .latest-news .single .date .tag.blitz {
  background-color: #0D7C7C;
  color: #fff;
}
.sidebar .latest-news .single .date .tag.interview {
  background-color: #0D7C7C;
  color: #fff;
}
.sidebar .latest-news .single .date .tag.prediction {
  background-color: #00B5AA;
  color: #fff;
}
.sidebar .latest-news .single .date .tag.analytics {
  background-color: #00B5AA;
  color: #fff;
}
.sidebar .latest-news .single .date .tag.photo {
  background-color: #000000;
  color: #fff;
}
.sidebar .latest-news .single .date .tag.video {
  background-color: #000000;
  color: #fff;
}
.sidebar .latest-news .single .date .tag.updating {
  background-color: #25C1C1;
  color: #fff;
}
.sidebar .latest-news .single .date .tag.exclusive {
  background-color: #F9152D;
  color: #fff;
}
.sidebar .latest-news .single .date .tag.important {
  background-color: #F9152D;
  color: #fff;
}
.sidebar .latest-news .single .date .tag.special {
  background-color: #009AB5;
  color: #fff;
}
.sidebar .latest-news .single .date .tag img {
  margin-bottom: -2px;
}
.sidebar .latest-news .single .title {
  text-decoration: none;
  color: #2d2d2d;
  font-weight: 400;
  font-size: 18px;
  line-height: 20px;
}
.sidebar .image-news {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
}
.sidebar .image-news .image {
  aspect-ratio: 1/1;
  display: flex;
}
.sidebar .image-news .image img {
  width: 100%;
  min-width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.wp-block-gallery.has-nested-images {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 5px;
  margin-bottom: 20px;
}
.wp-block-gallery.has-nested-images figure {
  display: flex;
  gap: 5px;
}
.wp-block-gallery.has-nested-images figure:first-of-type {
  border-top: 0;
}
.wp-block-gallery.has-nested-images figure:first-of-type a {
  width: 100%;
}
.wp-block-gallery.has-nested-images figure:first-of-type a img {
  min-width: 100%;
  object-fit: cover;
  aspect-ratio: 3/2;
}
.wp-block-gallery.has-nested-images figure figcaption {
  display: none;
}
.wp-block-gallery.has-nested-images figure a img {
  aspect-ratio: 3/2;
}
.wp-block-gallery.has-nested-images + .wp-block-heading {
  text-align: center;
  padding: 16px 0;
}

p {
  margin-bottom: 24px;
}

.simple-blockquote {
  background-color: #EDEDED;
  padding: 28px 44px 36px 44px;
  border-left: 10px solid #009AB5;
  font-weight: 600;
  margin-bottom: 32px;
}
.simple-blockquote.is-style-plain {
  border-color: #9A9A9A;
}

b, strong {
  font-weight: 600;
}

.info {
  border: 4px solid #009AB5;
  padding: 32px 40px 32px 112px;
  background-image: url(../img/blue_info.svg);
  background-repeat: no-repeat;
  background-position: center left 50px;
  font-weight: 600;
}

.question {
  background-color: #009AB5;
  border: 4px solid #009AB5;
  padding: 32px 40px 32px 112px;
  background-image: url(../img/white_question.svg);
  background-repeat: no-repeat;
  background-position: center left 43px;
  color: #fff;
  font-weight: 600;
}

#scroll-to-top {
  position: fixed;
  bottom: 30px;
  right: 26px;
  width: 60px;
  height: 60px;
  background-color: #009AB5;
  background-image: url(../img/arrow-top.svg);
  background-position: center;
  background-repeat: no-repeat;
  z-index: 99991;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease-in;
}
@media (max-width: 767px) {
  #scroll-to-top {
    bottom: 64px;
  }
}
#scroll-to-top.active {
  opacity: 1;
  pointer-events: auto;
}

.pagination {
  display: flex;
  justify-content: center;
  gap: 16px;
}
@media (max-width: 767px) {
  .pagination {
    gap: 8px;
  }
}
.pagination .prev {
  display: block;
  background-image: url(../img/pagination_left.svg);
  background-repeat: no-repeat;
  background-position: center;
  width: 28px;
  height: 50px;
  margin-right: 20px;
}
@media (max-width: 767px) {
  .pagination .prev {
    width: 28px;
    height: 32px;
    background-size: contain;
    margin-right: 10px;
  }
}
.pagination .prev.inactive {
  filter: grayscale(1);
  pointer-events: none;
}
.pagination .next {
  display: block;
  background-image: url(../img/pagination_right.svg);
  background-repeat: no-repeat;
  background-position: center;
  width: 28px;
  height: 50px;
  margin-left: 20px;
}
@media (max-width: 767px) {
  .pagination .next {
    width: 28px;
    height: 32px;
    background-size: contain;
    margin-left: 10px;
  }
}
.pagination .next.inactive {
  filter: grayscale(1);
  pointer-events: none;
}
.pagination a:not(.prev):not(.next), .pagination span {
  color: #fff;
  background-color: #353535;
  display: block;
  border-radius: 50px;
  min-width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 20px;
  text-align: center;
  font-weight: 400;
  text-decoration: none;
}
@media (max-width: 767px) {
  .pagination a:not(.prev):not(.next), .pagination span {
    font-size: 16px;
    height: 32px;
    min-width: 32px;
    line-height: 32px;
    border-radius: 32px;
  }
}
.pagination a:not(.prev):not(.next):active, .pagination a:not(.prev):not(.next).current, .pagination span:active, .pagination span.current {
  background-color: #009AB5;
}
.pagination a:not(.prev):not(.next).archive, .pagination span.archive {
  padding: 0 36px;
}
@media (max-width: 767px) {
  .pagination a:not(.prev):not(.next).archive, .pagination span.archive {
    padding: 0 18px;
  }
}

.block-question-blue {
  background-color: #009AB5;
  color: #fff;
  padding: 32px 32px 12px 112px;
  background-image: url(../img/white_question.svg);
  background-position: top 28px left 42px;
  background-repeat: no-repeat;
  margin-bottom: 32px;
  min-height: 120px;
}

.block-question-white {
  background-color: #fff;
  border: 3px solid #009AB5;
  color: #000;
  padding: 32px 32px 12px 112px;
  background-image: url(../img/blue_question.svg);
  background-position: top 28px left 42px;
  background-repeat: no-repeat;
  margin-bottom: 32px;
  min-height: 120px;
}

.block-question-grey {
  background-color: #E5E5E5;
  color: #000;
  padding: 32px 32px 12px 112px;
  background-image: url(../img/grey_question.svg);
  background-position: top 28px left 42px;
  background-repeat: no-repeat;
  margin-bottom: 32px;
  min-height: 120px;
}

.block-info-blue {
  background-color: #009AB5;
  color: #fff;
  padding: 32px 32px 12px 112px;
  background-image: url(../img/white_info.svg);
  background-position: top 28px left 42px;
  background-repeat: no-repeat;
  margin-bottom: 32px;
  min-height: 120px;
}

.block-info-white {
  background-color: #fff;
  border: 3px solid #009AB5;
  color: #000;
  padding: 32px 32px 12px 112px;
  background-image: url(../img/blue_info.svg);
  background-position: top 28px left 42px;
  background-repeat: no-repeat;
  margin-bottom: 32px;
  min-height: 120px;
}

.block-info-grey {
  background-color: #E5E5E5;
  color: #000;
  padding: 32px 32px 12px 112px;
  background-image: url(../img/grey_info.svg);
  background-position: top 28px left 42px;
  background-repeat: no-repeat;
  margin-bottom: 32px;
  min-height: 120px;
}

.big-blockquote {
  border-left: #009AB5 10px solid;
  padding-top: 32px;
  padding-left: 32px;
  padding-bottom: 0;
  padding-right: 62px;
  background-image: url(../img/quote-open.svg), url(../img/quote-close.svg);
  background-position: left 20px top, right 8px bottom 24px;
  background-repeat: no-repeat;
  margin-bottom: 32px;
  position: relative;
}
@media (max-width: 767px) {
  .big-blockquote .rounded-square {
    margin-bottom: 16px;
  }
}
.big-blockquote .rounded-square figure {
  border-radius: 16px;
  overflow: hidden;
}
.big-blockquote .wp-block-columns {
  gap: 30px;
}
@media (max-width: 767px) {
  .big-blockquote .wp-block-columns {
    gap: 0;
  }
}
.big-blockquote p {
  font-size: 24px;
  font-weight: 500;
  line-height: 29px;
  text-align: left;
}
@media (max-width: 767px) {
  .big-blockquote p {
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    margin-bottom: 20px;
  }
}
.big-blockquote p.author-name {
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  text-align: right;
  color: #303030;
  margin-bottom: 0;
  position: absolute;
  bottom: 0;
  right: 68px;
}
@media (max-width: 767px) {
  .big-blockquote p.author-name {
    font-size: 16px;
    line-height: 20px;
    right: 54px;
  }
}

.s-code {
  position: relative;
  border-bottom: 0 !important;
  margin-right: 4px;
  background-image: url(../img/frame-188.svg);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 20px;
  padding-right: 24px;
}
.s-code img {
  width: 20px;
  top: 4px;
  position: relative;
}
.s-code strong {
  border-bottom: 1px solid;
}

blockquote {
  border-left: #009AB5 10px solid;
  padding-top: 32px;
  padding-left: 32px;
  padding-bottom: 0;
  padding-right: 62px;
  background-image: url(../img/quote-open.svg), url(../img/quote-close.svg);
  background-position: left 20px top, right 8px bottom;
  background-repeat: no-repeat;
  margin-bottom: 32px;
  position: relative;
}
blockquote p {
  font-size: 24px;
  font-weight: 500;
  line-height: 29px;
  text-align: left;
}

.wp-embed-aspect-16-9 .wp-block-embed__wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}

/* Then style the iframe to fit in the container div with full height and width */
iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.plashka img {
  top: 1px !important;
  width: 11px !important;
  margin-left: 2px !important;
}

.title .tag {
  background-color: #d6d6d6;
  color: #000;
  padding: 2px 9px;
  font-size: 14px;
  border-radius: 16px;
  margin-right: 4px;
  text-transform: uppercase;
}
.title .tag img {
  top: 1px !important;
  width: 11px !important;
  margin-left: 2px !important;
  min-width: auto !important;
  aspect-ratio: 1/1 !important;
  display: inline-block !important;
}

.wp-block-video {
  margin-bottom: 20px;
}

article .breadcrumbs, .news .breadcrumbs {
  margin-bottom: 32px;
}
@media (max-width: 895px) {
  article .breadcrumbs, .news .breadcrumbs {
    margin-bottom: 8px;
  }
}
article .breadcrumbs span, .news .breadcrumbs span {
  font-size: 14px;
  line-height: 18px;
  color: #7B7B7B;
}
article .breadcrumbs span[itemtype="https://schema.org/BreadcrumbList"] > span:not(:first-child), .news .breadcrumbs span[itemtype="https://schema.org/BreadcrumbList"] > span:not(:first-child) {
  position: relative;
  padding-left: 16px;
}
article .breadcrumbs span[itemtype="https://schema.org/BreadcrumbList"] > span:not(:first-child)::before, .news .breadcrumbs span[itemtype="https://schema.org/BreadcrumbList"] > span:not(:first-child)::before {
  content: "";
  position: absolute;
  top: 6px;
  left: 0;
  width: 6px;
  height: 6px;
  background-color: #009AB5;
  border-radius: 50%;
}
article .breadcrumbs a, .news .breadcrumbs a {
  text-decoration: none;
  border-bottom: none;
  margin-right: 12px;
}
article .breadcrumbs a span, .news .breadcrumbs a span {
  color: #009AB5 !important;
}

body {
  font-family: "Golos Text", sans-serif;
  color: #303030;
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
}

h1 {
  font-size: 40px;
  line-height: 48px;
  color: #000;
  font-weight: 700;
}

h2 {
  font-weight: normal;
  font-size: 40px;
  line-height: 48px;
  margin-bottom: 24px;
  font-weight: 700;
}
@media (max-width: 767px) {
  h2 {
    font-size: 32px;
    margin-bottom: 28px;
  }
}
h2 strong {
  font-weight: bold;
}

h3 {
  color: #000;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  text-align: left;
  padding-top: 4px;
}

h4 {
  color: #000;
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
  text-align: left;
  padding-top: 4px;
}

p {
  font-size: 18px;
  line-height: 170%;
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  p {
    font-size: 16px;
    margin-bottom: 20px;
  }
}
p + h2 {
  padding-top: 40px;
}
@media (max-width: 767px) {
  p + h2 {
    padding-top: 20px;
  }
}

.content ul {
  padding: 0;
}
.content ul li {
  color: inherit;
  font-size: 18px;
  line-height: 170%;
  margin-bottom: 24px;
  padding-left: 20px;
  position: relative;
}
@media (max-width: 767px) {
  .content ul li {
    font-size: 16px;
    margin-bottom: 20px;
  }
}
.content ul li::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: rgb(241, 190, 72);
  position: absolute;
  left: 0;
  top: 10px;
}
.content ul + h2 {
  padding-top: 40px;
}
@media (max-width: 767px) {
  .content ul + h2 {
    padding-top: 20px;
  }
}
.content ol {
  padding: 0;
  counter-reset: list-number;
}
.content ol li {
  color: inherit;
  font-size: 18px;
  line-height: 170%;
  margin-bottom: 24px;
  padding-left: 36px;
  position: relative;
}
@media (max-width: 767px) {
  .content ol li {
    font-size: 16px;
    margin-bottom: 20px;
  }
}
.content ol li::before {
  counter-increment: list-number;
  content: counters(list-number, ".") " ";
  display: block;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  color: #fff;
  background-color: rgb(241, 190, 72);
  position: absolute;
  left: 0;
  top: 2px;
}
.content ol + h2 {
  padding-top: 40px;
}
@media (max-width: 767px) {
  .content ol + h2 {
    padding-top: 20px;
  }
}
.content table {
  border: 2px solid rgb(50, 98, 149);
  font-size: 14px;
  margin-bottom: 42px;
}
@media (max-width: 895px) {
  .content table {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
    border-left: 2px solid rgb(50, 98, 149);
    border-bottom: 2px solid rgb(50, 98, 149);
    position: relative;
  }
  .content table::-webkit-scrollbar {
    width: 3px;
    height: 3px;
  }
  .content table::-webkit-scrollbar-track {
    background: transparent;
  }
  .content table::-webkit-scrollbar-thumb {
    background-color: rgb(50, 98, 149);
    border-radius: 2px;
    border: none;
  }
}
.content table tr th {
  background-color: rgb(50, 98, 149);
  text-align: center;
  padding: 10px;
  vertical-align: middle;
  border-left: 2px solid rgb(50, 98, 149);
  font-weight: 500;
  color: #fff;
}
.content table tr th:first-child {
  border-left-color: rgb(50, 98, 149);
}
.content table tr td {
  text-align: center;
  padding: 10px;
  background-color: #ffffff;
  vertical-align: middle;
  border-left: 2px solid rgb(50, 98, 149);
}
.content table tr td:first-child {
  text-align: center;
}
.content table tr:nth-child(even) td {
  background-color: rgb(228, 233, 239);
}
.content table tr:hover td {
  cursor: pointer;
  background-color: rgb(228, 233, 239);
}
.content table.full {
  width: 100%;
}
.content table + h2 {
  padding-top: 40px;
}
@media (max-width: 767px) {
  .content table + h2 {
    padding-top: 20px;
  }
}
.content a:not([class]) {
  color: rgb(50, 98, 149);
  font-weight: bold;
  text-decoration: none;
  border-bottom: 1px dashed rgb(50, 98, 149);
}
.content a:not([class]):active, .content a:not([class]):visited {
  color: rgb(50, 98, 149);
}

.section-faq {
  background: rgb(246, 246, 246);
}

.button {
  text-decoration: none;
  display: inline-block;
  padding: 16px 42px;
  line-height: 20px;
  font-size: 16px;
  text-align: center;
  background-color: rgb(0, 154, 181);
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
}
.button.white {
  background-color: transparent;
  color: #009AB5;
  border: 1px solid #009AB5;
}

@media (min-width: 1280px) {
  div[itemtype="https://schema.org/FAQPage"] {
    margin-bottom: 32px;
  }
}
@media (max-width: 1279px) {
  div[itemtype="https://schema.org/FAQPage"] {
    margin-bottom: 28px;
  }
}
div[itemtype="https://schema.org/FAQPage"] div[itemprop=mainEntity] {
  position: relative;
  margin-bottom: 16px;
  overflow: hidden;
  border: 3px solid #009AB5;
}
div[itemtype="https://schema.org/FAQPage"] div[itemprop=mainEntity] h3[itemprop=name] {
  color: inherit;
}
div[itemtype="https://schema.org/FAQPage"] div[itemprop=mainEntity] h3[itemprop=name]::after {
  background-image: url(../img/icon_minus.svg);
}
@media (min-width: 1280px) {
  div[itemtype="https://schema.org/FAQPage"] div[itemprop=mainEntity] h3[itemprop=name]::after {
    top: 22px;
  }
}
@media (max-width: 1279px) {
  div[itemtype="https://schema.org/FAQPage"] div[itemprop=mainEntity] h3[itemprop=name]::after {
    top: 18px;
  }
}
@media (max-width: 767px) {
  div[itemtype="https://schema.org/FAQPage"] div[itemprop=mainEntity] h3[itemprop=name]::after {
    top: 12px;
    right: 20px;
  }
}
div[itemtype="https://schema.org/FAQPage"] div[itemprop=mainEntity] div[itemprop=text] {
  display: block;
  position: relative;
}
div[itemtype="https://schema.org/FAQPage"] div[itemprop=mainEntity] div[itemprop=text]::before {
  content: "";
  display: block;
  height: 2px;
  width: calc(100% - 60px);
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
div[itemtype="https://schema.org/FAQPage"] div[itemprop=mainEntity].active h3[itemprop=name]::after {
  background-image: url(../img/icon_minus.svg);
}
div[itemtype="https://schema.org/FAQPage"] div[itemprop=mainEntity].closed div[itemprop=text] {
  display: none;
}
div[itemtype="https://schema.org/FAQPage"] div[itemprop=mainEntity].closed h3[itemprop=name]::after {
  background-image: url(../img/icon_plus.svg);
}
div[itemtype="https://schema.org/FAQPage"] h3 {
  color: inherit;
  margin: 0;
  cursor: pointer;
  position: relative;
  font-style: normal;
  font-weight: 700;
}
@media (min-width: 1280px) {
  div[itemtype="https://schema.org/FAQPage"] h3 {
    padding: 24px 92px 24px 52px;
    font-size: 20px;
    line-height: 170%;
  }
}
@media (max-width: 1279px) {
  div[itemtype="https://schema.org/FAQPage"] h3 {
    padding: 18px 84px 24px 24px;
    font-size: 18px;
    line-height: 142%;
  }
}
div[itemtype="https://schema.org/FAQPage"] h3::after {
  content: "";
  display: block;
  position: absolute;
  width: 38px;
  height: 38px;
  right: 35px;
  background-repeat: no-repeat;
  background-position: center;
}
@media (min-width: 1280px) {
  div[itemtype="https://schema.org/FAQPage"] h3::after {
    top: 22px;
  }
}
@media (max-width: 1279px) {
  div[itemtype="https://schema.org/FAQPage"] h3::after {
    top: 18px;
  }
}
@media (max-width: 767px) {
  div[itemtype="https://schema.org/FAQPage"] h3::after {
    top: 12px;
    right: 20px;
  }
}
div[itemtype="https://schema.org/FAQPage"] div[itemprop=text] {
  color: inherit;
}
@media (min-width: 1280px) {
  div[itemtype="https://schema.org/FAQPage"] div[itemprop=text] {
    padding: 3px 52px 12px;
  }
}
@media (max-width: 1279px) {
  div[itemtype="https://schema.org/FAQPage"] div[itemprop=text] {
    padding: 18px 24px;
  }
}
@media (max-width: 767px) {
  div[itemtype="https://schema.org/FAQPage"] div[itemprop=text] {
    padding: 0 24px 18px;
  }
}
div[itemtype="https://schema.org/FAQPage"] ul, div[itemtype="https://schema.org/FAQPage"] ol {
  padding-left: 0;
}

@media (max-width: 767px) {
  .page-template-page-home .wrapper {
    padding: 0 20px;
  }
}
.page-template-page-home .container {
  flex-direction: column;
}
.page-template-page-home .container .row {
  display: flex;
  width: 100%;
  justify-content: center;
}
.page-template-page-home .container .row.lightblue {
  background-color: rgba(0, 154, 181, 0.08);
  background-image: url(../img/blue_splitter_light.svg);
  background-repeat: repeat-x;
  background-position: top 10px center;
  padding-top: 32px;
}
@media (max-width: 895px) {
  .page-template-page-home .container .row.lightblue {
    padding-top: 52px;
  }
}
@media (max-width: 767px) {
  .page-template-page-home .shorts {
    margin-bottom: 20px;
    margin-top: 20px;
  }
}
.page-template-page-home .shorts-news {
  display: grid;
  gap: 18px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
@media (max-width: 767px) {
  .page-template-page-home .shorts-news {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
}
.page-template-page-home .shorts-news .single {
  display: flex;
  flex-direction: row;
  gap: 8px;
}
.page-template-page-home .shorts-news .single .image {
  display: flex;
  flex: 1;
  aspect-ratio: 1/1;
}
.page-template-page-home .shorts-news .single .image img {
  min-width: 100%;
  min-height: 100%;
  max-height: 100%;
  object-fit: cover;
  object-position: center;
}
.page-template-page-home .shorts-news .single .text {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-decoration: none;
  gap: 8px;
  justify-content: flex-start;
  flex: 2;
  overflow: hidden;
}
.page-template-page-home .shorts-news .single .text .title {
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
  color: #2d2d2d;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  overflow: hidden;
}
@media (max-width: 767px) {
  .page-template-page-home .shorts-news .single .text .title {
    font-size: 16px;
    line-height: 18px;
  }
}
.page-template-page-home .shorts-news .single .text .excerpt {
  font-size: 15px;
  font-weight: 400;
  line-height: 18px;
  color: #767676;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  overflow: hidden;
}
@media (max-width: 767px) {
  .page-template-page-home .shorts-news .single .text .excerpt {
    font-size: 12px;
    line-height: 14px;
  }
}
.page-template-page-home .main {
  display: flex;
  width: 100%;
  justify-content: center;
}
.page-template-page-home .main .wrapper {
  display: flex;
  flex-direction: row;
  gap: 40px;
  padding: 0 20px;
}
@media (max-width: 767px) {
  .page-template-page-home .main .wrapper {
    flex-direction: column;
    gap: 0;
  }
}
.page-template-page-home .main .wrapper .news {
  display: flex;
  width: 100%;
  flex: 1 0 auto;
  flex-direction: column;
  max-width: calc(100% - 320px - 40px);
}
@media (max-width: 1024px) {
  .page-template-page-home .main .wrapper .news {
    max-width: calc(100% - 280px - 40px);
  }
}
@media (max-width: 767px) {
  .page-template-page-home .main .wrapper .news {
    max-width: 100%;
  }
}
.page-template-page-home .main .wrapper .news img {
  max-width: 100%;
}
.page-template-page-home .main .wrapper .news .long {
  display: flex;
  flex-direction: row;
  gap: 16px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .page-template-page-home .main .wrapper .news .long {
    flex-direction: column;
  }
}
.page-template-page-home .main .wrapper .news .long .huge-news {
  max-width: 290px;
  width: max-content;
  gap: 30px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 1024px) {
  .page-template-page-home .main .wrapper .news .long .huge-news {
    max-width: 48%;
  }
}
@media (max-width: 767px) {
  .page-template-page-home .main .wrapper .news .long .huge-news {
    max-width: 100%;
  }
}
.page-template-page-home .main .wrapper .news .long .huge-news .single {
  display: flex;
  flex-direction: column;
}
.page-template-page-home .main .wrapper .news .long .huge-news .single .image {
  display: block;
  margin-bottom: 12px;
  aspect-ratio: 16/9;
  overflow: hidden;
}
.page-template-page-home .main .wrapper .news .long .huge-news .single .image img {
  min-width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.page-template-page-home .main .wrapper .news .long .huge-news .single .title {
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 12px;
  text-decoration: none;
  color: #2d2d2d;
}
@media (max-width: 767px) {
  .page-template-page-home .main .wrapper .news .long .huge-news .single .title {
    font-size: 16px;
    line-height: 20px;
  }
}
.page-template-page-home .main .wrapper .news .long .huge-news .single .excerpt {
  color: #585858;
  font-size: 16px;
  line-height: 18px;
  font-weight: 400;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  overflow: hidden;
}
@media (max-width: 767px) {
  .page-template-page-home .main .wrapper .news .long .huge-news .single .excerpt {
    font-size: 14px;
    line-height: 18px;
  }
}
.page-template-page-home .main .wrapper .news .big-article {
  display: flex;
  flex-direction: row;
  gap: 20px;
}
@media (max-width: 1024px) {
  .page-template-page-home .main .wrapper .news .big-article {
    flex-direction: column;
  }
}
.page-template-page-home .main .wrapper .news .big-article .image {
  aspect-ratio: 1/1;
  max-width: 300px;
  flex: 1 0 100%;
}
@media (max-width: 1024px) {
  .page-template-page-home .main .wrapper .news .big-article .image {
    aspect-ratio: 3/2;
    max-width: 100%;
    flex: 1;
  }
}
.page-template-page-home .main .wrapper .news .big-article .image img {
  height: 100%;
  min-width: 100%;
  object-fit: cover;
  object-position: center;
}
.page-template-page-home .main .wrapper .news .big-article .text .title {
  font-size: 32px;
  line-height: 36px;
  font-weight: 400;
  margin-bottom: 30px;
  color: #2d2d2d;
  display: inline-block;
  text-decoration: none;
}
@media (max-width: 767px) {
  .page-template-page-home .main .wrapper .news .big-article .text .title {
    font-size: 20px;
    line-height: 22px;
    margin-bottom: 12px;
  }
}
.page-template-page-home .main .wrapper .news .big-article .text .excerpt {
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  margin-bottom: 30px;
  display: inline-block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
  line-clamp: 6;
  overflow: hidden;
}
@media (max-width: 767px) {
  .page-template-page-home .main .wrapper .news .big-article .text .excerpt {
    font-size: 14px;
    line-height: 18px;
    color: #767676;
  }
}
.page-template-page-home .main .wrapper .news .big-article .text .button {
  text-transform: none;
}
@media (max-width: 767px) {
  .page-template-page-home .main .wrapper .news .big-article .text .button {
    padding: 8px 16px;
  }
}
.page-template-page-home .main .wrapper .news .latest-news {
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-height: 800px;
}
.page-template-page-home .main .wrapper .news .latest-news .scroller {
  overflow-y: scroll;
  padding-right: 10px;
  scrollbar-color: rgb(0, 154, 181) rgba(0, 154, 181, 0.1);
  scrollbar-width: thin;
}
.page-template-page-home .main .wrapper .news .latest-news .scroller::-webkit-scrollbar {
  width: 3px;
  height: 3px;
}
.page-template-page-home .main .wrapper .news .latest-news .scroller::-webkit-scrollbar-track {
  background: transparent;
}
.page-template-page-home .main .wrapper .news .latest-news .scroller::-webkit-scrollbar-thumb {
  background-color: rgb(0, 154, 181);
  border-radius: 2px;
  border: none;
}
.page-template-page-home .main .wrapper .news .latest-news .button {
  width: 100%;
}
.page-template-page-home .main .wrapper .news .latest-news .single {
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid #E1E1E1;
  padding-bottom: 8px;
  padding-top: 10px;
}
.page-template-page-home .main .wrapper .news .latest-news .single:last-child {
  border-bottom: none;
}
.page-template-page-home .main .wrapper .news .latest-news .single .date {
  font-size: 13px;
  font-weight: 600;
  line-height: 16px;
  color: #009AB5;
  margin-bottom: 4px;
}
.page-template-page-home .main .wrapper .news .latest-news .single .date .tag {
  border-radius: 6px;
  font-size: 12px;
  line-height: 14px;
  padding: 2px 9px;
  display: inline-block;
  color: #000;
  background-color: #d6d6d6;
  margin-left: 8px;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .page-template-page-home .main .wrapper .news .latest-news .single .date .tag {
    font-size: 11px;
    line-height: 12px;
  }
}
.page-template-page-home .main .wrapper .news .latest-news .single .date .tag.blitz {
  background-color: #0D7C7C;
  color: #fff;
}
.page-template-page-home .main .wrapper .news .latest-news .single .date .tag.interview {
  background-color: #0D7C7C;
  color: #fff;
}
.page-template-page-home .main .wrapper .news .latest-news .single .date .tag.prediction {
  background-color: #00B5AA;
  color: #fff;
}
.page-template-page-home .main .wrapper .news .latest-news .single .date .tag.analytics {
  background-color: #00B5AA;
  color: #fff;
}
.page-template-page-home .main .wrapper .news .latest-news .single .date .tag.photo {
  background-color: #000000;
  color: #fff;
}
.page-template-page-home .main .wrapper .news .latest-news .single .date .tag.video {
  background-color: #000000;
  color: #fff;
}
.page-template-page-home .main .wrapper .news .latest-news .single .date .tag.updating {
  background-color: #25C1C1;
  color: #fff;
}
.page-template-page-home .main .wrapper .news .latest-news .single .date .tag.exclusive {
  background-color: #F9152D;
  color: #fff;
}
.page-template-page-home .main .wrapper .news .latest-news .single .date .tag.important {
  background-color: #F9152D;
  color: #fff;
}
.page-template-page-home .main .wrapper .news .latest-news .single .date .tag.special {
  background-color: #009AB5;
  color: #fff;
}
.page-template-page-home .main .wrapper .news .latest-news .single .title {
  text-decoration: none;
  color: #2d2d2d;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
}
@media (max-width: 767px) {
  .page-template-page-home .main .wrapper .news .latest-news .single .title {
    font-size: 16px;
    line-height: 20px;
  }
}
.page-template-page-home .main .wrapper .news .two-cols {
  margin-bottom: 20px;
  margin-top: 32px;
  padding-top: 32px;
  background-image: url(../img/blue_splitter.svg);
  background-repeat: repeat-x;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
@media (max-width: 767px) {
  .page-template-page-home .main .wrapper .news .two-cols {
    display: flex;
    flex-direction: column;
  }
}
.page-template-page-home .main .wrapper .news .two-cols .single {
  display: flex;
  flex-direction: row;
  gap: 8px;
  align-items: flex-start;
  justify-content: flex-start;
}
.page-template-page-home .main .wrapper .news .two-cols .single .image {
  width: 142px;
  height: 90px;
  flex: 0 0 auto;
}
.page-template-page-home .main .wrapper .news .two-cols .single .image img {
  object-fit: cover;
  object-position: center;
  min-width: 100%;
  height: 100%;
}
.page-template-page-home .main .wrapper .news .two-cols .single .title {
  color: #2d2d2d;
  font-size: 18px;
  line-height: 20px;
  text-decoration: none;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  line-clamp: 4;
  overflow: hidden;
}
@media (max-width: 767px) {
  .page-template-page-home .main .wrapper .news .two-cols .single .title {
    font-size: 16px;
    line-height: 20px;
  }
}
.page-template-page-home .blue {
  background-color: #009AB5;
  background-image: url(../img/blue_bg_dots.svg);
  padding: 40px 0 70px;
  color: #fff;
  background-blend-mode: soft-light;
}
.page-template-page-home .blue .section-title {
  color: #fff;
  border-bottom-color: #fff;
}
.page-template-page-home .blue .section-title::after {
  background-color: #fff;
}
.page-template-page-home .blue .video-news {
  display: grid;
  gap: 44px 40px;
  grid-template-columns: 1fr 1fr 1fr;
}
@media (max-width: 1279px) {
  .page-template-page-home .blue .video-news {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 539px) {
  .page-template-page-home .blue .video-news {
    grid-template-columns: 1fr;
  }
}
.page-template-page-home .blue .video-news .cover {
  display: block;
  position: relative;
  margin-bottom: 12px;
}
.page-template-page-home .blue .video-news .cover::before {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  background-image: url(../img/play.svg);
  background-repeat: no-repeat;
  background-position: center;
}
.page-template-page-home .blue .video-news .cover img {
  object-fit: cover;
  display: block;
  object-position: center;
  min-width: 100%;
  aspect-ratio: 16/9;
}
.page-template-page-home .blue .video-news .title {
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 12px;
  color: #fff;
  text-decoration: none;
  display: inline-block;
}
@media (max-width: 767px) {
  .page-template-page-home .blue .video-news .title {
    font-size: 16px;
    line-height: 18px;
  }
}
.page-template-page-home .blue .video-news .title .tag {
  background-color: #000;
  color: #fff;
  padding: 4px 10px;
  font-size: 14px;
  border-radius: 18px;
  text-transform: uppercase;
}
.page-template-page-home .publications {
  display: grid;
  gap: 32px 48px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-bottom: 28px;
}
@media (max-width: 767px) {
  .page-template-page-home .publications {
    display: flex;
    flex-direction: column;
    gap: 28px;
  }
}
.page-template-page-home .publications .single {
  position: relative;
}
.page-template-page-home .publications .single .cover {
  display: block;
  position: relative;
  aspect-ratio: 16/9;
}
.page-template-page-home .publications .single .cover img {
  min-width: 100%;
  object-fit: cover;
  min-height: 100%;
  height: 100%;
}
.page-template-page-home .publications .single .tags {
  position: absolute;
  top: 12px;
  right: 14px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 6px;
}
.page-template-page-home .publications .single .tag {
  position: absolute;
  top: 12px;
  right: 12px;
  border-radius: 14px;
  font-size: 12px;
  line-height: 12px;
  padding: 7px 18px;
  display: inline-block;
  color: #000;
  background-color: #d6d6d6;
  text-transform: uppercase;
}
.page-template-page-home .publications .single .tag.blitz {
  background-color: #0D7C7C;
  color: #fff;
}
.page-template-page-home .publications .single .tag.interview {
  background-color: #0D7C7C;
  color: #fff;
}
.page-template-page-home .publications .single .tag.prediction {
  background-color: #00B5AA;
  color: #fff;
}
.page-template-page-home .publications .single .tag.analytics {
  background-color: #00B5AA;
  color: #fff;
}
.page-template-page-home .publications .single .tag.photo {
  background-color: #000000;
  color: #fff;
}
.page-template-page-home .publications .single .tag.video {
  background-color: #000000;
  color: #fff;
}
.page-template-page-home .publications .single .tag.updating {
  background-color: #25C1C1;
  color: #fff;
}
.page-template-page-home .publications .single .tag.exclusive {
  background-color: #F9152D;
  color: #fff;
}
.page-template-page-home .publications .single .tag.important {
  background-color: #F9152D;
  color: #fff;
}
.page-template-page-home .publications .single .tag.special {
  background-color: #009AB5;
  color: #fff;
}
.page-template-page-home .publications .single .title {
  color: #2d2d2d;
  font-size: 16px;
  line-height: 18px;
  margin-bottom: 16px;
  font-weight: 400;
  text-decoration: none;
  display: inline-block;
}
@media (max-width: 767px) {
  .page-template-page-home .publications .single .title {
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 8px;
  }
}
.page-template-page-home .publications .single .excerpt {
  color: #767676;
  font-size: 15px;
  line-height: 18px;
  font-weight: 400;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  overflow: hidden;
}
@media (max-width: 767px) {
  .page-template-page-home .publications .single .excerpt {
    font-size: 14px;
    line-height: 18px;
  }
}
.page-template-page-home .cats {
  display: flex;
  flex-direction: row;
  gap: 42px;
  padding-bottom: 36px;
}
@media (max-width: 767px) {
  .page-template-page-home .cats {
    flex-direction: column;
    gap: 16px;
    padding-bottom: 0;
  }
}
.page-template-page-home .cats .col {
  display: flex;
  flex-direction: column;
  flex: 1 1 100%;
}
@media (max-width: 767px) {
  .page-template-page-home .cats .col {
    padding-bottom: 20px;
  }
}
.page-template-page-home .cats .col h2 {
  margin-bottom: 4px;
}
.page-template-page-home .cats .col .front {
  padding-bottom: 40px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  flex: 1 0 100%;
  max-height: 510px;
}
@media (max-width: 1024px) {
  .page-template-page-home .cats .col .front {
    padding-bottom: 20px;
    max-height: 452px;
  }
}
.page-template-page-home .cats .col .front .cover {
  display: block;
  position: relative;
  margin-bottom: 20px;
  aspect-ratio: 16/9;
  overflow: hidden;
}
.page-template-page-home .cats .col .front .cover img {
  display: block;
  min-height: 100%;
  min-width: 100%;
  object-position: center;
  object-fit: cover;
}
.page-template-page-home .cats .col .front .cover .cat {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 7px 8px 7px 24px;
  background-color: #009AB5;
  background-image: url(../img/marker-light.svg);
  background-repeat: no-repeat;
  background-position: center left 8px;
  color: #fff;
  font-weight: 600;
  font-size: 10px;
  text-transform: uppercase;
  line-height: 10px;
}
.page-template-page-home .cats .col .front .title {
  display: block;
  text-decoration: none;
  font-size: 20px;
  line-height: 22px;
  color: #2d2d2d;
  font-weight: 400;
  flex: 1 0 auto;
  margin-bottom: 12px;
}
@media (max-width: 767px) {
  .page-template-page-home .cats .col .front .title {
    font-size: 16px;
    line-height: 18px;
  }
}
.page-template-page-home .cats .col .front .extra {
  font-size: 11px;
  color: #767676;
  line-height: 12px;
  display: flex;
  flex-direction: row;
  margin-bottom: 20px;
  margin-top: auto;
}
.page-template-page-home .cats .col .front .extra .time {
  color: #009AB5;
  margin-left: 4px;
}
.page-template-page-home .cats .col .front .extra .comments {
  display: inline-block;
  color: #009AB5;
  padding-left: 14px;
  background-image: url(../img/blue_comment.svg);
  background-position: left center;
  background-repeat: no-repeat;
  text-decoration: none;
  margin-left: auto;
}
.page-template-page-home .cats .col .front .excerpt {
  font-size: 16px;
  line-height: 18px;
  margin-bottom: 20px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  overflow: hidden;
}
@media (max-width: 767px) {
  .page-template-page-home .cats .col .front .excerpt {
    font-size: 14px;
    line-height: 18px;
  }
}
.page-template-page-home .cats .col .front .button {
  padding: 10px 20px;
  margin: auto auto auto 0;
}
.page-template-page-home .cats .col .single {
  display: flex;
  flex-direction: row;
  gap: 8px;
  margin-bottom: 16px;
}
.page-template-page-home .cats .col .single:first-child {
  margin-top: auto;
}
.page-template-page-home .cats .col .single .image {
  width: 140px;
  height: 90px;
  flex: 0 0 auto;
}
.page-template-page-home .cats .col .single .image img {
  object-fit: cover;
  object-position: center;
  min-width: 100%;
  height: 100%;
}
.page-template-page-home .cats .col .single .text {
  flex-direction: column;
  display: flex;
}
.page-template-page-home .cats .col .single .text .time {
  display: inline-block;
  color: #009AB5;
  margin-bottom: 8px;
  font-size: 10px;
  line-height: 12px;
}
.page-template-page-home .cats .col .single .text .title {
  color: #2d2d2d;
  text-decoration: none;
  font-weight: 400;
  font-size: 18px;
  line-height: 20px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  line-clamp: 4;
  overflow: hidden;
}
@media (max-width: 767px) {
  .page-template-page-home .cats .col .single .text .title {
    font-size: 16px;
    line-height: 18px;
  }
}
.page-template-page-home .horizontal {
  display: flex;
  flex-direction: row;
  gap: 42px;
}
@media (max-width: 767px) {
  .page-template-page-home .horizontal {
    flex-direction: column;
    gap: 16px;
    padding-bottom: 0;
  }
}
.page-template-page-home .block-interview .single {
  display: flex;
  flex-direction: column;
}
.page-template-page-home .block-interview .single .cover {
  position: relative;
  z-index: 1;
  display: block;
  aspect-ratio: 16/9;
  overflow: hidden;
  margin-bottom: 16px;
}
.page-template-page-home .block-interview .single .cover::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(rgba(102, 102, 102, 0.1) 0%, rgba(0, 0, 0, 0.8) 100%);
  z-index: 1;
}
.page-template-page-home .block-interview .single .cover img {
  display: block;
  position: relative;
  top: 0;
  left: 0;
  object-fit: cover;
  min-width: 100%;
  min-height: 100%;
}
.page-template-page-home .block-interview .single .cover .date {
  position: absolute;
  bottom: 28px;
  left: 28px;
  z-index: 1;
  color: #C9C9C9;
  text-decoration: none;
  font-size: 14px;
  line-height: 18px;
}
.page-template-page-home .block-interview .single .cover .author {
  position: absolute;
  bottom: 28px;
  right: 28px;
  z-index: 1;
  color: #C9C9C9;
  text-decoration: none;
  font-size: 14px;
  line-height: 18px;
  text-transform: uppercase;
}
.page-template-page-home .block-interview .single .title {
  color: #000000;
  font-size: 30px;
  line-height: 30px;
  font-weight: 400;
  text-decoration: none;
}
@media (max-width: 767px) {
  .page-template-page-home .block-interview .single .title {
    font-size: 20px;
    line-height: 24px;
  }
}
.page-template-page-home .block-blogs {
  display: flex;
  flex-direction: column;
  max-width: 492px;
}
.page-template-page-home .block-blogs .blog-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px 36px;
}
@media (max-width: 539px) {
  .page-template-page-home .block-blogs .blog-list {
    display: flex;
    flex-direction: column;
    gap: 28px;
  }
}
.page-template-page-home .block-blogs .blog-list .single {
  display: flex;
  flex-direction: column;
}
.page-template-page-home .block-blogs .blog-list .single .cover {
  display: block;
  margin-bottom: 16px;
  aspect-ratio: 16/9;
  overflow: hidden;
}
@media (max-width: 767px) {
  .page-template-page-home .block-blogs .blog-list .single .cover {
    flex: 1 0;
  }
}
.page-template-page-home .block-blogs .blog-list .single .cover img {
  object-fit: cover;
  object-position: center;
  min-width: 100%;
  min-height: 100%;
  height: 100%;
}
.page-template-page-home .block-blogs .blog-list .single .title {
  font-weight: 400;
  line-height: 18px;
  font-size: 16px;
  color: #2d2d2d;
  text-decoration: none;
  margin-bottom: 12px;
  display: inline-block;
}
@media (max-width: 767px) {
  .page-template-page-home .block-blogs .blog-list .single .title {
    font-size: 16px;
    line-height: 18px;
  }
}
.page-template-page-home .block-blogs .blog-list .single .excerpt {
  color: #767676;
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  overflow: hidden;
}
@media (max-width: 767px) {
  .page-template-page-home .block-blogs .blog-list .single .excerpt {
    font-size: 13px;
    line-height: 15px;
  }
}
.page-template-page-home .announcements {
  display: flex;
  flex-direction: row;
  gap: 16px;
}
@media (max-width: 1024px) {
  .page-template-page-home .announcements {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .page-template-page-home .announcements {
    flex-direction: column;
    gap: 16px;
    padding-bottom: 20px;
  }
}
.page-template-page-home .announcements .single {
  display: flex;
  flex-direction: row;
  gap: 16px;
  flex: 1;
  aspect-ratio: 3/2;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .page-template-page-home .announcements .single {
    flex: 1 0 calc(50% - 16px);
  }
}
.page-template-page-home .announcements .single .cover {
  flex: 1;
}
@media (max-width: 539px) {
  .page-template-page-home .announcements .single .cover {
    max-width: 120px;
    overflow: hidden;
  }
}
.page-template-page-home .announcements .single .cover img {
  display: block;
  object-fit: cover;
  object-position: center;
  min-height: 100%;
  min-width: 100%;
}
.page-template-page-home .announcements .single .text {
  flex: 1;
}
.page-template-page-home .announcements .single .text .title {
  font-size: 18px;
  line-height: 20px;
  font-weight: 400;
  color: #2d2d2d;
  text-decoration: none;
  display: inline-block;
  margin-bottom: 6px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  overflow: hidden;
}
@media (max-width: 767px) {
  .page-template-page-home .announcements .single .text .title {
    font-size: 18px;
    line-height: 20px;
  }
}
.page-template-page-home .announcements .single .text .excerpt {
  color: #767676;
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  line-clamp: 4;
  overflow: hidden;
}
@media (max-width: 767px) {
  .page-template-page-home .announcements .single .text .excerpt {
    font-size: 15px;
    line-height: 18px;
  }
}
.page-template-page-home .wrapper + .wrapper {
  padding-top: 16px;
}
.page-template-page-home .useful .wrapper {
  display: flex;
  flex-direction: row;
  gap: 58px;
}
@media (max-width: 767px) {
  .page-template-page-home .useful .wrapper {
    flex-direction: column;
    gap: 16px;
    padding: 0 20px;
  }
}
.page-template-page-home .useful .wrapper .topics .list {
  display: flex;
  flex-direction: row;
  gap: 32px;
}
@media (max-width: 1024px) {
  .page-template-page-home .useful .wrapper .topics .list {
    flex-direction: column;
    gap: 16px;
  }
}
.page-template-page-home .useful .wrapper .topics .main {
  display: flex;
  flex-direction: column;
  max-width: 382px;
  justify-content: flex-start;
}
@media (max-width: 1024px) {
  .page-template-page-home .useful .wrapper .topics .main {
    max-width: 100%;
    padding-bottom: 20px;
  }
}
.page-template-page-home .useful .wrapper .topics .main .cover {
  display: block;
  margin-bottom: 20px;
  overflow: hidden;
  aspect-ratio: 16/9;
}
.page-template-page-home .useful .wrapper .topics .main .cover img {
  display: block;
  object-fit: cover;
  min-width: 100%;
  min-height: 100%;
  object-position: center;
  max-width: 382px;
}
.page-template-page-home .useful .wrapper .topics .main .title {
  font-size: 20px;
  line-height: 24px;
  color: #2d2d2d;
  margin-bottom: 16px;
  display: inline-block;
  text-decoration: none;
}
@media (max-width: 767px) {
  .page-template-page-home .useful .wrapper .topics .main .title {
    font-size: 18px;
    line-height: 22px;
  }
}
.page-template-page-home .useful .wrapper .topics .main .excerpt {
  color: #767676;
  font-size: 15px;
  line-height: 18px;
  margin-bottom: 46px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  overflow: hidden;
}
@media (max-width: 767px) {
  .page-template-page-home .useful .wrapper .topics .main .excerpt {
    margin-bottom: 16px;
    font-size: 14px;
    line-height: 18px;
  }
}
.page-template-page-home .useful .wrapper .topics .main .extra {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.page-template-page-home .useful .wrapper .topics .main .extra .date {
  color: #C9C9C9;
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
}
.page-template-page-home .useful .wrapper .topics .main .extra .author {
  color: #C9C9C9;
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
  text-transform: uppercase;
}
.page-template-page-home .useful .wrapper .topics .secondary {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.page-template-page-home .useful .wrapper .topics .secondary .single {
  display: flex;
  flex-direction: row;
  gap: 16px;
  border-bottom: 1px solid #E1E1E1;
}
@media (max-width: 767px) {
  .page-template-page-home .useful .wrapper .topics .secondary .single {
    gap: 8px;
  }
}
.page-template-page-home .useful .wrapper .topics .secondary .single:last-child {
  border-bottom: none;
}
.page-template-page-home .useful .wrapper .topics .secondary .single .cover {
  width: 72px;
  height: 72px;
  flex: 0 0 auto;
  aspect-ratio: 1/1;
  overflow: hidden;
}
@media (max-width: 767px) {
  .page-template-page-home .useful .wrapper .topics .secondary .single .cover {
    flex: 1 0 auto;
    padding-bottom: 8px;
  }
}
.page-template-page-home .useful .wrapper .topics .secondary .single .cover img {
  display: block;
  object-fit: cover;
  min-width: 100%;
  min-height: 100%;
  object-position: center;
}
.page-template-page-home .useful .wrapper .topics .secondary .single .text {
  display: flex;
  flex-direction: column;
}
.page-template-page-home .useful .wrapper .topics .secondary .single .text .title {
  text-decoration: none;
  font-size: 18px;
  line-height: 20px;
  display: inline-block;
  margin-bottom: 6px;
  font-weight: 400;
  color: #2d2d2d;
}
@media (max-width: 767px) {
  .page-template-page-home .useful .wrapper .topics .secondary .single .text .title {
    font-size: 16px;
    line-height: 20px;
  }
}
.page-template-page-home .useful .wrapper .topics .secondary .single .text .excerpt {
  font-size: 14px;
  line-height: 18px;
  color: #767676;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  overflow: hidden;
}
@media (max-width: 767px) {
  .page-template-page-home .useful .wrapper .topics .secondary .single .text .excerpt {
    font-size: 14px;
    line-height: 18px;
  }
}
.page-template-page-home .useful .wrapper .banner {
  min-width: 26%;
}
@media (max-width: 767px) {
  .page-template-page-home .useful .wrapper .banner {
    min-width: 100%;
  }
}
.page-template-page-home .useful .wrapper .banner .banner-vertical {
  width: 100%;
  height: auto;
  display: block;
}
.page-template-page-home .useful .wrapper .banner img {
  min-width: 100%;
  height: auto;
}
.page-template-page-home .business .wrapper {
  display: flex;
  flex-direction: row;
  gap: 32px;
  padding-top: 0;
  padding-bottom: 0;
}
@media (max-width: 767px) {
  .page-template-page-home .business .wrapper {
    flex-direction: column;
    padding-bottom: 0;
    gap: 16px;
  }
}
.page-template-page-home .business .topics {
  flex: 1 0 auto;
  max-width: calc(50% - 16px);
}
@media (max-width: 767px) {
  .page-template-page-home .business .topics {
    max-width: 100%;
  }
}
.page-template-page-home .business .topics .list {
  display: flex;
  flex-direction: row;
  gap: 32px;
}
@media (max-width: 1024px) {
  .page-template-page-home .business .topics .list {
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .page-template-page-home .business .topics .list {
    gap: 16px;
  }
}
.page-template-page-home .business .topics .main {
  display: flex;
  flex-direction: column;
  max-width: 300px;
  flex: 1 0 auto;
}
@media (max-width: 1024px) {
  .page-template-page-home .business .topics .main {
    max-width: 100%;
  }
}
.page-template-page-home .business .topics .main .cover {
  margin-bottom: 20px;
  position: relative;
}
@media (max-width: 895px) {
  .page-template-page-home .business .topics .main .cover img {
    min-width: 100%;
  }
}
.page-template-page-home .business .topics .main .cover .cat {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 7px 8px 7px 24px;
  background-color: #009AB5;
  background-image: url(../img/marker-light.svg);
  background-repeat: no-repeat;
  background-position: center left 8px;
  color: #fff;
  font-weight: 600;
  font-size: 10px;
  text-transform: uppercase;
  line-height: 10px;
}
.page-template-page-home .business .topics .main .title {
  font-size: 20px;
  line-height: 22px;
  color: #2d2d2d;
  font-weight: 400;
  text-decoration: none;
  margin-bottom: 12px;
}
@media (max-width: 767px) {
  .page-template-page-home .business .topics .main .title {
    font-size: 16px;
    line-height: 18px;
  }
}
.page-template-page-home .business .topics .main .extra {
  font-size: 11px;
  color: #767676;
  line-height: 12px;
  display: flex;
  flex-direction: row;
  margin-bottom: 20px;
}
.page-template-page-home .business .topics .main .extra .time {
  color: #009AB5;
  margin-left: 4px;
}
.page-template-page-home .business .topics .main .extra .comments {
  display: inline-block;
  color: #009AB5;
  padding-left: 14px;
  background-image: url(../img/blue_comment.svg);
  background-position: left center;
  background-repeat: no-repeat;
  text-decoration: none;
  margin-left: auto;
}
.page-template-page-home .business .topics .main .excerpt {
  font-size: 16px;
  line-height: 18px;
  color: #767676;
  font-weight: 400;
  margin-bottom: 20px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  line-clamp: 5;
  overflow: hidden;
}
@media (max-width: 767px) {
  .page-template-page-home .business .topics .main .excerpt {
    font-size: 14px;
    line-height: 18px;
  }
}
.page-template-page-home .business .topics .main .button {
  margin-right: auto;
}
@media (max-width: 767px) {
  .page-template-page-home .business .topics .main .button {
    padding: 8px 16px;
    margin-bottom: 20px;
  }
}
.page-template-page-home .business .topics .secondary {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (max-width: 1024px) {
  .page-template-page-home .business .topics .secondary {
    gap: 16px;
    flex: 1 0;
  }
}
.page-template-page-home .business .topics .secondary .single {
  display: flex;
  flex-direction: row;
  gap: 16px;
}
.page-template-page-home .business .topics .secondary .single .cover {
  width: 72px;
  height: 72px;
  flex: 0 0 auto;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .page-template-page-home .business .topics .secondary .single .cover {
    flex: 1 0 auto;
    aspect-ratio: 1/1;
  }
}
.page-template-page-home .business .topics .secondary .single .cover img {
  display: block;
  object-fit: cover;
  min-width: 100%;
  min-height: 100%;
  object-position: center;
}
.page-template-page-home .business .topics .secondary .single .text {
  display: flex;
  flex-direction: column;
}
.page-template-page-home .business .topics .secondary .single .text .time {
  color: #009AB5;
  font-size: 10px;
  line-height: 12px;
  font-weight: 600;
  margin-bottom: 8px;
  display: inline-block;
}
.page-template-page-home .business .topics .secondary .single .text .title {
  text-decoration: none;
  font-size: 18px;
  line-height: 20px;
  display: inline-block;
  margin-bottom: 6px;
  font-weight: 400;
  color: #2d2d2d;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  overflow: hidden;
}
@media (max-width: 767px) {
  .page-template-page-home .business .topics .secondary .single .text .title {
    font-size: 16px;
    line-height: 18px;
  }
}
.page-template-page-home .business .interviews {
  display: flex;
  flex-direction: column;
  flex: 0 1 auto;
}
@media (max-width: 1024px) {
  .page-template-page-home .business .interviews {
    flex: 1 0 calc(50% - 16px);
  }
}
.page-template-page-home .business .interviews .list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px 16px;
}
@media (max-width: 1024px) {
  .page-template-page-home .business .interviews .list {
    display: flex;
    flex-direction: column;
    gap: 28px;
  }
}
.page-template-page-home .business .interviews .list .single .cover {
  display: block;
  margin-bottom: 8px;
}
.page-template-page-home .business .interviews .list .single .cover img {
  aspect-ratio: 16/9;
  object-fit: cover;
  object-position: center;
}
@media (max-width: 895px) {
  .page-template-page-home .business .interviews .list .single .cover img {
    min-width: 100%;
  }
}
.page-template-page-home .business .interviews .list .single .title {
  text-decoration: none;
  color: #2d2d2d;
  font-size: 18x;
  line-height: 20px;
  display: inline-block;
  margin-bottom: 12px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  overflow: hidden;
}
@media (max-width: 767px) {
  .page-template-page-home .business .interviews .list .single .title {
    font-size: 16px;
    line-height: 18px;
  }
}
.page-template-page-home .business .interviews .list .single .excerpt {
  color: #767676;
  font-size: 14px;
  line-height: 16px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  overflow: hidden;
  margin-bottom: 4px;
}
@media (max-width: 767px) {
  .page-template-page-home .business .interviews .list .single .excerpt {
    font-size: 13px;
    line-height: 18px;
  }
}
@media (max-width: 767px) {
  .page-template-page-home .three .wrapper {
    padding: 0 20px;
  }
}
.page-template-page-home .three .wrapper .list {
  gap: 30px;
  display: flex;
  flex-direction: row;
}
@media (max-width: 767px) {
  .page-template-page-home .three .wrapper .list {
    gap: 16px;
    flex-direction: column;
  }
}
.page-template-page-home .three .wrapper .list .single {
  flex: 1;
}
@media (max-width: 767px) {
  .page-template-page-home .three .wrapper .list .single {
    padding-bottom: 20px;
  }
}
.page-template-page-home .three .wrapper .list .single .cover {
  display: block;
  position: relative;
}
.page-template-page-home .three .wrapper .list .single .cover img {
  aspect-ratio: 3/2;
  object-fit: cover;
  object-position: center;
  min-width: 100%;
}
.page-template-page-home .three .wrapper .list .single .cover .tag {
  position: absolute;
  top: 12px;
  right: 20px;
  border-radius: 14px;
  font-size: 12px;
  line-height: 12px;
  padding: 7px 18px;
  display: inline-block;
  color: #000;
  background-color: #d6d6d6;
  text-transform: uppercase;
}
.page-template-page-home .three .wrapper .list .single .cover .tag.blitz {
  background-color: #0D7C7C;
  color: #fff;
}
.page-template-page-home .three .wrapper .list .single .cover .tag.interview {
  background-color: #0D7C7C;
  color: #fff;
}
.page-template-page-home .three .wrapper .list .single .cover .tag.prediction {
  background-color: #00B5AA;
  color: #fff;
}
.page-template-page-home .three .wrapper .list .single .cover .tag.analytics {
  background-color: #00B5AA;
  color: #fff;
}
.page-template-page-home .three .wrapper .list .single .cover .tag.photo {
  background-color: #000000;
  color: #fff;
}
.page-template-page-home .three .wrapper .list .single .cover .tag.video {
  background-color: #000000;
  color: #fff;
}
.page-template-page-home .three .wrapper .list .single .cover .tag.updating {
  background-color: #25C1C1;
  color: #fff;
}
.page-template-page-home .three .wrapper .list .single .cover .tag.exclusive {
  background-color: #F9152D;
  color: #fff;
}
.page-template-page-home .three .wrapper .list .single .cover .tag.important {
  background-color: #F9152D;
  color: #fff;
}
.page-template-page-home .three .wrapper .list .single .cover .tag.special {
  background-color: #009AB5;
  color: #fff;
}
.page-template-page-home .three .wrapper .list .single .title {
  font-size: 18px;
  line-height: 20px;
  color: #2d2d2d;
  text-decoration: none;
}
@media (max-width: 767px) {
  .page-template-page-home .three .wrapper .list .single .title {
    font-size: 16px;
    line-height: 18px;
  }
}
@media (max-width: 767px) {
  .page-template-page-home .four .wrapper {
    padding: 0 20px;
  }
}
.page-template-page-home .four .wrapper .list {
  gap: 30px;
  display: flex;
  flex-direction: row;
}
@media (max-width: 767px) {
  .page-template-page-home .four .wrapper .list {
    gap: 16px;
    flex-direction: column;
  }
}
.page-template-page-home .four .wrapper .list .single {
  flex: 1;
}
.page-template-page-home .four .wrapper .list .single .cover {
  display: block;
  position: relative;
}
@media (max-width: 895px) {
  .page-template-page-home .four .wrapper .list .single .cover {
    margin-bottom: 12px;
  }
}
.page-template-page-home .four .wrapper .list .single .cover img {
  aspect-ratio: 3/2;
  object-fit: cover;
  object-position: center;
  min-width: 100%;
}
.page-template-page-home .four .wrapper .list .single .title {
  font-size: 18px;
  line-height: 24px;
  color: #2d2d2d;
  text-decoration: none;
  display: inline-block;
  margin-bottom: 12px;
}
@media (max-width: 767px) {
  .page-template-page-home .four .wrapper .list .single .title {
    font-size: 16px;
    line-height: 18px;
  }
}
.page-template-page-home .four .wrapper .list .single .excerpt {
  font-size: 16px;
  line-height: 20px;
  color: #585858;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  overflow: hidden;
}
@media (max-width: 767px) {
  .page-template-page-home .four .wrapper .list .single .excerpt {
    font-size: 14px;
    line-height: 18px;
  }
}
@media (max-width: 767px) {
  .page-template-page-home .two {
    padding-bottom: 20px;
  }
}
.page-template-page-home .two h2 {
  margin-bottom: 0;
}
.page-template-page-home .two .wrapper {
  display: flex;
  flex-direction: row;
  gap: 32px;
}
@media (max-width: 767px) {
  .page-template-page-home .two .wrapper {
    gap: 16px;
    flex-direction: column;
  }
}
.page-template-page-home .two .wrapper .col {
  display: flex;
  flex-direction: column;
  flex: 1 0;
}
.page-template-page-home .two .wrapper .col .main {
  display: flex;
  flex-direction: column;
  margin-bottom: 22px;
  justify-content: flex-start;
}
.page-template-page-home .two .wrapper .col .main .cover {
  position: relative;
  z-index: 1;
  display: block;
  margin-bottom: 16px;
  aspect-ratio: 16/9;
  overflow: hidden;
}
.page-template-page-home .two .wrapper .col .main .cover::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(rgba(102, 102, 102, 0.1) 0%, rgba(0, 0, 0, 0.8) 100%);
  z-index: 1;
}
.page-template-page-home .two .wrapper .col .main .cover img {
  display: block;
  position: relative;
  top: 0;
  left: 0;
  object-fit: cover;
  min-width: 100%;
  min-height: 100%;
  aspect-ratio: 16/9;
}
.page-template-page-home .two .wrapper .col .main .cover .date {
  position: absolute;
  bottom: 28px;
  left: 28px;
  z-index: 1;
  color: #C9C9C9;
  text-decoration: none;
  font-size: 14px;
  line-height: 16px;
}
.page-template-page-home .two .wrapper .col .main .cover .author {
  position: absolute;
  bottom: 28px;
  right: 28px;
  z-index: 1;
  color: #C9C9C9;
  text-decoration: none;
  font-size: 14px;
  line-height: 18px;
  text-transform: uppercase;
}
.page-template-page-home .two .wrapper .col .main .title {
  font-size: 18px;
  line-height: 22px;
  color: #2d2d2d;
  text-decoration: none;
  display: inline-block;
  margin-bottom: 12px;
}
@media (max-width: 767px) {
  .page-template-page-home .two .wrapper .col .main .title {
    font-size: 16px;
    line-height: 18px;
  }
}
.page-template-page-home .two .wrapper .col .list {
  display: flex;
  flex-direction: row;
  gap: 28px;
}
@media (max-width: 767px) {
  .page-template-page-home .two .wrapper .col .list {
    flex-direction: column;
    gap: 16px;
  }
}
.page-template-page-home .two .wrapper .col .list .single {
  display: flex;
  flex-direction: column;
  flex: 1;
  gap: 16px;
}
.page-template-page-home .two .wrapper .col .list .single img {
  display: block;
  position: relative;
  top: 0;
  left: 0;
  object-fit: cover;
  min-width: 100%;
  min-height: 100%;
  aspect-ratio: 3/2;
}
.page-template-page-home .two .wrapper .col .list .single .title {
  font-size: 18px;
  line-height: 20px;
  color: #2d2d2d;
  text-decoration: none;
  display: inline-block;
  margin-bottom: 12px;
}
@media (max-width: 767px) {
  .page-template-page-home .two .wrapper .col .list .single .title {
    font-size: 16px;
    line-height: 18px;
  }
}
.page-template-page-home .two .wrapper .col .list .single .excerpt {
  font-size: 14px;
  line-height: 16px;
  font-weight: 400;
  color: #585858;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  overflow: hidden;
}
@media (max-width: 767px) {
  .page-template-page-home .two .wrapper .col .list .single .excerpt {
    font-size: 14px;
    line-height: 18px;
  }
}
.page-template-page-home .corruption .wrapper {
  display: flex;
  flex-direction: row;
  gap: 42px;
  padding-top: 0;
}
@media (max-width: 767px) {
  .page-template-page-home .corruption .wrapper {
    gap: 16px;
    flex-direction: column;
  }
}
.page-template-page-home .corruption .topics {
  flex: 1 0 auto;
  max-width: 50%;
}
@media (max-width: 767px) {
  .page-template-page-home .corruption .topics {
    max-width: 100%;
  }
}
.page-template-page-home .corruption .topics .list {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media (max-width: 767px) {
  .page-template-page-home .corruption .topics .list {
    gap: 16px;
  }
}
.page-template-page-home .corruption .topics .main {
  display: flex;
  flex-direction: row;
  background-color: #009AB5;
  color: #fff;
}
@media (max-width: 1024px) {
  .page-template-page-home .corruption .topics .main {
    gap: 16px;
    flex-direction: column;
    max-width: 100%;
  }
}
.page-template-page-home .corruption .topics .main .cover {
  position: relative;
  display: flex;
  flex: 0 0 300px;
  width: 300px;
  min-height: 300px;
}
@media (max-width: 1024px) {
  .page-template-page-home .corruption .topics .main .cover {
    width: 100%;
  }
}
.page-template-page-home .corruption .topics .main .cover img {
  object-fit: cover;
  min-height: 100%;
  min-width: 100%;
  position: relative;
}
.page-template-page-home .corruption .topics .main .cover .cat {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 7px 8px 7px 24px;
  background-color: #009AB5;
  background-image: url(../img/marker-light.svg);
  background-repeat: no-repeat;
  background-position: center left 8px;
  color: #fff;
  font-weight: 600;
  font-size: 10px;
  text-transform: uppercase;
  line-height: 10px;
}
.page-template-page-home .corruption .topics .main .text {
  padding: 20px;
  justify-content: center;
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .page-template-page-home .corruption .topics .main .text {
    padding-top: 12px;
  }
}
.page-template-page-home .corruption .topics .main .text .title {
  font-size: 20px;
  line-height: 22px;
  color: #fff;
  font-weight: 400;
  text-decoration: none;
  margin-bottom: 12px;
}
@media (max-width: 767px) {
  .page-template-page-home .corruption .topics .main .text .title {
    font-size: 20px;
    line-height: 24px;
  }
}
.page-template-page-home .corruption .topics .main .text .extra {
  font-size: 11px;
  color: #fff;
  line-height: 12px;
  display: flex;
  flex-direction: row;
  margin-bottom: 20px;
}
.page-template-page-home .corruption .topics .main .text .extra .time {
  color: #fff;
  margin-left: 4px;
}
.page-template-page-home .corruption .topics .main .text .extra .comments {
  display: inline-block;
  color: #fff;
  padding-left: 14px;
  background-image: url(../img/white_comment.svg);
  background-position: left center;
  background-repeat: no-repeat;
  text-decoration: none;
  margin-left: auto;
}
.page-template-page-home .corruption .topics .main .text .excerpt {
  font-size: 16px;
  line-height: 18px;
  color: #fff;
  font-weight: 400;
  margin-bottom: 20px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  overflow: hidden;
}
@media (max-width: 767px) {
  .page-template-page-home .corruption .topics .main .text .excerpt {
    font-size: 14px;
    line-height: 16px;
  }
}
.page-template-page-home .corruption .topics .main .text .button {
  margin-right: auto;
  border-color: #fff;
  color: #fff;
  padding: 10px 20px;
}
.page-template-page-home .corruption .topics .secondary {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
@media (max-width: 1024px) {
  .page-template-page-home .corruption .topics .secondary {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
}
.page-template-page-home .corruption .topics .secondary .single {
  display: flex;
  flex-direction: row;
  gap: 16px;
}
.page-template-page-home .corruption .topics .secondary .single .cover {
  width: 72px;
  height: 72px;
  aspect-ratio: 1/1;
  overflow: hidden;
}
@media (max-width: 767px) {
  .page-template-page-home .corruption .topics .secondary .single .cover {
    flex: 0 1 auto;
  }
}
.page-template-page-home .corruption .topics .secondary .single .cover img {
  display: block;
  object-fit: cover;
  min-width: 100%;
  min-height: 100%;
  object-position: center;
}
.page-template-page-home .corruption .topics .secondary .single .text {
  display: flex;
  flex-direction: column;
  flex: 1;
}
@media (max-width: 895px) {
  .page-template-page-home .corruption .topics .secondary .single .text {
    font-size: 16px;
    line-height: 18px;
  }
}
.page-template-page-home .corruption .topics .secondary .single .text .time {
  color: #009AB5;
  font-size: 10px;
  line-height: 12px;
  font-weight: 600;
  display: inline-block;
}
@media (max-width: 895px) {
  .page-template-page-home .corruption .topics .secondary .single .text .time {
    font-size: 12px;
    line-height: 14px;
  }
}
.page-template-page-home .corruption .topics .secondary .single .text .title {
  text-decoration: none;
  font-size: 18px;
  line-height: 20px;
  display: inline-block;
  margin-bottom: 6px;
  font-weight: 400;
  color: #2d2d2d;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  overflow: hidden;
}
@media (max-width: 767px) {
  .page-template-page-home .corruption .topics .secondary .single .text .title {
    font-size: 18px;
    line-height: 22px;
  }
}
.page-template-page-home .corruption .sport {
  display: flex;
  flex-direction: column;
  flex: 0 1 auto;
}
.page-template-page-home .corruption .sport .list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px 36px;
}
@media (max-width: 1024px) {
  .page-template-page-home .corruption .sport .list {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
}
.page-template-page-home .corruption .sport .list .single {
  display: flex;
  flex-direction: column;
}
.page-template-page-home .corruption .sport .list .single .cover {
  display: block;
  margin-bottom: 8px;
  aspect-ratio: 3/2;
}
.page-template-page-home .corruption .sport .list .single .cover img {
  display: block;
  object-fit: cover;
  min-width: 100%;
  min-height: 100%;
  object-position: center;
  aspect-ratio: 3/2;
}
.page-template-page-home .corruption .sport .list .single .title {
  text-decoration: none;
  color: #2d2d2d;
  font-size: 18px;
  line-height: 20px;
  display: inline-block;
  margin-bottom: 12px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  overflow: hidden;
}
@media (max-width: 767px) {
  .page-template-page-home .corruption .sport .list .single .title {
    font-size: 16px;
    line-height: 18px;
  }
}
.page-template-page-home .corruption .sport .list .single .excerpt {
  color: #767676;
  font-size: 14px;
  line-height: 18px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  overflow: hidden;
  margin-bottom: 4px;
}
@media (max-width: 767px) {
  .page-template-page-home .corruption .sport .list .single .excerpt {
    font-size: 14px;
    line-height: 18px;
  }
}

.page-template-page-category .main, .page-template-page-news .main, .single-authors .main, .single-topics .main, .search-results .main, .single-blogs .main, .search-no-results .main {
  display: flex;
  width: 100%;
  justify-content: center;
  font-size: 20px;
  line-height: 24px;
}
.page-template-page-category .main .wrapper, .page-template-page-news .main .wrapper, .single-authors .main .wrapper, .single-topics .main .wrapper, .search-results .main .wrapper, .single-blogs .main .wrapper, .search-no-results .main .wrapper {
  display: flex;
  flex-direction: row;
  gap: 40px;
  padding: 42px 20px;
}
@media (max-width: 767px) {
  .page-template-page-category .main .wrapper, .page-template-page-news .main .wrapper, .single-authors .main .wrapper, .single-topics .main .wrapper, .search-results .main .wrapper, .single-blogs .main .wrapper, .search-no-results .main .wrapper {
    flex-direction: column;
    padding-top: 0;
  }
}
.page-template-page-category .main .wrapper .news, .page-template-page-news .main .wrapper .news, .single-authors .main .wrapper .news, .single-topics .main .wrapper .news, .search-results .main .wrapper .news, .single-blogs .main .wrapper .news, .search-no-results .main .wrapper .news {
  display: flex;
  width: 100%;
  flex: 1 0 auto;
  flex-direction: column;
  max-width: calc(100% - 320px - 40px);
}
@media (max-width: 767px) {
  .page-template-page-category .main .wrapper .news, .page-template-page-news .main .wrapper .news, .single-authors .main .wrapper .news, .single-topics .main .wrapper .news, .search-results .main .wrapper .news, .single-blogs .main .wrapper .news, .search-no-results .main .wrapper .news {
    max-width: 100%;
  }
}
.page-template-page-category .main .wrapper .news img, .page-template-page-news .main .wrapper .news img, .single-authors .main .wrapper .news img, .single-topics .main .wrapper .news img, .search-results .main .wrapper .news img, .single-blogs .main .wrapper .news img, .search-no-results .main .wrapper .news img {
  max-width: 100%;
}
.page-template-page-category .main .wrapper .news > .author, .page-template-page-news .main .wrapper .news > .author, .single-authors .main .wrapper .news > .author, .single-topics .main .wrapper .news > .author, .search-results .main .wrapper .news > .author, .single-blogs .main .wrapper .news > .author, .search-no-results .main .wrapper .news > .author {
  display: flex;
  flex-direction: row;
  gap: 32px;
  margin-bottom: 60px;
}
@media (max-width: 1024px) {
  .page-template-page-category .main .wrapper .news > .author, .page-template-page-news .main .wrapper .news > .author, .single-authors .main .wrapper .news > .author, .single-topics .main .wrapper .news > .author, .search-results .main .wrapper .news > .author, .single-blogs .main .wrapper .news > .author, .search-no-results .main .wrapper .news > .author {
    flex-direction: column;
  }
}
.page-template-page-category .main .wrapper .news > .author .photo, .page-template-page-news .main .wrapper .news > .author .photo, .single-authors .main .wrapper .news > .author .photo, .single-topics .main .wrapper .news > .author .photo, .search-results .main .wrapper .news > .author .photo, .single-blogs .main .wrapper .news > .author .photo, .search-no-results .main .wrapper .news > .author .photo {
  display: flex;
  flex: 1 0 317px;
  flex-direction: column;
}
@media (max-width: 1024px) {
  .page-template-page-category .main .wrapper .news > .author .photo, .page-template-page-news .main .wrapper .news > .author .photo, .single-authors .main .wrapper .news > .author .photo, .single-topics .main .wrapper .news > .author .photo, .search-results .main .wrapper .news > .author .photo, .single-blogs .main .wrapper .news > .author .photo, .search-no-results .main .wrapper .news > .author .photo {
    flex: 1 0 auto;
  }
}
.page-template-page-category .main .wrapper .news > .author .text, .page-template-page-news .main .wrapper .news > .author .text, .single-authors .main .wrapper .news > .author .text, .single-topics .main .wrapper .news > .author .text, .search-results .main .wrapper .news > .author .text, .single-blogs .main .wrapper .news > .author .text, .search-no-results .main .wrapper .news > .author .text {
  display: flex;
  flex-direction: column;
}
.page-template-page-category .main .wrapper .news > .author .text h1, .page-template-page-news .main .wrapper .news > .author .text h1, .single-authors .main .wrapper .news > .author .text h1, .single-topics .main .wrapper .news > .author .text h1, .search-results .main .wrapper .news > .author .text h1, .single-blogs .main .wrapper .news > .author .text h1, .search-no-results .main .wrapper .news > .author .text h1 {
  color: #2d2d2d;
  font-size: 30px;
  line-height: 32px;
  font-weight: 500;
  margin-bottom: 8px;
}
.page-template-page-category .main .wrapper .news > .author .text .position, .page-template-page-news .main .wrapper .news > .author .text .position, .single-authors .main .wrapper .news > .author .text .position, .single-topics .main .wrapper .news > .author .text .position, .search-results .main .wrapper .news > .author .text .position, .single-blogs .main .wrapper .news > .author .text .position, .search-no-results .main .wrapper .news > .author .text .position {
  color: #818181;
  font-size: 20px;
  line-height: 20px;
  margin-bottom: 16px;
}
.page-template-page-category .main .wrapper .news > .author .text:last-child, .page-template-page-news .main .wrapper .news > .author .text:last-child, .single-authors .main .wrapper .news > .author .text:last-child, .single-topics .main .wrapper .news > .author .text:last-child, .search-results .main .wrapper .news > .author .text:last-child, .single-blogs .main .wrapper .news > .author .text:last-child, .search-no-results .main .wrapper .news > .author .text:last-child {
  margin-bottom: 0;
}
.page-template-page-category .main .category-special, .page-template-page-news .main .category-special, .single-authors .main .category-special, .single-topics .main .category-special, .search-results .main .category-special, .single-blogs .main .category-special, .search-no-results .main .category-special {
  position: relative;
  margin-bottom: 32px;
  background-color: #000;
  display: block;
  aspect-ratio: 16/9;
  overflow: hidden;
}
.page-template-page-category .main .category-special .plashka, .page-template-page-news .main .category-special .plashka, .single-authors .main .category-special .plashka, .single-topics .main .category-special .plashka, .search-results .main .category-special .plashka, .single-blogs .main .category-special .plashka, .search-no-results .main .category-special .plashka {
  color: #118899;
  background-color: rgb(196, 196, 196);
  position: absolute;
  left: 24px;
  top: 24px;
  padding: 5px 14px;
  font-size: 16px;
  line-height: 16px;
  border-radius: 14px;
}
.page-template-page-category .main .category-special img, .page-template-page-news .main .category-special img, .single-authors .main .category-special img, .single-topics .main .category-special img, .search-results .main .category-special img, .single-blogs .main .category-special img, .search-no-results .main .category-special img {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  left: 0;
  top: 0;
  opacity: 0.7;
  object-fit: cover;
  object-position: center;
}
.page-template-page-category .main .category-special .title, .page-template-page-news .main .category-special .title, .single-authors .main .category-special .title, .single-topics .main .category-special .title, .search-results .main .category-special .title, .single-blogs .main .category-special .title, .search-no-results .main .category-special .title {
  position: absolute;
  bottom: 34px;
  left: 26px;
  color: #fff;
  font-weight: 500;
  font-size: 24px;
  line-height: 28px;
  max-width: 60%;
  border-bottom: none;
}
@media (max-width: 767px) {
  .page-template-page-category .main .category-special .title, .page-template-page-news .main .category-special .title, .single-authors .main .category-special .title, .single-topics .main .category-special .title, .search-results .main .category-special .title, .single-blogs .main .category-special .title, .search-no-results .main .category-special .title {
    bottom: 12px;
    left: 13px;
    text-shadow: 0 0 10px #000;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    max-width: 80%;
  }
}
.page-template-page-category .main .category-special .tag, .page-template-page-news .main .category-special .tag, .single-authors .main .category-special .tag, .single-topics .main .category-special .tag, .search-results .main .category-special .tag, .single-blogs .main .category-special .tag, .search-no-results .main .category-special .tag {
  position: absolute;
  top: 26px;
  left: 24px;
  color: #000;
  background-color: #d6d6d6;
  border-radius: 25px;
  font-size: 12px;
  padding: 2px 18px;
  text-transform: uppercase;
  flex-direction: row;
  display: flex;
}
@media (max-width: 895px) {
  .page-template-page-category .main .category-special .tag, .page-template-page-news .main .category-special .tag, .single-authors .main .category-special .tag, .single-topics .main .category-special .tag, .search-results .main .category-special .tag, .single-blogs .main .category-special .tag, .search-no-results .main .category-special .tag {
    top: 12px;
    left: 12px;
  }
}
.page-template-page-category .main .category-special .tag img, .page-template-page-news .main .category-special .tag img, .single-authors .main .category-special .tag img, .single-topics .main .category-special .tag img, .search-results .main .category-special .tag img, .single-blogs .main .category-special .tag img, .search-no-results .main .category-special .tag img {
  margin-top: 2px;
  margin-left: 5px !important;
  height: 18px;
  width: 18px !important;
  object-fit: contain;
}
.page-template-page-category .main .category-list, .page-template-page-news .main .category-list, .single-authors .main .category-list, .single-topics .main .category-list, .search-results .main .category-list, .single-blogs .main .category-list, .search-no-results .main .category-list {
  display: flex;
  flex-direction: column;
}
.page-template-page-category .main .category-list .single, .page-template-page-news .main .category-list .single, .single-authors .main .category-list .single, .single-topics .main .category-list .single, .search-results .main .category-list .single, .single-blogs .main .category-list .single, .search-no-results .main .category-list .single {
  display: flex;
  flex-direction: row;
  margin-bottom: 22px;
}
@media (max-width: 1024px) {
  .page-template-page-category .main .category-list .single, .page-template-page-news .main .category-list .single, .single-authors .main .category-list .single, .single-topics .main .category-list .single, .search-results .main .category-list .single, .single-blogs .main .category-list .single, .search-no-results .main .category-list .single {
    flex-direction: column;
  }
}
.page-template-page-category .main .category-list .single .image, .page-template-page-news .main .category-list .single .image, .single-authors .main .category-list .single .image, .single-topics .main .category-list .single .image, .search-results .main .category-list .single .image, .single-blogs .main .category-list .single .image, .search-no-results .main .category-list .single .image {
  width: 290px;
  display: flex;
  flex: 1 0 auto;
  aspect-ratio: 16/9;
  overflow: hidden;
  position: relative;
}
@media (max-width: 1024px) {
  .page-template-page-category .main .category-list .single .image, .page-template-page-news .main .category-list .single .image, .single-authors .main .category-list .single .image, .single-topics .main .category-list .single .image, .search-results .main .category-list .single .image, .single-blogs .main .category-list .single .image, .search-no-results .main .category-list .single .image {
    width: 100%;
    flex: 0 1 auto;
  }
}
.page-template-page-category .main .category-list .single .image img, .page-template-page-news .main .category-list .single .image img, .single-authors .main .category-list .single .image img, .single-topics .main .category-list .single .image img, .search-results .main .category-list .single .image img, .single-blogs .main .category-list .single .image img, .search-no-results .main .category-list .single .image img {
  object-fit: cover;
  min-width: 100%;
  object-position: center;
}
.page-template-page-category .main .category-list .single .image .plashka, .page-template-page-news .main .category-list .single .image .plashka, .single-authors .main .category-list .single .image .plashka, .single-topics .main .category-list .single .image .plashka, .search-results .main .category-list .single .image .plashka, .single-blogs .main .category-list .single .image .plashka, .search-no-results .main .category-list .single .image .plashka {
  color: #118899;
  background-color: rgb(196, 196, 196);
  position: absolute;
  left: 10px;
  top: 10px;
  padding: 3px 12px;
  font-size: 14px;
  line-height: 16px;
  border-radius: 14px;
}
.page-template-page-category .main .category-list .single .image .plashka img, .page-template-page-news .main .category-list .single .image .plashka img, .single-authors .main .category-list .single .image .plashka img, .single-topics .main .category-list .single .image .plashka img, .search-results .main .category-list .single .image .plashka img, .single-blogs .main .category-list .single .image .plashka img, .search-no-results .main .category-list .single .image .plashka img {
  min-width: 14px;
  margin-bottom: -1px;
  position: relative;
  display: inline-block;
}
.page-template-page-category .main .category-list .single .text, .page-template-page-news .main .category-list .single .text, .single-authors .main .category-list .single .text, .single-topics .main .category-list .single .text, .search-results .main .category-list .single .text, .single-blogs .main .category-list .single .text, .search-no-results .main .category-list .single .text {
  padding: 16px 28px;
  background-color: #EDEDED;
}
@media (max-width: 895px) {
  .page-template-page-category .main .category-list .single .text, .page-template-page-news .main .category-list .single .text, .single-authors .main .category-list .single .text, .single-topics .main .category-list .single .text, .search-results .main .category-list .single .text, .single-blogs .main .category-list .single .text, .search-no-results .main .category-list .single .text {
    padding: 16px 16px;
  }
}
.page-template-page-category .main .category-list .single .text .title, .page-template-page-news .main .category-list .single .text .title, .single-authors .main .category-list .single .text .title, .single-topics .main .category-list .single .text .title, .search-results .main .category-list .single .text .title, .single-blogs .main .category-list .single .text .title, .search-no-results .main .category-list .single .text .title {
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 18px;
  display: inline-block;
  text-decoration: none;
  color: #2d2d2d;
  border-bottom: none;
  font-weight: 500;
}
@media (max-width: 895px) {
  .page-template-page-category .main .category-list .single .text .title, .page-template-page-news .main .category-list .single .text .title, .single-authors .main .category-list .single .text .title, .single-topics .main .category-list .single .text .title, .search-results .main .category-list .single .text .title, .single-blogs .main .category-list .single .text .title, .search-no-results .main .category-list .single .text .title {
    font-size: 18px;
    line-height: 22px;
  }
}
.page-template-page-category .main .category-list .single .text .excerpt, .page-template-page-news .main .category-list .single .text .excerpt, .single-authors .main .category-list .single .text .excerpt, .single-topics .main .category-list .single .text .excerpt, .search-results .main .category-list .single .text .excerpt, .single-blogs .main .category-list .single .text .excerpt, .search-no-results .main .category-list .single .text .excerpt {
  color: #303030;
  font-size: 15px;
  line-height: 18px;
  word-break: break-all;
}
@media (max-width: 767px) {
  .page-template-page-category .main .category-list .single .text .excerpt, .page-template-page-news .main .category-list .single .text .excerpt, .single-authors .main .category-list .single .text .excerpt, .single-topics .main .category-list .single .text .excerpt, .search-results .main .category-list .single .text .excerpt, .single-blogs .main .category-list .single .text .excerpt, .search-no-results .main .category-list .single .text .excerpt {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    overflow: hidden;
  }
}
.page-template-page-category .main .category-list .single .text footer, .page-template-page-news .main .category-list .single .text footer, .single-authors .main .category-list .single .text footer, .single-topics .main .category-list .single .text footer, .search-results .main .category-list .single .text footer, .single-blogs .main .category-list .single .text footer, .search-no-results .main .category-list .single .text footer {
  color: #767676;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.page-template-page-category .main .category-list .single .text footer .date, .page-template-page-news .main .category-list .single .text footer .date, .single-authors .main .category-list .single .text footer .date, .single-topics .main .category-list .single .text footer .date, .search-results .main .category-list .single .text footer .date, .single-blogs .main .category-list .single .text footer .date, .search-no-results .main .category-list .single .text footer .date {
  font-size: 14px;
  line-height: 18px;
  font-weight: 600;
}
.page-template-page-category .main .category-list .single .text footer .author, .page-template-page-news .main .category-list .single .text footer .author, .single-authors .main .category-list .single .text footer .author, .single-topics .main .category-list .single .text footer .author, .search-results .main .category-list .single .text footer .author, .single-blogs .main .category-list .single .text footer .author, .search-no-results .main .category-list .single .text footer .author {
  font-size: 12px;
  line-height: 16px;
  font-weight: 600;
  text-decoration: none;
  text-transform: uppercase;
}
.page-template-page-category .category-list, .page-template-page-news .category-list, .single-authors .category-list, .single-topics .category-list, .search-results .category-list, .single-blogs .category-list, .search-no-results .category-list {
  margin-bottom: 56px;
}
.page-template-page-category .sidebar .latest-news, .page-template-page-news .sidebar .latest-news, .single-authors .sidebar .latest-news, .single-topics .sidebar .latest-news, .search-results .sidebar .latest-news, .single-blogs .sidebar .latest-news, .search-no-results .sidebar .latest-news {
  max-height: 550px;
  margin-bottom: 20px;
  padding-right: 28px;
  overflow-y: scroll;
  padding-right: 10px;
  scrollbar-color: rgb(0, 154, 181) rgba(0, 154, 181, 0.1);
  scrollbar-width: thin;
}
.page-template-page-category .sidebar .latest-news::-webkit-scrollbar, .page-template-page-news .sidebar .latest-news::-webkit-scrollbar, .single-authors .sidebar .latest-news::-webkit-scrollbar, .single-topics .sidebar .latest-news::-webkit-scrollbar, .search-results .sidebar .latest-news::-webkit-scrollbar, .single-blogs .sidebar .latest-news::-webkit-scrollbar, .search-no-results .sidebar .latest-news::-webkit-scrollbar {
  width: 3px;
  height: 3px;
}
.page-template-page-category .sidebar .latest-news::-webkit-scrollbar-track, .page-template-page-news .sidebar .latest-news::-webkit-scrollbar-track, .single-authors .sidebar .latest-news::-webkit-scrollbar-track, .single-topics .sidebar .latest-news::-webkit-scrollbar-track, .search-results .sidebar .latest-news::-webkit-scrollbar-track, .single-blogs .sidebar .latest-news::-webkit-scrollbar-track, .search-no-results .sidebar .latest-news::-webkit-scrollbar-track {
  background: transparent;
}
.page-template-page-category .sidebar .latest-news::-webkit-scrollbar-thumb, .page-template-page-news .sidebar .latest-news::-webkit-scrollbar-thumb, .single-authors .sidebar .latest-news::-webkit-scrollbar-thumb, .single-topics .sidebar .latest-news::-webkit-scrollbar-thumb, .search-results .sidebar .latest-news::-webkit-scrollbar-thumb, .single-blogs .sidebar .latest-news::-webkit-scrollbar-thumb, .search-no-results .sidebar .latest-news::-webkit-scrollbar-thumb {
  background-color: rgb(0, 154, 181);
  border-radius: 2px;
  border: none;
}
.page-template-page-category .sidebar .news-tiles, .page-template-page-news .sidebar .news-tiles, .single-authors .sidebar .news-tiles, .single-topics .sidebar .news-tiles, .search-results .sidebar .news-tiles, .single-blogs .sidebar .news-tiles, .search-no-results .sidebar .news-tiles {
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding-top: 0;
  background-image: none;
  margin-top: 20px;
}
.page-template-page-category .sidebar .news-tiles img, .page-template-page-news .sidebar .news-tiles img, .single-authors .sidebar .news-tiles img, .single-topics .sidebar .news-tiles img, .search-results .sidebar .news-tiles img, .single-blogs .sidebar .news-tiles img, .search-no-results .sidebar .news-tiles img {
  aspect-ratio: 3/2;
  object-fit: cover;
  object-position: center;
}
.page-template-page-category .sidebar .news-tiles .image, .page-template-page-news .sidebar .news-tiles .image, .single-authors .sidebar .news-tiles .image, .single-topics .sidebar .news-tiles .image, .search-results .sidebar .news-tiles .image, .single-blogs .sidebar .news-tiles .image, .search-no-results .sidebar .news-tiles .image {
  margin-bottom: 12px;
}
.page-template-page-category .sidebar .news-tiles .title, .page-template-page-news .sidebar .news-tiles .title, .single-authors .sidebar .news-tiles .title, .single-topics .sidebar .news-tiles .title, .search-results .sidebar .news-tiles .title, .single-blogs .sidebar .news-tiles .title, .search-no-results .sidebar .news-tiles .title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-size: 18px;
  line-height: 22px;
  font-weight: 500;
  color: #2d2d2d;
  margin-bottom: 12px;
}
.page-template-page-category .sidebar .news-tiles .excerpt, .page-template-page-news .sidebar .news-tiles .excerpt, .single-authors .sidebar .news-tiles .excerpt, .single-topics .sidebar .news-tiles .excerpt, .search-results .sidebar .news-tiles .excerpt, .single-blogs .sidebar .news-tiles .excerpt, .search-no-results .sidebar .news-tiles .excerpt {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  color: #767676;
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 0;
}
.page-template-page-category .sidebar .sidebar_cats, .page-template-page-news .sidebar .sidebar_cats, .single-authors .sidebar .sidebar_cats, .single-topics .sidebar .sidebar_cats, .search-results .sidebar .sidebar_cats, .single-blogs .sidebar .sidebar_cats, .search-no-results .sidebar .sidebar_cats {
  background-color: #F4F4F4;
  padding: 38px;
  margin-top: 42px;
}
.page-template-page-category .sidebar .sidebar_cats li, .page-template-page-news .sidebar .sidebar_cats li, .single-authors .sidebar .sidebar_cats li, .single-topics .sidebar .sidebar_cats li, .search-results .sidebar .sidebar_cats li, .single-blogs .sidebar .sidebar_cats li, .search-no-results .sidebar .sidebar_cats li {
  margin-bottom: 20px;
  display: block;
  position: relative;
  padding-left: 20px;
}
.page-template-page-category .sidebar .sidebar_cats li::before, .page-template-page-news .sidebar .sidebar_cats li::before, .single-authors .sidebar .sidebar_cats li::before, .single-topics .sidebar .sidebar_cats li::before, .search-results .sidebar .sidebar_cats li::before, .single-blogs .sidebar .sidebar_cats li::before, .search-no-results .sidebar .sidebar_cats li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  display: block;
  background-color: #009AB5;
  border-radius: 50%;
  width: 9px;
  height: 9px;
}
.page-template-page-category .sidebar .sidebar_cats li a, .page-template-page-news .sidebar .sidebar_cats li a, .single-authors .sidebar .sidebar_cats li a, .single-topics .sidebar .sidebar_cats li a, .search-results .sidebar .sidebar_cats li a, .single-blogs .sidebar .sidebar_cats li a, .search-no-results .sidebar .sidebar_cats li a {
  color: #000;
  font-size: 20px;
  line-height: 24px;
  text-decoration: none;
  font-weight: 500;
}

.single-topics .main-title {
  font-size: 30px;
  font-weight: 500;
  line-height: 30px;
  text-align: left;
  color: #2d2d2d;
  text-transform: uppercase;
  padding-right: 12px;
  background-image: url(../img/blue_dot.svg);
  background-repeat: no-repeat;
  background-position: right bottom 2px;
  margin-right: auto;
}
.single-topics .intro .photo {
  position: relative;
  margin-bottom: 28px;
}
.single-topics .intro .photo::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background: linear-gradient(360deg, rgba(0, 0, 0, 0.5) -2.83%, rgba(102, 102, 102, 0) 85.84%);
}
.single-topics .intro .photo img {
  display: block;
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
  object-position: center;
}
.single-topics .intro .photo h1 {
  position: absolute;
  left: 26px;
  bottom: 34px;
  z-index: 1;
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  line-height: 28px;
  text-align: left;
  max-width: 60%;
}
@media (max-width: 767px) {
  .single-topics .intro .photo h1 {
    max-width: 100%;
  }
}
.single-topics .intro .photo .tag {
  position: absolute;
  left: 26px;
  top: 20px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 500;
  line-height: 12px;
  padding: 7px 18px;
  text-align: center;
  text-transform: uppercase;
}
.single-topics .authors-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 26px;
}
.single-topics .authors-list .single-author {
  padding: 6px;
  width: 100%;
  display: flex;
  flex-direction: row;
  gap: 6px;
  align-items: center;
  flex: 0 1;
}
.single-topics .authors-list .single-author.editor {
  margin-left: auto;
}
.single-topics .authors-list .single-author.author {
  margin-right: auto;
}
.single-topics .authors-list .single-author .image {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  overflow: hidden;
  flex: 0 1 auto;
  border: none;
}
.single-topics .authors-list .single-author .image img {
  object-fit: cover;
  object-position: center;
  min-width: 100%;
  height: 100%;
}
.single-topics .authors-list .single-author .text {
  display: flex;
  flex-direction: column;
  margin-right: auto;
  white-space: nowrap;
}
.single-topics .authors-list .single-author .text .name {
  font-size: 14px;
  font-weight: 500;
  line-height: 14px;
  text-align: left;
  color: #000;
  text-decoration: none;
  border-bottom: none;
}
.single-topics .authors-list .single-author .text .status {
  color: #818181;
  font-size: 12px;
  font-weight: 500;
  line-height: 12px;
  text-align: left;
}

.single .main, .error404 .main {
  display: flex;
  width: 100%;
  justify-content: center;
}
.single .main .wrapper, .error404 .main .wrapper {
  display: flex;
  flex-direction: row;
  gap: 40px;
  padding: 42px 20px;
}
@media (max-width: 767px) {
  .single .main .wrapper, .error404 .main .wrapper {
    flex-direction: column;
    padding: 16px 20px;
  }
}
.single .main .wrapper .news, .error404 .main .wrapper .news {
  display: flex;
  width: 100%;
  flex: 1 0 auto;
  flex-direction: column;
  max-width: calc(100% - 320px - 40px);
}
@media (max-width: 767px) {
  .single .main .wrapper .news, .error404 .main .wrapper .news {
    max-width: 100%;
  }
}
.single .main .wrapper .news img, .error404 .main .wrapper .news img {
  max-width: 100%;
}
.single .sidebar .latest-news, .error404 .sidebar .latest-news {
  max-height: 550px;
  margin-bottom: 20px;
  padding-right: 28px;
  overflow-y: scroll;
  padding-right: 10px;
  scrollbar-color: rgb(0, 154, 181) rgba(0, 154, 181, 0.1);
  scrollbar-width: thin;
}
.single .sidebar .latest-news::-webkit-scrollbar, .error404 .sidebar .latest-news::-webkit-scrollbar {
  width: 3px;
  height: 3px;
}
.single .sidebar .latest-news::-webkit-scrollbar-track, .error404 .sidebar .latest-news::-webkit-scrollbar-track {
  background: transparent;
}
.single .sidebar .latest-news::-webkit-scrollbar-thumb, .error404 .sidebar .latest-news::-webkit-scrollbar-thumb {
  background-color: rgb(0, 154, 181);
  border-radius: 2px;
  border: none;
}
.single .sidebar .news-tiles, .error404 .sidebar .news-tiles {
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding-top: 0;
  background-image: none;
  margin-top: 20px;
}
.single .sidebar .news-tiles img, .error404 .sidebar .news-tiles img {
  aspect-ratio: 3/2;
  object-fit: cover;
  object-position: center;
}
.single .sidebar .news-tiles .image, .error404 .sidebar .news-tiles .image {
  margin-bottom: 12px;
}
.single .sidebar .news-tiles .title, .error404 .sidebar .news-tiles .title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-size: 18px;
  line-height: 22px;
  font-weight: 500;
  color: #2d2d2d;
  margin-bottom: 12px;
}
.single .sidebar .news-tiles .excerpt, .error404 .sidebar .news-tiles .excerpt {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  color: #767676;
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 0;
}
.single .sidebar .sidebar_cats, .error404 .sidebar .sidebar_cats {
  background-color: #F4F4F4;
  padding: 38px;
  margin-top: 42px;
}
.single .sidebar .sidebar_cats li, .error404 .sidebar .sidebar_cats li {
  margin-bottom: 20px;
  display: block;
  position: relative;
  padding-left: 20px;
}
.single .sidebar .sidebar_cats li::before, .error404 .sidebar .sidebar_cats li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  display: block;
  background-color: #009AB5;
  border-radius: 50%;
  width: 9px;
  height: 9px;
}
.single .sidebar .sidebar_cats li a, .error404 .sidebar .sidebar_cats li a {
  color: #000;
  font-size: 20px;
  line-height: 24px;
  text-decoration: none;
  font-weight: 500;
}
.single .authors-list, .error404 .authors-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 26px;
}
.single .authors-list .single-author, .error404 .authors-list .single-author {
  padding: 6px;
  width: 100%;
  display: flex;
  flex-direction: row;
  gap: 6px;
  align-items: center;
  flex: 0 1;
}
@media (min-width: 540px) {
  .single .authors-list .single-author.editor, .error404 .authors-list .single-author.editor {
    margin-left: auto;
  }
}
.single .authors-list .single-author .image, .error404 .authors-list .single-author .image {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  overflow: hidden;
  flex: 0 1 auto;
  border: none;
}
.single .authors-list .single-author .image img, .error404 .authors-list .single-author .image img {
  object-fit: cover;
  object-position: center;
  min-width: 100%;
  height: 100%;
}
.single .authors-list .single-author .text, .error404 .authors-list .single-author .text {
  display: flex;
  flex-direction: column;
  margin-right: auto;
  white-space: nowrap;
}
.single .authors-list .single-author .text .name, .error404 .authors-list .single-author .text .name {
  font-size: 14px;
  font-weight: 500;
  line-height: 14px;
  text-align: left;
  color: #000;
  text-decoration: none;
  border-bottom: none;
}
.single .authors-list .single-author .text .status, .error404 .authors-list .single-author .text .status {
  color: #818181;
  font-size: 12px;
  font-weight: 500;
  line-height: 12px;
  text-align: left;
}

.article, article {
  display: flex;
  width: 100%;
  flex: 1 0 auto;
  flex-direction: column;
  max-width: calc(100% - 320px - 40px);
  font-size: 20px;
  line-height: 24px;
}
@media (max-width: 767px) {
  .article, article {
    max-width: 100%;
  }
}
.article .cover-image, article .cover-image {
  position: relative;
  margin-bottom: 20px;
}
.article .cover-image img, article .cover-image img {
  min-width: 100%;
}
.article .cover-image .tag, article .cover-image .tag {
  position: absolute;
  top: 26px;
  left: 24px;
  color: #000;
  background-color: #d6d6d6;
  border-radius: 25px;
  font-size: 12px;
  padding: 2px 18px;
  text-transform: uppercase;
}
@media (max-width: 895px) {
  .article .cover-image .tag, article .cover-image .tag {
    top: 12px;
    left: 12px;
  }
}
.article .cover-image .tag img, article .cover-image .tag img {
  min-width: 22px;
  margin-bottom: -6px;
  position: relative;
}
.article > iframe, article > iframe {
  position: relative !important;
  margin-bottom: 20px;
  width: 100% !important;
}
.article img, article img {
  max-width: 100%;
}
.article > img, article > img {
  width: 100%;
  aspect-ratio: 16/9;
  object-position: center;
  object-fit: cover;
}
.article strong + img, article strong + img {
  min-height: 22px;
  position: relative;
  top: 4px;
  margin-left: 4px;
}
.article h1, article h1 {
  font-weight: 500;
  font-size: 30px;
  line-height: 36px;
  margin-bottom: 28px;
}
.article h1 span.plashka, article h1 span.plashka {
  color: #118899;
  background-color: rgb(196, 196, 196);
  position: relative;
  padding: 6px 14px;
  font-size: 18px;
  display: inline-block;
  line-height: 16px;
  border-radius: 14px;
  top: -2px;
}
.article h2, article h2 {
  font-weight: 500;
  font-size: 25px;
  line-height: 28px;
  margin-bottom: 28px;
}
.article h3, article h3 {
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 24px;
}
.article h4, article h4 {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 20px;
}
.article ul, .article ol, article ul, article ol {
  margin-bottom: 32px;
}
.article ul li, .article ol li, article ul li, article ol li {
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 12px;
}
.article ul, article ul {
  padding-left: 54px;
}
@media (max-width: 895px) {
  .article ul, article ul {
    padding-left: 16px;
  }
}
.article ul li, article ul li {
  padding-left: 20px;
  position: relative;
}
@media (max-width: 895px) {
  .article ul li, article ul li {
    font-size: 16px;
    line-height: 24px;
  }
}
.article ul li::before, article ul li::before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #303030;
  position: absolute;
  top: 8px;
  left: 0;
}
.article ol, article ol {
  clear: both;
  counter-reset: list-number;
  margin-bottom: 32px;
}
.article ol li, article ol li {
  position: relative;
  color: #000;
  font-style: normal;
  font-weight: 400;
}
@media (min-width: 1280px) {
  .article ol li, article ol li {
    font-size: 20px;
    line-height: 136.5%;
    margin-bottom: 12px;
    padding-left: 36px;
  }
}
@media (max-width: 1279px) {
  .article ol li, article ol li {
    font-size: 16px;
    line-height: 140%;
    margin-bottom: 16px;
    padding-left: 36px;
  }
}
.article ol li::before, article ol li::before {
  counter-increment: list-number;
  content: counters(list-number, ".") " ";
  position: absolute;
  left: 10px;
}
.article ol li > ul, article ol li > ul {
  margin-top: 20px;
  padding-left: 0;
}
@media (min-width: 1280px) {
  .article ol li > ul, article ol li > ul {
    margin-bottom: 28px;
  }
}
@media (max-width: 1279px) {
  .article ol li > ul, article ol li > ul {
    margin-bottom: 16px;
  }
}
.article ol li > ul li::before, article ol li > ul li::before {
  width: 8px;
  height: 8px;
  top: 8px;
}
.article > .author, article > .author {
  background-color: rgb(237, 237, 237);
  padding: 6px;
  width: 100%;
  display: flex;
  flex-direction: row;
  gap: 6px;
  margin-bottom: 25px;
  align-items: center;
}
.article > .author .image, article > .author .image {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  overflow: hidden;
  flex: 0 1 auto;
  border: none;
}
.article > .author .image img, article > .author .image img {
  object-fit: cover;
  object-position: center;
}
.article > .author .text, article > .author .text {
  display: flex;
  flex-direction: column;
  margin-right: auto;
}
.article > .author .text .name, article > .author .text .name {
  font-size: 14px;
  font-weight: 500;
  line-height: 14px;
  text-align: left;
}
.article > .author .text .status, article > .author .text .status {
  color: #818181;
  font-size: 12px;
  font-weight: 500;
  line-height: 12px;
  text-align: left;
}
.article > .author .experience, .article > .author .publications, .article > .author .recognition, article > .author .experience, article > .author .publications, article > .author .recognition {
  font-size: 14px;
  font-weight: 500;
  line-height: 14px;
  text-align: left;
  padding: 0 12px;
}
.article > .author .experience span, .article > .author .publications span, .article > .author .recognition span, article > .author .experience span, article > .author .publications span, article > .author .recognition span {
  font-size: 16px;
  line-height: 16px;
}
.article > .author .recognition, article > .author .recognition {
  max-width: 130px;
}
.article > .author .publications, article > .author .publications {
  max-width: 180px;
}
.article > .author .experience, article > .author .experience {
  max-width: 120px;
}
.article > img, article > img {
  margin-bottom: 20px;
}
.article .date, article .date {
  background-image: url(../img/blue_date.svg);
  background-repeat: no-repeat;
  background-position: center left;
  padding-left: 28px;
  color: #767676;
  font-size: 16px;
  line-height: 18px;
  display: inline-block;
  margin-bottom: 20px;
  background-size: contain;
}
.article h2, article h2 {
  font-size: 30px;
  line-height: 34px;
  margin-bottom: 42px;
}
.article h3, article h3 {
  font-size: 25px;
  line-height: 30px;
  margin-bottom: 42px;
}
.article h4, article h4 {
  color: #2d2d2d;
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
  text-align: left;
  margin-bottom: 32px;
}
.article h5, article h5 {
  color: #2d2d2d;
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
  text-align: left;
  margin-bottom: 32px;
}
.article .wp-block-image, article .wp-block-image {
  margin-bottom: 32px;
}
.article .wp-block-image img, article .wp-block-image img {
  overflow: hidden;
  object-fit: cover;
  object-position: center;
}
.article a, article a {
  color: #303030;
  text-decoration: none;
  font-weight: bold;
  border-bottom: 1px solid;
}
.article em, article em {
  font-style: italic;
}
.article strong, article strong {
  font-weight: bold;
}
.article .wp-block-post-author, article .wp-block-post-author {
  background-color: rgb(237, 237, 237);
  padding: 6px;
  width: 100%;
  display: inline-flex;
  margin-right: auto;
  flex-direction: row;
  gap: 6px;
  align-items: center;
  flex: 0 1;
  margin-bottom: 20px;
  width: auto;
}
.article .wp-block-post-author .wp-block-post-author__avatar, article .wp-block-post-author .wp-block-post-author__avatar {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  overflow: hidden;
  flex: 0 1 auto;
  border: none;
}
.article .wp-block-post-author .wp-block-post-author__avatar img, article .wp-block-post-author .wp-block-post-author__avatar img {
  object-fit: cover;
  object-position: center;
}
.article .wp-block-post-author .wp-block-post-author__content, article .wp-block-post-author .wp-block-post-author__content {
  display: flex;
  flex-direction: column;
  margin-right: auto;
  white-space: nowrap;
}
.article .wp-block-post-author .wp-block-post-author__content .wp-block-post-author__name, article .wp-block-post-author .wp-block-post-author__content .wp-block-post-author__name {
  font-size: 14px;
  font-weight: 500;
  line-height: 14px;
  text-align: left;
  color: #000;
  text-decoration: none;
}

h1 + img {
  margin-top: 32px;
}

.intro + .table-of-contents, h1 + .table-of-contents {
  margin-top: 32px;
}

.table-of-contents {
  background-color: #EDEDED;
  padding: 22px 30px;
  max-height: 68px;
  overflow: hidden;
  margin-bottom: 40px;
  transition: max-height 0.3s ease-in-out;
}
.table-of-contents #title, .table-of-contents h2 {
  text-decoration: none;
  font-size: 20px;
  line-height: 24px;
  font-weight: 500;
  color: #2d2d2d;
  padding-left: 36px;
  background-image: url(../img/icon_plus.svg);
  background-repeat: no-repeat;
  background-position: left top 2px;
  margin-bottom: 18px;
  display: inline-block;
  cursor: pointer;
  border-bottom: none;
}
.table-of-contents ul, .table-of-contents ol {
  padding-left: 36px;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
.table-of-contents ul li, .table-of-contents ol li {
  margin-bottom: 10px;
}
.table-of-contents ul li::before, .table-of-contents ol li::before {
  font-size: 18px;
  left: 14px;
  top: 2px;
  color: #009ab5;
  font-weight: 600;
}
.table-of-contents ul li a, .table-of-contents ol li a {
  color: #303030;
  font-size: 16px;
  line-height: 18px;
  text-decoration: none;
}
.table-of-contents.active {
  max-height: 100vh;
}
.table-of-contents.active #title {
  background-image: url(../img/icon_minus.svg);
  background-position: left top 11px;
}
.table-of-contents.active ul, .table-of-contents.active ol {
  opacity: 1;
}

.page-template-page-news .main {
  display: flex;
  width: 100%;
  justify-content: center;
  font-size: 20px;
  line-height: 24px;
}
.page-template-page-news .main .wrapper {
  display: flex;
  flex-direction: row;
  gap: 40px;
  padding: 42px 20px;
}
@media (max-width: 767px) {
  .page-template-page-news .main .wrapper {
    flex-direction: column;
    padding-top: 0;
  }
}
.page-template-page-news .main .wrapper .news {
  display: flex;
  width: 100%;
  flex: 1 0 auto;
  flex-direction: column;
  max-width: calc(100% - 320px - 40px);
}
@media (max-width: 767px) {
  .page-template-page-news .main .wrapper .news {
    max-width: 100%;
  }
}
.page-template-page-news .main .wrapper .news img {
  max-width: 100%;
}
.page-template-page-news .main .wrapper .news > .author {
  display: flex;
  flex-direction: row;
  gap: 32px;
  margin-bottom: 60px;
}
@media (max-width: 1024px) {
  .page-template-page-news .main .wrapper .news > .author {
    flex-direction: column;
  }
}
.page-template-page-news .main .wrapper .news > .author .photo {
  display: flex;
  flex: 1 0 317px;
  flex-direction: column;
}
@media (max-width: 1024px) {
  .page-template-page-news .main .wrapper .news > .author .photo {
    flex: 1 0 auto;
  }
}
.page-template-page-news .main .wrapper .news > .author .text {
  display: flex;
  flex-direction: column;
}
.page-template-page-news .main .wrapper .news > .author .text h1 {
  color: #2d2d2d;
  font-size: 30px;
  line-height: 32px;
  font-weight: 500;
  margin-bottom: 8px;
}
.page-template-page-news .main .wrapper .news > .author .text .position {
  color: #818181;
  font-size: 20px;
  line-height: 20px;
  margin-bottom: 16px;
}
.page-template-page-news .main .wrapper .news > .author .text:last-child {
  margin-bottom: 0;
}
.page-template-page-news .main .category-special {
  position: relative;
  margin-bottom: 32px;
  background-color: #000;
  display: block;
  aspect-ratio: 16/9;
  overflow: hidden;
}
.page-template-page-news .main .category-special img {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  left: 0;
  top: 0;
  opacity: 0.7;
  object-fit: cover;
  object-position: center;
}
.page-template-page-news .main .category-special .title {
  position: absolute;
  bottom: 34px;
  left: 26px;
  color: #fff;
  font-weight: 500;
  font-size: 24px;
  line-height: 28px;
  max-width: 60%;
  border-bottom: none;
}
@media (max-width: 767px) {
  .page-template-page-news .main .category-special .title {
    bottom: 12px;
    left: 13px;
    text-shadow: 0 0 10px #000;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    max-width: 80%;
  }
}
.page-template-page-news .main .category-special .tag {
  position: absolute;
  top: 26px;
  left: 24px;
  color: #000;
  background-color: #d6d6d6;
  border-radius: 25px;
  font-size: 12px;
  padding: 2px 18px;
  text-transform: uppercase;
}
.page-template-page-news .main .category-list {
  display: flex;
  flex-direction: column;
}
.page-template-page-news .main .category-list .single {
  display: flex;
  flex-direction: row;
  margin-bottom: 22px;
}
@media (max-width: 1024px) {
  .page-template-page-news .main .category-list .single {
    flex-direction: column;
  }
}
.page-template-page-news .main .category-list .single .image {
  width: 290px;
  display: flex;
  flex: 1 0 auto;
  aspect-ratio: 16/9;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .page-template-page-news .main .category-list .single .image {
    width: 100%;
    flex: 0 1 auto;
  }
}
.page-template-page-news .main .category-list .single .image img {
  object-fit: cover;
  min-width: 100%;
  object-position: center;
}
.page-template-page-news .main .category-list .single .text {
  padding: 16px 28px;
  background-color: #EDEDED;
}
.page-template-page-news .main .category-list .single .text .title {
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 18px;
  display: inline-block;
  text-decoration: none;
  color: #2d2d2d;
  border-bottom: none;
  font-weight: 500;
}
.page-template-page-news .main .category-list .single .text .excerpt {
  color: #303030;
  font-size: 15px;
  line-height: 18px;
}
.page-template-page-news .main .category-list .single .text footer {
  color: #767676;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.page-template-page-news .main .category-list .single .text footer .date {
  font-size: 14px;
  line-height: 18px;
  font-weight: 600;
}
.page-template-page-news .main .category-list .single .text footer .author {
  font-size: 12px;
  line-height: 16px;
  font-weight: 600;
  text-decoration: none;
  text-transform: uppercase;
}
.page-template-page-news .category-list {
  margin-bottom: 56px;
}
.page-template-page-news .sidebar .latest-news {
  max-height: 550px;
  overflow-y: scroll;
  margin-bottom: 20px;
  padding-right: 28px;
  padding-right: 10px;
  scrollbar-color: rgb(0, 154, 181) rgba(0, 154, 181, 0.1);
  scrollbar-width: thin;
}
.page-template-page-news .sidebar .latest-news::-webkit-scrollbar {
  width: 3px;
  height: 3px;
}
.page-template-page-news .sidebar .latest-news::-webkit-scrollbar-track {
  background: transparent;
}
.page-template-page-news .sidebar .latest-news::-webkit-scrollbar-thumb {
  background-color: rgb(0, 154, 181);
  border-radius: 2px;
  border: none;
}
.page-template-page-news .sidebar .news-tiles {
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding-top: 0;
  background-image: none;
  margin-top: 20px;
}
.page-template-page-news .sidebar .news-tiles img {
  aspect-ratio: 3/2;
  object-fit: cover;
  object-position: center;
}
.page-template-page-news .sidebar .news-tiles .image {
  margin-bottom: 12px;
}
.page-template-page-news .sidebar .news-tiles .title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-size: 18px;
  line-height: 22px;
  font-weight: 500;
  color: #2d2d2d;
  margin-bottom: 12px;
}
.page-template-page-news .sidebar .news-tiles .excerpt {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  color: #767676;
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 0;
}
.page-template-page-news .sidebar .sidebar_cats {
  background-color: #F4F4F4;
  padding: 38px;
  margin-top: 42px;
}
.page-template-page-news .sidebar .sidebar_cats li {
  margin-bottom: 20px;
  display: block;
  position: relative;
  padding-left: 20px;
}
.page-template-page-news .sidebar .sidebar_cats li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  display: block;
  background-color: #009AB5;
  border-radius: 50%;
  width: 9px;
  height: 9px;
}
.page-template-page-news .sidebar .sidebar_cats li a {
  color: #000;
  font-size: 20px;
  line-height: 24px;
  text-decoration: none;
  font-weight: 500;
}/*# sourceMappingURL=main.css.map */