@media screen and (max-width: 1320px) {
    .content {
        margin-left: 15px;
        margin-right: 15px;
    }
}

@media screen and (max-width: 1100px) {
    .header__menu {
        display: none;
    }

    .header__buttons {
        margin-right: 50px;
    }

    .header__menu-button {
        display: inline-block;
        position: absolute;
        top: 24px;
        right: 20px;
    }

    .header__expand-menu {
        position: fixed;
        top: -100%;
        overflow: auto;
        right: 0;
        width: 100vw;
        height: 100%;
        background-color: #e93e3b;
        z-index: 4;
        font-size: 15px;
        padding: 30px 0 150px;
        -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;
    }

    .header__expand-menu.active {
        top: 95px;
    }

    .header__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;
    }

    .wrap {
        padding: 25px 30px;
    }

    .main-info__wrapper h2 {
        padding-right: 0;
    }

    .banner__image, .main-info__image, .registration__image, .live-games__image, .payment__image {
        width: -webkit-calc(100% + 30px);
        width: -moz-calc(100% + 30px);
        width: calc(100% + 30px);
        margin-left: -15px;
        display: block;
    }
}

@media screen and (max-width: 900px) {
    h1, .title.general {
        font-size: 5vw;
        line-height: 5.5vw;
    }

    h2, .title.high:not(.main-info__title) {
        font-size: 4vw;
        line-height: 4.5vw;
    }

    h3, .title.middle {
        font-size: 4vw;
        line-height: 4.5vw;
    }

    h4, .title.small, .faq-item__question  {
        font-size: 3.5vw;
        line-height: 4.5vw;
    }

    .header__content {
        padding: 20px 0;
    }

    .header__menu-button {
        right: 0;
    }

    .main-info__wrapper {
        display: block;
    }

    .main-info__wrapper h2 {
        padding-left: 0;
        margin-bottom: 25px;
    }
}

@media screen and (max-width: 750px) {
    .vip__wrapper {
        display: block;
    }

    .vip__wrap {
        min-width: 0;
    }

    .vip__table tr td {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 50%;
        -moz-box-flex: 0;
        flex: 0 1 50%;
    }

    .vip__article {
        max-width: 100%;
        padding: 0;
        margin-top: 25px;
    }
}

@media screen and (max-width: 700px) {
    .header__content > .header__buttons {
        display: none;
    }

    .header__expand-menu .header__buttons {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: flex;
        margin-bottom: 50px;
        text-align: center;
        margin-right: auto;
        -webkit-justify-content: space-around;
        justify-content: space-around;
    }

    table {
        font-size: 15px;
    }

    .wrap {
        padding: 20px 15px;
    }

    .faq-item__question {
        padding: 6.5px 15px;
    }

    table tr td:nth-child(n + 2) {
        padding-left: 10px;
    }

    .main-info-pros__table tr {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 -webkit-calc((100% - 10px) / 2);
        -moz-box-flex: 0;
        flex: 0 1 calc((100% - 10px) / 2);
    }

    .slots__table tr td:nth-child(1) {
        padding-right: 0;
    }

    .slots__wrap:before {
        width: 28%;
    }
}

@media screen and (max-width: 600px) {
    h1, .title.general {
        font-size: 30px;
        line-height: 35px;
    }

    h2, .title.high:not(.main-info__title) {
        font-size: 25px;
        line-height:30px;
    }

    h3, .title.middle {
        font-size: 25px;
        line-height: 35px;
    }

    h4, .title.small, .faq-item__question  {
        font-size: 22px;
        line-height: 25px;
    }

    table, .main-info__table tbody tr:last-child td:last-child, .slots__table {
        font-size: 14px;
    }
}

@media screen and (max-width: 500px) {
    .header__expand-menu .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 + .header__button  {
        margin-left: auto;
        margin-top: 20px;
    }

    .chat__wrap {
        display: block;
    }

    .chat__wrap * {
        display: block;
    }

    .chat__wrap > * + * {
        margin-left: 0;
        margin-top: 15px;
    }

    table, .main-info__table tbody tr:last-child td:last-child, .slots__table {
        font-size: 13px;
    }
}

@media screen and (max-width: 400px) {
    table, .main-info__table tbody tr:last-child td:last-child, .slots__table {
        font-size: 12px;
    }
}
