#aug-promo {
    font-size: 16px;
    --blue: #36A9E1;
    --yellow: #facc29;
    --gray: #a3a3a6;
    --focus-border: #000;
    --focus-color: #79797b;
    --error-border: #e32e22;
    --error-color: #e32e22;
}

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

#aug-hero .aug-form {
    padding-top: 106px;
    padding-bottom: 125px;
    margin-left: 50px;
    max-width: 50%;
}

#aug-hero .aug-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);
}

#aug-hero .aug-form-wrapper:before,
#aug-hero .aug-form-wrapper:after,
#aug-hero .aug-form-top:after {
    content: '';
    display: block;
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    pointer-events: none;
}
#aug-hero .aug-form-wrapper:before {
    width: 382px;
    height: 157px;
    left: -48px;
    top: -30px;
    background-image: url(../images/hero/jet-left.webp);
    background-image: -webkit-image-set(url("../images/hero/jet-left.webp") 1x, url("../images/hero/jet-left@2x.webp") 2x);
}
#aug-hero .aug-form-wrapper:after {
    width: 128px;
    height: 64px;
    right: -23px;
    bottom: -20px;
    background-image: url(../images/hero/jet-bottom.webp);
    background-image: -webkit-image-set(url("../images/hero/jet-bottom.webp") 1x, url("../images/hero/jet-bottom@2x.webp") 2x);
}
#aug-hero .aug-form-top:after {
    width: 224px;
    height: 173px;
    right: -50px;
    top: 25px;
    z-index: -1;
    background-image: url(../images/hero/jet-right.webp);
    background-image: -webkit-image-set(url("../images/hero/jet-right.webp") 1x, url("../images/hero/jet-right@2x.webp") 2x);
}
#aug-hero .aug-form-top {
    padding-top: 40px;
    margin-bottom: 16px;
}

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

#aug-hero .aug-form .button {
    bottom: -22px;
    padding-top: 0.2em;
    background-color: var(--blue);
}

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

#aug-hero .aug-form form.uni-style .form-field {
    padding: 12.5px 10px;
    
}
#aug-hero .aug-form-inner>p,
#aug-hero .aug-form-inner h3 {
    font-size: 27px;
    line-height: 1;
    letter-spacing: 0.01em;
    margin-bottom: 22.5px;
}

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

@supports (background: -webkit-named-image(i)) {
    #aug-hero .button {
        padding-top: 2px;
    }
}

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

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

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

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

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

@media screen and (max-width: 767px) {
    #aug-hero .button {
        width: 188px;
        height: 31px;
        border-radius: 16px;
        font-size: 1.0625em;
    }
}

@media screen and (max-width: 567px) {
    #aug-hero .aug-form-wrapper {
        padding: 0;
        border-radius: 0;
        background-position: bottom;
        background-image: url(../images/hero/form-back-m@2x.webp);
    }

    #aug-hero .aug-form-wrapper:after,
    #aug-hero .aug-form-top:after {
        display: none;
    }
    #aug-hero .aug-form-wrapper:before {
        width: 329px;
        height: 155px;
        top: -77px;
        margin-left: 165px;
        left: -40%;
        background-image: url(../images/hero/jet-top.webp);
        background-image: -webkit-image-set(url("../images/hero/jet-top.webp") 1x, url("../images/hero/jet-top@2x.webp") 2x);
    }

    #aug-hero .aug-form-top {
        top: unset;
        padding: 59px 23px 60px;
        margin-bottom: 0;
    }

    #aug-hero .aug-form {
        width: 100%;
        margin: 0;
        padding: 0;
        max-width: none;
    }

    #aug-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;
    }

    #aug-hero .aug-form .button {
        margin: 0 auto;
        margin-top: 28px;
        bottom: unset;
        height: 45px;
        width: 235px;
        font-size: 20px;
    }
}