#av-waiting-screen{top:0;left:0;right:0;bottom:0;position:fixed;z-index:3000}#av-waiting-screen>div{animation:spin 2s linear infinite;border:2px solid transparent;border-top-color:#8dc04b;border-radius:50%;margin:-40px 0 0 -40px;position:relative;left:50%;top:50%;width:80px;height:80px}#av-waiting-screen>div::before{animation:spin 3s linear infinite;border:2px solid transparent;border-top-color:#8ba2af;border-radius:50%;content:"";position:absolute;top:5px;left:5px;right:5px;bottom:5px}#av-waiting-screen>div::after{animation:spin 1.5s linear infinite;border:2px solid transparent;border-top-color:#86b747;border-radius:50%;content:"";position:absolute;top:15px;left:15px;right:15px;bottom:15px}@-webkit-keyframes spin
    {
    0%   {transform: rotate(0deg)}
    100% {transform: rotate(360deg)}
    }@keyframes spin
    {
    0%   {transform: rotate(0deg)}
    100% {transform: rotate(360deg)}
    }#av-blur-screen{background:#000;opacity:0;position:fixed;top:0;left:0;right:0;bottom:0}.av-alert-popup{background:#fff;box-shadow:0 4px 8px rgba(76,82,85,.25);padding:30px;max-width:500px}.av-alert-popup .content{align-items:center;display:flex;height:100%}.av-alert-popup:not(.simple) .image
    {background-repeat:no-repeat;background-size:contain;margin-right:20px;width:64px;height:64px}.av-alert-popup.ok .image{background-image:url(/bitrix/images/av/alert-popup/xok.png.pagespeed.ic.aCTgNNywW4.png)}.av-alert-popup.alert .image{background-image:url(/bitrix/images/av/alert-popup/xalert.png.pagespeed.ic.CCCAxPXMQi.png)}.av-alert-popup:not(.simple) .text  {width:calc(100% - 84px)}.av-alert-popup.simple .text{width:100%}.av-alert-popup .close-form-button{background:url(/bitrix/images/av/alert-popup/xclose.png.pagespeed.ic.SB8p0z3DuV.png) center center no-repeat;background-size:16px;cursor:pointer;opacity:.4;position:absolute;right:0;top:0;transition:linear .5s;width:30px;height:30px}.av-alert-popup .close-form-button:hover{opacity:1;transition:linear .5s}