@media screen and (max-width: 1310px) {
    .content {
        margin-right: 10px;
        margin-left: 10px;
    }

    .header__content.content {
        padding-left: 0;
    }

    .header__desc {
        font-size: 16px;
        padding-left: 20px;
    }
}

@media screen and (max-width: 1100px) {
    .first-bonus__content.content {
        padding: 50px 30px;
    }

    .first-bonus__image img {
        -o-object-position: 70%;
        object-position: 70%;
    }

    .main-info__table {
        font-size: 20px;
        line-height: 25px;
    }

    .games__content.content, .live__content.content {
        padding: 25px 30px;
    }

    .games__table tr td:first-child {
        padding-right: 30px;
    }

    .live__table tr td:nth-child(2) {
        padding-left: 15px;
    }

    .live__content:before {
        width: 17%;
        min-width: 120px;
    }

    .live__content:after {
        width: 27%;
        min-width: 160px;
    }

    .live__table td {
        padding: 0 0 0 15px;
    }

    .menu:not(.header__expand-menu) ul > li + li {
        margin-left: 40px;
    }
}

@media screen and (max-width: 1000px) {
    .header__desc {
        font-size: 14px;
        line-height: 20px;
    }
}

@media screen and (max-width: 900px) {
    h1, .title.general {
        font-size: 5.3vw;
        line-height: 6vw;
    }

    h2, .title.high {
        font-size: 4vw;
        line-height: 4.5vw;
    }

    h3, .title.middle {
        font-size: 3.4vw;
        line-height: 4vw;
    }

    h4, .title.small {
        font-size: 3vw;
        line-height: 3.5vw;
    }

    .first-bonus__desc {
        font-size: 4.8vw;
        line-height: 5.5vw;
    }

    .first-bonus__image {
        opacity: 0.7;
    }

    .main-info__table {
        font-size: 18px;
    }

    .registration-list__item {
        font-size: 20px;
        line-height: 28px;
        padding: 25px 30px;
    }

    .header__desc {
        display: none;
    }
}

@media screen and (max-width: 800px) {
    .content {
        padding: 30px 15px;
    }

    .conclusion {
        margin-top: 30px;
    }

    .info__content p + h2 {
        margin-top: 30px;
    }

    h1, .title.general {
        margin-bottom: 30px;
    }

    .games__content.content, .live__content.content {
        padding: 25px 15px;
    }

    .button {
        min-width: 250px;
        font-size: 25px;
        line-height: 30px;
    }

    .first-bonus__desc {
        margin-left: 0;
    }

    .faq-item__question {
        padding: 13px 15px;
    }

    .faq-item__answer {
        padding: 20px 15px 0;
    }

    .registration-list__item {
        padding: 25px 15px;
    }
}

@media screen and (max-width: 700px) {
    body, .main-info__table {
        font-size: 16px;
    }

    h3, .title.middle {
        font-size: 24px;
        line-height: 29px;
    }

    h4, .title.small {
        font-size: 20px;
        line-height: 25px;
    }

    .live__table thead, .bonus__table thead, .vip__table thead, .payment__table tr td:first-child, .games__table thead tr td:first-child {
        font-size: 20px;
        line-height: 25px;
    }

    .bonus__table td {
        padding: 0 0 0 15px;
    }

    .vip__table td, .payment__table td {
        padding: 25px 15px;
    }

    .live__table, .bonus__table, .vip__table {
        line-height: 30px;
    }
}

@media screen and (max-width: 650px) {
    .header__menu {
        display: none;
    }

    .header__buttons {
        margin-right: 45px;
        margin-left: 10px;
    }

    .header__menu-button {
        display: inline-block;
        position: absolute;
        top: 12px;
        right: -5px;
    }

    .header__expand-menu {
        position: fixed;
        top: -100%;
        overflow: auto;
        right: 0;
        width: 100vw;
        height: auto;
        background-color: #1a3768;
        z-index: 4;
        font-size: 15px;
        padding: 30px 0 40px;
        -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: 70px;
    }

    .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;
    }

    h2, .title.high {
        font-size: 27px;
        line-height: 32px;
    }

    h1, .title.general {
        font-size: 33px;
        line-height: 38px;
    }

    .first-bonus__desc {
        font-size: 31px;
        line-height: 37px;
    }

    .main-info__table td {
        padding: 9px 15px;
    }

    .registration-list__item {
        font-size: 18px;
        line-height: 25px;
    }

    .title.high.faq-item__question {
        font-size: 4vw;
        line-height: 4.5vw;
    }
}

@media screen and (max-width: 500px) {
    .title.high.faq-item__question {
        font-size: 20px;
        line-height: 25px;
    }

    .games__table td {
        padding: 5px 5px 5px 0;
    }

    .games__table tr td:first-child {
        padding-right: 15px;
    }

    .games__table {
        font-size: 14px;
        line-height: 20px;
    }

    table, .main-info__table {
        font-size: 15px;
        line-height: 20px;
    }

    .live__table thead, .bonus__table thead, .vip__table thead, .payment__table tr td:first-child, .games__table thead tr td:first-child {
        font-size: 18px;
        line-height: 25px;
    }

    .live__table, .bonus__table, .vip__table {
        line-height: 25px;
    }

    .live__table tr td:first-child, .bonus__table tr td:first-child {
        min-width: 70px;
    }

    .live__content:before, .bonus__content:before {
        min-width: 90px;
    }

    .live__table tr td:nth-child(3) {
        min-width: 100px;
    }

    .live__content:after {
        min-width: 110px;
    }

    .live__table tr td:nth-child(2) {
        max-width: -webkit-calc(100% - 70px - 100px);
        max-width: -moz-calc(100% - 70px - 100px);
        max-width: calc(100% - 70px - 100px);
    }

    .bonus__table tr td:nth-child(3) {
        min-width: 110px;
    }

    .bonus__content:after {
        min-width: 125px;
    }

    .bonus__table tr td:nth-child(2) {
        max-width: -webkit-calc(100% - 110px - 70px);
        max-width: -moz-calc(100% - 110px - 70px);
        max-width: calc(100% - 110px - 70px);
    }

    .vip__table td, .payment__table td {
        padding: 25px 10px;
    }

    .vip__table tr td:first-child {
        min-width: 90px;
    }

    .vip__table tr td:nth-child(2) {
        min-width: 70px;
    }

    .vip__table tr td:nth-child(3) {
        max-width: -webkit-calc(100% - 70px - 90px);
        max-width: -moz-calc(100% - 70px - 90px);
        max-width: calc(100% - 70px - 90px);
    }

    .button {
        min-width: 220px;
        font-size: 20px;
        line-height: 30px;
        padding: 10px 15px;
    }
}

@media screen and (max-width: 400px) {
    .first-bonus__content.content {
        padding: 40px 20px;
    }

    .first-bonus__button {
        margin-top: 25px;
    }

    .first-bonus__image {
        opacity: 0.6;
    }

    table {
        font-size: 14px;
    }

    .live__table thead, .bonus__table thead, .vip__table thead, .payment__table tr td:first-child, .games__table thead tr td:first-child {
        font-size: 16px;
        line-height: 25px;
    }

    .live__table, .bonus__table, .vip__table {
        line-height: 25px;
    }

    .games__table {
        font-size: 12px;
    }

    .header__menu-button {
        right: -10px;
    }

    .header__menu-button svg {
        width: 40px;
    }

    .header__buttons {
        margin-right: 30px;
    }

    .header__button.button.orange {
        padding: 10px;
        min-width: 90px;
        font-size: 14px;
    }
}
