.captcha-block {
    display: none;
}

.captcha {
    display: flex;
    margin: 30px 0 50px;
    align-items: end;
}

.captcha-code-block {
    margin-left: 30px;
    display: flex;
    align-items: center;
}
.captcha-code-block, .captcha-code__img {
    height: 48px;
}

.captcha-update {
    margin-left: 10px;
    height: 20px;
}

.captcha-update__img {
    height: 100%;
}

@media (min-width: 991px) {
    .captcha-code-block, .captcha-code__img {
        height: 55px;
    }
}

@media (max-width: 767px) {
    .captcha {
        flex-direction: column;
        align-items: start;
        margin: 0;
    }

    .captcha .sign__field {
        width: 100%;
    }

    .captcha-code-block {
        margin-left: 0;
        margin-top: 20px;
    }
}