.page-footer {
    background-color: var(--color-black-gray);
}

.footer-top-wrapper {
    padding-top: 47px;
}

.footer-top-logo {
    max-width: 200px;
    margin-bottom: 30px;
    width: 100%;
}

.footer-top-logo > a {
    background: none;
    padding: 0;
}

.page-footer h3 {
    font-size: 20px;
    font-weight: 700;
    color: var(--color-primary);
    text-transform: uppercase;
    padding-bottom: 16px;
}

.footer-top-link ul li a {
    font-size: 18px;
    font-weight: 400;
    color: var(--color-white);
    padding: 0;
    text-transform: capitalize;
    text-decoration: none;
    background: none;
    transition: color .3s ease-in-out;
}

.footer-top-link ul li {
    padding: 0;
    margin: 0 0 8px 0;
}

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

.footer-top-link ul {
    padding: 0;
    margin: 0;
}

.footer-links .link-button {
    margin-top: 15px;
}

.footer-links .link-button > a {
    background: var(--color-primary) !important;
    color: var(--color-black);
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.31em;
    border-radius: 4px;
    text-decoration: none;
    text-transform: uppercase;
    padding: 15px 50px 15px 20px;
    position: relative;
}

.footer-links .link-button > a::after {
    content: '\e90f';
    font-family: 'icomoon';
    position: absolute;
    right: 18px;
    top: 50%;
    transform: translate(0, -50%);
    font-size: 20px;
    font-weight: normal;
}

.footer-top-link {
    margin-bottom: 32px;
}

.footer-top-info a.footer-call-btn {
    color: var(--color-primary);
    font-size: 20px;
    display: flex;
    font-weight: 700;
    align-items: center;
    text-decoration: none;
    background: none;
    transition: color 0.3s ease-in-out;
}

.footer-top-info a.footer-call-btn i {
    color: #B1B1B1;
    font-size: 31px;
    margin-right: 2px;
}

.footer-top-info .footer-top-info__address > a {
    background: none;
    color: var(--color-white);
    display: block;
    font-size: 18px;
    font-weight: 400;
    padding: 0;
    padding-bottom: 10px;
    max-width: 250px;
    width: 100%;
    transition: color 0.3s ease-in-out;
}

.footer-social-link {
    margin-top: 30px;
}

.footer-social-link ul li a {
    font-size: 3rem;
    font-weight: 400;
    color: var(--color-white);
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    padding: 0;
    position: relative;
    background: none;
    transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
}

.footer-social-link ul li {
    padding: 0;
    margin: 0 2px 0 0;
    position: relative;
}

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

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

.footer-bottom {
    background-color: var(--color-black);
    padding: 33px 0 30px;
    margin-top: 44px;
}

.footer-bottom-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column-reverse;
}

.back-top-btn a {
    margin: 0 auto 15px;
    width: 48px;
    height: 39px;
    background-color: var(--color-primary) !important;
    display: flex;
    align-items: center;
    justify-content: center;
    clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
    text-decoration: none;
    padding: 0;
    font-size: 19px;
    color: var(--color-black);
}

.footer-bottom-left ul {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
    justify-content: center;
}

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

.footer-bottom-left ul li {
    padding: 0 15px 0 0;
    margin: 0 15px 18px 0;
    font-size: 16px;
    font-weight: 400;
    color: var(--color-white);
}

.footer-bottom-left ul li:after {
    content: "";
    position: absolute;
    right: 0;
    top: 7px;
    width: 1px;
    height: 16px;
    background-color: #2B2B2B;
}

.footer-bottom-left ul li:last-child {
    width: 100%;
    text-align: center;
    margin: 0;
    padding: 0;
}

.footer-bottom-left ul li a {
    background: none;
    font-size: 16px;
    font-weight: 400;
    color: var(--color-white);
    padding: 0;
    text-decoration: none;
}


.footer-bottom-left ul li:nth-child(3) {
    margin: 0;
    padding: 0;
}

