@media screen and (max-width: 1200px) {
    .header__content.content {
        padding: 10px 30px;
    }
}

@media screen and (max-width: 1100px) {
    .cover__image.left {
        display: none;
    }

    .cover__article {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 -webkit-calc(100% - 218px);
        -moz-box-flex: 0;
        flex: 0 1 calc(100% - 218px);
        text-align: left;
    }

    .cover__content.content {
        padding-left: 15px;
    }

    .cover__title.title {
        text-align: left;
    }

    .info__wrap {
        padding: 0 200px 0 60px;
    }

    .games__table tr td:nth-child(2) {
        padding-left: 20px;
    }

    .games__wrapper {
        padding: 30px;
    }

    .games__wrapper:before {
        width: -webkit-calc((100% - 60px) * 0.12 + 30px);
        width: -moz-calc((100% - 60px) * 0.12 + 30px);
        width: calc((100% - 60px) * 0.12 + 30px);
    }

    .header__menu {
        margin-left: 50px;
    }
}

@media screen and (max-width: 1000px) {
    .main-info__wrap {
        padding: 30px;
    }

    .main-info__wrap:before {
        width: -webkit-calc((100% - 60px) * 0.30 + 30px);
        width: -moz-calc((100% - 60px) * 0.30 + 30px);
        width: calc((100% - 60px) * 0.30 + 30px);
        min-width: 230px;
    }

    .main-info__table tr td:nth-child(2) {
        padding-left: 30px;
    }

    .providers__desc {
        padding: 20px 30px;
    }

    .providers__text {
        padding: 30px;
    }

    .info__wrap {
        padding: 0 30px;
    }

    .games__table {
        font-size: 16px;
        line-height: 30px;
    }

    .payment__wrap {
        padding: 30px;
    }

    .payment__wrap:before {
        width: -webkit-calc((100% - 60px) * 0.32 + 30px);
        width: -moz-calc((100% - 60px) * 0.32 + 30px);
        width: calc((100% - 60px) * 0.32 + 30px);
    }

    .payment__table {
        font-size: 18px;
    }

    .rating__wrap {
        padding: 0 30px;
    }

    .rating__table {
        font-size: 16px;
        line-height: 30px;
    }

    .header__menu {
        margin: auto 30px;
    }
}

