@media screen and (max-width: 940px) {
    .header__nav {
        display: none;
    }

    .welcome {
        padding: 120px 0 50px 0;
    }

    .header__phone {
        font-size: 16px;
        line-height: 26px;
    }

    .header {
        padding: 20px 0;
    }

    .header__logo {
        width: 90px;
    }

    .welcome__title {
        font-size: 22px;
        line-height: 30px;
    }

    .welcome__subtitle {
        font-size: 24px;
        line-height: 30px;
    }

    .welcome__text {
        font-size: 16px;
        line-height: 1.4;
    }

    .button {
        font-size: 12px;
    }

    .welcome__form-submit {
        margin-top: 30px;
    }

    .welcome__form {
        margin-bottom: 30px;
    }

    .welcome__form:before {
        display: none;
    }

    .welcome__li {
        position: relative;
        padding-left: 30px;
    }

    .welcome__li:before {
        position: absolute;
        left: 0;
        top: 8px;
    }

    .section {
        padding: 30px 0;
    }

    .section__title {
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 20px;
    }

    .feature {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .feature__image-wrapper {
        margin-right: 0;
        width: 60px;
        margin-bottom: 20px;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }

    .feature__text {
        font-size: 14px;
        line-height: 1.3;
    }

    .section__text {
        font-size: 16px;
        line-height: 1.5;
    }

    .docs__row {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .docs__row:after {
        display: none;
    }

    .doc {
        min-width: 300px;
        margin-left: 30px;
        margin-bottom: 30px;
        margin-right: 30px;
    }

    .doc:last-child {
        margin-bottom: -0px;
    }

    .docs__note {
        font-size: 18px;
        line-height: 28px;
    }

    .steps {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 30px 0 0 0;
    }

    .step {
        margin-bottom: 30px;
        -webkit-box-flex: 0;
        -ms-flex: 0 1 50%;
        flex: 0 1 50%;
    }

    .step:after {
        right: -20px;
    }

    .step:nth-child(2):after {
        display: none;
        right: auto;
        top: auto;
        left: -10px;
        bottom: -20px;
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg);
    }

    .banner__title {
        font-size: 26px;
    }

    .banner__text {
        margin-bottom: 30px;
    }

    .banner {
        padding: 25px 20px 45px 20px;
    }

    .welcome__content,
  .welcome__note {
        padding-right: 10px;
    }
}

@media screen and (max-width: 767px) {
    .header.is-scrolled .header__button {
        display: none;
    }

    .header.is-scrolled .header__phones {
        margin-right: 0;
    }

    .features {
        display: block;
    }

    .feature {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        width: 100%;
        padding: 10px 15px;
    }

    .feature__image-wrapper {
        margin-right: 20px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 0;
        width: 50px;
    }

    .features__final {
        width: 100%;
    }

    .welcome__row {
        display: block;
    }

    .welcome__content,
  .welcome__note {
        padding-right: 0;
    }

    .steps {
        display: block;
    }

    .step {
        margin-bottom: 60px;
    }

    .step:after, .step:nth-child(2):after {
        display: block;
        left: auto;
        top: auto;
        right: calc(50% - 15px);
        bottom: -30px;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }

    .button {
        font-size: 11px;
        display: block;
    }

    .map {
        position: relative;
        height: 300px;
    }

    .contact__container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .c-info {
        width: 100%;
    }

    .footer__row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .footer__half {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 30px;
    }

    .footer__half:last-child {
        margin-bottom: 0;
    }

    .footer__copy {
        margin-right: 0;
        margin-bottom: 10px;
    }

    .footer__phones {
        margin-right: 0;
        margin-bottom: 20px;
    }

    .footer__phone {
        margin-bottom: 10px;
    }

    .footer__phone:last-child {
        margin-bottom: 0;
    }

    .zoom-controls {
        top: -25px;
        left: calc(100vw - 95px);
    }

    .ymaps-2-1-65-controls__toolbar_left {
        top: 160px;
    }

    .popup__title {
        font-size: 24px;
        line-height: 1.3;
    }

    .popup__content {
        padding-left: 30px;
        padding-right: 30px;
    }

    .popup__form-submit {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .doc {
        min-width: 0;
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }
    .welcome__form-line-result {
	margin-top: 0
    }
}
