.header{border-bottom:1px solid #fff3;height:80px;display:flex}.header__container{justify-content:space-between;align-items:center;width:80%;max-width:1366px;margin:auto;display:flex}.header__mobile-menu{background:0 0;border:none;display:none}.header__nav{align-items:center;gap:45px;font-family:Roboto,sans-serif;font-size:18px;font-weight:500;line-height:24px;display:flex}.header__logo{cursor:pointer}.header__text{font-family:Roboto,sans-serif;font-size:18px;font-weight:500;line-height:24px}.header__link{color:#fff;cursor:pointer;text-decoration:none}.header__link_light{color:#000}.header__button{color:#fff;cursor:pointer;background-color:#0000;border:1px solid #fff;border-radius:100px;justify-content:center;align-items:center;padding:11px 25px;display:flex}.header__button:hover{color:#000;background-color:#fff;transition:all .3s}.header__button_light{color:#000;cursor:pointer;background-color:#0000;border:1px solid #000;border-radius:100px;justify-content:center;align-items:center;padding:11px 25px;display:flex}.header__button_light:hover{color:#fff;background-color:#000;transition:all .3s}.header__user_light:after{content:url(../../images/logout_black.svg);margin-left:15px;transform:translateY(2px)}.header__user_light:hover:after{content:url(../../images/logout.svg)}.header__user_dark:after{content:url(../../images/logout.svg);margin-left:15px;transform:translateY(2px)}.header__user_dark:hover:after{content:url(../../images/logout_black.svg)}@media screen and (max-width:768px){.header{height:66px}.header__container{width:90%}.header__text{font-size:16px}.header__nav{gap:16px}}@media screen and (max-width:500px){.header{z-index:1;height:56px}.header__container{z-index:1;width:90%}.header__text{font-size:14px}.header__link,.header__button,.header__button_light{display:none}.header__mobile-menu{display:block}.dropdown{z-index:-1;background-color:#000;width:100vw;height:230px;position:absolute;top:0;right:0}.header__nav_dropdown{flex-direction:column}.header__link_dropdown1{padding-top:81px;padding-left:16px;display:block}.header__link_dropdown2{padding-left:16px;display:block}.header__text_dropdown{width:90vw;margin:32px auto auto;display:block}}
.footer{height:80px}.footer__container{justify-content:space-between;width:90vw;margin:auto;font-family:Roboto,sans-serif;display:flex}.footer__copyright{color:#b6bcbf;font-size:16px;line-height:22px}.footer__nav{align-items:center;display:flex}.footer__links{gap:43px;padding-right:42px;font-size:18px;line-height:24px;display:flex}.footer__link{color:inherit;cursor:pointer;text-decoration:none}.footer__socials{gap:27.9px;display:flex}@media screen and (max-width:768px){.footer{height:64px}}@media screen and (max-width:670px){.footer{height:176px}.footer__container{flex-direction:column-reverse;width:92vw}.footer__copyright{align-self:center;padding-bottom:22px}.footer__nav{justify-content:space-between;padding-bottom:30px}.footer__links{flex-direction:column;gap:30px;padding-top:20px}.footer__socials{align-self:flex-start;padding-top:20px}}
