@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: 1281px) and (max-width: 1440px) {
  .structure_tree > li > ul {
    padding-right: 40px;
    gap: 160px;
  }
  .structure_tree > li > ul > li:first-child .branch_block > .connection {
    width: 152px;
  }
  .structure_tree > li > .branch_block .connection:first-of-type {
    width: 100px;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1280px) {
  .structure_tree > li > ul {
    padding-right: 0;
    gap: 80px;
  }
  .structure_tree > li > ul > li:first-child .branch_block > .connection {
    width: 72px;
  }
  .structure_tree > li > ul > li > .branch_block ul {
    gap: 20px;
  }
  .structure_tree > li > ul > li > .branch_block li:before {
    margin-left: -20px;
  }
  .structure_tree > li > ul > li > .branch_block li > .connection {
    width: 18px;
    margin-left: 1px;
  }
  .structure_tree > li > ul > li > .branch_block li > .connection:before {
    left: 0;
    width: 6px;
    height: 8px;
    margin-top: -4px;
    border-width: 4px 6px 4px 0;
  }
  .structure_tree > li > ul > li > .branch_block li > .connection:after {
    right: 0;
    width: 6px;
    height: 8px;
    margin-top: -4px;
    border-width: 4px 0 4px 6px;
  }
  .structure_tree > li > .branch_block {
    width: 480px;
  }
  .structure_tree > li > .branch_block .connection:first-of-type {
    width: 100px;
    bottom: -104px;
  }
  .structure_tree > li > .branch_block .connection:last-of-type {
    width: 46px;
  }
}

/*# sourceMappingURL=index-l.css.map */
