

/* Start:/bitrix/components/bitrix/map.yandex.system/templates/.default/style.css?1768301227666*/
div.bx-yandex-map {color: black; font-size: 11px;}
div.bx-yandex-map div.YMaps-b-balloon-content {color: black; font-size: 11px;}
div.bx-popup-form div.bx-yandex-map div.YMaps-b-balloon-point div.YMaps-b-balloon div.YMaps-b-balloon-wrap table.YMaps-b-balloon-frame td {
	padding: 0px !important;
}


div.bx-popup-form div.bx-yandex-map div.YMaps-b-balloon-point div.YMaps-b-balloon div.YMaps-b-balloon-wrap table.YMaps-b-balloon-frame td textarea{
	font-size: 11px;
}


div.bx-popup-form div.bx-yandex-map div.YMaps-b-balloon-point div.YMaps-b-balloon div.YMaps-b-balloon-wrap table.YMaps-b-balloon-frame td.YMaps-b-balloon-b {
	background-image: none !important;
}

/* End */


/* Start:/local/templates/rulevoi/components/ma/news/stores/ma/news.list/.default/style.css?17683011528680*/
.stores__wrapper {
	display: flex;
	min-height: 400px;
}

.stores__list {
	width: 32%;
	margin-right: 25px;
}

.stores__item {
	position: relative;
	padding: 8px 12px;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.2;
	border-radius: 4px;
	background-color: var(--site-main-color);
	transition: 0.3s;
}

.stores__item.hidden {
	display: none;
}

/* .stores__item:hover {
	background-color: var(--site-main-color--hover);
} */

/* .stores__link {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
} */

.page-holder a.stores__link,
.page-holder a.stores__link:visited {
	font-weight: 700;
	font-size: 18px;
}

.page-holder a.stores__link:hover {
	color: var(--site-link-color);
}

.stores__title {
	margin-bottom: 15px;
}

.page-holder a.stores__phone,
.page-holder a.stores__phone:visited {
	display: block;
	font-size: 16px;
	font-weight: 500;
	color: var(--site-default-color);
}

.page-holder a.stores__phone:hover {
	border-color: transparent;
	color: var(--site-link-color);
}

.stores__schedule {
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 10px;
}

.stores__item:not(:last-child) {
	margin-bottom: 5px;
}

#yaMap {
	flex-grow: 1;
	height: 445px;
}

.stores .g-tabs {
	margin: 0 0 15px;
	overflow: visible;
}

.page-holder .stores .g-tabs__btn,
.page-holder .stores .g-tabs__btn:visited {
	padding: 10px;
	margin: 0;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.5;
	color: rgba(0, 0, 0, 0.7);
	width: 50%;
	border: 1px solid var(--site-border-color);
	text-align: center;
}

.page-holder .stores .g-tabs__btn:first-child {
	border-radius: 4px 0 0 4px;
}

.page-holder .stores .g-tabs__btn:last-child {
	border-left: none;
	border-radius: 0 4px 4px 0;
}

.page-holder .stores .g-tabs__btn.active {
	color: var(--site-default-color);
	border-color: var(--site-default-color);
}

.page-holder .stores .g-tabs__btn.active:last-child {
	border-left: 1px solid var(--site-default-color);
}

.stores__main-title {
	margin-right: 15px;
	margin-bottom: 0;
}

.stores__top-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 30px;
}

.stores__map-checkboxes {
	display: flex;
	flex-wrap: wrap;
	margin-left: -25px;
	margin-top: -15px;
}

.stores__map-checkboxes .stores__checkbox {
	margin-left: 25px;
	margin-bottom: 0;
	margin-top: 15px;
}

.stores__contacts-list {
	display: flex;
	padding: 15px 0;
	margin-bottom: 40px;
	background-color: var(--site-main-color);
	border-radius: 12px;
}

.stores__contacts-item {
	position: relative;
	padding: 15px 25px;
	width: calc(100% / 3);
}

.stores__contacts-item-name {
	font-size: 18px;
	font-weight: 500;
	color: rgba(0, 0, 0, 0.5);
	margin-bottom: 12px;
}

