

/* Start:/local/templates/sirius/components/bitrix/news.list/shop-address/style.css?16421474076871*/
.shops-wrap {
	position: relative;
}

.shops {
	display: flex;
	margin-bottom: 40px;
}

.shops__controls {
	display: flex;
	flex-direction: column;
	flex-shrink: 0;
	width: 330px;
	margin-right: 20px;
}

.shops__select-wrap {
	position: relative;
	margin-bottom: 16px;
}

.shops-city-btn {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	padding: 16px;
	font-weight: 700;
	font-size: 17px;
	line-height: 1.35;
	color: var(--color-white);
	background-color: var(--color-blue);
	border: none;
	border-radius: var(--box-radius);
	transition: background-color var(--transition-default) ease;
}

@media (hover: hover) {
	.shops-city-btn:hover,
	.shops-city-btn:focus {
		background-color: var(--color-dark-blue);
	}

	.shops-city-btn:focus {
		outline: none;
	}

	.shops-city-btn:focus-visible {
		outline: auto;
	}
}

.shops-city-btn__name {
	color: currentColor;
}

.shops-city-btn__icon {
	transform: rotate(0);
	transform-origin: center;
	transition: transform var(--transition-default) ease;
}

.shops-city-btn__icon path {
	fill: currentColor;
}

.shops-city-btn--show .shops-city-btn__icon {
	transform: rotate(180deg);
}

.shops__select {
	position: absolute;
	top: 72px;
	left: 0;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transform: translateY(-20px);
	transition: opacity var(--transition-default) ease,
	visibility var(--transition-default) ease,
	transform var(--transition-default) ease;
}

.shops__select--show {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
	transform: translateY(0)
}

.shops-select {
	width: 100%;
	background-color: #ffffff;
	border: 1px solid rgba(206, 206, 206, 0.5);
	box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.06);
	border-radius: 4px;
}

.shops-select__header {
	display: none;
}

.shops-select__list {
	display: flex;
	flex-direction: column;
	width: 100%;
	padding: 7px 0;
}

.shops-select__item {
	width: 100%;
	padding: 0 16px;
	text-align: left;
	font-weight: 500;
	font-size: 15px;
	line-height: 1.33;
	color: var(--color-black);
	border: none;
	background-color: transparent;
	transition: color 0.2s ease, background-color 0.2s ease;
}

.shops-select__item:hover,
.shops-select__item--active {
	color: var(--color-blue);
}

.shops-select__item:focus {
	outline: none;
}

.shops-select__item:focus-visible {
	outline: auto;
}

.shops-select__item:active {
	background-color: #f5f5f5;
}

.shops-select__item-name {
	display: block;
	width: 100%;
	padding: 8px 0;
	border-bottom: 1px solid #f4f4f4;
}

.shops-select__item:last-child .shops-select__item-name {
	border-bottom: none;
}

.shops__list {
	flex-grow: 1;
	padding: 24px 0;
	background-color: #eef0f2;
	border-radius: var(--box-radius);
}

.shops__items-wrap {
	display: none;
	flex-direction: column;
}

.shops__items-wrap--active {
	display: flex;
}

.shops__item {
	margin: 0 0 15px 0;
	padding: 0 16px;
	text-align: left;
	border: none;
	background-color: transparent;
}

.shops__item--active {
	cursor: initial;
}

.shops__item:focus {
	outline: none;
}

.shops__item:focus-visible {
	outline: auto;
}

.shops__item:last-child {
	margin-bottom: 0;
}

.shops__item-container {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	padding-bottom: 13px;
	border-bottom: 1px solid #caccce;
}

.shops__item:last-child .shops__item-container {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}

.shops__item-name {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	width: 100%;
	margin: 0 0 5px 0;
	padding: 0;
	text-align: left;
	font-weight: 400;
	font-size: 16px;
	line-height: 1.56;
	color: var(--color-black);
	background-color: transparent;
	border: none;
	transition: color var(--transition-default) ease;
}

.shops__item--active .shops__item-name,
.shops__item-name:hover {
	color: var(--color-blue);
}

.shops__item-phone-wrap {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	margin-top: 4px;
	margin-bottom: 4px;
}

.shops__item-phone {
	margin-bottom: 4px;
	font-weight: 500;
	font-size: 13px;
	line-height: 1.38;
	color: #939393;
	text-decoration: none;
	transition: color 0.2s ease;
}

.shops__item-phone:last-child {
	margin-bottom: 0;
}

.shops__item-phone:hover,
.shops__item-phone:focus {
	color: var(--color-blue);
}

.shops__item-btn {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	margin: 0;
	padding: 0;
	text-align: left;
	font-weight: 400;
	font-size: 16px;
	line-height: 1.4;
	color: var(--color-black-50);
	background-color: transparent;
	border: none;
	transition: color 0.2s ease;
}

.shops__item-btn:hover {
	color: var(--color-blue);
}

.shops__map {
	flex-grow: 1;
	height: 735px;
	border-radius: var(--box-radius);
	background-color: #e9f8dd;
	background-image: url("/local/templates/sirius/assets/img/map-default.jpg?v=1");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	overflow: hidden;
}

.map-hint {
	width: 242px;
	padding: 16px;
	background-color: var(--color-white);
	box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.25);
	border-radius: 0 15px 15px 15px;
}

@media screen and (max-width: 1023px) {
	.shops__controls {
		width: 270px;
	}
}

@media screen and (max-width: 767px) {
	.shops {
		flex-direction: column;
		margin-bottom: 24px;
	}

	.shops__controls {
		width: 100%;
		margin-right: 0;
		margin-bottom: 24px;
	}

	.shops-city-btn__icon {
		transform: rotate(-90deg);
	}

	.shops-city-btn--show .shops-city-btn__icon {
		transform: rotate(-90deg);
	}

	.shops__select {
		z-index: 200;
		position: fixed;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		width: 100%;
		transform: translateX(-15px);
	}

	.shops__select--show {
		transform: translateX(0);
	}

	.shops-select {
		border: none;
		box-shadow: unset;
		border-radius: 0;
	}

	.shops-select__header {
		display: flex;
		align-items: center;
		justify-content: space-between;
		margin-bottom: 0;
		padding: 16px 15px;
		border-bottom: 1px solid #f5f5f5;
	}

	.shops-select__btn {
		flex-shrink: 0;
		display: flex;
		justify-content: center;
		align-items: center;
		padding: 0;
		background-color: transparent;
		border: none;
		border-radius: var(--box-radius-small);
		transition: background-color var(--transition-default) ease;
	}

	.shops-select__title {
		margin: 0;
		font-weight: 700;
		font-size: 17px;
		line-height: 1.35;
		color: var(--color-black);
	}

	.shops-select__item-name {
		border-bottom: none;
	}

	.shops__map {
		height: 70vw;
		min-height: 315px;
	}
}









/* End */
/* /local/templates/sirius/components/bitrix/news.list/shop-address/style.css?16421474076871 */
