@media screen and (max-width: 1260px) {
    .content {
        margin-left: 10px;
        margin-right: 10px;
    }

    .cover__decor {
        width: -webkit-calc(65% + 140px);
        width: -moz-calc(65% + 140px);
        width: calc(65% + 140px);
        max-width: -webkit-calc(550px + 200px);
        max-width: -moz-calc(550px + 200px);
        max-width: calc(550px + 200px);
    }
}

@media screen and (max-width: 1100px) {
    .main .offer__image {
        right: 0;
        left: auto;
    }

    .second .offer__image {
        right: -70px;
    }

    .slots__table tr td {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 18%;
        -moz-box-flex: 0;
        flex: 0 1 18%;
    }

    .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 22%;
        -moz-box-flex: 0;
        flex: 0 1 22%;
    }

    .slots__table tr td:nth-child(4) {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 17%;
        -moz-box-flex: 0;
        flex: 0 1 17%;
    }

    .slots__table tr td:nth-child(5) {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 15%;
        -moz-box-flex: 0;
        flex: 0 1 15%;
    }
}

@media screen and (max-width: 1000px) {
    .cover__content.content {
        padding: 90px 0;
    }

    .app__content.content {
        padding: 20px 30px;
    }

    .app__logo {
        margin: auto 20px auto 15px;
    }

    .offer__content.content {
        padding: 40px 20px 20px;
    }

    .offer__decor {
        width: 60px;
        height: 60px;
        padding: 10px;
        left: -webkit-calc(50% - 30px);
        left: -moz-calc(50% - 30px);
        left: calc(50% - 30px);
        top: -30px;
    }

    .offer__wrap {
        padding-top: 30px;
        min-height: 250px;
    }

    .steps__left .button, .steps__left ul li {
        margin-left: 0;
    }



    .header__menu {
        display: none;
    }

    .header__content > .header__buttons {
        margin-right: 45px;
    }

    .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: #EDF1F3;
        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: 80px;
    }

    .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, .offer__title.title.general {
        font-size: 3.5vw;
        line-height: 1.25;
    }

    .app__content.content {
        padding: 20px;
    }

    .cover__bg img {
        -o-object-position: 30%;
        object-position: 30%;
    }

    .cover__content.content {
        padding: 60px 0;
    }

    .grade-list__item {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 -webkit-calc((100% - 8px * 3) / 3);
        -moz-box-flex: 0;
        flex: 0 1 calc((100% - 8px * 3) / 3);
    }

    .steps__left ul li {
        margin-left: 32px;
    }

    .steps__wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        flex-direction: column;
    }

    .steps__image {
        margin: 0 auto;
        max-width: 600px;
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -moz-box-ordinal-group: 2;
        order: 1;
    }

    .steps__left {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -moz-box-ordinal-group: 3;
        order: 2;
        margin-top: 16px;
        text-align: center;
    }
}

@media screen and (max-width: 800px) {
    .content {
        padding: 20px 15px;
    }

    .plus-list__item {
        padding: 20px 15px;
    }

    .app__content.content {
        padding: 15px;
    }

    h1, .title.general {
        font-size: 28px;
    }
}

@media screen and (max-width: 768px) {
    .cover__wrap {
        width: 55%;
    }
}

@media screen and (max-width: 700px) {
    .article ul li:before, article ul li:before {
        line-height: 20px;
    }

    .plus-list__item {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 100%;
        -moz-box-flex: 0;
        flex: 0 1 100%;
    }

    .feedback-list__item {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 100%;
        -moz-box-flex: 0;
        flex: 0 1 100%;
    }

    .offer__title.title.general {
        font-size: 24px;
        color: #fff;
    }

    .offer__wrap {
        background: rgba(0, 170, 129, 0.7);
        color: #fff;
        padding-top: 40px;
        width: 70%;
    }

    .casino__wrap {
        overflow: scroll;
    }

    .casino__table {
        min-width: 700px;
    }

    body.active {
        overflow: hidden;
    }

    .header__expand-menu {
        height: 100vh;
        top: -150vh;
        overflow: auto;
        padding-bottom: 100px;
    }
}

@media screen and (max-width: 650px) {
    .app__content.content {
        padding: 50px 15px 25px;
        -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;
    }

    .app__buttons {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -moz-box-ordinal-group: 3;
        order: 2;
        margin: 50px auto 25px;
    }

    .app__logo {
        -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;
    }

    .app__image img {
        max-height: 200px;
    }

    .app__bg img {
        -o-object-position: 90%;
        object-position: 90%;
    }

    .slots__wrap {
        overflow: scroll;
    }

    .slots__table {
        min-width: 650px;
    }
}

@media screen and (max-width: 600px) {
    .cover__content.content {
        padding: 30px 0;
    }

    .cover__decor {
        display: none;
    }

    .cover__wrap {
        padding: 20px 15px;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        border-radius: 20px;
        background: rgba(0, 170, 129, 0.8);
        max-width: 400px;
        text-align: center;
        margin: auto;
        width: 100%;
    }

    .cover__bg img {
        -o-object-position: 18%;
        object-position: 18%;
    }

    .information__table tr {
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .information__table tr td:nth-child(n) {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 100%;
        -moz-box-flex: 0;
        flex: 0 1 100%;
        min-width: 0;
        max-width: 100%;
    }

    .information__table tr td:nth-child(2) {
        padding: 0 20px 12px;
    }

    .grade-list__item {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 -webkit-calc((100% - 8px * 2) / 2);
        -moz-box-flex: 0;
        flex: 0 1 calc((100% - 8px * 2) / 2);
    }

    .main .offer__image {
        right: -50px;
    }

    .second .offer__image {
        right: -100px;
    }

    .third .offer__image {
        right: -90px;
    }


    .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__expand-menu > .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(n) {
        margin-left: auto;
        margin-right: auto;
    }

    .header__content > .header__buttons {
        margin-right: 40px;
    }
}

@media screen and (max-width: 550px) {
    .offer__wrap {
        margin: auto;
        max-width: 350px;
        width: 100%;
    }

    .main .offer__image {
        right: -500px;
        width: -webkit-calc(100% + 1000px);
        width: -moz-calc(100% + 1000px);
        width: calc(100% + 1000px);
    }

    .main .second .offer__image {
        right: -520px;
    }

    .toypnoya__wrap {
        overflow: scroll;
    }

    .toypnoya__table {
        min-width: 550px;
    }

    .toypnoya__table tr td:first-child {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 25%;
        -moz-box-flex: 0;
        flex: 0 1 25%;
        min-width: 230px;
    }

    .toypnoya__table tr td:last-child {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 75%;
        -moz-box-flex: 0;
        flex: 0 1 75%;
        max-width: -webkit-calc(100% - 230px);
        max-width: -moz-calc(100% - 230px);
        max-width: calc(100% - 230px);
    }
}

@media screen and (max-width: 500px) {
    .title.middle.faq-item__title {
        padding: 12px 40px 12px 12px;
    }

    .faq-item__answer {
        padding: 10px 12px;
    }

    .title.middle.faq-item__title:before {
        right: 6px;
    }

    .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) {
    .app__content.content {
        margin: 20px 10px 0;
    }

    .cover__bg img {
        -o-object-position: 21%;
        object-position: 21%;
    }

    article li, .article li, .steps__left ul li {
        margin-left: 20px;
    }

    .grade-list__item {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 100%;
        -moz-box-flex: 0;
        flex: 0 1 100%;
    }

    .offer__content.content {
        padding: 40px 15px 15px;
    }
}
