body, body .footer{
	background: #171717;
}

.footer{
	border-top: 1px solid #66666680;
}

.home-slider{
	aspect-ratio: 13.2;
	background: pink;
}


/*@font-face {
  font-family: "Vivaldi";
  src: url("/assets/fonts/vivaldi/Vivaldi script.ttf");
}*/

.great-vibes-regular {
  font-family: "Great Vibes", cursive;
  font-weight: 400;
  font-style: normal;
}


/* days  */
	
	.timeline {
		display: flex;
		list-style-type: none;
		padding: 0;
		margin: 0 -4px;
	}
	.timeline_item {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		flex: 0 0 auto;
		width: 40px;
	    height: 40px;
		background-color: rgba(46, 45, 45, 0.2);
		border: 1px solid rgba(230, 190, 138, 0.5);
		border-radius: 100%;
		padding: 6px;
		margin: 0 4px;
		position: relative;
		cursor: pointer;
	}
	.timeline_item:after {
		content: "";
		display: block;
		width: calc(100% - 2px);
		height: calc(100% - 2px);
		border: 1px solid transparent;
		border-radius: 100%;
		position: absolute;
		top: 1px;
		left: 1px;
		transition: border-color .3s;
	}
	.timeline_item .weekday,
	.timeline_item .date {
		font-family: 'Marck Script', cursive;
		font-style: normal;
		font-weight: 400;
		font-size: 10px;
		line-height: 1.2;
		color: #E6BE8A;
	}
	.timeline_item .date {
		font-family: 'Montserrat', sans-serif;
		font-weight: 600;
	}
	.timeline_item.active {
		background-color: #E6BE8A;
		border-color: #E6BE8A;
	}
	.timeline_item.active:after {
		border-color: #2E2D2D;
	}
	.timeline_item.active .weekday,
	.timeline_item.active .date {
		color: #2E2D2D;
	}
	.timeline_item.weekend .weekday,
	.timeline_item.weekend .date {
		color: #744912;
	}
	
	
	@media(min-width:412px){

		.timeline_item {
			width: 48px;
			height: 48px;
			padding: 9px;
		}
		.timeline_item:after {
			width: calc(100% - 6px);
			height: calc(100% - 6px);
			top: 3px;
			left: 3px;
		}
	}
	
	@media(min-width:768px){
		.timeline {
			margin: 0 -8px;
		}
		.timeline_item {
			width: 80px;
			height: 80px;
			margin: 0 8px;
		}
		.timeline_item .weekday,
		.timeline_item .date {
			font-size: 16px;
		}
	}
	
	@media(min-width: 1200px){
		.timeline_item {
			width: 120px;
			height: 120px;
		}
		.timeline_item .weekday,
		.timeline_item .date {
			font-size: 22px;
		}
		.timeline_item:not(.active):hover:after {
			border-color: rgba(230, 190, 138, 0.5);
		}
	}
	
	.timeline_item .weekday{
		font-family: "Great Vibes", cursive;
	}

/* days end  */

.category-title{
	font-family: "Great Vibes", cursive;
	color: #E6BE8A;
	font-weight: 500;
	_text-align: center;
	font-size: 32px;
	font-size: 50px;
	padding-left: 0;
	margin-top: 25px;
}
.category-title::first-letter{
	font-family: "Great Vibes", cursive;
	_font-size: 1.8em;
}

.category-title:first-of-type{
	margin-top: 0;
}


.lunch-row{
	--bs-gutter-x: 1.25rem;
}

.prod-block{
	padding: 8px;
	border: 1px solid #E6BE8A59;
	border-radius: 11px;
	margin-bottom: 24px;
	position: relative;
}

.img-prod{
	border-radius: 6px 6px 0 0;
}

.prod-block img{
	cursor: pointer;
}

.title-prod{
	color: #FFEFDB;
	font-weight: 600;
	font-size: 16px;
	line-height: 1.55;
	padding-top: 16px;
	margin-bottom: 16px;
	padding-left: 8px;
	min-height: 66px;
}


.lrw-8 .title-prod{
	min-height: 90px;
}


.prod-block .offer {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding-left: 8px;
    padding-right: 8px;
    margin-bottom: 16px;
}

