.ninfo-contacts { width: 100%; }
.ninfo-contacts *, .ninfo-contacts *::before, .ninfo-contacts *::after { box-sizing: border-box; }
.ninfo-contacts__intro { max-width: 760px; margin: 0 0 24px; }
.ninfo-contacts__intro > span { display: block; margin-bottom: 7px; color: #f36b21; font-size: 12px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
.ninfo-contacts__intro h2 { margin: 0 0 10px; font-size: 30px; font-weight: 500; line-height: 1.1; }
.ninfo-contacts__intro p { margin: 0; color: #697077; font-size: 15px; line-height: 1.55; }
.ninfo-contacts__layout { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); gap: 24px; align-items: start; }
.ninfo-contacts__details, .ninfo-contacts__form { padding: 24px; border: 1px solid #e4e6e8; border-radius: 16px; background: #fff; }
.ninfo-contacts__details h2, .ninfo-contacts__form h2 { margin: 0 0 18px; font-size: 23px; font-weight: 500; }
.ninfo-contacts__form > p { margin: -9px 0 19px; color: #777e84; font-size: 13px; }
.ninfo-contact-row { display: grid; grid-template-columns: 130px minmax(0, 1fr); gap: 14px; padding: 13px 0; border-top: 1px solid #eceef0; }
.ninfo-contact-row span { color: #81878d; font-size: 12px; }
.ninfo-contact-row strong, .ninfo-contact-row a { color: #292d31; font-size: 14px; font-weight: 600; text-decoration: none; overflow-wrap: anywhere; }
.ninfo-contact-row a:hover { color: #e75d14; }
.ninfo-contacts__news { display: inline-flex; margin-top: 18px; padding: 10px 13px; border-radius: 11px; background: #fff0e6; color: #d95813 !important; font-size: 13px; font-weight: 600; text-decoration: none !important; }
.ninfo-contacts__legal { margin-top: 23px; padding-top: 20px; border-top: 1px solid #e8eaec; }
.ninfo-contacts__legal h3 { margin: 0 0 10px; font-size: 16px; font-weight: 600; }
.ninfo-contacts__legal p { margin: 5px 0; color: #6e757b; font-size: 12px; line-height: 1.45; }
.ninfo-contacts__legal div { display: flex; flex-wrap: wrap; gap: 8px 15px; margin-top: 12px; }
.ninfo-contacts__legal a { color: #d95a16 !important; font-size: 12px; }
.ninfo-feedback { display: grid; gap: 15px; }
.ninfo-feedback > label:not(.ninfo-feedback__consent) { display: grid; gap: 6px; }
.ninfo-feedback label > span { color: #555c62; font-size: 12px; font-weight: 600; }
.ninfo-feedback input[type="text"], .ninfo-feedback input[type="email"], .ninfo-feedback textarea { width: 100%; border: 1px solid #dfe2e5; border-radius: 11px; outline: 0; background: #fff; color: #25292d; font: inherit; font-size: 14px; transition: border-color .15s, box-shadow .15s; }
.ninfo-feedback input[type="text"], .ninfo-feedback input[type="email"] { height: 43px; padding: 0 13px; }
.ninfo-feedback textarea { min-height: 145px; padding: 12px 13px; resize: vertical; line-height: 1.5; }
.ninfo-feedback input:focus, .ninfo-feedback textarea:focus { border-color: #f36b21; box-shadow: 0 0 0 3px rgba(243,107,33,.12); }
.ninfo-feedback__consent { display: flex; gap: 9px; align-items: flex-start; }
.ninfo-feedback__consent input { flex: 0 0 auto; width: 17px; height: 17px; margin: 1px 0 0; accent-color: #f36b21; }
.ninfo-feedback__consent span { font-weight: 400 !important; line-height: 1.4; }
.ninfo-feedback__consent a { color: #d95813 !important; }
.ninfo-feedback button { min-height: 43px; border: 0; border-radius: 11px; background: #f36b21; color: #fff; font-size: 14px; font-weight: 700; cursor: pointer; transition: background .15s, transform .15s; }
.ninfo-feedback button:hover { background: #df5912; transform: translateY(-1px); }
.ninfo-feedback__message { margin-bottom: 15px; padding: 12px 14px; border-radius: 11px; font-size: 13px; line-height: 1.4; }
.ninfo-feedback__message--success { background: #eaf7ee; color: #27733d; }
.ninfo-feedback__message--error { background: #fff0ef; color: #a43b34; }
html[data-theme="dark"] .ninfo-contacts__intro h2, html[data-theme="dark"] .ninfo-contacts__details h2, html[data-theme="dark"] .ninfo-contacts__form h2, html[data-theme="dark"] .ninfo-contacts__legal h3 { color: #f2f3f4; }
html[data-theme="dark"] .ninfo-contacts__details, html[data-theme="dark"] .ninfo-contacts__form { border-color: #383e44; background: #202429; }
html[data-theme="dark"] .ninfo-contact-row, html[data-theme="dark"] .ninfo-contacts__legal { border-color: #383e44; }
html[data-theme="dark"] .ninfo-contact-row strong, html[data-theme="dark"] .ninfo-contact-row a { color: #edf0f2; }
html[data-theme="dark"] .ninfo-feedback label > span { color: #c9ced2; }
html[data-theme="dark"] .ninfo-feedback input[type="text"], html[data-theme="dark"] .ninfo-feedback input[type="email"], html[data-theme="dark"] .ninfo-feedback textarea { border-color: #444b52; background: #282d32; color: #f1f2f3; }
html[data-theme="dark"] .ninfo-contacts__news { background: #34271f; color: #ff8a48 !important; }
@media (max-width: 760px) { .ninfo-contacts__layout { grid-template-columns: 1fr; gap: 16px; } .ninfo-contacts__details, .ninfo-contacts__form { padding: 18px 16px; border-radius: 14px; } .ninfo-contact-row { grid-template-columns: 1fr; gap: 4px; } .ninfo-contacts__intro h2 { font-size: 25px; } }
