

/* Start:/local/templates/vetunion-redisign/components/bitrix/news.list/pairmax.clinic.main.address/style.css?17890694083816*/
/* Tabs "Клиники / Ветбоксы" и выбор города на блоке адресов клиник */

#clinics {
  scroll-margin-top: 120px;
}

.addresses__controls {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-bottom: 16px;
  margin-top: 56px;
}

.addresses__cities {
  position: relative;
  max-width: var(--COL-4);
  flex: 1 1 0;
  background: #E9EBED;
  border-radius: 24px;
  padding: 20px 16px;
}

.addresses__city-select {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-width: 0;
  height: 56px;
  padding: 0 24px;
  border-radius: 999px;
  border: 1px solid rgba(37, 55, 70, 0.12);
  background: #ffffff;
  color: #253746;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  cursor: pointer;
  transition: background-color 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.addresses__city-select:hover {
}

.addresses__city-current {
  margin: 0 8px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.addresses__city-icon,
.addresses__city-arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
}

.addresses__city-dropdown {
  position: absolute;
  left: 0;
  top: calc(100% + 8px);
  min-width: 200px;
  padding: 8px;
  border-radius: 16px;
  background: #ffffff;
  box-shadow: 0 16px 40px rgba(27, 45, 59, 0.16);
  display: none;
  z-index: 10;
}

.addresses__city-dropdown.active {
  display: block;
}

.addresses__city-option {
  display: block;
  width: 100%;
  padding: 8px 10px;
  border-radius: 10px;
  border: none;
  background: transparent;
  text-align: left;
  font-size: 14px;
  line-height: 1.4;
  color: #253746;
  cursor: pointer;
  transition: background-color 0.15s ease, color 0.15s ease;
}

.addresses__city-option:hover {
  background-color: rgba(19, 138, 216, 0.08);
  color: #138ad8;
}

.addresses__tabs {
  display: flex;
  align-items: center;
  border-radius: 24px;
  background-color: #e9ebed;
  gap: 16px;
  max-width: var(--COL-8);
  flex: 1 1 0;
  justify-content: stretch;
  width: 100%;
  padding: 20px 16px;
}

.addresses__tab {
  position: relative;
  border: none;
  cursor: pointer;
  height: 56px;
  padding: 0 24px;
  border-radius: 999px;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 500;
  color: #253746;
  background: #ffffff;
  transition: color 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease;
  white-space: nowrap;
  flex: 1 1 0;
  text-align: center;
}

.addresses__tab.is-active {
  background: #253746;
  color: #ffffff;
}

.addresses__tab:not(.is-active):hover {
  background: #DD9FD4;
  color: #ffffff;
}

@media (max-width: 768px) {
  .addresses__controls {
    flex-direction: column;
    align-items: stretch;
    gap: 16px;
    margin-top: 32px;
  }

  .addresses__tabs {
    max-width: 100%;
    width: 100%;
    padding: 16px 12px;
    gap: 12px;
  }

  .addresses__city-select {
    height: 48px;
    width: 100%;
    padding: 0 16px;
    font-size: 14px;
  }

  .addresses__tab {
    height: 48px;
    padding: 0 16px;
    font-size: 14px;
  }

  .addresses__cities {
    max-width: 100%;
    padding: 16px 12px;
  }
}

/* Отступ между табами/фильтром и блоком адресов */
.addresses .addresses__row {
  margin-top: 0px;
}

.addresses-swiper {
  position: relative;
}

.addresses-swiper__tour3d {
  position: absolute;
  right: 46px;
  bottom: 46px;
  z-index: 3;
  width: 92px;
  height: 92px;
  padding: 0;
  border: none;
  background: transparent;
  cursor: pointer;
}

.addresses-swiper__tour3d img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media (max-width: 768px) {
  .addresses-swiper__tour3d {
    right: 10px;
    bottom: 10px;
    width: 72px;
    height: 72px;
  }
}


/* End */
/* /local/templates/vetunion-redisign/components/bitrix/news.list/pairmax.clinic.main.address/style.css?17890694083816 */
