/* «Как нас найти» */
.find {
  position: relative;
  z-index: 2;
  width: 375px;
  height: 555px;
  background: #ffffff;
  flex-shrink: 0;
}

.find__header {
  position: absolute;
  top: 60px;
  left: 20px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 12px;
  height: 35px;
}

.find__title-icon {
  display: block;
  flex-shrink: 0;
}

.find__title-text {
  height: 35px;
  margin: 0;
  padding: 0;
  color: #333333;
  font-family: "Helvetica Neue", "Inter", Helvetica, Arial, sans-serif;
  font-size: 32px;
  font-weight: 500;
  font-style: normal;
  line-height: 35px;
  letter-spacing: -0.02em;
  white-space: nowrap;
}

.find__locations {
  position: absolute;
  top: 135px;
  left: 20px;
  display: flex;
  flex-direction: column;
  gap: 40px;
  width: 335px;
  height: 360px;
}

.find__location {
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 335px;
  min-height: 124px;
  flex-shrink: 0;
}

.find__location--saratov {
  min-height: 104px;
  height: auto;
}

.find__city-pill {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 42px;
  padding: 14px 28px;
  border-radius: 100px;
  background: rgba(0, 134, 240, 0.1);
  flex-shrink: 0;
}

.find__city-pill--volgograd {
  width: 153px;
}

.find__city-pill--saratov {
  width: 133px;
}

.find__city-name {
  color: #0086f0;
  font-family: "Inter", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.02em;
  white-space: nowrap;
}

.find__addresses {
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 335px;
  height: 58px;
  flex-shrink: 0;
}

.find__addresses--saratov {
  gap: 20px;
  height: 38px;
}

.find__address {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  width: 335px;
  height: 17px;
  flex-shrink: 0;
}

.find__address--multiline {
  align-items: flex-start;
  height: 38px;
}

.find__address-bullet {
  width: 7px;
  height: 17px;
  flex-shrink: 0;
  color: #0086f0;
  font-family: "Inter", sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.02em;
  text-align: center;
}

.find__address-text {
  color: #333333;
  font-family: "Inter", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.02em;
  text-decoration: underline;
  white-space: nowrap;
  cursor: pointer;
}

.find__address-text--multiline {
  margin: 0;
  padding: 0;
  width: 308px;
  height: 38px;
  line-height: 1.2;
  white-space: normal;
}

.find__address-line {
  display: block;
  white-space: nowrap;
  line-height: 1.2;
}

.find__phones {
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 335px;
  padding-left: 19px;
}

.find__phone {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #333333;
  font-family: "Inter", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.02em;
  text-decoration: none;
  white-space: nowrap;
  cursor: pointer;
}

.find__phone-icon {
  display: block;
  flex-shrink: 0;
}
