.footer {
    background-color: #F6E9E9;
    padding-top: 40px;
}

.footer > .container {
    display: grid;
    grid-column-gap: 80px;
    grid-template-columns: calc((100% - 140px) / 3) auto calc((100% - 140px) / 3);
    margin-bottom: 40px;
}

.footer h3 {
    color: #1A1A1A8A;
    font-family: inherit;
    font-size: inherit;
    margin-top: 0;
    text-transform: uppercase;
}


.footer .about {
    margin-bottom: 40px;
}
.footer .about img {
    margin-bottom: 21px;
}
.footer .about .info {
    line-height: 180%;
    margin-bottom: 20px;
}
.footer .about .info li {
    display: flex;
}
.footer .about .info span {
    display: block;
    flex-shrink: 0;
    width: 100px;
}
.footer .about .social {
    display: grid;
    grid-column-gap: 16px;
    grid-template-columns: repeat(3, 32px);
}
.footer .about .social a {
    align-items: center;
    border: 1px solid #1A1A1A1A;
    border-radius: 3px;
    display: flex;
    height: 32px;
    justify-content: center;
    width: 32px;
}


.footer .links h3 {
    margin-bottom: 5px;
}
.footer .links {
    padding-bottom: 15px;
}
.footer .links li:not(:last-child) {
    border-bottom: 1px solid #1A1A1A1A;
}
.footer .links a {
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding: 15px 0 14px;
}


.footer .newsletter h3 {
    margin-bottom: 16px;
}
.footer .newsletter p {
    margin-bottom: 20px;
}
.footer .newsletter form {
    display: grid;
    grid-gap: 30px 20px;
    grid-template-columns: 160px 1fr;
}
.footer .newsletter input {
    background-color: transparent;
    border-bottom: 1px solid #1A1A1ABF;
    border-left: none;
    border-right: none;
    border-top: none;
    padding: 11px 0 9px;
}
.footer .newsletter input::placeholder {
    color: #1A1A1A8A;
}
.footer .newsletter button {
    align-items: center;
    background-color: #A32027;
    border-radius: 3px;
    color: #FFF;
    display: flex;
    justify-content: center;
    padding: 11px 20px 10px;
}
.footer .newsletter button svg {
    margin-left: 20px;
}
.footer .newsletter .checkbox input {
    margin: 0 10px 0 0;
    position: relative;
    top: 1px;
}
.footer .newsletter .checkbox {
    display: flex;
    font-size: 14px;
    grid-column: span 2;
}
.footer .newsletter .checkbox a {
    text-decoration: underline;
}


.footer .images {
    display: grid;
    grid-column: span 3;
    grid-column-gap: 40px;
    grid-template-columns: 90px 163px 166px;
}


.footer .note {
    background-color: #FFF;
    color: #1A1A1ABF;
    font-size: 14px;
    font-weight: 500;
    padding: 25px 0 20px;
    width: 100%;
}
.footer .note .container {
    display: flex;
}
.footer .note p {
    margin-bottom: 0;
}
.footer .note p:first-child {
    margin-right: 40px;
}
.footer .note p:last-child a {
    color: #00ADEE;
    display: inline-flex;
}
.footer .note p:last-child a svg {
    margin-left: 5px;
    position: relative;
    top: 6px;
}
