

/* Start:/local/components/im2b/contacts/templates/.default/style.css?17442086254077*/
.contactsMap {
    margin-top: 180px;
	margin-bottom: 60px;
	padding: 0 30px;
}

.contactsMap {
    display: flex;
    align-items: flex-start;
	column-gap: 40px;
	position: relative;
}

.contactsMap .left {
    width: 400px;
    font-size: 14px;
}

.contactsMap .right {
    width: calc(100% - 400px);
	position: sticky;
	top: 180px;
}

.contactsMap .cSelect {
	border: 1px black solid;
	padding: 20px 20px 10px 20px;
	position: relative;
	cursor: pointer;
	height: 54px;
	box-sizing: border-box;
}

.contactsMap .cSelect .placeholder {
	color: #969699;
	font-size: 12px;
	position: absolute;
	top: 5px;
	left: 20px;
}

.contactsMap .cSelect .lookup {
	display: none;
	position: absolute;
	top: 54px;
	left: -1px;
	width: 100%;
	background-color: white;
	box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, .1);
	padding: 10px 0;
	font-size: 16px;
	z-index: 10;
}

.contactsMap .cSelect .lookup > div {
	padding: 5px 20px;
}

.contactsMap .cSelect .lookup > div:hover {
	background-color: #00000010;
}

.contactsMap .cSelect input {
	font-size: 16px;
	cursor: pointer;
}

.contactsMap .cSelect::after {
	content: "";
	position: absolute;
	right: 20px;
	top: 16px;
	width: 20px;
	height: 20px;
	background-image: url('/images/arrow_down.svg');
	background-repeat: no-repeat;
	background-position: center center;
}

.contactsMap .cSelect.opened .lookup {
	display: block;
	border: 1px var(--gray3) solid;

}

.contactsMap .cSelect.opened::after {
	transform: rotate(180deg);
}


.contactsMap .stores {
	margin-top: 20px;
}

.contactsMap .stores .item {
	padding: 10px 20px;
	border-bottom: 1px var(--gray3) solid;
	cursor: pointer;
	position: relative;
}

.contactsMap .stores .item.selected {
	background-color: #f0f0f0;
}

.contactsMap .stores .item::after {
	content: "";
	position: absolute;
	right: 10px;
	top: 13px;
	width: 20px;
	height: 20px;
	background-image: url('/images/arrow_down.svg');
	background-repeat: no-repeat;
	background-position: center center;
	transform: rotate(270deg);
}

.contactsMap .stores .item .title {
	font-size: 18px;
	font-weight: 400;
	margin-bottom: 10px;
}
.contactsMap .stores .item .address {
	font-size: 14px;
	margin-bottom: 10px;
}

.contactsMap .stores .hint {
	font-size: 10px;
	text-transform: uppercase;
	color: #848484;
}

.contactsMap #map {
	width: 100%; 
	height: 100%; 
	min-height: calc(100vh - 180px);
}

.ymaps-2-1-79-gotoymaps {
	display: none;
}


[class*="ymaps-2"][class*="-ground-pane"] {
    filter: grayscale(0.8);

    -ms-filter: grayscale(0.8);

    -webkit-filter: grayscale(0.8);

    -moz-filter: grayscale(0.8);

    -o-filter: grayscale(0.8);
}

.contactsMap .btn {
	width: 100%;
	box-sizing: border-box;
	position: relative;
	background-color: white;
	border: 1px black solid;
	color: black;
	cursor: pointer;
	display: none;
}

.contactsMap .btn i {
	position: relative;
	text-decoration: none;
	font-style: normal;
}

.contactsMap .btn i::after {
	content: "";
	top: -5px;
	left: -30px;
	width: 30px;
	height: 30px;
	background-image: url('/local/components/im2b/contacts/templates/.default/img/i_point.png');
	background-position: center center;
	background-repeat: no-repeat;
	position: absolute;
} 

.contactsMap .btn.close {
	border: none;
	display: none;
}

.contactsMap .btn.close i::after {
	background-image: url('/local/components/im2b/contacts/templates/.default/img/i_close.png');
}

.contactsMap .mapBtnSection {
	margin-top: 27px;
}
.contactsMap .mapBtnSection.opened .btn.show {
	display: none;
}

.contactsMap .mapBtnSection.opened .btn.close {
	display: block;
}

@media (max-width: 640px) {

	.contactsMap {
		flex-direction: column;
		padding: 0 15px;
	}

	.contactsMap .left {
		width: 100%;
	}

	.contactsMap .right {
		width: 100%;
		height: 0vw;
		overflow: hidden;
	}

	.contactsMap #map {
		width: 100%;
		height: 100%;
		min-height: 90vw;
	}

	.contactsMap .stores .item.selected::after {
		transform: rotate(0);
	}

	.contactsMap .stores .item.selected {
		padding-bottom: 0;
	}

	.contactsMap .stores .item .mapBlock {
		position: relative;
		left: -20px;
		width: calc(100% + 40px);
	}
	.contactsMap .btn {
		display: block;
	}

	.contactsMap .stores .item::after {
		display: none;
	}
}
/* End */
/* /local/components/im2b/contacts/templates/.default/style.css?17442086254077 */
