@media screen and (max-width: 1320px) {
    .faq__content.content, .reviews__content.content, .tournaments__content.content, .games__content.content, .slots__content.content {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media screen and (max-width: 1260px) {
    .banner__wrap {
        background: rgba(0, 0, 0, 0.6)
    }
}

@media screen and (max-width: 1200px) {
    .menu a {
        padding: 10px 20px;
    }

    .header__menu a {
        padding: 10px 5px;
    }

    .slots__wrap {
        padding: 30px;
    }

    .slots__wrap.wrap:before {
        width: -webkit-calc((100% - 30px - 30px) * 0.32 + 30px);
        width: -moz-calc((100% - 30px - 30px) * 0.32 + 30px);
        width: calc((100% - 30px - 30px) * 0.32 + 30px);
    }

    .slots__table tr td:nth-child(2) {
        padding-left: 30px;
    }
}

@media screen and (max-width: 1100px) {
    .form__wrap {
        padding: 40px 30px;
    }

    .form__right {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 52%;
        -moz-box-flex: 0;
        flex: 0 1 52%;
    }

    .form__image {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 -webkit-calc(48% - 30px);
        -moz-box-flex: 0;
        flex: 0 1 calc(48% - 30px);
    }

    .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: #2b3a6d;
        z-index: 4;
        font-size: 15px;
        padding: 25px 0 60px;
        -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;
    }
}

@media screen and (max-width: 1000px) {
    table.big {
        font-size: 18px;
    }

    .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;
    }

    .cover__wrapper {
        padding: 50px;
    }

    .cover__content.content {
        padding-top: 50px;
    }

    .banner__image.right {
        display: none;
    }

    .banner__wrap {
        margin-right: 0;
    }

    .list__item {
        padding: 25px 30px;
    }

    .pros__list .item__desc {
        margin-bottom: 25px;
    }

    .slots__table {
        font-size: 20px;
        line-height: 28px;
    }
}

@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;
    }

    .faq__wrap, .reviews__wrap, .tournaments__wrap, .games__wrap {
        padding: 20px 15px;
    }

    .tournaments__list {
        margin-top: -15px;
    }

    .tournaments__list div {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 -webkit-calc((100% - 30px) / 3);
        -moz-box-flex: 0;
        flex: 0 1 calc((100% - 30px) / 3);
        margin-top: 15px;
    }

    .tournaments__list li:nth-child(n + 2) div {
        padding: 15px;
        min-height: 0;
    }

    .games__list {
        margin-top: -15px;
    }

    .games__list div {
        margin-top: 15px;
    }

    .games__list li div:last-child {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 -webkit-calc(100% - 23% - 15px);
        -moz-box-flex: 0;
        flex: 0 1 calc(100% - 23% - 15px);
        max-width: -webkit-calc(100% - 200px - 15px);
        max-width: -moz-calc(100% - 200px - 15px);
        max-width: calc(100% - 200px - 15px);
    }

    .games__list li:first-child + li {
        margin-top: 0;
    }

    .games__list li:nth-child(n + 2) div {
        padding: 15px;
    }

    .reviews__list {
        margin-top: -15px;
    }

    .reviews__list li {
        margin-top: 15px;
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 -webkit-calc((100% - 15px) / 2);
        -moz-box-flex: 0;
        flex: 0 1 calc((100% - 15px) / 2);
        padding: 15px;
    }

    .content > .image {
        width: -webkit-calc(100% + 30px);
        width: -moz-calc(100% + 30px);
        width: calc(100% + 30px);
        margin-left: -15px;
    }

    .tournaments__content + .article .image {
        width: -webkit-calc(100% + 30px);
        width: -moz-calc(100% + 30px);
        width: calc(100% + 30px);
        margin-left: -15px;
    }

    .header__content.content {
        padding: 10px 15px;
    }

    .header__menu-button {
        right: 5px;
    }

    .header__languages {
        margin-left: 20px;
    }

    .header__button + .header__button.button {
        margin-left: 20px;
    }

    .list__item {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 -webkit-calc((100% - 15px) / 2);
        -moz-box-flex: 0;
        flex: 0 1 calc((100% - 15px) / 2);
    }

    .slots__wrap {
        padding: 20px;
    }

    .slots__table {
        font-size: 18px;
        line-height: 25px;
    }

    .slots__table tr td:nth-child(2) {
        padding-left: 20px;
    }

    .slots__table tr td:nth-child(1) {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 32%;
        -moz-box-flex: 0;
        flex: 0 1 32%;
        padding-right: 20px;
    }

    .slots__wrap.wrap:before {
        width: -webkit-calc((100% - 20px - 20px) * 0.32 + 20px);
        width: -moz-calc((100% - 20px - 20px) * 0.32 + 20px);
        width: calc((100% - 20px - 20px) * 0.32 + 20px);
    }
}

