* {
    z-index: 10;
}


body {
	margin: 0;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	font-size: 16px;
	color: #000;
}

.background {
	position: fixed;
	top: 0;
	left: 0;
	z-index: -1;
}

.background__image img {
	width: 100%;
	display: block;
}

.background__image {
	position: relative;
}

.background__image:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 255));
}

.items-list	{
	margin: 10px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}

.items-list__item {
	display: flex;
	width: 450px;
	margin-bottom: 10px;
	position: relative;
}

.items-list__item img {
	height: 170px;
	margin-right: 15px;
	border-radius: 5px;
}

.items-list__item-info {
	display: flex;
	flex-direction: column;
}

.items-list__item-info > div {
	margin-bottom: 10px;
}

.items-list__important-item {
	font-weight: 700;
	font-size: 18px;
	color: #c0392b;
}

.items-list__important-item1 {
	font-weight: 700;
	font-size: 18px;
	color: #c0392b;
}


.items-list__item-age span {
	font-size: 18px;
}


.items-list__item-age.items-list__important-item span {
	font-size: 20px;
}

.item-extra-text {
	width: 600px;
	margin: auto;
	margin-bottom: 20px;
}
