@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;700;900&display=swap');
* {
	box-sizing:border-box;
}

html, body {
margin: 0px;
padding: 0px;
width: 100%;
font-weight: normal;
}


:root {
  --main-color: #B78F40;
  --main-color-darker: #866525;
  --op-color: #F7F0E6;
  --bg-color:#FAF7F3;
  --text-sub-color:#727272;
  --text-color:#000;
  --main-font: 'Montserrat', sans-serif;
}

::placeholder {
  color: #b2b1b1;
}

::-webkit-input-placeholder {
  color: #b2b1b1;
}

::-moz-placeholder {
  color: #b2b1b1;
}

body {
    color: var(--text-color) ;
    background: linear-gradient(180deg, #FAF7F3 0%, rgba(250, 247, 243, 0) 100%);
    opacity: 1;
    visibility: visible;
    transition: opacity 0.24s ease-in-out;
	font-family: var(--main-font);
	position: relative;
	font-size: 18px;
	font-weight: 500;
	display: flex;
	flex-direction: column;
	*min-height: 100vh;
	min-height: calc(100vh);
	font-family: var(--main-font);
}

p {
margin: 0 0 12px 0;
padding: 0px;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 200%;
    letter-spacing: -0.03em;
    color: #222222;
}


:selection {
    background: #b3d4fc;
    text-shadow: none;
}

.subСЃolor-text {
	color: var(--sub-color);
}

input {    font-family: var(--main-font);  }
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus
input:-webkit-autofill, {
	background: transparent;
}

input[type="text"], input[type="email"], input[type="time"], input[type="tel"], input[type="password"], input[type="number"], input[type="search"], input[type="date"], textarea, select {
   display: block;
	width: 100%;
	padding: 18px;
	border: 1px solid #E3DED7;
font-family: Montserrat;
font-style: normal;
font-weight: 500;
font-size: 13px;
line-height: 200%;
letter-spacing: -0.01em;
color: #727272;
height: 50px;
}

select {
	padding: 5px 5px;
	outline: none;
	border: 1px solid #aaa /*CC793F*/;
*	margin: 1px 5px;
	color: #777;
	font-size: 19px;
}

input[type=submit], button, .button {
	outline:none;
    background-color: var(--sub-color);
    color: #FFF;
   * border: 3px solid white;
   * border-radius: 29px;
    padding: 10px 30px;
    font-size: 16px;
    text-transform: uppercase;
    cursor: pointer;
	font-weight:bold;
	letter-spacing:0.5px;
}


input[type=submit]:hover, .button:hover {
	*background: #FFA5CE;
}

textarea { font-family: var(--main-font);
}

fieldset {border: 0;margin: 0;padding: 0;}
section {
	margin:22px 0;
	padding:22px 0;
}
video {width: 100% !important;

height: auto !important;}

.flex {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}

.center {
	align-items:center;
	justify-content:center;
	text-align:center;
}

.btn {display: flex;}

.mobile {display:none;}

.d-c {
	flex-direction:column;
}

.hide {
	display:none;
}

.rel  {
	position: relative;
}

.section { padding: 20px 0 }
.section + .section { padding:  0 0 20px}

.divider {
	position:relative;
	height: 50px;
}
.divider:after {
	background-size: cover;
    width: 100%;
	height: 1px;
	height: 10px;
    content: '';
    position: absolute;
    bottom: 25px;
	border-top: 1px solid var(--violet);
    right: 0;
}

a {
	color: var(--sub-color);
	text-decoration: none;
	font-weight: 500;
}

blockquote {
    background-color: #f2f5f6;
	background-color: #fff;
    padding: 15px 45px;
    margin: 15px 0px;
    border: none;
}

img {
	border: 0;
}

img.emoji {width: unset!important;}

mark {
    color: #FF6600;
    font-size: 40px;
    font-weight: bold;
}

ul {
	margin:0;
	padding:0;
}

.wrap, #content {
max-width: 1160px;
    margin: 0 auto;
    width: 100%;
}
#content {
padding-bottom:50px;
}
.clear {
	clear: both;
}

.no-border {border:0;} 

.styled-text {
	border-left: 7px solid #A3114A; padding-left: 10px;
	margin-bottom: 20px;
}

.privacy-check {
    color: #bbb;
    font-size: 14px;
	display:flex;
	margin-top: 10px;
}

.privacy-check a{
	font-weight: inherit;
}
.hidden {display:none;}
input[type="checkbox"].checkbox-tick {
    position: absolute;
    z-index: -1000;
    left: -1000px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
}
header .open-menu {display: none;}
header .logo img {max-width: 130px;border-bottom: 6px solid #B78F40;position: absolute;top: 15px;z-index: 10;}
header .logo {}

.privacy-check .checkbox-tick-label:before, .privacy-check .checkbox-tick-label:after {
	transition: all 0.15s;
	content: "";
    position: absolute;
}

.privacy-check .checkbox-tick-label:before {
	 width: 10px;
    height: 2px;
    background: var(--sub-color);
    -webkit-transform: translate(-3px, 3px) rotate(45deg);
    transform: translate(-3px, 3px) rotate(45deg);
    -webkit-transform-origin: left;
    transform-origin: left;
    transition: all 0.5s;
	transition-delay: 0.15s;
	left: 8px;
	width: 0;
}

.privacy-check input[type=checkbox].checkbox-tick:checked + .checkbox-tick-label:before {
    width:10px;
}

.privacy-check .checkbox-tick-label:after {
	height: 2px;
	background:var(--sub-color);
	transform: translate(3px, 10px) rotate(-50deg);
	-webkit-transform-origin: left;
	transform-origin: left;
	transition: all 0.15s;
	left: 8px;
	width: 0;
}

.privacy-check input[type=checkbox].checkbox-tick:checked + .checkbox-tick-label:after {
	width: 20px;
	transition-delay: 0.15s;
}

.privacy-check .checkbox-tick-label {
    display: inline-block;
    border: 1px solid #9A9A9A;
	width: 18px;
	height: 18px;
	background-color:transparent;
	position: relative;
	cursor: pointer;
	margin-right:10px;
	transition: all 0.15s;
}
.black-overlay {
   * background: #151515;
   background: #054d13;
    opacity: .65;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.overlay {
    background-color: rgba(255, 255, 255, 0.74);
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
}

[class*='aspect-ratio-'] {
  display: block;
  position: relative;
}

[class*='aspect-ratio-'] > * {
  display: block!important;
  width: 100%!important;
  height: 100%!important;
  position: absolute!important;
  top: 0!important;
  left: 0!important;
}

.aspect-ratio-16-9 {
  padding-top: 56.25%;
}

.aspect-ratio-1-1 {
  padding-top: 100%;
}

.clr {
    clear: both;
    padding: 0px;
    margin: 0px;
    width: 100%;
    font-size: 0px;
    line-height: 0;
}

.center {text-align:center;justify-content:center;}



.btn, input[type=submit], button{
	outline:none;
    background-color: var(--main-color);
    color: #FFF;
    border: 1px solid rgba(183, 143, 64, 0.32);
    padding: 10px 15px;
    font-size: 16px;
    text-transform: uppercase;
    cursor: pointer;
	font-weight:bold;
	text-align:center;
	display: inline-block;
	transition: all 0.5s;
	border-radius:0;

}

.btn.btn-sub {
    background-color: var(--sub-color);
}

.btn.btn-sub:hover, input.btn-sub[type=submit]:hover, button.btn-sub:hover {
}

.btn:hover, input[type=submit]:hover, button:hover {
}

.btn + .btn{
	margin-left:15px;
}

.btn:disabled {
	opacity:0.6;
	cursor: default;
}

.btn-tr, .product-thumb .btn {
border: 1px solid rgba(183, 143, 64, 0.32);
color: var(--main-color);
display: inline-block;
background:none;
transition: all 0.5s;
border-radius:0;
display: flex;
align-items: center;
padding: 10px 15px;
}

.btn-tr:hover {
	background-color:unset;
}

.shadow {
	box-shadow: 0px 0px 50px 0px rgba(0,0,0,0.39);
}

table {
}

td {
vertical-align:middle;
padding:2px;
}

h1, h2, h3, h4, h5, h6 {
	margin:0;
	*color: var(--main-color-light);
}

h1 {
	font-size: 22px;
	margin: 0 0 10px 0;
}

h2 {
    font-size: 20px;
}

h3 {
	font-size: 18px;
}

h4 {
    font-size: 18px;
}

h5 {
	font-size: 16px;
}

h6 {
	font-size: 16px;
}

.heading, h2 {
font-size: 44px;
font-style: normal;
font-weight: 300;
line-height: 54px;
letter-spacing: -0.04em;
text-align: left;
margin-top:40px;
}



h2.white {color:#fff;}
h2.white:after, .new-heading.white:after  {
	*background:#000;
	color: #fff;
}

.mm-menu_offcanvas {
    display: flex!important; 
}

.mm-menu_offcanvas:not(.mm-menu_opened) {
    display: none!important; 
}

header {margin:0;*padding:0 0 15px 0;}
header .flex{align-items:center;height:111px;justify-content:space-between;}
 .soc{display:flex; *margin-left:auto;align-items:center;}
header nav a{font-size: 15px;font-weight: 400;line-height: 18px;}
header nav a + a{margin-left:32px;}
 .soc img {*height:25px;margin-left:15px;}
header #top_menu {
    margin-left: 89px;
}


footer {
	background:#E3DED7;
	padding:80px 0;
	
	margin-top: auto;
}

footer ul li{ list-style:none;}
footer .wrap{
	display:grid;
	grid-template-columns: 20% auto 25%;
	margin-top:50px;
	min-height:260px;
}
footer .f_menu{
	display:flex;
	flex-direction:column;
	/*justify-content:space-between;*/
}
footer .f_menu:first-child a {
	    font-weight: 500;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 200%;
    letter-spacing: -0.03em;
    color: #222222;
    margin: 16px 0px;
}
footer .f_menu:first-child a:first-child {margin-top: 0;}
footer .f_menu + .f_menu{margin-left:30px;}
.f_menu_text {
	    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 200%;
    letter-spacing: -0.03em;
    color: #222222;
}
footer .f_menu nav{
flex-direction: column;
justify-content: space-between;
font-size: 15px;
font-style: normal;
font-weight: 500;
line-height: 30px;
letter-spacing: -0.03em;
height: 100%;
display: flex;
}
footer .f_menu nav a{font-weight:500;}
footer .f_menu:last-child .footer-contact{
margin: 12px 0;font-size: 15px;
}
footer .f_menu:last-child .footer-contact:first-child {
	margin-top: 0;
}
footer .f-subscribe { align-items:center;}
footer .f-subscribe input{
	margin-right: 20px;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 4px;
    border-width: 0;
}
footer .f-subscribe .btn-tr{border-radius:4px;    font-weight: 500;border-radius: 4px;
font-weight: 500;
display: inline-flex;
width: max-content;
text-align: center;
align-items: center;
justify-content: center;
}

footer .f-subscribe {
	display:flex;
	margin-top:auto;
}
footer .f_menu_title {margin-bottom:32px;
font-family: Montserrat;
font-style: normal;
font-weight: bold;
font-size: 20px;
line-height: 24px;
color: #222222;
}
footer .f_menu .icon{margin-right:12px;color:#717173;position: relative;top: -7px;font-size:28px;}

footer .btn-tr {color:#000;border-color:#000;justify-content: center;}

#common-home .banner-container {	height:660px;}

.home-banner {
	background: url(/themes/vatte/image/home.jpg);
	width:100%;
	height:660px;
	background-repeat:no-repeat;
	background-size: cover;
	position:absolute;
	left:315px; top:0;
}

#common-home .banner-container .banner-text {height: 100%;padding: 32px 32px 32px 0px;height:calc(660px - 142px);top:85px;right:0;display:flex;flex-direction:column;width:533px;background: linear-gradient(90deg, rgba(250, 247, 243, 0) 0%, rgba(250, 247, 243, 0.8) 100%);z-index:3}
#common-home .banner-text .btn-tr {border:2px solid var(--main-color);}
#common-home .banner-container .b-title {font-size: 44px;
font-weight: 300;
line-height: 54px;
letter-spacing: -0.04em;
}
#common-home .banner-container .b-title img {width: 90%;}
#common-home .banner-container .b-subtitle {
	font-family: Open Sans;
	font-size: 20px;
	font-style: italic;
	font-weight: 400;
	line-height: 27px;
	margin: 16px 0 40px 0;
	color: var(--main-color);
}

#common-home .banner-container .buttons {
	display:flex;
	flex-direction:column;
	margin-top:30px;
}
#common-home .banner-container .buttons .btn-tr {
	margin:10px 0;display: inline-flex;width: max-content;
}

