.t667__container_indent {
    padding: 0 60px;
    box-sizing: border-box;
}

.t-width_100 {
    max-width: 91%;
}

@media (max-width: 480px) {
    .t-width_100 {
        max-width: 93%;
    }
}

\\.t-container { 
    max-width: 94%;
}

@media (max-width: 480px) { 
    .t-container {
        max-width: 100% !important;
    }
}

.tn-atom .t-form__errorbox-wrapper, .tn-form__errorbox-popup {
    background: #E61F5C;

}