.header {
    z-index: 1000;
    margin-bottom: 0;
    position: sticky;
    left: 0;
    top: 0;
}

.header__wrapper {
    height: 100%;;
    max-width: 100%;
    padding: 20px 60px;
    background-color: #262e39;
    align-items: center;
}

.header__wrapper a {
    font-size: 16px;
    color: #fff;
    font-weight: 400;
    line-height: 1;
}

.header__logo a {
    font-size: 30px;
    text-transform: uppercase;
    font-family: 'Raleway';
    letter-spacing: .02em;
    font-weight: 900;
    position: relative;
}


.header__logo a:hover {
    color: #f90000;
    text-shadow: 1px 1px 0 #fff;
}

.header__menu {
    flex-grow: 1;
    max-width: 750px;
}

.header__menu ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0;
    padding: 0 25px;
}

.header__menu ul a:hover {
    color: #f90000;
}

.header__phone a {
    font-weight: 700;
    font-size: 24px;
}

.header__phone a:hover {
    color: #f90000;
    text-shadow: 1px 1px 0 #fff;
}