.modal-box__window{position:fixed;top:0;left:0;width:100%;height:100vh;background:rgba(0,0,0,.7);display:none;justify-content:center;align-items:center;z-index:10}@media screen and (max-width: 580px){.modal-box__window{align-items:flex-start}}@media(max-width: 749px){.modal-box__window{overflow:scroll}}.modal-box__window .modal-box__content{width:580px;max-width:95%;height:auto;background:#fff;padding:32px;border-radius:5px;position:relative}.modal-box__window .modal-box__content *{color:#000}.modal-box__window .modal-box__content h2{font-weight:normal}.modal-box__window .modal-box__content p,.modal-box__window .modal-box__content li{font-size:16px;line-height:1.4}@media(max-width: 749px){.modal-box__window .modal-box__content p,.modal-box__window .modal-box__content li{font-size:14px}}.modal-box__window .modal-box__content strong{font-weight:bold}@media screen and (max-width: 580px){.modal-box__window .modal-box__content{margin-top:40px;padding:16px}}.modal-box__window .modal-box__close{position:absolute;right:8px;top:4px;font-size:50px;font-weight:bold;line-height:1;color:#000}@media(max-width: 749px){.modal-box__window .modal-box__close{font-size:40px}}