.vdd-addresses {
  height: 640px;
  width: calc(100% + 80px);
  margin-left: -40px;
  display: flex;
  align-items: flex-start;
  overflow: hidden;
  margin-bottom: 40px;
}

.vdd-list {
  padding: 20px 40px;
}
.vdd-list select {
  margin-bottom: 10px;
  width: 100%;
}

.vdd-map {
  background: #eee;
  align-self: stretch;
  width: 100%;
}

.placemark_layout_container {
  position: relative;
}

.circle_layout {
  box-sizing: border-box;
  background-color: #EC6608;
  position: absolute;
  left: -10px;
  top: -10px;
  width: 20px;
  height: 20px;
  border: 4px solid #fff;
  border-radius: 20px;
}
.circle_layout svg {
  display: none;
}
.circle_layout.is-active {
  left: -12px;
  top: -24px;
  width: 24px;
  height: 24px;
  background: transparent;
  border: 0;
}
.circle_layout.is-active svg {
  display: block;
}

.vdd-address {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
  color: #333333;
  padding: 10px;
  width: 240px;
  position: relative;
  cursor: pointer;
}
.vdd-address:after {
  content: "";
  position: absolute;
  bottom: 0;
  width: calc(100% - 20px);
  height: 1px;
  background: #E0E0E0;
  left: 10px;
}
.vdd-address:last-child {
  border-bottom: 0;
}
.vdd-address:last-child:after {
  display: none;
}
.vdd-address:hover .vdd-address__main {
  color: #008FD5;
}
.vdd-address__main {
  margin-bottom: 10px;
}
.vdd-address__phone {
  display: none;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 10px;
}
.vdd-address__schedule {
  display: none;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 18px;
  color: #828282;
}
.vdd-address.is-active {
  background: #E9F8FF;
  border-radius: 8px;
  cursor: default;
}
.vdd-address.is-active:hover .vdd-address__main {
  color: #333333;
}
.vdd-address.is-active .vdd-address__phone {
  display: block;
}
.vdd-address.is-active .vdd-address__schedule {
  display: block;
}

@media screen and (max-width: 1023px) {
  .vdd-address {
    width: 100%;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 18px;
  }
  .vdd-address__main {
    margin-bottom: 5px;
  }
  .vdd-address .vdd-address__phone {
    display: block;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 5px;
  }
  .vdd-address .vdd-address__schedule {
    display: block;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 16px;
  }
}
@media screen and (max-width: 1023px) {
  .vdd-addresses {
    flex-direction: column;
    width: 100%;
    margin-left: 0;
    overflow: visible;
  }

  .vdd-map {
    min-height: 300px;
    width: calc(100% + 40px);
    margin-left: -20px;
    display: none;
  }

  .vdd-list {
    padding: 0;
    width: 100%;
  }
}
