Согласие на обработку персональных данных
n
nn // Email-антиботn (function() {n const u = "info", d = "accp-cniitmash.ru";n document.getElementById("accp-consent-email").innerHTML =n `${u}@${d}`;n })();nn
n.accp-consent-wrapper {n max-width: 740px;n margin: 36px auto;n background: #fff;n border-radius: 13px;n border: 1.6px solid #e7fbe2;n box-shadow: 0 4px 28px rgba(60,192,60,0.09);n padding: 36px 20px 24px 20px;n font-family: 'Segoe UI', Arial, sans-serif;n color: #183a22;n font-size: 1.05rem;n line-height: 1.75;n}n.accp-consent-head {n text-align: center;n margin-bottom: 16px;n animation: fadeInTop 1s cubic-bezier(.46,.03,.52,.96);n}n.accp-consent-title {n font-size: 1.28rem;n font-weight: 700;n color: #27993a;n margin-top: 8px;n margin-bottom: 2px;n letter-spacing: 0.01em;n}n.accp-consent-block ul {n margin-left: 18px;n margin-top: 3px;n margin-bottom: 7px;n}n.accp-consent-block li {n margin-bottom: 4px;n}n.accp-consent-block a {n color: #29973a;n text-decoration: underline;n transition: color 0.2s;n}n.accp-consent-block a:hover {n color: #1b7322;n}n.accp-consent-note {n margin-top: 16px;n color: #7ba67d;n font-size: 0.97em;n line-height: 1.5;n}n.accp-consent-footer {n color: #adb7aa;n font-size: 0.97em;n margin-top: 10px;n text-align: right;n}n@media (max-width: 600px) {n .accp-consent-wrapper {n max-width: 97vw;n padding: 10px 3vw 10px 3vw;n font-size: 0.98rem;n }n .accp-consent-title { font-size: 1.07rem; }n .accp-consent-footer { font-size: 0.92em; text-align: center; }n}nnn