.noty_layout_mixin,#noty_layout__top,#noty_layout__topLeft,#noty_layout__topCenter,#noty_layout__topRight,#noty_layout__bottom,#noty_layout__bottomLeft,#noty_layout__bottomCenter,#noty_layout__bottomRight,#noty_layout__center,#noty_layout__centerLeft,#noty_layout__centerRight{position:fixed;margin:0;padding:0;z-index:9999999;-webkit-transform:translateZ(0) scale(1,1);transform:translateZ(0) scale(1);-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-font-smoothing:subpixel-antialiased;filter:blur(0);-webkit-filter:blur(0);max-width:90%}#noty_layout__top{top:0;left:5%;width:90%}#noty_layout__topLeft{top:20px;left:20px;width:325px}#noty_layout__topCenter{top:5%;left:50%;width:325px;-webkit-transform:translate(-webkit-calc(-50% - .5px)) translateZ(0) scale(1,1);transform:translate(calc(-50% - .5px)) translateZ(0) scale(1)}#noty_layout__topRight{top:20px;right:20px;width:325px}#noty_layout__bottom{bottom:0;left:5%;width:90%}#noty_layout__bottomLeft{bottom:20px;left:20px;width:325px}#noty_layout__bottomCenter{bottom:5%;left:50%;width:325px;-webkit-transform:translate(-webkit-calc(-50% - .5px)) translateZ(0) scale(1,1);transform:translate(calc(-50% - .5px)) translateZ(0) scale(1)}#noty_layout__bottomRight{bottom:20px;right:20px;width:325px}#noty_layout__center{top:50%;left:50%;width:325px;-webkit-transform:translate(-webkit-calc(-50% - .5px),-webkit-calc(-50% - .5px)) translateZ(0) scale(1,1);transform:translate(calc(-50% - .5px),calc(-50% - .5px)) translateZ(0) scale(1)}#noty_layout__centerLeft{top:50%;left:20px;width:325px;-webkit-transform:translate(0,-webkit-calc(-50% - .5px)) translateZ(0) scale(1,1);transform:translateY(calc(-50% - .5px)) translateZ(0) scale(1)}#noty_layout__centerRight{top:50%;right:20px;width:325px;-webkit-transform:translate(0,-webkit-calc(-50% - .5px)) translateZ(0) scale(1,1);transform:translateY(calc(-50% - .5px)) translateZ(0) scale(1)}.noty_progressbar{display:none}.noty_has_timeout.noty_has_progressbar .noty_progressbar{display:block;position:absolute;left:0;bottom:0;height:3px;width:100%;background-color:#646464;opacity:.2;filter:alpha(opacity=10)}.noty_bar{-webkit-backface-visibility:hidden;-webkit-transform:translate(0,0) translateZ(0) scale(1,1);-ms-transform:translate(0,0) scale(1,1);transform:translate(0) scale(1);-webkit-font-smoothing:subpixel-antialiased;overflow:hidden}.noty_effects_open{opacity:0;-webkit-transform:translate(50%);-ms-transform:translate(50%);transform:translate(50%);-webkit-animation:noty_anim_in .5s cubic-bezier(.68,-.55,.265,1.55);animation:noty_anim_in .5s cubic-bezier(.68,-.55,.265,1.55);-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}.noty_effects_close{-webkit-animation:noty_anim_out .5s cubic-bezier(.68,-.55,.265,1.55);animation:noty_anim_out .5s cubic-bezier(.68,-.55,.265,1.55);-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}.noty_fix_effects_height{-webkit-animation:noty_anim_height 75ms ease-out;animation:noty_anim_height 75ms ease-out}.noty_close_with_click{cursor:pointer}.noty_close_button{position:absolute;top:2px;right:2px;font-weight:700;width:20px;height:20px;text-align:center;line-height:20px;background-color:#0000000d;border-radius:2px;cursor:pointer;-webkit-transition:all .2s ease-out;transition:all .2s ease-out}.noty_close_button:hover{background-color:#0000001a}.noty_modal{position:fixed;width:100%;height:100%;background-color:#000;z-index:10000;opacity:.3;left:0;top:0}.noty_modal.noty_modal_open{opacity:0;-webkit-animation:noty_modal_in .3s ease-out;animation:noty_modal_in .3s ease-out}.noty_modal.noty_modal_close{-webkit-animation:noty_modal_out .3s ease-out;animation:noty_modal_out .3s ease-out;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}@-webkit-keyframes noty_modal_in{to{opacity:.3}}@keyframes noty_modal_in{to{opacity:.3}}@-webkit-keyframes noty_modal_out{to{opacity:0}}@keyframes noty_modal_out{to{opacity:0}}@-webkit-keyframes noty_anim_in{to{-webkit-transform:translate(0);transform:translate(0);opacity:1}}@keyframes noty_anim_in{to{-webkit-transform:translate(0);transform:translate(0);opacity:1}}@-webkit-keyframes noty_anim_out{to{-webkit-transform:translate(50%);transform:translate(50%);opacity:0}}@keyframes noty_anim_out{to{-webkit-transform:translate(50%);transform:translate(50%);opacity:0}}@-webkit-keyframes noty_anim_height{to{height:0}}@keyframes noty_anim_height{to{height:0}}.noty_theme__relax.noty_bar{margin:4px 0;overflow:hidden;border-radius:2px;position:relative}.noty_theme__relax.noty_bar .noty_body{padding:10px}.noty_theme__relax.noty_bar .noty_buttons{border-top:1px solid #e7e7e7;padding:5px 10px}.noty_theme__relax.noty_type__alert,.noty_theme__relax.noty_type__notification{background-color:#fff;border:1px solid #dedede;color:#444}.noty_theme__relax.noty_type__warning{background-color:#ffeaa8;border:1px solid #FFC237;color:#826200}.noty_theme__relax.noty_type__warning .noty_buttons{border-color:#dfaa30}.noty_theme__relax.noty_type__error{background-color:#ff8181;border:1px solid #e25353;color:#fff}.noty_theme__relax.noty_type__error .noty_buttons{border-color:#8b0000}.noty_theme__relax.noty_type__info,.noty_theme__relax.noty_type__information{background-color:#78c5e7;border:1px solid #3badd6;color:#fff}.noty_theme__relax.noty_type__info .noty_buttons,.noty_theme__relax.noty_type__information .noty_buttons{border-color:#0b90c4}.noty_theme__relax.noty_type__success{background-color:#bcf5bc;border:1px solid #7cdd77;color:#006400}.noty_theme__relax.noty_type__success .noty_buttons{border-color:#50c24e}.noty_theme__metroui.noty_bar{margin:4px 0;overflow:hidden;position:relative;box-shadow:#0000004c 0 0 5px}.noty_theme__metroui.noty_bar .noty_progressbar{position:absolute;left:0;bottom:0;height:3px;width:100%;background-color:#000;opacity:.2;filter:alpha(opacity=20)}.noty_theme__metroui.noty_bar .noty_body{padding:1.25em;font-size:14px}.noty_theme__metroui.noty_bar .noty_buttons{padding:0 10px .5em}.noty_theme__metroui.noty_type__alert,.noty_theme__metroui.noty_type__notification{background-color:#fff;color:#1d1d1d}.noty_theme__metroui.noty_type__warning{background-color:#fa6800;color:#fff}.noty_theme__metroui.noty_type__error{border-radius:8px;border:1px #DA1E37;background:#E36475;color:#fff}.noty_theme__metroui.noty_type__error .noty_body{color:#fff}.noty_theme__metroui.noty_type__info,.noty_theme__metroui.noty_type__information{background-color:#1ba1e2;color:#fff}.noty_theme__metroui.noty_type__success{color:#fff;border-radius:8px;border:1px #5BA378;background:#F0FAF3}.noty_theme__metroui .noty_body{color:#1d0712}.noty_theme__mint.noty_bar{margin:4px 0;overflow:hidden;border-radius:2px;position:relative}.noty_theme__mint.noty_bar .noty_body{padding:10px;font-size:14px}.noty_theme__mint.noty_bar .noty_buttons{padding:10px}.noty_theme__mint.noty_type__alert,.noty_theme__mint.noty_type__notification{background-color:#fff;border-bottom:1px solid #D1D1D1;color:#2f2f2f}.noty_theme__mint.noty_type__warning{background-color:#ffae42;border-bottom:1px solid #E89F3C;color:#fff}.noty_theme__mint.noty_type__error{background-color:#de636f;border-bottom:1px solid #CA5A65;color:#fff}.noty_theme__mint.noty_type__info,.noty_theme__mint.noty_type__information{background-color:#7f7eff;border-bottom:1px solid #7473E8;color:#fff}.noty_theme__mint.noty_type__success{background-color:#afc765;border-bottom:1px solid #A0B55C;color:#fff}.noty_theme__sunset.noty_bar{margin:4px 0;overflow:hidden;border-radius:2px;position:relative}.noty_theme__sunset.noty_bar .noty_body{padding:10px;font-size:14px;text-shadow:1px 1px 1px rgba(0,0,0,.1)}.noty_theme__sunset.noty_bar .noty_buttons{padding:10px}.noty_theme__sunset.noty_type__alert,.noty_theme__sunset.noty_type__notification{background-color:#073b4c;color:#fff}.noty_theme__sunset.noty_type__alert .noty_progressbar,.noty_theme__sunset.noty_type__notification .noty_progressbar{background-color:#fff}.noty_theme__sunset.noty_type__warning{background-color:#ffd166;color:#fff}.noty_theme__sunset.noty_type__error{background-color:#ef476f;color:#fff}.noty_theme__sunset.noty_type__error .noty_progressbar{opacity:.4}.noty_theme__sunset.noty_type__info,.noty_theme__sunset.noty_type__information{background-color:#118ab2;color:#fff}.noty_theme__sunset.noty_type__info .noty_progressbar,.noty_theme__sunset.noty_type__information .noty_progressbar{opacity:.6}.noty_theme__sunset.noty_type__success{background-color:#06d6a0;color:#fff}.noty_theme__bootstrap-v3.noty_bar{margin:4px 0;overflow:hidden;position:relative;border:1px solid transparent;border-radius:4px}.noty_theme__bootstrap-v3.noty_bar .noty_body{padding:15px}.noty_theme__bootstrap-v3.noty_bar .noty_buttons{padding:10px}.noty_theme__bootstrap-v3.noty_bar .noty_close_button{font-size:21px;font-weight:700;line-height:1;color:#000;text-shadow:0 1px 0 #fff;filter:alpha(opacity=20);opacity:.2;background:transparent}.noty_theme__bootstrap-v3.noty_bar .noty_close_button:hover{background:transparent;text-decoration:none;cursor:pointer;filter:alpha(opacity=50);opacity:.5}.noty_theme__bootstrap-v3.noty_type__alert,.noty_theme__bootstrap-v3.noty_type__notification{background-color:#fff;color:inherit}.noty_theme__bootstrap-v3.noty_type__warning{background-color:#fcf8e3;color:#8a6d3b;border-color:#faebcc}.noty_theme__bootstrap-v3.noty_type__error{background-color:#f2dede;color:#a94442;border-color:#ebccd1}.noty_theme__bootstrap-v3.noty_type__info,.noty_theme__bootstrap-v3.noty_type__information{background-color:#d9edf7;color:#31708f;border-color:#bce8f1}.noty_theme__bootstrap-v3.noty_type__success{background-color:#dff0d8;color:#3c763d;border-color:#d6e9c6}.noty_theme__bootstrap-v4.noty_bar{margin:4px 0;overflow:hidden;position:relative;border:1px solid transparent;border-radius:.25rem}.noty_theme__bootstrap-v4.noty_bar .noty_body{padding:.75rem 1.25rem}.noty_theme__bootstrap-v4.noty_bar .noty_buttons{padding:10px}.noty_theme__bootstrap-v4.noty_bar .noty_close_button{font-size:1.5rem;font-weight:700;line-height:1;color:#000;text-shadow:0 1px 0 #fff;filter:alpha(opacity=20);opacity:.5;background:transparent}.noty_theme__bootstrap-v4.noty_bar .noty_close_button:hover{background:transparent;text-decoration:none;cursor:pointer;filter:alpha(opacity=50);opacity:.75}.noty_theme__bootstrap-v4.noty_type__alert,.noty_theme__bootstrap-v4.noty_type__notification{background-color:#fff;color:inherit}.noty_theme__bootstrap-v4.noty_type__warning{background-color:#fcf8e3;color:#8a6d3b;border-color:#faebcc}.noty_theme__bootstrap-v4.noty_type__error{background-color:#f2dede;color:#a94442;border-color:#ebccd1}.noty_theme__bootstrap-v4.noty_type__info,.noty_theme__bootstrap-v4.noty_type__information{background-color:#d9edf7;color:#31708f;border-color:#bce8f1}.noty_theme__bootstrap-v4.noty_type__success{background-color:#dff0d8;color:#3c763d;border-color:#d6e9c6}.noty_theme__semanticui.noty_bar{margin:4px 0;overflow:hidden;position:relative;border:1px solid transparent;font-size:1em;border-radius:.28571429rem;box-shadow:0 0 0 1px #22242638 inset,0 0 0 0 transparent}.noty_theme__semanticui.noty_bar .noty_body{padding:1em 1.5em;line-height:1.4285em}.noty_theme__semanticui.noty_bar .noty_buttons{padding:10px}.noty_theme__semanticui.noty_type__alert,.noty_theme__semanticui.noty_type__notification{background-color:#f8f8f9;color:#000000de}.noty_theme__semanticui.noty_type__warning{background-color:#fffaf3;color:#573a08;box-shadow:0 0 0 1px #c9ba9b inset,0 0 0 0 transparent}.noty_theme__semanticui.noty_type__error{background-color:#fff6f6;color:#9f3a38;box-shadow:0 0 0 1px #e0b4b4 inset,0 0 0 0 transparent}.noty_theme__semanticui.noty_type__info,.noty_theme__semanticui.noty_type__information{background-color:#f8ffff;color:#276f86;box-shadow:0 0 0 1px #a9d5de inset,0 0 0 0 transparent}.noty_theme__semanticui.noty_type__success{background-color:#fcfff5;color:#2c662d;box-shadow:0 0 0 1px #a3c293 inset,0 0 0 0 transparent}.noty_theme__nest.noty_bar{margin:0 0 15px;overflow:hidden;border-radius:2px;position:relative;box-shadow:#00000019 5px 4px 10px}.noty_theme__nest.noty_bar .noty_body{padding:10px;font-size:14px;text-shadow:1px 1px 1px rgba(0,0,0,.1)}.noty_theme__nest.noty_bar .noty_buttons{padding:10px}.noty_layout .noty_theme__nest.noty_bar{z-index:5}.noty_layout .noty_theme__nest.noty_bar:nth-child(2){position:absolute;top:0;margin-top:4px;margin-right:-4px;margin-left:4px;z-index:4;width:100%}.noty_layout .noty_theme__nest.noty_bar:nth-child(3){position:absolute;top:0;margin-top:8px;margin-right:-8px;margin-left:8px;z-index:3;width:100%}.noty_layout .noty_theme__nest.noty_bar:nth-child(4){position:absolute;top:0;margin-top:12px;margin-right:-12px;margin-left:12px;z-index:2;width:100%}.noty_layout .noty_theme__nest.noty_bar:nth-child(5){position:absolute;top:0;margin-top:16px;margin-right:-16px;margin-left:16px;z-index:1;width:100%}.noty_layout .noty_theme__nest.noty_bar:nth-child(n+6){position:absolute;top:0;margin-top:20px;margin-right:-20px;margin-left:20px;z-index:-1;width:100%}#noty_layout__bottomLeft .noty_theme__nest.noty_bar:nth-child(2),#noty_layout__topLeft .noty_theme__nest.noty_bar:nth-child(2){margin-top:4px;margin-left:-4px;margin-right:4px}#noty_layout__bottomLeft .noty_theme__nest.noty_bar:nth-child(3),#noty_layout__topLeft .noty_theme__nest.noty_bar:nth-child(3){margin-top:8px;margin-left:-8px;margin-right:8px}#noty_layout__bottomLeft .noty_theme__nest.noty_bar:nth-child(4),#noty_layout__topLeft .noty_theme__nest.noty_bar:nth-child(4){margin-top:12px;margin-left:-12px;margin-right:12px}#noty_layout__bottomLeft .noty_theme__nest.noty_bar:nth-child(5),#noty_layout__topLeft .noty_theme__nest.noty_bar:nth-child(5){margin-top:16px;margin-left:-16px;margin-right:16px}#noty_layout__bottomLeft .noty_theme__nest.noty_bar:nth-child(n+6),#noty_layout__topLeft .noty_theme__nest.noty_bar:nth-child(n+6){margin-top:20px;margin-left:-20px;margin-right:20px}.noty_theme__nest.noty_type__alert,.noty_theme__nest.noty_type__notification{background-color:#073b4c;color:#fff}.noty_theme__nest.noty_type__alert .noty_progressbar,.noty_theme__nest.noty_type__notification .noty_progressbar{background-color:#fff}.noty_theme__nest.noty_type__warning{background-color:#ffd166;color:#fff}.noty_theme__nest.noty_type__error{background-color:#ef476f;color:#fff}.noty_theme__nest.noty_type__error .noty_progressbar{opacity:.4}.noty_theme__nest.noty_type__info,.noty_theme__nest.noty_type__information{background-color:#118ab2;color:#fff}.noty_theme__nest.noty_type__info .noty_progressbar,.noty_theme__nest.noty_type__information .noty_progressbar{opacity:.6}.noty_theme__nest.noty_type__success{background-color:#06d6a0;color:#fff}.noty_theme__light.noty_bar{margin:4px 0;overflow:hidden;border-radius:2px;position:relative}.noty_theme__light.noty_bar .noty_body{padding:10px}.noty_theme__light.noty_bar .noty_buttons{border-top:1px solid #e7e7e7;padding:5px 10px}.noty_theme__light.noty_type__alert,.noty_theme__light.noty_type__notification{background-color:#fff;border:1px solid #dedede;color:#444}.noty_theme__light.noty_type__warning{background-color:#ffeaa8;border:1px solid #FFC237;color:#826200}.noty_theme__light.noty_type__warning .noty_buttons{border-color:#dfaa30}.noty_theme__light.noty_type__error{background-color:#ed7000;border:1px solid #e25353;color:#fff}.noty_theme__light.noty_type__error .noty_buttons{border-color:#8b0000}.noty_theme__light.noty_type__info,.noty_theme__light.noty_type__information{background-color:#78c5e7;border:1px solid #3badd6;color:#fff}.noty_theme__light.noty_type__info .noty_buttons,.noty_theme__light.noty_type__information .noty_buttons{border-color:#0b90c4}.noty_theme__light.noty_type__success{background-color:#57c880;border:1px solid #7cdd77;color:#006400}.noty_theme__light.noty_type__success .noty_buttons{border-color:#50c24e}html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;vertical-align:baseline}html{-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}img,fieldset,a img{border:none}input[type=text],input[type=email],input[type=tel],textarea{-webkit-appearance:none}input[type=submit],button{cursor:pointer}input[type=submit]::-moz-focus-inner,button::-moz-focus-inner{padding:0;border:0}textarea{overflow:auto}input,button{margin:0;padding:0;border:0}div,input,textarea,select,button,h1,h2,h3,h4,h5,h6,a,span,a:focus{outline:none}ul,ol{list-style-type:none}table{border-spacing:0;border-collapse:collapse;width:100%}html{box-sizing:border-box}*,*:before,*:after{box-sizing:inherit}@font-face{font-family:New Hero;src:url(/frontAssets/build/assets/NewHero-Medium-02c36ac6.woff2) format("woff2"),url(/frontAssets/build/assets/NewHero-Medium-736b0772.woff) format("woff");font-weight:500;font-style:normal}.splide__container{box-sizing:border-box;position:relative}.splide__list{-webkit-backface-visibility:hidden;backface-visibility:hidden;display:flex;height:100%;margin:0!important;padding:0!important}.splide.is-initialized:not(.is-active) .splide__list{display:block}.splide__pagination{align-items:center;display:flex;flex-wrap:wrap;justify-content:center;margin:0;pointer-events:none}.splide__pagination li{display:inline-block;line-height:1;list-style-type:none;margin:0;pointer-events:auto}.splide:not(.is-overflow) .splide__pagination{display:none}.splide__progress__bar{width:0}.splide{position:relative;visibility:hidden}.splide.is-initialized,.splide.is-rendered{visibility:visible}.splide__slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;box-sizing:border-box;flex-shrink:0;list-style-type:none!important;margin:0;position:relative}.splide__slide img{vertical-align:bottom}.splide__spinner{-webkit-animation:splide-loading 1s linear infinite;animation:splide-loading 1s linear infinite;border:2px solid #999;border-left-color:transparent;border-radius:50%;bottom:0;contain:strict;display:inline-block;height:20px;left:0;margin:auto;position:absolute;right:0;top:0;width:20px}.splide__sr{clip:rect(0 0 0 0);border:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.splide__toggle.is-active .splide__toggle__play,.splide__toggle__pause{display:none}.splide__toggle.is-active .splide__toggle__pause{display:inline}.splide__track{overflow:hidden;position:relative;z-index:0}@-webkit-keyframes splide-loading{0%{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes splide-loading{0%{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.splide__track--draggable{-webkit-touch-callout:none;-webkit-user-select:none;-ms-user-select:none;user-select:none}.splide__track--fade>.splide__list>.splide__slide{margin:0!important;opacity:0;z-index:0}.splide__track--fade>.splide__list>.splide__slide.is-active{opacity:1;z-index:1}.splide--rtl{direction:rtl}.splide__track--ttb>.splide__list{display:block}.splide__arrow{align-items:center;background:#ccc;border:0;border-radius:50%;cursor:pointer;display:flex;height:2em;justify-content:center;opacity:.7;padding:0;position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);width:2em;z-index:1}.splide__arrow svg{fill:#000;height:1.2em;width:1.2em}.splide__arrow:hover:not(:disabled){opacity:.9}.splide__arrow:disabled{opacity:.3}.splide__arrow:focus-visible{outline:3px solid #0bf;outline-offset:3px}.splide__arrow--prev{left:1em}.splide__arrow--prev svg{-webkit-transform:scaleX(-1);transform:scaleX(-1)}.splide__arrow--next{right:1em}.splide.is-focus-in .splide__arrow:focus{outline:3px solid #0bf;outline-offset:3px}.splide__pagination{bottom:.5em;left:0;padding:0 1em;position:absolute;right:0;z-index:1}.splide__pagination__page{background:#ccc;border:0;border-radius:50%;display:inline-block;height:8px;margin:3px;opacity:.7;padding:0;position:relative;transition:-webkit-transform .2s linear;transition:transform .2s linear;transition:transform .2s linear,-webkit-transform .2s linear;width:8px}.splide__pagination__page.is-active{background:#fff;-webkit-transform:scale(1.4);transform:scale(1.4);z-index:1}.splide__pagination__page:hover{cursor:pointer;opacity:.9}.splide__pagination__page:focus-visible{outline:3px solid #0bf;outline-offset:3px}.splide.is-focus-in .splide__pagination__page:focus{outline:3px solid #0bf;outline-offset:3px}.splide__progress__bar{background:#ccc;height:3px}.splide__slide{-webkit-tap-highlight-color:rgba(0,0,0,0)}.splide__slide:focus{outline:0}@supports (outline-offset: -3px){.splide__slide:focus-visible{outline:3px solid #0bf;outline-offset:-3px}}@media screen and (-ms-high-contrast: none){.splide__slide:focus-visible{border:3px solid #0bf}}@supports (outline-offset: -3px){.splide.is-focus-in .splide__slide:focus{outline:3px solid #0bf;outline-offset:-3px}}@media screen and (-ms-high-contrast: none){.splide.is-focus-in .splide__slide:focus{border:3px solid #0bf}.splide.is-focus-in .splide__track>.splide__list>.splide__slide:focus{border-color:#0bf}}.splide__toggle{cursor:pointer}.splide__toggle:focus-visible{outline:3px solid #0bf;outline-offset:3px}.splide.is-focus-in .splide__toggle:focus{outline:3px solid #0bf;outline-offset:3px}.splide__track--nav>.splide__list>.splide__slide{border:3px solid transparent;cursor:pointer}.splide__track--nav>.splide__list>.splide__slide.is-active{border:3px solid #000}.splide__arrows--rtl .splide__arrow--prev{left:auto;right:1em}.splide__arrows--rtl .splide__arrow--prev svg{-webkit-transform:scaleX(1);transform:scaleX(1)}.splide__arrows--rtl .splide__arrow--next{left:1em;right:auto}.splide__arrows--rtl .splide__arrow--next svg{-webkit-transform:scaleX(-1);transform:scaleX(-1)}.splide__arrows--ttb .splide__arrow{left:50%;-webkit-transform:translate(-50%);transform:translate(-50%)}.splide__arrows--ttb .splide__arrow--prev{top:1em}.splide__arrows--ttb .splide__arrow--prev svg{-webkit-transform:rotate(-90deg);transform:rotate(-90deg)}.splide__arrows--ttb .splide__arrow--next{bottom:1em;top:auto}.splide__arrows--ttb .splide__arrow--next svg{-webkit-transform:rotate(90deg);transform:rotate(90deg)}.splide__pagination--ttb{bottom:0;display:flex;flex-direction:column;left:auto;padding:1em 0;right:.5em;top:0}.jq-ry-container{position:relative;padding:0 5px;line-height:0;display:block;cursor:pointer;box-sizing:content-box;direction:ltr}.jq-ry-container[readonly=readonly]{cursor:default}.jq-ry-container>.jq-ry-group-wrapper{position:relative;width:100%}.jq-ry-container>.jq-ry-group-wrapper>.jq-ry-group{position:relative;line-height:0;z-index:10;white-space:nowrap}.jq-ry-container>.jq-ry-group-wrapper>.jq-ry-group>svg{display:inline-block}.jq-ry-container>.jq-ry-group-wrapper>.jq-ry-group.jq-ry-normal-group{width:100%}.jq-ry-container>.jq-ry-group-wrapper>.jq-ry-group.jq-ry-rated-group{width:0;z-index:11;position:absolute;top:0;left:0;overflow:hidden}.mfp-bg{top:0;left:0;width:100%;height:100%;z-index:1042;overflow:hidden;position:fixed;background:#0b0b0b;opacity:.8}.mfp-wrap{top:0;left:0;width:100%;height:100%;z-index:1043;position:fixed;outline:none!important;-webkit-backface-visibility:hidden}.mfp-container{text-align:center;position:absolute;width:100%;height:100%;left:0;top:0;padding:0 8px;box-sizing:border-box}.mfp-container:before{content:"";display:inline-block;height:100%;vertical-align:middle}.mfp-align-top .mfp-container:before{display:none}.mfp-content{position:relative;display:inline-block;vertical-align:middle;margin:0 auto;text-align:left;z-index:1045}.mfp-inline-holder .mfp-content,.mfp-ajax-holder .mfp-content{width:100%;cursor:auto}.mfp-ajax-cur{cursor:progress}.mfp-zoom-out-cur,.mfp-zoom-out-cur .mfp-image-holder .mfp-close{cursor:-webkit-zoom-out;cursor:zoom-out}.mfp-zoom{cursor:pointer;cursor:-webkit-zoom-in;cursor:zoom-in}.mfp-auto-cursor .mfp-content{cursor:auto}.mfp-close,.mfp-arrow,.mfp-preloader,.mfp-counter{-webkit-user-select:none;-ms-user-select:none;user-select:none}.mfp-loading.mfp-figure{display:none}.mfp-hide{display:none!important}.mfp-preloader{color:#ccc;position:absolute;top:50%;width:auto;text-align:center;margin-top:-.8em;left:8px;right:8px;z-index:1044}.mfp-preloader a{color:#ccc}.mfp-preloader a:hover{color:#fff}.mfp-s-ready .mfp-preloader,.mfp-s-error .mfp-content{display:none}button.mfp-close,button.mfp-arrow{overflow:visible;cursor:pointer;background:transparent;border:0;-webkit-appearance:none;display:block;outline:none;padding:0;z-index:1046;box-shadow:none;touch-action:manipulation}button::-moz-focus-inner{padding:0;border:0}.mfp-close{width:44px;height:44px;line-height:44px;position:absolute;right:0;top:0;text-decoration:none;text-align:center;opacity:.65;padding:0 0 18px 10px;color:#fff;font-style:normal;font-size:28px;font-family:Arial,Baskerville,monospace}.mfp-close:hover,.mfp-close:focus{opacity:1}.mfp-close:active{top:1px}.mfp-close-btn-in .mfp-close{color:#333}.mfp-image-holder .mfp-close,.mfp-iframe-holder .mfp-close{color:#fff;right:-6px;text-align:right;padding-right:6px;width:100%}.mfp-counter{position:absolute;top:0;right:0;color:#ccc;font-size:12px;line-height:18px;white-space:nowrap}.mfp-arrow{position:absolute;opacity:.65;margin:-55px 0 0;top:50%;padding:0;width:90px;height:110px;-webkit-tap-highlight-color:transparent}.mfp-arrow:active{margin-top:-54px}.mfp-arrow:hover,.mfp-arrow:focus{opacity:1}.mfp-arrow:before,.mfp-arrow:after{content:"";display:block;width:0;height:0;position:absolute;left:0;top:0;margin-top:35px;margin-left:35px;border:medium inset transparent}.mfp-arrow:after{border-top-width:13px;border-bottom-width:13px;top:8px}.mfp-arrow:before{border-top-width:21px;border-bottom-width:21px;opacity:.7}.mfp-arrow-left{left:0}.mfp-arrow-left:after{border-right:17px solid #FFF;margin-left:31px}.mfp-arrow-left:before{margin-left:25px;border-right:27px solid #3F3F3F}.mfp-arrow-right{right:0}.mfp-arrow-right:after{border-left:17px solid #FFF;margin-left:39px}.mfp-arrow-right:before{border-left:27px solid #3F3F3F}.mfp-iframe-holder{padding-top:40px;padding-bottom:40px}.mfp-iframe-holder .mfp-content{line-height:0;width:100%;max-width:900px}.mfp-iframe-holder .mfp-close{top:-40px}.mfp-iframe-scaler{width:100%;height:0;overflow:hidden;padding-top:56.25%}.mfp-iframe-scaler iframe{position:absolute;display:block;top:0;left:0;width:100%;height:100%;box-shadow:0 0 8px #0009;background:#000}img.mfp-img{width:auto;max-width:100%;height:auto;display:block;line-height:0;box-sizing:border-box;padding:40px 0;margin:0 auto}.mfp-figure{line-height:0}.mfp-figure:after{content:"";position:absolute;left:0;top:40px;bottom:40px;display:block;right:0;width:auto;height:auto;z-index:-1;box-shadow:0 0 8px #0009;background:#444}.mfp-figure small{color:#bdbdbd;display:block;font-size:12px;line-height:14px}.mfp-figure figure{margin:0}.mfp-bottom-bar{margin-top:-36px;position:absolute;top:100%;left:0;width:100%;cursor:auto}.mfp-title{text-align:left;line-height:18px;color:#f3f3f3;word-wrap:break-word;padding-right:36px}.mfp-image-holder .mfp-content{max-width:100%}.mfp-gallery .mfp-image-holder .mfp-figure{cursor:pointer}@media screen and (max-width: 800px) and (orientation: landscape),screen and (max-height: 300px){.mfp-img-mobile .mfp-image-holder{padding-left:0;padding-right:0}.mfp-img-mobile img.mfp-img{padding:0}.mfp-img-mobile .mfp-figure:after{top:0;bottom:0}.mfp-img-mobile .mfp-figure small{display:inline;margin-left:5px}.mfp-img-mobile .mfp-bottom-bar{background:rgba(0,0,0,.6);bottom:0;margin:0;top:auto;padding:3px 5px;position:fixed;box-sizing:border-box}.mfp-img-mobile .mfp-bottom-bar:empty{padding:0}.mfp-img-mobile .mfp-counter{right:5px;top:3px}.mfp-img-mobile .mfp-close{top:0;right:0;width:35px;height:35px;line-height:35px;background:rgba(0,0,0,.6);position:fixed;text-align:center;padding:0}}@media all and (max-width: 900px){.mfp-arrow{-webkit-transform:scale(.75);transform:scale(.75)}.mfp-arrow-left{-webkit-transform-origin:0;transform-origin:0}.mfp-arrow-right{-webkit-transform-origin:100%;transform-origin:100%}.mfp-container{padding-left:6px;padding-right:6px}}[data-aos][data-aos][data-aos-duration="50"],body[data-aos-duration="50"] [data-aos]{transition-duration:50ms}[data-aos][data-aos][data-aos-delay="50"],body[data-aos-delay="50"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="50"].aos-animate,body[data-aos-delay="50"] [data-aos].aos-animate{transition-delay:50ms}[data-aos][data-aos][data-aos-duration="100"],body[data-aos-duration="100"] [data-aos]{transition-duration:.1s}[data-aos][data-aos][data-aos-delay="100"],body[data-aos-delay="100"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="100"].aos-animate,body[data-aos-delay="100"] [data-aos].aos-animate{transition-delay:.1s}[data-aos][data-aos][data-aos-duration="150"],body[data-aos-duration="150"] [data-aos]{transition-duration:.15s}[data-aos][data-aos][data-aos-delay="150"],body[data-aos-delay="150"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="150"].aos-animate,body[data-aos-delay="150"] [data-aos].aos-animate{transition-delay:.15s}[data-aos][data-aos][data-aos-duration="200"],body[data-aos-duration="200"] [data-aos]{transition-duration:.2s}[data-aos][data-aos][data-aos-delay="200"],body[data-aos-delay="200"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="200"].aos-animate,body[data-aos-delay="200"] [data-aos].aos-animate{transition-delay:.2s}[data-aos][data-aos][data-aos-duration="250"],body[data-aos-duration="250"] [data-aos]{transition-duration:.25s}[data-aos][data-aos][data-aos-delay="250"],body[data-aos-delay="250"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="250"].aos-animate,body[data-aos-delay="250"] [data-aos].aos-animate{transition-delay:.25s}[data-aos][data-aos][data-aos-duration="300"],body[data-aos-duration="300"] [data-aos]{transition-duration:.3s}[data-aos][data-aos][data-aos-delay="300"],body[data-aos-delay="300"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="300"].aos-animate,body[data-aos-delay="300"] [data-aos].aos-animate{transition-delay:.3s}[data-aos][data-aos][data-aos-duration="350"],body[data-aos-duration="350"] [data-aos]{transition-duration:.35s}[data-aos][data-aos][data-aos-delay="350"],body[data-aos-delay="350"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="350"].aos-animate,body[data-aos-delay="350"] [data-aos].aos-animate{transition-delay:.35s}[data-aos][data-aos][data-aos-duration="400"],body[data-aos-duration="400"] [data-aos]{transition-duration:.4s}[data-aos][data-aos][data-aos-delay="400"],body[data-aos-delay="400"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="400"].aos-animate,body[data-aos-delay="400"] [data-aos].aos-animate{transition-delay:.4s}[data-aos][data-aos][data-aos-duration="450"],body[data-aos-duration="450"] [data-aos]{transition-duration:.45s}[data-aos][data-aos][data-aos-delay="450"],body[data-aos-delay="450"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="450"].aos-animate,body[data-aos-delay="450"] [data-aos].aos-animate{transition-delay:.45s}[data-aos][data-aos][data-aos-duration="500"],body[data-aos-duration="500"] [data-aos]{transition-duration:.5s}[data-aos][data-aos][data-aos-delay="500"],body[data-aos-delay="500"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="500"].aos-animate,body[data-aos-delay="500"] [data-aos].aos-animate{transition-delay:.5s}[data-aos][data-aos][data-aos-duration="550"],body[data-aos-duration="550"] [data-aos]{transition-duration:.55s}[data-aos][data-aos][data-aos-delay="550"],body[data-aos-delay="550"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="550"].aos-animate,body[data-aos-delay="550"] [data-aos].aos-animate{transition-delay:.55s}[data-aos][data-aos][data-aos-duration="600"],body[data-aos-duration="600"] [data-aos]{transition-duration:.6s}[data-aos][data-aos][data-aos-delay="600"],body[data-aos-delay="600"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="600"].aos-animate,body[data-aos-delay="600"] [data-aos].aos-animate{transition-delay:.6s}[data-aos][data-aos][data-aos-duration="650"],body[data-aos-duration="650"] [data-aos]{transition-duration:.65s}[data-aos][data-aos][data-aos-delay="650"],body[data-aos-delay="650"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="650"].aos-animate,body[data-aos-delay="650"] [data-aos].aos-animate{transition-delay:.65s}[data-aos][data-aos][data-aos-duration="700"],body[data-aos-duration="700"] [data-aos]{transition-duration:.7s}[data-aos][data-aos][data-aos-delay="700"],body[data-aos-delay="700"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="700"].aos-animate,body[data-aos-delay="700"] [data-aos].aos-animate{transition-delay:.7s}[data-aos][data-aos][data-aos-duration="750"],body[data-aos-duration="750"] [data-aos]{transition-duration:.75s}[data-aos][data-aos][data-aos-delay="750"],body[data-aos-delay="750"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="750"].aos-animate,body[data-aos-delay="750"] [data-aos].aos-animate{transition-delay:.75s}[data-aos][data-aos][data-aos-duration="800"],body[data-aos-duration="800"] [data-aos]{transition-duration:.8s}[data-aos][data-aos][data-aos-delay="800"],body[data-aos-delay="800"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="800"].aos-animate,body[data-aos-delay="800"] [data-aos].aos-animate{transition-delay:.8s}[data-aos][data-aos][data-aos-duration="850"],body[data-aos-duration="850"] [data-aos]{transition-duration:.85s}[data-aos][data-aos][data-aos-delay="850"],body[data-aos-delay="850"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="850"].aos-animate,body[data-aos-delay="850"] [data-aos].aos-animate{transition-delay:.85s}[data-aos][data-aos][data-aos-duration="900"],body[data-aos-duration="900"] [data-aos]{transition-duration:.9s}[data-aos][data-aos][data-aos-delay="900"],body[data-aos-delay="900"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="900"].aos-animate,body[data-aos-delay="900"] [data-aos].aos-animate{transition-delay:.9s}[data-aos][data-aos][data-aos-duration="950"],body[data-aos-duration="950"] [data-aos]{transition-duration:.95s}[data-aos][data-aos][data-aos-delay="950"],body[data-aos-delay="950"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="950"].aos-animate,body[data-aos-delay="950"] [data-aos].aos-animate{transition-delay:.95s}[data-aos][data-aos][data-aos-duration="1000"],body[data-aos-duration="1000"] [data-aos]{transition-duration:1s}[data-aos][data-aos][data-aos-delay="1000"],body[data-aos-delay="1000"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1000"].aos-animate,body[data-aos-delay="1000"] [data-aos].aos-animate{transition-delay:1s}[data-aos][data-aos][data-aos-duration="1050"],body[data-aos-duration="1050"] [data-aos]{transition-duration:1.05s}[data-aos][data-aos][data-aos-delay="1050"],body[data-aos-delay="1050"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1050"].aos-animate,body[data-aos-delay="1050"] [data-aos].aos-animate{transition-delay:1.05s}[data-aos][data-aos][data-aos-duration="1100"],body[data-aos-duration="1100"] [data-aos]{transition-duration:1.1s}[data-aos][data-aos][data-aos-delay="1100"],body[data-aos-delay="1100"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1100"].aos-animate,body[data-aos-delay="1100"] [data-aos].aos-animate{transition-delay:1.1s}[data-aos][data-aos][data-aos-duration="1150"],body[data-aos-duration="1150"] [data-aos]{transition-duration:1.15s}[data-aos][data-aos][data-aos-delay="1150"],body[data-aos-delay="1150"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1150"].aos-animate,body[data-aos-delay="1150"] [data-aos].aos-animate{transition-delay:1.15s}[data-aos][data-aos][data-aos-duration="1200"],body[data-aos-duration="1200"] [data-aos]{transition-duration:1.2s}[data-aos][data-aos][data-aos-delay="1200"],body[data-aos-delay="1200"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1200"].aos-animate,body[data-aos-delay="1200"] [data-aos].aos-animate{transition-delay:1.2s}[data-aos][data-aos][data-aos-duration="1250"],body[data-aos-duration="1250"] [data-aos]{transition-duration:1.25s}[data-aos][data-aos][data-aos-delay="1250"],body[data-aos-delay="1250"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1250"].aos-animate,body[data-aos-delay="1250"] [data-aos].aos-animate{transition-delay:1.25s}[data-aos][data-aos][data-aos-duration="1300"],body[data-aos-duration="1300"] [data-aos]{transition-duration:1.3s}[data-aos][data-aos][data-aos-delay="1300"],body[data-aos-delay="1300"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1300"].aos-animate,body[data-aos-delay="1300"] [data-aos].aos-animate{transition-delay:1.3s}[data-aos][data-aos][data-aos-duration="1350"],body[data-aos-duration="1350"] [data-aos]{transition-duration:1.35s}[data-aos][data-aos][data-aos-delay="1350"],body[data-aos-delay="1350"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1350"].aos-animate,body[data-aos-delay="1350"] [data-aos].aos-animate{transition-delay:1.35s}[data-aos][data-aos][data-aos-duration="1400"],body[data-aos-duration="1400"] [data-aos]{transition-duration:1.4s}[data-aos][data-aos][data-aos-delay="1400"],body[data-aos-delay="1400"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1400"].aos-animate,body[data-aos-delay="1400"] [data-aos].aos-animate{transition-delay:1.4s}[data-aos][data-aos][data-aos-duration="1450"],body[data-aos-duration="1450"] [data-aos]{transition-duration:1.45s}[data-aos][data-aos][data-aos-delay="1450"],body[data-aos-delay="1450"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1450"].aos-animate,body[data-aos-delay="1450"] [data-aos].aos-animate{transition-delay:1.45s}[data-aos][data-aos][data-aos-duration="1500"],body[data-aos-duration="1500"] [data-aos]{transition-duration:1.5s}[data-aos][data-aos][data-aos-delay="1500"],body[data-aos-delay="1500"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1500"].aos-animate,body[data-aos-delay="1500"] [data-aos].aos-animate{transition-delay:1.5s}[data-aos][data-aos][data-aos-duration="1550"],body[data-aos-duration="1550"] [data-aos]{transition-duration:1.55s}[data-aos][data-aos][data-aos-delay="1550"],body[data-aos-delay="1550"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1550"].aos-animate,body[data-aos-delay="1550"] [data-aos].aos-animate{transition-delay:1.55s}[data-aos][data-aos][data-aos-duration="1600"],body[data-aos-duration="1600"] [data-aos]{transition-duration:1.6s}[data-aos][data-aos][data-aos-delay="1600"],body[data-aos-delay="1600"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1600"].aos-animate,body[data-aos-delay="1600"] [data-aos].aos-animate{transition-delay:1.6s}[data-aos][data-aos][data-aos-duration="1650"],body[data-aos-duration="1650"] [data-aos]{transition-duration:1.65s}[data-aos][data-aos][data-aos-delay="1650"],body[data-aos-delay="1650"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1650"].aos-animate,body[data-aos-delay="1650"] [data-aos].aos-animate{transition-delay:1.65s}[data-aos][data-aos][data-aos-duration="1700"],body[data-aos-duration="1700"] [data-aos]{transition-duration:1.7s}[data-aos][data-aos][data-aos-delay="1700"],body[data-aos-delay="1700"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1700"].aos-animate,body[data-aos-delay="1700"] [data-aos].aos-animate{transition-delay:1.7s}[data-aos][data-aos][data-aos-duration="1750"],body[data-aos-duration="1750"] [data-aos]{transition-duration:1.75s}[data-aos][data-aos][data-aos-delay="1750"],body[data-aos-delay="1750"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1750"].aos-animate,body[data-aos-delay="1750"] [data-aos].aos-animate{transition-delay:1.75s}[data-aos][data-aos][data-aos-duration="1800"],body[data-aos-duration="1800"] [data-aos]{transition-duration:1.8s}[data-aos][data-aos][data-aos-delay="1800"],body[data-aos-delay="1800"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1800"].aos-animate,body[data-aos-delay="1800"] [data-aos].aos-animate{transition-delay:1.8s}[data-aos][data-aos][data-aos-duration="1850"],body[data-aos-duration="1850"] [data-aos]{transition-duration:1.85s}[data-aos][data-aos][data-aos-delay="1850"],body[data-aos-delay="1850"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1850"].aos-animate,body[data-aos-delay="1850"] [data-aos].aos-animate{transition-delay:1.85s}[data-aos][data-aos][data-aos-duration="1900"],body[data-aos-duration="1900"] [data-aos]{transition-duration:1.9s}[data-aos][data-aos][data-aos-delay="1900"],body[data-aos-delay="1900"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1900"].aos-animate,body[data-aos-delay="1900"] [data-aos].aos-animate{transition-delay:1.9s}[data-aos][data-aos][data-aos-duration="1950"],body[data-aos-duration="1950"] [data-aos]{transition-duration:1.95s}[data-aos][data-aos][data-aos-delay="1950"],body[data-aos-delay="1950"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1950"].aos-animate,body[data-aos-delay="1950"] [data-aos].aos-animate{transition-delay:1.95s}[data-aos][data-aos][data-aos-duration="2000"],body[data-aos-duration="2000"] [data-aos]{transition-duration:2s}[data-aos][data-aos][data-aos-delay="2000"],body[data-aos-delay="2000"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2000"].aos-animate,body[data-aos-delay="2000"] [data-aos].aos-animate{transition-delay:2s}[data-aos][data-aos][data-aos-duration="2050"],body[data-aos-duration="2050"] [data-aos]{transition-duration:2.05s}[data-aos][data-aos][data-aos-delay="2050"],body[data-aos-delay="2050"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2050"].aos-animate,body[data-aos-delay="2050"] [data-aos].aos-animate{transition-delay:2.05s}[data-aos][data-aos][data-aos-duration="2100"],body[data-aos-duration="2100"] [data-aos]{transition-duration:2.1s}[data-aos][data-aos][data-aos-delay="2100"],body[data-aos-delay="2100"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2100"].aos-animate,body[data-aos-delay="2100"] [data-aos].aos-animate{transition-delay:2.1s}[data-aos][data-aos][data-aos-duration="2150"],body[data-aos-duration="2150"] [data-aos]{transition-duration:2.15s}[data-aos][data-aos][data-aos-delay="2150"],body[data-aos-delay="2150"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2150"].aos-animate,body[data-aos-delay="2150"] [data-aos].aos-animate{transition-delay:2.15s}[data-aos][data-aos][data-aos-duration="2200"],body[data-aos-duration="2200"] [data-aos]{transition-duration:2.2s}[data-aos][data-aos][data-aos-delay="2200"],body[data-aos-delay="2200"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2200"].aos-animate,body[data-aos-delay="2200"] [data-aos].aos-animate{transition-delay:2.2s}[data-aos][data-aos][data-aos-duration="2250"],body[data-aos-duration="2250"] [data-aos]{transition-duration:2.25s}[data-aos][data-aos][data-aos-delay="2250"],body[data-aos-delay="2250"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2250"].aos-animate,body[data-aos-delay="2250"] [data-aos].aos-animate{transition-delay:2.25s}[data-aos][data-aos][data-aos-duration="2300"],body[data-aos-duration="2300"] [data-aos]{transition-duration:2.3s}[data-aos][data-aos][data-aos-delay="2300"],body[data-aos-delay="2300"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2300"].aos-animate,body[data-aos-delay="2300"] [data-aos].aos-animate{transition-delay:2.3s}[data-aos][data-aos][data-aos-duration="2350"],body[data-aos-duration="2350"] [data-aos]{transition-duration:2.35s}[data-aos][data-aos][data-aos-delay="2350"],body[data-aos-delay="2350"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2350"].aos-animate,body[data-aos-delay="2350"] [data-aos].aos-animate{transition-delay:2.35s}[data-aos][data-aos][data-aos-duration="2400"],body[data-aos-duration="2400"] [data-aos]{transition-duration:2.4s}[data-aos][data-aos][data-aos-delay="2400"],body[data-aos-delay="2400"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2400"].aos-animate,body[data-aos-delay="2400"] [data-aos].aos-animate{transition-delay:2.4s}[data-aos][data-aos][data-aos-duration="2450"],body[data-aos-duration="2450"] [data-aos]{transition-duration:2.45s}[data-aos][data-aos][data-aos-delay="2450"],body[data-aos-delay="2450"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2450"].aos-animate,body[data-aos-delay="2450"] [data-aos].aos-animate{transition-delay:2.45s}[data-aos][data-aos][data-aos-duration="2500"],body[data-aos-duration="2500"] [data-aos]{transition-duration:2.5s}[data-aos][data-aos][data-aos-delay="2500"],body[data-aos-delay="2500"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2500"].aos-animate,body[data-aos-delay="2500"] [data-aos].aos-animate{transition-delay:2.5s}[data-aos][data-aos][data-aos-duration="2550"],body[data-aos-duration="2550"] [data-aos]{transition-duration:2.55s}[data-aos][data-aos][data-aos-delay="2550"],body[data-aos-delay="2550"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2550"].aos-animate,body[data-aos-delay="2550"] [data-aos].aos-animate{transition-delay:2.55s}[data-aos][data-aos][data-aos-duration="2600"],body[data-aos-duration="2600"] [data-aos]{transition-duration:2.6s}[data-aos][data-aos][data-aos-delay="2600"],body[data-aos-delay="2600"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2600"].aos-animate,body[data-aos-delay="2600"] [data-aos].aos-animate{transition-delay:2.6s}[data-aos][data-aos][data-aos-duration="2650"],body[data-aos-duration="2650"] [data-aos]{transition-duration:2.65s}[data-aos][data-aos][data-aos-delay="2650"],body[data-aos-delay="2650"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2650"].aos-animate,body[data-aos-delay="2650"] [data-aos].aos-animate{transition-delay:2.65s}[data-aos][data-aos][data-aos-duration="2700"],body[data-aos-duration="2700"] [data-aos]{transition-duration:2.7s}[data-aos][data-aos][data-aos-delay="2700"],body[data-aos-delay="2700"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2700"].aos-animate,body[data-aos-delay="2700"] [data-aos].aos-animate{transition-delay:2.7s}[data-aos][data-aos][data-aos-duration="2750"],body[data-aos-duration="2750"] [data-aos]{transition-duration:2.75s}[data-aos][data-aos][data-aos-delay="2750"],body[data-aos-delay="2750"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2750"].aos-animate,body[data-aos-delay="2750"] [data-aos].aos-animate{transition-delay:2.75s}[data-aos][data-aos][data-aos-duration="2800"],body[data-aos-duration="2800"] [data-aos]{transition-duration:2.8s}[data-aos][data-aos][data-aos-delay="2800"],body[data-aos-delay="2800"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2800"].aos-animate,body[data-aos-delay="2800"] [data-aos].aos-animate{transition-delay:2.8s}[data-aos][data-aos][data-aos-duration="2850"],body[data-aos-duration="2850"] [data-aos]{transition-duration:2.85s}[data-aos][data-aos][data-aos-delay="2850"],body[data-aos-delay="2850"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2850"].aos-animate,body[data-aos-delay="2850"] [data-aos].aos-animate{transition-delay:2.85s}[data-aos][data-aos][data-aos-duration="2900"],body[data-aos-duration="2900"] [data-aos]{transition-duration:2.9s}[data-aos][data-aos][data-aos-delay="2900"],body[data-aos-delay="2900"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2900"].aos-animate,body[data-aos-delay="2900"] [data-aos].aos-animate{transition-delay:2.9s}[data-aos][data-aos][data-aos-duration="2950"],body[data-aos-duration="2950"] [data-aos]{transition-duration:2.95s}[data-aos][data-aos][data-aos-delay="2950"],body[data-aos-delay="2950"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2950"].aos-animate,body[data-aos-delay="2950"] [data-aos].aos-animate{transition-delay:2.95s}[data-aos][data-aos][data-aos-duration="3000"],body[data-aos-duration="3000"] [data-aos]{transition-duration:3s}[data-aos][data-aos][data-aos-delay="3000"],body[data-aos-delay="3000"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="3000"].aos-animate,body[data-aos-delay="3000"] [data-aos].aos-animate{transition-delay:3s}[data-aos][data-aos][data-aos-easing=linear],body[data-aos-easing=linear] [data-aos]{transition-timing-function:cubic-bezier(.25,.25,.75,.75)}[data-aos][data-aos][data-aos-easing=ease],body[data-aos-easing=ease] [data-aos]{transition-timing-function:ease}[data-aos][data-aos][data-aos-easing=ease-in],body[data-aos-easing=ease-in] [data-aos]{transition-timing-function:ease-in}[data-aos][data-aos][data-aos-easing=ease-out],body[data-aos-easing=ease-out] [data-aos]{transition-timing-function:ease-out}[data-aos][data-aos][data-aos-easing=ease-in-out],body[data-aos-easing=ease-in-out] [data-aos]{transition-timing-function:ease-in-out}[data-aos][data-aos][data-aos-easing=ease-in-back],body[data-aos-easing=ease-in-back] [data-aos]{transition-timing-function:cubic-bezier(.6,-.28,.735,.045)}[data-aos][data-aos][data-aos-easing=ease-out-back],body[data-aos-easing=ease-out-back] [data-aos]{transition-timing-function:cubic-bezier(.175,.885,.32,1.275)}[data-aos][data-aos][data-aos-easing=ease-in-out-back],body[data-aos-easing=ease-in-out-back] [data-aos]{transition-timing-function:cubic-bezier(.68,-.55,.265,1.55)}[data-aos][data-aos][data-aos-easing=ease-in-sine],body[data-aos-easing=ease-in-sine] [data-aos]{transition-timing-function:cubic-bezier(.47,0,.745,.715)}[data-aos][data-aos][data-aos-easing=ease-out-sine],body[data-aos-easing=ease-out-sine] [data-aos]{transition-timing-function:cubic-bezier(.39,.575,.565,1)}[data-aos][data-aos][data-aos-easing=ease-in-out-sine],body[data-aos-easing=ease-in-out-sine] [data-aos]{transition-timing-function:cubic-bezier(.445,.05,.55,.95)}[data-aos][data-aos][data-aos-easing=ease-in-quad],body[data-aos-easing=ease-in-quad] [data-aos]{transition-timing-function:cubic-bezier(.55,.085,.68,.53)}[data-aos][data-aos][data-aos-easing=ease-out-quad],body[data-aos-easing=ease-out-quad] [data-aos]{transition-timing-function:cubic-bezier(.25,.46,.45,.94)}[data-aos][data-aos][data-aos-easing=ease-in-out-quad],body[data-aos-easing=ease-in-out-quad] [data-aos]{transition-timing-function:cubic-bezier(.455,.03,.515,.955)}[data-aos][data-aos][data-aos-easing=ease-in-cubic],body[data-aos-easing=ease-in-cubic] [data-aos]{transition-timing-function:cubic-bezier(.55,.085,.68,.53)}[data-aos][data-aos][data-aos-easing=ease-out-cubic],body[data-aos-easing=ease-out-cubic] [data-aos]{transition-timing-function:cubic-bezier(.25,.46,.45,.94)}[data-aos][data-aos][data-aos-easing=ease-in-out-cubic],body[data-aos-easing=ease-in-out-cubic] [data-aos]{transition-timing-function:cubic-bezier(.455,.03,.515,.955)}[data-aos][data-aos][data-aos-easing=ease-in-quart],body[data-aos-easing=ease-in-quart] [data-aos]{transition-timing-function:cubic-bezier(.55,.085,.68,.53)}[data-aos][data-aos][data-aos-easing=ease-out-quart],body[data-aos-easing=ease-out-quart] [data-aos]{transition-timing-function:cubic-bezier(.25,.46,.45,.94)}[data-aos][data-aos][data-aos-easing=ease-in-out-quart],body[data-aos-easing=ease-in-out-quart] [data-aos]{transition-timing-function:cubic-bezier(.455,.03,.515,.955)}[data-aos^=fade][data-aos^=fade]{opacity:0;transition-property:opacity,-webkit-transform;transition-property:opacity,transform;transition-property:opacity,transform,-webkit-transform}[data-aos^=fade][data-aos^=fade].aos-animate{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}[data-aos=fade-up]{-webkit-transform:translate3d(0,100px,0);transform:translate3d(0,100px,0)}[data-aos=fade-down]{-webkit-transform:translate3d(0,-100px,0);transform:translate3d(0,-100px,0)}[data-aos=fade-right]{-webkit-transform:translate3d(-100px,0,0);transform:translate3d(-100px,0,0)}[data-aos=fade-left]{-webkit-transform:translate3d(100px,0,0);transform:translate3d(100px,0,0)}[data-aos=fade-up-right]{-webkit-transform:translate3d(-100px,100px,0);transform:translate3d(-100px,100px,0)}[data-aos=fade-up-left]{-webkit-transform:translate3d(100px,100px,0);transform:translate3d(100px,100px,0)}[data-aos=fade-down-right]{-webkit-transform:translate3d(-100px,-100px,0);transform:translate3d(-100px,-100px,0)}[data-aos=fade-down-left]{-webkit-transform:translate3d(100px,-100px,0);transform:translate3d(100px,-100px,0)}[data-aos^=zoom][data-aos^=zoom]{opacity:0;transition-property:opacity,-webkit-transform;transition-property:opacity,transform;transition-property:opacity,transform,-webkit-transform}[data-aos^=zoom][data-aos^=zoom].aos-animate{opacity:1;-webkit-transform:translateZ(0) scale(1);transform:translateZ(0) scale(1)}[data-aos=zoom-in]{-webkit-transform:scale(.6);transform:scale(.6)}[data-aos=zoom-in-up]{-webkit-transform:translate3d(0,100px,0) scale(.6);transform:translate3d(0,100px,0) scale(.6)}[data-aos=zoom-in-down]{-webkit-transform:translate3d(0,-100px,0) scale(.6);transform:translate3d(0,-100px,0) scale(.6)}[data-aos=zoom-in-right]{-webkit-transform:translate3d(-100px,0,0) scale(.6);transform:translate3d(-100px,0,0) scale(.6)}[data-aos=zoom-in-left]{-webkit-transform:translate3d(100px,0,0) scale(.6);transform:translate3d(100px,0,0) scale(.6)}[data-aos=zoom-out]{-webkit-transform:scale(1.2);transform:scale(1.2)}[data-aos=zoom-out-up]{-webkit-transform:translate3d(0,100px,0) scale(1.2);transform:translate3d(0,100px,0) scale(1.2)}[data-aos=zoom-out-down]{-webkit-transform:translate3d(0,-100px,0) scale(1.2);transform:translate3d(0,-100px,0) scale(1.2)}[data-aos=zoom-out-right]{-webkit-transform:translate3d(-100px,0,0) scale(1.2);transform:translate3d(-100px,0,0) scale(1.2)}[data-aos=zoom-out-left]{-webkit-transform:translate3d(100px,0,0) scale(1.2);transform:translate3d(100px,0,0) scale(1.2)}[data-aos^=slide][data-aos^=slide]{transition-property:-webkit-transform;transition-property:transform;transition-property:transform,-webkit-transform}[data-aos^=slide][data-aos^=slide].aos-animate{-webkit-transform:translateZ(0);transform:translateZ(0)}[data-aos=slide-up]{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}[data-aos=slide-down]{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}[data-aos=slide-right]{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}[data-aos=slide-left]{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}[data-aos^=flip][data-aos^=flip]{-webkit-backface-visibility:hidden;backface-visibility:hidden;transition-property:-webkit-transform;transition-property:transform;transition-property:transform,-webkit-transform}[data-aos=flip-left]{-webkit-transform:perspective(2500px) rotateY(-100deg);transform:perspective(2500px) rotateY(-100deg)}[data-aos=flip-left].aos-animate{-webkit-transform:perspective(2500px) rotateY(0);transform:perspective(2500px) rotateY(0)}[data-aos=flip-right]{-webkit-transform:perspective(2500px) rotateY(100deg);transform:perspective(2500px) rotateY(100deg)}[data-aos=flip-right].aos-animate{-webkit-transform:perspective(2500px) rotateY(0);transform:perspective(2500px) rotateY(0)}[data-aos=flip-up]{-webkit-transform:perspective(2500px) rotateX(-100deg);transform:perspective(2500px) rotateX(-100deg)}[data-aos=flip-up].aos-animate{-webkit-transform:perspective(2500px) rotateX(0);transform:perspective(2500px) rotateX(0)}[data-aos=flip-down]{-webkit-transform:perspective(2500px) rotateX(100deg);transform:perspective(2500px) rotateX(100deg)}[data-aos=flip-down].aos-animate{-webkit-transform:perspective(2500px) rotateX(0);transform:perspective(2500px) rotateX(0)}.select2-container{box-sizing:border-box;display:inline-block;margin:0;position:relative;vertical-align:middle}.select2-container .select2-selection--single{box-sizing:border-box;cursor:pointer;display:block;height:28px;-ms-user-select:none;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--single .select2-selection__rendered{display:block;padding-left:8px;padding-right:20px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-selection--single .select2-selection__clear{position:relative}.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered{padding-right:8px;padding-left:20px}.select2-container .select2-selection--multiple{box-sizing:border-box;cursor:pointer;display:block;min-height:32px;-ms-user-select:none;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--multiple .select2-selection__rendered{display:inline-block;overflow:hidden;padding-left:8px;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-search--inline{float:left}.select2-container .select2-search--inline .select2-search__field{box-sizing:border-box;border:none;font-size:100%;margin-top:5px;padding:0}.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-dropdown{background-color:#fff;border:1px solid #aaa;border-radius:4px;box-sizing:border-box;display:block;position:absolute;left:-100000px;width:100%;z-index:1051}.select2-results{display:block}.select2-results__options{list-style:none;margin:0;padding:0}.select2-results__option{padding:6px;-ms-user-select:none;user-select:none;-webkit-user-select:none}.select2-results__option[aria-selected]{cursor:pointer}.select2-container--open .select2-dropdown{left:0}.select2-container--open .select2-dropdown--above{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--open .select2-dropdown--below{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-search--dropdown{display:block;padding:4px}.select2-search--dropdown .select2-search__field{padding:4px;width:100%;box-sizing:border-box}.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-search--dropdown.select2-search--hide{display:none}.select2-close-mask{border:0;margin:0;padding:0;display:block;position:fixed;left:0;top:0;min-height:100%;min-width:100%;height:auto;width:auto;opacity:0;z-index:99;background-color:#fff;filter:alpha(opacity=0)}.select2-hidden-accessible{border:0!important;clip:rect(0 0 0 0)!important;clip-path:inset(50%)!important;height:1px!important;overflow:hidden!important;padding:0!important;position:absolute!important;width:1px!important;white-space:nowrap!important}.select2-container--default .select2-selection--single{background-color:#fff;border:1px solid #aaa;border-radius:4px}.select2-container--default .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--default .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:700}.select2-container--default .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--default .select2-selection--single .select2-selection__arrow{height:26px;position:absolute;top:1px;right:1px;width:20px}.select2-container--default .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear{float:left}.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow{left:1px;right:auto}.select2-container--default.select2-container--disabled .select2-selection--single{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear{display:none}.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--default .select2-selection--multiple{background-color:#fff;border:1px solid #aaa;border-radius:4px;cursor:text}.select2-container--default .select2-selection--multiple .select2-selection__rendered{box-sizing:border-box;list-style:none;margin:0;padding:0 5px;width:100%}.select2-container--default .select2-selection--multiple .select2-selection__rendered li{list-style:none}.select2-container--default .select2-selection--multiple .select2-selection__clear{cursor:pointer;float:right;font-weight:700;margin-top:5px;margin-right:10px;padding:1px}.select2-container--default .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{color:#999;cursor:pointer;display:inline-block;font-weight:700;margin-right:2px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover{color:#333}.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice,.select2-container--default[dir=rtl] .select2-selection--multiple .select2-search--inline{float:right}.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto}.select2-container--default.select2-container--focus .select2-selection--multiple{border:solid black 1px;outline:0}.select2-container--default.select2-container--disabled .select2-selection--multiple{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection__choice__remove{display:none}.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple{border-top-left-radius:0;border-top-right-radius:0}.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--default .select2-search--dropdown .select2-search__field{border:1px solid #aaa}.select2-container--default .select2-search--inline .select2-search__field{background:transparent;border:none;outline:0;box-shadow:none;-webkit-appearance:textfield}.select2-container--default .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--default .select2-results__option[role=group]{padding:0}.select2-container--default .select2-results__option[aria-disabled=true]{color:#999}.select2-container--default .select2-results__option[aria-selected=true]{background-color:#ddd}.select2-container--default .select2-results__option .select2-results__option{padding-left:1em}.select2-container--default .select2-results__option .select2-results__option .select2-results__group{padding-left:0}.select2-container--default .select2-results__option .select2-results__option .select2-results__option{margin-left:-1em;padding-left:2em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-2em;padding-left:3em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-3em;padding-left:4em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-4em;padding-left:5em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-5em;padding-left:6em}.select2-container--default .select2-results__option--highlighted[aria-selected]{background-color:#5897fb;color:#fff}.select2-container--default .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic .select2-selection--single{background-color:#f7f7f7;border:1px solid #aaa;border-radius:4px;outline:0;background-image:linear-gradient(to bottom,#fff 50%,#eee 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF",endColorstr="#FFEEEEEE",GradientType=0)}.select2-container--classic .select2-selection--single:focus{border:1px solid #5897fb}.select2-container--classic .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--classic .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:700;margin-right:10px}.select2-container--classic .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--classic .select2-selection--single .select2-selection__arrow{background-color:#ddd;border:none;border-left:1px solid #aaa;border-top-right-radius:4px;border-bottom-right-radius:4px;height:26px;position:absolute;top:1px;right:1px;width:20px;background-image:linear-gradient(to bottom,#eee 50%,#ccc 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE",endColorstr="#FFCCCCCC",GradientType=0)}.select2-container--classic .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__clear{float:left}.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__arrow{border:none;border-right:1px solid #aaa;border-radius:4px 0 0 4px;left:1px;right:auto}.select2-container--classic.select2-container--open .select2-selection--single{border:1px solid #5897fb}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow{background:transparent;border:none}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single{border-top:none;border-top-left-radius:0;border-top-right-radius:0;background-image:linear-gradient(to bottom,#fff 0%,#eee 50%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF",endColorstr="#FFEEEEEE",GradientType=0)}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0;background-image:linear-gradient(to bottom,#eee 50%,#fff 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE",endColorstr="#FFFFFFFF",GradientType=0)}.select2-container--classic .select2-selection--multiple{background-color:#fff;border:1px solid #aaa;border-radius:4px;cursor:text;outline:0}.select2-container--classic .select2-selection--multiple:focus{border:1px solid #5897fb}.select2-container--classic .select2-selection--multiple .select2-selection__rendered{list-style:none;margin:0;padding:0 5px}.select2-container--classic .select2-selection--multiple .select2-selection__clear{display:none}.select2-container--classic .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove{color:#888;cursor:pointer;display:inline-block;font-weight:700;margin-right:2px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover{color:#555}.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice{float:right;margin-left:5px;margin-right:auto}.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto}.select2-container--classic.select2-container--open .select2-selection--multiple{border:1px solid #5897fb}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--classic .select2-search--dropdown .select2-search__field{border:1px solid #aaa;outline:0}.select2-container--classic .select2-search--inline .select2-search__field{outline:0;box-shadow:none}.select2-container--classic .select2-dropdown{background-color:#fff;border:1px solid transparent}.select2-container--classic .select2-dropdown--above{border-bottom:none}.select2-container--classic .select2-dropdown--below{border-top:none}.select2-container--classic .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--classic .select2-results__option[role=group]{padding:0}.select2-container--classic .select2-results__option[aria-disabled=true]{color:gray}.select2-container--classic .select2-results__option--highlighted[aria-selected]{background-color:#3875d7;color:#fff}.select2-container--classic .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic.select2-container--open .select2-dropdown{border-color:#5897fb}/*! nouislider - 11.0.3 - 2018-01-21 14:04:07 */.noUi-target,.noUi-target *{-webkit-touch-callout:none;-webkit-tap-highlight-color:transparent;touch-action:none;-ms-user-select:none;-webkit-user-select:none;user-select:none;box-sizing:border-box}.noUi-target{position:relative;direction:ltr}.noUi-base,.noUi-connects{width:100%;height:100%;position:relative;z-index:1}.noUi-connects{overflow:hidden;z-index:0}.noUi-connect,.noUi-origin{will-change:transform;position:absolute;z-index:1;top:0;left:0;height:100%;width:100%;-webkit-transform-origin:0 0;transform-origin:0 0}html:not([dir=rtl]) .noUi-horizontal .noUi-origin{left:auto;right:0}.noUi-vertical .noUi-origin{width:0}.noUi-horizontal .noUi-origin{height:0}.noUi-handle{position:absolute}.noUi-state-tap .noUi-connect,.noUi-state-tap .noUi-origin{transition:-webkit-transform .3s;transition:transform .3s;transition:transform .3s,-webkit-transform .3s}.noUi-state-drag *{cursor:inherit!important}.noUi-horizontal{height:18px}.noUi-horizontal .noUi-handle{width:34px;height:28px;left:-17px;top:-6px}.noUi-vertical{width:18px}.noUi-vertical .noUi-handle{width:28px;height:34px;left:-6px;top:-17px}html:not([dir=rtl]) .noUi-horizontal .noUi-handle{right:-17px;left:auto}.noUi-target{background:#FAFAFA;border-radius:4px;border:1px solid #D3D3D3;box-shadow:inset 0 1px 1px #f0f0f0,0 3px 6px -5px #bbb}.noUi-connects{border-radius:3px}.noUi-connect{background:#3FB8AF}.noUi-draggable{cursor:ew-resize}.noUi-vertical .noUi-draggable{cursor:ns-resize}.noUi-handle{border:1px solid #D9D9D9;border-radius:3px;background:#FFF;cursor:default;box-shadow:inset 0 0 1px #fff,inset 0 1px 7px #ebebeb,0 3px 6px -3px #bbb}.noUi-active{box-shadow:inset 0 0 1px #fff,inset 0 1px 7px #ddd,0 3px 6px -3px #bbb}.noUi-handle:after,.noUi-handle:before{content:"";display:block;position:absolute;height:14px;width:1px;background:#E8E7E6;left:14px;top:6px}.noUi-handle:after{left:17px}.noUi-vertical .noUi-handle:after,.noUi-vertical .noUi-handle:before{width:14px;height:1px;left:6px;top:14px}.noUi-vertical .noUi-handle:after{top:17px}[disabled] .noUi-connect{background:#B8B8B8}[disabled] .noUi-handle,[disabled].noUi-handle,[disabled].noUi-target{cursor:not-allowed}.noUi-pips,.noUi-pips *{box-sizing:border-box}.noUi-pips{position:absolute;color:#999}.noUi-value{position:absolute;white-space:nowrap;text-align:center}.noUi-value-sub{color:#ccc;font-size:10px}.noUi-marker{position:absolute;background:#CCC}.noUi-marker-large,.noUi-marker-sub{background:#AAA}.noUi-pips-horizontal{padding:10px 0;height:80px;top:100%;left:0;width:100%}.noUi-value-horizontal{-webkit-transform:translate(-50%,50%);transform:translate(-50%,50%)}.noUi-rtl .noUi-value-horizontal{-webkit-transform:translate(50%,50%);transform:translate(50%,50%)}.noUi-marker-horizontal.noUi-marker{margin-left:-1px;width:2px;height:5px}.noUi-marker-horizontal.noUi-marker-sub{height:10px}.noUi-marker-horizontal.noUi-marker-large{height:15px}.noUi-pips-vertical{padding:0 10px;height:100%;top:0;left:100%}.noUi-value-vertical{-webkit-transform:translate(0,-50%);transform:translate(0,-50%,0);padding-left:25px}.noUi-rtl .noUi-value-vertical{-webkit-transform:translate(0,50%);transform:translateY(50%)}.noUi-marker-vertical.noUi-marker{width:5px;height:2px;margin-top:-1px}.noUi-marker-vertical.noUi-marker-sub{width:10px}.noUi-marker-vertical.noUi-marker-large{width:15px}.noUi-tooltip{display:block;position:absolute;border:1px solid #D9D9D9;border-radius:3px;background:#fff;color:#000;padding:5px;text-align:center;white-space:nowrap}.noUi-horizontal .noUi-tooltip{-webkit-transform:translate(-50%,0);transform:translate(-50%);left:50%;bottom:120%}.noUi-vertical .noUi-tooltip{-webkit-transform:translate(0,-50%);transform:translateY(-50%);top:50%;right:120%}body{min-width:375px;background:#FCFAFA;font-family:Mulish,sans-serif;font-size:16px;line-height:1.4;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#1d0712}@media only screen and (max-width: 767px){body{font-size:14px}}html.no-scroll,body.no-scroll{overflow:hidden}a{text-decoration:none}button{background:none}button,input,textarea,select{font-family:Mulish,sans-serif}svg,img{vertical-align:middle}.icon{width:24px;height:24px}.btn{position:relative;display:inline-flex;justify-content:center;align-items:center;height:48px;padding:0 32px;border-radius:8px;overflow:hidden;font-family:New Hero;font-size:16px;line-height:1.25;font-weight:500;text-transform:uppercase;transition:all .2s}@media only screen and (max-width: 767px){.btn{font-size:14px}}.btn_buy,.btn_primary,.btn_stroke-white{background:#612040;color:#fff}.btn_buy svg,.btn_buy .icon,.btn_primary svg,.btn_primary .icon,.btn_stroke-white svg,.btn_stroke-white .icon{fill:#fff}.btn_buy:before,.btn_primary:before,.btn_stroke-white:before{content:"";position:absolute;inset:0;background-image:linear-gradient(87.26deg,#612040 -4.89%,#862E59 46.03%,#612040 103.59%);opacity:0;border-radius:8px;transition:opacity .25s}.btn_buy:hover:before,.btn_primary:hover:before,.btn_stroke-white:hover:before{opacity:1}.btn_primary.disabled,.btn_primary:disabled{background:#61565C;color:#e0dedf}.btn_buy{min-width:226px}.btn_buy span:nth-child(2){position:absolute;left:0;right:0;padding:0 6px;-webkit-transform:translateY(210%);transform:translateY(210%)}.btn_buy.animate span:nth-child(1){-webkit-animation:btnAnimate1 .5s forwards;animation:btnAnimate1 .5s forwards}.btn_buy.animate span:nth-child(2){-webkit-animation:btnAnimate2 .5s forwards;animation:btnAnimate2 .5s forwards}.btn_buy.disabled,.btn_buy:disabled{background:#E0DEDF;color:#61565c}.btn_secondary{position:relative;background:linear-gradient(87.26deg,#612040 -4.89%,#862E59 46.03%,#612040 103.59%)}.btn_secondary:before,.btn_secondary:after{content:"";position:absolute;transition:all .2s}.btn_secondary:before{z-index:1;inset:0;border-radius:8px;border:1px solid #612040}.btn_secondary:after{z-index:2;inset:1px;border-radius:7px;background:#FCFAFA}.btn_secondary span{background:linear-gradient(87.26deg,#612040 -4.89%,#862E59 46.03%,#612040 103.59%);background-clip:text;-webkit-background-clip:text;color:#612040;transition:color .2s}.btn_secondary:hover:before{border-color:transparent}.btn_secondary:hover span{color:transparent}.btn_secondary.disabled:before,.btn_secondary:disabled:before{border-color:#61565c}.btn_secondary.disabled span,.btn_secondary:disabled span{color:#61565c}.btn_white{background:#FFFFFF}.btn_white span{background:linear-gradient(87.26deg,#612040 -4.89%,#862E59 46.03%,#612040 103.59%);background-clip:text;-webkit-background-clip:text;color:#612040;transition:color .2s}.btn_white:hover span{color:transparent}.btn_white.disabled,.btn_white:disabled{background:#E0DEDF}.btn_white.disabled span,.btn_white:disabled span{color:#61565c}.btn_stroke-white{box-shadow:inset 0 0 0 1px #fff;background:transparent}.btn_stroke-white:before{box-shadow:inset 0 0 0 1px #fff}.btn_gold{background:linear-gradient(90.01deg,#8F5F39 -26.99%,#C9AC70 15.17%,#FDEDCB 58.32%,#DDC09D 91.43%,#8F5F39 116.49%);color:#612040}.btn_gold svg,.btn_gold .icon{fill:#612040}.btn_gold:before{content:"";position:absolute;inset:1px;background-image:linear-gradient(87.26deg,#612040 -4.89%,#862E59 46.03%,#612040 103.59%);opacity:0;border-radius:7px;transition:opacity .25s}.btn_gold:hover{color:#fff}.btn_gold:hover svg,.btn_gold:hover .icon{fill:#fff}.btn_gold:hover:before{opacity:1}.btn span,.btn svg,.btn .icon,.btn img{position:relative;z-index:3;transition:all .2s}.btn.disabled,.btn:disabled{pointer-events:none}@-webkit-keyframes btnAnimate1{0%{-webkit-transform:translateY(0);transform:translateY(0)}to{-webkit-transform:translateY(-210%);transform:translateY(-210%)}}@keyframes btnAnimate1{0%{-webkit-transform:translateY(0);transform:translateY(0)}to{-webkit-transform:translateY(-210%);transform:translateY(-210%)}}@-webkit-keyframes btnAnimate2{0%{-webkit-transform:translateY(210%);transform:translateY(210%)}to{-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes btnAnimate2{0%{-webkit-transform:translateY(210%);transform:translateY(210%)}to{-webkit-transform:translateY(0);transform:translateY(0)}}.jq-ry-container{position:relative;z-index:1;padding:0}.center{max-width:1740px;margin:0 auto;padding:0 30px}@media only screen and (max-width: 1023px){.center{padding:0 24px}}@media only screen and (max-width: 767px){.center{padding:0 16px}}.center_lg{max-width:1456px}.page{display:flex;flex-direction:column;min-height:100vh}.page__banner{background-image:linear-gradient(90.01deg,#8F5F39 -26.99%,#C9AC70 15.17%,#FDEDCB 58.32%,#DDC09D 91.43%,#8F5F39 116.49%);color:#612040}@media only screen and (max-width: 767px){.page__banner{padding:6px 0}}.page__title{padding:4px 0;font-size:14px;font-weight:800;text-transform:uppercase}@media only screen and (max-width: 767px){.page__title{padding:0}}.page__text{margin-left:12px;font-size:14px;line-height:2;letter-spacing:-.24px}@media only screen and (max-width: 767px){.page__text{margin:0;font-size:12px;line-height:1.4}}.page__banner .page__center{display:flex;justify-content:center;align-items:center}@media only screen and (max-width: 767px){.page__banner .page__center{flex-direction:column;text-align:center}}.page__container{flex-grow:1}.header{position:relative;z-index:10;height:84px}@media only screen and (max-width: 767px){.header{height:56px}}.header__inner{position:relative;z-index:10;background:#612040;transition:box-shadow .2s}.header__center{display:flex;align-items:center;height:84px}@media only screen and (max-width: 767px){.header__center{height:56px}}.header__menu{position:relative;margin-right:48px}@media only screen and (max-width: 1259px){.header__menu{margin-right:24px}}@media only screen and (max-width: 767px){.header__menu{position:static;margin-right:16px}}.header__head{position:relative;display:flex;align-items:center;height:40px;padding:0 16px;border-radius:20px;background-image:linear-gradient(90.01deg,#8F5F39 -26.99%,#C9AC70 15.17%,#FDEDCB 58.32%,#DDC09D 91.43%,#8F5F39 116.49%);font-size:16px;line-height:1.4;color:#612040}@media only screen and (max-width: 767px){.header__head{font-size:14px}}@media only screen and (max-width: 767px){.header__head{padding:0 8px;font-size:0}}.header__head:before,.header__head:after{content:"";position:absolute;border-radius:20px;background:#FFFFFF;transition:opacity .2s}.header__head:before{inset:0}.header__head:after{inset:1px}.header__head>span{position:relative;z-index:1}.header__head:hover:before{opacity:0}.header__menu.active .header__head:before,.header__menu.active .header__head:after{opacity:0}.header__burger{position:relative;z-index:1;display:flex;flex-direction:column;justify-content:center;align-items:center;width:32px;height:32px;margin-right:4px}@media only screen and (max-width: 767px){.header__burger{margin:0}}.header__burger:before,.header__burger:after{content:"";transition:-webkit-transform .2s;transition:transform .2s;transition:transform .2s,-webkit-transform .2s}.header__burger span,.header__burger:before,.header__burger:after{width:18px;height:2px;background:#612040;border-radius:1px}.header__burger span{margin:3px 0;transition:width .2s}.header__menu.active .header__burger:before{-webkit-transform:translateY(5px) rotate(45deg);transform:translateY(5px) rotate(45deg)}.header__menu.active .header__burger span{width:0}.header__menu.active .header__burger:after{-webkit-transform:translateY(-5px) rotate(-45deg);transform:translateY(-5px) rotate(-45deg)}.header__body{position:absolute;left:0;top:calc(100% + 8px);width:290px;background-image:linear-gradient(90.01deg,#8F5F39 -26.99%,#C9AC70 15.17%,#FDEDCB 58.32%,#DDC09D 91.43%,#8F5F39 116.49%);box-shadow:0 16px 40px #27071757;border-radius:16px;visibility:hidden;opacity:0;-webkit-transform:translateY(16px);transform:translateY(16px);transition:all .3s}@media only screen and (max-width: 767px){.header__body{top:100%;left:0;right:0;width:auto;padding-bottom:24px;border-radius:0}}.header__body:after{content:"";position:absolute;inset:1px;background:#FFFFFF;border-radius:15px}@media only screen and (max-width: 767px){.header__body:after{border-radius:0}}.header__menu.active .header__body{visibility:visible;opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}.header__links{position:relative;margin:1px;z-index:1;border-radius:15px;overflow:hidden}@media only screen and (max-width: 767px){.header__links{border-radius:0}}.header__links a{display:flex;align-items:center;width:100%;height:52px;padding:0 16px;font-size:16px;line-height:1.4;color:#612040;transition:background .2s}@media only screen and (max-width: 767px){.header__links a{font-size:14px}}@media only screen and (max-width: 1259px){.header__links a{height:48px}}@media only screen and (max-width: 767px){.header__links a{font-size:16px}}.header__links a:after{content:"";flex-shrink:0;width:24px;height:24px;margin-left:8px;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Cpath d='M6 18L18 6m0 0h-8m8 0v8' stroke='%23612040' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat 50% 50%/100% auto;opacity:0;transition:opacity .2s}.header__links a:hover{background:#FBF2F5}.header__links a:hover:after{opacity:1}.header__categories{display:flex;align-items:center;gap:8px;margin-right:auto}@media only screen and (max-width: 1259px){.header__center .header__categories{display:none}}.header__menu .header__categories{display:none;position:relative;z-index:2}@media only screen and (max-width: 1259px){.header__menu .header__categories{display:block;padding:16px 16px 8px}}@media only screen and (max-width: 767px){.header__menu .header__categories{padding:24px 16px 16px}}.header__category{position:relative;display:flex;align-items:center;height:40px;padding:0 16px;font-size:16px;line-height:1.4;color:#fff}@media only screen and (max-width: 767px){.header__category{font-size:14px}}@media only screen and (max-width: 1259px){.header__category{justify-content:center;color:#612040}}@media only screen and (max-width: 767px){.header__category{height:56px;font-size:16px}}.header__category .icon{width:32px;height:32px;margin-right:4px;fill:#fff}@media only screen and (max-width: 1259px){.header__category .icon{margin-right:8px;fill:#612040}}.header__category .icon,.header__category span{position:relative;z-index:2}.header__category:before,.header__category:after{content:"";position:absolute;border-radius:20px;opacity:0;transition:all .2s}@media only screen and (max-width: 1259px){.header__category:before,.header__category:after{opacity:1}}@media only screen and (max-width: 767px){.header__category:before,.header__category:after{border-radius:28px}}.header__category:before{inset:-1px;background-image:linear-gradient(87.26deg,#612040 -4.89%,#862E59 46.03%,#612040 103.59%)}@media only screen and (max-width: 1259px){.header__category:before{background-image:linear-gradient(44.99deg,#8F5F39 -10.71%,#C9AC70 23.12%,#FDEDCB 57.73%,#DDC09D 84.3%,#8F5F39 104.41%)}}.header__category:after{inset:0;background:#6C2E4D}@media only screen and (max-width: 1259px){.header__category:after{background:#FFFFFF}}.header__category>span{position:relative;z-index:1}.header__category:hover:before,.header__category:hover:after{opacity:1}.header__category.active:before,.header__category.active:after{opacity:1}.header__category.active:before{background-image:linear-gradient(90.01deg,#8F5F39 -26.99%,#C9AC70 15.17%,#FDEDCB 58.32%,#DDC09D 91.43%,#8F5F39 116.49%)}@media only screen and (max-width: 1259px){.header__category.active:before{background-image:linear-gradient(44.99deg,#8F5F39 -10.71%,#C9AC70 23.12%,#FDEDCB 57.73%,#DDC09D 84.3%,#8F5F39 104.41%)}}@media only screen and (max-width: 1259px){.header__category.active:after{opacity:0}}@media only screen and (max-width: 1259px){.header__category:not(:last-child){margin-bottom:16px}}.header__logo{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}@media only screen and (max-width: 1259px){.header__logo{position:static;margin-right:auto;-webkit-transform:translate(0,0);transform:translate(0)}}@media only screen and (max-width: 767px){.header__logo{width:80px}.header__logo img{width:100%}}.header__control{display:flex;align-items:center;gap:16px}@media only screen and (max-width: 1259px){.header__control{gap:8px}}@media only screen and (max-width: 1023px){.header__control{gap:16px}}@media only screen and (max-width: 767px){.header__control{gap:8px}}.header__button{position:relative;display:flex;justify-content:center;align-items:center;width:40px;height:40px;-webkit-tap-highlight-color:rgba(0,0,0,0)}.header__button .icon{position:relative;z-index:2;fill:#fff}.header__button:before,.header__button:after{content:"";position:absolute;border-radius:8px;opacity:0;transition:all .2s}.header__button:before{inset:0;background-image:linear-gradient(87.26deg,#612040 -4.89%,#862E59 46.03%,#612040 103.59%)}.header__button:after{inset:1px;background:#6C2E4D}.header__button:hover:before,.header__button:hover:after{opacity:1}.header__button.active:before,.header__button.active:after{opacity:1}.header__button.active:before{background-image:linear-gradient(90.01deg,#8F5F39 -26.99%,#C9AC70 15.17%,#FDEDCB 58.32%,#DDC09D 91.43%,#8F5F39 116.49%)}.header__button_search{display:none}@media only screen and (max-width: 1023px){.header__button_search{display:flex}}.header__counter{position:absolute;right:4px;bottom:8px;z-index:2;display:flex;justify-content:center;align-items:center;width:14px;height:14px;border-radius:50%;background:#FFFFFF;font-size:9px;font-weight:700;color:#612040}.header__overlay{position:fixed;top:28px;left:0;right:0;bottom:0;z-index:8;background:rgba(97,86,92,.44);-webkit-backdrop-filter:blur(3.5px);backdrop-filter:blur(3.5px);visibility:hidden;opacity:0;transition:all .2s}@media only screen and (max-width: 767px){.header__overlay{top:56px}}.header__overlay.visible{visibility:visible;opacity:1}.header.fixed .header__inner{position:fixed;top:0;left:0;right:0;box-shadow:0 16px 40px #27071738}.search{position:relative;margin-right:24px}@media only screen and (max-width: 1023px){.search{position:absolute;inset:0;bottom:auto;z-index:10;margin-right:0;padding:22px 24px;background:#612040;visibility:hidden;opacity:0;pointer-events:none;transition:all .2s}.search.visible{visibility:visible;opacity:1;pointer-events:all}}@media only screen and (max-width: 767px){.search{padding:8px 16px}}.search__head{position:relative;width:282px;transition:width .2s}@media only screen and (max-width: 1259px){.search__head{width:220px}}@media only screen and (max-width: 1023px){.search__head{width:auto}}.search__input{width:100%;height:40px;padding:0 15px 0 47px;border-radius:20px;border:1px solid #FFFFFF;background:#FFFFFF;font-size:14px;font-weight:500;color:#1d0712;transition:all .2s}@media only screen and (max-width: 1023px){.search__input{padding-right:39px}}.search__input::-webkit-input-placeholder{color:#61565c}.search__input:-ms-input-placeholder{color:#61565c}.search__input::-ms-input-placeholder{color:#61565c}.search__input::placeholder{color:#61565c}.search__input:hover,.search__input:focus{border-color:#e2bdc1;box-shadow:0 4px 7px #46102a0d}.search__button,.search__close{position:absolute;top:8px}.search__button .icon,.search__close .icon{fill:#612040;transition:fill .2s}.search__button:hover .icon,.search__close:hover .icon{fill:#1d0712}.search__button{left:16px}.search__close{right:12px;visibility:hidden;opacity:0}@media only screen and (max-width: 1023px){.search__close{visibility:visible;opacity:1}}.search__body{position:absolute;top:calc(100% + 8px);right:0;width:480px;padding:16px;background-image:linear-gradient(90.01deg,#8F5F39 -26.99%,#C9AC70 15.17%,#FDEDCB 58.32%,#DDC09D 91.43%,#8F5F39 116.49%);border-radius:16px;visibility:hidden;opacity:0;transition:all .2s}@media only screen and (max-width: 1579px){.search__body{width:450px}}@media only screen and (max-width: 1023px){.search__body{top:100%;left:24px;right:24px;width:auto}}@media only screen and (max-width: 767px){.search__body{left:0;right:0;border-radius:0}}.search__body:after{content:"";position:absolute;inset:1px;background:#FFFFFF;border-radius:15px}@media only screen and (max-width: 767px){.search__body:after{border-radius:0}}.search__list{position:relative;z-index:1;display:flex;flex-direction:column;gap:16px}@media only screen and (max-width: 767px){.search__list{display:block}}.search__product{display:flex;align-items:center}.search__product:not(:last-child){margin-bottom:12px;padding-bottom:12px;border-bottom:1px solid #FBF2F5}.search__preview{display:flex;justify-content:center;align-items:center;width:112px;height:112px;flex-shrink:0}@media only screen and (max-width: 767px){.search__preview{width:100px;height:100px}}.search__preview img{max-width:100%;max-height:100%}.search__details{flex-grow:1}.search__line a{font-size:14px;font-weight:800;letter-spacing:-.4px;color:#612040;transition:color .2s}.search__line a:hover{color:#1d0712}.search__divider{display:inline-block;width:1px;height:20px;margin:0 4px -5px;background:#E0DEDF}.search__row{display:flex;align-items:flex-start;margin-top:8px}@media only screen and (max-width: 767px){.search__row{flex-wrap:wrap}}.search__content{flex-grow:1;font-size:14px;font-weight:500;display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden;-webkit-line-clamp:3}@media only screen and (max-width: 767px){.search__content{width:100%;-webkit-line-clamp:2;margin-bottom:8px}}.search__control{display:flex;align-items:center;flex-shrink:0;margin-left:8px}@media only screen and (max-width: 767px){.search__control{margin-left:auto}}.search__price{min-width:80px;text-align:right}@media only screen and (max-width: 767px){.search__price{display:flex;align-items:flex-end}}.search__price-old{margin-bottom:2px;font-size:14px;line-height:1.2;font-weight:800;text-decoration:line-through;color:#87556e}@media only screen and (max-width: 767px){.search__price-old{font-size:12px}}@media only screen and (max-width: 767px){.search__price-old{min-width:auto;margin:0 2px 1px 0}}.search__price-actual{font-size:20px;line-height:1.2;font-weight:800;color:#da1e37}@media only screen and (max-width: 767px){.search__price-actual{font-size:16px}}.search .favorite{margin-left:16px}.search__foot{position:relative;z-index:1;margin-top:8px;text-align:right}@media only screen and (max-width: 767px){.search__foot{margin-top:16px}}.search.wide .search__head{width:480px}@media only screen and (max-width: 1530px){.search.wide .search__head{width:450px}}@media only screen and (max-width: 1023px){.search.wide .search__head{width:auto}}.search.wide .search__close{visibility:visible;opacity:1}.search.active .search__input{padding-right:39px}.search.active .search__body{visibility:visible;opacity:1}.favorite,.remove{position:relative;width:24px;height:24px;background-repeat:no-repeat;background-position:50% 50%;background-size:100% auto;transition:opacity .2s}.favorite:before,.favorite:after,.remove:before,.remove:after{content:"";position:absolute;inset:0;opacity:0;background-repeat:no-repeat;background-position:50% 50%;background-size:100% auto;transition:opacity .2s}.favorite:after,.remove:after{z-index:1}.favorite:hover:before,.remove:hover:before{opacity:1}.favorite.active:before,.remove.active:before{opacity:0}.favorite.active:after,.remove.active:after{opacity:1}.favorite{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M3.667 3.899c2.48-2.119 5.845-1.909 8.204.2l.122.112.12-.11c2.287-2.047 5.507-2.293 8.003-.366l.196.157a6.66 6.66 0 0 1 1.003 9.287c-1.246 1.603-4.233 4.452-7.777 7.614-.471.421-.602.525-.857.64a1.49 1.49 0 0 1-.184.069 1.76 1.76 0 0 1-1.006 0 1.49 1.49 0 0 1-.184-.069c-.255-.115-.386-.219-.857-.64-3.543-3.162-6.531-6.011-7.777-7.614-2.224-2.862-1.801-6.892.995-9.281zm7.756 1.884C9.589 3.638 6.719 3.264 4.642 5.04c-2.188 1.87-2.517 4.992-.785 7.22 1.165 1.499 4.131 4.328 7.591 7.415.328.293.422.368.475.392l.046.009a.28.28 0 0 0 .05 0l.045-.01.02-.009c.05-.029.138-.1.355-.292l.101-.09c3.46-3.087 6.426-5.916 7.591-7.415a5.16 5.16 0 0 0-.778-7.213c-2.126-1.767-4.96-1.402-6.789.737a.75.75 0 0 1-1.14 0z' fill='%23612040'/%3E%3C/svg%3E")}.favorite:before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill-rule='evenodd' viewBox='0 0 24 24'%3E%3Cpath d='M11.993 5.136C9.994 2.798 6.66 2.17 4.155 4.31s-2.858 5.719-.89 8.25c1.486 1.912 5.707 5.751 7.684 7.514.363.324.545.486.758.55.185.055.39.055.575 0 .213-.064.394-.226.758-.55 1.977-1.764 6.198-5.602 7.684-7.514 1.967-2.531 1.658-6.133-.89-8.25s-5.839-1.512-7.838.826z' fill='%23e2bdc1'/%3E%3Cpath d='M3.668 3.899c2.48-2.119 5.845-1.909 8.204.2l.122.112.12-.11c2.287-2.047 5.507-2.293 8.003-.366l.196.157a6.66 6.66 0 0 1 1.003 9.287c-1.246 1.603-4.233 4.452-7.777 7.614-.471.421-.602.525-.857.64a1.49 1.49 0 0 1-.184.069c-.325.098-.68.098-1.006 0a1.49 1.49 0 0 1-.184-.069c-.255-.115-.386-.219-.857-.64-3.543-3.162-6.531-6.011-7.777-7.614-2.224-2.862-1.801-6.892.996-9.281zm7.756 1.884C9.589 3.638 6.72 3.264 4.642 5.04c-2.188 1.87-2.517 4.992-.786 7.22 1.165 1.499 4.131 4.328 7.591 7.415.328.293.422.368.475.392l.046.009a.28.28 0 0 0 .05 0l.045-.01.02-.009c.05-.029.138-.1.355-.292l.101-.09c3.46-3.087 6.426-5.916 7.591-7.415a5.16 5.16 0 0 0-.778-7.213c-2.126-1.767-4.96-1.402-6.789.737a.75.75 0 0 1-1.14 0z' fill='%23612040' fill-rule='nonzero'/%3E%3C/svg%3E")}.favorite:after{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M3.667 3.899c2.48-2.119 5.845-1.909 8.204.2l.122.112.12-.11c2.287-2.047 5.507-2.293 8.003-.366l.196.157a6.66 6.66 0 0 1 1.003 9.287c-1.246 1.603-4.233 4.452-7.777 7.614-.471.421-.602.525-.857.64a1.49 1.49 0 0 1-.184.069 1.76 1.76 0 0 1-1.006 0 1.49 1.49 0 0 1-.184-.069c-.255-.115-.386-.219-.857-.64-3.543-3.162-6.531-6.011-7.777-7.614-2.224-2.862-1.801-6.892.995-9.281z' fill='%23612040'/%3E%3C/svg%3E")}.remove{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32'%3E%3Cpath d='M17.067 1.66c2.068 0 2.559.04 3.265.4.69.352 1.251.912 1.602 1.602.359.706.4 1.197.4 3.265v.066h3H28a1 1 0 0 1 .993.883l.007.117a1 1 0 0 1-1 1h-1.667v14.236c-.004 2.65-.07 3.393-.496 4.27l-.049.098a5 5 0 0 1-2.185 2.185c-.955.487-1.669.545-4.67.545h-6.169c-2.748-.005-3.445-.075-4.368-.545a5 5 0 0 1-2.185-2.185c-.487-.955-.545-1.669-.545-4.67L5.666 8.993H4a1 1 0 0 1-.993-.883L3 7.993a1 1 0 0 1 1-1h2.666 3l.001-.327c.004-1.766.051-2.282.354-2.913l.045-.091c.352-.69.912-1.251 1.602-1.602.706-.36 1.197-.4 3.265-.4h2.133zm-6.4 7.333H7.666l.001 14.205c.004 2.285.056 2.922.298 3.433l.029.058A3 3 0 0 0 9.305 28c.542.276 1.163.327 3.762.327h6.138c2.372-.004 2.968-.06 3.491-.327a3 3 0 0 0 1.311-1.311c.276-.542.327-1.163.327-3.762V8.993h-3-10.667zm2.667 5.333a1 1 0 0 1 1 1v6.667a1 1 0 1 1-2 0v-6.667a1 1 0 0 1 1-1zm5.333 0a1 1 0 0 1 1 1v6.667a1 1 0 1 1-2 0v-6.667a1 1 0 0 1 1-1zM17.509 3.661h-3.018c-1.298.006-1.649.046-1.914.181-.314.16-.569.415-.728.728-.149.293-.182.691-.182 2.357l-.001.066h8.667v-.296c-.003-1.4-.036-1.808-.161-2.084l-.021-.043c-.16-.314-.415-.569-.728-.728-.265-.135-.616-.174-1.914-.181z' fill='%23612040'/%3E%3C/svg%3E")}.remove:before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32'%3E%3Cg fill='%23e2bdc1'%3E%3Cpath d='M25.333 22.927V7.993H6.667v14.933c0 2.24 0 3.36.436 4.216a4 4 0 0 0 1.748 1.748c.856.436 1.976.436 4.216.436h5.867c2.24 0 3.36 0 4.216-.436a4 4 0 0 0 1.748-1.748c.436-.856.436-1.976.436-4.216z'/%3E%3Cpath d='M4 7.993h24H4z'/%3E%3C/g%3E%3Cpath d='M17.067 1.66c2.068 0 2.559.04 3.265.4.69.352 1.251.912 1.602 1.602.359.706.4 1.197.4 3.265v.066h3H28a1 1 0 0 1 .993.883l.007.117a1 1 0 0 1-1 1h-1.667v14.236c-.004 2.65-.07 3.393-.496 4.27l-.049.098a5 5 0 0 1-2.185 2.185c-.955.487-1.669.545-4.67.545h-6.169c-2.748-.005-3.445-.075-4.368-.545a5 5 0 0 1-2.185-2.185c-.487-.955-.545-1.669-.545-4.67L5.666 8.993H4a1 1 0 0 1-.993-.883L3 7.993a1 1 0 0 1 1-1h2.666 3l.001-.327c.004-1.766.051-2.282.354-2.913l.045-.091c.352-.69.912-1.251 1.602-1.602.706-.36 1.197-.4 3.265-.4h2.133zm-6.4 7.333H7.666l.001 14.205c.004 2.285.056 2.922.298 3.433l.029.058A3 3 0 0 0 9.305 28c.542.276 1.163.327 3.762.327h6.138c2.372-.004 2.968-.06 3.491-.327a3 3 0 0 0 1.311-1.311c.276-.542.327-1.163.327-3.762V8.993h-3-10.667zm2.667 5.333a1 1 0 0 1 1 1v6.667a1 1 0 1 1-2 0v-6.667a1 1 0 0 1 1-1zm5.333 0a1 1 0 0 1 1 1v6.667a1 1 0 1 1-2 0v-6.667a1 1 0 0 1 1-1zM17.509 3.661h-3.018c-1.298.006-1.649.046-1.914.181-.314.16-.569.415-.728.728-.149.293-.182.691-.182 2.357l-.001.066h8.667v-.296c-.003-1.4-.036-1.808-.161-2.084l-.021-.043c-.16-.314-.415-.569-.728-.728-.265-.135-.616-.174-1.914-.181z' fill='%23612040'/%3E%3C/svg%3E")}.remove:after{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='%23612040' viewBox='0 0 32 32'%3E%3Cpath d='M25.333 22.927V7.993H6.667v14.933c0 2.24 0 3.36.436 4.216a4 4 0 0 0 1.748 1.748c.856.436 1.976.436 4.216.436h5.867c2.24 0 3.36 0 4.216-.436a4 4 0 0 0 1.748-1.748c.436-.856.436-1.976.436-4.216z'/%3E%3Cpath d='M4 7.993h24H4z'/%3E%3Cpath d='M17.067 1.66c2.068 0 2.559.04 3.265.4.69.352 1.251.912 1.602 1.602.359.706.4 1.197.4 3.265v.066h3H28a1 1 0 0 1 .993.883l.007.117a1 1 0 0 1-1 1h-1.667v14.236c-.004 2.65-.07 3.393-.496 4.27l-.049.098a5 5 0 0 1-2.185 2.185c-.955.487-1.669.545-4.67.545h-6.169c-2.748-.005-3.445-.075-4.368-.545a5 5 0 0 1-2.185-2.185c-.487-.955-.545-1.669-.545-4.67L5.666 8.993H4a1 1 0 0 1-.993-.883L3 7.993a1 1 0 0 1 1-1h2.666 3l.001-.327c.004-1.766.051-2.282.354-2.913l.045-.091c.352-.69.912-1.251 1.602-1.602.706-.36 1.197-.4 3.265-.4h2.133zm-6.4 7.333H7.666l.001 14.205c.004 2.285.056 2.922.298 3.433l.029.058A3 3 0 0 0 9.305 28c.542.276 1.163.327 3.762.327h6.138c2.372-.004 2.968-.06 3.491-.327a3 3 0 0 0 1.311-1.311c.276-.542.327-1.163.327-3.762V8.993h-3-10.667zm2.667 5.333a1 1 0 0 1 1 1v6.667a1 1 0 1 1-2 0v-6.667a1 1 0 0 1 1-1zm5.333 0a1 1 0 0 1 1 1v6.667a1 1 0 1 1-2 0v-6.667a1 1 0 0 1 1-1zM17.509 3.661h-3.018c-1.298.006-1.649.046-1.914.181-.314.16-.569.415-.728.728-.149.293-.182.691-.182 2.357l-.001.066h8.667v-.296c-.003-1.4-.036-1.808-.161-2.084l-.021-.043c-.16-.314-.415-.569-.728-.728-.265-.135-.616-.174-1.914-.181z'/%3E%3C/svg%3E")}.splide__arrow{width:56px;height:56px;background:#EFCFD5;border-radius:12px;opacity:1;transition:all .2s}@media only screen and (max-width: 1023px){.splide__arrow{width:48px;height:48px}}.splide__arrow svg{width:24px;height:24px;fill:#612040;transition:fill .2s}.splide__arrow:hover:not(:disabled){background:#E2BDC1;opacity:1}.splide__arrow--prev{left:-28px}.splide__arrow--next{right:-28px}.splide__arrow:disabled{background:#61565C;opacity:1}.splide__arrow:disabled svg{fill:#e0dedf}.splide__pagination{padding:0}.splide__pagination__page{width:12px;height:12px;margin:0 4px;opacity:1;background:#FFFFFF;border:1px solid #612040;transition:all .2s}.splide__pagination__page:after{content:"";position:absolute;inset:-1px;border-radius:50%;background:linear-gradient(90.01deg,#8F5F39 -26.99%,#C9AC70 15.17%,#FDEDCB 58.32%,#DDC09D 91.43%,#8F5F39 116.49%);opacity:0;transition:opacity .2s}.splide__pagination__page:hover{border-color:#fff}.splide__pagination__page.is-active{-webkit-transform:scale(1);transform:scale(1)}.splide__pagination__page.is-active:after{opacity:1}.main{padding:56px 0 24px}@media only screen and (max-width: 1259px){.main{padding-top:40px}}.main .splide{box-shadow:0 8px 40px #46102a33;border-radius:40px}@media only screen and (max-width: 1259px){.main .splide{border-radius:32px}}.main .splide__slide img{width:100%;border-radius:40px}@media only screen and (max-width: 1259px){.main .splide__slide img{min-height:360px;-o-object-fit:cover;object-fit:cover;border-radius:32px}}@media only screen and (max-width: 1023px){.main .splide__slide img{min-height:280px}}@media only screen and (max-width: 767px){.main .splide__slide img{min-height:auto}}.main .splide__arrow--prev{left:32px}@media only screen and (max-width: 1259px){.main .splide__arrow--prev{left:-20px}}.main .splide__arrow--next{right:32px}@media only screen and (max-width: 1259px){.main .splide__arrow--next{right:-20px}}.main .splide__pagination{bottom:35px}@media only screen and (max-width: 1259px){.main .splide__pagination{bottom:24px}}@media only screen and (max-width: 767px){.main .splide__pagination{bottom:16px}}.info{margin-bottom:8px;font-size:28px;line-height:1.4;font-weight:400}@media only screen and (max-width: 1023px){.info{font-size:24px}}@media only screen and (max-width: 767px){.info{font-size:20px}}.title{font-size:40px;line-height:1.2;font-weight:800;text-transform:uppercase}@media only screen and (max-width: 1023px){.title{font-size:36px}}@media only screen and (max-width: 767px){.title{font-size:26px}}.info,.title{color:#612040}.link{background:linear-gradient(87.26deg,#612040 -4.89%,#862E59 46.03%,#612040 103.59%);background-clip:text;text-decoration:underline;-webkit-background-clip:text;font-size:16px;font-weight:700;color:#612040;transition:all .2s}@media only screen and (max-width: 767px){.link{font-size:14px}}.link:hover{color:transparent}@media only screen and (max-width: 767px){.popular{overflow:hidden}}.popular__wrapper{position:relative}.popular__head{margin-bottom:74px}@media only screen and (max-width: 1259px){.popular__head{margin-bottom:48px}}@media only screen and (max-width: 767px){.popular__head{margin-bottom:40px}}.popular .card{height:100%}.popular .splide{position:static}@media only screen and (max-width: 767px){.popular .splide__track{overflow:visible}}@media only screen and (max-width: 767px){.popular .splide__slide{width:200px}}.popular .splide__arrows{position:absolute;top:20px;right:0;display:flex;align-items:center;gap:48px}@media only screen and (max-width: 1023px){.popular .splide__arrows{gap:16px}}.popular .splide__arrow{position:static;-webkit-transform:translateY(0);transform:translateY(0)}.popular_bg{padding:100px 0;background:#FBF2F5}@media only screen and (max-width: 1259px){.popular_bg{padding:90px 0}}@media only screen and (max-width: 767px){.popular_bg{padding:48px 0}}.popular_last{margin-bottom:100px}@media only screen and (max-width: 767px){.popular_last{margin-bottom:48px}}*[class^=status]{display:inline-flex;justify-content:center;align-items:center;height:24px;padding:0 12px 1px;box-shadow:0 18px 7px #1d071203,0 4px 4px #1d071217;border-radius:12px;font-size:14px;font-weight:500;color:#fff}@media only screen and (max-width: 767px){*[class^=status]{height:20px;padding:0 6px 1px;border-radius:10px;font-size:10px}}.status-gift:before,.status-hit:before{content:"";display:block;width:20px;height:20px;margin-right:4px;background-repeat:no-repeat;background-position:50% 50%;background-size:100% auto}@media only screen and (max-width: 767px){.status-gift:before,.status-hit:before{width:16px;height:16px;margin-right:2px}}.status-gift{background:#DB5B96}.status-gift:before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none' stroke='%23fff' stroke-width='1.25' viewBox='0 0 20 20'%3E%3Cpath d='M4.205 9.941v6.893a.25.25 0 0 0 .25.25h11.091a.25.25 0 0 0 .25-.25V9.941m-11.591 0H2.75a.25.25 0 0 1-.25-.25V7.334a.25.25 0 0 1 .25-.25h14.5a.25.25 0 0 1 .25.25v2.357a.25.25 0 0 1-.25.25h-1.454m-11.591 0h11.591' stroke-miterlimit='16' stroke-linejoin='round'/%3E%3Cpath d='M9.916 6.861c1.25-2.694 3.333-4.777 4.583-3.333 1.309 1.512-3.056 3.056-4.583 3.333z'/%3E%3Cpath d='M10.158 6.723c-1.25-2.694-3.333-4.777-4.583-3.333-1.309 1.512 3.056 3.056 4.583 3.333z'/%3E%3Cpath d='M7.5 10l-1.25 3.917 1.481-.667 1.111 1.333L10 10.417m3.009 0l.741 2.667-1.482-.667-1.111 1.333-.741-3.333' stroke-linejoin='round'/%3E%3C/svg%3E")}.status-hit{background:#EBE07B;color:#612040}.status-hit:before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'%3E%3Cpath d='M11.333 1.225c.464-.192.986-.192 1.45 0s.833.561 1.026 1.026l.448 1.084a.66.66 0 0 0 .262.308l.09.046 1.091.452c.464.192.833.561 1.026 1.026s.192.986 0 1.451l-.451 1.09c-.066.158-.066.336.001.495l.451 1.089c.095.23.145.477.145.726a1.9 1.9 0 0 1-.144.726c-.095.23-.235.439-.411.615s-.385.316-.615.411l-1.09.452c-.158.065-.284.191-.349.348l-.181.434.702 5.286c.065.486-.425.841-.856.661l-.085-.043-3.824-2.294-.022-.013-.021.013-3.824 2.294c-.449.269-1.01-.099-.941-.618l.701-5.283-.18-.437c-.052-.127-.143-.232-.258-.303l-.09-.046-1.091-.452c-.464-.192-.833-.561-1.025-1.025s-.193-.986-.001-1.451l.451-1.089c.065-.158.065-.336-.001-.495l-.45-1.091c-.095-.23-.145-.477-.145-.726s.049-.496.144-.726.235-.439.411-.615.385-.316.615-.411l1.09-.452c.158-.065.284-.191.349-.348l.452-1.091c.192-.464.561-.833 1.026-1.026s.986-.192 1.451 0l1.089.451c.158.065.336.065.495-.001l1.09-.45zm-1.091 13.009c-.158-.065-.336-.065-.495.001l-1.091.451c-.464.192-.986.192-1.45 0l-.151-.07-.092-.053-.346 2.606 2.713-1.627c.188-.113.262-.154.371-.184l.07-.017c.147-.032.299-.032.447 0s.215.066.44.201l2.711 1.626-.346-2.607-.092.054-.151.071c-.465.192-.986.192-1.451 0l-1.089-.451zM8.18 2.379c-.158-.066-.336-.066-.494 0s-.284.191-.349.349L6.884 3.82c-.193.464-.562.832-1.025 1.023l-1.09.452c-.078.032-.15.08-.209.14s-.108.131-.14.209-.049.162-.049.247.017.169.05.248l.45 1.091c.193.464.193.986.001 1.451L4.42 9.77c-.065.158-.065.336 0 .494s.191.284.349.349l1.091.452c.464.193.833.562 1.024 1.026l.452 1.091c.066.158.191.283.349.349s.335.066.493 0l1.09-.451c.464-.193.986-.193 1.451-.001l1.09.452c.158.065.336.065.494 0s.284-.191.349-.349l.452-1.091c.193-.464.562-.833 1.026-1.025l1.09-.452c.078-.032.149-.08.209-.14s.108-.131.14-.209.049-.163.049-.247-.017-.169-.049-.247l-.45-1.088c-.193-.465-.193-.987-.001-1.452l.451-1.09c.066-.158.066-.336 0-.494s-.191-.284-.349-.349l-1.091-.452c-.464-.193-.833-.562-1.025-1.026l.017.038-.017-.036-.452-1.091c-.065-.158-.191-.284-.349-.349s-.336-.065-.495 0l-1.09.45c-.464.193-.986.193-1.451.001l-1.09-.451z' fill='%23612040'/%3E%3C/svg%3E")}.status-new{background:#795BA3;text-transform:uppercase}.status-action{background:#DA1E37}.status-price{background:#5BA378}.gift{position:relative;z-index:1;flex-shrink:0;width:16px;height:16px;margin-right:4px;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none' stroke='%236C2E4D' viewBox='0 0 16 16'%3E%3Cpath d='M10.631 6.963c.122.661.163 1.846 0 2.313-.202.579 1.13-1.127 1.462-1.557.032-.042.097-.031.113.018.173.513.82 2.629.191 3.851-.73 1.419-1.795 2.023-3.411 2.313-2.107.378-3.904-.347-5.069-1.983-1.577-2.214.389-4.957 1.767-6.609.766-.918 1.553-2.27 1.73-2.579.02-.035.064-.045.095-.021.401.304 2.732 2.149 3.121 4.252z'/%3E%3Cpath d='M4.667 12.666c-.789-1.304.486-2.803 1.175-3.776.36-.508.729-1.242.846-1.48.019-.039.07-.05.102-.02.274.251 1.34 1.293 1.526 2.473.061.389.082 1.087 0 1.363-.094.318.477-.533.69-.855.031-.047.102-.037.116.017.106.389.371 1.526.077 2.2C8.943 13.175 8.48 13.795 8 14' stroke-linecap='round'/%3E%3C/svg%3E") no-repeat 50% 50%/100% auto}.weights{display:flex;flex-wrap:wrap;gap:4px}.weights__item,.weights__dots{position:relative;display:inline-flex;justify-content:center;align-items:center;height:30px;padding:0 8px;border-radius:15px;background-image:linear-gradient(90.01deg,#8F5F39 -26.99%,#C9AC70 15.17%,#FDEDCB 58.32%,#DDC09D 91.43%,#8F5F39 116.49%);font-size:14px;font-weight:500;color:#6c2e4d}@media only screen and (max-width: 767px){.weights__item,.weights__dots{height:28px;font-size:12px}}.weights__item:before,.weights__item:after,.weights__dots:before,.weights__dots:after{content:"";position:absolute;inset:0;border-radius:15px}.weights__item:before,.weights__dots:before{background:#FBF2F5;transition:opacity .2s}.weights__item:after,.weights__dots:after{inset:1px;background:#FBF2F5;transition:background .2s}.weights__item span,.weights__dots span{position:relative;z-index:1}.weights__item:hover:before,.weights__dots:hover:before{opacity:0}.weights__item.active,.weights__dots.active{color:#fff}.weights__item.active:before,.weights__dots.active:before{opacity:0}.weights__item.active:after,.weights__dots.active:after{background:#6C2E4D}.weights__item.active .gift,.weights__dots.active .gift{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none' stroke='%23D8BF8A' viewBox='0 0 16 16'%3E%3Cpath d='M10.631 6.963c.122.661.163 1.846 0 2.313-.202.579 1.13-1.127 1.462-1.557.032-.042.097-.031.113.018.173.513.82 2.629.191 3.851-.73 1.419-1.795 2.023-3.411 2.313-2.107.378-3.904-.347-5.069-1.983-1.577-2.214.389-4.957 1.767-6.609.766-.918 1.553-2.27 1.73-2.579.02-.035.064-.045.095-.021.401.304 2.732 2.149 3.121 4.252z'/%3E%3Cpath d='M4.667 12.666c-.789-1.304.486-2.803 1.175-3.776.36-.508.729-1.242.846-1.48.019-.039.07-.05.102-.02.274.251 1.34 1.293 1.526 2.473.061.389.082 1.087 0 1.363-.094.318.477-.533.69-.855.031-.047.102-.037.116.017.106.389.371 1.526.077 2.2C8.943 13.175 8.48 13.795 8 14' stroke-linecap='round'/%3E%3C/svg%3E")}.weights__item.disabled,.weights__dots.disabled{background:#E0DEDF;pointer-events:none;color:#61565c}.weights__item.disabled:before,.weights__item.disabled:after,.weights__dots.disabled:before,.weights__dots.disabled:after{display:none}.weights__item.disabled .gift,.weights__dots.disabled .gift{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none' stroke='%2361565C' viewBox='0 0 16 16'%3E%3Cpath d='M10.631 6.963c.122.661.163 1.846 0 2.313-.202.579 1.13-1.127 1.462-1.557.032-.042.097-.031.113.018.173.513.82 2.629.191 3.851-.73 1.419-1.795 2.023-3.411 2.313-2.107.378-3.904-.347-5.069-1.983-1.577-2.214.389-4.957 1.767-6.609.766-.918 1.553-2.27 1.73-2.579.02-.035.064-.045.095-.021.401.304 2.732 2.149 3.121 4.252z'/%3E%3Cpath d='M4.667 12.666c-.789-1.304.486-2.803 1.175-3.776.36-.508.729-1.242.846-1.48.019-.039.07-.05.102-.02.274.251 1.34 1.293 1.526 2.473.061.389.082 1.087 0 1.363-.094.318.477-.533.69-.855.031-.047.102-.037.116.017.106.389.371 1.526.077 2.2C8.943 13.175 8.48 13.795 8 14' stroke-linecap='round'/%3E%3C/svg%3E")}.weights__dots{display:flex;justify-content:center;align-items:center;gap:3px}.weights__dots span{width:4px;height:4px;border-radius:50%;background:#612040}.card{position:relative;display:flex;flex-direction:column;padding:1px;background:#FBF2F5;border-radius:16px}.card:before{content:"";position:absolute;inset:0;border-radius:16px;background-image:linear-gradient(90.01deg,#8F5F39 -26.99%,#C9AC70 15.17%,#FDEDCB 58.32%,#DDC09D 91.43%,#8F5F39 116.49%);opacity:0;transition:opacity .2s}.card:hover:before{opacity:1}@media only screen and (max-width: 767px){.card:hover:before{opacity:0}}.card__inner{position:relative;z-index:1;display:flex;flex-direction:column;flex-grow:1;padding:15px 19px;background:#FFFFFF;border-radius:15px}@media only screen and (max-width: 1023px){.card__inner{padding:11px}}@media only screen and (max-width: 767px){.card__inner{padding:11px 7px;border-radius:8px}}.card__preview{display:flex;justify-content:center;align-items:center;height:228px;margin-bottom:8px}@media only screen and (max-width: 1023px){.card__preview{height:208px}}@media only screen and (max-width: 767px){.card__preview{height:auto;aspect-ratio:1}}.card__preview img{max-width:100%;max-height:100%;border-radius:8px}.card__status{position:absolute;top:15px;left:15px;display:flex;flex-direction:column;align-items:flex-start;gap:4px}@media only screen and (max-width: 767px){.card__status{top:7px;left:7px;right:32px;flex-direction:row;flex-wrap:wrap}}.card .favorite{position:absolute;top:15px;right:15px;z-index:2;width:32px;height:32px}@media only screen and (max-width: 767px){.card .favorite{top:7px;right:3px;width:24px;height:24px}}.card__line{display:flex;align-items:center;gap:8px;margin-bottom:8px}@media only screen and (max-width: 767px){.card__line{gap:4px}}.card__counter{font-size:14px;font-weight:500;color:#612040}@media only screen and (max-width: 767px){.card__counter{font-size:12px}}.card__title{min-height:45px;margin-bottom:16px;display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden;-webkit-line-clamp:2;font-size:16px;line-height:1.4;font-weight:700;color:#1d0712;transition:color .2s}@media only screen and (max-width: 767px){.card__title{font-size:14px}}@media only screen and (max-width: 767px){.card__title{min-height:51px;margin-bottom:12px;-webkit-line-clamp:3;font-size:12px}}.card__title:hover{color:#612040}.card .weights{flex-grow:1;margin-bottom:16px}@media only screen and (max-width: 767px){.card .weights{margin-bottom:12px}}.card__price{display:flex;align-items:flex-end;margin-bottom:16px}@media only screen and (max-width: 767px){.card__price{margin-bottom:12px}}.card__price-old{font-size:14px;line-height:1.2;font-weight:800;text-decoration:line-through;margin:0 8px 4px 0;color:#87556e}@media only screen and (max-width: 767px){.card__price-old{font-size:12px}}@media only screen and (max-width: 767px){.card__price-old{margin-bottom:3px}}.card__price-actual,.card__price-no-available,.card__price-action{font-size:24px;line-height:1.3;font-weight:800}@media only screen and (max-width: 1023px){.card__price-actual,.card__price-no-available,.card__price-action{font-size:22px}}@media only screen and (max-width: 767px){.card__price-actual,.card__price-no-available,.card__price-action{font-size:18px}}.card__price-action{color:#da1e37}.card__price-actual{color:#612040}.card__price-no-available{color:#61565c}.card .btn{width:100%;max-width:292px;height:44px;margin:0 auto;padding:0 12px;line-height:1}@media only screen and (max-width: 1739px){.card .btn{width:100%;max-width:100%;min-width:auto}}.card__foot{display:flex;justify-content:center;align-items:center;height:44px}@media only screen and (max-width: 1023px){.card__foot{text-align:center}}.content h1,.content h2,.content h3,.content h4{margin-bottom:24px}.content h1{font-size:40px;line-height:1.2;font-weight:800}@media only screen and (max-width: 1023px){.content h1{font-size:36px}}@media only screen and (max-width: 767px){.content h1{font-size:26px}}.content h2{font-size:32px;line-height:1.4;font-weight:700}@media only screen and (max-width: 1023px){.content h2{font-size:28px}}@media only screen and (max-width: 767px){.content h2{font-size:22px}}.content h4{font-size:24px;line-height:1.3;font-weight:800}@media only screen and (max-width: 1023px){.content h4{font-size:22px}}@media only screen and (max-width: 767px){.content h4{font-size:18px}}.content h5{margin-bottom:16px;font-size:18px;line-height:1.3;font-weight:800}@media only screen and (max-width: 767px){.content h5{font-size:16px}}.content p:not(:last-child),.content ul:not(:last-child){margin-bottom:32px}.content ul li{position:relative;padding-left:25px}.content ul li:before{content:"";position:absolute;top:10px;left:10px;width:5px;height:5px;border-radius:50%;background:#1D0712}.content figure img{width:100%;border-radius:40px}@media only screen and (max-width: 1023px){.content figure img{border-radius:24px}}@media only screen and (max-width: 767px){.content figure img{border-radius:12px}}.content figure:not(:first-child),.content blockquote:not(:first-child){margin-top:48px}.content figure:not(:last-child),.content blockquote:not(:last-child){margin-bottom:48px}.content blockquote{position:relative;padding:8px 0 8px 22px}.content blockquote:before{content:"";position:absolute;top:0;left:0;bottom:0;width:2px;background-image:linear-gradient(44.99deg,#8F5F39 -10.71%,#C9AC70 23.12%,#FDEDCB 57.73%,#DDC09D 84.3%,#8F5F39 104.41%)}.content blockquote p{font-size:24px;line-height:1.6;font-style:italic;color:#612040}@media only screen and (max-width: 1259px){.content blockquote p{font-size:20px}}.content blockquote footer{margin-top:32px;color:#61565c}@media only screen and (max-width: 767px){.content blockquote footer{font-size:14px}}.section__content{position:relative;max-height:348px;overflow:hidden}.section__content:after{content:"";position:absolute;left:0;right:0;bottom:0;height:220px;background:linear-gradient(180deg,rgba(252,250,250,0) 0%,#FCFAFA 87.25%)}.section__button{position:relative;z-index:2;display:block;width:56px;height:56px;margin:-72px auto 0;border-radius:12px;background:#EFCFD5;transition:background .2s}.section__button:before,.section__button:after{content:"";position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);background:#612040;border-radius:1px}.section__button:before{width:16px;height:2px}.section__button:after{width:2px;height:16px;transition:-webkit-transform .2s;transition:transform .2s;transition:transform .2s,-webkit-transform .2s}.section__button:hover{background:#E2BDC1}.section__button.active{margin-top:16px}.section__button.active:after{-webkit-transform:translate(-50%,-50%) rotate(90deg);transform:translate(-50%,-50%) rotate(90deg)}.section_post{padding:160px 0 88px}@media only screen and (max-width: 1419px){.section_post{padding-top:120px}}@media only screen and (max-width: 1023px){.section_post{padding-top:90px}}@media only screen and (max-width: 767px){.section_post{padding:48px 0}}.section_content{padding:120px 0}@media only screen and (max-width: 1419px){.section_content{padding:100px 0}}@media only screen and (max-width: 1023px){.section_content{padding:80px 0}}@media only screen and (max-width: 767px){.section_content{padding:48px 0}}.section_content.full .section__content{max-height:100%}.section_content.full .section__content:after{opacity:0}.section_content .section__center{position:relative}.section_content .section__title{margin-bottom:48px;font-size:32px;line-height:1.4;font-weight:700}@media only screen and (max-width: 1023px){.section_content .section__title{font-size:28px}}@media only screen and (max-width: 767px){.section_content .section__title{font-size:22px}}@media only screen and (max-width: 1023px){.section_content .section__title{margin-bottom:32px}}.field{position:relative}.field__label{margin-bottom:8px;font-size:16px;line-height:1.4}@media only screen and (max-width: 767px){.field__label{font-size:14px}}.field__input,.field__textarea{width:100%;border:1px solid #D4C2CA;background:#FFFFFF;border-radius:6px;font-size:14px;font-weight:500;color:#1d0712;transition:all .2s}.field__input::-webkit-input-placeholder,.field__textarea::-webkit-input-placeholder{color:#61565c}.field__input:-ms-input-placeholder,.field__textarea:-ms-input-placeholder{color:#61565c}.field__input::-ms-input-placeholder,.field__textarea::-ms-input-placeholder{color:#61565c}.field__input::placeholder,.field__textarea::placeholder{color:#61565c}.field__input:focus,.field__input:hover,.field__textarea:focus,.field__textarea:hover{border-color:#e2bdc1;box-shadow:0 4px 7px #46102a0d}.field__input.disabled,.field__input:disabled,.field__textarea.disabled,.field__textarea:disabled{pointer-events:none;background:#FCFAFA;border-color:#e0dedf}.field__input.error,.field__textarea.error{border-color:#e36475}.field__input{height:44px;padding:0 15px}.field__textarea{height:150px;padding:12px 15px;resize:none}@media only screen and (max-width: 767px){.field__textarea{height:120px}}.field__radios{display:flex;flex-direction:column;align-items:flex-start;gap:8px}.field__select{width:100%;height:44px;padding:0 40px 0 15px;border:1px solid #D4C2CA;background:#FFFFFF;border-radius:6px;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Cpath d='M6 9l6 6 6-6' stroke='%23612040' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat calc(100% - 8px) 50%/24px auto;font-size:14px;font-weight:500;color:#1d0712;transition:all .2s;cursor:pointer}.field__select::-ms-expand{display:none}.field__select:-moz-focusring{color:transparent;text-shadow:0 0 0 #000}.field__select:hover{border-color:#e2bdc1;box-shadow:0 4px 7px #46102a0d}.field_textarea{font-size:0}.field .select{height:44px;opacity:0}.field .select2{display:block;width:100%!important}.field .select2-container--default .select2-selection--single{border-color:#d4c2ca;border-radius:6px;font-size:14px;font-weight:500;color:#1d0712;transition:border-color .2s,box-shadow .2s}.field .select2-container--default .select2-selection--single:hover{border-color:#e2bdc1;box-shadow:0 4px 7px #46102a0d}.field .select2-container--default.select2-container--open.select2-container--below .select2-selection--single{border-radius:6px;border-color:#e2bdc1}.field .select2-container--default.select2-container--open.select2-container--below .select2-selection--single .select2-selection__arrow{-webkit-transform:translateY(-50%) rotate(180deg);transform:translateY(-50%) rotate(180deg)}.field .select2-container .select2-selection--single{height:44px}.field .select2-container .select2-selection--single .select2-selection__rendered{padding:7px 40px 0 15px}.field .select2-container--default .select2-selection--single .select2-selection__placeholder{color:#61565c}.field .select2-container--default .select2-selection--single .select2-selection__arrow{top:50%;right:8px;width:24px;height:24px;-webkit-transform:translateY(-50%);transform:translateY(-50%);background:transparent url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Cpath d='M6 9l6 6 6-6' stroke='%23612040' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat 0 0/100% auto;transition:-webkit-transform .2s;transition:transform .2s;transition:transform .2s,-webkit-transform .2s}.field .select2-container--default .select2-selection--single .select2-selection__arrow b{display:none}.select2-dropdown{margin-top:4px;overflow:hidden;border-radius:6px;box-shadow:0 8px 16px #46102a33}.select2-container--open .select2-dropdown--below{border-radius:6px;border:1px solid #E2BDC1}.select2-container--default .select2-search--dropdown .select2-search__field{border-color:#d4c2ca;background:transparent}.select2-search--dropdown .select2-search__field{height:30px;padding:0 11px;border-color:#d4c2ca;border-radius:4px;font-size:14px;font-weight:500;color:#1d0712;transition:all .2s}.select2-search--dropdown .select2-search__field::-webkit-input-placeholder{color:#61565c}.select2-search--dropdown .select2-search__field:-ms-input-placeholder{color:#61565c}.select2-search--dropdown .select2-search__field::-ms-input-placeholder{color:#61565c}.select2-search--dropdown .select2-search__field::placeholder{color:#61565c}.select2-search--dropdown .select2-search__field:focus{border-color:#e2bdc1}.select2-results__option{position:relative;padding:7px 45px 7px 15px;font-size:14px;font-weight:500;transition:all .2s}.select2-results__option:after{content:"";position:absolute;top:50%;right:8px;width:20px;height:20px;-webkit-transform:translateY(-50%);transform:translateY(-50%);background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none' viewBox='0 0 20 20'%3E%3Cpath d='M16.667 5L7.5 14.167 3.333 10' stroke='%23612040' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat 50% 50%/100% auto;opacity:0}.select2-container--default .select2-results__option--highlighted[aria-selected]{background-color:#efcfd5;color:#612040}.select2-container--default .select2-results__option[aria-selected=true]{background-color:#e2bdc1;color:#612040}.select2-container--default .select2-results__option[aria-selected=true]:after{opacity:1}label.error{display:block;margin-top:4px;font-size:14px;font-weight:500;color:#da1e37}@media only screen and (max-width: 767px){.footer{overflow:hidden}}.footer__body{padding:40px 0;background:#612040;color:#fff}.footer__body .footer__center{display:flex}@media only screen and (max-width: 767px){.footer__body .footer__center{display:block}}.footer__col:nth-child(1){display:flex;flex-direction:column;flex-shrink:0;width:402px;padding-top:6px}@media only screen and (max-width: 1419px){.footer__col:nth-child(1){width:320px}}@media only screen and (max-width: 1259px){.footer__col:nth-child(1){width:280px}}@media only screen and (max-width: 1179px){.footer__col:nth-child(1){width:200px}}@media only screen and (max-width: 1023px){.footer__col:nth-child(1){width:280px}}@media only screen and (max-width: 767px){.footer__col:nth-child(1){width:100%;margin-bottom:48px}}.footer__col:nth-child(2){display:flex;gap:24px;flex-grow:1;padding-left:24px}@media only screen and (max-width: 1023px){.footer__col:nth-child(2){flex-direction:column;gap:32px}}@media only screen and (max-width: 767px){.footer__col:nth-child(2){padding-left:0;gap:40px}}.footer__logo{width:150px;margin:0 auto}.footer__logo img{width:100%}.footer__slogan{margin-top:40px}@media only screen and (max-width: 767px){.footer__slogan{margin:40px -32px 0}}.footer__slogan img{width:100%}@media only screen and (max-width: 1579px){.footer__inner{flex-grow:1}}.footer__list{display:flex;gap:24px}@media only screen and (max-width: 1023px){.footer__list{flex-wrap:wrap;justify-content:stretch;gap:0;margin:-32px -8px 0;padding:0}}@media only screen and (max-width: 767px){.footer__list{margin-top:-24px}}.footer__menu,.footer__wrap{width:260px}@media only screen and (max-width: 1739px){.footer__menu,.footer__wrap{width:248px}}@media only screen and (max-width: 1579px){.footer__menu{flex-grow:1;width:auto}}@media only screen and (max-width: 1023px){.footer__menu{width:calc(50% - 16px);margin:32px 8px 0}.footer__menu:last-child{min-width:calc(100% - 16px)}}@media only screen and (max-width: 767px){.footer__menu{margin-top:24px}}.footer__wrap{flex-shrink:0}@media only screen and (max-width: 1579px){.footer__wrap{width:216px}}@media only screen and (max-width: 1179px){.footer__wrap{width:192px}}@media only screen and (max-width: 767px){.footer__wrap{width:100%}}.footer__category{margin-bottom:20px;font-size:16px;line-height:1.25;font-weight:800}@media only screen and (max-width: 767px){.footer__category{font-size:14px}}.footer__links{display:flex;flex-direction:column;align-items:flex-start;gap:12px}.footer__links a{font-size:16px;line-height:1.4;color:#fff;transition:color .2s}@media only screen and (max-width: 767px){.footer__links a{font-size:14px}}@media only screen and (max-width: 1179px){.footer__links a{font-size:14px}}.footer__links a:hover{color:#e2bdc1}.footer__socials{display:flex;align-items:center;gap:40px;margin-top:20px}.footer__socials a .icon{width:36px;height:36px;fill:#fff;transition:fill .2s}.footer__socials a:hover .icon{fill:#e2bdc1}.footer__stage{margin-bottom:20px;font-size:16px;line-height:1.25;font-weight:800}@media only screen and (max-width: 767px){.footer__stage{font-size:14px}}.footer__contacts{display:flex;flex-direction:column;align-items:flex-start;gap:16px;margin-bottom:16px}.footer__link{text-decoration:underline;font-weight:700;color:#fff;transition:color .2s}.footer__link .icon{margin-right:10px;fill:#fff;transition:fill .2s}.footer__link:hover{color:#e2bdc1}.footer__link:hover .icon{fill:#e2bdc1}.footer__text{font-size:14px;font-weight:500}.footer__delivery{display:inline-block;min-width:470px;margin-top:40px;padding:18px 16px;background-image:linear-gradient(90.01deg,#8F5F39 -26.99%,#C9AC70 15.17%,#FDEDCB 58.32%,#DDC09D 91.43%,#8F5F39 116.49%);border-radius:16px;text-align:center}@media only screen and (max-width: 1259px){.footer__delivery{padding:12px}}@media only screen and (max-width: 1179px){.footer__delivery{min-width:360px}}@media only screen and (max-width: 767px){.footer__delivery{min-width:100%;padding:18px 8px}}.footer__free{font-family:Caveat,cursive;font-size:39px;line-height:1.1;letter-spacing:-.03em;font-weight:700;color:#612040}.footer__note{font-size:16px;line-height:1.75;letter-spacing:-.24px;color:#612040}.footer__bottom{padding:12px 0;background:#FBF2F5}.footer__copyright{text-align:center;font-size:16px;line-height:1.4;color:#612040}@media only screen and (max-width: 767px){.footer__copyright{font-size:14px}}@media only screen and (max-width: 1023px){.footer__copyright{font-size:14px}}@media only screen and (max-width: 767px){.footer__copyright{margin:0 -8px}}.footer__copyright span{margin:0 8px}@media only screen and (max-width: 767px){.footer__copyright span{margin:0 5px}}.breadcrumbs{padding:28px 0}@media only screen and (max-width: 767px){.breadcrumbs{padding:16px 0}}.breadcrumbs__list{display:flex;margin:0 -30px;overflow-x:auto;-ms-overflow-style:none;scrollbar-width:none;-webkit-overflow-scrolling:touch}@media only screen and (max-width: 1023px){.breadcrumbs__list{margin:0 -24px}}@media only screen and (max-width: 767px){.breadcrumbs__list{margin:0 -16px}}.breadcrumbs__list::-webkit-scrollbar{display:none}.breadcrumbs__list:before,.breadcrumbs__list:after{content:"";flex-shrink:0;width:30px}@media only screen and (max-width: 1023px){.breadcrumbs__list:before,.breadcrumbs__list:after{width:24px}}@media only screen and (max-width: 767px){.breadcrumbs__list:before,.breadcrumbs__list:after{width:16px}}.breadcrumbs__list li{display:inline;font-size:14px;font-weight:500;color:#612040}@media only screen and (max-width: 767px){.breadcrumbs__list li{flex-shrink:0}}.breadcrumbs__list li:not(:last-child){margin-right:8px}@media only screen and (max-width: 767px){.breadcrumbs__list li:not(:last-child){margin-right:4px}}.breadcrumbs__list a{color:#61565c;transition:color .2s}.breadcrumbs__list a:hover{color:#612040}.breadcrumbs__list .icon{margin-top:-3px;margin-left:8px;fill:#61565c}@media only screen and (max-width: 767px){.breadcrumbs__list .icon{margin-left:4px}}.pagination{display:flex;justify-content:center;align-items:center;margin-top:48px}@media only screen and (max-width: 1023px){.pagination{margin-top:40px}}@media only screen and (max-width: 767px){.pagination{margin-top:32px}}.pagination__arrow,.pagination__number{display:flex;justify-content:center;align-items:center}.pagination__arrow{width:40px;height:40px}.pagination__arrow .icon{fill:#61565c;transition:fill .2s}.pagination__arrow:hover .icon{fill:#612040}.pagination__arrow.disabled,.pagination__arrow:disabled{pointer-events:none}.pagination__number{width:48px;height:48px;border-radius:12px;font-family:New Hero;font-size:16px;line-height:1.25;font-weight:500;color:#61565c;transition:all .2s}@media only screen and (max-width: 767px){.pagination__number{font-size:14px}}.pagination__number:hover{color:#612040}.pagination__number.active{background:#EFCFD5;color:#612040}.counter{position:relative;display:inline-block;flex-shrink:0;width:128px;height:48px;border:1px solid #EFCFD5;border-radius:8px;background:#FCFAFA;padding:0 40px;overflow:hidden}@media only screen and (max-width: 767px){.counter{width:104px;height:40px;padding:0 36px}}.counter__input{width:100%;height:46px;background:transparent;text-align:center;font-size:18px;line-height:1.6;font-weight:500;color:#612040}@media only screen and (max-width: 767px){.counter__input{font-size:16px}}@media only screen and (max-width: 767px){.counter__input{height:38px;padding-bottom:1px}}.counter__btn{position:absolute;top:0;bottom:0;z-index:1;width:32px;transition:color .2s;-webkit-tap-highlight-color:rgba(0,0,0,0)}.counter__btn:before{content:"";position:absolute;top:50%;left:50%;width:12px;height:2px;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);border-radius:1px;background:#1D0712;transition:background .2s}.counter__btn:hover:before,.counter__btn:hover:after{background:#612040}.counter__btn.disabled{pointer-events:none}.counter__btn.disabled:before,.counter__btn.disabled:after{background:#61565C}.counter__btn_plus{right:8px}@media only screen and (max-width: 767px){.counter__btn_plus{right:4px}}.counter__btn_plus:after{content:"";position:absolute;top:50%;left:50%;width:2px;height:12px;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);border-radius:1px;background:#1D0712;transition:background .2s}.counter__btn_minus{left:8px}@media only screen and (max-width: 767px){.counter__btn_minus{left:4px}}.counter.disabled{pointer-events:none;border-color:#61565c;background:#E0DEDF}.counter.disabled .counter__input{color:#61565c}.counter.disabled .counter__btn:before,.counter.disabled .counter__btn:after{background:#61565C}.nav{display:flex;gap:8px}.nav__link{position:relative;display:flex;justify-content:center;align-items:center;min-width:211px;height:56px;padding:0 24px;border-radius:28px;background:#FCFAFA;font-size:18px;font-weight:500;color:#612040}@media only screen and (max-width: 1023px){.nav__link{min-width:180px}}.nav__link:before,.nav__link:after{content:"";position:absolute;border-radius:28px}.nav__link:before{inset:0;border:1px solid #612040;background-image:linear-gradient(44.99deg,#8F5F39 -10.71%,#C9AC70 23.12%,#FDEDCB 57.73%,#DDC09D 84.3%,#8F5F39 104.41%);transition:border-color .2s}.nav__link:after{inset:1px;border-radius:27px;background:#FCFAFA;transition:all .2s}.nav__link .icon,.nav__link span{position:relative;z-index:2}.nav__link .icon{width:40px;height:40px;margin-right:8px;fill:#612040}.nav__link:hover:before{border-color:transparent}.nav__link:hover:after{background:#FBF2F5}.nav__link.active:before{border-width:0}.nav__link.active:after{opacity:0}.similar{position:relative;margin-bottom:120px;padding:120px 0 90px;background:#612040;overflow:hidden}@media only screen and (max-width: 1259px){.similar{margin-bottom:100px;padding-top:100px}}@media only screen and (max-width: 767px){.similar{margin-bottom:48px;padding:48px 0 395px}}.similar__inner{position:relative;z-index:2}.similar__title{margin-bottom:76px;font-size:40px;line-height:1.2;font-weight:800;text-transform:uppercase;color:#fff}@media only screen and (max-width: 1023px){.similar__title{font-size:36px}}@media only screen and (max-width: 767px){.similar__title{font-size:26px}}@media only screen and (max-width: 1259px){.similar__title{margin-bottom:56px}}@media only screen and (max-width: 767px){.similar__title{margin-bottom:40px}}.similar__wrapper{padding-left:425px}@media only screen and (max-width: 1739px){.similar__wrapper{padding-left:360px}}@media only screen and (max-width: 1419px){.similar__wrapper{padding-left:300px}}@media only screen and (max-width: 1259px){.similar__wrapper{padding-left:160px}}@media only screen and (max-width: 1023px){.similar__wrapper{padding-left:0}}.similar .splide{position:static}@media only screen and (max-width: 767px){.similar .splide__track{overflow:visible}}@media only screen and (max-width: 767px){.similar .splide__slide{width:200px}}.similar .splide__arrows{position:absolute;top:-4px;right:0;display:flex;gap:48px}@media only screen and (max-width: 1023px){.similar .splide__arrows{gap:16px}}.similar .splide__arrow{position:static;-webkit-transform:translateY(0);transform:translateY(0)}.similar__preview{position:absolute;left:calc(50% - 946px);bottom:-214px}@media only screen and (max-width: 1739px){.similar__preview{left:calc(50% - 786px);bottom:-140px}}@media only screen and (max-width: 1579px){.similar__preview{left:calc(50% - 706px);bottom:-100px}}@media only screen and (max-width: 1419px){.similar__preview{left:calc(50% - 646px)}}@media only screen and (max-width: 1259px){.similar__preview{left:calc(50% - 570px);bottom:0}}@media only screen and (max-width: 1023px){.similar__preview{display:none}}@media only screen and (max-width: 767px){.similar__preview{display:block;left:50%;bottom:-176px;-webkit-transform:translateX(-50%);transform:translate(-50%)}}@media only screen and (max-width: 1739px){.similar__preview img{width:360px}}@media only screen and (max-width: 1419px){.similar__preview img{width:320px}}@media only screen and (max-width: 1259px){.similar__preview img{width:230px}}@media only screen and (max-width: 767px){.similar__preview img{width:314px}}.mfp-container{padding:24px}@media (max-width: 900px){.mfp-container{padding:16px}}.mfp-3d-unfold.mfp-bg{background:rgba(97,86,92,.44);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);opacity:0;transition:all .3s}.mfp-3d-unfold.mfp-ready.mfp-bg{opacity:1}.popup{position:relative;max-width:1000px;margin:0 auto;background:#FCFAFA;box-shadow:0 16px 40px #27071757;border-radius:24px}@media only screen and (max-width: 767px){.popup{margin-bottom:16px;border-radius:16px}}.popup__title{margin-bottom:8px;text-align:center;font-size:24px;line-height:1.3;font-weight:800;color:#612040}@media only screen and (max-width: 1023px){.popup__title{font-size:22px}}@media only screen and (max-width: 767px){.popup__title{font-size:18px}}.popup__info{margin-bottom:16px;text-align:center;font-size:16px;line-height:1.25;font-weight:800;color:#612040}@media only screen and (max-width: 767px){.popup__info{font-size:14px}}@media only screen and (max-width: 767px){.popup__info{padding:0 8px}}.popup__gallery{max-width:500px;margin:0 auto;background:#FFFFFF;border:1px solid #FBF2F5;border-radius:24px}@media only screen and (max-width: 767px){.popup__gallery{border-radius:16px}}.popup__row{display:flex}@media only screen and (max-width: 767px){.popup__row{display:block}}.popup__row .field:not(:last-child){margin-bottom:16px}.popup__row .btn{margin-top:16px}@media only screen and (max-width: 767px){.popup__row .btn{width:100%}}.popup__col{width:50%}@media only screen and (max-width: 767px){.popup__col{width:100%}}.popup__col:nth-child(1){padding:32px}@media only screen and (max-width: 767px){.popup__col:nth-child(1){padding:40px 16px 24px}}@media only screen and (max-width: 767px){.popup__col:nth-child(2){padding:0 16px}}.popup__col:nth-child(2) img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}@media only screen and (max-width: 767px){.popup__col:nth-child(2) img{height:auto}}.popup__subtitle{margin-bottom:32px;font-size:32px;line-height:1.4;font-weight:700;color:#612040}@media only screen and (max-width: 1023px){.popup__subtitle{font-size:28px}}@media only screen and (max-width: 767px){.popup__subtitle{font-size:22px}}@media only screen and (max-width: 767px){.popup__subtitle{margin-bottom:24px}}.popup .mfp-close{position:absolute;top:16px;right:16px;width:24px;height:24px;line-height:normal;opacity:1;font-size:0;-webkit-tap-highlight-color:rgba(0,0,0,0)}.popup .mfp-close svg{fill:#61565c;pointer-events:none;transition:fill .2s}.popup .mfp-close:hover svg{fill:#612040}.popup_review{max-width:796px;overflow:hidden;background:#FBF2F5}.popup_review-thanks{max-width:636px;overflow:hidden;background:#FBF2F5}.popup_gallery{padding:32px}@media only screen and (max-width: 767px){.popup_gallery{padding:32px 16px 96px}}.popup_gallery .splide__slide{display:flex;justify-content:center;align-items:center;height:500px}@media only screen and (max-width: 767px){.popup_gallery .splide__slide{height:348px}}@media only screen and (max-width: 389px){.popup_gallery .splide__slide{height:309px}}.popup_gallery .splide__slide img{max-width:100%;max-height:100%;border-radius:24px}@media only screen and (max-width: 767px){.popup_gallery .splide__slide img{border-radius:16px}}.popup_gallery .splide__arrow--prev{left:-64px}@media only screen and (max-width: 767px){.popup_gallery .splide__arrow--prev{top:calc(100% + 24px);left:calc(50% - 64px);-webkit-transform:translateY(0);transform:translateY(0)}}.popup_gallery .splide__arrow--next{right:-64px}@media only screen and (max-width: 767px){.popup_gallery .splide__arrow--next{top:calc(100% + 24px);right:calc(50% - 64px);-webkit-transform:translateY(0);transform:translateY(0)}}.popup_login{background:#FFFFFF}@media only screen and (max-width: 767px){.popup_login{min-height:100vh;margin:-16px -16px 0;border-radius:0}.popup_login .mfp-close{top:27px}}.popup_cart{padding:32px 24px}@media only screen and (max-width: 767px){.popup_cart{min-height:100vh;margin:-16px -16px 0;padding:12px 16px 190px;border-radius:0}}.popup_call{overflow:hidden;background:#FFFFFF}.login{display:flex;min-height:610px}@media only screen and (max-width: 767px){.login{display:block;min-height:auto}}.login__col{width:50%}@media only screen and (max-width: 767px){.login__col{width:100%}}.login__col:nth-child(1){padding:32px 64px 32px 32px}@media only screen and (max-width: 1179px){.login__col:nth-child(1){padding-right:32px}}@media only screen and (max-width: 767px){.login__col:nth-child(1){padding:24px 16px 32px}}.login__col:nth-child(2){position:relative;background:#D4C2CA;border-radius:24px;overflow:hidden}@media only screen and (max-width: 767px){.login__col:nth-child(2){padding:32px 24px;border-radius:16px 16px 0 0}}.login__title{margin-bottom:32px;font-size:32px;line-height:1.4;font-weight:700;color:#612040}@media only screen and (max-width: 1023px){.login__title{font-size:28px}}@media only screen and (max-width: 767px){.login__title{font-size:22px}}@media only screen and (max-width: 767px){.login__title{margin-bottom:24px}}.login__form .btn{min-width:226px}@media only screen and (max-width: 767px){.login__form .btn{min-width:100%}}.login__fieldset{margin-bottom:32px}.login .field:not(:last-child){margin-bottom:16px}.login__code{margin-top:16px}.login__code a{background:linear-gradient(87.26deg,#612040 -4.89%,#862E59 46.03%,#612040 103.59%);background-clip:text;text-decoration:underline;-webkit-background-clip:text;font-size:16px;font-weight:700;color:#612040;transition:all .2s}@media only screen and (max-width: 767px){.login__code a{font-size:14px}}.login__code a:hover{color:transparent}.login__or{position:relative;display:flex;justify-content:center;margin-top:32px}.login__or span{position:relative;z-index:1;padding:0 16px;background:#FCFAFA}.login__or:before{content:"";position:absolute;top:50%;left:0;right:0;height:1px;background:#D4C2CA}.login__socials{display:flex;margin-top:32px;gap:16px}@media only screen and (max-width: 1023px){.login__socials{flex-direction:column}}.login__google,.login__facebook{display:flex;justify-content:center;align-items:center;flex-grow:1;height:40px;border-radius:4px;font-size:14px;font-weight:500;font-weight:700;transition:opacity .2s}.login__google:hover,.login__facebook:hover{opacity:.9}.login__google{border:1px solid #61565C;color:#1d0712}.login__facebook{background:#1877F2;color:#fff}.login__icon{margin-right:8px}.login__photo{position:absolute;left:50%;bottom:0;-webkit-transform:translateX(-50%);transform:translate(-50%);text-align:center}@media only screen and (max-width: 767px){.login__photo{display:none}}.login__photo img{max-width:452px}.login__box{position:absolute;top:56px;left:50%;z-index:2;width:324px;padding:48px 24px;background:#FFFFFF;border-radius:16px;-webkit-transform:translateX(-50%);transform:translate(-50%);text-align:center}@media only screen and (max-width: 767px){.login__box{position:relative;top:auto;left:auto;width:auto;padding:24px 40px;-webkit-transform:translateX(0);transform:translate(0)}}.login__box .btn{min-width:244px}@media only screen and (max-width: 767px){.login__box .btn{min-width:100%}}.login__box .btn:after{background:#FFFFFF}.login__box:after{content:"";position:absolute;top:100%;left:50%;width:100px;height:44px;-webkit-transform:translateX(-50%);transform:translate(-50%);background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='44' fill='none' viewBox='0 0 100 44'%3E%3Cpath d='M61.314 38.686c-6.248 6.248-16.379 6.248-22.627 0L0 0h100L61.314 38.686z' fill='%23fff'/%3E%3C/svg%3E") no-repeat 50% 50%/100% auto}@media only screen and (max-width: 767px){.login__box:after{display:none}}.login__info{margin-bottom:24px;font-size:24px;line-height:1.3;font-weight:800;color:#612040}@media only screen and (max-width: 1023px){.login__info{font-size:22px}}@media only screen and (max-width: 767px){.login__info{font-size:18px}}.cart__title{margin-bottom:32px;font-size:32px;line-height:1.4;font-weight:700;color:#612040}@media only screen and (max-width: 1023px){.cart__title{font-size:28px}}@media only screen and (max-width: 767px){.cart__title{font-size:22px}}@media only screen and (max-width: 767px){.cart__title{margin-bottom:24px}}.cart__item{display:flex}.cart__item:not(:last-child){margin-bottom:16px}@media only screen and (max-width: 1023px){.cart__item:not(:last-child){padding-bottom:16px;border-bottom:1px solid #FBF2F5}}.cart__preview{position:relative;flex-shrink:0;width:112px;height:112px;margin-right:16px}@media only screen and (max-width: 767px){.cart__preview{margin-right:4px}}.cart__preview img{position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;border-radius:8px}.cart__wrap{display:flex;align-items:center;flex-grow:1}@media only screen and (max-width: 1023px){.cart__wrap{display:block}}.cart__details{flex-shrink:0;width:202px;margin-right:12px}@media only screen and (max-width: 1023px){.cart__details{width:100%;margin:0 0 8px}}@media only screen and (max-width: 767px){.cart__details{margin-bottom:4px}}.cart__status{display:flex;flex-wrap:wrap;gap:4px;margin-bottom:8px}.cart__product{display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden;-webkit-line-clamp:3;font-size:14px;font-weight:500;font-weight:700;color:#1d0712;transition:color .2s}.cart__product:hover{color:#612040}.cart__line{display:flex;align-items:center;margin-right:auto}@media only screen and (max-width: 1023px){.cart__line{flex-direction:row-reverse;justify-content:flex-start}}.cart .counter{margin-right:16px}@media only screen and (max-width: 1023px){.cart .counter{margin-right:auto}}@media only screen and (max-width: 767px){.cart .counter{margin-right:0}}.cart__weight{display:inline-flex;justify-content:center;align-items:center;height:30px;padding:0 8px;border-radius:15px;background:#FBF2F5;font-size:14px;font-weight:500;color:#6c2e4d}@media only screen and (max-width: 1023px){.cart__weight{margin-right:16px}}@media only screen and (max-width: 767px){.cart__weight{height:28px;margin-right:auto;font-size:12px}}.cart__box{display:flex;align-items:center}@media only screen and (max-width: 1023px){.cart__box{margin-top:16px}}.cart__price{margin-left:auto;text-align:right}@media only screen and (max-width: 1023px){.cart__price{display:flex;align-items:flex-end;margin:0 auto 0 0}}.cart__price-old{margin-bottom:2px;font-size:14px;line-height:1.2;font-weight:800;text-decoration:line-through;color:#612040}@media only screen and (max-width: 767px){.cart__price-old{font-size:12px}}@media only screen and (max-width: 1023px){.cart__price-old{margin-right:8px}}@media only screen and (max-width: 767px){.cart__price-old{margin:0 8px 1px 0}}.cart__price-actual{font-size:20px;line-height:1.2;font-weight:800;color:#da1e37}@media only screen and (max-width: 767px){.cart__price-actual{font-size:16px}}.cart__actions{display:flex;align-items:center;flex-shrink:0;gap:8px;margin-left:16px}@media only screen and (max-width: 767px){.cart__actions{margin-left:12px}}.cart__delivery{display:flex;align-items:center;margin-top:32px}.cart__divider{flex-grow:1;height:1px;background-image:linear-gradient(90.01deg,#8F5F39 -26.99%,#C9AC70 15.17%,#FDEDCB 58.32%,#DDC09D 91.43%,#8F5F39 116.49%)}.cart__free{position:relative;display:flex;justify-content:center;align-items:center;flex-shrink:0;height:44px;margin:0 16px;padding:0 40px;background-image:linear-gradient(90.01deg,#8F5F39 -26.99%,#C9AC70 15.17%,#FDEDCB 58.32%,#DDC09D 91.43%,#8F5F39 116.49%);border-radius:22px;font-family:Caveat,cursive;font-size:31px;line-height:1.1;letter-spacing:-.03em;color:#612040}@media only screen and (max-width: 767px){.cart__free{margin:0 8px;padding:0 24px;font-size:24px}}.cart__free:after{content:"";position:absolute;inset:1px;border-radius:21px;background-image:linear-gradient(44.99deg,#8F5F39 -10.71%,#C9AC70 23.12%,#FDEDCB 57.73%,#DDC09D 84.3%,#8F5F39 104.41%);opacity:.6}.cart__free span{position:relative;z-index:1}.cart__icon{position:relative;z-index:1;flex-shrink:0;width:28px;margin-right:4px;font-size:0}.cart__icon img{width:100%}.cart__foot{margin-top:32px}@media only screen and (max-width: 767px){.cart__foot{position:fixed;left:0;right:0;bottom:0;z-index:5;padding:16px;background:#FFFFFF;box-shadow:0 8px 40px #46102a17}}.cart__total{text-align:right;font-size:18px;line-height:1.3;font-weight:800;color:#612040}@media only screen and (max-width: 767px){.cart__total{font-size:16px}}.cart__total span{margin-left:8px;font-size:32px;line-height:1.4;font-weight:700}@media only screen and (max-width: 1023px){.cart__total span{font-size:28px}}@media only screen and (max-width: 767px){.cart__total span{font-size:22px}}.cart__btns{display:flex;justify-content:flex-end;margin-top:32px;gap:24px}@media only screen and (max-width: 767px){.cart__btns{flex-direction:column;align-items:stretch;gap:16px;margin-top:16px}}@media only screen and (max-width: 767px){.cart__btns .btn_secondary:after{background:#FFFFFF}}.cart__popular{position:relative;margin-top:48px;padding:24px;border-radius:24px;background:#FBF2F5;overflow:hidden}@media only screen and (max-width: 767px){.cart__popular{margin:40px -16px 0;padding:32px 16px;border-radius:0}}.cart__info{margin-bottom:32px;font-size:32px;line-height:1.4;font-weight:700;color:#612040}@media only screen and (max-width: 1023px){.cart__info{font-size:28px}}@media only screen and (max-width: 767px){.cart__info{font-size:22px}}.cart .splide{position:static}.cart .splide__track{overflow:visible}@media only screen and (max-width: 767px){.cart .splide__slide{width:200px}}.cart .splide__slide .card{height:100%}.cart .splide__arrows{position:absolute;top:18px;right:24px;display:flex;gap:48px}@media only screen and (max-width: 1023px){.cart .splide__arrows{gap:16px}}.cart .splide__arrow--prev,.cart .splide__arrow--next{position:static;-webkit-transform:translateY(0);transform:translateY(0)}.warning{position:relative;z-index:1;display:flex}.warning__body{position:absolute;top:46%;right:calc(100% + 24px);width:430px;-webkit-transform:translateY(-50%);transform:translateY(-50%);padding:20px 16px;border-radius:16px;background:#FBF2F5;box-shadow:0 8px 40px #46102a33;visibility:hidden;opacity:0;transition:all .2s}@media only screen and (max-width: 767px){.warning__body{top:auto;right:calc(100% + 12px);bottom:-8px;width:280px;border-radius:12px;-webkit-transform:translateY(0);transform:translateY(0)}}.warning__body:after{content:"";position:absolute;top:50%;left:100%;width:23px;height:42px;-webkit-transform:translateY(-50%);transform:translateY(-50%);background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='23' height='42' fill='none' viewBox='0 0 23 42'%3E%3Cpath d='M21.42 18.742a3 3 0 0 1 0 4.515L0 42V0l21.42 18.742z' fill='%23fbf2f5'/%3E%3C/svg%3E") no-repeat 50% 50%/100% auto}@media only screen and (max-width: 767px){.warning__body:after{top:auto;bottom:10px;width:12px;height:21px;-webkit-transform:translateY(0);transform:translateY(0)}}.warning.visible .warning__body{visibility:visible;opacity:1}.warning__title{margin-bottom:16px;text-align:center;font-size:18px;line-height:1.3;font-weight:800;color:#612040}@media only screen and (max-width: 767px){.warning__title{font-size:16px}}.warning__btns{display:flex;gap:16px}.warning__btns .btn{flex:1;padding:0 12px}.warning__btns .btn_secondary:after{background:#FBF2F5}.checkbox{display:inline-block;position:relative;-webkit-user-select:none;-ms-user-select:none;user-select:none;cursor:pointer;-webkit-tap-highlight-color:rgba(0,0,0,0)}.checkbox__input{position:absolute;top:0;left:0;opacity:0}.checkbox__in{display:flex}.checkbox__tick{position:relative;flex-shrink:0;width:14px;height:14px;margin:4px 5px 0 1px;border:1px solid #1D0712;border-radius:2px;transition:all .2s}.checkbox__tick:before{content:"";position:absolute;top:-3px;left:-3px;width:18px;height:18px;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none' viewBox='0 0 16 16'%3E%3Cpath d='M7.23 11.022a.5.5 0 0 1-.365-.16l-2.43-2.585a.5.5 0 0 1 .022-.708.5.5 0 0 1 .707.022l2.06 2.195 4.205-4.6a.5.5 0 0 1 .35-.185.5.5 0 0 1 .375.128.5.5 0 0 1 .164.361.5.5 0 0 1-.15.367l-4.57 5a.5.5 0 0 1-.365.165H7.23z' fill='%23612040'/%3E%3C/svg%3E") no-repeat 50% 50%/100% auto;opacity:0;transition:opacity .2s}.checkbox__text{font-size:16px;line-height:1.4;color:#1d0712;transition:color .2s}@media only screen and (max-width: 767px){.checkbox__text{font-size:14px}}@media only screen and (max-width: 767px){.checkbox__text{padding-top:1px}}.checkbox__text a{text-decoration:underline;color:#612040;transition:color .2s}.checkbox__text a:hover{text-decoration:none;color:#612040}.checkbox__input:checked+.checkbox__in .checkbox__text{color:#612040}.checkbox__input:checked+.checkbox__in .checkbox__tick{border-color:#612040}.checkbox__input:checked+.checkbox__in .checkbox__tick:before{opacity:1}.checkbox:hover .checkbox__tick{border-color:#612040}.checkbox:disabled,.checkbox.disabled{pointer-events:none}.checkbox:disabled .checkbox__tick,.checkbox.disabled .checkbox__tick{border-color:#61565c}.checkbox:disabled .checkbox__text,.checkbox.disabled .checkbox__text{color:#61565c}.radio{display:inline-block;position:relative;-webkit-user-select:none;-ms-user-select:none;user-select:none;cursor:pointer;-webkit-tap-highlight-color:rgba(0,0,0,0)}.radio__input{position:absolute;top:0;left:0;opacity:0}.radio__in{display:flex}.radio__tick{position:relative;flex-shrink:0;width:16px;height:16px;margin:3px 4px 0 0;border:1px solid #612040;border-radius:50%;transition:all .2s}.radio__tick:before{content:"";position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%) scale(0);transform:translate(-50%,-50%) scale(0);width:10px;height:10px;border-radius:50%;background:#612040;transition:-webkit-transform .2s;transition:transform .2s;transition:transform .2s,-webkit-transform .2s}.radio__text{font-size:16px;line-height:1.4;color:#1d0712;transition:color .2s}@media only screen and (max-width: 767px){.radio__text{font-size:14px}}@media only screen and (max-width: 767px){.radio__text{padding-top:1px}}.radio__input:checked+.radio__in .radio__text{color:#612040}.radio__input:checked+.radio__in .radio__tick{border-color:#612040}.radio__input:checked+.radio__in .radio__tick:before{-webkit-transform:translate(-50%,-50%) scale(1);transform:translate(-50%,-50%) scale(1)}.radio:hover .radio__tick{border-color:#612040}.radio:disabled,.radio.disabled{pointer-events:none}.radio:disabled .radio__tick,.radio.disabled .radio__tick{border-color:#61565c}.radio:disabled .radio__text,.radio.disabled .radio__text{color:#61565c}.tags{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:32px}.tags__item{padding:4px 11px;border:1px solid transparent;border-radius:16px;background:#FBF2F5;font-size:16px;line-height:1.4;color:#61565c;transition:all .2s}@media only screen and (max-width: 767px){.tags__item{font-size:14px}}.tags__item:hover{border-color:#e2bdc1;color:#612040}.tags__item.active{background:#612040;border-color:transparent;color:#fff}@media only screen and (max-width: 767px){.tags_row{flex-wrap:nowrap;gap:0;margin:0 -16px 32px;overflow-x:auto;-ms-overflow-style:none;scrollbar-width:none;-webkit-overflow-scrolling:touch}.tags_row::-webkit-scrollbar{display:none}.tags_row:before,.tags_row:after{content:"";flex-shrink:0;width:16px}}@media only screen and (max-width: 767px){.tags_row .tags__item{flex-shrink:0}.tags_row .tags__item:not(:last-child){margin-right:8px}}.faq__item{padding:24px;border-radius:24px;transition:background .2s}@media only screen and (max-width: 767px){.faq__item{padding:24px 16px}}.faq__item:hover,.faq__item.active{background:#FFFFFF}.faq__item:not(:last-child){margin-bottom:24px}.faq__head{position:relative;display:flex;align-items:center;min-height:40px;padding-right:56px;font-size:24px;line-height:1.3;font-weight:800;color:#612040;cursor:pointer;-webkit-tap-highlight-color:rgba(0,0,0,0)}@media only screen and (max-width: 1023px){.faq__head{font-size:22px}}@media only screen and (max-width: 767px){.faq__head{font-size:18px}}.faq__head:after{content:"";position:absolute;top:0;right:0;width:40px;height:40px;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' fill='none' viewBox='0 0 40 40'%3E%3Cpath d='M10 10l20 20m0 0V16.667M30 30H16.667' stroke='%23612040' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat 50% 50%/100% auto;transition:-webkit-transform .2s;transition:transform .2s;transition:transform .2s,-webkit-transform .2s}.faq__item.active .faq__head:after{-webkit-transform:rotate(-90deg);transform:rotate(-90deg)}.faq__body{display:none;padding-top:8px}.question{padding:48px;border-radius:24px;background:#FFFFFF;text-align:center}@media only screen and (max-width: 767px){.question{padding:24px;border-radius:16px}}.question__title{margin-bottom:8px;font-size:32px;line-height:1.4;font-weight:700;color:#612040}@media only screen and (max-width: 1023px){.question__title{font-size:28px}}@media only screen and (max-width: 767px){.question__title{font-size:22px}}.question__info{margin-bottom:40px;font-size:18px;line-height:1.6;font-weight:500}@media only screen and (max-width: 767px){.question__info{font-size:16px}}.question .field{text-align:left}.question .field:not(:last-child){margin-bottom:24px}.question .btn{min-width:226px}@media only screen and (max-width: 767px){.question .btn{min-width:100%}}.cookies{position:fixed;left:0;right:0;bottom:0;z-index:50;display:flex;align-items:center;padding:24px 120px 24px 0;background:#FBF2F5;box-shadow:0 16px 40px #27071757}@media only screen and (max-width: 1899px){.cookies{padding-right:30px}}@media only screen and (max-width: 767px){.cookies{display:block;padding:24px 16px}}.cookies__preview{flex-shrink:0;width:351px;margin-right:40px}@media only screen and (max-width: 1579px){.cookies__preview{width:300px;margin-right:32px}}@media only screen and (max-width: 1023px){.cookies__preview{width:210px}}@media only screen and (max-width: 767px){.cookies__preview{width:64vw;margin:0 0 8px -16px}}.cookies__preview img{width:100%}.cookies__wrap{display:flex;align-items:center;flex-grow:1}@media only screen and (max-width: 1419px){.cookies__wrap{display:block}}.cookies__content{flex-grow:1;color:#612040}@media only screen and (max-width: 1259px){.cookies__content{font-size:14px}}.cookies__content a{text-decoration:underline;color:#612040}.cookies__content a:hover{text-decoration:none}.cookies__btns{display:flex;flex-shrink:0;gap:24px;margin-left:40px}@media only screen and (max-width: 1579px){.cookies__btns{margin-left:32px}}@media only screen and (max-width: 1419px){.cookies__btns{margin:16px 0 0}}@media only screen and (max-width: 767px){.cookies__btns{flex-direction:column}}.cookies__btns .btn{min-width:226px;padding:0 16px}@media only screen and (max-width: 1579px){.cookies__btns .btn{min-width:200px}}@media only screen and (max-width: 767px){.cookies__btns .btn{min-width:100%}}.cookies__btns .btn_secondary:after{background:#FBF2F5}.video{position:relative;width:100%;height:0;padding-bottom:56.25%;background:#000;overflow:hidden}.video__link,.video__media{position:absolute;top:0;left:0;width:100%;height:100%}.video__media{border:none}.video__button{display:none;position:absolute;top:50%;left:50%;z-index:1;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:68px;height:48px}.video__button:focus .video__button-shape{fill:red;fill-opacity:1}.video__button-shape{fill:#212121;fill-opacity:.8;transition:all .3s}.video__button-icon{fill:#fff}.video__button:focus{outline:none}.video:hover .video__button-shape{fill:red;fill-opacity:1}.video--enabled{cursor:pointer}.video--enabled .video__button{display:block}.intro{position:relative;padding:122px 0}@media only screen and (max-width: 1023px){.intro{padding:90px 0}}@media only screen and (max-width: 767px){.intro{padding:26px 0 48px;overflow:hidden}}.intro__center{display:flex;align-items:center}@media only screen and (max-width: 1023px){.intro__center{padding:0}}@media only screen and (max-width: 767px){.intro__center{display:block;padding:0 16px}}.intro__preview{flex-shrink:0;width:544px}@media only screen and (max-width: 1579px){.intro__preview{width:424px}}@media only screen and (max-width: 1419px){.intro__preview{width:380px}}@media only screen and (max-width: 1259px){.intro__preview{width:300px}}@media only screen and (max-width: 1023px){.intro__preview{width:230px}}@media only screen and (max-width: 767px){.intro__preview{width:100%}}.intro__preview img{width:100%}.intro__logo{position:absolute;top:47%;left:50%;z-index:-1;width:1111px;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}@media only screen and (max-width: 1179px){.intro__logo{width:860px}}@media only screen and (max-width: 1023px){.intro__logo{width:700px}}@media only screen and (max-width: 767px){.intro__logo{top:49.5%;width:calc(100vw - 16px)}}.intro__logo img{width:100%}.intro__details{position:relative;width:100%;max-width:544px;margin:0 auto;text-align:center}@media only screen and (max-width: 767px){.intro__details{padding:24px 0}}@media only screen and (max-width: 767px){.intro__info{margin-bottom:4px}}.intro__title{margin-bottom:16px}@media only screen and (max-width: 767px){.intro__title{margin-bottom:8px}}.intro__content{max-width:480px;margin:0 auto 82px;font-size:18px;line-height:1.6;font-weight:500}@media only screen and (max-width: 767px){.intro__content{font-size:16px}}@media only screen and (max-width: 1259px){.intro__content{font-size:16px;line-height:1.4}}@media only screen and (max-width: 1259px) and (max-width: 767px){.intro__content{font-size:14px}}@media only screen and (max-width: 767px){.intro__content{padding:0 4px;font-size:16px;line-height:1.6}}.intro__blocks{position:relative;height:136px}@media only screen and (max-width: 1259px){.intro__blocks{height:100px}}@media only screen and (max-width: 767px){.intro__blocks{height:67px}}.intro__block{position:absolute;top:0;left:50%;padding:4px 32px 8px;border-radius:8px;background:#DB5B96;font-family:Caveat,cursive;white-space:nowrap;font-size:45px;line-height:1.2;letter-spacing:.03em;font-weight:700;color:#fff}@media only screen and (max-width: 1179px){.intro__block{font-size:36px}}@media only screen and (max-width: 767px){.intro__block{padding:7px 20px 11px;font-size:24px}}.intro__block:nth-child(1){z-index:1;-webkit-transform:translate(-42.5%,-30px) rotate(-5deg);transform:translate(-42.5%,-30px) rotate(-5deg)}@media only screen and (max-width: 767px){.intro__block:nth-child(1){-webkit-transform:translate(-36.5%,-38px) rotate(-5deg);transform:translate(-36.5%,-38px) rotate(-5deg)}}.intro__block:nth-child(2){-webkit-transform:translate(-58%,50px) rotate(5deg);transform:translate(-58%,50px) rotate(5deg)}@media only screen and (max-width: 1259px){.intro__block:nth-child(2){-webkit-transform:translate(-58%,36px) rotate(5deg);transform:translate(-58%,36px) rotate(5deg)}}@media only screen and (max-width: 767px){.intro__block:nth-child(2){-webkit-transform:translate(-62%,10px) rotate(5deg);transform:translate(-62%,10px) rotate(5deg)}}.categories{padding:100px 0 116px}@media only screen and (max-width: 1259px){.categories{padding-top:80px}}@media only screen and (max-width: 1023px){.categories{padding-bottom:90px}}@media only screen and (max-width: 767px){.categories{padding:48px 0;overflow:hidden}}.categories__head{display:flex;align-items:center;margin-bottom:72px}@media only screen and (max-width: 1259px){.categories__head{margin-bottom:56px}}@media only screen and (max-width: 767px){.categories__head{display:block;margin-bottom:40px}}.categories .nav{margin-left:auto}@media only screen and (max-width: 767px){.categories .nav{margin:24px 0 0}}@media only screen and (max-width: 767px){.categories .nav__link{flex:1;min-width:auto}}.categories__body{max-width:1188px;margin:0 auto}.categories__item{display:none}.categories__item:nth-child(1){display:block}.categories__main{margin-bottom:32px}.categories__main .splide{box-shadow:0 8px 40px #46102a17;border-radius:24px}.categories__main .splide__slide{display:flex;align-items:center;padding:16px 48px 16px 24px}@media only screen and (max-width: 1259px){.categories__main .splide__slide{padding-left:16px}}@media only screen and (max-width: 767px){.categories__main .splide__slide{display:block;padding:0 16px 16px}}@media only screen and (max-width: 1259px){.categories__main .splide__arrow--prev{left:-20px}}@media only screen and (max-width: 1259px){.categories__main .splide__arrow--next{right:-20px}}@media only screen and (max-width: 767px){.categories__main .btn{min-width:100%}}.categories__preview{display:flex;justify-content:center;align-items:center}.categories__preview img{max-width:100%;max-height:100%}.categories__main .categories__preview{flex-shrink:0;width:310px;height:310px;margin-right:16px}@media only screen and (max-width: 1259px){.categories__main .categories__preview{margin-right:8px}}@media only screen and (max-width: 1023px){.categories__main .categories__preview{width:280px;height:280px}}@media only screen and (max-width: 767px){.categories__main .categories__preview{width:100%;height:260px;margin:0 0 16px}}.categories__details{flex-grow:1}.categories__subtitle{margin-bottom:16px;font-size:24px;line-height:1.3;font-weight:800;color:#612040}@media only screen and (max-width: 1023px){.categories__subtitle{font-size:22px}}@media only screen and (max-width: 767px){.categories__subtitle{font-size:18px}}.categories__content{display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden;-webkit-line-clamp:5;margin-bottom:32px;font-size:18px;line-height:1.6;font-weight:500}@media only screen and (max-width: 767px){.categories__content{font-size:16px}}@media only screen and (max-width: 1023px){.categories__content{margin-bottom:24px;font-size:16px}}@media only screen and (max-width: 767px){.categories__thumbnail .splide__track{overflow:visible}}@media only screen and (max-width: 767px){.categories__thumbnail .splide__slide{width:132px}}.categories__thumbnail .splide__track--nav>.splide__list>.splide__slide{padding:16px;border-radius:16px;border:none;transition:box-shadow .2s,background .2s}@media only screen and (max-width: 1259px){.categories__thumbnail .splide__track--nav>.splide__list>.splide__slide{padding:12px}}.categories__thumbnail .splide__track--nav>.splide__list>.splide__slide:before,.categories__thumbnail .splide__track--nav>.splide__list>.splide__slide:after{content:"";position:absolute;transition:all .2s}.categories__thumbnail .splide__track--nav>.splide__list>.splide__slide:before{inset:0;border-radius:16px;background-image:linear-gradient(44.99deg,#8F5F39 -10.71%,#C9AC70 23.12%,#FDEDCB 57.73%,#DDC09D 84.3%,#8F5F39 104.41%);opacity:0}.categories__thumbnail .splide__track--nav>.splide__list>.splide__slide:after{inset:1px;border-radius:15px;background:#FCFAFA}.categories__thumbnail .splide__track--nav>.splide__list>.splide__slide:hover:after{opacity:1;background:#FFFFFF}.categories__thumbnail .splide__track--nav>.splide__list>.splide__slide.is-active{background:#FFFFFF}.categories__thumbnail .splide__track--nav>.splide__list>.splide__slide.is-active:after{opacity:1;background:#FFFFFF}.categories__thumbnail .splide__track--nav>.splide__list>.splide__slide.is-active:before{opacity:1}.categories__thumbnail .categories__preview{height:180px;margin-bottom:8px}@media only screen and (max-width: 1259px){.categories__thumbnail .categories__preview{height:140px}}@media only screen and (max-width: 767px){.categories__thumbnail .categories__preview{height:auto;aspect-ratio:1}}.categories__thumbnail .categories__preview img{position:relative;z-index:2}.categories__text{position:relative;z-index:2;text-align:center;font-size:18px;line-height:1.6;font-weight:500;color:#612040}@media only screen and (max-width: 767px){.categories__text{font-size:16px}}@media only screen and (max-width: 1023px){.categories__text{font-size:16px}}.offers{padding:100px 0 160px;background:#FBF2F5}@media only screen and (max-width: 1419px){.offers{padding:80px 0 120px}}@media only screen and (max-width: 1023px){.offers{padding:48px 0 80px}}@media only screen and (max-width: 767px){.offers{padding:48px 0 56px}}@media only screen and (max-width: 767px){.offers__center{padding:0}}.offers__wrapper{position:relative;padding:88px 48px;border-radius:40px;background:#FBF2F5;box-shadow:0 8px 40px #46102a33;overflow:hidden}@media only screen and (max-width: 1259px){.offers__wrapper{padding:64px 32px}}@media only screen and (max-width: 767px){.offers__wrapper{padding:56px 16px}}.offers__inner{position:relative;z-index:1;padding-bottom:158px;overflow:hidden}@media only screen and (max-width: 1419px){.offers__inner{padding-bottom:100px}}@media only screen and (max-width: 1023px){.offers__inner{padding-bottom:56px}}@media only screen and (max-width: 767px){.offers__inner{padding-bottom:36px}}.offers__inner:before,.offers__inner:after{content:"";position:absolute;top:0;bottom:0;z-index:1;width:100px}@media only screen and (max-width: 1579px){.offers__inner:before,.offers__inner:after{width:80px}}@media only screen and (max-width: 1259px){.offers__inner:before,.offers__inner:after{width:64px}}@media only screen and (max-width: 1023px){.offers__inner:before,.offers__inner:after{display:none}}.offers__inner:before{left:0;background:linear-gradient(270deg,rgba(251,242,245,0) 0%,#FBF2F5 100%)}.offers__inner:after{right:0;background:linear-gradient(90deg,rgba(251,242,245,0) 0%,#FBF2F5 100%)}.offers__title{position:relative;z-index:1;margin-bottom:191px;padding:0 20px;text-align:center;font-size:40px;line-height:1.2;font-weight:800;text-transform:uppercase;color:#612040}@media only screen and (max-width: 1023px){.offers__title{font-size:36px}}@media only screen and (max-width: 767px){.offers__title{font-size:26px}}@media only screen and (max-width: 1419px){.offers__title{margin-bottom:120px}}@media only screen and (max-width: 1259px){.offers__title{margin-bottom:80px}}@media only screen and (max-width: 1023px){.offers__title{margin-bottom:40px}}.offers__slider{width:544px;margin:0 auto}@media only screen and (max-width: 1259px){.offers__slider{width:600px}}@media only screen and (max-width: 1023px){.offers__slider{width:100%}}.offers .splide,.offers .splide__track{overflow:visible}@media only screen and (max-width: 1023px){.offers .splide__track{overflow:hidden;border-radius:16px}}.offers .splide__slide .offers__preview{transition:-webkit-transform .5s;transition:transform .5s;transition:transform .5s,-webkit-transform .5s}.offers .splide__slide .offers__preview img{position:relative;width:100%;border-radius:16px}@media only screen and (max-width: 1023px){.offers .splide__slide .offers__preview img{min-height:280px;-o-object-fit:cover;object-fit:cover}}@media only screen and (max-width: 767px){.offers .splide__slide .offers__preview img{min-height:auto}}.offers .splide__slide .offers__preview:after{content:"";position:absolute;inset:0;border-radius:16px;background:#FBF2F5;opacity:.69;transition:opacity .2s}@media only screen and (max-width: 1023px){.offers .splide__slide .offers__preview:after{display:none}}.offers .splide__slide.is-active{z-index:2}.offers .splide__slide.is-active .offers__preview{-webkit-transform:scale(2.045);transform:scale(2.045)}@media only screen and (max-width: 1419px){.offers .splide__slide.is-active .offers__preview{-webkit-transform:scale(1.5);transform:scale(1.5)}}@media only screen and (max-width: 1259px){.offers .splide__slide.is-active .offers__preview{-webkit-transform:scale(1.3);transform:scale(1.3)}}@media only screen and (max-width: 1023px){.offers .splide__slide.is-active .offers__preview{-webkit-transform:scale(1);transform:scale(1)}}.offers .splide__slide.is-active .offers__preview:after{opacity:0}.offers .splide__pagination{bottom:-158px}@media only screen and (max-width: 1419px){.offers .splide__pagination{bottom:-100px}}@media only screen and (max-width: 1023px){.offers .splide__pagination{bottom:-56px}}@media only screen and (max-width: 767px){.offers .splide__pagination{bottom:-36px}}.offers .splide__arrow{z-index:5}.offers .splide__arrow--prev{left:-312px}@media only screen and (max-width: 1419px){.offers .splide__arrow--prev{left:-164px}}@media only screen and (max-width: 1259px){.offers .splide__arrow--prev{left:-118px}}.offers .splide__arrow--next{right:-312px}@media only screen and (max-width: 1419px){.offers .splide__arrow--next{right:-164px}}@media only screen and (max-width: 1259px){.offers .splide__arrow--next{right:-118px}}.testimonials{position:relative;padding:96px 0 93px;background:#612040;color:#fff}@media only screen and (max-width: 1023px){.testimonials{padding:72px 0 0}}@media only screen and (max-width: 767px){.testimonials{padding-top:48px}}.testimonials__center{position:relative;z-index:1;display:flex}@media only screen and (max-width: 1023px){.testimonials__center{display:block}}.testimonials__wrap{margin-right:auto}@media only screen and (max-width: 1023px){.testimonials__wrap{margin:0 0 40px}}.testimonials__title,.testimonials__info{color:#fff}.testimonials__title{margin-bottom:48px}@media only screen and (max-width: 1023px){.testimonials__title{margin-bottom:32px}}.testimonials__socials{display:flex;gap:40px}.testimonials__socials a .icon{width:48px;height:48px;fill:#fff;transition:fill .2s}@media only screen and (max-width: 1023px){.testimonials__socials a .icon{width:40px;height:40px}}.testimonials__socials a:hover .icon{fill:#efcfd5}.testimonials__wrapper{position:relative;max-width:826px;margin-left:40px;padding:0 80px}@media only screen and (max-width: 1259px){.testimonials__wrapper{max-width:660px;padding:0 64px}}@media only screen and (max-width: 1023px){.testimonials__wrapper{max-width:100%;margin-left:0;padding:0}}.testimonials__preview{position:absolute;left:calc(50% - 962px);bottom:0;width:1090px}@media only screen and (max-width: 1739px){.testimonials__preview{left:calc(50% - 862px);width:990px}}@media only screen and (max-width: 1579px){.testimonials__preview{width:880px}}@media only screen and (max-width: 1419px){.testimonials__preview{left:calc(50% - 732px);width:700px}}@media only screen and (max-width: 1259px){.testimonials__preview{left:calc(50% - 582px);width:600px}}@media only screen and (max-width: 1023px){.testimonials__preview{position:static;width:100%;margin-top:48px;text-align:center}}@media only screen and (max-width: 767px){.testimonials__preview{margin-top:40px}}.testimonials__preview img{width:100%}@media only screen and (max-width: 1023px){.testimonials__preview img{max-width:600px}}.testimonials__item{position:relative;padding:24px;background-image:linear-gradient(90.01deg,#8F5F39 -26.99%,#C9AC70 15.17%,#FDEDCB 58.32%,#DDC09D 91.43%,#8F5F39 116.49%);border-radius:24px}.testimonials__item:before{content:"";position:absolute;inset:1px;border-radius:24px;background:#612040}.testimonials__item:after{content:"";position:absolute;right:24px;bottom:-24px;width:95px;height:60px;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='95' height='60' fill='none' viewBox='0 0 95 60'%3E%3Cpath d='M1.466 52.804c3.768-2.608 21.737-17.969 22.027-29.272 0 0-11.883 1.739-15.361-4.347C5.524 14.837 7.263 4.113 18.276.635c6.666-2.029 26.374.29 27.823 14.491 2.029 20.578-33.62 38.547-38.836 42.025-5.507 1.449-9.564-1.739-5.796-4.347zm48.111 1.449c3.478-2.608 19.998-15.361 22.606-28.982 0 0-11.303 3.188-16.23-4.347-3.768-5.796 0-17.1 10.434-19.128C80.009-.814 93.92 4.983 94.5 16.866c1.159 20.577-34.489 38.836-39.996 42.314-5.217 2.319-8.985-.58-4.927-4.927z' fill='%23e2bdc1'/%3E%3C/svg%3E") no-repeat 50% 50%/100% auto}.testimonials__item:not(:last-child){margin-bottom:32px}.testimonials__rating,.testimonials__content,.testimonials__foot{position:relative;z-index:1}.testimonials__rating{margin-bottom:16px}.testimonials__content{margin-bottom:16px;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:4;overflow:hidden;min-height:115px;font-size:18px;line-height:1.6;font-weight:500}@media only screen and (max-width: 767px){.testimonials__content{font-size:16px}}@media only screen and (max-width: 767px){.testimonials__content{min-height:102.5px}}.testimonials__foot{display:flex;align-items:center}.testimonials__author{margin-right:12px;font-size:18px;line-height:1.3;font-weight:800}@media only screen and (max-width: 767px){.testimonials__author{font-size:16px}}.testimonials__date{font-size:16px;line-height:1.4}@media only screen and (max-width: 767px){.testimonials__date{font-size:14px}}.testimonials .splide{position:static;margin:-24px 0}.testimonials .splide__slide{padding:24px 0}.testimonials .splide__arrow--prev{left:0}.testimonials .splide__arrow--next{right:0}.testimonials .splide__pagination{bottom:-48px}@media only screen and (max-width: 1023px){.testimonials .splide__pagination{bottom:-32px}}.posts__list{display:flex;flex-wrap:wrap;margin:-24px -12px 0}@media only screen and (max-width: 1419px){.posts__list{margin:-24px -8px 0}}@media only screen and (max-width: 767px){.posts__list{display:block;margin:0}}.posts__item{display:block;border-radius:24px;background:#FFFFFF;overflow:hidden;color:#1d0712;transition:box-shadow .2s}@media only screen and (max-width: 767px){.posts__item{border-radius:16px}}.posts__item:hover{box-shadow:0 8px 40px #46102a17}.posts__list .posts__item{width:calc(25% - 24px);margin:24px 12px 0}@media only screen and (max-width: 1419px){.posts__list .posts__item{width:calc(25% - 16px);margin:24px 8px 0}}@media only screen and (max-width: 1023px){.posts__list .posts__item{width:calc(50% - 16px)}}@media only screen and (max-width: 767px){.posts__list .posts__item{width:100%;margin:0}.posts__list .posts__item:not(:last-child){margin-bottom:24px}}.posts__preview{position:relative;aspect-ratio:1.63}.posts__preview img{position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.posts__preview:after{content:"";position:absolute;left:0;right:0;bottom:0;height:72px;background:linear-gradient(180deg,rgba(255,255,255,0) 0%,#FFF 100%)}.posts__category{position:absolute;left:24px;bottom:8px;z-index:2;padding:5px 12px;background:#FBF2F5;border-radius:16px;font-size:16px;line-height:1.4;color:#612040}@media only screen and (max-width: 767px){.posts__category{font-size:14px}}@media only screen and (max-width: 1259px){.posts__category{left:16px;padding:4px 8px;font-size:14px}}.posts__body{padding:16px 24px 24px}@media only screen and (max-width: 1259px){.posts__body{padding:16px}}@media only screen and (max-width: 767px){.posts__body{padding:16px 24px 24px}}.posts__title,.posts__content{display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden}.posts__title{min-height:47px;margin-bottom:8px;-webkit-line-clamp:2;font-size:18px;line-height:1.3;font-weight:800}@media only screen and (max-width: 767px){.posts__title{font-size:16px}}@media only screen and (max-width: 1259px){.posts__title{min-height:42px;font-size:16px}}@media only screen and (max-width: 767px){.posts__title{min-height:47px;font-size:18px}}.posts__content{min-height:67px;margin-bottom:20px;-webkit-line-clamp:3}@media only screen and (max-width: 1259px){.posts__content{min-height:59px;font-size:14px}}.posts__foot{color:#61565c}.posts__author{font-size:14px;font-weight:800;letter-spacing:-.4px}.posts__divider{position:relative;top:-3px;display:inline-block;width:4px;height:4px;margin:0 8px;border-radius:50%;background:#E0DEDF}.posts__date{font-size:14px;font-weight:500}.posts__btns{margin-top:24px;text-align:center}.posts__wrapper{position:relative}.posts__wrapper .splide{position:static}.posts__wrapper .splide__track{overflow:visible}@media only screen and (max-width: 767px){.posts__wrapper .splide__slide{width:280px}}.posts__wrapper .splide__arrows{position:absolute;top:20px;right:0;display:flex;align-items:center;gap:48px}@media only screen and (max-width: 1023px){.posts__wrapper .splide__arrows{gap:16px}}.posts__wrapper .splide__arrow{position:static;-webkit-transform:translateY(0);transform:translateY(0)}.posts__head{margin-bottom:72px}@media only screen and (max-width: 1259px){.posts__head{margin-bottom:48px}}@media only screen and (max-width: 767px){.posts__head{margin-bottom:40px}}@media only screen and (max-width: 767px){.posts_row .posts__list{display:block;margin:0}}@media only screen and (max-width: 767px){.posts_row .posts__item{display:flex;width:100%;margin:0;border-radius:8px}.posts_row .posts__item:not(:last-child){margin-bottom:24px}}@media only screen and (max-width: 767px){.posts_row .posts__preview{flex-shrink:0;width:118px;height:87px}.posts_row .posts__preview:after{top:0;left:auto;width:24px;height:auto;background:linear-gradient(90deg,rgba(255,255,255,0) 0%,#FFF 100%)}.posts_row .posts__preview img{height:100%;-o-object-fit:cover;object-fit:cover}}@media only screen and (max-width: 767px){.posts_row .posts__category{display:none}}@media only screen and (max-width: 767px){.posts_row .posts__body{padding:8px 8px 8px 12px}}@media only screen and (max-width: 767px){.posts_row .posts__title{margin-bottom:4px;font-size:16px}}@media only screen and (max-width: 767px){.posts_row .posts__content,.posts_row .posts__divider,.posts_row .posts__author{display:none}}.posts_slider{padding-bottom:100px;overflow:hidden}@media only screen and (max-width: 1259px){.posts_slider{padding-bottom:90px}}@media only screen and (max-width: 767px){.posts_slider{padding-bottom:48px}}.subs{padding:100px 0 160px}@media only screen and (max-width: 1419px){.subs{padding-bottom:120px}}@media only screen and (max-width: 1023px){.subs{padding:90px 0}}@media only screen and (max-width: 767px){.subs{padding:48px 0 56px}}@media only screen and (max-width: 767px){.subs__center{padding:0}}.subs__wrapper{position:relative;padding:124px;border-radius:40px;box-shadow:0 8px 40px #46102a33;overflow:hidden}@media only screen and (max-width: 1419px){.subs__wrapper{padding:96px}}@media only screen and (max-width: 1259px){.subs__wrapper{padding:56px 72px}}@media only screen and (max-width: 1023px){.subs__wrapper{padding:64px 48px}}@media only screen and (max-width: 767px){.subs__wrapper{padding:64px 0;border-radius:32px}}.subs__wrapper:before{content:"";position:absolute;inset:0;background:url(/frontAssets/build/assets/pattern-c629873e.svg) repeat 0 -16px/131px auto;opacity:.3}@media only screen and (max-width: 1259px){.subs__wrapper:before{background-position:0 -32px}}@media only screen and (max-width: 1023px){.subs__wrapper:before{background-size:80px auto}}@media only screen and (max-width: 767px){.subs__wrapper:before{background-position:0 -8px}}.subs__inner{position:relative;z-index:1;max-width:1112px;margin:0 auto;padding:90px 40px;border-radius:40px;background:#FBF2F5;text-align:center}@media only screen and (max-width: 1023px){.subs__inner{padding:56px 48px}}@media only screen and (max-width: 767px){.subs__inner{padding:48px 16px}}.subs__title{margin-bottom:24px;font-size:40px;line-height:1.2;font-weight:800;text-transform:uppercase;color:#612040}@media only screen and (max-width: 1023px){.subs__title{font-size:36px}}@media only screen and (max-width: 767px){.subs__title{font-size:26px}}.subs__content,.subs__form{max-width:544px;margin:0 auto}.subs .field{margin-bottom:40px;text-align:left}@media only screen and (max-width: 767px){.subs .field{margin-bottom:32px}}.subs .btn{min-width:226px}@media only screen and (max-width: 767px){.subs .btn{min-width:100%}}.subs__content{margin-bottom:40px;font-size:18px;line-height:1.6;font-weight:500;color:#612040}@media only screen and (max-width: 767px){.subs__content{font-size:16px}}@media only screen and (max-width: 767px){.subs__content{margin-bottom:32px}}.catalog{margin-bottom:100px}@media only screen and (max-width: 1023px){.catalog{margin-bottom:90px}}@media only screen and (max-width: 767px){.catalog{margin-bottom:72px;padding-top:8px}}.catalog__title{margin-bottom:40px;font-size:32px;line-height:1.4;font-weight:700;color:#612040}@media only screen and (max-width: 1023px){.catalog__title{font-size:28px}}@media only screen and (max-width: 767px){.catalog__title{font-size:22px}}@media only screen and (max-width: 1023px){.catalog__title{margin-bottom:24px}}.catalog__row{display:flex;flex-direction:row-reverse;align-items:flex-start}@media only screen and (max-width: 1023px){.catalog__row{display:block}}.catalog__wrapper{width:calc(100% - 260px);padding-left:24px}@media only screen and (max-width: 1023px){.catalog__wrapper{width:100%;padding:0}}.catalog__control{display:flex;align-items:center}.catalog__open{display:none;align-items:center;flex-shrink:0;margin-right:32px;font-size:16px;line-height:1.25;font-weight:800;color:#612040;-webkit-tap-highlight-color:rgba(0,0,0,0)}@media only screen and (max-width: 767px){.catalog__open{font-size:14px}}@media only screen and (max-width: 1023px){.catalog__open{display:flex}}@media only screen and (max-width: 767px){.catalog__open{margin-right:auto}}.catalog__icon{position:relative;margin-left:4px}.catalog__counter{position:absolute;right:-2px;bottom:0;display:flex;justify-content:center;align-items:center;width:14px;height:14px;background:#612040;border-radius:50%;font-size:8px;font-weight:700;color:#fff}.catalog__line{display:flex;align-items:center;margin-left:auto}@media only screen and (max-width: 767px){.catalog__control .catalog__line{display:none}}.catalog__wrapper>.catalog__line{display:none}@media only screen and (max-width: 767px){.catalog__wrapper>.catalog__line{display:flex;margin-top:12px}}.catalog__text{margin-right:16px;font-size:14px;font-weight:500;color:#61565c}.catalog__nav{display:flex}@media only screen and (max-width: 767px){.catalog__nav{margin-left:auto}}.catalog__view{display:flex;flex-wrap:wrap;width:40px;height:40px;padding:9px;gap:2px}.catalog__view span{background:#D4C2CA;transition:background .2s}.catalog__view_cell span{flex-shrink:0;width:6px;height:6px}.catalog__view_list span{width:22px;height:6px}.catalog__view:hover span{background:#EFCFD5}.catalog__view.active span{background:#612040}.catalog__sorting{display:flex;align-items:center}@media only screen and (max-width: 1023px){.catalog__sorting .catalog__text{display:none}}@media only screen and (max-width: 1259px){.catalog__sorting .catalog__text:last-child{display:none}}.catalog__select{min-width:auto;height:24px;padding:0 32px 0 0;border:none;border-radius:0;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Cpath d='M6 9l6 6 6-6' stroke='%23612040' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat 100% 0%/24px auto;font-size:16px;line-height:1.25;font-weight:800;cursor:pointer;color:#612040}@media only screen and (max-width: 767px){.catalog__select{font-size:14px}}.catalog__select::-ms-expand{display:none}.catalog__select:-moz-focusring{color:transparent;text-shadow:0 0 0 #000}.catalog__selected{display:flex;margin-top:8px;padding:8px 0}@media only screen and (max-width: 767px){.catalog__selected{display:block}}.catalog__selected .catalog__text{padding-top:1px}@media only screen and (max-width: 767px){.catalog__selected .catalog__text{display:none}}.catalog__tags{display:flex;align-items:center;flex-wrap:wrap;gap:16px}@media only screen and (max-width: 767px){.catalog__tags{gap:8px}}.catalog__tag{display:flex;align-items:center;padding:2px 8px;background:#EEE9F4;border-radius:12px;font-size:14px;font-weight:500;color:#612040;transition:box-shadow .2s}.catalog__tag:hover{box-shadow:0 18px 7px #1d071203,0 4px 4px #1d071217}.catalog__remove{flex-shrink:0;margin:1px 0 0 4px;font-size:0}.catalog__remove .icon{width:16px;height:16px;fill:#61565c;transition:fill .2s}.catalog__remove:hover .icon{fill:#1d0712}.catalog__clear{border-bottom:.5px solid #61565C;font-size:16px;line-height:1;font-weight:700;color:#61565c;transition:all .2s}@media only screen and (max-width: 767px){.catalog__clear{margin-left:auto;font-size:14px}}.catalog__clear:hover{border-color:transparent;color:#612040}.catalog__container{margin-top:32px}@media only screen and (max-width: 1259px){.catalog__container{margin-top:24px}}.catalog__item{display:none}.catalog__btns{margin-top:24px;text-align:center}.catalog__grid{display:flex;flex-wrap:wrap;margin:-24px -12px 0}@media only screen and (max-width: 1739px){.catalog__grid{margin:-16px -8px 0}}@media only screen and (max-width: 1023px){.catalog__grid{margin:-8px -4px 0}}.catalog__grid .card{width:calc(25% - 24px);margin:24px 12px 0}@media only screen and (max-width: 1739px){.catalog__grid .card{width:calc(25% - 16px);margin:16px 8px 0}}@media only screen and (max-width: 1419px){.catalog__grid .card{width:calc(33.333% - 16px)}}@media only screen and (max-width: 1179px){.catalog__grid .card{width:calc(50% - 16px)}}@media only screen and (max-width: 1023px){.catalog__grid .card{width:calc(33.333% - 8px);margin:8px 4px 0}}@media only screen and (max-width: 767px){.catalog__grid .card{width:calc(50% - 8px)}}.filters{flex-shrink:0;width:260px}@media only screen and (max-width: 1023px){.filters{width:auto}}.filters__wrapper{padding:16px;border-radius:16px;background:#FBF2F5}@media only screen and (max-width: 1023px){.filters__wrapper{position:fixed;top:0;left:0;bottom:0;z-index:30;width:320px;padding-top:64px;-webkit-transform:translateX(-100%);transform:translate(-100%);border-radius:0;transition:-webkit-transform .2s;transition:transform .2s;transition:transform .2s,-webkit-transform .2s;overflow-y:auto;-ms-overflow-style:none;scrollbar-width:none;-webkit-overflow-scrolling:touch}.filters__wrapper::-webkit-scrollbar{display:none}.filters__wrapper.visible{-webkit-transform:translateX(0);transform:translate(0)}}@media only screen and (max-width: 767px){.filters__wrapper{width:100%;padding-top:56px}}@media only screen and (max-width: 1023px){.filters__overlay{position:fixed;inset:0;z-index:20;background:rgba(97,86,92,.44);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);visibility:hidden;opacity:0;transition:all .2s}.filters__overlay.visible{visibility:visible;opacity:1}}.filters__details:not(:last-child){margin-bottom:32px}@media only screen and (max-width: 1023px){.filters__details:not(:last-child){margin-bottom:16px}}.filters__info{margin-bottom:16px;font-size:16px;line-height:1.25;font-weight:800;color:#612040}@media only screen and (max-width: 767px){.filters__info{font-size:14px}}.filters__category{display:flex;align-items:center;height:40px;padding:0 8px;border-radius:8px;font-size:14px;font-weight:500;color:#612040;transition:background .2s}@media only screen and (max-width: 767px){.filters__category{height:48px}}.filters__category:hover{background:#FCFAFA}.filters__category.active{background:#EFCFD5}.filters__category:not(:last-child){margin-bottom:8px}.filters__preview{display:flex;justify-content:center;align-items:center;flex-shrink:0;width:24px;height:24px;margin-right:4px}@media only screen and (max-width: 767px){.filters__preview{width:40px;height:40px}}.filters__preview img{width:100%}.filters__control{display:flex;align-items:center;margin-bottom:16px}@media only screen and (max-width: 1023px){.filters__control{position:absolute;top:16px;left:16px;right:16px;margin-bottom:0}}.filters__title{font-size:16px;line-height:1.25;font-weight:800;color:#612040}@media only screen and (max-width: 767px){.filters__title{font-size:14px}}.filters__close{display:none;margin-right:12px}@media only screen and (max-width: 1023px){.filters__close{display:block}}.filters__close .icon{fill:#612040}.filters__clear{margin-left:auto;border-bottom:.5px solid #61565C;font-size:16px;line-height:1;font-weight:700;color:#61565c;transition:all .2s}.filters__clear:hover{border-color:transparent;color:#612040}.filters__item{padding:16px;background:#FFFFFF;border-radius:16px}.filters__item:not(:last-child){margin-bottom:16px}.filters__head{position:relative;padding:2px 32px 2px 0;font-size:14px;font-weight:800;letter-spacing:-.4px;color:#612040}.filters__head.js-filters-head{cursor:pointer;transition:color .2s;-webkit-tap-highlight-color:rgba(0,0,0,0)}.filters__head.js-filters-head:hover{color:#6c2e4d}.filters__head.js-filters-head:after{content:"";position:absolute;top:50%;right:0;width:24px;height:24px;-webkit-transform:translateY(-50%);transform:translateY(-50%);background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Cpath d='M6 9l6 6 6-6' stroke='%23612040' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat 50% 50%/100% auto;transition:-webkit-transform .2s;transition:transform .2s;transition:transform .2s,-webkit-transform .2s}.filters__item.active .filters__head.js-filters-head:after{-webkit-transform:translateY(-50%) rotate(180deg);transform:translateY(-50%) rotate(180deg)}.filters__body{padding-top:16px}.filters__body.js-filters-body{display:none}.filters__links.all .filters__link{display:flex!important}.filters__link{position:relative;display:flex;justify-content:space-between;align-items:center;padding-left:20px;font-size:14px;font-weight:500;color:#1d0712;transition:color .2s}.filters__link:before,.filters__link:after{content:"";position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);transition:all .2s}.filters__link:before{left:0;width:14px;height:14px;border-radius:2px;border:1px solid #1D0712}.filters__link:after{left:-1px;width:16px;height:16px;opacity:0;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none' viewBox='0 0 16 16'%3E%3Cpath d='M7.23 11.022a.5.5 0 0 1-.365-.16l-2.43-2.585a.5.5 0 0 1 .022-.708.5.5 0 0 1 .707.022l2.06 2.195 4.205-4.6a.5.5 0 0 1 .35-.185.5.5 0 0 1 .375.128.5.5 0 0 1 .164.361.5.5 0 0 1-.15.367l-4.57 5a.5.5 0 0 1-.365.165H7.23z' fill='%23612040'/%3E%3C/svg%3E") no-repeat 50% 50%/16px auto}.filters__link:hover,.filters__link.active{color:#612040}.filters__link:hover:before,.filters__link.active:before{border-color:#612040}.filters__link.active:after{opacity:1}.filters__link.disabled{pointer-events:none;color:#61565c}.filters__link.disabled:before{border-color:#61565c}.filters__link:not(:first-child){margin-top:12px}.filters__link:nth-child(n+11){display:none}.filters__all{width:100%;margin-top:16px;text-align:center;background:linear-gradient(87.26deg,#612040 -4.89%,#862E59 46.03%,#612040 103.59%);background-clip:text;text-decoration:underline;-webkit-background-clip:text;font-size:16px;font-weight:700;color:#612040;transition:all .2s}@media only screen and (max-width: 767px){.filters__all{font-size:14px}}.filters__all:hover{color:transparent}.filters__icon{flex-shrink:0;margin-left:12px}.filters__row{display:flex;gap:8px;margin-bottom:12px}@media only screen and (max-width: 767px){.filters__row{gap:16px}}.filters__row .btn{flex-shrink:0;width:38px;min-width:38px;height:35px;padding:1px 0 0;font-size:14px;font-weight:700}.filters__col{display:flex;align-items:center;gap:5px;flex:1}@media only screen and (max-width: 767px){.filters__col{gap:8px}}.filters__field{flex-grow:1}.filters__input{width:100%;height:35px;padding:0 4px;text-align:center;border:1px solid #EFCFD5;background:rgba(239,207,213,.15);border-radius:8px;font-size:12px;font-weight:500;letter-spacing:-.03em;color:#612040;transition:border-color .2s}@media only screen and (max-width: 767px){.filters__input{font-size:14px}}.filters__input:focus{border-color:#6120404d}.filters__text{font-size:14px;font-weight:500}.filters_search .filters__control{display:none}@media only screen and (max-width: 1023px){.filters_search .filters__control{display:flex}}.noUi-target{border:0}.noUi-horizontal,.noUi-connect{background:transparent;cursor:pointer}.noUi-horizontal:before,.noUi-connect:before{content:"";position:absolute;top:5px;left:0;right:0;height:2px;border-radius:1px}.noUi-horizontal{height:12px;border-radius:0;box-shadow:none}.noUi-horizontal:before{background:#EFCFD5}.noUi-horizontal .noUi-handle{top:0;width:12px;height:12px}.noUi-connect:before{background:#612040}.noUi-handle{border:0;border-radius:50%;background:#612040;box-shadow:none;cursor:pointer;transition:all .2s}.noUi-handle:before,.noUi-handle:after{display:none}.noUi-handle:hover{background:#6C2E4D}html:not([dir=rtl]) .noUi-horizontal .noUi-handle{right:-5px}.l-card{position:relative;padding:1px;background:#FBF2F5;border-radius:16px}.l-card:before{content:"";position:absolute;inset:0;border-radius:16px;background-image:linear-gradient(90.01deg,#8F5F39 -26.99%,#C9AC70 15.17%,#FDEDCB 58.32%,#DDC09D 91.43%,#8F5F39 116.49%);opacity:0;transition:opacity .2s}.l-card:hover:before{opacity:1}.l-card:not(:last-child){margin-bottom:24px}@media only screen and (max-width: 1739px){.l-card:not(:last-child){margin-bottom:16px}}@media only screen and (max-width: 1023px){.l-card:not(:last-child){margin-bottom:12px}}.l-card__inner{position:relative;z-index:1;display:flex;padding:15px 23px 23px 15px;background:#FFFFFF;border-radius:15px}@media only screen and (max-width: 1419px){.l-card__inner{padding:15px}}@media only screen and (max-width: 767px){.l-card__inner{display:block}}.l-card__preview{position:relative;flex-shrink:0}@media only screen and (max-width: 767px){.l-card__preview{position:static}}.l-card__preview img{max-width:100%;max-height:100%}.l-card__photo{display:flex;justify-content:center;align-items:center;width:315px;height:315px}@media only screen and (max-width: 1259px){.l-card__photo{width:260px;height:260px}}@media only screen and (max-width: 1179px){.l-card__photo{width:200px;height:200px}}@media only screen and (max-width: 767px){.l-card__photo{width:156px;height:156px}}.l-card__photo img{border-radius:8px}.l-card__details{width:calc(100% - 315px);padding:8px 0 0 24px}@media only screen and (max-width: 1419px){.l-card__details{padding-left:16px}}@media only screen and (max-width: 1259px){.l-card__details{width:calc(100% - 260px)}}@media only screen and (max-width: 1179px){.l-card__details{width:calc(100% - 200px)}}@media only screen and (max-width: 767px){.l-card__details{width:100%;padding:12px 0 0}}.l-card__status{display:flex;flex-wrap:wrap;gap:4px;margin-bottom:32px}@media only screen and (max-width: 1579px){.l-card__status{margin-bottom:24px}}@media only screen and (max-width: 1259px){.l-card__status{margin-bottom:16px}}@media only screen and (max-width: 767px){.l-card__status{position:absolute;top:16px;left:180px;right:44px;flex-direction:column;align-items:flex-start;height:140px;margin-bottom:0}}.l-card__line{display:flex;align-items:center;gap:8px;margin-bottom:8px}@media only screen and (max-width: 767px){.l-card__line{gap:4px;margin-bottom:4px}}.l-card__counter{font-size:14px;font-weight:500;color:#612040}@media only screen and (max-width: 767px){.l-card__counter{font-size:12px}}.l-card .favorite{position:absolute;top:6px;right:8px;z-index:2;width:32px;height:32px}@media only screen and (max-width: 767px){.l-card .favorite{top:15px;right:15px;width:24px;height:24px}}.l-card__title{display:inline-block;margin-bottom:32px;font-size:24px;line-height:1.3;font-weight:800;color:#1d0712;transition:color .2s}@media only screen and (max-width: 1023px){.l-card__title{font-size:22px}}@media only screen and (max-width: 767px){.l-card__title{font-size:18px}}@media only screen and (max-width: 1579px){.l-card__title{margin-bottom:24px}}.l-card__title:hover{color:#612040}.l-card__row{display:flex;align-items:flex-start}@media only screen and (max-width: 1579px){.l-card__row{display:block}}.l-card__present{display:flex;max-width:455px;margin-right:32px;padding:16px;border-radius:8px;background:#EEE9F4;font-size:16px;line-height:1.4}@media only screen and (max-width: 767px){.l-card__present{font-size:14px}}@media only screen and (max-width: 1579px){.l-card__present{max-width:100%;margin:0 0 16px}}@media only screen and (max-width: 1259px){.l-card__present{font-size:14px}}@media only screen and (max-width: 1179px){.l-card__present{padding:8px 12px}}@media only screen and (max-width: 767px){.l-card__present{margin-bottom:24px;padding:12px}}.l-card__icon{flex-shrink:0;width:24px;margin-right:10px;font-size:0}.l-card__icon img{max-width:100%}.l-card__weights{flex-shrink:0;width:490px;margin-left:auto}@media only screen and (max-width: 1579px){.l-card__weights{width:100%}}.l-card__weight{display:flex;align-items:center;height:60px}@media only screen and (max-width: 1579px){.l-card__weight{height:56px}}.l-card__weight:not(:last-child){margin-bottom:24px}@media only screen and (max-width: 1579px){.l-card__weight:not(:last-child){margin-bottom:16px}}@media only screen and (max-width: 1179px){.l-card__weight:not(:last-child){margin-bottom:8px}}.l-card__value{display:inline-flex;justify-content:center;align-items:center;height:30px;margin-right:auto;padding:0 8px;border-radius:15px;background:#FBF2F5;font-size:14px;font-weight:500;color:#6c2e4d}@media only screen and (max-width: 1179px){.l-card__value{height:26px;font-size:13px}}@media only screen and (max-width: 767px){.l-card__value{font-size:12px}}.l-card__value.disabled{background:#E0DEDF;color:#61565c}.l-card__price{display:flex;align-items:flex-end}@media only screen and (max-width: 767px){.l-card__price{flex-direction:column}}.l-card__price-old{font-size:14px;line-height:1.2;font-weight:800;text-decoration:line-through;margin:0 16px 4px 0;color:#87556e}@media only screen and (max-width: 767px){.l-card__price-old{font-size:12px}}@media only screen and (max-width: 1179px){.l-card__price-old{margin-right:8px;font-size:13px}}@media only screen and (max-width: 767px){.l-card__price-old{margin:0 0 2px}}.l-card__price-actual,.l-card__price-no-available,.l-card__price-action{font-size:24px;line-height:1.3;font-weight:800}@media only screen and (max-width: 1023px){.l-card__price-actual,.l-card__price-no-available,.l-card__price-action{font-size:22px}}@media only screen and (max-width: 767px){.l-card__price-actual,.l-card__price-no-available,.l-card__price-action{font-size:18px}}@media only screen and (max-width: 1179px){.l-card__price-actual,.l-card__price-no-available,.l-card__price-action{font-size:18px}}.l-card__price-action{color:#da1e37}.l-card__price-actual{color:#612040}.l-card__price-no-available{color:#61565c}.l-card .btn{height:44px}.l-card .btn,.l-card .link{flex-shrink:0;min-width:144px;width:144px;margin-left:24px}@media only screen and (max-width: 1179px){.l-card .btn,.l-card .link{margin-left:16px}}@media only screen and (max-width: 767px){.l-card .btn,.l-card .link{min-width:114px;width:114px;margin-left:12px}}.product{margin-bottom:100px;padding-top:32px}@media only screen and (max-width: 1259px){.product{padding-top:0}}@media only screen and (max-width: 1023px){.product{margin-bottom:80px}}@media only screen and (max-width: 767px){.product{margin-bottom:56px}}.product__center{display:flex;align-items:flex-start}@media only screen and (max-width: 1023px){.product__center{display:block}}.product__gallery{flex-shrink:0;width:544px}@media only screen and (max-width: 1259px){.product__gallery{width:430px}}@media only screen and (max-width: 1023px){.product__gallery{width:100%;margin-bottom:24px}}.product__wrap{width:calc(100% - 544px);padding-left:24px}@media only screen and (max-width: 1259px){.product__wrap{width:calc(100% - 430px)}}@media only screen and (max-width: 1023px){.product__wrap{width:100%;padding-left:0}}.product__main{position:relative;margin-bottom:16px;border:1px solid #FBF2F5;border-radius:24px}@media only screen and (max-width: 767px){.product__main{border-radius:16px}}.product__main .splide__track{border-radius:24px}@media only screen and (max-width: 767px){.product__main .splide__track{border-radius:16px}}.product__main .splide__slide{aspect-ratio:1;padding:12px}@media only screen and (max-width: 1023px){.product__main .splide__slide{height:400px;aspect-ratio:auto}}@media only screen and (max-width: 767px){.product__main .splide__slide{height:380px;padding:4px}}@media only screen and (max-width: 389px){.product__main .splide__slide{height:340px}}.product__main .splide__arrow--prev{left:-8px}.product__main .splide__arrow--next{right:-8px}.product__thumbnail{position:relative;padding:0 46px}@media only screen and (max-width: 389px){.product__thumbnail{max-width:343px;margin:0 auto}}.product__thumbnail .splide{position:static}.product__thumbnail .splide__slide{aspect-ratio:1;padding:6px;border-radius:12px}@media only screen and (max-width: 767px){.product__thumbnail .splide__slide{height:91px;aspect-ratio:auto}}@media only screen and (max-width: 389px){.product__thumbnail .splide__slide{height:80px}}.product__thumbnail .splide__slide:before{content:"";position:absolute;inset:0;border-radius:12px;border:1px solid #FBF2F5;transition:border-color .2s}.product__thumbnail .splide__arrow{width:40px;height:40px;background:transparent}.product__thumbnail .splide__arrow svg{fill:#1d0712}.product__thumbnail .splide__arrow:hover{background:#FBF2F5}.product__thumbnail .splide__arrow:hover svg{fill:#612040}.product__thumbnail .splide__arrow.disabled,.product__thumbnail .splide__arrow:disabled{background:transparent}.product__thumbnail .splide__arrow.disabled svg,.product__thumbnail .splide__arrow:disabled svg{fill:#61565c}.product__thumbnail .splide__arrow--prev{left:0}.product__thumbnail .splide__arrow--next{right:0}.product__label{position:absolute;top:20px;left:68px;z-index:2;pointer-events:none}@media only screen and (max-width: 1419px){.product__label{left:48px}}@media only screen and (max-width: 767px){.product__label{top:12px;left:43px}}.product__label img{-webkit-transform:rotate(-16deg);transform:rotate(-16deg)}@media only screen and (max-width: 1259px){.product__label img{width:72px}}@media only screen and (max-width: 767px){.product__label img{width:55px}}.product__top{display:flex;align-items:center;flex-wrap:wrap;min-height:32px;margin-bottom:42px}@media only screen and (max-width: 1419px){.product__top{margin-bottom:32px}}@media only screen and (max-width: 1259px){.product__top{margin-bottom:24px}}.product__top .favorite{flex-shrink:0;width:32px;height:32px;margin-left:32px}@media only screen and (max-width: 1259px){.product__top .favorite{margin-left:auto}}@media only screen and (max-width: 1023px){.product__top .favorite{margin-left:32px}}@media only screen and (max-width: 767px){.product__top .favorite{margin-left:auto}}.product__line{display:flex;align-items:center;margin-right:auto}@media only screen and (max-width: 1259px){.product__line{width:100%;margin:0 0 8px}}@media only screen and (max-width: 1023px){.product__line{width:auto;margin:0 auto 0 0}}@media only screen and (max-width: 767px){.product__line{width:100%;margin:0 0 16px}}.product__counter{display:flex;align-items:center;flex-shrink:0;margin-left:16px;font-size:14px;font-weight:500;color:#612040}.product__counter .icon{margin-right:4px;fill:#612040}.product__status{display:flex;flex-wrap:wrap;justify-content:flex-end;margin-left:24px;gap:4px}@media only screen and (max-width: 1259px){.product__status{margin:0 16px 0 0}}@media only screen and (max-width: 1023px){.product__status{margin:0 0 0 24px}}@media only screen and (max-width: 767px){.product__status{justify-content:flex-start;width:calc(100% - 40px);margin:0 auto 0 0}}@media only screen and (max-width: 767px){.product__status [class^=status]{height:24px;padding:0 12px 1px;border-radius:12px;font-size:14px}}.product__status .status-gift:before,.product__status .status-hit:before{width:24px;height:24px}.product__title{margin-bottom:8px;font-size:32px;line-height:1.4;font-weight:700}@media only screen and (max-width: 1023px){.product__title{font-size:28px}}@media only screen and (max-width: 1259px){.product__title{font-size:28px}}@media only screen and (max-width: 767px){.product__title{font-size:22px}}.product__info{margin-bottom:48px;font-size:24px;line-height:1.3;font-weight:800}@media only screen and (max-width: 1023px){.product__info{font-size:22px}}@media only screen and (max-width: 767px){.product__info{font-size:18px}}@media only screen and (max-width: 1419px){.product__info{margin-bottom:32px;font-size:18px}}@media only screen and (max-width: 1259px){.product__info{margin-bottom:24px;font-size:16px}}@media only screen and (max-width: 767px){.product__info{margin-bottom:32px;font-size:18px}}.product__details{padding:32px 24px;border-radius:8px;border:1px solid #EFCFD5}@media only screen and (max-width: 1419px){.product__details{padding:24px}}@media only screen and (max-width: 767px){.product__details{padding:16px}}.product__present{display:inline-flex;margin-bottom:16px;padding:16px;border-radius:8px;background:#EEE9F4;font-size:16px;line-height:1.4}@media only screen and (max-width: 767px){.product__present{font-size:14px}}@media only screen and (max-width: 767px){.product__present{padding:12px}}.product__icon{flex-shrink:0;width:24px;margin-right:10px;font-size:0}.product__icon img{max-width:100%}.product__flex{display:flex;align-items:center;flex-wrap:wrap}.product .weights{gap:8px}@media only screen and (max-width: 767px){.product .weights{width:calc(100% - 104px);padding-right:16px}}.product .counter{margin:0 32px 0 48px}@media only screen and (max-width: 1419px){.product .counter{margin-right:0}}@media only screen and (max-width: 767px){.product .counter{margin:0}}.product__price{display:flex;align-items:flex-end;margin-left:auto}@media only screen and (max-width: 1419px){.product__price{width:100%;margin:16px 0 0}}@media only screen and (max-width: 767px){.product__price{justify-content:flex-end}}.product__price-old{margin:0 8px 7px 0;font-size:24px;line-height:1.2;font-weight:800;text-decoration:line-through;color:#87556e}@media only screen and (max-width: 1579px){.product__price-old{font-size:22px}}@media only screen and (max-width: 767px){.product__price-old{margin-bottom:6px;font-size:18px}}.product__price-actual,.product__price-no-available,.product__price-action{font-size:40px;line-height:1.4;font-weight:800}@media only screen and (max-width: 1579px){.product__price-actual,.product__price-no-available,.product__price-action{font-size:36px}}@media only screen and (max-width: 767px){.product__price-actual,.product__price-no-available,.product__price-action{font-size:26px}}.product__price-action{color:#da1e37}.product__price-actual{color:#612040}.product__price-no-available{color:#61565c}.product .btn{height:44px;margin-top:40px}@media only screen and (max-width: 1419px){.product .btn{margin-top:24px}}@media only screen and (max-width: 767px){.product .btn{width:100%;min-width:100%;height:48px}}.product .btn_secondary{padding:0 16px}.product__yes-availability,.product__no-availability{position:relative;padding-left:14px;font-size:14px;font-weight:500}.product__yes-availability:before,.product__yes-availability:after,.product__no-availability:before,.product__no-availability:after{content:"";position:absolute;top:53%;left:0;width:8px;height:8px;-webkit-transform:translateY(-50%);transform:translateY(-50%);border-radius:50%}.product__yes-availability{color:#5ba378}.product__yes-availability:before{background:#5BA378}.product__no-availability{color:#61565c}.product__no-availability:before{background:#61565C}.product__foot{display:flex;align-items:center;margin-top:10px}@media only screen and (max-width: 767px){.product__foot{justify-content:flex-end}}.product__foot .link{margin-left:6px}.product__code{margin-top:8px;font-size:14px;font-weight:500;color:#61565c}@media only screen and (max-width: 767px){.product__code{text-align:right}}.product__delivery{display:flex;margin-top:48px}@media only screen and (max-width: 1259px){.product__delivery{margin-top:32px}}.product__img:not(:last-child){margin-right:8px}.product__note{padding-top:2px;font-size:14px;font-weight:500;color:#612040}.product__note span{font-size:14px;font-weight:800;letter-spacing:-.4px}@media only screen and (max-width: 767px){.product__note span{display:block}}.product .splide__slide{display:flex;justify-content:center;align-items:center;background:#FFFFFF}.product .splide__slide img{max-width:100%;max-height:100%}.product .splide__track--nav>.splide__list>.splide__slide{border:none}.product .splide__track--nav>.splide__list>.splide__slide:hover:before{border-color:#efcfd5}.product .splide__track--nav>.splide__list>.splide__slide.is-active:before{border-color:#efcfd5}.details{margin-bottom:100px;overflow:hidden;padding-top:56px;background:#FBF2F5}@media only screen and (max-width: 767px){.details{margin-bottom:48px;padding-top:48px}}.details .nav{margin-bottom:48px}@media only screen and (max-width: 1023px){.details .nav{margin-bottom:40px}}@media only screen and (max-width: 767px){.details .nav__link{flex:1;min-width:auto}}.details .nav__link:after{background:#FBF2F5}.details__item{display:none}.details__row{display:flex}@media only screen and (max-width: 1023px){.details__row{display:block}}.details__wrap{padding-bottom:72px;flex-grow:1}@media only screen and (max-width: 1179px){.details__wrap{max-width:1024px}}@media only screen and (max-width: 1023px){.details__wrap{padding-bottom:0}}.details .content h4,.details .content h5{color:#612040}.details .content ul li{position:relative;padding-left:32px}.details .content ul li:before{top:0;left:0;width:24px;height:24px;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Cg clip-path='url(%23B)'%3E%3Cpath d='M12 23.5205C18.3623 23.5205 23.52 18.3628 23.52 12.0005C23.52 5.63815 18.3623 0.480469 12 0.480469C5.63766 0.480469 0.47998 5.63815 0.47998 12.0005C0.47998 18.3628 5.63766 23.5205 12 23.5205Z' stroke='url(%23A)' stroke-width='.96' stroke-miterlimit='10'/%3E%3Cpath d='M4.563 13.397l1.315.766c.441.261.846.567 1.253.875a18.81 18.81 0 0 1 2.255 2.082l-1.071.15a21.94 21.94 0 0 1 1.821-3.77l1.173-1.742a19.5 19.5 0 0 1 1.334-1.621c.939-1.038 1.979-1.983 3.105-2.804s2.33-1.525 3.611-2.053l-1.51 1.39-1.443 1.419-2.649 2.99c-.833 1.033-1.598 2.113-2.312 3.229s-1.367 2.271-1.969 3.459l-.483.953-.589-.803-1.829-2.304-.996-1.106-1.02-1.116.003.005z' fill='%23612040'/%3E%3C/g%3E%3Cdefs%3E%3ClinearGradient id='A' x1='.48' y1='12.001' x2='23.52' y2='12.001' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23f7955b'/%3E%3Cstop offset='.245' stop-color='%23fcba7d'/%3E%3Cstop offset='.554' stop-color='%23faf9da'/%3E%3Cstop offset='.823' stop-color='%23eeb177'/%3E%3Cstop offset='.995' stop-color='%23c86e36'/%3E%3C/linearGradient%3E%3CclipPath id='B'%3E%3Cpath fill='%23fff' d='M0 0h24v24H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E") no-repeat 50% 50%/100% auto}.details .content ul li:not(:last-child){margin-bottom:24px}.details__preview{align-self:flex-end;flex-shrink:0;width:685px;margin:0 -100px 0 24px}@media only screen and (max-width: 1579px){.details__preview{width:640px;margin-right:-60px}}@media only screen and (max-width: 1419px){.details__preview{width:560px;margin-right:-40px}}@media only screen and (max-width: 1179px){.details__preview{display:none}}@media only screen and (max-width: 1023px){.details__preview{display:block;width:100%;margin:32px 0 0;text-align:center}}.details__preview img{width:100%}@media only screen and (max-width: 1023px){.details__preview img{max-width:600px}}.details__title{margin-bottom:40px;font-size:24px;line-height:1.3;font-weight:800;color:#612040}@media only screen and (max-width: 1023px){.details__title{font-size:22px}}@media only screen and (max-width: 767px){.details__title{font-size:18px}}.details__list:not(:last-child){margin-bottom:24px}.details__box{position:relative;padding:24px;background-image:linear-gradient(44.99deg,#8F5F39 -10.71%,#C9AC70 23.12%,#FDEDCB 57.73%,#DDC09D 84.3%,#8F5F39 104.41%);border-radius:24px}@media only screen and (max-width: 767px){.details__box{padding:16px}}.details__box:after{content:"";position:absolute;inset:1px;border-radius:23px;background:#FFFFFF}.details__box:not(:last-child){margin-bottom:24px}.details__category,.details__text,.details__info{position:relative;z-index:1}.details__category{margin-bottom:8px;font-size:18px;line-height:1.3;font-weight:800;color:#612040}@media only screen and (max-width: 767px){.details__category{font-size:16px}}.details__info{margin-bottom:8px;font-size:18px;line-height:1.6;font-weight:500;color:#612040}@media only screen and (max-width: 767px){.details__info{font-size:16px}}.details__text{font-size:14px;font-weight:500}.details__note{font-size:18px;line-height:1.6;font-weight:500;color:#612040}@media only screen and (max-width: 767px){.details__note{font-size:16px}}.details__note span{font-size:18px;line-height:1.3;font-weight:800}@media only screen and (max-width: 767px){.details__note span{font-size:16px}}.tastes{margin-bottom:100px}@media only screen and (max-width: 767px){.tastes{margin-bottom:48px}}.tastes__title{margin-bottom:72px;font-size:40px;line-height:1.2;font-weight:800;text-transform:uppercase;color:#612040}@media only screen and (max-width: 1023px){.tastes__title{font-size:36px}}@media only screen and (max-width: 767px){.tastes__title{font-size:26px}}@media only screen and (max-width: 1419px){.tastes__title{margin-bottom:56px}}@media only screen and (max-width: 1023px){.tastes__title{margin-bottom:48px}}@media only screen and (max-width: 767px){.tastes__title{margin-bottom:40px}}.tastes__row{display:flex}@media only screen and (max-width: 1023px){.tastes__row{display:block}}.tastes__col:nth-child(1){width:544px}@media only screen and (max-width: 1419px){.tastes__col:nth-child(1){width:380px}}@media only screen and (max-width: 1259px){.tastes__col:nth-child(1){width:300px}}@media only screen and (max-width: 1023px){.tastes__col:nth-child(1){width:auto;margin-bottom:24px}}.tastes__col:nth-child(2){width:calc(100% - 544px);padding-left:24px}@media only screen and (max-width: 1419px){.tastes__col:nth-child(2){width:calc(100% - 380px)}}@media only screen and (max-width: 1259px){.tastes__col:nth-child(2){width:calc(100% - 300px)}}@media only screen and (max-width: 1023px){.tastes__col:nth-child(2){width:auto;padding-left:0}}.tastes__list{display:flex;flex-wrap:wrap;margin:-24px -12px 0}@media only screen and (max-width: 1419px){.tastes__list{display:block;margin:0}}@media only screen and (max-width: 1023px){.tastes__list{display:flex;flex-wrap:nowrap;margin:0 -24px;overflow-x:auto;-ms-overflow-style:none;scrollbar-width:none;-webkit-overflow-scrolling:touch}.tastes__list:before,.tastes__list:after{content:"";flex-shrink:0;width:24px}.tastes__list::-webkit-scrollbar{display:none}}@media only screen and (max-width: 767px){.tastes__list{margin:0 -16px}.tastes__list:before,.tastes__list:after{width:16px}}.tastes__link{position:relative;width:calc(50% - 24px);margin:24px 12px 0;padding:20px 16px;border-radius:16px;background:#FFFFFF;text-align:center;transition:box-shadow .2s}@media only screen and (max-width: 1419px){.tastes__link{display:flex;align-items:center;width:100%;margin:0;padding:12px}}@media only screen and (max-width: 1023px){.tastes__link{flex-shrink:0;width:320px}}@media only screen and (max-width: 767px){.tastes__link{width:280px}}.tastes__link:before,.tastes__link:after{content:"";position:absolute;transition:all .2s}.tastes__link:before{inset:0;border-radius:16px;background-image:linear-gradient(90.01deg,#8F5F39 -26.99%,#C9AC70 15.17%,#FDEDCB 58.32%,#DDC09D 91.43%,#8F5F39 116.49%);opacity:0}.tastes__link:after{inset:2px;border-radius:14px;background:#FFFFFF}.tastes__link:hover{box-shadow:0 8px 40px #46102a33}.tastes__link.active{box-shadow:none}.tastes__link.active:before{opacity:1}@media only screen and (max-width: 1419px){.tastes__link:not(:last-child){margin-bottom:12px}}@media only screen and (max-width: 1023px){.tastes__link:not(:last-child){margin:0 16px 0 0}}.tastes__preview,.tastes__text{position:relative;z-index:2}.tastes__preview{display:flex;justify-content:center;align-items:center;height:140px;margin-bottom:12px}@media only screen and (max-width: 1419px){.tastes__preview{flex-shrink:0;width:80px;height:80px;margin:0 12px 0 0}}.tastes__preview img{max-width:100%;max-height:100%}.tastes__text{display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden;-webkit-line-clamp:2;font-size:14px;font-weight:500;color:#612040}@media only screen and (max-width: 1419px){.tastes__text{text-align:left;-webkit-line-clamp:3}}.tastes__item{display:none}.tastes__item:first-child,.tastes .l-card__row{display:block}.tastes .l-card__present{max-width:100%;margin:0 0 32px}@media only screen and (max-width: 1259px){.tastes .l-card__present{margin-bottom:24px}}@media only screen and (max-width: 767px){.tastes .l-card__present{margin-bottom:16px}}@media only screen and (max-width: 1579px){.tastes .l-card__photo{width:260px;height:260px}}@media only screen and (max-width: 1259px){.tastes .l-card__photo{width:200px;height:200px}}@media only screen and (max-width: 767px){.tastes .l-card__photo{width:156px;height:156px}}@media only screen and (max-width: 1579px){.tastes .l-card__details{width:calc(100% - 260px);padding-left:16px}}@media only screen and (max-width: 1259px){.tastes .l-card__details{width:calc(100% - 200px)}}@media only screen and (max-width: 767px){.tastes .l-card__details{width:100%;padding-left:0}}.tastes .l-card__weights{width:100%}.tastes .l-card .btn{width:290px}@media only screen and (max-width: 1739px){.tastes .l-card .btn{width:240px}}@media only screen and (max-width: 1579px){.tastes .l-card .btn{width:144px}}@media only screen and (max-width: 1259px){.tastes .l-card .btn{width:120px;min-width:120px}}@media only screen and (max-width: 767px){.tastes .l-card .btn{min-width:114px;width:114px}}@media only screen and (max-width: 1579px){.tastes .l-card .btn,.tastes .l-card .link{margin-left:16px}}@media only screen and (max-width: 767px){.tastes .l-card .btn,.tastes .l-card .link{margin-left:12px}}.reviews{position:relative;margin-bottom:96px}@media only screen and (max-width: 1023px){.reviews{overflow:hidden}}@media only screen and (max-width: 767px){.reviews{margin-bottom:48px}}.reviews__anchor{position:absolute;top:-108px;left:0;right:0}@media only screen and (max-width: 767px){.reviews__anchor{top:-72px}}.reviews__head{display:flex;justify-content:space-between;align-items:center;margin-bottom:48px}@media only screen and (max-width: 1259px){.reviews__head{margin-bottom:32px}}@media only screen and (max-width: 767px){.reviews__head{display:block;margin-bottom:17px}}@media only screen and (max-width: 767px){.reviews__head .btn{width:100%}}.reviews__title{font-size:40px;line-height:1.2;font-weight:800;text-transform:uppercase;color:#612040}@media only screen and (max-width: 1023px){.reviews__title{font-size:36px}}@media only screen and (max-width: 767px){.reviews__title{font-size:26px}}@media only screen and (max-width: 767px){.reviews__title{margin-bottom:24px}}.reviews__item{position:relative;padding:1px;border-radius:24px;background:linear-gradient(90.01deg,#8F5F39 -26.99%,#C9AC70 15.17%,#FDEDCB 58.32%,#DDC09D 91.43%,#8F5F39 116.49%)}@media only screen and (max-width: 767px){.reviews__item{border-radius:16px}}.reviews__item:after{content:"";position:absolute;right:24px;bottom:-24px;z-index:2;width:95px;height:60px;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='95' height='60' fill='none' viewBox='0 0 95 60'%3E%3Cpath d='M1.466 52.804c3.768-2.608 21.737-17.969 22.027-29.272 0 0-11.883 1.739-15.361-4.347C5.524 14.837 7.263 4.113 18.276.635c6.666-2.029 26.374.29 27.823 14.491 2.029 20.578-33.62 38.547-38.836 42.025-5.507 1.449-9.564-1.739-5.796-4.347zm48.111 1.449c3.478-2.608 19.998-15.361 22.606-28.982 0 0-11.303 3.188-16.23-4.347-3.768-5.796 0-17.1 10.434-19.128C80.009-.814 93.92 4.983 94.5 16.866c1.159 20.577-34.489 38.836-39.996 42.314-5.217 2.319-8.985-.58-4.927-4.927z' fill='url(%23A)'/%3E%3Cdefs%3E%3ClinearGradient id='A' x1='104.171' y1='-6.727' x2='41.691' y2='91.74' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%238f5f39'/%3E%3Cstop offset='.294' stop-color='%23c9ac70'/%3E%3Cstop offset='.595' stop-color='%23fdedcb'/%3E%3Cstop offset='.825' stop-color='%23ddc09d'/%3E%3Cstop offset='1' stop-color='%238f5f39'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E") no-repeat 50% 50%/100% auto}@media only screen and (max-width: 767px){.reviews__item:after{right:16px;bottom:-16px;width:60px;height:36px}}.reviews__inner{position:relative;z-index:1;padding:23px;background:#FCFAFA;border-radius:23px}@media only screen and (max-width: 767px){.reviews__inner{padding:15px;border-radius:15px}}.reviews__rating{margin-bottom:16px}.reviews__content{min-height:115.5px;margin-bottom:16px;display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden;-webkit-line-clamp:4;font-size:18px;line-height:1.6;font-weight:500}@media only screen and (max-width: 767px){.reviews__content{font-size:16px}}@media only screen and (max-width: 1419px){.reviews__content{min-height:128px;-webkit-line-clamp:5;font-size:16px}}@media only screen and (max-width: 767px){.reviews__content{min-height:157px;-webkit-line-clamp:7;font-size:14px}}.reviews__foot{position:relative;z-index:1;display:flex;align-items:center;color:#61565c}.reviews__author{margin-right:12px;font-size:18px;line-height:1.3;font-weight:800}@media only screen and (max-width: 767px){.reviews__author{font-size:16px}}@media only screen and (max-width: 767px){.reviews__author{margin-right:8px;font-size:14px}}.reviews__date{font-size:16px;line-height:1.4}@media only screen and (max-width: 767px){.reviews__date{font-size:14px}}.reviews .splide__track{padding:24px 0}@media only screen and (max-width: 1023px){.reviews .splide__track{overflow:visible}}@media only screen and (max-width: 767px){.reviews .splide__slide{width:268px}}.reviews .splide__arrow--prev{left:-36px}@media only screen and (max-width: 1739px){.reviews .splide__arrow--prev{left:-30px}}.reviews .splide__arrow--next{right:-36px}@media only screen and (max-width: 1739px){.reviews .splide__arrow--next{right:-30px}}.review{display:flex}@media only screen and (max-width: 767px){.review{display:block}}.review__image{position:relative;flex-shrink:0;width:320px}@media only screen and (max-width: 767px){.review__image{display:none}}.review__image img{position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.review__wrap{flex-grow:1;padding:32px}@media only screen and (max-width: 767px){.review__wrap{padding:40px 16px 32px}}.review__title{margin-bottom:24px;font-size:32px;line-height:1.4;font-weight:700;color:#612040}@media only screen and (max-width: 1023px){.review__title{font-size:28px}}@media only screen and (max-width: 767px){.review__title{font-size:22px}}@media only screen and (max-width: 767px){.review__title_desktop{display:none}}.review__title_mobile{display:none}@media only screen and (max-width: 767px){.review__title_mobile{display:block}}.review__product{position:relative;display:flex;margin-bottom:24px;padding:16px 0}@media only screen and (max-width: 767px){.review__product{padding:0}}.review__preview{display:flex;justify-content:center;align-items:center;flex-shrink:0;width:150px;height:150px;margin-right:8px}@media only screen and (max-width: 767px){.review__preview{width:112px;height:112px}}.review__preview img{max-width:100%;max-height:100%}.review__details{flex-grow:1}.review__status{display:flex;flex-wrap:wrap;gap:4px;margin-bottom:12px}.review__name{font-size:18px;line-height:1.2;font-weight:800;text-transform:uppercase;color:#1d0712}@media only screen and (max-width: 767px){.review__name{font-size:16px}}.review__form{position:relative;z-index:2}.review__form .btn{min-width:226px}.review .field:not(:last-child),.review__rating:not(:last-child){margin-bottom:24px}.review__bg{position:absolute;right:-8px;bottom:-107px}.review__photo{flex-shrink:0;width:232px}@media only screen and (max-width: 767px){.review__photo{width:100%}}.review__photo img{width:100%;-o-object-fit:cover;object-fit:cover}@media only screen and (max-width: 767px){.review__photo img{height:350px}}.review__box{align-self:center;padding:32px}@media only screen and (max-width: 767px){.review__box{padding:24px 16px 32px}}.review__subtitle{margin-bottom:32px;font-size:32px;line-height:1.4;font-weight:700;color:#612040}@media only screen and (max-width: 1023px){.review__subtitle{font-size:28px}}@media only screen and (max-width: 767px){.review__subtitle{font-size:22px}}@media only screen and (max-width: 767px){.review__subtitle{margin-bottom:16px}}.review__info{margin-bottom:24px}.checkout__layout{display:flex;flex-direction:column;min-height:100vh;background:#FFFFFF}.checkout__header,.checkout__footer{background:#FBF2F5}.checkout__center{display:flex}.checkout__header .checkout__center,.checkout__footer .checkout__center{align-items:center;height:96px}@media only screen and (max-width: 767px){.checkout__header .checkout__center,.checkout__footer .checkout__center{height:64px}}.checkout__header{position:relative}.checkout__header .checkout__logo{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}@media only screen and (max-width: 767px){.checkout__header .checkout__logo{position:static;margin-right:auto;-webkit-transform:translate(0,0);transform:translate(0)}.checkout__header .checkout__logo img{width:80px}}.checkout__back{display:inline-flex;align-items:center;margin-right:auto;font-size:16px;line-height:1.4;color:#61565c;transition:color .2s}@media only screen and (max-width: 767px){.checkout__back{font-size:14px}}@media only screen and (max-width: 767px){.checkout__back{font-size:0}}.checkout__back .icon{margin-right:8px;fill:#612040;transition:-webkit-transform .2s;transition:transform .2s;transition:transform .2s,-webkit-transform .2s}@media only screen and (max-width: 767px){.checkout__back .icon{width:32px;height:32px;margin-right:0}}.checkout__back:hover{color:#612040}.checkout__back:hover .icon{-webkit-transform:translateX(-2px);transform:translate(-2px)}.checkout__contacts{text-align:right}.checkout__phone{font-size:18px;line-height:1.6;font-weight:500;color:#612040}@media only screen and (max-width: 767px){.checkout__phone{font-size:16px}}.checkout__schedule{font-size:16px;line-height:1.4;color:#61565c}@media only screen and (max-width: 767px){.checkout__schedule{font-size:14px}}@media only screen and (max-width: 767px){.checkout__footer .checkout__logo img{width:90px}}.checkout__companies{display:flex;align-items:center;margin-left:auto;gap:16px}@media only screen and (max-width: 767px){.checkout__companies{gap:8px}}.checkout__company{background:#FFFFFF;border-radius:6px;overflow:hidden}.checkout__company img{height:40px}@media only screen and (max-width: 767px){.checkout__company img{height:32px}}.checkout__body{flex-grow:1;padding:80px 0 120px}@media only screen and (max-width: 1419px){.checkout__body{padding:64px 0 92px}}@media only screen and (max-width: 767px){.checkout__body{padding:24px 0 56px}}.checkout__body .checkout__center{align-items:flex-start}@media only screen and (max-width: 1023px){.checkout__body .checkout__center{display:block}}.checkout__wrapper{flex-shrink:0;width:544px}@media only screen and (max-width: 1419px){.checkout__wrapper{width:480px}}@media only screen and (max-width: 1023px){.checkout__wrapper{width:100%}}.checkout__title{margin-bottom:48px;font-size:32px;line-height:1.4;font-weight:700;color:#612040}@media only screen and (max-width: 1023px){.checkout__title{font-size:28px}}@media only screen and (max-width: 767px){.checkout__title{font-size:22px}}@media only screen and (max-width: 1259px){.checkout__title{margin-bottom:40px}}.checkout__item:not(:last-child){margin-bottom:48px}@media only screen and (max-width: 1259px){.checkout__item:not(:last-child){margin-bottom:40px}}.checkout__top{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px}.checkout__subtitle{font-size:24px;line-height:1.3;font-weight:800}@media only screen and (max-width: 1023px){.checkout__subtitle{font-size:22px}}@media only screen and (max-width: 767px){.checkout__subtitle{font-size:18px}}.checkout__entry,.checkout__edit{display:flex;font-size:16px;line-height:1.4;color:#61565c}@media only screen and (max-width: 767px){.checkout__entry,.checkout__edit{font-size:14px}}.checkout__link{display:inline-flex;margin-left:8px;background:linear-gradient(87.26deg,#612040 -4.89%,#862E59 46.03%,#612040 103.59%);background-clip:text;text-decoration:underline;-webkit-background-clip:text;font-size:16px;font-weight:700;color:#612040;transition:all .2s}@media only screen and (max-width: 767px){.checkout__link{font-size:14px}}.checkout__link:hover{color:transparent}.checkout__link .icon{margin-right:4px;fill:#612040}.checkout__fieldset:not(:last-child){margin-bottom:24px}.checkout__receiver .field:not(:last-child),.checkout__fieldset .field:not(:last-child){margin-bottom:20px}.checkout__receiver{display:none;padding-bottom:24px}.checkout__edit{margin-bottom:16px}.checkout__cities{display:flex;flex-wrap:wrap;margin:-4px 0 24px -24px}.checkout__city{margin:12px 0 0 24px;border-bottom:.5px solid #957483;font-size:14px;line-height:1;color:#957483;transition:border-color .2s,color .2s}.checkout__city:hover{border-color:transparent;color:#612040}.checkout__box:not(:last-child){margin-bottom:16px}.checkout__wrap{display:none;padding-top:12px}.checkout__row{display:flex;margin:16px -8px 0}@media only screen and (max-width: 767px){.checkout__row{display:block;margin:16px 0 0}}.checkout__row .field{width:calc(33.333% - 16px);margin:0 8px}@media only screen and (max-width: 767px){.checkout__row .field{width:100%;margin:0}.checkout__row .field:not(:last-child){margin-bottom:16px}}.checkout__row .field__input{padding-right:8px}.checkout__note{padding:16px;background:#FBF2F5;border-radius:8px;color:#61565c}.checkout__caption{margin-bottom:16px;font-size:24px;line-height:1.3;font-weight:800}@media only screen and (max-width: 1023px){.checkout__caption{font-size:22px}}@media only screen and (max-width: 767px){.checkout__caption{font-size:18px}}.checkout__delivery{margin-bottom:20px;color:#61565c}.dropdown{position:relative;z-index:1}.dropdown .field{z-index:1}.dropdown .field__wrap{position:relative}.dropdown .field__input{padding-right:44px}.dropdown .field .icon{position:absolute;top:50%;right:8px;fill:#612040;-webkit-transform:translateY(-50%);transform:translateY(-50%);transition:-webkit-transform .2s;transition:transform .2s;transition:transform .2s,-webkit-transform .2s}.dropdown__body{display:none;position:absolute;top:calc(100% + 4px);left:0;right:0;background:#FFFFFF;border:1px solid #E2BDC1;border-radius:8px;box-shadow:0 8px 40px #46102a17;overflow:hidden}.dropdown__list{max-height:264px;overflow:auto;-webkit-overflow-scrolling:touch}.dropdown__list::-webkit-scrollbar{width:5px}.dropdown__list::-webkit-scrollbar-track-piece{background-color:#fbf2f5;border-radius:0}.dropdown__list::-webkit-scrollbar-thumb:vertical{width:5px;background-color:#efcfd5;border-radius:0}.dropdown__list::-webkit-scrollbar-thumb:horizontal,.dropdown__list::-webkit-scrollbar-thumb:window-inactive{background-color:#efcfd5;border-radius:0}.dropdown__variant{display:block;min-height:44px;padding:12px 15px;font-size:14px;font-weight:500;color:#61565c;transition:background .2s}.dropdown__variant:hover{background:#FBF2F5}.dropdown.active{z-index:2}.dropdown.active .field .icon{-webkit-transform:translateY(-50%) rotate(180deg);transform:translateY(-50%) rotate(180deg)}.order{flex-grow:1;padding:24px;margin-left:24px;border-radius:12px;border:1px solid #EFCFD5;background:#FCFAFA}@media only screen and (max-width: 1023px){.order{display:flex;flex-direction:column;margin:40px 0 0}}@media only screen and (max-width: 767px){.order{margin-top:24px;padding:24px 16px}}.order__head{display:flex;justify-content:space-between;align-items:center;padding-bottom:32px;margin-bottom:32px;border-bottom:1px solid #EFCFD5;color:#612040}.order__info{font-size:24px;line-height:1.3;font-weight:800}@media only screen and (max-width: 1023px){.order__info{font-size:22px}}@media only screen and (max-width: 767px){.order__info{font-size:18px}}.order__sum{font-size:32px;line-height:1.4;font-weight:700}@media only screen and (max-width: 1023px){.order__sum{font-size:28px}}@media only screen and (max-width: 767px){.order__sum{font-size:22px}}.order__receipt{margin-bottom:32px}.order__line{display:flex;align-items:center}.order__line_promo .order__value{color:#5ba378}.order__line:not(:last-child){margin-bottom:16px}.order__label{font-size:18px;line-height:1.6;font-weight:500}@media only screen and (max-width: 767px){.order__label{font-size:16px}}.order__code{display:inline-flex;gap:8px;margin-left:8px;padding:0 8px;background:#F0FAF3;border-radius:11px;font-size:16px;line-height:1.4;color:#5ba378}@media only screen and (max-width: 767px){.order__code{font-size:14px}}.order__value{margin-left:auto;font-size:16px;line-height:1.25;font-weight:800}@media only screen and (max-width: 767px){.order__value{font-size:14px}}.order .checkbox{margin-top:32px}.order__confirm{margin-top:8px;font-weight:500;color:#61565c}@media only screen and (max-width: 767px){.order__confirm{margin-top:16px}}.order__confirm a{background:linear-gradient(87.26deg,#612040 -4.89%,#862E59 46.03%,#612040 103.59%);background-clip:text;text-decoration:underline;-webkit-background-clip:text;font-size:16px;font-weight:700;color:#612040;transition:all .2s}@media only screen and (max-width: 767px){.order__confirm a{font-size:14px}}.order__confirm a:hover{color:transparent}.order__promo,.order__main{margin-top:32px;padding-top:32px;border-top:1px solid #EFCFD5}@media only screen and (max-width: 1023px){.order__main{order:1;margin-top:0;padding-top:0;border-top:none}}.order__promo{display:flex;align-items:flex-start}@media only screen and (max-width: 1023px){.order__promo{order:2}}.order__promo .field{flex-grow:1}.order__apply{flex-shrink:0;margin:9px 0 0 16px;background:linear-gradient(87.26deg,#612040 -4.89%,#862E59 46.03%,#612040 103.59%);background-clip:text;text-decoration:underline;-webkit-background-clip:text;font-size:16px;font-weight:700;color:#612040;transition:all .2s}@media only screen and (max-width: 767px){.order__apply{font-size:14px}}.order__apply:hover{color:transparent}@media only screen and (max-width: 767px){.order__apply{margin-top:12px}}@media only screen and (max-width: 767px){.order__btns .btn{width:100%}}@media only screen and (max-width: 1023px){.order__wrapper{order:3;margin-top:32px;padding-top:32px;border-top:1px solid #EFCFD5}}.order__top{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}@media only screen and (max-width: 1179px){.order__top{display:block;margin-bottom:24px}}@media only screen and (max-width: 1023px){.order__top{display:flex}}@media only screen and (max-width: 767px){.order__top{display:block}}.order__title{font-size:24px;line-height:1.3;font-weight:800;color:#612040}@media only screen and (max-width: 1023px){.order__title{font-size:22px}}@media only screen and (max-width: 767px){.order__title{font-size:18px}}.order__cart{display:inline-block;background:linear-gradient(87.26deg,#612040 -4.89%,#862E59 46.03%,#612040 103.59%);background-clip:text;text-decoration:underline;-webkit-background-clip:text;font-size:16px;font-weight:700;color:#612040;transition:all .2s}@media only screen and (max-width: 767px){.order__cart{font-size:14px}}.order__cart:hover{color:transparent}@media only screen and (max-width: 1179px){.order__cart{margin-top:8px}}@media only screen and (max-width: 1023px){.order__cart{margin:0}}@media only screen and (max-width: 767px){.order__cart{margin-top:16px}}.order__item{display:flex;align-items:center;min-height:128px}@media only screen and (max-width: 1259px){.order__item{flex-wrap:wrap}}.order__item:not(:last-child){margin-bottom:16px}@media only screen and (max-width: 767px){.order__item:not(:last-child){margin-bottom:24px}}.order__preview{position:relative;flex-shrink:0;width:112px;height:112px;margin-right:16px}@media only screen and (max-width: 1419px){.order__preview{width:100px;margin-right:8px}}@media only screen and (max-width: 1259px){.order__preview{width:112px}}.order__preview img{position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;border-radius:8px}.order__details{flex-shrink:0;width:202px;margin-right:12px}@media only screen and (max-width: 1259px){.order__details{width:calc(100% - 120px);margin-right:0}}.order__status{display:flex;flex-wrap:wrap;gap:4px;margin-bottom:8px}.order__product{display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden;-webkit-line-clamp:3;font-size:14px;font-weight:500;font-weight:700;color:#1d0712;transition:color .2s}.order__product:hover{color:#612040}.order .counter{margin-right:16px}.order__weight{display:inline-flex;justify-content:center;align-items:center;height:30px;margin-right:auto;padding:0 8px;border-radius:15px;background:#FBF2F5;font-size:14px;font-weight:500;color:#6c2e4d}@media only screen and (max-width: 1259px){.order__weight{margin:8px 0 0 auto}}@media only screen and (max-width: 767px){.order__weight{margin-top:4px;font-size:12px}}.order__right{display:flex;align-items:center;margin-left:auto}@media only screen and (max-width: 1259px){.order__right{justify-content:flex-end;width:100%;margin-top:16px}}.order__price{text-align:right}@media only screen and (max-width: 1259px){.order__price{display:flex;align-items:flex-end}}.order__price-old{margin-bottom:2px;font-size:14px;line-height:1.2;font-weight:800;text-decoration:line-through;color:#612040}@media only screen and (max-width: 767px){.order__price-old{font-size:12px}}@media only screen and (max-width: 1259px){.order__price-old{margin:0 8px 1px 0}}.order__price-actual{font-size:20px;line-height:1.2;font-weight:800;color:#da1e37}@media only screen and (max-width: 1419px){.order__price-actual{font-size:18px}}@media only screen and (max-width: 767px){.order__price-actual{font-size:16px}}.order__actions{display:flex;flex-shrink:0;gap:8px;margin-left:16px}.thanks{margin:56px 0 100px}@media only screen and (max-width: 767px){.thanks{margin:40px 0 48px}}.thanks__wrapper{position:relative;overflow:hidden;display:flex;justify-content:center;align-items:center;min-height:500px;box-shadow:0 8px 40px #46102a33;border-radius:40px;background:#FBF2F5}@media only screen and (max-width: 1579px){.thanks__wrapper{min-height:460px}}@media only screen and (max-width: 1419px){.thanks__wrapper{min-height:400px}}@media only screen and (max-width: 1259px){.thanks__wrapper{min-height:360px}}@media only screen and (max-width: 1179px){.thanks__wrapper{min-height:340px}}@media only screen and (max-width: 1023px){.thanks__wrapper{padding:230px 0}}.thanks__details{position:relative;z-index:2;width:596px;text-align:center}@media only screen and (max-width: 1179px){.thanks__details{max-width:520px}}@media only screen and (max-width: 767px){.thanks__details{width:100%;padding:0 16px}}.thanks__title{margin-bottom:24px;font-size:40px;line-height:1.2;font-weight:800;text-transform:uppercase;color:#612040}@media only screen and (max-width: 1023px){.thanks__title{font-size:36px}}@media only screen and (max-width: 1259px){.thanks__title{font-size:34px}}@media only screen and (max-width: 767px){.thanks__title{font-size:26px}}.thanks__content{max-width:552px;margin:0 auto 40px;color:#612040}@media only screen and (max-width: 767px){.thanks__content{margin-bottom:32px}}.thanks__btns{display:flex;gap:24px}@media only screen and (max-width: 767px){.thanks__btns{flex-direction:column}}.thanks__btns .btn{flex:1;padding:0 16px}@media only screen and (max-width: 767px){.thanks__btns .btn{flex:auto}}.thanks__btns .btn_secondary:after{background:#FBF2F5}.thanks__image{position:absolute;width:490px}@media only screen and (max-width: 1579px){.thanks__image{width:420px}}@media only screen and (max-width: 1419px){.thanks__image{width:350px}}@media only screen and (max-width: 1259px){.thanks__image{width:310px}}@media only screen and (max-width: 1179px){.thanks__image{width:280px}}@media only screen and (max-width: 1023px){.thanks__image{width:220px}}.thanks__image img{width:100%}.thanks__image:nth-child(1){left:-76px;bottom:-48px}@media only screen and (max-width: 1023px){.thanks__image:nth-child(1){left:-25px;bottom:-25px}}.thanks__image:nth-child(2){top:-58px;right:-76px}@media only screen and (max-width: 1023px){.thanks__image:nth-child(2){top:-25px;right:-35px}}.cabinet{padding:24px 0 120px}@media only screen and (max-width: 1419px){.cabinet{padding-bottom:90px}}@media only screen and (max-width: 1259px){.cabinet{padding-top:8px}}@media only screen and (max-width: 767px){.cabinet{padding-bottom:56px}}.cabinet__center{display:flex}@media only screen and (max-width: 1023px){.cabinet__center{flex-direction:column-reverse}}.cabinet__sidebar{flex-shrink:0;width:544px;margin-right:24px;overflow:hidden}@media only screen and (max-width: 1579px){.cabinet__sidebar{width:420px}}@media only screen and (max-width: 1419px){.cabinet__sidebar{width:360px}}@media only screen and (max-width: 1259px){.cabinet__sidebar{width:300px}}@media only screen and (max-width: 1023px){.cabinet__sidebar{width:100%;margin-top:40px}}.cabinet__wrapper{flex-grow:1}.cabinet__wrap{padding:24px;border-radius:24px;background:#FBF2F5}@media only screen and (max-width: 1419px){.cabinet__wrap{padding:16px}}@media only screen and (max-width: 1259px){.cabinet__wrap{padding:8px;border-radius:16px}}.cabinet__wrap:not(:last-child){margin-bottom:56px}.cabinet__menu{display:flex;flex-direction:column;gap:16px;margin-bottom:16px;padding-bottom:16px;border-bottom:1px solid #EFCFD5}@media only screen and (max-width: 1419px){.cabinet__menu{gap:8px}}@media only screen and (max-width: 1259px){.cabinet__menu{margin-bottom:8px}}.cabinet__link{display:flex;align-items:center;height:77px;padding:0 16px;border-radius:8px;font-size:18px;line-height:1.6;font-weight:500;color:#1d0712;transition:all .2s}@media only screen and (max-width: 767px){.cabinet__link{font-size:16px}}@media only screen and (max-width: 1579px){.cabinet__link{height:64px}}@media only screen and (max-width: 1419px){.cabinet__link{height:56px}}@media only screen and (max-width: 1259px){.cabinet__link{font-size:16px}}.cabinet__link .icon{flex-shrink:0;margin-right:8px;fill:#1d0712;transition:fill .2s}.cabinet__link:hover{background:#FCFAFA}.cabinet__link.active{background:#EFCFD5;color:#612040}.cabinet__link.active .icon{fill:#612040}.cabinet__logout{display:flex;align-items:center;height:48px;padding:0 16px;background:linear-gradient(87.26deg,#612040 -4.89%,#862E59 46.03%,#612040 103.59%);background-clip:text;text-decoration:underline;-webkit-background-clip:text;font-size:16px;font-weight:700;color:#612040;transition:all .2s}@media only screen and (max-width: 767px){.cabinet__logout{font-size:14px}}.cabinet__logout:hover{color:transparent}.cabinet__logout .icon{flex-shrink:0;margin-right:8px;fill:#612040}.cabinet__banner{position:relative;left:50%;width:544px;margin-bottom:-43px;-webkit-transform:translateX(-50%);transform:translate(-50%)}@media only screen and (max-width: 1259px){.cabinet__banner{width:440px;margin-bottom:-35px}}.cabinet__banner img{width:100%}.cabinet__box{padding:68px 56px;border-radius:24px;background-image:linear-gradient(44.99deg,#8F5F39 -10.71%,#C9AC70 23.12%,#FDEDCB 57.73%,#DDC09D 84.3%,#8F5F39 104.41%)}@media only screen and (max-width: 1579px){.cabinet__box{padding:48px 32px 40px}}@media only screen and (max-width: 1259px){.cabinet__box{padding:40px 16px 24px}}@media only screen and (max-width: 1023px){.cabinet__box{padding:40px}}@media only screen and (max-width: 767px){.cabinet__box{padding:40px 24px}}@media only screen and (max-width: 1259px){.cabinet__box .btn{width:100%}}.cabinet__subtitle{margin-bottom:24px;font-size:24px;line-height:1.3;font-weight:800;color:#612040}@media only screen and (max-width: 1023px){.cabinet__subtitle{font-size:22px}}@media only screen and (max-width: 767px){.cabinet__subtitle{font-size:18px}}@media only screen and (max-width: 767px){.cabinet__subtitle{font-size:24px}}.cabinet__content{margin-bottom:24px}@media only screen and (max-width: 767px){.cabinet__content{font-size:16px}}.cabinet__title{margin-bottom:32px;font-size:32px;line-height:1.4;font-weight:700;color:#612040}@media only screen and (max-width: 1023px){.cabinet__title{font-size:28px}}@media only screen and (max-width: 767px){.cabinet__title{font-size:22px}}.cabinet__list{display:flex;margin:0 -12px}@media only screen and (max-width: 1179px){.cabinet__list{display:block;margin:0}}.cabinet__item{width:calc(50% - 24px);margin:0 12px;padding:24px;border:1px solid #EFCFD5;background:#FFFFFF;border-radius:16px;transition:box-shadow .2s}@media only screen and (max-width: 1179px){.cabinet__item{width:100%;margin:0}}@media only screen and (max-width: 767px){.cabinet__item{padding:24px 16px}}.cabinet__item.edit{box-shadow:0 8px 40px #46102a17}@media only screen and (max-width: 1179px){.cabinet__item:not(:last-child){margin-bottom:24px}}.cabinet__head{font-size:24px;line-height:1.3;font-weight:800;pointer-events:none}@media only screen and (max-width: 1023px){.cabinet__head{font-size:22px}}@media only screen and (max-width: 767px){.cabinet__head{font-size:18px}}@media only screen and (max-width: 767px){.cabinet__head{position:relative;padding-right:32px;pointer-events:all}.cabinet__head:after{content:"";position:absolute;top:50%;right:0;width:24px;height:24px;-webkit-transform:translateY(-50%);transform:translateY(-50%);background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Cpath d='M6 9l6 6 6-6' stroke='%23000000' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat 50% 50%/100% auto;transition:-webkit-transform .2s;transition:transform .2s;transition:transform .2s,-webkit-transform .2s}}@media only screen and (max-width: 767px){.cabinet__item.active .cabinet__head:after{-webkit-transform:translateY(-50%) rotate(180deg);transform:translateY(-50%) rotate(180deg)}}.cabinet__body{padding-top:20px}@media only screen and (min-width: 768px){.cabinet__body{display:block!important;height:auto!important;padding-top:20px!important}}@media only screen and (max-width: 767px){.cabinet__body{display:none}}.cabinet__form .field__label{display:none}.cabinet__form>.field:not(:last-child),.cabinet__form .dropdown:not(:last-child){margin-bottom:20px}.cabinet__edit,.cabinet__save{display:inline-flex;align-items:center;margin-top:20px;background:linear-gradient(87.26deg,#612040 -4.89%,#862E59 46.03%,#612040 103.59%);background-clip:text;text-decoration:underline;-webkit-background-clip:text;font-size:16px;font-weight:700;color:#612040;transition:all .2s}@media only screen and (max-width: 767px){.cabinet__edit,.cabinet__save{font-size:14px}}.cabinet__edit:hover,.cabinet__save:hover{color:transparent}.cabinet__edit .icon,.cabinet__save .icon{margin-right:4px;fill:#612040}.cabinet__save,.cabinet__item.edit .cabinet__edit{display:none}.cabinet__item.edit .cabinet__save{display:inline-flex}.cabinet__products{display:flex;flex-wrap:wrap;margin:-24px -12px 0}@media only screen and (max-width: 1579px){.cabinet__products{margin:-16px -8px 0}}@media only screen and (max-width: 1023px){.cabinet__products{margin:-8px -4px 0}}.cabinet__products .card{width:calc(33.333% - 24px);margin:24px 12px 0}@media only screen and (max-width: 1579px){.cabinet__products .card{width:calc(33.333% - 16px);margin:16px 8px 0}}@media only screen and (max-width: 1179px){.cabinet__products .card{width:calc(50% - 16px)}}@media only screen and (max-width: 1023px){.cabinet__products .card{width:calc(33.333% - 8px);margin:8px 4px 0}}@media only screen and (max-width: 767px){.cabinet__products .card{width:calc(50% - 8px)}}.history__item{padding:24px;border-radius:16px;border:1px solid #EFCFD5;background:#FFFFFF;transition:box-shadow .2s}@media only screen and (max-width: 1259px){.history__item{padding:16px}}@media only screen and (max-width: 767px){.history__item{padding:24px 16px;border-radius:8px}}.history__item:hover,.history__item.active{box-shadow:0 8px 40px #46102a17}.history__item:not(:last-child){margin-bottom:24px}.history__head{display:flex;align-items:center;min-height:126px;cursor:pointer;-webkit-tap-highlight-color:rgba(0,0,0,0)}@media only screen and (max-width: 1259px){.history__head{min-height:116px}}@media only screen and (max-width: 767px){.history__head{align-items:stretch;flex-wrap:wrap;min-height:auto}}.history__left,.history__right{min-width:228px}@media only screen and (max-width: 1259px){.history__left,.history__right{min-width:180px}}.history__left{margin-right:auto}@media only screen and (max-width: 767px){.history__left{order:1;min-width:calc(100% - 120px);margin-right:0}}.history__status{display:inline-block;margin-bottom:16px;padding:2px 12px;box-shadow:0 18px 7px #1d071203,0 4px 4px #1d071217;border-radius:12px;font-size:14px;font-weight:500}.history__status_confirm{background:#EBE07B}.history__status_done{background:#795BA3;color:#fff}.history__status_cancel{background:#E36475;color:#fff}.history__order{margin-bottom:16px;font-size:16px;line-height:1.4;color:#61565c}@media only screen and (max-width: 767px){.history__order{font-size:14px}}@media only screen and (max-width: 1259px){.history__order{font-size:14px}}.history__order span{margin-left:8px;font-size:18px;line-height:1.3;font-weight:800;color:#1d0712}@media only screen and (max-width: 767px){.history__order span{font-size:16px}}@media only screen and (max-width: 1259px){.history__order span{font-size:16px}}.history__date{font-size:14px;font-weight:500}.history__goods{display:flex;align-items:center}@media only screen and (max-width: 767px){.history__goods{order:3;width:100%;margin-top:16px;gap:8px}}.history__photo{display:flex;justify-content:center;align-items:center;width:112px;height:128px}@media only screen and (max-width: 1259px){.history__photo{width:77px;height:88px}}.history__photo img{max-width:100%;max-height:100%}.history__counter{display:flex;justify-content:center;align-items:center;width:48px;height:48px;border-radius:12px;background:#EFCFD5;font-family:New Hero;font-size:16px;line-height:1.25;font-weight:500;color:#612040}@media only screen and (max-width: 767px){.history__counter{font-size:14px}}.history__right{display:flex;justify-content:flex-end;align-items:center;margin-left:auto}@media only screen and (max-width: 767px){.history__right{flex-direction:column-reverse;align-items:flex-end;order:2;min-width:120px}}.history__total{text-align:right;color:#612040}.history__info{margin-bottom:4px}@media only screen and (max-width: 1259px){.history__info{font-size:14px}}@media only screen and (max-width: 767px){.history__info{display:none}}.history__sum{font-size:24px;line-height:1.3;font-weight:800}@media only screen and (max-width: 1023px){.history__sum{font-size:22px}}@media only screen and (max-width: 767px){.history__sum{font-size:18px}}.history__arrow{flex-shrink:0;margin-left:24px}@media only screen and (max-width: 1259px){.history__arrow{margin-left:12px}}@media only screen and (max-width: 767px){.history__arrow{margin:0 0 auto auto}}.history__arrow .icon{fill:#612040;transition:-webkit-transform .2s;transition:transform .2s;transition:transform .2s,-webkit-transform .2s}.history__item.active .history__arrow .icon{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.history__body{display:none;padding-top:20px}.history__progress{display:flex;gap:8px;padding:24px;border-radius:8px;background:#FCFAFA}@media only screen and (max-width: 767px){.history__progress{flex-direction:column;margin:0 -16px;padding:24px 16px;border-radius:0}}.history__box{position:relative}@media only screen and (max-width: 767px){.history__box{padding:6px 0 0 40px}}.history__box:before{content:"";position:absolute;top:14.5px;left:40px;right:0;height:3px;background:#E0DEDF}@media only screen and (max-width: 767px){.history__box:before{top:40px;left:14.5px;bottom:0;width:3px;height:auto}}.history__box.active:before{background:#795BA3}.history__box:not(:last-child){flex:1}@media only screen and (max-width: 767px){.history__box:not(:last-child){min-height:100px}}.history__box:last-child:before{display:none}.history__progress_cancel .history__box:nth-child(1){max-width:215px}.history__check{display:flex;justify-content:center;align-items:center;width:32px;height:32px;margin-bottom:8px;background:#E0DEDF;border-radius:8px}@media only screen and (max-width: 767px){.history__check{position:absolute;top:0;left:0}}.history__box.active .history__check{background:#795BA3}.history__box.active .history__check .icon{fill:#fff}.history__progress_cancel .history__box:nth-child(2) .history__check{background:#E36475}.history__progress_cancel .history__box:nth-child(2) .history__check .icon{fill:#fff}.history__action{margin-bottom:8px;font-size:18px;line-height:1.3;font-weight:800;color:#61565c}@media only screen and (max-width: 767px){.history__action{font-size:16px}}.history__box.active .history__action,.history__progress_cancel .history__box:nth-child(2) .history__action{color:#1d0712}.history__time{font-size:14px;font-weight:500;color:#61565c}.history__time p:not(:last-child){margin-bottom:2px}.history__row{display:flex;align-items:flex-end;gap:24px;margin-top:40px}@media only screen and (max-width: 1259px){.history__row{margin-top:32px;gap:16px}}@media only screen and (max-width: 767px){.history__row{display:block;margin-left:-16px;margin-right:-16px}}.history__col{flex:1;padding:24px;border-radius:8px;background:#FCFAFA}@media only screen and (max-width: 767px){.history__col{padding:24px 16px}}@media only screen and (max-width: 767px){.history__col:not(:last-child){margin-bottom:24px}}.history__subtitle{margin-bottom:16px;padding-bottom:16px;border-bottom:1px solid #EFCFD5;font-size:18px;line-height:1.3;font-weight:800}@media only screen and (max-width: 767px){.history__subtitle{font-size:16px}}.history__el:not(:last-child){margin-bottom:12px}.history__label{margin-bottom:4px;font-size:14px;font-weight:800;letter-spacing:-.4px}.history__value{font-size:14px;font-weight:500;color:#61565c}.history-receipt__head{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px;padding-bottom:16px;border-bottom:1px solid #EFCFD5;color:#612040}.history-receipt__title{font-size:24px;line-height:1.3;font-weight:800}@media only screen and (max-width: 1023px){.history-receipt__title{font-size:22px}}@media only screen and (max-width: 767px){.history-receipt__title{font-size:18px}}@media only screen and (max-width: 1259px){.history-receipt__title{font-size:18px}}.history-receipt__total{font-size:32px;line-height:1.4;font-weight:700}@media only screen and (max-width: 1023px){.history-receipt__total{font-size:28px}}@media only screen and (max-width: 767px){.history-receipt__total{font-size:22px}}@media only screen and (max-width: 1259px){.history-receipt__total{font-size:24px}}.history-receipt__item{display:flex;justify-content:space-between;align-items:center}.history-receipt__item:not(:last-child){margin-bottom:16px}.history-receipt__label{font-size:18px;line-height:1.6;font-weight:500}@media only screen and (max-width: 767px){.history-receipt__label{font-size:16px}}@media only screen and (max-width: 1259px){.history-receipt__label{font-size:14px}}.history-receipt__value{font-size:16px;line-height:1.25;font-weight:800;color:#612040}@media only screen and (max-width: 767px){.history-receipt__value{font-size:14px}}.history__products{margin-top:40px;padding:24px;border:1px solid #EFCFD5;border-radius:8px;background:#FCFAFA}@media only screen and (max-width: 1259px){.history__products{margin-top:32px;padding:16px}}@media only screen and (max-width: 767px){.history__products{margin:32px -16px 0;padding:24px 8px;border:none;border-radius:0}}.history-product{display:flex}.history-product:not(:last-child){margin-bottom:24px}.history-product__preview{display:flex;justify-content:center;align-items:center;flex-shrink:0;width:112px;height:112px}.history-product__preview img{max-width:100%;max-height:100%}.history-product__wrap{display:flex;flex-grow:1}@media only screen and (max-width: 767px){.history-product__wrap{display:block}}.history-product__details{display:flex;flex-direction:column;flex-grow:1;padding:8px 0}@media only screen and (max-width: 767px){.history-product__details{display:block;padding:0}}.history-product__title{margin-bottom:auto;font-size:14px;font-weight:500;color:#1d0712;transition:color .2s}.history-product__title:hover{color:#612040}.history-product__line{display:flex;align-items:center;margin-top:8px;font-size:14px;font-weight:500}@media only screen and (max-width: 767px){.history-product__line{margin-top:12px}}.history-product__weight{padding:5px 8px;border-radius:15px;background:#FBF2F5;color:#6c2e4d}.history-product__sign{margin-left:8px;color:#61565c}.history-product__counter{margin-left:2px}.history-product__box{display:flex;flex-direction:column;align-items:flex-end;flex-shrink:0;margin-left:24px}@media only screen and (max-width: 767px){.history-product__box{display:block;margin:12px 0 0}}.history-product__prices{display:flex;flex-direction:column;align-items:flex-end;margin-bottom:16px}@media only screen and (max-width: 767px){.history-product__prices{flex-direction:row;align-items:stretch}}.history-product__price{display:inline-flex;align-items:flex-end;font-size:14px;font-weight:500;color:#61565c}@media only screen and (max-width: 767px){.history-product__price{display:block}}.history-product__price:not(:last-child){margin-bottom:6px}@media only screen and (max-width: 767px){.history-product__price:not(:last-child){margin:0 auto 0 0}}.history-product__old{margin-left:4px;font-size:14px;font-weight:800;letter-spacing:-.4px}@media only screen and (max-width: 767px){.history-product__old{margin:4px 0 0}}.history-product__actual{margin-left:4px;font-size:20px;line-height:1.2;font-weight:800;color:#612040}@media only screen and (max-width: 767px){.history-product__actual{font-size:16px}}@media only screen and (max-width: 1259px){.history-product__actual{font-size:16px}}@media only screen and (max-width: 767px){.history-product__actual{margin:4px 0 0}}.history-product .btn{min-width:161px;width:161px;height:44px}@media only screen and (max-width: 767px){.history-product .btn{min-width:100%;width:100%}}.history__btns{display:flex;justify-content:center;margin-top:40px;gap:24px;padding:16px 0}@media only screen and (max-width: 1259px){.history__btns{margin-top:32px}}@media only screen and (max-width: 767px){.history__btns{flex-direction:column;padding:0}}.history__btns .btn{min-width:286px}@media only screen and (max-width: 1259px){.history__btns .btn{flex:1;min-width:auto}}@media only screen and (max-width: 767px){.history__btns .btn{flex:auto}}.history__empty{font-size:32px;line-height:1.4;font-weight:700;color:#612040}@media only screen and (max-width: 1023px){.history__empty{font-size:28px}}@media only screen and (max-width: 767px){.history__empty{font-size:22px}}.actions{margin-bottom:120px}@media only screen and (max-width: 1259px){.actions{margin-bottom:90px}}@media only screen and (max-width: 767px){.actions{margin-bottom:48px;padding-top:8px}}.actions__head{display:flex;justify-content:space-between;align-items:center;margin-bottom:72px}@media only screen and (max-width: 1579px){.actions__head{margin-bottom:56px}}@media only screen and (max-width: 1023px){.actions__head{display:block;margin-bottom:40px}}@media only screen and (max-width: 767px){.actions .nav{margin:0 -16px;overflow-x:auto;-ms-overflow-style:none;scrollbar-width:none;-webkit-overflow-scrolling:touch;gap:0}.actions .nav::-webkit-scrollbar{display:none}.actions .nav:before,.actions .nav:after{content:"";flex-shrink:0;width:16px}}@media only screen and (max-width: 1179px){.actions .nav__link{min-width:180px}}@media only screen and (max-width: 767px){.actions .nav__link{flex-shrink:0;min-width:auto;padding:0 36px}.actions .nav__link:not(:last-child){margin-right:8px}}.actions__title{font-size:40px;line-height:1.2;font-weight:800;text-transform:uppercase;color:#612040}@media only screen and (max-width: 1023px){.actions__title{font-size:36px}}@media only screen and (max-width: 767px){.actions__title{font-size:26px}}@media only screen and (max-width: 1023px){.actions__title{margin-bottom:24px}}.actions__banner{display:block;border-radius:40px;overflow:hidden}@media only screen and (max-width: 1259px){.actions__banner{border-radius:32px}}.actions__banner img{width:100%}@media only screen and (max-width: 1259px){.actions__banner img{min-height:360px;-o-object-fit:cover;object-fit:cover}}@media only screen and (max-width: 1023px){.actions__banner img{min-height:280px}}@media only screen and (max-width: 767px){.actions__banner img{min-height:auto}}.actions__banner[href]{transition:box-shadow .2s}.actions__banner[href]:hover{box-shadow:0 8px 40px #46102a33}.actions__banner:not(:last-child){margin-bottom:48px}.actions__list{display:flex;flex-wrap:wrap;margin:-48px -12px 0}@media only screen and (max-width: 767px){.actions__list{display:block;margin:0}}.actions__item{width:calc(33.333% - 24px);margin:48px 12px 0;border-radius:16px;background:#FFFFFF;overflow:hidden;transition:box-shadow .2s}@media only screen and (max-width: 1179px){.actions__item{width:calc(50% - 24px)}}@media only screen and (max-width: 767px){.actions__item{display:block;width:100%;margin:0;border-radius:8px}.actions__item:not(:last-child){margin-bottom:16px}}.actions__item:hover{box-shadow:0 8px 40px #46102a17}.actions__preview{position:relative;aspect-ratio:2.53}.actions__preview img{position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.actions__caption{padding:24px 16px;font-size:24px;line-height:1.3;font-weight:800;color:#612040}@media only screen and (max-width: 1023px){.actions__caption{font-size:22px}}@media only screen and (max-width: 767px){.actions__caption{font-size:18px}}.actions__products{display:flex;flex-wrap:wrap;margin:24px -12px 0}@media only screen and (max-width: 1739px){.actions__products{margin:24px -8px 0}}@media only screen and (max-width: 1023px){.actions__products{margin:24px -4px 0}}.actions__products .card{width:calc(20% - 24px);margin:24px 12px 0}@media only screen and (max-width: 1739px){.actions__products .card{width:calc(20% - 16px);margin:16px 8px 0}}@media only screen and (max-width: 1419px){.actions__products .card{width:calc(25% - 16px)}}@media only screen and (max-width: 1179px){.actions__products .card{width:calc(33.333% - 16px)}}@media only screen and (max-width: 1023px){.actions__products .card{width:calc(33.333% - 8px);margin:8px 4px 0}}@media only screen and (max-width: 767px){.actions__products .card{width:calc(50% - 8px)}}.payment-main{margin-bottom:88px}@media only screen and (max-width: 767px){.payment-main{margin-bottom:64px}}.payment-main__wrapper{position:relative;display:flex;justify-content:center;align-items:center;min-height:500px;padding:32px;background:#E2BDC1;overflow:hidden;border-radius:40px;box-shadow:0 8px 40px #46102a33}@media only screen and (max-width: 1579px){.payment-main__wrapper{min-height:460px}}@media only screen and (max-width: 1419px){.payment-main__wrapper{min-height:420px}}@media only screen and (max-width: 1259px){.payment-main__wrapper{min-height:360px}}@media only screen and (max-width: 1023px){.payment-main__wrapper{min-height:280px}}@media only screen and (max-width: 767px){.payment-main__wrapper{padding:30px 24px 290px;border-radius:32px}}.payment-main__details{max-width:504px;margin-left:-80px;text-align:right;color:#612040}@media only screen and (max-width: 1419px){.payment-main__details{max-width:460px}}@media only screen and (max-width: 1259px){.payment-main__details{max-width:400px}}@media only screen and (max-width: 1023px){.payment-main__details{max-width:280px;margin-left:-48px}}@media only screen and (max-width: 767px){.payment-main__details{max-width:100%;margin-left:0}}.payment-main__logo{margin:0 -16px 76px 0}@media only screen and (max-width: 1023px){.payment-main__logo{margin-bottom:24px}}@media only screen and (max-width: 767px){.payment-main__logo{margin-bottom:32px}}.payment-main__title{margin-bottom:24px;font-family:Caveat,cursive;font-size:98px;line-height:.8;letter-spacing:-.03em;font-weight:700}@media only screen and (max-width: 1419px){.payment-main__title{font-size:80px}}@media only screen and (max-width: 1259px){.payment-main__title{font-size:64px}}@media only screen and (max-width: 1023px){.payment-main__title{font-size:48px}}@media only screen and (max-width: 767px){.payment-main__title{margin-bottom:12px;-webkit-transform:translateX(-4px);transform:translate(-4px);font-size:66px}}.payment-main__text{font-size:24px;line-height:1.3;color:#612040}@media only screen and (max-width: 1419px){.payment-main__text{font-size:20px}}@media only screen and (max-width: 1259px){.payment-main__text{font-size:18px}}@media only screen and (max-width: 1023px){.payment-main__text{font-size:16px}}@media only screen and (max-width: 767px){.payment-main__text{font-size:18px}}.payment-main__cat,.payment-main__preview{position:absolute;bottom:0}.payment-main__cat img,.payment-main__preview img{max-width:100%}.payment-main__cat{left:0;width:548px}@media only screen and (max-width: 1579px){.payment-main__cat{width:500px}}@media only screen and (max-width: 1419px){.payment-main__cat{width:460px}}@media only screen and (max-width: 1259px){.payment-main__cat{left:-40px;width:380px}}@media only screen and (max-width: 1023px){.payment-main__cat{width:280px}}@media only screen and (max-width: 767px){.payment-main__cat{left:calc(50% - 256px);z-index:1;width:300px}}.payment-main__preview{right:62px;width:522px}@media only screen and (max-width: 1739px){.payment-main__preview{right:16px}}@media only screen and (max-width: 1579px){.payment-main__preview{right:-8px;width:460px}}@media only screen and (max-width: 1419px){.payment-main__preview{width:400px}}@media only screen and (max-width: 1259px){.payment-main__preview{width:320px}}@media only screen and (max-width: 1023px){.payment-main__preview{width:240px}}@media only screen and (max-width: 767px){.payment-main__preview{right:calc(50% - 204px);width:284px}}.payment-options{padding:120px 0;background:#612040;color:#fff}@media only screen and (max-width: 1259px){.payment-options{padding:80px 0}}@media only screen and (max-width: 767px){.payment-options{padding:48px 0}}.payment-options__list{display:flex;margin:0 -24px}@media only screen and (max-width: 767px){.payment-options__list{display:block;margin:0}}.payment-options__item{width:25%;padding:24px}@media only screen and (max-width: 1023px){.payment-options__item{padding:12px}}@media only screen and (max-width: 767px){.payment-options__item{width:100%;padding:24px}}.payment-options__item:not(:last-child){position:relative}@media only screen and (max-width: 767px){.payment-options__item:not(:last-child){padding-bottom:48px}}.payment-options__item:not(:last-child):after{content:"";position:absolute;top:0;right:0;bottom:0;width:1px;background-image:linear-gradient(44.99deg,#8F5F39 -10.71%,#C9AC70 23.12%,#FDEDCB 57.73%,#DDC09D 84.3%,#8F5F39 104.41%)}@media only screen and (max-width: 767px){.payment-options__item:not(:last-child):after{top:auto;left:0;width:auto;height:1px;background-image:linear-gradient(90.01deg,#8F5F39 -26.99%,#C9AC70 15.17%,#FDEDCB 58.32%,#DDC09D 91.43%,#8F5F39 116.49%)}}@media only screen and (max-width: 767px){.payment-options__item:not(:first-child){padding-top:48px}}.payment-options__icon{display:flex;justify-content:center;align-items:center;width:125px;height:122px;margin:0 auto 20px;background:url(/frontAssets/build/assets/rings-889763a1.svg) no-repeat 50% 50%/100% auto}@media only screen and (max-width: 1023px){.payment-options__icon{width:100px;height:97px}}@media only screen and (max-width: 767px){.payment-options__icon{width:125px;height:122px;margin-bottom:16px}}.payment-options__text{max-width:238px;margin:0 auto;text-align:center;font-size:18px;line-height:1.6;font-weight:500}@media only screen and (max-width: 1259px){.payment-options__text{font-size:16px}}@media only screen and (max-width: 1023px){.payment-options__text{font-size:14px}}@media only screen and (max-width: 767px){.payment-options__text{font-size:16px}}.payment-details__section{display:flex;gap:24px;padding:120px 0 88px}@media only screen and (max-width: 1259px){.payment-details__section{padding:90px 0 72px}}@media only screen and (max-width: 1023px){.payment-details__section{flex-direction:column;gap:40px}}@media only screen and (max-width: 767px){.payment-details__section{padding:48px 0}}.payment-details__section:nth-child(2n){flex-direction:row-reverse}@media only screen and (max-width: 1023px){.payment-details__section:nth-child(2n){flex-direction:column}}.payment-details__section:nth-child(2n) .payment-details__box{padding:48px 40px}@media only screen and (max-width: 1259px){.payment-details__section:nth-child(2n) .payment-details__box{padding:24px}}@media only screen and (max-width: 767px){.payment-details__section:nth-child(2n) .payment-details__box{padding:24px 16px}}.payment-details__section:nth-child(2n) .payment-details__item{color:#1d0712}.payment-details__preview{flex-shrink:0;width:688px}@media only screen and (max-width: 1419px){.payment-details__preview{width:500px}}@media only screen and (max-width: 1259px){.payment-details__preview{width:440px}}@media only screen and (max-width: 1023px){.payment-details__preview{margin:0 auto}}@media only screen and (max-width: 767px){.payment-details__preview{width:100%}}.payment-details__preview img{width:100%}.payment-details__wrap{flex-grow:1}.payment-details__title{margin-bottom:56px;font-size:40px;line-height:1.2;font-weight:800;text-transform:uppercase;color:#612040}@media only screen and (max-width: 1023px){.payment-details__title{font-size:36px}}@media only screen and (max-width: 767px){.payment-details__title{font-size:26px}}@media only screen and (max-width: 1419px){.payment-details__title{margin-bottom:40px}}.payment-details__info{margin-bottom:32px;font-size:18px;line-height:1.6;font-weight:500}@media only screen and (max-width: 767px){.payment-details__info{font-size:16px}}.payment-details__row{display:flex;align-items:flex-start;gap:24px}@media only screen and (max-width: 1259px){.payment-details__row{gap:16px}}@media only screen and (max-width: 767px){.payment-details__row{flex-direction:column;align-items:stretch;gap:24px}}.payment-details__row .payment-details__box{flex:1}.payment-details__box{padding:32px 24px;border-radius:8px;background:#FFFFFF;border:1px solid #EFCFD5}@media only screen and (max-width: 1259px){.payment-details__box{padding:16px}}@media only screen and (max-width: 767px){.payment-details__box{padding:24px 16px}}.payment-details__logo{margin-bottom:24px}.payment-details__logo img{height:44px}.payment-details__item{display:flex;align-items:center;font-size:16px;line-height:1.25;font-weight:800;color:#612040}@media only screen and (max-width: 767px){.payment-details__item{font-size:14px}}.payment-details__item:not(:last-child){margin-bottom:16px}.payment-details__icon{flex-shrink:0;margin-right:8px}.payment-details__note{margin-top:40px;padding:16px;border-radius:8px;background:#FBF2F5;font-size:18px;line-height:1.6;font-weight:500;color:#5b2740}@media only screen and (max-width: 767px){.payment-details__note{font-size:16px}}.payment-faq{padding:120px 0}@media only screen and (max-width: 1259px){.payment-faq{padding:90px 0}}@media only screen and (max-width: 767px){.payment-faq{padding:48px 0}}.payment-faq__title{margin-bottom:48px;font-size:40px;line-height:1.2;font-weight:800;text-transform:uppercase;color:#612040}@media only screen and (max-width: 1023px){.payment-faq__title{font-size:36px}}@media only screen and (max-width: 767px){.payment-faq__title{font-size:26px}}@media only screen and (max-width: 767px){.payment-faq__title{margin-bottom:40px}}.payment-faq__row{display:flex;align-items:flex-start}@media only screen and (max-width: 1023px){.payment-faq__row{display:block}}.payment-faq .faq{flex-grow:1}.payment-faq .question{flex-shrink:0;width:686px;margin-left:24px}@media only screen and (max-width: 1419px){.payment-faq .question{width:560px}}@media only screen and (max-width: 1259px){.payment-faq .question{width:420px;padding:32px}}@media only screen and (max-width: 1023px){.payment-faq .question{width:100%;margin:48px 0 0;padding:48px}}@media only screen and (max-width: 767px){.payment-faq .question{margin-top:40px;padding:24px}}.restitution-main{padding-bottom:56px}.restitution-main__wrapper{position:relative;min-height:500px;padding:25px 13.2%;overflow:hidden;box-shadow:0 8px 40px #46102a33;border-radius:40px;background:#612040;color:#fff}@media only screen and (max-width: 1739px){.restitution-main__wrapper{padding:25px 9%}}@media only screen and (max-width: 1579px){.restitution-main__wrapper{padding:25px 7%}}@media only screen and (max-width: 1259px){.restitution-main__wrapper{padding:24px 48px}}@media only screen and (max-width: 1023px){.restitution-main__wrapper{min-height:auto}}@media only screen and (max-width: 767px){.restitution-main__wrapper{padding:32px 24px 0;border-radius:32px}}.restitution-main__bg{position:absolute;left:calc(50% - 820px);bottom:0;width:747px}@media only screen and (max-width: 1739px){.restitution-main__bg{left:calc(50% - 730px)}}@media only screen and (max-width: 1259px){.restitution-main__bg{left:calc(50% - 660px)}}@media only screen and (max-width: 1023px){.restitution-main__bg{left:calc(50% - 700px)}}@media only screen and (max-width: 767px){.restitution-main__bg{left:10px;width:398px}}.restitution-main__bg img{width:100%}.restitution-main__preview{position:absolute;left:calc(50% - 640px);bottom:0;z-index:1;width:548px}@media only screen and (max-width: 1579px){.restitution-main__preview{left:80px}}@media only screen and (max-width: 1419px){.restitution-main__preview{left:16px}}@media only screen and (max-width: 1023px){.restitution-main__preview{left:-24px;width:400px}}@media only screen and (max-width: 767px){.restitution-main__preview{position:relative;left:auto;bottom:auto;width:264px;margin:24px auto 0}}.restitution-main__preview img{width:100%}.restitution-main__wrap{position:relative;z-index:1;display:flex;flex-direction:column;align-items:flex-end}@media only screen and (max-width: 1259px){.restitution-main__wrap{max-width:400px;margin-left:auto;text-align:right}}.restitution-main__logo{display:inline-block;width:195px;margin-bottom:60px}@media only screen and (max-width: 1259px){.restitution-main__logo{margin-bottom:40px}}@media only screen and (max-width: 1023px){.restitution-main__logo{width:160px}}@media only screen and (max-width: 767px){.restitution-main__logo{margin:0 -16px 42px 0}}.restitution-main__logo img{width:100%}.restitution-main__title{margin-bottom:40px;font-size:40px;line-height:1.2;font-weight:800;text-transform:uppercase;color:#fff}@media only screen and (max-width: 1023px){.restitution-main__title{font-size:36px}}@media only screen and (max-width: 767px){.restitution-main__title{font-size:26px}}@media only screen and (max-width: 1023px){.restitution-main__title{margin-bottom:24px}}@media only screen and (max-width: 767px){.restitution-main__title{margin-bottom:16px}}.restitution-main__image{margin-right:-16px}@media only screen and (max-width: 767px){.restitution-main__image{margin-right:-8px}}@media only screen and (max-width: 1259px){.restitution-main__image img{width:320px}}@media only screen and (max-width: 1023px){.restitution-main__image img{width:280px}}@media only screen and (max-width: 767px){.restitution-main__image img{width:228px}}.restitution-details{padding:88px 0}@media only screen and (max-width: 767px){.restitution-details{padding:48px 0}}.restitution-details__title{margin-bottom:56px;font-size:40px;line-height:1.2;font-weight:800;text-transform:uppercase;color:#612040}@media only screen and (max-width: 1023px){.restitution-details__title{font-size:36px}}@media only screen and (max-width: 767px){.restitution-details__title{font-size:26px}}@media only screen and (max-width: 767px){.restitution-details__title{margin-bottom:40px}}.restitution-details__content{margin-bottom:32px;font-size:18px;line-height:1.6;font-weight:500}@media only screen and (max-width: 767px){.restitution-details__content{font-size:16px}}.restitution-details__section:nth-child(1) .restitution-details__preview img{max-width:440px}@media only screen and (max-width: 767px){.restitution-details__section:nth-child(1) .restitution-details__preview img{max-width:230px}}@media only screen and (max-width: 1023px){.restitution-details__section:nth-child(2) .restitution-details__row{flex-direction:column}}.restitution-details__section:nth-child(2) .restitution-details__preview img{max-width:475px}@media only screen and (max-width: 767px){.restitution-details__section:nth-child(2) .restitution-details__preview img{max-width:246px}}.restitution-details__section:not(:last-child){margin-bottom:56px}.restitution-details__info{margin-bottom:32px;font-size:24px;line-height:1.3;font-weight:800;color:#612040}@media only screen and (max-width: 1023px){.restitution-details__info{font-size:22px}}@media only screen and (max-width: 767px){.restitution-details__info{font-size:18px}}.restitution-details__row{display:flex;align-items:center;gap:24px}@media only screen and (max-width: 1023px){.restitution-details__row{flex-direction:column-reverse}}.restitution-details__preview{flex-shrink:0;width:686px;text-align:center}@media only screen and (max-width: 1419px){.restitution-details__preview{width:500px}}@media only screen and (max-width: 1259px){.restitution-details__preview{width:450px}}@media only screen and (max-width: 767px){.restitution-details__preview{width:100%}}.restitution-details__preview img{max-width:100%}.restitution-details__wrap{flex-grow:1}.restitution-details__box{padding:48px 40px;border-radius:8px;background:#FFFFFF;border:1px solid #EFCFD5}@media only screen and (max-width: 1259px){.restitution-details__box{padding:32px}}@media only screen and (max-width: 767px){.restitution-details__box{padding:24px 16px}}.restitution-details__list li{position:relative;padding:1px 0 0 32px}@media only screen and (max-width: 767px){.restitution-details__list li{padding-top:2px}}.restitution-details__list li:before{content:"";position:absolute;top:0;left:0;width:24px;height:24px;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='25' fill='none' viewBox='0 0 24 25'%3E%3Cpath d='M12 8.5v4m0 4h.01m9.99-4c0 5.523-4.477 10-10 10s-10-4.477-10-10 4.477-10 10-10 10 4.477 10 10z' stroke='%23da1e37' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat 50% 50%/100% auto}.restitution-details__list li:not(:last-child){margin-bottom:24px}.restitution-details__note{margin-top:40px;padding:16px;border-radius:8px;background:#FBF2F5;font-size:18px;line-height:1.6;font-weight:500;color:#5b2740}@media only screen and (max-width: 767px){.restitution-details__note{font-size:16px}}@media only screen and (max-width: 767px){.restitution-details__note{margin-top:24px}}.restitution-question{padding:112px 0;background:#FBF2F5}@media only screen and (max-width: 1259px){.restitution-question{padding:90px 0}}@media only screen and (max-width: 1023px){.restitution-question{padding:80px 0 64px}}@media only screen and (max-width: 767px){.restitution-question{padding:48px 0 56px}}.restitution-question__center{display:flex;align-items:center}@media only screen and (max-width: 1023px){.restitution-question__center{flex-direction:column-reverse;align-items:stretch}}.restitution-question__preview{flex-grow:1}@media only screen and (max-width: 1259px){.restitution-question__preview{margin-right:-60px}}@media only screen and (max-width: 1023px){.restitution-question__preview{margin:16px -24px 0 0}}@media only screen and (max-width: 767px){.restitution-question__preview{margin-right:-16px}}.restitution-question__preview img{width:100%}.restitution-question .question{flex-shrink:0;width:686px}@media only screen and (max-width: 1419px){.restitution-question .question{width:500px}}@media only screen and (max-width: 1259px){.restitution-question .question{width:440px;padding:32px}}@media only screen and (max-width: 1023px){.restitution-question .question{width:100%;padding:48px}}@media only screen and (max-width: 767px){.restitution-question .question{padding:24px}}.contacts-main{padding-bottom:88px}@media only screen and (max-width: 767px){.contacts-main{padding:8px 0 48px}}.contacts-main__title{margin-bottom:56px;font-size:40px;line-height:1.2;font-weight:800;text-transform:uppercase;color:#612040}@media only screen and (max-width: 1023px){.contacts-main__title{font-size:36px}}@media only screen and (max-width: 767px){.contacts-main__title{font-size:26px}}@media only screen and (max-width: 1023px){.contacts-main__title{margin-bottom:40px}}.contacts-main__row{display:flex}@media only screen and (max-width: 1023px){.contacts-main__row{display:block}}.contacts-main__wrap{flex-grow:1}.contacts-main__info{margin-bottom:16px;font-size:18px;line-height:1.3;font-weight:800}@media only screen and (max-width: 767px){.contacts-main__info{font-size:16px}}@media only screen and (max-width: 767px){.contacts-main__info_center{text-align:center}}.contacts-main__address{margin-bottom:48px}@media only screen and (max-width: 1023px){.contacts-main__address{margin-bottom:40px}}.contacts-main__list{display:flex;gap:24px;margin-bottom:48px}@media only screen and (max-width: 767px){.contacts-main__list{flex-direction:column;gap:16px;margin-bottom:40px}}.contacts-main__item{display:flex;flex-direction:column;align-items:center;flex:1;padding:24px;border-radius:16px;background:#FBF2F5;text-align:center}@media only screen and (max-width: 767px){.contacts-main__item{border-radius:8px}}.contacts-main__icon{margin-bottom:16px}.contacts-main__icon .icon{width:48px;height:48px;fill:#612040}.contacts-main__text{display:flex;flex-direction:column;justify-content:center;align-items:center;flex-grow:1}.contacts-main__text p a{white-space:nowrap;margin-left:10px}.contacts-main__text p:not(:last-child){margin-bottom:8px}.contacts-main__text a{background:linear-gradient(87.26deg,#612040 -4.89%,#862E59 46.03%,#612040 103.59%);background-clip:text;text-decoration:underline;-webkit-background-clip:text;font-size:16px;font-weight:700;color:#612040;transition:all .2s}@media only screen and (max-width: 767px){.contacts-main__text a{font-size:14px}}.contacts-main__text a:hover{color:transparent}.contacts-main__socials{display:flex}@media only screen and (max-width: 767px){.contacts-main__socials{justify-content:center}}.contacts-main__socials a .icon{width:36px;height:36px;fill:#612040;transition:fill .2s}.contacts-main__socials a:hover .icon{fill:#6c2e4d}.contacts-main__socials a:not(:last-child){margin-right:40px}.contacts-main .question{flex-shrink:0;width:686px;margin-left:24px}@media only screen and (max-width: 1419px){.contacts-main .question{width:560px}}@media only screen and (max-width: 1259px){.contacts-main .question{width:420px;padding:32px}}@media only screen and (max-width: 1023px){.contacts-main .question{width:100%;margin:56px 0 0;padding:48px}}@media only screen and (max-width: 767px){.contacts-main .question{padding:24px}}.contacts-faq{padding:88px 0 120px}@media only screen and (max-width: 1259px){.contacts-faq{padding-bottom:90px}}@media only screen and (max-width: 767px){.contacts-faq{padding:48px 0 108px}}.contacts-faq__title{margin-bottom:48px;font-size:40px;line-height:1.2;font-weight:800;text-transform:uppercase;color:#612040}@media only screen and (max-width: 1023px){.contacts-faq__title{font-size:36px}}@media only screen and (max-width: 767px){.contacts-faq__title{font-size:26px}}@media only screen and (max-width: 1023px){.contacts-faq__title{margin-bottom:40px}}.contacts-faq__row{display:flex;align-items:flex-start}@media only screen and (max-width: 1023px){.contacts-faq__row{display:block}}.contacts-faq .faq{flex-grow:1}.contacts-faq__preview{display:flex;justify-content:center;align-items:center;flex-shrink:0;width:686px;margin-left:24px}@media only screen and (max-width: 1419px){.contacts-faq__preview{width:560px}}@media only screen and (max-width: 1259px){.contacts-faq__preview{width:420px}}@media only screen and (max-width: 1023px){.contacts-faq__preview{margin:24px auto 0}}@media only screen and (max-width: 767px){.contacts-faq__preview{width:100%;margin-top:24px}}.contacts-faq__preview img{width:536px;box-shadow:0 8px 40px #46102a17;border-radius:40px;-webkit-transform:translateY(40px) rotate(-12deg);transform:translateY(40px) rotate(-12deg)}@media only screen and (max-width: 1419px){.contacts-faq__preview img{width:480px}}@media only screen and (max-width: 1259px){.contacts-faq__preview img{width:380px;border-radius:32px}}@media only screen and (max-width: 767px){.contacts-faq__preview img{width:268px;border-radius:16px}}.about{overflow:hidden}.about-main{position:relative;padding-top:30px;background:#FBF2F5}@media only screen and (max-width: 767px){.about-main{padding-top:182px}}.about-main:before{content:"";position:absolute;inset:0;background:#FBF2F5 url(/frontAssets/build/assets/pattern-c629873e.svg) repeat 0 0/101px auto;opacity:.25}@media only screen and (max-width: 767px){.about-main:before{background-position:-2px 0;background-size:77px auto}}.about-main__center{position:relative;z-index:1}@media only screen and (max-width: 767px){.about-main__center{position:static}}.about-main__logo{position:absolute;top:4px;left:16px;width:266px}@media only screen and (max-width: 1579px){.about-main__logo{width:220px}}@media only screen and (max-width: 1259px){.about-main__logo{width:180px}}@media only screen and (max-width: 1023px){.about-main__logo{width:152px}}@media only screen and (max-width: 767px){.about-main__logo{top:24px;left:2px}}.about-main__logo img{width:100%}.about-main__preview{position:relative;max-width:848px;margin:0 auto;padding-left:68px}@media only screen and (max-width: 1579px){.about-main__preview{max-width:700px}}@media only screen and (max-width: 1419px){.about-main__preview{max-width:600px}}@media only screen and (max-width: 1259px){.about-main__preview{max-width:560px}}@media only screen and (max-width: 1023px){.about-main__preview{left:-40px;max-width:460px;padding-left:0}}@media only screen and (max-width: 767px){.about-main__preview{max-width:240px}}.about-main__preview img{width:100%}.about-main__text{position:absolute;left:3%;bottom:9.5%;width:133.3%}@media only screen and (max-width: 1023px){.about-main__text{left:-3.2%;width:140%}}.about-food{padding:66px 0}@media only screen and (max-width: 767px){.about-food{padding:48px 0 0}}.about-food__center{position:relative}.about-food__image{position:relative;max-width:1057px;margin:0 auto}@media only screen and (max-width: 1579px){.about-food__image{max-width:960px}}@media only screen and (max-width: 1259px){.about-food__image{max-width:760px}}@media only screen and (max-width: 767px){.about-food__image{max-width:auto}}.about-food__image img{width:100%}@media only screen and (max-width: 767px){.about-food__pic{margin:0 -38px}}.about-food__title{position:absolute;top:80px;left:-170px;z-index:1;font-size:40px;line-height:1.2;font-weight:800;text-transform:uppercase;color:#612040}@media only screen and (max-width: 1023px){.about-food__title{font-size:36px}}@media only screen and (max-width: 767px){.about-food__title{font-size:26px}}@media only screen and (max-width: 1579px){.about-food__title{top:40px;left:-140px}}@media only screen and (max-width: 1419px){.about-food__title{left:-120px}}@media only screen and (max-width: 1259px){.about-food__title{top:8px;left:-100px}}@media only screen and (max-width: 1023px){.about-food__title{position:static;margin-bottom:13px}.about-food__title br{display:none}}@media only screen and (max-width: 767px){.about-food__title{margin-bottom:22px}}@media only screen and (max-width: 1023px){.about-food__pets{display:flex;justify-content:center}}@media only screen and (max-width: 767px){.about-food__pets{position:relative;display:block;height:240px}}.about-food__cat,.about-food__dog{position:absolute}@media only screen and (max-width: 1023px){.about-food__cat,.about-food__dog{position:static}}@media only screen and (max-width: 767px){.about-food__cat,.about-food__dog{position:absolute}}.about-food__cat img,.about-food__dog img{width:100%}.about-food__cat{left:calc(50% - 840px);bottom:-118px;width:513px}@media only screen and (max-width: 1579px){.about-food__cat{left:calc(50% - 780px)}}@media only screen and (max-width: 1259px){.about-food__cat{left:calc(50% - 600px);width:400px}}@media only screen and (max-width: 767px){.about-food__cat{left:calc(50% - 200px);bottom:24px;width:208px}}.about-food__dog{right:calc(50% - 904px);bottom:-151px;width:608px}@media only screen and (max-width: 1579px){.about-food__dog{right:calc(50% - 834px)}}@media only screen and (max-width: 1259px){.about-food__dog{right:calc(50% - 614px);bottom:-135px;width:418px}}@media only screen and (max-width: 767px){.about-food__dog{right:calc(50% - 182px);bottom:10px;width:242px}}.about-details{padding:100px 0}@media only screen and (max-width: 1259px){.about-details{padding-bottom:60px}}@media only screen and (max-width: 1023px){.about-details{padding-top:20px}}@media only screen and (max-width: 767px){.about-details{padding:10px 0 48px}}.about-details__center{display:flex;align-items:center}@media only screen and (max-width: 1259px){.about-details__center{flex-direction:column-reverse;align-items:stretch;max-width:1024px}}.about-details__video{flex-grow:1}.about-details__video .video{border-radius:24px;overflow:hidden;box-shadow:0 8px 40px #46102a17}@media only screen and (max-width: 767px){.about-details__video .video{border-radius:8px}}.about-details__wrap{flex-shrink:0;width:696px;margin-left:24px}@media only screen and (max-width: 1579px){.about-details__wrap{width:600px}}@media only screen and (max-width: 1419px){.about-details__wrap{width:460px}}@media only screen and (max-width: 1259px){.about-details__wrap{width:100%;margin:0 0 40px}}.about-details__text{font-size:18px;line-height:1.6;font-weight:500;color:#612040}@media only screen and (max-width: 767px){.about-details__text{font-size:16px}}.about-details__text:not(:last-child){margin-bottom:24px}.about-details__title{margin-bottom:24px;font-size:40px;line-height:1.2;font-weight:800;text-transform:uppercase;color:#612040}@media only screen and (max-width: 1023px){.about-details__title{font-size:36px}}@media only screen and (max-width: 1419px){.about-details__title{font-size:32px}}@media only screen and (max-width: 767px){.about-details__title{font-size:26px}}.about-details__block{display:inline-block;margin-bottom:24px;padding:6px 24px;border-radius:8px;background:#DB5B96;font-family:Caveat,cursive;font-size:37px;line-height:1.2;letter-spacing:.027em;font-weight:700;color:#fff}@media only screen and (max-width: 1419px){.about-details__block{font-size:28px}}@media only screen and (max-width: 1259px){.about-details__block{font-size:37px}}@media only screen and (max-width: 767px){.about-details__block{padding:10px 25px;font-size:20px;letter-spacing:.03em}}.about-love{position:relative;padding:96px 0 39px}@media only screen and (max-width: 1579px){.about-love{padding-top:72px}}@media only screen and (max-width: 1259px){.about-love{padding-top:48px}}@media only screen and (max-width: 767px){.about-love{padding:0 0 48px}}.about-love__wrap{position:relative;z-index:2;width:828px}@media only screen and (max-width: 1259px){.about-love__wrap{width:460px}}@media only screen and (max-width: 767px){.about-love__wrap{width:100%}}.about-love__title{font-family:Caveat,cursive;font-size:96px;line-height:1.3;font-weight:700;color:#612040}@media only screen and (max-width: 767px){.about-love__title{font-size:80px}}.about-love__info{margin-bottom:48px;padding-left:89px;font-size:40px;line-height:1.2;font-weight:800;text-transform:uppercase;color:#612040}@media only screen and (max-width: 1023px){.about-love__info{font-size:36px}}@media only screen and (max-width: 767px){.about-love__info{font-size:26px}}@media only screen and (max-width: 1259px){.about-love__info{margin-bottom:24px;padding-left:0}}@media only screen and (max-width: 767px){.about-love__info{margin:-2px 0 48px}}.about-love__content{font-size:18px;line-height:1.6;font-weight:500;color:#612040}@media only screen and (max-width: 767px){.about-love__content{font-size:16px}}.about-love__content>span{position:relative}@media only screen and (max-width: 767px){.about-love__content>span{display:block}}.about-love__text{position:absolute;top:12px;left:calc(100% + 17px);-webkit-transform:rotate(9deg);transform:rotate(9deg);padding:5px 22px;border-radius:8px;background:#DB5B96;white-space:nowrap;font-family:Caveat,cursive;font-size:37px;line-height:1.2;letter-spacing:.027em;font-weight:700;color:#fff}@media only screen and (max-width: 767px){.about-love__text{top:18px;left:18px;padding:10px 20px;font-size:20px}}.about-love__logo{width:1112px;margin:-126px 0 0 -24px}@media only screen and (max-width: 1579px){.about-love__logo{width:900px;margin-top:-64px}}@media only screen and (max-width: 1259px){.about-love__logo{width:800px}}@media only screen and (max-width: 767px){.about-love__logo{width:auto;margin:10px 0 0 -16px;padding-right:79px}}.about-love__logo img{width:100%}.about-love__preview{position:absolute;top:51%;right:0;width:1360px;-webkit-transform:translateY(-50%);transform:translateY(-50%)}@media only screen and (max-width: 1739px){.about-love__preview{right:-20px;width:1200px}}@media only screen and (max-width: 1579px){.about-love__preview{top:60%;width:1100px}}@media only screen and (max-width: 1419px){.about-love__preview{right:-40px;width:920px}}@media only screen and (max-width: 1023px){.about-love__preview{top:70%;width:720px}}@media only screen and (max-width: 767px){.about-love__preview{position:static;width:auto;margin:-178px -16px 0;-webkit-transform:translateY(0);transform:translateY(0)}}.about-love__preview img{width:100%}.about-tastes{position:relative;padding:90px 0 41px}@media only screen and (max-width: 767px){.about-tastes{padding:42px 0 0}}.about-tastes__preview{position:relative;z-index:1;width:970px}@media only screen and (max-width: 1579px){.about-tastes__preview{width:900px}}@media only screen and (max-width: 1419px){.about-tastes__preview{width:800px}}@media only screen and (max-width: 1259px){.about-tastes__preview{width:700px}}@media only screen and (max-width: 1023px){.about-tastes__preview{width:100%}}.about-tastes__preview img{width:100%}.about-tastes__lick{position:absolute;right:calc(50% - 961px);bottom:0}@media only screen and (max-width: 1739px){.about-tastes__lick{right:calc(50% - 861px)}}@media only screen and (max-width: 1579px){.about-tastes__lick{right:calc(50% - 800px)}}@media only screen and (max-width: 1419px){.about-tastes__lick{right:calc(50% - 740px)}}@media only screen and (max-width: 1259px){.about-tastes__lick{right:calc(50% - 660px)}}@media only screen and (max-width: 1023px){.about-tastes__lick{position:relative;right:auto;bottom:auto;max-width:600px;margin:0 auto}}@media only screen and (max-width: 767px){.about-tastes__lick{max-width:auto;margin:-70px -16px 0}}@media only screen and (max-width: 1739px){.about-tastes__lick img{width:750px}}@media only screen and (max-width: 1419px){.about-tastes__lick img{width:700px}}@media only screen and (max-width: 1259px){.about-tastes__lick img{width:600px}}@media only screen and (max-width: 1023px){.about-tastes__lick img{width:100%}}.about-tastes__wrap{position:absolute;top:50.6%;left:53.5%;width:545px;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);color:#612040}@media only screen and (max-width: 1419px){.about-tastes__wrap{width:400px}}@media only screen and (max-width: 1259px){.about-tastes__wrap{left:50%;width:320px}}@media only screen and (max-width: 1023px){.about-tastes__wrap{width:360px}}@media only screen and (max-width: 767px){.about-tastes__wrap{top:45%;left:0;right:0;width:auto;-webkit-transform:translate(0,-50%);transform:translateY(-50%);padding:0 16px}}.about-tastes__title{font-size:40px;line-height:1.2;font-weight:800;text-transform:uppercase}@media only screen and (max-width: 1259px){.about-tastes__title{font-size:28px}}@media only screen and (max-width: 1023px){.about-tastes__title{font-size:36px}}@media only screen and (max-width: 767px){.about-tastes__title{font-size:26px}}.about-tastes__info{position:absolute;top:calc(100% - 56px);right:36px;font-family:Caveat,cursive;font-size:96px;line-height:1.3;font-weight:700}@media only screen and (max-width: 1419px){.about-tastes__info{top:100%}}@media only screen and (max-width: 1259px){.about-tastes__info{font-size:72px}}@media only screen and (max-width: 767px){.about-tastes__info{right:32px;top:calc(100% - 12px);font-size:80px}}.about-desc{padding:96px 0 120px}@media only screen and (max-width: 1023px){.about-desc{padding:80px 0 90px}}@media only screen and (max-width: 767px){.about-desc{padding:56px 0 48px}}@media only screen and (max-width: 767px){.about-desc__center{padding:0}}.about-desc__wrapper{position:relative;display:flex;align-items:center;padding:40px 52px;border-radius:40px;background:#FFFFFF;box-shadow:0 8px 40px #46102a17;overflow:hidden}@media only screen and (max-width: 1259px){.about-desc__wrapper{padding:40px 24px}}@media only screen and (max-width: 1023px){.about-desc__wrapper{display:block;padding:40px;text-align:center}}@media only screen and (max-width: 767px){.about-desc__wrapper{padding:40px 24px;border-radius:32px;text-align:left}}.about-desc__box{flex-grow:1;color:#612040}.about-desc__preview{flex-shrink:0;width:460px;margin-left:32px}@media only screen and (max-width: 1259px){.about-desc__preview{width:400px;margin-left:8px}}@media only screen and (max-width: 1023px){.about-desc__preview{margin:0 auto}}@media only screen and (max-width: 767px){.about-desc__preview{width:auto;margin:12px -8px 0}}.about-desc__preview img{width:100%}.about-desc__title{margin-bottom:16px;font-size:40px;line-height:1.2;font-weight:800;text-transform:uppercase}@media only screen and (max-width: 1023px){.about-desc__title{font-size:36px}}@media only screen and (max-width: 1259px){.about-desc__title{font-size:32px}}@media only screen and (max-width: 767px){.about-desc__title{font-size:26px}}.about-desc__text{font-size:18px;line-height:1.6;font-weight:500}@media only screen and (max-width: 767px){.about-desc__text{font-size:16px}}.about-desc__link{position:absolute;left:49%;bottom:-84px;z-index:1;width:179px;height:179px;padding:33px;-webkit-transform:translateX(-50%);transform:translate(-50%);background:#FBF2F5;border-radius:50%;text-align:center;transition:background .3s}@media only screen and (max-width: 767px){.about-desc__link{left:50%;bottom:-42px;width:90px;height:90px;padding:16px}}.about-desc__link:hover{background:#f6e2e9}@media only screen and (max-width: 767px){.about-desc__link img{width:23px}}.about-video{position:relative;padding:120px 0;background:#612040}@media only screen and (max-width: 1259px){.about-video{padding:90px 0}}@media only screen and (max-width: 1023px){.about-video{padding:80px 0 64px}}@media only screen and (max-width: 767px){.about-video{padding:56px 0}}.about-video__anchor{position:absolute;top:-24px;left:0;right:0}.about-video__center{max-width:1340px}.about-video .video{border-radius:40px;overflow:hidden}@media only screen and (max-width: 1259px){.about-video .video{border-radius:24px}}@media only screen and (max-width: 767px){.about-video .video{border-radius:8px}}.about-foot{padding:79px 0 24px;background:#612040}@media only screen and (max-width: 767px){.about-foot{position:relative;padding:56px 0 448px}}.about-foot__center{display:flex}@media only screen and (max-width: 1259px){.about-foot__center{display:block}}.about-foot__wrap{flex-shrink:0;width:476px}@media only screen and (max-width: 1259px){.about-foot__wrap{width:100%;text-align:center}}@media only screen and (max-width: 767px){.about-foot__wrap{text-align:left}}.about-foot__title{display:inline-block;font-family:Caveat,cursive;font-size:96px;line-height:1.3;font-weight:700;background-image:linear-gradient(44.99deg,#8F5F39 -10.71%,#C9AC70 23.12%,#FDEDCB 57.73%,#DDC09D 84.3%,#8F5F39 104.41%);-webkit-background-clip:text;-webkit-text-fill-color:transparent}@media only screen and (max-width: 767px){.about-foot__title{font-size:80px}}.about-foot__info{margin:-4px 0 40px;font-size:40px;line-height:1.2;font-weight:800;text-transform:uppercase;color:#fff}@media only screen and (max-width: 1023px){.about-foot__info{font-size:36px}}@media only screen and (max-width: 767px){.about-foot__info{font-size:26px}}@media only screen and (max-width: 767px){.about-foot__info{margin-bottom:22px}}@media only screen and (max-width: 1259px){.about-foot__cat{max-width:400px;margin:0 auto}}@media only screen and (max-width: 767px){.about-foot__cat{position:absolute;bottom:64px;left:calc(50% - 239px);z-index:3;width:478px;max-width:478px;margin:0}}.about-foot__cat img{width:100%}.about-foot__list{display:flex;justify-content:center;flex-wrap:wrap;flex-grow:1;padding-left:90px}@media only screen and (max-width: 1739px){.about-foot__list{padding-left:0}}@media only screen and (max-width: 1259px){.about-foot__list{max-width:1024px;margin:0 auto}}@media only screen and (max-width: 1023px){.about-foot__list{max-width:auto;margin:0 -114px}}@media only screen and (max-width: 767px){.about-foot__list{flex-direction:column;margin:0}}.about-foot__item{position:relative;margin:0 55px;text-align:center}@media only screen and (max-width: 1579px){.about-foot__item{margin:0 8px}}@media only screen and (max-width: 1419px){.about-foot__item{width:340px}}@media only screen and (max-width: 1259px){.about-foot__item{width:380px;margin:0 24px}}@media only screen and (max-width: 1023px){.about-foot__item{margin:0}}@media only screen and (max-width: 767px){.about-foot__item{width:100%}}.about-foot__item>img{-webkit-filter:drop-shadow(0px 16px 40px rgba(39,7,23,.34));filter:drop-shadow(0px 16px 40px rgba(39,7,23,.34))}@media only screen and (max-width: 1419px){.about-foot__item>img{width:100%}}.about-foot__item:nth-child(1){-webkit-transform:translate(4px,28px) rotate(-5deg);transform:translate(4px,28px) rotate(-5deg)}@media only screen and (max-width: 767px){.about-foot__item:nth-child(1){order:1px}}.about-foot__item:nth-child(2){-webkit-transform:translate(-8px,40px) rotate(14deg);transform:translate(-8px,40px) rotate(14deg)}@media only screen and (max-width: 767px){.about-foot__item:nth-child(2){order:3;margin-top:-96px;-webkit-transform:translate(2px,40px) rotate(14deg);transform:translate(2px,40px) rotate(14deg)}}.about-foot__item:nth-child(3){margin-top:-127px;-webkit-transform:translateX(6px);transform:translate(6px)}@media only screen and (max-width: 1419px){.about-foot__item:nth-child(3){margin-top:-148px}}@media only screen and (max-width: 767px){.about-foot__item:nth-child(3){margin-top:-94px;order:2}}.about-foot__box{position:absolute;top:104px;left:28px;right:28px;bottom:0;z-index:2;color:#612040}@media only screen and (max-width: 1419px){.about-foot__box{top:84px}}@media only screen and (max-width: 767px){.about-foot__box{top:90px;left:32px;right:32px}}.about-foot__caption{margin-bottom:16px;font-size:32px;line-height:1.4;font-weight:700}@media only screen and (max-width: 1023px){.about-foot__caption{font-size:28px}}@media only screen and (max-width: 767px){.about-foot__caption{font-size:22px}}@media only screen and (max-width: 1419px){.about-foot__caption{margin-bottom:8px}}@media only screen and (max-width: 767px){.about-foot__caption{margin-bottom:12px}}.about-foot__content{font-size:28px;line-height:1.4;font-weight:400}@media only screen and (max-width: 1023px){.about-foot__content{font-size:24px}}@media only screen and (max-width: 767px){.about-foot__content{font-size:20px}}@media only screen and (max-width: 1419px){.about-foot__content{font-size:20px}}.about-foot__icon{margin-top:22px}@media only screen and (max-width: 767px){.about-foot__icon{margin-top:30px}}.about-foot__icon img{width:129px}@media only screen and (max-width: 767px){.about-foot__icon img{width:112px}}.blog{margin-bottom:88px}@media only screen and (max-width: 767px){.blog{margin-bottom:48px}}.blog .nav{margin-bottom:40px}@media only screen and (max-width: 767px){.blog .nav{margin:0 -16px 24px;overflow-x:auto;-ms-overflow-style:none;scrollbar-width:none;-webkit-overflow-scrolling:touch;gap:0}.blog .nav::-webkit-scrollbar{display:none}.blog .nav:before,.blog .nav:after{content:"";flex-shrink:0;width:16px}}@media only screen and (max-width: 767px){.blog .nav__link{flex-shrink:0;min-width:auto;padding:0 36px;font-size:16px}.blog .nav__link:not(:last-child){margin-right:8px}}.blog__row{display:flex;align-items:flex-start}@media only screen and (max-width: 1023px){.blog__row{display:block}}.blog__article,.blog__item{overflow:hidden;color:#1d0712;transition:all .2s}.blog__article:hover,.blog__item:hover{box-shadow:0 8px 40px #46102a17;color:#612040}.blog__article{display:block;flex-grow:1;background:#FFFFFF;border-radius:40px}@media only screen and (max-width: 1259px){.blog__article{border-radius:32px}}@media only screen and (max-width: 767px){.blog__article{border-radius:16px}}.blog__photo{position:relative;height:400px}@media only screen and (max-width: 1259px){.blog__photo{height:320px}}@media only screen and (max-width: 767px){.blog__photo{height:auto;aspect-ratio:1.38}}.blog__photo img{position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.blog__photo:after{content:"";position:absolute;left:0;right:0;bottom:0;height:100px;background:linear-gradient(180deg,rgba(255,255,255,0) 0%,#FFF 100%)}.blog__body{padding:8px 32px 32px}@media only screen and (max-width: 767px){.blog__body{position:relative;padding:16px 24px 24px}}.blog__category{display:inline-block;margin-bottom:8px;padding:5px 12px;background:#FBF2F5;border-radius:16px;font-size:16px;line-height:1.4;color:#612040}@media only screen and (max-width: 767px){.blog__category{font-size:14px}}@media only screen and (max-width: 767px){.blog__category{position:absolute;top:-40px;left:24px;z-index:2}}.blog__title{margin-bottom:24px;font-size:32px;line-height:1.4;font-weight:700}@media only screen and (max-width: 1023px){.blog__title{font-size:28px}}@media only screen and (max-width: 767px){.blog__title{font-size:22px}}@media only screen and (max-width: 1259px){.blog__title{font-size:26px}}@media only screen and (max-width: 1023px){.blog__title{font-size:32px}}@media only screen and (max-width: 767px){.blog__title{margin-bottom:16px;font-size:18px}}.blog__author{font-size:14px;font-weight:800;letter-spacing:-.4px}.blog__line{display:flex;align-items:center}.blog__divider{width:4px;height:4px;margin:0 8px;border-radius:50%;background:#E0DEDF}.blog__date{font-size:14px;font-weight:500;color:#61565c}.blog__sidebar{flex-shrink:0;width:402px;margin-left:24px}@media only screen and (max-width: 1259px){.blog__sidebar{width:320px}}@media only screen and (max-width: 1023px){.blog__sidebar{width:100%;margin:48px 0 0}}.blog__subtitle{margin-bottom:24px;font-size:24px;line-height:1.3;font-weight:800}@media only screen and (max-width: 1023px){.blog__subtitle{font-size:22px}}@media only screen and (max-width: 767px){.blog__subtitle{font-size:18px}}.blog .tags{margin-bottom:48px}.blog .tags__item{color:#612040}.blog__item{display:flex;align-items:center;border-radius:16px;background:#FFFFFF;overflow:hidden}@media only screen and (max-width: 767px){.blog__item{border-radius:8px}}.blog__item:not(:last-child){margin-bottom:8px}.blog__preview{position:relative;flex-shrink:0;width:118px;height:90px}.blog__preview img{position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.blog__preview:after{content:"";position:absolute;top:0;right:0;bottom:0;width:24px;background:linear-gradient(90deg,rgba(255,255,255,0) 0%,#FFF 100%)}.blog__details{padding:8px 8px 8px 12px}@media only screen and (max-width: 767px){.blog__details{padding-left:9px}}.blog__caption{display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden;-webkit-line-clamp:2;margin-bottom:8px;font-size:18px;line-height:1.3;font-weight:800}@media only screen and (max-width: 1259px){.blog__caption{font-size:14px}}@media only screen and (max-width: 1023px){.blog__caption{font-size:18px}}@media only screen and (max-width: 767px){.blog__caption{font-size:16px}}.blog .posts{margin-top:120px}@media only screen and (max-width: 1259px){.blog .posts{margin-top:90px}}@media only screen and (max-width: 767px){.blog .posts{margin-top:72px}}.post{margin-bottom:120px}@media only screen and (max-width: 1259px){.post{margin-bottom:90px}}@media only screen and (max-width: 767px){.post{margin-bottom:48px}}.post__row{display:flex;align-items:flex-start}@media only screen and (max-width: 1023px){.post__row{display:block}}.post__container{flex-grow:1;padding-right:24px}@media only screen and (max-width: 1023px){.post__container{padding-right:0}}.post__sidebar{position:sticky;top:104px;flex-shrink:0;width:402px}@media only screen and (max-width: 1259px){.post__sidebar{width:280px}}@media only screen and (max-width: 1023px){.post__sidebar{display:none}}.post__photo{margin-bottom:32px}.post__photo img{width:100%;border-radius:40px}@media only screen and (max-width: 1259px){.post__photo img{border-radius:32px}}.post__categories{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:8px}.post__category{padding:5px 12px;background:#FBF2F5;border-radius:16px;font-size:16px;line-height:1.4;color:#612040}@media only screen and (max-width: 767px){.post__category{font-size:14px}}.post__title{margin-bottom:24px;font-size:32px;line-height:1.4;font-weight:700;color:#612040}@media only screen and (max-width: 1023px){.post__title{font-size:28px}}@media only screen and (max-width: 767px){.post__title{font-size:22px}}.post__line,.post__author{display:flex;align-items:center}.post__avatar{position:relative;width:56px;height:56px;flex-shrink:0;margin-right:8px}.post__avatar img{width:100%;height:100%;border-radius:50%;-o-object-fit:cover;object-fit:cover}.post__person{background:linear-gradient(87.26deg,#612040 -4.89%,#862E59 46.03%,#612040 103.59%);background-clip:text;text-decoration:underline;-webkit-background-clip:text;font-size:16px;font-weight:700;color:#612040;transition:all .2s;color:#61565c}@media only screen and (max-width: 767px){.post__person{font-size:14px}}.post__person:hover{color:transparent}@media only screen and (max-width: 767px){.post__person{font-size:16px}}.post__date{margin-left:auto;font-size:14px;font-weight:500;color:#61565c}.post .content{margin-top:48px;font-size:18px;line-height:1.6}@media only screen and (max-width: 767px){.post .content{font-size:16px}}.post .content ul li:before{top:12px}@media only screen and (max-width: 767px){.post .content ul li:before{top:11px}}.post__note{margin-top:48px;padding:32px;border-radius:12px;background:#FBF2F5}@media only screen and (max-width: 767px){.post__note{padding:24px}}.post__info{margin-bottom:24px;font-size:32px;line-height:1.4;font-weight:700}@media only screen and (max-width: 1023px){.post__info{font-size:28px}}@media only screen and (max-width: 767px){.post__info{font-size:22px}}.post__text{font-size:18px;line-height:1.6;font-weight:500}@media only screen and (max-width: 767px){.post__text{font-size:16px}}.post__box{padding:24px;border-radius:16px;background:#FFFFFF;border:1px solid #EFCFD5}@media only screen and (max-width: 767px){.post__box{border-radius:8px}}.post__box:not(:last-child){margin-bottom:24px}.post__caption{margin-bottom:16px;font-size:18px;line-height:1.3;font-weight:800}@media only screen and (max-width: 767px){.post__caption{font-size:16px}}.post__socials{display:flex}.post__socials a .icon{width:32px;height:32px;fill:#612040;transition:fill .2s}.post__socials a:hover .icon{fill:#6c2e4d}.post__socials a:not(:last-child){margin-right:16px}.post__links{display:flex;flex-direction:column;align-items:flex-start;gap:12px}.post__link{font-size:14px;font-weight:500;color:#61565c;transition:color .2s}.post__link:hover{color:#612040}.post__boxes{display:none}@media only screen and (max-width: 1023px){.post__boxes{display:block;margin-top:48px}}.author{margin-bottom:88px}@media only screen and (max-width: 767px){.author{margin-bottom:48px}}.author__row{display:flex;border-radius:40px;background:#FBF2F5}@media only screen and (max-width: 1023px){.author__row{display:block}}@media only screen and (max-width: 767px){.author__row{border-radius:32px}}.author__photo{flex-shrink:0;width:542px;height:542px}@media only screen and (max-width: 1419px){.author__photo{width:480px;height:480px}}@media only screen and (max-width: 1179px){.author__photo{width:400px;height:400px}}@media only screen and (max-width: 1023px){.author__photo{width:100%;max-width:768px;height:auto;margin:0 auto;aspect-ratio:1}}.author__photo img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;border-radius:40px}@media only screen and (max-width: 767px){.author__photo img{border-radius:20px}}.author__details{align-self:center;flex-grow:1;padding:32px 48px}@media only screen and (max-width: 1579px){.author__details{padding:32px}}@media only screen and (max-width: 767px){.author__details{padding:24px 16px}}.author__name{margin-bottom:8px;font-size:32px;line-height:1.4;font-weight:700;color:#612040}@media only screen and (max-width: 1023px){.author__name{font-size:28px}}@media only screen and (max-width: 767px){.author__name{font-size:22px}}.author__post{margin-bottom:24px;color:#696a75}.author__content{margin-bottom:24px;font-size:18px;line-height:1.6;font-weight:500}@media only screen and (max-width: 767px){.author__content{font-size:16px}}@media only screen and (max-width: 1259px){.author__content{font-size:16px}}@media only screen and (max-width: 767px){.author__content{margin-bottom:32px}}.author__socials{display:flex;margin-bottom:24px}@media only screen and (max-width: 767px){.author__socials{margin-bottom:32px}}.author__socials a .icon{width:32px;height:32px;fill:#612040;transition:fill .2s}.author__socials a:hover .icon{fill:#6c2e4d}.author__socials a:not(:last-child){margin-right:16px}.author__list{display:flex;flex-wrap:wrap;margin:-24px -12px 0}.author__item{display:flex;width:calc(33.333% - 24px);margin:24px 12px 0;border-radius:16px;background:#FFFFFF;overflow:hidden}@media only screen and (max-width: 1579px){.author__item{width:calc(50% - 24px)}}@media only screen and (max-width: 1179px){.author__item{width:calc(100% - 24px)}}@media only screen and (max-width: 1023px){.author__item{width:calc(50% - 24px)}}@media only screen and (max-width: 767px){.author__item{width:calc(100% - 24px);border-radius:8px}}.author__logo{display:flex;justify-content:center;align-items:center;flex-shrink:0;width:100px;height:100px}.author__logo img{max-width:100%;max-height:100%}.author__wrap{align-self:center;padding:8px 12px}.author__info{margin-bottom:4px;font-size:18px;line-height:1.3;font-weight:800}@media only screen and (max-width: 767px){.author__info{font-size:16px}}.author__text{font-size:14px;font-weight:500;color:#61565c}.author__text p:not(:last-child){margin-bottom:4px}.author .posts{margin-top:120px}@media only screen and (max-width: 1259px){.author .posts{margin-top:90px}}@media only screen and (max-width: 767px){.author .posts{margin-top:72px}}.pets-empty{position:relative}@media only screen and (max-width: 1023px){.pets-empty{margin:0 -24px;overflow:hidden}}@media only screen and (max-width: 767px){.pets-empty{margin:0 -16px}}@media only screen and (max-width: 1739px){.pets-empty__photos{margin-right:-24px}}@media only screen and (max-width: 1023px){.pets-empty__photos{margin:0 -64px 0 -48px}}@media only screen and (max-width: 767px){.pets-empty__photos{margin:0}}.pets-empty__photos picture img{width:100%}.pets-empty__photo{position:absolute;top:50px;left:50%;z-index:1;width:141px;-webkit-transform:translateX(-50%);transform:translate(-50%)}@media only screen and (max-width: 1419px){.pets-empty__photo{top:32px}}@media only screen and (max-width: 767px){.pets-empty__photo{top:2px}}.pets-empty__photo img{width:100%;border-radius:10px}.pets-empty__wrap{position:absolute;top:152px;left:50%;width:544px;padding:1px;-webkit-transform:translateX(-50%);transform:translate(-50%);border-radius:24px;text-align:center;background:linear-gradient(44.99deg,#8F5F39 -10.71%,#C9AC70 23.12%,#FDEDCB 57.73%,#DDC09D 84.3%,#8F5F39 104.41%);color:#fff}@media only screen and (max-width: 1579px){.pets-empty__wrap{width:500px}}@media only screen and (max-width: 1419px){.pets-empty__wrap{width:460px}}@media only screen and (max-width: 767px){.pets-empty__wrap{top:106px;left:16px;right:16px;width:auto;-webkit-transform:translateX(0);transform:translate(0);border-radius:16px}}.pets-empty__inner{position:relative;z-index:2;padding:67px 54px;border-radius:23px;background:#612040}@media only screen and (max-width: 1579px){.pets-empty__inner{padding:59px 47px}}@media only screen and (max-width: 1419px){.pets-empty__inner{padding:39px 23px}}@media only screen and (max-width: 767px){.pets-empty__inner{padding:63px 23px;border-radius:15px}}@media only screen and (max-width: 767px){.pets-empty__inner .btn{width:100%}}.pets-empty__title{margin-bottom:24px;font-size:24px;line-height:1.3;font-weight:800}@media only screen and (max-width: 1023px){.pets-empty__title{font-size:22px}}@media only screen and (max-width: 767px){.pets-empty__title{font-size:18px}}.pets-empty__content{margin-bottom:24px}.pets__list{display:flex;flex-wrap:wrap;justify-content:flex-end;align-items:flex-start;margin:-32px -12px 0}@media only screen and (max-width: 1179px){.pets__list{display:block;margin:0}}.pets__item,.pets-add{width:calc(50% - 24px);margin:24px 12px 0}@media only screen and (max-width: 1179px){.pets__item,.pets-add{width:100%;margin:0}}@media only screen and (max-width: 1179px){.pets__item:not(:last-child),.pets-add:not(:last-child){margin-bottom:24px}}.pets__item{padding:24px;border-radius:16px;border:1px solid #EFCFD5;background:#FFFFFF}@media only screen and (max-width: 767px){.pets__item{padding:24px 16px;border-radius:8px}}.pets__avatar{position:relative;width:160px;height:160px;margin-bottom:24px;background:#FCFAFA;border:1px solid #EFCFD5;border-radius:8px;overflow:hidden}@media only screen and (max-width: 767px){.pets__avatar{width:120px;height:120px;border-radius:4px}}.pets__avatar .icon{position:absolute;top:50%;left:50%;width:110px;height:110px;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);fill:#612040}@media only screen and (max-width: 767px){.pets__avatar .icon{width:82px;height:82px}}.pets__avatar img{position:absolute;top:0;left:0;width:100%;height:100%;z-index:2;-o-object-fit:cover;object-fit:cover;background:#FFFFFF}.pets__head{display:flex;align-items:center;margin-bottom:24px}@media only screen and (max-width: 767px){.pets__head{margin-bottom:16px}}.pets__name{margin-right:12px;font-size:24px;line-height:1.3;font-weight:800;color:#612040}@media only screen and (max-width: 1023px){.pets__name{font-size:22px}}@media only screen and (max-width: 767px){.pets__name{font-size:18px}}.pets__category{display:flex;justify-content:center;align-items:center;min-width:32px;height:32px;margin-left:auto;padding:7px;border-radius:16px;border:1px solid #EFCFD5;font-size:16px;line-height:1.4}@media only screen and (max-width: 767px){.pets__category{font-size:14px}}@media only screen and (max-width: 767px){.pets__category{border-radius:8px}}.pets__category span{padding:0 8px}.pets__group{display:flex;flex-wrap:wrap;align-items:flex-start;margin:-16px -8px 24px}@media only screen and (max-width: 767px){.pets__group{margin-bottom:16px}}.pets__box{width:calc(50% - 16px);margin:16px 8px 0;padding:8px;border-radius:10px;background:#FBF2F5;text-align:center}@media only screen and (max-width: 767px){.pets__box{width:calc(100% - 16px)}}.pets__label{margin-bottom:8px;font-size:14px;font-weight:500;color:#61565c}.pets__value{font-size:16px;line-height:1.4}@media only screen and (max-width: 767px){.pets__value{font-size:14px}}.pets__parameter:not(:last-child){margin-bottom:32px}@media only screen and (max-width: 767px){.pets__parameter:not(:last-child){margin-bottom:24px}}.pets__subtitle{margin-bottom:16px;font-size:18px;line-height:1.3;font-weight:800}@media only screen and (max-width: 767px){.pets__subtitle{font-size:16px}}@media only screen and (max-width: 767px){.pets__subtitle{margin-bottom:8px}}.pets__tags{display:flex;flex-wrap:wrap;gap:12px}.pets__tags li{padding:2px 8px;border-radius:12px;background:#FBF2F5;font-size:14px;font-weight:500}.pets__products{display:flex;flex-wrap:wrap;gap:12px}.pets__product{display:flex;align-items:center;gap:4px;height:52px;padding:2px 12px;border-radius:26px;background:#FBF2F5;font-size:14px;font-weight:500}.pets__image{display:flex;justify-content:center;align-items:center;flex-shrink:0;width:40px;height:40px}.pets__image img{width:100%;height:auto;max-height:40px;-o-object-fit:cover;object-fit:cover}.pets__edit{display:inline-flex;align-items:center;background:linear-gradient(87.26deg,#612040 -4.89%,#862E59 46.03%,#612040 103.59%);background-clip:text;text-decoration:underline;-webkit-background-clip:text;font-size:16px;font-weight:700;color:#612040;transition:all .2s}@media only screen and (max-width: 767px){.pets__edit{font-size:14px}}.pets__edit:hover{color:transparent}@media only screen and (max-width: 767px){.pets__edit{margin-top:8px}}.pets__edit .icon{margin-right:4px;fill:#612040}.pets-add{position:relative;display:flex;justify-content:center;align-items:center;min-height:480px;padding:24px;border-radius:24px;overflow:hidden;background-color:#fbf2f5}@media only screen and (max-width: 767px){.pets-add{border-radius:16px}}.pets-add:before{content:"";position:absolute;inset:0;background-image:url(/frontAssets/build/assets/pattern-c629873e.svg);background-repeat:repeat;background-position:14px 24px;background-size:107px auto;opacity:.2}@media only screen and (max-width: 767px){.pets-add:before{background-position:14px 4px;background-size:80px auto}}.pets-add__wrap{position:relative;z-index:1;max-width:416px;padding:40px 24px;background:#FFFFFF;border-radius:8px;text-align:center}.pets-add__title{margin-bottom:24px;font-size:24px;line-height:1.3;font-weight:800}@media only screen and (max-width: 1023px){.pets-add__title{font-size:22px}}@media only screen and (max-width: 767px){.pets-add__title{font-size:18px}}.pets-add__text{margin-bottom:24px}.pets-edit{max-width:544px;padding:24px;border-radius:16px;border:1px solid #EFCFD5;background:#FFFFFF;box-shadow:0 8px 40px #46102a17}@media only screen and (max-width: 1023px){.pets-edit{max-width:100%}}@media only screen and (max-width: 767px){.pets-edit{padding:24px 16px;border-radius:8px}}.pets-edit__head{display:flex}@media only screen and (max-width: 767px){.pets-edit__head{display:block}}.pets-edit__head:not(:last-child){margin-bottom:40px}.pets-edit__file,.pets-edit__avatar{position:relative;display:flex;justify-content:center;align-items:center;flex-direction:column;flex-shrink:0;width:160px;height:160px;border-radius:8px;border-width:1px;border-color:#efcfd5;overflow:hidden}@media only screen and (max-width: 767px){.pets-edit__file,.pets-edit__avatar{width:120px;height:120px;border-radius:4px}}.pets-edit__file{border-style:dashed;background:#FCFAFA}.pets-edit__avatar{border-style:solid}.pets-edit__avatar img{position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.pets-edit__input{position:absolute;inset:0;opacity:0}.pets-edit__plus{position:relative;width:40px;height:40px;margin-bottom:8px;border-radius:10px;background:#E2BDC1}.pets-edit__plus:before,.pets-edit__plus:after{content:"";position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);background:#612040}.pets-edit__plus:before{width:12px;height:1px}.pets-edit__plus:after{width:1px;height:12px}.pets-edit__info{font-size:14px;font-weight:500}.pets-edit__wrap{display:flex;flex-direction:column;flex-grow:1;padding-left:24px}@media only screen and (max-width: 767px){.pets-edit__wrap{padding:16px 0 0}}.pets-edit__message{display:flex;align-items:center;margin-bottom:12px;padding:8px;border-radius:8px;font-size:14px;font-weight:800;letter-spacing:-.4px}.pets-edit__message_success{background:#F0FAF3;color:#5ba378}.pets-edit__message_error{background:#FBF2F5;color:#da1e37}.pets-edit__icon{margin-right:4px;font-size:0}.pets-edit__note{margin-top:auto}.pets-edit__text{font-size:14px;font-weight:500;color:#61565c}.pets-edit__text span{margin-left:8px;color:#1d0712}.pets-edit__text:not(:last-child){margin-bottom:4px}.pets-edit__remove{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);z-index:1;width:40px;height:40px;border-radius:10px;background:#FFFFFF}.pets-edit__remove .icon{fill:#1d0712;transition:fill .2s}.pets-edit__remove:hover .icon{fill:#612040}.pets-edit__item>.field:not(:last-child){margin-bottom:16px}@media only screen and (max-width: 767px){.pets-edit__item>.field:not(:last-child){margin-bottom:24px}}@media only screen and (max-width: 767px){.pets-edit__item .field__radios{gap:16px}}.pets-edit__item:not(:last-child){margin-bottom:24px}@media only screen and (max-width: 767px){.pets-edit__item:not(:last-child){margin-bottom:32px}}.pets-edit__item:nth-child(n+4){margin-bottom:32px}.pets-edit__subtitle{margin-bottom:16px;font-size:18px;line-height:1.3;font-weight:800}@media only screen and (max-width: 767px){.pets-edit__subtitle{font-size:16px}}.pets-edit__line{display:flex;flex-wrap:wrap;margin:-16px -8px 0}.pets-edit__line .field{width:calc(33.333% - 16px);margin:16px 8px 0}@media only screen and (max-width: 767px){.pets-edit__line .field{width:calc(50% - 16px)}.pets-edit__line .field:last-child{width:calc(100% - 16px)}}.pets-edit__links{display:flex;flex-wrap:wrap;gap:12px}@media only screen and (max-width: 767px){.pets-edit__links{gap:24px}}.pets-edit__link{display:flex;align-items:center;height:24px;padding:2px 8px;background:#FBF2F5;border-radius:12px;font-size:14px;font-weight:500;color:#1d0712;transition:all .2s}.pets-edit__link .icon{width:16px;height:16px;margin-left:4px;fill:#612040}.pets-edit__link:hover{background:#EFCFD5;color:#612040}.pets-edit__link.active{background:#EFCFD5;box-shadow:inset 0 0 0 1px #87556e;color:#612040}@media only screen and (max-width: 767px){.pets-edit__link.active{background:#612040;border-color:#612040;color:#fff}.pets-edit__link.active .icon{fill:#fff}}.pets-edit__products{display:flex;flex-wrap:wrap;gap:12px}.pets-edit__product{display:flex;align-items:center;gap:4px;height:52px;padding:2px 12px;border-radius:26px;background:#FBF2F5;font-size:14px;font-weight:500;color:#1d0712;transition:all .2s}.pets-edit__product:hover{background:#EFCFD5}.pets-edit__product.active{background:#EFCFD5;box-shadow:inset 0 0 0 1px #87556e}.pets-edit__image{display:flex;justify-content:center;align-items:center;flex-shrink:0;width:40px;height:40px}.pets-edit__image img{width:100%;height:auto;max-height:40px;-o-object-fit:cover;object-fit:cover}.pets-edit__btns{display:flex;gap:16px;margin-top:48px}@media only screen and (max-width: 767px){.pets-edit__btns{flex-direction:column}}.pets-edit__btns .btn{flex:1;padding:0 12px}@media only screen and (max-width: 767px){.pets-edit__btns .btn{flex:auto}}.mistake{padding:120px 0}@media only screen and (max-width: 1259px){.mistake{padding:88px 0}}.mistake__center{display:flex;justify-content:center;align-items:center}@media only screen and (max-width: 1023px){.mistake__center{display:block}}.mistake__preview{flex-shrink:0;width:686px;margin-right:24px}@media only screen and (max-width: 1259px){.mistake__preview{width:600px}}@media only screen and (max-width: 1023px){.mistake__preview{margin:0 auto 24px}}@media only screen and (max-width: 767px){.mistake__preview{width:100%}}.mistake__preview img{width:100%}.mistake__wrap{max-width:402px;width:100%;color:#612040}@media only screen and (max-width: 1023px){.mistake__wrap{max-width:100%;text-align:center}}.mistake__title{margin-bottom:8px;font-size:40px;line-height:1.2;font-weight:800;text-transform:uppercase}@media only screen and (max-width: 1023px){.mistake__title{font-size:36px}}@media only screen and (max-width: 767px){.mistake__title{font-size:26px}}@media only screen and (max-width: 767px){.mistake__title{font-size:40px}}.mistake__text{margin-bottom:32px}@media only screen and (max-width: 767px){.mistake__text{font-size:16px}}@media only screen and (max-width: 767px){.mistake .btn{width:100%}}.landing{padding-top:72px;background:#612040;color:#fff}@media only screen and (max-width: 767px){.landing{padding-top:56px}}.landing-header{position:fixed;top:0;left:0;right:0;z-index:20;background:#612040;box-shadow:0 16px 40px #27071738;-webkit-transform:translateY(0);transform:translateY(0);opacity:1;transition:opacity .3s ease,-webkit-transform .3s ease;transition:transform .3s ease,opacity .3s ease;transition:transform .3s ease,opacity .3s ease,-webkit-transform .3s ease}.landing-header:not(.active){-webkit-transform:translateY(-100%);transform:translateY(-100%);opacity:0}.landing-header__center{display:flex;align-items:center;height:72px}@media only screen and (max-width: 767px){.landing-header__center{height:56px}}@media only screen and (max-width: 767px){.landing-header__center>.btn{display:none}}.landing-header__menu{position:relative;margin-right:auto}@media only screen and (max-width: 767px){.landing-header__menu{position:static}}.landing-header__burger{position:relative;z-index:1;display:flex;flex-direction:column;justify-content:center;align-items:center;width:40px;height:40px;padding:11px}.landing-header__burger:before,.landing-header__burger:after{content:"";transition:background .2s,-webkit-transform .2s;transition:transform .2s,background .2s;transition:transform .2s,background .2s,-webkit-transform .2s}.landing-header__burger span,.landing-header__burger:before,.landing-header__burger:after{width:18px;height:1.5px;background:#FFFFFF;border-radius:1px}.landing-header__burger span{margin:3px 0;transition:width .2s,background .2s}@media only screen and (min-width: 1023px){.landing-header__burger:hover:before,.landing-header__burger:hover:after,.landing-header__burger:hover span{background:#FDEDCB}}.landing-header__menu.active .landing-header__burger:before{-webkit-transform:translateY(4.5px) rotate(45deg);transform:translateY(4.5px) rotate(45deg)}.landing-header__menu.active .landing-header__burger span{width:0}.landing-header__menu.active .landing-header__burger:after{-webkit-transform:translateY(-4.5px) rotate(-45deg);transform:translateY(-4.5px) rotate(-45deg)}.landing-header__body{position:absolute;left:0;top:calc(100% + 8px);width:290px;background-image:linear-gradient(90.01deg,#8F5F39 -26.99%,#C9AC70 15.17%,#FDEDCB 58.32%,#DDC09D 91.43%,#8F5F39 116.49%);box-shadow:0 16px 40px #27071757;border-radius:16px;visibility:hidden;opacity:0;-webkit-transform:translateY(16px);transform:translateY(16px);transition:all .3s}@media only screen and (max-width: 767px){.landing-header__body{top:100%;left:0;right:0;width:auto;padding:24px 16px 32px;border-radius:0}}.landing-header__body:after{content:"";position:absolute;inset:1px;background:#FFFFFF;border-radius:15px}@media only screen and (max-width: 767px){.landing-header__body:after{border-radius:0}}.landing-header__body .btn{display:none}@media only screen and (max-width: 767px){.landing-header__body .btn{z-index:1;display:flex}}.landing-header__menu.active .landing-header__body{visibility:visible;opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}.landing-header__links{position:relative;margin:1px;z-index:1;border-radius:15px;overflow:hidden}@media only screen and (max-width: 767px){.landing-header__links{margin-bottom:24px;padding-bottom:24px;border-radius:0;border-bottom:1px solid #FBF2F5}}.landing-header__links a{display:flex;align-items:center;width:100%;height:52px;padding:0 16px;font-size:16px;line-height:1.4;color:#612040;transition:background .2s}@media only screen and (max-width: 767px){.landing-header__links a{font-size:14px}}@media only screen and (max-width: 1259px){.landing-header__links a{height:48px}}@media only screen and (max-width: 767px){.landing-header__links a{font-size:16px}}.landing-header__links a:after{content:"";flex-shrink:0;width:24px;height:24px;margin-left:8px;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Cpath d='M6 18L18 6m0 0h-8m8 0v8' stroke='%23612040' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat 50% 50%/100% auto;opacity:0;transition:opacity .2s}.landing-header__links a:hover{background:#FBF2F5}.landing-header__links a:hover:after{opacity:1}.landing-header__logo{position:absolute;top:50%;left:50%;width:88px;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}@media only screen and (max-width: 767px){.landing-header__logo{width:80px}}.landing-header__logo img{width:100%}.landing-header .btn{gap:8px;height:40px;padding:0 24px;font-size:14px;font-weight:500;text-transform:none}.landing-main{position:relative}.landing-main picture img,.landing-main>img{width:100%}.landing-main__scroll{position:absolute;left:50%;bottom:0;z-index:2;-webkit-transform:translateX(-54%);transform:translate(-54%);display:flex}@media only screen and (max-width: 1023px){.landing-main__scroll{display:none}}.landing-main__preview img{width:104px;transition:opacity .2s}.landing-main__preview img:nth-child(2){position:absolute;top:0;left:0;opacity:0}.landing-main__scroll:hover .landing-main__preview img:nth-child(2){opacity:1}.landing-main__text{position:absolute;top:50%;left:50%;z-index:1;display:flex;flex-direction:column;align-items:center;-webkit-transform:translate(-47%,-41%);transform:translate(-47%,-41%);text-shadow:0 2px 3px rgba(39,7,23,.34);font-family:Caveat,cursive;font-size:40px;font-weight:700;line-height:.75;color:#fff}.landing-main__text span:nth-child(1){padding-right:16px}.landing-anchor{position:absolute;top:0;left:0;right:0}.landing-intro{position:relative;padding:48px 0}@media only screen and (max-width: 767px){.landing-intro{padding:32px 0 40px}}.landing-intro__center{display:flex;align-items:center;gap:48px}@media only screen and (max-width: 1579px){.landing-intro__center{gap:44px}}@media only screen and (max-width: 1259px){.landing-intro__center{gap:24px}}@media only screen and (max-width: 1023px){.landing-intro__center{flex-direction:column-reverse;gap:16px}}.landing-intro__photo{flex-shrink:0;width:468px}@media only screen and (max-width: 1419px){.landing-intro__photo{width:430px}}@media only screen and (max-width: 767px){.landing-intro__photo{width:100%;text-align:center}}.landing-intro__photo img{width:100%}@media only screen and (max-width: 767px){.landing-intro__photo img{max-width:304px}}.landing-intro__wrapper{flex-grow:1}.landing-intro__title{max-width:445px;margin-bottom:154px}@media only screen and (max-width: 1579px){.landing-intro__title{margin-left:-44px;margin-bottom:201px}}@media only screen and (max-width: 1259px){.landing-intro__title{margin-bottom:180px}}@media only screen and (max-width: 1023px){.landing-intro__title{margin-left:0;margin-bottom:144px}}@media only screen and (max-width: 767px){.landing-intro__title{margin-bottom:198px}}.landing-intro__title span{display:block;background:linear-gradient(44.99deg,#8F5F39 -10.71%,#C9AC70 23.12%,#FDEDCB 57.73%,#DDC09D 84.3%,#8F5F39 104.41%);background-clip:text;-webkit-background-clip:text;color:transparent}.landing-intro__title span:nth-child(1){font-size:40px;line-height:1.3;font-weight:800}@media only screen and (max-width: 767px){.landing-intro__title span:nth-child(1){font-size:26px}}.landing-intro__title span:nth-child(2){position:relative;top:-16px;padding-bottom:4px;text-align:right;font-family:Caveat,cursive;font-size:72px;font-weight:700;line-height:1}@media only screen and (max-width: 767px){.landing-intro__title span:nth-child(2){font-size:56px}}.landing-intro__wrap{position:relative;background:#EFCFD5;border-radius:24px}@media only screen and (max-width: 767px){.landing-intro__wrap{margin:0 -16px;border-radius:16px}}.landing-intro__pets{position:absolute;right:0;bottom:calc(100% - 39px);width:466px}@media only screen and (max-width: 1259px){.landing-intro__pets{bottom:calc(100% - 27px);width:320px}}@media only screen and (max-width: 767px){.landing-intro__pets{right:auto;left:calc(50% - 165px);width:330px}}.landing-intro__pets img{width:100%}.landing-intro__content{padding:36px 160px 36px 24px;font-size:24px;line-height:1.6;font-weight:800;color:#612040}@media only screen and (max-width: 1739px){.landing-intro__content{padding-right:24px}}@media only screen and (max-width: 1023px){.landing-intro__content{padding-right:44px;font-size:22px}}@media only screen and (max-width: 767px){.landing-intro__content{padding:28px 32px;text-align:center;font-size:18px;line-height:1.7}}.landing-intro__box{display:inline-block;padding:5px 20px;border-radius:8px;font-family:Caveat,cursive;font-size:33px;font-weight:700;line-height:1.2;letter-spacing:.04em;color:#fff}@media only screen and (max-width: 767px){.landing-intro__box{margin:4px 0;padding:0 16px 2px;font-size:25px}}.landing-intro__box_1{-webkit-transform:rotate(7deg);transform:rotate(7deg);background:#80194A}@media only screen and (max-width: 767px){.landing-intro__box_1{-webkit-transform:rotate(0deg);transform:rotate(0)}}.landing-intro__box_2{-webkit-transform:rotate(-8deg);transform:rotate(-8deg);background:#B23E55}@media only screen and (max-width: 767px){.landing-intro__box_2{-webkit-transform:rotate(0deg);transform:rotate(0)}}.landing-intro__box_3{-webkit-transform:rotate(7deg);transform:rotate(7deg);background:#D16945}@media only screen and (max-width: 767px){.landing-intro__box_3{-webkit-transform:rotate(0deg);transform:rotate(0)}}.landing-intro__person{position:relative}@media only screen and (max-width: 1419px){.landing-intro__person{display:block}}.landing-intro__line{position:absolute;top:calc(100% - 7px);left:7px}@media only screen and (max-width: 1579px){.landing-intro__line{top:calc(100% - 16px)}}@media only screen and (max-width: 767px){.landing-intro__line{top:calc(100% - 8px);left:calc(50% - 102px)}}@media only screen and (max-width: 767px){.landing-intro__line img{width:207px}}.landing-slogans .splide__slide{display:flex;align-items:center;height:96px;font-size:32px;line-height:1.4;font-weight:700;color:#e2bdc1}@media only screen and (max-width: 1023px){.landing-slogans .splide__slide{font-size:28px}}@media only screen and (max-width: 767px){.landing-slogans .splide__slide{font-size:22px}}@media only screen and (max-width: 767px){.landing-slogans .splide__slide{height:78px}}.landing-slogans .splide__slide img{max-height:100%}.landing-photo{display:none}@media only screen and (max-width: 1023px){.landing-photo{display:block}}.landing-photo img{width:100%}.landing-about{position:relative;padding-top:64px;overflow:hidden}@media only screen and (max-width: 767px){.landing-about{padding-top:23px}}.landing-about__center{display:flex;justify-content:center;gap:80px}@media only screen and (max-width: 1419px){.landing-about__center{gap:40px}}@media only screen and (max-width: 1023px){.landing-about__center{display:block}}.landing-about__preview{flex-shrink:0;width:420px}@media only screen and (max-width: 1579px){.landing-about__preview{width:350px}}@media only screen and (max-width: 1259px){.landing-about__preview{width:320px}}@media only screen and (max-width: 1023px){.landing-about__preview{width:420px;margin:0 auto 48px}}@media only screen and (max-width: 767px){.landing-about__preview{width:100%;margin-bottom:40px}}.landing-about__person{margin-bottom:8px;text-align:center;font-family:Caveat,cursive;font-size:40px;font-weight:700;line-height:1.25;color:#fbf2f5}@media only screen and (max-width: 767px){.landing-about__person{font-size:26px}}.landing-about__photo{position:relative;border:1px solid #FBF2F5;border-radius:24px;box-shadow:0 16px 40px #27071757}@media only screen and (max-width: 767px){.landing-about__photo{border-radius:16px}}.landing-about__photo img{width:100%;border-radius:23px}@media only screen and (max-width: 767px){.landing-about__photo img{border-radius:15px}}.landing-about__text span{position:absolute;padding:8px 12px;display:block;border-radius:8px;text-align:center;font-size:20px;font-weight:500;line-height:1.1;letter-spacing:.02em}@media only screen and (max-width: 767px){.landing-about__text span{border-radius:4px;font-size:18px}}.landing-about__text span:nth-child(1){left:-18px;bottom:-8px;-webkit-transform:rotate(-7deg);transform:rotate(-7deg);background:#87556E}@media only screen and (max-width: 767px){.landing-about__text span:nth-child(1){left:-3px;bottom:-9px}}.landing-about__text span:nth-child(2){right:-43px;bottom:-20px;-webkit-transform:rotate(4deg);transform:rotate(4deg);background:#DB5B96}@media only screen and (max-width: 767px){.landing-about__text span:nth-child(2){right:-4px}}.landing-about__wrap{position:relative}@media only screen and (max-width: 1259px){.landing-about__wrap{width:600px}}@media only screen and (max-width: 1023px){.landing-about__wrap{margin:0 auto}}@media only screen and (max-width: 767px){.landing-about__wrap{width:100%;height:368px}}@media only screen and (max-width: 1259px){.landing-about__wrap>img{width:100%}}@media only screen and (max-width: 767px){.landing-about__wrap>img{position:absolute;left:-84px;bottom:0;width:auto;height:100%}}.landing-about__images{position:absolute;top:48px;right:116px;z-index:2}@media only screen and (max-width: 1259px){.landing-about__images{top:18px;right:26px}}@media only screen and (max-width: 767px){.landing-about__images{top:48px;right:0}}.landing-about__image img{width:100%;border-radius:16px}@media only screen and (max-width: 767px){.landing-about__image img{border-radius:8px}}.landing-about__image:nth-child(1){width:152px}@media only screen and (max-width: 767px){.landing-about__image:nth-child(1){width:114px}}.landing-about__image:nth-child(2){position:absolute;top:26px;right:116px;width:137px}@media only screen and (max-width: 767px){.landing-about__image:nth-child(2){top:19px;right:87px;width:102px}}.landing-about__info{position:absolute;left:0;right:0;bottom:96px;padding:0 77px 0 144px;font-size:32px;line-height:1.4;font-weight:700;color:#612040}@media only screen and (max-width: 1023px){.landing-about__info{font-size:28px}}@media only screen and (max-width: 767px){.landing-about__info{font-size:22px}}@media only screen and (max-width: 1259px){.landing-about__info{bottom:32px;padding:0 24px 0 108px}}@media only screen and (max-width: 1023px){.landing-about__info{bottom:48px;padding:0 40px 0 128px}}@media only screen and (max-width: 767px){.landing-about__info{padding:0 0 0 8px}}.landing-set{position:relative;padding:80px 0}@media only screen and (max-width: 767px){.landing-set{padding:48px 0 32px}}.landing-set__row{display:flex;gap:24px}@media only screen and (max-width: 1023px){.landing-set__row{flex-direction:column}}@media only screen and (max-width: 767px){.landing-set__row{gap:16px}}.landing-set__col{display:flex;flex-direction:column;flex:1;gap:24px}@media only screen and (max-width: 1023px){.landing-set__col{flex-direction:column-reverse}}@media only screen and (max-width: 767px){.landing-set__col{gap:16px}}.landing-set__col:nth-child(1) .landing-set__wrap{top:-9px;right:-6px}@media only screen and (max-width: 767px){.landing-set__col:nth-child(1) .landing-set__wrap{top:-7px;right:0}}.landing-set__col:nth-child(1) .landing-set__slogan{-webkit-transform:rotate(6deg);transform:rotate(6deg);background:#B23E55}.landing-set__col:nth-child(2){flex-direction:column-reverse}.landing-set__col:nth-child(2) .landing-set__wrap{top:-14px;left:14px}@media only screen and (max-width: 767px){.landing-set__col:nth-child(2) .landing-set__wrap{top:-18px}}.landing-set__col:nth-child(2) .landing-set__slogan{margin-bottom:-4px;-webkit-transform:rotate(-6deg);transform:rotate(-6deg);background:#80194A}.landing-set__col:nth-child(3) .landing-set__wrap{left:-6px;bottom:10px}@media only screen and (max-width: 767px){.landing-set__col:nth-child(3) .landing-set__wrap{left:-2px;bottom:11px}}.landing-set__col:nth-child(3) .landing-set__slogan{-webkit-transform:rotate(-11deg);transform:rotate(-11deg);background:#D16945}.landing-set__col:nth-child(3) .landing-set__text{margin-left:-4px}.landing-set__preview{position:relative;height:100%}.landing-set__preview img{width:100%;height:100%;border-radius:24px;-o-object-fit:cover;object-fit:cover}@media only screen and (max-width: 767px){.landing-set__preview img{min-height:252px;border-radius:16px}}.landing-set__wrap{position:absolute}.landing-set__details{position:relative;padding:32px;background:linear-gradient(90.01deg,#8F5F39 -26.99%,#C9AC70 15.17%,#FDEDCB 58.32%,#DDC09D 91.43%,#8F5F39 116.49%);border-radius:24px}@media only screen and (max-width: 1259px){.landing-set__details{padding:24px}}@media only screen and (max-width: 767px){.landing-set__details{padding:16px;border-radius:16px}}.landing-set__details:after{content:"";position:absolute;inset:1px;border-radius:23px;background:#6C2E4D}@media only screen and (max-width: 767px){.landing-set__details:after{border-radius:15px}}.landing-set__title,.landing-set__info{position:relative;z-index:2}.landing-set__title{margin-bottom:16px;font-size:24px;line-height:1.3;font-weight:800;color:#fcfafa}@media only screen and (max-width: 1023px){.landing-set__title{font-size:22px}}@media only screen and (max-width: 767px){.landing-set__title{font-size:18px}}@media only screen and (max-width: 767px){.landing-set__title{margin-bottom:8px}}.landing-set__slogan{display:inline-block;padding:5px 20px;border-radius:8px;font-family:Caveat,cursive;font-size:33px;font-weight:700;line-height:1.2;letter-spacing:.04em;color:#fff}@media only screen and (max-width: 767px){.landing-set__slogan{padding:0 16px 2px;font-size:25px}}.landing-set__text{position:relative;margin-top:0;font-size:28px;font-weight:800;line-height:1.2;text-transform:uppercase;text-shadow:0 2px 2px rgba(39,7,23,.12)}@media only screen and (max-width: 767px){.landing-set__text{margin-top:-3px;font-size:20px}}.landing-details{position:relative;padding:63px 0 80px;overflow:hidden}@media only screen and (max-width: 1023px){.landing-details{padding:48px 0 64px}}@media only screen and (max-width: 767px){.landing-details{padding:32px 0 48px}}.landing-details__center{position:relative;z-index:2;display:flex;align-items:flex-start;gap:48px}@media only screen and (max-width: 1419px){.landing-details__center{gap:24px}}@media only screen and (max-width: 1023px){.landing-details__center{flex-direction:column;gap:40px}}.landing-details__wrap{flex-grow:1;padding-top:6px}@media only screen and (max-width: 1579px){.landing-details__wrap{padding-top:2px}}.landing-details__preview{flex-shrink:0;width:970px;box-shadow:0 16px 40px #27071757;border-radius:40px;overflow:hidden}@media only screen and (max-width: 1579px){.landing-details__preview{width:57.5%}}@media only screen and (max-width: 1259px){.landing-details__preview{width:50%}}@media only screen and (max-width: 1023px){.landing-details__preview{width:100%}}@media only screen and (max-width: 767px){.landing-details__preview{border-radius:32px}}.landing-details__preview img{width:100%}.landing-details__slogan{display:inline-block;-webkit-transform:rotate(-3deg);transform:rotate(-3deg);margin-bottom:-10px;padding:7px 21px;border-radius:12px;background:#DB5B96;font-family:Caveat,cursive;font-size:48px;font-weight:700;line-height:1.2;letter-spacing:.04em;color:#fff}@media only screen and (max-width: 767px){.landing-details__slogan{margin-bottom:0;padding:0 16px 2px;border-radius:8px;font-size:25px}}.landing-details__title{position:relative;margin-bottom:24px;font-size:40px;line-height:1.2;font-weight:800;text-transform:uppercase;color:#fcfafa}@media only screen and (max-width: 1023px){.landing-details__title{font-size:36px}}@media only screen and (max-width: 767px){.landing-details__title{font-size:26px}}@media only screen and (max-width: 767px){.landing-details__title{margin:-12px 0 16px}}.landing-details__info{margin-bottom:16px;font-size:18px;line-height:1.3;font-weight:800;color:#fcfafa}@media only screen and (max-width: 767px){.landing-details__info{font-size:16px}}.landing-details__list{margin-bottom:40px}@media only screen and (max-width: 767px){.landing-details__list{margin-bottom:26px}}.landing-details__list li{position:relative;display:flex;align-items:center;min-height:24px;padding-left:32px;color:#fcfafa}.landing-details__list li:before{content:"";position:absolute;top:0;left:0;width:24px;height:24px;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='25' fill='none' viewBox='0 0 24 25'%3E%3Cg clip-path='url(%23C)'%3E%3Cpath d='M12.0005 23.8886C18.3628 23.8886 23.5205 18.731 23.5205 12.3686C23.5205 6.00631 18.3628 0.848633 12.0005 0.848633C5.63815 0.848633 0.480469 6.00631 0.480469 12.3686C0.480469 18.731 5.63815 23.8886 12.0005 23.8886Z' stroke='url(%23A)' stroke-width='.96' stroke-miterlimit='10'/%3E%3Cpath d='M4.562 13.765l1.315.766c.441.262.846.567 1.253.875.804.629 1.559 1.326 2.255 2.082l-1.071.15a21.94 21.94 0 0 1 1.821-3.77l1.173-1.742c.415-.565.861-1.106 1.334-1.621.939-1.038 1.979-1.983 3.105-2.804s2.33-1.525 3.611-2.053l-1.51 1.39-1.442 1.419-2.649 2.99c-.833 1.033-1.598 2.113-2.312 3.229a38.78 38.78 0 0 0-1.969 3.459l-.483.953-.589-.803-1.829-2.304-.996-1.106-1.02-1.116.003.005z' fill='url(%23B)'/%3E%3C/g%3E%3Cdefs%3E%3ClinearGradient id='A' x1='-1.87' y1='26.472' x2='24.648' y2='-.054' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%238f5f39'/%3E%3Cstop offset='.294' stop-color='%23c9ac70'/%3E%3Cstop offset='.595' stop-color='%23fdedcb'/%3E%3Cstop offset='.825' stop-color='%23ddc09d'/%3E%3Cstop offset='1' stop-color='%238f5f39'/%3E%3C/linearGradient%3E%3ClinearGradient id='B' x1='3.05' y1='20.595' x2='18.447' y2='3.637' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%238f5f39'/%3E%3Cstop offset='.294' stop-color='%23c9ac70'/%3E%3Cstop offset='.595' stop-color='%23fdedcb'/%3E%3Cstop offset='.825' stop-color='%23ddc09d'/%3E%3Cstop offset='1' stop-color='%238f5f39'/%3E%3C/linearGradient%3E%3CclipPath id='C'%3E%3Cpath fill='%23fff' transform='translate(0 .369)' d='M0 0h24v24H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E") no-repeat 50% 50%/100% auto}.landing-details__list li:not(:last-child){margin-bottom:8px}.landing-details .btn{min-width:226px}@media only screen and (max-width: 767px){.landing-details .btn{min-width:100%;font-size:20px}}.landing-details__bg{position:absolute;top:40px;left:50%;width:601px;-webkit-transform:translateX(-75%);transform:translate(-75%)}@media only screen and (max-width: 1259px){.landing-details__bg{-webkit-transform:translateX(-50%);transform:translate(-50%)}}@media only screen and (max-width: 1023px){.landing-details__bg{top:auto;bottom:-240px}}@media only screen and (max-width: 767px){.landing-details__bg{top:40px;left:0;bottom:auto;-webkit-transform:translateX(0);transform:translate(0)}}.landing-details__bg img{width:100%}.landing-bowl{position:relative;display:flex;align-items:center;aspect-ratio:1.7778;background:url(/frontAssets/build/assets/bg-bowl-8012627d.jpg) no-repeat 50% 50%/cover}@media only screen and (max-width: 1023px){.landing-bowl{align-items:stretch;aspect-ratio:auto;padding:40px 0 240px}}@media only screen and (max-width: 767px){.landing-bowl{min-height:710px;padding:32px 0;background-image:url(/frontAssets/build/assets/bg-bowl-mobile-885f3089.jpg);overflow:hidden}}.landing-bowl__center{width:100%}.landing-bowl__wrap{position:relative;max-width:664px;padding:56px 40px;background:#612040;border-radius:40px;box-shadow:0 16px 40px #27071757}@media only screen and (max-width: 1259px){.landing-bowl__wrap{max-width:520px;padding:32px}}@media only screen and (max-width: 1023px){.landing-bowl__wrap{max-width:464px;border-radius:32px}}@media only screen and (max-width: 767px){.landing-bowl__wrap{max-width:100%;padding:24px}}.landing-bowl__photo{position:absolute;right:-122px;bottom:-82px;width:260px}@media only screen and (max-width: 1419px){.landing-bowl__photo{right:-40px}}@media only screen and (max-width: 1023px){.landing-bowl__photo{width:200px}}@media only screen and (max-width: 767px){.landing-bowl__photo{top:-22px;right:-39px;width:150px}}.landing-bowl__photo img{width:100%}.landing-bowl__title{position:relative;z-index:1;font-size:40px;line-height:1.2;font-weight:800;text-transform:uppercase;color:#fcfafa}@media only screen and (max-width: 1023px){.landing-bowl__title{font-size:36px}}@media only screen and (max-width: 767px){.landing-bowl__title{font-size:26px}}@media only screen and (max-width: 1259px){.landing-bowl__title{font-size:32px;line-height:1.4;font-weight:700}}@media only screen and (max-width: 1259px) and (max-width: 1023px){.landing-bowl__title{font-size:28px}}@media only screen and (max-width: 1259px) and (max-width: 767px){.landing-bowl__title{font-size:22px}}@media only screen and (max-width: 767px){.landing-bowl__title{margin-bottom:-12px;padding-right:80px;font-size:40px;line-height:1.2;font-weight:800}}@media only screen and (max-width: 767px) and (max-width: 1023px){.landing-bowl__title{font-size:36px}}@media only screen and (max-width: 767px) and (max-width: 767px){.landing-bowl__title{font-size:26px}}@media only screen and (max-width: 399px){.landing-bowl__title{padding-right:60px}}.landing-bowl__info{display:inline-block;-webkit-transform:rotate(-3deg);transform:rotate(-3deg);margin:-18px 0 38px;padding:7px 30px;border-radius:12px;background:#DB5B96;font-family:Caveat,cursive;font-size:48px;font-weight:700;line-height:1.2;letter-spacing:.04em;color:#fff}@media only screen and (max-width: 767px){.landing-bowl__info{margin:0 0 26px;padding:0 16px 2px;border-radius:8px;font-size:25px}}.landing-bowl__text{margin-bottom:32px;font-size:28px;line-height:1.4;font-weight:400;color:#efcfd5}@media only screen and (max-width: 1023px){.landing-bowl__text{font-size:24px}}@media only screen and (max-width: 767px){.landing-bowl__text{font-size:20px}}@media only screen and (max-width: 1259px){.landing-bowl__text{font-size:20px}}@media only screen and (max-width: 767px){.landing-bowl__text{margin-bottom:24px}}@media only screen and (max-width: 767px){.landing-bowl .btn{width:100%}}.landing-gallery{position:relative;padding:96px 0}@media only screen and (max-width: 1259px){.landing-gallery{padding:80px 0}}@media only screen and (max-width: 767px){.landing-gallery{padding:48px 0;overflow:hidden}}.landing-gallery__head{position:relative;z-index:2;margin-bottom:55px;text-align:center}@media only screen and (max-width: 767px){.landing-gallery__head{margin-bottom:42px}}.landing-gallery__title{position:relative;z-index:2;font-size:40px;line-height:1.2;font-weight:800;text-transform:uppercase;color:#fcfafa}@media only screen and (max-width: 1023px){.landing-gallery__title{font-size:36px}}@media only screen and (max-width: 767px){.landing-gallery__title{font-size:26px}}.landing-gallery__info{display:inline-block;-webkit-transform:rotate(4deg);transform:rotate(4deg);margin-top:-14px;padding:7px 22px;border-radius:12px;background:#DB5B96;font-family:Caveat,cursive;font-size:48px;font-weight:700;line-height:1.2;letter-spacing:.04em;color:#fff}@media only screen and (max-width: 767px){.landing-gallery__info{padding:0 16px 2px;border-radius:8px;font-size:25px}}.landing-gallery__logo{position:absolute;top:50%;left:50%;height:calc(100% - 42px);-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}@media only screen and (max-width: 1419px){.landing-gallery__logo{height:620px}}@media only screen and (max-width: 1259px){.landing-gallery__logo{top:74px;height:500px;-webkit-transform:translate(-50%,0);transform:translate(-50%)}}@media only screen and (max-width: 1023px){.landing-gallery__logo{top:134px;height:360px}}@media only screen and (max-width: 767px){.landing-gallery__logo{top:24px;height:200px}}.landing-gallery__logo img{width:auto;height:100%}.landing-gallery__banner{position:relative;z-index:2;display:block;border-radius:24px;overflow:hidden}@media only screen and (max-width: 767px){.landing-gallery__banner{border-radius:16px}}.landing-gallery__banner img{width:100%;min-height:400px;-o-object-fit:cover;object-fit:cover;-webkit-transform:scale(1.003);transform:scale(1.003)}@media only screen and (max-width: 1419px){.landing-gallery__banner img{min-height:360px}}@media only screen and (max-width: 1259px){.landing-gallery__banner img{min-height:300px}}@media only screen and (max-width: 1023px){.landing-gallery__banner img{min-height:225px}}@media only screen and (max-width: 767px){.landing-gallery__banner img{min-height:auto}}.landing-socials{position:relative;display:flex;justify-content:center;align-items:center;height:720px;overflow:hidden;padding:0 24px}@media only screen and (max-width: 767px){.landing-socials{height:570px;padding:0 16px}}.landing-socials__wrap{position:relative;z-index:3;max-width:807px;margin:0 auto;text-align:center}@media only screen and (max-width: 1023px){.landing-socials__wrap{max-width:500px}}.landing-socials__title{margin-bottom:24px;font-size:40px;line-height:1.2;font-weight:800;text-transform:uppercase;color:#fcfafa}@media only screen and (max-width: 1023px){.landing-socials__title{font-size:36px}}@media only screen and (max-width: 767px){.landing-socials__title{font-size:26px}}.landing-socials__list{display:flex;justify-content:center;align-items:center;gap:24px;height:44px}.landing-socials__list a{transition:-webkit-transform .3s;transition:transform .3s;transition:transform .3s,-webkit-transform .3s}.landing-socials__list a img{width:36px}.landing-socials__list a:hover{-webkit-transform:scale(1.1);transform:scale(1.1)}.landing-socials__images{position:absolute;inset:0}.landing-socials__image{position:absolute}.landing-socials__image:nth-child(1){left:calc(50% - 764px);bottom:112px;width:213px}@media only screen and (max-width: 1739px){.landing-socials__image:nth-child(1){left:calc(50% - 645px)}}@media only screen and (max-width: 1579px){.landing-socials__image:nth-child(1){left:calc(50% - 525px)}}@media only screen and (max-width: 1259px){.landing-socials__image:nth-child(1){left:calc(50% - 345px);bottom:50px}}@media only screen and (max-width: 1023px){.landing-socials__image:nth-child(1){left:calc(50% - 325px)}}@media only screen and (max-width: 767px){.landing-socials__image:nth-child(1){left:calc(50% - 170px);bottom:60px;width:106px}}.landing-socials__image:nth-child(2){top:102px;left:calc(50% - 694px);width:194px}@media only screen and (max-width: 1739px){.landing-socials__image:nth-child(2){left:calc(50% - 574px)}}@media only screen and (max-width: 1579px){.landing-socials__image:nth-child(2){left:calc(50% - 454px)}}@media only screen and (max-width: 1023px){.landing-socials__image:nth-child(2){top:50px;left:calc(50% - 354px)}}@media only screen and (max-width: 767px){.landing-socials__image:nth-child(2){top:96px;right:calc(50% - 220px);left:auto;width:97px}}.landing-socials__image:nth-child(2) img{-webkit-transform:rotate(10deg);transform:rotate(10deg)}.landing-socials__image:nth-child(3){top:157px;left:calc(50% - 52px);width:103px}@media only screen and (max-width: 1259px){.landing-socials__image:nth-child(3){top:80px}}@media only screen and (max-width: 767px){.landing-socials__image:nth-child(3){top:114px;left:calc(50% + 12px);width:51px}}.landing-socials__image:nth-child(3) img{-webkit-transform:rotate(8deg);transform:rotate(8deg)}.landing-socials__image:nth-child(4){right:calc(50% - 192px);bottom:103px;width:125px}@media only screen and (max-width: 1259px){.landing-socials__image:nth-child(4){right:calc(50% - 292px)}}@media only screen and (max-width: 1023px){.landing-socials__image:nth-child(4){bottom:50px}}@media only screen and (max-width: 767px){.landing-socials__image:nth-child(4){right:calc(50% - 116px);bottom:67px;width:62.5px}}.landing-socials__image:nth-child(4) img{-webkit-transform:rotate(-22deg);transform:rotate(-22deg)}.landing-socials__image:nth-child(5){top:129px;right:calc(50% - 776px);width:264px}@media only screen and (max-width: 1739px){.landing-socials__image:nth-child(5){right:calc(50% - 656px)}}@media only screen and (max-width: 1579px){.landing-socials__image:nth-child(5){right:calc(50% - 536px)}}@media only screen and (max-width: 1259px){.landing-socials__image:nth-child(5){top:70px;right:calc(50% - 486px);width:220px}}@media only screen and (max-width: 1023px){.landing-socials__image:nth-child(5){top:32px;right:calc(50% - 386px);width:180px}}@media only screen and (max-width: 767px){.landing-socials__image:nth-child(5){top:70px;right:auto;left:calc(50% - 222px);width:132px}}.landing-socials__image:nth-child(5) img{-webkit-transform:rotate(6deg);transform:rotate(6deg)}.landing-socials__image img{width:100%}.landing-socials[data-aos] .landing-socials__title,.landing-socials[data-aos] .landing-socials__list{-webkit-transform:translateY(40px);transform:translateY(40px);opacity:0;transition:all .7s}.landing-socials[data-aos] .landing-socials__title{transition-delay:.7s}.landing-socials[data-aos] .landing-socials__list{transition-delay:.9s}.landing-socials[data-aos] .landing-socials__image{opacity:0;transition:all .7s cubic-bezier(.6,-.28,.735,1.25)}.landing-socials[data-aos] .landing-socials__image:nth-child(1){-webkit-transform:translate(35vw,-60%) scale(0);transform:translate(35vw,-60%) scale(0)}.landing-socials[data-aos] .landing-socials__image:nth-child(2){-webkit-transform:translate(32vw,60%) scale(0);transform:translate(32vw,60%) scale(0)}.landing-socials[data-aos] .landing-socials__image:nth-child(3){-webkit-transform:translate(0,100%) scale(0);transform:translateY(100%) scale(0)}.landing-socials[data-aos] .landing-socials__image:nth-child(4){-webkit-transform:translate(-5vw,-120%) scale(0);transform:translate(-5vw,-120%) scale(0)}.landing-socials[data-aos] .landing-socials__image:nth-child(5){-webkit-transform:translate(-33vw,20%) scale(0);transform:translate(-33vw,20%) scale(0)}.landing-socials[data-aos].aos-animate .landing-socials__title,.landing-socials[data-aos].aos-animate .landing-socials__list{-webkit-transform:translateY(0);transform:translateY(0);opacity:1}.landing-socials[data-aos].aos-animate .landing-socials__image{opacity:1;-webkit-transform:translate(0,0) scale(1);transform:translate(0) scale(1)}.landing-products{padding:88px 0}@media only screen and (max-width: 1259px){.landing-products{padding:72px 0}}@media only screen and (max-width: 1023px){.landing-products{padding:64px 0}}@media only screen and (max-width: 767px){.landing-products{padding:32px 0 48px}}.landing-products__list{display:flex;justify-content:center;flex-wrap:wrap;gap:24px}@media only screen and (max-width: 1023px){.landing-products__list{flex-wrap:nowrap;justify-content:stretch;margin:0 -24px;padding:0 24px;overflow-x:auto;-ms-overflow-style:none;scrollbar-width:none;-webkit-overflow-scrolling:touch}}@media only screen and (max-width: 767px){.landing-products__list{gap:16px;margin:0 -16px;padding:0 16px}}.landing-products__list .card{width:295px;color:#1d0712}@media only screen and (max-width: 1023px){.landing-products__list .card{flex-shrink:0}}@media only screen and (max-width: 767px){.landing-products__list .card{width:200px;border-radius:8px}}.landing-buy{position:relative;background:url(/frontAssets/build/assets/bg-buy-d22db9dc.png) no-repeat 50% 50%/cover}@media only screen and (max-width: 1259px){.landing-buy{padding:48px 0}}@media only screen and (max-width: 767px){.landing-buy{padding:99px 0}}.landing-buy:after{content:"";position:absolute;top:0;left:0;right:0;height:96px;background:linear-gradient(180deg,#612040 0%,rgba(97,32,64,0) 100%)}.landing-buy__center{display:flex;justify-content:center;align-items:center;height:600px}@media only screen and (max-width: 1739px){.landing-buy__center{height:551px}}@media only screen and (max-width: 1579px){.landing-buy__center{height:502px}}@media only screen and (max-width: 1259px){.landing-buy__center{height:auto}}@media only screen and (max-width: 767px){.landing-buy__center{padding:0}}.landing-buy__wrap{position:relative;z-index:2;max-width:750px;width:100%;padding:48px 40px;border-radius:24px;background-image:linear-gradient(90.01deg,#8F5F39 -26.99%,#C9AC70 15.17%,#FDEDCB 58.32%,#DDC09D 91.43%,#8F5F39 116.49%);box-shadow:0 16px 40px #27071757;text-align:center;color:#612040;transition:-webkit-transform .7s;transition:transform .7s;transition:transform .7s,-webkit-transform .7s}@media only screen and (max-width: 1023px){.landing-buy__wrap{max-width:520px;padding:40px 24px}}@media only screen and (max-width: 767px){.landing-buy__wrap{padding:48px 40px;border-radius:24px}}.landing-buy__title{margin-bottom:4px;font-size:40px;line-height:1.2;font-weight:800;text-transform:uppercase}@media only screen and (max-width: 1023px){.landing-buy__title{font-size:36px}}@media only screen and (max-width: 767px){.landing-buy__title{font-size:26px}}.landing-buy__info{margin-bottom:32px;font-size:32px;line-height:1.4;font-weight:700}@media only screen and (max-width: 1023px){.landing-buy__info{font-size:28px}}@media only screen and (max-width: 767px){.landing-buy__info{font-size:22px}}.landing-buy .btn{min-width:226px}.landing__taste{position:relative;overflow:hidden}.landing__sections{position:relative}@media only screen and (max-width: 1023px){.landing__sections{display:none}}.landing__section{position:relative;height:1000px}@media only screen and (max-width: 1739px){.landing__section{height:900px}}@media only screen and (max-width: 1579px){.landing__section{height:810px}}.landing__section:nth-child(1){z-index:3}.landing__section:nth-child(1) .landing__images{position:absolute;top:336px;left:calc(50% - 205px)}@media only screen and (max-width: 1739px){.landing__section:nth-child(1) .landing__images{top:306px}}@media only screen and (max-width: 1579px){.landing__section:nth-child(1) .landing__images{top:240px}}.landing__section:nth-child(1) .landing__product{position:relative;z-index:5}.landing__section:nth-child(1) .landing__product img{width:406px}.landing__section:nth-child(1) .landing__wrap{top:-144px;left:calc(50% - 103px);-webkit-transform:translateY(200%);transform:translateY(200%)}@media only screen and (max-width: 1579px){.landing__section:nth-child(1) .landing__wrap{top:-104px}}.landing__section:nth-child(1) .landing__slogan{-webkit-transform:rotate(-8deg);transform:rotate(-8deg);padding:7px 26px;background:#80194A}.landing__section:nth-child(1) .landing__title{margin-top:-7px}.landing__section:nth-child(1) .landing__image:nth-child(1){top:-298px;left:-34.4vw;width:131px;-webkit-transform:translate(40vw,250%);transform:translate(40vw,250%)}@media only screen and (max-width: 1579px){.landing__section:nth-child(1) .landing__image:nth-child(1){top:-228px}}.landing__section:nth-child(1) .landing__image:nth-child(2){top:-276px;left:calc(50% - 391px);width:124px;-webkit-transform:translate(260%,250%);transform:translate(260%,250%)}@media only screen and (max-width: 1579px){.landing__section:nth-child(1) .landing__image:nth-child(2){top:-196px}}.landing__section:nth-child(1) .landing__image:nth-child(3){top:-178px;left:calc(50% - 213px);width:170px;-webkit-transform:translate(70%,200%);transform:translate(70%,200%)}@media only screen and (max-width: 1579px){.landing__section:nth-child(1) .landing__image:nth-child(3){top:-118px}}.landing__section:nth-child(1) .landing__image:nth-child(3) img{-webkit-transform:rotate(8.6deg);transform:rotate(8.6deg)}.landing__section:nth-child(1) .landing__image:nth-child(4){top:-251px;right:calc(50% - 322px);width:180px;-webkit-transform:translate(-130%,210%);transform:translate(-130%,210%)}@media only screen and (max-width: 1579px){.landing__section:nth-child(1) .landing__image:nth-child(4){top:-201px}}.landing__section:nth-child(1) .landing__image:nth-child(5){top:-287px;right:-26.75vw;width:119px;-webkit-transform:translate(-35vw,350%);transform:translate(-35vw,350%)}@media only screen and (max-width: 1579px){.landing__section:nth-child(1) .landing__image:nth-child(5){top:-207px;right:-28.75vw}}.landing__section:nth-child(1) .landing__image:nth-child(6){right:-60px;bottom:-23px;z-index:6;width:295px}.landing__section:nth-child(2){z-index:1}.landing__section:nth-child(2) .landing__images{position:absolute;top:361px;right:calc(50% - 443px)}@media only screen and (max-width: 1739px){.landing__section:nth-child(2) .landing__images{top:331px}}@media only screen and (max-width: 1579px){.landing__section:nth-child(2) .landing__images{top:279px}}.landing__section:nth-child(2) .landing__product{position:relative;z-index:3;-webkit-transform:translateX(-70%);transform:translate(-70%)}.landing__section:nth-child(2) .landing__product img{width:371px}.landing__section:nth-child(2) .landing__wrap{top:321px;right:-105px;z-index:4;-webkit-transform:translate(-230%,-130%);transform:translate(-230%,-130%)}.landing__section:nth-child(2) .landing__slogan{-webkit-transform:rotate(8deg);transform:rotate(8deg);padding:7px 16px;background:#B23E55}.landing__section:nth-child(2) .landing__title{margin-top:-2px}.landing__section:nth-child(2) .landing__image{transition-delay:.3s}.landing__section:nth-child(2) .landing__image:nth-child(1){top:-90px;right:-21.2vw;width:65px;-webkit-transform:translate(-42vw,330%);transform:translate(-42vw,330%)}@media only screen and (max-width: 1419px){.landing__section:nth-child(2) .landing__image:nth-child(1){-webkit-transform:translate(-52vw,330%);transform:translate(-52vw,330%)}}@media only screen and (max-width: 1259px){.landing__section:nth-child(2) .landing__image:nth-child(1){-webkit-transform:translate(-58vw,330%);transform:translate(-58vw,330%)}}.landing__section:nth-child(2) .landing__image:nth-child(2){top:-40px;right:-98px;width:189px;-webkit-transform:translate(-250%,80%);transform:translate(-250%,80%)}.landing__section:nth-child(2) .landing__image:nth-child(3){top:89px;right:-17vw;width:79px;-webkit-transform:translate(-37vw,70%);transform:translate(-37vw,70%)}@media only screen and (max-width: 1579px){.landing__section:nth-child(2) .landing__image:nth-child(3){-webkit-transform:translate(-44vw,70%);transform:translate(-44vw,70%)}}@media only screen and (max-width: 1259px){.landing__section:nth-child(2) .landing__image:nth-child(3){-webkit-transform:translate(-55vw,70%);transform:translate(-55vw,70%)}}.landing__section:nth-child(2) .landing__image:nth-child(4){top:154px;right:-98px;width:255px;-webkit-transform:translate(-160%,-20%);transform:translate(-160%,-20%)}.landing__section:nth-child(2) .landing__image:nth-child(5){right:-152px;bottom:94px;z-index:5;width:64px;-webkit-transform:translate(-25vw,-160%);transform:translate(-25vw,-160%)}@media only screen and (max-width: 1899px){.landing__section:nth-child(2) .landing__image:nth-child(5){-webkit-transform:translate(-28vw,-160%);transform:translate(-28vw,-160%)}}@media only screen and (max-width: 1579px){.landing__section:nth-child(2) .landing__image:nth-child(5){-webkit-transform:translate(-38vw,-160%);transform:translate(-38vw,-160%)}}@media only screen and (max-width: 1259px){.landing__section:nth-child(2) .landing__image:nth-child(5){-webkit-transform:translate(-55vw,-160%);transform:translate(-55vw,-160%)}}.landing__section:nth-child(2).active .landing__product{-webkit-transform:translate(0,0) rotate(12deg);transform:translate(0) rotate(12deg)}.landing__section:nth-child(3){z-index:2}.landing__section:nth-child(3) .landing__images{position:absolute;top:360px;left:calc(50% - 449px)}@media only screen and (max-width: 1739px){.landing__section:nth-child(3) .landing__images{top:330px}}@media only screen and (max-width: 1579px){.landing__section:nth-child(3) .landing__images{top:280px}}.landing__section:nth-child(3) .landing__product{position:relative;z-index:3;-webkit-transform:translateX(70%);transform:translate(70%)}.landing__section:nth-child(3) .landing__product img{width:371px}.landing__section:nth-child(3) .landing__wrap{top:250px;left:-109px;z-index:4;-webkit-transform:translate(230%,-70%);transform:translate(230%,-70%);transition-delay:.3s}.landing__section:nth-child(3) .landing__slogan{-webkit-transform:rotate(-8deg);transform:rotate(-8deg);padding:7px 33px;background:#D16945}.landing__section:nth-child(3) .landing__title{margin-top:-2px}.landing__section:nth-child(3) .landing__image{transition-delay:.3s}.landing__section:nth-child(3) .landing__image:nth-child(1){top:10px;left:-23.1vw;width:160px;-webkit-transform:translate(39vw,70%);transform:translate(39vw,70%)}@media only screen and (max-width: 1899px){.landing__section:nth-child(3) .landing__image:nth-child(1){-webkit-transform:translate(41vw,70%);transform:translate(41vw,70%)}}@media only screen and (max-width: 1579px){.landing__section:nth-child(3) .landing__image:nth-child(1){-webkit-transform:translate(47vw,70%);transform:translate(47vw,70%)}}@media only screen and (max-width: 1419px){.landing__section:nth-child(3) .landing__image:nth-child(1){-webkit-transform:translate(52vw,70%);transform:translate(52vw,70%)}}@media only screen and (max-width: 1259px){.landing__section:nth-child(3) .landing__image:nth-child(1){-webkit-transform:translate(58vw,70%);transform:translate(58vw,70%)}}.landing__section:nth-child(3) .landing__image:nth-child(1) img{-webkit-transform:rotate(-38deg);transform:rotate(-38deg)}.landing__section:nth-child(3) .landing__image:nth-child(2){top:-90px;left:calc(50% - 357px);width:84.5px;-webkit-transform:translate(26vw,360%);transform:translate(26vw,360%)}@media only screen and (max-width: 1899px){.landing__section:nth-child(3) .landing__image:nth-child(2){-webkit-transform:translate(29vw,360%);transform:translate(29vw,360%)}}@media only screen and (max-width: 1579px){.landing__section:nth-child(3) .landing__image:nth-child(2){-webkit-transform:translate(40vw,360%);transform:translate(40vw,360%)}}@media only screen and (max-width: 1259px){.landing__section:nth-child(3) .landing__image:nth-child(2){-webkit-transform:translate(55vw,360%);transform:translate(55vw,360%)}}.landing__section:nth-child(3) .landing__image:nth-child(3){top:44px;left:-75px;width:177px;-webkit-transform:translate(250%,50%);transform:translate(250%,50%)}.landing__section:nth-child(3) .landing__image:nth-child(4){top:159px;left:-81px;z-index:1;width:183px;-webkit-transform:translate(240%,0%);transform:translate(240%)}.landing__section:nth-child(3) .landing__image:nth-child(5){top:221px;left:-172px;z-index:5;width:79px;-webkit-transform:translate(25vw,-50%);transform:translate(25vw,-50%)}@media only screen and (max-width: 1899px){.landing__section:nth-child(3) .landing__image:nth-child(5){-webkit-transform:translate(30vw,-50%);transform:translate(30vw,-50%)}}@media only screen and (max-width: 1579px){.landing__section:nth-child(3) .landing__image:nth-child(5){-webkit-transform:translate(42vw,-50%);transform:translate(42vw,-50%)}}@media only screen and (max-width: 1259px){.landing__section:nth-child(3) .landing__image:nth-child(5){-webkit-transform:translate(55vw,-50%);transform:translate(55vw,-50%)}}.landing__section:nth-child(3) .landing__image:nth-child(6){left:-17.1vw;bottom:-95px;width:58px;-webkit-transform:translate(38vw,-650%);transform:translate(38vw,-650%)}@media only screen and (max-width: 1579px){.landing__section:nth-child(3) .landing__image:nth-child(6){bottom:-65px}}@media only screen and (max-width: 1419px){.landing__section:nth-child(3) .landing__image:nth-child(6){-webkit-transform:translate(50vw,-550%);transform:translate(50vw,-550%)}}@media only screen and (max-width: 1259px){.landing__section:nth-child(3) .landing__image:nth-child(6){-webkit-transform:translate(60vw,-550%);transform:translate(60vw,-550%)}}.landing__section:nth-child(3).active .landing__product{-webkit-transform:translate(0,0) rotate(-12deg);transform:translate(0) rotate(-12deg)}.landing__section:not(:first-child){position:absolute;inset:0}.landing__section.active .landing__wrap,.landing__section.active .landing__image{-webkit-transform:translate(0,0)!important;transform:translate(0)!important}.landing__product img,.landing__image img{width:100%}.landing__product{transition:-webkit-transform .7s;transition:transform .7s;transition:transform .7s,-webkit-transform .7s}.landing__wrap{position:absolute;text-align:center;white-space:nowrap;transition:-webkit-transform .7s;transition:transform .7s;transition:transform .7s,-webkit-transform .7s}.landing__slogan{display:inline-block;margin-bottom:-10px;border-radius:12px;font-family:Caveat,cursive;font-size:48px;font-weight:700;line-height:1.2;letter-spacing:.03em;color:#fff}.landing__title{position:relative;z-index:2;font-size:40px;line-height:1.2;font-weight:800;text-transform:uppercase}@media only screen and (max-width: 1023px){.landing__title{font-size:36px}}@media only screen and (max-width: 767px){.landing__title{font-size:26px}}.landing__image{position:absolute;transition:-webkit-transform .7s;transition:transform .7s;transition:transform .7s,-webkit-transform .7s}.collaboration{position:relative;padding:72px 0;background:#612040;overflow:hidden}@media only screen and (max-width: 1579px){.collaboration{padding:64px 0}}@media only screen and (max-width: 1023px){.collaboration{padding-bottom:48px}}@media only screen and (max-width: 767px){.collaboration{padding:48px 0 40px}}.collaboration__center{position:relative;z-index:2;display:flex;align-items:center;gap:24px}@media only screen and (max-width: 1739px){.collaboration__center{gap:0}}@media only screen and (max-width: 1023px){.collaboration__center{display:block}}.collaboration__wrap{position:relative;z-index:2;flex-shrink:0;width:402px}@media only screen and (max-width: 1739px){.collaboration__wrap{margin-right:12px}}@media only screen and (max-width: 1579px){.collaboration__wrap{width:360px}}@media only screen and (max-width: 1419px){.collaboration__wrap{width:320px}}@media only screen and (max-width: 1259px){.collaboration__wrap{width:280px}}@media only screen and (max-width: 1023px){.collaboration__wrap{width:100%;margin:0 0 24px}}.collaboration__title{margin-bottom:16px}@media only screen and (max-width: 767px){.collaboration__title{margin-bottom:10px}}.collaboration__title span{display:block;background:linear-gradient(44.99deg,#8F5F39 -10.71%,#C9AC70 23.12%,#FDEDCB 57.73%,#DDC09D 84.3%,#8F5F39 104.41%);background-clip:text;-webkit-background-clip:text;color:transparent}.collaboration__title span:nth-child(1){font-size:40px;line-height:1.3;font-weight:800}@media only screen and (max-width: 1579px){.collaboration__title span:nth-child(1){font-size:36px}}@media only screen and (max-width: 1419px){.collaboration__title span:nth-child(1){font-size:32px}}@media only screen and (max-width: 1259px){.collaboration__title span:nth-child(1){font-size:28px}}@media only screen and (max-width: 1023px){.collaboration__title span:nth-child(1){font-size:32px}}@media only screen and (max-width: 767px){.collaboration__title span:nth-child(1){font-size:26px}}.collaboration__title span:nth-child(2){position:relative;top:-10px;font-family:Caveat,cursive;font-size:72px;font-weight:700;line-height:1}@media only screen and (max-width: 1579px){.collaboration__title span:nth-child(2){font-size:64px}}@media only screen and (max-width: 1259px){.collaboration__title span:nth-child(2){font-size:56px}}@media only screen and (max-width: 767px){.collaboration__title span:nth-child(2){top:-8px;font-size:56px}}.collaboration__text{margin-bottom:48px;font-size:18px;line-height:1.6;font-weight:500;color:#fcfafa}@media only screen and (max-width: 1259px){.collaboration__text{margin-bottom:32px;font-size:16px}}@media only screen and (max-width: 1023px){.collaboration__text{font-size:20px}}@media only screen and (max-width: 767px){.collaboration__text{font-size:16px}}.collaboration .btn{font-size:20px}@media only screen and (max-width: 1259px){.collaboration .btn{font-size:18px}}@media only screen and (max-width: 1023px){.collaboration .btn{font-size:20px}}@media only screen and (max-width: 767px){.collaboration .btn{width:100%}}.collaboration__image{flex-grow:1}@media only screen and (max-width: 1023px){.collaboration__image{margin-bottom:24px}}@media only screen and (max-width: 767px){.collaboration__image{margin:0 -16px 24px}}.collaboration__image img{width:100%}.collaboration__photo{position:relative;z-index:2;flex-shrink:0;width:404px}@media only screen and (max-width: 1579px){.collaboration__photo{width:360px}}@media only screen and (max-width: 1419px){.collaboration__photo{width:320px}}@media only screen and (max-width: 1259px){.collaboration__photo{width:260px}}@media only screen and (max-width: 1023px){.collaboration__photo{width:100%;text-align:center}}.collaboration__photo img{width:100%}@media only screen and (max-width: 1023px){.collaboration__photo img{max-width:310px}}.collaboration__wave{position:absolute;top:60px;right:calc(50% - 601px);width:601px}@media only screen and (max-width: 1419px){.collaboration__wave{right:calc(50% - 500px);width:500px}}@media only screen and (max-width: 1023px){.collaboration__wave{top:auto;right:calc(50% - 250px);bottom:-340px}}@media only screen and (max-width: 767px){.collaboration__wave{right:calc(50% - 196px);bottom:-142px;width:394px}}.collaboration__wave img{width:100%}.mistake{display:flex;justify-content:center;align-items:center;height:100vh;padding:70px 30px 90px;box-sizing:border-box;text-align:center;line-height:1.5}.mistake__wrap{max-width:500px}.mistake__preview{margin-bottom:30px;font-size:0}.mistake__preview img{max-width:100%}.mistake__title{margin-bottom:15px;font-size:24px;font-weight:700}.mistake__text{font-size:16px}@media only screen and (max-width: 767px){.mistake{padding:50px 20px 70px}.mistake__title{font-size:21px}}.preloader_wraper,.preloader_holder>div,.preloader_holder{cursor:wait;position:absolute;top:0;left:0;right:0;bottom:0;max-width:100%;max-height:100%;margin:auto}.preloader_removing.fade_preloader .preloader_wraper{visibility:hidden;opacity:0;-webkit-transition:visibility .3s ease,opacity .3s ease;transition:visibility .3s ease,opacity .3s ease}.preloader_holder{max-width:68%}.preloader_wraper{width:100%;height:100%;background:rgba(255,255,255,.3);display:none;z-index:10000000}.fixed{position:fixed}.preloader_show{position:relative}.preloader_show .preloader_wraper{display:block}.preloader_block .preloader_wraper{background:none;position:fixed;z-index:1050}.preloader_block .preloader_wraper:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;opacity:.3;-webkit-backface-visibility:hidden;backface-visibility:hidden;background-color:#000}#floatingCirclesG{width:352px;height:352px;margin:auto;transform:scale(.4);-o-transform:scale(.4);-ms-transform:scale(.4);-webkit-transform:scale(.4);-moz-transform:scale(.4)}.f_circleG{position:absolute;background-color:#fff;height:63px;width:63px;border-radius:33px;-o-border-radius:33px;-ms-border-radius:33px;-webkit-border-radius:33px;-moz-border-radius:33px;animation-name:f_fadeG;-o-animation-name:f_fadeG;-ms-animation-name:f_fadeG;-webkit-animation-name:f_fadeG;-moz-animation-name:f_fadeG;animation-duration:1.35s;-o-animation-duration:1.35s;-ms-animation-duration:1.35s;-webkit-animation-duration:1.35s;-moz-animation-duration:1.35s;animation-iteration-count:infinite;-o-animation-iteration-count:infinite;-ms-animation-iteration-count:infinite;-webkit-animation-iteration-count:infinite;-moz-animation-iteration-count:infinite;animation-direction:normal;-o-animation-direction:normal;-ms-animation-direction:normal;-webkit-animation-direction:normal;-moz-animation-direction:normal}#frotateG_01{left:0;top:143px;animation-delay:.51s;-o-animation-delay:.51s;-ms-animation-delay:.51s;-webkit-animation-delay:.51s;-moz-animation-delay:.51s}#frotateG_02{left:41px;top:41px;animation-delay:.68s;-o-animation-delay:.68s;-ms-animation-delay:.68s;-webkit-animation-delay:.68s;-moz-animation-delay:.68s}#frotateG_03{left:143px;top:0;animation-delay:.85s;-o-animation-delay:.85s;-ms-animation-delay:.85s;-webkit-animation-delay:.85s;-moz-animation-delay:.85s}#frotateG_04{right:41px;top:41px;animation-delay:1.01s;-o-animation-delay:1.01s;-ms-animation-delay:1.01s;-webkit-animation-delay:1.01s;-moz-animation-delay:1.01s}#frotateG_05{right:0;top:143px;animation-delay:1.18s;-o-animation-delay:1.18s;-ms-animation-delay:1.18s;-webkit-animation-delay:1.18s;-moz-animation-delay:1.18s}#frotateG_06{right:41px;bottom:41px;animation-delay:1.35s;-o-animation-delay:1.35s;-ms-animation-delay:1.35s;-webkit-animation-delay:1.35s;-moz-animation-delay:1.35s}#frotateG_07{left:143px;bottom:0;animation-delay:1.52s;-o-animation-delay:1.52s;-ms-animation-delay:1.52s;-webkit-animation-delay:1.52s;-moz-animation-delay:1.52s}#frotateG_08{left:41px;bottom:41px;animation-delay:1.69s;-o-animation-delay:1.69s;-ms-animation-delay:1.69s;-webkit-animation-delay:1.69s;-moz-animation-delay:1.69s}@keyframes f_fadeG{0%{background-color:#612040}to{background-color:#fff}}@-o-keyframes f_fadeG{0%{background-color:#612040}to{background-color:#fff}}@-ms-keyframes f_fadeG{0%{background-color:#612040}to{background-color:#fff}}@-webkit-keyframes f_fadeG{0%{background-color:#612040}to{background-color:#fff}}@-moz-keyframes f_fadeG{0%{background-color:#612040}to{background-color:#fff}}
