

/* Start:/local/templates/.default/components/bitrix/main.feedback/presentation_form/style.css?17810890291584*/
/* Фон модального окна */
.pform-overlay {
    position: fixed;
    top: 0; left: 0; width: 100%; height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 9999;
    display: none; 
    justify-content: center;
    align-items: center;
}

/* Белое окошко */
.pform-window {
    background: #ffffff;
    padding: 35px 25px 25px 25px;
    border-radius: 10px;
    width: 100%;
    max-width: 450px;
    position: relative;
    box-shadow: 0 5px 25px rgba(0,0,0,0.5);
    font-family: Arial, sans-serif;
}

/* Кнопка закрытия */
.pform-close {
    position: absolute;
    top: 10px; right: 15px;
    font-size: 28px;
    color: #aaa;
    text-decoration: none;
    line-height: 1;
}
.pform-close:hover { color: #000; }

/* Поля формы */
.pform-window .form-group {
    margin-bottom: 15px;
}
.pform-window .form-group label {
    display: block;
    font-size: 13px;
    color: #333;
    margin-bottom: 5px;
    font-family: Arial, sans-serif;
}
.pform-window input[type="text"],
.pform-window textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
}
.pform-window input[type="submit"] {
    background: #0071C9;
    color: #ffffff;
    font-weight: bold;
    border: none;
    padding: 12px;
    border-radius: 5px;
    cursor: pointer;
    width: 100%;
    margin-top: 10px;
}
.pform-success-msg {
    color: green;
    font-weight: bold;
    text-align: center;
    font-family: Arial, sans-serif;
}

.pform-overlay:target {
    display: flex !important;
}
/* End */
/* /local/templates/.default/components/bitrix/main.feedback/presentation_form/style.css?17810890291584 */
