.header{z-index:1000;width:100%;height:80px;position:fixed;top:20px;left:0}@media only screen and (max-width:767px){.header{height:60px}}.header__navigation-wrapper{--offset-space:20px;--nav-width:45rem;--bg-layer-height:27rem;--bg-layer-width:100vw;justify-content:center;align-items:center;gap:none;flex-direction:row;width:100%;height:100%;display:flex;position:relative}@media only screen and (max-width:1024px){.header__navigation-wrapper{--nav-width:42rem}}@media only screen and (max-width:912px){.header__navigation-wrapper{--bg-layer-width:calc(100vw - var(--offset-space));--nav-width:30rem}}@media only screen and (max-width:767px){.header__navigation-wrapper{--offset-space:10px;--nav-width:17rem}}.header__navigation-wrapper:lang(ru){--nav-width:50rem}@media only screen and (max-width:1024px){.header__navigation-wrapper:lang(ru){--nav-width:46rem}}@media only screen and (max-width:912px){.header__navigation-wrapper:lang(ru){--nav-width:30rem}}@media only screen and (max-width:767px){.header__navigation-wrapper:lang(ru){--nav-width:17rem}}.header__navigation{height:100%;width:var(--nav-width);flex-direction:row;justify-content:center;align-items:center;gap:30px;display:flex;position:relative}@media only screen and (max-width:1024px){.header__navigation{gap:20px}}@media only screen and (max-width:912px){.header__navigation{justify-content:space-between;padding:0 20px}}@media only screen and (max-width:767px){.header__navigation{padding:0 10px}}.header__navigation-bg-layer{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:1;height:100%;width:var(--bg-layer-width);opacity:0;background-color:#ffffffb3;border-radius:30px;position:absolute;inset:0 0 0 50%;transform:translate(-50%)}@media only screen and (max-width:1024px){.header__navigation-bg-layer{border-radius:25px}}@media only screen and (max-width:767px){.header__navigation-bg-layer{border-radius:20px}}.header__title-wrapper{z-index:10;justify-content:none;align-items:none;transform:translateX(calc((100vw - var(--nav-width))/-2));flex-direction:row;gap:2px;display:flex}@media only screen and (max-width:912px){.header__title-wrapper{transform:translateX(calc((100vw - var(--nav-width))/-2 + var(--offset-space)))}}.header__title{font-family:var(--font-montreal);letter-spacing:3px;text-transform:uppercase;color:#0f1d07;font-size:2rem;font-weight:530;line-height:38.4px}@media only screen and (max-width:1024px){.header__title{letter-spacing:2.133px;font-size:1.5rem;line-height:26.4px}}.header__title-icon{align-self:flex-end;height:24px}.header__button-wrapper,.header__menu-bar-wrapper{z-index:10;transform:translateX(calc((100dvw - var(--nav-width))/2))}@media only screen and (max-width:912px){.header__button-wrapper,.header__menu-bar-wrapper{transform:translateX(calc((100dvw - var(--nav-width))/2 - var(--offset-space)))}.header__button-wrapper{display:none}}.header__menu-bar-wrapper{display:none}@media only screen and (max-width:912px){.header__menu-bar-wrapper{display:block}}.header__menu-bar-button{background:0 0;border:none;outline:none}.header__menu-bar-button svg{width:40px;height:40px}@media only screen and (max-width:767px){.header__menu-bar-button svg{width:30px;height:30px}}.navigation{z-index:10}@media only screen and (max-width:912px){.navigation{visibility:hidden;width:100vw;position:fixed;top:100px;left:0}}.navigation__menu-container{justify-content:none;align-items:none;flex-direction:row;gap:15px;list-style:none;display:flex}@media only screen and (max-width:912px){.navigation__menu-container.large{display:none}}.navigation__menu-container.small{display:none}@media only screen and (max-width:912px){.navigation__menu-container.small{padding:15px calc(var(--offset-space)*2);visibility:hidden;flex-direction:column;gap:20px;display:flex}}.navigation__menu-item{width:max-content;font-family:var(--font-montreal);color:#0f1d07;cursor:pointer;background-color:#0000;border-radius:15px;padding:5px 10px;font-size:1rem;font-weight:530;line-height:19.2px;transition:background-color .5s ease-out,color .3s ease-out}@media only screen and (max-width:912px){.navigation__menu-item{padding:5px 15px;font-size:1.73975rem;line-height:33.403px}}.navigation__menu-item.active{color:#5cff46;background-color:#0f1d07;border-radius:15px}.navigation__menu-container.large .navigation__menu-item:hover:not(.active){color:#fcfdff;background-color:#0000004d}
html,body{max-width:100vw;height:100%}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#f3f3e9;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}:is(body:has(.modal-active),body:has(.menu-active)){overflow:hidden}*,:before,:after{box-sizing:border-box;margin:0;padding:0}a{color:inherit;text-decoration:none}li,button,a,input,select,textarea{-webkit-tap-highlight-color:#0000;-webkit-tap-highlight-color:#0000;outline:none}
