:root {
  --yel: rgb(242, 185, 4);
}

/*@mixin fz13 {
  font-size: 13px;
  line-height: 15.5px;
}*/
.offices {
  display: grid;
  grid-template-columns: 1fr 420px;
  align-items: stretch;
}
.offices-content {
  padding: 5px 0 5px 0;
}
@media screen and (max-width: 768px) {
  .offices-content {
    padding: 40px 0 56px;
  }
}
@media screen and (max-width: 991px) {
  .offices {
    display: flex;
    flex-direction: column-reverse;
  }
}

.offices {
  padding-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .offices {
    padding-bottom: 40px;
  }
}

.offices-map {
  min-height: 520px;
  overflow: hidden;
}

.offices-panel {
  display: flex;
  flex-direction: column;
}

.offices-list {
  display: flex;
  flex-direction: column;
  /*gap: 12px;*/
  max-height: 520px;
  scrollbar-width: thin;
  overflow: auto;
}

.offices-list__item {
  display: block;
  text-align: left;
  border: 1px solid #eee;
  padding: 17px 48px 19px 25px;
  background: #fff;
  cursor: pointer;
}
.offices-list__item:hover {
  background: #f8f8f8;
}

.offices-list__title {
  font-weight: 700;
  margin-bottom: 4px;
}

.offices-list__addr {
  font-size: 13px;
  line-height: 20px;
  color: #666666;
  margin-bottom: 4px;
}

.offices-detail {
  display: none;
  position: relative;
  max-height: 520px;
  overflow: auto;
  height: 100%;
}

.offices-card {
  background: #fff;
  border: 1px solid #eee;
  padding: 25px 32px;
  height: 100%;
}

.offices-card__close {
  position: absolute;
  right: 10px;
  top: 10px;
  border: 0;
  background: transparent;
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
}
.offices-card__close svg {
  width: 10px;
  height: 10px;
  opacity: 0.7;
}
.offices-card__close:hover svg {
  opacity: 1;
}
.offices-card__close:hover svg * {
  fill: rgb(242, 185, 4);
}

.offices-card__title {
  font-size: 20px;
  margin: 0 0 8px;
}

.offices-card__row {
  margin: 8px 0;
}
.offices-card__row span {
  display: block;
  color: #999999;
  font-size: 13px;
}
.offices-card__row a {
  transition: color 0.3s ease;
}
.offices-card__row a:hover {
  color: rgb(242, 185, 4);
  transition: color 0.3s ease;
}

.offices-card__schedule {
  margin-top: 6px;
}

.offices-card__photo img {
  width: 100%;
  height: auto;
  border-radius: 12px;
  margin-top: 8px;
}

.offices-card__actions {
  margin-top: 12px;
}

.offices-card__btn {
  text-decoration: none;
}

@media (max-width: 1024px) {
  .offices {
    grid-template-columns: 1fr;
  }
}

/*# sourceMappingURL=style.css.map */
