/*body.premium-page,
body.premium-page .local-cover {
	background: url('/assets/images/backgrounds/bg-top.webp') center center /contain repeat, #000802;
}
body.premium-page .local-cover:after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background: url('/assets/images/elements/loader_p.svg?v=1.0') top center /500px no-repeat;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}*/
.p-relative {
	position: relative;
}
.main-section {
	padding: 24px 0 30px;
	position: relative;
	z-index: 1;
}
.main-section_img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}
/*.main-section_img:after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background: url('/assets/images/backgrounds/bg-top.webp') center center /cover no-repeat, linear-gradient(181.48deg, rgba(0, 8, 2, 0.8) 1.26%, #000802 93.62%);
	position: absolute;
	top: 0;
	left: 0;
}*/
.main-section_img img {
	width: 100%;
	height: 100%;
   	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center center;
	object-position: center center;
}
.main-section_title {
	font-family: 'Montserrat', sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 30px;
	line-height: 1.3;
	text-align: center;
	text-transform: uppercase;
	color: transparent;
	-webkit-text-stroke: 1px #E6BE8A;
	margin-top: 0;
	margin-bottom: 24px;
}

/*
.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;
}*/

/*.loader-container {
	padding: 0 0.75rem;
	margin: 0 -0.75rem;
}*/

.lunch-selector {
	margin-bottom: 8px;
}
.lunch-selector.bottom-position {
	margin-bottom: 0;
	margin-top: 16px;
}
.lunch-selector > .row {
	--bs-gutter-x: 12px;
}
.lunch-selector_btn {
	font-family: 'Marck Script', cursive;
	font-style: normal;
	font-weight: 400;
	font-size: 15px;
	line-height: 1;
	color: #E6BE8A;
	display: block;
	min-height: 40px;
	height: 100%;
	width: 100%;
	background-color: #000802;
	border: 1px solid rgba(230, 190, 138, 0.5);
	border-radius: 5px;
	outline: none;
	padding: 10px 8px;
	cursor: pointer;
}
.lunch-selector_btn.active {
	background-color: #E6BE8A;
	border-color: #E6BE8A;
	color: #2E2D2D;
}
.owl-nav button {
	width: 60px;
	height: 60px;
	background-color: #fff;
	top: 50%;
	transform: translateY(-50%);
	box-shadow: 0px 3.125px 7.8125px rgba(0, 0, 0, 0.15);
}
.owl-nav .owl-prev {
	left: 10px;
}
.owl-nav .owl-next {
	right: 10px;
}
.owl-nav .owl-prev:before,
.owl-nav .owl-next:before {
    -webkit-mask-size: 26px;
            mask-size: 26px;
	background-color: #BDBDBD;
}
.lunch-wrapper {
	position: relative;
	z-index: 1;
}
.lunch-pointer {
	width: calc(33.33333333% - 8px);
	height: calc(100% + 20px);
	background-color: #000802;
	border: 1px solid rgba(230, 190, 138, 0.5);
	border-radius: 10px;
	position: absolute;
	top: -10px;
	z-index: -1;
}
.lunch-pointer[data-lunch="lunch_1"] {
	left: 0;
}
.lunch-pointer[data-lunch="lunch_2"] {
	left: calc(33.33333333% + 4px);
}
.lunch-pointer[data-lunch="lunch_3"] {
	left: calc(66.66666666% + 8px);
}
.lunch-pointer.active {
	border-color: #E6BE8A;
	border-width: 2px;
}
.lunch-pointer_m {
	width: 384px;
	height: 100%;
	border: 2px solid #E6BE8A;
	border-radius: 10px;
	position: absolute;
	top: 0;
	left: 50%;
	z-index: -1;
	transform: translateX(-50%);
}
.lunch-row {
	--bs-gutter-x: 12px;
}
.lunch-block {
	_background-color: #CCC9C2;
	border-radius: 10px;
	padding-bottom: 8px;
	margin: 8px;
	position: relative;
	
	box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
	_transition: tbox-shadow 0.3s cubic-bezier(.25,.8,.25,1);
}

@media(max-width: 576px){
	.lunch-block{
		margin: 2px;
		border-radius: 4px;
		margin-bottom: 8px;
	}
	body .lunch-block .title{
		font-size: 12px;
		font-weight: 500;
		padding: 0px 6px;
	}
	.loader-container{
		padding-left: 2px;
		padding-right: 2px;
	}
	body .lunch-block img{
		border-radius: 4px 4px 0 0;
	}
	body .lunch-block .btn{
		border-radius: 8px;
		padding: 6px 12px;
		min-height: 28px;
		font-size: 13px;
	}
}

