.simple-register {
    margin: 80px 0;
    padding: 54px 0;
}
.simple-register.zero-margin-bottom{
    margin-bottom: 0;
}
.simple-register .block-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.simple-register .title-h3 {
    margin-bottom: 16px;
}
.simple-register .block-info {
    margin-right: 60px;
    width: 50%;
}
.simple-register .error-message {
    color: var(--red);
    padding: 2px 4px;
    background: rgba(255, 255, 255, 0.7);
    border-radius: 2px;
    margin-top: 8px;
}
.simple-register .inline-form-input,
.simple-register .inline-form-input:focus {
    border: none
}
.simple-register .icon-img_mobile {
    display: none;
}
.simple-register .validation-failed .inline-form-input.text {
    color: var(--red);
}
.simple-register_without-subtitle .title-h3 {
    font-size: 28px;
    line-height: 36px;
    max-width: 600px;
}
.simple-register_with-bg1 {
    background-image: url(../../img/ru/solutions/businessman/graph-blue.png);
    background-repeat: no-repeat;
    background-position: 70% -10%;
    background-size: 20%;
    color: #fff;
}
.simple-register.simple-register_with-bg1 .block-info {
    width: 75%;
}

.simple-register_with-bg1 .title-h3 {
    font-size: 52px;
    line-height: 60px;
}
.simple-register_with-bg2 {
    background-image: url(../../img/features_clients-management/blue-block-2.png);
    background-repeat: no-repeat;
    background-position: 70% center;
}
.simple-register_with-bg2 .title-h3 {
    margin-bottom: 0 ;
}
.simple-register_with-bg3 {
    background-image: url(../../img/page_template/simple-register_with-bg3.png);
    background-repeat: no-repeat;
    background-position: 70% center;
}

@media screen and (max-width: 1350px) {
    .simple-register .block-info {
        padding-right: 16px;
    }
    .simple-register .title-h3 {
        font-size: 28px;
        line-height: 32px;
    }
    .simple-register_with-bg1 .title-h3 {
        font-size: 38px;
        line-height: 44px;
    }
    .simple-register_with-bg1 .inline-form {
        width: 500px !important;
    }
    .simple-register_with-bg2, .simple-register_with-bg3 {
        background-position: 60% 0;
        background-size: auto 100%;
    }
}

@media screen and (max-width: 980px) {
    .simple-register {
        margin: 80px 0;
        padding: 48px 0;
    }
    .simple-register .block-info {
        width: 100% !important;
        padding-right: 0;
        margin-bottom: 24px;
    }
    .simple-register .title-h3 {
        line-height: 28px;
    }

    .simple-register .inline-form {
        width: 541px;
        text-align: left;
    }

    .simple-register .error-message {
        left: 0;
    }
    .simple-register .text {
        text-align: center;
    }
    .simple-register .inline-form-input {
        text-align: left;
    }
    .simple-register .block-wrapper {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
    }
    .simple-register_with-bg .title-h3 {
        text-align: center;
    }
    .simple-register_with-bg1 {
        background-position: 90% 110%;
        background-size: 35%;
    }
    .simple-register_with-bg1 .title-h3 {
        text-align: center;
    }
    .simple-register_with-bg2, .simple-register_with-bg3 {
        background-position: right bottom;
        background-size: 200px;
        position: relative;
    }
    .simple-register .title-h3 {
        font-size: 28px;
        margin: 0 auto;
        line-height: 28px;
    }
    .simple-register:not(.simple-register_without-subtitle) .block-info {
        margin-bottom: 24px;
        margin-right: 0;
    }
    .simple-register .inline-form {
        width: 541px;
        text-align: left;
    }
    .simple-register_without-subtitle .block-info {
        margin-right: 0;
    }
}

@media screen and (max-width: 750px) {
    .simple-register .block-info {
        width: 100%;
        margin: 0 auto 20px auto !important;
    }
    .simple-register_with-bg1 .title-h3 {
        font-size: 28px;
        line-height: 32px;
        margin-bottom: 0;
        text-align: center !important;
    }
    .simple-register_with-bg2 .title-h3 {
        text-align: center;
    }
    .simple-register .text {
        text-align: center;
    }
    .simple-register_without-subtitle .title-h3 {
        text-align: center;
    }
    .simple-register {
        margin: 60px 0 72px;
        padding: 40px 0;
        text-align: center;
    }
    .simple-register .block-wrapper {
        width: 100%;
    }
    .simple-register .block-content {
        display: flex;
        align-items: center;
        justify-content: center !important;
        width: 100%;
    }
    .simple-register .block-input {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .simple-register .inline-form {
        width: 541px;
    }
    .simple-register .inline-form-input {
        text-align: left;
    }
    .simple-register .error-message {
        bottom: -26px;
    }
}

@media screen and (max-width: 581px) {
    .simple-register:not(.simple-register_without-subtitle) .inline-form {
        width: 100%;
    }
    .simple-register .inline-form {
        padding: 0;
        border: none;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        background: inherit;
    }
    .simple-register .icon-img_desktop {
        display: none !important;
    }
    .simple-register .icon-img_mobile {
        display: inline !important;
    }
    .simple-register .title-h3 {
        text-align: left;
    }
    .simple-register .text {
        text-align: left;
    }
    .simple-register .error-message {
        top: 51px;
        bottom: unset;
    }
    .simple-register .validation-failed .register-button {
        top: 24px;
    }
    .simple-register .inline-form-input {
        box-sizing: border-box;
        width: 100%;
        margin: 0 0 12px 0;
        padding: 14px 12px;
        border-radius: 6px;
        transition: .3s linear all;
    }
    .simple-register .inline-form button, .simple-register .inline-form .register-button.main {
        width: 100%;
        background: var(--white);
        color: var(--main);
    }
    .simple-register .inline-form button:hover, .simple-register .inline-form .register-button.main:hover {
        box-shadow: 4px 4px 22px rgba(0, 0, 0, 0.15);
    }
    .simple-register_with-bg2, .simple-register_with-bg3 {
        background-image: none;
    }
    .simple-register_with-bg1 .register-button {
        width: 100%;
    }
    .simple-register_with-bg1 .title-h3 {
        text-align: left !important;
    }
    .simple-register .block-input {
        width: 100%;
        justify-content: flex-start;
    }
    .simple-register_without-subtitle .inline-form {
        width: 100%;
        flex-wrap: wrap;
        background: inherit;
    }
    .simple-register_without-subtitle .register-button {
        width: 100%;
        background: var(--white);
        color: var(--main);
    }
    .simple-register_without-subtitle .register-button:hover {
        color: var(--buttonHover);
        background: var(--white);
        box-shadow: 4px 4px 22px rgba(0, 0, 0, 0.15);
    }
    .simple-register_without-subtitle .register-button:active {
        background: var(--buttonActive);
    }
    .simple-register_without-subtitle .inline-form-input {
        margin: 0 0 12px 0;
        padding: 14px 12px;
    }
    .simple-register_without-subtitle .arrow-tail {
        fill: var(--main);
    }
    .simple-register_without-subtitle .title-h3 {
        text-align: left;
        font-size: 24px;
        line-height: 28px;
    }
    .simple-register_without-subtitle .block-wrapper {
        display: block;
    }
}
@media screen and (max-width: 425px) {
    .simple-register .validation-failed .register-button {
        top: 13px;
    }
}
