:root{--background:#edfffc;--white:#fff;--accent:#049ca1;--accentLight:#d2fdff;--black:#000;--accentGradient:linear-gradient(to bottom,#049ca1,#29e1d2);--text-secondary:#666;--shadow-card:0 2px 8px rgba(0,0,0,.1);--shadow-card-hover:0 8px 25px rgba(4,156,161,.15);--accent-bg-light:rgba(4,156,161,.1);--accent-border-light:rgba(4,156,161,.2);--card-filter-bg:linear-gradient(135deg,var(--background)0%,#f0fffe 100%);--card-filter-hover:linear-gradient(135deg,var(--white)0%,#f8ffff 100%);--card-category-bg:linear-gradient(135deg,var(--background)0%,#f5ffff 100%);--card-category-hover:linear-gradient(135deg,var(--white)0%,#fafffe 100%);--card-border:#e5e5e5;--card-border-light:#f0f0f0;--text-muted:#999;--category-expert-bg:rgba(4,156,161,.1);--category-expert-color:#045c68;--category-expert-border:rgba(4,156,161,.3);--category-pravnik-bg:rgba(139,69,19,.1);--category-pravnik-color:#8b4513;--category-pravnik-border:rgba(139,69,19,.3);--priority-high-bg:rgba(255,69,0,.1);--priority-high-color:#ff4500;--priority-urgent-bg:rgba(220,20,60,.1);--priority-urgent-color:#dc143c;--priority-low-bg:rgba(34,139,34,.1);--priority-low-color:#228b22;--status-success-bg:rgba(34,139,34,.1);--status-success-color:#228b22;--status-secondary-bg:rgba(108,117,125,.1);--status-secondary-color:#6c757d;--status-primary-bg:rgba(4,156,161,.1);--status-primary-color:var(--accent);--shadow-login-card:0 10px 40px rgba(4,156,161,.1),0 4px 12px rgba(0,0,0,.05);--shadow-google-hover:0 4px 12px rgba(0,0,0,.15);--shadow-input-focus:0 0 0 3px rgba(4,156,161,.1);--shadow-input-error:0 0 0 3px rgba(220,53,69,.1);--shadow-submit-hover:0 6px 20px rgba(4,156,161,.3);--google-border:#dadce0;--google-text:#3c4043;--google-hover-bg:#f8f9fa;--google-hover-border:#c1c7cd;--google-placeholder-bg:#f8f9fa;--input-border:#e1e5e9;--input-placeholder:#9aa0a6;--input-disabled-bg:#f8f9fa;--divider-color:#e8eaed;--button-hover-light:rgba(0,0,0,.04);--accent-dark:#037d82;--error-color:#dc3545;--error-bg:rgba(220,53,69,.1);--error-border:rgba(220,53,69,.2)}*{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-montserrat),sans-serif;background:var(--background)}body.active-modal{padding-right:8px;overflow:hidden}body::-webkit-scrollbar{background:var(--white);width:8px}body::-webkit-scrollbar-thumb{background:var(--accent)}input,textarea,select{font-size:16px!important}.logo{color:var(--black);z-index:100;align-items:center;gap:10px;font-size:24px;font-weight:400;display:flex;position:relative}.logo img{width:auto;height:58px}html{scroll-behavior:smooth;scroll-padding-top:20px}.container{max-width:1260px;margin:0 auto;padding:0 15px}a{text-decoration:none;cursor:pointer!important}.btn{background:var(--accentGradient);cursor:pointer;text-align:center;border:none;border-radius:10px;justify-content:center;align-items:center;gap:10px;max-width:320px;height:44px;margin:0 auto;padding:0 25px;font-size:16px;font-weight:600;line-height:44px;transition:all .3s;display:flex;position:relative;color:#fff!important}.btn:hover{filter:brightness(.92)}.btn img{width:20px;height:20px}section{margin:100px 0}@media (max-width:1024px){body.active-modal{padding-right:0}}@media (max-width:480px){.logo,.logo img{height:48px}}
header{background:var(--white);padding:15px 0}header .header__wrapper{justify-content:space-between;align-items:center;gap:30px;display:flex}header .header__menu-list{justify-content:space-between;align-items:center;gap:30px;list-style:none;display:flex}header .header__menu-list a{color:#000;font-size:18px;font-weight:400;position:relative}header .header__menu-list a:after{content:"";background:var(--black);width:0%;height:1.5px;transition:all .3s;display:block;position:absolute;bottom:-2px}header .header__menu-list a:hover:after{width:100%}header .header__menu-list a.btn:after{display:none}header .header__profile{align-items:center;gap:15px;display:flex}header .header__user{align-items:center;gap:10px;display:flex}header .header__profile-link{color:inherit;align-items:center;gap:10px;text-decoration:none;transition:opacity .2s;display:flex}header .header__profile-link:hover{opacity:.8}header .header__user-name{color:#045c68;font-size:16px;font-weight:600;text-decoration:none}header .header__user-avatar{color:#fff;background-color:#049ca1;border:2px solid rgba(4,156,161,.2);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;font-size:16px;font-weight:600;transition:all .2s ease-in-out;display:flex}.header__profile-link:hover header .header__user-avatar{background-color:#037d81;border-color:rgba(4,156,161,.4);transform:scale(1.05)}header .header__login,header .header__logout{border:1px solid var(--accent);cursor:pointer;background:#fff;border-radius:10px;margin:0;padding:6px 14px;font-size:14px;font-weight:500;transition:all .3s;color:var(--accent)!important}header .header__login:hover,header .header__logout:hover{background:var(--accent);color:var(--white)!important}header .header-btn{margin:0;animation:1s linear infinite header-btn;box-shadow:2px 2px 6px #049ca1}@keyframes header-btn{0%{box-shadow:2px 2px 6px #049ca1}50%{box-shadow:3px 3px 12px #049ca1,-2px -2px 8px #049ca1}to{box-shadow:2px 2px 6px #049ca1}}header .header__mobile-nav{align-items:center;display:none}header .header__guest{gap:10px;display:flex}header .burger{cursor:pointer;z-index:50;flex-direction:column;justify-content:space-between;align-items:flex-end;width:30px;height:22px;display:flex;position:relative}header .burger figure{background:var(--black);width:100%;height:4px;transition:all .3s}header .burger figure:nth-child(2){width:70%}header .burger.active figure:first-child{transform:rotate(45deg)translate(5px,7px)}header .burger.active figure:nth-child(2){width:0;transform:translate(-15px)}header .burger.active figure:nth-child(3){transform:rotate(-45deg)translate(6px,-7px)}@media (max-width:1180px){header .header__mobile-nav{order:3;justify-content:flex-end;width:46px;display:flex}header .header__menu{z-index:10;background:var(--white);border-right:1px solid var(--black);justify-content:center;align-items:center;width:100%;max-width:480px;height:100vh;transition:all .3s;display:flex;position:fixed;top:0;left:-120%}header .header__menu.active{left:0}header .header__menu-list{flex-direction:column;gap:60px}header .header-btn{display:none}header .header__profile{z-index:50;order:2;margin-left:auto;position:relative}header .header__profile.loggined{order:1;width:46px;margin-left:0}header .logo{order:2}header .header__registracia{display:none}}@media (max-width:768px){header .header__login,header .header__logout{padding:5px 10px;font-size:12px}header .header__user-name{display:none}}.header__profile .MuiButtonBase-root{font-family:inherit;border-radius:10px!important;margin-left:0!important}
.FooterMain{background:linear-gradient(90deg,#045c68,#22baac);padding:30px 0}.FooterMain *{color:#fff}.footer__contacts{align-items:center;gap:30px;margin-top:10px;display:flex}.FooterMain .logo{height:64px;margin:0 auto}.FooterMain h2{text-align:left;margin-bottom:20px;font-size:20px}.FooterMain .logo img{filter:invert()brightness(5);height:64px}.footer-sitemap ul{padding-left:0;list-style:none}.footer-sitemap>ul>li{margin-bottom:10px;font-weight:700}.footer-sitemap ul ul{margin-top:5px;margin-left:20px;font-weight:400}.footer-sitemap a{color:#fff;text-decoration:none}.footer-sitemap a:hover{text-decoration:underline}.footer-sitemap-ul{grid-template-columns:repeat(5,1fr);gap:10px;display:grid}.footer-sitemap ul ul li a{white-space:nowrap;text-overflow:ellipsis;max-width:200px;display:block;overflow:hidden}.footer__item-second{width:100%}footer .row{justify-content:flex-start;align-items:flex-start;gap:50px;display:flex}.footer__under p{text-align:center;flex-wrap:wrap;justify-content:center;gap:30px;display:flex}.slovnik-pojmov{grid-template-columns:repeat(6,1fr);display:grid}.footer__social-links{justify-content:center;align-items:center;gap:8px;margin-top:20px;display:flex}.footer__social-links a{cursor:pointer;border:1px solid #fff;border-radius:100%;justify-content:center;align-items:center;width:32px;height:32px;padding:4px;display:flex}.footer__under{justify-content:center;align-items:center;gap:20px;margin-top:20px;display:flex}@media (max-width:1200px){.FooterMain{padding:40px 0}.footer__social-links{justify-content:flex-start}.FooterMain .row{gap:20px}.footer__item{flex-direction:column;gap:20px;display:flex}.footer__contacts{padding-left:0}.footer__wrapper,.footer__contacts{flex-direction:column;justify-content:center}.footer-sitemap-ul{grid-template-columns:1fr;gap:10px;max-width:420px;display:grid}.footer-sitemap ul ul li a{white-space:nowrap;text-overflow:ellipsis;max-width:420px;display:block;overflow:hidden}.footer__under p{text-align:left;justify-content:flex-start;align-items:flex-start}}
@font-face{font-family:Montserrat;font-style:normal;font-weight:300;font-display:swap;src:url(../media/8298327da6d5bcce.fb2d5852.woff2)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Montserrat;font-style:normal;font-weight:300;font-display:swap;src:url(../media/44fac91e6f2d2b1b.p.0a39a854.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Montserrat;font-style:normal;font-weight:300;font-display:swap;src:url(../media/2b402d8aebffd579.ec7e94a5.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Montserrat;font-style:normal;font-weight:300;font-display:swap;src:url(../media/a88409fdd7dc121c.p.62b55a98.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Montserrat;font-style:normal;font-weight:300;font-display:swap;src:url(../media/e8f2fbee2754df70.p.9b7a96b4.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Montserrat;font-style:normal;font-weight:400;font-display:swap;src:url(../media/8298327da6d5bcce.fb2d5852.woff2)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Montserrat;font-style:normal;font-weight:400;font-display:swap;src:url(../media/44fac91e6f2d2b1b.p.0a39a854.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Montserrat;font-style:normal;font-weight:400;font-display:swap;src:url(../media/2b402d8aebffd579.ec7e94a5.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Montserrat;font-style:normal;font-weight:400;font-display:swap;src:url(../media/a88409fdd7dc121c.p.62b55a98.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Montserrat;font-style:normal;font-weight:400;font-display:swap;src:url(../media/e8f2fbee2754df70.p.9b7a96b4.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Montserrat;font-style:normal;font-weight:500;font-display:swap;src:url(../media/8298327da6d5bcce.fb2d5852.woff2)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Montserrat;font-style:normal;font-weight:500;font-display:swap;src:url(../media/44fac91e6f2d2b1b.p.0a39a854.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Montserrat;font-style:normal;font-weight:500;font-display:swap;src:url(../media/2b402d8aebffd579.ec7e94a5.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Montserrat;font-style:normal;font-weight:500;font-display:swap;src:url(../media/a88409fdd7dc121c.p.62b55a98.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Montserrat;font-style:normal;font-weight:500;font-display:swap;src:url(../media/e8f2fbee2754df70.p.9b7a96b4.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Montserrat;font-style:normal;font-weight:600;font-display:swap;src:url(../media/8298327da6d5bcce.fb2d5852.woff2)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Montserrat;font-style:normal;font-weight:600;font-display:swap;src:url(../media/44fac91e6f2d2b1b.p.0a39a854.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Montserrat;font-style:normal;font-weight:600;font-display:swap;src:url(../media/2b402d8aebffd579.ec7e94a5.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Montserrat;font-style:normal;font-weight:600;font-display:swap;src:url(../media/a88409fdd7dc121c.p.62b55a98.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Montserrat;font-style:normal;font-weight:600;font-display:swap;src:url(../media/e8f2fbee2754df70.p.9b7a96b4.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Montserrat;font-style:normal;font-weight:700;font-display:swap;src:url(../media/8298327da6d5bcce.fb2d5852.woff2)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Montserrat;font-style:normal;font-weight:700;font-display:swap;src:url(../media/44fac91e6f2d2b1b.p.0a39a854.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Montserrat;font-style:normal;font-weight:700;font-display:swap;src:url(../media/2b402d8aebffd579.ec7e94a5.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Montserrat;font-style:normal;font-weight:700;font-display:swap;src:url(../media/a88409fdd7dc121c.p.62b55a98.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Montserrat;font-style:normal;font-weight:700;font-display:swap;src:url(../media/e8f2fbee2754df70.p.9b7a96b4.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Montserrat;font-style:normal;font-weight:800;font-display:swap;src:url(../media/8298327da6d5bcce.fb2d5852.woff2)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Montserrat;font-style:normal;font-weight:800;font-display:swap;src:url(../media/44fac91e6f2d2b1b.p.0a39a854.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Montserrat;font-style:normal;font-weight:800;font-display:swap;src:url(../media/2b402d8aebffd579.ec7e94a5.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Montserrat;font-style:normal;font-weight:800;font-display:swap;src:url(../media/a88409fdd7dc121c.p.62b55a98.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Montserrat;font-style:normal;font-weight:800;font-display:swap;src:url(../media/e8f2fbee2754df70.p.9b7a96b4.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Montserrat;font-style:normal;font-weight:900;font-display:swap;src:url(../media/8298327da6d5bcce.fb2d5852.woff2)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Montserrat;font-style:normal;font-weight:900;font-display:swap;src:url(../media/44fac91e6f2d2b1b.p.0a39a854.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Montserrat;font-style:normal;font-weight:900;font-display:swap;src:url(../media/2b402d8aebffd579.ec7e94a5.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Montserrat;font-style:normal;font-weight:900;font-display:swap;src:url(../media/a88409fdd7dc121c.p.62b55a98.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Montserrat;font-style:normal;font-weight:900;font-display:swap;src:url(../media/e8f2fbee2754df70.p.9b7a96b4.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}.montserrat_5b6287c0-module__SU4vHa__className{font-family:Montserrat,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Noto Sans,Ubuntu,Cantarell,Helvetica Neue,Arial,sans-serif;font-style:normal}.montserrat_5b6287c0-module__SU4vHa__variable{--font-montserrat:"Montserrat",system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif}
