.header {
    position: fixed;
}

.mfp-bottom-bar {
    background: #fff;
}

.mfp-title {
    font-size: 16px;
    color: #000;
    padding: 5px;
}

.mfp-title:empty {
    padding: 0;
}

.mfp-counter {
    opacity: 0;
}

.contact-box__name {
    margin: 0 !important;
    font-size: 18px !important;
}

.contact-box__items {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    column-gap: 3rem;
}

.contact-box__items--start {
    justify-content:flex-start;
    margin:0 0 3rem 0;
}

.header__logo a {
    display: flex;
    align-items: center;
    column-gap: 10px;
}
@media only screen and (min-width: 768px) {
    .header__logo a span {
        column-gap: 20px;
    }
}
@media only screen and (min-width: 1200px) {
    .header__logo a {
        column-gap: 30px;
    }
}
.header__logo a span {
    font-size: 18px;
}
@media only screen and (min-width: 768px) {
    .header__logo a span {
        font-size: 24px;
    }
}
@media only screen and (min-width: 1200px) {
    .header__logo a span {
        font-size: 28px;
    }
}

.header__logo a img {
    max-height: 45px;
}
@media only screen and (min-width: 768px) {
    .header__logo a img {
        max-height: 55px;
    }
}

@media only screen and (min-width: 1200px) {
    .header__logo a img {
        max-height: auto;
    }
}

.header__slogan {
    line-height: 1.4;
}
