@media screen and (max-width: 1320px) {
  .content {
    margin-left: 20px;
    margin-right: 20px;
  }
  .header {
    padding: 0;
  }
  .header__menu > ul a {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 20px;
  }

  .content.nav ul {
    gap: 10.56px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
  }

  .cover {
    margin-top: 0px;
  }
}

@media screen and (max-width: 1250px) {
  .header__menu {
    display: none;
  }
  .content.header__content {
    gap: 0;
    justify-content: center;
  }

  .content .header__menu-button {
    margin-top: 0;
  }
  .header__languages {
    margin-right: 40px;
  }

  .header__content > .header__buttons > * {
    margin-right: 0;
  }
  .header__expand-menu > *:first-child {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-left: 0;
    margin-bottom: 30px;
    flex-direction: column;
    align-items: center;
  }

  .header__buttons {
    flex: 1;
  }

  .header__logo {
    position: relative;
    left: auto;
    top: auto;
    padding: 0;
  }

  .header__button {
    box-shadow: none;
  }

  .header__expand-menu {
    position: fixed;
    top: -300vh;
    overflow-y: auto;
    right: 0;
    width: 100vw;
    height: 100vh;
    max-height: 100vh;
    background: rgba(27, 44, 56, 1);
    z-index: 4;
    font-size: 15px;
    padding: 25px 10px 100px;
    transition: all 0.4s linear;
    display: block;
  }

  .header__expand-menu.active {
    top: 61px;
  }

  .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;
  }
  .cover__image {
    left: 62%;
  }
  .content .footer__age {
    justify-content: center;
  }
  .rating__block-information {
    display: flex;

    flex-wrap: wrap;
    justify-content: center;
  }
  .btn-overlay {
    bottom: 34%;
    left: 48%;
  }
  .info__wrapper {
    padding: 100px 30px 30px;
  }
  .header__buttons {
    margin-right: 40px;
  }
}
@media (max-width: 1100px) {
  .article__list-block {
    flex-direction: column;
  }
  .article__list-block ul li {
    padding: 8.5px 10px;
    line-height: 24px;
  }
  .regístrate__block {
    padding: 0;
  }
  .new__content {
    flex-direction: column;
  }
  .content .article__menu > li {
    padding-left: 10px;
  }
  .content .article__menu > li:before,
  .article .article__menu > li:before {
    margin-right: 20px;
  }
  .article__menu {
    border: none;
  }
  .article__sports {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: row;
  }
  .article__img-home img {
    min-height: 232px;
    object-fit: cover;
  }
  .article__img-home-info {
    padding: 10px 10px;
  }
  .regístrate__block.regístrate__block-new div {
    padding: 20px 26px;
  }
  .content .footer__sponsor,
  .content .footer__payment {
    flex-direction: row;
    flex-wrap: wrap;
  }
  .cover__content.content {
    min-height: 320px;
    flex-direction: column;
    padding-bottom: 20px;
  }
  h1,
  .title.general {
    padding-top: 20px;
    text-align: center;
  }
  .cover__button.button {
    margin: auto;
  }
  .cover__wrap p {
    text-align: center;
  }
  .image img {
    margin: auto;
    height: 900px;
    object-fit: cover;
  }
}
@media screen and (max-width: 1000px) {
  h1,
  .title.general,
  h2,
  .title.high {
    font-size: 4.8vw;
    line-height: 1.2;
  }

  .cover__button.button {
    margin-top: 20px;
  }
  .new__content .home {
    width: 100%;
  }
  .new__content .home3 {
    width: 100%;
  }
  .new__content .home img {
    margin: auto;
  }
  .new__content .home3 img {
    margin: auto;
  }

  .cover__image {
    left: auto;
    right: 0;
  }
  .background .content.article p {
    max-width: 100%;
  }
}
@media (min-width: 900px) {
  .header__btn.header__btn-mob {
    display: none;
  }
}
@media screen and (max-width: 900px) {
  h3,
  .title.middle {
    font-size: 2.7vw;
    line-height: 1.3;
  }
  .header {
    padding: 0 20px;
  }
  .image.cover__bg img {
    object-position: 75%;
  }
  .main__arrow {
    right: 3%;
  }
  .header__btn {
    display: none;
  }

  .header__menu-button {
    position: absolute;
    display: inline-block;
    right: -10px;
  }
  .content.header__content div {
    margin-right: 40px;
  }
  .btn-overlay {
    bottom: 16%;
    left: 48%;
  }
}

