body>.wrapper {
    display: inline-block;
    z-index: 3;
    position: relative;
    background-color: #F5F0E4;
}

.footer {
    background-color: #F5F0E4;
    min-height: calc(100vh - var(--header-height));
}

.footer .middle-part {
    max-width: 557px;
    margin: auto;
    flex-direction: column;
}

.footer .footer-subscribe h3 {
    font-size: 29px;
    text-align: center;
    color: black;
}

.footer .subscribe-title {
    font-family: 'Whyte-Regular';
    font-size: 18px;
    color: black;
    text-align: center;
    margin-top: 100px;
    margin-bottom: 30px;
}

.footer .footer-subscribe-form {
    margin-bottom: 100px;
}

.footer-subscribe-form form {
    max-width: 450px;
    margin: auto;
}

.footer-subscribe-form .input-field input {
    font-size: 15px;
    font-family: 'Whyte-Regular';
    width: 100%;
    color: black;
}

.footer-subscribe-form .input-field input::placeholder {
    color: #000;
    opacity: 1;
}

.footer-subscribe-form .input-field {
    width: 100%;
}

.footer-subscribe-form .sib-container {
    flex-wrap: nowrap;
    border-bottom: 1px solid black;
}

.footer-subscribe-form .submit-field button span {
    font-size: 12px;
    font-family: 'Whyte-Regular';
    color: black;
    white-space: nowrap;
    line-height: 1;
    height: auto;
    margin-bottom: 10px;
    border-bottom: none;
}

.footer-menu-container ul {
    display: flex;
    padding-left: 0;
    justify-content: space-between;
    margin: 16px 0 25px;
}

.footer .social-links {
    width: 100%;
}

.footer .footer-copy {
    color: black;
    font-family: whyte_book;
    font-size: 10px;
    margin: auto;
    text-align: center;
}

.footer .social-links a::after {
    display: none;
}

.footer .social-links a:hover {
    opacity: 0.7;
}

.footer .subscribe-title .subscribe-bottom-page {
    background: transparent;
    padding: 10px;
    border: 1px solid black;
}

@media screen and (max-width: 767px) {
    .footer .footer-subscribe h3 {
        font-size: 20px;
    }
    .footer .container {
        padding: var(--gap) 40px;
    }
    .footer .middle-part {
        padding-top: 150px;
    }
    .footer-subscribe {
        margin-bottom: 50px;
    }
}