.energy {
    font-family: 'Montserrat', sans-serif;
    font-style: italic;
    font-weight: 400;
    line-height: 1.25;
    color: #696969;
    background: url(/assets/images/elements/ico-fire.svg) top left / 20px no-repeat;
    color: #FFEFDB;
    padding-left: 24px;
    font-size: 13px;
}

.offer .price{
	color: #FFEFDB;
	font-weight: 500;
}

.select-meal{
	font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 1.2;
    color: #2E2D2D;
    text-align: center;
    display: block;
    /*display: flex;
    justify-content: center;
    flex: 1 0 0;*/
	width: calc(100% - 16px);
    max-width: 100%;
    _min-height: 42px;
    background-color: #E6BE8A;
    border: 1px solid #E6BE8A;
    height: 38px;
    line-height: 36px;
    border-radius: 18px;
    outline: none;
    _margin: 0 6px;
    cursor: pointer;
    text-align: center;
    margin-bottom: 8px;
    margin-left: 8px;
}


.prod-block:not(.selected) .btn-txt_sel {
    display: none !important;
}
.prod-block.selected .btn-txt_sel {
    display: inline !important;
}
.prod-block.selected .btn-txt_def {
    display: none !important;
}
.prod-block:not(.selected) .btn-txt_def {
    display: inline !important;
}





/* optimisation col-6
@media(max-width: 1024px){
	.title-prod{
		font-size: 14px;
		line-height: 1.45;
		padding-left: 0;
		margin-bottom: 8px;
	}
	.prod-block .offer{
		padding-left: 0;
		padding-right: 0;
	}
	.select-meal{
		width: 100%;
		margin-left: 0;
	}
}
@media(max-width: 460px){
	.lunch-row {
	    --bs-gutter-x: 0.75rem;
	}
	.energy{
		font-size: 12px;
		background-size: 18px;
		padding-top: 2px;
		padding-left: 22px;
	}
}
@media(max-width: 390px){
	.energy{
		font-size: 11px;
		background-size: 15px;
		padding-left: 18px;
	}
}*/


@media(max-width: 1024px){
	.title-prod{
		font-size: 14px;
		line-height: 1.45;
		padding-left: 0;
		margin-bottom: 8px;
	}
	.prod-block .offer{
		padding-left: 0;
		padding-right: 0;
	}
	.select-meal{
		width: 100%;
		margin-left: 0;
	}
}
@media(max-width: 576px){
	.lunch-row {
	    --bs-gutter-x: 0.75rem;
	}
	.energy{
		font-size: 12px;
		background-size: 18px;
		padding-top: 2px;
		padding-left: 22px;
	}
}

/* phones */
@media(max-width: 450px){
	.prod-block{
		padding: 0;
	}
	.title-prod{
		padding-top: 8px;
		padding-left: 4px;
		font-weight: 400;
		min-height: 49px;
		min-height: 65px;
		line-height: 1.35;
		padding-right: 2px;
	}
	.energy{
		font-size: 10px;
		background-size: 15px;
		padding-left: 15px;
	}
	.prod-block .offer{
		padding-right: 3px;
	}
	.curr{
		font-size: 12px;
	}
	.select-meal{
		width: calc(100% - 8px);
		margin-left: 4px;
		
		height: 32px;
    	line-height: 30px;
    	font-size: 14px;
	}
	.prod-block .offer{
		margin-bottom: 8px;
	}
	.lrw-8 .title-prod{
		min-height: 83px;
		min-height: 78px;
	}
	.category-title{
		margin-top: 0;
	}
}


@media(max-width: 391px){
	.title-prod{
		font-size: 13px;
		min-height: 60px;
			min-height: 54px; /* compact */
	}
	.energy{
		font-size: 10px;
		background-size: 15px;
		padding-left: 15px;
		letter-spacing: -0.25px;
	}
	.lunch-row {
        --bs-gutter-x: 0.5rem;
    }
	.select-meal{
		height: 34px;
	    line-height: 32px;
	    border-radius: 17px;
	}
}

@media(max-width: 376px){
	.title-prod{
		font-size: 12px;
		min-height: 56px;
			min-height: 41px;
			min-height: 48px;
	}
	.lrw-8 .title-prod{
		min-height: 72px;
	}
	.energy{
		padding-left: 15px;
		font-size: 9px;
		background-size: 14px;
	}
	.select-meal{
		font-size: 14px;
	}
	.lunch-row {
        --bs-gutter-x: 0.375rem;
    }
}

