:root{--header_height:96px}@media print,screen and (max-width:959px){:root{--header_height:64px}}.l-header{align-items:center;display:flex;height:var(--header_height);padding:0 16px;position:fixed;transition:padding .3s ease,height .3s ease;width:100%;z-index:20}.l-header--scrolled{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background-color:hsla(0,0%,100%,.75);--header_height:64px}.l-header__wrap{align-items:center;display:flex;gap:16px;transition:height .3s ease;width:100%}.l-header__logo{display:flex;height:64px}@media print,screen and (max-width:1279px){.l-header__logo{height:52px}}@media print,screen and (max-width:959px){.l-header__logo{height:40px}}.l-header__logo img{display:block;height:100%;-o-object-fit:contain;object-fit:contain;width:auto}.l-header-nav{align-items:center;display:flex;flex:1;justify-content:space-between}@media print,screen and (max-width:1360px){.l-header-nav{justify-content:flex-end}}.l-header-menu{display:flex;gap:16px}.l-header-menu__text{align-items:center;display:flex}.l-header-menu__text a{color:#222;display:block;font-size:16px;font-weight:700;transition:opacity .2s ease}.l-header-menu__text a:hover{opacity:.75;text-decoration:none}@media print,screen and (max-width:1360px){.l-header-left{background:#fff;display:block;height:100vh;padding:70px 30px 0;position:absolute;right:-300px;top:0;transition:right .3s ease;width:300px;z-index:5}.l-header-left--open{right:0}.l-header-leftmenu{flex-direction:column;gap:24px}}.l-header-right{align-items:center;display:flex;gap:16px}@media print,screen and (max-width:1360px){.l-header-rightmenu{gap:8px}}.l-header-right .c-button--s{font-size:16px;padding-left:1em;padding-right:1em}@media print,screen and (max-width:959px){.l-header-right .c-button--s{font-size:14px}}.l-header-hamburger{background-color:transparent;border-radius:20px;cursor:pointer;height:40px;position:relative;transition:opacity .3s ease;width:40px;z-index:10}@media print,screen and (min-width:1360px){.l-header-hamburger{display:none!important}}.l-header-hamburger:hover{opacity:.75}.l-header-hamburger span{background:#222;display:block;height:2px;left:10px;margin:0 auto;min-height:1px;position:absolute;transition:top .3s ease,-webkit-transform .3s ease;transition:top .3s ease,transform .3s ease;transition:top .3s ease,transform .3s ease,-webkit-transform .3s ease;width:20px}.l-header-hamburger span:first-child{top:10px}.l-header-hamburger span:nth-child(2){top:19px}.l-header-hamburger span:nth-child(3){top:28px}.l-header-hamburger--open span:first-child{-webkit-transform:translateY(9px) rotate(-405deg);transform:translateY(9px) rotate(-405deg)}.l-header-hamburger--open span:nth-child(2){opacity:0;-webkit-transform:rotate(1turn);transform:rotate(1turn)}.l-header-hamburger--open span:nth-child(3){-webkit-transform:translateY(-9px) rotate(225deg);transform:translateY(-9px) rotate(225deg)}.l-header-overlay{background-color:rgba(0,0,0,.25);display:none;height:100vh;left:0;position:absolute;top:0;width:100vw;z-index:1}@media print,screen and (min-width:1360px){.l-header-overlay{display:none!important}}