@media screen and (max-width: 1300px)  {
    .app__list.second > li {
        flex: 0 1 calc((100% - 30px) / 2);
    }
}

@media screen and (max-width: 1200px) {
    .live__list.first li {
        padding-bottom: 150px;
    }

    .live__list.first li > div:nth-child(2) {
        height: 100%;
        background: linear-gradient(transparent, #fff 55%);
    }
}

@media screen and (max-width: 1000px) {
    .casino__registration > li:nth-child(4) {
        display: block;
        text-align: center;
    }

    .casino__registration > li:nth-child(4) > *:nth-child(2) {
        margin: 25px auto;
    }
}

@media screen and (max-width: 900px) {
    h1, .title.general {
        font-size: 5.5vw;
        line-height: 6vw;
    }
    
    h2, .title.high {
        font-size: 4.5vw;
        line-height: 5vw;
    }
    
    h3, .title.middle {
        font-size: 3.4vw;
        line-height: 4vw;
    }
    
    h4, .title.small {
        font-size: 3vw;
        line-height: 3.5vw;
    }

    .online-other__list li {
        flex: 0 1 100%;
        margin: 25px auto 0;
        max-width: 600px;
    }

    .live-other__list {
        display: block;
        text-align: center;
    }

    .live-other__list li {
        min-height: 0;
        max-width: 600px;
        margin: 25px auto 0;
    }

    .live__list.first li {
        flex: 0 1 100%;
        max-width: 600px;
        margin: 25px auto 0;
        padding-bottom: 100px;
    }

    .live__list.first li > div:nth-child(2) {
        height: 80%;
        background: linear-gradient(transparent, #fff 60%);
    }

    .live__list.second li {
        flex: 0 1 calc((100% - 30px) / 2);
    }
}

@media screen and (max-width: 800px) {
    .content {
        padding-left: 15px;
        padding-right: 15px;
    }

    .betting__list > li:nth-child(2n + 1) {
        display: block;
        text-align: center;
    }

    .betting__list .image {
        margin-bottom: 25px;
    }

    .online__list {
        display: block;
        max-width: 600px;
        margin: auto;
    }

    .online__list > li:nth-child(n) {
        min-height: 0;
    }
}

@media screen and (max-width: 700px) {
    .header__menu {
        display: none;
    }

    .header__buttons {
        margin-right: 50px;
    }

    .header__content > .header__button {
        margin-right: 50px;
    }

    .header__menu-button {
        display: inline-block;
        position: absolute;
        top: 8px;
        right: 10px;
    }

    .header__expand-menu {
        position: fixed;
        top: -100%;
        overflow: auto;
        right: 0;
        width: 100vw;
        height: auto;
        background-color: #0f1e32;
        z-index: 4;
        font-size: 15px;
        padding: 30px 0 40px;
        -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: 65px;
    }

    .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;
    }

    .footer-first__content {
        flex-wrap: wrap;
    }

    .footer__menu {
        order: 1;
        flex: 0 1 100%;
    }
    
    h3, .title.middle {
        font-size: 24px;
        line-height: 29px;
    }
    
    h4, .title.small {
        font-size: 20px;
        line-height: 25px;
    }

    .bonus__wrap, .bonus__list {
        display: block;
        max-width: 600px;
        margin: 25px auto 0;
    }

    .bonus__wrap > *:nth-child(2) {
        min-height: 250px;
        margin-top: 25px;
    }

    .casino__registration > li:nth-child(1), .casino__registration > li:nth-child(2) {
        flex: 0 1 100%;
        text-align: center;
    }

    .casino__registration > li:nth-child(1) .image, .casino__registration > li:nth-child(2) .image {
        max-width: 430px;
        margin: auto;
    }

    .app__list.first {
        display: block;
        max-width: 600px;
        margin: auto;
    }

    .app__list.second > li {
        flex: 0 1 calc((100% - 15px) / 2);
    }

    .online-other__image {
        padding-bottom: 50px;
    }

    .online-other__wrap p {
        font-size: 18px;
        left: 0;
        padding: 0 30px;
        width: 100%;
    }

    .live__list.second li {
        flex: 0 1 calc((100% - 15px) / 2);
    }
}

@media screen and (max-width: 600px) {
    h1, .title.general {
        font-size: 33px;
        line-height: 38px;
    }
    
    h2, .title.high {
        font-size: 27px;
        line-height: 32px;
    }

    body {
        font-size: 14px;
        line-height: 20px;
    }

    .casino__pros > li {
        flex: 0 1 100%;
    }

    .online-other__table tr td:first-child, .live__table tr td:first-child, .bonus__table tr td:first-child  {
        min-width: 70px;
    }
}

@media screen and (max-width: 550px) {
    .app__list.second {
        display: block;
        max-width: 400px;
        margin: auto;
    }

    .live__list.second li {
        flex: 0 1 100%;
        max-width: 400px;
        margin: 25px auto 0;
    }
}

@media screen and (max-width: 500px) {
    table tr td {
        padding: 5px;
    }

    table {
        font-size: 13px;
    }

    .live__list.first li {
        padding-bottom: 150px;
    }

    .live__list.first li > div:nth-child(2) {
        height: 100%;
        background: linear-gradient(transparent, #fff 55%);
    }
}

@media screen and (max-width: 450px) {
    .cover__content.content {
        padding: 50px 30px;
    }

    .online-other__list li {
        background: #fff;
        padding-bottom: 50px;
    }
}

@media screen and (max-width: 400px) {
    .header__content .header__buttons > .header__button {
        display: none;
    }

    .header__language {
        margin-right: 0;
    }

    .header__expand-menu .header__button {
        display: block;
        max-width: 250px;
        margin: 0 auto 50px;
    }

    table tr td {
        padding: 5px 2px;
    }

    table {
        font-size: 12px;
    }

    .live__list.first li {
        padding-bottom: 175px;
    }

    .live__list.first li > div:nth-child(2) {
        background: linear-gradient(transparent, #fff 45%);
    }
}

@media screen and (max-width: 350px) {
    table {
        font-size: 11px;
    }

    .live__list.first li {
        padding-bottom: 200px;
    }
}
