.header-contact {
  display: flex;
  flex-wrap: wrap;
  justify-content: end;
  gap: 0 40px;
}
.header-contact .item p {
  font-family: Switzer Variable;
  font-weight: 400;
  font-size: 11px;
  line-height: 100%;
  letter-spacing: 0;
  color: rgb(0,0,0,0.6);
  padding: 0;
  margin: 0 0 7px;
}
.header-contact .item a {
  display: block;
  width: 100%;
  text-decoration: none;
  font-family: Switzer Variable;
  font-weight: 500;
  font-size: 17px;
  line-height: 100%;
  letter-spacing: 0;
  color: rgba(13, 13, 13, 1);
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.header-contact .item a:hover{
  color: rgba(255, 113, 0, 1);
}
.header-contact .item {
  position: relative;
  padding: 0 0 0 31px;
}
.header-contact .item:before {
  position:absolute;
  content: '';
  top:7px;
  left: 0;
  width: 16px;
  height: 22px;
  background: url('/template/0120b24f/images/header-phone-icon.svg') no-repeat;
}
.header-contact .item.two {
  padding: 0 0 0 37px;
}
.header-contact .item.two:before {
  width: 22px;
  height: 18px;
  background: url('/template/0120b24f/images/header-email-icon.svg') no-repeat;
  top: 9px;
}
