.baner-ng *,
        .baner-ng {
            box-sizing: border-box;
            margin: 0;
            padding: 0;
        }

        .baner-ng {
            width: 100%;
            height: 100vh;
            position: fixed;
            top: 0;
            left: 0;
            z-index: 100000;
            background-color: rgba(0, 0, 0, 0.5);
            display: flex;
            justify-content: center;
            align-items: center;
            padding: 16px;
            overflow-y: auto;
            opacity: 0;
            visibility: hidden;
            transition: all 0.3s ease;
        }

        .baner-ng-open {
            opacity: 1;
            visibility: visible;
        }

        .baner-ng-content {
            width: 100%;
            max-width: 1290px;
            aspect-ratio: 16/9;
            background-image: url("./../images/ng.jpeg");
            background-size: cover;
            background-position: center;
            background-repeat: no-repeat;
            border-radius: 25px;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            padding: 40px;
            position: relative;
        }

        .baner-ng-title {
            font-family: "Inter", sans-serif;
            font-size: 90px;
            font-weight: 700;
            color: white;
            text-align: center;
            margin-bottom: 20px;
            text-shadow: 13px 14px 4px rgba(0, 0, 0, 0.5);
        }

        .baner-ng-close-btn {
            position: absolute;
            top: -60px;
            right: -60px;
            cursor: pointer;
            transition: all 0.3s ease;
            max-width: 50px;
            max-height: 50px;
            min-height: 50px;
            min-width: 50px;

            &:hover {
                transform: scale(1.1);
            }
        }

        .timer-flipchart-inner {
            box-shadow: 13px 14px 4px rgba(0, 0, 0, 0.5);
            border-radius: 14px;
            overflow: hidden;
        }

        .timer-flipchart-inner * {
            text-shadow: none;
            border-radius: 0;
        }

        #timer-text-94653b13b0ca19c141aa6357f428f93f-days,
        #timer-text-94653b13b0ca19c141aa6357f428f93f-hours,
        #timer-text-94653b13b0ca19c141aa6357f428f93f-minutes,
        #timer-text-94653b13b0ca19c141aa6357f428f93f-secundes {
            text-shadow: 5px 5px 2px rgba(0, 0, 0, 0.5);
        }

        .snowflakes-box {
            z-index: 1000000;
        }

        .snowball-box .snow-layer {
            z-index: 1000000;
        }

        #timer94653b13b0ca19c141aa6357f428f93f {
            height: auto;

        }


        @media (max-width: 1660px) {
            .baner-ng-close-btn {
                top: -60px;
                right: 16px;
            }


        }

        @media (max-width: 820px) {
            .baner-ng-content {
                background-image: url("./../images/ng-mob.jpeg");
                aspect-ratio: 9/16;
                max-height: 80vh;
            }

            .baner-ng-close-btn {
                max-width: 30px;
                max-height: 30px;
                min-height: 30px;
                min-width: 30px;
                top: -40px;
            }
        }

        @media (max-width: 720px) {
            .baner-ng-title {
                font-size: 60px;
            }

            .baner-ng-timer {
                transform: scale(0.5);
            }

            .baner-ng-content {
                padding: 20px;
            }
        }

        @media (max-width: 680px) {

            #timer-number-94653b13b0ca19c141aa6357f428f93f-secundes,
            #timer-text-94653b13b0ca19c141aa6357f428f93f-secundes {
                position: relative;
                right: 18px;
                top: 20px;
            }

            #timer94653b13b0ca19c141aa6357f428f93f {
                position: relative;
                left: 18px;
            }
        }

        @media (max-width: 500px) {
            .baner-ng-title {
                font-size: 40px;
                text-shadow: 7px 7px 4px rgba(0, 0, 0, 0.5);
            }
        }