    .hover_t{
      opacity: 1;
    transition: all .3s ease;
    cursor: default;

}
.hover_t:hover{
   opacity: .5;
}

    .uc-home{
        width: 100%;
        height: 100vh !important;
        max-height: 960px;
        overflow: hidden;
    }
    label.t-checkbox__control.t-checkbox__control_flex {
    align-items: flex-start;
}
        @media (max-width: 1200px) {
.uc-home {

  height: 100% !important;
        overflow: visible
}
}
@media screen and (max-width: 480px) {
    .t-rec_pt_180 {
        padding-top: 0px !important;
    }
}