/*Footer*/

.site-footer {
    padding: 10px 0 0;
}


.footer-top-inner {
    padding-right: 50%;
}

.footer-top-inner {
    position: relative;
}

.footer-top-inner:after {
    content: '';
    width: 50%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    background-image: url(../img/footer-image.jpg);
    background-repeat: no-repeat;
    background-size: cover; 
}

.site-footer .widget_nav_menu .menu li:not(:last-child) {
    border-bottom: 1px solid rgba(var(--secondary-color), .5);
}

.site-footer ul {
    padding-left: 0;
}

.site-footer ul li {
    list-style: none;
}

.site-footer .widget {
    margin-bottom: 40px;
}

.site-footer .widget,
.site-footer .widget a {
    color: #fff;
}

.site-footer .widget a:hover {
    color: rgb(var(--secondary-color));
}

.site-footer .widget-title {
    font-size: 18px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 20px;
}

.site-footer .widget_nav_menu .menu li {
    display: block;
}

.site-footer .widget_nav_menu .menu li a {
    font-family: "Roboto Condensed";
    font-size: 22px;
    display: block;
    color: rgb(var(--secondary-color));
    padding: 18px 0;
}

.site-footer .widget_nav_menu .menu li a:hover {
    color: rgb(var(--secondary-color));
    text-decoration: none;
}

.footer-phone {
    padding: 22px 150px;
}

.footer-phone span {
    display: flex;
    justify-content: flex-start;
}

.footer-phone a {
    text-decoration: none;
    display: inline-block;
    padding: 0 10px;
}

.footer-phone a:last-child {
    margin-left: auto;
}


.copyright p {
    margin-bottom: 0;
}
.copyright,
.copyright a {
    color: #fff;
}

.site-footer .c20_social {
    justify-content: center;
}

.footer-bottom-bottom {
    padding-right: 100px;
}


@media screen and (max-width: 1600px) {

    .footer-phone {
        padding: 22px 80px;
    }
}


@media screen and (max-width: 1280px) {

    .footer-top-inner {
        padding-right: 40%;
    }

    .footer-top-inner:after {
        width: 40%;
    }
}

@media screen and (max-width: 1199px) {

    .site-footer .widget {
        margin-bottom: 25px;
    }

    .footer-top-inner {
        padding-right: 15px;
    }

    .footer-top-inner:after {
        display: none;
    }

}

@media screen and (max-width: 1024px) {

    .footer-phone {
        padding: 22px 50px;
    }
}


@media screen and (max-width: 991px) {
    .site-footer .widget_nav_menu .menu li {
        width: 100%;
    }
}

@media screen and (max-width: 768px) {

    .footer-phone a {
        font-size: 26px;
    }

    div#service-chat-widget > iframe {
        right: 10px !important;
        bottom: 70px !important;
    }
}

@media screen and (max-width: 600px) {

    .footer-phone span {
        flex-wrap: wrap;
        text-align: center;
        justify-content: center;
    }

    .footer-phone a:last-child {
        margin-left: 0;
        margin-top: 15px;
    }
}



