

/* Start:/local/assets/css/video-ai.css?17570480984104*/
section.wrap, section{
    margin-bottom: 120px;
}
section *{
    box-sizing: border-box;
}
.widget-screens{
    display: flex;
    gap: 30px;
    flex-direction: column;
    padding-top: 42px;
}
.widget-screens div{
    display: flex;
}
.widget-screens h2,
.widget-screens p,
.widget-screens ul,
.widget-screens li,
.widget-screens h3{
    margin: 0;
}
h2,
h3,
.widget-text-title,
.why-important-subtitle{
    font-family: "Bebas Neue", serif;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: 0;
    vertical-align: middle;
    text-transform: uppercase;
    color: #0A111D;
}
h2{
    font-size: 52px;

}
h3{
    font-size: 48px;
}
p, li{
    font-family: Roboto, serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0;
    vertical-align: middle;
    color: #0A111D70;
}
.widget-screens-title{
    flex-direction: column;
    gap: 20px;
    width: 65%;
}
.widget-screens-inner{
    flex-direction: column;
    gap: 30px;
}
.widget-screens-item{
    gap: 30px;
}
.widget-screens-item:nth-child(2) p,
.widget-screens-item:nth-child(2) li{
    color: #0A111D;
}
.widget-screens li::marker{
    color: #FF0002;
}
.widget-screens-item:nth-child(2) .widget-screens-text{
    order: 2;
}
.widget-screens-item:nth-child(2) .widget-screens-img{
    order: 1;
}
.widget-screens-text{
    width: 60%;
    flex-direction: column;
    gap: 20px;
    justify-content: center;
}
.widget-screens li{
    margin: 0;
}
.widget-screens-text p{

}
.widget-text-title{
    font-size: 20px;
    line-height: 24px;
}
.widget-screens-img{
    justify-content: flex-start;
}
.widget-screens-img img{
    width: 350px;
    height: 200px;
    border-radius: 10px;
    object-fit: cover;
    object-position: top;
}
@media (max-width: 1024px){
    section.wrap, section{
        margin-bottom: 90px;
    }
    .widget-screens{
        gap: 90px;
    }
    .widget-screens-title{
        width: 100%;
    }
    h2{
        font-size: 50px;
    }
}
@media (max-width: 767px){
    section.wrap, section{
        margin-bottom: 60px ;
    }
    section.wrap{
        padding: 0 10px;
    }
    .widget-screens{
        gap: 40px;
        padding-top: 12px;
    }
    .widget-screens-item{
        flex-direction: column;
    }
    h2{
        font-size: 30px;
    }
    .widget-screens-text{
        gap: 15px;
    }
    .widget-text-title {
        font-size: 18px;
    }

    .widget-screens-item:nth-child(2) .widget-screens-text{
        order: 1;
    }
    .widget-screens-item:nth-child(2) .widget-screens-img{
        order: 2;
    }
    .widget-screens-text{
        width: 100%;
    }
    .widget-screens-img img{
        height: 100%;
    }
}

/* why-important */
.why-important{
    background-color: #f8f8f8;
    margin-bottom: 60px;
}
.why-important .widget-screens{
    padding: 42px 0;
}
.why-important .widget-screens-title{
    width: 33.6%;
}
.why-important-subtitle{
    font-size: 20px;
}



.why-important-inner{
    flex-wrap: wrap;
    gap: 34px;
}
.why-important-item{
    width: calc(33.3% - 23px);
    gap: 10px;
    flex-direction: column;
}
.why-important-item img{
    width: 90px;
    height: 90px;
}
.why-important-title{
    gap: 20px;
    flex-direction: column;
}
@media (max-width: 1280px){
    .why-important .widget-screens-title{
        width: 70%;
    }
}

@media (max-width: 1024px){
    .why-important-item{
        width: 347px;
    }
    h3{
        font-size: 48px;
    }

}
@media (max-width: 767px){
    .why-important .widget-screens{
        gap: 20px;
    }
    .why-important .widget-screens-title{
        width: 100%;
    }
    h3{
        font-size: 28px;
    }
    .why-important-inner{
        gap: 20px;
    }
    .why-important-item{
        width: 100%;
        gap: 10px;
    }
    .why-important-title {
        gap: 10px;
        flex-direction: row;
        align-items: center;
    }
}



/* End */


/* Start:/local/assets/css/header.css?17684490692940*/
/* Banner */
.head {
    background: #0A111D !important;

    min-height: 195px;
    margin-bottom: 48px
}

