.spinner-wrap{width:100%;display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center}.spinner-wrap.full{height:100vh;width:100%;position:fixed;z-index:10;background-color:hsla(0,0%,100%,.7)}.spinner-wrap.absolute,.spinner-wrap.full{-webkit-justify-content:center;justify-content:center;left:0;top:0}.spinner-wrap.absolute{position:absolute;height:100%;background-color:hsla(0,0%,100%,.8)}.spinner-wrap.center{-webkit-justify-content:center;justify-content:center}.spinner-wrap.end{-webkit-justify-content:flex-end;justify-content:flex-end}.spinner-wrap.start{-webkit-justify-content:flex-start;justify-content:flex-start}.spinner-wrap.md .spinner{width:35px;height:35px}.spinner{display:inline-block;width:50px;height:50px;border-radius:50%;border:3px solid rgba(250,100,0,.3);border-top-color:#fa6400;animation:spin 1s ease-in-out infinite;-webkit-animation:spin 1s ease-in-out infinite}@keyframes spin{to{-webkit-transform:rotate(1turn)}}@-webkit-keyframes spin{to{-webkit-transform:rotate(1turn)}}.skeleton-placeholder{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-name:placeHolderShimmer;animation-name:placeHolderShimmer;-webkit-animation-timing-function:linear;animation-timing-function:linear;background:#eee;background:linear-gradient(90deg,#f5f5f5 8%,#eaeaea 18%,#f5f5f5 33%);background-size:800px 104px;position:relative;content:""}.skeleton-placeholder.w-100{width:100%}.skeleton-placeholder.w-90{width:90%}.skeleton-placeholder.w-80{width:80%}.skeleton-placeholder.w-70{width:70%}.skeleton-placeholder.w-60{width:60%}.skeleton-placeholder.w-50{width:50%}.skeleton-placeholder.w-40{width:40%}.skeleton-placeholder.w-30{width:30%}.skeleton-placeholder.w-20{width:20%}.skeleton-placeholder.w-10{width:10%}.skeleton-placeholder.h-100{height:100%}.skeleton-placeholder.h-34px{height:34px}.skeleton-placeholder.h-30px{height:30px}.skeleton-placeholder.h-24px{height:24px}.skeleton-placeholder.h-22px{height:22px}.skeleton-placeholder.h-20px{height:20px}.skeleton-placeholder.h-18px{height:18px}.skeleton-placeholder.h-16px{height:16px}.skeleton-placeholder.h-14px{height:14px}.skeleton-placeholder.h-12px{height:12px}.skeleton-placeholder.br-0{border-radius:0}.p-abs{position:absolute;left:0;top:0}.min-h-300{min-height:300px}@-webkit-keyframes placeHolderShimmer{0%{background-position:-468px 0}to{background-position:468px 0}}@keyframes placeHolderShimmer{0%{background-position:-468px 0}to{background-position:468px 0}}.twin-panel{border-radius:10px;background-color:#fff;padding:30px;box-shadow:2px 4px 8px 0 rgba(0,0,0,.05)}.form-field{margin-bottom:24px;position:relative}.form-field--small .form-field__input{height:24px;padding:4px 11px;font-size:14px}.form-field--default .form-field__input{height:32px;padding:4px 11px;font-size:14px}.form-field--large .form-field__input{height:40px;padding:6px 11px;font-size:16px}.form-field--error .form-field__input,.form-field--error .form-field__textarea{border-color:#ff4d4f}.form-field--error .form-field__input:focus,.form-field--error .form-field__textarea:focus{box-shadow:0 0 0 2px rgba(245,34,45,.2)}.form-field--disabled .form-field__input,.form-field--disabled .form-field__textarea{background-color:#f3f4f6}.form-field:not(.form-field--error) .form-field__input:focus,.form-field:not(.form-field--error) .form-field__textarea:focus{box-shadow:0 0 0 2px rgba(24,144,255,.2);border-color:#40a9ff}.form-field__label{font-size:14px;color:#000;font-weight:700;line-height:20px;margin-bottom:5px;display:block}.form-field__error{font-size:12px;color:#f5222d;font-weight:300;line-height:1.2;position:absolute;bottom:0;left:0;-webkit-transform:translateY(100%);transform:translateY(100%)}.form-field__input{display:block;width:100%;background-color:#fff;border:1px solid #d9d9d9;border-radius:4px;line-height:1.5;transition:all .3s}.form-field__input:hover{border-color:#b3b3b3}.form-field__input::-webkit-input-placeholder{color:#bfbfbf;opacity:1;font-size:14px;font-family:SF-Pro,sans-serif}.form-field__input::placeholder{color:#bfbfbf;opacity:1;font-size:14px;font-family:SF-Pro,sans-serif}.form-field__textarea{display:block;padding:6px 11px;width:100%;background-color:#fff;border:1px solid #d9d9d9;border-radius:4px;line-height:1.5;transition:all .3s;font-size:16px;font-family:SF-Pro,sans-serif}.form-field__textarea:hover{border-color:#b3b3b3}.form-field__textarea::-webkit-input-placeholder{color:#bfbfbf;opacity:1;font-size:14px;font-family:SF-Pro,sans-serif}.form-field__textarea::placeholder{color:#bfbfbf;opacity:1;font-size:14px;font-family:SF-Pro,sans-serif}.form-field__checkbox-input{display:none}.form-field__checkbox-input:checked+.form-field__checkbox-mask{background-color:rgba(255,133,13,.55)}.form-field__checkbox-input:checked+.form-field__checkbox-mask:after{left:16px}.form-field__checkbox-mask{cursor:pointer;height:14px;width:36px;border-radius:8.5px;background-color:#c2c4ca;display:block;position:relative;transition:.3s ease-in-out}.form-field__checkbox-mask:after{content:"";position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);left:0;height:20px;width:20px;background-color:#ff850d;border-radius:100px;transition:.3s ease-in-out}.form-field__checkbox{display:block}.form-field--position-left .form-field__checkbox .form-field__label{margin-bottom:0;margin-right:20px}.form-field--position-beet .form-field__checkbox,.form-field--position-left .form-field__checkbox{display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center}.form-field--position-beet .form-field__checkbox{-webkit-justify-content:space-between;justify-content:space-between}.form-field__checkbox .form-field__label{-webkit-user-select:none;user-select:none;margin-right:20px;margin-bottom:0}.form-field__upload input{display:none}.form-field__upload .form-field__upload-mask{padding:8px;display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;-webkit-justify-content:center;justify-content:center;width:100%;height:102px;font-size:14px;border:1px dashed #d9d9d9;border-radius:4px;cursor:pointer;text-align:center;transition:.2s ease;margin-right:8px;margin-bottom:8px;color:#bfbfbf}.form-field__upload .form-field__upload-mask:hover{border-color:#ff9800;color:#ff9800}.form-field__upload .form-field__preview{border:1px solid #d9d9d9;width:102px;height:102px;border-radius:4px;margin-right:8px;margin-bottom:8px;position:relative}.form-field__upload .form-field__preview:hover .delete-btn,.form-field__upload .form-field__preview:hover:after{opacity:1;pointer-events:auto}.form-field__upload .form-field__preview:after{width:100%;height:100%;background-color:rgba(0,0,0,.5);content:"";position:absolute;left:0;top:0;opacity:0;pointer-events:none;transition:.2s ease-in-out}.form-field__upload .form-field__preview .delete-btn{width:16px;height:16px;content:"";cursor:pointer;position:absolute;left:50%;top:50%;margin-top:-8px;margin-left:-8px;z-index:2;opacity:0;pointer-events:none;transition:.2s ease}.form-field__upload .form-field__preview .delete-btn svg{max-width:100%;max-height:100%;fill:#fff}.form-field__upload .form-field__preview img{width:100%;height:100%;position:absolute;left:0;top:0;object-fit:cover}.form-field .input-group{display:-webkit-flex;display:flex}.form-field .input-group.has-append .form-field__input{border-top-left-radius:0;border-bottom-left-radius:0}.form-field .input-group.has-prepend .form-field__input{border-top-right-radius:0;border-bottom-right-radius:0}.form-field .input-group-append,.form-field .input-group-prepend{color:#495057;text-align:center;white-space:nowrap;background-color:#f3f4f6;padding:6px 15px;margin-left:1rem;display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;-webkit-justify-content:center;justify-content:center;min-width:40px}.form-field .input-group-append{border-radius:4px 0 0 4px}.form-field .input-group-prepend{cursor:pointer;border-radius:4px}.react-datepicker-wrapper{width:100%}.react-datepicker{font-size:.8em}.react-datepicker__header{padding-top:.8em}.react-datepicker__month{margin:.4em 1em}.react-datepicker__day,.react-datepicker__day-name{width:1.9em;line-height:1.9em;margin:.166em}.react-datepicker__current-month{font-size:1em}.react-datepicker__navigation{top:1em;line-height:1.7em;border:.45em solid transparent}.react-datepicker__navigation--previous{border-right-color:#ccc;left:1em}.react-datepicker__navigation--next{border-left-color:#ccc;right:1em}.mx-main-modal-container{position:fixed;right:0;top:0;width:100%;height:100vh;z-index:100;overflow-y:auto}.mx-main-modal-container .mx-main-modal-overlay{width:100%;height:100%;content:"";background-color:rgba(0,0,0,.4);position:fixed;left:0;top:0}.mx-main-modal-container .mx-main-modal{position:relative;z-index:2;display:-webkit-flex;display:flex;height:100%}.mx-main-modal-container .mx-main-modal .mx-modal-wrapper{margin:auto;padding:10px;position:relative;width:100%}.mx-main-modal-container .mx-main-modal .mx-modal-wrapper .close-btn{width:50px;height:50px;border-radius:100px;content:"";background-image:url(/static/media/i-close.ec85bbfc.svg);background-position:50%;background-repeat:no-repeat;background-size:15px;background-color:#fff;position:absolute;right:50%;cursor:pointer;opacity:1;bottom:-50px;box-shadow:6px 6px 30px 0 rgba(0,0,0,.3);-webkit-transform:translateX(50%);transform:translateX(50%)}.mx-main-modal-container .mx-main-modal .mx-modal-wrapper .mx-modal-box{background-color:#fff;border-radius:12px;box-shadow:30px 32px 64px 0 rgba(0,0,0,.31)}.mx-main-modal-container .mx-main-modal .mx-modal-wrapper .mx-modal-box.overflow-scroll{max-height:70vh;overflow-y:auto}.mx-main-modal-container .mx-main-modal .mx-modal-wrapper .mx-modal-box .mx-buttons{display:-webkit-flex;display:flex;-webkit-flex-wrap:wrap;flex-wrap:wrap}.mx-main-modal-container .mx-main-modal .mx-modal-wrapper .mx-modal-box .mx-buttons .mx-btn{margin:0 10px}.max-w-700{max-width:700px!important}.max-w-650{max-width:650px!important}.max-w-600{max-width:600px!important}.max-w-500{max-width:500px!important}.max-w-450{max-width:450px!important}.max-w-400{max-width:400px!important}.max-w-350{max-width:350px!important}.max-w-300{max-width:300px!important}@font-face{font-family:SF-Pro;src:url(/static/media/SF-Pro-Display-Regular.ecc97c84.woff2) format("woff2"),url(/static/media/SF-Pro-Display-Regular.21b9479b.woff) format("woff");font-weight:400;font-style:normal}@font-face{font-family:SF-Pro;src:url(/static/media/SF-Pro-Display-Medium.320f118c.woff2) format("woff2"),url(/static/media/SF-Pro-Display-Medium.26a1e30c.woff) format("woff");font-weight:500;font-style:normal}@font-face{font-family:SF-Pro;src:url(/static/media/SF-Pro-Display-Semi-Bold.af64ab08.woff2) format("woff2"),url(/static/media/SF-Pro-Display-Semi-Bold.2c151db5.woff) format("woff");font-weight:600;font-style:normal}@font-face{font-family:SF-Pro;src:url(/static/media/SF-Pro-Display-Bold.b5ba3dd8.woff2) format("woff2"),url(/static/media/SF-Pro-Display-Bold.43088ea6.woff) format("woff");font-weight:700;font-style:normal}@font-face{font-family:DINPro;src:url(/static/media/DINPro-Medium.b4bfb9fd.woff2) format("woff2"),url(/static/media/DINPro-Medium.dbff7787.woff) format("woff");font-weight:500;font-style:normal}.won-currency{font-family:Arial,Helvetica,sans-serif!important}.reset-list{padding:0;margin:0}.reset-list li{list-style:none}.c-pointer{cursor:pointer}.o_secondary{color:#ff850d}.page-title{width:100%;display:-webkit-flex;display:flex;-webkit-justify-content:space-between;justify-content:space-between;-webkit-align-items:center;align-items:center;margin-bottom:30px}.page-title.din-pro h2{font-family:DINPro;letter-spacing:-2px}.page-title-gap{margin-top:30px;margin-bottom:30px}.page-title-uppercase h2{font-size:3.2rem}.page-title h2{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIAAAAAjCAYAAABctgKLAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAQqSURBVHgB7ZtfbttGEMZndkkhLQKUeVERoEDZdweVTmD5BM0NkhvkCElO0N6gvkHRG9AnMN2ofTUNFAjioLD64NYxuTuZoURZDiJHoil6ae0PMERJhA3wm2/+cGiEjkPHh9HFA4i0DiM0FKHGWD5HhAgsRQrxG34bzU6Ppy8YX/sdQPHSP4AwQcIJn8U/ID+pRTgxBEmvv5NCx0FwjP/fHsbyGkAQi5gLQn4/OyWuBLxRuFbAzAK9Dvo7+9BRWgmAStRQ6QGgikRURSCCijNjdwStC2YfzOXeV4+HGXSMWwWACCupV5GNS2GJ4tKphBGgiIlRd0Vdm0lxCXu979wtC6KXZNbw8ZOk+uyzAVDV1bljt1vYNcAMzy+H+MNwAneMaFg8DAYKcKAs7pKiEafYiAVPsb8zrM5DOh3/DAupmJAiORE8tSCi1/rbJ6+gZURw87UeaVS7/HZACINlOuJ5/qgKUg6AP4+9mxtlovo7j2DDSDrvBeFT7qV+ZBlH62hoDO1VZSBgx084UjzNEdHf4wE22AtU6TwAdjfRaO5ugpl06wmoFIz4JZHjgKw9QlQD8DSG6YFcz9oBIO4OdTjSIO4GdjcMdCn2TOhbGhYRd6vjgN/decNy39CkVr6my5q18jvYGHPDSwBkvgQ0TG6zZV8tc7fA5Rha0mJepgJuIiZe/wYhyKr6f612W+7M23H3Stig7APSoDCUae3cHeFOw6P1r1VnPq/dcokdcho3gpKBeAzklEQ6PAbPtlGOq6X17enYV4EtBEMVq+kR+ElgCzG53QtmxxksjAZ3D08msn9HymQXby39K5+R4t080IDn2Gf+dvXtQW5MywDgi5oRz6GwUT4RleiEZARliBvRAorswQULvGSRIh01PAxfEuELP7Y2Ayr8qQwAcRi7CuoxFVa2TKVTuZyUwpKd5NaU49Bt9+T5+zfcUeNv3vWNkZClI0KbzErA1InXWeJYFtaiycJznndbWHvSP3+9IGN/AU9dRMOEDB6whmlwUaSLupUBoGyxb3SYWchTY2DiypMtxbs/nnrx1wUzLumJATjITZ58SUun7wBZXlWDX1XfRPmQ6jSdU6L/M8m6WTkARylOx8+9+J8ydbe1cCTpfPHRrro4GwAKwXf7U3cfkMJ0lXReBydLAJ0dRpSHZ7Bd3NisbQo3M8AFj3sa7jNXtXuD7l4FZ0vA/eKqdhuVJ73+0JlHx52dAuz78VlHb/xMUzmLzWvgtE5n3ibOZgCy9ndE9QzcxplUXhdnA8Ba3NcaXAoAETvbdFfeNk7fCDLv3rziHcVLaJ9rzpY7pC7V7SZx/lmwzQcB7zfQpmTg5D45e1U68TBg8Xb8XGmQIIihNldCl//W3eKs7TKdehpUAgGVHXFzKA80xgCLU8Jso8kiL24vJX23tbn0eDrHRyz9Wq3zNf2fAAAAAElFTkSuQmCC) no-repeat 50%;background-size:contain}section.new-products{margin:3.6rem 0 5rem}section.new-products .row{margin:-10px}.vertical-card{width:20%;padding:10px}.vertical-card__wrap{position:relative;overflow:hidden;box-shadow:1px 22px 91px 0 rgba(0,0,0,.1);border-radius:10px}.vertical-card .sale{right:-12px;background-color:#5eab0e;-webkit-justify-content:flex-start;justify-content:flex-start;text-transform:uppercase;padding:9px 12px}.vertical-card .new,.vertical-card .sale{position:absolute;top:10px;width:65px;border-radius:15.5px;display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;color:#fff;font-size:1.2rem}.vertical-card .new{left:-12px;height:31px;background-color:#fa6400;-webkit-justify-content:flex-end;justify-content:flex-end;padding:0 12px}.vertical-card img{width:100%;object-fit:cover}.vertical-card .product-body{padding:9px 15px 20px}.vertical-card .product-body a{font-size:1.4rem;letter-spacing:-.25px;font-family:SF-Pro;margin-bottom:20px;text-decoration:none}.vertical-card .product-body .price{letter-spacing:-2px;font-family:DINPro;display:-webkit-flex;display:flex;-webkit-align-items:flex-end;align-items:flex-end}.vertical-card .product-body .price .price-num{font-size:3.6rem;line-height:27px}.vertical-card .product-body .price span{font-size:1.6rem;margin-left:5px;letter-spacing:-.6px}.horizontal-card__wrap{position:relative;overflow:hidden;box-shadow:1px 22px 91px 0 rgba(0,0,0,.1);display:-webkit-flex;display:flex;border-radius:10px}.horizontal-card__wrap .new,.horizontal-card__wrap .sale{display:none}.horizontal-card__wrap img{height:14rem;width:14rem;object-fit:cover}.horizontal-card__wrap .product-body{padding:2.5rem 2rem}.horizontal-card__wrap .product-body a{font-size:1.4rem;letter-spacing:-.25px;margin-bottom:20px}.horizontal-card__wrap .product-body .price{font-size:3.6rem;line-height:19px;letter-spacing:-2px;font-family:DINPro}.horizontal-card__wrap .product-body .price span{font-size:1.6rem;margin-left:5px;letter-spacing:-.6px}section.current-offer .row{margin:-10px}section.current-offer .row .horizontal-card{width:33.3333%;padding:10px}section.current-offer .link-bar{width:100%;margin-bottom:2.4rem}section.current-offer .link-bar ul{display:-webkit-flex;display:flex;width:100%;border-bottom:2px solid hsla(11,95%,91%,.6)}section.current-offer .link-bar ul li{padding:0 2.8rem 1.5rem;margin-bottom:-2px;border-bottom:2px solid hsla(11,95%,91%,.6);transition:all .2s}section.current-offer .link-bar ul li.active,section.current-offer .link-bar ul li:hover{border-bottom:2px solid #ff9800}.briefly-about{margin:2.4rem 0 10.5rem;position:relative}.briefly-about .block{margin-bottom:7rem}.briefly-about .block .text{max-width:72rem}.briefly-about .block .text p{font-size:1.8rem;line-height:3.2rem;color:#000;font-family:SF-Pro;z-index:2}.briefly-about .block .image{position:absolute;right:0;top:-4.5rem;z-index:-1}.briefly-about .mobile-app{display:-webkit-flex;display:flex;-webkit-justify-content:space-between;justify-content:space-between;-webkit-align-items:center;align-items:center}.briefly-about .mobile-app h5{font-weight:600;max-width:46rem;line-height:2.5rem}.briefly-about .mobile-app .stores{display:-webkit-flex;display:flex}.briefly-about .mobile-app .stores a{margin-right:2rem}.briefly-about .mobile-app .stores a:hover{-webkit-transform:translateY(-.5rem);transform:translateY(-.5rem)}.briefly-about .mobile-app .stores a:last-child{margin:0}.footer-head{background:#fff;padding:2rem 3rem;width:100%;position:absolute;left:0;top:0;box-shadow:20px 22px 84px 0 rgba(0,0,0,.09)}.footer-head .row{-webkit-align-items:center;align-items:center}.footer-head .text{display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column;-webkit-justify-content:center;justify-content:center}.footer-head .text h2{font-size:4.2rem;font-weight:300;letter-spacing:-2.15px;margin-bottom:.5rem;color:#ff850d;font-family:DINPro}.footer-head .text p{color:#3a3f46;font-weight:300;font-family:SF-Pro}.footer-head ul{display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center}.footer-head ul.socials-links{width:100%}.footer-head ul.payment-methods li{height:34px}.footer-head ul li{margin-right:1.8rem}.footer-head ul li:last-child{margin:0}.order .centered{text-align:center}.order .overlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:20;background:rgba(0,0,0,.4)}.order .order-wrap .order-body{padding:4.5rem 5rem 0}.order .order-wrap .order-body h4{font-size:2.3rem;letter-spacing:.96px;line-height:28px;margin-bottom:1.5rem}.order .order-wrap .order-body p.desc{max-width:49.7rem;color:#3a3f46;margin-bottom:1.5rem;letter-spacing:.67px;line-height:2.1rem}.order .order-wrap .order-body p.desc.primary{color:#fa6400}.order .order-wrap .order-body .user-info li{color:#3a3f46;font-family:SF-Pro;letter-spacing:.67px;line-height:39px;display:-webkit-flex;display:flex}.order .order-wrap .order-body .user-info li p{width:25rem}.order .order-wrap .order-body .order-price{padding:2.4rem 3.2rem;border:1px dashed #ff850d;border-radius:10px;margin:2.2rem 0}.order .order-wrap .order-body .order-price p{color:#6a6a6a;font-size:1.4rem;font-weight:500;letter-spacing:0;line-height:1.6rem;margin-bottom:.7rem}.order .order-wrap .order-body .order-price h5{color:#3a3f46;letter-spacing:-.57px;line-height:21px;margin-bottom:1.6rem}.order .order-wrap .order-body .order-price h5:last-child{margin-bottom:0}.order .order-wrap .order-body .button-group{color:#3a3f46;font-family:SF-Pro;font-size:2.1rem;letter-spacing:.88px;line-height:2.5rem;display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column}.success-svg__stars{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:scale(.5);transform:scale(.5);opacity:0;transition:.3s ease-in-out;transition-delay:.05s}.opened .success-svg__stars{-webkit-transform:scale(1);transform:scale(1);opacity:.5}.success-svg__stars2{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:scale(.5);transform:scale(.5);opacity:0;transition:.3s ease-in-out}.opened .success-svg__stars2{-webkit-animation:SUCCESS-SVG .3s forwards;animation:SUCCESS-SVG .3s forwards}@-webkit-keyframes SUCCESS-SVG{0%{opacity:0}20%,80%{opacity:.5}to{opacity:0;-webkit-transform:scale(2);transform:scale(2)}}@keyframes SUCCESS-SVG{0%{opacity:0}20%,80%{opacity:.5}to{opacity:0;-webkit-transform:scale(2);transform:scale(2)}}.success-svg__avatar{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:scale(.8);transform:scale(.8);transition:.3s ease-in-out}.opened .success-svg__avatar{-webkit-transform:scale(1);transform:scale(1)}.order .order-wrap.payment-info{position:relative;width:35rem;border-radius:3px}.order .order-wrap.payment-info .order-head{padding:2.8rem 0;border-bottom:2px dashed #979797;color:#000;font-weight:600;letter-spacing:-.06px;margin-bottom:.5rem}.order .order-wrap.payment-info .order-body{padding:0}.order .order-wrap.payment-info .order-body .bonus{font-size:1.7rem;font-family:SF-Pro;letter-spacing:-.07px;line-height:2rem}.order .order-wrap.payment-info .order-body ul{padding:0 2rem}.order .order-wrap.payment-info .order-body ul.total{margin:2.1rem 0 2.6rem;background:#f6f9fd}.order .order-wrap.payment-info .order-body ul.total .total-title{padding-top:2rem;font-weight:600;opacity:.68;font-size:1.4rem;letter-spacing:-.05px}.order .order-wrap.payment-info .order-body ul.total li:last-child{border-bottom:none}.order .order-wrap.payment-info .order-body ul li{display:-webkit-flex;display:flex;-webkit-justify-content:space-between;justify-content:space-between;-webkit-align-items:center;align-items:center;padding:1.5rem 0;border-bottom:2px solid rgba(120,121,147,.35)}.order .order-wrap.payment-info .order-body ul li p{font-size:1.5rem;letter-spacing:0;color:#000;font-family:SF-Pro}.order .order-wrap.payment-info .order-body ul li span{color:#000;font-size:1.4rem;font-weight:500;letter-spacing:-.05px;max-width:16.5rem;text-align:right}.order .order-wrap.payment-info .order-body ul li span.price{font-family:DINPro;font-size:2.3rem;letter-spacing:-.5px}.order .order-wrap.payment-info .order-body .order-button.circle{position:absolute;bottom:calc(-3.2rem - 58px);left:calc(50% - 30px);border:none;height:58px;width:61px;border-radius:50%;background-color:#fff;box-shadow:0 32px 44px 0 rgba(0,0,0,.15);font-weight:600;font-size:1.5rem;letter-spacing:-.07px;line-height:1.8rem}.order .order-wrap.payment .logo{height:8rem;width:8rem;background-color:#fff;box-shadow:11px 22px 44px 0 rgba(212,215,225,.59);border-radius:50%;position:absolute;left:calc(50% - 4rem);top:-40px;display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;-webkit-justify-content:center;justify-content:center}.order .order-wrap.payment .order-body{padding:6rem 3rem 3rem}.order .order-wrap.payment .order-body h6.order-title{color:#414d6a;font-size:1.5rem;font-weight:600;letter-spacing:-.01px;line-height:18px;margin-bottom:2.9rem}.order .order-wrap.payment .order-body .bonus{width:100%;height:4.9rem;border-radius:7px;background-color:rgba(255,152,0,.17);display:-webkit-flex;display:flex;-webkit-justify-content:center;justify-content:center;-webkit-align-items:center;align-items:center;margin:.6rem 0 2rem}.order .order-wrap.payment .order-body .bonus p{color:#3a3f46;font-size:1.2rem;font-weight:600;letter-spacing:-.08px;line-height:1.2rem}.order .order-wrap.payment .order-body .radio-block label input{display:none}.order .order-wrap.payment .order-body .radio-block label .checkbox-wrap{position:relative;display:-webkit-flex;display:flex;border:1px solid hsla(0,0%,59%,.3);border-radius:8px;padding:1.5rem 2rem 1.4rem 1.6rem;margin-bottom:5.1rem;cursor:pointer}.order .order-wrap.payment .order-body .radio-block label .checkbox-wrap.active,.order .order-wrap.payment .order-body .radio-block label .checkbox-wrap.active .radio{border-color:#ff850d}.order .order-wrap.payment .order-body .radio-block label .checkbox-wrap.active .radio:after{background-color:#ff850d}.order .order-wrap.payment .order-body .radio-block label .checkbox-wrap.active .price{color:#ff850d}.order .order-wrap.payment .order-body .radio-block label .checkbox-wrap.active .check{background-color:#ff850d}.order .order-wrap.payment .order-body .radio-block label .checkbox-wrap .radio{height:20px;width:20px;border:1px solid hsla(0,0%,59%,.3);border-radius:50%;margin:auto 1.7rem auto 0;position:relative}.order .order-wrap.payment .order-body .radio-block label .checkbox-wrap.active .radio{background-color:#ff850d}.order .order-wrap.payment .order-body .radio-block label .checkbox-wrap .radio:after{position:absolute;left:calc(50% - 4px);top:calc(50% - 4px);content:"";height:8px;width:8px;background-color:hsla(0,0%,59%,.3);border-radius:50%}.order .order-wrap.payment .order-body .radio-block label .checkbox-wrap .checkbox__text .text__title{font-weight:600;font-size:1.5rem;letter-spacing:0;margin-bottom:.5rem}.order .order-wrap.payment .order-body .radio-block label .checkbox-wrap .checkbox__text .text__subtitle{max-width:17.7rem;color:#6a6a6a;font-size:1.2rem;font-weight:600;letter-spacing:.5px}.order .order-wrap.payment .order-body .radio-block label .checkbox-wrap .price{margin:auto 0 0 auto;color:#6a6a6a;font-size:1.6rem;font-weight:700;letter-spacing:0;line-height:19px}.order .order-wrap.payment .order-body .radio-block label .checkbox-wrap .check{height:20px;width:20px;border-radius:0 8px 0 4px;background-color:hsla(0,0%,59%,.3);position:absolute;right:-1px;top:-1px;display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;-webkit-justify-content:center;justify-content:center}.order .order-wrap.payment-info{border-radius:0 0 10px 10px}.order .order-wrap.payment-info.payment-confirm{width:47rem}.order .order-wrap.payment-info.payment-confirm .order-body .bonus{padding:1.7rem 2rem 0 1.7rem;font-family:SF-Pro;font-size:1.7rem;letter-spacing:-.07px}.order .order-wrap.payment-info.payment-confirm .order-body .total{margin-bottom:0}.order .order-wrap.payment-info.payment-confirm .order-body p.warning{padding:3rem 2rem;color:#3a3f46;font-weight:600;letter-spacing:0;background-color:#fed4d4}.order .order-wrap.payment-info.payment-confirm .order-body .button-group{-webkit-flex-direction:row;flex-direction:row}.order .order-wrap.payment-info.payment-confirm .order-body .button-group button{text-transform:uppercase;width:50%;border-radius:0}.btn-order{width:100%;height:54px;border-radius:10px;border:none;color:#000;font-size:1.4rem;font-weight:500;letter-spacing:.09px;line-height:16px;transition:all .3s;background-color:#ff9800;text-transform:uppercase}.btn-order:hover{background-color:#ff850d;color:#fff}.btn-order.light{background-color:#fff;color:#e02020}.btn-order.warning{color:#fff;background-color:#ff7070}.btn{padding:19px 30px;border-radius:10px;border:none;color:#000;font-size:1.4rem;font-weight:500;letter-spacing:.09px;line-height:16px;transition:all .3s;text-transform:uppercase;text-align:center}.btn-radius{border-radius:50px}.btn-large{width:246px}.btn-orange{background-color:#ff9800}.btn-orange:hover{background-color:#ff850d;color:#fff}.load-more{height:54px;width:226px;border-radius:10px;background-color:#feebd4;color:#8d3800;font-size:1.5rem;font-weight:500;letter-spacing:-.25px;line-height:18px;transition:all .3s;border:1px solid transparent}.load-more:hover{color:#ff9800;border:1px solid #ff9800;background:#fff}.btn-radius{padding:8px 42px;border-radius:16px;background:hsla(11,95%,91%,.53);color:#8d3800;transition:all .3s;border:1px solid transparent}.btn-radius:hover{background:#fff;color:#ff9800;border-color:#ff9800}.counter,.counter .append,.counter .prepend{display:-webkit-flex;display:flex}.counter .append,.counter .prepend{border-radius:7px;background-color:#efefef;-webkit-align-items:center;align-items:center;-webkit-justify-content:center;justify-content:center;cursor:pointer}.counter .append:hover,.counter .prepend:hover{background-color:#e8e8e8}.counter input{border:1px solid hsla(0,0%,59%,.47);border-radius:7px;text-align:center;padding:.5rem}.counter input::-webkit-inner-spin-button,.counter input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.counter:not(.counter-small){margin:2rem 0}.counter:not(.counter-small) .append,.counter:not(.counter-small) .prepend{height:45px;width:45px}.counter:not(.counter-small) input{height:4.6rem;width:10.2rem;margin-left:1.7rem;margin-right:1.7rem}.counter-small{margin:0 1.8rem 0 0}.counter-small .append,.counter-small .prepend{width:3.3rem;height:3.3rem}.counter-small .append svg,.counter-small .prepend svg{width:.9rem;height:.9rem}.counter-small input{width:7rem;height:3.3rem;margin-left:1rem;margin-right:1rem}.breadcrumbs ul{padding:1.1rem 2rem;background-color:#efefef;border-radius:4px;-webkit-flex-wrap:wrap;flex-wrap:wrap;margin-bottom:2.5rem}.breadcrumbs ul,.breadcrumbs ul li{display:-webkit-flex;display:flex}.breadcrumbs ul li{-webkit-align-items:center;align-items:center}.breadcrumbs ul li:last-child:after{display:none}.breadcrumbs ul li:last-child a:hover{color:#6c757d}.breadcrumbs ul li:after{display:inline-block;padding-right:.5rem;padding-left:.5rem;color:#6c757d;content:"/"}.breadcrumbs ul li:hover a{color:#ff9800}.breadcrumbs ul li a{color:#6d7278;font-family:SF-Pro;font-size:1.4rem;letter-spacing:-.23px}.product-item .other-products{margin-bottom:4.5rem}.product-card{margin-bottom:4rem;box-shadow:1px 22px 91px 0 rgba(0,0,0,.1)}.product-card__right{padding-top:3rem;padding-bottom:3rem}.product-card .product-slider{height:100%}.product-card .product-slider,.product-card .product-slider .product-slider-items{display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center}.product-card .product-slider .product-slider-items{width:10.5rem;height:55rem;-webkit-flex-direction:column;flex-direction:column;position:relative;padding:6rem 0;box-shadow:41px -18px 131px 0 rgba(0,0,0,.05)}.product-card .product-slider .product-slider-items__arrow{height:6rem;width:100%;display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;-webkit-justify-content:center;justify-content:center}.product-card .product-slider .product-slider-items .product-slider-items__prev{position:absolute;top:0;cursor:pointer}.product-card .product-slider .product-slider-items .product-slider-items__next{position:absolute;bottom:0;cursor:pointer}.product-card .product-slider .product-slider-items .slider-item{max-width:10.2rem;margin-bottom:1.1rem}.product-card .product-slider .product-slider-main{width:80%;height:100%;position:relative;padding:2rem;box-shadow:41px -18px 131px 0 rgba(0,0,0,.04)}.product-card .product-slider .product-slider-main .product-about{display:-webkit-flex;display:flex;position:absolute;left:0;top:0}.product-card .product-slider .product-slider-main .product-about .product-about__discount,.product-card .product-slider .product-slider-main .product-about .product-about__new,.product-card .product-slider .product-slider-main .product-about .product-about__sale{font-weight:600;font-size:1.1rem;letter-spacing:.46px;color:#fff;padding:.9rem 2rem;border-radius:15.5px;margin-right:1.3rem}.product-card .product-slider .product-slider-main .product-about .product-about__new{background-color:#fa6400}.product-card .product-slider .product-slider-main .product-about .product-about__sale{background-color:#5eab0e}.product-card .product-slider .product-slider-main .product-about .product-about__discount{background-color:#4f6df0;margin:0}.product-card .product-slider .product-slider-main .main-slider-item{height:100%;display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;-webkit-justify-content:center;justify-content:center;position:relative}.product-card .price-block{border-bottom:1px solid rgba(0,0,0,.23);padding-bottom:1.3rem;margin-bottom:1.3rem;margin-top:1.5rem}.product-card .price-block .price{font-size:5.6rem;opacity:.9;color:#3a3f46;font-family:DINPro;letter-spacing:-3px}.product-card .price-block span{font-family:SF-Pro;font-size:1.2rem;margin-right:2.5rem;letter-spacing:0}.product-card .price-block .price__second{width:-webkit-max-content;width:max-content;opacity:.9;color:#fa6400;font-family:DINPro;font-size:3.6rem;letter-spacing:-2px;position:relative}.product-card .price-block .price__second:after{content:"";position:absolute;height:3px;background-color:#fa6400;top:50%;left:0;right:20px}.product-card .whole{display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column}.product-card .whole label{font-family:SF-Pro;font-size:1.5rem;letter-spacing:-.25px;margin-bottom:.8rem}.product-card .whole .select-wrap{width:30.4rem;position:relative}.product-card .whole .select-wrap select{width:100%;border:1px solid hsla(0,0%,59%,.47);border-radius:5px;box-shadow:2px 11px 34px 0 rgba(0,0,0,.13);padding:1.5rem 2rem;-webkit-appearance:none;appearance:none}.product-card .whole .select-wrap img{position:absolute;width:1.5rem;top:calc(50% - 4px);right:2rem}.product-card .product-info{margin-bottom:-2rem}.product-card .product-info ul li{color:#3a3f46;letter-spacing:-.1px;font-size:1.8rem;font-family:SF-Pro}.product-card .product-info ul li span{font-size:2.8rem;font-family:DINPro;margin-left:.5rem}.product-card button.add-to-cart{height:5.4rem;width:22.5rem;border-radius:10px;background-color:#ff9800;border:none;font-family:SF-Pro;font-size:1.4rem;letter-spacing:.09px;text-align:center;position:relative;transition:all .3s}.product-card button.add-to-cart:hover{color:#ff9800;border:1px solid #ff9800;background-color:#fff}.product-card button.add-to-cart:hover svg{fill:#ff9800}.product-card button.add-to-cart svg{position:absolute;fill:#fff;top:calc(50% - 1.6rem);left:calc(15% - 1.6rem)}.product-card .col-lg-5{-webkit-flex-direction:column;flex-direction:column}.product-card .col-lg-5,.socials-links{display:-webkit-flex;display:flex;-webkit-justify-content:space-between;justify-content:space-between}.socials-links{width:22.5rem;background:#e4e6eb;border-radius:22px;padding:.5rem}.socials-links li{margin:0!important}.socials-links li:last-child{margin:0}.socials-links li a{width:4rem;height:3.4rem;background:#fff;border-radius:1.9rem;display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;-webkit-justify-content:center;justify-content:center}p.product-description{color:#6d7278;font-family:SF-Pro;font-size:1.8rem;letter-spacing:0;line-height:3.2rem;margin-bottom:2rem}.cart-preview{z-index:40;width:8.1rem;padding:1.1rem 0;position:fixed;top:calc(50% - 25rem);right:0;border-radius:48px;background-color:#fff;box-shadow:10px 23px 54px 0 rgba(0,0,0,.17);display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column;margin-right:2.5rem}.cart-preview a{font-size:1rem;letter-spacing:-.17px;padding:.9rem .6rem;text-align:center}.cart-preview a.basket .icon{-webkit-flex-direction:column;flex-direction:column;position:relative;margin-bottom:.8rem;font-size:1.1rem}.cart-preview a.basket .icon,.cart-preview a.basket .icon .count{display:-webkit-flex;display:flex}.cart-preview a.basket .icon .count{position:absolute;right:15px;top:0;height:15px;width:15px;color:#fff;font-weight:600;font-size:1rem;letter-spacing:0;background-color:#ff850d;border-radius:50%;-webkit-justify-content:center;justify-content:center;-webkit-align-items:center;align-items:center}.cart-preview a.wishlist{background-color:hsla(11,95%,91%,.38);margin-bottom:.3rem}.cart-preview a.last-views{background-color:rgba(212,216,254,.38);margin-bottom:.5rem}.cart-preview ul li{display:-webkit-flex;display:flex;-webkit-justify-content:center;justify-content:center;margin-bottom:.7rem}.cart-preview ul li a{height:63px;width:63px;padding:0}.cart-preview .scroll-top{height:3.5rem;width:3.5rem;border-radius:50%;display:-webkit-flex;display:flex;cursor:pointer;-webkit-justify-content:center;justify-content:center;-webkit-align-items:center;align-items:center;background:linear-gradient(180deg,hsla(0,0%,93%,.33),#d8d8d8);margin:1.4rem auto 0}.cart-preview .scroll-top img{height:13.53px;width:17.07px}.cart{margin-bottom:8.5rem}.cart .empty-cart{display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column;-webkit-justify-content:center;justify-content:center;-webkit-align-items:center;align-items:center;text-align:center;margin:15rem 0}.cart .empty-cart h5{max-width:25.5rem;color:#4a4a4a;font-family:SF-Pro;letter-spacing:0;line-height:2.1rem;margin-bottom:1.5rem}.cart .empty-cart a{margin-top:7rem;padding:1.6rem 6rem;display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;-webkit-justify-content:center;justify-content:center;border-radius:27px;background-color:#ff9800;transition:all .3s;text-transform:uppercase;font-size:1.4rem;font-weight:500;letter-spacing:.09px;line-height:1.6rem;text-align:center}.cart .empty-cart a:hover{background-color:#5eab0e;color:#fff}.cart-item{border-bottom:1px solid hsla(0,0%,59%,.2);padding:5rem 1.5rem 5rem 0}.cart-item:first-child{padding-top:0}.cart-item__wrap{display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;position:relative}.cart-item .cart__image{height:12.5rem;width:12.5rem}.cart-item .cart__image img{width:100%;height:100%}.cart-item .cart-item__body{padding-left:2.5rem;padding-right:40px}.cart-item .cart-item__body h6{max-width:47rem;color:#6d7278;font-weight:600;font-size:1.6rem;letter-spacing:0}.cart-item .cart-item__body .cart-item__middle{margin:1.5rem 0;display:-webkit-flex;display:flex}.cart-item .cart-item__body .cart-item__middle .counter{margin:0 1.8rem 0 0}.cart-item .cart-item__body .cart-item__middle .counter div{width:3.3rem;height:3.3rem}.cart-item .cart-item__body .cart-item__middle .counter div svg{width:.9rem;height:.9rem}.cart-item .cart-item__body .cart-item__middle .counter input{width:7rem;height:3.3rem;margin-left:1rem;margin-right:1rem}.cart-item .cart-item__body .cart-item__middle .price{color:#3a3f46;font-family:DINPro;font-size:3rem;letter-spacing:-2px}.cart-item .cart-item__body .cart-item__middle .price span{font-size:1.4rem;margin-left:.5rem}.cart-item .cart-item__body .cart-total-price{font-family:DINPro;font-size:2rem;letter-spacing:-.4px}.cart-item .cart-item__body .cart-total-second-price{color:#ff9800;font-family:DINPro;font-size:1.5rem;letter-spacing:-.4px}.cart-item .cart-item__body .cart-total-price span{font-size:1.2rem}.cart-item .cart-item__body .cart__buttons{position:absolute;right:0;top:0}.cart-item .cart-item__body .cart__buttons svg{width:1.7rem;height:1.7rem;margin-bottom:2rem;cursor:pointer}.cart-item .cart-item__body .cart__buttons .add-to-wishlist svg{fill:#e1084d}.cart-item .cart-item__body .cart__buttons .remove svg{opacity:.2}.payment-block,.total-block{width:100%;box-shadow:1px 22px 91px 0 rgba(0,0,0,.16);border-radius:10px}.total-block .total-block__body{padding:0 2.4rem}.total-block .total-block__body ul li{display:-webkit-flex;display:flex;-webkit-justify-content:space-between;justify-content:space-between;-webkit-align-items:flex-end;align-items:flex-end;border-bottom:1px dashed hsla(0,0%,59%,.6);padding:2rem 0}.total-block .total-block__body ul li p{color:#3a3f46;font-size:1.8rem;font-weight:500;letter-spacing:-.3px;line-height:2.1rem}.total-block .total-block__body ul li span{font-family:DINPro;font-size:2.4rem;color:#3a3f46;font-weight:500;letter-spacing:-1px}.total-block .total-block__body ul li span small{font-family:SF-Pro;font-size:1.6rem}.total-block .total{text-align:center;margin:6.5rem 0;color:#3a3f46;font-family:DINPro;letter-spacing:-.1rem;line-height:28px}.total-block .total span{font-family:SF-Pro;font-weight:500;font-size:1.8rem}.total-block .total-info{border:1px dashed #ff9800;border-radius:10px;text-align:center;padding:2.5rem 3rem;margin-bottom:6rem}.total-block .total-info p{color:#6a6a6a;font-size:1.4rem;font-weight:500;letter-spacing:0;margin-bottom:.8rem}.total-block .total-info h5{color:#3a3f46;font-family:DINPro;letter-spacing:-1px;font-size:3.2rem;margin-bottom:2rem}.total-block .total-info h5:last-child{margin:0}.total-block .total-info h5 span{font-family:SF-Pro;font-weight:500;font-size:1.8rem}.payment-card{border-radius:8px;box-shadow:3px 13px 44px 0 rgba(186,200,219,.57);margin-bottom:1.8rem;cursor:pointer;position:relative}.payment-card:hover{box-shadow:3px 13px 44px 0 rgba(186,200,219,.9)}.payment-card label{margin-bottom:0!important}.payment-card.active{border:1px solid #ff850d}.payment-card.active .radio{border-color:#ff850d}.payment-card.active .radio:after{display:block}.payment-card.active .check{display:-webkit-flex;display:flex}.payment-card.warning .payment-card__text .payment-card__subtitle{color:#e02020;font-weight:500;font-size:1.4rem;letter-spacing:0}.payment-card.warning .payment-card__end .price{color:#e02020}.payment-card.warning .payment-card__end .icon svg{fill:#e02020}.payment-card.warning .warning__body{display:block;border-top:1px solid #ff850d}.payment-card.warning .warning__body div{display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;-webkit-justify-content:space-between;justify-content:space-between;padding:1.5rem 2.3rem 1.5rem 1.8rem}.payment-card.warning .warning__body div span{color:#4a4a4a;font-family:SF-Pro;font-size:1.4rem;letter-spacing:0}.payment-card.warning .warning__body .bonus input[type=checkbox]{height:0;width:0;visibility:hidden}.payment-card.warning .warning__body .bonus label{cursor:pointer;height:14.28px;width:33.33px;border-radius:8.5px;background-color:#c2c4ca;display:block;position:relative}.payment-card.warning .warning__body .bonus label:after{content:"";position:absolute;top:calc(50% - 10px);left:-3px;height:21px;width:20.83px;background-color:#ff850d;border-radius:90px;transition:.3s}.payment-card.warning .warning__body .bonus input:checked+label{background-color:rgba(255,133,13,.56)}.payment-card.warning .warning__body .bonus input:checked+label:after{left:calc(100% + 3px);-webkit-transform:translateX(-100%);transform:translateX(-100%)}.payment-card.warning .warning__body .warning__total{border-radius:0 0 7px 7px;background-color:rgba(182,202,251,.28)}.payment-card.warning .warning__body .warning__total span{color:#787993}.payment-card.warning .warning__body .warning__total .price{color:#3a3f46;font-family:DINPro;font-size:1.8rem;letter-spacing:-1px;padding:0;display:-webkit-flex;display:flex;-webkit-align-items:flex-end;align-items:flex-end}.payment-card.warning .warning__body .warning__total .price span{font-size:1.4rem;margin-left:.5rem;font-weight:600}.payment-card input{display:none}.payment-card .payment-card__wrap{display:-webkit-flex;display:flex;cursor:pointer;padding:1.9rem 2.2rem 2.2rem 1.6rem}.payment-card .radio{height:20px;width:20px;border:1px solid hsla(0,0%,59%,.3);border-radius:50%;position:relative;margin:auto 1.2rem auto 0}.payment-card .radio,.payment-card .radio:after{-webkit-border-radius:50%;-moz-border-radius:50%}.payment-card .radio:after{display:none;content:"";position:absolute;left:calc(50% - 4px);top:calc(50% - 4px);height:8px;width:8px;background-color:#ff850d;border-radius:50%}.payment-card .payment-card__text .payment-card__title{max-width:45rem;color:#3a3f46;font-weight:600;font-size:1.5rem;letter-spacing:0;margin-bottom:.5rem}.payment-card .payment-card__text .payment-card__subtitle{max-width:45rem;color:#6a6a6a;font-size:1.2rem;font-weight:500;letter-spacing:0}.payment-card .payment-card__end{margin:auto 0 auto auto}.payment-card .payment-card__end .price{color:#3a3f46;font-family:DINPro;font-size:2.8rem;letter-spacing:-2px}.payment-card .payment-card__end .icon{width:2.5rem;height:2.5rem}.payment-card .payment-card__end .icon svg{fill:#565d64}.payment-card .check{display:none;position:absolute;right:-1px;top:-1px;height:20px;width:20px;border-radius:0 8px 0 4px;background-color:#ff850d;-webkit-align-items:center;align-items:center;-webkit-justify-content:center;justify-content:center}.payment-card .warning__body{display:none}.payment .payment__body{margin-bottom:7.5rem}.payment .payment__body h4{font-size:2.3rem;font-weight:600;letter-spacing:.18rem;margin-bottom:1rem}.payment .payment__body p{max-width:50rem;font-family:SF-Pro;font-size:1.4rem;letter-spacing:.1rem;margin-bottom:2.4rem}.payment .total-block{margin-top:1.3rem}.payment .total-block .total-block__body ul li{padding:2rem 1rem}.payment .total-block .total-block__body .total{margin:2rem 0}.profile__sidebar{box-shadow:1px 22px 91px 0 rgba(0,0,0,.16);padding:3rem .7rem}.profile__sidebar .avatar__wrap{display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column;-webkit-align-items:center;align-items:center}.profile__sidebar .avatar{box-sizing:border-box;height:134px;width:134px;border-radius:50%;border:8px solid rgba(250,100,0,.29);padding:.5rem}.profile__sidebar .avatar img{width:100%;height:100%;object-fit:cover;border-radius:50%}.profile__sidebar h5{font-size:1.8rem;font-weight:500;letter-spacing:-.3px;margin:1.3rem 0}.profile__sidebar .price{font-family:DINPro;font-weight:400;letter-spacing:-1px}.profile-info p{color:#6d7278;font-family:SF-Pro;font-size:1.4rem;letter-spacing:-.37px;margin-bottom:1rem}.profile-info h4{color:#3a3f46;font-size:2.4rem;font-weight:500;letter-spacing:0;margin-bottom:3.3rem}.profile-info a{width:366px;height:54px;border:1px solid #ff9800;border-radius:10px;box-shadow:0 3px 0 0 #ff9800;display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;-webkit-justify-content:center;justify-content:center;transition:all .3s}.profile-info a:hover{color:#fff;background:#ff9800;box-shadow:0 3px 0 0 #ff850d}.form-edit form{display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column}.form-edit form label{margin-bottom:.6rem;color:#6d7278;font-family:SF-Pro;font-size:1.5rem;letter-spacing:-.4px}.form-edit form input{max-width:355px;height:54px;border:1px solid hsla(0,0%,59%,.3);border-radius:7px;box-shadow:2px 11px 34px 0 rgba(0,0,0,.11);padding:0 2rem;margin-bottom:3rem}.form-edit form .btn-order{height:54px;width:229px;text-transform:uppercase;font-weight:500;font-size:1.4rem;letter-spacing:.09px;margin-top:2rem}.profile-purchases .load-more{display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;-webkit-justify-content:center;justify-content:center;margin:5rem auto 0}.profile-purchases-item{box-shadow:3px 13px 44px 0 rgba(186,200,219,.57);padding:2.4rem 2rem 2.6rem 3.2rem;margin-bottom:2.5rem}.profile-purchases-item .profile-purchases__head{display:-webkit-flex;display:flex;-webkit-justify-content:space-between;justify-content:space-between;margin-bottom:2.4rem}.profile-purchases-item .profile-purchases__head .profile-purchases__number{display:-webkit-flex;display:flex;-webkit-align-items:flex-end;align-items:flex-end}.profile-purchases-item .profile-purchases__head .profile-purchases__number h6{font-weight:600;letter-spacing:0;margin-right:2.3rem}.profile-purchases-item .profile-purchases__head .profile-purchases__number p{font-family:SF-Pro;font-size:1.3rem;letter-spacing:0}.profile-purchases-item .profile-purchases__head .profile-purchases__state{width:180px;height:34px;border-radius:17.5px;font-family:SF-Pro;font-size:1.3rem;letter-spacing:0;display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;-webkit-justify-content:center;justify-content:center}.profile-purchases-item .profile-purchases__head .profile-purchases__state.send{background-color:#dfe8f9}.profile-purchases-item .profile-purchases__head .profile-purchases__state.canceled{background-color:#fedcd4}.profile-purchases-item .profile-purchases__head .profile-purchases__state.received{background-color:#e6fede}.profile-purchases-item .profile-purchases__middle{display:-webkit-flex;display:flex}.profile-purchases-item .profile-purchases__middle .image{height:6.2rem;width:6.2rem;margin-left:-2.5rem;border:1px solid hsla(0,0%,59%,.34);border-radius:50%}.profile-purchases-item .profile-purchases__middle .image:first-child{margin-left:0}.profile-purchases-item .profile-purchases__middle .image img{width:100%;height:100%;object-fit:cover}.profile-purchases-item .profile-purchases__middle .other{width:6.2rem;height:6.2rem;display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;-webkit-justify-content:center;justify-content:center;background-color:#fedcd4;border-radius:50%;margin-left:-2.5rem;color:#8d3800}.profile-purchases-item .profile-purchases__bottom{display:-webkit-flex;display:flex;-webkit-justify-content:space-between;justify-content:space-between;-webkit-align-items:flex-end;align-items:flex-end}.profile-purchases-item .profile-purchases__bottom p{color:#3a3f46;font-size:1.4rem;font-weight:500;letter-spacing:0}.profile-purchases-item .profile-purchases__bottom .price{color:#3a3f46;font-family:DINPro;font-size:4rem;letter-spacing:-3px}.profile-purchases-item .profile-purchases__bottom .price span{font-size:2.3rem;font-family:SF-Pro;letter-spacing:0}.profile-address .profile-address__empty{text-align:center}.profile-address .profile-address__empty h5{width:299px;color:#4a4a4a;font-family:SF-Pro;font-size:1.8rem;letter-spacing:0;margin:8rem auto 2.5rem}.profile-address .profile-address__empty a{height:54px;width:246px;display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;-webkit-justify-content:center;justify-content:center;margin:3.5rem auto 0}.profile-address .address{margin:2.5rem 0}.profile-monitoring .tabs{width:55rem;height:4.889rem;border:1px solid #ff850d;border-radius:24.45px;display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;-webkit-justify-content:space-between;justify-content:space-between;padding:.3rem .4rem;margin-bottom:1.5rem}.profile-monitoring .tabs a{padding:1.4rem 5rem 1.3rem;border-radius:20.63px;color:#4a4a4a;font-weight:600;font-size:1.3rem;letter-spacing:-.06px;width:50%}.profile-monitoring .tabs a.active{padding:1.4rem 6rem 1.3rem;color:#fff;background-color:#ff850d;letter-spacing:-.06px}.profile-monitoring .profile-monitoring__card{padding:2.3rem 2.1rem 2.4rem 2.5rem;box-shadow:0 14px 43px 0 rgba(0,0,0,.08);margin-bottom:2.3rem}.profile-monitoring .profile-monitoring__card .date{display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;font-weight:600;font-size:1.4rem;text-transform:uppercase;margin-bottom:1.8rem}.profile-monitoring .profile-monitoring__card .date span{letter-spacing:-.5px;color:#4a4a4a;margin-left:1rem}.profile-monitoring .profile-monitoring__card .profile-monitoring__item{display:-webkit-flex;display:flex;-webkit-justify-content:space-between;justify-content:space-between;-webkit-align-items:center;align-items:center;border-bottom:.5px solid rgba(120,121,147,.2);padding-bottom:1.2rem;margin-bottom:1rem}.profile-monitoring .profile-monitoring__card .profile-monitoring__item.warning{border:none}.profile-monitoring .profile-monitoring__card .profile-monitoring__item.warning .left .avatar:after{display:none}.profile-monitoring .profile-monitoring__card .profile-monitoring__item.warning .left .text .price{color:#e02020}.profile-monitoring .profile-monitoring__card .profile-monitoring__item .left,.profile-monitoring .profile-monitoring__card .profile-monitoring__item .left .avatar{display:-webkit-flex;display:flex}.profile-monitoring .profile-monitoring__card .profile-monitoring__item .left .avatar{height:45px;width:45px;min-width:45px;background-color:hsla(0,0%,80%,.42);border-radius:50%;-webkit-align-items:center;align-items:center;-webkit-justify-content:center;justify-content:center;margin-right:1.6rem;position:relative}.profile-monitoring .profile-monitoring__card .profile-monitoring__item .left .avatar .icon{position:absolute;bottom:-.5rem;right:-.3rem}.profile-monitoring .profile-monitoring__card .profile-monitoring__item .left .avatar:after{content:"";height:1px;background-color:#fff;position:absolute;bottom:-1.3rem;left:0;right:-15px}.profile-monitoring .profile-monitoring__card .profile-monitoring__item .left .avatar img{object-fit:cover}.profile-monitoring .profile-monitoring__card .profile-monitoring__item .left .text p{color:#6d7278;font-weight:500;font-size:1.4rem;letter-spacing:-.05px;margin-bottom:.5rem}.profile-monitoring .profile-monitoring__card .profile-monitoring__item .left .text .number{color:#3a3f46;font-size:1.9rem;font-weight:600;letter-spacing:-.07px}.profile-monitoring .profile-monitoring__card .profile-monitoring__item .left .text .price{color:#5eab0e;font-family:DINPro;letter-spacing:-2px;font-size:2.7rem}.profile-monitoring .profile-monitoring__card .profile-monitoring__item .left .text .price span{font-size:1.6rem}.profile-monitoring .profile-monitoring__card .profile-monitoring__item .right{display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column;-webkit-align-items:flex-end;align-items:flex-end}.profile-monitoring .profile-monitoring__card .profile-monitoring__item .right .price{color:#3a3f46;font-family:DINPro;font-size:2.4rem;letter-spacing:-2px;line-height:2.9rem;white-space:nowrap}.profile-monitoring .profile-monitoring__card .profile-monitoring__item .right .price strong{color:#4a4a4a;font-weight:600;font-size:1.4rem;letter-spacing:-.04px;margin-left:.2rem}.profile-monitoring .profile-monitoring__card .profile-monitoring__item .right .time{color:#4a4a4a;font-family:SF-Pro;font-size:1rem}.profile-monitoring .profile-monitoring__card .profile-monitoring__item .warning-message{width:100%;padding:1.8rem 0 1.6rem 7.5rem;color:#4a4a4a;font-weight:600;font-size:1.4rem;letter-spacing:-.06px}.profile{margin-bottom:13rem}.profile .total{margin:2rem 0}.profile .page-title.profile__title{-webkit-justify-content:flex-start;justify-content:flex-start}.profile .page-title.profile__title a{padding:0;height:3.8rem;width:3.8rem;border-radius:5px;background-color:#fee8d4;display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;-webkit-justify-content:center;justify-content:center;margin-right:2rem}.profile .page-title.profile__title a svg{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.profile .page-title.profile__title a:hover{background-color:#fff}.profile .page-title.profile__title a:hover svg path{fill:#ff9800}.address{border-radius:16px;background-color:#fff;box-shadow:0 14px 43px 0 rgba(0,0,0,.08);padding:1.6rem 2.6rem;cursor:pointer;margin:2.5rem 0 3.4rem}.address:hover{box-shadow:0 14px 43px 0 rgba(0,0,0,.1)}.address p{max-width:100%;color:#6d7278;font-family:SF-Pro;font-size:1.5rem;letter-spacing:0;margin-bottom:1.2rem}.address .address__label{display:-webkit-flex;display:flex;-webkit-justify-content:space-between;justify-content:space-between;-webkit-align-items:center;align-items:center;border-bottom:2px solid #eee;padding-bottom:1.5rem}.address .address__label p{max-width:100%;margin:0;color:#4a4a4a;font-size:1.5rem;font-weight:500;letter-spacing:-1px}.address .address__link{display:-webkit-flex;display:flex;-webkit-justify-content:space-between;justify-content:space-between;-webkit-align-items:center;align-items:center;margin-top:1.2rem}.address .address__link a{color:#ff9800;font-family:SF-Pro;font-size:1.5rem;letter-spacing:0;transition:color .2s}.address .address__link a:hover{color:#fa6400}.uzb-links__row{display:-webkit-flex;display:flex;-webkit-flex-wrap:wrap;flex-wrap:wrap;margin:-8px}.uzb-links__item{width:14.28%;padding:8px}.uzb-links__item a{background:#fff;box-shadow:-10px 9px 21px rgba(128,152,213,.074983),0 1px 1px rgba(0,0,0,.196405);border-radius:2px;display:block;width:100%;padding-bottom:100%;position:relative}.uzb-links__item.provider-list-page a{padding-bottom:calc(100% + 40px)}.uzb-links__item a:hover{box-shadow:-10px 9px 21px rgba(128,152,213,.3),0 1px 1px rgba(0,0,0,.196405)}.uzb-links__item a span{top:0;left:0;height:100%}.uzb-links__item a p,.uzb-links__item a span{position:absolute;width:100%;display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;-webkit-justify-content:center;justify-content:center}.uzb-links__item a p{bottom:10px;height:40px;text-align:center}.uzb-links__item a img{max-width:80%;max-height:80%}.uzb-links__item a img.provider-item{padding-bottom:50px}.uzb-links__top{background-color:rgba(223,232,249,.320668);padding-top:30px;padding-bottom:45px}.uzb-links__top .uzb-links__title{font-size:16px}.uzb-links__title{margin-bottom:20px;font-size:18px;line-height:21px;font-weight:500;display:-webkit-flex;display:flex;-webkit-justify-content:space-between;justify-content:space-between;-webkit-align-items:center;align-items:center}.uzb-links__title .more-btn{font-weight:600;color:#0550ea;font-size:11px;border:1px solid rgba(5,80,234,.470444);background:none;padding:3px 25px 3px 10px;border-radius:50px;letter-spacing:1px;position:relative}.uzb-links__title .more-btn:after{width:21px;height:21px;border:1px solid rgba(5,80,234,.470444);content:"";border-radius:100%;position:absolute;right:-1px;top:-1px;background:url(/static/media/blue-chevron.8d553c47.svg) no-repeat 50%}.bottom-gap-large{padding-bottom:100px}.p-rel{position:relative}header{border-top:4px solid #fa6400;font-family:SF-Pro}header .header-top{margin:1.8rem 0 2.4rem;-webkit-justify-content:space-between;justify-content:space-between}header .header-top,header .header-top .block{display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center}header .header-top .widget{font-size:1.2rem;font-weight:500;color:rgba(0,0,0,.44);display:-webkit-flex;display:flex}header .header-top .widget .widget__data_ciy{font-size:1.2rem;color:rgba(0,0,0,.44);margin-top:-5px}header .lang-select{margin-left:3rem;position:relative;cursor:pointer}header .lang-select,header .lang-select .lang-select__active{display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center}header .lang-select .lang-select__active .image{margin-right:5px}header .lang-select .lang-select__active svg{width:1rem;height:1rem;margin-left:8px}header .lang-select .lang-select__list{width:130px;opacity:0;visibility:hidden;transition:all .3s ease-out 0s;position:absolute;top:100%;right:0;margin-top:20px;z-index:50;display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column;background-color:#fff;padding:1rem;box-shadow:0 3px 3px 0 rgba(0,0,0,.1)}header .lang-select:hover .lang-select__list{opacity:1;visibility:visible;margin-top:0}header .lang-select .lang-select__list li{border-bottom:1px solid #fff}header .lang-select .lang-select__list li a{display:block;height:30px;line-height:30px;background:#fafafa;color:#666;padding:0 10px;font-size:14px;transition:all .2s;display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center}header .lang-select .lang-select__list li a .icon{margin-right:10px}header .lang-select .lang-select__list li a:hover{background-color:#ff9800;color:#fff}header .header-top .v-divider{content:"";display:inline-block;height:1.1rem;width:.1rem;background-color:#000;opacity:.3;margin:0 1rem}header .header-center{margin:2rem 0}header .header-center .logo img{width:20rem;display:block}header .header-center nav a{margin-right:3rem}.header-cart{display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;margin-right:50px}.header-cart .icon{position:relative;margin-right:1rem}.header-cart .icon img{width:2.4rem}.header-cart .icon .quantity{background-color:#ff850d;color:#fff;width:1.7rem;height:1.7rem;display:block;position:absolute;right:-.5rem;top:-.5rem;border-radius:100%;text-align:center;font-size:1rem;padding-top:.2rem}.header-cart span{display:block;font-size:1.3rem;line-height:1.6rem}.header-profile{display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;background-color:hsla(11,95%,91%,.33);border-radius:50px;padding-right:10px;position:relative;font-size:1.3rem}.header-profile:before{width:40%;height:100%;background-color:#fff;content:"";position:absolute;left:0;top:0;opacity:.4;-webkit-transform:skewX(-20deg);transform:skewX(-20deg)}.header-profile:hover .header-profile__dropdown{opacity:1;-webkit-transform:translateY(0);transform:translateY(0);pointer-events:auto}.header-profile__dropdown{position:absolute;top:100%;right:0;width:90%;z-index:6;padding-top:20px;color:#3a3f46;-webkit-transform:translateY(10px);transform:translateY(10px);opacity:0;pointer-events:none;transition:.2s ease-in-out}.header-profile__dropdown:before{content:"";display:block;position:absolute;top:10px;right:16px;width:0;height:0;border-left:10px solid transparent;border-right:10px solid transparent;border-bottom:10px solid #ff9800}.header-profile__dropdown .caption{background-color:#fff;border-radius:8px;box-shadow:2px 11px 34px 0 rgba(0,0,0,.13);overflow:hidden}.header-profile__dropdown .menu-score:nth-child(2n - 1){background-color:#ff9800}.header-profile__dropdown .menu-score:nth-child(2n){background-color:#f7b500}.header-profile__dropdown .menu-item{color:#3a3f46;padding:12px 20px}.header-profile__dropdown .menu-item:first-child{margin-top:10px}.header-profile__dropdown .menu-item:last-child{margin-bottom:10px}.header-profile .photo{position:relative;z-index:1;border-radius:100%;overflow:hidden;margin-right:20px}.header-profile .photo img{width:45px;height:45px;display:block;object-fit:cover}.header-profile .photo:before{width:100%;height:100%;content:"";position:absolute;left:0;top:0;border:3px solid #ff850d;border-radius:100%;opacity:.3}.header-profile .name{color:#ab4704;margin-right:30px;position:relative;z-index:1}.header-profile .arrow{margin-left:30px}.header-profile .arrow img{width:25px;height:25px;vertical-align:middle}.menu-score{padding:12px 15px;display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;-webkit-justify-content:space-between;justify-content:space-between}.menu-score__label{font-size:1.4rem}.menu-score__data{font-size:1.6rem;font-weight:600}.menu-item{display:-webkit-flex;display:flex;padding:12px 15px;font-size:1.4rem;position:relative}.menu-item .arrow{width:6px;position:absolute;right:1.4rem;top:calc(50% - 6px)}.menu-item:hover{color:#ff9800}.menu-item .icon{width:30px;display:block;opacity:.7}.menu-item .icon img{height:16px}.sidebar-head{border-radius:8px;background-color:#ff9800;font-size:2.2rem;height:50px;line-height:50px;text-align:center;color:rgba(0,0,0,.8);box-shadow:0 13px 24px 0 rgba(0,0,0,.09)}.sidebar-nav{border:1px solid rgba(255,152,0,.4);border-top:none;margin-top:-5px;padding-top:15px;padding-bottom:10px;border-bottom-left-radius:8px;border-bottom-right-radius:8px;position:relative}.sidebar-nav li:hover .sidebar-nav__dropdown{opacity:1;pointer-events:auto}.sidebar-nav__dropdown{position:absolute;left:100%;height:100%;top:0;padding-top:20px;padding-left:30px;opacity:0;pointer-events:none;transition:.3s ease-in-out;z-index:6}.sidebar-nav__dropdown:before{content:"";display:block;position:absolute;top:50%;left:22px;width:0;height:0;border-left:15px solid #ff9800;border-right:10px solid transparent;border-bottom:15px solid transparent;-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.sidebar-nav__dropdown .caption{background-color:#fff;box-shadow:11px 31px 124px 0 rgba(0,0,0,.09);width:819px;height:100%;border-radius:8px;padding:40px 40px 40px 55px;position:relative;overflow:hidden}.sidebar-nav__dropdown .caption:after{content:"";display:block;position:absolute;top:0;left:0;width:6px;height:100%;background-color:#ff9800}.sidebar-nav__dropdown .caption .sub-categories{height:100%;display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column;-webkit-flex-wrap:wrap;flex-wrap:wrap}.sidebar-nav__dropdown li a:hover{color:#ff9800}.sidebar-nav__dropdown li:not(:last-child){margin-bottom:15px}.sidebar-nav__dropdown li:not(.main) a{font-size:1.4rem}.sidebar-nav .menu-item{padding:12px 30px}.paynet-btn{padding:0;border:none;background:none;position:relative}.paynet-btn__wrap{display:inline-block;padding:0 20px;min-width:164px;height:50px;line-height:46px;box-shadow:0 13px 24px 0 rgba(0,0,0,.09);background-color:#fff;border-radius:7px;border:1px solid #23b24b;font-size:2.2rem;overflow:hidden;position:relative}.paynet-btn__wrap:after,.paynet-btn__wrap:before{position:absolute;content:"";width:20px;height:10px;background-color:#23b24b;-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.paynet-btn__wrap:before{left:-7px;top:-2px}.paynet-btn__wrap:after{right:-7px;bottom:-2px}.paynet-btn:hover .paynet-btn__dropdown{opacity:1;-webkit-transform:translateY(0);transform:translateY(0);pointer-events:auto}.paynet-btn__dropdown{position:absolute;top:100%;right:0;width:280px;z-index:6;padding-top:20px;color:#3a3f46;-webkit-transform:translateY(10px);transform:translateY(10px);opacity:0;pointer-events:none;transition:.2s ease-in-out}.paynet-btn__dropdown:before{content:"";display:block;position:absolute;top:10px;right:16px;width:0;height:0;border-left:10px solid transparent;border-right:10px solid transparent;border-bottom:10px solid #23b24b}.paynet-btn__dropdown .caption{display:block;background-color:#fff;border-radius:8px;box-shadow:2px 11px 34px 0 rgba(0,0,0,.13);padding:15px 0 10px;overflow:hidden;position:relative}.paynet-btn__dropdown .caption:after{content:"";display:block;position:absolute;top:0;left:0;width:100%;height:5px;background-color:#23b24b}.paynet-btn__dropdown .caption a{display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;padding:8px 16px}.paynet-btn__dropdown .caption a:hover{color:#23b24b}.paynet-btn__dropdown .caption a img{width:35px;height:35px;margin-right:10px}.main-search{-webkit-flex:1;flex:1 1}.main-search__wrap{position:relative}.main-search__wrap input{width:100%;height:50px;border:1px solid hsla(0,0%,59%,.47);border-radius:7px;background-color:#fff;box-shadow:2px 11px 34px 0 rgba(0,0,0,.13);padding:0 70px 0 25px}.main-search__wrap input::-webkit-input-placeholder{color:rgba(29,29,29,.38);font-size:1.6rem}.main-search__wrap input::placeholder{color:rgba(29,29,29,.38);font-size:1.6rem}.main-search__wrap button{position:absolute;right:0;top:0;width:54px;height:100%;border:none;border-radius:7px;background:#fa6400 url(/static/media/magnifier.e46b5b6a.svg) no-repeat center 17px}.main-banner{height:calc(100% - 74px);width:100%}.main-banner__item{height:100%;border-radius:10px;overflow:hidden}.main-banner img{width:100%;height:100%}.container-with-left{display:-webkit-flex;display:flex}.container-with-left>div:first-child{width:26.2rem}.container-with-left>div:last-child{-webkit-flex:1;flex:1 1;padding-left:3rem}footer.footer{background:hsla(0,0%,85%,.4);padding-top:9.5rem;padding-bottom:3rem;margin-top:5.2rem}footer.footer>div{position:relative}footer.footer .desc{max-width:26rem;margin-top:2.5rem;color:#000;font-family:SF-Pro;font-size:1.6rem;font-weight:300;letter-spacing:0;line-height:25px;opacity:.7}footer.footer .footer-links h5{color:#6d7278;font-family:DINPro;letter-spacing:-1px;line-height:25px;margin-bottom:2.5rem}footer.footer .footer-links li{margin-bottom:1.5rem;color:#3a3f46;font-family:SF-Pro}footer.footer .footer-links li a{color:#3a3f46;font-family:SF-Pro;font-size:1.5rem}footer.footer .footer-links li a:hover{color:#ff9800}body{width:100%;font-weight:400;padding:0;margin:0;color:#000;background-color:#fff;position:relative;font-family:SF-Pro}*{box-sizing:border-box;outline:none}h1,h2,h3,h4,h5,h6{margin:0;color:#000;font-weight:500}h1{font-size:7rem}h2,h3{font-size:3rem}h4{font-size:2.4rem}h5{font-size:1.8rem}h6{font-size:1.6rem}img{max-width:100%;display:inline-block}.br-50{border-radius:50px}button:focus,input:focus,select:focus,textarea:focus{outline:none}a{color:#000;font-weight:500;transition:all .3s}a:focus,a:hover{text-decoration:none;outline:none;color:#000}p{font-size:1.6rem}ol,p,ul{margin:0;padding:0}ol,ul{list-style:none}.page-wrapper{display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column;min-height:100vh;overflow:hidden}.page-wrapper .page-content{-webkit-flex:1;flex:1 1}.page-wrapper .page-content>.container{position:relative;z-index:5}a{display:inline-block}button{cursor:pointer}.empty-data{max-width:300px;margin:0 auto;background-color:#fff;padding-top:100px;padding-bottom:100px}.empty-data__text{color:#4a4a4a;font-size:18px}.empty-data__icon{width:100%;max-width:250px;display:block;margin:20px auto 50px}@media only screen and (max-width:1200px){html{font-size:56.3%}.briefly-about .block .image{display:none}.product-card .price-block .price{font-size:4.6rem}.product-card .price-block .price__second{font-size:2.6rem}.sidebar-nav__dropdown{padding-top:28px;padding-left:28px}.sidebar-nav__dropdown .caption{width:668px}}.font-weight-600{font-weight:600}.w-85{width:85%}.color-red{color:red}.text-decoration-line-through{text-decoration:line-through}.transition-all-3s{transition:all .3s}.tiered-discount-title{background-color:#ff9800;border-radius:5px;padding:20px 5px;font-size:2rem;color:#fff}.tiered-discount-item{padding:5px 10px;border-radius:10px;background-color:#efefef}.tiered-discount-item-active{outline:2px solid #ff9800;background-color:#fff}.tiered-discount-from-quantity{display:-webkit-flex;display:flex;-webkit-align-items:baseline;align-items:baseline;color:#5eab0e;font-size:17px;font-weight:600}.font-DinPro{font-family:DINPro}.tiered-discount-price{color:#3a3f46}.tiered-discount-price span:nth-child(2){color:#ff9800}.tiered-discount-price small:nth-child(3){color:#3a3f46}.flash-sale-timer{position:absolute;display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;z-index:6;right:0;bottom:0;background:rgba(26,3,65,.84);font-family:DINPro;font-size:11px;color:#fff;border-radius:10px 0 0;text-align:center;padding:4px}.flash-sale-discount{width:100%;text-align:left;margin-right:5px}.flash-sale-btn svg,.flash-sale-timer svg{-webkit-animation:background-animation 2s infinite;animation:background-animation 2s infinite}.flash-sale-timer .progress-bar-container{background:#f9f9f9;border-radius:4px;margin-top:2px}.product-card__right .flash-sale-timer{border-radius:5px}.vertical-card__image .bonus-rate{left:-24px!important;-webkit-transform:rotate(45deg)!important;transform:rotate(45deg)!important}.flash-sale-btn{display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;background:rgba(26,3,65,.84);color:#fff!important;font-family:DINPro;font-size:18px;text-transform:uppercase;text-wrap:nowrap;padding:0 4rem;margin-right:2rem;border:2px solid transparent;border-radius:10px}.flash-sale-btn span{font-weight:700;text-transform:uppercase;background:linear-gradient(180deg,#fa6400,#fff) repeat;background-size:250% 250%;-webkit-background-clip:text;background-clip:text;color:transparent;-webkit-text-fill-color:transparent;-webkit-animation:shine 2s ease-in-out infinite alternate;animation:shine 2s ease-in-out infinite alternate}.flash-sale-btn:hover{background:#fff;color:rgba(26,3,65,.84)!important;border:2px solid rgba(26,3,65,.84);clear:both}.product-body .flash-sale-timer{border-radius:5px}.product-slider-main .flash-sale-timer{border-radius:5px!important}.add-to-cart-disabled{background-color:#efefef!important;pointer-events:none!important}.add-to-cart-disabled svg{fill:#1d1d1d!important}.w-100{width:100%}.payment-block,.payment .total-block{box-shadow:none;border-radius:10px;background-color:#f3f4f6}.payment__body .page-title{margin-bottom:15px!important}.payment__body .form-field__upload .form-field__preview{width:100%}.payment__body .form-field__upload .form-field__preview img{object-fit:contain}.payment__body .form-field--disabled .form-field__textarea,.payment__body .form-field__input{border:none}.payment__body .form-field__upload-mask{font-size:2.5rem}.payment-block .payment-block-body{padding:2rem 2.4rem 0}.payment-block .payment-block-body .payment-choose-item{outline:none;border:none;background-color:initial}.payment-block .payment-block-body .payment-choose-item-radio span{background-color:initial;border:2px solid #c4c4c4;border-radius:50%;display:-webkit-inline-flex;display:inline-flex;-webkit-align-items:center;align-items:center;height:20px;transition:.1s cubic-bezier(.4,0,.2,1);width:20px}.payment-choose-item .payment-choose-item-radio.active span{border:5px solid #fa6400!important}.payment-block-body .payment-method{opacity:1;max-height:320px;transition:all .5s ease-in-out;overflow:hidden}.payment-block-body .payment-method.hide{opacity:0;max-height:0}.payment-option{display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;padding:10px;border:1px solid #ddd;border-radius:8px;margin-bottom:10px;cursor:pointer;transition:background-color .3s ease,border-color .3s ease}.payment-option.selected{background-color:#f0f8ff;border-color:#007bff}.payment-option:hover{background-color:#f9f9f9}.custom-radio{display:inline-block;width:18px;height:18px;border:2px solid #ccc;border-radius:50%;margin-right:10px;position:relative}.payment-option.selected .custom-radio{border-color:#fa6400}.custom-radio:after{content:"";display:block;width:9px;height:9px;background-color:#fa6400;border-radius:50%;position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);opacity:0;transition:opacity .3s ease}.payment-option.selected .custom-radio:after{opacity:1}.payment-option-info{-webkit-flex:1 1;flex:1 1}.bonus-info{font-size:14px;color:#666}.bonus-tag{background-color:#23b24b;color:#fff;font-size:12px;padding:5px 10px;border-radius:20px;margin-top:5px;display:inline-block}.mx-modal-box .payment-block{margin-bottom:1rem}.mx-modal-box .payment-section{padding:0 2rem}.mx-modal-box .payment-section ul li{color:#4a4a4a;display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;-webkit-justify-content:space-between;justify-content:space-between;margin:3px 0}.mx-modal-box .payment-section ul li:last-child{border-top:1px dashed #4a4a4a;margin-top:5px;padding-top:5px;font-weight:500;color:#000}.mx-modal-box .payment-section .button-group .pay-button{background-color:#fa6400;color:#fff;border:none;border-radius:5px;padding:12px 20px;font-size:14px;font-weight:700;text-transform:uppercase;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 6px rgba(0,0,0,.1);margin:1rem 0}.total-block .promo-code-block{padding:1rem 2.4rem 2rem}.promo-code-content .form-field,.promo-code-content .form-field__input{width:100%;margin:0}.promo-code-content .submit-btn{background-color:#ff9800;color:#fff;border:none;font-weight:500;font-size:16px;padding:1.1rem 1.5rem;margin-left:10px;border-radius:5px;box-shadow:0 4px 6px rgba(0,0,0,.1)}.promo-code-content span{font-size:13px;font-weight:500}.promo-code-content .success-message{color:#23b24b}.promo-code-content .error-message{color:red}.island-button-disabled{pointer-events:none}.cart-item-skeleton .cart-item__bottom-skeleton,.cart-item-skeleton .cart-item__head-skeleton,.cart-item-skeleton .cart-item__middle-skeleton,.cart-item-skeleton .cart__image-skeleton,.total-block__body-skeleton h2,.total-block__body-skeleton ul li span{background:#eee;background:linear-gradient(110deg,#ececec 8%,#f5f5f5 18%,#ececec 33%);background-size:200% 100%;-webkit-animation:loadingAnimation 1.5s linear infinite;animation:loadingAnimation 1.5s linear infinite;border-radius:5px}.total-block__body-skeleton ul li span{height:30px;width:90px}.total-block__body-skeleton h2{width:120px;height:35px;text-align:center;margin-top:0!important}.promo-code-block{padding:1rem 0 2rem}.promo-code-content .form-field--disabled .form-field__input{font-weight:500;border-color:#ff9800}.promo-code-content .promo-code-input{width:100%;height:40px;padding:6px 11px;font-size:16px}.promo-code-content .form-field--disabled .form-field__input:disabled::-webkit-input-placeholder{color:#989898!important}.promo-code-content .form-field--disabled .form-field__input:disabled::placeholder{color:#989898!important}.cart-item-skeleton:first-child{padding-top:0}.cart-item-skeleton{border-bottom:1px solid hsla(0,0%,59%,.2);padding:5rem 1.5rem 5rem 0}.cart-item-skeleton .cart__image-skeleton{height:12.5rem;width:12.5rem}.cart-item__body-skeleton{padding-left:2.5rem;padding-right:40px}.cart-item-skeleton .cart-item__head-skeleton{display:block;width:35rem;height:2rem}.cart-item-skeleton .cart-item__middle-skeleton{margin:2rem 0;display:block;width:25rem;height:3rem}.cart-item-skeleton .cart-item__bottom-skeleton{margin-top:2.5rem;display:block;width:20rem;height:1.5rem}.bonus-product{padding:2rem 0;border-bottom:1px dashed hsla(0,0%,59%,.6)}.bonus-product-head{display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;-webkit-justify-content:space-between;justify-content:space-between;cursor:pointer}.bonus-product-body{overflow:hidden;transition:max-height .28s ease}.bonus-product-body>div{padding-top:.75rem}.lucide-circle-chevron-down{transition:-webkit-transform .2s ease;transition:transform .2s ease;transition:transform .2s ease,-webkit-transform .2s ease}.lucide-circle-chevron-down.chev-open{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.bonus-product-given .bonus-product-message{margin-left:10px;color:#23b24b;font-weight:700}.bonus-product-pending .bonus-product-message{margin-left:10px;color:#fa6400;font-weight:700}.bonus-products-list-item{position:relative;display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;grid-gap:1.5rem;gap:1.5rem;margin:1rem 0;padding:1rem;background:#fff;border-radius:10px;z-index:1;overflow:hidden;border:1px solid #d9d9d9}.bonus-products-list-item:last-of-type{margin-bottom:0}.bonus-product-image{height:8rem;width:8rem}.bonus-product-description{display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column;-webkit-justify-content:center;justify-content:center;margin-left:1.5rem}.bonus-product-description h6{font-size:1.4rem;font-weight:700}.bonus-product-description span{color:#6d7278}.bonus-message{position:absolute;z-index:6;right:-21px!important;bottom:15px;text-transform:uppercase;background-color:#fa6400;font-size:12px;color:#fff;width:90px;text-align:center;padding:3px;-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.bonus-product-price,.bonus-product-price span{font-family:DINPro;color:#000}.bonus-product-price span{font-size:1.2rem}.bonus-icon{width:42px;height:42px;border-radius:50%;display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;-webkit-justify-content:center;justify-content:center;padding:0;line-height:0;-webkit-flex-shrink:0;flex-shrink:0}.bonus-icon-given,.order-details-bonus-product-head svg{color:#23b24b}.bonus-icon-pending{color:#fa6400}.bonus-product-given svg,.bonus-product-pending svg{-webkit-transform:rotate(0deg);transform:rotate(0deg);transition:-webkit-transform .3s ease;transition:transform .3s ease;transition:transform .3s ease,-webkit-transform .3s ease}.bonus-product-given .chev-open,.bonus-product-pending .chev-open{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.bonus-icon-given{background:#d4f5e1}.bonus-icon-pending{background:#ffe9cf}.user-select-none{-webkit-user-select:none;user-select:none}@-webkit-keyframes loadingAnimation{to{background-position-x:-200%}}@keyframes loadingAnimation{to{background-position-x:-200%}}@-webkit-keyframes background-animation{0%{color:#fa6400}50%{color:#fff}to{color:#fa6400}}@keyframes background-animation{0%{color:#fa6400}50%{color:#fff}to{color:#fa6400}}@-webkit-keyframes shine{0%{background-position:0 25%}50%{background-position:25% 50%}to{background-position:100% 0}}@keyframes shine{0%{background-position:0 25%}50%{background-position:25% 50%}to{background-position:100% 0}}.fo-1{opacity:1!important}.fo-09{opacity:.9!important}.fo-08{opacity:.8!important}.fo-07{opacity:.7!important}.fo-06{opacity:.6!important}.fo-05{opacity:.5!important}.fo-04{opacity:.4!important}.fo-03{opacity:.3!important}.fo-02{opacity:.2!important}.fo-01{opacity:.1!important}.fs-50{font-size:50px!important}.fs-40{font-size:40px!important}.fs-38{font-size:38px!important}.fs-36{font-size:36px!important}.fs-34{font-size:34px!important}.fs-32{font-size:32px!important}.fs-30{font-size:30px!important}.fs-28{font-size:28px!important}.fs-26{font-size:26px!important}.fs-24{font-size:24px!important}.fs-22{font-size:22px!important}.fs-20{font-size:20px!important}.fs-18{font-size:18px!important}.fs-16{font-size:16px!important}.fs-15{font-size:15px!important}.fs-14{font-size:14px!important}.fs-13{font-size:13px!important}.fs-12{font-size:12px!important}.fw-900{font-weight:900!important}.fw-800{font-weight:800!important}.fw-700{font-weight:700!important}.fw-600{font-weight:600!important}.fw-500{font-weight:500!important}.fw-400{font-weight:400!important}.fw-300{font-weight:300!important}.fw-200{font-weight:200!important}.text-center{text-align:center!important}.text-right{text-align:right!important}.text-left{text-align:left!important}.lh-12{line-height:12px}.lh-14{line-height:14px}.lh-16{line-height:16px}.lh-18{line-height:18px}.lh-20{line-height:20px}.lh-22{line-height:22px}.lh-24{line-height:24px}.lh-26{line-height:26px}.lh-28{line-height:28px}.lh-30{line-height:30px}.lh-32{line-height:32px}.lh-34{line-height:34px}.lh-36{line-height:36px}.br-0{border-radius:0}.br-3{border-radius:3px}.br-5{border-radius:5px}.br-10{border-radius:10px}.br-15{border-radius:15px}.br-20{border-radius:20px}.br-25{border-radius:25px}.br-100{border-radius:100%}.w-100p{width:100px}.mt-0{margin-top:0!important}.pt-0{padding-top:0!important}.mb-0{margin-bottom:0!important}.pb-0{padding-bottom:0!important}.ml-0{margin-left:0!important}.pl-0{padding-left:0!important}.mr-0{margin-right:0!important}.pr-0{padding-right:0!important}.mt-3{margin-top:3px!important}.pt-3{padding-top:3px!important}.mb-3{margin-bottom:3px!important}.pb-3{padding-bottom:3px!important}.ml-3{margin-left:3px!important}.pl-3{padding-left:3px!important}.mr-3{margin-right:3px!important}.pr-3{padding-right:3px!important}.mt-5{margin-top:5px!important}.pt-5{padding-top:5px!important}.mb-5{margin-bottom:5px!important}.pb-5{padding-bottom:5px!important}.ml-5{margin-left:5px!important}.pl-5{padding-left:5px!important}.mr-5{margin-right:5px!important}.pr-5{padding-right:5px!important}.mt-8{margin-top:8px!important}.pt-8{padding-top:8px!important}.mb-8{margin-bottom:8px!important}.pb-8{padding-bottom:8px!important}.ml-8{margin-left:8px!important}.pl-8{padding-left:8px!important}.mr-8{margin-right:8px!important}.pr-8{padding-right:8px!important}.mt-10{margin-top:10px!important}.pt-10{padding-top:10px!important}.mb-10{margin-bottom:10px!important}.pb-10{padding-bottom:10px!important}.ml-10{margin-left:10px!important}.pl-10{padding-left:10px!important}.mr-10{margin-right:10px!important}.pr-10{padding-right:10px!important}.mt-15{margin-top:15px!important}.pt-15{padding-top:15px!important}.mb-15{margin-bottom:15px!important}.pb-15{padding-bottom:15px!important}.ml-15{margin-left:15px!important}.pl-15{padding-left:15px!important}.mr-15{margin-right:15px!important}.pr-15{padding-right:15px!important}.mt-20{margin-top:20px!important}.pt-20{padding-top:20px!important}.mb-20{margin-bottom:20px!important}.pb-20{padding-bottom:20px!important}.ml-20{margin-left:20px!important}.pl-20{padding-left:20px!important}.mr-20{margin-right:20px!important}.pr-20{padding-right:20px!important}.mt-24{margin-top:24px!important}.pt-24{padding-top:24px!important}.mb-24{margin-bottom:24px!important}.pb-24{padding-bottom:24px!important}.ml-24{margin-left:24px!important}.pl-24{padding-left:24px!important}.mr-24{margin-right:24px!important}.pr-24{padding-right:24px!important}.mt-25{margin-top:25px!important}.pt-25{padding-top:25px!important}.mb-25{margin-bottom:25px!important}.pb-25{padding-bottom:25px!important}.ml-25{margin-left:25px!important}.pl-25{padding-left:25px!important}.mr-25{margin-right:25px!important}.pr-25{padding-right:25px!important}.mt-30{margin-top:30px!important}.pt-30{padding-top:30px!important}.mb-30{margin-bottom:30px!important}.pb-30{padding-bottom:30px!important}.ml-30{margin-left:30px!important}.pl-30{padding-left:30px!important}.mr-30{margin-right:30px!important}.pr-30{padding-right:30px!important}.mt-35{margin-top:35px!important}.pt-35{padding-top:35px!important}.mb-35{margin-bottom:35px!important}.pb-35{padding-bottom:35px!important}.ml-35{margin-left:35px!important}.pl-35{padding-left:35px!important}.mr-35{margin-right:35px!important}.pr-35{padding-right:35px!important}.mt-40{margin-top:40px!important}.pt-40{padding-top:40px!important}.mb-40{margin-bottom:40px!important}.pb-40{padding-bottom:40px!important}.ml-40{margin-left:40px!important}.pl-40{padding-left:40px!important}.mr-40{margin-right:40px!important}.pr-40{padding-right:40px!important}.mt-45{margin-top:45px!important}.pt-45{padding-top:45px!important}.mb-45{margin-bottom:45px!important}.pb-45{padding-bottom:45px!important}.ml-45{margin-left:45px!important}.pl-45{padding-left:45px!important}.mr-45{margin-right:45px!important}.pr-45{padding-right:45px!important}.mt-50{margin-top:50px!important}.pt-50{padding-top:50px!important}.mb-50{margin-bottom:50px!important}.pb-50{padding-bottom:50px!important}.ml-50{margin-left:50px!important}.pl-50{padding-left:50px!important}.mr-50{margin-right:50px!important}.pr-50{padding-right:50px!important}.mt-55{margin-top:55px!important}.pt-55{padding-top:55px!important}.mb-55{margin-bottom:55px!important}.pb-55{padding-bottom:55px!important}.ml-55{margin-left:55px!important}.pl-55{padding-left:55px!important}.mr-55{margin-right:55px!important}.pr-55{padding-right:55px!important}.mt-60{margin-top:60px!important}.pt-60{padding-top:60px!important}.mb-60{margin-bottom:60px!important}.pb-60{padding-bottom:60px!important}.ml-60{margin-left:60px!important}.pl-60{padding-left:60px!important}.mr-60{margin-right:60px!important}.pr-60{padding-right:60px!important}.mt-70{margin-top:70px!important}.pt-70{padding-top:70px!important}.mb-70{margin-bottom:70px!important}.pb-70{padding-bottom:70px!important}.ml-70{margin-left:70px!important}.pl-70{padding-left:70px!important}.mr-70{margin-right:70px!important}.pr-70{padding-right:70px!important}.mt-80{margin-top:80px!important}.pt-80{padding-top:80px!important}.mb-80{margin-bottom:80px!important}.pb-80{padding-bottom:80px!important}.ml-80{margin-left:80px!important}.pl-80{padding-left:80px!important}.mr-80{margin-right:80px!important}.pr-80{padding-right:80px!important}.mt-90{margin-top:90px!important}.pt-90{padding-top:90px!important}.mb-90{margin-bottom:90px!important}.pb-90{padding-bottom:90px!important}.ml-90{margin-left:90px!important}.pl-90{padding-left:90px!important}.mr-90{margin-right:90px!important}.pr-90{padding-right:90px!important}.mt-100{margin-top:100px!important}.pt-100{padding-top:100px!important}.mb-100{margin-bottom:100px!important}.pb-100{padding-bottom:100px!important}.ml-100{margin-left:100px!important}.pl-100{padding-left:100px!important}.mr-100{margin-right:100px!important}.pr-100{padding-right:100px!important}.mt--10{margin-top:-10px!important}.pt--10{padding-top:-10px!important}.mb--10{margin-bottom:-10px!important}.pb--10{padding-bottom:-10px!important}.ml--10{margin-left:-10px!important}.pl--10{padding-left:-10px!important}.mr--10{margin-right:-10px!important}.pr--10{padding-right:-10px!important}.mt--15{margin-top:-15px!important}.pt--15{padding-top:-15px!important}.mb--15{margin-bottom:-15px!important}.pb--15{padding-bottom:-15px!important}.ml--15{margin-left:-15px!important}.pl--15{padding-left:-15px!important}.mr--15{margin-right:-15px!important}.pr--15{padding-right:-15px!important}.mt--20{margin-top:-20px!important}.pt--20{padding-top:-20px!important}.mb--20{margin-bottom:-20px!important}.pb--20{padding-bottom:-20px!important}.ml--20{margin-left:-20px!important}.pl--20{padding-left:-20px!important}.mr--20{margin-right:-20px!important}.pr--20{padding-right:-20px!important}.mt--30{margin-top:-30px!important}.pt--30{padding-top:-30px!important}.mb--30{margin-bottom:-30px!important}.pb--30{padding-bottom:-30px!important}.ml--30{margin-left:-30px!important}.pl--30{padding-left:-30px!important}.mr--30{margin-right:-30px!important}.pr--30{padding-right:-30px!important}*,:after,:before{padding:0;margin:0;box-sizing:border-box;outline:none}a{text-decoration:none}html{font-size:62.5%;font-family:klik,sans-serif;color:#2945ab}body{font-weight:300;font-size:1.6rem}.sticky-layout{min-height:100vh;display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column}.sticky-layout .page-content{-webkit-flex:1 1;flex:1 1}header .header-center nav a{text-decoration:none}header .header-center .logo{display:block}.header-cart{margin-left:50px}.paynet-btn__wrap{cursor:pointer;text-align:center}.sidebar-nav .menu-item{text-decoration:none}.container-with-left>div:last-child{width:calc(100% - 26.2rem);-webkit-flex:initial;flex:initial}.main-banner .swiper-container{height:100%}.main-banner{position:relative}.main-banner:hover .main-banner__btn{opacity:1}.main-banner .main-banner__btn{position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);background-color:rgba(0,0,0,.7);z-index:5;width:40px;height:40px;display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;-webkit-justify-content:center;justify-content:center;cursor:pointer;opacity:0;transition:.3s ease;border-radius:4px}.main-banner .main-banner__btn:hover{background-color:#fa6400}.main-banner .main-banner__btn svg path{fill:#fff}.main-banner .main-banner__btn-prev{left:10px}.main-banner .main-banner__btn-prev svg{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.main-banner .main-banner__btn-next{right:10px}.main-banner__item a{height:100%}.main-banner.loading{position:relative;display:-webkit-flex;display:flex;background-color:#fff3f0;border-radius:15px}.vertical-card:hover .add-cart{opacity:1}.vertical-card:hover .add-cart span{-webkit-transform:scale(1);transform:scale(1)}.vertical-card .add-cart{position:absolute;width:100%;height:100%;background-color:rgba(0,0,0,.5);z-index:5;transition:.3s ease;pointer-events:none;display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;-webkit-justify-content:center;justify-content:center;opacity:0}.vertical-card .add-cart .cannot-to-cart{color:#fff;text-align:center;padding:0 10px;font-weight:500}.vertical-card .add-cart span{-webkit-transform:scale(.8);transform:scale(.8);width:40px;height:40px;content:"";background-color:#ff9800;border-radius:5px;pointer-events:auto;display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;-webkit-justify-content:center;justify-content:center;cursor:pointer;transition:.2s ease-in-out}.vertical-card .add-cart span:hover{background-color:#fff}.vertical-card .add-cart span:hover svg path{fill:#ff9800}.vertical-card .add-cart span svg{width:22px;transition:.2s ease-in-out}.vertical-card .vertical-card__wrap{transition:.2s ease;height:100%}.vertical-card .vertical-card__wrap:hover{box-shadow:1px 22px 91px 0 rgba(0,0,0,.2)}.vertical-card img{display:block}.vertical-card .product-title:hover{color:#ff9800}.vertical-card .product-body a{display:-webkit-flex;display:flex;-webkit-line-clamp:2;-webkit-box-orient:vertical;-webkit-flex-direction:column;overflow:hidden;text-overflow:ellipsis;height:2.4em;line-height:1.2em;margin-bottom:5px}.vertical-card .product-body .price .price-num{font-size:3.2rem}section.current-offer .link-bar ul li{cursor:pointer}.sale-price{min-height:27px;display:-webkit-flex;display:flex;-webkit-flex-wrap:wrap;flex-wrap:wrap}.sale-price,.sale-price .d-flex{-webkit-align-items:flex-end;align-items:flex-end}.sale-price .d-flex .price-num--sale{margin-right:15px;font-weight:700}.sale-price .d-flex .price-num--old,.sale-price .d-flex .price-num--sale{display:-webkit-flex;display:flex;-webkit-align-items:flex-end;align-items:flex-end}.sale-price .d-flex .price-num--old{margin-right:10px;color:grey;text-decoration:line-through}.sale-price .d-flex .price-num{font-size:2rem}.sale-price .d-flex span{margin-left:5px;font-family:DINPro}.product-unit{white-space:nowrap;font-family:DINPro}.horizontal-card__wrap .product-body .price{display:-webkit-flex;display:flex;-webkit-align-items:flex-end;align-items:flex-end;line-height:2.7rem}.horizontal-card__wrap .product-body .price span{line-height:1.6rem}.horizontal-card__wrap{background:#fff}.horizontal-card__wrap:hover{box-shadow:1px 22px 91px 0 rgba(0,0,0,.2)}.horizontal-card .product-title{display:-webkit-flex;display:flex;-webkit-line-clamp:2;-webkit-box-orient:vertical;-webkit-flex-direction:column;overflow:hidden;text-overflow:ellipsis;height:2.4em;line-height:1.2em;margin-bottom:10px}.horizontal-card .product-title:hover{color:#ff9800}.current-offer{margin-bottom:50px}footer.footer .footer-links h5{text-transform:uppercase}.header-profile.no-auth{cursor:pointer}.header-profile.no-auth .photo:before{opacity:1;border-color:#ffdbb7}.header-profile.no-auth:hover{background-color:#fedad2}.header-profile.no-auth .name{font-weight:600}.header-profile.no-auth:before{display:none}.sidebar.sidebar--dropdown{position:relative}.sidebar.sidebar--dropdown:hover .sidebar-nav{opacity:1;pointer-events:auto;top:50px}.sidebar.sidebar--dropdown .sidebar-head{cursor:pointer;position:relative;z-index:2}.sidebar.sidebar--dropdown .sidebar-nav{background-color:#fff;position:absolute;top:0;opacity:0;pointer-events:none;left:0;transition:.3s ease}header{position:relative;z-index:7}.vertical-card__image{display:block;position:relative;padding-bottom:100%}.vertical-card__image img{position:absolute;left:0;top:0;width:100%;height:100%;object-fit:cover}.vertical-card .new,.vertical-card .sale{z-index:3}.product-description{color:#333;font-family:SF-Pro;font-size:1.8rem;letter-spacing:0;line-height:3.2rem;margin-bottom:2rem}.product-slider-items .swiper-container{height:100%}.product-card .product-slider .product-slider-main{width:calc(100% - 14.5rem);padding:0!important;margin:2rem;height:calc(100% - 4rem)}.product-card .product-slider{height:550px}.product-card .product-slider .product-slider-main{padding:2.5rem 2rem}.product-slider-main .swiper-container{height:100%}.product-slider-main .swiper-container .swiper-slide,.product-slider-main .swiper-container .swiper-slide .product-slider-main__item{display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;-webkit-justify-content:center;justify-content:center;overflow:hidden}.product-slider-main .swiper-container .swiper-slide .product-slider-main__item{width:100%;height:100%;background-color:hsla(0,0%,62%,.1)}.product-slider-main .swiper-container .swiper-slide .product-slider-main__item img{max-height:100%;max-width:100%;width:100%;height:100%;display:block}.product-info__img-item{display:-webkit-flex;display:flex;height:100%;-webkit-align-items:center;align-items:center;-webkit-justify-content:center;justify-content:center;border:1px solid rgba(0,0,0,.2);border-radius:4px;overflow:hidden}.product-info__img-item img{max-height:100%;max-width:100%;display:block}.login-form .form-field{width:35rem;text-align:left}.login-form .error-box,.login-form .info-box{width:35rem;margin-bottom:30px}.login-form__head{padding:15px;border-bottom:1px solid #e5e5e5;font-size:18px}.login-form__body{padding:30px 15px;text-align:center;display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column;-webkit-align-items:center;align-items:center}.login-form__body h3{margin-bottom:10px}.login-form__body h5{font-size:14px;color:#ff850d;max-width:250px;font-weight:300;margin-bottom:30px}.login-form__body .btn-order{margin-bottom:20px;width:auto;padding:0 40px}.login-form__body p{color:#3a3f46;margin-bottom:1rem;letter-spacing:.67px;font-size:1.4rem;width:35rem}.error-box{padding:15px;background-color:rgba(255,17,0,.1);color:rgba(255,17,0,.8);border:1px solid rgba(255,17,0,.8);border-radius:5px}.info-box{padding:15px;background-color:rgba(33,150,243,.1);color:#2196f3;border:1px solid rgba(33,150,243,.8);border-radius:5px}.btn-loading{position:relative;color:transparent!important}.btn-loading:after{width:15px;height:15px;border-radius:50%;background-color:initial;border:2px solid transparent;border-top-color:#fff;-webkit-animation:spin 1s linear infinite;animation:spin .8s linear infinite;content:"";position:absolute;left:0;right:0;top:0;bottom:0;margin:auto}.menu-item{cursor:pointer}.profile-edit .btn-order{width:auto;min-width:230px;padding:0 20px}.profile-edit__row{display:-webkit-flex;display:flex;-webkit-align-items:flex-end;align-items:flex-end;margin-bottom:24px}.profile-edit__row .btn-order{width:30rem;height:40px;border-radius:0 10px 10px 0}.profile-edit__row .form-field{-webkit-flex:1 1;flex:1 1}.profile-edit__row .form-field input{border-radius:4px 0 0 4px}.breadcrumbs ul li{font-size:14px}.profile .page-title.profile__title .back-btn{padding:0;height:3.8rem;width:3.8rem;border-radius:5px;background-color:#fee8d4;display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;-webkit-justify-content:center;justify-content:center;margin-right:2rem}.vertical-card .vertical-card__image{overflow:hidden}.horizontal-card .halal-status,.product-slider-main .halal-status,.vertical-card .halal-status{position:absolute;top:5px;right:5px;width:45px;height:45px;pointer-events:none;content:"";z-index:6;background-image:url(/static/media/halal-label.af8fd733.svg)}.horizontal-card .bonus-rate,.product-slider-main .bonus-rate,.vertical-card .bonus-rate{position:absolute;z-index:6;left:-24px!important;bottom:10px;text-transform:uppercase;background-color:#ff9800;font-size:12px;color:#fff;width:90px;text-align:center;padding:3px;-webkit-transform:rotate(45deg);transform:rotate(45deg)}.horizontal-card .product-status,.vertical-card .product-status{z-index:6;position:absolute;left:0;top:10px;pointer-events:none}.horizontal-card .product-status .status-item,.vertical-card .product-status .status-item{margin-bottom:10px;border-radius:0 15px 15px 0;padding:9px 18px 9px 15px;font-size:12px;color:#fff;text-transform:uppercase}.horizontal-card .product-status .status-item--orange,.vertical-card .product-status .status-item--orange{background-color:#fa6400}.horizontal-card .product-status .status-item--green,.vertical-card .product-status .status-item--green{background-color:#5eab0e}.product-slider-main{overflow:hidden}.product-slider-main .product-status{z-index:6;position:absolute;left:10px;top:15px;pointer-events:none;display:-webkit-flex;display:flex}.product-slider-main .product-status .status-item{margin-right:10px;border-radius:15px;padding:8px 20px;font-size:12px;color:#fff}.product-slider-main .product-status .status-item--orange{background-color:#fa6400}.product-slider-main .product-status .status-item--green{background-color:#5eab0e}.product-card button.add-to-cart{-webkit-user-select:none;user-select:none}.product-card button.add-to-cart:hover svg path{fill:#ff9800}.cart-item .cart-item__body .cart__buttons .remove svg{opacity:.3;transition:.2s ease-in-out}.cart-item .cart-item__body .cart__buttons .remove:hover svg{opacity:1;fill:#f4516c}.cart-item .cart-item__button{-webkit-flex:1 1;flex:1 1}.cart-item .cart-item__button button.add-to-cart{float:right;-webkit-user-select:none;user-select:none;height:5.4rem;width:22.5rem;border-radius:10px;background-color:#ff9800;border:none;font-family:SF-Pro;font-size:1.4rem;letter-spacing:.09px;text-align:center;position:relative;transition:all .3s}.cart-item .cart-item__button button.add-to-cart:hover{color:#ff9800;border:1px solid #ff9800;background-color:#fff}.cart-item .cart-item__button button.add-to-cart:hover svg path{fill:#ff9800}.cart-item .cart-item__button button.add-to-cart svg{position:absolute;fill:#fff;top:calc(50% - 1.6rem);left:calc(15% - 1.6rem)}.menu-item .icon{position:relative}.menu-item .icon img{height:24px;left:-5px;position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.total-block .total-block__body ul li{-webkit-align-items:center;align-items:center}.page-title,.page-title h2{position:relative}.page-title h2{background:none;z-index:2}.page-title:after{width:125px;height:34px;position:absolute;left:0;top:2px;content:"";background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIAAAAAjCAYAAABctgKLAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAQqSURBVHgB7ZtfbttGEMZndkkhLQKUeVERoEDZdweVTmD5BM0NkhvkCElO0N6gvkHRG9AnMN2ofTUNFAjioLD64NYxuTuZoURZDiJHoil6ae0PMERJhA3wm2/+cGiEjkPHh9HFA4i0DiM0FKHGWD5HhAgsRQrxG34bzU6Ppy8YX/sdQPHSP4AwQcIJn8U/ID+pRTgxBEmvv5NCx0FwjP/fHsbyGkAQi5gLQn4/OyWuBLxRuFbAzAK9Dvo7+9BRWgmAStRQ6QGgikRURSCCijNjdwStC2YfzOXeV4+HGXSMWwWACCupV5GNS2GJ4tKphBGgiIlRd0Vdm0lxCXu979wtC6KXZNbw8ZOk+uyzAVDV1bljt1vYNcAMzy+H+MNwAneMaFg8DAYKcKAs7pKiEafYiAVPsb8zrM5DOh3/DAupmJAiORE8tSCi1/rbJ6+gZURw87UeaVS7/HZACINlOuJ5/qgKUg6AP4+9mxtlovo7j2DDSDrvBeFT7qV+ZBlH62hoDO1VZSBgx084UjzNEdHf4wE22AtU6TwAdjfRaO5ugpl06wmoFIz4JZHjgKw9QlQD8DSG6YFcz9oBIO4OdTjSIO4GdjcMdCn2TOhbGhYRd6vjgN/decNy39CkVr6my5q18jvYGHPDSwBkvgQ0TG6zZV8tc7fA5Rha0mJepgJuIiZe/wYhyKr6f612W+7M23H3Stig7APSoDCUae3cHeFOw6P1r1VnPq/dcokdcho3gpKBeAzklEQ6PAbPtlGOq6X17enYV4EtBEMVq+kR+ElgCzG53QtmxxksjAZ3D08msn9HymQXby39K5+R4t080IDn2Gf+dvXtQW5MywDgi5oRz6GwUT4RleiEZARliBvRAorswQULvGSRIh01PAxfEuELP7Y2Ayr8qQwAcRi7CuoxFVa2TKVTuZyUwpKd5NaU49Bt9+T5+zfcUeNv3vWNkZClI0KbzErA1InXWeJYFtaiycJznndbWHvSP3+9IGN/AU9dRMOEDB6whmlwUaSLupUBoGyxb3SYWchTY2DiypMtxbs/nnrx1wUzLumJATjITZ58SUun7wBZXlWDX1XfRPmQ6jSdU6L/M8m6WTkARylOx8+9+J8ydbe1cCTpfPHRrro4GwAKwXf7U3cfkMJ0lXReBydLAJ0dRpSHZ7Bd3NisbQo3M8AFj3sa7jNXtXuD7l4FZ0vA/eKqdhuVJ73+0JlHx52dAuz78VlHb/xMUzmLzWvgtE5n3ibOZgCy9ndE9QzcxplUXhdnA8Ba3NcaXAoAETvbdFfeNk7fCDLv3rziHcVLaJ9rzpY7pC7V7SZx/lmwzQcB7zfQpmTg5D45e1U68TBg8Xb8XGmQIIihNldCl//W3eKs7TKdehpUAgGVHXFzKA80xgCLU8Jso8kiL24vJX23tbn0eDrHRyz9Wq3zNf2fAAAAAElFTkSuQmCC) no-repeat 0;background-size:contain}.total-block .go-back{text-align:center;display:block;padding:20px}.total-block .go-back:hover{color:#ff9800}.payment__body .buttons-row{display:-webkit-flex;display:flex;-webkit-flex-wrap:wrap;flex-wrap:wrap;-webkit-justify-content:flex-end;justify-content:flex-end}.payment__body .buttons-row .btn-order{width:auto;padding:0 20px;min-width:200px;margin-left:10px}.btn-order.warning:hover{background-color:#f4516c}.btn-order.primary:disabled{color:#fff;background-color:#ff9864;pointer-events:none}.pointer-events-none{pointer-events:none!important}.balance-up-form{max-width:600px;background-color:#f4f4f4;padding:30px;margin:0 auto;border-radius:10px}.balance-up-form .buttons-row{-webkit-justify-content:flex-end;justify-content:flex-end;display:-webkit-flex;display:flex}.balance-up-form .buttons-row .btn-order{width:auto;padding:14px 30px;height:auto}.balance-up-form p{margin:18px 0}.balance-up-form p.text-center{font-size:16px;max-width:480px;margin:0 auto;padding-top:30px;padding-bottom:30px}.balance-up-form .card-image img{border-radius:4px;display:block;max-width:330px;margin:0 auto}.balance-up-form .card-image__desc{font-size:14px;color:#ff9800;max-width:400px;text-align:center;margin:0 auto;padding:10px 0}.balance-up-form .payment-method-bank{padding:20px;text-align:center;border:1px solid #e5e5e5;border-radius:4px}.balance-up-form .payment-method-bank h2{font-size:30px;font-weight:300;text-align:center;margin-bottom:10px}.balance-up-form .payment-method-bank h3{margin-top:20px;font-size:18px}.balance-up-form .payment-method-bank p{margin-top:10px;margin-bottom:10px}.w-50p{width:50%}.balance-up .profile-monitoring .tabs{margin:0 auto 15px}.profile-monitoring .profile-monitoring__card .profile-monitoring__item .left{padding-right:30px}.profile-monitoring .profile-monitoring__card .profile-monitoring__item .left .avatar .icon img{width:16px}.profile-monitoring__item a{transition:.2s ease-in-out!important}.profile-monitoring__item a:hover{color:#ff850d!important}.profile-purchases-item .profile-purchases__middle .image{overflow:hidden}.uppercase{text-transform:uppercase}.services__list{display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;-webkit-flex-wrap:wrap;flex-wrap:wrap;border-bottom:1px solid rgba(0,0,0,.1);margin-bottom:20px;border-top:1px solid rgba(0,0,0,.1);padding-bottom:10px}.services__item{margin:10px 10px 0 0;background-repeat:repeat-x;transition:all .3s;padding:6px 12px;border-radius:4px;font-size:14px;font-weight:400;text-align:center;white-space:nowrap;vertical-align:middle;display:inline-block;box-shadow:inset 0 1px 0 hsla(0,0%,100%,.15),0 1px 1px rgba(0,0,0,.075);cursor:pointer}.services__item.default-btn{border:1px solid #ccc;background-image:linear-gradient(180deg,#fff,#e0e0e0);color:#333}.services__item.default-btn:hover{background-color:#e0e0e0;background-position:0 -15px;border-color:#adadad}.services__item.info-btn{background-image:linear-gradient(180deg,#ffc46c,#ff9800);border:1px solid #ff9800;color:#fff}.services__item.info-btn:hover{background-color:#ff9800;background-position:0 -15px;border-color:#fa6400}.order .order-wrap.payment .order-body h6.order-title{margin-bottom:1rem}.order .order-wrap.payment .logo{overflow:hidden}.amount-with-currency{display:-webkit-flex;display:flex;-webkit-justify-content:space-between;justify-content:space-between}.amount-with-currency .form-field{-webkit-flex:1 1;flex:1 1}.amount-with-currency .currency-checkbox{margin-left:50px}.amount-with-currency .checkbox-row{display:-webkit-flex;display:flex}.amount-with-currency .checkbox-row .services__item{margin:0;height:40px;display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center}.amount-with-currency .checkbox-row .services__item:first-child{border-radius:4px 0 0 4px}.amount-with-currency .checkbox-row .services__item:nth-child(2){border-radius:0 4px 4px 0}.flex-1{-webkit-flex:1 1;flex:1 1}.checkbox__text{-webkit-user-select:none;user-select:none}.position-relative{position:relative}header .header-center .logo{cursor:pointer}.profile-purchases-item .profile-purchases__head .profile-purchases__state{color:#fff}.page-title.profile__title:after{left:80px}.receiptHtml-content{padding:30px 0}.receiptHtml-content li{padding:5px 0}.w-auto{width:auto}.news-card{background:#fff;box-shadow:3px 13px 44px rgba(186,200,219,.565868);margin-bottom:22px;padding:24px 34px;display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;width:100%}.news-card:hover .news-card__date{color:#ff9800}.news-card__date{margin-right:25px;opacity:.9;transition:.2s ease-in-out}.news-card__date p{font-size:86px;line-height:101px;letter-spacing:-1.4px}.news-card__date p,.news-card__date span{text-align:center;font-family:DINPro,sans-serif}.news-card__date span{font-size:17px;line-height:20px;display:block}.news-card__views{opacity:.5;padding-left:25px;background:url(/static/media/eye.d9fa900c.svg) no-repeat 0;background-size:17px;font-size:13px;line-height:15px}.news-card__title{transition:.2s ease-in-out;font-size:36px;line-height:42px;font-family:DINPro,sans-serif;letter-spacing:-.6px;margin:5px 0 12px}.news-card__description{font-size:16px;line-height:23px;color:#6d7278}.content-block{max-width:870px;margin:0 auto}.content-block .page-title{font-size:3.6rem;text-align:center}.content-block .page-title:after{width:45%;height:35px;left:50%;top:15px;-webkit-transform:translateX(-50%);transform:translateX(-50%);background-size:100% 100%}.content-block p{margin:16px 0}.content-block__meta{display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center}.content-block__meta .content-block__date,.content-block__meta .content-block__views{margin-right:30px;opacity:.5;font-size:14px;line-height:20px;padding-left:25px}.content-block__meta .content-block__date{background:url(/static/media/calendar.cd18b83b.svg) no-repeat 0;background-size:17px}.content-block__meta .content-block__views{background:url(/static/media/eye.d9fa900c.svg) no-repeat 0;background-size:17px}.order .order-wrap.payment .order-body .radio-block label .checkbox-wrap .radio:after{display:none}.order .order-wrap.payment-info.payment-confirm{width:100%;overflow-y:auto}.white-space-nowrap{white-space:nowrap}.order .order-wrap.payment-info .order-body ul li span{max-width:none}.edit-phone-toggle{cursor:pointer;position:absolute;right:-55px;top:25px;-webkit-transform:translateY(-50%);transform:translateY(-50%);width:25px;height:25px;content:"";background:url(/static/media/edit.60f40a48.svg) no-repeat 50%;background-size:contain}.profile-edit{position:relative;z-index:2}.address-phone{display:block;color:#ff9800;font-size:1.5rem;letter-spacing:0;transition:color .2s}.address-phone:hover{color:#fa6400}.address-item{border-radius:16px;background-color:#fff;box-shadow:0 14px 43px 0 rgba(0,0,0,.08);padding:1.6rem 2.6rem;cursor:pointer;margin-bottom:30px}.address-item__title{font-size:22px;margin-bottom:10px;font-family:DINPro,sans-serif}.address-item__value{color:#6d7278;font-size:1.5rem;max-width:100%;letter-spacing:0;padding-bottom:15px;border-bottom:2px solid #eee}.address-item__footer{padding-top:14px}.address-item__footer .d-flex{color:#6d7278;font-size:1.5rem;-webkit-justify-content:space-between;justify-content:space-between;-webkit-flex-wrap:wrap;flex-wrap:wrap;-webkit-flex:1 1;flex:1 1;padding-right:50px}.address-item__footer .d-flex strong{color:#ff9800;font-weight:300;margin-left:5px}.address-item .address-item__footer{display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center}.address-item .address-item__footer .actions-popup{position:relative;display:-webkit-flex;display:flex}.address-item .address-item__footer .actions-popup:hover span{background-color:rgba(255,152,0,.3)}.address-item .address-item__footer .actions-popup:hover .popup-menu{opacity:1;-webkit-transform:scale(1);transform:scale(1)}.address-item .address-item__footer .actions-popup>span{width:30px;height:30px;border-radius:100px;display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;-webkit-justify-content:center;justify-content:center;transition:.2s ease-in-out}.address-item .address-item__footer .actions-popup .popup-menu{position:absolute;background-color:#fff;box-shadow:1px 22px 91px 0 rgba(0,0,0,.16);padding:10px 0;z-index:5;top:30px;right:0;opacity:0;transition:.2s ease-in-out;-webkit-transform:scale(.8);transform:scale(.8)}.address-item .address-item__footer .actions-popup .popup-menu>div{padding:10px 20px;transition:.2s ease-in-out}.address-item .address-item__footer .actions-popup .popup-menu>div:hover{color:#fa6400}.add-btn{background-color:#ff9800;padding:10px 20px;font-size:14px;border-radius:4px;color:#fff;cursor:pointer}.vertical-card .favorite-btn{position:absolute;right:12px;bottom:12px;cursor:pointer;display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;-webkit-justify-content:center;justify-content:center}.vertical-card .favorite-btn .spinner-wrap.md .spinner{width:20px;height:20px}.vertical-card .favorite-btn.\--active svg path{fill:#ff9800}.vertical-card .favorite-btn svg{width:20px;display:block}.vertical-card .favorite-btn svg path{transition:.2s ease-in-out}.faq__wrap{max-width:100%;margin:0 auto;display:-webkit-flex;display:flex;-webkit-justify-content:flex-start;justify-content:flex-start;-webkit-flex-direction:column;flex-direction:column}.faq__wrap .faq__title__question{padding:2rem 4rem 2rem 1.5rem;display:-webkit-flex;display:flex;-webkit-justify-content:space-between;justify-content:space-between;background-color:rgba(250,100,0,.2);border-radius:4px;-webkit-flex-wrap:wrap;flex-wrap:wrap;position:relative}.faq__wrap .faq__title__question h5{display:-webkit-flex;display:flex;-webkit-justify-content:flex-start;justify-content:flex-start;width:100%}.faq__wrap .faq__title__question h5 span{color:#000;font-size:16px;line-height:20px;display:-webkit-flex;display:flex;padding-left:1rem;-webkit-flex-grow:1;flex-grow:1}.faq__wrap .faq__title__question h5 .faq__point{height:10px;width:10px;border-radius:50%;background-color:#fa6400;line-height:20px;box-sizing:border-box;-webkit-align-items:center;align-items:center;margin-top:5px;padding-right:10px}.faq__wrap .faq__title__question .icon-faq-section{display:-webkit-flex;display:flex;width:16px;height:10px;position:absolute;right:12px;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.faq__wrap .faq__title__question .icon-faq-section .faq__title__icon2{width:100%;height:100%;color:#fff;-webkit-transform:rotate(180deg);transform:rotate(180deg)}.faq__wrap .faq__title__question .icon-faq-section .faq__title__icon1{width:100%;color:#fff}.faq__wrap .faq__answer__text{display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;margin-top:1.5rem}.faq__wrap .faq__answer__text p{color:#000;font-size:16px;line-height:20px}.content-block h1,.content-block h2,.content-block h3,.content-block h4,.content-block h5,.content-block h6{margin:24px 0}.content-block p{line-height:24px}.content-block ul{margin-bottom:10px;padding-left:40px;list-style:disc outside none;list-style:initial}.content-block a{color:#007bff}.partners__block{max-width:65rem;padding:30px;margin:0 auto;border-radius:10px;background-color:#f4f4f4}.partners__logo{display:-webkit-flex;display:flex;-webkit-justify-content:center;justify-content:center}.partners__desc{font-size:18px;color:#ff9800;max-width:400px;font-weight:500;text-align:center;margin:2rem auto 3rem}.partners__btn{width:25rem;margin:0 auto;display:block}.download .page-title{width:unset}.download .block{display:-webkit-flex;display:flex;max-width:1000px;margin:0 auto}.download .block__left{-webkit-flex:1 1;flex:1 1;padding-right:30px}.download .block__left p{font-size:1.8rem;line-height:3.2rem;color:#000;z-index:2}.download .block__right{width:360px}.download .block__right .right__image{max-height:600px}.download .block__right .right__image img{display:block}.main-menu ul{display:-webkit-flex;display:flex;-webkit-justify-content:center;justify-content:center;padding:0}.main-menu ul .menu-item-has-children{position:relative;margin:0}.main-menu>ul>li{cursor:pointer}.main-menu ul li a:hover{color:#f40}.sub-menu-wrap{left:0;top:100%;position:absolute;opacity:0;pointer-events:none;z-index:10;transition:all .3s ease-out;padding-top:10px;-webkit-transform:translateY(10px);transform:translateY(10px)}.sub-menu{display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column;padding:0;width:200px;list-style:none;background:#fff;box-shadow:2px 11px 34px 0 rgba(0,0,0,.13);border-radius:10px}.sub-menu li{padding:0 20px}.sub-menu li:not(:first-child){border-top:1px solid #e5e5e5}.sub-menu li a{color:#666;display:block;padding:10px 0;text-transform:capitalize;position:relative;transition:all .5s ease-out 0s;-webkit-transition:all .5s ease-out 0s;margin-right:0!important}.sub-menu .sub-menu-child{margin:0;display:block}.sub-menu .sub-menu-child li{border:none;background:#fafafa;padding-left:10px;margin-bottom:4px}.sub-menu .sub-menu-child li a{font-size:14px}.sub-menu .sub-menu-child li:hover{color:#f40}.main-menu ul .menu-item-has-children:hover .sub-menu-wrap{opacity:1;pointer-events:auto;-webkit-transform:translateY(0);transform:translateY(0)}.certificates-detail{background:#fff none repeat scroll 0 0;margin-bottom:10px;padding:30px;box-sizing:border-box}.certificates-detail h2{margin-top:20px;margin-bottom:15px;font-size:30px;line-height:34px}.certificates-detail h4{margin-top:10px;margin-bottom:10px;font-size:20px;line-height:20px}.certificat-img{box-shadow:0 0 10px rgba(82,97,109,.5)}.careers-card:hover .news-card__title{color:#ff9800}.footer-head{position:relative;margin-bottom:-115px;margin-top:30px}.footer-head ul.socials-links img{max-width:18px}footer.footer{padding-top:12.5rem}.certificat-img{cursor:pointer}.swiper-pagination-bullet-active{background-color:#fa6400}.not-found{display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column;-webkit-justify-content:center;justify-content:center;-webkit-align-items:center;align-items:center;padding:10rem 0}.not-found .sub-title{max-width:45rem;margin:0 auto 2rem;text-align:center}.not-found__link{max-width:20rem;display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;-webkit-justify-content:center;justify-content:center;color:#fff}.not-found__link:hover{border:1px solid #ff9800;background-color:#fff;color:#ff9800}.briefly-about .block{position:relative}.briefly-about .block .image{right:-130px;top:-9.5rem}.profile-info h4{overflow:hidden;text-overflow:ellipsis}.profile-info{padding-bottom:10px}.sticky-layout{overflow:hidden}.product-slider-main .swiper-container .swiper-slide .product-slider-main__item img{object-fit:cover}@media (max-width:1300px){.cart-preview{display:none}}.menu-item .icon img{max-width:22px;max-height:22px}.frequently-asked-styles{display:-webkit-flex;display:flex;margin-left:20px}.frequently-asked-styles a{font-size:1.2rem;font-weight:500;color:rgba(0,0,0,.74);text-decoration:underline}.widget--weather{position:relative}.widget--weather:hover .city-select__list-wrap{opacity:1;pointer-events:auto;-webkit-transform:translateY(0);transform:translateY(0)}.widget--weather .widget__data_ciy{display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;cursor:pointer}.widget--weather .widget__data_ciy img{margin-left:5px;margin-top:3px}.widget--weather .city-select__list-wrap{width:130px;z-index:50;position:absolute;top:100%;right:0;padding-top:10px;-webkit-transform:translateY(10px);transform:translateY(10px);opacity:0;pointer-events:none;transition:.2s ease}.widget--weather .city-select__list{background-color:#fff;box-shadow:2px 11px 34px 0 rgba(0,0,0,.13);padding:10px;border-radius:4px}.widget--weather .city-select__list li{line-height:30px;background:#fafafa;color:#666;font-size:14px;transition:all .2s;-webkit-align-items:center;align-items:center;border-bottom:1px solid #fff}.widget--weather .city-select__list li a{padding:0 10px;width:100%}.widget--weather .city-select__list li a:hover{background-color:#ff9800;color:#fff}.widget__data{-webkit-align-items:center;align-items:center}.widget__data,.widget__data time{display:-webkit-flex;display:flex}.widget__data time{-webkit-align-items:flex-end;align-items:flex-end;padding-left:5px;min-width:55px;height:100%}.header-profile__dropdown{min-width:255px}.address-item{position:relative}.address-item--default{width:25px;height:25px;content:"";position:absolute;right:20px;top:20px;background:url(/static/media/check.b7d9ae39.svg) no-repeat 50%;background-color:#23b24b;border-radius:100px}.product-card .socials-links--standard{margin-top:30px}.socials-links--standard{width:28.5rem}.socials-links--standard a:hover{background-color:#efefef}.socials-links--standard img{max-width:20px}.sidebar-nav__dropdown .caption{width:300px}.confirmation-modal__content{padding:30px 20px 20px}.confirmation-modal .button-group{display:-webkit-flex;display:flex;margin-top:30px}.confirmation-modal .button-group .btn-order:first-child{margin-right:5px}.confirmation-modal .button-group .btn-order:last-child{margin-left:5px}.confirmation-modal__title{font-weight:500;font-size:18px;text-align:center;max-width:80%;margin:0 auto}.cancel-icon{background:url(/static/media/error-icon-round.3db9c775.svg) no-repeat 50%;background-size:contain;opacity:.5}.cancel-icon,.check-icon{width:20px;height:20px;content:"";display:block}.check-icon{background:url(/static/media/check-icon-round.5d8a9538.svg) no-repeat 50%;background-size:contain}.header-bottom .sidebar:not(.sidebar--dropdown){height:100%}.header-bottom .sidebar:not(.sidebar--dropdown) .sidebar-nav{height:calc(100% - 45px)}.profile__sidebar .avatar{position:relative}.profile__sidebar .actions{position:absolute;color:#fff;display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column;-webkit-align-items:center;align-items:center;-webkit-justify-content:center;justify-content:center;width:100%;height:100%;left:0;top:0;background-color:rgba(0,0,0,.3);border-radius:100px;font-size:14px;font-weight:500;opacity:0;transition:.2s ease-in-out}.profile__sidebar .actions:hover{opacity:1}.profile__sidebar .actions span{cursor:pointer;transition:.2s ease-in-out}.profile__sidebar .actions span:hover{color:#ff9800}.contact-information a{color:#000;font-weight:900;transition:all .3s}.contact-information a:hover{color:#f40}.contact-information a.item-phone{color:#0054ff;font-weight:900;transition:all .3s}.contact-information a.item-phone:hover{color:#f40}.contact-information .item-block{display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;-webkit-justify-content:center;justify-content:center;background:rgba(250,100,0,.2);height:40px;padding:5px 10px;margin-right:10px;border-radius:20px}.contact-information .item-block .item-icon{margin-right:5px;height:25px}.contact-information .item-block .item-icon img{height:25px}.island-button{background-color:#eaeaea;height:40px;width:80px;border-radius:10px;text-align:center;line-height:40px;margin:0 10px;cursor:pointer;transition:.3s}.island-button.active,.island-button:hover{background-color:#23b24b;color:#fff}.ramadan-table{border-collapse:collapse;margin:25px 0;font-size:.9em;font-family:sans-serif;width:672px;box-shadow:0 0 20px rgba(0,0,0,.15)}.ramadan-table thead tr{background-color:#ff9800;color:#fff;text-align:center}.ramadan-table td,.ramadan-table th{padding:12px 15px;text-align:center}.ramadan-table tbody tr{border-bottom:1px solid #ddd}.ramadan-table tbody tr:nth-of-type(2n){background-color:#f3f3f3}.ramadan-table tbody tr td:nth-child(3),.ramadan-table tbody tr td:nth-child(7){color:#fa6400}.ramadan-table tbody tr:last-of-type{border-bottom:2px solid #ff9800}.ramadan-table tbody tr.active-row{font-weight:700;color:#ff9800}

/*!
 * Bootstrap Grid v4.0.0 (https://getbootstrap.com)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */html{box-sizing:border-box;-ms-overflow-style:scrollbar}*,:after,:before{box-sizing:inherit}.container{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}@media (min-width:576px){.container{max-width:540px}}@media (min-width:768px){.container{max-width:720px}}@media (min-width:992px){.container{max-width:960px}}@media (min-width:1200px){.container{max-width:1240px}}.container-fluid{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}.row{display:-webkit-flex;display:flex;-webkit-flex-wrap:wrap;flex-wrap:wrap;margin-right:-15px;margin-left:-15px}.no-gutters{margin-right:0;margin-left:0}.no-gutters>.col,.no-gutters>[class*=col-]{padding-right:0;padding-left:0}.col,.col-1,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-10,.col-11,.col-12,.col-auto,.col-lg,.col-lg-1,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-auto,.col-md,.col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-md-11,.col-md-12,.col-md-auto,.col-sm,.col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-auto,.col-xl,.col-xl-1,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl-auto{position:relative;width:100%;min-height:1px;padding-right:15px;padding-left:15px}.col{-webkit-flex-basis:0;flex-basis:0;-webkit-flex-grow:1;flex-grow:1;max-width:100%}.col-auto{-webkit-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.col-1{-webkit-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-2{-webkit-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-3{-webkit-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-4{-webkit-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-5{-webkit-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-6{-webkit-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-7{-webkit-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-8{-webkit-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-9{-webkit-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-10{-webkit-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-11{-webkit-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-12{-webkit-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-first{-webkit-order:-1;order:-1}.order-last{-webkit-order:13;order:13}.order-0{-webkit-order:0;order:0}.order-1{-webkit-order:1;order:1}.order-2{-webkit-order:2;order:2}.order-3{-webkit-order:3;order:3}.order-4{-webkit-order:4;order:4}.order-5{-webkit-order:5;order:5}.order-6{-webkit-order:6;order:6}.order-7{-webkit-order:7;order:7}.order-8{-webkit-order:8;order:8}.order-9{-webkit-order:9;order:9}.order-10{-webkit-order:10;order:10}.order-11{-webkit-order:11;order:11}.order-12{-webkit-order:12;order:12}.offset-1{margin-left:8.333333%}.offset-2{margin-left:16.666667%}.offset-3{margin-left:25%}.offset-4{margin-left:33.333333%}.offset-5{margin-left:41.666667%}.offset-6{margin-left:50%}.offset-7{margin-left:58.333333%}.offset-8{margin-left:66.666667%}.offset-9{margin-left:75%}.offset-10{margin-left:83.333333%}.offset-11{margin-left:91.666667%}@media (min-width:576px){.col-sm{-webkit-flex-basis:0;flex-basis:0;-webkit-flex-grow:1;flex-grow:1;max-width:100%}.col-sm-auto{-webkit-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.col-sm-1{-webkit-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-sm-2{-webkit-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-sm-3{-webkit-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-sm-4{-webkit-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-sm-5{-webkit-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-sm-6{-webkit-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-sm-7{-webkit-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-sm-8{-webkit-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-sm-9{-webkit-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-sm-10{-webkit-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-sm-11{-webkit-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-sm-12{-webkit-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-sm-first{-webkit-order:-1;order:-1}.order-sm-last{-webkit-order:13;order:13}.order-sm-0{-webkit-order:0;order:0}.order-sm-1{-webkit-order:1;order:1}.order-sm-2{-webkit-order:2;order:2}.order-sm-3{-webkit-order:3;order:3}.order-sm-4{-webkit-order:4;order:4}.order-sm-5{-webkit-order:5;order:5}.order-sm-6{-webkit-order:6;order:6}.order-sm-7{-webkit-order:7;order:7}.order-sm-8{-webkit-order:8;order:8}.order-sm-9{-webkit-order:9;order:9}.order-sm-10{-webkit-order:10;order:10}.order-sm-11{-webkit-order:11;order:11}.order-sm-12{-webkit-order:12;order:12}.offset-sm-0{margin-left:0}.offset-sm-1{margin-left:8.333333%}.offset-sm-2{margin-left:16.666667%}.offset-sm-3{margin-left:25%}.offset-sm-4{margin-left:33.333333%}.offset-sm-5{margin-left:41.666667%}.offset-sm-6{margin-left:50%}.offset-sm-7{margin-left:58.333333%}.offset-sm-8{margin-left:66.666667%}.offset-sm-9{margin-left:75%}.offset-sm-10{margin-left:83.333333%}.offset-sm-11{margin-left:91.666667%}}@media (min-width:768px){.col-md{-webkit-flex-basis:0;flex-basis:0;-webkit-flex-grow:1;flex-grow:1;max-width:100%}.col-md-auto{-webkit-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.col-md-1{-webkit-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-md-2{-webkit-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-md-3{-webkit-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-md-4{-webkit-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-md-5{-webkit-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-md-6{-webkit-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-md-7{-webkit-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-md-8{-webkit-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-md-9{-webkit-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-md-10{-webkit-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-md-11{-webkit-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-md-12{-webkit-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-md-first{-webkit-order:-1;order:-1}.order-md-last{-webkit-order:13;order:13}.order-md-0{-webkit-order:0;order:0}.order-md-1{-webkit-order:1;order:1}.order-md-2{-webkit-order:2;order:2}.order-md-3{-webkit-order:3;order:3}.order-md-4{-webkit-order:4;order:4}.order-md-5{-webkit-order:5;order:5}.order-md-6{-webkit-order:6;order:6}.order-md-7{-webkit-order:7;order:7}.order-md-8{-webkit-order:8;order:8}.order-md-9{-webkit-order:9;order:9}.order-md-10{-webkit-order:10;order:10}.order-md-11{-webkit-order:11;order:11}.order-md-12{-webkit-order:12;order:12}.offset-md-0{margin-left:0}.offset-md-1{margin-left:8.333333%}.offset-md-2{margin-left:16.666667%}.offset-md-3{margin-left:25%}.offset-md-4{margin-left:33.333333%}.offset-md-5{margin-left:41.666667%}.offset-md-6{margin-left:50%}.offset-md-7{margin-left:58.333333%}.offset-md-8{margin-left:66.666667%}.offset-md-9{margin-left:75%}.offset-md-10{margin-left:83.333333%}.offset-md-11{margin-left:91.666667%}}@media (min-width:992px){.col-lg{-webkit-flex-basis:0;flex-basis:0;-webkit-flex-grow:1;flex-grow:1;max-width:100%}.col-lg-auto{-webkit-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.col-lg-1{-webkit-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-lg-2{-webkit-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-lg-3{-webkit-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-lg-4{-webkit-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-lg-5{-webkit-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-lg-6{-webkit-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-lg-7{-webkit-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-lg-8{-webkit-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-lg-9{-webkit-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-lg-10{-webkit-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-lg-11{-webkit-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-lg-12{-webkit-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-lg-first{-webkit-order:-1;order:-1}.order-lg-last{-webkit-order:13;order:13}.order-lg-0{-webkit-order:0;order:0}.order-lg-1{-webkit-order:1;order:1}.order-lg-2{-webkit-order:2;order:2}.order-lg-3{-webkit-order:3;order:3}.order-lg-4{-webkit-order:4;order:4}.order-lg-5{-webkit-order:5;order:5}.order-lg-6{-webkit-order:6;order:6}.order-lg-7{-webkit-order:7;order:7}.order-lg-8{-webkit-order:8;order:8}.order-lg-9{-webkit-order:9;order:9}.order-lg-10{-webkit-order:10;order:10}.order-lg-11{-webkit-order:11;order:11}.order-lg-12{-webkit-order:12;order:12}.offset-lg-0{margin-left:0}.offset-lg-1{margin-left:8.333333%}.offset-lg-2{margin-left:16.666667%}.offset-lg-3{margin-left:25%}.offset-lg-4{margin-left:33.333333%}.offset-lg-5{margin-left:41.666667%}.offset-lg-6{margin-left:50%}.offset-lg-7{margin-left:58.333333%}.offset-lg-8{margin-left:66.666667%}.offset-lg-9{margin-left:75%}.offset-lg-10{margin-left:83.333333%}.offset-lg-11{margin-left:91.666667%}}@media (min-width:1200px){.col-xl{-webkit-flex-basis:0;flex-basis:0;-webkit-flex-grow:1;flex-grow:1;max-width:100%}.col-xl-auto{-webkit-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.col-xl-1{-webkit-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-xl-2{-webkit-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-xl-3{-webkit-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-xl-4{-webkit-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-xl-5{-webkit-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-xl-6{-webkit-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-xl-7{-webkit-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-xl-8{-webkit-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-xl-9{-webkit-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-xl-10{-webkit-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-xl-11{-webkit-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-xl-12{-webkit-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-xl-first{-webkit-order:-1;order:-1}.order-xl-last{-webkit-order:13;order:13}.order-xl-0{-webkit-order:0;order:0}.order-xl-1{-webkit-order:1;order:1}.order-xl-2{-webkit-order:2;order:2}.order-xl-3{-webkit-order:3;order:3}.order-xl-4{-webkit-order:4;order:4}.order-xl-5{-webkit-order:5;order:5}.order-xl-6{-webkit-order:6;order:6}.order-xl-7{-webkit-order:7;order:7}.order-xl-8{-webkit-order:8;order:8}.order-xl-9{-webkit-order:9;order:9}.order-xl-10{-webkit-order:10;order:10}.order-xl-11{-webkit-order:11;order:11}.order-xl-12{-webkit-order:12;order:12}.offset-xl-0{margin-left:0}.offset-xl-1{margin-left:8.333333%}.offset-xl-2{margin-left:16.666667%}.offset-xl-3{margin-left:25%}.offset-xl-4{margin-left:33.333333%}.offset-xl-5{margin-left:41.666667%}.offset-xl-6{margin-left:50%}.offset-xl-7{margin-left:58.333333%}.offset-xl-8{margin-left:66.666667%}.offset-xl-9{margin-left:75%}.offset-xl-10{margin-left:83.333333%}.offset-xl-11{margin-left:91.666667%}}.d-none{display:none!important}.d-inline{display:inline!important}.d-inline-block{display:inline-block!important}.d-block{display:block!important}.d-table{display:table!important}.d-table-row{display:table-row!important}.d-table-cell{display:table-cell!important}.d-flex{display:-webkit-flex!important;display:flex!important}.d-inline-flex{display:-webkit-inline-flex!important;display:inline-flex!important}@media (min-width:576px){.d-sm-none{display:none!important}.d-sm-inline{display:inline!important}.d-sm-inline-block{display:inline-block!important}.d-sm-block{display:block!important}.d-sm-table{display:table!important}.d-sm-table-row{display:table-row!important}.d-sm-table-cell{display:table-cell!important}.d-sm-flex{display:-webkit-flex!important;display:flex!important}.d-sm-inline-flex{display:-webkit-inline-flex!important;display:inline-flex!important}}@media (min-width:768px){.d-md-none{display:none!important}.d-md-inline{display:inline!important}.d-md-inline-block{display:inline-block!important}.d-md-block{display:block!important}.d-md-table{display:table!important}.d-md-table-row{display:table-row!important}.d-md-table-cell{display:table-cell!important}.d-md-flex{display:-webkit-flex!important;display:flex!important}.d-md-inline-flex{display:-webkit-inline-flex!important;display:inline-flex!important}}@media (min-width:992px){.d-lg-none{display:none!important}.d-lg-inline{display:inline!important}.d-lg-inline-block{display:inline-block!important}.d-lg-block{display:block!important}.d-lg-table{display:table!important}.d-lg-table-row{display:table-row!important}.d-lg-table-cell{display:table-cell!important}.d-lg-flex{display:-webkit-flex!important;display:flex!important}.d-lg-inline-flex{display:-webkit-inline-flex!important;display:inline-flex!important}}@media (min-width:1200px){.d-xl-none{display:none!important}.d-xl-inline{display:inline!important}.d-xl-inline-block{display:inline-block!important}.d-xl-block{display:block!important}.d-xl-table{display:table!important}.d-xl-table-row{display:table-row!important}.d-xl-table-cell{display:table-cell!important}.d-xl-flex{display:-webkit-flex!important;display:flex!important}.d-xl-inline-flex{display:-webkit-inline-flex!important;display:inline-flex!important}}@media print{.d-print-none{display:none!important}.d-print-inline{display:inline!important}.d-print-inline-block{display:inline-block!important}.d-print-block{display:block!important}.d-print-table{display:table!important}.d-print-table-row{display:table-row!important}.d-print-table-cell{display:table-cell!important}.d-print-flex{display:-webkit-flex!important;display:flex!important}.d-print-inline-flex{display:-webkit-inline-flex!important;display:inline-flex!important}}.flex-row{-webkit-flex-direction:row!important;flex-direction:row!important}.flex-column{-webkit-flex-direction:column!important;flex-direction:column!important}.flex-row-reverse{-webkit-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-column-reverse{-webkit-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-wrap{-webkit-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-nowrap{-webkit-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-wrap-reverse{-webkit-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.justify-content-start{-webkit-justify-content:flex-start!important;justify-content:flex-start!important}.justify-content-end{-webkit-justify-content:flex-end!important;justify-content:flex-end!important}.justify-content-center{-webkit-justify-content:center!important;justify-content:center!important}.justify-content-between{-webkit-justify-content:space-between!important;justify-content:space-between!important}.justify-content-around{-webkit-justify-content:space-around!important;justify-content:space-around!important}.align-items-start{-webkit-align-items:flex-start!important;align-items:flex-start!important}.align-items-end{-webkit-align-items:flex-end!important;align-items:flex-end!important}.align-items-center{-webkit-align-items:center!important;align-items:center!important}.align-items-baseline{-webkit-align-items:baseline!important;align-items:baseline!important}.align-items-stretch{-webkit-align-items:stretch!important;align-items:stretch!important}.align-content-start{-webkit-align-content:flex-start!important;align-content:flex-start!important}.align-content-end{-webkit-align-content:flex-end!important;align-content:flex-end!important}.align-content-center{-webkit-align-content:center!important;align-content:center!important}.align-content-between{-webkit-align-content:space-between!important;align-content:space-between!important}.align-content-around{-webkit-align-content:space-around!important;align-content:space-around!important}.align-content-stretch{-webkit-align-content:stretch!important;align-content:stretch!important}.align-self-auto{-webkit-align-self:auto!important;align-self:auto!important}.align-self-start{-webkit-align-self:flex-start!important;align-self:flex-start!important}.align-self-end{-webkit-align-self:flex-end!important;align-self:flex-end!important}.align-self-center{-webkit-align-self:center!important;align-self:center!important}.align-self-baseline{-webkit-align-self:baseline!important;align-self:baseline!important}.align-self-stretch{-webkit-align-self:stretch!important;align-self:stretch!important}@media (min-width:576px){.flex-sm-row{-webkit-flex-direction:row!important;flex-direction:row!important}.flex-sm-column{-webkit-flex-direction:column!important;flex-direction:column!important}.flex-sm-row-reverse{-webkit-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-sm-column-reverse{-webkit-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-sm-wrap{-webkit-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-sm-nowrap{-webkit-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-sm-wrap-reverse{-webkit-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.justify-content-sm-start{-webkit-justify-content:flex-start!important;justify-content:flex-start!important}.justify-content-sm-end{-webkit-justify-content:flex-end!important;justify-content:flex-end!important}.justify-content-sm-center{-webkit-justify-content:center!important;justify-content:center!important}.justify-content-sm-between{-webkit-justify-content:space-between!important;justify-content:space-between!important}.justify-content-sm-around{-webkit-justify-content:space-around!important;justify-content:space-around!important}.align-items-sm-start{-webkit-align-items:flex-start!important;align-items:flex-start!important}.align-items-sm-end{-webkit-align-items:flex-end!important;align-items:flex-end!important}.align-items-sm-center{-webkit-align-items:center!important;align-items:center!important}.align-items-sm-baseline{-webkit-align-items:baseline!important;align-items:baseline!important}.align-items-sm-stretch{-webkit-align-items:stretch!important;align-items:stretch!important}.align-content-sm-start{-webkit-align-content:flex-start!important;align-content:flex-start!important}.align-content-sm-end{-webkit-align-content:flex-end!important;align-content:flex-end!important}.align-content-sm-center{-webkit-align-content:center!important;align-content:center!important}.align-content-sm-between{-webkit-align-content:space-between!important;align-content:space-between!important}.align-content-sm-around{-webkit-align-content:space-around!important;align-content:space-around!important}.align-content-sm-stretch{-webkit-align-content:stretch!important;align-content:stretch!important}.align-self-sm-auto{-webkit-align-self:auto!important;align-self:auto!important}.align-self-sm-start{-webkit-align-self:flex-start!important;align-self:flex-start!important}.align-self-sm-end{-webkit-align-self:flex-end!important;align-self:flex-end!important}.align-self-sm-center{-webkit-align-self:center!important;align-self:center!important}.align-self-sm-baseline{-webkit-align-self:baseline!important;align-self:baseline!important}.align-self-sm-stretch{-webkit-align-self:stretch!important;align-self:stretch!important}}@media (min-width:768px){.flex-md-row{-webkit-flex-direction:row!important;flex-direction:row!important}.flex-md-column{-webkit-flex-direction:column!important;flex-direction:column!important}.flex-md-row-reverse{-webkit-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-md-column-reverse{-webkit-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-md-wrap{-webkit-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-md-nowrap{-webkit-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-md-wrap-reverse{-webkit-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.justify-content-md-start{-webkit-justify-content:flex-start!important;justify-content:flex-start!important}.justify-content-md-end{-webkit-justify-content:flex-end!important;justify-content:flex-end!important}.justify-content-md-center{-webkit-justify-content:center!important;justify-content:center!important}.justify-content-md-between{-webkit-justify-content:space-between!important;justify-content:space-between!important}.justify-content-md-around{-webkit-justify-content:space-around!important;justify-content:space-around!important}.align-items-md-start{-webkit-align-items:flex-start!important;align-items:flex-start!important}.align-items-md-end{-webkit-align-items:flex-end!important;align-items:flex-end!important}.align-items-md-center{-webkit-align-items:center!important;align-items:center!important}.align-items-md-baseline{-webkit-align-items:baseline!important;align-items:baseline!important}.align-items-md-stretch{-webkit-align-items:stretch!important;align-items:stretch!important}.align-content-md-start{-webkit-align-content:flex-start!important;align-content:flex-start!important}.align-content-md-end{-webkit-align-content:flex-end!important;align-content:flex-end!important}.align-content-md-center{-webkit-align-content:center!important;align-content:center!important}.align-content-md-between{-webkit-align-content:space-between!important;align-content:space-between!important}.align-content-md-around{-webkit-align-content:space-around!important;align-content:space-around!important}.align-content-md-stretch{-webkit-align-content:stretch!important;align-content:stretch!important}.align-self-md-auto{-webkit-align-self:auto!important;align-self:auto!important}.align-self-md-start{-webkit-align-self:flex-start!important;align-self:flex-start!important}.align-self-md-end{-webkit-align-self:flex-end!important;align-self:flex-end!important}.align-self-md-center{-webkit-align-self:center!important;align-self:center!important}.align-self-md-baseline{-webkit-align-self:baseline!important;align-self:baseline!important}.align-self-md-stretch{-webkit-align-self:stretch!important;align-self:stretch!important}}@media (min-width:992px){.flex-lg-row{-webkit-flex-direction:row!important;flex-direction:row!important}.flex-lg-column{-webkit-flex-direction:column!important;flex-direction:column!important}.flex-lg-row-reverse{-webkit-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-lg-column-reverse{-webkit-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-lg-wrap{-webkit-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-lg-nowrap{-webkit-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-lg-wrap-reverse{-webkit-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.justify-content-lg-start{-webkit-justify-content:flex-start!important;justify-content:flex-start!important}.justify-content-lg-end{-webkit-justify-content:flex-end!important;justify-content:flex-end!important}.justify-content-lg-center{-webkit-justify-content:center!important;justify-content:center!important}.justify-content-lg-between{-webkit-justify-content:space-between!important;justify-content:space-between!important}.justify-content-lg-around{-webkit-justify-content:space-around!important;justify-content:space-around!important}.align-items-lg-start{-webkit-align-items:flex-start!important;align-items:flex-start!important}.align-items-lg-end{-webkit-align-items:flex-end!important;align-items:flex-end!important}.align-items-lg-center{-webkit-align-items:center!important;align-items:center!important}.align-items-lg-baseline{-webkit-align-items:baseline!important;align-items:baseline!important}.align-items-lg-stretch{-webkit-align-items:stretch!important;align-items:stretch!important}.align-content-lg-start{-webkit-align-content:flex-start!important;align-content:flex-start!important}.align-content-lg-end{-webkit-align-content:flex-end!important;align-content:flex-end!important}.align-content-lg-center{-webkit-align-content:center!important;align-content:center!important}.align-content-lg-between{-webkit-align-content:space-between!important;align-content:space-between!important}.align-content-lg-around{-webkit-align-content:space-around!important;align-content:space-around!important}.align-content-lg-stretch{-webkit-align-content:stretch!important;align-content:stretch!important}.align-self-lg-auto{-webkit-align-self:auto!important;align-self:auto!important}.align-self-lg-start{-webkit-align-self:flex-start!important;align-self:flex-start!important}.align-self-lg-end{-webkit-align-self:flex-end!important;align-self:flex-end!important}.align-self-lg-center{-webkit-align-self:center!important;align-self:center!important}.align-self-lg-baseline{-webkit-align-self:baseline!important;align-self:baseline!important}.align-self-lg-stretch{-webkit-align-self:stretch!important;align-self:stretch!important}}@media (min-width:1200px){.flex-xl-row{-webkit-flex-direction:row!important;flex-direction:row!important}.flex-xl-column{-webkit-flex-direction:column!important;flex-direction:column!important}.flex-xl-row-reverse{-webkit-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-xl-column-reverse{-webkit-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-xl-wrap{-webkit-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-xl-nowrap{-webkit-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-xl-wrap-reverse{-webkit-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.justify-content-xl-start{-webkit-justify-content:flex-start!important;justify-content:flex-start!important}.justify-content-xl-end{-webkit-justify-content:flex-end!important;justify-content:flex-end!important}.justify-content-xl-center{-webkit-justify-content:center!important;justify-content:center!important}.justify-content-xl-between{-webkit-justify-content:space-between!important;justify-content:space-between!important}.justify-content-xl-around{-webkit-justify-content:space-around!important;justify-content:space-around!important}.align-items-xl-start{-webkit-align-items:flex-start!important;align-items:flex-start!important}.align-items-xl-end{-webkit-align-items:flex-end!important;align-items:flex-end!important}.align-items-xl-center{-webkit-align-items:center!important;align-items:center!important}.align-items-xl-baseline{-webkit-align-items:baseline!important;align-items:baseline!important}.align-items-xl-stretch{-webkit-align-items:stretch!important;align-items:stretch!important}.align-content-xl-start{-webkit-align-content:flex-start!important;align-content:flex-start!important}.align-content-xl-end{-webkit-align-content:flex-end!important;align-content:flex-end!important}.align-content-xl-center{-webkit-align-content:center!important;align-content:center!important}.align-content-xl-between{-webkit-align-content:space-between!important;align-content:space-between!important}.align-content-xl-around{-webkit-align-content:space-around!important;align-content:space-around!important}.align-content-xl-stretch{-webkit-align-content:stretch!important;align-content:stretch!important}.align-self-xl-auto{-webkit-align-self:auto!important;align-self:auto!important}.align-self-xl-start{-webkit-align-self:flex-start!important;align-self:flex-start!important}.align-self-xl-end{-webkit-align-self:flex-end!important;align-self:flex-end!important}.align-self-xl-center{-webkit-align-self:center!important;align-self:center!important}.align-self-xl-baseline{-webkit-align-self:baseline!important;align-self:baseline!important}.align-self-xl-stretch{-webkit-align-self:stretch!important;align-self:stretch!important}}@media(max-width:992px){.hidden-md{display:none!important}}@media only screen and (max-width:1200px){.container-with-left>div:first-child{width:18.2rem}header .header-center .logo img{width:18rem}.sidebar-nav .menu-item{padding:12px 15px}.container-with-left>div:last-child{width:calc(100% - 18.2rem)}.main-menu>ul{-webkit-align-items:center;align-items:center}header .header-center nav a{font-size:1.4rem;margin:0 1rem}.header-cart .icon img{min-width:2.4rem}.header-profile .photo{min-width:4.5rem}}