@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) {
  .moments_section .section_inner,
.achievements .section_inner,
.history_section .section_inner {
    gap: 4.3%;
  }

  @container (max-width: 104px) {
    .bullet_inner {
      height: 0 !important;
      font-size: 0;
      line-height: 0;
      border-width: 0 !important;
      padding: 0 !important;
    }
  }
}
@media screen and (min-width: 1025px) and (max-width: 1280px) {
  .history_section .section_inner:nth-child(2n) {
    margin-top: 60px;
  }

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

  .history_slider {
    position: relative;
    overflow: hidden;
  }
  .history_slider .sliders_section {
    height: 360px;
    margin-top: 60px;
  }
  .history_slider .tickers_slider {
    height: 135px;
  }
  .history_slider .ticker span {
    padding-right: 40px;
    font-size: 9rem;
  }
  .history_slider .ticker span:first-child {
    animation-duration: ticker 24s;
  }
  .history_slider .main_slider {
    margin-left: 16%;
    height: 360px;
    width: 480px;
  }
  .history_slider .slider_dots {
    margin-top: 40px;
    padding-bottom: 26px;
  }
  .history_slider .slider_dots .swiper-pagination-bullet {
    max-width: 220px;
    font-size: 112.5%;
    line-height: 1.33em;
  }
  .history_slider .slider_dots .bullet_inner {
    height: 60px;
    border-radius: 12px;
    padding: 0 16px;
    max-width: 140px;
  }
  .history_slider .slider_dots .bullet_inner:before {
    margin-top: 20px;
  }
  .history_slider .slide_inner {
    height: 360px;
    padding: 24px;
  }
  .history_slider .year_block {
    margin: 24px;
  }

  @container (max-width: 89px) {
    .bullet_inner {
      height: 0 !important;
      font-size: 0;
      line-height: 0;
      border-width: 0 !important;
      padding: 0 !important;
    }
  }
}

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