

/* Start:/local/templates/.default/components/bitrix/news.list/where_buy_new/style.css?17777182114985*/
.location-list {
	padding: 0;
	list-style: none;
}

.location-li {
	position: relative;
	display: block;
	padding-left: 25px;
	margin-bottom: 15px;
}

.location-li .button svg {
	position: absolute;
	left: 0;
	top: 0;
}

.location-li .button:hover, .location-list .uk-active .button {
	color: var(--red);
}

.location-li .button {
	padding: 0;
	background-color: transparent;
	border: 0;
	font-size: 18px;
	color: var(--text);
	transition: color .3s;
	line-height: 1.2;
	cursor: pointer;
}

.dealer-card {
	position: relative;
	padding: 20px;
	border-radius: var(--border-radius);
	box-shadow: var(--box-shadow);
	height: 100%;
	box-sizing: border-box;
}

.map {
	width: 100%;
	height: 610px;
}

.map iframe {
	width: 100%;
	height: 100%;
}

.search__btn {
	position: absolute;
	top: 0px;
	right: 0;
	height: 100%;
	width: 40px;
}

@media screen and (max-width: 768px) {
	.aside.aside-location {
		display: block;
	}
}

.fast-search-by-name-wrapper .fa {
    position: absolute;
    top: 50%;
    right: 25px;
    transform: translateY(-50%);
}

.autocomplete-items {
	position: absolute;
	border: 1px solid #d4d4d4;
	border-bottom: none;
	border-top: none;
	z-index: 99;
	/*position the autocomplete items to be the same width as the container:*/
	top: 100%;
	left: 0;
	right: 0;
}

.autocomplete-items div {
	padding: 10px;
	cursor: pointer;
	background-color: #fff; 
	border-bottom: 1px solid #d4d4d4; 
}

/*when hovering an item:*/
.autocomplete-items div:hover {
	background-color: #e9e9e9; 
}

/*when navigating through the items using the arrow keys:*/
.autocomplete-active {
	background-color: DodgerBlue !important; 
	color: #ffffff; 
}

.regions-list li:hover {
	cursor:pointer;
	background:#ededed
}


.popover-map {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1010;
	margin-top: -10px;
	text-align: left;
	white-space: normal;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.popover-map * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.popover-map-inner>* {
  /*max-width: 400px;*/
}
.popover-map-panel {
	width: 320px;
	padding: 10px;
	background-color: #fff;
	border: 3px solid #808285;
	-webkit-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
	box-shadow: 0 5px 10px rgba(0,0,0,0.2);
}
.popover-map-panel * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.popover-map-close {
	position: absolute;
	top: 5px;
	right: 15px;
	display: block;
	width: 20px;
	line-height: 20px;
	height: 20px;
	text-align: center;
	cursor: pointer;
	text-decoration: none;
	color: #555;
}
.popover-map-arrow, 
.popover-map-arrow:after {
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
}
.popover-map-arrow {
	bottom: -12px;
	left: 50%;
	margin-left: -15px;
	border-width: 15px;
	border-top-color: #808285;
	border-bottom-width: 0;
}
.popover-map-arrow:after {
	border-width: 10px;
	content: "";
	bottom: 5px;
	margin-left: -10px;
	border-top-color: #fff;
	border-bottom-width: 0;
}
.popover-map-title {
	color: #000000;
	font-family: "Open Sans";
	font-size: 14px;
	line-height: 1.4;
	display: block;
	margin: 0 0 20px;
	padding: 0;
}
.popover-map-content {
	display: table;
	width: 100%;
}
.popover-map-body,
.popover-map-media {
	display: table-cell;
	vertical-align: top;
}
.popover-map-media {
	padding-left: 10px;
	width: 140px;
	text-align: left;
}
.popover-map-media img {
	display: inline-block;
	vertical-align: middle;
	max-width: 100%;
}
.popover-map-body {
	font-size: 14px;
}
.popover-map-body strong {
	display: block;
	color: #000000;
	font-size: 14px;
	font-weight: 600;
	line-height: 20px;
}
.popover-map-grey {
	color: #797979;
	font-size: 13px;
	line-height: 20px;
	margin-bottom: 10px;
}
.popover-map-body .popover-map-btn {
	margin-top: 10px;
}
.popover-map-btn {
	width: 100%;
	max-width: 200px;
	padding: 0 15px;
	height: 30px;
	line-height: 30px;
	background-color: #ffcb05;
	color: #fff;
	display: block;
	text-align: center;
	white-space: nowrap;
	font-size: 13px;
	font-weight: 600;
	text-transform: uppercase;
}
.popover-map-btn:hover,
.popover-map-btn:focus {
	background-color: #ffba00;
	color: #fff;
	text-decoration: none;
	outline: 0;
}
.cluster-number {
	color: #000000;
	font-size: 16px;
	font-weight: 700;
	line-height: inherit !important;
}

@media(min-width: 768px) {
	.popover-map-panel {
		width: 310px;
		padding: 20px;
	}
	.popover-map-media {
		padding-left: 20px;
		width: 190px;
	}
	.popover-map-body .popover-map-btn {
		margin-top: 20px;
	}
}
.where-buy-button {
    text-transform: none!important;
    line-height:24px!important;
}
/* End */
/* /local/templates/.default/components/bitrix/news.list/where_buy_new/style.css?17777182114985 */
