

/* Start:/local/templates/remer/components/bitrix/catalog.element/catalog/style.css?176096249811436*/
.product__card .product__card-footer {
    justify-content: space-between;
    flex-direction: row;
}

.product__price-nosale {
    position: relative;
    color: var(--bg-color);
    font-size: 16px;
    font-weight: 400;
    line-height: 140%;
    opacity: .3;
    text-decoration: line-through;
    float: left;
    margin-left: 10px;
}

.white .product__price-nosale {
    color: #2d2d2d;
}

.product__price {
    position: relative;
    float: left;
}

.product__text-descr .product__text-descr-hidden {
    max-height: 250px;
    overflow: hidden;
    position: relative;
    -webkit-transition: -webkit-transform .3s ease;
    -o-transition: transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease;
}

.product__text-descr .product__text-descr-hidden.active {
    height: auto;
}

.product__text-descr .product__text-descr-hidden.active::after {
    height: 1px;
}

.product-gallery__img-wrapper picture {
    cursor: pointer;
}

.product__text-descr .product__text-descr-hidden::after {
    position: absolute;
    content: "";
    /*right: 16px;*/
    bottom: 0;
    height: 30%;
    width: 100%;
    z-index: 99;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(30%, rgba(45, 45, 45, .9)), to(rgba(45, 45, 45, .3)));
    background: -o-linear-gradient(bottom, rgba(45, 45, 45, .9) 30%, rgba(45, 45, 45, .3) 100%);
    background: linear-gradient(to top, rgba(45, 45, 45, .9) 30%, rgba(45, 45, 45, .3) 100%);
    background: var(--bg-color-gradient);
}

.product__text-descr .product__text-descr-hidden.hide::after {
    display: none;
}

.product__documents-list .demo-hall__adds {
    display: flex;
}

.product__documents-list .demo-hall__adds img {
    margin-right: 10px;
    max-width: 12px;
}

html.white .product__documents-list .demo-hall__adds img {
    filter: brightness(0.5);
}

.accessories__content.accordion__content.documents {
    padding: 0;
}

/*.accordion__element.is-active > .product__documents-link:after {
    transform: translateY(-50%) rotate(270deg);
}*/

#carousel {
    height: 449px !important;
}

.pictureFrame {
    height: 98.2px !important;
    border-radius: 50%;
    border: 1px solid #000;
    margin-bottom: 14px;

    display: flex;
    justify-content: center;
    align-items: center;
    overflow-y: hidden;
    padding: 20px;
}

#carouselWrapper {
    position: relative;
    overflow: hidden;
    margin-top: 30px;
}

#carousel {
    position: absolute;
    visibility: hidden;
}

.more-btn.carousel.down::after {
    width: 20px;
    height: 15px;
    transform: translateY(50%) rotate(90deg);
}

.more-btn.carousel.up::after {
    width: 95px;
    transform: translateY(-50%) rotate(270deg);
}

html.white .more-btn.carousel.up::after, html.white .more-btn.carousel.down::after {
    background-color: #f3f3f3;
}

button#next {
    position: absolute;
    right: 135px;
}

.product__card-footer .product__price.discontinued {
    color: rgb(227 30 36);
    font-family: "Jeko", "Arial", sans-serif;
}

@media (max-width: 425px) {
    .accessories__list > li {
        width: 50%;
    }

    .accessories__list > .accordion__element {
        border-bottom: 1px solid #ffffff;
    }

    .accessories__link {
        font-family: 'Inter';
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 120%;
    }

    .accordion__element .accessories__content {
        padding: 0 19px;
    }
}

button.swiper-slide.product-gallery__controll.swiper-slide-thumb-active.active {
    border: 1px solid black;
}

.share_block svg {
    height: 17px;
    width: auto;
    vertical-align: sub;
    color: #333;
}

.share_block .ya-share2__container_size_m .ya-share2__badge .ya-share2__icon {
    height: 28px;
    width: 28px;
}

.share_block .ya-share2__container_shape_round.ya-share2__container_size_m .ya-share2__badge .ya-share2__icon:not(.ya-share2__icon_messenger-contact):not(.ya-share2__icon_more):not(.ya-share2__icon_copy) {
    background-size: 28px 28px;
}

