@charset "utf-8";


.Section {
	display: block;
}
.Section__in {
	max-width: var(--width);
	margin: auto;
	padding: 0 var(--indent) 0 var(--indent);
}
.Section__head {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 40px;
}
.Section--map {
	padding-top: calc(80px - 48px);
	padding-bottom: 120px;
	position: relative;
	box-sizing: border-box;
}
.Section__head #title_in_store {
	display: flex;
	align-items: flex-start;
	color: #283236;
	font-size: 32px;
	font-weight: 700;
	line-height: 40px;
	height: 40px;
}
.Section__head #title_in_store .filter-controlls__wrap {
	width: unset!important;
	height: unset!important;
	font-weight: unset!important;
	font-size: unset!important;
	line-height: unset!important;
	user-select: unset!important;
	position: relative;
}
.Section__head #title_in_store .filter-controlls__search {
	background-color: transparent!important;
	box-shadow: unset!important;
	color: transparent!important;
	border-radius: 0px!important;
	overflow: visible!important;
}
.Section__head #title_in_store .filter-controlls__wrap placeholder {
	cursor: pointer;
	color: #1E8FFE;
	font-size: 32px;
	font-weight: 700;
	line-height: 40px;
	transition: color .2s;
	position: relative;
	display: block;
	width: fit-content;
}
.Section__head #title_in_store .filter-controlls__wrap placeholder:hover {
	color: #379bff;
}
.Section__head #title_in_store .filter-controlls__search.active placeholder {
	color: #B5BCC5;
}
.Section__head #title_in_store .filter-controlls__wrap placeholder::before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -2px;
	height: 2px;
	background-color: #1E8FFE;
	transition: background-color .2s;
}
.Section__head #title_in_store .filter-controlls__wrap placeholder:hover::before {
	background-color: #379bff;
}
.Section__head #title_in_store .filter-controlls__search.active placeholder::before {
	display: none;
}
.Section__head #title_in_store .filter-controlls__wrap > *[placeholder]::before {
	display: none!important;
}
.Section__head #title_in_store .filter-controlls__search input {
	display: none!important;
}
.Section__head #title_in_store .filter-controlls__selector .filter-controlls__selector-header {
	display: none!important;
}
.filter-controlls__search::after {
	display: none!important;
}
.Section__head #title_in_store .filter-controlls__wrap placeholder::after {
	content: '';
	background-image: url(/catalog/view/theme/cm/img/content/cccc.svg);
	width: 16px;
	height: 8px;
	min-width: 16px;
	min-height: 8px;
	position: absolute;
	display: block;
	background-repeat: no-repeat;
	background-size: contain;
	right: -30px;
	top: 50%;
	transform: translateY(-50%);
	transition: all var(--selectDuration);
	transition: 0s;
}
.Section__head #title_in_store .filter-controlls__wrap placeholder:hover::after {
	background-image: url(/catalog/view/theme/cm/img/content/cccc.svg);
}
.Section__head #title_in_store .filter-controlls__search.active placeholder::after {
	background-image: url(/catalog/view/theme/cm/img/content/cc.svg);
	transform: rotateX(180deg) translateY(3px);
}
.Section__head #count_in_store {
	color: #8A949D;
	font-size: 20px;
	font-weight: 700;
	line-height: 40px;
}
.Section__map {
	display: grid;
	grid-template-columns: 1fr 660px;
	grid-template-rows: 660px;
	grid-gap: 40px;
}
.Section__map-content {
	position: relative;
	border-radius: 10px;
	background: #EEF3F7;
	padding: 30px 14px;
	box-sizing: border-box;
	overflow: hidden;
}
.Section__map-header {
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	right: 0;
	padding: 30px;
	box-sizing: border-box;
	color: #283236;
	font-size: 24px;
	font-weight: 700;
	line-height: 28px;
	pointer-events: none;
	white-space: nowrap;
}
.Section__map-header > * {
	position: relative;
	z-index: 2;
}
.Section__map-header::after {
	position: absolute;
	z-index: 1;
	content: '';
	display: block;
	top: 0;
	bottom: 0;
	right: 30px;
	left: 0;
	background: linear-gradient(180deg, #EEF3F7 66%, rgba(238, 243, 247, 0.00) 100%);
}
.Section__map-cards {
	display: grid;
	grid-template-columns: 100%;
	grid-gap: 30px;
	position: relative;
	z-index: 1;
	overflow: auto;
	height: 100%;
	padding: calc(28px + 24px) 16px 0 16px;
	box-sizing: border-box;
}
.Section__map-cards::-webkit-scrollbar {
	width: 6px;
	border-radius: 15px;
	background: #FFF;
}
.Section__map-cards::-webkit-scrollbar-thumb {
	border-radius: 15px;
	background: #1E8FFE;
}
.Section__map-card {
	padding: 28px;
	box-sizing: border-box;
	border-radius: 8px;
	background: #FFF;
	overflow: hidden;
	display: none;
	height: min-content;
}
.Section__map-carousel {
	margin: -28px;
	margin-bottom: 22px;
	background-color: #e5ecf5;
}
.Section__map-carousel .swiper {
	border-radius: 0px!important;
	opacity: 0;
	pointer-events: none;
	transition: .2s;
}
.Section__map-carousel .swiper.swiper-initialized {
	opacity: 1;
	pointer-events: all;
}
.Section__map-carousel #mainCarousel .swiper-slide {
	background-color: transparent;
	border-radius: 0px!important;
}
.Section__map-carousel #mainCarousel .swiper-slide img {
	height: 220px!important;
	object-fit: cover!important;
	object-position: center!important;
	text-indent: -10000px;
}
.Section__map-carousel #mainCarousel .swiper-pagination {
	grid-template-columns: repeat(auto-fit, minmax(10px, 1fr));
	padding: 28px 40px 10px 40px;
}
.Section__map-address {
	color: #1E8FFE;
	font-size: 18px;
	font-weight: 600;
	line-height: 28px;
}
.Section__map-cells {
	display: grid;
	grid-template-columns: 100%;
	grid-gap: 18px;
	margin-top: 18px;
}
.Section__map-cell {
	display: block;
}
.Section__map-cell__title {
	color: #283236;
	font-size: 14px;
	font-weight: 600;
	line-height: 18px;
	white-space: nowrap;
}
.Section__map-cell__text {
	color: #283236;
	font-size: 16px;
	font-weight: 500;
	line-height: 20px;
	margin-top: 6px;
	display: block;
	width: fit-content;
	transition: color .2s;
	white-space: nowrap;
}
a.Section__map-cell__text:hover,
a.Section__map-cell__text:active {
	color: #0076EA;
}
.Section__map-container {
	width: 100%;
	height: 100%;
	display: block;
	position: relative;
	background-color: #EEF3F7;
	border-radius: 8px;
	overflow: hidden;
	pointer-events: all;
}
.Section__map-container #ymap {
	width: 100%;
	height: 100%;
}
ymaps[class*="-copyrights-pane"],
ymaps[class*="-controls-pane"] {
	display: none!important;
}
ymaps[class*="-ground-pane"] {
	opacity: 1;
}
.Section.Loader .Section__map {
	background: #EEF3F7;
	border-radius: 10px;
	pointer-events: none;
}
.Section.Loader .Section__map > * {
	opacity: 0;
	pointer-events: none;
}
.Section.Loader .Section__head {
	background: #EEF3F7;
	border-radius: 10px;
	pointer-events: none;
}
.Section.Loader .Section__head > * {
	opacity: 0;
	pointer-events: none;
}
@media (max-width: 1200px) {
	.Section--map {
		padding-top: calc(60px - 48px);
	}
	.Section__head #title_in_store {
		font-size: 28px;
	}
	.Section__head #title_in_store .filter-controlls__wrap placeholder {
		font-size: 28px;
	}
	.Section__map {
		grid-template-columns: repeat(2, minmax(1px, 1fr));
		grid-gap: 30px;
	}
}
@media (max-width: 768px) {
	.Section__head {
		margin-bottom: 30px;
	}
	.Section--map {
		padding-top: 16px;
		padding-bottom: 0px;
		background: #EEF3F7;
	}
	.Section__head #title_in_store {
		font-size: 24px;
		line-height: 28px;
		height: 28px;
	}
	.Section__head #title_in_store .filter-controlls__wrap placeholder {
		font-size: 24px;
		line-height: 28px;
	}
	.Section__head #count_in_store {
		font-size: 16px;
		line-height: 24px;
	}
	.Section__map {
		grid-template-columns: 100%;
		grid-template-rows: 1fr 400px;
		grid-gap: 80px;
	}
	.Section__map-content {
		border-radius: 0px;
		background: transparent;
		padding: 0px;
	}
	.Section__map-header {
		display: none;
	}
	.Section__map-header::after {
		display: none;
	}
	.Section__map-cards {
		overflow: visible;
		padding: 0px;
	}
	.Section__map-cards::-webkit-scrollbar {
		width: 0px;
	}
	.Section__map-carousel {
		margin-bottom: 26px;
	}
	.Section__map-carousel #mainCarousel .swiper-slide img {
		height: auto!important;
		max-height: 350px;
	}
	.Section__map-cells {
		grid-template-columns: repeat(2, minmax(1px, 1fr));
		grid-gap: 22px;
		margin-top: 20px;
	}
	.Section__map-container {
		border-radius: 0px;
		width: calc(100% + var(--indent) * 2);
		margin: 0 calc(var(--indent) * -1);
	}
	.Section__map-container {
		pointer-events: none;
	}
	.Section__map-container.isInViewport {
		pointer-events: all;
	}
}
@media (max-width: 600px) {
	.Section__head {
		flex-direction: column;
		align-items: flex-start;
		min-height: 64px;
	}
	.Section__head #title_in_store {
		height: fit-content;
		flex-direction: row;
		flex-wrap: wrap;
	}
	.Section__head #title_in_store .filter-controlls__wrap {
		padding-right: 36px;
	}
	.Section__head .filter-controlls__selector.filter-controlls__selector-withHeader {
		display: none;
	}
	.Section__head #count_in_store {
		margin-top: 8px;
	}
}
@media (max-width: 500px) {
	.Section--map {
		background: #FFF;
	}
	.Section__map {
		grid-template-rows: 1fr 400px;
		grid-gap: 40px;
	}
	.Section__map-content {
		overflow: visible;
	}
	.Section__map-cards {
		grid-gap: 61px;
	}
	.Section__map-card {
		padding: 0px;
		border-radius: 0px;
		background: transparent;
		overflow: visible;
		position: relative;
	}
	.Section__map-card[style*="block;"] ~ .Section__map-card[style*="block;"]::after {
		display: block;
		content: '';
		height: 1px;
		left: 0;
		right: 0;
		background-color: #E5E5E5;
		position: absolute;
		top: -31px;
	}
	.Section__map-carousel {
		margin: 0;
		margin-bottom: 20px;
		background: transparent;
	}
	.Section__map-carousel .swiper {
		border-radius: 8px!important;
		opacity: 0;
		pointer-events: none;
		transition: .2s;
	}
	.Section__map-carousel #mainCarousel .swiper-slide {
		border-radius: 8px!important;
		background-color: #e5ecf5;
	}
	.Section__map-carousel #mainCarousel .swiper-slide img {
		height: auto!important;
		max-height: 300px;
	}
	.Section__map-cells {
		grid-template-columns: 100%;
		grid-gap: 20px;
		margin-top: 18px;
	}
}