

/* Start:/local/templates/pechi_main_new_2016/components/bitrix/news.list/shops/style.css?17270862584843*/
.shop-section{
	width:100%;
	display:-ms-flexbox;
	display:flex;
	margin-bottom: 30px;
	margin-top: 30px;
}
.shop-section .shop-list{
		width:355px;
		font-size:14px;
		color:#777;
		padding-right: 20px;
}
.shop-section .shop-list strong{
		color:#2a2a2a;
		font-weight:400;
		display:block;
		margin-bottom:5px;
}
.shop-section .shop-list .shop{
		padding:20px;
		border:1px solid #e0e0e0;
		position:relative;
		z-index:1;
		cursor:pointer;
}
.shop-section .shop-list .shop:not(:first-child){
		margin-top:-1px;
}
.shop-section .shop-list .shop-address{
	font-size:15px;
	line-height:21px;
	color:#e2791e;
	position:relative;
	margin-bottom: 10px;
}
.shop-section .shop-list .shop-address:before{
		content:'';
		position:absolute;
		top:50%;
		margin-top:-3px;
		right:0;
		width:8px;
		height:6px;
		background-image:url(/local/templates/pechi_main_new_2016/components/bitrix/news.list/shops/images/ionmob.svg);
		background-repeat:no-repeat;
		transition:transform .4s ease;
}
.shop-section .shop-list .shop-open{
		color:#68a642;
		font-size:13px;
}
.shop-section .shop-list .shop-closed{
		color:#d54e2a;
		font-size:13px;
}
.shop-section .shop-list .shop-more{
		/*padding-top:10px;*/
		overflow:hidden;
		display:none;
}
.shop-section .shop-list .shop-more > div{}
.shop-section .shop-list .shop.current{
		border-color:#e2791e;
		z-index:2;
}
.shop-section .shop-list .shop.current .shop-more{
		display:block;
}
.shop-section .shop-list .shop.current .shop-address:before{
		transform:rotate(-180deg);
}
.shop-section .shop-list .shop-image{
		width:calc(99.9% * 1/3 - (8px - 8px * 1/3));
		margin-bottom:8px;
}
.shop-section .shop-list .shop-image:nth-child(1n){
		float:left;
		margin-right:8px;
		clear:none;
}
.shop-section .shop-list .shop-image:last-child{
		margin-right:0;
}
.shop-section .shop-list .shop-image:nth-child(3n){
		margin-right:0;
		float:right;
}
.shop-section .shop-list .shop-image:nth-child(3n + 1){
		clear:both;
}
.shop-section .shop-list .shop-image img{
		padding:5px;
		border:1px solid #e0e0e0;
}
.shop-section .shop-list .shop-image img:hover{
		border-color:#679C40;
}
.shop-controls{
	display:none;
}
#shopMap{
	-ms-flex:1;
			flex:1;
	width:100%;
	height:600px;
	background-color:#eee;
}
.shop-list-title {
	font-size: 17px;
	margin-bottom: 10px;
	font-weight: bold;
}
.shop-list-title:not(:first-child) {
	margin-top: 15px;
}

.btn{
	display:inline-block;
	border:none;
	background-color:transparent;
	padding:8px 16px;
	text-decoration:none;
	border-radius:2px;
	color:#333;
	position:relative;
	cursor:pointer;
	font-size:14px;
}
.btn-border{
		border:1px solid #e0e0e0;
}
.btn-border.in-compare,
.btn-border:hover {
		border:1px solid #fb7f06;
}

.delivery-time {
	color: #000000;
	font-weight: 700;
}

@media screen and (min-width: 801px){
	.shop-list {
		height: 600px;
		overflow: hidden;
		overflow-y: auto;
		padding-bottom: 5px;
	}
}
@media screen and (max-width: 800px){
		.shop-section{
				display:block;
		}
		.shop-section > div{
				display:none;
		}
		.shop-section > div.view{
				display:block;
		}
		.shop-section .shop-list{
				width:100%;
		}
		.shop-controls{
				display:flex;
				width:100%;
				margin-bottom: 15px;
		}
		.shop-controls > div {
			width: 50%;
		}
		.shop-controls > div:not(:last-child) {
			margin-right: 8px;
		}
		.shop-controls .btn{
				width:100%;
				text-align:center;
				padding-top:12px;
				padding-bottom:12px;
		}
		.shop-controls .btn svg{
				vertical-align:middle;
				margin-top:-2px;
				margin-right:7px;
		}
		.shop-controls .btn.current{
				color:#fb7f06;
		}
		.btn:hover svg,
		.shop-controls .btn.current svg{
				fill:#fb7f06;
		}
		.shop-section .shop-list {
			padding-right: 0;
		}
		#shopMap{
				width:100%;
				height:500px;
				-ms-flex:auto;
				flex:auto;
				display:none;
		}
		#shopMap.view{
				display:block;
		}
}

.shop-list__region {
	padding: 10px;
	border: 1px solid #e0e0e0;
	color: #333;
	font-weight: bold;
	position: relative;
}
.shop-list__region::after {
	content: '';
	position: absolute;
	top: 15px;
	right: 10px;
	background-image: url('/local/templates/pechi_main_new_2016/components/bitrix/news.list/shops/images/ionmob.svg');
	width: 8px;
    height: 6px;
    background-repeat: no-repeat;
    transition: transform .4s ease;
}
.shop-list__region.open::after {
	transform: rotate(-180deg);
}
.shop-list__region-name {
	font-size: 15px;
	cursor: pointer;
	transition: all .25s ease-in-out;
}
.shop-list__region-name:hover {
	color: #fd7e14;
}
.shop-list__cities {
	display: none;
}
.shop-section .shop-list .shop-list__region .shop {
	margin: 0 -10px;
	padding: 10px;
	border: unset;
	border-bottom: 1px solid #e0e0e0;
}
.shop-section .shop-list .shop-list__region .shop:last-child {
	border-bottom: unset;
	padding-bottom: 0;
}
.shop-section .shop-list .shop-list__region .shop-address:before {
	display: none;
}
.shop.current.shop--favorite {
	border-width: 4px;
}
/* End */
/* /local/templates/pechi_main_new_2016/components/bitrix/news.list/shops/style.css?17270862584843 */
