@-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}h2,h3{margin-top:0;margin-bottom:5px}.sales-page-box .width-wrapper{position:relative}@media only screen and (max-width:768px){.sales-page-box .width-wrapper{padding:0}}body[dir=ltr] .filters-tab .tab-box .info-tabs{margin-left:0;margin-right:45px}body[dir=ltr] .filters-tab .tab-box .tabs .tabs-title.selected{color:#281108}body[dir=ltr] .filters-tab .tab-box .tabs .tabs-title.selected .tabs-title-txt{border-bottom:3px solid #281108}body[dir=ltr] .product-items .product-item .product-item-box .control .product-item-content{padding-right:0;padding-left:30px}@media only screen and (max-width:768px){body[dir=ltr] .product-items .product-item .product-item-box .control .product-item-content{padding-left:0}}body[dir=ltr] .product-items .product-item .product-item-box .control .product-item-content .door-image{margin-left:0;margin-right:17px}.filters-tab{background-color:#fff;padding:20px 0}@media only screen and (max-width:768px){.filters-tab{background-color:transparent;padding:0}}.filters-tab .tab-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:center;-ms-flex-pack:center;justify-content:center}.filters-tab .tab-box .clear{color:#333;font-size:14px;line-height:20px;text-decoration:underline;display:none;position:absolute;top:25px;left:25px}@media only screen and (max-width:768px){.filters-tab .tab-box .clear{display:block}}.filters-tab .tab-box .tabs{display:-webkit-box;display:-ms-flexbox;display:flex}@media only screen and (max-width:768px){.filters-tab .tab-box .tabs{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}}.filters-tab .tab-box .tabs .tabs-title{color:#281108;font-size:14px;line-height:20px;text-decoration:none;cursor:pointer}.filters-tab .tab-box .tabs .tabs-title:after{content:"|";padding-left:30px;padding-right:25px}@media only screen and (max-width:768px){.filters-tab .tab-box .tabs .tabs-title:after{padding:0 5px;content:""}}.filters-tab .tab-box .tabs .tabs-title:last-child:after{content:"";padding-right:0}.filters-tab .tab-box .tabs .tabs-title.selected{color:#b0053a;font-weight:700}@media only screen and (max-width:768px){.filters-tab .tab-box .tabs .tabs-title.selected{font-weight:400}}.filters-tab .tab-box .tabs .tabs-title.selected .tabs-title-txt{border-bottom:3px solid #9b1536}@media only screen and (max-width:768px){.filters-tab .tab-box .tabs .tabs-title.selected .tabs-title-txt{border-bottom:2px solid #9b1536}}.filters-tab .tab-box .tabs .tabs-title.selected:after{color:#281108}.filters-tab .tab-box .info-tabs{margin-left:45px}@media only screen and (max-width:768px){.filters-tab .tab-box .info-tabs{display:none}}.filters-tab .tab-box .info-tabs .info-tabs-title{color:#999;font-size:14px;line-height:20px}.product-items{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;padding-top:30px;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}@media only screen and (max-width:768px){.product-items{padding-top:20px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.product-items .product-item{max-width:480px;width:100%;background-color:#fff;margin-bottom:30px}@media only screen and (max-width:768px){.product-items .product-item{max-width:100%;margin-bottom:15px}}.product-items .product-item--margin{margin-right:20px}@media only screen and (max-width:768px){.product-items .product-item--margin{margin-right:0}}.product-items .product-item--width{max-width:100%}.product-items .product-item .product-item-box{padding:20px}.product-items .product-item .product-item-box .control{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;cursor:pointer}@media only screen and (max-width:768px){.product-items .product-item .product-item-box .control{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.product-items .product-item .product-item-box .control--checkbox .control__indicator:after{top:6px;left:10px;width:3px;height:8px;-webkit-transform:rotate(45deg);transform:rotate(45deg);border:solid #fff;border-width:0 2px 2px 0}.product-items .product-item .product-item-box .control .control-checkbox{position:absolute;z-index:-1;opacity:0}.product-items .product-item .product-item-box .control .control-checkbox:checked~.control__indicator{background-color:#7ed321}.product-items .product-item .product-item-box .control .control-checkbox:checked~.control__indicator:after{display:block}.product-items .product-item .product-item-box .control .control__indicator{position:absolute;width:24px;height:24px;-webkit-box-shadow:0 0 1px rgba(0,0,0,.8);box-shadow:0 0 1px rgba(0,0,0,.8);background-color:#fff;border-radius:50%}@media only screen and (max-width:768px){.product-items .product-item .product-item-box .control .control__indicator{top:-12px;right:-12px}}.product-items .product-item .product-item-box .control .control__indicator:after{position:absolute;display:none;content:""}.product-items .product-item .product-item-box .control .product-item-content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding-right:30px}@media only screen and (max-width:768px){.product-items .product-item .product-item-box .control .product-item-content{padding-right:0}}.product-items .product-item .product-item-box .control .product-item-content .door-image{margin-left:17px}@media only screen and (max-width:768px){.product-items .product-item .product-item-box .control .product-item-content .door-image{display:none}}.product-items .product-item .product-item-box .control .product-item-content .door-image .door-img{height:400px;width:auto}.product-items .product-item .product-item-box .control .product-item-content .content-box{-ms-flex-item-align:start;align-self:flex-start}@media only screen and (max-width:768px){.product-items .product-item .product-item-box .control .product-item-content .content-box{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;width:100%;padding-top:15px}}.product-items .product-item .product-item-box .control .product-item-content .content-box .sale-title{font-size:24px;font-weight:700;line-height:26px;margin-bottom:5px}@media only screen and (max-width:768px){.product-items .product-item .product-item-box .control .product-item-content .content-box .sale-title{font-size:18px;line-height:22px;margin-bottom:0}}.product-items .product-item .product-item-box .control .product-item-content .content-box .sale-sub-title{font-size:14px;line-height:17px;margin-bottom:40px}@media only screen and (max-width:768px){.product-items .product-item .product-item-box .control .product-item-content .content-box .sale-sub-title{font-size:18px;line-height:20px;margin-bottom:15px;text-align:center}}.product-items .product-item .product-item-box .control .product-item-content .content-box .sale{color:#9b1536;font-size:16px;font-weight:700;margin-bottom:0}.product-items .product-item .product-item-box .control .product-item-content .content-box .product-title{color:#333;font-size:16px;font-weight:400;line-height:18px;text-transform:uppercase;margin-bottom:45px}@media only screen and (max-width:768px){.product-items .product-item .product-item-box .control .product-item-content .content-box .product-title{font-size:14px;margin-bottom:10px;text-align:center}}.product-items .product-item .product-item-box .control .product-item-content .content-box .door-image-mobile{display:none;width:100px;height:auto;margin-bottom:10px}@media only screen and (max-width:768px){.product-items .product-item .product-item-box .control .product-item-content .content-box .door-image-mobile{display:block}}.product-items .product-item .product-item-box .control .product-item-content .content-box .door-image-mobile .door-img{width:100%;height:100%}.product-items .product-item .product-item-box .control .product-item-content .content-box .date-title{font-size:14px;line-height:17px}.product-items .product-item .product-item-box .control .product-item-content .content-box .date-box{margin-bottom:20px}@media only screen and (max-width:768px){.product-items .product-item .product-item-box .control .product-item-content .content-box .date-box{margin-bottom:0;text-align:center}}.product-items .product-item .product-item-box .control .product-item-content .content-box .date-box .date{font-size:14px;line-height:17px;color:#9b1536;font-weight:700}.product-items .product-item .product-item-box .control .product-item-content .content-box .link-box{margin-bottom:5px}@media only screen and (max-width:768px){.product-items .product-item .product-item-box .control .product-item-content .content-box .link-box{display:none}}.product-items .product-item .product-item-box .control .product-item-content .content-box .link-box.mobile{display:none}@media only screen and (max-width:768px){.product-items .product-item .product-item-box .control .product-item-content .content-box .link-box.mobile{display:block;text-align:center;margin-bottom:10px}}.product-items .product-item .product-item-box .control .product-item-content .content-box .link-box .catalog-link{margin-top:20px;color:#281108;font-size:14px;line-height:17px;text-decoration:underline}.product-items .product-item .product-item-box .control .product-item-content .content-box .branches-link{color:#9b1536;font-size:14px;line-height:17px;text-decoration:underline}@media only screen and (max-width:768px){.product-items .product-item .product-item-box .control .product-item-content .content-box .branches-link{display:none}}.product-items .product-item .product-item-box .control .product-item-content .content-box .branches-link.mobile{display:none}@media only screen and (max-width:768px){.product-items .product-item .product-item-box .control .product-item-content .content-box .branches-link.mobile{display:inline;display:initial}}.product-items .product-item .product-item-box .control .sale-image{width:977px;height:auto}@media only screen and (max-width:768px){.product-items .product-item .product-item-box .control .sale-image{width:100%;height:100%}}.product-items .product-item .product-item-box .control .sale-image .sale-img{width:100%;height:100%}.product-items .product-item .product-item-box .product-item-txt{margin-top:15px;font-size:12px;line-height:17px}@media only screen and (max-width:768px){.product-items .product-item .product-item-box .product-item-txt{text-align:center}}.sale-product-box{max-width:980px;width:100%;padding-right:15px}@media only screen and (max-width:768px){.sale-product-box{width:100%;padding:25px;position:relative}}.sale-product-box .breadcrumbs{padding:20px 0 0}@media only screen and (max-width:768px){.sale-product-box .breadcrumbs{display:none}}.sale-product-box .mobile-header{display:none;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:20px}@media only screen and (max-width:768px){.sale-product-box .mobile-header{display:-webkit-box;display:-ms-flexbox;display:flex}}.sale-product-box .mobile-header .prew-btn{color:#270f07;font-size:12px;font-weight:700;line-height:19px;text-decoration:none}.sale-product-box .mobile-header .prew-btn:before{content:"\2039";padding-left:5px;font-size:18px;font-weight:400}.sale-product-box .sale-title{font-size:40px;font-weight:400;line-height:44px;margin-bottom:15px}@media only screen and (max-width:768px){.sale-product-box .sale-title{margin-bottom:5px;font-size:28px;line-height:31px}}.sale-product-box .mobile-tabs-info{display:none;font-size:14px;line-height:22px;margin-bottom:20px}@media only screen and (max-width:768px){.sale-product-box .mobile-tabs-info{display:block}}.sale-product-box .page-info .page-title{font-size:30px;font-weight:400;line-height:30px;margin-bottom:20px}.sale-product-box .page-info .page-info-txt{font-size:14px;margin-bottom:25px}body[dir=ltr] .sale-product-box .mobile-header .prew-btn:before{padding-left:0;padding-right:5px}.sale-form-box{position:fixed;position:-webkit-sticky;position:sticky;top:110px;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;-webkit-box-shadow:2px 0 5px hsla(0,0%,80%,.3);box-shadow:2px 0 5px hsla(0,0%,80%,.3);background-color:#fff;max-width:340px;padding:30px 25px;margin-bottom:30px;margin-right:10px}@media only screen and (max-width:768px){.sale-form-box{position:fixed;left:0;right:0;top:100vh;max-height:calc(100vh - 120px);max-width:unset;z-index:5;overflow:auto;border-top:1px solid #ddd;background-color:#281108;margin-bottom:0;margin-right:0;-webkit-transition:top .4s linear;transition:top .4s linear;height:100vh}.sale-form-box.open{top:60px}}@media only screen and (min-width:768px) and (max-height:800px){.sale-form-box{padding:15px}}.sale-form-box .close-icon{display:none}@media only screen and (max-width:768px){.sale-form-box .close-icon{display:block;margin-right:auto;margin-bottom:10px}}.sale-form-box .form-title{font-size:18px;font-weight:400;line-height:22px;max-width:250px;margin-bottom:15px}@media only screen and (min-width:768px) and (max-height:800px){.sale-form-box .form-title{font-size:14px;margin-bottom:5px}}@media only screen and (max-width:768px){.sale-form-box .form-title{color:#fff;font-size:14px;text-align:center;max-width:unset}}.sale-form-box .sale-form{margin:0 auto;max-width:290px}@media only screen and (max-width:768px){.sale-form-box .sale-form{max-width:270px}}.sale-form-box .sale-form .input-label{font-size:13px}@media only screen and (max-width:768px){.sale-form-box .sale-form .input-label{color:#fff}}.sale-form-box .sale-form .input-wrapper{margin-bottom:15px;margin-top:5px}@media only screen and (max-width:768px){.sale-form-box .sale-form .input-wrapper{margin-bottom:5px}}@media only screen and (min-width:768px) and (max-height:800px){.sale-form-box .sale-form .input-wrapper{margin-top:0;margin-bottom:5px}}.sale-form-box .sale-form .text-field-input{min-width:265px;height:40px;padding:0 15px 0 0}@media only screen and (max-width:768px){.sale-form-box .sale-form .text-field-input{min-width:180px;max-width:250px}}@media only screen and (min-width:768px) and (max-height:800px){.sale-form-box .sale-form .text-field-input{height:34px}}.sale-form-box .sale-form .text-field-input::-webkit-input-placeholder{color:#999;font-size:13px}.sale-form-box .sale-form .text-field-input:-ms-input-placeholder{color:#999;font-size:13px}.sale-form-box .sale-form .text-field-input::placeholder{color:#999;font-size:13px}.sale-form-box .sale-form .input-comment{min-width:265px;height:55px;padding:15px 15px 0 0}@media only screen and (max-width:768px){.sale-form-box .sale-form .input-comment{min-width:180px;max-width:250px;width:100%}}.sale-form-box .sale-form .input-comment::-webkit-input-placeholder{color:#999;font-size:13px}.sale-form-box .sale-form .input-comment:-ms-input-placeholder{color:#999;font-size:13px}.sale-form-box .sale-form .input-comment::placeholder{color:#999;font-size:13px}.sale-form-box .sale-form .validation-error{font-size:12px;line-height:25px;color:#9f233b}@media only screen and (max-width:768px){.sale-form-box .sale-form .validation-error{color:red}}.sale-form-box .sale-form .checkbox-box{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin:15px 0}@media only screen and (min-width:768px) and (max-height:800px){.sale-form-box .sale-form .checkbox-box{margin:5px 0}}.sale-form-box .sale-form .checkbox-box .checkbox-input:before{font-size:14px;padding-left:2px;padding-right:2px}@media only screen and (max-width:768px){.sale-form-box .sale-form .checkbox-box .checkbox-input:before{border:1px solid #fff}}.sale-form-box .sale-form .checkbox-box .label-text{line-height:14px}@media only screen and (min-width:768px) and (max-height:800px){.sale-form-box .sale-form .checkbox-box .label-text{font-size:10px}}@media only screen and (max-width:768px){.sale-form-box .sale-form .checkbox-box .label-text{color:#fff;font-size:12px}}.sale-form-box .sale-form .checkbox-box .checkbox-txt{font-size:14px;line-height:14px;color:#666}@media only screen and (min-width:768px) and (max-height:800px){.sale-form-box .sale-form .checkbox-box .checkbox-txt{font-size:10px}}@media only screen and (max-width:768px){.sale-form-box .sale-form .checkbox-box .checkbox-txt{color:#fff;font-size:12px}}.sale-form-box .sale-form .checkbox-box .checkbox-txt .chek-link{color:#666;text-decoration:underline}@media only screen and (max-width:768px){.sale-form-box .sale-form .checkbox-box .checkbox-txt .chek-link{color:#fff}}.sale-form-box .sale-form .form-btn{width:100%;height:40px;color:#fff;font-size:14px;background-color:#9f233b;border:none;-webkit-transition:all .3s ease;transition:all .3s ease}@media only screen and (max-width:768px){.sale-form-box .sale-form .form-btn{outline:none}}.sale-form-box .sale-form .form-btn:hover{background-color:#c71244;cursor:pointer}@media only screen and (max-width:768px){.sale-form-box .sale-form .form-btn:hover{background-color:#9f233b;color:#fff}}.sale-form-box .sale-form .form-btn:disabled{background-color:grey}.form-request-container{display:none;position:fixed;left:0;right:0;bottom:0;z-index:4;background-color:#fff;padding:20px 30px;text-align:center}@media only screen and (max-width:768px){.form-request-container{display:block}}.form-request-container .form-request-btn{border:1px solid #9b1536;background-color:#9b1536;color:#fff;font-size:16px;width:100%;max-width:260px;padding:10px}h2,h3{margin-top:0;margin-bottom:5px}.thank-sale-box{background-color:#23150c;padding:25px 30px;max-width:340px}.thank-sale-box .thank-title{color:#fff;font-size:18px;font-weight:400;line-height:22px;margin-bottom:0}.thank-sale-box .thank-sub-title{color:#fff;font-size:14px;line-height:22px;margin-bottom:25px}.thank-sale-box .contact .contact-item{border-bottom:1px solid #fff;padding-bottom:25px;margin-bottom:35px}.thank-sale-box .contact .contact-item:last-child{border:none;padding-bottom:0;margin-bottom:10px}.thank-sale-box .contact .contact-item .tel-title{color:#fff;font-size:16px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:baseline;-ms-flex-align:baseline;align-items:baseline;line-height:20px}.thank-sale-box .contact .contact-item .tel-title .tel-img{padding-left:8px}.thank-sale-box .contact .contact-item .tel{color:#fff;font-size:30px;font-weight:300}.thank-sale-box .contact .contact-item .tel--margin{margin-bottom:10px}.thank-sale-box .contact .contact-item .fax-mail-title{color:#fff;font-size:16px;margin-bottom:5px}.thank-sale-box .contact .contact-item .fax{color:#fff;font-size:16px;font-weight:300;line-height:20px}.thank-sale-box .contact .contact-item .fax .fax-mail-img{padding-left:8px}.thank-sale-box .contact .contact-item .mail{color:#fff;font-size:16px;font-weight:300;line-height:20px}.thank-sale-box .contact .contact-item .mail .fax-mail-img{padding-left:8px}.thank-sale-box .contact .contact-item .office-contact-title{color:#fff;font-size:16px}.thank-sale-box .contact .contact-item .office-contact{color:#fff;font-size:16px;font-weight:300;line-height:20px}.sale-page-box{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}