.page-footer {
    background: linear-gradient(270deg, rgba(9, 17, 70, 1) 0%, rgba(25, 34, 91, 1) 100%);
    padding: 35px 0 45px;
}

.footer-logo a {
    display: block;
    max-width: 85px;
    background: transparent;
}

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

.footer-top h3 {
    font-size: 20px;
    color: #fff;
    font-weight: 600;
    text-transform: capitalize;
    margin: 0 0 5px;
}

.footer-top__address p {
    color: #fff;
    padding-left: 27px;
    position: relative;
    font-family: "Barlow Condensed", serif;
    line-height: 1.25em;
    font-weight: 600;
    font-size: 16px;
}

.footer-top__address p i {
    font-size: 22px;
    position: absolute;
    left: -3px;
    top: 3px;
}

.footer-top__address p a {
    display: block;
    width: max-content;
    color: #fff;
    font-weight: 600;
    text-decoration: underline;
    text-transform: capitalize;
    margin-top: 4px;
}

.footer-top__address p a:before {
    opacity: 0;
}

.footer-top__info ul {
    padding: 0;
    margin: 0;
}

.footer-top__info ul li {
    padding: 0;
    margin: 0 0 5px 0;
}

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

.footer-top__info ul li a {
    color: #fff;
    padding-left: 27px;
    position: relative;
    font-family: "Barlow Condensed", serif;
    line-height: 1.25em;
    font-weight: 600;
    display: block;
    font-size: 16px;
    background: none;
}

.footer-top__info ul li a i {
    font-size: 16px;
    position: absolute;
    left: 0px;
    top: 6px;
}

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

.footer-top__social ul {
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 12px 15px;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.footer-top__social ul li {
    padding: 0;
    margin: 0 0 5px 0;
}

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

.footer-top__social ul li a {
    color: #19225B;
    line-height: 1em;
    font-size: 16px;
    background: #E8E8E8;
    width: 32px;
    height: 32px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-bottom ul {
    padding: 0;
    margin: 0;
}

.footer-bottom ul li {
    padding: 0;
    margin: 0 0 8px 0;
    color: #fff;
    position: relative;
    font-family: "Barlow Condensed", serif;
    line-height: 1.25em;
    font-weight: 600;
    font-size: 16px;
}

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

.footer-bottom ul li a {
    color: #fff;
    position: relative;
    font-family: "Barlow Condensed", serif;
    line-height: 1.25em;
    font-weight: 600;
    display: block;
    font-size: 16px;
    background: none;
}

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

.footer-logo {
    display: flex;
    gap: 50px;
    align-items: center;
}

img.top-work-place {
    max-width: 70px;
    height: auto;
}

@media(min-width: 768px) {
    .footer-top {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
    }
    .footer-top__social {
        width: 80px;
    }
    .footer-top__address {
        max-width: 250px;
    }
    .footer-top__info {
        margin: 0;
    }
    .footer-bottom ul {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        gap: 32px;
    }
    .page-footer {
        padding: 55px 0 45px;
    }
    .footer-bottom ul li {
        margin: 0;
    }
}

@media(min-width: 1200px) {
    .footer-logo a {
        max-width: 140px;
    }
    .footer-top__social {
        width: auto;
    }
    .footer-top__address {
        max-width: unset;
    }
    .footer-top__address p {
        font-size: 18px;
        line-height: 1.4444em;
    }
    .footer-top__info ul li a,
    .footer-bottom ul li a,
    .footer-bottom ul li {
        font-size: 18px;
    }
    .footer-top h3 {
        font-size: 24px;
        margin: 0 0 18px;
    }
    .footer-top__address p a:hover:before {
        opacity: 1;
    }
    .footer-top__address p a::before {
        margin-top: 2px;
    }
    .footer-top__info ul li a:hover,
    .footer-bottom ul li a:hover {
        color: #6BB92E;
    }
    .footer-top__social ul li a:hover {
        background-color: #6BB92E;
        color: #fff;
    }
    .footer-top__social ul li a:hover img {
        filter: brightness(0) invert(1);
    }
    .footer-top__left {
        width: 25%;
        margin: 0;
    }
    .footer-bottom {
        margin: 50px 0 0;
    }
    .footer-top__info ul li {
        padding: 0;
        margin: 0 0 18px 0;
    }
    .footer-top__info ul li:last-child {
        margin: 0;
    }
    .footer-top__address .btn-tertiary:hover {
        color: #6BB92E;
    }
    .footer-top {
        gap: 30px;
    }
}

.back-to-top {
    position: fixed;
    right: 0;
    bottom: 30px;
    z-index: 55;
}

.back-to-top a {
    width: 47px;
    height: 43px;
    font-weight: normal;
    display: flex;
    align-items: center;
    font-size: 20px;
    justify-content: center;
    border-radius: 50px 0 0 50px;
    background: #367C00;
    color: #fff;
}

.back-to-top a:hover {
    background: #2a5c03;
    color: #fff;
}

.back-to-top a i {
    transform: rotate(-90deg);
}

@media(min-width: 1366px) {
    .footer-top {
        margin-right: 70px;
    }
    .footer-top__left {
        width: 30%;
        margin: 0;
    }
}

@media(min-width: 1400px) {
    .footer-top__left {
        width: 33%;
        margin: 0;
    }
}