
    .main_page_slider_wr.ny2025_wr {
        height: 435px;
        padding-top: 30px;
        padding-top: 40px;
        background: url(../img/ny_2025_1-2.svg) no-repeat center bottom, radial-gradient(circle at center, #786ffa 20%, #3094f1 80%, #3fa1fb 100%);
        /* background: url(../img/ny_2025_1-2.svg) no-repeat center bottom; */
        background-size: contain;
        background-color: #3fa1fb;
        box-sizing: border-box;
        overflow: hidden;
        position: relative;
    }

    .main_page_slider_wr .promo_slide_h1,
    .main_page_slider_wr .promo_slide_h4 {
        color: #fefefe;
        text-transform: uppercase;
        font: italic 400 24px/26px "GothamPro", sans-serif;
        margin-bottom: 16px;
        text-align: center;
        font-weight: 900;
    }

    .main_page_slider_wr .promo_slide_h4 {
        font-weight: 700;
        font-style: italic;
        /* margin-bottom: -50px; */
        font-size: 16px;
        line-height: 17px;
        color: #002e76;
        max-width: 90%;
        margin: 30px auto -50px auto;
        /* text-shadow: 0 0 2px #fff; */
    }

    .main_page_slider_wr .promo_slide_h2 {
        font-weight: 900;
        /* margin-bottom: -50px; */
        font-size: 40px;
        line-height: 27px;
        color: #fff;
        bottom: 35px;
        left: 50%;
        width: 120px;
        box-sizing: border-box;
        height: 40px;
        display: block;
        text-align: center;
        position: absolute;
        margin: 0;
        margin-left: -60px;
    }

    .main_page_slider_wr.ny2025_wr .default_content {
        /* height: 400px; */
    }


    .main_page_slider_wr a {
        display: block;
        height: 100%;
        width: 100%;
        position: relative;
        text-align: center;
        text-decoration: none;
    }

    .main_page_slider_wr a span.button {
        font-weight: 700;
        font-size: 14px;
        text-decoration: none;
        font-style: normal;
        color: #ffffff;
        display: block;
        text-align: center;
        position: absolute;
        bottom: 50px;
        left: 50%;
        width: 180px;
        box-sizing: border-box;
        height: 40px;
        margin-left: -90px;
        padding: 10px 30px;
        background: linear-gradient(#fc611f, #f79621);
        ;
        border-radius: 60px;

        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    .main_page_slider_wr a:hover span.button {
        color: #fff;
        background: #fc611f;
        background: linear-gradient(#fc611f, #fc611f);
        box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.4);
        /*		background: #fc611f;*/
        /* background: #ffffff;
		color: #222222; */
    }

    .main_page_slider_wr a:hover {
        text-decoration: none;
    }


    /* кружечки */
    .particle {
        position: absolute;
        width: 7px;
        height: 7px;
        border-radius: 50%;
        pointer-events: none;
        opacity: 0;
        transition: opacity 0.6s ease-out;
        animation: float 1.2s infinite ease-in-out alternate;
        filter: drop-shadow(0 0 4px currentColor);
    }

    /* хаотичний рух */
    @keyframes float {
        from {
            transform: translate(-12px, -12px) scale(1);
        }

        to {
            transform: translate(12px, 12px) scale(1.4);
        }
    }


    @media (max-width: 1020px) {
        .main_page_slider_wr .promo_slide_h4 {
            font-size: 14px;
            max-width: 95%;
        }

        .main_page_slider_wr .promo_slide_h1 {
            font-size: 24px;
        }
    }

    @media (max-width: 900px) {
        .main_page_slider_wr .promo_slide_h2 {
            font-weight: 900;
            /* margin-bottom: -50px; */
            font-size: 4.5vw;
            line-height: 3vw;
            color: #fff;
            bottom: calc(4.8vw - 10px);
            left: 50%;
            width: 120px;
            box-sizing: border-box;
            height: 40px;
            display: block;
            text-align: center;
            position: absolute;
            margin: 0;
            margin-left: -60px;
            text-shadow: 0 0 2px #002e76;
        }
    }

    @media (max-width: 755px) {
        .main_page_slider_wr a span.button {
            width: 24%;
            font-size: 2.0vw;
            padding: 1.5%;
            height: auto;
            bottom: 12%;
            left: 38%;
            margin-left: 0;
        }

        .main_page_slider_wr .promo_slide_h2 {
            bottom: calc(5vw - 15px);
        }
    }

    @media (max-width: 500px) {

        .main_page_slider_wr a span.button {
            bottom: 8%;
        }

        .main_page_slider_wr.ny2025_wr {
            height: 385px;
        }

        .main_page_slider_wr .promo_slide_h2 {
            bottom: calc(5vw - 25px);
        }
    }
