.cp_subscribe-footer {
    background-color: #343435;
}
.cp_subscribe-footer .maxwidth-theme {
    display: flex;
    position: relative;
    justify-content: space-evenly;
    align-items: center;
    flex-wrap: wrap;

    gap: 20px;
    padding-top: 50px;
    padding-bottom: 50px;

    background-color: transparent;
}

.cp_subscribe-footer .maxwidth-theme:before {
    content: '';
    position: absolute;
    left: 30px;
    width: 186px;
    height: 100%;
    max-height: 173px;
    background-image: url(../images/KIIyc5e5HHDV.svg);
    background-position: -284px 0;
    background-repeat: no-repeat;
    opacity: 0.05;
}
@media (max-width: 768px) {
    .cp_subscribe-footer .maxwidth-theme:before {
        left: 15px;
    }
}

.cp_subscribe-footer .maxwidth-theme:after {
    display: none;
}

.cp_subscribe-footer__text {
    font-size: 18px;
    font-weight: bold;
    line-height: 22px;
    color: #fff;
}

.cp_subscribe-footer__form {
    display: flex;

    height: 48px;
}

.cp_subscribe-footer__input {
    font-size: 15px !important;
    color: var(--secondary-text-color);

    border-top-right-radius: unset !important;
    border-bottom-right-radius: unset !important;
}
.cp_subscribe-footer__input::placeholder {
    color: var(--secondary-text-color-light);
}
.cp_subscribe-footer__input[disabled] {
    cursor: not-allowed;
}

.cp_subscribe-footer__button {
    display: flex !important;
    align-items: center;

    overflow: unset !important;

    border-top-left-radius: unset !important;
    border-bottom-left-radius: unset !important;
}

.cp_subscribe-footer__info {
    flex-basis: 100%;

    text-align: center;
    color: var(--secondary-text-color);
}
.cp_subscribe-footer__info--error {
    color: #aa2828;
}

.cp_subscribe-footer__info a {
    color: var(--secondary-text-color);
    text-decoration: underline;
}

.cp_subscribe-footer__info a:hover {
    color: var(--brand-color);
}