.shops__map {
  border-radius: 10px;
  overflow: hidden;
  height: 450px;
  width: 100%;
  margin-bottom: 50px; }
  @media (max-width: 767px) {
    .shops__map {
      height: 340px;
      margin-bottom: 25px; } }

.shops__list {
  display: flex;
  flex-wrap: wrap; }

.shops__box {
  background: #F7F8F9;
  border-radius: 10px;
  padding: 28px 32px 35px 32px;
  width: calc(50% - 15px);
  margin-top: 25px;
  margin-right: 30px; }
  .shops__box:nth-child(-n+2) {
    margin-top: 0px; }
  .shops__box:nth-child(2n+2) {
    margin-right: 0px; }
  @media (max-width: 1199px) {
    .shops__box {
      width: 100%;
      margin-right: 0px; }
      .shops__box:nth-child(-n+2) {
        margin-top: 25px; }
      .shops__box:first-child {
        margin-top: 0px; } }
  @media (max-width: 767px) {
    .shops__box {
      padding: 20px 20px 25px 20px; } }

.shops__topic {
  font-family: 'Montserrat';
  font-weight: bold;
  font-size: 24px;
  line-height: 135%;
  color: #000000;
  margin-bottom: 20px; }
  @media (max-width: 767px) {
    .shops__topic {
      font-size: 20px;
      margin-bottom: 15px; } }

.shops__address, .shops__time, .shops__email {
  font-family: 'Montserrat';
  font-weight: 500;
  font-size: 14px;
  line-height: 145%;
  color: #000000;
  margin-bottom: 20px; }
  .shops__address:last-child, .shops__time:last-child, .shops__email:last-child {
    margin-bottom: 0px; }
  @media (max-width: 767px) {
    .shops__address, .shops__time, .shops__email {
      font-size: 12px;
      margin-bottom: 15px; } }

.shops__email {
  color: #552FEC;
  display: block; }

.shops__link {
  font-family: 'Montserrat';
  font-weight: 600;
  font-size: 16px;
  color: #552FEC;
  cursor: pointer;
  transition: .3s;
  display: inline-block;
  border: 1px solid #552FEC;
  border-radius: 5px;
  padding: 14px 28px; }
  .shops__link:hover {
    background-color: #552FEC;
    color: #fff; }
  @media (max-width: 767px) {
    .shops__link {
      font-size: 12px;
      padding: 10px 20px; } }

#map {
  width: 100%;
  height: 100%;}
  
.shops__label {  
	width: 10px;
	height: 10px;
	float: left;
	margin-right: 10px;
	border-radius: 10px;
	position: relative;
	top: 5.5px;} 
}
  
  
  
  
  
  
  
  
  
  
  






