:root{--vs-colors--lightest: rgba(60, 60, 60, .26);--vs-colors--light: rgba(60, 60, 60, .5);--vs-colors--dark: #333;--vs-colors--darkest: rgba(0, 0, 0, .15);--vs-search-input-color: inherit;--vs-search-input-placeholder-color: inherit;--vs-font-size: 1rem;--vs-line-height: 1.4;--vs-state-disabled-bg: rgb(248, 248, 248);--vs-state-disabled-color: var(--vs-colors--light);--vs-state-disabled-controls-color: var(--vs-colors--light);--vs-state-disabled-cursor: not-allowed;--vs-border-color: var(--vs-colors--lightest);--vs-border-width: 1px;--vs-border-style: solid;--vs-border-radius: 4px;--vs-actions-padding: 4px 6px 0 3px;--vs-controls-color: var(--vs-colors--light);--vs-controls-size: 1;--vs-controls--deselect-text-shadow: 0 1px 0 #fff;--vs-selected-bg: #f0f0f0;--vs-selected-color: var(--vs-colors--dark);--vs-selected-border-color: var(--vs-border-color);--vs-selected-border-style: var(--vs-border-style);--vs-selected-border-width: var(--vs-border-width);--vs-dropdown-bg: #fff;--vs-dropdown-color: inherit;--vs-dropdown-z-index: 1000;--vs-dropdown-min-width: 160px;--vs-dropdown-max-height: 350px;--vs-dropdown-box-shadow: 0px 3px 6px 0px var(--vs-colors--darkest);--vs-dropdown-option-bg: #000;--vs-dropdown-option-color: var(--vs-dropdown-color);--vs-dropdown-option-padding: 3px 20px;--vs-dropdown-option--active-bg: #5897fb;--vs-dropdown-option--active-color: #fff;--vs-dropdown-option--deselect-bg: #fb5858;--vs-dropdown-option--deselect-color: #fff;--vs-transition-timing-function: cubic-bezier(1, -.115, .975, .855);--vs-transition-duration: .15s}.v-select{position:relative;font-family:inherit}.v-select,.v-select *{box-sizing:border-box}:root{--vs-transition-timing-function: cubic-bezier(1, .5, .8, 1);--vs-transition-duration: .15s}@-webkit-keyframes vSelectSpinner{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes vSelectSpinner{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.vs__fade-enter-active,.vs__fade-leave-active{pointer-events:none;transition:opacity var(--vs-transition-duration) var(--vs-transition-timing-function)}.vs__fade-enter,.vs__fade-leave-to{opacity:0}:root{--vs-disabled-bg: var(--vs-state-disabled-bg);--vs-disabled-color: var(--vs-state-disabled-color);--vs-disabled-cursor: var(--vs-state-disabled-cursor)}.vs--disabled .vs__dropdown-toggle,.vs--disabled .vs__clear,.vs--disabled .vs__search,.vs--disabled .vs__selected,.vs--disabled .vs__open-indicator{cursor:var(--vs-disabled-cursor);background-color:var(--vs-disabled-bg)}.v-select[dir=rtl] .vs__actions{padding:0 3px 0 6px}.v-select[dir=rtl] .vs__clear{margin-left:6px;margin-right:0}.v-select[dir=rtl] .vs__deselect{margin-left:0;margin-right:2px}.v-select[dir=rtl] .vs__dropdown-menu{text-align:right}.vs__dropdown-toggle{-webkit-appearance:none;-moz-appearance:none;appearance:none;display:flex;padding:0 0 4px;background:none;border:var(--vs-border-width) var(--vs-border-style) var(--vs-border-color);border-radius:var(--vs-border-radius);white-space:normal}.vs__selected-options{display:flex;flex-basis:100%;flex-grow:1;flex-wrap:wrap;padding:0 2px;position:relative}.vs__actions{display:flex;align-items:center;padding:var(--vs-actions-padding)}.vs--searchable .vs__dropdown-toggle{cursor:text}.vs--unsearchable .vs__dropdown-toggle{cursor:pointer}.vs--open .vs__dropdown-toggle{border-bottom-color:transparent;border-bottom-left-radius:0;border-bottom-right-radius:0}.vs__open-indicator{fill:var(--vs-controls-color);transform:scale(var(--vs-controls-size));transition:transform var(--vs-transition-duration) var(--vs-transition-timing-function);transition-timing-function:var(--vs-transition-timing-function)}.vs--open .vs__open-indicator{transform:rotate(180deg) scale(var(--vs-controls-size))}.vs--loading .vs__open-indicator{opacity:0}.vs__clear{fill:var(--vs-controls-color);padding:0;border:0;background-color:transparent;cursor:pointer;margin-right:8px}.vs__dropdown-menu{display:block;box-sizing:border-box;position:absolute;top:calc(100% - var(--vs-border-width));left:0;z-index:var(--vs-dropdown-z-index);padding:5px 0;margin:0;width:100%;max-height:var(--vs-dropdown-max-height);min-width:var(--vs-dropdown-min-width);overflow-y:auto;box-shadow:var(--vs-dropdown-box-shadow);border:var(--vs-border-width) var(--vs-border-style) var(--vs-border-color);border-top-style:none;border-radius:0 0 var(--vs-border-radius) var(--vs-border-radius);text-align:left;list-style:none;background:var(--vs-dropdown-bg);color:var(--vs-dropdown-color)}.vs__no-options{text-align:center}.vs__dropdown-option{line-height:1.42857143;display:block;padding:var(--vs-dropdown-option-padding);clear:both;color:var(--vs-dropdown-option-color);white-space:nowrap;cursor:pointer}.vs__dropdown-option--highlight{background:var(--vs-dropdown-option--active-bg);color:var(--vs-dropdown-option--active-color)}.vs__dropdown-option--deselect{background:var(--vs-dropdown-option--deselect-bg);color:var(--vs-dropdown-option--deselect-color)}.vs__dropdown-option--disabled{background:var(--vs-state-disabled-bg);color:var(--vs-state-disabled-color);cursor:var(--vs-state-disabled-cursor)}.vs__selected{display:flex;align-items:center;background-color:var(--vs-selected-bg);border:var(--vs-selected-border-width) var(--vs-selected-border-style) var(--vs-selected-border-color);border-radius:var(--vs-border-radius);color:var(--vs-selected-color);line-height:var(--vs-line-height);margin:4px 2px 0;padding:0 .25em;z-index:0}.vs__deselect{display:inline-flex;-webkit-appearance:none;-moz-appearance:none;appearance:none;margin-left:4px;padding:0;border:0;cursor:pointer;background:none;fill:var(--vs-controls-color);text-shadow:var(--vs-controls--deselect-text-shadow)}.vs--single .vs__selected{background-color:transparent;border-color:transparent}.vs--single.vs--open .vs__selected,.vs--single.vs--loading .vs__selected{position:absolute;opacity:.4}.vs--single.vs--searching .vs__selected{display:none}.vs__search::-webkit-search-cancel-button{display:none}.vs__search::-webkit-search-decoration,.vs__search::-webkit-search-results-button,.vs__search::-webkit-search-results-decoration,.vs__search::-ms-clear{display:none}.vs__search,.vs__search:focus{color:var(--vs-search-input-color);-webkit-appearance:none;-moz-appearance:none;appearance:none;line-height:var(--vs-line-height);font-size:var(--vs-font-size);border:1px solid transparent;border-left:none;outline:none;margin:4px 0 0;padding:0 7px;background:none;box-shadow:none;width:0;max-width:100%;flex-grow:1;z-index:1}.vs__search::-moz-placeholder{color:var(--vs-search-input-placeholder-color)}.vs__search::placeholder{color:var(--vs-search-input-placeholder-color)}.vs--unsearchable .vs__search{opacity:1}.vs--unsearchable:not(.vs--disabled) .vs__search{cursor:pointer}.vs--single.vs--searching:not(.vs--open):not(.vs--loading) .vs__search{opacity:.2}.vs__spinner{align-self:center;opacity:0;font-size:5px;text-indent:-9999em;overflow:hidden;border-top:.9em solid rgba(100,100,100,.1);border-right:.9em solid rgba(100,100,100,.1);border-bottom:.9em solid rgba(100,100,100,.1);border-left:.9em solid rgba(60,60,60,.45);transform:translateZ(0) scale(var(--vs-controls--spinner-size, var(--vs-controls-size)));-webkit-animation:vSelectSpinner 1.1s infinite linear;animation:vSelectSpinner 1.1s infinite linear;transition:opacity .1s}.vs__spinner,.vs__spinner:after{border-radius:50%;width:5em;height:5em;transform:scale(var(--vs-controls--spinner-size, var(--vs-controls-size)))}.vs--loading .vs__spinner{opacity:1}@font-face{font-family:lg;src:url(/build/assets/lg-965a0e5f.woff2?io9a6k) format("woff2"),url(/build/assets/lg-22b72ba5.ttf?io9a6k) format("truetype"),url(/build/assets/lg-fefc5c0d.woff?io9a6k) format("woff"),url(/build/assets/lg-f2fe1c00.svg?io9a6k#lg) format("svg");font-weight:400;font-style:normal;font-display:block}.lg-icon{font-family:lg!important;speak:never;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.lg-container{font-family:system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,Liberation Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji"}.lg-next,.lg-prev{background-color:#00000073;border-radius:2px;color:#999;cursor:pointer;display:block;font-size:22px;margin-top:-10px;padding:8px 10px 9px;position:absolute;top:50%;z-index:1084;outline:0;border:none}.lg-next.disabled,.lg-prev.disabled{opacity:0!important;cursor:default}.lg-next:hover:not(.disabled),.lg-prev:hover:not(.disabled){color:#fff}.lg-single-item .lg-next,.lg-single-item .lg-prev{display:none}.lg-next{right:20px}.lg-next:before{content:""}.lg-prev{left:20px}.lg-prev:after{content:""}@-webkit-keyframes lg-right-end{0%{left:0}50%{left:-30px}to{left:0}}@-moz-keyframes lg-right-end{0%{left:0}50%{left:-30px}to{left:0}}@-ms-keyframes lg-right-end{0%{left:0}50%{left:-30px}to{left:0}}@keyframes lg-right-end{0%{left:0}50%{left:-30px}to{left:0}}@-webkit-keyframes lg-left-end{0%{left:0}50%{left:30px}to{left:0}}@-moz-keyframes lg-left-end{0%{left:0}50%{left:30px}to{left:0}}@-ms-keyframes lg-left-end{0%{left:0}50%{left:30px}to{left:0}}@keyframes lg-left-end{0%{left:0}50%{left:30px}to{left:0}}.lg-outer.lg-right-end .lg-object{-webkit-animation:lg-right-end .3s;-o-animation:lg-right-end .3s;animation:lg-right-end .3s;position:relative}.lg-outer.lg-left-end .lg-object{-webkit-animation:lg-left-end .3s;-o-animation:lg-left-end .3s;animation:lg-left-end .3s;position:relative}.lg-toolbar{z-index:1082;left:0;position:absolute;top:0;width:100%}.lg-media-overlap .lg-toolbar{background-image:linear-gradient(0deg,rgba(0,0,0,0),rgba(0,0,0,.4))}.lg-toolbar .lg-icon{color:#999;cursor:pointer;float:right;font-size:24px;height:47px;line-height:27px;padding:10px 0;text-align:center;width:50px;text-decoration:none!important;outline:medium none;will-change:color;-webkit-transition:color .2s linear;-o-transition:color .2s linear;transition:color .2s linear;background:0 0;border:none;box-shadow:none}.lg-toolbar .lg-icon.lg-icon-18{font-size:18px}.lg-toolbar .lg-icon:hover{color:#fff}.lg-toolbar .lg-close:after{content:""}.lg-toolbar .lg-maximize{font-size:22px}.lg-toolbar .lg-maximize:after{content:""}.lg-toolbar .lg-download:after{content:""}.lg-sub-html{color:#eee;font-size:16px;padding:10px 40px;text-align:center;z-index:1080;opacity:0;-webkit-transition:opacity .2s ease-out 0s;-o-transition:opacity .2s ease-out 0s;transition:opacity .2s ease-out 0s}.lg-sub-html h4{margin:0;font-size:13px;font-weight:700}.lg-sub-html p{font-size:12px;margin:5px 0 0}.lg-sub-html a{color:inherit}.lg-sub-html a:hover{text-decoration:underline}.lg-media-overlap .lg-sub-html{background-image:linear-gradient(180deg,rgba(0,0,0,0),rgba(0,0,0,.6))}.lg-item .lg-sub-html{position:absolute;bottom:0;right:0;left:0}.lg-error-msg{font-size:14px;color:#999}.lg-counter{color:#999;display:inline-block;font-size:16px;padding-left:20px;padding-top:12px;height:47px;vertical-align:middle}.lg-closing .lg-next,.lg-closing .lg-prev,.lg-closing .lg-sub-html,.lg-closing .lg-toolbar{opacity:0;-webkit-transition:-webkit-transform .08 cubic-bezier(0,0,.25,1) 0s,opacity .08 cubic-bezier(0,0,.25,1) 0s,color .08 linear;-moz-transition:-moz-transform .08 cubic-bezier(0,0,.25,1) 0s,opacity .08 cubic-bezier(0,0,.25,1) 0s,color .08 linear;-o-transition:-o-transform .08 cubic-bezier(0,0,.25,1) 0s,opacity .08 cubic-bezier(0,0,.25,1) 0s,color .08 linear;transition:transform .08 cubic-bezier(0,0,.25,1) 0s,opacity .08 cubic-bezier(0,0,.25,1) 0s,color .08 linear}body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable) .lg-img-wrap,body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable) .lg-media-cont,body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable) .lg-video-cont{opacity:0;-moz-transform:scale3d(.5,.5,.5);-o-transform:scale3d(.5,.5,.5);-ms-transform:scale3d(.5,.5,.5);-webkit-transform:scale3d(.5,.5,.5);transform:scale3d(.5,.5,.5);will-change:transform,opacity;-webkit-transition:-webkit-transform .25s cubic-bezier(0,0,.25,1) 0s,opacity .25s cubic-bezier(0,0,.25,1)!important;-moz-transition:-moz-transform .25s cubic-bezier(0,0,.25,1) 0s,opacity .25s cubic-bezier(0,0,.25,1)!important;-o-transition:-o-transform .25s cubic-bezier(0,0,.25,1) 0s,opacity .25s cubic-bezier(0,0,.25,1)!important;transition:transform .25s cubic-bezier(0,0,.25,1) 0s,opacity .25s cubic-bezier(0,0,.25,1)!important}body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable).lg-complete .lg-img-wrap,body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable).lg-complete .lg-media-cont,body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable).lg-complete .lg-video-cont{opacity:1;-moz-transform:scale3d(1,1,1);-o-transform:scale3d(1,1,1);-ms-transform:scale3d(1,1,1);-webkit-transform:scale3d(1,1,1);transform:scaleZ(1)}.lg-icon:focus-visible{color:#fff;border-radius:3px;outline:1px dashed rgba(255,255,255,.6)}.lg-toolbar .lg-icon:focus-visible{border-radius:8px;outline-offset:-5px}.lg-outer .lg-thumb-outer{background-color:#0d0a0a;width:100%;max-height:350px;overflow:hidden;float:left}.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item{cursor:-webkit-grab;cursor:-moz-grab;cursor:-o-grab;cursor:-ms-grab;cursor:grab}.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item{cursor:move;cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:-o-grabbing;cursor:-ms-grabbing;cursor:grabbing}.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb,.lg-outer .lg-thumb-outer.lg-rebuilding-thumbnails .lg-thumb{-webkit-transition-duration:0s!important;transition-duration:0s!important}.lg-outer .lg-thumb-outer.lg-thumb-align-middle{text-align:center}.lg-outer .lg-thumb-outer.lg-thumb-align-left{text-align:left}.lg-outer .lg-thumb-outer.lg-thumb-align-right{text-align:right}.lg-outer.lg-single-item .lg-thumb-outer{display:none}.lg-outer .lg-thumb{padding:5px 0;height:100%;margin-bottom:-5px;display:inline-block;vertical-align:middle}@media (min-width:768px){.lg-outer .lg-thumb{padding:10px 0}}.lg-outer .lg-thumb-item{cursor:pointer;float:left;overflow:hidden;height:100%;border-radius:2px;margin-bottom:5px;will-change:border-color}@media (min-width:768px){.lg-outer .lg-thumb-item{border-radius:4px;border:2px solid #fff;-webkit-transition:border-color .25s ease;-o-transition:border-color .25s ease;transition:border-color .25s ease}}.lg-outer .lg-thumb-item.active,.lg-outer .lg-thumb-item:hover{border-color:#a90707}.lg-outer .lg-thumb-item img{width:100%;height:100%;object-fit:cover;display:block}.lg-outer.lg-can-toggle .lg-item{padding-bottom:0}.lg-outer .lg-toggle-thumb:after{content:""}.lg-outer.lg-animate-thumb .lg-thumb{-webkit-transition-timing-function:cubic-bezier(.215,.61,.355,1);transition-timing-function:cubic-bezier(.215,.61,.355,1)}.lg-outer .lg-video-cont{text-align:center;display:inline-block;vertical-align:middle;position:relative}.lg-outer .lg-video-cont .lg-object{width:100%!important;height:100%!important}.lg-outer .lg-has-iframe .lg-video-cont{-webkit-overflow-scrolling:touch;overflow:auto}.lg-outer .lg-video-object{position:absolute;left:0;right:0;width:100%;height:100%;top:0;bottom:0;z-index:3}.lg-outer .lg-video-poster{z-index:1}.lg-outer .lg-has-video .lg-video-object{opacity:0;will-change:opacity;-webkit-transition:opacity .3s ease-in;-o-transition:opacity .3s ease-in;transition:opacity .3s ease-in}.lg-outer .lg-has-video.lg-video-loaded .lg-video-play-button,.lg-outer .lg-has-video.lg-video-loaded .lg-video-poster{opacity:0!important}.lg-outer .lg-has-video.lg-video-loaded .lg-video-object{opacity:1}@keyframes lg-play-stroke{0%{stroke-dasharray:1,200;stroke-dashoffset:0}50%{stroke-dasharray:89,200;stroke-dashoffset:-35px}to{stroke-dasharray:89,200;stroke-dashoffset:-124px}}@keyframes lg-play-rotate{to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.lg-video-play-button{width:18%;max-width:140px;position:absolute;top:50%;left:50%;z-index:2;cursor:pointer;transform:translate(-50%,-50%) scale(1);will-change:opacity,transform;-webkit-transition:-webkit-transform .25s cubic-bezier(.17,.88,.32,1.28),opacity .1s;-moz-transition:-moz-transform .25s cubic-bezier(.17,.88,.32,1.28),opacity .1s;-o-transition:-o-transform .25s cubic-bezier(.17,.88,.32,1.28),opacity .1s;transition:transform .25s cubic-bezier(.17,.88,.32,1.28),opacity .1s}.lg-video-play-button:hover .lg-video-play-icon,.lg-video-play-button:hover .lg-video-play-icon-bg{opacity:1}.lg-video-play-icon-bg{fill:none;stroke-width:3%;stroke:#fcfcfc;opacity:.6;will-change:opacity;-webkit-transition:opacity .12s ease-in;-o-transition:opacity .12s ease-in;transition:opacity .12s ease-in}.lg-video-play-icon-circle{position:absolute;top:0;left:0;bottom:0;right:0;fill:none;stroke-width:3%;stroke:#1e1e1ee6;stroke-opacity:1;stroke-linecap:round;stroke-dasharray:200;stroke-dashoffset:200}.lg-video-play-icon{position:absolute;width:25%;max-width:120px;left:50%;top:50%;transform:translate3d(-50%,-50%,0);opacity:.6;will-change:opacity;-webkit-transition:opacity .12s ease-in;-o-transition:opacity .12s ease-in;transition:opacity .12s ease-in}.lg-video-play-icon .lg-video-play-icon-inner{fill:#fcfcfc}.lg-video-loading .lg-video-play-icon-circle{animation:lg-play-rotate 2s linear .25s infinite,lg-play-stroke 1.5s ease-in-out .25s infinite}.lg-video-loaded .lg-video-play-button{opacity:0;transform:translate(-50%,-50%) scale(.7)}.lg-progress-bar{background-color:#333;height:5px;left:0;position:absolute;top:0;width:100%;z-index:1083;opacity:0;will-change:opacity;-webkit-transition:opacity 80ms ease 0s;-moz-transition:opacity 80ms ease 0s;-o-transition:opacity 80ms ease 0s;transition:opacity 80ms ease 0s}.lg-progress-bar .lg-progress{background-color:#a90707;height:5px;width:0}.lg-progress-bar.lg-start .lg-progress{width:100%}.lg-show-autoplay .lg-progress-bar{opacity:1}.lg-autoplay-button:after{content:""}.lg-show-autoplay .lg-autoplay-button:after{content:""}.lg-single-item .lg-autoplay-button{opacity:.75;pointer-events:none}.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image,.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap{-webkit-transition-duration:0s!important;transition-duration:0s!important}.lg-outer.lg-use-transition-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap{will-change:transform;-webkit-transition:-webkit-transform .5s cubic-bezier(.12,.415,.01,1.19) 0s;-moz-transition:-moz-transform .5s cubic-bezier(.12,.415,.01,1.19) 0s;-o-transition:-o-transform .5s cubic-bezier(.12,.415,.01,1.19) 0s;transition:transform .5s cubic-bezier(.12,.415,.01,1.19) 0s}.lg-outer.lg-use-transition-for-zoom.lg-zoom-drag-transition .lg-item.lg-complete.lg-zoomable .lg-img-wrap{will-change:transform;-webkit-transition:-webkit-transform .8s cubic-bezier(0,0,.25,1) 0s;-moz-transition:-moz-transform .8s cubic-bezier(0,0,.25,1) 0s;-o-transition:-o-transform .8s cubic-bezier(0,0,.25,1) 0s;transition:transform .8s cubic-bezier(0,0,.25,1) 0s}.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap{-webkit-transform:translate3d(0,0,0);transform:translateZ(0);-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;backface-visibility:hidden}.lg-outer .lg-item.lg-complete.lg-zoomable .lg-dummy-img,.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image{-webkit-transform:scale3d(1,1,1);transform:scaleZ(1);-webkit-transition:-webkit-transform .5s cubic-bezier(.12,.415,.01,1.19) 0s,opacity .15s!important;-moz-transition:-moz-transform .5s cubic-bezier(.12,.415,.01,1.19) 0s,opacity .15s!important;-o-transition:-o-transform .5s cubic-bezier(.12,.415,.01,1.19) 0s,opacity .15s!important;transition:transform .5s cubic-bezier(.12,.415,.01,1.19) 0s,opacity .15s!important;-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;backface-visibility:hidden}.lg-outer .lg-item.lg-complete.lg-zoomable .lg-dummy-img.no-transition,.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image.no-transition{transition:none!important}.lg-outer .lg-item.lg-complete.lg-zoomable .lg-dummy-img.reset-transition,.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image.reset-transition{transform:scaleZ(1) translate3d(-50%,-50%,0)!important;max-width:none!important;max-height:none!important;top:50%!important;left:50%!important}.lg-outer .lg-item.lg-complete.lg-zoomable .lg-dummy-img.reset-transition-x,.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image.reset-transition-x{transform:scaleZ(1) translate3d(-50%,0,0)!important;top:0!important;left:50%!important;max-width:none!important;max-height:none!important}.lg-outer .lg-item.lg-complete.lg-zoomable .lg-dummy-img.reset-transition-y,.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image.reset-transition-y{transform:scaleZ(1) translate3d(0,-50%,0)!important;top:50%!important;left:0!important;max-width:none!important;max-height:none!important}.lg-icon.lg-zoom-in:after{content:""}.lg-actual-size .lg-icon.lg-zoom-in{opacity:1;pointer-events:auto}.lg-icon.lg-actual-size{font-size:20px}.lg-icon.lg-actual-size:after{content:""}.lg-icon.lg-zoom-out{opacity:.5;pointer-events:none}.lg-icon.lg-zoom-out:after{content:""}.lg-zoomed .lg-icon.lg-zoom-out{opacity:1;pointer-events:auto}.lg-outer.lg-first-slide-loading .lg-actual-size,.lg-outer.lg-first-slide-loading .lg-zoom-in,.lg-outer.lg-first-slide-loading .lg-zoom-out,.lg-outer[data-lg-slide-type=iframe] .lg-actual-size,.lg-outer[data-lg-slide-type=iframe] .lg-zoom-in,.lg-outer[data-lg-slide-type=iframe] .lg-zoom-out,.lg-outer[data-lg-slide-type=video] .lg-actual-size,.lg-outer[data-lg-slide-type=video] .lg-zoom-in,.lg-outer[data-lg-slide-type=video] .lg-zoom-out{opacity:.75;pointer-events:none}.lg-outer .lg-pager-outer{text-align:center;z-index:1080;height:10px;margin-bottom:10px}.lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont{overflow:visible}.lg-outer.lg-single-item .lg-pager-outer{display:none}.lg-outer .lg-pager-cont{cursor:pointer;display:inline-block;overflow:hidden;position:relative;vertical-align:top;margin:0 5px}.lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}.lg-outer .lg-pager-cont.lg-pager-active .lg-pager{box-shadow:0 0 0 2px #fff inset}.lg-outer .lg-pager-thumb-cont{background-color:#fff;color:#fff;bottom:100%;height:83px;left:0;margin-bottom:20px;margin-left:-60px;opacity:0;padding:5px;position:absolute;width:120px;border-radius:3px;will-change:transform,opacity;-webkit-transition:opacity .15s ease 0s,-webkit-transform .15s ease 0s;-moz-transition:opacity .15s ease 0s,-moz-transform .15s ease 0s;-o-transition:opacity .15s ease 0s,-o-transform .15s ease 0s;transition:opacity .15s ease 0s,transform .15s ease 0s;-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}.lg-outer .lg-pager-thumb-cont img{width:100%;height:100%}.lg-outer .lg-pager{background-color:#ffffff80;border-radius:50%;box-shadow:0 0 0 8px #ffffffb3 inset;display:block;height:12px;-webkit-transition:box-shadow .3s ease 0s;-o-transition:box-shadow .3s ease 0s;transition:box-shadow .3s ease 0s;width:12px}.lg-outer .lg-pager:focus,.lg-outer .lg-pager:hover{box-shadow:0 0 0 8px #fff inset}.lg-outer .lg-caret{border-left:10px solid transparent;border-right:10px solid transparent;border-top:10px dashed;bottom:-10px;display:inline-block;height:0;left:50%;margin-left:-5px;position:absolute;vertical-align:middle;width:0}.lg-fullscreen:after{content:""}.lg-fullscreen-on .lg-fullscreen:after{content:""}.lg-outer .lg-dropdown-overlay{background-color:#00000040;bottom:0;cursor:default;left:0;position:absolute;right:0;top:0;z-index:1081;opacity:0;visibility:hidden;will-change:visibility,opacity;-webkit-transition:visibility 0s linear .18s,opacity .18s linear 0s;-o-transition:visibility 0s linear .18s,opacity .18s linear 0s;transition:visibility 0s linear .18s,opacity .18s linear 0s}.lg-outer.lg-dropdown-active .lg-dropdown,.lg-outer.lg-dropdown-active .lg-dropdown-overlay{-webkit-transition-delay:0s;transition-delay:0s;-moz-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-webkit-transform:translate3d(0,0,0);transform:translateZ(0);opacity:1;visibility:visible}.lg-outer.lg-dropdown-active .lg-share{color:#fff}.lg-outer .lg-dropdown{background-color:#fff;border-radius:2px;font-size:14px;list-style-type:none;margin:0;padding:10px 0;position:absolute;right:0;text-align:left;top:50px;opacity:0;visibility:hidden;-moz-transform:translate3d(0,5px,0);-o-transform:translate3d(0,5px,0);-ms-transform:translate3d(0,5px,0);-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0);will-change:visibility,opacity,transform;-webkit-transition:-webkit-transform .18s linear 0s,visibility 0s linear .5s,opacity .18s linear 0s;-moz-transition:-moz-transform .18s linear 0s,visibility 0s linear .5s,opacity .18s linear 0s;-o-transition:-o-transform .18s linear 0s,visibility 0s linear .5s,opacity .18s linear 0s;transition:transform .18s linear 0s,visibility 0s linear .5s,opacity .18s linear 0s}.lg-outer .lg-dropdown:after{content:"";display:block;height:0;width:0;position:absolute;border:8px solid transparent;border-bottom-color:#fff;right:16px;top:-16px}.lg-outer .lg-dropdown>li:last-child{margin-bottom:0}.lg-outer .lg-dropdown>li:hover a{color:#333}.lg-outer .lg-dropdown a{color:#333;display:block;white-space:pre;padding:4px 12px;font-family:Open Sans,Helvetica Neue,Helvetica,Arial,sans-serif;font-size:12px}.lg-outer .lg-dropdown a:hover{background-color:#00000012}.lg-outer .lg-dropdown .lg-dropdown-text{display:inline-block;line-height:1;margin-top:-3px;vertical-align:middle}.lg-outer .lg-dropdown .lg-icon{color:#333;display:inline-block;float:none;font-size:20px;height:auto;line-height:1;margin-right:8px;padding:0;vertical-align:middle;width:auto}.lg-outer .lg-share{position:relative}.lg-outer .lg-share:after{content:""}.lg-outer .lg-share-facebook .lg-icon{color:#3b5998}.lg-outer .lg-share-facebook .lg-icon:after{content:""}.lg-outer .lg-share-twitter .lg-icon{color:#00aced}.lg-outer .lg-share-twitter .lg-icon:after{content:""}.lg-outer .lg-share-pinterest .lg-icon{color:#cb2027}.lg-outer .lg-share-pinterest .lg-icon:after{content:""}.lg-comment-box{width:420px;max-width:100%;position:absolute;right:0;top:0;bottom:0;z-index:9999;background-color:#fff;will-change:transform;-moz-transform:translate3d(100%,0,0);-o-transform:translate3d(100%,0,0);-ms-transform:translate3d(100%,0,0);-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);-webkit-transition:-webkit-transform .4s cubic-bezier(0,0,.25,1) 0s;-moz-transition:-moz-transform .4s cubic-bezier(0,0,.25,1) 0s;-o-transition:-o-transform .4s cubic-bezier(0,0,.25,1) 0s;transition:transform .4s cubic-bezier(0,0,.25,1) 0s}.lg-comment-box .lg-comment-title{margin:0;color:#fff;font-size:18px}.lg-comment-box .lg-comment-header{background-color:#000;padding:12px 20px;position:absolute;left:0;right:0;top:0}.lg-comment-box .lg-comment-body{height:100%!important;padding-top:43px!important;width:100%!important}.lg-comment-box .fb-comments{height:100%;width:100%;background:url(/build/assets/loading-298ad3ff.gif) no-repeat scroll center center #fff;overflow-y:auto;display:inline-block}.lg-comment-box .fb-comments[fb-xfbml-state=rendered]{background-image:none}.lg-comment-box .fb-comments>span{max-width:100%}.lg-comment-box .lg-comment-close{position:absolute;right:5px;top:12px;cursor:pointer;font-size:20px;color:#999;will-change:color;-webkit-transition:color .2s linear;-o-transition:color .2s linear;transition:color .2s linear}.lg-comment-box .lg-comment-close:hover{color:#fff}.lg-comment-box .lg-comment-close:after{content:""}.lg-comment-box iframe{max-width:100%!important;width:100%!important}.lg-comment-box #disqus_thread{padding:0 20px}.lg-outer .lg-comment-overlay{background-color:#00000040;bottom:0;cursor:default;left:0;position:fixed;right:0;top:0;z-index:1081;opacity:0;visibility:hidden;will-change:visibility,opacity;-webkit-transition:visibility 0s linear .18s,opacity .18s linear 0s;-o-transition:visibility 0s linear .18s,opacity .18s linear 0s;transition:visibility 0s linear .18s,opacity .18s linear 0s}.lg-outer .lg-comment-toggle:after{content:""}.lg-outer.lg-comment-active .lg-comment-overlay{-webkit-transition-delay:0s;transition-delay:0s;-moz-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-webkit-transform:translate3d(0,0,0);transform:translateZ(0);opacity:1;visibility:visible}.lg-outer.lg-comment-active .lg-comment-toggle{color:#fff}.lg-outer.lg-comment-active .lg-comment-box{-moz-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}.lg-outer .lg-img-rotate{position:absolute;left:0;right:0;top:0;bottom:0;-webkit-transition:-webkit-transform .4s cubic-bezier(0,0,.25,1) 0s;-moz-transition:-moz-transform .4s cubic-bezier(0,0,.25,1) 0s;-o-transition:-o-transform .4s cubic-bezier(0,0,.25,1) 0s;transition:transform .4s cubic-bezier(0,0,.25,1) 0s}.lg-outer[data-lg-slide-type=iframe] .lg-flip-hor,.lg-outer[data-lg-slide-type=iframe] .lg-flip-ver,.lg-outer[data-lg-slide-type=iframe] .lg-rotate-left,.lg-outer[data-lg-slide-type=iframe] .lg-rotate-right,.lg-outer[data-lg-slide-type=video] .lg-flip-hor,.lg-outer[data-lg-slide-type=video] .lg-flip-ver,.lg-outer[data-lg-slide-type=video] .lg-rotate-left,.lg-outer[data-lg-slide-type=video] .lg-rotate-right{opacity:.75;pointer-events:none}.lg-outer .lg-img-rotate:before{content:"";display:inline-block;height:100%;vertical-align:middle}.lg-rotate-left:after{content:""}.lg-rotate-right:after{content:""}.lg-icon.lg-flip-hor,.lg-icon.lg-flip-ver{font-size:26px}.lg-flip-ver:after{content:""}.lg-flip-hor:after{content:""}.lg-medium-zoom-item{cursor:zoom-in}.lg-medium-zoom .lg-outer,.lg-medium-zoom .lg-outer.lg-grab img.lg-object,.lg-medium-zoom .lg-outer.lg-grabbing img.lg-object{cursor:zoom-out}.lg-relative-caption .lg-outer .lg-sub-html{white-space:normal;bottom:auto;padding:0;background-image:none}.lg-relative-caption .lg-outer .lg-relative-caption-item{opacity:0;padding:16px 0;transition:.5s opacity ease}.lg-relative-caption .lg-outer .lg-show-caption .lg-relative-caption-item{opacity:1}.lg-group:after{content:"";display:table;clear:both}.lg-container{display:none;outline:0}.lg-on{scroll-behavior:unset}.lg-overlay-open{overflow:hidden}.lg-hide-sub-html .lg-sub-html,.lg-next,.lg-pager-outer,.lg-prev,.lg-toolbar{opacity:0;will-change:transform,opacity;-webkit-transition:-webkit-transform .25s cubic-bezier(0,0,.25,1) 0s,opacity .25s cubic-bezier(0,0,.25,1) 0s;-moz-transition:-moz-transform .25s cubic-bezier(0,0,.25,1) 0s,opacity .25s cubic-bezier(0,0,.25,1) 0s;-o-transition:-o-transform .25s cubic-bezier(0,0,.25,1) 0s,opacity .25s cubic-bezier(0,0,.25,1) 0s;transition:transform .25s cubic-bezier(0,0,.25,1) 0s,opacity .25s cubic-bezier(0,0,.25,1) 0s}.lg-show-in .lg-next,.lg-show-in .lg-pager-outer,.lg-show-in .lg-prev,.lg-show-in .lg-toolbar,.lg-show-in.lg-hide-sub-html .lg-sub-html{opacity:1}.lg-show-in .lg-hide-items .lg-prev{opacity:0;-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}.lg-show-in .lg-hide-items .lg-next{opacity:0;-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}.lg-show-in .lg-hide-items .lg-toolbar{opacity:0;-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}.lg-show-in .lg-hide-items.lg-hide-sub-html .lg-sub-html{opacity:0;-webkit-transform:translate3d(0,20px,0);transform:translate3d(0,20px,0)}.lg-outer{width:100%;height:100%;position:fixed;top:0;left:0;z-index:1050;text-align:left;opacity:.001;outline:0;will-change:auto;overflow:hidden;-webkit-transition:opacity .15s ease 0s;-o-transition:opacity .15s ease 0s;transition:opacity .15s ease 0s}.lg-outer *{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.lg-outer.lg-zoom-from-image,.lg-outer.lg-visible{opacity:1}.lg-outer.lg-css3 .lg-item:not(.lg-start-end-progress).lg-current,.lg-outer.lg-css3 .lg-item:not(.lg-start-end-progress).lg-next-slide,.lg-outer.lg-css3 .lg-item:not(.lg-start-end-progress).lg-prev-slide{-webkit-transition-duration:inherit!important;transition-duration:inherit!important;-webkit-transition-timing-function:inherit!important;transition-timing-function:inherit!important}.lg-outer.lg-css3.lg-dragging .lg-item.lg-current,.lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide,.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide{-webkit-transition-duration:0s!important;transition-duration:0s!important;opacity:1}.lg-outer.lg-grab img.lg-object{cursor:-webkit-grab;cursor:-moz-grab;cursor:-o-grab;cursor:-ms-grab;cursor:grab}.lg-outer.lg-grabbing img.lg-object{cursor:move;cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:-o-grabbing;cursor:-ms-grabbing;cursor:grabbing}.lg-outer .lg-content{position:absolute;top:0;left:0;right:0;bottom:0}.lg-outer .lg-inner{width:100%;position:absolute;left:0;top:0;bottom:0;-webkit-transition:opacity 0s;-o-transition:opacity 0s;transition:opacity 0s;white-space:nowrap}.lg-outer .lg-item{display:none!important}.lg-outer .lg-item:not(.lg-start-end-progress){background:url(/build/assets/loading-298ad3ff.gif) no-repeat scroll center center transparent}.lg-outer.lg-css3 .lg-current,.lg-outer.lg-css3 .lg-next-slide,.lg-outer.lg-css3 .lg-prev-slide,.lg-outer.lg-css .lg-current{display:inline-block!important}.lg-outer .lg-img-wrap,.lg-outer .lg-item{display:inline-block;text-align:center;position:absolute;width:100%;height:100%}.lg-outer .lg-img-wrap:before,.lg-outer .lg-item:before{content:"";display:inline-block;height:100%;vertical-align:middle}.lg-outer .lg-img-wrap{position:absolute;left:0;right:0;top:0;bottom:0;white-space:nowrap;font-size:0}.lg-outer .lg-item.lg-complete{background-image:none}.lg-outer .lg-item.lg-current{z-index:1060}.lg-outer .lg-object{display:inline-block;vertical-align:middle;max-width:100%;max-height:100%;width:auto;height:auto;position:relative}.lg-outer .lg-empty-html .lg-sub-html,.lg-outer .lg-empty-html.lg-sub-html{display:none}.lg-outer.lg-hide-download .lg-download{opacity:.75;pointer-events:none}.lg-outer .lg-first-slide .lg-dummy-img{position:absolute;top:50%;left:50%}.lg-outer.lg-components-open:not(.lg-zoomed) .lg-components{-webkit-transform:translate3d(0,0,0);transform:translateZ(0);opacity:1}.lg-outer.lg-components-open:not(.lg-zoomed) .lg-sub-html{opacity:1;transition:opacity .2s ease-out .15s}.lg-outer .lg-media-cont{text-align:center;display:inline-block;vertical-align:middle;position:relative}.lg-outer .lg-media-cont .lg-object{width:100%!important;height:100%!important}.lg-outer .lg-has-iframe .lg-media-cont{-webkit-overflow-scrolling:touch;overflow:auto}.lg-backdrop{position:fixed;top:0;left:0;right:0;bottom:0;z-index:1040;background-color:#000;opacity:0;will-change:auto;-webkit-transition:opacity 333ms ease-in 0s;-o-transition:opacity 333ms ease-in 0s;transition:opacity 333ms ease-in 0s}.lg-backdrop.in{opacity:1}.lg-css3.lg-no-trans .lg-current,.lg-css3.lg-no-trans .lg-next-slide,.lg-css3.lg-no-trans .lg-prev-slide{-webkit-transition:none 0s ease 0s!important;-moz-transition:none 0s ease 0s!important;-o-transition:none 0s ease 0s!important;transition:none 0s ease 0s!important}.lg-css3.lg-use-css3 .lg-item{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;backface-visibility:hidden}.lg-css3.lg-fade .lg-item{opacity:0}.lg-css3.lg-fade .lg-item.lg-current{opacity:1}.lg-css3.lg-fade .lg-item.lg-current,.lg-css3.lg-fade .lg-item.lg-next-slide,.lg-css3.lg-fade .lg-item.lg-prev-slide{-webkit-transition:opacity .1s ease 0s;-moz-transition:opacity .1s ease 0s;-o-transition:opacity .1s ease 0s;transition:opacity .1s ease 0s}.lg-css3.lg-use-css3 .lg-item.lg-start-progress{-webkit-transition:-webkit-transform 1s cubic-bezier(.175,.885,.32,1.275) 0s;-moz-transition:-moz-transform 1s cubic-bezier(.175,.885,.32,1.275) 0s;-o-transition:-o-transform 1s cubic-bezier(.175,.885,.32,1.275) 0s;transition:transform 1s cubic-bezier(.175,.885,.32,1.275) 0s}.lg-css3.lg-use-css3 .lg-item.lg-start-end-progress{-webkit-transition:-webkit-transform 1s cubic-bezier(0,0,.25,1) 0s;-moz-transition:-moz-transform 1s cubic-bezier(0,0,.25,1) 0s;-o-transition:-o-transform 1s cubic-bezier(0,0,.25,1) 0s;transition:transform 1s cubic-bezier(0,0,.25,1) 0s}.lg-css3.lg-slide.lg-use-css3 .lg-item{opacity:0}.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current{-webkit-transform:translate3d(0,0,0);transform:translateZ(0);opacity:1}.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current,.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide,.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide{-webkit-transition:-webkit-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;-moz-transition:-moz-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;-o-transition:-o-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;transition:transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s}.lg-container{display:none}.lg-container.lg-show{display:block}.lg-container.lg-dragging-vertical .lg-backdrop{-webkit-transition-duration:0s!important;transition-duration:0s!important}.lg-container.lg-dragging-vertical .lg-css3 .lg-item.lg-current{-webkit-transition-duration:0s!important;transition-duration:0s!important;opacity:1}.lg-inline .lg-backdrop,.lg-inline .lg-outer{position:absolute}.lg-inline .lg-backdrop{z-index:1}.lg-inline .lg-outer{z-index:2}.lg-inline .lg-maximize:after{content:""}.lg-components{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);will-change:transform;-webkit-transition:-webkit-transform .35s ease-out 0s;-moz-transition:-moz-transform .35s ease-out 0s;-o-transition:-o-transform .35s ease-out 0s;transition:transform .35s ease-out 0s;z-index:1080;position:absolute;bottom:0;right:0;left:0}@font-face{font-family:Inter;font-style:normal;font-weight:300;font-display:block;src:url(/build/assets/Inter-Light-dce4a039.otf) format("otf"),url(/build/assets/Inter-Light-d12f4645.woff2) format("woff2"),url(/build/assets/Inter-Light-1936d24c.ttf) format("ttf")}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:block;src:url(/build/assets/Inter-Regular-be6d709d.otf) format("otf"),url(/build/assets/Inter-Regular-b6f9db9e.woff2) format("woff2"),url(/build/assets/Inter-Regular-64f8be6e.ttf) format("ttf")}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:block;src:url(/build/assets/Inter-Medium-1e65171f.otf) format("otf"),url(/build/assets/Inter-Medium-8458f8af.woff2) format("woff2"),url(/build/assets/Inter-Medium-1bda8112.ttf) format("ttf")}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:block;src:url(/build/assets/Inter-SemiBold-bd68706b.otf) format("otf"),url(/build/assets/Inter-SemiBold-8e52a861.woff2) format("woff2"),url(/build/assets/Inter-SemiBold-0dc98e8a.ttf) format("ttf")}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:block;src:url(/build/assets/Inter-Bold-00fd6f46.otf) format("otf"),url(/build/assets/Inter-Bold-22097670.woff2) format("woff2"),url(/build/assets/Inter-Bold-0cb1bc13.ttf) format("ttf")}@font-face{font-family:swiper-icons;src:url(data:application/font-woff;charset=utf-8;base64,\ d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA);font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}.swiper,swiper-container{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function, initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide,swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{transform-style:preserve-3d}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-horizontal.swiper-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-vertical.swiper-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-vertical>.swiper-wrapper:before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color, var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,swiper-container:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;transform:translateZ(0)}.swiper-virtual.swiper-css-mode .swiper-wrapper:after{content:"";position:absolute;left:0;top:0;pointer-events:none}.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper:after{height:1px;width:var(--swiper-virtual-size)}.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper:after{width:1px;height:var(--swiper-virtual-size)}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:var(--swiper-navigation-top-offset, 50%);width:calc(var(--swiper-navigation-size) / 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - var(--swiper-navigation-size) / 2);z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color, var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{display:none!important}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;font-variant:initial;line-height:1}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:var(--swiper-navigation-sides-offset, 10px);right:auto}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:"prev"}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset, 10px);left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:"next"}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translateZ(0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:var(--swiper-pagination-bottom, 8px);top:var(--swiper-pagination-top, auto);left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));height:var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));display:inline-block;border-radius:var(--swiper-pagination-bullet-border-radius, 50%);background:var(--swiper-pagination-bullet-inactive-color, #000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color, var(--swiper-theme-color))}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:var(--swiper-pagination-right, 8px);left:var(--swiper-pagination-left, auto);top:50%;transform:translate3d(0,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap, 6px) 0;display:block}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap, 4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translate(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,:host(.swiper-horizontal.swiper-rtl) .swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-fraction{color:var(--swiper-pagination-fraction-color, inherit)}.swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, .25));position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color, var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:var(--swiper-pagination-progressbar-size, 4px);left:0;top:0}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{width:var(--swiper-pagination-progressbar-size, 4px);height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:var(--swiper-scrollbar-border-radius, 10px);position:relative;-ms-touch-action:none;background:var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, .1))}.swiper-scrollbar-disabled>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-disabled{display:none!important}.swiper-horizontal>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal{position:absolute;left:var(--swiper-scrollbar-sides-offset, 1%);bottom:var(--swiper-scrollbar-bottom, 4px);top:var(--swiper-scrollbar-top, auto);z-index:50;height:var(--swiper-scrollbar-size, 4px);width:calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%))}.swiper-scrollbar.swiper-scrollbar-vertical,.swiper-vertical>.swiper-scrollbar{position:absolute;left:var(--swiper-scrollbar-left, auto);right:var(--swiper-scrollbar-right, 4px);top:var(--swiper-scrollbar-sides-offset, 1%);z-index:50;width:var(--swiper-scrollbar-size, 4px);height:calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%))}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, .5));border-radius:var(--swiper-scrollbar-border-radius, 10px);left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move;touch-action:none}.swiper .swiper-notification,swiper-container .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active,.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube{overflow:visible}.swiper-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-cube.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-next+.swiper-slide,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0;width:100%;height:100%;opacity:.6;z-index:0}.swiper-cube .swiper-cube-shadow:before{content:"";background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px)}.swiper-flip{overflow:visible}.swiper-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-flip .swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-creative .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{transform-origin:center bottom;-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden}h1,.h1,.static-content h1 span{font-size:50px;font-style:normal;font-weight:600;line-height:130%}@media screen and (max-width: 1439px){h1,.h1,.static-content h1 span{font-size:40px}}@media screen and (max-width: 1023px){h1,.h1,.static-content h1 span{font-size:30px}}h2,.h2,.static-content h2 span{font-size:30px;font-style:normal;font-weight:500;line-height:130%}@media screen and (max-width: 1439px){h2,.h2,.static-content h2 span{font-size:26px}}@media screen and (max-width: 1023px){h2,.h2,.static-content h2 span{font-size:22px}}@media screen and (max-width: 767px){h2,.h2,.static-content h2 span{font-size:20px}}h3,.h3,.static-content h3 span{font-size:26px;font-style:normal;font-weight:700;line-height:120%}@media screen and (max-width: 1439px){h3,.h3,.static-content h3 span{font-size:22px}}@media screen and (max-width: 1023px){h3,.h3,.static-content h3 span{font-size:18px}}h4,.h4,.static-content h4 span{font-size:18px;font-style:normal;font-weight:600;line-height:130%}@media screen and (max-width: 1023px){h4,.h4,.static-content h4 span{font-size:16px}}h5,.h5,.static-content h5 span{font-size:16px;font-style:normal;font-weight:600;line-height:130%}@media screen and (max-width: 1439px){h5,.h5,.static-content h5 span{font-size:14px}}.bold{font-weight:700}.medium{font-weight:500}.regular{font-weight:400}.nowrap{white-space:nowrap}.green{color:#178407!important}.red{color:#e21e24!important}.orange{color:#e25a11!important}.gray{color:#848586!important}.underlined{text-decoration:underline;text-underline-offset:3px}*{box-sizing:border-box;margin:0}html{scroll-behavior:smooth;overflow-x:hidden;position:relative;min-height:100%;height:100%}html.fixed{overflow:hidden}body{font-family:Inter,sans-serif;-webkit-font-smoothing:antialiased;height:100%;position:relative;margin:0;box-sizing:border-box;font-size:14px;font-style:normal;font-weight:400;line-height:normal;color:#26282b;background-color:#fff;overflow-x:clip;-webkit-overflow-scrolling:auto;overflow-y:scroll}body.fixed{overflow:hidden}a{text-decoration:none;cursor:pointer;color:inherit}p{margin:0}ul,ol{list-style:none;padding:0;margin:0}input{padding:0;background-color:unset;border:unset;outline:none;color:inherit;font-family:Inter,sans-serif}textarea{font-family:Inter,sans-serif;padding:unset}button{cursor:pointer;background-color:transparent;border:none;padding:unset;font-family:inherit;font-size:inherit;color:inherit}button svg,button span{color:inherit}svg{flex-shrink:0}img{object-fit:cover}section,.mb-section{margin-bottom:60px;scroll-margin-top:260px}@media screen and (max-width: 1439px){section,.mb-section{margin-bottom:40px}}@media screen and (max-width: 767px){section,.mb-section{margin-bottom:30px}}.mb-40{margin-bottom:40px}@media screen and (max-width: 1439px){.mb-40{margin-bottom:30px}}@media screen and (max-width: 767px){.mb-40{margin-bottom:20px}}.mb-section:last-of-type{margin-bottom:0}section:first-of-type{margin-top:163px}@media screen and (max-width: 1023px){section:first-of-type{margin-top:147px}}@media screen and (max-width: 767px){section:first-of-type{margin-top:66px}}label{cursor:pointer}.page{position:relative;min-height:100%;display:flex;flex-direction:column}.container{max-width:1820px;margin:0 auto}@media screen and (max-width: 1919px){.container{width:calc(100% - 100px)}}@media screen and (max-width: 1439px){.container{width:calc(100% - 40px)}}@media screen and (max-width: 1023px){.container{width:calc(100% - 20px)}}@media screen and (max-width: 767px){.container{width:calc(100% - 24px)}}input:-webkit-autofill,input:-webkit-autofill:hover,input:-webkit-autofill:focus,input:-webkit-autofill:active{transition:background-color 0s 600000s,color 0s 600000s!important}input[type=search]::-webkit-search-decoration,input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-results-button,input[type=search]::-webkit-search-results-decoration{display:none}textarea{background-color:transparent;border:none;resize:none;outline:none}textarea::-webkit-scrollbar{width:2px}textarea::-webkit-scrollbar-track{background:#DCDCDC;width:2px;border-radius:20px}textarea::-webkit-scrollbar-thumb{width:2px;background-color:#178407;border-radius:20px}input::-webkit-outer-spin-button,input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}input[type=number]{-moz-appearance:textfield}.media-wrapper{position:relative;width:100%;height:100%}.media-wrapper:not(.lozad) .skeleton,.media-wrapper:not(.lozad) .filters-skeleton .skeleton-title-long,.filters-skeleton .media-wrapper:not(.lozad) .skeleton-title-long,.media-wrapper:not(.lozad) .filters-skeleton .skeleton-title,.filters-skeleton .media-wrapper:not(.lozad) .skeleton-title,.media-wrapper:not(.lozad) .filters-skeleton .skeleton-line,.filters-skeleton .media-wrapper:not(.lozad) .skeleton-line,.media-wrapper:not(.lozad) .filters-skeleton .skeleton-line-sm,.filters-skeleton .media-wrapper:not(.lozad) .skeleton-line-sm{opacity:0}.media-wrapper:not(.lozad) .img{display:block}.media-wrapper img,.media-wrapper video{width:100%;height:100%;object-fit:cover}.media-wrapper .skeleton,.media-wrapper .filters-skeleton .skeleton-title-long,.filters-skeleton .media-wrapper .skeleton-title-long,.media-wrapper .filters-skeleton .skeleton-title,.filters-skeleton .media-wrapper .skeleton-title,.media-wrapper .filters-skeleton .skeleton-line,.filters-skeleton .media-wrapper .skeleton-line,.media-wrapper .filters-skeleton .skeleton-line-sm,.filters-skeleton .media-wrapper .skeleton-line-sm{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(270deg,#ccc,#ddd,#eee,#ddd,#ccc);background-size:200% 200%;animation:gradient 2s infinite;transition:opacity .5s;opacity:1}.media-wrapper .skeleton.green,.media-wrapper .filters-skeleton .green.skeleton-title-long,.filters-skeleton .media-wrapper .green.skeleton-title-long,.media-wrapper .filters-skeleton .green.skeleton-title,.filters-skeleton .media-wrapper .green.skeleton-title,.media-wrapper .filters-skeleton .green.skeleton-line,.filters-skeleton .media-wrapper .green.skeleton-line,.media-wrapper .filters-skeleton .green.skeleton-line-sm,.filters-skeleton .media-wrapper .green.skeleton-line-sm{background:linear-gradient(270deg,#178407,#178407,#329524,#178407,#178407);background-size:200% 200%}.link{color:#000;line-height:110%;transition:color .2s}@media (hover: hover) and (pointer: fine){.link:hover,.link:focus{color:#178407}}.link.disabled{color:#dcdcdc}.link.active{color:#178407}.link-show-all .icon-wrapper{cursor:pointer;display:none;width:26px;height:26px;align-items:center;justify-content:center;border-radius:4px;background-color:#f6f6f6}.link-show-all .icon{width:18px;height:18px}@media screen and (max-width: 767px){.link-show-all{align-self:flex-start}.link-show-all span{display:none}.link-show-all .icon-wrapper{display:flex}}.tab,.more-btn{cursor:pointer;background-color:#f6f6f6;padding:9px 13px;border-radius:10px;transition:color .2s}@media (hover: hover) and (pointer: fine){.tab:hover,.tab:focus,.more-btn:hover,.more-btn:focus{color:#178407}}.tab.active,.more-btn.active{background-color:#fff;color:#178407;border:1px solid #178407}.tab.hidden,.more-btn.hidden{display:none}.tile{display:flex;align-items:center;justify-content:center;cursor:pointer;width:fit-content;height:fit-content;padding:6px;border-radius:10px;border:1px solid #DCDCDC;background-color:#fff;transition:border .2s}.tile .icon{width:22px;height:22px;color:#848586}@media (hover: hover) and (pointer: fine){.tile:hover,.tile:focus{border:1px solid #178407}}.tile.active{background-color:#178407;border:1px solid #178407}.tile.active .icon{color:#fff}.checkbox-label{width:fit-content;display:flex;align-items:center;cursor:pointer;gap:8px}.checkbox-label:hover .checkbox-box,.checkbox-label:focus-within .checkbox-box{border:1px solid #178407}.checkbox-label .checkbox-input{display:none}.checkbox-label .checkbox-box{flex-shrink:0;width:16px;height:16px;position:relative;display:flex;align-items:center;justify-content:center;border:1px solid #DCDCDC;border-radius:4px;background-color:#fff;transition:border .2s,background-color .2s}.checkbox-label .checkbox-box .icon{width:12px;height:12px;color:#fff;visibility:hidden}.checkbox-label .checkbox-input:checked+.checkbox-box{background-color:#178407;border-color:#178407}.checkbox-label .checkbox-input:checked+.checkbox-box .icon{visibility:visible}.radio-wrapper{width:fit-content;display:flex;gap:10px;align-items:center;cursor:pointer}.radio-wrapper input{display:none}.radio-wrapper .radio-box{flex-shrink:0;display:block;width:16px;height:16px;border:1px solid #DCDCDC;border-radius:100%;background-color:#fff;transition:border .2s;position:relative}.radio-wrapper .radio-box .icon{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:10px;height:10px;background-color:#178407;border-radius:100%;opacity:0;transition:opacity .2s}.radio-wrapper input:checked+.radio-box{border-color:#178407}.radio-wrapper input:checked+.radio-box .icon{opacity:1}.radio-wrapper:hover .radio-box{border-color:#178407}.radio-wrapper .text{font-size:16px;line-height:130%}.label{width:fit-content;height:fit-content;padding:4px 8px;border-radius:31px;display:flex;align-items:center;justify-content:center}.label span{color:#fff;font-weight:600;font-size:10px;line-height:normal;text-transform:uppercase}.label.red{background-color:#e21e24}.label.orange{background-color:#e25a11}.label.green{background-color:#078458}.label.blue{background-color:#1e2ee2}.static-content{display:flex;gap:10px;flex-direction:column}.static-content p+h2,.static-content p+h3,.static-content p+h4,.static-content p+h5,.static-content ul+h2,.static-content ul+h3,.static-content ul+h4,.static-content ul+h5,.static-content ol+h2,.static-content ol+h3,.static-content ol+h4,.static-content ol+h5{margin-top:30px}.static-content h1,.static-content h1 span{font-size:50px!important}@media screen and (max-width: 1439px){.static-content h1,.static-content h1 span{font-size:40px!important}}@media screen and (max-width: 1023px){.static-content h1,.static-content h1 span{font-size:30px!important}}.static-content h2,.static-content h2 span{font-size:30px!important;margin-bottom:8px}@media screen and (max-width: 1439px){.static-content h2,.static-content h2 span{font-size:26px!important}}@media screen and (max-width: 1023px){.static-content h2,.static-content h2 span{font-size:22px!important}}@media screen and (max-width: 767px){.static-content h2,.static-content h2 span{font-size:20px!important}}.static-content h3,.static-content h3 span{color:#26282b;font-size:26px!important;margin-bottom:8px}@media screen and (max-width: 1439px){.static-content h3,.static-content h3 span{font-size:22px!important}}@media screen and (max-width: 1023px){.static-content h3,.static-content h3 span{font-size:18px!important}}.static-content h4,.static-content h4 span{font-size:18px!important;margin-bottom:8px}@media screen and (max-width: 1023px){.static-content h4,.static-content h4 span{font-size:16px!important}}.static-content h5,.static-content h5 span{font-size:16px!important;margin-bottom:8px}@media screen and (max-width: 1439px){.static-content h5,.static-content h5 span{font-size:14px!important}}.static-content ul,.static-content ol{margin-top:8px;margin-bottom:8px;display:flex;flex-direction:column;gap:8px}.static-content ul li{position:relative;padding-left:16px;line-height:140%}.static-content ul li:before{content:"";position:absolute;left:0;top:7px;background-color:#178407;width:6px;height:6px;border-radius:100%}.static-content ol{list-style-type:none;counter-reset:item}.static-content ol li{counter-increment:item;position:relative;text-indent:50px;line-height:140%}.static-content ol>li:before{content:counters(item,".") ". ";color:#178407;font-weight:600;position:absolute;top:0;left:-50px}.static-content ol li ol>li:before{content:counters(item,".") " "}.static-content>ol:first-of-type.has-nested-ol{margin:0;gap:30px}.static-content>ol:first-of-type.has-nested-ol>li{text-indent:unset}.static-content>ol:first-of-type.has-nested-ol>li strong{font-size:18px!important}@media screen and (max-width: 1023px){.static-content>ol:first-of-type.has-nested-ol>li strong{font-size:16px!important}}.static-content>ol:first-of-type.has-nested-ol>li:before{font-size:18px;position:static;color:#26282b;font-weight:600;padding-right:unset}@media screen and (max-width: 1023px){.static-content>ol:first-of-type.has-nested-ol>li:before{font-size:16px}}.static-content p,.static-content p span,.static-content ul li span,.static-content ol li span{font-size:18px!important;font-style:normal;font-weight:400;line-height:140%;color:#26282b}@media screen and (max-width: 1919px){.static-content p,.static-content p span,.static-content ul li span,.static-content ol li span{font-size:16px!important}}@media screen and (max-width: 1023px){.static-content p,.static-content p span,.static-content ul li span,.static-content ol li span{font-size:14px!important}}.static-content a{color:#178407;text-decoration:underline;text-underline-offset:4px}.static-content table{border:1px solid #DCDCDC}@media screen and (max-width: 767px){.static-content table{border:none}.static-content table tr{display:flex;flex-direction:column}.static-content table tr:last-of-type td:last-of-type{border-bottom:1px solid #DCDCDC}.static-content table td{width:100%;border:1px solid #DCDCDC;border-bottom:none}.static-content table colgroup col{width:100%!important}}.static-content table td{padding:17px 20px 16px}@media screen and (max-width: 1023px){.static-content table td{padding:17px 16px 16px}}.static-content strong,.static-content strong span{font-weight:600!important}.static-content img{object-fit:contain;width:100%;height:auto}.price .old{color:#848586;text-decoration-line:line-through}.note{color:#848586}.characteristics-items{display:flex;flex-direction:column;gap:10px;margin-bottom:12px}.characteristics-items li{display:flex;justify-content:space-between;align-items:baseline;gap:6px;font-size:16px}.characteristics-items li .dots{flex:1;border-bottom:1px dashed #DCDCDC}.characteristics-items .title{color:#848586}.stars{display:flex;align-items:center;gap:7px;height:24px}.stars .icon{width:18px;height:18px}.stars .icon.active path{fill:#178407}.input-wrapper{position:relative;padding:11px 16px 6px;border-radius:10px;border:1px solid #DCDCDC;height:43px;transition:border .2s;cursor:pointer}@media (hover: hover) and (pointer: fine){.input-wrapper:hover,.input-wrapper:focus{border:1px solid #178407}}.input-wrapper:focus-within{border:1px solid #178407}.input-wrapper input,.input-wrapper textarea{color:#26282b;width:100%;height:100%;font-size:14px;font-weight:400;line-height:130%}.input-wrapper input.p-7,.input-wrapper textarea.p-7{padding-top:7px}.input-wrapper textarea.p-7{padding-top:unset;margin-top:10px}.input-wrapper .placeholder.up{top:7px;font-size:10px}.input-wrapper .placeholder{color:#848586;pointer-events:none;position:absolute;top:11px;left:16px;transition:top .2s,font-size .2s;font-size:16px;font-weight:400;line-height:130%}.input-wrapper.error{border:1px solid #E23D38;background-color:#fdecec}.input-wrapper.error .placeholder,.input-wrapper.error input{color:#e23d38}.input-wrapper .form-error{color:#e23d38;font-size:10px;font-style:normal;font-weight:400;line-height:130%;letter-spacing:.24px;position:absolute;left:2px;bottom:-14px}.input-checkbox-wrapper{display:flex;gap:8px;align-items:center;position:relative}.input-checkbox-wrapper .form-error{display:none}.input-checkbox-wrapper.error .checkbox-box{border:1px solid #E21E24}.textarea-wrapper{height:126px;padding-bottom:14px}button[disabled]{pointer-events:none}.tac{text-align:center}.hidden{display:none}input#suggest{width:calc(100% + 16px);padding-right:32px}.cart-form ymaps{width:100%!important;left:0!important}ymaps[class*=search__suggest]{box-shadow:none!important;width:100%!important;left:0!important;right:0!important}ymaps.ymaps-2-1-79-search__suggest,ymaps.ymaps-2-1-79-popup{border-radius:10px!important;border:1px solid #DCDCDC!important;background:#FFF!important;padding:9px 16px!important;left:0!important;right:0!important;width:100%!important;box-shadow:none!important}ymaps.ymaps-2-1-79-search__suggest-item{color:#26282b!important;font-family:Inter,sans-serif!important;font-size:14px!important;font-style:normal!important;font-weight:400!important;line-height:130%!important;padding:5px 0!important}ymaps.ymaps-2-1-79-search__suggest-item_selected_yes{background-color:#fff!important;color:#178407!important;font-family:Inter,sans-serif!important;font-size:14px!important;font-style:normal!important;font-weight:400!important;line-height:130%!important}.flex{display:flex;flex-direction:column;align-items:center}.btn{cursor:pointer;width:fit-content;height:fit-content;padding:10px 30px;display:flex;align-items:center;justify-content:center;gap:8px;border-radius:10px;background-color:#178407;transition:background-color .2s}@media screen and (max-width: 767px){.btn{border-radius:4px;padding:4px;min-width:72.5px}}.btn span{color:#fff;font-size:16px;font-weight:500;line-height:normal}@media screen and (max-width: 767px){.btn span{display:none}}.btn .icon{width:22px;height:22px;color:#fff}.btn .icon-more{display:none;width:18px;height:18px}@media screen and (max-width: 767px){.btn .icon-more{display:block}}@media (hover: hover) and (pointer: fine){.btn:hover,.btn:focus{background-color:#003d00}}.btn-in-cart{padding:9px 30px;border:1px solid #178407;background-color:#fff;width:100%}@media screen and (max-width: 767px){.btn-in-cart{padding:4px 27.25px}}.btn-in-cart span{display:none}.btn-in-cart .icon{display:block!important;width:24px;height:24px;color:#178407}@media screen and (max-width: 767px){.btn-in-cart .icon{width:18px;height:18px}}@media (hover: hover) and (pointer: fine){.btn-in-cart:hover,.btn-in-cart:focus{background-color:#fff}}.btn:disabled{background-color:#dcdcdc}.btn:disabled .icon,.btn:disabled span{color:#848586}.btn-white{background-color:#fff}.btn-white span{color:#178407}@media (hover: hover) and (pointer: fine){.btn-white:hover,.btn-white:focus{background-color:#fff}}.btn-note{width:100%;padding:12px 30px;border-top:1px solid #DCDCDC;display:flex;align-items:center;justify-content:center}.btn-note span{font-size:14px}.btn-show-more{margin-top:20px;width:100%;background-color:#fff;border:1px solid #DCDCDC;padding:12px 30px;transition:border .2s}@media (hover: hover) and (pointer: fine){.btn-show-more:hover,.btn-show-more:focus{background-color:#fff;border:1px solid #848586}}.btn-show-more span{display:block;color:#26282b}.btn-clear{display:flex;align-items:center;gap:6px}.btn-clear svg{width:24px;height:24px}.btn-clear span{font-size:14px}.btn-clear span,.btn-clear svg{transition:color .2s}@media (hover: hover) and (pointer: fine){.btn-clear:hover span,.btn-clear:hover svg,.btn-clear:focus span,.btn-clear:focus svg{color:#178407}}.btn-add-to-cart{height:42px}.btn-add-to-cart:disabled{background-color:#178407}@media (hover: hover) and (pointer: fine){.btn-add-to-cart.in-cart:hover,.btn-add-to-cart.in-cart:focus{background-color:#178407;border-radius:10px}}.btn-add-to-cart .change-amount{width:100%;display:flex;align-items:center;justify-content:space-between}.btn-add-to-cart .change-amount .icon{cursor:pointer;width:18px;height:18px}.btn-add-to-cart .loader-wrapper{width:12px;height:12px}.btn-add-to-cart .loader-wrapper .btn-loader:before{border:2px solid #FFF}.btn-quantity{display:flex;align-items:center;flex-direction:row;justify-content:space-between;gap:20px;padding:12px 20px;width:fit-content}@media screen and (max-width: 767px){.btn-quantity{padding:4px 10px}}.btn-quantity .decrease,.btn-quantity .increase{cursor:pointer;color:#26282b}.btn-quantity .decrease.disabled,.btn-quantity .increase.disabled{opacity:.4;pointer-events:none}.btn-quantity span{color:#26282b;font-size:16px;font-weight:600;display:block;white-space:nowrap}.btn-search{margin-top:20px;border-radius:10px}.btn-search span{display:block!important}.btn-fav span,.btn-fav .icon,.btn-compare span,.btn-compare .icon{transition:color .2s,opacity .2s}@media (hover: hover) and (pointer: fine){.btn-fav:hover span,.btn-fav:hover .icon,.btn-fav:focus span,.btn-fav:focus .icon,.btn-compare:hover span,.btn-compare:hover .icon,.btn-compare:focus span,.btn-compare:focus .icon{opacity:.6}}.btn-fav svg.active,.btn-compare svg.active{color:#178407;opacity:1!important}.seo{margin-top:72px!important}@media screen and (max-width: 1919px){.seo{margin-top:66px!important}}@media screen and (max-width: 1439px){.seo{margin-top:28px!important}}@media screen and (max-width: 1023px){.seo{margin-top:19px!important}}@media screen and (max-width: 767px){.seo{margin-top:30px!important}}.modal{position:fixed;z-index:151;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.6);display:flex;align-items:center;justify-content:center}.modal .modal-layout{position:absolute;top:0;bottom:0;right:0;left:0;width:100%;height:100%;background:transparent}.modal .modal-wrapper{width:fit-content;background-color:#fff;display:flex;flex-direction:column;padding:30px;border-radius:10px;z-index:7;position:relative;max-height:90vh;overflow-y:auto}@media screen and (max-width: 767px){.modal .modal-wrapper{padding:12px;border-radius:unset;width:100%;height:100%;margin:0;max-height:unset}}.modal .icon-close{flex-shrink:0;cursor:pointer;width:24px;height:24px}.modal .landing-form-form .fields_group{display:flex;flex-direction:column;gap:16px}.modal .landing-form-form .agreement{margin-top:16px;display:none;font-size:12px;line-height:130%}.modal .landing-form-form .btn{width:100%;margin-top:20px;padding:12px 30px;border-radius:10px}.modal .landing-form-form .btn span{display:block}.modal-cities .modal-wrapper{width:1200px}@media screen and (max-width: 1439px){.modal-cities .modal-wrapper{width:904px}}@media screen and (max-width: 1023px){.modal-cities .modal-wrapper{width:688px}}@media screen and (max-width: 767px){.modal-cities .modal-wrapper{width:100%}}.modal-cities .modal-content{display:flex;flex-direction:column}.modal-cities .modal-content .top{margin-bottom:20px;display:flex;align-items:center;justify-content:space-between;gap:10px}.modal-cities .modal-content .search-wrapper{margin-bottom:30px}@media screen and (max-width: 767px){.modal-cities .modal-content .search-wrapper{margin-bottom:20px}}.modal-cities .modal-content .cities-list{display:grid;grid-template-columns:repeat(5,1fr);gap:12px 42.5px}@media screen and (max-width: 1439px){.modal-cities .modal-content .cities-list{grid-template-columns:repeat(4,1fr);gap:12px 22.67px}}@media screen and (max-width: 1023px){.modal-cities .modal-content .cities-list{grid-template-columns:repeat(3,1fr);gap:12px 23px}}@media screen and (max-width: 767px){.modal-cities .modal-content .cities-list{grid-template-columns:repeat(2,1fr);gap:12px 30px}}.modal-cities .modal-content .cities-list li{width:195px}@media screen and (max-width: 767px){.modal-cities .modal-content .cities-list li{width:100%}}.modal-cities .modal-content .cities-list li .city{text-align:left;font-size:14px;color:#26282b;transition:color .2s}.modal-cities .modal-content .cities-list li .city.active{font-weight:700;color:#178407}@media (hover: hover) and (pointer: fine){.modal-cities .modal-content .cities-list li .city:hover,.modal-cities .modal-content .cities-list li .city:focus{color:#178407}}.modal-questions .modal-wrapper,.modal-instant-buy .modal-wrapper,.modal-request .modal-wrapper,.modal-review .modal-wrapper,.modal-auth .modal-wrapper,.modal-result .modal-wrapper{min-height:500px;width:420px;height:fit-content}@media screen and (max-width: 1023px){.modal-questions .modal-wrapper,.modal-instant-buy .modal-wrapper,.modal-request .modal-wrapper,.modal-review .modal-wrapper,.modal-auth .modal-wrapper,.modal-result .modal-wrapper{width:400px;padding:20px}}@media screen and (max-width: 767px){.modal-questions .modal-wrapper,.modal-instant-buy .modal-wrapper,.modal-request .modal-wrapper,.modal-review .modal-wrapper,.modal-auth .modal-wrapper,.modal-result .modal-wrapper{width:100%;height:100%;padding:20px 12px 12px}}.modal-questions .icon-close,.modal-instant-buy .icon-close,.modal-request .icon-close,.modal-review .icon-close,.modal-auth .icon-close,.modal-result .icon-close{color:#848586;width:20px;height:20px;margin-bottom:4px;align-self:flex-end}.modal-questions .modal-content,.modal-instant-buy .modal-content,.modal-request .modal-content,.modal-review .modal-content,.modal-auth .modal-content,.modal-result .modal-content{display:flex;flex-direction:column}.modal-questions h4,.modal-instant-buy h4,.modal-request h4,.modal-review h4,.modal-auth h4,.modal-result h4{margin-bottom:20px}.modal-instant-buy .modal-wrapper,.modal-request .modal-wrapper{width:320px;height:fit-content}@media screen and (max-width: 1023px){.modal-instant-buy .modal-wrapper,.modal-request .modal-wrapper{width:300px}}@media screen and (max-width: 767px){.modal-instant-buy .modal-wrapper,.modal-request .modal-wrapper{width:100%;height:100%}}.modal-instant-buy .modal-wrapper h4,.modal-request .modal-wrapper h4{margin-bottom:10px}.modal-instant-buy .modal-wrapper .order-info,.modal-request .modal-wrapper .order-info{margin-bottom:41px;position:relative;display:grid;grid-template-columns:repeat(2,1fr);gap:12px 20px}.modal-instant-buy .modal-wrapper .order-info:after,.modal-request .modal-wrapper .order-info:after{content:"";left:0;right:0;position:absolute;width:100%;bottom:-20px;height:1px;background-color:#dcdcdc}.modal-instant-buy .modal-wrapper .order-info .title,.modal-request .modal-wrapper .order-info .title{font-size:14px;line-height:130%;grid-area:auto/span 2}.modal-instant-buy .modal-wrapper .order-info .price .new,.modal-request .modal-wrapper .order-info .price .new{font-size:16px;font-weight:600;line-height:normal}.modal-instant-buy .modal-wrapper .landing-form-form .btn,.modal-request .modal-wrapper .landing-form-form .btn{margin-top:16px}.modal-instant-buy .modal-wrapper .landing-form-form .agreement,.modal-request .modal-wrapper .landing-form-form .agreement{display:block}.modal-auth .modal-wrapper,.modal-result .modal-wrapper{height:fit-content;min-height:unset}@media screen and (max-width: 1023px){.modal-auth .modal-wrapper,.modal-result .modal-wrapper{padding:20px}}@media screen and (max-width: 767px){.modal-auth .modal-wrapper,.modal-result .modal-wrapper{height:100%;display:flex;flex-direction:column;justify-content:center}}@media screen and (max-width: 767px){.modal-auth .icon-close,.modal-result .icon-close{position:absolute;top:20px;right:20px}}.modal-auth form .input-wrapper,.modal-result form .input-wrapper{margin-bottom:16px}.modal-auth .btn,.modal-auth .btn-note,.modal-result .btn,.modal-result .btn-note{width:100%;padding:12px 30px;height:42px;border-radius:10px}.modal-auth .btn-note,.modal-result .btn-note{border-radius:unset}.modal-auth .radios,.modal-result .radios{display:flex;flex-direction:column;gap:6px;margin-bottom:20px}.modal-auth .checkboxes,.modal-result .checkboxes{padding-top:20px;border-top:1px solid #DCDCDC;display:flex;flex-direction:column;gap:10px;margin-bottom:20px}.modal-auth .checkboxes a,.modal-result .checkboxes a{text-decoration:underline;text-underline-offset:2.5px}@media screen and (max-width: 767px){.modal-auth .checkboxes .checkbox-label,.modal-result .checkboxes .checkbox-label{align-items:flex-start}}.modal-auth button,.modal-result button{width:100%}.modal-auth button span,.modal-result button span{display:block}.modal-auth .subtitle,.modal-result .subtitle{margin-bottom:20px}.modal-result .modal-wrapper{width:452px;overflow:hidden}@media screen and (max-width: 767px){.modal-result .modal-wrapper{width:100%;padding:30px;justify-content:unset}}.modal-result .icon-close{z-index:10}@media screen and (max-width: 767px){.modal-result .icon-close{color:#fff}}.modal-result .text{margin-left:132px}@media screen and (max-width: 767px){.modal-result .text{margin-left:unset;text-align:center;margin-top:295px}}.modal-result .text h4{margin-bottom:2px}.modal-result .text p{margin-bottom:unset;line-height:130%}.modal-result .deco{position:absolute;top:50%;transform:translateY(-50%);bottom:0;left:-132px;background-color:#178407;border-radius:100%;width:264px;height:166%}@media screen and (max-width: 767px){.modal-result .deco{top:-145px;transform:translate(-50%);left:50%;height:400px;width:175.625%}}.modal-result .deco svg{position:absolute;z-index:2;color:#fff;width:86px;height:86px;top:50%;transform:translateY(-50%);right:23px}@media screen and (max-width: 767px){.modal-result .deco svg{top:268px;transform:translate(-50%);left:50%}}.modal-result.error .deco{background-color:#e23d38}.modal-common-request .modal-wrapper h4{margin-bottom:41px;position:relative}.modal-common-request .modal-wrapper h4:after{content:"";left:0;right:0;position:absolute;width:100%;bottom:-20px;height:1px;background-color:#dcdcdc}.modal-review .modal-wrapper .product-info{display:flex;gap:20px;align-items:center;margin-bottom:30px}.modal-review .modal-wrapper .product-info .img-wrapper{width:70px;height:70px;display:flex;align-items:center;justify-content:center}.modal-review .modal-wrapper .product-info .img-wrapper .media-wrapper{border-radius:16.397px;overflow:hidden;width:72.979px;height:56.596px}.modal-review .modal-wrapper .product-info .col .category{font-size:12px;font-weight:400;line-height:normal;margin-bottom:2px}.modal-review .modal-wrapper .product-info .col .title{font-size:12px;font-weight:600;line-height:130%}.modal-review .modal-wrapper .product-info .col .price{display:flex;gap:10px}.modal-review .modal-wrapper .product-info .col .price .new{font-size:18px;font-weight:600;line-height:normal}.modal-review .modal-wrapper .product-info .col .price .old{color:#848586;font-size:14px;line-height:normal;text-decoration:line-through}.modal-review .modal-wrapper .rating{margin-bottom:20px;position:relative}.modal-review .modal-wrapper .rating h5{margin-bottom:10px}.modal-review .modal-wrapper .rating .stars{display:flex;gap:0;align-items:center}.modal-review .modal-wrapper .rating .stars svg{cursor:pointer;width:24px;height:24px}.modal-review .modal-wrapper .rating .form-error{font-size:10px;font-style:normal;font-weight:400;line-height:130%;letter-spacing:.24px;position:absolute;left:2px;bottom:-14px;color:#e21e24}.modal-review .modal-wrapper .landing-form-form .agreement{margin-top:20px;display:block}.modal-review .modal-wrapper .landing-form-form .form_group{display:flex;flex-direction:column;gap:20px}.modal-review .modal-wrapper .landing-form-form .btn{height:42px}.modal-slide .modal-wrapper{width:100%;margin-top:auto;max-height:90vh;height:auto;padding:20px;border-radius:14px 14px 0 0;overflow:hidden}.modal-slide .modal-content{display:flex;flex-direction:column;height:auto;overflow:auto}.modal-slide .modal-content .top{display:flex;justify-content:space-between;gap:10px;margin-bottom:20px}.modal-slide-docs .modal-content .docs-list{flex:1;overflow-y:auto;padding-right:10px}.modal-slide-docs .modal-content .docs-list::-webkit-scrollbar{width:2px}.modal-slide-docs .modal-content .docs-list::-webkit-scrollbar-track{background:#DCDCDC;width:2px;border-radius:20px}.modal-slide-docs .modal-content .docs-list::-webkit-scrollbar-thumb{width:2px;background-color:#178407;border-radius:20px}.modal-slide-review .modal-content .top{display:grid;grid-template-columns:1fr auto;gap:12px;margin-bottom:0;padding-bottom:16px;border-bottom:1px solid #DCDCDC}.modal-slide-review .modal-content .top .review-info{grid-area:auto/span 2}.modal-slide-review .modal-content .top .review-info .stars{gap:5px;margin-bottom:6px}.modal-slide-review .modal-content .top .review-info .stars svg{height:18px;width:18px}.modal-slide-review .modal-content .review-text{padding-top:20px;flex:1;overflow-y:auto;padding-right:10px}.modal-slide-review .modal-content .review-text::-webkit-scrollbar{width:2px}.modal-slide-review .modal-content .review-text::-webkit-scrollbar-track{background:#DCDCDC;width:2px;border-radius:20px}.modal-slide-review .modal-content .review-text::-webkit-scrollbar-thumb{width:2px;background-color:#178407;border-radius:20px}.footer{margin-top:auto;background-color:#26282b;color:#fff;padding:50px 0 30px}@media screen and (max-width: 1023px){.footer{padding:30px 0}}@media screen and (max-width: 767px){.footer{padding:30px 0 90px}}.footer .container{display:flex;flex-direction:column;gap:30px}.footer-top{display:flex;justify-content:space-between;gap:159px;padding-bottom:30px;border-bottom:1px solid rgba(132,133,134,.3)}@media screen and (max-width: 1919px){.footer-top{gap:87px}}@media screen and (max-width: 1439px){.footer-top{display:grid;grid-template-columns:auto auto;gap:20px 63px}}@media screen and (max-width: 1023px){.footer-top{grid-template-columns:1fr 1fr;gap:30px}}@media screen and (max-width: 767px){.footer-top{grid-template-columns:1fr;gap:30px}}@media screen and (max-width: 1439px){.footer-top .info{grid-area:2/2}}@media screen and (max-width: 1023px){.footer-top .info{grid-area:2/1}}@media screen and (max-width: 767px){.footer-top .info{grid-area:unset;order:1;margin-top:-10px}}.footer-top .info .logo{display:block;width:123px;height:40px;margin-bottom:20px}@media screen and (max-width: 1439px){.footer-top .info .logo{width:100px;height:32px;margin-bottom:10px}}.footer-top .info .logo img{width:100%;height:100%}.footer-top .info p{color:#848586}.footer-top .menu{flex:1;display:flex;gap:100px}@media screen and (max-width: 1919px){.footer-top .menu{gap:50px}}@media screen and (max-width: 1439px){.footer-top .menu{grid-area:span 2/auto;order:-1}}@media screen and (max-width: 1023px){.footer-top .menu{grid-area:auto/span 2;gap:30px;display:grid;grid-template-columns:1fr 1fr 1fr}}@media screen and (max-width: 767px){.footer-top .menu{grid-area:unset;grid-template-columns:1fr}}@media screen and (max-width: 767px){.footer-top .menu{gap:20px}}.footer-top .menu-col.active ul{opacity:1;max-height:unset;transform:translateY(0)}.footer-top .menu-col.active .icon{transform:rotate(180deg)}.footer-top .menu-col .h5{margin-bottom:8px;font-size:16px;font-style:normal;font-weight:600;line-height:130%;white-space:nowrap;display:flex;align-items:center;justify-content:space-between}@media screen and (max-width: 1439px){.footer-top .menu-col .h5{font-size:14px}}@media screen and (max-width: 767px){.footer-top .menu-col .h5{cursor:pointer}}.footer-top .menu-col .h5 .icon{display:none;cursor:pointer;width:18px;height:18px;transition:transform .2s}@media screen and (max-width: 767px){.footer-top .menu-col .h5 .icon{display:block}}.footer-top .menu-col ul{color:#848586;display:flex;flex-direction:column;gap:6px}@media screen and (max-width: 767px){.footer-top .menu-col ul{max-height:0;overflow:hidden;transition:max-height .3s,opacity .2s,transform .3s;opacity:0;transform:translateY(-10%)}}.footer-top .menu-col ul li{display:block;width:100%;max-width:258px;line-height:130%;transition:color .2s;-webkit-hyphens:auto;hyphens:auto;word-break:break-word}@media (hover: hover) and (pointer: fine){.footer-top .menu-col ul li:hover,.footer-top .menu-col ul li:focus{color:#fff}}.footer-top .menu-col:first-of-type ul{display:grid;grid-template-columns:auto auto;gap:6px 30px}@media screen and (max-width: 1919px){.footer-top .menu-col:first-of-type ul{display:flex;flex-direction:column;gap:6px}}@media screen and (max-width: 1023px){.footer-top .menu-col{width:229px}}@media screen and (max-width: 767px){.footer-top .menu-col{width:100%}}.footer-top .contacts{display:flex;flex-direction:column;gap:12px}.footer-top .contacts .tel{font-size:36px;font-style:normal;font-weight:600;line-height:normal}@media screen and (max-width: 1439px){.footer-top .contacts .tel{font-size:30px}}@media screen and (max-width: 1023px){.footer-top .contacts .tel{font-size:20px}}.footer-top .contacts .mail{font-size:24px;font-style:normal;font-weight:400;line-height:normal}@media screen and (max-width: 1439px){.footer-top .contacts .mail{font-size:20px}}@media screen and (max-width: 1023px){.footer-top .contacts .mail{font-size:16px}}.footer-top .contacts .tel,.footer-top .contacts .mail{transition:color .2s}@media (hover: hover) and (pointer: fine){.footer-top .contacts .tel:hover,.footer-top .contacts .tel:focus,.footer-top .contacts .mail:hover,.footer-top .contacts .mail:focus{color:#848586}}.footer-top .contacts .working-hours{line-height:140%}.footer-top .contacts .socials{margin-top:8px;display:flex;align-items:center;gap:10px}@media (hover: hover) and (pointer: fine){.footer-top .contacts .socials a:hover svg path:nth-of-type(2),.footer-top .contacts .socials a:focus svg path:nth-of-type(2){fill:#848586}}.footer-top .contacts .socials svg{width:28px;height:28px}.footer-top .contacts .socials svg path{transition:fill .2s}.footer-bottom{display:flex;align-items:center;justify-content:space-between;color:#848586}@media screen and (max-width: 767px){.footer-bottom{flex-direction:column;justify-content:center;gap:20px;text-align:center;margin-left:-5px;width:calc(100% + 5px)}}.footer-bottom a{transition:color .2s}@media (hover: hover) and (pointer: fine){.footer-bottom a:hover,.footer-bottom a:focus{color:#fff}}.footer-bottom p a{text-decoration:underline;text-underline-offset:3px}.header{background-color:#fff;position:fixed;top:0;left:0;right:0;width:100%;z-index:20}.header-top{background-color:#000;color:#848586;padding:16px 0}.header-top a{transition:color .2s}.header-top a.active{color:#fff}@media screen and (max-width: 1439px){.header-top a.active{color:#26282b;font-weight:600}}@media (hover: hover) and (pointer: fine){.header-top a:hover,.header-top a:focus{color:#fff}}@media screen and (hover: hover) and (pointer: fine) and (max-width: 1439px){.header-top a:hover,.header-top a:focus{color:#26282b}}.header-top button span{color:#848586;font-size:16px}.header-top .container{display:flex;align-items:center;justify-content:space-between;font-size:16px}.header-top .info{display:flex;align-items:center;gap:30px}.header-top .location{display:flex;align-items:center;gap:4px}@media (hover: hover) and (pointer: fine){.header-top .location:hover span,.header-top .location:focus span{color:#fff}}.header-top .location span{transition:color .2s}.header-top .location .icon-location{width:14px;height:14px}.header-top .location .icon-caret{width:10px;height:10px;flex-shrink:0}.header-top .nav{display:flex;align-items:center;gap:20px}@media screen and (max-width: 1439px){.header-top .nav{display:flex;position:fixed;top:134px;bottom:0;right:0;flex-direction:column;align-items:flex-start;padding:20px 12px;width:100%;background-color:#fff;z-index:10;color:#26282b;transform:translate(100%);transition:transform .3s ease;will-change:transform}.header-top .nav.active{transform:translate(0)}.header-top .nav a{display:block;width:100%}}@media screen and (max-width: 767px){.header-top .nav{top:45px}}.header-top .nav .mob{display:none}@media screen and (max-width: 1439px){.header-top .nav .mob{display:block}}.header-top #btn-questions-2{display:none;padding-top:20px;border-top:solid 1px #DCDCDC}@media screen and (max-width: 1439px){.header-top #btn-questions-2{display:block;width:100%}}.header-top .menu-btn{cursor:pointer;display:none;align-items:center;gap:10px}.header-top .menu-btn .icon{width:18px;height:18px}@media screen and (max-width: 1439px){.header-top .menu-btn{display:flex}}@media screen and (max-width: 767px){.header-top{background-color:transparent;padding:0}.header-top .info,.header-top .menu-btn{display:none}}.header-bottom{position:relative;z-index:20;padding:20px 0;box-shadow:0 0 20px #0000001a}@media screen and (max-width: 1023px){.header-bottom{padding-top:14px}}@media screen and (max-width: 767px){.header-bottom{padding:10px 0}}.header-bottom .container{display:flex;align-items:center}.header-bottom .logo{display:block;width:123px;height:40px;margin-right:30px}@media screen and (max-width: 1023px){.header-bottom .logo{margin-right:20px}}@media screen and (max-width: 767px){.header-bottom .logo{margin-right:auto;width:80px;height:26px}}.header-bottom .logo img{width:100%;height:100%}.header-bottom .btn{margin-right:20px}.header-bottom .btn span{font-size:18px}.header-bottom .btn .icon-close{display:none}.header-bottom .btn.open .icon-close{display:block}.header-bottom .btn.open .icon-grid{display:none}@media screen and (max-width: 1023px){.header-bottom .btn{padding:10px}.header-bottom .btn span{display:none}}@media screen and (max-width: 767px){.header-bottom .btn{display:none}}.header-bottom #search{flex:1}.header-bottom .search-wrapper{margin-right:30px}@media screen and (max-width: 1023px){.header-bottom .search-wrapper{margin-right:20px}}@media screen and (max-width: 767px){.header-bottom .search-wrapper{margin-right:unset}}.header-bottom .menu{display:flex;align-items:center;gap:20px}.header-bottom .menu li{position:relative;min-width:50px;display:flex;justify-content:flex-end}@media screen and (max-width: 1439px){.header-bottom .menu li{min-width:fit-content}}.header-bottom .menu li .amount{opacity:1!important;position:absolute;top:-6px;right:16px;width:fit-content;min-width:15px;padding:0 4px;border-radius:54px;background-color:#178407;color:#fff;height:15px;font-size:12px;font-weight:400;line-height:normal;display:flex;align-items:center;justify-content:center}@media screen and (max-width: 1439px){.header-bottom .menu li .amount{right:-4px}}@media screen and (max-width: 767px){.header-bottom .menu li .amount{right:4px}}.header-bottom .menu li a,.header-bottom .menu li button{display:flex;flex-direction:column;align-items:center}@media (hover: hover) and (pointer: fine){.header-bottom .menu li a:hover span,.header-bottom .menu li a:focus span,.header-bottom .menu li button:hover span,.header-bottom .menu li button:focus span{opacity:.6}.header-bottom .menu li a:hover .icon,.header-bottom .menu li a:focus .icon,.header-bottom .menu li button:hover .icon,.header-bottom .menu li button:focus .icon{opacity:.6}}.header-bottom .menu li a.active span,.header-bottom .menu li button.active span,.header-bottom .menu li a.active .icon,.header-bottom .menu li button.active .icon{opacity:.6}.header-bottom .menu .icon,.header-bottom .menu span{transition:opacity .2s}.header-bottom .menu .icon{width:24px;height:24px}@media screen and (max-width: 1439px){.header-bottom .menu span{display:none}}@media screen and (max-width: 767px){.header-bottom .menu span{display:block;font-size:10px}}.header-bottom .menu #open-auth-btn span{max-width:80px;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}@media screen and (max-width: 767px){.header-bottom .menu #open-auth-btn span{max-width:54px}}@media screen and (max-width: 767px){.header-bottom .menu #compare-btn{display:none}}.header-bottom .menu #btn-catalog-mob,.header-bottom .menu #btn-catalog-mob .icon-close{display:none}.header-bottom .menu #btn-catalog-mob.open .icon-close{display:block;color:#178407}.header-bottom .menu #btn-catalog-mob.open .icon-grid{display:none}.header-bottom .menu #btn-catalog-mob.open span{color:#178407}@media screen and (max-width: 767px){.header-bottom .menu #btn-catalog-mob{display:flex}}.header-bottom .menu .auth-btn-wrapper{position:relative;display:inline-block}.header-bottom .menu .auth-dropdown{position:absolute;top:calc(100% + 10px);right:-30px;padding:20px;background:#fff;z-index:10;width:238px;border-radius:7.345px;box-shadow:0 0 14.689px #0000001a}@media screen and (max-width: 1439px){.header-bottom .menu .auth-dropdown{right:0}}@media screen and (max-width: 767px){.header-bottom .menu .auth-dropdown{top:unset;bottom:calc(100% + 20px);right:-20px}}.header-bottom .menu .auth-dropdown h5{margin-bottom:4px}.header-bottom .menu .auth-dropdown p{margin-bottom:10px;font-size:14px}@media screen and (max-width: 767px){.header-bottom .menu .auth-dropdown p{font-size:12px}}.header-bottom .menu .auth-dropdown .btn{width:100%}.header-bottom .menu .auth-dropdown .btn span{display:block;font-size:16px}@media screen and (max-width: 767px){.header-bottom .menu{position:fixed;bottom:0;left:0;right:0;padding:10px 0;background-color:#fff;gap:16px;box-shadow:0 0 20px #0000001a;justify-content:space-around}@supports (padding: max(0px)){.header-bottom .menu{padding-bottom:calc(env(safe-area-inset-bottom) + 16px)}}}.header-bottom .menu-mob{display:none;align-items:center;gap:16px}@media screen and (max-width: 767px){.header-bottom .menu-mob{display:flex}}.header-bottom .menu-mob .icon{width:18px;height:18px;cursor:pointer}.header .menu-open .icon-close,.header .menu-open.open .icon{display:none}.header .menu-open.open .icon-close{display:block}.search-container{flex:1}@media screen and (max-width: 767px){.search-container{transform:translate(100%);position:fixed;top:0;right:0;bottom:0;left:0;background-color:#fff;width:100wv;height:100vh;padding:10px 12px 70px;overflow-y:auto}.search-container.open{transform:translate(0)}}.search-wrapper{flex:1;padding:9px 20px;border-radius:10px;background-color:#f6f6f6;display:flex;align-items:center;gap:10px;position:relative;z-index:10}@media screen and (max-width: 767px){.search-wrapper{display:none}}.search-wrapper .icon{flex-shrink:0;width:24px;height:24px}@media screen and (max-width: 767px){.search-wrapper .icon{display:none}}.search-wrapper .icon-close{display:none;width:18px;height:18px;cursor:pointer}@media screen and (max-width: 767px){.search-wrapper .icon-close{display:block}}.search-wrapper input{flex:1;font-size:16px;font-weight:300}.search-wrapper input::placeholder{font-size:16px;font-weight:300;color:#848586}.search-wrapper-mob{display:none;padding:9px 10px;width:100vw;height:100vh;position:fixed;z-index:1010;top:0;right:0;bottom:0;left:0;background-color:#fff}@media screen and (max-width: 767px){.search-wrapper-mob{display:block;transform:translate(100%);transition:transform .2s}.search-wrapper-mob.active{transform:translate(0)}}.search-wrapper-mob .search-top{padding-top:10px;display:flex;align-items:center;gap:10px}.search-wrapper-mob .search-top svg{width:18px;height:18px;cursor:pointer}.search-wrapper-mob .search-top input{background-color:#f6f6f6;border-radius:6px;flex:1;padding:8px 10px;font-size:14px;font-weight:300}.search-wrapper-mob .search-top input::placeholder{font-size:14px}.search-wrapper-mob .btn-search{display:block}.search-wrapper-50{width:50%;margin-bottom:30px;display:flex}.search-wrapper-50 .icon{display:flex}@media screen and (max-width: 1439px){.search-wrapper-50{width:100%;margin-bottom:20px}}@media screen and (max-width: 767px){.search-wrapper-50{padding:9px 10px}}.search-dropdown{position:absolute;left:0;top:calc(100% + 10px);width:100%;background-color:#fff;border-radius:10px;box-shadow:0 0 20px #0000001a;padding:20px;z-index:10}@media screen and (max-width: 1439px){.search-dropdown{position:fixed;top:133px;left:0;right:0;box-shadow:0 21px 20px #0000000d inset;border-radius:unset}}@media screen and (max-width: 1023px){.search-dropdown{top:127px}}@media screen and (max-width: 767px){.search-dropdown{display:flex;flex-direction:column;top:53px;box-shadow:unset;padding:20px 12px;background-color:unset}}.search-dropdown h4{margin-bottom:20px}.search-dropdown ul{display:flex;flex-direction:column;gap:20px}.search-dropdown ul li a{font-size:16px;color:#26282b;line-height:normal}.search-page{flex:1}.search-page .items-section .container{display:flex;flex-direction:column;gap:20px}.search-page .items-section .open-filter-btn{display:none}.search-page #paginator-wrapper{margin-top:-20px}.search-empty{margin-top:160px;margin-bottom:220px}@media screen and (max-width: 1919px){.search-empty{margin-top:80px;margin-bottom:110px}}@media screen and (max-width: 1439px){.search-empty{margin-top:unset;margin-bottom:86px;flex:1;display:flex;justify-content:center;align-items:center;height:100%}}.search-empty .container{display:flex;flex-direction:column;align-items:center;text-align:center}@media screen and (max-width: 1439px){.search-empty .container{height:100%}}.search-empty h2{margin-bottom:8px}.search-empty .btn{padding:12px 30px;margin-top:20px;border-radius:10px}@media screen and (max-width: 767px){.search-empty .btn{max-width:293px;width:100%}}.search-empty .btn span{display:block}.background{position:fixed;top:133px;left:0;right:0;bottom:0;width:100%;height:100%;opacity:0;background:#000000;transition:opacity .2s,visibility .2s;visibility:hidden}@media screen and (max-width: 1439px){.background.active{opacity:.6;z-index:3;visibility:visible}}@media screen and (max-width: 767px){.background{display:none}}.search-dropdown-content{width:100%;min-height:30px;display:flex;flex-direction:column}.search-dropdown-content p{font-size:16px}.search-loader{flex:1;width:100%;height:100%;display:flex;align-items:center;justify-content:center}.search-loader .loader-form{position:static;width:30px;height:30px;border:4px solid #178407;border-bottom-color:transparent}.catalog-menu .menu-list{display:flex;flex-direction:column;gap:30px}.catalog-menu .menu-item{display:flex;flex-direction:column;gap:30px;padding-bottom:30px;border-bottom:1px solid #DCDCDC}.catalog-menu .menu-item:last-of-type{padding-bottom:0;border:unset}.catalog-menu .menu-item .info{max-width:670px}.catalog-menu .menu-item .info>.h3{color:#178407;margin-bottom:10px}.catalog-menu .menu-item .info .static-content p{color:#848586;line-height:120%}@media screen and (max-width: 1023px){.catalog-menu .menu-item .info{max-width:100%}}.catalog-menu .categories-list{display:grid;grid-template-columns:repeat(5,1fr);gap:20px 50px}@media screen and (max-width: 1919px){.catalog-menu .categories-list{grid-template-columns:repeat(4,1fr)}}@media screen and (max-width: 1439px){.catalog-menu .categories-list{grid-template-columns:repeat(3,1fr)}}@media screen and (max-width: 1023px){.catalog-menu .categories-list{gap:20px 30px}}@media screen and (max-width: 767px){.catalog-menu .categories-list{grid-template-columns:1fr;gap:20px}}.catalog-menu .categories-item{display:flex;flex-direction:column;gap:12px}@media screen and (max-width: 1919px){.catalog-menu .categories-item{gap:10px}}.catalog-menu .subcategories-list{display:flex;flex-direction:column;gap:12px}@media screen and (max-width: 1919px){.catalog-menu .subcategories-list{gap:8px}}.catalog-menu a{transition:color .2s}.catalog-menu a:hover,.catalog-menu a:focus,.catalog-menu a:active{color:#178407}.catalog-menu-dropdown{display:none;transform:translateY(-50%);opacity:0;position:fixed;top:133px;left:0;right:0;bottom:0;width:100%;padding:30px 0;background-color:#fff;z-index:11;overflow:auto;transition:opacity .2s,transform .3s}.catalog-menu-dropdown.open{display:block;transform:translateY(0);opacity:1}@media screen and (max-width: 1023px){.catalog-menu-dropdown{padding:20px 0;top:127px}}@media screen and (max-width: 767px){.catalog-menu-dropdown{top:45px;padding:10px 0 66px}}.paginator{margin-top:20px;width:100%;display:flex;align-items:center;justify-content:center}.paginator-item{display:flex;align-items:center;justify-content:center;line-height:normal;text-align:center;font-size:14px;font-weight:400;cursor:pointer;width:32px;height:32px;transition:color .2s}@media screen and (max-width: 767px){.paginator-item{width:26px;height:26px;font-size:12px}}.paginator-item:hover,.paginator-item:focus{color:#178407}.paginator-item:first-of-type,.paginator-item:last-of-type{width:24px;height:24px}@media screen and (max-width: 767px){.paginator-item:first-of-type,.paginator-item:last-of-type{width:18px;height:18px}}.paginator-item:first-of-type span,.paginator-item:last-of-type span{display:none}.paginator-item:first-of-type:after,.paginator-item:last-of-type:after{display:block;content:"";background-image:url(/build/assets/arrow-forward-green-7d13ca83.svg);background-repeat:no-repeat;background-size:contain;width:100%;height:100%;filter:grayscale(1) brightness(0);transition:filter .2s}.paginator-item:first-of-type:hover:after,.paginator-item:first-of-type:focus:after,.paginator-item:last-of-type:hover:after,.paginator-item:last-of-type:focus:after{filter:grayscale(0) brightness(1)}.paginator-item:first-of-type{margin-right:30px}@media screen and (max-width: 767px){.paginator-item:first-of-type{margin-right:10px}}.paginator-item:first-of-type:after{transform:rotate(180deg)}.paginator-item:last-of-type{margin-left:30px}@media screen and (max-width: 767px){.paginator-item:last-of-type{margin-left:10px}}.paginator-item-active{color:#fff;background-color:#178407;border-radius:100%}.paginator-item-active:hover,.paginator-item-active:focus{color:#fff}.paginator-item-disabled{opacity:.3;pointer-events:none}.breadcrumbs{display:flex;gap:10px;color:#848586;line-height:140%;margin-bottom:20px;overflow-x:auto}.breadcrumbs::-webkit-scrollbar{display:none}@media screen and (max-width: 1023px){.breadcrumbs{margin-bottom:10px;padding-left:10px;padding-right:10px;margin-left:-10px;width:calc(100% + 20px)}}@media screen and (max-width: 767px){.breadcrumbs{padding-left:12px;padding-right:12px;margin-left:-12px}}.breadcrumbs span{white-space:nowrap}.breadcrumbs .active{color:#dcdcdc}.container-breadcrumbs{display:flex!important}@media screen and (max-width: 1023px){.container-breadcrumbs{width:calc(100% + 20px)}}@media screen and (max-width: 767px){.container-breadcrumbs{width:calc(100% + 24px)}}.product-card{width:fit-content;height:100%;min-height:fit-content;display:flex;flex-direction:column;cursor:pointer;border:1px solid #DCDCDC;border-radius:10px;padding:20px;position:relative;overflow:hidden;transition:box-shadow .2s,border .2s}@media screen and (max-width: 1439px){.product-card{padding:16px}}@media screen and (max-width: 767px){.product-card{padding:12px}}@media (hover: hover) and (pointer: fine){.product-card:hover,.product-card:focus{box-shadow:0 0 20px #0000001a;border:1px solid transparent}}.product-card .card-link{position:absolute;top:0;right:0;bottom:0;left:0;z-index:2}.product-card .top{display:flex;align-items:center;justify-content:space-between;margin-bottom:10px}.product-card .top .art{color:#5b5d5f;font-size:12px}@media screen and (max-width: 767px){.product-card .top .art{display:none}}.product-card .top .stock{font-size:12px;color:#178407}.product-card .img-wrapper{margin-bottom:10px;display:flex;align-items:center;justify-content:center;height:218px}@media screen and (max-width: 767px){.product-card .img-wrapper{height:128px}}.product-card .img-wrapper .media-wrapper{width:218px;height:169px;border-radius:60px;overflow:hidden}@media screen and (max-width: 1439px){.product-card .img-wrapper .media-wrapper{width:212px;height:169px}}@media screen and (max-width: 767px){.product-card .img-wrapper .media-wrapper{width:136px;height:109px}}.product-card .img-wrapper .media-wrapper img{object-fit:contain}.product-card .labels{position:absolute;top:45px;left:20px;display:flex;flex-direction:column;gap:6px;z-index:1}@media screen and (max-width: 1439px){.product-card .labels{top:41px;left:16px}}@media screen and (max-width: 767px){.product-card .labels{top:37px;left:12px}}.product-card .info{margin-bottom:14px}@media screen and (max-width: 1439px){.product-card .info{margin-bottom:8px}}@media screen and (max-width: 767px){.product-card .info{max-width:unset}}.product-card .info .type{display:block;margin-bottom:8px}@media screen and (max-width: 767px){.product-card .info .type{font-size:12px}}.product-card .info .h4{margin-bottom:3px;-webkit-hyphens:auto;hyphens:auto}.product-card .info .characteristics{display:flex;flex-direction:column;gap:6px}.product-card .info .characteristics li{display:flex;gap:10px}@media screen and (max-width: 1439px){.product-card .info .characteristics li{flex-direction:column;gap:4px}}.product-card .info .characteristics li span{font-size:14px;white-space:nowrap}@media screen and (max-width: 767px){.product-card .info .characteristics li span{font-size:12px}}.product-card .info .characteristics li .title{color:#848586}@media screen and (max-width: 1439px){.product-card .info .characteristics li .title{text-overflow:ellipsis;overflow:hidden}}.product-card .info .characteristics li .value{text-overflow:ellipsis;overflow:hidden}.product-card .info-stock,.product-card .info-art{display:none}.product-card .price{margin-top:auto;display:flex;gap:10px;align-items:flex-end;margin-bottom:14px}@media screen and (max-width: 1439px){.product-card .price{margin-bottom:8px}}@media screen and (max-width: 767px){.product-card .price{flex-direction:column;align-items:flex-start;gap:2px}}.product-card .price .new{font-size:22px;font-weight:600}@media screen and (max-width: 1439px){.product-card .price .new{font-size:18px}}@media screen and (max-width: 1439px){.product-card .price .old{font-size:12px}}.product-card .bottom{display:flex;gap:12px;align-items:center}.product-card .bottom .fav span,.product-card .bottom .compare span{display:none}.product-card .bottom .fav .icon,.product-card .bottom .compare .icon{position:relative;z-index:2;width:24px;height:24px;transition:opacity .2s}@media screen and (max-width: 767px){.product-card .bottom .fav .icon,.product-card .bottom .compare .icon{width:20px;height:20px}}.product-card .bottom .btn{position:relative;z-index:2}@media screen and (max-width: 1439px){.product-card .bottom .btn{padding:11px 18.5px}}@media screen and (max-width: 767px){.product-card .bottom .btn{padding:4px 27.25px}}@media screen and (max-width: 1919px){.product-card .bottom .btn-fav{margin-left:auto}}.product-comparison-card{cursor:pointer;border-radius:10px;height:fit-content;min-width:240px;width:100%;background:#fff;padding:20px;position:relative;display:flex;flex-direction:column;border:1px solid #DCDCDC;transition:box-shadow .2s,border .2s}@media (hover: hover) and (pointer: fine){.product-comparison-card:hover,.product-comparison-card:focus{box-shadow:0 0 20px #0000001a;border:1px solid transparent}}@media screen and (max-width: 1439px){.product-comparison-card{min-width:220px}}@media screen and (max-width: 767px){.product-comparison-card{padding:12px;min-width:170px}}.product-comparison-card .img-wrapper{height:70px;display:flex;align-items:center;justify-content:center;width:fit-content;margin-bottom:13px}.product-comparison-card .img-wrapper .media-wrapper{width:75.269px;height:58.351px;border-radius:20.716px;overflow:hidden}.product-comparison-card .category,.product-comparison-card .title{max-width:200px;-webkit-hyphens:auto;hyphens:auto}@media screen and (max-width: 1439px){.product-comparison-card .category,.product-comparison-card .title{max-width:170px}}@media screen and (max-width: 767px){.product-comparison-card .category,.product-comparison-card .title{max-width:146px}}.product-comparison-card .category{margin-top:auto;font-size:14px;margin-bottom:2px}.product-comparison-card .title{font-size:16px;font-style:normal;font-weight:600;line-height:130%}.product-comparison-card .btns{position:absolute;top:20px;right:9.33px;display:flex;gap:10px}@media screen and (max-width: 1023px){.product-comparison-card .btns{top:16px;right:16px}}@media screen and (max-width: 767px){.product-comparison-card .btns{top:12px;right:12px}}.product-comparison-card .btns svg{cursor:pointer;width:18px;height:18px}.product-comparison-card .btns svg path{transition:stroke .2s}@media (hover: hover) and (pointer: fine){.product-comparison-card .btns svg:hover path,.product-comparison-card .btns svg:focus path{stroke:#178407}}.product-comparison-card .btns .btn-fav svg{color:#848586}.product-comparison-card .btns .btn-fav svg.active{color:#178407}.product-comparison-card .btns .btn-fav span{display:none}.product-comparison-card .btn{width:100%}.product-comparison-card .btn span{display:block}@media screen and (max-width: 767px){.product-comparison-card .btn span{font-weight:400}}.product-card.short .top,.product-card.short .characteristics{display:none}.product-card.short .labels{top:20px;left:20px}@media screen and (max-width: 1439px){.product-card.short .labels{top:16px;left:16px}}.product-card.short .h4{margin-bottom:0}.product-card.short .type{font-size:14px}.product-card.short .info{margin-bottom:14px}@media screen and (max-width: 767px){.product-card.short .info{margin-bottom:8px}}.product-card.short .img-wrapper{height:218px}.product-card.short .media-wrapper{width:212px;height:169px}.product-card.short .fav .icon,.product-card.short .compare .icon{width:24px;height:24px}.product-card.short .btn{border-radius:10px;padding:12px 10px;flex:1}.product-card.short .btn span{display:block}.product-card.short .btn .icon{display:none}.product-card.short .btn-in-cart{padding:9px 10px}.layout-list .product-card{width:100%;display:grid;grid-template-columns:100px auto auto auto;grid-row-gap:12px}@media screen and (max-width: 1439px){.layout-list .product-card{grid-template-columns:84px auto 216px;grid-row-gap:10px}}@media screen and (max-width: 767px){.layout-list .product-card{grid-template-columns:84px auto;grid-row-gap:unset}}.layout-list .product-card .img-wrapper{justify-content:center;width:64px;height:50px;margin-right:20px;margin-bottom:unset}.layout-list .product-card .img-wrapper .media-wrapper{width:100%;height:50px}.layout-list .product-card .labels{width:100%;position:static;grid-area:2/span 4;flex-direction:row;gap:8px;padding-top:12px;border-top:1px solid #DCDCDC}@media screen and (max-width: 1439px){.layout-list .product-card .labels{display:none;grid-area:unset}}.layout-list .product-card .top{display:none}.layout-list .product-card .info-stock,.layout-list .product-card .info-art{display:block;font-size:12px}.layout-list .product-card .info-stock{color:#178407}.layout-list .product-card .info-art{color:#848586}.layout-list .product-card .info{display:grid;grid-template-columns:250px 330px}@media screen and (max-width: 1439px){.layout-list .product-card .info{grid-template-columns:1fr;grid-area:span 2/auto;margin-bottom:unset;margin-right:20px}}@media screen and (max-width: 767px){.layout-list .product-card .info{grid-area:1/2;margin-right:unset;max-width:unset}}.layout-list .product-card .info .title{margin-bottom:3px}.layout-list .product-card .info .characteristics{max-width:100%;overflow:hidden;text-overflow:ellipsis}@media screen and (max-width: 1023px){.layout-list .product-card .info .characteristics{margin-bottom:8px}}.layout-list .product-card .info .characteristics .title{max-width:90%;overflow:hidden;text-overflow:ellipsis}.layout-list .product-card .info .type{grid-area:2/1;margin-bottom:unset}@media screen and (max-width: 1439px){.layout-list .product-card .info .type{margin-bottom:5px}}.layout-list .product-card .info .info-art{grid-area:3/1}@media screen and (max-width: 1439px){.layout-list .product-card .info .info-art{margin-bottom:10px}}.layout-list .product-card .price{margin-right:10px;margin-bottom:unset;align-self:center;flex-wrap:wrap}@media screen and (max-width: 1439px){.layout-list .product-card .price{margin-right:unset;display:flex;flex-direction:column;gap:3px;align-items:flex-start;justify-self:flex-start;align-self:flex-start}}@media screen and (max-width: 767px){.layout-list .product-card .price{grid-area:2/2;margin-bottom:25px}}.layout-list .product-card .bottom{justify-self:flex-end;align-self:center;margin:auto 0}@media screen and (max-width: 1439px){.layout-list .product-card .bottom{grid-area:2/3;justify-self:flex-start}}@media screen and (max-width: 767px){.layout-list .product-card .bottom{grid-area:3/2}}@media screen and (max-width: 767px){.layout-list .product-card .bottom .btn{padding:8px 20px}.layout-list .product-card .bottom .btn span{display:block;font-size:16px}.layout-list .product-card .bottom .btn .icon{display:none}}.category-card,.size-card{height:312px;border-radius:10px;background-color:#f3f3f3;overflow:hidden;padding:18px 20px;position:relative;width:100%;display:flex;flex-direction:column;gap:6px}@media screen and (max-width: 1439px){.category-card,.size-card{padding:16px;height:250px}}@media screen and (max-width: 1023px){.category-card,.size-card{height:250px}}.category-card h4,.size-card h4{-webkit-hyphens:auto;hyphens:auto;word-break:break-word}.category-card span,.size-card span{color:#000;opacity:.7;font-size:16px;font-style:normal;font-weight:400;line-height:110%}@media screen and (max-width: 1439px){.category-card span,.size-card span{font-size:14px;color:#848586;opacity:1}}.category-card .img-wrapper,.size-card .img-wrapper{position:absolute;top:145px;width:290px;aspect-ratio:1.266/1;right:-62px;transition:transform .2s}@media screen and (max-width: 1919px){.category-card .img-wrapper,.size-card .img-wrapper{right:-52px}}@media screen and (max-width: 1439px){.category-card .img-wrapper,.size-card .img-wrapper{top:116px;right:-46px;width:222px}}@media screen and (max-width: 1023px){.category-card .img-wrapper,.size-card .img-wrapper{top:118px}}.category-card .img-wrapper .media-wrapper img,.size-card .img-wrapper .media-wrapper img{object-fit:contain}.category-card.short,.size-card.short{height:auto;padding:20px}@media screen and (max-width: 1439px){.category-card.short,.size-card.short{padding:16px}}.category-card.short .img-wrapper,.size-card.short .img-wrapper{display:none}@media (hover: hover) and (pointer: fine){.category-card:hover .img-wrapper,.category-card:focus .img-wrapper,.size-card:hover .img-wrapper,.size-card:focus .img-wrapper{transform:scale(1.1)}}.promotion-card{height:400px;border-radius:10px;overflow:hidden;position:relative;display:flex;flex-direction:column;width:100%}@media screen and (max-width: 1439px){.promotion-card{height:400px}}@media screen and (max-width: 767px){.promotion-card{width:243.333px;height:360px}}@media (hover: hover) and (pointer: fine){.promotion-card:hover .img-wrapper .media-wrapper img,.promotion-card:focus .img-wrapper .media-wrapper img{transform:scale(1.2)}}.promotion-card .img-wrapper{position:absolute;top:0;right:0;left:0;bottom:0}.promotion-card .img-wrapper:after{position:absolute;top:0;right:0;bottom:0;left:0;content:"";width:100%;height:100%;background:linear-gradient(0deg,rgba(0,0,0,.3) 0%,rgba(0,0,0,.3) 100%)}.promotion-card .img-wrapper .media-wrapper img{transition:transform .2s}.promotion-card .info{position:relative;z-index:2;color:#fff;margin-top:auto;padding:30px;min-height:90px}@media screen and (max-width: 1023px){.promotion-card .info{padding:20px}}.promotion-card .info:before{content:"";position:absolute;top:-34.23px;right:-110px;width:745px;bottom:-100%;aspect-ratio:2.619/1;transform:rotate(11.343deg);background-image:url(/build/assets/promotion-bg-35676353.svg);z-index:-1}@media screen and (max-width: 1439px){.promotion-card .info:before{right:-188px}}@media screen and (max-width: 1023px){.promotion-card .info:before{right:-239px;top:-20px}}.promotion-card .info h3{margin-bottom:8px;text-wrap:balance;max-width:80%}@media screen and (max-width: 1439px){.promotion-card .info h3{max-width:100%;margin-bottom:6px}}.promotion-card .info .percent{font-size:60px;font-weight:700;max-width:80%}@media screen and (max-width: 1439px){.promotion-card .info .percent{max-width:100%}}.promotion-card .info p{font-size:16px;max-width:80%}@media screen and (max-width: 1439px){.promotion-card .info p{max-width:100%}}.article-card{display:flex;flex-direction:column;overflow:hidden;gap:14px;width:100%;border:1px solid #DCDCDC;border-radius:10px;padding:20px;transition:box-shadow .2s,border .2s}@media (hover: hover) and (pointer: fine){.article-card:hover,.article-card:focus{box-shadow:0 0 20px #0000001a;border:1px solid transparent}}@media screen and (max-width: 1439px){.article-card{padding:20px 16px}}@media screen and (max-width: 1023px){.article-card{padding:16px}}.article-card .img-wrapper{max-width:100%;aspect-ratio:2.325/1;overflow:hidden}@media screen and (max-width: 1919px){.article-card .img-wrapper{aspect-ratio:1.695/1}}@media screen and (max-width: 1439px){.article-card .img-wrapper{aspect-ratio:1.682/1}}@media screen and (max-width: 1023px){.article-card .img-wrapper{aspect-ratio:1.645/1}}@media screen and (max-width: 767px){.article-card .img-wrapper{aspect-ratio:1.692/1}}.article-card .img-wrapper img{object-fit:contain}.article-card .info{display:flex;flex-direction:column;flex:1}.article-card .info .row{display:flex;justify-content:space-between;align-items:center;margin-bottom:4px}.article-card .info .row span{display:block;font-size:12px;color:#848586}.article-card .info h4{margin-bottom:4px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;word-break:break-word}@media screen and (max-width: 1919px){.article-card .info h4{-webkit-line-clamp:4}}@media screen and (max-width: 1023px){.article-card .info h4{-webkit-line-clamp:5}}@media screen and (max-width: 767px){.article-card .info h4{-webkit-line-clamp:4}}.article-card .info p{display:block;margin-top:auto;font-size:14px;line-height:140%;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}@media screen and (max-width: 1919px){.article-card .info p{-webkit-line-clamp:5}}@media screen and (max-width: 1023px){.article-card .info p{-webkit-line-clamp:7}}.advantage-card{background-color:#178407;border-radius:13.68px;padding:46px 50px;color:#fff;position:relative;overflow:hidden}@media screen and (max-width: 1919px){.advantage-card{padding:46px 30px;border-radius:10px}}@media screen and (max-width: 1439px){.advantage-card{padding:30px}}@media screen and (max-width: 1023px){.advantage-card{padding:20px}}@media screen and (max-width: 767px){.advantage-card{min-height:109px}}.advantage-card .info{max-width:373px;position:relative;z-index:1}@media screen and (max-width: 1919px){.advantage-card .info{max-width:100%}}.advantage-card .info h3{margin-bottom:6px;text-wrap:balance}.advantage-card .info span{font-size:16px}.advantage-card .icon{position:absolute;z-index:0}.advantage-card .icon-location{width:370.818px;height:315.521px;top:-63.98px;right:-58.2px}@media screen and (max-width: 1919px){.advantage-card .icon-location{top:-21px;right:-43px;width:274px;height:229.007px}}@media screen and (max-width: 1439px){.advantage-card .icon-location{width:247px;height:206.441px;top:-24px;right:-82.33px}}@media screen and (max-width: 1023px){.advantage-card .icon-location{width:218.953px;height:183px;top:-17px;right:-99.29px}}@media screen and (max-width: 767px){.advantage-card .icon-location{width:198px;height:165.486px;right:-54.72px;top:-17px}}.advantage-card .icon-gurantee{width:426.741px;height:432.06px;top:-256.63px;right:-27.14px;transform:rotate(14.823deg)}@media screen and (max-width: 1919px){.advantage-card .icon-gurantee{width:294.271px;height:294.271px;top:-143.94px;right:-7.33px}}@media screen and (max-width: 1439px){.advantage-card .icon-gurantee{width:249.201px;height:249.201px;top:-125px;right:-26.87px}}@media screen and (max-width: 1023px){.advantage-card .icon-gurantee{width:213.215px;height:213.215px;top:-96px;right:-12.84px}}@media screen and (max-width: 767px){.advantage-card .icon-gurantee{width:213.215px;height:213.215px;top:-95.04px;right:-29.17px}}.advantage-card .icon-solution{width:318.676px;height:322.016px;transform:rotate(21.403deg);top:-102px;right:-51.61px}@media screen and (max-width: 1919px){.advantage-card .icon-solution{top:-45.05px;right:-35.06px;width:234.169px;height:234.169px}}@media screen and (max-width: 1439px){.advantage-card .icon-solution{width:199.731px;height:199.731px;top:-39.24px;right:-33.49px}}@media screen and (max-width: 1023px){.advantage-card .icon-solution{width:173.112px;height:173.112px;top:-21.21px;right:-64.71px}}@media screen and (max-width: 767px){.advantage-card .icon-solution{top:-5.91px;right:-23px;width:139.423px;height:139.423px}}.advantage-card .icon-brand{width:323px;height:323px;transform:rotate(-29.52deg);top:-98px;right:-44px}@media screen and (max-width: 1919px){.advantage-card .icon-brand{top:-68px;right:-40px;width:269px;height:269px}}@media screen and (max-width: 1439px){.advantage-card .icon-brand{width:242px;height:242px;top:-68px;right:-38px}}@media screen and (max-width: 1023px){.advantage-card .icon-brand{width:182px;height:182px;top:-26px;right:-36px;transform:rotate(-43deg)}}@media screen and (max-width: 767px){.advantage-card .icon-brand{transform:rotate(-29.52deg);top:-58px;right:-29px;width:199px;height:199px}}.advantage-card .icon-partner{width:277px;height:277px;transform:rotate(16.85deg);top:-35px;right:-17px}@media screen and (max-width: 1919px){.advantage-card .icon-partner{top:-40px;right:-23px;width:254px;height:254px}}@media screen and (max-width: 1439px){.advantage-card .icon-partner{width:221px;height:221px;top:-39.24px;right:-37px}}@media screen and (max-width: 1023px){.advantage-card .icon-partner{width:185px;height:185px;top:-17px;right:-50px}}@media screen and (max-width: 767px){.advantage-card .icon-partner{top:-30px;right:-32px;width:186px;height:186px}}.advantage-card .icon-price{width:277px;height:277px;top:7px;right:-40px;transform:rotate(29.13deg)}@media screen and (max-width: 1919px){.advantage-card .icon-price{top:4px;right:-20px;width:254px;height:254px}}@media screen and (max-width: 1439px){.advantage-card .icon-price{width:213px;height:213px;top:-3px;right:-15px}}@media screen and (max-width: 1023px){.advantage-card .icon-price{width:171px;height:171px;top:25px;right:-28px}}@media screen and (max-width: 767px){.advantage-card .icon-price{top:11px;right:-5px;width:147px;height:147px}}.advantage-card.w-img{height:180px}@media screen and (max-width: 1439px){.advantage-card.w-img{height:auto}}@media screen and (max-width: 767px){.advantage-card.w-img{height:unset;aspect-ratio:2.3125/1}}.advantage-card.w-img h3,.advantage-card.w-img span{position:relative;z-index:2}.advantage-card.w-img .info{position:static}.advantage-card.w-img .info h3{text-wrap:pretty}@media screen and (max-width: 1919px){.advantage-card.w-img .info{max-width:246px}}@media screen and (max-width: 767px){.advantage-card.w-img .info{max-width:70%}}.advantage-card.w-img .media-wrapper{z-index:1;position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%}.step-card{width:100%;position:relative;overflow:hidden;border-radius:10px;background-color:#178407;padding:20px 30px;height:161px}@media screen and (max-width: 1919px){.step-card{height:182px}}@media screen and (max-width: 1439px){.step-card{height:219px}}@media screen and (max-width: 1023px){.step-card{height:258px;padding:10px 20px}}@media screen and (max-width: 767px){.step-card{height:fit-content;padding:16px}}.step-card .card-content{position:relative;z-index:1;display:flex;flex-direction:column;gap:6px;color:#fff;font-size:16px;line-height:130%}.step-card .card-content ul{gap:0}.step-card .card-content ul li a{color:inherit}.step-card .card-content ul li:before{background-color:#fff;width:5px;height:5px}@media screen and (max-width: 1023px){.step-card .card-content ul li{padding-left:24px}.step-card .card-content ul li:before{left:8px}}.step-card .icon{position:absolute;height:100%;width:526.667px;top:-16px;left:-151px}@media screen and (max-width: 1919px){.step-card .icon{height:88%}}@media screen and (max-width: 1439px){.step-card .icon{height:75%}}@media screen and (max-width: 1023px){.step-card .icon{height:61%}}@media screen and (max-width: 767px){.step-card .icon{height:138px;left:-160px}}.step-card .icon-01{left:-172px}@media screen and (max-width: 767px){.step-card .icon-01{left:-182px}}.size-card .img-wrapper{right:-51px;top:133px;width:245px;height:225px}@media screen and (max-width: 1919px){.size-card .img-wrapper{right:-42px}}@media screen and (max-width: 1439px){.size-card .img-wrapper{top:103px;right:-35px;width:198px;height:182px}}@media screen and (max-width: 767px){.size-card .img-wrapper{top:84px;right:-27px;width:224px;height:206px}}.size-card .img-wrapper img{mix-blend-mode:darken}.help-card{position:relative;display:flex;flex-direction:column;width:100%;height:352px;overflow:hidden;border-radius:10px;padding:23px 20px;color:#fff}@media screen and (max-width: 1439px){.help-card{height:341px;padding:20px}}@media screen and (max-width: 1023px){.help-card{height:251px}}@media (hover: hover) and (pointer: fine){.help-card:hover .img-wrapper .media-wrapper img,.help-card:focus .img-wrapper .media-wrapper img{transform:scale(1.2)}}.help-card .img-wrapper{position:absolute;top:0;right:0;bottom:0;left:0}.help-card .img-wrapper .media-wrapper img{transition:transform .2s}.help-card .info{position:relative;margin-top:auto;z-index:2}.help-card .info:before{content:"";position:absolute;top:-34.23px;right:-110px;width:745px;bottom:-100%;aspect-ratio:2.619/1;transform:rotate(11.343deg);background-image:url(/build/assets/promotion-bg-35676353.svg);z-index:-1}@media screen and (max-width: 1439px){.help-card .info:before{right:-188px}}@media screen and (max-width: 1023px){.help-card .info:before{right:-239px;top:-20px}}.help-card .info:before{position:absolute;top:-40.23px;right:-108px;width:621px;bottom:-200%}@media screen and (max-width: 1023px){.help-card .info:before{top:-42.23px;transform:rotate(8.343deg)}}@media screen and (max-width: 479px){.help-card .info:before{right:-28px;top:-43px;transform:rotate(3.343deg)}}.swiper-slide{width:fit-content;height:auto}.swiper-container{position:relative}.swiper-top{margin-bottom:20px;display:flex;justify-content:space-between;align-items:center;gap:18px}.swiper{padding:15px 10px;margin:-15px -10px}@media screen and (max-width: 1023px){.swiper{overflow:visible}}.swiper-default .product-card{width:100%}@media screen and (max-width: 1023px){.swiper-default .product-card{width:224px}}.swiper-button-next,.swiper-button-prev{cursor:pointer;width:44px;height:44px;border-radius:100%;background-color:#fff;box-shadow:0 0 20px #0000001a;display:flex;align-items:center;justify-content:center;transition:background-color .2s}.swiper-button-next:after,.swiper-button-prev:after{content:none}.swiper-button-next .icon,.swiper-button-prev .icon{color:#178407;width:24px;height:24px;transition:color .2s}.swiper-button-next:hover,.swiper-button-next:focus,.swiper-button-prev:hover,.swiper-button-prev:focus{background-color:#178407}.swiper-button-next:hover .icon,.swiper-button-next:focus .icon,.swiper-button-prev:hover .icon,.swiper-button-prev:focus .icon{color:#fff}@media screen and (max-width: 1023px){.swiper-button-next,.swiper-button-prev{display:none}}.swiper-button-prev{left:-22px;transform:rotate(180deg)}@media screen and (max-width: 1439px){.swiper-button-prev{left:-17px}}.swiper-button-next{right:-22px}@media screen and (max-width: 1439px){.swiper-button-next{right:-13px}}.swiper-button-lock{display:none}.news-swiper .article-card{height:355px}@media screen and (max-width: 1919px){.news-swiper .article-card{height:441px}}@media screen and (max-width: 1439px){.news-swiper .article-card{height:437px}}@media screen and (max-width: 1023px){.news-swiper .article-card{height:442px}}@media screen and (max-width: 767px){.news-swiper .article-card{height:421px;width:242.6px}}.news-swiper .article-card .img-wrapper{aspect-ratio:2.325/1}@media screen and (max-width: 1919px){.news-swiper .article-card .img-wrapper{aspect-ratio:1.627/1}}@media screen and (max-width: 1439px){.news-swiper .article-card .img-wrapper{aspect-ratio:1.682/1}}@media screen and (max-width: 1023px){.news-swiper .article-card .img-wrapper{aspect-ratio:1.645/1}}.articles-swiper .article-card{height:415px}@media screen and (max-width: 1919px){.articles-swiper .article-card{height:100%}}@media screen and (max-width: 1439px){.articles-swiper .article-card{height:437px}}@media screen and (max-width: 1023px){.articles-swiper .article-card{height:442px}}@media screen and (max-width: 767px){.articles-swiper .article-card{height:421px;width:242.6px}}.advantages .container{display:grid;grid-template-columns:repeat(3,1fr);gap:30px}@media screen and (max-width: 1919px){.advantages .container{gap:20px}}@media screen and (max-width: 1023px){.advantages .container{gap:10px}}@media screen and (max-width: 767px){.advantages .container{grid-template-columns:1fr}}.free-delivery .container{border-radius:20px;overflow:hidden;aspect-ratio:4.55/1}@media screen and (max-width: 1919px){.free-delivery .container{aspect-ratio:3.35/1}}@media screen and (max-width: 1439px){.free-delivery .container{border-radius:14.6px}}@media screen and (max-width: 1023px){.free-delivery .container{border-radius:11.164px}}@media screen and (max-width: 767px){.free-delivery .container{border-radius:10px;aspect-ratio:unset;height:222px}.free-delivery .container .media-wrapper img{object-position:75%}}.catalog-page .catalog-top{margin-bottom:40px}@media screen and (max-width: 1439px){.catalog-page .catalog-top{margin-bottom:30px}}@media screen and (max-width: 767px){.catalog-page .catalog-top{margin-bottom:20px}}.catalog-page .catalog-top h1.h2{margin-bottom:13px}@media screen and (max-width: 1439px){.catalog-page .catalog-top h1.h2{margin-bottom:10px}}@media screen and (max-width: 1023px){.catalog-page .catalog-top h1.h2{margin-bottom:8px}}.catalog-page .catalog-top .catalog-title{font-size:40px;margin-bottom:10px;font-weight:500;line-height:130%}@media screen and (max-width: 1919px){.catalog-page .catalog-top .catalog-title{font-size:36px}}@media screen and (max-width: 1439px){.catalog-page .catalog-top .catalog-title{font-size:32px}}@media screen and (max-width: 1023px){.catalog-page .catalog-top .catalog-title{font-size:30px}}@media screen and (max-width: 767px){.catalog-page .catalog-top .catalog-title{font-size:24px}}.catalog-page .catalog-top .amount{color:#000;opacity:.7;font-size:16px;line-height:110%}@media screen and (max-width: 1023px){.catalog-page .catalog-top .amount{font-size:14px}}.catalog-page .catalog-top .desc{max-width:50%}@media screen and (max-width: 1919px){.catalog-page .catalog-top .desc{max-width:59%}}@media screen and (max-width: 1439px){.catalog-page .catalog-top .desc{max-width:49%}}@media screen and (max-width: 1023px){.catalog-page .catalog-top .desc{max-width:unset}}.catalog-page .catalog-top .left{max-width:41%}@media screen and (max-width: 1439px){.catalog-page .catalog-top .left{max-width:unset;flex:1}}.catalog-page .catalog-top .info{display:flex;gap:20px;justify-content:space-between}@media screen and (max-width: 1023px){.catalog-page .catalog-top .info{flex-direction:column}}.catalog-page .catalog-menu-section{margin-bottom:157px}@media screen and (max-width: 1919px){.catalog-page .catalog-menu-section{margin-bottom:60px}}@media screen and (max-width: 1439px){.catalog-page .catalog-menu-section{margin-bottom:40px}}@media screen and (max-width: 767px){.catalog-page .catalog-menu-section{margin-bottom:30px}}#paginator-wrapper{grid-area:auto/2;margin-top:-42px}@media screen and (max-width: 1439px){#paginator-wrapper{grid-area:auto;margin-top:-8px}}.fetch-loader-container{width:100%;height:100%;min-height:300px;display:flex;margin-top:200px;justify-content:center}.fetch-loader-container.hidden{display:none}.sets .h2{margin-bottom:30px}.sets ul{display:flex;flex-wrap:wrap;gap:10px}.categories-list .container{display:grid;grid-template-columns:repeat(7,1fr);gap:30px 20px}@media screen and (max-width: 1919px){.categories-list .container{grid-template-columns:repeat(5,1fr)}}@media screen and (max-width: 1439px){.categories-list .container{grid-template-columns:repeat(4,1fr);gap:20px}}@media screen and (max-width: 1023px){.categories-list .container{gap:10px}}@media screen and (max-width: 767px){.categories-list .container{grid-template-columns:1fr;gap:10px}}@media screen and (max-width: 1439px){.filters{transform:translate(100%);position:fixed;top:133px;left:0;right:0;bottom:0;width:100%;padding:0;background-color:#fff;z-index:11;transition:transform .3s}.filters.open{transform:translateY(0)}}@media screen and (max-width: 1023px){.filters{top:127px}}@media screen and (max-width: 767px){.filters{top:45px}}.filters .filters-content{display:flex;flex-direction:column;gap:30px;padding-top:8px}@media screen and (max-width: 1439px){.filters .filters-content{padding:20px 20px 282px;overflow:auto;overscroll-behavior:contain;max-height:100vh}}@media screen and (max-width: 1023px){.filters .filters-content{padding:16px 10px 300px}}@media screen and (max-width: 767px){.filters .filters-content{padding:16px 12px 300px}}.filters .top{display:flex;align-items:center;justify-content:space-between}.filters .top .icon{display:none;width:24px;height:24px}@media screen and (max-width: 1439px){.filters .top .icon{display:block}}.filters h5{margin-bottom:20px}.filters .back-link{display:flex;align-items:center;gap:8px}@media screen and (max-width: 1439px){.filters .back-link{display:none}}.filters .back-link .icon{color:#000;width:16px;height:16px;transform:rotate(180deg)}.filters .back-link span{font-size:14px}.filters .range-slide-container{width:100%;display:flex;flex-direction:column;align-items:start;justify-content:start;gap:16px;position:relative}@media screen and (max-width: 1439px){.filters .range-slide-container{gap:27px}}.filters .range-slide-container .inputs-container{width:100%;display:grid;grid-template-columns:repeat(2,1fr);gap:10px}.filters .range-slide-container .input-container{width:100%;border-radius:10px;padding:9px 12px;background:#F6F6F6;border:none;display:flex;flex-direction:row;align-items:center;justify-content:start}.filters .range-slide-container .text{font-size:14px}.filters .range-slide-container .input{width:80%;border:none;font-family:Inter,sans-serif;font-size:14px;padding-left:4px}.filters .range-slide-container .input:focus{outline:none}@media screen and (max-width: 1439px){.filters .range-slide-container .input{width:90%}}.filters #range-slider{width:100%;border-radius:16px;height:2px;background-color:#dcdcdc;border:none;box-shadow:none}.filters #range-slider .noUi-connect{height:2px;background-color:#178407}.filters #range-slider .noUi-handle{width:16px;height:16px;border-radius:100%;background-color:#178407;box-shadow:none;border:none;cursor:pointer}.filters #range-slider .noUi-handle:after{display:none}.filters #range-slider .noUi-handle:before{display:none}.filters #range-slider .noUi-handle-upper,.filters #range-slider .noUi-handle-lower{right:-8px}.filters .filter-options .filter-checkboxes-list{display:flex;flex-wrap:wrap;gap:10px;max-height:170px;overflow-y:auto;overflow-x:hidden;width:100%;padding-right:14px}.filters .filter-options .filter-checkboxes-list::-webkit-scrollbar{width:2px}.filters .filter-options .filter-checkboxes-list::-webkit-scrollbar-track{background:#DCDCDC;width:2px;border-radius:20px}.filters .filter-options .filter-checkboxes-list::-webkit-scrollbar-thumb{width:2px;background-color:#178407;border-radius:20px}@media screen and (max-width: 1439px){.filters .filter-options .filter-checkboxes-list{display:flex;flex-wrap:wrap}}.filters .filter-options .filter-checkboxes-list label span{padding:9px 12px;width:fit-content;min-height:35px;height:100%;display:flex;align-items:center;justify-content:center;border-radius:10px;transition:background-color .2s,color .2s;text-align:center;-webkit-hyphens:auto;hyphens:auto;background-color:#f6f6f6}@media screen and (max-width: 1439px){.filters .filter-options .filter-checkboxes-list label span{height:35px}}.filters .filter-options .filter-checkboxes-list label input{display:none}.filters .filter-options .filter-checkboxes-list label input:checked+span{background-color:#26282b;color:#fff}.filters .filter-options .filter-checkboxes-list label input:disabled+span{color:#dcdcdc;pointer-events:none}@media (hover: hover) and (pointer: fine){.filters .filter-options .filter-checkboxes-list label:hover span,.filters .filter-options .filter-checkboxes-list label:focus span{color:#178407}}.filters .btns{display:flex;flex-direction:column;gap:20px}@media screen and (max-width: 1439px){.filters .btns{box-shadow:0 0 20px #0000001a;position:fixed;bottom:0;left:0;right:0;padding:12px;background-color:#fff}}@media screen and (max-width: 767px){.filters .btns{bottom:56px}}.filters .btns .btn{width:100%;border-radius:10px}.filters .btns .btn span{display:block}@media screen and (max-width: 1439px){.filters .btns .btn{padding:12px 30px}}.filters .btn-apply-filters{display:none}@media screen and (max-width: 1439px){.filters .btn-apply-filters{display:block}}.filters .btn-reset-filters{background-color:#dcdcdc}.filters .btn-reset-filters span{color:#26282b;display:block}.noUi-target,.noUi-target *{-webkit-touch-callout:none;-webkit-tap-highlight-color:transparent;-webkit-user-select:none;-ms-touch-action:none;touch-action:none;-ms-user-select:none;-moz-user-select:none;user-select:none;-moz-box-sizing:border-box;box-sizing:border-box}.noUi-target{position:relative}.noUi-base,.noUi-connects{width:100%;height:100%;position:relative;z-index:1}.noUi-connects{overflow:hidden;z-index:0}.noUi-connect,.noUi-origin{will-change:transform;position:absolute;z-index:1;top:0;right:0;height:100%;width:100%;-ms-transform-origin:0 0;-webkit-transform-origin:0 0;-webkit-transform-style:preserve-3d;transform-origin:0 0;transform-style:flat}.noUi-txt-dir-rtl.noUi-horizontal .noUi-origin{left:0;right:auto}.noUi-vertical .noUi-origin{top:-100%;width:0}.noUi-horizontal .noUi-origin{height:0}.noUi-handle{-webkit-backface-visibility:hidden;backface-visibility:hidden;position:absolute}.noUi-touch-area{height:100%;width:100%}.noUi-state-tap .noUi-connect,.noUi-state-tap .noUi-origin{-webkit-transition:transform .3s;transition:transform .3s}.noUi-state-drag *{cursor:inherit!important}.noUi-horizontal{height:18px}.noUi-horizontal .noUi-handle{width:34px;height:28px;right:-17px;top:-6px}.noUi-vertical{width:18px}.noUi-vertical .noUi-handle{width:28px;height:34px;right:-6px;bottom:-17px}.noUi-txt-dir-rtl.noUi-horizontal .noUi-handle{left:-17px;right:auto}.noUi-target{background:#FAFAFA;border-radius:4px;border:1px solid #D3D3D3;box-shadow:inset 0 1px 1px #f0f0f0,0 3px 6px -5px #bbb}.noUi-connects{border-radius:3px}.noUi-connect{background:#3FB8AF}.noUi-draggable{cursor:ew-resize}.noUi-vertical .noUi-draggable{cursor:ns-resize}.noUi-handle{border:1px solid #D9D9D9;border-radius:3px;background:#FFF;cursor:default;box-shadow:inset 0 0 1px #fff,inset 0 1px 7px #ebebeb,0 3px 6px -3px #bbb}.noUi-active{box-shadow:inset 0 0 1px #fff,inset 0 1px 7px #ddd,0 3px 6px -3px #bbb}.noUi-handle:after,.noUi-handle:before{content:"";display:block;position:absolute;height:14px;width:1px;background:#E8E7E6;left:14px;top:6px}.noUi-handle:after{left:17px}.noUi-vertical .noUi-handle:after,.noUi-vertical .noUi-handle:before{width:14px;height:1px;left:6px;top:14px}.noUi-vertical .noUi-handle:after{top:17px}[disabled] .noUi-connect{background:#B8B8B8}[disabled] .noUi-handle,[disabled].noUi-handle,[disabled].noUi-target{cursor:not-allowed}.noUi-pips,.noUi-pips *{-moz-box-sizing:border-box;box-sizing:border-box}.noUi-pips{position:absolute;color:#999}.noUi-value{position:absolute;white-space:nowrap;text-align:center}.noUi-value-sub{color:#ccc;font-size:10px}.noUi-marker{position:absolute;background:#CCC}.noUi-marker-sub,.noUi-marker-large{background:#AAA}.noUi-pips-horizontal{padding:10px 0;height:80px;top:100%;left:0;width:100%}.noUi-value-horizontal{-webkit-transform:translate(-50%,50%);transform:translate(-50%,50%)}.noUi-rtl .noUi-value-horizontal{-webkit-transform:translate(50%,50%);transform:translate(50%,50%)}.noUi-marker-horizontal.noUi-marker{margin-left:-1px;width:2px;height:5px}.noUi-marker-horizontal.noUi-marker-sub{height:10px}.noUi-marker-horizontal.noUi-marker-large{height:15px}.noUi-pips-vertical{padding:0 10px;height:100%;top:0;left:100%}.noUi-value-vertical{-webkit-transform:translate(0,-50%);transform:translateY(-50%);padding-left:25px}.noUi-rtl .noUi-value-vertical{-webkit-transform:translate(0,50%);transform:translateY(50%)}.noUi-marker-vertical.noUi-marker{width:5px;height:2px;margin-top:-1px}.noUi-marker-vertical.noUi-marker-sub{width:10px}.noUi-marker-vertical.noUi-marker-large{width:15px}.noUi-tooltip{display:block;position:absolute;border:1px solid #D9D9D9;border-radius:3px;background:#fff;color:#000;padding:5px;text-align:center;white-space:nowrap}.noUi-horizontal .noUi-tooltip{-webkit-transform:translate(-50%,0);transform:translate(-50%);left:50%;bottom:120%}.noUi-vertical .noUi-tooltip{-webkit-transform:translate(0,-50%);transform:translateY(-50%);top:50%;right:120%}.noUi-horizontal .noUi-origin>.noUi-tooltip{-webkit-transform:translate(50%,0);transform:translate(50%);left:auto;bottom:10px}.noUi-vertical .noUi-origin>.noUi-tooltip{-webkit-transform:translate(0,-18px);transform:translateY(-18px);top:auto;right:28px}.sort{display:flex;align-items:center;justify-content:space-between}.sort .sort-left,.sort .sort-wrapper{display:flex;align-items:center;gap:20px}.sort .title{font-weight:300;color:#000}@media screen and (max-width: 767px){.sort .title{display:none}}.sort .sort-options{display:flex;align-items:center;gap:20px}@media screen and (max-width: 767px){.sort .sort-options{display:none}}.sort .sort-select{display:none}@media screen and (max-width: 767px){.sort .sort-select{display:block}}.sort .sort-select .icon-price{color:#178407;width:7px;height:17px;transform:rotate(0);transition:transform .2s}.sort .sort-select .icon-price.increase{transform:rotate(0)}.sort .sort-select .icon-price.decrease{transform:rotate(180deg)}.sort .sort-select.open{position:relative}.sort .sort-select.open .select-dropdown{opacity:1;pointer-events:all;transform:translateY(0)}.sort .sort-select .select-top{color:#178407;cursor:pointer;display:flex;align-items:center;gap:6px}.sort .sort-select .select-dropdown{opacity:0;pointer-events:none;transform:translateY(-10px);position:absolute;z-index:10;top:calc(100% + 7px);width:fit-content;display:flex;gap:10px;flex-direction:column;padding:10px;border-radius:7.345px;background-color:#fff;box-shadow:0 0 14.689px #0000001a;transition:opacity .2s,transform .3s}.sort .sort-select .select-dropdown .sort-item{cursor:pointer;display:flex;align-items:center;gap:6px}.sort .sort-select .select-dropdown .sort-item span{white-space:nowrap;color:#26282b}.sort .sort-select .select-dropdown .sort-item .icon-price{color:#26282b}.sort label{display:flex;align-items:center;gap:6px;height:20px}@media (hover: hover) and (pointer: fine){.sort label:hover span,.sort label:focus span{color:#178407}}.sort label input{display:none}.sort label input.active~span{color:#178407;font-weight:500}.sort label input.active~.icon{display:block}.sort label span{color:#000;transition:color .2s}.sort label .icon{display:none;color:#178407;width:7px;height:100%;transform:rotate(0);transition:transform .2s}.sort label .icon.increase{transform:rotate(0)}.sort label .icon.decrease{transform:rotate(180deg)}.sort .sort-right{display:flex;align-items:center;gap:10px}@media screen and (max-width: 767px){.sort .sort-right .tile{display:none}}.sort .sort-right #tile-toggle{display:none}@media screen and (max-width: 767px){.sort .sort-right #tile-toggle{display:flex}}.sort .open-filter-btn{cursor:pointer;display:none;gap:10px;align-items:center}.sort .open-filter-btn .icon{width:24px;height:24px}.sort .open-filter-btn span{font-size:16px;font-weight:300}@media screen and (max-width: 767px){.sort .open-filter-btn span{font-size:14px}}@media screen and (max-width: 1439px){.sort .open-filter-btn{display:flex}}.items-section .container{display:grid;grid-template-columns:252px auto;grid-template-rows:34px auto;gap:42px 20px}@media screen and (max-width: 1439px){.items-section .container{grid-template-columns:1fr;grid-template-rows:unset;gap:8px}}@media screen and (max-width: 767px){.items-section .container{gap:20px}}.items-section .filters{grid-area:span 4/auto}@media screen and (max-width: 1439px){.items-section .filters{grid-area:unset}}.items-list .layout{display:grid;gap:20px}@media screen and (max-width: 767px){.items-list .layout{margin-left:-12px;width:calc(100% + 24px)}}.items-list .layout-grid{grid-template-columns:repeat(4,1fr)}@media screen and (max-width: 1023px){.items-list .layout-grid{grid-template-columns:repeat(3,1fr)}}@media screen and (max-width: 767px){.items-list .layout-grid{grid-template-columns:repeat(2,1fr);gap:0}.items-list .layout-grid .product-card{border-radius:unset}}.items-list .layout-list{grid-template-columns:1fr}@media screen and (max-width: 767px){.items-list .layout-list{gap:0}.items-list .layout-list .product-card{border-radius:unset}}.items-list .product-card{height:auto;width:100%}.items-list-empty{margin-top:20px;display:flex;align-items:center;flex-direction:column;gap:10px}.items-list-empty p,.items-list-empty h2{text-align:center}.product-top{margin-bottom:35px}@media screen and (max-width: 1439px){.product-top{margin-bottom:40px}}@media screen and (max-width: 767px){.product-top{margin-bottom:20px}}@media screen and (max-width: 1023px){.product-top .container-breadcrumbs{padding-left:10px;padding-right:20px}}@media screen and (max-width: 767px){.product-top .container-breadcrumbs{padding-left:12px;padding-right:24px}.product-top .container-breadcrumbs .breadcrumbs{width:calc(100% + 24px)}}.product-top .container{display:grid;grid-template-columns:19.3% 54% auto;grid-template-rows:auto 1fr;gap:20px 30px}@media screen and (max-width: 1919px){.product-top .container{grid-template-columns:26% 44.8% auto}}@media screen and (max-width: 1439px){.product-top .container{grid-template-columns:20.8% 39.7% auto}}@media screen and (max-width: 1023px){.product-top .container{grid-template-columns:1fr}}@media screen and (max-width: 767px){.product-top .container{gap:10px}}.product-top .img-wrapper{aspect-ratio:1/1}.product-top .img-wrapper img{object-position:left}@media screen and (max-width: 1023px){.product-top .img-wrapper img{object-position:center}}@media screen and (max-width: 1023px){.product-top .img-wrapper{height:356px;object-position:center}}@media screen and (max-width: 767px){.product-top .img-wrapper{height:180px}}.product-top .img-wrapper,.product-top .product-gallery{grid-area:span 2/auto;display:flex;align-items:center;justify-content:center;padding:40px 0}.product-top .img-wrapper .media-wrapper img,.product-top .product-gallery .media-wrapper img{object-fit:contain}@media screen and (max-width: 1439px){.product-top .img-wrapper,.product-top .product-gallery{padding:23px 0}}@media screen and (max-width: 1023px){.product-top .img-wrapper,.product-top .product-gallery{padding:40px 0;width:100%}}@media screen and (max-width: 767px){.product-top .img-wrapper,.product-top .product-gallery{padding:20px 0}}@media screen and (max-width: 1023px){.product-top .product-top-info{order:-1}}.product-top .product-top-info h1.title{font-size:30px;font-weight:500;line-height:130%}@media screen and (max-width: 1439px){.product-top .product-top-info h1.title{font-size:26px}}@media screen and (max-width: 1023px){.product-top .product-top-info h1.title{font-size:22px}}@media screen and (max-width: 767px){.product-top .product-top-info h1.title{font-size:20px}}.product-top .product-top-info .labels{display:flex;align-items:center;gap:6px;margin-bottom:20px}@media screen and (max-width: 767px){.product-top .product-top-info .labels{margin-bottom:10px}}.product-top .product-middle{grid-area:2/2}@media screen and (max-width: 1023px){.product-top .product-middle{grid-area:unset}}@media screen and (max-width: 767px){.product-top .product-middle{margin-left:-12px;width:calc(100% + 24px);overflow:hidden}}.product-top .product-middle .options{border-radius:14px;padding:30px;background-color:#f6f6f6;margin-bottom:30px;display:flex;flex-direction:column;gap:30px}@media screen and (max-width: 1439px){.product-top .product-middle .options{padding:20px}}@media screen and (max-width: 767px){.product-top .product-middle .options{padding:20px 12px;margin-bottom:10px}}.product-top .product-middle .options .option-category h5{margin-bottom:10px}.product-top .product-middle .options .option-category-grid ul{display:grid;grid-template-columns:repeat(5,1fr)}@media screen and (max-width: 1919px){.product-top .product-middle .options .option-category-grid ul{grid-template-columns:repeat(3,1fr)}}@media screen and (max-width: 1439px){.product-top .product-middle .options .option-category-grid ul{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width: 1023px){.product-top .product-middle .options .option-category-grid ul{grid-template-columns:unset;display:flex}}.product-top .product-middle .options .option-category-grid ul li button{width:100%}.product-top .product-middle .options ul{display:flex;flex-wrap:wrap;gap:20px}@media screen and (max-width: 767px){.product-top .product-middle .options ul{gap:10px;flex-wrap:nowrap;overflow-x:auto;margin-left:-12px;padding-left:12px;padding-right:12px;width:calc(100% + 24px);padding-bottom:1px}}.product-top .product-middle .options ul::-webkit-scrollbar{display:none}.product-top .product-middle .options ul li{position:relative}@media (hover: hover) and (pointer: fine){.product-top .product-middle .options ul li:hover .option-preview,.product-top .product-middle .options ul li:focus .option-preview{opacity:1}}.product-top .product-middle .options ul li a,.product-top .product-middle .options ul li button{padding:9px 13px;display:flex;align-items:center;flex-direction:column;justify-content:center;text-align:center;border-radius:10px;background-color:#fff;border:1px solid #fff;transition:border .2s}.product-top .product-middle .options ul li a.active,.product-top .product-middle .options ul li button.active{border:1px solid #178407}@media (hover: hover) and (pointer: fine){.product-top .product-middle .options ul li a.active:hover,.product-top .product-middle .options ul li a.active:focus,.product-top .product-middle .options ul li button.active:hover,.product-top .product-middle .options ul li button.active:focus{border:1px solid #178407}}@media (hover: hover) and (pointer: fine){.product-top .product-middle .options ul li a:hover,.product-top .product-middle .options ul li a:focus,.product-top .product-middle .options ul li button:hover,.product-top .product-middle .options ul li button:focus{border:1px solid #DCDCDC}}@media screen and (max-width: 1023px){.product-top .product-middle .options ul li a,.product-top .product-middle .options ul li button{min-width:125px}}.product-top .product-middle .options ul .title{white-space:nowrap}.product-top .product-middle .options ul .percent{color:#848586}@media screen and (max-width: 767px){.product-top .product-middle .options #option-climate li a{flex-direction:row;min-width:unset}}.product-top .product-middle .options .option-preview{opacity:0;pointer-events:none;position:absolute;left:50%;transform:translate(-50%);z-index:1;border-radius:7.345px;background:#fff;box-shadow:0 0 14.689px #0000001a;padding:10px;width:fit-content;bottom:calc(100% + 10px);transition:opacity .2s}.product-top .product-middle .options .option-preview .img-wrapper{width:100%;height:85px;margin-bottom:10px;padding:0 0 10px;object-fit:contain;border-bottom:1px solid #DCDCDC}.product-top .product-middle .options .option-preview .img-wrapper img{width:100%;height:100%}.product-top .product-middle .options .option-preview .price{display:flex;flex-direction:column;gap:2px;white-space:nowrap}.product-top .product-middle .options .option-preview .price .new{font-size:16px;font-weight:600}.product-top .product-middle .options .option-preview .price .old{font-size:12px}@media screen and (max-width: 1023px){.product-top .product-middle .characteristics{margin-bottom:10px}}@media screen and (max-width: 767px){.product-top .product-middle .characteristics{margin-left:12px;margin-right:12px}}.product-top .product-middle .characteristics .h5{margin-bottom:11.5px}.product-top .product-middle .characteristics .all-characteristics-btn{color:#178407;font-size:14px;font-weight:500}.product-top .product-right{grid-area:span 2/auto}.product-top .product-right .actions{margin-bottom:20px;display:flex;gap:30px;align-items:center}@media screen and (max-width: 1439px){.product-top .product-right .actions{margin-bottom:10px}}.product-top .product-right .actions button{display:flex;gap:6px;align-items:center}.product-top .product-right .actions button span{font-size:14px}.product-top .product-right .actions button .icon{width:24px;height:24px}.product-top .product-right .order{display:flex;flex-direction:column;gap:20px;padding:30px;border:1px solid #DCDCDC;border-radius:14px;margin-bottom:30px}@media screen and (max-width: 1439px){.product-top .product-right .order{padding:20px;margin-bottom:20px}}@media screen and (max-width: 767px){.product-top .product-right .order{margin-bottom:12px}}.product-top .product-right .order .price .note{margin-bottom:3px}.product-top .product-right .order .price .new{font-size:36px;font-weight:600;margin-bottom:3px}@media screen and (max-width: 1439px){.product-top .product-right .order .price .new{font-size:32px}}@media screen and (max-width: 767px){.product-top .product-right .order .price .new{font-size:28px}}.product-top .product-right .order .price .old{font-size:24px}@media screen and (max-width: 1439px){.product-top .product-right .order .price .old{font-size:20px}}@media screen and (max-width: 767px){.product-top .product-right .order .price .old{font-size:18px}}.product-top .product-right .order .btns{display:flex;gap:0;align-items:center;flex-direction:column}.product-top .product-right .order .btns .btn{border-radius:10px;padding:12px 30px}.product-top .product-right .order .btns .btn span{display:block}.product-top .product-right .order .btns .btn,.product-top .product-right .order .btns #btn-request,.product-top .product-right .order .btns .btn-add-to-cart{width:100%}.product-top .product-right .order .btns .btn-instant-buy{background-color:transparent}.product-top .product-right .order .btns .btn-instant-buy span{color:#178407}.product-top .product-right .order .delivery{padding-top:20px;border-top:1px solid #DCDCDC;display:flex;flex-direction:column;gap:6px}.product-top .product-right .order .delivery .stock{color:#178407}.product-top .product-right .order .delivery .on-request{color:#e25a11}.product-top .product-right .details{display:flex;flex-direction:column;gap:10px;padding:30px;border:1px solid #DCDCDC;border-radius:14px;margin-bottom:30px}@media screen and (max-width: 1439px){.product-top .product-right .details{padding:20px}}@media screen and (max-width: 1023px){.product-top .product-right .details{display:grid;grid-template-columns:repeat(4,1fr);gap:10px}}@media screen and (max-width: 767px){.product-top .product-right .details{grid-template-columns:1fr}}.product-top .product-right .details li{display:flex;flex-direction:column;gap:6px;font-size:16px}.product-top .product-right .details li .title{color:#848586;font-size:14px}.product-top .product-right .whatsapp{border-radius:14px;border:1px solid #DCDCDC;padding:30px;width:100%}@media screen and (max-width: 767px){.product-top .product-right .whatsapp{padding:20px}}.product-top .product-right .whatsapp a{display:flex;justify-content:center;gap:8px;align-items:center;padding:12px;border-radius:10px;border:1px solid #178407}.product-top .product-right .whatsapp a svg{width:20px;height:20px}.product-top .product-right .whatsapp a span{color:#178407;font-weight:500;font-size:16px}.product-top .product-gallery{display:flex;flex-direction:column;justify-content:flex-start;gap:30px}.product-top .product-gallery .swiper{margin:unset;padding:unset}.product-top .product-gallery .swiper-slide{cursor:pointer}.product-top .product-gallery .swiper-product-gallery{max-height:280px}.product-top .product-gallery .swiper-product-gallery .swiper-pagination{display:none;position:static}.product-top .product-gallery .swiper-product-gallery .swiper-pagination .swiper-pagination-bullet{background:#DCDCDC;width:6px;height:6px;margin:unset;padding:unset;opacity:1}.product-top .product-gallery .swiper-product-gallery .swiper-pagination .swiper-pagination-bullet-active{background:#178407}@media screen and (max-width: 767px){.product-top .product-gallery .swiper-product-gallery .swiper-pagination{display:flex;align-items:center;justify-content:center;gap:10px}}.product-top .product-gallery .swiper-product-gallery .swiper-slide{width:100%!important;height:100%!important;display:flex;align-items:center;justify-content:center}.product-top .product-gallery .swiper-product-thumbs{width:100%}@media screen and (max-width: 767px){.product-top .product-gallery .swiper-product-thumbs{display:none}}.product-top .product-gallery .swiper-product-thumbs .swiper-slide{width:100%!important;height:55px!important;overflow:hidden;margin-right:unset!important}.product-top .product-gallery .swiper-product-thumbs .swiper-slide.swiper-slide-thumb-active{opacity:.5}@media screen and (max-width: 1023px){.product-top .product-gallery .swiper-product-thumbs .swiper-slide{width:70px!important}}.product-top .product-gallery .swiper-product-thumbs .swiper-wrapper{transform:unset!important;display:grid;grid-template-columns:repeat(4,1fr);gap:20px}@media screen and (max-width: 1439px){.product-top .product-gallery .swiper-product-thumbs .swiper-wrapper{grid-template-columns:repeat(3,1fr);gap:10px}}@media screen and (max-width: 1023px){.product-top .product-gallery .swiper-product-thumbs .swiper-wrapper{display:flex;gap:20px;align-items:center;justify-content:center;overflow-y:auto;width:100%;-ms-overflow-style:none;scrollbar-width:none}.product-top .product-gallery .swiper-product-thumbs .swiper-wrapper::-webkit-scrollbar{display:none}}.product-bottom .h2,.product-bottom h2{margin-bottom:30px}@media screen and (max-width: 1439px){.product-bottom .h2,.product-bottom h2{margin-bottom:20px}}.product-bottom .anchors{display:flex;gap:50px;padding-bottom:20px;border-bottom:1px solid #DCDCDC;margin-bottom:40px}@media screen and (max-width: 767px){.product-bottom .anchors{display:none}}.product-bottom .anchors a{color:#26282b;font-weight:500;font-size:16px}.product-bottom .product-desc .desc{max-width:80%;text-wrap:balance}.product-bottom .product-desc .desc .note{margin-top:30px}@media screen and (max-width: 1439px){.product-bottom .product-desc .desc .note{margin-top:20px}}@media screen and (max-width: 1439px){.product-bottom .product-desc .desc{max-width:unset}}@media screen and (max-width: 767px){.product-bottom .product-docs .docs-item{display:none}.product-bottom .product-docs .docs-item:nth-child(-n+3){display:flex}}.product-bottom .product-docs .btn{width:100%;display:none;margin-top:20px;padding:12px 30px;border-radius:10px;background-color:#fff;border:1px solid #DCDCDC}@media screen and (max-width: 767px){.product-bottom .product-docs .btn{display:block}}.product-bottom .product-docs .btn span{display:block;color:#26282b}.product-bottom .product-chars .characteristics-items{display:block;column-count:2;gap:50px}.product-bottom .product-chars .characteristics-items li{margin-bottom:11.5px}@media screen and (max-width: 1023px){.product-bottom .product-chars .characteristics-items li{margin-bottom:unset}}@media screen and (max-width: 1023px){.product-bottom .product-chars .characteristics-items{display:grid;grid-template-columns:1fr;gap:11.5px}}.product-bottom .product-scheme .content{display:grid;grid-template-columns:repeat(2,1fr);margin-bottom:30px}@media screen and (max-width: 1023px){.product-bottom .product-scheme .content{grid-template-columns:1fr}}.product-bottom .product-scheme img{object-fit:contain}.product-bottom .product-reviews .reviews-content{display:flex;gap:30px;justify-content:space-between}@media screen and (max-width: 1439px){.product-bottom .product-reviews .reviews-content{flex-direction:column;gap:20px}}.product-bottom .product-reviews .rate{width:350px}.product-bottom .product-reviews .rate .num{margin-bottom:3px;font-size:36px;font-weight:600;line-height:130%}.product-bottom .product-reviews .rate .row{display:flex;justify-content:space-between;align-items:center;margin-bottom:23px}.product-bottom .product-reviews .rate #btn-review{width:100%}.product-bottom .product-reviews .rate .btn{width:100%;padding:12px 30px;border-radius:10px}.product-bottom .product-reviews .rate .btn span{display:block}@media screen and (max-width: 767px){.product-bottom .product-reviews .rate{width:100%}}.product-bottom .product-reviews .reviews-list{width:52.8%}@media screen and (max-width: 1919px){.product-bottom .product-reviews .reviews-list{width:100%}}.product-bottom .product-reviews .swiper-reviews{margin:unset;padding:unset}.product-bottom .product-reviews .swiper-reviews .swiper-wrapper{display:flex;flex-direction:column;gap:30px;max-height:429px;overflow:auto}.product-bottom .product-reviews .swiper-reviews .swiper-wrapper::-webkit-scrollbar{width:2px}.product-bottom .product-reviews .swiper-reviews .swiper-wrapper::-webkit-scrollbar-track{background:#DCDCDC;width:2px;border-radius:20px}.product-bottom .product-reviews .swiper-reviews .swiper-wrapper::-webkit-scrollbar-thumb{width:2px;background-color:#178407;border-radius:20px}@media screen and (max-width: 1439px){.product-bottom .product-reviews .swiper-reviews .swiper-wrapper{overflow:hidden;max-height:unset}}@media screen and (max-width: 767px){.product-bottom .product-reviews .swiper-reviews .swiper-wrapper{overflow:visible;gap:unset;flex-direction:row}}.product-bottom .product-reviews .swiper-reviews .swiper-slide{width:100%}@media screen and (max-width: 1439px){.product-bottom .product-reviews .swiper-reviews .swiper-slide{overflow:hidden;opacity:0;height:0;position:absolute;transition:opacity .3s ease,height .3s ease}.product-bottom .product-reviews .swiper-reviews .swiper-slide:nth-child(-n+3){position:static;opacity:1;height:auto}}@media screen and (max-width: 767px){.product-bottom .product-reviews .swiper-reviews .swiper-slide{position:static;opacity:1;height:auto;width:fit-content}}.product-bottom .product-reviews .review-item{padding-right:30px;display:flex;flex-direction:column;gap:20px}@media screen and (max-width: 1439px){.product-bottom .product-reviews .review-item{padding-right:unset}}@media screen and (max-width: 767px){.product-bottom .product-reviews .review-item{padding:16px;border-radius:10px;border:1px solid #DCDCDC;height:225px;width:242px}}.product-bottom .product-reviews .review-item .top{border-bottom:1px solid #DCDCDC;padding-bottom:16px;display:grid;grid-template-columns:auto auto;gap:2px;justify-content:space-between}@media screen and (max-width: 767px){.product-bottom .product-reviews .review-item .top{grid-template-columns:1fr}}.product-bottom .product-reviews .review-item .top .name{font-size:16px;font-weight:500;line-height:130%;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.product-bottom .product-reviews .review-item .top .stars{grid-area:2/1}@media screen and (max-width: 767px){.product-bottom .product-reviews .review-item .top .stars{grid-area:unset}}.product-bottom .product-reviews .review-item .top .date{grid-area:2/2}@media screen and (max-width: 767px){.product-bottom .product-reviews .review-item .top .date{grid-area:unset}}.product-bottom .product-reviews .review-item .text{line-height:140%}@media screen and (max-width: 767px){.product-bottom .product-reviews .review-item .text{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;transition:max-height .6s;max-height:60px}.product-bottom .product-reviews .review-item .text.open{display:block;-webkit-line-clamp:unset;overflow:visible;max-height:1000px}}.product-bottom .product-reviews .review-item .btn-read-all{display:none}@media screen and (max-width: 767px){.product-bottom .product-reviews .review-item .btn-read-all{display:block;align-self:flex-start;margin-top:-10px}}.product-bottom .product-reviews .btn-more-reviews{display:none;width:100%;background-color:#fff;border:1px solid #DCDCDC;margin-top:20px}.product-bottom .product-reviews .btn-more-reviews span{color:#26282b;display:block}@media screen and (max-width: 1439px){.product-bottom .product-reviews .btn-more-reviews{display:block}}@media screen and (max-width: 767px){.product-bottom .product-reviews .btn-more-reviews{display:none}}.product-bottom .product-reviews .reviews-empty{border-radius:14px;border:1px solid #DCDCDC;padding:50px;display:flex;justify-content:space-between;align-items:center;gap:20px}@media screen and (max-width: 1439px){.product-bottom .product-reviews .reviews-empty{align-items:flex-end}}@media screen and (max-width: 1023px){.product-bottom .product-reviews .reviews-empty{flex-direction:column;align-items:flex-start;padding:30px}}@media screen and (max-width: 767px){.product-bottom .product-reviews .reviews-empty{align-items:center;padding:16px;gap:10px}}@media screen and (max-width: 1439px){.product-bottom .product-reviews .reviews-empty .info{max-width:484px}}@media screen and (max-width: 1023px){.product-bottom .product-reviews .reviews-empty .info{max-width:unset}}.product-bottom .product-reviews .reviews-empty .info .stars{gap:3px}@media screen and (max-width: 767px){.product-bottom .product-reviews .reviews-empty .info .stars{justify-self:center}}.product-bottom .product-reviews .reviews-empty .info .title{font-size:40px;font-weight:600;line-height:130%}@media screen and (max-width: 1439px){.product-bottom .product-reviews .reviews-empty .info .title{font-size:30px}}@media screen and (max-width: 1023px){.product-bottom .product-reviews .reviews-empty .info .title{font-size:26px}}@media screen and (max-width: 767px){.product-bottom .product-reviews .reviews-empty .info .title{font-size:20px;text-align:center}}@media screen and (max-width: 767px){.product-bottom .product-reviews .reviews-empty .info .h4{text-align:center}}@media screen and (max-width: 767px){.product-bottom .product-reviews .reviews-empty #btn-review{width:100%}}.product-bottom .product-reviews .reviews-empty .btn{width:350px;border-radius:10px;padding:12px 30px}@media screen and (max-width: 767px){.product-bottom .product-reviews .reviews-empty .btn{width:100%}}.product-bottom .product-reviews .reviews-empty .btn span{display:block}.product-bottom .designations .designations-list{display:grid;grid-template-columns:repeat(2,1fr);gap:30px}@media screen and (max-width: 1439px){.product-bottom .designations .designations-list{gap:20px 30px}}@media screen and (max-width: 1023px){.product-bottom .designations .designations-list{grid-template-columns:1fr;gap:30px}}.product-bottom .designations .designation-item .title{font-weight:600;font-size:16px;margin-bottom:8px;color:#178407;text-decoration:underline;text-underline-offset:3px}@media screen and (max-width: 767px){.product-bottom .designations .designation-item .title{font-size:14px}}.table-content+.table-content{margin-top:40px}.table-wrapper{overflow-y:auto;padding-bottom:20px}@-moz-document url-prefix(){.table-wrapper{scrollbar-color:#178407 #F6F6F6}}.table-wrapper::-webkit-scrollbar{height:6px}.table-wrapper::-webkit-scrollbar-track{background:#F6F6F6;border-radius:100px}.table-wrapper::-webkit-scrollbar-thumb{background-color:#178407;border-radius:100px}.table-wrapper.empty{-ms-overflow-style:none;scrollbar-width:none}.table-wrapper.empty::-webkit-scrollbar{display:none}@media screen and (min-width: 1023px){.char-page .table-wrapper{max-height:calc(100svh - 350px)}}.char-page .table-wrapper tr.green{position:sticky;top:0;background:#178407;border:none}.char-page .table-wrapper tr.green td{background:none;border:none;color:#fff}.table-title{background-color:#178407;color:#fff;padding:23px 20px;text-align:center;display:flex;align-items:center;justify-content:center;font-size:16px}.table{width:100%;min-width:984px;font-size:16px;font-weight:600;line-height:130%;border-collapse:collapse;border-spacing:0;height:auto}.table.table-25 td{width:25%}.table .green,.table .green td{background-color:#178407;border:1px solid #178407;color:#fff}.table .wide{width:239px}.table .colspan{padding:23px 20px;background-color:#fff}@media screen and (max-width: 1023px){.table .colspan{text-align:left}}.table .p-23{padding:23px 20px}.table td{border:1px solid #DCDCDC;text-align:center;padding:12px 20px;min-width:98px;white-space:wrap}.char-page .table tr.row:nth-of-type(2n) td{background-color:#f6f6f6}.table-search-empty{margin-top:70px;text-align:center;display:none}@media screen and (max-width: 1919px){.table-search-empty{margin-top:90px}}@media screen and (max-width: 1439px){.table-search-empty{margin-top:80px}}@media screen and (max-width: 1023px){.table-search-empty{margin-top:40px}}@media screen and (max-width: 767px){.table-search-empty{margin-top:30px}}.table-search-empty h2{margin-bottom:8px!important}.leave-request .container{display:grid;grid-template-columns:auto 27% 27%;gap:60px;padding:50px;background-color:#178407;border-radius:14px;color:#fff;align-items:center}@media screen and (max-width: 1919px){.leave-request .container{grid-template-columns:auto 18.1% 18.1%}}@media screen and (max-width: 1439px){.leave-request .container{grid-template-columns:auto 24% 24%}}@media screen and (max-width: 1023px){.leave-request .container{grid-template-columns:repeat(2,1fr);gap:20px 60px;align-items:flex-end;padding:30px}}@media screen and (max-width: 767px){.leave-request .container{grid-template-columns:1fr;padding:16px;gap:10px}}@media screen and (max-width: 1023px){.leave-request .text{grid-area:auto/span 2}}@media screen and (max-width: 767px){.leave-request .text{grid-area:unset}}.leave-request .title{font-size:40px;font-weight:600;line-height:130%}@media screen and (max-width: 1439px){.leave-request .title{font-size:30px}}@media screen and (max-width: 1023px){.leave-request .title{font-size:26px}}@media screen and (max-width: 767px){.leave-request .title{font-size:20px;text-align:center}}.leave-request .h4{max-width:460px}@media screen and (max-width: 1023px){.leave-request .h4{max-width:unset}}@media screen and (max-width: 767px){.leave-request .h4{text-align:center}}@media screen and (max-width: 1023px){.leave-request #btn-request-common{grid-area:2/1}}@media screen and (max-width: 767px){.leave-request #btn-request-common{grid-area:unset}}.leave-request .btn{width:100%;background-color:#fff;border-radius:10px;padding:12px 30px}.leave-request .btn span{display:block;color:#178407}.leave-request .mail{font-size:16px;font-weight:500;line-height:130%}@media screen and (max-width: 1023px){.leave-request .mail{grid-area:2/2}}@media screen and (max-width: 767px){.leave-request .mail{grid-area:unset;font-size:14px;text-align:center}}.sizes-page .sizes-catalog .top{display:flex;flex-direction:column;gap:10px;margin-bottom:60px}@media screen and (max-width: 1919px){.sizes-page .sizes-catalog .top{margin-bottom:40px}}@media screen and (max-width: 1439px){.sizes-page .sizes-catalog .top{max-width:482px}}@media screen and (max-width: 767px){.sizes-page .sizes-catalog .top{margin-bottom:30px}}.sizes-page .sizes-catalog .amount{opacity:.7;font-size:16px;font-weight:400;line-height:110%}@media screen and (max-width: 1023px){.sizes-page .sizes-catalog .amount{font-size:14px}}.sizes-page .sizes-catalog .sizes-categories-list{display:grid;grid-template-columns:repeat(7,1fr);gap:20px}@media screen and (max-width: 1919px){.sizes-page .sizes-catalog .sizes-categories-list{grid-template-columns:repeat(5,1fr)}}@media screen and (max-width: 1439px){.sizes-page .sizes-catalog .sizes-categories-list{grid-template-columns:repeat(4,1fr)}}@media screen and (max-width: 1023px){.sizes-page .sizes-catalog .sizes-categories-list{gap:10px}}@media screen and (max-width: 767px){.sizes-page .sizes-catalog .sizes-categories-list{grid-template-columns:1fr;gap:10px}}.sizes-page .sizes-category h1{margin-bottom:40px}@media screen and (max-width: 1439px){.sizes-page .sizes-category h1{margin-bottom:30px}}.sizes-page .sizes-category .sizes-table h5{color:#fff;background-color:#178407;padding:23px 20px;width:100%;display:flex;justify-content:center;align-items:center;text-align:center}.sizes-page .sizes-category .sizes-table .grid{display:grid;grid-template-columns:repeat(6,1fr);border:1px solid #DCDCDC}@media screen and (max-width: 1023px){.sizes-page .sizes-category .sizes-table .grid{grid-template-columns:repeat(5,1fr)}}@media screen and (max-width: 767px){.sizes-page .sizes-category .sizes-table .grid{grid-template-columns:repeat(2,1fr)}}.sizes-page .sizes-category .sizes-table .grid.empty{border:unset}.sizes-page .sizes-category .sizes-table .grid.active li{background-color:#fff!important}.sizes-page .sizes-category .sizes-table .grid li{display:flex;align-items:center;justify-content:center;padding:12px 20px;text-align:center;border-right:1px solid #DCDCDC;border-left:1px solid #DCDCDC;border-bottom:1px solid #DCDCDC;font-size:16px;color:#26282b;min-width:164px}@media screen and (max-width: 1023px){.sizes-page .sizes-category .sizes-table .grid li{min-width:unset;width:100%;-webkit-hyphens:auto;hyphens:auto;padding:12px 14px}}@media screen and (max-width: 767px){.sizes-page .sizes-category .sizes-table .grid li{padding:12px}}.sizes-page .sizes-category .sizes-table .grid li:nth-of-type(12n+7),.sizes-page .sizes-category .sizes-table .grid li:nth-of-type(12n+8),.sizes-page .sizes-category .sizes-table .grid li:nth-of-type(12n+9),.sizes-page .sizes-category .sizes-table .grid li:nth-of-type(12n+10),.sizes-page .sizes-category .sizes-table .grid li:nth-of-type(12n+11),.sizes-page .sizes-category .sizes-table .grid li:nth-of-type(12n+12){background-color:#f6f6f6}@media screen and (max-width: 1023px){.sizes-page .sizes-category .sizes-table .grid li:nth-of-type(12n+7),.sizes-page .sizes-category .sizes-table .grid li:nth-of-type(12n+8),.sizes-page .sizes-category .sizes-table .grid li:nth-of-type(12n+9),.sizes-page .sizes-category .sizes-table .grid li:nth-of-type(12n+10),.sizes-page .sizes-category .sizes-table .grid li:nth-of-type(12n+11),.sizes-page .sizes-category .sizes-table .grid li:nth-of-type(12n+12){background-color:#fff}.sizes-page .sizes-category .sizes-table .grid li:nth-of-type(10n+6),.sizes-page .sizes-category .sizes-table .grid li:nth-of-type(10n+7),.sizes-page .sizes-category .sizes-table .grid li:nth-of-type(10n+8),.sizes-page .sizes-category .sizes-table .grid li:nth-of-type(10n+9),.sizes-page .sizes-category .sizes-table .grid li:nth-of-type(10n+10){background-color:#f6f6f6}}@media screen and (max-width: 767px){.sizes-page .sizes-category .sizes-table .grid li:nth-of-type(10n+6),.sizes-page .sizes-category .sizes-table .grid li:nth-of-type(10n+7),.sizes-page .sizes-category .sizes-table .grid li:nth-of-type(10n+8),.sizes-page .sizes-category .sizes-table .grid li:nth-of-type(10n+9),.sizes-page .sizes-category .sizes-table .grid li:nth-of-type(10n+10){background-color:#fff}.sizes-page .sizes-category .sizes-table .grid li:nth-of-type(4n+3),.sizes-page .sizes-category .sizes-table .grid li:nth-of-type(4n+4){background-color:#f6f6f6}}.product-sizes .sizes-items{display:grid;grid-template-columns:repeat(2,1fr);margin-bottom:30px}@media screen and (max-width: 1023px){.product-sizes .sizes-items{grid-template-columns:1fr}}.product-sizes .sizes-item{display:flex;flex-direction:column;gap:30px;justify-content:center;text-align:center}@media screen and (max-width: 1439px){.product-sizes .sizes-item{gap:22px}}@media screen and (max-width: 1023px){.product-sizes .sizes-item{gap:18px}}@media screen and (max-width: 767px){.product-sizes .sizes-item{gap:10px}}.product-sizes .sizes-item .img-wrapper .media-wrapper img{object-fit:contain}.product-sizes .sizes-item .h4{margin-top:auto}.size-page .size-top h2{max-width:900px}@media screen and (max-width: 1439px){.size-page .size-top h2{max-width:482px}}@media screen and (max-width: 1023px){.size-page .size-top h2{max-width:unset}}.size-page .size-top .btn{padding:12px 30px;border-radius:10px;justify-self:flex-end}@media screen and (max-width: 1023px){.size-page .size-top .btn{justify-self:flex-start;order:1}}@media screen and (max-width: 767px){.size-page .size-top .btn{padding:12px 18px;width:100%;text-align:center}}.size-page .size-top .btn span{display:block}.size-page .size-top .content{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}@media screen and (max-width: 1023px){.size-page .size-top .content{grid-template-columns:1fr}}.size-page .size-top .tabs{display:flex;gap:20px;grid-area:auto/span 2;overflow-x:auto;-ms-overflow-style:none;scrollbar-width:none}.size-page .size-top .tabs::-webkit-scrollbar{display:none}@media screen and (max-width: 1023px){.size-page .size-top .tabs{grid-area:unset}}.size-page .size-top .tabs .tab{white-space:nowrap;background-color:#fff;border:1px solid #DCDCDC;color:#26282b}.size-page .size-top .tabs .tab.active{border:1px solid #178407}.size-page .sizes-img{width:100%;height:auto;display:grid;grid-template-columns:repeat(2,1fr);margin-bottom:30px}@media screen and (max-width: 1023px){.size-page .sizes-img{grid-template-columns:1fr}}.size-page .sizes-img .img-wrapper{max-height:896px;overflow:hidden}.size-page .sizes-img .img-wrapper img{object-fit:contain}.size-page .sizes-table{margin-top:40px}.size-page .size-desc .h2{margin-bottom:30px}@media screen and (max-width: 1439px){.size-page .size-desc .h2{margin-bottom:20px}}.size-page .size-desc .desc{max-width:100%}@media screen and (max-width: 1919px){.size-page .size-desc .desc{max-width:100%}}@media screen and (max-width: 1439px){.size-page .size-desc .desc{max-width:unset}}.error-page{display:flex;flex-direction:column;justify-content:center;height:100%;flex:1}.error-page .container{flex:1;display:flex;justify-content:center;align-items:center;height:100%;min-height:598px;margin-bottom:30px}@media screen and (max-width: 1919px){.error-page .container{min-height:430px}}@media screen and (max-width: 1439px){.error-page .container{min-height:824px}}@media screen and (max-width: 1023px){.error-page .container{min-height:unset;margin-top:181px;margin-bottom:113px}}@media screen and (max-width: 767px){.error-page .container{margin-top:64px;margin-bottom:30px}}.error-page .content{display:flex;align-items:center;gap:104px}@media screen and (max-width: 1439px){.error-page .content{flex-direction:column;align-items:flex-start;gap:0}}.error-page .num{font-size:226px;font-weight:700;line-height:140%}@media screen and (max-width: 1439px){.error-page .num{font-size:206px;margin-bottom:-34px}}@media screen and (max-width: 1023px){.error-page .num{font-size:180px;margin-bottom:-29px}}@media screen and (max-width: 767px){.error-page .num{font-size:100px;margin-bottom:-26px}}.error-page .info{max-width:370px}@media screen and (max-width: 1439px){.error-page .info{max-width:462px}}.error-page .info h2{margin-bottom:8px}.error-page .info p{margin-bottom:20px}.error-page .info .btn{border-radius:10px;padding:12px 30px}.error-page .info .btn span{display:block}.contacts-page .breadcrumbs{margin-bottom:20px}.contacts-page a{text-decoration:none;transition:color .2s}@media (hover: hover) and (pointer: fine){.contacts-page a:hover,.contacts-page a:focus{color:#178407}}.contacts-page .contacts-top .container,.contacts-page .office .container{display:flex;justify-content:space-between;gap:20px}@media screen and (max-width: 1023px){.contacts-page .contacts-top .container,.contacts-page .office .container{flex-direction:column}}.contacts-page .contacts-top .title,.contacts-page .office .title{flex:1}.contacts-page .contacts-top .contacts,.contacts-page .office .contacts{width:50%;display:flex;flex-direction:column;gap:14px}@media screen and (max-width: 1439px){.contacts-page .contacts-top .contacts,.contacts-page .office .contacts{width:49%}}@media screen and (max-width: 1023px){.contacts-page .contacts-top .contacts,.contacts-page .office .contacts{width:100%}}.contacts-page .contacts-top .contacts .tel,.contacts-page .contacts-top .contacts .mail,.contacts-page .office .contacts .tel,.contacts-page .office .contacts .mail{font-size:40px;font-weight:600;line-height:130%}@media screen and (max-width: 1439px){.contacts-page .contacts-top .contacts .tel,.contacts-page .contacts-top .contacts .mail,.contacts-page .office .contacts .tel,.contacts-page .office .contacts .mail{font-size:30px}}@media screen and (max-width: 1023px){.contacts-page .contacts-top .contacts .tel,.contacts-page .contacts-top .contacts .mail,.contacts-page .office .contacts .tel,.contacts-page .office .contacts .mail{font-size:26px}}@media screen and (max-width: 767px){.contacts-page .contacts-top .contacts .tel,.contacts-page .contacts-top .contacts .mail,.contacts-page .office .contacts .tel,.contacts-page .office .contacts .mail{font-size:20px}}.contacts-page .office .container{padding-top:60px;border-top:1px solid #DCDCDC}@media screen and (max-width: 1439px){.contacts-page .office .container{padding-top:40px}}@media screen and (max-width: 767px){.contacts-page .office .container{padding-top:30px}}.contacts-page .office ul{margin-top:unset;margin-bottom:unset}.contacts-page .office a{color:inherit}@media (hover: hover) and (pointer: fine){.contacts-page .office a:hover,.contacts-page .office a:focus{color:#178407}}.contacts-page .requisites .container{display:flex;justify-content:space-between;gap:20px}@media screen and (max-width: 1023px){.contacts-page .requisites .container{flex-direction:column}}.contacts-page .requisites .info{flex:1}@media screen and (max-width: 1023px){.contacts-page .requisites .info{display:flex;justify-content:space-between;align-items:center}}@media screen and (max-width: 767px){.contacts-page .requisites .info{display:flex;flex-direction:column;align-items:flex-start;gap:10px}}.contacts-page .requisites .info h4{margin-bottom:23px}@media screen and (max-width: 1023px){.contacts-page .requisites .info h4{margin-bottom:unset}}.contacts-page .requisites .info .tab{display:flex;gap:4px;width:fit-content}@media screen and (max-width: 767px){.contacts-page .requisites .info .tab{width:100%;justify-content:center}}.contacts-page .requisites .info .tab .icon{width:16px;height:16px}.contacts-page .requisites .static-content{width:50%}@media screen and (max-width: 1439px){.contacts-page .requisites .static-content{width:49%}}@media screen and (max-width: 1023px){.contacts-page .requisites .static-content{width:100%}}.map-section .map{width:100%;aspect-ratio:1/.395;border-radius:10px;overflow:hidden}@media screen and (max-width: 767px){.map-section .map{max-height:50vh;aspect-ratio:1/1}}@media screen and (max-width: 1439px){.map-section .map .ymaps-2-1-79-image{width:48px!important;height:48px!important;background-size:48px 48px!important}}@media screen and (max-width: 767px){.map-section .map .ymaps-2-1-79-image{width:38px!important;height:38px!important;background-size:38px 38px!important}}.map-section .map .ymaps-2-1-79-map{width:100%;height:100%}.map-section .map .ymaps-2-1-79-gototech,.map-section .map .ymaps-2-1-79-copyright__agreement{display:none}.sitemap-page h1{margin-bottom:20px}.sitemap-page a{text-decoration:none;color:#26282b}.sitemap-page .static-content{columns:900px;column-gap:20px}@media screen and (max-width: 1919px){.sitemap-page .static-content{columns:660px}}@media screen and (max-width: 1439px){.sitemap-page .static-content{columns:480px}}@media screen and (max-width: 1023px){.sitemap-page .static-content{columns:350px}}.blog-page .blog-top h1{margin-bottom:20px}.blog-page .blog-top .tabs{display:flex;align-items:center;gap:10px;overflow-y:auto;-ms-overflow-style:none;scrollbar-width:none}.blog-page .blog-top .tabs::-webkit-scrollbar{display:none}@media screen and (max-width: 767px){.blog-page .blog-top .tabs{margin-left:-12px;padding-left:12px;padding-right:12px;width:calc(100% + 24px)}}.blog-page .blog-top .tabs .tab{white-space:nowrap}.blog-page .blog-list ul{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}@media screen and (max-width: 1919px){.blog-page .blog-list ul{grid-template-columns:repeat(3,1fr)}}@media screen and (max-width: 1023px){.blog-page .blog-list ul{gap:10px}}@media screen and (max-width: 767px){.blog-page .blog-list ul{grid-template-columns:1fr}}.blog-page .blog-list .paginator{margin-top:30px}.blog-item-page .container:nth-of-type(2){display:grid;grid-template-columns:repeat(2,1fr)}@media screen and (max-width: 1439px){.blog-item-page .container:nth-of-type(2){gap:20px}}@media screen and (max-width: 1023px){.blog-item-page .container:nth-of-type(2){grid-template-columns:1fr;gap:30px}}@media screen and (max-width: 767px){.blog-item-page .container:nth-of-type(2){gap:20px}}.blog-item-page h2{padding-right:20px;word-break:break-word}@media screen and (max-width: 1439px){.blog-item-page h2{padding-right:unset}}.blog-item-page .static-content ol li{text-indent:20px}.blog-item-page .static-content ol li:before{left:-20px}.blog-item-page .blog-item-table .table tr:nth-of-type(2n){background-color:#f6f6f6}.page-help .container{display:flex;justify-content:space-between;gap:20px}@media screen and (max-width: 1023px){.page-help .container{flex-direction:column}}@media screen and (max-width: 1439px){.page-help .title{font-size:40px;font-weight:600}}@media screen and (max-width: 1023px){.page-help .title{font-size:30px}}.page-help .help-cards{width:1068px;display:grid;grid-template-columns:repeat(4,1fr);gap:20px}@media screen and (max-width: 1439px){.page-help .help-cards{grid-template-columns:repeat(2,1fr);width:482px}}@media screen and (max-width: 1023px){.page-help .help-cards{width:100%;gap:10px;grid-template-columns:repeat(4,1fr)}}@media screen and (max-width: 767px){.page-help .help-cards{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width: 479px){.page-help .help-cards{grid-template-columns:1fr}}.page-default .title{margin-bottom:30px;max-width:1340px}.page-default .static-content{max-width:1340px}.page-default-half .container{display:flex;justify-content:space-between;gap:20px}@media screen and (max-width: 1023px){.page-default-half .container{flex-direction:column}}.page-default-half .title{margin-bottom:unset;max-width:524px}.page-default-half .static-content{width:50%}@media screen and (max-width: 1023px){.page-default-half .static-content{width:100%}}.page-delivery .widgets{margin-top:30px;padding:60px;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:40px;border-radius:10px;border:1px solid #DCDCDC}@media screen and (max-width: 767px){.page-delivery .widgets{border:unset;padding:0;gap:20px}}.page-delivery .widgets .widget{display:flex;justify-content:center;width:100%;overflow:auto}.about-page .about-top .title{max-width:1220px;margin-bottom:86px;text-transform:uppercase;display:flex;flex-direction:column}@media screen and (max-width: 1439px){.about-page .about-top .title{margin-bottom:76px}}@media screen and (max-width: 1023px){.about-page .about-top .title{margin-bottom:56px}}@media screen and (max-width: 767px){.about-page .about-top .title{margin-bottom:125px;font-size:24px;text-align:center;display:inline-block}}.about-page .about-top .title .accent{color:#178407}.about-page .about-top .about-img{position:relative;width:100%;height:720px}@media screen and (max-width: 1919px){.about-page .about-top .about-img{height:530px}}@media screen and (max-width: 1439px){.about-page .about-top .about-img{height:388px}}@media screen and (max-width: 1023px){.about-page .about-top .about-img{height:296px}}@media screen and (max-width: 767px){.about-page .about-top .about-img{height:360px}}.about-page .about-top .about-img .img-wrapper{position:absolute;top:0;right:0;bottom:0;left:0;border-radius:10px;overflow:hidden}.about-page .about-top .about-img .deco{position:absolute;right:187px;top:-268px;width:540px;aspect-ratio:1/1;border:41px solid #fff;color:#fff;border-radius:100%;background-color:#178407;display:flex;align-items:center;justify-content:center}@media screen and (max-width: 1919px){.about-page .about-top .about-img .deco{width:398px;border:30px solid #fff;top:-199px;right:135px}}@media screen and (max-width: 1439px){.about-page .about-top .about-img .deco{width:290px;border:22px solid #fff;top:-144px;right:86px}}@media screen and (max-width: 1023px){.about-page .about-top .about-img .deco{border:16px solid #fff;top:-120px;right:54px;width:242px}}@media screen and (max-width: 767px){.about-page .about-top .about-img .deco{border:12px solid #fff;width:232px;top:-117px;left:50%;transform:translate(-50%)}}.about-page .about-top .about-img .deco .text{display:flex;flex-direction:column;margin-left:-26px}@media screen and (max-width: 1919px){.about-page .about-top .about-img .deco .text{margin-left:unset}}@media screen and (max-width: 1439px){.about-page .about-top .about-img .deco .text{margin-left:28px}}@media screen and (max-width: 1023px){.about-page .about-top .about-img .deco .text{margin-left:40px}}.about-page .about-top .about-img .deco .text-top{font-size:24px;font-weight:500;line-height:130%}@media screen and (max-width: 1919px){.about-page .about-top .about-img .deco .text-top{font-size:18px}}@media screen and (max-width: 1439px){.about-page .about-top .about-img .deco .text-top{font-size:14px;margin-top:14px}}.about-page .about-top .about-img .deco .text-num-bold{margin-top:-22px}@media screen and (max-width: 1439px){.about-page .about-top .about-img .deco .text-num-bold{margin-top:-8px}}.about-page .about-top .about-img .deco .text-num{font-size:108px;font-weight:700;line-height:140%}@media screen and (max-width: 1919px){.about-page .about-top .about-img .deco .text-num{font-size:80px}}@media screen and (max-width: 1439px){.about-page .about-top .about-img .deco .text-num{font-size:58px}}@media screen and (max-width: 1023px){.about-page .about-top .about-img .deco .text-num{font-size:44px}}.about-page .about-top .about-img .deco .text-bold{font-size:54px;font-weight:700;line-height:140%}@media screen and (max-width: 1919px){.about-page .about-top .about-img .deco .text-bold{font-size:40px}}@media screen and (max-width: 1439px){.about-page .about-top .about-img .deco .text-bold{font-size:28px}}@media screen and (max-width: 1023px){.about-page .about-top .about-img .deco .text-bold{font-size:21px}}.about-page .about-top .about-img .deco .text-bottom{margin-top:-16px;margin-left:-10px;font-size:18px;font-weight:500;line-height:130%}@media screen and (max-width: 1919px){.about-page .about-top .about-img .deco .text-bottom{font-size:14px}}@media screen and (max-width: 1439px){.about-page .about-top .about-img .deco .text-bottom{font-size:12px;max-width:90%;margin-left:0}}@media screen and (max-width: 1023px){.about-page .about-top .about-img .deco .text-bottom{margin-left:4px;margin-top:-8px;max-width:90%}}.about-page .about-profile .container{display:flex;justify-content:space-between}@media screen and (max-width: 1023px){.about-page .about-profile .container{flex-direction:column;gap:10px}}.about-page .about-profile .info{width:50%}@media screen and (max-width: 1023px){.about-page .about-profile .info{width:100%}}.about-page .about-profile .info .certificates{margin-top:40px}@media screen and (max-width: 1439px){.about-page .about-profile .info .certificates{margin-top:30px}}.about-page .about-profile .info .certificates h4{margin-bottom:20px}.about-page .about-profile .info .certificates .swiper-certificates .swiper-wrapper{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;height:fit-content}@media screen and (max-width: 1439px){.about-page .about-profile .info .certificates .swiper-certificates .swiper-wrapper{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width: 1023px){.about-page .about-profile .info .certificates .swiper-certificates .swiper-wrapper{display:flex;gap:unset}}.about-page .about-profile .info .certificates .swiper-certificates .swiper-slide{cursor:pointer;width:100%;height:295px;border-radius:13.582px;overflow:hidden;border:1px solid #DCDCDC}@media screen and (max-width: 1919px){.about-page .about-profile .info .certificates .swiper-certificates .swiper-slide{height:210px;border-radius:10px}}@media screen and (max-width: 1439px){.about-page .about-profile .info .certificates .swiper-certificates .swiper-slide{height:318px}}@media screen and (max-width: 1023px){.about-page .about-profile .info .certificates .swiper-certificates .swiper-slide{height:236px;width:172px}}.about-page .about-price .container,.about-page .about-nomen .container{display:grid;grid-template-columns:repeat(2,1fr);gap:23px 0}@media screen and (max-width: 1023px){.about-page .about-price .container,.about-page .about-nomen .container{grid-template-columns:1fr;gap:0}}.about-page .about-price h2,.about-page .about-nomen h2{max-width:573px}@media screen and (max-width: 1023px){.about-page .about-price h2,.about-page .about-nomen h2{margin-bottom:10px}}.about-page .about-price .container{padding-top:60px;border-top:1px solid #DCDCDC}@media screen and (max-width: 1439px){.about-page .about-price .container{padding-top:40px}}@media screen and (max-width: 767px){.about-page .about-price .container{padding-top:30px}}.about-page .about-price h4{margin-top:40px;margin-bottom:23px}@media screen and (max-width: 1439px){.about-page .about-price h4{margin-top:30px;margin-bottom:20px}}.about-page .about-price .step-cards{grid-area:auto/span 2}@media screen and (max-width: 1023px){.about-page .about-price .step-cards{grid-area:unset}}.about-page .about-concept .container{display:flex;flex-direction:column;align-items:center;justify-content:center;padding-top:26px;padding-bottom:41px;border-top:1px solid #DCDCDC;border-bottom:1px solid #DCDCDC;text-transform:uppercase;line-height:150%}@media screen and (max-width: 1439px){.about-page .about-concept .container{padding-bottom:34px}}@media screen and (max-width: 1023px){.about-page .about-concept .container{padding-bottom:18px}}@media screen and (max-width: 767px){.about-page .about-concept .container{padding-top:18px}}.about-page .about-concept .container h2{color:#178407;text-align:center;margin-bottom:16px}@media screen and (max-width: 1023px){.about-page .about-concept .container h2{margin-bottom:8px}}@media screen and (max-width: 767px){.about-page .about-concept .container h2{font-size:16px}}.about-page .about-concept .container h1{text-align:center;max-width:1138px}@media screen and (max-width: 1439px){.about-page .about-concept .container h1{max-width:835px}}@media screen and (max-width: 1023px){.about-page .about-concept .container h1{max-width:634px}}@media screen and (max-width: 767px){.about-page .about-concept .container h1{font-size:24px}}.about-page .about-nomen h2{max-width:600px}@media screen and (max-width: 1439px){.about-page .about-nomen h2{max-width:482px}}@media screen and (max-width: 1023px){.about-page .about-nomen h2{max-width:unset}}.step-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:30px}@media screen and (max-width: 1439px){.step-cards{gap:20px}}@media screen and (max-width: 767px){.step-cards{grid-template-columns:1fr;gap:10px}}.favorites-page .h2{margin-bottom:10px}.favorites-page .amount{color:#000;opacity:.7}@media screen and (max-width: 767px){.favorites-page .favorites-list .container{width:100%}}.favorites-page .favorites-list .favorites-ul{display:grid;grid-template-columns:repeat(6,1fr);gap:20px}@media screen and (max-width: 1919px){.favorites-page .favorites-list .favorites-ul{grid-template-columns:repeat(5,1fr)}}@media screen and (max-width: 1439px){.favorites-page .favorites-list .favorites-ul{grid-template-columns:repeat(4,1fr)}}@media screen and (max-width: 1023px){.favorites-page .favorites-list .favorites-ul{grid-template-columns:repeat(3,1fr)}}@media screen and (max-width: 767px){.favorites-page .favorites-list .favorites-ul{grid-template-columns:repeat(2,1fr);gap:0}}.favorites-page .favorites-list .product-card{width:100%}@media screen and (max-width: 767px){.favorites-page .favorites-list .product-card{border-radius:unset}}@media screen and (max-width: 1439px){.favorites-page .favorites-list .product-card .img-wrapper .media-wrapper{width:auto}}.comparison-page{overflow-x:clip}.comparison-page .comparison-top{margin-bottom:unset}.comparison-page .comparison-content{margin-top:unset!important}.comparison-page .comparison-content .row{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.comparison-page .comparison-content .row:last-of-type{margin-bottom:0}@media screen and (max-width: 767px){.comparison-page .comparison-content .row{flex-direction:column;gap:20px;align-items:flex-start}}.comparison-page .comparison-content .categories{display:flex;gap:20px}@media screen and (max-width: 767px){.comparison-page .comparison-content .categories{gap:10px;width:calc(100% + 24px);overflow:auto;-ms-overflow-style:none;scrollbar-width:none;margin-left:-12px;padding-left:12px;padding-right:12px}.comparison-page .comparison-content .categories::-webkit-scrollbar{display:none}}.comparison-page .comparison-content .categories .tab{background-color:transparent;border:none;color:#26282b;display:flex;align-items:center;white-space:nowrap}.comparison-page .comparison-content .categories .tab.active{background-color:#f6f6f6}.comparison-page .comparison-content .swiper-container{margin-top:40px;overflow:visible}@media screen and (max-width: 1023px){.comparison-page .comparison-content .swiper-container{margin-top:30px}}.comparison-page .comparison-content .swiper-comparison{overflow:visible}.comparison-page .comparison-content .swiper-controls{display:flex;align-items:center;gap:30px}@media screen and (max-width: 767px){.comparison-page .comparison-content .swiper-controls{display:none}}.comparison-page .comparison-content .swiper-controls .swiper-button-prev,.comparison-page .comparison-content .swiper-controls .swiper-button-next{display:flex;position:static;margin-top:unset}@media (hover: hover) and (pointer: fine){.comparison-page .comparison-content .swiper-controls .swiper-button-prev:hover svg path,.comparison-page .comparison-content .swiper-controls .swiper-button-prev:focus svg path,.comparison-page .comparison-content .swiper-controls .swiper-button-next:hover svg path,.comparison-page .comparison-content .swiper-controls .swiper-button-next:focus svg path{stroke:#fff}}.comparison-page .comparison-content .swiper-slide{display:flex;flex-direction:column}.comparison-page .comparison-content .swiper-slide:last-of-type .chars-table .table-item:after{width:100%}.comparison-page .comparison-content .swiper-slide .product-comparison-card{flex:1;margin-bottom:20px}.comparison-page .comparison-content .swiper-slide .chars-table{margin-top:auto;display:flex;flex-direction:column;gap:32px;margin-bottom:16px}.comparison-page .comparison-content .swiper-slide .chars-table .table-item{display:flex;flex-direction:column;gap:8px;height:47px;position:relative}.comparison-page .comparison-content .swiper-slide .chars-table .table-item:first-of-type:after{content:none}.comparison-page .comparison-content .swiper-slide .chars-table .table-item:after{content:"";position:absolute;left:0;top:-16px;width:calc(100% + 20px);height:1px;background-color:#dcdcdc}@media screen and (max-width: 767px){.comparison-page .comparison-content .swiper-slide .chars-table .table-item .title{max-width:170px}}.comparison-page .comparison-content .swiper-slide .chars-table .table-item h5{font-size:16px}.comparison-page .comparison-content .swiper-slide .btn{border-radius:10px;padding:12px 30px;width:100%}.comparison-page .comparison-content .swiper-slide .btn span{display:block}.comparison-page .compare-swiper-container section{margin-top:unset!important}.comparison-empty{margin-top:unset!important}.comparison-empty .container{display:flex;align-items:center;justify-content:center;flex-direction:column;width:100%}.comparison-empty h1{margin-bottom:8px;text-align:center}.comparison-empty .text{text-align:center;margin-bottom:20px;max-width:611px;line-height:140%}.comparison-empty .icon{color:#26282b;width:20px;height:20px;display:inline-block;transform:translateY(4px)}.comparison-empty .btn{padding:12px 30px;border-radius:10px}.comparison-empty .btn span{display:block}.popup-notification{position:fixed;z-index:10;bottom:20px;left:50%;transform:translate(-50%);background-color:#178407;color:#fff;border-radius:7.345px;box-shadow:0 0 14.689px #0000001a}@media screen and (max-width: 767px){.popup-notification{display:none}}.popup-notification .info{cursor:pointer;padding:20px;display:flex;align-items:center;gap:6px;white-space:nowrap;font-size:16px}.popup-notification .info svg{width:18px;height:18px}.cart-page .container{display:grid;grid-template-columns:74.1758242% auto;gap:40px}@media screen and (max-width: 1919px){.cart-page .container{grid-template-columns:72.3880597% auto}}@media screen and (max-width: 1439px){.cart-page .container{grid-template-columns:64.6% auto;gap:20px}}@media screen and (max-width: 1023px){.cart-page .container{gap:30px;grid-template-columns:1fr}}@media screen and (max-width: 767px){.cart-page .container{gap:20px}}.cart-page .cart-left{display:flex;flex-direction:column}.cart-page .cart-left .cart-options{display:flex;align-items:center;gap:30px;margin-bottom:30px}@media screen and (max-width: 767px){.cart-page .cart-left .cart-options{gap:10px;justify-content:space-between;margin-bottom:20px}}@media screen and (max-width: 767px){.cart-page .cart-left .cart-options .btn-clear svg{display:none}}.cart-page .cart-left .btn-clear span,.cart-page .cart-left .btn-clear svg{color:#848586}@media (hover: hover) and (pointer: fine){.cart-page .cart-left .btn-clear:hover span,.cart-page .cart-left .btn-clear:hover svg,.cart-page .cart-left .btn-clear:focus span,.cart-page .cart-left .btn-clear:focus svg{color:#178407}}.cart-page .cart-left .cart-items{flex:1;padding:30px;border-radius:10px;border:1px solid #DCDCDC;display:flex;flex-direction:column;gap:30px}@media screen and (max-width: 767px){.cart-page .cart-left .cart-items{padding:12px;gap:20px}}.cart-page .cart-left .cart-items li:last-of-type .cart-item{border-bottom:unset;padding-bottom:unset}.cart-page .cart-left .cart-items .cart-empty{height:100%;display:flex;align-items:center;justify-content:center}.cart-page .cart-right h4{margin-bottom:30px}@media screen and (max-width: 1023px){.cart-page .cart-right h4{margin-bottom:20px}}.cart-page .cart-right .btn{height:42px;margin-top:30px;width:100%;margin-bottom:12px;border-radius:10px;padding:12px 30px 11px}@media screen and (max-width: 767px){.cart-page .cart-right .btn{margin-top:20px}}.cart-page .cart-right .btn span{display:block}.cart-page .cart-right .policy{font-size:12px}.cart-page .cart-form{margin-top:30px;display:flex;flex-direction:column;gap:30px}@media screen and (max-width: 767px){.cart-page .cart-form{margin-top:20px;gap:20px}}.cart-page .cart-form .form-group h4{margin-bottom:10px}@media screen and (max-width: 1023px){.cart-page .cart-form .form-group h4{font-size:18px}}@media screen and (max-width: 767px){.cart-page .cart-form .form-group h4{font-size:16px}}.cart-page .cart-form .form-group.user-info .fields_group{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}@media screen and (max-width: 767px){.cart-page .cart-form .form-group.user-info .fields_group{grid-template-columns:1fr}}.cart-page .cart-form .form-group.delivery-info .fields_group{display:grid;grid-template-columns:75.4814815% auto;gap:20px}@media screen and (max-width: 1919px){.cart-page .cart-form .form-group.delivery-info .fields_group{grid-template-columns:65.8762887% auto}}@media screen and (max-width: 1439px){.cart-page .cart-form .form-group.delivery-info .fields_group{grid-template-columns:50% auto}}@media screen and (max-width: 1023px){.cart-page .cart-form .form-group.delivery-info .fields_group{grid-template-columns:55.5% auto}}@media screen and (max-width: 767px){.cart-page .cart-form .form-group.delivery-info .fields_group{grid-template-columns:1fr}}.cart-page .cart-form .form-group.delivery-info .fields_group .textarea-wrapper{grid-area:auto/span 2}@media screen and (max-width: 767px){.cart-page .cart-form .form-group.delivery-info .fields_group .textarea-wrapper{grid-area:unset}}.cart-page .cart-form .form-group.payment-info .input-wrapper{margin-top:10px}.cart-page .cart-form .form-group .green{display:block;margin-bottom:20px;font-weight:600;font-size:16px}.cart-page .cart-form .input-wrapper.gray{cursor:unset;height:fit-content;border:unset;background-color:#f6f6f6;padding:11px 16px 10px}.cart-page .cart-form .input-wrapper.gray p{font-size:16px}.cart-page .cart-form .radios{width:100%;display:grid;grid-template-columns:repeat(2,1fr);gap:20px}@media screen and (max-width: 767px){.cart-page .cart-form .radios{grid-template-columns:1fr}}.cart-details{padding:30px;border-radius:14px;border:1px solid #DCDCDC}@media screen and (max-width: 767px){.cart-details{padding:16px}}.cart-details .details-items{display:flex;flex-direction:column;gap:10px;margin-bottom:12px;padding-bottom:20px}.cart-details .details-items li{display:flex;justify-content:space-between;align-items:baseline;gap:6px;font-size:16px}.cart-details .details-items li .dots{flex:1;border-bottom:1px dashed #DCDCDC}.cart-details .details-items li.delivery-info{flex-direction:column;gap:1.5px}.cart-details .details-items li.delivery-info .note{font-size:14px;font-weight:400;color:#848586;max-width:90%}.cart-details .details-items .title,.cart-details .details-items .value{color:#26282b;font-size:16px;font-weight:500;display:flex;flex-direction:column;gap:1.5px}.cart-details .details-items .title .note,.cart-details .details-items .value .note{font-weight:400;font-size:14px}@media screen and (max-width: 767px){.cart-details .details-items .value{font-size:14px}}.cart-details .total{padding-top:20px;border-top:1px solid #DCDCDC;display:flex;align-items:center;justify-content:space-between}.cart-details .total .title{font-size:16px;font-weight:500}.cart-details .total .total-price{font-weight:600;font-size:20px}@media screen and (max-width: 767px){.cart-details .total .total-price{font-size:16px}}.order-result .container{display:flex;flex-direction:column;gap:0}.order-result .result-content{display:grid;grid-template-columns:auto 430px;gap:20px}@media screen and (max-width: 1919px){.order-result .result-content{grid-template-columns:auto 330px}}@media screen and (max-width: 1023px){.order-result .result-content{grid-template-columns:1fr;gap:40px}}.order-result .result-right h4{margin-bottom:30px}@media screen and (max-width: 1023px){.order-result .result-right h4{margin-bottom:20px}}.order-result .result-left{max-width:670px}@media screen and (max-width: 1439px){.order-result .result-left{max-width:100%}}.order-result .result-left h4{margin-bottom:8px}.order-result .result-left .text{margin-bottom:30px;display:flex;flex-direction:column;gap:16px;line-height:140%}@media screen and (max-width: 1023px){.order-result .result-left .text{margin-bottom:20px}}.order-result .result-left .btn{width:330px;padding:12px 30px;border-radius:10px}@media screen and (max-width: 767px){.order-result .result-left .btn{width:100%}}.order-result .result-left .btn span{display:block}.order-result .details-items li{flex-direction:column;gap:0}.order-result .details-items li .row{width:100%;display:flex;align-items:center;justify-content:space-between;color:#848586;font-size:14px}.order-result .details-items li .price-old{text-decoration:line-through}.cart-item{padding-bottom:12px;border-bottom:1px solid #DCDCDC}.cart-item-top{display:flex;align-items:center;gap:20px;margin-bottom:12px}@media screen and (max-width: 1439px){.cart-item-top{display:grid;grid-template-columns:16px 60px 274px auto}}@media screen and (max-width: 767px){.cart-item-top{gap:10px;grid-template-columns:16px auto}}@media screen and (max-width: 767px){.cart-item-top .checkbox-label{margin-bottom:10px}}.cart-item-top .img-wrapper{width:60px;height:60px;display:flex;align-items:center;justify-content:center}@media screen and (max-width: 767px){.cart-item-top .img-wrapper{margin-bottom:10px;margin-left:10px}}.cart-item-top .img-wrapper .media-wrapper{width:64.516px;height:50.015px;border-radius:17.757px}.cart-item-top .col{display:flex;flex-direction:column;gap:2px;width:220px}@media screen and (max-width: 1439px){.cart-item-top .col{width:100%}}@media screen and (max-width: 767px){.cart-item-top .col{grid-area:auto/span 2}}@media screen and (max-width: 1439px){.cart-item-top .col-modif{width:fit-content;margin-left:auto}.cart-item-top .col-modif .title{white-space:nowrap}}@media screen and (max-width: 767px){.cart-item-top .col-modif{width:100%}.cart-item-top .col-modif .title{white-space:wrap}}.cart-item-top .art{margin-bottom:8px;font-size:12px}.cart-item-top .category{font-size:14px}.cart-item-top .title{font-size:16px;font-weight:600;line-height:130%}.cart-item-top .chars{font-size:16px}.cart-item-top .modif .title{color:#848586;font-size:12px;font-weight:400}.cart-item-top .price{min-width:155px;margin-left:auto}@media screen and (max-width: 1439px){.cart-item-top .price{grid-area:2/3;width:100%}}@media screen and (max-width: 767px){.cart-item-top .price{grid-area:auto/span 2}}.cart-item-top .price .new{margin-bottom:2px;font-size:18px;font-style:normal;font-weight:600;line-height:normal}.cart-item-top .price .label{margin-top:10px}.cart-item-top .options{margin-left:10px;width:fit-content}@media screen and (max-width: 1439px){.cart-item-top .options{grid-area:2/4;margin-left:auto}}@media screen and (max-width: 767px){.cart-item-top .options{grid-area:auto/span 2;width:100%}}.cart-item-top .options .btn-quantity{width:100%}.cart-item-top .options .price{min-width:unset;margin-top:10px;color:#848586}.cart-item-bottom{display:flex;align-items:center;justify-content:space-between}@media screen and (max-width: 1439px){.cart-item-bottom{margin-left:116px}}@media screen and (max-width: 767px){.cart-item-bottom{margin-left:unset;flex-wrap:wrap}}.cart-item-bottom .stock{display:flex;align-items:center;gap:8px}.cart-item-bottom .btns{display:flex;align-items:center;gap:10px}.cart-item-bottom .btns span{display:none}.cart-item-bottom .btns svg{color:#848586;cursor:pointer;width:18px;height:18px}.cart-item-bottom .btns svg.active{color:#178407}.cart-item-bottom .btns .btn-delete{width:18px;height:18px;display:flex;align-items:center;justify-content:center}.cart-item-bottom .btns .btn-delete .btn-loader{display:block;width:10px;height:10px}.cart-item-bottom .btns .btn-delete .btn-loader:before{border:1px solid #178407}.sales-page h1{margin-bottom:95px}@media screen and (max-width: 1919px){.sales-page h1{margin-bottom:40px}}@media screen and (max-width: 1023px){.sales-page h1{margin-bottom:30px}}@media screen and (max-width: 767px){.sales-page h1{margin-bottom:20px}}.sales-page .sales-list ul{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}@media screen and (max-width: 1919px){.sales-page .sales-list ul{grid-template-columns:repeat(3,1fr)}}@media screen and (max-width: 1023px){.sales-page .sales-list ul{gap:10px}}@media screen and (max-width: 767px){.sales-page .sales-list ul{grid-template-columns:repeat(2,1fr);gap:20px}}@media screen and (max-width: 479px){.sales-page .sales-list ul{grid-template-columns:1fr}}.sales-page .sales-list ul .promotion-card{width:100%}@media screen and (max-width: 1023px){.sales-page .sales-list ul .promotion-card{height:360px}}.sales-page .banner-img{width:100%;height:500px;border-radius:10px;position:relative;margin-top:40px;overflow:hidden}@media screen and (max-width: 1919px){.sales-page .banner-img{height:369px}}@media screen and (max-width: 1439px){.sales-page .banner-img{height:271px}}@media screen and (max-width: 1023px){.sales-page .banner-img{height:206.004px}}@media screen and (max-width: 767px){.sales-page .banner-img{height:unset;aspect-ratio:3.636363636/1;border-radius:unset;margin-left:-12px;width:calc(100% + 24px)}}.sales-page .banner-img:before{z-index:1;content:"";position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;border-radius:10px;background:linear-gradient(0deg,rgba(0,0,0,.3) 0%,rgba(0,0,0,.3) 100%)}.sales-page .catalog-top{margin-bottom:40px}@media screen and (max-width: 767px){.sales-page .catalog-top{margin-bottom:30px}}.sales-page .sales-categories{grid-area:span 2/auto}@media screen and (max-width: 1439px){.sales-page .sales-categories{grid-area:unset;width:100%;overflow:hidden}}.sales-page .sales-categories .parent-categories{display:flex;flex-direction:column;gap:30px}.sales-page .sales-categories .parent-categories li{display:flex;flex-direction:column;gap:20px}.sales-page .sales-categories .child-categories{display:flex;flex-direction:column;gap:14px}@media screen and (max-width: 1439px){.sales-page .sales-categories .categories-desk{display:none}}.sales-page .sales-categories .categories-mob{display:none}@media screen and (max-width: 1439px){.sales-page .sales-categories .categories-mob{display:flex;flex-direction:column;gap:20px;margin-bottom:20px}}.sales-page .sales-categories .categories-mob .tab{cursor:pointer;width:fit-content;font-weight:500;display:flex;align-items:center;gap:10px}.sales-page .sales-categories .categories-mob .tab .icon{width:14px;height:14px}.sales-page .sales-categories .categories-mob-menu{display:none;overflow:auto;transform:translate(100%);transition:transform .3s ease-in-out;flex-direction:column;gap:30px;position:fixed;top:0;right:0;bottom:0;left:0;width:100%;height:100%;background-color:#fff;z-index:100;padding:20px}.sales-page .sales-categories .categories-mob-menu.active{transform:translate(0)}@media screen and (max-width: 1439px){.sales-page .sales-categories .categories-mob-menu{display:flex}}@media screen and (max-width: 767px){.sales-page .sales-categories .categories-mob-menu{gap:20px;padding:12px 20px}}.sales-page .sales-categories .categories-mob-menu .top{display:flex;align-items:center;gap:10px}.sales-page .sales-categories .categories-mob-menu .top .icon{width:20px;height:20px}.sales-page .sales-categories .categories-mob-menu .top h4{flex:1;text-align:center;margin-right:30px}.sales-page .sales-categories .categories-mob-menu .parent-categories>li{padding-bottom:30px;border-bottom:1px solid #DCDCDC;display:flex;flex-direction:column;gap:20px}.sales-page .sales-categories .categories-mob-menu .parent-categories>li.active .link{opacity:1}.sales-page .sales-categories .categories-mob-menu .child-categories{gap:20px;font-size:16px}.sales-page .sales-categories .categories-mob-menu .child-categories .link{opacity:.7}.sales-page .sales-categories li.active .link{color:#178407;opacity:1}.sales-page .items-section .filters{display:none}.sales-page .items-section .container{gap:30px 20px}@media screen and (max-width: 1919px){.sales-page .items-section .container{gap:42px 20px}}@media screen and (max-width: 1439px){.sales-page .items-section .container{gap:20px}}.sales-page .open-filter-btn{display:none}.main-banner .container{position:relative;border-radius:10px;overflow:hidden;padding:123px 70px 138px}@media screen and (max-width: 1919px){.main-banner .container{padding:74px 70px 87px}}@media screen and (max-width: 1439px){.main-banner .container{padding:62px 50px 69px}}@media screen and (max-width: 1023px){.main-banner .container{padding:82px 30px 74px}}@media screen and (max-width: 767px){.main-banner .container{padding:213px 12px 30px}}.main-banner .container:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;height:100%;width:100%;background:linear-gradient(90deg,#000 0%,rgba(0,0,0,0) 133.36%);z-index:1}@media screen and (max-width: 767px){.main-banner .container:before{background:linear-gradient(0deg,#000 0%,rgba(0,0,0,0) 149.88%)}}.main-banner .media-wrapper{position:absolute;top:0;right:0;bottom:0;left:0}.main-banner .info{width:520px;position:relative;z-index:1;color:#fff}@media screen and (max-width: 1439px){.main-banner .info{width:382px}}@media screen and (max-width: 1023px){.main-banner .info{width:344px}}@media screen and (max-width: 767px){.main-banner .info{width:100%}}.main-banner .info h1{margin-bottom:4px}.main-banner .info .desc{width:100%;margin-bottom:30px;font-size:30px;font-weight:500;line-height:130%;text-wrap:pretty}@media screen and (max-width: 1439px){.main-banner .info .desc{margin-bottom:20px;font-size:22px}}@media screen and (max-width: 1023px){.main-banner .info .desc{font-size:18px}}.main-banner .info .btn{padding:20px;width:100%;border-radius:10px}@media screen and (max-width: 1439px){.main-banner .info .btn{padding:16px 20px 18px}}.main-banner .info .btn span{font-size:20px;display:block}.main-banner .info .btn .icon{width:20px;height:20px}@media screen and (max-width: 1023px){.main-categories .category-card{width:200px}}.main-recommend .product-card{width:100%}@media screen and (max-width: 1023px){.main-recommend .product-card{width:224px}}.main-sales .product-card{width:100%}@media screen and (max-width: 1023px){.main-sales .product-card{width:224px}}.cabinet-page .cabinet-top{margin-bottom:20px}.cabinet-page .cabinet-top h2{margin-bottom:40px}.cabinet-page .cabinet-top .cabinet-tabs{cursor:pointer;display:flex;align-items:center;gap:50px;padding-bottom:20px;border-bottom:1px solid #DCDCDC}@media screen and (max-width: 1023px){.cabinet-page .cabinet-top .cabinet-tabs{padding-bottom:10px}}@media screen and (max-width: 767px){.cabinet-page .cabinet-top .cabinet-tabs{gap:40px}}.cabinet-page .cabinet-top .cabinet-tabs .link{font-weight:500;font-size:16px}@media screen and (max-width: 767px){.cabinet-page .cabinet-top .cabinet-tabs .link{font-size:14px}}.cabinet-page .orders-table table{min-width:748px}.cabinet-page .orders-table table td{width:25%}.cabinet-page .orders-table table tr:first-of-type td{padding:23px 20px}.cabinet-page .orders-table table tr:nth-child(odd):not(:first-child){background-color:#f6f6f6}.cabinet-page .profile-settings{display:flex;gap:60px;position:relative}@media screen and (max-width: 767px){.cabinet-page .profile-settings{flex-direction:column;gap:20px;padding-bottom:34px}}.cabinet-page .profile-settings .sections{display:flex;flex-direction:column;gap:10px;align-items:flex-start}.cabinet-page .profile-settings .sections .link{font-weight:500;line-height:130%;font-size:14px}.cabinet-page .profile-settings .sections .btn-logout{margin-top:auto}.cabinet-page .profile-settings .sections .btn-logout span{font-weight:600;font-size:14px}@media screen and (max-width: 767px){.cabinet-page .profile-settings .sections .btn-logout{position:absolute;bottom:0;margin:0 auto;width:100%}}.cabinet-page .profile-settings .forms{width:360px}@media screen and (max-width: 767px){.cabinet-page .profile-settings .forms{width:100%}}.cabinet-page .profile-settings .forms .form{display:flex;flex-direction:column;gap:16px}.cabinet-page .profile-settings .forms .form .btn{width:100%;padding:12px 30px;border-radius:10px;height:42px}.cabinet-page .profile-settings .forms .form .btn span{display:block}.cabinet-page .loader-wrapper{display:flex;align-items:center;justify-content:center;height:200px}.order-detail-page h2{margin-bottom:40px}@media screen and (max-width: 1023px){.order-detail-page h2{margin-bottom:30px}}.order-detail-page .link-back{cursor:pointer;display:block;margin-bottom:20px;font-size:16px}@media screen and (max-width: 767px){.order-detail-page .link-back{margin-bottom:10px}}.order-detail-page .order-details{padding:30px;border-radius:10px;border:1px solid #DCDCDC;width:fit-content;display:flex;flex-direction:column;gap:20px}@media screen and (max-width: 1439px){.order-detail-page .order-details{width:100%}}@media screen and (max-width: 1023px){.order-detail-page .order-details{padding:20px}}.order-detail-page .order-details .top{display:grid;grid-template-columns:314px 180px 185px 155px;padding-left:80px;padding-bottom:10px;border-bottom:1px solid #DCDCDC}@media screen and (max-width: 1439px){.order-detail-page .order-details .top{grid-template-columns:318px 185px 183px 155px}}@media screen and (max-width: 1023px){.order-detail-page .order-details .top{grid-template-columns:198px 110px 175px 155px;padding-left:70px}}@media screen and (max-width: 767px){.order-detail-page .order-details .top{display:none}}.order-detail-page .order-details .items-list{display:flex;flex-direction:column;gap:20px}.order-detail-page .order-details .order-detail-item{padding-bottom:20px;border-bottom:1px solid #DCDCDC;display:grid;grid-template-columns:80px 314px 180px 185px 155px;align-items:center}@media screen and (max-width: 1439px){.order-detail-page .order-details .order-detail-item{grid-template-columns:80px 318px 185px 183px 155px}}@media screen and (max-width: 1023px){.order-detail-page .order-details .order-detail-item{grid-template-columns:70px 198px 110px 175px 155px}}@media screen and (max-width: 767px){.order-detail-page .order-details .order-detail-item{grid-template-columns:60px auto;gap:20px}}.order-detail-page .order-details .order-detail-item .img-wrapper{width:60px;height:60px;display:flex;align-items:center;justify-content:center;align-self:flex-start}.order-detail-page .order-details .order-detail-item .img-wrapper .media-wrapper{width:64.516px;height:50.015px;border-radius:17.757px;overflow:hidden}.order-detail-page .order-details .order-detail-item .info{padding-right:10px}.order-detail-page .order-details .order-detail-item .info .art{color:#5b5d5f;font-size:12px;margin-bottom:10px}.order-detail-page .order-details .order-detail-item .info .category{margin-bottom:2px}.order-detail-page .order-details .order-detail-item .info .title{font-size:16px;font-weight:600;line-height:130%;margin-bottom:10px}.order-detail-page .order-details .order-detail-item .info .modif{display:flex;flex-direction:column;gap:2px}.order-detail-page .order-details .order-detail-item .info .modif .title{margin-bottom:2px;font-size:12px;color:#848586;line-height:normal;font-weight:400}.order-detail-page .order-details .order-detail-item .amount{font-size:16px;font-weight:600;line-height:130%}@media screen and (max-width: 767px){.order-detail-page .order-details .order-detail-item .amount{grid-area:auto/2}}.order-detail-page .order-details .order-detail-item .price{display:flex;flex-direction:column;gap:2px}@media screen and (max-width: 767px){.order-detail-page .order-details .order-detail-item .price{grid-area:auto/2;margin-top:-8px}}.order-detail-page .order-details .order-detail-item .price .new{font-size:18px;font-weight:600}@media screen and (max-width: 767px){.order-detail-page .order-details .order-detail-item .price-total{grid-area:auto/2}}.order-detail-page .order-details .total{border-bottom:1px solid #DCDCDC;width:100%;padding-bottom:20px;display:grid;grid-template-columns:auto 155px}@media screen and (max-width: 1439px){.order-detail-page .order-details .total{grid-template-columns:766px auto}}@media screen and (max-width: 1023px){.order-detail-page .order-details .total{grid-template-columns:553px auto}}@media screen and (max-width: 767px){.order-detail-page .order-details .total{grid-template-columns:1fr}}.order-detail-page .order-details .total .title{text-transform:uppercase;font-size:14px;font-weight:500;margin-bottom:10px}.order-detail-page .order-details .total .price{display:flex;flex-direction:column;gap:2px}.order-detail-page .order-details .total .price .new{font-size:18px;font-weight:600}.order-detail-page .order-details .bottom{display:flex;flex-direction:column;gap:10px}.order-detail-page .order-details .bottom-info{display:flex;flex-direction:column;gap:6px}.order-detail-page .order-details .bottom-info span{font-size:16px}.order-detail-page .order-details .bottom-info span.note{font-size:14px}.how-to-buy h2{text-transform:uppercase}.skeleton,.filters-skeleton .skeleton-title-long,.filters-skeleton .skeleton-title,.filters-skeleton .skeleton-line,.filters-skeleton .skeleton-line-sm{position:relative;overflow:hidden;background-color:#eee;border-radius:4px}.skeleton:after,.filters-skeleton .skeleton-title-long:after,.filters-skeleton .skeleton-title:after,.filters-skeleton .skeleton-line:after,.filters-skeleton .skeleton-line-sm:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(270deg,#ccc,#ddd,#eee,#ddd,#ccc);background-size:200% 200%;animation:gradient 2s infinite;transition:opacity .5s;opacity:1;overflow:hidden}@keyframes gradient{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}@media screen and (max-width: 1439px){.filters-skeleton{padding:20px 10px}}.filters-skeleton .filters-skeleton-item{margin-bottom:30px;opacity:.5}.filters-skeleton .skeleton-title-long{width:80%;height:21px;margin-bottom:8px}.filters-skeleton .skeleton-title{width:60%;height:21px;margin-bottom:8px}.filters-skeleton .skeleton-line{width:100%;height:52px;border-radius:10px}.filters-skeleton .skeleton-line-sm{width:100%;height:35px;border-radius:10px}.filters-skeleton .skeleton-grid,.filters-skeleton .skeleton-grid-2{display:grid;gap:10px}.filters-skeleton .skeleton-grid{grid-template-columns:repeat(4,1fr)}.filters-skeleton .skeleton-grid-2{grid-template-columns:repeat(2,1fr)}.header-icon-skeleton{display:flex;align-items:center;justify-content:center;flex-direction:column;gap:4px}.header-icon-skeleton .skeleton,.header-icon-skeleton .filters-skeleton .skeleton-title-long,.filters-skeleton .header-icon-skeleton .skeleton-title-long,.header-icon-skeleton .filters-skeleton .skeleton-title,.filters-skeleton .header-icon-skeleton .skeleton-title,.header-icon-skeleton .filters-skeleton .skeleton-line,.filters-skeleton .header-icon-skeleton .skeleton-line,.header-icon-skeleton .filters-skeleton .skeleton-line-sm,.filters-skeleton .header-icon-skeleton .skeleton-line-sm{opacity:.5}.header-icon-skeleton .skeleton-icon{display:flex!important;width:20px;height:20px}.header-icon-skeleton .skeleton-text{width:46px;height:12px}.order-info-skeleton{width:100%;height:316px;display:flex;flex-direction:column;gap:20px;padding:30px;border:1px solid #DCDCDC;border-radius:14px;margin-bottom:30px}.order-info-skeleton .skeleton,.order-info-skeleton .filters-skeleton .skeleton-title-long,.filters-skeleton .order-info-skeleton .skeleton-title-long,.order-info-skeleton .filters-skeleton .skeleton-title,.filters-skeleton .order-info-skeleton .skeleton-title,.order-info-skeleton .filters-skeleton .skeleton-line,.filters-skeleton .order-info-skeleton .skeleton-line,.order-info-skeleton .filters-skeleton .skeleton-line-sm,.filters-skeleton .order-info-skeleton .skeleton-line-sm{opacity:.5}.order-info-skeleton .skeleton-line{height:18px;border-radius:4px;width:30%}.order-info-skeleton .skeleton-line-bold{height:44px;border-radius:4px;width:70%}.order-info-skeleton .skeleton-line-med{height:24px;border-radius:4px;width:60%;margin-top:-10px}.order-info-skeleton .skeleton-btn{width:100%;height:42px;border-radius:10px}.order-info-skeleton .skeleton-group{display:flex;flex-direction:column;gap:4px}.order-info-skeleton .skeleton-group .skeleton-line{height:14px;border-radius:4px}.order-info-skeleton .skeleton-group .skeleton-line:last-of-type{width:60%}.modifications-skeleton{display:flex;flex-direction:column;gap:30px;margin-bottom:30px;padding:30px;border-radius:14px;background-color:#f6f6f6}@media screen and (max-width: 1439px){.modifications-skeleton{padding:20px}}@media screen and (max-width: 767px){.modifications-skeleton{margin-bottom:10px}}.modifications-skeleton .skeleton-line{opacity:.6;width:240px;height:20px;border-radius:4px;margin-bottom:10px}.modifications-skeleton .skeleton-tiles{opacity:.6;display:flex;align-items:center;gap:20px}.modifications-skeleton .skeleton-tiles .skeleton-tile{height:54px;width:100px;border-radius:10px}.cart-skeleton .title{height:50px;width:22%;border-radius:8px}@media screen and (max-width: 767px){.cart-skeleton .title{width:70%;height:36px}}.cart-skeleton .square{width:18px;height:18px}.cart-skeleton .group{display:flex;gap:10px;align-items:center}.cart-skeleton .group .line{width:100px}@media screen and (max-width: 767px){.cart-skeleton .group .line{width:70px}}.cart-skeleton .line{width:200px;height:20px}@media screen and (max-width: 767px){.cart-skeleton .line{width:100px}}.cart-skeleton .line-bold{border-radius:10px;margin-top:30px;height:42px;width:100%}.cart-skeleton .item{width:100%;display:flex;align-items:flex-start;gap:20px;height:100px}@media screen and (max-width: 1439px){.cart-skeleton .item{display:grid;grid-template-columns:80px auto;height:fit-content}}@media screen and (max-width: 767px){.cart-skeleton .item{grid-template-columns:1fr}}.cart-skeleton .item .square{width:100px;height:100px}@media screen and (max-width: 1439px){.cart-skeleton .item .square{grid-area:span 2/auto;width:80px;height:80px}}@media screen and (max-width: 767px){.cart-skeleton .item .square{width:60px;height:60px}}.cart-skeleton .item .text{display:flex;flex-direction:column;gap:4px}.cart-skeleton .item .text .line{width:210px;height:20px}@media screen and (max-width: 767px){.cart-skeleton .item .text .line{width:130px}}.cart-skeleton .item .text .line-sm{height:26px;width:100px}.cart-skeleton .item .text .line-long{height:20px;width:300px}@media screen and (max-width: 767px){.cart-skeleton .item .text .line-long{width:70%}}.cart-skeleton .item .text-right{gap:16px;margin-left:auto;height:100%}@media screen and (max-width: 1439px){.cart-skeleton .item .text-right{margin-left:unset}}.cart-skeleton .item .text-right .line-sm{height:40px;width:180px}.cart-skeleton .item .text-right *{margin-left:auto}@media screen and (max-width: 1439px){.cart-skeleton .item .text-right *{margin-left:unset}}.cart-skeleton .item .text-right .square{width:18px;height:18px}@media screen and (max-width: 767px){.cart-skeleton .item .text-right .square{display:none}}.cart-skeleton .item .text-right .group{margin-top:auto}.cart-skeleton .cart-details .line{width:100%;height:25px}.comparison-skeleton .line{height:24px;width:150px}.comparison-skeleton .line-long{height:30px;width:190px}.comparison-skeleton .swiper-container{display:flex;gap:20px}.comparison-skeleton .item{width:250px;display:flex;flex-direction:column;gap:30px}.comparison-skeleton .item .card{height:480px;width:100%;border-radius:10px}.comparison-skeleton .item .line-bold{width:100%;height:44px;border-radius:10px}.docs-list{display:flex;gap:30px;flex-wrap:wrap}@media screen and (max-width: 1023px){.docs-list{display:grid;grid-template-columns:repeat(3,1fr)}}@media screen and (max-width: 767px){.docs-list{grid-template-columns:1fr;gap:20px}}.docs-item{height:fit-content}.docs-item a{display:grid;grid-template-columns:auto auto;max-width:258px;width:fit-content}@media screen and (max-width: 767px){.docs-item a{max-width:100%;grid-template-columns:auto 1fr}}.docs-item a .icon{grid-area:span 2/auto;color:#848586;width:34px;height:34px;margin-right:4px}.docs-item a .title{margin-bottom:2px;font-size:16px;max-width:100%;overflow:hidden;text-overflow:ellipsis}@media screen and (max-width: 767px){.docs-item a .title{font-size:14px}}.page-default .docs-list{display:grid;grid-template-columns:repeat(5,1fr)}@media screen and (max-width: 1439px){.page-default .docs-list{grid-template-columns:repeat(4,1fr)}}@media screen and (max-width: 1023px){.page-default .docs-list{grid-template-columns:repeat(3,1fr)}}@media screen and (max-width: 767px){.page-default .docs-list{grid-template-columns:1fr}}.product-fixed{position:sticky;left:0;right:0;top:133px;z-index:11;background:#fff;box-shadow:0 0 20px #0000001a;font-size:12px;line-height:100%;transition:min-height .2s,height .2s,transform .2s,opacity .3s;height:0;opacity:0;pointer-events:none;transform:translateY(-15%)}@media screen and (max-width: 1023px){.product-fixed{top:127px}}@media screen and (max-width: 767px){.product-fixed{display:none}}.product-fixed.visible{height:fit-content;min-height:110px;opacity:1;pointer-events:auto;transform:translateY(0)}.product-fixed .container{display:flex;align-items:center;justify-content:space-between;gap:30px;padding:20px 0}.product-fixed .container .left{display:flex;align-items:center;flex:1;gap:20px}.product-fixed .container .left .img-wrapper{width:70px;height:70px;flex-shrink:0}.product-fixed .container .left .info,.product-fixed .container .left .modif{display:flex;flex-direction:column;gap:10px}.product-fixed .container .left .title{font-weight:600}@media screen and (max-width: 1023px){.product-fixed .container .left .title{max-width:260px}}.product-fixed .container .left .modif li{display:flex;gap:5px}.product-fixed .container .right{display:flex;align-items:center}.product-fixed .container .right .price{display:flex;flex-direction:column;gap:3px;line-height:normal;margin-right:39px}.product-fixed .container .right .price .new{font-size:18px;font-weight:600}.product-fixed .container .right .price .old{font-size:14px}.product-fixed .container .right .btn{margin-right:12px;min-width:145px}.product-fixed .container .right .btn span{display:block}.product-fixed .container .right .actions{display:flex;gap:12px;align-items:center}.product-fixed .container .right .actions svg{width:24px;height:24px}.product-fixed .container .right .actions span{display:none}.cookie-notification{--bg-color: inherit;--text-color: inherit;--main-color: inherit;--main-font: inherit;--border-radius: inherit;position:fixed;bottom:16px;right:16px;z-index:1000;display:flex;flex-direction:column;gap:16px;align-items:start;justify-content:start;max-width:512px;padding:16px;border-radius:var(--border-radius);background:var(--bg-color);visibility:hidden;opacity:0;transition:all .3s}.cookie-notification.show{visibility:visible;opacity:1;transition:all .3s}@media screen and (max-width: 1439px){.cookie-notification{max-width:unset;flex-direction:row;align-items:start;justify-content:space-between;gap:16px;border-radius:0}}@media screen and (max-width: 767px){.cookie-notification{padding:16px 8px;gap:8px}}@media screen and (max-width: 479px){.cookie-notification{flex-direction:column;align-items:center;justify-content:center}}.cookie-notification svg{width:24px;height:24px;color:var(--main-color)}.cookie-notification .text{color:var(--text-color);font-family:var(--main-font);font-size:12px;font-style:normal;font-weight:400;line-height:normal}@media screen and (max-width: 1439px){.cookie-notification .text{flex:1}}@media screen and (max-width: 479px){.cookie-notification .text{text-align:center}}.cookie-notification .text a{position:relative;color:var(--text-color);cursor:pointer;text-decoration:underline;transition:opacity .3s ease}.cookie-notification .text a:hover{opacity:.7}.cookie-notification .btn{padding:12px 30px}.cookie-notification .btn span{display:block}.cookie-notification .default-cookie-btn{padding:8px 20px;border-radius:30px;background:var(--main-color);color:var(--bg-color);font-family:var(--main-font);font-size:16px;font-style:normal;font-weight:400;line-height:normal;transition:background .3s ease;border:1px solid var(--main-color)}.cookie-notification .default-cookie-btn:hover{background:transparent;color:#fff}.person{display:inherit;flex-direction:column;flex-wrap:wrap;justify-content:space-between}.person1{display:inline-flex;flex-wrap:wrap;flex-direction:column;border:3px solid green;margin:10px;border-radius:40px;background:linear-gradient(45deg,green,rgb(155,229,17))}.person1 img{width:450px;height:280px;object-fit:contain;margin-top:10px}@media (max-width: 480px){.person1 img{width:230px;height:180px}}.personal{margin-left:20px}
