@charset "UTF-8";.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{background-color:#ff4a22;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{background-color:#6fc5c5;color:#fff}.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}.splide__container{box-sizing:border-box;position:relative}.splide__list{backface-visibility:hidden;display:-ms-flexbox;display:flex;height:100%;margin:0!important;padding:0!important}.splide.is-initialized:not(.is-active) .splide__list{display:block}.splide__pagination{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:center;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{backface-visibility:hidden;box-sizing:border-box;-ms-flex-negative:0;flex-shrink:0;list-style-type:none!important;margin:0;position:relative}.splide__slide img{vertical-align:bottom}.splide__spinner{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}@keyframes splide-loading{0%{transform:rotate(0)}to{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{-ms-flex-align:center;align-items:center;background:#ccc;border:0;border-radius:50%;cursor:pointer;display:-ms-flexbox;display:flex;height:2em;-ms-flex-pack:center;justify-content:center;opacity:.7;padding:0;position:absolute;top: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{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:transform .2s linear;width:8px}.splide__pagination__page.is-active{background:#fff;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{transform:scaleX(1)}.splide__arrows--rtl .splide__arrow--next{left:1em;right:auto}.splide__arrows--rtl .splide__arrow--next svg{transform:scaleX(-1)}.splide__arrows--ttb .splide__arrow{left:50%;transform:translate(-50%)}.splide__arrows--ttb .splide__arrow--prev{top:1em}.splide__arrows--ttb .splide__arrow--prev svg{transform:rotate(-90deg)}.splide__arrows--ttb .splide__arrow--next{bottom:1em;top:auto}.splide__arrows--ttb .splide__arrow--next svg{transform:rotate(90deg)}.splide__pagination--ttb{bottom:0;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;left:auto;padding:1em 0;right:.5em;top:0}.mfp-zoom-out-cur,.mfp-zoom-out-cur .mfp-image-holder .mfp-close{cursor:-moz-zoom-out;cursor:-webkit-zoom-out;cursor:zoom-out}.mfp-zoom{cursor:pointer;cursor:-webkit-zoom-in;cursor:-moz-zoom-in;cursor:zoom-in}.mfp-close,.mfp-arrow,.mfp-preloader,.mfp-counter{-webkit-user-select:none;-moz-user-select:none;user-select:none}.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:after{border-left:17px solid #FFF;margin-left:39px}.mfp-arrow-right:before{border-left:27px solid #3F3F3F}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:Geologica;src:url(/frontAssets/build/assets/Geologica-Light-44fd9e88.woff2) format("woff2"),url(/frontAssets/build/assets/Geologica-Light-53c91739.woff) format("woff");font-weight:300;font-style:normal}@font-face{font-family:Geologica;src:url(/frontAssets/build/assets/Geologica-Regular-b3acad8e.woff2) format("woff2"),url(/frontAssets/build/assets/Geologica-Regular-61661696.woff) format("woff");font-weight:400;font-style:normal}@font-face{font-family:Geologica;src:url(/frontAssets/build/assets/Geologica-Medium-adef6512.woff2) format("woff2"),url(/frontAssets/build/assets/Geologica-Medium-4acfc99c.woff) format("woff");font-weight:500;font-style:normal}@font-face{font-family:Geologica;src:url(/frontAssets/build/assets/Geologica-SemiBold-a8da0b20.woff2) format("woff2"),url(/frontAssets/build/assets/Geologica-SemiBold-bdaf3583.woff) format("woff");font-weight:600;font-style:normal}@font-face{font-family:Geologica;src:url(/frontAssets/build/assets/Geologica-Bold-ae0e7e79.woff2) format("woff2"),url(/frontAssets/build/assets/Geologica-Bold-af1d20e8.woff) format("woff");font-weight:700;font-style:normal}.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}}body{min-width:375px;font-family:Geologica;font-size:16px;line-height:1.3;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#121212}@media only screen and (max-width: 767px){html.no-scroll,body.no-scroll{overflow:hidden}}a{text-decoration:none}.content a{display:contents}.content img{max-width:100%}button{background:none}button,input,textarea,select{font-family:Geologica}svg,img{vertical-align:middle}.page{display:flex;flex-direction:column;min-height:100vh;padding-top:190px}@media only screen and (max-width: 1259px){.page{padding-top:165px}}@media only screen and (max-width: 1023px){.page{overflow:hidden;padding-top:162px}}@media only screen and (max-width: 767px){.page{padding-top:128px}}.page__container{flex-grow:1}.page__banner{padding:10px 0;background:#ff914a;text-align:center;line-height:1.25;font-weight:300;letter-spacing:-.04em;color:#2b2b2b}@media only screen and (max-width: 1023px){.page__banner{padding:7px 0;font-size:14px}}.page__banner a{font-weight:700;text-decoration:underline;color:#2b2b2b}.page__banner a:hover{text-decoration:none}.center{max-width:1744px;margin:0 auto;padding:0 32px}.center-inside-content{max-width:1140px;margin:0 auto;padding:0 32px}@media only screen and (max-width: 1023px){.center,.center-inside-content{padding:0 24px}}@media only screen and (max-width: 767px){.center,.center-inside-content{padding:0 16px}}.icon{width:24px;height:24px}.btn{display:inline-flex;justify-content:center;align-items:center;height:48px;padding:0 24px;border:2px solid #009ca6;border-radius:6px;font-size:18px;font-weight:500;transition:all .2s}@media only screen and (max-width: 767px){.btn{height:44px;font-size:16px}}.btn_primary{background:#009ca6;color:#fff}.btn_primary:hover{background:#2a7a7f;border-color:#2a7a7f;color:#fff}.btn_primary:disabled,.btn_primary.disabled{background:#3aa1a7;border-color:#3aa1a7;color:#fff}.btn_secondary{color:#009ca6}.btn_secondary:hover{border-color:#2a7a7f;color:#2a7a7f}.btn_secondary:disabled,.btn_secondary.disabled{border-color:#252525;color:#252525}.btn_transparent{border-color:transparent;color:#009ca6}.btn_transparent:hover{color:#2a7a7f}.btn_transparent:disabled,.btn_transparent.disabled{color:#252525}.btn_blue{background:#1877f2;border-color:#1877f2;color:#fff}.btn_blue:hover{background:#0d6ae4;border-color:#0d6ae4;color:#fff}.btn_stroke{border-color:#8c8c8c;color:#5b5b5b}.btn_stroke:hover{background:#5b5b5b;border-color:#5b5b5b;color:#fff}.btn_white{background:#ffffff;border-color:#fff;color:#009ca6}.btn_white:hover{color:#2a7a7f}.btn_stroke-white{border-color:#fff;color:#fff}.btn_stroke-white:hover{background:#ffffff;color:#009ca6}.btn:disabled,.btn.disabled{pointer-events:none}.header{position:absolute;top:0;left:0;right:0;z-index:10;background:#3aa1a7}@media only screen and (max-width: 767px){.header{position:fixed}}.header__top{padding:3px 0}@media only screen and (max-width: 1419px){.header__top{padding:4px 0}}@media only screen and (max-width: 767px){.header__top{display:none}}.header__menu{display:flex;overflow:auto;-ms-overflow-style:none;scrollbar-width:none;-webkit-overflow-scrolling:touch}@media only screen and (max-width: 1023px){.header__menu{margin:0 -24px}.header__menu:before,.header__menu:after{content:"";flex-shrink:0;width:24px}}.header__menu::-webkit-scrollbar{display:none}.header__menu a{padding:6px 0;white-space:nowrap;text-align:center;font-size:18px;line-height:1.25;font-weight:500;letter-spacing:-.04em;color:#fff;transition:opacity .2s}@media only screen and (max-width: 1419px){.header__menu a{width:auto;max-width:100%;font-size:16px}}@media only screen and (max-width: 1259px){.header__menu a{font-size:14px}}.header__menu a:hover{opacity:.8}.header__menu a:not(:last-child){margin-right:auto;padding-right:32px}@media only screen and (max-width: 1023px){.header__main{position:relative}}.header__main .header__center{display:flex;align-items:center;height:70px}@media only screen and (max-width: 767px){.header__main .header__center{height:64px}}.header__logo{display:flex;align-items:center;margin-top:-2px;margin-right:46px}@media only screen and (max-width: 1419px){.header__logo{margin-right:30px}}@media only screen and (max-width: 1259px){.header__logo{margin-right:20px}}@media only screen and (max-width: 767px){.header__logo{margin-right:auto;padding-left:36px}}.header__logo-inner{display:flex;align-items:center}.header__logo-image{padding:0 1px}@media only screen and (max-width: 1023px){.header__logo-image{width:36px}}@media only screen and (max-width: 767px){.header__logo-image{display:none}}.header__logo-image img{width:100%}.header__logo-text{margin-left:6px}@media only screen and (max-width: 1023px){.header__logo-text{width:100px}}@media only screen and (max-width: 767px){.header__logo-text{width:80px}}.header__logo-text img{width:100%}.header__language{margin-right:30px}@media only screen and (max-width: 1259px){.header__language{margin-right:20px}}@media only screen and (max-width: 767px){.header__language{display:none}}.header__language a{display:none;padding:8px;line-height:1.25;font-weight:300;letter-spacing:-.04em;color:#fff;transition:opacity .2s}.header__language a:hover{opacity:.8}.header__language a.active{display:block}.header__item{position:relative;z-index:3}.header__item_phone .header__head{width:255px}@media only screen and (max-width: 1743px){.header__item_phone .header__head{width:220px}}@media only screen and (max-width: 1419px){.header__item_phone .header__head{width:auto}}@media only screen and (max-width: 1259px){.header__item_phone .header__head{font-size:0}}.header__item,.header__action{flex-shrink:0;margin-left:30px}@media only screen and (max-width: 1743px){.header__item,.header__action{margin-left:20px}}@media only screen and (max-width: 1579px){.header__item,.header__action{margin-left:10px}}@media only screen and (max-width: 1419px){.header__item,.header__action{margin-left:40px}}@media only screen and (max-width: 1259px){.header__item,.header__action{margin-left:25px}}@media only screen and (max-width: 1023px){.header__item,.header__action{margin-left:20px}}@media only screen and (max-width: 767px){.header__item,.header__action{margin-left:15px}}.header__item_profile .header__head,.header__action{min-width:112px}@media only screen and (max-width: 1419px){.header__item_profile .header__head,.header__action{min-width:auto}}.header__head,.header__action{display:flex;justify-content:center;align-items:center;height:38px;-webkit-tap-highlight-color:rgba(0,0,0,0)}.header__head .icon,.header__action .icon{fill:#fff}.header__action .icon{width:32px;height:32px;transition:opacity .2s}.header__action:hover .icon{opacity:.8}@media only screen and (max-width: 767px){.header__action_compare{display:none}}.header__action_shops{gap:2px;padding:0 12px;font-size:16px;font-weight:300;color:#fff}@media only screen and (max-width: 1743px){.header__action_shops{padding:0}}@media only screen and (max-width: 1023px){.header__action_shops{gap:0;font-size:0}}.header__action_shops span{margin-left:5px}@media only screen and (max-width: 1419px){.header__action_shops span{display:none}}.header__action_cart{padding-left:10px}@media only screen and (max-width: 1743px){.header__action_cart{padding-left:0}}.header__action_cart.active .header__icon{-webkit-animation:shake 1s linear;animation:shake 1s linear;-webkit-transform-origin:center;transform-origin:center}.header__products{margin-left:4px;font-size:12px;line-height:1.1;font-weight:300;color:#fff}@media only screen and (max-width: 1023px){.header__products{display:none}}.header__icon{position:relative}.header__counter{position:absolute;top:-12px;right:-4px;min-width:24px;padding:2px;border-radius:50%;background:#ff6c0e;text-align:center;font-size:12px;line-height:20px;font-weight:700;color:#fff}@media only screen and (max-width: 767px){.header__counter{top:-9px;min-width:20px;line-height:16px}}.header__head{letter-spacing:-.04em;font-weight:300;color:#fff;cursor:pointer}.header__head .icon{fill:#fff}.header__head .icon-phone,.header__head .icon-profile{width:32px;height:32px}.header__head .icon-phone{margin-left:4px}@media only screen and (max-width: 1259px){.header__head .icon-phone{margin-left:0}}.header__head .icon-arrow-down{margin-left:2px;transition:-webkit-transform .2s;transition:transform .2s;transition:transform .2s,-webkit-transform .2s}@media only screen and (max-width: 1023px){.header__head .icon-arrow-down{width:20px;height:20px;margin-left:0}}.header__body{position:absolute;top:100%;width:290px;padding-top:16px;visibility:hidden;opacity:0;transition:all .2s}@media only screen and (max-width: 767px){.header__body{padding-top:8px}}.header__item_phone .header__body{left:50%;-webkit-transform:translateX(-50%);transform:translate(-50%)}@media only screen and (max-width: 767px){.header__item_phone .header__body{right:-114px;left:auto;-webkit-transform:translateX(0);transform:translate(0)}}.header__item_profile .header__body{left:-10px}@media only screen and (max-width: 1579px){.header__item_profile .header__body{left:-40px}}@media only screen and (max-width: 1023px){.header__item_profile .header__body{left:auto;right:-30px}}@media only screen and (max-width: 767px){.header__item_profile .header__body{right:-47px}}.header__inner{padding:22px;background:#ffffff;border-radius:0 0 20px 20px;box-shadow:2px 2px 25px #8c8c8c4d}@media only screen and (max-width: 767px){.header__inner{border-radius:20px}}.header__item.active .header__head .icon-arrow-down{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.header__item.active .header__body{visibility:visible;opacity:1}.header__group:not(:last-child){margin-bottom:16px;padding-bottom:16px;border-bottom:1px solid #e5e7eb}.header__group .btn{width:100%}.header__caption{color:#5b5b5b}.header__info{display:flex;align-items:center;margin-top:16px;color:#121212}.header__info .icon{margin-right:4px;fill:#009ca6}.header__info span{margin-left:5px;font-size:14px;color:#8c8c8c}.header__info[href]{transition:color .2s}.header__info[href]:hover{color:#009ca6}.header__more,.header__start{text-align:center;font-size:14px}.header__more a:not(.btn),.header__start a:not(.btn){text-decoration:underline;color:#009ca6;transition:color .2s}.header__more a:not(.btn):hover,.header__start a:not(.btn):hover{text-decoration:none;color:#2a7a7f}.header__more .btn{width:100%;margin-bottom:16px;gap:4px;padding:0 12px;font-size:14px}.header__more .btn svg{fill:#fff}.header__start{margin-top:16px;line-height:1.6;color:#8c8c8c}.header.fixed{position:fixed;top:0;left:0;right:0}.header.fixed .header__top{display:none}.header.fixed .header__logo{padding-left:48px}@media only screen and (max-width: 1023px){.header.fixed .header__logo{padding-left:36px}}.header.fixed .header__logo-image{display:none}.header.fixed .header__logo-text{margin-top:-2px}@media only screen and (max-width: 767px){.header.fixed .header__logo-text{margin-top:0}}.header.fixed .menu__burger{display:flex}.header.fixed .menu__inner{position:absolute;top:100%;left:0;right:0;visibility:hidden;opacity:0}@media only screen and (max-width: 767px){.header.fixed .menu__inner{position:fixed;top:64px;bottom:0}}@media only screen and (max-width: 1259px){.header.fixed .menu.active .menu__inner{visibility:visible;opacity:1}}@media only screen and (max-width: 767px){.header.fixed .search{display:none}}.header.fixed .search__body{max-height:calc(100svh - 94px)}@media only screen and (max-width: 1023px){.header.fixed .search__body{max-height:calc(100svh - 70px)}}@-webkit-keyframes shake{0%,25%,50%,75%,to{-webkit-transform:translateY(0);transform:translateY(0)}12.5%,62.5%{-webkit-transform:translateY(2px);transform:translateY(2px)}37.5%,87.5%{-webkit-transform:translateY(-2px);transform:translateY(-2px)}}@keyframes shake{0%,25%,50%,75%,to{-webkit-transform:translateY(0);transform:translateY(0)}12.5%,62.5%{-webkit-transform:translateY(2px);transform:translateY(2px)}37.5%,87.5%{-webkit-transform:translateY(-2px);transform:translateY(-2px)}}.menu__burger{position:absolute;top:0;left:calc(50% - 840px);display:none;flex-direction:column;justify-content:center;align-items:center;width:48px;height:70px}@media only screen and (max-width: 1743px){.menu__burger{left:32px}}@media only screen and (max-width: 1023px){.menu__burger{left:24px;width:36px}}@media only screen and (max-width: 767px){.menu__burger{display:flex;left:16px;height:64px}}.menu__burger:before,.menu__burger:after{content:"";transition:-webkit-transform .2s;transition:transform .2s;transition:transform .2s,-webkit-transform .2s}.menu__burger span,.menu__burger:before,.menu__burger:after{width:28px;height:4px;border-radius:2px;background:#ffffff}.menu__burger span{margin:5px 0;transition:width .2s}.menu__inner{position:relative;padding-top:8px;background:#ffffff;border-bottom:2px solid #e5e7eb}@media only screen and (max-width: 1259px){.menu__inner{padding-top:4px}}@media only screen and (max-width: 767px){.menu__inner{position:fixed;top:64px;left:0;right:0;bottom:0;z-index:2;padding:20px 0 32px;visibility:hidden;opacity:0;overflow:auto;-ms-overflow-style:none;scrollbar-width:none;-webkit-overflow-scrolling:touch}.menu__inner::-webkit-scrollbar{display:none}}.menu__top{display:none}@media only screen and (max-width: 767px){.menu__top{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}}.menu__language{display:flex}.menu__language a{display:flex;justify-content:center;align-items:center;width:64px;height:40px;border:2px solid #f8f8f8;border-radius:8px;background:#f8f8f8;color:#121212}.menu__language a.active{border-color:#009ca6;background:#ffffff}.menu__language a:not(:last-child){margin-right:24px}.menu__compare{position:relative}.menu__compare .icon{width:32px;height:32px;transition:opacity .2s}.menu__counter{position:absolute;top:-9px;right:-4px;min-width:20px;padding:2px;border-radius:50%;background:#ff6c0e;text-align:center;font-size:12px;line-height:16px;font-weight:700;color:#fff}.menu__directions{display:none}@media only screen and (max-width: 767px){.menu__directions{display:block;margin-top:32px}}.menu__directions a{display:block;padding-left:48px;font-size:18px;font-weight:500;color:#121212}.menu__directions a:not(:last-child){margin-bottom:24px}.menu__nav{display:flex;margin:0 -15px -2px}@media only screen and (max-width: 1259px){.menu__nav{margin:0 -4px -2px}}@media only screen and (max-width: 1023px){.menu__nav{margin:0 0 -2px}}@media only screen and (max-width: 767px){.menu__nav{display:block;margin:0}}.menu__item{flex:1;margin:0 15px}@media only screen and (max-width: 1259px){.menu__item{margin:0 4px}}@media only screen and (max-width: 1023px){.menu__item{flex:1 0 auto;margin:0}}@media only screen and (max-width: 767px){.menu__item{width:100%}}@media only screen and (max-width: 767px) and (max-width: 767px){.menu__item:not(:last-child){margin-bottom:16px}}.menu__item[href],.menu__head{display:flex;align-items:center;padding:11px 8px;border-bottom:2px solid #e5e7eb;border-radius:8px 8px 0 0;font-size:18px;font-weight:300;color:#5b5b5b;transition:all .2s}@media only screen and (max-width: 1259px){.menu__item[href],.menu__head{padding:6px 8px;font-size:16px;-webkit-tap-highlight-color:rgba(0,0,0,0)}}@media only screen and (max-width: 1023px){.menu__item[href],.menu__head{font-size:14px}}@media only screen and (max-width: 767px){.menu__item[href],.menu__head{position:relative;padding:12px 40px 12px 8px;background:#f1f7f8;border-radius:8px;border:0;font-size:18px;font-weight:500;color:#121212}.menu__item[href]:after,.menu__head:after{content:"";position:absolute;top:50%;right:8px;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' viewBox='0 0 24 24'%3E%3Cpath d='M8.574 5.263a1 1 0 0 1 1.322-.026l.091.087 5.5 6a1 1 0 0 1 .08 1.252l-.08.1-5.5 6a1 1 0 0 1-1.553-1.254l.079-.098L13.393 12l-4.88-5.324a1 1 0 0 1-.026-1.322l.087-.091z' fill='%23121212'/%3E%3C/svg%3E") no-repeat 50% 50%/100% auto}}.menu__item[href] .icon,.menu__item[href] svg,.menu__head .icon,.menu__head svg{flex-shrink:0;width:48px;height:48px;margin-right:8px;fill:#6fc5c5;transition:fill .2s}@media only screen and (max-width: 1259px){.menu__item[href] .icon,.menu__item[href] svg,.menu__head .icon,.menu__head svg{width:40px;height:40px}}@media only screen and (max-width: 1023px){.menu__item[href] .icon,.menu__item[href] svg,.menu__head .icon,.menu__head svg{width:32px}}.menu__item[href]:hover,.menu__item.active .menu__head{background:#f1f7f8;color:#009ca6}.menu__item[href]:hover .icon,.menu__item[href]:hover svg,.menu__item.active .menu__head .icon,.menu__item.active .menu__head svg{fill:#009ca6}.menu__item.active .menu__head{border-color:#009ca6}.menu__body{position:absolute;top:calc(100% + 2px);left:0;right:0;padding:24px 0;background:#ffffff;border-radius:0 0 16px 16px;box-shadow:2px 12px 20px #8c8c8c4d;visibility:hidden;opacity:0}@media only screen and (max-width: 1259px){.menu__body{transition:all .2s}}@media only screen and (max-width: 767px){.menu__body{position:fixed;z-index:10;top:64px;left:0;right:0;bottom:0;overflow-y:auto;-ms-overflow-style:none;scrollbar-width:none;-webkit-overflow-scrolling:touch}.menu__body::-webkit-scrollbar{display:none}}.menu__item.active .menu__body{visibility:visible;opacity:1;transition:all .3s ease-out;transition-delay:.3s}@media only screen and (max-width: 1259px){.menu__item.active .menu__body{transition:none;transition-delay:0}}.menu__body .menu__center{display:flex}@media only screen and (max-width: 767px){.menu__body .menu__center{display:block}}.menu__back{display:none}@media only screen and (max-width: 767px){.menu__back{position:relative;display:inline-flex;align-items:center;margin-bottom:20px;font-size:18px;font-weight:500;color:#121212;-webkit-tap-highlight-color:rgba(0,0,0,0)}.menu__back:before{content:"";flex-shrink:0;width:24px;height:24px;margin-right:8px;background: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='M15.426 18.737a1 1 0 0 1-1.322.026l-.091-.087-5.5-6a1 1 0 0 1-.08-1.252l.08-.1 5.5-6a1 1 0 0 1 1.553 1.254l-.079.098L10.607 12l4.88 5.324a1 1 0 0 1 .026 1.322l-.087.091z' fill='%23121212'/%3E%3C/svg%3E") no-repeat 50% 50%/100% auto}}.menu__wrapper{flex-grow:1;max-height:calc(100vh - 258px);overflow-y:auto;-ms-overflow-style:none;scrollbar-width:none;-webkit-overflow-scrolling:touch}@media only screen and (max-width: 1259px){.menu__wrapper{max-height:calc(100vh - 230px)}}@media only screen and (max-width: 767px){.menu__wrapper{max-height:100%}}.menu__wrapper::-webkit-scrollbar{display:none}.menu__list{-webkit-columns:3;-moz-columns:3;columns:3;-webkit-column-gap:30px;-moz-column-gap:30px;column-gap:30px;margin-top:-30px}@media only screen and (max-width: 1579px){.menu__list{margin-top:-20px;-webkit-column-gap:20px;-moz-column-gap:20px;column-gap:20px}}@media only screen and (max-width: 767px){.menu__list{margin-top:0;-webkit-column-count:1;-moz-column-count:1;column-count:1;-webkit-column-gap:0;-moz-column-gap:0;column-gap:0}}.menu__box{position:relative;padding:46px 8px 24px;-webkit-column-break-inside:avoid;-moz-column-break-inside:avoid;break-inside:avoid-column}@media only screen and (max-width: 1579px){.menu__box{padding-top:32px}}@media only screen and (max-width: 767px){.menu__box{padding:12px 16px;background:#f8f8f8;border-radius:8px}.menu__box:not(:last-child){margin-bottom:12px}}@media only screen and (max-width: 767px) and (max-width: 767px){.menu__box:not(:last-child){margin-bottom:16px}}.menu__box:before{content:"";position:absolute;top:30px;left:0;right:0;bottom:0;background:#f8f8f8;border-radius:8px}@media only screen and (max-width: 1579px){.menu__box:before{top:20px}}@media only screen and (max-width: 767px){.menu__box:before{display:none}}@media only screen and (max-width: 767px){.menu__box.active .menu__category:after{-webkit-transform:translateY(-50%) rotate(180deg);transform:translateY(-50%) rotate(180deg)}}.menu__category{position:relative;z-index:1;display:flex;align-items:center;margin-bottom:10px;padding:8px;font-size:18px;font-weight:500;color:#121212;transition:color .2s}@media only screen and (max-width: 1259px){.menu__category{font-size:16px}}@media only screen and (max-width: 767px){.menu__category{margin-bottom:0;padding:12px 32px 12px 8px;-webkit-tap-highlight-color:rgba(0,0,0,0)}.menu__category: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' viewBox='0 0 24 24'%3E%3Cpath d='M17.324 8.513a1 1 0 0 1 1.439 1.384l-.087.091-6 5.5a1 1 0 0 1-1.252.08l-.1-.08-6-5.5a1 1 0 0 1 1.254-1.553l.098.079L12 13.393l5.324-4.88z' fill='%23121212'/%3E%3C/svg%3E") no-repeat 50% 50%/100% auto;transition:-webkit-transform .2s;transition:transform .2s;transition:transform .2s,-webkit-transform .2s}}.menu__category:hover{color:#009ca6}@media only screen and (max-width: 767px){.menu__category:hover{color:#121212}}.menu__icon{flex-shrink:0;width:24px;margin-right:8px}.menu__icon img{width:100%}.menu__links{position:relative;z-index:1;display:flex;flex-direction:column;padding-left:40px}@media only screen and (max-width: 767px){.menu__links{display:none;padding:12px 0 0}}.menu__links a{color:#121212;transition:color .2s}@media only screen and (max-width: 1259px){.menu__links a{font-size:14px}}@media only screen and (max-width: 767px){.menu__links a{display:block;padding:18px 16px 18px 40px;border-radius:8px;background:#dceeee}}.menu__links a:hover{color:#009ca6}.menu__links a:not(:last-child){margin-bottom:16px}@media only screen and (max-width: 1259px){.menu__links a:not(:last-child){margin-bottom:12px}}@media only screen and (max-width: 767px){.menu__links a:not(:last-child){margin-bottom:8px}}.menu__banner{position:relative;align-self:center;flex-shrink:0;width:400px;height:570px;margin-left:30px}@media only screen and (max-width: 1579px){.menu__banner{width:360px;height:513px}}@media only screen and (max-width: 1419px){.menu__banner{display:none}}.menu__banner img{position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.menu.active .menu__burger:before{-webkit-transform:translateY(9px) rotate(45deg);transform:translateY(9px) rotate(45deg)}.menu.active .menu__burger span{width:0}.menu.active .menu__burger:after{-webkit-transform:translateY(-9px) rotate(-45deg);transform:translateY(-9px) rotate(-45deg)}.menu.active .menu__inner{visibility:visible;opacity:1;transition:all .2s}.search{position:relative;z-index:2;flex-grow:1}@media only screen and (max-width: 1743px){.search{margin-right:15px}}@media only screen and (max-width: 1419px){.search{margin-right:0}}@media only screen and (max-width: 1023px){.search{position:static}}@media only screen and (max-width: 767px){.search{position:absolute;top:100%;left:0;right:0}}.search__head{position:relative}@media only screen and (max-width: 767px){.search__head{padding:8px 16px;background:#3aa1a7}}.search__form{position:relative}.search__button{position:absolute;top:0;left:0;bottom:0;width:46px;padding-left:8px;transition:opacity .2s}@media only screen and (max-width: 1023px){.search__button{padding-left:0}}.search__button:hover{opacity:.85}.search__button .icon{fill:#009ca6}.search__input{width:100%;height:48px;padding-left:46px;padding-right:16px;border:2px solid #009ca6;border-radius:8px;font-size:14px;font-weight:300;color:#121212}@media only screen and (max-width: 1023px){.search__input{padding-left:40px}}@media only screen and (max-width: 767px){.search__input{border-color:#e5e7eb}}.search__input::-webkit-input-placeholder{color:#8c8c8c}.search__input:-ms-input-placeholder{color:#8c8c8c}.search__input::-ms-input-placeholder{color:#8c8c8c}.search__input::placeholder{color:#8c8c8c}.search__close{position:absolute;top:0;right:0;bottom:0;width:48px;visibility:hidden;opacity:0;transition:all .2s}.search__close .icon{fill:#8c8c8c;transition:fill .2s}.search__close:hover .icon{fill:#dd2424}.search__body{position:absolute;top:calc(100% + 19px);left:0;right:0;max-height:calc(100svh - 135px);overflow-x:auto;-ms-overflow-style:none;scrollbar-width:none;-webkit-overflow-scrolling:touch;padding:24px;box-shadow:2px 2px 25px #8c8c8c4d;background:#ffffff;border-radius:8px;visibility:hidden;opacity:0;transition:all .2s}@media only screen and (max-width: 1579px){.search__body{right:auto;width:680px}}@media only screen and (max-width: 1023px){.search__body{top:100%;left:0;right:0;width:auto;max-height:calc(100svh - 108px);border-radius:0}}@media only screen and (max-width: 767px){.search__body{max-height:calc(100svh - 128px);padding:16px}}.search__body::-webkit-scrollbar{display:none}.search__title{margin-bottom:16px;padding:8px 0;font-size:18px;font-weight:500}@media only screen and (max-width: 767px){.search__title{margin-bottom:8px}}.search__box:not(:last-child){margin-bottom:24px}@media only screen and (max-width: 767px){.search__box:not(:last-child){margin-bottom:16px}}.search__results{display:flex;flex-wrap:wrap;margin:-16px -8px 0}@media only screen and (max-width: 767px){.search__results{margin-top:-8px}}.search__link{display:flex;align-items:center;height:40px;margin:16px 8px 0;padding:0 14px;border:2px solid #e5e7eb;border-radius:6px;font-size:14px;color:#121212;transition:border-color .2s}.icon-search{margin-right:5px;margin-left:5px}@media only screen and (max-width: 767px){.search__link{margin-top:8px}}.search__link:hover,.search__link.active{border-color:#3aa1a7}.search__row{display:flex;gap:24px}@media only screen and (max-width: 767px){.search__row{flex-direction:column;gap:16px};{}}.search__col{flex:1}.search__row .search__title{margin-bottom:12px}.search__categories{display:flex;flex-direction:column;gap:12px}.search__category{display:flex;justify-content:space-between;padding-bottom:6px;border-bottom:2px solid #f8f8f8;font-size:14px;line-height:1.6;color:#121212;transition:color .2s}.search__category span:last-child{flex-shrink:0;margin-left:12px}.search__category:last-child{border-color:transparent}.search__category:hover,.search__category.active{color:#009ca6}.search__products{margin-top:-16px}@media only screen and (max-width: 767px){.search__products{margin-top:-8px}}.search__product{display:flex;padding:16px 0 14px;border-bottom:2px solid #f8f8f8}@media only screen and (max-width: 767px){.search__product{align-items:center;padding:8px 0 6px}}.search__product:last-child{border-color:transparent}.search__product_active .search__name{color:#009ca6}.search__product_disabled{pointer-events:none}.search__product_disabled .search__preview{opacity:.5}.search__product_disabled .search__name,.search__product_disabled .search__gift,.search__product_disabled .search-price__actual{color:#c8c8c8}.search__product_disabled .status-gift{background-color:#c8c8c8;background-image: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 fill-rule='evenodd' d='M11.046 5.518h2.016a.92.92 0 0 1 .919.919v1.839a.92.92 0 0 1-.269.65c-.172.172-.406.177-.65.177H8.465V6.346h-.919v2.758H2.949c-.244 0-.478-.005-.65-.177a.92.92 0 0 1-.269-.65V6.438a.92.92 0 0 1 .919-.919h2.016l-.04-.034-.027-.023c-.175-.155-.315-.344-.413-.556s-.151-.442-.156-.675c-.008-.255.037-.509.131-.747s.236-.453.417-.634.396-.322.634-.417.492-.139.747-.132c.233.005.463.058.675.156s.401.239.557.413c.215.249.389.529.517.832.128-.303.303-.583.517-.832.155-.175.345-.315.557-.413s.442-.151.675-.156c.255-.007.509.037.747.132s.453.236.634.417.322.396.417.634.139.492.131.747a1.7 1.7 0 0 1-.569 1.231l-.048.042-.019.016zm-8.097 4.505v2.85a.92.92 0 0 0 .269.65c.172.172.406.177.65.177h3.677v-3.677H2.949zm5.516 3.678h3.677c.244 0 .478-.005.65-.177a.92.92 0 0 0 .269-.65v-2.85H8.465v3.678zM9.473 3.29c-.099.045-.187.109-.26.189-.46.517-.649 1.401-.718 2.009.561-.06 1.466-.23 2.011-.713.08-.073.145-.161.189-.26s.068-.206.069-.314c.003-.127-.018-.253-.065-.372s-.115-.227-.204-.318-.194-.164-.311-.214-.242-.076-.37-.077h-.028c-.108.001-.215.025-.314.069zm-3.272-.07c-.252.001-.493.102-.671.28h-.002c-.091.092-.163.201-.21.321s-.07.249-.067.378c.001.108.025.215.069.314s.109.188.189.26c.545.482 1.448.654 2.007.712-.06-.559-.23-1.462-.712-2.006-.073-.08-.161-.145-.26-.189s-.206-.068-.314-.069h-.028z' fill='%238C8C8C'/%3E%3C/svg%3E")}.search__product_disabled .actions__button svg{fill:#c8c8c8}.search__preview{display:flex;justify-content:center;align-items:center;width:98px;height:98px;border:2px solid #f8f8f8;border-radius:8px;overflow:hidden;flex-shrink:0}.search__preview img{max-width:100%;max-height:100%}.search__details{flex-grow:1;padding:0 24px}@media only screen and (max-width: 767px){.search__details{padding:0 8px}}.search__details .search-price{display:none}@media only screen and (max-width: 767px){.search__details .search-price{display:flex;flex-direction:row;gap:6px;margin:4px 0 0;text-align:left}}.search__name{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;font-size:14px;font-weight:300;line-height:1.6;color:#121212;transition:color .2s}@media only screen and (max-width: 767px){.search__name{-webkit-line-clamp:2;font-weight:500}}.search__name:hover{color:#009ca6}.search__gift{display:flex;align-items:center;gap:4px;margin-top:8px;font-size:14px;font-weight:300;line-height:1.3;color:#5b5b5b}@media only screen and (max-width: 767px){.search__gift{margin-top:4px;font-size:12px}}.search-price{display:flex;flex-direction:column;align-items:flex-end;align-self:center;flex-shrink:0;text-align:right;font-size:14px;line-height:1.6}.search-price__label{margin-bottom:4px;color:#c8c8c8}.search-price__actual{font-weight:500}@media only screen and (max-width: 767px){.search-price__actual{font-weight:400}}.search-price__old{position:relative;margin-top:4px;letter-spacing:-1px;line-height:1.3;color:#c8c8c8}@media only screen and (max-width: 767px){.search-price__old{margin-top:0;line-height:1.6}}.search-price__old:after{content:"";position:absolute;top:50%;left:0;right:0;height:.5px;background:#c8c8c8}@media only screen and (max-width: 767px){.search__product>.search-price{display:none}}.search .actions{margin-left:46px;align-self:center}@media only screen and (max-width: 1743px){.search .actions{margin-left:24px}}@media only screen and (max-width: 767px){.search .actions{margin-left:0}}.search .actions__button{width:32px;height:32px}@media only screen and (max-width: 767px){.search .actions__button{width:24px;height:24px}.search .actions__button svg{width:24px;height:24px}}.search__foot{margin-top:24px;text-align:center}@media only screen and (max-width: 767px){.search__foot{margin-top:16px}}.search.active .search__input{padding-right:40px}.search.active .search__close,.search.active .search__body{visibility:visible;opacity:1}.footer{padding:85px 0 73px;background:#f8f8f8;font-size:14px;line-height:1.6;color:#5b5b5b}@media only screen and (max-width: 1419px){.footer{padding:60px 0 50px}}@media only screen and (max-width: 1259px){.footer{padding:45px 0 40px}}.footer__row{display:flex}@media only screen and (max-width: 1259px){.footer__row{display:block}}.footer__logo{flex-shrink:0;width:238px;margin-right:52px}@media only screen and (max-width: 1259px){.footer__logo{display:block;width:200px;margin:0 auto 32px}}@media only screen and (max-width: 767px){.footer__logo{width:160px}}.footer__logo img{width:100%}.footer__wrap{position:relative;display:flex;margin-right:-30px;flex-grow:1}@media only screen and (max-width: 1419px){.footer__wrap{margin-right:-20px}}@media only screen and (max-width: 767px){.footer__wrap{flex-wrap:wrap;margin-right:0}}.footer__wrap:before{content:"";position:absolute;top:-24px;left:0;right:23%;height:1px;background:#e5e7eb}@media only screen and (max-width: 1743px){.footer__wrap:before{right:19%}}@media only screen and (max-width: 1419px){.footer__wrap:before{display:none}}.footer__menu,.footer__box{margin-right:30px;padding-top:16px}@media only screen and (max-width: 1419px){.footer__menu,.footer__box{margin-right:20px;padding-top:0}}@media only screen and (max-width: 1023px){.footer__menu,.footer__box{margin-right:30px}}@media only screen and (max-width: 767px){.footer__menu,.footer__box{margin-right:0}}@media only screen and (max-width: 767px){.footer__menu:not(:last-child),.footer__box:not(:last-child){margin-bottom:32px}}.footer__menu a,.footer__box a{color:#5b5b5b;transition:color .2s}.footer__menu a:hover,.footer__box a:hover{color:#009ca6}.footer__menu{display:flex;flex-direction:column;align-items:flex-start;width:254px}@media only screen and (max-width: 1579px){.footer__menu{width:200px}}@media only screen and (max-width: 1023px){.footer__menu{width:auto}}@media only screen and (max-width: 767px){.footer__menu{width:50%}.footer__menu:nth-child(2){padding-left:20px}}.footer__menu a{font-size:16px}@media only screen and (max-width: 1023px){.footer__menu a{font-size:14px}}.footer__menu a:not(:last-child){margin-bottom:14px}.footer__box{flex:1}@media only screen and (max-width: 1419px){.footer__box:nth-child(3){flex:0 0 auto}}@media only screen and (max-width: 1419px){.footer__box:nth-child(4){flex:0 0 auto;margin:0 auto}}@media only screen and (max-width: 767px){.footer__box:nth-child(4){width:100%}}.footer__title{margin-bottom:16px;font-size:20px;line-height:1.3;font-weight:500;color:#009ca6}@media only screen and (max-width: 1259px){.footer__title{font-size:18px}}@media only screen and (max-width: 1023px){.footer__title{font-size:16px}}.footer__info p:not(:last-child){margin-bottom:18px}@media only screen and (max-width: 767px){.footer__info p:not(:last-child){margin-bottom:14px}}.footer__info span{display:inline-block;width:165px}@media only screen and (max-width: 1023px){.footer__info span{display:block;width:auto}}@media only screen and (max-width: 767px){.footer__info span{display:inline-block;width:165px}}.footer .socials{margin-top:38px}@media only screen and (max-width: 767px){.footer .socials{justify-content:center;margin-top:32px}}.footer__copyright{margin-top:38px;text-align:center;font-weight:400}.card__weight.is-disabled{opacity:.5}@media only screen and (max-width: 1023px){.footer__copyright{margin-top:32px}}.socials{display:flex}.socials a{transition:-webkit-transform .2s;transition:transform .2s;transition:transform .2s,-webkit-transform .2s}.socials a:hover{-webkit-transform:translateY(-2px);transform:translateY(-2px)}.socials a:not(:last-child){margin-right:8px}@media only screen and (max-width: 767px){.socials a:not(:last-child){margin-right:12px}}.socials .icon{width:44px;height:44px;fill:#009ca6}.section{margin-bottom:90px}@media only screen and (max-width: 1419px){.section{margin-bottom:70px}}@media only screen and (max-width: 1259px){.section{margin-bottom:60px}}@media only screen and (max-width: 767px){.section{margin-bottom:40px}}.section__content.content{font-size:18px;font-weight:300}@media only screen and (max-width: 1419px){.section__content.content{font-size:16px}}@media only screen and (max-width: 767px){.section__content.content{font-size:14px}}.section__content.content h2{margin-bottom:24px}@media only screen and (max-width: 1023px){.section__content.content h2{margin-bottom:16px}}.section_md{margin-bottom:60px}@media only screen and (max-width: 1259px){.section_md{margin-bottom:50px}}@media only screen and (max-width: 767px){.section_md{margin-bottom:40px}}.h2{font-size:48px;line-height:1.2;font-weight:400}@media only screen and (max-width: 1419px){.h2{font-size:44px}}@media only screen and (max-width: 1259px){.h2{font-size:36px}}@media only screen and (max-width: 767px){.h2{font-size:24px}}.h3{font-size:24px}@media only screen and (max-width: 767px){.h3{font-size:18px}}@media only screen and (max-width: 1259px){.content{font-size:14px}}.content h1{margin-bottom:20px;font-size:47px;line-height:1;font-weight:500;letter-spacing:-.045em}@media only screen and (max-width: 1023px){.content h1{font-size:40px}}@media only screen and (max-width: 767px){.content h1{font-size:28px;letter-spacing:0}}.content h2{margin-bottom:16px;font-size:24px;line-height:1.2;font-weight:400}.content h3{margin-bottom:16px;font-size:24px;font-weight:400}@media only screen and (max-width: 1259px){.content h3{font-size:18px}}.content h5{font-size:18px;font-weight:500}@media only screen and (max-width: 1259px){.content h5{font-size:16px}}.content h5:not(:last-child){margin-bottom:16px}.content ul:not(:last-child),.content ol:not(:last-child),.content p:not(:last-child),.content quote:not(:last-child),.content blockquote:not(:last-child),.content .table-wrap:not(:last-child){margin-bottom:16px}.content ul li{position:relative;padding-left:23px}.content ul li:before{content:"•";position:absolute;top:0;left:0;width:23px;text-align:center}@media only screen and (max-width: 1259px){.content ul li:before{top:1px}}.content ol{counter-reset:li}.content ol li{display:flex}.content ol li:before{content:counters(li,".") ". ";counter-increment:li;flex-shrink:0;display:inline-block;min-width:23px;text-align:center}.content quote{display:block;padding:16px;background-image:linear-gradient(90deg,#faffff 0%,#edfafa 100%)}.content figure img{width:100%;border-radius:16px}@media only screen and (max-width: 767px){.content figure img{min-height:240px;border-radius:10px;-o-object-fit:cover;object-fit:cover}}.content figure:not(:first-child){margin-top:24px}.content figure:not(:last-child){margin-bottom:24px}.content blockquote{padding:16px;background:#fff6f0;border-radius:8px;font-size:18px;font-weight:300;color:#5b5b5b}@media only screen and (max-width: 767px){.content blockquote{padding:12px;font-size:16px}}.content .table-wrap{overflow:auto;-ms-overflow-style:none;scrollbar-width:none;-webkit-overflow-scrolling:touch}.content .table-wrap::-webkit-scrollbar{display:none}.content table{width:auto}.content table th,.content table td{padding:16px;border:1px solid #e5e7eb;text-align:center;font-size:16px}@media only screen and (max-width: 767px){.content table th,.content table td{padding:8px}}.content table th{background:#fff6f0;font-weight:400;color:#ff6c0e}@media only screen and (max-width: 767px){.content table th{font-size:12px}}.content table td{color:#5b5b5b}@media only screen and (max-width: 767px){.content table td{font-size:14px}}.content_gray{color:#5b5b5b}.content.js-content{position:relative;height:300px;overflow:hidden}.content.js-content:after{content:"";position:absolute;left:-5px;right:-5px;bottom:0;height:40px;background-image:linear-gradient(to top,#fff 0,rgba(255,255,255,.01) 100%)}.content.js-content.show{height:auto}.content.js-content.show:after{display:none}.content-more{display:inline-block;margin-top:20px;border-bottom:.5px solid #009ca6;font-size:16px;line-height:1;font-weight:500;color:#009ca6;transition:border-color .2s}@media only screen and (max-width: 767px){.content.js-content{height:250px}.content-more{margin-top:15px;font-size:14px}}.content-more:hover{border-color:transparent}.card{position:relative;display:flex;flex-direction:column;padding:20px 16px}@media only screen and (max-width: 1259px){.card{padding:20px 10px}}@media only screen and (max-width: 767px){.card{padding:16px 8px}}.card__preview{position:relative;width:100%;max-height:312px;margin-bottom:16px;aspect-ratio:1}@media only screen and (max-width: 767px){.card__preview{margin-bottom:12px}}.card__photo{position:absolute;inset:0;display:flex;justify-content:center;align-items:center}.card__photo img{max-width:100%;max-height:100%}.card__weights{position:absolute;right:0;bottom:0;z-index:1;display:flex;flex-direction:column;align-items:flex-end}@media only screen and (max-width: 767px){.card__weights{right:-5px}}.card__weight{padding:0 8px;font-size:14px;font-weight:500;color:#5b5b5b}@media only screen and (max-width: 1259px){.card__weight{padding:0 5px}}@media only screen and (max-width: 767px){.card__weight{font-size:12px}}.card__weight .monobank{margin-right:4px}.card__weight .monobank__head{background-color:transparent;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21' height='21' viewBox='0 0 21 21'%3E%3Cpath d='M3.85 19.018l-.248-.062c-.461-.127-.863-.355-1.195-.7-.574-.594-.882-1.303-.909-2.132a3.45 3.45 0 0 1 .099-.92c.085-.355.218-.691.391-1.011.277-.511.638-.956 1.065-1.35a6.3 6.3 0 0 1 1.048-.779c.352-.21.68-.452.994-.715.395-.331.763-.691 1.128-1.054l.977-.951c.253-.231.515-.45.799-.643.355-.241.733-.431 1.155-.522.317-.069.635-.079.956-.03.362.055.713.154 1.049.302.514.227.933.571 1.267 1.023.228.31.408.648.569.996l.478 1.123.584 1.244a7.72 7.72 0 0 0 .758 1.138c.346.432.639.896.869 1.4.196.432.339.88.411 1.349.056.366.067.731.022 1.099-.069.559-.258 1.071-.596 1.525-.313.421-.714.732-1.188.952a3.09 3.09 0 0 1-1.096.294 2.73 2.73 0 0 1-.409-.001l-.056-.002c-.019.007-.037-.004-.056-.005s-.03-.01-.047-.003l-.343-.061c-.012-.012-.029-.008-.043-.012l-.039-.007-.033-.006c-.291-.061-.564-.172-.836-.288l-1.36-.633a8.97 8.97 0 0 0-1.134-.43c-.269-.08-.544-.132-.821-.171-.221-.031-.445-.036-.669-.034-.441.005-.88.047-1.318.087l-1.395.081a3.33 3.33 0 0 1-.566-.044c-.038-.007-.078-.008-.116-.016-.049-.011-.099-.011-.146-.031zm11.394-17.19c.604.183 1.02.581 1.292 1.14.187.384.275.792.299 1.217.02.366-.012.728-.087 1.086a4.74 4.74 0 0 1-.797 1.807 3.98 3.98 0 0 1-.978.971c-.342.235-.711.405-1.121.48-.288.052-.574.053-.859-.015-.493-.117-.881-.39-1.175-.799-.251-.349-.394-.744-.467-1.165-.051-.295-.063-.591-.044-.889.013-.204.039-.406.081-.605a4.76 4.76 0 0 1 .496-1.336c.247-.447.555-.846.939-1.183.323-.283.682-.508 1.09-.649.3-.104.608-.15.925-.131.174.012.243.026.405.071zM.612 6.708a2.68 2.68 0 0 1 .191-.54c.158-.338.372-.633.665-.866a1.82 1.82 0 0 1 1.119-.41c.34-.007.659.078.96.232.346.178.636.428.879.729.379.467.615 1.002.74 1.588.066.307.094.618.084.932-.005.152-.021.303-.044.454a3.19 3.19 0 0 1-.242.824 2.38 2.38 0 0 1-.679.9c-.347.278-.744.419-1.189.413-.326-.004-.632-.094-.92-.247-.387-.206-.698-.498-.956-.849-.251-.342-.432-.72-.554-1.127A3.91 3.91 0 0 1 .5 7.518l.009-.22c-.002-.034.007-.067.005-.101-.001-.014.003-.027.005-.041s.012-.035.004-.054l.046-.263c.021-.021.017-.049.024-.075.005-.019.004-.04.019-.056zM5.398 3.27c.094-.522.251-.98.506-1.403a2.86 2.86 0 0 1 .727-.827A2.02 2.02 0 0 1 7.717.615c.405-.03.782.065 1.132.267.309.178.564.418.777.702.341.453.553.964.67 1.517.075.351.106.706.096 1.065-.005.203-.024.406-.055.608-.04.254-.101.503-.186.746-.179.507-.441.962-.832 1.336a2.24 2.24 0 0 1-.84.518c-.357.12-.72.132-1.084.039-.33-.085-.618-.248-.876-.47-.336-.289-.586-.642-.776-1.04a4.23 4.23 0 0 1-.392-1.494c-.023-.285-.02-.571.009-.855l.037-.282zm14.683 7.185l-.011.061c-.112.5-.33.95-.627 1.364-.233.324-.508.609-.829.848-.411.307-.863.523-1.372.611a2.26 2.26 0 0 1-.91-.019c-.445-.105-.809-.337-1.085-.703-.228-.302-.352-.647-.404-1.018a2.89 2.89 0 0 1 .038-.995 3.85 3.85 0 0 1 1.001-1.881c.17-.181.358-.344.561-.486.418-.292.872-.494 1.38-.563.289-.039.576-.03.858.043.431.111.784.344 1.05.703.241.324.363.693.406 1.092a2.64 2.64 0 0 1-.01.66l-.011.061-.039.223z' fill='%23000'/%3E%3C/svg%3E")}@media only screen and (max-width: 767px){.card__weight .monobank__head{width:20px;height:20px;background-size:17px auto}}.card__weight .monobank__number{color:#fff}@media only screen and (max-width: 767px){.card__weight .monobank__number{bottom:2px;font-size:7px}}.card__other{position:relative;justify-content:center;width:56px}@media only screen and (max-width: 767px){.card__other{width:40px}}.card__other span,.card__other:before,.card__other:after{width:4px;height:4px;background:#009ca6;border-radius:50%}.card__other span{margin:0 4px}.card__other:before,.card__other:after{content:""}.card__weight,.card__other{display:flex;align-items:center;height:32px;border-radius:8px;box-shadow:2px 2px 6px #8c8c8c4d;background:#f1f7f8;transition:all .2s}@media only screen and (max-width: 1259px){.card__weight,.card__other{height:28px}}@media only screen and (max-width: 767px){.card__weight,.card__other{height:24px}}.card__weight:hover,.card__other:hover{background:#ffffff;box-shadow:2px 2px 4px #009ca633;color:#009ca6}.card__weight.active,.card__other.active{background:#ffffff;box-shadow:inset 0 0 0 2px #009ca6,2px 2px 6px #8c8c8c4d;color:#009ca6}@media only screen and (max-width: 767px){.card__weight.active,.card__other.active{box-shadow:inset 0 0 0 1px #009ca6,2px 2px 6px #8c8c8c4d}}.card__weight:hover .card__gift,.card__weight.active .card__gift,.card__other:hover .card__gift,.card__other.active .card__gift{background-color:#f05400;background-image: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 fill-rule='evenodd' d='M11.046 5.518h2.016a.92.92 0 0 1 .919.919v1.839a.92.92 0 0 1-.269.65c-.172.172-.406.177-.65.177H8.465V6.346h-.919v2.758H2.949c-.244 0-.478-.005-.65-.177a.92.92 0 0 1-.269-.65V6.438a.92.92 0 0 1 .919-.919h2.016l-.04-.034-.027-.023c-.175-.155-.315-.344-.413-.556s-.151-.442-.156-.675c-.008-.255.037-.509.131-.747s.236-.453.417-.634.396-.322.634-.417.492-.139.747-.132c.233.005.463.058.675.156s.401.239.557.413c.215.249.389.529.517.832.128-.303.303-.583.517-.832.155-.175.345-.315.557-.413s.442-.151.675-.156c.255-.007.509.037.747.132s.453.236.634.417.322.396.417.634.139.492.131.747a1.7 1.7 0 0 1-.569 1.231l-.048.042-.019.016zm-8.097 4.505v2.85a.92.92 0 0 0 .269.65c.172.172.406.177.65.177h3.677v-3.677H2.949zm5.516 3.678h3.677c.244 0 .478-.005.65-.177a.92.92 0 0 0 .269-.65v-2.85H8.465v3.678zM9.473 3.29c-.099.045-.187.109-.26.189-.46.517-.649 1.401-.718 2.009.561-.06 1.466-.23 2.011-.713.08-.073.145-.161.189-.26s.068-.206.069-.314c.003-.127-.018-.253-.065-.372s-.115-.227-.204-.318-.194-.164-.311-.214-.242-.076-.37-.077h-.028c-.108.001-.215.025-.314.069zm-3.272-.07c-.252.001-.493.102-.671.28h-.002c-.091.092-.163.201-.21.321s-.07.249-.067.378c.001.108.025.215.069.314s.109.188.189.26c.545.482 1.448.654 2.007.712-.06-.559-.23-1.462-.712-2.006-.073-.08-.161-.145-.26-.189s-.206-.068-.314-.069h-.028z' fill='%23ffffff'/%3E%3C/svg%3E")}.card__weight:hover .card__write_off,.card__weight.active .card__write_off,.card__other:hover .card__write_off,.card__other.active .card__write_off{background-color:#fff2f3;background-image:url(/frontAssets/build/assets/write-off-2756756b.svg)}.card__weight:hover .card__expiration_date,.card__weight.active .card__expiration_date,.card__other:hover .card__expiration_date,.card__other.active .card__expiration_date{background-color:#fff2f3;background-image:url(/frontAssets/build/assets/expiration-date-f3ed8d1e.svg)}.card__weight:hover .card__discount,.card__weight.active .card__discount,.card__other:hover .card__discount,.card__other.active .card__discount{background-color:#fff2f3;background-image:url(/frontAssets/build/assets/discount-d012beff.svg)}.card__weight:hover .card__sale,.card__weight.active .card__sale,.card__other:hover .card__sale,.card__other.active .card__sale{background-color:#fff2f3;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17' height='16' fill='none' viewBox='0 0 17 16'%3E%3Cg clip-path='url(%23A)'%3E%3Cpath d='M8.532 1.25l-.881 1.846c-.629 1.319-1.473 2.519-2.494 3.547l-.116.112C4.386 7.409 4.011 8.304 4 9.242v.119c-.017 1.836 1.049 3.501 2.7 4.213l.167.072a4.23 4.23 0 0 0 3.388 0h.039c1.663-.741 2.73-2.433 2.706-4.293V6.492c-.554 1.298-1.56 2.337-2.822 2.914h-.039c-.039 0-.489.191-.681 0a.51.51 0 0 1-.039-.659l.045-.033h.032a3.65 3.65 0 0 0 .784-4.86L8.532 1.25z' fill='%23ff4a22'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='A'%3E%3Cpath fill='%23fff' transform='translate(.5)' d='M0 0h16v16H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E")}.card__weight:not(:last-child),.card__other:not(:last-child){margin-bottom:4px}.card__gift{flex-shrink:0;width:24px;height:24px;margin-right:4px;border-radius:4px;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 fill-rule='evenodd' d='M11.046 5.518h2.016a.92.92 0 0 1 .919.919v1.839a.92.92 0 0 1-.269.65c-.172.172-.406.177-.65.177H8.465V6.346h-.919v2.758H2.949c-.244 0-.478-.005-.65-.177a.92.92 0 0 1-.269-.65V6.438a.92.92 0 0 1 .919-.919h2.016l-.04-.034-.027-.023c-.175-.155-.315-.344-.413-.556s-.151-.442-.156-.675c-.008-.255.037-.509.131-.747s.236-.453.417-.634.396-.322.634-.417.492-.139.747-.132c.233.005.463.058.675.156s.401.239.557.413c.215.249.389.529.517.832.128-.303.303-.583.517-.832.155-.175.345-.315.557-.413s.442-.151.675-.156c.255-.007.509.037.747.132s.453.236.634.417.322.396.417.634.139.492.131.747a1.7 1.7 0 0 1-.569 1.231l-.048.042-.019.016zm-8.097 4.505v2.85a.92.92 0 0 0 .269.65c.172.172.406.177.65.177h3.677v-3.677H2.949zm5.516 3.678h3.677c.244 0 .478-.005.65-.177a.92.92 0 0 0 .269-.65v-2.85H8.465v3.678zM9.473 3.29c-.099.045-.187.109-.26.189-.46.517-.649 1.401-.718 2.009.561-.06 1.466-.23 2.011-.713.08-.073.145-.161.189-.26s.068-.206.069-.314c.003-.127-.018-.253-.065-.372s-.115-.227-.204-.318-.194-.164-.311-.214-.242-.076-.37-.077h-.028c-.108.001-.215.025-.314.069zm-3.272-.07c-.252.001-.493.102-.671.28h-.002c-.091.092-.163.201-.21.321s-.07.249-.067.378c.001.108.025.215.069.314s.109.188.189.26c.545.482 1.448.654 2.007.712-.06-.559-.23-1.462-.712-2.006-.073-.08-.161-.145-.26-.189s-.206-.068-.314-.069h-.028z' fill='%23F05400'/%3E%3C/svg%3E") no-repeat 50% 50%/16px auto;transition:background .2s}.card__write_off{flex-shrink:0;width:24px;height:24px;margin-right:4px;border-radius:4px;background:url(/frontAssets/build/assets/write-off-2756756b.svg) no-repeat 50% 50%/16px auto;transition:background .2s}.card__discount{flex-shrink:0;width:24px;height:24px;margin-right:4px;border-radius:4px;background:url(/frontAssets/build/assets/discount-d012beff.svg) no-repeat 50% 50%/16px auto;transition:background .2s}.card__sale{flex-shrink:0;width:24px;height:24px;margin-right:4px;border-radius:4px;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17' height='16' fill='none' viewBox='0 0 17 16'%3E%3Cg clip-path='url(%23A)'%3E%3Cpath d='M8.532 1.25l-.881 1.846c-.629 1.319-1.473 2.519-2.494 3.547l-.116.112C4.386 7.409 4.011 8.304 4 9.242v.119c-.017 1.836 1.049 3.501 2.7 4.213l.167.072a4.23 4.23 0 0 0 3.388 0h.039c1.663-.741 2.73-2.433 2.706-4.293V6.492c-.554 1.298-1.56 2.337-2.822 2.914h-.039c-.039 0-.489.191-.681 0a.51.51 0 0 1-.039-.659l.045-.033h.032a3.65 3.65 0 0 0 .784-4.86L8.532 1.25z' fill='%23ff4a22'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='A'%3E%3Cpath fill='%23fff' transform='translate(.5)' d='M0 0h16v16H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E") no-repeat 50% 50%/16px auto;transition:background .2s}.card__expiration_date{flex-shrink:0;width:24px;height:24px;margin-right:4px;border-radius:4px;background:url(/frontAssets/build/assets/expiration-date-f3ed8d1e.svg) no-repeat 50% 50%/16px auto;transition:background .2s}@media only screen and (max-width: 767px){.card__gift,.card__write_off,.card__sale,.card__discount,.card__expiration_date{width:20px;height:20px;margin-right:0}}.card__title{display:flex;height:67px;margin-bottom:12px;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;font-size:14px;line-height:1.6;font-weight:300;color:#121212;transition:color .2s}@media only screen and (max-width: 767px){.card__title{margin-bottom:20px;height:63px;font-size:13px}}.card__title:hover{color:#009ca6}.card__price{position:relative;display:flex;justify-content:flex-end;align-items:center;height:25px;margin-top:auto;margin-bottom:28px;white-space:nowrap}@media only screen and (max-width: 1579px){.card__price{font-size:14px}}@media only screen and (max-width: 1419px){.card__price{font-size:16px}}@media only screen and (max-width: 1259px){.card__price{font-size:14px}}@media only screen and (max-width: 767px){.card__price{margin-bottom:24px;font-size:14px}}@media only screen and (max-width: 389px){.card__price{font-size:13px}}.card__price-old{margin-right:auto;text-decoration:line-through;color:#8c8c8c}@media only screen and (max-width: 1259px){.card__price-old{font-size:12px}}@media only screen and (max-width: 767px){.card__price-old{padding-top:1px}}@media only screen and (max-width: 389px){.card__price-old{font-size:11px}}.card__price-actual{display:flex;justify-content:flex-end;align-items:center;font-weight:500}.card__price-note{position:absolute;top:100%;right:0;font-size:10px;color:#ff914a}@media only screen and (max-width: 767px){.card__price-note{line-height:1}}.card__price-percent{margin-right:8px;padding:1px 8px;background:#ffeadc;border-radius:4px;font-size:14px;line-height:1.6;font-weight:500;color:#ff6c0e}@media only screen and (max-width: 1579px){.card__price-percent{padding:0 4px;font-size:12px}}@media only screen and (max-width: 1259px){.card__price-percent{margin-right:4px}}@media only screen and (max-width: 767px){.card__price-percent{position:absolute;right:0;bottom:100%;margin-right:0;font-size:11px;line-height:1.4}}.card__price .monobank{z-index:5;margin-right:7px}@media only screen and (max-width: 1579px){.card__price .monobank{margin-right:6px}}@media only screen and (max-width: 1259px){.card__price .monobank{position:absolute;left:0;top:-114px;margin-right:0}}@media only screen and (max-width: 1579px){.card__price .monobank__head{width:19px;height:19px;background-size:17px auto}}@media only screen and (max-width: 1579px){.card__price .monobank__number{bottom:1.5px;font-size:7px}}.card__control{display:flex;align-items:center}.card .actions{flex-shrink:0;margin-right:auto}@media only screen and (max-width: 767px){.card .actions__button{width:32px;height:32px}.card .actions__button .icon{width:28px;height:28px}}.card .btn{position:relative;width:100%;max-width:182px;height:44px;margin-left:20px;padding:0 6px;overflow:hidden}.l-card .btn span:nth-child(2),.card .btn span:nth-child(2){position:absolute;left:50%;transform:translate(-50%,150%)}.card .btn span{white-space:nowrap}.card .btn.animate span:nth-child(1){animation:btnAnimate1 .5s forwards}.card .btn.animate span:nth-child(2){animation:btnAnimate2 .5s forwards}@keyframes btnAnimate1{0%{transform:translateY(0)}to{transform:translateY(-150%)}}@keyframes btnAnimate2{0%{transform:translate(-50%,150%)}to{transform:translate(-50%)}}@media only screen and (max-width: 767px){.card .btn{width:44px;font-size:0}.l-card .btn:before,.l-card .btn:after,.card .btn:before,.card .btn:after{content:"";width:25px;height:24px;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='24' fill='%23fff' viewBox='0 0 25 24'%3E%3Cpath d='M19.918 14.291l.543-3.99c.129-.87-.131-1.752-.713-2.418s-1.429-1.052-2.322-1.056H7.31l-.204-.659C6.719 4.899 5.543 4.023 4.197 4h-.97c-.402 0-.727.321-.727.716s.326.716.727.716h.97c.721 0 1.356.466 1.561 1.146l2.454 8.143c.396 1.283 1.596 2.162 2.958 2.167h5.693c1.529-.006 2.826-1.108 3.055-2.597zm-8.971 3.8c-.536 0-.97.427-.97.955s.434.955.97.955.97-.427.97-.955-.434-.955-.97-.955zm5.819 0c-.536 0-.97.427-.97.955s.434.955.97.955.97-.427.97-.955-.434-.955-.97-.955z'/%3E%3C/svg%3E") no-repeat 50% 50%/100% auto}.l-card .btn:after,.card .btn:after{position:absolute;left:50%;transform:translate(-50%,150%)}.l-card .btn.animate:before,.card .btn.animate:before{animation:btnAnimate1 .5s forwards}.l-card .btn.animate:after,.card .btn.animate:after{animation:btnAnimate2 .5s forwards}}.card__send{text-decoration:underline;text-align:right;font-size:14px;line-height:1.3;color:#009ca6;transition:all .2s}.card__send:hover{color:#2a7a7f}@media only screen and (max-width: 767px){.card__send{display:flex;justify-content:center;align-items:center;width:44px;height:44px;border:none;background:#c8c8c8;border-radius:6px;font-size:0}.card__send:before{content:"";width:25px;height:24px;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='24' fill='%23fff' viewBox='0 0 25 24'%3E%3Cpath d='M19.918 14.291l.543-3.99c.129-.87-.131-1.752-.713-2.418s-1.429-1.052-2.322-1.056H7.31l-.204-.659C6.719 4.899 5.543 4.023 4.197 4h-.97c-.402 0-.727.321-.727.716s.326.716.727.716h.97c.721 0 1.356.466 1.561 1.146l2.454 8.143c.396 1.283 1.596 2.162 2.958 2.167h5.693c1.529-.006 2.826-1.108 3.055-2.597zm-8.971 3.8c-.536 0-.97.427-.97.955s.434.955.97.955.97-.427.97-.955-.434-.955-.97-.955zm5.819 0c-.536 0-.97.427-.97.955s.434.955.97.955.97-.427.97-.955-.434-.955-.97-.955z'/%3E%3C/svg%3E") no-repeat 50% 50%/100% auto}}.splide_main .splide__arrow,.splide_main .splide__arrow:hover{opacity:40%}.splide__arrow{width:48px;height:48px;background:#f1f7f8;opacity:1;transition:all .2s}.splide__arrow svg{width:24px;height:24px;fill:#009ca6;transition:fill .2s}.splide__arrow:hover{background:#009ca6}.splide__arrow:hover svg{fill:#fff}.splide__arrow--prev{left:-24px}.splide__arrow--next{right:-24px}.splide__arrow:disabled{pointer-events:none}.splide__pagination__page{width:10px;height:10px;margin:4px;opacity:1;background:#e5e7eb;transition:all .2s}.splide__pagination__page:hover{background:#6fc5c5}.splide__pagination__page.is-active{-webkit-transform:scale(1);transform:scale(1);background:#009ca6}.splide_main .splide__pagination{bottom:20px}.splide_main .splide__arrow--prev{left:calc(50% - 840px)}@media only screen and (max-width: 1743px){.splide_main .splide__arrow--prev{left:32px}}.splide_main .splide__arrow--next{right:calc(50% - 840px)}@media only screen and (max-width: 1743px){.splide_main .splide__arrow--next{right:32px}}.splide_main,.splide_main img{max-height:100%}@media only screen and (max-width: 1259px){.splide_main,.splide_main img{max-height:100%}}@media only screen and (max-width: 1023px){.splide_main,.splide_main img{max-height:100%}}@media only screen and (max-width: 767px){.splide_main,.splide_main img{max-height:100%}}.splide_main img{width:100%;-o-object-fit:cover;object-fit:cover}.splide_main .splide__progress{position:absolute;left:0;right:0;bottom:0;background:#f8f8f8}.splide_main .splide__progress__bar{background:#6fc5c5}.splide_cart .splide__arrows{position:absolute;top:-32px;right:0;display:flex}.splide_cart .splide__arrow{position:static}.splide_cart .splide__arrow--prev{margin-right:12px}.breadcrumbs{padding:24px 0}@media only screen and (max-width: 1259px){.breadcrumbs{padding:20px 0}}@media only screen and (max-width: 767px){.breadcrumbs{padding:12px 0}}.breadcrumbs__list{display:flex;margin:0 -32px;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:32px}@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:300;line-height:1.6;color:#5b5b5b}@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:#5b5b5b;transition:color .2s}.breadcrumbs__list a:hover{color:#009ca6}.breadcrumbs__list .icon{margin-top:-3px;margin-left:8px;fill:#009ca6}@media only screen and (max-width: 767px){.breadcrumbs__list .icon{margin-left:4px}}.pagination{margin-top:24px;text-align:center}.pagination__list{display:inline-flex;border:2px solid #e5e7eb;border-radius:6px}.pagination__arrow,.pagination__number{display:flex;justify-content:center;align-items:center;height:44px}@media only screen and (max-width: 767px){.pagination__arrow,.pagination__number{height:40px}}.pagination__arrow:not(:last-child),.pagination__number:not(:last-child){border-right:2px solid #e5e7eb}.pagination__arrow{width:78px}@media only screen and (max-width: 767px){.pagination__arrow{width:45px}}.pagination__arrow .icon{transition:fill .2s}.pagination__arrow:hover .icon{fill:#009ca6}.pagination__arrow.disabled{pointer-events:none}.pagination__arrow.disabled .icon{fill:#e5e7eb}.pagination__number{width:45px;font-size:14px;color:#5b5b5b;transition:all .2s}@media only screen and (max-width: 767px){.pagination__number{width:41px}}.pagination__number:hover{color:#009ca6}.pagination__number.active{background:#5b5b5b;color:#fff}.field{position:relative}.field__label{margin-bottom:8px;font-size:16px;color:#121212}.field__input,.field__textarea{width:100%;border:2px solid #e5e7eb;background:#ffffff;border-radius:8px;font-size:14px;font-weight:300;color:#121212;transition:all .2s}.field__input::-webkit-input-placeholder,.field__textarea::-webkit-input-placeholder{color:#8c8c8c}.field__input:-ms-input-placeholder,.field__textarea:-ms-input-placeholder{color:#8c8c8c}.field__input::-ms-input-placeholder,.field__textarea::-ms-input-placeholder{color:#8c8c8c}.field__input::placeholder,.field__textarea::placeholder{color:#8c8c8c}.field__input:focus,.field__textarea:focus{border-color:#009ca6}.field__input.error,.field__textarea.error{border-color:#ff4a22}.field__input{height:46px;padding:0 14px}.field__textarea{height:168px;padding:10px 14px;resize:none}.field__select{width:100%;height:46px;padding:0 48px 0 14px;-webkit-appearance:none;-moz-appearance:none;appearance:none;border:2px solid #e5e7eb;border-radius:8px;background:#ffffff 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='M17.324 8.513a1 1 0 0 1 1.439 1.384l-.087.091-6 5.5a1 1 0 0 1-1.252.08l-.1-.08-6-5.5a1 1 0 0 1 1.254-1.553l.098.079L12 13.393l5.324-4.88z' fill='%23121212'/%3E%3C/svg%3E") no-repeat calc(100% - 16px) 50%/24px auto;font-size:14px;font-weight:300;color:#121212;cursor:pointer}.field__select::-ms-expand{display:none}.field__select:-moz-focusring{color:transparent;text-shadow:0 0 0 #000}.field__note{margin-top:8px;font-size:14px;font-weight:300;color:#8c8c8c}.field_textarea{font-size:0}.field label.error{display:block;margin-top:4px;font-size:12px;color:#ff4a22}.field.js-field .field__label{margin-bottom:0;position:absolute;top:16px;left:12px;z-index:1;padding:0 4px;font-size:14px;line-height:1;color:#8c8c8c;pointer-events:none;transition:all .2s}.field.js-field .field__input::-webkit-input-placeholder,.field.js-field .field__textarea::-webkit-input-placeholder{color:transparent}.field.js-field .field__input:-ms-input-placeholder,.field.js-field .field__textarea:-ms-input-placeholder{color:transparent}.field.js-field .field__input::-ms-input-placeholder,.field.js-field .field__textarea::-ms-input-placeholder{color:transparent}.field.js-field .field__input::placeholder,.field.js-field .field__textarea::placeholder{color:transparent}.field.js-field.bg .field__label{color:#009ca6}.field.js-field.active .field__label{-webkit-transform:translateY(-21px);transform:translateY(-21px);background:#ffffff;font-size:12px}.field.js-field.active .field__label.error{color:#ff4a22}.field.js-field.active .js-input-mask::-webkit-input-placeholder{color:#121212}.field.js-field.active .js-input-mask:-ms-input-placeholder{color:#121212}.field.js-field.active .js-input-mask::-ms-input-placeholder{color:#121212}.field.js-field.active .js-input-mask::placeholder{color:#121212}.sorting{display:flex;flex-wrap:wrap;margin:-16px 0 0 -24px}@media only screen and (max-width: 1419px){.sorting{margin:-8px 0 0 -12px}}@media only screen and (max-width: 767px){.sorting{margin-left:-8px}}.sorting__link{margin:16px 0 0 24px;padding:8px 16px;background:#fff6f0;border-radius:18px;color:#2b2b2b;transition:all .2s}@media only screen and (max-width: 1419px){.sorting__link{margin:8px 0 0 12px}}@media only screen and (max-width: 1259px){.sorting__link{padding:5px 10px;font-size:14px}}@media only screen and (max-width: 767px){.sorting__link{margin-left:9px}}.sorting__link:hover{background:#ff914a}.sorting__link.active{background:#ff914a;color:#2b2b2b}.actions{display:flex;align-items:center}.actions__button{width:36px;height:36px;border-radius:50%;transition:background .2s}.actions__button .icon,.actions__button svg{width:32px;height:32px;fill:#5b5b5b}.actions__button:hover{background:#ffeadc}.actions__button.active{background:transparent}.actions__button.active .icon,.actions__button.active svg{fill:#ff914a}.actions__button:not(:last-child){margin-right:10px}.rating{z-index:1}.popular__title{margin-bottom:24px}.popular .sorting{margin-bottom:32px}@media only screen and (max-width: 767px){.popular .sorting{margin-bottom:20px}}@media only screen and (max-width: 767px){.popular .card{margin-left:-2px;border:2px solid #f1f7f8}}.popular .card__price{font-size:14px}@media only screen and (max-width: 1419px){.popular .card__price{font-size:16px}}@media only screen and (max-width: 1259px){.popular .card__price{font-size:14px}}.popular .card__price-percent{margin-right:6px;padding:0 4px;font-size:12px}@media only screen and (max-width: 767px){.popular .card__price-percent{margin-right:0;font-size:11px}}@media only screen and (max-width: 767px){.popular .card__price-actual{font-size:14px}}@media only screen and (max-width: 389px){.popular .card__price-actual{font-size:13px}}.popular .card .btn{max-width:126px;padding:0 8px}.popular .splide__list{margin-left:1px!important}.popular .splide__pagination{position:static;margin-top:8px}.status{position:absolute;top:4px;left:4px;right:8px;z-index:1;display:flex;flex-wrap:wrap;pointer-events:none}@media only screen and (max-width: 767px){.status{top:0;left:0;right:0}}.status .status-top,.status .status-action,.status .status-write-off,.status .status-expiration-date,.status .status-numbers,.status .status-delivery,.status .status-new,.status .status-gift{margin:4px 0 0 4px;box-shadow:2px 2px 4px #0000000d}.status-top,.status-action,.status-write-off,.status-expiration-date,.status-numbers,.status-delivery,.status-new,.status-gift{display:flex;align-items:center;flex-shrink:0;height:24px;padding:0 8px;border-radius:4px;font-size:14px;font-weight:500;line-height:1}@media only screen and (max-width: 767px){.status-top,.status-action,.status-write-off,.status-expiration-date,.status-numbers,.status-delivery,.status-new,.status-gift{height:20px;padding:0 6px;font-size:12px}}.status-top:before,.status-action:before,.status-write-off:before,.status-expiration-date:before,.status-delivery:before{content:"";width:16px;height:16px;margin-right:2px;background-repeat:no-repeat;background-position:50% 50%;background-size:100% auto}.status-top{background:#fff5c3;color:#5b5b5b}.status-top:before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17' height='16' fill='none' viewBox='0 0 17 16'%3E%3Cg clip-path='url(%23A)'%3E%3Cpath d='M2.505 6.68c.056-.615.435-.93.944-1.048.342-.079.692-.117 1.039-.17l1.575-.234c.122-.016.173-.075.221-.177l1.109-2.33c.226-.468.609-.717 1.103-.72.489-.003.869.239 1.107.695l.226.47.915 1.926c.038.081.082.123.175.131.175.014.347.05.521.076l1.887.284c.391.055.718.219.948.562.353.527.287 1.22-.164 1.684l-1.803 1.839c-.04.041-.076.121-.068.176l.385 2.329c.043.26.097.521.041.787-.182.87-1.064 1.295-1.829.88l-2.231-1.222c-.073-.04-.13-.042-.205-.001l-2.189 1.201c-.193.106-.395.178-.613.185-.798.023-1.407-.733-1.265-1.553l.422-2.52c.025-.142-.013-.224-.105-.316l-1.75-1.773c-.187-.19-.299-.376-.376-.696-.04-.164-.024-.424-.021-.46h0z' fill='%235B5B5B'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='A'%3E%3Cpath fill='%23fff' transform='translate(.5)' d='M0 0h16v16H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E")}.status-action{background:#fff2f3;color:#ff4a22}.status-write-off:before{background-image:url(/frontAssets/build/assets/write-off-2756756b.svg)}.status-write-off{background:#fff2f3;color:#ff4a22}.status-expiration-date:before{background-image:url(/frontAssets/build/assets/expiration-date-f3ed8d1e.svg)}.status-expiration-date{background:#fff2f3;color:#ff4a22}.status-action:before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17' height='16' fill='none' viewBox='0 0 17 16'%3E%3Cg clip-path='url(%23A)'%3E%3Cpath d='M8.532 1.25l-.881 1.846c-.629 1.319-1.473 2.519-2.494 3.547l-.116.112C4.386 7.409 4.011 8.304 4 9.242v.119c-.017 1.836 1.049 3.501 2.7 4.213l.167.072a4.23 4.23 0 0 0 3.388 0h.039c1.663-.741 2.73-2.433 2.706-4.293V6.492c-.554 1.298-1.56 2.337-2.822 2.914h-.039c-.039 0-.489.191-.681 0a.51.51 0 0 1-.039-.659l.045-.033h.032a3.65 3.65 0 0 0 .784-4.86L8.532 1.25z' fill='%23ff4a22'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='A'%3E%3Cpath fill='%23fff' transform='translate(.5)' d='M0 0h16v16H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E")}.status-numbers{background:#deefd4;color:#25632c}.status-delivery{padding:0 4px;background:#e9dbff}.status-delivery:before{margin-right:0;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17' height='16' fill='none' viewBox='0 0 17 16'%3E%3Cg clip-path='url(%23A)'%3E%3Cpath fill-rule='evenodd' d='M14.144 6.192l-.631-.675c-.218-.233-.511-.368-.815-.381H9.829v-.853C9.829 3.577 9.289 3 8.629 3h-4.93C3.039 3 2.5 3.577 2.5 4.283v7.557h.758v-.141c-.103-.743.207-1.486.798-1.897a1.7 1.7 0 0 1 1.945-.012c.597.405.918 1.142.821 1.885v.141h2.577v-.141c0-.687.344-1.326.901-1.67s1.245-.344 1.802 0 .901.982.901 1.67v.141h.304c.66 0 1.199-.577 1.199-1.283V7.101c0-.338-.126-.663-.356-.902l-.006-.006zm-3.587 1.633h3.001c.247 0 .448-.215.448-.479s-.201-.479-.448-.479h-3.001c-.247 0-.448.215-.448.479s.201.479.448.479zM5.036 13c.745 0 1.349-.646 1.349-1.443s-.604-1.443-1.349-1.443-1.349.646-1.349 1.443S4.291 13 5.036 13zm7.46-1.344c0 .742-.563 1.344-1.257 1.344s-1.257-.602-1.257-1.344.563-1.344 1.257-1.344 1.257.602 1.257 1.344z' fill='%237a53b9'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='A'%3E%3Cpath fill='%23fff' transform='translate(2.5 3)' d='M0 0h12v10H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E")}.status-new{background:#ffe8ef;color:#f24176}.status-gift{width:24px;padding:0;background:#ffeadc 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 fill-rule='evenodd' d='M11.046 5.518h2.016a.92.92 0 0 1 .919.919v1.839a.92.92 0 0 1-.269.65c-.172.172-.406.177-.65.177H8.465V6.346h-.919v2.758H2.949c-.244 0-.478-.005-.65-.177a.92.92 0 0 1-.269-.65V6.438a.92.92 0 0 1 .919-.919h2.016l-.04-.034-.027-.023c-.175-.155-.315-.344-.413-.556s-.151-.442-.156-.675c-.008-.255.037-.509.131-.747s.236-.453.417-.634.396-.322.634-.417.492-.139.747-.132c.233.005.463.058.675.156s.401.239.557.413c.215.249.389.529.517.832.128-.303.303-.583.517-.832.155-.175.345-.315.557-.413s.442-.151.675-.156c.255-.007.509.037.747.132s.453.236.634.417.322.396.417.634.139.492.131.747a1.7 1.7 0 0 1-.569 1.231l-.048.042-.019.016zm-8.097 4.505v2.85a.92.92 0 0 0 .269.65c.172.172.406.177.65.177h3.677v-3.677H2.949zm5.516 3.678h3.677c.244 0 .478-.005.65-.177a.92.92 0 0 0 .269-.65v-2.85H8.465v3.678zM9.473 3.29c-.099.045-.187.109-.26.189-.46.517-.649 1.401-.718 2.009.561-.06 1.466-.23 2.011-.713.08-.073.145-.161.189-.26s.068-.206.069-.314c.003-.127-.018-.253-.065-.372s-.115-.227-.204-.318-.194-.164-.311-.214-.242-.076-.37-.077h-.028c-.108.001-.215.025-.314.069zm-3.272-.07c-.252.001-.493.102-.671.28h-.002c-.091.092-.163.201-.21.321s-.07.249-.067.378c.001.108.025.215.069.314s.109.188.189.26c.545.482 1.448.654 2.007.712-.06-.559-.23-1.462-.712-2.006-.073-.08-.161-.145-.26-.189s-.206-.068-.314-.069h-.028z' fill='%23F05400'/%3E%3C/svg%3E") no-repeat 50% 50%/16px auto}.cashback{position:relative;flex-shrink:0;width:24px;height:24px;border-radius:4px;background:#f1f7f8 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%3Crect x='.5' y='.5' width='15' height='15' rx='7.5' fill='%233aa1a7'/%3E%3Cg stroke='%23f1f7f8' stroke-width='.7' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4.539 7.078h6.923M4.539 9.383h6.923'/%3E%3Cpath d='M6.367 5.394s.209-1.397 1.419-1.608c.604-.105 1.087.003 1.54.304a2.05 2.05 0 0 1 .874 1.304c.107.533-.089 1.427-1.116 1.904-.463.215-1.5.805-2.051 1.172s-1.172 1.172-1.172 1.758.262 1.253.714 1.554c.524.349 1.21.562 1.922.496 1.262-.116 1.702-1.342 1.702-1.342'/%3E%3C/g%3E%3C/svg%3E") no-repeat 50% 50%/16px auto}.cashback__value{position:absolute;top:100%;right:-30px;white-space:nowrap;font-size:10px;color:#009ca6}.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-right:8px;border:2px solid #121212;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:8px;height:8px;border-radius:50%;background:#121212;transition:-webkit-transform .2s;transition:transform .2s;transition:transform .2s,-webkit-transform .2s}.radio__text{font-size:14px;font-weight:300;color:#121212;transition:color .2s}.radio__input:checked+.radio__in .radio__tick{border-color:#121212}.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:#009ca6}.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:22px;height:22px;margin-right:8px;border:2px solid #121212;border-radius:4px;transition:all .2s}.checkbox__tick:before{content:"";position:absolute;top:1px;left:1px;width:16px;height:16px;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cpath d='M13.505 3.175c.363.282.429.806.146 1.169l-6.479 8.333c-.144.185-.36.302-.595.319s-.465-.064-.636-.226L2.42 9.439c-.334-.316-.349-.844-.032-1.178s.844-.349 1.178-.032L6.42 10.93l5.915-7.608c.283-.363.806-.429 1.169-.146z' fill='%23121212' fill-rule='evenodd'/%3E%3C/svg%3E") no-repeat 50% 50%/100% auto;opacity:0;transition:opacity .2s}.checkbox__text{padding-top:3px;font-size:14px;font-weight:300;line-height:1.3;color:#121212;transition:color .2s}.checkbox__text a{text-decoration:underline;color:#009ca6;transition:color .2s}.checkbox__text a:hover{text-decoration:none;color:#2a7a7f}.checkbox__input:checked+.checkbox__in .checkbox__tick{border-color:#121212}.checkbox__input:checked+.checkbox__in .checkbox__tick:before{opacity:1}.checkbox:hover .checkbox__tick{border-color:#009ca6}.mfp-container{padding:24px}@media (max-width: 900px){.mfp-container{padding:24px 10px}}.mfp-3d-unfold.mfp-bg{background:rgba(0,0,0,.9);opacity:0;transition:all .3s}.mfp-3d-unfold.mfp-ready.mfp-bg{opacity:1}.popup{position:relative;max-width:950px;margin:0 auto;padding:40px;background:#fff;border-radius:16px}@media only screen and (max-width: 1023px){.popup{padding:40px 24px}}@media only screen and (max-width: 767px){.popup{padding:24px 16px}}.popup__title{margin-bottom:32px;padding-right:40px;font-size:24px}@media only screen and (max-width: 767px){.popup__title{margin-bottom:16px;font-size:21px}}.popup__product{margin-bottom:32px;color:#8c8c8c}@media only screen and (max-width: 767px){.popup__product{margin-bottom:16px;font-size:14px}}.popup__row{display:flex;margin:0 -15px}@media only screen and (max-width: 767px){.popup__row{display:block;margin:0}}.popup__row:not(:last-child){margin-bottom:16px}.popup__col{width:calc(50% - 30px);margin:0 15px}@media only screen and (max-width: 767px){.popup__col{width:100%;margin:0}.popup__col:not(:last-child){margin-bottom:16px}}.popup__rating{display:flex;align-items:center;margin-bottom:32px;margin-right:-6px}@media only screen and (max-width: 1023px){.popup__rating{display:block;margin-bottom:24px}}@media only screen and (max-width: 767px){.popup__rating{margin-bottom:16px}}.popup__rating .rating{margin-left:auto}@media only screen and (max-width: 1023px){.popup__rating .rating{margin:6px 0 0 -7px}}.popup__experience{margin-bottom:32px}@media only screen and (max-width: 1023px){.popup__experience{margin-bottom:24px}}@media only screen and (max-width: 767px){.popup__experience{margin-bottom:16px}}.popup__radios{display:flex;flex-direction:column;align-items:flex-start;margin-top:12px}.popup__radios .radio:not(:last-child){margin-bottom:16px}@media only screen and (max-width: 1023px){.popup__radios .radio:not(:last-child){margin-bottom:13px}}.popup__file{margin-bottom:30px}@media only screen and (max-width: 767px){.popup__file{margin-bottom:16px}}.popup__load{display:flex;align-items:center;margin-top:8px;padding:16px;background:#f1f7f8;border-radius:8px}.popup__empty{flex-grow:1;text-align:center;font-size:14px;font-weight:300}.popup__add{position:relative;margin-left:auto}.popup__add input{position:absolute;inset:0;opacity:0}.popup__add .btn{flex-shrink:0;width:164px}@media only screen and (max-width: 1023px){.popup__add .btn{width:140px}}@media only screen and (max-width: 767px){.popup__add .btn{width:120px;font-size:16px}}.popup__files{margin-bottom:-4px;font-size:14px}@media only screen and (max-width: 767px){.popup__files{margin-right:8px}}.popup__files button svg{width:16px;height:16px;fill:#5b5b5b;transition:fill .2s}.popup__files button:hover svg{fill:#009ca6}.popup__files .file-item{margin-bottom:4px;word-break:break-all}.popup__preview{width:48px;height:48px;margin:auto}.popup__preview img{max-width:100%;max-height:100%}.popup__btns{margin-top:32px;text-align:center}@media only screen and (max-width: 767px){.popup__btns{margin-top:24px}}.popup__btns .btn{min-width:255px}@media only screen and (max-width: 767px){.popup__btns .btn{min-width:100%}}.popup__gallery{display:flex;flex-direction:column;flex-grow:1;width:100%;max-width:772px;margin:0 auto;border-radius:8px;border:2px solid #f8f8f8}@media only screen and (max-width: 1023px){.popup__gallery{aspect-ratio:1}}.popup__gallery .splide,.popup__gallery .splide__track{display:flex;flex-direction:column;flex-grow:1}.popup__gallery .splide__arrow--prev{left:-74px}@media only screen and (max-width: 1023px){.popup__gallery .splide__arrow--prev{left:16px}}.popup__gallery .splide__arrow--next{right:-74px}@media only screen and (max-width: 1023px){.popup__gallery .splide__arrow--next{right:16px}}.popup__gallery .splide__pagination{bottom:-28px}.popup__fancybox{display:flex;flex-direction:column;flex-grow:1;width:100%;margin:0 auto}@media only screen and (max-width: 1023px){.popup__fancybox{aspect-ratio:1}}.popup__fancybox .splide,.popup__fancybox .splide__track{display:flex;flex-direction:column;flex-grow:1}.popup__fancybox .splide__arrow--prev{left:0}.popup__fancybox .splide__arrow--next{right:0}.popup__fancybox .splide__pagination{bottom:-32px}.popup__photo{position:absolute;inset:0;display:flex;justify-content:center;align-items:center;padding:24px}@media only screen and (max-width: 767px){.popup__photo{padding:8px}}.popup__photo img{max-width:100%;max-height:100%}.popup .mfp-close{position:absolute;top:32px;right:28px;width:40px;height:40px;line-height:normal;opacity:1;font-size:0;-webkit-tap-highlight-color:rgba(0,0,0,0)}@media only screen and (max-width: 1023px){.popup .mfp-close{right:18px}}@media only screen and (max-width: 767px){.popup .mfp-close{top:20px;right:8px}}.popup .mfp-close svg{fill:#5b5b5b;pointer-events:none;transition:fill .2s}.popup .mfp-close:hover svg{fill:#009ca6}.popup_review .field__textarea,.popup_question .field__textarea{height:188px}@media only screen and (max-width: 767px){.popup_review .field__textarea,.popup_question .field__textarea{height:140px}}.popup_review .field:not(:last-child),.popup_question .field:not(:last-child){margin-bottom:16px}.popup_gallery{display:flex;flex-direction:column;max-width:1250px;height:calc(100vh - 48px);max-height:900px}@media only screen and (max-width: 1023px){.popup_gallery{height:auto}}@media only screen and (max-width: 767px){.popup_gallery{padding-bottom:40px}}.popup_fancybox{display:flex;flex-direction:column;max-width:100%;height:calc(100vh - 48px);padding-left:0;padding-right:0;background:transparent}.popup_fancybox .popup__photo{padding:0}.popup_fancybox .mfp-close{top:0;right:0}@media only screen and (max-width: 767px){.popup_fancybox .mfp-close{top:-12px}}.popup_fancybox .mfp-close svg{fill:#fff}.popup_fancybox .mfp-close:hover svg{fill:#ff914a}.popup_gallery .popup__title{margin-bottom:24px;font-size:18px}@media only screen and (max-width: 767px){.popup_gallery .popup__title{margin-bottom:12px;font-size:14px}}.popup_cart{max-width:1250px;padding-top:24px;padding-bottom:16px}@media only screen and (max-width: 767px){.popup_cart{min-height:100vh;margin:-24px -10px 0;padding-bottom:94px;border-radius:0}}.popup_cart .mfp-close{top:16px}.popup_cart .popup__title{margin-bottom:20px}@media only screen and (max-width: 1023px){.popup_login{max-width:400px}}.popup_login .mfp-close{top:4px;right:4px}.popup_consultation{padding:48px}@media only screen and (max-width: 767px){.popup_consultation{padding:24px 16px}}.popup_consultation-thanks{max-width:1250px;padding:48px;background:linear-gradient(90deg,#faffff 0%,#edfafa 100%)}@media only screen and (max-width: 1023px){.popup_consultation-thanks{padding:32px}}@media only screen and (max-width: 767px){.popup_consultation-thanks{padding:24px 16px 8px}}.counter{position:relative;display:inline-block;flex-shrink:0;width:92px;border:2px solid #e5e7eb;border-radius:6px;padding:0 30px;overflow:hidden}.counter__input{width:100%;height:32px;background:#ffffff;text-align:center;font-size:14px;font-weight:500;color:#5b5b5b}.counter__btn{position:absolute;top:0;bottom:0;z-index:1;width:30px;transition:color .2s;-webkit-tap-highlight-color:rgba(0,0,0,0)}.counter__btn:before{content:"";position:absolute;top:50%;width:12px;height:2px;-webkit-transform:translateY(-50%);transform:translateY(-50%);border-radius:1px;background:#5b5b5b;transition:background .2s}.counter__btn:hover:before,.counter__btn:hover:after{background:#009ca6}.counter__btn.disabled{pointer-events:none}.counter__btn.disabled:before,.counter__btn.disabled:after{background:#e5e7eb}.counter__btn_plus{right:0}.counter__btn_plus:before{right:12px}.counter__btn_plus:after{content:"";position:absolute;top:50%;right:17px;width:2px;height:12px;-webkit-transform:translateY(-50%);transform:translateY(-50%);border-radius:1px;background:#5b5b5b;transition:background .2s}.counter__btn_minus{left:0}.counter__btn_minus:before{left:12px}.counter.disabled{pointer-events:none;border-color:#f8f8f8}.counter.disabled .counter__btn:before,.counter.disabled .counter__btn:after{opacity:0}.cart{font-size:14px;line-height:1.6}@media only screen and (max-width: 767px){.cart{margin-top:-12px}}.cart__item{position:relative;display:flex;padding:16px 0;border-bottom:2px solid #f8f8f8}@media only screen and (max-width: 1023px){.cart__item{flex-wrap:wrap;justify-content:flex-end;padding-left:82px}}@media only screen and (max-width: 767px){.cart__item{display:block;padding-left:94px}}.cart__preview{display:flex;justify-content:center;align-items:center;flex-shrink:0;width:82px;height:82px;padding:4px;border-radius:8px;border:2px solid #f8f8f8}@media only screen and (max-width: 1023px){.cart__preview{position:absolute;top:16px;left:0}}.cart__preview img{max-width:100%;max-height:100%}.cart__details{flex-grow:1;padding:0 16px;font-weight:300}@media only screen and (max-width: 1023px){.cart__details{width:100%;margin-bottom:16px;padding-right:0}}@media only screen and (max-width: 767px){.cart__details{padding-left:0;line-height:1.3}}.cart__product{color:#121212;transition:color .2s}.cart__product:hover{color:#009ca6}.cart__bonus{display:flex;align-items:center;margin-top:8px;color:#5b5b5b}@media only screen and (max-width: 767px){.cart__bonus{margin-top:6px;font-size:11px}}.cart__bonus .status-gift,.cart__bonus .status-delivery,.cart__bonus .cashback{margin-right:8px}.cart__price,.cart__counter{flex-shrink:0;width:125px;margin-right:30px;text-align:right}@media only screen and (max-width: 1259px){.cart__price,.cart__counter{width:110px;margin-right:16px}}@media only screen and (max-width: 767px){.cart__price,.cart__counter{display:flex;justify-content:space-between;align-items:center;width:100%;text-align:left}}@media only screen and (max-width: 767px){.cart__counter{margin:8px 0}}.cart__label{color:#c8c8c8}@media only screen and (max-width: 767px){.cart__label{font-size:12px}}@media only screen and (max-width: 767px){.cart__price-wrap{display:flex;flex-direction:row-reverse;align-items:center}}.cart__price-actual{margin-top:6px;font-weight:500}@media only screen and (max-width: 767px){.cart__price-actual{margin-top:0;font-size:15px}}@media only screen and (max-width: 389px){.cart__price-actual{font-size:14px}}.cart__price-old{margin-top:4px;text-decoration:line-through;line-height:1.3;letter-spacing:-1px;color:#c8c8c8}@media only screen and (max-width: 767px){.cart__price-old{margin:0 6px 0 0;font-size:13px}}.cart__actions{display:flex;align-items:center;align-self:flex-start;margin:22px 0 0 20px}@media only screen and (max-width: 767px){.cart__actions{position:absolute;top:104px;left:0;justify-content:center;width:82px;margin:0}}@media only screen and (max-width: 767px){.cart .actions__button{width:32px;height:32px}}@media only screen and (max-width: 767px){.cart .actions__button svg{width:24px;height:24px}}.cart__remove{flex-shrink:0}.cart__remove svg{width:32px;height:32px;fill:#c8c8c8;transition:fill .2s}@media only screen and (max-width: 767px){.cart__remove svg{width:24px;height:24px}}.cart__remove:hover svg{fill:#5b5b5b}.cart__warning{position:absolute;top:0;right:0;bottom:0;z-index:1;display:flex;flex-direction:column;width:396px;padding:16px 20px;background:#f1f7f8;visibility:hidden;opacity:0;transition:all .2s}@media only screen and (max-width: 1259px){.cart__warning{width:344px}}@media only screen and (max-width: 767px){.cart__warning{width:auto;left:0}}.cart__warning.visible{visibility:visible;opacity:1}.cart__warning-title{margin-bottom:auto;font-weight:500}.cart__warning-btns{display:flex;margin:0 -8px}.cart__warning .btn{width:calc(50% - 16px);margin:0 8px}.cart__warning .btn_secondary{background:#ffffff}.cart__warning .btn_secondary:hover{background:#009ca6}.cart__row{display:flex;margin-top:16px}@media only screen and (max-width: 1023px){.cart__row{display:block}}.cart__delivery,.cart__form{width:100%;max-width:650px}@media only screen and (max-width: 1259px){.cart__delivery,.cart__form{max-width:500px}}@media only screen and (max-width: 1023px){.cart__delivery,.cart__form{max-width:100%}}.cart__delivery{padding:8px 16px;border-radius:4px;background:#fff6f0}.cart__delivery-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.cart__delivery-title{display:flex;align-items:center}@media only screen and (max-width: 767px){.cart__delivery-title{font-size:12px;line-height:1.3}}.cart__delivery-title img{flex-shrink:0;margin-right:12px}.cart__delivery-variants{display:flex}.cart__delivery-variant{margin-left:12px}.cart__delivery-variant img{width:auto;height:24px}.cart__delivery-line{position:relative;height:10px;border:1px solid #fff6f0;border-radius:5px;background:rgba(140,140,140,.2)}.cart__delivery-progress{position:absolute;top:-1px;left:0;bottom:-1px;background:#ff914a;border-radius:5px}.cart__delivery-details{display:flex;justify-content:flex-end;font-size:12px}.cart__delivery-details:last-child{color:#8c8c8c}.cart__delivery-text:nth-child(1){width:90px}.cart__delivery-text:nth-child(2){width:100px;text-align:right}@media only screen and (max-width: 767px){.cart__delivery-text:nth-child(2){width:80px}}.cart__total{display:flex;justify-content:flex-end;align-items:center;flex-grow:1;padding:10px 128px 0 0;font-weight:500}@media only screen and (max-width: 1259px){.cart__total{padding-right:114px}}@media only screen and (max-width: 767px){.cart__total{padding-right:0}}.cart__total-title{margin-right:35px}.cart__total-value{text-align:right;font-size:16px}.cart__foot{display:flex;align-items:flex-end;margin-top:24px}@media only screen and (max-width: 1023px){.cart__foot{display:block}}.cart__foot .btn{flex-shrink:0;height:46px}@media only screen and (max-width: 1259px){.cart__foot .btn{padding:0 16px;font-size:16px}}@media only screen and (max-width: 767px){.cart__foot .btn{width:100%}}@media only screen and (max-width: 1023px){.cart__btns{margin-top:24px}}@media only screen and (max-width: 767px){.cart__btns{position:fixed;left:0;right:0;bottom:0;z-index:10;padding:16px;background:#ffffff;box-shadow:0 -4px 4px #0000000d}}@media only screen and (max-width: 1023px){.cart__btns .btn{width:100%}}.cart__form{display:flex;align-items:flex-end;margin-right:auto}@media only screen and (max-width: 767px){.cart__form{display:block}}.cart__form .field{flex-grow:1;margin-right:24px}@media only screen and (max-width: 1259px){.cart__form .field{margin-right:16px}}@media only screen and (max-width: 767px){.cart__form .field{margin:0 0 12px}}@media only screen and (max-width: 767px){.cart__form .field__label{font-size:14px}}.cart__form .field label.error{position:absolute;top:100%;left:0;line-height:1}@media only screen and (max-width: 767px){.cart__form .field label.error{position:static}}.cart__popular{margin-top:48px}.cart__popular .card__price{font-size:14px}@media only screen and (max-width: 1259px){.cart__popular .card__price{font-size:13px}}@media only screen and (max-width: 767px){.cart__popular .card__price{font-size:12px}}.cart__popular .card__price-percent{padding:0 4px;font-size:12px}@media only screen and (max-width: 1259px){.cart__popular .card__price-percent{font-size:11px}}.cart__popular .card .btn{max-width:126px;padding:0 8px}.cart__info{margin-bottom:20px;font-size:18px;font-weight:500}.cart-empty{margin-bottom:-16px}@media only screen and (max-width: 767px){.cart-empty{margin-top:32px}}.cart-empty__row{display:flex}@media only screen and (max-width: 767px){.cart-empty__row{display:block}}.cart-empty__preview{flex-shrink:0;width:480px;margin:0 auto}@media only screen and (max-width: 1179px){.cart-empty__preview{width:440px}}@media only screen and (max-width: 1023px){.cart-empty__preview{width:300px}}@media only screen and (max-width: 767px){.cart-empty__preview{position:absolute;left:0;right:0;bottom:0;width:auto;margin:0;padding-left:56px;padding-right:32px;text-align:center}}.cart-empty__preview img{width:100%}.cart-empty__wrap{max-width:460px;margin-right:40px;padding-top:120px}@media only screen and (max-width: 1023px){.cart-empty__wrap{padding-top:64px}}@media only screen and (max-width: 767px){.cart-empty__wrap{position:relative;z-index:2;max-width:100%;margin-right:0;padding-top:0;text-align:center}}.cart-empty__title{margin-bottom:24px}@media only screen and (max-width: 767px){.cart-empty__title{margin-bottom:16px}}.cart-empty__content{margin-bottom:60px;font-size:18px;font-weight:300}@media only screen and (max-width: 1023px){.cart-empty__content{margin-bottom:40px}}@media only screen and (max-width: 767px){.cart-empty__content{margin-bottom:24px;font-size:14px}}.cart-empty .btn{min-width:255px}@media only screen and (max-width: 767px){.cart-empty .btn{min-width:100%;height:56px}}.cart-monobank{display:flex;align-items:center;margin-top:8px;font-size:14px;font-weight:700;line-height:1.3}@media only screen and (max-width: 767px){.cart-monobank{font-size:12px}}.cart-monobank__icon{width:27px;font-size:0}.cart-monobank__icon img{width:19px}.login{display:flex}@media only screen and (max-width: 1023px){.login{display:block}}.login__col:nth-child(1){flex-shrink:0;width:324px;margin-right:40px}@media only screen and (max-width: 1023px){.login__col:nth-child(1){width:100%;margin-right:0}}.login__col:nth-child(2){flex-grow:1}@media only screen and (max-width: 1023px){.login__col:nth-child(2){display:none}}.login__col:nth-child(2) img{width:100%;border-radius:16px}.login__title{margin-bottom:30px;text-align:center}@media only screen and (max-width: 1579px){.login__title{margin-bottom:24px}}@media only screen and (max-width: 767px){.login__title{margin-bottom:16px}}.login__form>.field:not(:last-child){margin-bottom:30px}@media only screen and (max-width: 767px){.login__form>.field:not(:last-child){margin-bottom:24px}}.login .login__fieldset{margin-bottom:30px}@media only screen and (max-width: 767px){.login .login__fieldset{margin-bottom:24px}}.login .login__fieldset .field:not(:last-child){margin-bottom:16px}.login .btn{width:100%}.login__btns{margin-top:30px}@media only screen and (max-width: 767px){.login__btns{margin-top:24px}}.login__btns .btn:not(:last-child){margin-bottom:20px}.login__note{margin-bottom:12px;text-align:center;font-size:13px;color:#8c8c8c;line-height:1.4}.login__foot{margin-top:24px;text-align:center;line-height:1;color:#8c8c8c}@media only screen and (max-width: 767px){.login__foot{margin-top:16px;font-size:14px}}.login__foot a{border-bottom:.5px solid #009ca6;font-weight:500;letter-spacing:-.04em;color:#009ca6;transition:border-color .2s}.login__foot a:hover{border-color:transparent}.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}.search__category svg{fill:#6fc5c5;margin-right:10px}.search-empty__center{display:flex;justify-content:space-between;align-items:center}.search-empty__wrap{max-width:700px;margin-right:40px}.search-empty__title{margin-bottom:24px}.search-empty__content{max-width:620px;font-size:18px;font-weight:300}.search-empty__preview{flex-shrink:0;margin:0 auto}.search-empty__preview img{width:100%}@media only screen and (max-width: 1179px){.search-empty__preview{width:500px}}@media only screen and (max-width: 1023px){.search-empty__preview{width:400px}.search-empty__wrap{margin-right:0}.search-empty__title{font-size:28px}.search-empty__content{font-size:16px}}@media only screen and (max-width: 767px){.search-empty__center{display:block}.search-empty__preview{width:100%;margin-top:32px;padding-left:16px}.search-empty__title{margin-bottom:12px;font-size:18px}.search-empty__content{font-size:14px;line-height:1.6}}.cookie{position:fixed;left:0;right:0;bottom:0;z-index:100;padding:30px 0;background:#009ca6;color:#fff}.cookie__center{display:flex;align-items:center}.cookie__line{display:flex;align-items:center;flex-grow:1}.cookie__preview{flex-shrink:0;width:108px;margin-right:8px}.cookie__preview img{width:100%}.cookie__text{font-size:16px;line-height:21px}.cookie__text a{border-bottom:.5px solid white;font-weight:500;color:#fff;transition:border-color .2s}.cookie__text a:hover{border-color:transparent}.cookie__btns{display:flex;flex-shrink:0;margin-left:24px}.cookie__btns .btn{width:184px;background:white}.cookie__btns .btn:last-child{margin-left:24px}@media only screen and (max-width: 1179px){.cookie__preview{width:60px}.cookie__text{font-size:14px}.cookie__btns .btn{width:auto}}@media only screen and (max-width: 1023px){.cookie__center{display:block}.cookie__line{align-items:flex-start}.cookie__preview{width:42px}.cookie__btns{margin:20px -12px 0}.cookie__btns .btn{width:calc(50% - 24px);margin:0 12px}.cookie__btns .btn:last-child{margin-left:12px}}.select{min-width:100%;height:46px;padding:0 40px 0 14px;border:2px solid #e5e7eb;border-radius:8px;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:#fff 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='M17.324 8.513a1 1 0 0 1 1.439 1.384l-.087.091-6 5.5a1 1 0 0 1-1.252.08l-.1-.08-6-5.5a1 1 0 0 1 1.254-1.553l.098.079L12 13.393l5.324-4.88z' fill='%23121212'/%3E%3C/svg%3E") no-repeat calc(100% - 10px) 50%/24px auto;font-size:14px;font-weight:300;color:#121212;cursor:pointer}.select::-ms-expand{display:none}.select:-moz-focusring{color:transparent;text-shadow:0 0 0 #000}.monobank{position:relative;flex-shrink:0;white-space:normal}.monobank__head{position:relative;width:24px;height:24px;background-color:#121212;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21' height='21' viewBox='0 0 21 21'%3E%3Cpath d='M3.85 19.018l-.248-.062c-.461-.127-.863-.355-1.195-.7-.574-.594-.882-1.303-.909-2.132a3.45 3.45 0 0 1 .099-.92c.085-.355.218-.691.391-1.011.277-.511.638-.956 1.065-1.35a6.3 6.3 0 0 1 1.048-.779c.352-.21.68-.452.994-.715.395-.331.763-.691 1.128-1.054l.977-.951c.253-.231.515-.45.799-.643.355-.241.733-.431 1.155-.522.317-.069.635-.079.956-.03.362.055.713.154 1.049.302.514.227.933.571 1.267 1.023.228.31.408.648.569.996l.478 1.123.584 1.244a7.72 7.72 0 0 0 .758 1.138c.346.432.639.896.869 1.4.196.432.339.88.411 1.349.056.366.067.731.022 1.099-.069.559-.258 1.071-.596 1.525-.313.421-.714.732-1.188.952a3.09 3.09 0 0 1-1.096.294 2.73 2.73 0 0 1-.409-.001l-.056-.002c-.019.007-.037-.004-.056-.005s-.03-.01-.047-.003l-.343-.061c-.012-.012-.029-.008-.043-.012l-.039-.007-.033-.006c-.291-.061-.564-.172-.836-.288l-1.36-.633a8.97 8.97 0 0 0-1.134-.43c-.269-.08-.544-.132-.821-.171-.221-.031-.445-.036-.669-.034-.441.005-.88.047-1.318.087l-1.395.081a3.33 3.33 0 0 1-.566-.044c-.038-.007-.078-.008-.116-.016-.049-.011-.099-.011-.146-.031zm11.394-17.19c.604.183 1.02.581 1.292 1.14.187.384.275.792.299 1.217.02.366-.012.728-.087 1.086a4.74 4.74 0 0 1-.797 1.807 3.98 3.98 0 0 1-.978.971c-.342.235-.711.405-1.121.48-.288.052-.574.053-.859-.015-.493-.117-.881-.39-1.175-.799-.251-.349-.394-.744-.467-1.165-.051-.295-.063-.591-.044-.889.013-.204.039-.406.081-.605a4.76 4.76 0 0 1 .496-1.336c.247-.447.555-.846.939-1.183.323-.283.682-.508 1.09-.649.3-.104.608-.15.925-.131.174.012.243.026.405.071zM.612 6.708a2.68 2.68 0 0 1 .191-.54c.158-.338.372-.633.665-.866a1.82 1.82 0 0 1 1.119-.41c.34-.007.659.078.96.232.346.178.636.428.879.729.379.467.615 1.002.74 1.588.066.307.094.618.084.932-.005.152-.021.303-.044.454a3.19 3.19 0 0 1-.242.824 2.38 2.38 0 0 1-.679.9c-.347.278-.744.419-1.189.413-.326-.004-.632-.094-.92-.247-.387-.206-.698-.498-.956-.849-.251-.342-.432-.72-.554-1.127A3.91 3.91 0 0 1 .5 7.518l.009-.22c-.002-.034.007-.067.005-.101-.001-.014.003-.027.005-.041s.012-.035.004-.054l.046-.263c.021-.021.017-.049.024-.075.005-.019.004-.04.019-.056zM5.398 3.27c.094-.522.251-.98.506-1.403a2.86 2.86 0 0 1 .727-.827A2.02 2.02 0 0 1 7.717.615c.405-.03.782.065 1.132.267.309.178.564.418.777.702.341.453.553.964.67 1.517.075.351.106.706.096 1.065-.005.203-.024.406-.055.608-.04.254-.101.503-.186.746-.179.507-.441.962-.832 1.336a2.24 2.24 0 0 1-.84.518c-.357.12-.72.132-1.084.039-.33-.085-.618-.248-.876-.47-.336-.289-.586-.642-.776-1.04a4.23 4.23 0 0 1-.392-1.494c-.023-.285-.02-.571.009-.855l.037-.282zm14.683 7.185l-.011.061c-.112.5-.33.95-.627 1.364-.233.324-.508.609-.829.848-.411.307-.863.523-1.372.611a2.26 2.26 0 0 1-.91-.019c-.445-.105-.809-.337-1.085-.703-.228-.302-.352-.647-.404-1.018a2.89 2.89 0 0 1 .038-.995 3.85 3.85 0 0 1 1.001-1.881c.17-.181.358-.344.561-.486.418-.292.872-.494 1.38-.563.289-.039.576-.03.858.043.431.111.784.344 1.05.703.241.324.363.693.406 1.092a2.64 2.64 0 0 1-.01.66l-.011.061-.039.223z' fill='%23fff'/%3E%3C/svg%3E");background-repeat:no-repeat;background-size:21px auto;background-position:50% 50%;border-radius:4px;cursor:pointer}.monobank__number{position:absolute;left:45%;bottom:2.5px;-webkit-transform:translateX(-50%);transform:translate(-50%);font-size:8px;font-weight:700}.monobank__details{max-width:250px}@media only screen and (max-width: 767px){.monobank__details{max-width:230px}}.monobank__line{display:flex;justify-content:space-between;align-items:center;gap:9px;margin-bottom:4px}.monobank__title{font-size:21px;font-weight:700;white-space:nowrap}@media only screen and (max-width: 767px){.monobank__title{font-size:19px}}.monobank__company{margin-bottom:24px;text-align:right;font-size:16px}@media only screen and (max-width: 767px){.monobank__company{margin-bottom:20px;font-size:14px}}.monobank__content{font-size:14px;line-height:1.6}@media only screen and (max-width: 767px){.monobank__content{font-size:13px}}.monobank__content p{margin-bottom:8px}.monobank__content ol{counter-reset:li}.monobank__content ol li{font-weight:300}.monobank__content ol li:before{content:counters(li,".") ". ";counter-increment:li}.monobank.active .monobank__body{visibility:visible;opacity:1}.tooltipster-sidetip .tooltipster-content{padding:20px!important}@media only screen and (max-width: 767px){.tooltipster-sidetip .tooltipster-content{padding:16px!important}}.tooltipster-sidetip.tooltipster-shadow .tooltipster-content{color:#121212!important}.tooltipster-sidetip.tooltipster-shadow .tooltipster-box{border-radius:20px!important}@media only screen and (max-width: 767px){.tooltipster-sidetip.tooltipster-shadow .tooltipster-box{border-radius:12px!important}}.card-discontinued{display:flex;justify-content:center;align-items:center;flex-grow:1;padding:20px 16px;background:#f1f7f8;border-radius:8px;text-align:center;font-size:14px;font-weight:300}.card-discontinued a{text-decoration:underline;font-weight:400;color:#009ca6;transition:color .2s}.card-discontinued a:hover{color:#2a7a7f}@media only screen and (max-width: 1579px){.card-discontinued{padding:12px}}@media only screen and (max-width: 767px){.card-discontinued{margin-top:-12px;padding:6px 8px;font-size:12px}}.popular .card{height:100%}.popular .card-discontinued{padding:12px}#nprogress .bar{background:#fcc000!important;height:3px!important;z-index:99999!important}#nprogress .peg{box-shadow:0 0 10px #fcc000,0 0 5px #fcc000!important}.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}@keyframes spin{to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes grow{0%,15%,to{transform:scale(1)}5%{transform:scale(1.2)}}.wrapper{position:relative;width:15rem;height:15rem;border-radius:50%;margin:5em auto 0;filter:url(#goo)}.wrapper>*{display:block;position:absolute;top:50%;left:50%;width:3rem;height:3rem;margin:-1.5rem}.wrapper>*:nth-of-type(1){transform:rotate(0) translate(7.5rem) rotate(0)}.wrapper>*:nth-of-type(1)>.bubble{animation:grow 4s ease infinite;animation-delay:-.1s}.wrapper>*:nth-of-type(2){transform:rotate(45deg) translate(7.5rem) rotate(-45deg)}.wrapper>*:nth-of-type(2)>.bubble{animation:grow 4s ease infinite;animation-delay:.4s}.wrapper>*:nth-of-type(3){transform:rotate(90deg) translate(7.5rem) rotate(-90deg)}.wrapper>*:nth-of-type(3)>.bubble{animation:grow 4s ease infinite;animation-delay:.9s}.wrapper>*:nth-of-type(4){transform:rotate(135deg) translate(7.5rem) rotate(-135deg)}.wrapper>*:nth-of-type(4)>.bubble{animation:grow 4s ease infinite;animation-delay:1.4s}.wrapper>*:nth-of-type(5){transform:rotate(180deg) translate(7.5rem) rotate(-180deg)}.wrapper>*:nth-of-type(5)>.bubble{animation:grow 4s ease infinite;animation-delay:1.9s}.wrapper>*:nth-of-type(6){transform:rotate(225deg) translate(7.5rem) rotate(-225deg)}.wrapper>*:nth-of-type(6)>.bubble{animation:grow 4s ease infinite;animation-delay:2.4s}.wrapper>*:nth-of-type(7){transform:rotate(270deg) translate(7.5rem) rotate(-270deg)}.wrapper>*:nth-of-type(7)>.bubble{animation:grow 4s ease infinite;animation-delay:2.9s}.wrapper>*:nth-of-type(8){transform:rotate(315deg) translate(7.5rem) rotate(-315deg)}.wrapper>*:nth-of-type(8)>.bubble{animation:grow 4s ease infinite;animation-delay:3.4s}.bubbleWrap{max-width:100%}.bubbleWrap .bubble{width:100%;height:100%;border-radius:50%;background:#8cffff}.satWrap{animation:spin 4s linear infinite}.satWrap .sat{width:2.25em;height:2.25em;background:#3c6e6e;border-radius:50%;margin-left:7.875em;box-shadow:0 0 50px -4px #3c6e6e}
