

/* Start:/bitrix/templates/aspro_max/components/aspro/regionality.list.max/select/style.css?17852168342516*/
.region_wrapper {
	position: relative;
	z-index: 1200;
}

.region_wrapper .js_city_chooser.list {
	display: inline-flex;
	align-items: center;
	max-width: min(430px, calc(100vw - 260px));
}

.city-chooser__city {
	flex: 0 0 auto;
}

.city-chooser__separator {
	margin: 0 6px;
	color: #a2aaa1;
}

.city-chooser__store {
	min-width: 0;
	overflow: hidden;
	color: #687267;
	font-size: 12px;
	font-weight: 500;
	line-height: 18px;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.region_wrapper .js_city_chooser.list .arrow {
	flex: 0 0 auto;
	margin-left: 6px;
}

.region_wrapper .city-store-dropdown {
	width: 340px;
	padding: 14px;
	background: #fff;
	box-shadow: 0 10px 24px rgba(0, 0, 0, 0.16);
	z-index: 1201;
	box-sizing: border-box;
}

.city-store-tabs {
	display: flex;
	gap: 8px;
	padding-bottom: 12px;
	border-bottom: 1px solid #e6e9e5;
}

.city-group-tab {
	min-height: 36px;
	padding: 7px 13px;
	border: 1px solid #d9dfd8;
	border-radius: 5px;
	background: #fff;
	color: #4d604d;
	font-size: 14px;
	font-weight: 600;
	line-height: 20px;
	cursor: pointer;
}

.city-group-tab.is-active,
.city-group-tab:hover {
	border-color: #4d604d;
	background: #4d604d;
	color: #fff;
}

.city-store-content {
	padding-top: 14px;
}

.city-store-title {
	margin: 0 0 8px;
	color: #7c837c;
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
}

.city-store-group {
	display: none;
	max-height: 320px;
	overflow-y: auto;
}

.city-store-group.is-active {
	display: block;
}

.city-store-option {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	min-height: 50px;
	padding: 12px 10px;
	border: 0;
	border-bottom: 1px solid #edf0ec;
	background: transparent;
	color: #333;
	font: inherit;
	text-align: left;
	cursor: pointer;
	box-sizing: border-box;
}

.city-store-option:last-child {
	border-bottom: 0;
}

.city-store-option:hover {
	background: #f4f7f3;
}

.city-store-option.current {
	background: #f4f7f3;
	cursor: default;
}

.city-store-option__name {
	padding-right: 12px;
	font-size: 15px;
	font-weight: 600;
	line-height: 21px;
}

.city-store-option__selected {
	flex: 0 0 auto;
	color: #4d604d;
	font-size: 12px;
	font-weight: 600;
}

@media (max-width: 550px) {
	.region_wrapper .js_city_chooser.list {
		max-width: calc(100vw - 120px);
	}

	.city-chooser__separator,
	.city-chooser__store {
		display: none;
	}

	.region_wrapper .city-store-dropdown {
	width: min(340px, calc(100vw - 24px));
	padding: 12px;
	}

	.city-store-option__name {
	font-size: 14px;
	}
}

/* End */
/* /bitrix/templates/aspro_max/components/aspro/regionality.list.max/select/style.css?17852168342516 */