.footer-bottom-left ul li:nth-child(3):after,
.footer-bottom-left ul li:last-child:after {
    display: none;
}

@media(min-width: 768px) {
    .footer-top-right {
        display: flex;
        flex-direction: row-reverse;
        justify-content: space-between;
        width: 100%;
    }

    .footer-top-link {
        flex: 1;
        padding-left: 35px;
    }

    .footer-top-info {
        max-width: 200px;
        width: 100%;
    }

    .page-footer h3 {
        font-size: 24px;
    }

    .footer-top-link .btn {
        width: 203px;
    }

    .footer-links ul {
        column-count: 2;
        column-gap: 30px;
    }

    .footer-top-wrapper {
        padding-top: 73px;
    }

    .footer-bottom-wrapper {
        flex-direction: row;
    }

    .footer-bottom-left {
        flex: 1 0 auto;
        padding-right: 15px;
    }

    .back-top-btn a {
        margin-bottom: 0;
    }

    .footer-bottom {
        padding: 28px 0;
        margin-top: 64px;
    }

    .footer-bottom-left ul li {
        margin: 0 16px 0 0;
    }

    .footer-bottom-left ul li:nth-child(3) {
        margin: 0 16px 0 0;
        padding: 0 16px 0 0;
    }

    .footer-bottom-left ul li:nth-child(3):after {
        display: block;
    }

    .footer-bottom-left ul li:last-child {
        width: auto;
    }
}

@media (min-width:1025px) {
    .footer-bottom-left {
        flex: unset;
        padding-right: 0;
    }
}

@media(min-width: 1200px) {
    .back-top-btn a {
        font-size: 21px;
        width: 60px;
        height: 51px;
    }

    .footer-top-logo {
        max-width: 285px;
        margin-bottom: 0;
    }

    .footer-top-right {
        flex-direction: row;
        justify-content: unset;
    }

    .footer-top-wrapper {
        display: flex;
        padding-top: 100px;
        justify-content: flex-start;        
    }

    .footer-top-link {
        flex: unset;
        margin-bottom: 0;
    }

    .footer-links .link-button > a:hover {
        background: var(--color-primary-dark)!important;
        color: var(--color-black);
    }

    .footer-top-info {
        max-width: none;
        padding-left: 3rem;
        width: auto;
    }

    .footer-bottom {
        margin-top: 96px;
        padding: 30px 0;
    }

    .footer-bottom-left ul {
        justify-content: flex-start;
    }

    .footer-bottom-wrapper {
        position: relative;
    }

    .back-top-btn {
        position: fixed;
        bottom: 17px;
        right: 32px;
        z-index: 3;
    }

    .footer-bottom-left ul li a:hover,
    .footer-top-link ul li a:hover {
        color: var(--color-primary);
    }

    .footer-top-info .footer-top-info__address > a:hover,
    .footer-top-info a.footer-call-btn:hover {
        color: #B1B1B1;
    }

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

    .back-top-btn a:hover {
        background: #E9AF03;
    }

    .embedded-messaging .embeddedMessagingConversationButtonWrapper .embeddedMessagingConversationButton {
        right: 115px;
        bottom: 15px;
    }
}

@media ( min-width: 1366px ) {
    .footer-top-info {
        padding-left: 7rem;
    }
}


@media ( min-width: 1440px ) {
    .footer-top-right {
        /* justify-content: center; */
        padding-left: 7rem;
    }
}

@media(min-width: 1600px) {

    .footer-top-link {
        max-width: 636px;
        /* padding-left: 0; */
        width: 100%;
    }

    .footer-top-logo {
        max-width: 306px;
    }

    .footer-top-wrapper {
        padding-top: 96px;
    }

    .footer-bottom {
        margin-top: 65px;
    }

    .footer-bottom-left ul li {
        margin: 0 19px 0 0;
    }

    .footer-bottom-left ul li:nth-child(3) {
        margin: 0 19px 0 0;
        padding: 0 19px 0 0;
    }

    /* .footer-top-info {
        width: 100%;
        padding-left: 7rem;
    } */
}
