.item-full .phone-f {
  position: relative;
}

.item-full .phone-f > p {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  margin: 0 0 5px;
  padding: 0;
  line-height: 1.5;
}

.item-full .phone-f__label {
  font-weight: bold;
  margin-right: 4px;
  flex: 0 0 auto;
}

.item-full .phone-f__value {
  display: inline-flex;
  align-items: center;
  flex-wrap: nowrap;
  gap: 5px;
  line-height: 1;
}

.item-full .phone-f .phone-block {
  display: inline-block;
  color: #474747;
  text-decoration: none;
  white-space: nowrap;
  line-height: 1.5;
}

.item-full .phone-f .phone-block:hover {
  color: #492f10;
}

.item-full .toggle-phone {
  -webkit-appearance: none;
  appearance: none;
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  height: 18px;
  margin: 0;
  padding: 0 7px 0 6px;
  font-family: Tahoma, Arial, sans-serif;
  font-size: 9px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  background: #492f10;
  border: 1px solid #3d2810;
  border-radius: 9px;
  box-shadow: 0 1px 2px rgba(73, 47, 16, 0.16);
  cursor: pointer;
  white-space: nowrap;
  user-select: none;
  flex-shrink: 0;
  align-self: center;
  transition: background 0.2s ease, box-shadow 0.2s ease;
}

.item-full .toggle-phone__icon {
  display: block;
  flex: 0 0 9px;
  width: 9px;
  height: 9px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23ffffff' d='M6.62 10.79a15.05 15.05 0 0 0 6.59 6.59l2.2-2.2a1 1 0 0 1 1.01-.24 11.36 11.36 0 0 0 3.58.57 1 1 0 0 1 1 1V20a1 1 0 0 1-1 1A17 17 0 0 1 3 4a1 1 0 0 1 1-1h3.5a1 1 0 0 1 1 1 11.36 11.36 0 0 0 .57 3.58 1 1 0 0 1-.25 1.01l-2.2 2.2z'/%3E%3C/svg%3E") center / contain no-repeat;
}

.item-full .toggle-phone__text {
  display: block;
  line-height: 1;
}

.item-full .toggle-phone:hover {
  background: #553818;
  box-shadow: 0 1px 4px rgba(73, 47, 16, 0.2);
}

.item-full .toggle-phone:active {
  background: #3d2810;
  box-shadow: none;
}

.item-full .toggle-phone:focus {
  outline: none;
}

.item-full .toggle-phone:focus-visible {
  outline: 2px solid #c4a882;
  outline-offset: 1px;
}

.item-full .toggle-phone.p_off {
  background: #666;
  border-color: #555;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

.item-full .toggle-phone.p_off:hover {
  background: #707070;
}

@media (max-width: 520px) {
  .item-full .toggle-phone {
    height: 17px;
    padding: 0 6px 0 5px;
    font-size: 8px;
    gap: 3px;
  }

  .item-full .toggle-phone__icon {
    width: 8px;
    height: 8px;
    flex-basis: 8px;
  }
}
