/*основные цвета*/
:root {
    --c-beige: #e7d1a0;
    --c-ligt-beige: #edd7ae;
    --very-light-beige: #f3e8d2;
    --c-red: #e73d24;
    --c-gray: #70544f;
    --c-green: #485342;
    --c-fiolet: #CCCCCC; /*#6a456c*/;
}

* {
    margin: 0;
    padding: 0;
}

hr{
    border-top: 1px solid #000 !important;
}

.rubl {
    font-family: rouble, serif;
    text-transform: none;
}

body {
    font-size: 14px;
    font-family: "Open Sans", serif;
    font-weight: 400;
    font-style: normal;
    background: #f7f7f7;
    color: black;
    overflow-x: hidden;
}

.navi {
    height: 10px;
    margin-bottom: 10px;
    background: url(../img/navi.png) center no-repeat;
}

.main-circle {
    width: 50px;
    height: 50px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    background: var(--c-gray);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 12px;
}

.main-circle i{
    color: white;
    font-size: 25px;
}

.nice{
    font-family: Cormorant, sans-serif;
}

.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-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: white;
    display: none;
}

header .header-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0;
    width: 100%;
}

.single header .header-top {
    position: relative;
}

header .header-top .block{
    font-size: 20px;
    margin-right: 100px;
}

header .header-top .block h1{
    margin: 0;
    /*font-family: 'Lobster', cursive;*/
}

header .header-top a{
    color: inherit;
}

#header_logo {
    width: 150px;
    height: 80px;
}

#header_logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

#logo_href{
    display: flex;
    align-items: center;
}

.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-top .nav-menu{
    display: flex;
    justify-content: space-around;
    width: 30%;
    margin: 0 10px;
    font-size: 18px;
}

.header-top .working-tel{
    display: flex;
    flex-wrap: wrap;
    width: 180px;
    justify-content: center;
}

.header-top .working-tel span{
    font-weight: 700;
    font-size: 13px;
    margin-bottom: 5px;
}

.header-top .working-tel a{
    font-size: 18px;
}

.header-top .working-tel a i{
    margin-right: 8px;
}

.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: 50px;
}

.container.catalog{
    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: 0;
    width: 100%;
    z-index: 2;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: var(--c-fiolet);
    height: 65px;
}

.header_bottom ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    align-items: center;
    font-size: 16px;
    font-weight: 700;
    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 ul li a{
  color: black;
}

.topmenu .special{
    width: 175px;
}

.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;
}

.header__cart {
    text-align: center;
    display: flex;
}

.header__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: 100%;
    flex-wrap: nowrap;
    justify-content: end;
}

.header__cart p {
    margin-bottom: 0;
    font-size: 13px;
    line-height: 16px;
}

/*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: 0;
    border: 1px #80808030 solid;
}

.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%;
    object-fit: cover;
    max-width: 100%;
    height: 100%;
}


.product .info {
    height: auto;
    padding: 12px;
    text-align: center;
}

.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 {
    height: 40px;
    min-width: 40px;
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 25px;
    background-color: unset;
    color: black;
}

.product .cart a#add-to-cart img,
.product .cart #in-cart img
{
    height: 40px;
    width: 40px;
}

.product .cart #in-cart {
    font-weight: bold;
    background-color: unset;
    color: black;
    padding: 4px;
    height: 36px;
    width: 150px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.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: black;
}

.product__meta__cart__quant:hover {
    color: black;
}

#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;
    margin-top: 16px;
}

.footer-inner .footer_logo {
    display: flex;
    -ms-flex-item-align: center;
    align-self: center;
    width: 65px;
    margin-right: 8%;
}

.footer-inner .footer_logo img {
    width: 100%;
}

.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{
    margin-top: 70px;
    padding: 20px;
}

.main-block .first-block{
    text-align: center;
    margin-bottom: 50px;
}

.main-block .block{
    border: 1px #80808030 solid;
    margin-bottom: 10px;
    padding: 15px;
    background-color: white;
}

.main-block p, .main-block b{
    display: block;
    font-size: 16px;
    margin-bottom: 10px;
}
.main-block .in{
    text-indent: 10px;
}

.main-block h2{
    margin-bottom: 20px;
}

.main-block h2{
    text-decoration: underline;
    margin-top: 0;
}

.main-block h1{
    font-size: 50px;
    margin-bottom: 50px;
}

#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;
    }
}

/*корзина*/
.cart {
    display: flex;
}

.cart__items {
    width: 53%;
    margin-right: 8%;
}

.cart__items__item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 10px;
    background-color: white;
    border-bottom: 1px #80808030 solid;

}

