
@media all {
	.contacts-office__row {
		display: flex;
		margin: 0 -15px;
		min-width: 100%;
	}
	.contacts-office__col {
		width: 33.333%;
		margin: 15px;
		padding: 24px 26px 28px;
	}
	.contacts-office__image {
		background-position: center center;
		background-repeat: no-repeat;
		-webkit-background-size: cover;
		background-size: cover;
	}
	.contacts-office__title {
		font-size: 18px;
		font-weight: 600;
		margin-bottom: 20px;
	}
	.contacts-office__properties .property__it + .property__it {
		margin-top: 14px;
	}
	.contacts-office__properties-col {
		border: 1px solid #e1e1e1;
	}
	.contacts-office .property__value-it__value {
		font-size: 15px;
	}
	.contacts-office .property__value-it__description {
		font-size: 15px;
		color: #333;
	}
	.contacts-office .soc-list {
		padding-top: 20px;
	}
	.contacts-office .soc-it {
		color: #fff;
		position: relative;
		border: none;
	}
	.contacts-office .soc-it span {
		position: relative;
		z-index: 1;
	}
	.contacts-office .soc-it._fb {
		background-color: #334197;
	}
	.contacts-office .soc-it._wa {
		background-color: #25d366;
	}
	.contacts-office .soc-it._wa:hover {
		background-color: #1f9149;
	}
	.contacts-office .soc-it._tg {
		background-color: #3390ec;
	}
	.contacts-office .soc-it._mx {
		background: #4585F8;
		background: linear-gradient(135deg, #4585F8, #884AEB);
		border-color: transparent;
	}
	.contacts-office .soc-it._tg:hover {
		background-color: #205d9b;
	}
	.contacts-office .soc-it._mx:hover {
		background: #2f5aac;
		background: linear-gradient(135deg, #3362b9, #542e92);
		border-color: transparent;
	}
	.contacts-office .soc-it._vk {
		background-color: #336699;
	}
	.contacts-office .soc-it._tw {
		background-color: #33ccff;
	}
	.contacts-office .soc-it._yt {
		background-color: #b40202;
	}
	.contacts-office .soc-it._ig {
		background-color: #833ab4;
	}
	.contacts-office .soc-it._ok {
		background-color: #ed812b;
	}
	.contacts-office .soc-it:before {
		content: '';
		position: absolute;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		background-color: transparent;
		transition: .3s ease;
	}
	.contacts-office .soc-it:hover:before {
		background: rgba(0, 0, 0, 0.2);
	}
	.contacts-office__properties-footer {
		margin-top: 20px;
	}
	.contacts-office__requisites {
		background-color: #f5f5f5;
	}
	.contacts-office__requisites ul {
		list-style-type: none;
		margin: 10px 0;
		padding: 0;
	}
	.content-formatted .contacts-office__requisites ul:not(.clear) li {
		margin: 0;
		padding: 0;
	}
	.content-formatted .contacts-office__requisites ul:not(.clear) li:before {
		display: none;
	}
	.content-formatted .contacts-office__requisites ul:not(.clear) li + li {
		margin-top: 20px;
	}
	.office-map {
		margin-top: 80px;
	}
}
@media (max-width: 1023px) {
	.contacts-office__image {
		display: none;
	}
	.contacts-office__col {
		width: 50%;
	}
}
@media (max-width: 767px) {
	.contacts-office__row {
		flex-direction: column;
		width: 100%;
	}
	.contacts-office__col {
		width: 100%;
	}
}
@media (max-width: 479px) {
	.contacts-office .property__value-it__value {
		font-size: 13px;
	}
	.contacts-office__col {
		padding: 15px;
	}
	.property__value-it {

	}
	.contacts-office__properties .property__it + .property__it {
		margin-top: 10px;
	}
	.contacts-office__requisites ul li + li {
		margin-top: 10px;
	}
}