.form-success-pop-up{background-color:rgba(7,17,42,.8);display:none;height:100vh;left:0;position:fixed;top:0;width:100vw;z-index:1000}.form-success-pop-up.active{align-items:center;display:flex;justify-content:center}.form-success-pop-up__content{background-color:#fff;border-radius:12px;padding:40px;position:relative}.form-success-pop-up .content__close{position:absolute;right:20px;top:20px}.form-success-pop-up .content__close:hover{cursor:pointer}.form-success-pop-up .content__close i{color:#6d7790;font-size:18px}.form-success-pop-up .content__image-wrapper{height:auto;margin:0 14px 24px;max-width:318px}.form-success-pop-up .content__image{display:block;height:100%;object-fit:cover;width:100%}.form-success-pop-up .content__title{color:#0c1c46;font-size:24px;font-weight:600;margin-bottom:9px;text-align:center}.form-success-pop-up .content__desc{font-size:16px;line-height:1.5;text-align:center}@media (max-width:769px){.form-success-pop-up .content__title{font-size:16px}.form-success-pop-up .content__desc{font-size:14px}}@media (max-width:640px){.form-success-pop-up__content{align-items:center;border-radius:0;display:flex;flex-direction:column;left:0;padding:40px 24px;position:absolute;top:0;width:100%}}@media (max-width:500px){.form-success-pop-up .content__image-wrapper{height:auto;margin:0 14px 12px;max-width:318px}}