.footer-top {
    padding: 70px 0 50px;
}

.footer-top h3,
.footer-top .mailpoet_form h3 {
    font-size: 18px;
    line-height: 1.5em;
    padding-bottom: 24px;
    color: #2D2A26;
}

.page-footer {
    position: relative;
}

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

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

.footer-logo-image {
    width: 160px;/*113*/
    margin: 0 auto 50px;
}

.footer-social-icon ul {
    width: 100%;
    display: flex;
    justify-content: center;
}

.footer-social-icon ul li a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    background-color: #0093C9;
    color: #FFFFFF;
    margin-right: 11px;
    font-size: 25px;
    border-radius: 50%;
}

.footer-social-icon ul li:last-child a {
    margin-right: 0;
}

.footer-address {
    margin-top: 66px;
}

.footer-address h3 {
    padding-bottom: 20px;
}

.footer-address ul li {
    display: flex;
    align-items: flex-start;
    margin-bottom: 36px;
}

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

.footer-address ul li i {
    font-size: 25px;
    color: #0093C9;
    margin: 0px 13px 0 0;
}

.footer-address ul li:first-child i {
    margin-top: 5px;
}

.footer-address ul li p {
    font-size: 16px;
}

.footer-address ul li a {
    font-size: 16px;
    font-weight: 600;
}

.footer-email-form-wrapp ,
.footer-quick-link {
    margin-top: 53px;
}

.footer-quick-link ul li {
    margin-bottom: 15px;
}

.footer-quick-link ul li:last-child {
    margin-bottom: 0px;
}

.footer-quick-link ul li a {
    font-size: 16px;
    color: #2D2A26;
    display: inline-block;
}

.footer-email-form {
    width: 100%;
    position: relative;
}

.footer-email-form input[type=text],
.footer-email-form input[type=email] {
    width: 100%;
    height: 51px;
    color: #ABA9A8;
    font-size: 15px;
    background-color: #F8F8F8;
    padding: 0 50px 0 20px;
    margin-bottom: 15px;
    border: none;
}

.footer-email-form input[type=text].LV_invalid_field {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22.535' height='22.535' viewBox='0 0 22.535 22.535'%3E%3Cpath id='Icon_material-error' data-name='Icon material-error' d='M14.268,3A11.268,11.268,0,1,0,25.535,14.268,11.272,11.272,0,0,0,14.268,3Zm1.127,16.9H13.141V17.648h2.254Zm0-4.507H13.141V8.634h2.254Z' transform='translate(-3 -3)' fill='%23cf3339'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-position: calc(100% - 14px) 50%;
}

.footer-email-form input[type=email],
.footer-email-form .choices,
.footer-email-form .choices__inner {
    border-radius: 0;
}

.field-control-wrapper .choices__inner {
    margin-bottom: 15px;
}

.field-control-wrapper .choices__list--single {
    padding: 7px 16px 7px 0;
}

.LV_validation_message.LV_invalid,
.LV_validation_message.LV_valid {
    letter-spacing: 1.2px;
    color: #CF3339;
    text-transform: uppercase;
    font-family: "Poppins", sans-serif;
    font-size: 12px;
    line-height: 18px;
    font-weight: 500;
    margin-top: -5px;
    display: block;
    margin-bottom: 10px;
}

.LV_validation_message.LV_valid {
    color: var(--solid-blue);
}

.footer-email-form .choices {
    margin-bottom: 15px;
}

.footer-email-form .choices__inner {
    background-color: #F8F8F8;
    border: none;
}

.footer-email-form .choices[data-type*="select-one"]::after {
    height: 50px;
}

.footer-email-form__btn {
    text-align: right;
}

.footer-email-form input[type=submit] {
    margin-top: 5px;
}

@media (max-width: 767px) {
    .footer-email-form input[type=submit] {
        margin-left: auto;
        display: block;
    }
}

.footer-email-form input[type=text]::placeholder {
    opacity: 1;
}

.footer-email-form__desclaimer {
    margin-top: 17px;
}

.footer-email-form__desclaimer p {
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
    line-height: 1.667;
    font-weight: 500;
    color: #9A9A9A;
}

.footer-button {
    padding-top: 50px;
    text-align: center;
}

.footer-bottom {
    border-top: 1px solid #ABA9A8;
    width: 100%;
    padding: 26px 0 29px;
}

.footer-bottom-link ul {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 17px;
    flex-wrap: wrap;
}

.footer-bottom-link ul li a {
    display: inline-block;
    font-size: 14px;
    color: #ABA9A8;
    padding: 0 20px;
    position: relative;
    font-weight: 400;
    letter-spacing: 0.030em;
}

.footer-bottom-link ul li a::before {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    width: 1px;
    height: 70%;
    background-color: #ABA9A8;
    transform: translate(0% , -50%);
}

.footer-bottom-link ul li:last-child a::before {
    display: none;
}

