/*основные цвета*/
:root{
    --c-beige: #fec775;
    --c-ligt-beige: rgba(254, 199, 117, 0.55);
    --very-light-beige: rgba(254, 199, 117, 0.11);
    --c-black: #040000;
    --c-brown: #a75327;
}

*{
    margin: 0;
    padding: 0;
}

.rubl {
    font-family: rouble, serif;
    text-transform: none;
}

body{
    font-family: Montserrat, serif;
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
}

.back{
    position: relative;
    background-position: 0 0 !important;
    background-size: cover;
    background-repeat: no-repeat !important;
    background-color: white;
    background-image: url('../img/back.png') !important;
    min-height: 100vh;
}

.light-back{
    position: relative;
    background-color: var(--very-light-beige);
}

.title{
    font-family: 'Lobster', cursive;
    text-align: center;
    width:100%;
}

h1,h2,h3{
    font-family: 'Lobster', cursive;
}

ul, li{
    padding: 0;
    list-style-type: none;
}

a,
a:hover,
a:active,
a:visited,
a:focus
{
    text-decoration: none;
    color: var(--c-black);
}

header{
    position: relative;
    top: 0;
    width: 100%;
    z-index: 2;
    height: auto;
}

header .header-top{
    display: flex;
    align-items: center;
    padding: 10px 0;
    width: 100%;
}

#header_logo{
    width: 125px;
    margin-right: 50px;
}

#header_logo img{
    width: 100%;
}

.header_menu{
    display: flex;
    align-self: center;
    text-align: center;
    font-size: 16px;
    height: 51px;
}

.header_menu a{
    position: relative;
    margin: 0 35px;
    height: 100%;
    display: inline-flex;
    align-items: center;
}

.header_menu a.active{
    font-weight: bold;
}

.header_menu a.active::after{
    content: '';
    display: inline-block;
    width: 7px;
    height: 7px;
    -moz-border-radius: 7.5px;
    -webkit-border-radius: 7.5px;
    border-radius: 7.5px;
    background-color: var(--c-brown);
    position: absolute;
    left: 44%;
    bottom: 8px;
}

#content{
    /*position: relative;*/
    min-height: 70vh;
    margin-bottom: 50px;
}

#mobile-navigation-btn{
    color: var(--c-beige);
    font-size: 21px;
}

#mobile-navigation {
    background: white;
    position: fixed;
    top: 7rem;;
    margin: 0;
    z-index: 1001;
    width: 100%;
    height: auto;
    min-height: 280px;
    /*border-bottom: 2px var(--c-ligt-beige) solid;*/
    box-shadow: 0px 6px 7px -3px rgba(34, 60, 80, 0.2);
}

ul#mobile-nav {
    margin: 16px 0 30px 0;
}

ul#mobile-nav li a {
    display: block;
    position: relative;
    padding: 12px 0 !important;
    color: black;
}

#catName{
    margin-bottom: 30px;
}

#catName,
#empty-cart{
    padding-left: 7px;
}

/*main page*/
.main-circle{
    width: 50px;
    height: 50px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    background: var(--c-beige);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 12px;
}

.main-schedule{
    position: relative;
    margin-top: -50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.main-schedule .block-schedule{
    width: 150px;
    height: 132px;
    display: flex;
    flex-wrap: wrap;
    margin: 0 70px;
    justify-content: center;
}

.main-schedule p{
    text-align: center;
}

.main-schedule i{
    color: white;
    font-size: 25px;

}

.our_menu {
    margin-top: 60px;
}

.our_menu ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    overflow: hidden;
    height: 40px;
    margin-bottom: 50px;
}

