

/* Start:/bitrix/templates/food_vx/template_styles.css?175741242527740*/
/*
green #42b978
yellow #fff326
blue #00c2f6
grey #959595
*/

body {
	font-family: 'Nunito', sans-serif;
	font-size: 16px;
	padding: 0;
	margin: 0;
}
a {
	color: #3a3a3a;
	text-decoration: none;
	transition: 0.5s;
}
a:hover {
	color: #42b978;
	text-decoration: underline;
}
p{
	padding: 0;
	margin: 0;
}

h1,
h2,
h3{
	font-weight: 700;
	margin: 0;
	padding: 0;
}

h1{
	font-size: 36px;	
	padding: 10px 30px;
	/* padding-top: 50px; */
	/* color: #007797; */
	text-align: center;
}
h2{
	font-size: 32px;
}
h3{
	font-size: 28px;
}
h4{
	font-weight: 700;
	font-size: 24px;
}
h5{
	font-weight: 700;
	font-size: 18px;
}

.overtop{
	width: 100%;
	margin: 0 auto;
	display: flex;
	height: 40px;
	position: fixed;
	top: 0px;	
	background: #fff;
	z-index: 1000;
}
.overtop .logotype{
	margin: auto;
	/* margin-left: 25px; */
	width: 200px;
	height: 30px;

}
.overtop .info-mess{
	margin: auto;
	margin-right: 25px;
	height: 30px;
	line-height: 35px;
	color: #0088d1;
	font-weight: 700;
}
.overtop .info-mess a{
	background-color: #00a6ff;
	color: #fff;
	padding: 3px;
	border-radius: 5px;
}

@media screen and (max-width: 1050px){
	.overtop .info-mess{
		display: none;
	}
	.overtop .logotype{
		margin: auto;
	
	}
}

.overtop a.logo{
	display: block;
	/* background: url(/bitrix/templates/food_vx/images/vx-logo.png) center left no-repeat; */
	background: url(/bitrix/templates/food_vx/images/vmlogo.png) center center no-repeat;
	width: 100%;
	height: 100%;
	background-size: contain;
}
.top-line{
	width: 100%;
	margin: 0 auto;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	height: 60px;
	padding: 0 20px 0 40px;
	box-sizing: border-box;
	position: fixed;
	top: 40px;
	z-index: 1000;
	background-color: #fff;
	box-shadow: 0 5px 10px #00000025;
}
@media screen and (max-width: 1280px){
	.top-line{
		padding: 0 20px;
		padding-right: 50px;
	}
}


.top-line .catalog,
.top-line .city{
	margin: 10px 20px;
	height: 40px;
}

