.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:#ce352c;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:#60a917;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}.about__preview{margin-bottom:50px}@media only screen and (max-width: 1259px){.about__preview{margin-bottom:40px}}@media only screen and (max-width: 1023px){.about__preview{margin-bottom:30px}}@media only screen and (max-width: 767px){.about__preview{margin-bottom:20px}}.about__preview img{width:100%}.about .content{max-width:1200px;margin:0 auto}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:Kyiv Type Sans;src:url(/frontAssets/build/assets/KyivTypeSans-Regular-799e9996.woff2) format("woff2"),url(/frontAssets/build/assets/KyivTypeSans-Regular-d8a9c0cf.woff) format("woff");font-weight:400;font-style:normal}@font-face{font-family:Kyiv Type Sans;src:url(/frontAssets/build/assets/KyivTypeSans-Medium-9cf8a259.woff2) format("woff2"),url(/frontAssets/build/assets/KyivTypeSans-Medium-b10adcaf.woff) format("woff");font-weight:500;font-style:normal}@font-face{font-family:Kyiv Type Sans;src:url(/frontAssets/build/assets/KyivTypeSans-Bold-efdd026c.woff2) format("woff2"),url(/frontAssets/build/assets/KyivTypeSans-Bold-c00eb29e.woff) format("woff");font-weight:700;font-style:normal}body{min-width:375px;font-family:Open Sans,sans-serif;font-size:16px;line-height:1.4;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#000}html.no-scroll,body.no-scroll{overflow:hidden}a{text-decoration:none}button{background:none}button,input,textarea,select{font-family:Open Sans,sans-serif}svg,img{vertical-align:middle}.icon{width:20px;height:20px}.page{display:flex;flex-direction:column;min-height:100svh;padding-top:140px}@media only screen and (max-width: 1259px){.page{padding-top:120px}}@media only screen and (max-width: 767px){.page{padding-top:132px}}.page__container{display:flex;flex-direction:column;flex-grow:1}.center{max-width:1840px;margin:0 auto;padding:0 120px}@media only screen and (max-width: 1419px){.center{padding:0 40px}}@media only screen and (max-width: 1259px){.center{padding:0 32px}}@media only screen and (max-width: 1023px){.center{padding:0 20px}}@media only screen and (max-width: 767px){.center{padding:0 16px}}.btn{display:inline-flex;justify-content:center;align-items:center;gap:10px;height:48px;padding:0 24px;border-radius:5px;font-size:14px;font-weight:700;transition:all .2s}.btn svg{transition:fill .2s}.btn_primary{background:#005D9C;color:#fff}.btn_primary:hover{background:#00558F}.btn_secondary{box-shadow:inset 0 0 0 1px #005d9c;color:#005d9c}.btn_secondary svg{fill:#005d9c}.btn_secondary:hover{background:#00558F;color:#fff}.btn_secondary:hover svg{fill:#fff}.btn_green{background:#B6D284;color:#000}.btn_green:hover{background:#A5BD7A}.header{position:absolute;top:0;left:0;right:0;z-index:20;box-shadow:0 2px 4px #0000001a}@media only screen and (max-width: 767px){.header{padding-top:64px}}.header_no-shadow{box-shadow:none}.header.fixed{position:fixed;box-shadow:0 2px 4px #0000001a}@media only screen and (max-width: 767px){.header.fixed{padding-top:0}}.header__top{background:#B6D284}@media only screen and (max-width: 767px){.header__top{position:fixed;top:0;left:0;bottom:0;z-index:10;width:260px;padding:23px 20px 20px;-webkit-transform:translateX(-100%);transform:translate(-100%);transition:-webkit-transform .2s;transition:transform .2s;transition:transform .2s,-webkit-transform .2s}.header__top.visible{-webkit-transform:translateX(0);transform:translate(0)}}.header.fixed .header__top{display:none}@media only screen and (max-width: 767px){.header.fixed .header__top{display:block}}.header__center{display:flex;align-items:center}.header__top .header__center{justify-content:space-between;height:40px}@media only screen and (max-width: 767px){.header__top .header__center{display:block;height:auto;padding:0}}.header__close{display:none}@media only screen and (max-width: 767px){.header__close{display:inline-block;margin-bottom:30px}}.header__close svg{width:24px;height:24px}.header__nav{display:flex;gap:50px}@media only screen and (max-width: 1259px){.header__nav{gap:32px}}@media only screen and (max-width: 1023px){.header__nav{gap:20px}}@media only screen and (max-width: 767px){.header__nav{flex-direction:column;margin-bottom:30px}}.header__nav a{font-size:13px;font-weight:500;color:#000;transition:color .2s}.header__nav a:hover{color:#005d9c}.header__socials{display:flex;gap:15px}.header__socials a{display:flex}.header__socials a svg{width:18px;height:18px;transition:fill .2s}.header__socials a:hover svg{fill:#005d9c}.header__body{position:relative;padding:26px 0;background:#ffffff}@media only screen and (max-width: 1259px){.header__body{padding:16px 0}}@media only screen and (max-width: 767px){.header__body{padding:10px 0}}.header.fixed .header__body{padding:16px 0}@media only screen and (max-width: 767px){.header.fixed .header__body{padding:10px 0}}.header__catalog{display:flex;align-items:center;gap:9px;height:48px;margin-right:10px;padding:0 10px;border-radius:5px;background:#B6D284;font-size:14px;font-weight:500;color:#000;transition:box-shadow .2s}@media only screen and (max-width: 767px){.header__catalog{margin-right:20px}}.header__catalog:hover{box-shadow:inset 0 0 0 1px #000}.header__open{display:none}@media only screen and (max-width: 1259px){.header__open{display:flex;justify-content:center;align-items:center;width:48px;height:48px;margin-right:auto;border-radius:5px;border:1px solid #000000}}.header__logo{position:absolute;top:50%;left:50%;display:flex;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}@media only screen and (max-width: 767px){.header__logo{top:-64px;-webkit-transform:translate(-50%,0);transform:translate(-50%)}}@media only screen and (max-width: 767px){.header__logo img{height:64px}}@media only screen and (max-width: 767px){.header.fixed .header__logo{display:none}}.header__language{display:flex;padding:1px;border-radius:5px;background:#E8E5E0}.header__language a{display:flex;justify-content:center;align-items:center;width:34px;height:24px;border-radius:4px;font-size:14px;font-weight:500;color:#000;transition:all .2s}.header__language a:hover{color:#005d9c}.header__language a.active{background:#ffffff;color:#000}@media only screen and (max-width: 767px){.header__body .header__language{display:none}}.header__top .header__language{display:none}@media only screen and (max-width: 767px){.header__top .header__language{display:inline-flex;margin-top:30px}}.header__burger{display:none}@media only screen and (max-width: 767px){.header__burger{display:flex;flex-direction:column;justify-content:center;gap:5px;width:24px;height:24px;margin-right:20px}.header__burger:before,.header__burger:after{content:""}.header__burger:before,.header__burger:after,.header__burger span{width:24px;height:2px;border-radius:1px;background:#000000}}.header__actions{display:flex;align-items:center;gap:30px}@media only screen and (max-width: 767px){.header__actions{gap:20px}}.header__action{display:flex;align-items:center;gap:10px;font-weight:500;color:#000}.header__action:hover svg{fill:#005d9c}.header__icon{position:relative}.header__icon svg{width:30px;height:30px;transition:fill .2s}.header__counter{position:absolute;top:-1px;right:-3px;display:flex;justify-content:center;align-items:center;width:14px;height:14px;border-radius:50%;background:#B6D284;font-size:10px;font-weight:600;color:#000}@media only screen and (max-width: 1259px){.header__text{display:none}}.search{position:relative;width:400px;margin-right:auto}@media only screen and (max-width: 1579px){.search{width:340px}}@media only screen and (max-width: 1259px){.search{position:absolute;inset:0;z-index:5;width:100%;padding:16px 32px;background:#ffffff;visibility:hidden;opacity:0;transition:all .2s}.search.visible{visibility:visible;opacity:1}}@media only screen and (max-width: 1023px){.search{padding:16px 20px}}@media only screen and (max-width: 767px){.search{padding:10px 16px}}.search__head{position:relative}.search__input{width:100%;height:48px;padding-left:11px;padding-right:40px;border:1px solid #000000;border-radius:5px;overflow:hidden;text-overflow:ellipsis;font-size:14px;color:#000;transition:border-color .2s}@media only screen and (max-width: 1259px){.search__input{padding-right:76px}}.search__input::-webkit-input-placeholder{color:#828282}.search__input:-ms-input-placeholder{color:#828282}.search__input::-ms-input-placeholder{color:#828282}.search__input::placeholder{color:#828282}.search__input:focus{border-color:#005d9c}.search__button,.search__close{position:absolute;-webkit-tap-highlight-color:rgba(0,0,0,0)}.search__button svg,.search__close svg{fill:#000;transition:fill .2s}.search__button:hover svg,.search__close:hover svg{fill:#005d9c}.search__button{top:14px;right:16px;font-size:0;transition:background .2s}.search__close{top:14px;right:48px;width:20px;height:20px;font-size:0;visibility:hidden;opacity:0;transition:all .2s}@media only screen and (max-width: 1259px){.search__close{visibility:visible;opacity:1}}.search__close svg{width:16px;height:16px}.search__close:hover svg{fill:#005d9c}.search__body{position:absolute;top:calc(100% + 4px);left:0;right:0;padding:11px;background:#ffffff;box-shadow:0 6.336px 15.84px #294c6033;border:1px solid #000000;border-radius:5px;visibility:hidden;opacity:0}@media only screen and (max-width: 1259px){.search__body{top:calc(100% - 8px);left:32px;right:32px}}@media only screen and (max-width: 1023px){.search__body{left:20px;right:20px}}@media only screen and (max-width: 767px){.search__body{left:16px;right:16px}}.search__result{display:flex;flex-direction:column;gap:10px}.search__result a{font-size:14px;color:#000;transition:color .2s}.search__result a:hover{color:#005d9c}.search.active .search__input{padding-right:72px}.search.active .search__close,.search.active .search__body{visibility:visible;opacity:1}.section{margin-bottom:100px}@media only screen and (max-width: 1419px){.section{margin-bottom:80px}}@media only screen and (max-width: 1023px){.section{margin-bottom:50px}}@media only screen and (max-width: 767px){.section{margin-bottom:36px}}.section_md{margin-bottom:70px}@media only screen and (max-width: 1023px){.section_md{margin-bottom:50px}}@media only screen and (max-width: 767px){.section_md{margin-bottom:36px}}.section_pd{padding:100px 0}@media only screen and (max-width: 1419px){.section_pd{padding:80px 0}}@media only screen and (max-width: 1023px){.section_pd{padding:50px 0}}@media only screen and (max-width: 767px){.section_pd{padding:36px 0}}.splide__arrow{width:30px;height:30px;background:transparent;border-radius:0;opacity:1}@media only screen and (max-width: 767px){.splide__arrow{width:24px;height:24px}}.splide__arrow svg{width:30px;height:30px;fill:#000;transition:fill .2s}@media only screen and (max-width: 767px){.splide__arrow svg{width:24px;height:24px}}.splide__arrow:hover:not(:disabled){opacity:1}.splide__arrow:hover:not(:disabled) svg{fill:#005d9c}@media only screen and (max-width: 767px){.splide_main{margin-top:10px}}.splide_main img{width:100%}@media only screen and (max-width: 767px){.splide_main img{aspect-ratio:1.77;-o-object-fit:cover;object-fit:cover}}.splide_main .splide__video__play{top:auto;left:auto;right:20px;bottom:20px;width:36px;height:36px;border-radius:50%;border:1px solid #ffffff;background:rgba(217,217,217,.5);-webkit-transform:translate(0,0);transform:translate(0);opacity:1}@media only screen and (max-width: 767px){.splide_main .splide__video__play{right:10px;bottom:10px}}.splide_main .splide__video__play:before{content:"";position:absolute;top:50%;left:55%;width:9px;height:11px;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9' height='11' fill='none' viewBox='0 0 9 11'%3E%3Cpath d='M8.252 4.687a1 1 0 0 1 0 1.664l-6.197 4.132A1 1 0 0 1 .5 9.65V1.387A1 1 0 0 1 2.055.555l6.197 4.131z' fill='%23fff'/%3E%3C/svg%3E") no-repeat 50% 50%/100% auto}.splide_main .splide__video__play:after{display:none}.splide_main .splide__pagination{bottom:10px;gap:10px}@media only screen and (max-width: 767px){.splide_main .splide__pagination{bottom:5px;gap:5px}}.splide_main .splide__pagination li{font-size:0}.splide_main .splide__pagination li button{width:80px;height:4px;margin:0;border-radius:2px;background:#ffffff;box-shadow:0 1px 2px #00000026;opacity:1;transition:background .2s}@media only screen and (max-width: 1023px){.splide_main .splide__pagination li button{width:60px}}@media only screen and (max-width: 767px){.splide_main .splide__pagination li button{width:32px;height:2px}}.splide_main .splide__pagination li button:hover{background:#E8E5E0}.splide_main .splide__pagination li button.is-active{-webkit-transform:scale(1);transform:scale(1);background:#B6D284}.splide_view .splide__arrow,.splide_gallery .splide__arrow{width:36px;height:36px;background:#B6D284;border-radius:50%}.splide_view .splide__arrow svg,.splide_gallery .splide__arrow svg{width:20px;height:20px}.splide_gallery .splide__slide__container{height:100%}.splide_gallery .splide__video__play{width:50px;height:50px;border-radius:50%;border:1px solid #ffffff;background:rgba(217,217,217,.5);-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);opacity:1}@media only screen and (max-width: 767px){.splide_gallery .splide__video__play{width:40px;height:40px}}.splide_gallery .splide__video__play:before{content:"";position:absolute;top:50%;left:53%;width:13px;height:17px;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9' height='11' fill='none' viewBox='0 0 9 11'%3E%3Cpath d='M8.252 4.687a1 1 0 0 1 0 1.664l-6.197 4.132A1 1 0 0 1 .5 9.65V1.387A1 1 0 0 1 2.055.555l6.197 4.131z' fill='%23fff'/%3E%3C/svg%3E") no-repeat 50% 50%/100% auto}.splide_gallery .splide__video__play:after{display:none}.button-favorite{position:relative;display:flex;width:24px;height:24px;border-radius:50%;transition:all .2s}.button-favorite:before,.button-favorite:after{content:"";position:absolute;inset:0;background-repeat:no-repeat;background-position:50% 50%;background-size:100% auto;transition:opacity .2s}.button-favorite:before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M22.249 3.483A6.08 6.08 0 0 0 17.625 1.4c-2.529 0-4.13 1.51-5.028 2.777-.233.329-.431.658-.597.969-.166-.31-.364-.64-.598-.969C10.505 2.91 8.904 1.4 6.375 1.4a6.08 6.08 0 0 0-4.624 2.083C.622 4.764 0 6.48 0 8.315c0 1.997.78 3.854 2.454 5.845 1.496 1.779 3.648 3.613 6.141 5.737l2.912 2.505.031.027a.7.7 0 0 0 .926 0l.031-.027 2.912-2.505 6.141-5.737C23.22 12.169 24 10.312 24 8.315c0-1.835-.622-3.551-1.751-4.832zm-7.756 15.344L12 20.967l-2.494-2.14c-4.878-4.157-8.1-6.902-8.1-10.512 0-1.492.497-2.878 1.4-3.902.913-1.036 2.18-1.606 3.569-1.606 1.928 0 3.174 1.188 3.88 2.184a8.34 8.34 0 0 1 1.076 2.14c.094.289.364.485.669.485s.574-.196.668-.485a8.34 8.34 0 0 1 1.076-2.14c.706-.996 1.952-2.184 3.88-2.184 1.388 0 2.656.571 3.569 1.606.903 1.024 1.4 2.41 1.4 3.902 0 3.61-3.222 6.356-8.1 10.512z' fill='%23005d9c'/%3E%3C/svg%3E")}.button-favorite:after{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M22.249 3.483A6.08 6.08 0 0 0 17.625 1.4c-2.529 0-4.13 1.51-5.028 2.777-.233.329-.431.658-.597.969-.166-.31-.364-.64-.598-.969C10.505 2.91 8.904 1.4 6.375 1.4a6.08 6.08 0 0 0-4.624 2.083C.622 4.764 0 6.48 0 8.315c0 1.997.78 3.854 2.454 5.845 1.496 1.779 3.648 3.613 6.141 5.737l2.912 2.505.031.027a.7.7 0 0 0 .926 0l.031-.027 2.912-2.505 6.141-5.737C23.22 12.169 24 10.312 24 8.315c0-1.835-.622-3.551-1.751-4.832z' fill='%23005d9c'/%3E%3C/svg%3E");opacity:0}.button-favorite:hover{opacity:.85}.button-favorite.active:before{opacity:0}.button-favorite.active:after{opacity:1}.button-favorite_square{width:48px;height:48px;border-radius:5px;box-shadow:inset 0 0 0 1px #005d9c}.button-favorite_square:before,.button-favorite_square:after{background-size:24px auto}.card{display:flex;flex-direction:column;padding:14px;line-height:1.25}@media only screen and (max-width: 1259px){.card{padding:10px}}.card__head{display:flex;justify-content:end;align-items:center;margin-bottom:14px}@media only screen and (max-width: 767px){.card__head{margin-bottom:10px}}.card .button-favorite{margin-right:auto}.card__sale{margin-right:15px;font-size:16px;font-weight:700}@media only screen and (max-width: 1259px){.card__sale{margin-right:10px}}@media only screen and (max-width: 767px){.card__sale{display:none}}.card__label{display:flex;justify-content:center;align-items:center;height:28px;padding:0 13px 1px;border-radius:14px;font-family:Kyiv Type Sans,sans-serif;font-size:14px;font-weight:500;color:#fff}.card__label_bestseller{background:#005D9C}.card__label_new{background:#B6D284}.card__label_sale{background:#ED9129}.card__preview{position:relative;display:block;aspect-ratio:1;margin-bottom:14px}@media only screen and (max-width: 767px){.card__preview{margin-bottom:10px}}.card__preview img{position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.card__name{display:block;margin-bottom:8px;font-weight:700;line-height:1.25;color:#000}.card__sizes,.card-price,.card__location{margin-bottom:8px}.card-price{display:flex;gap:8px}.card-price__old{text-decoration:line-through}.card-price__old+.card-price__actual{color:#ed9129}.card-price__actual{font-weight:700}.card__location{font-size:14px;opacity:.5;line-height:1.4}.card__button{display:flex;justify-content:center;align-items:center;gap:10px;height:44px;margin-top:auto;border:1px solid #005D9C;border-radius:5px;font-size:14px;font-weight:700;color:#005d9c;transition:all .2s}@media only screen and (max-width: 767px){.card__button{height:40px}}.card__button svg{width:28px;height:28px;fill:#005d9c;transition:fill .2s}@media only screen and (max-width: 767px){.card__button svg{width:24px;height:24px}}.card:hover .card__button{background:#005D9C;color:#fff}.card:hover .card__button svg{fill:#fff}.field__input,.field__textarea{width:100%;border:1px solid #000000;background:#ffffff;border-radius:5px;font-size:14px;color:#000;transition:all .2s}.field__input::-webkit-input-placeholder,.field__textarea::-webkit-input-placeholder{color:gray}.field__input:-ms-input-placeholder,.field__textarea:-ms-input-placeholder{color:gray}.field__input::-ms-input-placeholder,.field__textarea::-ms-input-placeholder{color:gray}.field__input::placeholder,.field__textarea::placeholder{color:gray}.field__input:focus,.field__textarea:focus{border-color:#005d9c}.field__input.error,.field__textarea.error{border-color:#d73030}.field__input.error+.field__label,.field__textarea.error+.field__label{color:#d73030}.field__input:disabled,.field__input.disabled,.field__textarea:disabled,.field__textarea.disabled{pointer-events:none;border-color:#e8e5e0}.field__input{height:48px;padding:0 14px}.field__textarea{height:92px;padding:12px 14px;resize:none}.field_textarea{font-size:0}label.error{display:block;margin-top:2px;font-size:12px;color:#d73030}.footer{padding:56px 0;background:#E8E5E0}@media only screen and (max-width: 767px){.footer{padding:32px 0}}.footer__row{display:flex;justify-content:space-between;align-items:center;gap:20px}@media only screen and (max-width: 1179px){.footer__row{flex-wrap:wrap}}@media only screen and (max-width: 1023px){.footer__row{justify-content:stretch;align-items:flex-start}}@media only screen and (max-width: 767px){.footer__row{gap:30px}}@media only screen and (max-width: 1023px){.footer__col:nth-child(1){width:288px}}@media only screen and (max-width: 767px){.footer__col:nth-child(1){display:flex;align-items:center;gap:30px;width:100%}}@media only screen and (max-width: 1023px){.footer__col:nth-child(2){margin-right:auto}}@media only screen and (max-width: 1023px){.footer__col:nth-child(3){min-width:150px}}@media only screen and (max-width: 767px){.footer__col:nth-child(3){min-width:126px}}.footer__col:nth-child(4){display:flex;flex-direction:column;align-items:flex-start}@media only screen and (max-width: 1023px){.footer__col:nth-child(4){width:288px;margin-top:30px}}@media only screen and (max-width: 767px){.footer__col:nth-child(4){margin-top:0}}.footer__col:nth-child(5){width:360px}@media only screen and (max-width: 1179px){.footer__col:nth-child(5){width:100%;margin-top:10px}}@media only screen and (max-width: 1023px){.footer__col:nth-child(5){width:auto;flex-grow:1;margin-top:30px}}@media only screen and (max-width: 767px){.footer__col:nth-child(5){margin-top:0}}.footer__logo{display:flex;width:110px;margin-bottom:30px}@media only screen and (max-width: 1023px){.footer__logo{margin-bottom:22px}}@media only screen and (max-width: 767px){.footer__logo{width:80px;margin-bottom:0}}.footer__logo img{width:100%}.footer__policy{display:inline-block;margin-bottom:14px;font-size:12px;color:#000;transition:color .2s}.footer__policy:hover{color:#005d9c}.footer__copyright{white-space:nowrap;font-size:12px;color:#828282}@media only screen and (max-width: 1579px){.footer__copyright{max-width:150px;white-space:normal}}.footer__menu{display:flex;flex-direction:column;align-items:flex-start;gap:20px}.footer__menu a{color:#000;transition:color .2s}.footer__menu a:hover{color:#005d9c}.footer__line{display:flex;align-items:center;gap:10px;color:#000}.footer__line svg{width:14px;height:14px}.footer__line:not(:last-child){margin-bottom:20px}.footer__question{color:#005d9c;transition:opacity .2s}.footer__question:hover{opacity:.8}.footer__title{margin-bottom:14px}.footer__subscription{position:relative;margin-bottom:14px}@media only screen and (max-width: 1259px){.footer__subscription{max-width:500px}}@media only screen and (max-width: 1023px){.footer__subscription{max-width:100%}}.footer__subscription .field__input{padding-right:144px}.footer__subscription .btn{position:absolute;top:0;right:0;padding:0 16px}.footer__note{margin-bottom:14px;font-size:12px;opacity:.5}.footer__socials{display:flex;gap:10px}.footer__socials a{display:flex;transition:opacity .2s}.footer__socials a svg{width:20px;height:20px;fill:#005d9c}.footer__socials a:hover{opacity:.85}.breadcrumbs{padding:20px 0}@media only screen and (max-width: 767px){.breadcrumbs{padding:12px 0}}.breadcrumbs__list{display:flex}@media only screen and (max-width: 1419px){.breadcrumbs__list{margin:0 -40px;padding:0 40px;overflow:auto;-ms-overflow-style:none;scrollbar-width:none;-webkit-overflow-scrolling:touch}.breadcrumbs__list::-webkit-scrollbar{display:none}}@media only screen and (max-width: 1259px){.breadcrumbs__list{margin:0 -32px;padding:0 32px}}@media only screen and (max-width: 1023px){.breadcrumbs__list{margin:0 -20px;padding:0 20px}}@media only screen and (max-width: 767px){.breadcrumbs__list{margin:0 -16px;padding:0 16px}}.breadcrumbs__list li{flex-shrink:0;font-size:14px;color:#000}.breadcrumbs__list li:not(:last-child){margin-right:5px}.breadcrumbs__list li:not(:last-child):after{content:"/";margin-left:5px;flex-shrink:0;color:#828282}.breadcrumbs__list a{color:#828282;transition:color .2s}.breadcrumbs__list a:hover{color:#000}.pagination{display:flex;justify-content:flex-end;gap:16px}@media only screen and (max-width: 767px){.pagination{gap:4px}}.pagination__arrows,.pagination__numbers{display:flex;gap:4px}.pagination__arrows:first-child svg{-webkit-transform:rotate(180deg);transform:rotate(180deg)}@media only screen and (max-width: 767px){.pagination__numbers{margin:0 auto}}.pagination__arrow,.pagination__number{display:flex;justify-content:center;align-items:center;width:40px;height:40px;border-radius:5px;border:1px solid #005D9C}span.pagination__arrow{border:1px solid #000000}@media only screen and (max-width: 767px){.pagination__arrow,.pagination__number{width:38px;height:38px}}.pagination__number{font-size:14px;color:#000;transition:all .2s}a.pagination__number:hover{color:#005d9c}.pagination__number.active{background:#005D9C;color:#fff}.pagination__arrow .icon{fill:#000;transition:fill .2s}.pagination__arrow .icon-arrows{width:24px;height:24px}a.pagination__arrow:hover .icon{fill:#005d9c}.video{position:relative;width:100%;height:0;padding-bottom:56.25%;background:#000;overflow:hidden}.video__link,.video__media{position:absolute;top:0;left:0;width:100%;height:100%}.video__media{border:none}.video__button{display:none;position:absolute;top:50%;left:50%;z-index:1;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:68px;height:48px}.video__button:focus .video__button-shape{fill:red;fill-opacity:1}.video__button-shape{fill:#212121;fill-opacity:.8;transition:all .3s}.video__button-icon{fill:#fff}.video__button:focus{outline:none}.video:hover .video__button-shape{fill:red;fill-opacity:1}.video--enabled{cursor:pointer}.video--enabled .video__button{display:block}.counter{position:relative;display:inline-block;flex-shrink:0;width:125px;border:1px solid #000000;border-radius:5px;padding:0 36px;overflow:hidden}.counter__input{width:100%;height:46px;background:transparent;border:0;text-align:center;font-size:16px;color:#000}.counter__btn{position:absolute;top:0;bottom:0;z-index:1;width:36px;transition:opacity .2s;-webkit-tap-highlight-color:rgba(0,0,0,0)}.counter__btn:before{content:"";position:absolute;top:50%;width:16px;height:2px;-webkit-transform:translateY(-50%);transform:translateY(-50%);border-radius:1px;background:#005D9C;transition:background .2s}.counter__btn:hover{opacity:.8}.counter__btn.disabled{pointer-events:none}.counter__btn.disabled:before,.counter__btn.disabled:after{background:#A1A1A1}.counter__btn_plus{right:0}.counter__btn_plus:before{left:0}.counter__btn_plus:after{content:"";position:absolute;top:50%;left:7px;width:2px;height:16px;-webkit-transform:translateY(-50%);transform:translateY(-50%);border-radius:1px;background:#005D9C;transition:background .2s}.counter__btn_minus{left:0}.counter__btn_minus:before{right:0}.title{font-size:30px;font-family:Kyiv Type Sans,sans-serif;font-weight:700;line-height:1.2}@media only screen and (max-width: 1023px){.title{font-size:26px}}@media only screen and (max-width: 767px){.title{font-size:24px}}.title_lg{font-size:44px}@media only screen and (max-width: 1023px){.title_lg{font-size:30px}}@media only screen and (max-width: 767px){.title_lg{font-size:24px}}.content{font-size:16px;line-height:1.5}@media only screen and (max-width: 767px){.content{font-size:14px}}.content h1,.content h2,.content h3,.content h4{margin-bottom:20px}@media only screen and (max-width: 767px){.content h1,.content h2,.content h3,.content h4{margin-bottom:16px}}.content h1{font-family:Kyiv Type Sans,sans-serif;font-size:44px;line-height:1.2}@media only screen and (max-width: 1023px){.content h1{font-size:30px}}@media only screen and (max-width: 767px){.content h1{font-size:24px}}.content h4{font-size:24px}@media only screen and (max-width: 1023px){.content h4{font-size:22px}}@media only screen and (max-width: 767px){.content h4{font-size:20px}}.content p:not(:last-child),.content ul:not(:last-child),.content ol:not(:last-child){margin-bottom:24px}@media only screen and (max-width: 767px){.content p:not(:last-child),.content ul:not(:last-child),.content ol:not(:last-child){margin-bottom:16px}}.content ul li{position:relative;padding-left:28px}.content ul li:before{content:"";position:absolute;top:8px;left:10px;width:8px;height:8px;background:#B6D284;border-radius:50%}@media only screen and (max-width: 767px){.content ul li:before{top:7px}}.content ul li:not(:last-child){margin-bottom:10px}.content ol{counter-reset:main-counter}.content ol>li{counter-increment:main-counter}.content ol>li:before{content:counters(main-counter,".") ". ";font-weight:600}.content ol li{padding-left:10px}.content ol li:not(:last-child){margin-bottom:10px}.content a{text-decoration:underline;text-underline-offset:1px;color:#005d9c;transition:-webkit-text-decoration-color .2s;transition:text-decoration-color .2s;transition:text-decoration-color .2s,-webkit-text-decoration-color .2s}.content a:hover{-webkit-text-decoration-color:transparent;text-decoration-color:transparent}.popular__wrapper{position:relative}.popular__title{margin-bottom:30px;padding-right:72px}.popular .splide{position:static}.popular .splide__slide .card{height:100%}@media only screen and (max-width: 767px){.popular .splide__slide .card{font-size:14px}}.popular .splide__arrows{position:absolute;top:3px;right:0;z-index:3;display:flex;gap:30px}@media only screen and (max-width: 1023px){.popular .splide__arrows{top:0;gap:20px}}@media only screen and (max-width: 767px){.popular .splide__arrows{top:4px}}.popular .splide__arrow{position:static;-webkit-transform:translateY(0);transform:translateY(0)}.mfp-container{padding:24px}@media (max-width: 900px){.mfp-container{padding:24px 10px}}.mfp-bg{background:rgba(0,0,0,.5)}.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:0}.popup .mfp-close{position:absolute;top:8px;right:8px;width:30px;height:30px;line-height:normal;opacity:1;font-size:0;-webkit-tap-highlight-color:rgba(0,0,0,0)}.popup .mfp-close svg{width:24px;height:24px;fill:#005d9c;pointer-events:none;transition:fill .2s}@media only screen and (max-width: 767px){.popup .mfp-close svg{width:20px;height:20px}}.popup .mfp-close:hover svg{fill:#d73030}.popup_gallery{max-width:1600px;padding:32px 40px}@media only screen and (max-width: 1579px){.popup_gallery{max-width:1200px}}@media only screen and (max-width: 767px){.popup_gallery{padding:20px 16px}}.popup_gallery .mfp-close{top:34px;right:40px}@media only screen and (max-width: 767px){.popup_gallery .mfp-close{top:20px;right:16px}}.popup_gallery .splide__slide{height:750px;text-align:center}@media only screen and (max-width: 1579px){.popup_gallery .splide__slide{height:650px}}@media only screen and (max-width: 1023px){.popup_gallery .splide__slide{height:668px}}@media only screen and (max-width: 767px){.popup_gallery .splide__slide{height:362px}}@media only screen and (max-width: 390px){.popup_gallery .splide__slide{height:323px}}.popup_gallery .splide__slide img{width:auto;max-width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.popup_gallery .splide__arrow--prev{left:0}.popup_gallery .splide__arrow--next{right:0}.popup_gallery .popup__title{margin-bottom:30px;padding-right:40px}@media only screen and (max-width: 1579px){.popup_gallery .popup__title{margin-bottom:20px}}@media only screen and (max-width: 767px){.popup_gallery .popup__title{font-size:20px}}.cookies{position:fixed;left:0;right:0;bottom:20px;z-index:5}.cookies__wrap{position:relative;display:flex;align-items:center;gap:50px;padding:46px 40px;border-radius:20px;background:#ffffff;box-shadow:0 4px 15px #00000026}@media only screen and (max-width: 1579px){.cookies__wrap{padding:32px}}@media only screen and (max-width: 1419px){.cookies__wrap{gap:30px;padding:24px}}@media only screen and (max-width: 1023px){.cookies__wrap{flex-direction:column;gap:20px}}@media only screen and (max-width: 767px){.cookies__wrap{gap:10px;padding:32px 16px 20px}}.cookies__content{flex-grow:1;font-size:14px}@media only screen and (max-width: 767px){.cookies__content{font-size:12px}}.cookies__btns{display:flex;gap:10px;flex-shrink:0}@media only screen and (max-width: 1023px){.cookies__btns{width:100%}}@media only screen and (max-width: 1023px){.cookies__btns .btn{flex:1}}.cookies__btns .btn:nth-child(1){min-width:200px}@media only screen and (max-width: 1023px){.cookies__btns .btn:nth-child(1){min-width:auto}}.cookies__btns .btn:nth-child(2){min-width:160px}@media only screen and (max-width: 1023px){.cookies__btns .btn:nth-child(2){min-width:auto}}.cookies__close{position:absolute;top:20px;right:20px;font-size:0}@media only screen and (max-width: 1023px){.cookies__close{top:12px;right:12px}}.cookies__close svg{fill:#c5c5c5;transition:fill .2s}@media only screen and (max-width: 1023px){.cookies__close svg{width:16px;height:16px}}.cookies__close:hover svg{fill:#d73030}.best__wrapper{position:relative}.best__title{position:absolute;top:0;font-family:Kyiv Type Sans,sans-serif;font-size:128px;line-height:.92;font-weight:700}@media only screen and (max-width: 1579px){.best__title{font-size:100px}}@media only screen and (max-width: 1259px){.best__title{font-size:64px}}@media only screen and (max-width: 767px){.best__title{font-size:50px}}.best__title span{display:block}.best .splide{position:static}.best .splide__slide .card{height:100%}.best .splide__arrows{position:absolute;bottom:14px;z-index:3;display:flex;gap:30px}@media only screen and (max-width: 1259px){.best .splide__arrows{bottom:10px}}@media only screen and (max-width: 767px){.best .splide__arrows{gap:20px}}.best .splide__arrow{position:static;-webkit-transform:translateY(0);transform:translateY(0)}.best_left .best__wrapper{padding-left:431px}@media only screen and (max-width: 1819px){.best_left .best__wrapper{padding-left:360px}}@media only screen and (max-width: 1579px){.best_left .best__wrapper{padding-left:290px}}@media only screen and (max-width: 1259px){.best_left .best__wrapper{padding-left:180px}}@media only screen and (max-width: 767px){.best_left .best__wrapper{padding-left:132px}}.best_left .best__wrapper .splide__arrows{left:11px}@media only screen and (max-width: 1023px){.best_left .best__wrapper .splide__arrows{left:0}}.best_left .best__title{left:0}.best_right .best__wrapper{padding-right:431px}@media only screen and (max-width: 1819px){.best_right .best__wrapper{padding-right:360px}}@media only screen and (max-width: 1579px){.best_right .best__wrapper{padding-right:290px}}@media only screen and (max-width: 1259px){.best_right .best__wrapper{padding-right:180px}}@media only screen and (max-width: 767px){.best_right .best__wrapper{padding-right:118px}}.best_right .best__wrapper .splide__arrows{right:11px}@media only screen and (max-width: 1023px){.best_right .best__wrapper .splide__arrows{right:0}}.best_right .best__title{right:0;text-align:right}.blog__head{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.blog__all{font-family:Kyiv Type Sans,sans-serif;color:#005d9c;transition:opacity .2s}.blog__all:hover{opacity:.8}.blog__row{display:flex;gap:14px}@media only screen and (max-width: 767px){.blog__row{flex-direction:column;gap:24px}}.blog__row .blog__item{flex:1}@media only screen and (max-width: 1023px){.blog__row .blog__item:nth-child(n+4){display:none}}.blog__preview{margin-bottom:15px;overflow:hidden}.blog__preview img{width:100%;transition:-webkit-transform .7s;transition:transform .7s;transition:transform .7s,-webkit-transform .7s}.blog__item:hover .blog__preview img{-webkit-transform:scale(1.03);transform:scale(1.03)}.blog__subtitle{margin-bottom:14px;font-size:20px;line-height:1.1;font-weight:700;color:#000}.blog__text{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;margin-bottom:14px;color:#000}.blog__link{font-family:Kyiv Type Sans,sans-serif;color:#005d9c;transition:opacity .2s}.blog__link:hover{opacity:.8}.popup_cart{background:#fff;border-radius:12px;padding:24px;max-width:720px;width:100%;box-shadow:0 10px 30px #00000014}.popup_cart h1{font-size:22px;line-height:1.3;margin:0 0 16px;font-weight:700;color:#111}.popup_cart .js-popup-cart-item{display:grid;grid-template-columns:56px 1fr auto auto auto;gap:12px;align-items:center;padding:12px 0;border-bottom:1px solid #eee}.popup_cart .js-popup-cart-item>span:first-child{display:inline-flex;width:44px;height:32px;align-items:center;justify-content:center;background:#f5f6f7;border-radius:6px;font-weight:600;color:#111}.popup_cart .js-popup-cart-item a{color:#111;text-decoration:none;transition:color .2s ease}.popup_cart .js-popup-cart-item a:hover{color:#000;text-decoration:underline}.popup_cart .js-popup-cart-item strong{color:#111;font-weight:700}.popup_cart .js-cart-remove{border:0;color:#fff;padding:6px 12px;border-radius:6px;cursor:pointer;transition:background-color .2s ease,transform .05s ease}.popup_cart .popup-cart-total{display:flex;justify-content:flex-end;gap:8px;align-items:baseline;padding-top:12px;font-weight:700;color:#111}.popup_cart .cart-empty{display:block;text-align:center;color:#777;padding:16px 0}@media (max-width: 768px){.popup_cart{padding:20px}}@media (max-width: 480px){.popup_cart{padding:16px}.popup_cart h1{font-size:20px;margin-bottom:12px}.popup_cart .js-popup-cart-item{gap:10px}.popup_cart .js-popup-cart-item>span:first-child{width:36px;height:28px;font-size:12px}.popup_cart .js-cart-remove{padding:6px 10px;font-size:12px}}.catalog__head{display:flex;justify-content:space-between;align-items:center;margin-bottom:30px}@media only screen and (max-width: 1023px){.catalog__head{flex-wrap:wrap}}@media only screen and (max-width: 767px){.catalog__head{margin-bottom:20px}}@media only screen and (max-width: 1023px){.catalog__title{width:100%;margin-bottom:24px}}@media only screen and (max-width: 767px){.catalog__title{margin-bottom:20px}}.catalog__select{min-width:250px;height:48px;padding:0 32px 0 10px;border:none;border-radius:5px;-webkit-appearance:none;appearance:none;background:#F6F6F6 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='9' fill='none' viewBox='0 0 14 9'%3E%3Cpath d='M8.268 8.542a1.16 1.16 0 0 1-1.692 0L1.23 2.819C.549 2.089 1.072.908 2.076.908h10.693c1.004 0 1.527 1.182.846 1.911L8.268 8.542z' fill='%23005d9c'/%3E%3C/svg%3E") no-repeat calc(100% - 10px) 50%/14px auto;font-size:14px;color:#000;cursor:pointer}@media only screen and (max-width: 1023px){.catalog__select{height:40px}}@media only screen and (max-width: 767px){.catalog__select{min-width:auto;flex-grow:1;margin-left:20px;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}}.catalog__select::-ms-expand{display:none}.catalog__select:-moz-focusring{color:transparent;text-shadow:0 0 0 #000}.catalog__row{display:flex;flex-direction:row-reverse}@media only screen and (max-width: 1023px){.catalog__row{display:block}}.catalog__wrapper{flex-grow:1;padding-left:40px}@media only screen and (max-width: 1579px){.catalog__wrapper{padding-left:20px}}@media only screen and (max-width: 1023px){.catalog__wrapper{padding-left:0}}.catalog__open{display:none}@media only screen and (max-width: 1023px){.catalog__open{display:flex;align-items:center;gap:10px;height:40px;padding:0 20px;border-radius:5px;background:#B6D284;font-size:14px;font-weight:500;color:#000}}.catalog__products{display:flex;flex-wrap:wrap;margin:-20px -10px 0}@media only screen and (max-width: 767px){.catalog__products{margin:-10px -5px 0}}.catalog__products .card{width:calc(33.333% - 20px);margin:20px 10px 0}@media only screen and (max-width: 767px){.catalog__products .card{width:calc(50% - 10px);margin:10px 5px 0;font-size:14px}}.catalog__foot{display:flex;justify-content:space-between;margin-top:40px}@media only screen and (max-width: 767px){.catalog__foot{display:block;margin-top:24px}}.catalog__foot .btn{height:40px;padding:0 28px}@media only screen and (max-width: 767px){.catalog__foot .btn{width:100%}}@media only screen and (max-width: 767px){.catalog__foot .pagination{margin-top:20px}}.catalog__empty{position:relative;display:flex;justify-content:center;align-items:center;height:424px}@media only screen and (max-width: 767px){.catalog__empty{height:240px}}.catalog__empty img{position:absolute;top:0;left:50%;max-width:580px;-webkit-transform:translateX(-50%);transform:translate(-50%)}@media only screen and (max-width: 767px){.catalog__empty img{max-width:320px}}.catalog__note{position:relative;z-index:2;text-align:center}@media only screen and (max-width: 767px){.catalog__note{max-width:240px}}.categories{background:#E8E5E0}@media only screen and (max-width: 1023px){.categories__center{max-width:768px}}.categories__list{display:flex;gap:30px}@media only screen and (max-width: 1259px){.categories__list{gap:20px}}@media only screen and (max-width: 1023px){.categories__list{flex-wrap:wrap;align-items:flex-end;gap:0}}@media only screen and (max-width: 767px){.categories__list{flex-direction:column;align-items:stretch;gap:30px}}.categories__item{position:relative}.categories__item:nth-child(1){flex-shrink:0;width:31.3%}@media only screen and (max-width: 1259px){.categories__item:nth-child(1){width:29%}}@media only screen and (max-width: 1023px){.categories__item:nth-child(1){width:308px;margin-bottom:30px}}@media only screen and (max-width: 767px){.categories__item:nth-child(1){width:90%;margin-bottom:0}}.categories__item:nth-child(2){align-self:end}@media only screen and (max-width: 1023px){.categories__item:nth-child(2){width:calc(100% - 308px);margin-bottom:30px;padding-left:20px}}@media only screen and (max-width: 767px){.categories__item:nth-child(2){display:flex;gap:10px;width:100%;margin-bottom:0;padding-left:0}}.categories__item:nth-child(3){display:flex;flex-direction:column-reverse;align-self:start;gap:20px;flex-shrink:0;width:19.4%}@media only screen and (max-width: 1579px){.categories__item:nth-child(3){gap:10px}}@media only screen and (max-width: 1023px){.categories__item:nth-child(3){align-self:end;width:184px}}@media only screen and (max-width: 767px){.categories__item:nth-child(3){width:55%}}.categories__item:nth-child(4){display:flex;flex-direction:column;gap:20px}@media only screen and (max-width: 1579px){.categories__item:nth-child(4){gap:10px}}@media only screen and (max-width: 1023px){.categories__item:nth-child(4){flex-direction:row;align-items:flex-end;gap:20px;width:calc(100% - 184px);padding-left:30px}}@media only screen and (max-width: 767px){.categories__item:nth-child(4){flex-direction:column;align-items:flex-start;gap:10px;width:100%;padding-left:0}}.categories__item:nth-child(2),.categories__item:nth-child(4){flex-grow:1}.categories__preview img{width:100%}.categories__item:nth-child(1) .categories__preview{height:100%}.categories__item:nth-child(1) .categories__preview img{height:100%;-o-object-fit:cover;object-fit:cover}.categories__item:nth-child(1) .categories__body{position:absolute;top:-10px;left:calc(100% + 30px);max-width:220px}@media only screen and (max-width: 1259px){.categories__item:nth-child(1) .categories__body{left:calc(100% + 20px);max-width:200px}}@media only screen and (max-width: 1023px){.categories__item:nth-child(1) .categories__body{top:-6px;max-width:356px;width:356px}}@media only screen and (max-width: 767px){.categories__item:nth-child(1) .categories__body{position:static;width:auto;margin-top:10px}}.categories__item:nth-child(2) .categories__body{position:absolute;left:calc(100% + 30px);bottom:0}@media only screen and (max-width: 1023px){.categories__item:nth-child(2) .categories__body{left:268px;width:130px}}@media only screen and (max-width: 767px){.categories__item:nth-child(2) .categories__body{position:static;width:auto;flex-shrink:0}}@media only screen and (max-width: 1023px){.categories__item:nth-child(2) .categories__preview{max-width:228px}}@media only screen and (max-width: 767px){.categories__item:nth-child(2) .categories__preview{flex-grow:1}}.categories__item:nth-child(3) .categories__body{margin-top:-10px;text-align:right}@media only screen and (max-width: 767px){.categories__item:nth-child(3) .categories__body{position:absolute;right:0;bottom:calc(100% + 10px);margin-top:0}}.categories__item:nth-child(4) .categories__body{max-width:280px}@media only screen and (max-width: 767px){.categories__item:nth-child(4) .categories__body{max-width:100%}}@media only screen and (max-width: 1023px){.categories__item:nth-child(4) .categories__preview{max-width:228px}}@media only screen and (max-width: 767px){.categories__item:nth-child(4) .categories__preview{width:59%;max-width:59%}}.categories__body{width:100%;font-family:Kyiv Type Sans,sans-serif}.categories__title{margin-bottom:10px;font-size:40px;line-height:1.25}@media only screen and (max-width: 1579px){.categories__title{font-size:30px}}@media only screen and (max-width: 1259px){.categories__title{font-size:24px}}.categories__text{margin-bottom:10px}@media only screen and (max-width: 1259px){.categories__text{font-size:15px}}@media only screen and (max-width: 1023px){.categories__text{font-size:16px}}.categories__link{display:inline-flex;align-items:center;gap:10px;font-size:20px;font-weight:700;line-height:1.25;color:#005d9c}@media only screen and (max-width: 1259px){.categories__link{font-size:16px}}@media only screen and (max-width: 1023px){.categories__link{font-size:20px}}.categories__link svg{width:24px;height:24px;fill:#005d9c;transition:-webkit-transform .2s;transition:transform .2s;transition:transform .2s,-webkit-transform .2s}.categories__link:hover svg{-webkit-transform:translateX(2px);transform:translate(2px)}.contacts__title{margin-bottom:30px}@media only screen and (max-width: 767px){.contacts__title{margin-bottom:20px}}.contacts__row{display:flex}@media only screen and (max-width: 767px){.contacts__row{display:block}}.contacts__col:nth-child(1){flex-shrink:0;width:460px}@media only screen and (max-width: 1259px){.contacts__col:nth-child(1){width:360px}}@media only screen and (max-width: 1023px){.contacts__col:nth-child(1){width:320px}}@media only screen and (max-width: 767px){.contacts__col:nth-child(1){width:100%;margin-bottom:20px}}.contacts__col:nth-child(2){flex-grow:1;padding-left:40px}@media only screen and (max-width: 1259px){.contacts__col:nth-child(2){padding-left:30px}}@media only screen and (max-width: 1023px){.contacts__col:nth-child(2){padding-left:20px}}@media only screen and (max-width: 767px){.contacts__col:nth-child(2){height:500px;padding-left:0}}.contacts__wrap{display:flex;flex-direction:column;align-items:flex-start;gap:15px;margin-bottom:20px;padding:30px 20px;border-radius:5px;background:#F6F6F6}@media only screen and (max-width: 1023px){.contacts__wrap{padding:20px}}.contacts__line{display:inline-flex;align-items:center;gap:12px;color:#000}.contacts__icon{display:flex;justify-content:center;align-items:center;flex-shrink:0;width:24px;height:24px;border-radius:50%;background:#ED9129}.contacts__icon svg{width:14px;height:14px;fill:#fff}.contacts__form{padding:30px 55px;background:#B6D284;border-radius:5px}@media only screen and (max-width: 1259px){.contacts__form{padding:30px}}@media only screen and (max-width: 1023px){.contacts__form{padding:30px 20px}}.contacts__form .field:not(:last-child){margin-bottom:10px}.contacts__form .btn{width:100%}.contacts__subtitle{margin-bottom:10px;text-align:center;font-size:20px;font-weight:700}.contacts__info{margin-bottom:20px;text-align:center}.contacts__map{height:100%}.filters{flex-shrink:0;width:380px}@media only screen and (max-width: 1819px){.filters{width:340px}}@media only screen and (max-width: 1579px){.filters{width:260px}}@media only screen and (max-width: 1023px){.filters{width:auto}}@media only screen and (max-width: 1023px){.filters__wrapper{position:fixed;top:0;left:0;bottom:0;z-index:30;display:flex;flex-direction:column;width:380px;background:#ffffff;border-radius:0;-webkit-transform:translateX(-100%);transform:translate(-100%);transition:-webkit-transform .2s;transition:transform .2s;transition:transform .2s,-webkit-transform .2s}.filters__wrapper.visible{-webkit-transform:translateX(0);transform:translate(0)}}@media only screen and (max-width: 767px){.filters__wrapper{width:100%}}@media only screen and (max-width: 1023px){.filters__overlay{position:fixed;inset:0;z-index:20;background:rgba(0,0,0,.28);visibility:hidden;opacity:0;transition:all .2s}.filters__overlay.visible{visibility:visible;opacity:1}}@media only screen and (max-width: 1023px){.filters__top{padding:24px 24px 20px}}@media only screen and (max-width: 767px){.filters__top{padding:20px}}.filters__line{display:none}@media only screen and (max-width: 1023px){.filters__line{display:flex;align-items:center;gap:24px}}.filters__title{font-family:Kyiv Type Sans,sans-serif;font-size:30px;font-weight:700}.filters__close svg{width:24px;height:24px}.filters__tags{display:flex;align-items:flex-start;flex-wrap:wrap;gap:10px}@media only screen and (max-width: 1023px){.filters__tags{margin-top:16px}}.filters__tag{display:flex;align-items:center;gap:10px;height:40px;padding:0 15px;background:#F6F6F6;border-radius:20px}@media only screen and (max-width: 1579px){.filters__tag{padding:0 12px}}.filters__remove{flex-shrink:0;font-size:0}.filters__remove svg{width:12px;height:12px;fill:#000;transition:fill .2s}.filters__remove:hover svg{fill:#d73030}.filters__clear{display:inline-block;margin-top:10px;color:#005d9c;transition:opacity .2s}@media only screen and (max-width: 1023px){.filters__clear{margin-bottom:0}}.filters__clear:hover{opacity:.8}.filters__list{padding-top:20px}@media only screen and (max-width: 1023px){.filters__list{flex-grow:1;padding:0 24px 96px;overflow-y:auto;-ms-overflow-style:none;scrollbar-width:none;-webkit-overflow-scrolling:touch}.filters__list::-webkit-scrollbar{display:none}}@media only screen and (max-width: 767px){.filters__list{padding:0 20px 88px}}.filters__item{padding:20px;border-radius:5px;background:#F6F6F6}.filters__item:not(:last-child){margin-bottom:10px}.filters__head{margin-bottom:10px;font-family:Kyiv Type Sans,sans-serif;font-size:16px;font-weight:600}.filters__form{display:flex;padding-top:10px}.filters__form .btn{flex-shrink:0;width:48px;margin-left:8px;padding:0}.filters__fieldset{position:relative;display:flex;gap:34px}@media only screen and (max-width: 1259px){.filters__fieldset{gap:24px}}.filters__fieldset:after{content:"";position:absolute;top:50%;left:50%;width:18px;height:1px;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);background:#000000}@media only screen and (max-width: 1259px){.filters__fieldset:after{width:12px}}.filters__links{display:flex;flex-direction:column;gap:10px}.filters__link{position:relative;display:flex;align-items:center;padding-left:26px;color:#000;transition:color .2s}.filters__link:before,.filters__link:after{content:"";position:absolute;top:50%;left:0;-webkit-transform:translateY(-50%);transform:translateY(-50%);width:16px;height:16px;transition:all .2s}.filters__link:before{border-radius:3px;background:#ffffff;box-shadow:inset 0 0 0 1px #005d9c}.filters__link:after{z-index:2;opacity:0;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='11' fill='none' viewBox='0 0 12 11'%3E%3Cg clip-path='url(%23A)'%3E%3Cpath d='M11.244 1.798c-.34-.341-.893-.341-1.234 0L4.458 7.351 1.99 4.883c-.341-.341-.893-.341-1.234 0s-.341.893 0 1.234l3.085 3.085a.87.87 0 0 0 1.234 0l6.17-6.17c.341-.341.341-.893 0-1.234z' fill='%23fff'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='A'%3E%3Cpath fill='%23fff' transform='translate(.5)' d='M0 0h11v11H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E") no-repeat 50% 50%/12px auto}.filters__link:hover{color:#005d9c}.filters__link.active:before{z-index:1;background:#005D9C}.filters__link.active:after{opacity:1}.filters__link:nth-child(n+6){display:none}.filters__color{position:absolute;top:50%;left:1px;-webkit-transform:translateY(-50%);transform:translateY(-50%);width:14px;height:14px;border-radius:2px}.filters__links.all .filters__link{display:flex!important}.filters__all{display:inline-block;margin-top:10px;text-decoration:underline;text-underline-offset:1px;color:#005d9c;transition:-webkit-text-decoration-color .2s;transition:text-decoration-color .2s;transition:text-decoration-color .2s,-webkit-text-decoration-color .2s}.filters__all:hover{-webkit-text-decoration-color:transparent;text-decoration-color:transparent}.filters__btns{display:none}@media only screen and (max-width: 1023px){.filters__btns{display:block;position:fixed;left:0;right:0;bottom:0;padding:24px;background:#ffffff;z-index:2}}@media only screen and (max-width: 767px){.filters__btns{padding:20px}}.filters__btns .btn{width:100%}.mistake{position:relative;overflow:hidden}.mistake__center{position:relative;z-index:2;display:flex;justify-content:center;align-items:center;height:594px}@media only screen and (max-width: 1259px){.mistake__center{height:500px}}@media only screen and (max-width: 767px){.mistake__center{height:440px}}.mistake__bg{position:absolute;top:56%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}@media only screen and (max-width: 767px){.mistake__bg img{max-width:420px}}.mistake__wrap{text-align:center}.mistake__number{text-shadow:0 2px 2px rgba(0,0,0,.2);font-family:Kyiv Type Sans,sans-serif;font-size:120px;font-weight:700;color:#ed9129}.mistake__preview{max-width:250px;margin:-65px auto 17px;padding-left:24px}@media only screen and (max-width: 767px){.mistake__preview{max-width:200px;margin-top:-62px}}.mistake__preview img{width:100%}.mistake__text{margin-bottom:10px;font-size:20px}.mistake__link{display:inline-block;text-decoration:underline;text-underline-offset:1px;color:#005d9c;transition:-webkit-text-decoration-color .2s;transition:text-decoration-color .2s;transition:text-decoration-color .2s,-webkit-text-decoration-color .2s}.mistake__link:hover{-webkit-text-decoration-color:transparent;text-decoration-color:transparent}.product__row{display:flex}@media only screen and (max-width: 1023px){.product__row{display:block}}.product__col:nth-child(1){flex-shrink:0;width:760px}@media only screen and (max-width: 1819px){.product__col:nth-child(1){width:660px}}@media only screen and (max-width: 1259px){.product__col:nth-child(1){width:520px}}@media only screen and (max-width: 1023px){.product__col:nth-child(1){width:100%;margin-bottom:30px}}.product__col:nth-child(2){width:calc(100% - 760px);padding-left:40px}@media only screen and (max-width: 1819px){.product__col:nth-child(2){width:calc(100% - 660px)}}@media only screen and (max-width: 1259px){.product__col:nth-child(2){width:calc(100% - 520px);padding-left:20px}}@media only screen and (max-width: 1023px){.product__col:nth-child(2){width:100%;padding-left:0}}.product__labels{display:flex;justify-content:space-between;margin-bottom:20px}.product__label{padding:5px 32px;border-radius:15px;background:#F6F6F6;font-size:14px}@media only screen and (max-width: 1259px){.product__label{padding:5px 20px}}.product__title{margin-bottom:10px}.product-price{display:flex;margin-bottom:10px;gap:10px;font-size:20px;font-weight:700}.product-price span{font-size:16px}.product-price__old{position:relative;color:#828282}.product-price__old:after{content:"";position:absolute;top:55%;left:-2px;right:-2px;height:1px;background:#828282}.product-price__old+.product-price__actual{color:#ed9129}.product__details{margin-bottom:20px;line-height:1.3}.product__box:not(:last-child){margin-bottom:20px}.product__category{margin-bottom:10px;font-size:14px;color:#828282}.product__sizes,.product__colors{display:flex;flex-wrap:wrap;gap:10px}.product__size,.product__color{display:flex;align-items:center;height:48px;box-shadow:inset 0 0 0 1px #000;border-radius:5px;transition:box-shadow .2s}.product__size:hover,.product__size.active,.product__color:hover,.product__color.active{box-shadow:inset 0 0 0 2px #005d9c}.product__size{padding:0 17px;font-size:16px;color:#000}.product__size span{margin-right:5px;font-weight:700}.product__color{width:48px}.product__control{display:flex;gap:10px}@media only screen and (max-width: 767px){.product__control{flex-wrap:wrap}}.product__control .btn{min-width:350px}@media only screen and (max-width: 1579px){.product__control .btn{flex-grow:1;min-width:auto}}@media only screen and (max-width: 767px){.product__control .btn{width:calc(100% - 58px)}}.product__control .btn svg{width:28px;height:28px}.product__accords{margin-top:50px}@media only screen and (max-width: 1419px){.product__accords{margin-top:40px}}@media only screen and (max-width: 1259px){.product__accords{margin-top:30px}}.product__accord:not(:first-child){margin-top:50px}@media only screen and (max-width: 1419px){.product__accord:not(:first-child){margin-top:40px}}@media only screen and (max-width: 1259px){.product__accord:not(:first-child){margin-top:30px}}.product__head{position:relative;padding:0 32px 10px 0;border-bottom:1px solid #E8E5E0;font-family:Kyiv Type Sans,sans-serif;font-size:16px;font-weight:700;line-height:1.5;cursor:pointer;transition:color .2s}.product__head:before,.product__head:after{content:"";position:absolute;border-radius:1.5px;background:#000000}.product__head:before{top:2px;right:8.5px;width:3px;height:20px;transition:-webkit-transform .2s;transition:transform .2s;transition:transform .2s,-webkit-transform .2s}.product__head:after{top:10.5px;right:0;width:20px;height:3px}.product__head:hover{color:#005d9c}.product__accord.active .product__head:before{-webkit-transform:rotate(90deg);transform:rotate(90deg)}.product__body{padding-top:10px}@media only screen and (max-width: 1259px){.product .content{font-size:14px}}.sale__center{display:flex}@media only screen and (max-width: 1023px){.sale__center{display:block}}.sale__preview{flex-shrink:0;width:400px}@media only screen and (max-width: 1819px){.sale__preview{width:360px}}@media only screen and (max-width: 1259px){.sale__preview{position:relative;width:320px}}@media only screen and (max-width: 1023px){.sale__preview{width:100%;margin-bottom:30px}}@media only screen and (max-width: 767px){.sale__preview{margin-bottom:20px}}.sale__preview img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}@media only screen and (max-width: 1259px){.sale__preview img{position:absolute;top:0;left:0}}@media only screen and (max-width: 1023px){.sale__preview img{position:static}}.sale__wrapper{position:relative;display:flex;width:calc(100% - 400px);padding-left:130px}@media only screen and (max-width: 1819px){.sale__wrapper{width:calc(100% - 360px);padding-left:100px}}@media only screen and (max-width: 1259px){.sale__wrapper{width:calc(100% - 320px)}}@media only screen and (max-width: 1023px){.sale__wrapper{width:100%}}@media only screen and (max-width: 767px){.sale__wrapper{padding-left:55px}}.sale__title{position:absolute;top:0;left:56px;bottom:0;width:53px}@media only screen and (max-width: 1819px){.sale__title{left:28px}}@media only screen and (max-width: 767px){.sale__title{left:-6px}}.sale__title span{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%) rotate(-90deg);transform:translate(-50%,-50%) rotate(-90deg)}.sale__inner{flex-grow:1;max-width:100%;padding:60px 40px 40px;background:#B6D284}@media only screen and (max-width: 1259px){.sale__inner{padding:40px 32px}}@media only screen and (max-width: 767px){.sale__inner{padding:24px}}.sale__slider{position:relative;max-width:920px;margin:0 auto}.sale__foot{display:flex;justify-content:flex-end;margin-top:30px}@media only screen and (max-width: 1259px){.sale__foot{margin-top:24px}}@media only screen and (max-width: 767px){.sale__foot{display:none}}.sale__all{display:inline-flex;align-items:center;gap:10px;height:30px;font-family:Kyiv Type Sans,sans-serif;color:#000;transition:color .2s}.sale__all svg{width:24px;height:24px;transition:all .2s}.sale__all:hover{color:#005d9c}.sale__all:hover svg{-webkit-transform:translateX(2px);transform:translate(2px);fill:#005d9c}.sale .splide{position:static}.sale .splide__slide .card{height:100%;background:#ffffff}.sale .splide__slide .card__preview{max-height:272px}.sale .splide__arrows{position:absolute;left:0;bottom:0;z-index:3;display:flex;gap:30px}.sale .splide__arrow{position:static;-webkit-transform:translateY(0);transform:translateY(0)}.view__row{display:flex}@media only screen and (max-width: 767px){.view__row{display:block}}.view__list{display:flex;flex-direction:column;flex-shrink:0;gap:10px;width:100px;height:650px;overflow:auto;-ms-overflow-style:none;scrollbar-width:none;-webkit-overflow-scrolling:touch}@media only screen and (max-width: 1819px){.view__list{height:550px}}@media only screen and (max-width: 1259px){.view__list{width:80px;height:440px}}@media only screen and (max-width: 1023px){.view__list{width:100px;height:598px}}@media only screen and (max-width: 767px){.view__list{flex-direction:row;width:auto;height:auto;margin:0 -16px;padding:0 16px}}.view__list::-webkit-scrollbar{display:none}.view__item{position:relative;flex-shrink:0;height:100px;overflow:hidden;cursor:pointer}@media only screen and (max-width: 1259px){.view__item{height:80px}}@media only screen and (max-width: 1023px){.view__item{height:100px}}@media only screen and (max-width: 767px){.view__item{width:50px;height:50px}}.view__item img{max-width:100%;max-height:100%}.view__item:after{content:"";position:absolute;inset:0;border:1px solid transparent;transition:border-color .2s}.view__item:hover:after{border-color:#005d9c}.view__item.active:after{border-color:#005d9c}.view__item_video:before{content:"";position:absolute;right:0;bottom:0;z-index:2;width:32px;height:32px;background:#005D9C url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' viewBox='0 0 12 12'%3E%3Cpath d='M7.217 9.954L9.266 8.77c2.641-1.52 2.641-4.016 0-5.536L7.217 2.05 5.168.866C2.526-.654.365.578.365 3.634v2.368V8.37c0 3.04 2.161 4.288 4.802 2.768l2.049-1.184z' fill='%23fff'/%3E%3C/svg%3E") no-repeat 55% 50%/12px auto}@media only screen and (max-width: 767px){.view__item_video:before{width:20px;height:20px;background-size:8px auto}}.view__wrap{position:relative;width:calc(100% - 100px);padding-right:10px}@media only screen and (max-width: 1259px){.view__wrap{width:calc(100% - 80px)}}@media only screen and (max-width: 1023px){.view__wrap{width:calc(100% - 100px);padding-right:30px}}@media only screen and (max-width: 767px){.view__wrap{width:100%;margin-bottom:10px;padding-right:0}}.view .splide__slide{display:flex;justify-content:center;align-items:center;height:650px}@media only screen and (max-width: 1819px){.view .splide__slide{height:550px}}@media only screen and (max-width: 1259px){.view .splide__slide{height:440px}}@media only screen and (max-width: 1023px){.view .splide__slide{height:598px}}@media only screen and (max-width: 767px){.view .splide__slide{height:382px}}@media only screen and (max-width: 390px){.view .splide__slide{height:343px}}.view .splide__slide img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.view .splide__arrow--prev{left:10px}.view .splide__arrow--next{right:10px}.view .video{margin-top:30px}@media only screen and (max-width: 767px){.view .video{margin-top:20px}}.view__label{position:absolute;top:20px;left:20px;z-index:3;display:flex;justify-content:center;align-items:center;height:30px;padding:0 21px 2px;border-radius:15px;font-family:Kyiv Type Sans,sans-serif;font-size:16px;font-weight:500;color:#fff;pointer-events:none}@media only screen and (max-width: 1259px){.view__label{top:10px;left:10px}}@media only screen and (max-width: 767px){.view__label{padding:0 13px 1px;font-size:14px}}.view__label_bestseller{background:#005D9C}.view__label_new{background:#B6D284}.view__label_sale{background:#ED9129}.leaflet-pane,.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-tile-container,.leaflet-pane>svg,.leaflet-pane>canvas,.leaflet-zoom-box,.leaflet-image-layer,.leaflet-layer{position:absolute;left:0;top:0}.leaflet-container{overflow:hidden}.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow{-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-user-drag:none}.leaflet-tile::selection{background:transparent}.leaflet-safari .leaflet-tile{image-rendering:-webkit-optimize-contrast}.leaflet-safari .leaflet-tile-container{width:1600px;height:1600px;-webkit-transform-origin:0 0}.leaflet-marker-icon,.leaflet-marker-shadow{display:block}.leaflet-container .leaflet-overlay-pane svg{max-width:none!important;max-height:none!important}.leaflet-container .leaflet-marker-pane img,.leaflet-container .leaflet-shadow-pane img,.leaflet-container .leaflet-tile-pane img,.leaflet-container img.leaflet-image-layer,.leaflet-container .leaflet-tile{max-width:none!important;max-height:none!important;width:auto;padding:0}.leaflet-container img.leaflet-tile{mix-blend-mode:plus-lighter}.leaflet-container.leaflet-touch-zoom{-ms-touch-action:pan-x pan-y;touch-action:pan-x pan-y}.leaflet-container.leaflet-touch-drag{-ms-touch-action:pinch-zoom;touch-action:none;touch-action:pinch-zoom}.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom{-ms-touch-action:none;touch-action:none}.leaflet-container{-webkit-tap-highlight-color:transparent}.leaflet-container a{-webkit-tap-highlight-color:rgba(51,181,229,.4)}.leaflet-tile{filter:inherit;visibility:hidden}.leaflet-tile-loaded{visibility:inherit}.leaflet-zoom-box{width:0;height:0;-moz-box-sizing:border-box;box-sizing:border-box;z-index:800}.leaflet-overlay-pane svg{-moz-user-select:none}.leaflet-pane{z-index:400}.leaflet-tile-pane{z-index:200}.leaflet-overlay-pane{z-index:400}.leaflet-shadow-pane{z-index:500}.leaflet-marker-pane{z-index:600}.leaflet-tooltip-pane{z-index:650}.leaflet-popup-pane{z-index:700}.leaflet-map-pane canvas{z-index:100}.leaflet-map-pane svg{z-index:200}.leaflet-vml-shape{width:1px;height:1px}.lvml{behavior:url(#default#VML);display:inline-block;position:absolute}.leaflet-control{position:relative;z-index:800;pointer-events:visiblePainted;pointer-events:auto}.leaflet-top,.leaflet-bottom{position:absolute;z-index:1000;pointer-events:none}.leaflet-top{top:0}.leaflet-right{right:0}.leaflet-bottom{bottom:0}.leaflet-left{left:0}.leaflet-control{float:left;clear:both}.leaflet-right .leaflet-control{float:right}.leaflet-top .leaflet-control{margin-top:10px}.leaflet-bottom .leaflet-control{margin-bottom:10px}.leaflet-left .leaflet-control{margin-left:10px}.leaflet-right .leaflet-control{margin-right:10px}.leaflet-fade-anim .leaflet-popup{opacity:0;-webkit-transition:opacity .2s linear;-moz-transition:opacity .2s linear;transition:opacity .2s linear}.leaflet-fade-anim .leaflet-map-pane .leaflet-popup{opacity:1}.leaflet-zoom-animated{-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0}svg.leaflet-zoom-animated{will-change:transform}.leaflet-zoom-anim .leaflet-zoom-animated{-webkit-transition:-webkit-transform .25s cubic-bezier(0,0,.25,1);-moz-transition:-moz-transform .25s cubic-bezier(0,0,.25,1);transition:transform .25s cubic-bezier(0,0,.25,1)}.leaflet-zoom-anim .leaflet-tile,.leaflet-pan-anim .leaflet-tile{-webkit-transition:none;-moz-transition:none;transition:none}.leaflet-zoom-anim .leaflet-zoom-hide{visibility:hidden}.leaflet-interactive{cursor:pointer}.leaflet-grab{cursor:-webkit-grab;cursor:-moz-grab;cursor:grab}.leaflet-crosshair,.leaflet-crosshair .leaflet-interactive{cursor:crosshair}.leaflet-popup-pane,.leaflet-control{cursor:auto}.leaflet-dragging .leaflet-grab,.leaflet-dragging .leaflet-grab .leaflet-interactive,.leaflet-dragging .leaflet-marker-draggable{cursor:move;cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:grabbing}.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-image-layer,.leaflet-pane>svg path,.leaflet-tile-container{pointer-events:none}.leaflet-marker-icon.leaflet-interactive,.leaflet-image-layer.leaflet-interactive,.leaflet-pane>svg path.leaflet-interactive,svg.leaflet-image-layer.leaflet-interactive path{pointer-events:visiblePainted;pointer-events:auto}.leaflet-container{background:#ddd;outline-offset:1px}.leaflet-container a{color:#0078a8}.leaflet-zoom-box{border:2px dotted #38f;background:rgba(255,255,255,.5)}.leaflet-container{font-family:Helvetica Neue,Arial,Helvetica,sans-serif;font-size:12px;font-size:.75rem;line-height:1.5}.leaflet-bar{box-shadow:0 1px 5px #000000a6;border-radius:4px}.leaflet-bar a{background-color:#fff;border-bottom:1px solid #ccc;width:26px;height:26px;line-height:26px;display:block;text-align:center;text-decoration:none;color:#000}.leaflet-bar a,.leaflet-control-layers-toggle{background-position:50% 50%;background-repeat:no-repeat;display:block}.leaflet-bar a:hover,.leaflet-bar a:focus{background-color:#f4f4f4}.leaflet-bar a:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.leaflet-bar a:last-child{border-bottom-left-radius:4px;border-bottom-right-radius:4px;border-bottom:none}.leaflet-bar a.leaflet-disabled{cursor:default;background-color:#f4f4f4;color:#bbb}.leaflet-touch .leaflet-bar a{width:30px;height:30px;line-height:30px}.leaflet-touch .leaflet-bar a:first-child{border-top-left-radius:2px;border-top-right-radius:2px}.leaflet-touch .leaflet-bar a:last-child{border-bottom-left-radius:2px;border-bottom-right-radius:2px}.leaflet-control-zoom-in,.leaflet-control-zoom-out{font:700 18px Lucida Console,Monaco,monospace;text-indent:1px}.leaflet-touch .leaflet-control-zoom-in,.leaflet-touch .leaflet-control-zoom-out{font-size:22px}.leaflet-control-layers{box-shadow:0 1px 5px #0006;background:#fff;border-radius:5px}.leaflet-control-layers-toggle{background-image:url(images/layers.png);width:36px;height:36px}.leaflet-retina .leaflet-control-layers-toggle{background-image:url(images/layers-2x.png);background-size:26px 26px}.leaflet-touch .leaflet-control-layers-toggle{width:44px;height:44px}.leaflet-control-layers .leaflet-control-layers-list,.leaflet-control-layers-expanded .leaflet-control-layers-toggle{display:none}.leaflet-control-layers-expanded .leaflet-control-layers-list{display:block;position:relative}.leaflet-control-layers-expanded{padding:6px 10px 6px 6px;color:#333;background:#fff}.leaflet-control-layers-scrollbar{overflow-y:scroll;overflow-x:hidden;padding-right:5px}.leaflet-control-layers-selector{margin-top:2px;position:relative;top:1px}.leaflet-control-layers label{display:block;font-size:13px;font-size:1.08333em}.leaflet-control-layers-separator{height:0;border-top:1px solid #ddd;margin:5px -10px 5px -6px}.leaflet-default-icon-path{background-image:url(images/marker-icon.png)}.leaflet-container .leaflet-control-attribution{background:#fff;background:rgba(255,255,255,.8);margin:0}.leaflet-control-attribution,.leaflet-control-scale-line{padding:0 5px;color:#333;line-height:1.4}.leaflet-control-attribution a{text-decoration:none}.leaflet-control-attribution a:hover,.leaflet-control-attribution a:focus{text-decoration:underline}.leaflet-attribution-flag{display:inline!important;vertical-align:baseline!important;width:1em;height:.6669em}.leaflet-left .leaflet-control-scale{margin-left:5px}.leaflet-bottom .leaflet-control-scale{margin-bottom:5px}.leaflet-control-scale-line{border:2px solid #777;border-top:none;line-height:1.1;padding:2px 5px 1px;white-space:nowrap;-moz-box-sizing:border-box;box-sizing:border-box;background:rgba(255,255,255,.8);text-shadow:1px 1px #fff}.leaflet-control-scale-line:not(:first-child){border-top:2px solid #777;border-bottom:none;margin-top:-2px}.leaflet-control-scale-line:not(:first-child):not(:last-child){border-bottom:2px solid #777}.leaflet-touch .leaflet-control-attribution,.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{box-shadow:none}.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{border:2px solid rgba(0,0,0,.2);background-clip:padding-box}.leaflet-popup{position:absolute;text-align:center;margin-bottom:20px}.leaflet-popup-content-wrapper{padding:1px;text-align:left;border-radius:12px}.leaflet-popup-content{margin:13px 24px 13px 20px;line-height:1.3;font-size:13px;font-size:1.08333em;min-height:1px}.leaflet-popup-content p{margin:1.3em 0}.leaflet-popup-tip-container{width:40px;height:20px;position:absolute;left:50%;margin-top:-1px;margin-left:-20px;overflow:hidden;pointer-events:none}.leaflet-popup-tip{width:17px;height:17px;padding:1px;margin:-10px auto 0;pointer-events:auto;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.leaflet-popup-content-wrapper,.leaflet-popup-tip{background:white;color:#333;box-shadow:0 3px 14px #0006}.leaflet-container a.leaflet-popup-close-button{position:absolute;top:0;right:0;border:none;text-align:center;width:24px;height:24px;font:16px/24px Tahoma,Verdana,sans-serif;color:#757575;text-decoration:none;background:transparent}.leaflet-container a.leaflet-popup-close-button:hover,.leaflet-container a.leaflet-popup-close-button:focus{color:#585858}.leaflet-popup-scrolled{overflow:auto}.leaflet-oldie .leaflet-popup-content-wrapper{-ms-zoom:1}.leaflet-oldie .leaflet-popup-tip{width:24px;margin:0 auto;-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";filter:progid:DXImageTransform.Microsoft.Matrix(M11=.70710678,M12=.70710678,M21=-.70710678,M22=.70710678)}.leaflet-oldie .leaflet-control-zoom,.leaflet-oldie .leaflet-control-layers,.leaflet-oldie .leaflet-popup-content-wrapper,.leaflet-oldie .leaflet-popup-tip{border:1px solid #999}.leaflet-div-icon{background:#fff;border:1px solid #666}.leaflet-tooltip{position:absolute;padding:6px;background-color:#fff;border:1px solid #fff;border-radius:3px;color:#222;white-space:nowrap;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;pointer-events:none;box-shadow:0 1px 3px #0006}.leaflet-tooltip.leaflet-interactive{cursor:pointer;pointer-events:auto}.leaflet-tooltip-top:before,.leaflet-tooltip-bottom:before,.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{position:absolute;pointer-events:none;border:6px solid transparent;background:transparent;content:""}.leaflet-tooltip-bottom{margin-top:6px}.leaflet-tooltip-top{margin-top:-6px}.leaflet-tooltip-bottom:before,.leaflet-tooltip-top:before{left:50%;margin-left:-6px}.leaflet-tooltip-top:before{bottom:0;margin-bottom:-12px;border-top-color:#fff}.leaflet-tooltip-bottom:before{top:0;margin-top:-12px;margin-left:-6px;border-bottom-color:#fff}.leaflet-tooltip-left{margin-left:-6px}.leaflet-tooltip-right{margin-left:6px}.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{top:50%;margin-top:-6px}.leaflet-tooltip-left:before{right:0;margin-right:-12px;border-left-color:#fff}.leaflet-tooltip-right:before{left:0;margin-left:-12px;border-right-color:#fff}@media print{.leaflet-control{-webkit-print-color-adjust:exact;print-color-adjust:exact}}.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}}.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}
