h1{
    padding-left: 0 !important;
    padding-right: 0 !important;
    background: #fff;
    color: #008647;
    text-transform: uppercase;
    font-family: 'Roboto', Arial;
    max-width: 86%;
    margin: 0 auto;
    padding: 16px 0;
}
.breadcrumb{
    display: none;
}
.item-page h2{
    background: #be272e;
    color: #fff;
    font-family: 'Roboto', Arial;
    max-width: 80%;
    margin: 20px auto 0 auto;
    padding: 16px 0;
}
h1,
h2{
	text-align: center;
}
text{
    font-size:13px;
    pointer-events:none;
    color: #fff;
}
.center_w.p_w{
	background: url('images/pattern___.png') repeat;
}
#chart{
   margin: 0 auto;
   width:500px;
   height:500px;
   top:0;
   left:0;
}
.osn.page{
    position: relative;
}
.tiger{
    background: url('images/tiger.png') no-repeat;
    background-size: contain;
    width: 400px;
    height: 234px;
    position: absolute;
    bottom: -53px;
    left: -150px;
}
.table{
    background: url('images/table.png') no-repeat;
    background-size: contain;
    width: 218px;
    height: 138px;
    position: absolute;
    bottom: -20px;
    right: -180px
}
.popup[data-name="happy-new-year"] .win{
    width: 499px;
    max-width: 95%;
    transform: translateX(-50%);
    margin-left: 0;
    left: 50%;
    background: #fff;
}

.popup[data-name="happy-new-year"] .win .win-content{
    /*padding-left: 40px;*/
    /*padding-right: 40px;*/
    text-align: center;
    padding: 68px 28px 10px;
}


.popup[data-name="happy-new-year"] .win .win-content .title,
.popup[data-name="happy-new-year"] .win .win-content p{
		color: #000 !important;
    font-size: 24px;
    line-height: 30px;
    font-family: 'Alexander', Arial;
}
.popup[data-name="happy-new-year"] .win .win-content .title{
	font-size: 30px;
	margin-bottom: 18px;
}
.popup[data-name="happy-new-year"] .win .buttons {
	margin-top: -7px;
	padding-bottom: 81px;
}
.popup[data-name="happy-new-year"] .win button {
    position: static;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
    width: auto;
    font-size: 16px;
    font-family: Arial;
    color: #fff;
    background-image: none;
    background-color: #008647;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    margin: 22px auto 0 auto;
    padding: 10px 24px 9px 24px;
    display: block;
    cursor: pointer;
    border: 0;
    height: auto
}
.ny-popup-bg.ny-top{
	height: 206px;
	background: url('images/ny-top__.png') no-repeat top center;
	background-size: cover;
	top: 0;
}
.ny-popup-bg{
	width: 100%;
	position: absolute;
	left: 0;
	z-index: -1;
}
.ny-popup-bg.ny-bottom{
	height: 210px;
	background: url('images/ny-bottom_new.png') no-repeat top center;
	background-size: cover;
	bottom: 0;
}
.snowflake {
  -webkit-animation: spin 4s linear infinite;
  -moz-animation: spin 4s linear infinite;
  animation: spin 4s linear infinite;
  z-index: 100;
}
 @-moz-keyframes 
spin { 100% {
-moz-transform: rotate(360deg);
}
}
 @-webkit-keyframes 
spin { 100% {
-webkit-transform: rotate(360deg);
}
}
 @keyframes 
spin { 100% {
-webkit-transform: rotate(360deg);
transform:rotate(360deg);
}
}

@media screen and (max-width: 1312px){
    .tiger{
        left: 0;
    }
    .table{
        right: 0;
    }
}
@media screen and (max-width: 900px){
    div[itemprop="articleBody"]{
        padding-bottom: 100px;
    }
}
@media screen and (max-width: 720px){
    .tiger{
        width: 240px;
        height: 155px;
    }
    .table{
        width: 118px;
        height: 74px;
    }
}
@media screen and (max-width: 520px){
	#chart{
		max-width: 100%;
		max-height: 100%;
		text-align: center
	}
    div[itemprop="articleBody"]{
        padding-bottom: 20px;
    }
}
@media screen and (max-width: 420px){
    div[itemprop="articleBody"] {
        padding-bottom: 0;
        margin-bottom: -100px;
    }
}
@media screen and (max-width: 380px){
    body.not_gl .center_w .osn .item-page h2 {
        font-size: 23px;
        line-height: 26px;
        padding: 20px 10px;
    }
    .table{
        display: none;
    }
}