@media screen and (max-width: 1260px) {
    .content {
        margin-left: 10px;
        margin-right: 10px;
    }

    .casino__table tr td:nth-child(1) {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 23%;
        -moz-box-flex: 0;
        flex: 0 1 23%;
    }

    .casino__table tr td:nth-child(2) {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 47%;
        -moz-box-flex: 0;
        flex: 0 1 47%;
    }

    .casino__table tr td:nth-child(3) {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 30%;
        -moz-box-flex: 0;
        flex: 0 1 30%;
    }
}

@media screen and (max-width: 1100px) {

    .slots__table tr td {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 16%;
        -moz-box-flex: 0;
        flex: 0 1 16%;
    }

    .slots__table tr td:nth-child(1) {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 29%;
        -moz-box-flex: 0;
        flex: 0 1 29%;
    }

    .slots__table tr td:nth-child(2) {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 24%;
        -moz-box-flex: 0;
        flex: 0 1 24%;
    }

    .slots__table tr td:nth-child(3) {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 15%;
        -moz-box-flex: 0;
        flex: 0 1 15%;
    }

    .cover__bg img {
        -o-object-position: 58%;
        object-position: 58%;
    }

    .promotions-list__item:nth-child(1) .promotions-item__image {
        right: 6%;
    }

    .promotions-list__item:nth-child(2) .promotions-item__image {
        right: 2%;
    }

    .promotions-list__item:nth-child(3) .promotions-item__image {
        right: 6%;
    }

    .promotions-list__item:nth-child(4) .promotions-item__image {
        right: 0;
    }
}

@media screen and (max-width: 1000px) {
    .app__content.content {
        padding: 20px 30px;
    }

    .app__logo {
        margin: auto 20px auto 15px;
    }

    .promotions__list__item {
        padding: 20px;
    }

    .promotions-item__wrap {
        padding: 20px;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        border-radius: 20px;
        border: 1px solid #fff;
        background: rgba(34, 51, 59, 0.7);
    }

    .promotions-list__item:nth-child(1) .promotions-item__image {
        right: 3%;
    }

    .promotions-list__item:nth-child(2) .promotions-item__image {
        right: 0;
    }

    .promotions-list__item:nth-child(3) .promotions-item__image {
        right: 2%;
    }

    .promotions-list__item:nth-child(4) .promotions-item__image {
        right: 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: 4.4vw;
        line-height: 1.25;
    }

    .app__content.content {
        padding: 20px;
    }

    .cover__content.content {
        padding: 60px 0;
    }

    .rating-list__item {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 -webkit-calc((100% - 20px * 3) / 3);
        -moz-box-flex: 0;
        flex: 0 1 calc((100% - 20px * 3) / 3);
    }

    .deposit__table tr td:nth-child(1) {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 47%;
        -moz-box-flex: 0;
        flex: 0 1 47%;
    }

    .deposit__table tr td:nth-child(2) {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 24%;
        -moz-box-flex: 0;
        flex: 0 1 24%;
    }

    .deposit__table tr td:nth-child(3) {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 29%;
        -moz-box-flex: 0;
        flex: 0 1 29%;
    }

    .feedback-list__item {
        -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__item:nth-child(n) {
        background: transparent;
    }

    .feedback-list__item:nth-child(1), .feedback-list__item:nth-child(4), .feedback-list__item:nth-child(5) {
        background: #F8F9F9;
    }

    .offer__content.content {
        min-height: 350px;
    }

    .offer__wrap {
        background: rgba(34, 51, 59, 0.7);
    }

    .offer__bg img {
        -o-object-position: 90%;
        object-position: 90%;
    }

    .first .offer__bg img {
        -o-object-position: 55%;
        object-position: 55%;
    }

    .fifth .offer__bg img {
        -o-object-position: 65%;
        object-position: 65%;
    }
}

@media screen and (max-width: 800px) {
    .content {
        padding: 20px 15px;
    }

    .plus-list__item {
        padding: 20px 15px;
    }

    .app__content.content {
        padding: 15px;
    }

    .article .plus-list__item {
        padding: 20px 20px 20px 40px;
    }

    .plus-item__title:before {
        left: -30px;
    }

    .mobile__wrap {
        padding: 20px;
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 100%;
        -moz-box-flex: 0;
        flex: 0 1 100%;
    }

    .promotions-list__item:nth-child(1) .promotions-item__image {
        right: 0;
    }

    .promotions-list__item:nth-child(2) .promotions-item__image {
        right: -100px;
    }

    .promotions-list__item:nth-child(3) .promotions-item__image {
        right: -40px;
    }

    .promotions-list__item:nth-child(4) .promotions-item__image {
        right: -100px;
    }
}

@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%;
    }

    .casino__table tr td:nth-child(1) {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 25%;
        -moz-box-flex: 0;
        flex: 0 1 25%;
    }

    .casino__table tr td:nth-child(2) {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 40%;
        -moz-box-flex: 0;
        flex: 0 1 40%;
    }

    .casino__table tr td:nth-child(3) {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 35%;
        -moz-box-flex: 0;
        flex: 0 1 35%;
    }

    body.active {
        overflow: hidden;
    }

    .header__expand-menu {
        height: 100vh;
        top: -150vh;
        overflow: auto;
        padding-bottom: 100px;
    }

    h1, .title.general, .offer__title.title.general {
        font-size: 30px;
    }

    .offer__content.content {
        min-height: 300px;
    }
}