.cart__items__item__count {
    font-weight: bold;
    background-color: var(--c-fiolet);
    color: black;
    padding: 4px;
    height: 36px;
    width: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cart__items__item__count input {
    width: 30px;
    text-align: center;
    background: inherit;
    border: none;
    line-height: 20px;
    font-size: 20px;
}

.cart__items__item__count a {
    font-size: 22px;
    color: black;
}

.cart__items__item__desc {
    width: 30%;
    padding-right: 30px;
    padding-top: 10px;
}

.cart__items__item__photo {
    width: 120px;
    flex: none;
}

.cart__items__item__photo img {
    max-width: 100%;
    width: 100%;
    margin-bottom: -4px;
}

.cart__items__item__price {
    flex: none;
    padding-left: 10px;
    height: 22px;
    line-height: 22px;
    font-weight: bold;
    width: 20%;
    font-size: 18px;
}

.cart__items__item .del{
    width: 20px;
    cursor: pointer;
}

.cart__items__item__mobile-bottom {
    width: 60%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.cart__form {
    width: 38%;
}

.cart__form .phone-block{
    position: relative;
}

.cart__form .phone-block span{
    position: absolute;
    top: 7px;
    left: 5px;
}

.cart__form button[type=submit]{
    background-color: var(--c-fiolet);
    padding: 8px;
    color: white;
    font-size: 18px;
    font-weight: bold;
    border: none;
}

.cart__form__inner {
    min-height: 350px;
    padding: 40px 35px 25px 40px;
    border: 1px #00000029 solid;
    background-color: white;
}

/*стили для полей ввода в форме*/
.cart__form__inner__fields {
    width: 100%;
    margin-bottom: 20px;
    padding: 6px;
    color: black;
    border: 1px #00000029 solid;
    background-color: inherit;
    min-height: 40px;
}

.cart__form__inner__fields::placeholder {
    color: grey;
}

/*checkbox запомнить данные для след. покупок
и для согласия на обработку данных*/
.cart__form__inner__fields#remember_me,
.cart__form__inner__fields#accept {
    width: auto;
    margin-bottom: 0;
    min-height: unset;
}


.cart__form__inner__radio {
    margin-bottom: 5px;
}

/*стили для radio в форме*/
.cart__form__inner__radio input[type="radio"]:checked,
.cart__form__inner__radio input[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

.cart__form__inner__radio input[type="radio"]:checked + label,
.cart__form__inner__radio input[type="radio"]:not(:checked) + label {
    display: inline-block;
    position: relative;
    padding-left: 28px;
    line-height: 20px;
    cursor: pointer;
}

.cart__form__inner__radio input[type="radio"]:checked + label:before,
.cart__form__inner__radio input[type="radio"]:not(:checked) + label:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    border: 1.5px solid black;
    background-color: inherit;
}

.cart__form__inner__radio input[type="radio"]:checked + label:before {
    border: 1.5px solid black
}

.cart__form__inner__radio input[type="radio"]:checked + label:before,
.cart__form__inner__radio input[type="radio"]:not(:checked) + label:before {
    border-radius: 100%;
}

.cart__form__inner__radio input[type="radio"]:checked + label:after,
.cart__form__inner__radio input[type="radio"]:not(:checked) + label:after {
    content: "";
    position: absolute;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.cart__form__inner__radio input[type="radio"]:checked + label:after,
.cart__form__inner__radio input[type="radio"]:not(:checked) + label:after {
    left: 5px;
    top: 5px;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background-color: var(--c-fiolet);
}

.cart__form__inner__radio input[type="radio"]:not(:checked) + label:after {
    opacity: 0;
}

.cart__form__inner__radio input[type="radio"]:checked + label:after {
    opacity: 1;
}

.cart__form__span {
    display: block;
    font-size: 13px;
    color: black;
}

.cart .cart-header{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 30px 0;
}

.cart .cart-header h2{
    margin: 0;
}

.cart .cart-header i{
    font-size: 25px;
    color: red;
}

/*order*/
.order {
    width: 750px;
    min-height: 800px;
    background-color: white;
    padding: 20px;
    margin-top: 30px;
}

.order h3.total{
    font-family: inherit;
    text-decoration: underline;
}

.order button{
    background-color: var(--c-ligt-beige);
    padding: 5px 16px;
    color: black;
    font-size: 18px;
    font-weight: bold;
    border: none;
}

.order__items{
    padding: 8px;
}

.order__items__item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-bottom: 15px;
    border-bottom: 1px black solid;
}

.order__items__item__photo {
    width: 100px;
    flex: none;
    margin-right: 10px;
}

.order__items__item__photo img{
    max-width: 100%;
    width: 100%;
    margin-bottom: -4px;
}

.order__items__item__desc {
    width: 70%;
    padding-right: 30px;
    padding-top: 10px;
}

.order__items__item__desc h3{
    font-size: 16px;
    font-family: inherit;
}

.order__items__item__price {
    width: 70%;
    font-size: larger;
    padding-top: 18px;
}

.price_linline_quant {
    text-align: right;
    width: 25px;
    float:left;
}

.price_linline_cost {
    text-align: right;
    width: 70px;
    float:left;
}

.price_linline_sum {
    text-align: right;
    width: 90px;
    float:left;
}
