@charset "utf-8";

.lvsx-footer-wrap {
    width: 100%;
    min-width: 1200px;
    clear: both;
    overflow: hidden;
}

.lvsx-footer-wrap .st-brand {
    float: none;
    clear: both;
    margin-top: 0;
}

.lvsx-footer-wrap .st-help {
    float: none;
    clear: both;
}

.lvsx-site-footer {
    width: 100%;
    min-width: 1200px;
    clear: both;
}

.lvsx-footer-certs {
    clear: both;
    background: #005fa8;
    padding: 10px 0;
    min-height: 60px;
    box-sizing: border-box;
}

.lvsx-footer-certs-list {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px 14px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.lvsx-footer-certs-list li {
    flex: 0 0 auto;
}

.lvsx-footer-certs-list img {
    display: block;
    height: 40px;
    width: auto;
    max-width: 170px;
    margin: 0;
    border-radius: 6px;
}

.lvsx-footer-main {
    background: #338AFF;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    padding: 8px 0;
    box-sizing: border-box;
}

.lvsx-footer-main-spacer {
    width: 100%;
    height: var(--lvsx-footer-main-height, 64px);
    flex-shrink: 0;
    pointer-events: none;
    margin: 0;
    padding: 0;
    background: #338AFF;
}

.lvsx-footer-main-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 48px;
}

.lvsx-footer-brand {
    display: flex;
    align-items: center;
    flex: 0 0 auto;
    color: #fff;
    font-size: 22px;
    font-weight: bold;
    white-space: nowrap;
}

.lvsx-footer-brand-link {
    display: inline-flex;
    align-items: center;
    margin-right: 10px;
    flex: 0 0 auto;
}

.lvsx-footer-logo {
    display: block;
    max-height: 44px;
    width: auto;
    max-width: 180px;
}

.lvsx-footer-banner {
    flex: 0 0 300px;
    margin: 0 20px;
}

.lvsx-footer-banner img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 4px;
}

.lvsx-footer-slogan {
    flex: 1 1 auto;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    white-space: nowrap;
}

.lvsx-footer-phone {
    display: flex;
    align-items: center;
    flex: 0 0 auto;
    background: #fff;
    border-radius: 10px;
    padding: 4px 12px;
    margin: 0 16px;
}

.lvsx-footer-phone-icon {
    display: inline-block;
    width: 30px;
    height: 30px;
    margin-right: 10px;
    border-radius: 50%;
    background: #ff8a00 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6A19.79 19.79 0 0 1 2.08 4.18 2 2 0 0 1 4.06 2h3a2 2 0 0 1 2 1.72c.12.86.3 1.7.54 2.5a2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.58-1.06a2 2 0 0 1 2.11-.45c.8.24 1.64.42 2.5.54A2 2 0 0 1 22 16.92z'/%3E%3C/svg%3E") center/20px no-repeat;
}

.lvsx-footer-phone-text {
    line-height: 1.2;
}

.lvsx-footer-phone-label {
    display: block;
    color: #666;
    font-size: 12px;
}

.lvsx-footer-phone-num {
    display: block;
    color: #ff8a00;
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
}

.lvsx-footer-phone-num:hover {
    color: #e67700;
}

.lvsx-footer-consult {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    height: 44px;
    padding: 0 18px;
    border-radius: 10px;
    background: #22ac38;
    color: #fff !important;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    white-space: nowrap;
}

.lvsx-footer-consult:hover {
    background: #1b962f;
    color: #fff !important;
}

.lvsx-footer-consult-icon {
    display: inline-block;
    width: 22px;
    height: 22px;
    margin-right: 8px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 13v3a2 2 0 0 0 2 2h1l3 3 3-3h4a2 2 0 0 0 2-2v-3'/%3E%3Cpath d='M8 10a4 4 0 1 1 8 0v1H8v-1z'/%3E%3Cpath d='M12 6V4'/%3E%3Cpath d='M9 4h6'/%3E%3C/svg%3E") center/contain no-repeat;
}

.lvsx-footer-copy {
    width: 100%;
    padding: 16px 0 20px;
    background: #005fa8;
}

.lvsx-footer-copy .st-foot-menu {
    float: none;
    width: auto;
    margin: 0 0 10px;
    padding: 0;
}

.lvsx-footer-copy .st-foot-edit {
    float: none;
    width: auto;
    margin: 0;
}

.lvsx-footer-copy .support {
    float: none;
    width: auto;
    margin: 8px 0 0;
}

.lvsx-footer-copy > .wm-1200 > p {
    margin: 8px 0 0;
    text-align: center;
    color: #666;
    font-size: 12px;
}
