/* Кнопка в формах */
.tn-form__submit .t-submit {
    transition: all 0.3s ease-in-out;
}
.tn-form__submit .t-submit:hover {
    /* укажи цвет фона при наведении */
    background-color: #00bcd4 !important;
    /* укажи цвет текста при наведении */
    color: #ffffff !important;
    /* укажи цвет бордюра при наведении, либо удали строку ниже, если стиль не нужен*/
    border-color: #ffffff !important;
}
.t-input-title {
    color: #ffffff !important;
    padding-bottom: 10px !important;
}
.t-form .t-upwidget-container__button {
    background-color: #00bcd4 !important;
    color: #ffffff !important;
    border: 2px solid #ffffff !important;
}
.t-checkbox__indicator {
    border: 2px solid #ffffff !important;
    opacity: 1;
}
/* Карьера, TX16N2 */
.t668__wrapper {
    border: 1px solid #ffffff;
    border-radius: 10px !important;
}
.t228 .t-btn {
    padding-left: 16px;
    padding-right: 16px;
}
/*Отступы для мобильных устройст, зеро*/
@media screen and (max-width: 480px) {
.t-col { 
    padding: 0 0px !important; 
}
.t-container {
    max-width: 320px !important;
}
}