.top-line .menu-button{
	font-size: 14px;
	padding-left: 25px;
	background: url(/bitrix/templates/food_vx/images/menu.png) 4px center no-repeat;
	background-size: 15px;
	font-weight: 700;
	text-transform: uppercase;
	width: fit-content;
	cursor: pointer;
	transition: 0.5s;
	height: 40px;
	line-height: 40px;
	outline: 0;
	border: 0;
}
.top-line .menu-button.opened{
	background: url(/bitrix/templates/food_vx/images/menu-open.png) 4px center no-repeat;
	background-size: 15px;
	color: #7fcd15;
}
.top-line .menu-container{
	position: fixed;
	background-color: #fffffff2;
	top: 100px;
	left: 0;
	width: 100%;
	height: calc(100% - 42px);
	overflow-y: auto;
	display: block;
}
.top-line .menu-container .menu-block{
	position: relative;
	/* min-height: calc(100% - 40px); */
	padding: 0 13px 20px 13px;
}
.top-line .menu-container{
	display: block;
	animation: opacityOpen 0.5s ease 0s 1 normal forwards;
}
.top-line .menu-container .menu-close{
	/* position: fixed;
	left: 0;
	bottom: 0;
	height: 40px; */
	animation: closeRotate 1s ease 0s 1 normal forwards;
	background: #fff url(/bitrix/templates/food_vx/images/close.svg) 20px center no-repeat;
	background-size: 30px;
	text-transform: uppercase;
	padding-left: 60px;
	line-height: 50px;
	width: 220px;
	height: 50px;
	cursor: pointer;
	position: relative;
    bottom: 60px;
	outline: 0;
	border: 0;
}
@keyframes closeRotate {
	0%{
		transform: rotate(45deg);
	}
	100% {
		transform: rotate(0deg);
		transform-origin: -50% 50%;
	}
}
@keyframes opacityOpen {
	0%{
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
ul#vertical-multilevel-menu, #vertical-multilevel-menu ul
{
	margin: 0;
	padding: 0;
	list-style: none;
	width: 310px;
	min-height: 100%;
	background-color: #fff;
	padding-bottom: 60px;
}

#vertical-multilevel-menu > li{
	display: flex;
}
.nm.open{
	background-color: #e4ffbd;
}

/*Submenu box*/
#vertical-multilevel-menu li ul
{
	position:absolute;
	/*top:-999em;*/
	top:0;
	/* display:none; */
	z-index:500;
	min-height:auto;
	/* border:1px solid #C1C1C1; */
	border-bottom:none;
	width: 310px;
	height: calc(100% - 20px);
	background-color: #dfe3e7;
	padding-bottom: 0;

}

/* Submenu Items */

#vertical-multilevel-menu li a
{
	display: block;
	text-decoration: none;
	color: #333;
	padding: 5px 10px 5px 20px;
	margin-left: 50px;
	border-left:3px solid #dadada;
}
@media screen and (max-width: 1280px){
	#vertical-multilevel-menu li a
{
	margin-left: 30px;
}
}

#vertical-multilevel-menu li li a
{
	padding: 5px 15px;
	margin-left: 0;
	border: none;
}

/*Items Hover */
#vertical-multilevel-menu li.hv
{
	background-color: #7fcd1581;

}
#vertical-multilevel-menu li.hv > a{
	border-left:3px solid #7fcd15;
}
#vertical-multilevel-menu li li:hover
{
	background-color: #7fcd1581;
}
#vertical-multilevel-menu li li a:hover
{
	border-left: none;
}



/* Holly Hack. IE Requirement \*/
* html ul#vertical-multilevel-menu li { float: left; height: 1%; }
* html ul#vertical-multilevel-menu li a { height: 1%; }
/* End */


/*Submenu margin*/
#vertical-multilevel-menu li ul.root-item
{
	margin: 0 0 0 310px;
}


#vertical-multilevel-menu li ul
{
	margin:0 0 0 310px;
}

/*Submenu hide*/
#vertical-multilevel-menu li:hover ul ul,
#vertical-multilevel-menu li.jsvhover ul ul,
#vertical-multilevel-menu li:hover ul ul ul,
#vertical-multilevel-menu li.jsvhover ul ul ul
{
	display:none;
}

/*Submenu show*/
#vertical-multilevel-menu ul.opened
{
	display:block;
}

@media screen and (max-width: 600px){
	#vertical-multilevel-menu > li{
		flex-direction: column;
	}
	#vertical-multilevel-menu li ul.root-item{
		display: block;
		position: relative;
		margin: 0  0 0 30px;
		padding-left: 20px;
	}
	#vertical-multilevel-menu li ul.root-item li{
		padding: 10px 0;
	}
}





.top-line .search {
	display: flex;
	margin: 10px auto;
	width: max-content;
	margin-left: 10px;
	width: 35%;
}
.top-line .search .bx-searchtitle,
.top-line .search #search-bar-container {
	margin: auto;
	margin-left: 0;
	width: 100%;
}
.top-line .search .input-group,
.top-line .search #search-bar-container{
	display: flex;
	flex-direction: row;
	height: 38px;
	margin: 0 auto;
	padding: 1px;
}
.top-line .search .input-group #title-search-input,
.top-line .search #search-bar-container input{
	width: 95%;
	outline: 0;
	border: 1px solid #7fcd15;
	border-radius: 30px;
	padding: 0 20px;
}
.top-line .search #search-bar-container button{
	width: 38px;
	background: url(/bitrix/templates/food_vx/images/search.png) center center no-repeat;
	background-size: 20px;
	border: none;
	outline: 0;
	cursor: pointer;
}