@media(max-width: 361px){
	.curr{
		font-size: 0;
	}
	.curr:before{
		font-size: 10px;
		content: "L";
		margin-left: 2px;
	}
}


.prod-block.selected{
	border-color: #9B5A07;
	
	background: #F0E4D4;
	
}

.prod-block.selected .title-prod, .prod-block.selected .energy, .prod-block.selected .price{
 	color: #2E2D2D;
}

.prod-block.selected .select-meal{
	background: #9B5A07;
	border-color: #9B5A07;
	color: #FFEFDB;
}





.checkbox-wrapper .label {
    color: #E6BE8A;
    padding-top: 2px;
}
.checkbox-wrapper .label:before {
    background-color: transparent;
    border-color: #E6BE8A;
}

.lunch-total__amount .price.price__old {
    color: #744912;
}

.lunch-total__amount .price {
    color: #E6BE8A;
}

.lunch-total__energy {
    color: rgba(230, 190, 138, 0.5);
    display: flex;
    align-items: center;
    min-height: 32px;
    margin-bottom: 40px;
}


.lunch-total .default-btn {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.2;
    text-transform: uppercase;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #9B5A07;
    width: 280px;
    max-width: 100%;
}

@media (min-width: 768px) {
    .lunch-total .default-btn {
        font-size: 18px;
        width: 367px;
    }
}

.ilio{
	text-align: center;
	font-size: 30px;
	color: #FFEFDB;
	margin: 50px;
}


.create-lunch-action{
	font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.2;
    text-transform: uppercase;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #9B5A07;
    width: 280px;
    max-width: 100%;
    
    border-color: #9B5A07;
    background: #E6BE8A;
    color: #2E2D2D;
    min-height: 70px;
    border-radius: 35px;
    cursor: pointer;
}

@media (min-width: 768px) {
    .lunch-total .create-lunch-action {
        font-size: 18px;
        width: 560px;
    }
}


.s-text{
	width: 940px;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
	color: #fff;
	font-size: 14px;
	margin-top: 90px;
	margin-bottom: 70px;
}



/* popup */
.popup-over{
	position: fixed;
	z-index: 115;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.2);
	backdrop-filter: blur(6px);
	display: flex;
	align-items: center;
    justify-content: center;
	padding: 38px;
	
	
	opacity: 0;
	visibility: hidden;
	
	transition: opacity 0.3s;
}

.popup-over.vis{
	opacity: 1;
	visibility: visible;
}


#order-popup{
	padding: 38px;
	background: #fff;
	border-radius: 10px;
	width: 1140px;
	max-width: 100%;
	padding-bottom: 72px;
	
	position: relative;
	
	max-width: 100%;
	_height: 100%;
	overflow-y: auto;
}
@media(max-width: 991.98px){
	#order-popup{
		width: 600px;
	}
}

@media(max-width: 1440px){
	
	#order-popup{
		height: 100%;
	}
}

@media(max-width: 440px){
	.popup-over{
		padding: 12px;
		padding-bottom: 24px;
	}
	#order-popup{
		padding: 12px;
		border-bottom: 8px solid #fff;
		border-top: 8px solid #fff;
	}
	
}


.pop-t{
	text-align: center;
}
.pop-t h3{
	color: #1A1A1C;
	font-size: 28px;
}
.pop-t h3::first-letter{
	font-family: "Great Vibes", cursive;
	font-size: 1.8em;
}


.tiles .row{
	--bs-gutter-x: 0.75rem;
}

@media(min-width: 992px){
	.tiles>div:nth-child(1){
		width: 51%;
	}
	.tiles>div:nth-child(2){
		width: 49%;
	}
}

@media(max-width: 440px){
	.pop-t h3{
		font-size: 18px;
		margin-bottom: 6px;
	}
	.pop-t p{
		margin-top: 6px;
	}
	.tiles .row{
		margin-bottom: 16px;
	}
}

.d-pla{
	aspect-ratio: 1.33;
	border: 1px solid #DBD1C980;
	border-radius: 8px;
	margin-bottom: 12px;
	position: relative;
	background: url(/assets/images/other/plate.png) no-repeat 50% 50%;
	background-size: cover;
	position: relative;
	
	overflow: hidden;
}

