@media screen and (max-width: 1280px) {
    .content {
        margin-left: 20px;
        margin-right: 20px;
    }
}

@media screen and (max-width: 1260px) {
    .cover__image {
        right: 0;
    }
}

@media screen and (max-width: 1200px) {
    .first .first-bonus__image {
        right: -20px;
    }

    .second .first-bonus__image {
        right: -20px;
    }

    .third .first-bonus__image {
        right: -20px;
    }

    .fourth .first-bonus__image {
        right: 50px;
    }

    .fifth .first-bonus__image {
        height: 100%;
        right: 100px;
    }

    .bonuses-list__item {
        padding: 30px 30px 130px;
    }
}

@media screen and (max-width: 1150px) {
    .cover__image {
        right: -30px;
        z-index: 1;
    }

    .first-bonus__wrap {
        background: rgba(57, 54, 55, 0.8);
    }

    .first-bonus__content.content {
        min-height: 400px;
    }
}

@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;
    }

    .cover__wrap {
        margin-left: 0;
    }

    .bonuses-item__wrap {
        padding: 24px 25px 96px;
    }

    .bonuses-item__button.button {
        left: 25px;
    }

    .bonuses-item__image {
        z-index: 1;
    }

    .bonuses-item__wrap {
        background: rgba(57, 54, 55, 0.8);
    }

    .bonuses-list__item {
        padding: 20px 150px 20px 20px;
    }

    .bonuses-item__image {
        right: -30px;
    }
}

@media screen and (max-width: 1050px)  {
    .first-bonus__image {
        z-index: 1;
    }
}

@media screen and (max-width: 1000px) {
    .app__content.content {
        padding: 15px 20px;
    }

    .bonuses-list__item {
        padding: 20px;
    }

    .bonuses-item__image {
        right: 0;
    }

    .footer__payment {
        margin-left: -30px;
    }

    .footer__payment li {
        margin-left: 30px;
    }
}

@media screen and (max-width: 900px) {
    .main .first-bonus__title.title.high, .first .first-bonus__desc > span, .second .first-bonus__desc > span, .fourth .first-bonus__title.title.high.first-bonus__desc span {
        font-size: 4.5vw;
        line-height: 1.25;
    }

    h1, .title.general {
        font-size: 4.5vw;
        line-height: 1.3;
    }

    h2, .title.high {
        font-size: 4vw;
        line-height: 4.5vw;
    }

    .slots__table tr td:nth-child(1)  {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 27%;
        -moz-box-flex: 0;
        flex: 0 1 27%;
    }

    .slots__table tr td:nth-child(2) {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 27%;
        -moz-box-flex: 0;
        flex: 0 1 27%;
    }

    .slots__table tr td:nth-child(3) {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 29%;
        -moz-box-flex: 0;
        flex: 0 1 29%;
    }

    .slots__table tr td:nth-child(4) {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 17%;
        -moz-box-flex: 0;
        flex: 0 1 17%;
    }

    .cover__decor {
        font-size: 4.2vw;
        line-height: 1.2;
    }

    .prime__desc span {
        padding: 0 100px;
    }

    .prime__desc span:before, .prime__desc span:after {
        width: 85px;
        height: 30px;
        top: -webkit-calc(50% - 15px);
        top: -moz-calc(50% - 15px);
        top: calc(50% - 15px);
    }

    .cover__content.content {
        padding: 40px 0;
    }

    .prime__text {
        font-size: 20px;
        line-height: 28px;
    }

    .process__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);
    }

    .feedback__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);
    }

    .fourth .first-bonus__image {
        right: 0;
    }

    .fifth .first-bonus__image {
        right: 0;
    }
}

@media screen and (max-width: 800px) {
    .content {
        padding: 20px 0;
    }

    .vip-program__content.content {
        padding: 20px 15px;
    }

    h4, .title.small {
        font-size: 20px;
        line-height: 25px;
    }

    .app__button + .app__button {
        margin-top: 20px;
    }

    .app__image img {
        max-height: 200px;
    }
}