/* Обертка, которая управляет высотой */
.search-bar-wrapper {
	overflow: hidden;
	height: 0;
	transition: height 0.3s ease;
	position: absolute;
	left: 0;
	right: 0;
	top: 60px; /* сразу под родителем */
	background: #fff;
	z-index: 100;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  }
  
  /* Контентная часть */
  .search-bar-container {
	padding: 10px;
	display: flex;
	/* gap: 5px; */
	align-items: center;
  }
  
  /* Поле и кнопка (для примера) */
  .search-bar-container input {
	flex: 1;
	padding: 5px;
  }
  
  .search-bar-container button {
	padding: 5px 10px;
  }
  
  /* При открытии — задаем высоту (или max-height, если она меняется) */
  .search-bar-wrapper.open {
	height: 60px; /* Зависит от твоего контента, подбери по месту */
  }
  
  /* На десктопе всегда видно */
  @media (min-width: 600px) {
	.search-bar-wrapper.open,
	.search-bar-wrapper {
	  height: auto;
	  position: static;
	  overflow: visible;
	  box-shadow: none;
	}
  
	.search-mob {
	  display: none;
	}
  }
  





.top-line .city #choose_city{
	background: url(/bitrix/templates/food_vx/images/loca.png) 2px center no-repeat;
	height: 30px;
	line-height: 30px;
	margin: 5px 0;
	background-size: 20px;
	padding-left: 25px;
	position: relative;
	cursor: pointer;
	display: flex;
	flex-wrap: nowrap;
	flex-direction: row;
}
.top-line .city #choose_city:after{
	content: '';
	background: url(/bitrix/templates/food_vx/images/down.png) center center no-repeat;
	width: 30px;
	height: 30px;
	margin-left: 3px;
}


.top-line .lang .accord{
	background: #f7f7f7 url(/bitrix/templates/food_vx/images/lang.png) 2px center no-repeat;
	height: 30px;
	line-height: 30px;
	margin: 5px 0;
	background-size: 20px;
	padding-left: 25px;
	position: relative;	
}
.top-line .lang .accord:after{
	content: '';
	position: absolute;
	right: 3px;
	background: url(/bitrix/templates/food_vx/images/down.png) center center no-repeat;
	width: 30px;
	height: 30px;
}


.top-line .minimenu{
	height: 30px;
	margin: 5px 0;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	line-height: 30px;
}

#cities_block{
	position: absolute;
	top: 45px;
	left: 0;
	display: none;
	overflow-y: auto;
}
#cities_block.show{
    position: absolute;
    left: 10px;
    width: 590px;
    background-color: #fff;
    display: flex;
	flex-direction: column;
    padding: 20px;
    border-radius: 10px;
    margin-top: 20px;
    box-shadow: 0 0 20px #aeaeae;
}
#cities_block.show .city-list{
	width: 100%;
	columns: 2;
	display: block;
	line-height: 20px;
}
#cities_block.show .city-list .region-block{
    display: block;
    text-wrap: nowrap;
}
#cities_block.show .city-list .region-block h5{
    font-size: 16px;
    margin: 0;
    margin-top: 10px;
}
#cities_block.show .city-list .region-block ul{
    margin: 0;
    padding: 0;
}
#cities_block.show .city-list .city-item{
    margin: 5px 0;
    cursor: pointer;
    transition: 0.5s;
    border-radius: 3px;
    padding: 5px;
    list-style-type: none;
    margin: 0;
}
#cities_block.show .city-list .city-item:hover{
	background-color: #94f0b6a0;
	border-radius: 3px;

}
#cities_block.show .cur-city{
	display: none;
}




.workarea {
min-height: 80vh;
/* overflow: hidden; */
padding-top: 100px;
}
.workarea .choose-city-message{
	height: 80vh;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 36px;
	color: #00272c;
}