.footer-copyright p {
    text-align: center;
    padding: 0 5px;
    color: #ABA9A8;
    letter-spacing: 0.030em;
}

.mailpoet_form {
    border: none !important;
}

@media(min-width: 768px) {
    .footer-logo-image {
        width: 160px;/*83*/
        margin: 0 0 40px;
    }

    .footer-logo-wrapp {
        width: auto;
    }

    .footer-social-icon ul {
        justify-content: start;
    }

    .footer-social-icon ul li a {
        width: 39px;
        height: 39px;
        font-size: 20px;
    }

    .footer-top {
        padding: 70px 0 68px;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .footer-quick-link {
        margin-top: 0;
    }

    .footer-bottom-link ul li a {
        padding: 0 10px;
    }

    .footer-address {
        margin: 0 0 63px 30px;
    }

    .footer-email-form-wrapp {
        width: 374px;
        margin: 0 0;
    }

    .footer-button {
        text-align: left;
        padding-top: 48px;
    }

    .footer-button .btn + .btn {
        margin-top: 0;
        margin-left: 4px;
    }

    .footer-bottom {
        border-top: 1px solid #ABA9A8;
        width: 100%;
        padding: 17px 0 26px;
    }

    .footer-bottom-link ul {
        margin-bottom: 19px;
      }
}

@media(min-width: 1200px) {
    .footer-top {
        padding: 100px 0 64px;
    }

    .footer-button {
        text-align: right;
    }

    .footer-button .btn {
        padding: 16px 36px 15px;
    }

    .footer-button .btn + .btn {
        margin-top: 0;
        margin-left: 15px;
    }

    .footer-social-icon ul li a {
        width: 35px;
        height: 35px;
        font-size: 17px;
        margin-right: 8px;
    }

    .footer-social-icon ul li a:hover {
        background-color: #CF3339;
    }

    .footer-bottom-link ul li a:hover,
    .footer-quick-link ul li a:hover,
    .footer-address ul li a:hover {
        border-color: transparent;
        color: #CF3339;
    }

    .footer-logo-image {
        width: 160px;/*91*/
        margin: 0 0 45px;
        padding-top: 7px;
    }

    .footer-logo-wrapp {
        margin-right: 40px;
    }

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

    .footer-quick-link {
        margin: 0 30px 0 0;
    }

    .footer-quick-link ul li a {
        font-weight: 400;
    }

    .footer-bottom-link ul {
        width: auto;
        margin: 0 0;
        justify-content: start;
    }

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

    .footer-bottom-link ul li:first-child a {
        padding-left: 0;
    }

    .footer-copyright p {
        text-align: left;
        padding: 0px;
        font-size: 14px;
    }

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

    .footer-bottom-link ul li a {
        padding: 0 20px;
    }
}

@media(min-width: 1400px) {

    .footer-logo-wrapp {
        margin-right: 70px;
    }

    .footer-address {
        margin: 0 96px 0 0;
    }

    .footer-quick-link {
        margin: 0 94px 0 0;
    }
}


.back-to-top {
    position: fixed;
    right: 8px;
    bottom: 60px;
    opacity: 1;
    transition: all 0.5s;
    transform: rotate(-90deg);
    z-index: 999;
}

.btn-back-to-top {
    background-color: #FFFFFF;
    border: 2px solid #0093C9;
    color: #000;
    text-transform: uppercase;
    padding: 0;
    font-size: 14px;
    line-height: 0.9em;
    height: 42px;
    width: 42px;
    display: block;
}

.back-to-top i {
    position: absolute;
    top: 50%;
    transform: translate(50%, -50%) rotate(90deg);
    right: 50%;
}

.btn-back-to-top span {
    display: none;
}

.show-back-btn {
    opacity: 1;
    bottom: 101px;
}

@media (min-width: 768px) {
    .back-to-top {
        bottom: 100px;
        right: -40px;
    }
        .btn-back-to-top {
            height: auto;
            width: auto;
            display: inline-block;
            padding: 15px 42px 15px 22px;
        }
            .btn-back-to-top span {
                display: inline-block;
            }
            .back-to-top i {
                top: 16px;
                transform: rotate(90deg);
                right: 18px;
            }
}

@media (min-width: 1200px) {
    .btn-back-to-top:hover {
        color: #fff;
    }
}


@media (min-width:768px) and (max-width:1024px) {
    .footer-top > div {
        width: 50%;
        margin: 0 0 40px 0;
    }

    .footer-top > div.footer-address {
        width: 33.33%;
    }
}

.newsletter-form__error:not(:empty),
.newsletter-form__success:not(:empty) {
    margin-top: 16px;
    padding: 12px 16px;
    color: #fff;
    border-radius: 5px;
}

.newsletter-form__error {
    background-color: var( --solid-red );
}

.newsletter-form__success {
    background-color: var(--solid-red);
}