footer {
    background-color: #21251F;
    padding: 100px 100px 40px 100px;

    display: flex;
    flex-direction: column;
    align-items: center;

    gap: 64px;
}

.footer-logo-button {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 1200px;
}

.footer-logo-button-text {
    font-size: 229px;
    color: #F8F8EE;
    line-height: 90%;
}

.footer-logo-button,
.footer-logo-button:visited,
.footer-logo-button:hover,
.footer-logo-button:active,
.footer-logo-button:focus {
    color: #F8F8EE;
    text-decoration: none;
}

.footer-content {
    display: flex;
    flex-direction: column;
    /*align-items: center;*/
    justify-content: space-between;
    gap: 100px;

    color: #F8F8EE;
    font-size: 16px;
}

.footer-main {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.footer-connections {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 32px;
    width: 396px;
    height: 207px;
}

.footer-info {
    display: flex;
    flex-direction: row;
    justify-content: space-between;

    width: 463px;
    height: 144px;
}

.footer-for-teams,
.footer-for-experts,
.footer-company {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.footer-for-teams {
    width: 101px;
}

.footer-for-experts {
    width: 128px;
}

.footer-company {
    width: 88px;
}

.footer-info-title {
    color: #ffffff;
    opacity: 1;
    text-align: start;
}

.footer-info-link,
.footer-connect,
.footer-subscribe-row {
    color: #F8F8EE;
    opacity: 0.5;
    text-align: start;
    font-weight: 400;
}

.footer-info-link {
    line-height: 110%;
}

.footer-subscribe-form {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
    padding-bottom: 8px;
}

.footer-subscribe-input {
    width: 100%;
    max-width: 360px;
    padding: 14px 20px;
    font-size: 16px;
    color: #FFFFFF;
    background-color: #444;
    border: 1px solid #444;
    border-radius: 8px;
    outline: none;
    box-sizing: border-box;
    transition: border-color 0.3s ease;
}

.footer-subscribe-input::placeholder {
    color: #AAAAAA;
    opacity: 0.6;
}

.footer-subscribe-input:focus {
    border-color: #888;
}

.footer-subscribe-button {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 118px;
    height: 44px;
    padding: 8px 12px;
    gap: 8px;
    border-radius: var(--button-border-radius);
    opacity: 1;
    background-color: #E2E2D9;
    color: var(--color-secondary-text);
    box-sizing: border-box;
}

.footer-subscribe-button:hover {
    background-color: var(--color-secondary-bg-hover);
}

.footer-social {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 16px;
}

.footer-copyrights {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
    font-weight: 400;
    line-height: 140%;
    color: #F8F8EE;
    width: 1200px;
    padding-top: 24px;
    border-top: #444 solid 1px;
}

.footer-policies {
    display: flex;
    flex-direction: row;
    gap: 20px;
}