@media screen and (max-width: 750px) {
    .main .first-bonus__title.title.high, .fourth .first-bonus__title.title.high.first-bonus__desc span {
        font-size: 34px;
        line-height: 40px;
    }

    .cover__wrap {
        padding: 20px;
    }

    .pros__list {
        display: block;
    }

    .bonuses-list__item {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 100%;
        -moz-box-flex: 0;
        flex: 0 1 100%;
        padding: 30px 200px 30px 30px;
    }

    .bonuses-item__wrap {
        min-height: 300px;
    }
}

@media screen and (max-width: 700px) {
    h3, .title.middle {
        font-size: 24px;
        line-height: 30px;
    }

    .footer__payment img {
        max-height: 40px;
    }

    h1, .title.general {
        font-size: 30px;
    }

    .prime__desc span {
        padding: 0 65px;
    }

    .prime__desc span:before, .prime__desc span:after {
        width: 57px;
        height: 20px;
        top: -webkit-calc(50% - 10px);
        top: -moz-calc(50% - 10px);
        top: calc(50% - 10px);
    }

    .prime__desc span:before {
        left: -5px;
    }

    .prime__desc span:after {
        right: -5px;
    }

    .faq-item__title.middle.title {
        font-size: 3.4vw;
        line-height: 1.25;
    }

    .app__content.content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        flex-direction: column;
        padding: 20px;
        max-width: 380px;
        margin: 20px auto 0;
    }

    .app__buttons {
        margin: 25px auto;
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -moz-box-ordinal-group: 3;
        order: 2;
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 auto;
        -moz-box-flex: 0;
        flex: 0 1 auto;
    }

    .app__link {
        margin: auto;
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -moz-box-ordinal-group: 2;
        order: 1;
    }

    .app__image {
        -webkit-box-ordinal-group: 4;
        -webkit-order: 3;
        -moz-box-ordinal-group: 4;
        order: 3;
    }

    .first-bonus__wrap {
        padding: 20px;
    }

    .fourth .first-bonus__title.title.high.first-bonus__desc span {
        padding: 0 95px;
    }

    .fourth .first-bonus__title.title.high.first-bonus__desc span:before {
        left: -15px;
    }

    .fourth .first-bonus__title.title.high.first-bonus__desc span:after {
        right: -15px;
    }
}

@media screen and (max-width: 600px) {
    h2, .title.high {
        font-size: 24px;
        line-height: 32px;
    }

    .info__table tr {
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        border: 1px solid #94897A;
    }

    .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: none;
    }

    .info__table tr td:first-child {
        padding-right: 15px;
        border: 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;
    }

    .main .cover__wrap {
        max-width: 450px;
        width: 100%;
        margin: auto;
    }

    .cover__image {
        width: -webkit-calc(100% + 1000px);
        width: -moz-calc(100% + 1000px);
        width: calc(100% + 1000px);
        right: -520px;
    }

    .first-bonus__desc > span:before, .first-bonus__desc > span:after, .cover__decor > span:before, .cover__decor > span:after {
        width: 60px;
    }

    .first-bonus__desc > span, .cover__decor > span {
        padding: 0 75px;
    }

    .fourth .first-bonus__title.title.high.first-bonus__desc span {
        padding: 0 54px;
    }

    h2 span {
        padding: 0 65px;
    }

    h2 span:before, h2 span:after {
        width: 55px;
        height: 17px;
        top: -webkit-calc(50% - 8.5px);
        top: -moz-calc(50% - 8.5px);
        top: calc(50% - 8.5px);
    }

    .first-bonus__wrap {
        padding: 20px;
        width: 100%;
        max-width: 380px;
        margin: auto;
    }

    .first-bonus__content.content {
        min-height: 0;
    }

    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);
    }

    .slots__wrap {
        overflow: scroll;
    }

    .slots__table {
        min-width: 600px;
    }

    .article .image {
        width: -webkit-calc(100% + 30px);
        width: -moz-calc(100% + 30px);
        width: calc(100% + 30px);
        margin-left: -15px;
    }

    .article .image {
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
    }

    .feedback__list {
        display: block;
    }

    .feedback__list li {
        min-height: 0;
    }

    .bonuses-list__item {
        padding: 20px 150px 20px 20px;
    }

    .first .first-bonus__desc > span, .second .first-bonus__desc > span {
        font-size: 28px;
        line-height: 35px;
    }

    .main .first-bonus__image {
        width: -webkit-calc(100% + 1000px);
        width: -moz-calc(100% + 1000px);
        width: calc(100% + 1000px);
        right: -500px;
    }

    .main .first .first-bonus__image {
        right: -450px;
    }

    .main .third .first-bonus__image {
        right: -470px;
    }
}