.head .title {
    margin: 0;
    padding: 16px 0
}

.head-inner {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding-bottom: 120px;
}

.head-inner-title {
    width: calc(60% - 30px);
    margin-right: 30px;
}

.head-inner-title h1 {
    font-family: "Bebas Neue", serif;
    font-weight: 400;
    font-size: 62px;
    line-height: 100%;
    letter-spacing: 0.4px;
    text-transform: uppercase;
}

.head-inner-subtitle,
.banner-block-content {
    font-family: Roboto, serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0;
    color: #727786;
}

.head-inner-title a {
    display: flex;
    width: 232px;
    height: 54px;
    border-radius: 4px;
    padding: 15px 24px;
    background: #F15454;
    color: white;
    margin-top: 40px;
    text-decoration: none;
    font-family: Roboto, serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0;
    text-align: center;
    border: none;
    justify-content: center;

}

.head-inner-img {
    width: 40%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.head-inner-img img {

}

.head-inner-banner {
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-top: 40px;
}
/* Адаптивность для разрешения 1024px */
@media (max-width: 1024px) {

    .head-inner-title h1 {
        font-size: 28px;
        line-height: 1;
        letter-spacing: 0;
    }

    .head-inner-img,
    .head-inner-title {
        margin-bottom: 20px;
    }
}

/* Адаптивность для разрешения 768px */
@media (max-width: 768px) {
    .head-inner {
        padding-bottom: 30px;
    }
    .head-inner-img,
    .head-inner-title {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }

    .banner-block-number {
        margin-bottom: 40px;
    }
}


/* video-ai */
.banner-video-ai .head-inner{
    position: relative;
}

@media (max-width: 1024px){

    .banner-video-ai .head-inner-title{
        width: 60%;
    }
    .banner-video-ai .head-inner-img{
        position: absolute;
        right: -50px;
        bottom: 0;
        margin: 0;
    }
    .banner-video-ai .head-inner-img img{
        width: 330px;
        height: 268px;
    }
}
@media (max-width: 768px){
    .banner-video-ai .head-inner {
        padding-bottom: 0;
    }
    .banner-video-ai .head-inner-title{
        width: 100%;
    }
    .banner-video-ai .head-inner-img{
        position: initial;
        justify-content: right;
    }
    .banner-video-ai .head-inner-img img {
        width: 242px;
        height: 222px;
        margin-right: -25px;
    }
}

/* End */


/* Start:/local/templates/ledtehnology/components/bitrix/news.list/video-ai/style.css?177627416724430*/
/* === ОБЩИЕ СТИЛИ === */

.widget-catalog {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

/* === ПОИСК === */
.widget-search {
    margin-bottom: 30px;
}

/* === ОБНОВЛЕННЫЕ СТИЛИ ДЛЯ ПОИСКА === */
.widget-search__form {
    position: relative;
    max-width: 100%;
    display: flex;
    align-items: center;
}

.widget-search__input {
    width: 100%;
    padding: 15px 90px 15px 20px; /* Увеличиваем правый отступ для двух кнопок */
    border: 1px solid #E5E5E5;
    border-radius: 12px;
    font-size: 14px;
    color: #0A111D;
    background: #fff;
    outline: none;
    transition: border-color 0.3s;
    box-sizing: border-box;
}

.widget-search__input:focus {
    border-color: #0A111D;
}

.widget-search__input::placeholder {
    color: #9CA3AF;
}

/* Кнопка очистки */
.widget-search__clear {
    position: absolute;
    right: 50px; /* Размещаем перед кнопкой поиска */
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    color: #9CA3AF;
    cursor: pointer;
    padding: 5px;
    border-radius: 50%;
    transition: all 0.2s;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 26px;
    height: 26px;
}

.widget-search__clear:hover {
    color: #DC2626;
    background: #FEF2F2;
}

/* Кнопка поиска */
.widget-search__btn {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    color: #666;
    cursor: pointer;
    padding: 5px;
    transition: color 0.2s;
}

.widget-search__btn:hover {
    color: #0A111D;
}

/* Мобильная адаптация */
@media (max-width: 767px) {
    .widget-search__input {
        padding: 12px 80px 12px 15px;
        font-size: 16px;
    }

    .widget-search__clear {
        right: 45px;
    }
}

/* === ОСНОВНОЙ КОНТЕНТ === */
.widget-content {
    display: flex;
    gap: 30px;
}

/* === САЙДБАР === */
.widget-sidebar {
    width: 291px;
    flex-shrink: 0;
}

.filter-block {
    margin-bottom: 30px;
}

.filter-block_area {
    padding: 20px 0;
    position: relative;
}

.filter-block_category {
    background: transparent;
}

.filter-block__title {
    font-size: 18px;
    font-weight: 600;
    color: #0A111D;
    margin: 0 0 20px 0;
}

.filter-block_area .filter-block__title {
    display: inline-block;
    position: relative;
    z-index: 1;
}

.filter-block__content {
    padding: 12px;
    background: #F8F8FA;
    border-radius: 10px;
}
.filter-block_category .filter-block__content{
    background: none;
    padding: 0;
}
    /* === ЧЕКБОКСЫ === */
.checkbox-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.checkbox-item {
    display: flex;
    align-items: center;
    gap: 12px;
    cursor: pointer;
    transition: opacity 0.2s;
}

.checkbox-item:hover {
    opacity: 0.8;
}

.checkbox-item__box {
    width: 20px;
    height: 20px;
    border: 2px solid #D1D5DB;
    border-radius: 4px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: all 0.2s;
    margin-top: 2px;
    position: relative;
}

.checkbox-item__box::after {
    content: '✓';
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    opacity: 0;
    transition: opacity 0.2s;
}

.checkbox-item.active .checkbox-item__box,
.checkbox-item input:checked + .checkbox-item__box {
    background: #DC2626;
    border-color: #DC2626;
}

.checkbox-item.active .checkbox-item__box::after,
.checkbox-item input:checked + .checkbox-item__box::after {
    opacity: 1;
}

.checkbox-item__text {
    font-size: 14px;
    color: #0A111D;
    line-height: 24px;
}

.checkbox-item input {
    display: none;
}

/* === КНОПКИ КАТЕГОРИЙ === */
.category-buttons {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.category-btn {
    display: flex;
    align-items: center;
    gap: 12px;
    width: 100%;
    padding: 10px 16px;
    background: #F8F8FA;
    border: none;
    border-radius: 7px;
    color: #0A111D;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.2s;
    text-align: left;

}

.category-btn:hover, .category-btn_active {
    background: #0A111D;
    color: #fff;
    transition: all 0.3s;
}

.category-btn_active:hover {
    background: #1F2937;
    transition: all 0.3s;
}

.category-btn__icon {
    font-size: 18px;
    flex-shrink: 0;
}

.category-btn__text {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* === МОБИЛЬНЫЕ ФИЛЬТРЫ === */
.widget-filters-mobile {
    display: none;
    margin-bottom: 30px;
}

.mobile-filter-row {
    display: flex;
    gap: 15px;
}

.mobile-filter {
    position: relative;
    flex: 1;
    max-width: 291px;
}

.mobile-filter__btn {
    width: 100%;
    padding: 15px 20px;
    background: #F8F8FA;
    border: 1px solid #E5E5E5;
    border-radius: 8px;
    color: #0A111D;
    font-size: 14px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: all 0.2s;
    box-sizing: border-box;
}

.mobile-filter__btn:hover {
    background: #E5E7EB;
}

.mobile-filter__arrow {
    transition: transform 0.2s;
    flex-shrink: 0;
}

.mobile-filter_open .mobile-filter__arrow {
    transform: rotate(180deg);
}

.mobile-filter__dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #fff;
    border: 1px solid #E5E5E5;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    padding: 15px;
    margin-top: 5px;
    z-index: 100;
    display: none;
    max-height: 300px;
    overflow-y: auto;
}

.mobile-filter_open .mobile-filter__dropdown {
    display: block;
}

/* === СЕТКА ВИДЖЕТОВ === */
.widget-grid {
    flex: 1;
    min-width: 0;
}

.widget-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    margin-bottom: 40px;
}

/* === КАРТОЧКА ВИДЖЕТА === */
.widget-card {
    border-radius: 8px;
    overflow: hidden;
    background: #fff;
    /*box-shadow: 0 2px 8px rgba(0,0,0,0.08);
    transition: transform 0.2s, box-shadow 0.2s;*/
}

.widget-card:hover {
    /*transform: translateY(-2px);
    box-shadow: 0 4px 16px rgba(0,0,0,0.12);*/
}

.widget-card__video {
    position: relative;
    aspect-ratio: 16/9;
    background: #0A111D;
    overflow: hidden;
    border-radius: 8px;
}

.widget-card__video-player {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    opacity: 1;
}
.widget-card__video:not(.playing) .widget-card__video-player{
    opacity: 0.7;
    transition: opacity 0.3s;
}
.widget-card__video:not(.playing):hover .widget-card__video-player{
    opacity: 1;
    transition: opacity 0.3s;
}
.widget-card__play-btn {
    position: absolute;
    top: 50%;
    left: 51%;
    transform: translate(-50%, -50%);
    background: none;
    border: none;
    cursor: pointer;
    transition: opacity 0.2s;
    z-index: 2;
}
.widget-card__video:not(.playing):hover .widget-card__play-btn,
.widget-card__play-btn:hover {
    opacity: 1;
}

.widget-card__duration {
    position: absolute;
    top: 15px;
    left: 15px;
    color: #fff;
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 12px;
    z-index: 2;
}

.widget-card__content {
    padding: 20px;
}
.widget-card__content p{
    margin-top: 10px;
}
.widget-card__header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 15px;
    margin-bottom: 15px;
}

.widget-card__title {
    font-size: 18px;
    font-weight: 600;
    color: #0A111D;
    margin: 0;
    line-height: 1.3;
    flex: 1;
}

.widget-card__download {
    position: relative;
    flex-shrink: 0;
}

.download-btn {
    cursor: pointer;
    color: #0A111D;
    transition: all 0.2s;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    background: none;
}

.download-btn:hover .icon-video-download{

    transition: all 0.2s;
}
.icon-video-download{
    width: 30px;
    height: 30px;
    transition: all 0.2s;
    fill: none;
    stroke: #0A111D;
}
svg.icon-video-download path{
    fill: #0A111D;
}
svg.icon-video-download rect{
    stroke: #0A111D;
}
.download-btn:hover .icon-video-download{
    fill: #0A111D;
    stroke: #ffffff;
    transition: all 0.2s;
}


.download-menu {
    position: absolute;
    bottom: 100%;
    right: 0;
    background: #fff;
    border: 1px solid #E5E5E5;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    padding: 8px 0;
    margin-top: 5px;
    z-index: 10;
    display: none;
    min-width: 180px;
}

.download-menu_open {
    display: block;
}

.download-menu__item {
    display: block;
    width: 100%;
    padding: 10px 16px;
    background: none;
    border: none;
    text-align: left;
    font-size: 14px;
    color: #0A111D;
    cursor: pointer;
    transition: background 0.2s;
}

.download-menu__item:hover {
    background: #F8F8FA;
}

#request-form2.modal__body{
    height: auto !important;
}
/* === ТЕГИ === */
.widget-card__tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.widget-tag {
    padding: 6px 12px;
    background: #ffffff;
    color: #0A111D;
    font-size: 12px;
    border-radius: 4px;
    box-shadow: 2px 4px 15px 4px #00000014;
    white-space: nowrap;
}

