@media screen and (max-width: 1180px) {
    .content {
        margin-left: 10px;
        margin-right: 10px;
    }
}

@media screen and (max-width: 1100px) {
    .menu a {
        padding: 14px 12px;
        font-size: 13px;
    }

    .footer-payment__button.button {
        margin-left: 0;
    }

    .cover__content.content {
        padding: 50px 20px 170px;
    }

    .payment__table tr td, .slots__yable tr td {
        padding: 14px 20px;
    }
}

@media screen and (max-width: 1000px) {
    .payment__table tr td:nth-child(1) {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 17%;
        -moz-box-flex: 0;
        flex: 0 1 17%;
    }

    .payment__table tr td:nth-child(2) {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 21%;
        -moz-box-flex: 0;
        flex: 0 1 21%;
    }

    .payment__table tr td:nth-child(3) {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 16%;
        -moz-box-flex: 0;
        flex: 0 1 16%;
    }

    .payment__table tr td:nth-child(4) {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 22%;
        -moz-box-flex: 0;
        flex: 0 1 22%;
    }

    .payment__table tr td:nth-child(5) {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 24%;
        -moz-box-flex: 0;
        flex: 0 1 24%;
    }

    .bonus-item__desc {
        width: -webkit-calc(100% - 40px);
        width: -moz-calc(100% - 40px);
        width: calc(100% - 40px);
    }
}

@media screen and (max-width: 900px) {
    h1, .title.general {
        font-size: 5.3vw;
        line-height: 6vw;
    }

    h2, .title.high, h3, .title.middle {
        font-size: 4.4vw;
        line-height: 5.2vw;
    }

    .cover__bonus {
        font-size: 4.2vw;
        line-height: 1.2;
        right: 20px;
        bottom: 20px;
        padding: 20px 25px;
    }

    .cover__content.content {
        padding: 20px 20px 170px;
    }

    .cover__wrapper {
        padding: 20px;
        -webkit-border-radius: 16px;
        -moz-border-radius: 16px;
        border-radius: 16px;
        background: rgba(0, 0, 0, 0.6);
    }

    .cover__image {
        right: 100px;
    }

    .payment__table tr td, .slots__table tr td {
        padding: 14px 10px;
    }

    .faq-item__question {
        font-size: 2.7vw;
        line-height: 1.25;
    }

    .bonus-list__item {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 -webkit-calc((100% - 40px) / 2);
        -moz-box-flex: 0;
        flex: 0 1 calc((100% - 40px) / 2);
    }
}

