.uc-header-page{
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index:999;
}

.uc-home-focus-form{
    margin-top:-60px;
}
body{
    background-color:#07070F;
}

.t-popup__container{
        border-radius: 24px;
}

@media(max-width:768px;){
    .uc-home-focus-form{
    margin-top:0px !important;
}
}