/*!***************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[0].use[3]!./template-parts/block-featured-posts/block-featured-posts.scss ***!
  \***************************************************************************************************************************************************************************************************************************************/
.header_right-switcher.desktop {
  display: block; }

.header_right-switcher.mobile {
  display: none; }

.header_right-switcher .wpml-ls-legacy-dropdown {
  width: auto;
  background-color: transparent;
  border: none; }

.header_right-switcher li a {
  background-color: transparent;
  border: none; }
  .header_right-switcher li a::after {
    color: #fff; }
  .header_right-switcher li a span {
    display: none; }

.header_right-switcher .wpml-ls-legacy-dropdown .wpml-ls-current-language:hover > a,
.header_right-switcher .wpml-ls-legacy-dropdown a:focus, .header_right-switcher .wpml-ls-legacy-dropdown a:hover {
  background-color: transparent; }

.header_right-switcher .wpml-ls-legacy-dropdown .wpml-ls-sub-menu {
  border: none; }

@media screen and (max-width: 1440px) {
  .header_right-switcher.desktop {
    display: none; }
  .header_right-switcher.mobile {
    display: block;
    position: fixed;
    bottom: -250px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 50;
    transition: 0.3s ease; }
    .header_right-switcher.mobile .wpml-ls-legacy-dropdown .wpml-ls-item {
      display: flex;
      align-items: center; }
    .header_right-switcher.mobile .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle {
      padding-right: 10px; }
    .header_right-switcher.mobile .wpml-ls-legacy-dropdown .wpml-ls-sub-menu {
      visibility: visible;
      position: relative;
      display: flex;
      align-items: center; }
    .header_right-switcher.mobile li a::after {
      display: none; }
    .header_right-switcher.mobile.open {
      bottom: 50px;
      transition: 0.3s ease; } }

.page-not-found {
  height: 100vh; }
  .page-not-found-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    flex-direction: column; }
    .page-not-found-inner h1 {
      margin-bottom: 25px; }
    .page-not-found-inner p {
      margin-bottom: 40px; }

.featured-posts {
  padding-bottom: 48px; }
  .featured-posts_items {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 30px;
    width: 100%;
    margin: 25px 0; }
    @media screen and (max-width: 1080px) {
      .featured-posts_items {
        grid-template-columns: repeat(2, 1fr); } }
    @media screen and (max-width: 730px) {
      .featured-posts_items {
        grid-template-columns: 1fr; } }
  .featured-posts_item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.3);
    color: #171717;
    border-radius: 10px;
    overflow: hidden; }
    .featured-posts_item-content {
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      justify-content: space-between;
      padding: 25px; }
    .featured-posts_item-img img {
      width: 100%;
      height: auto;
      object-fit: cover;
      min-height: 250px; }
      @media screen and (max-width: 375px) {
        .featured-posts_item-img img {
          min-height: 150px; } }
    .featured-posts_item-categories {
      display: flex;
      align-items: flex-start;
      justify-content: flex-start;
      flex-wrap: wrap;
      width: 100%;
      margin-bottom: 10px;
      gap: 15px; }
    .featured-posts_item-category {
      padding: 5px 13px;
      background: #0d6efd;
      color: #fff;
      border-radius: 35px; }
    .featured-posts_item-text {
      margin: 25px 0; }
    .featured-posts_item-bottom {
      display: flex;
      align-items: center;
      justify-content: flex-start;
      width: 100%; }
    .featured-posts_item-author-img {
      margin-right: 25px; }
      .featured-posts_item-author-img img {
        border-radius: 50%; }
    .featured-posts_item-date-box {
      display: flex;
      align-items: center;
      justify-content: flex-start;
      flex-wrap: wrap;
      width: 100%;
      opacity: 0.6; }
    .featured-posts_item-dot {
      width: 2px;
      height: 2px;
      background: #171717;
      border-radius: 50%;
      margin: 0 12px; }
  .featured-posts_link {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
    color: #0d6efd; }
    .featured-posts_link svg {
      width: 12px;
      height: auto;
      object-fit: cover;
      margin-left: 7px; }

