.mobile-header__tel {
  display: block;
  color: #fff;
  z-index: 1001;
  line-height: 1;
  text-decoration: none;
  margin-left: 10px;
}

.food-item {
  margin-bottom: 45px;
}

.food-item--name {
	/* line-height: 60px; */
	line-height: 25px;
	font-size: 24px;
	font-family: EB Garamond,serif;
}

.food-item--form {
	margin: 20px 0 0 0;
	position: relative;
}

.food-item--price {
	float: left;
	line-height: 50px;
	font-size: 24px;
	width: 35%;
	max-width: 150px;
	white-space: nowrap;
}

.food-item--price .rub-arial {
	width: auto;
	height: auto;
	font-size: unset;
}

.food-item--description .show-more {
	background-color: transparent;
	padding: 0;
	border: none;
	color: #000;
	font-size: 14px;
    font-style: italic;
	text-decoration: underline;
	cursor: pointer;
}

.food-item--btn {
	float: right;
	margin: 2px 0;
	width: 30%;
	padding: 0;
	background-color: #19401e;
	font-family: Open Sans,sans-serif;
	display: inline-block;
	line-height: 45px;
	font-size: 18px;
	text-align: center;
	text-decoration: none;
	color: #fff;
	text-transform: uppercase;
	font-weight: 600;
	border-radius: 30px;
	cursor: pointer;
}

.food-item--bit24_tt {
	position: absolute;
	top: 5px;
	right: 0;
	height: 40px;
	display: inline;
}

.food-item--quantity {
	position: relative;
	width: 25%;
	max-width: 80px;
	margin: auto;
	font-family: Open Sans,sans-serif;
	font-size: 18px;
}

.food-item--number {
	outline: none;
	font-size: 24px;
	text-align: center;
	border: 1px solid #dbdbdb;
	width: 80px;
	padding: 10px 25px 10px 0;
}

.food-item--up,
.food-item--down {
	position: absolute;
	color: #ceb276;
	right: 0;
	width: 20px;
	height: 20px;
	line-height: 20px;
	cursor: pointer;
}

.food-item--up {
	top: 5px;
}

.food-item--down {
	top: 25px;
}

.food-item--image {
	font-size: 0;
}

.food-item--success-basket-add {
	display: none;
	position: absolute;
	text-align: center;
	color: #000000;
	font-size: 14px;
	background: #FFFFFF;
	border: 1px solid #DBDBDB;
	line-height: 50px;
	font-family: Open Sans,sans-serif;
	border-radius: 6px;
	bottom: 0;
	left: 0;
	right: 0;
}

@media (min-width: 375px) and (max-width: 767px) {
	.food-item--quantity {
		width: auto;
		margin: 0;
	}

	.food-item--number {
		font-size: 20px;
		width: 60px;
		padding-right: 20px;
	}

	.food-item--up, .food-item--down {
		width: 15px;
		height: 15px;
		right: 6px;
	}

	.food-item--up {
		top: 3px;
	}

	.food-item--down {
		top: 22px;
	}

	.food-item--btn {
		width: auto;
		padding: 0 5px;
		order: 2;
		margin-top: 25px;
	}
}

@media (min-width: 768px) {

	.food-list {
		display: flex;
		justify-content: flex-start;
		flex-wrap: wrap;
	}

	.food-item {
		width: 46.4285714%;
	}
}

@media (max-width: 768px) {

	.owl-carousel .owl-item img {
		width: 100%;
	}

}

.food-item--image-one img {
	max-width: 100%;
}

.btn.btn-transfer {
	display: none;
}

@media (min-width: 1200px) {
	.btn.btn-transfer {
		width: auto;
		max-width: 200px;
		display: inline-block;
		position: fixed;
		bottom: 30px;
		text-decoration: none;
		left: 30px;
		text-align: center;
		background-color: #b99f5e;
		color: #fff;
		padding: 5px;
		text-transform: none;
	}
}

