@media screen and (max-width: 1700px) {
    .header__menu {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -moz-box-flex: 1;
        flex: 1;
        margin: auto 20px;
        max-width: 860px;
    }

    .header__content.content {
        padding: 10px 20px;
    }

    .header__menu > ul a {
        font-size: 17px;
    }

    .catalog__content.content {
        padding-left: 35px;
        padding-right: 35px;
    }

    .catalog-filter__wrap {
        min-width: 180px;
    }
}

@media screen and (max-width: 1600px) {
    .catalog-section__popular .catalog-section-list__item a, .catalog-section__ambassadors .catalog-section-list__item a, .catalog-section__logo .catalog-section-list__item a {
        padding: 20px 20px 30px;
    }

    .catalog-section-list__item a {
        padding: 30px 20px 20px;
    }

    .catalog-section-item__wrap {
        font-size: 16px;
    }


    .catalog-filter__wrapper {
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .catalog-filter__wrapper > * {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 -webkit-calc((100% - 32px * 6) / 6);
        -moz-box-flex: 0;
        flex: 0 1 calc((100% - 32px * 6) / 6);
    }

    .catalog-filter__desc {
        font-weight: 600;
        color: #185A61;
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 100%;
        -moz-box-flex: 0;
        flex: 0 1 100%;
    }

    .catalog-filter__wrap, .catalog-filter__button:not(.reset), .catalog-filter__button.button {
        min-width: 0;
    }
}

@media screen and (max-width: 1500px) {
    .header__menu > ul a {
        font-size: 16px;
    }

    .cover__content.content {
        padding-top: 200px;
        padding-bottom: 400px;
    }

    .cover__image.left {
        left: -20px;
    }

    .cover__image.right {
        right: 10px;
    }

    .error__wrap {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 50%;
        -moz-box-flex: 0;
        flex: 0 1 50%;
    }
}

@media screen and (max-width: 1450px) {
    .testimonials-item__desc {
        padding: 0 50px;
    }
}

@media screen and (max-width: 1400px) {
    .header__menu {
        display: none;
    }

    .header.active {
        background: #182C2D;
    }

    .header__content.content {
        margin-top: 0;
        padding-top: 15px;
        min-height: 80px;
        padding-bottom: 15px;
    }

    .header__wrap {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 auto;
        -moz-box-flex: 0;
        flex: 0 1 auto;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: flex-end;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        flex-direction: flex-end;
        margin-right: 50px;
    }

    .header__buttons {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -moz-box-orient: horizontal;
        -moz-box-direction: normal;
        flex-direction: row;
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 auto;
        -moz-box-flex: 0;
        flex: 0 1 auto;
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -moz-box-pack: end;
        justify-content: flex-end;
    }

    .header__buttons > .button {
        margin-right: 10px;
    }

    .header__button + .header__button {
        margin-top: 0;
    }

    .header__logo {
        margin-right: 15px;
    }

    .header__logo img {
        max-width: 100%;
    }

    .header__button {
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }

    .header__menu-button {
        position: absolute;
        display: inline-block;
        top: 12px;
        right: 10px;
    }

    .header__expand-menu {
        position: fixed;
        top: -300vh;
        overflow: auto;
        right: 0;
        width: 100%;
        height: -webkit-calc(100vh - 75px);
        height: -moz-calc(100vh - 75px);
        height: calc(100vh - 75px);
        background: #182C2D;
        z-index: 4;
        padding: 10px 20px 70px;
        -webkit-transition: all 0.3s linear;
        -o-transition: all 0.3s linear;
        -moz-transition: all 0.3s linear;
        transition: all 0.3s linear;
        display: block;
    }

    .header__expand-menu.active {
        top: 80px;
    }

    .header__expand-menu > *:nth-child(1) {
        display: block;
    }

    .header__menu-button svg {
        overflow: visible;
    }

    .header__menu-button.active .rect1 {
        -webkit-transform: rotate(45deg) scaleX(1.1);
        -moz-transform: rotate(45deg) scaleX(1.1);
        -o-transform: rotate(45deg) scaleX(1.1);
        transform: rotate(45deg) scaleX(1.1);
        -webkit-transform-origin: 15px 19px;
        -moz-transform-origin: 15px 19px;
        -o-transform-origin: 15px 19px;
        transform-origin: 15px 19px;
    }

    .header__menu-button.active .rect2 {
        display: none;
    }

    .header__menu-button.active .rect3 {
        -webkit-transform: rotate(-45deg) scaleX(1.1);
        -moz-transform: rotate(-45deg) scaleX(1.1);
        -o-transform: rotate(-45deg) scaleX(1.1);
        transform: rotate(-45deg) scaleX(1.1);
        -webkit-transform-origin: 16px 39px;
        -moz-transform-origin: 16px 39px;
        -o-transform-origin: 16px 39px;
        transform-origin: 16px 39px;
    }

    .prime__content.content {
        padding: 150px 30px 85px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -moz-box-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        align-items: center;
    }

    .prime__wrapper {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 55%;
        -moz-box-flex: 0;
        flex: 0 1 55%;
    }

    .prime__wrap {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 45%;
        -moz-box-flex: 0;
        flex: 0 1 45%;
        max-width: 45%;
    }

    .catalog-section-list__item {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 -webkit-calc((100% - 80px) / 4);
        -moz-box-flex: 0;
        flex: 0 1 calc((100% - 80px) / 4);
    }

    .catalog-section-item__wrap {
        font-size: 18px;
    }

    .catalog-section__popular .catalog-section-list__item, .catalog-section__ambassadors .catalog-section-list__item, .catalog-section__logo .catalog-section-list__item {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 -webkit-calc((100% - 60px) / 3);
        -moz-box-flex: 0;
        flex: 0 1 calc((100% - 60px) / 3);
    }

    .catalog-section__popular .catalog-section-list__item a, .catalog-section__ambassadors .catalog-section-list__item a, .catalog-section__logo .catalog-section-list__item a {
        padding: 20px 30px 40px;
    }

    .catalog-section-list__item a {
        padding: 34px 24px 32px;
    }

    .page-simple.main {
        padding-top: 80px;
    }

    .page-simple.main:before {
        height: 80px;
    }

    .page-guide .cover__content.content {
        padding-top: 130px;
        padding-bottom: 80px;
    }

    .page-guide .content {
        padding-top: 45px;
        padding-bottom: 45px;
    }

    .page-guide .cover + .content {
        padding-top: 90px;
    }

    .page-guide .content:last-child {
        padding-bottom: 60px;
    }

    .error__content.content, .case__content.content {
        padding-top: 120px;
        padding-bottom: 40px;
    }
}

/* @media screen and (max-width: 1230px) {
    .header__buttons {
        flex-direction: column;
    }

    .header__buttons > .button {
        margin-right: auto;
        margin-left: auto;
    }

    .header__button + .header__button {
        margin-top: 10px;
    }

    .header__wrap {
        flex: 0 1 23%;
    }

    .header__buttons {
        flex: 1;
    }
} */

@media screen and (max-width: 1300px) {
    .catalog-section-list__item a {
        padding: 30px 20px 20px;
    }

    .catalog-filter__wrapper {
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .catalog-filter__wrapper > .catalog-filter__desc {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 100%;
        -moz-box-flex: 0;
        flex: 0 1 100%;
    }

    .catalog-filter__wrapper {
        margin-left: -20px;
    }

    .catalog-filter__wrapper > * {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 -webkit-calc((100% - 60px) / 3);
        -moz-box-flex: 0;
        flex: 0 1 calc((100% - 60px) / 3);
        margin-left: 20px;
    }

    .catalog-filter__wrap, .catalog-filter__button.button {
        min-width: 0;
    }

    .catalog-filter__wrapper > *:nth-child(1) {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -moz-box-ordinal-group: 2;
        order: 1;
    }

    .catalog-filter__wrapper > *:nth-child(2) {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -moz-box-ordinal-group: 3;
        order: 2;
    }

    .catalog-filter__wrapper > *:nth-child(3) {
        -webkit-box-ordinal-group: 4;
        -webkit-order: 3;
        -moz-box-ordinal-group: 4;
        order: 3;
    }

    .catalog-filter__wrapper > *:nth-child(6) {
        -webkit-box-ordinal-group: 5;
        -webkit-order: 4;
        -moz-box-ordinal-group: 5;
        order: 4;
    }

    .catalog-filter__wrapper > *:nth-child(4) {
        -webkit-box-ordinal-group: 6;
        -webkit-order: 5;
        -moz-box-ordinal-group: 6;
        order: 5;
    }

    .catalog-filter__wrapper > *:nth-child(5) {
        -webkit-box-ordinal-group: 7;
        -webkit-order: 6;
        -moz-box-ordinal-group: 7;
        order: 6;
    }

    .catalog-filter__wrapper > *:nth-child(7) {
        -webkit-box-ordinal-group: 8;
        -webkit-order: 7;
        -moz-box-ordinal-group: 8;
        order: 7;
    }

    .catalog-filter__desc {
        font-weight: 600;
        color: #185A61;
    }
}

@media screen and (max-width: 1200px) {
    .page-asia .cover__wrap {
        margin-left: 0;
        text-align: left;
    }

    .cover__image.left {
        display: none;
    }

    .page-asia .cover__title {
        text-align: left;
    }

    .cover__desc {
        margin-left: 0;
    }

    .cover__contact {
        left: 15%;
        bottom: 130px;
    }

    .cover__content.content {
        padding-bottom: 300px;
    }

    .page-home .cover__content.content {
        padding-top: 140px;
        padding-bottom: 280px;
    }

    .cover:before {
        height: 200px;
    }

    .cover__image.right {
        bottom: 195px;
        height: -webkit-calc(100% - 200px - 100px);
        height: -moz-calc(100% - 200px - 100px);
        height: calc(100% - 200px - 100px);
    }

    table thead {
        font-size: 18px;
        line-height: 26px;
    }

    .commission-plan__contact {
        padding: 50px;
    }

    .testimonials__content.content {
        padding-top: 100px;
    }

    .catalog-section-item__wrap {
        font-size: 16px;
    }
}

@media screen and (max-width: 1140px) {
    .testimonials__carousel {
        padding: 0;
        max-width: 800px;
        width: 100%;
    }

    .owl-nav {
        left: 0;
        width: 100%;
    }

    .testimonials-carousel__item {
        max-width: 420px;
        margin: auto;
    }

    .prime__title.title {
        font-size: 3.9vw;
    }

    .prime__content.content {
        padding: 120px 20px 40px;
    }

    .catalog__content.content {
        padding-left: 20px;
        padding-right: 20px;
    }

    .catalog-section-list__item a {
        padding: 20px 0 20px;
    }

    .catalog-section-item__wrap {
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
    }

    .catalog-section-item__wrap {
        padding: 12px 10px;
    }

    .catalog-section-item__desc {
        font-size: 18px;
        line-height: 26px;
        margin-bottom: 8px;
    }

    .catalog-article__wrap {
        margin-top: 40px;
    }

    .catalog-article__wrap > div:first-child {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 -webkit-calc((100% - 30px) / 2);
        -moz-box-flex: 0;
        flex: 0 1 calc((100% - 30px) / 2);
    }

    .catalog-article__wrap > div:nth-child(2) {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 -webkit-calc((100% - 30px) / 2);
        -moz-box-flex: 0;
        flex: 0 1 calc((100% - 30px) / 2);
    }

    .catalog__article h2 {
        margin-bottom: 25px;
    }

    .page-catalog + .footer .footer__content.content {
        padding-top: 30px;
    }
}

@media screen and (max-width:1100px) {
    .step-without-list__item {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 -webkit-calc((100% - 20px * 3) / 3);
        -moz-box-flex: 0;
        flex: 0 1 calc((100% - 20px * 3) / 3);
    }
}

@media screen and (max-width:1030px) {
    .content {
        padding: 20px;
    }

    .typical__desc {
        padding: 0 20px;
    }

    .footer__copyright {
        margin-top: 15px;
    }

    .cover__image.right {
        right: -30px;
    }

    h2, .title.high {
        margin-bottom: 40px;
    }

    .catalog-section__popular .catalog-section-list__item a, .catalog-section__ambassadors .catalog-section-list__item a, .catalog-section__logo .catalog-section-list__item a {
        padding: 20px 20px 30px;
    }

    .brands__wrap {
        padding: 20px;
    }

    .brands-info-item__left {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 -webkit-calc(80% - 20px);
        -moz-box-flex: 0;
        flex: 0 1 calc(80% - 20px);
        max-width: -webkit-calc(100% - 200px - 20px);
        max-width: -moz-calc(100% - 200px - 20px);
        max-width: calc(100% - 200px - 20px);
    }

    .brands-info-item__wrap {
        padding: 20px;
    }

    .brands-info-item__image + .brands-info-item__desc {
        margin-top: 20px;
    }

    .step-first-item__image {
        width: 180px;
        height: 180px;
    }

    .step__list.red .step-item__image, .step__list.blue .step-item__image {
        height: 180px;
        -webkit-border-radius: 100px;
        -moz-border-radius: 100px;
        border-radius: 100px;
    }

    .error__title.title.general {
        font-size: 8.15vw;
    }

    .error__title.title.general span:last-child {
        font-size: 13vw;
    }

    .register__wrap, .register__checks {
        margin-left: -20px;
    }

    .register__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);
    }

    .register__check {
        margin-left: 20px;
    }

    .register__check:nth-child(1) {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 -webkit-calc((100% - 60px) / 3 * 2 + 20px);
        -moz-box-flex: 0;
        flex: 0 1 calc((100% - 60px) / 3 * 2 + 20px);
    }

    .register__check:nth-child(2) {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 -webkit-calc((100% - 60px) / 3);
        -moz-box-flex: 0;
        flex: 0 1 calc((100% - 60px) / 3);
    }
}

