@media screen and (max-width: 1500px) {
    .cover__content.content {
        padding-left: 100px;
        padding-right: 100px;
    }
}

@media screen and (max-width: 1320px) {
    .content {
        padding-left: 30px;
        padding-right: 30px;
    }

    .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: 1200px) {
    .slots__wrap {
        padding: 40px;
    }

    .header__menu a {
        padding: 10px 5px;
    }
}

@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: #2e2150;
        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;
    }

    .cover__rating {
        width: 340px;
        min-width: 340px;
        left: -webkit-calc(50% - 170px);
        left: -moz-calc(50% - 170px);
        left: calc(50% - 170px);
        padding: 12.5px 20px;
        top: -40px;
    }

    .cover-rating__stars > span:first-child {
        margin: auto 8px auto 0;
    }
}

@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, .purple {
        padding: 30px;
    }

    .dark h3 {
        margin-bottom: 25px;
    }

    .cover__wrapper {
        padding: 90px 75px 60px;
    }

    .cover__wrapper:before {
        width: 140px;
        height: 140px;
        left: -70px;
        top: -webkit-calc(50% - 70px);
        top: -moz-calc(50% - 70px);
        top: calc(50% - 70px);
    }

    .cover__wrapper:after {
        width: 140px;
        height: 140px;
        right: -70px;
        top: -webkit-calc(50% - 70px);
        top: -moz-calc(50% - 70px);
        top: calc(50% - 70px);
    }

    .cover__content.content {
        padding-left: 70px;
        padding-right: 70px;
    }

    h2 span, h3 span {
        padding-left: 120px;
        padding-right: 120px;
    }

    .slots__wrap {
        padding: 30px;
    }

    .slots__table {
        font-size: 20px;
        line-height: 28px;
    }
}

@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: 25px 15px;
    }

    h1, .title.general {
        font-size: 5vw;
        line-height: 1.2;
    }

    h2, .title.high, h3, .title.middle {
        font-size: 4vw;
        line-height: 1.3;
    }

    h2.big, h3.big {
        font-size: 4.3vw;
        line-height: 1.3;
    }

    .pros-list__item, .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 {
        font-size: 16px;
        line-height: 30px;
    }

    .banner__content.content {
        padding: 25px 15px;
    }

    .banner__desc {
        font-size: 5vw;
        line-height: 1.3;
    }

    .purple, .specifications__list li, .reviews__list li {
        font-size: 18px;
        line-height: 24px;
    }

    .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);
    }

    .points__image {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 -webkit-calc(100% - 33% - 20px);
        -moz-box-flex: 0;
        flex: 0 1 calc(100% - 33% - 20px);
        min-width: -webkit-calc(100% - 300px - 20px);
        min-width: -moz-calc(100% - 300px - 20px);
        min-width: calc(100% - 300px - 20px);
    }

    .points__list {
        padding: 30px 20px;
        min-width: 300px;
    }

    .points__list span:first-child {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 60%;
        -moz-box-flex: 0;
        flex: 0 1 60%;
    }

    .points__list span:last-child {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 40%;
        -moz-box-flex: 0;
        flex: 0 1 40%;
    }

    .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);
    }
}

@media screen and (max-width: 800px) {
    .faq-item__question, .faq-item__answer {
        padding-right: 30px;
    }

    .slots__table {
        font-size: 18px;
        line-height: 25px;
    }

    .slots__table tr td:nth-child(n + 2) {
        padding-left: 20px;
    }
}

@media screen and (max-width: 750px) {
    .cover__wrapper {
        padding: 70px 55px 50px;
    }

    .cover__wrapper:before {
        width: 100px;
        height: 100px;
        left: -50px;
        top: -webkit-calc(50% - 50px);
        top: -moz-calc(50% - 50px);
        top: calc(50% - 50px);
    }

    .cover__wrapper:after {
        width: 100px;
        height: 100px;
        right: -50px;
        top: -webkit-calc(50% - 50px);
        top: -moz-calc(50% - 50px);
        top: calc(50% - 50px);
    }

    .cover__content.content {
        padding-left: 50px;
        padding-right: 50px;
    }

    .banner__desc {
        font-size: 37.5px;
    }

    .banner__wrapper {
        padding: 40px 20px;
    }
}

@media screen and (max-width: 700px) {
    h1, .title.general {
        font-size: 35px;
    }

    .pros__list, .app__list {
        display: block;
    }

    .pros__list > li + li, .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;
    }

    h2.big, h3.big {
        font-size: 30px;
    }

    .slots__table {
        font-size: 16px;
        line-height: 25px;
    }
}

@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;
    }

    .cover__wrapper:before, .cover__wrapper:after {
        content: none;
    }

    .cover__content.content {
        padding: 60px 15px 25px;
    }

    .cover__wrapper {
        padding: 60px 20px 25px;
    }

    .cover__title.title {
        margin-bottom: 25px;
    }

    .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__answer, .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;
    }

    .slots__table {
        font-size: 15px;
    }

    .slots__table tr td:nth-child(n + 2) {
        padding-left: 15px;
    }
}

@media screen and (max-width: 550px) {
    .points__wrap {
        display: block;
    }

    .points__image {
        margin-top: 25px;
        padding: 40px 20px;
        max-width: 100%;
    }

    .points__list {
        font-size: 15px;
        min-width: 0;
    }

    .points__list span:first-child {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 50%;
        -moz-box-flex: 0;
        flex: 0 1 50%;
    }

    .points__list span:last-child {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 50%;
        -moz-box-flex: 0;
        flex: 0 1 50%;
    }

    .slots__wrap {
        overflow: scroll;
    }

    .slots__table {
        min-width: 480px;
    }
}

@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:first-child {
        margin-top: 15px;
    }

    .slots__table tbody tr:first-child {
        margin-top: 15px;
    }

    h1, h2, h3, h4, .title {
        word-break: break-word;
    }

    h1, .title.general {
        font-size: 32px;
    }

    .main-info__table {
        font-size: 15px;
        line-height: 25px;
    }
}

@media screen and (max-width: 400px) {
    .main-info__wrap {
        padding: 10px;
    }

    .main-info__table tr td:nth-child(1) {
        padding-right: 5px;
    }

    .main-ifo__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);
    }

    .dark, .purple, .specifications__list li, .list li, .reviews__list li, .slots__wrap {
        padding: 20px;
    }

    .cover__rating {
        font-size: 16px;
        padding: 12.5px 15px;
        min-width: 280px;
        width: 280px;
        left: -webkit-calc(50% - 140px);
        left: -moz-calc(50% - 140px);
        left: calc(50% - 140px);
    }

    .cover__rating img {
        max-height: 15px;
    }

    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;
    }
}
