.first-screen.new-year{
	background: transparent url(./assets/images/new-year/new-year-bg.jpg) center no-repeat;
	background-size: cover;
}
.first-screen.new-year .section-board_form{
	background: transparent url(./assets/images/new-year/new-year-section-bg.jpg) center no-repeat;
	background-size: cover;	
}
.first-screen.new-year .sbf-subtitle{
	font-size: 19px;
	line-height: 26px;
	text-align: center;
	text-transform: uppercase;
	color: #FFF383;
	font-family: 'LatoBlack';
}
.new-year-top{
	font-family: 'LatoBold';
	font-size: 24px;
	line-height: 29px;
	text-align: center;
	color: #FFF383;
	text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.7);
	background: #00BFAF url(./assets/images/new-year/new-year-top-bg.png) left center no-repeat;
	position: relative;
	padding: 16px;
	max-width: 650px;
	margin: 0 auto;
}
@media (max-width: 1365px){
	.new-year-top{
		max-width: 550px;
	}
}
@media (max-width: 1199px){
	.new-year-top{
		max-width: 430px;
		font-size: 16px;
    	line-height: 26px;
	}
}
@media (max-width: 767px){
	.first-screen.new-year{
		background: transparent url(./assets/images/new-year/new-year-bg-mob.jpg) top center no-repeat;
		background-size: contain;
	}
	.first-screen.new-year .section-board{
		padding-bottom: 75px;
		margin-bottom: 60px
	}
	.first-screen.new-year .section-board_form{
		background: #fff;
		background-size: cover;	
		position: relative
	}
	.new-year-top{
		font-size: 18px;
		line-height: 20px;
		background: #00BFAF;
		padding: 10px 15px
	}
	.section-board_form-img{
		text-align: center;
		width: 100%;
		left: 0;
		position: absolute;
		margin-top: 10px
	}
}