.modal{background:#fff;border-radius:24px;max-height:90vh;overflow:auto;padding:40px;position:relative;width:600px}.modal__close{background:transparent;color:#212124;display:block;position:absolute;right:43px;top:43px;transition:color .2s}.modal__close:hover{color:var(--brand)}.modal__close:after{background:currentColor;content:"";display:block;height:18px;-webkit-mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' fill='none' viewBox='0 0 18 18'%3E%3Cpath fill='%23f2f3f5' d='M7 9 0 2.5 2.25 0 9 6.5 15.75 0 18 2.5 11 9l7 6.5-2.25 2.5L9 11.5 2.25 18 0 15.5z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' fill='none' viewBox='0 0 18 18'%3E%3Cpath fill='%23f2f3f5' d='M7 9 0 2.5 2.25 0 9 6.5 15.75 0 18 2.5 11 9l7 6.5-2.25 2.5L9 11.5 2.25 18 0 15.5z'/%3E%3C/svg%3E");-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:contain;mask-size:contain;width:18px}@media(max-width:1140px){.modal{border-radius:0;max-height:none;padding:16px;width:100%}.modal__close{align-items:center;background:#2637580f;border-radius:100%;display:flex;height:32px;justify-content:center;right:16px;top:16px;width:32px}.modal__close:after{background:#898991;height:12px;width:12px}}.popup{height:100%;left:0;position:fixed;top:0;width:100%;z-index:999}.popup--enter{opacity:0}.popup--enter-active{opacity:1;transition:opacity .3s}.popup--exit{opacity:1}.popup--exit-active{opacity:0;transition:opacity .3s}.popup__background{background:#000000a6;height:100%;width:100%}.popup__body{left:50%;position:absolute;top:50%;transform:translate(-50%) translateY(-50%)}@media(min-width:1140px){.popup--enter .popup__body{transform:translate(-50%) translateY(0) scale(.5)}.popup--enter-active .popup__body{transition:transform .3s}.popup--enter-active .popup__body,.popup--exit .popup__body{transform:translate(-50%) translateY(-50%)}.popup--exit-active .popup__body{transform:translate(-50%) translateY(0) scale(.5);transition:transform .3s}}@media(max-width:1140px){.popup__body{bottom:0;display:flex;flex-direction:column;height:auto;justify-content:flex-end;left:0;max-height:100%;overflow:auto;top:auto;transform:none;width:100%}.popup--enter .popup__body{transform:translateY(100%)}.popup--enter-active .popup__body{transform:none;transition:transform .3s}.popup--exit .popup__body{transform:none}.popup--exit-active .popup__body{transform:translateY(100%);transition:transform .3s}}.text-modal__title{font-family:SF Pro Display,Arial}.text-modal__content ul{list-style-position:outside;list-style-type:disc;padding-left:16px}.text-modal__content ul li::marker{color:var(--brand)}.text-modal__title{font-size:22px;font-weight:700;line-height:26px;margin-bottom:12px;padding-right:100px}.text-modal__content{font-size:16px;font-weight:400;line-height:24px}.text-modal__content p,.text-modal__content ul,.text-modal__content ul li{margin-bottom:12px}.text-modal__footer{margin-top:24px}@media(max-width:1140px){.text-modal__title{font-size:20px;font-weight:600;letter-spacing:.38px;line-height:28px;margin-bottom:16px}.text-modal__content{overflow:auto;padding-bottom:70px}.text-modal__footer{background:#fff;bottom:0;left:0;margin-top:0;padding:16px;position:fixed;right:0}.text-modal__footer .btn{width:100%}}
