@media screen and (max-width: 1300px) {
    .header__menu a {
        padding: 10px 25px;
    }
}

@media screen and (max-width: 1200px) {
    .header__menu > ul > *:nth-child(n + 3) {
        display: none;
    }

    .header__buttons {
        margin-right: 60px;
    }

    .menu-button {
        position: absolute;
        display: inline-block;
        top: 14px;
        right: 20px;
    }

    .menu-button.active {
        position: fixed;
        top: 14px;
        right: 20px;
    }

    .expand__menu {
        position: fixed;
        top: -100%;
        overflow: auto;
        right: 0;
        width: 100vw;
        height: 100%;
        background-color: #1B4045;
        z-index: 4;
        padding: 50px 0 125px;
        -webkit-transition: all 0.3s linear;
        -o-transition: all 0.3s linear;
        -moz-transition: all 0.3s linear;
        transition: all 0.3s linear;
        display: block;
    }

    .expand__menu.active {
        top: 80px;
    }

    .expand__menu > *:nth-child(3) {
        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;
    }

    .menu-button svg {
        overflow: visible;
    }

    .rect1.active {
        -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;
    }

    .rect2.active {
        display: none;
    }

    .rect3.active {
        -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;
    }

    .welcome-bonus__image {
        opacity: 0.5;
    }
}

@media screen and (max-width: 1100px) {
    .cover__decoration {
        opacity: 0.7;
    }

    .benefits-list__item {
        text-align: center;
    }

    .benefits-list__item {
        display: block;
    }

    .benefits-item__rating {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        flex-direction: column;
    }

    .benefits-rating__image {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 auto;
        -moz-box-flex: 0;
        flex: 0 1 auto;
        margin-top: 5px;
        margin-bottom: 10px;
        margin-right: 0;
    }

    .benefits-item__desc {
        margin-bottom: 5px;
    }

    .footer__content {
        display: block;
    }

    .footer__logo {
        margin-bottom: 25px;
        margin-top: 0;
    }

    .app__wrap {
        padding: 10px 5% 10px 10%;
    }

    .app__decoration {
        position: absolute;
        left: 40%;
        top: 0;
        height: 100%;
    }

    .app__decoration img {
        -o-object-fit: cover;
        object-fit: cover;
        height: 100%;
        max-width: none;
        max-height: none;
    }

    .app__buttons:before {
        left: -100px;
    }

    .app__buttons:after {
        right: -120px;
    }
}

@media screen and (max-width: 1000px) {
    .header__menu {
        display: none;
    }

    .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;
    }

    .expand__menu {
        padding-top: 25px;
    }

    .header__logo {
        position: relative;
        top: auto;
        left: auto;
    }

    .header__content {
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -moz-box-pack: justify;
        justify-content: space-between;
    }
}

@media screen and (max-width: 900px) {
    h1, .title.general, h2, .title.high, h3, .title.middle, .welcome-bonus__desc {
        font-size: 4.5vw;
        line-height: 5.5vw;
    }

    h4, .title.small  {
        font-size: 3.5vw;
        line-height: 4vw;
    }

    .page-home__left {
        display: none;
    }

    .page-home__right {
        max-width: 100%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 100%;
        -moz-box-flex: 0;
        flex: 0 1 100%;
    }

    .header__logo {
        min-width: 0;
    }

    .expand__menu > *:nth-child(4) {
        display: block;
        margin-top: 25px;
    }

    .expand-menu__events a {
        max-width: 300px;
        margin: auto;
    }

    .expand__menu > *:nth-child(5) {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: flex;
    }

    .expand__menu > *:last-child {
        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;
    }

    .casino__menu {
        margin-top: 25px;
    }

    .button.casino-menu-header__button {
        width: 130px;
    }

    .main {
        padding: 0 10px;
    }

    .footer {
        padding: 0 10px;
    }

    .footer.page-home {
        padding-left: 10px;
    }

    .menu-button {
        right: 20px;
    }

    .menu-button.active {
        right: 20px;
    }

    .benefits-list__item {
        text-align: left;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -moz-box-pack: justify;
        justify-content: space-between;
    }

    .benefits-item__rating {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -moz-box-orient: horizontal;
        -moz-box-direction: normal;
        flex-direction: row;
    }

    .benefits-rating__image {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 450px;
        -moz-box-flex: 0;
        flex: 0 1 450px;
        margin-top: 0;
        margin-bottom: 0;
        margin-right: 10px;
    }

    .benefits-item__desc {
        margin-bottom: 0;
    }

    .welcome-bonus__image {
        opacity: 1;
    }

    .bonus-list__item {
        padding: 0 20px 15px;
    }

    .page-app .cover__decoration img {
        -o-object-position: 80%;
        object-position: 80%;
    }

    .page-bonuses .cover__decoration img {
        -o-object-position: 70%;
        object-position: 70%;
    }
}

