.new-header {
	top: 0 !important;
	background: rgba(0,0,0,.8);
}
.new-header-contacts {
	padding-right: 20px;
}
.new-header-phone {
	margin-bottom: 5px;
}
.new-header-phone__item a {
	font-size: 15px;
	line-height: 1;
	font-weight: 400;
	color: #cd9c4b;
	text-decoration: none;
}

.new-header-social {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-align-items: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
	margin: 0 -5px;
}

.new-header-social__item a {
	text-decoration: none;
	margin: 0 5px;
}