@media screen and (max-width: 1260px) {
    .content {
        margin-left: 10px;
        margin-right: 10px;
    }

    .header__menu {
        margin-left: 20px;
    }

    .main-info__content.content {
        padding-bottom: 30px;
    }

    .first-bonus__image {
        right: 50px;
    }
}

@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: #2B1234;
        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;
    }

    .content.cover__content {
        padding: 40px 0;
    }

    .page-home .content.cover__content {
        padding: 30px 0;
    }

    .cover__wrap {
        background: rgba(0, 0, 0, 0.6);
        padding: 20px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
    }

    .app__content.content {
        padding: 0 0 0 30px;
    }
}

@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;
    }

    h2 span {
        padding: 0 120px;
    }

    h3 span, h4 span {
        padding: 0 115px;
    }

    .first-bonus__content.content {
        padding: 50px 20px;
    }

    .footer__wrap {
        padding: 30px 0 0;
        margin-bottom: 30px;
    }

    .bonus-list__item a {
        padding: 0;
    }

    .bonus-item__image {
        margin-right: 0;
    }

    .bonus-item__wrap {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 -webkit-calc(100% - 21%);
        -moz-box-flex: 0;
        flex: 0 1 calc(100% - 21%);
        max-width: -webkit-calc(100% - 200px);
        max-width: -moz-calc(100% - 200px);
        max-width: calc(100% - 200px);
    }

    .app__content.content {
        padding: 0 0 0 20px;
    }

    table tr td:first-child span:first-child {
        margin-right: 16px;
    }

    table tr td:first-child span:nth-child(2) {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 -webkit-calc(1005 - 32px - 16px);
        -moz-box-flex: 0;
        flex: 0 1 calc(1005 - 32px - 16px);
    }
}

@media screen and (max-width: 800px) {
    .content {
        padding: 20px 15px;
    }

    h4, .title.small {
        font-size: 20px;
        line-height: 25px;
    }
}

@media screen and (max-width: 700px) {
    body {
        font-size: 14px;
        line-height: 20px;
    }

    .first-bonus__content.content {
        padding: 40px 20px;
    }

    .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% + 800px);
        width: -moz-calc(100% + 800px);
        width: calc(100% + 800px);
        right: -400px;
        height: 100%;
    }

    .main.page-home .cover__image {
        right: -450px;
    }

    .footer__payment img {
        max-height: 25px;
    }

    .footer__wrap {
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .footer__article {
        padding: 0 20px 0 0;
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 -webkit-calc(100% - 50px);
        -moz-box-flex: 0;
        flex: 0 1 calc(100% - 50px);
    }

    .footer__age {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 50px;
        -moz-box-flex: 0;
        flex: 0 1 50px;
    }

    .footer__logo {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 100%;
        -moz-box-flex: 0;
        flex: 0 1 100%;
        margin-bottom: 30px;
    }

    .footer__logo img {
        margin: auto;
        display: block;
    }

    .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;
        max-width: 380px;
        margin: 20px auto 0;
        padding: 25px 20px 0;
    }

    .app__buttons {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 auto;
        -moz-box-flex: 0;
        flex: 0 1 auto;
        margin: 25px auto 25px;
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -moz-box-ordinal-group: 3;
        order: 2;
    }

    .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;
        margin-top: 0;
    }
}

@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;
    }

    h2 span, h3 span, h4 span {
        padding: 0 80px;
    }

    h2 span:before, h3 span:before, h4 span:before, h2 span:after, h3 span:after, h4 span:after {
        width: 60px;
        height: 13px;
        top: -webkit-calc(50% - 6.5px);
        top: -moz-calc(50% - 6.5px);
        top: calc(50% - 6.5px);
    }

    .bonus-item__wrap {
        padding: 20px;
        max-width: 100%;
    }

    .bonus-list__item a {
        padding: 0 0 0 150px;
        display: block;
    }

    .bonus-item__image {
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
    }

    .bonus-item__image img {
        -o-object-fit: cover;
        object-fit: cover;
        max-width: none;
        max-height: none;
        height: 100%;
    }
}

@media screen and (max-width: 600px) {
    table tr {
        display: block;
    }

    table tr td:nth-child(2) {
        max-width: 100%;
    }

    table tr td:first-child {
        padding-right: 15px;
    }

    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;
    }

    .first-bonus__wrap {
        max-width: 400px;
        width: 100%;
        margin: auto;
    }

    .first-bonus__image {
        right: -100px;
        width: -webkit-calc(100% + 200px);
        width: -moz-calc(100% + 200px);
        width: calc(100% + 200px);
        height: 100%;
        bottom: 0;
    }
}

@media screen and (max-width: 550px) {
    .bonus-list__item a {
        padding: 15px;
    }

    .bonus-item__image {
        width: -webkit-calc(100% + 400px);
        width: -moz-calc(100% + 400px);
        width: calc(100% + 400px);
        left: -200px;
    }

    .bonus-item__wrap {
        text-align: center;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
        background: rgba(33, 13, 41, 0.7);
    }

    .title.bonus-item__title {
        text-align: center;
    }
}

@media screen and (max-width: 500px) {
    h2 span, h3 span, h4 span {
        padding: 0 50px;
    }

    h2 span:before, h3 span:before, h4 span:before, h2 span:after, h3 span:after, h4 span:after {
        width: 45px;
        height: 15px;
        top: -webkit-calc(50% - 7.5px);
        top: -moz-calc(50% - 7.5px);
        top: calc(50% - 7.5px);
    }

    .faq-item__answer {
        padding: 10px;
    }

    .faq-item__question {
        padding: 10px 40px 10px 10px;
    }

    .faq-item__question:before {
        right: 8px;
    }

    .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;
    }
}

@media screen and (max-width: 400px) {
    h2 span, h3 span, h4 span {
        padding: 0 40px;
    }

    h2 span:before, h3 span:before, h4 span:before, h2 span:after, h3 span:after, h4 span:after {
        width: 35px;
    }

    .first-bonus__content.content {
        padding: 30px 10px;
    }

    .first-bonus__wrap {
        padding: 20px 15px;
    }

    .first-bonus__button.button {
        min-width: 200px;
    }

    .content.cover__content {
        padding: 30px 0;
    }

    .cover__wrap {
        padding: 20px 15px;
    }

    .cover__button.button {
        min-width: 250px;
    }

    .app__content.content {
        margin: 20px 10px 0;
    }
}
