.sp-contact-phone {
    display: none !important;
}

#sp-main-body {
    padding: 50px 0px;
}

.user-photo{
width: 40px;
height: 40px;
overflow: hidden;
float: left;
display: inline-block;
border-radius: 50%;
margin-top: 10px;
}

.user-name {
   
    line-height: 58px;
    margin-left: 10px;
}

.user-block {
    position: relative;
    margin-left: 20px;
    float: right;
    padding: 0px 10px;
    cursor: pointer;
    min-width: 100%;
	margin-top: 15px;
}

.user-block::before {
    content: "";
    position: absolute;
    top: 19px;
    left: -14px;
    width: 1px;
    height: 20px;
    background: #536175 none repeat scroll 0% 0%;
    cursor: default;
}

.user-info {
    position: absolute;
    top: 15px;
    right: 0px;
    overflow: hidden;
    padding: 0px 9px 10px;
    background: #FFF none repeat scroll 0% 0%;
    border: 1px solid #D2D1CB;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 2, 0.2);
    box-sizing: border-box;
    display: none;
    z-index: 9999999999999;
    width: 100%;
}

.user-info.opened {
	display:block
}

.userblock-open .btn {
    margin-top: 13px;
}


.sp-megamenu-parent > li > a {
    font-size: 16px;
}

#sp-header .logo h1 {
    font-size: 36px;
}

.fourth, .second {
    line-height: 60px;
    font-size: 2em;
}