@media(min-width: 768px){
	.lunch-block{
		box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
		transition: tbox-shadow 0.3s cubic-bezier(.25,.8,.25,1);
	}
	.lunch-block:hover{
		box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
	}
}

.lunch-block img {
	width: 100%;
	border-radius: 10px;
	margin-bottom: 12px;
}
.lunch-block .title {
	font-family: 'Montserrat', sans-serif;
	font-style: normal;
	font-weight: 700;
	font-weight: 600;
	font-size: 14px;
	line-height: 1.4;
	color: #2E2D2D;
	display: block;
	padding: 0 12px;
	margin-bottom: 8px;
}
.lunch-block .offer {
	display: flex;
	flex-wrap: wrap;
	padding: 0 12px;
	margin-bottom: 24px;
}
.lunch-block .price {
	font-family: 'Montserrat', sans-serif;
	font-style: normal;
	font-weight: 600;
	font-size: 14px;
	line-height: 1.2;
	color: #2E2D2D;
	margin-right: 4px;
}
.lunch-block .curr {
	font-weight: 400;
	font-size: 12px;
	line-height: 1.25;
	text-transform: uppercase;
}
.lunch-block .energy {
	font-family: 'Montserrat', sans-serif;
	font-style: italic;
	font-weight: 400;
	font-size: 12px;
	line-height: 1.25;
	color: #696969;
	background: url('/assets/images/elements/ico-fire.svg') top left /18px no-repeat;
	padding: 1px 0 1px 20px;
}
.lunch-block .btn {
	font-family: 'Montserrat', sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: 15px;
	line-height: 1.2;
	color: #FFF7ED;
	text-align: center;
	display: flex;
	justify-content: center;
	flex: 1 0 0;
	max-width: 212px;
	min-height: 42px;
	background-color: #2E2D2D;
	border: 1px solid #2E2D2D;
	border-radius: 50px;
	outline: none;
	padding: 10px 20px;
	margin: 0 6px;
	cursor: pointer;
	transition: color .3s;
}
.lunch-block .btn-txt_sel {
	display: none;
}
.lunch-block.selected {
	_background-color: #F0E4D4;
	_background-color: rgba(255, 103, 0, 0.3);
	background: #fff;
	
	_box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}
@media(min-width:768px){
	.lunch-block.selected{
		box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
	}
}
body .lunch-block.selected .btn {
	background-color: #9B5A07;
	border-color: #9B5A07;
	
	background-color: #339E36;
	color: #fff;
	border-color: #339E36;
	
}

.lunch-block.selected .title{
	text-shadow: 0 0 0;
}