.footer-block{
	/* background: #001023; */
	background: linear-gradient(to bottom, #001023, #121329);
	width: 100%;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	padding: 50px calc(8% + 40px);
	box-sizing: border-box;
}
.footer-content{
	width: 100%;
	background: #fff;
	border-radius: 14px;
}
.footer-block .logo{
	display: block;
	background: url(/bitrix/templates/food_vx/images/vmlogo.png) center left no-repeat;
	width: 120px;
	height: 70px;
	background-size: 120px;
	margin: 0 20px;
}
.footer-block .main{
	width: 100%;
	display: flex;
	flex-direction: row;
	padding: 50px 0;
	margin-top: 30px;
}
.footer-block .main .column{
	width: 33%;
	padding-left: 30px;
}
.footer-block .bottom{
	padding: 20px;
	border-top: 1px solid #dadada;
	font-size: 14px;
	text-align: right;
	align-items: end;
	color: #666;
}
#footer-menu,
#footer-menu ul,
#footer-menu li{
	list-style-type: none;
	padding: 0;
	margin: 0;

}
#footer-menu{
	padding: 30px 0;
	columns: 3;
}
#footer-menu li{
	padding-left: 20px;
}
#footer-menu a{
	color: #000;
}



#preloader{
	background: url(/bitrix/templates/food_vx/images/preloader.gif) center center no-repeat;
	margin: 50px auto;
	width: 100%;
	height: 74px;
	background-size: 64px;
}

#scrollUp, #scrollDown {
    position: fixed;
    left: 15px;
    padding: 10px;
    width: 40px;
    height: 40px;
    background-color: #ff9100;
    color: white;
    border: none;
    cursor: pointer;
    border-radius: 10px;
	z-index: 100;
    display: none; /* Сначала кнопки скрыты */
}
#scrollUp {
    bottom: 80px;
}
#scrollUp:before,
#scrollUp:after,
#scrollDown:before,
#scrollDown:after {
    content: '';
    position: absolute;
    left: 12px;
    top: 10px;
    width: 3px;
    height: 20px;
    background-color: #fff;
}
#scrollUp:before{
    transform: rotate(-45deg);
    margin-left: 12px;
}
#scrollUp:after{
    transform: rotate(45deg);
}
#scrollDown {
    bottom: 30px;
}
#scrollDown:before{
    transform: rotate(-45deg);
}
#scrollDown:after{
    transform: rotate(45deg);
    margin-left: 12px;
}

.cookie-notification {
    position: fixed;
    bottom: 0;
	left: 50%;
	transform: translate(-50%, 0);
	width: 100%;
    max-width: 600px;
    background-color: #2d2d2dba;
    color: #fff;
    text-align: center;
    padding: 15px;
	border: 3px solid #fff;
	border-radius: 10px 10px 0 0;
	text-align: left;
	z-index: 1000;
	padding-right: 100px;
	font-size: 14px;
	line-height: 16px;
	box-sizing: border-box;
    display: none;

}

.cookie-notification a {
    color: #FFD700;
    text-decoration: underline;
}

.cookie-notification button {
	position: absolute;
	right: 10px;
	bottom: 10px;
    background-color: #7fcd15;
    color: #fff;
    border: none;
    padding: 10px;
    cursor: pointer;
	width: 92px;
	border-radius: 5px;
}
.cookie-notification button:hover{
	background-color: #456f0a;
}

#contact-widget{
	/* display: none; */
	position: fixed;
	right: 15px;
	bottom: 30px;
	z-index: 100;
}
#contact-widget .contact-widget{
	background-color: #00a6ff;
	padding: 10px;
	border-radius: 30px;
	width: 40px;
	height: 40px;
	text-align: center;
	display: flex;
	flex-direction: column-reverse;
	transition: 0.5s;
}
#contact-widget .contact-widget.active{
	height: 174px;
}
#contact-widget .floating-button{
	background: #ffffffb6 url(/bitrix/templates/food_vx/images/buttons/chat-box.png) center center no-repeat;
	background-size: 25px;
	width: 40px;
	height: 40px;
	transition: 0.5s;
	border-radius: 50%;
}
#contact-widget .contact-widget.active .floating-button{
	background: #ffffffb6 url(/bitrix/templates/food_vx/images/buttons/close.png) center center no-repeat;
	background-size: 25px;
}
#contact-widget .contact-links{
	display: flex;
	flex-direction: column;
}
#contact-widget .contact-links a{
	display: block;
	width: 40px;
	height: 40px;
	margin-bottom: 5px;
	background-color: #fff;
	border-radius: 50%;
}
#contact-widget .contact-links a[title='Telegram']{
	background: #fff url(/bitrix/templates/food_vx/images/social-media/telegram.png) center center no-repeat;
	background-size: 20px;
}
#contact-widget .contact-links a[title='WhatsApp']{
	background: #fff url(/bitrix/templates/food_vx/images/social-media/whatsapp.png) center center no-repeat;
	background-size: 20px;
}
#contact-widget .contact-links a[title='Instagram']{
	background: #fff url(/bitrix/templates/food_vx/images/social-media/instagram.png) center center no-repeat;
	background-size: 20px;
}
.dearbuyer{
	margin: 10px 0;
	padding: 10px;
	font-size: 14px;
	font-weight: 700;
	background-color: #ffdbce;
	color: #ff6a34;;
}

