.header{padding:40px 20px;display:flex;justify-content:space-between;align-items:center;background:transparent;position:absolute;top:0;width:100%;z-index:5}@media(min-width:993px){.header{padding:54px 80px 0 84px}}.header__intro{display:flex;align-items:center;gap:10px}@media(min-width:993px){.header__intro{gap:20px}}.header__imgLogo{width:100%;height:100%;color:#46bd62}.header__imgLogo:hover{transition:.5s ease-out;color:#000}.header__text{font-weight:600;text-transform:uppercase;font-size:2rem;letter-spacing:5px;font-family:Six Caps,sans-serif;color:#000}.header__text:hover{transition:.5s ease;color:#46bd62}.header .btnPrimary{background:#000;text-transform:lowercase;letter-spacing:unset;border-radius:unset;padding:13px;height:unset;max-width:120px}.header .btnPrimary:hover{background:#000}.header__user{gap:5px}.header__user,.header__user-avatar{display:flex;align-items:center;justify-content:center}.header__user-avatar{height:40px;width:40px;border-radius:50%;padding:5px;background-color:#000}.header__user-avatar svg{color:#fff}.header__user-name{font-weight:600;font-size:.8rem;color:#000;position:relative}.header__user-name:after{content:"";position:absolute;bottom:-1px;left:0;width:100%;height:1px;background:#000}.header__user-info{display:flex;flex-direction:column;gap:5px;max-width:105px}.header__logout{cursor:pointer;max-width:50px;font-size:.6rem;font-weight:600;color:#fff;padding:3px 5px;border-radius:2px;background:rgba(0,0,0,.4)}.header__logout:hover{transition:all .3s ease;background:rgba(0,0,0,.3)}@import"https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap";@import"https://fonts.googleapis.com/css2?family=Six+Caps&display=swap";*,body,html{margin:0;padding:0;border:0;text-decoration:none;line-height:normal;-webkit-font-smoothing:antialiased;-webkit-text-shadow:rgba(0,0,0,.01) 0 0 1px;text-shadow:rgba(0,0,0,.01) 0 0 1px;outline:none;box-sizing:border-box}* button,body button,html button{background-color:unset}* button:focus,body button:focus,html button:focus{outline:none}*,body,html{scroll-behavior:smooth}* a:active,* a:focus,* a:hover,body a:active,body a:focus,body a:hover,html a:active,html a:focus,html a:hover{text-decoration:none;color:inherit}* figure,* h1,* h2,* h3,* h4,* h5,* h6,* p,* picture,* span,* strong,body figure,body h1,body h2,body h3,body h4,body h5,body h6,body p,body picture,body span,body strong,html figure,html h1,html h2,html h3,html h4,html h5,html h6,html p,html picture,html span,html strong{margin-bottom:unset}::-webkit-scrollbar{width:0}@keyframes easeIn{0%{opacity:0}50%{opacity:1}}@keyframes easeOut{0%{opacity:1}to{opacity:0}}@keyframes animaRotate{0%{transform:rotate(180deg)}to{transform:rotate(0deg)}}@keyframes translateY{0%{transform:translateY(0)}50%{transform:translateY(30%)}to{transform:translateY(0)}}@keyframes scaleToOne{0%{transform:scale(0)}to{transform:scale(1)}}@keyframes scaleToZero{0%{transform:scale(1)}to{transform:scale(0)}}@keyframes translateX{0%{transform:translate(0)}to{transform:translate(35px)}}