
/* footer */
@media all {
    .f {
        background-color: #fff;
        padding: 0;
    }

    .f-top {
        padding-top: 50px;
        background-position: center right;
        background-repeat: no-repeat;
    }

    .f-info {
        font-size: 16px;
        margin-bottom: 70px;
    }

    .f-info .h1 {
        font-size: 45px;
        font-weight: 400;
    }

    .f-info .h3 {
        font-weight: 400;
    }

    .f-info .h2 {
        font-size: 30px;
        font-weight: 400;
    }

    .f-phone-number {
        line-height: 1.2;
        font-size: 40px;
        color: #666;
    }

    .f-bottom {
        color: #666;
        line-height: 25px;
    }
    .f-bottom .row {
        align-items: center;
        height: 152px;
    }
    .f-bottom.border {
        border-top: 1px solid #ccc;
    }
    .f_page_404 .row {
        height: 112px;
    }
    .f-bottom a {
        color: #666;
        font-weight: 400;
    }
    .f-bottom a:hover {
        color: #000;
        text-decoration: underline;
    }
    .f-social a:hover {
        color: #fff;
        text-decoration: none;
    }

}
@media (max-width: 1279px) {
    .f-bottom {
        padding-top: 17px;
    }
    .f-bottom .row {
        align-items: center;
        height: 120px;
    }
    .f-bottom .row > div:first-child {
        padding-right: 0;
    }
    .f-top {
        background-size: 55%;
    }
}
@media (max-width: 1023px) {
    .f-bottom {
        padding: 20px 0;
    }
    .f-bottom a {
        display: block;
    }
    .f-info .btn {
        margin: 0 auto;
    }
    .f-bottom .row {
        height: 140px;
    }
    .f .f-bottom .row > div {
        padding-top: 0;
        padding-bottom: 0;
    }
    .f-top {
        background: none !important;
    }

    .f-images {
        margin: 0 auto;
    }
}
@media (max-width: 767px) {
    .f-bottom {
        padding: 25px 0;
    }
    .f-info .h1,
    .f-phone-number {
        font-size: 30px;
    }

    .f-info .h2 {
        font-size: 24px;
    }
}

@media (max-width: 479px) {
    .f-bottom {
        padding: 34px 15px;
        line-height: 18px;
    }
    .f-bottom a {
        margin-top: 8px;
    }
}