

/* 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?178061721850996*/
.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;
}



/* отзывы */
.container-border.reviews__list-container {
    padding: 100px 0;
    margin: 5px 0;
    overflow: hidden;
}

.reviews__list {
    display: flex;
    flex-wrap: wrap;
    grid-gap: 32px;
    margin-top: 30px;
}


.reviews__list-swiper .swiper-slide{
    height: auto;
}
.reviews__item {
    display: flex;
    width: 100%;
    height: 100%;
    padding: 30px;
    border-radius: 30px;
    background: var(--Light-gray, #F2F4F8);
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
}

.reviews__item-stars {
    display: flex;
    align-items: center;
}

.reviews__item-stars svg {
    width: 35px;
    height: 35px;
}

.reviews__item-content-title {
    color: #161B25;

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

.reviews__item-content-text {
    color: #161B25;
    font-size: 18px;
    font-weight: 400;
    line-height: 150%;
}

.reviews__count {
    color: rgba(28, 49, 92, 0.70);
    font-size: 18px;
    font-weight: 700;
    line-height: 140%;
}

.read-more-link {
    color: var(--black-70, rgba(28, 49, 92, 0.70));

    /* Text 16 */
    font-family: Manrope;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    cursor: pointer;
}


.reviews__item-content-author {
    color: var(--black-70, rgba(28, 49, 92, 0.70));

    font-size: 18px;
    font-weight: 500;
    line-height: 130%;
}

.reviews__item-files-link.white-button-default {
    padding: 10px 20px;
    border-radius: 500px;
    background: #E2E7F1;
    text-decoration: none;
}

.reviews__item-files-link.white-button-default span {
    color: var(--black-70, rgba(28, 49, 92, 0.70));
    font-family: Manrope;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%;
    /* 18.2px */
}

.reviews__item-files-link.white-button-default:hover span{
    color: #fff;
}


.review-modal.review-modal--hidden {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(28, 49, 92, 0.40) 0%, rgba(28, 49, 92, 0.40) 100%);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

.review-modal.review-modal--hidden.review-modal--active {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1005;
    padding: 15px;
}

.review-modal__container {
    border-radius: 45px;
    background: #FFF;
    display: flex;
    max-width: 1428px;
    padding: 50px;

    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    position: relative;
}

.review-modal__close {
    background-color: transparent;
    border: none;
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
}

.review-modal__content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
}

@media screen and (max-width: 1200px) {
    .reviews__item {
        width: calc(100%/2 - 15px);
    }
}

@media screen and (max-width: 992px) {
    .reviews__item-stars svg{
        width: 20px;
        height: 20px;
    }
    .reviews__item-files-link.white-button-default {
        padding: 7px 13px;
    }
    .reviews__item-content-author{
        font-size: 16px;
    }
    .reviews__item-content-title {
        font-size: 20px;
    }

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

    .container-border.reviews__list-container {
        padding: 50px 0;
    }

    .reviews__item {
        width: 100%;
        padding: 20px;
    }

    .review-modal.review-modal--hidden.review-modal--active {
        background-color: #fff;
        padding: 0;
    }

    .review-modal__container {
        border-radius: 0;
        padding: 60px 15px;
        max-width: 100%;
        height: 100%;
    }

    .review-modal__content {
        grid-gap: 10px;
    }

    .review-modal__close {
        right: 10px;
        top: 10px;
        width: 35px;
        height: 35px;
        border-radius: 50%;
        background-color: #2E2868;
        padding: 10px;
    }

    .review-modal__close svg {
        width: 100%;
        height: 100%;
    }

    .review-modal__close svg path {
        fill: #fff;
    }

    .reviews__item-content-text {
        max-height: 85vh;
        overflow-y: auto;
        scrollbar-width: thin;
    }

    .reviews__item-content-text::-webkit-scrollbar {
        width: 5px;
    }

    .reviews__item-content-text::-webkit-scrollbar-track {
        background: #f1f1f1;
    }

    .reviews__item-content-text::-webkit-scrollbar-thumb {
        background: #888;
    }

    .reviews__list {
        margin-top: 20px;
    }

    .reviews__count {
        font-size: 16px;
    }
}

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

.reviews__swiper-bottom-navigation{
    display: flex;
    align-items: center;
    gap: 10px;
}

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

.reviews__swiper-bottom-navigation .swiper-pagination,
.reviews__swiper-bottom-navigation .swiper-button-prev,
.reviews__swiper-bottom-navigation .swiper-button-next {
    position:static;
    margin: 0;
    display: flex;
}

.reviews__swiper-bottom-navigation .swiper-button-prev::after,
.reviews__swiper-bottom-navigation .swiper-button-next::after {
    content: none;
}
.reviews__swiper-bottom-navigation .swiper-button-prev svg,
.reviews__swiper-bottom-navigation .swiper-button-next svg {
    width: 50px;
    height: 50px;
    fill: none;
}

.reviews__swiper-bottom-navigation .swiper-button-prev svg path,
.reviews__swiper-bottom-navigation .swiper-button-next svg path,
.reviews__swiper-bottom-navigation .swiper-button-prev svg rect,
.reviews__swiper-bottom-navigation .swiper-button-next svg rect {
    transition: all 0.3s ease;
}
.reviews__swiper-bottom-navigation .swiper-button-prev:hover svg path,
.reviews__swiper-bottom-navigation .swiper-button-next:hover svg path {
    stroke: #2e2868;
}
.reviews__swiper-bottom-navigation .swiper-button-prev:hover svg rect,
.reviews__swiper-bottom-navigation .swiper-button-next:hover svg rect {
    fill: #f2f4f8;
}

.reviews__swiper-bottom-navigation  .swiper-pagination.swiper-pagination-fraction.swiper-pagination-horizontal {
    color: #161B25;

    font-family: Manrope;
    font-size: 25px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
} 
@media screen and (max-width: 576px) {
    .reviews__swiper-bottom{
        margin-top: 30px;
        flex-direction: column-reverse;
        gap: 30px;
    }
    .reviews__swiper-bottom-navigation .swiper-button-prev ,
    .reviews__swiper-bottom-navigation .swiper-button-next  {
        display: none;
    }
    .reviews__swiper-bottom .feedback-modal-button{
        width: 100%;
        max-width: 100%;
    }
    .reviews__swiper-bottom-navigation{
        width: 100%;
    }
    .reviews__swiper-bottom-navigation .swiper-pagination{
        width: 100%;
        gap: 10px;
    }
    .reviews__swiper-bottom-navigation .swiper-pagination-bullet
    {
        width: 100%;
    }
    .reviews__swiper-bottom-navigation .swiper-pagination-bullet
    {
        width: 100%;
        height: 8px;
        border-radius: 500px;
        background: rgba(28, 49, 92, 0.15);
        opacity: 1;
    }
    .reviews__swiper-bottom-navigation .swiper-pagination-bullet-active{
        background-color: #2e2868;
    }
}
/* 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?178061721850996 */
/* /local/templates/SmartLamps/components/bitrix/main.feedback/static/style.css?1764582050156 */
