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

.lp-footer-14-top {
    position: relative;
    padding: 32px 0;
    text-align: center;
    background: var(--primary-color-a-01);
    overflow: hidden;
}

.lp-footer-14 .lp-form-tpl__item {
	text-align: left;
}

.lp-footer-14 .lp-form-tpl__item._personal-bottom {text-align: center;}

@media all and (min-width: 600px) {
    .lp-footer-14-top {
        padding: 40px 0;
    }
}

@media all and (min-width: 1200px) {
    .lp-footer-14-top {
        padding: 48px 0;
    }
}

.lp-footer-14-top .lp-block-bg {
    background: var(--primary-color-base)0d;
}

.lp-footer-14-top .lp-block-overlay {
    background: transparent;
}

@media all and (min-width: 1200px) {
    .lp-footer-14-top__title {
        max-width: 848px;
        margin-left: auto;
        margin-right: auto;
    }
}

.lp-footer-14-top__form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 16px 0 0;
    justify-content: center;
}

@media all and (min-width: 1200px) {
    .lp-footer-14-top__form {
        margin: 24px 0 0;
    }
}

.lp-footer-14-bottom {
    position: relative;
    padding: 32px 0;
    text-align: center;
    overflow: hidden;
}

@media all and (min-width: 600px) {
    .lp-footer-14-bottom {
        padding: 32px 0 40px;
    }
}

@media all and (min-width: 1200px) {
    .lp-footer-14-bottom {
        padding-bottom: 48px;
    }
}

.lp-footer-14-bottom &gt; .lp-block-bg {
    background: #fff;
}

.lp-footer-14-bottom &gt; .lp-block-overlay {
    background: transparent;
}

.lp-footer-14-bottom__nav {
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: -32px 0 0;
}

@media all and (min-width: 600px) {
    .lp-footer-14-bottom__nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin: -32px -48px 0 0;
    }
}

@media all and (min-width: 1200px) {
    .lp-footer-14-bottom__nav {
        margin: -24px -48px 0 0;
    }
}

.lp-footer-14-bottom__nav-item {
    margin: 32px 0 0;
    color: var(--text-color-base);
}

@media all and (min-width: 600px) {
    .lp-footer-14-bottom__nav-item {
        margin: 32px 48px 0 0;
    }
}

@media all and (min-width: 1200px) {
    .lp-footer-14-bottom__nav-item {
        margin: 24px 48px 0 0;
    }
}

.lp-footer-14-bottom__nav-item-link {
    display: block;
    text-align: center;
    text-decoration: none;
    transition: all 0.05s;
    color: inherit;
}

.lp-footer-14-bottom__nav-item-link:hover {
    transform: translateY(-2px);
}

.lp-footer-14-bottom__sm {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 32px -16px -16px 0;
}

@media all and (min-width: 600px) {
    .lp-footer-14-bottom__sm {
        margin-top: 40px;
    }
}

@media all and (min-width: 1200px) {
    .lp-footer-14-bottom__sm {
        margin-top: 48px;
    }
}

.lp-footer-14-bottom__sm-item {
    /*width: 56px;
    height: 56px;*/
    padding: 11px;
    margin: 0 16px 16px 0;
    border: 1px solid var(--text-color-base)10;
}

.lp-footer-14-bottom__sm-img {
    width: 100%;
    height: 100%;
}


@media (min-width: 600px) {
    .lp-footer-14 form {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        margin: 0 auto;
    }

    .lp-footer-14 .lp-form-tpl__item, .lp-footer-14 .lp-form-tpl__button-wrapper {
        flex: 0 0 calc(50% - 32px);
        margin: 0 16px;
        padding: 0;
    }

    .lp-footer-14 .lp-form-tpl__item_type-checkbox._personal-bottom {
        flex: 0 0 100%;
    }
}

@media (min-width: 960px) {
    .lp-footer-14 .lp-form-tpl__item, .lp-footer-14 .lp-form-tpl__button-wrapper {
        flex: 0 0 calc(33% - 32px);
        margin: 0 16px;
        padding: 0;
    }
}

.lp-footer-14 .lp-form-tpl__button-wrapper {
    padding: 0;
    display: flex;
    align-items: center;
}

.lp-footer-14 .lp-form-tpl__button-wrapper button {
    width: 100%;
}

.lp-footer-14 .lp-form-tpl__item._personal-bottom {
    padding: 32px 0 0 0;
    flex: 0 0 100%;
}

.lp-footer-14-bottom__sm-item-in {
    height: 100%;
    box-sizing: content-box;
    width: 32px;
    height: 32px;
}

.lp-footer-14-bottom__sm-item-in svg {
    fill: var(--text-color-base);
}
</pre></body></html>