@media screen and (max-width: 1310px) {
    .wrapper__content.content {
        padding: 0 10px;
    }
}

@media screen and (max-width: 1200px) {
    .menu a {
        padding: 10px 20px;
    }
}

@media screen and (max-width: 1100px) {
    .header__menu {
        display: none;
    }

    .header__expand-menu > *:nth-child(2) {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        align-items: center;
    }

    .header__right {
        margin-right: 45px;
    }

    .header__button {
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }

    .header__menu-button {
        position: absolute;
        display: inline-block;
        top: 23px;
        right: 15px;
    }

    .header__expand-menu {
        position: fixed;
        top: -300vh;
        overflow: auto;
        right: 0;
        width: 100vw;
        height: auto;
        background: #25173f;
        z-index: 4;
        font-size: 15px;
        padding: 25px 0 45px;
        -webkit-transition: all 0.4s linear;
        -o-transition: all 0.4s linear;
        -moz-transition: all 0.4s linear;
        transition: all 0.4s linear;
        display: block;
    }

    .header__expand-menu.active {
        top: 100px;
    }

    .header__expand-menu > *:nth-child(3) {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        align-items: center;
    }

    .header__menu-button svg {
        overflow: visible;
    }

    .header__menu-button.active .rect1 {
        -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;
    }

    .header__menu-button.active .rect2 {
        display: none;
    }

    .header__menu-button.active .rect3 {
        -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;
    }
}

@media screen and (max-width: 1000px) {
    .main-info__wrap {
        padding: 40px 30px;
    }

    .main-info__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;
    }

    .points__list li {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 -webkit-calc((100% - 90px) / 3);
        -moz-box-flex: 0;
        flex: 0 1 calc((100% - 90px) / 3);
    }

    .list__main {
        padding: 30px;
    }

    .banner__wrapper {
        padding: 30px;
    }

    .banner__wrap {
        background: rgba(0, 0, 0, 0.6);
    }

    .banner__title.title {
        margin-bottom: 25px;
    }

    .banner__image img {
        -o-object-position: 80%;
        object-position: 80%;
    }
}

@media screen and (max-width: 900px) {
    .header__content.content {
        padding: 10px 15px;
    }

    .header__menu-button {
        right: 5px;
    }

    .header__button + .header__button.button {
        margin-left: 20px;
    }

    .content, .pros__wrap {
        padding: 25px 15px;
    }

    .pros-list__item {
        padding: 15px;
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 -webkit-calc((100% - 20px) / 2);
        -moz-box-flex: 0;
        flex: 0 1 calc((100% - 20px) / 2);
    }

    .faq__item {
        padding: 20px 15px;
    }

    .faq-item__answer {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 -webkit-calc(70% - 20px);
        -moz-box-flex: 0;
        flex: 0 1 calc(70% - 20px);
        max-width: -webkit-calc(100% - 300px - 20px);
        max-width: -moz-calc(100% - 300px - 20px);
        max-width: calc(100% - 300px - 20px);
    }

    h1, .title.general {
        font-size: 5.4vw;
        line-height: 1.2;
    }

    h2, .title.high, h3, .title.middle {
        font-size: 4vw;
        line-height: 1.3;
    }

    h2.yellow, h3.yellow, .title.high.yellow, .title.middle.yellow {
        padding: 13px 20px;
    }

    .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: 15px;
    }

    .app__content.content {
        padding-top: 0;
    }

    .banner__content.content {
        padding: 0 15px 0;
    }

    .bonus__list span {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 -webkit-calc((100% - 20px) / 2);
        -moz-box-flex: 0;
        flex: 0 1 calc((100% - 20px) / 2);
        padding: 0 20px;
    }

    .bonus__list:before, .bonus__list:after {
        width: -webkit-calc((100% - 20px) / 2);
        width: -moz-calc((100% - 20px) / 2);
        width: calc((100% - 20px) / 2);
    }

    .list {
        padding: 25px 20px;
    }

    .games__wrap {
        padding: 20px 15px;
    }

    .games__wrap > * {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 -webkit-calc((100% - 20px) / 2);
        -moz-box-flex: 0;
        flex: 0 1 calc((100% - 20px) / 2);
    }

    h2.border, h3.border, .title.high.border, .title.middle.border {
        padding: 12px 20px;
    }

    .points__list {
        margin-top: -20px;
        margin-left: -20px;
    }

    .points__list li {
        margin-top: 20px;
        margin-left: 20px;
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 -webkit-calc((100% - 60px) / 3);
        -moz-box-flex: 0;
        flex: 0 1 calc((100% - 60px) / 3);
    }

    .testimonials__wrap {
        padding: 15px;
    }

    .testimonials__list {
        margin-left: -20px;
    }

    .testimonials-list__item {
        margin-left: 20px;
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 -webkit-calc((100% - 60px) / 3);
        -moz-box-flex: 0;
        flex: 0 1 calc((100% - 60px) / 3);
    }

    .list__content > * {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 -webkit-calc((100% - 20px) / 2);
        -moz-box-flex: 0;
        flex: 0 1 calc((100% - 20px) / 2);
    }
}

@media screen and (max-width: 800px) {

    .faq__item {
        display: block;
    }

    .faq-item__answer {
        max-width: 100%;
    }

    .faq-item__question {
        min-width: 0;
        margin-bottom: 15px;
    }

    .testimonials-list__item {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 -webkit-calc((100% - 40px) / 2);
        -moz-box-flex: 0;
        flex: 0 1 calc((100% - 40px) / 2);
    }
}

