@media screen and (max-width: 1024px) {
  .header_inner {
    margin-top: 10px;
    padding: 6px 15px;
    border-radius: 10px;
  }
  .header.fixed:not(.showed) {
    top: -80px;
  }
  .header .menu_btn {
    background-color: transparent;
  }
  .header .main_logo img {
    height: 30px;
  }
  .header .menu_block {
    position: fixed;
    top: 55px;
    inset-inline: -16px;
    height: 0;
    overflow: hidden;
    background: #05001F;
    z-index: 99;
    -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: calc(100dvh - 65px);
    padding: 14px 0 24px;
    flex-direction: column;
  }
  .header .lg_block {
    order: 1;
    align-items: flex-end;
    display: flex;
  }
  .header .lg_block .lg_inner {
    display: flex;
    flex-direction: column-reverse;
  }
  .header .lg_block.opened .lg_inner {
    background-color: rgba(255, 255, 255, 0.1);
  }
  .header .main_menu {
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    display: block;
    flex: 1;
    width: 100%;
  }
  .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.opened > a.submenu_btn:before,
  .header .main_menu > ul > li > a.submenu_btn:before {
    transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
  }
  .header .main_menu > ul > li > a {
    padding: 10px 16px;
    font-weight: 600;
    width: 100%;
  }
  .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: 100vw;
  }
  .header .main_menu > ul .primary_btn {
    width: max-content;
    position: relative;
  }
  .header .donate_btn {
    max-width: 360px;
    flex: 1;
    margin: 0;
  }
  .header .submenu_list {
    position: absolute;
    right: -16px;
    top: 65px;
    width: 0;
    left: auto;
    height: calc(100dvh - 75px);
    background: #05001F;
    overflow-x: hidden;
    overflow-y: auto;
    left: auto;
    z-index: 50;
    padding-bottom: 24px;
    -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 .submenu_list .special_item {
    margin: 30px 16px 0;
    width: calc(100vw - 32px);
    padding: 16px;
    height: 173px;
  }
  .header .submenu_list .special_item img {
    left: 52%;
  }
  .header .submenu_list ul,
  .header .submenu_list .back_btn {
    width: 100vw;
  }
  .header .submenu_list ul li:not(:first-child) {
    margin-top: 10px;
  }
  .header .submenu_list ul a {
    padding: 14px;
  }
  .header .back_btn {
    padding: 0 16px;
    background: #05001F;
  }
  .header .back_btn button {
    display: flex;
    width: 100%;
    border: none;
    color: #ffffff;
    justify-content: space-between;
    gap: 6px;
    line-height: 1.5em;
    width: 100%;
    font-weight: 600;
    font-size: 1.8rem;
    padding: 10px 0;
  }
  .header .back_btn button:before {
    display: block;
    font-family: "icon";
    font-size: 2.4rem;
    content: "\e902";
  }
  .header .back_btn button:after {
    display: block;
    content: "";
    min-width: 24px;
  }
  .header .back_btn button:active {
    color: #C4FF22;
  }
  .menu_opened {
    overflow: hidden;
  }
  .menu_opened .menu_block {
    height: calc(100dvh - 65px);
  }
  .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: 375%;
  }
  .footer_banner .banner_info {
    gap: 24px;
    padding: 16px;
    flex: 0 0 41.67%;
    max-width: 41.67%;
  }
  .footer_banner .banner_image {
    flex: 0 0 58.33%;
    max-width: 58.33%;
  }
  .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;
    row-gap: 10px;
    order: 1;
  }
  .footer .developer {
    flex: unset;
    justify-content: center;
    order: 3;
    font-size: 75%;
  }
}
@media screen and (max-width: 768px) {
  .footer_banner {
    align-items: flex-start;
  }
  .footer_banner .banner_image {
    flex: 0 0 45.83%;
    max-width: 45.83%;
    margin-top: -74px;
    margin-bottom: 0;
  }
  .footer_banner .banner_info {
    flex: 0 0 54.17%;
    max-width: 54.17%;
  }
}
@media screen and (max-width: 575px) {
  .footer_banner {
    flex-wrap: wrap;
  }
  .footer_banner .banner_image {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .footer_banner .banner_info {
    flex: 0 0 100%;
    max-width: 100%;
    order: 2;
    margin-top: 14px;
  }
}
@media screen and (max-width: 1024px) {
  .main_section .image_block .image_inner {
    max-height: 46vw;
  }
  .main_section .main_block {
    margin: 0 -15px;
  }
  .main_section .image_block,
  .main_section .info_block {
    padding-inline: 15px;
  }
  .main_section .short_desc {
    margin-top: 10px;
  }
  .main_section .pre_title {
    font-size: 137.5%;
    margin-bottom: 0;
  }
  .main_section .btn_main {
    margin-top: 20px;
  }
  .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%;
    padding-inline: 16px;
  }
  .our_product_section .item_desc {
    padding-inline: 16px;
  }
  .our_product_section .product_list:before, .our_product_section .product_list:after {
    min-width: 11px;
  }
  .our_product_section .product_block {
    padding-inline: 5px;
    flex: 0 0 480px;
    max-width: 86%;
  }
  .our_product_section .btn_block {
    padding-left: 10px;
    padding-bottom: 10px;
  }
  .blog_section .view_btn {
    display: none;
  }
  .blog_section .section_head {
    justify-content: center;
  }
  .blog_section .news_title {
    margin-bottom: 6px;
    margin-right: 0;
  }
  .blog_section .news_content {
    padding-inline: 16px;
    margin-block: 16px;
  }
  .blog_section .news_date {
    font-size: 75%;
  }
  .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 .item_desc {
    margin-bottom: 20px;
  }
  .solutions_section .solutions_block {
    padding: 16px;
  }
  .solutions_section .section_head {
    flex-direction: column;
    justify-content: center;
    text-align: center;
  }
  .solutions_section .solutions_list li {
    padding-top: 50px;
  }
  .solutions_section .solutions_list li:not(:first-child) {
    margin-top: 30px;
  }
  .solutions_section .info_block {
    flex: 0 0 41.67%;
    max-width: 41.67%;
  }
  .solutions_section .img_block {
    margin-top: -70px;
    margin-bottom: 0;
    flex: 0 0 58.33%;
    max-width: 58.33%;
  }
  .why_section .why_block {
    padding: 16px;
  }
  .why_section .row_why {
    margin-inline: -8px;
  }
  .why_section .section_head {
    padding-inline: 8px;
    gap: 10px;
    margin-bottom: 10px;
  }
  .why_section .section_head img {
    height: 26px;
  }
  .why_section .why_list {
    row-gap: 20px;
    flex: 0 0 50%;
    max-width: 50%;
    padding-inline: 0;
  }
  .why_section .why_list li {
    flex: 0 0 100%;
    max-width: 100%;
    gap: 10px;
  }
  .why_section .why_list li:before {
    flex: 0 0 36px;
    max-width: 36px;
    font-size: 1.2rem;
  }
  .why_section .info_block {
    padding-inline: 8px;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .why_section .short_desc {
    margin-bottom: 20px;
  }
  .study_section .study_block {
    padding: 16px;
    margin-top: 130px;
  }
  .study_section .study_row {
    flex-direction: column;
    gap: 10px;
  }
  .study_section .col_right {
    flex: none;
    width: 100%;
    max-width: 100%;
  }
  .study_section .col_left {
    order: 2;
    flex: none;
    width: 100%;
    max-width: 100%;
  }
  .study_section .section_head {
    justify-content: center;
    max-width: 100%;
    margin-bottom: 20px;
  }
  .study_section .img_block {
    margin-top: -130px;
  }
  .study_section .img_block img {
    margin-inline: auto;
  }
  .study_section .stats_list {
    padding-top: 10px;
  }
  .study_section .stats_list li {
    margin-top: 20px;
  }
  .study_section .btn_row {
    margin-top: 30px;
  }
  .providers_section .providers_list {
    margin: -5px;
  }
  .providers_section .providers_list li {
    padding: 5px;
  }
  .providers_section .providers_list .provider_block {
    padding: 12px;
    height: 96px;
    border-radius: 8px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .providers_section .providers_list li {
    width: 25%;
  }
  .blog_section .blogs_list li:not(:first-child) {
    margin-top: 10px;
  }
  .blog_section .news_content {
    -webkit-line-clamp: 7;
    line-clamp: 7;
  }
}
@media screen and (min-width: 480px) and (max-width: 768px) {
  .providers_section .providers_list li {
    width: 33.33%;
  }
}
@media screen and (max-width: 768px) {
  .main_section .main_block {
    flex-direction: column;
    height: 100svh;
    min-height: 720px;
    padding-bottom: 40px;
  }
  .main_section .primary_btn,
  .main_section .secondary_btn {
    flex: 100%;
  }
  .main_section .image_block {
    position: relative;
    flex: 1;
    top: auto;
    left: auto;
    margin-top: 20px;
    height: 50%;
    width: 100%;
    min-height: 380px;
    padding-block: 0;
    justify-content: center;
    max-height: 90vw;
  }
  .main_section .image_block .image_inner {
    max-height: 100%;
  }
  .main_section .info_block {
    flex: none;
    max-width: 100%;
    padding-top: 80px;
    padding-bottom: 0;
    margin-block: auto;
  }
  .main_section .main_title {
    margin-bottom: 10px;
  }
  .our_product_section .deco_cursor {
    width: 52px;
  }
  .our_product_section .deco_icon {
    width: 83px;
  }
  .solutions_section .solution_row {
    flex-wrap: wrap;
  }
  .solutions_section .info_block {
    flex: 0 0 100%;
    max-width: 100%;
    order: 2;
  }
  .solutions_section .img_block {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .study_section .stats_list li {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .study_section .img_block {
    flex: 100%;
  }
  .blog_section .blogs_list {
    display: flex;
    margin-inline: -16px;
    position: relative;
    overflow-x: auto;
    overflow-y: hidden;
    gap: 10px;
    padding-inline: 16px;
  }
  .blog_section .blogs_list::-webkit-scrollbar {
    display: none;
  }
  .blog_section .blogs_list li {
    flex: 0 0 300px;
    max-width: 300px;
    aspect-ratio: unset;
    display: flex;
  }
  .blog_section .blog_item {
    flex-direction: column;
  }
  .blog_section .blog_item .image_block {
    flex: none;
    max-width: 100%;
    width: 100%;
  }
  .blog_section .blog_item .news_content {
    margin-top: 10px;
    -webkit-line-clamp: 6;
    line-clamp: 6;
  }
}
@media screen and (max-width: 575px) {
  .why_section .info_block {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .why_section .why_list {
    flex: 0 0 100%;
    max-width: 100%;
    padding-top: 10px;
  }
  .why_section .why_block:has(.primary_btn) {
    padding-bottom: 90px;
    position: relative;
  }
  .why_section .primary_btn {
    position: absolute;
    bottom: 16px;
    left: 16px;
  }
  .why_section .section_head {
    flex-direction: column-reverse;
    align-items: flex-start;
  }
  .our_product_section .product_head {
    flex-wrap: wrap;
  }
  .our_product_section .product_title {
    flex: 0 0 100%;
    max-width: 100%;
    order: 2;
    margin-top: 16px;
  }
  .our_product_section .btn_block {
    margin-left: auto;
  }
  .providers_section {
    padding-bottom: 30px;
  }
  .providers_section .providers_list li {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .study_section .stats_list li {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .study_section .btn_row {
    justify-content: center;
  }
  .study_section:has(.view_all) {
    padding-bottom: 74px;
  }
  .study_section:has(.view_all) .view_all {
    position: absolute;
    bottom: 0;
    inset-inline: 16px;
    max-width: max-content;
    margin-inline: auto;
  }
  body:has(.providers_page) .providers_section {
    margin-top: 90px;
  }
}
@media screen and (max-width: 479px) {
  .providers_section .providers_list li {
    width: 50%;
  }
}

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