@media screen and (max-width: 1320px) {
    .list li {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 -webkit-calc((100% - 60px) / 2);
        -moz-box-flex: 0;
        flex: 0 1 calc((100% - 60px) / 2);
    }
}

@media screen and (max-width: 1310px) {
    .content {
        margin-left: 10px;
        margin-right: 10px;
    }
}

@media screen and (max-width: 1260px) {
    .banner__image {
        left: 0;
    }

    .points__wrap {
        padding: 40px 30px;
    }

    .points__right {
        padding: 40px 30px;
    }

    .points__main {
        padding: 15px 25px;
    }

    .payment__table {
        font-size: 22px;
        line-height: 30px;
    }
}

@media screen and (max-width: 1200px) {
    .header__menu {
        padding-left: 30px;
        padding-right: 30px;
    }

    .header__menu a {
        padding: 10px 5px;
    }

    .banner__wrapper {
        padding: 45px 30px;
    }

    .banner__wrap {
        background: rgba(0, 0, 0, 0.6);
    }

    .payment__table tr td:nth-child(n + 2) {
        padding-left: 30px;
    }

    .payment__wrap {
        padding: 30px;
    }

    .payment__wrap:before {
        width: -webkit-calc((100% - 60px) * 0.3 + 30px);
        width: -moz-calc((100% - 60px) * 0.3 + 30px);
        width: calc((100% - 60px) * 0.3 + 30px);
    }

    .payment__table {
        font-size: 18px;
        line-height: 30px;
    }

    .slots__table tr td:nth-child(n + 2) {
        padding-left: 30px;
    }
}

@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: 30px;
    }

    .header__button {
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }

    .header__menu-button {
        position: absolute;
        display: inline-block;
        top: 23px;
        right: 5px;
    }

    .header__expand-menu {
        position: fixed;
        top: -300vh;
        overflow: auto;
        right: 0;
        width: 100vw;
        height: auto;
        background: #4b2659;
        z-index: 4;
        font-size: 15px;
        padding: 25px 0 60px;
        -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;
    }

    .points__wrap {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 -webkit-calc(70% - 30px);
        -moz-box-flex: 0;
        flex: 0 1 calc(70% - 30px);
    }

    .points__right {
        display: block;
        padding: 30px;
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 30%;
        -moz-box-flex: 0;
        flex: 0 1 30%;
    }

    .points__image img {
        max-width: 200px;
    }

    .points__main {
        margin: 25px auto 0;
        max-width: 150px;
        text-align: center;
    }

    .slots__table {
        font-size: 16px;
    }
}

@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;
    }

    .main-info__table tr td:nth-child(2) {
        padding-left: 30px;
    }

    .dark h3 {
        margin-bottom: 25px;
    }

    h2 span, h3 span {
        padding-left: 120px;
        padding-right: 120px;
    }

    .payment__list {
        padding: 25px 30px;
    }

    .pros__wrap, .bonus__wrap {
        padding: 30px;
    }

    .bonus__wrap:before {
        width: -webkit-calc((100% - 60px) * 0.40 + 30px);
        width: -moz-calc((100% - 60px) * 0.40 + 30px);
        width: calc((100% - 60px) * 0.40 + 30px);
    }

    .pros__wrap:before {
        width: -webkit-calc((100% - 60px) * 0.50 + 30px);
        width: -moz-calc((100% - 60px) * 0.50 + 30px);
        width: calc((100% - 60px) * 0.50 + 30px);
    }

    .pros__list > li:first-child {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 50%;
        -moz-box-flex: 0;
        flex: 0 1 50%;
    }

    .pros__list > li:last-child {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 50%;
        -moz-box-flex: 0;
        flex: 0 1 50%;
    }
}

