

/* Start:/local/assets/css/projects.css?171342499044*/
*{margin:0;padding:0;box-sizing:border-box}

/* End */


/* Start:/local/templates/ledtehnology/assets/css/search.css?17629775015227*/
#projects_load {
    background-size: 18px;
    background-repeat: no-repeat;
    background-position: 5px left;
    transition: all .2s;
}
#projects_load {
    background: url('/local/templates/ledtehnology/assets/css/../local/templates/ledtehnology/assets/images/icons8-down-right-arrow-24.png') 140px center no-repeat;
    background-size: 21px;
    width: 175px;
    text-align: left;
}
.projects-page #projects_load,
.projects-page #projects_load:hover{
    width: auto;
}
#projects_load:hover {
    /*color: #fff !important;
    background-color: #dc3545 !important;
    border-color: #dc3545 !important;*/
    background:url('/local/templates/ledtehnology/assets/css/../local/templates/ledtehnology/assets/images/icons8-down-right-arrow-24 (2).png') 140px center no-repeat;
    background-size: 21px;
    width: 175px;
    text-align: left;
}
.search-tags .btn.btn-outline-danger,
#projects_load.btn.btn-outline-danger{
    color:#ff0000;
    border-color: #ff0000;
}
.search-tags .btn.btn-outline-danger.active,
#projects_load.btn.btn-outline-danger.active{
    background: #ff0000;
    color: #ffffff;
}
.search-tags .btn.btn-outline-danger:hover,
.search-tags .btn.btn-outline-danger:focus,
.search-tags .btn.btn-outline-danger:active,
#projects_load.btn.btn-outline-danger:hover,
#projects_load.btn.btn-outline-danger:focus,
#projects_load.btn.btn-outline-danger:active{
    background-color: #ff0000;
    border-color: #ff0000;
    color: #ffffff;
}
@media(max-width: 1024px) {
    .search-tags .nav {
        position: relative;
        left: 0;
        background: none;
        height: auto;
        flex-direction: row;
        justify-content: center;
        align-items: center;
    }
    .search-tags .nav li.nav-item {
        margin: 10px 5px 0 0;
    }
}


.no_result {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin: auto;
    color: #111822;
}

.no_result .text-content {
    margin-bottom: 40px;
}

.no_result h3 {
    font-size: 32px;
    font-weight: 600;
    line-height: 1.3;
    text-align: left;
}
.no_result p{
    font-size: 18px;
    font-weight: 400;
    line-height: 1.3;
    text-align: left;

}

.no_result ul {
    list-style: disc;
    margin: 10px 0 20px 20px;
    padding: 0;
    color: #777;
}
.no_result ul li{
    font-size: 16px;
    font-weight: 400;
    line-height: 1.3;
    text-align: left;
    margin-bottom: 10px;
}


.no_result .image {
    width: 452px;
    height: 468px;
}


/**    */
.search-page__content.no_result{
    position: relative;
    flex-wrap: wrap;
    width: 100%;
}
.no_search_form{
    display: flex;
    width: 60%;
}

.no_search_form h3{
    font-weight: 600;
    font-size: 28px;
    line-height: 1.3;
}
.no_search_form p{
    font-weight: 400;
    font-size: 16px;
    line-height: 1.3;
}
.no_search_form div{
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}
.no_search_form input{
    width: 231px;
    height: 54px;
    border-radius: 4px;
    transition: 0.3s all;
    padding: 15px 0 15px 15px;
    background: none;
    color: #0A111D;
    border: 1px solid #C4C4C4;
}
.no_search_form input:focus,
.no_search_form input:active,
.no_search_form input:hover{
    border-color: #767676;
    transition: 0.3s all;
}


.no_search_form .policy{
    display: flex;
    justify-content: left;
    align-items: center;
    gap: 10px;
}
.no_search_form .policy input{
    width: 16px;
    height: 16px;
    border-radius: 4px;
}
.no_search_form .policy span{
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
}

.no_search_image{
    display: flex;
    width: 30%;
    position: absolute;
    right: 0;
    align-items: center;
    justify-content: center;
}
.no_result__content{
    width: 60%;
    display: flex;
}
/**   */
@media (max-width: 1024px) {

    .no_result {
        flex-direction: column;
    }
    .no_result__content{
        text-align: left;
        width: 100%;
    }
    .no_search_form {
        order: 3;
        width: 70%;
    }
    .no_search_form .button {
        margin: unset;
    }
    .no_search_image{
        position: relative;
        width: 100%;
        margin-bottom: 60px;
    }
    .no_result .image{
        width: 350px;
        height: 362px;
    }

}

