#popup-cr {
    --green: #0C6B46;
}
#popup-cr.popup .popup-content {
    width: 630px;
    height: auto;
    border-radius: 15px;
    background-color: #F5F5F5;
}
#popup-cr.popup .popup-default {
    height: 652px;
    padding: 45px 35px;
}
#popup-cr.popup .popup-thanks {
    height: 414px;
}
#popup-cr p.f-green {
    font-size: 2em;
    margin-bottom: 10px;
}
#popup-cr p.f-black {
    font-size: 1em;
}
#popup-cr .popup-thanks p.f-black {
    font-size: 1.125em;
}
#popup-cr form {
    margin-top: 35px;
}
#popup-cr .button {
    width: 232px;
    height: 40px;
    border-radius: 20px;
    font-size: 1.25em;
    margin-top: 16px;
}
#popup-cr .popup-thanks .button {
    margin-top: 30px;
}
@media screen and (max-width: 567px) {
    #popup-cr {
        position: relative;
        top: inherit;
        left: inherit;
    }
    #popup-cr.popup .popup-default,
    #popup-cr.popup .popup-thanks {
        height: auto;
    }
    #popup-cr.popup .popup-close {
        display: none;
    }
    #popup-cr.popup .popup-content {
        padding: 0 9px 60px;
        height: auto;
        border-radius: 0;
        background-color: #fff;
    }
    #popup-cr.popup .popup-form {
        width: 100%;
    }

}