header {
    position: fixed;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    background: var(--h-main);
    top: 0;
    z-index: 2;
}

.h-main {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 1340px;
    width: 100%;
    height: 90px;
    position: relative;
}

.h-cont, .h-book {
    display: flex;
    gap: 20px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.h-cont {
    left: 0;
}

.h-book {
    right: 0;
}

.h-logo {
    display: flex;
    justify-content: center;
    align-items: center;
}

.h-logo a{
    height: 69px;
}

.h-logo img {
    height: 69px;
}

.h-cont a, .h-book a {
    font-size: 18px;
    text-decoration: none;
    font-weight: 300;
}

.h-sec {
    width: 100%;
    background: var(--h-sec);
    text-align: center;
    padding: 10px 0;
}

.h-map a{
    text-transform: uppercase;
    font-size: 14px;
    text-decoration: none;
    font-weight: 300;
    color: var(--h-main);
}

.h-map {
    display: flex;
    gap: 50px;
    justify-content: center;
}