.opentime-status-label {
    display: flex;
}
.gennit_art_block_time_titl {
    text-transform: uppercase;
    font-size: 10px;
    color: #4caf50;
}
.gennit_art_rezim_raboty_titl_block {
    display: flex;
    gap: 10px;
    justify-content: center;
    align-items: center;
    font-size: 10px;
    margin-right: 10px;
    text-transform: uppercase;
}

.gennit_art_rezim_raboty_titl_block>i {
    font-size: 20px;
    color: #262e3d;
}
.gennit_art_rezim_raboty_titl {
    display: flex;
}

.gennit_art_rezim_raboty_titl>i {
    margin-right: 10px;
}
.opentime-widget {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    gap: 10px;
}
.opentime-widget {
    font-family: "Segoe UI",Arial,sans-serif;
}

.opentime-status {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 600;
    font-size: 15px;
    font-size: 12px;
}

.genn_art_modal_titl_otkryto_1 {
    display: flex;
    gap: 5px;
    justify-content: center;
}

.genn_art_modal_titl_otkryto {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #8bc34a;
    border-radius: 0 0 10px 10px;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 600;
}

.modal-opentime-countdown span {
    display: flex;
    justify-content: center;
    font-size: 22px;
    font-weight: 600;
}
.opentime-countdown {
    font-variant-numeric: tabular-nums;
    color: #0a7c4f;
    padding-left: 5px;
}

.opentime-button {
    background: none;
    border: none;
    cursor: pointer;
    transition: all .2s ease;
    padding: 0;
}
.opentime-button i {
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    border-radius: 50px;
    background: #ff0000;
    color: #fff;
}
.opentime-button:hover i {
    background: #262e3d;
    color: #ff0000;
}

.opentime-modal {
    border: none;
    border-radius: 12px;
    padding: 0;
    max-width: 420px;
    width: 90%;
    box-shadow: 0 14px 48px rgba(0,0,0,0.25);
    background: #EAEDF0;
}

.opentime-modal[open] {
    animation: opentimeFade .2s ease;
}

.opentime-modal__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 16px;
    background: #f5f7fb;
    border-bottom: 1px solid #e3e7ee;
    font-weight: 700;
}

.opentime-modal__body {
    padding: 20px;
    max-height: 60vh;
    overflow: auto;
}

.opentime-row {
    display: flex;
    justify-content: space-between;
    padding: 10px 10px;
    border-bottom: 1px solid #ced1d4;
    font-size: 16px;
    color: #243242;
    /* background: #ddd; */
}

.opentime-modal__body > div:first-child {
    /* border: 2px dashed #b8a8a8; */
    border-radius: 10px;
    padding: 20px;
}

.opentime-modal__body > div:first-child {
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 18px;
    padding: 5px 13px 5px 19px;
    background: #dde0e3;
    /* color: #fff; */
}

.opentime-modal__body > div:first-child .opentime-modal-time {
    font-size: 36px;
    color: #243242;
    font-weight: bold;
}

.opentime-row:last-child {
    border-bottom: none;
}

.opentime-row.is-closed .opentime-hours {
    color: #c53030;
    font-weight: 700;
}

.opentime-close {
    background: transparent;
    border: none;
    font-size: 20px;
    cursor: pointer;
    line-height: 1;
}

.opentime-isopen {
    color: #4caf50;
}

.opentime-isclose {
    color: #b69696;
}

.opentime-row.is-today {
    background: #8BC34A;
    font-weight: 600;
    color: #000;
    border-radius: 10px;
    margin-bottom: -1px;
}

.modal-opentime-countdown {
    font-size: 11px;
    padding: 8px;
    line-height: 17px;
    color: #ffffff;
    background: #243242;
    margin: 0 10px 10px;
    border-radius: 0 0 10px 10px;
}

.opentime-no-scroll {
    overflow: hidden;
}

@keyframes opentimeFade {
    from {
        opacity: 0;
        transform: translateY(8px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}
