@media screen and (max-width: 1430px) {
    .content {
        margin-left: 10px;
        margin-right: 10px;
    }
}

@media screen and (max-width: 1200px) {
    .banner-left__desc {
        padding: 15px 30px;
    }

    .banner-left__list {
        padding: 30px;
    }

    .table__wrapper.wrapper {
        padding: 40px 50px;
    }

    .article ul .pros-list__item {
        padding: 30px 30px 30px 40px;
    }

    .steps-item__desc {
        font-size: 30px;
        line-height: 40px;
        min-height: 150px;
    }
    
    .header__menu {
        margin-left: 30px;
    }
}

@media screen and (max-width: 1100px) {
    .banner-left__image img {
        opacity: 0.6;
    }

    .steps-list__item {
        padding: 175px 20px 40px;
    }

    .steps-item__desc {
        font-size: 25px;
        line-height: 35px;
        min-height: 130px;
    }
}

@media screen and (max-width: 1000px) {
    .intro__wrapper.wrapper {
        padding: 30px 210px 30px 30px;
        text-align: left;
    }

    .intro__wrapper:before {
        content: none;
    }

    .intro__image.left {
        display: none;
    }
}

@media screen and (max-width: 1000px) {
    .banner-left__desc, thead {
        font-size: 3vw;
        line-height: 1.3;
    }

    .banner-left__list, .table__wrapper.wrapper, .pros-list__item {
        font-size: 20px;
        line-height: 26px;
    }

    .banner-left__list li + li {
        margin-top: 10px;
    }

    .banner-left__list li:before, .article ul li:before, article ul li:before {
        font-size: 40px;
        top: -19px;
    }

    .banner-left__list li, article li, .article li {
        padding-left: 25px;
    }
}

