.footer-contact {
    width: 100vw;
    height: 154rem;
    padding: 0 240rem;
    box-sizing: border-box;
    background-color: #17AC64;
}

.footer-contact-text {
    font-size: 30rem;
    white-space: nowrap;
    color: #fff;
}

.footer-contact-send-wrap {
    width: 327rem;
    height: 48rem;
    border-radius: 47rem;
    padding: 0 10rem 0 10rem;
    display: flex;
    align-items: center;
    background-color: #fff;
    justify-content: space-between;
    box-sizing: border-box;
}

.footer-contact-email-input {
    width: 228rem;
    border: none;
    font-size: 18rem;
}

.footer-contact-email-input:focus-visible {
    outline: none;
}

.send-button {
    width: 67rem;
    height: 38rem;
    border-radius: 30rem;
    background-color: #17AC64;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.send-button > img {
    width: 20rem;
}

.footer-item-wrap {
    /* width: 100vw; */
    height: 481rem;
    background-color: #132728;
    display: grid;
    grid-template-columns: 410rem 1fr 1fr 1fr 1fr;
    column-gap: 70rem;
    justify-content: center;
    padding: 60rem 200rem;
    border-bottom: 1rem solid #17AC64;
}

.fs-20 {
    font-size: 20rem;
}

.footer-item-1 > p {
    margin-bottom: 12rem;
    color: #fff;
}

.footer-item-1 .logo-wrap {
    display: flex;
    margin-bottom: 24rem;
}

.footer-item-1 .logo-wrap > img {
    object-fit: contain;
}

.footer-item-1 .logo-wrap .logo {
   width: 59rem;
    margin-right: 24rem;
}

.footer-item-1 .logo-wrap .content {
    width: 220rem;
}

.footer-contact-plate .plate-icon {
    margin-right: 27rem;
    margin-top: 58rem;
    width: 28rem;
    cursor: pointer;
}

.footer-item-2 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    color: #fff;
}

.footer-item-2 a {
    white-space: nowrap;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    color: #E9EAEE;
}
.footer-item-2 a:hover{
    color: #65B768;
}

.footer-item-title {
    font-size: 35rem;
    font-weight: bold;
    margin-bottom: 24rem;
    margin-top: 0;
}

.footer-item {
    font-size: 25rem;
    margin-top: 0;
}

.footer-item a {
    text-decoration: none;
}

.footer-item-2 a:hover {
    text-decoration: none;
    color: #fff !important;
}

.copyright-wrap {
    width: 100vw;
    text-align: center;
    line-height: 50rem;
    background-color: #0E1D1E;
}

.copyright-wrap > p {
    margin-bottom: 0;
    color: #fff;
    font-size: 24rem;
    margin-top: 0;
}

.email-success-wrap {
    opacity: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    color: #fff;
    transition: all .2s;
}

.email-success-wrap p {
    margin: 0;
}

.email-success-title {
    font-size: 60rem;
    font-weight: bold;
}

.email-success-desc {
    font-size: 30rem;
}

.footer-contact-block {
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: space-between;
    display: flex;
}

@media screen and (max-width: 845px) {
    .footer-contact, .footer-item-1 .logo-wrap, .imolaza-desc {
        display: none;
    }
    .footer-item-wrap {
        height: 100%;
        padding: 0;
        display: flex;
        flex-direction: column;
        text-align: center;
        justify-content: flex-start;
    }
    .footer-item-2 {
        margin-bottom: 18rem;
    }
    .footer-item-2 p {
        margin-bottom: 4rem;
        font-size: var(--mobile-content);
    }
    .footer-item-2 .footer-item-title {
        font-size: var(--mobile-title);
        font-weight: bold;
        color: #E9EAEE !important;
        margin-top: 0;
    }
    .footer-contact-plate .plate-icon {
        width: 22rem;
        margin-top: 23rem;
        margin-right: 12rem;
    }
    .copyright-wrap {
        line-height: 35rem;
        display: flex;
        justify-content: center;
    }

    .copyright-wrap > p {
        font-size: 10rem;
        white-space: nowrap;
        transform: scale(0.8);
    }
}