.brand-logo {
	max-width: 75px;
	margin: 5px 0px;
}

.page-banner > .page-bg-wrapper {
	padding-top: 45px;
	padding-bottom: 45px;
}


.header-blurred-background {
	position: relative;
	overflow: hidden;
}

.page-banner-content::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	filter: blur(10px); /* Уровень размытия */
	z-index: -2; /* Слой позади текста */
}

.page-banner-content::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5); /* Полупрозрачный тёмный слой */
	z-index: -1; /* Между фоном и текстом */
}

.page-banner-content {
	position: relative;
	color: white; /* Белый текст */
	z-index: 1; /* Поверх затемненного слоя */
}


#banner-shops .page-bg-wrapper,  #banner-shops .page-banner-content::before{
	background-image: url(/images/header/banner_1.jpg);
}




.page-banner-content h1 {
	margin-bottom: 5px;
}

.page-banner-content {
	padding-bottom: 15px;
}





.foodix-tabs.style-one {
	max-width: fit-content;
}

.hero-wrapper .hero-content h1 {
	color: #73ad09;
}

.navigation-white .header-navigation .main-menu ul li > a {
	color: #73ad09 !important;
}

.header-area.sticky {
	border-bottom: 1px solid #ffd0a9;
}


.header-area.header-one.sticky {
	background-image: url(/images/bg.jpg)	
}




























.select2-container--default .select2-results>.select2-results__options{
	max-height: 140px !important;
}

.our-stores {
	height: calc(100vh - 60px);
	left: -15px;
	overflow: hidden;
	position: relative;
	width: calc(100% + 30px)
}

@media (min-width:992px) {
	.our-stores {
		height: calc(100vh - 82px);
		overflow: visible
	}
}

.our-stores .our-stores-map {
	height: calc(100% + 170px);
	width: 100%
}

@media (min-width:992px) {
	.our-stores .our-stores-map {
		height: 100%;
		width: calc(100vw + 150px)
	}
}

@media (min-width:1230px) {
	.our-stores .our-stores-map {
		left: calc(600px - 50vw)
	}
}

.our-stores .position-count-label {
	padding-bottom: 9px
}

.our-stores .search-shop-block {
	left: 50%;
	position: absolute;
	top: 15px;
	transform: translateX(-50%);
	width: calc(100% - 30px)
}

@media (min-width:992px) {
	.our-stores .search-shop-block {
		left: 15px;
		max-width: 450px;
		top: 50%;
		transform: translateY(-50%)
	}
}

.map-locations {
	height: 100%;
	width: 100%;
}


.search-shop-block {
	max-width: 500px;
	padding: 20px 15px 30px;
	position: relative;
	z-index: 5
}

@media (min-width:768px) {
	.search-shop-block {
		padding: 30px
	}
}

.search-shop-block:after {
	border-radius: 30px;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1
}

.search-shop-block__title {
	margin-bottom: 10px
}

.search-shop-block__description {
	font-size: 14px;
	margin-bottom: 15px
}

.search-shop-block__actions {
	align-items: center;
	display: flex;
	margin: 20px -9px 0
}

@media (min-width:768px) {
	.search-shop-block__actions {
		margin: 20px -15px 0
	}
}

.search-shop-block__actions .btn {
	flex-grow: 1;
	max-width: 200px;
	white-space: nowrap
}

.search-shop-block__actions .action {
	font-weight: 500;
	margin: 0 9px
}

@media (min-width:768px) {
	.search-shop-block__actions .action {
		margin: 0 15px
	}
}

.shop-item {
	background: #fff;
	border-radius: 10px;
	display: flex;
	flex-direction: column
}

@media (hover:hover) {
	.shop-item {
		cursor: pointer
	}

	.shop-item:hover .shop-item__picture img {
		transform: scale(1.1) rotate(-2deg)
	}
}

.shop-item__picture {
	align-items: center;
	border-radius: 10px 10px 0 0;
	display: flex;
	height: 210px;
	justify-content: center;
	overflow: hidden
}

@media (min-width:768px) {
	.shop-item__picture {
		height: 180px
	}
}

.shop-item__picture img {
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	transition: transform 404ms linear;
	width: 100%
}

.shop-item__description {
	display: flex;
	flex-direction: column;
	flex-grow: 1;
	font-size: 14px;
	padding: 10px
}

.shop-item__name {
	font-weight: 500;
	margin-bottom: auto
}

.shop-item__info {
	align-items: center;
	display: flex;
	justify-content: space-between;
	margin-top: 8px
}

.shop-item__price {
	font-size: 18px;
	font-weight: 500
}

.info-place {
	display: flex;
	font-size: 14px;
	line-height: 1.2
}

.info-place__left {
	padding-right: 20px
}

.info-place__left a {
	font-weight: 500
}

.info-place__logo {
	display: flex;
	flex-direction: column;
	height: 50px;
	margin-bottom: 10px;
	width: 62px
}

.info-place__phones .item+.item {
	margin-top: 3px
}

.info-place__city {
	font-weight: 500;
	margin-bottom: 5px
}

.info-place__street {
	margin-bottom: 5px
}

.info-place__schedule-name {
	color: #888;
	font-size: 12px;
	font-weight: 700;
	margin-top: 15px
}

.info-place__schedule-items {
	display: flex;
	flex-direction: column
}

.info-place__schedule-items .item {
	align-items: center;
	display: flex;
	line-height: 1.1;
	margin-top: 6px
}

.info-place__schedule-items .day {
	font-weight: 500;
	padding-right: 10px;
	width: 55px
}
