@media screen and (max-width: 1980px) {
  .sidebar1 {
    margin-right: 8px;
  }
  .sidebar2 {
    margin-left: 8px;
  }
  .content-body {
    width: calc(100% - (334px + 8px) * 2);
  }
  .cover {
    padding-left: 25px;
    padding-right: 25px;
  }
  .footer__wrapper {
    width: 100%;
  }
  .gallery__container {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .gallery__container .gallery__item {
    margin: 2px 8px;
    width: calc((100% - 8px * 6) / 3);
  }
}
@media screen and (max-width: 1550px) {
  .header__logo {
    margin-right: auto;
  }
  .games__table td + td,
  .header > :not(:first-child) {
    margin-left: 8px;
  }
  .games-bet .data-index span + span,
  .games-bet .data-index__form div + div {
    margin-left: 10px;
  }
  .games__table .data-first > span {
    margin: 0 6px;
  }
  .games__table .data-date {
    min-width: 100px;
  }
  .header__button-menu {
    padding: 13px;
    margin: 0 0 0 16px;
    display: block;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
    min-width: 0;
    border: 1px solid #fff;
    background-color: transparent;
  }
  .header__button-menu svg {
    display: block;
    margin: 0;
  }
  .header__button-menu svg rect {
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
  }
  .header__button-menu.active {
    background: #1e1e1e !important;
  }
  .header__button-menu.active svg rect:nth-child(n) {
    width: 20px;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .header__menu {
    padding: 32px;
    display: block;
    position: absolute;
    top: -100vh;
    left: 0;
    width: 100%;
    height: auto;
    max-height: calc(100vh - 86px);
    overflow: auto;
    background: #1e1e1e;
    text-align: center;
    -webkit-box-shadow: 0 0 125px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 125px rgba(0, 0, 0, 0.2);
    opacity: 0;
    margin: 0 !important;
    z-index: -1;
    -webkit-transition: 0.75s;
    -o-transition: 0.75s;
    transition: 0.75s;
  }
  .header__menu ul {
    display: block;
    max-width: 280px;
  }
  .header__menu ul:last-child {
    display: block;
  }
  .header__menu > * {
    margin: 0 auto !important;
  }
  .header__button-menu.active ~ .header__menu {
    top: 100%;
    opacity: 1;
  }
  .menu ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 16px 0;
    background-color: transparent;
  }
  .menu li + li {
    margin-left: 5px;
  }
  .button.header__button {
    padding: 8px 15px;
    min-width: 125px;
  }
  .content-body > :not(:last-child) {
    margin-bottom: 12px;
  }
  .history .betting {
    padding: 4px 25px;
    margin: 0 auto;
    max-width: 600px;
    background: #010305;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
  .transactions-history .transactions {
    margin: 4px auto;
    max-width: 600px;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
  .footer {
    padding-bottom: 16px;
    overflow: visible;
  }
}
@media screen and (max-width: 1439px) {
  .sidebar1 {
    position: fixed;
    top: 76px;
    left: 0;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    background: #2a2d32;
    z-index: 100;
    height: calc(100% - 76px - 50px);
  }
  .sidebar1 > div {
    padding: 16px;
    overflow-y: scroll;
    height: 100%;
  }
  .sidebar1 .sidebar__inner {
    position: relative;
    min-height: 100%;
  }
  .sidebar1.active {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  .sidebar1 .sidebar__toggle {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: fixed;
    top: 116px;
    left: 334px;
    width: 40px;
    height: 40px;
    background: #8500ed;
    -webkit-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    transform: scaleX(-1);
  }
  .sidebar1.active .sidebar__toggle {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
  }
  .sidebar__toggle {
    display: block !important;
  }
  .bottom-popup {
    bottom: 50px;
  }
  .content-body {
    width: calc(100% - (334px + 8px));
  }
}
@media screen and (max-width: 1300px) {
  .sidebar.active {
    z-index: 10000;
  }
  .sidebar .sidebar__toggle {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: fixed;
    top: 116px;
    width: 40px;
    height: 40px;
    background: #8500ed;
    z-index: 10000;
  }
  .content-body {
    margin: 0 auto 0 0;
    width: 100%;
  }
  .error-page .content-body {
    margin: 0 auto;
    width: 100%;
  }
  .header__logo .desktop {
    display: none;
  }
  .sidebar2 {
    position: fixed;
    top: 76px;
    right: 0;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    background: #2a2d32;
    z-index: 100;
    height: calc(100% - 76px - 50px);
  }
  .sidebar2 > div {
    padding: 16px;
    overflow-y: scroll;
    height: 100%;
  }
  .personal-page .sidebar2 > div {
    padding: 0;
  }
  .sidebar2 .sidebar__inner {
    position: relative;
    min-height: 100%;
  }
  .sidebar2 .sidebar__toggle {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    right: 334px;
  }
  .sidebar2.active {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  .sidebar2.active .sidebar__toggle {
    -webkit-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    transform: scaleX(-1);
  }
}
@media screen and (max-width: 1112px) {
  .menu li.users-page {
    display: block;
  }
  .header__button.transparent {
    display: none;
  }
  .content-body {
    margin: 0 auto;
    width: 100%;
  }
  .content-wrapper {
    min-height: calc(100vh - 82px - 230px);
  }
  .footer__wrapper {
    margin: 0 -20px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .footer__container {
    margin: 10px 20px;
  }
  .footer__form {
    margin-right: auto;
    width: auto;
  }
  .main.login-page,
  .main.register-page,
  .main.restore-page {
    padding-top: 0;
    min-height: 100vh;
    background: #111316;
  }
  .login-page .content-wrapper,
  .register-page .content-wrapper,
  .restore-page .content-wrapper {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 90px 0 30px;
    height: 100%;
  }
}
@media screen and (max-width: 850px) {
  .champions__head,
  .coupons__head,
  .gallery__head,
  .title__box {
    padding: 4px 12px;
  }
  .footer__popup.opened .coupons__icon::after,
  .gallery__balance,
  .header__logo .desktop {
    display: none;
  }
  .coupons__head,
  .coupons__title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    -webkit-box-align: center;
  }
  .cookies-policy__btn,
  .games__table thead tr {
    font-size: 11px;
  }
  .games__table tr {
    padding: 12px;
  }
  .coupons__head {
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background: #ff4200;
  }
  .coupons__title {
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    font-family: Organetto, sans-serif;
    font-weight: 800;
    font-size: 18px;
  }
  .footer__popup .coupons__icon::after,
  .title__box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    -webkit-box-align: center;
  }
  .coupons__title span {
    margin-right: 4px;
  }
  .betting .betting-history {
    max-height: 500px;
    overflow-y: scroll;
  }
  .footer__popup .coupons__icon {
    position: relative;
  }
  .footer__popup .coupons__icon::after {
    content: '3';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 8px;
    height: 8px;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #f7f7f7;
    font-size: 7px;
    background: #00ff29;
    border-radius: 50%;
  }
  .coupons__title .coupons__number {
    margin-left: 4px;
    display: none;
  }
  .arrow-icon img,
  .bottom-popup.accepted-bet.visible,
  .bottom-popup.error-popup.visible,
  .champions__head .champions__title img,
  .footer__popup.opened .coupons__points,
  .gallery__head .gallery__title img,
  .opened .coupons__title .coupons__number,
  .personal-page .history,
  .personal-page .info,
  .personal-page .transactions-history {
    display: block;
  }
  .personal-page .sidebar .sidebar__toggle {
    display: none !important;
  }
  .active .arrow-icon,
  .footer__popup.opened .coupons__close {
    -webkit-transform: scale(-1);
    -ms-transform: scale(-1);
    transform: scale(-1);
  }
  .footer__popup .coupons__points {
    margin: 0 auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 600px;
    display: none;
    -webkit-transition: 0.75s;
    -o-transition: 0.75s;
    transition: 0.75s;
  }
  .footer__popup .points__box,
  .footer__popup .points__coefficient {
    width: 100%;
  }
  .arrow-icon {
    margin-left: 16px;
    display: inline-block;
  }
  .personal-page .arrow-icon {
    display: none;
  }
  .title__box {
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    background: #383b40;
    border-radius: 4px;
  }
  .champions__head .champions__title,
  .gallery__head .gallery__title,
  .history__title,
  .info .info__title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    font-size: 18px;
    line-height: 1.78;
  }
  .personal-page .title img {
    margin: 0 4px -2px 0;
    min-width: 24px;
  }
  .info .user__info {
    margin: 0 auto;
    max-width: 600px;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
  .gallery__container {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    background: #010305;
  }
  .cookies-policy__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .cookies-policy__txt {
    margin: 10px 0;
    font-size: 11px;
  }
  .bottom-popup.accepted-bet,
  .bottom-popup.error-popup {
    padding: 45px 20px;
    display: none;
  }
  .games__table td + td {
    margin-left: 0;
  }
}
@media screen and (max-width: 605px) {
  h2 {
    font-size: 18px;
  }
  h3,
  h4 {
    font-size: 16px;
  }
  .main {
    padding-top: 60px;
  }
  .header {
    padding: 9px 6px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .header__logo {
    min-width: 36px;
    display: flex;
    align-items: center;
  }
  .header > :not(:first-child) {
    margin-left: 9px;
  }
  .header__button-menu {
    padding: 6px;
    margin: 0 0 0 6px;
  }
  .button.header__button {
    padding: 4px 12px;
    margin: 1px 0 0 6px;
  }
  .content-wrapper {
    padding: 0 16px;
    min-height: calc(100vh - 82px - 350px);
  }
  .main-team,
  .prime__cover {
    padding: 0;
  }
  .prime__wrap {
    padding: 20px 6px 44px;
  }
  .sports-page .prime__wrap {
    padding: 20px 6px;
  }
  .title.general {
    margin-bottom: 190px;
    font-size: 24px;
    text-align: center;
  }
  .error-page .title.general,
  .results-page .title.general,
  .sports-page .title.general,
  .text-page .title.general {
    margin-bottom: 24px !important;
  }
  .prime__button {
    padding: 8px 16px;
    margin: 0;
    min-width: calc(50% - 7px);
  }
  .prime__button + .prime__button {
    margin-left: 7px;
  }
  .prime__image {
    height: auto;
    min-width: 100vw;
    bottom: 60px;
    left: 0;
  }
  .data-last__form,
  .prime__image .desktop {
    display: none;
  }
  .games__table .mobile__guess-score.visible,
  .games__table tbody .data-first,
  .guess-score__form,
  .guess-score__form > div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
  }
  .prime__image .mobile {
    display: block;
    width: 100%;
  }
  .prime__image img {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    width: 100%;
  }
  .controls {
    bottom: 8px;
  }
  .filters > div {
    width: 100%;
    min-width: 300px;
  }
  .games__table td + td,
  .main-team > div .main-team__button:first-of-type:not(:only-of-type) {
    margin-left: 4px;
  }
  .games__table .table-team,
  .mobile .score,
  .text li,
  .text p {
    font-size: 14px;
  }
  .games__table .data-last__approved {
    display: none !important;
  }
  .games__table .data-first .filled {
    color: #f7f7f7;
  }
  .games__table tr {
    position: relative;
  }
  .games__table thead tr {
    flex-wrap: wrap;
    flex-direction: column;
  }
  .footer__form,
  .games__table .mobile__guess-score.visible {
    -webkit-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
  }
  .games-bet .games__table .data-index {
    align-self: flex-end;
    margin-left: 0;
  }
  .games__table .mobile__guess-score {
    display: none;
    padding: 15.5px 12px;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #383b40;
    z-index: 1;
  }
  .games__table .mobile__guess-score.visible {
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .guess-score__form {
    display: flex;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
  }
  .guess-score__form > div {
    padding: 4px 17px 4px 33px;
    display: flex;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 200px;
    width: 100%;
    position: relative;
    background: #111316;
    -webkit-box-shadow: inset 0 1px 0 rgb(0 0 0 / 50%);
    box-shadow: inset 0 1px 0 rgb(0 0 0 / 50%);
    border: 1px solid transparent;
    border-radius: 4px;
  }
  .guess-score__form > div:focus,
  .guess-score__form > div:hover {
    background: 0 0;
    border: 1px solid #4f008d;
    color: #969696;
    -webkit-box-shadow: 0 0 0 2pt rgba(255, 66, 0, 0.2) !important;
    box-shadow: 0 0 0 2pt rgba(255, 66, 0, 0.2) !important;
  }
  .guess-score__form input {
    padding: 0 15px 0 0;
    max-width: 75px;
    font-size: 14px;
    color: #969696;
    line-height: 24px;
    background: 0 0;
    border: none;
    text-align: right;
  }
  .guess-score__form input:focus,
  .guess-score__form input:hover {
    border: none;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
  }
  .guess-score__form input + input {
    padding: 0 0 0 15px;
    border-left: 1px solid #969696 !important;
    text-align: left;
  }
  .guess-score__form input::-webkit-input-placeholder {
    color: #969696;
    -webkit-transition: 0.3s linear;
    -o-transition: 0.3s linear;
    transition: 0.3s linear;
    text-align: right;
  }
  .guess-score__form input::-moz-placeholder {
    color: #969696;
    -webkit-transition: 0.3s linear;
    -o-transition: 0.3s linear;
    -moz-transition: 0.3s linear;
    transition: 0.3s linear;
    text-align: right;
  }
  .guess-score__form input:-ms-input-placeholder {
    color: #969696;
    -webkit-transition: 0.3s linear;
    -o-transition: 0.3s linear;
    -ms-transition: 0.3s linear;
    transition: 0.3s linear;
    text-align: right;
  }
  .guess-score__form input::-ms-input-placeholder {
    color: #969696;
    -webkit-transition: 0.3s linear;
    -o-transition: 0.3s linear;
    -ms-transition: 0.3s linear;
    transition: 0.3s linear;
    text-align: right;
  }
  .guess-score__form input::placeholder {
    color: #969696;
    -webkit-transition: 0.3s linear;
    -o-transition: 0.3s linear;
    transition: 0.3s linear;
    text-align: right;
  }
  .guess-score__form input + input::-webkit-input-placeholder {
    text-align: left;
  }
  .guess-score__form input + input::-moz-placeholder {
    text-align: left;
  }
  .guess-score__form input + input:-ms-input-placeholder {
    text-align: left;
  }
  .guess-score__form input + input::-ms-input-placeholder {
    text-align: left;
  }
  .guess-score__form input + input::placeholder {
    text-align: left;
  }
  .guess-score__icon {
    position: absolute;
    left: 8px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .guess-score__icon img {
    display: block;
  }
  .guess-score__button {
    margin: 0 0 0 34px;
    min-width: 124px;
    font-size: 14px;
    line-height: 1.71;
    text-align: center;
    text-transform: uppercase;
    color: #f7f7f7;
  }
  .guess-score__points {
    display: block;
    width: 100%;
    max-width: 220px;
    font-size: 11px;
    text-align: center;
    text-transform: uppercase;
  }
  .games__table tbody .data-first {
    display: flex;
    flex-flow: row wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .games__table .data-first > span {
    margin: 0;
  }
  .banner,
  .games__table .data-first > span.vs {
    display: none;
  }
  .games__table .data-first img {
    margin-right: 12px;
    max-width: 16px;
    min-width: 16px;
    max-height: 16px;
  }
  .games__table tbody .data-date {
    font-size: 11px;
    color: #969696;
    width: 100%;
    justify-content: center;
  }
  .games__table .data-first > span + span {
    margin-top: 4.5px;
  }
  .betting .betting-history {
    max-height: 300px;
    overflow-y: scroll;
  }
  .footer__wrapper * {
    text-align: center;
  }
  .footer__wrapper {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 200px;
  }
  .footer__container {
    margin: 6px 0;
  }
  .footer__container + .footer__container {
    margin-left: 0;
  }
  .footer__logo img {
    max-height: 22px;
  }
  .footer__logo img + img {
    max-height: 19px;
  }
  .footer__subscribe {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
  }
  .footer__form {
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .footer__form input {
    text-align: left;
  }
  .footer__form .footer__button {
    margin: 12px 0;
  }
  .popup {
    background: #111316;
  }
  .popup .popup__window {
    padding: 17px;
    border: none;
    background: #111316;
  }
  .footer {
    padding-left: 16px;
    padding-right: 16px;
    z-index: 10;
  }
  .footer__popup .coupons__points {
    padding: 24px 12px;
  }
  .footer__popup.opened {
    bottom: 0;
  }
  .bottom-popup__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .main-team > div {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 12px;
  }
  .main-team > div p {
    width: 100%;
    margin: 8px 0;
    text-align: center;
  }
  .champions__buttons .champions__button,
  .main-team__button {
    margin: 4px;
    padding: 8px 16px;
    min-width: 100px;
  }
  .champions__buttons {
    padding: 0;
  }
  .champions__button {
    min-width: 120px;
  }
  .champions__title > span {
    font-size: 12px;
  }
}
@media screen and (max-width: 425px) {
  .personal-page .header__logo {
    margin: 0 6px 0 0;
  }
  .button.header__button {
    min-width: 100px;
  }
  .gallery__container .gallery__item {
    margin: 12px 0;
  }
  .games__controls ul {
    flex-flow: row wrap;
  }
  .games__controls li + li {
    margin-left: 0;
    margin-top: 4px;
  }
  .games__table tr {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .games__table thead .data-last {
    display: none;
  }
  .games__table .data-last {
    margin-left: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
    max-width: 120px;
  }
  .games__table .data-last .mobile {
    width: 100%;
    text-align: right;
  }
  .guess-score__button {
    margin: 0 0 0 8px;
    min-width: 100px;
  }
  .sidebar {
    width: 320px;
  }
  .sidebar1 .sidebar__toggle {
    left: 320px;
  }
  .sidebar2 .sidebar__toggle {
    right: 320px;
  }
  .sidebar2.active .sidebar__toggle {
    right: 280px;
  }
  .sidebar1.active .sidebar__toggle {
    left: 280px;
  }
  .champions__container {
    padding: 0 4px;
  }
}
@media screen and (max-width: 375px) {
  .menu li.login {
    display: block;
    border-bottom: none;
  }
  .header > .header__button.login-button {
    display: none;
  }
  .content-wrapper {
    padding: 0 6px;
  }
  .gallery__container .gallery__item {
    padding: 43px 12px 23px;
    min-width: 300px;
  }
  .header > :not(:first-child) {
    margin-left: 8px;
  }
  .title.general {
    margin-bottom: 150px;
    font-size: 20px;
    text-align: center;
  }
  .error-page .title.general {
    margin-bottom: 24px !important;
  }
  .history .betting {
    padding: 2px 4px;
  }
  .guess-score__form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .guess-score__form > div {
    width: 100%;
    max-width: 100%;
  }
  .guess-score__button {
    margin: 12px 0;
  }
  .guess-score__points {
    max-width: 100%;
  }
  .filters__specifications-date span {
    min-width: 72px;
  }
  .filters .filters__game {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .filters div > a,
  .filters div > span {
    font-size: 12px;
  }
}