/* === ПУСТОЕ СОСТОЯНИЕ === */
.widget-empty {
    grid-column: 1 / -1;
    text-align: center;
    padding: 60px 20px;
    color: #6B7280;
}

.widget-empty p {
    font-size: 18px;
    margin: 0;
}

/* === ПАГИНАЦИЯ === */
.widget-pagination {
    display: flex;
    justify-content: center;
    margin-top: 40px;
}

/* === АДАПТИВНОСТЬ === */

/* Планшет: 768px - 1023px */
@media (max-width: 1023px) {
    .widget-sidebar {
        display: none;
    }

    .widget-filters-mobile {
        display: block;
    }

    .widget-content {
        flex-direction: column;
        gap: 20px;
    }

    .mobile-filter {
        width: 291px;
    }

    .widget-list {
        gap: 25px;
    }
}

/* Мобайл: до 768px */
@media (max-width: 767px) {
    .widget-catalog {
        padding: 0 10px;
    }

    .widget-search {
        margin-bottom: 20px;
    }

    .widget-search__input {
        padding: 12px 45px 12px 15px;
        font-size: 16px; /* Предотвращает зум на iOS */
    }

    .mobile-filter-row {
        flex-direction: column;
    }

    .mobile-filter {
        width: 100%;
        max-width: none;
    }

    .widget-filters-mobile {
        margin-bottom: 20px;
    }

    .widget-list {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .widget-card__content {
        padding: 15px;
    }

    .widget-card__header {
        gap: 10px;
    }

    .widget-card__title {
        font-size: 16px;
    }

    .widget-card__download {
        align-self: flex-end;
    }

    .download-menu {
        right: 0;
        min-width: 160px;
    }

    .widget-tag {
        font-size: 11px;
        padding: 4px 10px;
    }
}

/* === ДОПОЛНЕНИЯ ДЛЯ ВИДЕО === */
.widget-card__video {
    position: relative;
    aspect-ratio: 16/9;
    background: #0A111D;
    overflow: hidden;
    cursor: pointer; /* Добавляем курсор для всей области видео */
}

.widget-card__video-player {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* Кнопка воспроизведения (показывается когда видео на паузе) */
.widget-card__play-btn {
    position: absolute;
    top: 50%;
    left: 51%;
    transform: translate(-50%, -50%);
    background: none;
    border: none;
    cursor: pointer;
    transition: opacity 0.3s ease;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: center;
}

.widget-card__play-btn:hover {
    opacity: 1;
}

/* НОВОЕ: Кнопка паузы (показывается при наведении на играющее видео) */
.widget-card__pause-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: none;
    border: none;
    cursor: pointer;
    transition: opacity 0.3s ease;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    pointer-events: none;
}

/* Показываем кнопку паузы при наведении на играющее видео */
.widget-card__video.playing:hover .widget-card__pause-btn {
    opacity: 1;
    pointer-events: all;
}

.widget-card__pause-btn:hover {
    opacity: 0.8 !important;
}

/* Скрываем кнопку play когда видео играет */
.widget-card__video.playing .widget-card__play-btn {
    opacity: 0;
    pointer-events: none;
}

/* Показываем кнопку play когда видео на паузе */
.widget-card__video:not(.playing) .widget-card__play-btn {
    opacity: 0.6;
    pointer-events: all;
}
.widget-card__video:hover .widget-card__video:not(.playing) .widget-card__play-btn{
    opacity: 1;
}



/* НОВОЕ: Контролы видео при наведении */
.widget-card__video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: transparent;
    z-index: 1;
    transition: background 0.3s ease;
}

