.modal{align-items:center;display:flex;height:100%;justify-content:center;left:0;overflow-y:auto;overscroll-behavior:contain;position:fixed;text-align:left;top:0;width:100%;z-index:99999}.modal--sent .modal__wrapper{max-width:600px}.modal__overlay{align-items:center;background:#223344d9;display:flex;inset:0;justify-content:center;position:fixed;z-index:99}.modal__wrapper{background-color:#fff;border-radius:4px;max-height:100%;max-width:800px;overflow-y:auto;overscroll-behavior:contain;padding:0;position:relative;width:100%;z-index:9999}.modal__close{background:transparent;background:url(../images/ico-close.svg) no-repeat 50%;border:0;cursor:pointer;height:40px;opacity:.8;padding:15px;position:absolute;right:0;top:0;transition:opacity .2s linear;width:40px}.modal__close:hover{opacity:1}.modal__header{background:var(--color-bg);padding:30px}.modal__form{padding:30px}.modal__form-row{display:grid}.modal__form-row--col-2{gap:30px;grid-template-columns:1fr 1fr}@media screen and (max-width:767px){.modal__form-row--col-2{gap:0;grid-template-columns:1fr}}.modal__form-submit{margin:30px 0 15px;text-align:center}@media screen and (max-width:767px){.modal__form-submit{margin-top:15px}}.modal__name{font-size:24px;font-weight:600;line-height:28px}
