<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.lp-header-13 * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

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

@media all and (max-width: 600px) {
    ._adaptive.lp-header-13 .lp-header-13-messenger-links {
        display: none;
    }

    ._adaptive.lp-header-13 .lp-header-13-phones {
        display: none;
    }
}

.lp-header-13 {
    padding: 32px 0;
}

.lp-header-13-title {
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
}

.lp-header-13-title__icon {
    width: auto;
    font-size: 0;
    width: 64px;
    height: 64px;
    max-width: 350px;
    box-sizing: content-box;
}

.lp-header-13-title__icon img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.lp-header-13-title__icon a {
	max-width: 100%;
	max-height: 100%;
}

.lp-header-13-title__text {
    margin-top: 8px;
}

.lp-header-13-title__text a {
	text-decoration: none;
}

.lp-header-13-title__text-main {
    padding: 0;
    margin: 0;
}

.lp-header-13-title__text-second {
    padding: 0;
    margin: 0;
}

.lp-header-13-messenger-links {
    margin-top: 16px;
}

.lp-header-13-messenger-links-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: -4px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.lp-header-13-messenger-links__item {
    margin: 4px;
    width: 48px;
    height: 48px;
    border-radius: 500px;
    position: relative;
    box-sizing: content-box;
}

.lp-header-13-messenger-links__item svg {
    width: 100%;
    height: 100%;
}

.lp-header-13-messenger-links__item-icon {
    position: relative;
}

.lp-header-13-phones {
    margin-top: 16px;
    text-align: center;
    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;
}

.lp-header-13-phones__icon {
    padding: 12px;
    border-radius: 50%;
    background-color: var(--primary-color-a-01);
    position: relative;
    margin-bottom: 8px;
}

.lp-header-13-phones__icon-in {
    width: 24px;
    height: 24px;
    object-fit: contain;
    max-width: 150px;
    box-sizing: content-box;
}

.lp-header-13-phones__icon-in svg,
.lp-header-13-phones__icon-in img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.lp-header-13-phones__text {
    padding: 0;
    margin: 0;
}

.lp-header-13-phones__item {
    display: block;
    padding: 0;
    margin: 0;
}

@media all and (max-width: 959px) and (min-width: 600px) {
	.lp-header-13-wrap.not-messeng {
		justify-content:center;
	}
	.lp-header-13-wrap.not-messeng .lp-header-13-phones {
		margin-right: 0;
		justify-content: center;
	}
	.lp-header-13-wrap.not-messeng .lp-header-13-phones .lp-header-13-phones__list {
		margin-left: 0;
	}
}
@media all and (min-width: 600px) {
    .lp-header-13-wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .lp-header-13-title {
        width: 100%;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .lp-header-13-title__icon img {
        max-width: 376px;
        margin-left: auto;
        margin-right: auto;
    }

    .lp-header-13-messenger-links {
        padding-left: 16px;
        margin-left: auto;
        margin-top: 32px;
        width: 270px;
    }

    .lp-header-13-messenger-links-wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .lp-header-13-phones {
        width: 270px;
        margin-top: 32px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        margin-right: 16px;
    }

    .lp-header-13-phones__icon {
        margin-bottom: 0;
        -ms-flex-item-align: start;
        align-self: flex-start;
    }

    .lp-header-13-phones__list {
        text-align: left;
        margin-left: 16px;
    }
}

@media all and (min-width: 960px) {
    .lp-header-13-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;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }

    .lp-header-13-title {
        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-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 432px;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        text-align: left;
        margin: 0;
        margin-right: 32px;
        margin-left: -24px;
        margin-top: -4px;
        margin-bottom: -4px;
    }

    .lp-header-13-title__icon {
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        margin-left: 24px;
        margin-top: 4px;
        margin-bottom: 4px;
    }

    .lp-header-13-title__icon img {
        max-width: 432px;
        margin-left: 0;
        margin-right: 0;
    }

    .lp-header-13-title__text {
        margin: 0;
        margin-left: 24px;
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        margin-top: 4px;
        margin-bottom: 4px;
    }

    .lp-header-13-messenger-links {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        width: auto;
        margin: 0 0 0 auto;
    }

    .lp-header-13-phones {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        width: auto;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        margin-left: 8px;
        margin-right: 0;
        margin-top: 0;
    }

    .lp-header-13-phones__icon {
        -ms-flex-item-align: center;
        align-self: center;
    }

    .lp-header-13-phones__item {
        /*width: 180px;*/
        width: auto;
        max-width: 270px;
        min-width: 180px;
    }
}

@media all and (min-width: 1200px) {
    .lp-header-13-title {
        width: 564px;
    }
}

@media all and (min-width: 1380px) {
    .lp-header-13-title {
        width: 628px;
    }
}</pre></body></html>