@font-face {
 font-family: fg;
 src: url("../fonts/fg.ttf");
}
#black_friday_main_box {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.9);
	z-index: 1;
	display: none;
	font-family: fg;
	color: #fff;
}
#black_friday_main_box h4{
	text-align: center;
	font-size: 50px;
	line-height: 0px;
	color: #fff;
	font-weight: bold;
	margin: 60px;
}
#black_friday_main_box p{
	text-align: center;
	font-size: 20px;
	color: #fff;
	font-weight: bold;
}
#black_friday_main_box p.small{
	text-align: center;
	font-size: 15px;
	color: #fff;
	margin: 0px 0px 0 40px;
}
#black_friday_main_box .small a{
	color: #aaa;
	font-weight: bold;
	text-decoration: none;
}
#black_friday_box {
	background-color: #000;
	display: none;
	z-index: 9900;
	margin: 50px auto;
	padding: 50px;
	max-width: 904px;
}
#close_black_friday_box, #close_black_friday_congratulations_box {
	background-image: url(../img/close_black_friday_box.jpg);
	width: 28px;
	height: 28px;
	position: absolute;
	top: 11px;
	right: 19px;
}
#close_black_friday_congratulations_box {
	top: 28px;
}
#close_black_friday_box:hover, #close_black_friday_congratulations_box:hover {
	background-image: url(../img/close_black_friday_box_hovered.jpg);
}


#black_friday_already_win_box {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	flex-align: center;
	justify-content: center;
	color: #fff;
	text-align: center;
}
#close_black_friday_box, #close_black_friday_already_win_box {
	background-image: url(../img/close_black_friday_box.jpg);
	width: 28px;
	height: 28px;
	position: absolute;
	top: 11px;
	right: 19px;
}
#close_black_friday_already_win_box {
	top: 28px;
}
#close_black_friday_box:hover, #close_black_friday_already_win_box:hover {
	background-image: url(../img/close_black_friday_box_hovered.jpg);
}
.black_friday_main{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.black_friday_discount_game {
	display: flex;
}
.black_friday_discount_game span {
	font-size: 140px;
}
.black_friday_discount_game > div{
}
#black_friday_discount_game_first_digit, #black_friday_discount_game_second_digit{
	transition: 0.5s;
}
.black_friday_header h1{
	font-size: 90px;
	text-align: center;
	line-height: 90px;
	padding: 0px;
	margin: 0;
}
.black_friday_extra h2 {
	text-align: center;
	color: #ff0309;
	font-weight: normal;
	font-size: 30px;
	margin: 0;
}
.black_friday_main_button button{
	width: 400px;
	background-color: #ac0206;
	border: none;
	border-radius: 0px;
	transition: 0.5s;
	min-height: 60px;
	color: #fff;
	font-size: 30px;
}
.black_friday_main_button button:hover{
	background-color: #f23237;
}
#black_friday_congratulations_box {
	flex-direction: column;
	top: 50px;
	background-color: #000;
	position: relative;
	display: none;
	z-index: 9901;
	max-width: 904px;
	margin: 0 auto;
}
#black_friday_already_win_box {
	left: calc( ( 100% - 904px ) / 2);
	top: 50px;
	width: 904px;
	height: 564px;
	background-image: url(../img/parted5/bg.jpg);
	background-size: cover;
	position: relative;
	display: none;
	z-index: 9901;
}
.the_present_box {
	margin-top: 50px;
}
.the_present_box h3{
	color: #fff;
	font-size: 55px;
	font-family: Ubuntu;
	text-align: center;
	width: 100%;
	margin: 0 auto;
}
#black_friday_box_form {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	margin: 0 auto;
	max-width: 400px;
	margin-bottom: 20px;
}
#black_friday_box_form input[type="text"]{
	width: 100%;
	height: 42px;
	font-size: 20px;
	margin: 0 auto;
	margin-bottom: 21px;
	border-radius: 0;
	border: 0;
	padding: 0 10px;
}
#black_friday_box_confirmation {
	position: relative;
	top: 13px;
	left: 5px;
}
