.new_year_left_top_1 {
    position: absolute;
    left: 0;
    top: -163px;
    width: 297px;
    height: 600px;
    z-index: 10;
    pointer-events: none;
    background: url("ng-left-top-2-red.png") no-repeat 50% 50%;
    background-size: contain;
}


.new_year_right_top_1 {
    position: absolute;
    right: -208px;
    top: -163px;
    width: 529px;
    height: 600px;
    z-index: 10;
    pointer-events: none;
    background: url("ng-right-top-2-red.png") no-repeat 50% 50%;
    background-size: contain;
}

.new_year_left_top_2 {
    background: url("ng-left-top-1-red.png") no-repeat 50% 50%;
    width: 428px;
    height: 518px;
    position: absolute;
    top: -10px;
    left: -410px;
    pointer-events: none;
}

.new_year_right_top_2 {
    background: url("ng-right-top-1.png") no-repeat;
    width: 398px;
    height: 126px;
    position: absolute;
    top: -10px;
    right: -390px;
    pointer-events: none;
}

.new_year_middle_top_1 {
    background: url("ng-middle-top-1.png") no-repeat;
    height: 42px;
    position: absolute;
    pointer-events: none;
    left: 50%;
    top: -10px;
    width: 133px;
    transform: translateX(-50%);
}

.header__container {
    position: relative;
}

@media (max-width: 1919px) {
.new_year_left_top_1 {
    display: none;
}
.new_year_right_top_1 {
    display: none;
}
.new_year_right_top_2 {
    top: 95px;
    right: -192px;
}
.new_year_left_top_2 {
    top: -10px;
    left: -310px;
}
}
@media (max-width: 767px) {
.new_year_left_top_2 {
    top: -30px;
    left: -332px;
}
.new_year_right_top_2 {
    top: 92px;
    right: -282px;
}
}
