.teamo-header#header {
    height: 60px;
    width: 100%;
    background: #fff;
    position: relative;
    z-index: 1;
}

.teamo-header__inner {
    width: 1200px;
    margin: 0 auto;
    position: relative;
    height: 60px;
}

.teamo-header__logo {
    display: inline-block;
    vertical-align: top;
    width: 102px;
    height: 22px;
    margin-top: 20px;
    background: url(/images/new-frontend/logo.svg) no-repeat 50% 50%;
    background-size: 102px 22px;
}

.teamo-header__navigation {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 0;
}

.teamo-header__navigation-link {
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    font-weight: 600;
    margin-right: 40px;
    margin-top: 20px;
    color: #000;
    text-decoration: none;
    line-height: 18px;
}

.teamo-header__navigation-link.teamo-header__navigation-link_enter {
    display: inline-block;
    vertical-align: top;
    padding: 12px 30px;
    height: 44px;
    margin-top: 8px;
    line-height: 18px;
    background: #fff;
    color: #6e49ff;
    border-color: #6e49ff;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 700;
    font-family: Montserrat, sans-serif;
    box-sizing: border-box;
}

.teamo-header__navigation-link.teamo-header__navigation-link_enter:hover {
    background: #fff;
    color: #6e49ff;
    border-color: #6e49ff;
}

.teamo-header__menu-button {
    display: none;
    width: 24px;
    height: 24px;
    vertical-align: top;
    background: url(/images/new-frontend/header-menu-icon.svg) no-repeat;
    position: relative;
    top: 18px;
}
