.ModalThanks{position:fixed;top:0;left:0;z-index:9999999;display:flex;align-items:center;justify-content:center;width:100%;height:100%;text-align:center}.ModalThanks__wrapper{position:relative;z-index:2;width:100%;max-width:570px;padding:50px;margin:auto;background:#fff;border-radius:8px;box-shadow:0 29px 40px -15px #2b2a2b14}@media screen and (max-width:767px){.ModalThanks__wrapper{padding:40px 30px}}.ModalThanks__overlay{position:fixed;top:0;left:0;display:block;width:100%;height:100%;background:#2b2a2b33}.ModalThanks__scroll{width:100%;max-height:100%;padding:30px 0;overflow:auto}.ModalThanks__title{margin-bottom:24px;font-size:42px;font-weight:700;line-height:48px;color:var(--color-text)}.ModalThanks__subtitle{margin-bottom:56px;font-size:18px;font-weight:700;line-height:22px;color:#fc4878;text-transform:uppercase}.ModalThanks__icon{width:60px;height:60px;margin:0 auto}.ModalThanks__close{position:absolute;top:15px;right:15px;display:block;width:40px;height:40px;cursor:pointer;background-color:#f9fbfc;background-image:url(../images/ico-modal-close.svg);background-repeat:no-repeat;background-size:contain;border:0;border-radius:50%;box-shadow:none;transition:background-color .2s ease}.ModalThanks__close:hover{background-color:#f2f5f6}