.stores__contacts-item:not(:last-child):before {
	position: absolute;
	top: 0;
	right: -2px;
	width: 4px;
	height: 100%;
	background-color: var(--site-light-color);
	border-radius: 2px;
	content: '';
}

.page-holder .stores__contacts-item-content a {
	font-size: 32px;
	font-weight: 700;
}

.page-holder .stores__contacts-item-content a:hover {
	color: var(--site-link-color);
}


@media (max-width: 1099px) {
	.stores__contacts-list {
		flex-direction: column;
	}

	.stores__contacts-item {
		width: 100%;
	}

	.stores__contacts-item:not(:last-child):before {
		display: none;
	}
}

@media (max-width: 991px) {
	.stores__wrapper {
		flex-direction: column;
	}

	.stores__list {
		width: 100%;
	}

	#yaMap {
		width: 100%;
		height: 400px;
	}
}

@media (max-width: 899px) {
	.stores__top-wrap {
		flex-direction: column;
		align-items: stretch;
	}

	.stores__main-title {
		margin-right: 0;
		margin-bottom: 15px;
	}
}

@media (max-width: 575px) {
	.stores__top-wrap {
		margin-bottom: 25px;
	}

	.stores__schedule,
	.stores__phone-wrap {
		display: none;
	}

	.stores__contacts-list {
		padding: 12px 12px 20px;
		margin-bottom: 25px;
	}

	.stores__contacts-item {
		padding: 0;
	}

	.stores__contacts-item:not(:first-child) {
		margin-top: 15px;
	}

	.page-holder .stores__contacts-item-content a {
		font-size: 24px;
	}

	.stores__contacts-item-name {
		margin-bottom: 8px;
	}
}


/* yandex baloon */

/* .ymaps-b-balloon .ymaps-b-balloon__content > ymaps {
	width: 100% !important;
	height: auto !important;
} */
[class*="balloon"] [class*="balloon__content"]>ymaps {
	width: 100% !important;
	height: auto !important;
}

[class*="balloon__content"] {
	padding: 25px 30px 25px !important;
	margin: 0 !important;
	width: 280px;
}

[class*="balloon__close-button"] {
	opacity: 1 !important;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='svg-close' width='9' height='9.031' viewBox='0 0 9 9.031'%3E%3Cdefs%3E%3Cstyle%3E.ccls-1%7Bfill-rule: evenodd;opacity: 0.5;%7D%3C/style%3E%3C/defs%3E%3Cpath id='close' class='ccls-1' d='M754.978,259.5l2.7,2.7a1.045,1.045,0,1,1-1.478,1.478l-2.7-2.7-2.733,2.733a1.045,1.045,0,0,1-1.478-1.478l2.733-2.732-2.733-2.733a1.045,1.045,0,0,1,1.478-1.478l2.733,2.733,2.7-2.7a1.045,1.045,0,1,1,1.478,1.477Z' transform='translate(-749 -255)'%3E%3C/path%3E%3C/svg%3E") !important;
}

[class*="balloon__close-button"]:hover {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='svg-close' width='9' height='9.031' viewBox='0 0 9 9.031'%3E%3Cdefs%3E%3Cstyle%3E.ccls-1%7Bfill-rule: evenodd;opacity: 0.5;%7D%3C/style%3E%3C/defs%3E%3Cpath fill='%23f98317' id='close' class='ccls-1' d='M754.978,259.5l2.7,2.7a1.045,1.045,0,1,1-1.478,1.478l-2.7-2.7-2.733,2.733a1.045,1.045,0,0,1-1.478-1.478l2.733-2.732-2.733-2.733a1.045,1.045,0,0,1,1.478-1.478l2.733,2.733,2.7-2.7a1.045,1.045,0,1,1,1.478,1.477Z' transform='translate(-749 -255)'%3E%3C/path%3E%3C/svg%3E") !important;
}

.stores__baloon-title {
	margin-bottom: 10px;
}

.stores__baloon-link {
	font-size: 16px;
	transition: 0.3s;
}

