/* @group Site footer
------------------------------------ */
.site-footer {
    padding: 5.1rem 0 0;
    background-color: var(--light-green);
}
.site-footer .second-row {
    padding: 0 0 5.1rem;
}
.site-footer ul {
    list-style-type: none;
    padding: 0;
}
.site-footer h3 {
    font-family: var(--main-font);
    font-size: 1.7rem;
    font-weight: 500;
    letter-spacing: 0.011em;
    margin: 0 0 1.5rem;
    color: var(--main-black);
}
.site-footer .social-media {
    text-align: center;
    margin: 0 0 5.8rem;
}
.site-footer .social-media ul {
    display: inline-flex;
    align-items: flex-start;
    justify-content: flex-start;
    column-gap: 1.5rem;
}
.site-footer .social-media i {
    width: 3.5rem;
    height: 3.5rem;
    border: .05rem solid var(--main-black);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}
.site-footer .social-media .icon-instagram {
    font-size: 1.5rem;
}
.site-footer .social-media .icon-facebook {
    font-size: 2rem;
}
.site-footer .address address,
.site-footer .address a {
    font-family: var(--main-font);
    color: var(--main-black);
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    font-size: 1.7rem;
    letter-spacing: 0.011em;
}
.site-footer .address a {
    text-decoration: underline;
}
.site-footer .bttn-collection {
    text-align: center;
    margin: 0 0 5.8rem;
}
.site-footer .bttn-collection a:first-child {
    margin: 0 0 2rem;
}
.site-footer dd hr {
    display: inline-block;
    width: .1rem;
    height: 3.5rem;
    background-color: var(--main-black);
    border: 0;
    margin: 0 1.5rem;
}
.site-footer .lists a,
.site-footer .lists em {
    color: var(--main-black);
    font-size: 1.3rem;
    line-height: normal;
    font-style: normal;
    font-weight: 500;
}
.site-footer .last-row {
    height: 3.6rem;
    background-color: var(--main-white);
}
.site-footer .lists__links li:not(:first-child):before {
    content: "|";
    font-size: 1.4rem;
    margin: 0 .5rem;
}
.site-footer dl div img {
    width: auto;
}
.site-footer dl div:nth-child(1) img {
    height: 3rem;
}
.site-footer dl div:nth-child(2) img {
    height: 3.5rem;
}
.site-footer dl div:nth-child(3) img {
    height: 2rem;
}
/* Last row */
.site-footer .last-row em {
    font-style: normal;
    font-size: 1.5rem;
    line-height: normal;
    font-weight: 500;
    letter-spacing: 0.013em;
}
.site-footer .lists .lists__logos i {
    font-size: 2.4rem;
}
.site-footer .last-row em {
    margin-right: 1rem;
}
@media only screen
and (min-width : 961px) {
    .site-footer {
        padding: 3.7rem 0 0;
    }

    .site-footer .social-media a i {
        transition: all 250ms;
    }

    .site-footer .social-media a:hover i {
        background-color: var(--main-black);
        color: var(--light-green);
    }

    .site-footer :is(.address, .lists) a {
        transition: all 250ms;
    }

    .site-footer :is(.address, .lists) a:hover {
        opacity: .7;
    }

    .site-footer .second-row {
        padding: 0 0 3rem;
    }
    .site-footer h3 {
        font-size: 2.2rem;
        letter-spacing: 0.009em;
        margin: 0 0 1.5rem;
    }
    .site-footer .first-col,
    .site-footer .second-col {
        display: flex;
    }
    .site-footer .second-col {
        align-items: flex-end;
    }
    .site-footer .first-col {
        margin: 0 0 3.5rem;
    }
    /* First-col */
    .site-footer .social-media {
        position: relative;
        flex: 0 1 21.1rem;
        max-width: 21.1rem;
        text-align: left;
        margin: 0;
    }
    .site-footer .social-media::before {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        width: .2rem;
        height: 7.4rem;
        background-color: var(--olive);
    }
    .site-footer .address {
        flex: 1;
        padding-left: 3.3rem;
    }
    .site-footer .address address {
        font-size: 2.2rem;
        line-height: normal;
        letter-spacing: 0.009em;
        max-width: 29.6rem;
        margin: 0 0 1rem;
    }
    .site-footer .address a {
        font-size: 2rem;
        letter-spacing: 0.01em;
    }
    .site-footer .bttn-collection {
        text-align: right;
        display: flex;
        align-items: flex-start;
        justify-content: flex-end;
        flex: 0 1 40rem;
        max-width: 40rem;
        column-gap: 2rem;
        margin: 0;
    }
    .site-footer .bttn-collection a:first-child {
        margin: 0;
    }
    /* Second-col */
    .site-footer dl {
        flex: 0 1 67.9rem;
        max-width: 67.9rem;
        display: flex;
        align-items: flex-start;
        justify-content: flex-start;
    }
    .site-footer dl div {
        position: relative;
    }
    .site-footer dl div:nth-child(1)::before,
    .site-footer dl div:nth-child(2)::before {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        width: .2rem;
        height: 7.4rem;
        background-color: var(--olive);
    }
    .site-footer dl div:nth-child(1) {
        flex: 0 1 20.9rem;
        max-width: 20.9rem;
    }
    .site-footer dl div:nth-child(2),
    .site-footer dl div:nth-child(3) {
        padding-left: 3.3rem;
    }
    .site-footer dl div:nth-child(2) {
        flex: 0 1 26.1rem;
        max-width: 26.1rem;
    }
    .site-footer dl div:nth-child(3) {
        flex: 0 1 20.8rem;
        max-width: 20.8rem;
    }
    .site-footer .lists {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        column-gap: 2.8rem;
        flex: 1;
        text-align: right;
    }
    .site-footer .lists .lists__links,
    .site-footer .lists .lists__logos {
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }
    .site-footer .lists a,
    .site-footer .lists em {
        font-size: 1.5rem;
        letter-spacing: 0.013em;
    }
    .site-footer .lists__logos {
        column-gap: 1rem;
    }
    .site-footer .last-row .icon-streetsense {
        font-size: 1.3rem;
    }
}
@media only screen
and (min-width : 961px)
and (max-width : 1440px) {
}
@media only screen
and (min-width : 0)
and (max-width : 960px) {
    .site-footer .address {
        text-align: center;
        max-width: 24rem;
        margin: 0 auto 5.8rem;
    }
    .site-footer .address address {
        margin: 0 0 1rem;
    }
    .site-footer dl {
        max-width: 17.6rem;
        margin: 0 auto 6.7rem;
        text-align: center;
    }
    .site-footer dl div:not(:last-child) {
        margin: 0 0 3rem;
    }
    .site-footer .lists__links {
        text-align: center;
        margin: 0 0 5.8rem;
    }
    .site-footer .lists__links li {
        display: inline-block;
    }
    .site-footer .lists .lists__logos {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .site-footer .lists .lists__logos li {
        margin: 0 .5rem;
    }

}

/* @end */

