@media screen and (max-width: 900px) {
    body {
        font-size: 16px;
    }

    .casino__article {
        margin-top: 25px;
    }

    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.9vw;
        line-height: 4vw;
    }

    h4, .title.small {
        font-size: 20px;
        line-height: 25px;
    }

    article * + h2, article * + h3, article * + h4, article * + h2, article * + h3, article * + h4 {
        margin-top: 25px;
    }

    h2, title.high {
        margin-bottom: 25px;
    }
}

@media screen and (max-width: 800px) {
    .content {
        padding-left: 20px;
        padding-right: 20px;
    }

    .list {
        margin-left: -20px;
        margin-top: -20px;
    }

    .list > li {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 -webkit-calc((100% - 80px) / 4);
        -moz-box-flex: 0;
        flex: 0 1 calc((100% - 80px) / 4);
        margin-left: 20px;
        margin-top: 20px;
    }

    .content.cover__content, .page-home .cover__content.content {
        padding-bottom: 50px;
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media screen and (max-width: 700px) {
    .list li {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 -webkit-calc((100% - 60px) / 3);
        -moz-box-flex: 0;
        flex: 0 1 calc((100% - 60px) / 3);
    }
}

@media screen and (max-width: 650px) {
    h3, .title.middle {
        font-size: 25px;
        line-height: 30px;
    }
}

@media screen and (max-width: 600px) {
    .list {
        margin-left: -10px;
        margin-top: -10px;
    }

    .list > li {
        -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-left: 10px;
        margin-top: 10px;
    }

    body {
        font-size: 14px;
        line-height: 20px;
    }

    h1, .title.general {
        font-size: 33px;
        line-height: 35px;
    }

    h2, .title.high {
        font-size: 28px;
        line-height: 34px;
    }

    .breadcrumbs a {
        font-size: 15px;
    }

    .breadcrumbs li:after {
        font-size: 15px;
    }

    .cover__wrap:before, .cover__wrap:after {
        width: 30px;
        height: 30px;
        -webkit-border-radius: 15px;
        -moz-border-radius: 15px;
        border-radius: 15px;
        top: -webkit-calc(50% - 15px);
        top: -moz-calc(50% - 15px);
        top: calc(50% - 15px);
    }

    .cover__wrap:before {
        left: -16px;
    }

    .cover__wrap:after {
        right: -16px;
    }

    .cover__wrap, .page-home .cover__wrap, .page-404 .cover__wrap {
        padding-left: 20px;
        padding-right: 20px;
    }

    .footer__menu ul {
        display: block;
    }

    .footer__menu li {
        display: block;
    }
}

@media screen and (max-width: 500px) {
    .page-404 .cover__wrap {
        padding-top: 25px;
        padding-bottom: 25px;
    }

    .list > li {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 -webkit-calc((100% - 20px) / 2);
        -moz-box-flex: 0;
        flex: 0 1 calc((100% - 20px) / 2);
    }

    .content {
        padding-left: 15px;
        padding-right: 15px;
    }

    .casino__article {
        padding: 20px 15px;
    }
}
