@media screen and (max-width: 1320px) {
    .faq__content.content, .points__content.content, .testimonials__content.content {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media screen and (max-width: 1100px) {
    .header__content.content {
        padding: 15px 30px;
    }

    .header__desc {
        margin: auto 40px;
    }

    table, .bonus__wrap table thead {
        font-size: 20px;
        line-height: 30px;
    }

    .points__list.list {
        padding: 25px 30px;
    }
}

@media screen and (max-width: 1000px) {
    .main-info__wrap, .bonus__wrap {
        padding: 40px 30px;
    }

    .main-info__wrap:before, .bonus__wrap:before {
        width: -webkit-calc((100% - 60px) * 0.32 + 30px);
        width: -moz-calc((100% - 60px) * 0.32 + 30px);
        width: calc((100% - 60px) * 0.32 + 30px);
        min-width: 230px;
    }

    table tr td:nth-child(2) {
        padding-left: 30px;
    }

    .pros-list__item:first-child, .pros-list__item:nth-child(2) {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 50%;
        -moz-box-flex: 0;
        flex: 0 1 50%;
    }
}

@media screen and (max-width: 900px) {
    .content {
        padding: 25px 15px;
    }

    .faq-item__question {
        padding: 15px;
        min-height: 0;
        font-size: 3.3vw;
        line-height: 1.3;
    }

    .faq-item__answer {
        padding: 15px;
    }

    h1, .title.general {
        font-size: 5vw;
        line-height: 1.2;
    }

    h2, .title.high, h3, .title.middle {
        font-size: 4vw;
        line-height: 1.3;
    }

    .app-list__item {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 -webkit-calc((100% - 20px) / 2);
        -moz-box-flex: 0;
        flex: 0 1 calc((100% - 20px) / 2);
    }

    .app-item__title.title {
        padding: 20px 15px;
    }

    .app-item__desc {
        padding: 0 15px 20px;
    }

    .app__content.content {
        padding-top: 0;
    }

    .list {
        padding: 25px 20px;
    }

    .pros-list__item {
        padding: 20px;
    }

    .header__content.content {
        padding: 15px 15px;
    }

    .header__buttons > .button:nth-child(2) {
        margin-left: 15px;
    }

    table, .bonus__wrap table thead {
        font-size: 18px;
        line-height: 28px;
    }

    .games__title.title span {
        padding: 0 60px;
    }

    .points__banner {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 -webkit-calc(67% - 20px);
        -moz-box-flex: 0;
        flex: 0 1 calc(67% - 20px);
        max-width: -webkit-calc(100% - 250px - 20px);
        max-width: -moz-calc(100% - 250px - 20px);
        max-width: calc(100% - 250px - 20px);
    }

    .testimonials-list__item {
        padding: 20px 15px;
    }
}

@media screen and (max-width: 800px) {
    .banner__wrapper {
        padding: 50px;
    }

    .header__desc {
        margin: auto 20px
    }

    .header__desc a {
        padding: 10px 12px;
    }
}

@media screen and (max-width: 700px) {
    h2, .title.high, h3, .title.middle {
        font-size: 28px;
    }

    h1, .title.general {
        font-size: 35px;
    }

    .cover__title.title {
        padding: 50px 0;
    }    

    .header__desc {
        display: none;
    }
}

@media screen and (max-width: 650px) {
    .main-info__wrap, .bonus__wrap {
        padding: 20px;
    }

    table, .pros-item__list, .bonus__wrap table {
        font-size: 16px;
        line-height: 30px;
    }

    table tr td:first-child {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 40%;
        -moz-box-flex: 0;
        flex: 0 1 40%;
        padding-right: 10px;
        min-width: 0;
    }

    table tr td:nth-child(2) {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 60%;
        -moz-box-flex: 0;
        flex: 0 1 60%;
        max-width: 100%;
        padding-left: 15px;
    }

    .main-info__wrap:before, .bonus__wrap:before {
        width: -webkit-calc((100% - 40px) * 0.4 + 20px);
        width: -moz-calc((100% - 40px) * 0.4 + 20px);
        width: calc((100% - 40px) * 0.4 + 20px);
        min-width: 0;
    }

    .banner__wrapper {
        padding: 40px 20px;
    }

    .banner__title.title {
        margin-bottom: 25px;
    }

    .points__content.content {
        display: block;
    }

    .points__banner {
        max-width: 100%;
        margin-top: 25px;
    }

    .points__list {
        max-width: 300px;
        margin-left: auto;
        margin-right: auto;
    }
}

@media screen and (max-width: 600px) {
    .app__list {
        display: block;
    }

    .app-list__item + .app-list__item {
        margin-top: 25px;
    }

    .faq-item__question {
        font-size: 20px;
    }

    .bonus__wrap {
        word-break: break-word;
    }
}

@media screen and (max-width: 500px) {
    .pros__list {
        display: block;
    }

    .pros-list__item {
        display: block;
    }

    .pros-item__desc {
        margin-bottom: 20px;
    }

    .pros-item__list li + li {
        margin-top: 15px;
    }

    table tbody tr {
        margin-top: 15px;
    }

    .bonus__wrap table tbody tr:first-child {
        margin-top: 20px;
    }

    .header__content.content {
        display: block;
    }

    .header__logo img {
        display: block;
        margin: auto;
    }

    .header__buttons {
        margin-top: 20px;
    }

    .header__button {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 -webkit-calc((100% - 15px) / 2);
        -moz-box-flex: 0;
        flex: 0 1 calc((100% - 15px) / 2);
        max-width: 180px;
        min-width: 0;
    }

    .games__title.title span:before {
        width: 40px;
        height: 40px;
        top: -webkit-calc(50% - 20px);
        top: -moz-calc(50% - 20px);
        top: calc(50% - 20px);
    }

    .games__title.title span:after {
        width: 40px;
        height: 40px;
        top: -webkit-calc(50% - 20px);
        top: -moz-calc(50% - 20px);
        top: calc(50% - 20px);
    }

    .games__title.title span {
        padding: 0 50px;
    }

    h1, h2, h3, h4, .title {
        word-break: break-word;
    }
}

@media screen and (max-width: 400px) {
    .main-info__wrap, .bonus__wrap {
        padding: 10px;
    }

    table, .bonus__wrap table thead, .bonus__wrap table {
        font-size: 14px;
        line-height: 30px;
        word-break: break-word;
    }

    table tr td:nth-child(1) {
        padding-right: 5px;
    }

    table tr td:nth-child(2) {
        padding-left: 10px;
    }

    .main-info__wrap:before, .bonus__wrap:before {
        width: -webkit-calc((100% - 20px) * 0.4 + 10px);
        width: -moz-calc((100% - 20px) * 0.4 + 10px);
        width: calc((100% - 20px) * 0.4 + 10px);
    }

    table tbody tr:first-child {
        margin-top: 15px;
    }

    table tbody tr + tr {
        margin-top: 15px;
    }

    h1, .title.general, .fisrt-bonus__desc > span:first-child {
        font-size: 32px;
    }

    .games__title.title span:before {
        width: 30px;
        height: 30px;
        top: -webkit-calc(50% - 15px);
        top: -moz-calc(50% - 15px);
        top: calc(50% - 15px);
    }

    .games__title.title span:after {
        width: 30px;
        height: 30px;
        top: -webkit-calc(50% - 15px);
        top: -moz-calc(50% - 15px);
        top: calc(50% - 15px);
    }

    .games__title.title span {
        padding: 0 40px;
    }

    .testimonials-item__name span:first-child {
        margin-right: 20px;
    }
}
