@media screen and (max-width: 1200px) {

    .app__wrap {

        margin-left: 0;

        margin-right: 0;

        padding: 50px 40px;

    }



    .header__menu > ul > *:first-child, .header__menu > ul > *:nth-child(2) {

        display: none;

    }



    .menu-button {

        position: absolute;

        display: inline-block;

        top: 11px;

        right: 30px;

    }



    .menu-button.active {

        position: fixed;

        top: 11px;

        right: 30px;

    }



    .expand__menu {

        position: fixed;

        top: -100%;

        overflow: auto;

        right: 0;

        width: 100vw;

        height: 100%;

        background-color: #2f4d67;

        z-index: 4;

        font-size: 20px;

        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: 74px;

    }



    .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 {

        width: -webkit-calc(100% - 290px - 345px - 60px);

        width: -moz-calc(100% - 290px - 345px - 60px);

        width: calc(100% - 290px - 345px - 60px);

    }



    .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.7;

    }

}



@media screen and (max-width: 1100px) {

    .header__menu {

        display: none;

    }



    .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;

    }



    .expand__menu {

        padding-top: 25px;

    }



    .benefits__content {

        padding: 0 30px;

    }



    .header__buttons {

        float: right;

        width: 350px;

        padding-right: 60px;

    }



    .benefits__wra {

        padding-left: 0;

    }



    .page-app .cover__decoration {

        right: 30px;

    }



    .benefits__image {

        position: absolute;

        bottom: 0;

        right: -30px;

        width: 350px;

        opacity: 0.7;

        background-color: transparent;

    }



    .benefits__wrap {

        padding-left: 0;

    }

    .page-home .cover__decoration {

        opacity: 0.7;

    }

}



@media screen and (max-width: 1000px) {

    .app__wrap > *:nth-child(2) {

        position: absolute;

        top: -webkit-calc(50% - 65px);

        top: -moz-calc(50% - 65px);

        top: calc(50% - 65px);

        left: -webkit-calc(50% - 150px);

        left: -moz-calc(50% - 150px);

        left: calc(50% - 150px);

    }



    .app__wrap > *:nth-child(2) img {

        width: 300px;

        opacity: 0.7;

    }



    .bonus__list > li {

        width: -webkit-calc((100% - 60px) / 2);

        width: -moz-calc((100% - 60px) / 2);

        width: calc((100% - 60px) / 2);

    }



    .contacts__content {

        padding: 25px 30px;

    }

}



@media screen and (max-width: 900px) {

    h1, .title.general, .cover__desc, .welcome-bonus__desc {

        font-size: 6vw;

        line-height: 6.5vw;

    }



    h2, .title.high {

        font-size: 5vw;

        line-height: 5.5vw;

    }



    h3, .title.middle {

        font-size: 4vw;

        line-height: 4.5vw;

    }



    h4, .title.small, .title.middle.faq-item__title  {

        font-size: 3.5vw;

        line-height: 4.5vw;

    }



    .page-home__left {

        display: none;

    }



    .page-home__right {

        width: 100%;

    }



    .header__logo {

        min-width: 0;

    }



    .expand__menu > *:nth-child(4) {

        display: block;

    }



    .expand-menu__events a {

        max-width: 300px;

        margin: auto;

        background-color: #fa561e;

        border: none;

        padding: 14.5px;

		width: auto;

padding-right: 80px;

    }



    .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__header {

        background-color: transparent;

        padding-bottom: 0;

        padding-top: 50px;

        border: none;

        color: #fff;

    }



    .casino__menu > * {

        display: -webkit-box;

        display: -webkit-flex;

        display: -moz-box;

        display: flex;

        -webkit-box-align: center;

        -webkit-align-items: center;

        -moz-box-align: center;

        align-items: center;

        -webkit-box-pack: center;

        -webkit-justify-content: center;

        -moz-box-pack: center;

        justify-content: center;

        -webkit-flex-wrap: wrap;

        flex-wrap: wrap;

    }



    .casino-menu__header {

        -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 > ul > * {

        -webkit-box-flex: 0;

        -webkit-flex: 0 1 -webkit-calc((100% - 30px) / 2);

        -moz-box-flex: 0;

        flex: 0 1 calc((100% - 30px) / 2);

    }



    .casino__menu > ul a div:first-child {

        position: relative;

        left: auto;

        top: auto;

    }



    .casino__menu > ul a {

        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;

        padding: 20px 15px;

    }



    .casino__menu > ul a div:last-child {

        padding-left: 15px;

    }



    .main {

        padding: 0 10px 25px;

    }



    .benefits__image {

        -webkit-box-flex: 1;

        -webkit-flex: 1 1 350px;

        -moz-box-flex: 1;

        flex: 1 1 350px;

        position: relative;

        opacity: 1;

        bottom: auto;

        right: auto;

    }



    .benefits__wrap {

        padding-left: 30px;

    }



    .menu-button {

        right: 20px;

    }



    .menu-button.active {

        right: 20px;

    }



    .feedback__content {

        padding: 0 20px;

    }



    .preface__right {

        -webkit-box-flex: 0;

        -webkit-flex: 0 1 100%;

        -moz-box-flex: 0;

        flex: 0 1 100%;

    }



    .preface__left {

        display: none;

    }



    .title.middle.faq-item__title {

        margin: auto;

    }



    .page-app .cover__decoration, .page-bonuses .cover__decoration {

        right: -30px;

    }



    .cover__wrap {

        padding-left: 30px;

    }



    .welcome-bonus__image {

        opacity: 1;

    }



    .welcome-bonus__wrap {

        padding: 50px 30px;

    }



    .page-home .cover__decoration {

        opacity: 1;

    }

}



@media screen and (max-width: 750px) {

    .app__wrap > *:nth-child(2) {

        position: relative;

        top: 0;

        left: 0;

    }



    .app__wrap > *:nth-child(2) {

        margin: 25px 0;

    }



    .app__wrap > *:nth-child(2) img {

        width: auto;

        opacity: 1;

    }



    .app__wrap {

        display: block;

        text-align: center;

        padding: 40px 20px;

    }



    .app__wrap > * img {

        margin: auto;

    }



    .benefits__image {

        position: absolute;

        bottom: 0;

        right: -30px;

        width: 350px;

        opacity: 0.7;

        background-color: transparent;

    }



    .benefits__wrap{

        padding-left: 0;

    }

}



@media screen and (max-width: 700px) {

    h1, .title.general, .cover__desc, .welcome-bonus__desc {

        font-size: 35px;

        line-height: 40px;

    }



    h2, .title.high {

        font-size: 35px;

        line-height: 40px;

    }



    h3, .title.middle {

        font-size: 30px;

        line-height: 35px;

    }



    h4, .title.small, .title.middle.faq-item__title  {

        font-size: 25px;

        line-height: 30px;

    }



    .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;

    }



    .preface__content > * {

        -webkit-box-flex: 1;

        -webkit-flex: 1 1 100%;

        -moz-box-flex: 1;

        flex: 1 1 100%;

    }



    .preface__left {

        margin-right: 0;

    }



    .main .cover__decoration {

        opacity: 0.7;

    }

}