@media screen and (max-width: 800px) {
    h2, .title.high, h3, .title.middle {
        line-height: 40px;
    }

    .form__wrap {
        padding: 30px 20px;
    }

    .form__right {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 52%;
        -moz-box-flex: 0;
        flex: 0 1 52%;
    }

    .form__image {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 -webkit-calc(48% - 20px);
        -moz-box-flex: 0;
        flex: 0 1 calc(48% - 20px);
    }

    .form__field {
        padding: 20px;
        font-size: 16px;
    }

    .form__right > * + * {
        margin-top: 25px;
    }

    .form__check {
        margin-top: 25px;
    }

    .form__button.button {
        margin-top: 25px;
    }

    .tournaments__list li:first-child {
        font-size: 20px;
        line-height: 28px;
    }

    .tournaments__list li:nth-child(n + 2) div:first-child {
        font-size: 20px;
        line-height: 28px;
    }

    .tournaments__list div:first-child {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 25%;
        -moz-box-flex: 0;
        flex: 0 1 25%;
    }

    .tournaments__list div:nth-child(2) {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 -webkit-calc(40%);
        -moz-box-flex: 0;
        flex: 0 1 calc(40%);
    }

    .tournaments__list div:nth-child(3) {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 -webkit-calc(35% - 30px);
        -moz-box-flex: 0;
        flex: 0 1 calc(35% - 30px);
    }

    .games__list li:first-child {
        font-size: 25px;
        line-height: 32px;
    }

    .games__list li:nth-child(n + 2) div:first-child {
        font-size: 20px;
        line-height: 38px;
    }

    .slots__table {
        font-size: 16px;
    }
}

@media screen and (max-width: 700px) {
    h2, .title.high, h3, .title.middle {
        font-size: 28px;
    }

    .banner__wrap {
        width: 100%;
        max-width: 400px;
        padding: 20px;
    }

    .banner__link {
        padding: 20px;
    }

    .banner__title.title.high {
        font-size: 40px;
        line-height: 45px;
    }

    .item__desc {
        font-size: 25px;
        line-height: 35px;
    }

    .slots__table tr td:nth-child(1) {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 28%;
        -moz-box-flex: 0;
        flex: 0 1 28%;
    }

    .slots__table tr td:nth-child(2) {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 28.5%;
        -moz-box-flex: 0;
        flex: 0 1 28.5%;
    }

    .slots__table tr td:nth-child(n + 3) {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 14.5%;
        -moz-box-flex: 0;
        flex: 0 1 14.5%;
        padding-left: 15px;
    }

    .slots__wrap.wrap:before {
        width: -webkit-calc((100% - 20px - 20px) * 0.28 + 20px);
        width: -moz-calc((100% - 20px - 20px) * 0.28 + 20px);
        width: calc((100% - 20px - 20px) * 0.28 + 20px);
    }
}

