.popup{display:none;position:fixed;z-index:1000;left:0;top:0;width:70%;background-color:rgba(28,8,10,.8);backdrop-filter:blur(5px);border-radius:30px}.popup{display:none;position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:0 0 10px rgba(0,0,0,.1);z-index:1000}.popup.active{display:flex;justify-content:center;align-items:center}.popup-wrapper{display:flex;position:relative;width:100%;max-width:1150px;margin:auto;padding:40px;flex-direction:row;align-items:center;justify-content:space-between;border-radius:30px;background:linear-gradient(180deg,#680C1C 0%,#210D0F 41%);box-shadow:inset 0 0 10px 1px #ffffff3d}.popup-wrapper .close-button{padding:20px;line-height:20px;font-size:40px}.overlay{display:none;position:fixed;top:0;left:0;width:100%;height:100%;backdrop-filter:blur(3px);background:rgba(9,15,30,.8);z-index:999}.overlay.active{display:block}.popup-west-side{width:50%;position:relative;left:-50px}.popup-east-side{display:flex;flex-direction:column;justify-content:center;gap:20px;position:relative;width:60%}.close-button{position:absolute;top:0;right:0;min-width:15px;min-height:15px}.popup-west-side img{width:100%;height:auto}.popup-east-side-text{display:flex;flex-direction:column;justify-content:center;gap:5px;color:#fff}.popup-east-side-text p{font-size:2.4rem;font-weight:700;line-height:48px;margin:0;color:#fff}.popup-east-side form{display:flex;flex-direction:column;gap:15px;justify-content:center;width:100%}.popup-east-side form textarea{height:100px}.popup-east-side form input,.popup-east-side form textarea{font-size:1rem;line-height:10px;font-weight:400;padding:10px;border:0;border-radius:.25rem;background-color:#fff;outline:none;resize:none;color:#000;width:100%}.popup-east-side form input:focus,.popup-east-side form textarea:focus{outline:none}.popup-east-side form input::placeholder,.popup-east-side form textarea::placeholder{color:#8c8c8c}.popup-east-side form input[type=submit]{color:#fff;background:#d91023;cursor:pointer;font-weight:600}.popup-east-side form input{padding:15px;border-radius:12px;line-height:normal}.popup-submit{background:#d91023;box-shadow:inset 0 0 10px 2px #ffffffad;transition:1s}.popup-submit:hover{opacity:.8}@media(max-device-width:766px){.popup{width:95%}.popup-east-side{width:100%}}.popup-modal{display:none;position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);z-index:1000;width:40%;max-width:500px;background-color:rgba(0,0,0,.5);overflow:auto;padding:10px;color:#fff}.modal-content{background-color:#fefefe;padding:20px;text-align:center;font-size:22px;color:#000;border:1px solid #888;position:relative}.close-button{color:#fff;font-size:28px;font-weight:700;cursor:pointer;border:none;background-color:transparent}.popup-modal .close-button{top:-7px;min-width:24px;color:#000;transition:.3s linear}.popup-modal .close-button:hover{color:#202020}.close-button:hover,.close-button:focus{color:#ccc;text-decoration:none;background-color:transparent}@keyframes fadeInOut{0%{opacity:0}10%{opacity:1}90%{opacity:1}100%{opacity:0}}.loading{display:none;text-align:center;font-size:16px;color:#333}.popup-checkbox{display:flex;align-items:start;gap:10px}.popup-checkbox label{font-size:11px;color:#adadad;text-align:justify;line-height:1.2;padding-bottom:5px}#mailCheck{margin-top:-8px;width:30px;height:30px;accent-color:#0049ff}@media(max-device-width:768px){.popup-modal{width:90%}}@media(max-device-width:950px){.popup-west-side{display:none}.popup-east-side{width:100%}}@media(max-device-width:700px){.popup-wrapper{width:100%}}@media(max-device-width:500px){.popup-east-side-text p{font-size:2rem}.popup-checkbox label{font-size:9px}}