.uc-button {
    margin-top: -30px !important;
}
.uc-text{
    margin-top: -40px !important;
    margin-bottom: 45px !important;
}
.uc-table {
  opacity: 0;
  transform: translateY(60px);
  transition: all 1s cubic-bezier(0.32,0.72,0.55,1.37);
}
.uc-table._show {
  opacity: 1;
  transform: translateY(0);
}
.t-popup__container {
    background: transparent;
    margin: 0 auto;
    width: auto;
    position: absolute;
    top: 50%;
    right: 20px;
    left: 20px;
    z-index: 1;
    cursor: default;
    -moz-transform: translateY(-30%) scale(.9);
    -ms-transform: translateY(-30%) scale(.9);
    -webkit-transform: translateY(-30%) scale(.9);
    -o-transform: translateY(-30%) scale(.9);
    transform: translateY(-30%) scale(.9);
}

@media(max-width:768px){
    .uc-text{
 
    margin-top: -40px !important;
    margin-bottom: 15px !important;
}
.tmenu-mobile__container{
    padding:0px !important;
    padding-left:10px !important;
    padding-right:10px !important;
}
 .t1000__background-image {
        margin-top: 0;
        margin-bottom: 0;
        width: 100%;
        height: 400px !important; 
    }
}