@media (max-width: 768px) {
    .no_result .no_result__content .button {
        margin: 0 auto;
    }
    .no_result__content{
        text-align: center;
        width: 100%;
    }
    .no_result .image{
        width: 235px;
        height: 244px;
    }
    .no_search_form h3{
        font-size: 20px;
    }
    .no_search_form p{
        font-size: 14px;
    }
    .no_search_form input,
    .no_search_form .button{
        width: 280px;
    }
    .no_search_form{
        width: 100%;
        justify-content: center;
    }
    .no_search_form div{
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .no_search_form h3,
    .no_search_form p{
        text-align: center;
    }
    .no_search_form .policy{
        width: 280px;
    }
}
/* End */


/* Start:/local/templates/ledtehnology/components/bitrix/search.form/category-search/style.css?1739953608357*/
.search-tags{display:flex;flex-wrap:wrap;margin:0 0 18px 0}.search-tags .nav{z-index:9}.search-tags__elem{margin-left:50px;margin-top:18px}.search-tags__elem,.search-tags__elem *{font-weight:400;font-size:15px;color:#636161}.search-tags__elem a{text-decoration:none;transition:color .2s}.search-tags__elem a:hover,.search-tags__elem a.active{color:#ff7a00}

/* End */


/* Start:/local/templates/ledtehnology/components/bitrix/news.list/video-ii-home/style.css?177637762717602*/
section.block-video_ii{
    margin-bottom: 120px;
}
section.block-video_ii * {
    box-sizing: border-box;
}
section.block-video_ii div{
    /*display: flex;*/
}

.block-video_ii h4,
.block-video_ii p {
    margin: 0;
}

.video-ii_title {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 20px;
}

.block-video_ii h4 {
    font-family: "Bebas Neue", serif;
    font-weight: 400;
    font-size: 42px;
    line-height: 100%;
    letter-spacing: 0;
    color: #0A111D;
}

.block-video_ii p {
    font-family: Roboto, serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 145%;
    letter-spacing: 0;
    color: #0A111D;

}
.video-ii_title p{
    width: 60%;
}

.block-video_ii .wrap {

}

.video-ii_inner {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.video-ii_item__title {
    font-family: "Bebas Neue", serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0;
    color: #0A111D;
    position: relative;
}

.video-ii_item__title:before {
    content: "";
    position: absolute;
    display: block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #F15454;
    inset: -10px 0 0 -10px;
    z-index: -1;
}

.video-ii_items {
    display: flex;
    flex-wrap: wrap;
    gap: 32px;
}

.video-ii_item {
    display: flex;
    flex-direction: column;
    width: calc(33% - 18px);
    padding: 10px;
    gap: 10px;
}




/* === ОСНОВНОЙ КОНТЕНТ === */
.widget-content {
    display: flex;
    gap: 30px;
}


/* === СЕТКА ВИДЖЕТОВ === */
.widget-grid {
    flex: 1;
    min-width: 0;
}

.widget-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-bottom: 40px;
}

/* === КАРТОЧКА ВИДЖЕТА === */
.widget-card {
    border-radius: 8px;
    overflow: hidden;
    background:  #F6F6F6;
    padding: 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    /*transition: all 0.3s;*/
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
    transition: transform 0.2s, box-shadow 0.2s;
}
.widget-card p{
    margin-top: 10px;
}
.widget-card:hover{
    /*background: #F6F6F6;*/
   transform: translateY(-2px);
   box-shadow: 0 4px 16px rgba(0,0,0,0.12);
}

.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-top: 20px;
}

.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;
}



#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;
}

.video-ii_action{
    display: flex;
    justify-content: center;
    align-items: center;width: 100%;
    margin-top: 20px;
}
.video-ii_action a{
    background: #F15454;
    border: 0;
    border-radius: 4px;
}
/* === АДАПТИВНОСТЬ === */

/* Планшет: 768px - 1023px */
@media (max-width: 1023px) {
    section.block-video_ii{
        display: flex;
        margin-bottom: 60px;
    }
    .video-ii_title p{
        width: 100%;
    }
    .video-ii_item__title{

        font-size: 28px;

    }
    .video-ii_item {
        width: calc(50% - 18px);
    }
    .video-ii_item__title:before{
        width: 26px;
        height: 30px;
    }

    .widget-content {
        flex-direction: column;
        gap: 20px;
    }



    .widget-list {
        grid-template-columns: repeat(2, 1fr);
        gap: 25px;
    }
}

/* Мобайл: до 768px */
@media (max-width: 767px) {
    section.block-video_ii{
        margin-bottom: 40px;
    }
    .block-video_ii .wrap {
        padding: 0 10px;
    }
    .video-ii_item {
        width: 100%;
    }
    .block-video_ii h4{
        font-size: 26px;
    }
    .video-ii_item__title{
        font-size: 24px;
    }
    .video-ii_item__title:before{
        width: 26px;
        height: 26px;
    }
    .video-ii_title {
        margin-bottom: 0;
    }
    .video-ii_items {
        gap: 20px;
    }
    .video-ii_action{
        margin-top: 0;
    }

    .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;
    }



    .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;
}
#download-video .consultation-form__title.title{
    margin-top: 80px;
}


/* === СТИЛИ ДЛЯ ИЗОБРАЖЕНИЙ === */
.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 */
/* /local/assets/css/projects.css?171342499044 */
/* /local/templates/ledtehnology/assets/css/search.css?17629775015227 */
/* /local/templates/ledtehnology/components/bitrix/search.form/category-search/style.css?1739953608357 */
/* /local/templates/ledtehnology/components/bitrix/news.list/video-ii-home/style.css?177637762717602 */
