/*основные цвета*/
:root {
    --c-beige: #e7d1a0;
    --c-ligt-beige: #edd7ae;
    --very-light-beige: #f3e8d2;
    --c-red: #e73d24;
    --c-gray: #70544f;
}

* {
    margin: 0;
    padding: 0;
}

.rubl {
    font-family: rouble, serif;
    text-transform: none;
}

body {
    font-size: 14px;
    font-family: Roboto, serif;
    font-weight: 400;
    font-style: normal;
    background-color: #EEEDEA;
    color: black;
    overflow-x: hidden;
}

.w-100 {
    width: 100%;
}

.light-back {
    position: relative;
    background-color: var(--very-light-beige);
}

.container.catalog .title {
    margin-top: 97px;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'Gotham Pro', serif;
    font-weight: 700;
    font-style: normal;
}

ul, li {
    padding: 0;
    list-style-type: none;
}

img {
    width: 100%;
}

a,
a:hover,
a:active,
a:visited,
a:focus {
    text-decoration: none;
    color: black;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-50 {
    margin-bottom: 50px;
}

header {
    position: relative;
    top: 0;
    width: 100%;
    z-index: 2;
    height: auto;
    background-color: #EEEDEA;
    border-bottom: 1px #80808029 solid;
}

header .header-top {
    display: flex;
    align-items: center;
    padding: 10px 0;
    width: 100%;
}

.single header .header-top {
    position: relative;
}

header .header-top .block{
    font-size: 20px;
}

header .header-top .block.phone{
    min-width: 210px;
}

.flexbox-column{
    display: flex;
    flex-direction: column;
}

header .header-top a{
    color: inherit;
}

#header_logo {
    width: 150px;
    height: 80px;
    margin-right: 50px;
}

#header_logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

#logo_href{
    display: flex;
    align-items: center;
    margin-right: 100px;
}

.single #change_sales_point{
    margin-right: 100px;
}

.single #logo_href{
    margin-right: 0;
}


.single #change_sales_point h2,
#logo_href h2{
    margin: 0;
}

.header_menu {
    display: flex;
    align-self: center;
    text-align: center;
    font-family: Caveat, serif;
    font-size: 28px;
    width: 55px;
}

.header_menu a:nth-child(2) {
    margin-left: 35px;
}

.header_menu a {
    position: relative;
    height: 100%;
    display: inline-flex;
    align-items: center;
}

.header_menu a.active {
    font-weight: bold;
    color: var(--c-red)
}

/*поиск в шапке*/
.header_bottom input[type=text]::placeholder
{
    color: #919399;
}
.header_bottom i{
    cursor: pointer;
}

.header-top i.abs{
    position: absolute;
    top: 10px;
    left: 20px;
    z-index: 4;
    color: #919399;
    cursor: auto;
}

/*
.header-top i.fa.fa-close {
    position: absolute;
    bottom: 10px;
    right: 20px;
    color: inherit;
    left: unset;
    cursor: pointer;
}*/

.single .header_bottom i.abs{
    position: absolute;
    top: 5px;
    left: 0;
    z-index: 4;
    cursor: pointer;
}

.single .header_bottom i.abs.gr{
    color: #919399;
}

.single .header_bottom i.fa.fa-close{
    position: absolute;
    bottom: 10px;
    left: 350px !important;
    cursor: pointer;
}

.pr-400{
    padding-right: 400px;
}

#menu-search{
    position: relative;
    width: 400px;
    padding: 0 50px 0 48px;
    font-size: 16px;
    line-height: 34px;
    color: #2e2e33;
    border: none;
    box-sizing: border-box;
    border-radius: 22px;
}

.single #menu-search{
    top: -4px;
    position: absolute;
    border: 1px #8080808f solid;
    left: -15px;
}

a#back {
    display: block;
    font-size: 16px;
    margin-bottom: 40px;
    cursor: pointer;
}

a#back i{
    margin-right: 5px;
}

#content {
    position: relative;
    min-height: 70vh;
    margin-bottom: 50px;
    margin-top: 80px;
}

#mobile-navigation-btn {
    color: inherit;
    font-size: 21px;
}

#mobile-navigation {
    color: inherit;
    position: fixed;
    top: 100px;
    margin: 0;
    z-index: 1001;
    width: 100%;
    height: 80vh;
    min-height: 280px;
    border-bottom: 2px grey solid;
    overflow-y: auto;
    background-color: #EEEDEA;
}

#mobile-navigation.main-mob{
    top: 50px;
}

