.stores .wrapper-stores-info .wrapper-info{width: 364px;height: 716px;float: left;border: 1px solid var(--color-lines);border-right-width: 0;box-shadow: 2px 0px 4px -2px rgba(51, 51, 51, 0.1);position: relative;z-index: 1;}
.stores .wrapper-stores-info .wrapper-info .wrapper-top{padding: 17px 20px;border-bottom: 1px solid var(--color-lines);position: relative;}
.stores .wrapper-stores-info .wrapper-info .wrapper-top > p{position: absolute; top: 50%; transform: translateY(-50%);}
.stores .wrapper-stores-info .wrapper-info .wrapper-stores-content{max-height: calc(100% - 57px);overflow-y: auto;-webkit-transform: translateZ(0);}
.stores .wrapper-stores-info .wrapper-map{width: calc(100% - 364px);float: left;}
.stores .wrapper-stores-info .wrapper-map #map-canvas{width: 100%;height: 716px;}
.stores .wrapper-stores-info .wrapper-map #map-canvas div {box-sizing: content-box;}
.stores .wrapper-stores-info .wrapper-store{padding: 30px 5px;margin: 0 15px;border-bottom: 1px solid var(--color-lines);}
.stores .wrapper-stores-info .wrapper-store a{display: inline-block;margin-top: 15px; margin-right: 20px;}
.stores .wrapper-stores-info .wrapper-stores-content .wrapper-store:last-child{border-bottom: 0;}
.stores .wrapper-links .stores .wrapper-numbers {padding-top: 10px;}
.stores .container-map{padding-bottom: 45px;}
.stores .container-map #map-canvas{width: 100%;height: 488px;}
.stores .infoBox, .stores .infoBox * {box-sizing: border-box !important;}
.stores .infoBox > img{top: 10px;right: 10px;max-width: 32px;}
.stores .info-box-wrap .store-info .wrapper-links a{display: inline-block;}
.stores .info-box-wrap .store-info .wrapper-links a:first-child{margin-right: 15px;}
.stores .item-schedule {padding-top: 22px;}
.stores .address-content {margin-top: 10px;}
.stores .wrapper-numbers {margin-top: 20px;}
.stores .wrapper-links {margin-top: 10px;}
.stores div:not(.leaflet-popup-content) > .info-box-wrap{border-radius: 6px;border: 2px solid rgba(0, 0, 0, 0.1);background: #FFF;}
.stores div:not(.leaflet-popup-content) > .info-box-wrap .store-info{width: 100%;padding: 20px;}
.stores div:not(.leaflet-popup-content) > .info-box-wrap .store-info div {box-sizing: border-box !important;}
.stores div:not(.leaflet-popup-content) > .info-box-wrap:before{content: " ";width: 0;height: 0;border-left: 10px solid transparent;border-right: 10px solid transparent;border-top: 10px solid #fff;position: absolute;bottom: -8px;left: 50%;z-index: 100; margin-left: -10px;}
body .leaflet-popup-content-wrapper {border-radius: var(--mobile-popup-radius, 4px);}
@media screen and (min-width: 768px) {
	.stores .stores-content .form-message,
	.stores .wrapper-search {margin: 0 auto;max-width: 750px;}
	.stores .wrapper-search{display: flex;}
	.stores .wrapper-search .form-field{flex: 1;}
	.stores .wrapper-search .wrapper-city, .stores .wrapper-search .button{margin-left: 15px;}
	.stores .wrapper-search .form-field .select select{height: 40px;min-height: auto;}
	.stores .wrapper-search .button{float: left;min-width: 127px;height: 42px;-webkit-text-size-adjust: 100%;line-height: 100% !important;margin-left: 15px;display: flex;align-items: center;justify-content: center;}
	.stores .wrapper-stores-info .wrapper-info .wrapper-top {height: 57px;}
}

@media screen and (max-width: 767px){
	.stores .wrapper-search .form-field .selectCountry{margin-bottom: 15px;}
	.stores .wrapper-search .button{width: 100%;margin: 15px 0 0;}
	.stores .wrapper-stores-info .wrapper-info{width: 100%;height: auto;box-shadow: none;border-right-width: 1px;}
	.stores .wrapper-stores-info .wrapper-info .wrapper-stores-content{display: none;width: 100%;height: 350px;max-height: none;}
	.stores .wrapper-stores-info .wrapper-map{width: 100%;}
	.stores .wrapper-stores-info .wrapper-map #map-canvas{height: 50vh;}
	.stores .wrapper-stores-info .wrapper-info .wrapper-top{position: relative;padding: 9px 40px 9px 14px;height: 42px;}
	.stores .wrapper-stores-info .wrapper-info .wrapper-top .rdc-icon-svg {position: absolute;top: 50%;transform:translateY(-50%);right: 15px;width: 16px;height: 16px;background-size: 100%;}
	.wrapper-stores-info.active .wrapper-top .rdc-icon-arrowdown, .wrapper-stores-info:not(.active) .wrapper-top .rdc-icon-arrowup {display: none;}
	.stores .wrapper-stores-info.active .wrapper-info .wrapper-stores-content{display: block;-webkit-overflow-scrolling: touch;}
	.stores .wrapper-stores-info.active .wrapper-map{display: none;}
	.stores .wrapper-stores-info:not(.active) .wrapper-info .wrapper-top{border-color: transparent;}
}

.stores .wrapper-search .form-field.hidden + .form-field.wrapper-city{margin-left: 0;}

.gm-style div[style*="background-image"] {background-size: 100% 100% !important;}
.gm-style .infoBox img[src*="icon-close-infobox"] {width: 18px !important;height: 18px !important;}