.b-text {text-align: justify;
padding: 0 10px 0 0;font-family: Montserrat;
font-style: normal;
font-weight: 500;
font-size: 15px;line-height: 200%;}

.chef {margin-top:100px;position:relative;}
.chef > img {position:relative;display:block;}
.chef:before {
	box-sizing: border-box;
    content: "";
    position: relative;
	content:''; position:absolute;bottom:40px;left: -10px;background:var(--main-color);height:200px;width:10px;}
	.chef:after {
	box-sizing: border-box;
    content: "";
    position: relative;
	content:''; position:absolute;bottom: 40px;left: 0px;background:var(--main-color);height:10px;width:200px;}
.chef .c-title {
font-size: 32px;
font-style: normal;
font-weight: 500;
line-height: 39px;
margin-top:5px;
}

.chef .c-subtitle {
	font-family: Open Sans;
	font-size: 20px;
	font-style: italic;
	font-weight: 400;
	line-height: 27px;
	*margin: 16px 0 40px 0;
	color: var(--main-color);
}

.chef  {padding-bottom:50px;}
.chef .icons-title {margin:40px 0 32px 0;font-weight: 600;font-size: 16px;line-height: 20px;}
.chef .icons {justify-content:space-between;align-items: baseline;}
.chef > img {margin-right:40px;}
.chef .btn-tr {border:2px solid var(--main-color);color:#000;margin-top:40px;display: inline-flex;padding: 10px 32px;}

.chef .icon {
		display:flex;flex-direction:column;align-items:center;width: 20%;
}

.responses {
	padding-bottom:50px;
}

.responses .responses-container {
	align-items: flex-end;
    margin: 60px 0;
    display: flex;
    flex-direction: row;
}
.responses .response {
	display:flex;flex-direction:column;align-items:center;background:white;
	height: 420px;
	padding:20px 32px;text-align:center;
	width:100%;
}

.responses .response + .response {margin-left:40px;}
.responses .response:nth-child(2) {
	height:470px;
}

.responses .response .r-text {
font-size: 15px;
font-weight: 500;
line-height: 30px;
letter-spacing: -0.03em;
text-align: center;
margin-bottom:20px;
}
.responses .response svg {
	width: 20px;
	height: 20px;
	display: block;
	margin-bottom: 20px;
	margin-bottom: 8px;
}
.responses .response .r-author-container {margin-top:auto;}
.responses .response .r-author {
	
font-family: Montserrat;
font-style: normal;
font-weight: 600;
font-size: 16px;
line-height: 20px;
text-align: center;
color: #222222;
}
.r-author-container img {width: 100px;border-radius:50%;}
#reserve-modal {*width:600px;}
.reserve-form {flex-direction:column;width:100%;}
.reserve-form input, .reserve-form textarea{width:100%;margin-bottom:20px;}
.line{border-top: 2px solid var(--main-color);
width: 200px;
height: 1px;
margin: 32px auto 30px;}
.modal .subtitle {font-family: Montserrat;
font-style: normal;
font-weight: 600;
font-size: 11px;
line-height: 160%;
text-align: center;
letter-spacing: 0.03em;
color: #727272;margin-top:16px;}
.modal input, .modal textarea {
	font-size: 19px;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 200%;
    letter-spacing: -0.03em;
    color: #727272;
    resize: none;
}
.modal .btn {
	    border: 2px solid #B78F40;
    box-sizing: border-box;
    padding: 16px 32px;
    margin: 0 auto;
    margin-top: 32px;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: #222222;
    background: transparent;
    text-align: center;
    text-transform: none;
    display: block;
    width: auto;
    max-width: 158px;
}
.reserve-form .flex input:last-child {margin-right: 0;
    margin-left: 15px;}
.reserve-success {flex-direction: column;}
.reserve-form .reserve-success h2 {
	font-family: Montserrat;
    font-style: italic;
    font-weight: 300;
    font-size: 40px;
    line-height: 37px;
    text-align: center;
    letter-spacing: -0.04em;
    color: #222222;
}
.reserve-form .reserve-success .subtitle a {text-decoration: underline;font-family: Montserrat;
font-style: normal;
font-weight: 600;
font-size: 12px;
line-height: 15px;}
.c-text {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 200%;
    letter-spacing: -0.03em;
    color: #222222;
    margin-top: 16px;
}
.restaraunt-assort .number {
	font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: 32px;
    line-height: 39px;
    text-align: center;
    color: #222222;
    margin-top: 12px;
}
.restaraunt-assort .title {
	font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 200%;
    text-align: center;
    letter-spacing: -0.03em;
    color: #727272;
}
/* /HOME */

.cat-banner {
	*position: absolute;
	left: 0%;
	right: 0%;
	top: 0%;
	bottom: 0%;
	background: url(/themes/vatte/image/prom.jpg) no-repeat;
	width:100%;
	height:240px;
	background-repeat:no-repeat;
	background-size: contain;
	background-position-x: center;
}


.cat-banner .banner-container {	top:120px;right:0;display:flex;flex-direction:column;width:533px;*background: linear-gradient(270deg, rgba(250, 247, 243, 0) 0%, rgba(250, 247, 243, 0.8) 100%);}
.cat-banner .banner-container .banner-header{	font-size:13px;}
.cat-banner .banner-container .banner-val{	font-size:16px;font-weight:600;text-transform:uppercase; margin:5px 0 15px;color:#D30E0E;}
.cat-banner .banner-container .banner-text{	
font-size: 44px;
font-style: normal;
font-weight: 500;
line-height: 54px;
letter-spacing: -0.04em;
text-align: left;
}

.breadcrumb {display:none;}

/*CATALOG */



.category-menu .owl-item  {float:left; margin: 10px;}
.category-menu .owl-item:hover {transition: transform ease-in-out 0.5s;}
.category-menu .owl-nav  {position: relative;left: 10px;text-align:left;}
.category-menu .owl-prev  {
	    position: absolute;
    left: 0;
    top: 57px;opacity: 0.7;border-radius:50%;
}
.category-menu .owl-next  {
	position: absolute;
    right: 20PX;
    top: 57px;opacity: 0.7;border-radius:50%;
}
.category-menu  {
	position: sticky;
    top: 0;
    padding: 0;
    z-index: 100;
    background: var(--bg-color);
    margin-bottom: 50px;
    overflow-x: hidden;
    overflow-y: visible;
	overflow-y: hidden;
    height: 150px;
    box-shadow: 0px 32px 27px -19px #ccc;
}

.category-menu .item {
	width:100px;    
	padding: 5px 0px;
	background:transparent;
	display:flex;
	flex-direction:column;
	justify-content: flex-start;float: left;

}
.category-menu .item-title {
font-size: 11px;
font-style: normal;
font-weight: 600;
line-height: 18px;
letter-spacing: 0.03em;
text-transform:uppercase;
}
.category-menu img { width: 72px;height: 72px;object-fit:cover;}
.price-quantity {display: flex;flex-direction: row;margin-bottom: 20px;}
.price-quantity .quantity {
	display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
    width: 50%;
    height: 24px;
}
.price-quantity .quantity > div {display: flex;}
.total-labels {
	display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 0px;
    height: 46px;
    left: 0px;
    top: 0px;
    flex: none;
    order: 0;
    flex-grow: 0;
    margin: 0px 20px 60px 0px;
    flex-wrap: wrap;
}
.total-labels a {
	display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 8px 12px;
    position: static;
    height: 46px;
    background: rgba(183, 143, 64, 0.12);
    border-radius: 0px 4px 4px 0px;
    flex: none;
    flex-grow: 0;
    margin: 2px 1px;
    color: #B78F40;
    font-family: Montserrat;
	font-style: normal;
	font-weight: 500;
	font-size: 15px;
	line-height: 200%;
	text-align: center;
	letter-spacing: -0.03em;
	cursor: pointer;
}.total-labels a.active {
	background: #B78F40;
	color: #fff;
}
.products_list {
	display:flex;
	flex-wrap:wrap;
	*justify-content:space-between;
	width: calc(100% - 340px);
}
.btn.cart-add {
	border: 1px solid rgba(183, 143, 64, 0.32);
    box-sizing: border-box;
    background: transparent;
    padding: 10px 15px;
    width: auto;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: #B78F40;
    text-transform: none;
    margin-top: 12px;
}
.category-cart {
	width:300px;
	margin-left:40px;
	padding:32px 24px;
	background: #FFFFFF;
box-shadow: -2px 0px 10px rgba(0, 0, 0, 0.15);height: min-content;
position: sticky;
top: 160px;
}

#product-category .mobile-cat-cart-title {display:none;}
#product-category h1 {margin-top: 0;    font-size: 44px;
    font-style: normal;
    font-weight: 300;
    line-height: 54px;
    letter-spacing: -0.04em;
    text-align: left;    
    margin-bottom: 20px;}
.category-cart-content .item + .item {
	margin-top:20px;
}
.category-cart-content, .category-cart-bottom {
	    border-top: 0.5px solid #E3DED7;
    padding-top: 20px;
}
.category-cart-bottom {text-align: center;margin-top: 20px;}
.category-cart-bottom a {color: var(--main-color);}
.category-cart .title-price {width: calc(100% - 75px); padding-left: 10px;}
.category-cart-content .product-title {
	font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 200%;
    letter-spacing: -0.03em;
    color: #222222;
}
.category-cart .buttons {width: 75px; display:flex;justify-content:left;align-items:center;justify-content:space-between;}
.category-cart .quantity {width: 25px;text-align: center;padding: 0;margin:0;}
.category-cart .count__button  {padding:10px 10px;cursor:pointer;}
.category-cart-title {margin: 0 0 40px 0;
font-family: Montserrat;
font-size: 22px;
font-style: normal;
font-weight: 600;
line-height: 20px;
text-align: left;
text-align:center;
}

.category-cart .price {
font-family: Montserrat;
font-style: normal;
font-weight: 500;
font-size: 13px;
line-height: 200%;
display: flex;
align-items: center;
letter-spacing: -0.01em;
color: #727272;
}
.category-cart .total-container {
	align-items:center;
	justify-content: center;
	margin-top: 20px;
	padding-top: 20px;
	border-top: 0.5px solid #E3DED7;
}
.category-cart .total-val {
font-family: Montserrat;
font-size: 22px;
font-style: normal;
font-weight: 500;
line-height: 27px;
margin-left:10px;
}
.cart-btn {
	 width: 100%;
    display: block;
}
.cart-btn a {
	margin-top: 20px;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    text-transform: none;
    display: block;
}
.product-layout  {
	width:32%;
	display:flex;
	flex-direction:column;
	background:#fff;
	height: 546px;
	margin: 0 1.3% 20px 0px;
	padding: 32px;
	
}


.product-layout {transition: 0.5s;position: relative;}
.product-layout:hover {transform: scale(1.1);transition: 0.5s}

.product-layout .p_description, .product-layout .p_description p {
	color:var(--text-sub-color);
		display:flex;
	justify-content:center;
	text-align:center;
	font-size:13px;
	font-weight:500;
	margin-top: auto;
	margin-bottom: 12px;
	word-break: break-word;
}
.product-layout .image {
justify-content: center;
*position: relative;
    width: 100%;
}
.product-layout .image a {    display: flex;
    width: 100%;}
 .product-layout .image a  img {width: 100%;height: 170px;
object-fit: contain;}
.product-layout .image .product-labels {
	display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 6px;
    position: absolute;
    height: 36px;
    left: 3px;
    top: 3px;
    border: 1px solid #E3DED7;
    box-sizing: border-box;
    border-radius: 12px;
    background: #fff;
}
.product-layout .image .product-labels  img {
	 width: 24px;
    height: 24px;
    left: 74px;
    top: 6px;
    flex: none;
    margin: 0px 10px;
}
.product-layout h4 {
	height:unset!important;
	margin:10px 0;
	display:flex;
	font-size:18px;
	font-weight:600;
	text-align: center;
	justify-content:center;
	min-height:54px;
}

.product-layout .card-top {
	display:flex;
	flex-direction:column;
	*height:180px;
}

.product-layout .price-val {
	font-family: Montserrat;
font-size: 20px;
font-style: normal;
font-weight: 600;
line-height: 20px;
letter-spacing: 0em;
text-align: left;
    width: 50%;
}

.product-layout .price {
	display:flex;
	flex-direction:column;
	justify-content:space-between;
	align-items:center;
	margin-top:auto;
	    
}

.product-layout .caption {
	display:flex;
	flex-direction:column; height: 100%;
}

.product-popup {}
#item-modal .slick-initialized .slick-slide {
    display: flex!important;
}

.product_popup_left {display:flex; align-items:center;}
.hack {display:none;position:relative;width:760px;align-items:center;height: 376px;}
.hack img{display:none;position:relative;height:150px;}
.product_popup_wrap {*padding:80px;display:flex;}
.product-popup-container   .prevdiv .hack, .product-popup-container   .nextdiv .hack{display:flex;}
.product-popup-container   .prevdiv .hack{justify-content:end;}
.product-popup-container   .prevdiv .hack img{padding-right:10px}
.product-popup-container   .nextdiv .hack{justify-content:start;}
.product-popup-container   .nextdiv .hack img{padding-left:10px}

.product-popup-container   .prevdiv .product_popup_right, .product-popup-container   .nextdiv .product_popup_right{display:none;}
.product-popup-container   .prevdiv .product_popup_left, .product-popup-container   .nextdiv .product_popup_left{display:none;}
/*.product-popup-container   .prevdiv .product_popup_left img{padding-left: 100px;
    width: 50px;
}*/
#item-modal .modal-content {padding: 80px 20px;}
#item-modal .modal-lg {width: 1100px;}
.product_popup_wrap   {position:relative;}

.product_popup_wrap h2 {margin:0 0 ;
font-family: Montserrat;
font-style: normal;
font-weight: 300;
font-size: 44px;
line-height: 54px;
text-align: center;
letter-spacing: -0.04em;
color: #222222;
}
.product_popup_wrap .descr{
font-size: 13px;
font-style: normal;
font-weight: 500;
line-height: 26px;
margin:0 0 40px 0;
color:var(text-sub-color);
}
.product_popup_wrap .popup_product_price {
font-size: 22px;
font-style: normal;
font-weight: 500;
line-height: 27px;
}
.product_popup_wrap .details-line {
	justify-content:space-between;
}
.product_popup_wrap .buttons {
	margin:40px 0;
	 width: 80px;
}

.product_popup_wrap .buttons .count__button  {
font-size: 24px;

}

.popup_product_option +.popup_product_option  {
	margin-left:10px;
}
.popup_product_option  {width:100%;}
.product_popup_wrap select {
	border: 1px solid #E3DED7;
	background:#fff;
	outline: none;
	padding: 8px 20px;
display: block;
}
.product_popup_right {margin-left:60px;display:flex;justify-content:center;flex-direction: column;}


.styled-select {
	position:relative;
}

.styled-select select{
    width: 100%;
    outline: none;
	padding: 10px;
	border: 1px solid #E3DED7;
font-family: Montserrat;
font-style: normal;
font-weight: 500;
font-size: 13px;
line-height: 200%;
letter-spacing: -0.01em;
color: #727272;
    display: block;
	margin:5px 0;
	background: rgb(255, 255, 255);
}

/*.styled-select:after {
content: "\02C5";font-size: 900;position: absolute;right: 12px;top: 8px;color:var(--main-color);
}*/
 

/*CHECKOT */

.order__inner {width: calc(100% - 340px);}

.checkout .subtitle {font-size: 13px;font-weight: 500;line-height: 26px;text-align: left;margin:16px 0 12px;color:var(--main-color);}
.checkout-container {flex-direction:row-reverse;}
.checkout-container .category-cart .btn{ display:none;}
.checkout-container h4 {
    margin: 40px 0 20px;
    color: var(--main-color);
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
}
 .order-line {justify-content:space-between;*margin: 15px 0;*border-bottom: 1px solid #eee;*padding: 15px 0;}
 .order-line.city-street  {
  margin-bottom: 18px;
}
 .order-line.city-line {
 	margin-bottom: 18px;
 }
.order__field-wrap {width: 100%;}
 .customer-line {display: flex;}
 .customer-line input{width: 100%;}
.order-line .order__field-wrap    + .order__field-wrap    {margin-left:10px;}
.order-line {display: flex;align-items: center;}
.city-line .order__field-wrap  {width:50%;}
.payment-details {margin-top:18px;}

.autocomplete-suggestions { border: 1px solid #999; background: var(--input-bg-color); overflow: auto; }
.autocomplete-suggestion { padding: 8px 5px; white-space: nowrap; overflow: hidden; }
.autocomplete-suggestion:hover { cursor:pointer; }
.autocomplete-selected { background: #ca991847; }
.autocomplete-suggestions strong { font-weight: normal; color: #0c4924; }
.autocomplete-group { padding: 2px 5px; }
.autocomplete-group strong { display: block; border-bottom: 1px solid #000; }
.autocomplete-suggestions strong {
  font-weight: normal;
  color: #e6b04a;
}
.autocomplete-selected {
  background: #ca991847;
}

.shipping-info {
  width: 100%;
  padding: 20px;
  box-shadow: 0 4px 4px #c4c4c480;
  margin: 25px 0 5px;
  color: #ff3636;
  text-align: center;
}

.shipping-info-text {
  margin: 0 0 12px 0;
  padding: 0px;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 200%;
  letter-spacing: -0.03em;
  color: #222;
}

#iiko_fields_comment {margin-top:10px; width: 120px}
#bonus_slider {background:var(--main-color);border:none;}
#ajax-button-confirm {margin-top:20px; padding: 16px 32px;}
#ajax-button-confirm  span {
	font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    text-transform: initial;
}
.order__tabs  {display: flex;margin: 20px 0;}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
    border: 1px solid var(--main-color);
    background: var(--main-color);
    font-weight: normal;
    color: var(--main-color);
    border-radius: 50%;
}
.order-line #comment {height: 120px;}
.tabs__radio {
  display: none;
}

.tabs__label {
  border: 2px solid var(--main-color);
  box-sizing: border-box;
  color: var(--main-color);
  padding: 7px 33px;
  cursor: pointer;
  margin-right: 17px;
  transition: background 0.3s, color 0.3s, border 0.3s linear;
  text-align: center;
  padding: 16px 32px;
}

.tabs__radio:checked+.tabs__label, .tab-checked {
  color: #fff;
  background-color: var(--main-color);
  transition: background 0.3s linear;
}

.tabs__radio:checked+.tabs__label:hover {
  background-color:var(--main-color);
}

.tabs__radio:checked+.tabs__label:active {
  color: #fff;
  background-color: var(--main-color);
}



.tabs__label:last-child {
  margin-right: 0;
}

.tabs__label:hover {
  color: #fff;
  background-color: var(--main-color);
}

.tabs__label:active {
  color: var(--main-color);
  border-color: var(--main-color);
  background-color: #fff;
}

.shipping_addresses li, .payment_methods li{
	list-style:none;
}

.shipping_methods .tabs__label {
	margin-right:0;
}

.shipping_methods .tabs__label:nth-child(2) {border-radius: 3px  0 0 3px;}
.shipping_methods .tabs__label:nth-child(4) {border-radius:   0 3px 3px 0 ;}
.shipping_methods .tabs__label {background:var(--op-color);border-color:var(--op-color);margin-right: 8px;}
.shipping_methods .tabs__radio:checked + .tabs__label {border-color:var(--main-color);}

input.radio {display:none;}

.dot-radio {
    width: 0;
    height: 0;
    opacity: 0;
    display: block;
    overflow: hidden;
}

.dot-radio + label  {
    transition: color .3s ease;
    display: inline-block;
    cursor: pointer;
    vertical-align: middle;
    margin-bottom: 0;
    position: relative;
	margin-right:10px;
	font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 200%;
}

.dot-radio + label:before {
    box-sizing: border-box;
    content: "";
    width: 24px;
    height: 24px;
    border: 1px solid #bab9bc;
    border-radius: 0%;
    top: -1px;
    left: 0;
    background: #fff;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    position: relative;
}

.dot-radio + label:after {
	font-family: "FontAwesome";
    box-sizing: border-box;
    content: "";
    width: 24px;
    height: 24px;
    color: var(--main-color);
    color: #3e8c4b;
    position: absolute;
    top: 0;
   left: 3px;
    opacity: 0;
    transition: all .2s cubic-bezier(.5,0,.5,2),height .2s cubic-bezier(.5,0,.5,2),opacity .2s;
}

.dot-radio:checked+label:after{content: "\f00c";opacity:1}
.select2-container .select2-selection--single
.select2-container--bootstrap .select2-selection--single, .select2-container .select2-selection--single {
    height: 50px!important;
    font-family: Montserrat;
font-style: normal;
font-weight: 500;
font-size: 13px;
line-height: 200%;
letter-spacing: -0.01em;
color: #727272;
display: flex !important;
border-radius: unset !important;
align-items: center;
border: 1px solid #E3DED7;
}
.row-shipping_address_delivery_time {
	margin-top: 15px;
}
.row-shipping_address_delivery_time .input-group.time {
	display: flex;
    align-items: center;
    justify-content: flex-start;
} 
.row-shipping_address_delivery_time .input-group.time .styled-select {
	margin: 0px 20px;
    min-width: 233px;
    margin-left: 0;
}
.row-shipping_address_delivery_time .input-group.time input {
	max-width: 120px;
    margin: 0px 20px;
    margin-left: 0;
    background: rgb(255, 255, 255);
}
/*/CHECKOT */

/* AUTH */

.auth-container {width:500px; margin:0 auto;}
.auth-container h2 {margin:80px auto 40px;text-align:center;}

/* /AUTH */

/* ACCOUNT */
.orders_table, .profile-table {
	width:100%;
	border-collapse:collapse;
}
.orders_table th, .profile-table th{
background: #F5F5F5;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 200%;
    align-items: center;
    letter-spacing: -0.01em;
    color: #A3A3A3;
}
.orders_table th, .orders_table td, .profile-table th, .profile-table td{
	padding: 20px;
	text-align:left;
	font-weight:500;
}
.orders_table td, .profile-table td{
    border-top: 1px solid #F5F5F5;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 200%;
    align-items: center;
    letter-spacing: -0.03em;
    color: #222222;
}

.orders_table tr{ 
background: #f2eade;
}
.orders_table a, .profile-table a{
	font-weight:500;
	color:var(--text-sub-color);
}
.order__info td:before, .orders_table td:before{
		content: ''!important;
}
.order__info tr{
	counter-increment: unset!important;
}
.orders_table, .profile-table{
    counter-reset: rowNumber;
}

.orders_table tr:not(:first-child), .profile-table tr:not(:first-child){
    counter-increment: rowNumber;
}

.orders_table td:first-child:before, .profile-table td:first-child:before{
content: counter(rowNumber);
}
.acc-tab {
	margin-right:0;
}

.acc-tab + .acc-tab { border-left:0;}

.order__info {display:none;background: linear-gradient(#fbf8f5, #f2eade);}
.order__info_card {
	display:flex;
	background:#fff;
	margin: 0 10px 0 0;
	padding:5px 10px;
	align-items: center;
}
.order__info_card img{
	height:65px;
	padding: 0 20px 0 5px;
}
.order__info_card_right {display:flex; flex-direction:column; color:var(--text-sub-color);font-size:13px;}
.order__info_card_right .card-title{color:#222;font-size:15px;font-weight:500;}
.order__info_details {display:flex;flex-direction:column;}
.order__info_details .detail-line{display:flex;height:26px;margin:6px 0;}
.order__info_details .detail-line .left{width:136px;color: #B78F40;color:var(--main-color);}
.order__info_details .detail-line .right{font-weight:600;}
/* /ACCOUNT */

/*ABOUT */

.about-banner {
	*position: absolute;
left: 0%;
right: 0%;
top: 0%;
bottom: 0%;
background: url(/themes/vatte/image/about.png);
background: url(/themes/vatte/image/newbg.jpeg);
width: 100%;
height: 600px;
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
}

.about-food {
	margin-top:100px;
	height:585px;
}
.about-food .images{
	position:relative;
	float:right;
	width:70%;
}
.about-food .images img {
	max-height: 530px;
	width: 100%;
	object-fit: cover;
}
.about-food .images.owl-theme .owl-dots {text-align: right;}
.about-food .images.owl-theme .owl-dots span {background:#b78f4061;width: 8px;height: 8px;}
.about-food .images.owl-theme .owl-dots .owl-dot.active span {background:var(--main-color); width: 10px;height: 10px;}
.about-food .line{
	margin-left:0; 
}

.about-food-text {
	width:460px;
	background:#fff;
	position:absolute;top:75px;
	z-index:2;
	padding:40px;
	border: 2px solid var(--main-color);
}
.about-food-text p {
	font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 200%;
    letter-spacing: -0.03em;
    color: #222222;
}
.about-team h2 {
	text-align:right;
	margin-bottom:60px;
}	

.about-team-slider {transition: 0.5s;}
.about-team-slider:hover {transform: scale(1.1);transition: 0.5s}
.about-team-slide {position:relative;-webkit-transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;}
.about-team-slide .mobile-head{display:none;}
.about-team-slide .descr {
	display:none;
}
.about-team-slide img {
	width:100px;
	*height: max-content;
	margin-right:40px;
}
.about-team-slide.active img {
	width:460px;
}
.about-team-slide.active {position:relative;}
.about-team-slide.active:before {
	box-sizing: border-box; 
    content: "";
    position: relative;
	content:''; position:absolute;bottom:-5px;left: -10px;background:var(--main-color);height:200px;width:10px;}
	.about-team-slide.active:after {
	box-sizing: border-box;
    content: "";
    position: relative;
	content:''; position:absolute;bottom: -5px;left: 0px;background:var(--main-color);height:10px;width:200px;}
.about-team-slide.active .descr {
	display:flex;
	flex-direction:column;
	position:absolute;
	left:500px;
	top:170px;
	width: 680px;
}
.about-team .c-title {
font-size: 32px;
font-style: normal;
font-weight: 500;
line-height: 39px;
margin-top:5px;
}

.about-team .c-subtitle {
	font-family: Open Sans;
	font-size: 20px;
	font-style: italic;
	font-weight: 400;
	line-height: 27px;
	*margin: 16px 0 40px 0;
	color: var(--main-color);
}
.about-team .c-text {
	margin-top: 24px;
	font-family: Montserrat;
	font-style: normal;
	font-weight: 500;
	font-size: 15px;
	line-height: 200%;
	letter-spacing: -0.03em;
	color: #222222;
}
.about-soc {margin-top:75px;}
.about-soc .subtitle{font-size:14px;line-height:24px;margin:10px 0;margin-bottom: 40px;font-family: Montserrat;font-style: normal;font-weight: 500;font-size: 15px;line-height: 200%;letter-spacing: -0.03em;color: #727272;}
.about-soc-left {width:30%;flex-direction:column;justify-content:center; padding-right: 40px;}
.about-soc-right .col {display:flex;flex-direction:column;justify-content: center;}
.about-soc-right .col img{margin:5px 5px;height:250px;*width:105px;width:175px;object-fit:cover;}
.about-soc-right .col:nth-child(3) img, .about-soc-right .col:nth-child(4)  img{height:210px;}
.about-soc-right .col:nth-child(3) {justify-content: unset;padding-top:30px;}
.about-soc-right .col:nth-child(4) {justify-content: unset;padding-top:70px}
.about-soc .soc img {width: 40px;height: 40px;}
.about-soc .soc a:first-child img {margin-left: 0;}
/*ABOUT */

/*BANKET*/



.banket-banner {
	*position: absolute;
	left: 0%;
	right: 0%;
	top: 0%;
	bottom: 0%;
	background: url(/themes/vatte/image/banket.png);
	width:100%;
	height:580px;
	background-repeat:no-repeat;
	background-size: cover;
	margin-bottom:50px;
}


.banket-banner .banner-container {	top:120px;display:flex;flex-direction:column;width:760px;background:#fffa;padding:40px;margin: 0 auto;text-align:center;backdrop-filter: blur(5px);}
.banket-banner .banner-text{	
font-family: Montserrat;
font-style: normal;
font-weight: 500;
font-size: 32px;
line-height: 39px;
text-align: center;
color: #222222;
    margin-bottom: 60px;
}
.banket-banner .banner-container  .btn-tr {
	display: inline-flex;
    border: 2px solid #B78F40;
    box-sizing: border-box;
    padding: 16px 32px;
    margin-top: 40px;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: #222222;
}
.banket-banner .banner-item{	
	flex-direction:column;
	margin:12px 0 18px;
	padding: 0 22px;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    font-size: 11px;
    line-height: 160%;
    text-align: center;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #222222;
}
.banket-banner .banner-item img{	
	margin-bottom:12px;
}

.banket-galery img {width:100%; margin:0 10px;}
.banket-galery img:first-child {margin-left: 0;}
.banket-galery {justify-content:space-between;}

.why-banket-container {
	background:#fff;
	min-height:480px;
	padding: 60px 90px;
}
.why-banket-container .why-item .w-title {
	 width: 300px;
    padding: 20px 0px;
	font-size:16px;
	    cursor: pointer;
}

.why-banket-container .why-item.active .w-title {
	color:var(--main-color);
	font-size:20px;
}

.why-banket-container .why-item .w-text, .why-banket-container .why-item img{
	width: 100%;
    height: auto;
    object-fit: cover;
    display: block;
    max-height: 360px;
    position: relative;
}
.why-banket-container .why-item .w-text, .why-banket-container .why-item .img-container {
	display: none;
    position: absolute;
    top: -60px;
    right: 100px;
    max-width: 660px;
    max-height: 360px;
}
.why-banket-container  .why-item .w-text {
	display:none;
	position:absolute;
	bottom:50px;
	top:unset;
	right:100px;
	width:660px;
	font-size: 15px;
	font-style: normal;
	font-weight: 500;
	line-height: 30px;
	letter-spacing: -0.03em;
	text-align: left;
	color: #727272;
}
.why-banket-container  .why-item.active .w-text {
	display:block;
}

.print-menu-text-mobile {display:none;}

.why-banket-container  .why-item.active .img-container {
	display:block;
}

.why-banket-title {
	margin:100px 0 60px;
	width:350px;
}

/*/BANKET*/

/*CONTACT */
/*
#information-contact .top-line {margin-bottom:30px; 
font-size: 15px;
font-style: normal;
font-weight: 500;
line-height: 30px;
letter-spacing: -0.03em;
text-align: center;
}
#information-contact h2 {margin-bottom:30px; text-align:center;}
.contact-line {margin:10px auto;
font-size: 15px;
font-style: normal;
font-weight: 500;
line-height: 30px;
letter-spacing: -0.03em;
text-align: center;
}*/
.banket-container h2.center { margin-top: 100px;}
.banket-container .btn-tr {
	margin: 60px auto;
    display: inline-flex;
    border: 2px solid #B78F40;
    box-sizing: border-box;
    padding: 16px 32px;
    margin-top: 40px;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: #222222;
}
#information-contact h2.mh{display:none;}
#information-contact .top-line{display:none;}
#information-contact #map{width: 100%; height: 600px;position:relative;}
#information-contact .contacts-continer{
    z-index: 1111;
    background: var(--bg-color);
    left: 100px;
    top: 100px;
    position: absolute;
	padding:0px 20px 30px;
	width:400px;box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
	}

.leaflet-container .contacts-continer{
    font-family: var(--main-font);
}

.contacts-continer h2 {
	margin-bottom:10px;
}
.contacts-continer .contact-phone {
font-size:30px;	
font-weight:500;
margin:10px 0;
}

.rec-item {
	display:flex;
	justify-content:space-between;
	padding:15px 0;
	font-size:14px;
	border-bottom:1px solid black;
}

.contact-us {
	width:45%;
	margin-left:5%;
}
.contact-us input, .contact-us textarea{
	width:100%;
	margin-bottom:15px;
}
/*CONTACT */

/* BLOG/PROMO */
#blog-post h2{margin-bottom:30px;}
.post-container {display:flex;flex-wrap:wrap;justify-content:space-between;}
.post-container .post{width:32%;position:relative;}
.post-container .post_image{height: 100%;}
.post-container .post_date{font-size:14px; margin-bottom:5px;}
.post-container .post img{width:100%;object-fit:cover;height: 100%;}
.post-container .post_title{position:absolute;bottom:0;left:0;padding:10px 10px;background: linear-gradient(180deg, #fff3 0%, #150d0dad 100%); color:#fff;width:100%;
font-style: normal;
font-weight: 500;
line-height: 27px;
letter-spacing: 0em;
text-align: left;
display:flex;
flex-direction:column;
}

/* BLOG/PROMO */

/* MODAL */

body.modal-open {
	padding-right: 0px !important;
	overflow-y: auto;
}

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal-lg {width:1060px;}
.modal-md {width:600px;}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  border-radius: 10px;
  overflow: hidden;
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
  
}
.modal-content {
  position: relative;
  background-color: #ffffff;
  *border: 1px solid #999999;
  *border: 1px solid rgba(0, 0, 0, 0.2);
  *border-radius: 6px;
  *-webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  *box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  *-webkit-background-clip: padding-box;
  background-clip: padding-box;
  outline: 0;
  padding:80px; 
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 5px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.42857143px;
  background: var(--main-color);
  background-size: cover;
  padding:20px 25px;
}
.modal-header .close {
    *margin-top: 2px;
	position: fixed;
	top:5px;
	right:5px;
}
button.close {
    padding: 0px;
    cursor: pointer;
    background: transparent none repeat scroll 0% 0%;
    border: 0px none;
}
.close {
    *float: right;
    font-size: 23px;
    font-weight: bold;
    line-height: 20px;
    color: #FFF;
    text-shadow: 0px 1px 0px #FFF;
    opacity: 0.4;
}
.modal-title {
	margin: 0px;	
	color: #fff;
	display: block;	
}
.modal-body {
  position: relative;
  padding: 15px 20px;
}
.modal-footer {
  height: 60px;
  text-align: right;
  *border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 50px auto;
  }
  .modal-content {
   * -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
   * box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 1060px;
  }
}

.modal-header {
	
}

.modal-footer {
  background: #fff;
}

.modal-close {
	cursor:pointer;
}

.modal-close:after {
   position: absolute;
    right: 80px;
    top: 40px;
content: '';
height: 25px;
width: 25px;
color: #00000036;
font-size: 50px;
font-weight: 300;
cursor:pointer;
background: url(../img/close.svg) no-repeat;
background-size: contain;
}
/* /MODAL */

/*PAGINATION */
.pages {display:flex;margin:5px 0;}
.page_item {background: var(--main-color);
color: #fff;
display: flex;
align-items: center;
justify-content: center;
padding: 10px 15px;margin-right:5px;
min-width:40px;
height:40px;
}
.page_item.active, .page_item:hover {background:var(--main-color-darker);}
.pages-arrow {display:none;}

/*P/AGINATION */

/*MOBLIE */

@media only screen and (max-width: 1024px) {
	.wrap {width:100%;box-sizing:border-box;padding:0 10px;}
}


/*MOBLIE */
#item-modal .modal-lg {
	max-width: 900px;
}
#item-modal .slick-initialized .slick-slide {
    position: relative;
    padding: 0 20px;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
}
#item-modal .slick-initialized .slick-slide.prevdiv-img {
	flex-direction: row-reverse;	
}
#item-modal .slick-slide img {
	width: 100%;
}
#item-modal .product_popup_image, .product_popup_right {
width: 500px;
}

#item-modal .product_popup_image a{
	display:flex;
	justify-content:center;
	width:80%;
	padding-top:20px;
}
#item-modal .product_popup_image {
	display:flex;
	justify-content:center;
    margin: auto;
    background: #ffffff;
}
#item-modal .modal-content {
	background-color: transparent;
}
.product_popup_right {
    margin-left: 0px;
    margin: auto;
    background: #ffffff;
    padding: 25px;
    box-shadow: 0 0 20px #00000052;
}
.product-popup-container .hack {
    position: relative;
    width: auto;
    min-width: 150px;
    max-height: 100%;
    top: 40%;
	height:500px;
    display: block;
}
#item-modal .slick-initialized .slick-slide.prevdiv-img .hack {
	margin-left: 30px;
}
#item-modal .slick-initialized .slick-slide.nextdiv-img .hack {
	margin-right: 30px;
}
.product-popup-container .hack img {
	width: 100%;
	object-fit: contain;
}
.product-popup-container .hack .hack-description{
	max-width: 150px;padding: 5px;
	background: #ffffff;
    box-shadow: 0 0 20px #00000052;
}
.product-popup-container .hack .hack-description span {
	display: block;
	padding: 5px 15px;
}
/*.product-popup-container .prevdiv-img .product_popup_left, .product-popup-container .prevdiv-img .product_popup_right, .product-popup-container .nextdiv-img .product_popup_left, .product-popup-container .nextdiv-img .product_popup_right {
	display: none;
}*/
.product-popup-container .prevdiv-img .hack {
    right: 0px;
    display: flex;
    justify-content: flex-end;
}
.product-popup-container .nextdiv-img .hack {
    left: 0px;
    display: flex;
    justify-content: flex-start;
}
.product-popup-container .prevdiv-img .product_popup_left, .product-popup-container .prevdiv-img .product_popup_right, .product-popup-container .nextdiv-img .product_popup_left, .product-popup-container .nextdiv-img .product_popup_right {
	/*opacity: 0;*/
}
#item-modal .slick-slider:active .product_popup_left, #item-modal .slick-slider:active .product_popup_right{
	/*opacity: 1;*/
}
#item-modal .slick-initialized .slick-slide:focus {
	outline: none;
}
#item-modal .slick-slider:active .hack {
	/*display: none;*/
}
#item-modal {
	background: url(/themes/vatte/image/popup-back.png);
    background-size: contain;
        background: transparent;
    backdrop-filter: blur(5px);
}
#item-modal .modal-close:after {
    position: absolute;
    right: calc(50% - 35px);
	right: 200px;
	color: #b78f40;
}
@media (max-width: 768px) {
	#item-modal .slick-initialized .slick-slide {
		flex-direction: column;
		align-items: inherit;
	}
	.product-popup-container .hack {
	    display: none;
	}
	#item-modal .modal-lg {
		max-width: 97%;
	}
	.product_popup_right {
	    padding: 15px !important;
	    margin: 0px !important;
	}
	#item-modal .modal-close:after {
    right: 43px;
    top: 83px;
	}
}
@media screen and (max-width: 639px) {
	.product_popup_right {
	    padding: 15px !important;
	    margin: 0px !important;
	}
}
.cart-loader {
	display: none;
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #ffffff;
	opacity: 0.7;
	top: 0;
    left: 0;
}
.cart-loader:after {
	content: 'Р—Р°РіСЂСѓР·РєР°...';
    color: #000000;
    font-size: 16px;
    font-weight: bold;
    position: absolute;
    width: 100%;
    text-align: center;
    top: 46%;
}
.count__button--del {
	position: relative;
	min-width: 25px;
	padding: 0 !important;
	align-items: center;
    display: flex;
}
.count__button--del:before, .count__button--del:after {
	position: absolute;
	left: 8px;
	content: ' ';
	height: 25px;
	width: 2px;
	background-color: #E3DED7;
}
.count__button--del:before {
	transform: rotate(45deg);
}
.count__button--del:after {
	transform: rotate(-45deg);
}
/* Newsblog */
.stocks, .stocks h1 {margin-top: 0;}
.stocks h1 {margin-bottom: 20px;
font-family: Montserrat;
font-style: normal;
font-weight: 300;
font-size: 44px;
line-height: 54px;
letter-spacing: -0.04em;
color: #222222;margin-top: 50px;}
.stocks ul.nav-tabs {
	display:flex;
	flex-direction: row;
	justify-content: flex-start;
	margin-bottom: 60px;
}
.stocks ul.nav-tabs li {
	list-style-type: none;
	background: rgba(183, 143, 64, 0.12);}
.stocks ul.nav-tabs li a{
border-radius: 0px 4px 4px 0px;
padding: 8px 12px;
width: 115px;
height: 46px;
font-style: normal;
font-weight: 500;
font-size: 15px;
line-height: 200%;
text-align: center;
letter-spacing: -0.03em;
color: #B78F40;
display: flex;
}
 ul.nav-tabs li a.active {
	background: #B78F40;
	color: #fff;
}
 .stocks__list .tab-pane {
	display: none;
}
 .stocks__list .tab-pane.active {
	display: flex;
}
 .stocks__item-wrap {
	display: flex;
    flex-direction: row;
    width: 32%;
	margin-right:3%;
}
 .stocks__item-wrap:nth-child(3n) {
	 margin-right:0;
 }
 .stocks__img {height:100%;}
 .stocks__item-wrap img { width:100%;object-fit: cover;height: 100%;}
 .stocks__item-wrap .stocks__item {
	position: relative;
}
 .stocks__item-wrap .stocks__item .stocks__content {
	position: absolute;
    bottom: 0;
    width: 100%;
    padding: 16px;
    color: #fff;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.4) 100%);
}
 .stocks__item-wrap .stocks__item .stocks__content hr {display: none;}
.stocks__item-wrap .stocks__item .stocks__content .article-date {
	font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;color: #fff;
}
.stocks__item-wrap .stocks__item .stocks__content .title {
	font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: 27px;
}
.stocks__item-wrap .stocks__item .stocks__content .article-description {display: none;}
/* Newsblog */
.header-cart-total {display: none;}
.accout-top {justify-content:space-between; align-items:center;}
.account#tabs-buttons {background: linear-gradient(180deg, #FAF7F3 0%, rgb(255 255 255) 100%);margin-bottom: 0;}
.account#tabs-buttons h2 {
	font-family: Montserrat;
    font-style: normal;
    font-weight: 300;
    font-size: 44px;
    line-height: 54px;
    /* text-align: center; */
    letter-spacing: -0.04em;
    color: #222222;
    margin-bottom: 40px;
    margin-top: 30px;
}
section#profile1block {width: 100%;overflow-x: scroll;}
.tabsSections .acc-tab {background: rgba(183, 143, 64, 0.12);border-color: transparent;}
.tabsSections .acc-tab.tab-checked {border-color: var(--main-color);background: var(--main-color);color: #fff;}
section#profile1block::-webkit-scrollbar {
  width: 0;
}
#product-category .styled-select select {
	width: 100%;
    outline: none;
    border: 1px solid #E3DED7;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: -0.01em;
    color: #222222;
    display: block;
    margin: 5px 0;
    background: rgba(183, 143, 64, 0.12);
    padding: 19px 16px;
    height: 56px;
}
.catalog-items .item {
	width: 32%;
	display: flex;
	flex-direction: column;
	background: #fff;
	height: 546px;
	margin: 0 1.3% 20px 0px;
	padding: 32px;
box-shadow: -2px 0px 10px #00000022;}
footer a {
  color: unset;
}
footer {
  color: unset;
}
.login-form {
  max-width: 440px;
  margin: 0 auto;
}
.login-form > * {
  margin-bottom: 1rem;
}

.login-form .form__checkboxrow {display:none;}
.login-form .form__checkboxrow {display:none;}

.price-quantity .item-price {width:50%;}

.catalog {width: 100%;}
.card-bottom {margin-top:auto;height: 100px;}

.catalog-items {flex-wrap:wrap;}
.price-quantity  .item-price  {
  font-family: Montserrat;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: 0em;
  text-align: left;
}
.legend-item {margin-right:15px;}
.product-recs .mini-cards  {flex-wrap: wrap;}
.item-right {margin-left:26px;}
.item-images img {width:100%;}
.item-images  {max-width:400px;}
.add-favorites {position: absolute;top: 2%;right: 2%;font-size: 1.5rem;width: 1.5rem;height: 1.5rem;cursor:pointer;}
.add-favorites i{position: absolute;}
.add-favorites:hover  .fa-heart{opacity: 1!important;}

#notifications {	position: fixed;    top: 10%;    right: 10%;	z-index:9999;	min-width:350px;}
.notification {    border: 1px solid;    padding: 15px 45px 15px 30px;    border-radius: .3em;	margin-bottom:10px;}
.notification {	position:relative;}
.notification[data-type="success"] {    color: #4F8A10;    background-color: #DFF2BF;}
.notification[data-type="danger"], .notification[data-type="error"] {    color: #a60c0c;	background-color: #f2c6bf;}
.notification a {	color: inherit;	text-decoration:underline;}
.notification a[type="button"] {	text-decoration:none;	position: absolute;	top: 3px;	right: 10px;	cursor: pointer;	font-size: 40px;}








.mobile-only {display:none!important;}



@media screen and (max-width: 639px) {
	.mobile-only {display:flex!important;}
.category-cart {  display: none;}
.products_list {width:100%;}
.item-images img {width:100%;}
.item-right {margin-left:0;}
.chart-container {width:100%!important;}
}

@media screen and (max-width: 1199px) {
	.logo img,
	.f_logo img {
		width: 250px;
	}
	.f_center p:last-child a {
		font-size: 30px;
	}
	.product-list {
		width: 33.33%;
	}
}

@media screen and (max-width: 991px) {
	.about-soc-left {padding-right: 0;}
	#menu_toggler {
		display: block;
	}
	header {
		padding-top: 15px;
		padding-bottom: 8px;
		position: relative;
	}
	header.opened {
		min-height: 100vh;
		background: #fff;
		position: relative;
		z-index: 99;
	}

	header {
		height: 67px;
	    padding-left: 24px;
	    padding-right: 24px;
	}
	header .flex {height: 100%;}
	header .logo img {width: 80px;top:6px;position:relative;}
	header .soc, header .account {display: none;}
header .open-menu {display: block;}
header .open-menu {
	width: 50px;
	height: 40px;
    padding: 11px;
    margin: 2px;
    float: right;margin-left: 10px;
}
header .open-menu span {
	background: #b78f40;
    display: block;
    height: 3px;
    margin: 6px 0;
}
header .open-menu:before, header .open-menu:after {
    content: '';
    display: block;
    background: #b78f40;
    height: 3px;
}
.mm-menu_offcanvas {z-index: 100 !important}
	header.opened #menu_toggler span:nth-child(2) {
		display: none;
	}
	header.opened #menu_toggler span:nth-child(1) {
		transform: translateY(3px) rotate(45deg);
	}
	header.opened #menu_toggler span:nth-child(3) {
		transform: translateY(-3px) rotate(-45deg);
	}
	.logo p {
		display: none;
	}
	.head_center,
	.head_right,
	#top_menu {
		display: none;
	}
	header.opened .head_right {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-around;
		align-items: center;
		width: calc(100% - 30px);
		position: absolute;
		top: 85px;
	}
	.signin_btn {
		height: 42px;
		line-height: 42px;
		padding-right: 24px;
		font-size: 20px;
	}
	#cart {
		margin-top: 0;
		padding-left: 60px;
		background-size: auto;
		min-height: 42px;
	}
	#cart p:first-child {
		font-size: 16px;
	}
	#cart p:last-child {
		font-size: 20px;
	}
	header.opened .head_center {
		display: block;
		width: calc(100% - 30px);
		position: absolute;
		top: 190px;
		text-align: center;
	}
	.head_center form {
		justify-content: center;
	}
	header.opened + #top_menu {
		display: flex;
		position: absolute;
		top: 300px;
		width: 100%;
		z-index: 99;
		background: #fff;
	}
	#top_menu ul {
		width: 100%;
		margin-top: 0;
		margin-left: 15px;
		margin-right: 15px;
		justify-content: center;
		flex-wrap: wrap;
	}
	#top_menu ul li {
		width: 50%;
		margin-bottom: 45px;
		text-align: left;
	}
	#top_menu ul li a {
		display: flex;
		align-items: center;
		font-size: 24px;
	}
	#top_menu ul li p {
		width: 65px;
		margin-right: 15px;
		margin-bottom: 0;
		align-items: center;
	}
	#top_menu ul li img {
		display: block;
		width: 65px;
	}
	.menu_opened > *:not(header):not(#top_menu):not(.mfp-bg):not(.mfp-wrap) {
		display: none;
	}
	#advantages {
		padding-top: 25px;
	}
	#advantages li {
		width: 25%;
		margin-bottom: 20px;
		text-align: center;
	}
	#advantages li img {
		max-width: 60%;
	}
	#advantages p:first-child {
		justify-content: center;
	}
	#advantages p:last-child {
		margin-top: 0;
		font-size: 10px;
		line-height: 12px;
	}
	.categories_home_item {
		margin-bottom: 50px;
	}
	.categories_home_item:last-child {
		margin: 0;
		padding-bottom: 50px;
	}
	.categories_home_item:first-child > h2 {
		margin-top: 0 !important;
	}
	.product-list {
		width: 50%;
	}
	.top_footer .container,
	.bottom_footer .container {
		display: block;
		text-align: center;
	}
	.top_footer {
		padding: 40px 0;
	}
	.f_logo {
		margin-bottom: 40px;
	}
	.f_logo img {
		width: 390px;
		max-width: 100%;
	}
	.f_center {
		margin-bottom: 40px;
	}
	.f_soc p {
		margin-bottom: 30px;
	}
	.soc_list {
		justify-content: center;
	}
	.bottom_footer {
		padding-top: 60px;
		padding-bottom: 20px;
	}
	.f_menu {
		width: 100%;
		margin-bottom: 50px;
		text-align: left;
	}
	.breadcrumb {
		margin-bottom: 40px;
	}
	#product-category #content > h2 {
		font-size: 28px;
	}
	.subcategories {
		margin-top: 30px;
	}
	#product-category .option_item:first-of-type {
		margin-top: 15px;
	}
	.back_link a {
		font-size: 20px;
	}
	#product_card {
		padding-bottom: 50px;
	}
	#product_card > h1 {
		font-size: 28px;
		padding-bottom: 35px;
	}
	.product_left {
		width: 100%;
		margin-right: 0;
	}
	.product_right {
		width: 100%;
	}
	.product_description {
		margin-bottom: 40px;
		font-size: 20px;
	}
	.product_attribute {
		font-size: 20px;
	}
	.related_products {
		padding-bottom: 60px;
	}
	.related_products > h3 {
		font-size: 28px;
	}
	#products_table thead {
		display: none;
	}
	#products_table tbody tr {
		display: block;
		margin-bottom: 40px;
	}
	#products_table tbody td {
		display: block;
		width: 100% !important;
		padding-top: 15px !important;
		padding-left: 0 !important;
		padding-right: 0 !important;
		text-align: center;
	}
	#products_table tbody td:nth-child(3) {
		display: none;
	}
	#products_table tbody td:last-child {
		padding-top: 30px !important;
	}
	.products_table_bottom {
		flex-direction: column;
	}
	.discount_info {
		padding-bottom: 30px;
	}
	#product_popup {
		padding: 36px 35px 50px;
	}
	.product_title {
		padding-right: 50px;
		font-family: "Rubik-Medium";
		font-size: 30px;
	}
	.add_ingredients_title {
		font-size: 24px;
	}
	.add_ingredients_subtitle {
		font-size: 20px;
	}
	.product_popup_left,
	.product_popup_right {
		width: 100%;
		padding: 50px 0 0;
	}
	.popup_product_bottom {
		padding-top: 30px;
		flex-direction: column;
		text-align: center;
	}
	.popup_product_quantity {
		margin: 30px 0;
	}
	.product_popup_image {
		padding-top: 0;
	}
	.product_popup_image img {
		max-width: 100%;
	}
	.popup_product_button button,
	.product_halves_button button {
		font-size: 30px;
	}
	.popup_product_price_title {
		font-size: 28px;
	}
	.popup_product_price_value {
		margin-top: 10px;
		font-size: 32px;
	}
	.product_halves_popup_left {
		width: 100%;
		margin-right: 0;
	}
	.product_halves_popup_right {
		width: 100%;
		margin-top: 40px;
	}
	.product_halves_image {
		width: 440px;
		max-width: 100%;
		margin-left: auto;
		margin-right: auto;
		padding-bottom: 0;
	}
	
	.popup_product_options {
		margin-top: 0px;
	}
	.popup_product_options {
		padding: 0px;
	}
	.product_popup_image {
    padding: 0;
	}
	
	.product_halves_image::after {
		content: '';
		display: block;
		padding-bottom: 100%;
	}
	.category_offers_item {
		width: 50%;
	}
	.product_combo_item {
		width: 50%;
	}
	.product_combo_bottom_left,
	.product_combo_bottom_right {
		width: 100%;
		padding: 0;
	}
	.product_combo_bottom_right {
		text-align: center;
	}
	.product-layout .image .product-labels img { margin:0 2px;    width: 17px;    height: 17px;}
	.work_banner_left,
	.work_banner_right {
		width: 100%;
		padding-right: 0;
	}
	.work_banner_right {
		margin-left: -15px;
		margin-right: -15px;
		width: calc(100% + 30px);
	}
	#work_banner::after {
		display: none;
	}
	.work_banner_title {
		margin-bottom: 60px;
	}
	.work_pluses {
		padding-top: 100px;
	}
	.work_pluses ul li {
		width: 50%;
	}
	#reviews {
		margin-top: 40px;
		padding-left: 40px;
		padding-right: 40px;
	}
	#reviews .owl-dots {
		margin-top: 25px;
	}
	#information-information + #content > h1 {
		font-size: 28px;
	}
	#reviews .owl-dot span {
		width: 10px;
		height: 10px;
	}
	#reviews .owl-prev span,
	#reviews .owl-next span {
		width: 22px;
		height: 36px;
		background-size: contain;
	}
	#reviews .owl-prev {
		left: 10px;
	}
	#reviews .owl-next {
		right: 10px;
	}
	#work_request {
		background: url('/image/catalog/pages/work_request_gr.png') 0 0 no-repeat !important;
		background-size: 100% 100% !important;
	}
	#about_slider {
		margin-top: 50px;
		margin-bottom: 70px;
		padding: 0 50px;
	}
	#about_slider .owl-prev {
		left: 0 !important;
	}
	#about_slider .owl-next {
		right: 0 !important;
	}
	#about_buttons {
		margin-top: 70px;
		margin-bottom: 10px;
	}
	#about_buttons li {
		width: 100%;
		text-align: left;
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		margin-bottom: 70px;
	}
	#about_buttons img {
		width: 100px;
		margin-right: 50px;
	}
	#about_buttons a {
		width: 290px;
		height: 70px;
		margin-top: 0;
	}
	.contacts_left,
	.contacts_right {
		width: 100%;
	}
	.contacts_left {
		margin-bottom: 70px;
	}
	.contacts_social {
		font-size: 28px;
	}
	.contacts_social span,
	.contacts_social .soc_list {
		margin-bottom: 35px;
	}
	#cafe_list {
		margin-top: 70px;
		margin-bottom: 20px;
	}
	#cafe_list li {
		width: 100%;
	}
	#bonuses_list {
		margin-top: 50px;
		margin-bottom: 20px;
	}
	#bonuses_list li {
		width: 50%;
		margin-bottom: 50px;
	}
	#bonuses_list li p {
		font-size: 16px;
		white-space: normal;
	}
	#content h2 {
		margin-top: 0px;
		margin-bottom: 40px;
		font-size: 30px;
	}
	#bonuses_detail ul {
		width: 100%;
	}
	#bonuses_detail::before,
	#bonuses_detail::after {
		display: none;
	}
	#bonuses_detail {
		margin-bottom: 50px;
	}
	.nearest_cafes_left {
		width: 100%;
	}
	.nearest_cafes_left::before {
		content: '';
		display: block;
		padding-bottom: 100%;
	}
	.nearest_cafes_right {
		width: 100%;
		padding: 50px 30px;
	}
	.ncl_events_slider .owl-prev,
	.ncl_events_slider .owl-next {
		width: 14px;
		height: 27px;
		background-size: contain !important;
	}
	.ncl_name {
		font-size: 32px;
		margin-bottom: 30px;
	}
	.ncl_item {
		padding: 0 30px;
		margin-bottom: 90px;
	}
	.ncl_text {
		width: 100%;
		padding: 0 !important;
		order: 1 !important;
	}
	.ncl_slider_wrap {
		width: 100%;
		margin-top: 55px;
		margin-right: 0 !important;
		margin-left: 0 !important;
		order: 2 !important;
	}
	#events_banner {
		height: auto;
		margin-bottom: 70px;
	}
	#events_banner .container {
		display: block;
		height: auto;
	}
	.events_banner_left {
		width: 100%;
		height: auto;
		padding: 60px 0;
	}
	#events_banner::after {
		position: static;
		width: 100%;
		height: 300px;
	}
	.ebl_title {
		font-size: 28px;
	}
	.ebl_subtitle {
		margin-top: 30px;
		font-size: 20px;
		line-height: 1.6em;
	}
	#events {
		padding: 0;
	}
	.event_item {
		margin-bottom: 95px;
	}
	.event_left {
		width: 100%;
		text-align: center;
	}
	.event_right {
		width: 100%;
		padding-left: 30px;
		padding-right: 30px;
	}
	.event_badge {
		margin-top: 35px;
	}
	.event_right a {
		margin-top: 40px;
	}
	.accout-top {
		padding-right: 26px;
	}
	.account_photo {
		margin-right: auto;
		margin-left: auto;
		width: 300px;
		max-width: 100%;
	}
	.account_text {
		width: 100%;
		margin-top: 30px;
	}
	.account_orders {
		padding-top: 80px;
		overflow-x: auto;
	}
	.account_orders table td {
		padding: 10px 20px;
	}
	.account_orders table thead,
	.account_orders table tbody {
		font-family: "Rubik-Regular";
		font-size: 18px;
	}
	#delivery_cities {
		margin-bottom: 60px;
	}
	#delivery_dog {
		margin-bottom: 80px;
	}
	#delivery_dog,
	#delivery_dog::before,
	#delivery_dog::after {
		background-size: auto 100px;
	}
	#delivery_features {
		margin-bottom: 50px;
	}
	#delivery_features li h3 {
		font-size: 26px;
	}
	.details_block:nth-child(1)::before,
	.details_block:nth-child(2)::before {
		display: none;
	}
	#categories_home .categories_home_item::before,
	#categories_home .categories_home_item::after {
		display: none !important;
	}
	.news_item {
		width: 100%;
	}
	.news_item a img {
		display: block;
		margin-left: auto;
		margin-right: auto;
	}
	.content_images {
		float: none;
		margin-right: 0;
		margin-bottom: 30px;
	}
	.content_images img {
		max-width: 100%;
		display: block;
		margin-left: auto;
		margin-right: auto;
	}
	.stocks.section.articles ul.nav-tabs {justify-content: center;}
	.stocks.section.articles .stocks__item-wrap, .stocks.section.articles .stocks__item-wrap .stocks__item, .stocks.section.articles .stocks__item-wrap .stocks__item img {
	    width: 100%;
	}
	.stocks.section.articles .stocks__item-wrap .stocks__item img {
		height: 100px;
    	object-fit: cover;
	}
	.stocks.section.articles .stocks__item-wrap .stocks__item .stocks__content {
		position: relative;
		color: #000;
	}

	.stocks.section.articles .stocks__item-wrap .stocks__item .stocks__content .article-description {display: flex;
		font-style: normal;
		font-weight: 500;
		font-size: 12px;
		line-height: 200%;
		letter-spacing: -0.03em;
		color: #727272;
	}
	.stocks.section.articles .stocks__item-wrap .stocks__item .stocks__content .title {
		font-style: normal;
		font-weight: 600;
		font-size: 16px;
		line-height: 20px;
		color: #222222;
	}
	.stocks.section.articles .stocks__item-wrap .stocks__item .stocks__content .article-date { color: #B78F40;}
	.stocks.section.articles .stocks__item-wrap .stocks__item .stocks__content hr {margin: 40px auto;width: 80%;height: 1px; background: #B78F40;display: block;}
	.stocks.section.articles h1 {    margin-bottom: 40px;
    margin-top: 40px;
    font-style: normal;
    font-weight: 300;
    font-size: 30px;
    line-height: 37px;
    text-align: center;}
	header.fixed {
	  position: fixed;
	  top: 0;
	  left: 0;
	  width: 100%;
	  background: var(--bg-color);
      z-index: 99;
	}
	.mobile-cart {position: relative;}
	.mobile-cart img {margin-right: 10px}
	.header-cart-total {
		display: block;
	    background: var(--main-color);
	    color: #fff;
	    padding: 3px;
	    width: 30px;
	    height: 30px;
	    text-align: center;
	    border-radius: 15px;
	    margin: 0 10px;
	} 
	.tabsSections .acc-tab {
		font-style: normal;
	    font-weight: 500;
	    font-size: 12px;
	    line-height: 200%;
	    padding: 8px 12px;
	    height: 40px;
	}
	.header-cart-total-sum {
		font-family: Roboto;
        font-style: normal;
        font-weight: bold;
        font-size: 12px;
        line-height: 14px;
	}
}

@media screen and (max-width: 767px) {
	footer .f_menu:first-child a {margin: 10px 0;font-weight: 500;font-size: 12px;line-height: 200%;}
	footer .f_menu_title {
		 font-style: normal;
	    font-weight: 500;
	    font-size: 16px;
	    line-height: 20px;
	}
	#product-category h1 {display: none;}
	.mobile-fixed {
		position: fixed;
	    top: 62px;
	    left: 0;
	    width: 100%;
	    background: var(--bg-color);
	    z-index: 100;
	}
	#product-category .mobile-fixed .styled-select, #product-category .mobile-fixed .styled-select  select {margin: 0;}
	.banket-banner .banner-item {padding: 0 15px;}
	.c-text {
		font-size: 12px;
    	margin-top: 10px;
	}

	.stocks.section.articles .stocks__list .tab-pane.active {
	    display: flex;
	    flex-direction: column;
	}
	.total-labels a {
		padding: 4px 8px;
		height: auto;
		font-size: 12px;
	}
	
	.cart_buttons {
		text-align: center;
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	.cart_buttons > * {
		margin: 15px 0 !important;
	}
	#cart_details {
		margin-top: 60px;
		padding: 25px 30px;
	}
	#ajax-button-confirm {
		float: none;
		display: block;
		margin-left: auto;
		margin-right: auto;
	}
	.details_block_title {
		font-size: 26px;
		margin-bottom: 25px;
	}
	.white-popup .form-group label,
	.details_block .fields-group label {
		font-size: 18px;
	}
	.reserve-success {flex-direction:column;}
	.white-popup .form-group input[type="text"],
	.white-popup .form-group input[type="tel"],
	.white-popup .form-group input[type="email"],
	.white-popup .form-group input[type="password"],
	.details_block .fields-group input[type="text"],
	.details_block .fields-group input[type="tel"],
	.details_block .fields-group input[type="email"],
	.details_block .fields-group input[type="password"],
	.shipping_method_addresses,
	.payment_methods input[type="text"],
	.shipping_methods input[type="text"] {
		height: 40px;
	}
	.details_block .fields-group.inline:not(.custom_field),
	.details_block .fields-group.inline:not(.custom_field) input {
		width: 100%;
	}
	.details_block .fields-group {
		margin-bottom: 20px;
	}
	.details_block {
		margin-bottom: 40px;
	}
	.details_block_subtitle {
		width: 100%;
		font-size: 22px;
		margin-bottom: 30px;
	}
	.payment_methods li,
	.shipping_methods li {
		min-height: 40px;
	}
	.payment_methods label,
	.shipping_methods label,
	.conf_input + label {
		display: block;
		padding-left: 30px;
		font-size: 20px;
	}
	.subtitle_discount {
		margin-left: 10px;
		padding: 5px 12px;
		font-size: 18px;
		font-family: "Rubik-Light";
		white-space: nowrap;
	}
	.shipping_methods li {
		white-space: nowrap;
	}
	.shipping_address {
		margin-top: 0;
		display: flex;
		flex-wrap: wrap;
	}
	.shipping_method_address_title {
		font-size: 20px;
	}
	.details_field_radio {
		/*flex-direction: column;*/
		display: flex;
	}
	.details_field_radio li {
		width: 100%;
	}
	.details_field_radio li label {
		height: 100%;
		width: 100%;
		padding: 16px 10px !important;
		display: flex !important;
		align-items: center;
		justify-content: center;
		font-size: 18px !important;
	}
	.details_time_text {
		margin-top: -10px;
		font-size: 18px;
	}
	.details_time_input_wrap_datetime::after {
		right: 3px;
		top: 4px;
	}
	.details_block .fields-group.inline.custom_field_1 {
		margin-left: 0;
	}
	.details_block .fields-group.inline.custom_field {
		width: calc(50% - 10px);
		margin-right: 0;
		display: block;
	}
	.details_block .fields-group.inline.custom_field:nth-child(even) {
		margin-right: 10px;
	}
	.details_block .fields-group.inline.custom_field:nth-child(odd) {
		margin-left: 10px;
	}
	.fields-group.inline.custom_field label {
		white-space: nowrap;
	}
	.payment_methods {
	}
	#iiko_fields_comment {width: 100%;}
	.payment_methods li {
		flex-direction: column;
		align-items: flex-start;
	}
	.payment_methods input[type="text"] {
		margin-top: 15px;
		margin-bottom: 10px;
		margin-left: 0;
	}
	.delievery-time-show, .shipping_address {
	    flex-direction: column;
        align-items: flex-start;
	}
	.dot-radio + label {
	    font-family: Montserrat;
        font-style: normal;
        font-weight: 500;
        font-size: 13px;
        line-height: 200%;
        margin-bottom: 15px;
        padding-left:0;
	}
	.dot-radio + label:after {left:6px;}
	.shipping_address .order-line {align-items:flex-start;}
	.row-shipping_address_delivery_time .input-group.time {
	   flex-direction: column;
        align-items: flex-start;
	}
	.row-shipping_address_delivery_time .input-group.time .styled-select {width:100%;}
	.row-shipping_address_delivery_time .input-group.time select, .row-shipping_address_delivery_time .input-group.time input {width:100%;max-width: 100%;margin: 0 0 10px 0;}
	.details_block label[for="conf_1"] {
		margin-bottom: -70px;
	}
	.details_block textarea {
		height: 100px;
	}
	.white-popup {
		padding: 40px;
	}
	.popup_title {
		font-size: 30px;
	}
	.product_halves_list li {
		width: 50%;
	}
	.product_combo_item {
		width: 100%;
	}
	.work_request_title {
		margin-bottom: 40px;
		font-size: 28px;
	}
	.review_subtitle {
		font-size: 20px;
	}
	#work_request .form label {
		font-size: 20px;
	}
	#work_request .form input[type="text"],
	#work_request .form input[type="tel"],
	#work_request .form input[type="email"],
	#work_request .form input[type="file"] {
		height: 69px;
	}
	#work_request .form input[type="submit"] {
		margin-top: 40px;
	}
	#pay_methods {
		padding-top: 40px;
		padding-bottom: 40px;
	}
	#pay_methods li {
		width: 100%;
		text-align: left;
	}
	#stocks {
		padding-top: 0;
		padding-bottom: 45px;
		background: none;
	}
	#stocks li {
		width: 100%;
	}
	#product_card .option_item select {
		width: 100%;
	}
	.about-soc .subtitle {text-align:center;}
}

