.t450 t450__menu_show {
    background-color: rgb(24 24 24 / 70%);
}

.uc-menu {
    background-color: rgb(24 24 24 / 70%);
}

.tlk-form__container-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    max-width: 410px;
    width: 100%;
    padding: 35px 35px 40px;
    background-color: rgb(0 0 0 / 20%);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .2);
    z-index: 1;
    overflow: hidden;
}