.header__logo-mobile{display:none}.header__wrapper{width:100%;box-sizing:border-box;max-width:1232px;margin:0 auto;padding:10px 10px 0 10px;border-bottom:1px solid gray}.header__bottom{display:flex;justify-content:space-between;align-items:center}.header__logo{margin-bottom:40px}.header__nav-list{display:flex;align-items:center;gap:24px}.header__nav-list a{font-weight:700;text-transform:uppercase;text-decoration:none;border-bottom:2px solid transparent}.header__nav-list a:hover{border-bottom:2px solid gray}.header__icon{padding-bottom:10px;box-sizing:border-box}@media (max-width:1000px){.header__logo{display:none}.header__nav-list{display:none}.header__logo-mobile{display:block;max-width:230px;width:100%;padding-bottom:10px;box-sizing:border-box}}