@media screen and (max-width: 900px) {
    .cover__content.content {
        padding-top: 150px;
        padding-bottom: 200px;
    }

    .page-home .cover__content.content {
        padding-top: 120px;
        padding-bottom: 220px;
    }

    .cover__contact {
        font-size: 11px;
        line-height: 15px;
        width: 80px;
        height: 80px;
        left: 12%;
    }

    html[lang="es"] .cover__contact {
        font-size: 10px;
    }

    .cover__contact img {
        max-width: 30px;
    }

    .cover__contact span {
        max-width: 70px;
    }

    .cover:before {
        height: 150px;
    }

    .cover__image.right {
        height: -webkit-calc(100% - 150px - 100px);
        height: -moz-calc(100% - 150px - 100px);
        height: calc(100% - 150px - 100px);
        bottom: 145px;
    }

    .cover__contact {
        bottom: 95px;
    }

    .commission__desc {
        font-size: 3.55vw;
        line-height: 1.3;
    }

    table thead {
        font-size: 16px;
        line-height: 25px;
    }

    table td {
        padding: 15px;
        min-height: 60px;
    }

    h2, .title.high {
        font-size: 5.3vw;
        line-height: 1.25;
    }

    .catalog-section__desc {
        font-size: 4.8vw;
        line-height: 1.2;
        margin-bottom: 16px;
        letter-spacing: 2px;
    }

    .catalog-subsection__desc {
        font-size: 4vw;
        line-height: 1.2;
        letter-spacing: 1px;
        margin-bottom: 16px;
    }

    .catalog-section-list__item {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 -webkit-calc((100% - 60px) / 3);
        -moz-box-flex: 0;
        flex: 0 1 calc((100% - 60px) / 3);
    }

    .catalog-section__popular .catalog-section-list__item, .catalog-section__ambassadors .catalog-section-list__item, .catalog-section__logo .catalog-section-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);
    }

    .catalog-section__popular .catalog-section-list__item a, .catalog-section__ambassadors .catalog-section-list__item a, .catalog-section__logo .catalog-section-list__item a {
        padding: 20px 30px 40px;
    }

    .page-guide .title.high {
        font-size: 4.2vw;
        max-width: -webkit-calc(100% - 200px);
        max-width: -moz-calc(100% - 200px);
        max-width: calc(100% - 200px);
    }

    .page-guide .title.high:before {
        left: -100px;
        width: 100px;
        height: 8px;
        top: -webkit-calc(50% - 4px);
        top: -moz-calc(50% - 4px);
        top: calc(50% - 4px);
    }

    .page-guide .title.high:after {
        right: -100px;
        width: 100px;
        height: 8px;
        top: -webkit-calc(50% - 4px);
        top: -moz-calc(50% - 4px);
        top: calc(50% - 4px);
    }
}

