@media screen and (max-width: 1310px) {
    .content:not(.cover__content) {
        margin-left: 10px;
        margin-right: 10px;
    }
}

@media screen and (max-width: 1250px) {
    .header__content {
        padding: 25px 30px;
    }
}

@media screen and (max-width: 1050px) {
    .header__menu {
        display: none;
    }

    .header__logo {
        position: relative;
        left: auto;
        top: auto;
    }

    .header__buttons {
        margin-right: 50px;
    }

    .header__menu-button {
        display: inline-block;
        position: absolute;
        top: 24px;
        right: 20px;
    }

    .header__expand-menu {
        position: fixed;
        top: -100%;
        overflow: auto;
        right: 0;
        width: 100vw;
        height: 100%;
        background-color: #2b1234;
        z-index: 4;
        font-size: 15px;
        padding: 25px 0 100px;
        -webkit-transition: all 0.3s linear;
        -o-transition: all 0.3s linear;
        -moz-transition: all 0.3s linear;
        transition: all 0.3s linear;
        display: block;
    }

    .header__expand-menu.active {
        top: 90px;
    }

    .header__menu-button svg {
        overflow: visible;
    }

    .rect1.active {
        -webkit-transform: rotate(45deg) scaleX(1.32);
        -moz-transform: rotate(45deg) scaleX(1.32);
        -o-transform: rotate(45deg) scaleX(1.32);
        transform: rotate(45deg) scaleX(1.32);
        -webkit-transform-origin: 15px 15px;
        -moz-transform-origin: 15px 15px;
        -o-transform-origin: 15px 15px;
        transform-origin: 15px 15px;
    }

    .rect2.active {
        display: none;
    }

    .rect3.active {
        -webkit-transform: rotate(-45deg) scaleX(1.32);
        -moz-transform: rotate(-45deg) scaleX(1.32);
        -o-transform: rotate(-45deg) scaleX(1.32);
        transform: rotate(-45deg) scaleX(1.32);
        -webkit-transform-origin: 12.5px 35px;
        -moz-transform-origin: 12.5px 35px;
        -o-transform-origin: 12.5px 35px;
        transform-origin: 12.5px 35px;
    }

    .wrap:not(.games-info__wrap, .faq__wrap), .tournaments__bonus, .payment-info__wrap {
        padding: 25px 30px;
    }

    .tournaments-bonus__image {
        width: -webkit-calc(100% + 60px);
        width: -moz-calc(100% + 60px);
        width: calc(100% + 60px);
        margin-left: -30px;
    }

    .games__wrap:before {
        height: 90px;
    }
}

@media screen and (max-width: 950px) {
    .registration__buttons, .bonus__desc {
        padding-left: 30px;
    }

    .main-info__table tr td:nth-child(2), .tournaments-info__table tr td:nth-child(2), .slots__table td:nth-child(n + 2), .games__table tr td:nth-child(n + 2), .payment__table tr td:nth-child(n + 2), .payment-info__table tr td:nth-child(2) {
        padding-left: 10px;
    }

    .pros__table tr {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 -webkit-calc((100% - 10px) / 2);
        -moz-box-flex: 0;
        flex: 0 1 calc((100% - 10px) / 2);
    }
}

@media screen and (max-width: 750px) {
    .header__expand-menu .header__buttons {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -moz-box-pack: justify;
        justify-content: space-between;
        margin-bottom: 25px;
        margin-right: auto;
    }

    .header__content > .header__buttons {
        display: none;
    }

    .header__expand-menu .header__button {
        min-width: 200px;
    }

    .header__button + .header__button {
        margin-left: auto;
    }

    .vip__list > li {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 100%;
        -moz-box-flex: 0;
        flex: 0 1 100%;
    }

    .vip__list > li + li {
        margin-top: 15px;
    }

    .slots__list > li {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 -webkit-calc((100% - 60px) / 3);
        -moz-box-flex: 0;
        flex: 0 1 calc((100% - 60px) / 3);
    }
}

@media screen and (max-width: 700px) {
    .header__menu-button {
        right: 0;
    }

    h1, .title.general, h2, .title.high {
        font-size: 6.5vw;
        line-height: 7vw;
    }

    h3, .title.middle, .bonus__desc, .tournaments__bonus {
        font-size: 4.5vw;
        line-height: 5vw;
    }

    .content:not(.cover__content) {
        padding-left: 15px;
        padding-right: 15px;
    }

    .wrap {
        width: -webkit-calc(100% + 30px);
        width: -moz-calc(100% + 30px);
        width: calc(100% + 30px);
        margin-left: -15px;
    }

    .tournaments__wrapper {
        width: -webkit-calc(100% + 30px);
        width: -moz-calc(100% + 30px);
        width: calc(100% + 30px);
        margin-left: -15px;
        display: block;
    }

    .tournaments-levels__wrap {
        max-width: 400px;
        margin: auto;
    }

    .tournaments__article {
        max-width: 100%;
        padding: 0 15px;
        margin-top: 25px;
    }

    .payment__wrapper {
        display: block;
    }

    .payment-info__article {
        margin-top: 25px;
    }

    .wrap:not(.games-info__wrap, .faq__wrap, .tournaments-levels__wrap), .payment-info__wrap, .payment__wrap , .faq-item__question, .faq-item__answer {
        padding: 20px 15px;
    }

    .games-info__wrap {
        padding: 50px;
    }

    table {
        word-break: break-word;
    }

    .registration__button:not(.button) {
        padding: 20px 30px;
    }
}

@media screen and (max-width: 600px) {
    .bonus__wrap {
        display: block;
        text-align: center;
    }

    .bonus__desc {
        max-width: 100%;
        padding: 0;
        margin-top: 25px;
    }
}

@media screen and (max-width: 550px) {
    h1, .title.general, h2, .title.high {
        font-size: 35px;
        line-height: 40px;
    }

    h3, .title.middle, .bonus__desc, .tournaments__bonus {
        font-size: 25px;
        line-height: 30px;
    }

    .registration__wrap {
        display: block;
    }

    .registration__buttons {
        margin-top: 25px;
        padding: 0;
    }

    .tournaments__bonus {
        padding: 20px 15px;
    }

    .tournaments-bonus__image {
        width: -webkit-calc(100% + 30px);
        width: -moz-calc(100% + 30px);
        width: calc(100% + 30px);
        margin-left: -15px;
    }

    .slots__list > li {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 -webkit-calc((100% - 30px) / 2);
        -moz-box-flex: 0;
        flex: 0 1 calc((100% - 30px) / 2);
    }

    table {
        font-size: 14px;
    }

    .games-info__wrap {
        padding: 50px 30px;
    }
}

@media screen and (max-width: 450px) {
    .header__buttons {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        flex-direction: column;
    }

    .header__button + .header__button {
        margin-top: 15px;
    }

    table {
        font-size: 13px;
    }

    .main-info__table tr td:nth-child(2), .tournaments-info__table tr td:nth-child(2), .slots__table td:nth-child(n + 2), .games__table tr td:nth-child(n + 2), .payment__table tr td:nth-child(n + 2), .payment-info__table tr td:nth-child(2) {
        padding-left: 5px;
    }

    .article .slots__list > li {
        margin-top: 15px;
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 -webkit-calc((100% - 15px) / 2);
        -moz-box-flex: 0;
        flex: 0 1 calc((100% - 15px) / 2);
    }
}

@media screen and (max-width: 400px) {
    table {
        font-size: 12px;
    }

    .games-info__wrap {
        padding: 50px 15px;
    }
}
