.t-descr {
    font-family: 'Supermolot', Arial, sans-serif;
    font-weight: 300;
    color: #000000;
}

.t-input {
    font-family: 'Supermolot', Arial, sans-serif;
}

/* Calc  prefix text */
.tn-atom__form .t-name .t-calc__prefix-text{
 font-size:15px;
 color:#D8D8D8;
}

/* Calc */
.tn-atom__form .t-name .t-calc{
 font-size:15px;
 color:#ff6827;
}

/* Calc  postfix text */
.tn-atom__form .t-name .t-calc__postfix-text{
 font-size:15px;
 color:#ff6827;
}

/* Span Tag */
.tn-atom__form fieldset span{
 font-size:10px;
}

/* Radio  indicator */
.tn-atom__form fieldset .t-radio__indicator{
 transform:scale(0.88);
}

/* Input */
.tn-atom__form .t-input-group input[type=range]{
 transform:translatex(0px) translatey(0px);
}

/* Checkbox  indicator */
.tn-atom__form .t-input-group .t-checkbox__indicator{
 transform:scale(0.8);
}

@media screen and (max-width: 480px) {
    .t-btn_sm {
        height: 45px;
    }
}

.t-btn td {
    vertical-align: middle;
    font-family: 'Supermolot';
    font-weight: 300;
}

.t744 .t-slds__wrapper .t-slds__bgimg {
    border-radius: 10px;
    border-color: #FFFFFF;
    border: 1px;
}