

/* Start:/local/templates/swanky_no_basket/components/bitrix/news.list/shops/style.css?17680523604540*/
.city_search{
	position: relative;
}
.city_search .city_search_desc{
	font-size: 18px;
	font-weight: 300;
	margin-bottom: 10px;
}

.city_search .city_search_inp input{
	font-size: 18px;
	font-weight: bold;
	background: url(/local/templates/swanky_no_basket/components/bitrix/news.list/shops/images/geo.png) 10px 50% no-repeat;
	padding-left: 40px;
	border: 1px solid #cbd2e4;
	border-radius: 5px;
	width: 100%;
	height: 48px;
}

.city_search .city_search_result{
	border: 1px solid #cbd2e4;	
	display: none;
	position: absolute;
	left: 0px;
	width: 100%;
	background: #f6fbfc;
	z-index: 9;

}
.city_search .city_search_result_city{
	padding: 20px;
	padding-left: 40px;
	font-size: 18px;
	font-weight: bold;	
	cursor: pointer;
}

.city_search .city_search_result_city:hover{
	background: #cbd2e4;
}

.shops_map{
	margin-top: 50px;
	position: relative;
}
.shops_map #map{
	height: 600px;
}

.shops_map .shops_desc{
	position: absolute;
	background: #fff;
	padding: 30px;
	left: 50px;
	top: 50px;
	max-height: 540px;
	overflow: auto;
	border-radius: 5px;
	max-width: 350px;
}

.shops_map .shops_desc .city_item{
	
}

.shops_map .shops_desc .city_item .city_item_title{
	font-size: 18px;
	font-weight: bold;
}

.shops_map .shops_desc .city_item .city_item_shop{
	margin-top: 15px;
	margin-bottom: 15px;
	padding-top: 15px;
	padding-bottom: 15px;
	color: #999;
	font-size: 14px;
	background: url(/local/templates/swanky_no_basket/components/bitrix/news.list/shops/images/point.png) 0% 50% no-repeat;
	padding-left: 40px;
}

.shops_map .shops_desc .city_item .city_item_shop a{
	display: inline-block;
	font-weight: bold;
	color:#6559b7;
	border-bottom: 1px dotted #6559b7;
	text-decoration: none;
}

.shops_map .shops_desc .city_item .city_item_shop span{
	display: block;
}
.shops-list .city{
	margin-top: 50px;
}

.shops-list .city .city_title{
	font-size: 24px;
	font-family: "Geometria";
	font-weight: 900;
	border-bottom: 3px solid #f4f3f6;
	padding-bottom: 25px;
}

.shops-list .city .shop-item{
	padding-top: 25px;
	border-bottom: 1px solid #f4f3f6;
	padding-bottom: 25px;
}


.shops-list .city .shop-item .shop-item-title{
	background: url(/local/templates/swanky_no_basket/components/bitrix/news.list/shops/images/city.png) 0% 50% no-repeat;
	min-height: 40px;
	padding-left: 60px;
}

.shops-list .city .shop-item .shop-item-title span{
	display: block;
	font-weight: 700;
	font-size: 15px;
	margin-bottom: 5px;
}

.shops-list .city .shop-item .shop-item-title a{
	display: inline-block;
	border-bottom: 1px dotted #474a83;
	line-height: 10px;
	text-decoration: none !important;
}


.shops-list .city .shop-item .shop-item-title a:hover{
	border-bottom: none;
}

.shops-list .city .shop-item .shop-item-work{
	font-weight: 300;
	font-size: 15px;
	color: #999999;
	margin-bottom: 5px;
}

.shops-list .city .shop-item .shop-item-work:last-child{
	margin-bottom: 0px;
}

.shops-list .city .shop-item .shop-item-work a{
	text-decoration: none !important;
	color: #333333;
}

.shops-list .city .shop-item .shop-item-work span{
	color: #333333;
}

.shops-list .city .shop-item .shop-item-social a{
	display: inline-block;
	margin-right: 5px;
	width: 40px;
	height: 40px;	
}

.shops-list .city .shop-item .shop-item-social a.vk{
	background: url(/bitrix/templates/estheticnails/images/vk.png) no-repeat;	
}

.shops-list .city .shop-item .shop-item-social a.in{
	background: url(/bitrix/templates/estheticnails/images/in.png) no-repeat;
}

.shops-list .city .shop-item .shop-item-desc{
	margin-top: 25px;
	display: none;
}

.shops-list .city .shop-item .shop-item-desc .shop-item-map{
	margin-top: 15px;
}


