.modal__wrap{position:fixed;top:0;left:0;z-index:200}.modal{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);z-index:20;max-height:calc(100vh - 150px);overflow-y:auto;-webkit-overflow-scrolling:touch;box-shadow:0 2px 8px rgba(0,0,0,.176)}.modal__close-btn{position:absolute;width:20px;height:20px;top:0;right:0;cursor:pointer}.modal__close-btn:after,.modal__close-btn:before{width:2px;height:14px;left:9px;top:3px;transform:rotate(45deg);content:"";position:absolute;background-color:#a6aec0;border-radius:2px;transition:.2s}.modal__close-btn:after{transform:rotate(-45deg)}@media (min-width:1025px){.modal__close-btn:hover:after,.modal__close-btn:hover:before{background-color:#717171}}.modal__overlay{background-color:rgba(0,0,0,.46);position:absolute;left:0;top:0;width:100vw;height:100vh;z-index:10}.popup{padding:16px 16px 24px 16px;width:auto;background-color:#fff;border-radius:4px}@media (max-width:1020px){.popup{width:100%}}.popup--small{width:370px;padding:45px 16px 16px 16px}@media (max-width:540px){.popup--small{width:300px;padding:29px 16px 16px 16px}}.popup--small .popup-header__description{text-align:center}.popup--small .popup__btn{margin-right:16px}.popup--medium{width:620px}@media (max-width:620px){.popup--medium{width:100%}}.popup--medium-permission{width:620px;height:360px}@media (max-width:620px){.popup--medium-permission{width:100%}}.popup--employee{padding:0;padding-bottom:16px}.popup--employee~.modal__close-btn{display:none}.popup--scroll{overflow-y:auto}.popup--scroll::-webkit-scrollbar{width:6px}.popup--scroll::-webkit-scrollbar-thumb{background-color:#e8403f;border-radius:10px}.popup__item{margin-bottom:16px}.popup__item:last-child{margin-bottom:0}.popup__item--select{padding-top:22px}.popup__item--select .select{width:100%}.popup__item--select .select__title{top:-23px;font-size:14px;color:#a6aec0;font-weight:400}.popup__item--select .select__field{width:100%}.popup__item-title{margin-bottom:4px;display:block;font-size:14px;color:#a6aec0}.popup__btns{display:flex;align-items:center}.popup__btns--center{justify-content:center}.popup__btns--right{justify-content:flex-end}.popup__btns--space{justify-content:space-between}.popup__btn{margin-right:8px;padding:4px;min-width:80px;height:34px;border-radius:4px}.popup__btn:last-child{margin-right:0}.popup__btn:disabled{color:#f7f2f2;cursor:not-allowed;opacity:.4}.popup-header__description{font-size:15px;color:#717171;display:block;margin-bottom:24px}