@media screen and (max-width: 1300px) {
    .content {
        margin-left: 10px;
        margin-right: 10px;
    }
}

@media screen and (max-width: 1250px) {
    .list li {
        padding: 20px 16px !important;
    }

    .promotions-item__title {
        font-size: 2.5vw;
    }
}

@media screen and (max-width: 1200px) {
    .registration__list li {
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 -webkit-calc((100% - 60px) / 3);
        -moz-box-flex: 1;
        flex: 1 1 calc((100% - 60px) / 3);
    }
}

@media screen and (max-width: 1150px) {
    .list li {
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 -webkit-calc((100% - 60px) / 3);
        -moz-box-flex: 1;
        flex: 1 1 calc((100% - 60px) / 3);
    }
}

@media screen and (max-width: 1100px) {
    .offer__content.content {
        min-height: 350px;
    }

    .list.games__list li {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 -webkit-calc((100% - 40px) / 2);
        -moz-box-flex: 0;
        flex: 0 1 calc((100% - 40px) / 2);
    }

    .comment-list__item {
        display: block;
    }

    .comment-item__top {
        margin-bottom: 10px;
    }

    .comment-item__desc {
        padding: 0;
    }
}

@media screen and (max-width: 1000px) {
    .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: 0.5;
        right: -5px;
    }

    .header__expand-menu {
        position: fixed;
        top: -300vh;
        overflow: auto;
        right: 0;
        width: 100vw;
        height: auto;
        background: #16181D;
        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: 52px;
    }

    .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;
    }

    .cover__content.content {
        padding: 30px;
        min-height: 350px;
    }

    .promotions-item__title {
        font-size: 23px;
    }
}

@media screen and (max-width: 900px) {
    .cover__content.content {
        padding: 20px;
        min-height: 350px;
    }

    .cover__wrap {
        max-width: 420px;
        width: 70%;
        padding: 20px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        background: rgba(18, 19, 23, 0.8);
    }

    .cover__bg img {
        -o-object-position: 95%;
        object-position: 95%;
    }

    .offer__wrap {
        padding: 20px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        background: rgba(18, 19, 23, 0.8);
    }

    .offer__bg img {
        -o-object-position: 80%;
        object-position: 80%;
    }

    .bonus-item__wrap {
        padding: 20px;
    }

    .promotions-list__item {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 -webkit-calc((100% - 16px * 2) / 2);
        -moz-box-flex: 0;
        flex: 0 1 calc((100% - 16px * 2) / 2);
    }

    .mobile__image {
        right: 20px;
    }

    .mobile__content.content {
        padding-right: 215px;
    }

    .list.promotions__list li {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 -webkit-calc((100% - 40px) / 2);
        -moz-box-flex: 0;
        flex: 0 1 calc((100% - 40px) / 2);
    }

    .list.support__list li {
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 -webkit-calc((100% - 40px) / 2);
        -moz-box-flex: 1;
        flex: 1 1 calc((100% - 40px) / 2);
    }

    .conclusion__image {
        right: 0;
    }

    .conclusion__content.content {
        padding-right: 290px;
    }
}

@media screen and (max-width: 800px) {
    .content {
        padding: 20px 15px;
    }

    .cover__content.content {
        padding: 15px;
    }

    .offer__content.content {
        padding: 15px;
        min-height: 300px;
    }

    .registration__list li {
        padding: 20px 16px !important;
    }

    .providers__wrap {
        display: block;
    }

    .providers__article {
        min-width: 0;
    }

    .providers__image {
        max-width: none;
        margin-top: 16px;
        padding: 0;
    }

    .providers__image img {
        max-width: none;
    }

    .grade-list__item {
        font-size: 18px;
        line-height: 24px;
    }

    .grade-list__item span:last-child {
        font-size: 22px;
    }

    .grade-list__item span {
        margin-left: 15px;
    }

    .grade-list__item {
        padding: 5px 15px 20px 0;
    }
}

@media screen and (max-width: 750px) {
    .grade-list__item span:nth-child(2) {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 100%;
        -moz-box-flex: 0;
        flex: 0 1 100%;
    }
}

