@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) {
  body {
    background-color: #ffffff;
  }

  .page_head .page_icon {
    margin-bottom: 20px;
  }
  .page_head .page_icon img {
    height: 70px;
  }
  .page_head .short_desc,
.page_head .main_image {
    margin-top: 26px;
  }
  .page_head .news_date {
    margin-bottom: 14px;
  }

  .text_content {
    margin-top: 26px;
    padding-top: 26px;
  }

  .links_list,
.news_gallery {
    margin-top: 26px;
  }

  .gallery_slider {
    margin-inline: -16px;
    padding-inline: 9px;
  }

  .error_page .short_desc {
    margin-top: 20px;
  }
  .error_page .primary_btn {
    margin-top: 30px;
  }
}
@media screen and (max-width: 768px) {
  .error_page .image_block,
.error_page .info_block {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .error_page .info_block {
    order: 2;
    margin-top: 14px;
    text-align: center;
  }
  .error_page img {
    max-height: 50svh;
  }
}
@media screen and (min-width: 641px) and (max-width: 1024px) {
  .gallery_slider:not(.swiper-initialized) .swiper-slide {
    flex: 0 0 34.48%;
    max-width: 34.48%;
  }
}
@media screen and (min-width: 480px) and (max-width: 640px) {
  .gallery_slider:not(.swiper-initialized) .swiper-slide {
    flex: 0 0 41.67%;
    max-width: 41.67%;
  }
}
@media screen and (max-width: 479px) {
  .gallery_slider:not(.swiper-initialized) .swiper-slide {
    flex: 0 0 62.5%;
    max-width: 62.5%;
  }
}

/*# sourceMappingURL=index-m.css.map */
