p.subscribe-form-title {
    margin-bottom: 0 !important;
}

.form_email {
    position: relative;
    z-index: 2;
    margin-bottom: 12px;
}

.form_email input[type="text"] {
    width:100%;
    border:1px solid #cccccc;
    height:40px;
    color:#757575;
    padding: 0 10px 0 45px;
    background: #fafbfb url("/img/email_icon.svg") 12px 6px no-repeat;
}

.form_email input[type="text"].not-icon {
    background-image: none;
    padding-left: 15px;
}
.form_email .subscribe-success {
    text-decoration: none !important;
    display: none;
}

/* для элемента input c type="checkbox" */
.subscribe {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.subscribe-container {
    margin-bottom: 10px;
}

#subscribe-captcha-input img {
    height: 40px;
    cursor: pointer;
}

#subscribeform-captcha[placeholder] {
    font-size: 16px;
}

.subscribe-container .help-block {
    margin-top: -10px;
    margin-left: 30px;
}

/* для элемента label, связанного с .custom-checkbox */
.subscribe+label {
    align-items: center;
    user-select: none;
}

/* создание в label псевдоэлемента before со следующими стилями */
.subscribe-container label::before {
    content: '';
    display: inline-block;
    flex-shrink: 0;
    flex-grow: 0;
    margin-right: 0.5em;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
    border: 1px solid #909089;
    box-sizing: border-box;
    border-radius: 2px;
    width: 18px;
    height: 18px;
    background: white;
    color: white;
    box-shadow: none;
    z-index: 1000;
}

.label-caption {
    position: relative;
    left: 30px;
    top: -18px;
    width: 90%;
}

/* стили для чекбокса, находящегося всостоянии checked */
.subscribe:checked+label::before {
    background-image: url("../img/check-icon.svg") !important;
    background-color: #00b2d2 !important;
    border-color: #00b2d2 !important;
    width: 18px;
    height: 18px;
    background-repeat: no-repeat;
    background-position: center center !important;
}

.subscribe-container label::before {
    margin-bottom: -4px;
}

form#subscribe-form .help-block {
    color: #a94442;
    text-decoration: none;
    text-transform: none;
    font-size: 11px;
    font-family: Arial,Helvetica,sans-serif;
}

.no-margin {
    margin: unset !important;
}