/*
!*footer*!
.custom-footer.site-footer {
    background: #111;
    padding: 112px 0 160px;
}

.footer-inner {
    padding: 0 115px;
}

.footer-right .widget_nav_menu {
    padding-right: 140px;
}

.footer-center .widget_nav_menu {
    padding-right: 210px;
}

.footer-left > .vc_column-inner > .wpb_wrapper {
    padding-right: 110px;
}

.custom-footer ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.custom-footer li {
    margin-bottom: 8px;
}

.custom-footer li:hover {
    background: inherit;
}

.custom-footer .widgettitle {
    margin: 0 0 8px;
    font-size: 18px;
    font-weight: 900;
    color: #fff;
}

.custom-footer .social-block {
    margin-bottom: 20px;
}

.custom-footer .footer-sub-menu p {
    display: flex;
}

.custom-footer .footer-sub-menu a {
    margin: 0 0 0 30px;
    position: relative;
}

.custom-footer a:hover {
    opacity: 0.5;
}

.custom-footer .footer-sub-menu a:first-child:after {
    content: '.';
    position: absolute;
    top: -3px;
    left: -16px;
    color: #fff;
    font-size: 18px;
}

.custom-footer .social-item  {
    margin: 0 0 0 50px;
}

.footer-links-wrapper br {
    display: none;
}

.footer-links-wrapper a {
    display: inline-block;
}

.footer-links-wrapper a.fullwidth-link {
    display: block;
    margin-bottom: 40px;
}

.footer-links-wrapper .divider {
    margin: 0 6px;
}

@media screen and (max-width: 1600px) {
    .footer-center .widget_nav_menu {
        padding-right: 140px;
    }

    .custom-footer.site-footer {
        padding-bottom: 100px;
    }
}

@media screen and (max-width: 1366px) {
    .footer-right .widget_nav_menu,
    .footer-left > .vc_column-inner > .wpb_wrapper {
        padding-right: 0;
    }

    .footer-center .widget_nav_menu {
        padding-right: 30px;
    }
}

@media screen and (max-width: 1200px) {
    .footer-inner {
        padding: 0 30px;
    }

    .custom-footer.site-footer {
        padding: 80px 0;
    }
}

@media screen and (max-width: 767px) {
    .footer-center .widget_nav_menu {
        padding-right: 0;
    }

    .footer-inner {
        display: flex;
        flex-direction: column;
    }

    .footer-left {
        order: 1;
    }

    .custom-footer.site-footer {
        margin-top: 0;
    }

    .custom-footer.site-footer {
        padding: 60px 0 30px;
    }
}

@media screen and (max-width: 575px) {
    .custom-footer .social-item  {
        margin: 0 0 0 25px;
    }
}
*/

.custom-footer {
    padding: 20px 0 40px;
    background: transparent;
    font-family: "Noto Sans Hebrew", sans-serif;
}

footer.custom-footer .default-container {
    max-width: 1720px;
}

.footer-row {
    display: flex;
    justify-content: space-between;
    padding: 0 50px;
    gap: 20px;
}

.footer-block {
    border-radius: 30px;
    background-color: #F7F7FB;
    padding: 50px;
}

.footer-left {
    width: 440px;
}

.footer-right {
    flex: 1;
}

.footer-right-inner {
    width: 100% !important;
    left: auto !important;
    right: auto !important;
    margin: 0 !important;
    display: flex;
    flex-direction: row-reverse;
    justify-content: start;
    gap: 17px;

}

.footer-right-inner::before,
.footer-right-inner::after {
    content: none !important;
}

.footer-right-inner > .wpb_column {
    flex: 1;
    width: auto;
    max-width: 285px;
}

.footer-right-inner > .footer-4 {
    max-width: 159px;
}

