.site-footer {
    padding-bottom: 40px;
}



.site-footer .newsletter {
    margin-bottom: 48px;
}

.site-footer .newsletter .title {
    font-weight: 700;
    margin-bottom: 24px;
}

.site-footer .newsletter .fields {
    display: grid;
    grid-column-gap: 20px;
    grid-template-columns: repeat(2, 285px);
}

.site-footer .newsletter ::placeholder {
    color: inherit;
}

.site-footer .newsletter .button {
    justify-content: center;
}

.site-footer .newsletter .notes {
    display: none;
    padding-top: 12px;
}

.site-footer .newsletter .notes[_active] {
    display: block;
}



.site-footer .links-details {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
}



.site-footer .links-details ul {
    align-items: flex-start;
    column-gap: 6px;
    display: flex;
    line-height: 24px;
}

.site-footer .links-details li {
    display: flex;
}

.site-footer .links-details li:not(:last-child)::after {
    content: "/";
    display: block;
    margin-left: 6px;
}

.site-footer .links-details button {
    background-color: transparent;
    border: 0;
    color: inherit;
    padding: 0;
}



.site-footer .info {
    display: flex;
}

.site-footer .info p {
    display: flex;
    margin: 0;
}

.site-footer .info p:first-child {
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
}

.site-footer .info p:first-child::after {
    color: transparent;
    content: "/";
    display: block;
    margin-left: 12px;
}



@media (max-width: 1327px) {
    .site-footer .newsletter {
        margin-bottom: 32px;
    }

    .site-footer .newsletter .title {
        margin-bottom: 18px;
    }
}


@media (max-width: 1024px) {
    .site-footer {
        padding-bottom: 56px;
    }



    .site-footer .newsletter {
        margin-bottom: 40px;
    }

    .site-footer .newsletter .title {
        margin-bottom: 16px;
    }

    .site-footer .newsletter .fields {
        display: block;
        position: relative;
    }

    .site-footer .newsletter input {
        padding-right: 53px;
    }

    .site-footer .newsletter .button {
        align-items: center;
        height: 37px;
        justify-content: center;
        padding: 0;
        position: absolute;
        right: 4px;
        top: 4px;
        width: 37px;
    }

    .site-footer .newsletter .button span:first-child {
        display: none;
    }

    .site-footer .newsletter .button span:last-child::before {
        content: "→";
        display: block;
        font-size: 25px;
    }

    .site-footer .newsletter .notes {
        padding-top: 10px;
    }



    .site-footer .links-details {
        display: block;
    }

    .site-footer .links-details ul {
        display: block;
        margin-bottom: 28px;
    }

    .site-footer .links-details li {
        display: block;
    }

    .site-footer .links-details li:not(:last-child) {
        margin-bottom: 10px;
    }

    .site-footer .links-details li:not(:last-child)::after {
        display: none;
    }



    .site-footer .info {
        display: block;
    }

    .site-footer .info p {
        display: block;
    }

    .site-footer .info p:not(:last-child) {
        margin-bottom: 10px;
    }

    .site-footer .info p:first-child::after {
        display: none;
    }
}
