.header .top-bar .row .mail:before{
    content: '';
    width: 20px;
    height: 27px;
    background-image: url(../css/icon/mail-header.png);
    background-repeat: no-repeat;
    display: inline-block;
    margin-right: 5px;
}
.header .top-bar .row .mail{
	font-size: 18px;
    color: #000;
    font-family: Open_sans;
    align-items: center;
    display: flex;
}
@media screen and (max-width: 1999px) and (min-width: 992px){
	#layout-header .header .top-bar .row .mail{
	    font-size: 18px;
	}
}
.header .top-bar .row .logo, .header .top-bar .row .mail{
	text-decoration: none!important;
}

@media screen and (max-width: 991px) and (min-width: 768px) {
	#layout-header .header .top-bar .row .text-right {
	    display: block !important;
	 }
	.ura_fix{
		justify-content: space-between;
	}
}