footer {
    background: var(--footer_bg_color, #ffffff);
    padding: 50px 0px;
}

.footer-text li {
    font-size: 14px;
    color: var(--footer_font_color, #000000);
    letter-spacing: 0.28px;
    line-height: 28px;
    margin-left: 63px;
    padding: 0px !important;
    font-size: initial !important;
}

.footer-text li:after {
    content: none !important;
}

.footer-link a:first-child {
  margin-left: 0;
}

.footer-link a,
.footer-text li a {
    color: var(--footer_active_color, #000000) !important;
}

.footer-link a:hover,
.footer-text li a:hover {
    color: var(--footer_active_color, #000000) !important;
}

.footer-text li:first-child {
    margin-left: 0px;
}

@media(min-width: 1460px) and (max-width: 1559px) {
    footer {
        padding: 40px 0px;
    }
}

@media(min-width: 1360px) and (max-width: 1459px) {
    footer {
        padding: 30px 0px;
    }
}

@media(min-width: 1200px) and (max-width: 1359px) {
    footer {
        padding: 30px 0px;
    }
}

@media(min-width: 992px) and (max-width: 1199px) {
    footer {
        padding: 30px 0px;
    }
}

@media(min-width: 768px) and (max-width: 991px) {
    footer {
        padding: 20px 0px 25px;
    }

    .footer-text li {
        font-size: 12px;
        margin-left: 17px;
    }

    .link {
        font-size: 12px;
    }
}

@media(max-width: 767px) {
    footer {
        padding: 20px 0px 25px;
    }

    .footer-text li {
        font-size: 13px;
        line-height: 21px;
        margin-left: 0px;
        width: 100%;
        text-align: center;
        margin-top: 5px;
    }

    .link {
        font-size: 13px;
    }

    .footer-link {
        width: 100%;
        text-align: center;
        margin-top: 5px;
    }
}

.footer-top,
footer,
.footer-bottom {
    background-color: var(--footer_bg_color, #ffffff);
    color: var(--footer_font_color, #000000);
}

.footer-bottom {
    border-top: 2px solid #E8E8E81A;
}

.footer-top,
.footer-bottom {
    padding: 50px 0;
}

.footer-bottom .footer-text li {
    font-size: 13px !important;
}

.footer-top h3 {
    font-size: 14px;
    line-height: 19px;
    padding-bottom: 20px;
    color: var(--footer_font_color, #000000);
}

.footer-newsletter h3 {
    font-size: 14px;
    line-height: 19px;
    padding-bottom: 20px;
    color: var(--footer_font_color, #000000);
}

.footer-box ul li {
    padding: 0;
    font-size: 13px;
    line-height: 15px;
    margin: 10px 0;
}

.footer-box ul li a {
    line-height: 20px;
    color: rgba(255, 255, 255, 0.6);
}

.footer-box ul li:after {
    display: none;
}

.footer-newsletter p {
    font-size: 12px;
    padding-bottom: 20px;
    line-height: 18px;
}

.footer-newsletter .newsletter-wraper input {
    border-radius: 5px;
    background-color: #FFFFFF;
    padding: 13px 18px;
    border: none;
    color: #000000;
    width: calc(100% - 119px);
    line-height: 20px;
}

.footer-top-place {
    font-size: 13px;
    line-height: 24px;
}

.footer-newsletter .newsletter-error {
    margin-bottom: 17px;
}

.footer-bottom .footer-left,
.footer-bottom .footer-text {
    width: 100%;
    justify-content: space-between;
}

.newsletter-agreement-checkbox {
    margin-right: 12px;
}

.footer-newsletter .newsletter-wraper button {
    background-color: #0E58B9;
    border-radius: 5px;
    color: var(--footer_font_color, #000000);
    border: none;
    letter-spacing: 0.35px;
    width: 110px;
    min-width: 110px;
    font-size: 14px;
}

.footer-top-link {
    margin-bottom: 20px;
}

.footer-top-link a {
    color: var(--footer_active_color, #000000) !important;
    font-size: 18px;
    display: flex;
    align-items: center;
}

.footer-top-link img {
    margin-right: 11px;
}

.newsletter-agreement {
    color: rgba(255, 255, 255, 0.6);
    font-size: 10px;
}

.newsletter-agreement a {
    color: rgba(255, 255, 255, 0.6);
    text-decoration: underline !important;
}


.newsletter-agreement-checkbox input[type="checkbox"].error~.checkmark {
    border: 1px solid red;
}



.newsletter-agreement-checkbox {
    display: block;
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 18px;
    min-width: 18px;
    margin: 0 14px 0 0;
    font-size: 0;
    line-height: 0;
    height: 18px;
}

.newsletter-agreement-checkbox .checkmark {
    position: absolute;
    top: -3px;
    left: 0;
    height: 18px;
    width: 18px;
    background-color: #eee;
    border-radius: 3px;
}

.newsletter-agreement-checkbox .checkmark:after {
    left: 8px;
    top: 4px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    content: "";
    position: absolute;
    display: none;
}

.newsletter-agreement-checkbox:hover input~.checkmark {
    background-color: #ccc;
}

.newsletter-agreement-checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.newsletter-agreement-checkbox input:checked~.checkmark {
    background-color: var(--header_active_color, #008E2F);
}

.newsletter-agreement-checkbox input:checked~.checkmark:after {
    display: block;
}

.newsletter-error {
  padding: 0;
  display: block;
  font-size: 11px;
  color: #f20c0c;
  margin-top: 4px;
  list-style-type: none;
}

.footer-socials {
    transform: translateY(-50%);
    list-style: none;
    display: flex;
    margin-top: 20px;
    float: right;
}

.footer-socials li img {
    width: 42px;
    height: 42px;
    margin: 5px;
}
  
.footer-socials li:after {
    display: none;
}