@media (max-width: 765px) {
  .partners {
    /* justify-content: ; */
  }

  .partners a {
    left: calc(50% - 90px);
  }

  header .box {
    padding-right: 16px;
  }

  .box {
    max-width: 704px;
  }

  .welcome {
    padding-top: 110px;
    padding-bottom: 164px;
  }

  .menu__wrapper {
    margin: 0 auto;
  }

  .error-title {
    font-size: 64px;
    letter-spacing: 1.28px;
  }

  .error-description {
    font-size: 40px;
    letter-spacing: 0.8px;
  }

  .content-box {
    position: relative;
  }

  .content-box__descr {
    position: absolute;
    top: calc(100% + 16px);
    left: 0;
  }

  .conten-box__name {
    font-size: 28px;
    max-width: 10em;
    line-height: 1.3;
  }

  .content-box__descr {
    font-size: 16px;
  }

  .logo {
    margin-right: 16px;
  }

  .logo--big {
    width: 100px;
    height: 108px;
    margin-right: 24px;
  }

  .conten-box__name--red {
    max-width: 7em;
  }

  .social_media {
    padding-top: 7px;
  }

  .social_media .app_item {
    margin-left: 10px;
  }

  .social_media .app_item:first-child {
    margin-left: 0px;
  }

  .content-box__descr--margin {
    margin-top: 0;
    top: calc(100% + 24px);
  }

  .substrate {
    height: 190px;
  }

  .menu-btn {
    width: 44px;
    height: 44px;
    position: relative;
    z-index: 2;
    display: block;
    cursor: pointer;
    color: #fff;
    background: url("../icon/burger.svg") center no-repeat;
    transition: background 0.5s;
  }

  .menu-btn__item:nth-of-type(2) {
    top: calc(50% - 7px);
  }

  .menu-btn__item:nth-of-type(3) {
    top: calc(50% + 7px);
  }

  .menu-btn.is-open {
    background: url("../icon/cross.svg") center no-repeat;
  }

  header .box {
    margin: 0;
    align-items: flex-end;
    flex-direction: column;
  }

  nav {
    max-width: 100%;
    height: 278px;
    position: absolute;
    top: 48px;
    left: -200%;
    right: 0;
    bottom: 0;
    width: 100%;
    background-color: #141414;
    transition: all 0.25s;
  }

  .is-open nav {
    left: 0;
  }
  .menu {
    flex-direction: column;
    padding-top: 12px;
  }

  .menu__wrapper {
    flex-direction: column;
  }

  .menu__item {
    height: calc(100% + 9px);
  }

  header {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 52px;
    z-index: 100;
  }

  .menu__link {
    margin-top: 0;
    text-align: center;
    padding: 13px;
  }

  .menu__item:not(:first-of-type) {
    margin-left: 0;
  }

  .contact {
    margin-left: 0;
    padding: 11px;
  }

  .contact:hover a {
    color: rgba(254, 254, 254, 0.8);
  }

  .menu__separator {
    display: block;
    width: calc(100% - 32px);
    background-color: rgba(254, 254, 254, 0.1);
    height: 1px;
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .is-open header {
    border-color: transparent;
  }

  .contactus {
    padding-top: 120px;
    padding-bottom: 100px;
  }

  .subtitle {
    font-size: 28px;
  }

  .line p {
    font-size: 14px;
  }

  .achivements_team {
    margin-top: 64px;
  }

  .achivement_team_title {
    font-size: 20px;
  }

  .mobile-nav {
    display: flex;
    align-items: center;
  }

  .desktop {
    display: none;
  }

  .menu__additional-info {
    align-items: center;
    gap: 0 16px;
    flex-direction: column;
  }

  /* .data {
        width: 141px;
    } */

  .achivements_table {
    max-height: 500px;
    overflow-x: scroll;
    overflow-y: hidden;
  }

  .achivements_table::-webkit-scrollbar {
    display: none;
  }

  .table_line {
    width: 704px;
  }

  .cs_go {
    padding-top: 80px;
  }

  .team_structure {
    margin-top: 64px;
  }

  .section-players {
    padding-top: 80px;
    padding-bottom: 140px;
  }

  .achivements_table {
    margin-right: -17px;
  }

  .stars {
    display: none;
  }

  .partners {
    margin-top: 64px;
  }

  .official-partner {
    font-size: 20px;
    letter-spacing: 0.8px;
  }

  .partners svg {
    width: 128px;
    height: 28px;
    margin-left: 12px;

    @media (min-width: 414px) {
      margin-left: 40px;
    }
  }

  .btn {
    border-radius: 0;
    width: 100%;
  }

  .box--footer {
    flex-direction: column-reverse;
  }

  .button_small {
    margin-bottom: 16px;
  }

  footer {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .modal {
    width: 288px;
    min-height: 216px;
    padding: 32px 36px;
  }

  .modal-header-title {
    display: none;
    font-size: 48px;
    letter-spacing: 0.96px;
    line-height: 120%;
  }

  .modal-header-subtitle {
    font-size: 28px;
    letter-spacing: 0.56px;
    line-height: 130%;
  }

  .modal-description {
    margin-top: 16px;
    font-size: 16px;
    line-height: 130%;
    letter-spacing: 0.64px;
  }

  .modal-close {
    top: 18px;
    right: 18px;
  }
}

@media (max-width: 515px) {
  .partners a {
    position: relative;
    left: 0;
  }
}