/*********************************************************************************************************/
/**********************************************11.08.21***************************************************/
/*********************************************************************************************************/
.view-food .video-item. {
	width: 100%;
	margin-bottom: 20px;
  }

  .video-item__player {
	  position: relative;
	  display: block;
	  width: 100%;
	  height: 0;
	  padding-bottom: 82.19%;
	  overflow: hidden;
  }

  .video-item__iframe {
	  position: absolute;
	  top: 0;
	  left: 0;
	  width: 100%;
	  height: 100%;
	  border: 0;
	}

	.video-item__preview {
	  position: absolute;
	  left: 50%;
	  top: 50%;
	  transform: translate(-50%,-50%);
	  width: 100%;
	  height: 100%;
	  object-fit: cover;
	  object-position: center;
	}

  .video-item__btn {
	  position: absolute;
	  top: 50%;
	  left: 50%;
	  width: 90px;
	  height: 90px;
	  transform: translate(-50%,-50%);
	  background-color: #1E401C;
	  border-radius: 50%;
	  background-image: url(../images/video-play.svg);
	  background-repeat: no-repeat;
	  background-size: 24px 24px;
	  background-position: center;
	  z-index: 1;
	  border: none;
	  padding: 0;
  }

  .view-food h2.headline {
	  font-family: 'EB Garamond','Times New Roman', serif;
	  font-weight: 400;
	  font-size: 40px;
	  line-height: 52px;
	  color: #B39F64;
	  margin: 0 0 24px;
	  text-align: left;
  }

  .view-food h3.headline {
	  font-family: 'EB Garamond','Times New Roman', serif;
	  font-weight: 400;
	  font-size: 21px;
	  line-height: 27px;
	  color: #B39F64;
	  margin: 0 0 11px;
	  text-align: left;
  }

  .view-food .spec-offer {
	  padding: 30px 0 73px;
  }

  .view-food .spec-offer__item {
	  /*padding-bottom: 15px;*/
  }

  .view-food .spec-offer__img {
	position: relative;
	height: 0;
	padding-bottom: 70.52%;
	margin-bottom: 10px;
  }

  .view-food .spec-offer__img img {
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
  }

  .view-food .spec-offer__title {
	  font-family: 'EB Garamond','Times New Roman', serif;
	  font-weight: 400;
	  font-size: 21px;
	  line-height: 1;
	  color: #B39F64;
	  margin: 0 0 15px;
  }

  .view-food .spec-offer__info {
	  font-family: 'EB Garamond','Times New Roman', serif;
	  font-weight: 400;
	  font-size: 13px;
	  line-height: 18px;
	  margin: 0;
  }

  .view-food .owl-carousel .owl-dots {
	  text-align: center;
  }

  .view-food .owl-carousel .owl-dot {
	  width: 24px;
	  height: 3px;
	  background-color: #BFBFBF;
  }

  .view-food .owl-dots .owl-dot span {
	  display: none;
  }

  .view-food .owl-carousel .owl-dot.active {
	  background-color: #000;
  }

  .view-food .owl-carousel .owl-dot:not(:first-of-type) {
	  margin-left: 16px;
  }

  .view-food .delivery {
	  background-color: #f9f9f9;
	  padding: 20px 12px 44.4%;
	  display: flex;
	  flex-direction: column;
  }

  .view-food .delivery .headline {
	  font-size: 27px;
	  line-height: 27px;
	  margin-bottom: 11px;
  }

  .view-food .delivery {
	  position: relative;
	  font-size: 13px;
	  line-height: 18px;
	  margin: 0 0 20px;
	  margin-bottom: 45%;
  }

  .view-food .service {
	  margin-bottom: 73px;
  }

  .view-food .service__title {
	  margin: 0 0 23px;
  }

  .view-food .service__img {
	  position: relative;
	  width: 100%;
	  height: 0;
	  padding-bottom: 52.05%;
  }

  .view-food .service__img img {
	  position: absolute;
	  width: 100%;
	  height: 100%;
	  object-fit: cover;
	  object-position: center;
  }

  .view-food .service__text {
	  margin: 20px 0;
  }

  .view-food .faq {
	  margin-bottom: 65px;
  }

  .view-food .faq__list {
	  margin: 0;
	  padding: 0;
	  list-style: none;
	  flex-grow: 1;
  }

  .view-food .faq__item {
	  width: 100%;
	  padding: 20px;
	  border: 1px solid rgba(32, 63, 29, 0.2);
	  margin-bottom: 10px;
	  box-sizing: border-box;
  }

  .view-food .faq__btn {
	  color: #263f21;
	  display: flex;
	  flex-direction: column;
	  justify-content: center;
	  align-items: center;
	  font-family: 'EB Garamond','Times New Roman', serif;
	  font-weight: 400;
	  font-size: 18px;
	  line-height: 21px;
	  width: 100%;
	  border: 0;
	  background-color: transparent;
	  padding: 0;
	  cursor: pointer;
  }

  .view-food .faq__btn .icon-wrapper {
	  display: flex;
	  justify-content: center;
	  align-items: center;
	  padding: 0;
	  width: 40px;
	  height: 40px;
	  cursor: pointer;
	  transition: all 0.3s ease;
	  margin-top: 20px;
  }

  .view-food .faq__btn .icon {
	  fill: #000;
	  font-size: inherit;
	  width: 40px;
	  height: 40px;
	  line-height: 1;
	  flex-shrink: 0;
  }

  .view-food .faq__btn .icon__group {
	  stroke-width: 1px;
	  will-change: transform;
	  transform-origin: 8px 8px;
	  transform: rotate(-90deg);
	  transition: transform 0.3s ease;
  }


  .view-food .faq__btn .icon__group  > * {
	  transform-origin: 8px 8px;
	  transition: transform 0.3s, stroke-dashoffset 0.3s;
	  transition-timing-function: ease;
  }

  .view-food .faq__btn .icon__group  > *:first-child {
	  transform: rotate(-90deg);
  }

  .view-food .faq__btn.faq__btn--opened .icon__group {
	  transform: rotate(0);
  }

  .view-food .faq__btn.faq__btn--opened .icon__group > *:first-child {
	  transform: rotate(0);
  }

  .view-food .faq__info {
	  width: 100%;
	  padding-right: 30px;
	  max-height: 0;
	  overflow: hidden;
	  text-align: center;
	  transition: max-height 0.3s ease;
  }

  .view-food .faq__info p {
	  margin: 0;
  }

  .view-food .reviews__item {
	  padding: 20px 33px 20px 24px;
	  border: 1px solid rgba(32, 63, 29, 0.2);
	  margin-bottom: 15px;
  }

  .view-food .reviews {
	  margin-bottom: 40px;
  }

  .view-food .reviews .headline {
	  margin-bottom: 21px;
  }

  .view-food .reviews__top {
	  display: flex;
	  justify-content: space-between;
	  align-items: center;
	  margin-bottom: 15px;
  }

  .view-food .reviews__author {
	  display: flex;
	  align-items: center;
  }

  .view-food .reviews__author img {
	  width: 65px;
	  height: 65px;
	  border-radius: 50%;
	  margin-right: 15px;
  }

  .view-food .reviews__name {
	  font-family: 'EB Garamond','Times New Roman', serif;
	  font-weight: 400;
	  font-size: 14px;
	  line-height: 23px;
	  color: #263f21;
  }

  .view-food .reviews__date {
	  color: rgba(38, 63, 33, 0.5);
  }

  @media screen and (min-width: 768px) {
	  .video-item__player {
		  padding-bottom: 56.14%;
	  }

	  .view-food .spec-offer {
		  padding: 52px 0 77px;
	  }

	  .video-item__btn:hover {
		  background-color: #4e4e4e;
	  }

	  .view-food .spec-offer__img {
		  padding-bottom: 71.94%;
		  margin-bottom: 30px;
	  }

	  .view-food .spec-offer__title {
		  font-size: 24px;
		  line-height: 28px;
	  }

	  .view-food .spec-offer__info {
		  padding-bottom: 20px;
		  font-size: 16px;
		  line-height: 23px;
	  }

	  .view-food .delivery {
		  /*margin-top: 82px;*/
		  padding: 30px 54px;
		  flex-direction: row;
		  justify-content: space-between;
		  margin-bottom: 77px;
	  }

	  .view-food .delivery .headline {
		  font-size: 40px;
		  line-height: 52px;
		  margin-bottom: 35px;
	  }

	  .view-food .service {
		  margin-bottom: 77px;
	  }

	  .view-food .service__title {
		  margin-bottom: 35px;
	  }

	  .view-food .service__img {
		  padding-bottom: 47.22%;
	  }

	  .view-food .service__text {
		  margin: 40px 0;
	  }

	  .view-food .faq {
		  margin-bottom: 77px;
	  }

	  .view-food .faq__btn {
		  flex-direction: row;
		  justify-content: space-between;
	  }

	  .view-food .faq__info {
		  text-align: left;
	  }

	  .view-food .faq__btn .icon-wrapper {
		  margin-top: 0;
	  }

	  .view-food .reviews__item {
		  margin-bottom: 35px;
	  }
  }

  @media screen and (min-width: 1200px) {
	  .view-food .delivery__text {
		  font-size: 16px;
		  line-height: 32px;
	  }

	  .view-food .service__text {
		  font-size: 16px;
		  line-height: 32px;
	  }
  }


  @media (min-width:0px) and (max-width: 767px){
	  #delivery{
		padding-bottom: 20px;
		margin-bottom: 73px;
	  }
  }

 /* PAYMENT RESULT */
