html {
	font-family: sans-serif;
}

body {
	block-size: border-box;
}

ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.container {
	max-width: 1320px;
	margin: 0 auto;
	padding: 0 15px;
}

.header-container {
	display: flex;
	border-bottom: 1px solid #000;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
}

.logo {
	width: 50px;
	height: 50px;
	background-color: #000;
	border-radius: 4px;
}

.nav-list {
	display: flex;
	gap: 25px;
	align-items: center;
}

.nav-link,
.phone {
	color: #000;
}

.phone {
	text-decoration: none;
}
