
@media all {
	.sidebar-office__row {
		display: flex;
		margin: 0 -15px;
		min-width: 100%;
	}
	.sidebar-office__col {
		width: 33.333%;
		margin: 15px;
		padding: 24px 26px 28px;
	}
	.sidebar-office {
		margin-top: 10px;
	}
	.sidebar-office__image {
		background-position: center center;
		background-repeat: no-repeat;
		-webkit-background-size: cover;
		background-size: cover;
	}

	.sidebar-office__title {
		font-size: 18px;
		font-weight: 600;
		margin-bottom: 20px;
	}

	.sidebar-office__properties .property__it + .property__it {
		margin-top: 14px;
	}
	.sidebar-office__properties-col {
		border: 1px solid #e1e1e1;
	}


	.sidebar-office .property__value-it__value {
		font-size: 15px;
	}
	.sidebar-office .property__value-it__description {
		font-size: 15px;
		color: #333;
	}

	.sidebar-office .soc-list {
		padding-top: 20px;
		display: flex;
		justify-content: center;
	}
	.sidebar-office .soc-it {
		color: #fff;
		position: relative;
		border: none;
	}
	.sidebar-office .soc-it span {
		position: relative;
		z-index: 1;
	}
	.sidebar-office .soc-it._fb {
		background-color: #334197;
	}
	.sidebar-office .soc-it._vk {
		background-color: #336699;
	}
	.sidebar-office .soc-it._inst {
		background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
	}
	.sidebar-office .soc-it._viber {
		background-image: url(https://api.iconify.design/fa-brands:viber.svg?color=white);
		background-color: #665CAC;
		background-repeat: no-repeat;
		background-size: 70%;
		background-position: center;
	}
	.sidebar-office .soc-it._whatsapp {
		background-color: #25D366;
	}
	.sidebar-office .soc-it._tw {
		background-color: #33ccff;
	}
	.sidebar-office .soc-it._yt {
		background-color: #b40202;
	}
	.sidebar-office .soc-it:before {
		content: '';
		position: absolute;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		background-color: transparent;
		transition: .3s ease;
	}
	.sidebar-office .soc-it:hover:before {
		background: rgba(0, 0, 0, 0.2);
	}


	.sidebar-office__properties-footer {
		margin-top: 20px;
	}
	.sidebar-office__properties-footer a {
		width: 100%;
	}
	.sidebar-office__requisites {
		background-color: #f5f5f5;
	}

	.sidebar-office__requisites ul {
		list-style-type: none;
		margin: 10px 0;
		padding: 0;
	}
	.content-formatted .sidebar-office__requisites ul:not(.clear) li {
		margin: 0;
		padding: 0;
	}
	.content-formatted .sidebar-office__requisites ul:not(.clear) li:before {
		display: none;
	}
	.content-formatted .sidebar-office__requisites ul:not(.clear) li + li {
		margin-top: 20px;
	}

	.office-map {
		margin-top: 80px;
	}
}
@media (max-width: 1023px) {
	.sidebar-office__image {
		display: none;
	}
	.sidebar-office__col {
		width: 50%;
	}
}
@media (max-width: 767px) {
	.sidebar-office__row {
		flex-direction: column;
		width: 100%;
	}
	.sidebar-office__col {
		width: 100%;
	}
}
@media (max-width: 479px) {
	.sidebar-office .property__value-it__value {
		font-size: 13px;
	}
	.sidebar-office__col {
		padding: 15px;
	}
	.property__value-it {

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