@media screen and (max-width: 1024px) {
  .header_top {
    z-index: 101;
    position: relative;
  }
  .header_top .page_container:after {
    left: 80px;
  }
  .header .prizes {
    gap: 16px;
  }
  .header .menu_btn {
    border: none;
    background: transparent;
    color: inherit;
    padding: 0 15px;
    width: 48px;
    height: 48px;
    position: relative;
    overflow: hidden;
    z-index: 100;
    margin: -12px -12px -12px 12px;
  }
  .header .menu_btn:before, .header .menu_btn:after {
    display: block;
    content: "";
    position: absolute;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    border-top: 2px solid;
    left: 15px;
    width: 18px;
  }
  .header .menu_btn:before {
    top: 18px;
    transform-origin: left top;
    -webkit-transfrom-origin: left top;
  }
  .header .menu_btn:after {
    bottom: 18px;
    transform-origin: left bottom;
    -webkit-transfrom-origin: left bottom;
  }
  .header .menu_btn span {
    display: block;
    border-top: 2px solid;
    -o-transition: opacity 0.2s;
    -ms-transition: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
    -o-transition-delay: 0.3s;
    -ms-transition-delay: 0.3s;
    -moz-transition-delay: 0.3s;
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
  }
  .header .menu_btn:before, .header .menu_btn:after,
.header .menu_btn span {
    border-radius: 2px;
  }
  .header .main_logo {
    width: 87px;
    margin-right: 0;
    position: relative;
    z-index: 100;
  }
  .header .main_logo:not(:has(+ .prizes)) {
    margin-right: auto;
  }
  .header .menu_block {
    position: fixed;
    top: 0;
    left: 0;
    width: 0;
    bottom: 0;
    background: #ffffff;
    opacity: 0;
    z-index: 99;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    -o-transition: width 0s 0.5s, opacity 0.5s;
    -ms-transition: width 0s 0.5s, opacity 0.5s;
    -moz-transition: width 0s 0.5s, opacity 0.5s;
    -webkit-transition: width 0s 0.5s, opacity 0.5s;
    transition: width 0s 0.5s, opacity 0.5s;
    overflow: hidden;
  }
  .header .menu_block:before {
    display: block;
    content: "";
    min-height: 115px;
    background: inherit;
    box-shadow: 0 3px 16px rgba(21, 21, 21, 0.1);
  }
  .header .menu_block .prizes {
    display: none;
  }
  .header .menu_inner {
    width: 100vw;
    display: flex;
    flex-direction: column;
    height: calc(100dvh - 115px);
    justify-content: flex-start;
  }
  .header .main_menu {
    flex-direction: column;
    order: 2;
    width: 100%;
    gap: 0;
    flex: 1;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
  }
  .header .main_menu > li {
    border-top: 1px solid #DEDEDE;
  }
  .header .main_menu > li:last-child {
    border-bottom: 1px solid #DEDEDE;
  }
  .header .search_block {
    padding: 20px 16px;
    width: 100%;
    max-width: 100%;
    margin-right: 0;
    flex: none;
  }
  .header .search_block:after {
    display: none;
  }
  .header .search_form {
    padding: 4px 2px;
  }

  .menu_opened {
    overflow: hidden;
  }
  .menu_opened .menu_btn span {
    opacity: 0;
    -o-transition-delay: 0s;
    -ms-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
  }
  .menu_opened .menu_btn:before {
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
  }
  .menu_opened .menu_btn:after {
    transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
  }
  .menu_opened .menu_btn:before, .menu_opened .menu_btn:after {
    margin: -1px 4px;
  }
  .menu_opened .menu_block {
    width: 100%;
    opacity: 1;
    -o-transition: width 0s 0s, opacity 0.5s;
    -ms-transition: width 0s 0s, opacity 0.5s;
    -moz-transition: width 0s 0s, opacity 0.5s;
    -webkit-transition: width 0s 0s, opacity 0.5s;
    transition: width 0s 0s, opacity 0.5s;
  }
}
@media screen and (min-width: 576px) and (max-width: 1024px) {
  .header .main_menu > li {
    padding: 10px 0;
  }
  .header .main_menu > li > a {
    padding: 10px 16px;
    font-size: 142.86%;
    line-height: 1.2em;
  }
  .header .main_menu ul a {
    padding: 10px 28px;
    font-size: 114.29%;
  }
}
@media screen and (max-width: 575px) {
  .header .main_menu > li {
    padding: 8px 0;
  }
  .header .main_menu > li > a {
    padding: 8px 16px;
    font-size: 114.29%;
  }
  .header .main_menu ul a {
    padding: 8px 28px;
  }
  .header .menu_inner {
    padding-bottom: 80px;
  }
  .header .buy_btn {
    position: fixed;
    left: 16px;
    right: 16px;
    bottom: -48px;
    height: 48px;
    justify-content: center;
    overflow: hidden;
    opacity: 0;
    z-index: 100;
    -o-transition: bottom 0s 0.5s, opacity 0.5s;
    -ms-transition: bottom 0s 0.5s, opacity 0.5s;
    -moz-transition: bottom 0s 0.5s, opacity 0.5s;
    -webkit-transition: bottom 0s 0.5s, opacity 0.5s;
    transition: bottom 0s 0.5s, opacity 0.5s;
  }
  .header .main_logo {
    width: 48px;
  }

  .menu_opened .buy_btn {
    bottom: 16px;
    opacity: 1;
    -o-transition: bottom 0s 0s, opacity 0.5s;
    -ms-transition: bottom 0s 0s, opacity 0.5s;
    -moz-transition: bottom 0s 0s, opacity 0.5s;
    -webkit-transition: bottom 0s 0s, opacity 0.5s;
    transition: bottom 0s 0s, opacity 0.5s;
  }
}
@media screen and (max-width: 1024px) {
  .footer {
    padding-top: 40px;
  }
  .footer_contacts img {
    height: 58px;
    margin-bottom: 24px;
  }
  .footer_contacts li:not(:first-child) {
    margin-top: 16px;
  }
  .footer_top .page_container {
    flex-wrap: wrap;
  }
  .footer .ticker, .footer_bottom {
    margin-top: 24px;
  }
  .footer_bottom .page_container {
    flex-wrap: wrap;
  }
  .footer_bottom .policy_menu {
    margin-left: -16px;
  }
  .footer_partners {
    margin-top: 24px;
  }
  .footer_partners ul {
    margin: -8px;
  }
  .footer_partners li {
    padding: 8px;
  }
  .footer_partners img {
    height: 48px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .footer_menues {
    margin-left: auto;
    flex: 1;
    max-width: 720px;
  }
  .footer_menues > li {
    padding-right: 0;
    padding-left: 32px;
    margin-left: auto;
  }
  .footer .socials_list {
    flex: 0 0 100%;
    max-width: 100vw;
    margin-top: 32px;
  }
  .footer .ticker_inner {
    font-size: 4.8rem;
  }
  .footer .ticker li {
    padding-right: 32px;
  }
  .footer .policy_menu {
    order: 2;
    flex: 0 0 100%;
  }
  .footer .copyrights {
    padding-right: 16px;
  }
  .footer .developer {
    padding-left: 16px;
  }
}
@media screen and (max-width: 768px) {
  .footer .ticker_inner {
    font-size: 3.2rem;
  }
  .footer .ticker li {
    padding-right: 24px;
  }
  .footer .copyrights,
.footer .developer {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .footer_menues {
    flex: 0 0 100%;
    max-width: 100%;
    margin-top: 32px;
  }
  .footer_menues > li {
    padding: 0;
  }
}
@media screen and (min-width: 576px) and (max-width: 768px) {
  .footer_menues {
    order: 2;
    justify-content: space-between;
    gap: 32px;
  }
}
@media screen and (max-width: 575px) {
  .footer_menues {
    display: block;
  }
  .footer_menues > li:not(:first-child) {
    margin-top: 24px;
  }
  .footer .socials_list {
    margin-top: 32px;
    flex: auto;
    max-width: 100%;
  }
  .footer_partners ul {
    justify-content: flex-start;
  }
}
@media screen and (max-width: 1024px) {
  .about_section .about_text {
    margin-top: 16px;
  }

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

  .vision_section .president_words:before, .vision_section .president_words:after {
    font-size: 2rem;
  }
  .vision_section .about_president {
    margin-top: 12px;
  }

  .staff_section .members_list li {
    padding-top: 24px;
  }
  .staff_section .member_block {
    padding: 16px;
  }

  .reports_list {
    padding-top: 8px;
  }
  .reports_list li {
    padding-top: 16px;
  }

  .file_block {
    padding: 16px;
  }
  .file_block img {
    height: 40px;
    margin-bottom: 24px;
  }
  .file_block .file_name {
    margin-bottom: 8px;
  }
}
@media screen and (max-width: 768px) {
  .top_section .page_title {
    font-size: 285.71%;
  }

  .vision_section .left_col,
.vision_section .right_col,
.history_section .left_col,
.history_section .right_col,
.about_section .left_col,
.about_section .right_col {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .vision_section .right_col,
.history_section .right_col,
.about_section .right_col {
    margin-top: 32px;
  }

  .partners_list li {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .partners_list a {
    height: 105px;
  }
  .partners_list a img {
    max-width: 132px;
    max-height: 48px;
  }
}
@media screen and (max-width: 640px) {
  .top_section {
    aspect-ratio: 360/471;
    max-height: 640px;
  }
  .top_section .section_inner {
    background: rgba(0, 0, 0, 0.6);
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .vision_section .left_col,
.vision_section .right_col,
.history_section .left_col,
.history_section .right_col,
.about_section .left_col,
.about_section .right_col {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .partners_list a {
    height: 120px;
  }
}
@media screen and (min-width: 481px) and (max-width: 768px) {
  .reports_list li,
.staff_section .members_list li {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media screen and (max-width: 480px) {
  .reports_list li,
.staff_section .members_list li {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

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