.btn-underline::after, .btn-underline-white::after, .btn-fill::after, .t-submit::after {
    content: '';
    display: block;
    transform: scaleX(0);
    transition: transform 250ms ease-in-out;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #fff;
    transform-origin: 0% 50%;
}
.btn-underline:hover::after, .btn-underline-white:hover::after, .btn-fill:hover::after, .t-submit:hover::after {
    transform: scaleX(1);
}

.btn-underline-white::after {
    background-color: #2BFE57;
}

.btn-fill::after, .t-submit::after {
    background-color: #000;
}

.t450__overlay {
    backdrop-filter: blur(6px);
}
.t702 .t-popup__block-close {
    background: #fff;
}

@media screen and (max-width: 479px) {
    .t-form__inputsbox_inrow .t-input-group_width50.t-input-group_inonerow {
        width: 100% !important;
    }
}