test {
  animation-duration: 3s;
  animation-name: slidein;
  text-align: center;
}

@keyframes slidein {
  from {
    margin-left: 100%;
    width: 300%;
  }

  to {
    margin-left: 0%;
    width: 100%;
  }
}

.uc-menu {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
}

.card-footer .tn-atom {
    border-radius: 0 0 10px 10px !important;
}

.callback-form .tn-form__submit {
    margin-top: 35px;
}

.callback-form .tn-form__submit button:hover {
    background-color: #f27b53 !important;
    color: #fff !important;
}

.callback-form .tn-form__submit button {
    transition: .2s;
}