.widget-card__video.playing:hover .widget-card__video-overlay {
    background: rgba(0,0,0,0.1);
}

/* Анимация для плавного появления/исчезновения */
.widget-card__play-btn,
.widget-card__pause-btn {
    transition: opacity 0.3s ease, transform 0.2s ease;
}

.widget-card__play-btn:active,
.widget-card__pause-btn:active {
    transform: translate(-50%, -50%) scale(0.95);
}

/* Убираем нативные контролы браузера */
.widget-card__video-player::-webkit-media-controls {
    display: none !important;
}

.widget-card__video-player {
    outline: none;
}

/* Дополнительные стили для лучшей видимости кнопок */
.widget-card__play-btn svg,
.widget-card__pause-btn svg {
    filter: drop-shadow(0 2px 4px rgba(0,0,0,0.3));
}

/* Адаптив для мобильных устройств */
@media (max-width: 767px) {
    /* На мобильных показываем кнопку паузы всегда при воспроизведении */
    .widget-card__video.playing .widget-card__pause-btn {
        opacity: 0.7;
        pointer-events: all;
    }

    /* Увеличиваем область нажатия на мобильных */
    .widget-card__play-btn,
    .widget-card__pause-btn {
        padding: 10px;
    }
}
.icon-video-play,
.icon-video-pause{
    width: 40px;
    height: 40px;
    fill:#ffffff;
}
.category-btn__icon svg{
    width: 30px;
    height: 30px;
    transition: all 0.3s;
}
.category-btn__icon svg path{
    fill:#0A111D;
}
.category-btn_active .category-btn__icon svg,
.category-btn_active .category-btn__icon svg path,
.category-btn:hover .category-btn__icon svg{
    fill:#ffffff;
    transition: all 0.3s;
}
.icon-video-duration{
    width: 21px;
    height: 20px;
    fill: #ffffff;
}




