.elementor-kit-5{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-kadence1:#2B6CB0;--e-global-color-kadence2:#215387;--e-global-color-kadence3:#1A202C;--e-global-color-kadence4:#2D3748;--e-global-color-kadence5:#4A5568;--e-global-color-kadence6:#718096;--e-global-color-kadence7:#EDF2F7;--e-global-color-kadence8:#F7FAFC;--e-global-color-kadence9:#ffffff;--e-global-color-f55fca0:#060606;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;--e-global-typography-8e2963c-font-family:"Roboto";--e-global-typography-8e2963c-font-size:25px;--e-global-typography-8e2963c-font-weight:500;--e-global-typography-bffa517-font-family:"Montserrat";--e-global-typography-bffa517-font-weight:600;--e-global-typography-2815e52-font-family:"Roboto";--e-global-typography-2815e52-font-size:25px;--e-global-typography-2815e52-font-weight:500;}.elementor-kit-5 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:85%;}.e-con{--container-max-width:85%;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:90%;}.e-con{--container-max-width:90%;}}
/* Start custom CSS *//* Общая область бегущих строк */
.partners-marquee {
    width: 100vw;
    max-width: 100vw;
    overflow: hidden;
    margin-top: 70px;
    margin-bottom: 45px;

    -webkit-mask-image: linear-gradient(
        to right,
        transparent 0%,
        #000 8%,
        #000 92%,
        transparent 100%
    );

    mask-image: linear-gradient(
        to right,
        transparent 0%,
        #000 8%,
        #000 92%,
        transparent 100%
    );
}

/* Одна строка */
.partners-marquee__row {
    width: 100%;
    overflow: hidden;
    margin-bottom: 10px;
}

/* Движущаяся лента */
.partners-marquee__track {
    display: flex;
    width: max-content;
    animation: partners-scroll 35s linear infinite;
    will-change: transform;
}

/* Вторая строка движется обратно */
.partners-marquee__row--reverse .partners-marquee__track {
    animation-direction: reverse;
    animation-duration: 40s;
}

/* Одинаковые дублированные наборы */
.partners-marquee__set {
    display: flex;
    flex-shrink: 0;
    gap: 10px;
    padding-right: 10px;
}

/* Отдельная плашка */
.partners-pill {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    min-width: 92px;
    min-height: 38px;
    padding: 0 23px;

    border: 1px solid #252525;
    border-radius: 7px;
    background: #101010;

    color: #8b8b8b;
    font-size: 12px;
    font-weight: 600;
    line-height: 1;
    white-space: nowrap;
}

/* Остановка при наведении */
.partners-marquee:hover .partners-marquee__track {
    animation-play-state: paused;
}

@keyframes partners-scroll {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
    }
}

/* Мобильная версия */
@media (max-width: 767px) {
    .partners-marquee {
        margin-top: 45px;
        margin-bottom: 35px;
    }

    .partners-pill {
        min-width: 80px;
        min-height: 34px;
        padding: 0 17px;
        font-size: 11px;
    }

    .partners-marquee__track {
        animation-duration: 25s;
    }

    .partners-marquee__row--reverse .partners-marquee__track {
        animation-duration: 30s;
    }
}

/* Не двигать строку, если пользователь отключил анимации */
@media (prefers-reduced-motion: reduce) {
    .partners-marquee__track {
        animation: none;
    }
}
.project-rutube {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    background: #000;
    border-radius: 12px;
}

.project-rutube iframe {
    position: absolute;
    inset: 0;
    display: block;
    width: 100% !important;
    height: 100% !important;
    border: 0;
}/* End custom CSS */