.deanar-shopmap-container {
  font-size: 14px;
  text-align: left;
  width: 100%;
  line-height: 22px;
  max-width: 100%;
}
.deanar-shopmap {
  /* cluster START */
  /* cluster  END */
  /*********/
  /* LIST */
  /*********/
}
.deanar-shopmap .smap_top-panel {
  overflow: hidden;
  margin: 15px 0;
  margin-bottom: 15px;
}
@media only screen and (max-width: 768px) {
  .deanar-shopmap .shops-list .items .item > div {
    display: block !important;
    width: auto !important;
    padding: 3px 5px 3px 0 !important;
  }

  .deanar-shopmap .shops-list .items .item .name {
    font-weight: bold;
  }
}
.deanar-shopmap .smap_top-panel .smap_mode-switcher {
  float: left;
}
.deanar-shopmap .smap_top-panel .smap_mode-switcher-inner {
  display: inline-block;
  position: relative;
  background: #ecedee;
  height: 40px;
  overflow: hidden;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
}
.deanar-shopmap .smap_top-panel .smap_mode-switcher a {
  display: inline-block;
  position: relative;
  cursor: pointer;
  width: 154px;
  color: #4e4b48;
  text-align: center;
  text-decoration: none;
  line-height: 36px;
  height: 36px;
  margin: 2px;
}
.deanar-shopmap .smap_top-panel .smap_mode-switcher a.selected {
  background: white;
  border-radius: 18px;
}
@media only screen and (max-width: 768px) {
  .deanar-shopmap .smap_top-panel .smap_mode-switcher a {
    width: auto;
    padding: 0 20px;
  }
}
.deanar-shopmap .smap_top-panel .smap_country-selector {
  float: right;
  width: 20%;
}
.deanar-shopmap .smap_top-panel .smap_country-selector select {
  height: 42px;
  font-size: 14px;
  width: 100%;
}
@media (max-width: 768px) {
  .deanar-shopmap .smap_top-panel .smap_country-selector {
    width: 29%;
  }
}
.deanar-shopmap .smap_filters {
  margin: 0 0 15px;
  margin-top: 0;
}
@media only screen and (max-width: 768px) {
  .deanar-shopmap .smap_filters {
    margin: 0 0 7.5px;
  }
}
.deanar-shopmap .smap_filters.smap_filter_hidden_metro .smap_filter-metro {
  display: none;
}
.deanar-shopmap .smap_filters .smap_filter-line {
  display: block;
  overflow: hidden;
  margin-bottom: 15px;
}
.deanar-shopmap .smap_filters .smap_filter-line .smap_filter {
  float: left;
  width: 25%;
  margin-right: 15px;
}
.deanar-shopmap .smap_filters .smap_filter-line .smap_filter select {
  width: 100%;
}
@media (max-width: 768px) {
  .select2-hidden-accessible {
    background-color: inherit;
    display: block !important;
  }
  .deanar-shopmap .smap_filters .smap_filter-line .smap_filter {
    width: 46% !important;
  }
  .deanar-shopmap .smap_filters .smap_filter-line .smap_filter .select2-container {
    width: 100% !important;
  }
  .deanar-shopmap .smap_filters .smap_filter-line .smap_filter input {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
  }
}
@media (max-width: 420px) {
  .deanar-shopmap .smap_filters .smap_filter-line .smap_filter {
    width: 100% !important;
    margin-bottom: 10px;
  }
}
.deanar-shopmap .smap_filters .smap_filter-line.smap_filter-line-filters .select2 {
  height: 42px;
  font-size: 14px;
}
.deanar-shopmap .smap_filters .smap_filter-line.smap_filter-line-filters .smap_filter-metro select option[disabled="disabled"] {
  display: none;
}
.deanar-shopmap .smap_filters .smap_filter-line.smap_filter-line-filters .smap_filter-search input {
  border: 1px solid #AAAAAA;
  font-size: 14px;
  width: 100%;
  height: 42px;
  padding: 0 0 0 15px;
  color: #6b6966;
  border-radius: 4px;
}
.deanar-shopmap .smap_filters .smap_filter-line.smap_filter-line-types .smap_type-filter {
  padding-left: 0;
  padding-bottom: 2px;
  margin: 0;
  overflow: hidden;
}
.deanar-shopmap .smap_filters .smap_filter-line.smap_filter-line-types .smap_type-filter .smap_shop-type {
  list-style: none;
  float: left;
  margin-right: 10px;
}
.deanar-shopmap .smap_filters .smap_filter-line.smap_filter-line-types .smap_type-filter .smap_shop-type a {
  color: #222222;
  text-decoration: none;
}
.deanar-shopmap .smap_filters .smap_filter-line.smap_filter-line-types .smap_type-filter .smap_shop-type .name {
  border-bottom: 1px dotted #6b6966;
}
.deanar-shopmap .smap_filters .smap_filter-line.smap_filter-line-types .smap_type-filter .smap_shop-type.selected .name {
  color: #ff007f;
}
.deanar-shopmap #shopMap {
  min-height: 400px;
}
.deanar-shopmap ymaps[class$="image"],
.deanar-shopmap ymaps[class$="image "] {
  border: 2px solid white;
  box-shadow: 5px 2px 14px rgba(20, 20, 20, 0.3);
  outline: 1px solid #ccc;
}
.deanar-shopmap ymaps[class$="image"]:after,
.deanar-shopmap ymaps[class$="image "]:after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  border: solid transparent;
  border: solid rgba(255, 255, 255, 0);
  border-width: 8px 8px 8px;
  border-top-color: #FFF;
  top: 100%;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}
