

.section-block-demo19-footer,
.section-block-demo19-footer a {
    color: #4f4f4f;
    font-size: 1.14rem
}

.section-block-demo19-footer {
    position: relative;
    padding: 3.5rem 0 0;
    background-color: #eee
}

.section-block-demo19-footer ul {
    list-style: none;
    margin: 0;
    padding: 1rem 0
}

.section-block-demo19-footer .foot-hd {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 3.14rem
}

.section-block-demo19-footer .foot-logo {
    width: auto;
    max-height: 6rem
}

.section-block-demo19-footer .foot-hd .line {
    flex: 1;
    height: 2px;
    background-color: var(--bs-theme-color)
}

.section-block-demo19-footer .foot-items {
    padding: 2rem 15%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.section-block-demo19-footer .foot-title {
    font-size: 1.4rem;
    font-weight: 700;
    text-transform: uppercase
}

.section-block-demo19-footer .foot-contacts {
    max-width: 22rem
}

.section-block-demo19-footer .foot-contacts li {
    display: flex;
    font-size: 1rem;
    padding: .5rem 0
}

.section-block-demo19-footer .foot-contacts .foot-ico {
    width: 1.5rem
}

.section-block-demo19-footer .foot-contacts svg {
    fill: currentColor
}

.section-block-demo19-footer .foot-contacts .foot-val {
    flex: 1;
    margin-left: 1rem
}

.section-block-demo19-footer .foot-links {
    max-width: 20rem
}

.section-block-demo19-footer .foot-links ul {
    display: flex;
    flex-wrap: wrap
}

.section-block-demo19-footer .foot-links ul li {
    width: 50%;
    padding: 3px 0
}

.section-block-demo19-footer .foot-about li {
    padding: 3.5px 0
}

.section-block-demo19-footer .foot-about li a {
    font-size: 1rem
}

.section-block-demo19-footer .foot-bottom {
    padding: 1rem;
    text-align: center;
    border-top: 2px solid var(--bs-theme-color)
}

.section-block-demo19-footer .foot-social {
    padding: .5rem 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin-bottom: 1rem
}

.section-block-demo19-footer .foot-social li {
    display: inline-block;
    margin: 0 4px 4px;
    padding: 0 1rem
}

.section-block-demo19-footer .foot-social li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background-color: var(--bs-theme-color)
}

.section-block-demo19-footer .foot-social li svg {
    fill: #fff;
    width: 16px;
    height: 16px
}

.section-block-demo19-footer .copyright {
    font-size: 1rem;
    color: #707070
}

@media screen and (max-width:1280px) {
    .section-block-demo19-footer .foot-items {
        padding: 2rem 5%
    }
}

@media screen and (max-width:576px) {
    .section-block-demo19-footer .foot-social li {
        padding: 0 .5rem
    }

    .section-block-demo19-footer .foot-title {
        font-size: 1.28rem
    }

    .section-block-demo19-footer .foot-item,
    .section-block-demo19-footer .foot-items {
        padding: 1rem 0
    }

    .section-block-demo19-footer ul {
        padding: .5rem 0
    }
}

@media screen and (max-width:420px) {
    .section-block-demo19-footer .foot-links ul li {
        width: 100%
    }
}