/*.lp-header-6 .lp-block-overlay {
	background: #fff;
}*/

.lp-header-6__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-6__location {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: none;
    max-width: 272px;
    line-height: 1;
}

@media all and (min-width: 600px) {
    .lp-header-6__location {
        display: block;
        padding: 18px 0;
    }
}

@media all and (min-width: 960px) {
    .lp-header-6__location {
        padding: 13px 0;
    }
}

@media all and (min-width: 1200px) {
    .lp-header-6__location {
        padding: 18px 0;
    }
}

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

.lp-header-6__location-icon img, .lp-header-6__location-icon svg {
    display: block;
    max-height: 24px;
    max-width: 24px;
    fill: var(--text-color-base);
}

.lp-header-6__location-address {
    white-space: nowrap;
    display: inline-block;
    vertical-align: middle;
}

.lp-header-6__location-address-item {
    display: block;
    white-space: normal;
}

.lp-header-6__phone {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 1px 0;
    line-height: 1;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-right: 16px;
}

@media all and (min-width: 600px) {
    .lp-header-6__phone {
        padding: 6px 0;
    }
}

@media all and (min-width: 960px) {
    .lp-header-6__phone {
        padding: 13px 0;
        margin-right: 32px;
        margin-left: 32px;
    }
}

@media all and (min-width: 1200px) {
    .lp-header-6__phone {
        padding: 18px 0;
    }
}

.lp-header-6__phone-icon {
    margin-right: 12px;
    -webkit-box-self: center;
    -ms-flex-self: center;
    align-self: center;
    display: inline-block;
    vertical-align: middle;
    padding: 2px 0;
    width: 24px;
    height: 24px;
    max-width: 100px;
    box-sizing: content-box;
}

@media all and (min-width: 960px) {
    .lp-header-6__phone-icon {
        padding: 0;
    }
}

.lp-header-6__phone-icon img, .lp-header-6__phone-icon svg {
    display: block;
    max-height: 24px;
    max-width: 24px;
    fill: var(--text-color-base);
}

.lp-header-6__phone-number {
    text-align: center;
    display: inline-block;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    vertical-align: middle;
}

.lp-header-6__phone-number a {
    display: block;
    max-width: 144px;
    text-align: left;
    padding: 2px 0;
}

/*@media all and (min-width: 960px) {
    .lp-header-6__phone-number a:last-child {
        display: none;
    }
}*/

.lp-header-6__phone-callback {
    color: var(--primary-color-base);
}

@media all and (min-width: 960px) {
    .lp-header-6__phone-callback {
        display: none;
    }
}

.lp-header-6__social-media {
    display: none;
    /*max-width: 192px;*/
}

@media all and (min-width: 960px) {
    .lp-header-6__social-media {
        display: block;
        padding: 9px 0;
        margin-right: 32px;
    }
}

@media all and (min-width: 1200px) {
    .lp-header-6__social-media {
        padding: 14px 0;
    }
}

.lp-header-6__social-media-item {
    display: inline-block;
    vertical-align: middle;
    color: #424B5A;
    margin: 4px 8px;
    width: 24px;
    height: 24px;
    max-width: 100px;
    box-sizing: content-box;
}

.lp-header-6__social-media-item:last-child {
    margin: 4px 0 4px 8px;
}

.lp-header-6__social-media-item svg {
    max-width: 24px;
    max-height: 24px;
    display: block;
}

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

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

.lp-header-6__callback {
    max-width: 144px;
}

@media all and (min-width: 960px) {
    .lp-header-6__callback {
        display: block;
        padding: 15px 0;
    }
}

@media all and (min-width: 1200px) {
    .lp-header-6__callback {
        padding: 20px 0;
    }
}

.lp-header-6__right, .lp-header-6__left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media all and (min-width: 1200px) {
    .lp-header-6__right, .lp-header-6__left {
	    -ms-flex-direction: row;
	    flex-direction: row;
    }
}

.lp-header-6__phone-callback, .lp-header-6__callback {
    max-width: 144px;
}

.lp-header-6__right .lp-header-6__contacts:first-child {
    display: none;
}

.lp-header-6__left {
    margin-right: 32px;
}

.lp-header-6__left .lp-header-6__social-media {
    display: none;
}

.visible .lp-header-6__wrap {
    -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-6__location {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.visible .lp-header-6__social-media {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 184px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 2px 0;
}

.visible .lp-header-6__social-media-item {
    padding: 4px 0;
}

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

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

.visible .lp-header-6__callback {
    display: block;
    padding: 6px 0;
}

.visible .lp-header-6__phone-callback {
    display: none;
}

.visible .lp-header-6__left {
    margin: 0;
}

.visible .lp-header-6__left .lp-header-6__social-media {
    display: none;
}

.visible .lp-header-6__left, .visible .lp-header-6__right {
    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-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.visible .lp-header-6__location {
    padding: 6px 0;
}

.visible .lp-header-6__phone {
    padding: 6px 0;
}

.visible .lp-header-6__social-media + .lp-header-6__contacts {
    display: none;
}

.visible .lp-header-6__right .lp-header-6__contacts:first-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

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

    .visible .lp-header-6__left {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        padding: 4px 0;
    }

    .visible .lp-header-6__left .lp-header-6__social-media {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .visible .lp-header-6__right {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        padding: 4px 0;
    }

    .visible .lp-header-6__right .lp-header-6__social-media {
        display: none;
    }

    .visible .lp-header-6__location {
        padding: 2px 0;
    }

    .visible .lp-header-6__phone {
        padding: 2px 0;
    }

    .visible .lp-header-6__social-media {
        padding: 0;
    }

    .visible .lp-header-6__social-media-item {
        padding: 2px 0;
    }

    .visible .lp-header-6__callback {
        padding: 2px 0;
    }
}

@media all and (min-width: 960px) {
    .visible .lp-header-6__left, .visible .lp-header-6__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;
    }

    .visible .lp-header-6__left {
        padding: 0;
        margin-right: 32px;
    }

    .visible .lp-header-6__left .lp-header-6__social-media {
        display: none;
    }

    .visible .lp-header-6__right {
        padding: 0;
    }

    .visible .lp-header-6__right .lp-header-6__social-media {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .visible .lp-header-6__location, .visible .lp-header-6__phone, .visible .lp-header-6__callback {
        padding: 13px 0;
    }

    .visible .lp-header-6__social-media {
        padding: 11px 0;
    }

    .visible .lp-header-6__phone {
        margin-right: 32px;
    }

    .visible .lp-header-6__right .lp-header-6__contacts:first-child {
        display: none;
    }

    .visible .lp-header-6__social-media + .lp-header-6__contacts {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

@media all and (min-width: 1200px) {
    .visible .lp-header-6__location, .visible .lp-header-6__phone, .visible .lp-header-6__callback {
        padding: 18px 0;
    }

    .visible .lp-header-6__social-media {
        padding: 16px 0;
    }
}