.footer-logo {
    margin-bottom: 1.5rem;
    display: table;
}

#footer ul.contacts a:hover,
#footer #menu-footer li a:hover,
#footer #menu-footer-1 li a:hover,
#footer .menu-footer-container .contacts li:hover i {
    color: var(--color1);
}

#footer {
    background-color: #EFE6C2;
    position: relative;
}

#footer .footer-menu-column .title {
    color: var(--color3);
    font-family: var(--main_bold);
    font-size: 1.09rem;
    margin-bottom: 1rem;
}

#footer .footer-menu-column {
    margin-bottom: 1.75rem;
}

#footer ul.contacts li a,
#footer #menu-footer li a,
#footer #menu-footer-1 li a {
    color: var(--color3);
    font-family: var(--main_font);
    font-size: 15px;
    color: var(--color3);
}

#footer ul.contacts li a {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

#footer ul.contacts li a.footer-email {
    font-family: var(--english_font);
}

#footer .copyright {
    padding: 0.75rem 0;
    background-color: #fff;
}

#footer .copyright-content {
    display: flex;
    align-items: center;
    justify-content: center;
}

#footer .copyright p {
    color: var(--color3);
    font-family: var(--main_font);
}

#footer .copyright span {
    font-family: var(--dana_bold);
    color: var(--color2);
}

#footer .footer-socials {
    display: flex;
    align-items: center;
    gap: 1rem;
    justify-content: center;
    padding-bottom: 1.25rem;
}

#footer .footer-socials a {
    font-size: 20px;
    color: #fff;
    background-color: var(--color1);
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
}

#footer .footer-socials a:hover {
    background-color: var(--color2);
}

#footer .menu-footer-container .contacts li i {
    width: 36px;
    height: 36px;
    font-size: 1.5rem;
    color: var(--color3);
    transition: 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
}

#footer .menu-footer-container .contacts li i.icon-email {
    font-size: 1.25rem;
}

#footer .payment-method .methods {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

#footer .payment-method {
    gap: 1rem !important;
}

#footer .payment-method .methods .pay-title {
    font-size: 0.875rem;
    color: var(--color3);
}

@media screen and (min-width: 62em) {

    ul.contacts,
    .menu-footer-container {
        display: flex !important;
        flex-direction: column;
        gap: 1rem;
        padding-left: 0.5rem;
    }

    #footer .title {
        pointer-events: none;
    }

    .menu-footer-container ul.footer-sub-menu {
        display: flex;
        flex-direction: column;
        gap: 0.5rem;
    }

    #footer .payment-method {
        padding-left: 0.5rem;
        display: flex;
        flex-direction: column;
    }

}

@media screen and (max-width: 992px) {
    .footer-logo {
        padding-bottom: 2.5rem;
        margin: auto;
    }

    .accordion-title+ul.contacts,
    .accordion-title+.menu-footer-container {
        display: none;
        background: rgba(255, 255, 255, 0.5);
        padding: 20px 28px 14px;
        margin-bottom: 0.5rem;
        position: relative;
    }

    #footer .footer-menu-column ul {
        display: flex;
        flex-direction: column;
        gap: 6px;
    }

    #footer .title.accordion-title:after {
        content: "\e919";
        font-family: 'icomoon';
        line-height: 2px;
        transition: 0.4s;
        font-size: 10px;
    }

    #footer .accordion-title.active:after {
        transition: 0.4s;
        transform: rotate(180deg);
    }

    #footer .footer-menu-column {
        margin-bottom: 1rem;
        width: 100%;
    }

    #footer .footer-socials {
        justify-content: center;
        margin-top: 1.5rem;
    }

    #footer .title.accordion-title {
        margin-bottom: 0px;
        position: relative;
        background: rgba(255, 255, 255, 0.5);
        padding: 0.875rem 1rem;
        display: flex;
        align-items: center;
        justify-content: space-between;
        transition: 0.3s;
    }

    .wrap-contact h4,
    .contacts li a {
        color: #fff;
    }

    #footer .footer-menu-column .title {
        text-align: center;
    }

    .tfooter-items {
        margin-bottom: 0;
    }
}

