@media screen and (max-width: 1260px) {
    .content {
        margin-left: 10px;
        margin-right: 10px;
    }

    .header__menu {
        margin-left: 40px;
        margin-right: 40px;
    }

    .main-info__content.content {
        padding-bottom: 30px;
    }

    .footer__payment:before {
        left: 0;
    }

    .footer__payment:after {
        left: 0;
    }
}

@media screen and (max-width: 1200px) {
    .vip__content.content {
        padding-right: 500px;
    }

    .vip__image {
        right: -65px;
    }
}

@media screen and (max-width: 1150px) {
    .cover__image.right {
        right: -10px;
    }

    .cover__image.left {
        right: 150px;
    }
}

@media screen and (max-width: 1100px) {
    .header__content.content {
        min-height: 70px;
    }
    .header__menu {
        display: none;
    }

    .header__buttons {
        margin-right: 40px;
    }

    .header__button {
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }

    .header__menu-button {
        position: absolute;
        display: inline-block;
        top: 10px;
        right: -5px;
    }

    .header__expand-menu {
        position: fixed;
        top: -300vh;
        overflow: auto;
        right: 0;
        width: 100vw;
        height: auto;
        background: #282B30;
        z-index: 4;
        font-size: 15px;
        padding: 25px 0 25px;
        -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;
    }

    .header__expand-menu.active {
        top: 70px;
    }

    .header__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__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;
    }

    .bonus-item__wrap {
        padding: 20px 20px 87px;
    }

    .first-bonus__content.content {
        padding: 60px 30px;
    }

    .first-bonus__wrap {
        background: rgba(0, 0, 0, 0.6);
    }

    .vip__image {
        height: 70%;
        right: -40px;
    }

    .vip__content.content {
        padding-right: 350px;
    }
}

@media screen and (max-width: 1000px)  {
    .aplicativo__content.content {
        padding: 30px 300px 30px 20px;
    }

    .aplicativo__image {
        right: 20px;
    }

    .main table tr td {
        padding: 10px 15px;
    }
}

@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: 5vw;
    }

    h4, .title.small {
        font-size: 2.7vw;
        line-height: 3.2vw;
    }

    .cover__content.content {
        padding: 70px 0;
    }

    .main .cover__wrap {
        background: rgba(0, 0, 0, 0.6);
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        border-radius: 6px;
        padding: 20px;
    }

    .vip__image {
        right: -50px;
        height: 100%;
    }

    .vip__content.content {
        padding-right: 20px;
    }

    .vip__wrap div {
        background: -webkit-gradient(linear, left top, right top, from(rgba(233, 110, 50, 0.8)), to(rgba(162, 36, 137, 0.8)));
        background: -webkit-linear-gradient(left, rgba(233, 110, 50, 0.8), rgba(162, 36, 137, 0.8));
        background: -moz-linear-gradient(left, rgba(233, 110, 50, 0.8), rgba(162, 36, 137, 0.8));
        background: -o-linear-gradient(left, rgba(233, 110, 50, 0.8), rgba(162, 36, 137, 0.8));
        background: linear-gradient(to right, rgba(233, 110, 50, 0.8), rgba(162, 36, 137, 0.8));
    }

    .jogos__content.content {
        padding-right: 260px;
    }

    .jogos__image {
        right: -60px;
    }

    .comment-list__item {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 -webkit-calc((100% - 20px) / 2);
        -moz-box-flex: 0;
        flex: 0 1 calc((100% - 20px) / 2);
        min-height: 300px;
    }
}

@media screen and (max-width: 850px)  {
    .aplicativo__content.content {
        padding: 30px 180px 30px 20px;
    }

    .aplicativo__title {
        max-width: 80%;
    }

    .aplicativo__image {
        right: 10px;
    }
}

@media screen and (max-width: 800px) {
    .content {
        padding: 20px 15px;
    }

    .aplicativo__content.content {
        padding: 20px 180px 20px 15px;
    }

    h4, .title.small {
        font-size: 20px;
        line-height: 25px;
    }

    .first-bonus__content.content {
        padding: 50px 15px;
    }

    .vip__content.content {
        padding-right: 15px;
    }
}

