/*body{
	position:relative;
	z-index:0;
	margin:0;
	padding:0 0 1em 0;
	background-image: url('bg.jpg') !important;
	background-repeat: no-repeat !important;
	background-size: cover !important;
	background-attachment: fixed !important;
	background-position: center bottom !important;
}*/

.b-page__content {
    z-index: 8000;
    background: linear-gradient(to right, #eaebef 0%, #d5dadb 100%);
    height: 93px;
    position: absolute;
    top: 0;
    width: 100%;
}
.b-head-decor {
    display: none;
}
.b-page_newyear .b-head-decor {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    z-index: 99;
    height: 93px;
    width: 100%;
    overflow: hidden;
    background: url(/NY/2025.webp) repeat-x 0 0;
}
@media screen and (max-width: 991px) {
    body {
        margin-top: 70px;
    }
    .mobile,
    .is-nav-opened .mobile {
        top: 70px;
    }
    .b-page__content {
        height: 70px;
        position: fixed;
    }
}
