    .t-checkbox__indicator {
        border-radius: 4px;
    }
    @media screen and (max-width: 560px) {
        .t702 .t702__img {
            border-radius: 20px 20px 0px 0px;
        }
        .t702 .t-popup__block-close {
            background: white !important;
        }
        .t702 .t-popup {
            background-color: rgba(17, 17, 17, 0.6) !important;
        }
        .t702 .t-popup_show .t-popup__container {
            min-height: fit-content;
        }
        .t702 .t702__wrapper {
            padding: 20px 20px 40px 20px;
        }
    }
