.contacts-office {

	transition: 0.2s;
	background: var(--color-light-grey);
	
}
.contacts-office .photos {
	flex: none;
	aspect-ratio: 1.6;
	position: relative;
}
.contacts-office .photos img {
	object-fit: cover;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
}
.contacts-tg-img{
	width: 30px;
}
.contacts-tg-link{
	display: flex;
	align-items: center;
}
.contacts-office .title {
	/*(font-size: 13px;
	font-weight: bold;
	line-height: 21px;*/
	color: #313439;
	display: block;
	text-decoration: none;
}
.contacts-office .contacts-social-icons {
	font-size: 32px;
}
.contacts-office .contacts-social-icons a {
	color: var(--main-primary-color);
	text-decoration: none;
}
.contacts-social-icons{
	font-family: 'FontAwesome', sans-serif;
}
.contacts-social-icons i{
	font-style: normal;
}
.contacts-office .information {
	font-size: 13px;
	line-height: 21px;
	color: #313439;
}
.information--address .value{
	font-size: 16px;
}
.contacts-office .information a {
	color: #313439;
	font-size: 16px;
}

.contacts-contact-parameter {
	display: flex;
	align-items: baseline;
}
.contacts-contact-parameter i {
	flex: none;
	width: 1rem;
	margin-right: 0.25rem;
	text-align: center;
	color: #aaaaaa;
}
.contacts-contact-parameter .desc {
	flex: none;
	width: 40px;
	font-size: 11px;
	color: #aaaaaa;
}

.contacts-office-wrapper {
	position: relative;
}
.contacts-office {
	border-radius: 18px 4px 18px 4px;
}
.contacts-office:hover,.contacts-office.active {
	/*background: #dee2e6;*/
	box-shadow: 0 0 10px rgb(0 0 0 / 30%);
	/*background: white;*/

}
.contacts-office.active {
	border-left: #e41313 6px solid;
}
.contacts-page-map {
	min-height: 40vh;
}

#map {
	flex: 1;
}

#contacts-page{
    min-height: 500px;
}

.authorized-partner-label {
	position: absolute;
	height: 36px;
	z-index: 1;
	background-color: #ebebeb;
	background-image: url(/images/partner/partner.svg) !important;
	background-size: 36px 36px !important;
	background-repeat: no-repeat;
	background-position: 0 0;
	top: 2px;
	left: 2px;
	padding: 0px 8px 0px 40px;
	display: flex;
	align-items: center;
	/* filter: drop-shadow(2px 2px 2px #0007); */
	/* border-radius: 34px; */
	font-size: 10px;
	font-weight: bold;
	line-height: 12px;
	width: 140px;
	border-radius: 18px 6px 6px 18px;

}

.show-contacts {
	font-size: 16px;
	text-decoration: underline;
	cursor: pointer;
}
.hidden {
	/*display: none;*/
}
.exhibition-zone{
	font-size: 13px;
}