@media screen and (max-width: 639px) {
	.no-mobile {display:none!important;}
	.banket-banner .banner-item img {width: 40px;}
	.banket-banner .banner-item div {
		font-style: normal;
    font-weight: 600;
    font-size: 10px;
    line-height: 12px;
    text-transform: none;
	}
	.banket-banner .banner-container .btn-tr {color: #fff;}
	.mobile {display:block;}
	.modal-content {padding:20px 10px;}
	.wrap, #content {
		    padding: 0px 10px;
	}
	header {
	    padding-left: 15px;
	    padding-right: 15px;
	}
	.mobile-acc {display:flex;margin:0 5px;}
	.mobile-cart {
		display: flex;
	    margin-left: 0;
	    margin-right: 10px;
	    width: 25%;
	    flex-direction: row;
	    align-items: center;
	}
	.header-cart-total {opacity: 1; position: absolute; top: -8px; left: -11px;margin: 0;width:15px;height:15px;font-family: Roboto;font-style: normal;font-weight: bold;font-size: 9px;line-height: 11px;} /*скроем от греха подальше */
	
	img.img-name {width: 100%;}
	.cat-banner {background-position: bottom;background-position: 66% 85%;height: 100px;
background-size: contain;}
	.cat-banner .banner-container {width:100%; top:50px;}
	.cat-banner .banner-text {font-size:24px;}
	.category-menu {display:none;}
	#common-home .banner-container {
		height: auto;
    	min-height: 400px;
	}
	#common-home .banner-container .banner-text {
		background: rgba(255, 255, 255, 0.8);
	    backdrop-filter: blur(4px);
	    flex: none;
	    order: 0;
	    align-self: stretch;
	    flex-grow: 0;
	    margin: 10px 0px;
	    width: 335px;
	    height: 269px;
	    left: 13px;
    	top: 58.5px;
	    padding: 24px;
	}
	#common-home .banner-container .b-title {
		margin-bottom: 30px;
	    text-align: center;
	    font-style: italic;
	    font-weight: normal;
	    font-size: 18px;
	    line-height: 25px;
	}
	#common-home .banner-container .b-subtitle {
		margin-bottom: 30px;
	    font-style: italic;
	    font-weight: normal;
	    font-size: 18px;
	    line-height: 25px;
    	text-align: center;
	}
	#common-home .banner-container .b-text {
		display:none;
	}
	#common-home .banner-container .buttons {
	    flex-direction: row;
	    margin-top: 0px;
	    justify-content: space-between;
	}
	#common-home .banner-container .buttons a {
	    display: flex;
	    flex-direction: row;
	    justify-content: center;
	    align-items: center;
	    padding: 16px;
	    /* position: static; */
	    width: 150px;
	    height: 47px;
	    left: 142px;
	    top: 0px;
	    background: #B78F40;
	    color: #fff;
	    font-style: normal;
	    font-weight: 600;
	    font-size: 12px;
	    line-height: 15px;
	    padding: 16px 10px;
	    text-align: center;
	    font-family: 'Montserrat', sans-serif;
	}
	.home-banner {
		left: 0;
		height: 400px;
	}
	
	.chef {flex-direction: column;align-items: center; margin-top:30px;}
	.chef .c-title, .chef .c-subtitle{text-align:center;}

	.chef > img {
		/*margin-right: 20px;
		width: 124px;
		height: auto;
   		 max-height: 150px;*/
		 width: 250px;
		 margin:0;
	}
	.c-text {text-align:justify;}
	.chef .icons {
		justify-content: center;
		flex-wrap: wrap;
	}
	.chef .icons-title {text-align:center;}
	.chef .icon {
	margin: 10px;
	}
	.chef:before, .chef:after{display:none;}
	.chef .c-title {font-size:20px;margin:5px 0;}
	.chef .c-subtitle {    font-size: 12px;}
	.restaraunt-assort {
		*margin-left: -145px;text-align: center;
	}
	.restaraunt-assort .number {font-size: 24px;line-height: 29px;}
	.restaraunt-assort .title {font-size: 12px;line-height: 15px;}
	.chef .btn-tr {background: #B78F40;padding: 16px;color: #fff;font-family: Montserrat;font-style: normal;font-weight: 600;font-size: 12px;line-height: 15px;}
	.responses .responses-container {flex-direction:column;margin: 40px 15px;}
	.responses .response {flex-direction:column-reverse;padding:20px;height:unset;margin:10px 0;align-items:start;}
	.responses .response + .response {margin-left: 0;}
	.responses .response .r-text {text-align:left;}
	.responses .response:nth-child(2) {height:unset;}
	.responses .response .r-author {margin-top: unset;}
	.responses .r-author-container img{margin-right: 10px;width: 50px;height: 50px;min-width: 50px;}
	.responses .response svg {display: none;}
	.responses .r-author-container {display:flex;align-items: center;flex-direction:row-reverse;}
	#categories_home .categories_home_item > h2 {
		margin-bottom: 30px;
	}
	
	#product-category .styled-select {display:block;margin:20px 0;}
	.products_list { width:100%;		}
	.product-list {		width: 100%;margin:5px 0px;	padding:15px;} 
	.category-cart { display:none;}
	.product-layout {height:unset!important;display: flex!important;flex-direction: row!important;width: 100%!important;
margin: 5px 0px!important;
padding: 15px!important;} 
	.products_list .image {
	  min-width: 110px;
	  width: 110px;
	  margin-right: 15px;
	  padding: 20px 0 0 0;
	  flex-direction: column;
	}
	.product-list .product-thumb {
		display: flex;
		flex-wrap: wrap;
		flex-direction: row;
		justify-content:space-between;
	}
	.product-list  .image {
		min-width: 110px;
		width: 110px;
		margin-right: 15px;
		padding: 20px 0  0 0;
		flex-direction: column;
	}
	.product-list .image a img{
		width: 100%;
	}
	.product-list .image a{
		display:flex;
		*justify-content:center;
		*align-items:center;
		flex-direction:column;
	}
	.product-layout h4 { text-align:left;justify-content:left;}
	.product-layout .caption {    padding: 0 0;width: 100%;}
	.product-layout .p_description { text-align:left;justify-content:left;margin-top: unset;}
	.product-list .product-thumb > div:not(.image) {
		width: calc(100% - 140px - 15px);
	}
	.product-layout .price-val  {margin-top:15px;width: 100%;text-align: center;}
	.price .btn {background: #fff;color:var(--main-color); border:2px solid var(--main-color);}
	.product-list .caption .price-val  {display:none;}
	.price-quantity {justify-content: center;}
	.product-list .caption h4 {
		margin-top: 0;
	}
	.product-list .caption .price {
		margin-top: 15px;
		font-size: 20px;
		*padding-right: 30px;
	}

	
	.product-layout h4 {min-height:unset;}
	
	.product_popup_wrap {
		flex-direction: column;
	}
	.product_popup_right {
    margin: 10px 0;
	}
	.product_popup_right {    align-items: center;width: 100%;}
	.product_popup_right form{    align-items: center;width: 100%;}
	.product_popup_wrap h2 {text-align:center;}
	.product_popup_wrap .btn-tr {margin: 0 auto;}
	.product_popup_wrap .details-line {    justify-content: space-evenly;}
		
	
	.price .btn, .price button {    margin: 10px 0;}
	
	.product_popup_left, .product_popup_right { padding:0;}
	.category_offers_item {
		width: 100%;
	}
	.category_offers_item img {
		display: block;
		margin-left: auto;
		margin-right: auto;
	}
	.work_banner_title {
		font-size: 40px;
		margin-bottom: 40px;
	}
	.work_banner_subtitle {
		font-size: 30px;
	}
	.work_pluses ul li {
		width: 100%;
		text-align: center;
	}
	#work_request form input[type="text"],
	#work_request form input[type="tel"],
	#work_request form input[type="email"],
	#work_request form input[type="file"],
	#work_request form input[type="submit"] {
		height: 70px;
	}
	#work_request form input[type="file"] {
		padding: 13px 30px;
	}
	#account_wrap {
		padding: 50px 30px;
	}
	
	.auth-container {width:100%;}
	#top_btn {
		right: 25px;
		bottom: 25px;
	}
	
	.order__inner {width:100%;}
	.checkout-container {flex-direction:column;}
	.checkout-container .category-cart{display:block;width:100%;margin-left:0;position:unset;}
	#cart_details {    padding: 0 0 20px 0;}
	.shipping_addresses .order-line {flex-direction:column;}
	.order-line .order__field-wrap + .order__field-wrap {margin:7px 0;}
	.customer-line {flex-direction:column;}
	#ajax-button-confirm {margin-bottom:20px;}
	.order-line .order__field-wrap{margin:7px 0;}
	.city-line .order__field-wrap { width:100%;}
	
	.post-container {flex-direction:column;}
	.post-container .post{width:100%;}

	.about-banner {height:260px;}
	.about-food-text {width: calc(100% - 20px);height:max-content;top:185px;margin-left:10px;}
	.about-food {width:100%;height:720px;}
	.about-food img {width: calc(100% + 20px);right:-10px;}
	.about-food {  margin-top:0;}
	.about-food-text  {  border: 1px solid #ddd;top: 250px;line-height: 30px;}
	.about-food-text h2 {  display:none;}
	.about-food-text .line {  display:none;}
	.about-food  .owl-dots {  display:none;}
	.about-food .images {  width:calc(100% + 40px);left: 10px;}
	.about-food .images img {  max-height: 330px;}
	.about-team-slide { background:#fff;}
	.about-team-slide { margin:10px 0;padding:10px;flex-direction: column;cursor:pointer;}
	.about-team-slide:before, .about-team-slide:after {display:none;}
	.about-team-slide .mobile-head{display:block;position:relative;}
	.about-team-slide .mobile-head:after{right:0; top: calc(50% - 12px); content:'';position: absolute;font-size:20px;background: url(../img/arrow_expand.svg);display: block;width: 24px;height: 24px;}
	.about-team-slide.active .mobile-head:after{transform: rotateX(180deg);}
	.about-team-slide .descr .c-title, .about-team-slide .descr .c-subtitle {display:none;}
	.about-team-slide .slide-content >a {     display:flex; justify-content:center;}
	.about-team-slide img {    width: 80px; display:none;}
	.about-team-slide.active img {    height: 180px;display: block;width:auto;margin: 18px 0 10px;}
	.about-team .c-text {margin-top: 12px;}
	.about-team-slider {    flex-direction:column;}
	.about-team-slider:hover {transform: none;}
	.about-team-slide.active .descr {    *display: block;position:unset;font-size:15px;}
	.about-team-slide .slide-content {display: flex;flex-direction:column;}
	.about-team-slide.active .descr { width:unset;}
	.about-team .c-title {  font-size: 18px;}
	.about-team .c-subtitle {  font-size: 16px;}
	.about-team h2 {    text-align: center;    padding-top: 40px;}
	.about-soc {    margin-top: 60px;    margin-bottom: 35px;}
	.about-soc h2 {    text-align: center;    margin-bottom: 0!important;}
	.about-soc .soc {    justify-content: center;}
	.about-soc-left {width:100%;}
	.about-soc-right {display:none;}
		.banket-banner .banner-container {width:100%; top: 40px;}
	.banket-banner .banner-text{ font-size: 20px;line-height: 24px;}
	.banket-banner .btn-tr {background: var(--main-color);color: #fff;}
	.banket-container .btn-tr {background: var(--main-color);color: #fff;}
	.banket-galery {display:none;}
	.why-banket-title {text-align: center;margin-bottom: 0 !important}
	.why-banket-container {position:unset;display:flex;flex-direction:column;background:unset;padding: 60px 20px;}
	.why-banket-container  .why-item  {position:relative;height:max-content;min-height: 225px;}
	.why-banket-container  .why-item .w-text {position:unset;display:block;width:100%;margin-bottom: 25px;}
	.why-banket-container .why-item .w-text, .why-banket-container .why-item .img-container {position:relative;width:100%;height: 190px;top: 0;right: 0;display: block;}
	.why-banket-container  .why-item .w-title {top: 112px;z-index: 1;background: rgba(255, 255, 255, 0.6);text-align: center;width: 100%;color: #000!important;font-size: 14px!important;padding: 10px;font-family: Montserrat;font-style: normal;font-weight: 500;line-height: 17px;position: absolute;}
	.why-banket-container  .why-item  img {position:relative;width:100%;object-fit:cover;top:0;display:block;	right:unset;max-height: 160px;}
	.print-menu-text-mobile {display:block;margin:40px auto; text-align:center;font-family: Montserrat;font-style: normal;font-weight: 500;font-size: 12px;line-height: 200%;letter-spacing: -0.03em;}
	.banket-img {width:100%;}


	#information-contact h2.mh{display:block;}
	#information-contact .top-line{display:block;}
	#information-contact .contacts-continer {display:none;}
	#information-contact #map {height: 400px;}
	.contacts-bottom {display:none;}
	.mobile .contact-line {margin:10px 0;}

	.modal-close:after {
		position: absolute;
		right: 0px;
		top: 0px;
		content: '';
		font-family: "FontAwesome";
		height: 25px;
		width: 25px;
		color: #00000036;
		font-size: 40px;
		font-weight: 300;
		cursor: pointer;
	}
		
	footer { padding:0;}
	footer .wrap {display:flex;flex-direction:column;}
	footer .f_menu {align-items: center;text-align: center;}
	footer .f_menu + .f_menu {    margin-left: 0;}
	footer .f_menu nav {    align-items: center;}
	footer .f-subscribe {flex-direction:column;}
	footer .f-subscribe input {margin:20px 0;background: rgba(255, 255, 255, 0.7);width: 240px;font-size: 12px;}
	footer .footer-contact {margin:7px 0;font-size: 12px;}
	footer .f_menu .icon {font-size: 20px;}
	footer .f_menu_text {font-weight: 500;font-size: 12px;line-height: 200%;}
	footer .f-subscribe .btn-tr {padding: 8px 24px;}
	footer nav a { margin: 8px 0;}
}

@media screen and (max-width: 479px) {
	#common-home .banner-container .banner-text {
		width: 324px;
    	height: 318px;
	}
	#top_menu ul li {
		margin-bottom: 5px;
	}
	#top_menu ul li a {
		font-size: 16px;
	}
	#top_menu ul li img {
		width: 40px;
	}
	.product-list .caption .price button {
		margin-top: 10px;
	}
	.change_ingridients {
		margin-top: 10px;
	}
	.change_ingridients a {
		font-size: 14px;
	}
	.popup_product_button button,
	.product_halves_button button {
		width: 100%;
		height: 70px;
		padding: 0;
	}
	.change_product_ingredients li {
		flex-direction: column;
	}
	.change_product_ingredients li p {
		margin-bottom: 10px;
	}
	.product_popup_ingredients,
	.product_popup_right {
		text-align: center;
	}
	.popup_product_option input[type="radio"] + label:not(:last-of-type),
	.popup_product_option input[type="checkbox"] + label:not(:last-of-type) {
		margin-bottom: 10px;
	}
	
	.popup_product_option label { font-size:16px!important;}
	.product_combo_bottom_right button {
		width: 100%;
		padding: 0 10px;
	}
	
	.popup_product_option input[type="radio"] + label::before, .popup_product_option input[type="checkbox"] + label::before {
		border: 2px solid #dadada;
		flex-shrink: 0;
	}
	#about_buttons img {
		width: 80px;
	}
	#about_buttons a {
		width: calc(100% - 80px - 50px);
		height: 60px;
		font-family: "Rubik-Regular";
		font-size: 20px;
	}
	.account_text p {
		font-size: 20px;
		line-height: 1.5em;
	}
	#cart {
		margin-top: 15px;
	}
}
@media screen and (max-width: 340px) {
	#common-home .banner-container .banner-text {
		width: 284px;
    	height: 287px;
	}
}

.item-hidden {
    opacity: 0 !important;
    pointer-events: none;
    height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
    transition: opacity .3s, height .3s;
}
.item {
    opacity: 1;
    transition: opacity .3s, height .3s;
}