@media screen and (max-width: 800px) {
  .image img {
    margin: auto;
    height: 900px;
    object-fit: cover;
  }
  .content {
    padding: 20px 20px;
  }
  .content.header__content .header-top {
    width: 94%;
  }
  .cover__content.content {
    padding: 15px 0;
  }
  .main > * + * {
    margin-top: 16px;
  }
}
@media (min-width: 750px) {
}
@media (max-width: 750px) {
  .header {
    padding: 0 15px;
  }
  .header__btn {
    display: none;
  }
  .header__btn.header__btn-mob {
    display: block;
  }
  .header__btn.header__btn-mob {
    max-width: 400px;
    display: flex;
    align-items: center;
    margin: auto !important;
  }
}
@media screen and (max-width: 700px) {
  .article ul li:before,
  article ul li:before {
    line-height: 20px;
  }

  h3,
  .title.middle {
    font-size: 19px;
  }
}

@media screen and (max-width: 650px) {
  .header__content.content {
    justify-content: space-between;
    margin: 0;
  }

  .header__language {
    margin-left: 0;
  }

  .header__content > .header__buttons {
    display: none;
  }

  .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;
  }

  h1,
  .title.general {
    font-size: 31px;
  }
  .image img {
    margin: auto;
    height: 800px;
    object-fit: cover;
  }
  .image.vip__image img {
    height: 297px;
    object-position: 54%;
  }
}

@media screen and (max-width: 600px) {
  .cover__content.content {
    min-height: 320px;
    flex-direction: column;
  }

  h1,
  .title.general {
    text-align: center;
    padding-top: 20px;
  }
  .cover__button.button {
    margin: auto;
  }
  .content .cover__wrap {
    align-items: center;
  }
  .rating__block-start {
    flex-direction: column;
  }
}

@media screen and (max-width: 550px) {
  h2,
  .title.high {
    font-size: 26px;
  }
  .image img {
    margin: auto;
    height: 900px;
    object-fit: cover;
  }
  .image.vip__image img {
    height: 297px;
    object-position: 80%;
  }
}

@media screen and (max-width: 500px) {
  .header-languages__list li {
    flex: 0 1 calc((100% - 15px * 4) / 4);
  }
  .cover__bg img {
    object-position: 78%;
  }
  .cover__wrap p {
    text-align: center;
  }
  .regístrate__block {
    gap: 33px;
  }
}

@media screen and (max-width: 450px) {
  .header-languages__list li {
    flex: 0 1 calc((100% - 60px) / 3);
  }

  .header-languages__list li {
    margin-top: 24px;
    margin-left: 15px;
    flex: 0 1 calc((100% - 15px * 3) / 3);
  }
  .logo.header__logo img:last-child {
    width: 118px;
  }
  .logo.header__logo img {
    width: 82px;
  }
  .header__menu-button svg {
    width: 36px;
  }
  .hero__block {
    width: 287px;
  }
}

@media screen and (max-width: 400px) {
  h1,
  .title.general {
    line-height: 1.3;
  }
  .article__app-list {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  }
  .content .article__app-list .article__list .article__name .article__number {
    font-size: 25px;
  }
  .content .article__app-list .article__list .article__name p {
    font-size: 14px;
  }
  .rating__block-name .rating__block-title {
    font-size: 14px;
  }
  .rating__block-name {
    padding: 16.5px 10px;
    gap: 20px;
  }
  .rating__block-name div:first-child {
    font-weight: 700;
    font-size: 24px;
    line-height: 135%;
    text-transform: uppercase;
  }
  .rating__block-name {
    display: block;
  }
  .rating__block-start {
    flex-direction: column;
  }
  .rating__number-block {
    width: 99px;
  }
  .btn-overlay h3 {
    font-size: 28px;
  }
  .btn-overlay {
    bottom: 18%;
    left: 50%;
  }
  .new__content.new__content-home ul li {
    padding-left: 0;
  }
  .new__content.new__content-home ul li:before {
    margin-right: 10px;
  }
  .image.vip__image img {
    height: 297px;
    object-position: 54%;
  }
}
