.yandex-logo {
  position: absolute;
  bottom: 0;
  right: 0;
}
.input-address {
  height: 22px;
  padding-left: 46px;
}
.search-address {
  display: flex;
  position: absolute;
}
.open-layer-control {
  display: flex;
}
.popup-wrapper {
  position: fixed;
  z-index: 8;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.75);
  backdrop-filter: blur(3px) grayscale(0.75);
  -webkit-backdrop-filter: blur(3px) grayscale(0.75);
}
.ol-zoom {
  display: flex;
  flex-direction: column;
  row-gap: 1em;
  top: calc(50% - 52px);
  right: 15px;
  bottom: auto;
  left: auto;
  background: transparent;
}
.ol-rotate {
  top: auto;
  right: 15px;
  bottom: calc(15px + 64px);
  left: auto;
  background: transparent;
}
.ol-control button {
  color: var(--blue-color) !important;
  font-size: 24px !important;
  height: 45px !important;
  width: 45px !important;
  margin: 0 !important;
  outline: 0 !important;
  border-radius: 15px !important;
  border: 3px solid #ffffff !important;
  /* border: 3px solid var(--blue-color)!important; */
  transition: background-color 0.3s, color 0.3s !important;
  box-shadow: 0 0 20px -10px rgba(0, 0, 0, 0.8);
}
.ol-control button:hover {
  background-color: var(--blue-color) !important;
  color: var(--background-color) !important;
}

.ol-popup {
  background-color: white;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  padding: 10px;
  width: 350px;
  height: 153px;
  box-sizing: border-box;
  border-radius: 10px;
  border: 1px solid #cccccc;
  font-size: 12px;
}
.point-margin {
  margin-top: -57px;
}
.ol-popup:after {
  content: " ";
  position: absolute;
  left: 175px;
  top: 152px;
  height: 0;
  width: 0;
  border: solid transparent;
  border-top-color: #ffffff;
  border-width: 10px;
  margin-left: -10px;
  pointer-events: none;
}
.ol-popup-closer {
  text-decoration: none;
  position: absolute;
  top: 2px;
  right: 6px;
}
.ol-popup-closer:after {
  content: "✖";
}
.ol-popup {
  border: 0px !important;
  box-shadow: 0 0 20px -10px rgba(0, 0, 0, 0.8) !important;
}
.ol-popup:before {
  border-width: 0px !important;
}
.ol-popup-content {
  display: flex;
  column-gap: 10px;
  height: 100%;
}
.ol-content-left-col {
  position: relative;
  overflow-y: scroll;
  min-width: 42%;
  border-right: 1px solid #e7e7e7;
}
.ol-content-right-col {
  position: relative;
  overflow-y: scroll;
  width: 100%;
}
.ol-content-left-col::-webkit-scrollbar {
  width: 10px;
}
.ol-content-left-col::-webkit-scrollbar-track {
  background: #ffffff;
}
.ol-content-left-col::-webkit-scrollbar-thumb {
  background-color: #e7e7e7;
  border-left: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
}
.well-title {
  font-weight: bold;
  padding: 5px;
  margin-bottom: 2px;
  background-color: #f8f8f8;
  cursor: pointer;
}
.well-title:first-child {
  border-top-left-radius: 5px;
}
.well-title:last-child {
  border-bottom-left-radius: 5px;
  margin-bottom: 0px;
}
.well-info {
  display: none;
  min-height: calc(100% - 40px);
}
.well-title.active,
.well-title:hover {
  background-color: #e7e7e7;
}
.well-info.active {
  display: block;
}
.well-info-title {
  font-weight: bold;
  margin: 5px 0 5px 0;
  overflow: hidden;
  max-height: 29px;
}
.well-info-button {
  position: sticky;
  bottom: 0;
  width: 100%;
  padding: 15px 0 5px 0;
  text-align: right;
}
.well-info-button a {
  color: #ffffff;
  background: var(--blue-color);
  border: 3px solid var(--blue-color);
  transition: background-color 0.3s, color 0.3s;
  border-radius: 5px;
  padding: 2px 5px;
}
.well-info-button a:hover {
  color: var(--blue-color);
  background: #ffffff;
}
.well-info .png-icon {
  height: 9px;
  padding-right: 2px;
}
