@media screen and (max-width: 1310px) {
    .header__content.content {
        padding: 10px 30px 10px 15px;
    }
}

@media screen and (max-width: 1260px) {
    .rating__list li:nth-child(3n + 1) {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 30%;
        -moz-box-flex: 0;
        flex: 0 1 30%;
    }

    .rating__list li:nth-child(3n + 2), .rating__list li:nth-child(3n + 3) {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 35%;
        -moz-box-flex: 0;
        flex: 0 1 35%;
    }
}

@media screen and (max-width: 1200px) {
    .header__menu {
        margin-left: 20px;
    }

    .menu a {
        padding: 10px 20px;
    }

    .banner__content.first .banner__image.left {
        left: 50px;
    }

    .banner__content.first .banner__image.right {
        right: 50px;
    }

    .banner__content.second .banner__image.left {
        left: 15px;
    }

    .banner__content.second .banner__image.right {
        right: 15px;
    }

    .banner__content.third .banner__image.right {
        right: 15px;
        height: -webkit-calc(100% - 50px);
        height: -moz-calc(100% - 50px);
        height: calc(100% - 50px);
    }
}

@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: -webkit-gradient(linear, left top, left bottom, from(#224161), to(#182d42));
        background: -webkit-linear-gradient(#224161, #182d42);
        background: -moz-linear-gradient(#224161, #182d42);
        background: -o-linear-gradient(#224161, #182d42);
        background: linear-gradient(#224161, #182d42);
        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;
    }

    .form__wrap {
        padding: 40px 30px;
    }

    .form__right {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 52%;
        -moz-box-flex: 0;
        flex: 0 1 52%;
    }

    .form__image {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 -webkit-calc(48% - 30px);
        -moz-box-flex: 0;
        flex: 0 1 calc(48% - 30px);
    }

    .banner__wrap {
        background: rgba(0, 0, 0, 0.6)
    }
}

@media screen and (max-width: 1000px) {
    table.big {
        font-size: 18px;
    }

    .main-info__wrap {
        padding: 30px;
    }

    .main-info__wrap:before {
        width: -webkit-calc((100% - 60px) * 0.30 + 30px);
        width: -moz-calc((100% - 60px) * 0.30 + 30px);
        width: calc((100% - 60px) * 0.30 + 30px);
        min-width: 230px;
    }

    .main-info__table tr td:nth-child(2) {
        padding-left: 30px;
    }

    .rating__list li {
        padding-left: 25px;
    }

    .rating__list {
        padding: 5px 25px 25px 0;
    }

    .rating__list li:nth-child(n) {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 50%;
        -moz-box-flex: 0;
        flex: 0 1 50%;
    }

    .banner__content.first .banner__image.left {
        left: 15px;
    }

    .banner__content.first .banner__image.right {
        right: 15px;
    }

    .banner__content.second .banner__image.left {
        left: 0;
    }

    .banner__content.second .banner__image.right {
        right: 0;
    }

    .banner__content.third .banner__image.right {
        right: 0;
    }
}

@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 {
        padding-left: 15px;
        padding-right: 15px;
    }

    h1, .title.general {
        font-size: 5.4vw;
        line-height: 1.2;
    }

    h2, .title.high, h3, .title.middle {
        font-size: 4vw;
    }

    .faq-item__question {
        font-size: 22px;
    }

    .faq__wrap {
        padding: 20px 15px;
    }

    .content > .image {
        width: -webkit-calc(100% + 30px);
        width: -moz-calc(100% + 30px);
        width: calc(100% + 30px);
        margin-left: -15px;
    }

    .rating__title.title {
        padding: 15px;
    }

    .cover__wrapper {
        padding: 40px 30px;
    }
}

@media screen and (max-width: 800px) {

    h2, .title.high, h3, .title.middle {
        line-height: 40px;
    }

    h2, h3  {
        padding-left: 40px;
    }

    h3:before, h2:before {
        top: 10px;
        width: 30px;
        height: 20px;
    }

    .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: 80px;
    }

    .header__menu-button {
        top: 15px;
        right: 3px;
    }

    .list, .conclusion__list {
        padding: 30px 25px;
        font-size: 20px;
        line-height: 30px;
    }

    .list li {
        padding-left: 40px;
    }
    .list li:before {
        top: 2px;
    }

    .form__wrap {
        padding: 30px 20px;
    }

    .form__right {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 52%;
        -moz-box-flex: 0;
        flex: 0 1 52%;
    }

    .form__image {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 -webkit-calc(48% - 20px);
        -moz-box-flex: 0;
        flex: 0 1 calc(48% - 20px);
    }

    .form__field {
        padding: 20px;
        font-size: 16px;
    }

    .form__right > * + * {
        margin-top: 25px;
    }

    .form__check {
        margin-top: 25px;
    }

    .form__button.button {
        margin-top: 25px;
    }

    .banner__content.first .banner__image.left, .banner__content.second .banner__image.right, .banner__content.third .banner__image.left {
        display: none;
    }

    .banner__content.first .banner__wrap, .banner__content.third .banner__wrap {
        margin-left: 0;
    }

    .banner__content.second .banner__wrap {
        margin-right: 0;
    }
}

@media screen and (max-width: 700px) {
    h2, .title.high, h3, .title.middle {
        font-size: 28px;
    }

    .cover__image {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 100px;
        -moz-box-flex: 0;
        flex: 0 1 100px;
    }

    .cover__title {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 -webkit-calc(100% - 200px);
        -moz-box-flex: 0;
        flex: 0 1 calc(100% - 200px);
    }

    .banner__wrap {
        width: 100%;
        max-width: 400px;
        padding: 20px;
    }

    .banner__link {
        padding: 20px;
    }
}

@media screen and (max-width: 650px) {
    h1, .title.general {
        font-size: 35px;
    }

    .main-info__wrap {
        padding: 20px;
    }

    table, table.big {
        font-size: 16px;
        line-height: 32px;
    }

    .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) {
    .faq-item__question {
        font-size: 20px;
        line-height: 30px;
        padding: 12px 15px;
    }

    .faq-item__answer {
        padding: 15px;
    }

    .cover__image.left {
        display: none;
    }

    .cover__wrapper {
        text-align: left;
    }

    .cover__title.title {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 -webkit-calc(100% - 120px);
        -moz-box-flex: 0;
        flex: 0 1 calc(100% - 120px);
        text-align: left;
        padding-left: 0;
    }

    .cover__image {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 120px;
        -moz-box-flex: 0;
        flex: 0 1 120px;
    }

    .form__wrap {
        padding: 20px 20px 20px 15px;
    }

    .form__right {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 57%;
        -moz-box-flex: 0;
        flex: 0 1 57%;
    }

    .form__image {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 -webkit-calc(43% - 15px);
        -moz-box-flex: 0;
        flex: 0 1 calc(43% - 15px);
    }

    .main .banner__content .banner__wrap {
        margin: auto;
    }

    .banner__content.first .banner__image.right, .banner__content.third .banner__image.right {
        right: -200px;
        width: -webkit-calc(100% + 400px);
        width: -moz-calc(100% + 400px);
        width: calc(100% + 400px);
        height: 100%;
        bottom: 0;
    }

    .banner__content.second .banner__image.left {
        left: -200px;
        width: -webkit-calc(100% + 400px);
        width: -moz-calc(100% + 400px);
        width: calc(100% + 400px);
        height: 100%;
        bottom: 0;
    }
}

@media screen and (max-width: 550px) {
    .form__wrap {
        display: block;
        padding: 20px;
    }

    .form__image {
        display: none;
    }
}

@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;
    }

    table.big {
        font-size: 14px;
        line-height: 25px;
    }

    .rating__list li:nth-child(n) {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 100%;
        -moz-box-flex: 0;
        flex: 0 1 100%;
    }

    .cover__wrapper {
        padding: 20px;
        text-align: center;
    }

    .cover__wrap {
        display: block;
        text-align: center;
        margin-bottom: 25px;
    }

    .cover__image {
        display: none;
    }

    .cover__title.title {
        text-align: center;
    }

    .banner__link {
        padding: 15px;
    }
}

@media screen and (max-width: 400px) {
    .main-info__wrap {
        padding: 10px 15px;
    }

    table {
        font-size: 15px;
        line-height: 30px;
    }

    .main-info__table tr td:nth-child(2) {
        padding-left: 15px;
    }

    .main-info__wrap:before {
        width: -webkit-calc((100% - 30px) * 0.4 + 15px);
        width: -moz-calc((100% - 30px) * 0.4 + 15px);
        width: calc((100% - 30px) * 0.4 + 15px);
    }

    table.big {
        font-size: 13px;
    }
}
