.tn-atom .t-form__errorbox-wrapper, .tn-form__errorbox-popup {
    display: block;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 10000;
    max-width: 400px;
    min-width: 260px;
    width: auto;
    box-shadow: 0 0 3px 1px rgba(0, 0, 0, .2);
    border-radius: 10px;   
    font-family: Arial, sans-serif;
    background: #ffffff;
    padding:10px
}

.tn-atom .t-input-error {
    position: absolute;
    color: black;
    font-weight: 800;
    background-color: #fff;
    padding: 8px 10px;
    border-radius: 2px;
    z-index: 1;
    margin-top: 5px;
    left: 0;
    box-shadow:0 1px 20px 0 rgba(0, 0, 0, .2)
}
    
.t-form__errorbox-item {
    margin-top: 10px;
    font-weight: 800;
    color: #000000;
}

.t-form .js-error-control-box .t-input-error {
    display:block;
    font-weight: 800;
    color: #000000;
}

.t-form__successbox {
    text-align: center;
    border-radius: 5px;
    background-color: #1E2F68;
    color: #ffffff;
    font-weight: 300;
    padding: 5px;
    margin-bottom: 20px;
}

.t-name_xl {
    font-size: 24px;
    font-weight: 800;
    line-height:1.35
    }

.t706__form-bottom-text {
    margin-top: 0px;
    text-align: center;
    margin-bottom: 0px;
    font-weight: 800;
}