* {
    margin: 0;
    padding: 0
}

body {
    width: 100%
}

 


.top-menu {
    width: 100%;
    height: 83px;
    background-color: white;
    background: rgba(255, 255, 255, 0.95)
}

.top-menu__nav--wrap {
    width: 1150px;
    height: 100%;
    position: relative;
    margin: 0 auto
}

.logo {
    margin-top: 15px;
    float: left
}

.top-menu-navbar li {
    width: 100px;
    height: 83px;
    line-height: 83px;
    text-align: center;
    float: left;
    list-style: none;
    font-size: 20px
}

.top-menu-navbar  {
    margin-bottom: 0;
}



.top-menu-navbar li a:hover {
    border-bottom: solid 2px #4292d4
}

.experience-btn {
    display: inline-block;
    width: 130px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    background-color: #4292d4;
    margin: 15px 0 0 15px;
    color: white;
    font-size: 25px;
    text-decoration: none;
    border-radius: 6px
}

.work-time {
    height: 83px;
    width: 240px;
    float: right
}

.work-time P:first-child {
    font-size: 30px;
    line-height: 40px;
    margin-top: 7px;
    margin-bottom: 0;
    margin-left: 17px
}

.work-time P:nth-child(2) {
    color: grey;
    margin-left: 19px
}
