:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74d3c;--toastify-color-transparent:#ffffffb3;--toastify-icon-color-info:var(--toastify-color-info);--toastify-icon-color-success:var(--toastify-color-success);--toastify-icon-color-warning:var(--toastify-color-warning);--toastify-icon-color-error:var(--toastify-color-error);--toastify-container-width:fit-content;--toastify-toast-width:320px;--toastify-toast-offset:16px;--toastify-toast-top:max(var(--toastify-toast-offset), env(safe-area-inset-top));--toastify-toast-right:max(var(--toastify-toast-offset), env(safe-area-inset-right));--toastify-toast-left:max(var(--toastify-toast-offset), env(safe-area-inset-left));--toastify-toast-bottom:max(var(--toastify-toast-offset), env(safe-area-inset-bottom));--toastify-toast-background:#fff;--toastify-toast-padding:14px;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--toastify-toast-bd-radius:6px;--toastify-toast-shadow:0px 4px 12px #0000001a;--toastify-font-family:sans-serif;--toastify-z-index:9999;--toastify-text-color-light:#757575;--toastify-text-color-dark:#fff;--toastify-text-color-info:#fff;--toastify-text-color-success:#fff;--toastify-text-color-warning:#fff;--toastify-text-color-error:#fff;--toastify-spinner-color:#616161;--toastify-spinner-color-empty-area:#e0e0e0;--toastify-color-progress-light:linear-gradient(to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55);--toastify-color-progress-dark:#bb86fc;--toastify-color-progress-info:var(--toastify-color-info);--toastify-color-progress-success:var(--toastify-color-success);--toastify-color-progress-warning:var(--toastify-color-warning);--toastify-color-progress-error:var(--toastify-color-error);--toastify-color-progress-bgo:.2}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0, 0, var(--toastify-z-index));width:var(--toastify-container-width);box-sizing:border-box;color:#fff;flex-direction:column;display:flex;position:fixed}.Toastify__toast-container--top-left{top:var(--toastify-toast-top);left:var(--toastify-toast-left)}.Toastify__toast-container--top-center{top:var(--toastify-toast-top);align-items:center;left:50%;transform:translate(-50%)}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right);align-items:end}.Toastify__toast-container--bottom-left{bottom:var(--toastify-toast-bottom);left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:var(--toastify-toast-bottom);align-items:center;left:50%;transform:translate(-50%)}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right);align-items:end}.Toastify__toast{--y:0;touch-action:none;width:var(--toastify-toast-width);min-height:var(--toastify-toast-min-height);box-sizing:border-box;padding:var(--toastify-toast-padding);border-radius:var(--toastify-toast-bd-radius);box-shadow:var(--toastify-toast-shadow);max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);z-index:0;word-break:break-word;flex:auto;align-items:center;margin-bottom:1rem;display:flex;position:relative}@media only screen and (max-width:480px){.Toastify__toast-container{width:100vw;left:env(safe-area-inset-left);margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translate(0)}.Toastify__toast-container--rtl{right:env(safe-area-inset-right);left:initial}.Toastify__toast{--toastify-toast-width:100%;border-radius:0;margin-bottom:0}}.Toastify__toast-container[data-stacked=true]{width:var(--toastify-toast-width)}.Toastify__toast--stacked{width:100%;transform:translate3d(0, var(--y), 0) scale(var(--s));transition:transform .3s;position:absolute}.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body,.Toastify__toast--stacked[data-collapsed] .Toastify__close-button{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{content:"";height:calc(var(--g) * 1px);position:absolute;bottom:100%;left:0;right:0}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{content:"";z-index:-1;height:100%;position:absolute;bottom:0;left:0;right:0;transform:scaleY(3)}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-icon{flex-shrink:0;width:22px;margin-inline-end:10px;display:flex}.Toastify--animate{animation-duration:.5s;animation-fill-mode:both}.Toastify--animate-icon{animation-duration:.3s;animation-fill-mode:both}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--light,.Toastify__toast-theme--colored.Toastify__toast--default{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;cursor:pointer;opacity:.7;z-index:1;background:0 0;border:none;outline:none;padding:0;transition:all .3s;position:absolute;top:6px;right:6px}.Toastify__toast--rtl .Toastify__close-button{left:6px;right:unset}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;width:14px;height:16px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{z-index:1;opacity:.7;transform-origin:0;width:100%;height:100%;position:absolute;bottom:0;left:0}.Toastify__progress-bar--animated{animation:linear forwards Toastify__trackProgress}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:100%;border-bottom-left-radius:initial}.Toastify__progress-bar--wrp{border-bottom-left-radius:var(--toastify-toast-bd-radius);border-bottom-right-radius:var(--toastify-toast-bd-radius);width:100%;height:5px;position:absolute;bottom:0;left:0;overflow:hidden}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{opacity:var(--toastify-color-progress-bgo);width:100%;height:100%}.Toastify__spinner{box-sizing:border-box;border:2px solid;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);border-radius:100%;width:20px;height:20px;animation:.65s linear infinite Toastify__spin}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate(3000px)}60%{opacity:1;transform:translate(-25px)}75%{transform:translate(10px)}90%{transform:translate(-5px)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px, var(--y), 0)}to{opacity:0;transform:translate3d(2000px, var(--y), 0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate(-3000px)}60%{opacity:1;transform:translate(25px)}75%{transform:translate(-10px)}90%{transform:translate(5px)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px, var(--y), 0)}to{opacity:0;transform:translate3d(-2000px, var(--y), 0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translateY(3000px)}60%{opacity:1;transform:translateY(-20px)}75%{transform:translateY(10px)}90%{transform:translateY(-5px)}to{transform:translate(0,0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0, calc(var(--y) - 10px), 0)}40%,45%{opacity:1;transform:translate3d(0, calc(var(--y) + 20px), 0)}to{opacity:0;transform:translateY(-2000px)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translateY(-3000px)}60%{opacity:1;transform:translateY(25px)}75%{transform:translateY(-10px)}90%{transform:translateY(5px)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0, calc(var(--y) - 10px), 0)}40%,45%{opacity:1;transform:translate3d(0, calc(var(--y) + 20px), 0)}to{opacity:0;transform:translateY(2000px)}}.Toastify__bounce-enter--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:translate3d(0, var(--y), 0) scale3d(.3, .3, .3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{opacity:0;animation-timing-function:ease-in;transform:perspective(400px)rotateX(90deg)}40%{animation-timing-function:ease-in;transform:perspective(400px)rotateX(-20deg)}60%{opacity:1;transform:perspective(400px)rotateX(10deg)}80%{transform:perspective(400px)rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0, var(--y), 0) perspective(400px)}30%{transform:translate3d(0, var(--y), 0) perspective(400px) rotate3d(1, 0, 0, -20deg);opacity:1}to{transform:translate3d(0, var(--y), 0) perspective(400px) rotate3d(1, 0, 0, 90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{visibility:visible;transform:translate(110%)}to{transform:translate3d(0, var(--y), 0)}}@keyframes Toastify__slideInLeft{0%{visibility:visible;transform:translate(-110%)}to{transform:translate3d(0, var(--y), 0)}}@keyframes Toastify__slideInUp{0%{visibility:visible;transform:translateY(110%)}to{transform:translate3d(0, var(--y), 0)}}@keyframes Toastify__slideInDown{0%{visibility:visible;transform:translateY(-110%)}to{transform:translate3d(0, var(--y), 0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0, var(--y), 0)}to{visibility:hidden;transform:translate3d(110%, var(--y), 0)}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0, var(--y), 0)}to{visibility:hidden;transform:translate3d(-110%, var(--y), 0)}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0, var(--y), 0)}to{visibility:hidden;transform:translateY(500px)}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0, var(--y), 0)}to{visibility:hidden;transform:translateY(-500px)}}.Toastify__slide-enter--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft;animation-duration:.3s;animation-timing-function:ease-in}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight;animation-duration:.3s;animation-timing-function:ease-in}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp;animation-duration:.3s;animation-timing-function:ease-in}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown;animation-duration:.3s;animation-timing-function:ease-in}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
html{-webkit-text-size-adjust:100%;line-height:1.15}body{margin:0}main{display:block}h1{margin:.67em 0;font-size:2em}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace;font-size:1em}a{background-color:#0000}abbr[title]{border-bottom:none;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace;font-size:1em}small{font-size:80%}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{margin:0;font-family:inherit;font-size:100%;line-height:1.15}button,input{overflow:visible}button,select{text-transform:none}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button}button::-moz-focus-inner{border-style:none;padding:0}[type=button]::-moz-focus-inner{border-style:none;padding:0}[type=reset]::-moz-focus-inner{border-style:none;padding:0}[type=submit]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring{outline:1px dotted buttontext}[type=button]:-moz-focusring{outline:1px dotted buttontext}[type=reset]:-moz-focusring{outline:1px dotted buttontext}[type=submit]:-moz-focusring{outline:1px dotted buttontext}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;white-space:normal;max-width:100%;padding:0;display:table}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button{height:auto}[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template,[hidden]{display:none}
*,:before,:after{box-sizing:border-box;border:0;margin:0;padding:0}a{color:inherit}a,a:link,a:visited,a:hover{text-decoration:none}aside,nav,footer,header,section,main{display:block}h1,h2,h3,h4,h5,h6,p{font-size:inherit;font-weight:inherit;margin:0;padding:0}ul,ol,li,ul,ul li{list-style:none}img{vertical-align:top;display:block}img,svg{max-width:100%;height:auto}address{font-style:normal}input,textarea,button,select{font-family:inherit;font-size:inherit;color:inherit;background-color:#0000}input::-ms-clear{display:none}button,input[type=submit]{box-shadow:none;cursor:pointer;background:0 0;display:inline-block}input:focus,input:active,button:focus,button:active{outline:none}button::-moz-focus-inner{border:0;padding:0}label{cursor:pointer}legend{display:block}input[type=email],input[type=tel],input[type=text],textarea{appearance:none}
html,body{color:#000;background-color:#fff;min-height:100vh;font-family:Mulish-Regular,sans-serif;font-size:16px;font-weight:400;line-height:1}.wrapper{flex-direction:column;min-height:100vh;display:flex;overflow:hidden}.main{flex-grow:1}.container{max-width:1240px;margin:0 auto;padding:0 20px}.container-popup{max-width:max-content;margin:0 auto;padding:0 20px}.container-wide{max-width:1920px;margin:0 auto}.title{color:#fff;text-align:center;font-family:Raleway-SemiBold,sans-serif;font-size:64px;font-weight:600;line-height:75px}.secondary-title{color:#000;text-align:center;font-family:Raleway-SemiBold,sans-serif;font-size:48px;font-weight:600;line-height:56px}.text-left{text-align:left}.swiper.swiper-products{overflow:visible}.not-empty{content:"";z-index:1;background-color:#ed0000;border-radius:50%;width:10px;height:10px;position:absolute;top:10px;right:0}.margin-none{margin:0!important}@font-face{font-family:"Mulish-Light", sans-serif;src:url(../media/Mulish-Light.0bpk2bgzlk4lo.eot)format("eot"),url(../media/Mulish-Light.39p2w5wszra9t.otf)format("otf"),url(../media/Mulish-Light.1uhw_qtfr3qqw.woff2)format("woff2"),url(../media/Mulish-Light.0kbycglcbtihv.woff)format("woff"),url(../media/Mulish-Light.2l89ny3c37pz1.ttf)format("ttf");font-weight:300;font-style:normal;font-display:swap}@font-face{font-family:"Mulish-Regular", sans-serif;src:url(../media/Mulish-Regular.34_dlyufniv-u.eot)format("eot"),url(../media/Mulish-Regular.04392s7qjy3ad.otf)format("otf"),url(../media/Mulish-Regular.1dzaa0-erf0a-.woff2)format("woff2"),url(../media/Mulish-Regular.40-yzezeeu3bq.woff)format("woff"),url(../media/Mulish-Regular.2glvulq_b2jwg.ttf)format("ttf");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:"Raleway-SemiBold", sans-serif;src:url(../media/Raleway-SemiBold.38e-8wspkksrb.eot)format("eot"),url(../media/Raleway-SemiBold.3o7xi8mre8ssd.otf)format("otf"),url(../media/Raleway-SemiBold.28tfua9gef86l.woff2)format("woff2"),url(../media/Raleway-SemiBold.2l4dqw3ewul2v.woff)format("woff"),url(../media/Raleway-SemiBold.44prfinvu49p7.ttf)format("ttf");font-weight:600;font-style:normal;font-display:swap}.auth-overlay{opacity:0;visibility:hidden;z-index:-1;background:#0006;width:100%;height:100%;position:fixed;top:0;left:0}.auth-overlay.overlay-active{opacity:.6;visibility:visible;z-index:100}.slick-prev{left:0!important}.slick-next{right:0!important}.slick-prev,.slick-next{-webkit-backdrop-filter:blur(46px);backdrop-filter:blur(46px);border-radius:10px;transition:all .25s ease-in-out;top:unset!important;width:33px!important;height:72px!important;transform:unset!important;bottom:4%!important}.slick-prev:before,.slick-next:before{color:#fff;display:block;position:absolute;top:24px;left:5px;content:""!important;opacity:1!important;width:24px!important;height:24px!important}.slick-prev:before{background-image:url(/img/product/slide-prev.svg)!important}.slick-next:before{background-image:url(/img/product/slide-next.svg)!important}.slick-prev:hover,.slick-prev:focus,.slick-next:hover,.slick-next:focus{-webkit-backdrop-filter:blur(96px);backdrop-filter:blur(96px)}@media (max-width:1000px){.slick-prev,.slick-next{bottom:2%!important}}@media (max-width:991px){.slick-prev,.slick-next{bottom:11%!important}}@media (max-width:768px){.slick-prev,.slick-next{bottom:9%!important}}@media (max-width:680px){.slick-prev,.slick-next{bottom:7%!important}}@media (max-width:550px){.slick-prev,.slick-next{bottom:5%!important}}@media (max-width:480px){.slick-prev,.slick-next{bottom:3%!important}}@media (max-width:410px){.slick-prev,.slick-next{bottom:.2%!important}}.swiper-button-prev,.swiper-button-next{z-index:10;cursor:pointer;-webkit-backdrop-filter:blur(46px);backdrop-filter:blur(46px);background:#ffffff80;border-radius:10px;transform:translateY(-50%);justify-content:center!important;align-items:center!important;width:48px!important;height:120px!important;display:flex!important;top:50%!important}.swiper-button-prev{left:40px!important}.swiper-button-next{right:40px!important}.swiper-button-prev:after,.swiper-button-next:after{background-position:50%;background-repeat:no-repeat;background-size:cover;width:10px;height:20px;content:""!important}.swiper-button-prev:after{background-image:url(/img/main-page/hero/btn-prev.svg)!important}.swiper-button-next:after{background-image:url(/img/main-page/hero/btn-next.svg)!important}@media (max-width:1000px){.swiper-button-prev{left:20px!important}.swiper-button-next{right:20px!important}}@media (max-width:480px){.swiper-button-prev,.swiper-button-next{width:34px!important;height:84px!important}.swiper-button-prev:after,.swiper-button-next:after{width:7px;height:14px}}
.header__top__content{justify-content:space-between;align-items:center;gap:20px;padding:23px 0 22px;display:flex}.header__top__nav_item_arrow{position:relative}.header__top__nav_item_arrow:after{content:"";background-image:url(/img/arrow-down.svg);background-position:50%;background-repeat:no-repeat;width:10px;height:5px;position:absolute;top:50%;right:-20px;transform:translateY(-50%)}.header__top__dropdown{z-index:100;background-color:#fff;border-radius:4px;min-width:180px;margin:0;padding:8px 0;list-style:none;position:absolute;top:100%;left:0;box-shadow:0 4px 12px #0000001a}.header__top__dropdown_item{padding:0}.header__top__dropdown_link{color:inherit;white-space:nowrap;padding:8px 16px;text-decoration:none;display:block}.header__top__dropdown_link:hover{background-color:#f5f5f5}.header__top__nav_link{color:#000;text-transform:uppercase;font-family:Mulish-Regular,sans-serif;font-size:16px;font-weight:400;line-height:20px}.header__top__actions_list{align-items:center;gap:24px;display:flex}.header__top__actions_item{position:relative}.header__top__actions_link{width:32px;height:32px;display:block;position:relative}.header__top__actions_link:before{content:"";background-color:#181818;width:100%;height:100%;transition:background-color .2s ease-in-out;position:absolute;top:0;left:0}.header__top__actions_link_search:before{-webkit-mask:url(/img/icons/search.svg) 50% no-repeat;mask:url(/img/icons/search.svg) 50% no-repeat}.header__top__actions_link_phone:before{-webkit-mask:url(/img/icons/phone.svg) 50% no-repeat;mask:url(/img/icons/phone.svg) 50% no-repeat}.header__top__actions_link_user:before{-webkit-mask:url(/img/icons/user.svg) 50% no-repeat;mask:url(/img/icons/user.svg) 50% no-repeat}.header__top__actions_link_cart:before{-webkit-mask:url(/img/icons/cart.svg) 50% no-repeat;mask:url(/img/icons/cart.svg) 50% no-repeat}.header__top__actions_item:hover .header__top__actions_link:before{background-color:#817e79;transition:background-color .2s ease-in-out}.header__top__nav_list{align-items:center;gap:33px;display:flex}.header__bottom{background-color:#000;padding:16px 0}.header__bottom__nav_list{justify-content:space-between;align-items:center;gap:22px;display:flex}.header__bottom__nav_link{color:#fff;text-transform:uppercase;font-family:Mulish-Regular,sans-serif;font-size:16px;font-weight:400;line-height:20px}.header__burger{width:40px;height:32px;position:relative}.header__burger:before{content:"";background-color:#000;width:40px;height:33px;transition:background-color .2s ease-in-out;position:absolute;top:0;left:0;-webkit-mask:url(/img/icons/burger.svg) 50% no-repeat;mask:url(/img/icons/burger.svg) 50% no-repeat}.header__burger:hover:before{background-color:#817e79;transition:background-color .2s ease-in-out}.header__bottom__nav_item{position:relative}.header__bottom__nav_item .dropdownMenu{opacity:0;visibility:hidden;z-index:10;background:#fff;border:1px solid #000;border-radius:10px;min-width:372px;padding:24px;transition:all .3s;position:absolute;top:100%;left:0;transform:translateY(10px)}.header__bottom__nav_item .dropdownMenu__item{margin-bottom:8px}.header__bottom__nav_item .dropdownMenu__item:hover{background:#f6f6f6}.header__bottom__nav_item .dropdownMenu__item:last-child{margin-bottom:0}.header__bottom__nav_item .dropdownMenu__link{color:#000;font-size:16px;line-height:24px;text-decoration:none;display:block}.header__bottom__nav_item:hover .dropdownMenu{opacity:1;visibility:visible;transform:translateY(0)}@media (max-width:1000px){.header__top__nav_list{gap:22px}}@media (max-width:768px){.header__top__content{padding:14px 0 15px}}
.mobile_menu{z-index:2;backface-visibility:hidden;background-color:#fff;width:100%;height:100%;position:fixed;top:0;left:0;overflow:hidden scroll;transform:translate(0,0)}.mobile_menu__inner{height:100%;position:relative}.mobile_menu__top{justify-content:center;align-items:center;padding:20px 0 27px;display:flex;position:relative}.mobile_menu__top:before{content:"";background-color:#d2d2d2;width:100%;height:1px;position:absolute;bottom:0;left:0}.mobile_menu__top__actions_list{align-items:center;gap:24px;width:max-content;display:flex;position:absolute;top:34px;left:24px}.mobile_menu__top__actions_link{width:32px;height:32px;display:block;position:relative}.mobile_menu__top__actions_link:before{content:"";background-color:#181818;width:100%;height:100%;transition:background-color .2s ease-in-out;position:absolute;top:0;left:0}.mobile_menu__top__actions_link_search:before{-webkit-mask:url(/img/icons/search.svg) 50% no-repeat;mask:url(/img/icons/search.svg) 50% no-repeat}.mobile_menu__top__actions_link_phone:before{-webkit-mask:url(/img/icons/phone.svg) 50% no-repeat;mask:url(/img/icons/phone.svg) 50% no-repeat}.mobile_menu__top_actions_item:hover .mobile_menu__top_actions_link:before{background-color:#817e79;transition:background-color .2s ease-in-out}.mobile_menu__bottom{height:100%;display:flex}.mobile_menu__left{width:100%;max-width:264px;position:relative}.mobile_menu__left:before{content:"";background-color:#d2d2d2;width:1px;height:100%;position:absolute;top:0;right:0}.mobile_menu__list,.mobile_menu__right_list{height:100%}.mobile_menu__list{width:max-content;margin:0 auto;padding:40px 0}.mobile_menu__item{margin-bottom:23px}.mobile_menu__item:last-child{margin-bottom:0}.mobile_menu__btn{color:#000;text-transform:uppercase;font-family:Mulish-Regular,sans-serif;font-size:16px;font-weight:400;transition:color .25s ease-in-out}.mobile_menu__btn:hover{color:#817e79}.mobile_menu__right{flex:1}.mobile_menu__right_list{width:max-content;margin:0 auto;padding:40px 0}.mobile_menu__right_item{margin-bottom:16px}.mobile_menu__right_item:last-child{margin-bottom:0}.mobile_menu__right_link{color:#000;font-family:Mulish-Light,sans-serif;font-size:16px;font-weight:300}.mobile_menu__close{z-index:1;width:32px;height:32px;position:absolute;top:24px;right:24px}.mobile_menu__close:before{content:"";background-color:#817e79;width:100%;height:100%;transition:background-color .2s ease-in-out;position:absolute;top:0;left:3px;-webkit-mask:url(/img/icons/close.svg) 50% no-repeat;mask:url(/img/icons/close.svg) 50% no-repeat}.mobile_menu__close:hover:before{background-color:#000;transition:background-color .2s ease-in-out}.open{display:block}.close{display:none}@media (max-width:767px){.mobile_menu__top{padding:14px 0 17px;position:relative}.mobile_menu__left{max-width:100%}.mobile_menu__list{width:auto;margin:0;padding:40px 0}.mobile_menu__bottom{padding:0 80px}.mobile_menu__left:before{display:none}.mobile_menu__right_list{width:auto;margin:0;padding:20px 0}}
.footer{color:#fff;background-color:#000;padding:97px 0 32px}.footer__top{justify-content:space-between;gap:72px;margin-bottom:53px;display:flex}.footer__top_left{max-width:284px}.footer__text{color:gray;font-family:Mulish-Light,sans-serif;font-size:16px;font-weight:300;line-height:26px}.footer .logo_footer__img{margin-bottom:39px}.footer__top_right{justify-content:space-between;gap:73px;width:100%;max-width:678px;display:flex}.footer__nav_list{grid-template-columns:repeat(2,1fr);gap:16px 56px;display:grid}.footer__title{color:#fff;margin-bottom:40px;font-family:Mulish-Regular,sans-serif;font-size:24px;font-weight:400;line-height:30px}.footer__nav_link{color:#fff;white-space:nowrap;font-family:Mulish-Light,sans-serif;font-size:16px;font-weight:300;line-height:24px;transition:all 25ms ease-in}.footer__nav_link:hover{color:#ffffffe0}.footer__bottom{justify-content:space-between;align-items:center;gap:32px;display:flex}.footer__copyright{color:#817e79;font-family:Mulish-Light,sans-serif;font-size:12px;font-weight:300;line-height:15px}.footer__payment_img_wrapper{align-items:center;gap:24px;display:flex}@media (max-width:1000px){.footer{padding-top:56px}.footer__top{margin-bottom:48px}.footer .logo_footer__img{margin-bottom:27px}}@media (max-width:991px){.footer__top{flex-direction:column;gap:56px}.footer__top_left{max-width:397px}}@media (max-width:720px){.footer__top_right{flex-direction:column;gap:32px;max-width:347px}.footer__bottom{flex-direction:column-reverse;align-items:flex-start}}
.auth_popup_wrapper{z-index:111;position:fixed;inset:0;overflow-y:scroll}.auth_popup__card{background-color:#fff;border-radius:10px;width:530px;max-width:100%;margin:200px auto 0;padding:40px;position:relative}.auth_popup__top{gap:24px;margin-bottom:48px;display:flex}.auth_popup__title{color:#d2d2d2;font-family:Raleway-SemiBold,sans-serif;font-size:32px;font-weight:600;line-height:45px}.auth_popup__title_active{color:#000}.form__block{flex-wrap:wrap;align-items:stretch;width:100%;display:flex;position:relative}.form__block__input{-o-transition:all .3s ease-in-out 0s;color:#000;background-color:#fff;border:1px solid #d2d2d2;border-radius:5px;width:100%;height:56px;margin-bottom:16px;padding:16px;transition:all .3s ease-in-out;overflow:hidden}.form__block__input_error{color:#ff0b0b;border-color:#ff0b0b}.form__block__input::placeholder{color:#817e79}.form__block__input:focus{border:1px solid #000;border-radius:5px;outline:0;transition:all .3s ease-in-out}.auth_popup__btn_wrapper{margin-top:24px}.auth_popup__btn{-o-transition:all .3s ease-in-out 0s;color:#fff;background-color:#000;border-radius:10px;width:100%;min-height:52px;transition:all .3s ease-in-out;overflow:hidden}.auth_popup__btn:hover{background-color:#323232}.inner__reset{color:#817e79;text-align:center;-o-transition:all .3s ease-in-out 0s;margin-top:16px;font-family:Mulish-Light,sans-serif;font-size:16px;font-weight:300;line-height:24px;transition:all .3s ease-in-out;display:block}.inner__reset:hover{opacity:.8}.auth_popup__close{z-index:1;width:46px;height:46px;position:absolute;top:24px;right:24px}.auth_popup__close:before{content:"";background-color:#817e79;width:100%;height:100%;transition:background-color .2s ease-in-out;position:absolute;top:0;left:0;-webkit-mask:url(/img/icons/close-small.svg) 50% no-repeat;mask:url(/img/icons/close-small.svg) 50% no-repeat}@media (max-width:480px){.auth_popup__card{padding:40px 24px}.auth_popup__title{font-size:24px;line-height:34px}.auth_popup__top{margin-bottom:32px}.auth_popup__close{width:34px;height:34px;top:16px;right:16px}.auth_popup__btn_wrapper{margin-top:8px}}
.header__profile__popup{width:32px;height:32px;position:relative}.header__profile__arrow{background-image:url(/img/popup-arrow.svg);background-position:50%;background-repeat:no-repeat;width:14px;height:15px;position:absolute;top:-8px;right:10px}.header__profile__inner{transform-origin:100% 0;z-index:1;background-color:#fff;border:1px solid #000;border-radius:10px;margin:0;padding:0;position:absolute;top:40px;right:-1px;padding:12px!important}.header__profile__btn{border-radius:50%;width:32px;height:32px;position:absolute;top:0;left:0}.header__profile__btn img{border-radius:50%;width:100%;height:100%}.header__profile__item:not(:last-child){margin-bottom:12px}.header__profile__item__btn{color:#000;align-items:center;text-decoration:none;transition:color .2s ease-in-out;display:flex}.header__profile__item__btn:hover{color:#817e79;transition:color .2s ease-in-out}
.breadcrumbs{padding:40px 0 16px}.breadcrumbs__list{align-items:center;min-width:max-content;display:flex}.breadcrumbs__item:not(:last-child){margin-right:16px}.breadcrumbs__link{color:#817e79;font-family:Mulish-Light,sans-serif;font-size:12px;font-weight:300;line-height:15px;position:relative}.breadcrumbs__link:before{content:"/";position:absolute;top:1px;right:-8px}.last-crumb{color:#000;cursor:auto}.last-crumb:before{content:none}
.search-modal-overlay{z-index:103;background:#00000080;justify-content:center;padding-top:60px;animation:.3s fadeIn;display:flex;position:fixed;inset:0;overflow-y:auto}.search-modal{background:#fff;flex-direction:column;width:100%;max-width:1200px;height:fit-content;max-height:80vh;margin:0 20px;animation:.3s slideDown;display:flex}.search-modal__header{border-bottom:1px solid #e5e5e5;align-items:center;gap:20px;padding:20px 40px;display:flex}.search-modal__input-wrapper{flex:1;align-items:center;gap:12px;display:flex}.search-modal__icon{color:#999;flex-shrink:0}.search-modal__input{color:#333;border:none;outline:none;flex:1;font-size:16px}.search-modal__input::placeholder{color:#999}.search-modal__close{color:#333;cursor:pointer;background:0 0;border:none;padding:8px 16px;font-size:14px;transition:color .3s}.search-modal__close:hover{color:#000}.search-modal__results{padding:20px 40px;overflow-y:auto}.search-modal__loading{text-align:center;color:#999;padding:40px;font-size:16px}.search-modal__empty{text-align:center;color:#666;padding:40px;font-size:16px}.search-modal__list{grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:20px;display:grid}.search-modal__item{cursor:pointer;border:1px solid #e5e5e5;border-radius:8px;flex-direction:column;gap:12px;padding:16px;transition:all .3s;display:flex}.search-modal__item:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0000001a}.search-modal__item-image{aspect-ratio:1;border-radius:4px;width:100%;overflow:hidden}.search-modal__item-image img{object-fit:cover;width:100%;height:100%}.search-modal__item-info{flex-direction:column;gap:4px;display:flex}.search-modal__item-name{color:#333;text-overflow:ellipsis;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0;font-family:Mulish-Light,sans-serif;font-size:14px;font-weight:500;display:-webkit-box;overflow:hidden;font-weight:300!important}.search-modal__item-category{color:#999;text-transform:uppercase;margin:0;font-family:Mulish-Regular,sans-serif;font-size:12px;font-weight:400}.search-modal__item-price{color:#000;margin:0;font-family:Mulish-Regular,sans-serif;font-size:16px;font-weight:600}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}@media (max-width:768px){.search-modal{margin:0 10px}.search-modal__header,.search-modal__results{padding:15px 20px}.search-modal__list{grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:15px}.search-modal__item{padding:12px}}
