@media screen and (min-width: 1025px) and (max-width: 1280px) {
  .header .main_logo {
    margin-right: 8px;
  }
  .header_top .page_container:after {
    left: 86px;
  }
  .header .main_menu {
    gap: 4px;
  }
  .header .main_menu > li {
    padding: 0 8px;
  }
  .header .main_menu a {
    font-size: 87.5%;
  }
  .header .lg_block .drop_btn,
.header .shop_btn,
.header .buy_btn,
.header .search_form input {
    font-size: 87.5%;
  }
  .header .prizes {
    padding: 0 20px;
    gap: 16px;
  }
}
@media screen and (min-width: 1025px) {
  .header .menu_btn {
    display: none;
  }
  .header .main_menu > li {
    position: relative;
  }
  .header .submenu_list {
    position: absolute;
    left: 0;
    top: 100%;
    min-width: 100%;
    z-index: 5;
    color: #ffffff;
  }
  .header .submenu_list:before {
    display: block;
    content: "";
    position: absolute;
    z-index: -1;
    top: 28px;
    left: 0;
    width: 100%;
    bottom: 0;
    background: #151515;
    border: 1px solid #2e2e2e;
    border-radius: 16px;
  }
  .header .submenu_list li {
    padding: 8px 32px;
  }
  .header .submenu_list li:first-child {
    padding-top: 68px;
  }
  .header .submenu_list li:last-child {
    padding-bottom: 40px;
  }
  .header .submenu_list a:active {
    color: rgba(255, 255, 255, 0.7);
  }
}
@media screen and (min-width: 1025px) and (hover: hover) {
  .header .submenu_list a:hover {
    color: rgba(255, 255, 255, 0.7);
  }
}
@media screen and (min-width: 1025px) {
  .header .main_logo + .prizes {
    display: none;
  }
}
@media screen and (min-width: 1025px) {
  .header:not(:has(.buy_btn)) .search_block {
    margin-right: 0;
    padding-right: 0;
  }
  .header:not(:has(.buy_btn)) .search_block:after {
    display: none;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1280px) {
  .footer {
    padding-top: 60px;
  }
  .footer .ticker {
    margin-top: 32px;
  }
  .footer .ticker_inner {
    font-size: 6.4rem;
  }
  .footer .ticker li {
    padding-right: 48px;
  }
  .footer_bottom {
    margin-top: 32px;
  }
  .footer_menues > li {
    padding: 0 32px;
  }
  .footer_partners ul {
    margin: -12px -16px;
  }
  .footer_partners li {
    padding: 12px 16px;
  }
}
@media screen and (min-width: 1281px) {
  .vision_section .section_inner,
.about_section .section_inner {
    gap: 48px;
  }

  .history_section .section_inner {
    gap: 4.3%;
  }
}
@media screen and (min-width: 1313px) {
  .president_words:before {
    display: block;
    float: left;
    margin-left: -24px;
    margin-top: -5px;
  }
  .president_words:after {
    float: right;
    display: block;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1280px) {
  .about_section .about_text {
    margin-top: 32px;
  }
  .about_section .about_preview {
    font-size: 112.5%;
  }

  .history_section .section_inner:nth-child(2n) {
    margin-top: 60px;
  }

  .vision_section .president_words {
    font-size: 112.5%;
  }

  .staff_section .members_list li {
    padding-top: 32px;
  }
  .staff_section .member_block {
    padding: 20px;
  }
  .staff_section .member_name {
    font-size: 125%;
  }

  .partners_list a {
    height: 150px;
  }

  .reports_list li {
    margin-top: 32px;
  }

  .file_block {
    padding: 20px;
  }
  .file_block img {
    height: 48px;
    margin-bottom: 32px;
  }
  .file_block .file_name {
    font-size: 112.5%;
    line-height: 1.2em;
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 1601px) {
  .partners_list li,
.staff_section .members_list li {
    flex: 0 0 25%;
    max-width: 25%;
  }
}

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