@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) {
  .faq_search {
    margin-top: 20px;
  }
  .faq_list {
    margin-top: 20px;
  }
  .faq_list > li {
    padding-bottom: 4px;
  }
  .faq_list .question_block {
    gap: 12px;
    padding: 14px;
    margin-bottom: -4px;
    font-size: 100%;
    line-height: 1.5em;
  }
  .faq_list .answer_block {
    padding: 0 14px;
    font-size: 100%;
  }
  .faq_list .answer_block:after {
    height: 10px;
  }
}

/*# sourceMappingURL=index-m.css.map */