#mobile-navigation h1 {
    font-family: Caveat, serif;
}

ul#mobile-nav {
    margin: 16px 0 30px 0;
}

ul#mobile-nav li.li-right{
    padding-left: 10px;
}

ul#mobile-nav li a {
    display: block;
    position: relative;
    padding: 10px 0 !important;
    font-weight: bold;
    color: inherit;
}

ul#mobile-nav li a.active{
    text-decoration: underline;
}

#catName {
    margin-bottom: 30px;
}

#catName,
#empty-cart {
    padding-left: 7px;
}

.red {
    color: var(--c-red) !important;
}

.line {
    width: 90%;
    height: 1px;
    background-color: #ffffff6e;
    margin: 50px auto;
}

.button {
    display: inline-block;
    font-family: Caveat, serif;
    border: 0;
    font-size: 20px;
    background-color: var(--c-beige);
    color: black !important;
    border-radius: 1px;
    padding: 8px;
    cursor: pointer;
    font-weight: bold;
}

.header_bottom {
    position: absolute;
    /*top: 86px;*/
    width: 100%;
    z-index: 2;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: white;
    border-top: 1px solid #D2D0CC;
    height: 50px;
}

.header_bottom ul {
    display: flex;
    justify-content: left;
    flex-wrap: nowrap;
    align-items: center;
    font-size: 16px;
    font-weight: 500;
    margin: 0;
    padding-top: 7px;
    position: absolute;
    z-index: 2;
}

.header_bottom ul li {
    margin-right: 30px;
    margin-top: -5px;
    text-wrap: nowrap;
}

.header_bottom.scrolled ul li#li_menu_logo{
    display: block;
}

.header_bottom ul li#li_menu_logo{
    display: none;
    width: 90px;
    height: 22px;
}

.header_bottom ul li#li_menu_logo img{
    height: 100%;
    object-fit: contain;
}

.header_bottom ul li a.active {
    text-decoration: underline;
}

/*product*/

#no_photo {
    width: 150px
}

.products {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.product {
    width: 260px;
    height: 374px;
    margin: 0 8px 30px 8px;
    background-color: white;
    padding: 12px;
    border-radius: 24px;
}

.product,
.last-product {
    width: 260px;
    margin: 0 10px 30px 10px;
}

.last-product {
    display: block;
}

.product .image {
    width: auto;
    height: 170px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-bottom: 12px;
    cursor: pointer;
}

.product .image img {
    width: 100%;
    border-radius: 24px;
    height: auto;
}


.product .info {
    height: auto;
    padding: 4px;
}

.product .info .name {
    font-size: 18px;
    margin: 0;
    font-weight: bold;
    overflow: hidden;
}

.product .info .name h4{
    height: 49px;
    /*color: var(--c-gray);*/
}

.product .info .desc {
    font-size: 13px;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 40px;
    margin-bottom: 10px;
    margin-top: 5px;
    color: gray;
}

.product .info .out {
    font-size: 11px;
    max-width: 60px;
    display: inline-block;
    overflow: hidden;
    max-height: 15px;
}

.product .info .bottom{
    display: flex;
    justify-content: space-between;
    align-items: center; /*flex-end*/
    flex-wrap: nowrap;
    height: 36px;
}

.product .info .price {
    display: flex;
    align-items: flex-end;
}

.product .info .price h3 {
    display: inline-block;
    margin: 0;
    font-family: inherit;
    font-weight: bold;
}

.product .cart {
    font-size: 13px;
}

.product .cart a#add-to-cart {
    border-radius: 40px;
    height: 36px;
    min-width: 36px;
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 25px;
    background-color: #43a1a7;
    color: white;
}

.product .cart #in-cart {
    font-weight: bold;
    background-color: #43a1a7;
    color: white;
    border-radius: 40px;
    padding: 4px;
    height: 36px;
    width: 80px;

    display: flex;
    align-items: center;
    justify-content: center;
}

.product__meta__cart__link,
.product__meta__cart__link:hover {
    color: black;
    margin-right: 5px;
}

.product__meta__cart__input {
    width: 30px;
    text-align: center;
    background: inherit;
    border: none;
    line-height: 20px;
    font-size: 20px;
}

.product__meta__cart__quant {
    font-size: 22px;
    color: white;
}

.product__meta__cart__quant:hover {
    color: white;
}

#down.product__meta__cart__quant {
}

#up.product__meta__cart__quant {

}

.mini_cart {
    text-align: center;
    display: flex;
}

.mini_cart a {
    text-decoration: none;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    color: #000;
    width: 55px;
    flex-wrap: wrap;
    justify-content: center;
}

