@media screen and (max-width: 1260px) {
    .content, .bonus {
        margin-left: 10px;
        margin-right: 10px;
    }

    .bonus__list.first .bonus-list__item:nth-child(1) .bonus-item__image {
        right: 7%;
    }

    .bonus__list.first .bonus-list__item:nth-child(2) .bonus-item__image {
        right: 8%;
    }

    .bonus__list.second .bonus-list__item:nth-child(1) .bonus-item__image {
        right: 7%;
    }

    .bonus__list.second .bonus-list__item:nth-child(2) .bonus-item__image {
        right: 9%;
    }

    .bonus-list__item {
        padding: 45px;
    }
}

@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: 15px;
        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;
    }

    .bonus-item__image {
        z-index: 40;
    }

    .cover__wrap {
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        border-radius: 6px;
        background: rgba(0, 0, 0, 0.6);
    }

    .cover__content.content {
        padding: 30px;
    }

    .vip__table tr td {
        text-align: left;
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 20%;
        -moz-box-flex: 0;
        flex: 0 1 20%;
    }

    .vip__table tr td:nth-child(3), .vip__table tr td:nth-child(4) {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 30%;
        -moz-box-flex: 0;
        flex: 0 1 30%;
    }
}

@media screen and (max-width: 900px) {
    h1, .title.general {
        font-size: 5.3vw;
        line-height: 6.3vw;
    }

    h2, .title.high {
        font-size: 4vw;
        line-height: 4.5vw;
    }

    .bonus-item__wrap {
        width: 70%;
    }

    .cover__image.right {
        display: none;
    }

    .cover__wrap {
        width: 75%;
        margin-right: 0;
    }

    .main .cover__image.left {
        height: 100%;
    }

    h2.first-bonus__title.high span:before, h2.first-bonus__title.high span:after, .cover__bonus span:before, .cover__bonus span:after {
        width: 80px;
    }

    h2.first-bonus__title.high span, .cover__bonus span {
        padding: 0 90px;
    }

    .first-bonus__content.content {
        padding: 50px 30px;
    }

    .rating__table tr td:first-child {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 70%;
        -moz-box-flex: 0;
        flex: 0 1 70%;
    }

    .rating__table tr td:last-child {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 30%;
        -moz-box-flex: 0;
        flex: 0 1 30%;
    }

    .vip__table tr td:nth-child(1) {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 17%;
        -moz-box-flex: 0;
        flex: 0 1 17%;
    }

    .vip__table tr td:nth-child(2) {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 23%;
        -moz-box-flex: 0;
        flex: 0 1 23%;
    }

    .vip__table tr td:nth-child(3) {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 35%;
        -moz-box-flex: 0;
        flex: 0 1 35%;
    }

    .vip__table tr td:nth-child(4) {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 25%;
        -moz-box-flex: 0;
        flex: 0 1 25%;
    }
}

@media screen and (max-width: 800px) {
    .content, .bonus {
        padding: 20px 15px;
    }

    .bonus__list {
        width: -webkit-calc(100% + 30px);
        width: -moz-calc(100% + 30px);
        width: calc(100% + 30px);
        margin-left: -15px;
    }

    h4, .title.small {
        font-size: 20px;
        line-height: 25px;
    }

    .bonus-item__desc {
        font-size: 20px;
        line-height: 25px;
    }

    .vip__table tr td:nth-child(1) {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 15%;
        -moz-box-flex: 0;
        flex: 0 1 15%;
    }

    .vip__table tr td:nth-child(2) {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 23%;
        -moz-box-flex: 0;
        flex: 0 1 23%;
    }

    .vip__table tr td:nth-child(3) {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 39%;
        -moz-box-flex: 0;
        flex: 0 1 39%;
    }

    .vip__table tr td:nth-child(4) {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 23%;
        -moz-box-flex: 0;
        flex: 0 1 23%;
    }

    h2.first-bonus__title.high span {
        font-size: 18px;
    }
}

@media screen and (max-width: 700px) {
    .vip__wrap {
        overflow: auto;
    }

    .vip__table {
        min-width: 700px;
    }

    .vip__table tr td:nth-child(1) {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 16%;
        -moz-box-flex: 0;
        flex: 0 1 16%;
    }

    .vip__table tr td:nth-child(2) {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 22%;
        -moz-box-flex: 0;
        flex: 0 1 22%;
    }

    .vip__table tr td:nth-child(3) {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 37%;
        -moz-box-flex: 0;
        flex: 0 1 37%;
    }

    .vip__table tr td:nth-child(4) {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 25%;
        -moz-box-flex: 0;
        flex: 0 1 25%;
    }

    h2, .title.high {
        font-size: 28px;
        line-height: 33px;
    }

    h3, .title.middle:not(.faq-item__title) {
        font-size: 24px;
        line-height: 30px;
    }

    .bonus-list__item {
        padding: 30px 20px;
    }

    .bonus-item__wrap:before {
        width: 40px;
        height: 30px;
        left: -20px;
    }

    .bonus-item__wrap {
        padding: 20px 25px 96px 25px;
    }

    .bonus-item__button.button {
        left: 25px;
    }

    .main .cover__wrap {
        max-width: 450px;
        width: 100%;
        margin: auto;
    }

    .content.cover__content {
        padding: 30px 0;
    }

    .main .cover__image.left {
        width: -webkit-calc(100% + 200px);
        width: -moz-calc(100% + 200px);
        width: calc(100% + 200px);
        left: -100px;
    }

    .footer__payment img {
        max-height: 60px;
    }

    .faq-item__title.title.middle {
        font-size: 20px;
        line-height: 28px;
    }
}