.auth-block{
	margin: 10px 20px;
}

/* #authpanel .cab-link, */
.auth-block .cab-link{
	background: url(/bitrix/templates/food_vx/images/auth/user-trust.png) 98% center no-repeat;
	background-size: 20px;
	padding: 5px;
	padding-right: 30px;
	line-height: 40px;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 700;
	transition: 0.5s;
	cursor: pointer;
	color: #333;
}
/*#authpanel .cab-link:hover{*/
.auth-block .cab-link:hover{
	text-decoration: none;
	background-color: #ededed;
	border-radius: 30px;
	color: #43bf31;
}
/*#authpanel .userpic,*/
.auth-block .userpic{
	background: url(/bitrix/templates/food_vx/images/auth/user-lock.png) 98% center no-repeat;
	background-size: 20px;
	padding: 5px 10px;
    padding-right: 30px;
	height: 22px;
    line-height: 26px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    margin: 5px auto;
	width: fit-content;
	transition: 0.5s;
	cursor: pointer;
	color: #333;
}
/* #authpanel .userpic:hover{ */
.auth-block .userpic:hover{
	text-decoration: none;
	background-color: #ededed;
	border-radius: 30px;
	color: #43bf31;
}
.auth-form-phone,
.auth-form-code{
	max-width: 280px;
	position: absolute;
	right: 10px;
	background-color: #fff;
	border-radius: 15px;
	box-shadow: 0 0 10px #00000025;
	padding: 15px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.auth-form-phone *,
.auth-form-code *{
	margin: 10px;
}
.auth-form-phone input,
.auth-form-code input{
	width: fit-content;
	padding: 10px;
	border: 1px solid #dadada;
	border-radius: 5px;
	outline: none;
}
.auth-form-code input{
	width: 100px;
	text-align: center;
	font-size: 24px;
}
.auth-form-phone input:focus,
.auth-form-code input:focus{
	border: 1px solid #00a6ff;
}
.auth-form-phone button,
.auth-form-code button{
	background-color: #7fcd15;
	color: #fff;
	padding: 10px;
	border: none;
	border-radius: 5px;
	cursor: pointer;
	width: fit-content;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 700;
	font-family: 'Nunito', sans-serif;
}
.auth-form-code button:disabled{
	background-color: #dadada;
}

.lang-buttons{
	margin: 10px 20px;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
}
.lang-buttons button{
	background-color: #fff;
	border: none;
	border-radius: 5px;
	padding: 10px;
	margin-right: 10px;
	cursor: pointer;
	font-size: 12px;
	font-weight: 700;
	color: #333;
	transition: background-color 0.3s, color 0.3s;
	font-family: 'Nunito', sans-serif;
	text-transform: uppercase;
}
.lang-buttons button:hover{
	background-color: #f0f0f0;
	color: #000;
}
.lang-buttons button.active{
	background-color: #ff7d19;
	color: #fff;
}

.cart-mini{
	height: 40px;
	margin: 10px 20px;
	position: relative;
	cursor: pointer;
}
.cart-mini a{
	text-decoration: none;
}
.cart-mini .cart-title{
	line-height: 40px;
	font-weight: 700;
	height: 40px;
	color: #333;
	text-transform: uppercase;
	display: flex;
	flex-wrap: nowrap;
}
.cart-mini .cart-title.full{
	background: url(/bitrix/templates/food_vx/images/cart-full.png) left center no-repeat;
	background-size: 25px;
	padding-left: 35px;
}
.cart-mini .cart-title.full .num{
	background-color: #ff5100;
	color: #fff;
	border-radius: 5px;
	padding: 0 5px;
	margin: auto;
	margin-left: 5px;
	height: 20px;
	line-height: 20px;
	font-size: 12px;
}
.cart-mini .cart-title.empty{
	background: url(/bitrix/templates/food_vx/images/cart-empty.png) left center no-repeat;
	background-size: 25px;
	padding-left: 35px;
	color: #999;
	font-size: 14px;
}
.cart-mini-info{
	max-width: 280px;
	width: 200px;
	position: absolute;
	left: 0;
	top: 55px;
	background-color: #fff;
	border-radius: 15px;
	box-shadow: 0 0 10px #00000025;
	padding: 15px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

/*****catalog*****/

.catalogBlock{
	display: flex;
	flex-wrap: wrap;
}
.catalogBlock .catalog-block{
	width: 74%;
}

.filters-area {
    display: grid;
    margin: 20px;
    
	width: 17%;
	min-width: 220px;
    max-width: 350px;
	height: fit-content;
}
.filters{
	padding: 16px;
    border: 1px solid #ddd;
    border-radius: 12px;
    background: #f9f9f9;
}

.filters fieldset {
    border: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
	margin-bottom: 20px;
}

.filters legend {
    font-weight: 600;
    font-size: 16px;
    color: #333;
    margin-bottom: 8px;
	font-weight: 700;
}

.filters label {
    display: flex;
    align-items: center;
    cursor: pointer;
    font-size: 14px;
    border-radius: 8px;
    transition: all 0.3s ease;
    position: relative;
	color: #000;
	line-height: 18px;
}

.filters label:hover,
.filters label.selected {
    color: #007bff;
}

.filters input[type="radio"] {
    appearance: none;
    width: 18px;
    height: 18px;
    border: 2px solid #bbb;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: border-color 0.3s ease;
    background-color: #fff;
    position: relative;
	margin: 0;
	margin-right: 5px;
}

.filters input[type="radio"]::before {
    content: '';
    width: 10px;
    height: 10px;
    background-color: #007bff;
    border-radius: 50%;
    transform: scale(0);
    transition: transform 0.3s ease;
}

.filters input[type="radio"]:checked {
    border-color: #007bff;
}

.filters input[type="radio"]:checked::before {
    transform: scale(1);
}

.filters label.selected {
    border-color: #007bff;
    background-color: #f0f8ff;
}
.filters button {
    padding: 8px 16px;
    border: none;
    background-color: #007bff;
    color: white;
    font-size: 14px;
    border-radius: 8px;
    cursor: pointer;
    transition: background-color 0.2s;
}

.filters button:hover {
    background-color: #0056b3;
}
.filters-area .f-m{
	display: none;
}

.catalogBlock .product-item-container{
	height: fit-content;
}

/* 📱 Мобильная адаптация */
@media (max-width: 1024px) {
	.catalogBlock{
		display: flex;
		flex-direction: column;
	}
    .filters-area, .catalogBlock .catalog-block {
        width: 100%;
        padding: 12px;
    }

    .filters label {
        font-size: 14px;
        padding: 5px;
    }

    .filters input[type="radio"] {
        width: 20px;
        height: 20px;
    }

    .filters input[type="radio"]::before {
        width: 10px;
        height: 10px;
    }

    .filters button {
        font-size: 14px;
        padding: 12px;
    }

	.filters-area .f-m{
		display: block;
		position: fixed;
		top: 50px;
		right: 5px;
		width: 40px;
		height: 40px;
		background: url(/bitrix/templates/food_vx/images/filters.png) center center no-repeat;
		background-size: 20px;
		z-index: 1000;

	}
	.filters{
		position: fixed;
		top: 100px;
		right: -100%;
		width: 80%; /* Чтобы не занимало весь экран */
		max-width: 320px; /* Оптимальный размер */
		height: 90vh; /* Ограничение по высоте */
		background-color: #fff;
		z-index: 1000;
		border-radius: 5px 0 0 5px;
		transition: right 0.5s;
		box-shadow: -4px 0 10px rgba(0, 0, 0, 0.1);
	
		/* Добавляем прокрутку при необходимости */
		overflow-y: auto;
		max-height: calc(100vh - 120px); /* Ограничиваем высоту, оставляя место сверху и снизу */
		padding: 16px;
	}
	.filters.open{
		right: 0;
	}
}


@media screen and (max-width: 1250px) {
	.city.w2{
		width: 18%;
	}
	.top-line .city #choose_city{
		font-size:0.9em;
	}
	.top-line .city #choose_city:after {
		width: 15px;
	}
}
@media screen and (max-width: 1090px) {
	.top-line .search{
		width: 50%;
	}
	.auth-block span,
	.cart-mini span{
		display: none;
	}
	.cart-mini .cart-title{
		width: 0px;
	}
	.cart-mini .cart-title.full{
		position: relative;
		padding-left: 30px;
	}
	/* .cart-mini .cart-title.full:after{
		content: '';
		position: absolute;
		top: 0;
		right: 0;
		display: block;
		width: 10px;
		height: 10px;
		background: #ff5100;
		border-radius: 50%;
	} */
	.cart-mini .cart-title.full .num{
		margin-left: 0;
	}
	.auth-block,
	.cart-mini{
		margin: 10px;
	}
	.cart-mini{
		margin-left: auto;
	}
	.cart-mini-info{
		left: auto;
		right: 0;
	}
}
@media screen and (max-width: 1080px) {
	.city.w2{
		width: 25%;
	}
	.top-line .city #choose_city{
		background-size: 20px;
		font-size:0.8em;
	} 
}
@media screen and (max-width: 1024px) {
	h1{
		font-size: 24px;
	}
	.bx-breadcrumb-item{
		line-height: 24px;
	}
	.footer-block{
		padding: 20px;
	}
	#footer-menu{
		margin: 2px;
		border-bottom: 1px solid #ededed;
	}
	#footer-menu li {
		padding: 10px 20px;
		display: flex;
		
	}
	.footer-block .main .column div{
		padding: 10px 0;
	}
	.catalog-section-list-list.s{
		width: 200px;
		padding: 0 10px;
	}
	.catalogBlock .product-item-container{
		width: 170px;
	}
	.bx-breadcrumb{
		margin: 0 auto;
	}
}
@media screen and (max-width: 900px) {
	.information{
		flex-wrap: wrap;
	}
	.information .image {
		width: 100%;
		margin: 10px 0;
		padding: 0;
		height: 280px;
		overflow: hidden;
	}
	.information .image img{
		width: auto;
		height: 270px;
		max-height: 270px;
		margin: 5px;
	}
	.information .active_block{
		width: 100%;
	}
	.city.w2{
		width: 220px;
	}
}
@media screen and (max-width: 720px){
	.catalog.w1{
		width: 30px;
		margin: 10px 3px;
	}
	.top-line .menu-button span{
		display: none;
	}
	.city.w2{
		margin: 10px 3px;
		/* width: 110px */
	}
	.w4 {
        width: 200px !important;
		margin: auto 3px;
    }
	.lang.w1,
	.links.w2.lr{
		display: none;
	}
	#footer-menu{
		columns: 2;
	}
	.footer-block .main{
		margin-top: 0;
		padding: 10px 0;
	}
	.footer-block .main .column:first-child{
		display: none;
	}
	.footer-block .main .column{
		width: 50%
	}
	.category-catalog{
		flex-direction: column;
	}
	.category-list{
		width: 100%;
		padding: 10px;
	}
	#getcatalog{
		width: 100%;
	}
	.catalog-section-list-list.s{
		width: 100%;
		flex-direction: row;
	}
	.catalogBlock .product-item-container{
		width: 27%;
		padding: 5px;
		margin: 5px;
	}
	.product-item-image-wrapper{
		height: 100px;
	}
	.item-price-block{
		flex-direction: column;
	}
	.item-price-block .more-price{
		width: fit-content;
	}
}
@media screen and (max-width: 600px) {
	.information .active_block{
		flex-direction: column;
	}
	.information .active_block .main-info,
	.information .active_block .addit-info{
		width: 100%;
		margin-bottom: 20px;
	}
	.information .active_block .main-info .good-kbzu,
	#goodinfomin{
		width: 90%
	}
	#goodinfomin{
		margin-top: 20px;
	}
	.shops .shop-block{
		flex-wrap: wrap;
	}
	.table-name,
	.table-price{
		width: calc(50% - 20px);
		margin: 5px;
	}
	.table-info{
		width: calc(100% - 10px);
		margin: 5px;
		display: flex;
		flex-direction: row;
		justify-content: start;
	}
	.table-info .pickup{
		margin-right: 10px;
	}
	.table-info .link-to-shop{
		margin: auto;
		margin-right: 10px;
	}
	.table-name img{
		width: 70px;
	}
	
	.catalogBlock .product-item-container{
		width: 40%;
		padding: 5px 10px;
		margin: 5px;
	}
    #cities_block.show{
        width: 90%;
        margin-left: 0;
        transform: translate(0, 0);
        
        padding: 20px;
		overflow: hidden;
		height: 70vh;
		/* top: 10px; */
		/* min-height: 50vh; 
  		overflow-y: auto;
		z-index: 1000; */
		/* position: fixed; */
    }
	#cities_block.show .city-list{
		columns: 1;
		overflow-y: scroll;
	}
	/* #cities_block.show .city-list > div{
		overflow-y: scroll;
		max-height: 70vh;
	} */
    .city-item{
        margin: 0;
        word-wrap: none;
        display: flex;
    }
	.cart-mini{
		margin-left: 0;
	}
	.top-line .search.mob{
		width: 40px;
		margin-right: 10px;
		margin-left: auto;
	}
	.search.mob .search-mob{
		width: 38px;
		background: url(/bitrix/templates/food_vx/images/search.png) center center no-repeat;
		background-size: 20px;
		border: none;
		outline: 0;
		cursor: pointer;
		margin-left: auto;
		margin-right: 10px;
	}
	.search.mob .search-mob.close{
		background: url(/bitrix/templates/food_vx/images/buttons/close.png) center center no-repeat;
		background-size: 20px;
	}
	.search.mob #search-bar-container{
		width: 90%;
		margin: 10px auto;
	}
}




