.new-year {
    overflow: hidden;
}
.new-year .container {
    max-width: 1182px;
}
.new-year__container {
    max-width: 1062px;
}
.new-year__title {
    font-size: 56px;
}
.new-year__step {
    padding-left: 48px;
    font-size: 21px;
    line-height: 1.1;
}
.new-year__step-number {
    position: absolute;
    height: 152px;
    width: 70px;
    display: flex;
    justify-content: flex-end;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}
.new-year__step-block {
    background: #009AB21A;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 32px 32px 32px 48px;
    border-radius: 24px;
}
.new-year__decor {
    margin-top: -40px;
    pointer-events: none;
}
.new-year__decor_second {
    margin-top: -112px;
}

.new-year__prize {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-auto-rows: auto;
    row-gap: 40px;
    margin-top: 48px;
}
.new-year__prize-image {
	grid-column: 1;
    z-index: 2;
}
.new-year__prize-image img:not(.new-year__snow) {
    display: block;
    transform: scale(1.13);
}

.new-year__prize-content {
	grid-column: 2;
}
.new-year__prize-wrapper {
    background: #009AB21A;
    border-radius: 24px;
}
.new-year__prize-inside {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 24px;
    width: 68%;
    gap: 16px;
}
.new-year__prize-label-icon {
    width: 116px;
}
.new-year__prize-label-text {
    max-width: 110px;
    margin-top: -52px;
    line-height: 1.1;
}
.new-year__prize-text {
    line-height: 1.1;
}

.new-year__prize-content:nth-child(4n + 2) .new-year__prize-wrapper {
    margin-left: -60%;
}
.new-year__prize-content:nth-child(4n + 2) .new-year__prize-inside {
    margin-left: auto;
    padding-right: 36px;
}
.new-year__prize-content:nth-child(4n + 2) .new-year__prize-label-text {
    margin-left: 58px;
}
.new-year__prize-content:nth-child(10) .new-year__prize-label-text {
    margin-left: 20px;
}
.new-year__prize-content:nth-child(4n) .new-year__prize-wrapper {
    margin-right: -60%;
}
.new-year__prize-content:nth-child(4n) .new-year__prize-inside {
    flex-direction: row-reverse;
    padding-left: 36px;
}
.new-year__prize-content:nth-child(4n) .new-year__prize-text {
    text-align: right;
}
.new-year__prize-image:nth-child(4n + 1) img {
    transform-origin: 100% 50%;
}
.new-year__prize-image:nth-child(4n + 3) img {
    transform-origin: 0 50%;
}
.new-year__prize-image:nth-child(1) {
	grid-row: 1 / span 3;
    margin-bottom: 12px;
}
.new-year__prize-content:nth-child(2) {
	grid-row: 2;
}
.new-year__prize-image:nth-child(3) {
	grid-row: 3 / span 3;
    margin-top: 12px;
    margin-bottom: 12px;
}
.new-year__prize-content:nth-child(4) {
	grid-row: 4;
}
.new-year__prize-image:nth-child(5) {
	grid-row: 5 / span 3;
    margin-top: 12px;
}
.new-year__prize-content:nth-child(6) {
	grid-row: 6;
}
.new-year__prize-image:nth-child(7) {
	grid-row: 7 / span 3;
}
.new-year__prize-content:nth-child(8) {
	grid-row: 8;
}
.new-year__prize-image:nth-child(9) {
	grid-row: 9 / span 3;
    padding-right: 20px;
}
.new-year__prize-content:nth-child(10) {
	grid-row: 10;
}
.new-year__prize-image:nth-child(4n + 3) {
	grid-column: 2;
}
.new-year__prize-content:nth-child(4n + 4) {
	grid-column: 1;
}