@media (max-width: 767px)
{
	.shops_map .shops_desc{
		position: initial;		
	}

	.retail_shops .online_shops{
		margin-top: 0px !important;
		padding-top: 0px !important;
	}

	.shops_map #map{
		height: 480px;
	}

	::-webkit-scrollbar {
	    width: 10px;
	}

	::-webkit-scrollbar-track {
	    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.4); 
	    border-radius: 8px;
	    -webkit-border-radius: 8px;
	}

	::-webkit-scrollbar-thumb {
	    -webkit-border-radius: 10px;
	    border-radius: 10px;
	    background: rgba(100,100,100,0.8); 
	    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
	}

	.shops_map .shops_desc::-webkit-scrollbar {
	    display: inherit;
	}

	.shops_map .shops_desc:hover::-webkit-scrollbar {
	    width: 10px;
	}

	.shops_map .shops_desc:hover::-webkit-scrollbar-track {
	    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.4); 
	    border-radius: 8px;
	    -webkit-border-radius: 8px;
	}

	.shops_map .shops_desc:hover::-webkit-scrollbar-thumb {
	    -webkit-border-radius: 10px;
	    border-radius: 10px;
	    background: rgba(100,100,100,0.8); 
	    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
	}	

}
/* End */


/* Start:/local/templates/swanky_no_basket/components/bitrix/system.pagenavigation/main/style.css?17680523592310*/
.bx-pagination {
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px solid #d1d2e0;
}
.bx-pagination .bx-pagination-container {
	text-align: center;
	position: relative;
}
.bx-pagination .bx-pagination-container ul {
	padding: 0;
	margin: 0;
	list-style: none;
	display: inline-block;
}
.bx-pagination .bx-pagination-container ul li {
	float: left;
	margin: 0 5px 0px 5px;
	text-align: center;
}
.bx-pagination .bx-pagination-container ul li span{
	background: #fff;	
	display: block;
	height: 30px;
	min-width: 30px;
	line-height: 30px;
	color: #6559b7;
	font-size: 14px;
	border-radius: 15px;
	vertical-align: middle;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.bx-pagination .bx-pagination-container ul li a {
	text-decoration: none;
	display: block;
	border-radius: 15px;
	height: 30px;
	min-width: 30px;
	line-height: 30px;
	color: #fff;
	vertical-align: middle;
}
.bx-pagination .bx-pagination-container ul li a:hover span{
	background: #cbd2e4;
	color: #333333;
	font-weight: bold;
}
.bx-pagination .bx-pagination-container ul li.bx-active span{
	background: #cbd2e4;
	color: #333333;
	font-weight: bold;
}

.bx-pagination .bx-pagination-container ul li.bx-pag-prev a span{
	background: #f7f7f8 url(/local/templates/swanky_no_basket/components/bitrix/system.pagenavigation/main/images/prev.png) 50% 50% no-repeat;
	font-size: 0px;
}

.bx-pagination .bx-pagination-container ul li.bx-pag-prev span{
	background: #f7f7f8 url(/local/templates/swanky_no_basket/components/bitrix/system.pagenavigation/main/images/prev.png) 50% 50% no-repeat;
	font-size: 0px;
}

.bx-pagination .bx-pagination-container ul li.bx-pag-next a span{
	background: #f7f7f8 url(/local/templates/swanky_no_basket/components/bitrix/system.pagenavigation/main/images/next.png) 50% 50% no-repeat;
	font-size: 0px;
}

.bx-pagination .bx-pagination-container ul li.bx-pag-next span{
	background: #f7f7f8 url(/local/templates/swanky_no_basket/components/bitrix/system.pagenavigation/main/images/next.png) 50% 50% no-repeat;
	font-size: 0px;
}

@media (max-width: 767px)
{
	.bx-pagination{
		text-align: center;
	}

	.bx-pagination .bx-pagination-container ul{
		width: 100%;
		text-align: center;
	}

	.bx-pagination .bx-pagination-container ul li{
		float: none;
		display: inline-block;
	}

	.bx-pagination .bx-pagination-container ul li.bx-pag-prev span,
	.bx-pagination .bx-pagination-container ul li.bx-pag-next span,
	.bx-pagination .bx-pagination-container ul li.bx-pag-prev a span,
	.bx-pagination .bx-pagination-container ul li.bx-pag-next a span{
		font-size: 14px;
		text-indent: -9999px;
	}
}
/* End */
/* /local/templates/swanky_no_basket/components/bitrix/news.list/shops/style.css?17680523604540 */
/* /local/templates/swanky_no_basket/components/bitrix/system.pagenavigation/main/style.css?17680523592310 */