.our_menu ul li {
    margin: 10px;
    padding: 0;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.our_menu ul li.active a{
    position: relative;
    font-weight: bold;
    color:var(--c-beige)
}

.our_menu ul li.active a::after{
    content: '';
    display: inline-block;
    width: 7px;
    height: 7px;
    -moz-border-radius: 7.5px;
    -webkit-border-radius: 7.5px;
    border-radius: 7.5px;
    background-color: var(--c-beige);
    position: absolute;
    left: 44%;
    bottom: -5px;
}

.see_all{
    display: block;
    text-align: right;
    font-weight: bold;
    text-decoration: underline;
}

a.see_all{
    color: var(--c-beige);
}

/*product*/
.products{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.product{
    cursor: pointer;
    position: relative;
    height: 310px;
    width: 270px;
    margin: 0 35px 55px 35px;
    background: var(--c-ligt-beige);
    color: #fff;
    border-radius: 0 20px;
    box-shadow: 4px 5px 10px 0 rgba(0, 0, 0, 0.2);
}

.product .image{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 159px;
    overflow: hidden;
    background-color: white;
    color: var(--c-beige);
    border-radius: 0 20px 0 0;
}

.product .image img{
    width: 100%;
    text-align: center;
}

.product .info{
    padding: 10px;
    height: 140px;
    text-decoration: none;
    position: relative;
    color: var(--c-black);
}

.product .info .name{
    overflow: hidden;
    position: relative;
    margin-bottom: 5px;
    font-family: Lobster, sans-serif;
    font-size: 22px;
    height: 95px;
    text-align: center;
    text-overflow: ellipsis;
}

.product .info .desc{
    font-weight: 300;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 40px;
    margin-bottom: 5px;
    font-size: 13px;
}

.product .info .out{
    font-size: 12px;
    line-height: 18px;
}

.product .info .price{
    position: absolute;
    left: 43%;
    font-weight: bold;
    margin-bottom: 0;
    font-size: 18px;
}

/*catalog dishes*/
.catalog-dishes{
    display: flex;
    margin-top: 20px;
}

.catalog-dishes .categories {
    padding-left: 0;
    width: 25%;
    padding-top: 20px;
}

.catalog-dishes .category
{
    width: 70%;
}

.catalog-dishes .category a{
    width: max-content;
}

.catalog-dishes .category a.active{
    font-weight: bold;
    color: var(--c-beige);
    display: block;
    position: relative;
}

.catalog-dishes .category a.active::after{
    content: '';
    display: inline-block;
    width: 7px;
    height: 7px;
    -moz-border-radius: 7.5px;
    -webkit-border-radius: 7.5px;
    border-radius: 7.5px;
    background-color: var(--c-beige);
    position: absolute;
    left: 45%;
    bottom: -5px;
}

.catalog-dishes .categories ul li{
    float: left;
}

.catalog-dishes .categories ul li img {
    width: 110px;
}

.catalog-dishes .categories ul li p {
    float:right;
    width: auto;
    margin-top: 0;
    max-width: 140px;
}

.catalog-dishes .dishes {
    width: 75%;
}

.product-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin: 0 -14px;
}

/*footer*/
footer{
    position:relative;
    width: 100%;
    background: white;
    z-index: 2;
    min-height: 120px;
}

.footer-inner{
    display: flex;
}

.footer-inner .footer_logo{
    display: flex;
    -ms-flex-item-align: center;
    align-self: center;
    width: 95px;
    margin-right: 8%;
}

.footer-inner .footer_logo img{
    width: 100%;
}

.footer_contacts{
    margin-right: 10%;
    padding-top: 20px;
}

.footer_contacts p{
    font-weight: bold;
}

.footer_contacts .block{
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.footer_contacts i{
    color: var(--c-beige);
    font-size: 25px;
    margin-right: 5px;
}

.wave{
    background: white;
    height: 50px;
    position: relative;
}
.wave::before, .wave::after{
    border-bottom: 5px solid var(--c-beige);
}
.wave::before{
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 10px;
    background-size: 20px 40px;
    background-image: radial-gradient(circle at 10px -15px, transparent 20px, var(--c-beige) 21px);
}
.wave::after{
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 15px;
    background-size: 40px 40px;
    background-image:
   radial-gradient(circle at 10px 26px, var(--c-beige) 20px, transparent 21px);
}
.modal-dish-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    display: flex;
    justify-content: center;
    align-items: center;
}

.modal-dish {
    background-color: #FDBE87;
    padding: 20px;
    border-radius: 0 20px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    max-width: 400px;
    width: 100%;
}

.modal-dish button {
    background-color: white;
    color: black;
    padding: 8px 16px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

.modal-dish button:hover {
    background-color: #e3e3e3;
}

.dish-image {
    max-width: 100%;
    height: auto;
    margin-bottom: 10px;
}

.dish-name {
    font-size: 24px;
    margin-bottom: 10px;
}

.dish-description {
    margin-bottom: 10px;
}

.dish-out {
    margin-bottom: 10px;
}

.dish-price {
    font-weight: bold;
}

/*Согалсие на обработку данных*/
.bottom-privacy{
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    font-weight: bold;
    z-index: 100;
    padding: 10px;
    background-color: white;
    border-top: 1px solid #feddac;
    color: grey;
}

.bottom-privacy .privacy-inner{
    display: flex;
    justify-content: center;
    align-items: center;
}

.bottom-privacy .privacy-inner p{
    margin: 0;
    font-size: 14px;
}

.bottom-privacy .privacy-inner a{
    color: black;
}

.bottom-privacy .privacy-inner button {
    border: none;
    transition: .3s;
    margin-left: 8px;
    cursor: pointer;
    color: white;
    font-size: 18px;
    background-color: #fdbe87;
    font-weight: normal;
    padding: 8px 16px;
    border-radius: 4px;
}

@media screen and (max-width: 767px) {
    .bottom-privacy .privacy-inner {
        flex-wrap: wrap;
    }
    .bottom-privacy .privacy-inner p {
        font-size: 12px;
    }
}
