.contacts-office {
	display: flex;
	transition: 0.2s;
	background: var(--light-grey);
	
}
.contacts-office .photos {
	flex: none;
	aspect-ratio: 1.6;
	position: relative;
	padding: 1rem;
}
.contacts-office .photos img {
	object-fit: cover;
	display: block;
	/*position: absolute;*/
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	
	width: inherit;
	height: inherit;
	object-fit: cover;
}
.contacits-item-info{
	padding: 1rem;
	padding-bottom: 0 !important;
}
.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;
}
.photos{
	flex: 0 0 auto;
        width: 50%;
}
.photos-container{
	width: 100%;
	height: 100%;
}
.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;
	margin-bottom: 1rem !important;
	margin-top: 0.25rem !important;
}
.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;
	max-width: 50%;
	position: absolute;
    right: 0;
	width: 100%;
	top: 44vh;
}
#office-list{
	width: 100%;
	max-width: 49%;
}
#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;
}
.region-ozon-text {
    font-size: 16px;
    line-height: 1.2;
    max-width: 157px;
}
.region-ozon {
    background-color: #FAFAFA;
    padding: 42px 24px;
    max-width: 659px;
}
.region-ozon-wrap{
	display: flex;
	justify-content: space-between;
	gap: 10px;
}
.event-click-contact--ym{
	color: #313439;
	font-size: 12px;
}
.contacts-social-icons{
	display: flex;
	align-items: center;
	gap: 10px;
}
#regionLinkPage{
	cursor: pointer;
    border-bottom: var(--black) 1px dashed;
	width: max-content;
	margin-bottom: 15px;
	font-size: 16px;
}
@media(min-width: 920px){
	#map {
        position: fixed;
        left: 50%;
        top: 130px;
        right: 0;
        bottom: unset;
    }
    .absoluteMap {
        position: absolute !important;
    }
    .fixedMap {
        position: fixed;
    }
}
@media(max-width: 768px){
	#map{
		display: none;
	}
	#office-list, .region-ozon{
		max-width: 100%;
	}
}
@media(max-width: 650px){
	.contacts-office{
		flex-direction: column;
		align-items: center;
	}
	.contacts-office .photos{
		width: 100%;
	}
	.contacits-item-info{
		align-self: flex-start;
	}
}