.d-pla img{
	max-width: 100%;
}

.itr{
	position: absolute;
	width: 40px;
	height: 40px;
	border-radius: 100%;
	text-align: center;
	background: #DBD1C9;
	color: #fff;
	z-index: 3;
	bottom: 8px;
	left: 8px;
	line-height: 40px;
	font-weight: 700;
}

.pop-selects{
	width: 386px;
	max-width: 100%;
	margin-left: 50px;
}
@media(max-width: 991.98px){
	.pop-selects{
		margin-left: auto;
		margin-right: auto;
	}
}

.pf-row{
	margin-bottom: 16px;
}

.pf-row label{
	display: block;
	color: #2E2D2D;
	font-weight: 600;
	margin-bottom: 6px;
}

.pf-row select{
	width: 100%;
	height: 48px;
	line-height: 46px;
	border: 1px solid #DBD1C9;
	border-radius: 10px;
	padding-left: 16px;
	color: #85705F;
}



@media(max-width: 440px){
	.pf-row select{
		height: 40px;
		line-height: 38px;
	}
}


.ptotals{
	padding-left: 70px;
}

.bread-plus{
	margin-bottom: 38px;
	position: relative;
	margin-top: 20px;
}

.bread-plus span{
	cursor: pointer;
	color: #85705F;
	display: flex;
	position: relative;
}

.bread-plus span:before{
	content: "";
    display: inline-block;
    width: 21px;
    height: 21px;
    border: 1px solid #85705F;
    border-radius: 5px;
    background-color: transparent;
    border-color: #DBD1C9;
    margin-right: 8px;
}

.bread-plus.active span:after{
	content: "";
    display: inline-block;
    width: 21px;
    height: 21px;
    position: absolute;
    top: 5px;
    left: 5px;
    width: 11px;
    height: 11px;
    z-index: 5;
    background: #e6be8a;
    border-radius: 3px;
}

.bread-plus::selection, .bread-plus *::selection{
	background: transparent;
}


.pop-calcs{
	width: 366px;
	max-width: 100%;
	display: flex;
	justify-content: space-between;
	margin-bottom: 32px;
}

.pop-calcs .price{
	font-size: 22px;
	font-weight: 600;
	color: #1D1D1B;
}

.pop-calcs .energ{
	font-style: italic;
	color: #2E2D2D;
	font-weight: 300;
	display: inline-block;
	padding-left: 22px;
	background: url(/assets/images/elements/ico-fire.svg) top left / 18px no-repeat;
}


.cartb{
	padding-left: 50px;
}
.pop-cart{
	display: block;
	font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.2;
    text-transform: uppercase;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #9B5A07;
    max-width: 100%;
    min-height: 70px;
    border-radius: 35px;
    width: 386px;
    cursor: pointer;
}



@media(max-width: 992px){
	.ptotals, .cartb{
		padding-left: 0;
		width: 386px;
		max-width: 100%;
		margin-left: auto;
		margin-right: auto;
	}
}


.pclose{
	position: absolute;
	z-index: 15;
	width: 40px;
	height: 40px;
	display: block;
	cursor: pointer;
	background: url(/assets/images/other/close.svg) no-repeat 50% 50%;
	background-size: contain;
	top: 2px;
	right: 8px;
}
@media(min-width: 1024px){
	.pclose{
		top: 8px;
	}
}

.container-mdt{
	padding-top: 56px;
}

.main-slider__item:after{
	content: "";
	position: absolute;
	display: block;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(0deg, rgba(23,23,23,1) 0%, rgba(255,255,255,0.06775210084033612) 35%, rgba(255,255,255,0) 100%);
}


.main-slider .owl-dot{
	border-color: #9B5A07;
}


.main-slider .owl-dot.active{
	background: #9B5A07;
}


.checkbox-wrapper input[type="checkbox"]:checked + .label:after {
    opacity: 1 !important;
}

.checkbox-wrapper .label:after{
	background: #E6BE8A !important;
}

.lunch-total__energy .value{
	margin-right: 4px;
}

#pop-nosale{
	color: #bbb;
	text-decoration: line-through;
	display: none;
}



body .eco-i {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: auto !important;
    height: 50px !important;
}
@media (max-width: 576px) {
    body .eco-i {
        height: 30px !important;
    }
}