/**/
.pagination-container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    margin-top: 30px;
    flex-wrap: wrap;
}

.pagination-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 40px;
    height: 40px;
    padding: 8px 12px;
    text-decoration: none;
    color: #333;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 500;
    transition: all 0.2s ease;
}

.pagination-link:hover {
    background: #f5f5f5;
    border-color: #999;
    color: #000;
    text-decoration: none;
}

.pagination-link_active {
    background: #F15454;
    border-color: #F15454;
    color: #fff;
}

.pagination-link_active:hover {
    background: #c03a3a;
    border-color: #c03a3a;
    color: #fff;
}

.pagination-prev,
.pagination-next {
    font-weight: 600;
}

.pagination-dots {
    color: #999;
    padding: 0 8px;
    font-weight: bold;
}

@media (max-width: 768px) {
    .pagination-container {
        gap: 4px;
        margin-top: 20px;
    }

    .pagination-link {
        min-width: 35px;
        height: 35px;
        padding: 6px 10px;
        font-size: 13px;
    }
}
[data-custom-modal="true"] {
    pointer-events: auto !important;
}

[data-custom-modal="true"] .close,
[data-custom-modal="true"] [data-close] {
    pointer-events: auto !important;
    cursor: pointer !important;
}

/* Блокируем стандартные обработчики для кастомных модальных окон */
[data-custom-modal="true"] * {
    pointer-events: inherit;
}