@media screen and (max-width: 450px) {
	.city.w2{
		overflow: hidden;
	}
	.top-line .city #choose_city{
		word-break: break-all;
	}
	.shops .shop-block{
		flex-direction: column;
		margin: 5px;
		padding: 5px;
	}
	.table-name, 
	.table-price,
	.table-info{
		width: 100%;
	}
	.table-name{
		display: flex;
		flex-direction: row;
	}
	.table-price{
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}
	.table-info{
		justify-content: center;
	}
}
@media screen and (max-width: 400px) {
	#footer-menu{

		columns: 1;

	}
	.footer-block .main{
		flex-direction: column;
	}
	/* .table-name,
	.table-price,
	.table-info{
		width: 100%;
		padding: 10px;
	} */
	.shops .shop-block.demo::before{
		top: -2px;
		font-size: 16px;
	}
	.top-line .city #choose_city span,
	.top-line .city #choose_city:after{
		display: none;
	}

	.top-line .city #cities_block .cur-city{
		display: block;
		color: #ff5100;
		font-weight: 700;
		margin: 10px 5px;
	}
}
@media screen and (max-width: 330px) {
	.catalogBlock .product-item-container{
		width: 80%;
		padding: 5px 10px;
		margin: 5px;
	}
}

.breadcrumbs {
    list-style: none;
    padding: 0;
    margin: 0 0 15px;
    font-size: 14px;
}

.breadcrumbs li {
    display: inline;
}

.breadcrumbs li + li::before {
    content: " / ";
    padding: 0 5px;
}




/************/
/************/
/************/



/************/
/************/
/************/
/************/
/************/
/************/
/************/
/************/






/************/
/************/
/************/
/************/
/************/
/************/






/* End */
/* /bitrix/templates/food_vx/template_styles.css?175741242527740 */