.page-holder a.stores__baloon-link:hover {
	color: var(--site-accent-color);
}

.stores__baloon-schedule {
	position: relative;
	padding-left: 25px;
	margin-bottom: 10px;
}

.stores__baloon-schedule::before {
	position: absolute;
	top: 3px;
	left: 0;
	width: 14px;
	height: 14px;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='14' height='14' viewBox='0 0 14 14'%3E%3Cdefs%3E%3Cstyle%3E .clock-cls-1 %7B fill: %23999; fill-rule: evenodd; filter: url(%23clock-filter); %7D %3C/style%3E%3Cfilter id='clock-filter' x='0' y='0' width='14' height='14' filterUnits='userSpaceOnUse'%3E%3CfeFlood result='flood' flood-color='%23999'/%3E%3CfeComposite result='composite' operator='in' in2='SourceGraphic'/%3E%3CfeBlend result='blend' in2='SourceGraphic'/%3E%3C/filter%3E%3C/defs%3E%3Cpath class='clock-cls-1' d='M7,14a7,7,0,1,1,7-7A7,7,0,0,1,7,14ZM7,2a5,5,0,1,0,5,5A5,5,0,0,0,7,2ZM8.02,9.434L6.293,7.707A1.014,1.014,0,0,1,6,7H6V4.656a1,1,0,0,1,2,0v1.93L9.434,8.02A1,1,0,0,1,8.02,9.434Z'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	content: '';
}

.stores__baloon-phone {
	position: relative;
	padding-left: 25px;
	margin-bottom: 18px;
}

.stores__baloon-phone::before {
	position: absolute;
	top: 2px;
	left: 0;
	width: 13px;
	height: 13px;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='13' height='13' viewBox='0 0 13 13'%3E%3Cdefs%3E%3Cstyle%3E .phone-cls-1 %7B fill: %23999; fill-rule: evenodd; filter: url(%23phone-filter); %7D %3C/style%3E%3Cfilter id='phone-filter' x='0' y='0' width='13' height='13' filterUnits='userSpaceOnUse'%3E%3CfeFlood result='flood' flood-color='%23999'/%3E%3CfeComposite result='composite' operator='in' in2='SourceGraphic'/%3E%3CfeBlend result='blend' in2='SourceGraphic'/%3E%3C/filter%3E%3C/defs%3E%3Cpath class='phone-cls-1' d='M12.986,10.278a0.474,0.474,0,0,0-.028-0.194,1.625,1.625,0,0,0-.7-0.49c-0.525-.3-1.06-0.582-1.577-0.887a1.9,1.9,0,0,0-.821-0.425C9.3,8.281,8.478,9.954,7.98,9.954a1.975,1.975,0,0,1-.793-0.36A9.186,9.186,0,0,1,3.416,5.813a1.989,1.989,0,0,1-.36-0.8c0-.5,1.669-1.322,1.669-1.885A1.9,1.9,0,0,0,4.3,2.309C4,1.791,3.711,1.255,3.416.729a1.637,1.637,0,0,0-.489-0.7A0.473,0.473,0,0,0,2.733,0,4.085,4.085,0,0,0,1.452.285,2.434,2.434,0,0,0,.474,1.412,3.542,3.542,0,0,0,0,3.132,7.133,7.133,0,0,0,.64,5.554a8.644,8.644,0,0,0,.765,1.618,15.581,15.581,0,0,0,4.426,4.437,8.607,8.607,0,0,0,1.614.768,7.1,7.1,0,0,0,2.416.638,3.517,3.517,0,0,0,1.715-.472,2.428,2.428,0,0,0,1.125-.98A4.121,4.121,0,0,0,12.986,10.278Z'/%3E%3C/svg%3E%0A");
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	content: '';
}

.stores__baloon-bottom {
	font-size: 12px;
	color: var(--site-main-dark-color);
}
/* End */
/* /bitrix/components/bitrix/map.yandex.system/templates/.default/style.css?1768301227666 */
/* /local/templates/rulevoi/components/ma/news/stores/ma/news.list/.default/style.css?17683011528680 */
