

/* Start:/local/templates/SmartLamps/components/bitrix/catalog/catalog/style.css?17712245954990*/
.catalog__section {
    display: flex;
}

.catalog__smart-wrapper {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.catalog__smart-wrapper-show-hide {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
}
.catalog__products-wrapper {
    width: 100%;
    transition: all 0.5s ease;
}
.catalog__section {
    overflow: hidden;
}

.catalog__smart-wrapper-show-hide svg  *{
    transition: all 0.3s ease;
}

.catalog__smart-wrapper-show-hide svg:hover rect{
    fill: #e2e7f1;
}
.catalog__smart-wrapper-show-hide svg:hover path{
    stroke: #2e2868;
}
.catalog__section .container-border.catalog__smart-container {
    padding: 20px 20px 50px 0px;
    margin: 0;
    justify-content: flex-end;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.catalog__section .container-border.catalog__products-container {
    padding: 20px 0px 50px 50px;
    margin: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    width: 100%;
}

.catalog__smart-wrapper-content {
    padding: 0 30px 0 0;
    width: 434px;
    overflow: hidden;
    transition: all 0.5s ease;
}

.catalog__smart-wrapper-show-hide {
    margin-left: auto;
    cursor: pointer;
    transition: all 0.5s ease;
}

.catalog__section-container {
}
.catalog__section-container-wrapper {
    margin: 0 auto;
    background: #e2e7f1;
    display: flex;
    gap: 5px;
    transition: all 0.5s ease;
}

.catalog__section-container-wrapper.hidden-filter
    .catalog__smart-wrapper-show-hide {
    transform: rotate(180deg) translateX(50%);
}
@media screen and (max-width: 1820px) {
    .catalog__section-container-wrapper.hidden-filter
        .catalog__smart-wrapper-show-hide {
        transform: rotate(180deg) translateX(0);
    }

}
.catalog__section-container-wrapper.hidden-filter
    .catalog__smart-wrapper-content {
    width: 0;
    padding: 0;
}
.catalog__section-container-wrapper.hidden-filter {
}

.catalog__show-filter {
    display: none;
}

@media screen and (max-width: 992px) {
    .catalog__show-filter {
        border-radius: 500px;
        background: #f2f4f8;
        display: flex;
        padding: 10px 20px;
        justify-content: space-between;
        align-items: center;
        gap: 30px;
        cursor: pointer;
    }
    .catalog__show-filter-text {
        color: #2e2868;
        font-size: 14px;
        font-weight: 600;
        line-height: 130%;
    }

    .catalog__section.container-border {
        margin: 0;
        border-radius: 0 0 45px 45px;
    }
    .catalog__section-container-wrapper {
        gap: 0;
    }
    .catalog__section-container-wrapper {
        background-color: #fff;
    }
    .catalog__section .container-border.catalog__products-container {
        padding: 20px 0;
    }

    .catalog__section .container-border.catalog__smart-container {
        position: fixed;
        top: 0;
        left: -100%;
        width: 100%;
        height: 100%;
        background-color: #fff;
        z-index: 1002;
        transition: all 0.5s ease;
        border-radius: 0;
    }
    .catalog__section-container-wrapper.hidden-filter
        .catalog__smart-container {
        left: 0;
    }
    .catalog__section-container-wrapper.hidden-filter .catalog__smart-wrapper-content{
        width: 100%;
        padding: 0 0 0 20px;
        overflow-y: auto;
        max-height: 100%;
    }
    .catalog__section-container-wrapper.hidden-filter .catalog__smart-wrapper-content::-webkit-scrollbar {
        width: 5px;
    }
    .catalog__section-container-wrapper.hidden-filter .catalog__smart-wrapper-content::-webkit-scrollbar-track {
        background: #e2e7f1;
    }
    .catalog__section-container-wrapper.hidden-filter .catalog__smart-wrapper-content::-webkit-scrollbar-thumb {
        background: #2e2868;
    }
    .catalog__section-container-wrapper.hidden-filter .catalog__smart-wrapper-show-hide{
        transform: rotate(0deg);
    }
    .catalog__section-container-wrapper.hidden-filter .catalog__smart-wrapper-content .bx-filter.bx-blue {
        padding-right: 10px;
    }
}

.catalog__switcher {
    display: flex;
    align-items: center;
}
.btn__switcher {
    border-radius: 500px;
    background: #f2f4f8;
    padding: 15px 20px;
    border: none;
    outline: none;
    color: rgba(28, 49, 92, 0.7);
    font-size: 18px;
    font-weight: 700;
    line-height: 130%;
    text-transform: uppercase;
    transition: all 0.5s ease;
    cursor: pointer;
}
.btn__switcher.active {
    background: #2e2868;
    color: #fff;
    border: none;
}
.btn__switcher:hover {
    background: #2e2868;
    color: #fff;
    border: none;
}

@media screen and (max-width: 576px) {
    .catalog__show-filter {
        width: 100%;
    }
    .btn__switcher {
        padding: 7px 13px;
        font-size: 14px;
    }
}


.bx-filter-select-block svg {
    transition: all 0.5s ease;
}
.bx-filter-select-block.rotate svg {
    transform: rotate(180deg);
}
/* End */


/* Start:/local/templates/SmartLamps/components/bitrix/catalog.element/smart-element/style.css?177615664543456*/
.detail__section {
    overflow: hidden;
}

.detail-container {
    background-color: #e2e7f1;
}

.detail__wrapper {
    display: flex;
    gap: 5px;
}

h1.detail__wrapper-right-content-title {
    font-size: 40px;
}

.detail__wrapper-left {
    max-width: 698px;
    width: 100%;
    border-radius: 0 45px 45px 0;
    overflow: hidden;
}

.detail__wrapper-right {
    width: 100%;
    border-radius: 45px 0 0 45px;
    padding: 50px 0 50px 50px;
    display: flex;
    flex-direction: column;
    gap: 30px;
    justify-content: space-between;
}

.detail__wrapper-left,
.detail__wrapper-right {
    background-color: #fff;
}

.detail__wrapper-left-image {
    padding: 43px 20px;
}

.detail__wrapper-left-image img {
    width: 100%;
    max-height: 466px;
    object-fit: contain;
}

.detail__wrapper-right-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
}

.detail__wrapper-right-content-text {
    font-size: 20px;
    line-height: 150%;
}

.detail__wrapper-right-btns {
    display: flex;
}

.model__line {
    padding: 100px 0;
}

.model__line-swiper-button-prev {
    transform: rotate(180deg);
}

.model__line-swiper-button-next.swiper-button-next,
.model__line-swiper-button-prev.swiper-button-prev {
    display: flex;
    justify-content: center;
    align-content: center;
    padding: 13px 0;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #f2f4f8;
    color: transparent;
}

.model__line-swiper-button-next::after,
.model__line-swiper-button-prev::after {
    content: none;
}

.model__line-content-top {
    display: flex;
    grid-gap: 20px;
    align-items: center;
    justify-content: space-between;
}

.model__line-swiper {
    margin-top: 40px;
}

.model__line-swiper.swiper {
    overflow: visible;
}

.model__line-item.swiper-slide {
    border-radius: 30px;
    background: #f2f4f8;
    display: flex;
    justify-content: space-between;
    padding: 20px 10px 10px 10px;
    flex-direction: column;
    gap: 20px;
    text-decoration: none;
    height: auto;
    transition: all 0.3s;
}

.model__line-item.swiper-slide:hover{
    background-color: #E2E7F1;
}


.model__line-item.current_element {
    background-color: #2e2868;
    transition: all 0.3s ease-in-out;
}
.model__line-item.current_element:hover{
    background-color: #E2E7F1;
    
}
.model__line-item.current_element .model__line-item-title,
.model__line-item.current_element .model__line-item-text {
    transition: all 0.3s ease-in-out;
}
.model__line-item.current_element:hover .model__line-item-title {
    color: #161b25;
}
.model__line-item.current_element:hover .model__line-item-text{
    color: rgba(28, 49, 92, 0.70);
}

.model__line-item-content,
.similar__line-item-content {
    padding: 0 10px;
}

.model__line-item.current_element .model__line-item-title,
.model__line-item.current_element .model__line-item-text {
    color: #fff;
}

.model__line-item-title {
    color: #161b25;
    font-size: 16px;
    font-weight: 700;
    line-height: 130%;
}

.model__line-item-text {
    margin-top: 10px;
    color: rgba(28, 49, 92, 0.7);
    font-size: 16px;
    font-weight: 400;
    line-height: 130%;
}

.model__line-item-image {
    height: 221px;
    border-radius: 20px;
    background-color: #fff;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.model__line-item-image-img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.model__line-item-image-schema {
    display: none;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.model__line-item-image-img.hidden {
    display: none;
}

.model__line-item-image-schema.active {
    display: block;
}

.model__line-item svg path {
    transition: all 0.5s ease;
}

.model__line-item:hover svg path {
    fill-opacity: 1;
}

.model__line-swiper .swiper-pagination,
.model__line-swiper .swiper-button-prev,
.model__line-swiper .swiper-button-next {
    position: static;
    width: auto;
}

.model__line-swiper .swiper-pagination {
    color: #161b25;
    font-size: 25px;
    font-weight: 600;
    line-height: 140%;
}

.model__line-swiper .swiper-button-prev,
.model__line-swiper .swiper-button-next {
    color: transparent;
    margin: 0 !important;
}

.model__line-swiper .swiper-button-prev:after,
.model__line-swiper .swiper-button-next::after {
    content: none;
}

.model__line-swiper .swiper-button-prev:hover rect,
.model__line-swiper .swiper-button-next:hover rect,
.model__line-swiper .swiper-button-prev:hover path,
.model__line-swiper .swiper-button-next:hover path {
    transition: all 0.3s ease;
}

.model__line-swiper .swiper-button-prev:hover rect,
.model__line-swiper .swiper-button-next:hover rect {
    fill: #f2f4f8;
}

.model__line-swiper .swiper-button-prev:hover path,
.model__line-swiper .swiper-button-next:hover path {
    stroke: #2e2868;
}

.model__line-content__navigation {
    display: flex;
    align-items: center;
    gap: 15px;
    justify-content: flex-end;
}

.model__line-swiper .swiper-horizontal .swiper-pagination,
.model__line-swiper .swiper-horizontal .swiper-button-prev,
.model__line-swiper .swiper-horizontal .swiper-button-next {
    margin-top: 0;
}

.model__line-swiper .swiper-horizontal .swiper-pagination {
    color: #161b25;
    font-size: 25px;
    font-weight: 600;
    line-height: 140%;
}

.model__line-content__footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-top: 40px;
}

.model__line-content__footer-all {
    text-decoration: none;
}

.similar__line {
    padding: 100px 0;
}

.similar__line-swiper-button-prev {
    transform: rotate(180deg);
}

.similar__line-swiper-button-next.swiper-button-next,
.similar__line-swiper-button-prev.swiper-button-prev {
    display: flex;
    justify-content: center;
    align-content: center;
    padding: 13px 0;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #f2f4f8;
    color: transparent;
}

.similar__line-swiper-button-next::after,
.similar__line-swiper-button-prev::after {
    content: none;
}

.similar__line-content-top {
    display: flex;
    grid-gap: 20px;
    align-items: center;
    justify-content: space-between;
}

.similar__line-swiper {
    margin-top: 40px;
}

.similar__line-swiper.swiper {
    overflow: visible;
}

.similar__line-item.swiper-slide {
    border-radius: 30px;
    background: #f2f4f8;
    display: flex;
    justify-content: space-between;
    padding: 20px 10px 10px 10px;
    flex-direction: column;
    gap: 20px;
    text-decoration: none;
    height: auto;
    transition: all 0.3s;
}
.similar__line-item.swiper-slide {
    background-color: #E2E7F1;
}
.similar__line-item.current_element {
    background-color: #2e2868;
}

.similar__line-item.current_element .similar__line-item-title,
.similar__line-item.current_element .similar__line-item-text {
    color: #fff;
}

.similar__line-item-title {
    color: #161b25;
    font-size: 16px;
    font-weight: 700;
    line-height: 130%;
}

.similar__line-item-text {
    margin-top: 10px;
    color: rgba(28, 49, 92, 0.7);
    font-size: 16px;
    font-weight: 400;
    line-height: 130%;
}

.similar__line-item-image {
    height: 221px;
    border-radius: 20px;
    background-color: #fff;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.similar__line-item-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.similar__line-item svg path {
    transition: all 0.5s ease;
}

.similar__line-item:hover svg path {
    fill-opacity: 1;
}

.similar__line-swiper .swiper-pagination,
.similar__line-swiper .swiper-button-prev,
.similar__line-swiper .swiper-button-next {
    position: static;
    width: auto;
}

.similar__line-swiper .swiper-pagination {
    color: #161b25;
    font-size: 25px;
    font-weight: 600;
    line-height: 140%;
}

.similar__line-swiper .swiper-button-prev,
.similar__line-swiper .swiper-button-next {
    color: transparent;
    margin: 0 !important;
}

.similar__line-swiper .swiper-button-prev:after,
.similar__line-swiper .swiper-button-next::after {
    content: none;
}

.similar__line-swiper .swiper-button-prev:hover rect,
.similar__line-swiper .swiper-button-next:hover rect,
.similar__line-swiper .swiper-button-prev:hover path,
.similar__line-swiper .swiper-button-next:hover path {
    transition: all 0.3s ease;
}

.similar__line-swiper .swiper-button-prev:hover rect,
.similar__line-swiper .swiper-button-next:hover rect {
    fill: #f2f4f8;
}

.similar__line-swiper .swiper-button-prev:hover path,
.similar__line-swiper .swiper-button-next:hover path {
    stroke: #2e2868;
}

.similar__line-content__navigation {
    display: flex;
    align-items: center;
    gap: 15px;
    justify-content: flex-end;
}

.similar__line-swiper .swiper-horizontal .swiper-pagination,
.similar__line-swiper .swiper-horizontal .swiper-button-prev,
.similar__line-swiper .swiper-horizontal .swiper-button-next {
    margin-top: 0;
}

.similar__line-content__footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-top: 40px;
}

