@import url('https://fonts.googleapis.com/css2?family=Dela+Gothic+One&family=Montserrat+Alternates:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    min-height: 100vh;
    background: linear-gradient(180deg,
            #12084A 0%,
            #12084A 3%,
            #82D5FF 9%,
            #82D5FF 100%) !important;
    background-image: none;
    background-color: none;
}

.nx-hero-inner {
    min-height: 100vh;
    background-image:
        url("https://static.sz.kz/landings/novogodnii-dvizh/images/tree-left.png"),
        url("https://static.sz.kz/landings/novogodnii-dvizh/images/tree-right.png");
    background-repeat: no-repeat, no-repeat, no-repeat;
    background-position:
        left top 220px,
        right top 220px; 
    background-size:
        auto auto,
        auto auto;
    max-width: 600px;
    width: 100%;
    margin: 0 auto;
    height: 4290px;
    position: relative;
    margin: 0 auto;
    overflow: hidden;
}

.nx-page-wrap {
    position: relative;
    min-height: 100vh;
    margin: 0 auto;
    color: #fff;
    overflow: hidden;
}

.nx-top-hero {
    margin-top: 6px;
}

.nx-top-inner {
    text-align: center;
    font-family: 'Montserrat Alternates', sans-serif;
}

.nx-top-images-desc {
    display: none;
}

.nx-top-images-mob {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.nx-banner {
    width: 100%;
    max-width: 600px;
    height: 125px;

    background-image: url("https://static.sz.kz/landings/novogodnii-dvizh/images/header-nx-mb.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;

    z-index: 2;
}


.nx-lights {
    width: 100%;
    height: 70px;
    margin-top: -30px;
    background-image: url("https://static.sz.kz/landings/novogodnii-dvizh/images/light_container.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}


.nx-top-images-second {
    position: relative;
    margin-top: -24px;
    z-index: 1;
}

.nx-top-t1 {
    line-height: 133%;
    font-weight: 400;
    margin-top: 20px;
    font-size: 15px;
}

.nx-top-t2 {
    line-height: 133%;
    margin-top: 9px;
    font-weight: 500;
    font-size: 15px;
}

/* .nx-top-t1,
.nx-top-t2 {
    width: 100%;
    margin: 0 auto;
} */

@media (max-width: 768px) {
  .nx-top-t1,
  .nx-top-t2 {
      width: 95vw;
      margin-left: auto;
      margin-right: auto;
  }
   
.nx-hero-inner {
    min-height: 100vh;
    background-image:
        url("https://static.sz.kz/landings/novogodnii-dvizh/images/tree-left.png"),
        url("https://static.sz.kz/landings/novogodnii-dvizh/images/tree-right.png");
    background-repeat: no-repeat, no-repeat, no-repeat;
    background-position:
        left top 220px,
        right top 220px; 
    background-size:
        auto auto,
        auto auto;
    max-width: 600px;
    width: 100%;
    margin: 0 auto;
    height: 4400px;
    position: relative;
    margin: 0 auto;
    overflow: hidden;
}
}

.nx-top-t2-dop {
    font-size: 15px;
    font-weight: 800;
    text-transform: uppercase;
    font-family: Montserrat Alternates;
}

.nx-block-2 {
    margin: 68px auto 0 auto;
    max-width: 360px;
    margin-top: 75px;
    display: flex;
    flex-direction: column;
}

.nx-card-1,
.nx-card-2,
.nx-card-3 {
    position: relative;
}


.nx-card-1 {
    left: 16px;
    background-image: url('https://static.sz.kz/landings/novogodnii-dvizh/images/card1.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    height: 435px;
    width: 340px;
    margin-bottom: 60px;
}

.nx-card-2 {
    left: 5px;
    background-image: url('https://static.sz.kz/landings/novogodnii-dvizh/images/card2.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    height: 525px;
    width: 355px;
    margin-bottom: 56px;
}

.nx-card-3 {
    left: 16px;
    background-image: url("https://static.sz.kz/landings/novogodnii-dvizh/images/card3.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    height: 470px;
    width: 335px;
    margin-bottom: 60px;
}


.nx-card-bg {
    display: block;
    width: 350px;
    border-radius: inherit;
}

.nx-card-content {
    position: absolute;
    inset: 0;
    padding: 24px 16px 32px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    font-family: 'Montserrat Alternates', sans-serif;
}

.nx-card-1 .nx-card-content {
    padding-top: 65px;
}

.nx-card-dates {
    font-weight: 700;
    font-size: 13px;
    line-height: 130%;
}

.nx-card-1 .nx-card-dates {
    padding-right: 92px;
}

.nx-card-title {
    font-weight: 800;
    font-size: 24px;
    margin-bottom: 20px;
}

.nx-card-1 .nx-card-title {
    margin-top: 50px;
    padding-right: 90px;
    line-height: 0.999;
}

.nx-card-label {
    font-size: 12px;
    font-weight: 600;
    line-height: 130%;
}

.nx-card-1 .nx-card-label {
    padding-right: 90px;
}

.nx-card-2 .nx-card-dates {
    padding-top: 40px;
    padding-left: 83px;
}

.nx-way-img {
    position: absolute;
    top: 169px;
    left: 59%;
    width: 600px;
    height: auto;
    overflow: hidden;
    pointer-events: none;
    z-index: 0;
    transform: translateX(-59%) scaleX(1.1) scaleY(1.1);
    transform-origin: center top;
}

.nx-card-2 .nx-card-title {
    padding-top: 49px;
    padding-left: 84px;
    line-height: 0.999;
}

.nx-card-2 .nx-card-label {
    padding-left: 85px;
}

.nx-card-2 .nx-card-value {
    margin: 0 0 14px;
    padding-left: 85px;
    font-size: 26px;
    font-weight: 700;
    line-height: 130%;
}

.nx-card-3 .nx-card-value {
    margin: 0 0 14px;
    padding-right: 86px;
    font-size: 26px;
    font-weight: 700;
    line-height: 130%;
}

.nx-card-btn {
    outline: 2px solid rgba(194, 157, 8);
    border-radius: 34px;
    font-weight: 700;
    font-size: 12px;
    line-height: 24px;
    font-family: 'Nunito', sans-serif;
    background: rgba(255, 206, 11, 1);
    color: rgba(2, 34, 82, 1);
    cursor: pointer;
    padding: 8px 52px;
    border: none;
    width: 176px;

}


.nx-btn-primary,
.nx-btn-secondary {
    cursor: pointer;
    font-family: 'Nunito', sans-serif;
    padding: 12px 52px;
    border-radius: 32px;
    width: 196px;
    font-size: 16px;
    height: 44px;
}

.nx-btn-primary {
    outline: 2px solid rgba(194, 157, 8);
    border: none;
    background: rgba(255, 206, 11, 1);
    color: rgba(2, 34, 82, 1);
    font-weight: 700;
}

.nx-btn-secondary {
    outline: 2px solid rgba(55, 140, 189, 0.5);
    border: none;
    background: rgb(255, 255, 255);
    color: rgba(11, 54, 140, 1);
    font-weight: 400;
}

.nx-card-1 .nx-card-btn {
    top: 250px;
    left: 30px;
}

.nx-card-1 .nx-card-btn {
    margin: 0px 96px 0px 0px;
}

.nx-card-2 .nx-card-btn {
    margin: 0px -90px 0px 0px;
}

.nx-card-3 .nx-card-dates {
    padding-top: 45px;
    padding-right: 87px;
}

.nx-card-3 .nx-card-title {
    padding-top: 52px;
    padding-right: 90px;
    line-height: 0.999;
}

.nx-card-3 .nx-card-label {
    padding-right: 88px;
}

.nx-card-3 .nx-card-btn {
    margin: 0px 90px 0px 0px;
}

.nx-card-extra {
    position: absolute;
    left: 65%;
    bottom: -72px;
    transform: translateX(-50%);
    width: 250px;
    pointer-events: none;
}



.nx-card-1 .nx-card-value {
    margin: 0 0 14px;
    padding-right: 90px;
    font-size: 26px;
    font-weight: 700;
    line-height: 130%;
}

.nx-card-value-currency {
    font-size: 16px;
    font-weight: 700;
    line-height: 130%;
}

.nx-card {
    position: relative;
    overflow: visible;
}

.nx-card-ball,
.nx-card-ball2,
.nx-card-ball3 {
    position: relative;
    margin-bottom: 50px;
}

#snow {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 0; /* снег под елками, но над фоном */
  display: block !important;
}


.nx-card-ball {
    left: 16px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    height: 438px;
    width: 330px;
    margin-bottom: 60px;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
}

.nx-card-ball2 {
    left: 16px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    height: 426px;
    width: 330px;
    margin-bottom: 60px;
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
}


.nx-card-ball3 {
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    height: 426px;
    width: 350px;
    margin-bottom: 60px;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
}

.nx-card-ball4 {
    left: 16px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    height: 426px;
    width: 335px;
    margin-bottom: 60px;
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
}


.nx-ball-action {
    display: flex;
    align-items: flex-end;
    flex-direction: column;
    gap: 8px;
}

.nba1 {
    margin-right: 40px;
}

.nba2 {
    margin-left: 40px;
}

.nba3 {
    margin-right: 48px;
}

.nba4 {
    margin-left: 40px;
}

.snowflake {
    display: none;
}

.footer-desc {
    display: none;
}

.nx-way-img-container {
    display: none;
}

.footer-mob {
    background-image:
        url('https://static.sz.kz/landings/novogodnii-dvizh/images/cat.png'),
        url('https://static.sz.kz/landings/novogodnii-dvizh/images/ten-3.png'),
        url('https://static.sz.kz/landings/novogodnii-dvizh/images/present2.png'),
        url('https://static.sz.kz/landings/novogodnii-dvizh/images/present1.png'),
        url('https://static.sz.kz/landings/novogodnii-dvizh/images/ten-4.png'),
        url('https://static.sz.kz/landings/novogodnii-dvizh/images/present3.png'),
        url('https://static.sz.kz/landings/novogodnii-dvizh/images/ten-2.png'),
        url('https://static.sz.kz/landings/novogodnii-dvizh/images/ten-1.png'),
        url('https://static.sz.kz/landings/novogodnii-dvizh/images/footer_background.png');
    background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, no-repeat;
    background-position:
        center top 85px,
        center top 290px,
        right top 238px,
        right top 195px,
        right -10px top 277px,
        left top 158px,
        left top 267px,
        left top 282px,
        center top;
    background-size:
        188px auto,
        auto auto,
        33px auto,
        109px auto,
        auto auto,
        100px auto,
        auto auto,
        auto auto,
        100% auto;
    height: 444px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-direction: column;
    margin-top: 20px;

    position: absolute;
    top: 3950px;
    left: 50%;
    transform: translateX(-50%);
    max-width: 600px;
    width: 100%;
}


.footer-mob p {
    font-family: "Montserrat Alternates", sans-serif;
    font-weight: 800;
    font-size: 17px;
    text-align: center;
    text-transform: uppercase;

}

.footer-snow {
    background-image: url("https://static.sz.kz/landings/novogodnii-dvizh/images/snow.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    height: 69px;
    width: 93px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 8px;
    margin-bottom: 11px;
}

.footer-snow button {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: none;
    background: transparent;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    top: -5px;
    left: -5px;
}

.footer-snow button img:first-child {
    position: absolute;
    width: 100%;
    height: 100%;
}

.footer-snow button img:last-child {
    position: relative;
    z-index: 1;
    width: 21px;
    height: 21px;
}

.nx-header-nav-desc {
    display: none;
}

.nx-card-ball-desc,
.nx-card-ball2-desc,
.nx-card-ball3-desc,
.nx-card-ball4-desc {
    display: none;
}

.nx-side-decor {
    display: none;
}

.nx-card-btn a {
    font-size: 12px;
    color: #022252;
    font-family: 'Nunito', sans-serif;
    font-weight: 700;
}

.nx-btn-primary a {
    color: #022252;
    font-size: 16px;
    font-family: 'Nunito', sans-serif;
}

.nx-btn-secondary a {
    color: #0B368C;
}

.nx-lights {
    position: relative;
}

/* .circles {
    position: absolute;
    width: 16px;
    height: 16px;
    background-color: white;
    border-radius: 9999px;
    z-index: 3;
    display: block;
    filter: blur(100px) brightness(1);
}

.m1 {
    top: 10px;
    left: 50px;
    background: #FF584C;
    animation: glow 1s ease-in-out infinite alternate;
}

.m2 {
    top: 18px;
    left: 90px;
    background: #FFED21;
    animation: glow 1.1s ease-in-out infinite alternate;
}

.m3 {
    top: 20px;
    left: 130px;
    background: #45D7FF;
    animation: glow 0.9s ease-in-out infinite alternate;
}

.m4 {
    top: 28px;
    left: 170px;
    background: #FFED21;
    animation: glow 1.2s ease-in-out infinite alternate;
}

.m5 {
    top: 40px;
    left: 210px;
    background: #10FFD3;
    animation: glow 1s ease-in-out infinite alternate;
}

.m6 {
    top: 50px;
    left: 250px;
    background: #FF584C;
    animation: glow 0.8s ease-in-out infinite alternate;
}

.m7 {
    top: 55px;
    left: 290px;
    background: #FFED21;
    animation: glow 1.3s ease-in-out infinite alternate;
}

.m8 {
    top: 58px;
    left: 330px;
    background: #45D7FF;
    animation: glow 1s ease-in-out infinite alternate;
}


@keyframes glow {
    0% {
        filter: blur(5px) brightness(1);
        opacity: 0;
    }

    100% {
        filter: blur(10px) brightness(10);
        opacity: 1;
    }
} */

.circles{display:none}


.nx-card {
    position: relative;
}

.nx-card-ball .nx-snow-circle{
    position: absolute;
    left: 53%;
    top: -210%;
    width: 210px;     
    height: 190px; 
     transform: translate(-50%, -50%);
    border-radius: 50%;
    overflow: hidden;
    pointer-events: none;
    z-index: 0;
}

.nx-card-ball2 .nx-snow-circle{
    position: absolute;
    left: 44%;
    top: -210%;
    width: 210px;     
    height: 190px; 
     transform: translate(-50%, -50%);
    border-radius: 50%;
    overflow: hidden;
    pointer-events: none;
    z-index: 0;
}

.nx-card-ball3 .nx-snow-circle{
    position: absolute;
    left: 53%;
    top: -210%;
    width: 210px;     
    height: 190px; 
     transform: translate(-50%, -50%);
    border-radius: 50%;
    overflow: hidden;
    pointer-events: none;
    z-index: 0;
}

.nx-card-ball4 .nx-snow-circle{
    position: absolute;
    left: 48%;
    top: -210%;
    width: 210px;     
    height: 190px; 
     transform: translate(-50%, -50%);
    border-radius: 50%;
    overflow: hidden;
    pointer-events: none;
    z-index: 0;
}

.nx-card-ball-desc .nx-snow-circle {
    position: absolute;
    left: 40%;
    top: 35.5%;
    width: 320px;     
    height: 290px;    
    transform: translate(-50%, -50%);
    border-radius: 50%;
    overflow: hidden;
    pointer-events: none;
    z-index: 0;

}

.nx-card-ball2-desc .nx-snow-circle {
    position: absolute;
    left: 39.5%;
    top: 35.9%;
    width: 315px;     
    height: 284px;    
    transform: translate(-50%, -50%);
    border-radius: 50%;
    overflow: hidden;
    pointer-events: none;
    z-index: 0;

}

.nx-card-ball3-desc .nx-snow-circle {
    position: absolute;
    left: 43%;
    top: 35%;
    width: 315px;     
    height: 284px;    
    transform: translate(-50%, -50%);
    border-radius: 50%;
    overflow: hidden;
    pointer-events: none;
    z-index: 0;

}

.nx-card-ball4-desc .nx-snow-circle {
    position: absolute;
    left: 40.7%;
    top: 35%;
    width: 320px;     
    height: 284px;    
    transform: translate(-50%, -50%);
    border-radius: 50%;
    overflow: hidden;
    pointer-events: none;
    z-index: 0;

}

.nx-ball-action {
    position: relative;
    z-index: 1;
}

.nx-snowflake {
    position: absolute;
    top: 15%;                  
    border-radius: 50%;
    background: #ffffff;         
    width: 7px;               
    height: 7px;
    box-shadow: 0 0 10px rgba(255, 255, 255, 1);
    
    animation: nx-snow-fall 2s linear infinite;  
}


@keyframes nx-snow-fall {
    0% {
        transform: translate3d(0, -10%, 0);
        opacity: 0;
    }
    10% {
        opacity: 1;
    }
    100% {
        transform: translate3d(var(--shift-x, 0px), 120%, 0);
        opacity: 0;
    }
}

.nx-way-img-container-mob img{
    margin-top: 80px;
}


@media(min-width: 1300px) {

    .nx-card-btn a {
        font-weight: 700;
        font-size: 16px;
    }

    .nx-btn-primary a {
        font-size: 24px;
    }

    .nx-side-decor {
        display: block;
    }

    .nx-header-nav-mob {
        display: none;
    }

    .nx-header-nav-desc {
        display: block;
    }

    .nx-ball-action {
        flex-direction: row;
        margin-top: 22px;
    }

    .nx-header-nav-desc {
        background-color: white;
        height: 72px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .nx-header {
        padding: 0;
    }

    .nx-header-nav-left p {
        color: black;
        font-size: 16px;
        line-height: 115%;
        margin-left: 16px;
    }

    .nx-header-btn {
        background-color: #1249B5;
        border-radius: 8px;
        padding: 11px 19px;
        display: block;
        height: auto;
        width: auto;
    }

    .nx-header-nav-right a {
        font-family: "Nunito", sans-serif;
        font-size: 14px;
        text-transform: none;
        font-weight: 500;
    }

    .nx-header-inner {
        width: 696px;
        display: flex;
        justify-content: space-between;
    }

    .nx-header-nav-left-logo {
        margin-left: 0;
    }

    .nx-way-img-container-mob {
        display: none;
    }

    .nx-top-hero {
        margin-top: 43px;
    }

    .nx-top-images-mob {
        display: none;
    }

    .nx-top-images-desc {
        display: block;
    }

    .nx-top-images-first {
        height: auto;
        width: 1300px;
    }

    .nx-top-t1 {
        line-height: 133%;
        font-size: 30px;
        margin-top: 25px;
    }

    .nx-top-t2 {
        font-size: 30px;
        line-height: 128%;
        margin-bottom: 25px;
        margin-top: 20px;
    }

    .nx-top-t2-dop {
        font-size: 36px;
    }

    body {

        min-height: 100vh;
        background: linear-gradient(180deg,
                #12084A 0%,
                #82D5FF 19%,
                #29316E 100%) !important;
    }

    .nx-hero-inner {
        max-width: 1300px;
        min-height: 100vh;
        background-image:
            url("https://static.sz.kz/landings/novogodnii-dvizh/images/tree-left-desc.png"),
            url("https://static.sz.kz/landings/novogodnii-dvizh/images/tree-right-desc.png");
        background-repeat: no-repeat, no-repeat, no-repeat;
        background-position:
            left top 173px,
            right top 145px;
        background-size:
            auto auto,
            auto auto;
        width: 1300px;
        margin: 0 auto;
        height: 4400px;
        position: relative;
        width: 1300px;
        margin: 0 auto;
        overflow: hidden;
    }

    .nx-way-img {
        position: absolute;
        top: 800px;
        left: 59%;
        width: 1300px;
        height: auto;
        overflow: hidden;
        pointer-events: none;
        z-index: 0;

        transform:
            translateX(-59%) scaleX(1.1) scaleY(1.1);

        transform-origin: center top;
    }


    .nx-way-img-container {
        width: 1300px;
        height: 4500px;
        overflow: hidden;
        position: absolute;
        margin: 0 auto;
        z-index: 0;

    }

    .snowflake {
        display: inline;
    }

    .footer-mob {
        display: none;
    }



    .footer-desc {
        background-image:
            url('https://static.sz.kz/landings/novogodnii-dvizh/images/footer_img.svg'),
            url('https://static.sz.kz/landings/novogodnii-dvizh/images/footer_background-desc.png');
        background-repeat: no-repeat, no-repeat;

        background-position:
            center 1170px,
            center;

        background-size:
            auto auto,
            100% auto;
        padding: 1930px 0 460px;
        /* height: 2100px; */

        display: flex;
        align-items: center;
        justify-content: flex-end;
        flex-direction: column;
        margin-top: 20px;
        position: absolute;
        top: 2195px;
        left: 50%;
        transform: translateX(-50%);
        width: 1300px;
        z-index: 5;
    }

    .footer-desc p {
        font-size: 64px;
        font-family: "Montserrat Alternates", sans-serif;
        font-weight: 800;
        text-align: center;
        text-transform: uppercase;
    }

    .footer-snow {
        height: 202px;
        width: 272px;
        margin-top: 42px;
        margin-bottom: 30px;
    }

    .footer-snow button {
        width: 94px;
        height: 94px;
        margin-right: 18px;
        margin-bottom: 18px;
    }

    .footer-snow button img:last-child {
        width: 62px;
        height: 62px;
    }

    .nx-card-btn {
        outline: 2px solid rgba(194, 157, 8);
        border-radius: 48px;
        height: 52px;
        font-weight: 700;
        font-size: 16px;
        padding: 16px 60px;
        border: none;
        width: 242px;
        line-height: 34px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .nx-btn-primary {
        width: 200px;
        height: 62px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 24px;
        line-height: 34px;
    }

    .nx-btn-secondary {
        width: 182px;
        height: 62px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 24px;
        line-height: 34px;
    }

    .nx-block-2 {
        width: 1300px;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 39px;
        max-width: 1300px;
    }

    .nx-card-1 {
        width: 576px;
        height: 676px;
        position: relative;
        left: 272px;
        top: -56px;
        background-image: url('https://static.sz.kz/landings/novogodnii-dvizh/images/road-sign_telebingo-card.png');
    }

    .nx-card-dates {
        font-size: 16px;
        font-weight: 600;
    }

    .nx-card-1 .nx-card-dates {
        padding-top: 35px;
        padding-right: 225px;
    }

    .nx-card-1 .nx-card-title {
        font-size: 35px;
        margin-top: 86px;
        padding-right: 224px;
    }

    .nx-card-label {
        font-size: 14px;
    }

    .nx-card-1 .nx-card-label {
        padding-right: 225px;
    }

    .nx-card-title {
        margin-bottom: 40px;
    }

    .nx-card-1 .nx-card-value {
        font-size: 35px;
        padding-right: 225px;
        margin-bottom: 14px;
    }

    .nx-card-value-currency {
        font-size: 20px;
    }

    .nx-card-1 .nx-card-btn {
        margin: 0px 220px 0px 0px;
    }

    .nx-card-extra {
        display: none;
    }

    .nx-way-img-container {
        display: block;
    }

    .nx-card-2 {
        height: 770px;
        width: 577px;
        position: relative;
        left: -346px;
        top: -511px;
        background-image: url('https://static.sz.kz/landings/novogodnii-dvizh/images/road-sign_maraphon-card.png');
    }

    .nx-card-2 .nx-card-dates {
        padding-top: 78px;
        padding-left: 88px;
    }

    .nx-card-2 .nx-card-title {
        font-size: 32px;
        padding-top: 86px;
        padding-left: 80px;
    }

    .nx-card-2 .nx-card-label {
        padding-left: 90px;
    }

    .nx-card-2 .nx-card-value {
        font-size: 35px;
        padding-left: 90px;
    }

    .nx-card-3 {
        height: 660px;
        width: 525px;
        position: relative;
        left: 268px;
        top: -947px;
        background-image: url('https://static.sz.kz/landings/novogodnii-dvizh/images/road-sign_dara-card.png');
    }

    .nx-card-3 .nx-card-dates {
        padding-top: 77px;
        padding-right: 178px;
    }

    .nx-card-3 .nx-card-title {
        font-size: 36px;
        padding-top: 86px;
        padding-right: 185px;
    }

    .nx-card-3 .nx-card-btn {
        margin: 0px 175px 0px 0px;
    }

    .nx-card-3 .nx-card-label {
        padding-right: 175px;
    }

    .nx-card-3 .nx-card-value {
        font-size: 35px;
        padding-right: 175px;
    }

    .nx-card {
        background-repeat: no-repeat;
        background-position: center;
        background-size: 100% 100%;
    }

    .nx-card-ball,
    .nx-card-ball2,
    .nx-card-ball3,
    .nx-card-ball4 {
        display: none;
    }

    .nx-card-2 .nx-card-btn {
        margin: 0px -90px 0px 0px;
    }

    /* декстоп для шаров */
    .nx-card-ball-desc {
        width: 490px;
        height: 554px;
        display: flex;
        justify-content: flex-start;
        align-items: flex-end;
        position: relative;
        top: -1300px;
        left: -334px;
    }

    .nx-card-ball2-desc {
        width: 482px;
        height: 553px;
        display: flex;
        justify-content: flex-start;
        align-items: flex-end;
        position: relative;
        top: -1540px;
        left: 365px;
    }

    .nx-card-ball3-desc {
        width: 501px;
        height: 551px;
        display: flex;
        justify-content: center;
        align-items: flex-end;
        position: relative;
        top: -1796px;
        left: -350px;
    }

    .nx-card-ball4-desc {
        width: 494px;
        height: 562px;
        display: flex;
        justify-content: flex-start;
        align-items: flex-end;
        position: relative;
        top: -1990px;
        left: 375px;
    }

    #snow {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        pointer-events: none;
        z-index: -1;
        display: block !important;
    }

    .nx-top-images-desc {
        position: relative;
    }

    .nx-top-images-first {
        position: relative;
        display: block;
        width: 100%;
        z-index: 10;
    }

    .circles {
        position: absolute;
        width: 25px;
        height: 25px;
        background-color: white;
        border-radius: 9999px;
        z-index: 3;
        display: block;
        filter: blur(100px) brightness(1);
    }

    .l1 {
        top: 65px;
        left: 0;
        background: #FF584C;
        animation: glow 1s ease-in-out infinite alternate;
    }

    .l2 {
        top: 75px;
        left: 36px;
        background: #FFED21;
        animation: glow 1s ease-in-out 0.3s infinite alternate;
    }

    .l3 {
        top: 80px;
        left: 76px;
        background: #45D7FF;
        animation: glow 1s ease-in-out infinite alternate;
    }

    .l4 {
        top: 88px;
        left: 110px;
        background: #FFED21;
        animation: glow 1s ease-in-out 0.5s infinite alternate;
    }

    .l5 {
        top: 110px;
        left: 148px;
        background: #10FFD3;
        animation: glow 1s ease-in-out 1s infinite alternate;
    }

    .l6 {
        top: 130px;
        left: 184px;
        background: #FF584C;
        animation: glow 1s ease-in-out 0.2s infinite alternate;
    }

    .l7 {
        top: 139px;
        left: 225px;
        background: #FFED21;
        animation: glow 1s ease-in-out infinite alternate;
    }

    .l8 {
        top: 142px;
        left: 266px;
        background: #45D7FF;
        animation: glow 1s ease-in-out 0.5s infinite alternate;
    }

    .r1 {
        top: 70px;
        right: 8px;
        background: #FF584C;
        animation: glow 1s ease-in-out infinite alternate;
    }

    .r2 {
        top: 80px;
        right: 48px;
        background: #FFED21;
        animation: glow 1s ease-in-out 0.3s infinite alternate;
    }

    .r3 {
        top: 82px;
        right: 90px;
        background: #45D7FF;
        animation: glow 1s ease-in-out 1s infinite alternate;
    }

    .r4 {
        top: 93px;
        right: 126px;
        background: #FFED21;
        animation: glow 1s ease-in-out 0.5s infinite alternate;
    }

    .r5 {
        top: 115px;
        right: 160px;
        background: #10FFD3;
        animation: glow 1s ease-in-out infinite alternate;
    }

    .r6 {
        top: 132px;
        right: 196px;
        background: #FF584C;
        animation: glow 1s ease-in-out 0.5s infinite alternate;
    }

    .r7 {
        top: 140px;
        right: 237px;
        background: #FFED21;
        animation: glow 1s ease-in-out 1s infinite alternate;
    }

    .r8 {
        top: 140px;
        right: 278px;
        background: #45D7FF;
        animation: glow 1s ease-in-out 0.5s infinite alternate;
    }

    @keyframes glow {
        0% {
            filter: blur(1px) brightness(.3);
            opacity: 0;
        }

        100% {
            filter: blur(8px) brightness(1);
            opacity: 1;
        }
    }

    .nx-page-wrap,
    .nx-hero-inner {
        position: relative;
        z-index: 1;
    }

    .nx-side-decor {
        position: fixed;
        inset: 0;
        z-index: 999;
        pointer-events: none;
    }

    .nx-side-decor__img {
        position: absolute;
        bottom: 0;
        width: 82px;
        height: auto;
    }

    .nx-side-decor__img--left {
        left: calc(50% - 600px - 120px);
    }

    .nx-side-decor__img--right {
        right: calc(50% - 600px - 120px);
    }

    .footer-desc {
        pointer-events: none;
    }

    .footer-desc .scroll-up,
    .footer-desc button,
    .footer-desc a {
        pointer-events: auto;
    }

    /* @keyframes glow {
        0% {
            filter: brightness(1.7) blur(10px);
            opacity: 0.4;
        }

        100% {
            filter: brightness(3) blur(16px);
            opacity: 0.9;
        }
    } */

}