/**/
:root {
	--blakc: #333;
	--white: #fff;
	--service-colors-green: #60c339;
	--service-colors-violet: #893ca9;
	--service-colors-color: #ffd83a;
	--gray-100: #f8f8f8;
	--gray-200: #ececec;
	--gray-300: #aaa;
	--gray-400: #8b8b8b;
	--service-colors-green-dark: #3fa517;
	--blue: #0075ff;
	--transparent---500: rgba(51, 51, 51, 0.4);
	--service-colors-red-accent: #ff1a2e;
}
.contacts-v3,
.contacts-v3 *{
	box-sizing: border-box;
}
.gipContactsPage{
	margin-bottom: 300px;
}

.forTabsFilter{
	position: relative;
}
.forTabsFilter .openNow{
	position: absolute;
	right: 24px;
	top:34px;
	font-weight: 400;
	font-size: 16px;
	line-height: 28px;
	color: var(--blakc);
	cursor: pointer;
	transition: all ease 0.3s;
}
.forTabsFilter .openNow.active{
	color:var(--service-colors-green-dark);
	transition: all ease 0.3s;
}
.forTabsFilter .openNow:before{
	content: "";
	display: inline-block;
	width: 16px;
	height: 16px;
	background: var(--white);
	border: 1px solid var(--gray-400);
	border-radius: 4px;
	margin-right: 11px;
	vertical-align: middle;
	transition: all ease 0.3s;
}
.forTabsFilter .openNow.active:before{
	border: 1px solid var(--service-colors-green-dark);
	background: var(--service-colors-green);
	transition: all ease 0.3s;
}
.tabsFilter{
	display: flex;
	border-bottom: 1px solid var(--gray-200);
}
.tabsFilter .tabFilterItem{
	position: relative;
	display: flex;
	align-items: center;
	margin-bottom: -1px;
	height: 96px;
	padding: 0 24px;
	cursor: pointer;
	font-weight: 400;
	font-size: 16px;
	line-height: 16px;
	color: var(--blakc);
	border-bottom: 2px solid transparent;
	transition: all ease 0.3s;
}
.tabsFilter .tabFilterItem.active{
	cursor: default;
	border-bottom: 2px solid var(--blakc);
	transition: all ease 0.3s;
}
.tabsFilter .tabFilterItem:not(.active):hover{
	border-bottom: 2px solid var(--gray-300);
	transition: all ease 0.3s;
}
ymaps.ymaps-b-cluster-tabs__section.ymaps-b-cluster-tabs__section_type_nav{
	width:18px !important;
}
ymaps.ymaps-b-cluster-tabs.ymaps-b-cluster-content{
	width:100% !important;
	padding: 0 !important;
}
.ymaps-b-cluster-tabs__menu-item{
	background-color: #c9c9c9;
	border-radius: 5px 0 0 5px;
	cursor:pointer
}
.ymaps-b-cluster-tabs__menu-item:hover,
.ymaps-b-cluster-tabs__menu-item.ymaps-b-cluster-tabs__menu-item_current_yes{
	background-color: #333;
}
.ymaps-b-cluster-tabs__item-header.ymaps-b-cluster-content__header {
	display: none;
}

.addresLineInfo{
	display: flex;
	width: 100%;
	justify-content: flex-start;
	align-items: flex-start;
	margin: 64px 0 4px;
}
.addresLineInfo .phoneInfo{
	width: 280px;
	margin-right: 32px;
}
.addresLineInfo .value{
	font-weight: 500;
	height: 24px;
	margin:4px 0;
}
.addresLineInfo .value a{
	font-weight: 500;
	font-size: 16px;
	line-height: 23px;
}
.addresLineInfo .phoneInfo .title.subLine{
	text-decoration: none;
	font-weight: 500;
	font-size: 12px;
	line-height: 133%;
	color: var(--gray-400);
}
.addresLineInfo .title.font_upper{
	font-size: 12px;
	line-height: 12px;
}
.addresLineInfo .phoneInfo .title.subLine span{
	font-weight: 500;
	font-size: 12px;
	line-height: 133%;
	color:red;
	padding-left: 8px;
}
.addresLineInfo .phoneInfo .title.subLine span.otk{
	color: var(--service-colors-green-dark);
}
.addresLineInfo .phoneInfo .title.subLine span:after{
	content: "Закрыто";
	display: inline-block;
}
.addresLineInfo .phoneInfo .title.subLine span.otk:after{
	content: "Открыто";
}
.addresLineInfo .emailInfo{
	width: 220px;
	margin-right: 32px;
}
.addresLineInfo .emailInfo .value a{
	font-weight: 500;
	font-size: 16px;
	line-height: 125%;
	text-transform: uppercase;
	color: var(--blakc);
}
.addresLineInfo .questInfo,
.addresLineInfo .socialInfo{
	width: auto;
	margin-right: 40px;
	padding-top: 8px;
}

