

/* Start:/bitrix/components/cherechukin/v2.catalog.detail/templates/.default/style.css?17815466243369*/
.details-carousel2.flipped div[data-filterid=RENDER] img {transform: scale(-1, 1);}

.fancybox-slide--iframe .fancybox-content {background:#000 !important;opacity:0;}

.feature_guarantee {display:none;}
.optionsitem.active .feature_guarantee {display:block;}








       .bottom-thing {
            padding-top: 22px;
            overflow: hidden;
            display: flex;
            flex-direction: column;
            justify-content: flex-end;
            position: fixed;
            bottom: -100%;
            left: 0;
            z-index: 9;
            width: 100%;
            color: #fff;
            transition: 0.3s;
        }

        .bottom-thing.active {
            bottom: 0;
        }

        .bottom-thing__body {
            box-shadow: 0px -4px 10px 0px rgba(40, 86, 59, 0.15);
            background: #1b9e53;
        }

        .bottom-thing .wrapper {
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 16px;
            position: relative;
            padding: 8px 180px;
        }

        .bottom-thing img {
            aspect-ratio: 588/280;
            height: 70px;
            width: auto;
            position: absolute;
            bottom: 0;
            left: 0;
            z-index: 1;
        }

        .bottom-thing__text {
            font-size: 16px;
            letter-spacing: -0.03em;
            position: relative;
            z-index: 2;
        }

        .bottom-thing__button {
            padding: 0 16px;
            border: none;
            height: 32px;
            display: flex;
            justify-content: center;
            align-items: center;
            border-radius: 4px;
            font-size: 14px;
            line-height: 1;
            font-weight: 700;
            text-transform: uppercase;
            background: #ee7633;
            position: relative;
            transition: 0.3s;
            cursor: pointer;
        }

        .bottom-thing__button:hover {
            background: #fff;
            color: #ee7633;
        }

        .bottom-thing__button svg {
            display: none;
        }

        @media screen and (max-width: 1023.98px) {
            .bottom-thing .wrapper {
                padding: 8px 150px;
            }
        }

        @media screen and (max-width: 767.98px) {
            .bottom-thing .wrapper {
                padding: 8px 12px;
                padding-left: 80px;
                gap: 0;
            }

            .bottom-thing img {
                left: -30px;
            }

            .bottom-thing__text {
                max-width: calc(100% - 32px);
                font-size: 14px;
                padding-right: 16px;
            }

            .bottom-thing__button {
                width: 32px;
                padding: 0;
            }

            .bottom-thing__button svg {
                display: block;
            }

            .bottom-thing__button span {
                display: none;
            }
        }

        @media screen and (max-width: 639.98px) {
            .bottom-thing .wrapper {
                padding-left: 66px;
            }

            .bottom-thing img {
                left: -50px;
            }

            .bottom-thing__text {
                font-size: 13px;
                padding-right: 8px;
            }
        }
/* End */
/* /bitrix/components/cherechukin/v2.catalog.detail/templates/.default/style.css?17815466243369 */