@media screen and (max-width: 768px) {
    #footer .copyright-content {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
}

/* tfooter style */
.tfooter-items {
    padding-bottom: 40px;
    background: #F5F5F5;
    padding-top: 40px;
}

.tfooter-content {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}

.tfooter-content i {
    width: 67px;
    height: 67px;
    font-size: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tfooter-content img {
    width: auto;
    display: table;
    margin: auto;
    max-height: 40px;
}

.tfooter-content .tfooter-title {
    margin-top: 1.5rem;
    color: var(--color3);
    font-size: clamp(1rem, 2vw, 1.125rem);
    font-family: var(--main_bold);
}

.tfooter-content .tfooter-desc {
    font-size: clamp(0.75rem, 2vw, 0.875rem);
}

@media screen and (max-width: 768px) {
    .tfooter-content i {
        width: 2.5rem;
        height: 2.5rem;
        font-size: 1.75rem;
    }
}

/* news style */
.newsletter-footer {
    display: flex;
    align-items: center;
    background-color: var(--color1);
    padding: 1rem;
    gap: 1rem;
    flex-direction: column;
    justify-content: space-between;
    margin-bottom: 2rem;
}

#newsletter-form {
    display: flex;
    align-items: center;
    background-color: rgba(255, 255, 255, 0.4);
    padding: 1rem;
    min-width: 100%;
    position: relative;
    max-height: 3rem;
}

#newsletter-form .form-row {
    width: calc(100% - 3rem);
}

#newsletter-form .form-row input {
    background-color: transparent;
    border: none;
    width: 100%;
}

#newsletter-form label.error {
    position: absolute;
    line-height: 1;
    font-size: 12px;
    color: #fff;
    display: block;
    bottom: -13px;
    left: 0;
}

#newsletter-form .form-row input::placeholder {
    color: var(--color3);
}

#newsletter-form button {
    border: none;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

#newsletter-form button.btn i {
    width: 1.25rem;
    height: 1.25rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    color: var(--color2);
}

.newsletter-footer .news-title {
    font-size: 20.5px;
    line-height: 1.2;
    color: #fff;
}

#newsletter-form .alert {
    margin-inline: auto;
    text-align: center;
    font-size: 12px;
    position: absolute;
    bottom: -19px;
    left: 0;
    right: 0;
}

#newsletter-form .alert.bg-primary {
    color: #0288d1;
    background-color: #cce5ff !important
}

#newsletter-form .alert.bg-success {
    color: #45bf55;
    background-color: #ecf9ee !important
}

#newsletter-form .alert.bg-danger {
    color: #d53343;
    background-color: #fff5f5 !important
}

.newsletter-footer .news-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.5rem;
}

.newsletter-footer .news-desc a,
.newsletter-footer .news-desc p {
    font-size: 12px;
    line-height: 16px;
    color: #fff !important;
}

.newsletter-footer .news-desc a {
    text-decoration-line: underline;
}

@media screen and (min-width: 992px) {
    .newsletter-footer {
        flex-direction: row;
        gap: 1rem;
    }

    .newsletter-footer .news-content {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 0.5rem;
    }

    .newsletter-footer .news-desc {
        line-height: 1.2;
        color: #fff;
    }

    #newsletter-form {
        min-width: 370px;
    }
}

@media screen and (max-width: 576px) {
    .newsletter-footer {
        position: relative;
        left: -15px;
        right: -15px;
        top: 0;
        width: calc(100% + 30px);
    }
}

@media screen and (min-width: 1200px) {
    .newsletter-footer {
        flex-direction: row;
        gap: 1rem;
        position: absolute;
        top: 0;
        right: 0;
        min-height: 112px;
        margin-left: calc((100vw - 60%) / 2);
		max-width:1650px;
    }

    #footer {
        padding-top: 43px;
    }
}
.websima-secret-badge {
  position: fixed;
  bottom: 20px;
  left: 20px;
  z-index: 9999;
}
.websima-secret-badge img {
  width: 180px;
}