
.section-block-demo2-footer {
    background-color: var(--bs-theme-color)
}

.section-block-demo2-footer,
.section-block-demo2-footer a {
    color: var(--bs-mask-white)
}

.section-block-demo2-footer .foot-nav {
    padding: 2rem 0;
    text-align: center
}

.section-block-demo2-footer .foot-nav li {
    position: relative;
    display: inline-block;
    padding: 0 2.5rem;
    border-right: 1px solid #fff
}

.section-block-demo2-footer .foot-nav li a {
    text-transform: uppercase;
    font-size: 18px;
    line-height: 1
}

.section-block-demo2-footer .foot-nav li:last-child {
    border-right: none
}

.section-block-demo2-footer .footer-bottom {
    position: relative;
    padding: 3.5rem 0
}

.section-block-demo2-footer .footer-line {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -50vw;
    width: 100vw;
    height: 1px;
    background-color: rgba(255, 255, 255, .5)
}

.section-block-demo2-footer .footer-social {
    position: relative;
    margin: 2.5rem auto;
    text-align: center
}

.section-block-demo2-footer .footer-social li {
    position: relative;
    display: inline-block;
    margin: 0 5px
}

.section-block-demo2-footer .footer-social li a {
    display: block;
    padding: 7px;
    line-height: 1;
    border-radius: 50%;
    background: #cacaca;
    -webkit-transition: all ease-in-out .35s;
    transition: all ease-in-out .35s
}

.section-block-demo2-footer .footer-social li svg {
    width: 18px;
    height: 18px;
    -webkit-transition: all ease-in-out .35s;
    transition: all ease-in-out .35s;
    fill: var(--bs-theme-color)
}

.section-block-demo2-footer .footer-social li:hover a {
    background-color: var(--bs-mask-white)
}

.section-block-demo2-footer .footer-social li:hover svg {
    -webkit-transform: scale(1.2);
    transform: scale(1.2)
}

.section-block-demo2-footer .copyright {
    text-align: center
}

.section-block-demo2-footer .foot-contacts {
    position: relative;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.section-block-demo2-footer .foot-contacts li {
    position: relative;
    display: table;
    padding-right: 0;
    width: auto;
    max-width: 26rem
}

.section-block-demo2-footer .foot-contacts li svg {
    fill: var(--bs-mask-white)
}

.section-block-demo2-footer .foot-contacts li .contact-ico {
    position: relative;
    display: table-cell;
    padding-right: 5px
}
@media only screen and (max-width:1366px) {
    .section-block-demo2-footer .foot-nav li {
        padding: 0 1.5rem
    }

    .section-block-demo2-footer .foot-nav li a {
        font-size: 16px
    }

    .section-block-demo2-footer .footer-social {
        margin: 1.5rem auto
    }
}

@media only screen and (max-width:820px) {
    .section-block-demo2-footer .foot-nav li {
        margin: 5px;
        padding: 0 10px
    }

    .section-block-demo2-footer .foot-nav li a {
        font-size: 14px
    }

    .section-block-demo2-footer .footer-bottom {
        padding: 2rem 0
    }

    .section-block-demo2-footer .foot-contacts {
        flex-wrap: wrap
    }

    .section-block-demo2-footer .foot-contacts li {
        margin: 7px auto;
        max-width: 100%;
        text-align: center
    }
}
