.lp-header-9._to-fix-menu:not(._is-cms) {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 100
}

.lp-header-9-wrap {
    padding: 8px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
}

@media all and (min-width: 600px) {
    .lp-header-9-wrap {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        margin: 0 -4px;
    }
}

.lp-header-9-logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 8px;
}

@media all and (min-width: 600px) {
    .lp-header-9-logo {
        margin: 0;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        margin-right: 32px;
        max-width: 276px;
    }
}

@media all and (min-width: 960px) {
    .lp-header-9-logo {
        margin: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 432px;
        margin-right: 28px;
        padding: 2px 0;
    }
}

@media all and (min-width: 1200px) {
    .lp-header-9-logo {
        max-width: 564px;
    }
}

@media all and (min-width: 1380px) {
    .lp-header-9-logo {
        max-width: 628px;
    }
}

.lp-header-9-logo__pic {
    font-size: 0;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    width: 64px;
    height: 64px;
    margin: 4px;
}

.lp-header-9-logo__title {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    padding: 0;
    margin: 4px;
    text-align: center;
}

.lp-header-9-logo__title a {
    text-decoration: none;
    color: inherit;
}

.lp-header-9-logo__subtitle {
    padding: 0;
    margin-top: 2px;
}

.lp-header-9-buttons {
    margin-top: 12px;
    margin-left: 12px;
    margin-right: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

@media all and (min-width: 600px) {
    .lp-header-9-buttons {
        margin: 0;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
    
    .lp-header-9-logo__title {
    	text-align: left;
    }
}

.lp-header-9-buttons__item {
    margin: 4px;
}

@media all and (min-width: 600px) {
    .lp-header-9-buttons__item {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
    }
}