

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

/* End */


/* Start:/local/assets/css/blocks/discount-popup.css?17512715497844*/
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* Блокировка скролла для body */
body.modal-open {
    overflow: hidden;
    height: 100vh;
}
/* Оверлей */
.modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
    opacity: 0;
    overflow-y: auto;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

.modal-overlay.active {
    opacity: 1;
    visibility: visible;
}

/* Основной контейнер модального окна */
.modal-container {
    background-color: #0A111D;
    border-radius: 10px;
    padding: 60px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
    max-width: 1234px;
    width: 90%;
    position: relative;
    transform: scale(0.8);
    transition: transform 0.3s ease;
    margin: auto;

}

.modal-overlay.active .modal-container {
    transform: scale(1);
}

/* Внутренний контейнер с колонками */
.modal-content {
    display: flex;
    gap: 20px;
    height: 100%;
}

/* Кнопка закрытия */
.close-button {
    position: absolute;
    top: 20px;
    right: 20px;
    background: none;
    border: none;
    font-size: 24px;
    cursor: pointer;
    color: white;
    z-index: 10;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: background-color 0.2s ease;
}

.close-button:hover {
    background-color: rgba(255, 255, 255, 0.1);
}

/* Левая часть с изображением */
.modal-image {
    flex: 0 0 60%;
    background: linear-gradient(135deg, #1e88e5 0%, #42a5f5 100%);
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
}
.person-image{
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

/* Правая часть с формой */
.modal-form {
    flex: 1;
    padding: 40px;
    background-color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-radius: 15px;
}

.form-title {
    font-family: "Bebas Neue", serif;
    font-weight: 400;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: 0.4px;
    vertical-align: middle;
    text-transform: uppercase;
    color: #0A111D;
}

.form-subtitle {
    font-size: 16px;
    color: #727786;
    margin-top: 10px;
}

/* Таймер */
.timer-container {
    margin-bottom: 20px;
}

.timer-display {
    display: flex;
    gap: 10px;
    margin-top: 10px;
}

.timer-block {
    display: flex;
    min-width: 50px;
    flex-direction: column;
    gap: 2px;
}
.timer-block__inner{
    text-align: center;
    background-color: #0A111D;;
    color: white;
    padding: 11px 10px;
    border-radius: 4px;
    min-width: 50px;
}
.timer-number {
    font-family: "Bebas Neue", serif;
    font-weight: 400;
    font-size: 28px;
    line-height: 100%;
    letter-spacing: 0;
    vertical-align: middle;
    text-transform: uppercase;
    display: block;
}

.timer-label {
    font-family: Roboto, serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 100%;
    letter-spacing: 0;
    text-align: center;
    color: #0A111D;
}

.timer-separator {
    display: flex;
    align-items: center;
    font-size: 28px;
    color: #0A111D;
    font-weight: bold;
}

/* Форма */
.form-group {
    margin-bottom: 10px;
}

.form-input {
    font-family: Roboto, serif;
    width: 100%;
    padding: 15px;
    border: 1px solid #71757C;
    border-radius: 7px;
    font-size: 14px;
    outline: none;
    transition: border-color 0.2s ease;
    color: #71757C;
}

.form-input:focus {
    border-color: #1e88e5;
}

.submit-button {
    font-family: Roboto, serif;
    width: 100%;
    padding: 15px;
    background-color: #ff5252;
    color: white;
    border: none;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 400;
    cursor: pointer;
    transition: background-color 0.2s ease;
    margin-bottom: 10px;
    margin-top: 10px;
}

.submit-button:hover {
    background-color: #f44336;
}

.cancel-button {
    font-family: Roboto, serif;
    width: 100%;
    padding: 15px;
    background-color: #bdbdbd;
    color: white;
    border: none;
    border-radius: 7px;
    font-size: 14px;
    cursor: pointer;
    transition: background-color 0.2s ease;
    margin-bottom: 20px;
}

.cancel-button:hover {
    background-color: #9e9e9e;
}

.privacy-text {
    font-family: Roboto, serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 150%;
    letter-spacing: 0;
    color: #727786;
}
.privacy-text label{
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: center;
}
.privacy-text input[type="checkbox"] {
    margin-right: 8px;
}

.privacy-link {
    color: #ff5252;
    text-decoration: none;
}

.privacy-link:hover {
    text-decoration: underline;
}
/* Скрываем оригинальный чекбокс */
.custom-checkbox input {
    opacity: 0;
    position: absolute;
}

/* Создаем кастомный чекбокс */
.custom-checkbox .checkmark {
    display: inline-block;
    width: 30px;
    height: 20px;
    border: 1px solid #0A111D;
    border-radius: 4px;
    background-color: #ffffff;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
}

/* Изменяем стиль при выборе чекбокса */
.custom-checkbox input:checked + .checkmark {
    background-color: #ffffff; /* Цвет фона при выборе */
    border-color: #0A111D; /* Цвет границы при выборе */
}

/* Добавляем галочку внутри чекбокса */
.custom-checkbox input:checked + .checkmark::after {
    content: '';
    position: absolute;
    left: 5px;
    top: 0;
    width: 6px;
    height: 12px;
    border: solid #0A111D;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

/* Стилизуем текст рядом с чекбоксом */
.custom-checkbox .checkbox-text {
    display: inline-block;
    vertical-align: middle;
    color: #727786;
    opacity: 0.7;
    font-family: Roboto, serif;
    font-weight: 400;
    font-size: 12px;
    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;
}
/* Адаптивность для экранов меньше 768px */
@media (max-width: 768px) {
    .modal-container {
        padding: 30px;
        max-width: 95%;
    }

    .modal-content {
        flex-direction: column;
        gap: 20px;
    }

    .modal-image {
        flex: none;

        min-width: auto;
    }

    .modal-form {
        flex: none;
        padding: 30px 20px;
        min-width: auto;
    }

    .form-title {
        font-size: 20px;
        text-align: center;
    }

    .timer-block {
        padding: 10px 8px;
        min-width: 50px;
    }

    .timer-number {
        font-size: 24px;
    }

    .timer-separator {
        font-size: 24px;
    }
    .custom-checkbox .checkmark {
        width: 45px;
        height: 20px;
    }
    .close-button {
        top: 5px;
        right: 5px;
    }
    #returnToModalButton{
        top: 90px !important;
    }
}
/* End */


/* Start:/local/templates/ledtehnology-2023/components/bitrix/news/catalog/style.css?17258231284594*/
.catalog{display:grid;grid-template-columns:274fr 918fr;gap:40px}@media(max-width: 1200px){.catalog{display:flex;flex-flow:column}}.catalog-breadcrumbs{margin-bottom:3rem}.catalog-breadcrumbs .breadcrumbs__item,.catalog-breadcrumbs .breadcrumbs__item *{color:#737787}.catalog__filter-call.btn{display:none;margin-bottom:32px;width:100%;border-radius:8px;border:1px solid #c5c4c4;color:#000;font-family:"Inter",sans-serif;font-size:16px;letter-spacing:0}.catalog__filter-call.btn::before{content:"";margin-right:11px;background:center no-repeat url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M19 2H5C4.20435 2 3.44129 2.31607 2.87868 2.87868C2.31607 3.44129 2 4.20435 2 5V6.17C1.99986 6.58294 2.08497 6.99147 2.25 7.37V7.43C2.39128 7.75097 2.59139 8.04266 2.84 8.29L9 14.41V21C8.99966 21.1699 9.04264 21.3372 9.12487 21.4859C9.20711 21.6346 9.32589 21.7599 9.47 21.85C9.62914 21.9486 9.81277 22.0006 10 22C10.1565 21.9991 10.3107 21.9614 10.45 21.89L14.45 19.89C14.6149 19.8069 14.7536 19.6798 14.8507 19.5227C14.9478 19.3656 14.9994 19.1847 15 19V14.41L21.12 8.29C21.3686 8.04266 21.5687 7.75097 21.71 7.43V7.37C21.8888 6.99443 21.9876 6.58578 22 6.17V5C22 4.20435 21.6839 3.44129 21.1213 2.87868C20.5587 2.31607 19.7956 2 19 2ZM13.29 13.29C13.1973 13.3834 13.124 13.4943 13.0742 13.6161C13.0245 13.7379 12.9992 13.8684 13 14V18.38L11 19.38V14C11.0008 13.8684 10.9755 13.7379 10.9258 13.6161C10.876 13.4943 10.8027 13.3834 10.71 13.29L5.41 8H18.59L13.29 13.29ZM20 6H4V5C4 4.73478 4.10536 4.48043 4.29289 4.29289C4.48043 4.10536 4.73478 4 5 4H19C19.2652 4 19.5196 4.10536 19.7071 4.29289C19.8946 4.48043 20 4.73478 20 5V6Z' fill='black'/%3E%3C/svg%3E%0A");width:24px;height:24px;display:block;transition:.25s}.catalog__filter-call.btn:hover::before{background:center no-repeat url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M19 2H5C4.20435 2 3.44129 2.31607 2.87868 2.87868C2.31607 3.44129 2 4.20435 2 5V6.17C1.99986 6.58294 2.08497 6.99147 2.25 7.37V7.43C2.39128 7.75097 2.59139 8.04266 2.84 8.29L9 14.41V21C8.99966 21.1699 9.04264 21.3372 9.12487 21.4859C9.20711 21.6346 9.32589 21.7599 9.47 21.85C9.62914 21.9486 9.81277 22.0006 10 22C10.1565 21.9991 10.3107 21.9614 10.45 21.89L14.45 19.89C14.6149 19.8069 14.7536 19.6798 14.8507 19.5227C14.9478 19.3656 14.9994 19.1847 15 19V14.41L21.12 8.29C21.3686 8.04266 21.5687 7.75097 21.71 7.43V7.37C21.8888 6.99443 21.9876 6.58578 22 6.17V5C22 4.20435 21.6839 3.44129 21.1213 2.87868C20.5587 2.31607 19.7956 2 19 2ZM13.29 13.29C13.1973 13.3834 13.124 13.4943 13.0742 13.6161C13.0245 13.7379 12.9992 13.8684 13 14V18.38L11 19.38V14C11.0008 13.8684 10.9755 13.7379 10.9258 13.6161C10.876 13.4943 10.8027 13.3834 10.71 13.29L5.41 8H18.59L13.29 13.29ZM20 6H4V5C4 4.73478 4.10536 4.48043 4.29289 4.29289C4.48043 4.10536 4.73478 4 5 4H19C19.2652 4 19.5196 4.10536 19.7071 4.29289C19.8946 4.48043 20 4.73478 20 5V6Z' fill='white'/%3E%3C/svg%3E%0A")}@media(max-width: 1200px){.catalog__filter-call.btn{display:flex;align-items:center;justify-content:center}}.catalog-offers-list .catalog-list__content{display:grid;grid-template-columns:repeat(4, 1fr);gap:24px 19px}@media(max-width: 1200px){.catalog-offers-list .catalog-list__content{grid-template-columns:repeat(3, 1fr)}}@media(max-width: 950px){.catalog-offers-list .catalog-list__content{grid-template-columns:repeat(2, 1fr)}}@media(max-width: 650px){.catalog-offers-list .catalog-list__content{grid-template-columns:1fr}}.catalog-elem{border-radius:8px;background:#fbfbfb;overflow-y:hidden}.catalog-elem__content{padding:16px 8px 16px 16px;border:1px solid #e5e8f0;border-top:0}.catalog-elem__title{color:#262c35;font-weight:500;letter-spacing:.18px;line-height:120%;height:calc(2em * 1.2);overflow:hidden;text-overflow:ellipsis;width:100%;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.catalog-elem-prices{margin:4px 0;display:flex}.catalog-elem-prices__value{color:#262c35;margin-right:16px}.catalog-elem-prices__old{color:#767676;position:relative;width:fit-content}.catalog-elem-prices__old::before{content:"";width:calc(100% + 2px);height:1px;background:#767676;position:absolute;left:-1px;top:50%}.catalog-elem__btn.btn{width:100%;padding:14px;border-radius:4px;margin-top:1.5rem}.catalog-elem__img{height:192px;background:#212634;text-align:center;overflow:hidden;display:flex;align-items:center;justify-content:center}.catalog-elem__img img{width:auto;height:auto;max-width:100%;max-height:100%}

/* End */


/* Start:/local/components/ledtehnology/head/templates/.default/style.css?1671915977646*/
.head{background:url("/local/components/ledtehnology/head/templates/.default/./img/bg_head.png") #111822 right top no-repeat;min-height:195px;margin-bottom:48px}.head .title{margin:0;padding:16px 0}.head_sm{min-height:130px}.breadcrumbs{display:flex;font-size:14px;line-height:24px;color:#737787;padding:24px 0;margin:0;list-style:none;white-space:nowrap}.breadcrumbs__item{display:flex;align-items:center}.breadcrumbs__item:after{content:"|";display:inline-block;margin:0 15px}.breadcrumbs__item:last-child:after{display:none}.breadcrumbs a{color:#737787;text-decoration:none}.breadcrumbs__span{color:#fff;overflow:hidden;text-overflow:ellipsis;line-height:14px;max-width:300px;display:inline-block}

/* End */


/* Start:/local/templates/ledtehnology-2023/components/bitrix/news/catalog/bitrix/catalog.smart.filter/.default/style.css?17477346104661*/
.catalog-filter{position:relative}.catalog-filter__close{width:16px;height:16px;cursor:pointer;background:no-repeat center url("data:image/svg+xml,%3Csvg width='8' height='8' viewBox='0 0 8 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.7021 4.00205L7.8521 0.857046C7.94625 0.762894 7.99915 0.635197 7.99915 0.502046C7.99915 0.368895 7.94625 0.241198 7.8521 0.147046C7.75795 0.052894 7.63025 0 7.4971 0C7.36395 0 7.23625 0.052894 7.1421 0.147046L3.9971 3.29705L0.852101 0.147046C0.757949 0.052894 0.630252 1.18217e-07 0.497101 1.19209e-07C0.36395 1.20201e-07 0.236253 0.052894 0.142101 0.147046C0.0479489 0.241198 -0.00494492 0.368895 -0.00494492 0.502046C-0.00494492 0.635197 0.0479489 0.762894 0.142101 0.857046L3.2921 4.00205L0.142101 7.14705C0.0952366 7.19353 0.0580396 7.24883 0.0326552 7.30976C0.0072709 7.37069 -0.00579834 7.43604 -0.00579834 7.50204C-0.00579834 7.56805 0.0072709 7.6334 0.0326552 7.69433C0.0580396 7.75526 0.0952366 7.81056 0.142101 7.85704C0.188582 7.90391 0.243883 7.94111 0.304812 7.96649C0.365742 7.99188 0.431095 8.00494 0.497101 8.00494C0.563107 8.00494 0.62846 7.99188 0.689389 7.96649C0.750319 7.94111 0.805619 7.90391 0.852101 7.85704L3.9971 4.70705L7.1421 7.85704C7.18858 7.90391 7.24388 7.94111 7.30481 7.96649C7.36574 7.99188 7.43109 8.00494 7.4971 8.00494C7.56311 8.00494 7.62846 7.99188 7.68939 7.96649C7.75032 7.94111 7.80562 7.90391 7.8521 7.85704C7.89896 7.81056 7.93616 7.75526 7.96155 7.69433C7.98693 7.6334 8 7.56805 8 7.50204C8 7.43604 7.98693 7.37069 7.96155 7.30976C7.93616 7.24883 7.89896 7.19353 7.8521 7.14705L4.7021 4.00205Z' fill='black'/%3E%3C/svg%3E%0A");position:absolute;right:16px;top:4px;display:none}.catalog-filter__container{height:100%;width:100%;overflow:auto;padding:24px 16px 72px;-ms-overflow-style:none;scrollbar-width:none}.catalog-filter__container::-webkit-scrollbar{display:none}.catalog-filter__elem:not(.show) .catalog-filter-checkbox:nth-child(n+6){display:none}.catalog-filter__elem.show .catalog-filter__show-btn{display:none}@media(max-width: 1200px){.catalog-filter{position:fixed;top:0;right:0;width:370px;background:#fff;z-index:99999;height:100%;transition:.2s;max-width:100%}.catalog-filter:not(.active){opacity:0;visibility:hidden;right:-370px}.catalog-filter__close{display:block}}.catalog-filter__elem{border-radius:10px;background:#f8f8fa;padding:14px 9px;z-index:2;position:relative;margin-bottom:9px}.catalog-filter__title{margin-bottom:9px}.catalog-filter-checkbox:not(:last-child){margin-bottom:8px}.catalog-filter-checkbox input[disabled]+label{opacity:.35}.catalog-filter-checkbox input{display:none}.catalog-filter-checkbox label{color:#2f323d;font-size:14px;cursor:pointer;padding-left:24px;min-height:24px;position:relative;line-height:24px;display:block}.catalog-filter-checkbox label::before{content:"";border-radius:3px;border:1px solid #5c5e67;display:block;position:absolute;left:0;top:3px;width:14px;height:14px}.catalog-filter-checkbox label::after{content:"";top:5px;left:2px;height:12px;width:12px;background:#d04e4e;border-radius:3px;display:block;position:absolute;opacity:0}.catalog-filter-checkbox input:checked+label::after{opacity:1}.catalog-filter__show-btn{color:#d04e4e;font-size:12px;cursor:pointer;margin-top:4px}.catalog-filter__show-btn:hover{text-decoration:underline}.catalog-filter__btn{background:#b33737;width:120px;height:28px;text-align:center;color:#fff;font-size:16px;font-weight:600;line-height:28px;border:0;outline:0;cursor:pointer;transition:opacity .2s,visibility .2s,left .2s;z-index: 9}@media(min-width: 1201px){.catalog-filter__btn{position:absolute;left:calc(100% - 10px);top:0}.catalog-filter__btn::after{content:url("data:image/svg+xml,%3Csvg width='126' height='38' viewBox='0 0 126 38' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 10L12 0.5L12.5 27.5L0 38V10Z' fill='%239C3434'/%3E%3Cpath d='M6 1L126 28L122 29H6V1Z' fill='%239C3434'/%3E%3Crect x='6' width='120' height='28' fill='%23B33737'/%3E%3Cpath d='M0 10L6 0V28L0 38V10Z' fill='url(%23paint0_linear_2803_35410)'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_2803_35410' x1='-1' y1='23' x2='6' y2='22.5' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0.34375' stop-color='%23902222'/%3E%3Cstop offset='1' stop-color='%23C12525'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E%0A");position:absolute;top:0;right:0;z-index:-1}.catalog-filter__btn:not(.active){opacity:0;visibility:hidden;left:0}}@media(max-width: 1200px){.catalog-filter__btn{position:absolute;bottom:16px;left:16px;top:unset !important;z-index:2;width:calc(100% - 32px);padding:8px;height:fit-content}.catalog-filter__btn::after{opacity:0;visibility:hidden}}

/* End */


/* Start:/local/templates/ledtehnology-2023/components/bitrix/news/catalog/bitrix/catalog.section.list/.default/style.css?1725823122671*/
.catalog-sections-list{margin-bottom:32px}@media(max-width: 1200px){.catalog-sections-list{overflow:auto;margin-right:-24px;width:calc(100% + 24px)}}.catalog-sections-list__list{display:grid;grid-template-columns:repeat(4, 1fr);gap:18px}@media(max-width: 1200px){.catalog-sections-list__list{overflow:auto;width:max-content}}.catalog-sections-list__elem{border-radius:16px;border:1px solid #e0e2ed;background:#f7f8fa;padding:10px;color:#7e7e8a;font-family:"Inter",sans-serif;font-size:17px;text-decoration:none;text-align:center;transition:.2s}.catalog-sections-list__elem.active,.catalog-sections-list__elem:hover{background:#111822;color:#fff;border:1px solid #111822}

/* End */


/* Start:/local/templates/ledtehnology-2023/components/bitrix/system.pagenavigation/main/style.css?17258231352279*/
.pagination{display:flex;flex-flow:column;justify-content:center;align-items:center}.pagination__show-more{margin-bottom:16px}.pagination__content{display:flex;justify-content:center}.pagination__elem{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border:1px solid #d9d9d9;color:#595959;border-radius:4px;background:center no-repeat #fff;margin:0 4px;transition:all .2s}.pagination__elem.disabled{cursor:auto}.pagination__elem.active,.pagination__elem:not(.pagination__elem.disabled):hover{color:#0264a2;border:1px solid #0264a2}.pagination__arrow{background-image:url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.4685 6.65558L4.30527 1.84171C4.28917 1.82903 4.26981 1.82115 4.24943 1.81897C4.22905 1.8168 4.20847 1.82042 4.19005 1.82941C4.17164 1.83841 4.15613 1.85241 4.14531 1.86982C4.1345 1.88724 4.12881 1.90734 4.12891 1.92784V2.98468C4.12891 3.05167 4.16035 3.11593 4.21231 3.15694L9.13417 7.00011L4.21231 10.8433C4.15899 10.8843 4.12891 10.9485 4.12891 11.0155V12.0724C4.12891 12.164 4.23418 12.2146 4.30527 12.1585L10.4685 7.34464C10.5209 7.30378 10.5633 7.25151 10.5924 7.19181C10.6216 7.13211 10.6367 7.06654 10.6367 7.00011C10.6367 6.93367 10.6216 6.86811 10.5924 6.80841C10.5633 6.74871 10.5209 6.69644 10.4685 6.65558Z' fill='%23595959'/%3E%3C/svg%3E%0A")}.pagination__arrow_prev{transform:rotate(180deg)}.pagination__arrow.disabled{background-image:url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.4685 6.65558L4.30527 1.84171C4.28917 1.82903 4.26981 1.82115 4.24943 1.81897C4.22905 1.8168 4.20847 1.82042 4.19005 1.82941C4.17164 1.83841 4.15613 1.85241 4.14531 1.86982C4.1345 1.88724 4.12881 1.90734 4.12891 1.92784V2.98468C4.12891 3.05167 4.16035 3.11593 4.21231 3.15694L9.13417 7.00011L4.21231 10.8433C4.15899 10.8843 4.12891 10.9485 4.12891 11.0155V12.0724C4.12891 12.164 4.23418 12.2146 4.30527 12.1585L10.4685 7.34464C10.5209 7.30378 10.5633 7.25151 10.5924 7.19181C10.6216 7.13211 10.6367 7.06654 10.6367 7.00011C10.6367 6.93367 10.6216 6.86811 10.5924 6.80841C10.5633 6.74871 10.5209 6.69644 10.4685 6.65558Z' fill='%23D9D9D9'/%3E%3C/svg%3E%0A")}

/* End */


/* Start:/local/templates/ledtehnology-2023/components/bitrix/news/catalog/bitrix/news.list/.default/style.css?1775528152827*/
.catalog-list__content {
    display: grid;
    grid-template-columns:repeat(3, 1fr);
    gap: 35px 17px
}

@media (max-width: 950px) {
    .catalog-list__content {
        grid-template-columns:repeat(2, 1fr)
    }
}

@media (max-width: 650px) {
    .catalog-list__content {
        grid-template-columns:1fr
    }
}

.catalog-list__navigation {
    margin-top: 35px
}
.item-marker {
    position: absolute;
    top: 10px;
    left: 10px;
    height: 36px;
    border-radius: 10px;
    padding: 6px 10px;
    background: #FFFFFF;
    display: flex;
    gap: 5px;
    justify-content: center;
    align-items: center;

}

.item-marker .icon-marker {
    width: 24px;
    height: 24px;
}

.item-marker span {
    font-family: Inter, serif;
    font-weight: 400;
    font-size: 13px;
    line-height: 1;
    letter-spacing: 0;
}

/* End */


/* Start:/local/templates/ledtehnology-2023/components/bitrix/news.list/faq-new/style.css?17562464814868*/
/* FAQ Container  #0A111D; */
.faq-container {
    display: flex;
    gap: 30px;
    align-items: flex-start;
}


/* Image Block */
.faq-image-block {
    flex: 0 0 40%;
    position: sticky;
    top: 20px;
}

.faq-main-image {
    width: 100%;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
    object-fit: cover;
    max-height: 400px;
}

.faq-placeholder-image {
    width: 100%;
    height: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
}

/* Content Block */
.faq-content-block {
    flex: 1;
    min-width: 0;
    max-height: 400px;
    overflow-y: auto;
}

/* Accordion */
.faq-accordion {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

/* FAQ Item */
.faq-item {
    background: #ffffff;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
    overflow: hidden;
    transition: all 0.3s ease;
}

.faq-item:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
}

.faq-item a {
    color: #F15454;
    text-decoration: none;
    transition: all 0.3s ease;
}
.faq-item a:hover{
    text-decoration: underline;
    transition: all 0.3s ease;
}

    /* Question */
.faq-question {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
    cursor: pointer;
    background: #ffffff;
    transition: background-color 0.3s ease;
    border: none;
    width: 100%;
}

.faq-question-text {
    margin: 0;
    font-size: 16px;
    font-weight: 400;
    color: #0A111D80;
    line-height: 1.3;
    flex: 1;
    text-align: left;
}

/* Toggle Button */
.faq-toggle {
    background: none;
    border: none;
    cursor: pointer;
    padding: 8px;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    color: #0A111D;
    flex-shrink: 0;
    margin-left: 16px;
}





.faq-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.faq-icon svg {
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Answer */
.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    border-top: 1px solid #e9ecef;
}

.faq-answer.active {
    border-top-color: #dee2e6;
}

.faq-answer-content {
    padding: 0 24px 24px;
}

.faq-text {
    color: #0A111D80;
    line-height: 1.3;
    font-size: 14px;
    max-height: 200px;
    overflow-y: auto;
    padding-right: 8px;
    margin-top: 16px;
}

/* Custom scrollbar for answer text */
.faq-text::-webkit-scrollbar {
    width: 6px;
}

.faq-text::-webkit-scrollbar-track {
    background: #f1f3f4;
    border-radius: 3px;
}

.faq-text::-webkit-scrollbar-thumb {
    background: #c1c8cd;
    border-radius: 3px;
    transition: background 0.3s ease;
}

.faq-text::-webkit-scrollbar-thumb:hover {
    background: #a8b2ba;
}

/* Responsive Design */
@media (max-width: 768px) {
    .faq-container {
        flex-direction: column;
        gap: 20px;
    }

    .faq-image-block {
        flex: none;
        position: static;
        width: 100%;
    }

    .faq-main-image {
        max-height: 250px;
    }

    .faq-placeholder-image {
        height: 200px;
    }

    .faq-question {
        padding: 20px 16px;
    }

    .faq-question-text {
        font-size: 16px;
        padding-right: 8px;
    }

    .faq-toggle {
        width: 36px;
        height: 36px;
        margin-left: 8px;
    }

    .faq-answer-content {
        padding: 0 16px 20px;
    }

    .faq-text {
        font-size: 14px;
        max-height: 150px;
    }
}

@media (max-width: 480px) {


    .faq-accordion {
        gap: 12px;
    }

    .faq-item {
        border-radius: 4px;
    }

    .faq-question {
        padding: 16px 12px;
    }

    .faq-question-text {
        font-size: 14px;
    }

    .faq-toggle {
        width: 32px;
        height: 32px;
    }

    .faq-answer-content {
        padding: 0 12px 16px;
    }

    .faq-text {
        font-size: 12px;
        max-height: 120px;
        margin-top: 12px;
    }
}

/* Animation improvements */
@media (prefers-reduced-motion: reduce) {
    .faq-item,
    .faq-question,
    .faq-toggle,
    .faq-icon,
    .faq-answer {
        transition: none;
    }
}



/* Print styles */
@media print {
    .faq-container {
        flex-direction: column;
        box-shadow: none;
    }

    .faq-item {
        box-shadow: none;
        border: 1px solid #ddd;
        break-inside: avoid;
    }

    .faq-answer {
        max-height: none !important;
        overflow: visible !important;
    }

    .faq-toggle {
        display: none;
    }
}
/* End */
/* /local/assets/css/catalog.css?171342499044 */
/* /local/assets/css/blocks/discount-popup.css?17512715497844 */
/* /local/templates/ledtehnology-2023/components/bitrix/news/catalog/style.css?17258231284594 */
/* /local/components/ledtehnology/head/templates/.default/style.css?1671915977646 */
/* /local/templates/ledtehnology-2023/components/bitrix/news/catalog/bitrix/catalog.smart.filter/.default/style.css?17477346104661 */
/* /local/templates/ledtehnology-2023/components/bitrix/news/catalog/bitrix/catalog.section.list/.default/style.css?1725823122671 */
/* /local/templates/ledtehnology-2023/components/bitrix/system.pagenavigation/main/style.css?17258231352279 */
/* /local/templates/ledtehnology-2023/components/bitrix/news/catalog/bitrix/news.list/.default/style.css?1775528152827 */
/* /local/templates/ledtehnology-2023/components/bitrix/news.list/faq-new/style.css?17562464814868 */
