@media screen and (max-width: 1260px) {
    .content {
        margin-left: 10px;
        margin-right: 10px;
    }

    .header__menu {
        margin-left: 40px;
        margin-right: 40px;
    }

    .general__content.content {
        padding-bottom: 30px;
    }
}

@media screen and (max-width: 1200px) {
    .license__image.left {
        left: 20px;
    }

    .license__image.right {
        right: 20px;
    }
}

@media screen and (max-width: 1100px) {
    .first-bonus__content.content {
        padding: 100px 30px;
    }

    .first-bonus__wrap {
        background: -webkit-gradient(linear, left top, right top, from(rgba(233, 110, 50, 0.85)), to(rgba(162, 36, 137, 0.85)));
        background: -webkit-linear-gradient(left, rgba(233, 110, 50, 0.85), rgba(162, 36, 137, 0.85));
        background: -moz-linear-gradient(left, rgba(233, 110, 50, 0.85), rgba(162, 36, 137, 0.85));
        background: -o-linear-gradient(left, rgba(233, 110, 50, 0.85), rgba(162, 36, 137, 0.85));
        background: linear-gradient(to right, rgba(233, 110, 50, 0.85), rgba(162, 36, 137, 0.85));
        border: 1px solid #fff;
    }

    .license__image.left {
        left: 5px;
    }

    .license__image.right {
        right: 5px;
    }

    .cover__bg img {
        -o-object-position: 60%;
        object-position: 60%;
    }

    .cover__wrap {
        padding: 20px;
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        border-radius: 6px;
        background: -webkit-gradient(linear, left top, right top, from(rgba(233, 110, 50, 0.7)), to(rgba(162, 36, 137, 0.7)));
        background: -webkit-linear-gradient(left, rgba(233, 110, 50, 0.7), rgba(162, 36, 137, 0.7));
        background: -moz-linear-gradient(left, rgba(233, 110, 50, 0.7), rgba(162, 36, 137, 0.7));
        background: -o-linear-gradient(left, rgba(233, 110, 50, 0.7), rgba(162, 36, 137, 0.7));
        background: linear-gradient(to right, rgba(233, 110, 50, 0.7), rgba(162, 36, 137, 0.7));
        border: 1px solid #fff;
    }

    .cover__content.content {
        padding: 140px 0;
    }
}

@media screen and (max-width: 1000px)  {
    .main table tr td {
        padding: 10px 15px;
    }

    .mobile-app__image {
        right: 0;
    }

    .mobile-app__wrap {
        padding-right: 200px;
    }

    .mobile-app__article {
        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));
    }

    .mobile-app__image {
        bottom: 10px;
        height: -webkit-calc(100% - 20px);
        height: -moz-calc(100% - 20px);
        height: calc(100% - 20px);
    }

    .license__title.title {
        padding: 10px;
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        border-radius: 6px;
        background: rgba(255, 255, 255, 0.7);
        border: 1px solid #E96E32;
    }

    .article .license__wrap {
        margin-top: 15px;
    }

    .license__content.content {
        padding-bottom: 30px;
    }

    .comment__content.content {
        padding-right: 20%;
    }

    .grade__list {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        justify-content: center;
    }

    .grade-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);
    }

    .grade-list__item:nth-child(2) {
        margin-left: 20px;
    }

    .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;
    }
}

@media screen and (max-width: 900px) {
    h1, .title.general {
        font-size: 5.3vw;
        line-height: 6vw;
    }

    h2, .title.high {
        font-size: 4.4vw;
        line-height: 5vw;
    }

    h3, .title.middle {
        font-size: 3.3vw;
        line-height: 1.3;
    }

    h4, .title.small {
        font-size: 2.7vw;
        line-height: 3.2vw;
    }

    .cover__content.content {
        padding: 70px 0;
    }

    .promotions-item__rwrap {
        padding: 20px 20px 20px 0;
    }

    .online__table tr td {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 25%;
        -moz-box-flex: 0;
        flex: 0 1 25%;
    }

    .online__table tr td:nth-child(n + 3) {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 16%;
        -moz-box-flex: 0;
        flex: 0 1 16%;
    }

    .online__table tr td:nth-child(5) {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 19%;
        -moz-box-flex: 0;
        flex: 0 1 19%;
    }

    .comment__content.content {
        padding-right: 20px;
    }

    .comment__image img {
        -o-object-position: right;
        object-position: right;
    }
}