@media screen and (max-width: 650px) {
    h1, .title.general {
        font-size: 34px;
        line-height: 40px;
    }

    h2 span {
        padding: 0 80px;
    }

    h2 span:before, h2 span:after {
        width: 60px;
        height: 25px;
        top: -webkit-calc(50% - 12.5px);
        top: -moz-calc(50% - 12.5px);
        top: calc(50% - 12.5px);
    }
}

@media screen and (max-width: 600px) {
    .main-info__table tr {
        display: block;
    }

    .main-info__table tr td:nth-child(2) {
        max-width: 100%;
        padding-top: 0;
    }

    .main-info__table tr td:first-child {
        padding-right: 15px;
        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-item__wrap {
        width: 80%;
        max-width: 450px;
    }

    .bonus__list.first .bonus-list__item:nth-child(1) .bonus-item__image, .bonus__list.first .bonus-list__item:nth-child(2) .bonus-item__image, .bonus__list.second .bonus-list__item:nth-child(1) .bonus-item__image, .bonus__list.second .bonus-list__item:nth-child(2) .bonus-item__image {
        right: 0;
    }

    .first-bonus__wrap {
        width: 100%;
    }
}

@media screen and (max-width: 500px) {
    h2 span {
        padding: 0 50px;
    }

    h2 span:before, h2 span:after {
        width: 40px;
        height: 20px;
        top: -webkit-calc(50% - 10px);
        top: -moz-calc(50% - 10px);
        top: calc(50% - 10px);
    }

    .faq-item__answer {
        padding: 0 10px 10px;
    }

    .title.middle.faq-item__title {
        text-transform: uppercase;
        padding: 10px 55px 10px 10px;
        font-size: 18px;
        line-height: 25px;
    }

    .title.middle.faq-item__title:before {
        right: 10px;
    }

    .title.middle.faq-item__title:after {
        right: 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;
    }

    .bonus-item__wrap {
        width: 100%;
        text-align: center;
        padding: 25px;
        min-height: 0;
    }

    .bonus-item__title.high {
        text-align: center;
    }

    .bonus-item__wrap:before {
        top: -15px;
        left: -webkit-calc(50% - 20px);
        left: -moz-calc(50% - 20px);
        left: calc(50% - 20px);
    }

    .bonus__list.first .bonus-list__item:nth-child(1) .bonus-item__image, .bonus__list.first .bonus-list__item:nth-child(2) .bonus-item__image, .bonus__list.second .bonus-list__item:nth-child(1) .bonus-item__image, .bonus__list.second .bonus-list__item:nth-child(2) .bonus-item__image {
        width: -webkit-calc(100% + 1000px);
        width: -moz-calc(100% + 1000px);
        width: calc(100% + 1000px);
        right: -500px;
    }

    .bonus-item__image img {
        margin: auto;
    }

    .bonus-item__button.button {
        position: relative;
        left: 0;
        bottom: 0;
    }

    .cover__wrap {
        padding: 20px 15px;
    }

    h2.first-bonus__title.high span:before, h2.first-bonus__title.high span:after {
        width: 60px;
        height: 38px;
        top: -webkit-calc(50% - 19px);
        top: -moz-calc(50% - 19px);
        top: calc(50% - 19px);
    }

    h2.first-bonus__title.high span {
        padding: 0 70px;
    }

    .footer__payment img {
        max-height: 40px;
    }

    .first-bonus__content.content {
        padding: 30px 20px;
    }
}

@media screen and (max-width: 450px) {
    .bonus-list__item {
        padding: 10px;
    }

    .bonus-item__wrap {
        padding: 20px 15px;
    }

    .bonus-item__wrap:before {
        top: -10px;
    }
}

@media screen and (max-width: 400px) {
    h2 span {
        padding: 0 40px;
    }

    h2 span:before, h2 span:after {
        width: 35px;
    }

    .rating__table tr td:first-child {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 75%;
        -moz-box-flex: 0;
        flex: 0 1 75%;
    }

    .rating__table tr td:last-child {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 25%;
        -moz-box-flex: 0;
        flex: 0 1 25%;
        text-align: right;
    }

    h2.first-bonus__title.high span {
        font-size: 16px;
    }
}
