.lp-header-4 {
    background-color: var(--text-color-l-70);
}

.lp-header-4.lp-container-type {
	border: none;
    box-shadow: none;
    border-radius: 0;
}

.lp-header-4 svg {
	width:100%;
	height:100%;
}

@media all and (min-width: 960px) {
    .lp-header-4 .lp-header-4__right .lp-header-4__location {
        display: none;
    }
}

.lp-header-4__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.lp-header-4__left {
    max-width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: 9px;
}

@media all and (min-width: 600px) {
    .lp-header-4__left {
        max-width: 176px;
        padding-bottom: 7px;
    }
}

@media all and (min-width: 960px) {
    .lp-header-4__left {
        max-width: 50%;
    }
}

.lp-header-4__right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.lp-header-4__logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 100%;
}

.lp-header-4__logo-icon {
    margin-top: 9px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 64px;
    height: 64px;
}

@media all and (min-width: 600px) {
    .lp-header-4__logo-icon {
        margin-top: 7px;
    }
}

@media all and (min-width: 960px) {
    .lp-header-4__logo-icon {
        margin-right: 16px;
    }
}

/*.lp-header-4__logo-icon img, .lp-header-4__logo-icon svg {
    display: block;
}*/

.lp-header-4__social-media {
    display: none;
    max-width: 192px;
    padding-top: 15px;
    padding-bottom: 15px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media all and (min-width: 600px) {
    .lp-header-4__social-media {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        padding-left: 24px;
    }
}

@media all and (min-width: 1200px) {
    .lp-header-4__social-media {
        padding-top: 20px;
        padding-bottom: 20px;
    }
}

.lp-header-4__social-media-item {
    display: inline-block;
    vertical-align: middle;
    font-size: 0;
    color: #424B5A;
    margin: 0 8px;
    padding: 8px 0;
}

.lp-header-4__social-media-item:last-child, .lp-header-4__social-media-item:nth-child(5n) {
    margin-right: 0;
}

.lp-header-4__social-media-item:first-child, .lp-header-4__social-media-item:nth-child(6n) {
    margin-left: 0;
}

.lp-header-4__social-media-item svg {
    display: block;
}

.lp-header-4__social-media-item img {
    max-height: 24px;
    width: auto;
}

.lp-header-4__social-media-item svg path:not([fill]) {
    fill: #424B5A;
}

.lp-header-4__location {
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

@media all and (min-width: 960px) {
    .lp-header-4__location {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        padding-right: 24px;
        padding-top: 8px;
    }
}

.lp-header-4__location-icon {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: inline-block;
    margin-right: 8px;
}

@media all and (min-width: 960px) {
    .lp-header-4__location-icon {
        margin-right: 12px;
    }
}

.lp-header-4__location-icon img, .lp-header-4__location-icon svg {
    display: block;
    stroke: var(--text-color-base);
}

.lp-header-4__location-address-item {
    padding: 0;
}

.lp-header-4__phone {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 13px 0;
}

@media all and (min-width: 600px) {
    .lp-header-4__phone {
        padding-left: 16px;
        padding-top: 23px;
        padding-bottom: 23px;
    }
}

@media all and (min-width: 1200px) {
    .lp-header-4__phone {
        padding-top: 28px;
        padding-bottom: 28px;
    }
}

.lp-header-4__phone-icon {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: none;
    margin-right: 8px;
}

@media all and (min-width: 960px) {
    .lp-header-4__phone-icon {
        margin-right: 12px;
    }
}

@media all and (min-width: 600px) {
    .lp-header-4__phone-icon {
        display: inline-block;
    }
}

.lp-header-4__phone-icon img, .lp-header-4__phone-icon svg {
    display: block;
    stroke: var(--text-color-base);
}

.lp-header-4__phone-number {
    padding: 0;
}

.lp-header-4__phone-number a {
    display: block;
    max-width: 155px;
}

.visible .lp-header-4__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.visible .lp-header-4__left {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 100%;
    padding-bottom: 0;
}

.visible .lp-header-4__left .lp-header-4__location {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 100%;
}

.visible .lp-header-4__right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.visible .lp-header-4__right .lp-header-4__social-media {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 12px;
    padding-bottom: 13px;
}

.visible .lp-header-4__right .lp-header-4__social-media-item {
    padding-bottom: 4px;
    padding-top: 4px;
}

.visible .lp-header-4__right .lp-header-4__location {
    display: none;
}

.visible .lp-header-4__location {
    padding-top: 16px;
    padding-bottom: 0;
}

.visible .lp-header-4__phone {
    max-width: 100%;
    padding-top: 16px;
    padding-bottom: 0;
}

.visible .lp-header-4__phone-icon {
    display: inline-block;
}

@media all and (min-width: 600px) {
    .visible .lp-header-4__wrap {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .visible .lp-header-4__left {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        max-width: 276px;
        margin-right: 24px;
    }

    .visible .lp-header-4__left .lp-header-4__location {
        display: none;
    }

    .visible .lp-header-4__right {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        max-width: 276px;
        padding-bottom: 7px;
        padding-top: 7px;
    }

    .visible .lp-header-4__right .lp-header-4__location {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding-top: 4px;
        padding-bottom: 4px;
    }

    .visible .lp-header-4__right .lp-header-4__phone {
        padding-top: 4px;
        padding-bottom: 4px;
        padding-left: 0;
    }

    .visible .lp-header-4__right .lp-header-4__social-media {
        max-width: 192px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding-left: 0;
        padding-top: 0;
        padding-bottom: 0;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

    .visible .lp-header-4__logo {
        padding: 0;
    }

    .visible .lp-header-4__logo-icon {
        padding-top: 11px;
        padding-bottom: 11px;
    }
}

@media all and (min-width: 960px) {
    .visible .lp-header-4__logo {
        margin-right: 16px;
    }

    .visible .lp-header-4__logo-icon {
        padding-top: 4px;
        padding-bottom: 4px;
        margin-right: 0;
    }

    .visible .lp-header-4__logo img, .visible .lp-header-4__logo svg {
        width: 100%;
        max-width: none;
    }

    .visible .lp-header-4__wrap {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .visible .lp-header-4__right {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        max-width: 432px;
        padding: 0;
    }

    .visible .lp-header-4__right .lp-header-4__location {
        display: none;
    }

    .visible .lp-header-4__right .lp-header-4__phone {
        padding-left: 0;
        padding-top: 24px;
        padding-bottom: 24px;
    }

    .visible .lp-header-4__right .lp-header-4__social-media {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        max-width: 184px;
        padding-left: 48px;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .visible .lp-header-4__left {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        max-width: 50%;
        padding: 4px 0;
    }

    .visible .lp-header-4__left .lp-header-4__location {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding-bottom: 4px;
        padding-top: 4px;
        padding-right: 0;
    }
}

@media all and (min-width: 1200px) {
    .visible .lp-header-4__right {
        max-width: none;
    }

    .visible .lp-header-4__right .lp-header-4__location {
        display: none;
    }

    .visible .lp-header-4__right .lp-header-4__social-media {
        padding-top: 24px;
        padding-bottom: 24px;
    }

    .visible .lp-header-4__right .lp-header-4__phone {
        padding-top: 28px;
        padding-bottom: 28px;
    }
}