
.section-block-demo70-footer {
    background: url(https://ecdn6.globalso.com/upload/m/image_other/2024-05/footer-bg.png) no-repeat
}

.section-block-demo70-footer .foot-contacts {
    padding: 121px 0 75px 0
}

.section-block-demo70-footer .foot-contacts .foot-contact-item {
    text-align: center
}

.section-block-demo70-footer .foot-contacts .foot-ico {
    margin-bottom: 33px
}

.section-block-demo70-footer .foot-bottom .copyright,
.section-block-demo70-footer .foot-contacts .foot-val {
    color: #fff;
    font-size: 16px;
    line-height: 20px;
    font-weight: 300
}

.section-block-demo70-footer .foot-contacts .item-address {
    width: 50%;
    padding: 0 100px
}

.section-block-demo70-footer .foot-bottom {
    padding: 23px 0;
    color: #fff
}

.section-block-demo70-footer .foot-bottom .foot-social li {
    list-style: none;
    display: inline-block;
    margin-left: 10px
}

.section-block-demo70-footer .foot-bottom .foot-social li a {
    display: block;
    overflow: hidden;
    width: 31px;
    height: 31px;
    border-radius: 50%;
    background: #cacaca;
    text-align: center;
    line-height: 31px;
    transition: all ease-in-out .35s;
    -webkit-transition: all ease-in-out .35s;
    -moz-transition: all ease-in-out .35s;
    -ms-transition: all ease-in-out .35s;
    -o-transition: all ease-in-out .35s
}

.section-block-demo70-footer .foot-bottom .foot-social li:hover a {
    background: #fceb26
}

.section-block-demo70-footer .foot-bottom .foot-social li img {
    max-width: 16px
}

@media only screen and (max-width:1280px) {
    .section-block-demo70-footer {
        background-size: cover
    }

    .section-block-demo70-footer .foot-bottom {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .section-block-demo70-footer .foot-bottom .copyright {
        word-break: break-all;
        text-overflow: ellipsis;
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2
    }

    .section-block-demo70-footer .foot-contacts {
        padding-bottom: 20px
    }

    .section-block-demo70-footer .foot-bottom .foot-social {
        padding-top: 20px
    }
}

@media only screen and (max-width:992px) {
    .section-block-demo70-footer .foot-contacts .item-address {
        padding: 0
    }
}

@media only screen and (max-width:640px) {
    .section-block-demo70-footer .foot-contacts {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .section-block-demo70-footer .foot-contacts .item-address {
        width: 100%;
        padding-bottom: 1rem
    }

    .section-block-demo70-footer .foot-contacts .foot-contact-item {
        padding-bottom: 1rem
    }
}