@media screen and (max-width: 1024px) {
  .header {
    padding: 0;
    top: 10px;
  }
  .header_inner {
    border: 1px solid;
    border-image-source: linear-gradient(271.55deg, rgba(255, 255, 255, 0.12) 53.49%, rgba(255, 255, 255, 0) 62.19%);
    box-shadow: -5px -5px 250px 0px rgba(255, 255, 255, 0.05) inset;
    background: rgba(255, 255, 255, 0.1);
    padding: 6px 15px;
    border-radius: 10px;
  }
  .header .menu_btn {
    background-color: transparent;
  }
  .header .main_logo:not(:has(a)) img,
  .header .main_logo a img {
    height: 43px;
  }
  .header_bottom {
    flex: unset;
  }
  .header .menu_block {
    position: fixed;
    top: 80px;
    left: 0;
    width: 100%;
    height: 0;
    overflow: hidden;
    background: #05001F;
    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: 100 svh;
    padding: 15px 0 40px;
    display: flex;
    flex-direction: column-reverse;
  }
  .header .lg_block {
    order: 1;
    margin-top: 15px;
  }
  .header .lg_block .lg_inner {
    overflow: visible;
  }
  .header .lg_block .drop_list {
    position: absolute;
    bottom: 100%;
    top: auto;
    left: 0;
    right: auto;
    min-width: 100%;
    padding-bottom: 8px;
  }
  .header .main_menu {
    flex: 1;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    display: inline-block;
    padding-bottom: 40px;
  }
  .header .main_menu:has(.opened) {
    overflow-y: hidden;
  }
  .header .main_menu > ul {
    flex-direction: column;
    margin: 0;
    justify-content: flex-start;
    width: 100%;
    flex: 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: 100px;
    width: 0;
    bottom: 0;
    background: #05001F;
    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 .special_item {
    flex: 0 0 100%;
    max-width: 100%;
    width: calc(100vw - 16px);
    margin-top: 30px;
  }
  .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 16px 10px !important;
    width: calc(100vw - 0px);
  }
  .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.fixed > .submenu_list .back_btn,
  .header .main_menu > ul > li.fixed > .submenu_list > ul {
    padding-inline: 16px;
  }
  .header .main_menu > ul > li.opened > .submenu_list {
    width: 100%;
  }
  .header .main_menu > ul a {
    padding: 10px 16px;
    font-weight: 600;
    width: calc(100vw - 32px);
  }
  .header .main_menu > ul .main_btn {
    width: max-content;
    position: relative;
  }
  .header .donate_btn {
    align-self: center;
    flex: 1;
    min-height: 54px;
    margin: 20px 16px 0;
  }
  .header .submenu_list li {
    margin: 0 0 10px;
  }
  .header .back_btn {
    padding: 10px 16px !important;
    background: #05001F;
    position: sticky;
    top: 0;
  }
  .header .back_btn button {
    display: flex;
    border: none;
    background: #05001F;
    color: #ffffff;
    border-radius: 8px;
    justify-content: space-between;
    gap: 6px;
    line-height: 1.5em;
    width: 100%;
    font-weight: 600;
    font-size: 1.8rem;
    padding: 0 0 10px !important;
  }
  .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:before {
    content: "";
    background-color: #05001F;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
  }
  .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 .popup_title {
    font-size: 262.5%;
    line-height: 0.95em;
    padding-right: 46px;
  }
  .donate_popup .donate_form {
    margin-top: 20px;
  }
  .donate_popup .donate_layout {
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
  }
  .donate_popup .donate_left {
    width: 100%;
    max-width: 100%;
  }
  .donate_popup .donate_right {
    display: none;
  }
  .donate_popup .donate_steps {
    margin-bottom: 20px;
  }
  .donate_popup .donate_steps .step_item {
    width: 100px;
  }
  .donate_popup .donate_steps .steps_progress {
    left: 35px;
    right: 35px;
  }
  .donate_popup .donate_steps .step_label {
    font-size: 87.5%;
  }
  .donate_popup .form_fields .field_block {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .donate_popup .radio_btns {
    gap: 16px;
    flex-wrap: wrap;
  }
  .donate_popup .radio_btn {
    font-size: 87.5%;
  }
  .donate_popup .radio_btn:before {
    width: 46px;
    height: 24px;
  }
  .donate_popup .radio_btn:after {
    width: 20px;
    height: 20px;
  }
  .donate_popup .radio_btn:has(:checked):after {
    left: 24px;
  }
  .donate_popup .btn_block .submit_btn {
    width: 100%;
  }
  .donate_popup .btn_block_steps {
    flex-direction: column;
    margin-top: 5px;
    gap: 15px;
    width: 100%;
  }
  .donate_popup .btn_block_steps .secondary_btn {
    order: 1;
  }
  .donate_popup .btn_block_steps .back_step_btn {
    order: 2;
  }
  .donate_popup .btn_block_steps .submit_btn {
    width: 100%;
  }
}
@media screen and (max-width: 575px) {
  .donate_popup .popup_title {
    font-size: 225%;
  }
  .donate_popup .donate_steps .step_item {
    width: 90px;
  }
  .donate_popup .donate_steps .steps_progress {
    left: 28px;
    right: 28px;
    top: 17px;
  }
  .donate_popup .donate_steps .step_icon {
    width: 36px;
    height: 36px;
  }
  .donate_popup .donate_steps .step_icon:before {
    font-size: 1.6rem;
  }
  .donate_popup .field_block input,
  .donate_popup .field_block textarea {
    height: 42px;
    padding: 9px 12px;
  }
}
@media screen and (max-width: 1024px) {
  .footer_top {
    padding-top: 0;
  }
  .footer .main_logo {
    display: none;
  }
  .footer .banner_title {
    font-size: 562.5%;
  }
  .footer_banner {
    flex-direction: column;
    align-items: flex-start;
    min-height: unset;
    border-radius: 10px;
    margin-top: 0;
  }
  .footer_banner .banner_image {
    width: 100%;
    max-width: 500px;
    margin: -60px auto 0;
    order: -1;
    display: block;
  }
  .footer_banner .banner_info {
    max-width: 100%;
    gap: 24px;
    margin-top: -20px;
    padding: 30px 24px;
  }
  .footer_banner .banner_desc {
    font-size: 100%;
  }
  .footer_body {
    padding-top: 40px;
    background-image: none !important;
  }
  .footer_nav {
    flex-direction: column;
    gap: 0;
  }
  .footer_col {
    display: none;
    flex: unset;
    max-width: 100%;
  }
  .footer_col.footer_info_col {
    display: block;
    text-align: center;
  }
  .footer_col.footer_info_col ul {
    align-items: center;
    gap: 20px;
    margin-top: 0;
  }
  .footer_col.footer_info_col .col_title {
    display: none;
  }
  .footer_bottom {
    flex-direction: column;
    align-items: center;
    gap: 20px;
    text-align: center;
    margin-top: 0;
    padding: 20px 0;
  }
  .footer_bottom .copyrights {
    flex: unset;
    font-size: 75%;
    text-align: center;
    order: 2;
  }
  .footer_logos {
    flex-wrap: wrap;
    justify-content: center;
    gap: 4px;
    order: 1;
  }
  .footer_logo_item {
    flex: 0 0 calc(33.33% - 4px);
    justify-content: center;
  }
  .footer .developer {
    flex: unset;
    justify-content: center;
    order: 3;
    font-size: 75%;
  }
}
@media screen and (max-width: 768px) {
  .footer .banner_title {
    font-size: 375%;
  }
  .footer_banner .banner_image {
    max-width: 260px;
    margin-top: -60px;
  }
}
@media screen and (max-width: 1024px) {
  .main_section {
    padding: 80px 0 40px;
    min-height: 50svh;
  }
  .main_section .image_block .deco_main3 {
    right: 0;
    top: -10%;
    width: 33%;
  }
  .main_section .image_block .deco_main1 {
    left: -12%;
    top: 38%;
    width: 44%;
  }
  .main_section .image_block .deco_main2 {
    right: 2%;
    bottom: 18%;
    width: 21%;
  }
  .main_section .main_block {
    margin: 0 -15px;
  }
  .main_section .status_block {
    font-size: 137.5%;
  }
  .main_section.main_section .image_block,
  .main_section .info_block {
    padding: 0 15px;
  }
  .our_product_section .deco_cursor {
    width: 80px;
    right: 5px;
    top: 17px;
  }
  .our_product_section .deco_icon {
    width: 100px;
    left: -35px;
    top: 60px;
  }
  .our_product_section .product_title {
    font-size: 150%;
  }
  .our_product_section .product_block {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .blog_section .view_btn {
    display: none;
  }
  .blog_section .programs_list {
    margin-inline: -16px;
    padding-inline: 9px;
    position: relative;
    overflow-x: auto;
    overflow-y: hidden;
  }
  .blog_section .programs_list .program_name {
    line-clamp: 5;
    -webkit-line-clamp: 5;
    font-size: 87.5%;
  }
  .blog_section .programs_list li {
    min-width: 300px;
  }
  .blog_section .section_head {
    justify-content: center;
  }
  .blog_section:has(.view_all) {
    position: relative;
    padding-bottom: 80px;
    margin-bottom: 50px;
  }
  .blog_section .view_all {
    position: absolute;
    bottom: 0;
    left: 20px;
    right: 20px;
    width: max-content;
    margin: 0 auto;
  }
  .partners_section li {
    flex: 0 0 170px;
    max-width: 170px;
  }
  .partners_section .partner_block {
    padding: 5px 20px;
    height: 60px;
  }
  .solutions_section .section_title {
    margin: 0 auto;
  }
  .solutions_section .solution_row {
    justify-content: center;
  }
  .solutions_section .info_block {
    flex: 0 0 100%;
    max-width: 100%;
    order: 2;
  }
  .solutions_section .sub_description {
    margin-bottom: 20px;
  }
  .solutions_section .img_block {
    margin-top: -90px;
    flex: 100%;
  }
  .solutions_section .solutions_block {
    padding: 16px;
  }
  .solutions_section .solutions_list li:first-child {
    margin-top: 80px;
  }
  .solutions_section .solutions_list li:last-child {
    margin-bottom: 0;
  }
  .solutions_section .section_head {
    flex-direction: column;
    justify-content: center;
    text-align: center;
  }
  .why_section .why_block {
    padding: 16px;
  }
  .why_section .info_block,
  .why_section .why_list {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .why_section .why_list {
    margin-top: 40px;
  }
  .providers_section .providers_list li:nth-child(n+16) {
    display: none;
  }
  .study_section .study_block {
    padding: 16px;
  }
  .study_section .study_row {
    flex-direction: column;
    gap: 10px;
  }
  .study_section .col_right {
    order: 1;
    flex: 0 0 100%;
    max-width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .study_section .col_left {
    order: 2;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .study_section .section_head {
    justify-content: center;
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 20px;
  }
  .study_section .img_block {
    margin: -40px 0 0;
    flex: unset;
  }
  .study_section .img_block img {
    max-width: 700px;
  }
}
@media screen and (max-width: 768px) {
  .providers_section .providers_list li:nth-child(n+9) {
    display: none;
  }
  .main_section {
    text-align: center;
  }
  .main_section .main_btn,
  .main_section .secondary_btn {
    flex: 100%;
  }
  .main_section .image_block {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 16px;
  }
  .main_section .info_block {
    padding-top: 10px;
    flex: 0 0 100%;
    max-width: 100%;
    text-align: left;
    margin-bottom: 10px;
  }
  .main_section .sub_title {
    margin-bottom: 10px;
  }
  .our_product_section .product_list {
    margin: 0 -5px;
  }
  .our_product_section .deco_cursor {
    width: 52px;
  }
  .our_product_section .deco_icon {
    width: 83px;
  }
  .our_product_section .product_block {
    flex: 0 0 66.67%;
    max-width: 66.67%;
    padding: 0 5px;
  }
  .solutions_section .section_head {
    text-align: center;
  }
  .solutions_section .section_title {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .why_section .section_head {
    flex-direction: column;
    align-items: baseline;
    margin-bottom: 10px;
  }
  .why_section .section_head .section_title {
    order: 2;
  }
  .why_section .section_head img {
    height: 30px;
    order: 1;
  }
  .why_section .main_btn {
    display: none;
  }
  .why_section .why_list {
    margin-top: 0;
  }
  .why_section .why_list li:before {
    min-width: 36px;
    min-height: 36px;
    font-size: 1.2rem;
  }
  .study_section .stats_list li {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .study_section .img_block {
    flex: 100%;
  }
}
@media screen and (max-width: 575px) {
  .main_section .btn_main {
    flex-wrap: wrap;
  }
  .main_section .image_block .deco_main3 {
    right: 4%;
    top: -10%;
    width: 33%;
  }
  .main_section .image_block .deco_main1 {
    left: -12%;
    top: 39%;
    width: 44%;
  }
  .main_section .image_block .deco_main2 {
    right: 0%;
    bottom: 18%;
    width: 26%;
  }
  .our_product_section .product_block {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .why_section .why_list {
    -moz-column-count: 1;
    -webkit-column-count: 1;
    column-count: 1;
    -webkit-column-gap: 0px;
    -moz-column-gap: 0px;
    column-gap: 0px;
  }
  .why_section .why_list li {
    margin-bottom: 20px;
  }
  .providers_section {
    padding-bottom: 30px;
  }
  .providers_section .providers_list li {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .providers_section .providers_list li:nth-child(n+7) {
    display: none;
  }
  .study_section .stats_list ul {
    row-gap: 20px;
  }
  .study_section .stats_list li {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .study_section .btn_row {
    align-items: center;
    flex-direction: column;
  }
  .study_section .btn_row .secondary_btn {
    margin-bottom: 30px;
  }
}

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