@media screen and (max-width: 800px) {
    .welcome-bonus__image {
        opacity: 0.5;
    }

    .app__buttons:before {
        content: none;
    }

    .app__buttons:after {
        content: none;
    }

    .app__wrap {
        padding: 10px 30px;
    }

    .app__decoration {
        left: 35%;
        opacity: 0.8;
    }
}

@media screen and (max-width: 750px) {
    .cover__wrap {
        width: 100%;
    }

    .benefits-list__item {
        text-align: center;
    }

    .benefits-list__item {
        display: block;
    }

    .benefits-item__rating {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        flex-direction: column;
    }

    .benefits-rating__image {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 auto;
        -moz-box-flex: 0;
        flex: 0 1 auto;
        margin-top: 5px;
        margin-bottom: 10px;
        margin-right: 0;
    }

    .benefits-item__desc {
        margin-bottom: 5px;
    }
}

@media screen and (max-width: 700px) {
    .bonus-list__item {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 100%;
        -moz-box-flex: 0;
        flex: 0 1 100%;
        padding: 0 40px 15px;
    }
}

@media screen and (max-width: 650px) {
    h1, .title.general, h2, .title.high, h3, .title.middle, .welcome-bonus__desc {
        font-size: 30px;
        line-height: 35px;
    }

    h4, .title.small  {
        font-size: 25px;
        line-height: 30px;
    }

    .header__content > .header__buttons {
        display: none;
    }

    .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;
    }

    .expand__menu > *:first-child a {
        padding: 5px;
        min-width: 200px;
        width: 200px;
    }

    .header__buttons {
        padding-right: 0;
    }

    .header__content {
        padding: 0 20px;
    }

    .header__button:last-child {
        margin-left: auto;
    }

    .expand__menu > *:nth-child(5) > * {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 100%;
        -moz-box-flex: 0;
        flex: 0 1 100%;
    }

    .menu-button {
        right: 10px;
    }

    .menu-button.active {
        right: 10px;
    }

    .preface__content {
        -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;
    }

    .preface__image {
        margin: 0 auto;
    }

    .preface__content > * {
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 100%;
        -moz-box-flex: 1;
        flex: 1 1 100%;
    }

    .preface__article {
        margin-bottom: 25px;
    }

    .article.preface__article, .article.preface__article p {
        text-align: center;
    }

    .app__decoration {
        display: none;
    }

    .app__wrap {
        -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: 450px;
        margin: 20px auto 0;
        padding: 20px 5px;
    }

    .app__buttons {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -moz-box-ordinal-group: 2;
        order: 1;
        margin-top: 20px;
    }
}

@media screen and (max-width: 550px) {
    .content {
        padding: 20px 15px;
    }

    .cover__content {
        padding: 30px 15px;
    }

    .header__content {
        padding: 0 20px;
    }

    .welcome-bonus__content {
        padding: 30px 15px;
    }

    .welcome-bonus__wrapper {
        max-width: 100%;
    }

    .footer__content, .footer.page-home .footer__content {
        padding: 25px 10px 0;
    }

    .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;
    }

    .main table td {
        width: 100%;
        display: block;
        padding: 13px 0 10px;
    }

    .main table tr > td:first-child {
        padding: 13px 0 0;
    }

    .support__contacts {
        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;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        align-items: center;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        padding-left: 0;
    }

    .support__table tr {
        display: block;
    }

    .footer__lists {
        display: block;
    }

    .footer__info {
        margin-top: 25px;
    }
}

@media screen and (max-width: 450px) {
    .benefits-list__item {
        padding: 16px 10px;
    }

    .bonus-list__item {
        padding: 0 15px 15px;
    }

    .app__stores > * + * {
        margin-left: 0;
    }

    .page-home .cover__decoration img {
        -o-object-position: 90%;
        object-position: 90%;
    }
}
