.page-footer p a,
.page-footer li a,
.footer-logo a,
.back-to-top a {
    background: none;
}


.footer-bottom {
    background-color: #2B3139;
    padding: 16px 0;
}

.footer-bottom__wrapper ul {
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    list-style-type: none;
}

.footer-bottom__wrapper ul li {
    padding: 0 9px;
    margin: 0;
    position: relative;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    background-image: none;
}

.footer-bottom__wrapper ul li:after {
    content: "|";
    position: absolute;
    right: -1px;
    top: 0;
}

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

.footer-bottom__wrapper ul li a {
    color: #fff;
    border: none;
    text-decoration: none;
    font-size: 14px;
    font-weight: 400;
}

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

.back-to-top a {
    font-size: 16px;
    border: none;
    font-weight: 500;
    color: #fff;
    text-decoration: none;
    margin: 12px auto 0;
    display: table;
    position: relative;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    font-family: "Barlow", sans-serif;
    padding: 0 0 4px 0;
    padding-right: 33px;
}

.back-to-top a:after {
    content: "\e90b";
    font-family: 'ingstrup-icon';
    position: absolute;
    right: 0;
    top: -1px;
    font-size: 17px;
    transform: rotate(-90deg);
}

.back-to-top a:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: calc(100% - 8px);
    background-color: #84329B;
    height: 2px;
}

.footer-top h3 {
    font-size: 18px;
    color: #000000;
    font-weight: 700;
    position: relative;
    text-transform: uppercase;
    padding: 0 0 11px;
    margin: 0 0 13px;
}

.footer-top h3:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 76px;
    background-color: #84329B;
    height: 2px;
}

.footer-top__wrap__info__contact {
    margin: 32px 0;
}

.footer-top__wrap__info__contact p {
    position: relative;
    padding: 0 0 0 27px;
    font-size: 16px;
    color: #2B3139;
    font-weight: 400;
    line-height: 1.375em;
    margin: 0 0 16px;
}

.footer-top__wrap__info__contact p:last-child {
    margin: 0;
}

.footer-top__wrap__info__contact a {
    font-size: 16px;
    color: #2B3139;
    font-weight: 400;
    text-decoration: none;
    border: none;
}

.footer-top__wrap__info__contact p i {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 16px;
    color: #78BE20;
}

.footer-top__wrap__info__contact p i.icon-pin {
    font-size: 22px;
    left: -2px;
}

.footer-top {
    padding: 174px 0 64px;
    background-color: #F4F4F5;
}

.footer-top__wrap__info__time p {
    position: relative;
    padding: 0;
    font-size: 16px;
    color: #2B3139;
    font-weight: 400;
    margin: 0;
    line-height: 1.375em;
}

.footer-top__wrap__link ul {
    padding: 0;
    margin: 0;
    column-count: 2;
}

.footer-top__wrap__link ul li {
    padding: 0;
    margin: 0;    
    background-image: none;
}

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

.footer-top__wrap__link ul li a {
    font-size: 16px;
    font-weight: 400;
    color: #2B3139;
    border-bottom: none;
}

.footer-logo a {
    display: table;
    margin: 0 auto;
    border-bottom: none;
}

.footer-social {
    margin: 25px 0 40px;
}

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

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

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

.footer-social ul li a {
    width: 45px;
    height: 45px;
    background-color: #2B3139;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border-bottom: none;
}

.footer-social ul li a i.icon-yelp {
    font-size: 25px;
}


@media(min-width: 768px) {
    .footer-top__wrap {
        display: flex;
        flex-wrap: wrap;
    }

    .footer-top__wrap__left {
        width: 410px;
        padding-left: 20px;
    }

    .footer-top__wrap__link {
        width: calc(100% - 410px);
    }

    .footer-top__wrap__link ul {
        column-count: unset;
    }

    .footer-logo a {
        margin: 0;
    }

    .footer-social {
        margin: 25px 0 70px;
        width: 263px;
    }

    .footer-top__wrap__info {
        width: 100%;
        display: flex;
    }

    .footer-top__wrap__info__contact {
        margin: 0;
        width: 50%;
    }

    .footer-top__wrap__info__time {
        width: 50%;
    }

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

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

    .back-to-top a {
        margin: 0;
    }

    .footer-bottom__wrapper ul {
        margin: 0 0 0 -9px;
        justify-content: flex-start;
    }

    .footer-top__wrap__link ul li {
        margin: 0 0 3px 0;
    }

    .footer-top {
        padding: 138px 0 64px;
    }

    .footer-bottom {
        padding: 13px 0;
    }
}

@media(min-width: 1200px) {
    .footer-top__wrap__info {
        width: 295px;
        display: inline-block;
        padding-right: 0;
        margin: 0 0 0 -40px;
        position: relative;
    }

    .footer-top__wrap__left {
        width: 263px;
        padding-left: 0;
        position: relative;
        top: -20px;
    }

    .footer-top__wrap {
        justify-content: space-between;
        align-items: flex-start;
    }

    .footer-top__wrap__link {
        width: auto;
        position: relative;
        left: -20px;
    }

    .footer-top__wrap__info__time {
        width: 100%;
        margin: 32px 0 0;
    }

    .footer-top__wrap__info__contact {
        margin: 0;
        width: 100%;
    }

    .footer-top__wrap__btns {
        display: flex;
        flex-direction: column;
        gap: 16px 0;
        align-items: flex-end;
    }

    .footer-top__wrap__btns .btn {
        width: max-content;
    }

    .footer-top__wrap__btns .btn + .btn {
        margin: 0;
    }

    .footer-social {
        margin: 25px 0 0;
    }

    .footer-top {
        padding: 164px 0 96px;
    }

    .footer-social ul li a:hover {
        background-color: #78be20;
    }

    .footer-bottom__wrapper ul li a:hover,
    .footer-top__wrap__link ul li a:hover,
    .footer-top__wrap__info__contact a:hover {
        color: #78be20;
    }

    .back-to-top a:hover {
        color: #78be20;
        border-color: #78be20;
    }

    .back-to-top a:hover:before {
        background-color: #78be20;
    }
}