@font-face{font-family:Stem;src:url(../fonts/Stem-SemiLight.woff2)format("woff2"),url(../fonts/Stem-SemiLight.ttf)format("truetype");font-weight:400;font-display:swap}@font-face{font-family:Stem;src:url(../fonts/Stem-Medium.woff2)format("woff2"),url(../fonts/Stem-Medium.ttf)format("truetype");font-weight:500;font-display:swap}@font-face{font-family:Stem;src:url(../fonts/Stem-Bold.woff2)format("woff2"),url(../fonts/Stem-Bold.ttf)format("truetype");font-weight:700;font-display:swap}@font-face{font-family:Circe Contrast;src:url(../fonts/Circe_Contrast_Regular.woff2)format("woff2"),url(../fonts/Circe_Contrast_Regular.otf)format("opentype");font-weight:400;font-display:swap}:root{--primary-blue:#040d2e;--secondary-blue:#011c73;--light-blue:#051246;--accent-blue:#052091;--primary-red:#440821;--secondary-red:#8a082e;--accent-red:#6a0a2f;--bright-red:#ab052b;--light-grey:#edebec;--medium-grey:#9c9c9a;--dark-grey:#c6c4c5;--brand-red:#eb002d;--brand-blue:#001b72;--white:#fff;--text-dark:#2c3e50;--text-light:#6c757d;--background-light:#f8fafc;--border-light:#e9ecef}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;height:100%}body,html{width:100%;max-width:100%;overflow-x:hidden}body{background:var(--background-light);color:var(--text-dark);background-image:url(../img/Graphika_RGB_grey.png);background-position:50%;background-size:cover;background-attachment:fixed;flex-direction:column;min-height:100vh;margin:0;font-family:Stem,Arial,sans-serif;line-height:1.6;transition:padding-right .3s;display:flex;position:relative}body:before{content:"";z-index:-1;pointer-events:none;background:#f8fafceb;position:fixed;inset:0}.page-wrapper{flex-direction:column;flex:1 0 auto;width:100%;display:flex}.container{width:100%;max-width:1500px;margin:0 auto;padding:0 20px}img,video{max-width:100%;height:auto}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:var(--light-grey)}::-webkit-scrollbar-thumb{background:var(--brand-red)}::-webkit-scrollbar-thumb:hover{background:var(--bright-red)}ol:has(>li[data-list]){counter-reset:ql-num;list-style:none;margin-left:0!important;padding-left:0!important}li[data-list]{margin-bottom:8px;padding-left:28px;list-style:none;position:relative}li[data-list]>.ql-ui{display:none}li[data-list=bullet]:before{content:"";color:var(--brand-red);font-family:"Font Awesome 7 Free";font-size:.8em;font-weight:900;position:absolute;top:.22em;left:1px}li[data-list=ordered]{counter-increment:ql-num}li[data-list=ordered]:before{content:counter(ql-num) ")";color:var(--brand-blue);font-weight:700;position:absolute;left:0}.header{z-index:1000;background:var(--white);width:100%;height:80px;padding:15px 0;transition:all .3s,padding-right .3s;position:fixed;top:-80px;left:0;right:0;box-shadow:0 2px 20px #0003}.header.visible{top:0}.header.transparent{box-shadow:none;background:0 0;top:0}.header-content{justify-content:space-between;align-items:center;height:50px;display:flex}.logo-container{flex-shrink:0;height:50px;position:relative}.logo-container img{width:auto;height:50px}.nav-menu{align-items:center;gap:20px;list-style:none;display:flex}.nav-menu a{color:var(--text-dark);font-size:18px;font-weight:500;text-decoration:none;transition:all .3s}.nav-menu a:hover{color:var(--brand-red)}.btn-header,.header-buttons{align-items:center;gap:8px;display:flex}.btn-header{border:2px solid;border-radius:25px;padding:8px 16px;font-size:16px;font-weight:500;text-decoration:none;transition:all .3s}.btn-question{background:var(--brand-red);color:var(--white);border-color:var(--brand-red)}.btn-question:hover{background:var(--bright-red);border-color:var(--bright-red)}.btn-cabinet{color:var(--brand-blue);border-color:var(--brand-blue);background:0 0}.btn-cabinet:hover{background:var(--brand-blue);color:var(--white)}.lang-switch{color:var(--text-dark);border-radius:15px;font-weight:500;text-decoration:none;transition:all .3s}.lang-switch:hover{color:var(--brand-red)}.burger-menu{cursor:pointer;z-index:1002;justify-content:center;align-items:center;width:30px;height:30px;transition:all .3s;display:none}.burger-menu i{color:var(--text-dark);font-size:24px;transition:all .3s}.burger-menu.active i,.burger-menu:hover i{color:var(--brand-red)}@media (width<=1400px){.header-buttons,.nav-menu{display:none}.burger-menu{display:flex}}.mobile-menu{background:var(--white);z-index:1001;opacity:0;visibility:hidden;-webkit-overflow-scrolling:touch;overscroll-behavior:contain;flex-direction:column;width:100%;height:100vh;transition:opacity .3s,visibility .3s;display:flex;position:fixed;top:0;left:0;overflow-y:auto}.mobile-menu.active{opacity:1;visibility:visible}.mobile-header{border-bottom:1px solid var(--border-light);justify-content:space-between;height:80px;padding:15px 20px}.mobile-header,.mobile-logo{align-items:center;display:flex}.mobile-logo{height:50px}.mobile-logo img{width:auto;height:50px}.mobile-nav{flex:1;padding:20px;list-style:none}.mobile-nav li{margin-bottom:25px}.mobile-nav a{color:var(--text-dark);text-align:left;font-size:20px;font-weight:500;text-decoration:none;display:block}.mobile-nav a:hover{color:var(--brand-red)}.mobile-buttons{flex-direction:column;align-items:flex-start;gap:15px;padding:20px;display:flex}.mobile-buttons .btn-header{text-align:center;justify-content:center;width:100%}.mobile-lang{text-align:center;padding:0 20px 20px}.footer{background:linear-gradient(135deg,var(--primary-blue),var(--brand-blue));color:var(--white);flex-shrink:0;width:100%;margin-top:40px;padding:40px 0 10px;position:relative;overflow:hidden}.footer-content{grid-template-columns:1fr 2.4fr;align-items:start;gap:0;width:100%;margin-bottom:20px;display:grid}.footer-logo{max-width:360px}.footer-logo,.footer-logo img{width:100%;height:auto}.footer-right{grid-template-columns:2fr 1fr;gap:20px;display:grid}.footer-contacts{grid-template-columns:repeat(2,1fr);gap:20px;display:grid}.contact-item{transition:all .3s}.contact-item h5{margin-bottom:10px;font-size:18px;font-weight:600}.contact-item p{align-items:center;gap:8px;margin-bottom:8px;font-size:15px;display:flex}.contact-item i{color:var(--brand-red);flex-shrink:0;width:16px}.address-item{align-items:flex-start;gap:8px;margin-top:8px;font-size:15px;display:flex}.address-item i{color:var(--brand-red);flex-shrink:0;width:15px;margin-top:2px}.footer-site-info{text-align:left}.footer-site-info h4{margin-bottom:15px;font-size:20px;font-weight:700}.footer-site-info .site-link{color:var(--white);text-decoration:underline;-webkit-text-decoration-color:var(--brand-red);text-decoration-color:var(--brand-red);margin-bottom:10px;font-size:20px;font-weight:600;transition:all .3s;display:block}.footer-site-info .site-link:hover{color:var(--brand-red)}.footer-site-info p{margin-bottom:5px;font-size:18px}.footer-bottom{border-top:1px solid #fff3;justify-content:space-between;padding-top:10px;padding-bottom:20px;font-size:16px}.footer-bottom,.footer-links{align-items:center;display:flex}.footer-links{gap:30px}.footer-links a{color:var(--white);opacity:.8;align-items:center;gap:8px;text-decoration:none;transition:all .3s;display:flex}.footer-links a:hover{opacity:1;color:var(--white)}.footer-links .external-link-icon{color:var(--brand-red);font-size:14px}.social-links{gap:15px;display:flex}.social-links a{font-size:24px;transition:all .3s}.social-links a,.social-links a:hover{color:var(--white)}@media (width<=1024px){.footer-content{grid-template-columns:1fr;gap:40px}.footer-right{gap:30px}.footer-contacts,.footer-right{grid-template-columns:1fr}}@media (width<=768px){.footer-bottom{text-align:left;gap:20px}.footer-bottom,.footer-links{flex-direction:column;align-items:flex-start}.footer-links{gap:15px}}.support-button{background:var(--brand-red);width:80px;height:80px;color:var(--white);cursor:pointer;z-index:999;border:none;border-radius:50%;font-size:36px;transition:all .3s;animation:2s infinite pulse;position:fixed;bottom:80px;right:30px;box-shadow:0 4px 20px #eb002d66}.support-button:hover{background:var(--bright-red);transform:scale(1.1)}@keyframes pulse{0%{box-shadow:0 4px 20px #eb002d66,0 0 #eb002db3}70%{box-shadow:0 4px 20px #eb002d66,0 0 0 10px #eb002d00}to{box-shadow:0 4px 20px #eb002d66,0 0 #eb002d00}}@media (width<=768px){.support-button{width:60px;height:60px;font-size:24px;bottom:60px;right:20px}}.q-modal{z-index:2000;overscroll-behavior:contain;padding:32px 20px;display:none;position:fixed;inset:0;overflow-y:auto}.q-modal.active{display:flex}.q-modal-overlay{-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);background:#040d2e8c;animation:.25s qmFade;position:fixed;inset:0}.q-modal-dialog{z-index:1;background:var(--white);border-radius:24px;width:100%;max-width:540px;margin:auto;padding:36px;animation:.28s qmPop;position:relative;box-shadow:0 20px 60px #00000059}.q-modal-dialog,.q-modal-title{font-family:Stem,Arial,sans-serif}.q-modal-title{color:var(--brand-blue);margin-bottom:6px;font-size:28px;font-weight:700}.q-modal-sub{color:var(--text-light);margin-bottom:22px;font-size:15px;line-height:1.5}.q-modal-close{background:var(--light-grey);width:40px;height:40px;color:var(--text-dark);cursor:pointer;border:none;border-radius:50%;justify-content:center;align-items:center;font-size:18px;transition:all .25s;display:flex;position:absolute;top:18px;right:18px}.q-modal-close:hover{background:var(--brand-red);color:#fff;transform:rotate(90deg)}@keyframes qmFade{0%{opacity:0}to{opacity:1}}@keyframes qmPop{0%{opacity:0;transform:translateY(12px)scale(.97)}to{opacity:1;transform:none}}@media (width<=600px){.q-modal-dialog{padding:26px 20px}.q-modal-title{font-size:24px}}button.btn-header{cursor:pointer;font-family:Stem,Arial,sans-serif}.splash{z-index:5000;background:#fff;justify-content:center;align-items:center;animation:.4s 6s forwards splash-failsafe;display:flex;position:fixed;inset:0}.splash-done{opacity:0;visibility:hidden;transition:opacity .35s,visibility 0s linear .35s}.splash-inner{justify-content:center;align-items:center;display:flex}.splash-logo{transform-origin:50%;width:220px;height:auto;animation:1.4s ease-in-out infinite splash-pulse}@keyframes splash-pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.6;transform:scale(1.07)}}@keyframes splash-failsafe{to{opacity:0;visibility:hidden}}@media (prefers-reduced-motion:reduce){.splash-logo{animation:none}}.page-enter-active,.page-leave-active{transition:opacity .18s}.page-enter-from,.page-leave-to{opacity:0}@media (prefers-reduced-motion:reduce){.page-enter-active,.page-leave-active{transition:none}}.error-page{text-align:center;padding:160px 0 100px}.error-code{background:linear-gradient(135deg,var(--brand-blue),var(--brand-red));color:#0000;-webkit-background-clip:text;background-clip:text;font-family:Circe Contrast,Arial,sans-serif;font-size:120px;font-weight:700;line-height:1}.error-title{color:var(--brand-blue);margin:10px 0 14px;font-size:36px;font-weight:700}.error-text{color:var(--text-light);max-width:620px;margin:0 auto 30px;font-size:18px;line-height:1.7}.error-links{flex-wrap:wrap;justify-content:center;gap:16px;display:flex}.error-links .btn-hero{border-radius:50px;align-items:center;gap:10px;padding:14px 28px;font-size:17px;font-weight:600;text-decoration:none;display:inline-flex}.error-links .btn-primary{background:linear-gradient(135deg,var(--brand-red),var(--bright-red));color:#fff}.error-links .btn-secondary{border:2px solid var(--brand-blue);color:var(--brand-blue);background:0 0}@media (width<=600px){.error-page{padding:130px 0 70px}.error-code{font-size:84px}.error-title{font-size:26px}}
