
@import "component-adaptive.css";

.menu-block {
	overflow: hidden;
	padding-top: 90px;
}

.menu-block__section:first-child .menu-block__section-title {
	/*margin: 0;*/
}

body .food-menu-block {
	padding-top: 33px;
	max-width: 100%;
}

.page-title {
	margin: 40px auto;
}

.menu-block__section {
	justify-content: center;
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	justify-content: space-between;
	flex-wrap: wrap;
}

.menu-block__subsection-title {
	font-family: 'Open Sans', sans-serif;
	font-weight: bold;
	font-size: 18px;
	color: #be1113;
	text-transform: uppercase;
}

.menu-block__subsection {
	/* margin-top: 40px; */
	margin-bottom: 40px;
	width: 100%;
}

.menu-block__list {
	margin-top: 23px;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
	width: 100%;
	min-width: 100%;
}

.menu-block__list-elements {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: nowrap;
	margin-bottom: 30px;
	width: 46%;
	position: relative;
}

.menu-block__list-elements > p {
	/* white-space: nowrap; */
}

.menu-block__list-elements-doter {
	border-bottom: 1px black dashed;
	width: 97%;
	display: flex;
	margin: 0 10px;
	position: absolute;
	bottom: 3px;
	right: 0;
}

.menu-block__list-elements-name {
	font-family: 'Open Sans', sans-serif;
	font-weight: bold;
	background: #fff;
	position: relative;
	z-index: 10;
	padding-right: 10px;
	white-space: normal;
	max-width: 380px;
	/* width: 100%; */
	display: flex;
	flex-direction: column;
	line-height: 1.2;
	margin-bottom: 5px;
}

.menu-block__list-elements-price {
	font-family: 'Open Sans', sans-serif;
	font-weight: bold;
	position: relative;
	z-index: 10;
	background: #fff;
	padding-left: 10px;
}

.price-delimiter {
	margin: 0 4px;
}

.menu-block__list-elements-volume {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	background: #fff;
	position: relative;
	z-index: 100;
	padding-right: 10px;
	line-height: 1.2;
}

.menu-block__section-title {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-family: 'Open Sans', sans-serif;
	font-weight: 800;
	font-size: 30px;
	color: #be1113;
	text-transform: uppercase;
	/* letter-spacing: 0.06em; */
	letter-spacing: 0.045em;
	text-align: center;
	line-height: 40px;
	/* margin-top: 43px; */
	/* margin-bottom: 63px; */
	padding: 7px 0;
	padding-left: 20px;
	padding-right: 20px;
	width: auto;
	height: auto;
	min-height: 65px;
	border-radius: 10px;
	margin: 40px auto;
	/* width: 100%; */
	white-space: nowrap;
}

.menu-block__section-title.adaptive {
	display: none;
}

.block-delimiter-black.menu-food-delimiter:before {
	position: static;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	transform: none;
	width: 100%;
}

.block-delimiter-black.menu-food-delimiter:after {
	position: static;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	transform: none;
	width: 100%;
}

.block-delimiter-black.menu-food-delimiter img {
	display: none;
}

.menu-block__list-elements-wrapper {
	width: 100%;
	display: flex;
	justify-content: space-between;
}


.menu__subsection-single-elem {
	width: 46%;
}

.menu__subsection-single-elem .menu-block__list-elements {
	width: 100%;
}