

/* Start:/local/templates/.default/css/page-style/contacts.css?17709015911195*/
.contacts_block {
	display: flex;
	flex-direction: row;
	align-items: center;
	margin: 95px 0 136px 0;
}

.contacts_block_text {
	display: flex;
	flex-direction: column;
	margin-right: 10vw;
}

.contacts_block_title {
	margin-bottom: 20px;
}

.contacts_item {
	margin-top: 42px;
}

.contacts_item_title {
	margin-bottom: 10px;
}

.contacts_item_text {
	font-size: 20px;
}

.contacts_icon img {
	width: 83%;
	margin-top: 20px;
}

@media (max-width: 479px) {

	.contacts_block {
		flex-direction: column;
		text-align: center;
		margin: 40px 0 40px 0;
	}

	.contacts_block_text {
		margin: 0 0 20px 0;
	}

	.contacts_block_title {
		margin: 0;
	}

	.contacts_icon img {
		width: 40%;
		margin-bottom: 10px;
	}

}

@media (min-width: 480px) and (max-width: 767px) {

	.contacts_block {
		flex-direction: column;
		text-align: center;
		margin: 40px 0 40px 0;
	}

	.contacts_block_text {
		margin: 0 0 20px 0;
	}

	.contacts_block_title {
		margin: 0;
	}

	.contacts_icon img {
		width: 40%;
		margin-bottom: 10px;
	}

}

@media (min-width: 768px) and (max-width: 1170px) {

	.contacts_block_title h1{
		font-size: 7.8vw !important;
	}

	.contacts_item_title h3{
		font-size: 2.6vw !important;
	}

}
/* End */
/* /local/templates/.default/css/page-style/contacts.css?17709015911195 */
