@media (max-width: 768px) {
    .catcher__tag {
        font-size: 18px
    }

    .catcher__close {
        right: 0;
        top: -55px;
        transform: scale(.8)
    }

    .catcher__wrapper {
        padding: 20px
    }

    .catcher__title {
        font-size: 24px;
        max-width: 380px;
        text-align: center
    }

    .catcher__action {
        align-items: center;
        margin: 0 auto;
        max-width: 288px
    }

    .catcher__input-label {
        margin-bottom: 0;
        margin-right: 0;
        width: 100%
    }

    .catcher__btn_main {
        font-size: 14px
    }

    .catcher__button {
        order: 3;
        width: 100%
    }

    .catcher__checkbox {
        margin: 10px auto;
        order: 2
    }

    .catcher__check:checked + .catcher__checkbox-wrapper:after {
        top: 16px
    }

    .catcher__text a {
        margin-left: 0
    }
}