.lunch-total {
	padding-top: 56px;
}
.radio-wrapper .label, .checkbox-wrapper .label {
	_color: #E6BE8A;
	padding-top: 2px;
}
.radio-wrapper .label:before, .checkbox-wrapper .label:before {
	background-color: transparent;
	_border-color: #E6BE8A;
}
.radio-wrapper .label:after, .checkbox-wrapper .label:after {
	_background-color: #E6BE8A;
}
.qty-widget__controls {
	_background-color: #000802;
	_border-color: rgba(230, 190, 138, 0.5);
}
.qty-widget__controls:after {
	background-color: #E6BE8A;
	background-color: #333;
}
/*.qty-widget__input {
	color: #E6BE8A;
	background-color: #000802;
	border-color: rgba(230, 190, 138, 0.5);
}*/
.lunch-total__amount .price.price__old {
	__color: #744912;
}
.lunch-total__amount .price__old:after {
	background-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__energy .value {
	margin-right: 4px;
}
.lunch-total__amount {
	margin-bottom: 10px;
}
.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%;
}
body.premium-page .text-box {
	color: #8A7E6F;
}
/*
body.premium-page .text-box :where(h1,h2,h3,h4) {
	color: #B8A690;
}*/
body.premium-page .footer {
	_background-color: #000802;
	_border-top: 1px solid rgba(102, 102, 102, 0.5);
}
body.premium-page .footer-contacts_item:before,
body.premium-page .social-links__item:before,
body.premium-page .subscribe-form__button:after {
	background-color: #E6BE8A;
}
body.premium-page .social-links__item {
	border-color: #E6BE8A;
}
@media(min-width:412px){
	.main-section {
		padding: 40px 0 30px;
		padding-bottom: 0 !important;
	}
	.main-section_title{
		font-size: 40px;
		margin-bottom: 32px;
	}
	.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:576px){
	.lunch-selector,
	.lunch-selector.bottom-position {
		margin: 0;
	}
	.lunch-selector_btn {
		border-bottom: none;
		border-radius: 10px 10px 0 0;
		padding: 10px 8px 20px;
	}
	.lunch-selector.bottom-position .lunch-selector_btn {
		border-top: none;
		border-bottom: 1px solid rgba(230, 190, 138, 0.5);
		border-radius: 0 0 10px 10px;
		padding: 20px 8px 10px;
	}
	.lunch-block {
		padding-bottom: 12px;
		margin: 0 6px 12px;
	}
	.lunch-row:last-child .lunch-block {
		margin-bottom: 0;
	}
}
@media(min-width:768px){
	.main-section {
		_padding: 80px 0 40px;
		padding-bottom: 40px;
		padding-top: 0 !important;
	}
	.main-section_title {
		font-size: 80px;
		margin-bottom: 80px;
	}
	.timeline {
		margin: 0 -8px;
	}
	.timeline_item {
		width: 80px;
		height: 80px;
		margin: 0 8px;
	}
	.timeline_item .weekday,
	.timeline_item .date {
		font-size: 16px;
	}
	.lunch-selector_btn {
		font-size: 28px;
		line-height: 1.35;
		min-height: 60px;
		border-bottom: none;
		border-radius: 5px 5px 0 0;
	}
	.lunch-selector > .row,
	.lunch-row {
		--bs-gutter-x: 20px;
	}
	
	.lunch-pointer {
		width: calc(33.33333333% - 13px);
	}
	.lunch-pointer[data-lunch="lunch_2"] {
		left: calc(33.33333333% + 7px);
	}
	.lunch-pointer[data-lunch="lunch_3"] {
		width: calc(33.33333333% - 14px);
		left: calc(66.66666666% + 14px);;
	}
	.lunch-block img {
		margin-bottom: 16px;
	}
	.lunch-block .title {
		font-size: 18px;
		padding: 0 16px;
	}
	.lunch-block .offer {
		padding: 0 16px;
    	margin-bottom: 32px;
	}
	.lunch-block .price {
		font-size: 20px;
		margin-right: 8px;
	}
	.lunch-block .curr {
		font-size: 16px;
	}
	.lunch-block .energy {
		font-size: 16px;
		background-size: 25px;
		padding: 3px 0 1px 28px;
	}
	.lunch-total .default-btn {
			font-size: 18px;
			width: 367px;
	}
}
@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);
	}
	body.premium-page .social-links__item:hover,
	body.premium-page .subscribe-form__button:hover:after {
		background-color: #9B5A07;
	}
	.qty-widget__controls:hover {
		background-color: #9B5A07;
	}
	.qty-widget__controls:hover:after {
		background-color: #FFF7ED;
	}
	/*.lunch-total .default-btn:hover {
		background-color: #E6BE8A;
	}*/
}
@media(max-width:991px){
	.subscribe-form .label {
		padding-top: 16px;
	}
}

@media (min-width: 768px){
	.lunch-selector > .row, .lunch-row {
	    --bs-gutter-x: 5px;
	}
	.main-section{
		padding-bottom: 0;
	}
	
	.lunch-block:hover .btn{
		background-color: #555;
	    color: #fff;
	    border-color: #555;
	    transition: all 0.15s;
	}
}

h1, h2, h3{
	line-height: 1.2;
}


.main-header{
	color: #444;
	text-align: center;
	
}


.cat-title{
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
	text-align: center;
	font-weight: 600;
	color: #444;
	margin-bottom: 8px;
	font-size: 18px;
}

.loader-container{
	padding-top: 10px;
}


@media(max-width: 576px){
	.main-header{
		padding-left: 3px;
		padding-right: 3px;
		color:#222;
	}
	.loader-container{
		padding-top: 0;
	}
	.main-section{
		padding-bottom: 0;
	}
}


.ors{
	display: block;
	font-size: 115%;
}



body .add-lunch-action{
	min-height: 40px;
	width: 250px;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 40px;
}

.obtn{
	display: flex;
    justify-content: center;
    min-height: 70px;
}


.makeselect{
	text-align: center;
	color: #222;
	margin-top: 8px;
}

.add-lunch-action{
	
}

.add-lunch-action.muted{
	/*background: #dedede;
	color: #efefef;*/
}