@media screen and (max-width: 700px) {
    .header__right {
        margin-right: 55px;
    }

    .header__right > .header__buttons {
        display: none;
    }

    .header__expand-menu > *:first-child {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        justify-content: center;
        width: 100%;
        margin-left: 0;
        margin-bottom: 25px;
    }

    .header__expand-menu > *:first-child a {
        padding: 10px;
        min-width: 200px;
        max-width: 200px;
    }

    .header__buttons {
        padding-right: 0;
        margin-right: 0;
        padding-top: 0;
    }

    .header__button + .header__button.button {
        margin-left: auto;
    }

    .header__button:last-child {
        margin-left: auto;
    }

    .header__content.content {
        padding: 10px 0 10px 10px;
        min-height: 80px;
    }

    .header__expand-menu.active {
        top: 80px;
        height: -webkit-calc(100vh - 80px);
        height: -moz-calc(100vh - 80px);
        height: calc(100vh - 80px);
    }

    body.active {
        margin-top: 82px;
    }

    .header__menu-button {
        top: 15px;
        right: 3px;
    }

    .cover__image.left {
        display: none;
    }

    .cover__article {
        padding: 0 20px 0 0;
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 -webkit-calc(100% - 150px);
        -moz-box-flex: 0;
        flex: 0 1 calc(100% - 150px);
        text-align: left;
    }

    .cover__content.content {
        padding-left: 15px;
    }

    .cover__title.title {
        text-align: left;
    }

    h2, .title.high, h3, .title.middle {
        font-size: 28px;
    }

    .points__list li {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 -webkit-calc((100% - 40px) / 2);
        -moz-box-flex: 0;
        flex: 0 1 calc((100% - 40px) / 2);
    }

    .first-bonus__wrapper {
        padding: 30px 20px;
    }

    .banner__wrap {
        width: 100%;
        max-width: 420px;
    }

    .banner__wrapper {
        padding: 20px;
    }
}

@media screen and (max-width: 650px) {
    h1, .title.general {
        font-size: 35px;
    }

    .main-info__wrap {
        padding: 20px;
    }

    table {
        font-size: 16px;
        line-height: 32px;
    }

    table thead {
        font-size: 20px;
        line-height: 32px;
    }

    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 {
        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;
    }
}

@media screen and (max-width: 600px) {
    .app__list {
        display: block;
    }

    .app-list__item + .app-list__item {
        margin-top: 25px;
    }

    .pros__list {
        display: block;
    }

    .pros-list__item {
        display: block;
    }

    .pros-list__item + .pros-list__item {
        margin-top: 25px;
    }

    .bonus__list {
        font-size: 16px;
    }

    .games__wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        flex-direction: column;
    }

    .games__wrap:nth-child(2n) p {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -moz-box-ordinal-group: 2;
        order: 1;
    }

    .games__wrap h2.border, .games__wrap h3.border {
        margin-bottom: 25px;
        width: 100%;
        padding: 12px 15px;
    }

    .testimonials-list__item {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 100%;
        -moz-box-flex: 0;
        flex: 0 1 100%;
    }

    .list__content {
        display: block;
    }

    .list__content > list__wrap {
        margin-top: 25px;
    }

    .list__wrap {
        padding: 40px 20px;
    }

    .banner__wrap {
        margin: auto;
        text-align: center;
    }

    .banner__title.title {
        text-align: center;
    }

    .banner__image img {
        -o-object-position: 99%;
        object-position: 99%;
    }
}

@media screen and (max-width: 500px) {
    .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:last-child {
        margin-right: auto;
        margin-left: auto;
        margin-top: 25px;
    }

    .cover__content.content {
        padding: 50px 15px 25px;
        display: block;
    }

    .cover__image {
        display: none;
    }

    .cover__article {
        padding: 0;
        text-align: center;
    }

    .cover__title.title {
        text-align: center;
    }

    .bonus__list span {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 -webkit-calc((100% - 10px) / 2);
        -moz-box-flex: 0;
        flex: 0 1 calc((100% - 10px) / 2);
        padding: 0 15px;
    }

    .bonus__list:before, .bonus__list:after {
        width: -webkit-calc((100% - 10px) / 2);
        width: -moz-calc((100% - 10px) / 2);
        width: calc((100% - 10px) / 2);
    }

    .points__list li {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 100%;
        -moz-box-flex: 0;
        flex: 0 1 100%;
    }

    .banner__image img {
        -o-object-position: 85%;
        object-position: 85%;
    }
}

@media screen and (max-width: 400px) {
    .main-info__wrap {
        padding: 10px;
    }

    table {
        font-size: 15px;
        line-height: 30px;
    }

    table thead {
        font-size: 18px;
        line-height: 30px;
    }

    table tr td:nth-child(2) {
        padding-left: 10px;
    }

    .main-info__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);
    }

    tr.margin {
        margin-top: 20px;
    }

    table tbody tr:first-child {
        margin-top: 20px;
    }

    .bonus__list {
        font-size: 15px;
    }

    .banner__image img {
        -o-object-position: 70%;
        object-position: 70%;
    }

    .banner__wrapper {
        padding: 15px;
    }
}
