.desktop-find {
  position: relative;
  width: 1920px;
  min-height: 655px;
  height: auto;
  flex-shrink: 0;
  background: #ffffff;
  overflow: hidden;
}

.desktop-find > * {
  position: absolute;
  box-sizing: border-box;
}

/* 1 — заголовок */
.desktop-find__title {
  top: 100px;
  left: 120px;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 40px;
  width: 694px;
  height: 62px;
}

.desktop-find__title-icon {
  flex-shrink: 0;
  margin-top: 2px;
  line-height: 0;
}

.desktop-find__title-icon img {
  display: block;
}

.desktop-find__title-text {
  margin: 0;
  padding: 0;
  width: 622px;
  height: 62px;
  flex-shrink: 0;
  color: #333333;
  font-family: "Helvetica Neue", "Inter", Helvetica, Arial, sans-serif;
  font-size: 88px;
  font-weight: 500;
  -webkit-text-stroke: 0.4px #333333;
  font-style: normal;
  line-height: 62px;
  letter-spacing: -0.02em;
  text-align: right;
  white-space: nowrap;
  overflow: visible;
  text-box-trim: trim-both;
  text-box-edge: cap alphabetic;
}

/* 2–3 — города */
.desktop-find__location {
  top: 242px;
  display: flex;
  flex-direction: column;
  gap: 48px;
  width: 688px;
}

.desktop-find__location--volgograd {
  left: 120px;
  min-height: 247px;
  height: auto;
}

.desktop-find__location--saratov {
  left: 808px;
  min-height: 207px;
  height: auto;
}

.desktop-find__city-pill {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 292px;
  height: 79px;
  padding: 24px 40px;
  border-radius: 100px;
  background: rgba(0, 134, 240, 0.1);
  flex-shrink: 0;
}

.desktop-find__city-name {
  display: block;
  width: 212px;
  height: 31px;
  color: #0086f0;
  font-family: "Helvetica Neue", "Inter", Helvetica, Arial, sans-serif;
  font-size: 44px;
  font-weight: 400;
  font-style: normal;
  line-height: 31px;
  letter-spacing: -0.02em;
  white-space: nowrap;
  text-box-trim: trim-both;
  text-box-edge: cap alphabetic;
}

.desktop-find__addresses {
  display: flex;
  flex-direction: column;
  gap: 40px;
  width: 688px;
  min-height: 120px;
  height: auto;
  flex-shrink: 0;
}

.desktop-find__address {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 20px;
  width: 688px;
  min-height: 40px;
  flex-shrink: 0;
}

.desktop-find__address--multiline {
  align-items: flex-start;
  min-height: 80px;
}

.desktop-find__address-bullet {
  width: 12px;
  height: 40px;
  flex-shrink: 0;
  color: #0086f0;
  font-family: "Helvetica Neue", "Inter", Helvetica, Arial, sans-serif;
  font-size: 40px;
  font-weight: 400;
  font-style: normal;
  line-height: 40px;
  letter-spacing: -0.02em;
  text-align: center;
  overflow: hidden;
}

.desktop-find__address-text {
  margin: 0;
  padding: 0;
  min-height: 40px;
  color: #333333;
  font-family: "Helvetica Neue", "Inter", Helvetica, Arial, sans-serif;
  font-size: 40px;
  font-weight: 400;
  font-style: normal;
  line-height: 40px;
  letter-spacing: -0.02em;
  text-decoration: underline;
  white-space: nowrap;
  cursor: pointer;
}

.desktop-find__address-text--1 {
  width: 537px;
}

.desktop-find__address-text--2 {
  width: 437px;
}

.desktop-find__city-pill--saratov {
  width: 260px;
}

.desktop-find__city-name--saratov {
  width: 180px;
}

.desktop-find__addresses--single {
  height: 80px;
}

.desktop-find__address-text--multiline {
  width: 656px;
  min-height: 80px;
  line-height: 40px;
  white-space: normal;
  text-decoration: underline;
}

.desktop-find__phones {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 688px;
  padding-left: 32px;
}

.desktop-find__phone {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  color: #333333;
  font-family: "Helvetica Neue", "Inter", Helvetica, Arial, sans-serif;
  font-size: 32px;
  font-weight: 400;
  font-style: normal;
  line-height: 1;
  letter-spacing: -0.02em;
  text-decoration: none;
  white-space: nowrap;
  pointer-events: none;
  cursor: default;
}

.desktop-find__phone-icon {
  display: block;
  flex-shrink: 0;
}