@media screen and (max-width: 700px) {
    body {
        font-size: 14px;
        line-height: 20px;
    }

    body.active {
        overflow: hidden;
    }

    .header__expand-menu {
        height: 100vh;
        top: -150vh;
        overflow: auto;
        padding-bottom: 100px;
    }

    .header__content > .header__buttons > .button {
        display: none;
    }

    .header__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;
    }

    .header__expand-menu > *:first-child a.button {
        padding: 10px;
        min-width: 200px;
    }

    .header__content > .header__buttons {
        margin-right: 50px;
    }

    .header__buttons {
        padding-right: 0;
        margin-right: 0;
        padding-top: 0;
    }

    .header__buttons .button, .header__buttons > .button:first-child {
        min-width: 200px;
    }

    .header__buttons > .button:nth-child(2) {
        margin-left: auto;
    }

    .jogos__content.content {
        padding-right: 240px;
    }

    .footer__list {
        margin-top: 10px;
    }

    .main-info__table tr td:first-child {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 40%;
        -moz-box-flex: 0;
        flex: 0 1 40%;
    }

    .main-info__table tr td:last-child {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 60%;
        -moz-box-flex: 0;
        flex: 0 1 60%;
    }

    .footer__payment li {
        width: 90px;
        height: 50px;
        padding: 10px;
    }
}

@media screen and (max-width: 650px) {
    h1, .title.general {
        font-size: 34px;
        line-height: 40px;
    }

    h2, .title.high, h3, .title.middle {
        font-size: 28px;
        line-height: 33px;
    }

    .bonus__list {
        margin: 0 auto;
        max-width: 400px;
    }

    .bonus-list__item {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 100%;
        -moz-box-flex: 0;
        flex: 0 1 100%;
        margin-left: 0;
    }

    .bonus-item__wrap {
        padding: 30px 10% 87px;
    }

    .online__wrap, .depositos__wrap {
        overflow: scroll;
    }

    .online__table, .depositos__table {
        min-width: 650px;
    }

    table tr td {
        min-height: 50px;
    }
}

