.btn_primary .tn-atom,
.btn_primary .tn-molecule {
  transition: background-color 0.2s ease-in-out;
}
.btn_primary:hover .tn-atom,
.btn_primary:hover .tn-molecule {
  background-color: #A64A35!important;
}



.btn_secondary .tn-atom,
.btn_secondary .tn-molecule {
  transition: border-color 0.2s ease-in-out;
}
.btn_secondary:hover .tn-atom,
.btn_secondary:hover .tn-molecule {
  border-color: #E5D0CB!important;
}



.bottom_line{
    border-bottom: 1px solid #EDE2E0!important;
}



.link_anim[data-elem-type="text"] a {
    transition: all 0.2s ease !important;
    color: #6B6B6B !important;
}
.link_anim[data-elem-type="text"] a:hover {
    color: #2F2F2F !important;
}



.t-checkbox__indicator {
    border-radius: 3px!important;
}