@charset "UTF-8";
body {
	overflow: auto;
}
body.noscroll {
	overflow: hidden;
}
.off-canvas.is-transition-overlap {
	z-index: 400!important;
}
.js-off-canvas-overlay {
	z-index: 399!important;
}
.d-main {
	width: 100%;
	min-height: 480px;
	height: calc(80vh - 181px);
}
.d-main picture {
	outline: none;
}
.d-main img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.d-main .slick-arrow {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 35px;
	height: 65px;
	opacity: .2;
	transition: all .3s ease;
}
.d-main .slick-arrow:hover {
	opacity: .7;
	transition: all .3s ease;
}
.d-main .slick-prev {
	left: 5%;
	background: url(d-arrow-left.png) center no-repeat;
}
.d-main .slick-next {
	right: 5%;
	background: url(d-arrow-right.png) center no-repeat;
}
@media screen and (max-width: 850px) {
	.d-main {
		height: 100vw;
		min-height: 0;
	}
}
.f7 {
	position: relative;
}
.d-basket {
	width: 350px;
	height: 100vh;
	background: #f7f7f7;
	position: fixed;
	top: 0;
	right: 0;
	display: flex;
	flex-flow: column;
	font-weight: 400;
	z-index: 300;
	transform: translateX(100%);
	transition: all .3s ease;
}
.d-basket-toggler {
	position: absolute;
	left: -20px;
	top: 0;
	width: 20px;
	height: 100%;
	background: #a6c84c;
	text-align: center;
	display: flex;
	flex-flow: column;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	transition: all .3s ease;
	z-index: 200;
}
.d-basket-toggler.passive {
	left: 20px;
	transition: all .3s ease;
}
.d-basket-toggler:before {
	content: '';
	position: absolute;
	transform: translateY(-50%);
	top: 50%;
	left: -20px;
	width: 40px;
	height: 140px;
	background: #a6c84c;
	-webkit-mask: url(../img/lya.svg);
	mask: url(../img/lya.svg);
	z-index: 199;
}
.d-basket-toggler .d-b-close {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-75%,-50%);
	width: 30px;
	height: 30px;
	z-index: 201;
	transition: all .3s ease;
	background: url(../img/basket.png) center no-repeat;
	background-size: 30px;
	transition: all .3s ease;
}
.d-basket-toggler .d-b-close.active {
	background: #7f9c33;
	-webkit-mask: url(../img/close-button.svg) center no-repeat;
	mask: url(../img/close-button.svg) center no-repeat;
	-webkit-mask-size: 18px;
	mask-size: 18px;
	transition: all .3s ease;
}
.d-basket.active {
	transform: translateX(0);
	transition: all .3s ease;
}
.d-basket-toggler .d-b-close .d-b-count {
	position: absolute;
	top: 20px;
	left: 6px;
	width: 18px;
	height: 18px;
	background: #000;
	color: #fff;
	border-radius: 50%;
	border: 1px solid #000;
	line-height: 1;
	font-size: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.d-basket-header {
	font-size: 16px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	height: 63px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.d-basket-header img {
	width: 19px;
	margin-right: 15px;
}
.d-basket-container {
	width: 100%;
	padding: 0 7.5%;
	overflow-y: scroll;
}
.d-basket-container.empty {
	width: 100%;
	min-height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.d-basket-container.empty .d-basket-header img {
	width: 70px;
}
.d-basket-dishes {
	border: 1px solid #dadada;
	border-radius: 8px;
}
.d-basket-dish,
.d-basket-dish-delivery {
	position: relative;
	min-height: 45px;
	width: 100%;
	border-bottom: 1px solid #dadada;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 22px;
	cursor: pointer;
}
.d-basket-dish-count {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translate(-50%,-50%);
	width: 29px;
	height: 29px;
	border: 1px solid #dadada;
	border-radius: 50%;
	background: #fff;
	text-align: center;
	font-size: 12px;
	color: #bd3b2e;
	line-height: 29px;
}
.d-basket-dish-title {
	font-size: 12px;
	max-width: 65%;
}
.timegotov{color: #bd3b2e;font-size: 10px;}
.temegotov-detal{margin-top: 5px; color: #757c7f; font-size: 13px; display: flex;}
.d-basket-dish-price {
	font-size: 14px;
	transition: all .3s ease;
	white-space: nowrap;
}
.d-basket-dish-remove {
	cursor: pointer;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translate(50%,-50%);
	width: 23px;
	height: 23px;
	border: 1px solid #dadada;
	border-radius: 50%;
	background: #f7f7f7;
}
.d-basket-dish-remove > div {
	height: 100%;
	background-color: #dadada;
	-webkit-mask-image: url(../img/x.svg);
	mask-image: url(../img/x.svg);
	-webkit-mask-size: 7px;
	mask-size: 7px;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-position: center;
	mask-position: center;
	transition: all .3s ease;
}
.d-basket-dish:hover .d-basket-dish-remove > div {
	background-color: red;
	-webkit-mask-image: url(../img/x.svg);
	mask-image: url(../img/x.svg);
	transition: all .3s ease;
}
.d-basket-dish-delivery .d-basket-dish-title {
	color: #000;
	font-weight: 500;
}
.d-basket-dish-question {
	cursor: pointer;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translate(50%,-50%);
	width: 23px;
	height: 23px;
	border: 1px solid #dadada;
	border-radius: 50%;
	background: #bd3b2e;
	color: #f7f7f7;
	text-align: center;
}
.d-basket-dish-btns {
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
	width: 88px;
	height: 28px;
	opacity: 0;
	transition: all .3s ease;
}
.d-basket-dish:hover .d-basket-dish-btns {
	opacity: 1;
	transition: all .3s ease;
}
.d-basket-dish:hover .d-basket-dish-price {
	opacity: 0;
	transition: all .3s ease;
}
.d-basket-total {
	margin: 29px 0 13px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 22px;
}
.d-basket-total > span {
	font-size: 15px;
}
.d-basket-sum {
	font-size: 20px;
}
.d-basket-promocode {
	position: relative;
	width: 100%;
	border-bottom: 1px solid #dadada;
	display: flex;
	align-items: center;
	cursor: pointer;
}
.d-basket-promocode input {
	margin: 0;
	padding: 18px 22px;
	border: 1px solid transparent;
	border-radius: 0;
	box-shadow: none;
	background: transparent;
	transition: background .3s ease;
}
.d-basket-promocode input:focus {
	border: 1px solid transparent;
	border-radius: 0;
	box-shadow: none;
	background: #fff;
	transition: background .3s ease;
}
#errPromo{padding: 0 22px; color: #bd3b2e; display:none;}
.d-basket-conditions {
	padding: 0 22px;
	font-size: 12px;
	color: #9d9d9c;
	margin-bottom: 12px;
}
.d-basket-delivery > div {
	margin-top: 40px;
}
.d-basket-delivery span {
	color: #9d9d9c;
	font-size: 12px;
	flex: 100%;
	margin-bottom: 9px;
}
.d-basket-delivery input[type="text"], .d-basket-delivery input[type="email"] {
	height: 37px;
	margin: 0;
	padding: 11px;
	font-size: 12px;
	box-shadow: none;
	background: #fff;
	color: #000;
	border: none;
	flex: 100%;
	transition: none;
}
.d-basket-delivery input[type="checkbox"] {
	margin: 0;
}
.d-basket-adr, .d-basket-time, .d-basket-contact, .d-basket-additions, .d-basket-comment, .d-basket-order {
	display: flex;
	flex-flow: row wrap;
}
.d-basket-adr input[type="text"]::placeholder, .d-basket-adr input[type="email"]::placeholder {
	color: #000;
}
.d-basket-adr input[type="text"]:focus::placeholder, .d-basket-adr input[type="email"]:focus::placeholder {
	color: transparent!important;
}
#id-address {
	display: flex;
	flex-flow: row wrap;
}
#id-address input:nth-child(2) {
	border: 1px solid #dadada;
	border-radius: 8px 8px 0 0;
}
#id-address input:nth-child(3) {
	border-left: 1px solid #dadada;
	border-right: 1px solid #dadada;
	border-bottom: 1px solid #dadada;
	border-radius: 0;
}
#id-address input:nth-child(4) {
	flex: 50%;
	border-left: 1px solid #dadada;
	border-right: 1px solid #dadada;
	border-bottom: 1px solid #dadada;
}
#id-address input:nth-child(5) {
	flex: 50%;
	border-right: 1px solid #dadada;
	border-bottom: 1px solid #dadada;
}
#id-address input:nth-child(5)::placeholder {
	color: #dadada;
}
#id-address input:nth-child(6) {
		flex: 0 0 50%;
    border-right: 1px solid #dadada;
    border-bottom: 1px solid #dadada;
    border-radius: 0 0 8px 8px;
    border-left: 1px solid #dadada;
}
#id-address input:nth-child(6)::placeholder {
	color: #dadada;
}
.d-basket-time input[type="text"] {
	border: 1px solid #dadada;
	border-radius: 8px;
	flex: 100%;
}
.d-basket-time span {
	flex: 0 0 auto;
	transition: color .3s ease;
}
.d-basket-time span.active {
	color: #000;
	transition: color .3s ease;
}
.d-basket-time .switch {
	padding: 2px 5px 0 5px;
	height: 15px;
}
.d-basket-time .switch-paddle {
	height: 15px;
	border-radius: 20px;
	width: 30px;
}
.d-basket-time .switch-paddle::after {
	width: 12px;
	height: 11px;
	left: 2px;
	top: 2px;
	border-radius: 20px;
}
.d-basket-time input:checked ~ .switch-paddle {
	background: #bd3b2e;
	height: 15px;
}
.d-basket-time input:checked ~ .switch-paddle::after {
	left: 16px;
}
#d-time:disabled {
	background: #f7f7f7;
}
.d-basket-time.delivery span {
	margin-bottom: 0;
}
.d-basket-time.delivery .switch {
	margin-bottom: 0!important;
}
.d-basket-contact input:nth-child(2) {
	border: 1px solid #dadada;
	border-radius: 8px 8px 0 0;
}
.d-basket-contact input:nth-child(3) {
	border-left: 1px solid #dadada;
	border-right: 1px solid #dadada;
	border-bottom: 1px solid #dadada;
	border-radius: 0;
}
.d-basket-contact input:nth-child(4) {
	border-left: 1px solid #dadada;
	border-right: 1px solid #dadada;
	border-bottom: 1px solid #dadada;
	border-radius: 0 0 8px 8px;
}
.d-basket-contact-dnd {
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	margin-top: 10px;
}
.d-basket-contact-dnd input[type="checkbox"] {
	margin-right: 10px;
	flex: 1;
	height: auto;
}
.d-basket-contact-dnd span {
	color: #000;
	margin-bottom: 0;
}
.d-dnd {
  display: block;
  position: relative;
  width: 16px;
  height: 16px;
  margin-right: 13px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.d-dnd input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.d-dnd .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 16px;
  width: 16px;
  border: 1px solid #dadada;
  border-radius: 4px;
  background-color: #fff;
}
.d-dnd:hover input ~ .checkmark {
  background-color: #f7f7f7;
}
.d-dnd input:checked ~ .checkmark {
  background-color: #fff;
}
.d-dnd .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.d-dnd input:checked ~ .checkmark:after {
  display: block;
}
.d-dnd .checkmark:after {
  left: 50%;
  top: 50%;
  width: 5px;
  height: 10px;
  border: solid #a6c84c;
  border-width: 0 3px 3px 0;
  transform: translate(-50%,-50%) rotate(45deg);
}
.d-basket-cutlery {
	width: 100%;
	height: 37px;
	background: #fff;
	border: 1px solid #dadada;
	border-radius: 8px;
	position: relative;
	padding: 0 0 0 11px;
}
.d-basket-cutlery span {
	color: #000;
	line-height: 37px;
}
.d-basket-cutlery .d-basket-dish-btns {
	opacity: 1;
}
.d-basket-comment textarea {
	flex: 100%;
	height: 77px;
	border: 1px solid #dadada;
	border-radius: 8px;
	box-shadow: none;
}
.d-basket-comment textarea::placeholder {
	font-size: 12px;
}
.d-basket-comment textarea:focus {
	box-shadow: none;
	font-size: 12px;
}
.d-basket-order {
	margin-bottom: 40px;
}
.d-basket-order span {
	margin-top: 15px;
	font-weight: 200;
	color: #9d9d9c;
	font-size: 12px;
	text-align: center;
}
.d-basket-order span a {
	color: #9d9d9c;
	text-decoration: underline;
	transition: all .3s ease;
}
.d-basket-order span a:hover {
	color: #000;
	transition: all .3s ease;
}
.d-basket-order button {
	cursor: pointer;
	height: 61px;
	background: #a6c84c;
	flex: 100%;
	font-size: 20px;
	letter-spacing: 0.1em;
	border: 1px solid #98bc38;
	border-radius: 8px;
	transition: all .3s ease;
}
.d-basket-order button:hover {
	background: rgba(166,200,76,.8);
	transition: all .3s ease;
}
.modal-container {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	opacity: 0;
	z-index: 200;
	visibility: hidden;
	-webkit-transition: all 0.7s cubic-bezier(0.250, 0.460, 0.450, 0.940);
	-o-transition: all 0.7s cubic-bezier(0.250, 0.460, 0.450, 0.940);
	transition: all 0.7s cubic-bezier(0.250, 0.460, 0.450, 0.940);
}
.modal-container.active {
	visibility: visible;
	opacity: 1;
	-webkit-transition: all 0.7s cubic-bezier(0.250, 0.460, 0.450, 0.940);
	-o-transition: all 0.7s cubic-bezier(0.250, 0.460, 0.450, 0.940);
	transition: all 0.7s cubic-bezier(0.250, 0.460, 0.450, 0.940);
}
.modal-mask {
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0,0,0,.7);
	width: 100%;
	height: 100%;
}
.modal {
	max-height: calc(100vh - 120px);
	position: absolute;
	top: 50%;
	left: 50%;
	overflow-y: scroll;
	transform: translate(-50%,-50%) scale(0);
	max-width: 700px;
	background: #fff;
	opacity: 0;
	transition: all 0.7s cubic-bezier(0.250, 0.460, 0.450, 0.940);
}
.modal::-webkit-scrollbar {
  width: 5px;
}
.modal::-webkit-scrollbar-track {
  background: #f7f7f7;
}
.modal::-webkit-scrollbar-thumb {
  background: rgba(155,155,155,1);
  border-radius: 15px;
}
.modal.active {
	transform: translate(-50%,-50%) scale(1);
	opacity: 1;
	transition: all 0.7s cubic-bezier(0.250, 0.460, 0.450, 0.940);
}
.modal-close, .modal-close-primary {
	position: absolute;
	right: 17px;
	top: 17px;
  cursor: pointer;
  background: #fff;
  border-radius: 50%;
  z-index: 205;
}
.modal-close > div, .modal-close-primary > div {
	width: 35px;
	height: 35px;
	background-color: rgba(0,0,0,.5);
  -webkit-mask: url(../img/close-button.svg) no-repeat 50% 50%;
  mask: url(../img/close-button.svg) no-repeat 50% 50%;
  -webkit-mask-size: 15px;
  mask-size: 15px;
  transition: all 0.5s ease;
}
.modal-close:hover div, .modal-close-primary:hover div {
	background-color: rgba(0,0,0,1);
	-webkit-transform: rotate(-90deg);
		-ms-transform: rotate(-90deg);
			transform: rotate(-90deg);
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.modal-close.mobile {
	visibility: hidden;
}
.modal-photo img {
	width: 100%;
	height: 397px;
	object-fit: cover;
}
.modal-text {
	padding: 14px 40px 40px;
	position: relative;
	display: flex;
	flex-flow: column;
}
.modal-header {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-items: flex-start;
	margin-bottom: 20px;
}
.modal-title {
	font-family: stolzl, sans-serif;
	font-size: 28px;
	font-weight: 400;
	color: #757c7f;
	flex: 75%;
	line-height: 1.5;
	margin-bottom: 0;
}
.modal-price-buttons {
	flex: 25%;
	display: flex;
	flex-flow: column;
	justify-content: flex-end;
	align-items: flex-end;
}
.modal-price {
	font-size: 28px;
}
.modal-buttons {
	position: relative;
	width: 125px;
	height: 40px;
	margin-top: 12px;
}
.modal-buttons .d-to-cart.quantity > input {
	width: 45px;
	height: 40px;
	font-size: 25px;
}
.modal-buttons .d-to-cart {
	width: 40px;
	height: 40px;
}
.modal-content {
	display: flex;
	flex-flow: column;
	justify-content: space-between;
}
.mc-title, .mc-param {
	color: #757c7f;
	font-weight: 500;
	font-size: 13px;
}
.mc-insta {
	margin-top: auto;
	width: 50%;
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	justify-content: space-between;
}
.mc-insta-btn, .modal-question, .modal-qc button {
	width: 190px;
	height: 37px;
	line-height: 37px;
	text-align: center;
	text-transform: uppercase;
	border: 1px solid #dadada;
	border-radius: 4px;
	color: #757c7f;
	transition: all .3s ease;
	font-size: 10px;
	font-weight: 300;
	cursor: pointer;
}
.modal-question {
	margin: 20px 0;
}
.modal-qc button {
	margin-bottom: 20px;
}
.mc-insta-btn:hover, .modal-question:hover, .modal-qc button:hover {
	background: #dadada;
	color: #000;
	transition: all .3s ease;
}
.mc-insta-likes {
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	font-size: 16px;
	font-weight: 300;
}
.mc-insta-heart {
	height: 32px;
	width: 34px;
	margin-right: 10px;
	background-color: black;
	-webkit-mask: url(../img/heart.svg);
	mask: url(../img/heart.svg);
	-webkit-mask-size: cover;
	mask-size: cover;
	transition: all .3s ease;
}
.mc-insta-heart:hover {
	background-color: #c84c4c;
	transition: all .3s ease;
}
.mc-insta-likes span {
	color: #000;
}
.modal-text p {
	font-size: 13px;
	font-weight: 300;
	line-height: 1.6;
	margin-bottom: 22px;
}
.mw-title {
	width: 100%;
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	align-items: center;
	margin: 25px 0;
}
.mw-title > div {
	font-size: 15px;
	text-align: center;
	width: 220px;
}
.mw-line {
	height: 2px;
	width: 100%;
	background: #e7e7e7;
}
.modal-wines-list {
	width: 70%;
	margin: 0 auto;
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	padding-bottom: 10px;
	border-bottom: 1px solid #dadada;
	margin-bottom: 40px;
}
.modal-wines-list-item {
	text-align: center;
	width: 160px;
	cursor: pointer;
}
.modal-wines-list-item img {
	height: 230px;
	margin-bottom: 17px;
}
.modal-wine-title {
	font-size: 12px;
	color: #757c7f;
}
.for-wine {
	display: flex;
	flex-flow: row wrap;
}
.for-wine .modal-photo {
	width: 30%;
	padding: 10px 0; /* temp */
}
.for-wine .modal-photo img {
	height: auto;
	max-height: 500px;
	margin: 0 auto;
	object-fit: contain;
}
.for-wine .modal-text {
	width: 70%;
	padding: 10px 20px 20px;
}
.for-wine .modal-title {
	flex: 0 0 90%;
	margin-bottom: 10px;
}
.for-wine .modal-price-buttons {
	flex: 100%;
	justify-content: flex-start;
}
.for-wine .modal-price {
	display: flex;
	align-items: center;
	position: relative;
	margin-right: 0;
}
.d-avail {
	margin-left: 10px;
	border: 1px solid #aab5b9;
	border-radius: 50%;
	width: 21px;
	height: 21px;
	font-size: 10px;
	font-weight: 200;
	text-align: center;
	line-height: 19px;
	cursor: help;
	color: #aab5b9;
}
.d-availability {
	position: absolute;
	right: -15px;
	top: 40px;
	width: 150%;
	background: #fff;
	border: 1px solid #aab5b9;
	border-radius: 8px;
	font-size: 12px;
	font-weight: 200;
	padding: 8px;
	opacity: 0;
	transition: all .3s ease;
}
.d-arrow-up {
	position: absolute;
	top: -10px;
	right: 5px;
	transform: translateX(-50%);
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid #aab5b9;
}
.d-avail:hover ~ .d-availability {
	opacity: 1;
	transition: all .3s ease;
}
.for-wine .modal-content {
	flex-flow: column;
}
.for-wine .mc-left, .for-wine .mc-right {
	width: 100%;
}
.for-wine .mc-left {
	margin-bottom: 20px;
}
.mc-param span {
	color: #000;
	font-weight: 200;
}
.modal-footer {
	margin-top: auto;
	display: flex;
	position: relative;
}
.d-circle {
	width: 15px;
	height: 15px;
	border-radius: 50%;
	margin-right: 5px;
}
.d-circle.red {
	background: #972626;
}
.d-circle.blue {
	background: #5060a5;
}
.d-circle.gray {
	background: #636469;
}
.modal-anchor {
	position: absolute;
	bottom: 0;
	width: 0;
	height: 0;
}
.modal-primary-container {
	min-height: 0;
	position: relative;
	overflow: hidden;
	transition: all .5s ease;
}
.modal-primary-container.active {
	transition: all .5s ease;
}
.modal-primary {
	/*position: absolute;
	top: 0;
	left: 0;*/
	width: 100%;
	transform-origin: top;
	transform: translateX(-100%);
	transition: all .5s ease;
	background: #fff;
	z-index: 200;
}
.modal-primary.active {
	transform: translateX(0);
	transition: all .5s ease;
	z-index: 201;
}
.modal-qc {
	transform: scaleY(0);
	height: 0;
	transform-origin: top;
	transition: all .6s ease;
}
.modal-qc.active {
	transform: scaleY(1);
	height: auto;
	transition: all .6s ease;
}
.modal-qc input[type="text"], .modal-qc textarea {
	font-size: 12px;
	padding: 11px;
	color: #757c7f;
	background: #fff;
	box-shadow: none;
}
.modal-qc input[type="text"] {
	height: 37px;
	max-width: 160px;
	margin: 0;
	border: none;
	transition: none;
	display: inline-flex;
}
.modal-qc input[type="text"]:nth-child(1) {
	border-left: 1px solid #dadada;
	border-right: 1px solid #dadada;
	border-top: 1px solid #dadada;
	border-radius: 4px 0 0 0;
}
.modal-qc input[type="text"]:nth-child(2) {
	border-right: 1px solid #dadada;
	border-top: 1px solid #dadada;
	border-radius: 0 4px 0 0;
}
.modal-qc textarea {
	border: 1px solid #dadada;
	border-radius: 0 0 4px 4px;
	margin: 0 0 20px;
	width: 320px;
	height: 70px;
}
.modal-qc textarea:focus {
	box-shadow: none;
}
@media screen and (max-width: 510px) {
	.modal-qc input[type="text"] {
		max-width: 320px;
	}
	.modal-qc input[type="text"]:nth-child(1) {
		border-left: 1px solid #dadada;
		border-right: 1px solid #dadada;
		border-top: 1px solid #dadada;
		border-radius: 4px 4px 0 0;
	}
	.modal-qc input[type="text"]:nth-child(2) {
		border-left: 1px solid #dadada;
		border-right: 1px solid #dadada;
		border-top: 1px solid #dadada;
		border-radius: 0;
	}
	.mc-insta {
		width: 100%;
	}
}
.grid-container {
	max-width: 1200px;
}
.grid-container.full.f7 {
	background: #fff;
}
.d-menu-swipe {
	display: none;
}
.d-logos {
	width: 70%;
	height: 121px;
	margin: 0 auto;
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
	align-items: center;
}
.d-logos a {
	text-align: center;
	color: #000;
	font-weight: 300;
	width: 50%;
	height: 100%;
	display: flex;
	flex-flow: column;
	align-items: center;
	justify-content: center;
	white-space: nowrap;
	transition: all 0.3s ease-in-out;
}
.d-logos a img {
	height: 21px;
}
.d-logos a div {
	margin-top: -10px;
}
.d-logos a:hover {
	background: #f4f4f4;
	transition: all 0.3s ease-in-out;
}
.d-menu {
	border-top: 1px solid #bd3b2e;
	border-bottom: 1px solid #bd3b2e;
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	justify-content: center;
	text-transform: uppercase;
	padding: 10px;
}
.d-menu .item.sep {
	margin: 0 14px;
}
.d-menu .item a {
	color: #000;
	position: relative;
}
.d-menu .item a:after {
	position: absolute;
	bottom: -4px;
	width: 100%;
	display:block;
	content: '';
	border-bottom: 2px solid #000; 
	transform: scaleX(0);  
	transition: transform 0.3s ease-in-out;
}
.d-menu .item a:hover:after {
	transform: scaleX(1);
}
.d-menu .activelink,
.d-menu .activelink:hover {
	color: #bd3b2e;
	font-weight: 400;
}
.d-menu .item.sep {
	cursor: default;
}
.dish-list {
	margin: 0 auto 36px;
}
.d-page-title {
	font-size: 30px;
	font-weight: 300;
	letter-spacing: 0.1em;
	text-align: center;
	color: #797979;
	margin: 36px 0;
}
.d-page-title span {
	position: relative;
}
.d-page-title span:before, .d-page-title span:after {
	content: '•';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	color: #fff;
	font-size: 3px;
	border: 3px solid #797979;
	border-radius: 30px;
}
.d-page-title span:before {
	left: -23px;
}
.d-page-title span:after {
	right: -23px;
}
.dish-container {
	width: 95%;
	margin: 0 auto;
}
.dish-image {
	overflow: hidden;
	position: relative;
	cursor: pointer;
}
.dish-image img {
	object-fit: cover;
	width: 100%;
	transition: all .5s ease;
}
.dish-image:hover img {
	transform: scale(1.03);
	transition: all .5s ease;
}
.dish-image.wine {
	height: 400px;
	position: relative;
	text-align: center;
}
.dish-image.wine img {
	width: auto;
	height: 100%;
	object-fit: contain;
}
.d-new {
	position: absolute;
	bottom: 13px;
	left: 13px;
	background: #fff;
	width: 32px;
	height: 32px;
	border: 1px solid #ff2e40;
	border-radius: 50%;
	color: #ff2e40;
	font-size: 10px;
	line-height: 32px;
	text-align: center;
	box-shadow: 0 0 0 4px #fff;
}
.d-in-basket {
	position: absolute;
	top: 10px;
	right: 10px;
	background: #e0e0e0 url(../img/basket.png) center no-repeat;
	background-size: 19px; 
	width: 46px;
	height: 46px;
	border-radius: 50%;
}
.d-meta {
	display: flex;
	min-height: 65px;
	max-height: 85px;
	padding: 8px 0;
	border-bottom: 1px solid #cecece;
}
.d-meta.wine {
	height: 85px;
}
.d-title {
	padding: 4px 0;
	flex: 70%;
	color: #757c7f;
}
.d-actions {
	flex: 30%;
	display: flex;
	justify-content: flex-end;
	position: relative;
}
.d-meta.wine .d-title {
	flex: 70%;
}
.d-meta.wine .d-actions {
	flex: 30%;
}
.wes, .poluf {
  display: block;
  position: relative;
  width: 10px;
  height: 10px;
  margin-right: 3px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.wes input, .poluf input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.wes .checkmark, .poluf .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 10px;
  width: 10px;
  border: 1px solid #dadada;
  border-radius: 10px;
  background-color: #fff;
}
.wes:hover input ~ .checkmark, .poluf:hover input ~ .checkmark  {background-color: #f7f7f7;}
.wes input:checked ~ .checkmark, .poluf input:checked ~ .checkmark {background-color: red;}
.div_pf, .div_pf label, .div_pf-detal, .div_pf-detal label, .wesblok, .wesblok label, .wesblok-detal, .wesblok-detal label {display: flex; flex-flow: row nowrap; align-items: center;}
.div_pf span, .div_pf-detal span, .wesblok span, .wesblok-detal span {margin-right: 8px; color: #757c7f; font-size: 13px;}
.d-price {
	font-size: 16px;
	margin-right: 13px;
	padding-top: 4px;
	transition: all .3s ease;
}
.d-price.active {
	text-align: center;
	width: 88px;
	position: absolute;
	transform: translateY(28px);
}
.d-price.active.in-modal {
	position: relative;
	transform: translateY(0);
}
.d-buttons {
	overflow: hidden;
	width: 28px;
	height: 28px;
	position: relative;
	transition: all .3s ease;
}
.d-buttons.active {
	width: 88px;
}
.d-to-cart {
	width: 28px;
	height: 28px;
	position: relative;
	-webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: all .3s ease;
}
.d-to-cart.plus:hover {
	background: #a6c84cc9;
	transition: all .3s ease;
}
.d-to-cart.minus:hover {
	background: #c84c4cc2;
	transition: all .3s ease;
}
.d-to-cart.plus {
	background: #a6c84c;
	position: absolute;
	right: 0;
	z-index: 3;
	cursor: pointer;
	border-radius: 2px;
}
.d-to-cart.plus.active {
	border-radius: 0 2px 2px 0;
}
.d-more-buttons {
	display: flex;
	position: absolute;
	z-index: 2;
	right: -66px;
	transition: all .3s ease;
}
.d-more-buttons.active {
	right: 0;
	left: 0;
}
.d-to-cart.minus {
	background: #c84c4c;
	cursor: pointer;
	border-radius: 2px 0 0 2px;
}
.d-to-cart.quantity {
	width: 32px;
	border-radius: 0;
}
.d-to-cart > span {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	color: #fff;
	font-weight: 200;
	font-size: 24px;
}
.d-to-cart.quantity > input {
	width: 32px;
	height: 28px;
	background: #f4f4f4;
	text-align: center;
	border: none;
	border-top: 1px solid #e1e1e1;
	border-bottom: 1px solid #e1e1e1;
	border-radius: 0;
	color: #000;
	font-size: 20px;
	margin: 0;
	padding: 0;
	box-shadow: none;
}
.d-desc {
	margin-top: 13px;
	font-size: 11px;
	line-height: 16px;
	font-weight: 500;
	color: #aab5b9;
	overflow: hidden;
  /* text-overflow: ellipsis;
  white-space: initial;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;*/
}
.w-filters form {
	margin: 30px auto 20px;
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: center;
}
.w-filters .select-hidden {
  display: none;
  visibility: hidden;
  padding-right: 10px;
}
.w-filters .select {
  cursor: pointer;
  position: relative;
  font-size: 14px;
  color: #000;
  width: 230px;
  height: 37px;
  border: 1px solid #d5d5d5;
  margin-right: 35px;
}
.w-filters .select:last-child {
	margin-right: 0;
}
.w-filters .select-styled {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #fff;
  display: flex;
  align-items: center;
  padding-left: 10px;
  transition: all .3s ease;
}
.w-filters .select-styled:after {
  content: "";
  width: 20px;
  height: 100%;
  background: url(../img/arrow-down.png) center no-repeat;
  position: absolute;
  top: 0;
  right: 10px;
  transition: all .3s ease;
}
.w-filters .select-styled:hover {
  background: #fafafa;
  transition: all .3s ease;
}
.w-filters .select-styled:active:after, .select-styled.active:after {
	transform: rotate(180deg);
	transition: all .3s ease;
}
.w-filters .select-options {
  display: none;
  position: absolute;
  top: calc(100% + 1px);
  right: 0;
  left: -1px;
  z-index: 999;
  margin: 0;
  padding: 0;
  list-style: none;
  font-weight: 200;
  background-color: #fff;
}
.w-filters .select-options li {
	background: #fff;
  width: 230px;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  height: 37px;
  text-indent: 15px;
  border-left: 1px solid #d5d5d5;
  border-right: 1px solid #d5d5d5;
  border-bottom: 1px solid #d5d5d5;
  transition: all .3s ease;
}
.w-filters .select-options li:hover {
  background: #fafafa;
  transition: all .3s ease;
}
.w-filters .select-options li[rel="hide"] {
  display: none;
}
@media screen and (max-width: 1299px) {
	.d-basket {
		left: 0;
		transform: translateX(100%);
		width: 100%;
		height: 100%;
	}
	.d-basket.active {
		transform: translateX(0);
	}
	.d-basket-toggler {
		position: fixed;
		width: 40px;
		height: 140px;
		left: 0;
		top: unset;
		bottom: 10%;
		background: transparent;
		flex-flow: row nowrap;
	}
	.d-basket-toggler.passive {
		left: unset;
		left: 50px;
	}
	.d-basket-toggler .d-b-close {
		position: unset;
		transform: translateX(-125%);
	}
	.d-basket-toggler:before {
		content: '';
		position: absolute;
		transform: translateX(-100%);
		left: 0;
		top: 0;
		-webkit-mask: url(../img/lya-m.svg);
    mask: url(../img/lya-m.svg);
		z-index: -1;
	}
	.d-basket-toggler img {
		margin-right: 10px;
	}
	.basket-close {
		position: absolute;
		right: 25px;
		top: 15px;
		width: 22px;
		height: 22px;
		background-color: rgba(0,0,0,.5);
	  -webkit-mask: url(../img/close-button.svg) no-repeat 50% 50%;
	  mask: url(../img/close-button.svg) no-repeat 50% 50%;
	  -webkit-mask-size: 22px;
	  mask-size: 22px;
	  -webkit-transition: all 0.5s ease;
	  -o-transition: all 0.5s ease;
	  transition: all 0.5s ease;
	  cursor: pointer;
	  z-index: 305;
	}
}
.mc-title.description span {
	visibility: hidden;
}
@media screen and (max-width: 850px) {
	.mc-title.description {
		position: relative;
	}
	.mc-title.description:after {
		content: '';
		width: 20px;
		height: 11px;
		position: absolute;
		top: 50%;
		left: 130px;
		transform: translateY(-50%);
		background: url(../img/arrow-down.png) no-repeat center;
		transition: all .3s ease;
	}
	.mc-title.description.active:after {
		transform: rotate(180deg) translateY(50%);
		transition: all .3s ease;
	}
	.mc-title.description span {
		visibility: visible;
	}
	.mc-title.description + p {
		transform: scaleY(0);
		transform-origin: top;
		max-height: 0;
		transition: all .3s ease;
	}
	.mc-title.description + p.active {
		margin-top: 20px;
		transform: scaleY(1);
		max-height: 800px;
		transition: all .3s ease;
	}
	.d-title {
		line-height: 1.5;
	}
	.d-basket {
		width: 100%;
	}
	.modal-close {
		visibility: hidden;
	}
	.modal-close-primary {
		display: none;
	}
	.modal-close.mobile.active {
		visibility: visible;
		position: fixed;
		z-index: 205;
	}
	.modal {
		width: 100%;
		overflow-y: scroll;
	}
	.modal-photo img {
		height: auto;
	}
	.modal-title {
		font-size: 18px;
		text-align: center;
		margin-bottom: 10px;
	}
	.modal-price-buttons {
		justify-content: space-between;
		flex-flow: row nowrap;
		align-items: center;
		margin-top: 12px;
	}
	.d-page-title span {
		line-height: 1.3;
	}
	.d-page-title span:before,
	.d-page-title span:after {
		display: none;
	}
	.modal-buttons {
		margin-top: 0;
	}
	.modal-content {
		flex-flow: column;
	}
	.mc-left, .mc-right {
		width: 100%;
	}
	.mc-left {
		margin-bottom: 20px;
	}
	.modal-wines-list {
		width: 100%;
	}
	.modal-question {
		margin-top: 20px;
	}
	.for-wine {
		padding: 0 8px;
	}
	.for-wine .modal-photo img {
		height: auto;
		max-height: 500px;
	}
	.for-wine .modal-text {
		padding: 10px 5px 20px 20px;
		align-self: center;
	}
	.for-wine .modal-title {
		flex: 0 0 100%;
		text-align: left;
	}
	.dish-image img {
		width: 100%;
	}
	.d-logos {
		width: 100%;
		height: 95px;
		justify-content: flex-start;
		overflow-x: auto;
	}
	.d-logos a {
		margin: 0 15px;
	}
	.grid-container.for-menu {
		position: relative;
	}
	.d-menu-swipe {
		display: block;
		position: absolute;
		bottom: -35px;
		right: 9%;
		width: 28px;
		height: 28px;
		background-color: #797979;
    -webkit-mask-image: url(../img/swipe.svg);
    mask-image: url(../img/swipe.svg);
    -webkit-mask-size: 28px;
    mask-size: 28px;
    animation: swipe 1.5s ease-in-out infinite alternate both;
	}
	.d-menu {
		overflow-x: scroll;
		justify-content: space-between;
	}
	.d-menu .item a, .itemactivelink a {
		white-space: nowrap;
	}
	.w-filters {
		margin: 40px auto 0;
		justify-content: space-between;
	}
	.w-filters .select {
		margin-right: 0;
		margin-bottom: 15px;
		width: 31%;
	}
	.w-filters .select-options {
		top: 100%;
		width: 180px;
	}
	.w-filters .select-options li {
		width: 180px;
	}
	.w-filters .select-options li:nth-child(2) {
		border-top: 1px solid #dadada;
	}
	.w-filters .select:nth-child(2) .select-options {
		left: 50%;
		transform: translateX(-50%);
	}
	.w-filters .select:nth-child(3) .select-options {
		left: unset;
		right: -1px;
	}
	.d-meta.wine {
		flex-flow: column;
		border: none;
	}
	.d-meta.wine .d-title {
		border-bottom: 1px solid #cecece;
		text-align: center;
		font-size: 12px;
	}
	.d-meta.wine .d-actions {
		justify-content: center;
		margin: 0;
	}
	.d-meta.wine .d-price {
		margin: 0;
	}
	.d-desc.winelist {
		display: none;
	}
}
@media screen and (min-width: 701px) {
	.modal {
		min-width: 700px;
	}
}
@keyframes swipe {
	0% {
		transform: translateX(0);
	}
	100% {
		transform: translateX(80%);
	}
}
/* DATEPICKER */
.xdsoft_datetimepicker {
	background: #fff;
	border: 1px solid #dadada;
	border-radius: 8px;
	color: #333;
	padding: 8px;
	padding-left: 0;
	padding-top: 2px;
	position: absolute;
	z-index: 9999;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: none;
	margin-top: 10px;
}
.xdsoft_datetimepicker iframe {
	position: absolute;
	left: 0;
	top: 0;
	width: 75px;
	height: 210px;
	background: transparent;
	border: 0;
}
.xdsoft_datetimepicker button {
	border: none!important;
}
.xdsoft_noselect {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}
.xdsoft_noselect::selection {
	background: transparent;
}
.xdsoft_noselect::-moz-selection {
	background: transparent;
}
.xdsoft_datetimepicker.xdsoft_inline {
	display: inline-block;
	position: static;
	box-shadow: none;
}
.xdsoft_datetimepicker .xdsoft_datepicker,
.xdsoft_datetimepicker .xdsoft_timepicker {
	display: none;
}
.xdsoft_datetimepicker .xdsoft_datepicker.active,
.xdsoft_datetimepicker .xdsoft_timepicker.active {
	display: block;
}
.xdsoft_datetimepicker .xdsoft_datepicker {
	width: 214px;
	float: left;
	margin-left: 8px;
}
.xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_datepicker {
	width: 256px;
}
.xdsoft_datetimepicker .xdsoft_timepicker {
	width: 58px;
	float: left;
	text-align: center;
	margin-left: 8px;
	margin-top: 0;
}
.xdsoft_datetimepicker .xdsoft_datepicker.active+.xdsoft_timepicker {
	margin-top: 8px;
	margin-bottom: 3px
}
.xdsoft_datetimepicker .xdsoft_monthpicker {
	position: relative;
	text-align: center
}
.xdsoft_datetimepicker .xdsoft_label i,
.xdsoft_datetimepicker .xdsoft_prev,
.xdsoft_datetimepicker .xdsoft_next,
.xdsoft_datetimepicker .xdsoft_today_button {
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAAAeCAYAAADaW7vzAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6Q0NBRjI1NjM0M0UwMTFFNDk4NkFGMzJFQkQzQjEwRUIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6Q0NBRjI1NjQ0M0UwMTFFNDk4NkFGMzJFQkQzQjEwRUIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpDQ0FGMjU2MTQzRTAxMUU0OTg2QUYzMkVCRDNCMTBFQiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpDQ0FGMjU2MjQzRTAxMUU0OTg2QUYzMkVCRDNCMTBFQiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PoNEP54AAAIOSURBVHja7Jq9TsMwEMcxrZD4WpBYeKUCe+kTMCACHZh4BFfHO/AAIHZGFhYkBBsSEqxsLCAgXKhbXYOTxh9pfJVP+qutnZ5s/5Lz2Y5I03QhWji2GIcgAokWgfCxNvcOCCGKqiSqhUp0laHOne05vdEyGMfkdxJDVjgwDlEQgYQBgx+ULJaWSXXS6r/ER5FBVR8VfGftTKcITNs+a1XpcFoExREIDF14AVIFxgQUS+h520cdud6wNkC0UBw6BCO/HoCYwBhD8QCkQ/x1mwDyD4plh4D6DDV0TAGyo4HcawLIBBSLDkHeH0Mg2yVP3l4TQMZQDDsEOl/MgHQqhMNuE0D+oBh0CIr8MAKyazBH9WyBuKxDWgbXfjNf32TZ1KWm/Ap1oSk/R53UtQ5xTh3LUlMmT8gt6g51Q9p+SobxgJQ/qmsfZhWywGFSl0yBjCLJCMgXail3b7+rumdVJ2YRss4cN+r6qAHDkPWjPjdJCF4n9RmAD/V9A/Wp4NQassDjwlB6XBiCxcJQWmZZb8THFilfy/lfrTvLghq2TqTHrRMTKNJ0sIhdo15RT+RpyWwFdY96UZ/LdQKBGjcXpcc1AlSFEfLmouD+1knuxBDUVrvOBmoOC/rEcN7OQxKVeJTCiAdUzUJhA2Oez9QTkp72OTVcxDcXY8iKNkxGAJXmJCOQwOa6dhyXsOa6XwEGAKdeb5ET3rQdAAAAAElFTkSuQmCC)
}
.xdsoft_datetimepicker .xdsoft_label i {
	opacity: .5;
	background-position: -92px -19px;
	display: inline-block;
	width: 9px;
	height: 20px;
	vertical-align: middle
}
.xdsoft_datetimepicker .xdsoft_prev {
	float: left;
	background-position: -20px 0
}
.xdsoft_datetimepicker .xdsoft_today_button {
	float: left;
	background-position: -70px 0;
	margin-left: 5px
}
.xdsoft_datetimepicker .xdsoft_next {
	float: right;
	background-position: 0 0
}
.xdsoft_datetimepicker .xdsoft_next,
.xdsoft_datetimepicker .xdsoft_prev,
.xdsoft_datetimepicker .xdsoft_today_button {
	background-color: transparent;
	background-repeat: no-repeat;
	border: 0 none;
	cursor: pointer;
	display: block;
	height: 30px;
	opacity: .5;
	-ms-filter: "alpha(opacity=50)";
	outline: medium none;
	overflow: hidden;
	padding: 0;
	position: relative;
	text-indent: 100%;
	white-space: nowrap;
	width: 20px;
	min-width: 0
}
.xdsoft_datetimepicker .xdsoft_today_button {
	width: 0;
}
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_prev,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_next {
	float: none;
	background-position: -40px -15px;
	height: 15px;
	width: 30px;
	display: block;
	margin-left: 14px;
	margin-top: 7px
}
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_prev {
	background-position: -40px 0;
	margin-bottom: 7px;
	margin-top: 0
}
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box {
	height: 151px;
	overflow: hidden;
	border-bottom: 1px solid #ddd
}
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div {
	background: #fff;
	border-top: 1px solid #dadada;
	color: #000;
	font-size: 12px;
	text-align: center;
	border-collapse: collapse;
	cursor: pointer;
	border-bottom-width: 0;
	height: 25px;
	line-height: 25px
}
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div:first-child {
	border-top-width: 0
}
.xdsoft_datetimepicker .xdsoft_today_button:hover,
.xdsoft_datetimepicker .xdsoft_next:hover,
.xdsoft_datetimepicker .xdsoft_prev:hover {
	opacity: 1;
	-ms-filter: "alpha(opacity=100)"
}
.xdsoft_datetimepicker .xdsoft_label {
	display: inline;
	position: relative;
	z-index: 9999;
	margin: 0;
	padding: 5px 3px;
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
	background-color: #fff;
	float: left;
	width: 182px;
	text-align: center;
	cursor: pointer
}
.xdsoft_datetimepicker .xdsoft_label:hover>span {
	text-decoration: underline
}
.xdsoft_datetimepicker .xdsoft_label:hover i {
	opacity: 1.0
}
.xdsoft_datetimepicker .xdsoft_label>.xdsoft_select {
	border: 1px solid #dadada;
	position: absolute;
	right: 0;
	top: 30px;
	z-index: 101;
	display: none;
	background: #fff;
	max-height: 160px;
	overflow-y: hidden
}
.xdsoft_datetimepicker .xdsoft_label>.xdsoft_select.xdsoft_monthselect {
	right: -7px
}
.xdsoft_datetimepicker .xdsoft_label>.xdsoft_select.xdsoft_yearselect {
	right: 2px
}
.xdsoft_datetimepicker .xdsoft_label>.xdsoft_select>div>.xdsoft_option:hover {
	color: #fff;
	background: #bd3b2e;
}
.xdsoft_datetimepicker .xdsoft_label>.xdsoft_select>div>.xdsoft_option {
	padding: 2px 10px 2px 5px;
	text-decoration: none !important
}
.xdsoft_datetimepicker .xdsoft_label>.xdsoft_select>div>.xdsoft_option.xdsoft_current {
	background: #bd3b2e;
	color: #fff;
	font-weight: 700
}
.xdsoft_datetimepicker .xdsoft_month {
	width: 100px;
	text-align: right
}
.xdsoft_datetimepicker .xdsoft_calendar {
	clear: both
}
.xdsoft_datetimepicker .xdsoft_year {
	width: 55px;
	margin-left: 5px
}
.xdsoft_datetimepicker .xdsoft_calendar table {
	border-collapse: collapse;
	width: 100%
}
.xdsoft_datetimepicker .xdsoft_calendar td>div {
	padding-right: 5px
}
.xdsoft_datetimepicker .xdsoft_calendar th {
	height: 25px
}
.xdsoft_datetimepicker .xdsoft_calendar td,
.xdsoft_datetimepicker .xdsoft_calendar th {
	width: 14.2857142%;
	background: #fff;
	border: 1px solid #dadada;
	color: #000;
	font-size: 12px;
	text-align: right;
	vertical-align: middle;
	padding: 0;
	border-collapse: collapse;
	cursor: pointer;
	height: 25px
}
.xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_calendar td,
.xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_calendar th {
	width: 12.5%
}
.xdsoft_datetimepicker .xdsoft_calendar th {
	background: #fff
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_highlighted_default {
	background: #ffe9d2;
	color: #000
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_highlighted_mint {
	background: #c1ffc9;
	color: #000
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div.xdsoft_current {
	background: #bd3b2e;
	color: #fff;
	font-weight: 700
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_other_month,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_disabled,
.xdsoft_datetimepicker .xdsoft_time_box>div>div.xdsoft_disabled {
	opacity: .5;
	-ms-filter: "alpha(opacity=50)";
	cursor: default
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_other_month.xdsoft_disabled {
	opacity: .2;
	-ms-filter: "alpha(opacity=20)"
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div:hover {
	color: #fff!important;
	background: #bd3b2e!important;
	box-shadow: none!important
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current.xdsoft_disabled:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div.xdsoft_current.xdsoft_disabled:hover {
	background: #3af !important;
	box-shadow: #178fe5 0 1px 3px 0 inset !important;
	color: #fff !important
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_disabled:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div.xdsoft_disabled:hover {
	color: inherit !important;
	background: inherit !important;
	box-shadow: inherit !important
}
.xdsoft_datetimepicker .xdsoft_calendar th {
	font-weight: 700;
	text-align: center;
	color: #000;
	cursor: default
}
.xdsoft_time_box {
	position: relative;
	border: 1px solid #ccc
}
.xdsoft_scrollbar>.xdsoft_scroller {
	background: #ccc !important;
	height: 20px;
	border-radius: 3px
}
.xdsoft_scrollbar {
	position: absolute;
	width: 7px;
	right: 0;
	top: 0;
	bottom: 0;
	cursor: pointer
}
.xdsoft_scroller_box {
	position: relative
}
.xdsoft_datetimepicker .xdsoft_save_selected {
	display: block;
	border: 1px solid #ddd !important;
	margin-top: 5px;
	width: 100%;
	color: #454551;
	font-size: 13px
}
.oplata .cell:first-child {
	padding: 30px 0;
	font-size: 18px;
	font-weight: 400;
}
.oplata .cell:last-child {
	padding: 0 0 30px;
}
.oplata .cell {
	display: flex;
	flex-flow: column;
	justify-content: center;
	align-items: center;
	text-align: center;
}
.oplata a,
.oplata button {
	display: block;
	cursor: pointer;
	height: 60px;
	background: #a6c84c;
	width: 300px;
	font-size: 20px;
	letter-spacing: 0.1em;
	border: 1px solid #98bc38;
	border-radius: 8px;
	transition: all .3s ease;
	margin: 30px 30px;
	color: #000;
	line-height: 60px;
}
.oplata a:hover,
.oplata button:hover {
	background: rgba(166,200,76,.8);
	transition: all .3s ease;
}
.oplata img {
	max-width: 100px;
}
@media screen and (max-width: 850px) {
	.d-basket-dish {
		min-height: 75px;
		padding: 8px 22px;
		align-items: flex-start;
	}
	.d-basket-dish-delivery {
		padding: 8px 22px;
		align-items: flex-start;
	}
	.d-basket-dish:hover .d-basket-dish-price {
		opacity: 1;
	}
	.d-basket-dish .d-basket-dish-btns {
		top: 50%;
		transform: none;
		opacity: 1;
	}
}
@media screen and (max-width: 850px) {
	.b24-widget-button-position-bottom-left {
		left: 10px!important;
		z-index: 198!important;
		bottom: calc(10% + 30px)!important;
	}
	.b24-widget-button-shadow {
		z-index: 197!important;
	}
}
.footer.about .item.title.delivery {
	font-size: 14px;
}
.deliveryRestrictions {
	height: 60px;
  line-height: 60px;
  background: #bd3b2e;
  text-align: center;
  font-size: 24px;
  color: #fff;
}
.deliveryRestrictions.big {
	font-size: 16px;
}
@media screen and (max-width: 850px) {
	.deliveryRestrictions{
		line-height: 25px;
		font-size: 16px;
		padding: 5px 5%;
	}
	.deliveryRestrictions.big {
		height: auto;
		font-size: 12px;
	}
}
@media screen and (max-width: 1024px) {
	.w-filters form {
		display: flex;
		flex-flow: row nowrap;
		justify-content: center;
		align-items: center;
	}
	.w-filters form select {
		height: 37px;
    border: 1px solid #d5d5d5;
    border-radius: 0;
    margin: 0;
    color: #000;
    background-size: 11px;
	}
}
.dlined {
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}
.d-header-info {
	padding: 10px 0;
	font-size: 14px;
	line-height: 2;
	text-align: center;
	font-weight: 200;
}
.d-header-info h1 {
	all: unset;
	font-size: 14px;
	line-height: 2;
	font-weight: 200;
}
@media screen and (max-width: 39.9375em) {
	.d-header-info,
	.d-header-info h1 {
		font-size: 12px;
		font-weight: 400;
	}
}
.grid-margin-y > .cell.d-footer-heading {
	font-size: 24px;
	font-weight: 300;
	margin-bottom: 3.4rem;
	text-align: center;
}
.d-footer-title {
	font-size: 14px;
	margin-bottom: 1.875rem;
}
.d-footer-text {
	font-size: 14px;
	font-weight: 200;
	width: 90%;
	text-align: justify;
}
.d-footer-text a {
	display: block;
	width: 100%;
	height: 190px;
}
.d-footer-text a > img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.d-footer-list {
	padding: 3.7rem .9375rem;
	margin: 3.7rem auto 0;
}
@media screen and (max-width: 39.9375em) {
	.grid-margin-y > .cell.d-footer-heading {
		margin-left: 0.9375rem;
	}
	.d-footer-heading {
		margin-bottom: 1.875rem;
	}
	.d-footer-text {
		width: 100%;
	}
}
.d-tooltip {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 28px;
	height: 28px;
	background: #fff;
	color: #000;
	font-size: 18px;
	font-weight: 400;
	line-height: 1;
	text-align: center;
	border: 1px solid #000;
	border-radius: 50%;
	cursor: pointer;
	transition: .3s ease;
}
.d-tooltip:hover {
	color: #fff;
	background: #000;
	transition: .3s ease;
}
.d-tooltip::after {
	content: attr(data-ttip);
	position: absolute;
	top: 130%;
	right: 0;
	width: 200px;
	max-width: 100vh;
	padding: 10px;
	background: #fff;
	font-size: 18px;
	color: #000;
	font-weight: 400;
	border: 1px solid #000;
	opacity: 0;
	visibility: hidden;
	z-index: 2;
	transition: .3s ease;
}
.d-tooltip:hover::after {
	opacity: 1;
	visibility: visible;
	transition: .3s ease;
}