@media screen and (max-width: 600px) {
    .main .first-bonus__wrap {
        max-width: 400px;
        width: 100%;
        margin: auto;
    }

    .second .first-bonus__bg img {
        -o-object-position: 99%;
        object-position: 99%;
    }

    .first-bonus__bg img {
        -o-object-position: 99%;
        object-position: 99%;
    }

    .cover__content.content {
        padding: 40px 0;
    }

    .main .cover__wrap {
        max-width: 480px;
        width: 100%;
        margin: auto;
        text-align: center;
    }

    .cover__footnote {
        max-width: 100%;
    }

    .title.cover__title {
        text-align: center;
    }

    .main .cover__image {
        width: -webkit-calc(100% + 1000px);
        width: -moz-calc(100% + 1000px);
        width: calc(100% + 1000px);
        right: -500px;
        height: 100%;
        bottom: 0;
    }

    .cover__image.left {
        right: -470px;
    }

    .cover__image.right {
        right: -600px;
    }

    .aplicativo__content.content {
        padding: 20px 15px;
    }

    .aplicativo__title {
        max-width: 100%;
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        border-radius: 6px;
        padding: 10px;
        background: -webkit-gradient(linear, left top, right top, from(rgba(233, 110, 50, 0.9)), to(rgba(162, 36, 137, 0.9)));
        background: -webkit-linear-gradient(left, rgba(233, 110, 50, 0.9), rgba(162, 36, 137, 0.9));
        background: -moz-linear-gradient(left, rgba(233, 110, 50, 0.9), rgba(162, 36, 137, 0.9));
        background: -o-linear-gradient(left, rgba(233, 110, 50, 0.9), rgba(162, 36, 137, 0.9));
        background: linear-gradient(to right, rgba(233, 110, 50, 0.9), rgba(162, 36, 137, 0.9));
        color: #fff;
    }

    .aplicativo__image {
        right: 20px;
    }

    .aplicativo__wrap div {
        background: -webkit-gradient(linear, left top, right top, from(rgba(233, 110, 50, 0.9)), to(rgba(162, 36, 137, 0.9)));
        background: -webkit-linear-gradient(left, rgba(233, 110, 50, 0.9), rgba(162, 36, 137, 0.9));
        background: -moz-linear-gradient(left, rgba(233, 110, 50, 0.9), rgba(162, 36, 137, 0.9));
        background: -o-linear-gradient(left, rgba(233, 110, 50, 0.9), rgba(162, 36, 137, 0.9));
        background: linear-gradient(to right, rgba(233, 110, 50, 0.9), rgba(162, 36, 137, 0.9));
    }

    .vip__image {
        right: -500px;
        width: -webkit-calc(100% + 1000px);
        width: -moz-calc(100% + 1000px);
        width: calc(100% + 1000px);
    }

    .jogos__content.content {
        padding-right: 15px;
        min-height: 0;
    }

    .jogos__image {
        right: -30px;
    }

    .jogos__wrap {
        background: -webkit-gradient(linear, left top, right top, from(rgba(233, 110, 50, 0.9)), to(rgba(162, 36, 137, 0.9)));
        background: -webkit-linear-gradient(left, rgba(233, 110, 50, 0.9), rgba(162, 36, 137, 0.9));
        background: -moz-linear-gradient(left, rgba(233, 110, 50, 0.9), rgba(162, 36, 137, 0.9));
        background: -o-linear-gradient(left, rgba(233, 110, 50, 0.9), rgba(162, 36, 137, 0.9));
        background: linear-gradient(to right, rgba(233, 110, 50, 0.9), rgba(162, 36, 137, 0.9));
    }

    .jogos__title.title {
        width: 70%;
    }

    .jogos__image {
        -webkit-transform: scale(-1,1);
        -moz-transform: scale(-1,1);
        -o-transform: scale(-1,1);
        transform: scale(-1,1);
        right: -20px;
    }

    .comment-list__item {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 100%;
        -moz-box-flex: 0;
        flex: 0 1 100%;
        min-height: 0;
    }
}

@media screen and (max-width: 550px) {
    .first-bonus__bg img {
        -o-object-position: 95%;
        object-position: 95%;
    }
}

@media screen and (max-width: 500px) {
    .faq-item__answer {
        padding: 0 10px 10px;
    }

    .faq-item__question {
        text-transform: uppercase;
        padding: 10px 10px 10px 50px;
        font-size: 18px;
    }

    .faq-item__question:before {
        left: 10px;
    }

    .faq-item__question:after {
        left: 25px;
    }

    .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;
    }

    .main .cover__wrap {
        max-width: 100%;
        padding: 40px 20px;
    }

    .first-bonus__content.content {
        padding: 30px 10px;
    }
}

@media screen and (max-width: 450px) {
    .first-bonus__bg img {
        -o-object-position: 90%;
        object-position: 90%;
    }
}

@media screen and (max-width: 400px) {
    .first-bonus__button.button {
        min-width: 0;
        width: 100%;
        max-width: 270px;
    }

    .first-bonus__wrap {
        padding: 20px 15px;
    }

    .cover__wrap {
        padding: 20px 15px;
    }

    .cover__button.button {
        min-width: 250px;
    }

    .bonus-item__wrap {
        padding: 20px 20px 80px;
    }

    .bonus-item__button.button {
        bottom: 20px;
    }

    .header__menu-button {
        right: -10px;
    }

    .header__content > .header__buttons {
        margin-right: 35px;
        margin-left: 10px;
    }

    .aplicativo__image {
        right: -200px;
        width: -webkit-calc(100% + 400px);
        width: -moz-calc(100% + 400px);
        width: calc(100% + 400px);
    }

    .vip__image {
        right: -550px;
    }

    .jogos__title.title {
        width: 100%;
    }

    .jogos__image {
        height: 85%;
    }

    .main table {
        padding: 10px;
    }
}
