@media screen and (max-width: 1430px) {
    .content {
        margin-left: 10px;
        margin-right: 10px;
    }
}

@media screen and (max-width: 1300px) {
    .key__left {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 60%;
        -moz-box-flex: 0;
        flex: 0 1 60%;
    }

    .key__right {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 -webkit-calc(40% - 30px);
        -moz-box-flex: 0;
        flex: 0 1 calc(40% - 30px);
        text-align: right;
    }

    .key__image img {
        -o-object-position: 10%;
        object-position: 10%;
    }

    h3.key__title.high {
        margin-right: 0;
    }

    .key__button.button {
        margin-right: 0;
    }
}

@media screen and (max-width: 1250px) {
    .promotion__wrapper.wrapper {
        padding: 55px 30px;
        text-align: right;
    }

    .promotion__image img {
        -o-object-position: left;
        object-position: left;
    }

    .promotion__title.title {
        width: 70%;
        margin-right: 0;
        margin-left: auto;
    }
}

@media screen and (max-width: 1200px) {
    .header__menu {
        margin-left: 30px;
    }

    .win__image img {
        -o-object-position: 95%;
        object-position: 95%;
    }

    .win__wrapper.wrapper {
        padding: 80px 30px;
        text-align: left;
    }

    .win__title.title {
        width: 70%;
    }
}

@media screen and (max-width: 1000px) {
    article ul li, .article ul li {
        padding-left: 25px;
    }

    .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);
    }

    .prime__wrap {
        padding: 35px 30px 25px;
    }
}

@media screen and (max-width: 900px) {
    .header__content.content {
        padding: 25px 15px 0;
    }

    .wrapper {
        padding: 15px;
    }

    .prime__wrap {
        padding: 35px 20px 20px;
    }

    h1 > span {
        padding: 0 130px;
    }

    .header__menu {
        display: none;
    }

    .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: 50px;
        right: 10px;
    }

    .header__menu-button svg {
        width: 45px;
    }

    .expand__menu {
        position: fixed;
        top: -300vh;
        overflow: auto;
        right: 10px;
        width: -webkit-calc(100vw - 20px);
        width: -moz-calc(100vw - 20px);
        width: calc(100vw - 20px);
        height: -webkit-calc(100vh - 100px);
        height: -moz-calc(100vh - 100px);
        height: calc(100vh - 100px);
        background: #2d947d;
        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;
    }

    .expand__menu.active {
        top: 125px;
    }

    .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;
    }

    .main__content {
        padding: 25px 20px;
    }

    h1, .title.general, h2.border, h3.border, .title.high, .title, .list li, h3.border, h2.border, .title.high, .title.middle, h2, h3 {
        font-size: 4vw;
        line-height: 1.35;
    }

    .point__wrapper > div {
        font-size: 22px;
        line-height: 27px;
    }

    .list {
        margin-top: 5px;
        margin-left: -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);
    }

    h2.key__title.high {
        padding: 15px 20px 20px;
    }

    .key__right {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 -webkit-calc(40% - 20px);
        -moz-box-flex: 0;
        flex: 0 1 calc(40% - 20px);
        padding: 20px;
        min-height: 0;
    }

    .key__list {
        font-size: 15px;
        line-height: 25px;
        padding: 0 10px;
    }

    .key__button.button {
        margin-top: 25px;
    }

    thead td {
        padding: 15px 20px;
    }

    thead, .offer__list .offer__first {
        font-size: 3.3vw;
        line-height: 1.25;
    }

    td:first-child {
        margin-right: 20px;
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 40%;
        -moz-box-flex: 0;
        flex: 0 1 40%;
        min-width: 0;
    }

    td:nth-child(2) {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 -webkit-calc(60% - 20px);
        -moz-box-flex: 0;
        flex: 0 1 calc(60% - 20px);
        max-width: 100%;
    }

    td {
        padding: 0 20px;
    }

    tbody, .pros-item__list, .offer__list li {
        font-size: 2.65vw;
        line-height: 1.3;
    }

    .promotion__wrapper.wrapper {
        padding: 30px 20px;
    }

    .promotion__title.title {
        margin-bottom: 25px;
    }

    .attributes__wrapper.wrapper, .register__wrapper.wrapper {
        padding: 30px;
    }

    .register__wrapper > * + * {
        margin-top: 15px;
    }

    .pros-list__item.wrapper {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 -webkit-calc((100% - 20px) / 2);
        -moz-box-flex: 0;
        flex: 0 1 calc((100% - 20px) / 2);
    }

    .pros-item__title.title {
        padding: 15px 20px;
    }

    .pros-item__list {
        padding: 20px;
    }

    .offer__list li span:first-child {
        margin-right: 20px;
        min-width: 150px;
    }

    .offer__list li span:last-child {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 -webkit-calc(75% - 20px);
        -moz-box-flex: 0;
        flex: 0 1 calc(75% - 20px);
        max-width: -webkit-calc(100% - 150px - 20px);
        max-width: -moz-calc(100% - 150px - 20px);
        max-width: calc(100% - 150px - 20px);
    }

    .offer__list li + li {
        margin-top: 20px;
    }

    .offer__other span {
        padding: 20px;
        min-height: 0;
    }

    .offer__first span {
        padding: 16px 20px 19px;
    }

    .win__wrapper.wrapper {
        padding: 30px 20px;
    }

    .point__wrapper {
        padding: 20px;
    }

    .last__wrap {
        padding: 20px;
    }

    .last__title.title {
        margin-bottom: 15px;
    }
}

