#part1 .textblock {
	background-image: url("/img/toys_header_bg.jpg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
#menu-hum {
	background-color: #a796ff !important;
	a:hover {
		color: #ffd5ff !important;
	}
}
#content {
	width: 90%;
	margin: auto;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}
#where-to-buy {
	color: #000;
	font-size: 5.6rem;
	text-align: center;
	margin: auto;
}
#ozon-shop {
	height: 12rem;
	margin: 5rem 7rem;
}
#wildberries-shop {
	height: 18rem;
	margin: 5rem 7rem;
}
#smish-shop {
	height: 10rem;
	margin: 5rem 7rem;
}
.textblock {
	background-color: #a796ff !important;
}
.imageblock {
	background-image: url("/img/toys.jpg") !important;
}
#footer-dividor {
	background-image: url("/img/footer_dividor_a796ff.svg") !important;
}
#footer-mainspace {
	background-color: #a796ff !important;
}
#footer-inner {
	a:hover {
		color: #ffd5ff !important;
	}
}
