

/* Start:/bitrix/templates/tc4.m/components/bitrix/news.list/shops.universal/style.css?17274158652552*/
.content .contacts {
	display: flex;
	flex-direction: column;
}	
.tc-desktop .content .contacts {
	grid-gap: 24px;
}	
.tc-mobile .content .contacts {
	grid-gap: 20px;
	padding: 0 16px;
}	
	
.content .contacts .contact {
	flex: 1;
	border: 1px solid #EDEDED;
	background: white;
	border-radius: 8px;
	display: flex;
	justify-content: space-between;
	grid-gap: 20px;
}	
.tc-desktop .content .contacts .contact {
	padding: 32px;
}	
.tc-mobile .content .contacts .contact {
	padding: 28px 24px;
	flex-direction: column;
}	

.content .contacts .contact .contact-text-wrapper {
	display: flex;
	flex-direction: column;    	
	grid-gap: 12px;
}
.tc-desktop .content .contacts .contact .contact-text-wrapper {
	width: 33%;
}

.tc-desktop .content .contacts .contact .contact-map-wrapper {
	width: 67%;
}

.content .contacts .contact .contact-map {
	height: 50vh;
	max-height: 350px;
	min-height: 250px;
}

@media all and (min-width: 600px) {
	.tc-mobile .content .contacts .contact {
		flex-direction: row;
	}	

	.tc-mobile .content .contacts .contact .contact-text-wrapper {
		width: 33%;
	}

	.tc-mobile .content .contacts .contact .contact-map-wrapper {
		width: 67%;
	}
}


.content .contacts .contact .contact-header {
	font-size: 18px;
	font-weight: 500;
}	

.content .contacts .contact .contact-header .contact-city {
	font-weight: 400;
}
	
.content .contacts .contact .contact-schedule {
    line-height: 1.5;
    white-space: nowrap;
} 

.content .contacts .contact .contact-contacts {
    line-height: 1.5;
	display: flex;
	flex-direction: column;    	
	grid-gap: 8px;
}	

.content .contacts .contact .contact-contacts>* {
	white-space: nowrap;
}

.content .contacts .contact .contact-contacts>a>i {
	margin-right: 0.5em;
}

.content .contact .map-link {
	display: inline-block;
	white-space: nowrap;
}
	
.content .contact .map-link::after {
	content: "\f061";
	font-family: "Font Awesome 5 Pro";
	display: inline-block;
	transform: rotate(-45deg);
	margin-left: 0.25em;
}	

.hint-map-link {
	display: block;
	margin: 6px 0;
}

a.anchor[name] {
	top: -110px;
	position: relative;
	display: inline-block;
	height: 1px;
	width: 1px;
	z-index: -1;
}

.tc-desktop body.gray-page .news-content {
	padding: 0;
	margin: 0;
}
.tc-mobile body.gray-page .news-content {
	margin: 0;
}

body.gray-page .news-content header {
	margin-bottom: 20px;
}
.tc-desktop body.gray-page .news-content header {
	margin-top: 0;
}

.tc-desktop body.gray-page .news-content header h1 {
	font-size: 28px;
}
.tc-mobile body.gray-page .news-content header h1 {
	font-size: 26px;
}

/* End */
/* /bitrix/templates/tc4.m/components/bitrix/news.list/shops.universal/style.css?17274158652552 */
