<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.lp-header-7 p {
    padding: 0;
    margin: 0;
}

.lp-header-7 .lp-header-subtitle {
    color: var(--text-color-base);
    font-weight: normal;
    margin: 0 auto 16px;
    font-size: 16px;
    line-height: 24px;
}

@media all and (min-width: 600px) {
    .lp-header-7 .lp-header-subtitle {
        font-size: 18px;
        line-height: 28px;
    }
}

@media all and (min-width: 1380px) {
    .lp-header-7 .lp-header-subtitle {
        font-size: 20px;
    }
}

.lp-header-7 .inverse .lp-header-subtitle {
    color: #fff;
}

.lp-header-7 .lp-header-subtitle span {
    font-weight: bold;
    display: block;
}

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

.lp-header-7 a:hover {
    color: inherit;
    text-decoration: none;
}

.lp-header-7__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -4px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 6px 0;
}

.lp-header-7__logo {
    margin: 0 4px;
    display: block;
}

.lp-header-7__logo-pic {
    font-size: 0;
    width: 64px;
    height: 64px;
    max-width: 250px;
    box-sizing: content-box;
}

.lp-header-7__logo-pic a {
	max-width: 100%;
	max-height: 100%;
}

.lp-header-7__logo-pic img {
    width: 100%;
}

.lp-header-7__logo-title {
    display: none;
}

.lp-header-7__logo-subtitle {
    display: none;
    color: var(--text-color-l-35);
}

.lp-header-7__location {
    display: none;
}

.lp-header-7__location-inner {
    padding: 0;
}

.lp-header-7__phone {
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin: 0 4px;
}

.lp-header-7__phone-schedule {
    padding: 0;
    margin-bottom: 2px;
}

.lp-header-7__phone-number {
    display: block;
    font-weight: 700;
}

.lp-header-7__support {
    display: none;
}

.lp-header-7__support-inner {
    flex: 1;
}

@media all and (min-width: 600px) {
    .lp-header-7__wrap {
        padding: 8px 0;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        margin: 0;
    }

    .lp-header-7__left {
        margin-right: 24px;
        margin-left: 0;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        max-width: 276px;
    }

    .lp-header-7__logo {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 176px;
        flex: 1 0 176px;
    }

    .lp-header-7__logo-pic img {
        width: auto;
    }

    .lp-header-7__right {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        margin: 0;
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
    }

    .lp-header-7__left, .lp-header-7__right {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-wrap: wrap;
        /* flex-wrap: wrap; */
    }

    .lp-header-7__logo {
        margin: 0;
    }

    .lp-header-7__location {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        min-width: 176px;
        -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto;
        margin: 0 24px 0 0;
    }

    .lp-header-7__location-inner {
        width: 100%;
    }

    .lp-header-7__phone {
        text-align: left;
        min-width: 176px;
        -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto;
        margin: 0;
    }

    .lp-header-7__phone-inner {
        width: 100%;
    }

    .lp-header-7__phone-schedule {
        padding: 0;
    }

    .lp-header-7__phone-number {
        font-weight: 700;
    }
}

@media all and (min-width: 960px) {
    .lp-header-7__wrap {
        padding: 10px 0;
    }

    .lp-header-7__right {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto;
        -ms-flex-wrap: wrap;
        /* flex-wrap: wrap; */
        max-width: 432px;
        margin: 0;
    }

    .lp-header-7__left {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto;
        max-width: 432px;
    }

    .lp-header-7__logo {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto;
        width: 100%;
    }

    .lp-header-7__logo-pic {
        margin-right: 8px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }

    .lp-header-7__logo-title {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        display: block;
        padding: 0;
    }

    .lp-header-7__logo-subtitle {
        display: block;
        padding: 0;
        margin-top: 2px;
    }
	
    .lp-header-7__location {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto;
        margin: 0;
        min-width: 204px;
    }

    .lp-header-7__phone {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto;
        margin: 0 0 0 24px;
        min-width: 204px;
    }
}

