@media (min-width: 1500px) {
  .main__arrow {
    right: 9%;
  }
}
@media (max-width: 1400px) {
  .betting__match.betting__match--highlighted {
    flex: 1 1 calc(32.33% - 20px);
    max-width: calc(32.33% - 10px);
  }
}
@media screen and (max-width: 1320px) {
  .content {
    margin-left: 20px;
    margin-right: 20px;
  }

  .header__menu > ul a {
    padding: 5px 10px;
    font-size: 14px;
    line-height: 20px;
  }

  .header__logo {
    margin-right: 15px;
  }
  .content.nav ul {
    gap: 10.56px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
  }
}

@media screen and (max-width: 1250px) {
  .header__menu {
    display: none;
  }

  .header__content.content {
    min-height: 100px;
  }
  .cover {
    overflow: hidden;
    margin-top: 0;
  }

  body {
    padding-top: 100px;
  }

  .header__languages {
    margin-right: 40px;
  }

  .header__content > .header__buttons > * {
    margin-right: 0;
  }

  .header__buttons {
    flex: 1;
  }

  .header__logo {
    position: relative;
    left: auto;
    top: auto;
    padding: 0;
  }

  .header__button {
    box-shadow: none;
  }

  .header__menu-button {
    position: absolute;
    display: inline-block;
    top: 24.5px;
    right: -10px;
    margin-top: 5px !important;
  }

  .navigation {
    display: none;
  }
  .header__expand-menu {
    position: fixed;
    top: -300vh;
    overflow-y: auto;
    right: 0;
    width: 100vw;
    height: 100vh;
    max-height: 100vh;
    background: rgba(27, 39, 65, 1);
    z-index: 4;
    font-size: 15px;
    padding: 25px 10px 100px;
    transition: all 0.4s linear;
    display: block;
  }

  .header__expand-menu.active {
        top: 66px;
  }

  .header__expand-menu > *:nth-child(2) {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .header__menu-button svg {
    overflow: visible;
  }

  .header__menu-button.active .rect1 {
    transform: rotate(45deg) scaleX(1.32);
    transform-origin: 15px 15px;
  }

  .header__menu-button.active .rect2 {
    display: none;
  }

  .header__menu-button.active .rect3 {
    transform: rotate(-45deg) scaleX(1.32);
    transform-origin: 12.5px 35px;
  }
  .slots__table td:first-child {
    border-right: none;
  }
  .slots__table td:last-child {
    border-left: none;
  }
  .cover__image {
    left: 62%;
  }

  .header__buttons {
    margin-right: 40px;
  }
}

@media screen and (max-width: 1200px) {
  .info__image {
    left: 30px;
  }

  .slots__table td + td {
    padding-left: 0;
  }
  .block-twoo {
    padding: 20px 10px;
  }
  .sport__one {
    flex-direction: column;
  }
  .sport__one.sport__one-top {
    flex-direction: column-reverse;
  }
  .sport__one.sport__one-top .sport__one-img {
    margin-top: 0;
  }
  .sport__one-img {
    margin: auto;
  }
  .tienes {
    grid-template-columns: repeat(1, 1fr);
  }
  .content__beneficios-list {
    grid-template-columns: repeat(2, 1fr);
  }
  .vip__article {
    flex: 0 1 100%;
  }
  .article.vip__article {
    max-width: 100%;
  }
  .vip__content3 {
    display: flex;
    flex-direction: column;
  }
  .sport__one-info {
    max-width: 100%;
  }
  .content__block .info__list-item {
    flex-wrap: wrap;
    margin-top: 24px;
  }
  .footer__icon {
    flex-direction: column;
    padding: 0;
  }
  .info__wrap {
    max-width: 100%;
    width: 100%;
  }
  .footer__wrap {
    margin-top: 100px;
  }

  .comment-list__item {
    padding: 25px;
  }
  .accordion-content__block {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 1100px) {
  .info__decor {
    opacity: 0.7;
  }
  .image.cover__bg.slider__wrapper img {
    object-position: 80%;
  }
  .cover__wrap {
    background: #1c2741a1;
    padding: 10px;
  }
}

@media screen and (max-width: 1000px) {
  .grade__list li {
    flex: 0 1 calc((100% - 60px) / 3);
  }

  .cover__button.button {
    margin-top: 20px;
  }
  .footer__icon {
    padding: 0;
    flex-direction: column;
  }
  .cover__image {
    left: auto;
    right: 0;
  }
  .offer__bg img {
    object-position: 93%;
  }

  .vip__content,
  .bonus__content {
    justify-content: space-between;
    flex-direction: column;
  }
  .image.vip__image {
    margin-top: 16px;
  }
  .info__image {
    left: 10px;
    bottom: 20px;
  }

  .slots__wrapper {
    overflow: auto;
  }

  .slots__wrap {
    min-width: 1000px;
  }

  .offer__wrap {
    padding: 20px;
  }
  .slots__wrap {
    min-width: 1000px;
  }
  .fourth .offer__image {
    left: 0;
    right: auto;
  }
}

@media screen and (max-width: 900px) {
  .cover__content.content {
    padding: 20px 0;
    min-height: 350px;
  }

  .footer__payment img {
    max-height: 50px;
  }

  .footer__payment {
    margin-left: -10px;
  }

  .footer__payment li {
    margin-top: 10px;
    margin-left: 10px;
  }
  .info__wrapper {
    flex-direction: row;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .content__block .info__list-item {
    flex-wrap: wrap;
  }
  .accordion-content__block {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
  }

  h3,
  .title.middle {
    font-size: 2.7vw;
    line-height: 1.3;
  }
}

@media screen and (max-width: 850px) {
  .info__wrap {
    max-width: none;
    width: 100%;
  }
}

@media screen and (max-width: 800px) {
  .content {
    margin-left: 15px;
    margin-right: 15px;
  }

  .cover__content.content {
    padding: 15px 0;
  }

  .comment-list__item {
    flex: 0 1 100%;
    min-height: 0;
  }
  .article.footer__article {
    display: flex;
    align-items: center;
    gap: 33px;
    justify-content: space-between;
    margin-bottom: 16px;
    flex-direction: column;
  }

  .cover__wrap {
    background: #1c2741a1;
    padding: 10px;
    margin-bottom: 20px;
  }
  .registration__nav {
    display: flex;
    gap: 16px;
    flex-direction: column;
  }

  .cover__content.content {
    min-height: 320px;
  }
  .betting__match.betting__match--highlighted {
    flex: 1 1 calc(49% - 20px);
    max-width: calc(49% - 10px);
  }
  .info__wrap {
    padding: 0;
  }

  .info__wrapper {
    display: flex;
    flex-direction: column-reverse;
  }

  .signup__list {
    margin-top: -15px !important;
  }

  .signup-list__item {
    margin-top: 30px;
  }

  .signup-item__desc {
    padding: 0;
  }

  .deposit__content {
    display: block;
  }

  .deposit__wrap {
    margin: 0 auto;
    max-width: 500px;
  }
}

@media screen and (max-width: 700px) {
  .cover__button.button {
    margin-top: 20px;
  }

  .article ul li:before,
  article ul li:before {
    line-height: 20px;
  }

  table td {
    padding: 10px;
  }

  h3,
  .title.middle {
    font-size: 19px;
  }

  .vip__content,
  .bonus__content {
    display: flex;
  }

  .vip__article,
  .bonus__article {
    margin-bottom: 20px;
  }

  .responsible__content {
    display: block;
  }

  .responsible__image {
    margin-top: 20px;
  }
}

@media screen and (max-width: 650px) {
  .comment-list__item {
    flex: 0 1 100%;
    min-height: 0;
    padding: 15px;
  }
  .block-twoo .block-twoo__list li:nth-child(1),
  .block-twoo .block-twoo__list li:nth-child(3) {
    width: 112px;
  }
  .block-twoo .block-twoo__list li:nth-child(2) {
    width: 84px;
  }
  .header__content.content {
    justify-content: space-between;
  }

  .header__language {
    margin-left: 0;
  }

  .header__content > .header__buttons {
    display: none;
  }
  .tienes {
    grid-template-columns: repeat(1, 1fr);
  }
  .memorables {
    grid-template-columns: repeat(1, 1fr);
  }
  .header__expand-menu > *:first-child {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-left: 0;
    margin-bottom: 30px;
  }

  .header__expand-menu > *:first-child a.button {
    padding: 12px;
    min-width: 0;
    width: 100%;
    max-width: 300px;
  }

  .header__buttons {
    padding-right: 0;
    margin-right: 0;
    padding-top: 0;
  }

  .header__buttons .button,
  .header__buttons > .button:first-child {
    min-width: 300px;
    margin: auto;
  }

  .header__buttons > .button:nth-child(2) {
    margin-left: auto;
  }

  .header__buttons {
    flex-direction: column;
  }

  .header__button:last-child {
    margin-right: auto;
    margin-left: auto;
    margin-top: 15px;
  }
  .image.cover__bg.slider__wrapper img {
    object-position: 80%;
  }
  .grade__list li {
    flex: 0 1 calc((100% - 40px) / 2);
  }

  .betting__match.betting__match--highlighted {
    flex: 1 1 calc(49% - 20px);
    max-width: calc(49% - 10px);
  }
}

@media screen and (max-width: 600px) {
  .cover__content.content {
    min-height: 320px;
  }
  .vip__content2 .vip__article {
    grid-template-columns: repeat(1, 1fr);
  }
  .vip__article-list {
    grid-template-columns: repeat(1, 1fr);
  }
  .registration__nav {
    display: flex;
    gap: 16px;
    flex-direction: column;
  }
  .cover__wrap {
    margin: 0 auto;
    width: 100%;
    max-width: 400px;
    text-align: center;
    background: #1c2741a1;
    padding: 5px;
 margin-bottom: 37px;
  }
  .content.cover__content.slider__content {
    padding-bottom: 5px;
    padding-left: 5px;
}

  .cover__image {
    bottom: 0;
    height: 100%;
    max-height: none;
    right: -500px;
    width: calc(100% + 1000px);
  }

  h1,
  .title.general {
    text-align: center;
  }

  .pros__list {
    display: block;
  }

  .pros__list > li + li {
    margin-top: 20px;
  }

  .offer__title.title.high {
    font-size: 5.35vw;
    line-height: 1.2;
  }
  .offer__content.content {
    padding: 20px 20px;
    margin: 0;
  }
  .content__beneficios-list {
    grid-template-columns: repeat(1, 1fr);
  }
  .button.offer__button {
    min-width: 165px;
    font-size: 24px;
    padding: 10.5px 30px;
  }
  .offer__bg img {
    object-position: 22%;
  }

  .offer__wrap {
    max-width: 400px;
    width: 100%;
    padding: 20px 15px;
  }
  .betting__img {
    gap: 25px;
  }
  .main .offer__image {
    left: -500px;
    width: calc(100% + 1000px);
  }
}

@media screen and (max-width: 550px) {
  .signup-list__item {
    display: block;
  }

  .signup__list {
    margin-top: 0;
  }

  .signup-item__image {
    max-width: none;
  }

  .signup-item__desc {
    min-width: 0;
    text-align: center;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 500px) {
  .header-languages__list li {
    flex: 0 1 calc((100% - 15px * 4) / 4);
  }

  table {
    font-size: 12px;
    line-height: 20px;
  }
  .slots__wrap {
    min-width: 800px;
  }

  .deposit__list li {
    flex: 0 1 calc((100% - 40px) / 2);
  }

  .offer__title.title.middle {
    font-size: 20px;
    line-height: 28px;
  }

  .offer__title.title.high {
    font-size: 27px;
  }
  .cover__bg img {
    object-position: 68%;
  }
}

@media screen and (max-width: 450px) {
  .header-languages__list li {
    flex: 0 1 calc((100% - 60px) / 3);
  }
  @media screen and (max-width: 500px) {
    .betting__match.betting__match--highlighted {
      flex: 1 1 calc(100% - 0px);
      max-width: 100%;
    }
        .cover__wrap {
        max-width: 257px;
    }
  }
  .header-languages__list li {
    margin-top: 24px;
    margin-left: 15px;
    flex: 0 1 calc((100% - 15px * 3) / 3);
  }
  .tienes {
    grid-template-columns: repeat(1, 1fr);
  }
}

@media screen and (max-width: 400px) {
  h1,
  .title.general {
    line-height: 1.3;
  }

  .grade__list li {
    flex: 0 1 100%;
  }
  .info__img {
    width: 280px;
    height: 288px;
  }
  .info__table td:first-child img {
    margin-right: 16px;
  }
  .info__table td:nth-child(2) {
    font-weight: 400;
    font-size: 10px;
    line-height: 139%;
  }
  .betting__match.betting__match--highlighted {
    flex: 1 1 calc(100% - 0px);
    max-width: 100%;
  }
  .block-twoo .block-twoo__list {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .block-twoo {
    padding: 20px 0;
  }
  .block-one ul li:first-child {
    margin-bottom: 12px;
    display: flex;
    flex-direction: column;
  }
}
