@media screen and (max-width: 1024px) {
  .header_top {
    padding-bottom: 16px;
  }
  .header_top .page_container {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .header .main_logo:not(:has(a)) img,
  .header .main_logo a img {
    height: 43px;
  }
  .header .main_logo:not(:has(a)) span,
  .header .main_logo a span {
    margin-left: 6px;
    padding-left: 6px;
    width: 180px;
    font-size: 75%;
  }
  .header .menu_block {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    overflow: hidden;
    background: #ffffff;
    z-index: 99;
    padding: 0;
    -o-transition: height 0.5s;
    -ms-transition: height 0.5s;
    -moz-transition: height 0.5s;
    -webkit-transition: height 0.5s;
    transition: height 0.5s;
  }
  .header .menu_inner {
    height: 100dvh;
    display: flex;
    flex-direction: column-reverse;
  }
  .header_actions {
    padding: 16px 16px;
    background-color: #1A293E;
    flex-direction: column-reverse;
    gap: 16px;
    align-items: flex-start;
  }
  .header .search_block,
  .header .search_form {
    width: 100%;
  }
  .header .main_menu {
    flex: 1;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    padding-bottom: 40px;
  }
  .header .main_menu:has(.opened) {
    overflow-y: hidden;
  }
  .header .main_menu > ul {
    flex-direction: column;
    margin: 0;
    width: 100%;
  }
  .header .main_menu > ul > li {
    margin: 0;
    padding: 0;
  }
  .header .main_menu > ul > li > a.submenu_btn:before {
    transform: rotate(-90deg) !important;
    -moz-transform: rotate(-90deg) !important;
    -ms-transform: rotate(-90deg) !important;
    -webkit-transform: rotate(-90deg) !important;
    -o-transform: rotate(-90deg) !important;
  }
  .header .main_menu > ul > li > .submenu_list {
    position: absolute;
    right: 0;
    top: 134px;
    width: 0;
    bottom: 0;
    background: #ffffff;
    overflow-x: hidden;
    overflow-y: auto;
    left: auto;
    z-index: 50;
    -o-transition: width 0.5s;
    -ms-transition: width 0.5s;
    -moz-transition: width 0.5s;
    -webkit-transition: width 0.5s;
    transition: width 0.5s;
  }
  .header .main_menu > ul > li > .submenu_list .submenu_list {
    display: none;
  }
  .header .main_menu > ul > li > .submenu_list .submenu_list a {
    padding-left: 44px;
  }
  .header .main_menu > ul > li > .submenu_list > li {
    margin: 0;
    padding: 0;
  }
  .header .main_menu > ul > li > .submenu_list > li.opened .submenu_btn {
    background: transparent;
  }
  .header .main_menu > ul > li > .submenu_list > li.opened .submenu_btn:before {
    transform: scaleY(-1);
    -moz-transform: scaleY(-1);
    -ms-transform: scaleY(-1);
    -webkit-transform: scaleY(-1);
    -o-transform: scaleY(-1);
  }
  .header .main_menu > ul > li.fixed > .submenu_list {
    position: fixed;
  }
  .header .main_menu > ul > li.opened > .submenu_list {
    width: 100%;
  }
  .header .main_menu > ul a {
    padding: 16px 16px;
    width: 100%;
  }
  .header .donate_btn {
    align-self: center;
    width: calc(100% - 32px);
    max-width: 360px;
    min-height: 42px;
    margin: 20px 16px 0;
  }
  .header .submenu_list li {
    width: 100vw;
    margin: 0;
  }
  .header .back_btn {
    padding: 10px 16px !important;
    background: #ffffff;
    position: sticky;
    top: 0;
  }
  .header .back_btn button {
    display: flex;
    border: none;
    background: #E9EBEE;
    color: inherit;
    padding: 12px;
    border-radius: 8px;
    justify-content: space-between;
    gap: 6px;
    line-height: 1.5em;
    width: 100%;
    font-weight: 500;
  }
  .header .back_btn button:before {
    display: block;
    font-size: 2.4rem;
  }
  .header .back_btn button:after {
    display: block;
    content: "";
    min-width: 24px;
  }
  .menu_opened {
    overflow: hidden;
  }
  .menu_opened .menu_block {
    height: 100%;
  }
  .donate_popup .popup_container {
    padding: 16px;
    max-width: 640px;
  }
  .donate_popup .popup_close {
    top: 10px;
    right: 10px;
  }
  .donate_popup .radio_btn {
    padding-inline: 16px 10px;
    font-size: 87.5%;
  }
}
@media screen and (max-width: 575px) {
  .donate_popup .field_block {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .donate_popup .submit_btn {
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .footer_top {
    padding: 0;
  }
  .footer_bottom {
    font-size: 68.75%;
    line-height: 14px;
  }
  .footer .main_logo img {
    height: 86px;
  }
  .footer .socials_list {
    margin-inline: -10px;
  }
  .footer .socials_list a {
    margin: 0 10px;
  }
  .footer .socials_list a:before {
    font-size: 4rem;
  }
}
@media screen and (max-width: 1024px) and (hover: none) {
  .footer .socials_list a {
    margin: -4px 6px;
    padding: 4px;
  }
}
@media screen and (max-width: 1024px) {
  .back_to_top {
    width: 40px;
    height: 56px;
    margin-top: -28px;
  }
  .back_to_top:before {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 768px) {
  .footer .logo_actions {
    flex: 0 0 100%;
    max-width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    flex-wrap: wrap;
  }
  .footer .donate_btn,
  .footer .socials_list {
    margin-top: 0;
  }
}
@media screen and (max-width: 575px) {
  .footer_bottom {
    flex-direction: column;
    gap: 20px;
    align-items: flex-start;
  }
  .footer_contacts {
    -moz-column-count: 1;
    -webkit-column-count: 1;
    column-count: 1;
  }
}
@media screen and (max-width: 1024px) {
  .structure_tree .branch_block {
    padding: 10px;
  }
  .structure_tree .branch_name {
    padding-bottom: 10px;
  }
  .structure_tree > li > ul {
    padding-right: 0;
    gap: 30px;
    margin-top: 30px;
    align-items: flex-start;
  }
  .structure_tree > li > ul > li:first-child {
    padding-bottom: 0;
  }
  .structure_tree > li > ul > li:first-child .branch_block > .connection {
    width: 22px;
  }
  .structure_tree > li > ul > li:last-child > .connection {
    height: 22px;
  }
  .structure_tree > li > ul > li:last-child > .branch_block > .branch_item {
    max-width: 46%;
  }
  .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 > ul > li > .branch_block li .branch_item {
    font-size: 75%;
    line-height: 14px;
  }
  .structure_tree > li > ul > li > .branch_block > .branch_item {
    font-size: 87.5%;
    max-width: 240px;
  }
  .structure_tree > li > ul > li > ul {
    padding: 5px;
  }
  .structure_tree > li > ul > li > ul li {
    padding: 5px;
  }
  .structure_tree > li > ul > li > ul .branch_item {
    font-size: 75%;
    height: 48px;
  }
  .structure_tree > li > .branch_block {
    width: 480px;
    max-width: 100%;
  }
  .structure_tree > li > .branch_block .branch_item {
    font-size: 87.5%;
    max-width: 240px;
  }
  .structure_tree > li > .branch_block .connection:first-of-type {
    width: 10vw;
    bottom: -28px;
  }
  .structure_tree > li > .branch_block .connection:last-of-type {
    width: 3vw;
    bottom: -97px;
  }
}
@media screen and (max-width: 768px) {
  .structure_tree > li > ul {
    justify-content: center;
    max-width: 480px;
    margin-inline: auto;
  }
  .structure_tree > li > ul > li:first-child {
    flex: 0 0 18.8%;
    max-width: 18.8%;
    aspect-ratio: 1;
    flex-direction: row;
    justify-content: flex-end;
    transform-origin: center;
    -webkit-transfrom-origin: center;
    transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
  }
  .structure_tree > li > ul > li:first-child .branch_block {
    display: flex;
    gap: 10px;
    align-items: center;
    white-space: nowrap;
  }
  .structure_tree > li > ul > li:first-child .branch_block .connection {
    left: 50%;
    top: 100%;
    transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    margin-top: 14px;
  }
  .structure_tree > li > ul > li:first-child .branch_name {
    padding-bottom: 0;
  }
  .structure_tree > li > ul > li:last-child {
    max-width: calc(81.2% - 30px);
  }
  .structure_tree > li > ul > li:last-child > .connection {
    height: 22px;
  }
  .structure_tree > li > ul > li:last-child > .branch_block > .branch_item {
    max-width: calc(100% - 8px);
  }
  .structure_tree > li > ul > li:last-child > .branch_block li:not(:nth-child(2)) .branch_item:before {
    transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    left: 100%;
    top: 0;
    margin-left: 30px;
    margin-top: 19px;
    transform-origin: top left;
    -webkit-transfrom-origin: top left;
  }
  .structure_tree > li > ul > li:last-child > .branch_block li:not(:nth-child(2)) .branch_item:after {
    transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    left: 100%;
    top: 0;
    margin-left: 10px;
    margin-top: 15px;
    transform-origin: top left;
    -webkit-transfrom-origin: top left;
  }
  .structure_tree > li > ul > li > .branch_block ul {
    gap: 27px;
  }
  .structure_tree > li > ul > li > .branch_block li {
    height: 200px;
    max-width: calc(33.33% - 18px);
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .structure_tree > li > ul > li > .branch_block li .branch_item {
    transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform-origin: center;
    -webkit-transfrom-origin: center;
    flex: 0 0 200px;
    width: 200px;
  }
  .structure_tree > li > ul > li > .branch_block li .connection {
    width: calc(100% - 17px);
    left: 50%;
    margin-left: 23px;
  }
  .structure_tree > li > ul > li > .branch_block li:before {
    margin-left: -27px;
  }
  .structure_tree > li > ul > li > .branch_block > .branch_item {
    font-size: 87.5%;
    max-width: 240px;
  }
  .structure_tree > li > ul > li > ul li {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .structure_tree > li > .branch_block {
    width: 480px;
  }
  .structure_tree > li > .branch_block:after {
    display: block;
    content: "";
    position: absolute;
    right: 0;
    width: 15px;
    top: 50%;
    height: 10px;
    margin-top: -5px;
    background: inherit;
    z-index: 3;
    pointer-events: none;
  }
  .structure_tree > li > .branch_block .branch_item {
    font-size: 87.5%;
    max-width: 240px;
  }
  .structure_tree > li > .branch_block .connection:first-of-type {
    width: 2px;
    top: 100%;
    left: 9.4%;
  }
  .structure_tree > li > .branch_block .connection:first-of-type:after {
    transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    margin-top: 2px;
    margin-right: -1px;
  }
  .structure_tree > li > .branch_block .connection:last-of-type {
    width: 33px;
    left: 100%;
    top: 50%;
    margin-left: -13px;
    bottom: -97px;
    border-width: 2px 2px 2px 0;
    margin-top: 0;
  }
  .structure_tree > li > .branch_block .connection:last-of-type:before {
    transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform-origin: left top;
    -webkit-transfrom-origin: left top;
    left: 12px;
    margin-top: 6px;
  }
  .structure_tree > li > .branch_block .connection:last-of-type:after {
    transform: scaleX(-1);
    -moz-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    right: auto;
    left: 0;
  }
}
@media screen and (max-width: 575px) {
  .structure_tree {
    padding-right: 20px;
  }
}

/*# sourceMappingURL=index-m.css.map */
