#july-promo {
    font-size: 16px;
    --green: #009b4e;
    --yellow: #facc29;
    --gray: #a3a3a6;
    --focus-border: #000;
    --focus-color: #79797b;
    --error-border: #e32e22;
    --error-color: #e32e22;
}

#july-hero .container {
    max-width: 1476px;
    width: 100%;
}

#july-hero .july-form {
    padding-top: 62px;
    padding-bottom: 78px;
    margin-left: 50px;
    max-width: 50%;
}

#july-hero .july-form-wrapper {
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: cover;
    background-image: url(../images/hero/form-back.webp);
    background-image: -webkit-image-set(url("../images/hero/form-back.webp") 1x,
            url("../images/hero/form-back@2x.webp") 2x);
}

#july-hero .july-form-top {
    padding-top: 5px;
    margin-bottom: 25px;
}

#july-hero .sub-headline {
    padding: 7px 6px;
    margin-top: 4px;
    margin-bottom: 15px;
}
#july-hero .sub-headline p {
    font-size: 27px;
}

#july-hero .july-form-inner {
    width: 709px;
    padding: 12px 15px 0;
    padding-top: 0;
}

#july-hero .july-form .button {
    bottom: -22px;
    padding-top: 0.2em;
}

#july-hero .july-form form {
    width: 646px;
}

#july-hero .july-form-inner>p {
    font-size: 29.5px;
    line-height: 1;
    letter-spacing: 0.01em;
    margin-bottom: 26px;
}

#july-hero .form-action {
    display: flex;
    justify-content: center;
}

@supports (background: -webkit-named-image(i)) {

    #july-hero .button {
        padding-top: 2px;
    }
}

@media screen and (max-width: 1199px) {
    #july-hero .july-form {
        margin-left: 30px;
    }

    #july-hero .form-field .radio-field {
        flex-wrap: wrap;
    }
}

@media screen and (max-width: 991px) {
    #july-hero .container {
        flex-direction: column;
        align-items: center;
    }

    #july-hero .july-form {
        max-width: inherit;
        margin-left: 0;
    }

    #july-hero .container {
        max-width: 100%;
        width: 100%;
    }
}

@media screen and (max-width: 767px) {

    #july-hero .button {
        width: 188px;
        height: 31px;
        border-radius: 16px;
        font-size: 1.0625em;
    }
}

@media screen and (max-width: 567px) {

    #july-hero .july-form-wrapper {
        padding: 0;
        border-radius: 0;
        background-position: bottom;
        background-image: url(../images/hero/form-back-m@2x.webp);
    }

    #july-hero .july-form-top {
        top: unset;
        padding: 34px 21px 45px;
    }

    #july-hero .july-form {
        width: calc(100% + 30px);
        margin: 0 -15px;
        padding: 0;
        max-width: none;
    }

    #july-hero .button {
        padding: 0;
        width: 11em;
        height: 2.2em;
        font-size: 1.1em;
        margin-top: 10px;
        border-radius: 1.1em;
        bottom: unset;
        z-index: 9;
    }

    #july-hero .july-form .button {
        margin: 0 auto;
        margin-top: 1em;
        bottom: unset;
    }
    #july-hero .sub-headline + p {
        font-size: 24px;
        line-height: 1.32;
    }
}