@media screen and (max-width: 650px) {

    .content, .preface__right, .article.preface-right__article {

        padding-left: 10px;

        padding-right: 10px;

    }



    .contacts__content {

        padding: 25px 30px;

    }



    .app__content, .bonus__content, .cover__content {

        padding-left: 0;

        padding-right: 0;

    }



    .welcome-bonus__content {

        padding: 0;

    }



    .feedback__content {

        padding: 0 20px;

    }



    .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;

    }



    .header__buttons {

        padding-right: 0;

    }



    .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%;

    }



    .title.middle.faq-item__title {

        padding: 0 60px;

    }



    .menu-button {

        right: 10px;

    }



    .menu-button.active {

        right: 10px;

    }



    .bonus__list > li {

        width: -webkit-calc(100% - 30px);

        width: -moz-calc(100% - 30px);

        width: calc(100% - 30px);

        padding: 25px 50px;

    }



    .casino__menu > ul > * {

        -webkit-box-flex: 0;

        -webkit-flex: 0 1 100%;

        -moz-box-flex: 0;

        flex: 0 1 100%;

    }



    .welcome-bonus__image {

        opacity: 0.7;

    }



    .article.preface-right__article, .article.preface-right__article p {

        text-align: center;

    }



    .preface__right {

        display: block;

    }



    .preface-right__wrap {

        margin-top: 25px;

        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;

    }



    .preface-right__wrap a {

        margin-right: 0;

    }



    .preface-right__wrap a:hover {

        margin-right: 0;

    }



    .preface-right__wrap a:hover .preface-right__desc{

        padding: 5px 20px;

    }



    .preface-right__wrap a:hover .preface-right__image:first-child {

        margin-left: 0;

    }



    .preface-right__wrap a:hover .preface-right__image:last-child {

        margin-right: 0;

    }

}



@media screen and (max-width: 550px) {

    .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__wrap {

        text-align: center;

    }



    .title.general.cover__title > span {

        text-align: center;

    }



    .main .cover__decoration {

        opacity: 0.4;

        position: absolute;

        top: 0;

        right: auto;

        height: 100%;

        left:50%;

        -webkit-transform:translate(-50%);

        -moz-transform:translate(-50%);

        -o-transform:translate(-50%);

        transform:translate(-50%);

        overflow: hidden;

    }



    .cover__decoration img {

        -o-object-fit: cover;

        object-fit: cover;

        max-width: none;

        max-height: none;

        height: 100%;

    }



    .cover__rating {

        display: -webkit-box;

        display: -webkit-flex;

        display: -moz-box;

        display: flex;

        margin-top: 25px;

        -webkit-box-align: center;

        -webkit-align-items: center;

        -moz-box-align: center;

        align-items: center;

        -webkit-box-pack: center;

        -webkit-justify-content: center;

        -moz-box-pack: center;

        justify-content: center;

        margin-left: auto;

    }



    .cover-rating__image {

        -webkit-box-flex: 0;

        -webkit-flex: 0 1 51px;

        -moz-box-flex: 0;

        flex: 0 1 51px;

    }



    .cover-rating__desc {

        text-align: left;

        -webkit-box-flex: 0;

        -webkit-flex: 0 1 -webkit-calc(100% - 51px);

        -moz-box-flex: 0;

        flex: 0 1 calc(100% - 51px);

    }



    table tr td {

        display: block;

    }



    table tr td:first-child {

        width: 100%;

    }



    table tr td:last-child {

        padding-top: 15px;

        padding-left: 0;

        width: 100%;

    }



    .contacts__content {

        padding: 25px 20px;

    }

}



@media screen and (max-width: 450px) {

    .button.app__button {

        min-width: 0;

        padding: 12.5 20px;

    }



    .cover__wrap {

        padding: 25px 15px;

    }



    .page-home .cover__wrap {

        padding-left: 20px;

        padding-right: 15px;

    }



    .title.middle.faq-item__title {

        padding: 0 30px;

    }



    .faq-item__arrow {

        left: 5px;

    }



    .bonus__list > li {

        padding: 25px 20px

    }



    .welcome-bonus__wrap {

        padding: 25px 20px;

    }



    .benefits__wrap {

        padding: 25px 0;

    }

}
