@media (max-width: 2559px) {
    h1 {
        font-size: 40px;
    }

    .form {
        padding: 40px 50px;
    }

    .form_title {
        padding-right: 50px;
    }

    .form_steps {
        padding-left: 65px;
    }

    .form_steps_item {
        margin-top: 25px;
    }

    .form_steps_item_icon {
        width: 60px;
        height: 60px;
        margin-right: 30px;
    }

    .form_steps_item_icon:before {
        height: 80px;
    }

    .form_steps_item_icon.disabled:before {
        height: 34px;
    }

    .form_steps_item .form_steps_item_text .btn {
        height: 38px;
    }
}

@media (max-width: 1919px) {
    .form {
        padding: 25px 40px;
    }

    .form_title {
        padding-right: 40px;
    }

    .form_steps {
        padding-left: 55px;
    }

    .form_steps_item {
        margin-top: 20px;
    }

    .form_steps_item_icon {
        width: 45px;
        height: 45px;
        padding: 12px;
        margin-right: 20px;
    }

    .form_steps_item_icon:before {
        height: 70px;
    }

    .form_steps_item_icon.disabled:before {
        height: 30px;
    }

    .form_steps_item .form_steps_item_text .btn {
        height: 28px;
    }
}

@media (max-width: 1019px) {
    h1 {
        font-size: 30px;
    }
}

@media (max-width: 850px) {
    .form {
        width: 100%;
    }
}

@media (max-width: 639px) {
    .form {
        flex-direction: column;
    }

    .form_title {
        max-width: 100%;
        padding-right: 0;
        border-right: none;
        border-bottom: 1px solid #8C64FF;
    }

    .form_steps {
        flex: content;
        padding-top: 10px;
    }
}

@media (max-width: 479px) {
    .form_steps {
        padding-left: 0;
    }
}