@media screen and (max-width: 800px) {
    .content {
        padding: 20px 15px;
    }

    h4, .title.small {
        font-size: 20px;
        line-height: 25px;
    }

    .first-bonus__content.content {
        padding: 50px 15px;
    }

    .mobile-app__wrap {
        padding-right: 130px;
    }

    .vip__content.content {
        padding-right: 25%;
    }

    .license__content.content {
        padding-bottom: 20px;
    }

    .license__image.left {
        left: -40px;
    }

    .comment__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;
    }

    .general__table tr td:first-child {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 40%;
        -moz-box-flex: 0;
        flex: 0 1 40%;
    }

    .general__table tr td:last-child {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 60%;
        -moz-box-flex: 0;
        flex: 0 1 60%;
    }

    h3, .title.middle {
        font-size: 23px;
    }

    .grade-list__item span:nth-child(2) {
        margin: 0 15px;
    }
}

@media screen and (max-width: 650px) {
    h1, .title.general {
        font-size: 34px;
        line-height: 40px;
    }

    h2, .title.high {
        font-size: 28px;
        line-height: 33px;
    }

    .online__wrap {
        overflow: scroll;
    }

    .online__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;
    }

    .comment-list__item {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 100%;
        -moz-box-flex: 0;
        flex: 0 1 100%;
    }

    .comment__image img {
        -o-object-position: 95%;
        object-position: 95%;
    }

    .general__table tr td:first-child {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 30%;
        -moz-box-flex: 0;
        flex: 0 1 30%;
    }

    .general__table tr td:last-child {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 70%;
        -moz-box-flex: 0;
        flex: 0 1 70%;
    }

    .general__wrap {
        overflow: scroll;
    }

    .general__table {
        min-width: 600px;
    }

    .mobile-app__wrap {
        padding-right: 0;
    }

    .mobile-app__image {
        right: -10px;
        bottom: -10px;
        height: 100%;
    }

    .promotions-list__item {
        padding: 20px;
        display: block;
    }

    .promotions-item__article {
        padding: 20px;
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        border-radius: 6px;
        max-width: 100%;
        background: -webkit-gradient(linear, right top, left top, from(rgba(233, 110, 50, 0.7)), to(rgba(162, 36, 137, 0.7)));
        background: -webkit-linear-gradient(right, rgba(233, 110, 50, 0.7), rgba(162, 36, 137, 0.7));
        background: -moz-linear-gradient(right, rgba(233, 110, 50, 0.7), rgba(162, 36, 137, 0.7));
        background: -o-linear-gradient(right, rgba(233, 110, 50, 0.7), rgba(162, 36, 137, 0.7));
        background: linear-gradient(to left, rgba(233, 110, 50, 0.7), rgba(162, 36, 137, 0.7));
        text-align: center;
    }

    .promotions-item__image {
        position: absolute;
        left: -500px;
        bottom: 0;
        height: 100%;
        width: -webkit-calc(100% + 1000px);
        width: -moz-calc(100% + 1000px);
        width: calc(100% + 1000px);
    }

    .vip__content.content {
        padding-right: 15px;
    }

    .vip__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));
    }

    .license__article {
        width: 100%;
    }

    .license__image.left {
        display: none;
    }

    .grade__list {
        max-width: 300px;
        width: 100%;
        margin: -12px auto 0 0;
    }

    .grade-list__item:nth-child(n) {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 100%;
        -moz-box-flex: 0;
        flex: 0 1 100%;
        margin-left: 0;
    }

    .grade__image {
        right: -20px;
        left: auto;
        width: auto;
    }
}

@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;
    }

    .first-bonus__content.content {
        padding: 30px 10px;
    }

    .cover__content.content {
        padding: 40px 0;
    }

    .cover__wrap {
        max-width: 350px;
        width: 100%;
        margin: auto;
        text-align: center;
    }

    .title.cover__title {
        text-align: center;
    }

    .cover__image {
        width: -webkit-calc(100% + 1000px);
        width: -moz-calc(100% + 1000px);
        width: calc(100% + 1000px);
        right: -500px;
        height: 105%;
        bottom: 0;
    }

    .cover__bg img {
        -o-object-position: 55%;
        object-position: 55%;
    }

    .comment__image img {
        -o-object-position: 90%;
        object-position: 90%;
    }

    .grade__image {
        right: -500px;
        width: -webkit-calc(100% + 1000px);
        width: -moz-calc(100% + 1000px);
        width: calc(100% + 1000px);
    }

    .grade__list {
        margin: -12px auto 0;
        max-width: 100%;
    }
}

@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;
    }

    .header__menu-button {
        right: -10px;
    }

    .header__content > .header__buttons {
        margin-right: 35px;
        margin-left: 10px;
    }

    .main table {
        padding: 10px;
    }

    .mobile-app__image {
        right: -500px;
        width: -webkit-calc(100% + 1000px);
        width: -moz-calc(100% + 1000px);
        width: calc(100% + 1000px);
    }
}
