@media(max-width:1550px) {
	.container {
		width: 991px;
	}
	.menu-wrapper {
		min-height:100px;
	}
}
@media(max-width:1450px) {
	h2, .h2 {
		font-size:22px;
	}
	h3, .h3 {
		font-size: 18px;
	}
	h4, .h4 {
		font-size: 20px;
	}
	.menu__item-single__price, .footer-hours, .contact-list li a {
		font-size: 16px;
	}
	.menu__item-single__bottom, .categories-single .text {
		font-size:14px;
	}
	.footer-hours {
		line-height: 1.5;
	}
	.logo-wrapper {
		width:310px;
		height:140px;
	}
	.footer-col.col-logo .logo-wrapper {
		width: 245px;
		height: 110px;
	}
	.menu-wrapper .owl-nav > div {
		top:-2px;
	}
	.hero__lang-select {
		height: 60px;
		width: 60px;
	}
	.menu-blocks {
		margin-top: 45px;
	}
	#language-loading .icon {
		width:115px;
	}
	.footer-wrapper {
		margin-top:120px;
	}
	.menu-block__title {
		margin-bottom:30px;
	}
	.menu-wrapper {
		min-height:78px;
	}
}
@media(max-width:1150px) {
	.container {
		width:90vw;
	}
	.menu-block:not(:last-child) {
		margin-bottom: 50px;
	}
	.menu-wrapper::after {
		content:'';
		position:absolute;
		bottom:0;
		left:50%;
		transform:translateX(-50%);
		min-width:100vw;
		width:100%;
		height:1px;
		background-color:var(--color_1);
	}
	.menu-wrapper {
		min-height:unset;
	}
	#main .menu-wrapper .owl-nav > div:hover svg,
	.hero__lang-select:hover svg {
		transform:unset;
	}
}
@media(max-width:991px) {
	.footer__hours-single {
		column-gap:10px;
	}
	.footer-cols {
		flex-direction: column;
		justify-content: center;
		align-items: center;
		text-align: center;
		row-gap: 40px;
	}
	.contact-list li a {
		justify-content:center;
	}
	.footer-wrapper {
		padding-top:40px;
		margin-top:80px;
	}
	.footer-title {
		margin-bottom:15px;
	}
	.contact-list li a .icon {
		margin-top:0;
	}
	.contact-list li.email-item a .icon {
		margin-top:2px;
	}
	.menu-wrapper {
		/* 		min-height:95px; */
	}
}
@media(max-width:680px) {
	.menu__item-single__seperator {
		display:none;
	}
	.menu-item__single {
		border-bottom: 2px solid var(--color_4);
		padding-bottom: 15px;
	}
	.menu-block:nth-child(even) .menu-item__single {
		border-color: var(--color_3);
	}
	.logo-wrapper {
		max-width:310px;
		max-height:140px;
		width:240px;
		height:auto;
	}
	.hero__lang-select {
		height: 45px;
		width: 45px;
	}
	#hero-flags {
		column-gap: 25px;
		margin-bottom: 30px;
	}
	.menu__item-single__top {
		column-gap: 20px;
	}
	#language-loading .icon {
		width: 80px;
	}
	.footer-col.col-logo .logo-wrapper {
		width:220px;
		height:auto;
	}
	.contact-list li.address-item a {
		max-width: 220px;
		min-width: 220px;
	}
	.menu-items {
		row-gap:15px;
	}
	.menu-wrapper {
		/* 		min-height:78px; */
	}
	.before__footer-notices {
		margin-top: 40px;
	}
	.before__footer-notices * {
		font-size:15px;
	}
}
@media(max-width:575px) {
	.menu-wrapper {
		/* 		min-height:unset; */
/* 		padding-bottom:10px; */
	}
	.categories-single .text {
		font-size: 12px;
	}
	.menu-wrapper .owl-nav > div.owl-prev {
		left: -25px;
	}
	.menu-wrapper .owl-nav > div.owl-next {
		right: -25px;
	}
}
@media(max-width:390px) {
	.secondary--layout-menus__parent .menu-block__title .header .icon{
		right: 0;
	}
}
@media(max-width:340px) {
	.categories-single .text {
		font-size: 12px;
	}
}