.js-yclients-widget {
    display: none;
}

.montaz-widget-page {
    padding: 24px 0;
}

.montaz-widget-page__address,
.montaz-widget-page__notice {
    color: #ef3b2d;
    font-size: 14px;
    line-height: 1.45;
}

.montaz-widget-page__title {
    clear: both;
    margin: 20px 0 12px;
}

.montaz-widget-page__notice {
    margin: 0;
}

.montaz-widget-page__booking-banner {
    margin: 24px 0;
}

.yCloseIcon.right {
    display: none !important;
    z-index: 10003 !important;
    top: 12px !important;
    right: 12px !important;
    left: auto !important;
    width: 40px !important;
    height: 40px !important;
    background-color: #fff !important;
    background-image: none !important;
    box-shadow: 0 2px 10px rgba(0, 0, 0, .2) !important;
    cursor: pointer;
}

.yCloseIcon.right::before {
    content: "×";
    display: block;
    color: #282828;
    font-size: 30px;
    line-height: 36px;
    text-align: center;
}

@media (max-width: 600px) {
    body.yclients-widget-open .yCloseIcon.right {
        display: block !important;
        top: 2px !important;
        right: auto !important;
        left: 2px !important;
        width: 28px !important;
        height: 28px !important;
        border-radius: 0 !important;
        background-color: transparent !important;
        box-shadow: none !important;
    }

    .yCloseIcon.right::before {
        font-size: 36px;
        line-height: 24px;
    }

    .yWidgetBlock-yclients,
    .yWidgetBlock {
        width: 100vw !important;
        max-width: 100vw !important;
        padding-top: 25px !important;
    }

    .yWidgetBlock.right,
    .yWidgetHide.right {
        right: -100vw !important;
    }

    .yWidgetShow.right {
        right: 0 !important;
    }
}