@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%;
    }

    .footer__payment img {
        max-height: 30px;
    }

    .faq-item__title.middle.title {
        font-size: 19px;
    }

    .process__list li {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 100%;
        -moz-box-flex: 0;
        flex: 0 1 100%;
    }
}

@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;
    }

    .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;
    }

    .faq-item__answer {
        padding: 0 15px 12px;
    }

    .faq-item__title.title.middle {
        padding: 12px 50px 12px 15px;
    }

    .faq-item__title.title.middle:before {
        right: 9px;
    }

    .faq-item__title.title.middle:after {
        right: 24px;
    }

    .main .first-bonus__wrap {
        margin: auto;
    }

    .bonuses-item__wrap {
        padding: 20px 20px 92px 20px;
    }

    .bonuses-item__button.button {
        left: 20px;
        bottom: 20px
    }

    .bonuses-item__image {
        right: -30px;
    }

    .bonuses-list__item {
        padding: 15px 100px 15px 15px;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        border-radius: 20px;
    }

    .grade__table tr td:first-child {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 60%;
        -moz-box-flex: 0;
        flex: 0 1 60%;
    }

    .grade__table tr td:last-child {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 40%;
        -moz-box-flex: 0;
        flex: 0 1 40%;
    }

    .cover__decor {
        font-size: 22px;
    }
}

@media screen and (max-width: 450px)  {
    .bonuses-item__image {
        right: 0;
    }

    .bonuses-list__item {
        padding: 15px;
    }
}

@media screen and (max-width: 400px) {
    .title.general.cover__title {
        font-size: 28px;
    }

    .article li ul li {
        margin-left: -5px;
    }

    .main .first-bonus__title.title.high {
        font-size: 30px;
        line-height: 38px;
    }

    .first-bonus__desc > span:before, .first-bonus__desc > span:after {
        width: 40px;
    }

    .first-bonus__desc > span{
        padding: 0 50px;
    }

    h2 > span {
        padding: 0 40px;
    }

    h2 > span:before, h2 > span:after {
        width: 40px;
        height: 12px;
        top: -webkit-calc(50% - 6px);
        top: -moz-calc(50% - 6px);
        top: calc(50% - 6px);
    }

    h2 span:before {
        left: -5px;
    }

    h2 span:after {
        right: -5px;
    }

    .first-bonus__content.content {
        padding: 20px 0;
    }

    .cover__content.content {
        padding: 30px 0;
    }

    .prime__desc span {
        padding: 0 45px;
    }

    .prime__desc span:before, .prime__desc span:after {
        width: 40px;
        height: 14px;
        top: -webkit-calc(50% - 7px);
        top: -moz-calc(50% - 7px);
        top: calc(50% - 7px);
    }

    .prime__text {
        text-align: center;
    }

    .pros-list__item {
        padding: 16px 20px 16px 10px;
    }

    .app__content.content {
        margin: 20px 10px 0;
    }

    .bonuses-item__button.button {
        min-width: 0;
        max-width: 230px;
        width: -webkit-calc(100% - 40px);
        width: -moz-calc(100% - 40px);
        width: calc(100% - 40px);
    }

    .article ul {
        padding-left: 0;
    }

    .bonuses-item__title.title.high {
        font-size: 21px;
    }
}