.similar__line-content__footer-all {
    text-decoration: none;
}

.similar__line-item {
    position: relative;
}

.similar__line-item .svg-arrow-link {
    position: absolute;
    bottom: 20px;
    right: 20px;
    opacity: 0;
    transition: all 0.3s ease;
}

.similar__line-item:hover .svg-arrow-link {
    opacity: 1;
}

.related {
    padding: 100px 0;
}

.related__wrapper {
    display: flex;
    grid-gap: 60px;
}

.related.container-border {
    background-color: #2e2868;
}

.related .section-title {
    color: #fff;
}

.related__wrapper-right.swiper {
    overflow: visible;
    width: calc(100% - 520px);
    clip-path: inset(-100vw -100vw -100vw 0);
}

.related__wrapper-left {
    display: flex;
    flex-direction: column;
    gap: 20px;
    justify-content: space-between;
}

.related .model__line-content__navigation .swiper-pagination,
.related .model__line-content__navigation .swiper-button-prev,
.related .model__line-content__navigation .swiper-button-next {
    position: static;
    width: auto;
}

.related .model__line-content__navigation .swiper-button-prev,
.related .model__line-content__navigation .swiper-button-next {
    color: transparent;
    margin: 0 !important;
}

.related .model__line-content__navigation .swiper-button-prev:after,
.related .model__line-content__navigation .swiper-button-next::after {
    content: none;
}

