
.section.contacts .item {
	padding: 0 40px;
}
.section.contacts .contacts.grid {
	border-left: 1px solid #D9D9D9;
	border-right: 1px solid #D9D9D9;
}
.section.contacts .contacts.grid .item + .item {
	border-left: 1px solid #D9D9D9;
}

.section.contacts .contacts.grid .item iframe {
	height: 100%;
}

.block_icon + h3 {
	margin-top: 40px;
}
.block_icon a {
	text-decoration: none;
	color: inherit;
}


@media (max-width: 1199.98px) {

	.section.contacts .item {
		padding: 0;
	}
	.section.contacts .contacts.grid {
		border-left: 0 none;
		border-right: 0 none;
		gap: 30px;
	}
	.section.contacts .contacts.grid .item + .item {
	border-left: 0 none;
	}
}

@media (max-width: 991.98px) {

}

@media (max-width: 767.98px) {
	.section.contacts .contacts.grid {
		gap: 20px;
	}
}


@media (max-width: 575.98px) {
	.section.contacts .contacts.col2 {
		grid-template-columns: 1fr;
		gap: 40px;
	}
}

@media (max-width: 450px) {
	
}









