@media screen and (min-width: 1025px) {
  .header {
    backdrop-filter: blur(14px);
  }
  .header .mobile_filed,
  .header .menu_btn {
    display: none;
  }
  .header_actions {
    position: absolute;
    right: 0;
  }
  .header .block_action {
    white-space: nowrap;
    padding-left: 10px;
  }
  .header .menu_block {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
  }
  .header .menu_inner {
    display: flex;
    align-items: center;
    width: 100%;
  }
  .header .main_menu {
    justify-content: center;
    text-align: center;
    margin: 0 auto;
  }
  .header .submenu_list {
    display: none;
    position: absolute;
    background-color: #ffffff;
    border-radius: 8px;
    box-shadow: 4px 4px 20px 1px rgba(0, 0, 0, 0.03);
    outline-offset: -1px;
    width: 230px;
  }
  .header .submenu_list:after {
    display: block;
    content: "";
    height: 14px;
  }
  .header .submenu_list li {
    position: relative;
    padding-inline: 14px;
  }
  .header .submenu_list li:not(:first-child) {
    margin-top: 8px;
  }
  .header .submenu_list .submenu_list {
    left: 100%;
    top: 0;
  }
}
@media screen and (min-width: 1025px) and (min-height: 641px) and (max-height: 768px) {
  .header .submenu_list li:not(:first-child) {
    margin-top: 4px;
  }
  .header .submenu_list li a {
    padding-block: 8px;
  }
}
@media screen and (min-width: 1025px) and (max-height: 640px) {
  .header .submenu_list li:not(:first-child) {
    margin-top: 2px;
  }
  .header .submenu_list li a {
    padding-block: 6px;
  }
}
@media screen and (min-width: 1281px) and (max-width: 1440px) {
  .header .main_menu > ul {
    margin-left: -15px;
  }
  .header .main_menu > ul > li {
    padding-inline: 15px;
  }
  .header .main_menu > ul > li > .submenu_list {
    left: 15px;
  }
  .header .main_menu ul a.submenu_btn {
    gap: 4px;
  }
  .header .main_logo:not(:has(a)) img,
  .header .main_logo a img {
    height: 64px;
  }
  .header .main_logo:not(:has(a)) span,
  .header .main_logo a span {
    margin-left: 16px;
    padding-left: 16px;
    width: 260px;
    font-size: 100%;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1280px) {
  .header .main_menu > ul {
    margin-left: -10px;
    font-size: 87.5%;
  }
  .header .main_menu > ul > li {
    padding-inline: 10px;
  }
  .header .main_menu > ul > li > .submenu_list {
    left: 10px;
    top: 25px;
  }
  .header .main_menu ul a.submenu_btn {
    gap: 2px;
  }
  .header .main_menu ul a.submenu_btn:before {
    font-size: 2rem;
  }
  .header .main_logo:not(:has(a)) img,
  .header .main_logo a img {
    height: 56px;
  }
  .header .main_logo:not(:has(a)) span,
  .header .main_logo a span {
    margin-left: 12px;
    padding-left: 12px;
    width: 220px;
    font-size: 87.5%;
  }
  .header .submenu_list {
    width: 280px;
  }
}
@media screen and (min-width: 1201px) {
  .footer {
    padding: 60px 40px 30px;
  }
  .footer .main_logo {
    padding-right: 40px;
  }
  .footer_main {
    padding-left: 40px;
  }
  .footer_title {
    font-size: 1.4rem;
  }
  .footer_contacts li {
    padding-top: 26px;
  }
  .footer .contact_item {
    font-size: 1.6rem;
  }
  .footer_menu a {
    font-size: 1.6rem;
  }
  .footer_bottom {
    padding-top: 60px;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1200px) {
  .footer {
    padding: 40px 20px 30px;
  }
  .footer .main_logo {
    padding-right: 20px;
  }
  .footer_main {
    padding-left: 20px;
  }
  .footer_title {
    font-size: 1.4rem;
  }
  .footer_contacts li {
    padding-top: 20px;
  }
  .footer .contact_item {
    font-size: 1.4rem;
  }
  .footer_menu {
    margin: 0 -10px;
  }
  .footer_menu li {
    padding: 0 10px 20px;
  }
  .footer_menu a {
    font-size: 1.4rem;
  }
  .footer_bottom {
    padding-top: 40px;
  }
}
@media screen and (min-width: 1025px) {
  .latest_section .news_list li:first-child a .image_block {
    aspect-ratio: 955/716;
  }
  .news_section .news_list li {
    flex: 0 0 25%;
    max-width: 25%;
  }
}

/*# sourceMappingURL=news-l.css.map */
