.container{
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 15px;
    position: relative;
    width: 100%;
}
.fixed-menu-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.fixed-menu-wrap-now {
    width: 48%;
    margin-right: 5px;
}
.fixed-menu-wrap-next {
    width: 48%;
    margin-left: 15px;
}
.food-menu-title {
    position: relative;
    margin: 0 0 24px;
    text-align: center;
}
.food-menu-title .h2 {
    font-family: Akzidenz-Grotesk Pro Cnd,sans-serif;
    font-size: 1.5rem;
    text-transform: uppercase;
    font-weight: 400;
    color: #707070;
    padding-bottom: 8px;
    line-height: 1.2;
    margin-bottom: 0;
}
.accordeon dl {
    margin-bottom: 16px;
    padding-top: 0;
}
.accordeon dl dt {
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    background-color: #20c7a9;

    color: #fff;
    cursor: pointer;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    margin-bottom: 0;
    -webkit-transition: .3s;
    transition: .3s;
    padding: 0;
    font-family: Akzidenz-Grotesk Pro Cnd,sans-serif;

    font-size: 1.125rem;
    box-shadow: 0 3px 6px rgba(0,0,0,.16);
}
.accordeon dl dt .plus {
    background: #f15a29;
    border-radius: 50%;
    height: 30px;
    margin: 8px 18px 8px 32px;
    min-width: 30px;
    position: relative;
    -webkit-transition: .25s ease-out;
    transition: .25s ease-out;
    width: 30px;
}
.accordeon dl dt .plus::before {
    height: 50%;
    left: 62%;
    top: 28%;
    width: 2px;
	transform: rotate(45deg);
}
.accordeon dl dt .plus.minus::before {
    transform: rotate(134deg);
}
.accordeon dl dt .plus.minus::after {
    transform: rotate(134deg);
}
.accordeon dl dt .plus::after, .accordeon dl dt .plus::before {
    background-color: #fff;
    content: "";
    position: absolute;
    -webkit-transition: -webkit-transform .25s ease-out;
    transition: transform .1s ease-out,-webkit-transform .1s ease-out;
}
.accordeon dl dt .plus::after {
    height: 2px;
    left: 7%;
    margin-top: 0px;
    top: 50%;
    width: 50%;
	transform: rotate(45deg);
}
.accordeon dl dd {
    border-left: 1px solid #707070;
    border-right: 1px solid #707070;
    margin: 0;
    padding: 0;
}
.daytime {
    background: #f6e2558c;
    color: #707070;
    line-height: 32px;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.daytime-price {
    margin: 0 auto;
	font-weight: 500;
    font-family: cursive;
}
.daytime-quantity {
    min-width: 91px;
    border-left: 1px solid #fff;
    text-align: center;
    font-family: cursive;
}
.daytime-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    background: #fff;
    border-bottom: 1px solid #cbcbcb;
    color: #707070;
}
.daytime-menu-dish {
    border-right: 1px solid #cbcbcb;
    width: 100%;
    padding: 0;
}
.daytime-menu-dish img {
    width: 100%;
}
.accordeon dl dd p {
    line-height: 1.3;
    margin: 0;
    padding: 8px 0;
    border-bottom: 1px solid #cbcbcb;
    overflow-wrap: break-word;
	font-style: italic;
    font-family: cursive;
}
.accordeon dl dd p:last-of-type {
    border-bottom: none;
}
.daytime-menu-quantity {
    min-width: 91px;
    text-align: center;
}
.number-plus-minus .jq-number {
    padding: 0 22px;
}
.jq-number {
    position: relative;
    display: inline-block;
}
.jq-number.disabled .jq-number__field, .jq-number.disabled .jq-number__spin {
    border-color: #ccc;
    background: #f5f5f5;
    box-shadow: none;
    color: #888;
}
.number-plus-minus .jq-number__field {
    width: 30px;
    border: 2px solid #707070;
    background: #f1f1f2;
	height: 24px;
}
.number-plus-minus .jq-number__field .js-minus,
.number-plus-minus .jq-number__field .js-plus{
    position: absolute;
    top: 0;
    right: 0;
    width: 24px;
    height: 24px;
    border: 2px solid #707070;
    background: #f15a29;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    color: #fff;
}
.number-plus-minus .jq-number__field .js-minus{
    left: 0;
    height: 24px;
}
.number-plus-minus .jq-number__field .js-plus{

}
.jq-number__field input {
    box-sizing: border-box;
    width: 100%;
    padding-top: 0px;
    border: none;
    outline: 0;
    background: 0 0;
    font-family: Akzidenz-Grotesk Pro Cnd,sans-serif;
    font-size: 1.125rem;
    color: #707070;
}
.number-plus-minus .jq-number__field input {
    text-align: center;
    box-sizing: border-box;
    width: 100%;
    padding-top: 0px;
    border: none;
    outline: 0;
    background: 0 0;
    font-family: Akzidenz-Grotesk Pro Cnd,sans-serif;
    font-size: 1.125rem;
    color: #707070;
}
span.now-day {
    width: 70%;
	text-align:center;
}
.daytime-summ {
    background: #707070;
    font-family: Akzidenz-Grotesk Pro Cnd,sans-serif;
    height: 40px;
    line-height: 40px;
    text-align: right;
    padding-right: 10px;
    color: #fff;
    font-size: 1.125rem;
}
.daytime-summ span {
    background: #fff;
    padding: 0 8px;
    color: #707070;
    font-size: 1.375rem;
}
.accordeon dl dt.active, .accordeon dl dt:hover {
    background-color: #f15a29;
}
.accordeon dl dt.active .plus, .accordeon dl dt:hover .plus {
    background: #fff;
}
.accordeon dl dt.active .plus::after, .accordeon dl dt.active .plus::before, .accordeon dl dt:hover .plus::after, .accordeon dl dt:hover .plus::before {
    background-color: #f15a29;
}

.dropdown-hidden {
    display: none;
}

.dropdown-shown {
    display: block;
}

.complex-price{
    display: none;
}
.daytime-summ .order-button{
	color: #fff;
    font-size: 19px;
    letter-spacing: .8px;
    padding: 6px 20px;
    background-color: #33ab9c;
    border-radius: 50px;
    border: 1px solid #ffffffc7;
}
