@import"https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap";@import"https://fonts.googleapis.com/css2?family=PT+Sans+Caption:wght@400;700&display=swap";:root{--font-primery: "PT Sans Caption", sans-serif;--Pure-White:#FFFFFF;--Bright-Orange: #FED02D;--Light-Gray: #EDEDED;--Milk-White:#F2F2F2;--Sunny-Yellow: #FED02D;--Absolute-Black: #000000;--Coal-Black: #111111;--Graphite: #363636;--Dark-Gray: #474747}*{box-sizing:border-box;margin:0;padding:0;font-family:var(--font-primery);font-size:calc(18px + (20 - 18) * (100vw - 475px) / 1445);font-style:normal;font-weight:400;line-height:64%}body{overflow-x:hidden;position:relative;background:var(--Pure-White)}body.hidden{overflow:hidden}.container{max-width:1620px;display:flex;flex-direction:column;margin:0 auto;width:100%}@media screen and (max-width: 1620px){.container{max-width:1366px}}@media screen and (max-width: 1199px){.container{padding:0 30px;max-width:100%}}@media screen and (max-width: 767px){.container{padding:0 15px}}h1,.h1{font-size:calc(32px + (48 - 32) * (100vw - 475px) / 1445);font-style:normal;font-weight:700;line-height:110%}@media screen and (max-width: 767px){h1,.h1{text-transform:uppercase}}h2,.h2{font-size:calc(22px + (28 - 22) * (100vw - 475px) / 1445);font-style:normal;font-weight:700;line-height:110%}@media screen and (max-width: 767px){h2,.h2{font-weight:400;line-height:normal}}h3,.h3{font-size:calc(16px + (25 - 16) * (100vw - 475px) / 1445);font-style:normal;font-weight:700;line-height:170%}@media screen and (max-width: 767px){h3,.h3{line-height:18.5px;text-transform:uppercase}}h4,.h4{font-size:calc(16px + (24 - 16) * (100vw - 475px) / 1445);font-style:normal;font-weight:700;line-height:31px;text-transform:uppercase}@media screen and (max-width: 767px){h4,.h4{line-height:170%}}h5,.h5{font-size:calc(12px + (14 - 12) * (100vw - 475px) / 1445);font-style:normal;font-weight:400;line-height:110%;letter-spacing:-.32px}p{font-size:calc(16px + (20 - 16) * (100vw - 475px) / 1445);font-style:normal;font-weight:700;line-height:130%}.w-100{width:100%!important}.d-none{display:none!important}.hide{opacity:0;width:0;overflow:hidden;visibility:hidden;height:0}.burger{width:28px;height:28px;display:flex;flex-direction:column;justify-content:space-between;padding:3.5px 0;cursor:pointer}.burger span{display:block;width:100%;height:3px;background:var(--Pure-White);transition:.3s ease}.burger.active span:nth-child(1){transform:rotate(45deg);position:relative;top:9px}.burger.active span:nth-child(2){opacity:0}.burger.active span:nth-child(3){transform:rotate(-45deg);position:relative;bottom:9px}.panel{position:fixed;top:244px;display:flex;flex-direction:column;gap:50px}@media screen and (max-width: 1199px){.panel{top:184px;gap:40px}}@media screen and (max-width: 767px){.panel{top:155px;left:15px;gap:10px}}.panel-filter{background:var(--Coal-Black);width:57px;height:57px;border-radius:20px;display:flex;justify-content:center;align-items:center;cursor:pointer}@media screen and (max-width: 991px){.panel-filter{width:50px;height:50px;border-radius:10px}}@media screen and (max-width: 767px){.panel-filter{display:none;width:35px;height:35px;border-radius:10px;padding:5px}}.panel-filter svg{width:100%}.mobile-panel{display:none}@media screen and (max-width: 767px){.mobile-panel{display:flex;position:fixed;bottom:0;left:0;width:100%;background:var(--Coal-Black);height:50px;align-items:center}.mobile-panel nav{display:flex;width:100%;flex:0 0 100%}.mobile-panel nav ul{list-style:none;display:flex;justify-content:space-around;align-items:center;width:100%;flex:0 0 100%}.mobile-panel nav ul li{display:flex;flex:0 0 33.3333333333%;width:100%;justify-content:center;border-right:1px solid var(--Pure-White)}.mobile-panel nav ul li:last-child{border-right:0}.mobile-panel nav ul li a{color:var(--Pure-White);font-size:14px;font-style:normal;font-weight:700;line-height:100%;display:flex;flex-direction:column;align-items:center;gap:5px}.mobile-panel nav ul li a i img{filter:invert(1);width:20px}.mobile-panel nav ul li a span{font-size:10px}}.panel-right{width:57px;border-radius:20px;background:var(--Pure-White, #FFF);box-shadow:0 4px 4px #00000040;overflow:hidden;transition:width .3s ease}@media screen and (max-width: 991px){.panel-right{width:50px;height:50px;border-radius:10px}}@media screen and (max-width: 767px){.panel-right{width:35px;height:35px;border-radius:10px;display:none}}.panel-right:before{content:"";position:absolute;top:0;left:0;width:100%;height:57px;display:flex;background:var(--Coal-Black);transition:width .3s ease;border-radius:20px;z-index:0}@media screen and (max-width: 991px){.panel-right:before{height:50px;border-radius:10px}}@media screen and (max-width: 767px){.panel-right:before{height:35px;width:35px;border-radius:10px}}.panel-right .burger-panel{background:var(--Coal-Black);width:57px;height:57px;border-radius:20px;display:flex;align-items:center;cursor:pointer;position:relative}@media screen and (max-width: 991px){.panel-right .burger-panel{border-radius:10px;padding:12px 8px;width:50px;height:50px}}@media screen and (max-width: 767px){.panel-right .burger-panel{width:35px;height:35px}}.panel-right .burger-panel svg{width:100%;position:relative}.panel-right .burger-panel svg path{transition:.5s ease}.panel-right.active{width:280px;transition:width .5s ease}@media screen and (max-width: 767px){.panel-right.active{width:auto;height:auto;border-radius:10px}}.panel-right.active:before{width:100%;transition:width .3s ease}.panel-right.active .panel-right-wrapper nav ul li a{padding:6px 8px 8px;line-height:normal}@media screen and (max-width: 767px){.panel-right.active .panel-right-wrapper nav ul li a{padding:5px 8px}}.panel-right.active .panel-right-wrapper nav ul li a span{width:max-content;margin-left:15px;visibility:visible;line-height:normal;transition:.5s ease}@media screen and (max-width: 767px){.panel-right.active .panel-right-wrapper nav ul li a span{margin-left:15px}}.panel-right-wrapper{padding-top:25px;padding-bottom:16px}@media screen and (max-width: 767px){.panel-right-wrapper{padding-top:10px;padding-bottom:5px}}.panel-right-wrapper nav ul{list-style:none;overflow:hidden}.panel-right-wrapper nav ul li{margin-bottom:13px;color:var(--Coal-Black)}@media screen and (max-width: 767px){.panel-right-wrapper nav ul li{margin-bottom:5px}}.panel-right-wrapper nav ul li:last-child{margin-bottom:0}.panel-right-wrapper nav ul li:hover{background-color:var(--Bright-Orange)}.panel-right-wrapper nav ul li a{color:var(--Coal-Black);font-size:calc(20px + (30 - 20) * (100vw - 475px) / 1445);font-style:normal;font-weight:400;line-height:normal;text-transform:none;display:flex;align-items:center;height:57px;width:max-content;padding:6px 8px 8px}@media screen and (max-width: 767px){.panel-right-wrapper nav ul li a{height:35px}}.panel-right-wrapper nav ul li a i{width:43px;height:43px;display:flex;justify-content:center;align-items:center}@media screen and (max-width: 767px){.panel-right-wrapper nav ul li a i{width:25px;height:25px}}.panel-right-wrapper nav ul li a i img{width:auto}@media screen and (max-width: 767px){.panel-right-wrapper nav ul li a i img{width:100%}}.panel-right-wrapper nav ul li a span{margin-right:0;overflow:hidden;width:0;transition:.5s ease;visibility:hidden}a{color:var(--Pure-White);font-size:calc(16px + (24 - 16) * (100vw - 475px) / 1445);font-style:normal;font-weight:700;line-height:31px;text-transform:uppercase}@media screen and (max-width: 767px){a{line-height:170%}}a{line-height:100%;text-decoration:none}.breadcrumbs{margin:20px 0 15px}@media screen and (max-width: 1199px){.breadcrumbs{margin:15px 0}}.breadcrumbs .container{max-width:1365px;margin:0 auto}@media screen and (max-width: 1619px){.breadcrumbs .container{max-width:1200px;padding:0 20px}}@media screen and (max-width: 1550px){.breadcrumbs .container{max-width:1200px;padding:0 20px}}@media screen and (max-width: 1366px){.breadcrumbs .container{max-width:1000px}}@media screen and (max-width: 1199px){.breadcrumbs .container{padding-left:50px}}@media screen and (max-width: 768px){.breadcrumbs .container{padding-left:0}}.breadcrumbs .breadcrumb{list-style:none;display:flex;height:26px;align-items:center}.breadcrumbs .breadcrumb .breadcrumb__element a{color:var(--Graphite);font-size:calc(18px + (20 - 18) * (100vw - 475px) / 1445);font-style:normal;font-weight:700;line-height:130%;text-transform:none}.breadcrumbs .breadcrumb .breadcrumb__element i{margin-left:15px;margin-right:15px}.breadcrumbs .breadcrumb .breadcrumb__element i.rotate svg{transform:rotate(180deg)}.breadcrumbs .breadcrumb .breadcrumb__element span{color:var(--Coal-Black);font-size:calc(18px + (20 - 18) * (100vw - 475px) / 1445);font-style:normal;font-weight:700;line-height:130%}.btn{border-radius:50px;text-transform:none;padding:0 17px;display:flex;min-width:110px;width:fit-content;height:44px;justify-content:center;align-items:center;transition:.5s ease;font-weight:400;overflow:hidden;font-size:calc(16px + (20 - 16) * (100vw - 475px) / 1445);border:none;position:relative;cursor:pointer}.btn svg{margin-left:10px}.btn svg path{stroke:var(--Coal-Black);transition:.5s ease}.btn-primary{color:var(--Coal-Black);background:var(--Bright-Orange)}.btn-primary:hover{background:var(--Dark-Gray);color:var(--Pure-White)}.btn-primary:hover svg path{stroke:var(--Pure-White)}.btn-black{color:var(--Pure-White);background:var(--Coal-Black)}.btn-black:hover{background-color:var(--Pure-White);color:var(--Coal-Black)}.btn-white{color:var(--Coal-Black);background:var(--Pure-White)}.btn-white:hover{background:var(--Coal-Black);color:var(--Pure-White)}.btn-white:hover svg path{stroke:var(--Pure-White)}.btn-black{color:var(--Pure-White);background:var(--Absolute-Black)}.btn-black:hover{background:var(--Bright-Orange);color:var(--Absolute-Black)}.btn-link{background:none;padding:0;height:auto;width:max-content;color:var(--Coal-Black);text-decoration:none;justify-content:unset;border-radius:0}.btn-link:before{content:"";display:flex;background:var(--Coal-Black);height:1px;position:absolute;bottom:0;left:0;transition:.5s ease;width:100%}.btn-link:hover{color:var(--Milk-White)}.btn-link:hover:before{background:var(--Milk-White)}.btn--to_up{position:fixed;bottom:30px;right:30px;width:56px;height:56px;border-radius:100px;min-width:0;background:var(--Sunny-Yellow);padding:0;display:flex;justify-content:center;align-items:center;cursor:pointer;z-index:99;opacity:0;visibility:hidden;transition:.5s ease}@media screen and (max-width: 767px){.btn--to_up{width:40px;height:40px;bottom:75px;right:15px}}.btn--to_up svg{margin-left:0}@media screen and (max-width: 767px){.btn--to_up svg{width:20px;height:20px}}.btn--to_up:hover svg{margin-left:0}.btn--to_up:hover svg path{stroke:var(--Coal-Black);transition:.5s ease}.btn--to_up.active{opacity:1;visibility:visible;transition:.5s ease}.btn--to_up svg{transform:rotate(180deg)}.btn--buttons{position:fixed;bottom:160px;right:50px;z-index:100;width:78px;height:78px;overflow:visible}@media screen and (max-width: 1366px){.btn--buttons{bottom:100px;right:10px}}@media screen and (max-width: 767px){.btn--buttons{bottom:120px;right:15px;min-width:40px;padding:0;width:40px;height:40px}}.btn--buttons:hover .team.child.telegram{transform:translateY(-120px);opacity:1;visibility:visible;transition:2s ease}@media screen and (max-width: 991px){.btn--buttons:hover .team.child.telegram{transform:translateY(-82px)}}.btn--buttons:hover .team.child.viber{transform:translateY(-68px);opacity:1;visibility:visible;transition:1s ease}@media screen and (max-width: 991px){.btn--buttons:hover .team.child.viber{transform:translateY(-48px)}}.btn--buttons:hover .team.child.phone{transform:translate(-68px);opacity:1;visibility:visible;transition:1s ease}@media screen and (max-width: 991px){.btn--buttons:hover .team.child.phone{transform:translate(-50px)}}.btn--buttons .team.lead{width:78px;height:78px;border-radius:78px;background:var(--Bright-Orange);display:flex;justify-content:center;align-items:center}@media screen and (max-width: 767px){.btn--buttons .team.lead{width:40px;height:40px}}.btn--buttons .team.lead svg{margin-left:0;animation:pop 2s ease-in-out infinite}@media screen and (max-width: 767px){.btn--buttons .team.lead svg{width:20px}}.btn--buttons .team.lead svg path{stroke:none}.btn--buttons .team.child{width:44px;height:44px;border-radius:44px;position:absolute;justify-content:center;align-items:center;display:flex}@media screen and (max-width: 767px){.btn--buttons .team.child{width:30px;height:30px}}.btn--buttons .team.child.telegram{background:#3ba5d8;transform:translateY(0);opacity:0;visibility:hidden;transition:2s ease}.btn--buttons .team.child.viber{background:#7c519d;transform:translateY(0);opacity:0;visibility:hidden;transition:1s ease;animation-delay:.5s}.btn--buttons .team.child.phone{background:var(--Absolute-Black);opacity:0;transform:translateY(0);visibility:hidden;transition:1s ease;animation-delay:.5s}.btn--buttons .team.child svg{margin-left:0}@media screen and (max-width: 767px){.btn--buttons .team.child svg{width:17px}}.btn--buttons .team.child svg path{stroke:none}.page.error{display:flex;box-sizing:border-box;padding:20px 0 80px}.page.error .container{flex-direction:column;align-items:center;justify-content:center}.page.error .ooops{font-size:calc(98px + (300 - 98) * (100vw - 475px) / 1445);font-weight:700;line-height:100%;background:url(/build/assets/404_mastk-Cx-cxxUK.jpg) no-repeat center/cover;-webkit-background-clip:text;-webkit-text-fill-color:transparent;margin-bottom:calc(30px + (40 - 30) * (100vw - 475px) / 1445);margin-top:calc(30px + (40 - 30) * (100vw - 475px) / 1445)}.page.error .code{color:var(--Coal-Black);text-align:center;font-size:calc(24px + (60 - 24) * (100vw - 475px) / 1445);font-style:normal;font-weight:700;line-height:25px;text-transform:uppercase}.page.error .text{color:#222;line-height:1.70414;font-size:22px;font-style:normal;font-weight:700;line-height:25px;margin-top:64px;margin-bottom:40px}.page.error .btn{min-width:280px;height:44px}form .form-element{position:relative;display:flex;padding:8px 0}form .form-element input{border:1px solid var(--Pure-White);width:100%;height:44px;border-radius:50px;padding:10px 32px;line-height:120%}form .form-element input::placeholder{color:#d4d4d4}form .form-element input:focus-visible{outline:none}form .form-element input:focus{outline:none}form .form-element.error{padding:0}form .form-element.error input{border:1px solid red}form .form-element .eye{position:absolute;right:17px;top:50%;transform:translateY(-50%);cursor:pointer}form .form-element .eye svg path{fill:#d4d4d4;transition:.5s ease}form .form-element .eye:hover svg path,form .form-element .eye.active svg path{fill:var(--Coal-Black);transition:.5s ease}form .form-element .error_mess{position:absolute;bottom:-20px;left:0;color:red;font-size:calc(8px + (12 - 8) * (100vw - 475px) / 1445);font-weight:400;line-height:normal}.modal{position:fixed;background:#161616cc;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);width:100%;height:100vh;z-index:100;left:0;top:0;display:none}@media screen and (max-width: 767px){.modal{padding:20px}}.modal.active{display:block}.modal__inner{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:100%;background:var(--Bright-Orange);max-width:937px;min-height:300px;border-radius:35px;border:none}@media screen and (max-width: 767px){.modal__inner{max-width:100%;width:100%;min-height:240px}}.modal-close{position:absolute;top:28px;right:28px;cursor:pointer}@media screen and (max-width: 767px){.modal-close{top:20px;right:20px}}.modal-close svg{width:20px;height:20px}.modal_body{display:flex;justify-content:center;align-items:center;flex-direction:column;height:100%;min-height:300px;color:var(--Pure-White)}@media screen and (max-width: 767px){.modal_body{padding:0 20px;min-height:240px}}.modal_title{font-size:calc(22px + (28 - 22) * (100vw - 475px) / 1445);font-style:normal;font-weight:700;line-height:110%}@media screen and (max-width: 767px){.modal_title{font-weight:400;line-height:normal}}.modal_title{margin-bottom:27px}@media screen and (max-width: 767px){.modal_title{margin-bottom:15px;text-align:center}}.modal_message{font-size:calc(16px + (24 - 16) * (100vw - 475px) / 1445);font-style:normal;font-weight:700;line-height:31px;text-transform:uppercase}@media screen and (max-width: 767px){.modal_message{line-height:170%}}.modal_message{font-weight:400;text-transform:unset;line-height:110%;text-align:center}@media screen and (max-width: 767px){.modal_message{margin-bottom:10px}}.modal_message br{margin-bottom:8px}#modal-login .modal__inner{max-width:490px;padding-top:90px;padding-bottom:32px;display:flex;justify-content:center;height:auto}@media screen and (max-width: 767px){#modal-login .modal__inner{padding-top:40px;padding-bottom:10px}}@media screen and (max-width: 449px){#modal-login .modal__inner{max-width:90%}}#modal-login .modal__inner .modal_body{width:280px;display:flex;flex-direction:column}@media screen and (max-width: 767px){#modal-login .modal__inner .modal_body{width:100%;padding:0 15px}}#modal-login .modal__inner .h1{margin-bottom:27px}@media screen and (max-width: 767px){#modal-login .modal__inner .h1{margin-bottom:15px}}#modal-login .modal__inner .forgot{font-size:calc(14px + (16 - 14) * (100vw - 475px) / 1445);margin-top:12px;margin-bottom:32px}@media screen and (max-width: 767px){#modal-login .modal__inner .forgot{margin-bottom:16px;margin-top:8px}}#modal-login .modal__inner .vxodBtn{margin-bottom:16px}#modal-login .modal__inner .br{height:2px;background:var(--Pure-White);display:flex;width:100%;margin-top:24px;margin-bottom:14px}#modal-login .modal__inner .text{text-align:center;font-size:16px;font-style:normal;font-weight:400;line-height:120%;color:var(--Coal-Black)}#modal-login .modal__inner .socials{background:var(--Pure-White);height:36px;border-radius:50px;display:flex;justify-content:center;align-items:center;margin-top:16px;padding:8px 21px}#modal-login .modal__inner .socials a{width:21px;height:21px;display:flex;justify-content:center;align-items:center;margin-right:7px}#modal-login .modal__inner .socials a:last-child{margin-right:0}@media screen and (max-width: 449px){#modal-feedback .modal__inner{max-width:90%}}#modal-feedback .modal_body .modal_title{text-align:center}@media screen and (max-width: 767px){#modal-feedback .modal_body .modal_title{padding:0 10px}}#modal-feedback .modal_body form{display:flex;padding:0 15px}@media screen and (max-width: 449px){#modal-feedback .modal_body form{flex-direction:column;align-items:center}}#modal-feedback .modal_body form .form-element{padding:0}#modal-feedback .modal_body form button{height:44px;border-top-left-radius:0;border-bottom-left-radius:0;cursor:pointer;line-height:100%}@media screen and (max-width: 449px){#modal-feedback .modal_body form button{border-radius:44px;margin:10px 0}}#modal-feedback .modal_body form input{height:44px;padding-left:23px;border-radius:50px 0 0 50px;color:var(--Coal-Black)}@media screen and (max-width: 449px){#modal-feedback .modal_body form input{border-radius:44px;margin:5px 0}}#modal-feedback .modal_body form input:focus-visible{outline:none}#modal-feedback .modal_body form input:focus{outline:none}#modal-feedback .modal_body form input::placeholder{color:#d4d4d4}#modal-forgot .modal__inner{height:300px}@media screen and (max-width: 449px){#modal-forgot .modal__inner{max-width:90%}}#modal-forgot .modal_body .modal_title{text-align:center;width:100%}#modal-forgot .modal_body .forgot-form{text-align:center}#modal-forgot .modal_body form{display:flex;padding:0 15px;margin-top:27px}@media screen and (max-width: 449px){#modal-forgot .modal_body form{flex-direction:column;align-items:center}}#modal-forgot .modal_body form .form-element{padding:0}#modal-forgot .modal_body form button{height:44px;border-top-left-radius:0;border-bottom-left-radius:0;cursor:pointer;line-height:100%}@media screen and (max-width: 449px){#modal-forgot .modal_body form button{border-radius:44px;margin:10px 0}}#modal-forgot .modal_body form input{height:44px;padding-left:23px;border-radius:50px 0 0 50px;color:var(--Coal-Black)}@media screen and (max-width: 449px){#modal-forgot .modal_body form input{border-radius:44px;margin:5px 0}}#modal-forgot .modal_body form input:focus-visible{outline:none}#modal-forgot .modal_body form input:focus{outline:none}#modal-forgot .modal_body form input::placeholder{color:#d4d4d4}#modal-changepasswd .modal__inner{padding-top:90px;padding-bottom:32px;display:flex;justify-content:center;height:auto}@media screen and (max-width: 767px){#modal-changepasswd .modal__inner{padding-top:40px;padding-bottom:10px}}@media screen and (max-width: 449px){#modal-changepasswd .modal__inner{max-width:90%}}#modal-changepasswd .modal__inner .modal_body{display:flex;flex-direction:column}@media screen and (max-width: 767px){#modal-changepasswd .modal__inner .modal_body{width:100%;padding:0 15px}}#modal-changepasswd .modal__inner .h1{margin-bottom:27px}@media screen and (max-width: 767px){#modal-changepasswd .modal__inner .h1{margin-bottom:15px}}#modal-add-cart .modal__inner{padding:50px 150px 42px}@media screen and (max-width: 991px){#modal-add-cart .modal__inner{padding:0 0 20px}}#modal-add-cart .modal__inner .modal_body{display:flex;flex-direction:column;gap:30px;text-align:center}@media screen and (max-width: 1199px){#modal-add-cart .modal__inner .modal_body{gap:10px}}#modal-add-cart .modal__inner .modal_body .modal_title{font-weight:700;font-size:calc(24px + (48 - 24) * (100vw - 475px) / 1445);line-height:110%;text-align:center;color:var(--Coal-Black);margin-bottom:0}#modal-add-cart .modal__inner .modal_body p a{font-size:inherit;text-transform:none;color:var(--Absolute-Black)}.mobile-menu{position:fixed;top:0;right:0;z-index:101;width:400px;background:var(--Coal-Black)}@media screen and (max-width: 400px){.mobile-menu{width:100%}}.mobile-menu-wrapper{height:0;transition:height .5s ease;display:flex;flex-direction:column;overflow:hidden;visibility:hidden}.mobile-menu-wrapper.active{height:100dvh;visibility:visible;transition:height .5s ease}.mobile-menu-top{padding:13px 38px 13px 15px;display:flex;justify-content:space-between;align-items:center;height:62px}.mobile-menu-top .title{font-size:28px;font-style:normal;font-weight:400;line-height:normal;color:var(--Light-Gray)}.mobile-menu-bottom{padding:21px 31px 18px;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:22px;flex:0 0 auto}.mobile-menu-bottom .phones{width:100%;margin-left:0;display:flex;justify-content:center;flex-direction:row}.mobile-menu-bottom .phones a{color:var(--Pure-White);font-size:18px;font-style:normal;font-weight:700;line-height:100%;margin-left:0}@media screen and (max-width: 1620px){.mobile-menu-bottom .phones a:last-child{margin-top:0}}@media screen and (max-width: 400px){.mobile-menu-bottom .phones a{font-size:14px}}.mobile-menu-bottom .langs{display:flex}.mobile-menu-bottom .langs a{text-transform:none;font-size:18px;padding:5px 8px 6px;border-bottom:1px solid var(--Pure-White);border-right:1px solid var(--Pure-White)}.mobile-menu-bottom .langs a:last-child{border-right:0px}.mobile-menu-bottom .social{display:flex;gap:8px;justify-content:center}.mobile-menu-bottom .social a{width:38px;height:38px;display:flex;justify-content:center;align-items:center;background:var(--Pure-White);border-radius:38px}.mobile-menu-content{background:var(--Milk-White);padding:30px 15px;display:flex;flex-direction:column;color:var(--Coal-Black);height:100%;overflow-y:auto;flex:1 1 auto}.mobile-menu-content nav ul{list-style:none}.mobile-menu-content nav ul li.active a{margin-bottom:12px}.mobile-menu-content nav ul li.active a span{transform:rotate(180deg);transition:.3s ease}.mobile-menu-content nav ul li.active ul{height:100%;visibility:visible;transition:height .3s ease}.mobile-menu-content nav ul li.active ul li:last-child a{margin-bottom:8px}.mobile-menu-content nav ul li.active ul li a{font-size:16px;font-weight:400;line-height:normal;margin-bottom:5px}.mobile-menu-content nav ul li a{color:var(--Coal-Black);font-size:20px;font-style:normal;font-weight:400;line-height:normal;display:flex;align-items:center;justify-content:space-between;text-transform:none}.mobile-menu-content nav ul li a span{transition:.3s ease;height:30px;width:30px;display:flex;align-items:center;justify-content:center}.mobile-menu-content nav ul li a span svg path{stroke:var(--Coal-Black)}.mobile-menu-content nav ul li ul{height:0;overflow:hidden;visibility:hidden}.mobile-menu-content .br{width:100%;display:block;height:1px;background:var(--Coal-Black);margin:10px 0}.mobile-menu-content .menu-botton nav ul li:first-child{display:none}.mobile-menu-content .menu-botton nav ul li a i{display:none}.mobile-menu-content .menu-botton nav ul li a span{width:100%;height:auto;color:var(--Coal-Black);font-size:20px;font-style:normal;font-weight:400;line-height:normal;display:flex;align-items:center;justify-content:space-between;text-transform:none}.paginations{display:flex;justify-content:center;align-items:center;padding:40px 0;column-gap:10px}@media screen and (max-width: 991px){.paginations{padding:20px 0}}.paginations .text{display:flex;align-items:center}.paginations a{color:var(--Pure-White);font-size:calc(14px + (20 - 14) * (100vw - 475px) / 1445);width:30px;height:30px;background:var(--Coal-Black);justify-content:center;align-items:center;display:flex;border-radius:30px}.paginations a.disabled{opacity:.5}.descriptionFull{margin-bottom:43px}@media screen and (max-width: 1200px){.descriptionFull{margin-bottom:20px}}@media screen and (max-width: 768px){.descriptionFull{margin-bottom:60px}}.descriptionFull ul{margin:12px 0;padding-left:20px}.descriptionFull ul li{font-size:calc(18px + (20 - 18) * (100vw - 475px) / 1445);font-style:normal;font-weight:400;line-height:130%}.descriptionFull a{color:var(--Coal-Black);text-decoration:underline}.dropdown{position:relative;display:inline-block}.dropdown.show .dropdown-content{display:block}.dropdown button{padding:8px 12px;border:1px solid var(--Graphite);background:var(--Pure-White);cursor:pointer}.dropdown-content{display:none;position:absolute;background:var(--Pure-White);border:1px solid var(--Graphite);min-width:150px;box-shadow:0 2px 6px #0000001a;z-index:10}.dropdown-content a{display:block;padding:8px 10px;text-decoration:none;color:var(--Absolute-Black);text-transform:none;font-size:calc(16px + (20 - 16) * (100vw - 475px) / 1445);font-weight:400}.dropdown-content a.active,.dropdown-content a:hover{background:var(--Bright-Orange)}.preloader{position:fixed;width:100%;background:#00000040;height:0;display:flex;justify-content:center;align-items:center;z-index:1001;overflow:hidden;transition:height .5s ease}.preloader.active{display:flex;height:100dvh;transition:height .5s ease}.preloader__images{position:relative;height:125px;width:448px}@media screen and (max-width: 400px){.preloader__images{width:225px;height:32px}}.preloader__images span{height:125px;width:448px;display:flex;overflow:hidden}@media screen and (max-width: 400px){.preloader__images span{width:225px;height:32px}}.preloader__images span img{width:448px}@media screen and (max-width: 400px){.preloader__images span img{width:225px;height:32px}}.preloader__images .color{position:relative;z-index:2;width:100%;animation:4s cubic-bezier(.79,.01,1,1) 1s infinite alternate preloader}.preloader__images .color:after{content:"";position:absolute;right:0;height:125px;width:2px;display:flex;background:#fff;animation:.4s ease infinite alternate preloder_cursor}.preloader__images .black{position:absolute;top:0}.preloader__images .black img{filter:grayscale(1)}@keyframes preloder_cursor{0%{opacity:0}to{opacity:1}}@keyframes preloader{0%{width:0%}to{width:100%}}@keyframes pop{0%{transform:rotate(25deg)}50%{transform:rotate(-25deg)}to{transform:rotate(25deg)}}*::-webkit-scrollbar{width:8px}@media screen and (max-width: 767px){*::-webkit-scrollbar{width:2px}}*::-webkit-scrollbar-track{background:var(--Coal-Black)}@media screen and (max-width: 767px){*::-webkit-scrollbar-track{background:transparent}}*::-webkit-scrollbar-thumb{background-color:var(--Bright-Orange);border-radius:10px;border:2px solid var(--Bright-Orange)}@media screen and (max-width: 767px){*::-webkit-scrollbar-thumb{border:0 solid var(--Bright-Orange);border-radius:2px;background-color:var(--Bright-Orange)}}header{position:sticky;top:0;z-index:3}header .header{background-image:url(/build/assets/header_back-8jsLQvdb.jpg);background-position:center;background-size:cover;background-repeat:no-repeat}header .header .wrapper{display:flex;align-items:center;justify-content:space-between;height:134px}@media screen and (max-width: 1199px){header .header .wrapper .burger{position:absolute;right:20px}}@media screen and (max-width: 767px){header .header .wrapper{height:62px;justify-content:center}header .header .wrapper .burger{position:absolute;right:20px}}header .header .wrapper .logo{height:100%;display:flex;align-items:center}header .header .wrapper .logo img{height:110px}@media screen and (max-width: 1199px){header .header .wrapper .logo img{height:46px}}header .header .wrapper-element{display:flex;align-items:center}header .header .social{display:flex;margin-left:25px}@media screen and (max-width: 1620px){header .header .social{display:grid;grid-template-columns:repeat(2,1fr);gap:8px}}@media screen and (max-width: 1199px){header .header .social{margin-left:22px;grid-template-columns:repeat(4,1fr);gap:8px}}@media screen and (max-width: 767px){header .header .social{grid-template-columns:repeat(2,1fr);gap:4px}}header .header .social a{border-radius:38px;background:var(--Pure-White);width:38px;height:38px;display:flex;justify-content:center;align-items:center;transition:.5s ease;margin-left:8px}@media screen and (max-width: 1620px){header .header .social a{margin-left:0}}@media screen and (max-width: 1199px){header .header .social a{width:25px;height:25px}header .header .social a img{width:15px;height:15px}}header .header .social a:hover,header .header .social a:focus{transition:.5s ease;background:var(--Bright-Orange)}header .header .social a:first-child{margin-left:0}header .header .langs{margin-left:25px;width:75px;display:flex;flex-wrap:wrap}@media screen and (max-width: 1199px){header .header .langs{width:auto;margin-left:45px}}header .header .langs a{text-transform:none;height:29px;width:50%;padding:8.5px 4px;display:flex;justify-content:center;align-items:center;border-right:1px solid rgba(255,255,255,.5);border-bottom:1px solid rgba(255,255,255,.5);font-size:24px;font-style:normal;font-weight:700;line-height:100%;transition:.5s ease}header .header .langs a:nth-child(2n){border-right:none}@media screen and (max-width: 1199px){header .header .langs a:nth-child(2n){border-right:1px solid rgba(255,255,255,.5)}}header .header .langs a:nth-last-child(-n+2){border-bottom:none}@media screen and (max-width: 1199px){header .header .langs a:nth-last-child(-n+2){border-bottom:1px solid rgba(255,255,255,.5)}}header .header .langs a:hover{color:var(--Sunny-Yellow)}header .header .langs a.active{color:var(--Sunny-Yellow)}@media screen and (max-width: 1199px){header .header .langs a{font-size:18px;width:auto}header .header .langs a:last-child{border-right:none}}header .header .search{margin-left:25px;position:relative}header .header .search form{display:flex;align-items:center;position:relative}header .header .search form button{background:transparent;border:none;position:relative;border-bottom:1px solid transparent;padding-bottom:3px;cursor:pointer}header .header .search form input{background:transparent;border:none;border-bottom:1px solid var(--Pure-White);font-weight:300;color:var(--Pure-White);font-size:calc(14px + (18 - 14) * (100vw - 475px) / 1445);padding-bottom:4px;width:0px}header .header .search form input::placeholder{color:var(--Pure-White);font-weight:300}header .header .search form input:focus,header .header .search form input:active{outline:none}header .header .search form.active input{width:210px;transition:width .5s ease}header .header .search form.active button{border-bottom:1px solid var(--Pure-White)}header .header .search svg{transform:scaleX(-1)}@media screen and (max-width: 1199px){header .header .search svg{transform:scale(0)}}header .header .search svg path{fill:var(--Pure-White)}header .top-panel{position:relative;box-shadow:0 4px 4px #00000040;z-index:3;background:var(--Pure-White)}header .top-panel .wrapper{display:flex;align-items:center;justify-content:space-between;height:46px;padding:0 30px}@media screen and (max-width: 767px){header .top-panel .wrapper{padding:0}}header .top-panel .utility a.cartMini:before{background:var(--Coal-Black);color:var(--Pure-White);width:20px;height:20px;font-size:16px;font-style:normal;font-weight:700;line-height:16.767px}header .top-panel .utility a svg{width:24px;height:24px}header .top-panel .search{margin-left:0}header .top-panel .search a{display:none}header .top-panel .search .search-form{display:flex;width:210px;flex:0 0 210px;height:36px;border-bottom:1px solid var(--Coal-Black)}@media screen and (max-width: 375px){header .top-panel .search .search-form{width:180px;flex:0 0 180px}}header .top-panel .search .search-form input{border:none;font-size:16px;color:var(--Coal-Black);width:174px}@media screen and (max-width: 375px){header .top-panel .search .search-form input{width:144px;flex:0 0 144px}}header .top-panel .search .search-form input::placeholder{color:var(--Dark-Gray)}header .top-panel .search .search-form input:focus{outline:none}header .top-panel .search .search-form button{border:none;background:transparent;padding:6px;display:flex;align-items:center;justify-content:center;cursor:pointer}header .top-panel .search .search-form button svg{width:24px;height:24px}header .top-panel .search .search-form button svg path{fill:var(--Coal-Black)}.top-menu{position:relative;z-index:10}@media screen and (max-width: 1199px){.top-menu{display:none}}.top-menu nav{background:var(--Pure-White);border-radius:0 0 20px 20px;filter:drop-shadow(0 4px 4px rgba(0,0,0,.25));height:60px;display:flex;align-items:center;justify-content:center}.top-menu nav ul{display:flex;list-style:none}.top-menu nav ul li{position:relative;align-items:center;display:flex}.top-menu nav ul li:not(:first-child){margin-left:48px}@media screen and (max-width: 1699px){.top-menu nav ul li:not(:first-child){margin-left:25px}}.top-menu nav ul li a{font-size:calc(16px + (20 - 16) * (100vw - 475px) / 1445);font-style:normal;font-weight:700;line-height:130%;color:var(--Coal-Black);text-transform:none;transition:.5s ease;text-transform:uppercase;display:flex;align-items:center}@media screen and (max-width: 1699px){.top-menu nav ul li a{font-size:18px}}.top-menu nav ul li a span{display:flex;margin-left:17px}.top-menu nav ul li a span svg path{stroke:var(--Coal-Black);transition:.5s ease}.top-menu nav ul li a:hover,.top-menu nav ul li a.active{color:var(--Bright-Orange)}.top-menu nav ul li a:hover span svg path,.top-menu nav ul li a.active span svg path{stroke:var(--Bright-Orange)}@media screen and (max-width: 1199px){.top-menu nav ul li a{font-size:18px}}.top-menu nav ul li:hover ul{display:flex}.top-menu nav ul li ul{position:absolute;top:100%;display:none;flex-direction:column;border-radius:5px;background:var(--Pure-White, #FFF);box-shadow:0 4px 4px #00000040;padding:12px 20px}.top-menu nav ul li ul li{width:max-content;margin-bottom:5px}.top-menu nav ul li ul li:not(:first-child){margin-left:0;margin-bottom:0}.top-menu nav ul li ul li a{font-size:17px;font-style:normal;font-weight:400;line-height:normal;text-transform:none}.utility{display:flex;align-items:center}.utility a{display:flex;position:relative;margin-left:14px}.utility .cartMini{margin-right:5px}.utility .cartMini:before{content:attr(data-count);position:absolute;top:-13px;right:-13px;background:var(--Pure-White);color:var(--Coal-Black);width:27px;height:27px;display:flex;align-items:center;justify-content:center;border-radius:50px;transition:.3s ease;opacity:1;font-size:20px;font-style:normal;font-weight:700;line-height:22.588px}@media screen and (max-width: 767px){.utility .cartMini:before{top:-10px;right:-10px}}.utility .cartMini[data-count="0"]:before{opacity:0}.phones{margin-left:25px}@media screen and (max-width: 1620px){.phones{display:flex;flex-direction:column}}@media screen and (max-width: 1199px){.phones{flex-direction:row;justify-content:center;margin-left:45px}}@media screen and (max-width: 991px){.phones{flex-direction:column}}.phones a{font-size:calc(16px + (25 - 16) * (100vw - 475px) / 1445);font-style:normal;font-weight:700;line-height:170%}@media screen and (max-width: 767px){.phones a{line-height:18.5px;text-transform:uppercase}}.phones a{margin-left:25px}@media screen and (max-width: 1620px){.phones a{margin-left:0}.phones a:not(:first-child){margin-top:8px}}@media screen and (max-width: 1199px){.phones a{font-size:18px;font-style:normal;font-weight:700;line-height:100%}.phones a:not(:first-child){margin-top:0;margin-left:16px}}@media screen and (max-width: 991px){.phones a:not(:first-child){margin-top:8px;margin-left:0}}.phones a:first-child{margin-left:0}footer{height:auto;background-image:url(/build/assets/footer_back-DB9kYes3.jpg);background-position:center;background-size:cover;background-repeat:no-repeat;padding:62px 0 65px;position:relative}footer:before{content:"";position:absolute;top:3px;left:0;width:100%;height:100%;z-index:2;background-image:url(/build/assets/storochka-B0qd5pJQ.png);height:5px}footer:after{content:"";position:absolute;bottom:3px;left:0;width:100%;height:100%;z-index:2;background-image:url(/build/assets/storochka-B0qd5pJQ.png);height:5px}@media screen and (max-width: 1199px){footer{padding:25px 0 32px;background-size:cover;background-position:43.5% 50%;height:auto}}@media screen and (max-width: 767px){footer{padding:25px 0;margin-bottom:50px}}footer .wrapper{display:flex;height:100%;justify-content:space-between;align-items:center}@media screen and (max-width: 1600px){footer .wrapper{padding-left:64px}}@media screen and (max-width: 1199px){footer .wrapper{display:block;margin:0 auto;padding-left:0}}footer .wrapper .left{display:flex;flex-direction:column;align-items:center}@media screen and (max-width: 1199px){footer .wrapper .left .logo{width:158px}footer .wrapper .left .logo img{width:158px;height:auto}}footer .wrapper .right{height:100%;display:flex;flex-direction:column;align-items:flex-start}@media screen and (max-width: 1199px){footer .wrapper .right{width:672px;display:flex;justify-content:center;flex-direction:column;align-items:center}}@media screen and (max-width: 767px){footer .wrapper .right{width:100%;padding:0 20px}}footer .wrapper .right .title{color:var(--Bright-Orange);line-height:64%;margin-top:15px}@media screen and (max-width: 1199px){footer .wrapper .right .title{margin-top:35px}}@media screen and (max-width: 767px){footer .wrapper .right .title{margin-top:25px;font-size:20px}}footer .wrapper .right .branchs{display:grid;grid-template-columns:repeat(3,340px);grid-column-gap:106px;grid-row-gap:74px;margin-top:55px}@media screen and (max-width: 1600px){footer .wrapper .right .branchs{grid-template-columns:repeat(3,330px);grid-row-gap:30px;grid-column-gap:30px;margin-top:35px}}@media screen and (max-width: 1199px){footer .wrapper .right .branchs{grid-template-columns:repeat(2,1fr);margin-top:30px;grid-column-gap:70px;grid-row-gap:0}}@media screen and (max-width: 767px){footer .wrapper .right .branchs{grid-template-columns:repeat(1,1fr);margin-top:30px;grid-column-gap:70px;grid-row-gap:0}}footer .wrapper .right .branchs .branch{display:flex;flex-direction:column;font-size:calc(16px + (20 - 16) * (100vw - 475px) / 1445);font-style:normal;font-weight:700;line-height:130%;color:var(--Pure-White)}@media screen and (max-width: 1199px){footer .wrapper .right .branchs .branch{padding:24px 0;border-bottom:1px solid rgba(255,255,255,.5)}footer .wrapper .right .branchs .branch:last-child,footer .wrapper .right .branchs .branch:nth-last-child(-n+2){border:none;padding-bottom:0}}@media screen and (max-width: 767px){footer .wrapper .right .branchs .branch{padding:24px 0;border-bottom:1px solid rgba(255,255,255,.5);font-size:18px}footer .wrapper .right .branchs .branch:nth-last-child(-n+2){padding:24px 0;border-bottom:1px solid rgba(255,255,255,.5)}footer .wrapper .right .branchs .branch:last-child{border:none;padding-bottom:0}}footer .wrapper .right .branchs .branch .info{display:flex;flex-direction:column;justify-content:space-between;line-height:96%}footer .wrapper .right .branchs .branch .info span{line-height:115%}footer .wrapper .right .branchs .branch .info span:first-child{margin-bottom:10px}footer .wrapper .right .branchs .branch .info span:nth-child(2){line-height:64%}@media screen and (max-width: 1199px){footer .wrapper .right .branchs .branch .info span{font-size:18px}}footer .wrapper .right .branchs .branch a{font-size:calc(16px + (20 - 16) * (100vw - 475px) / 1445);font-style:normal;font-weight:700;line-height:130%;color:var(--Pure-White);font-weight:400;line-height:64%;text-transform:none}@media screen and (max-width: 1199px){footer .wrapper .right .branchs .branch a{font-size:18px}}footer .social{display:grid;grid-template-columns:repeat(4,1fr);grid-column-gap:14px;grid-row-gap:14px;width:auto}@media screen and (max-width: 1199px){footer .social{width:auto;display:flex;justify-content:center;margin-top:58px}}@media screen and (max-width: 767px){footer .social{margin-top:45px}}footer .social a{border-radius:42px;background:var(--Pure-White);width:42px;height:42px;display:flex;justify-content:center;align-items:center;transition:.5s ease}footer .social a:hover,footer .social a:focus{transition:.5s ease;background:var(--Bright-Orange)}@media screen and (max-width: 1199px){footer .social a{width:25px;height:25px}footer .social a img{width:15px;height:15px}}.mini_cart{background:#000c;position:fixed;top:0;right:0;width:0;height:100dvh;z-index:101;display:flex;justify-content:end;transition:width .5s ease;overflow:hidden}.mini_cart.active{width:100%;transition:width .5s ease}.mini_cart.active .cart{width:1058px;transition:width .5s ease}@media screen and (max-width: 1550px){.mini_cart.active .cart{width:700px}}.mini_cart .cart{width:0;height:100dvh;display:flex;flex-direction:column;background:var(--Pure-White);border-radius:20px 0 0 20px;transition:width .5s ease;overflow:hidden}@media screen and (max-width: 991px){.mini_cart .cart{border-radius:0}}.mini_cart .cart .wrapper{display:flex;flex-direction:column;height:100%}.mini_cart .cart .wrapper .top{display:flex;justify-content:space-between;align-items:center;padding:56px 23px 26px;border-bottom:1px solid var(--Absolute-Black)}@media screen and (max-width: 1550px){.mini_cart .cart .wrapper .top{padding-top:16px;padding-bottom:16px}}@media screen and (max-width: 991px){.mini_cart .cart .wrapper .top{padding:15px}}.mini_cart .cart .wrapper .top .cart-title{font-family:var(--font-family);font-weight:700;font-size:calc(22px + (28 - 22) * (100vw - 475px) / 1445);color:var(--Absolute-Black)}.mini_cart .cart .wrapper .top .cart-title span{font-size:inherit;font-weight:700}.mini_cart .cart .wrapper .top .cart-close{cursor:pointer}@media screen and (max-width: 1550px){.mini_cart .cart .wrapper .top .cart-close svg{width:20px;height:20px}}.mini_cart .cart .wrapper .botton{background:#f0eff4;padding:54px 60px;display:flex;flex-direction:column;gap:34px;align-items:end}@media screen{.mini_cart .cart .wrapper .botton{padding:20px;gap:16px}}.mini_cart .cart .wrapper .botton .btns{display:flex;justify-content:end;gap:30px}@media screen and (max-width: 991px){.mini_cart .cart .wrapper .botton .btns{flex-direction:column;justify-content:center;align-items:center;gap:10px;width:100%}}.mini_cart .cart .wrapper .botton .btns .btn{font-weight:700;line-height:120%;width:280px}@media screen and (max-width: 991px){.mini_cart .cart .wrapper .botton .btns .btn{width:100%}}.mini_cart .cart .wrapper .botton .total{font-family:var(--font-family);font-weight:700;font-size:calc(22px + (28 - 22) * (100vw - 475px) / 1445);color:var(--Absolute-Black)}.mini_cart .cart .wrapper .content{background-color:#fff;display:flex;flex-direction:column;flex:1 1 auto;overflow:hidden;padding:48px 23px;overflow-y:auto}@media screen and (max-width: 1550px){.mini_cart .cart .wrapper .content{padding:20px 10px}}@media screen and (max-width: 991px){.mini_cart .cart .wrapper .content{padding:20px 15px}}.mini_cart .cart .wrapper .content .empty div{font-family:var(--font-family);font-weight:300;font-size:calc(18px + (24 - 18) * (100vw - 475px) / 1445);color:var(--Absolute-Black);line-height:1.1}.mini_cart .cart .wrapper .content .products{display:flex;flex-direction:column;gap:16px}.mini_cart .cart .wrapper .content .products .product_cart{background:#f0eff4;border-radius:10px;padding:15px;display:flex;gap:32px;position:relative}@media screen and (max-width: 1550px){.mini_cart .cart .wrapper .content .products .product_cart{gap:15px}}@media screen and (max-width: 991px){.mini_cart .cart .wrapper .content .products .product_cart{gap:10px}}.mini_cart .cart .wrapper .content .products .product_cart .image{width:209px;height:225px;flex:0 0 209px;display:flex;overflow:hidden;border-radius:10px}@media screen and (max-width: 1550px){.mini_cart .cart .wrapper .content .products .product_cart .image{flex:0 0 160px;width:160px;height:160px}}@media screen and (max-width: 991px){.mini_cart .cart .wrapper .content .products .product_cart .image{flex:0 0 160px;width:160px;height:160px}}@media screen and (max-width: 600px){.mini_cart .cart .wrapper .content .products .product_cart .image{flex:0 0 80px;height:80px}}.mini_cart .cart .wrapper .content .products .product_cart .image img{object-fit:cover;width:100%;height:100%}.mini_cart .cart .wrapper .content .products .product_cart .delete{position:absolute;top:15px;right:15px}.mini_cart .cart .wrapper .content .products .product_cart .information{display:flex;flex-direction:column;justify-content:center;gap:23px}@media screen and (max-width: 1550px){.mini_cart .cart .wrapper .content .products .product_cart .information{gap:15px}}@media screen and (max-width: 991px){.mini_cart .cart .wrapper .content .products .product_cart .information{gap:10px;padding-right:25px}}.mini_cart .cart .wrapper .content .products .product_cart .information .name{font-weight:400;font-size:calc(16px + (22 - 16) * (100vw - 475px) / 1445);line-height:120%;color:var(--Absolute-Black);text-transform:none}.mini_cart .cart .wrapper .content .products .product_cart .information .value{font-weight:400;font-size:calc(14px + (18 - 14) * (100vw - 475px) / 1445);color:var(--Absolute-Black)}.mini_cart .cart .wrapper .content .products .product_cart .information .chars_prise{display:flex;gap:20px;align-items:center}@media screen and (max-width: 991px){.mini_cart .cart .wrapper .content .products .product_cart .information .chars_prise{align-items:flex-start;flex-direction:column;gap:10px}}.mini_cart .cart .wrapper .content .products .product_cart .information .chars_prise .count{display:flex;border-radius:7px;width:125px;height:38px;box-shadow:2px 2px 7px #00000040;background:var(--Pure-White)}.mini_cart .cart .wrapper .content .products .product_cart .information .chars_prise .count span{width:38px;height:38px;display:flex;justify-content:center;align-items:center;cursor:pointer}.mini_cart .cart .wrapper .content .products .product_cart .information .chars_prise .count input{width:48px;border:none;justify-content:center;align-items:center;text-align:center;font-weight:400;font-size:calc(12px + (17 - 12) * (100vw - 475px) / 1445);color:var(--Absolute-Black)}.mini_cart .cart .wrapper .content .products .product_cart .information .chars_prise .count input:focus-visible{outline:none}.mini_cart .cart .wrapper .content .products .product_cart .information .chars_prise .count input:focus{outline:none}.mini_cart .cart .wrapper .content .products .product_cart .information .chars_prise .chars{display:flex;flex-direction:column;gap:23px}@media screen and (max-width: 1550px){.mini_cart .cart .wrapper .content .products .product_cart .information .chars_prise .chars{gap:10px}}@media screen and (max-width: 991px){.mini_cart .cart .wrapper .content .products .product_cart .information .chars_prise .chars{gap:10px}}.mini_cart .cart .wrapper .content .products .product_cart .information .chars_prise .chars .char{display:flex;align-items:center;gap:10px}.mini_cart .cart .wrapper .content .products .product_cart .information .chars_prise .chars .char .title{font-weight:400;font-size:calc(12px + (17 - 12) * (100vw - 475px) / 1445);color:#7e7e7e;width:auto}.mini_cart .cart .wrapper .content .products .product_cart .information .chars_prise .chars .char.price .value{font-weight:700;font-size:calc(14px + (18 - 14) * (100vw - 475px) / 1445);color:var(--absolute-black)}