#shops {
	border: 0px solid #d5d5d5;
}
#shops {
	overflow: hidden;
}
#shops ul.left {
	float: left;
	width: 250px;
	height: 600px;
	display: block;
	border-right: 0px solid #d5d5d5;
	overflow-y: auto;
}
#shops ul.left li {
	display: block;
	padding: 10px;
	border-bottom: 0px solid #d5d5d5;
	cursor: pointer;
	overflow: hidden;
	font-size: 14px;
	line-height: 18px;
}
#shops ul.left li:last-child {
	border-bottom: transparent;
}
#shops ul.left li:hover {
	background: #f5f5f5;
}
#shops ul.left li.active {
	background: #f0f0f0;
}
#shops ul.left li div.label {
	width: 10px;
	height: 10px;
	float: left;
	margin-right: 10px;
	border-radius: 10px;
	position: relative;
	top: 2px;
}
#shops ul.left li .line-btn {
	margin: 12px 0;
	font-size: 14px;
	text-align: left;
	justify-content: left;
}
#shops ul.left li .line-btn .blue-btn {
	height: 30px;
	width: 80%;
}
.inblock {
	font-size: 14px;
}
.inblock .type {
	color: #676767; 
	font-size: 14px;
}
.inblock .preview {
	color: #149000;
	font-size: 14px;
}	
.inblock .line-btn {
	margin: 12px 0;
	font-size: 14px;
	text-align: left;
	justify-content: left;
}
.inblock .line-btn .blue-btn {
	height: 30px;
}
.inblock div.label {
	width: 10px;
	height: 10px;
	float: left;
	margin-right: 7px;
	border-radius: 10px;
	position: relative;
	top: 5px;
}
#shops ul.left li span {
	color: #676767;
	font-size: 14px;
	line-height: 18px;
}
#shops ul.left li span span {
	color: #149000;
	font-size: 14px;
	line-height: 18px;
}
#current_shop_table {
	margin: 20px 0 40px;	
	width: 100%;
}
#current_shop_table th, #current_shop_table td {
	padding: 10px 10px 0 10px;	
	text-align: center;
	font-size: 16px;
	line-height: 18px;
}
#current_shop_table th {
	font-size: 20px;
	line-height: 29px;
}	
#current_shop_table th:first-child, #current_shop_table td:first-child {
	padding: 10px 10px 0 0;	
	text-align: left;
}
#current_shop_table th:last-child, #current_shop_table td:last-child {
	padding: 10px 0 0 10px;	
	text-align: right;
}
#shop_table {
	margin: 20px 0;	
	width: 100%;
}
#shop_table th, #shop_table td {
	padding: 7px 10px 7px 7px;
	text-align: left;
	vertical-align: middle;	
}
#shop_table th {
	background: #d5d5d5;
	font-weight: normal;
}
#shop_table td {
	padding: 10px 10px 10px 7px;
	border-bottom: 2px solid #d5d5d5;
	font-size: 14px;
	line-height: 18px;		
}
#shop_table td:first-child {
	padding-right: 0;
}
#shop_table td.nowrap {
	white-space: nowrap;
}
#shop_table td.gray {
	color: #999;
}
#shop_table td.blue {
	color: #0c59cf;
}
#shop_table div.label {
	width: 10px;
	height: 10px;
	float: left;
	margin-right: 10px;
	border-radius: 10px;
	position: relative;
	top: 2px;
}
#shops #map {
	height: 100%;	
	margin-left: 270px;
}
/* Let's get this party started */
#shops ul.left::-webkit-scrollbar {
    width: 3px;
}
 /* Track */
#shops ul.left::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 0 rgba(0,0,0,0); 
    -webkit-border-radius: 0;
    border-radius: 0;
	background: #e7e7e7;
}
/* Handle */
#shops ul.left::-webkit-scrollbar-thumb {
    -webkit-border-radius: 0;
    border-radius: 0;
    background: #0c59cf; 
   -webkit-box-shadow: inset 0 0 0 rgba(0,0,0,0);
   height: 60px;
   max-height: 60px;
}
#shops ul.left::-webkit-scrollbar-button {
	height: 20px;
}
#shops ul.left::-webkit-scrollbar-thumb:hover {
  background: rgba(12,89,207,0.7);
}
#shop #map {
	height: 352px;	
	width: auto;
	margin-left: 360px;
	border: 0px solid #d5d5d5;
}
#shop .left {
	float: left;
	width: 339px;
	height: 355px;
	overflow: hidden;
}
#shop .left .slider-for img {
	width: 339px;
}
#shop .left .slider-nav {
	margin-top: 20px;
	width: 349px;
}
#shop .left .slider-nav div.box {
	width: 114px;
}
#shop .left .slider-nav img {
	width: 104px;
	cursor: pointer;
}
#shop .how {
	width: 100%;
	clear: both;
	overflow: hidden;
	margin-top: 30px;
}
#shop .how h2 {
	float: left;
	font-size: 20px;
	line-height: 29px;
	font-weight: bold;
	font-family: Circe,sans-serif;
}
#shop .how h3 {
	font-size: 16px;
	line-height: 18px;
	color: #0c59cf;
	width: 100%;
	clear: both;
	margin: 0 0 10px 0;
	font-weight: bold;
	font-family: Circe,sans-serif;
}	
#shop .how .blue-btn {
	height: 36px;
	padding-left: 20px;
	padding-right: 0;
	background-image: url(images/print.svg);
	background-repeat: no-repeat;
	background-size: 25px;
	background-position: 10px 50%;
	width: 160px;
}
#shop .how .scheme {
	width: 100%;
	display: block;
	clear: both;
	margin-top: 0;
	border: solid 1px #dedede;
}
#click_scheme {
	display: block;
	margin: 30px 0 0;
	padding: 3px 0;
	padding-left: 32px;
	font-size: 16px;
	line-height: 18px;
	color: #0c59cf;
	text-decoration: underline;
	background-image: url(images/cam.svg);
	background-repeat: no-repeat;
	background-size: contain;	
	background-position: 0 -2px;
}
#click_scheme:hover {
	text-decoration: none;
}
#popup-window-titlebar-scheme {
	display: none;	
}
.popup-window.popup-window-with-titlebar {
	padding: 15px;
}
.scheme-title-bar {
	font-size: 16px;
	position: relative;
	top: 15px;
	color: #0c59cf;
}
.popup-window {
	border-radius: 10px;
}
#scheme_text {
	display: none;
}
#scheme_text video {
	width: 560px;
	margin-bottom: 20px;
	clear: both;
	display: block;
}
#shop .car {
	margin: 10px 0 30px;
}
#shop .print {
	display: none;
}
.print_btn {
	visibility: hidden;
}
.delivery__tabs-list {
    display: block!important;/*Убрать для многокартовости*/
}