/**/
.play-button {
    position: relative;
    display: flex;
    width: 430px;
    height: 271px;
    cursor: pointer;
}
@media (max-width: 768px) {
    .play-button {
        width: 100%;
        height: 100%;
    }
}
@media (max-width: 575px) {
    .play-button {
        width: 100%;
        height: 100%;
    }
}
@keyframes button-rounds__small {
    0% {
        width: 43px;
        height: 43px;
        opacity: 0.2;
    }
    50% {
        width: 63px;
        height: 63px;
        opacity: 0.5;
    }
    75% {
        width: 83px;
        height: 83px;
        opacity: 0.2;
    }
    100% {
        width: 103px;
        height: 103px;
        opacity: 0.05;
    }
}
.button-rounds .circle1 {
    animation: button-rounds__small 2s linear infinite 0.25s;
}
.button-rounds .circle2 {
    animation: button-rounds__small 2s linear infinite 0.75s;
}
.button-rounds .circle3 {
    animation: button-rounds__small 2s linear infinite 1.25s;
}
.button-rounds .circle4 {
    animation: button-rounds__small 2s linear infinite 1.75s;
}
.button-rounds .circle1,
.button-rounds .circle2,
.button-rounds .circle3 {
    border-radius: 50%;
    border: solid 3px #ffffff;
    transform: translateX(-50%) translateY(-50%);
    position: absolute;
    opacity: 0.2;
    left: 50%;
    top: 50%;
}
.button-rounds {
    position: absolute;
    background: var(--white-color);
    border-radius: 50%;
    top: 50%;
    left: 50%;
    width: 43px;
    height: 43px;
    transform: translate(-50%,-50%);
    opacity: 0.8;
    transition: all 0.3s;
}


.rounds-inner {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.button-rounds .circle1 {
    border-radius: 50%;
    border: solid 3px #ffffff;
    transform: translateX(-50%) translateY(-50%);
    position: absolute;
    opacity: 0.2;
    left: 50%;
    top: 50%;
}
.play-btn__block:hover .button-rounds {
    width: 103px;
    height: 103px;
}

.play-btn__block:hover .button-rounds {
    width: 103px;
    height: 103px;
}
.widget-card__video.playing .button-rounds{
    opacity: 0;
}

/* === ФИЛЬТР ПО РАЗДЕЛАМ === */

.section-filter {
    width: 100%;
    margin-bottom: 25px;
}

.section-filter__buttons {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.section-filter__btn {
    flex: 1 1 0; /* Каждая кнопка занимает равную долю доступного пространства */
    min-width: 150px; /* Минимальная ширина для читабельности */
    height: 44px;
    background: #f5f5f5;
    border: 1px solid #ddd;
    cursor: pointer;
    border-radius: 5px;
    transition: all 0.3s ease;
    font-family: Roboto, serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0;
    padding: 10px 15px;
    text-align: center;
    white-space: nowrap;
}

.section-filter__btn:hover {
    background: #e9e9e9;
}

.section-filter__btn.active {
    background: #0A111D;
    color: white;
    border-color: #0A111D;
}

.section-filter__btn.active:hover {
    background: #0A111D;
    border-color: #0A111D;
}

/* Адаптив для планшетов */
@media (max-width: 1023px) {
    .section-filter {
        margin-bottom: 20px;
    }

    .section-filter__buttons {
        gap: 10px;
    }

    .section-filter__btn {
        min-width: 120px;
    }
}

/* Адаптив для мобильных */
@media (max-width: 767px) {
    .section-filter {
        margin-bottom: 15px;
    }

    .section-filter__buttons {
        gap: 6px;
    }

    .section-filter__btn {
        flex: 1 1 auto; /* Автоматический размер в зависимости от контента */
        min-width: 0; /* Убираем минимальную ширину */
        font-size: 14px;
        padding: 8px 12px; /* Уменьшаем отступы */
        white-space: nowrap; /* Текст в одну строку */
    }
}

/* Для очень маленьких экранов */
@media (max-width: 480px) {
    .section-filter__buttons {
        gap: 4px;
    }

    .section-filter__btn {
        padding: 6px 10px;
    }
}










/* === СТИЛИ ДЛЯ ИЗОБРАЖЕНИЙ === */
.widget-card__image {
    cursor: pointer;
    position: relative;
}

.widget-image-link {
    display: block;
    width: 100%;
    height: 100%;
}

.widget-card__image-player {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: opacity 0.3s;
    opacity: 0.7;
}

.widget-card__image:hover .widget-card__image-player {
    opacity: 1;
}

/* Оверлей и кнопка лупы */
.widget-card__zoom-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
    z-index: 2;
}

.widget-card__zoom-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(0, 0, 0, 0.5);
    border: none;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: all;
    opacity: 0.7;
}

