.overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.7);display:none;align-items:center;justify-content:center;z-index:9999}.modal{background:#fff;padding:20px;border-radius:8px;box-shadow:0 0 10px rgba(0,0,0,.3);text-align:center}.modal p{font-size:18px;font-weight:700}.overlay-text{position:absolute;color:#fff;font-size:30px;z-index:10000}body.modal-open,body.no-scroll{overflow:hidden}.list .item-wrap svg:first-child,.list .item-wrap svg:first-of-type{display:none}.list .item-wrap svg:last-of-type,.list .item-wrap svg:nth-child(2){background:beige;border-radius:50%;padding:2px;width:20px;height:20px;fill:none;stroke:green;stroke-width:2}.modalWindow{position:fixed;top:0;left:0;width:100vw;height:100vh;background-color:rgba(0,0,0,.8);display:none;justify-content:center;align-items:center;z-index:9999;overflow:hidden}.modalWindow[style*="display: block"],.modalWindow[style*="display: flex"]{display:flex!important}.modalWindow-container{position:relative;width:90%;max-width:1200px;aspect-ratio:16/9;background:#000;border-radius:8px;overflow:hidden}.modalWindow-video,.modalWindow-video-container{width:100%;height:100%}.modalWindow-video iframe{position:absolute;top:0;left:0;width:100%!important;height:100%!important;border:none}.close{position:absolute;top:-30px;right:-30px;background:#fff;border-radius:50%;cursor:pointer;z-index:10000;color:#000}@media (max-width:768px){.modalWindow-container{width:100%}.close{top:-20px;right:-20px}}