.new-year__info {
    background-color: #858D9D;
}
.new-year .form-field {
	font-size: 24px;
}
.new-year .form-checkbox__icon {
	width: 24px;
	min-width: 24px;
	height: 24px;
    margin-top: 2px;
}
.new-year__snow {
    pointer-events: none;
    z-index: 5;
}
.new-year__snow_1 {
    width: 42px;
    bottom: 0;
    right: 10%;
}
.new-year__snow_2 {
    width: 45px;
    bottom: 100%;
    margin-bottom: 30px;
    right: 30%;
}
.new-year__snow_3 {
    width: 55px;
    bottom: 0;
    left: 50%;
    transform: translateY(50%);
}
.new-year__snow_4 {
    width: 55px;
    bottom: 100%;
    left: 0;
    margin-bottom: -20px;
}
.new-year__snow_5 {
    width: 70px;
    top: 0;
    left: 0;
}
.new-year__snow_6 {
    width: 25px;
    bottom: -10px;
    left: 50px;
}
.new-year__snow_7 {
    width: 56px;
    top: 10px;
    right: 50px;
}
@media (max-width: 992px) {
    .new-year__step {
        display: flex;
        gap: 40px;
        background: #009AB21A;
        padding: 32px;
        border-radius: 24px;
    }
    .new-year__step-number {
        position: static;
        top: 0;
        transform: translateY(0);
        flex-shrink: 0;
    }
    .new-year__step-block {
        background: transparent;
        padding: 0;
        border-radius: 0;
    }

    .new-year__prize {
        display: flex;
        flex-direction: column;
        row-gap: 24px;
        margin-top: 20px;
    }
    .new-year__prize-image:nth-child(1),
    .new-year__prize-image:nth-child(3),
    .new-year__prize-image:nth-child(5) {
        margin-top: 0;
        margin-bottom: 0;
    }
    .new-year__prize-image {
        max-width: 600px;
        margin-left: auto;
        margin-right: auto;
    }
    .new-year__prize-image img:not(.new-year__snow) {
        transform: scale(1);
    }
    .new-year__prize-inside {
        width: 100%;
    }
    .new-year__prize-content:nth-child(4n + 2) .new-year__prize-wrapper {
        margin-left: 0;
    }
    .new-year__prize-content:nth-child(4n + 2) .new-year__prize-inside {
        margin-left: 0;
    }
    .new-year__prize-content:nth-child(4n) .new-year__prize-inside {
        padding-left: 24px;
    }
    .new-year__prize-content:nth-child(4n + 2) .new-year__prize-inside {
        padding-right: 24px;
    }
    .new-year__prize-content:nth-child(4n) .new-year__prize-wrapper {
        margin-right: 0;
    }
    .new-year__prize-content:nth-child(4n) .new-year__prize-text {
        text-align: center;
    }
    .new-year__prize-image:nth-child(4n + 1) img,
    .new-year__prize-image:nth-child(4n + 3) img {
        transform-origin: 50% 50%;
    }
    .new-year__decor_second {
        margin-top: -40px;
    }
    .new-year__prize-text {
        line-height: 1.2;
        text-align: center;
    }
}

@media (max-width: 768px) {
    .new-year__title {
        font-size: 30px;
        font-weight: 700;
    }
    .new-year .form-field {
        font-size: 16px;
    }
    .new-year .form-checkbox__icon {
        width: 20px;
        min-width: 20px;
        height: 20px;
        margin-top: 0;
    }
    .new-year__decor,
    .new-year__decor_second {
        margin-top: 0;
    }
    .new-year__snow_1 {
        width: 30px;
        bottom: auto;
        right: 0;
        top: 0;
    }
    .new-year__snow_2 {
        width: 28px;
        bottom: auto;
        margin-bottom: 0;
        right: auto;
        left: 16px;
        top: 16px;
    }
    .new-year__snow_3 {
        width: 40px;
        bottom: auto;
        left: auto;
        transform: translateY(0);
        right: 0;
        top: 14px;
    }
    .new-year__snow_4 {
        width: 40px;
        margin-bottom: 0;
        bottom: 50%;
    }
    .new-year__snow_5 {
        width: 48px;
    }v
    .new-year__snow_6 {
        left: 0;
    }
    .new-year__snow_7 {
        width: 32px;
        right: 0;
    }
    .new-year__step {
        font-size: 20px;
    }
}

@media (max-width: 576px) {
    .new-year__step {
        margin-left: -16px;
        margin-right: -16px;
        padding: 24px 16px;
        border-radius: 0;
        gap: 20px;
    }
    .new-year__step-number {
        justify-content: center;
    }
    .new-year__decor {
        margin-left: -16px;
        margin-right: -16px;
    }
    .new-year__prize-wrapper {
        margin-left: -16px;
        margin-right: -16px;
        border-radius: 0;
        border-radius: 0;
    }
    .new-year__prize-content:nth-child(4n+2) .new-year__prize-wrapper {
        margin-left: -16px;
    }
    .new-year__prize-content:nth-child(4n) .new-year__prize-wrapper {
        margin-right: -16px;
    }
    .new-year__prize-inside {
        display: block;
        padding: 24px 16px;
    }
    .new-year__prize-content:nth-child(4n) .new-year__prize-inside {
        padding-left: 16px;
    }
    .new-year__prize-content:nth-child(4n + 2) .new-year__prize-inside {
        padding-right: 16px;
    }
    .new-year__prize-label {
        display: flex;
        gap: 20px;
        align-items: center;
        margin-top: 16px;
        justify-content: center;
    }
    .new-year__prize-label-icon {
        width: 96px;
        flex-shrink: 0;
    }
    .new-year__prize-label-text {
        flex-grow: 1;
        margin-top: 0;
    }
    .new-year__prize-content:nth-child(4n+2) .new-year__prize-label-text {
        margin-left: 0;
    }
}