.page-footer {
    background: #021B3F;
    padding: 124px 0 0;
    color: #fff;
    position: relative;
    overflow: hidden;
}

.footer-bottom {
    margin: 131px 0 0;
    padding: 25px 0 15px;
    background: #011635;
    position: relative;
    z-index: 1;
}

.footer-social {
    margin-top: 20px;
}

.footer-social ul {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 0;
    margin: 0;
    gap: 13px;
}

.footer-social ul li {
    padding: 0;
    margin: 0;
}

.footer-social ul li:before {
    display: none;
}

.footer-social ul li a {
    font-size: 33px;
    color: var(--secondary-color);
}

.footer-top__left {
    margin-bottom: 40px;
}

.footer-top h3 {
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    margin: 0 0 2px;
}

.footer-link-col ul {
    padding: 0;
    margin: 0;
    gap: 11px;
    display: flex;
    flex-wrap: wrap;
}

.footer-link-col ul li {
    padding: 0;
    margin: 0;
    width: 100%;
}

.footer-link-col ul li:before {
    display: none;
}

.footer-link-col ul li a {
    font-size: 16px;
    color: #fff;
    font-weight: 400;
    line-height: 1.4375em;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-left: 22px;
    max-width: 270px;
}

.footer-link-col ul li a i {
    margin-right: 5px;
    font-size: 16px;
    color: var(--primary-color);
    position: absolute;
    left: 0;
    top: 4px;
    z-index: 1;
}

.footer-top__center {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 20px;
}

.footer-link-col--info h3 {
    margin: 0 0 10px;
}

.footer-link-col ul li a i.icon-pin {
    font-size: 15px;
}

.footer-link-col ul li a i.icon-pin:after {
    content: "";
    position: absolute;
    left: 4px;
    top: 2px;
    width: 8px;
    height: 8px;
    border-radius: 10px;
    background-color: #fff;
    z-index: -1;
}

.footer-top__right {
    margin-top: 40px;
}

.footer-certificate {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    margin-top: 45px;
}

.footer-certificate img {
    max-width: 104px;
    height: auto;
}

.footer-bottom__wrapper {
    position: relative;
}

.footer-bottom__wrapper ul {
    padding: 0;
    margin: 0;
    gap: 14px 46px;
    display: flex;
    flex-wrap: wrap;
}

.footer-bottom__wrapper ul li {
    padding: 0;
    margin: 0;
    font-size: 16px;
    color: #fff;
    font-weight: 400;
    line-height: 1.4375em;
}

.footer-bottom__wrapper ul li:before {
    display: none;
}

.footer-bottom__wrapper ul li a {
    font-size: 16px;
    color: #fff;
    font-weight: 400;
    line-height: 1.4375em;
}

.footer-bottom__wrapper ul li a:hover {
    color: var(--primary-color) ;
    text-shadow: none;
}

.back-to-top {
    position: absolute;
    left: 0;
    top: -116px;
}

.back-to-top a {
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    gap: 7px;
}

.back-to-top a i {
    width: 21px;
    height: 21px;
    background: var(--secondary-color);
    color: #fff;
    font-size: 11px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-top__center__left,
.footer-top__center__right {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 20px;
}

.half-form-text--contact+.page-footer {
    padding-top: 60px;
}

.footer-logo img {
    max-width: 330px;
    height: auto;
}

.footer-review-location .footer-review-location__item + .footer-review-location__item {
    margin-top: 10px;
}

.footer-review-location .footer-review-location__item > a {
    color: #fff;
    position: relative;
    padding-right: 28px;
    transition: background-size .3s ease, color .3s ease;
}

.footer-review-location .footer-review-location__item > a::after {
    content: '\e913';
    font-family: 'hales-icon';
    position: absolute;
    top: 50%;
    right: 0;
    font-size: 11px;
    font-weight: 400;
    transform: translate(0, -50%);
    line-height: 1em;
    width: 21px;
    height: 21px;
    border-radius: 50%;
    background: var(--secondary-color);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    color: #FFF;
    transition: all ease-in-out 0.2s;
}

.footer-review-location .footer-review-location__item > a:hover {
    font-weight: 400;
    color: var(--primary-color);
}

@media(min-width: 768px) {
    .page-footer {
        padding: 73px 0 0;
    }

    .footer-top__right .btn {
        position: absolute;
        top: 0;
        right: 0;
    }

    .footer-top {
        position: relative;
    }

    .footer-top__center {
        gap: 20px 60px;
        flex-direction: row;
        flex-wrap: wrap;
    }

    .footer-top__center__right {
        width: auto;
    } 

    .footer-top__left {
        margin-bottom: 45px;
    }

    .footer-certificate {
        padding: 10px;
        gap: 16px;
        justify-content: left;
    }

    .footer-bottom {
        margin: 74px 0 0;
        padding: 25px 0 15px;
    }

    .back-to-top {
        left: unset;
        top: -181px;
        right: 0;
    }

    .footer-bottom__wrapper ul {
        gap: 10px 35px;
    }

    .footer-certificate img {
        max-width: unset;
        width: 100px;
        height: 100px;
        object-fit: contain;
    }

    .half-form-text--contact+.page-footer {
        padding-top: 92px;
    }
}

@media(min-width: 1200px) {
    .footer-top {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
    }

    .footer-top__left {
        margin-bottom: 0;
    }

    .footer-top__center__right {
        width: 175px;
    }

    .footer-top__right {
        margin-top: 46px;
    }

    .footer-certificate {
        margin: 13px 0 0;
    }

    .back-to-top {
        top: 0;
        position: relative;
    }

    .footer-bottom__wrapper {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .footer-bottom {
        margin: 80px 0 0;
        padding: 15px 0;
    }

    .footer-bottom__wrapper ul {
        gap: 0 40px;
    }

    .footer-top__center {
        gap: 20px 50px;
        margin-top: -5px;
    }

    .back-to-top a:hover,

    .footer-bottom__wrapper ul li a:hover {
        color: var(--secondary-color);
    }

    .footer-link-col ul li a:hover,
    .footer-social ul li a:hover {
        color: var(--primary-color);
    }

    .footer-bottom__wrapper ul li a:hover {
        color: var(--primary-color) ;
        text-shadow: none;
    }

    .footer-right-bg-icon {
        position: absolute;
        right: -40px;
        bottom: -30px;
        z-index: -1;
    }

    .page-footer {
        padding: 78px 0 0;
    }

    .half-form-text--contact+.page-footer {
        padding-top: 79px;
    }
}