@font-face{font-family:'LatoWeb';src:url(https://pos.gosuslugi.ru/bin/fonts/Lato/fonts/Lato-Regular.woff2) format('woff2');font-weight:400;font-style:normal}:root{--accent:#005780;--accent-hover:#004199;--bg:#fff;--text-dark:#222;--border-color:#d0d0d0;--shadow:0 2px 6px rgba(0,0,0,.05);--transition:all .3s ease;--gap:1rem}*{box-sizing:border-box}html{scroll-behavior:smooth;font-family:'Segoe UI',Arial,sans-serif;color:var(--text-dark)}.fade-down{opacity:0;transform:translateY(-20px);transition:all .6s ease-out}.fade-down.show{opacity:1;transform:translateY(0)}@keyframes fadeUp {
    from { opacity: 0; transform: translateY(20px); }
    to { opacity: 1; transform: translateY(0); }
}@keyframes blinkingText {
    0% { color: white; }
    50% { color: #ffcccc; }
    100% { color: white; }
}.blink{animation:blinkingText 1.5s infinite}#pen_navigation .menu-item:not(:last-child)::after {content:none!important}#pen_navigation .menu-item{margin:0!important;padding:3.5px!important}#pen_navigation .menu-item a{padding:1 3px!important;margin:0!important;border-radius:0;transition:background-color .3s ease;font-size:1rem}#pen_navigation .menu{margin:0!important;padding:0!important;gap:0!important;display:flex!important;align-items:center!important;justify-content:center!important;flex-wrap:nowrap!important}@media (max-width:768px){#pen_navigation .menu{overflow-x:auto;white-space:nowrap;padding:5px 0}#pen_navigation .menu-item{display:inline-block;flex:0 0 auto}#pen_navigation .menu-item a{padding:3px 5px!important;font-size:1rem}}.menu-widget-container{max-width:100%;width:100%;margin:0 auto 1rem;font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;box-sizing:border-box}.menu-top-panel{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1rem;justify-content:center;width:100%}.menu-widget-item{display:inline-flex;align-items:center;justify-content:center;padding:14px 20px;background:linear-gradient(135deg,#2b8bed 0%,#1272d3 100%);color:#fff!important;text-decoration:none;border-radius:10px;font-weight:600;font-size:16px;line-height:1.3;text-align:center;transition:all .3s ease;border:none;box-shadow:0 4px 12px rgba(0,0,0,.1);flex:1;min-width:200px;max-width:100%;box-sizing:border-box}.menu-widget-item:hover{transform:translateY(-2px);box-shadow:0 6px 20px rgba(0,0,0,.15);background:linear-gradient(135deg,#3453ee 0%,#2b8bed 100%)}.button-doblest{background:linear-gradient(135deg,#ce1717 0%,#bf2626 100%)!important}.button-mob{background:linear-gradient(135deg,#335e08 0%,#3b6e09 100%)!important}.bvi-open{background:linear-gradient(135deg,#ce1717 0%,#bf2626 100%)!important}.menu-widget{display:flex;flex-direction:column;gap:.5rem;width:100%}.menu-category{background:linear-gradient(135deg,#f5f7fa 0%,#e4edf5 100%);border-radius:12px;overflow:hidden;box-shadow:0 4px 12px rgba(0,0,0,.08);transition:all .3s ease;position:relative;width:100%}.menu-category:hover{box-shadow:0 6px 20px rgba(0,0,0,.12)}.menu-category-title{padding:18px 25px;font-size:17px;font-weight:700;color:#2c3e50;cursor:pointer;display:flex;align-items:center;justify-content:space-between;background:linear-gradient(135deg,#fff 0%,#f8fafc 100%);border-bottom:1px solid #e2e8f0;transition:all .3s ease;user-select:none;position:relative;z-index:2;box-sizing:border-box}.menu-category-title:hover{background:linear-gradient(135deg,#f8fafc 0%,#f1f5f9 100%)}.menu-category-title::after{content:'▶';font-size:14px;transition:transform .3s ease;color:#0073aa}.menu-category.open .menu-category-title::after{transform:rotate(90deg)}.menu-category.open .menu-category-title{background:linear-gradient(135deg,#0073aa 0%,#005a87 100%);color:#fff}.menu-items{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:.6rem;padding:15px;background:#fff;display:none;max-height:0;overflow:hidden;transition:max-height .3s ease , padding .3s ease;width:100%;box-sizing:border-box}.menu-category.open .menu-items{display:grid;max-height:500px;overflow-y:auto;animation:slideDown .3s ease}.menu-items::-webkit-scrollbar{width:6px}.menu-items::-webkit-scrollbar-track{background:#f1f1f1;border-radius:3px}.menu-items::-webkit-scrollbar-thumb{background:linear-gradient(135deg,#0073aa 0%,#005a87 100%);border-radius:3px}.menu-items::-webkit-scrollbar-thumb:hover{background:linear-gradient(135deg,#005a87 0%,#046 100%)}.menu-items a{display:flex;align-items:center;padding:14px 16px;background:linear-gradient(135deg,#fff 0%,#f8fafc 100%);color:#2c3e50!important;text-decoration:none;border-radius:8px;font-weight:600;font-size:15px;line-height:1.4;border:1px solid #e2e8f0;transition:all .2s ease;position:relative;overflow:hidden;box-sizing:border-box}.menu-items a::before{content:'';position:absolute;left:0;top:0;height:100%;width:3px;background:linear-gradient(135deg,#0073aa 0%,#005a87 100%);opacity:0;transition:opacity .3s ease}.menu-items a:hover{background:linear-gradient(135deg,#0073aa 0%,#005a87 100%);color:#fff!important;transform:translateY(-1px);box-shadow:0 4px 12px rgba(0,115,170,.2);border-color:#0073aa}.menu-items a:hover::before{opacity:1}.menu-items a b{font-weight:700;color:inherit}@keyframes slideDown {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}@media (max-width:768px){.menu-top-panel{flex-direction:column;align-items:center;gap:.4rem}.menu-widget-item{min-width:100%;max-width:100%;font-size:15px;padding:12px 16px}.menu-items{grid-template-columns:1fr;padding:12px;gap:.5rem;max-height:400px}.menu-category-title{padding:16px 20px;font-size:1.1em}.menu-items a{padding:12px 14px;font-size:14px}}@media (max-width:480px){.menu-widget-container{margin-bottom:.5rem}.menu-top-panel{gap:.3rem;margin-bottom:.8rem}.menu-widget{gap:.4rem}.menu-widget-item{padding:11px 14px;font-size:14px}.menu-category-title{padding:14px 18px;font-size:1em}.menu-items{max-height:350px}}@media (max-height:800px){.menu-items{max-height:300px}}@media (max-height:600px){.menu-items{max-height:250px}}.widget .menu-widget-container{padding:0 10px}.menu-widget-container *{max-width:none!important}.main-page{max-width:1200px;margin:0 auto;padding:var(--gap)}body.page-id-2916 .entry-header.pen_content_header{display:none!important}.category-tabs{display:flex;flex-wrap:wrap;justify-content:center;gap:8px;margin-bottom:1rem;border-bottom:1px solid #ddd;padding-bottom:.5rem}.category-tab{padding:8px 16px;background:#eee;border-radius:4px;cursor:pointer;transition:background .3s , color .3s;font-weight:600;font-size:14px}.category-tab.active{background:var(--accent);color:#fff}.category-tab:hover:not(.active) {background:#ddd}.hero-post{position:relative;margin-bottom:1.5rem;border-radius:8px;overflow:hidden;box-shadow:var(--shadow);background:var(--bg)}.hero-post .hero-link{display:block;position:relative}.hero-post img{width:100%;height:500px;object-fit:cover;display:block;margin:0 auto}.hero-post .news-badge{position:absolute;top:16px;left:16px;background:var(--accent);color:#fff;padding:6px 12px;font-weight:bold;font-size:1rem;border-radius:4px;z-index:2}.hero-post .post-content{padding:1rem;display:flex;flex-direction:column;min-height:100px}.hero-post .post-title{font-size:1.4rem;font-weight:700;margin:0 0 .5rem;color:var(--text-dark);flex:1}.hero-post .post-meta{display:flex;justify-content:space-between;align-items:flex-end;margin-top:auto;font-size:.9rem;color:#777}.hero-slider{isolation:isolate}.hero-slides{position:relative;height:500px}.hero-slide{position:absolute;inset:0;display:block;opacity:0;z-index:0;pointer-events:none;transition:opacity .5s ease}.hero-slide.active{opacity:1;z-index:1;pointer-events:auto}.hero-slide img{width:100%;height:100%;object-fit:cover;display:block}.hero-slide .post-content{position:absolute;left:0;right:0;bottom:0;padding:1rem;display:flex;flex-direction:column;background:linear-gradient(to top,rgba(0,0,0,.65),rgba(0,0,0,0))}.hero-slide .post-title{font-size:1.4rem;font-weight:700;margin:0 0 .5rem;color:#fff;flex:1}.hero-slide .post-meta{display:flex;justify-content:space-between;align-items:flex-end;font-size:.9rem;color:#eee}.hero-slide .post-meta .post-category{background:var(--accent);color:#fff;padding:2px 8px;border-radius:3px}.hero-nav{position:absolute;top:50%;transform:translateY(-50%);z-index:3;width:40px;height:40px;border:none;border-radius:50%;background:rgba(0,0,0,.4);color:#fff;font-size:1.6rem;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s}.hero-nav:hover{background:rgba(0,0,0,.65)}.hero-prev{left:16px}.hero-next{right:16px}.hero-dots{position:absolute;bottom:12px;left:50%;transform:translateX(-50%);display:flex;gap:6px;z-index:3}.hero-dot{width:10px;height:10px;padding:0;border:none;border-radius:50%;background:rgba(255,255,255,.5);cursor:pointer;transition:background .2s}.hero-dot.active{background:#fff}@media (max-width:767px){.hero-post img,.hero-slides{height:260px}}@media (min-width:768px) and (max-width:1199px){.hero-post img,.hero-slides{height:360px}}.posts-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;margin-bottom:1rem}@media (min-width:768px){.posts-grid{grid-template-columns:repeat(3,1fr)}}@media (min-width:1200px){.posts-grid{grid-template-columns:repeat(4,1fr)}}.post-card{background:var(--bg);border-radius:8px;overflow:hidden;box-shadow:var(--shadow);transition:transform .2s;display:flex;flex-direction:column;height:100%}.post-card:hover{transform:translateY(-4px)}.post-image{width:100%;height:180px;object-fit:cover;background:#eee}.post-content{padding:1rem;display:flex;flex-direction:column;flex:1}.post-title{font-size:1rem;font-weight:600;margin:0 0 .5rem;color:var(--text-dark);flex:1}.post-meta{display:flex;justify-content:space-between;align-items:flex-end;margin-top:auto;font-size:.85rem;color:#777}.post-date::before{content:"📅 "}.post-category{background:var(--accent);color:#fff;padding:2px 6px;border-radius:3px;font-size:.75rem;white-space:nowrap}.pagination{display:flex;justify-content:center;gap:6px;margin-top:1rem;flex-wrap:wrap}.pagination a,.pagination span{padding:6px 10px;border:1px solid #ddd;border-radius:4px;text-decoration:none;color:#333;transition:background .3s;font-size:.9rem}.pagination a:hover{background:#eee}.pagination .current{background:var(--accent);color:#fff;border-color:var(--accent)}.pagination .dots{color:#999;border:none;pointer-events:none}.announcements-section{margin-top:2rem;padding-top:1rem;border-top:1px solid #ddd}.announcements-title{font-size:1.3rem;color:var(--accent);text-align:center;margin:0 0 1rem}.announcements-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}@media (min-width:768px){.announcements-grid{grid-template-columns:repeat(3,1fr)}}@media (min-width:1200px){.announcements-grid{grid-template-columns:repeat(4,1fr)}}.announcement-card{background:var(--bg);border-radius:8px;padding:1rem;box-shadow:var(--shadow);transition:transform .2s;display:flex;flex-direction:column;height:100%}.announcement-card:hover{transform:translateY(-4px)}.announcement-title{font-size:1rem;font-weight:600;margin:0 0 .5rem;color:var(--text-dark);flex:1}.announcement-date{font-size:.85rem;color:#777;display:flex;gap:4px;margin-bottom:.5rem}.announcement-date::before{content:"📅 "}.announcement-excerpt{font-size:.9rem;color:#555;line-height:1.4;flex:1}.hero-post a,.hero-slide,.post-card a,.announcement-card a{text-decoration:none!important;color:inherit!important}.skeleton-block{background:linear-gradient(90deg,#eee 25%,#f5f5f5 37%,#eee 63%);background-size:400% 100%;animation:skeleton-pulse 1.4s ease infinite;border-radius:4px}@keyframes skeleton-pulse {
    0% { background-position: 100% 50%; }
    100% { background-position: 0 50%; }
}.skeleton-hero-img{width:100%;height:500px;border-radius:8px 8px 0 0}.skeleton-card-img{width:100%;height:180px}.skeleton-line{height:14px;margin-bottom:8px}.skeleton-title{height:18px;width:80%}.skeleton-meta{width:50%}@media (max-width:767px){.skeleton-hero-img{height:260px}}@media (min-width:768px) and (max-width:1199px){.skeleton-hero-img{height:360px}}@keyframes fadeInUp {
    from { opacity: 0; transform: translateY(8px); }
    to   { opacity: 1; transform: translateY(0); }
}.hero-post:not(.skeleton),
.post-card:not(.skeleton),
.announcement-card:not(.skeleton) {animation:fadeInUp .35s ease both}.posts-grid .post-card:nth-child(1),
.announcements-grid .announcement-card:nth-child(1) {animation-delay:0ms}.posts-grid .post-card:nth-child(2),
.announcements-grid .announcement-card:nth-child(2) {animation-delay:40ms}.posts-grid .post-card:nth-child(3),
.announcements-grid .announcement-card:nth-child(3) {animation-delay:80ms}.posts-grid .post-card:nth-child(4),
.announcements-grid .announcement-card:nth-child(4) {animation-delay:120ms}.posts-grid .post-card:nth-child(5) {animation-delay:160ms}.posts-grid .post-card:nth-child(6) {animation-delay:200ms}.posts-grid .post-card:nth-child(7) {animation-delay:240ms}.posts-grid .post-card:nth-child(8) {animation-delay:280ms}.hero-progress{position:absolute;top:0;left:0;right:0;height:3px;background:rgba(255,255,255,.25);z-index:3}.hero-progress-bar{height:100%;width:0%;background:var(--accent);animation:heroProgress 6s linear}@keyframes heroProgress {
    from { width: 0%; }
    to   { width: 100%; }
}@media (max-width:767px){.category-tabs{flex-wrap:nowrap;justify-content:flex-start;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none;padding-bottom:.75rem;mask-image:linear-gradient(to right,transparent 0,black 16px,black calc(100% - 16px),transparent 100%);-webkit-mask-image:linear-gradient(to right,transparent 0,black 16px,black calc(100% - 16px),transparent 100%)}.category-tabs::-webkit-scrollbar{display:none}.category-tab{flex:0 0 auto}}.load-more-btn{display:block;margin:0 auto;padding:10px 28px;background:var(--accent);color:#fff;border:none;border-radius:6px;font-weight:600;font-size:.95rem;cursor:pointer;transition:opacity .2s}.load-more-btn:hover{opacity:.85}.load-more-btn:disabled{opacity:.6;cursor:default}.services-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem .5rem;margin:.1rem auto;max-width:1200px;padding:1rem}.service-card{background:var(--bg);border:none;border-radius:8px;padding:.5rem;display:flex;align-items:flex-start;gap:1rem;transition:var(--transition);box-shadow:var(--shadow);text-decoration:none;color:inherit;cursor:pointer;position:relative;z-index:1}.service-card:hover{transform:translateY(-4px);box-shadow:0 6px 20px rgba(0,0,0,.08)}.service-card[data-href=""] {cursor:not-allowed}.service-icon{font-size:2rem;color:var(--accent);min-width:50px;text-align:center}.service-content{flex:1;min-width:0}.service-title{font-size:1.2rem;font-weight:600;color:var(--text-dark);margin:0 0 .5rem 0;display:flex;align-items:center;gap:.5rem}.service-desc{font-size:.8rem;color:#555;line-height:1.2;margin:0}.construction-message{display:none;background:#f9f9f9;border:1px solid #ccc;border-radius:4px;padding:10px;margin-top:5px;font-size:.9em;color:#555;opacity:0;transition:opacity .3s ease;pointer-events:none}.construction-message.show{display:block;opacity:1}.my-unique-search-wrapper-2025{width:100%!important;max-width:500px!important;margin:0 auto!important;position:relative!important;box-sizing:border-box!important}.my-unique-search-form-2025{position:relative!important;display:flex!important;width:100%!important;box-sizing:border-box!important}.my-unique-search-form-2025 input{width:100%!important;padding:14px 20px 14px 20px!important;padding-right:52px!important;font-size:16px!important;border:2px solid #e0e0e0!important;border-radius:12px!important;outline:none!important;transition:all .3s ease!important;background:#fff!important;color:#333!important;box-shadow:0 2px 6px rgba(0,0,0,.05)!important;box-sizing:border-box!important;min-height:48px!important;line-height:normal!important}.my-unique-search-form-2025 input:focus{border-color:#4a90e2!important;box-shadow:0 4px 12px rgba(74,144,226,.2)!important}.my-unique-search-button-2025{position:absolute!important;right:6px!important;top:6px!important;width:36px!important;height:36px!important;border:none!important;background:#4a90e2!important;border-radius:8px!important;display:flex!important;align-items:center!important;justify-content:center!important;cursor:pointer!important;transition:background .3s ease!important;font-size:16px!important;color:#fff!important;padding:0!important;min-height:auto!important;min-width:auto!important}.my-unique-search-button-2025:hover{background:#357abd!important}.my-unique-search-button-2025 i{margin:0!important;padding:0!important;line-height:1!important}@media (max-width:600px){.my-unique-search-form-2025 input{font-size:16px!important;padding:16px 20px 16px 20px!important;padding-right:56px!important;min-height:52px!important}.my-unique-search-button-2025{width:40px!important;height:40px!important}}.my-unique-visually-hidden-2025{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}.official-contact-widget-horizontal{display:flex;flex-wrap:wrap;gap:16px;align-items:center;padding:12px 0;font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,sans-serif;max-width:100%}.contact-item{display:flex;align-items:center;gap:8px;color:#333;text-decoration:none;position:relative}.contact-item i{width:28px;height:28px;display:flex;align-items:center;justify-content:center;background:#eef4ff;color:#4a90e2;border-radius:6px;font-size:16px}.always-visible a{color:#222;text-decoration:none;font-size:15px;line-height:1.4;transition:color .2s}.always-visible a:hover{color:#4a90e2}.social-icon a{display:flex;align-items:center;justify-content:center;width:28px;height:28px;position:relative}.social-icon .tooltip{position:absolute;bottom:100%;left:50%;transform:translateX(-50%) translateY(8px);background:#333;color:#fff;font-size:13px;padding:4px 8px;border-radius:4px;white-space:nowrap;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .2s , transform .2s;z-index:10}.social-icon a:hover .tooltip{opacity:1;visibility:visible;transform:translateX(-50%) translateY(0)}.contact-item.social-icon a[aria-label="МАХ"] .fab.fa-max::before{content:'';display:block;width:20px;height:20px;background-image:url(https://admcher.ru/wp-content/uploads/2025/11/Max_logo_2025.png);background-size:contain;background-repeat:no-repeat;background-position:center}.buttons-container{display:flex;flex-wrap:wrap;justify-content:center;text-align:center}.custom-button{display:flex;align-items:center;justify-content:center;width:calc(33.333% - 20px);padding:12px;margin:10px;background-color:#0693e3;color:#fff;font-size:20px;text-decoration:none!important;border-radius:5px;transition:background-color .3s}.custom-button:hover{color:#000;background-color:#007bca}.custom-button i{margin-right:8px;font-size:24px}.custom-buttontor{display:flex;align-items:center;justify-content:center;width:calc(100% - 20px);padding:12px;margin:10px;background-color:#e34c06;color:#000;font-size:20px;text-decoration:none!important;border-radius:5px;transition:background-color .3s}.custom-buttontor:hover{color:#fff;background-color:#e74900}.custom-buttontor i{margin-right:8px;font-size:24px}.cherem-chat-container *{box-sizing:border-box!important;margin:0!important;padding:0!important;font-family:'Segoe UI',Tahoma,Geneva,Verdana,sans-serif!important}.cherem-chat-icon{position:fixed!important;bottom:25px!important;left:25px!important;background:linear-gradient(135deg,#005780 0%,#003d5c 100%)!important;color:#fff!important;width:65px!important;height:65px!important;border-radius:50%!important;display:flex!important;align-items:center!important;justify-content:center!important;cursor:pointer!important;box-shadow:0 6px 20px rgba(0,87,128,.4)!important;z-index:10000!important;transition:all .4s cubic-bezier(.25,.46,.45,.94)!important;border:3px solid #fff!important;animation:cherem-chat-pulse 3s infinite!important}.cherem-chat-icon:hover{background:linear-gradient(135deg,#004199 0%,#002d4d 100%)!important;transform:scale(1.15) rotate(5deg)!important;box-shadow:0 8px 25px rgba(0,65,153,.5)!important}@keyframes cherem-chat-pulse {
    0% {
        box-shadow: 0 6px 20px rgba(0, 87, 128, 0.4) !important;
    }
    50% {
        box-shadow: 0 6px 25px rgba(0, 87, 128, 0.7) !important;
    }
    100% {
        box-shadow: 0 6px 20px rgba(0, 87, 128, 0.4) !important;
    }
}.cherem-chat-tooltip{position:absolute!important;bottom:100%!important;left:50%!important;transform:translateX(-50%) translateY(-10px)!important;background:rgba(0,0,0,.85)!important;color:#fff!important;padding:12px 16px!important;border-radius:8px!important;font-size:.8rem!important;white-space:nowrap!important;opacity:0!important;visibility:hidden!important;transition:all .3s ease!important;pointer-events:none!important;z-index:10001!important;box-shadow:0 4px 12px rgba(0,0,0,.3)!important;border:1px solid rgba(255,255,255,.1)!important}.cherem-chat-tooltip::after{content:''!important;position:absolute!important;top:100%!important;left:50%!important;transform:translateX(-50%)!important;border:6px solid transparent!important;border-top-color:rgba(0,0,0,.85)!important}.cherem-chat-icon:hover .cherem-chat-tooltip{opacity:1!important;visibility:visible!important;transform:translateX(-50%) translateY(-15px)!important}.cherem-chat-window{position:fixed!important;bottom:100px!important;left:25px!important;width:380px!important;height:520px!important;background:#fff!important;border-radius:16px!important;box-shadow:0 10px 35px rgba(0,0,0,.25)!important;display:none!important;flex-direction:column!important;z-index:9999!important;overflow:hidden!important;border:1px solid rgba(0,87,128,.1)!important;transform:translateY(20px)!important;opacity:0!important;transition:all .4s cubic-bezier(.25,.46,.45,.94)!important}.cherem-chat-window.cherem-chat-active{display:flex!important;transform:translateY(0)!important;opacity:1!important;animation:cherem-chat-appear .4s ease!important}@keyframes cherem-chat-appear {
    0% {
        transform: translateY(20px) scale(0.95) !important;
        opacity: 0 !important;
    }
    100% {
        transform: translateY(0) scale(1) !important;
        opacity: 1 !important;
    }
}.cherem-chat-header{background:linear-gradient(135deg,#005780 0%,#003d5c 100%)!important;color:#fff!important;padding:18px 20px!important;border-top-left-radius:16px!important;border-top-right-radius:16px!important;display:flex!important;justify-content:space-between!important;align-items:center!important;flex-shrink:0!important;box-shadow:0 2px 10px rgba(0,0,0,.1)!important}.cherem-chat-header h3{font-size:1.2rem!important;margin:0!important;font-weight:600!important;letter-spacing:-.3px!important}.cherem-chat-close{background:rgba(255,255,255,.2)!important;border:none!important;color:#fff!important;font-size:1.8rem!important;cursor:pointer!important;width:35px!important;height:35px!important;border-radius:50%!important;display:flex!important;align-items:center!important;justify-content:center!important;line-height:1!important;transition:all .3s ease!important}.cherem-chat-close:hover{background:rgba(255,255,255,.3)!important;transform:rotate(90deg)!important}.cherem-chat-messages{padding:20px!important;flex-grow:1!important;overflow-y:auto!important;display:flex!important;flex-direction:column!important;gap:15px!important;min-height:0!important;background:#f8fafc!important}.cherem-message{padding:14px 18px!important;border-radius:18px!important;max-width:85%!important;word-wrap:break-word!important;font-size:.95rem!important;line-height:1.5!important;position:relative!important;animation:cherem-message-appear .3s ease!important}@keyframes cherem-message-appear {
    0% {
        transform: translateY(10px) !important;
        opacity: 0 !important;
    }
    100% {
        transform: translateY(0) !important;
        opacity: 1 !important;
    }
}.cherem-message-user{background:linear-gradient(135deg,#005780 0%,#004199 100%)!important;color:#fff!important;align-self:flex-end!important;border-bottom-right-radius:6px!important;box-shadow:0 2px 8px rgba(0,87,128,.3)!important}.cherem-message-bot{background:#fff!important;color:#2d3748!important;align-self:flex-start!important;border-bottom-left-radius:6px!important;box-shadow:0 2px 8px rgba(0,0,0,.1)!important;border:1px solid #e2e8f0!important}.cherem-chat-input{display:flex!important;padding:20px!important;border-top:1px solid #e2e8f0!important;gap:12px!important;flex-shrink:0!important;background:#fff!important}.cherem-chat-input input{flex-grow:1!important;padding:14px 18px!important;border:2px solid #e2e8f0!important;border-radius:25px!important;outline:none!important;font-size:.95rem!important;transition:all .3s ease!important;background:#f8fafc!important}.cherem-chat-input input:focus{border-color:#005780!important;background:#fff!important;box-shadow:0 0 0 3px rgba(0,87,128,.1)!important}.cherem-chat-input button{background:linear-gradient(135deg,#005780 0%,#004199 100%)!important;color:#fff!important;border:none!important;padding:14px 24px!important;border-radius:25px!important;cursor:pointer!important;font-size:.95rem!important;font-weight:600!important;white-space:nowrap!important;transition:all .3s ease!important;box-shadow:0 2px 8px rgba(0,87,128,.3)!important}.cherem-chat-input button:hover{background:linear-gradient(135deg,#004199 0%,#003d5c 100%)!important;transform:translateY(-1px)!important;box-shadow:0 4px 12px rgba(0,87,128,.4)!important}#footer{font-family:'LatoWeb',sans-serif;background:#079cff;color:#fff;padding:20px;text-align:center;font-size:16px}#footer a{color:#fff;text-decoration:none;transition:opacity .3s ease}#footer a:hover{opacity:.8;text-decoration:underline}.footer-contacts{display:flex;justify-content:center;flex-wrap:wrap;gap:15px;margin:20px 0;padding:15px 10px;background:rgba(255,255,255,.1);border-radius:12px}.footer-contact-item{display:flex;align-items:center;gap:10px;color:#fff;text-decoration:none;font-size:15px;padding:8px 15px;background:rgba(255,255,255,.15);border-radius:25px;transition:all .3s ease;border:1px solid rgba(255,255,255,.2)}.footer-contact-item:hover{background:rgba(255,255,255,.25);transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,0,0,.15)}.footer-contact-icon{width:28px;height:28px;display:flex;align-items:center;justify-content:center;background:rgba(255,255,255,.2);border-radius:50%;font-size:16px;transition:transform .3s ease}.footer-contact-item:hover .footer-contact-icon{transform:scale(1.1)}.footer-contact-item a[aria-label="МАХ"] .fab.fa-max::before,.footer-contact-item a[href*="max.ru"] .fab.fa-max::before{content:'';display:block;width:18px;height:18px;background-image:url(https://admcher.ru/wp-content/uploads/2025/11/Max_logo_2025.png);background-size:contain;background-repeat:no-repeat;background-position:center;filter:brightness(0) invert(1)}.contact-email{font-weight:600;margin:15px 0;padding:10px;background:rgba(255,255,255,.1);border-radius:8px}.footer-signature{margin-top:20px;font-size:14px;opacity:.8;animation:fadeUp 1.5s ease forwards;animation-delay:.8s}.footer-signature span{font-weight:bold;color:#fff}.footer-signature span:hover{color:#4dabf7}iframe{max-width:100%;width:100%!important;display:block!important;border:none!important;margin:0 auto!important;aspect-ratio: 16 / 9 !important;height:auto!important}@supports not (aspect-ratio: 16 / 9) {
    iframe {
        height: auto !important;
    }
}#page .widget-area .widget.pen_widget_light{background: #ffffffd7 !important}@media (max-width:767px){.official-contact-widget-horizontal{justify-content:flex-start;gap:12px}.always-visible span{display:none}.always-visible a{font-size:0}.always-visible a::before{content:"📧";font-size:18px}.always-visible:nth-child(2) a::before {content:"📞"}.social-icon .tooltip{display:none}}@media (max-width:768px){#footer{padding:15px 10px;font-size:14px}.footer-contacts{gap:10px;margin:15px 0;padding:12px 8px}.footer-contact-item{font-size:14px;padding:6px 12px;gap:8px;flex:1 1 calc(50% - 20px);min-width:140px;justify-content:center}.footer-contact-icon{width:24px;height:24px;font-size:14px}.footer-contact-item[aria-label="МАХ"] .fab.fa-max::before{width:16px;height:16px}}@media (max-width:480px){.footer-contact-item{flex:1 1 100%;min-width:auto}.footer-contacts{flex-direction:column;align-items:center}}@media (max-width:600px){.slider-wrapper{aspect-ratio: 3 / 2;max-height:300px}.slide-bg{filter:blur(12px) brightness(.75)}.slider-arrow{width:40px;height:40px}.slider-arrow.prev{left:8px}.slider-arrow.next{right:8px}.slider-arrow svg{width:20px;height:20px}.my-unique-search-form-2025 input{font-size:16px!important;padding:16px 20px 16px 20px!important;padding-right:56px!important;min-height:52px!important}.my-unique-search-button-2025{width:40px!important;height:40px!important}}@media (max-width:768px){.custom-button{width:calc(50% - 20px)}}@media (max-width:480px){.custom-button{width:100%}}@media (max-width:768px){.cherem-chat-window{width:calc(100vw - 40px)!important;left:20px!important;right:20px!important;bottom:90px!important;height:450px!important}.cherem-chat-icon{bottom:20px!important;left:20px!important}.cherem-chat-tooltip{left:50%!important;transform:translateX(-50%) translateY(-10px)!important;white-space:normal!important;width:200px!important;text-align:center!important}}@media (max-width:480px){.cherem-chat-window{width:calc(100vw - 20px)!important;left:10px!important;right:10px!important;height:400px!important}.cherem-chat-messages{padding:15px!important}.cherem-chat-input{padding:15px!important}.cherem-message{max-width:90%!important;padding:12px 16px!important}.menu-widget-container{margin-bottom:.5rem}.menu-top-panel{gap:.3rem;margin-bottom:.8rem}.menu-widget{gap:.4rem}.menu-widget-item{padding:11px 14px;font-size:14px}.menu-category-title{padding:14px 18px;font-size:1em}.menu-items{max-height:350px}}@media (max-width:1024px){.services-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.services-grid{grid-template-columns:1fr;gap:1rem}.service-card{padding:1rem}.service-icon{font-size:1.5rem;min-width:40px}.service-title{font-size:1.1rem}.service-desc{font-size:.9rem}.category-tabs{gap:6px}.category-tab{padding:6px 12px;font-size:12px;flex:1;min-width:0;text-align:center}.hero-post img{height:300px}.hero-post .post-title{font-size:1.2rem}.posts-grid{grid-template-columns:1fr;gap:.8rem}.announcements-grid{grid-template-columns:1fr}.pagination{gap:4px}.pagination a,.pagination span{padding:4px 8px;font-size:.8rem}}@media (max-width:480px){.hero-post img{height:250px}.hero-post .post-title{font-size:1.1rem}.hero-post .post-content,.post-content,.announcement-card{padding:.8rem}.category-tab{padding:5px 8px;font-size:11px}}@media (max-width:768px){.banner-text{font-size:18px}.banner-icon{width:80px;height:80px}.banner-icon::before{width:40px;height:40px}.banner-icon::after{width:25px;height:8px}}.elegant-text{font-family:'Georgia','Times New Roman',serif;font-size:1.125rem;line-height:1.7;color:#2c3e50;margin-bottom:1.5em;letter-spacing:.01em;word-spacing:.05em;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;text-align:justify;text-indent:1.8em}.elegant-intro{font-family:'Georgia','Times New Roman',serif;font-size:1.35rem;line-height:1.6;font-weight:400;color:#1a2b3c;margin-bottom:2rem;border-left:3px solid #c0b283;padding-left:1.5rem;font-style:italic;text-align:justify}.elegant-intro::first-letter{font-size:3.8rem;font-family:'Playfair Display','Georgia',serif;font-weight:500;float:left;line-height:.85;margin-right:.4rem;margin-top:.1rem;color:#c0b283;font-style:normal}.elegant-quote{font-family:'Georgia','Times New Roman',serif;font-size:1.2rem;line-height:1.6;color:#3a4a5a;background:#f9f7f5;padding:1.5rem 2rem;margin:2rem 0;border-radius:4px;position:relative;box-shadow:0 2px 8px rgba(0,0,0,.03)}.elegant-quote::before{content:'“';font-size:4rem;font-family:serif;position:absolute;left:.5rem;top:-.5rem;color:#d4c9b0;opacity:.6}.elegant-quote p:last-child{margin-bottom:0}.elegant-caption{font-family:'Avenir','Helvetica Neue',sans-serif;font-size:.9rem;line-height:1.4;color:#7f8c8d;text-transform:uppercase;letter-spacing:1px;margin-top:-1rem;margin-bottom:2rem;text-align:right;border-top:1px solid #ecf0f1;padding-top:.75rem}.elegant-title{font-family:'Playfair Display','Georgia',serif;font-weight:400;font-size:2.2rem;line-height:1.2;color:#1e2b3a;margin-bottom:1rem;border-bottom:1px solid #e2dcd5;padding-bottom:.5rem}.elegant-h2{font-family:'Playfair Display','Georgia',serif;font-weight:400;font-size:1.8rem;line-height:1.3;color:#2c3e50;margin-top:2.5rem;margin-bottom:1.2rem}.elegant-h3{font-family:'Avenir','Helvetica Neue',sans-serif;font-weight:600;font-size:1.4rem;line-height:1.4;color:#34495e;text-transform:uppercase;letter-spacing:1px;margin-top:2rem;margin-bottom:1rem}.page .entry-header.pen_content_header,.single .entry-header.pen_content_header{display:block!important;font-family:'Playfair Display','Georgia',serif;font-weight:400;font-size:1.1rem;line-height:1.2;color:#1e2b3a;margin-bottom:.75rem;border-bottom:1px solid #e2dcd5;padding-bottom:.35rem}.entry-header.pen_content_header .entry-title{margin:0;border:none;padding:0;font:inherit}@media (max-width:600px){.elegant-intro::first-letter{font-size:2.6rem;margin-right:.2rem}}