@media (max-width: 685px) {
.catalog-table__column--basic.is-merged h3 strong {	
	display: inherit;
}
.shop_table tr td:nth-child(3), .shop_table tr th:nth-child(3) {
	display: none;
}
#shops ul.left {
	display: block;
	float: none;	
	width: 100%;
	height: auto;
}
#shops #map {
	margin-left: 0;
	height: 400px;
}
#shop .left {
	margin-bottom: 20px;	
}
#shop #map {
    margin-left: 0;
	clear: both;
	width: 100%;
	overflow: hidden;
}	
#shops ul.left {
    overflow-y: hidden;
	margin-bottom: 20px;
}
#shops ul.left li .line-btn .blue-btn {
	width: 100%;
}
/* Let's get this party started */
#shops ul.left::-webkit-scrollbar {
    opacity: 0;
}
 /* Track */
#shops ul.left::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 0 #fff; 
	background: #fff;
}
/* Handle */
#shops ul.left::-webkit-scrollbar-thumb {
    background: #fff; 
   -webkit-box-shadow: #fff;
}
#shops ul.left::-webkit-scrollbar-button {
	background: #fff;
}
#shops ul.left::-webkit-scrollbar-thumb:hover {
  background: #fff;
}	
}










@media print {
.noprint {
    display: none!important;
	visibility: hidden!important;
	opacity: 0!important;
}
.map {
    width: 400px;
    height: 300px;
    background-image: url('http://maps.googleapis.com/maps/api/staticmap?center=Wien+Floridsdorf&zoom=13&scale=false&size=400x300&maptype=roadmap&format=png&visual_refresh=true');
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
}	
#shop .print {
	display: block;
}
#bx-panel {
	display: none!important;	
}
header, footer, aside, .crumbs-nav, nav, .main-nav, .basic-layout__header, .basic-layout__section, .simple-article__content, #shop .slider-nav {
	display: none!important;
}
header.basic-layout__module {
	display: block!important;
	padding: 0!important;
	margin: 0!important;	
	margin-top: -200px!important;	
}
body, #content, #shop, .basic-layout__content, main, basic-layout__content {
	padding: 0!important;
	margin: 0!important;
}
h1.page-heading__title {
	font-size: 20px;
	padding-top: 0;
}
#shop #map, #shop #map div, #shop #map ymaps {
	width: 100%!important;
	margin: 0;
	padding: 0;
	float: none;
	height: 400px!important;
}
#shop .how h3 {
	margin-top: 10px;
}
#shop .left {
	width: 64%!important;
	height: auto;
}
#shop .left div{
	width: 100%!important;
}
#shop .left img {
	width: 100%!important;
	display: block;
}
#shop .left .slick-initialized .slick-slide {
	width: 800px;
}
#qr {
	float: right;
	height: 200px;
	width: 200px;
	margin-bottom: 20px;
}
#shop .how h3 {
	margin-top: 20px;
}

[class*="ymaps-2"][class*="-ground-pane"] {
  -webkit-filter: saturate(500%) grayscale(50%) contrast(110%);
          filter: saturate(500%) grayscale(50%) contrast(110%);
}
[class="scheme"] {
  -webkit-filter: saturate(250%) grayscale(50%);
          filter: saturate(250%) grayscale(50%);
}
}