@media screen and (max-width: 800px) {
    .title.high {
        padding: 0 60px;
    }

    .title.high:before {
        left: -15px;
    }

    .title.high:after {
        right: -15px;
    }

    .main-info__list {
        padding: 0 50px;
    }

    .main-info-list__item:nth-child(3n + 1):before, .main-info-list__item:nth-child(3n + 3):after {
        width: 300px;
    }

    .main-info-list__item:nth-child(3n + 1):before {
        left: -50px;
    }

    .main-info-list__item:nth-child(3n + 3):after {
        right: -50px;
    }

    .commission__desc {
        font-size: 28px;
    }

    .commission-plan-contact__image img {
        -o-object-position: 25%;
        object-position: 25%;
    }

    .commission-plan__contact {
        -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
    }

    .commission-plan-contact__wrap {
        text-align: center;
        width: 100%;
    }

    .prime__button.button {
        margin-top: 16px;
    }

    .catalog__section + .catalog__section, .catalog__subsection + .catalog__subsection {
        margin-top: 30px;
    }

    .catalog-article__wrap {
        margin-top: 25px;
    }

    .catalog-article__wrap {
        display: block;
    }

    .catalog-article__wrap > * + * {
        margin-top: 16px;
    }

    h3, .title.middle {
        font-size: 3.8vw;
        line-height: 1.2;
    }

    h4, .title.small {
        font-size: 3.25vw;
        line-height: 1.2;
    }

    .page-simple article * + h1, .page-simple .article * + h1,
    .page-simple article * + h2, .page-simple .article * + h2 {
        margin-top: 40px;
    }

    .page-simple h1, .page-simple h2, .register__title.title.high {
        font-size: 4vw;
    }

    .register__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);
    }

    .register__check:nth-child(1), .register__check:nth-child(2) {
        -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: 750px) {
    .cover__desc {
        margin-bottom: 16px;
        font-size: 2.65vw;
        line-height: 1.25;
    }

    h1, .title.general {
        font-size: 3.7vw;
        line-height: 1.3;
    }

    .prime__desc {
        font-size: 2.65vw;
        line-height: 1.25;
    }

    .catalog-section__popular .catalog-section-list__item a, .catalog-section__ambassadors .catalog-section-list__item a, .catalog-section__logo .catalog-section-list__item a {
        padding: 20px 20px 30px;
    }

    .catalog-section-list__item {
        margin-left: 17px;
        margin-top: 17px;
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 -webkit-calc((100% - 17px * 3) / 3);
        -moz-box-flex: 0;
        flex: 0 1 calc((100% - 17px * 3) / 3);
    }

    .catalog-section__list {
        margin-top: -17px;
        margin-left: -17px;
    }

    .catalog-section__popular .catalog-section__list, .catalog-section__ambassadors .catalog-section__list, .catalog-section__logo .catalog-section__list {
        margin-left: -20px;
        margin-top: -20px;
    }

    .page-guide .title.high:before {
        height: 6px;
        top: -webkit-calc(50% - 3px);
        top: -moz-calc(50% - 3px);
        top: calc(50% - 3px);
    }

    .page-guide .title.high:after {
        height: 6px;
        top: -webkit-calc(50% - 3px);
        top: -moz-calc(50% - 3px);
        top: calc(50% - 3px);
    }
}