@media screen and (max-width: 800px) {
    h1, h1.title, .title.general {
        font-size: 31px;
    }
}

@media screen and (max-width: 750px) {
    .pros-item__list,  .offer__list li {
        font-size: 20px;
        line-height: 28px;
    }
}

@media screen and (max-width: 700px) {
    h1 > span {
        padding: 0 90px;
    }

    h1 > span:before, h1 > span:after {
        top: -webkit-calc(50% - 35px);
        top: -moz-calc(50% - 35px);
        top: calc(50% - 35px);
        width: 70px;
        height: 69px;
    }

    h2.border, h3.border, .title.high, .title, h3.border, h2.border, .title.high, .title.middle, h2, h3 {
        font-size: 28px;
    }

    h2.border, .title.high.border, h3.border, .title.middle.border {
        padding: 10px 20px 12px;
    }

    .point__wrapper > span {
        -webkit-box-flex: 30px;
        -webkit-flex: 30px;
        -moz-box-flex: 30px;
        flex: 30px;
        font-size: 20px;
        line-height: 20px;
        width: 30px;
        height: 30px;
    }

    .point__wrapper > div {
        font-size: 20px;
        line-height: 25px;
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 -webkit-calc(100% - 30px);
        -moz-box-flex: 0;
        flex: 0 1 calc(100% - 30px);
    }

    .key__wrapper.wrapper {
        display: block;
    }

    .key__right {
        -webkit-border-radius: 25px 25px 0 0;
        -moz-border-radius: 25px 25px 0 0;
        border-radius: 25px 25px 0 0;
        margin-top: 20px;
        text-align: center;
        min-height: 200px;
    }

    .key__wrapper.wrapper {
        padding-bottom: 0;
    }

    h3.key__title.high {
        margin-right: auto;
    }

    .key__button.button {
        margin-right: auto;
    }

    .key__image img {
        -o-object-position: center;
        object-position: center;
    }

    .pros__list {
        display: block;
    }

    .pros-list__item {
        display: block;
    }

    .pros-list__item + .pros-list__item {
        margin-top: 20px;
    }

    .pros-item__list {
        padding: 20px 20px 5px;
    }
}

@media screen and (max-width: 650px) {
    thead, .offer__list .offer__first {
        font-size: 20px;
        line-height: 30px;
    }

    tbody {
        font-size: 16px;
        line-height: 25px;
    }
}

@media screen and (max-width: 600px) {
    .list {
        margin-top: 10px;
        margin-left: -15px;
    }

    .list li {
        margin-top: 15px;
        margin-left: 15px;
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 -webkit-calc((100% - 30px) / 2);
        -moz-box-flex: 0;
        flex: 0 1 calc((100% - 30px) / 2);
    }

    h1 > span {
        padding: 0 70px;
    }

    h1 > span:before, h1 > span:after {
        top: -webkit-calc(50% - 25px);
        top: -moz-calc(50% - 25px);
        top: calc(50% - 25px);
        width: 50px;
        height: 49px;
    }

    .header__right > .header__buttons {
        display: none;
    }

    .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;
    }

    .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:last-child {
        margin-left: auto;
    }

    .promotion__image img {
        opacity: 0.6;
    }

    .attributes__wrapper.wrapper, .register__wrapper.wrapper {
        font-size: 20px;
        line-height: 28px;
        padding: 20px;
    }

    .win__image img {
        opacity: 0.7;
    }
}

@media screen and (max-width: 520px) {
    h1 > span {
        padding: 0;
    }

    h1 > span:before, h1 > span:after {
        content: 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;
    }

    .list li {
        font-size: 20px;
        padding: 20px;
    }

    .info__wrapper {
        overflow: scroll;
    }

    .info__table {
        min-width: 500px;
    }

    .promotion__title.title, .win__title.title {
        width: 90%;
    }

    .offer__wrapper {
        overflow: scroll;
    }

    .offer__list {
        min-width: 500px;
    }
}

@media screen and (max-width: 400px)  {
    .list li {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 100%;
        -moz-box-flex: 0;
        flex: 0 1 100%;
    }

    .key__right {
        text-align: right;
        min-height: 300px;
    }

    h3.key__title.high {
        margin-right: 0;
    }

    .key__button.button {
        margin-right: 0;
    }

    .key__image img {
        -o-object-position: left;
        object-position: left;
    }
}
