:root{--closed-ratio:.064781;--open-ratio:.234523;--menu-w-ratio:.053608;--logo-w-ratio:.177326;--left-w-ratio:.290693;--login-icon-ratio:.028866;--font-ratio:.028866}.mobile-header{box-sizing:border-box;z-index:2147483647;background:#fff5f2;border-bottom:1px solid #93193d0f;flex-direction:column;width:100vw;padding-bottom:5px;transition:height .28s;display:flex;position:fixed;top:0;overflow:hidden}.mobile-header.closed{height:calc(100vh*var(--closed-ratio))}.mobile-header.open{height:calc(100vh*var(--open-ratio))}.mobile-header__inner{min-height:calc(100vh*var(--closed-ratio));max-height:calc(100vh*var(--closed-ratio));box-sizing:border-box;justify-content:space-between;align-items:center;gap:2vw;padding:0 4vw;display:flex}.mobile-header__menu{background:0 0;border:none;justify-content:center;align-items:center;padding:0;display:flex}.mobile-header__menu svg{width:calc(100vw*var(--menu-w-ratio));height:auto;display:block}.mobile-header__logo{background:0 0;border:none;justify-content:center;align-items:center;padding:0;display:flex;position:absolute;left:50%;transform:translate(-50%)}.mobile-header__logo-button{cursor:pointer}.mobile-header__logo svg{width:calc(100vw*var(--logo-w-ratio));height:auto;display:block}.mobile-header__login{color:#fff;cursor:pointer;background:#93193d;border:none;border-radius:20px;justify-content:center;align-items:center;gap:12px;min-width:121px;padding:.627615vh 2.06186vw;font-size:16px;font-weight:600;display:flex}.mobile-header__login-icon svg{height:auto;display:block}.mobile-header__panel{padding:0 4vw calc(6px*(100vh/956));box-sizing:border-box;justify-content:space-between;align-items:center;display:flex}.mobile-header__nav{padding-right:7.5vw}.mobile-header__nav ul{flex-direction:column;gap:4px;margin:0;padding:0;list-style:none;display:flex}.mobile-header__nav-item button{color:#93193d;text-align:right;cursor:pointer;background:0 0;border:none;padding:6px 10px;font-size:16px;font-weight:700}.mobile-header__nav-item.active button{background:#ffbd01;border-radius:20px;padding:5px 16px}.mobile-header__left-graphic{justify-content:flex-start;align-items:center;display:flex}.mobile-header__left-graphic svg{width:calc(100vw*var(--left-w-ratio));height:auto}@media (min-width:600px){.mobile-header{display:none}.mobile-header__nav ul{flex-direction:row;gap:2vw}.mobile-header__left-graphic{display:none}}.mobile-header__panel,.mobile-header__inner{transition:padding .2s}
