@media screen and (max-width: 1320px) {
    .content:not(.cover__content) {
        margin-left: 15px;
        margin-right: 15px;
    }

    .header__content {
        padding-right: 30px;
    }

    .bonus-first__desc {
        font-size: 30px;
        line-height: 35px;
    }
}

@media screen and (max-width: 1230px) {
    .registration__image, .vip__image, .tournaments__image {
        width: calc(100% + 90px);
        margin-left: -45px;
    }
}

@media screen and (max-width: 1100px) {
    .header-left__menu {
        display: none;
    }

    .header__right {
        margin-right: 50px;
    }

    .header__menu-button {
        display: inline-block;
        position: absolute;
        top: 12.5px;
        right: 20px;
    }

    .header__expand-menu {
        position: fixed;
        top: -100%;
        overflow: auto;
        right: 0;
        width: 100vw;
        height: 100%;
        background-color: #141414;
        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: 70px;
    }

    .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;
    }

    .bonus-first__wrap {
        padding: 50px 30px;
    }

    .bonus-deposit__table, .bonus-info__table {
        font-size: 22px;
    }
}

@media screen and (max-width: 1000px) {
    .main-info__wrap {
        display: block;
    }

    .main-info__wrap > .main-info__table:first-child tr:last-child td:first-child, .main-info__wrap > .main-info__table:last-child tr:first-child td:first-child {
        border-radius: 0;
    }

    .main-info__wrap > .main-info__table:first-child tr:last-child td {
        padding-bottom: 0;
    }

    table.black:not(.main-info__table) tr td:nth-child(n + 2) {
        padding-left: 30px;
    }

    table.black tr td:nth-child(3) {
        padding-right: 0;
    }

    .registration__wrap {
        padding: 75px 50px;
    }

    .footer__content {
        padding: 50px 30px;
    }

    .footer__info li {
        flex: 0 1 33%;
        padding-left: 30px;
    }

    .footer__info {
        margin-left: -30px;
    }
}

@media screen and (max-width: 900px) {
    h1, .title.general, h2, .title.high  {
        font-size: 5vw;
        line-height: 5.5vw;
    }

    h3, .title.middle, .bonus-first__desc, .support__desc, .tournaments__games, .app__desc {
        font-size: 3.5vw;
        line-height: 4vw;
    }

    h4, .title.small  {
        font-size: 3vw;
        line-height: 3.5vw;
    }

    .header__content {
        padding: 12.5px 0;
    }

    .header__menu-button {
        right: 0;
    }

    .bonus-deposit__table, .bonus-info__table, table {
        font-size: 20px;
    }

    .wrap:not(.registration__wrap) {
        padding: 15px;
    }
}

@media screen and (max-width: 800px) {
    .bonus-first__wrap {
        display: block;
        max-width: 550px;
        margin: 25px auto;
    }

    .bonus-first__desc {
        margin-top: 25px;
        margin-bottom: 25px;
        padding: 0;
    }
    
    .faq-item__question {
        padding: 10px 30px;
    }

    .app__article > * + * {
        margin-top: 25px;
    }

    .registration__wrap {
        padding: 50px 30px;
    }

    .button.registration__button {
        margin-top: 50px;
        padding: 25px 20px;
        min-width: 300px;
        font-size: 20px;
        border-radius: 35px;
    }    

    .bonus-deposit__table, .bonus-info__table, table {
        font-size: 18px;
    }

    .bonus-first__image {
        max-width: 200px;
        margin-left: auto;
        margin-right: auto;
    }
}

@media screen and (max-width: 700px) {
    .header__right > .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;
    }

    .header__expand-menu .header__buttons > * {
        min-width: 200px;
    }

    .header__content {
        justify-content: space-between;
        min-height: 75px;
    }

    .header__right {
        flex: 0 1 100px;
    }

    .cover__content {
        padding: 50px 30px;
    }

    .title.general {
        margin-bottom: 25px;
    }

    .cover__wrap {
        flex: 0 1 60%;
    }

    .content {
        padding-left: 10px;
        padding-right: 10px;
    }
    
    .registration__image, .vip__image, .tournaments__image {
        width: calc(100% + 50px);
        margin-left: -25px;
    }

    .wrap {
        width: calc(100% + 20px);
        margin-left: -10px;
    }

    .bonus-first__wrap {
        margin-left: auto;
        margin-right: auto;
        width: auto;
    }

    table.black tr td:first-child {
        padding-left: 10px;
        padding-right: 10px;
    }

    table.black:not(.main-info__table) tr td:nth-child(n + 2) {
        padding-left: 10px;
    }

    table.black tr:first-child td {
        padding-top: 10px;
    }

    table.black tr:last-child td {
        padding-bottom: 10px;
    }

    table tr td:nth-child(n + 2) {
        padding-left: 10px;
    }

    body {
        font-size: 16px;
    }
    
    .tournaments__list li {
        flex: 0 1 calc((100% - 60px) / 3);
    }
}

@media screen and (max-width: 650px) {  
    h3, .title.middle, .bonus-first__desc, .support__desc, .tournaments__games, .app__desc {
        font-size: 22px;
        line-height: 25px;
    }    

    .app__android, .app__ios {
        flex-direction: column;
    }

    .app__android .app__article {
        order: 1;
    }

    .app__image {
        margin-bottom: 25px;
    }

    .app__article {
        max-width: 100%;
    }

    .bonus-deposit__table, .bonus-info__table, table {
        font-size: 16px;
        line-height: 20px;
    }

    .footer__info li {
        flex: 0 1 50%;
    }
}

@media screen and (max-width: 600px) {
    h1, .title.general, h2, .title.high {
        font-size: 30px;
        line-height: 35px;
    }  

    h4, .title.small, .faq-item__question  {
        font-size: 20px;
        line-height: 25px;
    }

    .footer__content {
        padding: 25px 15px;
    }

    .tournaments__list {
        margin-top: 10px;
    }

    .tournaments__list li {
        flex: 0 1 calc((100% - 30px) / 3);
        margin-top: 5px;
    }

    .tournaments__list li + li {
        margin-top: 5px;
    }
}

@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;
    }

    .button.registration__button {
        min-width: 240px;
        padding: 20px;
    }

    .cover__content {
        justify-content: flex-start;
        padding-left: 30px;
        padding-right: 30px;
    }

    .cover__wrap {
        flex: 0 1 90%;
        max-width: 280px;
    }

    .cover__image img {
        object-position: 2%;
    }

    .wrap.main-info__wrap, .wrap.promotions__wrap, .wrap.tournaments-games__wrap, .wrap.tournaments-payment__wrap {
        padding: 5px;
    }

    .faq-item__question {
        padding: 10px 15px;
    }

    .faq-item__answer {
        padding: 20px 15px;
    }

    .footer__info li {
        flex: 0 1 100%;
    }

    table.black {
        font-size: 15px;
    }

    .tournaments__list li {
        flex: 0 1 calc((100% - 15px) / 2);
    }
}

@media screen and (max-width: 400px) {
    .cover__image img {
        object-position: 10%;
    }

    .content.header__content {
        margin: 0;
    }

    .header__right {
        margin-right: 30px;
    }

    .header__menu-button {
        transform: scale(0.9);
    }

    table.black {
        font-size: 14px;
    }

    table.black:not(.main-info__table) tr td:nth-child(n + 2) {
        padding-left: 5px;
    }
}
