.modal{width:100%;height:100%;position:fixed;left:0;top:0;z-index:1000;background-color:#151321;overflow:auto}.modal::-webkit-scrollbar{width:10px}.modal::-webkit-scrollbar-track{background:#f1f1f1}.modal::-webkit-scrollbar-thumb{background:#888}.modal::-webkit-scrollbar-thumb:hover{background:#555}.container{width:100%;max-width:1520px;margin:0 auto;padding:0 20px}.mpdal-header{justify-content:space-between;padding:20px 0}.modal-close__btn,.mpdal-header{display:flex;align-items:center}.modal-close__btn p{font-family:Golos Text;font-weight:500;font-size:12px;line-height:14px;letter-spacing:.1em;text-transform:uppercase;color:#fff}.modal-close__btn .close-btn{width:60px;height:60px;border-radius:50%;margin-left:20px;background-color:rgba(255,255,255,.1098039216);display:flex;align-items:center;justify-content:center}.modal-close{transform:translateY(100%)}.modal-close,.modal-open{transition:all .2s linear}.modal-open{transform:translateY(0)}@media(max-width:640px){.close-btn{width:50px!important;height:50px!important}.close-btn svg{width:20px;height:20px}}