#popup-july2 .popup-content {
    width: 700px;
    height: 500px;
    padding: 0 15px;
    background-image: url(../images/hero/popup-back.webp);
    background-image: -webkit-image-set(url("../images/hero/popup-back.webp") 1x,
            url("../images/hero/popup-back@2x.webp") 2x);
}

#popup-july2 .popup-close {
    width: auto;
    height: auto;
    top: 0;
    right: 0;
    padding: 15px;
}

#popup-july2 form {
    margin-top: 15px;
}

#popup-july2 .button {
    width: 10.5em;
    height: 2.2em;
    border-radius: 1.1em;
    font-size: 1.2em;
    margin-top: 10px;
    padding: 0;
    color: black;
}

#popup-july2 .popup-thanks .button {
    margin-top: 20px;
}

#popup-july2 .form-text {
    max-width: 464px;
    font-size: 28px;
    line-height: 40px;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
    -webkit-text-stroke: 5px #053c63;
    paint-order: stroke fill;
}

#popup-july2 .thanks-top {
    font-size: 36px;
    line-height: 40px;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
    -webkit-text-stroke: 5px #053c63;
    paint-order: stroke fill;
    margin-bottom: 1em;
}

#popup-july2 .thanks-bottom {
    font-size: 26px;
    line-height: 36px;
    color: #ffffff;
    text-align: center;
    max-width: 396px;
}

@supports (background: -webkit-named-image(i)) {
  #popup-july2 .button {
    padding-top: 4px;
  }
}

@media screen and (max-width: 567px) {
    #popup-july2 .popup-content {
        width: 100%;
        height: 100%;
        background-image: url(../images/hero/popup-back-m.webp);
        background-image: -webkit-image-set(url("../images/hero/popup-back-m.webp") 1x,
                url("../images/hero/popup-back-m@2x.webp") 2x);
    }

    #popup-july2 form {
        margin-top: 30px;
    }

    #popup-july2 .form-text {
        max-width: 373px;
        font-size: 20px;
        line-height: 30px;
        -webkit-text-stroke: 4px #053c63;
    }

    #popup-july2 .thanks-top {
        max-width: 223px;
        font-size: 27px;
        line-height: 37px;
        -webkit-text-stroke: 4px #053c63;
    }

    #popup-july2 .form-text span {
        font-size: 27px;
    }

    #popup-july2 .thanks-bottom {
        font-size: 18px;
        line-height: 26px;
        max-width: 271px;

    }
}