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

#july-promo {
    font-size: 16px;
    --red: #d70011;
    --yellow: #fef22e;
    --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: 80px;
    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@2x.jpg);
    background-image: -webkit-image-set(url("../images/hero/form-back.webp") 1x,
            url("../images/hero/form-back@2x.webp") 2x);
    background-image: image-set(url("../images/hero/form-back.webp") type("image/webp") 1x,
            url("../images/hero/form-back@2x.webp") type("image/webp") 2x);
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    padding-top: 38px;
}

#july-hero .headline {
    margin-bottom: 30px;
}

#july-hero .july-form-inner {
    width: 625px;
    padding: 26px 20px 0;
    padding-top: 0;
}

#july-hero .july-main {
    flex-basis: 650px;
    flex-grow: 0;
}

#july-hero .july-main p {
    font-size: 22px;
    line-height: 36px;
    margin-bottom: 0;
    width: 100%;
}

#july-hero .july-main p.h1 {
    width: 100%;
    font-size: 46px;
    line-height: 60px;
    margin-bottom: 22px;
    margin-top: 0;
    font-weight: bolder;
}

#july-hero .button {
    width: 250px;
    height: 47px;
    border-radius: 24px;
    font-size: 1.3125em;
    padding: 0;
}

#july-hero .july-main .button {
    margin-top: 24px;
}

#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: 27px;
    line-height: 1;
    letter-spacing: 0.01em;
    margin-bottom: 26px;
}

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

#july-banner {
    margin-bottom: 30px;
}

#july-hero .logo {
    margin-bottom: 30px;
}
#july-banner {
    margin-top: 53px;
}
@supports (background: -webkit-named-image(i)) {
    #july-banner .button {
        padding-top: 2px;
    }

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

    #july-hero .july-main p {
        font-size: 23px;
    }
}

.container.promo-wrapper {
    width: 1228px !important;
}

#july-hero form.uni-style .form-field input,
#july-hero form.uni-style .form-field textarea,
#july-hero form.uni-style .form-field select {
    background-color: white;
}

@media screen and (max-width: 1330px) {
    #july-hero .july-main br {
        display: none;
    }

}

@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-main {
        padding-top: 40px;
    }

    #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 .july-main {
        padding-top: 93px;
        padding-bottom: 99px;
    }

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

    #july-hero .july-main .button {
        margin-top: 17px;
    }

    #july-hero .headline {
        left: unset;
    }
}

@media screen and (max-width: 567px) {
    #july-promo {
        overflow: visible;
        padding-bottom: 2em;
    }

    #july-hero {
        margin-bottom: 21px;
    }
    #july-hero .july-form-wrapper {
        padding: 0;
        border-radius: 0;
        background-position: bottom;
        background-image: url(../images/hero/form-back-m@2x.jpg);
        background-image: -webkit-image-set(url("../images/hero/form-back-m.webp") 1x,
                url("../images/hero/form-back-m@2x.webp") 2x);
        background-image: image-set(url("../images/hero/form-back-m.webp") type("image/webp") 1x,
                url("../images/hero/form-back-m@2x.webp") type("image/webp") 2x);
    }

    #july-hero .july-form-top {
        top: unset;
        padding-bottom: 52px;
        padding-top: 49px;
    }

    #july-hero .july-main p {
        font-size: 14px;
        line-height: 1.3125;
        width: 100%;
        /* font-weight: unset; */
        max-width: 354px;
        padding: 0 6px;
    }

    #july-hero .july-main p.h1 {
        font-size: 19px;
        line-height: 1.5;
        margin-bottom: 9px;
        margin-top: 16px;
        width: 100%;
        max-width: 384px;
        font-family: 'Poppins-Bold';
    }

    #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;
        background-color: #e81c24;
    }

    #july-hero .container {
        padding: 0;
    }

    #july-hero .july-main {
        padding-top: 18%;
        padding-bottom: 20%;
    }

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

    #july-hero .headline {
        margin-bottom: 28px;
    }
    #july-hero .headline + p {
        font-size: 24px;
        line-height: 1;
        letter-spacing: 0.01em;
        width: 290px;
        margin-bottom: 26px;
    }

    #july-hero .july-form .button {
        padding-top: 0;
        z-index: 1;
        width: 12em;
    }

    #july-hero .logo {
        margin-bottom: -7px;
        width: 168px;
    }

    #july-banner {
        margin-bottom: 21px;
    }

    #july-banner .button {
        font-size: 1.15em;
    }

    #july-hero .july-main br {
        display: block;
    }

    @supports (background: -webkit-named-image(i)) {
        #july-banner .button {
            padding-top: 1px;
        }

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

        #july-hero .july-main p.h1 {
            font-size: 17px;
        }
    }
}

@media screen and (max-width: 375px) {
    #july-hero .july-main {
        padding-top: 11%;
        padding-bottom: 10%;
    }
}