@media screen and (min-width: 1025px) {
  .header {
    border-bottom: 1px solid #E9EBEE;
  }
  .header .menu_btn {
    display: none;
  }
  .header .menu_block {
    position: relative;
  }
  .header_actions {
    position: absolute;
    right: 0;
    bottom: 100%;
    padding-right: 20px;
    margin-bottom: 14px;
    height: 70px;
    gap: 30px;
    align-items: center;
  }
  .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: 1px solid #E9EBEE;
    outline-offset: -1px;
    width: 336px;
  }
  .header .submenu_list:before, .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: -14px;
  }
}
@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%;
  }
  .header_actions {
    height: 64px;
  }
}
@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;
  }
  .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_actions {
    height: 56px;
  }
  .header .submenu_list {
    width: 280px;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1440px) {
  .donate_popup .popup_container {
    padding: 24px;
    max-width: 720px;
  }
  .donate_popup .popup_close {
    top: 20px;
    right: 20px;
  }
}
@media screen and (min-width: 1025px) {
  .partners_filter {
    margin-top: 30px;
  }
  .categories_list {
    padding: 5px;
    border-radius: 10px;
    gap: 10px;
  }
  .categories_list a {
    padding-inline: 20px;
    height: 51px;
    font-size: 112.5%;
    line-height: 1.3em;
    font-family: "mardoto-medium", "roboto-medium";
  }
  .alphabet_filter {
    margin-top: 30px;
    flex-wrap: wrap;
  }
  .alphabet_filter a {
    font-size: 112.5%;
    line-height: 1.3em;
    border-radius: 8px;
    flex: 0 0 50px;
    font-family: "mardoto-medium", "roboto-medium";
  }
}
@media screen and (min-width: 1025px) and (max-width: 1280px) {
  .partners_list {
    row-gap: 30px;
  }
  .partners_list li {
    flex: 0 0 33.33%;
    max-width: 33.33%;
  }
}

/*# sourceMappingURL=index-l.css.map */