.deanar-shopmap .custom-cluster-icon {
  width: 36px;
  height: 36px;
  position: relative;
  transform: translate(-18px, -18px);
}
.deanar-shopmap .custon-cluster-icon-count {
  position: absolute;
  right: -8px;
  top: -8px;
  font-size: 12px;
  height: 20px;
  width: 20px;
  background: #FF007F;
  border-radius: 10px;
  text-align: center;
  line-height: 20px;
  color: white;
  z-index: 40;
}
.deanar-shopmap .custom-cluster-back {
  content: "";
  width: 33px;
  height: 33px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  background: white;
  z-index: 10;
  transform: rotate(-11deg) translate(0px, -1px);
  border: 2px solid white;
  box-shadow: 5px 2px 14px rgba(20, 20, 20, 0.3);
  outline: 1px solid #ccc;
}
.deanar-shopmap .custom-cluster-back:before {
  content: "";
  width: 33px;
  height: 33px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  background: white;
  z-index: 5;
  transform: rotate(19deg) translate(-3px, -1px);
  border: 2px solid white;
  box-shadow: 5px 2px 14px rgba(20, 20, 20, 0.3);
  outline: 1px solid #ccc;
}
.deanar-shopmap .custom-cluster-icon.cluster-count-2 .custom-cluster-back {
  transform: rotate(9deg) translate(-1px, 0px);
}
.deanar-shopmap .custom-cluster-icon.cluster-count-2 .custom-cluster-back:before {
  display: none;
}
.deanar-shopmap .custom-cluster-icon-box {
  width: 32px;
  height: 32px;
  border: 2px solid white;
  z-index: 20;
  box-sizing: content-box;
  position: relative;
  background: white;
  box-shadow: 5px 2px 14px rgba(20, 20, 20, 0.3);
  outline: 1px solid #ccc;
}
.deanar-shopmap .custom-cluster-icon-box img {
  width: 32px;
  height: 32px;
}
.deanar-shopmap .custom-cluster-icon img.cluster-default-icon {
  outline: 1px solid #eee;
  border-radius: 16px;
}
.deanar-shopmap .contacts_map_balloon_container {
  display: block;
  overflow: hidden;
}
.deanar-shopmap .contacts_map_balloon_container > div {
  margin-bottom: 8px;
}
.deanar-shopmap .contacts_map_balloon_image {
  display: block;
  float: left;
  margin-right: 10px;
}
.deanar-shopmap .contacts_map_balloon_name {
  display: block;
  font-weight: bold;
  overflow: hidden;
  white-space: nowrap;
}
.deanar-shopmap .contacts_map_balloon_address {
  display: block;
}
.deanar-shopmap .contacts_map_balloon_phone {
  display: block;
}
.deanar-shopmap .contacts_map_balloon_phone_link {
  color: #FF007F;
  text-decoration: none;
  font-weight: 600;
}
.deanar-shopmap .contacts_map_balloon_phone_link:hover {
  color: #FF009F;
  text-decoration: underline;
}
.deanar-shopmap .shops-list {
  margin: 15px 0;
}
@media only screen and (max-width: 768px) {
  .deanar-shopmap .shops-list {
    margin: 2px;
  }
}
.deanar-shopmap .shops-list .slheader {
  font-size: 0;
  line-height: 0;
  border-bottom: 1px solid #ccc;
  display: none;
}
.deanar-shopmap .shops-list .slheader > div {
  display: inline-block;
  width: 25%;
  padding: 20px 25px 20px 25px;
  vertical-align: top;
  font-size: 14px;
}
@media only screen and (max-width: 768px) {
  .deanar-shopmap .shops-list .slheader > div {
    padding: 20px 5px;
    width: 30%;
  }
}
.deanar-shopmap .shops-list .slheader > div.name {
  padding-left: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.deanar-shopmap .shops-list .items .section h3 {
  font-size: 16px;
  margin-top: 20px;
  margin-bottom: 10px;
}
.deanar-shopmap .shops-list .items .item {
  font-size: 0;
  line-height: 0;
  border-top: 1px solid #ccc;
}
.deanar-shopmap .shops-list .items .item > div {
  display: inline-block;
  width: 25%;
  padding: 20px 25px 20px 25px;
  vertical-align: top;
  font-size: 14px;
  line-height: normal;
}
@media only screen and (max-width: 768px) {
  .deanar-shopmap .shops-list .items .item > div {
    padding: 5px;
    width: 30%;
  }
}
.deanar-shopmap .shops-list .items .item > div a[href] {
  color: #222222;
  font-weight: 600;
}
.deanar-shopmap .shops-list .items .item > div.name {
  padding-left: 0;
}
.deanar-shopmap .shops-list .items .item .name {
  display: inline-block;
  padding: 20px 25px 20px 35px;
  vertical-align: middle;
}
@media only screen and (max-width: 768px) {
  .deanar-shopmap .shops-list .items .item .name {
    padding: 5px;
  }
}
.deanar-shopmap .shops-list .items .item .metro .metroline {
  margin: 0 0 5px;
  position: relative;
  padding-left: 20px;
}
.deanar-shopmap .shops-list .no-items {
  text-align: center;
  padding: 20px 25px 20px 25px;
  font-size: 14px;
  display: none;
}
.select2-container {
  vertical-align: top;
  z-index: 1;
}
.select2-results__option {
  font-size: 14px !important;
}
.select2-search--dropdown .select2-search__field {
  font-size: 14px !important;
}
.select2-search--dropdown .select2-search__field,
.select2-container .select2-selection--single {
  color: #6b6966;
}
.select2-container .select2-selection--single {
  height: 42px !important;
  line-height: 42px !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 42px !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 42px !important;
  color: #6b6966 !important;
}
.select2-results {
  color: #6b6966 !important;
}
.select2-results [aria-disabled] {
  display: none;
}
.select-wrapper .select-dropdown {
  display: none !important;
}
