

/* Start:/local/templates/family/components/custom/menu/menuCategories/style.css?176581284613270*/
.menu .hero-block-one   h1 {       font-size: 60px;
    font-weight: 700;
    line-height: 72px;
    color: white;
    text-align: center;}
.menu .hero-block-three   h2 {      font-weight: 700;
    color: white;
    font-size: 60px;
    line-height: 72px;
    margin-bottom: 60px;
    text-align: center;}



.menu .hero-block-three {
    margin-top: 40px;
}
.menu .hero-block-three h2 {
    font-weight: 700;
    color: white;
    font-size: 60px;
    line-height: 72px;
    margin-bottom: 60px;
    text-align: center;
}
.menu .hero-block-three .block-main {

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;

    text-align: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 490px;
    background-position: center;
    transition: 0.3s;

}
.menu .hero-block-three .block-main .url { color: white;
    text-align: center;
    font-size: 30px;
    font-weight: 600;
line-height: 37px;width: 100%;display: block;

}
.menu .hero-block-three .block {
    border-radius: 30px;
    height: 600px;

    padding: 80px 20px 160px 20px;
    text-align: center;
    background-size: cover;
    background-repeat: no-repeat;
    min-width: 490px;
    background-position: center;
    transition: 0.3s; margin-bottom: 30px;
}
.menu .hero-block-three .block:hover {   transform: scale(1.1); transition: 0.3s}
.menu .hero-block-three .block p:nth-child(1n) {
    font-size: 30px;
    font-weight: 700;
    line-height: 37px;
    color: white;
}
.menu .hero-block-three .block p:nth-child(2n) {

    font-size: 30px;
    font-weight: 600;
    line-height: 37px;
    color: white;    height: 268px;
    display: flex;
    align-items: center;
}
.menu .hero-block-three .block a {
    color: white;
    padding: 23px 35px;
    font-size: 30px;
    font-weight: 800;
    display: inline-block;
    border-radius: 50px;
    border: 2px solid white;text-transform: uppercase;cursor: pointer;
}
.menu .hero-block-three .block a:hover { background: var(--Yellow, #FC0);color: white; transition: 0.3s;border: 2px solid var(--Yellow, #FC0);}
.menu .hero-block-three .row {
    gap: 30px;
    margin-bottom: 30px;
}
@media (max-width: 1700px) {
    .menu .hero-block-three .block-main {
        min-width: 48%;
    }
}
@media (max-width: 1530px) {

    .menu .hero-block-three .block p:nth-child(1n) {
        font-size: 20px;
        line-height: 25px;
    }
    .menu .hero-block-three .block p:nth-child(2n) {
        font-size: 16px;
        line-height: 20px;
        padding-top: 54px;
        padding-bottom: 38px;
    }
    .menu .hero-block-three .block a {
        font-size: 16px;
        padding: 7px 35px;
    }

}
@media (max-width: 1280px) {
    .menu .hero-block-three .block {       min-width: 397px;    height: 488px;}
    .menu .hero-block-three .block-main {   width: 464px;}

}

@media (max-width: 1200px) {

    .menu .hero-block-one   h1 {      font-size: 40px;
        line-height: 48px;}
    .menu .hero-block-three   h2 {     font-size: 40px;
        line-height: 48px;
        margin-bottom: 40px; }
    .menu .hero-block-three {
        margin-top: 100px;
    }
    .menu .hero-block-three h2 {
        font-size: 40px;
        line-height: 48px;
        margin-bottom: 40px;
    }
    .menu .hero-block-three .block p:nth-child(2n) {
        padding-top: 61px;
        padding-bottom: 34px;
    }
    .menu .hero-block-three .block-main {         width: 315px; min-width: 47%;}
    .menu .hero-block-three .block {       min-width: 324px;
        height: 401px;}
}
@media (max-width: 700px) {
    .menu .hero-block-three .block {       min-width: 250px;      height: 361px;
        width: 35%;}
    .menu .hero-block-three .block-main {         width: 46%;    min-width: 42%;
        }


    .menu .hero-block-three .block-main .url {        font-size: 16px;
        line-height: 20px;}

}


@media (max-width: 545px) {
    .menu .hero-block-one   h1 {       font-size: 26px;
        line-height: 31px;}
    .menu .hero-block-three   h2 {    margin-bottom: 20px;
        font-size: 26px;
        line-height: 31px;  }
    .menu .hero-block-three {
        margin-top: 40px;
    }

    .menu .hero-block-three .block p:nth-child(2n) {
        height: 140px;padding-top: 0;padding-bottom: 0;
    }
    .menu .hero-block-three .block {      min-width: 218px;
        height: 261px;}

}

@media (max-width: 500px) {
    .menu .hero-block-three .block-main { width: 100%;    min-width: 100%;}
    .menu .hero-block-three .block {   min-width: 247px;        height: 457px;   width: 100%;}
    .menu .hero-block-three .block-main a { width: 100%}

}
@media (max-width: 400px) {
    .menu .hero-block-three .block {  height: 400px }
}
@media (max-width: 350px) {
    .menu .hero-block-three .block {   height: 350px}
}

.menu-navigations {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;

    margin-bottom: 24px;
}

.menu-navigation {
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.30);
    padding: 8px 16px;
    border: 1px solid transparent;
    color: #FFF;

    font-family: Mulish;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px; /* 120% */

    cursor: pointer;
    transition: all 0.3s ease-in-out;
}

.menu-navigation.active {
    background: #FC0;
    color: #000;
}

.menu-navigation:hover {
    border: 1px solid #fff;
}

.menu-navigation.active:hover {
    border: 1px solid transparent;
}

.menu-wrapper {
    /*display: flex;*/
    /*flex-direction: row;*/
    /*justify-content: flex-start;*/
    /*flex-wrap: wrap;*/
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 60px 30px;
}

.menu-item {
    max-width: 360px;
    height: 640px;
    width: 100%;
}

.menu-photo {
    position: relative;
    max-width: 360px;
    max-height: 360px;
    width: 100%;
    height: 100%;

    margin-bottom: 20px;

    cursor: pointer;
}

.main-photo__item {
    max-width: 360px;
    max-height: 360px;
    width: 100%;
    height: 100%;
}

.menu-none {
    display: none;
}

@media (max-width: 1700px) {
    .menu-photo .main-photo__item {
        width: 300px;
    }

    .menu-photo {
        width: 300px;
    }

    .menu-item {
        max-width: 300px;
    }
}

@media (max-width: 1530px) {

}

@media (max-width: 660px) {
    .menu-wrapper {
        justify-content: center;
    }
}

.menu-categories__wrapper {
    position: absolute;
    top: 20px;
    left: 20px;

    display: flex;
    flex-direction: row;
    gap: 16px;
}

.menu-categories {
    width: 40px;
    height: 40px;
}

.menu-content {
    max-height: 255px;
    height: 100%;

    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.menu-size {
    color: rgba(255, 255, 255, 0.80);
    font-family: Mulish;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 142.857% */
}

h2.menu-title {
    color: #FFF !important;

    /* Desktop/H2 */
    font-family: Mulish !important;
    font-size: 30px !important;
    font-style: normal !important;
    font-weight: 700 !important;
    line-height: 120% !important; /* 36px */
    text-align: left !important;
    margin-bottom: 8px !important;
}

p.menu-description {
    color: #FFF;
    font-family: Mulish;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
}

.menu-footer {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 12px;
}

.menu-btn__price {
    width: 100%;
    border-radius: 20px;
    background: #FC0;
    padding: 8px 0;

    color: #000;
    font-family: Mulish;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px; /* 150% */

    border: none;
    outline: none;

    text-align: center;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}

/*.menu-btn__price:hover {*/
/*    background: #fff;*/
/*}*/

.menu-btn__basket {
    border-radius: 50%;
    background: #FFF;
    padding: 8px;
    outline: none;
    border: none;
    cursor: pointer !important;
    width: 50px;
    display: none;
}

.menu-overlay__content {
    /*background: url("/local/templates/family/components/custom/menu/menuCategories/../../../../assets/img/overlay-bcc.png")no-repeat;*/

    background-color: #FC0;

    display: flex;
    flex-direction: row;
    gap: 36px;

    max-height: 500px;
    height: 100%;
    padding: 30px;

    border-radius: 50px;
}

.menu-overlay__row.photo {
    position: relative;
}

.menu-row__title {
    color: #000 !important;
    font-family: Mulish !important;
    font-size: 42px !important;
    font-style: normal !important;
    font-weight: 700 !important;
    line-height: 120% !important; /* 50.4px */
    text-align: left !important;
    margin-bottom: 30px !important;
}

.menu-row__size {
    color: #000;
    font-family: Mulish;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
    margin-bottom: 4px;
}

.menu-row__calories {
    color: #000;
    font-family: Mulish;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
    margin-bottom: 20px;
}

.menu-row__description {
    color: #000;
    font-family: Mulish;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
    margin-bottom: 30px;
}

.menu-row__price {
    color: #000;
    font-family: Mulish;
    font-size: 42px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%; /* 50.4px */
    margin-bottom: 30px;
}

.menu-row__footer {
    display: flex;
    flex-direction: row;
    gap: 16px;
    margin-top: 30px;
    display: none;
}

.menu-row__counter {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 8px 16px;

    max-width: 152px;
    width: 100%;

    border-radius: 20px;
    background: rgba(255, 255, 255, 0.40);
}

.menu-row__minus, .menu-row__number, .menu-row__plus {
    flex: 1;
    text-align: center;
    height: 22px;
}

.menu-row__minus, .menu-row__plus {
    cursor: pointer;
}

.menu-overlay__row.photo .main-photo__item {
    height: 100%;
}

.menu-row__btn {
    max-width: 300px;
    width: 100%;
    padding: 8px;
    border-radius: 20px;
    background: #FFF;
    color: #000;
    font-family: Mulish;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px; /* 150% */
    border: none;
    outline: none;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}

.menu-row__btn:hover {
    background-color: rgba(255, 255, 255, 0.40);
}

.menu-overlay__row.close svg {
    cursor: pointer;
}

.menu-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.80);
    backdrop-filter: blur(5px);
    z-index: 1000;
    opacity: 0;
    transition: opacity 0.3s ease;
    display: none;
    padding: 10%;
}

