

/* Start:/local/components/pragma/certificate.form/templates/.default/style.css?17800658283514*/
.certificate-page { padding: 32px 0 64px; }
.certificate-layout { align-items: flex-start; }
.certificate-visual,
.certificate-form-card {
    background: #fff;
    border: 1px solid #ececec;
}
.certificate-visual {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 16px 16px 12px;
}
.certificate-visual img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: contain;
}
.certificate-placeholder {
    align-items: center;
    background: linear-gradient(135deg, #f7f1ea 0%, #f3e2d0 100%);
    color: #8f6f5e;
    display: flex;
    font-size: 18px;
    font-weight: 600;
    justify-content: center;
    min-height: 472px;
    padding: 24px;
    text-align: center;
    width: 100%;
}
.certificate-form-card { padding: 36px 36px 32px; }
.certificate-title {
    font-size: 28px;
    font-weight: 700;
    line-height: 1.1;
    margin-top: 0;
    margin-bottom: 20px;
}
.certificate-description {
    color: #333;
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 35px;
}
.certificate-section-title {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .08em;
    margin-bottom: 14px;
    text-transform: uppercase;
}
.certificate-nominals {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 35px;
}
.certificate-nominal input { display: none; }
.certificate-nominal-label {
    background: #f4f4f4;
    border: 1px solid transparent;
    color: #111;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    font-size: 14px;
    font-weight: 500;
    justify-content: center;
    min-width: 92px;
    padding: 10px 18px;
    line-height: 1;
    transition: all .2s ease;
}
.certificate-nominal-amount {
    font-size: 21px;
    font-weight: 400;
    line-height: 1;
}
.certificate-nominal-space {
    line-height: 1;
}
.certificate-currency-symbol,
.certificate-currency-text {
    color: currentColor;
    display: inline-flex;
    font-size: 21px;
    font-weight: 400;
    line-height: 1;
}
.certificate-currency-symbol {
    width: 1em;
    height: 1em;
    flex: 0 0 1em;
}
.certificate-currency-symbol svg {
    display: block;
    width: 100%;
    height: 100%;
    fill: currentColor;
}
.certificate-nominal-label:hover {
    background: #e9e9e9;
}
.certificate-nominal input:checked + .certificate-nominal-label {
    background: #e61e25;
    border-color: #e61e25;
    color: #fff;
}
.certificate-form-card .form-group { margin-bottom: 20px; }
.certificate-form-card label {
    color: #7a7a7a;
    font-size: 12px;
    font-weight: 400;
    margin-bottom: 8px;
}
.certificate-form-card .form-control {
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 0;
    box-shadow: none;
    box-sizing: border-box;
    font-size: 14px;
    min-height: 0;
    padding: 12px 15px;
    transition: border-color .2s ease;
}
.certificate-form-card .form-control:focus {
    border-color: #ea2824;
    box-shadow: none;
}
.certificate-form-card .form-control::placeholder {
    color: #b0b0b0;
}
#pragma-certificate-submit-btn {
    background: #e61e25;
    border-color: #e61e25;
    color: #fff;
}
.certificate-note {
    color: #6b6b6b;
    font-size: 13px;
    line-height: 1.6;
    margin-top: 16px;
}

@media (max-width: 991.98px) {
    .certificate-page { padding-top: 16px; }
    .certificate-visual { margin-bottom: 24px; padding: 12px 12px 8px; }
    .certificate-form-card { padding: 24px 20px; }
    .certificate-title { font-size: 28px; }
}

/* End */
/* /local/components/pragma/certificate.form/templates/.default/style.css?17800658283514 */
