html, body {
    height: 100%;
    margin: 0;
    padding: 0;
    max-height: 100vh;
}

.wrap {
    padding-top: 0.5rem;
}

.full-height {
    display: flex;
    flex-direction: column;
    justify-content: stretch;
    height: 100vh;
}

.full-height main {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
}

.logo img {
    max-width: 552px;
    width: 100%;
}

.content {
    background: url("../../img/start/form-bg.png") no-repeat center 15%;
}

.content__title {
    margin-left: 0.8rem;
    margin-bottom: 2.48rem;
    padding: 2.26rem 2rem 0 1rem;
    font-family: 'Montserrat';
    font-weight: 600;
    color: #1d1d1d;
    line-height: 1.25rem;
}

.desktop-image {
    display: inline-block;
}

.mobile-image {
    display: none;
}



.start-form {
    max-height: 70px;
    position: relative;
    margin-bottom: 1.8rem;
}

.start-form__line {
    display: flex;
    background: #fff;
    box-shadow: 0px 0px 70px rgba(0, 0, 0, 0.1);
    border-radius: 7px;
}

.start-form__line .error {
    position: absolute;
    top: -24px;
    left: 0;
    color: red;
    font: 14px Montserrat;
}

.start-form__submit {
    max-height: 70px;
    flex-grow: 0;
    padding: 0;
    background: none;
    border: none;
    outline: none;
    cursor: pointer;
}

.start-form__input {
    flex-grow: 2;
    padding: 0 25px;
    border-radius: 7px;
    font-family: 'Montserrat';
    font-weight: 500;
    font-size: 16px;
    border: none;
    outline: none;
}

.start-form__input::-ms-clear {
    display: none;
}

.start-form__input::placeholder {
    color: #BDBDBD;
    text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}

.start-form__input::-webkit-input-placeholder {
    color: #BDBDBD;
    text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}

.start-form__input::-moz-placeholder {
    color: #BDBDBD;
    text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}

.start-form__input:-ms-input-placeholder {
    color: #BDBDBD;
    text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}


.message {
    font-family: 'Montserrat';
    font-size: 1rem;
    font-weight: 500;
    color: #1d1d1d;
    margin-bottom: 3.51rem ;
}

footer {
    font-family: 'Montserrat';
    font-size: 0.75rem;
    font-weight: 600;
    color: #e0e0e0;
}

.icon-set__icon-image {
    max-width: 100%;
}

footer a {
    color: inherit;
    text-decoration: none;
}

/*footer a:last-of-type {*/
    /*margin-left: 1rem;*/
/*}*/

footer div.hide-on-640 {
    padding: 15px 0;
}

.show-on-640 {
    display: none;
}

.footer__menu-link {
    padding: 3.6vh 0;
    font-size: 2.56vw;
}

@media screen and (max-width: 640px) {

    .content__title {
        font-size: 3.75vw;
        margin-left: 0;
        padding-top: 2.45rem;
        line-height: 29px;
    }

    .start-form__line, .start-form__line img {
        max-height: 13.28vw;
    }

    .start-form__input {
        padding-left: 3.9vw;
        padding-right: 0;
    }

    .message {
        font-size: 3.75vw;
    }

    .hide-on-640 {
        display: none;
    }

    .show-on-640 {
        display: block;
    }

    .show-on-640 img {
        width: 35vw;
    }
}


@media screen and (max-width: 640px) and (min-width: 600px) and (min-height: 900px) {

    .start-form__line, .start-form__line img {
        height: 83px;
    }

    .message {
        margin-bottom: 4.51rem;
    }

    .start-form__input {
        font-size: 25px;
    }

    .content__title {
        margin-bottom: 6.48rem;
    }

    .mobile-image {
        display: inline-block;
    }

    .desktop-image {
        display: none;
    }

    .icon-set__icon-image {
        width: 100%;
    }
}


@media screen and (max-width: 420px) {
    div.container {
        max-width: 100%;
        padding-right: 15px;
        padding-left: 15px;
    }

    .content__title {
        font-size: 5vw;
        line-height: 6.25vw;
    }

    .logo img {
        width: 75%;
    }

    .message {
        font-size: 16px;
        margin-bottom: 3.75vw;
    }

    footer a {
        font-size: 12px;
    }

    .start-form {
        margin-bottom: 0;
    }

    .content__title {
        padding-top: 0.45rem;
    }

    .desktop-image {
      display: none;
    }

    .mobile-image {
        display: inline-block;
        transform: translateY(27%);
    }

    .start-form__line, .start-form__line img, .start-form__submit  {
        height: 100%;
    }

}

@media screen and (max-width: 980px) and (max-height: 420px) {
    .full-height {
        height: 220vh;
    }
}