body{
	background-color: #F4F4F4;
}
.space {

	padding: 50px 0 86px;
}
.space__item-image img {
	object-fit: cover;
	width: 696px;
	height: 384px;
	display: block;
}
.space__item {
	position: relative;
	margin: 2px;
}
.space > .container > .flex {
	margin: -2px;
}
.space__item-info {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.7);
	color: #fff;
	padding: 26px 27px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.space__item-name {
	font-size: 24px;
	line-height: 43px;
	text-transform: uppercase;
	font-family: "basebloom";
}
.space__item-place {
	margin: 17px 0 5px;
	font-size: 12px;
	line-height: 18px;
	text-transform: uppercase;
}
.space__item-type {
	font-size: 14px;
	line-height: 21px;
	text-transform: uppercase;
}
.space__item-link {
	font-family: 'Circe Bold';
	font-size: 14px;
	line-height: 41px;
	text-align: center;
	text-transform: uppercase;
	color: #222222;
	display: inline-block;
	max-width: 180px;
	background: #fff;
	transition: all .2s linear;
}
.space__item-link:hover{
	background-color: #C94A8D;
	color: #fff !important;
}
@media (max-width: 1400px) {
	.space__item {
		flex: 1 0 49%;
	}

}
@media (max-width: 810px) {
	.space__item {
		margin: 0 0 10px;
		flex: 1 0 100%;
	}
}
@media (max-width: 480px) {
	.space__item-info {
		position: static;
		background: none;
		color: #222222;
		padding: 30px 0;
	}
	.space__item-link {
		color: #fff;
		background: #C94A8D;
		margin-top: 18px;
	}
}