.footer-widgets {
    width: 1320px;  
    padding-block: 50px;
}

.footer-widgets .footer-column:nth-child(1) {
    justify-content: start;
    padding-block: 20px;
}

.footer-widgets .footer-column:nth-child(2) {
    display: flex;
    justify-content: end;
}

.footer-widgets .footer-column:nth-child(3) {
    border-left: 2px solid #385E7F;
    justify-content: end;
    padding-left: 40px;
    margin-right: 100px;
}

.footer-widgets .widget_text h5 {
    margin-bottom: 10px;
}
.footer-widgets .contact-widget {
    margin-bottom: 15px;
}
.contact-widget a span {
    text-decoration: underline;
    text-underline-offset: 5px;
    font-size: 18px;
    font-weight: 400;

}
.contact-widget p {
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 27px */
    letter-spacing: 0.18px;
}
.footer-column aside {
    margin-left: 15px;
}


aside.contact-widget.inline {
    flex-direction: column;
}

.site-footer .widget-title {
    font-family: "Manrope", sans-serif;
    color: var(--e-global-color-primary);
    font-size: 22px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: -.22px;
    margin-bottom: .2px;
}
.site-footer .footerlinks {
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0.18px;
    font-size: 18px;
    text-decoration: underline;
    text-underline-offset: 3px;
    font-family: Inter;
}

.site-footer .textwidget p {
    margin-top: 15px;
    margin-left: 15px;
    letter-spacing: .18px;
    font-weight: 400;
    font-style: normal;
}

.site-footer .footer-column:first-child {
    flex: 1;
}

.site-footer hr.col-divider {
    background-color: #385E7F;
    height: 280px;
    margin: auto;
}

.footer-widgets .footer-column ul {
    display: flex;
    gap: 32px;
    padding-left: 20px;
    margin-top: 35px;
}
.site-footer .footer-panel {
    display: none;
}

/* SWIPER */
.swiper-slide {
    border-radius: 7px;
}
.swiper-image-wrap {
    position: relative;
    height: 140px;
    background-color: #132f3780;
    border-radius: 7px 7px 0 0;

}

.spajder-swiper-wrap .swiper-slide a {
    font-family: "Manrope" !important;
}

.spajder-swiper-wrap .swiper-slide p {
    margin-bottom: 15px;
}

.swiper-image-wrap img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, 10%);
}

.elementor-widget-spajder_swiper:not(.spajder-swiper-initialized) .spajder-swiper-wrap .swiper-wrapper {
    flex-wrap: nowrap !important;
}   



/*   FOOTER - MOBILE*/


@media screen and (max-width: 800px) {

    .footer-widgets .footer-column:nth-child(2) {
        order: 3;
        margin-left: 20px;

    }
    .footer-widgets .footer-column:nth-child(1) {
        margin: 0;
        padding: 0;
    }
    .footer-widgets h5 {
        display: none;
    }

    .footer-widgets .footer-column:nth-child(3) {
        border: none;
        margin: 0;
        padding: 0;
    }
  
    .footer-widgets {
        flex-direction: column;
        padding-inline: 20px;
    }
 
    aside.contact-widget.inline {
        flex-direction: row;
        margin: 0;
    }
  
    .footer-widgets .footer-column ul {
        margin-top: 36px;
        margin-bottom: 0;
        border-bottom: 2px solid #385E7F;
        padding-bottom: 50px;
        flex-wrap: wrap;
    }


    }