/*
Generated time: March 25, 2026 07:20
This file was created by the app developer. Feel free to contact the original developer with any questions. It was minified (compressed) by AVADA. AVADA do NOT own this script.
*/
.mb-site-footer {
    background-color: var(--bg-dark);
    position: relative
}

.mb-site-footer::after,
.mb-site-footer::before {
    content: '';
    position: absolute;
    bottom: 100%;
    width: 30px;
    height: 30px;
    background: var(--bg-dark);
    pointer-events: none
}

.mb-site-footer::after {
    right: 0;
    -webkit-mask: radial-gradient(circle 30px at 0 0, transparent 99%, #000 100%);
    mask: radial-gradient(circle 30px at 0 0, transparent 99%, #000 100%)
}

.mb-site-footer::before {
    left: 0;
    -webkit-mask: radial-gradient(circle 30px at 100% 0, transparent 99%, #000 100%);
    mask: radial-gradient(circle 30px at 100% 0, transparent 99%, #000 100%)
}

.footer-main {
    max-width: 1200px;
    margin: 0 auto;
    padding: 50px 0 25px 0;
    display: flex
}

.footer-company {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 20px;
    border-right: 1px solid var(--font-color);
    padding-right: 80px;
    margin-right: 80px;
    margin-top: -5px
}

.mb-site-footer .company-details a {
    color: #fff9
}

.footer-company p {
    margin: 0;
    line-height: 120%;
    font-size: 15px;
    font-weight: 400;
    color: rgba(255, 255, 255, .5)
}

.company-contact {
    display: flex;
    flex-direction: column;
    gap: 0
}

.footer-company a {
    color: rgba(255, 255, 255, .9);
    font-size: 22px;
    text-decoration: underline;
    text-underline-offset: 5px;
    font-weight: 500
}

.footer-company a:hover {
    color: var(--primary)
}

.green-phone {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    align-self: flex-start;
    padding: 3px 24px;
    border: 3px solid var(--primary);
    border-radius: 4px;
    border-left: none;
    margin-left: 8px;
    text-decoration: none !important
}

.green-phone:hover .phone-number {
    color: var(--primary)
}

.green-phone img {
    position: absolute;
    height: 55px;
    left: 0;
    top: 50%;
    translate: -50% -50%;
    z-index: 3
}

.green-phone .label {
    position: absolute;
    top: 0;
    left: 0;
    translate: 0 -65%;
    color: var(--primary);
    background-color: var(--bg-dark);
    padding-left: 20px;
    padding-right: 10px;
    font-size: 12px;
    margin-left: 4px;
    font-weight: 500
}

.green-phone .phone-number {
    z-index: 5
}

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

.footer-menu-column ul {
    display: flex;
    flex-direction: column;
    margin: 0;
    padding: 0
}

.footer-menu-column li {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 15px;
    font-weight: 400
}

.footer-menu-column li a {
    color: rgba(255, 255, 255, .5);
    text-decoration: none
}

.footer-menu-column li a:hover {
    color: var(--primary)
}

.footer-menu-column {
    display: flex;
    flex-direction: column;
    gap: 20px
}

.footer-menu-column h4 {
    color: #fff;
    font-size: 20px;
    margin: 0
}

.footer-bottom {
    background-color: var(--bg-dark);
    color: rgba(255, 255, 255, .6)
}

.footer-bottom .payment-icons {
    display: flex;
    flex-wrap: wrap;
    justify-content: right;
    gap: 10px;
    align-items: center
}

.footer-bottom-content {
    display: flex;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px 0
}

.company-details {
    display: flex;
    gap: 5px;
    margin: 0
}

.company-details a,
.company-details span {
    font-size: 14px;
    line-height: 100%
}

.footer-payment-icons {
    flex: 1
}

.separator {
    margin: 0 5px
}

.ro-legal {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-left: 20px
}

.ro-legal img {
    height: 50px;
    width: 170px
}

.email .email-text {
    text-decoration: none
}

.mb-site-footer .company-contact .email {
    font-size: 15px;
    margin-bottom: 30px
}

.mb-site-footer .company-contact .contact-link {
    text-decoration: none;
    font-size: 15px
}

.mb-site-footer .company-contact .mobile-phone-link {
    text-decoration: none;
    font-size: 15px
}


.company-address {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.company-address-item h4 {
    color: white !important;
    margin-bottom: 5px;
}

@media (max-width:989px) {
    .footer-main {
        padding: 0 var(--l);
        flex-direction: column;
        gap: 24px
    }

    .footer-company {
        border: none;
        border-bottom: 1px solid var(--font-color);
        margin: 0;
        padding: 40px 0
    }

    .footer-menu {
        flex-direction: column;
        margin-bottom: 24px
    }

    .footer-menu-column {
        gap: 10px;
        margin-bottom: 40px
    }

    .footer-menu-column a {
        font-size: 18px
    }

    .footer-bottom {
        padding: 0 var(--l);
        flex-direction: column
    }

    .footer-bottom-content {
        flex-direction: column;
        gap: 20px;
        text-align: center
    }

    .company-details {
        display: flex;
        flex-wrap: wrap;
        justify-content: center
    }

    .footer-payment-icons {
        gap: 5px !important
    }
}