.menu-block {
    display: flex;
    padding: 12px 12px;
    gap: 40px;
    flex-wrap: wrap;
    color: #000;
    justify-content: center;
    flex-direction: column;
    margin-bottom: 20px;
    margin-top: 36px;
}
body:not(.home) .menu-block {
    gap: 20px;
}
.menu-block .defMenuItem { 
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 24px 0;
    align-self: stretch;
    justify-content: space-between; 
    border-bottom: 1px solid #d3d3d3;
}
.menu-block .defMenuItem:first-of-type { 
padding-top: 0px;
}
.menu-block .defMenuItem .name { 
    display: flex;
    flex-direction: column;
    align-items: flex-start; 
    
}
.menu-block .defMenuItem .name p {
    display: flex; gap: 8px;

}
.menu-block .defMenuItem .name span {color: var(--Color-Gray-Gray-900, #232323);

    /* Body/Bold/Body-20 */
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%; /* 24px */
    letter-spacing: 0.4px;}
    .menu-block .defMenuItem .name small {
        color: var(--Color-Gray-Gray-900, #232323);

/* Body/Regular/Regular */
font-family: Inter;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 120%; /* 19.2px */
letter-spacing: 0.32px;
    }
    .menu-block .defMenuItem  .price {color: var(--Color-Gray-Gray-900, #232323);
        text-align: right;
        
        /* Body/Bold/Body-20 */
        font-family: Inter;
        font-size: 20px;
        font-style: normal;
        font-weight: 700;
        line-height: 120%; /* 24px */
        letter-spacing: 0.4px;}
.menu-block .menu-item{    
    flex: 0 1 100%;
    display: flex;color: var(--1C1C1C, #1C1C1C);
    flex-direction: column;
    gap: 0px;
    transition: all .3s;
    overflow: hidden;
    border: 0px solid #e0e0e0; 
    border-radius: 8px;
    border: 1px solid var(--d-9-d-9-d-9, #D9D9D9);
    background: var(--ffffff, #FFF);
}
 
.menu-block ol li {
    color: var(--Color-Gray-Gray-900, #232323);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 200%; /* 32px */
} 
.menu-block ul.tabs {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    align-self: stretch;
    list-style: none;
    padding: 0px;
    border-bottom: 1px solid #d3d3d3;
    margin-bottom: 0px;
    max-width: 100% !important;
}
.menu-block ul.tabs li {
    color: var(--Color-Gray-Gray-600, #656565);
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%; /* 28px */
    letter-spacing: 0.4px;
    cursor: pointer;
    padding-bottom: 8px;
}
.menu-block .tab-content {
    display: none;
}
.menu-block .tab-content.active {
    display: flex;
    flex: 1;
    flex-direction: column;
    gap: 14px;
}
.menu-block .tab-content.simple {
    gap: 0px;
}
.menu-block .menuTrigger.active .has-text-color, .menu-block .singleMenu {

    color: var(--Color-Green-Blue-900, #006A35);
}
    .menu-block .menuTrigger.active, .menu-block .singleMenu   {
    
border-bottom: 1px solid var(--Color-Gray-Gray-100, #D3D3D3);
padding-bottom: 16px; 
}
.menu-block .menuItem.active p:first-of-type, .menu-block .singleMenuItem  p:first-of-type {
    margin-top: 0px;
}
.menu-block ul.tabs li.active {

    color: var(--Color-Red-Orange-900, #C02810);
    border-bottom: 2px solid #C02810;
}
@media screen and (max-width: 479px) {
    .menu-block .tab-content {
        display: flex;
        flex: 1;
        flex-direction: column;
        gap: 14px;
    }
    .mobileMenuTitle {
        color: var(--Color-Red-Orange-900, #C02810);
font-family: Inter;
font-size: 20px;
font-style: normal;
font-weight: 600;
line-height: 140%; /* 28px */
letter-spacing: 0.4px;display: flex;
flex-direction: column;
align-items: center;
gap: 16px;
flex: 1 0 0;
border-bottom: 2px solid #C02810;
padding-bottom: 16px;
    }
    .menu-item ol {
        padding-inline-start: 18px;
    }
    body:not(.home) .menu-block {
        gap: 40px;
    }
    .menu-block .defMenuItem .name p {
        flex-wrap: wrap;
    }
    .menu-block .defMenuItem .name p span{
        
    flex-grow: 1;
    flex-basis: 100%;
    flex-shrink: 0;
    }
    .menu-block .defMenuItem .price { 
        min-width: 53px;
    }
}
