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

.t390__img {
     border-radius: 20px;
}

.t-popup.t-popup_show {
    opacity: 25;
    backdrop-filter: blur(5px);
}

.t-checkbox__control {
    display: flex !important;
}

@media screen and (max-width: 560px) {
.t702 .t-popup__block-close {
    background: white;
}

.t-checkbox__indicator {
    width: 18px !important;
    height: 18px !important;
}

}

@media screen and (max-width: 640px) {
.t702 .t-submit, .t702 .t-input {
    height: 55px;
    padding: 0 20px;
}
}