.widget-card__image:hover  .widget-card__zoom-btn{
    background: rgba(0, 0, 0, 0.7);
    transform: translate(-50%, -50%) scale(1.1);
    opacity: 1;
}

.icon-zoom {
    filter: drop-shadow(0 2px 4px rgba(0,0,0,0.3));
}

/* Превью видео при наведении */
.widget-video-link {
    display: block;
    width: 100%;
    height: 100%;
}

.widget-video-link:hover img {
    opacity: 1 !important;
}

.widget-card__video:hover .widget-card__play-btn {
    opacity: 1;
}

/* Стиль видео внутри Fancybox */
.fancybox__content{
    padding: 0 !important;
}
.fancybox__html5video {
    width: 100%;
    height: 100%;
    max-width: 1280px;
    max-height: 720px;
    background: #000;
}
.widget-card__title a {
    color: inherit;
    text-decoration: none;
    transition: color 0.2s;
}

.widget-card__title a:hover {
    color: #DC2626;
}
/* End */


/* Start:/local/assets/css/blocks/form-block.css?17580003645982*/
section.form-block-v2{
    background: #253243;
    margin-top: 60px;
}
.additional-warranty-page section.form-block-v2{
    margin-bottom: 60px;
}
.articles-page section.form-block-v2{
    margin-bottom: 50px;
}
.form-contact div {
    display: flex;
}

.form-contact {
    background: #0A111D;
    flex-wrap: wrap;
    display: flex;
}
.form-contact h3,
.form-contact h4{
    font-family: "Bebas Neue", serif;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: 0.4px;
    text-transform: uppercase;
    color: #FFFFFF;
    margin: 0;
}

.form-contact-title,
.form-contact-inner {
    flex-wrap: wrap;
    width: 50%;
}


.form-contact-title div {
    padding: 60px 0 60px 60px;
    gap: 20px;
    flex-direction: column;
    justify-content: center;
}

.form-contact-title h4 {
    font-weight: 400;
    font-size: 42px;
}

.form-contact-title span {
    font-family: Roboto, serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    vertical-align: middle;
    color: #ffffff;
    opacity: 0.7;
}

.w-100 {
    width: 100%;
    box-sizing: border-box;
}

.w-50 {
    width: 50%;
    box-sizing: border-box;
}

.form-contact input,
.form-contact textarea {
    height: 54px;
    gap: 10px;
    border-radius: 7px;
    padding: 10px 10px 10px 16px;
    border: 1px solid #C4C4C4;
    background: #FFFFFF;
    color: #71757C;
}

.form-contact input.w-50,
.form-contact button,
.form-contact label.w-50 {
    width: calc(50% - 7px);
}

.form-contact-body {
    flex-wrap: wrap;
    padding: 60px 60px 60px 20px;
    gap: 14px;
}

.form-contact textarea {
    height: 126px;
    padding-top: 17px;
}

.form-contact button {
    height: 54px;
    border-radius: 4px;
    padding: 15px 24px;
    background: #F15454;
    font-family: Roboto, serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0;
    text-align: center;
}