@media screen and (max-width: 900px) {
    .header__content.content {
        padding: 10px 15px;
    }

    .header__menu-button {
        right: -5px;
    }

    .header__languages {
        margin-left: 20px;
    }

    .header__button + .header__button.button {
        margin-left: 20px;
    }

    .content {
        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 > 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);
    }

    .main-info__table, .pros__list, .bonus__table {
        font-size: 16px;
        line-height: 30px;
    }

    .payment__table {
        font-size: 16px;
        line-height: 26px;
    }

    .banner__desc {
        font-size: 5vw;
        line-height: 1.3;
    }

    .list {
        margin-left: -20px;
        margin-top: -20px;
    }

    .list li {
        margin-top: 20px;
        margin-left: 20px;
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 -webkit-calc((100% - 40px) / 2);
        -moz-box-flex: 0;
        flex: 0 1 calc((100% - 40px) / 2);
    }

    .reviews__list {
        margin-top: -20px;
        margin-left: -20px;
    }

    .reviews__list li {
        margin-top: 20px;
        margin-left: 20px;
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 -webkit-calc((100% - 40px) / 2);
        -moz-box-flex: 0;
        flex: 0 1 calc((100% - 40px) / 2);
    }

    .points__wrap {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 -webkit-calc(70% - 20px);
        -moz-box-flex: 0;
        flex: 0 1 calc(70% - 20px);
        padding: 20px;
    }

    .points__right {
        padding: 20px;
    }

    .payment__list {
        padding: 25px 15px;
    }

    .article .image {
        width: -webkit-calc(100% + 30px);
        width: -moz-calc(100% + 30px);
        width: calc(100% + 30px);
        margin-left: -15px;
    }

    .slots__wrap {
        padding: 20px;
    }

    .slots__wrap:before {
        width: -webkit-calc((100% - 40px) * 0.17 + 20px);
        width: -moz-calc((100% - 40px) * 0.17 + 20px);
        width: calc((100% - 40px) * 0.17 + 20px);
    }

    .slots__table, .slots__table tr td:last-child {
        line-height: 30px;
    }

    .slots__table tr td:first-child {
        padding-right: 15px;
    }

    .slots__table tr td:nth-child(n + 2) {
        padding-left: 15px;
    }
}

@media screen and (max-width: 800px) {
    .faq-item__question {
        padding-right: 30px;
    }

    .points__wrap {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 -webkit-calc(50% - 10px);
        -moz-box-flex: 0;
        flex: 0 1 calc(50% - 10px);
        padding-bottom: 0;
    }

    .points__list {
        display: block;
    }

    .points__list li {
        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;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -moz-box-align: start;
        align-items: flex-start;
    }

    .points__list span:first-child {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 60%;
        -moz-box-flex: 0;
        flex: 0 1 60%;
        text-align: right;
        padding-right: 20px;
    }

    .points__list span:last-child {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 40%;
        -moz-box-flex: 0;
        flex: 0 1 40%;
    }

    .points__right {
        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-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        align-items: center;
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 -webkit-calc(50% - 10px);
        -moz-box-flex: 0;
        flex: 0 1 calc(50% - 10px);
    }

    .points__main {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 auto;
        -moz-box-flex: 0;
        flex: 0 1 auto;
    }

    .points__image {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 auto;
        -moz-box-flex: 0;
        flex: 0 1 auto;
        width: 100%;
    }

    .points__list li + li {
        margin-left: 0;
    }

    .slots__table, .slots__table tr td:last-child {
        font-size: 15px;
        line-height: 25px;
    }
}

@media screen and (max-width: 750px) {
    .banner__wrapper {
        padding: 30px 20px;
    }
}

