/* Кнопки */

.btn_orange .tn-atom, .tn-form__submit .t-submit {
    transition: all 0.3s ease-in-out;
}

.btn_orange:hover .tn-atom, .tn-form__submit .t-submit:hover {
    background-color: #FF9635 !important;
    border: 0px !important;
    color: #fff !important;
}

.btn_white .tn-atom {
    transition: all 0.3s ease-in-out;
}

.btn_white:hover .tn-atom {
    background-color: #F2F2F2 !important;
    transition: all 0.3s ease-in-out;
}

.btn_gray .tn-atom {
    transition: all 0.3s ease-in-out;
}

.btn_gray:hover > .tn-atom {
    color: #ffffff  !important;
    background-color: #948f8e !important;
    transition: all 0.3s ease-in-out;
}

.radius16blur > .tn-atom{
    border-radius: 0px 16px 0px 16px !important;
    backdrop-filter: blur(8px);
    transform: matrix(0, 1, 1, 0, 0, 0);
    transition: all 0.3s ease-in-out;
}

.radius16blur:hover > .tn-atom{
    opacity: 70%;
    transition: all 0.3s ease-in-out;
}
.t-upwidget-container .t-upwidget-container__button { 
    border-radius: 6px !important;
    background-color: #948F8E !important;
}
/* end Кнопки */



/* Ссылки в шапке страницы*/

.header-text-hover:hover > .tn-atom{
    transition: all 0.3s ease-in-out;
    color: #fc5b21 !important;
}

.header-text-hover > .tn-atom{
    transition: all 0.3s ease-in-out;
}

/* end Ссылки в шапке страницы*/

/*Скругления*/
.radius6 > .tn-atom{
    border-radius: 0px 6px 0px 6px !important;
}
.radius16 > .tn-atom{
    border-radius: 0px 16px 0px 16px !important;
}
.tab_btn > .tn-atom{
    border-radius: 0px 16px 0px 16px !important;
}
.radius30 > .tn-atom{
    border-radius: 0px 30px 0px 30px !important;
}
.form-radius > .tn-atom > .t-form > .t-form__inputsbox > .t-input-group > .t-input-block{
    border-radius: 0px 16px;
}
.form-radius > .tn-atom > .t-form > .t-form__inputsbox > .t-input-group > .t-input-block > .t-input{
    border-radius: 0px 16px;
}
.form-radius > .tn-atom > .t-form > .t-form__inputsbox > .t-input-group > .t-input-block >.t-select__wrapper >.t-select{
    border-radius: 0px 16px;
}
/*end Скругления*/