

/* Start:/bitrix/templates/.default/ajax/ajax.css?1746115135448*/
iframe.waitwindowlocal {position:absolute; border:0px; z-index:9999;}
div.waitwindowlocal {position:absolute; width:25px; height: 25px; padding:0px; z-index:10000; background-color:#FCF7D1; border:1px solid #E1B52D; background-image:url(/bitrix/templates/.default/ajax/images/wait.gif); background-position:center center; background-repeat:no-repeat;}
div.waitwindowlocalshadow {position:absolute; z-index:9998; background-image:url(/bitrix/templates/.default/ajax/images/shadow.gif); border:1px solid #808080;}

/* End */


/* Start:/local/components/ilab/bitrix24.callback/templates/.default/style.css?17521582886062*/
.b24-callback-wrapper {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 10000;
}

@media (min-width: 1279px) {
    .b24-callback-wrapper {
        position: fixed;
        top: 0;
        bottom: 0;
        right: 0;
        left: auto;
        width: 510px;
    }
}

.bx-touch .b24-callback-button-shadow {
    background: rgba(33,33,33,.75);
}

.b24-callback-button-shadow {
    position: fixed;
    background: rgba(33,33,33,.3);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    visibility: hidden;
    z-index: 10000;
}

.b24-callback-button-wrapper.b24-callback-button-position-bottom-right,
.b24-callback-button-wrapper.b24-callback-button-position-bottom-middle,
.b24-callback-button-wrapper.b24-callback-button-position-bottom-left {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    bottom: 101px !important;
    right: 20px !important;
    left: auto !important;
    
    @media (max-width: 960px) {
        bottom: 158px !important;
    }
}

.page-body--cart .b24-callback-button-wrapper.b24-callback-button-position-bottom-right,
.page-body--cart .b24-callback-button-wrapper.b24-callback-button-position-bottom-middle,
.page-body--cart .b24-callback-button-wrapper.b24-callback-button-position-bottom-left {
    @media (max-width: 960px) {
        bottom: 234px !important;
    }
}

.page-body--login .b24-callback-button-wrapper.b24-callback-button-position-bottom-right,
.page-body--login .b24-callback-button-wrapper.b24-callback-button-position-bottom-middle,
.page-body--login .b24-callback-button-wrapper.b24-callback-button-position-bottom-left {
    @media (max-width: 960px) {
        bottom: 101px !important;
    }
}

.page-body--item-product .b24-callback-button-wrapper.b24-callback-button-position-bottom-right,
.page-body--item-product .b24-callback-button-wrapper.b24-callback-button-position-bottom-middle,
.page-body--item-product .b24-callback-button-wrapper.b24-callback-button-position-bottom-left {
    @media (max-width: 960px) {
        bottom: 234px !important;
    }
}

.b24-callback-button-visible {
    visibility: visible;
    -webkit-animation: b24-callback-button-visible 1s ease-out forwards 1;
    animation: b24-callback-button-visible 1s ease-out forwards 1;
}

.b24-callback-button-wrapper {
    position: fixed;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    direction: ltr;
    z-index: 10150;
}

.b24-callback-button-position-bottom-right {
    right: 50px;
    bottom: 50px;
}

@media (max-width: 575.98px) {
    .b24-callback-button-wrapper {
        right: 30px !important;
        bottom: 120px !important;
    }
}

.b24-callback-button-inner-container, .bx-touch .b24-callback-button-inner-container {
    -webkit-transform: scale(.85);
    transform: scale(.85);
    -webkit-transition: transform .3s;
    transition: transform .3s;
}

.b24-callback-button-inner-container {
    position: relative;
    display: inline-block;
}

.b24-callback-button-inner-mask {
    position: absolute;
    top: -8px;
    left: -8px;
    height: 82px;
    min-width: 66px;
    -webkit-width: calc(100% + 16px);
    width: calc(100% + 16px);
    border-radius: 100px;
    background: #00aeef;
    opacity: .2;
}

.b24-callback-button-block {
    width: 66px;
    height: 66px;
    border-radius: 100%;
    box-sizing: border-box;
    overflow: hidden;
    cursor: pointer;
}

.b24-callback-button-pulse-animate {
    -webkit-animation: widgetPulse infinite 1.5s;
    animation: widgetPulse infinite 1.5s;
}

.b24-callback-button-pulse {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    border: 1px solid #00aeef;
    border-radius: 50%;
}

.b24-callback-button-inner-block {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 66px;
    border-radius: 100px;
    background: #00aeef;
    box-sizing: border-box;
}

.b24-callback-button-icon-container {
    position: relative;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.b24-callback-button-icon-animation {
    opacity: 1;
}

.b24-callback-button-inner-item {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    -webkit-transition: opacity .6s ease-out;
    transition: opacity .6s ease-out;
    -webkit-animation: socialRotateBack .4s;
    animation: socialRotateBack .4s;
    overflow: hidden;
    box-sizing: border-box;
}

.b24-callback-window-close {
    position: absolute;
    top: 12px;
    right: 23px;
    width: 28px;
    height: 28px;
    box-sizing: border-box;
    border-radius: 100%;
    border: 0;
    -webkit-appearance: button;
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    padding: 0;
    transition: opacity .3s;
    opacity: .5;
    cursor: pointer;
    outline: 0;
    z-index: 25;
    background-clip: padding-box;
    background-color: rgb(0 174 239);
    text-transform: none;
    overflow: visible;
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}

.b24-callback-window-close:after, .b24-callback-window-close:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1px;
    height: 15px;
    background-color: #fff;
    -webkit-transform: translate(-50%,-50%) rotate(45deg);
    -ms-transform: translate(-50%,-50%) rotate(45deg);
    transform: translate(-50%,-50%) rotate(45deg);
}

.b24-callback-window-close:after {
    -webkit-transform: translate(-50%,-50%) rotate(-45deg);
    -ms-transform: translate(-50%,-50%) rotate(-45deg);
    transform: translate(-50%,-50%) rotate(-45deg);
}
/* End */


/* Start:/local/components/ilab/menu.section/templates/.default/style.css?175215828872*/
#ilab-menu-catalog .catalog-popup__name-wrapper {
    cursor: pointer;
}
/* End */


/* Start:/local/components/ilab/feedback/templates/main.v2/style.css?1752158288810*/
.alert {
    border: none;
    border-radius: 5px;
    font-size: 14px;
    padding: 15px;
    margin-bottom: 20px;
    line-height: 1.5;
}
.alert-danger {
    color: #333;
    background-color: rgb(246 142 95 / 8%);
    margin-top: 20px;
}
.informer {
    color: #2777ED;
    background-color: #1153b512;
    border-radius: 5px;
    font-size: 14px;
    padding: 15px;
    margin-bottom: 20px;
    line-height: 1.5;
    margin-top: 20px;
}
.feedback-popup .input-error {
    color: #d32f2f;
    border: 1px solid #d32f2f;
}
.feedback-popup .input-error::placeholder {
    color: #d32f2f;
}
.feedback-popup__input-name:has(+ input.input-error) {
    color: #d32f2f;
}
.feedback-popup .feedback-popup__input:last-child {
    margin-bottom: 0;
}
.feedback-popup .form-group:last-child {
    margin-bottom: 16px
}
/* End */


/* Start:/local/components/ilab/cookie.banner/templates/main.v2/style.css?17521582881763*/
.cookie-popup {
    background-color: #fff;
    padding: 24px;
    border-radius: 5px;
    box-shadow: 0px 0px 24px 0px rgba(114, 120, 131, 0.25);
    position: fixed;
    right: -150%;
    opacity: 0;
    visibility: hidden;
    bottom: 50px;
    z-index: 10000000000000;
    color: #0D1321;
    font-size: 16px;
    line-height: 26px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    max-width: 536px;
    width: 100%;
    transition: right .7s ease, opacity .3s ease;
    box-sizing: border-box;

    /* Это тоже забирать не надо */
    font-family: sans-serif;
}

.cookie-popup.show {
    left: 50%;
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%);
}

