

/* 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?17522341076062*/
.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/templates/authorize/template_styles.css?17522341122*/
Œ
/* End */
/* /bitrix/templates/.default/ajax/ajax.css?1746115135448 */
/* /local/components/ilab/bitrix24.callback/templates/.default/style.css?17522341076062 */
/* /local/templates/authorize/template_styles.css?17522341122 */
