

/* Start:/bitrix/templates/tc4.m/components/bitrix/news.list/shops.support.compact/style.css?16794558302448*/
.tc-desktop .content .contacts {
	margin-top: 44px;
}	
.tc-mobile .content .contacts {
	margin-top: 32px;
	padding: 0 16px;
}	

.tc-desktop .content .contacts h2 {
	font-size: 24px;
	font-weight: 400;
}	
.tc-mobile .content .contacts h2 {
	font-size: 22px;
	font-weight: 500;
}	

.content .contacts .contacts-wrapper {
	display: flex;
	grid-gap: 20px;
	margin-top: 16px; 
}	
.tc-mobile .content .contacts .contacts-wrapper {
	flex-wrap: wrap;
}
	
.content .contacts .contact {
	border: 1px solid #EDEDED;
	flex: 1;
	background: white;
	border-radius: 8px;
	padding: 28px 24px;
	display: flex;
	flex-wrap: wrap;
}	
.tc-desktop .content .contacts .contact {
	align-content: flex-start;
	grid-gap: 20px 40px;
}	
.tc-mobile .content .contacts .contact {
	min-width: 280px;
	flex-direction: column;
	grid-gap: 18px;
}	

.content .contacts .contact .contact-header-wrapper {
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.content .contacts .contact .contact-header {
	font-size: 18px;
	font-weight: 500;
}	
	
.content .contacts .contact .contact-schedule {
    line-height: 1.5;
} 
.tc-desktop .content .contacts .contact .contact-schedule {
    flex: 1;
    white-space: nowrap;
}	

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

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

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


.content .survey {
	background: white;
	border-radius: 8px;
	border: 1px solid #EDEDED;
	padding: 24px;
	display: flex;
	justify-content: space-between;
}	
.tc-desktop .content .survey {
	margin-top: 60px;
	grid-gap: 20px;
}	
.tc-mobile .content .survey {
	margin: 32px 16px;
	flex-wrap: wrap;
	grid-gap: 8px;
}	



@media all and (max-width: 1199px) {
	.tc-desktop .content .contacts .contact .contact-schedule {
		flex: auto;
		width: 100%;
	}
}

@media all and (min-width: 1200px) {
	.tc-desktop .content .contacts .contact .contact-header-wrapper {
		justify-content: normal;
		grid-gap: 20px 40px;
	}
	
	.tc-desktop .content .contacts .contact .contact-header {
		flex: 1;
	}

	.tc-desktop .content .contacts .contact .contact-link-wrapper {
		flex: 1;
	}
}

.content .contact .contact-link::before {
	content: "\f3c5";
	font-family: "Font Awesome 5 Pro";
	margin-right: .75em;
}	
/* End */
/* /bitrix/templates/tc4.m/components/bitrix/news.list/shops.support.compact/style.css?16794558302448 */