.cookie-popup__text a{
    text-decoration: underline;
    transition: .3s ease;
    color: #0D1321;
}

.cookie-popup__text a:hover {
    color: #F57F20;
}

.cookie-popup__btn a{
    display: inline-block;
    padding: 7px 40px;
    border-radius: 10px;
    background: #727883;
    color: #fff;
    text-decoration: none;
    transition: .3s ease;
}

.cookie-popup__btn a:hover {
    opacity: 90%;
}



@media(max-width: 960px) {
    .cookie-popup.show {
        bottom: 80px;
    }
}


@media(max-width: 767px) {
    .cookie-popup {
        bottom: 0;
        width: 100%;
        max-width: 100%;
        padding: 15px;
        font-size: 14px;
        line-height: 22px;
        gap: 20px;
        box-shadow: 0px 0px 24px 0px rgba(114, 120, 131, 0.25);
        border-radius: 5px 5px 0px 0px;
    }

    .cookie-popup br {
        display: none;
    }

    .cookie-popup.show {
        right: 0;
        bottom: 73px;
        z-index: 5;
    }

    .cookie-popup__btn a {
        padding: 9px 24px;
    }
}
/* End */


/* Start:/local/templates/main_v2/template_styles.css?1752158296896*/
.custom-show-mobile {
    display: none;
}

@media screen and (max-width: 768px) {
    .custom-show-mobile {
        display: block;
    }
    .flex.custom-hide-mobile,
    .custom-hide-mobile {
        display: none;
    }
    iframe[name="cq_popup"] {
        bottom: 20% !important;
    }
}

.lk__select-input-wrapper .add-device__input {
    padding: 13px 35px 13px 13px!important;
}

@media (max-width: 960px) {
    jdiv:not([class]) > jdiv > jdiv.__jivoMobileButton {
        left: auto;
        right: 0;
        margin: 0 20px 57px 0;
    }

    .page-body--item-product jdiv:not([class]) > jdiv > jdiv.__jivoMobileButton,
    .page-body--cart jdiv:not([class]) > jdiv > jdiv.__jivoMobileButton {
        left: auto;
        right: 0;
        margin: 0 20px 133px 0;
    }

    jdiv:not([class]) > jdiv > jdiv.__jivoMobileButton:has(> [class*="__show__"]) {
        right: 190px;
    }
}

/* End */
/* /bitrix/templates/.default/ajax/ajax.css?1746115135448 */
/* /local/components/ilab/bitrix24.callback/templates/.default/style.css?17521582886062 */
/* /local/components/ilab/menu.section/templates/.default/style.css?175215828872 */
/* /local/components/ilab/feedback/templates/main.v2/style.css?1752158288810 */
/* /local/components/ilab/cookie.banner/templates/main.v2/style.css?17521582881763 */
/* /local/templates/main_v2/template_styles.css?1752158296896 */