@media screen and (max-width: 900px) {
    .header__menu {
        display: none;
    }

    .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__right {
        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: 23px;
        right: 15px;
    }

    .header__expand-menu {
        position: fixed;
        top: -300vh;
        overflow: auto;
        right: 0;
        width: 100vw;
        height: auto;
        background: -webkit-gradient(linear, left top, right top, from(#ec6769), to(#bd3080));
        background: -webkit-linear-gradient(left, #ec6769, #bd3080);
        background: -moz-linear-gradient(left, #ec6769, #bd3080);
        background: -o-linear-gradient(left, #ec6769, #bd3080);
        background: linear-gradient(to right, #ec6769, #bd3080);
        z-index: 4;
        font-size: 15px;
        padding: 25px 0 45px;
        -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: 100px;
    }

    .header__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;
    }

    .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;
    }

    .header__content.content {
        padding: 10px 15px;
    }

    .header__menu-button {
        right: 5px;
    }

    .header__buttons > .button:nth-child(2) {
        margin-left: 20px;
    }
}

@media screen and (max-width: 900px) {
    .content {
        padding-left: 15px;
        padding-right: 15px;
    }

    h1, .title.general {
        font-size: 5.4vw;
        line-height: 1.2;
    }

    h2, .title.high, h3, .title.middle {
        font-size: 4vw;
        line-height: 1.3;
    }

    .faq-item__question {
        font-size: 3.3vw;
        line-height: 1.3;
    }

    .faq__wrap {
        padding: 20px 15px;
    }

    .games__wrap {
        padding: 20px 15px;
    }

    .games__wrap > * {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 -webkit-calc((100% - 20px) / 2);
        -moz-box-flex: 0;
        flex: 0 1 calc((100% - 20px) / 2);
    }

    .registration__list li, .bonus__content div, .tournaments__content div {
        padding: 15px 20px;
    }

    .games__wrapper {
        padding: 10px 15px;
    }

    .games__wrapper:before {
        width: -webkit-calc((100% - 30px) * 0.12 + 15px);
        width: -moz-calc((100% - 30px) * 0.12 + 15px);
        width: calc((100% - 30px) * 0.12 + 15px);
        min-width: 90px;
    }

    .games__wrap h4 {
        padding: 15px 20px;
    }

    .games__table tr td:first-child {
        padding-right: 10px;
        min-width: 75px;
    }

    .games__table tr td:nth-child(2) {
        padding-left: 10px;
    }

    .games__table tr td:nth-child(n + 3) {
        padding-left: 10px;
    }

    .testimonials__list {
        margin-left: -20px;
        margin-top: -20px;
    }

    .testimonials-list__item {
        margin-left: 20px;
        margin-top: 20px;
        padding: 20px;
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 -webkit-calc((100% - 60px) / 3);
        -moz-box-flex: 0;
        flex: 0 1 calc((100% - 60px) / 3);
    }

    .rating__wrap {
        padding: 0 20px;
    }
}

@media screen and (max-width: 800px) {
    .cover__content.content {
        display: block;
        padding: 50px 15px 25px;
        text-align: center;
    }

    .cover__image.right {
        position: absolute;
        right: 0;
        bottom: -25px;
        opacity: 0.4;
    }

    .info__wrap tr td:nth-child(n + 2) {
        padding-left: 15px;
    }

    .info__table tr td:first-child {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 25%;
        -moz-box-flex: 0;
        flex: 0 1 25%;
    }

    .info__table tr td:nth-child(2) {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 29%;
        -moz-box-flex: 0;
        flex: 0 1 29%;
    }

    .info__table tr td:nth-child(n + 3) {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 23%;
        -moz-box-flex: 0;
        flex: 0 1 23%;
    }

    .testimonials-list__item {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 -webkit-calc((100% - 40px) / 2);
        -moz-box-flex: 0;
        flex: 0 1 calc((100% - 40px) / 2);
    }

    .rating__wrap {
        overflow: scroll;
    }

    .rating__table {
        min-width: 740px;
    }

    .rating__wrap:before {
        content: none;
    }

    .rating__table:before {
        content: '';
        position: absolute;
        left: -20px;
        top: 0;
        height: 56%;
        width: -webkit-calc(100% + 40px);
        width: -moz-calc(100% + 40px);
        width: calc(100% + 40px);
        background: -webkit-gradient(linear, left top, right top, from(#c73d7c), to(#e35d6f));
        background: -webkit-linear-gradient(left, #c73d7c, #e35d6f);
        background: -moz-linear-gradient(left, #c73d7c, #e35d6f);
        background: -o-linear-gradient(left, #c73d7c, #e35d6f);
        background: linear-gradient(to right, #c73d7c, #e35d6f);
    }
}

@media screen and (max-width: 700px) {
    h2, .title.high, h3, .title.middle {
        font-size: 28px;
    }

    .games__table, .games__table thead tr td:last-child {
        font-size: 14px;
        line-height: 25px;
    }
}

@media screen and (max-width: 650px) {
    h1, .title.general {
        font-size: 35px;
    }

    .main-info__wrap {
        padding: 20px;
    }

    .info__wrap {
        padding: 0 20px;
    }

    .providers__desc, .providers__text {
        padding: 15px 20px;
    }

    table, .providers__content, .payment__table {
        font-size: 16px;
        line-height: 32px;
    }

    .main-info__table tr td:first-child {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 40%;
        -moz-box-flex: 0;
        flex: 0 1 40%;
        padding-right: 10px;
        min-width: 0;
    }

    .main-info__table tr td:nth-child(2) {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 60%;
        -moz-box-flex: 0;
        flex: 0 1 60%;
        max-width: 100%;
        padding-left: 15px;
    }

    .main-info__wrap:before {
        width: -webkit-calc((100% - 40px) * 0.4 + 20px);
        width: -moz-calc((100% - 40px) * 0.4 + 20px);
        width: calc((100% - 40px) * 0.4 + 20px);
        min-width: 0;
    }

    .payment__wrap {
        padding: 20px;
    }

    .payment__wrap:before {
        width: -webkit-calc((100% - 40px) * 0.32 + 20px);
        width: -moz-calc((100% - 40px) * 0.32 + 20px);
        width: calc((100% - 40px) * 0.32 + 20px);
    }
}

@media screen and (max-width: 600px) {
    .games__wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        flex-direction: column;
    }

    .games__wrap:nth-child(2n) p {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -moz-box-ordinal-group: 2;
        order: 1;
    }

    .games__wrap h4 {
        margin-bottom: 20px;
        min-height: 0;
    }

    .games__wrapper {
        overflow: scroll;
    }

    .games__table {
        min-width: 550px;
    }

    .games__logo {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -moz-box-ordinal-group: 3;
        order: 2;
        padding: 30px;
    }

    .payment__table tr td:first-child {
        padding-right: 15px;
    }

    .payment__table tr td:nth-child(n + 2) {
        padding-left: 15px;
    }

    .faq-item__question {
        font-size: 20px;
        padding: 12px 15px;
    }

    .faq-item__answer {
        padding: 15px;
    }
}

@media screen and (max-width: 550px) {
    .testimonials-list__item {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 100%;
        -moz-box-flex: 0;
        flex: 0 1 100%;
    }
}

@media screen and (max-width: 500px) {
    .info__table {
        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;
    }

    .info__table > * {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 50%;
        -moz-box-flex: 0;
        flex: 0 1 50%;
    }

    .info__table tr {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        flex-direction: column;
    }

    .info__table thead td {
        padding-top: 10px;
        padding-bottom: 10px;
        min-height: 0;
    }

    .info__table tbody tr td {
        padding-top: 10px;
        padding-bottom: 10px;
        min-height: 0;
    }

    .info__table tr td:first-child {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 auto;
        -moz-box-flex: 0;
        flex: 0 1 auto;
    }

    .info__table tr td:nth-child(2) {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 auto;
        -moz-box-flex: 0;
        flex: 0 1 auto;
    }

    .info__table tr td:nth-child(n + 3) {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 auto;
        -moz-box-flex: 0;
        flex: 0 1 auto;
    }

    .info__table tr td:nth-child(n + 2) {
        padding-left: 0;
    }

    .info__table tbody tr td:nth-child(n) {
        padding-left: 15px;
    }

    .info__wrap:before {
        height: 100%;
        width: 50%;
    }

    .info__table tr td:nth-child(2) {
        min-height: 85px;
    }

    .rating__table {
        min-width: 0;
        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;
    }

    .rating__table:before {
        content: none;
    }

    .rating__wrap {
        overflow: hidden;
    }

    .rating__table thead {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 60%;
        -moz-box-flex: 0;
        flex: 0 1 60%;
    }

    .rating__table tbody {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 40%;
        -moz-box-flex: 0;
        flex: 0 1 40%;
    }

    .rating__table tr {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        flex-direction: column;
    }

    .rating__wrap:before {
        content: '';
        height: 100%;
        width: -webkit-calc((100% - 40px) * 0.6 + 20px);
        width: -moz-calc((100% - 40px) * 0.6 + 20px);
        width: calc((100% - 40px) * 0.6 + 20px);
    }

    .rating__wrap thead td, .rating__table tbody td {
        min-height: 50px;
    }

    .rating__table tbody td:nth-child(n) {
        padding-left: 15px;
    }

    .rating__table thead td {
        padding-right: 15px;
    }

    .header__right {
        margin-right: 55px;
    }

    .header__expand-menu {
        padding-bottom: 100px;
    }

    .header__right > .header__buttons {
        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 {
        padding: 10px;
        min-width: 200px;
        max-width: 200px;
        min-height: 50px;
    }

    .header__buttons {
        padding-right: 0;
        margin-right: 0;
        padding-top: 0;
    }

    .header__buttons > .button:nth-child(2) {
        margin: auto;
    }

    .header__buttons > .button:first-child {
        margin: auto;
    }

    .header__content.content {
        padding: 10px 0 10px 10px;
        min-height: 80px;
    }

    .header__expand-menu.active {
        top: 80px;
        height: -webkit-calc(100vh - 80px);
        height: -moz-calc(100vh - 80px);
        height: calc(100vh - 80px);
    }

    body.active {
        margin-top: 82px;
    }

    .header__menu-button {
        top: 15px;
        right: 3px;
    }

    .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__buttons > .button:first-child {
        margin-right: auto;
        margin-left: auto;
        margin-bottom: 25px;
    }
}

@media screen and (max-width: 400px) {
    .main-info__wrap, .providers__desc, .providers__text, .payment__wrap {
        padding: 10px;
    }

    table, .providers__content, .payment__table, .rating__table {
        font-size: 15px;
        line-height: 30px;
    }

    .main-info__table tr td:nth-child(2) {
        padding-left: 10px;
    }

    .main-info__wrap:before {
        width: -webkit-calc((100% - 20px) * 0.4 + 10px);
        width: -moz-calc((100% - 20px) * 0.4 + 10px);
        width: calc((100% - 20px) * 0.4 + 10px);
    }

    .main-info__table tbody tr {
        margin-top: 15px;
    }

    .info__wrap {
        padding: 0 10px;
    }

    .info__table tbody tr td:nth-child(n) {
        padding-left: 10px;
    }

    .payment__table tr td:first-child {
        padding-right: 5px;
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 34%;
        -moz-box-flex: 0;
        flex: 0 1 34%;
    }

    .payment__wrap:before {
        width: -webkit-calc((100% - 20px) * 0.34 + 10px);
        width: -moz-calc((100% - 20px) * 0.34 + 10px);
        width: calc((100% - 20px) * 0.34 + 10px);
    }

    .payment__table tr td:nth-child(2) {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 28%;
        -moz-box-flex: 0;
        flex: 0 1 28%;
    }

    .payment__table tr td:nth-child(n + 2) {
        padding-left: 5px;
    }

    .payment__table tr td:nth-child(3) {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 38%;
        -moz-box-flex: 0;
        flex: 0 1 38%;
    }

    .rating__wrap {
        padding: 0 10px;
    }

    .rating__wrap:before {
        width: -webkit-calc((100% - 20px) * 0.6 + 10px);
        width: -moz-calc((100% - 20px) * 0.6 + 10px);
        width: calc((100% - 20px) * 0.6 + 10px);
    }

    .rating__table tbody td:nth-child(n) {
        padding-left: 10px;
    }

    .rating__table thead td {
        padding-right: 10px;
    }
}
