.site-footer {
    background: var(--iedc-clr-blue-sky-500);
}

.site-footer .container {
    width: 100%;
    max-width: 1360px;
    margin: 0 auto;
    padding: 48px 40px;
}

.site-footer .logo {
    height: auto;
}

.site-footer .site-footer-links {
    margin-top: 48px;
    display: flex;
    gap: 41px;
}

.site-footer,
.site-footer a:not(.btn) {
    color: var(--iedc-clr-open-space-50);
}

.site-footer .site-footer-top p:not([class]),
.site-footer .footer-links-col-list-item a {
    font-family: var(--iedc-typog-body-family);
    font-size: 15px;
    font-weight: 500;
    line-height: 24px;
    text-align: left;
    text-decoration: none;
}

.site-footer .col-10,
.site-footer .col-40 {
    width: 18.26vw;
    width: clamp(180px,18.26vw,263px);
}

.site-footer .col-20,
.site-footer .col-30 {
    width: 160px;
}

.site-footer .col-40 {
    margin-left: auto;
}

.site-footer .footer-links-col-list {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 0;
    list-style: none;
}

.site-footer .footer-links-col-title {
    margin-bottom: 24px;
}

.site-footer .footer-links-col-text p + p {
    margin-top: 8px;
}

/* .site-footer .icon-phone {
    margin-top: 8px;
    font-family: var(--iedc-typog-body-family);
    font-size: 12px;
    font-weight: 500;
    line-height: 20px;
    text-align: left;
    text-decoration: none;
    display: flex;
    gap: 4px;
}

.site-footer .icon-phone:before {
    content: '';
    width: 16px;
    height: 16px;
    background: url('../images/icon-phone.svg');
} */

.site-footer .btn-primary {
    margin: 24px 0 42px;
    max-width: 143px;
}

.site-footer .footer-social-links {
    display: flex;
    gap: 8px;
}

.site-footer .social-link {
    width: 32px;
    height: 32px;
    text-indent: -9999px;
}

.site-footer .icon-social-facebook {
    background: url('../images/icon-social-facebook.svg') no-repeat center;
}

.site-footer .icon-social-linkedin {
    background: url('../images/icon-social-linkedin.svg') no-repeat center;
}
.site-footer .site-footer-bottom {
    background: var(--iedc-clr-blue-sky-900);
}

.site-footer .site-footer-bottom .container {
    padding: 24px 40px;
    display: flex;
    justify-content: space-between;
}

.site-footer .site-footer-bottom a {
    text-decoration: none;
}

.site-footer .footer-links-col-text .btn {
    display: flex;
    gap: 4px;
}

.site-footer .footer-links-col-text .btn:hover .text {
    transform: translateX(-20px);
}

.site-footer .footer-links-col-text .btn:after {
    transform: translateX(-20px);
}

.site-footer .footer-links-col-text .btn + .btn {
    margin-top: 16px;
}

@media screen and (max-width: 819px) {

    .site-footer .site-footer-top.container {
        padding: 48px 24px;
    }

    .site-footer .site-footer-links {
        margin-top: 40px;
        flex-direction: column;
    }

    .site-footer .site-footer-links .footer-links-col {
        width: 100%;
    }

    .site-footer .col-10 .footer-links-col-title,
    .site-footer .col-20 .footer-links-col-title,
    .site-footer .col-30 .footer-links-col-title {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding-top: 18px;
        padding-bottom: 18px;
        border-bottom: 1px solid var(--iedc-clr-open-space-100);
    }

    .site-footer .footer-links-col:not(.col-40) .footer-links-col-title:after {
        content: '';
        width: 0px;
        height: 0px;
        border-style: solid;
        border-width: 0 8px 9px 8px;
        border-color: transparent transparent var(--iedc-clr-open-space-50) transparent;
        transform: rotate(0deg);
    }

    .site-footer .footer-links-col-text {
        padding-right: 34%;
    }

    .site-footer .col-40 .footer-links-col-text {
        padding-right: 13%;
    }

    .site-footer .site-footer-top p:not([class]),
    .site-footer .footer-links-col-list-item a {
        font-size: 12px;
        line-height: 20px;
    }

    .site-footer .site-footer-bottom .container {
        padding: 48px 24px 72px;
        flex-direction: column;
        gap: 8px;
    }

}

.iedc-typog-headline-5-strong {
    font-family: var(--iedc-typog-headline-family);
    font-variation-settings: "wdth" 125, "wght" 700;
    font-size: 19px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0.01em;
    text-align: left;
}

body .site-footer .site-footer-links {
    margin-top: 0;
}

.site-footer .site-footer-top.container {
    position: relative;
    padding-top: 65px;
    padding-bottom: 65px;
}

.site-footer .site-footer-top .logo-link {
    position: absolute;
    right: calc( 82px + 160px + clamp(180px,18.26vw,263px) );
    bottom: 65px;
    transform: translateX(60%);
}

body .site-footer .footer-links-col-title,
body .site-footer .footer-links-col-title .btn-toggle-footer-nav {
    color: var(--iedc-clr-open-space-50);
}