@media screen and (max-width: 700px) {
    h1, .title.general {
        font-size: 35px;
    }

    .app__list {
        display: block;
    }

    .app__list > li + li {
        margin-top: 25px;
    }

    h2 span:before, h3 span:before, h2 span:after, h3 span:after {
        width: 82px;
        height: 25px;
        top: -webkit-calc(50% - 12.5px);
        top: -moz-calc(50% - 12.5px);
        top: calc(50% - 12.5px);
    }

    h2 span, h3 span {
        padding-left: 100px;
        padding-right: 100px;
    }

    .dark, .list li, .reviews__list li {
        padding: 20px;
    }

    .pros__wrap, .bonus__wrap {
        padding: 20px;
    }

    .bonus__wrap:before {
        width: -webkit-calc((100% - 40px) * 0.40 + 20px);
        width: -moz-calc((100% - 40px) * 0.40 + 20px);
        width: calc((100% - 40px) * 0.40 + 20px);
    }

    .pros__wrap:before {
        width: -webkit-calc((100% - 40px) * 0.50 + 20px);
        width: -moz-calc((100% - 40px) * 0.50 + 20px);
        width: calc((100% - 40px) * 0.50 + 20px);
    }

    .pros__list > li:first-child {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 50%;
        -moz-box-flex: 0;
        flex: 0 1 50%;
        padding-right: 20px;
    }

    .pros__list > li:last-child {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 50%;
        -moz-box-flex: 0;
        flex: 0 1 50%;
        padding-left: 20px;
    }

    .bonus__table tr td:first-child {
        padding-right: 20px;
    }

    .bonus__table tr td:last-child {
        padding-left: 20px;
    }

    .payment__wrap {
        padding: 20px;
    }

    .payment__wrap:before {
        width: -webkit-calc((100% - 40px) * 0.3 + 20px);
        width: -moz-calc((100% - 40px) * 0.3 + 20px);
        width: calc((100% - 40px) * 0.3 + 20px);
    }

    .payment__table tr td:first-child {
        padding-right: 15px;
    }

    .payment__table tr td:nth-child(n + 2) {
        padding-left: 20px;
    }

    .slots__wrap {
        overflow: auto;
    }

    .slots__table {
        min-width: 650px;
    }

    .slots__table tr td:first-child {
        padding-right: 20px;
    }

    .slots__table tr td:nth-child(n + 2) {
        padding-left: 20px;
    }

    .slots__wrap:before {
        content: none;
    }

    .slots__table:before {
        content: '';
        position: absolute;
        left: -20px;
        top: -20px;
        width: -webkit-calc(17% + 20px);
        width: -moz-calc(17% + 20px);
        width: calc(17% + 20px);
        height: -webkit-calc(100% + 40px);
        height: -moz-calc(100% + 40px);
        height: calc(100% + 40px);
        background: #552666;
    }
}

@media screen and (max-width: 650px) {
    .header__right > .header__buttons {
        display: none;
    }

    body.active {
        overflow: hidden;
    }

    .header__expand-menu {
        padding-bottom: 125px;
    }

    .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: 50px;
    }

    .header__expand-menu > *:first-child a {
        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: 80px;
    }

    .header__menu-button {
        top: 15px;
        right: 3px;
    }

    .main-info__wrap {
        padding: 20px;
    }

    .main-info__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;
    }

    .main-info__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) {
    h2, .title.high, h3, .title.middle {
        font-size: 24px;
    }

    h2 span:before, h3 span:before, h2 span:after, h3 span:after {
        width: 49px;
        height: 15px;
        top: -webkit-calc(50% - 7.5px);
        top: -moz-calc(50% - 7.5px);
        top: calc(50% - 7.5px);
    }

    h2 span, h3 span {
        padding-left: 65px;
        padding-right: 65px;
    }

    .list {
        margin-top: -25px;
    }

    .list li {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 100%;
        -moz-box-flex: 0;
        flex: 0 1 100%;
        margin-top: 25px;
    }

    .faq-item__question {
        padding-left: 50px;
        padding-right: 15px;
    }

    .faq-item__question:before {
        left: 12px;
    }

    .reviews__list {
        margin-top: -25px;
    }

    .reviews__list li {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 100%;
        -moz-box-flex: 0;
        flex: 0 1 100%;
        margin-top: 25px;
    }

    .banner__desc {
        font-size: 30px;
    }

    .points__list span:first-child {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 70%;
        -moz-box-flex: 0;
        flex: 0 1 70%;
        text-align: right;
        padding-right: 20px;
    }

    .points__list span:last-child {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 30%;
        -moz-box-flex: 0;
        flex: 0 1 30%;
    }
}

