.site-header-phone {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  color: #3f312b;
  font-family: "Inter", sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
  transition: color 180ms ease, opacity 180ms ease;
}

.site-header-phone:hover {
  color: #0abab5;
}

.site-header-phone:focus-visible,
.header-mobile10102-phone:focus-visible {
  outline: 2px solid #0abab5;
  outline-offset: 4px;
}

.site-header-phone__icon {
  display: block;
  width: 20px;
  height: 20px;
  flex: none;
  fill: currentColor;
}

.site-header-phone__text {
  display: inline-block;
}

@media (min-width: 1280px) {
  .desktop-shell header > div {
    padding-inline: 110px;
  }
}

@media (min-width: 768px) and (max-width: 1279px) {
  .site-header-phone {
    width: 38px;
    height: 38px;
    justify-content: center;
    gap: 0;
  }

  .site-header-phone__icon {
    width: 25px;
    height: 25px;
  }

  .site-header-phone__text {
    display: none;
  }
}

@media (max-width: 767px) {
  .header-mobile10102-phone {
    position: absolute;
    top: 50%;
    right: 62px;
    z-index: 4;
    display: inline-flex;
    width: 30px;
    height: 30px;
    align-items: center;
    justify-content: center;
    color: #251e1a;
    text-decoration: none;
    transform: translateY(-50%);
    transition: color 180ms ease, opacity 180ms ease;
  }

  .header-mobile10102-phone:hover {
    color: #0abab5;
  }

  .header-mobile10102-phone svg {
    display: block;
    width: 24px;
    height: 24px;
    fill: currentColor;
  }
}