.payment {
    margin-bottom: 200px;
}

.payment .inner {
    margin-top: 200px;
    height: calc(100% - 400px);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.payment-img {
    width: 148px;
    height: 148px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-bottom: 40px;
}

.success {
    background-color: #CBB272;
}

.fail {
    background-color: #DB0000;
}

.payment-heading {
    font-family: 'EB Garamond', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 49px;
    line-height: 100%;
    text-align: center;
    color: #000000;
    margin-bottom: 90px;
}

.payment-btn {
    padding-left: 50px;
    padding-right: 50px;
    text-decoration: none;
}

@media (max-width: 1010px) {
    .payment {
        margin-top: 100px;
        margin-bottom: 100px;
    }
}

@media (max-width: 619px) {
    .payment-img {
        width: 96px;
        height: 96px;
        margin-bottom: 20px;
    }
    .success svg {
        width: 30px;
        height: 22px;
    }
    .fail svg {
        width: 23px;
        height: 23px;
    }
    .payment-heading {
        font-size: 30px;
        margin-bottom: 40px;
    }
}
.header-bg{
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100%;
	position: relative;
	background-color: #ffffff;
	height: 155px;
}
.header-bg h1.headline{
	color: #ffffff;
	padding-top: 25px;
	margin-bottom: 5px;
}
.header-bg .container-inner ul {
	padding: 0 0 0 150px;
	list-style: none;
	text-align: center;
}
.header-image-bg{
	position: absolute;
	top: 0;
	left: 0;
	object-fit: cover;
	width: 100%;
	height: 100%;
	z-index: 0;
	opacity: 0.75;
}
.header-bg .container-inner {
	position: relative;
}
.header-bg .container-inner ul li {
	display: inline-block;
	background-color: #fff;
	border-radius: 20px;
	padding: 6px 13px;
	margin: 0 4px 5px;
	cursor: pointer;
}
.header-bg .container-inner ul li a {
	font-family: Open Sans, sans-serif;
	font-size: 15px;
	text-decoration: none;
	font-weight: 100;
}
.header-bg .container-inner>ul>li.active {
	background-color: #eed79f;
}
.header-bg .container-inner ul li a:hover {
	text-decoration: underline;
}
.mobile-header .container-inner{
	margin-top: 100px;
}
.mobile-header-title{
	display: none;
}
@media only screen and (max-width: 1010px){
	.mobile-header-title{
		font-family: EB Garamond, serif;
		display: block;
		font-size: 25px;
		margin-left: 10px;
		padding-top: 50px;
		line-height: 25px;
		text-transform: uppercase;
		color: #b99f5e;
		width: 45%;
	}
	header#topbar{
		position: unset;
	}
	.mobile-header{
		position: fixed;
	}
}
@media only screen and (max-width: 767px){
	.mobile-header-title{
		font-size: 18px;
		width: 35%;
		margin-bottom: 20px;
	}
}