.footer-right-inner .footer-1 .vc_column-inner,
.footer-right-inner .footer-1 .wpb_wrapper,
.footer-right-inner .footer-1 .wpb_raw_code {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.custom-footer .widgettitle {
    margin: 0 0 20px;
    font-size: 24px;
    font-weight: 400;
    color: #00264D;
    line-height: 1;
}

.custom-footer .national-link {
    font-size: 24px;
    color: #0050D1;
    display: block;
    position: relative;
    padding-inline-start: 53px;
    line-height: 1.1;
    margin-top: 5px;
}

.custom-footer .national-link:hover {
    text-decoration: underline;
}

.custom-footer .national-link:before {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 48px;
    height: 48px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='48' height='48' viewBox='0 0 48 48' fill='none'%3E%3Crect width='48' height='48' rx='12' fill='%230050D1' fill-opacity='0.2'/%3E%3Cpath d='M19.0505 19.0504L28.95 28.9498M19.0505 19.0504V26.7072M19.0505 19.0504H26.7073' stroke='%230050D1' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.custom-footer .application-link {
    color: #0050D1;
    font-size: 14px;
    line-height: 1.4;
    font-weight: 700;
    text-decoration: underline;
    margin: 0;
}

.custom-footer .application-link:hover {
    text-decoration: none;
}

.custom-footer .menu {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.custom-footer .menu a {
    color: #00264D;
    font-weight: 500;
    transition: 0.2s ease;
    font-size: 14px;
}

.custom-footer .menu a:hover {
    text-decoration: underline;
}

.custom-footer .menu-item:hover {
    background-color: transparent;
}

/*.custom-footer .footer-4 .menu {
    display: flex;
    flex-wrap: wrap;
    gap: 23px 38px;
    flex-direction: row;
}*/

.custom-footer .footer-4 .menu-item:not(.icon-link) {
    width: 100%;
}

.custom-footer .icon-link {
    height: 18px;
    display: flex;
}

.custom-footer .icon-link a {
    width: 18px;
    height: 18px;
    font-size: 0;
    background-repeat: no-repeat;
    background-position: center center;
    display: inline-block;
}

.custom-footer .icon-link--email a {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18' fill='none'%3E%3Cpath d='M11.5848 11.0585L17.4546 16.9265C17.2193 17.2388 16.9189 17.4962 16.5742 17.6808C16.2295 17.8654 15.8488 17.9729 15.4584 17.9957L15.3 18.0002H2.70002C2.28239 18.0006 1.87037 17.904 1.49646 17.718C1.12254 17.532 0.79697 17.2616 0.545417 16.9283L6.41432 11.0585L8.50052 12.449L8.60492 12.5084C8.72796 12.5685 8.86309 12.5997 9.00002 12.5997C9.13696 12.5997 9.27209 12.5685 9.39512 12.5084L9.49953 12.449L11.5848 11.0585Z' fill='%23493F6B'/%3E%3Cpath d='M0 6.78165L4.8861 10.0396L0 14.9267V6.78165Z' fill='%23493F6B'/%3E%3Cpath d='M18 6.78165V14.9267L13.113 10.0396L18 6.78165Z' fill='%23493F6B'/%3E%3Cpath d='M9.39601 0.0919862L9.49951 0.151386L17.0991 5.21749L9.00001 10.6175L0.900001 5.21749L8.50051 0.150486C8.63151 0.0634073 8.78304 0.0121827 8.94001 0.00191836C9.09697 -0.00834597 9.25478 0.0227084 9.39601 0.0919862Z' fill='%23493F6B'/%3E%3Cpath d='M11.5848 11.0585L17.4546 16.9265C17.2193 17.2388 16.9189 17.4962 16.5742 17.6808C16.2295 17.8654 15.8488 17.9729 15.4584 17.9957L15.3 18.0002H2.70002C2.28239 18.0006 1.87037 17.904 1.49646 17.718C1.12254 17.532 0.79697 17.2616 0.545417 16.9283L6.41432 11.0585L8.50052 12.449L8.60492 12.5084C8.72796 12.5685 8.86309 12.5997 9.00002 12.5997C9.13696 12.5997 9.27209 12.5685 9.39512 12.5084L9.49953 12.449L11.5848 11.0585Z' stroke='%23493F6B'/%3E%3Cpath d='M0 6.78165L4.8861 10.0396L0 14.9267V6.78165Z' stroke='%23493F6B'/%3E%3Cpath d='M18 6.78165V14.9267L13.113 10.0396L18 6.78165Z' stroke='%23493F6B'/%3E%3Cpath d='M9.39601 0.0919862L9.49951 0.151386L17.0991 5.21749L9.00001 10.6175L0.900001 5.21749L8.50051 0.150486C8.63151 0.0634073 8.78304 0.0121827 8.94001 0.00191836C9.09697 -0.00834597 9.25478 0.0227084 9.39601 0.0919862Z' stroke='%23493F6B'/%3E%3C/svg%3E");
}

.custom-footer .icon-link--phone a {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17' height='17' viewBox='0 0 17 17' fill='none'%3E%3Cpath d='M16.9083 7.30232C16.6131 5.25337 15.5841 3.38337 14.0093 2.04127C12.4345 0.690212 10.4213 -0.0345246 8.35443 0.00126491C6.28754 0.0370544 4.30118 0.824423 2.77114 2.22021C1.2411 3.616 0.274762 5.52179 0.0510722 7.57969C-0.145775 9.36916 0.230024 11.1676 1.11583 12.7155C1.38426 13.1807 1.39321 13.7534 1.18742 14.2455L0.498451 15.8381C0.283709 16.3302 0.704246 16.8671 1.23215 16.7686L4.23854 16.2318C4.57855 16.1692 4.92751 16.2318 5.25857 16.3571C6.9944 17.0728 8.92708 17.1981 10.7524 16.6971C12.7477 16.1513 14.4746 14.8897 15.6109 13.1628C16.7473 11.436 17.2125 9.34232 16.9173 7.29337L16.9083 7.30232ZM12.9714 11.9192C12.9714 12.1965 12.864 12.4649 12.6672 12.6618C12.4703 12.8586 12.2019 12.966 11.9245 12.966C9.87552 12.8407 7.93389 11.9728 6.48439 10.5144C5.03488 9.056 4.15801 7.12337 4.03275 5.07442C4.03275 4.79706 4.14012 4.52863 4.33697 4.33179C4.53381 4.13495 4.80224 4.02758 5.07962 4.02758H7.1823L8.23811 6.65811L6.92282 7.44548C7.48652 8.59074 8.40812 9.51232 9.55341 10.076L10.3408 8.76074L12.9714 9.81653V11.9192Z' fill='%23493F6B'/%3E%3C/svg%3E");
}

.custom-footer .wpb_content_element,
.custom-footer .widget {
    margin-bottom: 0;
}

.footer-left-mobile {
    display: none;
}

.footer-left h2 {
    margin: 0 0 10px;
    font-size: 24px;
    font-weight: 400;
    color: #00264D;
    padding: 0 20px;
}

.footer-left ul {
    display: flex;
    flex-direction: column;
    gap: 28px;
    padding: 0 20px;
    list-style-type: none;
    margin: 0;
}

.footer-left li {
    padding: 10px 0;
    border-bottom: 1px solid #808080;
}

.footer-left a {
    padding-inline-end: 58px;
    font-size: 14px;
    font-weight: 500;
    color: #00264D;
    position: relative;
    display: block;
    transition: 0.2s ease;
    min-height: 45px;
}

.footer-left a:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 45px;
    height: 45px;
    border-radius: 5px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='12' viewBox='0 0 10 12' fill='none'%3E%3Cpath d='M5 11L5 1M5 11L1 7M5 11L9 7' stroke='%2300264D' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat center / 10px 12px, #00264D33;
    transition: 0.2s ease;
}

.footer-left a:hover {
    text-decoration: underline;
    color: #0050D1;
    transition: 0.2s ease;
}

.footer-left a:hover:before {
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='12' viewBox='0 0 10 12' fill='none'%3E%3Cpath d='M5 11L5 1M5 11L1 7M5 11L9 7' stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat center / 10px 12px, #0050D1;
    transition: 0.2s ease;
}

.site-footer .footer-logo {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    color: #00264D;
    text-decoration: none;
    margin-bottom: 14px;
    max-width: 208px;
}

.footer-logo svg {
    flex-shrink: 0;
}

.footer-logo__text {
    text-wrap-style: balance;
}

.site-footer .footer-btn {
    padding: 10px;
    width: 208px;
    height: 38px;
    text-align: center;
    border: 1px solid #0050D1;
    border-radius: 10px;
    text-decoration: none;
    display: block;
    font-size: 14px;
    font-weight: 900;
    color: #fff;
    background-color: #0050D1;
    line-height: 1.1;
    margin-bottom: 5px;
}

.site-footer .footer-btn--light {
    font-weight: 500;
    background-color: #fff;
    color: #0050D1;
    margin-bottom: 20px;
}

.footer-submenu {
    padding: 0 9px;
    display: flex;
    align-items: center;
    gap: 5px;
    max-width: 208px;
}

.site-footer .footer-submenu__link {
    margin: 0;
    font-size: 14px;
    font-weight: 500;
    color: #0050D1;
    line-height: 1;
    display: flex;
    align-items: center;
}

.site-footer .footer-submenu__link:first-child {
    padding-inline-end: 5px;
}

.site-footer .footer-submenu__link:has(svg) {
    width: 42px;
    height: 42px;
    border-radius: 9px;
    flex-shrink: 0;
    background: #ccd8f2;
    justify-content: center;
}

.footer-block__logos {
    display: none;
}

@media screen and (max-width: 1600px) {
    .footer-block {
        padding: 30px;
    }

    .custom-footer .national-link {
        font-size: 18px;
        margin-top: 8px;
    }
}

@media screen and (max-width: 1350px) {
    .footer-row {
        flex-direction: column;
    }

    .footer-right-inner {
        justify-content: space-between;
    }
}

@media screen and (max-width: 1024px) {
    .footer-right-inner {
        flex-wrap: wrap;
    }

    .footer-right-inner > .wpb_column {
        width: calc(100% / 2 - 10px);
        max-width: initial;
        flex: auto;
    }

    .footer-left {
        width: 100%;
    }
}

@media screen and (max-width: 767px) {
    .custom-footer {
        padding: 0;
    }

    .site-footer {
        margin-top: 0;
    }

    .footer-row {
        padding: 0;
        gap: 0;
    }

    .footer-left-mobile h2 {
        margin: 0;
        font-size: 14px;
        font-weight: 700;
        line-height: 1.285;
        padding: 0;
    }

    .footer-left ul {
        gap: 10px;
    }

    .footer-left li {
        border: 0;
        padding: 5px 0;
    }

    .footer-left a {
        padding-inline-start: 45px;
        padding-inline-end: 0;
        align-items: center;
        display: flex;
        min-height: 31px;
    }

    .footer-left a:before {
        width: 38px;
        height: 31px;
        border-radius: 5px;
        right: 0;
        left: auto;
    }

    .footer-left-mobile {
        display: flex;
        align-items: center;
        gap: 20px;
        margin-bottom: 25px;
    }

    .footer-left-mobile ul {
        list-style-type: none;
        margin: 0;
        padding: 0;
        display: flex;
        align-items: center;
        gap: 20px;
        flex-direction: row;
    }

    .footer-left-mobile li {
        padding: 0;
        border: 0;
    }

    .footer-left-mobile a {
        padding: 0;
        display: flex;
        border: 0;
        text-decoration: none;
    }

    .footer-left-mobile a:before {
        display: none;
    }

    .footer-left h2 {
        padding: 0;
        margin-bottom: 10px;
        font-size: 14px;
        font-weight: 700;
        text-align: center;
    }

    .footer-right .footer-2,
    .footer-right .footer-3,
    .footer-right .footer-4 {
        display: none;
    }

    .footer-right-inner .footer-1 .vc_column-inner {
        align-items: center;
    }

    .footer-right {
        border-radius: 30px 30px 0 0;
        padding-bottom: 40px;
    }

    .footer-left {
        border-radius: 0 0 30px 30px;
        padding-top: 7px;
        position: relative;
    }

    .footer-left:before {
        content: '';
        position: absolute;
        top: 0;
        left: 30px;
        right: 30px;
        border-bottom: 1px solid #C6CDD8;
        color: #C6CDD8;
    }

    .footer-block__logos {
        display: flex;
        justify-content: center;
        gap: 5px;
        margin-top: 40px;
    }

    .footer-block__logos img {
        max-height: 30px;
        max-width: 93px;
    }

    .site-footer .footer-logo {
        max-width: initial;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 5px;
        font-size: 14px;
    }

    .site-footer .footer-btn {
        width: 100%;
    }

    .footer-submenu {
        margin: 0 auto;
        width: 100%;
        justify-content: center;
    }

    .footer-right-inner .footer-1 .vc_column-inner,
    .footer-right-inner .footer-1 .wpb_wrapper,
    .footer-right-inner .footer-1 .wpb_raw_code {
        width: 100%;
    }
}
