.mobile_quick_contacts,
.mobile_quick_order_wrap {
	display: none;
}
@media (max-width: 768px) {
	#header {
		position: relative;
		display: block;
	}
	#headerbar.mobile_header_top {
		position: relative;
		display: block;
		min-height: 132px;
		padding: 10px 12px 50px;
		background: #3b3b3f;
		border-radius: 0;
	}

	#headerbar.mobile_header_top .header_logo {
		display: none;
	}

	#headerbar.mobile_header_top .header_company {
		margin: 0;
		color: #fff;
		display: grid !important;
		grid-template-columns: 126px minmax(0, 1fr);
		align-items: start;
		column-gap: 10px;
		max-width: calc(100% - 6px);
	}


	#headerbar.mobile_header_top .header_company p {
		margin: 0;
	}

	#headerbar.mobile_header_top .header_company p:first-child {
		position: relative;
		grid-column: 1;
		padding-right: 10px;
		margin: 0;
	}


	#headerbar.mobile_header_top .header_company p:first-child::after {
		content: "";
		position: absolute;
		top: 2px;
		right: 0;
		width: 1px;
		height: 42px;
		background: rgba(255, 255, 255, 0.8);
	}

	#headerbar.mobile_header_top .header_company p:nth-child(2) {
		display: block !important;
		grid-column: 2;
		align-self: start;
		max-width: none;
		margin: 0;
		color: #fff;
		font-size: 13px;
		line-height: 1.8;
		font-weight: 500;
		text-align: left;
		white-space: normal;
		overflow: visible;
		width: 130px;
	}


	#headerbar.mobile_header_top .header_company p:nth-child(n+3),
	#headerbar.mobile_header_top #metro,
	#headerbar.mobile_header_top .header_contacts > p,
	#headerbar.mobile_header_top .header_contacts .ask_to_call,
	#headerbar.mobile_header_top .header_contacts .call_me_btn {
		display: none;
	}

	#headerbar.mobile_header_top #header_company_name {
		display: block;
		max-width: 120px;
		color: #fff;
		font-size: 24px;
		line-height: 0.9;
		font-weight: 700;
		text-transform: uppercase;
		text-decoration: none;
	}

	#headerbar.mobile_header_top #header_company_name span {
		display: block;
		color: #4e83c8;
	}

	#headerbar.mobile_header_top .header_contacts {
		position: absolute;
		left: 0;
		bottom: 8px;
		padding: 0;
		width: auto;
	}

	#headerbar.mobile_header_top .social_media {
		margin-left: 18px;
		padding-left: 0;
	}

	#headerbar.mobile_header_top .social_media ul {
		display: flex;
		align-items: center;
		margin: 0;
		padding: 0;
		justify-content: flex-start;
	}

	#headerbar.mobile_header_top .social_media li {
		list-style: none;
	}

	#headerbar.mobile_header_top .social_media a {
		display: block;
		width: 38px;
		height: 38px;
		border-radius: 50%;
		background-size: 62% !important;
		background-position: center !important;
		background-repeat: no-repeat !important;
	}

	#headerbar.mobile_header_top .social_media .phone_icon {
		position: relative;
		background-color: #63c133;
		background-image: none !important;
	}

	#headerbar.mobile_header_top .social_media .phone_icon::before {
		content: "max";
		display: block;
		color: #fff;
		font-size: 12px;
		line-height: 38px;
		text-align: center;
		font-weight: 700;
		text-transform: uppercase;
		letter-spacing: 0.3px;
	}

	#headerbar.mobile_header_top .social_media .wa_icon {
		background-color: #63c133;
	}

	#headerbar.mobile_header_top .social_media .tg_icon {
		background-color: #53aee6;
	}

	#headerbar.mobile_header_top .social_media .vb_icon {
		position: relative;
		background-color: #8f51ce;
	}
	#headerbar.mobile_header_top .social_media .phone_icon {
		background-color: #63c133;
	}

	#headerbar.mobile_header_top .social_media .vb_icon::before {
		/*content: url("/media/img/max.png");*/
		content: "";
		position: absolute;
		top: 50%;
		left: 50%;
		width: 30px;
		height: 30px;
		transform: translate(-50%, -50%);
		background: url("/media/img/max.png") center center / contain no-repeat;
	}

	#headerbar.mobile_header_top .social_media .mail_icon {
		position: relative;
		background-color: #4c98da;
		background-image: none !important;
	}

	#headerbar.mobile_header_top .social_media .mail_icon::before {
		content: "@";
		display: block;
		color: #fff;
		font-size: 23px;
		line-height: 38px;
		text-align: center;
		font-weight: 700;
	}
	#headerbar.mobile_header_top .social_media .phone_icon::before {
		content: "☎";
		display: block;
		color: #fff;
		font-size: 24px;
		line-height: 38px;
		text-align: center;
		font-weight: 700;
	}

	.mobile_quick_contacts {
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: space-between;
		gap: 10px;
		padding: 8px 12px 2px;
		background: #fff;
		font-size: 14px;
		font-weight: 700;
	}

	.mobile_quick_contacts a {
		color: #111;
		text-decoration: none;
		white-space: nowrap;
	}

	.mobile_quick_contacts a:first-child {
		text-align: left;
	}

	.mobile_quick_contacts a:last-child {
		text-align: right;
		margin-left: auto;
	}

	.mobile_quick_order_wrap {
		display: flex;
		justify-content: center;
		padding: 25px 12px 14px;
		background: #fff;
	}

	.mobile_quick_order {
		display: inline-flex !important;
		align-items: center;
		justify-content: center;
		min-width: 240px;
		padding: 10px 20px;
		border: 0;
		border-radius: 16px;
		background: linear-gradient(180deg, #d86563 0%, #b84545 100%);
		color: #fff;
		font-size: 16px;
		font-weight: 400;
		text-transform: uppercase;
	}

	#menubar.mobile_header_menu {
		position: absolute;
		right: 20px;
		top: 72px;
		z-index: 50;
		background: transparent;
		margin: 0;
		padding: 0;
	}

	#menubar.mobile_header_menu label {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		width: 38px;
		height: 38px;
		border-radius: 50%;
		background: #1f1f22;
		cursor: pointer;
	}

	#menubar.mobile_header_menu #mobile_menu_button {
		position: relative;
		display: block;
		width: 14px;
		height: 2px;
		background: #fff;
		border-radius: 1px;
		transform: none;
	}

	#menubar.mobile_header_menu #mobile_menu_button::before,
	#menubar.mobile_header_menu #mobile_menu_button::after {
		content: "";
		position: absolute;
		left: 0;
		width: 14px;
		height: 2px;
		background: #fff;
		border-radius: 1px;
	}

	#menubar.mobile_header_menu #mobile_menu_button::before {
		top: -4px;
	}

	#menubar.mobile_header_menu #mobile_menu_button::after {
		top: 4px;
	}

	#menubar.mobile_header_menu #navigation {
		position: fixed;
		top: 130px;
		left: 12px;
		right: auto;
		min-width: 170px;
		max-width: calc(100vw - 24px);
		background: #4f5052;
		box-shadow: 0 4px 16px rgba(0, 0, 0, 0.25);
	}

	#menubar.mobile_header_menu #mobile_menu:not(:checked) ~ #navigation {
		display: none;
	}

	#menubar.mobile_header_menu #mobile_menu:checked ~ #navigation {
		display: block;
	}

	#menubar.mobile_header_menu #navigation > ul {
		display: block;
		margin: 0;
		padding: 0;
	}

	#menubar.mobile_header_menu #navigation > ul > li.level1 {
		display: block;
		margin: 0;
		border-bottom: 1px solid rgba(255, 255, 255, 0.12);
	}

	#menubar.mobile_header_menu #navigation > ul > li.level1 > a {
		display: block;
		padding: 14px 12px;
		color: #fff;
		font-size: 18px;
		line-height: 1;
		text-decoration: none;
	}

	#menubar.mobile_header_menu #navigation .level2 {
		display: none !important;
	}
	#advantages {
	display: none !important;
	}
}