.modal-sun-overlay{position:fixed;top:0;left:0;right:0;bottom:0;z-index:999999;background:#f6f3ebed;opacity:0;overflow:hidden;transition:.5s ease}.modal-sun-overlay.open{opacity:1}.modal-sun{border:2px solid var(--primary);padding:40px 30px;max-width:510px;overflow-y:auto;position:relative;max-height:100%;border-radius:25px;background:#fff;width:100%;position:absolute;left:50%;top:50%;transform:translate(-50%,-50%)}.modal-sun .modal-in .header_form{margin-bottom:25px;display:flex;flex-direction:column;align-items:center}.modal-sun .header_form .header_form__title{margin:0 0 15px;font-size:24px;text-align:center;line-height:1.3;font-weight:500;text-transform:uppercase}.modal-sun .header_form .header_form__desc{font-size:15px;font-weight:400;line-height:1.5;display:block;text-align:center}.modal-sun .modal-in-thanks .header_thanks{margin-bottom:0}.modal-sun .modal-in-thanks .header_thanks .header_form__title{font-size:21px;line-height:1.4;text-align:center}.modal-sun .modal-in-thanks .header_thanks .desc{font-size:16px;margin-top:30px;display:block}.modal-sun .modal-close{position:absolute;top:15px;right:15px;display:flex;cursor:pointer}.modal-sun .modal-close svg path{stroke:var(--primary)}