.subscribe {
    text-align: center;
    padding-top: 35px;
    display: none;
}

.subscribe__form {
    width: 100%;
    max-width: 320px;
    text-align: left;
    margin: 0 auto;
}

.subscribe__wrapper {
    position: relative;
    display: flex;
    margin-bottom: 10px;
}

.subscribe__field {
    width: 100%;
    width: 220px;
    font-size: 15px;
    color: #333;
    border: 0;
    background-color: #eaebec;
    padding: 16px 20px;
    box-sizing: border-box;
    height: 50px;
}

.subscribe__container {
    position: relative;
}

.subscribe__label {
    font-size: 12px;
    color: #888888;
    position: absolute;
    left: 15px;
    top: 19px;
    cursor: default;
}

.subscribe__container_agree {
    font-family: 'Arial', sans-serif;
    font-size: 15px;
    color: #000;
    margin: 10px 0px;
    line-height: 22px;
    /* position: absolute;
    top: 100%; */
}

.subscribe__submit {
    display: block;
    width: 110px;
    border: 0;
    font-size: 13px;
    color: #ffffff;
    padding: 16px 0;
    text-align: center;
    outline: none;
    box-sizing: border-box;
    background: #3e3e3e;
    transition: 0.2s ease-in;
    cursor: pointer;
    height: 50px;
}

.subscribe__submit:hover {
    background: #ff0000;
}

.subscribe__link {
    border-bottom: 1px dashed;
    display: inline;
}

.subscribe-agree__checkbox, .subscribe-agree__label {
    vertical-align: middle;
}

.subscribe-agree__label {
    font-family: 'Arial', sans-serif;
    font-size: 12px;
    color: #000;
    margin: 10px 0px;
    line-height: 22px;
}

.subscribe__error {
    color: red;
}