@media screen and (max-width: 650px) {
    .main-info__wrap {
        padding: 20px;
    }

    table, table.big {
        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;
    }

    .header__right > .header__buttons {
        display: none;
    }

    body.active {
        overflow: hidden;
    }

    .header__expand-menu {
        padding-bottom: 125px;
    }

    .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: 50px;
    }

    .header__expand-menu > *:first-child a {
        min-width: 200px;
        max-width: 200px;
    }

    .header__buttons {
        padding-right: 0;
        margin-right: 0;
        padding-top: 0;
    }

    .header__button + .header__button.button {
        margin-left: auto;
    }

    .header__button:last-child {
        margin-left: 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: 80px;
    }

    .header__menu-button {
        top: 15px;
        right: 3px;
    }

    .tournaments__list li:first-child {
        display: none;
    }

    .tournaments__list li {
        display: block;
    }

    .tournaments__list li + li {
        margin-top: 25px;
    }

    .slots__wrap {
        overflow: auto;
    }

    .slots__table {
        min-width: 580px;
    }

    .slots__wrap.wrap:before {
        content: none;
    }

    .slots__table:before {
        content: '';
        position: absolute;
        left: -20px;
        width: -webkit-calc(28% + 20px);
        width: -moz-calc(28% + 20px);
        width: calc(28% + 20px);
        top: -20px;
        height: -webkit-calc(100% + 40px);
        height: -moz-calc(100% + 40px);
        height: calc(100% + 40px);
        background: #41569d;
    }
}

@media screen and (max-width: 600px) {
    h1, .title.general {
        font-size: 32.5px;
    }

    .faq-item__question {
        font-size: 18px;
        line-height: 26px;
        padding: 15px 15px 15px 45px;
    }

    .faq-item__question:before {
        left: 12px;
    }

    .faq-item__answer {
        padding: 15px;
    }

    .form__wrap {
        padding: 20px 20px 20px 15px;
    }

    .form__right {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 57%;
        -moz-box-flex: 0;
        flex: 0 1 57%;
    }

    .form__image {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 -webkit-calc(43% - 15px);
        -moz-box-flex: 0;
        flex: 0 1 calc(43% - 15px);
    }

    .banner__wrap {
        margin: auto;
    }

    .banner__image.left {
        width: -webkit-calc(100% + 1000px);
        width: -moz-calc(100% + 1000px);
        width: calc(100% + 1000px);
        left: -500px;
        height: 100%;
    }

    .banner__link {
        overflow: hidden;
    }

    .cover__content.content {
        padding-top: 25px;
        padding-bottom: 25px;
    }

    .cover__wrapper {
        padding: 25px 20px;
    }

    .cover__title.title {
        margin-bottom: 25px;
    }

    .cover__button.button {
        margin-top: 25px;
    }

    .list {
        display: block;
    }

    .list__item {
        display: block;
        padding: 20px;
    }

    .list > * + * {
        margin-top: 25px;
    }

    .games__list li:first-child {
        font-size: 20px;
        line-height: 28px;
    }

    .games__list li div:first-child {
        min-width: 150px;
    }

    .games__list li div:last-child {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 -webkit-calc(100% - 23% - 15px);
        -moz-box-flex: 0;
        flex: 0 1 calc(100% - 23% - 15px);
        max-width: -webkit-calc(100% - 150px - 15px);
        max-width: -moz-calc(100% - 150px - 15px);
        max-width: calc(100% - 150px - 15px);
    }
}

@media screen and (max-width: 550px) {
    .form__wrap {
        display: block;
        padding: 20px;
    }

    .form__image {
        display: none;
    }

    .reviews__list li {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 100%;
        -moz-box-flex: 0;
        flex: 0 1 100%;
    }
}

@media screen and (max-width: 500px) {
    table.big {
        font-size: 14px;
        line-height: 25px;
    }

    .banner__link {
        padding: 15px;
    }

    .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;
    }

    .games__list li:first-child {
        display: none;
    }

    .games__list li {
        display: block;
    }

    .games__list li + li {
        margin-top: 25px;
    }

    .games__list li div:last-child {
        max-width: 100%;
        text-align: center;
    }
}

@media screen and (max-width: 400px) {
    .main-info__wrap {
        padding: 10px 15px;
    }

    table {
        font-size: 15px;
        line-height: 30px;
    }

    .main-info__table tr td:nth-child(2) {
        padding-left: 15px;
    }

    .main-info__wrap:before {
        width: -webkit-calc((100% - 30px) * 0.4 + 15px);
        width: -moz-calc((100% - 30px) * 0.4 + 15px);
        width: calc((100% - 30px) * 0.4 + 15px);
    }

    table.big {
        font-size: 13px;
    }

    .banner__title.title.high {
        font-size: 36px;
        line-height: 42px;
        max-width: 250px;
    }
}
