.modal{background:#fff;border-radius:24px;width:600px;max-height:90vh;padding:40px;position:relative;overflow:auto}@media (width<=1140px){.modal{border-radius:0;width:100%;max-height:none;padding:16px}}.modal__close{color:#212124;background:0 0;transition:color .2s;display:block;position:absolute;top:43px;right:43px}.modal__close:hover{color:var(--brand)}@media (width<=1140px){.modal__close{background:#2637580f;border-radius:100%;justify-content:center;align-items:center;width:32px;height:32px;display:flex;top:16px;right:16px}}.modal__close:after{content:"";background:currentColor;width:18px;height:18px;display:block;-webkit-mask-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='18'%20height='18'%20viewBox='0%200%2018%2018'%20fill='none'%3e%3cpath%20d='M6.99997%209.00006L0%202.5L2.25%200L8.99992%206.5L15.75%200L18%202.5L10.9999%209.00006L18%2015.5001L15.75%2018.0001L8.99992%2011.5001L2.25%2018.0001L0%2015.5001L6.99997%209.00006Z'%20fill='%23F2F3F5'/%3e%3c/svg%3e");mask-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='18'%20height='18'%20viewBox='0%200%2018%2018'%20fill='none'%3e%3cpath%20d='M6.99997%209.00006L0%202.5L2.25%200L8.99992%206.5L15.75%200L18%202.5L10.9999%209.00006L18%2015.5001L15.75%2018.0001L8.99992%2011.5001L2.25%2018.0001L0%2015.5001L6.99997%209.00006Z'%20fill='%23F2F3F5'/%3e%3c/svg%3e");-webkit-mask-size:contain;mask-size:contain;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}@media (width<=1140px){.modal__close:after{background:#898991;width:12px;height:12px}}.popup{z-index:999;width:100%;height:100%;position:fixed;top:0;left:0}.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;width:100%;height:100%}.popup__body{position:absolute;top:50%;left:50%;transform:translate(-50%)translateY(-50%)}@media (width<=1140px){.popup__body{flex-direction:column;justify-content:flex-end;width:100%;height:auto;max-height:100%;display:flex;top:auto;bottom:0;left:0;overflow:auto;transform:none}.popup--enter .popup__body{transform:translateY(100%)}.popup--enter-active .popup__body{transition:transform .3s;transform:none}.popup--exit .popup__body{transform:none}.popup--exit-active .popup__body{transition:transform .3s;transform:translateY(100%)}}@media (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{transition:transform .3s;transform:translate(-50%)translateY(0)scale(.5)}}.text-modal__title{font-family:SF Pro Display,Arial}.text-modal__content ul{padding-left:18px;list-style-type:disc;list-style-position:outside}.text-modal__content ul li::marker{color:var(--brand)}.text-modal__title{margin-bottom:12px;padding-right:100px;font-size:22px;font-weight:700;line-height:26px}@media (width<=1140px){.text-modal__title{letter-spacing:.38px;margin-bottom:16px;font-size:20px;font-weight:600;line-height:28px}}.text-modal__content{font-size:16px;font-weight:400;line-height:24px}@media (width<=1140px){.text-modal__content{padding-bottom:70px;overflow:auto}}.text-modal__content p,.text-modal__content ul,.text-modal__content ul li{margin-bottom:12px}.text-modal__footer{margin-top:24px}@media (width<=1140px){.text-modal__footer{background:#fff;margin-top:0;padding:16px;position:fixed;bottom:0;left:0;right:0}.text-modal__footer .btn{width:100%}}
