@media screen and (min-width: 1025px) {
  .header .back_btn,
  .header .menu_btn {
    display: none;
  }
  .header .main_menu {
    flex: 1;
  }
  .header .menu_block {
    position: relative;
  }
  .header_inner {
    padding: 13px 20px;
    border-radius: 10px;
  }
  .header .submenu_list {
    display: none;
    position: fixed;
    background: #1D1835;
    width: 100%;
    left: 0;
    margin-top: 10px;
    border-radius: 10px;
    padding: 40px;
    max-height: calc(100dvh - 140px);
  }
  .header .submenu_list > ul {
    flex: 1;
    display: flex;
    flex-wrap: wrap;
    row-gap: 16px;
    margin-inline: -8px;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
  }
  .header .submenu_list > ul:before {
    display: block;
    flex: 0 0 100%;
    max-width: 100%;
    font-size: 112.5%;
    padding-inline: 8px;
    font-weight: 600;
    content: attr(data-menu);
    margin-bottom: 4px;
    color: #ffffff;
  }
  .header .submenu_list li {
    display: flex;
    position: relative;
    padding-inline: 8px;
    flex: 0 0 33.33%;
    max-width: 33.33%;
  }
  .header .submenu_list li a {
    width: 100%;
  }
  .header .submenu_list:has(li:nth-child(2):last-child) li {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .header .special_item {
    margin-left: 40px;
    flex: 0 0 35%;
    max-width: 35%;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1440px) {
  .header .submenu_list > ul li {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media screen and (min-width: 1281px) and (max-width: 1440px) {
  .header .submenu_list {
    padding: 24px;
  }
  .header .special_item {
    margin-left: 24px;
  }
  .header .main_menu > ul > li {
    padding-inline: 15px;
    margin-top: 16px;
    padding-bottom: 16px;
  }
  .header .main_menu > ul > li > a,
  .header .main_menu .subitem_title,
  .header .main_menu .submenu_list ul:before {
    font-size: 100%;
  }
  .header .main_menu .subitem_title:before,
  .header .main_menu > ul > li > a.submenu_btn:before {
    font-size: 2rem;
  }
  .header .main_menu > ul > li > a.submenu_btn {
    gap: 4px;
  }
  .header .main_logo img {
    height: 40px;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1280px) {
  .header .donate_btn {
    font-size: 87.5%;
    height: 40px;
    padding-inline: 16px;
    margin-inline-start: 5px;
  }
  .header .lg_block .drop_btn {
    font-size: 1.4rem;
  }
  .header .submenu_list {
    padding: 16px;
  }
  .header .special_item {
    margin-left: 16px;
  }
  .header .main_menu > ul > li {
    padding-inline: 10px;
    margin-top: 10px;
    padding-bottom: 10px;
  }
  .header .main_menu > ul > li > a,
  .header .main_menu .subitem_title,
  .header .main_menu .submenu_list ul:before {
    font-size: 87.5%;
  }
  .header .main_menu .subitem_title:before,
  .header .main_menu > ul > li > a.submenu_btn:before {
    font-size: 1.6rem;
  }
  .header .main_menu > ul > li > a.submenu_btn {
    gap: 2px;
  }
  .header .main_menu .submenu_list ul {
    row-gap: 12px;
    margin-inline: -6px;
  }
  .header .main_menu .submenu_list ul li, .header .main_menu .submenu_list ul:before {
    padding-inline: 6px;
  }
  .header .main_menu .submenu_list ul a {
    padding: 16px;
    gap: 6px;
  }
  .header .main_menu .short_desc {
    font-size: 75%;
  }
  .header .main_logo img {
    height: 30px;
  }
  .header .lg_block .drop_btn:before {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1440px) {
  .donate_popup .popup_container {
    padding: 24px;
  }
  .donate_popup .donate_left {
    max-width: 100%;
  }
  .donate_popup .popup_close {
    top: 20px;
    right: 20px;
  }
}
@media screen and (min-width: 1025px) {
  .footer_nav {
    justify-content: space-between;
  }
  .footer_col {
    flex: 1 1 160px;
    max-width: none;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1440px) {
  .footer_nav {
    gap: 20px;
  }
  .footer_banner .banner_info {
    padding: 20px 40px;
  }
  .footer_banner .banner_desc {
    font-size: 112.5%;
  }
}
@media screen and (min-width: 1025px) {
  .main_section .main_block {
    margin: 0 -30px;
  }
  .main_section.main_section .image_block,
  .main_section .info_block {
    padding-inline: 30px;
  }
  .why_list {
    font-size: 112.5%;
    line-height: 1.5em;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1280px) {
  .why_section .why_block {
    padding: 24px;
  }
  .why_section .row_why {
    margin-inline: -12px;
  }
  .why_section .why_list {
    padding-inline: 12px;
    row-gap: 24px;
  }
  .why_section .why_list li {
    gap: 16px;
  }
  .why_section .info_block {
    padding-inline: 12px;
  }
  .why_section .section_head {
    padding-inline: 12px;
    margin-bottom: 20px;
  }
  .why_section .section_head img {
    height: 40px;
  }
  .why_section .short_desc {
    margin-bottom: 30px;
  }
  .study_section .study_block {
    padding: 24px;
  }
  .study_section .img_block {
    margin-top: -110px;
  }
  .study_section .study_row {
    gap: 24px;
  }
  .study_section .stats_list li,
  .study_section .btn_row {
    margin-top: 24px;
  }
  .main_section .short_desc {
    margin-top: 20px;
  }
  .main_section .pre_title {
    font-size: 175%;
  }
  .main_section .btn_main {
    margin-top: 20px;
  }
  .main_section .image_block .image_inner {
    max-width: 460px;
  }
  .solutions_section .solutions_list:before {
    height: 8px;
  }
  .solutions_section .solutions_list li:not(:first-child) {
    margin-top: 24px;
  }
  .solutions_section .item_desc {
    margin-bottom: 24px;
  }
  .solutions_section .solutions_block {
    padding: 24px;
  }
  .solutions_section .img_block {
    margin-top: -90px;
    margin-bottom: -4px;
  }
}
@media screen and (min-width: 1601px) {
  .our_product_section .product_list:before, .our_product_section .product_list:after {
    min-width: calc(50vw - 880px - 10px);
  }
  .blog_section .blogs_list li:first-child .news_content {
    -webkit-line-clamp: 5;
    line-clamp: 5;
  }
}
@media screen and (min-width: 1441px) and (max-width: 1600px) {
  .our_product_section .product_list:before, .our_product_section .product_list:after {
    min-width: calc(50vw - 720px - 10px);
  }
  .main_section .image_block .image_inner {
    max-width: 675px;
  }
  .providers_section .providers_list li {
    width: 14.285%;
  }
  .blog_section .news_content {
    -webkit-line-clamp: 7;
    line-clamp: 7;
  }
  .blog_section .blogs_list li:first-child .news_content {
    -webkit-line-clamp: 4;
    line-clamp: 4;
  }
}
@media screen and (min-width: 1281px) and (max-width: 1440px) {
  .our_product_section .product_list:before, .our_product_section .product_list:after {
    min-width: calc(50vw - 600px - 10px);
  }
  .main_section .pre_title {
    font-size: 200%;
  }
  .main_section .short_desc,
  .main_section .btn_main {
    margin-top: 30px;
  }
  .main_section .image_block .image_inner {
    max-width: 560px;
  }
  .providers_section .providers_list li {
    width: 16.666%;
  }
  .blog_section .news_content {
    -webkit-line-clamp: 6;
    line-clamp: 6;
  }
  .blog_section .blogs_list li:first-child .news_content {
    -webkit-line-clamp: 3;
    line-clamp: 3;
  }
  .blog_section .news_title {
    margin-bottom: 10px;
  }
  .why_section .why_block {
    padding: 40px;
  }
  .why_section .row_why {
    margin-inline: -20px;
  }
  .why_section .why_list {
    padding-inline: 10px;
    row-gap: 40px;
  }
  .why_section .info_block {
    padding-inline: 20px;
  }
  .why_section .section_head {
    padding-inline: 20px;
  }
  .why_section .section_head img {
    height: 40px;
  }
  .why_section .why_list li:before {
    min-width: 45px;
    min-height: 45px;
    font-size: 2rem;
  }
  .study_section .study_block {
    padding: 40px;
  }
  .study_section .img_block {
    margin-top: -120px;
  }
  .study_section .study_row {
    gap: 40px;
  }
  .study_section .stats_list li,
  .study_section .btn_row {
    margin-top: 30px;
  }
  .solutions_section .solutions_list:before {
    height: 10px;
  }
  .solutions_section .solutions_list li {
    padding-top: 60px;
  }
  .solutions_section .solutions_list li:not(:first-child) {
    margin-top: 40px;
  }
  .solutions_section .item_desc {
    margin-bottom: 30px;
  }
  .solutions_section .solutions_block {
    padding: 40px;
  }
  .solutions_section .img_block {
    margin-top: -110px;
    margin-bottom: -20px;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1280px) {
  .our_product_section .product_list:before, .our_product_section .product_list:after {
    min-width: calc(50vw - 500px - 10px);
  }
  .providers_section .providers_list li {
    width: 20%;
  }
  .blog_section .blogs_list li:not(:first-child) {
    margin-top: 20px;
  }
}
@media screen and (min-width: 1281px) {
  .blog_section .blogs_list {
    margin: -10px;
  }
  .blog_section .blogs_list:after {
    display: block;
    content: "";
    clear: both;
  }
  .blog_section .blogs_list li {
    float: left;
    display: flex;
    padding: 10px;
  }
  .blog_section .blogs_list li:first-child {
    width: 41.33%;
    aspect-ratio: 740/635;
  }
  .blog_section .blogs_list li:first-child .blog_item {
    flex-direction: column;
  }
  .blog_section .blogs_list li:first-child .news_content {
    margin-top: 10px;
  }
  .blog_section .blogs_list li:first-child .image_block {
    flex: none;
    max-width: 100%;
  }
  .blog_section .blogs_list li:not(:first-child) {
    width: 58.67%;
    aspect-ratio: 1040/314;
  }
}

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