.notification-link{color:var(--colorPrimary);text-decoration:underline;transition:opacity .3s,text-decoration .3s}.notification-link:hover{color:var(--colorPrimary);opacity:.6;text-decoration:underline}.new-year-discounts-icon-wrapper2{background:var(--colorDiscount);color:var(--colorLight);border-radius:var(--borderRadius)px;margin:0 3px;padding:0 3px;position:relative}.icons-wrapper2>:last-child{display:none}@media (width<=1024px){.icons-wrapper2{align-items:center;gap:6px;display:flex}.icons-wrapper2>:last-child{display:flex}}.burger-popover a,.burger-popover a:hover,.burger-popover a:active{color:var(--colorLight)}.burger-popover_reversed a,.burger-popover_reversed a:hover,.burger-popover_reversed a:active{color:var(--colorPrimary)}@keyframes burger-top-forward{0%{top:0;transform:rotate(0)}50%{top:11px;transform:rotate(0)}to{top:11px;transform:rotate(45deg)}}@keyframes burger-top-back{0%{top:11px;transform:rotate(45deg)}50%{top:11px;transform:rotate(0)}to{top:0;transform:rotate(0)}}@keyframes burger-bottom-forward{0%{bottom:0;transform:rotate(0)}50%{bottom:11px;transform:rotate(0)}to{bottom:11px;transform:rotate(135deg)}}@keyframes burger-bottom-back{0%{bottom:11px;transform:rotate(135deg)}50%{bottom:11px;transform:rotate(0)}to{bottom:0;transform:rotate(0)}}@keyframes burger-scaled-forward{50%{transform:scale(0)}to{transform:scale(0)}}@keyframes burger-scaled-back{0%{transform:scale(0)}50%{transform:scale(0)}to{transform:scale(1)}}.burger{justify-content:center;align-items:center;width:48px;height:48px;display:flex}.burger__strokes{width:36px;height:fit-content}.burger__strokes_dirty .burger__stroke:first-child{animation:.5s forwards burger-top-back}.burger__strokes_active .burger__stroke:first-child{animation:.5s forwards burger-top-forward}.burger__strokes_dirty .burger__stroke:nth-child(2){animation:.5s forwards burger-scaled-back}.burger__strokes_active .burger__stroke:nth-child(2){animation:.5s forwards burger-scaled-forward}.burger__strokes_dirty .burger__stroke:nth-child(3){animation:.5s forwards burger-bottom-back}.burger__strokes_active .burger__stroke:nth-child(3){animation:.5s forwards burger-bottom-forward}.burger__stroke{background-color:var(--colorLight);border-radius:3px;width:100%;height:3px;display:block;position:relative;box-shadow:0 2px 10px #0000004d}.burger__stroke_reversed{background-color:var(--colorPrimary)}.burger__stroke:not(:first-child){margin-top:8px}.logo{aspect-ratio:2;width:96px;height:fit-content}.logo_new-year{transform:scale(1.2)translateY(-4px)}@media (width<=600px){.logo{width:72px}}@media (width<=360px){.logo{width:64px}}.header__menu{border-radius:0 0 0 var(--borderRadius)px;background-color:var(--colorPrimary);flex-direction:row;justify-content:space-between;gap:4vw;padding:0;display:flex}@media (width<=1024px){.header__menu{z-index:3;flex-direction:column;gap:20px;padding:20px;transition:all .3s;position:absolute;top:72px;right:-100%}.header__menu_opened{right:0}}.header__menu_reversed{background-color:var(--colorLight)}.header{padding-left:50px;padding-right:50px}@media (width<=1024px){.header{padding-left:20px;padding-right:20px}}@media (width<=600px){.header{padding-left:16px;padding-right:16px}}.header{height:unset;background-color:var(--colorPrimary);padding-top:12px;padding-bottom:12px;position:relative}.header a,.header a:hover,.header a:active{color:var(--colorLight)}.header svg{fill:var(--colorLight)}.header_reversed{background-color:var(--colorLight)}.header_reversed a,.header_reversed a:hover,.header_reversed a:active{color:var(--colorPrimary)}.header_reversed svg{fill:var(--colorPrimary)}@media (width<=360px){.header{margin-left:-10px;margin-right:-10px}}.header__content{flex-direction:row;justify-content:space-between;align-items:center;gap:6px;width:100%;max-width:1218px;margin:auto;display:flex}.header__nav-content{gap:4vw;display:flex}.footer{padding-left:50px;padding-right:50px}@media (width<=1024px){.footer{padding-left:20px;padding-right:20px}}@media (width<=600px){.footer{padding-left:16px;padding-right:16px}}.footer{background-color:var(--colorPrimary);color:var(--colorLight);padding-top:40px;padding-bottom:40px}.footer__content{width:100%;max-width:1218px;margin:auto}.footer__grid{grid-template-columns:1fr;grid-template-areas:"socials""legal";justify-items:center;gap:20px;width:100%;display:grid}.footer__socials{grid-area:socials;align-self:flex-end;gap:20px;display:flex}.footer__legals{opacity:.75;text-align:center;flex-direction:column;grid-area:legal;justify-content:center;gap:10px;font-size:16px;line-height:1.2;display:flex}@media (width<=900px){.footer__legals{text-align:left;font-size:12px}}.footer__legal{margin:auto}.footer__legal a{color:var(--colorLight);text-decoration:underline;transition:opacity .3s,text-decoration .3s}.footer__legal a:hover{color:var(--colorLight);opacity:.8;text-decoration:underline}.footer__legal a:active{color:var(--colorLight);opacity:.6;text-decoration:underline}
