.outer-header{width:100%;position:sticky;top:0;left:0;z-index:10;background-color:#fff}.header{display:grid;grid-template-columns:1fr 6fr 2fr;grid-template-rows:1fr;padding:20px 0;margin:0 auto;gap:32px;width:var(--fullwidth);max-width:1200px}.header>div{align-self:center}.header .header__logo img{width:100%}.header .header__menu{align-self:center}.header .header__menu ul{margin:0;padding:0;display:flex;gap:32px;list-style:none}.header .header__menu ul li a{text-decoration:none}.header .header__button{display:flex;justify-content:flex-end;gap:32px;align-items:center}.header .header__button .btn{padding:10px}.header .header__button svg{width:23px}.header .header__burger{display:none}.footer{width:100%;padding:40px 0;background-color:var(--main-color);color:#fff;font-weight:700}.footer .footer-content{display:flex;justify-content:space-between;align-items:flex-start;gap:32px;width:var(--fullwidth);max-width:1200px;margin:0 auto;padding-bottom:40px;border-bottom:1px solid white}.footer .footer-content>img{align-self:center}.footer .footer-content .footer-social{display:flex;gap:32px;align-items:center;align-self:center}.footer .footer-content .footer-menu{margin:0;padding:0;display:flex;gap:32px;list-style:none;align-self:center}.footer .footer-content .footer-menu a{text-decoration:none}.footer .footer-content .footer-newsletter{display:flex;flex-direction:column;gap:10px;align-items:flex-start}.footer .footer-content .footer-newsletter input{background-color:var(--main-color);border:1px solid var(--taggy-blue);border-radius:10px;padding:10px 20px;color:#fff}.footer .footer-powered{padding-top:40px;text-align:center;font-weight:100}.navigation{display:none}@media only screen and (max-width: 768px){.header{width:90%;display:grid;grid-template-columns:1fr 1fr;grid-template-rows:1fr;gap:0px}.header .header__logo img{max-width:100px}.header :is(.header__menu,.header__button){display:none}.header .header__burger{display:flex;width:100%;justify-content:flex-end;align-items:center;gap:20px}.header .header__burger :is(svg,a){height:25px;fill:var(--taggy-blue)}.navigation{position:fixed;left:0;top:0;width:100vw;height:100vh;background-color:#fff;background-blend-mode:lighten;transform:translate3d(-100%,0,0);transition:transform .3s ease-in-out;z-index:100;display:block}.navigation.navlistOpen{transform:translateZ(0)}.bg{position:absolute;top:0;left:0;background-color:#0096ff22;width:100%;height:100%;z-index:-1}.cross{position:absolute;top:40px;right:40px}.cross svg{width:20px;fill:#121212}.innerContainerNav{width:80%;margin:0 auto;padding:60px 0 0}.navlist{margin:4rem 0 0;padding:0;list-style:none}.navlist li{padding:1rem 0;font-weight:400}.navlist li a{text-decoration:none}.navlist li svg{width:20px;margin-right:10px;vertical-align:text-top}.navlist li.selected{font-weight:700;position:relative}.navlist li.selected:before{content:"";border-left:4px solid var(--taggy-blue);position:absolute;height:100%;top:0;left:calc(-1 * var(--margin))}.navlist li.logout{color:var(--taggy-blue)}.footer .footer-content{width:90%;flex-flow:row wrap}.footer .footer-content .footer-menu{width:100%;flex-direction:column;font-weight:400;gap:1rem}.footer .footer-content .footer-newsletter{width:100%}.footer .footer-content .footer-newsletter :is(input,button){width:100%}}