@media all and (min-width: 1200px) {
    .lp-header-7__wrap {
        padding: 10px 0;
    }

    .lp-header-7__right {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        max-width: 564px;
    }

    .lp-header-7__left {
        max-width: 564px;
    }

    .lp-header-7__location {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        min-width: 172px;
        width: auto;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        margin: 0 24px 0 0;
    }

    .lp-header-7__contacts {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 2;
        -ms-flex: 2 1 auto;
        flex: 2 1 auto;
        max-width: 368px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .lp-header-7__phone {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto;
        min-width: 172px;
        width: auto;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        margin: 0 24px 0 0;
    }

    .lp-header-7__support {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto;
        min-width: 172px;
        width: auto;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .lp-header-7__support-text {
        padding: 0;
        margin-bottom: 2px;
    }
}

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

    .lp-header-7__left {
        max-width: 628px;
        margin: 0 32px 0 0;
    }

    .lp-header-7__contacts {
        max-width: 408px;
    }

    .lp-header-7__location {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto;
        min-width: 188px;
        margin: 0 32px 0 0;
    }

    .lp-header-7__phone {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto;
        min-width: 188px;
        margin: 0 32px 0 0;
    }

    .lp-header-7__support {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto;
        min-width: 188px;
    }
}

._adaptive.lp-header-7 .lp-header-7__wrap {
    margin: 0;
}

._adaptive.lp-header-7 .lp-header-7__left {
    width: 100%;
}

._adaptive.lp-header-7 .lp-header-7__logo {
    margin-bottom: 8px;
    margin-left: 0;
    margin-right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

._adaptive.lp-header-7 .lp-header-7__logo-title {
    display: block;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    padding: 0;
    margin-bottom: 8px;
    margin-right: 0;
    max-width: 100%;
}

._adaptive.lp-header-7 .lp-header-7__logo-subtitle {
    display: block;
    padding: 0;
}

._adaptive.lp-header-7 .lp-header-7__logo-pic {
    width: auto;
    margin-bottom: 8px;
    margin-right: 8px;
}

._adaptive.lp-header-7 .lp-header-7__logo-pic img {
    width: auto;
}

._adaptive.lp-header-7 .lp-header-7__location {
    display: block;
    padding: 8px 0;
}

._adaptive.lp-header-7 .lp-header-7__phone {
    display: block;
    margin: 0;
    padding: 8px 0;
}

._adaptive.lp-header-7 .lp-header-7__support {
    display: block;
    padding: 8px 0;
}

._adaptive.lp-header-7 .lp-header-7__support-text {
    padding: 0;
}

@media all and (min-width: 600px) {
    ._adaptive.lp-header-7 .lp-header-7__wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    ._adaptive.lp-header-7 .lp-header-7__left {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        max-width: none;
        margin: 0 24px 0 0;
    }

    ._adaptive.lp-header-7 .lp-header-7__logo {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto;
        width: 100%;
        margin-right: -8px;
    }

    ._adaptive.lp-header-7 .lp-header-7__logo-title {
        min-width: 276px;
        margin-right: 8px;
    }

    ._adaptive.lp-header-7 .lp-header-7__right {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        padding: 8px 0 0;
        width: 100%;
    }

    ._adaptive.lp-header-7 .lp-header-7__location {
        min-width: 176px;
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 176px;
        padding: 0;
    }

    ._adaptive.lp-header-7 .lp-header-7__contacts {
        -webkit-box-flex: 2;
        -ms-flex: 2 1 auto;
        flex: 2 1 auto;
        min-width: 376px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 0 -12px;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    ._adaptive.lp-header-7 .lp-header-7__phone {
        min-width: 176px;
        -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto;
        padding: 0;
        margin: 0 12px;
    }

    ._adaptive.lp-header-7 .lp-header-7__support {
        min-width: 176px;
        -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto;
        padding: 0;
        margin: 0 12px;
    }
}

@media all and (min-width: 960px) {
    ._adaptive.lp-header-7 .lp-header-7__wrap {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        padding: 1px 0;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    ._adaptive.lp-header-7 .lp-header-7__right {
        padding: 0;
        max-width: none;
        -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
        flex: 1 1 auto;
    }

    ._adaptive.lp-header-7 .lp-header-7__logo {
        margin: 0;
        width: auto;
        max-width: 100%;
        padding: 5px 0;
    }

    ._adaptive.lp-header-7 .lp-header-7__logo-pic {
        margin: 0 8px 0 0;
        padding: 4px 0;
    }

    ._adaptive.lp-header-7 .lp-header-7__logo-title {
        margin: 0;
        padding: 4px 0;
        min-width: 168px;
    }

    ._adaptive.lp-header-7 .lp-header-7__left, ._adaptive.lp-header-7 .lp-header-7__right {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    ._adaptive.lp-header-7 .lp-header-7__left {
        max-width: 432px;
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 0 auto;
    }

    ._adaptive.lp-header-7 .lp-header-7__location {
        min-width: 204px;
        margin-right: 24px;
        -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
        flex: 0 1 204px;
    }

    ._adaptive.lp-header-7 .lp-header-7__contacts {
        margin-right: 0;
        margin-left: 0;
        -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
        flex: 1 1 auto;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        min-width: 0;
        padding: 8px 0;
    }

    ._adaptive.lp-header-7 .lp-header-7__phone {
        min-width: 204px;
        padding: 8px 0;
        margin-right: 0;
        margin-left: 0;
    }

    ._adaptive.lp-header-7 .lp-header-7__support {
        min-width: 204px;
        padding: 8px 0;
        margin-right: 0;
        margin-left: 0;
    }
}

@media all and (min-width: 1200px) {
    ._adaptive.lp-header-7 .lp-header-7__wrap {
        padding: 3px 0;
    }

    ._adaptive.lp-header-7 .lp-header-7__left {
        max-width: 564px;
        -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
    }

    ._adaptive.lp-header-7 .lp-header-7__right {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
    }

    ._adaptive.lp-header-7 .lp-header-7__logo {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }

    ._adaptive.lp-header-7 .lp-header-7__logo-title {
        min-width: 270px;
        -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
    }

    ._adaptive.lp-header-7 .lp-header-7__location {
        min-width: 172px;
    }

    ._adaptive.lp-header-7 .lp-header-7__contacts {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    ._adaptive.lp-header-7 .lp-header-7__phone {
        min-width: 172px;
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        margin-right: 24px;
    }

    ._adaptive.lp-header-7 .lp-header-7__support {
        min-width: 172px;
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
    }
}

@media all and (min-width: 1380px) {
    ._adaptive.lp-header-7 .lp-header-7__wrap {
        padding: 3px 0;
    }

    ._adaptive.lp-header-7 .lp-header-7__left {
        max-width: 628px;
        -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        margin-right: 32px;
    }

    ._adaptive.lp-header-7 .lp-header-7__right {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
    }

    ._adaptive.lp-header-7 .lp-header-7__logo {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }

    ._adaptive.lp-header-7 .lp-header-7__logo-title {
        min-width: 270px;
        -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
    }

    ._adaptive.lp-header-7 .lp-header-7__location {
        min-width: 188px;
        margin-right: 32px;
    }

    ._adaptive.lp-header-7 .lp-header-7__contacts {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    ._adaptive.lp-header-7 .lp-header-7__phone {
        min-width: 188px;
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        margin-right: 32px;
    }

    ._adaptive.lp-header-7 .lp-header-7__support {
        min-width: 188px;
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
    }
}</pre></body></html>