.modal-box{backface-visibility:hidden;display:flex;height:calc(var(--vh, 1vh)*100);left:0;position:fixed;top:0;width:100%;z-index:99999}.modal-box--feedback{overflow-y:auto}.modal-box--full .modal-box__content{height:100%;width:100%}.modal-box--bottom{bottom:0;height:auto;top:unset}.modal-box--bottom,.modal-box--bottom .modal-box__content{border-radius:20px 20px 0 0}.modal-box--bottom .modal-box__content-wrap{padding-top:30px}.modal-box__mask{background-color:#212121cc;top:0;right:0;bottom:0;left:0;position:fixed;width:100%}.modal-box__pin{height:60px;left:0;position:absolute;top:-40px;width:100%}.modal-box__pin:before{background-color:#e0e0e0;border-radius:100px;bottom:50%;content:"";height:4px;left:50%;position:absolute;transform:translate(-50%);width:56px}.modal-box__content{background-color:#fff;margin:auto;max-height:calc(var(--vh, 1vh)*100);max-width:100%;position:relative;z-index:1}.modal-box__content-wrap{max-height:100%;max-width:100%;overflow-y:auto;padding:48px 32px;position:relative}@media only screen and (max-width:767px){.modal-box__content-wrap{padding:56px 20px 30px}}.modal-box__close{background-color:transparent;border:0;color:#acacac;cursor:pointer;display:flex;outline:none;position:absolute;right:16px;top:16px;transition:all .2s ease;z-index:2}.modal-box__close:hover{color:#212121}.modal-box__buttons{display:flex;justify-content:center;margin-top:25px}.modal-box__buttons .btn-ok{height:40px;padding-bottom:0;padding-top:0}.modal-box__buttons .btn-ok,.modal-box__response-icon{align-items:center;display:flex;justify-content:center;text-align:center}.modal-box__response-icon{background-color:#13ac5033;border-radius:50%;color:#13ac50;height:56px;margin:0 auto 24px;width:56px}.modal-box__response-icon.response-error{background-color:#f51f2933;color:#f51f29}.modal-box__response-title{font-size:28px;font-weight:700;line-height:1.2;margin-bottom:24px}.modal-box__response-text,.modal-box__response-title{color:#939393;text-align:center}.modal-box--feedback .modal-box__content-wrap{background:#f6f3f6;box-sizing:border-box;max-width:676px;padding:68px;width:100%}.transform-modal-enter-active,.transform-modal-leave-active{transition:all .35s ease}.transform-modal-enter,.transform-modal-leave-to{opacity:0}.transform-modal-enter-active .modal-box__content,.transform-modal-leave-active .modal-box__content{transition:all .35s ease}.transform-modal-enter-from .modal-box__content,.transform-modal-leave-to .modal-box__content{transform:translateY(30px)}
