@-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}.support-btn-form .support-btn-form .form-box{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.support-btn-form .support-btn-form .form-box .text-field-label{font-size:16px}.support-btn-form .support-btn-form .form-box .text-field-control{margin:0 15px 0 0}.support-btn-form .support-btn-form .form-box .input-wrapper{margin:5px 0 10px}.support-btn-form .support-btn-form .form-box .text-field-input{min-width:198px;min-width:unset;min-height:40px;padding:0 20px 0 0;width:198px}.support-btn-form .support-btn-form .form-box .text-field-textarea{min-width:435px;min-height:28px;min-width:unset;min-height:unset;padding:10px 20px 0 0;width:435px;height:28px}.support-btn-form .support-btn-form .form-box .validation-error{margin:-5px 2px 5px 0}.support-btn-form .support-btn-form .button-checkbox-group{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-top:30px}.support-btn-form .support-btn-form .button-checkbox-group .checkbox-group{display:-webkit-box;display:-ms-flexbox;display:flex;margin-top:5px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.support-btn-form .support-btn-form .button-checkbox-group .checkbox-group .checkbox-box{width:100%}.support-btn-form .support-btn-form .checkbox-input{margin:0 15px 10px 0;-webkit-box-align:baseline;-ms-flex-align:baseline;align-items:baseline}.support-btn-form .support-btn-form .checkbox-input:before{font-size:14px;padding-left:2px;padding-right:2px}.support-btn-form .support-btn-form .checkbox-input .checkbox-txt,.support-btn-form .support-btn-form .checkbox-input .label-text{color:#281108;font-size:12px}.support-btn-form .support-btn-form .checkbox-input .checkbox-txt .chek-link{color:#281108;text-decoration:underline}.support-btn-form .support-btn-form .btn-box{display:-webkit-box;display:-ms-flexbox;display:flex;margin-right:15px;margin-left:56px;padding-top:15px}.support-btn-form .support-btn-form .btn-box .form-btn-send{width:103px;height:40px;background-color:#9b1536;color:#fff;font-size:14px;border:none;margin-left:15px;-webkit-transition:all .3s ease;transition:all .3s ease}.support-btn-form .support-btn-form .btn-box .form-btn-send:hover{background-color:#c71244;cursor:pointer}.support-btn-form .support-btn-form .btn-box .form-btn-send:disabled{background-color:grey}.support-btn-form .support-btn-form .btn-box .form-btn-clear{width:103px;height:40px;margin-left:15px;background-color:#f3f3f3;color:#281108;font-size:14px;border:none;-webkit-transition:all .3s ease;transition:all .3s ease}.support-btn-form .support-btn-form .btn-box .form-btn-clear:hover{background-color:#d6d2d2;cursor:pointer}.radio-wrapper .control{display:block;position:relative;cursor:pointer}.radio-wrapper .control .radio{position:absolute;z-index:-1;opacity:0}.radio-wrapper .control .radio:checked+.control__indicator{border:2px solid #9b1536}.radio-wrapper .control .radio:checked+.control__indicator:after{-webkit-transform:scale(1);transform:scale(1)}.radio-wrapper .control .radio:checked+.control__indicator+.txt-box{color:#9b1536}.radio-wrapper .control .control__indicator{content:"";position:absolute;right:0;width:16px;height:16px;background:#fff;border:2px solid #767676;border-radius:50%}.radio-wrapper .control .control__indicator:after{-webkit-transition:-webkit-transform .4s cubic-bezier(.45,1.8,.5,.75);transition:-webkit-transform .4s cubic-bezier(.45,1.8,.5,.75);transition:transform .4s cubic-bezier(.45,1.8,.5,.75);transition:transform .4s cubic-bezier(.45,1.8,.5,.75),-webkit-transform .4s cubic-bezier(.45,1.8,.5,.75);content:"";-webkit-transform:scale(0);transform:scale(0);position:absolute;top:3px;left:3px;z-index:1;width:10px;height:10px;background-color:#9b1536;border-radius:50%}.radio-wrapper .control .txt-box{color:#281108;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.radio-wrapper .control .txt-box .radio-sub-txt,.radio-wrapper .control .txt-box .radio-txt{font-size:14px;line-height:20px;padding-right:30px}body[dir=ltr] .radio-wrapper .control .control__indicator{right:inherit;left:0}body[dir=ltr] .radio-wrapper .control .txt-box .radio-txt{padding-right:0;padding-left:30px}.image-slider-wrapper{padding:25px 0;direction:ltr;position:relative}.image-slider-wrapper .arrow-prev-container{position:absolute;left:0;top:39%;z-index:2}.image-slider-wrapper .arrow-next-container{position:absolute;right:0;top:39%;z-index:2}.image-slider-wrapper .arrow-btn{background-color:#fff;border:none;-webkit-box-shadow:-2px 2px 3px 0 rgba(0,0,0,.1);box-shadow:-2px 2px 3px 0 rgba(0,0,0,.1);cursor:pointer}.image-slider-wrapper .slider-item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.image-slider-wrapper .slider-item .choice-img{margin-bottom:5px;max-width:101px;max-height:150px;width:100%;height:auto}.image-slider-wrapper .slider-item .role-txt{font-size:14px;text-align:end}.image-slider-wrapper .radio-wrapper .control{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}.image-slider-wrapper .radio-wrapper .control .control__indicator{bottom:25px;right:0;width:7px;height:7px}.image-slider-wrapper .radio-wrapper .control .control__indicator:after{top:1px;left:1px;width:5px;height:5px}.image-slider-wrapper .radio-wrapper .control .txt-box{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;width:100%}.image-slider-wrapper .radio-wrapper .control .radio-txt{padding:0;font-weight:700;font-size:16px}.image-slider-wrapper .radio-wrapper .control .radio-sub-txt{padding:0;max-width:112px;text-align:right}.image-slider-wrapper .slick-slide .slick-track,.slick-slider .slick-list{direction:ltr}.image-slider-wrapper .radio-wrapper .control .radio-sub-txt,.image-slider-wrapper .radio-wrapper .control .radio-txt{padding-right:25px}[dir=rtl] .slick-slide{float:left}.image-slider-wrapper .slick-track{top:0;left:-155px}@-webkit-keyframes rotation{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes rotation{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.support-btn-box{position:fixed;left:30px;bottom:30px;z-index:1000}.support-btn-box .support-btn{position:relative;color:#fff;background-color:#9b1536;font-size:18px;padding:10px 30px;outline:none;border:none;cursor:pointer}.support-btn-box .support-btn:before{position:absolute;left:20px;top:100%;border:7px solid transparent;border-top:7px solid #9b1536;content:""}@media only screen and (max-width:768px){.support-btn-box .support-btn{display:none}}.support-popup-box .support-form-box{background-color:#fff;position:relative;height:616px;padding:25px;width:777px;opacity:1;visibility:visible;-webkit-transition:opacity 1s ease;transition:opacity 1s ease}.support-popup-box .support-form-box .support-box .support-title{font-size:18px;font-weight:400;line-height:23px;max-width:560px;margin-bottom:15px;text-align:center;margin:0 auto;padding-bottom:25px;width:509px;height:48px}.support-popup-box .support-form-box .support-box .choice{direction:ltr;border-top:1px solid #ddd}.support-popup-box .support-form-box .support-box .choice .error-message{color:#9b1536;font-size:12px;margin-top:15px}.support-popup-box .support-form-box .support-box .support-form{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-top:1px solid #ddd;border-bottom:1px solid #ddd;padding:16px 0}.support-popup-box .support-form-box.close{height:0;opacity:0;visibility:hidden;-webkit-transition:opacity 1s ease;transition:opacity 1s ease;padding:0}#ask-the-expert .popup-overlay .popup-wrapper .popup{position:relative;left:0;bottom:0;z-index:1000;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:20px 0 50px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;height:100%;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}@media only screen and (max-height:700px){#ask-the-expert .popup-overlay .popup-wrapper .popup{margin:40px 0 20px}}@media only screen and (max-height:600px){#ask-the-expert .popup-overlay .popup-wrapper .popup{margin:60px 0 20px}}@media only screen and (max-height:550px){#ask-the-expert .popup-overlay .popup-wrapper .popup{margin:100px 0 20px}}#ask-the-expert .popup-overlay .popup-wrapper .popup .popup-header{width:100%;max-width:827px;padding:0;margin:0 auto 10px;-webkit-box-sizing:border-box;box-sizing:border-box}#ask-the-expert .popup-overlay .popup-wrapper .popup .popup-container .support-popup-box .feedback-popup .popup-container div div{position:fixed;top:50%;right:50%}#support-form-box-close{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}#support-form-box-close h2{color:#281108;font-size:40px;font-weight:300;line-height:44px}#support-form-box-close p{color:#333;font-size:16px;font-weight:400;margin-bottom:21px}#support-form-box-close a{width:250px;height:40px;border:1px solid #ac113c;background-color:#9b1536;color:#fff;font-size:16px;font-weight:400;line-height:25px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}@media only screen and (max-width:768px){.popup-overlay{display:none}}h2,h3{margin-top:0;margin-bottom:15px}.breadcrumbs{padding-bottom:0}@media only screen and (max-width:768px){.breadcrumbs{display:none}}.page-header{border-bottom:1px solid #ccc;padding-bottom:15px;margin-bottom:20px}@media only screen and (max-width:768px){.page-header{border:none;padding-bottom:0}}.page-header .page-title{font-size:40px;font-weight:400;line-height:44px;margin-bottom:0;margin-top:15px}@media only screen and (max-width:768px){.page-header .page-title{font-size:28px;line-height:31px;margin-top:0}}.page-header .page-sub-title{color:#666;font-size:14px;line-height:22px;max-width:1100px}@media only screen and (max-width:768px){.page-header .page-sub-title{color:#281108;line-height:19px;border-bottom:1px solid #ccc;max-width:250px;padding-bottom:20px}}@media only screen and (max-width:768px){.good-know-page-box .width-wrapper{padding:0}}.prew-btn{display:none;color:#160e0b;font-size:12px;font-weight:700;line-height:19px;text-decoration:none;margin-bottom:20px}@media only screen and (max-width:768px){.prew-btn{display:block}}.prew-btn:before{content:"\2039";padding-left:5px;font-size:18px;font-weight:400}.tips{-webkit-column-count:2;column-count:2;-webkit-column-gap:30px;column-gap:30px;max-width:945px;margin:0 auto}@media only screen and (max-width:768px){.tips{margin-bottom:0;-webkit-column-count:auto;column-count:auto;-webkit-column-gap:normal;column-gap:normal;text-align:center}}.tips .tips-item{background-color:#fff;margin-bottom:30px;padding:60px 45px;max-width:370px;width:100%;display:inline-block;height:auto;-webkit-transition:all .3s ease;transition:all .3s ease}@media only screen and (max-width:768px){.tips .tips-item{padding:30px 25px;margin-bottom:15px;max-width:220px}}.more-items-box{padding-bottom:60px;text-align:center}@media only screen and (max-width:768px){.more-items-box{display:none}}.more-items-box .more-items{color:#281108;font-size:16px;text-decoration:none;border:1px solid #281108;padding:10px 100px;-webkit-transition:all .3s ease;transition:all .3s ease;background:transparent;outline:none}.more-items-box .more-items:hover{cursor:pointer;background-color:#000;color:#fff}body[dir=ltr] .prew-btn:before{padding-left:0;padding-right:5px}.faq-box{padding-right:15px;padding-bottom:35px}@media only screen and (max-width:768px){.faq-box{padding:25px 24px;position:relative;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:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}}.faq-box .page-header .page-title{margin-bottom:10px}.faq-box .page-header .page-sub-title{max-width:unset}.faq-box .page-header .faq-info-mobile-header{display:none;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:25px}@media only screen and (max-width:768px){.faq-box .page-header .faq-info-mobile-header{display:-webkit-box;display:-ms-flexbox;display:flex}}.faq-box .page-header .faq-info-mobile-header .prew-btn{margin-bottom:0}body[dir=ltr] .faq-box-container>:last-child{margin-left:0;margin-right:30px}body[dir=ltr] .faq-filters-box{padding:20px 0 0 20px}@media only screen and (max-width:768px){body[dir=ltr] .faq-filters-box{padding:0}body[dir=ltr] .faq-filters-box .faq-filters-title{padding-right:0;padding-left:25px}}.questions-answers .questions-item{margin-bottom:10px}@media only screen and (max-width:768px){.questions-answers .questions-item{position:relative;border-bottom:1px solid #ccc;padding-bottom:20px;margin-bottom:20px}}.questions-answers .questions-item.opened .question-img{-webkit-transform:rotate(-90deg);transform:rotate(-90deg)}.questions-answers .questions-item.opened .answer{opacity:1;max-height:100%;-webkit-transition:all .35s ease .15s;transition:all .35s ease .15s;border-bottom:1px solid #ccc;padding-bottom:20px;margin-bottom:20px}@media only screen and (max-width:768px){.questions-answers .questions-item.opened .answer{border:0;padding-bottom:0;margin-bottom:15px;border-top:2px solid #ca8797;padding-top:10px;margin-top:15px}}.questions-answers .questions-item .img-question-box{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media only screen and (max-width:768px){.questions-answers .questions-item .img-question-box .question-img{display:none}}.questions-answers .questions-item .img-question-box .question-img-mobile{display:none}@media only screen and (max-width:768px){.questions-answers .questions-item .img-question-box .question-img-mobile{display:block}}.questions-answers .questions-item .img-question-box .question{color:#9b1536;font-size:16px;line-height:31px;padding-right:20px}@media only screen and (max-width:768px){.questions-answers .questions-item .img-question-box .question{font-size:14px;line-height:18px;padding-right:30px}}.questions-answers .questions-item .img-question-box .question:hover{cursor:pointer}.questions-answers .questions-item .answer{opacity:0;max-height:0;overflow:hidden;-webkit-transition:all .2s ease .15s;transition:all .2s ease .15s}.questions-answers .questions-item .answer .answer-txt{color:#281108;font-size:12px;line-height:21px;max-width:540px;padding-right:30px}@media only screen and (max-width:768px){.questions-answers .questions-item .answer .answer-txt{padding-right:0;max-width:250px;color:#000;font-size:14px;line-height:19px}}body[dir=ltr] .questions-answers .questions-item .img-question-box .question{padding-right:0;padding-left:20px}body[dir=ltr] .questions-answers .questions-item.opened .question-img{-webkit-transform:rotate(-90deg);transform:rotate(-90deg)}body[dir=ltr] .questions-answers .questions-item .question-img{-webkit-transform:rotate(-180deg);transform:rotate(-180deg)}body[dir=ltr] .questions-answers .questions-item .answer .answer-txt{padding-right:0;padding-left:30px}@media only screen and (max-width:768px){body[dir=ltr] .questions-answers .questions-item .answer .answer-txt{padding-left:0}}.filter-btn{font-size:12px;border:1px solid #ddd;outline:none;width:49px;height:20px;background-color:#fff;position:absolute;top:25px;left:25px;display:none}@media only screen and (max-width:768px){.filter-btn{display:block}}.faq-filters-box{-webkit-box-shadow:0 0 1px rgba(0,0,0,.2);box-shadow:0 0 1px rgba(0,0,0,.2);background-color:#fff;padding:20px 20px 0 0;min-height:528px;width:280px}@media only screen and (max-width:768px){.faq-filters-box{-webkit-box-shadow:none;box-shadow:none;padding:0;width:100%;position:fixed;top:100vh;bottom:0;right:0;left:0;height:100vh;z-index:21;-webkit-transition:top .4s ease-out;transition:top .4s ease-out}}@media only screen and (max-width:768px){.faq-filters-box.opened{top:0}}.faq-filters-box .faq-filters-mobile-header{display:none;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:30px}@media only screen and (max-width:768px){.faq-filters-box .faq-filters-mobile-header{display:-webkit-box;display:-ms-flexbox;display:flex;padding:10px}}.faq-filters-box .faq-filters-mobile-header .logo .logo-img{height:40px}@media only screen and (max-width:768px){.faq-filters-box .faq-filters-mobile-header .close{padding-left:10px}}.faq-filters-box .faq-filters-title{color:#281108;font-size:14px;font-weight:400;line-height:22px;margin-bottom:20px}@media only screen and (max-width:768px){.faq-filters-box .faq-filters-title{font-size:16px;line-height:21px;margin-bottom:30px;padding-right:25px}}@media only screen and (max-width:768px){.faq-filters-box .faq-filter{border-bottom:1px solid #ddd;padding-right:25px;height:55vh;overflow:auto}}.faq-filters-box .faq-filter .faq-filter-link{margin-bottom:13px}@media only screen and (max-width:768px){.faq-filters-box .faq-filter .faq-filter-link{margin-bottom:20px}}.faq-filters-box .faq-filter .faq-filter-link .checkbox-input input[type=checkbox]:checked+.label-text{color:#9b1536}@media only screen and (max-width:768px){.faq-filters-box .faq-filter .faq-filter-link .checkbox-input input[type=checkbox]:checked+.label-text{color:#270f07}}.faq-filters-box .faq-filter .faq-filter-link .checkbox-input .label-text{color:#333;line-height:20px}@media only screen and (max-width:768px){.faq-filters-box .faq-filter .faq-filter-link .checkbox-input .label-text{color:#270f07}}.faq-filters-box .faq-filters-mobile-footer{display:none;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-top:30px}@media only screen and (max-width:768px){.faq-filters-box .faq-filters-mobile-footer{display:-webkit-box;display:-ms-flexbox;display:flex;padding:0 25px}}.faq-filters-box .faq-filters-mobile-footer .filt{color:#9b1536;font-size:16px;line-height:25px;text-decoration:none;border:1px solid #9b1536;padding:10px 50px;background:transparent;outline:none}.faq-filters-box .faq-filters-mobile-footer .clear{color:#9b1536;font-size:16px;line-height:21px;text-decoration:none;background:transparent;border:none;outline:none}body[dir=ltr] .filter-btn{left:inherit;right:25px;min-width:49px;width:auto}.faq-box-container{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;-webkit-box-align:baseline;-ms-flex-align:baseline;align-items:baseline}@media only screen and (max-width:768px){.faq-box-container{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.faq-box-container>:last-child{margin-left:30px}@media only screen and (max-width:768px){.faq-box-container>:last-child{margin-left:0}}