.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 #1d1d1d;
    justify-content: start;
    padding-left: 40px;
    margin-right: 100px;
}

.footer-widgets .widget_text h5 {
    margin-bottom: 10px;
}

.footer-widgets .contact-widget {
    margin-bottom: 15px;
}

.footer-widgets .contact-widget.inline svg path {
    fill: #1d1d1d;
}

.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%;
    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;
    flex-direction: column;
    gap: 32px;
    padding-left: 20px;
    margin-block: 25px;
}

.site-footer .footer-panel {
    display: none;
}

.footer-widgets .footer-column:last-of-type {
    justify-content: flex-end;
}

.footer-widgets .footer-column .link-widget .button {
    text-transform: none;
    font-size: 22px;
}

/* SWIPER */
.swiper-slide {
    border-radius: 7px;
}

.swiper-image-wrap {
    position: relative;
    height: 140px;
    background-color: #E9DCE6;
    border-radius: 7px 7px 0 0;

}

.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;
    }


}


/* FORM */

.wpcf7 form h2 {
    color: #000;
    font-size: 28px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: -0.56px;
}

.wpcf7 form p label {
    color: #333;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
    letter-spacing: -0.32px;
    text-transform: none;
}

.wpcf7 form p .wpcf7-form-control-wrap input {
    border-radius: 3px;
    border: 2px solid #D3D3D3;
    background: #F8F8F8;
    padding: 16.5px 120px 14.5px 10px;
    font-size: 20px;
}

.wpcf7 form .row {
    margin-block-start: 18px;
    display: flex;
    gap: 20px;
    justify-content: space-between;
    align-items: center;
}

.wpcf7 form .row .half-row {
    width: 50%;
}

.wpcf7 form p:last-of-type {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 20px;
}

.wpcf7 form p:last-of-type .wpcf7-submit {
    border-radius: 400px;
    background: #F49F0A;
    padding: 18px 22px;
    color: #FFFDF5;
    font-size: 22px;
}


.wpcf7 form p:last-of-type .wpcf7-submit:hover {
    background: #56A3B3;
    color: #233C52;
}

.wpcf7 form .half-row p:last-of-type {
    display: block;
}



/* MENU  */

.main-menu li.current-menu-item>a>span {
    text-decoration: underline;
}

.desktop-widget img {
    max-width: 90% !important;
}

.custom-logo {
    max-width: unset;
}

.mobile-menu .main-navigation .mobile-widget aside:nth-child(1) {
    justify-self: flex-start;
    width: 100%;
    border-top: 2px solid #1d1d1d;
}

.mobile-menu .mobile-widget span {
    color: #1d1d1d;
}

.mobile-menu .main-menu li a span {
    color: var(--header-text-color);
}

@media screen and (max-width: 800px) {
    .custom-logo {
        max-width: 90%;
    }

    .contact-widget svg path {
        fill: #1d1d1d;
    }

}