.catalogSubscribe {
    width: 100%;
}

.catalogSubscribe__title {
    color: #29292B;
    font-family: "Exo 2";
    font-size: 38px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 20px;
}

.catalogSubscribe__text {
    color: #29292B;
    font-family: "Exo 2";
    font-size: 15px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    margin-bottom: 20px;
}

.catalogSubscribe__message {
    border-radius: 3px;
    font-size: 12px;
    line-height: 1.35;
    margin-bottom: 12px;
    padding: 9px 10px;
}

.catalogSubscribe__message_success {
    background: #EEF6ED;
    color: #3E7139;
}

.catalogSubscribe__message_error {
    background: #FCEEEE;
    color: #A53B3B;
}

.catalogSubscribe__form {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.catalogSubscribe__label {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.catalogSubscribe__input {
    width: 100%;
    height: 40px;
    border: 0.5px solid #D5D9E8;
    border-radius: 3px;
    background: var(--color-white);
    color: #29292B;
    font-family: "Exo 2", serif;
    font-size: 13px;
    font-weight: 400;
    line-height: normal;
    padding: 0 11px;
}

.catalogSubscribe__input:focus {
    border-color: var(--color-primary);
    outline: none;
}

.catalogSubscribe__button {
    width: 100%;
    min-height: 40px;
    text-transform: uppercase;
}

.catalogSubscribe__notice {
    color: #7F7F7F;
    font-family: "Exo 2";
    font-size: 15px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    margin-top: 15px;
}

.catalogSubscribe__notice a {
    color: inherit;
    text-decoration: underline;
}