@media (max-width: 1400px) {
    .menu-overlay__content {
        max-height: 100%;
        height: 100%;
        padding: 48px;
    }
}

@media (max-width: 1300px) {
    .menu-overlay__content {
        flex-direction: column;
        position: relative;
    }

    .menu-overlay__row.close {
        position: absolute;
        top: 16px;
        right: 16px;
    }

    .menu-overlay__row.photo {
        display: none;
    }

    .menu-row__footer {
        flex-direction: column;
    }

    .menu-row__counter {
        max-width: 300px;
        width: 100%;
    }
}

@media (max-width: 768px) {
    .menu-row__title {
        font-size: 38px !important;
    }
}

.menu-catalog__wrapper {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 64px;
}

.menu-catalog__item {
    cursor: pointer;
    overflow: hidden;
}

.menu-catalog__item img {
    border-radius: 24px;
    max-width: 500px;
    max-height: 600px;
    width: 100%;
    height: 100%;
    transition: all 0.3s ease-in-out;
}

.menu-catalog__item img:hover {
    transform: scale(1.05);
}

.menu .hero-block-three h2 {
    font-size: 32px;
}

@media (max-width: 1025px) {
    .menu .hero-block-three h2 {
        font-size: 24px;
    }
}

@media (max-width: 769px) {
    .menu-catalog__wrapper {
        flex-direction: column;
        gap: 32px;
    }
}

/* End */
/* /local/templates/family/components/custom/menu/menuCategories/style.css?176581284613270 */
