.b-header-container {
    width: calc(100% - 64px);
    max-width: 1110px;
    position: relative;
    z-index: 2;
}

.b-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding: 18px 0;
    margin-bottom: 56px;
}

.b-header .logo img {
    display: block;
}

.b-header a {
    color: #fff;
    text-decoration: none;
}

.b-header .menu .item {
    margin: 0 18px;
}

.b-header .menu .item a {
    position: relative;
    display: inline-block;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 16px;
}

.b-header .menu .item a.active {
    color: #DE2626;
}

.b-header .menu .menu-badge {
    position: absolute;
    top: -9px;
    right: -13px;
    pointer-events: none;
}

.b-header .menu .item a:hover,
.b-header .personal:hover a {
    color: #DE2626;
}

.b-header .social .item {
    margin: 0 4px;
}

.b-header .social a,
.b-header .social svg {
    display: block;
}

.b-header .personal {
    align-items: center;
}

.b-header .personal a {
    margin: 0 9px;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
}

.b-header .burger {
    align-items: center;
}

.b-header .burger a {
    margin: 0 18px;
    font-family: "Roboto", sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
}

@media (max-width: 63.999rem) {
    .b-header-container {
        width: calc(100% - 40px);
    }
}