.product {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 553px 60px 1fr;
	grid-template-columns: 553px 1fr;
	gap: 60px;
	width: 100%;
	max-width: 1100px;
  margin: 200px auto 60px;
  padding: 0 10px;
}

@media (max-width: 1010px) {
	.product{
		-ms-grid-columns: 1fr;
		grid-template-columns: 1fr;
		/* min-width: 100%; */
		padding: 0 30px;
		margin: 100px auto 60px;
		gap: 30px;
	}
}

@media (max-width: 767px) {
	.product{
		padding: 0 15px;
	}
}

.product .owl-carousel{
	overflow: hidden;
}

.product__img {
	display: block;
	width: 100%;
	height: auto;
}


.product__title{
	font-size: 30px;
	font-weight: 500;
	line-height: 1.33;
	margin-top: 0;
}

.product .formorder{
	margin-bottom: 40px;
}

.product .food-item--price{
	width: auto;
	margin-right: 50px;
	float: unset;
}

.product .food-item--btn.food-item--sold{
	margin-top: 15px;
}

.product .food-item--quantity{
	margin: 0;
	max-width: 80px;
	width: 80px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.product .food-item--btn{
	float: none;
	display: block;
	margin-top: 40px;
	width: 173px;
}

.product__desc {
	color: #646464;
}

.product__characteristics{
	border-top: 1px solid #D2D2D2;
	padding: 30px 0 0;
	margin: 0;
	color: #646464;
	list-style: none;
	line-height: 1.57;
	max-width: 440px;
}