
    .top-drone, .top-drone img{
        width: 100%;
    }
    .donate-desctop{
        position: sticky;
        top: 145px;
    }
    .top-drone img{
        border-radius: 4px;
        overflow: hidden;
    }
    .top-drone-info__about,
    .top-drone-info__about p{
        font-size: 16px;
        line-height: 160%;
        font-weight: 500;
        margin-bottom: 15px;
        color: white;
    }
    .f-thumbs__slide.for-image.is-nav-selected .f-thumbs__slide__button{
        border: 1px solid #FF0000;
    }
    .main-slider-video {
        width: 100%;
        height: 400px; 
        margin-bottom: 10px;
    }
    .donate-main-video{
        margin-bottom: 30px;
        width: 100%;
    }

    .main-slider-video .swiper-slide img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .thumb-slider-video {
        width: 100%;
        height: 113px;
    }

    .thumb-slider-video span{
        font-family: Inter-Regular, sans-serif;
        font-size: 12px;
        line-height: 130%;
        letter-spacing: 0;
        display: block;

    }

    .video-icon{
        position: relative;
    }
    .video-icon:before{
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        margin-top: -20px;
        margin-left: -26px;
        background-image: url("../user/img/video-icon.png");
        display: block;
        width: 54px;
        height: 40px;
        background-size: contain;
        background-repeat: no-repeat;
    }





    .video-wrapper {
        position: relative;
        width: 100%;
        padding-top: 56.25%; /* 16:9 пропорції */
        background: #000;
        overflow: hidden;
        margin-bottom: 20px;
        border-radius: 12px;
        cursor: pointer;
    }

    .video-thumbnail {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        transition: opacity 0.3s ease;
    }

    .video-wrapper video {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #000;
    }

    .play-button {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 80px;
        height: 80px;
        /*background: rgba(255, 255, 255, 0.95);*/
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        transition: all 0.3s ease;
        /*box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);*/
    }

    .play-button:hover {
        transform: translate(-50%, -50%) scale(1.1);
        /*
        background: rgba(255, 255, 255, 1);
        box-shadow: 0 6px 25px rgba(0, 0, 0, 0.4);
        */
    }

    /*
    .play-icon {
        width: 0;
        height: 0;
        border-left: 25px solid #ff0000;
        border-top: 15px solid transparent;
        border-bottom: 15px solid transparent;
        margin-left: 5px;
    }
        */

    .video-overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.1);
        transition: background 0.3s ease;
    }

    .video-wrapper:hover .video-overlay {
        background: rgba(0, 0, 0, 0.2);
    }

    .video-wrapper.playing .video-thumbnail,
    .video-wrapper.playing .play-button,
    .video-wrapper.playing .video-overlay {
        opacity: 0;
        pointer-events: none;
    }

    .loading-spinner {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 40px;
        height: 40px;
        border: 4px solid rgba(255, 255, 255, 0.3);
        border-top: 4px solid #ffffff;
        border-radius: 50%;
        animation: spin 1s linear infinite;
        display: none;
    }

    @keyframes spin {
        0% { transform: translate(-50%, -50%) rotate(0deg); }
        100% { transform: translate(-50%, -50%) rotate(360deg); }
    }

    .thumb-slider-video .video-icon:before{
        width: 23px;
        height: 23px;
        margin-top: -10px;
        margin-left: -10px;
    }

    .thumb-slider-video .swiper-slide {
        width: 113px !important;
        height: 55px;
        opacity: 0.9;
        cursor: pointer;
    }

    .thumb-slider-video .swiper-wrapper{
        overflow-x: auto;
    }

    .thumb-slider-video .swiper-slide-thumb-active {
    opacity: 1;
    }

    .thumb-slider-video .swiper-slide img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .top-drone-info {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -45%);
        align-items: center;
        text-align: center;
        color: white;
        display: flex;
        flex-direction: column;
    }
    .top-drone{
        position: relative;
        margin-bottom: 20px;
        height: 500px;
    }
    .top-drone img{
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .top-drone-info__title{
        color: white;
        font-size: 36px;
        line-height: 100%;
        font-family: Inter-Bold, sans-serif;
        margin-bottom: 15px;
    }
    .top-drone-info__btn{
        width: 330px;
        height: 41px;
        background: #FF0000;
        color: white;
        font-size: 16px;
        line-height: 100%;
        font-family: Inter-Medium, sans-serif;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 15px;
        cursor: pointer;
    }
    .drone-title{
        font-size: 28px;
        line-height: 100%;
        font-weight: bold;
        font-family: Inter-Bold, sans-serif;
        color: #333;
        width: 100%;
    }

    .drone-link.drone-link-width{
        width: 330px;
        text-align: center;
        margin: 30px 0 20px;
    }
    .drone-links{
        display: flex;
        padding: 15px 0;

        overflow-y: auto;
        padding-right: 8px;
        scrollbar-gutter: stable;
    }
    .drone-link{
        display: block;
        padding: 8px 12px;
        font-size: 14px;
        line-height: 18px;
        border-radius: 100px;
        margin-right: 5px;
        font-family: Inter-Bold, sans-serif;
        border: 1px solid #333333;
        color: #333333;
    }
    .drone-link.active, .drone-link:hover{
        border: 1px solid #FF0000;
        color: #FF0000;
    }
    .content__flex-main.news.dron .content__base{
        width: 63.9%;
        max-width: 850px;
    }
    .content__flex-main.news.dron .content__base .content__news{
        max-width: 410px;
    }
    .drone-donate{
        background: #F0F8FF;
        border-radius: 4px;
        padding: 5px;
    }
    .donate-box{
        background: #F0F0F0;
        padding: 20px;
        border-radius: 4px;
        margin-bottom: 20px;
        width: 100%;
    }
    .donate-box__title{
        font-family: Inter, sans-serif;
        font-size: 17px;
        line-height: 133%;
        letter-spacing: 0;
        margin-bottom: 5px;
    }
    .donate-box__text{
        font-family: Inter-Regular, sans-serif;
        font-weight: 400;
        font-size: 16px;
        line-height: 100%;
        letter-spacing: 0;
        margin-bottom: 15px;
    }
    .donate-box__subtitle{
        font-family: Inter-Medium, sans-serif;
        font-weight: 500;
        font-size: 16px;
        line-height: 100%;
        letter-spacing: 0;
        margin-bottom: 15px;
        color: #000000;
    }
    .donate-box__subtitle-bottom{
        font-family: Inter-Regular, sans-serif;
        font-size: 14px;
        line-height: 150%;
        letter-spacing: 0;
        margin-bottom: 15px;
    }
    .donate-box__crypto-item span{
        display: block;
    }
    .donate-box__recipient,
    .donate-box__iban,
    .donate-box__swift,
    .donate-box__address,
    .donate-box__crypto-item,
    .donate-box__crypto-item span,
    .donate-box__wallet{
        font-family: Inter-Regular, sans-serif;
        font-size: 14px;
        line-height: 100%;
        color: #333333;
        margin-bottom: 7px;
        word-break: break-all;
    }
    .donate-box__btn{
        width: 300px;
        height: 41px;
        display: flex;
        justify-content: center;
        align-items: center;
        background: #000000;
        color: white;
        border-radius: 100px;
        outline: none;
        border: none;
        cursor: pointer;
    }
    .donate-box__btn:hover{
        opacity: 0.8;
    }
    .donate-box__btn img{
        max-width: 103px;
    }
    .drone-donate{
        background: #F0F8FF;
    }
    .drone-donate .donate-box__title{
        font-size: 28px;
    }
    .drone-donate .donate-box__text{
        font-size: 14px;
        line-height: 140%;
    }
    .drone-donate .donate-box__btn{
        width: 100%;
    }
    .donate-box__iban img,
    .donate-box__swift img,
    .donate-box__wallet img{
        margin-bottom: -2px;
    }
    .donate-popup.active {
        display: flex;
    }

    .donate-popup {
        position: fixed;
        top: 0; left: 0; right: 0; bottom: 0;
        background-color: rgba(0,0,0,0.6);
        display: none;
        justify-content: center;
        align-items: center;
        z-index: 1000;
    }

    .donate-popup__content {
        background: white;
        max-width: 630px;
        width: 90%;
        border-radius: 8px;
        position: relative;
        box-shadow: 0 2px 10px rgba(0,0,0,0.3);
    }

    .donate-popup__content .donate-box.drone-donate{
        margin-bottom: 0;
    }

    .donate-popup__close {
        position: absolute;
        top: 10px;
        right: 15px;
        background: transparent;
        border: none;
        font-size: 24px;
        cursor: pointer;
        line-height: 1;
    }

    .dron-progress__labels {
        display: flex;
        justify-content: space-between;
        font-size: 16px;
        font-weight: bold;
    }

    .donate-box__section.donate-box__section-top{
        margin-bottom: 18px;
        margin-top: 18px;
    }

    .dron-progress__label{
        font-family: Inter-Medium, sans-serif;
        font-weight: 500;
        font-size: 18px;
        line-height: 21px;
        letter-spacing: 0;
        display: flex;
        flex-direction: column;
    }

    .donate-box__section{
        margin-bottom: 10px;
    }

    .dron-progress__label span{
        font-family: Inter-Regular, sans-serif;
        font-size: 14px;
        line-height: 21px;
        letter-spacing: 0;
        color: #333333;
    }

    .content__flex-main.news.dron{
        justify-content: space-between;
    }

    .dron .content__news.news-bl{
        max-width: 420px;
    }

    aside.content__news {
        margin-right: 0 !important;
    }

    .progress-bar-container {
        width: 100%;
        border-radius: 12px;
        overflow: hidden;
        box-shadow: inset 0 1px 3px rgba(0,0,0,0.2);
        background: #D2D2D266;
        height: 7px;
        margin-bottom: 5px;
    }

    .progress-bar-fill {
        height: 100%;
        background-color: #333333;
        border-radius: 12px 0 0 12px;
        transition: width 0.3s ease;
    }

    .js-copy {
        cursor: pointer;
        transition: background-color 0.3s ease;
    }
    
    .js-copy:hover {
        background-color: rgba(25, 118, 210, 0.1);
    }
    
    .js-copy .copy-text {
        pointer-events: none;
    }
    
    .js-copy .copy {
        pointer-events: none;
        transition: all 0.3s ease;
    }
    
    .copy-success {
        animation: copySuccess 2s ease-in-out;
    }
    
    @keyframes copySuccess {
        0% { 
            filter: hue-rotate(120deg) brightness(1.2);
            transform: scale(1.2);
        }
        50% { 
            filter: hue-rotate(120deg) brightness(1.4);
            transform: scale(1.3);
        }
        100% { 
            filter: none;
            transform: scale(1);
        }
    }

    .donate-mobile{
        display: none;
    }

    /* Зображення */
    .donate-images {
        display: flex;
        flex-wrap: wrap;
        gap: 2%;
    }

    .donate-images__item {
        margin-bottom: 20px;
    }

    .donate-images__item.one {
        flex: 0 0 100%;
    }

    .donate-images__item.two {
        flex: 0 0 49%;
    }

    .donate-images__item img {
        width: 100%;
        display: block;
    }

    .donate-images-describe {
        font-weight: 400;
        font-family: Inter-Regular, sans-serif;
        font-size: 14px;
        line-height: 133%;
        color: #333333;
        display: block;
    }

    /*
    @media (max-width: 768px) {
        .donate-images__item.two {
            flex: 0 0 100%;
        }
    }*/





    @media screen and (max-width: 910px){
        .content__flex-main.news.dron .content__base{
            max-width: 100%;
            width: 100%;
        }
        .dron .content__news.news-bl {
            max-width: 100%;
        }
        .donate-mobile{
            display: block;
        }
        .donate-desctop{
            display: none;
        }
    }

    @media screen and (max-width: 567px){

        .donate-box__wallet {
            padding-right: 10px;
        }

        .top-drone-info__title{
            font-size: 28px;
        }
        .top-drone-info__btn{
            width: 100%;
        }
        .drone-link.drone-link-width{
            width: auto;
        }
        .top-drone-info {
            top: 30%;
            left: 20px;
            right: 20px;
            transform: none;
        }

        .copy-long img {
            margin-bottom: -2px;
            position: absolute;
            right: 0;
            top: 0;
        }
        .copy-long .copy-text {
            width: 95%;
        }

        .donate-box__wallet {
            position: relative;
        }

        .donate-box__btn {
            width: 100%;
        }
    }

    @media screen and (min-width: 568px){
        .donate-box__wallet span{
            display: inline-block;
        }
    }