.mobile-menu{width:100%;height:100vh;position:fixed;top:0;bottom:0;left:0;z-index:99999999!important}.mobile-menu-language{z-index:999;position:absolute;top:35px;right:30px}.mobile-menu .mobile-menu-overlay{pointer-events:none;background:#000000e6;width:100%;height:100%;position:absolute;top:0;left:0}.mobile-menu .mobile-menu-content{background:#000;flex-direction:column;gap:20px;width:85%;height:100%;animation:.3s ease-out slideIn;display:flex;position:absolute;top:0;left:0;overflow-y:auto}.mobile-menu .mobile-menu-content .mobile-menu-header{padding-top:30px;padding-left:20px}.mobile-menu .mobile-menu-content .mobile-menu-header .close-button{cursor:pointer;background:0 0;border:none}.mobile-menu .mobile-menu-content .mobile-menu-header .close-button svg{fill:#fff;width:34px;height:34px}.mobile-menu .mobile-menu-content .drawer-user-profile{border-bottom:1px solid #ffffff1a;align-items:center;padding:0 30px 15px;display:flex}.mobile-menu .mobile-menu-content .drawer-user-profile img{border-radius:50%;width:40px;height:40px;margin-right:15px}.mobile-menu .mobile-menu-content .drawer-user-profile .drawer-user-info{background:0 0;border:none;flex-direction:column;display:flex}.mobile-menu .mobile-menu-content .drawer-user-profile .drawer-user-info .drawer-username{color:#fff;margin-bottom:4px;font-size:18px;font-weight:700}.mobile-menu .mobile-menu-content .drawer-user-profile .drawer-user-info .profile-text{color:#ffffffb3;font-size:12px}.mobile-menu .mobile-menu-content .menu-list{flex-direction:column;padding:0 30px;display:flex}.mobile-menu .mobile-menu-content .menu-list .menu-item{color:#fff;cursor:pointer;padding:15px 0;font-size:16px;font-weight:700;text-decoration:none;transition:background-color .2s;display:block}.mobile-menu .mobile-menu-content .menu-list .menu-item:active{background-color:#ffffff1a}.mobile-menu .mobile-menu-content .menu-list .menu-item.with-icon{justify-self:center;align-items:center;gap:10px;display:flex}.mobile-menu .mobile-menu-content .menu-list .menu-item.change-panel{background:#111;border-radius:10px;justify-content:center}.mobile-menu .mobile-menu-content .menu-list .menu-item.logout{border-top:1px solid #ffffff1a;margin-top:auto;padding-top:20px;color:#f52664!important;font-weight:700!important}.mobile-menu .mobile-menu-content .menu-list .menu-item.logout:active{background-color:#e509141a}.mobile-menu.account .mobile-menu-content{background:#111}.mobile-menu.account .menu-item.change-panel{background:#000!important}@keyframes slideIn{0%{transform:translate(-100%)}to{transform:translate(0)}}
.header{z-index:999;box-sizing:border-box;align-items:center;width:100%;display:flex;position:fixed;top:0;left:0;right:0}@media (max-width:767px){.header{padding:0 20px}}@media (min-width:767px) and (max-width:1200px){.header{padding:0 20px}}@media (min-width:1200px){.header{padding:0 60px}}@media (max-width:767px){.header{height:58px}}@media (min-width:767px) and (max-width:1200px){.header{height:58px}}@media (min-width:1200px){.header{height:68px}}.header{align-items:center;transition:background-color .4s}.header .app-logo{margin-right:10px}.header-menu{flex:1;margin-top:3px}.header-actions{text-align:right;align-items:center;gap:15px;display:flex}.header-actions input{color:#fff;background:0 0;border:0;outline:none;width:150px;display:flex}.header-icon-link{letter-spacing:1.5px;align-items:center;gap:10px;font-size:17px;font-weight:500;display:flex;color:#ffffffb8!important}.header-icon-link:hover{opacity:.7;border-radius:8px}.header-icon-link .svg-icon{width:23px;height:23px}@media (min-width:767px) and (max-width:1200px){.header-icon-link{font-size:14px}}.header-link{color:#ffffffb8;letter-spacing:.5px;opacity:.8;margin-left:10px;padding:9px 18px;font-size:17px;font-weight:500;text-decoration:none}@media (min-width:767px) and (max-width:1200px){.header-link{margin:0;font-size:14px;padding:5px 8px!important}}.header-link{border-radius:20px;transition:background-color .3s}.header-link:hover{opacity:1;color:#fff;background:#007fff!important}
