.stilistic {
	font-size: 16px;
	margin-top: 10px;
	/* отступ сверху */
	margin-left: 10px;
	/* отступ слева */
	margin-right: 10px;
	/* отступ справа */
	margin-bottom: 10px;
	/* отступ снизу */
	border-radius: 5px 5px 5px 5px;
	box-shadow: -8px -7px 6px rgba(0, 0, 0, 0.17), 7px 7px 6px rgba(0, 0, 0, 0.17);
	/*Gradient*/
	text-shadow: 0.5px 0.5px 0.5px #385054;
	text-indent: 10px;

	@font-face {
		font-family: "Lucida Sans Unicode, Lucida Grande, sans-serif";
		src: url("Times New Roman.eot?") format("eot"),
			url("Times New Roman.woff") format("woff"),
			url("Times New Roman.ttf") format("truetype");
	}

	/* Menu */
		{
		box-sizing: border-box;
		margin: 0;
		padding: 0;
	}

	*:focus {
		outline: 0;
	}
}

ul {
	display: flex;
	margin: 0 10px;
}

ul li:before {
	background-color: #ffffff;
	background-size: cover;
	content: '';
	height: 200px;
	left: -65px;
	opacity: 0;
	position: absolute;
	top: -90px;
	transform: translateY(100px);
	transition: opacity 0.5s ease,
		transform 0.5s ease;
	width: 200px;
	z-index: -1;
}

ul li:nth-child(1):before {
	background-image: url("/img/stl.jpg");
}

ul li:nth-child(2):before {
	background-image: url("/img/rez.jpg");
}

ul li:nth-child(3):before {
	background-image: url("/img/diz.jpg");
}

ul li:nth-child(4):before {
	background-image: url("/img/vz.jpg");
}

ul li:nth-child(5):before {
	background-image: url("/img/ft.jpg");
}

ul li:nth-child(6):before {
	background-image: url("/img/kont.jpg");
}

ul li:hover:before {
	opacity: 0.5;
	transform: translateY(0);
	transition-delay: 0.5s;
}

ul li {
	list-style: none;
	margin: 0 10px;
	position: relative;
}

ul li a {
	display: block;
	font-weight: 600;
	height: 20px;
	overflow: hidden;
	position: relative;
	text-decoration: none;
	text-transform: uppercase;
}

ul li a span {
	color: #ffffff;
	display: block;
	height: 100%;
	transition: transform 0.5s ease;
	width: 100%;
}

ul li a span:nth-child(1) {
	color: #B46433;
}

ul li:hover a span:nth-child(1) {
	transform: translateY(-100%);
}

ul li a span:nth-child(2) {
	color: #A6C5C0;
}

ul li:hover a span:nth-child(2) {
	transform: translateY(-100%);
}

/*Заголовки*/
h1 {
	text-align: center;
	font-weight: bold;
	color: #587B74;
	font-size: 20px;
}

h2 {
	text-align: center;
	font-weight: bold;
	color: #587B74;
	font-size: 18px;
}

h3 {
	text-align: center;
	font-weight: bold;
	color: #587B74;
	font-size: 18px;
}

p {
	margin: 10px 10px;
	text-align: left;
}

span {
	color: #B46433
}

.card {
	display: inline-block;
	vertical-align: top;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
	max-width: 150px;
	text-align: center;
	font-family: sans-serif;
	margin: 20px;
}

.price {
	color: grey;
	font-size: 22px;
}

.shoes {
	... min-height: 100%;
	flex-grow: 1;
}

.sidebar {
	background-color: #f5f5f5;
	width: 130px;
	float: right;
	text-align: center
}

.menu {
	text-align: center
}

@media screen and (max-width: 400px) {
	nav {
		display: flex;
		justify-content: center;
		align-items: center;
	}

	ul {
		flex-direction: column;
	}

	li {
		margin-bottom: 10px;
	}

	figcaption {
		font-size: 22px;
		color: #B46433
	}
}
