/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button}button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[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{display:none}[hidden]{display:none}.primary_btn{padding:20px 50px;border:unset;border-radius:4px;background-color:var(--red);color:var(--white);font-family:Jost,sans-serif;font-weight:400;font-size:16px}@media (hover: hover){.primary_btn:hover{background-color:var(--vinous);cursor:pointer}}.primary_btn:disabled{background-color:var(--pink);cursor:not-allowed}.input{color:#444b58;background:#f6f6f6;padding:20px;border:1px solid #f6f6f6;border-radius:4px;font-size:16px;font-weight:400;line-height:22px}.input::placeholder{color:#b2b5bb}.input.invalid{color:red;border-color:red}*{margin:0;padding:0;border:0;font-size:100%;font:inherit;font-display:swap;box-sizing:border-box;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:"";content:none}table{border-collapse:collapse;border-spacing:0}html{scroll-behavior:smooth}html,body{height:100%}body{background-color:var(--white);font-family:Jost,sans-serif;font-size:12px;color:var(--gray)}#root{display:flex;flex-direction:column;height:100%}main{display:flex;flex-direction:column;flex-grow:1;width:100%;margin:0 auto}:root{--toastify-color-light: #fff;--toastify-color-dark: #121212;--toastify-color-info: #3498db;--toastify-color-success: #07bc0c;--toastify-color-warning: #f1c40f;--toastify-color-error: #e74c3c;--toastify-color-transparent: rgba(255, 255, 255, .7);--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-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-min-height: 64px;--toastify-toast-max-height: 800px;--toastify-toast-bd-radius: 6px;--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));position:fixed;padding:4px;width:var(--toastify-toast-width);box-sizing:border-box;color:#fff}.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);left:50%;transform:translate(-50%)}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right)}.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);left:50%;transform:translate(-50%)}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right)}@media only screen and (max-width : 480px){.Toastify__toast-container{width:100vw;padding:0;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{--y: 0;position:relative;-ms-touch-action:none;touch-action:none;min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:var(--toastify-toast-bd-radius);box-shadow:0 4px 12px #0000001a;display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);cursor:default;direction:ltr;z-index:0;overflow:hidden}.Toastify__toast--stacked{position:absolute;width:100%;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s}.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:"";position:absolute;left:0;right:0;height:calc(var(--g) * 1px);bottom:100%}.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:"";position:absolute;left:0;right:0;bottom:0;height:100%;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{margin:auto 0;-ms-flex:1 1 auto;flex:1 1 auto;padding:6px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.Toastify__toast-body>div:last-child{word-break:break-word;-ms-flex:1;flex:1}.Toastify__toast-icon{-webkit-margin-end:10px;margin-inline-end:10px;width:20px;-ms-flex-negative:0;flex-shrink:0;display:-ms-flexbox;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.5s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}@media only screen and (max-width : 480px){.Toastify__toast{margin-bottom:0;border-radius:0}}.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;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;-ms-flex-item-align:start;align-self:flex-start;z-index:1}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:100%;z-index:var(--toastify-z-index);opacity:.7;transform-origin:left;border-bottom-left-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:right;border-bottom-left-radius:initial;border-bottom-right-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp{position:absolute;bottom:0;left:0;width:100%;height:5px;border-bottom-left-radius:var(--toastify-toast-bd-radius)}.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{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}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:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}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:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(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:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}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:translate3d(0,2000px,0)}}.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%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}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) rotateX(-20deg);opacity:1}to{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}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:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.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-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown;animation-timing-function:ease-in;animation-duration:.3s}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}._header_8f3vt_11{display:flex;min-height:90px;height:90px;padding:0 30px;background-color:var(--purple)}._header_content_8f3vt_18{display:inline-flex;align-items:center;justify-content:space-between;max-width:1180px;width:100%;height:44px;margin:auto}._header_logo_8f3vt_27{color:var(--white);text-decoration:none;font-family:Jost;font-size:30px;font-weight:700;line-height:44px;text-align:left}._header_navigation_8f3vt_36{width:340px;height:auto}._header_nav_menu_block_8f3vt_40{display:flex;justify-content:space-between;width:100%;gap:40px}._header_nav_menu_btn_8f3vt_46{display:none}._header_link_8f3vt_49{display:inline-flex;align-items:center;column-gap:6px;height:25px;text-decoration:none;color:var(--white)}@media (hover: hover){._header_link_8f3vt_49:hover{color:#c4c4c4;text-decoration:underline}}._header_link_8f3vt_49>span{font-weight:600;font-size:14px;line-height:20px}._header_link_icon_8f3vt_68{position:relative}._header_link_icon_8f3vt_68>div{position:absolute;bottom:0;right:-4px;display:flex;align-items:center;justify-content:center;height:12px;width:12px;border-radius:50%;color:var(--white);background-color:var(--red);font-weight:400;font-size:8px;line-height:8px}@media (max-width: 1000px){._header_8f3vt_11{padding:0 20px}}@media (max-width: 760px){._header_8f3vt_11{padding:0 16px}._header_navigation_8f3vt_36{width:auto;position:relative}._header_link_8f3vt_49{color:var(--black);justify-content:center}._header_link_icon_8f3vt_68>svg path{fill:var(--black)}._header_nav_menu_btn_8f3vt_46{display:block;height:25px;padding:3px;box-shadow:0 1px 2px #0000004d}._header_nav_menu_block_8f3vt_40{position:absolute;top:calc(100% + 10px);right:0%;z-index:99;display:none;flex-direction:column;width:100px;height:auto;gap:7px;background:#fff;border-radius:5px}._header_nav_menu_block_8f3vt_40._showed_8f3vt_127{display:flex}}._footer_n8c9h_11{display:flex;min-height:90px;height:90px;background-color:var(--gray);padding:0 30px}._footer_content_n8c9h_18{display:inline-flex;align-items:center;justify-content:space-between;width:100%;max-width:1180px;height:44px;margin:auto}._footer_logo_n8c9h_27{color:var(--white);text-decoration:none;font-family:Jost;font-size:30px;font-weight:700;line-height:44px;text-align:left}._footer_navigation_n8c9h_36{display:flex;width:340px;justify-content:flex-end;height:20px;gap:40px}._footer_navigation_n8c9h_36>a{display:inline-flex;align-items:center;height:20px;text-decoration:none;color:var(--white)}@media (hover: hover){._footer_navigation_n8c9h_36>a:hover{color:#c4c4c4;text-decoration:underline}}@media (max-width: 1000px){._footer_n8c9h_11{padding:0 20px}}@media (max-width: 760px){._footer_n8c9h_11{padding:0 16px}._footer_content_n8c9h_18{flex-direction:column;gap:5px;height:auto}._footer_navigation_n8c9h_36{justify-content:center;width:100%}}._preloader_z05bh_1{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%)}._preloader_z05bh_1>span{font-size:28px;font-weight:600;color:var(--gray)}._hero_12hj0_11{background-color:var(--purple);height:500px;padding:0 30px}._hero_content_12hj0_16{position:relative;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;row-gap:30px;max-width:1180px;width:100%;margin:0 auto;height:100%;transition:transform .3s linear}._hero_content_12hj0_16:before{position:absolute;top:0;left:0;content:"";width:100%;max-width:1180px;border-top:1px solid var(--white)}._hero_background_title_12hj0_38{position:absolute;top:55%;left:50%;transform:translate(-50%,-50%);z-index:0;font-size:200px;font-weight:700;color:#ffffff1f;-webkit-user-select:none;user-select:none;margin:0}._hero_title_12hj0_50{color:var(--white);font-size:36px;font-weight:400;line-height:50px;white-space:pre-line;z-index:1}._hero_subtitle_12hj0_58{color:var(--white);font-size:16px;font-weight:600;line-height:24px;white-space:pre-line;z-index:1}._hero_btn_12hj0_66{width:207px;height:62px;z-index:1}@media (max-width: 1439px){._hero_background_title_12hj0_38{font-size:13.9vw}}@media (max-width: 1000px){._hero_12hj0_11{padding:0 20px}}@media (max-width: 760px){._hero_12hj0_11{padding:0 16px}._hero_title_12hj0_50,._hero_subtitle_12hj0_58{white-space:unset}._hero_btn_12hj0_66{width:150px;height:50px;padding:10px}}._catalog_j32d4_11{display:flex;flex-direction:column;row-gap:48px;margin:0 auto;width:calc(100% - 60px);max-width:1180px;padding:50px 30px;box-sizing:unset}._catalog_j32d4_11>h2{color:var(--gray);font-weight:700;font-size:36px;margin:0}@media (max-width: 1000px){._catalog_j32d4_11{width:calc(100% - 40px);padding:30px 20px;row-gap:30px}._catalog_j32d4_11>h1{font-size:28px}}@media (max-width: 760px){._catalog_j32d4_11{width:calc(100% - 36px);padding:15px 16px;row-gap:20px}._catalog_j32d4_11>h1{font-size:22px}}@media (max-width: 1000px){._search_bar_1c3fo_12{padding:15px}}@media (max-width: 760px){._search_bar_1c3fo_12{padding:10px}}._product_card_list_1yeap_11{position:relative;display:grid;grid-template-columns:repeat(3,1fr);grid-auto-rows:minmax(min-content,max-content);justify-content:space-between;row-gap:20px;column-gap:35px;min-height:900px}._product_card_list_1yeap_11+button{width:177px;height:62px;padding:10px;margin:0 auto;font-size:16px;line-height:22px;font-weight:400}._product_card_list_1yeap_11+button:first-letter{text-transform:uppercase}._no_items_1yeap_34{position:absolute;top:20%;left:50%;transform:translate(-50%,-50%);margin:auto;color:var(--gray);font-size:36px;font-weight:400;line-height:50px;white-space:pre-line;z-index:1}@media (max-width: 1000px){._product_card_list_1yeap_11{grid-template-columns:repeat(2,1fr)}._product_card_list_1yeap_11+button{width:130px;height:52px;padding:10px;font-size:14px}}@media (max-width: 760px){._product_card_list_1yeap_11{column-gap:15px}._product_card_list_1yeap_11+button{width:110px;height:42px;padding:10px;font-size:12px}}._product_card_1wctx_11{position:relative;display:flex;flex-direction:column;row-gap:10px;max-width:370px}._product_card_1wctx_11._loading_1wctx_18{background:gray;border-radius:10px;background:linear-gradient(90deg,#eee,#f9f9f9,#eee);animation:_leftToRight_1wctx_1 1.5s infinite reverse;background-size:200%}@keyframes _leftToRight_1wctx_1{0%{background-position:-100% 0}to{background-position:100% 0}}._product_card_img_1wctx_33{position:relative;display:flex;padding-bottom:81.085%;overflow:hidden;border-radius:4px}._product_card_img_1wctx_33>img{position:absolute;height:100%;width:100%}._product_card_img_1wctx_33>a{position:absolute;z-index:1;top:0;right:0;left:0;bottom:0;transition:all .3s linear}._product_card_img_1wctx_33>a:after{content:"";transition:all .3s linear;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);color:#fff9;text-decoration:none;font-size:26px;font-weight:800}@media (hover: hover){._product_card_img_1wctx_33>a:hover{background:#87878740}._product_card_img_1wctx_33>a:hover:after{content:"Show details";text-align:center}}._product_card_content_1wctx_75{display:flex;align-items:center;column-gap:10px;min-height:50px}._product_card_info_1wctx_81{display:flex;flex-direction:column;row-gap:5px;width:100%}._product_card_info_title_1wctx_87{display:-webkit-box;-webkit-line-clamp:1;line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;word-break:break-word;color:var(--gray);text-decoration:none;font-size:16px;font-weight:700;line-height:20px}@media (hover: hover){._product_card_info_title_1wctx_87:hover{text-decoration:underline}}._product_card_info_price_1wctx_105{color:var(--gray);font-size:18px;font-weight:700;line-height:24px}._product_card_nav_1wctx_111{display:inline-flex;align-items:center;column-gap:20px}._product_card_nav_1wctx_111>span{text-align:center;width:48px}._product_card_nav_1wctx_111>button{display:flex;align-items:center;justify-content:center;min-width:50px;width:50px;height:50px;padding:10px;border-radius:4px}@media (max-width: 1000px){._product_card_content_1wctx_75{flex-direction:column;min-height:99px}._product_card_nav_1wctx_111{width:100%;column-gap:6px}}@media (max-width: 760px){._product_card_content_1wctx_75{min-height:71px}._product_card_info_title_1wctx_87{font-size:14px;line-height:18px}._product_card_info_price_1wctx_105{font-size:12px;line-height:18px}._product_card_nav_1wctx_111{justify-content:flex-end}._product_card_nav_1wctx_111>button{padding:5px;min-width:30px;width:30px;height:30px}._product_card_nav_1wctx_111>button>svg{height:15px;width:15px}}._faq_197kv_11{display:flex;background-color:var(--purple);min-height:508px;padding:0 30px;height:auto;margin-top:auto}._faq_content_197kv_19{position:relative;display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;flex:1;row-gap:20px;max-width:880px;margin:0 auto;padding:60px 0}._faq_title_197kv_31{font-size:36px;font-weight:700;line-height:56px;color:var(--white)}._faq_list_197kv_37{display:flex;flex-direction:column;width:100%}._faq_list_item_197kv_42{display:flex;flex-direction:column;align-items:unset;height:auto;max-height:80px;cursor:pointer;overflow:hidden;transition:max-height .4s linear;background:unset;border-bottom:1px solid var(--white)}._faq_list_item_197kv_42._showed_197kv_54{max-height:200px}._faq_list_item_197kv_42._showed_197kv_54 ._faq_list_item_header_197kv_57>svg{transform:rotate(-45deg)}._faq_list_item_197kv_42:first-child{border-top:1px solid var(--white)}._faq_list_item_header_197kv_57{display:inline-flex;align-items:center;justify-content:space-between;min-height:80px;height:80px;padding:20px 0}._faq_list_item_header_197kv_57>p{color:var(--white);font-weight:400;font-size:20px;line-height:30px;cursor:pointer}._faq_list_item_header_197kv_57>svg{height:25px;width:25px;transition:transform .3s ease-in-out;margin-left:5px}._faq_list_item_197kv_42>span{color:var(--white);padding-bottom:20px;font-weight:600;font-size:16px;line-height:26px}@media (max-width: 1000px){._faq_197kv_11{padding:0 20px}._faq_content_197kv_19{padding:40px 0}._faq_title_197kv_31{font-size:28px;line-height:32px}}@media (max-width: 760px){._faq_197kv_11{padding:0 16px}._faq_content_197kv_19{padding:30px 0}._faq_title_197kv_31{font-size:24px;line-height:24px}._faq_list_item_header_197kv_57>p{font-size:16px;line-height:20px}._faq_list_item_197kv_42>span{font-size:12px;line-height:18px}}._cart_details_1m2ae_11{display:flex;flex-direction:column;row-gap:48px;padding:0 30px}._cart_details_title_1m2ae_17{color:var(--gray);font-weight:700;font-size:36px;line-height:56px;width:100%;max-width:1180px;margin:48px auto 0}._cart_details_title_1m2ae_17._loading_1m2ae_26{border-radius:10px;color:transparent;height:56px}._cart_details_title_1m2ae_17._loading_1m2ae_26>span{display:flex;height:100%;width:300px;border-radius:5px;background:linear-gradient(90deg,#eee,#f9f9f9,#eee);animation:_leftToRight_1m2ae_1 1.5s infinite reverse;background-size:200%}@keyframes _leftToRight_1m2ae_1{0%{background-position:-100% 0}to{background-position:100% 0}}._cart_details_content_1m2ae_48{display:flex;width:100%;max-width:1180px;column-gap:48px;margin:0 auto 45px}._cart_details_1m2ae_11 ._no_items_1m2ae_55{color:#b2b5bb;font-weight:600;font-size:24px;line-height:36px;margin:0 auto}._cart_details_1m2ae_11 ._no_items_1m2ae_55:first-letter{text-transform:uppercase}@media (max-width: 1439px){._cart_details_content_1m2ae_48{column-gap:20px}}@media (max-width: 1000px){._cart_details_1m2ae_11{padding:0 20px;row-gap:20px}._cart_details_title_1m2ae_17{margin-top:20px;line-height:40px}._cart_details_title_1m2ae_17._loading_1m2ae_26>span{height:40px}._cart_details_content_1m2ae_48{row-gap:20px;flex-direction:column}}@media (max-width: 760px){._cart_details_1m2ae_11{padding:0 16px}}._cart_form_ukird_11{display:flex;flex-direction:column;padding:20px 40px;border:1px solid #c4c4c4;width:696px;row-gap:10px;max-width:776px;border-radius:4px}._cart_form_ukird_11._loading_ukird_21{height:464px;border:unset;background:linear-gradient(90deg,#eee,#f9f9f9,#eee);animation:_leftToRight_ukird_1 1.5s infinite reverse;background-size:200%}@keyframes _leftToRight_ukird_1{0%{background-position:-100% 0}to{background-position:100% 0}}@media (max-width: 1000px){._cart_form_ukird_11{width:100%;max-width:calc(100% - 80px)}}@media (max-width: 760px){._cart_form_ukird_11{padding:10px;max-width:calc(100% - 20px)}}._cart_form_item_f1o72_11{display:flex;align-items:center;flex-grow:1;height:124px;column-gap:24px;padding:12px}@media (hover: hover){._cart_form_item_f1o72_11:hover{background:#f6f6f6;cursor:pointer}}._cart_form_item_f1o72_11._deleted_f1o72_25 ._cart_form_item_info_f1o72_25{opacity:.6}._cart_form_item_info_f1o72_25{display:flex;align-items:center;column-gap:10px;height:100px}._cart_form_item_info_f1o72_25>img{height:100px;width:100px;min-width:100px;border-radius:4px}._cart_form_item_info_text_f1o72_40{display:flex;flex-direction:column;height:fit-content}._cart_form_item_info_title_f1o72_45{font-size:16px;font-weight:600;line-height:22px;color:#444b58;text-decoration:none}@media (hover: hover){._cart_form_item_info_title_f1o72_45:hover{text-decoration:underline}}._cart_form_item_info_price_f1o72_57{font-size:18px;font-weight:400;line-height:26px;color:#444b58}._cart_form_item_control_f1o72_63{display:inline-flex;align-items:center;flex-grow:1;justify-content:flex-end;column-gap:48px;padding-left:12px}._cart_form_item_control_btns_f1o72_71{display:inline-flex;align-items:center;column-gap:20px}._cart_form_item_control_btns_f1o72_71>span{text-align:center;width:48px}._cart_form_item_control_btn_f1o72_71{display:flex;align-items:center;justify-content:center;padding:10px;width:50px;height:50px}._cart_form_item_control_f1o72_63 #_delete_btn_f1o72_1{width:38px;height:20px;background:none;border:none;color:#b2b5bb;font-size:14px;font-weight:400;line-height:20px;cursor:pointer}@media (hover: hover){._cart_form_item_control_f1o72_63 #_delete_btn_f1o72_1:hover{color:#444b58;text-decoration:underline}}@media (max-width: 1439px){._cart_form_item_control_f1o72_63{column-gap:20px}}@media (max-width: 1000px){._cart_form_item_content_f1o72_112{align-items:center;flex-direction:column;row-gap:15px}}@media (max-width: 760px){._cart_form_item_f1o72_11{flex-direction:column;height:auto;row-gap:30px}._cart_form_item_control_f1o72_63{padding-left:0}._cart_form_item_control_btns_f1o72_71{column-gap:10px}}._cart_total_vkg0q_11{display:flex;flex-direction:column;width:356px;row-gap:10px}._cart_total_vkg0q_11._loading_vkg0q_17{min-height:200px;background:linear-gradient(90deg,#eee,#f9f9f9,#eee);animation:_leftToRight_vkg0q_1 1.5s infinite reverse;background-size:200%}@keyframes _leftToRight_vkg0q_1{0%{background-position:-100% 0}to{background-position:100% 0}}._cart_total_common_vkg0q_31{display:flex;flex-direction:column;row-gap:10px;border-bottom:1px solid #e5e5e5}._cart_total_common_count_vkg0q_37{display:inline-flex;justify-content:space-between}._cart_total_common_count_vkg0q_37>span{line-height:30px;font-size:20px;font-weight:400}._cart_total_common_count_vkg0q_37>span:first-child{color:#b2b5bb}._cart_total_common_count_vkg0q_37>span:last-child{color:#444b58}._cart_total_common_price_wo_discount_vkg0q_52{display:inline-flex;justify-content:space-between;padding-bottom:20px}._cart_total_common_price_wo_discount_vkg0q_52>span{font-size:20px;line-height:30px}._cart_total_common_price_wo_discount_vkg0q_52>span:first-child{font-weight:600;color:#b2b5bb}._cart_total_common_price_wo_discount_vkg0q_52>span:last-child{color:#444b58;font-weight:700}._cart_total_price_vkg0q_69{display:inline-flex;justify-content:space-between}._cart_total_price_vkg0q_69>span{line-height:36px;font-size:24px}._cart_total_price_vkg0q_69>span:first-child{font-weight:600;color:#b2b5bb}._cart_total_price_vkg0q_69>span:last-child{color:#444b58;font-weight:700}@media (max-width: 760px){._cart_total_vkg0q_11{width:100%}}._product_details_bwihy_11{display:flex;margin:48px auto 114px;width:100%;padding:0 30px;max-width:1240px}._product_details_content_bwihy_18{display:flex;width:100%;max-width:1180px;column-gap:30px}@media (max-width: 1000px){._product_details_bwihy_11{padding:0 20px}._product_details_content_bwihy_18{align-items:center;flex-direction:column;row-gap:15px}}@media (max-width: 760px){._product_details_bwihy_11{padding:0 16px}}._product_gallery_l525z_1{display:flex;flex-direction:column;row-gap:10px;width:100%;height:100%;max-width:520px}._product_gallery_main_photo_l525z_9{display:flex;position:relative;padding-bottom:100%;width:100%}._product_gallery_main_photo_l525z_9._loading_l525z_15{border-radius:10px;background:linear-gradient(90deg,#eee,#f9f9f9,#eee);animation:_leftToRight_l525z_1 1.5s infinite reverse;background-size:200%}._product_gallery_main_photo_l525z_9>img{position:absolute;width:100%;height:100%}._product_gallery_carousel_l525z_34{display:inline-flex;flex-wrap:wrap;justify-content:flex-start;gap:20px;width:100%;min-height:70px;height:auto}._product_gallery_carousel_l525z_34._loading_l525z_15{border-radius:10px;background:linear-gradient(90deg,#eee,#f9f9f9,#eee);animation:_leftToRight_l525z_1 1.5s infinite reverse;background-size:200%}@keyframes _leftToRight_l525z_1{0%{background-position:-100% 0}to{background-position:100% 0}}._product_gallery_carousel_img_l525z_57{position:relative;height:70px;width:70px;cursor:pointer}._product_gallery_carousel_img_l525z_57._active_l525z_63:after{position:absolute;top:-3px;left:-3px;content:"";display:flex;width:100%;height:100%;border:3px solid #c4c4c4;border-radius:4px}._product_gallery_carousel_img_l525z_57>img{height:100%;width:100%}._product_info_12pxr_11{display:flex;flex-direction:column;align-items:flex-start;row-gap:24px;height:auto;flex-grow:1;width:100%}._product_info_common_12pxr_20{display:flex;flex-direction:column;width:100%;row-gap:16px}._product_info_common_12pxr_20._loading_12pxr_26{height:96px;border-radius:6px;background:linear-gradient(90deg,#eee,#f9f9f9,#eee);animation:_leftToRight_12pxr_1 1.5s infinite reverse;background-size:200%}._product_info_common_12pxr_20>h1{margin:0;color:var(--gray);font-size:36px;font-weight:600;line-height:56px}._product_info_about_12pxr_48{display:flex;justify-content:space-between}._product_info_about_12pxr_48>span{font-weight:400;font-size:16px;line-height:24px;color:#646464}._product_info_rating_12pxr_58{display:inline-flex;align-items:center;column-gap:8px}._product_info_rating_star_12pxr_63 path{fill:#d5d5d5}._product_info_rating_star_12pxr_63._active_12pxr_66 path{fill:var(--red)}._product_info_count_12pxr_69{border-top:1px solid #c4c4c4;border-bottom:1px solid #c4c4c4;padding:12px 0;color:var(--red);font-size:18px;line-height:24px;width:100%}._product_info_count_12pxr_69._loading_12pxr_26{border:unset;border-radius:6px;background:linear-gradient(90deg,#eee,#f9f9f9,#eee);animation:_leftToRight_12pxr_1 1.5s infinite reverse;background-size:200%}._product_info_description_12pxr_93{font-size:18px;font-weight:400;line-height:30px;color:var(--gray)}._product_info_description_12pxr_93._loading_12pxr_26{border-radius:6px;height:250px;width:100%;background:linear-gradient(90deg,#eee,#f9f9f9,#eee);animation:_leftToRight_12pxr_1 1.5s infinite reverse;background-size:200%}._product_info_details_12pxr_115{display:flex;flex-direction:column;justify-content:space-between;height:60px}._product_info_details_12pxr_115>span{font-size:16px;font-weight:400;line-height:24px;color:#646464}._product_info_buy_12pxr_127{display:flex;align-items:center;flex-wrap:wrap;justify-content:space-between;min-height:86px;height:auto;row-gap:16px;width:100%;padding:12px;border-radius:6px;background:#0000000a}._product_info_buy_12pxr_127._loading_12pxr_26{background:linear-gradient(90deg,#eee,#f9f9f9,#eee);animation:_leftToRight_12pxr_1 1.5s infinite reverse;background-size:200%}@keyframes _leftToRight_12pxr_1{0%{background-position:-100% 0}to{background-position:100% 0}}._product_info_prices_12pxr_153{display:inline-flex;height:62px}._product_info_price_12pxr_153{display:flex;flex-direction:column;justify-content:space-between;padding:0 24px 0 20px;border-right:1px solid #d5d5d5}._product_info_price_final_value_12pxr_164{font-size:36px;line-height:40px;font-weight:600;color:var(--gray)}._product_info_price_pre_value_12pxr_170{font-size:16px;font-weight:500;line-height:20px;color:#646464;text-decoration:line-through}._product_info_discount_12pxr_177{display:inline-flex;column-gap:8px;align-items:center;padding:0 20px 0 24px}._product_info_discount_title_12pxr_183{font-size:16px;font-weight:400;line-height:24px;color:#444b58;text-align:center}._product_info_discount_value_12pxr_190{font-size:16px;font-weight:600;line-height:24px;color:#444b58}._product_info_nav_12pxr_196{display:flex;align-items:center;column-gap:16px}._product_info_nav_12pxr_196>span{text-align:center;width:48px}._product_info_nav_btn_12pxr_205{display:flex;align-items:center;justify-content:center;width:70px;height:62px;border-radius:4px;padding:20px}._product_info_nav_btn_12pxr_205>svg{width:30px}._product_info_nav_12pxr_196>#_add_to_cart_12pxr_1{height:62px;width:176px;padding:14px;border-radius:4px}@media (max-width: 1280px){._product_info_nav_12pxr_196{column-gap:10px}}@media (max-width: 760px){._product_info_common_12pxr_20>h1{font-size:24px;line-height:30px}._product_info_description_12pxr_93._loading_12pxr_26{height:150px}._product_info_buy_12pxr_127{flex-direction:column;height:auto;row-gap:14px}._product_info_price_12pxr_153{justify-content:space-around;padding:0 12px 0 10px}._product_info_price_final_value_12pxr_164{font-size:22px;line-height:26px}._product_info_price_pre_value_12pxr_170{font-size:14px;line-height:18px}._product_info_discount_12pxr_177{column-gap:5px;padding:0 10px 0 12px}._product_info_discount_title_12pxr_183,._product_info_discount_value_12pxr_190{font-size:12px;line-height:18px}._product_info_about_12pxr_48{flex-direction:column;row-gap:6px}}:root{--white: #ffffff;--purple: #484283;--gray: #444b58;--red: #f14f4f;--vinous: #8c2828;--pink: #f8afaf;--black: #000000}._login_container_1yzil_11{display:flex;flex-direction:column;row-gap:48px;max-width:1180px;width:100%;margin:92px auto 138px;padding:0 30px}._login_container_1yzil_11>h1{margin:0 auto;width:fit-content;color:var(--gray);line-height:56px;font-size:36px;font-weight:700}._login_form_1yzil_28{display:flex;flex-direction:column;row-gap:60px;margin:0 auto;padding:60px;width:100%;max-width:600px;border:1px solid #c4c4c4}._login_form_1yzil_28>button{width:176px;height:62px;margin:0 auto}@media (max-width: 1000px){._login_container_1yzil_11{padding:0 20px}}@media (max-width: 760px){._login_container_1yzil_11{padding:0 16px}._login_form_1yzil_28{row-gap:45px;padding:35px}}
