#logo {
    float: left;
	padding: 10px 0;
}

a#logo:hover{
	opacity:80%;
}

.header-right {
    float: right;
    padding: 36px 0 28px 0;
}

.header-right .phone,
.header-right .social {
    display: inline-block;
    text-align: right;
	line-height: 29px;
	margin-right: 23px;
    color: #fff;	
}

.header-right .phone {
    border-right: 1px solid #C4C4C4;
    padding-right: 23px;
}

.header-right .phone a:hover{
    color:inherit;
}

.header-right .social {
	margin-right: 0;
	float: right;
}

.header-right .social .title {
    display: block;
    font-size: 20px;
    font-weight: 700;
}

.header-right .social a {
    color: #fff;
    margin-left: 15px;
    display: block;
    float: left;
    font-size: 25px;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    -ms-transition: all .2s linear;
    transition: all .2s linear;
    margin-bottom: 10px;
}

.header-right .icon {
    float: left;
    font-size: 25px;
    line-height: 45px;
    border-radius: 50%;
    text-align: center;
    color: #89e7da;
    border: 0;
    margin-top: 5px;
}

.header-right .phone span {
    font-weight: 700;
	font-size: 20px;
}

.header-right .mobile {
    display: none;
}

.header-right .text {
    float: left;
    padding-left: 12px;
    font-weight: 400;
    font-size: 19px;
    text-align: left;
}

.header-right a {
    display: block;
    color: #fff;
	font-size: 25px;
}

@media screen and (max-width:980px){
	.header-right .social {
		display: none;
	}

	.header-right .phone {
		padding-right: 0;
		border-right: 0;
		margin: 0;
	}
}

@media screen and (max-width:860px){
	#logo {
		float: none;
		display: block;
		margin: 0 auto;
		max-width: 300px;
		padding-bottom: 0;
	}

	.header-right {
		float: none;
		margin: 0 auto;
		padding: 15px 0;
		max-width: 218px;
	}

	.header-right .phone span.desktop {
		display: none;
	}

	.header-right .phone span.mobile {
		display: block;
        font-weight: 500;
        font-size: 22px;		
	}

	.header-right a {
		font-size: 24px;
		text-decoration: underline;
	}
	
	.header-right .icon {
		font-size: 34px;
	}
}