#contacts_block{
	display: flex;
	margin: 15px 0 30px 0px;
	justify-content: center;
	gap: 100px;
}
.addr{
	margin-top: 5px;
}
.addr a{
	color: #3c7b82;
}
.addr img{
	width: 14px;
	height: 14px;
	margin-right: 3px;
	filter: brightness(0) saturate(100%) invert(58%) sepia(12%) saturate(1862%) hue-rotate(138deg) brightness(90%) contrast(91%);
}

.dinner, .schedule{
	margin-top: 10px;
}
.dinner{
	color: #79868B;
}
.schedule{
	color: #79868B;
}
.contacts_tel{
	font-weight: bold;
	text-decoration: none;
	color: #3c7b82;
}
.contacts_email{
    word-break: break-all;
	margin-top: 10px;
	display: flex;
}
.contacts_tel img, .contacts_email img{
	width: 14px;
	height: 14px;
	margin-right: 3px;
	filter: brightness(0) saturate(100%) invert(58%) sepia(12%) saturate(1862%) hue-rotate(138deg) brightness(90%) contrast(91%);
}
.contacts_email img{
	width: 18px;
	height: 14px;
	margin-top: 3px;
	margin-right: 4px;
}


@media (max-width:767px){
	.map{
		max-width: 100%;
	}
	#contacts_block{
		display: block;
		margin: 15px 5px 30px 10px;
	}
	#contacts_block div:first-of-type{
		margin-top: 25px;
	}
}