div#sandbox_theme_panel_478061 {
	width: 150px !important;
	top: 50% !important;
}
@media all and (min-width:1261px) {
	.new_red_panel {
		display: none;
	}	
	.new_red {
		display: block;
	}
}
@media all and (max-width:1260px) {
	.new_red_panel {
		display: block;
	}	
	.new_red {
		display: none;
	}
}
.new_red_panel {
	margin-left: auto;
	margin-right: 8px;
}
.new_red_panel__link {
	padding: 10px 15px;	
	display: block;
	display: inline-block;
	vertical-align: top;
	background: #176de9;
	margin-right: 5px;
	font-size: 15px;
	border-radius: 6px;
	color: #fff;
	margin-top: 5px;
	margin-bottom: 5px;
	text-decoration: none;
}
.new_red_panel__link:hover {
	box-shadow: 0px 8px 15px rgba(23, 109, 233, 0.3);
    background: #458aed;	
}
.new_red {
	margin-left: auto;
	margin-right: auto;
}
.new_red__link {
	padding: 15px;	
	display: block;
	display: inline-block;
	vertical-align: top;
	background: #176de9;
	margin-right: 5px;
	font-size: 15px;
	border-radius: 6px;
	color: #fff;
	text-decoration: none;
}
.new_red__link:hover {
	box-shadow: 0px 8px 15px rgba(23, 109, 233, 0.3);
    background: #458aed;	
}
@media all and (max-width:410px) {
	.new_red_panel {
		display: none;
	}	
	.new_red {
		display: block;
		margin-top: 11px;
	}
	.timer-block__inner {
		-webkit-box-orient: vertical;-webkit-box-direction: normal;-ms-flex-direction: column;flex-direction: column;
	}
	
}