.login_register_popup_open .lity {
    background: rgba(5, 30, 51, 0.85);
}

.login_register_popup_open .lity .lity-wrap {
    padding: 50px 20px;
}

.login_register_popup_open .lity .lity-container {
    width: 100%;
    max-width: 556px;
}

.login_register_popup_open .lity .lity-content {
    background: #fff;
}

.login_register_popup_open .lity .lity-close {
    position: absolute;
    top: 20px;
    right: 20px;
    opacity: 1;
    background-color: transparent !important;
    font-size: 0;
    width: 24px;
    height: 24px;
    transition: all 0.5s ease;
    background-image: url(../images/popup_cls_btn.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.login_register_popup_open .lity .lity-close:hover {
    background-image: url(../images/popup_cls_btn_red.svg);
}

.login_register_popup_open .lity .lity-content .header-links-wrapper-form {
   /* padding: 75px 35px 40px;*/
    padding: 60px 35px 40px;
}

.login_register_popup_open iframe {
    width: 100%;
    border: none;
    /*height: calc(100vh - 215px);*/
    /*max-height: 545px;*/
	height: calc(100vh - 140px);
	max-height: 605px;
}

button.lity-close:focus {
    outline: 2px solid #000 !important;
}

@media (max-width:1199px) {
    .login_register_popup_open .lity .lity-content .header-links-wrapper-form {
        padding: 60px 22px 35px;
    }

    .login_register_popup_open .lity .lity-close {
        top: 15px;
        right: 15px;
        width: 21px;
        height: 21px;
    }
}

@media (max-width:767px) {
    .login_register_popup_open .lity .lity-content .header-links-wrapper-form {
        padding: 45px 10px 30px;
    }

    .login_register_popup_open .lity .lity-close {
        width: 18px;
        height: 18px;
    }
}

.gform_confirmation_message .feedback_form {
    margin-top: 30px;
    margin-bottom: 100px;
}

.gform_confirmation_message .feedback_form br {
    display: none;
}

.gform_confirmation_message .feedback_form .radio_button_label {
    margin-bottom: 15px;
}

.gform_confirmation_message .feedback_form .radio_button_list {
    columns: 2;
    gap: 10px;
}

.gform_confirmation_message .feedback_form .radio_button_list .radio_button_list_item {
    display: flex;
    width: calc(50% - 5px);
    align-items: center;
    margin-bottom: 15px;
}

.gform_confirmation_message .feedback_form .radio_button_list .radio_button_list_item label {
    margin-bottom: 0;
    margin-left: 10px;
    white-space: nowrap;
}

.feedback_success {
    margin-top: 30px;
    font-size: 16px;
    color: #006152;
}