.service-map-sidebar-wrapper {
  position: absolute;
  top: 0;
  right: -10%;
  width: 100%;
  max-width: 800px;
  transform: translateX(-50%);
  z-index: 1000;
}
.service-map-buttons {
  position: absolute;
  width: 100%;
  max-width: 270px;
  position: absolute;
  top: 10px;
  right: 0;
  z-index: 850;
}
.service-map-buttons button {
  background: #17335e;
  color: #fe9c3c;
  width: 135px;
  height: 38px;
  float: left;
  cursor: pointer;
  font-size: 19px;
  text-transform: uppercase;
  font-weight: 600;
}
.service-map-buttons button:hover {
  border: 1px solid #f7963c;
  color: #efefef;
  background: #6783ae;
}

.service-map-buttons .active {
  background: #47638e;
  color: #fefefe;
}

.service-map-sidebar {
  position: absolute;
  top: 52px;
  right: 0;
  z-index: 10000;
  padding: 15px 10px 5px 15px;
  width: 100%;
  max-width: 270px;
  border: 1px solid #000;
  background-color: #fff;
  -webkit-box-shadow: 3px 5px 10px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 3px 5px 10px 0 rgba(0, 0, 0, 0.5);
}
.collapsed {
  height: 85px;
  overflow: hidden;
}

.service-map-sidebar-head {
  padding-bottom: 7px;
  margin-right: 10px;
  font-weight: 700;
  font-size: 17px;
  border-bottom: 4px solid #f93;
}
.org-info-list {
  max-height: 510px;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: #f93 transparent;
}
.org-info-list::-webkit-scrollbar {
  width: 5px;
}
.org-info-list::-webkit-scrollbar-track {
  border-radius: 5px;
  background: #d3d4d6;
}
.org-info-list::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: #f93;
}
.org-info-list::-webkit-scrollbar-thumb:hover {
  opacity: 0.8;
}
.org-info-list:focus {
  scrollbar-width: thin;
  scrollbar-color: #df9646 transparent;
}
.org-info-item {
  margin: 10px 0;
}
.org-info-item * {
  margin-bottom: 5px;
  min-height: 25px;
  font-size: 17px;
}
.org-info-item-title {
  font-size: 19px;
  font-weight: 700;
  margin: 30px 0 5px 0;
}
.org-info-ico {
  padding-left: 30px;
}
.org-info-item-goal {
  margin-top: 15px;
  font-size: 17px;
  font-weight: 700;
  background: url("../images/popup-icons/popup-i-serv-name.png") 0 center
    no-repeat;
}
.org-info-item-address {
  background: url("../images/popup-icons/popup-i-serv-addr.png") 0 center
    no-repeat;
}
.org-info-item-phone {
  background: url("../images/popup-icons/popup-i-serv-phone.png") 0 center
    no-repeat;
}
.org-info-item-mail {
  word-break: break-all;
  background: url("../images/popup-icons/popup-i-serv-mail.png") 0 center
    no-repeat;
}
.org-info-item-site {
  word-break: break-all;
  background: url("../images/popup-icons/popup-i-serv-sait.png") 0 center
    no-repeat;
}
