

/* Start:/bitrix/templates/spine-sport/components/new/empty/opt/style.css?1751372713817*/
.contacts_main {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
}
.contacts_main > div {
	width: 30%;
	padding-bottom: 1rem;
	position: relative;
	border-right: 2px dotted #878787;
}
.contacts_main div.wt_bg:before {
	content: "\f2eA";
	font: 6rem web01;
	color: #000;
	opacity: 0.05;
	position: absolute;
	right: 1rem;
	bottom: 0;
}
.contacts_main div.wt_bg:nth-child(2):before {
	content: "\f2e9";
}
.contacts_main div.wt_bg:last-child:before {
	content: "\f2e8";
}
@media (max-width: 1200px) {
	.contacts_main {
		display: block;
	}
	.contacts_main > div {
		width: 100%;
		border-right: 0;
		text-align: center;
		margin: 0;
	}
	.contacts_main > div:before,
	.contacts_main > div > .wt_bg:before {
		display: none !important;
	}
	.contacts_main .tb_info {
		margin: 0 auto;
	}
}
/* End */
/* /bitrix/templates/spine-sport/components/new/empty/opt/style.css?1751372713817 */