@media screen and (max-width: 800px) {
    .content {
        padding-left: 15px;
        padding-right: 15px;
    }

    .footer__wrap {
        padding: 0;
    }

    .footer-payment__list img {
        max-height: 25px;
    }

    .payment__wrap {
        overflow: scroll;
    }

    .payment__table {
        min-width: 800px;
    }

    .payment__table tr td {
        padding: 14px 15px;
    }

    .main-info__table tr td {
        padding: 14px 15px;
    }

    .games__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) {
    .footer__payment {
        display: block;
        text-align: center;
    }

    .footer-payment__desc {
        max-width: 100%;
        margin-bottom: 20px;
    }

    .footer-payment__list {
        padding: 0;
        margin-bottom: 20px;
    }

    .expand__menu {
        height: -webkit-calc(100vh - 68px);
        height: -moz-calc(100vh - 68px);
        height: calc(100vh - 68px);
        padding: 25px 0 70px;
    }

    body.active {
        overflow: hidden;
    }

    .header__logo {
        top: 0;
        position: relative;
    }

    .header__buttons {
        margin-right: 40px;
    }

    .header__menu {
        display: none;
    }

    .expand__menu > *:nth-child(2) {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        align-items: center;
    }

    .header__button {
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }

    .header__menu-button {
        position: absolute;
        display: inline-block;
        top: 8px;
        right: -5px;
    }

    .expand__menu {
        position: fixed;
        top: -100vh;
        overflow: auto;
        right: 0;
        width: 100vw;
        height: auto;
        background: -webkit-gradient(linear, left top, right top, from(#283441), to(#19232D));
        background: -webkit-linear-gradient(left, #283441, #19232D);
        background: -moz-linear-gradient(left, #283441, #19232D);
        background: -o-linear-gradient(left, #283441, #19232D);
        background: linear-gradient(to right, #283441, #19232D);
        z-index: 4;
        font-size: 15px;
        padding: 25px 0 30px;
        -webkit-transition: all 0.4s linear;
        -o-transition: all 0.4s linear;
        -moz-transition: all 0.4s linear;
        transition: all 0.4s linear;
        display: block;
        height: -webkit-calc(100vh - 68px);
        height: -moz-calc(100vh - 68px);
        height: calc(100vh - 68px);
    }

    .expand__menu.active {
        top: 68px;
    }

    .expand__menu > *:nth-child(3) {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        align-items: center;
    }

    .header__menu-button svg {
        overflow: visible;
    }

    .header__menu-button.active .rect1 {
        -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;
    }

    .header__menu-button.active .rect2 {
        display: none;
    }

    .header__menu-button.active .rect3 {
        -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;
    }

    .faq-item__question {
        font-size: 19px;
    }
}

@media screen and (max-width: 600px) {
    h4, .title.small {
        font-size: 22px;
    }

    h2, .title.high, h3, .title.middle {
        font-size: 27px;
        line-height: 34px;
    }

    .cover__wrapper {
        max-width: 380px;
        width: 100%;
    }

    .cover__content.content {
        padding: 20px 20px 140px;
    }

    h1, .title.general {
        font-size: 32px;
        line-height: 38px;
    }

    .slots__table tr td {
        padding: 14px 15px;
    }

    .slots__wrap {
        overflow: scroll;
    }

    .slots__table {
        min-width: 600px;
    }

    .main-info__table tr td:first-child {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 45%;
        -moz-box-flex: 0;
        flex: 0 1 45%;
    }

    .main-info__table tr td:last-child {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 55%;
        -moz-box-flex: 0;
        flex: 0 1 55%;
    }

    .rating__table tr td {
        padding: 14px 20px;
    }

    .bonus-list__item {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 100%;
        -moz-box-flex: 0;
        flex: 0 1 100%;
        margin-left: 0;
    }

    .bonus__list {
        max-width: 450px;
        margin: 0 auto;
    }

    .bonus-list__item a {
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        border-radius: 20px;
    }
}

@media screen and (max-width: 550px) {
    .cover__wrapper {
        margin: auto;
        text-align: center;
    }

    .content.cover__content {
        padding: 20px 10px;
    }

    .cover__bonus {
        position: relative;
        right: 0;
        bottom: 0;
        margin: 20px auto 0;
        display: block;
        max-width: 260px;
        font-size: 23px;
        line-height: 28px;
    }

    .main .cover__image {
        width: -webkit-calc(100% + 1000px);
        width: -moz-calc(100% + 1000px);
        width: calc(100% + 1000px);
        right: -500px;
        height: 100%;
    }

    .games__list li {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 -webkit-calc((100% - 40px) / 2);
        -moz-box-flex: 0;
        flex: 0 1 calc((100% - 40px) / 2);
    }
}

@media screen and (max-width: 500px) {
    .faq-item__question {
        padding: 12px 10px 12px 45px;
        font-size: 18px;
        line-height: 28px;
    }

    .faq-item__question:after {
        left: 12px;
    }

    .faq-item__answer {
        padding: 10px;
    }

    .header__buttons {
        display: none;
    }

    .expand__menu > *:first-child {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        justify-content: center;
        width: 100%;
        margin-left: 0;
        margin-bottom: 25px;
    }

    .expand__menu > *:first-child a {
        padding: 10px;
        min-width: 150px;
        max-width: 150px;
    }

    .header__buttons {
        padding-right: 0;
        margin-right: 0;
        padding-top: 0;
    }

    .header__button:last-child {
        margin-left: auto;
    }

    .footer__wrap {
        display: block;
        text-align: center;
    }

    .footer__logo {
        margin-bottom: 20px;
    }

    .footer__article {
        padding: 0;
    }

    .rating__table tr td:first-child {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 60%;
        -moz-box-flex: 0;
        flex: 0 1 60%;
    }

    .rating__table tr td:last-child {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 40%;
        -moz-box-flex: 0;
        flex: 0 1 40%;
    }
}

@media screen and (max-width: 400px) {
    .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:last-child {
        margin-right: auto;
        margin-left: auto;
        margin-top: 25px;
    }

    .cover__button.button {
        min-width: 0;
        width: 100%;
    }

    .cover__wrapper {
        padding: 20px 15px;
    }

    .main-info__table tr td {
        padding: 14px 10px;
    }

    .rating__table tr td {
        padding: 14px 10px;
    }

    .games__list li {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 100%;
        -moz-box-flex: 0;
        flex: 0 1 100%;
        margin-left: 0;
    }

    .games__list {
        max-width: 300px;
        margin: -20px auto 0;
    }

    .bonus-list__item a {
        -webkit-border-radius: 16px;
        -moz-border-radius: 16px;
        border-radius: 16px;
    }
}
