.page-footer {
    background-color: #00162E;
    position: relative;
    z-index: 2;
    overflow: hidden;
}

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

.footer-logo {
    max-width: 166px;
    margin: 0 0 35px;
}

.footer-logo a {
    display: block;
    background: transparent !important;
    border: none !important;
}

.footer-logo a img {
    width: 100%;
    height: auto;
}

.footer-top h3 {
    text-transform: uppercase;
    font-size: 18px;
    margin: 0;
    padding: 0 0 16px 0;
}

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

.footer-contact ul li {
    padding: 0 0 0 26px;
    margin: 0 0 6px 0;
}

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

.footer-contact ul li i {
    position: absolute;
    left: 0;
    top: 4px;
    font-size: 19px;
    color: #1A79B1;
}

.footer-contact ul li i.icon-phone {
    font-size: 21px;
}

.footer-contact ul li a {
    color: #FFFFFF;
    font-size: 16px;
    line-height: 1.75em;
    background: transparent;
    font-weight: 400;
    border: none;
}

.footer-contact {
    margin-bottom: 35px;
}

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

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

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

.footer-link {
    margin-bottom: 35px;
}

.footer-link ul li a {
    color: #FFFFFF;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.75em;
    border: none;
    background: transparent;
}

.footer-bottom-wrapper ul {
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.footer-bottom-wrapper ul li {
    padding: 0;
    margin: 0 0 15px 0;
    color: rgba(255,255,255,0.64);
    font-weight: 400;
    font-size: 16px;
    line-height: 1.75em;
}

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

.footer-bottom {
    padding: 25px 0;
    background-color: #122840;
}

.footer-bottom-wrapper ul li a {
    color: rgba(255,255,255,0.64);
    font-weight: 400;
    font-size: 16px;
    border: none;
    line-height: 1.75em;
    background: transparent;
}

.back-to-top a {
    font-size: 18px;
    font-weight: 700;
    color: #FFFFFF;
    border: none;
    background: transparent;
    padding-right: 22px;
    position: relative;
}

.back-to-top a:after {
    content: '\e904';
    font-family: 'coolit-icon';
    position: absolute;
    top: 50%;
    right: 0;
    font-size: 15px;
    font-weight: normal;
    transform: translate(0, -50%);
    line-height: 1em;
}

.footer-contact .btn-tertiary {
    margin-top: 8px;
    font-size: 18px;
}

@media(min-width: 768px) {
    .footer-logo {
        width: 100%;
        max-width: unset;
        margin: 0 0 37px;
    }

    .footer-top h3 {
        font-size: 21px;
    }

    .footer-top-flex {
        flex-wrap: wrap;
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
    }

    .footer-logo a {
        max-width: 200px;
    }

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

    .footer-link {
        width: 50%;
        margin: 0;
        padding-left: 21px;
    }

    .footer-btns {
        margin-top: 36px;
    }

    .footer-btns .btn + .btn {
        margin-left: 12px;
    }

    .footer-bottom {
        padding: 0;
        background-color: transparent;
    }

    .footer-bottom-wrapper {
        padding: 16px 0 16px 72px;
        background-color: #122840;
        border-radius: 70px 0 0 70px;
        position: relative;
    }

    .footer-bottom-wrapper:after {
        content: "";
        position: absolute;
        top: 0;
        right: -100%;
        width: 100%;
        background-color: #122840;
        height: 100%;
    }

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

    .footer-bottom-wrapper ul li {
        margin: 0 100px 10px 0;
    }

    .footer-bottom-wrapper ul li:nth-child(3) {
        margin: 0 0 10px 0;
    }

    .footer-bottom-wrapper ul li:last-child {
        margin: 0;
    }

    .footer-bottom-wrapper ul li:first-child {
        margin-left: 30px;
    }

    .back-to-top {
        position: absolute;
        right: 72px;
        bottom: 16px;
    }

    .footer-link ul li a {
        font-size: 18px;
    }

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

    .footer-contact ul li a {
        font-size: 18px;
    }
}


@media(min-width: 1200px) {
    .footer-bottom-wrapper {
        padding: 12px 0 17px 43px;
        margin-left: 136px;
    }

    .footer-bottom-wrapper ul li {
        margin: 0 100px 0 0 !important;
    }

    .footer-bottom-wrapper ul li:last-child {
        margin: 0 0 0 0 !important;
    }

    .footer-logo {
        width: max-content;
        margin: 0;
    }

    .footer-contact {
        width: auto;
    }

    .footer-link {
        width: auto;
    }

    .footer-btns {
        margin-top: 0;
        width: 244px;
        text-align: right;
    }

    .footer-btns .btn + .btn {
        margin-left: 0;
        margin-top: 20px;
    }

    .footer-top {
        padding: 56px 0 65px;
    }

    .footer-logo a {
        max-width: 240px;
    }

    .back-to-top {
        right: 0;
    }

    .footer-contact .btn-tertiary {
        margin-top: 4px;
    }

    .footer-contact ul li a:hover,
    .footer-link ul li a:hover {
        color: #FFAD0A;
    }

    .footer-bottom-wrapper ul li a:hover {
        color: #FFAD0A;
    }

    .back-to-top a:hover {
        color: #c28100;
    }
}