@media screen and (max-width: 900px) {
    .main__content, .wrapper.gradient, .wrapper.transparent, .faq__list {
        padding: 25px 20px;
    }

    .testimonials__list {
        padding: 5px 20px 25px;
    }

    .testimonials-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: 20px;
        font-size: 20px;
        line-height: 30px;
    }

    .info__wrapper.wrapper, .wrapper.gradient, .wrapper.transparent, .registration__wrapper.wrapper, .app__wrapper.wrapper {
        width: -webkit-calc(100% + 40px);
        width: -moz-calc(100% + 40px);
        width: calc(100% + 40px);
        margin-left: -20px;
    }

    h1, h2, h3, .title, .download-item__desc {
        font-size: 4vw;
        line-height: 1.35;
    }

    .banner__left {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 -webkit-calc(67% - 20px);
        -moz-box-flex: 0;
        flex: 0 1 calc(67% - 20px);
        max-width: -webkit-calc(100% - 20px - 220px);
        max-width: -moz-calc(100% - 20px - 220px);
        max-width: calc(100% - 20px - 220px);
    }

    .banner__right {
        min-width: 220px;
    }

    .info__wrapper.wrapper {
        padding: 30px 20px 30px 180px;
        text-align: right;
    }

    .info__image.right {
        display: none;
    }

    .app__wrapper.wrapper {
        padding: 30px 180px 30px 20px;
        text-align: left;
    }

    .app__image.left {
        display: none;
    }

    .table__wrapper.wrapper, .registration__wrapper.wrapper {
        padding: 30px;
    }

    tbody tr:first-child {
        margin-top: 20px;
    }

    .pros-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);
    }

    .steps-list__item {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 -webkit-calc((100% - 40px) / 3);
        -moz-box-flex: 0;
        flex: 0 1 calc((100% - 40px) / 3);
        padding: 175px 15px 30px;
    }

    .steps-item__desc {
        font-size: 22px;
    }

    .download-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);
    }

    .faq-item__question {
        font-size: 3.3vw;
        line-height: 1.3;
    }
    .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: 23px;
        right: -5px;
    }

    .header__menu-button svg {
        width: 45px;
    }

    .expand__menu {
        position: fixed;
        top: -300vh;
        overflow: auto;
        right: 0;
        width: 100vw;
        height: -webkit-calc(100vh - 100px);
        height: -moz-calc(100vh - 100px);
        height: calc(100vh - 100px);
        background: -webkit-gradient(linear, left top, right top, from(#34434D), to(#19242D));
        background: -webkit-linear-gradient(left, #34434D, #19242D);
        background: -moz-linear-gradient(left, #34434D, #19242D);
        background: -o-linear-gradient(left, #34434D, #19242D);
        background: linear-gradient(to right, #34434D, #19242D);
        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: 100px;
    }

    .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;
    }
}

@media screen and (max-width: 800px) {
    .banner-left__desc {
        font-size: 24px;
    }

    thead {
        font-size: 20px;
    }

    .table__wrapper.wrapper {
        font-size: 16px;
        line-height: 20px;
    }

    .steps__wrapper {
        margin-top: 25px;
    }

    .steps__list {
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        max-width: 500px;
        margin: auto;
    }

    .steps-list__item {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 100%;
        -moz-box-flex: 0;
        flex: 0 1 100%;
        padding: 200px 60px 40px;
        overflow: hidden;
    }

    .steps-list__item + .steps-list__item {
        margin-top: 25px;
    }

    .steps-list__item > * {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 -webkit-calc((100% - 25px) / 2);
        -moz-box-flex: 0;
        flex: 0 1 calc((100% - 25px) / 2);
    }

    .steps-item__image {
        top: 10px;
    }

    .steps-item__desc {
        min-height: 0;
        padding: 25px 20px;
    }
}

@media screen and (max-width: 700px) {
    .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;
    }

    .header__content.content {
        padding: 10px 0 10px 10px;
        min-height: 70px;
    }

    .expand__menu.active {
        top: 70px;
        height: -webkit-calc(100vh - 70px);
        height: -moz-calc(100vh - 70px);
        height: calc(100vh - 70px);
    }

    body.active {
        margin-top: 70px;
    }

    .header__menu-button {
        top: 10px;
    }

    h1, h2, h3, .title, .download-item__desc {
        font-size: 28px;
    }

    .intro__wrapper.wrapper {
        padding: 20px;
        color: #fff;
    }

    .intro__image.right img {
        opacity: 0.2;
    }

    .banner-left__desc {
        padding: 15px 20px;
    }

    .banner-left__list {
        padding: 20px;
    }
    
    .banner__wrapper {
        display: block;
    }

    .banner__left {
        max-width: 100%;
    }

    .banner__right {
        max-width: 400px;
        min-width: 0;
        margin: 25px auto 0;
    }

    h2.border, .title.high.border, h3.border, .title.middle.border {
        padding: 10px 20px 12px;
    }

    .table__wrapper.wrapper, .registration__wrapper.wrapper {
        padding: 25px 20px;
    }

    .pros__list {
        display: block;
    }

    .article ul .pros-list__item + li {
        margin-top: 25px;
    }

    .article ul .pros-list__item {
        padding: 40px 20px 20px;
    }

    .download__list {
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .download-list__item {
        padding: 25px 20px;
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 100%;
        -moz-box-flex: 0;
        flex: 0 1 100%;
    }

    .download-list__item + .download-list__item {
        margin-top: 25px;
    }

    .faq-item__question {
        padding: 15px 20px;
    }

    .faq-item__answer {
        padding: 20px;
    }

    .testimonials-list__item {
        padding: 25px 20px;
    }
}

@media screen and (max-width: 600px) {
    .faq-item__question {
        font-size: 20px;
    }

    .testimonials-list__item {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 100%;
        -moz-box-flex: 0;
        flex: 0 1 100%;
    }
}

@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;
    }

    .faq-item__question {
        padding: 15px;
    }

    .info__wrapper.wrapper, .app__wrapper.wrapper {
        padding: 30px 20px;
    }

    .info__image.left img, .app__image.right img {
        opacity: 0.4;
    }

    td:first-child {
        padding-right: 15px;
    }

    thead {
        font-size: 18px;
    }

    .pros-list__item {
        font-size: 18px;
    }

    .steps-list__item {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 100%;
        -moz-box-flex: 0;
        flex: 0 1 100%;
        padding: 200px 30px 30px;
        overflow: hidden;
    }
}

@media screen and (max-width: 400px)  {
    .steps-list__item {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 100%;
        -moz-box-flex: 0;
        flex: 0 1 100%;
        padding: 175px 20px 30px;
        overflow: hidden;
    }
}
