@media screen and (max-width: 1100px) {
    .header__menu {
        display: none;
    }

    .header__button {
        margin-right: 90px;
    }

    .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: #171e28;
        z-index: 4;
        font-size: 15px;
        padding: 25px 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: 125px;
    }

    .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;
    }

    .cover__image {
        opacity: 0.5;
    }

    .games__list, .live-games__list {
        padding: 0;
    }
}

@media screen and (max-width: 1000px) {
    .games__list li, .live-games__list li {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 -webkit-calc((100% - 30px) / 2);
        -moz-box-flex: 0;
        flex: 0 1 calc((100% - 30px) / 2);
    }
}

@media screen and (max-width: 900px) {
    h1, .title.general, .bonus-item__desc {
        font-size: 5vw;
        line-height: 5.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;
    }

    .header, .main {
        padding-left: 15px;
        padding-right: 15px;
    }

    table, .slots__table table {
        padding: 0;
    }

    .cover__table table {
        background-color: transparent;
    }
}

@media screen and (max-width: 700px) {
    .content {
        padding: 20px 15px;
    }

    .header__content {
        padding: 0;
    }

    .cover__content {
        padding: 50px 30px;
    }

    .slots__table table tr td:first-child {
        padding-right: 20px;
    }

    .header__logo {
        padding: 20px 15px;
    }

    .header__menu-button {
        right: 10px;
    }

    .header__button {
        margin-right: 70px;
    }

    .downloading-list__article {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 100%;
        -moz-box-flex: 0;
        flex: 0 1 100%;
    }
}

@media screen and (max-width: 600px) {
    h1, .title.general {
        font-size: 30px;
        line-height: 35px;
    }

    h2, .title.high {
        font-size: 30px;
        line-height:35px;
    }

    h3, .title.middle {
        font-size: 25px;
        line-height: 35px;
    }

    h4, .title.small, .title.middle.faq-item__title  {
        font-size: 22px;
        line-height: 25px;
    }

    .header__button {
        display: none;
    }

    .header__expand-menu .header__button {
        display: block;
        margin: 0 auto 50px;
        max-width: 200px;
        padding: 15px 30px;
    }

    table {
        font-size: 15px;
    }

    table td {
        padding: 7.5px 0 7.5px 20px;
    }

    .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) {
    .bonus-item__desc {
        font-size: 25px;
        line-height: 30px;
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 -webkit-calc(100% - 150px);
        -moz-box-flex: 0;
        flex: 0 1 calc(100% - 150px);
        padding-right: 15px;
    }

    .bonus-item__image {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 150px;
        -moz-box-flex: 0;
        flex: 0 1 150px;
    }

    .cover__image.left {
        display: none;
    }

    .title.cover__title {
        text-align: left;
    }

    table td {
        padding: 7.5px 0 7.5px 10px;
    }

    table tr td:first-child {
        padding-left: 0;
    }

    .slots__table table {
        font-size: 13px;
    }

    .slots__table table tr td:first-child {
        padding-right: 0;
    }

    .slots-table__content:before {
        width: 29%;
    }
}

@media screen and (max-width: 450px) {
    .bonus-item__desc {
        padding: 25px 30px 25px 50px;
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 100%;
        -moz-box-flex: 0;
        flex: 0 1 100%;
        max-width: 400px;
    }

    .bonus-item__image {
        opacity: 0.5;
        z-index: -1;
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
    }

    .bonus-item__image img {
        -o-object-fit: cover;
        object-fit: cover;
        max-width: none;
        max-height: none;
        width: 100%;
        height: 100%;
    }

    .downloading-list__article, .reviews__list li, .faq-item__answer {
        padding: 20px 15px;
    }

    .games__list li, .live-games__list li {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 100%;
        -moz-box-flex: 0;
        flex: 0 1 100%;
    }

    .title.middle.faq-item__title {
        padding-left: 15px;
        padding-right: 15px;
    }

    .slots__table table {
        font-size: 11px;
    }

    .slots__table table td {
        padding: 7.5px 0 7.5px 5px;
    }

    .slots-table__content {
        padding: 10px 5px;
    }

    .slots__table table tr > td:nth-child(1), .slots__table table tr > td:nth-child(2) {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 30%;
        -moz-box-flex: 0;
        flex: 0 1 30%;
    }

    .slots__table table tr > td:nth-child(2) {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 25%;
        -moz-box-flex: 0;
        flex: 0 1 25%;
    }

    .slots__table table tr > td:nth-child(n + 3) {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 15%;
        -moz-box-flex: 0;
        flex: 0 1 15%;
    }

    .slots-table__content:before {
        width: 31%;
    }
}
