:root {
    --Green:#27a22d;
    --Green-50:rgba(39,162,45,.5);
    --Green-75:rgba(39,162,45,.75);
    --D-Gray:rgba(34,34,34,1);
    --D-Gray-50:rgba(34,34,34,.5);
    --D-Gray-75:rgba(34,34,34,.75);
    --L-Gray:#eee;
    --LL-Gray:#ccc;
    --L-Gray-50:rgba(238,238,238,.5);
    --L-Gray-75:rgba(238,238,238,.75);
    --MR7:7px;
    --MR15:5vw;
    --WO-Arrows:90vw;
}
.color-green {
    color:var(--Green);
}
.grecaptcha-badge {
    display: none !important;
}
.partners-link__list a {
    display: inline-block;
    max-width: 290px;
}
.green-back {background:var(--Green);}
.color-gray{color:var(--D-Gray);}
.gray-back{background:var(--D-Gray);}

.button-new.no-button {
    border-color: #595959;
    color: #595959 !important;

    background: #fff;
}

.popup-fade { z-index: 9999;}
.wpcf7-form input[type=text],
.wpcf7-form input[type=password],
.wpcf7-form input[type=email],
.wpcf7-form input[type=url],
.wpcf7-form input.text,
.wpcf7-form textarea,
.wpcf7-form input.settings-input {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 5px;
    border: 1px solid #e6e6e6;
    -webkit-box-shadow: inset 0 1px 2px rgb(0 0 0 / 5%);
    -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 2px rgb(0 0 0 / 5%);
    margin-bottom: 10px;
    max-width: 100%;
}
.wpcf7-form-control-wrap {
    position: relative;
}
label {
    display: block;
    text-transform: uppercase;
    font-weight: bold;
}
.wpcf7-form input[type="submit"] {
    font-size: inherit;
    padding: 0 15px;
    line-height: 30px;
    color: #ffffff;
    border: 1px solid #4998cc;
    display: inline-block;
    text-decoration: none;
    background-color: var(--Green);
    width: 100%;
    border-radius: 0;
    color: #fff !important;
    text-align: center;
    border-radius: 5px !important;
    padding: 12.5px 1% !important;
}

#subscribe-message {
    color: #00aa17;
    text-align: center;
    padding-bottom: 10px;
}
.ds_but {
    width: 100%;
    padding: 0 40px;
    overflow: hidden;
    margin: 0 auto;
}