div[class*="_popup"]{display:flex;justify-content:center;align-items:center;width:100%;height:100%;text-align:center;opacity:0;will-change:backdrop-filter;visibility:hidden;position:fixed;inset:0;z-index:999;background-color:rgba(0,0,0,0.45);backdrop-filter:blur(20px);--webkit-backdrop-filter:blur(20px);transition:all 400ms ease 0ms}div[class*="_popup"].active{opacity:1;visibility:visible}div[class*="_popup"].active2{opacity:1;visibility:visible}div[class*="_popup"] .boxes{overscroll-behavior-y:none}div[class*="_popup"]:not(.buy_popup) .close:not(.btn){border:0;padding:0;z-index:999;cursor:pointer;overflow:hidden;background:transparent;position:absolute;right:20px;top:20px;width:36px;height:36px;transition:all 400ms ease 0ms}div[class*="_popup"]:not(.buy_popup) .close:not(.btn)::before{content:"";display:block;position:absolute;inset:0;background-color:#000000;-webkit-mask-image:url('../../img/close.svg');mask-image:url('../../img/close.svg');-webkit-mask-repeat:no-repeat;-webkit-mask-position:center center;-webkit-mask-size:30px 30px;mask-repeat:no-repeat;mask-position:center center;mask-size:30px 30px;margin:0;transition:all 400ms ease 0ms}.notouch div[class*="_popup"]:not(.buy_popup) .close:not(.btn):is(:hover,:focus)::before{background-color:#E50119;transform:rotate(-180deg)}.text_popup .boxes{min-width:200px;text-align:center;position:relative;width:calc(100% - 110px);max-width:370px;padding:40px 50px;display:inline-block;background-color:#ffffff;box-shadow:8px 8px 30px -10px rgba(0,0,0,0.5)}.text_popup .warning{text-transform:uppercase;display:block;margin:0 0 15px;text-align:center;font-size:20px;line-height:26px;font-weight:600;color:#000000}.text_popup .text{z-index:100;position:relative;margin:10px 0;text-align:center}.text_popup .text p{margin:5px 0}.text_popup .btn{z-index:100;position:relative}@media screen and (max-width:768px){.text_popup .boxes{padding:25px 40px}.text_popup .warning{font-size:16px;line-height:20px}}.popup_popup{display:none;justify-content:center;align-items:center;width:100%;height:100%;text-align:center;opacity:0;position:fixed;left:0;right:0;top:0;bottom:0;z-index:99998;transition:all 400ms ease 0ms}.popup_popup::before{position:absolute;top:0;left:0;right:0;bottom:-100px;display:block;content:"";background-color:rgba(0,0,0,0.8);z-index:0}.popup_popup .boxes{text-align:center;position:relative;width:calc(100% - 60px);max-width:500px;padding:0;left:0;display:inline-block;background-color:#ffffff;box-shadow:8px 8px 30px -10px rgba(0,0,0,0.5)}.popup_popup .warning{text-transform:uppercase;display:block;margin:0 0 15px;text-align:center;font-size:20px;line-height:26px;font-weight:600;color:#000000}.popup_popup img{margin:0 auto;display:block;max-width:100%;max-height:600px;height:auto}.popup_popup .text{display:block;z-index:100;position:relative;margin:0;padding:0;text-align:center;overflow-y:auto;max-height:calc(100vh - 120px)}.popup_popup .text .padding{padding:20px}.popup_popup .text .text_box,.popup_popup .text .text_box *{text-align:center}.form_popup .boxes{border-radius:18px;overflow:auto;width:90%;box-sizing:border-box;max-width:650px;text-align:center;position:relative;padding:60px;left:0;display:block;background-color:#ffffff;max-height:90vh;box-shadow:8px 8px 30px -10px rgba(0,0,0,0.5)}.address_popup .boxes{opacity:0;visibility:hidden}.address_popup.active .boxes{opacity:1;visibility:visible}.form_popup .sub_title{font-size:16px;line-height:24px;font-weight:700;text-transform:uppercase;text-align:center;margin:0;padding:0;color:#E50119}.form_popup .h1{font-size:30px;line-height:36px;margin:0;text-transform:none}.form_popup .text{padding:10px 0 30px}.form_popup .text p{font-size:18px;line-height:24px;font-weight:400;margin:0}.form_popup .text p strong{font-weight:600}.form_popup table{table-layout:fixed;margin-top:20px;width:100%;border-collapse:collapse;border-spacing:0}.form_popup table th{text-align:left;padding:25px 0 5px;font-size:14px;font-weight:600;line-height:26px}.form_popup table th+td{width:100px;text-align:right;padding:25px 0 5px}.form_popup table th span{color:#E50119}.form_popup table th.padding{padding:10px 0 2px 15px;font-weight:500}.form_popup table th.padding+td{text-align:right;padding:8px 0 8px}.form_popup table td{text-align:left;padding:0;font-size:14px;font-weight:400;line-height:26px}.form_popup table td.padding{padding:0 0 0 15px}.form_popup table td .input_box{display:flex;justify-content:flex-end;gap:4px;align-items:center}.form_popup table td .input_box input{border:none;border-bottom:1px solid #D2D3D4;width:34px;height:26px;text-align:center;font-size:14px}.form_popup table td .input_box button{font-size:0;position:relative;border-radius:20px;width:22px;height:22px;background:#414042;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all 400ms ease 0ms}.form_popup table td .input_box button::before{z-index:10;position:absolute;inset:0;display:block;content:"";background-color:#fff;-webkit-mask-repeat:no-repeat;-webkit-mask-position:center center;-webkit-mask-size:12px 12px;mask-repeat:no-repeat;mask-position:center center;mask-size:12px 12px;transition:all 400ms ease 0ms}.form_popup table td .input_box button.btn-increment::before{-webkit-mask-image:url('../../img/plus.svg');mask-image:url('../../img/plus.svg')}.form_popup table td .input_box button.btn-decrement::before{-webkit-mask-image:url('../../img/minus.svg');mask-image:url('../../img/minus.svg')}.notouch .form_popup table td .input_box button:is(:hover,:focus){background-color:#E50119}.form_popup label.place_in{cursor:text;width:100%;display:block;position:relative}.form_popup input[type=text]{border-radius:6px;border:1px solid #F1F3F6;width:100%;background-color:#F1F3F6;box-sizing:border-box;font-size:14px;line-height:24px;padding:8px 15px;color:#000000;transition:all 400ms ease 0ms}.form_popup input[type=text].red_warning,.form_popup textarea.red_warning{border-color:#E72628 !important}.form_popup input[type=text]:-webkit-autofill{-webkit-box-shadow:0 0 0 1000px #F1F3F6 inset}.form_popup input[readonly]{border:1px solid #e6e7e8 !important;background-color:#efefef}.form_popup textarea{border-radius:6px;display:block;resize:none;height:80px;border:1px solid #F1F3F6;width:100%;background-color:#F1F3F6;box-sizing:border-box;font-size:14px;line-height:24px;padding:5px 15px;color:#000000;transition:all 400ms ease 0ms}.form_popup textarea:-webkit-autofill{-webkit-box-shadow:0 0 0 1000px #F1F3F6 inset}.form_popup input[type=text]:focus,.form_popup textarea:focus{border:1px solid #E50119}.form_popup p.gdpr,.form_popup p.gdpr a{font-size:12px;line-height:18px}.form_popup p.gdpr a{font-weight:600;text-decoration:underline;transition:all 400ms ease 0ms}.notouch .form_popup p.gdpr a:is(:hover,:focus){color:#E50119}.form_popup p.gdpr+button[type=submit]{width:100%;padding-left:0;padding-right:0;border-radius:6px}@media screen and (max-width:1000px){.form_popup .text{padding:8px 0 20px}.form_popup .text p{font-size:16px;line-height:24px}}@media screen and (max-width:700px){.form_popup .boxes{padding:60px 30px 30px}.form_popup .file .uploadFile{width:calc(100% - 120px) !important}.form_popup .file .fileUpload .btn{width:78px}}@keyframes ajax_loader{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}.ajax_loader{z-index:101;overflow:hidden;position:absolute;left:50%;top:50%;transform:translateX(-50%) translateY(-50%);text-indent:-9999px;display:inline-block;width:35px;aspect-ratio:1;--c:no-repeat linear-gradient(#E50119 0 0);background:var(--c) 0 0,var(--c) 100% 0,var(--c) 100% 100%,var(--c) 0 100%;animation:l2-1 2s infinite,l2-2 2s infinite}.ajax_loader.top{bottom:initial;top:100px}.ajax_loader.bottom{bottom:100px;top:initial}[class*="_list"] .ajax_container{position:absolute;left:0;right:0;top:50px;bottom:50px;opacity:1 !important;z-index:101;text-align:center}[class*="_list"] .ajax_loader{top:300px;position:sticky;position:-webkit-sticky;left:0;right:0;margin:0 auto;transform:none}.ajax_opacity{user-select:none;position:relative}.ajax_opacity::before{content:"";position:absolute;left:0;right:0;top:0;bottom:0;z-index:100}.ajax_opacity>*{opacity:.4 !important;transition:opacity 400ms ease 0ms}.ajax_opacity .ajax_loader{opacity:1 !important}@keyframes l2-1{0%{background-size:0 4px,4px 0,0 4px,4px 0}12.5%{background-size:100% 4px,4px 0,0 4px,4px 0}25%{background-size:100% 4px,4px 100%,0 4px,4px 0}37.5%{background-size:100% 4px,4px 100%,100% 4px,4px 0}45%,55%{background-size:100% 4px,4px 100%,100% 4px,4px 100%}62.5%{background-size:0 4px,4px 100%,100% 4px,4px 100%}75%{background-size:0 4px,4px 0,100% 4px,4px 100%}87.5%{background-size:0 4px,4px 0,0 4px,4px 100%}100%{background-size:0 4px,4px 0,0 4px,4px 0}}@keyframes l2-2{0%,49.9%{background-position:0 0,100% 0,100% 100%,0 100%}50%,100%{background-position:100% 0,100% 100%,0 100%,0 0}}/*# sourceMappingURL=popup.css.map */