@media screen and (max-width: 700px) {
    .article ul li:before, article ul li:before {
        line-height: 20px;
    }

    body.active {
        overflow: hidden;
    }

    .header__expand-menu {
        height: -webkit-calc(100vh - 52px);
        height: -moz-calc(100vh - 52px);
        height: calc(100vh - 52px);
        top: -150vh;
        overflow: auto;
        padding-bottom: 100px;
    }

    .information__table td:first-child {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 40%;
        -moz-box-flex: 0;
        flex: 0 1 40%;
        min-width: 180px;
    }

    .information__table td:last-child {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 60%;
        -moz-box-flex: 0;
        flex: 0 1 60%;
        max-width: -webkit-calc(100% - 180px);
        max-width: -moz-calc(100% - 180px);
        max-width: calc(100% - 180px);
    }

    .slots__wrap {
        overflow: auto;
    }

    .slots__table {
        width: 700px;
    }

    .list li {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 -webkit-calc((100% - 40px) / 2);
        -moz-box-flex: 0;
        flex: 1 1 calc((100% - 40px) / 2);
    }

    .registration__list li {
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 -webkit-calc((100% - 40px) / 2);
        -moz-box-flex: 1;
        flex: 1 1 calc((100% - 40px) / 2);
    }

    .mobile__content.content {
        padding-right: 15px;
    }

    .mobile__image {
        opacity: 0.5;
        z-index: 0;
    }

    .conclusion__content.content {
        padding-right: 15px;
    }

    .conclusion__image, .conclusion__decor {
        opacity: 0.5;
    }
}

@media screen and (max-width: 650px) {
    .comment-list__item {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 100%;
        -moz-box-flex: 0;
        flex: 0 1 100%;
        min-height: 0;
        padding: 15px;
    }

    .bonus-list__item {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 100%;
        -moz-box-flex: 0;
        flex: 0 1 100%;
    }

    .bonus-item__wrap {
        padding: 30px 10%;
    }
}

@media screen and (max-width: 600px) {
    .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: 8px 20px;
        width: 100%;
        max-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__content.content {
        min-height: 320px;
    }

    .cover__wrap {
        margin: auto;
        width: 100%;
        max-width: 400px;
        text-align: center;
    }

    h1, .title.general {
        text-align: center;
    }

    .cover__bg img {
        -o-object-position: 99%;
        object-position: 99%;
    }

    .main .offer__content.content {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        justify-content: center;
        min-height: 250px;
    }

    .offer__bg img {
        -o-object-position: right;
        object-position: right;
    }

    .offer__wrap {
        width: 100%;
        max-width: 380px;
    }

    .list.games__list li {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 100%;
        -moz-box-flex: 0;
        flex: 0 1 100%;
    }
}

@media screen and (max-width: 550px) {
    .footer__wrap {
        display: block;
    }

    .footer__payments img {
        margin: auto;
    }

    .footer__wrap > *:nth-child(2) {
        max-width: none;
    }

    .list.support__list li {
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 100%;
        -moz-box-flex: 1;
        flex: 1 1 100%;
    }

    .grade-list__item {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 100%;
        -moz-box-flex: 0;
        flex: 0 1 100%;
    }

    .grade-list__item span:nth-child(n) {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 auto;
        -moz-box-flex: 0;
        flex: 0 1 auto;
    }
}

@media screen and (max-width: 500px) {
    .title.middle.faq-item__title {
        padding: 10px 45px 10px 12px;
    }

    .faq-item__answer {
        padding: 10px 12px;
    }

    .title.middle.faq-item__title:before {
        right: 15px;
    }

    .title.middle.faq-item__title:after {
        width: 20px;
        height: 20px;
        top: -webkit-calc(50% - 10px);
        top: -moz-calc(50% - 10px);
        top: calc(50% - 10px);
        right: 10px;
    }

    .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__expand-menu > *:first-child a.button {
        width: 100%;
        max-width: 300px;
    }

    .header__button:last-child {
        margin-right: auto;
        margin-left: auto;
        margin-top: 15px;
    }

    .information__wrap, .plus__wrap {
        overflow: auto;
    }

    .information__table, .plus__table {
        width: 500px;
    }

    h2, .title.high {
        font-size: 20px;
    }

    .bonus-item__wrap {
        padding: 30px;
    }

    .bonus-item__title.title {
        font-size: 20px;
        line-height: 28px;
    }

    .list li, .list.promotions__list li {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 100%;
        -moz-box-flex: 0;
        flex: 0 1 100%;
    }

    .promotions-list__item {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 100%;
        -moz-box-flex: 0;
        flex: 0 1 100%;
    }
}

@media screen and (max-width: 450px) {
    .cover__bg img {
        -o-object-position: 95%;
        object-position: 95%;
    }

    .footer__info {
        display: block;
    }

    .footer__copyright {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        justify-content: center;
        text-align: center;
    }

    .registration__list li {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 100%;
        -moz-box-flex: 0;
        flex: 0 1 100%;
        min-height: 0;
    }

    .offer__bg img {
        -o-object-position: 90%;
        object-position: 90%;
    }
}

@media screen and (max-width: 400px) {
    .logo img {
        max-height: 40px;
    }

    .cover__content.content {
        min-height: 0;
    }

    h1, .title.general {
        line-height: 1.3;
    }

    .bonus-item__wrap {
        padding: 20px 15px;
    }

    .offer__bg img {
        -o-object-position: 85%;
        object-position: 85%;
    }

    .grade-list__item span:nth-child(2) {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 100%;
        -moz-box-flex: 0;
        flex: 0 1 100%;
    }
}