.socialLine{
	display: flex;
	align-items: center;
}
.socialLine > a{
	display: block;
	width: 32px;
	height: 32px;
	margin-right: 16px;
	text-indent: -10000px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}
.socialLine > a:last-child{
	margin-right: 0;
}
.socialLine .vb{background-image: url(img/vb.svg);}
.socialLine .wp{background-image: url(img/wp.svg);}
.socialLine .tg{background-image: url(img/tg.svg);}
.socialLine .vk{background-image: url(img/vk.svg);}

.contacts-page-map {
	margin: auto;
	position: relative;
	background: url(img/map.png) no-repeat center;
	background-size: cover;
}
#BX_YMAP_MAP_v33::after {
	content: "загрузка карты...";
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	color: #000;
	z-index: 1;
	background: #fffa;
	padding: 5px 25px;
	transform: translate(-50%, -50%);
}
#BX_YMAP_MAP_v33 > ymaps{
	z-index:2 !important;
}

@media(max-width: 1730px){
	.tabsFilter {
		width:calc(100% - 200px);
		margin-right: 200px;
		overflow-x: auto;
		overflow-y: hidden;
		max-width: 100%;
	}
	.tabsFilter .tabFilterItem{
		white-space: nowrap;
	}
}

@media(max-width: 991px){
	.forTabsFilter .openNow {
		position: static;
		font-size: 16px;
		line-height: 56px;
		height: 56px;
	}
	.tabsFilter {
		width:100%;
		margin-right: 0;
		overflow-x: auto;
		overflow-y: hidden;
		padding-bottom: 5px;
		border-bottom: 0 none;
	}
	.tabsFilter .tabFilterItem {
		height: 56px;
		font-size: 14px;
		line-height: 14px;
		white-space: nowrap;
		border-bottom:2px solid var(--gray-100);
	}
	.addresLineInfo {
		margin: 32px 0;
		flex-wrap: wrap;
	}
	.addresLineInfo .emailInfo,
	.addresLineInfo .phoneInfo{
		width: calc(50% - 18px);
		margin-bottom: 24px;
		margin-right: 18px;
	}
	.addresLineInfo .emailInfo{
		margin-right: 0;
		margin-left: 18px;
	}
	.addresLineInfo .value {
		margin: 7px 0;
	}
	.addresLineInfo .questInfo,
	.addresLineInfo .socialInfo {
		width: 100%;
		margin-right: 0;
		padding-top: 8px;
		margin-bottom: 24px;
		text-align: center;
	}
	.addresLineInfo .socialInfo{
		margin-bottom: 0;
	}
	.addresLineInfo .questInfo .btn{
		width: 100%;
		height: 40px;
	}
	.socialLine {
		justify-content: center;
	}
	.addresLineInfo .emailInfo .value a,
	.addresLineInfo .value a {
		font-size: 15px;
		line-height: 22px;
	}
}

@media(max-width: 500px){
	.addresLineInfo .questInfo{
		margin-bottom: 8px;
	}
	.addresLineInfo .socialInfo{
		margin-bottom: 20px;
	}
	body .gipItem .gipItemInfoArea{
		margin-bottom: 15px;
	}
	body .gipItem .gInfoSheld .sheldText{
		font-size: 13px;
	}
	body .gipItem .gInfoSheld span {
		margin-left: 2px;
		font-size: 11px;
		padding: 4px 2px;
	}
	body .gipItem .gInfoSheld {
		padding-left: 24px;
		background: url(img/clock.svg) no-repeat left center;
		background-size: 18px;
	}
	body .gipItem .gInfoName{
		margin-bottom: 8px;
	}
	body .gDopProps{
		margin-top: 15px;
	}
	body .gipItem .gipItemInfoArea{
		padding-top: 2px;
	}
	body .gipItem .gipItemImgArea{
		margin-bottom: 15px;
	}
}

@media(max-width: 380px){
	.addresLineInfo .emailInfo, .addresLineInfo .phoneInfo {
		width: 100%;
		margin-bottom: 24px;
		margin-right: 0;
		margin-left: 0;
	}
}