.header{position:-webkit-sticky;position:sticky;top:0;z-index:10;border-bottom:1px solid #dee7eb;box-shadow:0 1px 44px rgba(0,0,0,.07);background-color:var(--background-gradient-top);padding-right:var(--grid-gap);padding-left:var(--grid-gap)}@media only screen and (max-width:1023px){.header{padding-right:var(--grid-gap-portable);padding-left:var(--grid-gap-portable)}}.header__container{display:grid;grid-template-columns:215px auto minmax(0,215px);grid-gap:24px;align-items:center;height:104px}@media only screen and (max-width:1023px){.header__container{grid-gap:0;grid-template-columns:215px 1fr auto;height:98px}}.header__container--checkout{max-width:var(--content-width);margin-right:auto;margin-left:auto;grid-template-columns:1fr 215px 1fr}.header__container--checkout>div:nth-child(2){text-align:center}.header__back svg,.header__logo{display:block}.header__logo img,.header__logo svg{display:block;max-width:100%;max-height:104px;width:auto;height:auto}@media only screen and (max-width:1023px){.header__logo img,.header__logo svg{max-height:98px;transform:scale(.85);transform-origin:left center}}.header__logo--center img,.header__logo--center svg{margin:0 auto}.header__nav{display:flex;justify-content:center}@media only screen and (max-width:1023px){.header__nav{display:none}}.header__btn{display:flex;justify-content:flex-end;text-transform:uppercase}.header__icon{color:var(--header-text-color)}.header__icon svg{width:28px;height:28px}@media only screen and (max-width:539px){.header__icon svg{width:24px;height:24px}}.header-nav{margin-top:0;margin-bottom:0;padding-left:0;list-style:none;display:flex;gap:36px}.header-nav__link{display:flex;align-items:center;text-decoration:none;font-size:17px;font-weight:var(--font-weight-base);color:var(--header-text-color)}.header-nav__link:hover{text-decoration:none;color:var(--brand-primary-hover)}.header-nav__link-icon svg{display:block;width:1em;height:1em;margin-right:4px}.header-contacts{display:flex;justify-content:flex-end;gap:24px}@media only screen and (max-width:539px){.header-contacts{gap:12px}}