.related .model__line-content__navigation .swiper-button-prev:hover rect,
.related .model__line-content__navigation .swiper-button-next:hover rect,
.related .model__line-content__navigation .swiper-button-prev:hover path,
.related .model__line-content__navigation .swiper-button-next:hover path {
    transition: all 0.3s ease;
}

.related .model__line-content__navigation .swiper-button-prev:hover rect,
.related .model__line-content__navigation .swiper-button-next:hover rect {
    fill: #f2f4f8;
}

.related .model__line-content__navigation .swiper-button-prev:hover path,
.related .model__line-content__navigation .swiper-button-next:hover path {
    stroke: #2e2868;
}

.related .model__line-content__navigation {
    justify-content: flex-start;
}

.related .model__line-content__navigation .swiper-pagination {
    color: #fff;

    font-size: 25px;
    font-weight: 600;
    line-height: 140%;
}

/* стили для слайдера использования и проектов */

.use {
    padding: 100px 0;
}

.use__content-slider {
    display: flex;
    flex-direction: column;
    grid-gap: 40px;
}

.use__content {
    display: flex;
    flex-direction: column;
    gap: 100px;
}

.use__item.swiper-slide {
    display: flex;
    position: relative;
    border-radius: 45px;
    overflow: hidden;
    padding: 30px;
    justify-content: flex-end;
    cursor: pointer;
    flex-direction: column;
    text-decoration: none;
}

.use__item-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    transition: all 0.3s ease;
}

.use__item:hover .use__item-image {
    transform: scale(1.05);
}

.use__item::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg,
            rgba(34, 34, 34, 0) 0%,
            rgba(34, 34, 34, 0.8) 100%);
    z-index: 2;
}

.use__wrapper.swiper {
    width: 100%;
    height: 530px;
}

.use__item-content {
    position: relative;
    z-index: 3;
}

.use__item-title {
    color: #fff;
    font-size: 25px;
    font-weight: 600;
    line-height: 140%;
    margin: 0;
}

.use__item-text {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    line-height: 130%;
    margin: 0;
}

