@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:#182856;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}.splide__slide--has-video{cursor:pointer}.splide__slide--has-video:hover .splide__video__play{opacity:1}.splide__slide__container--has-video{cursor:pointer;position:relative}.splide__slide__container--has-video:hover .splide__video__play{opacity:1}.splide__video{height:100%;left:0;position:absolute;top:0;width:100%}.splide__video__wrapper{background:#000;height:inherit;width:inherit}.splide__video__wrapper div,.splide__video__wrapper iframe,.splide__video__wrapper video{height:100%;width:100%}.splide__video__play{align-items:center;background:#ccc;border:0;border-radius:50%;cursor:pointer;display:flex;height:40px;justify-content:center;left:50%;opacity:.7;position:absolute;top:50%;transform:translate(-50%,-50%);transition:opacity .1s linear;width:40px}.splide__video__play:after{border-color:transparent transparent transparent #000;border-style:solid;border-width:9px 0 9px 17px;content:"";display:inline-block;margin-left:4px}.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:-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-auto-cursor .mfp-content{cursor:auto}.mfp-close,.mfp-arrow,.mfp-preloader,.mfp-counter{-webkit-user-select:none;-moz-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}}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-ExtraLight-190df09c.woff2) format("woff2"),url(/frontAssets/build/assets/Geologica-ExtraLight-91bfa24b.woff) format("woff");font-weight:200;font-style:normal}@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-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}body{min-width:375px;font-family:Geologica,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:16px;line-height:1.4;color:#001b2e}@media only screen and (max-width: 1023px){body{font-size:14px}}html.no-scroll,body.no-scroll{overflow:hidden}a{text-decoration:none}button{background:none}button,input,textarea,select{font-family:Geologica,sans-serif}svg,img{vertical-align:middle}.icon{width:24px;height:24px}.jq-ry-container{padding:0}.page{display:flex;flex-direction:column;min-height:100vh}@media only screen and (max-width: 1023px){.page{overflow:hidden}}.page__banner{display:flex;height:40px;padding:5px 0 4px;background:#182856;overflow:hidden}@media only screen and (max-width: 1179px){.page__banner{height:32px}}.page__banner span{position:relative;padding-left:68px;white-space:nowrap;font-size:24px;line-height:1.3;font-weight:600;text-transform:uppercase;color:#fff}@media only screen and (max-width: 1179px){.page__banner span{padding-left:40px;font-size:18px}}.page__banner span:before{content:"";position:absolute;top:50%;left:24px;width:20px;height:20px;-webkit-transform:translateY(-50%);transform:translateY(-50%);background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none' viewBox='0 0 20 20'%3E%3Cpath d='M4.151 7.667c1.244.507 2.594 1.456 6.13 1.354s4.765-.871 5.913-1.354M2.603 6.698c.536-1.594 4.343-2.453 7.389-2.497 3.183-.046 7.306.952 7.759 2.497.151.517 1.475 5.146 1.475 6.438 0 1.131-3.399 2.88-9.234 2.81s-8.888-1.832-8.888-2.81c0-.783.7-4.059 1.499-6.438z' stroke='%23fff' stroke-width='1.25' stroke-linecap='round'/%3E%3C/svg%3E") no-repeat 50% 50%/100% auto}@media only screen and (max-width: 1179px){.page__banner span:before{left:15px;width:10px;height:9px}}.page__free{display:flex;justify-content:center;align-items:center;padding:8px 24px;background:rgba(143,230,255,.3);font-weight:600;color:#001b2e;transition:color .2s}.page__free .icon{margin-right:8px;fill:#0bbbef}.page__free:hover{color:#0bbbef}.page__container{flex-grow:1}.page__container_flex{display:flex;flex-direction:column}.page__list{position:fixed;top:0;bottom:0;z-index:100;display:flex;flex-shrink:0}@media only screen and (max-width: 1419px){.page__list{display:none}}.page__item{display:flex}.page__item_left,.page__item_right{position:fixed;top:0;bottom:0;z-index:100}@media only screen and (max-width: 1419px){.page__item_left,.page__item_right{display:none}}.page__item_left{left:0}.page__item_left .page__inner{padding:40px 8px 124px 48px}.page__item_right{right:0}.page__item_right .page__inner{padding:40px 48px 124px 8px}.page__head{display:flex;flex-direction:column;width:100px;height:100%;padding:40px 30px}.page__images{display:flex;flex-direction:column}.page__image img{width:100%}.page__image:not(:last-child){margin-bottom:8px}.page__caption{position:relative;margin:auto 0;-webkit-transform:rotate(-90deg);transform:rotate(-90deg);text-align:center;font-size:32px;line-height:1.2;font-weight:600;white-space:nowrap;color:#142959}.page__caption span{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.page__body{display:flex;flex-direction:column;align-items:center;width:0;text-align:center;overflow:hidden;transition:width .4s;transition-delay:.1s}.page__inner{opacity:0;transition:opacity .4s;transition-delay:.1s}.page__item.active .page__body{width:460px}@media only screen and (max-width: 1579px){.page__item.active .page__body{width:400px}}.page__item.active .page__inner{opacity:1}.page__photo{display:flex;justify-content:center;align-items:center;width:400px;height:400px;margin-bottom:40px}.page__photo img{border-radius:24px}@media only screen and (max-width: 1579px){.page__photo{width:340px;height:340px}}.page__photo img{max-width:100%;max-height:100%}.page__title{font-size:48px;line-height:1.1;font-weight:700;color:#142959}@media only screen and (max-width: 1579px){.page__title{font-size:32px}}.page_home{padding-right:200px}@media only screen and (max-width: 1419px){.page_home{padding-right:0}}.page_home .header.fixed .header__top{right:200px}@media only screen and (max-width: 1419px){.page_home .header.fixed .header__top{right:0}}.page_home .page__list{right:0}.page_home .page__inner{padding:40px 48px 124px 8px}.page_adoption{padding-left:200px}@media only screen and (max-width: 1419px){.page_adoption{padding-left:0}}.page_adoption .header.fixed .header__top{left:200px}@media only screen and (max-width: 1419px){.page_adoption .header.fixed .header__top{left:0}}.page_adoption .page__list{left:0}.page_adoption .page__inner{padding:40px 8px 124px 48px}.page_other{padding-left:104px}@media only screen and (max-width: 1339px){.page_other{padding-left:0}}.page_other .header.fixed .header__top{left:104px}@media only screen and (max-width: 1339px){.page_other .header.fixed .header__top{left:0}}.page_blog{padding-right:100px;padding-left:100px}@media only screen and (max-width: 1419px){.page_blog{padding-right:0;padding-left:0}}.page_blog .header.fixed .header__top{right:100px;left:100px}@media only screen and (max-width: 1419px){.page_blog .header.fixed .header__top{right:0;left:0}}.line{position:fixed;top:0;left:0;bottom:0;z-index:100}@media only screen and (max-width: 1339px){.line{display:none}}.line__head{position:relative;z-index:5;display:flex;flex-direction:column;align-items:center;width:104px;height:100%;padding:40px 30px;cursor:pointer;background:#ffeba5;background-image:linear-gradient(to bottom,#455F9B 0%,#142959 100%)}@media only screen and (max-width: 1579px){.line__head{padding:32px 30px}}.line__icon{position:relative;text-align:center}.line__caption{margin:auto 0;-webkit-transform:rotate(-90deg);transform:rotate(-90deg);white-space:nowrap;font-size:32px;line-height:1.2;font-weight:600;text-transform:uppercase;color:#fff}.line__body{position:absolute;top:0;left:calc(100% - 1px);bottom:0;display:flex;width:calc(100vw - 240px);max-width:1680px;pointer-events:none}.line__item{position:relative;display:flex;flex-direction:column;width:33.33%;color:#fff;transition:width cubic-bezier(0,0,.38,1) .35s,-webkit-transform cubic-bezier(0,0,.38,1) .6s;transition:transform cubic-bezier(0,0,.38,1) .6s,width cubic-bezier(0,0,.38,1) .35s;transition:transform cubic-bezier(0,0,.38,1) .6s,width cubic-bezier(0,0,.38,1) .35s,-webkit-transform cubic-bezier(0,0,.38,1) .6s}.line__item:nth-child(1){z-index:3;-webkit-transform:translateX(-100%);transform:translate(-100%);background:#FFECD9}.line__item:nth-child(2){z-index:2;-webkit-transform:translateX(-200%);transform:translate(-200%);background:#FFC992}.line__item:nth-child(3){z-index:1;-webkit-transform:translateX(-300%);transform:translate(-300%);background:#FFA953}.line__item:hover{width:calc(33.33% + 60px)}.line__top{position:absolute;top:0;left:0;right:0;display:flex;justify-content:space-between;padding:40px 30px}@media only screen and (max-width: 1579px){.line__top{padding:32px 30px}}.line__subtitle{font-size:32px;line-height:1.2;font-weight:600;color:#142959}@media only screen and (max-width: 1579px){.line__subtitle{font-size:28px}}.line__images{display:flex;flex-direction:column}.line__image:not(:last-child){margin-bottom:8px}.line__inner{flex-shrink:0;margin:auto;padding:60px 30px}.line__photo{display:flex;justify-content:center;align-items:center;max-width:400px;margin:0 auto 40px;aspect-ratio:1}@media only screen and (max-width: 1739px){.line__photo{max-width:360px}}@media only screen and (max-width: 1579px){.line__photo{max-width:300px}}@media only screen and (max-width: 1419px){.line__photo{max-width:260px}}.line__photo img{max-width:100%;max-height:100%;border-radius:24px}.line__title{text-align:center;font-size:48px;line-height:1.1;font-weight:700;color:#142959}@media only screen and (max-width: 1900px){.line__title{font-size:2.5vw}}.line.active .line__body{pointer-events:all}.line.active .line__item{-webkit-transform:translateX(0)!important;transform:translate(0)!important}.overlay{position:fixed;inset:0;z-index:90;background:rgba(48,57,75,.25);-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);visibility:hidden;opacity:0;transition:all .4s;transition-delay:.1s}.overlay.show{visibility:visible;opacity:1}.center{max-width:1560px;margin:0 auto;padding:0 72px}@media only screen and (max-width: 1579px){.center{max-width:1176px;padding:0 40px}}@media only screen and (max-width: 1023px){.center{padding:0 24px}}@media only screen and (max-width: 767px){.center{padding:0 20px}}.btn{display:inline-flex;justify-content:center;align-items:center;height:56px;padding:0 24px;border-radius:16px;font-size:18px;font-weight:600;transition:all .2s}@media only screen and (max-width: 767px){.btn{height:52px;font-size:16px}}.btn svg{transition:fill .2s}.btn svg:first-child{margin-right:10px}.btn svg:last-child{margin-left:10px}.btn_orange{background:#ff6d1f;color:#fff}.btn_orange svg{fill:#fff}.btn_orange:hover{background:#ff921a}.btn_orange.disabled{background:rgba(255,144,21,.75)}.btn_dark{background:#182856;color:#fff}.btn_dark svg{fill:#fff}.btn_dark:hover{background:#101b3a}.btn_white{background:#ffffff}.btn_white .icon{fill:inherit;transition:all .2s}.btn_white:hover{background:rgba(255,255,255,.9)}.btn_white:hover .icon{-webkit-transform:translateX(2px);transform:translate(2px)}.btn_white-orange{background:#ffffff;color:#ff6d1f}.btn_white-orange svg{fill:#ff6d1f}.btn_white-orange:hover{color:#ff921a}.btn_white-orange:hover svg{fill:#ff921a}.btn_white-pink{background:#ffffff;color:#2c4179}.btn_white-pink svg{fill:#2c4179}.btn_white-pink:hover{color:#142959}.btn_white-pink:hover svg{fill:#142959}.btn_stroke{padding:0 23px;border:1px solid #182856;background:#ffffff;color:#001b2e}.btn_stroke svg{fill:#292d32}.btn_stroke:hover{background:#f2f8f9}.btn_stroke.disabled{opacity:.3}.btn_stroke-orange{padding:0 23px;border:1px solid #ff6d1f;background:transparent;color:#ff6d1f}.btn_stroke-orange svg{fill:#ff6d1f}.btn_stroke-orange:hover{background:#ff6d1f;color:#fff}.btn_stroke-orange.disabled{opacity:.3}.btn_social{height:40px;padding:0 10px;border:1px solid #e0e8ec;font-size:16px;font-weight:400;color:#4c5c66}.btn_social img{margin-right:10px}.btn_social:hover{border:1px solid #adb6c4}.btn_social.disabled{background:#e0e8ec;color:#8199af}.btn_lg{height:64px;font-size:24px}@media only screen and (max-width: 1023px){.btn_lg{height:56px;font-size:18px}}.btn_lg svg{width:32px;height:32px}@media only screen and (max-width: 1023px){.btn_lg svg{width:24px;height:24px}}.btn_sm{height:40px;padding:0 15px;font-size:16px}.btn.disabled{pointer-events:none}.select{min-width:auto;height:56px;padding:0 57px 0 15px;border:1px solid #adb6c4;border-radius:16px;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:#ffffff 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='M2.293 4.793a1 1 0 0 1 1.414 0L8 9.085l4.293-4.292a1 1 0 0 1 1.32-.083l.094.083a1 1 0 0 1 0 1.414l-5 5a1 1 0 0 1-1.414 0l-5-5a1 1 0 0 1 0-1.414z' fill='%234C5C66'/%3E%3C/svg%3E") no-repeat calc(100% - 19px) 50%/16px auto;font-size:18px;font-weight:300;cursor:pointer;color:#001b2e}@media only screen and (max-width: 1179px){.select{font-size:16px}}.select::-ms-expand{display:none}.select:-moz-focusring{color:transparent;text-shadow:0 0 0 #000}.select_md{height:48px;padding-right:40px;background-position:calc(100% - 15px) 50%}.header{position:relative;height:145px;z-index:20;background:#ffffff;border-bottom:1px solid #e0e8ec}@media only screen and (max-width: 767px){.header{height:153px}}.header__top{padding:12px 0;background:#ffffff;transition:box-shadow .2s}@media only screen and (max-width: 767px){.header__top{position:relative;padding:16px 0 88px}}.header__center{display:flex;align-items:center}.header__burger{display:none;flex-direction:column;justify-content:center;align-items:center;flex-shrink:0;width:40px;height:40px;margin-right:8px;-webkit-tap-highlight-color:rgba(0,0,0,0)}@media only screen and (max-width: 767px){.header__burger{display:flex}}.header__burger:before,.header__burger:after{content:""}.header__burger span{margin:5px 0}.header__burger span,.header__burger:before,.header__burger:after{display:block;width:22px;height:2px;border-radius:1px;background:#182856}.header__logo{display:flex;align-items:center;flex-shrink:0;margin-right:auto}@media only screen and (max-width: 1023px){.header__logo{height:64px}}@media only screen and (max-width: 767px){.header__logo{height:48px}}.header__logo img{width:135px}@media only screen and (max-width: 1023px){.header__logo img{width:100px}}.header__logo-text{display:flex;align-items:center;font-size:20px;font-weight:600;text-transform:uppercase;color:#182856}@media only screen and (max-width: 1179px){.header__logo-text{font-size:16px}}@media only screen and (max-width: 1023px){.header__logo-text{font-size:12px}}.header__logo-text:before{content:"|";flex-shrink:0;margin:0 12px;font-size:18px;color:#4c5c66}@media only screen and (max-width: 767px){.header__logo-text:before{margin:0 6px;font-size:14px}}.header__control{display:flex;margin-right:-12px}.header__button{display:flex;align-items:center;color:#001b2e;transition:color .2s}.header__button:hover{color:#ff6d1f}@media only screen and (max-width: 767px){.header__button_compare,.header__button_favorites{display:none}}.header__button_shop{padding:0 12px 0 4px}@media only screen and (max-width: 1023px){.header__button_shop{padding:0}}@media only screen and (max-width: 1023px){.header__button_shop .header__icon{display:none}}.header__button_shop:hover .header__arrow .icon{-webkit-transform:translateX(3px);transform:translate(3px);fill:#ff6d1f}.header__button,.header__cart{margin-right:12px}@media only screen and (max-width: 1179px){.header__button,.header__cart{margin-right:6px}}@media only screen and (max-width: 767px){.header__button,.header__cart{margin-right:8px}}.header__icon{position:relative;display:flex;justify-content:center;align-items:center;width:40px;height:40px}.header__icon .icon{fill:#182856;transition:fill .2s}.header__button:hover .header__icon .icon{fill:#ff6d1f}.header__counter{position:absolute;top:2px;right:2px;display:flex;justify-content:center;align-items:center;width:16px;height:16px;border-radius:50%;background:#ff6d1f;font-size:10px;line-height:1;font-weight:700;color:#fff}.header__price{margin-left:-4px;padding-right:9px;font-size:14px;line-height:1.3}@media only screen and (max-width: 1023px){.header__price{display:none}}.header__text{margin-left:-4px;font-size:16px;font-weight:600}@media only screen and (max-width: 767px){.header__text{font-size:14px}}.header__arrow{margin-left:4px}.header__arrow .icon{fill:#001b2e;transition:all .2s}@media only screen and (max-width: 767px){.header__arrow .icon{width:16px;height:16px}}.header__separator{flex-shrink:0;width:1.5px;height:18px;margin-right:19px;margin-left:auto;background:#4c5c66}@media only screen and (max-width: 1023px){.header__separator{display:none}}.header-contacts{position:relative}@media only screen and (max-width: 1023px){.header-contacts{margin-left:auto}}@media only screen and (max-width: 767px){.header-contacts{display:none}}.header-contacts__head{position:relative;z-index:1;display:flex;align-items:center;height:40px;padding:0 13px;font-size:16px;font-weight:600;line-height:1.2;-webkit-tap-highlight-color:rgba(0,0,0,0)}@media only screen and (max-width: 1023px){.header-contacts__head{font-size:14px}}.header-contacts__head .icon{flex-shrink:0;fill:#182856}.header-contacts__head .icon-call{margin-right:4px}.header-contacts__head .icon-triangle-down{width:16px;height:16px;margin-left:10px;transition:-webkit-transform .2s;transition:transform .2s;transition:transform .2s,-webkit-transform .2s}.header-contacts__body{position:absolute;top:0;left:0;right:0;padding:48px 12px 16px;border-radius:16px 16px 8px 8px;background:#ffffff;box-shadow:0 2px 18px #001b2e1a;visibility:hidden;opacity:0;transition:all .2s}.header-contacts__body a{display:block;font-weight:300;color:#001b2e;transition:color .2s}@media only screen and (max-width: 1023px){.header-contacts__body a{font-size:14px}}.header-contacts__body a:hover{color:#ff6d1f}.header-contacts__body a:not(:last-child){margin-bottom:16px}.header-contacts.active .header-contacts__head .icon-triangle-down{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.header-contacts.active .header-contacts__body{visibility:visible;opacity:1}.header__overlay{position:fixed;inset:0;z-index:110;background:rgba(41,76,96,.5);-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);opacity:0;visibility:hidden}.header__overlay.visible{opacity:1;visibility:visible}.header__cart{position:relative;z-index:2}@media only screen and (max-width: 767px){.header__cart{z-index:3}}.header__cart .header__button{margin-right:0}.header-cart{display:none;position:absolute;top:calc(100% + 12px);right:-32px;width:210px;padding:12px;background:#ffffff;border-radius:12px;box-shadow:0 6.336px 15.84px #294c6033}@media only screen and (max-width: 1179px){.header-cart{right:-16px}}@media only screen and (max-width: 1023px){.header-cart{right:-8px}}.header-cart:before{content:"";position:absolute;left:50%;bottom:calc(100% - 4px);width:14px;height:13px;-webkit-transform:translateX(-50%);transform:translate(-50%);background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='13' fill='none' viewBox='0 0 14 13'%3E%3Cpath d='M4.402 1.5c1.155-2 4.041-2 5.196 0l3.897 6.75c1.155 2-.289 4.5-2.598 4.5H3.103c-2.309 0-3.753-2.5-2.598-4.5L4.402 1.5z' fill='%23fff'/%3E%3C/svg%3E") no-repeat 50% 50%/100% auto}@media only screen and (max-width: 1023px){.header-cart:before{left:auto;right:21px;-webkit-transform:translateX(0);transform:translate(0)}}.header-cart__title{margin-bottom:8px;font-weight:600;color:#4c5c66}.header-cart__item{display:flex;align-items:center;color:#4c5c66}.header-cart__item:not(:last-child){margin-bottom:8px}.header-cart__preview{display:flex;justify-content:center;align-items:center;flex-shrink:0;width:34px;height:50px}.header-cart__preview img{max-width:100%;max-height:100%}.header-cart__details{padding-left:4px}.header-cart__product{font-size:10px;line-height:1.5;font-weight:200}.header-cart__line{display:flex;align-items:center}.header-cart__prices{display:flex;align-items:center;margin-right:auto;font-size:10px;line-height:1.5;font-weight:200}.header-cart__actual span{font-size:12px;line-height:1.5;font-weight:600}.header-cart__old{margin-left:4px;text-decoration:line-through}.header-cart__counter{font-size:12px;line-height:1.5;font-weight:600}.header-cart .btn{width:100%;height:50px;margin-top:8px;padding:0 8px}.header.maxIndex{z-index:150}@media only screen and (max-width: 1579px){.header.maxIndex .header__button_delivery{display:none}}@media only screen and (max-width: 767px){.header.maxIndex .header__button_delivery{display:block}}@media only screen and (max-width: 1179px){.header.maxIndex .header__button_compare,.header.maxIndex .header__button_favorites,.header.maxIndex .header__button_shop{display:none}}@media only screen and (max-width: 1023px){.header.maxIndex .header__button_profile,.header.maxIndex .header__cart,.header.maxIndex .header__logo-text{display:none}}@media only screen and (max-width: 767px){.header.maxIndex .header__button_profile,.header.maxIndex .header__cart,.header.maxIndex .header__logo-text{display:block}}.header.fixed .header__top{position:fixed;top:0;left:0;right:0;z-index:20;box-shadow:inset 0 -1px #e0e8ec}@media only screen and (max-width: 767px){.header.fixed .header__top{padding-bottom:16px}}.header.fixed .header__bottom{display:none}@media only screen and (max-width: 767px){.header.fixed .header__bottom{display:block}}@media only screen and (max-width: 767px){.header.fixed .search{display:none}}.header_blog .header__logo{margin-right:0}@media only screen and (max-width: 767px){.header_blog .header__logo{margin-right:auto}}@media only screen and (max-width: 767px){.header_blog .header__logo img{width:88px}}.header_blog .search{margin:0 auto}@media only screen and (max-width: 1023px){.header_blog .header__button_profile{display:none}}@media only screen and (max-width: 767px){.header_blog .menu__body{display:flex}}@media only screen and (max-width: 767px){.header_blog .menu__body .menu__center{display:flex;flex-direction:column;flex-grow:1}}.search{position:relative;z-index:3;width:360px;margin-right:32px}@media only screen and (max-width: 1179px){.search{margin-right:16px}}@media only screen and (max-width: 1023px){.search{width:300px}}@media only screen and (max-width: 767px){.search{position:absolute;left:24px;right:24px;bottom:16px;display:flex;flex-direction:column;width:auto;margin-right:0}}.search__head{position:relative}.search__input{width:100%;height:56px;padding-left:16px;padding-right:58px;border:1px solid #adb6c4;border-radius:16px;font-size:18px;font-weight:300;color:#001b2e;transition:border-color .2s}@media only screen and (max-width: 1023px){.search__input{font-size:16px}}.search__input::-webkit-input-placeholder{color:#8199af}.search__input:-ms-input-placeholder{color:#8199af}.search__input::-ms-input-placeholder{color:#8199af}.search__input::placeholder{color:#8199af}.search__input:focus{border-color:#001b2e}.search__button,.search__close{position:absolute;top:8px;width:40px;height:40px;-webkit-tap-highlight-color:rgba(0,0,0,0)}.search__button{right:8px;border-radius:16px}.search__button .icon{fill:#182856}.search__close{right:58px;visibility:hidden;opacity:0}@media only screen and (max-width: 767px){.search__close{right:50px}}.search__close .icon{fill:#8199af;transition:fill .2s}.search__close:hover .icon{fill:#001b2e}.search__body{position:absolute;top:calc(100% + 10px);right:0;width:565px;padding:24px 32px;background:#ffffff;box-shadow:0 6.336px 15.84px #294c6033;border-radius:16px;visibility:hidden;opacity:0}@media only screen and (max-width: 767px){.search__body{display:none;position:static;flex-grow:1;width:auto;margin:20px -20px 0;padding:0 20px 24px;background:none;box-shadow:none;border-radius:0;visibility:visible;opacity:1;overflow:auto}}.search__top{display:flex;justify-content:space-between;align-items:center;height:40px;margin-bottom:12px}.search__title{font-size:18px;font-weight:600}@media only screen and (max-width: 767px){.search__title{font-size:16px}}.search__clear{display:flex;align-items:center;font-size:16px;font-weight:600;transition:color .2s}@media only screen and (max-width: 767px){.search__clear{font-size:14px}}.search__clear .icon{flex-shrink:0;width:20px;height:20px;margin-right:8px;fill:#001b2e;transition:fill .2s}.search__clear:hover{color:#4c5c66}.search__clear:hover .icon{fill:#4c5c66}.search__title+.search__variants{margin-top:8px}.search__variant{display:flex;justify-content:space-between;align-items:center;padding:8px 0;font-size:16px;font-weight:300;color:#001b2e;transition:color .2s}@media only screen and (max-width: 767px){.search__variant{font-size:14px}}.search__variant .icon{flex-shrink:0;margin-left:16px;fill:#001b2e}.search__variant:hover{color:#ff6d1f}.search__products{margin-top:20px}.search__products .search__title{margin-bottom:16px}.search__product{display:flex;align-items:center;padding:10px 20px 10px 10px;border-radius:16px;border:1px solid #c7cfd8;color:#001b2e;transition:border-color .2s}.search__product:hover{border-color:#4c5c66}.search__product:not(:last-child){margin-bottom:12px}.search__preview{display:flex;justify-content:center;align-items:center;width:70px;height:88px;margin-right:8px;flex-shrink:0}.search__preview img{max-width:100%;max-height:100%}.search__details{flex-grow:1}.search__name{margin-bottom:8px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.search__price{font-weight:300;color:#001b2e}.search__price strong{font-size:18px;font-weight:600}.search__box:not(:last-child){margin-bottom:24px}.search__line{display:flex;justify-content:space-between;align-items:center}@media only screen and (max-width: 767px){.search__line{margin-bottom:8px}}.search__counter{font-weight:300;color:#8199af}.search__row{display:flex}@media only screen and (max-width: 767px){.search__row{display:block}}.search__links{flex-grow:1;padding-right:24px}@media only screen and (max-width: 767px){.search__links{padding-right:0}}.search__results{flex-shrink:0;width:228px}@media only screen and (max-width: 767px){.search__results{width:100%}}.search__link{display:block;padding:8px 0;font-weight:300;color:#8199af;transition:color .2s}.search__link span,.search__link:hover{color:#001b2e}.search__result{display:flex;padding:8px 0;font-weight:300;color:#001b2e;transition:color .2s}.search__result .icon{flex-shrink:0;width:20px;height:20px;margin-right:8px;fill:#182856}.search__result:hover{color:#ff6d1f}.search .btn{width:100%;margin-top:24px}@media only screen and (max-width: 767px){.search .btn{height:46px;margin-top:16px}}.search.active{z-index:120;width:565px}@media only screen and (max-width: 767px){.search.active{position:fixed;top:0;left:0;right:0;width:auto;height:100vh;padding:24px 20px 0;background:#ffffff}}.search.active .search__input{padding-right:112px;border-color:#001b2e}@media only screen and (max-width: 767px){.search.active .search__input{padding-right:96px}}.search.active .search__button{background:#ff6d1f;transition:background .2s}.search.active .search__button .icon{fill:#fff}.search.active .search__button:hover{background:#ff921a}.search.active .search__close,.search.active .search__body{visibility:visible;opacity:1}@media only screen and (max-width: 767px){.search.active .search__body{display:block}}@media only screen and (max-width: 767px){.menu{position:fixed;inset:0;z-index:20;padding-top:100px;background:#ffffff;visibility:hidden;opacity:0;transition:all .2s}.menu.visible{visibility:visible;opacity:1}}.menu__top{display:none}@media only screen and (max-width: 767px){.menu__top{position:absolute;top:0;left:0;right:0;display:flex;justify-content:space-between;align-items:center;height:100px;padding:0 20px;border-bottom:1px solid #e0e8ec}}.menu__logo{display:flex;align-items:center}.menu__logo img{width:100px}.menu__logo-text{display:flex;align-items:center;font-size:12px;font-weight:600;text-transform:uppercase;color:#182856}.menu__logo-text:before{content:"|";flex-shrink:0;margin:0 6px;font-size:14px;color:#4c5c66}.menu__close{-webkit-tap-highlight-color:rgba(0,0,0,0)}.menu__close .icon{width:28px;height:28px}@media only screen and (max-width: 767px){.menu__inner{max-height:100%;overflow:auto;-ms-overflow-style:none;scrollbar-width:none;-webkit-overflow-scrolling:touch}.menu__inner::-webkit-scrollbar{display:none}}.menu__buttons{display:flex}@media only screen and (max-width: 767px){.menu__buttons{flex-direction:column}}@media only screen and (max-width: 767px){.menu__item{border-bottom:1px solid #e0e8ec}}.menu__item_phone{display:none}@media only screen and (max-width: 767px){.menu__item_phone{display:block}}.menu__item_phone .menu__head .icon{fill:#182856}.menu__item:not(:last-child){margin-right:8px}@media only screen and (max-width: 1023px){.menu__item:not(:last-child){margin-right:4px}}@media only screen and (max-width: 767px){.menu__item:not(:last-child){margin-right:0}}.menu__item[href],.menu__head{position:relative;display:flex;align-items:center;height:56px;padding:0 8px;font-size:16px;line-height:1.2;font-weight:600;color:#001b2e;-webkit-tap-highlight-color:rgba(0,0,0,0)}@media only screen and (max-width: 1023px){.menu__item[href],.menu__head{padding:0 6px;font-size:14px}}@media only screen and (max-width: 767px){.menu__item[href],.menu__head{padding:0 40px 0 20px;font-size:16px}}.menu__item[href]:after,.menu__head:after{content:"";position:absolute;left:0;right:0;bottom:-1px;height:0;background:#182856;transition:height .2s}@media only screen and (max-width: 767px){.menu__item[href]:after,.menu__head:after{display:none}}.menu__item[href]:hover:after{height:8px}.menu__item.active .menu__head .icon-triangle-down{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.menu__item.active .menu__head:after{height:8px}.menu__item.active .menu__body{visibility:visible;opacity:1;transition:all .3s ease-out;transition-delay:.3s}@media only screen and (max-width: 1023px){.menu__item.active .menu__body{transition:none;transition-delay:0s}}.menu__head .icon-triangle-down{width:16px;height:16px;margin-left:7px;transition:-webkit-transform .2s;transition:transform .2s;transition:transform .2s,-webkit-transform .2s}@media only screen and (max-width: 767px){.menu__head .icon-triangle-down{display:none}}@media only screen and (max-width: 767px){.menu__head:before{content:"";position:absolute;top:50%;right:26px;width:16px;height:16px;-webkit-transform:translateY(-50%);transform:translateY(-50%);background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none' viewBox='0 0 16 16'%3E%3Cpath d='M5.5 3l5 5-5 5' stroke='%234c5c66' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat 50% 50%/100% auto}}.menu__icon .icon{margin-right:8px;fill:#142959}.menu__body{position:absolute;top:100%;left:0;right:0;background:#ffffff;border-width:1px 0 0;border-style:solid;border-color:#e0e8ec;visibility:hidden;opacity:0;box-shadow:0 20px 20px #8c8c8c0d}@media only screen and (max-width: 1023px){.menu__body{transition:all .2s}}@media only screen and (max-width: 767px){.menu__body{top:100px;bottom:0;z-index:10;box-shadow:none;border-width:0;overflow:auto;-ms-overflow-style:none;scrollbar-width:none;-webkit-overflow-scrolling:touch}.menu__body::-webkit-scrollbar{display:none}}.menu__center{display:flex}@media only screen and (max-width: 1023px){.menu__center{display:block}}.menu__wrapper{display:flex;flex-direction:column;flex-grow:1;padding:32px 24px 16px 0}@media only screen and (max-width: 1023px){.menu__wrapper{padding:32px 0}}@media only screen and (max-width: 767px){.menu__wrapper{padding:0 0 32px}}.menu__back{position:relative;display:none;align-items:center;height:56px;flex-shrink:0;padding:0 20px 0 52px;border-bottom:1px solid #e0e8ec;font-size:18px;font-weight:600;color:#5f82ff;-webkit-tap-highlight-color:rgba(0,0,0,0)}@media only screen and (max-width: 767px){.menu__back{display:flex;margin:0 -20px}}.menu__back .icon{margin-right:8px;fill:#5f82ff}.menu__back:before{content:"";position:absolute;top:50%;left:20px;width:16px;height:16px;-webkit-transform:translateY(-50%);transform:translateY(-50%);background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none' viewBox='0 0 16 16'%3E%3Cpath d='M10.5 3l-5 5 5 5' stroke='%235f82ff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat 50% 50%/100% auto}.menu__list{-webkit-column-count:3;-moz-column-count:3;column-count:3;-webkit-column-gap:16px;-moz-column-gap:16px;column-gap:16px;margin-bottom:-16px}@media only screen and (max-width: 767px){.menu__list{-webkit-column-count:1;-moz-column-count:1;column-count:1;-webkit-column-gap:0;-moz-column-gap:0;column-gap:0;margin-bottom:0;padding-top:8px}}.menu__box{padding-bottom:16px;-webkit-column-break-inside:avoid;-moz-column-break-inside:avoid;break-inside:avoid-column}@media only screen and (max-width: 767px){.menu__box{padding-bottom:0}}.menu__link,.menu__sublink{display:block;color:#001b2e;transition:color .2s}.menu__link:hover,.menu__sublink:hover{color:#ff6d1f}.menu__link{font-weight:300}@media only screen and (max-width: 1023px){.menu__link{font-size:14px}}@media only screen and (max-width: 767px){.menu__link{padding:12px 0;font-size:16px}}.menu__group{margin-top:8px}@media only screen and (max-width: 767px){.menu__group{margin-top:0;padding-bottom:8px}}.menu__sublink{font-size:14px;line-height:1.3;font-weight:200}.menu__sublink:not(:last-child){margin-bottom:4px}.menu__all{display:inline-flex;align-items:center;margin-top:8px;font-size:16px;font-weight:300;color:#ff6d1f;transition:color .2s}@media only screen and (max-width: 767px){.menu__all{margin-top:14px}}.menu__all .icon{width:16px;height:16px;margin-left:4px;fill:#ff6d1f;transition:all .2s}.menu__all:hover{color:#ff921a}.menu__all:hover .icon{-webkit-transform:rotate(45deg);transform:rotate(45deg);fill:#ff921a}.menu__popular{margin-top:auto;padding-top:32px}@media only screen and (max-width: 767px){.menu__popular{display:none}}.menu__title{font-weight:600}.menu__products{display:flex;margin:0 -6px}.menu__product{width:calc(16.666% - 12px);margin:0 6px;text-align:center;color:#001b2e;transition:color .2s}@media only screen and (max-width: 1179px){.menu__product{width:calc(20% - 12px)}}@media only screen and (max-width: 1179px){.menu__product:nth-child(n + 6){display:none}}.menu__product:hover{color:#ff6d1f}.menu__preview{display:flex;justify-content:center;align-items:center;height:100px}.menu__preview img{max-width:100%;max-height:100%}.menu__subtitle{font-size:12px;line-height:1.5;font-weight:300;display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}@media only screen and (max-width: 1579px){.menu__subtitle{font-size:10px;line-height:1.5;font-weight:200}}.menu__banner{flex-shrink:0;width:312px;min-height:460px}@media only screen and (max-width: 1023px){.menu__banner{display:none}}.menu__banner img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.menu-actions{display:none}@media only screen and (max-width: 767px){.menu-actions{display:flex;padding:0 20px}}.menu-actions__button{display:flex;justify-content:center;align-items:center;width:50%;height:56px;font-size:16px;font-weight:600;color:#001b2e}.menu-actions__button:first-child{border-right:1px solid #e0e8ec}.menu-actions__icon{position:relative;display:flex;justify-content:center;align-items:center;width:40px;height:40px}.menu-actions__icon .icon{fill:#182856}.menu-actions__counter{position:absolute;top:0;right:0;display:flex;justify-content:center;align-items:center;width:16px;height:16px;border-radius:50%;background:#ff921a;font-size:10px;line-height:1;font-weight:700;color:#fff}.menu-directions{display:none}@media only screen and (max-width: 767px){.menu-directions{display:block}}.menu-directions__item{display:flex;justify-content:space-between;align-items:center;height:64px;padding:0 20px}.menu-directions__title{font-size:18px;font-weight:600;color:#142959}.menu-directions__image img{width:32px}.menu__socials{display:none;justify-content:center;padding:24px 20px}@media only screen and (max-width: 767px){.menu__socials{display:flex}}.menu__socials a{display:flex;justify-content:center;align-items:center;width:56px;height:56px;border-radius:24px;transition:-webkit-transform .2s;transition:transform .2s;transition:transform .2s,-webkit-transform .2s}.menu__socials a .icon{width:40px;height:40px}.menu__socials a:nth-child(2n+1){background:#FFA953}.menu__socials a:nth-child(2n+1) svg{fill:#142959}.menu__socials a:nth-child(2n){background:#2C4179}.menu__socials a:nth-child(2n) svg{fill:#fff}.menu__socials a:not(:last-child){margin-right:24px}.menu-foot{display:none;padding:24px 20px 32px;background:#f2f8f9}@media only screen and (max-width: 767px){.menu-foot{display:block}}.menu-foot__links{display:flex;flex-direction:column;align-items:flex-start;margin-bottom:24px}.menu-foot__links a{padding:8px 0;font-size:16px;color:#001b2e}.menu-foot__docs{display:flex;margin-bottom:24px}.menu-foot__docs a{font-size:14px;line-height:1.3;color:#294c60}.menu-foot__docs a:not(:last-child){position:relative;margin-right:10px}.menu-foot__docs a:not(:last-child):after{content:"|";margin-left:10px;color:#294c60;pointer-events:none}.menu-foot__copyright{font-size:14px;line-height:1.3;font-weight:200;color:#294c60}.menu-blog{width:100%;padding:32px 0 104px}@media only screen and (max-width: 767px){.menu-blog{display:flex;flex-direction:column;flex-grow:1;padding:20px 0 0}}.menu-blog__row{display:flex}@media only screen and (max-width: 1023px){.menu-blog__row{display:block}}@media only screen and (max-width: 767px){.menu-blog__row{margin-bottom:24px}}.menu-blog__col:first-child{flex-grow:1}.menu-blog__col:nth-child(2){flex-shrink:0;width:408px;margin-left:40px}@media only screen and (max-width: 1579px){.menu-blog__col:nth-child(2){width:360px}}@media only screen and (max-width: 1179px){.menu-blog__col:nth-child(2){width:280px}}@media only screen and (max-width: 1023px){.menu-blog__col:nth-child(2){display:none}}.menu-blog__menu{display:flex}@media only screen and (max-width: 767px){.menu-blog__menu{display:block}}.menu-blog__item{width:100%;max-width:205px}@media only screen and (max-width: 767px){.menu-blog__item{max-width:100%}}.menu-blog__item .more{margin-top:4px}.menu-blog__item:not(:last-child){margin-right:16px}@media only screen and (max-width: 767px){.menu-blog__item:not(:last-child){margin:0 0 20px}}.menu-blog__head{display:block;font-size:16px}.menu-blog__links{display:flex;flex-direction:column;align-items:flex-start;margin-top:8px}.menu-blog__links a{padding:4px 0;font-size:14px;line-height:1.3;font-weight:200}@media only screen and (max-width: 767px){.menu-blog__links a{padding:8px 0}}.menu-blog__head,.menu-blog__links a,.menu-blog__article{color:#001b2e;transition:color .2s}.menu-blog__head:hover,.menu-blog__links a:hover,.menu-blog__article:hover{color:#ff6d1f}.menu-blog__title{margin-bottom:24px;font-size:16px;font-weight:600}.menu-blog__article{display:flex;align-items:center}.menu-blog__article:not(:last-child){margin-bottom:20px}.menu-blog__preview{position:relative;flex-shrink:0;width:80px;height:80px;margin-right:12px}.menu-blog__preview img{position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;border-radius:12px}.menu-blog__caption{flex-grow:1;font-size:14px;line-height:1.3;font-weight:600}.menu-blog__foot{position:absolute;left:0;right:0;bottom:0;display:block;background:#ff737d}@media only screen and (max-width: 767px){.menu-blog__foot{position:static;margin:auto -20px 0}}.menu-blog__foot .menu-blog__center{display:flex;justify-content:space-between;align-items:center;height:80px}@media only screen and (max-width: 767px){.menu-blog__foot .menu-blog__center{height:64px}}.menu-blog__subtitle{font-size:24px;line-height:1.3;font-weight:600;color:#fff}@media only screen and (max-width: 1179px){.menu-blog__subtitle{font-size:21px}}@media only screen and (max-width: 1023px){.menu-blog__subtitle{font-size:18px}}.menu-blog__images{display:flex;align-items:center}.menu-blog__image:not(:last-child){margin-right:8px}@media only screen and (max-width: 767px){.menu-blog__image:not(:last-child){display:none;margin-right:0}}.new{position:relative;width:120px;height:120px;display:flex;justify-content:center;align-items:center}@media only screen and (max-width: 1023px){.new{width:80px;height:80px}}.new__text{position:absolute;top:0;left:0;width:100%;-webkit-animation:rotateText 15s linear infinite;animation:rotateText 15s linear infinite}@-webkit-keyframes rotateText{0%{-webkit-transform:0deg;transform:0deg}to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes rotateText{0%{-webkit-transform:0deg;transform:0deg}to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.action{position:relative;width:120px;height:120px}@media only screen and (max-width: 1023px){.action{width:80px;height:80px}}.action__content{position:absolute;z-index:3;top:0;left:0;right:0;padding-top:20px;text-align:center;color:#fff}@media only screen and (max-width: 1023px){.action__content{padding-top:10px}}.action__label{font-size:14px;line-height:1.3;font-weight:600}@media only screen and (max-width: 1023px){.action__label{font-size:10px}}.action__title{margin-top:-3px;font-size:32px;line-height:1.1;font-weight:700}@media only screen and (max-width: 1023px){.action__title{font-size:22px}}.action__images img{width:100%}.action__images img:not(:first-child){position:absolute}.action__images img:nth-child(2){top:45%;left:44%;z-index:2;width:7.5%}.action__images img:nth-child(3){top:45%;right:44%;width:5.83%}.action__images img:nth-child(4){top:18.8%;left:2.8%;width:95%;-webkit-animation:rotateActionLabel 3s ease-in infinite;animation:rotateActionLabel 3s ease-in infinite}.action_sm{width:80px;height:80px}.action_sm .action__label{display:none}.action_sm .action__title{font-size:24px}@-webkit-keyframes rotateActionLabel{0%{-webkit-transform:0deg;transform:0deg}50%{-webkit-transform:rotate(80deg);transform:rotate(80deg)}to{-webkit-transform:0deg;transform:0deg}}@keyframes rotateActionLabel{0%{-webkit-transform:0deg;transform:0deg}50%{-webkit-transform:rotate(80deg);transform:rotate(80deg)}to{-webkit-transform:0deg;transform:0deg}}.splide__arrow{width:56px;height:56px;opacity:1;border-radius:16px;background:transparent;border:1px solid #182856;transition:background .2s}.splide__arrow svg{width:24px;height:24px;fill:#4c5c66}.splide__arrow:hover{background:#f2f8f9}.splide__arrow:hover:not(:disabled){opacity:1}.splide__arrow:disabled{opacity:.5;pointer-events:none}.splide__video__play{width:72px;height:72px;background:#ff6d1f url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21' height='23' fill='none' viewBox='0 0 21 21'%3E%3Cpath d='M19.403 9.272c2 1.155 2 4.041 0 5.196L5.471 22.511c-2 1.155-4.5-.289-4.5-2.598V3.826c0-2.309 2.5-3.753 4.5-2.598l13.931 8.043z' fill='%23fff'/%3E%3C/svg%3E") no-repeat 55% 50%/21px auto}@media only screen and (max-width: 767px){.splide__video__play{width:48px;height:48px;background-size:16px auto}}.splide__video__play:after{display:none}.splide_main .splide__slide img{position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.splide_main .splide__center{display:flex;align-items:center;min-height:520px;padding-top:40px;padding-bottom:80px}@media only screen and (max-width: 1579px){.splide_main .splide__center{padding-bottom:40px}}@media only screen and (max-width: 1179px){.splide_main .splide__center{min-height:440px}}@media only screen and (max-width: 1023px){.splide_main .splide__center{min-height:390px}}@media only screen and (max-width: 767px){.splide_main .splide__center{min-height:100%;align-items:stretch;padding-top:54px;padding-bottom:66px}}.splide_main .splide__wrap{position:relative;max-width:640px;color:#fff}@media only screen and (max-width: 1579px){.splide_main .splide__wrap{max-width:540px}}@media only screen and (max-width: 1023px){.splide_main .splide__wrap{max-width:440px}}@media only screen and (max-width: 767px){.splide_main .splide__wrap{display:flex;flex-direction:column;align-items:flex-start;max-width:100%}}@media only screen and (max-width: 767px){.splide_main .splide__wrap .btn{margin-top:auto}}.splide_main .splide__title{margin-bottom:24px;font-size:64px;line-height:1.1;font-weight:700}@media only screen and (max-width: 1179px){.splide_main .splide__title{font-size:48px}}.splide_main .splide__content{margin-bottom:56px;font-size:28px;line-height:1.3;font-weight:600}@media only screen and (max-width: 1179px){.splide_main .splide__content{font-size:20px}}.splide_main .splide__pagination,.splide_banners .splide__pagination,.splide_about .splide__pagination,.splide_puppy .splide__pagination,.splide_blog-banners .splide__pagination{bottom:16px}.splide_main .splide__pagination li:not(:last-child),.splide_banners .splide__pagination li:not(:last-child),.splide_about .splide__pagination li:not(:last-child),.splide_puppy .splide__pagination li:not(:last-child),.splide_blog-banners .splide__pagination li:not(:last-child){margin-right:12px}@media only screen and (max-width: 767px){.splide_banners .splide__pagination li:not(:last-child){margin-right:6px}}.splide_main .splide__pagination__page,.splide_banners .splide__pagination__page,.splide_about .splide__pagination__page,.splide_puppy .splide__pagination__page,.splide_blog-banners .splide__pagination__page{width:32px;height:32px;margin:0;background:transparent;opacity:1}@media only screen and (max-width: 1179px){.splide_main .splide__pagination__page,.splide_banners .splide__pagination__page,.splide_about .splide__pagination__page,.splide_puppy .splide__pagination__page,.splide_blog-banners .splide__pagination__page{width:24px;height:24px}}.splide_main .splide__pagination__page:before,.splide_main .splide__pagination__page:after,.splide_banners .splide__pagination__page:before,.splide_banners .splide__pagination__page:after,.splide_about .splide__pagination__page:before,.splide_about .splide__pagination__page:after,.splide_puppy .splide__pagination__page:before,.splide_puppy .splide__pagination__page:after,.splide_blog-banners .splide__pagination__page:before,.splide_blog-banners .splide__pagination__page:after{content:"";position:absolute;top:50%;left:50%;border-radius:50%}.splide_main .splide__pagination__page:before,.splide_banners .splide__pagination__page:before,.splide_about .splide__pagination__page:before,.splide_puppy .splide__pagination__page:before,.splide_blog-banners .splide__pagination__page:before{width:100%;height:100%;border:1px solid #ffffff;-webkit-transform:translate(-50%,-50%) scale(0);transform:translate(-50%,-50%) scale(0);transition:-webkit-transform .2s;transition:transform .2s;transition:transform .2s,-webkit-transform .2s}.splide_main .splide__pagination__page:after,.splide_banners .splide__pagination__page:after,.splide_about .splide__pagination__page:after,.splide_puppy .splide__pagination__page:after,.splide_blog-banners .splide__pagination__page:after{width:56%;height:56%;background:#ffffff;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);opacity:.6;transition:opacity .2s}.splide_main .splide__pagination__page:hover:after,.splide_banners .splide__pagination__page:hover:after,.splide_about .splide__pagination__page:hover:after,.splide_puppy .splide__pagination__page:hover:after,.splide_blog-banners .splide__pagination__page:hover:after{opacity:1}.splide_main .splide__pagination__page.is-active,.splide_banners .splide__pagination__page.is-active,.splide_about .splide__pagination__page.is-active,.splide_puppy .splide__pagination__page.is-active,.splide_blog-banners .splide__pagination__page.is-active{-webkit-transform:scale(1);transform:scale(1);opacity:1}.splide_main .splide__pagination__page.is-active:before,.splide_banners .splide__pagination__page.is-active:before,.splide_about .splide__pagination__page.is-active:before,.splide_puppy .splide__pagination__page.is-active:before,.splide_blog-banners .splide__pagination__page.is-active:before{-webkit-transform:translate(-50%,-50%) scale(1);transform:translate(-50%,-50%) scale(1)}.splide_main .splide__pagination__page.is-active:after,.splide_banners .splide__pagination__page.is-active:after,.splide_about .splide__pagination__page.is-active:after,.splide_puppy .splide__pagination__page.is-active:after,.splide_blog-banners .splide__pagination__page.is-active:after{opacity:1}@media only screen and (max-width: 767px){.splide_main .splide__pagination{bottom:11px}.splide_main .splide__pagination li{font-size:0}.splide_main .splide__pagination li:not(:last-child){margin-right:8px}.splide_main .splide__pagination__page{width:16px;height:16px}.splide_banners .splide__pagination__page{width:10px;height:10px;background:#c7cfd8;transition:background .2s}.splide_banners .splide__pagination__page:after,.splide_banners .splide__pagination__page:before{display:none}.splide_banners .splide__pagination__page.is-active{background:#182856}}.splide_about .splide__pagination__page{width:24px;height:24px}.splide_main .splide__progress{position:absolute;left:0;right:0;bottom:0;background:#c7cfd8}.splide_main .splide__progress__bar{background:#ff6d1f}@media only screen and (max-width: 767px){.splide_view .splide__pagination{position:static;margin-top:8px}}@media only screen and (max-width: 767px){.splide_view .splide__pagination li:not(:last-child){margin-right:8px}}@media only screen and (max-width: 767px){.splide_view .splide__pagination__page{margin:0;opacity:1;background:#c7cfd8;transition:background .2s}.splide_view .splide__pagination__page.is-active{-webkit-transform:scale(1.2);transform:scale(1.2);background:#182856}}.footer__top{padding:80px 0 24px}@media only screen and (max-width: 1179px){.footer__top{padding-top:60px}}@media only screen and (max-width: 767px){.footer__top{padding:48px 0 32px}}.footer__row{display:flex;justify-content:space-between;margin-bottom:40px}@media only screen and (max-width: 1179px){.footer__row{margin-bottom:32px}}@media only screen and (max-width: 767px){.footer__row{display:block}}.footer__wrap{max-width:696px;margin-right:40px}@media only screen and (max-width: 767px){.footer__wrap{max-width:100%;margin:0 0 32px}}.footer__title{margin-bottom:16px;font-size:38px;line-height:1.2;font-weight:600}@media only screen and (max-width: 1179px){.footer__title{font-size:28px}}@media only screen and (max-width: 767px){.footer__title{margin-bottom:24px}}.footer__content{font-size:18px;font-weight:300;color:#294c60}@media only screen and (max-width: 1179px){.footer__content{font-size:16px}}.footer__subscribe{display:flex;align-items:center;margin-bottom:64px;padding:16px 24px;border-radius:24px;background:#455F9B}@media only screen and (max-width: 1179px){.footer__subscribe{margin-bottom:40px}}@media only screen and (max-width: 1023px){.footer__subscribe{margin-bottom:32px}}@media only screen and (max-width: 767px){.footer__subscribe{display:block;padding:16px}}.footer__icon{flex-shrink:0;margin-right:24px}@media only screen and (max-width: 1023px){.footer__icon{margin-right:12px}}@media only screen and (max-width: 767px){.footer__icon{margin:0 0 16px;text-align:center}}.footer__info{margin-right:auto;font-size:24px;line-height:1.3;font-weight:600;color:#fff}@media only screen and (max-width: 1179px){.footer__info{font-size:16px}}@media only screen and (max-width: 767px){.footer__info{margin:0 0 16px}}.footer__form{position:relative;flex-shrink:0;width:500px;margin-left:40px}@media only screen and (max-width: 1179px){.footer__form{width:400px}}@media only screen and (max-width: 1023px){.footer__form{width:360px;margin-left:24px}}@media only screen and (max-width: 767px){.footer__form{width:100%;margin:0}}.footer__form .btn{position:absolute;top:8px;right:8px;height:40px;padding:0 16px;font-size:16px}@media only screen and (max-width: 767px){.footer__form .btn{position:static;width:100%;height:48px;margin-top:16px;font-size:18px}}.footer__input{width:100%;height:56px;padding:0 160px 0 16px;border:1px solid #adb6c4;background:#ffffff;border-radius:16px;font-size:18px;font-weight:300;color:#001b2e}@media only screen and (max-width: 767px){.footer__input{font-size:16px}}.footer__input::-webkit-input-placeholder{color:#8199af}.footer__input:-ms-input-placeholder{color:#8199af}.footer__input::-ms-input-placeholder{color:#8199af}.footer__input::placeholder{color:#8199af}.footer__menu{display:flex;flex-wrap:wrap;max-width:1000px;margin-left:-40px}@media only screen and (max-width: 1023px){.footer__menu{margin-left:-32px}}@media only screen and (max-width: 767px){.footer__menu{display:block;margin:0;padding:0 12px}}.footer__menu a{margin-left:40px;padding:9px 0;color:#001b2e;transition:color .2s}@media only screen and (max-width: 1023px){.footer__menu a{margin-left:32px;font-size:14px}}@media only screen and (max-width: 767px){.footer__menu a{display:block;margin:0}}.footer__menu a:hover{color:#ff6d1f}.footer__body{padding:40px 0 32px;background:#f2f8f9}@media only screen and (max-width: 1023px){.footer__body{padding:32px 0}}.footer__body .footer__center{display:flex}@media only screen and (max-width: 767px){.footer__body .footer__center{display:block;padding:0 32px}}.footer__logo{display:block;width:169px;margin-right:56px}@media only screen and (max-width: 767px){.footer__logo{margin:0 auto 32px}}.footer__logo img{width:100%}.footer__box{margin-right:auto}@media only screen and (max-width: 767px){.footer__box{margin-bottom:32px}}.footer__category{display:flex;align-items:center;margin-bottom:8px;font-weight:300}@media only screen and (max-width: 767px){.footer__category{margin-bottom:12px}}.footer__category .icon{margin-right:4px;fill:#182856}.footer__list{display:flex;flex-direction:column;align-items:flex-start}.footer__list a{color:#001b2e;transition:color .2s}.footer__list a:hover{color:#ff6d1f}.footer__list a:not(:last-child){margin-bottom:4px}@media only screen and (max-width: 767px){.footer__list a:not(:last-child){margin-bottom:16px}}.footer__contacts{min-width:350px;font-weight:300;color:#294c60}@media only screen and (max-width: 1023px){.footer__contacts{min-width:auto}}@media only screen and (max-width: 767px){.footer__contacts{font-size:16px}}.footer__bottom{padding:32px 0;background:#182856}.footer__bottom .footer__center{display:flex;justify-content:space-between;align-items:center}@media only screen and (max-width: 767px){.footer__bottom .footer__center{flex-direction:column-reverse;align-items:stretch;padding:0 32px}}.footer__copyright{font-size:14px;line-height:1.3;font-weight:200;color:#fff}@media only screen and (max-width: 767px){.footer__copyright{margin-top:32px}}.footer__docs{min-width:350px;font-size:14px;line-height:1.3}@media only screen and (max-width: 1023px){.footer__docs{min-width:auto}}.footer__docs a{color:#fff;transition:color .2s}.footer__docs a:hover{color:#ff6d1f}.footer__docs a:not(:last-child):after{content:"|";margin:0 8px}.socials{display:flex}@media only screen and (max-width: 767px){.socials{justify-content:center}}.socials a{display:flex;justify-content:center;align-items:center;width:80px;height:80px;border-radius:25px;transition:-webkit-transform .2s;transition:transform .2s;transition:transform .2s,-webkit-transform .2s}@media only screen and (max-width: 1023px){.socials a{width:56px;height:56px}}.socials a .icon{width:40px;height:40px}.socials a:nth-child(2n+1){background:#FFA953}.socials a:nth-child(2n+1) svg{fill:#142959}.socials a:nth-child(2n){background:#2C4179}.socials a:nth-child(2n) svg{fill:#fff}.socials a:hover{-webkit-transform:translateY(-3px);transform:translateY(-3px)}@media only screen and (max-width: 1023px){.socials a:not(:last-child){margin-right:12px}}@media only screen and (max-width: 767px){.socials a:not(:last-child){margin-right:24px}}.counter{position:relative;display:inline-flex;flex-shrink:0;width:88px;border:1px solid #8199af;border-radius:16px;padding:0 28px;overflow:hidden}.counter__input{width:100%;height:38px;background:none;text-align:center;font-size:16px;color:#001b2e}.counter__btn{position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);z-index:1;width:24px;height:24px;transition:color .2s;-webkit-tap-highlight-color:rgba(0,0,0,0)}.counter__btn:before{content:"";position:absolute;top:50%;left:50%;width:12px;height:1.5px;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);border-radius:1px;background:#4c5c66;transition:background .2s}.counter__btn:hover:before,.counter__btn:hover:after{background:#ff6d1f}.counter__btn.disabled{pointer-events:none}.counter__btn.disabled:before,.counter__btn.disabled:after{background:#adb6c4}.counter__btn_plus{right:4px}.counter__btn_plus:after{content:"";position:absolute;top:50%;left:50%;width:1.5px;height:12px;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);border-radius:1px;background:#4c5c66;transition:background .2s}.counter__btn_minus{left:4px}.counter_lg{width:96px;padding:0 32px}.counter_lg .counter__input{height:46px;font-size:18px}.counter_lg .counter__btn_plus{right:8px}.counter_lg .counter__btn_minus{left:8px}.counter_sm{width:104px}.counter_sm .counter__input{height:34px;font-size:14px;line-height:1.3;font-weight:600}.counter_sm .counter__btn_plus{right:8px}.counter_sm .counter__btn_minus{left:8px}.favorite{position:relative;width:40px;height:40px}.favorite .icon,.favorite svg{fill:#adb6c4;transition:all .2s}.favorite:after{content:"";position:absolute;inset:0;top:-1px;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' fill='none' viewBox='0 0 40 40'%3E%3Cpath fill-rule='evenodd' d='M10.079 22.831a6.89 6.89 0 0 1 0-9.844 7.15 7.15 0 0 1 9.167-.7l.764.55.763-.549a7.15 7.15 0 0 1 9.169.7 6.89 6.89 0 0 1 .002 9.845l-5.772 5.548a6 6 0 0 1-8.314.001l-5.777-5.55z' fill='%23ff6d1f'/%3E%3C/svg%3E") no-repeat 50% 50%/100% auto;opacity:0;transition:opacity .2s}.favorite:hover .icon,.favorite:hover svg{fill:#ff6d1f}.favorite.active svg{opacity:0}.favorite.active:after{opacity:1}*[class^=status]{display:inline-flex;justify-content:center;align-items:center;min-width:32px;height:32px;padding:4px;border-radius:10px;text-align:center;font-size:14px;line-height:1.3;font-weight:600;color:#fff;cursor:pointer}@media only screen and (max-width: 1179px){*[class^=status]{min-width:24px;height:24px;padding:3px;border-radius:8px;font-size:12px}}*[class^=status] span{display:none;margin-right:5px;white-space:nowrap}@media only screen and (max-width: 1023px){*[class^=status] span{display:none}}*[class^=status]:hover{padding-left:8px}*[class^=status]:hover span{display:block}@media only screen and (max-width: 1023px){*[class^=status]:hover span{display:none}}.status-action{min-width:30px;height:30px;padding:0 12px;background:#f94754}@media only screen and (max-width: 1179px){.status-action{height:24px}}.status-action:hover{padding-left:12px}.status-numbers{background:#9471ca;font-size:12px;line-height:1.5;font-weight:600}@media only screen and (max-width: 1179px){.status-numbers{font-size:10px}}.status-numbers span{font-size:14px}.status-numbers:hover{padding:0 8px}.status-gift:after,.status-delivery:after,.status-new:after,.status-hot:after,.status-subs:after{content:"";display:block;flex-shrink:0;width:24px;height:24px;background-repeat:no-repeat;background-position:50% 50%;background-size:100% auto}@media only screen and (max-width: 1179px){.status-gift:after,.status-delivery:after,.status-new:after,.status-hot:after,.status-subs:after{width:18px;height:18px}}.status-gift{background:#fe70b2}.status-gift:after{background-image:url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 10.9999V14.9999C4 18.2999 4 19.9499 5.025 20.9749C6.05 21.9999 7.7 21.9999 11 21.9999H13C16.3 21.9999 17.95 21.9999 18.975 20.9749C20 19.9499 20 18.2999 20 14.9999V10.9999' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M12 5.857C12 4.83406 11.5936 3.85302 10.8703 3.12969C10.147 2.40636 9.16594 2 8.143 2H7.786C6.8 2 6 2.799 6 3.786C6 4.63841 6.33862 5.4559 6.94136 6.05864C7.5441 6.66138 8.36159 7 9.214 7H12M12 5.857V7M12 5.857C12 4.83406 12.4064 3.85302 13.1297 3.12969C13.853 2.40636 14.8341 2 15.857 2H16.214C17.2 2 18 2.799 18 3.786C18 4.20807 17.9169 4.626 17.7553 5.01594C17.5938 5.40588 17.3571 5.76019 17.0586 6.05864C16.7602 6.35709 16.4059 6.59383 16.0159 6.75535C15.626 6.91687 15.2081 7 14.786 7H12M3 9C3 8.252 3 7.878 3.201 7.6C3.34356 7.40899 3.53253 7.25754 3.75 7.16C4.098 7 4.565 7 5.5 7H18.5C19.435 7 19.902 7 20.25 7.16C20.478 7.266 20.667 7.418 20.799 7.6C21 7.878 21 8.252 21 9C21 9.748 21 10.121 20.799 10.4C20.6564 10.591 20.4675 10.7425 20.25 10.84C19.902 11 19.435 11 18.5 11H5.5C4.565 11 4.098 11 3.75 10.84C3.53253 10.7425 3.34356 10.591 3.201 10.4C3 10.121 3 9.748 3 9Z' stroke='white' stroke-width='1.5' stroke-linejoin='round'/%3E%3Cpath d='M12 10.9999V21.9999' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A")}.status-delivery{background:#0bbbef}.status-delivery:after{background-image:url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M19.5 17.5001C19.5 18.1632 19.2366 18.799 18.7678 19.2679C18.2989 19.7367 17.663 20.0001 17 20.0001C16.337 20.0001 15.7011 19.7367 15.2322 19.2679C14.7634 18.799 14.5 18.1632 14.5 17.5001C14.5 16.8371 14.7634 16.2012 15.2322 15.7324C15.7011 15.2635 16.337 15.0001 17 15.0001C17.663 15.0001 18.2989 15.2635 18.7678 15.7324C19.2366 16.2012 19.5 16.8371 19.5 17.5001ZM9.5 17.5001C9.5 18.1632 9.23661 18.799 8.76777 19.2679C8.29893 19.7367 7.66304 20.0001 7 20.0001C6.33696 20.0001 5.70107 19.7367 5.23223 19.2679C4.76339 18.799 4.5 18.1632 4.5 17.5001C4.5 16.8371 4.76339 16.2012 5.23223 15.7324C5.70107 15.2635 6.33696 15.0001 7 15.0001C7.66304 15.0001 8.29893 15.2635 8.76777 15.7324C9.23661 16.2012 9.5 16.8371 9.5 17.5001Z' stroke='white' stroke-width='1.5'/%3E%3Cpath d='M14.5 17.5H9.5M19.5 17.5H20.263C20.483 17.5 20.593 17.5 20.685 17.488C21.016 17.4468 21.3239 17.2964 21.5599 17.0606C21.7959 16.8248 21.9465 16.517 21.988 16.186C22 16.093 22 15.983 22 15.763V13C22 11.2761 21.3152 9.62279 20.0962 8.40381C18.8772 7.18482 17.2239 6.5 15.5 6.5M2 4H12C13.414 4 14.121 4 14.56 4.44C15 4.878 15 5.585 15 7V15.5M2 12.75V15C2 15.935 2 16.402 2.201 16.75C2.33265 16.978 2.52199 17.1674 2.75 17.299C3.098 17.5 3.565 17.5 4.5 17.5M2 7H8M2 10H6' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A")}.status-new{padding:0}.status-new:after{width:32px;height:32px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none' viewBox='0 0 32 32'%3E%3Cpath fill-rule='evenodd' d='M17.087 1.393a1.72 1.72 0 0 0-2.173 0l-1.724 1.403a1.72 1.72 0 0 1-1.36.364l-2.195-.353a1.72 1.72 0 0 0-1.882 1.087L6.96 5.971a1.72 1.72 0 0 1-.995.995l-2.077.792a1.72 1.72 0 0 0-1.087 1.882l.353 2.195a1.72 1.72 0 0 1-.364 1.36L1.386 14.92a1.72 1.72 0 0 0 0 2.173l1.403 1.724a1.72 1.72 0 0 1 .364 1.36l-.353 2.195a1.72 1.72 0 0 0 1.087 1.882l2.077.792a1.72 1.72 0 0 1 .995.995l.792 2.077a1.72 1.72 0 0 0 1.882 1.087l2.195-.353a1.72 1.72 0 0 1 1.36.364l1.724 1.403a1.72 1.72 0 0 0 2.173 0l1.724-1.403a1.72 1.72 0 0 1 1.36-.364l2.195.353a1.72 1.72 0 0 0 1.882-1.087l.792-2.077a1.72 1.72 0 0 1 .995-.995l2.077-.792a1.72 1.72 0 0 0 1.087-1.882l-.353-2.195a1.72 1.72 0 0 1 .364-1.36l1.403-1.724a1.72 1.72 0 0 0 0-2.173l-1.403-1.725a1.72 1.72 0 0 1-.364-1.36l.353-2.195a1.72 1.72 0 0 0-1.087-1.882l-2.077-.792a1.72 1.72 0 0 1-.995-.995l-.792-2.077a1.72 1.72 0 0 0-1.882-1.087l-2.195.353a1.72 1.72 0 0 1-1.36-.364l-1.724-1.403z' fill='%237ece58'/%3E%3Cpath d='M5.631 12.734v6.716h1.694v-1.942a10.87 10.87 0 0 0-.083-1.302l-.145-1.261h.041l.641 1.498 1.488 3.007h1.818v-6.716H9.392v1.942l.021.651.062.672.072.651.072.589h-.041l-.641-1.508-1.488-2.996H5.631zm7.459 0v6.716h4.443v-1.488h-2.666v-1.198h2.19v-1.488h-2.19v-1.054h2.562v-1.488H13.09zm6.795 6.715l-1.178-6.716h1.818l.372 2.934.114 1.054.114 1.054h.041l.372-2.108.64-2.934h1.488l.641 2.934.186 1.044.186 1.064h.041l.114-1.064.114-1.044.372-2.934h1.695l-1.116 6.716h-2.252l-.517-2.666-.145-.796-.103-.775h-.041l-.114.775-.134.796-.496 2.666h-2.211z' fill='%23fff'/%3E%3C/svg%3E")}@media only screen and (max-width: 1179px){.status-new:after{width:24px;height:24px}}.status-new:hover{background:#7ece58}.status-new:hover:after{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none' viewBox='0 0 32 32'%3E%3Cpath fill-rule='evenodd' d='M17.087 1.393a1.72 1.72 0 0 0-2.173 0l-1.724 1.403a1.72 1.72 0 0 1-1.36.364l-2.195-.353a1.72 1.72 0 0 0-1.882 1.087L6.96 5.971a1.72 1.72 0 0 1-.995.995l-2.077.792a1.72 1.72 0 0 0-1.087 1.882l.353 2.195a1.72 1.72 0 0 1-.364 1.36L1.386 14.92a1.72 1.72 0 0 0 0 2.173l1.403 1.724a1.72 1.72 0 0 1 .364 1.36l-.353 2.195a1.72 1.72 0 0 0 1.087 1.882l2.077.792a1.72 1.72 0 0 1 .995.995l.792 2.077a1.72 1.72 0 0 0 1.882 1.087l2.195-.353a1.72 1.72 0 0 1 1.36.364l1.724 1.403a1.72 1.72 0 0 0 2.173 0l1.724-1.403a1.72 1.72 0 0 1 1.36-.364l2.195.353a1.72 1.72 0 0 0 1.882-1.087l.792-2.077a1.72 1.72 0 0 1 .995-.995l2.077-.792a1.72 1.72 0 0 0 1.087-1.882l-.353-2.195a1.72 1.72 0 0 1 .364-1.36l1.403-1.724a1.72 1.72 0 0 0 0-2.173l-1.403-1.725a1.72 1.72 0 0 1-.364-1.36l.353-2.195a1.72 1.72 0 0 0-1.087-1.882l-2.077-.792a1.72 1.72 0 0 1-.995-.995l-.792-2.077a1.72 1.72 0 0 0-1.882-1.087l-2.195.353a1.72 1.72 0 0 1-1.36-.364l-1.724-1.403z' fill='%23fff'/%3E%3Cpath d='M5.631 12.734v6.716h1.694v-1.942a10.87 10.87 0 0 0-.083-1.302l-.145-1.261h.041l.641 1.498 1.488 3.007h1.818v-6.716H9.392v1.942l.021.651.062.672.072.651.072.589h-.041l-.641-1.508-1.488-2.996H5.631zm7.459 0v6.716h4.443v-1.488h-2.666v-1.198h2.19v-1.488h-2.19v-1.054h2.562v-1.488H13.09zm6.795 6.715l-1.178-6.716h1.818l.372 2.934.114 1.054.114 1.054h.041l.372-2.108.64-2.934h1.488l.641 2.934.186 1.044.186 1.064h.041l.114-1.064.114-1.044.372-2.934h1.695l-1.116 6.716h-2.252l-.517-2.666-.145-.796-.103-.775h-.041l-.114.775-.134.796-.496 2.666h-2.211z' fill='%237ece58'/%3E%3C/svg%3E")}.status-hot:after{background-image:url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 22C13.9891 22 15.8968 21.2098 17.3033 19.8033C18.7098 18.3968 19.5 16.4891 19.5 14.5C19.5 13.5 19.5 11.5 17.5 9C17.5 9 17.4 11.854 15.426 11.44C12.233 10.773 16.356 4.503 10.5 2C10.5 7 4.5 8.5 4.5 14.5C4.5 16.4891 5.29018 18.3968 6.6967 19.8033C8.10322 21.2098 10.0109 22 12 22Z' stroke='%23FF8000' stroke-width='1.5' stroke-linejoin='round'/%3E%3Cpath d='M12 19.001C13.933 19.001 15.5 16.986 15.5 14.501C12.3 15.701 11.167 12.938 11 11C9.554 11.553 8.5 13.826 8.5 15C8.5 17.485 10.067 19.001 12 19.001Z' stroke='%23FF8000' stroke-width='1.5' stroke-linejoin='round'/%3E%3C/svg%3E%0A")}.status-hot:hover{background:#ff921a}.status-hot:hover:after{background-image:url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 22C13.9891 22 15.8968 21.2098 17.3033 19.8033C18.7098 18.3968 19.5 16.4891 19.5 14.5C19.5 13.5 19.5 11.5 17.5 9C17.5 9 17.4 11.854 15.426 11.44C12.233 10.773 16.356 4.503 10.5 2C10.5 7 4.5 8.5 4.5 14.5C4.5 16.4891 5.29018 18.3968 6.6967 19.8033C8.10322 21.2098 10.0109 22 12 22Z' stroke='%23FFFFFF' stroke-width='1.5' stroke-linejoin='round'/%3E%3Cpath d='M12 19.001C13.933 19.001 15.5 16.986 15.5 14.501C12.3 15.701 11.167 12.938 11 11C9.554 11.553 8.5 13.826 8.5 15C8.5 17.485 10.067 19.001 12 19.001Z' stroke='%23FFFFFF' stroke-width='1.5' stroke-linejoin='round'/%3E%3C/svg%3E%0A")}.status-subs{position:relative;background:#3c5bc9}.status-subs:after{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' stroke='%23fff' stroke-width='2' stroke-linecap='round' viewBox='0 0 24 24'%3E%3Cpath d='M23 12c0 6.075-4.925 11-11 11-3.745 0-7.053-1.871-9.039-4.73M1 12C1 5.925 5.925 1 12 1a10.99 10.99 0 0 1 9.16 4.907'/%3E%3Cpath d='M21.204 2.063v4h-4M1.868 21.625v-4h4' stroke-linejoin='round'/%3E%3C/svg%3E")}.status-subs .subs-percent{position:absolute;top:50%;right:2px;display:block;-webkit-transform:translateY(-50%);transform:translateY(-50%);z-index:2;font-size:9px;font-weight:600;color:#fff}@media only screen and (max-width: 1179px){.status-subs .subs-percent{right:.5px;font-size:6px}}.status-subs .subs-percent span{display:inline;margin:0;font-size:6px}@media only screen and (max-width: 1179px){.status-subs .subs-percent span{font-size:5px}}.sorting{display:flex;align-items:center}@media only screen and (max-width: 767px){.sorting{flex-wrap:wrap}}.sorting__line{display:flex;align-items:center;order:4}@media only screen and (max-width: 767px){.sorting__line{margin-top:24px}}.sorting__counter{margin-right:auto;color:#4c5c66}@media only screen and (max-width: 767px){.sorting__counter{order:2;margin:0}}.sorting__text{display:flex;align-items:center;margin-right:16px;font-weight:300;color:#294c60}@media only screen and (max-width: 1023px){.sorting__text{display:none}}.sorting__text .icon{margin-right:16px;fill:#182856}.sorting .select{border-color:#182856;font-weight:600}@media only screen and (max-width: 1179px){.sorting .select{font-size:16px}}@media only screen and (max-width: 767px){.sorting .select{width:56px;padding:0;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='M7.315 4.018c.696 0 1.252.557 1.252 1.252v10.455l1.372-1.371c.497-.477 1.272-.477 1.749.02.497.497.497 1.272 0 1.769L8.19 19.642c-.239.238-.557.358-.875.358s-.636-.119-.875-.358l-3.518-3.518c-.497-.497-.497-1.272 0-1.769s1.272-.497 1.769 0l1.372 1.371V5.271c0-.696.557-1.252 1.252-1.252zm8.487.354c.497-.497 1.272-.497 1.769 0l3.518 3.518c.477.477.477 1.272-.02 1.769-.239.239-.557.358-.875.358s-.636-.119-.875-.358L17.95 8.288v10.455c0 .696-.556 1.252-1.252 1.252s-1.252-.556-1.252-1.252V8.288L14.074 9.66c-.497.497-1.272.497-1.769 0s-.497-1.272 0-1.769z' fill='%23182856'/%3E%3C/svg%3E") no-repeat 50% 50%/24px auto;font-size:0}}.sorting__filter{display:none;height:48px;-webkit-tap-highlight-color:rgba(0,0,0,0)}@media only screen and (max-width: 1023px){.sorting__filter{display:flex;margin-right:16px}}@media only screen and (max-width: 767px){.sorting__filter{width:calc(100% - 72px);margin-top:24px;order:3}}.sorting__icon{position:relative;margin-left:8px}.sorting__icon .icon:not(:first-child){margin-left:0}.sorting__icon .icon:not(:last-child){margin-right:0}.sorting__number{position:absolute;top:-8px;right:-8px;display:flex;justify-content:center;align-items:center;width:16px;height:16px;border-radius:50%;background:#ff921a;font-size:10px;font-weight:700;color:#fff}.sorting__actions{display:none;margin-right:auto}@media only screen and (max-width: 767px){.sorting__actions{display:flex;order:1}}.sorting__action{flex-shrink:0;width:24px;-webkit-tap-highlight-color:rgba(0,0,0,0)}.sorting__action .icon{fill:#adb6c4;transition:color .2s}.sorting__action.active .icon{fill:#ff6d1f}.sorting__action:not(:last-child){margin-right:16px}.sorting__flex{display:flex;justify-content:space-between;align-items:center;width:100%}@media only screen and (max-width: 767px){.sorting__flex .sorting__line{margin:0}}.card{position:relative;display:flex;flex-direction:column;padding:15px;border:1px solid #c7cfd8;background:#ffffff;border-radius:24px;transition:border-color .2s}@media only screen and (max-width: 767px){.card{padding:20px 11px 11px;border-radius:16px}}.card:hover{border-color:#8199af}.card__preview{position:relative;display:flex;justify-content:center;align-items:center;height:220px;padding:0 7px;margin-bottom:8px}@media only screen and (max-width: 1739px){.card__preview{padding:0}}@media only screen and (max-width: 1179px){.card__preview{height:180px}}@media only screen and (max-width: 767px){.card__preview{height:150px;margin:0 -8px}}.card__preview img{max-width:100%;max-height:100%}.card__details{max-width:calc(100% + 16px);margin:0 -16px 12px auto;padding:4px 16px 4px 12px;border-radius:4px 0 0 4px;color:#fff}@media only screen and (max-width: 1179px){.card__details{width:calc(100% + 16px)}}@media only screen and (max-width: 767px){.card__details{width:calc(100% + 12px);margin:0 -12px 8px 0;padding:4px 8px}}.card__info,.card__text{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.card__info{font-size:18px;font-weight:600;text-transform:uppercase}@media only screen and (max-width: 1739px){.card__info{font-size:16px}}@media only screen and (max-width: 1179px){.card__info{font-size:14px}}@media only screen and (max-width: 767px){.card__info{font-size:12px}}.card__text{font-weight:300}@media only screen and (max-width: 1179px){.card__text{font-size:14px}}@media only screen and (max-width: 767px){.card__text{margin-top:-2px}}.card__line{display:flex;align-items:center;margin-bottom:4px;font-size:14px;line-height:1.3;font-weight:200;color:#4c5c66}@media only screen and (max-width: 767px){.card__line{font-size:0}}.card__rating{width:98px;margin:-2px 6px 0 0}.card__counter{margin:0 3px 0 2px;font-weight:600}@media only screen and (max-width: 767px){.card__counter{margin-right:0;font-size:12px}}.card__title{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;overflow:hidden;min-height:55px;font-size:14px;line-height:1.3;color:#001b2e;transition:color .2s}@media only screen and (max-width: 767px){.card__title{min-height:43px;font-size:11px}}.card__title:hover{color:#ff6d1f}.card__box{display:flex;flex-direction:column;flex-grow:1;min-height:194px;padding-top:8px}@media only screen and (max-width: 767px){.card__box{min-height:auto}}.card__weights{display:flex;flex-wrap:wrap;margin:-4px 0 auto -4px}@media only screen and (max-width: 767px){.card__weights{display:none}}.card__weight{position:relative;display:flex;align-items:center;height:30px;margin:4px 0 0 4px;padding:0 7px;border:1px solid #8199af;background:#f2f8f9;border-radius:12px;font-size:16px;color:#182856;transition:all .2s}.card__weight:hover{color:#ff6d1f}.card__weight_plus{width:30px}.card__weight_plus:before,.card__weight_plus:after{content:"";position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);border-radius:2px;background:#001b2e;transition:background .2s}.card__weight_plus:before{width:12px;height:1.5px}.card__weight_plus:after{width:1.5px;height:12px}.card__weight_plus:hover:before,.card__weight_plus:hover:after,.card__weight_plus.active:before,.card__weight_plus.active:after{background:#ff6d1f}.card__weight.active{border-color:#182856;background:#182856;color:#fff}.card__weight.active .card__percent{background:#f94754;color:#fff}.card__weight.disabled{overflow:hidden;color:#adb6c4;pointer-events:none}.card__weight.disabled:before{content:"";position:absolute;inset:0;background-image:linear-gradient(to left top,transparent 0%,transparent calc(50% - 1px),#adb6c4 50%,transparent calc(50% + 1px),transparent 100%)}.card__select{display:none;min-width:auto;height:40px;margin-bottom:auto;padding:0 36px 0 12px;border:1px solid #8199af;border-radius:12px;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:#ffffff 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='M2.293 4.793a1 1 0 0 1 1.414 0L8 9.085l4.293-4.292a1 1 0 0 1 1.32-.083l.094.083a1 1 0 0 1 0 1.414l-5 5a1 1 0 0 1-1.414 0l-5-5a1 1 0 0 1 0-1.414z' fill='%234C5C66'/%3E%3C/svg%3E") no-repeat calc(100% - 10px) 50%/16px auto;font-size:14px;cursor:pointer;color:#001b2e}@media only screen and (max-width: 767px){.card__select{display:block}}.card__select::-ms-expand{display:none}.card__select:-moz-focusring{color:transparent;text-shadow:0 0 0 #000}.card__percent{margin-left:4px;padding:0 4px;background:#ffffff;border-radius:8px;font-size:12px;line-height:1.5;font-weight:600;color:#f94754;transition:color .2s}.card__price{display:flex;flex-direction:column;justify-content:flex-end;min-height:58px;margin-top:12px}@media only screen and (max-width: 1023px){.card__price{min-height:55px;margin-top:8px}}@media only screen and (max-width: 767px){.card__price{min-height:48px;margin-top:8px}}.card__price-line{display:flex;align-items:center}.card__price-percent{padding:0 8px;border-radius:10px;background:#f94754;font-size:12px;line-height:1.5;font-weight:600;color:#fff}.card__price-old{margin-left:4px;font-weight:300;color:#8199af}@media only screen and (max-width: 767px){.card__price-old{font-size:14px}}.card__price-old span{position:relative;overflow:hidden}.card__price-old span:after{content:"";position:absolute;top:50%;left:50%;width:100%;height:1px;background:#f94754;-webkit-transform:translate(-50%,-50%) skewY(-6deg);transform:translate(-50%,-50%) skewY(-6deg)}.card__price-actual{margin-top:-3px;font-size:24px;line-height:1.3;font-weight:300}@media only screen and (max-width: 767px){.card__price-actual{margin-top:0;font-size:18px}}.card__price-actual span{font-size:32px;line-height:1.2;font-weight:600}@media only screen and (max-width: 767px){.card__price-actual span{font-size:24px}}.card__control{display:flex;margin-top:12px}@media only screen and (max-width: 767px){.card__control{margin-top:8px}}.card__control .counter{flex-shrink:0}@media only screen and (max-width: 767px){.card__control .counter{width:auto;flex-grow:1}}@media only screen and (max-width: 767px){.card__control .counter__input{height:46px}}.card__control .btn{flex-grow:1;height:40px;margin-left:8px;padding:0 8px;font-size:16px}@media only screen and (max-width: 767px){.card__control .btn{flex-grow:0;flex-shrink:0;width:48px;height:48px;padding:0;font-size:0}.card__control .btn:before{content:"";display:block;width:24px;height:24px;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32'%3E%3Cpath d='M15.992 21.153v3.425m3.426-3.425v3.425m-6.851-3.425v3.425m12.417-6.851H7m14.13 0l3.031-5.082m-13.307 5.082l-3.031-5.082m.034 5.082h16.271l-.997 5.983c-.343 2.051-.513 3.076-1.232 3.685s-1.758.609-3.837.609h-4.141c-2.079 0-3.119 0-3.837-.608s-.891-1.636-1.232-3.686l-.996-5.983zM19.577 7.174c-.673-.389-1.499-.275-2.042.225-.129.118-.319.16-.47.073l-1.583-.914c-.151-.087-.21-.273-.172-.444.161-.721-.153-1.492-.826-1.881-.83-.479-1.891-.195-2.371.635-.179.31-.251.651-.229.983.013.193-.097.384-.271.469-.298.146-.558.38-.737.69-.479.83-.195 1.891.635 2.371.644.372 1.426.284 1.969-.161.128-.105.308-.139.452-.056l1.651.953c.144.083.205.256.178.419-.114.692.201 1.414.845 1.786.83.479 1.891.195 2.371-.635.179-.31.251-.651.229-.983-.013-.193.097-.384.271-.469.298-.146.558-.38.737-.69.479-.83.195-1.891-.635-2.371z' stroke='%23fff' stroke-width='2' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat 50% 50%/100% auto}}.card .favorite{position:absolute;top:4px;right:4px;z-index:2}.card__status{position:absolute;top:-4px;left:-4px;z-index:3;display:flex;flex-direction:column;align-items:flex-start}@media only screen and (max-width: 767px){.card__status{top:-12px;left:4px}}.card *[class^=status]:not(:last-child){margin-bottom:8px}@media only screen and (max-width: 1179px){.card *[class^=status]:not(:last-child){margin-bottom:4px}}.populars{padding:40px 0 80px}@media only screen and (max-width: 1023px){.populars{padding-bottom:60px}}@media only screen and (max-width: 767px){.populars{padding-bottom:40px;overflow:hidden}}.populars__list{display:flex}.populars__title{margin-bottom:32px;font-size:32px;line-height:1.2;font-weight:600}@media only screen and (max-width: 1579px){.populars__title{margin-bottom:24px}}@media only screen and (max-width: 767px){.populars__title{font-size:24px}}@media only screen and (max-width: 767px){.populars .splide__track{overflow:visible}}.populars .card{height:100%}@media only screen and (max-width: 1739px){.populars .card__info{font-size:15px}}@media only screen and (max-width: 1179px){.populars .card__info{font-size:14px}}@media only screen and (max-width: 767px){.populars .card__info{font-size:12px}}.populars_pt80{padding-top:80px}@media only screen and (max-width: 1179px){.populars_pt80{padding-top:60px}}@media only screen and (max-width: 767px){.populars_pt80{padding-top:40px}}.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,.video__play{display:none;position:absolute;top:50%;left:50%;z-index:1;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.video__button{width:68px;height:48px;background:none}.video__play{display:block;width:72px;height:72px;background:#ff6d1f;border-radius:50%;transition:background .2s}@media only screen and (max-width: 767px){.video__play{width:48px;height:48px}}.video__play .icon{width:31px;height:31px;fill:#fff;transition:fill .2s}@media only screen and (max-width: 767px){.video__play .icon{width:20px;height:20px}}.video__button:focus .video__button-shape{fill:red;fill-opacity:1}.video__button-shape{fill:#212121;fill-opacity:.8;transition:all .25s}.video__button-icon{fill:#fff}.video__button:focus{outline:none}.video:hover .video__button-shape{fill:red;fill-opacity:1}.video:hover .video__play{background:#ff921a}.video--enabled{cursor:pointer}.video--enabled .video__button,.video--enabled .video__play{display:block}.more{display:inline-flex;align-items:center;font-size:16px;color:#ff6d1f;transition:color .2s}.more .icon{margin-left:4px;fill:#ff6d1f;transition:all .2s}.more:hover{color:#ff921a}.more:hover .icon{-webkit-transform:rotate(45deg);transform:rotate(45deg);fill:#ff921a}.pagination__list{display:flex;align-items:center}.pagination .btn{height:48px;padding:0 16px}@media only screen and (max-width: 1179px){.pagination .btn{width:56px;padding:0;font-size:0}.pagination .btn .icon:not(:first-child){margin-left:0}.pagination .btn .icon:not(:last-child){margin-right:0}}.pagination .btn:first-child{margin-right:8px}.pagination .btn:last-child{margin-left:8px}.pagination__number{width:64px;text-align:center;font-weight:600;color:#001b2e;transition:color .2s}@media only screen and (max-width: 767px){.pagination__number{flex:1;width:auto}}.pagination__number:hover{color:#8199af}.pagination__number.active{pointer-events:none;color:#ff921a}.pagination .btn:not(:last-child),.pagination__number:not(:last-child){margin-right:16px}@media only screen and (max-width: 1179px){.pagination .btn:not(:last-child),.pagination__number:not(:last-child){margin-right:0}}.breadcrumbs{padding:15px 0;background:#f2f8f9}.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{flex-shrink:0;display:flex;align-items:center;padding:0 4px;font-size:14px;line-height:1.3;font-weight:200;font-weight:400;color:#4c5c66}@media only screen and (max-width: 767px){.breadcrumbs__list li{flex-shrink:0;padding:0;font-size:11px}.breadcrumbs__list li:not(:last-child){margin-right:4px}}.breadcrumbs__list a{font-weight:300;color:#001b2e;transition:color .2s}.breadcrumbs__list a:hover{color:#3c5bc9}.breadcrumbs__list .icon{display:inline-block;margin-left:8px;flex-shrink:0;width:16px;height:16px;fill:#8199af}@media only screen and (max-width: 767px){.breadcrumbs__list .icon{margin:-1px 0 0 3px}}.breadcrumbs_only-mobile{display:none}@media only screen and (max-width: 767px){.breadcrumbs_only-mobile{display:block}}.description{padding:80px 0}@media only screen and (max-width: 1579px){.description{padding:60px 0}}@media only screen and (max-width: 1023px){.description{padding:40px 0}}.description__center{display:flex}@media only screen and (max-width: 1023px){.description__center{display:block}}.description__title{flex-shrink:0;width:456px;margin-right:40px;font-size:24px;line-height:1.3;font-weight:600}@media only screen and (max-width: 1179px){.description__title{width:360px;margin-right:24px}}@media only screen and (max-width: 1023px){.description__title{width:100%;margin:0 0 16px}}@media only screen and (max-width: 767px){.description__title{font-size:16px}.description__title br{display:none}}.description__wrap{flex-grow:1}.description__content{font-size:18px;font-weight:300;color:#4c5c66}@media only screen and (max-width: 1023px){.description__content{font-size:16px}}.description .more{margin-top:14px}.hot{padding:80px 0}@media only screen and (max-width: 1579px){.hot{padding:40px 0}}@media only screen and (max-width: 767px){.hot{padding:24px 0}}.hot__head{display:flex;justify-content:space-between;align-items:center}@media only screen and (max-width: 767px){.hot__head .more{display:none}}.hot__title{font-size:24px;line-height:1.3;font-weight:600}@media only screen and (max-width: 1023px){.hot__title{margin-bottom:16px}}.hot__list{display:flex;margin:0 -12px}@media only screen and (max-width: 1023px){.hot__list{margin:0 -24px;overflow-x:auto;-ms-overflow-style:none;scrollbar-width:none;-webkit-overflow-scrolling:touch}.hot__list::-webkit-scrollbar{display:none}.hot__list:before,.hot__list:after{content:"";flex-shrink:0;width:24px}}.hot__item{width:calc(16.666% - 24px);margin:0 12px;text-align:center;font-size:14px;color:#001b2e;transition:color .2s}@media only screen and (max-width: 1579px){.hot__item{width:calc(20% - 24px)}}@media only screen and (max-width: 1023px){.hot__item{flex-shrink:0;width:200px;margin:0}}.hot__item:hover{color:#ff6d1f}@media only screen and (max-width: 1579px){.hot__item:nth-child(n + 6){display:none}}@media only screen and (max-width: 1023px){.hot__item:nth-child(n + 6){display:block}}@media only screen and (max-width: 1023px){.hot__item:not(:last-child){margin-right:24px}}.hot__preview{position:relative;display:flex;justify-content:center;align-items:center;aspect-ratio:1}.hot__preview img{max-width:100%;max-height:100%}.label{position:absolute;right:22px;bottom:22px;z-index:2;width:60px;height:60px;border-radius:50%;background-color:#fff;background-repeat:no-repeat;background-position:50% 50%;background-size:40px auto}@media only screen and (max-width: 1023px){.label{right:16px;bottom:16px;width:50px;height:50px;background-size:34px auto}}@media only screen and (max-width: 767px){.label{right:12px;bottom:12px;width:44px;height:44px;background-size:30px auto}}.label_text{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' fill='none' viewBox='0 0 40 40'%3E%3Cg clip-path='url(%23A)'%3E%3Cpath d='M32.404 3.833H10.666c-.566 0-1.126.116-1.646.339s-.989.551-1.378.962-.691.897-.886 1.428-.28 1.097-.25 1.662m0 0c.058 1.064.521 2.066 1.295 2.8s1.799 1.142 2.865 1.142h15.833c3.143 0 4.713 0 5.69.977s.977 2.547.977 5.69V30.5c0 3.143 0 4.713-.977 5.69s-2.547.977-5.69.977h-9.993c-4.715 0-7.072 0-8.537-1.465s-1.463-3.822-1.463-8.535V8.225zm0 0v-.223M10.666 8h15.833c1.572 0 2.357 0 2.845.488s.488 1.273.488 2.845m-4.167 10H13.999M20.666 28h-6.667' stroke='%23142959' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='A'%3E%3Cpath fill='%23fff' d='M0 0h40v40H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E")}.label_image{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' fill='%23182856' viewBox='0 0 40 40'%3E%3Cpath d='M4.3 31.684l-.033.033c-.45-.983-.733-2.1-.85-3.333a10.24 10.24 0 0 0 .883 3.3zM15 17.3a3.97 3.97 0 0 0 3.967-3.967A3.97 3.97 0 0 0 15 9.366a3.97 3.97 0 0 0-3.967 3.967A3.97 3.97 0 0 0 15 17.3z'/%3E%3Cpath d='M26.984 3.333H13.017c-6.067 0-9.683 3.617-9.683 9.683v13.967c0 1.817.317 3.4.933 4.733 1.433 3.167 4.5 4.95 8.75 4.95h13.967c6.067 0 9.683-3.617 9.683-9.683v-3.817-10.15c0-6.067-3.617-9.683-9.683-9.683zm6.967 17.5a3.72 3.72 0 0 0-4.7 0l-6.933 5.95a3.72 3.72 0 0 1-4.7 0l-.567-.467c-1.183-1.033-3.067-1.133-4.4-.233l-6.233 4.183c-.367-.933-.583-2.017-.583-3.283V13.016c0-4.7 2.483-7.183 7.183-7.183h13.967c4.7 0 7.183 2.483 7.183 7.183v8l-.217-.183z'/%3E%3C/svg%3E")}.label_video{background-image:url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M31.4835 21.4098C30.8952 23.6481 28.1118 25.2298 22.5435 28.3931C17.1602 31.4514 14.4685 32.9798 12.3002 32.3664C11.4014 32.1117 10.5838 31.6288 9.92683 30.9648C8.3335 29.3564 8.3335 26.2381 8.3335 19.9998C8.3335 13.7614 8.3335 10.6431 9.92683 9.03475C10.584 8.3713 11.4016 7.88903 12.3002 7.63475C14.4685 7.01809 17.1602 8.54809 22.5435 11.6064C28.1102 14.7698 30.8952 16.3514 31.4852 18.5898C31.7302 19.5138 31.7302 20.4857 31.4852 21.4098H31.4835Z' stroke='%23142959' stroke-width='2.5' stroke-linejoin='round'/%3E%3C/svg%3E%0A")}.label_audio{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' fill='none' stroke='%23142959' stroke-width='2.5' viewBox='0 0 40 40'%3E%3Cpath d='M28.333 11.667v6.667c0 2.21-.878 4.33-2.441 5.893S22.21 26.667 20 26.667s-4.33-.878-5.892-2.441-2.441-3.682-2.441-5.893v-6.667c0-2.21.878-4.33 2.441-5.893S17.79 3.334 20 3.334s4.33.878 5.893 2.441 2.441 3.682 2.441 5.893z'/%3E%3Cpath d='M28.333 11.668h-5m5 6.667h-5m10 0c0 3.536-1.405 6.928-3.905 9.428S23.536 31.668 20 31.668m0 0c-3.536 0-6.928-1.405-9.428-3.905s-3.905-5.892-3.905-9.428M20 31.668v5m0 0h5m-5 0h-5' stroke-linecap='round'/%3E%3C/svg%3E")}.label_sm{right:8px;bottom:8px;width:32px;height:32px;background-size:22px auto}@media only screen and (max-width: 1023px){.label_sm{width:24px;height:24px;background-size:16px auto}}.articles{padding:40px 0}.articles__title{margin-bottom:40px;font-size:32px;line-height:1.2;font-weight:600}@media only screen and (max-width: 1023px){.articles__title{margin-bottom:32px;font-size:24px}}.articles__list{display:flex;margin:0 -28px}@media only screen and (max-width: 1179px){.articles__list{margin:0 -16px}}@media only screen and (max-width: 767px){.articles__list{display:block;margin:0}}.articles__item{display:flex;align-items:center;width:calc(50% - 56px);margin:0 28px;color:#001b2e;transition:color .2s}@media only screen and (max-width: 1179px){.articles__item{width:calc(50% - 32px);margin:0 16px}}@media only screen and (max-width: 767px){.articles__item{width:100%;margin:0}.articles__item:not(:last-child){margin-bottom:32px}}.articles__item:hover{color:#ff6d1f}.articles__preview{position:relative;flex-shrink:0;width:230px;aspect-ratio:1}@media only screen and (max-width: 1579px){.articles__preview{width:204px}}@media only screen and (max-width: 1179px){.articles__preview{width:180px}}@media only screen and (max-width: 1023px){.articles__preview{width:140px}}@media only screen and (max-width: 767px){.articles__preview{width:120px}}.articles__preview img{position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;border-radius:12px}.articles__wrap{flex-grow:1;padding-left:16px}.articles__subtitle{margin-bottom:12px;font-size:24px;line-height:1.3;font-weight:600;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}@media only screen and (max-width: 1179px){.articles__subtitle{font-size:20px}}@media only screen and (max-width: 1023px){.articles__subtitle{margin-bottom:8px;font-size:16px}}.articles__content{display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;font-weight:300;color:#4c5c66}@media only screen and (max-width: 1023px){.articles__content{-webkit-line-clamp:3}}.field{position:relative}.field__label{margin-bottom:4px;font-size:16px;color:#4c5c66}@media only screen and (max-width: 1179px){.field__label{font-size:14px}}.field__input,.field__textarea{width:100%;border:1px solid #adb6c4;background:#ffffff;border-radius:16px;font-size:18px;font-weight:300;color:#001b2e;transition:all .2s}@media only screen and (max-width: 1179px){.field__input,.field__textarea{font-size:16px}}.field__input::-webkit-input-placeholder,.field__textarea::-webkit-input-placeholder{color:#8199af}.field__input:-ms-input-placeholder,.field__textarea:-ms-input-placeholder{color:#8199af}.field__input::-ms-input-placeholder,.field__textarea::-ms-input-placeholder{color:#8199af}.field__input::placeholder,.field__textarea::placeholder{color:#8199af}.field__input:focus,.field__textarea:focus{border-color:#4c5c66}.field__input.error,.field__textarea.error{border-color:#ea3a47}.field__input{height:56px;padding:0 15px}.field__textarea{height:86px;padding:12px 15px;resize:none}.field__note{margin-top:6px;font-size:14px;font-weight:300;color:#8199af}.field__file{position:relative;display:flex;justify-content:space-between;align-items:center;padding:20px;background:#f2f8f9;border:1px dashed #c7cfd8;border-radius:20px;overflow:hidden;font-size:18px;font-weight:300;color:#4c5c66}@media only screen and (max-width: 1179px){.field__file{font-size:16px}}.field__file input{position:absolute;inset:0;opacity:0}.field__file .icon{flex-shrink:0;margin-left:4px;fill:#8199af}@media only screen and (max-width: 767px){.field__file span{display:none}}.field__right{margin-top:16px;text-align:right}@media only screen and (max-width: 767px){.field__right{margin-top:8px}}.field__link{color:#ed641b;transition:color .2s}.field__link:hover{color:#ff921a}.field__radios{display:flex;align-items:center;height:56px}.field__radios .radio:not(:last-child){margin-right:40px}.field .select{width:100%}.field .select.js-select{height:56px;opacity:0}.field_textarea{font-size:0}.field .select2{display:block;width:100%!important}.field .select2-container--default .select2-selection--single{border-color:#adb6c4;border-radius:16px;font-size:18px;font-weight:300;color:#001b2e;transition:border-color .2s}@media only screen and (max-width: 1179px){.field .select2-container--default .select2-selection--single{font-size:16px}}.field .select2-container--default.select2-container--open.select2-container--below .select2-selection--single{border-radius:16px;border-color:#4c5c66}.field .select2-container--default.select2-container--open.select2-container--below .select2-selection--single .select2-selection__arrow{-webkit-transform:translateY(-50%) rotate(180deg);transform:translateY(-50%) rotate(180deg)}.field .select2-container .select2-selection--single{height:56px}.field .select2-container .select2-selection--single .select2-selection__rendered{padding:14px 48px 0 15px}.field .select2-container--default .select2-selection--single .select2-selection__placeholder{color:#8199af}.field .select2-container--default .select2-selection--single .select2-selection__arrow{top:50%;right:20px;width:16px;height:16px;-webkit-transform:translateY(-50%);transform:translateY(-50%);background:transparent 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='M2.293 4.793a1 1 0 0 1 1.414 0L8 9.085l4.293-4.292a1 1 0 0 1 1.32-.083l.094.083a1 1 0 0 1 0 1.414l-5 5a1 1 0 0 1-1.414 0l-5-5a1 1 0 0 1 0-1.414z' fill='%234C5C66'/%3E%3C/svg%3E") no-repeat 0 0/100% auto;transition:-webkit-transform .2s;transition:transform .2s;transition:transform .2s,-webkit-transform .2s}.field .select2-container--default .select2-selection--single .select2-selection__arrow b{display:none}.select2-dropdown{margin-top:4px;overflow:hidden;border-radius:16px;box-shadow:2px 2px 13px #c5c1c14d}.select2-container--open .select2-dropdown--below{border-radius:6px;border:1px solid #4c5c66}.select2-container--default .select2-search--dropdown .select2-search__field{border-color:#adb6c4;background:transparent}.select2-search--dropdown .select2-search__field{height:30px;padding:0 11px;border-color:#adb6c4;border-radius:4px;font-size:16px;color:#001b2e;transition:all .2s}.select2-search--dropdown .select2-search__field::-webkit-input-placeholder{color:#8199af}.select2-search--dropdown .select2-search__field:-ms-input-placeholder{color:#8199af}.select2-search--dropdown .select2-search__field::-ms-input-placeholder{color:#8199af}.select2-search--dropdown .select2-search__field::placeholder{color:#8199af}.select2-search--dropdown .select2-search__field:focus{border-color:#8199af}.select2-container--open .select2-dropdown--above .select2-search--dropdown .select2-search__field{border-radius:12px}.select2-results__option{position:relative;padding:8.5px 45px 8.5px 15px;font-size:16px;font-weight:400;transition:all .2s}.select2-results__option:after{content:"";position:absolute;top:50%;right:8px;width:20px;height:20px;-webkit-transform:translateY(-50%);transform:translateY(-50%);background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none' viewBox='0 0 20 20'%3E%3Cpath d='M16.667 5L7.5 14.167 3.333 10' stroke='%23FF6D1F' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat 50% 50%/100% auto;opacity:0}.select2-container--default .select2-results__option--highlighted[aria-selected]{background-color:#f2f8f9;color:#001b2e}.select2-container--default .select2-results__option[aria-selected=true]{background-color:#e0e8ec;color:#001b2e}.select2-container--default .select2-results__option[aria-selected=true]:after{opacity:1}label.error{display:block;margin-top:4px;font-size:14px;line-height:1.3;font-weight:200;color:#ea3a47}.mfp-container{padding:24px}@media (max-width: 900px){.mfp-container{padding:24px 10px}}.mfp-bg{background:rgba(41,76,96,.5);-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.mfp-3d-unfold .mfp-content,.mfp-3d-unfold.mfp-bg{opacity:0;transition:all .3s}.mfp-3d-unfold.mfp-ready .mfp-content,.mfp-3d-unfold.mfp-ready.mfp-bg{opacity:1}.mfp-3d-unfold.mfp-removing .mfp-content,.mfp-3d-unfold.mfp-removing.mfp-bg{opacity:0}.mfp-move-horizontal .mfp-content{opacity:0;transition:all .3s;-webkit-transform:translateX(100%);transform:translate(100%)}.mfp-move-horizontal.mfp-bg{opacity:0;transition:all .3s}.mfp-move-horizontal.mfp-ready .mfp-content{opacity:1;-webkit-transform:translateX(0);transform:translate(0)}.mfp-move-horizontal.mfp-ready.mfp-bg{opacity:1}.mfp-move-horizontal.mfp-removing .mfp-content{-webkit-transform:translateX(100%);transform:translate(100%);opacity:0}.mfp-move-horizontal.mfp-removing.mfp-bg{opacity:0}.popup{position:relative;max-width:1176px;margin:0 auto;background:#ffffff;border-radius:32px}@media only screen and (max-width: 1579px){.popup{max-width:1096px}}@media only screen and (max-width: 1179px){.popup{max-width:770px}}.popup__wrap{flex-shrink:0;width:456px;border-radius:32px 0 0 32px}@media only screen and (max-width: 1579px){.popup__wrap{width:424px}}@media only screen and (max-width: 1179px){.popup__wrap{width:300px}}@media only screen and (max-width: 767px){.popup__wrap{width:100%;border-radius:32px 32px 0 0}}.popup__form{align-self:center;flex-grow:1;padding:48px 80px}@media only screen and (max-width: 1579px){.popup__form{padding:48px 64px}}@media only screen and (max-width: 1419px){.popup__form{padding:48px 40px 40px}}@media only screen and (max-width: 1179px){.popup__form{padding:48px 40px 32px}}@media only screen and (max-width: 767px){.popup__form{padding:24px 24px 32px}}@media only screen and (max-width: 767px){.popup__form .btn{width:100%}}.popup__fieldset{margin-bottom:32px}.popup__fieldset>.field:not(:last-child){margin-bottom:16px}.popup__logo{margin-bottom:40px;text-align:center}@media only screen and (max-width: 767px){.popup__logo{margin-bottom:32px}}.popup__logo img{width:168px}.popup__title{font-size:32px;line-height:1.2;font-weight:600}@media only screen and (max-width: 1179px){.popup__title{font-size:24px}}.popup__title:not(:last-child){margin-bottom:24px}.popup__text{font-size:18px}@media only screen and (max-width: 1179px){.popup__text{font-size:16px}}.popup .field__label{color:#001b2e}.popup__row{display:flex;margin:0 -16px}@media only screen and (max-width: 1179px){.popup__row{margin:0 -12px}}@media only screen and (max-width: 767px){.popup__row{display:block;margin:0}}.popup__row .field{width:calc(50% - 32px);margin:0 16px}@media only screen and (max-width: 1179px){.popup__row .field{width:calc(50% - 24px);margin:0 12px}}@media only screen and (max-width: 767px){.popup__row .field{width:100%;margin:0}.popup__row .field:not(:last-child){margin-bottom:16px}}.popup__row:not(:last-child){margin-bottom:16px}.popup__foot{display:flex;justify-content:space-between;align-items:center}@media only screen and (max-width: 1179px){.popup__foot{display:block}}.popup__foot .btn{flex-shrink:0;margin-left:16px}@media only screen and (max-width: 1179px){.popup__foot .btn{margin:16px 0 0;width:100%}}.popup__col{width:50%}@media only screen and (max-width: 767px){.popup__col{width:100%}}.popup__col:first-child{padding-right:20px}@media only screen and (max-width: 767px){.popup__col:first-child{margin-bottom:32px;padding-right:0}}.popup__col:nth-child(2){padding-left:20px}@media only screen and (max-width: 767px){.popup__col:nth-child(2){padding-left:0}}.popup__subtitle{margin-bottom:40px;font-size:48px;line-height:1.1;font-weight:700}@media only screen and (max-width: 1179px){.popup__subtitle{margin-bottom:32px;font-size:32px}}.popup__parameters{margin-bottom:24px}.popup__parameters li{position:relative;padding-left:26px;font-size:18px;font-weight:600}@media only screen and (max-width: 1179px){.popup__parameters li{font-size:16px}}.popup__parameters li:before{content:"";position:absolute;top:10px;left:10px;width:6px;height:6px;border-radius:50%;background:#001b2e}@media only screen and (max-width: 1179px){.popup__parameters li:before{top:8px}}.popup__note{margin-bottom:16px;font-weight:300}@media only screen and (max-width: 1179px){.popup__note{margin-bottom:0}}.popup__note a{border-bottom:.5px solid #001b2e;color:#001b2e;transition:border-color .2s}.popup__note a:hover{border-color:transparent}.popup-subs{padding:52px 64px}@media only screen and (max-width: 767px){.popup-subs{padding:40px 20px}}.popup-subs__title{margin-bottom:16px;font-size:32px;line-height:1.2;font-weight:600}@media only screen and (max-width: 767px){.popup-subs__title{font-size:28px}}.popup-subs__text{margin-bottom:52px}@media only screen and (max-width: 767px){.popup-subs__text{margin-bottom:32px}}.popup-subs__btns,.popup-subs__control{display:flex;justify-content:flex-end;gap:24px}@media only screen and (max-width: 767px){.popup-subs__btns,.popup-subs__control{flex-direction:column;gap:16px}}.popup-subs__btns .btn,.popup-subs__control .btn{padding:0 8px}@media only screen and (max-width: 767px){.popup-subs__btns .btn,.popup-subs__control .btn{height:48px}}.popup-subs__btns .btn{min-width:150px}.popup-subs__control .btn{flex:1}@media only screen and (max-width: 767px){.popup-subs__control .btn{flex:1 0 auto}}.popup-login{flex-grow:1;padding:52px 80px 32px}@media only screen and (max-width: 1179px){.popup-login{padding:52px 32px 32px}}@media only screen and (max-width: 767px){.popup-login{padding:32px 24px}}.popup-login__fieldset{margin-bottom:32px}.popup-login__fieldset .field:not(:last-child){margin-bottom:16px}.popup-login__control{display:flex;justify-content:space-between;align-items:center}.popup-login__control .btn{min-width:144px}@media only screen and (max-width: 767px){.popup-login__control .btn{min-width:auto}}.popup-login__foot{margin-top:32px}@media only screen and (max-width: 767px){.popup-login__foot{margin-top:40px}}.popup-login__title{margin-bottom:24px;text-align:center;font-size:24px;line-height:1.3;font-weight:600;color:#4c5c66}@media only screen and (max-width: 767px){.popup-login__title{margin-bottom:16px;font-size:16px}}.popup-login__btns{display:flex;justify-content:center}.popup-login__btns .btn:not(:last-child){margin-right:16px}.popup .mfp-close{position:absolute;top:8px;right:8px;width:44px;height:44px;line-height:normal;opacity:1;font-size:0;-webkit-tap-highlight-color:rgba(0,0,0,0)}.popup .mfp-close svg{fill:#001b2e;pointer-events:none;transition:fill .2s}.popup .mfp-close:hover svg{fill:#ff6d1f}.popup_club,.popup_question,.popup_review-shop{display:flex}@media only screen and (max-width: 767px){.popup_club,.popup_question,.popup_review-shop{display:block}}@media only screen and (max-width: 767px){.popup_review-shop .mfp-close svg{fill:#fff}}.popup_review-shop .btn{margin-left:auto}.popup_club .popup__wrap{padding:58px 32px;background:#ff921a;color:#fff}@media only screen and (max-width: 767px){.popup_club .popup__wrap{padding:40px 24px 24px}}.popup_question .popup__wrap{padding:32px;background:#f2f8f9}@media only screen and (max-width: 767px){.popup_question .popup__wrap{padding:40px 24px 24px}}.popup_review-shop .popup__wrap{min-height:463px;padding:58px 32px;background:#182856;color:#fff}@media only screen and (max-width: 767px){.popup_review-shop .popup__wrap{min-height:auto;padding:40px 24px 24px}}.popup_review-shop .popup__title{text-align:center}.popup_review-shop .popup__content{font-size:18px}@media only screen and (max-width: 1179px){.popup_review-shop .popup__content{font-size:16px}}.popup_view{max-width:1416px;padding:60px 32px 40px}@media only screen and (max-width: 1579px){.popup_view{max-width:1096px}}@media only screen and (max-width: 1419px){.popup_view{max-width:900px;padding:60px 24px 24px}}.popup_club-join{display:flex;padding:60px 32px 40px}@media only screen and (max-width: 1179px){.popup_club-join{max-width:920px}}@media only screen and (max-width: 767px){.popup_club-join{display:block;padding:52px 24px 32px}}@media only screen and (max-width: 1023px){.popup_club-join .popup__row{display:block;margin:0}.popup_club-join .popup__row:not(:last-child){margin-bottom:16px}}@media only screen and (max-width: 1023px){.popup_club-join .popup__row .field{width:100%;margin:0}.popup_club-join .popup__row .field:not(:last-child){margin-bottom:16px}}.popup_club-join .popup__text{font-weight:300}.popup_calc{max-width:936px;overflow:hidden}.popup_cart{max-width:890px;overflow:hidden}@media only screen and (max-width: 767px){.popup_cart{max-height:100%;margin:-24px -10px;border-radius:0}}.popup_credit-card{max-width:800px;padding:52px 64px}@media only screen and (max-width: 767px){.popup_credit-card{padding:52px 24px 32px}}.popup_login{display:flex}@media only screen and (max-width: 767px){.popup_login{display:block}}.popup_login .popup__wrap{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:32px;background:#ff921a;color:#fff}@media only screen and (max-width: 767px){.popup_login .popup__wrap{padding-left:24px;padding-right:24px}}@media only screen and (max-width: 1179px){.popup_login .popup__title{font-size:32px}}@media only screen and (max-width: 767px){.popup_login .popup__title{font-size:22px}}.popup_cancel-subs{max-width:662px;padding:52px 64px}@media only screen and (max-width: 767px){.popup_cancel-subs{padding:52px 24px 32px}}.popup_entry,.popup_registration{max-width:954px}.popup_subs{max-width:610px}.popup_buy-subs{max-width:890px;padding:32px}@media only screen and (max-width: 767px){.popup_buy-subs{padding:24px}}.credit-card__title{margin-bottom:32px;font-size:32px;line-height:1.2;font-weight:600}@media only screen and (max-width: 767px){.credit-card__title{font-size:28px}}.credit-card__fieldset>.field:not(:last-child),.credit-card__line:not(:last-child){margin-bottom:24px}.credit-card__fieldset>.field:not(:last-child):not(:last-child),.credit-card__line:not(:last-child):not(:last-child){margin-bottom:16px}.credit-card__line{display:flex;margin:0 -16px}@media only screen and (max-width: 767px){.credit-card__line{display:block;margin:0}}.credit-card__line .field{width:calc(50% - 32px);margin:0 16px}@media only screen and (max-width: 767px){.credit-card__line .field{width:100%;margin:0}.credit-card__line .field:not(:last-child){margin-bottom:16px}}.credit-card__note{margin-bottom:24px;padding:16px;background:#ff9fa6;border-radius:16px;font-size:18px}@media only screen and (max-width: 767px){.credit-card__note{font-size:16px}}.credit-card__item{display:flex;align-items:center;padding:24px 30px;border:1px solid #c7cfd8;border-radius:16px;font-size:18px;font-weight:300}@media only screen and (max-width: 767px){.credit-card__item{align-items:flex-start;padding:20px;font-size:16px}}.credit-card__logo{display:flex;justify-content:center;align-items:center;width:96px;height:60px;margin-right:24px;padding:10px 12px;border:1px solid #c7cfd8;border-radius:12px}@media only screen and (max-width: 767px){.credit-card__logo{width:72px;height:44px;margin-right:20px;padding:8px 9px}}.credit-card__logo img{max-width:100%;max-height:100%}.credit-card__details{flex-grow:1}.credit-card__number{margin-bottom:8px;font-weight:600}@media only screen and (max-width: 767px){.credit-card__number{display:flex;align-items:center;height:44px;margin-bottom:16px}}.credit-card__duration{color:#4c5c66}.credit-card__btns{margin-top:52px;text-align:right}@media only screen and (max-width: 767px){.credit-card__btns{margin-top:32px}}@media only screen and (max-width: 767px){.credit-card__btns .btn{width:100%;height:56px}}.cancel-subs__title{margin-bottom:16px;font-size:32px;line-height:1.2;font-weight:600}@media only screen and (max-width: 767px){.cancel-subs__title{font-size:28px}}.cancel-subs__info{margin-bottom:32px}@media only screen and (max-width: 767px){.cancel-subs__info{margin-bottom:24px}}.cancel-subs__product{display:flex;align-items:center}.cancel-subs__preview{display:flex;justify-content:center;align-items:center;flex-shrink:0;width:80px;height:120px}@media only screen and (max-width: 767px){.cancel-subs__preview{width:64px;height:100px}}.cancel-subs__preview img{max-width:100%;max-height:100%}.cancel-subs__details{flex-grow:1;padding-left:24px}@media only screen and (max-width: 767px){.cancel-subs__details{padding-left:12px}}.cancel-subs__subtitle{font-weight:600}.cancel-subs__counter,.cancel-subs__duration{margin-top:8px;font-weight:300;color:#4c5c66}@media only screen and (max-width: 767px){.cancel-subs__counter,.cancel-subs__duration{margin-top:4px}}.cancel-subs__btns{display:flex;justify-content:center;margin-top:52px}@media only screen and (max-width: 767px){.cancel-subs__btns{display:block;margin-top:32px}}@media only screen and (max-width: 767px){.cancel-subs__btns .btn{width:100%}}.cancel-subs__btns .btn:not(:last-child){margin-right:24px}@media only screen and (max-width: 767px){.cancel-subs__btns .btn:not(:last-child){margin:0 0 16px}}.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;align-items:center}.checkbox__tick{position:relative;flex-shrink:0;width:16px;height:16px;margin:0 12px 0 4px;border:2px solid #c7cfd8;border-radius:4px;transition:all .2s}.checkbox__tick:before{content:"";position:absolute;top:-2px;left:-2px;width:16px;height:16px;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none' fill-rule='evenodd' viewBox='0 0 16 16'%3E%3Crect fill='%23ff6d1f' fill-rule='nonzero' x='3.317' y='3.317' width='9.366' height='9.366' rx='1'/%3E%3Cg stroke-width='2'%3E%3Cpath stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' d='M6.221 8.258l1.665 1.56 6.187-5.894'/%3E%3Crect stroke='%23ff6d1f' x='1' y='1' width='14' height='14' rx='3'/%3E%3C/g%3E%3C/svg%3E") no-repeat 50% 50%/100% auto;opacity:0;transition:opacity .2s}.checkbox__text{font-size:16px;font-weight:300;color:#001b2e;transition:color .2s}@media only screen and (max-width: 767px){.checkbox__text{font-size:14px}}.checkbox__input:checked+.checkbox__in .checkbox__tick{border-color:transparent}.checkbox__input:checked+.checkbox__in .checkbox__tick:before{opacity:1}.checkbox:hover .checkbox__tick{border-color:#ff6d1f}.checkbox_large .checkbox__tick{width:24px;height:24px;margin:0 8px 0 0;border-radius:6px}.checkbox_large .checkbox__tick:before{width:24px;height:24px}.checkbox_large .checkbox__text{font-weight:400;color:#4c5c66}.favorites{padding:40px 0 80px}@media only screen and (max-width: 1179px){.favorites{padding-bottom:60px}}@media only screen and (max-width: 767px){.favorites{padding:32px 0 40px}}.favorites__center{max-width:1296px}.favorites__title{margin-bottom:16px;font-size:32px;line-height:1.2;font-weight:600}@media only screen and (max-width: 1179px){.favorites__title{font-size:24px}}.favorites .sorting{margin-bottom:32px}.favorites__list{display:flex;flex-wrap:wrap;margin:-16px -12px 0}@media only screen and (max-width: 1179px){.favorites__list{margin:-16px -8px 0}}@media only screen and (max-width: 767px){.favorites__list{margin:-8px -4px 0}}.favorites__list .card{width:calc(25% - 24px);margin:16px 12px 0}@media only screen and (max-width: 1179px){.favorites__list .card{width:calc(25% - 16px);margin:16px 8px 0}}@media only screen and (max-width: 1023px){.favorites__list .card{width:calc(33.333% - 16px)}}@media only screen and (max-width: 767px){.favorites__list .card{width:calc(50% - 8px);margin:8px 4px 0}}.favorites__more{margin-top:48px}.favorites .pagination{margin-top:24px}.preloader{position:fixed;inset:0;z-index:200;display:flex;justify-content:center;align-items:center}.preloader__overlay{position:fixed;inset:0;background:rgba(255,255,255,.9)}.preloader__icon{position:relative;z-index:2;width:78px}.preloader__icon svg{width:100%;height:auto;fill:#ff921a}.preloader__icon svg path:not(:nth-child(3)){opacity:0;-webkit-animation:preloaderPaw 1.45s ease-out infinite;animation:preloaderPaw 1.45s ease-out infinite}.preloader__icon svg path:nth-child(2){-webkit-animation-delay:.15s;animation-delay:.15s}.preloader__icon svg path:nth-child(1){-webkit-animation-delay:.3s;animation-delay:.3s}.preloader__icon svg path:nth-child(4){-webkit-animation-delay:.45s;animation-delay:.45s}@-webkit-keyframes preloaderPaw{0%{opacity:0}33%{opacity:1}66%,to{opacity:0}}@keyframes preloaderPaw{0%{opacity:0}33%{opacity:1}66%,to{opacity:0}}.service{position:relative;display:flex;justify-content:center;align-items:center;flex-grow:1;padding:80px 40px}@media only screen and (max-width: 767px){.service{padding:40px 24px}}.service__row{display:flex;justify-content:space-between;align-items:center;max-width:952px;width:100%}@media only screen and (max-width: 1579px){.service__row{max-width:892px}}@media only screen and (max-width: 1023px){.service__row{display:block;max-width:400px}}.service__preview{flex-shrink:0;width:400px;margin-right:40px}@media only screen and (max-width: 1023px){.service__preview{margin:0 0 40px}}@media only screen and (max-width: 767px){.service__preview{width:100%;margin-bottom:32px}}.service__preview img{width:100%}.service__details{max-width:392px}.service__title{margin-bottom:16px;font-size:38px;line-height:1.2;font-weight:600}@media only screen and (max-width: 1023px){.service__title{font-size:28px}}.service__text{position:relative;margin-bottom:70px;font-size:18px;color:#4c5c66}@media only screen and (max-width: 1023px){.service__text{margin-bottom:40px;font-size:16px}}@media only screen and (max-width: 767px){.service__text{margin-bottom:32px}}.service__info{margin-bottom:16px;font-size:18px;font-weight:300;color:#4c5c66}@media only screen and (max-width: 1023px){.service__info{font-size:16px}}.cart{display:flex;flex-direction:column;max-height:calc(100svh - 48px);padding:32px}@media only screen and (max-width: 1579px){.cart{padding:24px}}@media only screen and (max-width: 767px){.cart{max-height:100%;min-height:100svh;padding:24px 20px}}.cart__title{margin-bottom:24px;padding-right:40px;font-size:38px;line-height:1.2;font-weight:600}@media only screen and (max-width: 1579px){.cart__title{margin-bottom:16px}}@media only screen and (max-width: 767px){.cart__title{font-size:28px}}.cart-banner{display:flex;align-items:center;margin-bottom:24px;padding:16px;border-radius:16px;background:#3c5bc9;color:#fff}@media only screen and (max-width: 1579px){.cart-banner{margin-bottom:16px}}@media only screen and (max-width: 767px){.cart-banner{align-items:flex-start}}.cart-banner__icon{position:relative;display:flex;justify-content:center;align-items:center;flex-shrink:0;width:44px;height:44px;margin-right:8px}.cart-banner__percent{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);font-weight:700;font-size:11px}.cart-banner__percent span{font-size:8px}.cart-banner__text span{margin:0 4px;padding:0 8px;border-radius:8px;background:#ffffff;font-weight:600;color:#3c5bc9}.cart__free{display:flex;justify-content:center;align-items:center;margin-bottom:16px;padding:8px 24px;border-radius:10px;background:rgba(143,230,255,.3);font-weight:600;color:#001b2e}@media only screen and (max-width: 767px){.cart__free{padding:8px 12px;font-size:14px}}.cart__free svg{margin-right:8px;fill:#0bbbef}.cart__list{flex-grow:1;overflow:auto;-webkit-overflow-scrolling:touch}.cart__list::-webkit-scrollbar{width:8px}.cart__list::-webkit-scrollbar-track-piece{background-color:#e0e8ec;border-radius:4px}.cart__list::-webkit-scrollbar-thumb:vertical{width:8px;background-color:#8199af;border-radius:4px}.cart__list::-webkit-scrollbar-thumb:horizontal,.cart__list::-webkit-scrollbar-thumb:window-inactive{background-color:#8199af;border-radius:4px}.cart__list>.cart-gift{margin-top:24px;padding:4px 32px 4px 4px}@media only screen and (max-width: 767px){Add commentMore actions .cart__list>.cart-gift{padding:8px}}.cart__product{position:relative;padding:24px 16px}@media only screen and (max-width: 1579px){.cart__product{padding:16px}}@media only screen and (max-width: 1023px){.cart__product{padding:16px 8px}}@media only screen and (max-width: 767px){.cart__product{position:relative;padding:20px 0}}.cart__product:first-child{padding-top:8px}@media only screen and (max-width: 767px){.cart__product:first-child{padding-top:4px}}@media only screen and (max-width: 767px){.cart__product:first-child .cart__remove{top:4px}}.cart__product:last-child{padding-bottom:0}.cart__product:not(:last-child){border-bottom:1px solid #e0e8ec}.cart__product .cart-gift{min-height:80px;margin-top:24px;padding:8px 16px}@media only screen and (max-width: 767px){.cart__product .cart-gift{margin-top:20px;padding:8px}}.cart__row{display:flex}@media only screen and (max-width: 767px){.cart__row{display:block}}.cart__main{display:flex;flex-grow:1;padding-right:10px}@media only screen and (max-width: 767px){.cart__main{padding-right:36px}}.cart__preview{position:relative;display:flex;justify-content:center;align-items:center;flex-shrink:0;width:88px;height:128px;margin-right:10px}@media only screen and (max-width: 767px){.cart__preview{width:55px;height:80px}}.cart__preview img{max-width:100%;max-height:100%}.cart__name{flex-grow:1;color:#001b2e}.cart__details{flex-shrink:0;width:400px}@media only screen and (max-width: 1023px){.cart__details{width:360px}}@media only screen and (max-width: 767px){.cart__details{width:100%;margin-top:12px}}.cart__line{display:flex;align-items:flex-end;padding:8px 0}@media only screen and (max-width: 767px){.cart__line{justify-content:flex-end;padding:4px 0}}.cart__line .counter{border-color:#e0e8ec}@media only screen and (max-width: 767px){.cart__line .counter{width:88px}}.cart__line .counter__input{height:38px}.cart__line .counter__btn_minus{left:4px}.cart__line .counter__btn_plus{right:4px}.cart-price{display:flex;flex-direction:column;align-items:flex-end;min-width:124px;padding-left:20px}@media only screen and (max-width: 1023px){.cart-price{min-width:108px;padding-left:12px}}.cart-price__old{position:relative;font-size:12px;line-height:1.5;font-weight:300;color:#8199af}.cart-price__old:after{content:"";position:absolute;top:50%;left:0;right:5px;height:1px;background:#4c5c66;-webkit-transform:rotate(-5deg);transform:rotate(-5deg)}.cart-price__actual{white-space:nowrap;font-size:16px;font-weight:300}@media only screen and (max-width: 1023px){.cart-price__actual{font-size:14px}}.cart-price__actual span{font-weight:600}.cart-price:first-child{padding:0 20px 0 0}@media only screen and (max-width: 1023px){.cart-price:first-child{padding-right:12px}}@media only screen and (max-width: 767px){.cart-price:first-child{margin-right:4px}}.cart__remove{align-self:center;flex-shrink:0;margin-left:auto}@media only screen and (max-width: 767px){.cart__remove{position:absolute;top:20px;right:0;margin-left:0}}.cart__remove svg{transition:fill .2s}.cart__remove:hover svg{fill:#8199af}.cart-subs{margin-top:16px;padding:7px;border:1px solid #c8e0f8;border-radius:12px;transition:all .2s}@media only screen and (max-width: 1023px){.cart-subs{padding:3px}}@media only screen and (max-width: 767px){.cart-subs{position:relative;margin-top:12px}}.cart-subs__head{display:flex;align-items:center;padding:8px;cursor:pointer;-webkit-tap-highlight-color:rgba(0,0,0,0);transition:color .2s}.cart-subs__head:hover{color:#3c5bc9}.cart-subs__toggle{position:relative;flex-shrink:0;width:58px;height:24px;margin:4px 8px 4px 0;border-radius:12px;background:#adb6c4;transition:background .2s}.cart-subs__handle{position:absolute;top:50%;left:0;display:flex;justify-content:center;align-items:center;width:32px;height:32px;-webkit-transform:translateY(-50%);transform:translateY(-50%);background:#ffffff;border-radius:50%;box-shadow:0 1.6px 4.8px #1018281a,0 1.6px 3.2px #1018280f;transition:-webkit-transform .2s;transition:transform .2s;transition:transform .2s,-webkit-transform .2s}.cart-subs__handle svg{fill:#adb6c4;transition:fill .2s}.cart-subs__title{font-weight:600}.cart-subs__percent{margin-left:8px;padding:2px 8px 1px;background:#f94754;border-radius:11px;font-size:12px;line-height:1.5;font-weight:600;color:#fff;transition:all .2s}.cart-subs__body{display:none;padding:8px}@media only screen and (max-width: 767px){.cart-subs__body{padding-top:4px}}.cart-subs__details{position:absolute;top:50%;right:0;z-index:2;display:flex;flex-direction:column;justify-content:center;width:416px;min-height:186px;-webkit-transform:translateY(-50%);transform:translateY(-50%);padding:16px 6px;border-radius:8px;background:#ffffff;border:1px solid #e0e8ec;visibility:hidden;opacity:0;transition:all .2s}@media only screen and (max-width: 767px){.cart-subs__details{top:auto;left:0;bottom:0;width:auto;-webkit-transform:translateY(0);transform:translateY(0);min-height:auto;padding:12px}}.cart-subs__details.visible{visibility:visible;opacity:1}.cart-subs__text{margin-bottom:16px;font-size:15px;font-weight:300}@media only screen and (max-width: 767px){.cart-subs__text{font-size:14px}}.cart-subs__btns{display:flex;gap:16px;padding:0 6px}@media only screen and (max-width: 767px){.cart-subs__btns{gap:8px;padding:0}}.cart-subs__btns .btn{flex-grow:1;padding:0 8px}@media only screen and (max-width: 767px){.cart-subs__btns .btn{height:48px;font-size:16px}}.cart-subs.active{background:#f2f8f9;border-color:#f2f8f9}.cart-subs.active .cart-subs__toggle{background:#3c5bc9}.cart-subs.active .cart-subs__handle{-webkit-transform:translate(26px,-50%);transform:translate(26px,-50%)}.cart-subs.active .cart-subs__handle svg{fill:#3c5bc9}.cart-subs.active .cart-subs__percent{background:#ffffff;color:#f94754}.cart .select{width:100%;height:40px;padding-right:40px;border-radius:12px;background-position:calc(100% - 16px);font-size:14px;font-weight:400}.cart-gift{display:flex;align-items:center;background:rgba(244,168,189,.1);border-radius:8px}.cart-gift__preview{position:relative;display:flex;justify-content:center;align-items:center;flex-shrink:0;width:44px;height:44px;margin-right:12px;border-radius:8px;background:#ffffff}.cart-gift__preview img{width:32px}.cart-gift__name{font-size:12px;line-height:1.5;font-weight:300;color:#fe70b2}@media only screen and (max-width: 767px){.cart-gift__name{font-size:10px}}.cart-gift__counter{flex-shrink:0;width:70px;margin-left:8px;text-align:center;font-size:14px;line-height:1.3}@media only screen and (max-width: 767px){.cart-gift__counter{width:44px;font-size:10px;font-weight:600}}.cart-gift__price{flex-shrink:0;min-width:132px;margin-left:9px;text-align:right;font-size:16px;font-weight:300}@media only screen and (max-width: 767px){.cart-gift__price{min-width:auto;font-size:10px}}.cart-gift__price span{font-weight:600}.cart-total{display:flex;margin:32px -32px -32px;padding:24px;background:#ffffff;border-radius:24px 24px 0 0;box-shadow:0 -4px 12px #40485014}@media only screen and (max-width: 1579px){.cart-total{margin:24px -24px -24px}}@media only screen and (max-width: 767px){.cart-total{display:block;margin:24px 0 0;padding:0;box-shadow:none;background:transparent}}.cart-total__details{flex-shrink:0;width:424px;margin-left:auto}@media only screen and (max-width: 1023px){.cart-total__details{width:368px}}@media only screen and (max-width: 767px){.cart-total__details{width:100%}}.cart-total__details .btn{width:100%;height:48px;margin-top:16px}.cart-total__subs{display:flex;align-items:center;margin-bottom:16px;padding:12px;background:#f2f8f9;border-radius:10px}.cart-total__icon{position:relative;flex-shrink:0;margin-right:8px}.cart-total__percent{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);font-size:8.5px;font-weight:700;color:#3c5bc9}.cart-total__percent span{font-size:7px}.cart-total__counter{position:absolute;top:-8px;right:-8px;display:flex;justify-content:center;align-items:center;width:16px;height:16px;border-radius:50%;background:#3c5bc9;font-size:10px;font-weight:700;color:#fff}.cart-total__title{font-size:16px;font-weight:600;color:#3c5bc9}@media only screen and (max-width: 767px){.cart-total__title{font-size:14px}}.cart-total__discount{margin-left:auto;font-size:16px;font-weight:300;color:#3c5bc9}@media only screen and (max-width: 767px){.cart-total__discount{font-size:14px}}.cart-total__discount span{font-weight:600}.cart-total__line{display:flex;align-items:flex-end}.cart-total__info{font-size:16px;font-weight:600}@media only screen and (max-width: 767px){.cart-total__info{font-size:14px}}.cart-total__price{margin-left:auto;font-size:16px;font-weight:300}@media only screen and (max-width: 767px){.cart-total__price{font-size:14px}}.cart-total__price span{font-size:24px;line-height:1.3;font-weight:600}@media only screen and (max-width: 767px){.cart-total__price span{font-size:16px}}.cart-total__gift{display:flex;flex-grow:1;padding:4px 24px 0 0;font-size:14px;line-height:1.3;color:#bd027a}@media only screen and (max-width: 767px){.cart-total__gift{align-items:center;margin-bottom:24px;padding:0;font-size:11px}}.cart-total__img{flex-shrink:0;margin-right:4px}.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:20px;height:20px;margin:2px 10px 2px 2px;border:2px solid #c7cfd8;border-radius:50%;transition:all .2s}.radio__tick:before{content:"";position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:12px;height:12px;border-radius:50%;background:#f2f8f9;transition:background .2s}.radio__text{margin-top:1px;font-size:16px;color:#4c5c66}@media only screen and (max-width: 767px){.radio__text{margin-top:3px;font-size:14px}}.radio__title{font-size:18px;font-weight:600}.radio__preview{display:flex;justify-content:center;align-items:center;width:24px;height:24px;margin:0 16px 0 6px}.radio__preview img{max-width:100%;max-height:100%}.radio__input:checked+.radio__in .radio__tick{border-color:#ff6d1f}.radio__input:checked+.radio__in .radio__tick:before{background:#ff6d1f}.radio:hover .radio__tick{border-color:#ff6d1f}.section{padding:80px 0}@media only screen and (max-width: 1579px){.section{padding:40px 0}}.section__title{margin-bottom:32px;font-size:32px;line-height:1.2;font-weight:600}@media only screen and (max-width: 1023px){.section__title{font-size:24px}}.list{display:flex;flex-wrap:wrap}.list__item{display:block;color:#001b2e;transition:color .2s}.list__item:hover{color:#ff6d1f}.list__item:hover .list__photo img{-webkit-transform:scale(1.03);transform:scale(1.03)}.list__preview{position:relative;overflow:hidden;margin-bottom:16px}.list__preview img{position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:-webkit-transform 1s;transition:transform 1s;transition:transform 1s,-webkit-transform 1s}.list__content{display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;font-weight:300;color:#4c5c66}.list_2{margin:-48px -16px 0}@media only screen and (max-width: 1023px){.list_2{margin:-40px -12px 0}}@media only screen and (max-width: 767px){.list_2{display:block;margin:0}}.list_2 .list__item{width:calc(50% - 32px);margin:48px 16px 0}@media only screen and (max-width: 1023px){.list_2 .list__item{width:calc(50% - 24px);margin:40px 12px 0}}@media only screen and (max-width: 767px){.list_2 .list__item{display:block;width:100%;margin:0}.list_2 .list__item:not(:last-child){margin-bottom:28px}}.list_2 .list__preview{aspect-ratio:1.33;border-radius:24px}@media only screen and (max-width: 1023px){.list_2 .list__preview{border-radius:16px}}@media only screen and (max-width: 767px){.list_2 .list__preview{aspect-ratio:1.29;margin-bottom:8px}}.list_2 .list__title{margin-bottom:16px;font-size:32px;line-height:1.2;font-weight:600}@media only screen and (max-width: 1179px){.list_2 .list__title{font-size:24px}}.list_2 .list__content{font-size:18px;font-weight:300}@media only screen and (max-width: 1023px){.list_2 .list__content{font-size:16px}}.list_3{margin:-56px -12px 0}@media only screen and (max-width: 1179px){.list_3{margin-top:-40px}}@media only screen and (max-width: 767px){.list_3{display:block;margin:0}}.list_3 .list__item{width:calc(33.333% - 24px);margin:56px 12px 0}@media only screen and (max-width: 1179px){.list_3 .list__item{margin-top:40px}}@media only screen and (max-width: 1023px){.list_3 .list__item{width:calc(50% - 24px)}}@media only screen and (max-width: 767px){.list_3 .list__item{width:100%;margin:0}.list_3 .list__item:not(:last-child){margin-bottom:24px}}.list_3 .list__preview{aspect-ratio:1.28;border-radius:24px}@media only screen and (max-width: 1023px){.list_3 .list__preview{border-radius:16px;aspect-ratio:1.45}}@media only screen and (max-width: 767px){.list_3 .list__preview{margin-bottom:12px;aspect-ratio:1.52}}.list_3 .list__title{margin-bottom:8px;font-size:24px;line-height:1.3;font-weight:600}@media only screen and (max-width: 1179px){.list_3 .list__title{font-size:18px}}@media only screen and (max-width: 1023px){.list_3 .list__title{font-size:16px}}.list_3 .list__content{font-size:16px}@media only screen and (max-width: 1179px){.list_3 .list__content{font-size:14px}}.tags{display:flex;flex-wrap:wrap;margin:-8px 0 0 -8px}.tags li{flex-shrink:0;margin:8px 0 0 8px}.tags li.active{position:relative}.tags li.active a{padding-right:33px;background:#f2f8f9}.tags li>.tags__button{font-weight:600}.tags li>.tags__button.tags__button_border{padding:4px 12px;border:2px solid #4c5c66}.tags a{display:block;padding:5px 13px;border:1px solid #8199af;border-radius:16px;font-size:14px;line-height:1.3;font-weight:200;color:#4c5c66;transition:background .2s,color .2s}@media only screen and (max-width: 767px){.tags a{padding:6px 13px;font-size:12px}}.tags a:hover{background:#f2f8f9}.tags__remove{position:absolute;top:48%;right:14px;-webkit-transform:translateY(-50%);transform:translateY(-50%);transition:opacity .2s}.tags__remove .icon{width:16px;height:16px;fill:#4c5c66}.tags__remove:hover{opacity:.8}.tags.js-tags li:not(:last-child){display:none}.content{font-size:24px;line-height:1.3;font-weight:300}@media only screen and (max-width: 1179px){.content{font-size:18px}}.content h1{font-size:48px;line-height:1.1;font-weight:700}.content img{width:100%}@media only screen and (max-width: 1179px){.content h1{font-size:40px}}@media only screen and (max-width: 767px){.content h1{font-size:32px}}.content h2{font-size:32px;line-height:1.2;font-weight:600}@media only screen and (max-width: 1179px){.content h2{font-size:28px}}@media only screen and (max-width: 767px){.content h2{font-size:24px}}.content h3{font-size:28px;line-height:1.3;font-weight:600}.content h4,.content h5,.content h6{font-size:24px;line-height:1.3;font-weight:600}.content h1:not(:first-child),.content h2:not(:first-child),.content h3:not(:first-child),.content h4:not(:first-child),.content h5:not(:first-child),.content h6:not(:first-child){margin-top:40px}@media only screen and (max-width: 1179px){.content h1:not(:first-child),.content h2:not(:first-child),.content h3:not(:first-child),.content h4:not(:first-child),.content h5:not(:first-child),.content h6:not(:first-child){margin-top:32px}}@media only screen and (max-width: 767px){.content h1:not(:first-child),.content h2:not(:first-child),.content h3:not(:first-child),.content h4:not(:first-child),.content h5:not(:first-child),.content h6:not(:first-child){margin-top:24px}}.content h1:not(:last-child),.content h2:not(:last-child),.content h3:not(:last-child),.content h4:not(:last-child),.content h5:not(:last-child),.content h6:not(:last-child){margin-bottom:18px}@media only screen and (max-width: 1179px){.content h1:not(:last-child),.content h2:not(:last-child),.content h3:not(:last-child),.content h4:not(:last-child),.content h5:not(:last-child),.content h6:not(:last-child){margin-bottom:12px}}.content p{color:#4c5c66}.content ol{counter-reset:li}.content ol>li{position:relative;padding-left:36px;color:#4c5c66}@media only screen and (max-width: 1179px){.content ol>li{padding-left:28px}}.content ol>li:before{position:absolute;top:0;left:0;width:36px;text-align:center;content:counters(li,".") ". ";counter-increment:li}@media only screen and (max-width: 1179px){.content ol>li:before{width:28px}}.content ol ul{margin-left:-36px}@media only screen and (max-width: 1179px){.content ol ul{margin-left:-28px}}.content ul li{position:relative;padding-left:36px;color:#4c5c66}@media only screen and (max-width: 1179px){.content ul li{padding-left:28px}}.content ul li:before{content:"";position:absolute;top:12px;left:14px;width:8px;height:8px;border-radius:50%;background:#4c5c66}@media only screen and (max-width: 1179px){.content ul li:before{top:9px;left:11px;width:6px;height:6px}}.content figure img{width:100%;border-radius:24px}@media only screen and (max-width: 767px){.content figure img{min-height:200px;-o-object-fit:cover;object-fit:cover}}.content>figure:not(:first-child){margin-top:40px}@media only screen and (max-width: 1179px){.content>figure:not(:first-child){margin-top:32px}}.content>figure:not(:last-child){margin-bottom:40px}@media only screen and (max-width: 1179px){.content>figure:not(:last-child){margin-bottom:32px}}.content a{color:#ff6d1f;transition:color .2s}.content a:hover{color:#ed641b}.content blockquote{display:flex;flex-direction:column;font-size:28px;line-height:1.3;font-weight:600}@media only screen and (max-width: 1179px){.content blockquote{font-size:20px}}.content blockquote:before{content:"“";font-size:64px;line-height:1.1;font-weight:700}@media only screen and (max-width: 1179px){.content blockquote:before{font-size:48px}}.content blockquote:not(:first-child){margin-top:40px}@media only screen and (max-width: 1179px){.content blockquote:not(:first-child){margin-top:32px}}@media only screen and (max-width: 767px){.content blockquote:not(:first-child){margin-top:24px}}.content blockquote:not(:last-child){margin-bottom:40px}@media only screen and (max-width: 1179px){.content blockquote:not(:last-child){margin-bottom:32px}}@media only screen and (max-width: 767px){.content blockquote:not(:last-child){margin-bottom:24px}}.content table{width:100%;table-layout:fixed}@media only screen and (max-width: 767px){.content table{table-layout:auto}}.content table th,.content table td{min-width:110px;padding:12px;border-bottom:1px solid #c7cfd8;font-size:16px;line-height:1.4}@media only screen and (max-width: 1179px){.content table th,.content table td{padding:8px;font-size:14px}}.content table th:not(:last-child),.content table td:not(:last-child){border-right:1px solid #c7cfd8}.content table th{background:#e0e8ec;text-align:left;font-weight:400}.content table td{font-weight:300;color:#4c5c66}.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-wrap:not(:last-child){margin-bottom:18px}@media only screen and (max-width: 1179px){.content .table-wrap:not(:last-child){margin-bottom:12px}}.content__gallery{display:flex;flex-wrap:wrap;margin:-24px -12px 0}@media only screen and (max-width: 1179px){.content__gallery{margin:-20px -10px 0}}@media only screen and (max-width: 767px){.content__gallery{display:block;margin:0}}.content__gallery:not(:first-child){margin-top:40px}@media only screen and (max-width: 1179px){.content__gallery:not(:first-child){margin-top:32px}}@media only screen and (max-width: 767px){.content__gallery:not(:first-child){margin-top:24px}}.content__gallery:not(:last-child){margin-bottom:40px}@media only screen and (max-width: 1179px){.content__gallery:not(:last-child){margin-bottom:32px}}@media only screen and (max-width: 767px){.content__gallery:not(:last-child){margin-bottom:24px}}.content__gallery figure{position:relative;margin:24px 12px 0}@media only screen and (max-width: 1179px){.content__gallery figure{margin:20px 10px 0}}@media only screen and (max-width: 767px){.content__gallery figure{margin:0}.content__gallery figure:not(:last-child){margin-bottom:24px}}.content__gallery figure img{position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;border-radius:24px}.content__gallery_2 figure{width:calc(50% - 24px);height:320px}@media only screen and (max-width: 1179px){.content__gallery_2 figure{width:calc(50% - 20px);height:auto;aspect-ratio:1.15}}@media only screen and (max-width: 767px){.content__gallery_2 figure{width:100%}}.content__gallery_3 figure{width:calc(33.333% - 24px);height:226px}@media only screen and (max-width: 1179px){.content__gallery_3 figure{width:calc(33.333% - 20px);height:auto;aspect-ratio:1.1}}@media only screen and (max-width: 767px){.content__gallery_3 figure{width:100%}}.content_small{font-size:18px;line-height:1.3}@media only screen and (max-width: 767px){.content_small{font-size:14px}}.content_small h1{font-size:24px;line-height:1.3;font-weight:600}@media only screen and (max-width: 767px){.content_small h1{font-size:16px}}.content_small ul li{display:flex;padding-left:0}.content_small ul li:before{content:"";position:static;flex-shrink:0;display:block;width:6px;height:6px;margin:9px 10px 0;border-radius:50%;background:#4c5c66}.content_small figure[align=right]{float:right;margin:16px 0 16px 24px}@media only screen and (max-width: 767px){.content_small figure[align=right]{float:none;margin:0}.content_small figure[align=right]:not(:first-child){margin-top:12px}.content_small figure[align=right]:not(:last-child){margin-bottom:12px}}.content_small figure[align=right] img{border-radius:18px}.content_small figure[align=left]{float:left;margin:16px 24px 16px 0}@media only screen and (max-width: 767px){.content_small figure[align=left]{float:none;margin:0}.content_small figure[align=left]:not(:first-child){margin-top:12px}.content_small figure[align=left]:not(:last-child){margin-bottom:12px}}.content_small figure[align=left] img{border-radius:18px}@media only screen and (max-width: 767px){.content_small br+figure[align=left]:not(:first-child),.content_small br+figure[align=right]:not(:first-child){margin-top:0}}.dropdown{position:relative;z-index:1}.dropdown .field{z-index:1}.dropdown .field__wrap{position:relative}.dropdown .field__input{padding-right:44px}.dropdown .field .icon{position:absolute;top:50%;right:19px;width:16px;height:16px;-webkit-transform:translateY(-50%);transform:translateY(-50%);transition:-webkit-transform .2s;transition:transform .2s;transition:transform .2s,-webkit-transform .2s}.dropdown__body{display:none;position:absolute;top:100%;left:0;right:0;background:#ffffff;border:1px solid #adb6c4;border-radius:16px;padding:12px 0;box-shadow:2px 2px 13px #c5c1c14d}.dropdown__list{max-height:226px;overflow:auto;-webkit-overflow-scrolling:touch}@media only screen and (max-width: 1179px){.dropdown__list{max-height:212px}}@media only screen and (max-width: 767px){.dropdown__list{max-height:192px}}.dropdown__list::-webkit-scrollbar{width:5px}.dropdown__list::-webkit-scrollbar-track-piece{background-color:#f2f8f9;border-radius:0}.dropdown__list::-webkit-scrollbar-thumb:vertical{width:5px;background-color:#c7cfd8;border-radius:0}.dropdown__list::-webkit-scrollbar-thumb:horizontal,.dropdown__list::-webkit-scrollbar-thumb:window-inactive{background-color:#c7cfd8;border-radius:0}.dropdown__variant{display:block;padding:10px 15px;font-size:18px;font-weight:300;color:#001b2e;transition:background .2s}@media only screen and (max-width: 1179px){.dropdown__variant{font-size:16px}}@media only screen and (max-width: 767px){.dropdown__variant{padding:8px 15px}}.dropdown__variant:hover{background:#ffeba5}.dropdown.active{z-index:2}.dropdown.active .field .icon{-webkit-transform:translateY(-50%) rotate(180deg);transform:translateY(-50%) rotate(180deg)}.dropdown.active .field__input{border-color:#4c5c66}.cookies{position:fixed;left:0;right:0;bottom:0;z-index:200;display:flex;align-items:center;padding:24px 100px;border-top:1px solid #e0e8ec;background:white}.cookies__text{flex-grow:1;margin-right:48px;font-size:24px;line-height:1.4;color:#253746}.cookies__text a{color:#ff6d1f;transition:color .2s}.cookies__text a:hover{color:#ff921a}.cookies__btns{display:flex;flex-shrink:0;gap:14px}.cookies__btns .btn{height:50px}@media only screen and (max-width: 1419px){.cookies{padding:20px 40px}.cookies__text{margin-right:16px;font-size:16px;font-weight:300}}@media only screen and (max-width: 767px){.cookies{display:block;padding:16px 24px 12px}.cookies__text{margin:0 0 16px}.cookies__text a{display:block}.cookies__btns .btn{flex:1;height:48px}}.login{padding:52px 64px}@media only screen and (max-width: 1179px){.login{padding:48px 64px}}@media only screen and (max-width: 1023px){.login{padding:40px 32px}}@media only screen and (max-width: 767px){.login{padding:40px 24px 24px}}.login__row{display:flex;align-items:center}@media only screen and (max-width: 767px){.login__row{display:block}}.login__form{flex-grow:1;margin-right:40px}@media only screen and (max-width: 1023px){.login__form{margin-right:16px}}@media only screen and (max-width: 767px){.login__form{margin:0 0 24px}}.login__head{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:40px}@media only screen and (max-width: 767px){.login__head{margin-bottom:24px}}.login__title{font-size:38px;line-height:1.2;font-weight:600}@media only screen and (max-width: 767px){.login__title{font-size:28px}}.login__link{padding:4px 0;color:#ed641b;transition:color .2s}@media only screen and (max-width: 767px){.login__link{margin:8px 0 0 auto;padding:4px 0;font-size:12px}}.login__link:hover{color:#ff921a}.login__form>.field:not(:first-child){margin-top:32px}@media only screen and (max-width: 1023px){.login__form>.field:not(:first-child){margin-top:24px}}@media only screen and (max-width: 767px){.login__form>.field:not(:first-child){margin-top:16px}}.login__line{display:flex;margin:0 -16px}@media only screen and (max-width: 1023px){.login__line{display:block;margin:0}}.login__line:not(:first-child){margin-top:32px}@media only screen and (max-width: 1023px){.login__line:not(:first-child){margin-top:24px}}@media only screen and (max-width: 767px){.login__line:not(:first-child){margin-top:16px}}.login__line .field{width:calc(50% - 32px);margin:0 16px}@media only screen and (max-width: 1023px){.login__line .field{width:100%;margin:0}}@media only screen and (max-width: 1023px){.login__line .field:not(:first-child){margin-top:24px}}@media only screen and (max-width: 767px){.login__line .field:not(:first-child){margin-top:16px}}.login__foot{display:flex;align-items:center;margin-top:40px}@media only screen and (max-width: 1023px){.login__foot{display:block;margin-top:32px}}@media only screen and (max-width: 767px){.login__foot{margin-top:24px}}@media only screen and (max-width: 1023px){.login__foot .checkbox{margin-bottom:24px}}.login__foot .btn{min-width:144px;height:50px;margin-left:auto}@media only screen and (max-width: 1023px){.login__foot .btn{width:100%;margin:0}}.login__wrap{flex-shrink:0;width:336px;text-align:center}@media only screen and (max-width: 1023px){.login__wrap{width:260px}}@media only screen and (max-width: 767px){.login__wrap{width:100%}}.login__subtitle{margin-bottom:24px;font-size:24px;line-height:1.3;font-weight:600;color:#4c5c66}@media only screen and (max-width: 1179px){.login__subtitle{font-size:18px}}@media only screen and (max-width: 1023px){.login__subtitle{margin-bottom:16px;font-size:16px}}.login__btns{display:flex;justify-content:center}.login__btns .btn:not(:last-child){margin-right:16px}.tooltip{display:inline-block;position:relative;margin-left:8px}.tooltip__icon{font-size:0;cursor:pointer;-webkit-tap-highlight-color:rgba(0,0,0,0)}.tooltip__note{position:absolute;left:50%;bottom:calc(100% + 1px);z-index:3;width:346px;padding:12px;-webkit-transform:translateX(-50%);transform:translate(-50%);border-radius:12px;box-shadow:0 6.336px 15.84px #294c6033;background:#ffffff;font-size:14px;line-height:1.3;font-weight:200;color:#4c5c66;pointer-events:none;visibility:hidden;opacity:0;transition:all .2s}@media only screen and (max-width: 767px){.tooltip__note{left:auto;right:-24px;bottom:calc(100% + 4px);width:240px;-webkit-transform:translateX(0);transform:translate(0);padding:8px;font-size:11px}}.tooltip__note:before{content:"";position:absolute;top:calc(100% - 4px);left:50%;width:15px;height:13px;-webkit-transform:translateX(-50%);transform:translate(-50%);background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='13' fill='none' viewBox='0 0 15 13'%3E%3Cpath d='M10.098 11.5c-1.155 2-4.041 2-5.196 0L1.005 4.75c-1.155-2 .289-4.5 2.598-4.5h7.794c2.309 0 3.753 2.5 2.598 4.5l-3.897 6.75z' fill='%23fff'/%3E%3C/svg%3E") no-repeat 50% 50%/100% auto}@media only screen and (max-width: 767px){.tooltip__note:before{left:auto;right:29px;-webkit-transform:translateX(0);transform:translate(0)}}.tooltip:hover .tooltip__note{visibility:visible;opacity:1}#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}.icon-instagram,.icon-tik-tok{fill:#fff!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}.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}