@media screen and (max-width: 700px) {
    .header__wrap > .header__buttons {
        display: none;
    }

    .header__expand-menu > .header__buttons {
        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;
        margin-top: 20px;
        -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;
    }

    .header__buttons > .button {
        margin-right: auto;
    }

    .header__buttons > .button + .button {
        margin-top: 10px;
    }

    .commission__content.content {
        padding-top: 45px;
    }

    .commission-plan__contact {
        min-height: 250px;
    }

    .commission-plan-contact__desc {
        font-size: 5.2vw;
        line-height: 1.25;
    }

    .commission-formula__list {
        min-width: 300px;
    }

    .typical__content.content {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .typical__content:before {
        content: '';
        position: absolute;
        left: -webkit-calc(50% - 40px);
        left: -moz-calc(50% - 40px);
        left: calc(50% - 40px);
        height: 1px;
        width: 80px;
        top: 0;
        background: #0C8F9B;
    }

    .typical__wrap {
        display: block;
        padding-top: 0;
    }

    .typical__desc {
        margin-top: 60px;
        padding: 0;
        text-align: center;
        line-height: 20px;
    }

    .typical__desc:before {
        content: none;
    }

    .typical__image {
        max-width: 240px;
        margin: auto;
        padding: 0;
    }

    .typical__image img {
        max-height: 200px;
    }

    .typical__image:before {
        content: " ";
        position: absolute;
        top: 50%;
        left: -65%;
        overflow: hidden;
        width: 268px;
        height: 200px;
        -webkit-transform: translate(50%, -50%);
        -moz-transform: translate(50%, -50%);
        -o-transform: translate(50%, -50%);
        transform: translate(50%, -50%);
        background: transparent;
        background-repeat: no-repeat;
        -moz-background-size: cover;
        background-size: cover;
        background-image: url(../images/typical-image-decor.svg);
    }

    .typical__image:after {
        content: none;
    }

    .typical__image div:before {
        content: none;
    }

    .testimonials__content.content {
        padding-top: 50px;
    }

    .testimonials__content:before {
        content: '';
        position: absolute;
        left: -webkit-calc(50% - 40px);
        left: -moz-calc(50% - 40px);
        left: calc(50% - 40px);
        height: 1px;
        width: 80px;
        top: 0;
        background: #0C8F9B;
    }

    .catalog-section__popular .catalog-section-item__desc, .catalog-section__ambassadors .catalog-section-item__desc, .catalog-section__logo .catalog-section-item__desc {
        font-size: 3.4vw;
        line-height: 1.25;
    }

    .catalog-section__popular .catalog-section-item__wrap, .catalog-section__ambassadors .catalog-section-item__wrap, .catalog-section__logo .catalog-section-item__wrap {
        font-size: 16px;
        padding: 15px;
    }

    .catalog-section__popular .catalog-section-list__item a, .catalog-section__ambassadors .catalog-section-list__item a, .catalog-section__logo .catalog-section-list__item a {
        padding: 20px;
    }

    .catalog-section-item__wrap {
        font-size: 14px;
        line-height: 20px;
    }

    .catalog-section-item__desc {
        font-size: 16px;
        line-height: 24px;
    }

    .catalog-filter__wrapper > * {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 -webkit-calc((100% - 40px) / 2);
        -moz-box-flex: 0;
        flex: 0 1 calc((100% - 40px) / 2);
    }

    .catalog-filter__wrapper > *:nth-child(1) {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -moz-box-ordinal-group: 2;
        order: 1;
    }

    .catalog-filter__wrapper > *:nth-child(2) {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -moz-box-ordinal-group: 3;
        order: 2;
    }

    .catalog-filter__wrapper > *:nth-child(3) {
        -webkit-box-ordinal-group: 4;
        -webkit-order: 3;
        -moz-box-ordinal-group: 4;
        order: 3;
    }

    .catalog-filter__wrapper > *:nth-child(4) {
        -webkit-box-ordinal-group: 5;
        -webkit-order: 4;
        -moz-box-ordinal-group: 5;
        order: 4;
    }

    .catalog-filter__wrapper > *:nth-child(5) {
        -webkit-box-ordinal-group: 6;
        -webkit-order: 5;
        -moz-box-ordinal-group: 6;
        order: 5;
    }

    .catalog-filter__wrapper > *:nth-child(6) {
        -webkit-box-ordinal-group: 7;
        -webkit-order: 6;
        -moz-box-ordinal-group: 7;
        order: 6;
    }

    .catalog-filter__wrapper > *:nth-child(7) {
        -webkit-box-ordinal-group: 8;
        -webkit-order: 7;
        -moz-box-ordinal-group: 8;
        order: 7;
    }

    .brands__wrap {
        padding: 0;
        background: transparent;
    }

    .brands-info__item {
        display: block;
    }

    .brands-info-item__left {
        padding: 20px;
        max-width: 100%;
        background: #F4F8F9;
        border: 1px solid #EBEFF3;
    }

    .brands-info-item__wrap {
        padding: 20px 10%;
        background: #fff;
        border: 1px solid #EBEFF3;
    }

    .brands-info-item__right {
        margin-top: 40px;
        display: block;
        min-width: 0;
    }

    .brands-info-item__right > .brands-info-item__button.button {
        width: auto;
        min-width: 200px;
        margin: 24px auto 0;
    }

    .brands-info-item__list {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -moz-box-orient: horizontal;
        -moz-box-direction: normal;
        flex-direction: row;
    }

    .brands-info-item__list li + li {
        margin-top: 0;
        margin-left: 16px;
    }

    .brands-info-item__list li:nth-child(n) div + div {
        margin-top: 5px;
    }

    .brands__content.content {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .title.high.brands__title {
        margin-bottom: 30px;
    }

    .step__image {
        width: -webkit-calc(100% + 40px);
        width: -moz-calc(100% + 40px);
        width: calc(100% + 40px);
        margin-left: -20px;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
    }

    .page-guide .content {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .page-guide .cover + .content {
        padding-top: 40px;
    }

    .page-guide .content:last-child {
        padding-bottom: 40px;
    }

    .step-mark__desc {
        padding: 0 0;
    }

    .step-mark__wrap {
        min-height: 0;
    }

    .error__content.content, .case__content.content {
        padding-top: 100px;
        padding-bottom: 40px;
    }

    .error__title.title.general {
        font-size: 57px;
    }

    .error__title.title.general span:last-child {
        font-size: 91px;
    }

    .breadcrumbs {
        margin-bottom: 20px;
    }

    .case__title.title.general {
        font-size: 6vw;
    }
}

@media screen and (max-width: 650px) {
    .page-simple h1, .page-simple h2 {
        font-size: 26px;
    }
}

@media screen and (max-width: 640px) {
    .main-info-list__item:nth-child(3n + 2):before, .main-info-list__item:nth-child(3n + 1):before, .main-info-list__item:nth-child(3n + 3):after {
        content: none;
    }

    .main-info__list {
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .main-info-list__item {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 -webkit-calc((100% - 15px) / 2);
        -moz-box-flex: 0;
        flex: 0 1 calc((100% - 15px) / 2);
    }

    .main-info-item__image {
        margin: 0 auto 16px;
    }

    .main-info-list__item {
        padding-bottom: 36px;
    }

    .main-info__list {
        padding: 0 10px;
    }

    .main-info-item__title {
        min-height: 63px;
    }

    .title.high {
        padding: 0 65px;
    }

    .title.high:before, .title.high:after {
        height: 2px;
        top: -webkit-calc(50% - 0);
        top: -moz-calc(50% - 0);
        top: calc(50% - 0);
    }

    .title.high:before {
        left: 0;
    }

    .title.high:after {
        right: 0;
    }

    .owl-nav {
        top: 30px;
    }

    .owl-nav .button.arrow.testimonials-nav__button {
        top: -webkit-calc(50% - 25px);
        top: -moz-calc(50% - 25px);
        top: calc(50% - 25px);
        width: 50px;
        height: 50px;
    }

    .testimonials-item__image img {
        max-height: 80px;
        max-width: 134px;
    }

    .testimonials-item__image:before, .testimonials-item__image a:before, .testimonials-item__image a:after {
        content: none;
    }

    .testimonials-item__image a {
        height: 80px;
    }

    .testimonials-item__image {
        padding: 0;
        margin-bottom: 25px;
    }

    .testimonials-item__desc {
        font-size: 14px;
        font-weight: 300;
        line-height: 20px;
        padding: 0 30px;
    }

    .testimonials-carousel__item {
        max-width: 100%;
    }

    .commission-conditions__wrap {
        display: block;
    }
}

@media screen and (max-width: 600px) {
    /* .header__expand-menu > *:nth-child(2) a {
        padding: 15px 0;
        font-size: 18px;
        line-height: 25px;
    } */

    .header__expand-menu a span:nth-child(2) img {
        max-height: 18px;
    }

    /* .header__content > .header__buttons > .button {
        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;
    }

    .header__content > .header__buttons {
        margin-right: 50px;
    }

    .header__buttons {
        padding-right: 0;
        margin-right: 0;
        padding-top: 0;
    }

    .header__buttons .button, .header__buttons > .button:first-child, .header__buttons > .button:nth-child(2) {
        min-width: 200px;
    }

    .header__buttons > .button:nth-child(2) {
        margin-left: auto;
    } */

    table, table thead {
        font-size: 12px;
        line-height: 16px;
    }

    table td {
        min-height: 48px;
        padding: 8px 10px;
    }

    .commission-formula__wrap {
        display: block;
    }

    .commission-formula__percent {
        display: inline-block;
        margin-top: 20px;
    }

    .commission-formula__list {
        margin: auto;
        width: auto;
        min-width: 0;
        max-width: 400px;
    }

    .catalog-section__popular .catalog-section-item__wrap, .catalog-section__ambassadors .catalog-section-item__wrap, .catalog-section__logo .catalog-section-item__wrap {
        font-size: 14px;
        line-height: 20px;
    }

    .catalog-section__popular .catalog-section__list, .catalog-section__ambassadors .catalog-section__list, .catalog-section__logo .catalog-section__list {
        margin-left: -17px;
        margin-top: -17px;
    }

    .catalog-section__popular .catalog-section-list__item, .catalog-section__ambassadors .catalog-section-list__item, .catalog-section__logo .catalog-section-list__item {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 -webkit-calc((100% - 34px) / 2);
        -moz-box-flex: 0;
        flex: 0 1 calc((100% - 34px) / 2);
        margin-top: 17px;
        margin-left: 17px;
    }

    .catalog-section-list__item {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 -webkit-calc((100% - 34px) / 2);
        -moz-box-flex: 0;
        flex: 0 1 calc((100% - 34px) / 2);
    }

    .catalog-section-list__item a, .catalog-section__popular .catalog-section-list__item a, .catalog-section__ambassadors .catalog-section-list__item a, .catalog-section__logo .catalog-section-list__item a {
        padding: 20px;
    }

    .catalog-section-item__wrap, .catalog-section__popular .catalog-section-item__wrap, .catalog-section__ambassadors .catalog-section-item__wrap, .catalog-section__logo .catalog-section-item__wrap {
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        border-radius: 6px;
        padding: 15px;
    }

    .catalog-section__popular .catalog-section-item__image {
        max-width: 160px;
        max-height: 172px;
    }

    .catalog-section__ambassadors .catalog-section-item__image {
        max-width: 160px;
        max-height: 160px;
    }

    .catalog-section__logo .catalog-section-item__image {
        max-width: 160px;
        height: 160px;
    }

    .catalog-section__popular .catalog-section-item__desc, .catalog-section__ambassadors .catalog-section-item__desc, .catalog-section__logo .catalog-section-item__desc, .catalog-section-item__desc {
        font-size: 3.4vw;
        line-height: 1.25;
        margin-bottom: 12px;
    }

    h3, .title.middle, .step__without .title.middle {
        font-size: 22px;
    }

    h4, .title.small {
        font-size: 20px;
    }

    .page-catalog + .footer .footer__content.content {
        padding-top: 5px;
    }

    .page-guide .cover__title.title.general {
        text-transform: uppercase;
        font-size: 22px;
        line-height: 30px;
    }

    .page-guide .cover__content.content {
        padding-top: 100px;
        padding-bottom: 60px;
    }

    .page-guide .title.high {
        max-width: -webkit-calc(100% - 100px);
        max-width: -moz-calc(100% - 100px);
        max-width: calc(100% - 100px);
        font-size: 25px;
    }

    .page-guide .title.high:before {
        left: -50px;
        width: 50px;
        height: 4px;
        top: -webkit-calc(50% - 2px);
        top: -moz-calc(50% - 2px);
        top: calc(50% - 2px);
    }

    .page-guide .title.high:after {
        right: -50px;
        width: 50px;
        height: 4px;
        top: -webkit-calc(50% - 2px);
        top: -moz-calc(50% - 2px);
        top: calc(50% - 2px);
    }

    .step-without-list__item {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 -webkit-calc((100% - 20px * 2) / 2);
        -moz-box-flex: 0;
        flex: 0 1 calc((100% - 20px * 2) / 2);
    }

    .popup__title.high.title {
        font-size: 8vw;
    }
}

@media screen and (max-width: 550px) {
    .faq__title.title {
        font-size: 28px;
        margin-bottom: 20px;
    }

    .catalog__article h2 {
        margin-bottom: 16px;
        font-size: 28px;
        line-height: 1.2;
        letter-spacing: 0;
    }

    .brands-info-item__list li + li {
        margin-left: 8.5px;
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 -webkit-calc((100% - 17px) / 3);
        -moz-box-flex: 0;
        flex: 0 1 calc((100% - 17px) / 3);
    }

    .brands-info-item__list li span, .brands-info-item__list li div span:first-child {
        font-size: 12px;
        line-height: 1.5;
    }

    /* .brands__links, .brands__links.owl-carousel.owl-loaded {
        display: none;
    } */

    .register__wrapper {
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        border-radius: 8px;
        background: #F5F5F5;
        border: 1px solid #185A61;
        padding: 16px 30px 30px;
    }

    .register__wrapper + .register__wrapper {
        margin-top: 20px;
    }

    .register__title.title.high {
        margin-bottom: 16px;
    }

    .register__wrap {
        margin-top: -16px;
    }

    .register__item {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 100%;
        -moz-box-flex: 0;
        flex: 0 1 100%;
        margin-top: 16px;
    }

    .register__checks {
        margin-top: 0;
    }

    .register__check:nth-child(n) {
        margin-top: 16px;
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 100%;
        -moz-box-flex: 0;
        flex: 0 1 100%;
        font-size: 14px;
    }

    .register-terms__article {
        max-height: 234px;
        font-size: 14px;
    }

    .register__button.button {
        margin-top: 16px;
        width: 100%;
    }

    .register__check input:before {
        top: -3px;
    }

    .register__check input:after {
        top: 2px;
    }

    .register-terms__article::-webkit-scrollbar {
        width: 6px;
    }
}

@media screen and (max-width: 500px) {
    .cover:before {
        height: 80px;
    }

    .cover__content.content {
        padding-top: 100px;
        padding-bottom: 110px;
    }

    .page-home .cover__content.content {
        padding-top: 100px;
        padding-bottom: 120px;
    }

    .page-home .cover__title {
        font-weight: 600;
    }

    .cover__title + .cover__button {
        margin-top: 0;
    }

    .cover__contact {
        display: none;
    }

    .cover__image.right {
        bottom: 75px;
        height: -webkit-calc(100% - 75px - 80px);
        height: -moz-calc(100% - 75px - 80px);
        height: calc(100% - 75px - 80px);
        right: -30px;
    }

    .header__content.content {
        min-height: 60px;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .header__expand-menu.active {
        top: 60px;
    }

    .header__expand-menu {
        height: -webkit-calc(100vh - 60px);
        height: -moz-calc(100vh - 60px);
        height: calc(100vh - 60px);
    }

    .header__logo {
        height: 34px;
    }

    .header__menu-button {
        top: 1px;
        right: 8px;
    }

    .cover__title.general {
        text-transform: none;
        font-size: 18px;
        line-height: 1.3;
    }

    .cover__desc {
        font-size: 12px;
        line-height: 1.2;
    }

    .prime__desc {
        font-size: 12px;
        line-height: 1.5;
    }

    .cover__button.button {
        font-size: 12px;
        line-height: 14px;
        width: 170px;
        padding: 10px 20px;
        white-space: normal;
    }

    .commission-plan__list {
        font-size: 12px;
        line-height: 16px;
    }

    .commission-plan__list li {
        padding: 14px 15px;
    }

    .commission-plan-contact__desc {
        font-size: 26px;
    }

    .commission-plan__contact {
        min-height: 0;
        padding: 36px 20px;
    }

    .commission__formula {
        padding: 0;
        background: transparent;
    }

    .commission-formula__total {
        padding: 20px;
        -webkit-border-radius: 12px;
        -moz-border-radius: 12px;
        border-radius: 12px;
        background: #F6F6F6;
    }

    .commission-formula__fee + * {
        margin-top: 30px;
    }

    .prime__content.content {
        display: block;
        padding-top: 100px;
    }

    .prime__wrapper {
        text-align: center;
        padding-right: 0;
        width: 80%;
        margin: auto;
    }

    .prime__title.title {
        text-align: center;
    }

    .prime__wrap {
        margin-top: 34px;
        max-width: 100%;
    }

    .prime__carousel {
        max-width: 250px;
    }

    .prime__carousel .owl-dots button {
        width: 14px;
        height: 14px;
    }

    .prime__button.button {
        min-width: 170px;
        padding: 12px 25px;
    }

    .prime__title.title {
        font-size: 18px;
        line-height: 26px;
        text-transform: none;
    }

    .catalog-section__desc {
        font-size: 24px;
        line-height: 1.2;
        letter-spacing: 0;
    }

    .catalog-subsection__desc {
        font-size: 22px;
    }

    .catalog-section-list__item a, .catalog-section__popular .catalog-section-list__item a, .catalog-section__ambassadors .catalog-section-list__item a, .catalog-section__logo .catalog-section-list__item a {
        padding: 15px 0 20px;
    }

    .catalog-section-item__wrap, .catalog-section__popular .catalog-section-item__wrap, .catalog-section__ambassadors .catalog-section-item__wrap, .catalog-section__logo .catalog-section-item__wrap {
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
    }

    .catalog-section-item__button.button {
        padding: 10px 25px;
        min-width: 0;
    }

    .catalog-section__popular .catalog-section-item__desc, .catalog-section__ambassadors .catalog-section-item__desc, .catalog-section__logo .catalog-section-item__desc, .catalog-section-item__desc {
        margin-bottom: 8px;
    }

    .catalog-filter__wrapper > *:nth-child(2), .catalog-filter__wrapper > *:nth-child(3), .catalog-filter__wrapper > *:nth-child(4), .catalog-filter__wrapper > *:nth-child(5) {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 100%;
        -moz-box-flex: 0;
        flex: 0 1 100%;
    }

    .catalog-filter__wrapper > *:nth-child(6), .catalog-filter__wrapper > *:nth-child(7) {
        -webkit-box-flex: 1;
        -webkit-flex: auto;
        -moz-box-flex: 1;
        flex: auto;
    }

    .catalog-filter__wrapper {
        margin-left: -16px;
    }

    .catalog-filter__wrapper > * {
        margin-left: 16px;
    }

    .catalog-filter__button.button {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 -webkit-calc((100% - 32px) * 0.55);
        -moz-box-flex: 0;
        flex: 0 1 calc((100% - 32px) * 0.55);
    }

    .catalog-filter__button.button.reset {
        background: transparent;
        border: 1px solid #185A61;
        color: #185A61;
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 -webkit-calc((100% - 32px) * 0.45);
        -moz-box-flex: 0;
        flex: 0 1 calc((100% - 32px) * 0.45);
    }

    .catalog-filter__button.button.reset:hover {
        background: #185A61;
        color: #fff;
    }

    .catalog-filter-button__reset {
        fill: #185A61;
    }

    .catalog-filter__button.button.reset:hover .catalog-filter-button__reset {
        fill: #fff;
    }

    .brands-info-item__list li {
        padding: 6.5px;
        min-height: 100px;
    }

    .brands-info-item__list li:before {
        left: 4.5px;
        top: 4.5;
        width: -webkit-calc(100% - 9px);
        width: -moz-calc(100% - 9px);
        width: calc(100% - 9px);
        height: -webkit-calc(100% - 9px);
        height: -moz-calc(100% - 9px);
        height: calc(100% - 9px);
    }

    .brands-info-item__list li div:first-child {
        display: none;
    }

    .brands__content.content {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .cover + .brands__content.content {
        padding-top: 30px;
    }

    .page-simple.main {
        padding-top: 60px;
    }

    .page-simple.main:before {
        height: 60px;
    }

    .step-mark__wrap {
        padding: 30px;
    }

    .error__content.content, .case__content.content {
        display: block;
    }

    .error__wrap, .case__wrap {
        display: block;
        margin: auto;
        padding: 20px;
        background: rgba(0,0,0,0.7);
        z-index: 1;
        text-align: center;
    }

    .case__wrap {
        min-height: 200px;
        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;
    }

    .case__title.title.general {
        text-align: center;
    }

    .error__image, .case__image {
        position: absolute;
        top: 60px;
        height: -webkit-calc(100% - 60px);
        height: -moz-calc(100% - 60px);
        height: calc(100% - 60px);
        right: -500px;
        width: -webkit-calc(100% + 1000px);
        width: -moz-calc(100% + 1000px);
        width: calc(100% + 1000px);
        max-height: none;
        max-width: none;
    }

    .case__image {
        height: -webkit-calc(100% - 70px);
        height: -moz-calc(100% - 70px);
        height: calc(100% - 70px);
    }

    .error__image img {
        width: auto;
    }

    .case__image img {
        -o-object-fit: cover;
        object-fit: cover;
        max-width: none;
        max-height: none;
        height: 100%;
    }

    .page-register .case__image img {
        max-height: none;
    }

    .case__title.title.general {
        font-size: 30px;
    }

    .register__title.title.high {
        font-size: 20px;
    }
}

@media screen and (max-width: 440px) {
    /* .header__expand-menu > *:nth-child(2) a {
        padding: 15px 0;
        font-size: 15px;
        line-height: 20px;
    }  */

    .cover__wrap {
        width: 60%;
    }

    .commission-plan-contact__image img {
        -o-object-position: 30%;
        object-position: 30%;
    }

    .main-info-item__desc {
        font-size: 12px;
        line-height: 16px;
    }

    .main-info-item__title {
        min-height: 63px;
        font-size: 14px;
        margin-bottom: 10px;
    }

    h2:not(.testimonials__title):before, .title.high:not(.testimonials__title):before, h2:not(.testimonials__title):after, .title.high:not(.testimonials__title):after {
        content: none;
    }

    h2:not(.testimonials__title), .title.high:not(.testimonials__title) {
        padding: 0;
        display: block;
    }

    .typical__image img {
        max-height: 180px;
    }

    .typical__image:before {
        left: -55%;
        width: 241px;
        height: 180px;
    }

    .prime__wrapper {
        max-width: 250px;
        width: 100%;
    }

    .prime__carousel {
        max-width: 230px;
    }

    .catalog-section-item__wrap, .catalog-section__popular .catalog-section-item__wrap, .catalog-section__ambassadors .catalog-section-item__wrap, .catalog-section__logo .catalog-section-item__wrap {
        padding: 12px 8px;
        font-size: 13px;
        line-height: 16px;
    }

    .catalog-section__popular .catalog-section-item__image {
        max-width: 101px;
        max-height: 109px;
    }

    .catalog-section__logo .catalog-section-item__image {
        max-width: 109px;
        height: 109px;
    }

    .catalog-section-item__image {
        max-width: 101px;
        max-height: 109px;
    }

    .page-guide {
        font-size: 16px;
    }

    .step-first-item__image {
        width: 140px;
        height: 140px;
    }

    .page-guide .title.high {
        max-width: 100%;
        padding: 0;
        display: block;
    }

    .step__list.red .step-item__image, .step__list.blue .step-item__image {
        height: 140px;
        width: 140px;
        -webkit-border-radius: 80px;
        -moz-border-radius: 80px;
        border-radius: 80px;
    }

    .step__list {
        -webkit-justify-content: space-around;
        justify-content: space-around;
        margin-left: -15px;
    }

    .step__list.red > li, .step__list.blue > li, .step-list__item {
        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);
    }

    .step-mark__image {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 40px;
        -moz-box-flex: 0;
        flex: 0 1 40px;
        margin-right: 20px;
        width: 40px;
    }

    .step-mark__desc {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 -webkit-calc(100% - 40px - 20px);
        -moz-box-flex: 0;
        flex: 0 1 calc(100% - 40px - 20px);
    }

    .step-without-list__item {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 -webkit-calc((100% - 15px * 2) / 2);
        -moz-box-flex: 0;
        flex: 0 1 calc((100% - 15px * 2) / 2);
    }

    .popup__title.high.title {
        font-size: 35px;
    }
}

@media screen and (max-width: 400px) {
    .catalog-section__popular .catalog-section-item__desc, .catalog-section__ambassadors .catalog-section-item__desc, .catalog-section__logo .catalog-section-item__desc, .catalog-section-item__desc {
        font-size: 13px;
        line-height: 16px;
    }

    .brands-info-item__image img {
        max-height: 50px;
    }

    .page-guide {
        font-size: 14px;
    }
}

@media screen and (max-width: 374px) {
    .main-info-item__image {
        width: 120px;
        height: 120px;
    }

    .main-info-item__image:before {
        top: 10px;
        left: 10px;
        width: 100px;
        height: 100px;
    }

    .header__expand-menu > *:nth-child(1) a {
        font-size: 18px;
        line-height: 26px;
    }

    .catalog-section-item__wrap, .catalog-section__popular .catalog-section-item__wrap, .catalog-section__ambassadors .catalog-section-item__wrap, .catalog-section__logo .catalog-section-item__wrap {
        font-size: 12px;
        line-height: 15px;
    }

    .catalog-section__list, .catalog-section__popular .catalog-section__list, .catalog-section__ambassadors .catalog-section__list, .catalog-section__logo .catalog-section__list {
        margin-top: -10px;
        margin-left: -10px;
    }

    .catalog-section__popular .catalog-section-list__item, .catalog-section__ambassadors .catalog-section-list__item, .catalog-section__logo .catalog-section-list__item, .catalog-section-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);
        margin-top: 10px;
        margin-left: 10px;
    }

    .catalog-filter__button.button {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 100%;
        -moz-box-flex: 0;
        flex: 0 1 100%;
    }

    .catalog-filter__button.button.reset {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 100%;
        -moz-box-flex: 0;
        flex: 0 1 100%;
    }

    .catalog__filter {
        padding: 16px 20px;
    }

    .brands-info-item__wrap {
        padding: 20px 15px 15px;
    }

    .brands-info-item__left {
        padding: 15px;
    }

    .register__wrapper {
        padding: 20px;
    }
}

@media screen and (max-width: 350px) {
    .cover__image.right {
        right: -50px;
    }

    .catalog-section-item__wrap, .catalog-section__popular .catalog-section-item__wrap, .catalog-section__ambassadors .catalog-section-item__wrap, .catalog-section__logo .catalog-section-item__wrap {
        font-size: 11px;
        line-height: 13px;
    }

    .step__list.red .step-item__image, .step__list.blue .step-item__image, .step-first-item__image {
        width: 120px;
        height: 120px;
    }
}