label.w-50 {
    display: flex;
    gap: 10px;
    justify-content: center;
    align-items: center;
}

label.w-50 div {
    flex-direction: column;
}

/* Скрываем оригинальный чекбокс */
.custom-checkbox input {
    opacity: 0;
    position: absolute;
}

/* Создаем кастомный чекбокс */
.custom-checkbox .checkmark {
    display: inline-block;
    width: 35px;
    height: 24px;
    border: 1px solid #ffffff;
    border-radius: 2px;
    background-color: #0A111D;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
}

/* Изменяем стиль при выборе чекбокса */
.custom-checkbox input:checked + .checkmark {
    background-color: #0A111D; /* Цвет фона при выборе */
    border-color: #ffffff; /* Цвет границы при выборе */
}

/* Добавляем галочку внутри чекбокса */
.custom-checkbox input:checked + .checkmark::after {
    content: '';
    position: absolute;
    left: 7px;
    top: 0;
    width: 7px;
    height: 14px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

/* Стилизуем текст рядом с чекбоксом */
.custom-checkbox .checkbox-text {
    display: inline-block;
    vertical-align: middle;
    color: #ffffff;
    opacity: 0.7;
    font-family: Roboto, serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    letter-spacing: 0;
}

.custom-checkbox .checkbox-text a {
    color: #F15454;
    text-decoration: none;
}

.custom-checkbox .checkbox-text a:hover {
    text-decoration: underline;
}

@media (max-width: 768px) {

    .form-contact-title h4{
        font-size: 32px;
    }
    .form-contact-title,
    .form-contact-inner,
    .w-50,
    .form-contact input.w-50,
    .form-contact button,
    .form-contact label.w-50 {
        width: 100%;
    }

    .form-contact-title div,
    .form-contact-body {
        padding: 20px;
    }

}


.form-block-v2{
    padding: 90px 0;
}
.form-block-v2 .form-contact-title,
.form-block-v2 .form-contact-inner {
    width: calc(50% - 15px);
}
.form-block-v2 h3{
    font-size: 54px;
    width: 100%;

}
.form-block-v2 h4{
    font-size: 46px;
    width: 100%;
}
.form-block-v2 span{
    font-family: Roboto, serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0;
    vertical-align: middle;
    color: #ffffff;
    display: flex;
    width: 100%;
}
.form-block-v2 span.form-subtitle{
    color: #727786;
    margin: 10px 0 30px;

}
.form-block-v2 .form-contact {
    background: none;
    gap: 30px;
}
.form-block-v2 .form-contact-inner{
    background: #0A111D;
    padding: 78px 60px;
    align-items: center;
}
.form-block-v2 .form-contact-inner > div{
    flex-wrap: wrap;
}
.form-block-v2 .form-contact-body{
    padding: 0;
}
.form-block-v2 .checkbox-text span{
    font-size: 14px;
}
.form-block-v2 .custom-checkbox .checkmark{
    width: 24px;
}
.form-block-v2 .form-contact-title{
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
}
.form-contact-title div.form-contact-item{
    width: 290px;
    height: 212px;
    gap: 30px;
    padding: 35px;
    border: 1px solid #455469;
    flex-direction: column;
    justify-content: flex-start;
}
.form-block-v2 .form-contact button{
    padding: 0;
}
@media (max-width: 768px) {
    .articles-page section.form-block-v2{
        margin-bottom: 30px;
    }
    .additional-warranty-page section.form-block-v2{
        margin-bottom: 40px;
    }
    section.form-block-v2{
        margin-top: 40px;
        padding: 30px 0;
    }
    .form-block-v2 .form-contact-title,
    .form-block-v2 .form-contact-inner {
        width: 100%;
    }
    .form-block-v2 h3{
        font-size: 36px;

    }
    .form-block-v2 h4{
        font-size: 32px;
    }
    .form-contact-title div.form-contact-item {
        width: 150px;
        height: 160px;
        gap: 15px;
        padding: 10px;
    }
    .form-block-v2 .form-contact-inner {
        padding: 30px;
    }
}

/* End */
/* /local/assets/css/video-ai.css?17570480984104 */
/* /local/assets/css/header.css?17684490692940 */
/* /local/templates/ledtehnology/components/bitrix/news.list/video-ai/style.css?177627416724430 */
/* /local/assets/css/blocks/form-block.css?17580003645982 */
