

/* Start:/local/templates/medipeel/components/bitrix/system.pagenavigation/.default/style.css?1711329600763*/
div.modern-page-navigation { 
	text-align:center;
	color:#8e8e8e;
	font-weight:300;
	font-size:0.875rem;
	margin-top:30px;
	margin-bottom: 60px;
}
div.modern-page-navigation a,
div.modern-page-navigation span { 
	width:50px;
	border-bottom:5px solid #cdcdcd;
	padding-bottom:6px;
	margin:0 3px;
}
div.modern-page-navigation a:hover { 
	border-color:#000;
	color:#000;
}
div.modern-page-navigation span.modern-page-current { 
	font-weight:700; 
	font-size:1.125rem;
	color:#000;
	border-color:#000;
	padding-bottom: 5px;
}
div.modern-page-navigation .modern-page-dots {
	border-bottom:none;
	padding-bottom: 0px;
    font-size: 18px;
    font-weight: 400;
}

@media (max-width: 767px) {
	div.modern-page-navigation {
		margin-top: 24px;
		margin-bottom: 34px;
	}
}
/* End */


/* Start:/local/templates/.default/components/bitrix/news.list/our_shops/style.css?17598196466517*/
.background-container {
	display: none;
}

#map_list, #map_list2 {
	width:100%;
	height:100%;
}

.bx-breadcrumb-item-text, .bx-context-toolbar-empty-area {
	display: none;
}

h1 {
	display: none;
}

.ourshop {
	display: flex;
	flex-direction: column;
	gap: 24px;
}

.ourshop__title {
	color: #000;
	font-size: 32px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}

.ourshop-city {
	display: inline-flex;
	align-items: flex-start;
	gap: 8px;
}

.ourshop-city__one {
	display: flex;
	padding: 8px 32px;
	justify-content: center;
	align-items: center;
	gap: 10px;
	border-radius: 33px;
	background: #000;
	color: #FFF;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	cursor: pointer;
	user-select: none;
}

.ourshop-city__two {
	display: flex;
	padding: 8px 32px;
	justify-content: center;
	align-items: center;
	gap: 10px;
	border-radius: 33px;
	background: rgba(0, 0, 0, 0.03);
	color: #000;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	cursor: pointer;
	user-select: none;
}


.ourshop-group-cells {
	display: inline-flex;
	gap: 24px;
	justify-content: space-between;
	align-items: stretch;
	flex-wrap: wrap;
}

.ourshop-cells {
	display: flex;
	width: 623px;
	padding: 24px;
	flex-direction: column;
	align-items: flex-start;
	gap: 16px;
	border-radius: 16px;
	background: #F7F7F7;
}

.ourshop-cells-map-one {
	display: flex;
	width: 623px;
	padding: 24px;
	flex-direction: column;
	align-items: flex-start;
	gap: 16px;
	border-radius: 16px;
	background: #F7F7F7;
}

.ourshop-cells-map {
	width: 100%;
	height: 350px;
	border-radius: 16px;
}


.ourshop-cells-block {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 8px;
}

.ourshop-cells-descr {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 8px;
	color: #000;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
}

.ourshop-cells__title {
	color: #4F4F4F;
	font-size: 13px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	user-select: none;
}

