.extra_info-price > span{
	font-size: 10px;
    font-weight: 600;
    padding: 3px 5px;
    background-color: #222220;
    color: #fff;
}

.item-event .price_wrap .extra_info-price{
	text-align: right;
}


.contacts_page .field{
	position: relative;
}


.contacts_page figure.icon img{
	max-width: 250px;
	width: 100%;
}

.contacts_page .alert{
	background: #f2f2f2;
}

.center-item{
	border: 2px solid #f2f2f2;
	border-radius: 10px;
	padding: 20px 100px;
}

.center-item .background{
	display: block;
    width: 100%;
    height: 100%;
    min-height: 10rem;
    background-size: cover !important;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 10px;
}

.center-item .extra_info{
	padding: 20px 0;
}

.center-item .info{
	padding-top: 10px;
}

.center-item .info.phone span{
	display: block;
}

.center-item_wrap{
	padding: 20px 0;
}