.techmash-contact-sheet {
    display: none;
}

@media screen and (max-width: 767px) {
    .wd-toolbar .techmash-contact-toolbar-item .wd-tools-icon:before {
        display: none !important;
        content: "" !important;
    }

    .wd-toolbar .techmash-contact-toolbar-trigger {
        gap: 2px;
    }

    .wd-toolbar .techmash-contact-toolbar-trigger:focus {
        outline: none !important;
    }

    .wd-toolbar .techmash-contact-toolbar-trigger .wd-tools-icon {
        display: flex;
        align-items: center;
        justify-content: center;
        min-height: 25px;
    }

    .wd-toolbar .techmash-toolbar-phone {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 25px;
        height: 25px;
        color: #111;
    }

    .wd-toolbar .techmash-toolbar-phone svg {
        display: block;
        width: 24px;
        height: 24px;
        fill: currentColor;
    }

    .wd-toolbar .techmash-contact-toolbar-trigger .wd-toolbar-label {
        font-size: 11px;
        line-height: 1.1;
        white-space: nowrap;
    }

    .techmash-contact-sheet {
        position: fixed;
        inset: 0;
        z-index: 389;
        display: block;
        pointer-events: none;
        visibility: hidden;
    }

    .techmash-contact-sheet__backdrop {
        position: absolute;
        top: 0;
        right: 0;
        bottom: var(--techmash-toolbar-offset, 55px);
        left: 0;
        background: rgba(18, 18, 18, 0.42);
        opacity: 0;
        transition: opacity 0.22s ease;
    }

    .techmash-contact-sheet__panel {
        position: absolute;
        right: 0;
        bottom: var(--techmash-toolbar-offset, 55px);
        left: 0;
        max-height: min(66vh, calc(100vh - var(--techmash-toolbar-offset, 55px)), 560px);
        padding: 12px 18px 20px;
        overflow-y: auto;
        color: #222;
        background: #fff;
        border-radius: 24px 24px 0 0;
        box-shadow: 0 -18px 50px rgba(0, 0, 0, 0.24);
        transform: translateY(105%);
        transition: transform 0.28s cubic-bezier(.2, .8, .2, 1);
        -webkit-overflow-scrolling: touch;
    }

    .techmash-contact-sheet__handle {
        width: 44px;
        height: 4px;
        margin: 0 auto 18px;
        background: #d8d8d8;
        border-radius: 999px;
    }

    #techmash-mobile-contact-sheet .techmash-contact-sheet__close {
        position: absolute !important;
        top: 12px !important;
        right: 14px !important;
        left: auto !important;
        width: 38px !important;
        height: 38px !important;
        min-height: 38px !important;
        padding: 0 !important;
        background: rgba(0, 0, 0, 0.055) !important;
        border: 0 !important;
        border-radius: 999px !important;
        box-shadow: none !important;
        transform: none !important;
    }

    #techmash-mobile-contact-sheet .techmash-contact-sheet__close:before,
    #techmash-mobile-contact-sheet .techmash-contact-sheet__close:after {
        position: absolute !important;
        top: 18px !important;
        left: 10px !important;
        width: 18px !important;
        height: 2px !important;
        background: #222 !important;
        border-radius: 2px !important;
        content: "" !important;
    }

    #techmash-mobile-contact-sheet .techmash-contact-sheet__close:before {
        transform: rotate(45deg) !important;
    }

    #techmash-mobile-contact-sheet .techmash-contact-sheet__close:after {
        transform: rotate(-45deg) !important;
    }

    .techmash-contact-sheet__title {
        margin: 0 42px 8px 0;
        color: #222;
        font-size: 24px;
        line-height: 1.2;
    }

    .techmash-contact-sheet__intro {
        margin: 0 0 16px;
        color: #777;
        font-size: 15px;
        line-height: 1.45;
    }

    .techmash-contact-sheet__group {
        display: grid;
        gap: 10px;
    }

    .techmash-contact-card {
        display: flex;
        align-items: center;
        min-height: 58px;
        padding: 12px 14px;
        color: #222 !important;
        background: #f6f4ef;
        border: 1px solid rgba(0, 0, 0, 0.06);
        border-radius: 16px;
        text-decoration: none !important;
    }

    .techmash-contact-card--primary {
        color: #fff !important;
        background: #1f1f1f;
    }

    .techmash-contact-card--telegram {
        background: #edf6ff;
    }

    .techmash-contact-card--email {
        background: #fff3e3;
    }

    #techmash-mobile-contact-sheet .techmash-contact-card__icon {
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        flex: 0 0 38px !important;
        width: 38px !important;
        height: 38px !important;
        margin-right: 12px !important;
        color: #202020 !important;
        background: rgba(32, 32, 32, 0.08) !important;
        border-radius: 999px !important;
        opacity: 1 !important;
    }

    #techmash-mobile-contact-sheet .techmash-contact-card--primary .techmash-contact-card__icon {
        color: #fff !important;
        background: rgba(255, 255, 255, 0.16) !important;
    }

    #techmash-mobile-contact-sheet .techmash-contact-card--telegram .techmash-contact-card__icon {
        color: #2aabee !important;
        background: rgba(42, 171, 238, 0.14) !important;
    }

    #techmash-mobile-contact-sheet .techmash-contact-card--email .techmash-contact-card__icon {
        color: #b06a14 !important;
        background: rgba(176, 106, 20, 0.13) !important;
    }

    #techmash-mobile-contact-sheet .techmash-contact-card__icon svg {
        display: block !important;
        width: 20px !important;
        height: 20px !important;
        fill: currentColor !important;
    }

    .techmash-contact-card strong,
    .techmash-contact-card small {
        display: block;
    }

    .techmash-contact-card strong {
        font-size: 17px;
        line-height: 1.2;
    }

    .techmash-contact-card small {
        margin-top: 3px;
        color: inherit;
        font-size: 12px;
        line-height: 1.2;
        opacity: 0.72;
    }

    .techmash-contact-sheet-open .techmash-contact-sheet {
        pointer-events: auto;
        visibility: visible;
    }

    .techmash-contact-sheet-open .techmash-contact-sheet__backdrop {
        opacity: 1;
    }

    .techmash-contact-sheet-open .techmash-contact-sheet__panel {
        transform: translateY(0);
    }

    .techmash-contact-sheet-open .wd-toolbar {
        z-index: 390;
    }

    body.techmash-contact-sheet-open .chaty-channel-list,
    body.techmash-contact-sheet-open .chaty-widget,
    body.techmash-contact-sheet-open .chaty-widget-i,
    body.techmash-contact-sheet-open #chaty-widget-0,
    body.techmash-contact-sheet-open [id^="chaty-widget"] {
        display: none !important;
    }
}