.ourshop-cells__text {
	color: #000;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}

.ourshop-epilog {
	margin-top: 24px;
	display: flex;
	width: 100%;
	height: 184px;
	padding: 32px;
	justify-content: space-between;
	border-radius: 16px;
	background: #F7F7F7;
	align-items: flex-start;
	flex: 1 0 0;
}
.ourshop-epilog-block {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 10px;
}
.ourshop-epilog__title {
	color: #000;
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.ourshop-epilog__text {
	color: #000;
	font-size: 13px;
	font-style: normal;
	font-weight: 400;
	line-height: 19px;
	width: 232px;
}

.ourshop-cells__address {
	border-bottom: 1px solid #000;
}

.swiper {
	width: 100%;
	display: flex;
	height: 130px;
	align-items: flex-start;
	gap: 10px;
	align-self: stretch;
}

.swiper-slide {
	background: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 16px;
}

.swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 16px;
}

.arrow-btn-design {
	display: flex;
	width: 19px !important;
	height: 19px !important;
	padding: 4px;
	justify-content: center !important;
	align-items: center !important;
	background: #fff;
	border-radius: 333px;
	margin-top: calc(12px - (var(--swiper-navigation-size)/ 2)) !important;
	user-select: none;
}

.swiper-button-prev:after, .swiper-button-next:after {
	content: none !important;
}

.active	{
	display: flex;
}

.hidden {
	display: none;
}


@media (min-width: 1537px) {
	.ourshop-cells {
		width: 733px;
	}
	.ourshop-cells-map-one {
		width: 733px;
	}
}

@media (max-width: 1300px) {
	.swiper {
		height: 188px;
	}
	.ourshop-cells-map-one {
		width: 100%;
		height: 350px;
	}
	.ourshop-cells {
		width: 100%
	}
	.ourshop-epilog {
		flex-wrap: wrap;
		height: 100%;
		gap: 40px;
	}
}

@media (max-width: 501px) {
	.ourshop-epilog__title {
		width: 100%;
	}
	.ourshop-epilog__text {
		width: 100%;
	}
}











.shops-wrap {
	margin-top:24px;
}
.shops-wrap .line {
	width:1px;
	background:#e0e0e0;
}
.shops-wrap .shop-item {
	width:288px;
	min-width:288px;
	font-size:1.125rem;
	color:#3d3d3d;
	padding:10px 0;
}
.shops-wrap .shop-item .name {
	font-size:1.375rem;
	color:#000;
}
.shops-wrap .shop-item .subhead {
	font-size:1.125rem;
	color:#000;
	margin:10px 0 30px;
}
.shops-wrap .shop-item .phone {
	margin-top:20px;
	padding-left:44px;
	background:url(/local/templates/.default/components/bitrix/news.list/our_shops/images/icons/phone-icon-grey.png) no-repeat center left;
}

.shops-wrap .shop-item .whatsapp {
	margin-top:20px;
	padding-left:44px;
	background:url(/local/templates/.default/components/bitrix/news.list/our_shops/images/icons/whatsapp-icon-grey.png?1) no-repeat center left;
}
.shops-wrap .shop-item .time {
	margin-top:20px;
	padding-left:44px;
	background:url(/local/templates/.default/components/bitrix/news.list/our_shops/images/icons/time-icon-grey.png) no-repeat top 4px left;
	padding-bottom:2px;
}
.sale-order-wrap {
	padding-right:100px;
}
@media(max-width:1759px) {
	.shops-wrap .shop-item {
		width: 248px;
		min-width: 248px;
	}
	.shops-wrap .shop-item .time,
	.shops-wrap .shop-item .phone,
	.shops-wrap .shop-item .whatsapp {
		padding-left: 36px;
	}
}
@media(max-width:1579px) {
	.shops-wrap .shop-item {
		width: 220px;
		min-width: 220px;
	}
	.shops-wrap .shop-item .name {
		font-size: 1.125rem;
	}
	.shops-wrap .shop-item .subhead {
		font-size: 1rem;
	}
	.shops-wrap .shop-item .time, .shops-wrap .shop-item .phone, .shops-wrap .shop-item .whatsapp {
		padding-left: 26px;
		font-size: 0.875rem;
	}
	.shops-wrap .shop-item .time {
		background:url(/local/templates/.default/components/bitrix/news.list/our_shops/images/icons/time-icon-grey.png) no-repeat top 1px left;
	}
}
@media(max-width:1439px) {

	.shops-wrap .line {
		display:none;
	}

	.shops-wrap .shop-item {
		width: 50%;
		min-width: 50%;
		margin-bottom:40px;
		padding-right:20px;
	}
	.shops-map-wrap {
		margin: 40px 0 200px;
	}
}
@media(max-width:1023px) {
	#map_list {
		height: 540px;
	}
}
@media(max-width:575px) {
	.shops-wrap .shop-item {
		width: 100%;
		min-width: 100%;
		margin:0px 0 0px;
		padding:30px 0;
		border-bottom:1px solid #e0e0e0;
	}
	.shops-map-wrap {
		margin: 30px 0 200px;
	}
}
/* End */
/* /local/templates/medipeel/components/bitrix/system.pagenavigation/.default/style.css?1711329600763 */
/* /local/templates/.default/components/bitrix/news.list/our_shops/style.css?17598196466517 */
