#products-form .modal{display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;z-index:10}#products-form .modal .products-modal{background:#ffffff;height:auto;width:1180px;border-radius:20px}#products-form .modal .products-modal .modal_inner{width:100%;position:relative;padding:70px 24px 49px 24px}@media (min-width: 480px){#products-form .modal .products-modal .modal_inner{padding:59px 20px 49px 20px}}@media (min-width: 992px){#products-form .modal .products-modal .modal_inner{padding:59px 149px 49px 149px}}#products-form .modal .products-modal .modal_inner .close_modal{width:43px;height:43px;font-size:25px;border:3px solid #bcbcbc;background-color:transparent;color:#bcbcbc;line-height:38px;position:absolute;top:40px;right:16px;margin:0}@media (min-width: 480px){#products-form .modal .products-modal .modal_inner .close_modal{right:40px}}#products-form .modal .products-modal .modal_inner .form-step .header{text-align:center;width:100%;margin-bottom:46px}#products-form .modal .products-modal .modal_inner .form-step .header .section-title{font-size:1.25rem;font-weight:600;display:block}#products-form .modal .products-modal .modal_inner .form-step .header .section-subtitle{margin-top:12px;font-size:2.25rem;font-weight:100;display:block}#products-form .modal .products-modal .modal_inner .form-step .products-form-form .form_body{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;gap:30px 90px}@media (min-width: 992px){#products-form .modal .products-modal .modal_inner .form-step .products-form-form .form_body{display:-ms-grid;display:grid;-ms-grid-columns:1fr 1fr;grid-template-columns:1fr 1fr}}#products-form .modal .products-modal .modal_inner .form-step .products-form-form .form_body .input_wrapper.fullwidth{-ms-grid-column:span 2;grid-column:span 2}#products-form .modal .products-modal .modal_inner .form-step .products-form-form .form_body .input_wrapper.agree{display:-ms-flexbox;display:flex;margin-top:10px}#products-form .modal .products-modal .modal_inner .form-step .products-form-form .form_body .input_wrapper.agree input{display:none}#products-form .modal .products-modal .modal_inner .form-step .products-form-form .form_body .input_wrapper.agree input:checked+label:before{content:'✔'}#products-form .modal .products-modal .modal_inner .form-step .products-form-form .form_body .input_wrapper.agree label{font-size:0.75rem;cursor:pointer;position:relative;padding-left:40px;line-height:1.125rem}#products-form .modal .products-modal .modal_inner .form-step .products-form-form .form_body .input_wrapper.agree label:before{width:21px;height:21px;display:block;background-color:#f1f1f1;border:1px dashed #c9c9c9;content:'';border-radius:6px;top:0;left:0;position:absolute;font-size:16px;line-height:24px;text-align:center}#products-form .modal .products-modal .modal_inner .form-step .products-form-form .form_body .input_wrapper.agree.input_error label{color:red}#products-form .modal .products-modal .modal_inner .form-step .products-form-form .form_body .input_wrapper.submit{text-align:center;margin-top:4px}#products-form .modal .products-modal .modal_inner .form-step .products-form-form .form_body .input_wrapper.input_error input{border-color:red}#products-form .modal .products-modal .modal_inner .form-step .products-form-form .form_body .input_wrapper.input_error input::-webkit-input-placeholder{color:red}#products-form .modal .products-modal .modal_inner .form-step .products-form-form .form_body .input_wrapper.input_error input:-ms-input-placeholder{color:red}#products-form .modal .products-modal .modal_inner .form-step .products-form-form .form_body .input_wrapper.input_error input::placeholder{color:red}#products-form .modal .products-modal .modal_inner .form-step .products-form-form .form_body .input_wrapper.input_error .v-select .vs__dropdown-toggle .vs__selected-options .vs__search{border-color:red}#products-form .modal .products-modal .modal_inner .form-step .products-form-form .form_body .input_wrapper input::-webkit-input-placeholder{color:#6a6a6a}#products-form .modal .products-modal .modal_inner .form-step .products-form-form .form_body .input_wrapper input:-ms-input-placeholder{color:#6a6a6a}#products-form .modal .products-modal .modal_inner .form-step .products-form-form .form_body .input_wrapper input::placeholder{color:#6a6a6a}#products-form .modal .products-modal .modal_inner .form-step .products-form-form .form_body .input_wrapper .v-select{position:relative}#products-form .modal .products-modal .modal_inner .form-step .products-form-form .form_body .input_wrapper .v-select .vs__dropdown-toggle .vs__selected-options .vs__search{border:1px dashed #c9c9c9;border-radius:10px;padding:0 31px;box-sizing:border-box;cursor:pointer}#products-form .modal .products-modal .modal_inner .form-step .products-form-form .form_body .input_wrapper .v-select .vs__dropdown-toggle .vs__selected-options .vs__selected{position:absolute;left:38px;top:50%;-ms-transform:translateY(-50%);transform:translateY(-50%)}#products-form .modal .products-modal .modal_inner .form-step .products-form-form .form_body .input_wrapper .v-select .vs__dropdown-toggle .vs__actions{position:absolute;right:28px;top:24px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;width:10px;height:7px;background-image:url(../../images/caret.png)}#products-form .modal .products-modal .modal_inner .form-step .products-form-form .form_body .input_wrapper .v-select .vs__dropdown-toggle .vs__actions .vs__clear,#products-form .modal .products-modal .modal_inner .form-step .products-form-form .form_body .input_wrapper .v-select .vs__dropdown-toggle .vs__actions svg{display:none}#products-form .modal .products-modal .modal_inner .form-step .products-form-form .form_body .input_wrapper .v-select .vs__dropdown-menu{list-style-type:none;position:absolute;background:#fff;width:100%;display:block;z-index:1;padding:12px 38px;margin-top:5px;border:1px dashed #c9c9c9;border-radius:10px;height:180px;overflow:scroll}#products-form .modal .products-modal .modal_inner .form-step .products-form-form .form_body .input_wrapper .v-select .vs__dropdown-menu .vs__dropdown-option{padding:12px 0px;cursor:pointer}#products-form .modal .products-modal .modal_inner .finish-step .header{text-align:center;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:center;align-items:center;margin-top:16px}#products-form .modal .products-modal .modal_inner .finish-step .header .section-title{display:block;font-size:2.25rem;font-weight:100;margin-top:42px;line-height:1.15em}@media (min-width: 768px){#products-form .modal .products-modal .modal_inner .finish-step .header .section-title{width:490px}}#products-form .modal .products-modal .modal_inner .finish-step .header .section-subtitle{display:block;font-size:1.25rem;font-weight:600;margin-top:26px}#products-form .modal .products-modal .modal_inner .finish-step .buttons{display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;margin-top:48px;-ms-flex-direction:column;flex-direction:column;gap:24px;-ms-flex-align:center;align-items:center}@media (min-width: 768px){#products-form .modal .products-modal .modal_inner .finish-step .buttons{gap:111px;-ms-flex-direction:row;flex-direction:row;margin-top:78px}}#products-form .modal .products-modal .modal_inner .finish-step .buttons a.primary-flip{border:1px solid #0ea8ef;background-color:#0ea8ef;color:#fff;height:44px;display:inline-block;line-height:44px;border-radius:22px;width:286px;font-weight:400;text-align:center}#products-form .modal .products-modal .modal_inner .finish-step .buttons a.primary-flip:hover{color:#0ea8ef;background-color:#fff}#products-form .modal-background{width:100%;height:100%;background:#000;opacity:0.85;position:fixed;left:0;top:0;z-index:10}