.mini_cart a p {
    margin-bottom: 0;
    font-size: 13px;
    line-height: 16px;
    margin-top: 5px;
}

/*catalog dishes*/
.catalog-dishes {
    display: flex;
    flex-wrap: nowrap;
    margin-top: 40px;
    margin-bottom: 10px;
}

.catalog-dishes #catalog {
    width: 30%;
}

ul#catalog li{
    width: 100%;
    cursor: pointer;
    padding: 14px 20px 14px 16px;
    overflow: hidden;
    transition: background .1s;
    line-height: 20px;
    border-radius: 16px;
    font-size: 16px;
}

ul#catalog li.active{
    background: #FFFFFFE3;
    font-weight: bold;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.product-box {
    width: 100%;
    margin-right: -1%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
}

.product-box h2 {
    text-decoration: underline;
}

/*footer*/
footer {
    position: relative;
    width: 100%;
    background-color: 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%;
    margin-top: 20px;
}

.footer-inner .footer_logo img {
    width: 100%;
    max-height: 70px;
}

.footer_contacts {
    margin-right: 8%;
    padding-top: 20px;
}

.contacts .block {
    margin-bottom: 20px;
}

.footer_contacts p,
.contacts .block p {
    font-weight: bold;
}

.footer_contacts .block {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.footer_contacts i,
.contacts .block i {
    color: inherit;
    font-size: 25px;
    margin-right: 5px;
}

.footer_contacts a,
.contacts .block  a{
    color: inherit;
}

/*меню с выбором точек продажи*/
.container-acc {
    position: fixed;
    top: 5px;
    right: 15px;
    width: 250px;
    z-index: 100;
}

.accordeon__item {
    margin-bottom: 17px;
    background: #fff;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.08);
    border-radius: 10px;
}

.accordeon__item_open .accordeon__header-arrow {
    transform: translateY(-50%) rotate(180deg);
}

.accordeon__header {
    position: relative;
    padding: 10px 30px;
    cursor: pointer;
}

.accordeon__header-title {
    display: flex;
    align-items: center;
    font-weight: 500;
}

.accordeon__header-title-day {
    color: #838383;
    margin-right: 19px;
}

.accordeon__header-title-desc {
    color: #111;
}

.accordeon__header-arrow {
    position: absolute;
    top: 50%;
    right: 30px;
    transform: translateY(-50%);
    transition: all 0.5s ease;
}

.accordeon__content {
    max-height: 0;
    font-weight: 500;
    overflow: hidden;
    transition: max-height 0.5s ease;
}

.accordeon__content-wrapper {
    padding: 8px 30px 30px 30px;
}

.accordeon__content-wrapper>a {
    width: 100%;
    display: block;
    margin-bottom: 23px;
}

.accordeon__content-wrapper>a span{
    color: #838383;
    margin-right: 19px;
}

.accordeon__content-wrapper>a:last-child {
    margin-bottom: 0;
}

/*блоки на главной*/
.main-container{
    margin-left: -18px;
    margin-right: -18px;
    margin-bottom: -36px;

    flex: 1;
    display: flex;
    flex-wrap: wrap;
    align-content: start;
    flex-direction: row;
    background-repeat: repeat;
    background-position: left top;
}

.main-block{
    height: auto;
    padding-left: 18px;
    margin-bottom: 40px;
    padding-right: 18px;
    flex: 0 0 auto;
    width: 25%;
    display: inline-block;
}

.main-block .inner{
    border-radius: 24px;
    width: 100%;
    display: flex;
    position: relative;
    background: inherit;
    transition: box-shadow 200ms ease-out;
    box-shadow: 0 0 10px 2px #b3b3b34d;
}

.main-block .inner .image{
    overflow: hidden;
    width: 40%;
    height: 110px;
    display: flex;
    align-items: center;
    padding: 10px;
    border-radius: 24px 0 0 24px;
}

.main-block .inner .image img{
    width: 100%;
    position: relative;
}

.main-block .inner .desc{
    padding: 10px;
    background-color: white;
    border-radius: 0 24px 24px 0;
    width: 60%;
    display: flex;
    align-items: center;
}

.main-block .inner .desc h3{
    font-size: 16px;
    font-weight: 500;
    line-height: 18px;
    margin-bottom: 2px;
    overflow: hidden;
    white-space: wrap;
    text-overflow: ellipsis;
    margin-top: 0;
}

#content.main{
    margin-top: 50px;
}