body .site-footer .footer-links-col-title,
body .site-footer .footer-links-col-title .btn-toggle-footer-nav,
body .site-footer .nav-item-submenu-subscribe-title {
    font-family: var(--iedc-typog-headline-family);
    font-variation-settings: "wdth" 125, "wght" 700;
    font-size: 19px;
    line-height: 24px;
    letter-spacing: 0.01em;
    text-transform: none !important;
}

body .site-footer .col-10 {
    width: 18.40vw;
    width: clamp(200px,18.40vw,265px);
}

body .site-footer .icon-phone {
    margin-top: 16px;
}

body .site-footer .icon-arrow {
    margin-top: 8px;
    font-family: var(--iedc-typog-body-family);
    font-size: 12px;
    font-weight: 500;
    line-height: 20px;
    text-align: left;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 4px;
}

body .site-footer .nav-item-submenu-subscribe-title {
    margin-top: 48px;
}

body .site-footer .nav-item-submenu-subscribe-text {
    margin-top: 8px;
    font-family: var(--iedc-typog-body-family);
    font-size: 15px;
    font-weight: 500;
    line-height: 24px;
    text-align: left;
}

body .site-footer .site-footer-top .btn-secondary {
    margin-top: 16px;
    max-width: 145px;
}

body .site-footer .site-footer-top .col-20 {
    margin-left: auto;
}

body .site-footer .site-footer-top .col-40 {
    margin-left: 0;
}

body .site-footer .footer-links-col-list-item a {
    font-family: var(--iedc-typog-body-family);
    font-size: 12px;
    font-weight: 600;
    line-height: 16px;
    text-align: left;
}

body .site-footer .footer-links-col-list-item a:hover {
    color: var(--iedc-clr-open-space-200);
}

body .site-footer .site-footer-top .footer-links-col-list {
    line-height: 16px;
}

body .site-footer .site-footer-top .footer-links-col-list-item-w-icon a {
    display: flex;
    align-items: center;
    gap: 4px;
}

body .site-footer .site-footer-bottom .container {
    position: relative;
}

body .site-footer .site-footer-bottom .container > p {
    max-width: clamp(200px,30vw,385px);
}

body .site-footer .footer-social-links .social-link {
    display: flex;
    align-items: center;
    justify-content: center;
}

body .site-footer .footer-social-links {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: calc( 82px + 160px + clamp(180px,18.26vw,263px) );
    transform: translateX(-37%);
}

@media (max-width: 990px) and (min-width: 820px) {

    body .site-footer .footer-social-links {
        transform: translateX(15%);
    }
    
}

@media (max-width: 819px) {
    
    body .site-footer .footer-links-col-title:after {
        display: none;
    }
    
    body .site-footer .footer-links-col-title .btn-toggle-footer-nav {
        position: relative;
        cursor: pointer;
        width: 100%;
        display: flex;
        text-align: left;
        justify-content: space-between;
        align-items: center;
    }

    body .site-footer .footer-links-col-title .btn-toggle-footer-nav:after {
        content: '';
        width: 16px;
        height: 2px;
        background-color: var(--iedc-clr-open-space-50);
    }

    body .site-footer .footer-links-col-title:not(.open) .btn-toggle-footer-nav:before {
        content: '';
        position: absolute;
        top: 4px;
        right: 7px;
        display: block;
        width: 2px;
        height: 16px;
        background-color: var(--iedc-clr-open-space-50);
    }

    body .site-footer .footer-links-col-title:not(.open) + .footer-links-col-nav {
        display: none;
    }

    body .site-footer .site-footer-top.container {
        padding: 48px 24px 110px;
    }

    body .site-footer .site-footer-top .logo-link {
        bottom: 48px;
        left: 24px;
        right: auto;
        width: calc(100% - 48px);
        transform: none;
    }

    body .site-footer .col-10 .footer-links-col-title {
        padding-top: 0;
        border: none;
        padding-bottom: 0;
    }

    body .site-footer .site-footer-top p:not([class]) {
        font-size: 15px;
    }

    body .site-footer .footer-links-col.col-10 .footer-links-col-title:after {
        display: none;
    }

    body .site-footer .nav-item-submenu-subscribe-title {
        margin-top: 40px;
    }

    body .site-footer .footer-links-col-list {
        display: block;

    }

    body .site-footer .site-footer-top .footer-links-col-list {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(5, 1fr);
        grid-column-gap: 15px;
        grid-row-gap: 8px;
        grid-auto-flow: column;
    }

    body .site-footer .col-40 .footer-links-col-title {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding-top: 18px;
        padding-bottom: 18px;
        border-bottom: 1px solid var(--iedc-clr-open-space-100);
    }

    body .site-footer .footer-links-col.col-40 .footer-links-col-title:after {
        content: '';
        width: 0px;
        height: 0px;
        border-style: solid;
        border-width: 0 8px 9px 8px;
        border-color: transparent transparent var(--iedc-clr-open-space-50) transparent;
        transform: rotate(0deg);
    }

    body .site-footer .site-footer-links {
        gap: 10px;
    }

    body .site-footer .site-footer-links .col-20 {
        margin-top: 30px;
    }

    body .site-footer .site-footer-bottom .container > p {
        max-width: 100%;
    }

    body .site-footer .site-footer-bottom .container {
        gap: 24px;
    }

    body .site-footer .footer-social-links {
        position: static;
        transform: none;
        justify-content: flex-start;
    }

}