@media screen and (max-width: 1260px) {
    .content {
        margin-left: 10px;
        margin-right: 10px;
    }
}

@media screen and (max-width: 1200px) {
    .promotions-list__item:nth-child(1) .promotions-item__image {
        right: 80px;
    }

    .promotions-list__item:nth-child(2) .promotions-item__image {
        right: 80px;
    }

    .promotions-list__item:nth-child(3) .promotions-item__image {
        right: 130px;
    }

    .juegos-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: 1150px) {
    .prime__wrap {
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        border-radius: 6px;
        background: rgba(0, 0, 0, 0.6);
        padding: 20px;
        max-width: 670px;
    }

    .prime__content.content {
        padding: 60px 0;
    }
}

@media screen and (max-width: 1100px) {
    .header__menu {
        display: none;
    }

    .header__buttons {
        margin-right: 50px;
    }

    .header__button {
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }

    .header__menu-button {
        position: absolute;
        display: inline-block;
        top: 14px;
        right: -5px;
    }

    .header__expand-menu {
        position: fixed;
        top: -300vh;
        overflow: auto;
        right: 0;
        width: 100vw;
        height: auto;
        background: #292526;
        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: 75px;
    }

    .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;
    }

    .rating-list__item {
        padding: 16px 16px 56px;
        font-size: 22px;
    }

    .rating-list__item div:last-child {
        bottom: 16px;
    }

    .promotions-list__item:nth-child(1) .promotions-item__image {
        right: 50px;
    }

    .promotions-list__item:nth-child(2) .promotions-item__image {
        right: 50px;
    }

    .promotions-list__item:nth-child(3) .promotions-item__image {
        right: 100px;
    }
}

@media screen and (max-width: 1000px) {
    .bonus__wrap {
        max-width: 600px;
    }

    .bonus__content.content {
        padding: 20px;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        border-radius: 20px;
    }

    .promotions-list__item {
        padding: 30px 10px;
        min-height: 0;
    }

    .promotions-item__wrap {
        padding: 30px;
        -webkit-border-radius: 16px;
        -moz-border-radius: 16px;
        border-radius: 16px;
        background: rgba(0, 0, 0, 0.6);
    }

    .promotions-list__item:nth-child(1) .promotions-item__image {
        right: 0;
    }

    .promotions-list__item:nth-child(2) .promotions-item__image {
        right: 0;
    }

    .promotions-list__item:nth-child(3) .promotions-item__image {
        right: 40px;
    }
}

@media screen and (max-width: 900px) {
    .bonus__title.title.high {
        font-size: 5.3vw;
        line-height: 6.3vw;
    }

    h1, .title.general {
        font-size: 5vw;
        line-height: 1.3;
    }

    h2, .title.high {
        font-size: 4vw;
        line-height: 4.5vw;
    }

    h2.bonus__title.high span:before, h2.bonus__title.high span:after {
        width: 80px;
    }

    h2.bonus__title.high span {
        padding: 0 90px;
    }

    .slots__table tr td:nth-child(1)  {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 28%;
        -moz-box-flex: 0;
        flex: 0 1 28%;
    }

    .slots__table tr td:nth-child(2) {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 26%;
        -moz-box-flex: 0;
        flex: 0 1 26%;
    }

    .slots__table tr td:nth-child(3) {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 30%;
        -moz-box-flex: 0;
        flex: 0 1 30%;
    }

    .slots__table tr td:nth-child(4) {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 16%;
        -moz-box-flex: 0;
        flex: 0 1 16%;
    }

    .rating__list {
        margin-left: -20px;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        justify-content: center;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .rating-list__item {
        margin-left: 20px;
        margin-top: 20px;
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 -webkit-calc((100% - 60px) / 3);
        -moz-box-flex: 0;
        flex: 0 1 calc((100% - 60px) / 3);
    }

    .reviews__list > li {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 -webkit-calc((100% - 20px) / 2);
        -moz-box-flex: 0;
        flex: 0 1 calc((100% - 20px) / 2);
    }

    .prime__image.left {
        display: none;
    }

    .prime__image.right {
        height: 100%;
    }

    .prime__wrap {
        margin-left: 0;
    }
}

@media screen and (max-width: 850px) {
    .pros__wrapper, .competition__wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        flex-direction: column;
    }

    .pros__right, .competition__article {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -moz-box-ordinal-group: 2;
        order: 1;
    }

    .pros__bonus, .competition__bonus {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -moz-box-ordinal-group: 3;
        order: 2;
        margin-top: 16px;
        -webkit-border-radius: 16px;
        -moz-border-radius: 16px;
        border-radius: 16px;
    }

    .juegos-item__title span:before, .juegos-item__title span:after  {
        width: 60px;
    }

    .juegos-item__title span {
        padding: 0 50px;
    }
}

@media screen and (max-width: 800px) {
    .content {
        padding: 20px 15px;
    }

    h4, .title.small, .preface__content {
        font-size: 20px;
        line-height: 25px;
    }

    .prime__content.content {
        padding: 50px 0;
    }
}

@media screen and (max-width: 700px) {
    h2, .title.high {
        font-size: 28px;
        line-height: 33px;
    }

    h3, .title.middle {
        font-size: 24px;
        line-height: 30px;
    }

    .footer__payment img {
        max-height: 60px;
    }

    h1, .title.general {
        font-size: 30px;
    }

    .prime__image {
        height: 100%;
        right: -320px;
    }

    .bonus__content.content {
        min-height: 0;
    }
}

