html{
    font-family: "Arial", "Helvetica", sans-serif;
    min-width: 370px;
    margin: 0;
    --header-height: 5rem;
}
body{
    background-color: #ffe3cc;
    max-width: 1576px;
    margin: 0 auto;
    padding: 0 1rem;
}
header{
    display: flex;
    height: var(--header-height);
    top: 0;
    align-items: center;
    justify-content: space-between;
}
header>div{
    display: inline-block;
}
.header_search{
    height: fit-content;
}
.header_search>input{
    background: #f2f3f7;
    max-width: 20rem;
    width: 30vw;
    height: 1.8rem;
    border: 0;
    padding-left: 0.5rem;
}
.header_search>button{
    background-image: url("/Resources/icn_38.png");
    background-color: #d39e91;
    background-size: 50%;
    background-repeat: no-repeat;
    background-position: center;
    height: 1.8rem;
    width: 1.8rem;
    vertical-align: middle;
    border: 0;
}
.header_text{
    height: 100%;
    display: flex;
}
.header_text>h1{
    display: flex;
    align-items: center;
    vertical-align: middle;
    font-size: 50px;
}
@font-face {
    font-family: "Oleo Script Swash Caps";
    src: url(/Fonts/OleoScriptSwashCaps-Regular.ttf);
}
.oleo-script-swash-caps-regular {
    font-family: "Oleo Script Swash Caps";
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    color: #33211f;
}
.wrapper{
    display: flex;
    height: 100%;
    width: 100%;
}
.left-menu{
    display: flex;
    flex-direction: column;
    width: fit-content;
    box-sizing: border-box;
}
.left-menu>div{
    display: flex;
    height: 100%;
    padding-top: 2.5rem;
    align-items: center;
    flex-direction: column;
    gap: 2.5rem;
    max-height: 100%;
}
.left-menu>div>img{
    display: block;
    filter: brightness(200%);
}
.menu-element{
    padding-top: 1rem;
    display: block;
    margin: 0.3rem;
    border: 0;
    box-sizing: border-box;
    background-color: #e3b7a6;
    width: 7rem;
    min-height: 6.6rem;
}
.menu-element>p{
    color: #33211f;
}
.selected{
    background-color: #33211f;
}
.selected>p{
    color: #e3b7a6;
}
@media (max-width: 650px){
    .menu-element{
        padding-top: 0;
        width: 3rem;
        min-height: 3rem;
    }
    .left-menu>div{
        padding-top: 1rem;
        gap: 1rem;
    }
    .menu-element>p{
        display: none;
    }
    body{
        padding: 0 0.3rem;
    }
}
@media(max-width: 550px){
    .large-element-name>p{
        position:relative;
        display: inline;
    }
}
.main-content{
    display: flex;
}
.main-element{
    padding: 0.3rem;
    display: inline-flex;
    overflow: auto;
    max-height: 230px;
    height: 40vw;
    width: 100%;
}
.main-element>*{
    display: inline-block;
}
.main-element>div>img{
    width: 100%;
}
.left-block{
    width: 100%;
}
.left-block>.main-element{
    box-sizing: border-box;
    flex: 0 0 auto;
}
.description{
    position: relative;
    background-color: white;
    width: 100%;
    display: inline-block;
}
.large-img{
    display: inline-block;
    height: 100%;
    background-color: #ffefe9;
    height: 848px;
}
.image{
    text-align: center;
    padding-top: 1rem;
}
.image>img{
    max-width: 480px;
    width: 100%;
}
@media (min-width: 1576px){
    .image{
        padding-top: 0;
    }
}
.description-text{
    padding: 1rem;
}
.element-name{
    bottom: 0;
    position: absolute;
    width: 100%;
    height: fit-content;
    text-align: right;
}
.element-name>p{
    color: white;
    margin: 0.5rem;
    margin-right: 1rem;
}
.large-element-name{
    width: 100%;
    height: 4rem;
    display: flex;
    position: relative;
}
.large-element-name>p{
    position: absolute;
    right: 0;
    line-height: 4rem;
    margin: 0;
    margin-right: 1rem;
    color: white;
}
.large-element-name>h3{
    align-self: center;
    margin-left: 1rem;
    color: white;
}
.large-element{
    display: block;
    padding: 0.3rem;
}
.large-element>.main-element{
    padding: 0;
    display: flex;
    max-height: fit-content;
    height: fit-content;
    overflow: hidden;
    border: 1px solid white;
}
.large-element>.main-element>.description{
    padding: 1.5rem;
    box-sizing: border-box;
    min-height: 848px;
}
.large-element>.main-element>.description>.description-text{
    padding: 0;
}
.description-header{
    display: flex;
}
.description-header>div{
    display: inline;
    height: fit-content;
}
.description-header>div>*{
    display: inline;
}
.description-date{
    text-align: right;
}
.under-img{
    padding: 1.5rem;
}
.under-img>p{
    margin: 0;
    margin-bottom: 1rem;
}
.under-img-block{
    display: flex;
    width: 100%;
    height: 7rem;
}
.under-img>.line{
    margin-bottom: 1rem;
}
.under-img-block>div{
    display: inline;
    width: 20%;
    height: 100%;
    text-align: center;
}
.under-img-block>div>div{
    margin: 0;
    height: 33.333333%;
    align-content: center;
}
.under-img-block>div>div>p{
    margin: 0;
}
.under-img-header{
    font-family: "Casper Bold Italic";
}
.line{
    height: 2px;
    width: 100%;
    background-color: #edd7d1;
    margin-top: 1.5rem;
}
@font-face {
    font-family: "Casper Italic";
    src: url(/Fonts/CasperItalic.ttf);
}
@font-face {
    font-family: "Casper Bold Italic";
    src: url(/Fonts/CasperBoldItalic.ttf);
}
@font-face {
    font-family: "Casper";
    src: url(/Fonts/Casper.ttf);
}
.date{
    font-family: "Casper Italic";
    margin: 0.5rem 0;
    color: #737373;
}
.text{
    font-family: "Casper Bold Italic";
}
.type-main{
    background-color: #994800;
}
.type-salad{
    background-color: #8fc209;
}
.type-breakfast{
    background-color: #fe9a09;
}
.type-soup{
    background-color: #6ec2eb;
}
.type-starter{
    background-color: #47c3b9;
}
.type-dessert{
    background-color: #fc4783;
}