body.modalOpen{overflow:hidden;touch-action:none;-ms-touch-action:none}body.fixed{position:fixed}body.modalOpen .wrapper{position:relative;overflow:hidden}.modal__left{position:absolute;top:0;left:0;width:100%}.modal__left .modal__body{width:19.5vw;background-color:#231f20;min-height:100vh;height:100%;box-sizing:border-box;padding:15px 28px}.modal__left .modal__close{position:fixed;top:1.1vw;left:21vw}.modal__title{font-family:"Golos Text",sans-serif;font-weight:900;font-size:1.5vw;line-height:1.8vw;text-transform:uppercase;color:#eee;margin-bottom:1.4vw}.modal__title.center{text-align:center}.modal__thanks{display:flex;flex-direction:column;width:22.75vw;box-sizing:border-box}.modal__thanks_icon{width:6.9vw;margin:0 auto;margin-bottom:1.4vw}.modal__thanks_icon img{width:100%;object-fit:contain}.modal__left .modal__footer{position:fixed;bottom:0;left:0;width:19.5vw;padding:20px;display:flex;justify-content:space-between;box-sizing:border-box;background:#231f20;border-top:1px solid #404042}.modal__thanks_text{font-weight:500;font-size:1vw;line-height:1.15vw;text-align:center;margin-bottom:1.4vw}.modal__thanks button{width:100%}.loader{display:none;position:fixed;top:0;left:0;z-index:1000}.loader__wrapper{width:100vw;height:100vh;display:flex;align-items:center;justify-content:center;background:rgba(35,31,32,.7);backdrop-filter:blur(20px)}.loader.active svg{animation-name:load;animation-duration:1s;animation-iteration-count:infinite;animation-timing-function:linear}@media (max-width:767px){.modal__left .modal__body{width:83.2vw}.modal__title{font-size:6.4vw;line-height:7.7vw;text-transform:uppercase;color:#eee;margin-bottom:5.8vw}.modal__left .modal__close{left:auto;right:29px;top:22px}}