.use__item-content {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.use__item-arrow {
    position: absolute;
    bottom: 30px;
    right: 30px;
    opacity: 0;
    transition: all 0.3s ease;
    z-index: 4;
}

.use__item:hover .use__item-arrow {
    opacity: 1;
}

.use__content-content__navigation .swiper-pagination,
.use__content-content__navigation .swiper-button-prev,
.use__content-content__navigation .swiper-button-next {
    position: static;
}

.use__content-content__navigation .swiper-button-prev,
.use__content-content__navigation .swiper-button-next {
    color: transparent;
    margin: 0 !important;
}

.use__content-content__navigation .swiper-button-prev:after,
.use__content-content__navigation .swiper-button-next::after {
    content: none;
}

.use__content-content__navigation .swiper-button-prev:hover rect,
.use__content-content__navigation .swiper-button-next:hover rect,
.use__content-content__navigation .swiper-button-prev:hover path,
.use__content-content__navigation .swiper-button-next:hover path {
    transition: all 0.3s ease;
}

.use__content-content__navigation .swiper-button-prev:hover rect,
.use__content-content__navigation .swiper-button-next:hover rect {
    fill: #f2f4f8;
}

.use__content-content__navigation .swiper-button-prev:hover path,
.use__content-content__navigation .swiper-button-next:hover path {
    stroke: #2e2868;
}

.use__content-content__navigation {
    display: flex;
    align-items: center;
    gap: 15px;
    justify-content: flex-end;
}

.use__content-content__navigation .swiper-pagination {
    width: auto;
    color: #161b25;
    font-size: 25px;
    font-weight: 600;
    line-height: 140%;
}

.use__content-solution {
    display: flex;
    gap: 20px 0;
    flex-wrap: wrap;
}

.use__solution-item {
    display: flex;
    padding: 20px 35px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 500px;
    background: #f2f4f8;
    text-decoration: none;

    color: rgba(28, 49, 92, 0.7);
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    line-height: 130%;
    text-transform: uppercase;
    transition: all 0.3s ease;
    cursor: pointer;
}

.use__solution-item:hover {
    background: #2e2868;
    color: #fff;
}

.use__content-solution-wrapper {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.characteristics {
    padding: 100px 0;
}

.characteristics__tabs {
    margin-top: 40px;
    display: flex;
}

.characteristics.container-border {
    background-color: #f2f4f8;
}

.characteristics__tab-panes {
    margin-top: 20px;
}

.characteristics__tab-pane-content.swiper-slide {
    display: flex;
    height: auto;
    margin: 0;
}

.characteristics__tab-pane-content-left.container-border {
    display: flex;
    flex-direction: column;
    padding: 30px;
    grid-gap: 10px;
    width: 100%;
}

.characteristics__tab-pane-content-right.container-border {
    overflow: hidden;
    max-width: 690px;
    width: 100%;
    padding: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.characteristics__tab-pane-content-left-item {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #1c315c26;
}

.characteristics__tab-pane-content-left-item:last-of-type {
    border-bottom: none;
}

.characteristics__tab-button.white-button-default {
    background-color: #fff;
}

.characteristics__tab-button.white-button-default.swiper-slide-thumb-active {
    background-color: #2e2868;
    color: #fff;
}

.characteristics__tabs-swiper {
    margin-top: 40px;
}

.characteristics__tab-pane-content-swiper {
    margin-top: 20px;
    border-radius: 45px;
}

.characteristics__tab-pane-content-right-image,
.characteristics__tab-pane-content-right-schema {
    width: 100%;
    /* max-width: 357px; */
    object-fit: contain;
    height: 100%;
    max-height: 466px;
}

.characteristics__tab-pane-content-right-schema {
    display: none;
}

.characteristics__tab-pane-content-right-schema.active {
    display: block;
}

.characteristics__tab-pane-content-right-image {
    display: block;
}

.characteristics__tab-pane-content-right-image.hidden {
    display: none;
}

.characteristics__tab-pane-content-right-schema-switcher {
    display: flex;
    align-items: center;
    position: absolute;
    bottom: 30px;
    right: 30px;
}

.characteristics__tab-button.swiper-slide {
    cursor: pointer;
    width: max-content;
}

.haracteristics__tab-pane-content-left-item-title {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #222;
    font-size: 18px;
    line-height: 150%;
    white-space: nowrap;
    margin: 0;
    padding: 10px 0;
}

.characteristics__tab-pane-content-left-reset-settings-button {
    margin-top: auto;
}

.characteristics__articles-orders-wrapper {
    padding: 32px 40px;
    display: flex;
    align-items: center;
    gap: 50px;
    justify-content: space-between;
}

.characteristics__articles-orders-left {
    display: flex;
    align-items: center;
    gap: 20px;
}

.characteristics__articles-orders-right {
    display: flex;
    align-items: center;
    gap: 50px;
}

.characteristics__articles-orders-title {
    display: flex;
    align-items: center;
    grid-gap: 5px;
    margin: 0;
    color: #161b25;
    font-size: 20px;
    font-weight: 600;
    line-height: 150%;
}

.characteristics__articles-orders-article {
    color: rgba(28, 49, 92, 0.7);
    transition: all 0.3s ease;
}

.characteristics__articles-orders-article.copied {
    color: #27ae60;
}

.characteristics__articles-orders-copy {
    cursor: pointer;
}

.characteristics__articles-orders-status {
    display: none;
    padding: 10px 20px;
    font-size: 18px;
    font-weight: 500;
    line-height: 140%;
    color: #2e2868;
    border-radius: 500px;
    background: #f2f4f8;
}

.characteristics__articles-orders-status.active {
    display: block;
}

.characteristics__articles-orders-status.has-stock {
    color: #27ae60;
}

button.characteristics__pane-button.white-button-default.disabled {
    cursor: not-allowed !important;
    pointer-events: none;
    color: rgba(28, 49, 92, 0.30);
}

button.characteristics__pane-button.white-button-default.disabled p {
    color: rgba(28, 49, 92, 0.30);
}

.characteristics__articles-orders-price {
    display: flex;
    align-items: center;
    gap: 20px;
}

.characteristics__articles-orders-new-price,
.characteristics__articles-orders-old-price {
    color: #161b25;
    font-size: 30px;
    font-weight: 700;
    line-height: 140%;
}

.characteristics__articles-orders-old-price {
    text-decoration-line: line-through;
    color: rgba(28, 49, 92, 0.7);
}

.characteristics__tab-pane-content-left-item-parameters {
    display: flex;
    flex-wrap: wrap;
    row-gap: 5px;
    justify-content: flex-end;
}

.characteristics__pane-button p {
    white-space: nowrap;
}

.characteristics__alert.container-border {
    padding: 40px;
    display: flex;
    flex-direction: column;
    background-color: #fdf9e6;
    grid-gap: 20px;
}

.characteristics__alert-top {
    display: flex;
    flex-direction: column;
    grid-gap: 20px;
}

.characteristics__alert-modifications {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    row-gap: 10px;
}

.characteristics__alert-modifications-item {
    border-radius: 500px;
    background: #fff;
    display: flex;
    padding: 10px 20px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    color: rgba(28, 49, 92, 0.7);
    font-size: 18px;
    font-weight: 500;
    line-height: 140%;
    text-decoration: none;
}

.characteristics__alert-modifications-item.hidden {
    display: none;
}

p.characteristics__alert-title {
    display: flex;
    gap: 20px;
    margin: 0;
    align-items: center;
}

.swiper-slide.characteristics__tab-pane-content.characteristic .characteristics__tab-pane-content-desktop {
    display: grid;
    grid-template-columns: 1fr 2fr;
    grid-gap: 5px;
    padding: 50px;
    width: 100%;
}

.characteristics__tab-pane-content-characteristic-item.swiper-slide {
    height: auto;
}

.characteristics__tab-pane-content-characteristic-content.swiper {
    width: 100%;
}

.swiper-slide.characteristics__tab-pane-content-characteristic-item {
    color: #161b25;
    cursor: pointer;
    font-size: 22px;
    font-weight: 600;
    line-height: 150%;
    border-radius: 20px;
    background: #f2f4f8;
    padding: 30px;
    transition: all 0.3s ease;
}

.swiper-slide.characteristics__tab-pane-content-characteristic-item:last-child {
    margin-bottom: 0 !important;
}

span.characteristics__tab-pane-content-characteristic-content-item-content-value {
    text-align: right;
}

.characteristics__tab-panes-swiper.swiper {
    width: 100%;
}

.swiper-slide.characteristics__tab-pane-content-characteristic-content-item {
    display: flex;
    padding: 50px;
    background-color: #f2f4f8;
    flex-direction: column;
    gap: 20px;
    border-radius: 20px;
}

.swiper-slide.characteristics__tab-pane-content-characteristic-item.swiper-slide-thumb-active {
    background-color: #2e2868;
    color: #fff;
}

.characteristics__tab-pane-content-characteristic-content-item-title {
    margin: 0;
    color: #161b25;
    font-size: 22px;
    font-weight: 600;
    line-height: 150%;
}

.characteristics__tab-pane-content-characteristic-content-item-content-item {
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: space-between;
    padding-top: 10px;
    border-top: 1px solid #1c315c26;
}

.characteristics__tab-pane-content-characteristic-content-item-content-item span {
    color: #161b25;
    font-size: 18px;
    font-weight: 500;
    line-height: 140%;

}

.characteristics__tab-pane-content-characteristic-content-item-content {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.swiper-slide.characteristics__tab-pane-content.description {
    display: flex;
    flex-direction: column;
    gap: 30px;
    padding: 50px;
    justify-content: space-between;
}

.swiper-slide.characteristics__tab-pane-content.description .description__content {
    color: #000;
    font-size: 22px;
    line-height: 150%;
    overflow: auto;
}
.swiper-slide.characteristics__tab-pane-content.description .description__content::-webkit-scrollbar {
    display: none;
}
.swiper-slide.characteristics__tab-pane-content.description .description__content::-webkit-scrollbar-track {
    display: none;
}
.swiper-slide.characteristics__tab-pane-content.description .description__content::-webkit-scrollbar-thumb {
    display: none;
}
.swiper-slide.characteristics__tab-pane-content.description .description__content::-webkit-scrollbar-thumb:hover {
    display: none;
}
.swiper-slide.characteristics__tab-pane-content.description .description__documents {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 5px;
}

.swiper-slide.characteristics__tab-pane-content.description .description__documents-item-link {
    color: #161b25;

    font-size: 18px;
    font-weight: 500;
    line-height: 140%;
    border-radius: 20px;
    background: #f2f4f8;
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 20px;
    transition: all 0.3s ease;
}

.swiper-slide.characteristics__tab-pane-content.description .description__documents-item-link svg path {
    transition: all 0.3s ease;
}

.swiper-slide.characteristics__tab-pane-content.description .description__documents-item-link:hover {
    background-color: #2e2868;
    color: #fff;
}

.swiper-slide.characteristics__tab-pane-content.description .description__documents-item-link:hover svg path {
    fill: #fff;
}

button.characteristics__pane-button.white-button-default {
    padding: 15px 20px;
}

button.characteristics__pane-button.white-button-default p {
    color: rgba(28, 49, 92, 0.7);
    font-size: 16px;
    font-weight: 500;
    line-height: 130%;
}

button.characteristics__pane-button.white-button-default:hover::before {
    background-color: #e2e7f1;
}

button.characteristics__pane-button.white-button-default:hover p {
    color: #2e2868;
}

button.characteristics__pane-button.white-button-default.active {
    background-color: #2e2868;
    color: #fff;
}

button.characteristics__pane-button.white-button-default.active p {
    color: #fff;
}

button.characteristics__pane-button.white-button-default.active:hover::before {
    background-color: #2e2868;
}

button.characteristics__pane-button.white-button-default.active:hover p {
    color: #fff;
}

.detail__main-swiper-pagination.swiper-pagination {
    display: none;
}

.characteristics__tab-pane-content-right-schema-switcher button svg {
    display: none;
}

.btn__switcher svg path {
    transition: all 0.3s ease;
    fill: #2e2868;
    stroke: #2e2868;
}

.btn__switcher:hover svg path,
.btn__switcher.active svg path {
    fill: #fff;
    stroke: #fff;
}

.btn__switcher:hover svg path.no-fill {
    stroke: #fff;
}

.btn__switcher svg path.no-fill,
.btn__switcher.active svg path.no-fill {
    fill: none;
    stroke: #2e2868;
}

.btn__switcher.active svg path.no-fill {
    stroke: #fff;
}

.characteristics__tab-pane-content-mobile {
    display: none;
}

@media screen and (max-width: 1200px) {
    .swiper-slide.characteristics__tab-pane-content.characteristic.container-border {
        justify-content: flex-start;
        flex-direction: column;
    }

    .swiper-slide.characteristics__tab-pane-content.characteristic .characteristics__tab-pane-content-desktop {
        grid-template-columns: 2fr 3fr;
    }

    .characteristics__tab-pane-content.swiper-slide {
        justify-content: flex-end;
        flex-direction: column-reverse;
        grid-gap: 5px;
    }

    .characteristics__tab-pane-content-right.container-border {
        max-width: 100%;
    }

    .characteristics__articles-orders-wrapper {
        flex-direction: column;
        grid-gap: 20px;
        align-items: flex-start;
    }

    .characteristics__articles-orders-left {
        width: 100%;
        justify-content: space-between;
        grid-gap: 20px;
    }

    .characteristics__articles-orders-right {
        width: 100%;
        justify-content: space-between;
        grid-gap: 20px;
    }

    .related {
        padding: 50px 0 120px;
        position: relative;
    }

    .related__wrapper {
        flex-direction: column;
        grid-gap: 20px;
    }

    .related__wrapper-right.swiper {
        width: 100%;
        clip-path: none;
    }

    .related .model__line-content__navigation {
        position: absolute;
        bottom: 50px;
        right: 20px;
        width: calc(100% - 40px);
    }
}

.characteristics__alert-top.hidden {
    display: none;
}

@media screen and (max-width: 992px) {
    h1.detail__wrapper-right-content-title {
        font-size: 25px;
    }

    .characteristics__tab-pane-content-left-item-parameters {
        flex-wrap: wrap;
        justify-content: flex-start;
    }

    .swiper-slide.characteristics__tab-pane-content.description {
        padding: 30px;
        justify-content: flex-start;
    }

    .swiper-slide.characteristics__tab-pane-content.description .description__content,
    .swiper-slide.characteristics__tab-pane-content.description .description__content * {
        font-size: 16px;
    }

    .characteristics__tabs-swiper {
        margin-top: 20px;
    }

    .characteristics__tab-button.swiper-slide {
        padding: 7px 13px;
        font-size: 14px;
    }

    .characteristics__tab-button.swiper-slide p {
        font-size: 14px;
    }

    .detail__wrapper {
        flex-direction: column;
    }

    .detail__wrapper-left {
        max-width: 100%;
    }

    .container-border.detail__section {
        background-color: #e2e7f1;
        margin-top: 5px;
        border-radius: 30px;
    }

    .container-border.detail__section .content-container {
        padding: 0;
    }

    .detail__wrapper-left,
    .detail__wrapper-right {
        border-radius: 30px;
    }

    .second-page .second-page-container-border {
        border-radius: 0 0 30px 30px !important;
        /* вынужденная мера */
        padding: 10px 0 20px;
    }

    .model__line-swiper-button-next.swiper-button-next,
    .model__line-swiper-button-prev.swiper-button-prev {
        display: none;
    }

    .detail__main-swiper-pagination.swiper-pagination {
        display: flex;
        margin-bottom: 10px;
        margin-left: 20px;
    }

    .detail__main-swiper-pagination.swiper-pagination .swiper-pagination-bullet- {
        width: 10px;
        height: 10px;
        background-color: #e2e7f1;
    }

    .detail__main-swiper-pagination.swiper-pagination .swiper-pagination-bullet-active {
        background-color: #2e2868;
    }

    .model__line.container-border {
        margin-top: 5px;
    }

    .detail__wrapper-right {
        padding: 20px;
    }

    .characteristics__tab-pane-content-right-schema-switcher button svg {
        display: block;
    }

    .characteristics__tab-pane-content-right-schema-switcher button span {
        display: none;
    }

    .characteristics__tab-pane-content-right-schema-switcher button {
        padding: 10px;
    }

    .characteristics__tab-pane-content-left-item {
        flex-direction: column;
        grid-gap: 10px;
        align-items: flex-start;
    }

    button.characteristics__pane-button.white-button-default {
        padding: 7px 13px;
        font-size: 14px;
    }

    .haracteristics__tab-pane-content-left-item-title {
        flex-direction: row-reverse;
        justify-content: space-between;
        width: 100%;
    }

    .characteristics__tab-pane-content-left.container-border {
        padding: 20px;
    }

    .characteristics__articles-orders-wrapper-footer {
        display: flex;
        flex-direction: column-reverse;
        margin-top: 5px;
        grid-gap: 5px;
    }

    p.characteristics__alert-title,
    .characteristics__alert-text {
        font-size: 14px;
    }

    .characteristics__alert-modifications-item {
        padding: 7px 13px;
    }

    .characteristics__alert-modifications-item p {
        font-size: 14px;
    }

    .characteristics__alert-top {
        grid-gap: 15px;
    }

    .characteristics__alert-modifications {
        flex-wrap: wrap;
        row-gap: 5px;
    }

    .characteristics {
        padding: 50px 0;
    }

    .content-container.use__content {
        padding: 0;
    }

    .use__content-solution-wrapper {
        gap: 20px;
    }

    .use__solution-item {
        padding: 7px 13px;
        font-size: 14px;
    }

    .use__content-solution {
        gap: 5px 0;
    }

    .use__content {
        grid-gap: 5px;
    }

    .use.container-border {
        background: #e2e7f1;
        padding: 0;
    }

    .use__content-solution-wrapper,
    .use__content-slider {
        padding: 50px 20px;
        background-color: #fff;
        border-radius: 30px;
    }

    .similar__line {
        padding: 50px 0;
    }

    .swiper-slide.characteristics__tab-pane-content.description .description__documents-item-link {
        width: 100%;
    }

    .swiper-slide.characteristics__tab-pane-content.characteristic .characteristics__tab-pane-content-desktop {
        display: none;
    }

    .characteristics__tab-pane-content-mobile {
        display: block;
        padding: 20px;
    }

    .characteristics__tab-pane-content-mobile .characteristics__tab-pane-content-characteristic-content-item-content {
        overflow: hidden;
        height: 0;
        transition: all 0.3s ease;
    }

    .characteristics__tab-pane-content-mobile .characteristics__tab-pane-content-characteristic-content-item.active .characteristics__tab-pane-content-characteristic-content-item-content {
        height: auto;

    }

    .characteristics__tab-pane-content-mobile .characteristics__tab-pane-content-characteristic-content-item {
        display: flex;
        flex-direction: column;
        grid-gap: 15px;
        border-bottom: 1px solid #e2e7f1;
        cursor: pointer;
    }

    .characteristics__tab-pane-content-mobile .characteristics__tab-pane-content-characteristic-content-item-title {
        display: flex;
        justify-content: space-between;
        width: 100%;
        align-items: center;
        grid-gap: 20px;
    }

    .characteristics__tab-pane-content-mobile .characteristics__tab-pane-content-characteristic-content-item-content-item {
        padding: 0;
        border: none;
        padding-bottom: 10px;
        border-bottom: 1px solid #e2e7f1;
    }

    .characteristics__tab-pane-content-mobile .characteristics__tab-pane-content-characteristic-content-item-content-item:last-child {
        border: none;
    }

    .characteristics__tab-pane-content-mobile-content {
        display: flex;
        flex-direction: column;
        gap: 15px;
    }

    .characteristics__tab-pane-content-characteristic-content-item svg {
        transition: all 0.3s ease;
    }

    .characteristics__tab-pane-content-characteristic-content-item.active svg {
        transform: rotate(180deg);
    }
}

@media screen and (max-width: 768px) {
    .characteristics.container-border{
        margin-top: 5px;
    }
    .characteristics__tab-pane-content-swiper{
        border-radius: 30px;
    }
    p.characteristics__alert-title{
        align-items: flex-start;
        gap: 10px;
    }
    p.characteristics__alert-title svg{
        width: 15px;
        height: 15px;
        flex-shrink: 0;
        margin-top: 2px;
    }
    button.characteristics__pane-button.white-button-default p{
        font-size: 14px;
        word-break: break-all;
    }
    .detail__wrapper-left-image img {
        max-height: 250px;
    }

    .detail__wrapper-right-content {
        gap: 10px;
    }

    .detail__wrapper-right-content-text {
        font-size: 16px;
    }

    .detail__wrapper-right-btns {
        flex-wrap: wrap;
        row-gap: 10px;
    }

    .detail__wrapper-right-btns button {
        width: 100%;
    }

    .detail__wrapper-right-btns button.button-consultation {
        width: 100%;
    }

    .model__line-content-top {
        flex-direction: column;
        align-items: flex-start;
    }

    .btn__switcher {
        font-size: 14px;
        padding: 7px 13px;
    }

    .model__line-content__footer {
        margin-top: 20px;
        flex-direction: column-reverse;
    }

    .characteristics__alert.container-border,
    .characteristics__articles-orders-wrapper {
        padding: 20px;
    }

    .characteristics__articles-orders-left {
        flex-direction: column-reverse;
        align-items: flex-start;
        grid-gap: 15px;
    }

    .characteristics__articles-orders-right {
        align-items: flex-start;
        flex-direction: column;
        grid-gap: 15px;
    }

    .characteristics__articles-orders-btns {
        display: flex;
        flex-direction: column;
        grid-gap: 15px;
        width: 100%;
    }

    .characteristics__articles-orders-btns button {
        width: 100%;
        padding: 20px 35px;
    }

    .characteristics__tab-pane-content-right-schema-switcher {
        flex-direction: column;
    }

    .characteristics__articles-orders-status {
        padding: 7px 13px;
        font-size: 14px;
    }

    .characteristics__articles-orders-title {
        font-size: 18px;
    }

    .use__wrapper.swiper {
        height: 345px;
    }

    .use__wrapper.swiper {
        grid-gap: 20px;
    }

    .use__content-content__navigation .swiper-button-prev,
    .use__content-content__navigation .swiper-button-next {
        display: none;
    }

    .use__content-content__navigation .swiper-pagination .swiper-pagination-bullet {
        height: 8px;
        border-radius: 500px;
        opacity: 1;
        background-color: rgba(28, 49, 92, 0.15);
        width: calc(100% / 4 - 10px);
        margin: 0 !important;
    }

    .use__content-content__navigation .swiper-pagination .swiper-pagination-bullet-active {
        background-color: #2e2868;
    }

    .use__content-content__navigation .swiper-pagination {
        display: flex;
        gap: 10px;
    }

    .use__content-slider {
        grid-gap: 20px;
    }
}

@media screen and (max-width: 480px) {

    .model__line .model__line-content__navigation .swiper-button-prev,
    .model__line .model__line-content__navigation .swiper-button-next {
        display: none;
    }

    .model__line-content__navigation .swiper-pagination {
        display: flex;
        gap: 10px;
        width: 100%;
        transform: initial !important;
    }

    .model__line-content__navigation .swiper-pagination-bullet {
        height: 8px;
        background-color: #e2e7f1;
        opacity: 1;
        margin: 0 !important;
        width: calc(100% / 4 - 10px);
        border-radius: 500px;
    }

    .model__line-content__navigation .swiper-pagination-bullet-active {
        background-color: #2e2868;
    }

    .model__line-content__navigation {
        width: 100%;
    }

    .model__line-content__navigation .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next,
    .model__line-content__navigation .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
        transform: scale(1);
    }

    .characteristics__articles-orders-old-price,
    .characteristics__articles-orders-new-price {
        font-size: 18px;
    }

    .characteristics__articles-orders-wrapper {
        grid-gap: 15px;
    }

    .related .model__line-content__navigation .swiper-button-prev,
    .related .model__line-content__navigation .swiper-button-next {
        display: none;
    }

    .related .model__line-content__navigation .swiper-pagination {
        width: 100%;
    }

    .related .model__line-content__navigation .swiper-pagination-bullet {
        width: calc(100% / 4 - 10px);
        height: 8px;
        border-radius: 500px;
        opacity: 1;
        background-color: transparent;
        margin: 0 !important;
    }

    .related .model__line-content__navigation .swiper-pagination-bullet-active {
        background-color: #fff;
    }

    .related {
        padding: 50px 0 90px;
    }

    .similar__line-swiper .swiper-button-prev,
    .similar__line-swiper .swiper-button-next {
        display: none;
    }

    .similar__line-content__footer {
        flex-direction: column-reverse;
        grid-gap: 30px;
        margin-top: 30px;
    }

    .similar__line .similar__line-content__footer-all {
        width: 100%;
    }

    .similar__line-swiper .swiper-pagination {
        display: flex;
        gap: 10px;
        width: 100%;
        transform: initial !important;
    }

    .similar__line-content__navigation {
        width: 100%;
    }

    .similar__line-swiper .swiper-pagination .swiper-pagination-bullet {
        width: calc(100% / 4 - 10px);
        height: 8px;
        border-radius: 500px;
        opacity: 1;
        background-color: #e2e7f1;
        margin: 0 !important;
    }

    .similar__line-swiper .swiper-pagination .swiper-pagination-bullet-active {
        background-color: #2e2868;
    }
}

/* дропнут если нужен контейнер */
.content-container.detail__section-container {
    margin: 0;
    max-width: 100%;
}

.content-container.detail__section-container .detail__wrapper {
    display: grid;
    grid-gap: 5px;
    grid-template-columns: 595fr 1117fr;
}

.content-container.detail__section-container .detail__wrapper .detail__wrapper-left {
    max-width: 100%;
}

@media screen and (max-width: 1200px) {
    .content-container.detail__section-container .detail__wrapper {
        display: flex;
    }
}

.characteristics__tab-pane-content-left-item-icon-helper {
    position: relative;
    cursor: pointer;
    display: flex;
}

.characteristics__tab-pane-content-left-item-icon-helper-text {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 30px;
    width: max-content;
    background-color: #fff;
    padding: 15px 25px;
    border-radius: 10px;
    z-index: 1000;
    border-radius: 20px;
    box-shadow: 0 0 25px 0 rgba(28, 49, 92, 0.10);
    color: #404D5D;

    font-size: 16px;
    font-weight: 400;
    line-height: 130%;
    opacity: 0;
    transition: all 0.3s ease;
    pointer-events: none;
    max-width: 400px;
    text-wrap: wrap;
}

.characteristics__tab-pane-content-left-item-icon-helper:hover .characteristics__tab-pane-content-left-item-icon-helper-text {
    opacity: 1;
    pointer-events: auto;
}

.characteristics__tab-pane-content-left-item-icon-helper-text::before {
    content: '';
    position: absolute;
    top: 50%;
    left: -10px;
    width: 12px;
    height: 12px;
    background-color: #fff;
    border-radius: 2px;
    transform: rotate(45deg) translateY(-50%);
    z-index: 1000;
}

@media screen and (max-width: 992px) {
    .characteristics__tab-pane-content-left-item-icon-helper-text {
        right: -10px;
        top: inherit;
        left: initial;
        bottom: 30px;
        /* right: 100%; */
        transform: initial;
        max-width: calc(100vw - 50px);
    }

    .characteristics__tab-pane-content-left-item-icon-helper-text::before {
        left: initial;
        right: 10px;
        top: initial;
        bottom: 0px;
        transform: rotate(45deg) translateY(50%);
    }
}

.swiper .swiper-button-next.model__line-swiper-button-next{
    right: 20px;
}

.swiper-button-prev.model__line-swiper-button-prev,
.swiper-button-next.model__line-swiper-button-next,
.swiper-button-prev.model__line-swiper-button-prev *,
.swiper-button-next.model__line-swiper-button-next *{
    transition: all 0.3s;
}
.swiper-button-prev.model__line-swiper-button-prev:hover,
.swiper-button-next.model__line-swiper-button-next:hover{
    background-color: #2e2868;
}


.swiper-button-prev.model__line-swiper-button-prev:hover path,
.swiper-button-next.model__line-swiper-button-next:hover path{
    stroke: #fff;
}

.characteristics__tab-pane-content-left.has-hint .characteristics__tab-pane-content-left-item-icon-helper{
    width: 20px;
}


.characteristics__articles-orders-quantity-wrapper-first.hidden {
    display: none;
}

.characteristics__articles-orders-quantity-wrapper-second.hidden {
    display: none;
}


.characteristics__articles-orders-quantity-wrapper-second.accent-button-default {
    min-width: 270px;
    justify-content: space-between;
    cursor: initial;
}

.add-remove-btn{
    cursor: pointer;
    padding: 0px 10px;
}
/* End */


/* Start:/local/templates/SmartLamps/assets/libs/glightbox/glightbox.min.css?176614867313749*/
.glightbox-container{width:100%;height:100%;position:fixed;top:0;left:0;z-index:999999!important;overflow:hidden;-ms-touch-action:none;touch-action:none;-webkit-text-size-adjust:100%;-moz-text-size-adjust:100%;-ms-text-size-adjust:100%;text-size-adjust:100%;-webkit-backface-visibility:hidden;backface-visibility:hidden;outline:0}.glightbox-container.inactive{display:none}.glightbox-container .gcontainer{position:relative;width:100%;height:100%;z-index:9999;overflow:hidden}.glightbox-container .gslider{-webkit-transition:-webkit-transform .4s ease;transition:-webkit-transform .4s ease;transition:transform .4s ease;transition:transform .4s ease,-webkit-transform .4s ease;height:100%;left:0;top:0;width:100%;position:relative;overflow:hidden;display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.glightbox-container .gslide{width:100%;position:absolute;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;opacity:0}.glightbox-container .gslide.current{opacity:1;z-index:99999;position:relative}.glightbox-container .gslide.prev{opacity:1;z-index:9999}.glightbox-container .gslide-inner-content{width:100%}.glightbox-container .ginner-container{position:relative;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;max-width:100%;margin:auto;height:100vh}.glightbox-container .ginner-container.gvideo-container{width:100%}.glightbox-container .ginner-container.desc-bottom,.glightbox-container .ginner-container.desc-top{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.glightbox-container .ginner-container.desc-left,.glightbox-container .ginner-container.desc-right{max-width:100%!important}.gslide iframe,.gslide video{outline:0!important;border:none;min-height:165px;-webkit-overflow-scrolling:touch;-ms-touch-action:auto;touch-action:auto}.gslide:not(.current){pointer-events:none}.gslide-image{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.gslide-image img{max-height:100vh;display:block;padding:0;float:none;outline:0;border:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;max-width:100vw;width:auto;height:auto;-o-object-fit:cover;object-fit:cover;-ms-touch-action:none;touch-action:none;margin:auto;min-width:200px}.desc-bottom .gslide-image img,.desc-top .gslide-image img{width:auto}.desc-left .gslide-image img,.desc-right .gslide-image img{width:auto;max-width:100%}.gslide-image img.zoomable{position:relative}.gslide-image img.dragging{cursor:-webkit-grabbing!important;cursor:grabbing!important;-webkit-transition:none;transition:none}.gslide-video{position:relative;max-width:100vh;width:100%!important}.gslide-video .plyr__poster-enabled.plyr--loading .plyr__poster{display:none}.gslide-video .gvideo-wrapper{width:100%;margin:auto}.gslide-video::before{content:'';position:absolute;width:100%;height:100%;background:rgba(255,0,0,.34);display:none}.gslide-video.playing::before{display:none}.gslide-video.fullscreen{max-width:100%!important;min-width:100%;height:75vh}.gslide-video.fullscreen video{max-width:100%!important;width:100%!important}.gslide-inline{background:#fff;text-align:left;max-height:calc(100vh - 40px);overflow:auto;max-width:100%;margin:auto}.gslide-inline .ginlined-content{padding:20px;width:100%}.gslide-inline .dragging{cursor:-webkit-grabbing!important;cursor:grabbing!important;-webkit-transition:none;transition:none}.ginlined-content{overflow:auto;display:block!important;opacity:1}.gslide-external{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;min-width:100%;background:#fff;padding:0;overflow:auto;max-height:75vh;height:100%}.gslide-media{display:-webkit-box;display:-ms-flexbox;display:flex;width:auto}.zoomed .gslide-media{-webkit-box-shadow:none!important;box-shadow:none!important}.desc-bottom .gslide-media,.desc-top .gslide-media{margin:0 auto;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.gslide-description{position:relative;-webkit-box-flex:1;-ms-flex:1 0 100%;flex:1 0 100%}.gslide-description.description-left,.gslide-description.description-right{max-width:100%}.gslide-description.description-bottom,.gslide-description.description-top{margin:0 auto;width:100%}.gslide-description p{margin-bottom:12px}.gslide-description p:last-child{margin-bottom:0}.zoomed .gslide-description{display:none}.glightbox-button-hidden{display:none}.glightbox-mobile .glightbox-container .gslide-description{height:auto!important;width:100%;position:absolute;bottom:0;padding:19px 11px;max-width:100vw!important;-webkit-box-ordinal-group:3!important;-ms-flex-order:2!important;order:2!important;max-height:78vh;overflow:auto!important;background:-webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,0)),to(rgba(0,0,0,.75)));background:linear-gradient(to bottom,rgba(0,0,0,0) 0,rgba(0,0,0,.75) 100%);-webkit-transition:opacity .3s linear;transition:opacity .3s linear;padding-bottom:50px}.glightbox-mobile .glightbox-container .gslide-title{color:#fff;font-size:1em}.glightbox-mobile .glightbox-container .gslide-desc{color:#a1a1a1}.glightbox-mobile .glightbox-container .gslide-desc a{color:#fff;font-weight:700}.glightbox-mobile .glightbox-container .gslide-desc *{color:inherit}.glightbox-mobile .glightbox-container .gslide-desc .desc-more{color:#fff;opacity:.4}.gdesc-open .gslide-media{-webkit-transition:opacity .5s ease;transition:opacity .5s ease;opacity:.4}.gdesc-open .gdesc-inner{padding-bottom:30px}.gdesc-closed .gslide-media{-webkit-transition:opacity .5s ease;transition:opacity .5s ease;opacity:1}.greset{-webkit-transition:all .3s ease;transition:all .3s ease}.gabsolute{position:absolute}.grelative{position:relative}.glightbox-desc{display:none!important}.glightbox-open{overflow:hidden}.gloader{height:25px;width:25px;-webkit-animation:lightboxLoader .8s infinite linear;animation:lightboxLoader .8s infinite linear;border:2px solid #fff;border-right-color:transparent;border-radius:50%;position:absolute;display:block;z-index:9999;left:0;right:0;margin:0 auto;top:47%}.goverlay{width:100%;height:calc(100vh + 1px);position:fixed;top:-1px;left:0;background:#000;will-change:opacity}.glightbox-mobile .goverlay{background:#000}.gclose,.gnext,.gprev{z-index:99999;cursor:pointer;width:26px;height:44px;border:none;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.gclose svg,.gnext svg,.gprev svg{display:block;width:25px;height:auto;margin:0;padding:0}.gclose.disabled,.gnext.disabled,.gprev.disabled{opacity:.1}.gclose .garrow,.gnext .garrow,.gprev .garrow{stroke:#fff}.gbtn.focused{outline:2px solid #0f3d81}iframe.wait-autoplay{opacity:0}.glightbox-closing .gclose,.glightbox-closing .gnext,.glightbox-closing .gprev{opacity:0!important}.glightbox-clean .gslide-description{background:#fff}.glightbox-clean .gdesc-inner{padding:22px 20px}.glightbox-clean .gslide-title{font-size:1em;font-weight:400;font-family:arial;color:#000;margin-bottom:19px;line-height:1.4em}.glightbox-clean .gslide-desc{font-size:.86em;margin-bottom:0;font-family:arial;line-height:1.4em}.glightbox-clean .gslide-video{background:#000}.glightbox-clean .gclose,.glightbox-clean .gnext,.glightbox-clean .gprev{background-color:rgba(0,0,0,.75);border-radius:4px}.glightbox-clean .gclose path,.glightbox-clean .gnext path,.glightbox-clean .gprev path{fill:#fff}.glightbox-clean .gprev{position:absolute;top:-100%;left:30px;width:40px;height:50px}.glightbox-clean .gnext{position:absolute;top:-100%;right:30px;width:40px;height:50px}.glightbox-clean .gclose{width:35px;height:35px;top:15px;right:10px;position:absolute}.glightbox-clean .gclose svg{width:18px;height:auto}.glightbox-clean .gclose:hover{opacity:1}.gfadeIn{-webkit-animation:gfadeIn .5s ease;animation:gfadeIn .5s ease}.gfadeOut{-webkit-animation:gfadeOut .5s ease;animation:gfadeOut .5s ease}.gslideOutLeft{-webkit-animation:gslideOutLeft .3s ease;animation:gslideOutLeft .3s ease}.gslideInLeft{-webkit-animation:gslideInLeft .3s ease;animation:gslideInLeft .3s ease}.gslideOutRight{-webkit-animation:gslideOutRight .3s ease;animation:gslideOutRight .3s ease}.gslideInRight{-webkit-animation:gslideInRight .3s ease;animation:gslideInRight .3s ease}.gzoomIn{-webkit-animation:gzoomIn .5s ease;animation:gzoomIn .5s ease}.gzoomOut{-webkit-animation:gzoomOut .5s ease;animation:gzoomOut .5s ease}@-webkit-keyframes lightboxLoader{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes lightboxLoader{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@-webkit-keyframes gfadeIn{from{opacity:0}to{opacity:1}}@keyframes gfadeIn{from{opacity:0}to{opacity:1}}@-webkit-keyframes gfadeOut{from{opacity:1}to{opacity:0}}@keyframes gfadeOut{from{opacity:1}to{opacity:0}}@-webkit-keyframes gslideInLeft{from{opacity:0;-webkit-transform:translate3d(-60%,0,0);transform:translate3d(-60%,0,0)}to{visibility:visible;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}}@keyframes gslideInLeft{from{opacity:0;-webkit-transform:translate3d(-60%,0,0);transform:translate3d(-60%,0,0)}to{visibility:visible;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}}@-webkit-keyframes gslideOutLeft{from{opacity:1;visibility:visible;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{-webkit-transform:translate3d(-60%,0,0);transform:translate3d(-60%,0,0);opacity:0;visibility:hidden}}@keyframes gslideOutLeft{from{opacity:1;visibility:visible;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{-webkit-transform:translate3d(-60%,0,0);transform:translate3d(-60%,0,0);opacity:0;visibility:hidden}}@-webkit-keyframes gslideInRight{from{opacity:0;visibility:visible;-webkit-transform:translate3d(60%,0,0);transform:translate3d(60%,0,0)}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}}@keyframes gslideInRight{from{opacity:0;visibility:visible;-webkit-transform:translate3d(60%,0,0);transform:translate3d(60%,0,0)}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}}@-webkit-keyframes gslideOutRight{from{opacity:1;visibility:visible;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{-webkit-transform:translate3d(60%,0,0);transform:translate3d(60%,0,0);opacity:0}}@keyframes gslideOutRight{from{opacity:1;visibility:visible;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{-webkit-transform:translate3d(60%,0,0);transform:translate3d(60%,0,0);opacity:0}}@-webkit-keyframes gzoomIn{from{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:1}}@keyframes gzoomIn{from{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:1}}@-webkit-keyframes gzoomOut{from{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}@keyframes gzoomOut{from{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}@media (min-width:769px){.glightbox-container .ginner-container{width:auto;height:auto;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.glightbox-container .ginner-container.desc-top .gslide-description{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.glightbox-container .ginner-container.desc-top .gslide-image,.glightbox-container .ginner-container.desc-top .gslide-image img{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.glightbox-container .ginner-container.desc-left .gslide-description{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.glightbox-container .ginner-container.desc-left .gslide-image{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.gslide-image img{max-height:97vh;max-width:100%}.gslide-image img.zoomable{cursor:-webkit-zoom-in;cursor:zoom-in}.zoomed .gslide-image img.zoomable{cursor:-webkit-grab;cursor:grab}.gslide-inline{max-height:95vh}.gslide-external{max-height:100vh}.gslide-description.description-left,.gslide-description.description-right{max-width:275px}.glightbox-open{height:auto}.goverlay{background:rgba(0,0,0,.92)}.glightbox-clean .gslide-media{-webkit-box-shadow:1px 2px 9px 0 rgba(0,0,0,.65);box-shadow:1px 2px 9px 0 rgba(0,0,0,.65)}.glightbox-clean .description-left .gdesc-inner,.glightbox-clean .description-right .gdesc-inner{position:absolute;height:100%;overflow-y:auto}.glightbox-clean .gclose,.glightbox-clean .gnext,.glightbox-clean .gprev{background-color:rgba(0,0,0,.32)}.glightbox-clean .gclose:hover,.glightbox-clean .gnext:hover,.glightbox-clean .gprev:hover{background-color:rgba(0,0,0,.7)}.glightbox-clean .gprev{top:45%}.glightbox-clean .gnext{top:45%}}@media (min-width:992px){.glightbox-clean .gclose{opacity:.7;right:20px}}@media screen and (max-height:420px){.goverlay{background:#000}}
/* End */


/* Start:/local/templates/SmartLamps/components/bitrix/main.feedback/static/style.css?1764582050156*/
/* Стили подключаются из основного LESS файла */
/* local/templates/SmartLamps/less/components/feedback_static.less */


/* End */
/* /local/templates/SmartLamps/components/bitrix/catalog/catalog/style.css?17712245954990 */
/* /local/templates/SmartLamps/components/bitrix/catalog.element/smart-element/style.css?177615664543456 */
/* /local/templates/SmartLamps/assets/libs/glightbox/glightbox.min.css?176614867313749 */
/* /local/templates/SmartLamps/components/bitrix/main.feedback/static/style.css?1764582050156 */
