
#top{
	width: 100%;
}
body.left_panel_opened #top{
	width: calc(100% - 396px);
}

#left{
	display: none;
}
body.left_panel_opened #left{
	display: block;
}

#right{
	width: auto;
	float: none;
}
body.left_panel_opened #right{
	width: calc(100% - 396px);
	float: right;	
}
/*---------------------------------------------------*/
.big_header{
	font-size: 24px;
	margin-bottom: 20px;
}
/*---------------------------------------------------*/
#top .menu_opener{
	display: inline-block;
}

#top .summary .type_value{
	margin-left: 20px;
	font-size: 20px;
}
/*---------------------------------------------------*/
.main_header nav.menu1{
	margin-left: 100px;
}
/*---------------------------------------------------*/
.top_promo{
	background-image: none;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	height: auto;
	max-height: 175px;
}
.top_promo .best_deals{
	display: none;
}

.top_promo .text1{
	font-size: 20px;
	position: static;
	margin: 0;
	display: inline-block;
	vertical-align: middle;
	white-space: normal;
}

.top_promo .text2{
	position: static;
	margin: 0;
	display: inline-block;
	vertical-align: middle;
	white-space: normal;
}

.top_promo .text1 br,
.top_promo .text2 br{
	display: none;
}

.top_promo .text2 .button1{
	margin: 5px auto;
}