.panelTop {
	background: #f29e00;
}
.panelTop_text {
	line-height: 21px;
	padding: 15px 30px 15px 0;
	color: #fff;
	font-size: 15px;
	font-weight: 600;
}
.panelTop_close {
	position: absolute;
	top: 21px;
	right: 0;
	width: 21px;
	height: 21px;
	background: none;
}
.panelTop_close::after {
	content: '';
	display: block;
	width: 15px;
	height: 15px;
	background: url(/_/common/img/sprite.png) -361px -28px no-repeat;
}

@media (max-width: 1023px) {
	.menu_popup_opend .panelTop {
		display: none;
	}
}

@media (min-width: 1024px) {
	.panelTop_text {
		padding: 20px 30px;
		font-size: 17px;
		text-align: center;
	}
}