/* выпадающий список в шапке */
.topmenu:after {
    content: "";
    display: table;
    clear: both;
}

#submenu-link:after {
    content: "\f107";
    font-family: "FontAwesome", sans-serif;
    color: inherit;
    margin-left: 10px;
}
#submenu {
    display: flex;
    flex-wrap: wrap;
    position: absolute;
    text-align: left;
    top: 30px;
    right: 100px;
    z-index: 5;
    width: 220px;
    opacity: 0;
    transform: scaleY(0);
    transform-origin: 0 0;
    transition: .5s ease-in-out;
    box-shadow: 0 2px 5px #0003;
    overflow-y: auto;
    max-height: 300px;
    color: inherit;
    background: white;
}

#submenu li{
    padding: 12px 15px;
    width: 100%;
    margin: 0;
}

#submenu li a{
    display: block;
    width: 100%;
}

.topmenu > li:hover #submenu {
    opacity: 1;
    transform: scaleY(1);
}

#submenu-link-p:after {
    content: "\f107";
    font-family: "FontAwesome", sans-serif;
    color: inherit;
    margin-left: 10px;
}
#submenu-p {
    background: #f0f0f0;
    position: absolute;
    text-align: center;
    top: 31px;
    right: 320px;
    z-index: 5;
    width: 160px;
    opacity: 0;
    transform: scaleY(0);
    transform-origin :0 0;
    transition: .5s ease-in-out;
}

#submenu-p li{
    text-align: center;
    padding: 12px 15px;
    border-bottom: 1px solid rgba(104, 95, 95, 0.1);
    margin-left: 0;
    width: 80%;
}

#submenu-p li a:hover{
    color: #ffd303;
}

#submenu-p li:last-child a {border-bottom: none;}

.topmenu > li:hover #submenu-p {
    opacity: 1;
    transform: scaleY(1);
}

#sp_desc{
    margin-top: 5px;
    margin-bottom: 0;
    font-size: 16px;
}

/*Согалсие на обработку данных*/
.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 #43a1a7;
    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: #43a1a7;
    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;
    }
}

/*корзина*/
#bottom-cart{
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    max-height: calc(100vh - 211px);
    overflow-y: auto;
    background-color: rgba(67, 161, 167, 0.34);
    border-radius: 20px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 0px 10px;
    color: rgb(255, 255, 255);
    height: auto;
    min-height: 60px;
}

#bottom-cart.scrolled{
    max-height: calc(100vh - 111px);
}

#bottom-cart .inner-flex{
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    min-height: 60px;
}

#bottom-cart .inner-flex h3{
    margin: 0;
}

#bottom-cart .inner-flex .show-order{
    border-radius: 40px;
    width: auto;
    padding: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    background-color: #43a1a7;
    color: white;
    border: none;
    margin-right: 20px;
}

#bottom-cart .inner-flex #close-order{
    border-radius: 40px;
    height: 36px;
    min-width: 36px;
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 25px;
    background-color: #43a1a7;
    color: white;
    border: none;
}

#bottom-cart .inner-items{
    background-color: white;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    color: black;
    width: 100%;
    padding: 10px;
}

#bottom-cart .inner-items .item{
    margin-bottom: 10px;
    border-radius: 4px;
    overflow: hidden;
    background: #ededed;
    padding: 5px;
    display: flex;
    justify-content: space-between;
    height: 60px;
    align-items: center;

    width: 380px;
    margin-right: 1%;
}

#bottom-cart .inner-items .item .photo{
    flex: none;
    width: 60px;
    margin-right: 10px;
    height: 100%;
}

#bottom-cart .inner-items .item .photo img{
    max-width: 100%;
    width: 100%;
    height: 100%;
    margin-bottom: -4px;
    border-radius: 4px;
}

#bottom-cart .inner-items .item .description {
    width: 100%;
}

#bottom-cart .inner-items .item .description h3{
    margin: 0;
    font-size: 14px;
}

#bottom-cart .inner-items .item .count {
    display: flex;
}

#bottom-cart .inner-items .item .count a {
    height: 24px;
    display: block;
    border-radius: 4px;
    text-align: center;
    line-height: 24px;
    font-weight: bold;
    font-size: 22px;
    color: #000;
}

#bottom-cart .inner-items .item .count input {
    height: 24px;
    width: 30px;
    margin: 0 10px;
    text-align: center;
    box-sizing: border-box;
    border-radius: 4px;
    border: 1px solid #cacaca;
}

#bottom-cart .inner-items .item .price {
    height: 24px;
    line-height: 24px;
    font-weight: bold;
}