@charset "utf-8";

.snowfall-flakes{
	background:transparent url(../images/snow-1.png) no-repeat 50% 50% / contain !important;
	pointer-events: none;
	box-shadow:none !important
}
.snowfall-flakes:nth-child(odd){
	background-image:url(../images/snow-1.png) !important;
}
.snowfall-flakes:nth-child(even){
	background-image:url(../images/snow-2.png) !important;
}
header:before,
.left_sidebar:before{
	content:"";
	position:absolute;
	z-index:98;
	pointer-events: none;
	left:0;
	right:0;
	top: 0px;
    height: 98px;
	background:url(../images/girland.png) repeat-x 0 0
}
header .container:before{
	content:"";
	position:absolute;
	z-index:8;
	pointer-events: none;
	left:auto;
	right:720px;
	top: 0px;
    width:131px;
	height:82px;
	background:url(../images/ny-2026.png) repeat-x 0 0
}
@media screen and (max-width:1600px){
	header:before,
	.left_sidebar:before{
		background-size: auto 71px;
	}
	header .container:before{
		top: -7px;
		right: 660px;
	}
}
@media screen and (max-width:1400px){
	header:before,
	.left_sidebar:before{
		background-size: auto 58px;
	}
	header .container:before{
		top: -14px;
		right:560px;
	}
}
@media screen and (max-width:1200px){
	header .container:before{
		display:none
	}
}
@media screen and (max-width:768px){
	header:before,
	.left_sidebar:before{
		background-size: auto 52px;
		top:0;
	}
}