

/* Start:/bitrix/templates/E-gorc/css/help-center.css?17779611392388*/
/* ===== BASE ===== */

.help-page {
    background: #f7f7fb;
    font-family: 'Inter', sans-serif;
}

/* ===== LAYOUT ===== */

.help-hero {
    padding: 60px 20px;
}

.help-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 40px;
}

/* ===== LEFT IMAGE ===== */

.help-image-side {
    flex: 1;
}

.help-image-card {
    background: #fff;
    border-radius: 16px;
    padding: 20px;
    box-shadow: 0 10px 40px rgba(0,0,0,0.05);
}

.help-image {
    width: 100%;
    height: auto;
    border-radius: 12px;
    object-fit: cover;
}

/* ===== RIGHT FORM ===== */

.help-form-side {
    flex: 1;
}

.help-form-card {
    background: #fff;
    border-radius: 16px;
    padding: 30px;
    box-shadow: 0 10px 40px rgba(0,0,0,0.05);
}

/* ===== TEXT ===== */

.help-label {
    display: inline-block;
    font-size: 12px;
    color: #8451E5;
    background: rgba(132,81,229,0.1);
    padding: 6px 10px;
    border-radius: 6px;
    margin-bottom: 10px;
}

.help-form-card h1 {
    font-size: 28px;
    margin-bottom: 10px;
}

.help-form-card p {
    font-size: 14px;
    color: #666;
    margin-bottom: 25px;
}

/* ===== FORM ===== */

.help-form {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.form-row {
    display: flex;
    gap: 15px;
}

.form-group {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.form-group label {
    font-size: 13px;
    margin-bottom: 5px;
    color: #444;
}

.form-group input,
.form-group textarea {
    padding: 12px 14px;
    border-radius: 8px;
    border: 1px solid #ddd;
    font-size: 14px;
    transition: 0.2s;
}

.form-group input:focus,
.form-group textarea:focus {
    border-color: #8451E5;
    outline: none;
    box-shadow: 0 0 0 2px rgba(132,81,229,0.1);
}

/* ===== BUTTON ===== */

.help-submit-btn {
    margin-top: 10px;
    padding: 14px;
    border-radius: 10px;
    background: #8451E5;
    color: #fff;
    font-size: 16px;
    border: none;
    cursor: pointer;
    transition: 0.2s;
}

.help-submit-btn:hover {
    opacity: 0.9;
}

/* ===== RESPONSIVE ===== */

@media (max-width: 992px) {
    .help-container {
        flex-direction: column;
    }

    .form-row {
        flex-direction: column;
    }
}

@media (max-width: 600px) {
    .help-form-card {
        padding: 20px;
    }

    .help-form-card h1 {
        font-size: 22px;
    }
}
/* End */
/* /bitrix/templates/E-gorc/css/help-center.css?17779611392388 */
