.header-module{align-items:center;display:flex;flex-flow:row nowrap;gap:12%;padding:15px 30px}.header-module .logo{min-width:230px;width:230px}.header-module .search{width:100%}.header-module form{align-items:center;display:flex;flex-flow:row nowrap}.header-module .search input[type=text]{border:none;font-weight:600;height:42px;max-width:680px;outline:none;padding-inline:12px;width:100%}.header-module .search button[type=submit]{align-items:center;background-color:var(--lime);border:none;display:flex;height:42px;justify-content:center;width:42px}@media (max-width:767px){.header-module .logo{min-width:unset}}