input[name="ne"] {
    border-radius: 0;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
    height: auto;
    border: 1px solid #d1d1d1!important;
    line-height: 22px;
    font-size: 16px;
    padding: 13px 16px;
    min-height: 50px;
    color: #000;
    box-shadow: none;
    background: #ECEFF4 !important;
}
.tnp-field-rodo input{
    opacity: 0;
} 
input[name="ne-send"] {
    color: #fff!important;
    background: url('../img/arrow.svg'), #D9D9D9 !important;
    background-position: center;
    background-repeat: no-repeat;
    transition: box-shadow .25s;
    font-size: 14px;
    line-height: 20px;
    padding: 10px 16px;
    width: 50px;
    height: 50px;
    border: none;
    border-radius: 0;
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
}
.tnp-field-rodo label{
    padding-top: 28px;
    font-weight: 400;
    font-size: 11px;
}
.tnp-field-rodo input {
    width: 0;
    height: 0;
    position: absolute;
}
.tnp-field-rodo input + span:before {
    content: '\00a0';
    height: 14px;
    width: 14px;
    border: 1px solid #1a1a1a;
    border-radius: 5px;
    display: inline-block;
    line-height: 0.6;
    margin-right: 10px;
    font-size: 16px;
}
.tnp-field-rodo input:checked + span:before {
    content: '\002714';
    color: #da251d;
}
.newsletter-matexq__checkboxes_label {
    display: flex;
    position: relative;
}
.newsletter-matexq-message {
    font-size: 14px;
    box-shadow: inset 0 0 0 1px rgba(0,0,0,.1);
    background: rgba(26,188,156,.7);
    color: #fff;
    border-radius: 4px;
    visibility: hidden;
    -webkit-transform: scale(.75);
    -ms-transform: scale(.75);
    transform: scale(.75);
    opacity: 0;
    transition: .25s;
    max-height: 0;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.was-submitted .newsletter-matexq-message {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    visibility: visible;
    opacity: 1;
    margin: 8px 0;
    -webkit-user-select: all;
    -moz-user-select: all;
    -ms-user-select: all;
    user-select: all;
    padding: 10px 15px;
    min-height: 41px;
    max-height: initial;
}

.was-submitted.error .newsletter-matexq-message {
    background: rgba(223,63,63,.7)!important;
}

[data-newsletter] p {
    color: #fff;
}
.tnp-field {
    display: flex;
}
.newsletter-info {
    position: fixed;
    top: 50px;
    width: 50%;
    border: 1px solid #000;
    left: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    min-height: 200px;
    z-index: 99999;
    background: #fff;
    font-size: 25px;
}
.tnp-field .form-control:focus{
    box-shadow: none;
}
.newsletter-info.success p {
    color: #002e5b;
}


.newsletter-info.error p {
    color: #b01731;
}

.newsletter-popup {
    width:100%;
    height:100%;
    position:fixed;
    top:0;
    z-index:9999;
    left:0;
    background:rgba(0,0,0,0.75);
}