@-webkit-keyframes opening-overlay{0%{opacity:0;background-color:rgba(40,17,8,0)}to{opacity:1;z-index:999;background-color:rgba(40,17,8,.8)}}@keyframes opening-overlay{0%{opacity:0;background-color:rgba(40,17,8,0)}to{opacity:1;z-index:999;background-color:rgba(40,17,8,.8)}}@-webkit-keyframes opening-wrapper{0%{margin-top:100vh}90%{margin-top:-4vh}95%{margin-top:-1.5vh}to{margin-top:0}}@keyframes opening-wrapper{0%{margin-top:100vh}90%{margin-top:-4vh}95%{margin-top:-1.5vh}to{margin-top:0}}.popup-overlay{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:fixed;top:0;left:0;right:0;bottom:0;z-index:-1;opacity:0;background-color:rgba(40,17,8,0)}@media only screen and (max-width:768px){.popup-overlay{opacity:1;top:60px}}@media only screen and (min-width:768px) and (max-height:800px){.popup-overlay .popup-wrapper{overflow:auto;max-height:100vh;padding:30px 0;-webkit-box-sizing:border-box;box-sizing:border-box}}.popup-overlay.active{-webkit-animation:opening-overlay .5s forwards;animation:opening-overlay .5s forwards}.popup-overlay.active .popup-wrapper{-webkit-animation:opening-wrapper .5s forwards;animation:opening-wrapper .5s forwards;height:100vh;overflow:scroll;width:100%}@media only screen and (max-width:768px){.popup-overlay.active .popup-wrapper{z-index:3}.popup-overlay.active .popup-wrapper .popup{top:60px;bottom:0}}.popup-overlay .popup-wrapper .popup{position:relative;margin:0 auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;min-height:100vh}@media only screen and (max-width:768px){.popup-overlay .popup-wrapper .popup{position:fixed;top:100vh;bottom:-100vh;left:0;right:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:stretch;-ms-flex-pack:stretch;justify-content:stretch;background-color:#fff;-webkit-transition:top .4s ease-out;transition:top .4s ease-out}}.popup-overlay .popup-wrapper .popup .popup-header{display:-webkit-box;display:-ms-flexbox;display:flex;background-color:transparent;padding-bottom:5px;width:100%;max-width:780px;margin:0 auto}@media only screen and (max-width:768px){.popup-overlay .popup-wrapper .popup .popup-header{display:none}}.popup-overlay .popup-wrapper .popup .popup-header img{cursor:pointer}@media only screen and (max-width:768px){.popup-overlay .popup-wrapper .popup .popup-container{height:calc(100vh - 60px)}}.popup-overlay .popup-wrapper .popup .popup-container .popup-header-mobile{display:none}@media only screen and (max-width:768px){.popup-overlay .popup-wrapper .popup .popup-container .popup-header-mobile{display:block;padding:20px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;background-color:#fff}.popup-overlay .popup-wrapper .popup .popup-container .popup-header-mobile .close-btn{color:#270f07;font-size:12px;font-weight:700;outline:none;border:none;background-color:transparent}.popup-overlay .popup-wrapper .popup .popup-container .popup-header-mobile .close-btn:before{content:"\2039";font-size:15px;font-weight:400;padding-left:5px}}.feedback-popup .popup-overlay.active{z-index:1001}@media only screen and (max-width:768px){.feedback-popup .popup-overlay.active{background-color:#fff}}.feedback-popup .popup .popup-container .popup-header-mobile,.feedback-popup .popup .popup-header{display:none}.text-field-control>.text-field-label{font-size:14px;line-height:23px;margin-bottom:0}@media only screen and (max-width:768px){.text-field-control>.text-field-label{margin-bottom:30px;margin-top:15px}}.text-field-control>.text-field-label.required:before{content:"*";color:#9b1536;font-size:16px;padding-left:2px}.text-field-control>.input-wrapper{margin:0}.text-field-control>.input-wrapper>.text-field-input,.text-field-control>.input-wrapper>.text-field-textarea{padding:15px;border:1px solid #ddd;outline:none}.text-field-control>.input-wrapper>.text-field-input::-webkit-input-placeholder,.text-field-control>.input-wrapper>.text-field-textarea::-webkit-input-placeholder{font-family:OpenSansHebrew;color:#999;font-size:13px}.text-field-control>.input-wrapper>.text-field-input:-ms-input-placeholder,.text-field-control>.input-wrapper>.text-field-textarea:-ms-input-placeholder{font-family:OpenSansHebrew;color:#999;font-size:13px}.text-field-control>.input-wrapper>.text-field-input::placeholder,.text-field-control>.input-wrapper>.text-field-textarea::placeholder{font-family:OpenSansHebrew;color:#999;font-size:13px}@media only screen and (max-width:768px){.text-field-control>.input-wrapper>.text-field-input,.text-field-control>.input-wrapper>.text-field-textarea{min-width:unset;margin-bottom:10px}}.text-field-control>.input-wrapper>.text-field-input{min-width:330px}@media only screen and (max-width:768px){.text-field-control>.input-wrapper>.text-field-input{height:40px;padding:0 15px 0 0;width:93%;min-width:unset}}.text-field-control>.input-wrapper>.text-field-textarea{min-width:710px;min-height:80px;resize:none}@media only screen and (max-width:768px){.text-field-control>.input-wrapper>.text-field-textarea{width:87%;min-width:unset}}.text-field-control>.validation-error{color:#9b1536;font-size:12px;margin:0}.checkbox-input{display:-webkit-box;display:-ms-flexbox;display:flex;cursor:pointer}.checkbox-input:before{content:"\2714";border:1px solid #666;font-size:14px;padding:0 3px;border-radius:2px;display:inline-block;color:transparent;margin-left:10px;-webkit-transition:all .4s ease;transition:all .4s ease;max-height:16px;height:auto}.checkbox-input.active:before{background-color:#9b1536;border-color:#9b1536;color:#fff}.checkbox-input:active:before{-webkit-transform:scale(0);transform:scale(0)}.checkbox-input input[type=checkbox]{display:none}.checkbox-input .label-text{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:#666;font-size:14px}body[dir=ltr] .checkbox-input:before{margin-left:0;margin-right:10px}.select-wrapper.has-error{margin-bottom:13px}@media screen and (max-width:768px){.select-wrapper.has-error{margin-bottom:0}}.select-wrapper .select-box{height:100%;position:relative}.select-wrapper .select-box:after{content:"";position:absolute;background:url(/images/arrow.png);width:12px;height:7px;top:15px;left:14px}.select-wrapper .select-box .select-field{outline:none;border:none;border-radius:0;background:url(/images/Footer/form/required.png) no-repeat;background-color:#fff;background-position:98% 30%;max-width:420px;width:100%;height:40px;padding-right:20px;-webkit-appearance:none;-moz-appearance:none;appearance:none}@media screen and (max-width:768px){.select-wrapper .select-box .select-field{width:200px;margin-bottom:10px;margin-left:0}}.select-wrapper .select-box .select-field option{font-size:14px;color:#281108}.select-wrapper .select-box .select-field option.option-default{color:#999;font-size:14px}.select-wrapper .select-box .text-field-input--error{border:2px solid #ff001f;-webkit-box-sizing:border-box;box-sizing:border-box}.select-wrapper .validation-error{display:-webkit-box;display:-ms-flexbox;display:flex;color:red;font-size:13px;margin-right:5px}.select-wrapper .validation-error--select{margin-top:-25px}@media screen and (max-width:768px){.select-wrapper .validation-error--select{padding-bottom:10px;max-width:198px;margin:0 auto}}select::-ms-expand{display:none}h2,h3{margin-top:0;margin-bottom:10px}@media only screen and (max-width:768px){.request-page-box .width-wrapper{padding:0}}.product-form-box{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse;position:relative}@media only screen and (max-width:768px){.product-form-box--flex{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:100%}}.product-form-box .contact-box{background-color:#23150c;padding:55px 35px 0 0;width:45%}@media only screen and (max-width:768px){.product-form-box .contact-box{display:none}}.product-form-box .contact-box .contact-title{color:#fff;font-size:14px;font-weight:400}.product-form-box .contact-box .contacts .contacts-item{padding-top:30px;padding-bottom:30px;border-bottom:1px solid #382b23}.product-form-box .contact-box .contacts .contacts-item:last-child{border:none}.product-form-box .contact-box .contacts .contacts-item .contacts-title{color:#fff;font-size:16px;font-weight:400}.product-form-box .contact-box .contacts .contacts-item .contacts-sub-title{color:#fff;font-size:16px;font-weight:300;line-height:20px}.product-form-box .contact-box .contacts .contacts-item .contacts-sub-title--big{font-size:30px}.product-form-box .contact-box .contacts .contacts-item .contacts-sub-title--margin{margin-bottom:25px}.product-form-box .product-box{width:100%;padding:20px 60px 30px 0;background-color:#fff}.product-form-box .product-box .back-button{background:#fff;display:none;padding:20px 20px 0}@media only screen and (max-width:768px){.product-form-box .product-box .back-button{display:block}}.product-form-box .product-box .back-button .btn-prew-m{color:#270f07;font-size:12px;font-weight:700;text-decoration:none}.product-form-box .product-box .back-button .btn-prew-m:before{content:"\2039";padding-left:5px}@media only screen and (max-width:768px){.product-form-box .product-box{width:100%;background-color:#f5f5f5;padding:0}}@media only screen and (max-width:768px){.product-form-box .product-box .breadcrumbs{display:none}}.product-form-box .product-box .quotation-title{font-size:40px;font-weight:400;line-height:44px;margin-bottom:30px}@media only screen and (max-width:768px){.product-form-box .product-box .quotation-title{display:none}}.product-form-box .product-box .quotation-sub-title{font-size:14px;margin-bottom:30px}@media only screen and (max-width:768px){.product-form-box .product-box .quotation-sub-title{display:none}}.product-form-box .product-box .product{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:30px}@media only screen and (max-width:768px){.product-form-box .product-box .product{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse;background-color:#fff;padding:30px 0;margin-bottom:0}}.product-form-box .product-box .product .product-image{width:100px;height:auto;margin-left:35px}@media only screen and (max-width:768px){.product-form-box .product-box .product .product-image{margin-left:0}}.product-form-box .product-box .product .product-image .product-img{width:100%;height:100%}.product-form-box .product-box .product .product-title{font-size:16px;line-height:16px;margin-bottom:5px;font-weight:400}@media only screen and (max-width:768px){.product-form-box .product-box .product .product-title{font-size:14px;margin-bottom:15px;font-weight:400}}.product-form-box .product-box .product .product-link{color:#9b1536;font-size:16px;line-height:16px;margin-left:35px}.product-form-box .product-box .product .product-link:hover{color:#000}@media only screen and (max-width:768px){.product-form-box .product-box .product .product-link{display:none}}@media only screen and (max-width:768px){.product-form-box .product-box .product-form{padding:30px 30px 0;margin-bottom:15px}}.product-form-box .product-box .product-form .form-box{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;padding-bottom:20px}@media only screen and (max-width:768px){.product-form-box .product-box .product-form .form-box{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding-bottom:0;max-width:260px;margin:0 auto}}.product-form-box .product-box .product-form .form-box--column{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.product-form-box .product-box .product-form .form-box--padding{padding-bottom:0}@media only screen and (max-width:768px){.product-form-box .product-box .product-form .form-box--padding{max-width:315px;margin:0 auto}}.product-form-box .product-box .product-form .form-box .form-input{padding-left:20px}@media only screen and (max-width:768px){.product-form-box .product-box .product-form .form-box .form-input{padding-left:0}}.product-form-box .product-box .product-form .form-box .text-field-control .input-wrapper{margin-top:5px}.product-form-box .product-box .product-form .form-box .text-field-control .input-wrapper .text-field-input{min-width:unset;width:330px;height:40px;padding:0 20px 0 0}@media only screen and (max-width:768px){.product-form-box .product-box .product-form .form-box .text-field-control .input-wrapper .text-field-input{width:235px}}.product-form-box .product-box .product-form .form-box .text-field-control .input-wrapper .text-field-textarea{min-width:unset;width:700px;padding:20px 20px 0 0}@media only screen and (max-width:768px){.product-form-box .product-box .product-form .form-box .text-field-control .input-wrapper .text-field-textarea{width:235px}}.product-form-box .product-box .product-form .form-box .input-checkbox{padding-left:20px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:baseline;-ms-flex-align:baseline;align-items:baseline}@media only screen and (max-width:768px){.product-form-box .product-box .product-form .form-box .input-checkbox{padding-left:0;padding-bottom:15px;max-width:250px;margin-right:30px}}@media only screen and (max-width:768px){.product-form-box .product-box .product-form .form-box .input-checkbox .label-text{font-size:12px}}.product-form-box .product-box .product-form .form-box .input-checkbox .checkbox-txt{color:#666;font-size:14px}@media only screen and (max-width:768px){.product-form-box .product-box .product-form .form-box .input-checkbox .checkbox-txt{font-size:12px}}.product-form-box .product-box .product-form .form-box .input-checkbox .checkbox-txt .chek-link{color:#666;text-decoration:underline}.product-form-box .product-box .product-form .form-box--border{border-bottom:1px solid #ccc;max-width:730px;margin-bottom:15px}@media only screen and (max-width:768px){.product-form-box .product-box .product-form .form-box--border{display:-webkit-box;display:-ms-flexbox;display:flex;padding:0 30px}}.product-form-box .product-box .product-form .form-box .info-txt{color:#9b1536;font-size:12px;line-height:23px}@media only screen and (max-width:768px){.product-form-box .product-box .product-form .form-box .info-txt{display:none}}.product-form-box .product-box .product-form .form-box .info-txt:before{content:"*";color:#9b1536;font-size:16px;padding-left:2px}.product-form-box .product-box .product-form .form-box .input-checkbox-box{max-width:330px;width:100%}.product-form-box .product-box .product-form .form-btn{color:#fff;font-size:14px;background-color:#9b1536;border:none;outline:none;padding:11px 0;width:243px;text-align:center;-webkit-transition:all .3s ease;transition:all .3s ease}@media only screen and (max-width:768px){.product-form-box .product-box .product-form .form-btn{width:100%;padding:20px 0;font-size:16px;position:fixed;bottom:0;left:0;right:0;z-index:3}}.product-form-box .product-box .product-form .form-btn:hover{background-color:#c71244;cursor:pointer}.product-form-box .product-box .product-form .form-btn:disabled{background-color:gray}@media only screen and (max-width:768px){.product-form-box .product-box .product-form--mobile{padding:0;margin-bottom:60px}}.product-form-box .product-box .product-form .contact-title{font-size:14px;line-height:14px;margin-bottom:30px;font-weight:400;border-top:1px solid #ccc;padding-top:15px;margin-top:15px;max-width:722px}@media only screen and (max-width:768px){.product-form-box .product-box .product-form .contact-title{display:none}}@media only screen and (max-width:768px){.product-form-box .product-box .mobile-form-sticky{background-color:#f5f5f5;overflow:auto}}@media only screen and (max-width:768px){footer{display:none}}body[dir=ltr] .product-form-box .contact-box{padding:55px 25px 0 35px}body[dir=ltr] .product-form-box .contact-box .contact-title{font-size:22px;line-height:18px;margin-bottom:30px}body[dir=ltr] .product-form-box .contact-box .adress{margin-bottom:30px}body[dir=ltr] .product-form-box .contact-box .adress .adress-item .adress-txt{color:#fff;font-size:14px;line-height:21px}body[dir=ltr] .product-form-box .contact-box .ltr-contacts .ltr-contact .ltr-contact-txt{color:#fff;font-size:14px;line-height:31px}body[dir=ltr] .product-form-box .contact-box .ltr-contacts .ltr-contact .ltr-contact-txt .ltr-contact-line{color:#665751;margin:0 10px}body[dir=ltr] .product-form-box .contact-box .contact-line{height:0;border:1px solid #fff;opacity:.1}body[dir=ltr] .product-form-box .product-box{padding:20px 0 30px 60px}@media only screen and (max-width:768px){body[dir=ltr] .product-form-box .product-box{padding:0}}body[dir=ltr] .product-form-box .product-box .product .product-image{margin-left:0;margin-right:35px}@media only screen and (max-width:768px){body[dir=ltr] .product-form-box .product-box .product .product-image{margin-right:0}}body[dir=ltr] .product-form-box .product-box .product .product-link{margin-left:0;margin-right:35px}@media only screen and (max-width:768px){body[dir=ltr] .product-form-box .product-box .product-form{margin-bottom:0;padding:15px 30px 0}}@media only screen and (max-width:768px){body[dir=ltr] .product-form-box .product-box .product-form .form-box{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse}}body[dir=ltr] .product-form-box .product-box .product-form .form-box .form-input{padding-left:0;padding-right:40px}@media only screen and (max-width:768px){body[dir=ltr] .product-form-box .product-box .product-form .form-box .form-input{padding-right:0}}body[dir=ltr] .product-form-box .product-box .product-form .form-box .text-field-control .input-wrapper .text-field-input{padding:0 0 0 20px;min-width:300px;width:300px}@media only screen and (max-width:768px){body[dir=ltr] .product-form-box .product-box .product-form .form-box .text-field-control .input-wrapper .text-field-input{min-width:240px;width:240px;padding:0 0 0 15px}}body[dir=ltr] .product-form-box .product-box .product-form .form-box .text-field-control .input-wrapper .text-field-input--error{border:1px solid #d0021b}body[dir=ltr] .product-form-box .product-box .product-form .form-box .text-field-control .input-wrapper .text-field-textarea{padding:20px 0 0 20px;min-height:60px;min-width:660px;width:660px}@media only screen and (max-width:768px){body[dir=ltr] .product-form-box .product-box .product-form .form-box .text-field-control .input-wrapper .text-field-textarea{min-width:240px;width:240px}}body[dir=ltr] .product-form-box .product-box .product-form .form-box .input-checkbox{padding-left:0;padding-right:20px}@media only screen and (max-width:768px){body[dir=ltr] .product-form-box .product-box .product-form .form-box .input-checkbox{margin-right:0;padding-right:0}}body[dir=ltr] .product-form-box .product-box .product-form .form-btn{min-width:304px}@media only screen and (max-width:768px){body[dir=ltr] .product-form-box .product-box .mobile-form-sticky{padding-bottom:40px}}body[dir=ltr] .text-field-control>.text-field-label:before{padding-left:0;padding-right:2px}body[dir=ltr] .contact-choice .choice-title{font-size:14px;line-height:23px;margin-bottom:0;color:#281108;font-weight:400}@media only screen and (max-width:768px){body[dir=ltr] .contact-choice .choice-title{margin:0 auto;width:255px}}body[dir=ltr] .contact-choice .choice-title:before{content:"*";color:#9b1536;font-size:16px;padding-right:2px}body[dir=ltr] .contact-choice .choice-select-box{width:320px;margin-bottom:30px;position:relative}@media only screen and (max-width:768px){body[dir=ltr] .contact-choice .choice-select-box{margin:0 auto;width:255px}}body[dir=ltr] .contact-choice .choice-select-box .text-field-input--error{border:1px solid #d0021b}body[dir=ltr] .contact-choice .choice-select{width:100%;outline:none;border:1px solid #ddd;-webkit-appearance:none;-moz-appearance:none;appearance:none}body[dir=ltr] .contact-choice .choice-select option{font-size:16px;line-height:43px;border-bottom:1px solid #ddd;-webkit-box-shadow:0 0 1px rgba(40,17,8,.8);box-shadow:0 0 1px rgba(40,17,8,.8)}body[dir=ltr] .contact-choice .choice-select option[selected]{color:#999}body[dir=ltr] .select-wrapper .select-box .select-field{max-width:720px;padding-right:0;padding-left:20px;background:none;font-size:14px;line-height:23px;color:#281108;margin-bottom:0}@media only screen and (max-width:768px){body[dir=ltr] .select-wrapper .select-box .select-field{max-width:255px;width:100%;background-color:#fff}}body[dir=ltr] .select-wrapper .select-box:after{top:18px;left:inherit;right:15px}body[dir=ltr] .captcha{margin:20px 0}@media only screen and (max-width:768px){body[dir=ltr] .captcha{text-align:center}}body[dir=ltr] .captcha .captcha-title{font-size:14px;line-height:23px;margin-bottom:0;color:#281108;font-weight:400}@media only screen and (max-width:768px){body[dir=ltr] .captcha .captcha-title{text-align:start;max-width:255px;margin:0 auto}}body[dir=ltr] .captcha .captcha-title:before{content:"*";color:#9b1536;font-size:16px;padding-right:2px}@media only screen and (max-width:768px){body[dir=ltr] .captcha img{width:265px}}