.footer-inner {
    background-color: #FFFFFF;
    padding: 65px 40px 10px;
}

.f-widget-s {
    margin-left: 4%;
}

.f-widget-s li:first-child {
    margin-left: 0;
}

.footer-widget-b li:not(:last-child) {
    border-right: 1px solid #747474;
    padding-right: 22px;
    margin-right: 22px;
}

.visitor-f img {
    margin-top: -10px;
    margin-left: -3px;
    height: 26px;
    width: 19px;
}

@media screen and (max-width: 1047px) {
    .f-widget-s {
        flex-direction: column;
        max-width: max-content;
        text-align: center;
    }

    .f-widget-s li {
        margin-bottom: 12px;
        margin-left: 0;
        border: 0 !important;
    }

    .facebookIc-f {
        width: 12px;
        height: 18px;
    }

    .twitterIc-f {
        width: 23px;
        height: 18px;
    }

    .instagramIc-f {
        width: 20px;
        height: 18px;
    }

    .youtubeIc-f {
        width: 28px;
        height: 29px;
    }

    .footer-widget-b {
        text-align: center;
        position: absolute;
        right: 4%;
        top: 0;
    }

    .f-widget-s li {
        padding-right: 0 !important;
        margin-right: 0 !important;
    }
}

@media screen and (max-width: 615px) {
    .footer-inner {
        padding-right: 20px;
        padding-left: 20px;
    }

    .f-widget-s {
        margin-right: auto;
        margin-left: auto;
        margin-bottom: 28px;
    }

    .footer-widget-b {
        position: static;
    }

    .f-widget-c {
        flex-direction: column;
    }

    .f-widget-c .mr-80 {
        margin-right: 15px;
    }

    .footer-widget-social {
        margin-top: 15px;
    }

    .footer-widget-contact {
        margin-bottom: 36px;
        text-align: center;
    }

    .visitor-f {
        margin-top: 23px;
    }
}