@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;
    }

    .cover__content.content {
        padding: 40px 0;
    }
}

@media screen and (max-width: 600px) {
    .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;
    }

    .rating-list__item {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 -webkit-calc((100% - 20px * 2) / 2);
        -moz-box-flex: 0;
        flex: 0 1 calc((100% - 20px * 2) / 2);
    }


    .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;
    }

    .cover__wrap {
        margin: auto;
        width: 100%;
        max-width: 350px;
        background: rgba(34, 51, 59, 0.7);
    }

    .cover__bg img {
        -o-object-position: 70%;
        object-position: 70%;
    }

    .promotions-item__wrap {
        margin: auto;
        width: 100%;
        max-width: 380px;
    }

    .promotions-list__item:nth-child(n) .promotions-item__image {
        right: -500px;
        width: -webkit-calc(100% + 1000px);
        width: -moz-calc(100% + 1000px);
        width: calc(100% + 1000px);
    }

    .tournaments__wrap {
        overflow: scroll;
    }

    .tournaments__table {
        min-width: 600px;
    }

    .casino__wrap {
        overflow: scroll;
    }

    .casino__table {
        min-width: 560px;
    }

    .feedback-list__item {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 100%;
        -moz-box-flex: 0;
        flex: 0 1 100%;
        min-height: 0;
    }

    .feedback-list__item:nth-child(n) {
        background: transparent;
    }

    .feedback-list__item:nth-child(2n + 1) {
        background: #F8F9F9;
    }
}

@media screen and (max-width: 550px) {
    .offer__wrap {
        margin: auto;
        max-width: 350px;
        width: 100%;
    }

    .first .offer__bg img {
        -o-object-position: 70%;
        object-position: 70%;
    }

    .second .offer__bg img {
        -o-object-position: 99%;
        object-position: 99%;
    }

    .third .offer__bg img {
        -o-object-position: 99%;
        object-position: 99%;
    }

    .fourth .offer__bg img {
        -o-object-position: 99%;
        object-position: 99%;
    }

    .fifth .offer__bg img {
        -o-object-position: 95%;
        object-position: 95%;
    }

    .offer__content.content {
        min-height: 0;
    }
}

@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;
    }

    .cover__content.content {
        padding: 20px 0;
    }

    .promotions-list__item {
        padding: 10px;
    }

    .promotions-item__wrap {
        max-width: 100%;
    }

    .vip__wrap {
        overflow: scroll;
    }

    .vip__table {
        min-width: 450px;
    }

    .fifth .offer__bg img {
        -o-object-position: 95%;
        object-position: 95%;
    }
}

@media screen and (max-width: 450px) {
    .fifth .offer__bg img {
        -o-object-position: 83%;
        object-position: 83%;
    }
}

@media screen and (max-width: 400px) {
    .app__content.content {
        margin: 20px 10px 0;
    }

    article li, .article li {
        margin-left: 20px;
    }

    .rating-list__item {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 100%;
        -moz-box-flex: 0;
        flex: 0 1 100%;
    }

    .deposit__wrap {
        overflow: scroll;
    }

    .deposit__table {
        min-width: 360px;
    }

    .offer__content.content {
        padding: 10px;
    }
}
