

/* Start:/local/templates/monami_new/components/bitrix/system.pagenavigation/main/style.css?17680707453174*/
.bx-pagination {	
	padding-top: 15px;
	padding-bottom: 15px;
	background:#faf9f9;
}
.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;
	width: 100%;
}
.bx-pagination .bx-pagination-container ul li {		
	text-align: center;
	display: inline-block;
  	padding: 4px;
  	border-radius: 50%;		
}
.bx-pagination .bx-pagination-container ul li span{
	background: #fff;	
	display: block;
	height: 30px;
	min-width: 30px;
	line-height: 30px;
	color: #333333;
	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: #333333;
	vertical-align: middle;
}
.bx-pagination .bx-pagination-container ul li a:hover span{

	color: #75d6ce;

}

.bx-pagination .bx-pagination-container ul li.bx-active,
.bx-pagination .bx-pagination-container ul li:hover
{
  position: relative;
  background: linear-gradient(to right, #62fa9a, #78ccf4);
  padding: 4px;
  border-radius: 50%;	
  text-decoration: none;	
}

.bx-pagination .bx-pagination-container ul li.bx-active span{	
	color: #75d6ce;
}


.bx-pagination .bx-pagination-container ul li.bx-pag-prev a span{
	background: #f7f7f8 url(/local/templates/monami_new/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{
	border: 1px solid #808080;
	float: left;
	margin-left: 15px;
	width: 38px;
	height: 38px;	
	padding: 0px;
}

.bx-pagination .bx-pagination-container ul li.bx-pag-prev:hover,
.bx-pagination .bx-pagination-container ul li.bx-pag-next:hover{
	background: none;
	
}

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

.bx-pagination .bx-pagination-container ul li.bx-pag-next{
	border: 1px solid #808080;
	float: right;
	margin-right: 15px;
	width: 38px;
	height: 38px;	
	padding: 0px;	
}
.bx-pagination .bx-pagination-container ul li.bx-pag-next a,
.bx-pagination .bx-pagination-container ul li.bx-pag-prev a{
	width: 100%;
	height: 100%;
}
.bx-pagination .bx-pagination-container ul li.bx-pag-next a span{

}

.bx-pagination .bx-pagination-container ul li.bx-pag-next span{
	font-size: 0px;
	background: url(/local/templates/monami_new/components/bitrix/system.pagenavigation/main/images/next.png) no-repeat 50% 50%;
	width: 100%;
	height: 100%;
	padding: 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 */


/* Start:/local/templates/monami_new/components/bitrix/news.list/shops/style.css?17680707455808*/
.city_search{
	position: relative;
	padding: 25px;
	background: #fff;
	z-index: 1;
}
.city_search .city_search_desc{
	font-size: 14px;
	color:#999999;
	margin-bottom: 10px;
}

.city_search .city_search_inp{
	background: linear-gradient(to right, #8ed7f9, #fd5be9);
	border-radius: 48px;
	padding: 2px;
}
.city_search .city_search_inp input{
	font-size: 18px;
	font-weight: bold;
	background: #fff url(/local/templates/monami_new/components/bitrix/news.list/shops/images/geo.png) 10px 50% no-repeat;
	padding-left: 40px;
	border: none;	
	width: 100%;
	height: 48px;
	border-radius: 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/monami_new/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/monami_new/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;
}


.shops_desc .city_item_shop{
	background: #fff;
	padding: 25px;
	border-bottom: 2px solid #6ce2c7;
	align-self: stretch;
	height: auto;
}

.shops_desc .city_item_shop .city_item_title{
	font-size: 18px;
	color: #676767;
	margin-bottom: 15px;
}

.shops_desc .city_item_shop a{
	display: inline-block;
	color: #0d0e16;
	font-weight: bold;
	text-decoration: none;
}

.shops_desc .city_item_shop a:hover{
	border-bottom: none;
}

.shops_desc .city_item_shop span{
	display: block;
	margin-top: 5px;
}

.shops_desc{
	padding-bottom: 35px;
}
.shops-slider .swiper-button-prev,
.shops-slider .swiper-button-next{
	width: 19px;
	height: 40px;
	top: initial;
	bottom: 0px;
}

.swiper-container.shops-slider{
	margin-top: -60px;
}

.shops-slider .swiper-button-next{
	background: url(/local/templates/monami_new/components/bitrix/news.list/shops/images/next.png) 50% 50% no-repeat;
	right: 0px;
}

.shops-slider .swiper-button-prev{
	background: url(/local/templates/monami_new/components/bitrix/news.list/shops/images/prev.png) 50% 50%  no-repeat;	
	left: 0px;
}

.shops-slider .swiper-button-prev:hover,
.shops-slider .swiper-button-next:hover{
	opacity: 1;
}


.shops-slider .swiper-pagination-bullet-active{
	background: #000;
}

@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/monami_new/components/bitrix/news.list/onlineshops/style.css?17680707455808*/
.city_search{
	position: relative;
	padding: 25px;
	background: #fff;
	z-index: 1;
}
.city_search .city_search_desc{
	font-size: 14px;
	color:#999999;
	margin-bottom: 10px;
}

.city_search .city_search_inp{
	background: linear-gradient(to right, #8ed7f9, #fd5be9);
	border-radius: 48px;
	padding: 2px;
}
.city_search .city_search_inp input{
	font-size: 18px;
	font-weight: bold;
	background: #fff url(/local/templates/monami_new/components/bitrix/news.list/onlineshops/images/geo.png) 10px 50% no-repeat;
	padding-left: 40px;
	border: none;	
	width: 100%;
	height: 48px;
	border-radius: 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/monami_new/components/bitrix/news.list/onlineshops/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/monami_new/components/bitrix/news.list/onlineshops/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;
}


.shops_desc .city_item_shop{
	background: #fff;
	padding: 25px;
	border-bottom: 2px solid #6ce2c7;
	align-self: stretch;
	height: auto;
}

.shops_desc .city_item_shop .city_item_title{
	font-size: 18px;
	color: #676767;
	margin-bottom: 15px;
}

.shops_desc .city_item_shop a{
	display: inline-block;
	color: #0d0e16;
	font-weight: bold;
	text-decoration: none;
}

.shops_desc .city_item_shop a:hover{
	border-bottom: none;
}

.shops_desc .city_item_shop span{
	display: block;
	margin-top: 5px;
}

.shops_desc{
	padding-bottom: 35px;
}
.shops-slider .swiper-button-prev,
.shops-slider .swiper-button-next{
	width: 19px;
	height: 40px;
	top: initial;
	bottom: 0px;
}

.swiper-container.shops-slider{
	margin-top: -60px;
}

.shops-slider .swiper-button-next{
	background: url(/local/templates/monami_new/components/bitrix/news.list/onlineshops/images/next.png) 50% 50% no-repeat;
	right: 0px;
}

.shops-slider .swiper-button-prev{
	background: url(/local/templates/monami_new/components/bitrix/news.list/onlineshops/images/prev.png) 50% 50%  no-repeat;	
	left: 0px;
}

.shops-slider .swiper-button-prev:hover,
.shops-slider .swiper-button-next:hover{
	opacity: 1;
}


.shops-slider .swiper-pagination-bullet-active{
	background: #000;
}

@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 */
/* /local/templates/monami_new/components/bitrix/system.pagenavigation/main/style.css?17680707453174 */
/* /local/templates/monami_new/components/bitrix/news.list/shops/style.css?17680707455808 */
/* /local/templates/monami_new/components/bitrix/news.list/onlineshops/style.css?17680707455808 */
