.b-novotel-new-year-page {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.b-novotel-new-year-page__content {
    width: 720px;
}

.b-novotel-new-year-page__sidebar {
    position: -webkit-sticky;
    position: sticky;
    top: 10px;
    width: 300px;
}

.b-novotel-new-year-page__home-img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 15px auto 30px;
}