@media screen and (max-width: 550px) {
    .banner__wrapper {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        justify-content: center;
    }

    .banner__image {
        width: -webkit-calc(100% + 1000px);
        width: -moz-calc(100% + 1000px);
        width: calc(100% + 1000px);
        left: -500px;
        height: 100%;
    }

    .banner__wrapper {
        overflow: hidden;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        border-radius: 20px;
    }

    .banner__wrap {
        width: 100%;
        max-width: 400px;
    }

    .payment__wrap {
        overflow: auto;
    }

    .payment__table {
        min-width: 500px;
    }

    .payment__wrap:before {
        content: none;
    }

    .payment__table:before {
        content: '';
        position: absolute;
        left: -20px;
        top: -20px;
        width: -webkit-calc(30% + 20px);
        width: -moz-calc(30% + 20px);
        width: calc(30% + 20px);
        height: -webkit-calc(100% + 40px);
        height: -moz-calc(100% + 40px);
        height: calc(100% + 40px);
        background: #552666;
    }
}

@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;
    }

    .main-info__table tbody tr + tr {
        margin-top: 15px;
    }

    h1, h2, h3, h4, .title {
        word-break: break-word;
    }

    h1, .title.general {
        font-size: 32px;
    }

    .main-info__table, .pros__list, .bonus__table {
        font-size: 15px;
        line-height: 25px;
    }

    .cover__content.content {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .points__content.content {
        display: block;
    }

    .points__list span:first-child {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 55%;
        -moz-box-flex: 0;
        flex: 0 1 55%;
        text-align: right;
        padding-right: 20px;
    }

    .points__list span:last-child {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 45%;
        -moz-box-flex: 0;
        flex: 0 1 45%;
    }

    .points__right {
        margin-top: 25px;
    }

    .pros__wrap.wrap:before {
        content: none;
    }

    .pros__list {
        display: block;
    }

    .pros__list > li:first-child:before {
        content: '';
        position: absolute;
        left: -20px;
        top: -20px;
        width: -webkit-calc(100% + 40px);
        width: -moz-calc(100% + 40px);
        width: calc(100% + 40px);
        height: -webkit-calc(100% + 20px);
        height: -moz-calc(100% + 20px);
        height: calc(100% + 20px);
        background: #552666;;
    }

    .pros__list > li:first-child {
        padding-right: 0;
        padding-bottom: 20px;
    }

    .pros__list > li:last-child {
        padding-left: 0;
        padding-top: 20px;
    }

    .pros-item__desc {
        margin-bottom: 20px;
    }

    .pros-item__list li {
        margin-top: 10px;
    }
}

@media screen and (max-width: 400px) {
    .main-info__wrap {
        padding: 10px;
    }

    .main-info__table tr td:nth-child(1) {
        padding-right: 5px;
    }

    .main-info__table, .bonus__table {
        font-size: 14px;
    }

    .main-info__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);
    }

    h2 span:before, h3 span:before, h2 span:after, h3 span:after {
        width: 33px;
        height: 10px;
        top: -webkit-calc(50% - 5px);
        top: -moz-calc(50% - 5px);
        top: calc(50% - 5px);
    }

    h2 span, h3 span {
        padding-left: 45px;
        padding-right: 45px;
    }

    .banner__wrapper {
        padding: 15px;
    }

    .banner__desc {
        margin-bottom: 20px;
    }

    .points__list span:first-child {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 60%;
        -moz-box-flex: 0;
        flex: 0 1 60%;
        text-align: right;
        padding-right: 20px;
    }

    .points__list span:last-child {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 40%;
        -moz-box-flex: 0;
        flex: 0 1 40%;
    }

    .main-info__table {
        font-size: 14px;
        line-height: 25px;
    }

    .bonus__wrap {
        padding: 15px;
    }

    .bonus__wrap:before {
        width: -webkit-calc((100% - 30px) * 0.45 + 15px);
        width: -moz-calc((100% - 30px) * 0.45 + 15px);
        width: calc((100% - 30px) * 0.45 + 15px);
    }

    .bonus__table tr td:first-child {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 45%;
        -moz-box-flex: 0;
        flex: 0 1 45%;
        padding-right: 10px;
    }

    .bonus__table tr td:last-child {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 55%;
        -moz-box-flex: 0;
        flex: 0 1 55%;
        padding-left: 10px;
    }
}
