

/* Start:/local/templates/specins/components/bitrix/news.list/spec_contacts/style.css?17560622934293*/
.wrapper-dropdown {
	/* размер и позиционирование */
	position: relative;
	padding: 10px 20px;
	height: 40px;
	margin: 0 auto;

	/*Общие стили */
	color: #5B5B5B;
	outline: none;
	cursor: pointer;
	background: #EAEAEA;
	border: 1px solid #CDCDCD;
	box-sizing: border-box;
	border-radius: 2px;

	/* Настройки шрифтов */
	font-weight: 400;
	font-size: 16px;
	line-height: 18px;

}
.wrapper-dropdown:after {
	content: "";
	width: 8px;
	height: 6px;
	position: absolute;
	right: 16px;
	top: 50%;
	margin-top: -6px;
	border-width: 6px 0 6px 6px;
	border-style: solid;
	border-color: transparent #1B1B1B;
	border-radius: 0.2px;
	transform: rotate(90deg);
}
.wrapper-dropdown-container .dropdown {
	/* размер и позиция */
	position: absolute;
	top: 100%;
	left: -1px; /* Size */
	right: 0; /* Size */
	width: calc(100% + 2px);;

	/* Стили */
	background: #FFFFFF;
	box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.25);
	border-radius: 0px 0px 2px 2px;
	font-weight: normal;

	opacity: 0;
	pointer-events: none;
}
.wrapper-dropdown-container .dropdown li{
	padding-left: 0;
	padding-right: 0;
}
.wrapper-dropdown-container .dropdown li:before{
	content: none;
}
.wrapper-dropdown-container .dropdown li a {
	display: block;
	text-decoration: none;
	color: #000000;
	padding: 10px 20px;
}
/* Состояние при наведении курсора */
.wrapper-dropdown-container .dropdown li:hover a {
	background: #EAEAEA;
}
/* активное состояние */
.wrapper-dropdown-container.active .dropdown {
	opacity: 1;
	pointer-events: auto;
	z-index: 1;
}

.wrapper-dropdown-container.active:after {
	transform: rotate(-90deg);
}
.cities-contact-container{
	margin-top: 16px;
	/*height: 851px;*/
	/*overflow-y: scroll;*/
}
.cities-contact-container::-webkit-scrollbar {
	width: 3px;
	background-color: #EAEAEA;
	border-radius: 3px;
}
.cities-contact-container::-webkit-scrollbar-thumb {
	background-color: #CDCDCD;
	border-radius: 3px;
}
.city-contact{
	/*margin-right: 16px;*/
	padding: 16px;
	border-top: 1px solid #D6D6D6;
}
.city-contact:hover{
	cursor: pointer;
	border: 1px solid #D6D6D6;
	box-sizing: border-box;
	filter: drop-shadow(4px 4px 10px rgba(0, 0, 0, 0.25))
}
.city-contact.active{
	background: #FFEAEA;
	border: 1px solid #EAEAEA;
	box-sizing: border-box;
}
.city-contact-title{
	font-weight: 700;
	font-size: 20px;
	line-height: 22px;
	color: #000000;
}
.city-contact-address{
	font-weight: 400;
	font-size: 18px;
	line-height: 20px;
	color: #000000;
}
.city-contact-mail{
	font-weight: 400;
	font-size: 16px;
	line-height: 18px;
	color: #D42729;
}
.city-contact-mail a{
	text-decoration-line: underline;
}
.city-contact-schedule{
	font-weight: 400;
	font-size: 16px;
	line-height: 18px;
	color: #888888;
}

.colored.contact{
	top: 0!important;
	min-width: 0!important;
	min-height: 0!important;
	fill: #888888;
}
.colored.contact{
	top: 0!important;
	min-width: 0!important;
	min-height: 0!important;
	fill: #888888;
}
.colored.contact svg path{
	fill: #888888;
}
.contacts-title{
	padding: 64px 0 32px 0;
	font-weight: 400;
	font-size: 30px;
	line-height: 28px;
	color: #000000;
}
.col-md-6.right{
	text-align: right;
}
.col-md-6.left{
	text-align: left;
}
.contacts-top-info a{
	font-weight: 400;
	font-size: 34px;
	line-height: 28px;
	text-decoration-line: underline;
	color: #D42729;
}
.contacts-top-description{
	font-weight: 400;
	font-size: 18px;
	line-height: 22px;
	color: #5B5B5B;
	margin-top: 16px;
}
.contacts-hr{
	margin: 40px 0;
	color: #EAEAEA;
}
.city-dropdown.active{
	background-color: #FFB6B6;
}
.mt-8{
	margin-top: 8px;
}
.ml-14{
	margin-left: 14px;
}
.contacts-ym-clock{
	width: 11px;
	height: 11px;
}
.contacts-ym-phone{
	width: 11px;
	height: 11px;
}
.contacts-ym-address{
	font-weight: 700;
	font-size: 14px;
	line-height: 16px;
	color: #000000;
}
.bx-yandex-map .ymaps-image-with-content {
	background-image:url("/local/templates/specins/components/bitrix/news.list/spec_contacts/contacts_ym_balloon.svg")!important
}
.svg-inline-phone.colored.contact svg{
	fill: #888888;
	width: 15px;
	height: 15px;
}
.ml-20{
	margin-left: 20px;
}
/* End */
/* /local/templates/specins/components/bitrix/news.list/spec_contacts/style.css?17560622934293 */