.fa-copy:before {
    content: "\f0c5";
}

.product__text-descr a {
    text-decoration: underline;
}

@media (max-width: 1022px) {
    .product-gallery__previews.swiper-container-autoheight .swiper-slide {
        height: 62px;
    }

    button.swiper-slide.product-gallery__controll {
        width: 62px !important;
    }
}

@media (max-width: 320px) {
    .accessories .accessories__link, .accessories .accessories__list > li {
        min-height: 143px;
    }
}

/* swipper styles */
body {
    background: #121212;
}

.slider {
    padding-bottom: 60px;
    color: #fff;
}

.slider .swiper-container {
    width: 100%;
    height: 100%;
}

.slider__flex {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.slider__col {
    display: flex;
    flex-direction: column;
    width: 82px;
    margin-right: 32px;
}

.slider__prev,
.slider__next {
    cursor: pointer;
    text-align: center;
    font-size: 14px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #000;
}

.slider__prev:focus,
.slider__next:focus {
    outline: none;
}

.slider__thumbs {
    /*height: auto;*/
    height: 410px;
}

.slider__thumbs .slider__image {
    transition: 0.25s;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    opacity: 0.5;
    cursor: pointer;
}

.slider__thumbs .slider__image:hover {
    opacity: 1;
}

.slider__thumbs .swiper-slide-thumb-active .slider__image {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
    opacity: 1;
}

.slider__images {
    height: 400px;
    width: 85%;
}

.slider__images .slider__image img {
    transition: 3s;
}

.slider__images .slider__image:hover img {
    transform: scale(1.1);
}

.slider__image {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.slider__col .slider__image {
    border-radius: 100%;
}

.slider__col .swiper-slide {
    border: 1px solid #A8A8A8;
    border-radius: 100%;
    height: 80px !important;
    width: 80px !important;
}

.slider__col .swiper-slide.swiper-slide-thumb-active {
    border: 1px solid black;
}

.slider__image img {
    display: block;
    max-width: max-content;
    width: auto;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    margin: 0 auto;
}

.slider__prev::before {
    content: "\2191";
}

.slider__next::before {
    content: "\2193";
}

.slider__prev.swiper-button-disabled, .slider__next.swiper-button-disabled {
    opacity: 0.2;
    cursor: default;
}

.slider__images .slider__image {
    padding-top: 25px;
}

@media (max-width: 2560px) {
    slider {
        padding-bottom: 170px;
    }
}

@media (max-width: 1920px) {
    .slider {
        padding-bottom: 60px;
    }
}

@media (max-width: 1024px) {
    .slider {
        padding-right: 0;
    }
    .slider__col {
        margin-right: 0;
        padding-left: 15px;
        width: 96px;
    }
    .product__title {
        overflow-wrap: break-word;
    }
    .slider__images .slider__image img {
        /*height: auto;*/
    }
}

@media (max-width: 767.98px) {
    .slider__flex {
        flex-direction: column-reverse;
    }

    .slider__col {
        flex-direction: row;
        align-items: center;
        margin-right: 0;
        margin-top: 24px;
        width: 100%;
    }

    .slider__images {
        width: 100%;
    }

    .slider__thumbs {
        height: 76px;
        width: calc(100% - 96px);
        margin: 0 16px;
    }

    .slider__prev,
    .slider__next {
        height: auto;
        width: 32px;
    }
}

@media (max-width: 767px) {
    .slider__prev::before {
        content: "\2190";
    }
    .slider__next::before {
        content: "\2192";
    }
    .slider__col {
        margin-top: 0;
        margin-bottom: 15px;
    }
}

@media (max-width: 425px) {
    .slider {
        padding: 0;
    }
    .swiper-slide-next, .swiper-slide-thumb-active {
        /*width: 90px !important;*/
    }
    .slider__col {
        padding-left: 0;
    }
    .slider__prev, .slider__next {
        width: 15px;
    }
    .slider__thumbs {
        width: calc(100% - 59px);
        height: 84px;
    }
    .brands > li:not(:last-child) {
        margin-right: 10px !important;
    }
}

@media (max-width: 375px) {
    .slider__thumbs {
        width: calc(100% - 71px);
    }
}
@media (max-width: 320px) {
    .slider__thumbs {
        height: 85px;
    }
}
/* end swiper styles */

ul.share-block__list {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.share_block,
.article_text {
    position: absolute;
    top: 100%; /* Размещаем под кнопкой */
    left: 50%; /* Центрируем */
    transform: translateX(-50%);
    opacity: 0; /* Изначально скрыто */
    transition: opacity 0.3s ease;
    pointer-events: none; /* Отключаем события для скрытых блоков */
    z-index: 10; /* Чтобы блоки не перекрывались друг другом */
    background: #fff; /* Для визуальной отладки */
    padding: 10px;
    border-radius: 10px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    margin-top: 10px;
    width: max-content;
}

.article_text::before,
.share_block::before {
    content: "";
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    border-width: 10px;
    border-style: solid;
    border-color: transparent transparent #fff transparent;
}

.article_text p,
.share_block p {
    color: #000;
    font-family: "Inter", "Arial", sans-serif;
    font-size: 14px;
    font-style: normal;
    text-transform: none;
    padding: 0;
    margin: 0;
}

.copysku {
    padding-right: 7px;
}

.share_block a:hover {
    color: #000;
}

.action-link {
    padding-right: 5px;
    padding-top: 2px;
    color: #333;
}

.action-link-block .action-link:hover {
    opacity: 1;
}

.action-link:hover svg {
    opacity: 0.7;
    color: #333;
}

.action-link.article_link {
    position: relative;
    display: inline-block;
}

.article-blocks {
    display: flex;
    align-items: center;
}

.article-value {
    padding-right: 10px;
}


.action_btn {
    height: 18px;
    width: auto;
}

.share_block p,
.article_text p {
    font-size: 13px;
    font-weight: 500;
}

.article_text {
    padding: 0px 5px;
}

.action-link-block {
    display: flex;
    align-items: center;
    flex-direction: row;
}




@media (max-width: 1440px) {
    .action_btn {
        height: 16px;
    }
}
@media (max-width: 425px) {
    .product__codes tr {
        flex-direction: column;
    }
    .article-blocks {
        align-items: flex-start;
        flex-direction: column;
    }
}

.accordion__element.disable-arrow .product__documents-link::after {
    display: none;
}

.product__link {
    position: relative;
}

.product__link.analog-link:after {
    position: absolute;
    top: 50%;
    right: -20px;
    width: 16px;
    height: 16px;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 50%;
    content: "";
    transform: translateY(-50%) rotate(0deg);
    -o-transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
    background-image: url("/local/templates/remer/components/bitrix/catalog.element/catalog/./images/icon-arrow-white.svg");
    background-color: #2d2d2d;
}

/* End */


/* Start:/local/templates/remer/components/bitrix/catalog.element/catalog/themes/blue/style.css?16260819241064*/
/* catalog.section */

/*
#3052bf
#26b0e4
#00a2df
*/

/* Slider */
.bx-blue .product-item-image-slider-progress-bar { background-color: #0083d1; }

.bx-blue .product-item-image-slider-control:hover { background-color: rgba(0, 131, 209, .8); }

.bx-blue .product-item-image-slider-control.active,
.bx-blue .product-item-image-slider-control:hover { background-color: #0083d1; }

.bx-blue .product-item-selected-scu,
.bx-blue .product-item-detail-slider-controls-image:hover,
.bx-blue .product-item-detail-slider-controls-image.active { outline-color: #006cc0; }

/* SCU */
.bx-blue .product-item-scu-item-text-block:hover,
.bx-blue .product-item-scu-item-color-block:hover,
.bx-blue .product-item-scu-item-text-container.selected .product-item-scu-item-text-block,
.bx-blue .product-item-scu-item-color-container.selected .product-item-scu-item-color-block { outline-color: #006cc0; }

/* Amount */
.bx-blue .product-item-amount-field:focus { border-color: #006cc0; }

/*Proress Bar*/
.bx-blue .product-item-detail-slider-progress-bar { background-color: #006cc0; }
/* End */
/* /local/templates/remer/components/bitrix/catalog.element/catalog/style.css?176096249811436 */
/* /local/templates/remer/components/bitrix/catalog.element/catalog/themes/blue/style.css?16260819241064 */
