html {
	font-family: sans-serif;
}

* {
	box-sizing: border-box;
}

.container {
	max-width: 1300px;
	margin: 0 auto;
	padding: 15px;
}

.flex-container {
	display: flex;
	align-items: center;
	justify-content: space-between;
    border-bottom: 1px solid black;
}

.pic {
	width: 50px;
	height: 50px;
	background-color: black;
	border-radius: 50%;
}

.spisok {
	display: flex;
	gap: 30px;
}

.ul-style {
	margin: 0;
    padding: 0;
    list-style: none;
}

.nav-link, .tel {
    color: rgb(0, 0, 0);
    text-decoration-style: wavy;
}
