.page-footer {
    background: #131313;
    padding: 60px 0;
}

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

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

.page-footer ul li a {
    border-bottom: none;
}

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

.footer-top-newsletter label {
    display: block;
    font-size: 20px;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    font-style: italic;
    margin: 0 0 8px;
}

.footer-top-newsletter__input input {
    display: block;
    width: 100%;
    background: rgba(238, 238, 238, 0.15);
    border: none;
    padding: 10px 155px 10px 15px;
    color: #002745;
    font-size: 16px;
    font-weight: 400;
    border-radius: 12px;
    height: 44px;
}

.footer-top-newsletter__input input:focus,
.footer-top-newsletter__input input:not(:placeholder-shown) {
    background: rgba(255, 255, 255, 0.9);
    border: none;
}

.footer-top-newsletter__input input::placeholder {
    color: #fff;
    opacity: 1;
}

.footer-top-newsletter {
    margin: 0 0 38px;
}

.footer-top-newsletter__input {
    position: relative;
}

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

.footer-top__contact ul {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 22px;
}

.footer-top__contact ul li a {
    font-size: 18px;
    color: #fff;
    font-weight: 400;
    padding: 0 0 0 20px;
    position: relative;
    text-decoration: none;
    font-style: normal;
    display: block;
    line-height: 1.555em;
    background: none;
    -webkit-text-stroke: 0 !important;
    transition: color 0.3s ease-in-out;
}

.footer-top__contact ul li a i {
    position: absolute;
    left: 0;
    top: 8px;
    color: #0081D5;
    font-size: 14px;
}

.footer-top__social ul li {
    display: inline-block;
    margin-right: 5px;
    /* display: flex;
    justify-content: flex-start;
    gap: 18px;
    align-items: center; */
}

.footer-top__social ul li:not(:first-child) {
    margin-right: 10px;
}

.footer-top__social ul li a {
    font-size: 29px;
    color: #fff;
    font-weight: normal;
    position: relative;
    text-decoration: none;
    font-style: normal;
    display: block;
    line-height: 1em;
}

.footer-top__social {
    margin: 31px 0 0;
}

.footer-top__links ul {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 9px;
}

.footer-top__links ul li a {
    font-size: 18px;
    color: #fff;
    font-weight: 400;
    position: relative;
    text-decoration: none;
    font-style: normal;
    display: block;
    line-height: 1.555em;
}

.footer-top__links ul li a span {
    color: #0081D5;
}

.footer-top__links {
    margin: 35px 0 0;
}

.footer-bottom ul {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 15px;
}

@media( min-width: 400px ) {
    .footer-bottom ul {
        gap: 35px 33px;
    }
}

.footer-bottom ul li,
.footer-bottom ul li a {
    font-size: 16px;
    color: #fff;
    font-weight: 400;
    position: relative;
    text-decoration: none;
    font-style: normal;
    display: block;
    line-height: 1em;
}

.back-to-top a {
    font-size: 22px;
    font-weight: 600;
    color: #0F74C2;
    font-style: italic;
    border-bottom: none;
    text-transform: uppercase;
    padding: 0 25px 0 0;
    position: relative;
}

.back-to-top a:after {
    content: "\e907";
    font-family: 'lat-icon';
    position: absolute;
    top: 50%;
    right: 0;
    font-size: 15px;
    font-weight: normal;
    transform: translate(0, -50%);
    font-style: normal;
}

.back-to-top {
    margin: 22px 0 0;
}

.page-footer h3 {
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    font-style: normal;
    text-transform: none;
    margin: 0 0 14px;
}

.footer-top__payment ul {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 13px;
}

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

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

@media( min-width: 400px ) {
    .footer-bottom {
        margin: 90px 0 0;
    }
}

.footer-top-newsletter .wpcf7-response-output {
    display: none;
}

.footer-bottom ul li a:hover,
.footer-top__social ul li a:hover {
    background: none;
}

@media(min-width: 768px) {
    .footer-top-newsletter__input input {
        font-size: 18px;
    }

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

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

    .footer-top__left {
        width: calc(63% - 36px);
    }

    .footer-top__right {
        width: calc(36% - 36px);
        display: flex;
        flex-direction: column-reverse;
    }

    .footer-top__payment {
        margin: 0;
    }

    .footer-top-newsletter {
        margin: 0 0 58px;
    }

    .footer-top__links {
        margin: 68px 0 0;
    }

    .footer-bottom {
        display: flex;
        align-items: flex-end;
        justify-content: space-between;
    }

    .footer-bottom ul {
        gap: 28px 33px;
        width: 60%;
    }

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


@media(min-width: 1200px) {
    .footer-bottom ul {
        gap: 28px 50px;
        width: max-content;
    }

    .page-footer {
        padding: 30px 0 15px;
    }

    .footer-top-newsletter {
        width: 382px;
        margin: 0;
    }

    .footer-top__right {
        width: calc(34% - 36px);
        display: flex;
        flex-direction: row;
        align-items: flex-start;
        justify-content: space-between;
    }

    .footer-top__left {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        width: calc(66% - 30px);
    }

    .footer-top__links {
        margin: 0;
    }

    .footer-bottom {
        margin: 70px 0 0;
        align-items: center;
    }

    .footer-top__payment {
        margin-right: -15px;
    }

    .footer-top__social ul li a:hover,
    .footer-top__contact ul li a:hover,
    .footer-top__links ul li a:hover,
    .footer-bottom ul li a:hover {
        color: #0081D5;
    }

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