body.widget-snippet .header-contact {
  background: #000000;
  padding:20px;
  width: 495px;
}

.header-contact{
  width:475px;
}
.header-contact a:first-child {
    background: #E8542C;
	color: #fff;
	display: inline-block;
	font-size: 20px;
	text-decoration: none;
	font-weight: 400;
	max-width: 230px;
	width: 100%;
	text-align: center;
	padding: 14px 0;
  font-family: 'Graphik';
}
.header-contact a:first-child:hover{
  background: white;
    color: black;
}
.header-contact a:last-child{
    color: #fff;
    display: inline-block;
    font-size: 28px;
    font-weight: 400;
    max-width: 215px;
    padding-left:65px;
    position:relative;
    font-family: 'Graphik';
    text-decoration:none;
  
}
.header-contact a:last-child:hover{
  color: #E8542C;
  text-decoration:none;
}

.header-contact a:last-child::before {
    content: url(/template/d1e69aa0/image/phone-icon.png);
    position: absolute;
    left: 25px;
    top: -2px;
}
.header-contact a:last-child:hover::before{
  content: url(/template/d1e69aa0/image/phone-orange.png);
}