@media screen and (max-width: 650px) {
    .bonus__title.title.high {
        font-size: 34px;
        line-height: 40px;
    }

    .slots__wrap {
        overflow: scroll;
    }

    .slots__table {
        min-width: 600px;
    }
}

@media screen and (max-width: 600px) {
    .main-info__table tr {
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .main-info__table tr td:nth-child(2) {
        max-width: 100%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 100%;
        -moz-box-flex: 0;
        flex: 0 1 100%;
        width: 100%;
        padding-top: 0;
        border-top: none;
    }

    .main-info__table tr td:first-child {
        padding-right: 15px;
        border-bottom: none;
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 100%;
        -moz-box-flex: 0;
        flex: 0 1 100%;
        font-weight: 700;
    }

    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 {
        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, .header__buttons > .button:nth-child(2) {
        min-width: 200px;
    }

    .header__buttons > .button:nth-child(2) {
        margin-left: auto;
    }

    .bonus__wrap {
        width: 100%;
    }

    .main .prime__wrap {
        max-width: 450px;
        width: 100%;
        margin: auto;
    }

    .content.prime__content {
        padding: 40px 0;
    }

    .main .prime__image.right {
        width: -webkit-calc(100% + 1000px);
        width: -moz-calc(100% + 1000px);
        width: calc(100% + 1000px);
        right: -500px;
        height: 105%;
    }

    .bonus__desc > span:before, .bonus__desc > span:after, .prime__decor > span:before, .prime__decor > span:after, .steps__wrap > div:first-child > span:before, .steps__wrap > div:first-child > span:after  {
        width: 60px;
    }

    .bonus__desc > span, .prime__decor > span, .steps__wrap > div:first-child > span {
        padding: 0 75px;
    }

    .bonus__content.content {
        display: block;
    }

    .bonus__wrap {
        padding: 15px 10px;
        width: 100%;
        max-width: 380px;
        margin: auto;
    }

    article li, .article li {
        padding-left: 25px;
    }

    .article ul li:before, article ul li:before {
        left: 5px;
        top: -webkit-calc(50% - 4px);
        top: -moz-calc(50% - 4px);
        top: calc(50% - 4px);
    }

    .reviews__list > li {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 100%;
        -moz-box-flex: 0;
        flex: 0 1 100%;
    }

    .promotions-item__wrap {
        padding: 20px;
        margin: auto;
        max-width: 370px;
        width: 100%;
    }

    .main .promotions-list__item:nth-child(n) .promotions-item__image {
        width: -webkit-calc(100% + 1000px);
        width: -moz-calc(100% + 1000px);
        width: calc(100% + 1000px);
        right: -500px;
    }

    .juegos__list {
        margin-top: 0;
    }

    .juegos-list__item {
        margin-top: 16px;
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 100%;
        -moz-box-flex: 0;
        flex: 0 1 100%;
    }

    .depositos__table tr td:first-child {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 35%;
        -moz-box-flex: 0;
        flex: 0 1 35%;
        min-width: 110px;
    }

    .depositos__table tr td:last-child {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 65%;
        -moz-box-flex: 0;
        flex: 0 1 65%;
        max-width: -webkit-calc(100% - 110px);
        max-width: -moz-calc(100% - 110px);
        max-width: calc(100% - 110px);
    }
}

@media screen and (max-width: 550px) {
    table.small tr td:nth-child(1) {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 60%;
        -moz-box-flex: 0;
        flex: 0 1 60%;
    }

    table.small tr td:nth-child(2) {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 40%;
        -moz-box-flex: 0;
        flex: 0 1 40%;
    }
}

@media screen and (max-width: 500px) {
    .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;
    }

    .prime__wrap {
        padding: 20px 15px;
    }

    .content.prime__content {
        padding: 30px 0;
    }

    h2.bonus__title.high span:before, h2.bonus__title.high span:after {
        width: 60px;
        height: 38px;
        top: -webkit-calc(50% - 19px);
        top: -moz-calc(50% - 19px);
        top: calc(50% - 19px);
    }

    h2.bonus__title.high span {
        padding: 0 70px;
    }

    .footer__payment img {
        max-height: 40px;
    }

    .rating__list {
        max-width: 350px;
        margin: -4px auto 0;
    }

    .rating-list__item {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 100%;
        -moz-box-flex: 0;
        flex: 0 1 100%;
        margin-left: 0;
    }

    .faq-item__answer {
        padding: 12px 15px;
    }

    .faq-item__title.title.middle {
        text-transform: uppercase;
        padding: 12px 50px 12px 15px;
    }

    .faq-item__title.title.middle:before {
        right: 9px;
    }

    .faq-item__title.title.middle:after {
        right: 24px;
    }

    .preface__content {
        font-size: 19px;
        line-height: 26px;
        text-align: center;
    }
}

@media screen and (max-width: 400px) {
    .title.general.prime__title {
        font-size: 28px;
    }

    .article li ul li {
        margin-left: -5px;
    }

    .bonus__content.content {
        padding: 15px;
    }

    .bonus__title.title.high {
        font-size: 30px;
        line-height: 38px;
    }

    .bonus__desc > span:before, .bonus__desc > span:after, .prime__decor > span:before, .prime__decor > span:after {
        width: 40px;
    }

    .bonus__desc > span, .prime__decor > span {
        padding: 0 50px;
    }

    .promotions-list__item {
        padding: 20px 10px;
    }
}
