@charset "UTF-8";: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;inset:0;width:100%;height:100%;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;inset: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;cursor:default;inset:0;position:absolute;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;cursor:default;inset:0;position:fixed;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;inset: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;inset: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;inset: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;inset: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}.vue-skeletor{position:relative;overflow:hidden;background-color:#0000001f}.vue-skeletor:not(.vue-skeletor--shimmerless):after{position:absolute;top:0;left:0;width:100%;height:100%;transform:translate(-100%);background-image:linear-gradient(90deg,rgba(255,255,255,0),rgba(255,255,255,.3),rgba(37,22,22,0));animation:shimmer 1.5s infinite;content:""}.vue-skeletor--rect,.vue-skeletor--circle{display:block}.vue-skeletor--circle{border-radius:50%}.vue-skeletor--pill,.vue-skeletor--text{border-radius:9999px}.vue-skeletor--text{line-height:1;display:inline-block;width:100%;height:inherit;vertical-align:middle;top:-1px}@keyframes shimmer{to{transform:translate(100%)}}@font-face{font-display:block;font-family:Tilda Sans VF;src:local("Tilda Sans VF"),url(/build/assets/tildaSans-VF-000ed966.woff2) format("woff2 supports variations"),url(/build/assets/tildaSans-VF-000ed966.woff2) format("woff2-variations"),url(/build/assets/tildaSans-VF-2f206a97.ttf) format("ttf supports-variations"),url(/build/assets/tildaSans-VF-2f206a97.ttf) format("ttf-variations"),url(/build/assets/tildaSans-VF-638afbad.woff) format("woff supports variations"),url(/build/assets/tildaSans-VF-638afbad.woff) format("woff-variations");font-weight:300 600}@font-face{font-family:Tilda Sans VF;font-style:normal;font-weight:300;font-display:block;src:url(/build/assets/tildaSans-Light-237031a6.woff) format("woff"),url(/build/assets/tildaSans-Light-da89b4ce.woff2) format("woff2"),url(/build/assets/tildaSans-Light-0bf768f2.eot) format("eot")}@font-face{font-family:Tilda Sans VF;font-style:normal;font-weight:400;font-display:block;src:url(/build/assets/tildaSans-Regular-c353d728.woff) format("woff"),url(/build/assets/tildaSans-Regular-4e622480.woff2) format("woff2"),url(/build/assets/tildaSans-Regular-12960235.eot) format("eot")}@font-face{font-family:Tilda Sans VF;font-style:normal;font-weight:600;font-display:block;src:url(/build/assets/tildaSans-Semibold-d83f853b.woff) format("woff"),url(/build/assets/tildaSans-Semibold-c860c89f.woff2) format("woff2"),url(/build/assets/tildaSans-Semibold-2fa26bd4.eot) format("eot")}h1,.h1{font-family:Tilda Sans VF;font-size:64px;font-weight:300;line-height:100%;margin-bottom:32px;word-break:auto-phrase;hyphens:auto;-webkit-hyphens:auto}@media screen and (max-width: 1439px){h1,.h1{font-size:40px}}@media screen and (max-width: 767px){h1,.h1{font-size:32px}}h2,.h2{font-size:56px;font-weight:300;line-height:90%;margin-bottom:32px;word-break:auto-phrase;hyphens:auto;-webkit-hyphens:auto}@media screen and (max-width: 1439px){h2,.h2{font-size:36px}}@media screen and (max-width: 767px){h2,.h2{font-size:28px}}h3,.h3{font-family:Tilda Sans VF;font-size:48px;font-weight:300;line-height:90%;margin-bottom:32px;word-break:auto-phrase;hyphens:auto;-webkit-hyphens:auto}@media screen and (max-width: 1439px){h3,.h3{font-size:32px}}@media screen and (max-width: 767px){h3,.h3{font-size:24px}}h4,.h4{font-family:Tilda Sans VF;font-size:32px;font-weight:300;line-height:90%;margin-bottom:32px;word-break:break-word;hyphens:auto;-webkit-hyphens:auto}@media screen and (max-width: 1439px){h4,.h4{font-size:28px}}@media screen and (max-width: 767px){h4,.h4{font-size:18px}}.text-container{display:flex;flex-direction:column;align-items:start;justify-content:start;gap:10px;word-break:break-word}.text-container.text-default{color:#373a40;font-family:Tilda Sans VF;font-size:24px;font-style:normal;font-weight:400;line-height:120%;letter-spacing:-.24px;word-break:break-word}@media screen and (max-width: 767px){.text-container.text-default{font-size:16px}}.text-container.text-default p,.text-container.text-default span,.text-container.text-default a,.text-container.text-default li,.text-container.text-default div{color:#373a40;font-family:Tilda Sans VF;font-size:24px;font-style:normal;font-weight:400;line-height:120%;letter-spacing:-.24px;hyphens:auto;-webkit-hyphens:auto}@media screen and (max-width: 767px){.text-container.text-default p,.text-container.text-default span,.text-container.text-default a,.text-container.text-default li,.text-container.text-default div{font-size:16px}}.text-container.text-big{color:#373a40;font-family:Tilda Sans VF;font-size:18px;font-style:normal;font-weight:400;line-height:120%;letter-spacing:-.24px;word-break:break-word}@media screen and (max-width: 767px){.text-container.text-big{font-size:14px}}.text-container.text-big p,.text-container.text-big span,.text-container.text-big a,.text-container.text-big li,.text-container.text-big div{color:#373a40;font-family:Tilda Sans VF;font-size:18px;font-style:normal;font-weight:400;line-height:120%;letter-spacing:-.24px}@media screen and (max-width: 767px){.text-container.text-big p,.text-container.text-big span,.text-container.text-big a,.text-container.text-big li,.text-container.text-big div{font-size:14px}}.text-container.text-medium{color:#373a40;font-family:Tilda Sans VF;font-size:16px;font-style:normal;font-weight:400;line-height:120%;letter-spacing:-.24px;word-break:break-word}@media screen and (max-width: 767px){.text-container.text-medium{font-size:12px}}.text-container.text-medium p,.text-container.text-medium span,.text-container.text-medium a,.text-container.text-medium li,.text-container.text-medium div{color:#373a40;font-family:Tilda Sans VF;font-size:16px;font-style:normal;font-weight:400;line-height:120%;letter-spacing:-.24px}@media screen and (max-width: 767px){.text-container.text-medium p,.text-container.text-medium span,.text-container.text-medium a,.text-container.text-medium li,.text-container.text-medium div{font-size:12px}}.text-container.text-small{color:#373a40;font-family:Tilda Sans VF;font-size:12px;font-style:normal;font-weight:400;line-height:120%;letter-spacing:-.24px;word-break:break-word}@media screen and (max-width: 767px){.text-container.text-small{font-size:8px}}.text-container.text-small p,.text-container.text-small span,.text-container.text-small a,.text-container.text-small li,.text-container.text-small div{color:#373a40;font-family:Tilda Sans VF;font-size:12px;font-style:normal;font-weight:400;line-height:120%;letter-spacing:-.24px}@media screen and (max-width: 767px){.text-container.text-small p,.text-container.text-small span,.text-container.text-small a,.text-container.text-small li,.text-container.text-small div{font-size:8px}}.text-default{color:#373a40;font-family:Tilda Sans VF;font-size:24px;font-style:normal;font-weight:400;line-height:120%;letter-spacing:-.24px;word-break:break-word}@media screen and (max-width: 767px){.text-default{font-size:16px}}.text-default p,.text-default span,.text-default a,.text-default li,.text-default div{color:#373a40;font-family:Tilda Sans VF;font-size:24px;font-style:normal;font-weight:400;line-height:120%;letter-spacing:-.24px}@media screen and (max-width: 767px){.text-default p,.text-default span,.text-default a,.text-default li,.text-default div{font-size:16px}}.text-big{color:#373a40;font-family:Tilda Sans VF;font-size:18px;font-style:normal;font-weight:400;line-height:120%;letter-spacing:-.24px;word-break:break-word}@media screen and (max-width: 767px){.text-big{font-size:14px}}.text-big p,.text-big span,.text-big a,.text-big li,.text-big div{color:#373a40;font-family:Tilda Sans VF;font-size:18px;font-style:normal;font-weight:400;line-height:120%;letter-spacing:-.24px}@media screen and (max-width: 767px){.text-big p,.text-big span,.text-big a,.text-big li,.text-big div{font-size:14px}}.text-medium{color:#373a40;font-family:Tilda Sans VF;font-size:16px;font-style:normal;font-weight:400;line-height:120%;letter-spacing:-.24px;word-break:break-word}@media screen and (max-width: 767px){.text-medium{font-size:12px}}.text-medium p,.text-medium span,.text-medium a,.text-medium li,.text-medium div{color:#373a40;font-family:Tilda Sans VF;font-size:16px;font-style:normal;font-weight:400;line-height:120%;letter-spacing:-.24px}@media screen and (max-width: 767px){.text-medium p,.text-medium span,.text-medium a,.text-medium li,.text-medium div{font-size:12px}}.text-small{color:#373a40;font-family:Tilda Sans VF;font-size:12px;font-style:normal;font-weight:400;line-height:120%;letter-spacing:-.24px;word-break:break-word}@media screen and (max-width: 767px){.text-small{font-size:8px}}.text-small p,.text-small span,.text-small a,.text-small li,.text-small div{color:#373a40;font-family:Tilda Sans VF;font-size:12px;font-style:normal;font-weight:400;line-height:120%;letter-spacing:-.24px}@media screen and (max-width: 767px){.text-small p,.text-small span,.text-small a,.text-small li,.text-small div{font-size:8px}}@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-button-lock{display:none}.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;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;inset: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}*{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{height:100%;position:relative;margin:0;font-weight:400;box-sizing:border-box;font-family:Tilda Sans VF,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#eee;min-width:320px}@supports (font-variation-settings: normal){body{font-family:Tilda Sans VF,sans-serif}}a{text-decoration:none;cursor:pointer;transition:all .3s;color:unset}a:hover{color:#dc5f00}p{margin:0}ul,ol{list-style:none;padding:0}.page{position:relative;height:auto;display:flex;flex-direction:column;min-height:100vh}.page-overflow{overflow-x:hidden}main{flex:1}.main-page{overflow-x:hidden}.container{max-width:1712px;width:calc(100% - 64px);margin:0 auto;scroll-margin-top:150px}@media screen and (max-width: 1023px){.container{width:calc(100% - 32px)}}.main-link{position:absolute;inset:0;width:100%;height:100%;z-index:1}.mb{margin-bottom:96px}@media screen and (max-width: 1439px){.mb{margin-bottom:64px}}@media screen and (max-width: 479px){.mb{margin-bottom:32px}}.border-bottom{width:100%;padding-bottom:24px;border-bottom:2px solid rgba(55,58,64,.05)}.border-right{padding-right:32px;border-right:2px solid rgba(55,58,64,.05)}@media screen and (max-width: 1919px){.border-right{padding-right:24px}}.border-left{padding-left:32px;border-left:2px solid rgba(55,58,64,.05)}@media screen and (max-width: 1919px){.border-left{padding-left:24px}}.fixed{overflow:hidden}.background{position:fixed;inset:0;width:100%;height:100%;opacity:0;background:#373A40;transition:all .3s;visibility:hidden;z-index:6}.title-container{display:flex;flex-direction:row;align-items:center;justify-content:space-between;margin-bottom:32px}@media screen and (max-width: 1439px){.title-container{margin-bottom:24px}}@media screen and (max-width: 767px){.title-container{margin-bottom:16px}}.title-container h2,.title-container .h2{margin-bottom:0;max-width:60%}@media screen and (max-width: 767px){.title-container h2,.title-container .h2{max-width:90%}}.title-container .link-container{display:flex;flex-direction:row;align-items:center;gap:32px}.title-container .navigation-container{display:flex;flex-direction:row;align-items:center;gap:0}@media screen and (max-width: 1439px){.title-container .navigation-container{display:none}}.title-container .link{font-weight:600;line-height:100%}@media (hover: hover) and (pointer: fine){.title-container .link:hover{color:#dc5f00}.title-container .link:hover span{transition:all .3s;color:#dc5f00}}@media screen and (max-width: 1439px){.title-container .link{display:none}}.title-container .link-mobile{display:none}@media screen and (max-width: 1439px){.title-container .link-mobile svg{width:38px;height:38px}}@media screen and (max-width: 767px){.title-container .link-mobile svg{width:24px;height:24px}}@media screen and (max-width: 1439px){.title-container .link-mobile{display:block}}@media (hover: hover) and (pointer: fine){.title-container .link-mobile:hover svg rect{transition:all .3s;fill:#dc5f00}.title-container .link-mobile:hover svg path{transition:all .3s;stroke:#fff}}.tabs{display:flex;flex-direction:row;align-items:center;justify-content:start;gap:0}.tab{padding:16px 24px;background-color:#fff;border-radius:152px;cursor:pointer;transition:all .3s}@media screen and (max-width: 1439px){.tab{padding:12px 16px}}@media screen and (max-width: 767px){.tab{padding:8px 12px}}.tab span{color:#373a40;font-family:Tilda Sans VF;font-size:24px;font-style:normal;font-weight:600;line-height:100%}@media screen and (max-width: 1439px){.tab span{font-size:20px}}@media screen and (max-width: 767px){.tab span{font-size:14px}}@media (hover: hover) and (pointer: fine){.tab:hover{background-color:#dc5f00}.tab:hover span{transition:all .3s;color:#fff}}.tab.active{background-color:#373a40}.tab.active span{color:#fff}.page-container h1,.page-container h2,.page-container h4{margin-bottom:32px}@media screen and (max-width: 1439px){.page-container h1,.page-container h2,.page-container h4{margin-bottom:24px}}@media screen and (max-width: 767px){.page-container h1,.page-container h2,.page-container h4{margin-bottom:16px}}.hidden{display:none}.order-checkbox-container{display:flex;flex-direction:row;align-items:center;justify-content:start;gap:8px;position:relative;z-index:2}.order-checkbox-container input{position:absolute;width:100%;height:100%;min-height:unset;bottom:0;left:0;opacity:0;cursor:pointer}.order-checkbox-container .custom-checkbox.checkbox_error:before{border:2px solid red}.order-checkbox-container input:checked+span:before{display:block;content:"";background-image:url(/build/assets/check-7ec6b3f5.svg);background-repeat:no-repeat;background-size:cover;min-width:24px;min-height:24px;max-width:24px;max-height:24px}@media screen and (max-width: 767px){.order-checkbox-container input:checked+span:before{min-width:12px;min-height:12px;max-width:12px;max-height:12px}}.order-checkbox-container .custom-checkbox{display:block;background-image:url(/build/assets/square-28f58fc4.svg);background-repeat:no-repeat;background-size:cover;min-width:24px;min-height:24px;max-width:24px;max-height:24px;cursor:pointer}@media screen and (max-width: 767px){.order-checkbox-container .custom-checkbox{min-width:12px;min-height:12px;max-width:12px;max-height:12px}}.order-checkbox-container label{color:#373a40;font-family:Tilda Sans VF;font-size:16px;font-style:normal;font-weight:600;line-height:100%}@media screen and (max-width: 767px){.order-checkbox-container label{font-size:12px}}.order-checkbox-container .form-error{position:absolute;top:14px}.radio-container{position:relative;width:100%}.radio-container input{position:absolute;width:100%;height:100%;bottom:0;left:0;opacity:0;cursor:pointer}.radio-container .custom-radio{padding:24px;border-radius:16px;border:2px solid #EEE;display:flex;flex-direction:row;align-items:start;justify-content:start;gap:8px;height:100%}@media screen and (max-width: 1439px){.radio-container .custom-radio{padding:16px;border-radius:12px}}@media screen and (max-width: 767px){.radio-container .custom-radio{border-radius:8px}}.radio-container .custom-checkbox{min-width:24px;min-height:24px;max-width:24px;max-height:24px;border:2px solid #373A40;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;background-color:transparent;transition:all .3s}.radio-container .custom-checkbox:after{content:"";width:8px;height:8px;border-radius:50%;background-color:transparent;transition:all .3s}@media screen and (max-width: 767px){.radio-container .custom-checkbox:after{min-width:4px;min-height:4px;max-width:4px;max-height:4px}}@media screen and (max-width: 767px){.radio-container .custom-checkbox{min-width:12px;min-height:12px;max-width:12px;max-height:12px}}.radio-container .text-container{display:flex;flex-direction:column;align-items:start;justify-content:start;gap:14px}@media screen and (max-width: 767px){.radio-container .text-container{gap:8px}}.radio-container .text-container .title{font-family:Tilda Sans VF;font-size:16px;font-style:normal;font-weight:600;line-height:100%;color:#373a40;letter-spacing:.16px}@media screen and (max-width: 767px){.radio-container .text-container .title{font-size:12px}}.radio-container .text-container .description{font-family:Tilda Sans VF;font-size:16px;font-style:normal;font-weight:400;line-height:100%;color:#9b9c9f;letter-spacing:.16px}@media screen and (max-width: 767px){.radio-container .text-container .description{font-size:12px}}.radio-container input:checked+.custom-radio{border:2px solid #DC5F00}.radio-container input:checked+.custom-radio .custom-checkbox{background-color:#dc5f00;border-color:#dc5f00;transition:all .3s}.radio-container input:checked+.custom-radio .custom-checkbox:after{background-color:#fff}.delete-btn.btn-disabled{pointer-events:none;opacity:.7}.delete-btn span{font-family:Tilda Sans VF;font-size:16px;font-style:normal;font-weight:600;line-height:100%;letter-spacing:.16px;color:#373a40;display:flex;flex-direction:row;align-items:center;gap:6px;transition:all .3s}@media screen and (max-height: 767px){.delete-btn span{gap:4px;font-size:12px}}.delete-btn span:before{content:"";background-image:url(/build/assets/trash-1a742d74.svg);background-repeat:no-repeat;background-size:contain;width:16px;height:16px;transition:all .3s}@media screen and (max-width: 767px){.delete-btn span:before{width:12px;height:12px}}@media (hover: hover) and (pointer: fine){.delete-btn:hover span{color:#dc5f00}.delete-btn:hover span:before{background-image:url(/build/assets/trash-main-color-b1d85d86.svg)}}.footer{width:100%;background-color:#373a40;padding-top:96px;padding-bottom:32px}@media screen and (max-width: 1023px){.footer{padding-top:64px;padding-bottom:64px}}@media screen and (max-width: 479px){.footer{padding-top:32px;padding-bottom:92px}}.footer a{color:#9b9c9f}.footer a:hover{color:#dc5f00}.footer .top{width:100%;display:grid;grid-template-columns:auto auto;align-items:stretch;justify-content:space-between;gap:16px;padding-bottom:32px;border-bottom:1px solid #696B70}@media screen and (max-width: 1439px){.footer .top{display:flex;flex-direction:column;align-items:start;justify-content:start;gap:32px}}@media screen and (max-width: 1023px){.footer .top{display:flex;flex-direction:column;align-items:start;justify-content:start;gap:24px}}.footer .links-container{display:flex;flex-direction:row;align-items:start;justify-content:start;gap:16px}@media screen and (max-width: 1439px){.footer .links-container{width:100%;display:grid;grid-template-columns:repeat(3,1fr);gap:16px}}@media screen and (max-width: 1023px){.footer .links-container{display:flex;flex-direction:column;align-items:start;justify-content:start;gap:24px}}.footer .dropdown-container{display:flex;flex-direction:column;align-items:start;justify-content:start;gap:16px;width:272px;cursor:pointer}@media screen and (max-width: 1919px){.footer .dropdown-container{max-width:216px}}@media screen and (max-width: 1439px){.footer .dropdown-container{width:100%;max-width:unset}}@media screen and (max-width: 1023px){.footer .dropdown-container{width:100%;max-width:100%;padding-bottom:24px;border-bottom:1px solid #696B70}}.footer .dropdown-container .text-default{width:100%;color:#fff;display:flex;flex-direction:row;align-items:center;justify-content:space-between;user-select:none}@media screen and (max-width: 1023px){.footer .dropdown-container .text-default{line-height:24px}}.footer .dropdown-container .text-default:after{display:none}@media screen and (max-width: 1023px){.footer .dropdown-container .text-default:after{transition:all .3s;content:"";background-image:url(/build/assets/dropdown-arrow-43c9c7d4.svg);background-repeat:no-repeat;background-size:contain;width:24px;height:24px;display:block}}.footer .dropdown-container .dropdown-list{width:100%;display:flex;flex-direction:column;align-items:start;justify-content:start;gap:8px}@media screen and (max-width: 1023px){.footer .dropdown-container .dropdown-list{gap:16px;height:0;opacity:0;margin-top:-16px;z-index:-1;transition:all .3s}}.footer .dropdown-container .dropdown-list li:before{display:none}.footer .dropdown-container .dropdown-list a{color:#9b9c9f}.footer .dropdown-container .dropdown-list a:hover{color:#dc5f00}.footer .dropdown-container.open .dropdown-list{height:auto;z-index:1;opacity:1;margin-top:0}.footer .dropdown-container.open .text-default:after{transform:rotate(180deg)}.footer .information-container{display:flex;flex-direction:row;align-items:start;justify-content:start;gap:16px;width:100%;height:100%}@media screen and (max-width: 1439px){.footer .information-container{width:100%;display:flex;flex-direction:column;align-items:flex-start;gap:32px;max-width:unset}}@media screen and (max-width: 1023px){.footer .information-container{width:100%!important;gap:16px}}.footer .information-container .contacts-container,.footer .information-container .wrapper{width:272px}@media screen and (max-width: 1919px){.footer .information-container .contacts-container,.footer .information-container .wrapper{width:216px}}@media screen and (max-width: 1439px){.footer .information-container .contacts-container,.footer .information-container .wrapper{width:100%}}@media screen and (max-width: 1023px){.footer .information-container .contacts-container,.footer .information-container .wrapper{width:auto}}.footer .information-container .wrapper{height:100%;display:flex;flex-direction:column;align-items:flex-start;justify-content:space-between}@media screen and (max-width: 1919px){.footer .information-container .wrapper{width:332px}}@media screen and (max-width: 1439px){.footer .information-container .wrapper{width:100%;display:flex;flex-direction:row;align-items:center;justify-content:space-between}}@media screen and (max-width: 1023px){.footer .information-container .wrapper{display:flex;flex-direction:column;align-items:flex-start;gap:24px}}@media screen and (max-width: 767px){.footer .information-container .wrapper{gap:16px}}.footer .information-container .contacts-container{display:flex;flex-direction:column;align-items:start;justify-content:start;gap:16px}@media screen and (max-width: 1439px){.footer .information-container .contacts-container{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;border-bottom:1px solid #696B70;padding-bottom:32px}}@media screen and (max-width: 1023px){.footer .information-container .contacts-container{display:flex;width:100%;flex-direction:row;gap:32px;padding-bottom:24px}}@media screen and (max-width: 767px){.footer .information-container .contacts-container{width:100%;flex-direction:column;align-items:start;gap:16px}}@media screen and (max-width: 1023px){.footer .information-container{max-width:unset;width:auto}}.footer .information-container .text-default{color:#fff}.footer .information-container .text-default:hover{color:#dc5f00}.footer .address-container{display:flex;flex-direction:column;align-items:start;justify-content:start;gap:0;margin-bottom:24px}@media screen and (max-width: 1439px){.footer .address-container{margin-bottom:0;flex-direction:row;gap:5px;flex-wrap:wrap}}@media screen and (max-width: 1023px){.footer .address-container{margin-bottom:8px}}.footer .text-medium{color:#9b9c9f}.footer .bottom{padding-top:32px;display:flex;flex-direction:row;align-items:start;justify-content:space-between}@media screen and (max-width: 1439px){.footer .bottom{flex-direction:column;gap:32px}}.footer .bottom .text-container{width:66%}@media screen and (max-width: 1919px){.footer .bottom .text-container{width:57%}}@media screen and (max-width: 1439px){.footer .bottom .text-container{width:100%}}@media screen and (max-width: 1023px){.footer .bottom .text-container{padding-bottom:24px;border-bottom:1px solid #696B70}}.footer .bottom .text-container p{width:96%;color:#9b9c9f;text-align:start;line-height:160%}@media screen and (max-width: 1439px){.footer .bottom .text-container p{width:100%}}.footer .bottom .text-container a{color:#9b9c9f;text-decoration-line:underline}.footer .bottom .text-container a:hover{color:#dc5f00}.footer .socials-block{display:grid;grid-template-columns:auto auto;grid-template-rows:32px 26px;row-gap:21px;column-gap:64px}@media screen and (max-width: 1439px){.footer .socials-block{width:100%;display:flex;flex-direction:row;align-items:start;justify-content:space-between}}@media screen and (max-width: 1023px){.footer .socials-block{width:100%;justify-content:start;gap:32px;padding-bottom:24px;border-bottom:1px solid #696B70}}@media screen and (max-width: 767px){.footer .socials-block{flex-direction:column;gap:24px}}.footer .socials-list,.footer .bank-list{display:flex;flex-direction:row;align-items:center;justify-content:start;gap:16px}.footer .socials-list li:before,.footer .bank-list li:before{display:none}.footer .social{display:block;width:32px;height:32px;background-repeat:no-repeat;background-size:contain;transition:all .3s}.footer .social.social-yt{background-image:url(/build/assets/yt-07bf876c.svg)}@media (hover: hover) and (pointer: fine){.footer .social.social-yt:hover{background-image:url(/build/assets/yt-orange-9441b4c4.svg)}}.footer .social.social-tg{background-image:url(/build/assets/tg-dbe7977a.svg)}@media (hover: hover) and (pointer: fine){.footer .social.social-tg:hover{background-image:url(/build/assets/tg-orange-74910072.svg)}}.footer .social.social-phone{background-image:url(/build/assets/phone-7e4d1f6f.svg)}@media (hover: hover) and (pointer: fine){.footer .social.social-phone:hover{background-image:url(/build/assets/phone-orange-61b54afe.svg)}}.footer .social.social-vk{background-image:url(/build/assets/vk-e4baac5a.svg)}@media (hover: hover) and (pointer: fine){.footer .social.social-vk:hover{background-image:url(/build/assets/vk-orange-9a240a18.svg)}}.footer .social.social-whatsapp{background-image:url(/build/assets/whatsap-2ed5e0b8.svg)}@media (hover: hover) and (pointer: fine){.footer .social.social-whatsapp:hover{background-image:url(/build/assets/whatsap-orange-dbe3e2d9.svg)}}.footer .bank{background-repeat:no-repeat;background-size:contain}.footer .bank.mc{width:53px;height:32px;background-image:url(/build/assets/mastercard-d8b96752.svg)}.footer .bank.visa{width:71px;height:22px;background-image:url(/build/assets/visa-550a02ba.svg)}.footer .bank.mir{width:76px;height:22px;background-image:url(/build/assets/mir-974af9bd.svg)}.footer .company-link{font-size:16px}@media screen and (max-width: 767px){.footer .company-link{font-size:12px}}@media screen and (max-width: 1439px){.footer .company-link{width:272px}}.footer .company-link.mobile{display:none}@media screen and (max-width: 1023px){.footer .company-link.mobile{display:block}}.footer .company-link.desktop{display:block}@media screen and (max-width: 1023px){.footer .company-link.desktop{display:none}}.header{width:100%;padding-bottom:32px;padding-top:16px;position:relative}.header.error-page{display:flex;flex-direction:row;align-items:center;justify-content:center}.header.error-page svg{position:relative;width:161px;height:49px}@media screen and (max-width: 767px){.header.error-page svg{width:101px;height:28px}}.header .desktop-container{display:flex;flex-direction:column;align-items:start;justify-content:start;gap:16px}.header .top{width:100%;display:flex;flex-direction:row;align-items:center;justify-content:space-between}.header .top a,.header .top p{color:#9b9c9f}.header .top a:hover,.header .top p:hover{color:#dc5f00}@media screen and (max-width: 1439px){.header .top a,.header .top p{font-size:12px}}@media screen and (max-width: 1023px){.header .top a,.header .top p{font-size:16px}}.header ul{display:flex;flex-direction:row;align-items:center;gap:32px}@media screen and (max-width: 1919px){.header ul{gap:24px}}@media screen and (max-width: 1439px){.header ul{gap:12px}}.header ul li:before{display:none}.header .mobile-logo{display:none}.header .mobile-logo svg{width:220px;height:28px}@media screen and (max-width: 479px){.header .mobile-logo svg{width:161px;height:22px}}@media screen and (max-width: 767px){.header .mobile-logo{display:block}}.header .desktop-container .nav-list a{color:#9b9c9f;font-family:Tilda Sans VF;font-size:16px;font-style:normal;font-weight:400;line-height:160%;transition:all .3s}@media (hover: hover) and (pointer: fine){.header .desktop-container .nav-list a:hover{color:#dc5f00}}@media screen and (max-width: 1439px){.header .desktop-container .nav-list a{font-size:12px}}.header .desktop-container .nav-list a.active{color:#dc5f00}@media screen and (max-width: 1023px){.header .desktop-container .nav-list{display:none}}@media screen and (max-width: 1023px){.header .desktop-container .contacts-list{width:100%;justify-content:space-between}}.header .desktop-container .contacts-list .questions-link{display:none}.header .desktop-container .question-btn-container{cursor:pointer}@media screen and (max-width: 1023px){.header .desktop-container .question-btn-container{display:none}}@media screen and (max-width: 1023px){.header .desktop-container .address{max-width:unset}}@media screen and (max-width: 767px){.header .desktop-container .address{display:none}}.header .bottom{width:100%;display:flex;flex-direction:row;align-items:center;justify-content:space-between;position:relative}@media screen and (max-width: 1439px){.header .bottom{gap:32px}}@media screen and (max-width: 767px){.header .bottom{gap:0}}.header .bottom .logo svg{width:280px;height:37px}@media screen and (max-width: 767px){.header .bottom .logo{display:none}}.header .search-container{width:83%;display:flex;flex-direction:row;align-items:center;gap:16px}@media screen and (max-width: 1023px){.header .search-container{width:100%}}.header .search-container .buttons-list{display:flex;flex-direction:row;align-items:center;align-items:start;gap:0}@media screen and (max-width: 1023px){.header .search-container .buttons-list{display:none}}.header .search-container .buttons-list li{position:relative;cursor:pointer}.header .search-container .buttons-list svg{width:49px;height:49px;cursor:pointer}@media screen and (max-width: 767px){.header .search-container .buttons-list svg{width:16px;height:16px}}.header .search-container .btn-default:before{display:none}.header .search-container .open-dropdown{width:auto;height:49px;border-radius:152px;background-color:#dc5f00;padding:14px 20px;display:flex;flex-direction:row;align-items:center;justify-content:center;gap:10px;border:none;position:relative}@media screen and (max-width: 1023px){.header .search-container .open-dropdown{display:none}}.header .search-container .open-dropdown .burger-icon-wrap{width:18px;height:14px;position:relative;flex-shrink:0}.header .search-container .open-dropdown span{width:18px;height:2px;background-color:#fff;border-radius:30px;position:absolute;transition:all .3s;left:0}.header .search-container .open-dropdown span:nth-child(1){top:0}.header .search-container .open-dropdown span:nth-child(2){top:6px}.header .search-container .open-dropdown span:nth-child(3){top:12px}.header .search-container .open-dropdown .catalog-label{font-family:Tilda Sans VF;font-size:16px;font-weight:600;font-style:normal;color:#fff;white-space:nowrap}.header .search-container .open-dropdown.active .burger-icon-wrap span:nth-child(1){transform:rotate(45deg);top:6px}.header .search-container .open-dropdown.active .burger-icon-wrap span:nth-child(2){width:0%;opacity:0;left:-100%}.header .search-container .open-dropdown.active .burger-icon-wrap span:nth-child(3){transform:rotate(-45deg);top:6px}.header .search-dropdown{flex:1}@media screen and (max-width: 767px){.header .search-dropdown{padding:4px 7px}}.header .search-dropdown input{width:100%;border:none;outline:none;padding:0;color:#373a40;font-family:Tilda Sans VF;font-size:18px;font-style:normal;font-weight:400;line-height:100%}@media screen and (max-width: 767px){.header .search-dropdown input{padding:4px 0}}.header .search-dropdown input::placeholder{color:#9b9c9f;font-family:Tilda Sans VF;font-size:18px;font-style:normal;font-weight:400;line-height:100%}.header .search-dropdown svg{width:24px;height:24px}.header .nav-list svg{display:none}.header .buttons-list li{position:relative}.header .buttons-list .count{position:absolute;top:-2px;right:-2px;border-radius:88px;border:2px solid #EEE;background:#373A40;color:#fff;font-family:Tilda Sans VF;font-size:10px;font-style:normal;font-weight:500;line-height:100%;padding:3px}.header .buttons-list .comparison svg{cursor:pointer;transition:all .3s}.header .buttons-list .comparison svg:hover rect{transition:all .3s;fill:#dc5f00}.header .buttons-list .comparison svg:hover circle{transition:all .3s;stroke:#fff}.header .buttons-list .comparison svg:hover path{fill:#fff}.header .buttons-list .comparison.active circle{stroke:#dc5f00}.header .buttons-list .comparison.active path{fill:#dc5f00}.header .buttons-list .like svg{cursor:pointer;transition:all .3s}.header .buttons-list .like svg:hover path{transition:all .3s;fill:#dc5f00;stroke:#fff}.header .buttons-list .like.active path{stroke:#dc5f00}.header .buttons-list .like.active .first-path{stroke:none}.header .buttons-list .cart svg{cursor:pointer;transition:all .3s}.header .buttons-list .cart svg:hover rect{transition:all .3s;fill:#dc5f00}.header .buttons-list .cart svg:hover path{transition:all .3s;stroke:#fff}.header .buttons-list .cart.active path{transition:all .3s;stroke:#dc5f00}.header .buttons-list .profile svg{cursor:pointer;transition:all .3s}.header .buttons-list .profile svg:hover path{transition:all .3s;fill:#dc5f00;stroke:#fff}.fixed-menu{display:none;position:fixed;bottom:0;width:100%;background-color:#fff;padding-top:16px;padding-bottom:16px;z-index:11;border-top:2px solid rgba(55,58,64,.05)}@media screen and (max-width: 1023px){.fixed-menu{display:flex}}@media screen and (max-width: 479px){.fixed-menu{padding-top:8px;padding-bottom:8px}}@supports (padding: max(0px)){.fixed-menu{padding-bottom:calc(env(safe-area-inset-bottom) + 8px);padding-right:calc(env(safe-area-inset-right) + 16px);padding-left:calc(env(safe-area-inset-left) + 16px)}}.fixed-menu .container{width:100%;display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:0;padding:0 48px}@media screen and (max-width: 767px){.fixed-menu .container{padding:0 20px}}@media screen and (max-width: 479px){.fixed-menu .container{padding:0 4px}}.fixed-menu a{display:flex;flex-direction:row;align-items:center}.fixed-menu .mobile-link{position:relative}.fixed-menu .mobile-link .count{position:absolute;top:-2px;right:-10px;border-radius:88px;border:2px solid #EEE;background:#373A40;color:#fff;font-family:Tilda Sans VF;font-size:9px;font-style:normal;font-weight:700;line-height:100%;padding:3px}.fixed-menu svg{width:24px;height:24px;color:#9b9c9f}@media (hover: hover) and (pointer: fine){.fixed-menu svg:hover{color:#dc5f00}}.fixed-menu a.active{color:#dc5f00}.fixed-menu a.active svg{color:#dc5f00}.fixed-menu a.active svg path{stroke:#dc5f00}.fixed-menu .menu{width:24px;height:24px;padding:4px 3px;position:relative;cursor:pointer}.fixed-menu .menu span{width:16px;height:2px;background-color:#9b9c9f;border-radius:30px;display:block;transition:all .3s;position:absolute}.fixed-menu .menu span:nth-child(1){top:4px}.fixed-menu .menu span:nth-child(2){top:10px}.fixed-menu .menu span:nth-child(3){top:16px}.fixed-menu .menu.open span{background-color:#dc5f00}.fixed-menu .menu.open span:nth-child(1){top:10px;transform:rotate(45deg)}.fixed-menu .menu.open span:nth-child(2){opacity:0}.fixed-menu .menu.open span:nth-child(3){top:10px;transform:rotate(-45deg)}.mobile-menu{width:100%;height:100%;overflow:scroll;position:fixed;inset:0;background-color:#fff;z-index:10;display:none;transform:translate(100%);transition:all .3s;padding-top:16px;padding-bottom:66px}@supports (padding: max(40px)){.mobile-menu{padding-bottom:calc(env(safe-area-inset-bottom) + 66px)}}.mobile-menu::-webkit-scrollbar{width:0;height:0}@media screen and (max-width: 1023px){.mobile-menu{display:flex}}.mobile-menu .container{height:max-content}.mobile-menu.open{transform:translate(0)}.mobile-menu ul{display:flex;flex-direction:column;align-items:flex-start}.mobile-menu .container{display:flex;flex-direction:column;align-items:flex-start;gap:24px}.mobile-menu .logo-container a{display:block;width:auto;height:auto}.mobile-menu .logo-container svg{width:162px;height:45px}@media screen and (max-width: 767px){.mobile-menu .logo-container svg{width:101px;height:28px}}.mobile-menu .profile-container{display:flex;flex-direction:column;align-items:flex-start;gap:8px;position:relative}.mobile-menu .profile-container .title{font-family:Tilda Sans VF;color:#373a40;font-size:28px;font-style:normal;font-weight:300;line-height:90%}@media screen and (max-width: 767px){.mobile-menu .profile-container .title{font-size:20px}}.mobile-menu .profile-container .subtitle{font-family:Tilda Sans VF;color:#9b9c9f;font-size:18px;font-style:normal;font-weight:400;line-height:160%}@media screen and (max-width: 767px){.mobile-menu .profile-container .subtitle{font-size:16px}}.mobile-menu .profile-container button{padding:12px 16px}.mobile-menu .profile-container button span{font-size:20px}@media screen and (max-width: 767px){.mobile-menu .profile-container button span{font-size:16px}}.mobile-menu .profile-container.authorized{display:flex;flex-direction:row;align-items:center;justify-content:space-between}.mobile-menu .profile-container.authorized .user{display:flex;flex-direction:row;align-items:center;gap:8px}.mobile-menu .profile-container.authorized .user p{color:#373a40;font-family:Tilda Sans VF;font-size:20px;font-style:normal;font-weight:600;line-height:100%}@media screen and (max-width: 767px){.mobile-menu .profile-container.authorized .user p{font-size:16px}}.mobile-menu .profile-container.authorized svg{width:24px;height:24px}@media screen and (max-width: 767px){.mobile-menu .profile-container.authorized svg{width:16px;height:16px}}.mobile-menu .profile-container.authorized svg.user{color:#dc5f00}.mobile-menu .profile-container.authorized svg.arrow{color:#9b9c9f}.mobile-menu .nav-list{gap:24px}.mobile-menu .nav-list li{width:100%;display:flex;flex-direction:row;align-items:center;justify-content:space-between}.mobile-menu .nav-list li:before{display:none}.mobile-menu .nav-list svg{color:#dc5f00;width:24px;height:24px}@media screen and (max-width: 767px){.mobile-menu .nav-list svg{width:16px;height:16px}}.mobile-menu .nav-list a{display:flex;flex-direction:row;align-items:center;gap:8px;font-size:20px;font-weight:600}.mobile-menu .nav-list a.active{color:#dc5f00}@media screen and (max-width: 767px){.mobile-menu .nav-list a{gap:6px;font-size:14px}}.mobile-menu .nav-list .count{border-radius:88px;background:#373A40;color:#fff;font-family:Tilda Sans VF;font-size:14px;font-style:normal;font-weight:600;line-height:14px;padding:3px 6px;max-height:22px}.mobile-menu .text-big{color:#9b9c9f}.dropdown-header-container{position:relative}@media screen and (max-width: 1023px){.dropdown-header-container{display:none}}.dropdown-header-container .dropdown-services-wrapper{width:auto;height:auto;background-color:transparent;position:absolute;top:0;left:0;opacity:0;z-index:-1;transition:opacity .3s;padding-top:56px}.dropdown-header-container .dropdown-services{width:358px;transition:all .3s;padding:32px;background-color:#fff;border-radius:32px;display:flex;flex-direction:row;align-items:stretch;gap:32px;height:100%}@media screen and (max-width: 1919px){.dropdown-header-container .dropdown-services{gap:24px}}@media screen and (max-width: 1023px){.dropdown-header-container .dropdown-services{display:none}}.dropdown-header-container .dropdown-services .catalog-link{position:absolute;bottom:32px;display:none}.dropdown-header-container .dropdown-services .list{display:flex;flex-direction:column;align-items:start;justify-content:start;gap:0;margin-bottom:56px}.dropdown-header-container .dropdown-services .list li{display:flex;align-items:start;justify-content:start;width:100%;transition:all .3s;font-size:16px}.dropdown-header-container .dropdown-services .list a{width:100%;white-space:nowrap;color:#373a40;font-weight:600;display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:10px;padding:16px;border-radius:16px;transition:all .3s}@media (hover: hover) and (pointer: fine){.dropdown-header-container .dropdown-services .list a:hover{background-color:#eee}.dropdown-header-container .dropdown-services .list a:hover svg{opacity:1}}.dropdown-header-container .dropdown-services .list a svg{width:24px;height:24px;color:#dc5f00;opacity:0;transition:all .3s}@media screen and (max-width: 1439px){.dropdown-header-container .dropdown-services .list a svg{opacity:1}}.dropdown-header-container.open .background{opacity:.3;visibility:visible;transition:opacity .3s}.dropdown-header-container.open .dropdown-services-wrapper{z-index:7;opacity:1}.dropdown-header-container.open .dropdown-services{z-index:6;opacity:1;height:max-content;width:auto}.dropdown-header-container.open .open-dropdown{z-index:7}.dropdown-header-container.open .open-dropdown .burger-icon-wrap span:nth-child(1){transform:rotate(45deg);top:6px}.dropdown-header-container.open .open-dropdown .burger-icon-wrap span:nth-child(2){width:0%;opacity:0;left:-100%}.dropdown-header-container.open .open-dropdown .burger-icon-wrap span:nth-child(3){transform:rotate(-45deg);top:6px}.dropdown-header-container.open .border-right.main-list{display:flex;flex-direction:column;justify-content:space-between;min-width:294px;border-right:none;padding-right:0}@media screen and (max-width: 1439px){.dropdown-header-container.open .border-right.main-list{border-right:none;padding-right:0}}.dropdown-header-container.open .border-right.main-list .text-medium{padding:16px;color:#373a40;font-weight:600}@media (hover: hover) and (pointer: fine){.dropdown-header-container.open .text-medium.link:hover{color:#dc5f00}}.dropdown-header-container.open h4{color:#9b9c9f;margin-bottom:24px}@media screen and (max-width: 1919px){.dropdown-header-container.open h4{margin-bottom:16px}}.dropdown-header-container.open .categories .category-container{max-width:462px}.dropdown-header-container.open .categories .category-list{display:block;gap:24px;columns:2 219px}.dropdown-header-container.open .categories .category-list:last-of-type{border-bottom:none}.dropdown-header-container.open .categories .category-list li{width:219px;margin-bottom:16px}.dropdown-header-container.open .categories .category-list .category-link{width:100%;display:grid;grid-template-columns:10fr 1fr;flex-direction:row;align-items:stretch;justify-content:space-between;gap:8px}@media (hover: hover) and (pointer: fine){.dropdown-header-container.open .categories .category-list .category-link:hover .text-medium.title{color:#dc5f00}}.dropdown-header-container.open .categories .category-list .text-medium.title{color:#373a40}.dropdown-header-container.open .categories .category-list .text-medium.count{color:#9b9c9f;white-space:nowrap}.dropdown-header-container.open .info-list{display:flex;flex-direction:column;align-items:start;justify-content:start;gap:24px}@media screen and (max-width: 1919px){.dropdown-header-container.open .info-list{gap:16px}}@media screen and (max-width: 1919px){.dropdown-header-container.open .border-bottom{padding-bottom:16px}}.dropdown-header-container.open .info-item .list{display:flex;flex-direction:column;align-items:start;justify-content:start;gap:8px}.dropdown-header-container.open .info-item .list.brand{width:209px;display:flex;flex-wrap:wrap;flex-direction:row;align-items:start;justify-content:start;column-gap:16px;row-gap:8px}.dropdown-header-container.open .info-item .list.brand li{width:auto}.dropdown-header-container.open .info-item img{object-fit:contain;max-width:81px;height:auto}.dropdown-services-wrapper.active .dropdown-services{width:max-content;max-width:1157px;display:flex;flex-direction:row;align-items:stretch;justify-content:start;gap:32px}@media screen and (max-width: 1439px){.dropdown-services-wrapper.active .dropdown-services{width:auto}}.dropdown-services-wrapper.active .border-right.main-list{padding-right:32px;border-right:2px solid rgba(55,58,64,.05)}@media screen and (max-width: 1919px){.dropdown-services-wrapper.active .border-right.main-list{padding-right:24px}}@media screen and (max-width: 1439px){.dropdown-services-wrapper.active .border-right.main-list{border:none;padding:0}}.dropdown-services-wrapper.active .catalog-link{display:inline-block;position:absolute;bottom:32px;padding-left:16px}@media screen and (max-width: 1439px){.dropdown-services-wrapper.active .catalog-link{display:none}}@media screen and (max-width: 1919px){.dropdown-services-wrapper.active{width:max-content;max-width:1125px;gap:24px}}@media screen and (max-width: 1439px){.dropdown-services-wrapper.active{width:auto}}@media screen and (max-width: 1023px){.dropdown-services-wrapper.active{display:none}}.dropdown-content{display:none}.dropdown-content.visible{display:flex;flex-direction:row;align-items:stretch;justify-content:start;gap:32px}@media screen and (max-width: 1919px){.dropdown-content.visible{gap:24px}}@media screen and (max-width: 1439px){.dropdown-content.visible{display:none}}.dropdown-content.visible .category-link{width:100%;display:grid;grid-template-columns:10fr 1fr;flex-direction:row;align-items:stretch;justify-content:space-between;gap:8px}@media (hover: hover) and (pointer: fine){.dropdown-content.visible .category-link:hover .text-medium.title{color:#dc5f00}}#mobile-authorization{width:100%}.header-promo-container{width:100%;padding:16px;background-color:#dc5f00}@media screen and (max-width: 767px){.header-promo-container{padding:8px}}.header-promo-container .container{display:flex;flex-direction:row;align-items:center;justify-content:center}.header-promo-container p{color:#fff;font-family:Tilda Sans VF;font-size:24px;font-style:normal;font-weight:400;line-height:120%;letter-spacing:-.24px;text-align:center}@media screen and (max-width: 1439px){.header-promo-container p{font-size:18px}}@media screen and (max-width: 767px){.header-promo-container p{font-size:12px}}.header-promo-container p span{font-weight:700}.seo{width:100%;display:flex;flex-direction:row;align-items:start;justify-content:space-between;gap:16px}@media screen and (max-width: 1023px){.seo{flex-direction:column;align-items:start;justify-content:start}}@media screen and (max-width: 767px){.seo{gap:8px}}.seo .title{max-width:50%;margin-bottom:0}@media screen and (max-width: 1439px){.seo .title{max-width:30%}}@media screen and (max-width: 1023px){.seo .title{max-width:100%}}.seo .text-container{width:50%}@media screen and (max-width: 1439px){.seo .text-container{width:70%}}@media screen and (max-width: 1023px){.seo .text-container{width:100%}}.seo img{max-width:100%;height:auto;object-fit:contain}.ui-block{width:100%;height:100%;display:flex;flex-direction:column;align-items:start;justify-content:start;gap:20px;padding-top:100px;padding-bottom:100px}.btn{padding:0;margin:0;border:0;background:transparent;cursor:pointer}.btn-default{width:auto;height:auto;padding:16px 24px;border-radius:152px;background-color:#373a40;position:relative;overflow:hidden;transition:all .3s;display:flex;align-items:center;justify-content:center}@media screen and (max-width: 1439px){.btn-default{padding:12px 16px}}@media screen and (max-width: 767px){.btn-default{padding:7px 12px}}.btn-default:before{content:"";position:absolute;top:0;left:0;width:0;height:100%;background-color:#dc5f00;border-radius:152px;opacity:0;transition:all .3s ease;z-index:1}.btn-default span{color:#fff;font-family:Tilda Sans VF;font-size:24px;font-style:normal;font-weight:600;line-height:100%;z-index:2;position:relative}@media screen and (max-width: 1439px){.btn-default span{font-size:20px}}@media screen and (max-width: 767px){.btn-default span{font-size:14px}}@media (hover: hover) and (pointer: fine){.btn-default:hover:before{width:100%;height:100%;opacity:1}}.btn-default.disabled{pointer-events:none;background-color:#cdcecf}.btn-default.disabled span{color:#9b9c9f}.btn-default:disabled{pointer-events:none;background-color:#cdcecf}.btn-default:disabled span{color:#9b9c9f}.btn-default.orange{background-color:#dc5f00}.btn-default.orange:before{background-color:#373a40}.btn-default.orange span{color:#fff}.btn-default.white{background-color:#fff}.btn-default.white:before{background-color:#373a40}.btn-default.white span{color:#373a40}.btn-default.grey{background-color:#eee}.btn-default.grey:before{background-color:#373a40}.btn-default.grey span{color:#373a40}@media (hover: hover) and (pointer: fine){.btn-default.grey:hover span{color:#fff}}@media (hover: hover) and (pointer: fine){.btn-default.link:hover span:after{background-image:url(/build/assets/arrow-2cbd951e.svg)}}.btn-default.link span{display:flex;flex-direction:row;align-items:center;gap:8px}.btn-default.link span:after{content:"";background-image:url(/build/assets/arrow-grey-df03167e.svg);background-repeat:no-repeat;background-size:contain;width:24px;height:24px;transition:all .3s}.btn-default.link.active{background-color:#dc5f00}.btn-default.link.active:before{background-color:#373a40}.btn-default.link.active span:after{background-image:url(/build/assets/arrow-2cbd951e.svg)}.btn-up{width:fit-content}.btn-up span{display:flex;flex-direction:row;align-items:center;gap:8px}.btn-up span:before{display:block;content:"";background-image:url(/build/assets/arrow-up-76efe8a9.svg);background-repeat:no-repeat;background-size:contain;width:24px;height:24px}.link{color:#dc5f00}.tag{width:auto;height:auto;border-radius:88px;background-color:#dc5f00;padding:8px 12px;cursor:pointer}.tag span{color:#fff;font-family:Tilda Sans VF;font-size:16px;font-style:normal;font-weight:600;line-height:100%}.tooltip{border-radius:8px;background-color:#373a40;padding:8px;position:relative;max-height:24px;display:flex;align-items:center;justify-content:center}.tooltip:before{content:"";position:absolute;border:14px solid transparent;border-bottom:14px solid #373A40}.tooltip span{color:#fff;text-align:center;font-family:Tilda Sans VF;font-size:12px;font-style:normal;font-weight:400;line-height:100%;letter-spacing:.24px}.tooltip.down:before{top:-27px;left:calc(50% - 14px)}.tooltip.top:before{border:14px solid transparent;border-top:14px solid #373A40;bottom:-27px;left:calc(50% - 14px)}.tooltip.right:before{border:6px solid transparent;border-right:6px solid #373A40;top:25%;left:-11px}.tooltip.left:before{border:6px solid transparent;border-left:6px solid #373A40;top:25%;right:-11px}.static-content ol{display:flex;flex-direction:column;align-items:start;justify-content:start;gap:16px;counter-reset:myCounter}.static-content ol li{color:#373a40;font-family:Tilda Sans VF;font-size:18px;font-style:normal;font-weight:400;line-height:130%;display:flex;flex-direction:row;align-items:start;justify-content:start;gap:10px}.static-content ol li:before{counter-increment:myCounter;content:counter(myCounter) ".";color:#373a40;text-align:center;font-family:Tilda Sans VF;font-size:18px;font-style:normal;font-weight:400;line-height:130%}.static-content ul{display:flex;flex-direction:column;align-items:start;justify-content:start;gap:16px}.static-content ul li{color:#373a40;font-family:Tilda Sans VF;font-size:18px;font-style:normal;font-weight:400;line-height:130%;display:flex;flex-direction:row;align-items:start;justify-content:center;gap:10px}.static-content ul li:before{margin-top:13px;content:"";min-width:3px;min-height:3px;max-width:3px;max-height:3px;background-color:#373a40;border-radius:50%;display:flex;flex-direction:row;align-items:center;justify-content:center}.static-content p{color:#373a40;font-family:Tilda Sans VF;font-size:24px;font-style:normal;font-weight:400;line-height:120%;letter-spacing:-.24px}@media screen and (max-width: 767px){.static-content p{font-size:16px}}.static-content span{color:#dc5f00}.static-content a{color:#dc5f00;text-decoration:none}.static-content a:hover{text-decoration:underline}.static-content img{max-width:100%;height:auto;display:block;object-fit:contain;border-radius:32px}@media screen and (max-width: 1919px){.static-content img{border-radius:24px}}@media screen and (max-width: 767px){.static-content img{border-radius:16px}}.static-content h1,.static-content h2,.static-content h3,.static-content h4,.static-content h5,.static-content h6{margin-bottom:22px;margin-top:20px}@media screen and (max-width: 1439px){.static-content h1,.static-content h2,.static-content h3,.static-content h4,.static-content h5,.static-content h6{margin-bottom:14px}}@media screen and (max-width: 479px){.static-content h1,.static-content h2,.static-content h3,.static-content h4,.static-content h5,.static-content h6{margin-bottom:6px}}.default-page:has(.static-page) h1{font-size:64px;font-weight:300;margin-bottom:32px}@media screen and (max-width: 1439px){.default-page:has(.static-page) h1{font-size:40px;margin-bottom:24px}}@media screen and (max-width: 1023px){.default-page:has(.static-page) h1{font-size:32px;margin-bottom:24px}}.default-page .static-page{margin-bottom:32px}@media screen and (max-width: 1439px){.default-page .static-page{margin-bottom:24px}}.static-page{display:flex;flex-direction:column;align-items:start;justify-content:start;gap:16px}.static-page h1,.static-page h2,.static-page h3,.static-page h4,.static-page h5,.static-page h6{font-weight:300;font-size:32px;margin-bottom:16px;max-width:100%;word-break:break-word}@media screen and (max-width: 1439px){.static-page h1,.static-page h2,.static-page h3,.static-page h4,.static-page h5,.static-page h6{font-size:28px}}@media screen and (max-width: 1023px){.static-page h1,.static-page h2,.static-page h3,.static-page h4,.static-page h5,.static-page h6{font-size:18px}}.static-page p,.static-page span,.static-page a,.static-page li,.static-page div{color:#373a40;font-family:Tilda Sans VF;font-size:18px;font-style:normal;font-weight:400;line-height:160%;letter-spacing:-.36px;max-width:100%;word-break:break-word}@media screen and (max-width: 1023px){.static-page p,.static-page span,.static-page a,.static-page li,.static-page div{font-size:14px}}@media screen and (max-width: 767px){.static-page p,.static-page span,.static-page a,.static-page li,.static-page div{font-size:14px;line-height:120%}}.static-page a,.static-page span{color:#dc5f00}.static-page a{cursor:pointer;text-decoration:underline}.numeric-list{display:flex;flex-direction:column;align-items:start;justify-content:start;gap:16px;counter-reset:myCounter}.numeric-list li{color:#373a40;font-family:Tilda Sans VF;font-size:18px;font-style:normal;font-weight:400;line-height:130%;display:flex;flex-direction:row;align-items:start;justify-content:start;gap:10px}.numeric-list li:before{counter-increment:myCounter;content:counter(myCounter) ".";color:#373a40;text-align:center;font-family:Tilda Sans VF;font-size:18px;font-style:normal;font-weight:400;line-height:130%}.default-list{display:flex;flex-direction:column;align-items:start;justify-content:start;gap:16px}.default-list li{color:#373a40;font-family:Tilda Sans VF;font-size:18px;font-style:normal;font-weight:400;line-height:130%;display:flex;flex-direction:row;align-items:start;justify-content:center;gap:10px}.default-list li:before{margin-top:10px;content:"";min-width:3px;min-height:3px;max-width:3px;max-height:3px;background-color:#373a40;border-radius:50%;display:flex;flex-direction:row;align-items:center;justify-content:center}.popup-notification{position:fixed;bottom:36px;left:calc(50% - 108px);display:flex;flex-direction:row;align-items:center;justify-content:start;gap:8px;border-radius:152px;background-color:#dc5f00;padding:16px 24px;z-index:7;opacity:1;transition:opacity .5s ease-out}.popup-notification .link{display:flex;flex-direction:row;align-items:center;justify-content:start;gap:8px;cursor:pointer}.popup-notification .link span{text-decoration:underline}@media screen and (max-width: 1023px){.popup-notification{bottom:88px;left:calc(50% - 150px)}}@media screen and (max-width: 767px){.popup-notification{width:100%;border-radius:0;left:0;bottom:0;justify-content:center;padding-bottom:68px}@supports (padding: max(0px)){.popup-notification{padding-bottom:calc(env(safe-area-inset-bottom) + 68px)}}}@media screen and (max-width: 479px){.popup-notification{padding-bottom:62px}@supports (padding: max(0px)){.popup-notification{padding-bottom:calc(env(safe-area-inset-bottom) + 62px)}}}.popup-notification .main-link{z-index:2}.popup-notification svg{width:24px;height:24px}.popup-notification .close{color:#eeaf80;cursor:pointer;z-index:3}.popup-notification .close:hover,.popup-notification .icon{color:#fff}.popup-notification p{color:#fff;font-family:Tilda Sans VF;font-size:18px;font-style:normal;font-weight:400;line-height:160%}@media screen and (max-width: 767px){.popup-notification p{font-size:14px}}.popup-notification a{color:#fff;text-decoration-line:underline}.popup-notification.cart .icon.favorite,.popup-notification.cart .icon.compare,.popup-notification.favorite .icon.cart,.popup-notification.favorite .icon.compare,.popup-notification.compare .icon.cart,.popup-notification.compare .icon.favorite{display:none}.check{display:flex;width:200px;margin:200px auto}.form{width:600px;margin:300px auto;display:flex;flex-direction:column;align-items:flex-start;gap:20px}.item{display:flex;flex-direction:column;align-items:flex-start;width:300px}.item input{margin:10px 0 5px}.input{border:1px solid black}.error{color:red;font-size:14px}.error-input{border:1px solid red}.logo-img{background-image:url(/build/assets/ginto-98476ecb.svg);background-repeat:no-repeat;background-size:cover;width:165px;height:49px;position:relative;overflow:hidden}.logo-img:after{content:"";background-image:url(/build/assets/ginto-main-color-35e8646a.svg);background-repeat:no-repeat;background-size:cover;position:absolute;top:0;left:0;width:0;height:100%;animation:paint 1s ease-in-out infinite}@keyframes paint{0%{width:0%}50%{width:100%}to{width:0%}}.breadcrumbs{display:flex;align-items:center;flex-wrap:wrap;gap:0;margin-bottom:32px;overflow-x:scroll;white-space:nowrap;-ms-overflow-style:none;scrollbar-width:none}@media screen and (max-width: 1023px){.breadcrumbs{margin-bottom:27px}}@media screen and (max-width: 479px){.breadcrumbs{padding-left:0;padding-right:16px}}@media screen and (max-width: 1023px){.breadcrumbs{width:100%;flex-wrap:nowrap;overflow-x:scroll;white-space:nowrap;-ms-overflow-style:none;scrollbar-width:none;padding-bottom:5px!important}.breadcrumbs::-webkit-scrollbar{width:0;height:0}}.breadcrumbs .breadcrumbs-item{display:block;width:auto;padding:8px 12px;font-size:16px;font-weight:600;font-family:Tilda Sans VF;white-space:nowrap;color:#fff;background-color:#373a40;border-radius:88px;transition:all .3s}.breadcrumbs .breadcrumbs-item.active{max-width:500px;overflow:hidden;text-overflow:ellipsis}@media screen and (max-width: 1023px){.breadcrumbs .breadcrumbs-item.active{max-width:300px;overflow:hidden;text-overflow:ellipsis}}@media screen and (max-width: 767px){.breadcrumbs .breadcrumbs-item{font-size:14px}.breadcrumbs .breadcrumbs-item.active{max-width:200px;min-width:150px}}.breadcrumbs .breadcrumbs-item span{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.breadcrumbs .breadcrumbs-item.active{background-color:#fff;color:#9b9c9f;transition:all .3s}.breadcrumbs a{transition:all .3s}.breadcrumbs a:hover{background-color:#dc5f00}.breadcrumbs::-webkit-scrollbar{width:0;height:0}.paginator{width:100%;position:relative;display:flex;flex-direction:row;align-items:center;justify-content:center;gap:0;z-index:3}.paginator.hidden{display:none}.paginator-item{transition:all .3s;width:49px;height:49px;display:flex;align-items:center;justify-content:center;border-radius:50%;background-color:transparent;color:#373a40;font-family:Tilda Sans VF;font-weight:600;font-size:24px;line-height:normal;cursor:pointer}@media screen and (max-width: 1439px){.paginator-item{width:38px;height:38px;font-size:20px}}@media screen and (max-width: 1023px){.paginator-item{width:24px;height:24px;font-size:14px}}.paginator-item:first-of-type span{display:none}.paginator-item:first-of-type:after{display:flex;align-items:center;justify-content:center;border-radius:50%;background-color:transparent;content:"";background-image:url(/build/assets/paginator-arrow-f8613fa3.svg);background-repeat:no-repeat;background-size:contain;width:49px;height:49px}@media screen and (max-width: 1439px){.paginator-item:first-of-type{display:none}}.paginator-item:last-of-type span{display:none}.paginator-item:last-of-type:after{display:flex;align-items:center;justify-content:center;border-radius:50%;background-color:transparent;content:"";background-image:url(/build/assets/paginator-arrow-f8613fa3.svg);transform:rotate(180deg);background-repeat:no-repeat;background-size:contain;width:49px;height:49px}@media screen and (max-width: 1439px){.paginator-item:last-of-type{display:none}}.paginator-item:hover{background-color:#dc5f00}.paginator-item:hover span{color:#fff}.paginator-item-active{color:#fff;background-color:#373a40}.paginator-item-disabled{opacity:.5;pointer-events:none}#paginator-wrapper{width:100%}.checkbox-container{display:flex;flex-direction:row-reverse;align-items:center;justify-content:start;gap:10px;position:relative}.checkbox-container .error-text{position:absolute}.checkbox-container input{position:absolute;width:100%;height:100%;bottom:0;left:0;opacity:0;cursor:pointer}.checkbox-container .custom-checkbox.checkbox_error:before{border:2px solid red}.checkbox-container input:checked+span{background-color:#dc5f00;min-width:24px;min-height:24px;max-width:24px;max-height:24px;border-radius:4px;display:flex;align-items:center;justify-content:center;border:1px solid #DC5F00}.checkbox-container input:checked+span:before{content:"";background-image:url(/build/assets/check-3a903af7.svg);background-repeat:no-repeat;background-size:contain;background-color:#dc5f00;width:12px;height:10px}.checkbox-container .custom-checkbox{min-width:24px;min-height:24px;max-width:24px;max-height:24px;border:1px solid #9B9C9F;border-radius:4px;display:flex;align-items:center;justify-content:center;cursor:pointer;background-color:transparent;transition:all .3s}.checkbox-container label{color:#373a40;font-family:Tilda Sans VF;font-size:16px;font-style:normal;font-weight:600;line-height:110%}.field_container_class{display:flex;flex-direction:column;align-items:start;justify-content:start;gap:10px;width:300px;position:relative}.field_container_class .field_label_class{color:#373a40;font-family:Tilda Sans VF;font-size:18px;font-style:normal;font-weight:400;line-height:160%;letter-spacing:-.36px}@media screen and (max-width: 767px){.field_container_class .field_label_class{font-size:14px}}.field_container_class .field_label_class.disabled{color:#cdcecf}.field_container_class .field_class{width:100%;background:#FFFFFF;border-radius:16px;padding:8px 16px;color:#373a40;font-family:Tilda Sans VF;font-size:18px;font-style:normal;font-weight:400;line-height:160%;letter-spacing:-.36px;border:2px solid transparent}@media screen and (max-width: 1439px){.field_container_class .field_class{border-radius:12px}}@media screen and (max-width: 767px){.field_container_class .field_class{padding:8px;font-size:14px;border-radius:8px}}.field_container_class .field_class::placeholder{color:#9b9c9f;font-family:Tilda Sans VF;font-size:18px;font-style:normal;font-weight:400;line-height:160%;letter-spacing:-.36px}@media screen and (max-width: 767px){.field_container_class .field_class::placeholder{font-size:14px}}.field_container_class .field_class:focus{outline:2px solid #DC5F00}.field_container_class .field_class:focus-visible{outline:2px solid #DC5F00}.field_container_class .field_class.disabled{background-color:#cdcecf;pointer-events:none}.field_container_class .field_class.grey{background:#EEE}.field_container_class .field_class.error{border:2px solid #E80F0F}.field_container_class .field_class.error:focus{outline:none}.field_container_class .form-error{position:absolute;left:16px;bottom:-20px;font-family:Tilda Sans VF;font-size:12px;font-style:normal;font-weight:400;line-height:130%;letter-spacing:.24px;color:#e80f0f}@media screen and (max-width: 767px){.field_container_class .form-error{left:8px;bottom:-16px}}.field_container_class.error{position:relative}.field_container_class.error .field_class{border:2px solid #E80F0F}.field_container_class.error .field_class:focus{outline:none}.field_container_class.error .field_class:focus-visible{outline:none}.field_container_class.error .form-error{position:absolute;font-family:Tilda Sans VF;font-size:12px;font-style:normal;font-weight:400;line-height:130%;letter-spacing:.24px;color:#e80f0f;margin-left:16px;bottom:-20px}.field_container_class.required .field_label_class:after{content:"*";color:#dc5f00;margin-left:5px}.field_files input{position:absolute;width:100%;height:100%;bottom:0;left:0;opacity:0;cursor:pointer}.field_files .custom-file-input{width:100%;border-radius:16px;padding:8px 16px;display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:8px 16px;background-color:#eee}.field_files .custom-file-input .title{font-family:Tilda Sans VF;font-size:18px;font-style:normal;font-weight:400;line-height:160%;letter-spacing:-.36px;color:#9b9c9f}@media screen and (max-width: 767px){.field_files .custom-file-input .title{font-size:14px}}.field_files .custom-file-input .icon{background-image:url(/build/assets/upload-cloud-4b7e7d10.svg);background-repeat:no-repeat;background-size:contain;width:24px;height:24px}.field_files .deleteContainer-files{width:100%;display:flex;flex-direction:row;align-items:center;justify-content:space-between}.field_files .deleteContainer-files span{color:#373a40;font-family:Tilda Sans VF;font-size:18px;font-style:normal;font-weight:400;line-height:160%;letter-spacing:-.36px;text-decoration-line:underline;text-decoration-style:solid;text-decoration-skip-ink:none;text-decoration-thickness:auto;text-underline-offset:auto;text-underline-position:from-font;max-width:70%;word-break:break-word}@media screen and (max-width: 767px){.field_files .deleteContainer-files span{font-size:14px}}.field_files .deleteContainer-files button{padding:0;border:none;background-image:url(/build/assets/trash-1a742d74.svg);background-repeat:no-repeat;background-size:contain;background-color:transparent;width:24px;height:24px}.field_files .deleteContainer-files button span{display:none}.radio-btn-container{display:flex;flex-direction:row-reverse;align-items:center;justify-content:start;gap:8px;position:relative}.radio-btn-container label{color:#373a40;font-family:Tilda Sans VF;font-size:16px;font-style:normal;font-weight:600;line-height:100%;letter-spacing:.16px}.radio-btn-container input{position:absolute;width:100%;height:100%;bottom:0;left:0;opacity:0;cursor:pointer}.radio-btn-container .custom-radio{min-width:24px;min-height:24px;max-width:24px;max-height:24px;border:1px solid #373A40;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;background-color:transparent;transition:all .3s}.radio-btn-container .custom-radio:after{content:"";width:8px;height:8px;border-radius:50%;background-color:transparent;transition:all .3s}.radio-btn-container input:checked+.custom-radio{background-color:#dc5f00;border-color:#dc5f00;transition:all .3s}.radio-btn-container input:checked+.custom-radio:after{background-color:#fff}.consultation-form-container{position:relative;background-color:#dc5f00;padding:32px;border-radius:32px;min-height:243px;overflow:hidden}@media screen and (max-width: 1439px){.consultation-form-container{padding:24px;border-radius:24px}}@media screen and (max-width: 767px){.consultation-form-container{padding:16px;border-radius:16px}}.consultation-form-container .arrow{position:absolute;top:-120%;left:160px}@media screen and (max-width: 1023px){.consultation-form-container .arrow{top:unset;left:-660px;bottom:-50%}}@media screen and (max-width: 767px){.consultation-form-container .arrow{right:-30px;left:unset;bottom:-45%}}.consultation-form-container .consultation-form{width:100%;display:flex;flex-direction:row;align-items:start;justify-content:space-between;z-index:3}@media screen and (max-width: 1023px){.consultation-form-container .consultation-form{flex-direction:column;align-items:start;justify-content:start;gap:24px}}@media screen and (max-width: 767px){.consultation-form-container .consultation-form{gap:16px}}.consultation-form-container .note{position:relative;z-index:5}@media (hover: hover) and (pointer: fine){.consultation-form-container .note a:hover{color:#fff}}.consultation-form-container .form-error{color:#fff}.consultation-form-container .titles{width:35%;display:flex;flex-direction:column;align-items:start;justify-content:start;gap:16px}@media screen and (max-width: 1439px){.consultation-form-container .titles{width:41%}}@media screen and (max-width: 1023px){.consultation-form-container .titles{width:100%}}.consultation-form-container .titles .title{color:#fff;font-family:Tilda Sans VF;font-size:64px;font-weight:300;line-height:90%}@media screen and (max-width: 1439px){.consultation-form-container .titles .title{font-size:40px}}@media screen and (max-width: 767px){.consultation-form-container .titles .title{font-size:32px}}.consultation-form-container .titles .description{color:#fff;font-family:Tilda Sans VF;font-size:24px;font-style:normal;font-weight:400;line-height:120%;letter-spacing:-.24px}@media screen and (max-width: 767px){.consultation-form-container .titles .description{font-size:16px}}.consultation-form-container .fields{width:48%;display:flex;flex-direction:column;align-items:flex-start;align-items:end;gap:16px}@media screen and (max-width: 1439px){.consultation-form-container .fields{width:46%}}@media screen and (max-width: 1023px){.consultation-form-container .fields{width:100%}}.consultation-form-container .fields .fields_group{width:100%;display:grid;grid-template-columns:repeat(2,1fr);gap:16px}@media screen and (max-width: 767px){.consultation-form-container .fields .fields_group{grid-template-columns:1fr}}.consultation-form-container .fields .field_container_class{width:100%}.consultation-form-container .fields .field_label_class{color:#fff}.consultation-form-container .note{color:#eeaf80;text-align:right;font-family:Tilda Sans VF;font-size:12px;font-style:normal;font-weight:400;line-height:130%;letter-spacing:.24px}.consultation-form-container .note span{color:#dc5f00}@media screen and (max-width: 767px){.consultation-form-container .note{width:100%;text-align:center}}.consultation-form-container .note a{cursor:pointer;text-decoration-line:underline;text-decoration-style:solid;text-decoration-skip-ink:none;text-decoration-thickness:auto;text-underline-offset:auto;text-underline-position:from-font}@media screen and (max-width: 767px){.consultation-form-container .btn{width:100%}}@media (hover: hover) and (pointer: fine){.consultation-form-container .btn:hover:before{background-color:#fff}.consultation-form-container .btn:hover span{color:#373a40}}.consultation-form-container .success-consultation-stub{position:absolute;width:100%;height:100%;background-color:#dc5f00;top:0;left:0;right:0;z-index:4;padding:32px;display:flex;flex-direction:column;align-items:flex-start;align-items:start;justify-content:start;gap:16px}@media screen and (max-width: 1439px){.consultation-form-container .success-consultation-stub{padding:24px}}@media screen and (max-width: 767px){.consultation-form-container .success-consultation-stub{padding:16px}}.consultation-form-container .success-consultation-stub .h1{margin-bottom:0;color:#fff}.consultation-form-container .success-consultation-stub .text-container p{color:#fff;font-family:Tilda Sans VF;font-size:24px;font-style:normal;font-weight:400;line-height:120%;letter-spacing:-.24px}@media screen and (max-width: 767px){.consultation-form-container .success-consultation-stub .text-container p{font-size:16px}}.consultation-form-container .success-consultation-stub .text-container{width:300px}.consultation-form-container .success-consultation-stub .coron{position:absolute;top:-25%;right:176px}@media screen and (max-width: 1919px){.consultation-form-container .success-consultation-stub .coron{right:50px}}@media screen and (max-width: 1439px){.consultation-form-container .success-consultation-stub .coron{right:50px;top:20px}}@media screen and (max-width: 1023px){.consultation-form-container .success-consultation-stub .coron{width:476px;height:367px;top:21px;right:105px}}@media screen and (max-width: 767px){.consultation-form-container .success-consultation-stub .coron{width:352px;height:271px;top:unset;bottom:20px;right:56px}}@media screen and (max-width: 479px){.consultation-form-container .success-consultation-stub .coron{width:284px;height:219px;top:unset;bottom:20px;right:unset;left:40px}}.form-wrapper{max-width:560px;min-width:560px;min-height:578px}@media screen and (max-width: 1439px){.form-wrapper{padding:24px;border-radius:24px}}@media screen and (max-width: 1023px){.form-wrapper{padding:16px;border-radius:16px;min-width:unset;min-height:unset}}@media screen and (max-width: 767px){.form-wrapper{width:calc(100% - 32px)}}.form-wrapper .consultation-modal-form{width:100%;display:flex;flex-direction:column;align-items:flex-start;align-items:start;gap:16px}.form-wrapper .titles{display:flex;flex-direction:column;align-items:flex-start;align-items:start;gap:8px}.form-wrapper .titles .title{font-family:Tilda Sans VF;font-size:48px;font-weight:300;line-height:90%}@media screen and (max-width: 1439px){.form-wrapper .titles .title{font-size:32px}}@media screen and (max-width: 767px){.form-wrapper .titles .title{font-size:24px}}.form-wrapper .titles .description{color:#9b9c9f;font-family:Tilda Sans VF;font-size:16px;font-weight:400;line-height:160%}@media screen and (max-width: 767px){.form-wrapper .titles .description{font-size:14px}}.form-wrapper .fields,.form-wrapper .fields_group{width:100%;display:flex;flex-direction:column;align-items:flex-start;align-items:start;gap:16px}.form-wrapper .field_container_class{width:100%}.form-wrapper .note{color:#9b9c9f;font-family:Tilda Sans VF;font-size:12px;font-style:normal;font-weight:400;line-height:130%;letter-spacing:.24px}@media screen and (max-width: 767px){.form-wrapper .note{font-size:8px}}.form-wrapper .note a{text-decoration-line:underline;text-decoration-style:solid;text-decoration-skip-ink:none;text-decoration-thickness:auto;text-underline-offset:auto;text-underline-position:from-font}@media screen and (max-width: 767px){.form-wrapper .note a{font-size:8px}}.form-wrapper .note span{color:#dc5f00}.cheaper-wrapper{min-height:503px}@media screen and (max-width: 1439px){.cheaper-wrapper{min-height:400px}}.cheaper-wrapper .cheaper-modal-form{display:flex;flex-direction:column;align-items:flex-start;gap:16px}.cheaper-wrapper .btn{width:auto!important;padding:16px 24px!important}.cheaper-wrapper .btn span{font-size:24px!important}@media screen and (max-width: 1023px){.cheaper-wrapper .btn{width:100%!important;padding:8px 12px!important}.cheaper-wrapper .btn span{font-size:16px!important}}.cheaper-wrapper .titles .description{font-size:18px}@media screen and (max-width: 767px){.cheaper-wrapper .titles .description{font-size:16px}}.cheaper-wrapper .fields_group{display:grid;grid-template-columns:repeat(2,1fr);gap:32px}@media screen and (max-width: 1023px){.cheaper-wrapper .fields_group{display:flex;flex-direction:column;align-items:flex-start}}.cheaper-wrapper .field_container_class:first-of-type{grid-column:span 2}@media screen and (max-width: 1439px){.vacancy-wrapper{min-height:400px}}.vacancy-wrapper .vacancy-modal-form{width:100%;display:flex;flex-direction:column;align-items:flex-start;gap:16px}.vacancy-wrapper .fields_group{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}@media screen and (max-width: 1023px){.vacancy-wrapper .fields_group{display:flex;flex-direction:column;align-items:flex-start}}.vacancy-wrapper .field_container_class:first-of-type,.vacancy-wrapper .field_container_class:last-of-type{grid-column:span 2}@media screen and (max-width: 1023px){.vacancy-wrapper .btn{width:100%}}.stub-card{width:100%;height:100%;display:flex;flex-direction:column;align-items:flex-start;align-items:center;justify-content:center;gap:16px;border-radius:32px;overflow:hidden;background-color:#dc5f00;position:relative}@media screena and (max-width: 1439px){.stub-card{border-radius:24px}}@media screena and (max-width: 767px){.stub-card{border-radius:16px}}.stub-card .svg-mask{background-image:url(/build/assets/ginto-mask-d7c11f54.svg);background-repeat:no-repeat;background-size:cover;width:100%;height:100%}.catalog-card{width:416px;height:auto;padding:16px;background-color:#fff;border-radius:32px;display:flex;flex-direction:column;align-items:start;justify-content:start;gap:0;position:relative;cursor:pointer}@media screen and (max-width: 1439px){.catalog-card{border-radius:24px;width:309px;height:auto;padding:8px}}@media screen and (max-width: 767px){.catalog-card{border-radius:16px;width:144px;height:auto;gap:8px}}.catalog-card .main-link{z-index:2}.catalog-card .image-container{width:100%;height:280px;position:relative}@media screen and (max-width: 1439px){.catalog-card .image-container{height:220px}}@media screen and (max-width: 767px){.catalog-card .image-container{width:100%;height:auto}.catalog-card .image-container:has(.stub-card){aspect-ratio:1/1}}.catalog-card .image-container .tag{position:absolute;bottom:16px;left:16px;background-color:#dc5f00;color:#fff;font-weight:600}@media screen and (max-width: 767px){.catalog-card .image-container .tag{left:4px;bottom:4px;font-size:8px;padding:4px 6px;display:none}}.catalog-card .tag.stock-mobile{display:none;position:relative;bottom:16px;left:16px;background-color:#dc5f00;color:#fff;font-weight:600}@media screen and (max-width: 767px){.catalog-card .tag.stock-mobile{left:unset;bottom:unset;font-size:8px;padding:4px 6px;display:flex}}.catalog-card .media-wrapper{width:100%;height:100%;border-radius:16px}@media screen and (max-width: 767px){.catalog-card .media-wrapper{border-radius:8px}}.catalog-card .media-wrapper.lozad{width:100%;height:280px;border-radius:16px}@media screen and (max-width: 1439px){.catalog-card .media-wrapper.lozad{height:220px}}@media screen and (max-width: 767px){.catalog-card .media-wrapper.lozad{border-radius:8px;min-height:100px;height:auto}}.catalog-card .skeleton{width:100%;height:280px;border-radius:16px}@media screen and (max-width: 1439px){.catalog-card .skeleton{height:220px}}@media screen and (max-width: 767px){.catalog-card .skeleton{border-radius:8px;height:auto}}.catalog-card img,.catalog-card .skeleton{border-radius:16px;width:100%;height:100%;object-fit:contain;aspect-ratio:1/1}@media screen and (max-width: 767px){.catalog-card img,.catalog-card .skeleton{border-radius:8px}}.catalog-card .info-container{width:100%;flex:1;padding:16px;display:flex;flex-direction:column;align-items:start;justify-content:start;gap:8px;position:relative}@media screen and (max-width: 1439px){.catalog-card .info-container{padding:8px}}@media screen and (max-width: 767px){.catalog-card .info-container{padding:0}}.catalog-card .text-container{height:87px;overflow:hidden}@media screen and (max-width: 767px){.catalog-card .text-container{height:56px}}.catalog-card .text-container p{transition:all .3s;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}@media screen and (max-width: 767px){.catalog-card .text-container p{font-size:12px;line-height:120%;-webkit-line-clamp:4}}.catalog-card .price-title{color:#9b9c9f;font-family:Tilda Sans VF;font-size:16px;font-weight:400;line-height:160%;margin-top:auto}@media screen and (max-width: 767px){.catalog-card .price-title{font-size:12px}}.catalog-card .price-container{display:flex;flex-direction:row;align-items:center;gap:16px}@media screen and (max-width: 767px){.catalog-card .price-container{gap:8px}}.catalog-card .price{color:#373a40;font-family:Tilda Sans VF;font-size:24px;font-weight:700;line-height:120%}@media screen and (max-width: 767px){.catalog-card .price{font-size:14px}}.catalog-card .crossed-price{color:#9b9c9f;font-family:Tilda Sans VF;font-size:24px;font-weight:400;line-height:120%;text-decoration:line-through}@media screen and (max-width: 767px){.catalog-card .crossed-price{font-size:14px}}.catalog-card .cart-btn-wrapper{z-index:5;position:absolute;cursor:pointer;bottom:16px;right:16px}@media screen and (max-width: 1439px){.catalog-card .cart-btn-wrapper{bottom:8px;right:8px}}.catalog-card .сart-btn{z-index:5;position:absolute;cursor:pointer;bottom:16px;right:16px;background-image:url(/build/assets/cart-btn-48a833c8.svg);width:1px;height:1px;opacity:0;background-repeat:no-repeat;background-size:contain;transition:all .3s ease-in-out}@media screen and (max-width: 1439px){.catalog-card .сart-btn{bottom:8px;right:8px}}@media (hover: hover) and (pointer: fine){.catalog-card .сart-btn:hover{background-image:url(/build/assets/cart-btn-hover-50089d1b.svg)}}.catalog-card .delete-cart-btn-js{opacity:0;width:1px;height:1px;transition:all .3s;position:absolute;top:0;left:0}.catalog-card .in-cart .сart-btn{width:49px;height:49px;opacity:1;background-image:url(/build/assets/delete-cart-3b789aec.svg)}@media (hover: hover) and (pointer: fine){.catalog-card .in-cart .сart-btn:hover{background-image:url(/build/assets/delete-cart-3b789aec.svg)}}.catalog-card .in-cart .btn-default{background-color:#eee}.catalog-card .in-cart .btn-default span{color:#373a40}@media (hover: hover) and (pointer: fine){.catalog-card:hover .text-container p{color:#dc5f00}.catalog-card:hover .сart-btn{width:49px;height:49px;opacity:1}}@media screen and (hover: hover) and (pointer: fine) and (max-width: 767px){.catalog-card:hover .сart-btn{width:32px;height:32px}}.catalog-card .buttons-container{z-index:5;display:flex;flex-direction:row;align-items:start;justify-content:start;gap:0;position:absolute;top:32px;right:32px}@media screen and (max-width: 1439px){.catalog-card .buttons-container{top:16px;right:16px}}@media screen and (max-width: 767px){.catalog-card .buttons-container{top:12px;right:12px}}@media screen and (max-width: 479px){.catalog-card .buttons-container{flex-direction:column;align-items:start;justify-content:start;top:16px;right:16px}}.catalog-card .buttons-container svg{width:33px;height:33px}@media (hover: hover) and (pointer: fine){.catalog-card .buttons-container .comparison:hover path{transition:all .3s;fill:#fff;z-index:3}.catalog-card .buttons-container .comparison:hover rect{transition:all .3s;fill:#dc5f00}.catalog-card .buttons-container .comparison:hover circle{transition:all .3s;stroke:#fff}}.catalog-card .buttons-container .comparison.active path{transition:all .3s;fill:#fff;z-index:3}.catalog-card .buttons-container .comparison.active rect{transition:all .3s;fill:#dc5f00}.catalog-card .buttons-container .comparison.active circle{transition:all .3s;stroke:#fff}@media (hover: hover) and (pointer: fine){.catalog-card .buttons-container .comparison.active:hover path{transition:all .3s;fill:#fff;z-index:3}.catalog-card .buttons-container .comparison.active:hover rect{transition:all .3s;fill:#dc5f00}.catalog-card .buttons-container .comparison.active:hover circle{transition:all .3s;stroke:#fff}}.catalog-card .buttons-container .comparison.disabled{pointer-events:none;opacity:.7}@media (hover: hover) and (pointer: fine){.catalog-card .buttons-container .like:hover path{transition:all .3s;fill:#dc5f00}.catalog-card .buttons-container .like:hover .heart{stroke:#fff}}@media screen and (hover: hover) and (pointer: fine) and (max-width: 479px){.catalog-card .buttons-container .like:hover path{transition:all .3s;fill:#eee}.catalog-card .buttons-container .like:hover .heart{stroke:#9b9c9f}}.catalog-card .buttons-container .like.active path{transition:all .3s;fill:#dc5f00}.catalog-card .buttons-container .like.active .heart{stroke:#fff}.catalog-card .buttons-container .like.disabled{pointer-events:none;opacity:.7}.catalog-card .tags-container{z-index:3;position:absolute;top:32px;left:32px;width:auto;max-width:189px;display:flex;flex-direction:row;align-items:start;justify-content:start;gap:0;flex-wrap:wrap}@media screen and (max-width: 1439px){.catalog-card .tags-container{top:16px;left:16px}}@media screen and (max-width: 767px){.catalog-card .tags-container{min-height:28px;max-width:unset;position:relative;left:unset;top:unset;overflow:hidden}}.catalog-card .tag{background-color:#373a40;color:#fff;font-size:14px;padding:8px 12px;font-weight:600}@media screen and (max-width: 767px){.catalog-card .tag{padding:4px 6px 6px;font-size:8px;height:14px;max-width:unset;position:relative;line-height:4px}}.catalog-card .add-cart-mobile{display:none}@media screen and (max-width: 767px){.catalog-card .add-cart-mobile{display:flex;border-radius:152px}}@media screen and (max-width: 767px){.catalog-card .сart-btn{display:none}}.catalog-card .card-characteristics{display:flex;flex-direction:column;gap:2px}.catalog-card .card-short-desc{font-family:Tilda Sans VF;font-size:13px;font-weight:400;color:#9b9c9f;line-height:140%;margin-bottom:4px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.catalog-card .card-char-item{display:flex;flex-direction:row;align-items:baseline;gap:4px;font-family:Tilda Sans VF;font-size:12px;line-height:140%;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.catalog-card .card-char-label{color:#9b9c9f;flex-shrink:0}.catalog-card .card-char-label:after{content:":"}.catalog-card .card-char-value{color:#373a40;font-weight:500;overflow:hidden;text-overflow:ellipsis}.buttons-container .comparison{cursor:pointer}@media (hover: hover) and (pointer: fine){.buttons-container .comparison:hover path{transition:all .3s;fill:#fff;z-index:3}.buttons-container .comparison:hover rect{transition:all .3s;fill:#dc5f00}.buttons-container .comparison:hover circle{transition:all .3s;stroke:#fff}}.buttons-container .comparison.active path{transition:all .3s;fill:#fff;z-index:3}.buttons-container .comparison.active rect{transition:all .3s;fill:#dc5f00}.buttons-container .comparison.active circle{transition:all .3s;stroke:#fff}@media (hover: hover) and (pointer: fine){.buttons-container .comparison.active:hover path{transition:all .3s;fill:#fff;z-index:3}.buttons-container .comparison.active:hover rect{transition:all .3s;fill:#dc5f00}.buttons-container .comparison.active:hover circle{transition:all .3s;stroke:#fff}}.buttons-container .comparison.disabled{pointer-events:none;opacity:.7}.buttons-container .like{cursor:pointer}@media (hover: hover) and (pointer: fine){.buttons-container .like:hover path{transition:all .3s;fill:#dc5f00}.buttons-container .like:hover .heart{stroke:#fff}}.buttons-container .like.active path{transition:all .3s;fill:#dc5f00}.buttons-container .like.active .heart{stroke:#fff}.buttons-container .like.disabled{pointer-events:none;opacity:.7}.popup-add-cart{position:fixed;top:0;right:0;left:0;width:100vw;height:100vh;opacity:1;transition:opacity .6s ease-out;z-index:7;display:flex;flex-direction:row;align-items:center;justify-content:center}.popup-add-cart .background{opacity:.3;visibility:visible}@media screen and (max-width: 1023px){.popup-add-cart{display:none}}.popup-add-cart .background{opacity:.3}.popup-add-cart .title-container{margin-bottom:0}.popup-add-cart .popup-wrapper{width:1136px;height:815px;border-radius:32px;background:#FFF;padding:48px;z-index:7;display:flex;flex-direction:column;align-items:flex-start;gap:32px;position:relative}@media screen and (max-width: 1439px){.popup-add-cart .popup-wrapper{width:100%;height:100vh;border-radius:0;background-color:#eee;padding:32px;gap:24px}}.popup-add-cart .close{width:24px;height:24px;position:absolute;top:16px;right:16px;color:#9b9c9f;cursor:pointer;transition:all .3s}@media (hover: hover) and (pointer: fine){.popup-add-cart .close:hover{color:#373a40}}@media screen and (max-width: 1439px){.popup-add-cart .close{display:none}}.popup-add-cart .close-add-cart{display:none}@media screen and (max-width: 1439px){.popup-add-cart .close-add-cart{display:block;width:38px;height:38px}}.popup-add-cart .product{display:flex;flex-direction:row;align-items:center;justify-content:space-between}@media screen and (max-width: 1439px){.popup-add-cart .product{align-items:start;justify-content:start;gap:16px}}.popup-add-cart .product .product-img{width:188px;height:190px;margin-right:16px;border-radius:16px}@media screen and (max-width: 1439px){.popup-add-cart .product .product-img{width:160px;height:160px}}.popup-add-cart .product .product-img img{width:100%;height:100%;object-fit:contain;border-radius:16px}@media screen and (max-width: 1439px){.popup-add-cart .product .product-img img{object-position:top}}.popup-add-cart .product .product-info{display:flex;flex-direction:column;align-items:flex-start;gap:8px}.popup-add-cart .product .product-info .product-code{color:#9b9c9f}.popup-add-cart .product .product-info .product-code span{color:#373a40}.popup-add-cart .product .product-info .product-name{max-width:519px}@media screen and (max-width: 1439px){.popup-add-cart .product .product-info .product-name{max-width:unset}}.popup-add-cart .product .product-info .product-price{font-weight:700;color:#373a40}.popup-add-cart .product .product-info .crossed-price{margin-left:16px;color:#9b9c9f;font-weight:400}.popup-add-cart .product .buttons{display:flex;flex-direction:column;align-items:flex-start;gap:16px}@media screen and (max-width: 1439px){.popup-add-cart .product .buttons{display:none}}.popup-add-cart .product .buttons .btn{width:269px;padding:16px 24px;display:flex;flex-direction:row;align-items:center;justify-content:center}.popup-add-cart .product .buttons .btn span{font-size:24px;white-space:nowrap}.popup-add-cart h3{margin-bottom:0}.popup-add-cart .product-list{width:100%;display:grid;grid-template-columns:repeat(3,1fr);gap:32px}@media screen and (max-width: 1439px){.popup-add-cart .product-list{width:100%;grid-template-columns:1fr;gap:24px;height:calc(100vh - 429px);overflow:auto;-ms-overflow-style:none;scrollbar-width:none}.popup-add-cart .product-list::-webkit-scrollbar{width:0;height:0}}.popup-add-cart .popup-link-container{display:none}@media screen and (max-width: 1439px){.popup-add-cart .popup-link-container{width:100%;display:flex;flex-direction:column;align-items:flex-start;gap:8px}}.popup-add-cart .popup-link-container .btn{display:flex;flex-direction:row;align-items:center;justify-content:center;width:100%}.min-catalog-card{width:100%;height:100%;display:flex;flex-direction:column;align-items:flex-start;justify-content:space-between;gap:16px}@media screen and (max-width: 1439px){.min-catalog-card{flex-direction:row;align-items:start;justify-content:start;gap:8px}}.min-catalog-card .min-image-container{width:128px;height:128px;border-radius:16px}@media screen and (max-width: 1439px){.min-catalog-card .min-image-container{width:160px;height:160px}}.min-catalog-card .min-image-container img{border-radius:16px;width:100%;height:100%;object-fit:contain}@media screen and (max-width: 1439px){.min-catalog-card .min-image-container img{object-position:top}}.min-catalog-card .min-info{display:flex;flex-direction:column;align-items:flex-start;gap:8px}.min-catalog-card .min-info .text-big{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;max-width:100%;margin-bottom:0;transition:all .3s}.min-catalog-card .min-info .text-medium{color:#9b9c9f}.min-catalog-card .min-info .product-price{font-weight:700;color:#373a40}.min-catalog-card .min-info .crossed-price{margin-left:16px;color:#9b9c9f;font-weight:400;text-decoration:line-through}.min-catalog-card .btn{margin-top:8px;cursor:pointer;padding:8px 12px}.min-catalog-card .btn span{font-size:16px}.min-catalog-card .btn.disabled{pointer-events:none;opacity:.5}.min-catalog-card .btn.in-cart{background-color:#eee}.min-catalog-card .btn.in-cart span{color:#373a40}@media (hover: hover) and (pointer: fine){.min-catalog-card .btn.in-cart:hover span{color:#fff}}@media (hover: hover) and (pointer: fine){.min-catalog-card:hover .text-big{color:#dc5f00}}.main-card{width:100%;min-height:400px;height:auto;border-radius:32px;background-color:#fff;display:flex;flex-direction:row;align-items:start;justify-content:space-between;position:relative;overflow:hidden}.main-card .background-img{position:absolute;top:0;left:0;background-position:center;background-repeat:no-repeat;width:100%;height:100%;z-index:0}.main-card:nth-child(n) .background-img{background-image:url(/build/assets/star-aa2266ae.svg)}.main-card:nth-child(2n) .background-img{background-image:url(/build/assets/blot-8e8ac74d.svg)}.main-card:nth-child(3n) .background-img{background-image:url(/build/assets/spiral-eb5f1848.svg);background-position:left 15%}@media screen and (max-width: 1919px){.main-card{min-height:350px}}@media screen and (max-width: 1439px){.main-card{min-height:400px}}@media screen and (max-width: 1023px){.main-card{min-height:320px;border-radius:24px}}@media screen and (max-width: 767px){.main-card{min-height:212px;border-radius:16px}}@media screen and (max-width: 479px){.main-card{align-items:stretch;justify-content:start;height:auto;flex-direction:column;gap:0}}.main-card .title-container{padding:32px;width:60%;display:flex;flex-direction:column;align-items:start;justify-content:start;height:100%;z-index:1;word-break:break-word;margin-bottom:0}@media screen and (max-width: 1023px){.main-card .title-container{padding:24px}}@media screen and (max-width: 767px){.main-card .title-container{padding:16px}}@media screen and (max-width: 479px){.main-card .title-container{width:100%}}.main-card .title-container .title{max-width:unset}.main-card img{width:45%;height:auto;min-height:400px;aspect-ratio:1/1;border-radius:32px;object-fit:cover;z-index:1}@media screen and (max-width: 1919px){.main-card img{width:50%;min-height:350px}}@media screen and (max-width: 1439px){.main-card img{min-height:400px}}@media screen and (max-width: 1023px){.main-card img{min-height:320px;border-radius:24px}}@media screen and (max-width: 767px){.main-card img{border-radius:16px;min-height:212px}}@media screen and (max-width: 479px){.main-card img{width:100%;min-height:unset}}.main-card .main-link{z-index:2}.main-card h2,.main-card .h2{margin-bottom:16px}@media screen and (max-width: 1919px){.main-card h2,.main-card .h2{font-size:32px}}@media screen and (max-width: 1439px){.main-card h2,.main-card .h2{font-size:36px}}@media screen and (max-width: 767px){.main-card h2,.main-card .h2{font-size:28px}}.main-card .text-container p{color:#9b9c9f}@media screen and (max-width: 1919px){.main-card .text-container p{font-size:24px}}@media screen and (max-width: 767px){.main-card .text-container p{font-size:16px}}@media screen and (max-width: 479px){.main-card .text-container{margin-bottom:16px}}.main-card .link{display:flex}.main-card .btn{position:relative;bottom:0;margin-top:auto;padding:12px 24px}@media screen and (max-width: 1439px){.main-card .btn{background-color:#dc5f00;padding:8px 16px}.main-card .btn:before{background-color:#373a40}.main-card .btn span{color:#fff;width:100%;justify-content:space-between}.main-card .btn span:after{background-image:url(/build/assets/arrow-up-right-orange-9abf04f7.svg)}}@media screen and (max-width: 767px){.main-card .btn{padding:6px 12px}}@media screen and (max-width: 479px){.main-card .btn{width:100%}}@media (hover: hover) and (pointer: fine){.main-card:hover .btn:before{width:100%;height:100%;opacity:1}.main-card:hover .btn span:after{background-image:url(/build/assets/arrow-2cbd951e.svg)}}.category-card{width:100%;min-height:370px;height:auto;border-radius:32px;background-color:#fff;padding:0;position:relative;overflow:hidden;transition:all .3s;display:flex;flex-direction:column;align-items:flex-start;align-items:start;justify-content:space-between;cursor:pointer}@media screen and (max-width: 1919px){.category-card{min-height:300px}}@media screen and (max-width: 1439px){.category-card{min-height:220px;border-radius:24px}}@media screen and (max-width: 767px){.category-card{width:180px;min-height:180px;border-radius:16px}}.category-card .main-link{width:100%;height:100%;z-index:3}.category-card h4,.category-card .h4{width:100%;color:#373a40;transition:all .3s;padding:32px 27px 32px 32px;margin-bottom:0;word-break:break-word}@media screen and (max-width: 1919px){.category-card h4,.category-card .h4{padding:24px 19px 24px 24px;font-size:26px}}@media screen and (max-width: 1439px){.category-card h4,.category-card .h4{padding:24px;font-size:28px}}@media screen and (max-width: 767px){.category-card h4,.category-card .h4{font-size:18px;padding:16px}}.category-card .media-wrapper{position:relative;left:0;bottom:0;width:70%;height:67%;margin-top:auto}@media screen and (max-width: 1439px){.category-card .media-wrapper{width:50%;height:50%}}.category-card .skeleton{width:100%;height:100%;border-radius:32px}@media screen and (max-width: 1439px){.category-card .skeleton{border-radius:24px}}@media screen and (max-width: 767px){.category-card .skeleton{border-radius:16px}}.category-card img{width:100%;height:100%;object-fit:contain;object-position:bottom left;background-color:transparent}.category-card .arrow{opacity:0;position:absolute;right:32px;bottom:32px;width:49px;height:49px;transition:all .3s;z-index:2;cursor:pointer}@media screen and (max-width: 1439px){.category-card .arrow{right:24px;bottom:24px;width:38px;height:38px;opacity:1}.category-card .arrow rect{fill:#dc5f00}.category-card .arrow path{stroke:#fff}}@media screen and (max-width: 767px){.category-card .arrow{width:24px;height:24px;right:16px;bottom:16px}}.category-card.active{background-color:#dc5f00}.category-card.active h4,.category-card.active .h4{color:#fff}@media (hover: hover) and (pointer: fine){.category-card:hover{background-color:#dc5f00}.category-card:hover .arrow{opacity:1}.category-card:hover h4,.category-card:hover .h4{color:#fff}}@media screen and (max-width: 1439px) and (hover: hover) and (pointer: fine){.category-card:hover .arrow{opacity:1}.category-card:hover .arrow rect{fill:#fff}.category-card:hover .arrow path{stroke:#373a40}}.nested-category-card{width:100%;min-height:192px;height:auto;border-radius:32px;background-color:#fff;padding:0;position:relative;overflow:hidden;transition:all .3s;display:flex;flex-direction:column;align-items:start;justify-content:space-between}@media screen and (max-width: 1919px){.nested-category-card{min-height:192px}}@media screen and (max-width: 1439px){.nested-category-card{min-height:176px;border-radius:24px}}@media screen and (max-width: 767px){.nested-category-card{width:180px;min-height:180px}}.nested-category-card .main-link{width:100%;height:100%;z-index:5}.nested-category-card .text-default{color:#373a40;font-weight:600;line-height:100%;transition:all .3s;padding:30px;word-break:break-word;hyphens:auto;-webkit-hyphens:auto}@media screen and (max-width: 1919px){.nested-category-card .text-default{padding:24px}}@media screen and (max-width: 1439px){.nested-category-card .text-default{font-size:20px}}@media screen and (max-width: 767px){.nested-category-card .text-default{font-size:14px;padding:16px}}.nested-category-card .media-wrapper{position:relative;left:0;bottom:0;width:60%;height:auto}@media screen and (max-width: 1439px){.nested-category-card .media-wrapper{width:80%}}@media screen and (max-width: 767px){.nested-category-card .media-wrapper{width:80%}}.nested-category-card .skeleton{width:100%;height:100%;border-radius:32px}@media screen and (max-width: 1439px){.nested-category-card .skeleton{border-radius:24px}}@media screen and (max-width: 767px){.nested-category-card .skeleton{border-radius:16px}}.nested-category-card img{width:100%;height:100%;object-fit:contain;object-position:bottom left;background-color:transparent}.nested-category-card .arrow{opacity:0;position:absolute;right:32px;bottom:32px;width:49px;height:49px;transition:all .3s;z-index:2;cursor:pointer}@media screen and (max-width: 1439px){.nested-category-card .arrow{right:24px;bottom:24px;width:38px;height:38px;opacity:1}.nested-category-card .arrow rect{fill:#dc5f00}.nested-category-card .arrow path{stroke:#fff}}@media screen and (max-width: 767px){.nested-category-card .arrow{width:24px;height:24px;right:16px;bottom:16px}}@media (hover: hover) and (pointer: fine){.nested-category-card:hover{background-color:#dc5f00}.nested-category-card:hover .arrow{opacity:1}.nested-category-card:hover .text-default{color:#fff}}@media screen and (max-width: 1439px) and (hover: hover) and (pointer: fine){.nested-category-card:hover .arrow{opacity:1}.nested-category-card:hover .arrow rect{fill:#fff}.nested-category-card:hover .arrow path{stroke:#373a40}}.collection-category-card .overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(0deg,rgba(0,0,0,0) 5%,rgba(0,0,0,.7) 100%);z-index:2}.collection-category-card .media-wrapper{position:absolute;width:100%;height:100%}.collection-category-card img{width:100%;height:100%;object-fit:cover;background-color:transparent}.collection-category-card .text-default{position:relative;z-index:3;font-size:24px;font-style:normal;font-weight:600;color:#fff}@media (hover: hover) and (pointer: fine){.collection-category-card:hover .arrow{opacity:1}.collection-category-card:hover .arrow rect{fill:#dc5f00}.collection-category-card:hover .arrow path{stroke:#fff}.collection-category-card:hover .text-default{color:#373a40}}@media (hover: hover) and (pointer: fine){.collection-category-card:hover .text-default{color:#fff}}@media screen and (hover: hover) and (pointer: fine) and (max-width: 1439px){.collection-category-card:hover .arrow{opacity:1}.collection-category-card:hover .arrow rect{fill:#fff}.collection-category-card:hover .arrow path{stroke:#373a40}}.service-card{width:100%;min-height:276px;height:auto;padding:32px;position:relative;border-radius:32px;background-color:#fff;transition:all .3s;overflow:hidden}@media screen and (max-width: 1919px){.service-card{min-height:276px}}@media screen and (max-width: 1439px){.service-card{max-width:unset;width:100%;min-height:276px;border-radius:24px;padding:24px}}@media screen and (max-width: 767px){.service-card{width:180px;min-height:128px;border-radius:16px;padding:16px}}.service-card .mask{z-index:0;position:absolute;right:-20%;bottom:-25%;transition:all .3s}.service-card .mask1{z-index:0;position:absolute;right:0;bottom:-10%;transition:all .3s}.service-card .mask2{z-index:0;position:absolute;top:-50%;left:0;transform:scaleX(-1);transition:all .3s}.service-card .main-link{z-index:2}.service-card h3{color:#373a40;transition:all .3s;z-index:1}@media screen and (max-width: 1439px){.service-card h3{max-width:190px;font-size:32px}}@media screen and (max-width: 767px){.service-card h3{font-size:18px}}.service-card .arrow{width:49px;height:49px;position:absolute;bottom:32px;right:32px;opacity:0;cursor:pointer}@media screen and (max-width: 1439px){.service-card .arrow{width:38px;height:38px;bottom:24px;right:24px;opacity:1}.service-card .arrow rect{fill:#dc5f00}.service-card .arrow path{stroke:#fff}}@media screen and (max-width: 767px){.service-card .arrow{width:24px;height:24px;bottom:16px;right:16px}}@media (hover: hover) and (pointer: fine){.service-card:hover{background-color:#dc5f00}.service-card:hover h3{color:#fff}.service-card:hover .arrow{opacity:1}.service-card:hover .mask path,.service-card:hover .mask1 path,.service-card:hover .mask2 path{stroke:#fff;opacity:.1}}@media screen and (max-width: 1439px) and (hover: hover) and (pointer: fine){.service-card:hover .arrow{opacity:1}.service-card:hover .arrow rect{fill:#fff}.service-card:hover .arrow path{stroke:#373a40}}.brand-tag{display:flex;flex-direction:row;align-items:center;justify-content:center;width:286px!important;height:116px;background-color:#fff;border-radius:1000px;position:relative;transition:all .3s}@media screen and (max-width: 1439px){.brand-tag{width:148px!important;height:60px}}@media screen and (max-width: 767px){.brand-tag{width:123px!important;height:50px}}@media (hover: hover) and (pointer: fine){.brand-tag:hover{background-color:#dc5f00}}.brand-tag .main-link{z-index:2}.brand-tag .media-wrapper{height:54%;width:65%;display:flex;flex-direction:row;align-items:center;justify-content:center}.brand-tag .skeleton{border-radius:1000px}.brand-tag img{height:100%;width:100%;object-fit:contain;object-position:center}.article-card{width:100%;height:auto;display:flex;flex-direction:column;align-items:flex-start;gap:16px;position:relative;font-size:32px}@media screen and (max-width: 1439px){.article-card{font-size:28px}}@media screen and (max-width: 767px){.article-card{font-size:18px;gap:8px}}@media screen and (max-width: 479px){.article-card{width:100%}}.article-card .main-link{z-index:2}.article-card .stub-card{width:100%;height:auto;aspect-ratio:1.6/1}@media screen and (max-width: 1439px){.article-card .stub-card{aspect-ratio:1.5/1}}@media screen and (max-width: 767px){.article-card .stub-card{border-radius:16px}}.article-card .media-wrapper{width:100%;aspect-ratio:1.6/1;height:auto;border-radius:32px}@media screen and (max-width: 1439px){.article-card .media-wrapper{aspect-ratio:1.5/1;border-radius:24px}}@media screen and (max-width: 767px){.article-card .media-wrapper{border-radius:16px;aspect-ratio:1.69/1}}.article-card .skeleton{border-radius:32px}@media screen and (max-width: 1439px){.article-card .skeleton{border-radius:24px}}@media screen and (max-width: 767px){.article-card .skeleton{border-radius:16px}}.article-card img{width:100%;height:100%;object-fit:cover;border-radius:32px}@media screen and (max-width: 1439px){.article-card img{border-radius:24px}}@media screen and (max-width: 767px){.article-card img{border-radius:16px}}.article-card .title{height:58px;overflow:hidden}@media screen and (max-width: 1919px){.article-card .title{height:87px}}@media screen and (max-width: 1439px){.article-card .title{height:75px}}@media screen and (max-width: 767px){.article-card .title{height:32px}}.article-card h4{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;transition:all .3s;margin-bottom:0}@media screen and (max-width: 1919px){.article-card h4{-webkit-line-clamp:3}}@media screen and (max-width: 1439px){.article-card h4{line-height:85%}}@media screen and (max-width: 767px){.article-card h4{-webkit-line-clamp:2;line-height:90%}}.article-card .image-container{width:100%;height:auto;position:relative}.article-card .text-container{height:116px}.article-card .text-container p,.article-card .text-container span,.article-card .text-container a,.article-card .text-container li,.article-card .text-container div{display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;color:#9b9c9f;line-height:160%}@media screen and (max-width: 1919px){.article-card .text-container{height:145px}.article-card .text-container p,.article-card .text-container span,.article-card .text-container a,.article-card .text-container li,.article-card .text-container div{-webkit-line-clamp:5}}@media screen and (max-width: 1439px){.article-card .text-container{height:145px}}@media screen and (max-width: 767px){.article-card .text-container{height:85px}.article-card .text-container p,.article-card .text-container span,.article-card .text-container a,.article-card .text-container li,.article-card .text-container div{line-height:120%}}@media screen and (max-width: 479px){.article-card .text-container{height:90px}.article-card .text-container p,.article-card .text-container span,.article-card .text-container a,.article-card .text-container li,.article-card .text-container div{line-height:110%}}.article-card .link{width:49px;height:49px;position:absolute;color:#fff;right:1em;bottom:1em;opacity:0;transition:all .3s;z-index:1}@media screen and (max-width: 1439px){.article-card .link{right:.85em;bottom:.85em;opacity:1;width:38px;height:38px}}@media screen and (max-width: 767px){.article-card .link{width:24px;height:24px}}.article-card .tags-container{position:absolute;left:1em;top:1em;display:flex;flex-direction:row;align-items:center;gap:0}@media screen and (max-width: 1439px){.article-card .tags-container{top:.85em;left:.85em}}.article-card .tag{padding:8px 12px;background-color:#373a40;border-radius:88px;color:#fff;font-size:14px;font-weight:600;line-height:100%;font-family:Tilda Sans VF}@media screen and (max-width: 767px){.article-card .tag{padding:4px 6px;font-size:8px}}@media (hover: hover) and (pointer: fine){.article-card:hover h4{color:#dc5f00}.article-card:hover .link{opacity:1}}.gallery-card .title{height:58px}@media screen and (max-width: 1439px){.gallery-card .title{height:50px}}@media screen and (max-width: 767px){.gallery-card .title{height:32px}}.gallery-card h4{-webkit-line-clamp:3}@media screen and (max-width: 767px){.gallery-card h4{-webkit-line-clamp:2}}.collection-card{width:41%;max-height:606px;min-height:606px;border-radius:32px;background-color:#fff;display:flex;flex-direction:column;align-items:flex-start;justify-content:space-between;position:relative}@media screen and (max-width: 1439px){.collection-card{width:100%;height:auto;max-height:unset;min-height:unset;border-radius:24px;flex-direction:row;align-items:start;justify-content:space-between;gap:16px}}@media screen and (max-width: 767px){.collection-card{border-radius:16px;flex-direction:column}}.collection-card .main-link{z-index:3}.collection-card .link-icon{position:absolute;bottom:32px;right:32px;width:49px;height:49px;cursor:pointer;z-index:2;opacity:0;transition:all .3s ease-in-out}@media screen and (max-width: 1439px){.collection-card .link-icon{bottom:24px;right:24px;opacity:1;display:none}}@media screen and (max-width: 767px){.collection-card .link-icon{width:24px;height:24px;bottom:16px;right:16px}}.collection-card .link-icon-mobile{display:none}@media screen and (max-width: 1439px){.collection-card .link-icon-mobile{display:block;color:#fff}}@media (hover: hover) and (pointer: fine){.collection-card:hover .link-icon{opacity:1;transition:all .3s ease-in-out}}.collection-card h2{display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}@media screen and (max-width: 767px){.collection-card h2{display:inline;line-height:normal}}.collection-card .info-container{width:100%;height:36%;padding:32px}@media screen and (max-width: 1439px){.collection-card .info-container{width:45%;height:100%;padding:24px}}@media screen and (max-width: 1023px){.collection-card .info-container{width:50%}}@media screen and (max-width: 767px){.collection-card .info-container{width:100%;padding:16px;height:auto}}.collection-card .text-container{max-height:87px;overflow:hidden}@media screen and (max-width: 767px){.collection-card .text-container{overflow:visible;max-height:unset}}.collection-card .text-container p{font-weight:400;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;text-overflow:ellipsis}@media screen and (max-width: 767px){.collection-card .text-container p{display:inline}}.collection-card .media-wrapper,.collection-card .stub-card{width:100%;height:64%;border-radius:32px;flex:1;position:relative}@media screen and (max-width: 1439px){.collection-card .media-wrapper,.collection-card .stub-card{width:50%;border-radius:24px;aspect-ratio:2.57/1;height:auto}}@media screen and (max-width: 1023px){.collection-card .media-wrapper,.collection-card .stub-card{aspect-ratio:1.7/1}}@media screen and (max-width: 767px){.collection-card .media-wrapper,.collection-card .stub-card{width:100%;aspect-ratio:2.48/1;border-radius:16px}}@media screen and (max-width: 479px){.collection-card .media-wrapper,.collection-card .stub-card{aspect-ratio:1.6/1}}.collection-card .media-wrapper .svg-mask,.collection-card .stub-card .svg-mask{height:600px}.collection-card .skeleton{border-radius:32px}@media screen and (max-width: 1439px){.collection-card .skeleton{border-radius:24px}}@media screen and (max-width: 767px){.collection-card .skeleton{border-radius:16px}}.collection-card img{width:100%;height:100%;border-radius:32px;object-fit:cover;position:absolute}@media screen and (max-width: 1439px){.collection-card img{border-radius:24px}}@media screen and (max-width: 767px){.collection-card img{border-radius:16px}}.order-product{width:100%;height:auto;display:flex;flex-direction:row;align-items:start;justify-content:start;gap:16px;position:relative}@media screen and (max-width: 767px){.order-product{flex-direction:column;gap:8px}}.order-product .order-checkbox-container{gap:0}.order-product .image-container{display:flex;flex-direction:row;align-items:start;justify-content:start;gap:16px}@media screen and (max-width: 767px){.order-product .image-container{gap:6px}}.order-product .image-container img{width:150px;height:150px;object-fit:contain;border-radius:16px}@media screen and (max-width: 1439px){.order-product .image-container img{width:128px;height:128px}}@media screen and (max-width: 767px){.order-product .image-container img{width:96px;height:96px}}.order-product .info-btn-container{flex:1;width:100%;height:150px;display:flex;flex-direction:row;align-items:center;justify-content:start;gap:32px;position:relative}@media screen and (max-width: 1439px){.order-product .info-btn-container{flex-direction:column;gap:16px;height:auto;min-height:208px;justify-content:end}}@media screen and (max-width: 767px){.order-product .info-btn-container{gap:8px;min-height:unset;padding-left:18px}}.order-product .info-btn-container .info-container{width:100%;height:100%;display:flex;flex-direction:row;align-items:center;justify-content:space-between;position:relative;gap:32px}@media screen and (max-width: 1439px){.order-product .info-btn-container .info-container{gap:16px;position:unset}}@media screen and (max-width: 767px){.order-product .info-btn-container .info-container{flex-direction:column;align-items:start;justify-content:start;gap:8px}}.order-product .info-btn-container .title{width:70%;display:flex;flex-direction:column;align-items:flex-start;align-items:start;justify-content:start;gap:8px;align-self:end;margin-bottom:5px;margin-top:49px}@media screen and (max-width: 1439px){.order-product .info-btn-container .title{width:60%;gap:0}}@media screen and (max-width: 767px){.order-product .info-btn-container .title{width:100%;gap:8px;margin-top:0}}.order-product .info-btn-container .title .text-big{color:#dc5f00}.order-product .info-btn-container .title .text-small{color:#9b9c9f}.order-product .info-btn-container .title .text-small span{color:#373a40}.order-product .info-btn-container .price-container{display:flex;flex-direction:column;align-items:flex-start;align-items:start;justify-content:start;gap:8px}@media screen and (max-width: 767px){.order-product .info-btn-container .price-container{flex-direction:row-reverse;gap:16px}}.order-product .info-btn-container .prices{display:flex;flex-direction:row;align-items:center;gap:8px}.order-product .info-btn-container .prices p{font-family:Tilda Sans VF;font-size:18px;font-style:normal;line-height:160%;letter-spacing:-.36px}@media screen and (max-width: 767px){.order-product .info-btn-container .prices p{font-size:12px}}.order-product .info-btn-container .prices .price{font-weight:700;color:#373a40}.order-product .info-btn-container .prices .crossed-price{font-weight:400;color:#9b9c9f;text-decoration:line-through}.order-product .info-btn-container .text-small{font-family:Tilda Sans VF;font-size:16px;font-style:normal;font-weight:400;line-height:160%;color:#9b9c9f}@media screen and (max-width: 767px){.order-product .info-btn-container .text-small{font-size:12px}}.order-product .delete-basket{width:33px;height:33px;position:absolute;top:0;right:0;cursor:pointer;z-index:3}@media screen and (max-width: 767px){.order-product .delete-basket{left:84px;bottom:18px;top:unset}}.order-product .delete-basket use{color:#9b9c9f;transition:all .3s}@media (hover: hover) and (pointer: fine){.order-product .delete-basket:hover use{color:#dc5f00}}.order-product .buttons-container{min-width:128px;z-index:2}@media screen and (max-width: 1439px){.order-product .buttons-container{min-width:unset;width:100%}}@media screen and (max-width: 767px){.order-product .buttons-container{display:flex;flex-direction:row;align-items:center;justify-content:end;position:relative}}.order-product .buttons-container .add-to-cart{width:100%}.order-product .buttons-container .count-btn{display:flex;flex-direction:column;align-items:flex-start;align-items:center;justify-content:start;gap:8px}@media screen and (max-width: 1439px){.order-product .buttons-container .count-btn{width:100%}}@media screen and (max-width: 767px){.order-product .buttons-container .count-btn{font-size:12px}}@media screen and (max-width: 767px){.order-product .buttons-container .count-btn{width:50%}}@media screen and (max-width: 479px){.order-product .buttons-container .count-btn{width:46%}}.order-product .buttons-container .count-btn .loader-btn{width:100%;padding:8px 12px;height:32px}.order-product .buttons-container .count-btn .btn-default{width:100%;padding:8px 12px}.order-product .buttons-container .count-btn .btn-default span{font-size:16px}.order-product .buttons-container .text-description{font-family:Tilda Sans VF;font-size:12px;font-style:normal;font-weight:400;line-height:130%;letter-spacing:.24px;color:#373a40}@media screen and (max-width: 767px){.order-product .buttons-container .text-description{font-size:8px}}.order-product .buttons-container .text-description span{color:#9b9c9f}.order-product .buttons-container .like{width:33px;height:33px;position:absolute;left:0;top:0;z-index:2}.order-product .buttons-container .comparison{width:33px;height:33px;position:absolute;left:33px;top:0;z-index:2}.compression-card{display:flex;flex-direction:column;align-items:flex-start;align-items:start;justify-content:start;gap:16px;width:416px;position:relative}@media screen and (max-width: 1919px){.compression-card{width:332px}}@media screen and (max-width: 1439px){.compression-card{width:309px;gap:8px}}@media screen and (max-width: 1023px){.compression-card{width:235px}}@media screen and (max-width: 767px){.compression-card{width:136px}}@media screen and (max-width: 479px){.compression-card{width:136px}}@media (hover: hover) and (pointer: fine){.compression-card:hover h3{color:#dc5f00}}.compression-card .compression-delete{background-image:url(/build/assets/basket-delete-be445787.svg);background-repeat:no-repeat;background-size:contain;width:33px;height:33px;position:absolute;top:32px;right:48px;cursor:pointer;z-index:2;transition:all .3s}@media screen and (max-width: 1439px){.compression-card .compression-delete{top:26px;right:32px}}@media screen and (max-width: 767px){.compression-card .compression-delete{width:24px;height:24px;top:8px;right:16px}}@media (hover: hover) and (pointer: fine){.compression-card .compression-delete:hover{background-image:url(/build/assets/basket-delete-hover-3d4a9784.svg)}}.compression-card h3{padding:16px 16px 0;font-family:Tilda Sans VF;font-size:24px;font-style:normal;font-weight:400;line-height:120%;letter-spacing:.24px;color:#373a40;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;margin-bottom:0;max-width:95%;transition:all .3s}@media screen and (max-width: 1439px){.compression-card h3{padding:8px 8px 0;-webkit-line-clamp:4}}@media screen and (max-width: 1023px){.compression-card h3{-webkit-line-clamp:6}}@media screen and (max-width: 767px){.compression-card h3{-webkit-line-clamp:3;padding:0;font-size:12px;height:43px}}.compression-card h3.mobile{display:none}@media screen and (max-width: 767px){.compression-card h3.mobile{display:-webkit-box}}.compression-card .image-container{width:400px;border-radius:32px;background-color:#fff;padding:16px;height:535px;display:flex;flex-direction:column;align-items:flex-start;align-items:start;justify-content:start;gap:16px}@media screen and (max-width: 1919px){.compression-card .image-container{width:316px;height:451px}}@media screen and (max-width: 1439px){.compression-card .image-container{width:293px;height:441px;border-radius:24px}}@media screen and (max-width: 1023px){.compression-card .image-container{width:219px;height:425px}}@media screen and (max-width: 767px){.compression-card .image-container{height:136px;border-radius:16px;width:128px}}@media screen and (max-width: 479px){.compression-card .image-container{width:132px}}.compression-card .image-container img{width:100%;height:auto;aspect-ratio:1/1;object-fit:cover;border-radius:32px}@media screen and (max-width: 1439px){.compression-card .image-container img{border-radius:24px}}@media screen and (max-width: 767px){.compression-card .image-container img{border-radius:16px}}@media screen and (max-width: 767px){.compression-card .image-container h3{display:none}}.compression-card .characters-list{display:flex;flex-direction:column;align-items:flex-start;align-items:start;justify-content:start;gap:16px;width:100%}.compression-card .characters-item{padding:0 0 16px;width:100%;display:flex;flex-direction:column;align-items:flex-start;align-items:start;justify-content:start;gap:8px;height:95px;overflow:hidden}@media screen and (max-width: 1439px){.compression-card .characters-item{padding:0 0 8px}}@media screen and (max-width: 767px){.compression-card .characters-item{height:65px}}.compression-card .characters-item:last-child{padding-bottom:0;border-bottom:none}.compression-card .characters-item .title{font-family:Tilda Sans VF;font-size:16px;font-style:normal;font-weight:400;line-height:160%;color:#9b9c9f;max-width:95%}@media screen and (max-width: 767px){.compression-card .characters-item .title{font-size:12px}}.compression-card .characters-item .desk{display:flex;flex-direction:row;align-items:center;gap:8px}.compression-card .characters-item .desk p{color:#373a40;font-family:Tilda Sans VF;font-size:18px;font-style:normal;font-weight:400;line-height:160%;letter-spacing:-.36px}@media screen and (max-width: 767px){.compression-card .characters-item .desk p{font-size:12px}}.compression-card .characters-item .desk .crossed-price{text-decoration:line-through;color:#9b9c9f}.compression-card .btn-cart{padding:16px 24px;border-radius:152px;background-color:#fff;z-index:2}@media screen and (max-width: 1439px){.compression-card .btn-cart{background-color:#dc5f00}}@media screen and (max-width: 1023px){.compression-card .btn-cart{padding:8px 12px}}@media (hover: hover) and (pointer: fine){.compression-card .btn-cart:hover span{color:#fff}.compression-card .btn-cart:hover span:after{background-image:url(/build/assets/shopping-cart-white-002990e6.svg)}}.compression-card .btn-cart.disabled{pointer-events:none;background-color:#cdcecf}.compression-card .btn-cart.disabled span{color:#9b9c9f}.compression-card .btn-cart.disabled span:after{display:none}.compression-card .btn-cart span{font-family:Tilda Sans VF;font-size:24px;font-style:normal;font-weight:600;line-height:100%;letter-spacing:-.24px;display:flex;flex-direction:row;align-items:center;gap:8px;color:#373a40;transition:all .3s}@media screen and (max-width: 1439px){.compression-card .btn-cart span{font-size:24px;color:#fff}}@media screen and (max-width: 1023px){.compression-card .btn-cart span{gap:4px;font-size:14px}}.compression-card .btn-cart span:after{display:block;content:"";background-image:url(/build/assets/shopping-cart-c5796b29.svg);background-repeat:no-repeat;background-size:contain;width:24px;height:24px;transition:all .3s}@media screen and (max-width: 1439px){.compression-card .btn-cart span:after{background-image:url(/build/assets/shopping-cart-white-002990e6.svg)}}@media screen and (max-width: 1023px){.compression-card .btn-cart span:after{width:16px;height:16px}}.media-wrapper{position:relative;width:100%;height:100%}.media-wrapper:not(.lozad) .skeleton{opacity:0}.media-wrapper:not(.lozad) .img{display:block}.media-wrapper.lozad img{opacity:0}.media-wrapper .skeleton{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}@keyframes gradient{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}.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}.range-slide-container{width:100%;display:flex;flex-direction:column;align-items:start;justify-content:start;gap:16px;position:relative}.range-slide-container .inputs-container{width:100%;display:grid;grid-template-columns:repeat(2,1fr)}.range-slide-container .input-container{width:100%;border-radius:88px;height:35px;padding:4px 12px;background:#FFFFFF;border:none;display:flex;flex-direction:row;align-items:center;justify-content:start}.range-slide-container .text{color:#9b9c9f;font-family:Tilda Sans VF;font-size:16px;font-style:normal;font-weight:400;line-height:160%}.range-slide-container .input{width:80%;border:none;color:#373a40;font-family:Tilda Sans VF;font-size:16px;font-style:normal;font-weight:500;line-height:160%;padding-left:6px}.range-slide-container .input:focus{outline:none}@media screen and (max-width: 1439px){.range-slide-container .input{width:90%}}.range-slide-container .btn-reset{display:flex;flex-direction:row;align-items:center}.range-slide-container .reset{width:16px;height:16px;color:#9b9c9f;cursor:pointer;transition:all .3s}#range-slider{width:calc(100% - 40px);border-radius:16px;height:4px;background-color:#eeaf80;border:none;box-shadow:none;margin-left:15px}#range-slider .noUi-connect{height:4px;background-color:#dc5f00}#range-slider .noUi-handle{width:30px;height:15px;border-radius:48px;background-color:#dc5f00;box-shadow:none;border:none;cursor:pointer}#range-slider .noUi-handle:after{display:none}#range-slider .noUi-handle:before{display:none}.catalog-checkbox{position:relative;width:fit-content;height:auto;cursor:pointer}.catalog-checkbox.hidden{display:none}@media (hover: hover) and (pointer: fine){.catalog-checkbox:hover label{background-color:#dc5f00}.catalog-checkbox:hover label span{color:#fff}}.catalog-checkbox input{position:absolute;width:100%;height:100%;top:0;padding:0;opacity:0;cursor:pointer;z-index:2}.catalog-checkbox label{display:flex;flex-direction:row;align-items:center;gap:4px;width:fit-content;padding:8px 12px;background-color:#fff;border-radius:88px;position:relative;transition:all .3s;min-height:32px;height:auto;cursor:pointer}@media screen and (max-width: 1439px){.catalog-checkbox label{padding:6px 16px;height:38px}}@media screen and (max-width: 767px){.catalog-checkbox label{padding:4px 12px;height:24px}}.catalog-checkbox label span{color:#373a40;font-family:Tilda Sans VF;font-size:14px;font-style:normal;font-weight:600;line-height:100%;user-select:none;transition:all .3s}@media screen and (max-width: 1439px){.catalog-checkbox label span{font-size:20px}}@media screen and (max-width: 767px){.catalog-checkbox label span{font-size:14px}}.catalog-checkbox .reset{width:0;height:0;color:#9b9c9f;cursor:pointer;opacity:0;transition:all .3s}.catalog-checkbox input:checked+label{background-color:#373a40}.catalog-checkbox input:checked+label span{color:#fff}.catalog-checkbox input:checked+label .reset{opacity:1;width:16px;height:16px;transition:all .3s}@media screen and (max-width: 1439px){.catalog-checkbox input:checked+label .reset{width:24px;height:24px}}@media screen and (max-width: 767px){.catalog-checkbox input:checked+label .reset{width:16px;height:16px}}.catalog-checkbox.disabled{pointer-events:none}.catalog-checkbox.disabled label{background-color:#cdcecf}.catalog-checkbox.disabled label span{color:#9b9c9f}.catalog-checkbox.active label{background-color:#373a40}.catalog-checkbox.active label span{color:#fff}.catalog-checkbox.active.price.increase span{display:flex;flex-direction:row;align-items:center;gap:6px}.catalog-checkbox.active.price.increase span:after{content:"";background-image:url(/build/assets/bar-chart-c59ee134.svg);background-repeat:no-repeat;background-size:contain;width:16px;height:16px}.catalog-checkbox.active.price.decrease span{display:flex;flex-direction:row;align-items:center;gap:6px}.catalog-checkbox.active.price.decrease span:after{content:"";background-image:url(/build/assets/bar-chart-c59ee134.svg);transform:scaleX(-1);background-repeat:no-repeat;background-size:contain;width:16px;height:16px}.filter-search{margin-bottom:16px;width:100%;height:35px;position:relative;border-radius:88px;background-color:#fff;padding:4px 12px;border:none;display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:4px;color:#373a40;font-family:Tilda Sans VF;font-size:16px;font-style:normal;font-weight:400;line-height:160%}.filter-search::placeholder{color:#9b9c9f;font-family:Tilda Sans VF;font-size:16px;font-style:normal;font-weight:400;line-height:160%}.filter-search:focus{outline:none}@media screen and (max-width: 1439px){.filter-search{font-size:18px}.filter-search::placeholder{font-size:18px}}@media screen and (max-width: 767px){.filter-search{font-size:14px}.filter-search::placeholder{font-size:14px}}.sort-filter-btn-container{display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:16px;margin-bottom:32px}@media screen and (max-width: 1439px){.sort-filter-btn-container{margin-bottom:16px}}.sort-filter-btn-container .sort-container{display:flex;flex-direction:row;align-items:center;gap:16px}@media screen and (max-width: 1439px){.sort-filter-btn-container .sort-container{display:none}}.sort-filter-btn-container .sort-container .title{font-family:Tilda Sans VF;font-size:16px;font-style:normal;font-weight:400;line-height:160%;color:#9b9c9f}.sort-filter-btn-container .sort-container .checkbox-container{display:flex;flex-direction:row;align-items:center;gap:0}.sort-filter-btn-container .filters-btn{display:none}@media screen and (max-width: 1439px){.sort-filter-btn-container .filters-btn{display:flex}}.sort-filter-btn-container .filters-btn span{font-family:Tilda Sans VF;font-size:20px;font-style:normal;font-weight:600;line-height:100%;letter-spacing:-.2px;display:flex;flex-direction:row;align-items:center;gap:8px;color:#373a40}@media screen and (max-width: 479px){.sort-filter-btn-container .filters-btn span{font-size:14px;gap:4px}}.sort-filter-btn-container .filters-btn span:before{content:"";background-image:url(/build/assets/settings-5ddd4997.svg);background-repeat:no-repeat;background-size:contain;width:24px;height:24px}@media screen and (max-width: 767px){.sort-filter-btn-container .filters-btn span:before{width:16px;height:16px}}.dropdown-sort-container{display:none;position:relative;cursor:pointer}@media screen and (max-width: 1439px){.dropdown-sort-container{display:flex}}.dropdown-sort-container .sort-btn{display:flex;flex-direction:row;align-items:center;gap:4px}.dropdown-sort-container .sort-btn svg{width:16px;height:16px;color:#dc5f00}.dropdown-sort-container .sort-btn .sort-name{font-family:Tilda Sans VF;font-size:20px;font-style:normal;font-weight:600;line-height:160%;color:#373a40;display:flex;flex-direction:row;align-items:center;gap:6px}@media screen and (max-width: 479px){.dropdown-sort-container .sort-btn .sort-name{font-size:14px}}.dropdown-sort-container .sort-btn .sort-name.increase:after{content:"";background-image:url(/build/assets/bar-chart-c59ee134.svg);background-repeat:no-repeat;background-size:contain;width:16px;height:16px}.dropdown-sort-container .sort-btn .sort-name.decrease:after{content:"";background-image:url(/build/assets/bar-chart-c59ee134.svg);transform:scaleX(-1);background-repeat:no-repeat;background-size:contain;width:16px;height:16px}.dropdown-sort-container .sort-list{width:142px;display:flex;flex-direction:column;align-items:flex-start;align-items:start;justify-content:start;gap:16px;padding:8px;border-radius:8px;border:2px solid #EEE;background:#FFFFFF;position:absolute;left:16px;top:24px;opacity:0;z-index:-1;transition:opacity .3s}.dropdown-sort-container .sort-list.open{z-index:6;opacity:1}.dropdown-sort-container .sort-item span{font-family:Tilda Sans VF;font-size:14px;font-style:normal;font-weight:600;line-height:160%;color:#373a40;cursor:pointer}.dropdown-sort-container .sort-item.increase span{display:flex;flex-direction:row;align-items:center;gap:6px}.dropdown-sort-container .sort-item.increase span:after{content:"";background-image:url(/build/assets/bar-chart-c59ee134.svg);background-repeat:no-repeat;background-size:contain;width:16px;height:16px}.dropdown-sort-container .sort-item.decrease span{display:flex;flex-direction:row;align-items:center;gap:6px}.dropdown-sort-container .sort-item.decrease span:after{content:"";background-image:url(/build/assets/bar-chart-c59ee134.svg);transform:scaleX(-1);background-repeat:no-repeat;background-size:contain;width:16px;height:16px}.dropdown-sort-container .sort-name.increase span{display:flex;flex-direction:row;align-items:center;gap:6px}.dropdown-sort-container .sort-name.increase span:after{content:"";background-image:url(/build/assets/bar-chart-c59ee134.svg);background-repeat:no-repeat;background-size:contain;width:16px;height:16px}.dropdown-sort-container .sort-name.decrease span{display:flex;flex-direction:row;align-items:center;gap:6px}.dropdown-sort-container .sort-name.decrease span:after{content:"";background-image:url(/build/assets/bar-chart-c59ee134.svg);transform:scaleX(-1);background-repeat:no-repeat;background-size:contain;width:16px;height:16px}.search-container-wrapper{border:2px solid white;width:100%;position:relative;padding:10px 8px 10px 12.5px;border-radius:30px;background:#FFFFFF;display:flex;flex-direction:row;align-items:center;gap:8px;flex:1;z-index:2;transition:all .3s}.search-container-wrapper.active{z-index:10}@media screen and (max-width: 767px){.search-container-wrapper{padding:4px 7px}}.search-input-container{display:flex;flex-direction:row;align-items:center;gap:8px;width:100%}.search-result-container{position:absolute;width:100%;height:auto;border-radius:24px;background-color:#fff;padding:16px;top:57px;left:0;display:none}@media screen and (max-width: 767px){.search-result-container{top:47px}}.search-container-wrapper.active .search-result-container{display:flex}.empty-text{text-align:center}.result-list-wrapper{width:100%;display:flex;flex-direction:column;align-items:center}.search-result-container{z-index:4}.search-result-container .result-list{width:100%;display:flex;flex-direction:column;align-items:start;justify-content:start;gap:0;max-height:442px;padding-right:16px;overflow-y:auto}.search-result-container .result-list::-webkit-scrollbar{width:3px;border-radius:8px}.search-result-container .result-list::-webkit-scrollbar-track{background:#EEE;border-radius:8px}.search-result-container .result-list::-webkit-scrollbar-thumb{background:rgba(155,156,159,.2);border-radius:8px;border:2px solid rgba(155,156,159,.2)}@media screen and (max-width: 1023px){.search-result-container .result-list::-webkit-scrollbar{width:0;height:0}}.search-result-container .result-list li{width:100%}@media screen and (max-width: 1023px){.search-result-container{padding:8px 24px 24px}}@media screen and (max-width: 767px){.search-result-container{padding:0 16px 16px}}@media screen and (max-width: 767px){.search-result-container:has(.empty-text){padding:10px 16px 16px}}.reset-search{cursor:pointer;transition:all .3s}@media (hover: hover) and (pointer: fine){.reset-search:hover{opacity:.5}}.result-item{width:100%;padding:8px;display:flex;flex-direction:row;align-items:center;gap:16px;border-radius:16px;transition:all .3s}@media screen and (max-width: 1023px){.result-item{padding-bottom:16px;padding-top:16px;border-bottom:2px solid rgba(55,58,64,.05);border-radius:0}}@media screen and (max-width: 767px){.result-item{align-items:start}}.result-item:hover{background-color:#eee}.result-item:hover svg rect{transition:all .3s;fill:#dc5f00}.result-item:hover svg path{transition:all .3s;stroke:#fff}.result-item img{border-radius:8px;width:55px;height:55px;object-fit:contain;object-position:center}@media screen and (max-width: 767px){.result-item img{width:64px;height:64px;object-position:top}}.result-item .info-list{flex:1;display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:16px}@media screen and (max-width: 1023px){.result-item .info-list{gap:24px}}.result-item .info-wrapper{flex:1;display:grid;grid-template-columns:547px auto;grid-auto-flow:column;grid-template-rows:auto auto;align-items:center;justify-content:space-between;row-gap:0}@media screen and (max-width: 1919px){.result-item .info-wrapper{grid-template-columns:454px auto}}@media screen and (max-width: 1439px){.result-item .info-wrapper{grid-template-columns:561px auto}}@media screen and (max-width: 1023px){.result-item .info-wrapper{grid-template-columns:178px 178px;column-gap:16px;justify-content:start}}@media screen and (max-width: 767px){.result-item .info-wrapper{display:flex;flex-direction:column;align-items:start;justify-content:start;gap:8px}}@media screen and (max-width: 1023px){.result-item .info-wrapper .text-big{grid-column:span 2}}@media screen and (max-width: 767px){.result-item .info-wrapper .text-big{color:#dc5f00}}.result-item .info-wrapper .price-container{grid-row:span 2}@media screen and (max-width: 1023px){.result-item .info-wrapper .price-container{grid-row:unset}}.result-item .info-wrapper .price-container .crossed-price{text-decoration:line-through;color:#9b9c9f}.result-item .title-container{display:flex;flex-direction:column;align-items:start;justify-content:start}@media screen and (max-width: 1919px){.result-item .title-container{max-width:443px}}.result-item .title-container .text-medium{color:#9b9c9f}.result-item .title-container span{color:#373a40}.result-item .price-container{display:flex;flex-direction:row;align-items:center;gap:16px}.result-item .price-container .text-medium{color:#9b9c9f}.result-item .price-container span{color:#373a40}.result-item .cart-icon{width:35px;height:35px}.result-item .cart-icon:hover rect{transition:all .3s;fill:#dc5f00}.result-item .cart-icon:hover path{transition:all .3s;stroke:#fff}@media screen and (max-width: 767px){.result-item .cart-icon{display:none}}.more-result-btn{padding:8px 12px;border-radius:120px;background-color:#eee;margin-top:8px;transition:all .3s}.more-result-btn span{transition:all .3s;font-weight:600;line-height:100%}@media (hover: hover) and (pointer: fine){.more-result-btn:hover{background-color:#dc5f00}.more-result-btn:hover span{color:#fff}}.search-container-wrapper.active{border:2px solid #DC5F00}@media screen and (max-width: 1439px){.search-container-wrapper.active{position:absolute;left:0;right:0;width:100%;height:100%;top:0}}@media screen and (max-width: 767px){.search-container-wrapper.active{position:relative}}.background.background-active{opacity:.3;z-index:3;visibility:visible}.search-container:has(.background-active) .search-container-wrapper{border:2px solid #DC5F00;z-index:10}@media screen and (max-width: 1439px){.search-container:has(.background-active) .search-container-wrapper{position:absolute;left:0;right:0;width:100%;height:100%;top:0}}@media screen and (max-width: 767px){.search-container:has(.background-active) .search-container-wrapper{position:relative}}.main-swiper{overflow:visible}.main-swiper .swiper-wrapper{margin-bottom:16px}.swiper-pagination{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:16px;position:relative;top:unset!important;bottom:unset!important}@media screen and (max-width: 1439px){.swiper-pagination{gap:8px}}.swiper-pagination .swiper-pagination-bullet{width:16px;height:16px;background-color:#fff;border-radius:13px;opacity:1;transition:width .6s}@media screen and (max-width: 1439px){.swiper-pagination .swiper-pagination-bullet{width:8px;height:8px}}.swiper-pagination .swiper-pagination-bullet-active{background-color:#cdcecf;width:64px;border-radius:13px;transition:width .6s}@media screen and (max-width: 1439px){.swiper-pagination .swiper-pagination-bullet-active{width:32px}}.swiper-component,.brands-slider{position:relative;overflow-x:hidden}.swiper-component h2,.brands-slider h2{line-height:50px}@media screen and (max-width: 479px){.swiper-component h2,.brands-slider h2{line-height:90%}}.swiper-component .swiper,.brands-slider .swiper{overflow:visible}.swiper-component .navigation-container svg,.brands-slider .navigation-container svg{width:49px;height:49px}.swiper-component .button-prev,.swiper-component .button-next,.brands-slider .button-prev,.brands-slider .button-next{cursor:pointer}.swiper-component .swiper-button-disabled,.brands-slider .swiper-button-disabled{opacity:.4;pointer-events:none}.swiper-component .button-next,.brands-slider .button-next{transform:rotate(180deg)}@media (hover: hover) and (pointer: fine){.swiper-component .button-next:hover path,.brands-slider .button-next:hover path{transition:all .3s;stroke:#fff}.swiper-component .button-next:hover rect,.brands-slider .button-next:hover rect{transition:all .3s;fill:#dc5f00}}@media (hover: hover) and (pointer: fine){.swiper-component .button-prev:hover path,.brands-slider .button-prev:hover path{transition:all .3s;stroke:#fff}.swiper-component .button-prev:hover rect,.brands-slider .button-prev:hover rect{transition:all .3s;fill:#dc5f00}}.swiper-component .swiper-pagination,.brands-slider .swiper-pagination{display:none}@media screen and (max-width: 767px){.swiper-component .swiper-pagination,.brands-slider .swiper-pagination{margin-top:4px;display:block}}.categories-swiper{overflow:visible}@media screen and (max-width: 1023px){.article-swiper{overflow:visible}}@media screen and (max-width: 767px){.article-swiper{overflow:hidden}}.article-swiper .swiper-pagination{display:none}@media screen and (max-width: 767px){.article-swiper .swiper-pagination{margin-top:8px;display:block}}.article-swiper .article-card{width:416px}@media screen and (max-width: 1919px){.article-swiper .article-card{width:332px}}@media screen and (max-width: 1439px){.article-swiper .article-card{width:309px}}@media screen and (max-width: 1023px){.article-swiper .article-card{width:320px}}@media screen and (max-width: 767px){.article-swiper .article-card{width:220px}}@media screen and (max-width: 479px){.article-swiper .article-card{width:100%}}.brands-slider h2{line-height:normal}.gallery-wrapper{width:100%;position:relative}.gallery-wrapper .gallery-button-prev,.gallery-wrapper .gallery-button-next{cursor:pointer;width:49px;height:49px;transition:all .3s}@media screen and (max-width: 1023px){.gallery-wrapper .gallery-button-prev,.gallery-wrapper .gallery-button-next{display:none}}.gallery-wrapper .swiper-button-disabled{opacity:0;pointer-events:none}.gallery-wrapper .gallery-button-next{transform:rotate(180deg)}@media (hover: hover) and (pointer: fine){.gallery-wrapper .gallery-button-next:hover path{transition:all .3s;stroke:#fff}.gallery-wrapper .gallery-button-next:hover rect{transition:all .3s;fill:#dc5f00}}@media (hover: hover) and (pointer: fine){.gallery-wrapper .gallery-button-prev:hover path{transition:all .3s;stroke:#fff}.gallery-wrapper .gallery-button-prev:hover rect{transition:all .3s;fill:#dc5f00}}.gallery-wrapper .wrapper-pagination{width:100%;position:absolute;bottom:24px;left:0;display:flex;flex-direction:row;align-items:center;gap:16px;justify-content:center;z-index:2}.gallery-wrapper .expend-btn{width:49px;height:49px;background-image:url(/build/assets/expand-477a744c.svg);background-repeat:no-repeat;background-size:contain;position:absolute;top:32px;right:32px;cursor:pointer;z-index:2}@media screen and (max-width: 1439px){.gallery-wrapper .expend-btn{width:38px;height:38px;top:24px;right:24px}}@media screen and (max-width: 1023px){.gallery-wrapper .expend-btn{width:24px;height:24px;top:16px;right:16px}}.gallery-swiper .swiper-slide{width:100%;height:auto;aspect-ratio:2.56/1;border-radius:32px;cursor:pointer}@media screen and (max-width: 1919px){.gallery-swiper .swiper-slide{aspect-ratio:2/1}}@media screen and (max-width: 1439px){.gallery-swiper .swiper-slide{border-radius:24px;aspect-ratio:2.28/1}}@media screen and (max-width: 767px){.gallery-swiper .swiper-slide{border-radius:16px;aspect-ratio:2/1}}.gallery-swiper .media-wrapper{width:100%;height:100%;border-radius:32px}@media screen and (max-width: 1439px){.gallery-swiper .media-wrapper{border-radius:24px}}@media screen and (max-width: 767px){.gallery-swiper .media-wrapper{border-radius:16px}}.gallery-swiper .skeleton{border-radius:32px;width:100%;height:100%}@media screen and (max-width: 1439px){.gallery-swiper .skeleton{border-radius:24px}}@media screen and (max-width: 767px){.gallery-swiper .skeleton{border-radius:16px}}.gallery-swiper img{width:100%;height:100%;object-fit:cover;border-radius:32px}@media screen and (max-width: 1439px){.gallery-swiper img{border-radius:24px}}@media screen and (max-width: 767px){.gallery-swiper img{border-radius:16px}}.gallery-swiper .swiper-pagination{display:none}@media screen and (max-width: 1023px){.gallery-swiper .swiper-pagination{margin-top:16px;display:flex}}.gallery-swiper .swiper-pagination .swiper-pagination-bullet{background-color:#fff}.gallery-swiper .swiper-pagination .swiper-pagination-bullet-active{background-color:#dc5f00}.gallery-swiper-pagination{width:304px;margin:0}@media screen and (max-width: 1023px){.gallery-swiper-pagination{display:none}}.gallery-swiper-pagination .swiper-slide{width:64px!important;height:64px;border-radius:16px;cursor:pointer}.gallery-swiper-pagination .swiper-slide .media-wrapper{width:100%;height:100%;border-radius:16px}.gallery-swiper-pagination .swiper-slide .skeleton{border-radius:16px;width:100%;height:100%}.gallery-swiper-pagination .swiper-slide img{border-radius:16px;width:100%;height:100%;object-fit:cover}.gallery-swiper-pagination .swiper-slide-thumb-active{border:2px solid #DC5F00}.gallery-page .swiper-slide{aspect-ratio:1.9/1}.main-categories h1{margin-bottom:0}.main-categories .categories-list{display:grid;grid-template-columns:repeat(6,1fr);grid-template-rows:auto;gap:16px}@media screen and (max-width: 1439px){.main-categories .categories-list{grid-template-columns:repeat(3,1fr)}}@media screen and (max-width: 767px){.main-categories .categories-list{display:flex;gap:0}}@media screen and (max-width: 767px){.main-categories .swiper-container{padding:0;margin:0;max-width:unset}}@media screen and (max-width: 767px){.main-categories .categories-swiper{padding-left:16px;padding-right:16px}}.main-categories.no-images .category-card{min-height:unset;height:auto;flex-direction:row;align-items:center;justify-content:space-between;padding:20px 24px}@media screen and (max-width: 1439px){.main-categories.no-images .category-card{padding:16px}}@media screen and (max-width: 767px){.main-categories.no-images .category-card{padding:12px 10px;min-height:unset;width:auto}}.main-categories.no-images .category-card .h4{padding:0;margin-bottom:0;font-size:20px;line-height:120%;word-break:break-word}@media screen and (max-width: 1919px){.main-categories.no-images .category-card .h4{font-size:18px}}@media screen and (max-width: 1439px){.main-categories.no-images .category-card .h4{font-size:16px}}@media screen and (max-width: 767px){.main-categories.no-images .category-card .h4{font-size:14px}}.main-categories.no-images .category-card .arrow{position:static;opacity:1;flex-shrink:0;width:32px;height:32px}@media screen and (max-width: 1439px){.main-categories.no-images .category-card .arrow{width:24px;height:24px}.main-categories.no-images .category-card .arrow rect{fill:#dc5f00}.main-categories.no-images .category-card .arrow path{stroke:#fff}}.main-categories.no-images .category-card:hover .arrow{opacity:1}.services-swiper{width:100%;overflow:visible}.main-services .container{display:flex;flex-direction:row;align-items:center;gap:97px}@media screen and (max-width: 1919px){.main-services .container{gap:41px}}@media screen and (max-width: 1439px){.main-services .container{flex-direction:column;align-items:start;gap:0}}@media screen and (max-width: 767px){.main-services .container{padding:0}}.main-services .swiper-container{width:100%;overflow:visible}@media screen and (max-width: 767px){.main-services .swiper-container{padding:0;margin:0;max-width:unset}}.main-services .link-mobile{display:none;transition:all .3s;cursor:pointer}@media screen and (max-width: 1439px){.main-services .link-mobile{display:block;width:38px;height:38px}}@media screen and (max-width: 767px){.main-services .link-mobile{width:24px;height:24px}}@media (hover: hover) and (pointer: fine){.main-services .link-mobile:hover rect{transition:all .3s;fill:#dc5f00}.main-services .link-mobile:hover path{transition:all .3s;stroke:#fff}}@media screen and (max-width: 1439px){.main-services .btn-default.link{display:none}}.main-services .title-container{display:flex;flex-direction:column;align-items:flex-start}@media screen and (max-width: 1439px){.main-services .title-container{width:100%;display:flex;flex-direction:row;align-items:center;justify-content:space-between;margin-bottom:24px}}@media screen and (max-width: 767px){.main-services .title-container{margin-bottom:16px}}.main-services .title-container h2{max-width:191px;line-height:90%;margin-bottom:63px}@media screen and (max-width: 1439px){.main-services .title-container h2{margin-bottom:0}}.main-services .title-container .link{width:191px;padding:16px 24px}.main-services .title-container .link span{white-space:nowrap;font-size:24px}@media (hover: hover) and (pointer: fine){.main-services .title-container .link:hover span{color:#fff}}.main-services .services-list{flex:1;display:grid;grid-template-columns:repeat(3,1fr);gap:16px}@media screen and (max-width: 1439px){.main-services .services-list{width:100%;display:grid;grid-template-columns:repeat(3,1fr)}}@media screen and (max-width: 767px){.main-services .services-list{gap:0;display:grid;grid-auto-flow:column;grid-auto-columns:auto;align-items:stretch}}.category-banner{width:100%;height:250px;background-color:#373a40;border-radius:32px;padding:32px 32px 44px;display:flex;flex-direction:column;align-items:flex-start;gap:16px;overflow:hidden;position:relative;font-size:56px}@media screen and (max-width: 1439px){.category-banner{height:210px;border-radius:24px;padding:24px 24px 48px;font-size:36px}}@media screen and (max-width: 767px){.category-banner{border-radius:16px;padding:16px;height:300px;min-height:300px;font-size:28px}}.category-banner .main-link{z-index:5}.category-banner h2{margin-bottom:0;color:#fff;max-width:579px;z-index:4}@media screen and (max-width: 767px){.category-banner h2{max-width:384px}}@media screen and (max-width: 479px){.category-banner h2{max-width:60%}}.category-banner .text-default{color:#9b9c9f;max-width:357px;z-index:4}@media screen and (max-width: 767px){.category-banner .text-default{max-width:384px}}@media screen and (max-width: 479px){.category-banner .text-default{max-width:80%}}.category-banner .link-icon{width:49px;height:49px;position:absolute;bottom:32px;right:32px;z-index:3;opacity:0;transition:all .3s}@media screen and (max-width: 1919px){.category-banner .link-icon{bottom:24px;right:24px}}@media screen and (max-width: 1439px){.category-banner .link-icon{width:38px;height:38px;opacity:1}}@media screen and (max-width: 767px){.category-banner .link-icon{width:24px;height:24px;bottom:16px;right:16px}}.category-banner .phone{position:absolute;background-image:url(/build/assets/iPhone-1d560d04.webp);background-repeat:no-repeat;background-size:contain;width:346px;height:681px}@media screen and (max-width: 767px){.category-banner .phone{width:256px;height:506px}}.category-banner .phone-1{top:0;left:45%;z-index:3}@media screen and (max-width: 1919px){.category-banner .phone-1{left:56%}}@media screen and (max-width: 1439px){.category-banner .phone-1{left:unset;right:4.6%}}@media screen and (max-width: 1023px){.category-banner .phone-1{right:-23%}}@media screen and (max-width: 767px){.category-banner .phone-1{right:calc(50% - 128px);top:38%}}@media screen and (max-width: 479px){.category-banner .phone-1{top:51%}}.category-banner .phone-2{bottom:calc(50% - 340.5px);left:58%}@media screen and (max-width: 1919px){.category-banner .phone-2{left:72%}}@media screen and (max-width: 1439px){.category-banner .phone-2{left:87%}}@media screen and (max-width: 1023px){.category-banner .phone-2{display:none}}.category-banner .line-1{width:287px;aspect-ratio:1.3/1;height:auto;position:absolute;top:.5em;left:26%;z-index:2;color:#dc5f00}@media screen and (max-width: 1919px){.category-banner .line-1{left:32%}}@media screen and (max-width: 1439px){.category-banner .line-1{width:241px;left:38%}}@media screen and (max-width: 767px){.category-banner .line-1{width:238px;left:-20%;top:50%}}@media screen and (max-width: 479px){.category-banner .line-1{width:198px;left:-20%}}.category-banner .line-2{width:363px;aspect-ratio:1.67/1;height:auto;position:absolute;top:-12%;right:-1.1%;z-index:2;color:#dc5f00}@media screen and (max-width: 1919px){.category-banner .line-2{right:-24%}}@media screen and (max-width: 1439px){.category-banner .line-2{display:none}}@media screen and (max-width: 767px){.category-banner .line-2{display:block;width:238px;right:-20%;top:unset;bottom:0}}@media screen and (max-width: 479px){.category-banner .line-2{width:267px;right:-40%}}@media (hover: hover) and (pointer: fine){.category-banner:hover .link-icon{opacity:1}}.category-banner-second{width:100%;background-color:#dc5f00;border-radius:32px;position:relative;display:flex;flex-direction:row;align-items:center;align-items:stretch;justify-content:space-between;overflow:hidden;max-height:250px}.category-banner-second .main-link{z-index:3}@media screen and (max-width: 1919px){.category-banner-second{gap:29px}}@media screen and (max-width: 1439px){.category-banner-second{border-radius:24px}}@media screen and (max-width: 1023px){.category-banner-second{height:auto;flex-direction:column;align-items:start;justify-content:start;gap:0}}@media screen and (max-width: 767px){.category-banner-second{border-radius:16px}}.category-banner-second .title{padding:32px;max-width:520px}@media screen and (max-width: 1439px){.category-banner-second .title{padding:24px;width:100%;flex:1}}@media screen and (max-width: 767px){.category-banner-second .title{padding:16px;max-width:384px;border-radius:16px}}@media screen and (max-width: 479px){.category-banner-second .title{max-width:60%}}.category-banner-second h2{margin-bottom:0;color:#fff}.category-banner-second .media-wrapper{border-radius:32px;width:57%;height:auto;background-color:#373a40}@media screen and (max-width: 1439px){.category-banner-second .media-wrapper{border-radius:24px}}@media screen and (max-width: 1023px){.category-banner-second .media-wrapper{width:100%;height:185px}}@media screen and (max-width: 767px){.category-banner-second .media-wrapper{border-radius:16px;height:auto;aspect-ratio:4/1}}.category-banner-second .skeleton{border-radius:32px}@media screen and (max-width: 1439px){.category-banner-second .skeleton{border-radius:24px}}@media screen and (max-width: 767px){.category-banner-second .skeleton{border-radius:16px}}.category-banner-second img{width:100%;height:100%;border-radius:32px;object-fit:cover;background-color:#373a40}@media screen and (max-width: 1439px){.category-banner-second img{border-radius:24px}}@media screen and (max-width: 767px){.category-banner-second img{border-radius:16px}}.category-banner-second .link-icon{width:49px;height:49px;position:absolute;bottom:32px;right:32px;opacity:0;transition:all .3s;cursor:pointer}@media screen and (max-width: 1919px){.category-banner-second .link-icon{bottom:24px;right:24px}}@media screen and (max-width: 1439px){.category-banner-second .link-icon{width:38px;height:38px}}@media screen and (max-width: 1023px){.category-banner-second .link-icon{opacity:1}}@media screen and (max-width: 767px){.category-banner-second .link-icon{width:24px;height:24px;bottom:16px;right:16px}}@media (hover: hover) and (pointer: fine){.category-banner-second:hover .link-icon{opacity:1}}.wa-banner{transform:translateY(-254px);position:relative;padding-top:158px;overflow:hidden;margin-bottom:-96px}@media screen and (max-width: 1439px){.wa-banner{padding-top:119px;transform:translateY(-183px);margin-bottom:-64px}}@media screen and (max-width: 1023px){.wa-banner{padding-top:0;transform:translateY(0);margin-bottom:64px}}@media screen and (max-width: 479px){.wa-banner{margin-bottom:32px}}.wa-banner .wa-container{width:100%;padding:32px;border-radius:32px;background-color:#dc5f00;display:flex;flex-direction:column;align-items:flex-start;gap:16px;position:relative;overflow:hidden}@media screen and (max-width: 1439px){.wa-banner .wa-container{padding:24px;border-radius:24px}}@media screen and (max-width: 1023px){.wa-banner .wa-container{height:277px}}@media screen and (max-width: 767px){.wa-banner .wa-container{padding:16px;border-radius:16px;height:448px}}@media screen and (max-width: 479px){.wa-banner .wa-container{height:439px}}.wa-banner .h1,.wa-banner p{margin-bottom:0;color:#fff;max-width:568px;z-index:1}@media screen and (max-width: 1439px){.wa-banner .h1,.wa-banner p{max-width:442px}}@media screen and (max-width: 1023px){.wa-banner .h1,.wa-banner p{max-width:336px}}@media screen and (max-width: 767px){.wa-banner .h1,.wa-banner p{max-width:unset}}.wa-banner .btn{padding:16px 24px;display:flex;flex-direction:row;align-items:center;justify-content:center;z-index:1}@media screen and (max-width: 1439px){.wa-banner .btn{padding:12px 15px}}@media screen and (max-width: 767px){.wa-banner .btn{padding:6px 12px;width:100%}}.wa-banner .btn span{font-size:24px}@media screen and (max-width: 1439px){.wa-banner .btn span{font-size:20px}}@media screen and (max-width: 767px){.wa-banner .btn span{font-size:14px}}@media (hover: hover) and (pointer: fine){.wa-banner .btn:hover:before{background-color:#fff}.wa-banner .btn:hover span{transition:all .3s;color:#373a40}}.wa-banner .svg-mask{position:absolute;top:-53%;left:-5%;background-image:url(/build/assets/blot4-b4a70720.svg);background-repeat:no-repeat;background-size:cover;width:110%;height:411px;opacity:.1}.wa-banner .phone{position:absolute;top:10px;right:15%;width:500px;height:559px;background-image:url(/build/assets/wa-phone-5122c7ef.webp);background-repeat:no-repeat;background-size:contain}@media screen and (max-width: 1439px){.wa-banner .phone{top:15px;right:9.6%;width:384px;height:387px}}@media screen and (max-width: 1023px){.wa-banner .phone{top:-7px;right:30px;width:336px;height:285px}}@media screen and (max-width: 767px){.wa-banner .phone{top:unset;bottom:0;right:calc(50% - 168px);width:336px;height:285px}}@media screen and (max-width: 479px){.wa-banner .phone{top:unset;bottom:0;right:calc(50% - 144px);width:288px;height:245px}}.search-list-container .search-list{width:100%;display:flex;flex-direction:row;align-items:center;justify-content:start;flex-wrap:wrap;gap:0}.search-list-container .list-item.hidden{display:none}.search-list-container a{display:flex;flex-direction:row;align-items:center;justify-content:center;padding:16px 24px;border-radius:152px;background-color:#fff;transition:all .3s;color:#373a40}@media (hover: hover) and (pointer: fine){.search-list-container a:hover{background-color:#dc5f00;color:#fff}}@media screen and (max-width: 1439px){.search-list-container a{padding:12px 16px}}@media screen and (max-width: 767px){.search-list-container a{padding:8px 12px}}.search-list-container .text-default{font-weight:600}@media screen and (max-width: 1439px){.search-list-container .text-default{font-size:20px}}@media screen and (max-width: 767px){.search-list-container .text-default{font-size:14px}}.search-list-container .more-btn .list-more{background-color:#373a40;display:flex;flex-direction:row;align-items:center;gap:8px}.search-list-container .more-btn .list-more p{color:#fff;display:flex;flex-direction:row;align-items:center;gap:8px}.search-list-container .more-btn .list-more span{display:flex;flex-direction:row;align-items:center;color:#fff}.search-list-container .more-btn .list-more span:after{content:"";background-image:url(/build/assets/list-more-c8f26744.svg);background-repeat:no-repeat;background-size:contain;width:24px;height:24px}@media screen and (max-width: 767px){.search-list-container .more-btn .list-more span:after{width:16px;height:16px}}.search-list-container .more-btn-active .list-more span:after{background-image:url(/build/assets/list-start-0c561cdf.svg)}.categories-page,.catalog-page{overflow-x:hidden}.catalog-page .nested-categories-list{display:grid;grid-template-columns:repeat(6,1fr);gap:16px}@media screen and (max-width: 1919px){.catalog-page .nested-categories-list{grid-template-columns:repeat(5,1fr)}}@media screen and (max-width: 1023px){.catalog-page .nested-categories-list{grid-template-columns:repeat(4,1fr)}}@media screen and (max-width: 767px){.catalog-page .nested-categories-list{gap:0;display:grid;grid-auto-flow:column;grid-auto-columns:auto;align-items:stretch}}.catalog-page .search-list-container h2,.catalog-page .search-list-container .h2{margin-bottom:0;font-size:32px;line-height:90%}@media screen and (max-width: 1439px){.catalog-page .search-list-container h2,.catalog-page .search-list-container .h2{font-size:28px}}@media screen and (max-width: 767px){.catalog-page .search-list-container h2,.catalog-page .search-list-container .h2{font-size:18px}}.catalog-page .catalog-wrapper{display:flex;flex-direction:row;justify-content:space-between;gap:162px;align-items:stretch}@media screen and (max-width: 1919px){.catalog-page .catalog-wrapper{gap:78px}}@media screen and (max-width: 1439px){.catalog-page .catalog-wrapper{flex-direction:column}}.catalog-page .filter-side{width:18%}.catalog-page .filter-form{width:100%;display:flex;flex-direction:column;align-items:flex-start;gap:32px}.catalog-page .user-filters-list{display:flex;flex-direction:column;align-items:flex-start;gap:32px}.catalog-page .catalog-side{width:100%}.catalog-page .catalog-list-wrapper{width:100%;display:flex;flex-direction:column;align-items:flex-start;gap:32px}.catalog-page .catalog-list-wrapper.hidden{display:none}.catalog-page .list-side{width:75%;display:flex;flex-direction:column;align-items:flex-start}@media screen and (max-width: 1439px){.catalog-page .list-side{width:100%}}.catalog-page .list-side .brands-list{width:100%;margin-bottom:64px}@media screen and (max-width: 479px){.catalog-page .list-side .brands-list{margin-bottom:32px}}.catalog-page .list-side .brand-swiper{overflow:visible;clip-path:inset(-100vw -100vw -100vw 0)}@media screen and (max-width: 1439px){.catalog-page .list-side .brand-swiper{clip-path:unset}}.catalog-page .list-side .brand-swiper-catalog{width:100%;padding-right:40px}@media screen and (max-width: 1439px){.catalog-page .list-side .brand-swiper-catalog{overflow:visible}}.catalog-page .list-side .swiper-slide{width:197px!important;height:80px}.catalog-page .list-side .brand-tag{width:197px;height:80px}@media screen and (max-width: 1439px){.catalog-page .list-side .brand-tag{width:148px;height:60px}}@media screen and (max-width: 767px){.catalog-page .list-side .brand-tag{width:123px;height:50px}}.catalog-page .list-side .brands-list{width:100%}.catalog-page .list-side .brands-list .container{width:100%;max-width:100%}@media screen and (max-width: 767px){.catalog-page .list-side .brands-list .container{padding:0}}.filter-side{height:100%;width:100%}@media screen and (max-width: 1439px){.filter-side{display:none}}.filter-side .filter-wrapper{gap:32px;margin-bottom:34px}.filter-side .border-bottom{border:none;padding-bottom:0}.filters-form,.reset-filter-btn{width:100%}.reset-filter-btn span{color:#373a40;font-family:Tilda Sans VF;font-size:16px;font-style:normal;font-weight:600;line-height:100%;display:flex;flex-direction:row;align-items:center;gap:6px;transition:all .3s}.reset-filter-btn span:after{content:"";background-image:url(/build/assets/trash-1a742d74.svg);background-repeat:no-repeat;background-size:contain;width:16px;height:16px}@media screen and (max-width: 1439px){.reset-filter-btn span:after{width:24px;height:24px}}@media screen and (max-width: 767px){.reset-filter-btn span:after{width:16px;height:16px}}@media (hover: hover) and (pointer: fine){.reset-filter-btn:hover span{color:#dc5f00}}.filter-wrapper{display:flex;flex-direction:column;align-items:flex-start}@media screen and (max-width: 1439px){.filter-wrapper{height:calc(100vh - 247px);padding-right:10px;overflow:auto;-ms-overflow-style:none;scrollbar-width:none}}@media screen and (max-width: 1023px){.filter-wrapper{height:calc(100vh - 229px)}}@media screen and (max-width: 767px){.filter-wrapper{height:calc(100vh - 176px)}}.filter-wrapper::-webkit-scrollbar{width:0;height:0;opacity:0}@media screen and (max-width: 1919px){.filter-wrapper{margin-bottom:32px}}.filter-wrapper .filter-block{width:100%;height:auto;display:flex;flex-direction:column;align-items:flex-start}.filter-wrapper .filter-block .title{font-family:Tilda Sans VF;font-size:18px;font-style:normal;font-weight:400;line-height:160%;color:#373a40;margin-bottom:16px}@media screen and (max-width: 767px){.filter-wrapper .filter-block .title{font-size:14px}}.filter-wrapper .filter-block .show-more{width:auto;padding:8px 12px;border-radius:88px;background-color:#fff;display:flex;flex-direction:row;align-items:center;gap:4px;border:none;cursor:pointer;transition:all .3s}.filter-wrapper .filter-block .show-more span{font-family:Tilda Sans VF;font-size:14px;font-style:normal;font-weight:600;line-height:100%;letter-spacing:.16px;color:#373a40;transition:all .3s}.filter-wrapper .filter-block .show-more .count{color:#9b9c9f}@media (hover: hover) and (pointer: fine){.filter-wrapper .filter-block .show-more:hover{background-color:#dc5f00}.filter-wrapper .filter-block .show-more:hover span{color:#fff}}.filter-wrapper .filter-block .show-more.more-btn-active{background-color:#373a40}.filter-wrapper .filter-block .show-more.more-btn-active span{color:#fff}.filter-wrapper .filter-block.categories .title,.filter-wrapper .filter-block.categories a{font-family:Tilda Sans VF;font-size:16px;font-style:normal;font-weight:600;line-height:100%;letter-spacing:.16px;color:#9b9c9f}.filter-wrapper .filter-block.categories .title{color:#373a40;margin-bottom:16px}.filter-wrapper .filter-block.categories .filter-list-item.active{color:#373a40}.filter-wrapper .filter-block.categories .filter-list-item{transition:all .3s}@media (hover: hover) and (pointer: fine){.filter-wrapper .filter-block.categories .filter-list-item:hover{color:#373a40}}.filter-wrapper .filter-block.categories .list{width:100%;display:flex;flex-direction:column;align-items:flex-start;gap:16px;padding-left:16px}.filter-wrapper .filter-block.categories .list li{width:100%}.filter-wrapper .filter-block.categories .list a{width:100%;word-break:break-word}.filter-wrapper .filter-block.categories .list .list{padding-top:16px}.filter-wrapper .checkbox-list{width:100%;display:flex;flex-direction:row;align-items:center;gap:0;flex-wrap:wrap}.catalog-list{width:100%;display:grid;grid-template-columns:repeat(4,1fr);align-items:stretch;gap:16px;margin-bottom:16px}@media screen and (max-width: 1439px){.catalog-list{grid-template-columns:repeat(3,1fr)}}@media screen and (max-width: 1023px){.catalog-list{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width: 767px){.catalog-list{grid-template-columns:repeat(3,1fr);gap:8px}}@media screen and (max-width: 479px){.catalog-list{grid-template-columns:repeat(2,1fr);gap:4px}}.catalog-list .catalog-card{width:100%;height:100%}.catalog-list .catalog-card .image-container{width:100%;height:auto}.catalog-list .catalog-card .image-container .stub-card{height:auto;aspect-ratio:1/1}.catalog-list .catalog-card .media-wrapper{width:100%;height:100%}.catalog-list .catalog-card .media-wrapper.lozad{width:100%;height:240px;border-radius:16px}@media screen and (max-width: 1439px){.catalog-list .catalog-card .media-wrapper.lozad{height:200px}}@media screen and (max-width: 767px){.catalog-list .catalog-card .media-wrapper.lozad{border-radius:8px;min-height:100px;height:auto}}.catalog-list .catalog-card .skeleton{width:100%;height:240px;border-radius:16px}@media screen and (max-width: 1439px){.catalog-list .catalog-card .skeleton{height:200px}}@media screen and (max-width: 767px){.catalog-list .catalog-card .skeleton{border-radius:8px;height:auto}}.load-more-btn{width:100%;padding:16px 24px;background-color:#fff;border-radius:152px;transition:all .3s;margin-bottom:32px}@media screen and (max-width: 1439px){.load-more-btn{padding:12px 16px;margin-bottom:16px}}@media screen and (max-width: 767px){.load-more-btn{padding:8px 12px}}.load-more-btn span{color:#373a40;font-family:Tilda Sans VF;font-size:24px;font-style:normal;font-weight:600;line-height:100%;transition:all .3s}@media screen and (max-width: 1439px){.load-more-btn span{font-size:20px}}@media screen and (max-width: 767px){.load-more-btn span{font-size:14px}}@media (hover: hover) and (pointer: fine){.load-more-btn:hover{background-color:#373a40}.load-more-btn:hover span{color:#fff}}.apply-filter-btn{display:none}.filters-modal{position:fixed;inset:0;z-index:12;width:100%;height:100dvh;background-color:#eee;padding:32px 25px 29px 32px;display:none;transform:translate(100%);transition:all .3s;-ms-overflow-style:none;scrollbar-width:none}@supports (padding: max(0px)){.filters-modal{padding-bottom:calc(env(safe-area-inset-bottom) + 16px)}}.filters-modal::-webkit-scrollbar{width:0;height:0;opacity:0}.filters-modal .filter-form{display:none}@media screen and (max-width: 1439px){.filters-modal .filter-form{display:block}}@media screen and (max-width: 1439px){.filters-modal{display:block}}@media screen and (max-width: 1023px){.filters-modal{padding:16px}}.filters-modal.open{transform:translate(0)}.filters-modal .apply-filter-btn{display:flex}.filters-modal .reset-filter-btn{background-color:#fff}.filters-modal .filter-wrapper{gap:24px;margin-bottom:24px}@media screen and (max-width: 767px){.filters-modal .filter-wrapper{margin-bottom:16px;gap:16px}}@media screen and (max-width: 767px){.filters-modal .border-bottom{padding-bottom:16px}}.filters-modal h4{margin-bottom:0}.filters-modal .close-filter{width:24px;height:24px}@media screen and (max-width: 767px){.filters-modal .close-filter{width:20px;height:20px}}.filters-modal .filter-block.categories{display:none}.filters-modal .buttons-container{width:100%;background-color:#eee;display:flex;flex-direction:column;align-items:flex-start;gap:8px;position:fixed;bottom:0;left:0;right:0;margin-top:auto;padding:24px 25px 29px 32px}@media screen and (max-width: 1023px){.filters-modal .buttons-container{padding:24px 16px 13px}}@media screen and (max-width: 767px){.filters-modal .buttons-container{padding:16px}}@supports (bottom: env(safe-area-inset-bottom)){.filters-modal .buttons-container{bottom:env(safe-area-inset-bottom,0px)}}.filters-modal .buttons-container .btn{width:100%;height:38px}@media screen and (max-width: 767px){.filters-modal .buttons-container .btn{height:28px}}.filters-modal .buttons-container .btn-default{padding:0 16px}.filters-modal .buttons-container .btn-default span{font-size:20px}@media screen and (max-width: 767px){.filters-modal .buttons-container .btn-default span{font-size:14px}}.filters-modal .reset-filter-btn{display:flex;flex-direction:row;align-items:center;justify-content:center}.not-empty-result.hidden{display:none}.empty-result{width:100%;height:auto;min-height:400px;display:flex;flex-direction:column;align-items:flex-start;align-items:center;justify-content:center;gap:32px;position:relative;padding:64px 32px}.empty-result.hidden{display:none}@media screen and (max-width: 1439px){.empty-result{min-height:324px}}@media screen and (max-width: 767px){.empty-result{gap:16px;min-height:218px}}.empty-result h2{color:#dc5f00;max-width:595px;text-align:center;margin-bottom:0}@media screen and (max-width: 1439px){.empty-result h2{max-width:400px}}@media screen and (max-width: 1023px){.empty-result h2{max-width:300px}}.empty-result .background-image{position:absolute;top:0;left:25%;background-image:url(/build/assets/blot3-b622791f.svg);background-repeat:no-repeat;background-size:contain;width:557px;height:400px}@media screen and (max-width: 1439px){.empty-result .background-image{width:451px;height:324px}}@media screen and (max-width: 767px){.empty-result .background-image{width:303px;height:218px}}@media screen and (max-width: 479px){.empty-result .background-image{left:5%}}.selection-banner .wrapper{border-radius:32px;background-color:#fff;padding:32px 32px 77px;display:flex;flex-direction:column;align-items:flex-start;align-items:start;justify-content:start;gap:16px;position:relative;overflow:hidden}@media screen and (max-width: 1439px){.selection-banner .wrapper{border-radius:24px;padding:24px 24px 40px}}@media screen and (max-width: 1023px){.selection-banner .wrapper{padding:24px}}@media screen and (max-width: 767px){.selection-banner .wrapper{padding:16px;border-radius:16px}}.selection-banner h2{margin-bottom:0}.selection-banner .text-default{max-width:559px}.selection-banner .text-default p,.selection-banner .text-default a,.selection-banner .text-default span,.selection-banner .text-default h1,.selection-banner .text-default h2,.selection-banner .text-default h3,.selection-banner .text-default h4,.selection-banner .text-default h5,.selection-banner .text-default h6,.selection-banner .text-default li{color:#9b9c9f;word-break:break-word}@media screen and (max-width: 767px){.selection-banner .text-default{max-width:unset;width:100%}}.selection-banner .svg-mask{background-image:url(/build/assets/star3-5fa4b4e8.svg);background-repeat:no-repeat;background-size:contain;width:1124px;height:1364px;position:absolute;right:0;top:-130%}@media screen and (max-width: 1919px){.selection-banner .svg-mask{right:-20%}}@media screen and (max-width: 1439px){.selection-banner .svg-mask{width:946px;height:1320px}}@media screen and (max-width: 1023px){.selection-banner .svg-mask{right:-50%;top:-150%}}@media screen and (max-width: 767px){.selection-banner .svg-mask{right:-80%;top:-90%}}.fetch-loader-container{width:100%;height:100%;min-height:250px;display:flex;align-items:center;justify-content:center}.fetch-loader-container.hidden{display:none}.card-page h1.desktop{display:inline-block}@media screen and (max-width: 1023px){.card-page h1.desktop{display:none}}.card-page h1.mobile{display:none}@media screen and (max-width: 1023px){.card-page h1.mobile{display:inline-block}}@media screen and (max-width: 1023px){.card-page h1{margin-bottom:0}}.card-page .text-black{font-family:Tilda Sans VF;font-size:16px;font-style:normal;font-weight:600;line-height:100%;letter-spacing:.16px;transition:all .3s}@media screen and (max-width: 1023px){.card-page .text-black{font-size:20px}}@media screen and (max-width: 767px){.card-page .text-black{font-size:12px}}.card-page .code{color:#9b9c9f}.card-page .code span{color:#373a40}@media screen and (max-width: 1023px){.card-page .code{font-size:20px}}@media screen and (max-width: 767px){.card-page .code{font-size:12px}}.card-page .code.mobile{display:none}@media screen and (max-width: 1023px){.card-page .code.mobile{display:inline-block}}.card-page .product-cods{display:flex;flex-direction:row;align-items:center;gap:16px}@media screen and (max-width: 1023px){.card-page .product-cods{width:calc(100% - 32px)!important;margin-left:auto;margin-right:auto}}@media screen and (max-width: 479px){.card-page .product-cods{flex-direction:column;align-items:start;justify-content:start;gap:24px}.card-page .product-cods .text-black{width:auto;margin:0}}.card-page .title-container{margin-bottom:32px}@media screen and (max-width: 1439px){.card-page .title-container{margin-bottom:24px}}@media screen and (max-width: 1023px){.card-page .title-container{display:none}}.card-page .title-container .buttons{display:flex;flex-direction:row;align-items:center;gap:16px}.card-page .title-container .btn{display:flex;flex-direction:row;align-items:center;gap:6px}@media (hover: hover) and (pointer: fine){.card-page .title-container .btn:hover span{color:#dc5f00}.card-page .title-container .btn:hover .compare path{fill:#dc5f00;stroke:#dc5f00}.card-page .title-container .btn:hover .compare circle{stroke:#dc5f00}.card-page .title-container .btn:hover .favorite path{stroke:#dc5f00}}.card-page .title-container svg{width:16px;height:16px}.card-page .title-container svg path,.card-page .title-container svg circle{transition:all .3s}.card-page .title-container .btn.active span{color:#dc5f00}.card-page .title-container .btn.active .compare path{fill:#dc5f00;stroke:#dc5f00}.card-page .title-container .btn.active .compare circle{stroke:#dc5f00}.card-page .title-container .btn.active .favorite path{stroke:#dc5f00}.card-catalog-wrapper{display:grid;grid-template-columns:9fr 2fr;align-items:stretch;justify-content:space-between;gap:17px}@media screen and (max-width: 1919px){.card-catalog-wrapper{display:flex;flex-direction:row;align-items:start;gap:16px}}@media screen and (max-width: 1023px){.card-catalog-wrapper{display:flex;flex-direction:column;align-items:flex-start;gap:32px}}@media screen and (max-width: 767px){.card-catalog-wrapper{gap:24px;width:100%}}@media screen and (max-width: 767px){.card-catalog-wrapper .sticky-container,.card-catalog-wrapper .description-wrapper,.card-catalog-wrapper .slider-block,.card-catalog-wrapper .code,.card-catalog-wrapper h1,.card-catalog-wrapper .characteristics-wrapper{width:calc(100% - 32px)!important;margin-left:auto;margin-right:auto}}@media screen and (max-width: 767px){.card-catalog-wrapper .slider-block{overflow:hidden}}.card-catalog-wrapper .left-side,.card-catalog-wrapper .right-side{width:100%}.card-catalog-wrapper .left-side{display:flex;flex-direction:column;align-items:flex-start;gap:0;max-width:1136px}@media screen and (max-width: 1919px){.card-catalog-wrapper .left-side{min-width:74%}}@media screen and (max-width: 1439px){.card-catalog-wrapper .left-side{min-width:66%}}.card-catalog-wrapper .product-wrapper{width:100%;display:flex;flex-direction:row;align-items:start;justify-content:start;gap:16px}@media screen and (max-width: 1439px){.card-catalog-wrapper .product-wrapper{flex-direction:column;gap:24px}}@media screen and (max-width: 1023px){.card-catalog-wrapper .product-wrapper{gap:32px;margin-bottom:0}}@media screen and (max-width: 767px){.card-catalog-wrapper .product-wrapper{gap:24px}}.card-catalog-wrapper .slider-block{min-width:44%;width:44%}@media screen and (max-width: 1919px){.card-catalog-wrapper .slider-block{min-width:50%;width:50%}}@media screen and (max-width: 1439px){.card-catalog-wrapper .slider-block{width:100%}}.card-catalog-wrapper .right-side{width:100%;padding-bottom:110px}@media screen and (max-width: 1023px){.card-catalog-wrapper .left-side,.card-catalog-wrapper .product-wrapper,.card-catalog-wrapper .slider-block{width:100%}}@media screen and (max-width: 1023px){.card-catalog-wrapper .product-wrapper{overflow:hidden}}.card-catalog-wrapper .card-catalog-swiper{width:100%;height:auto;aspect-ratio:1/1;margin:0 0 16px;border-radius:32px}@media screen and (max-width: 1439px){.card-catalog-wrapper .card-catalog-swiper{aspect-ratio:1.34/1;border-radius:24px;margin-bottom:24px}}@media screen and (max-width: 1023px){.card-catalog-wrapper .card-catalog-swiper{width:100%;height:auto;overflow:visible;aspect-ratio:1.9/1;margin-bottom:0}}@media screen and (max-width: 767px){.card-catalog-wrapper .card-catalog-swiper{border-radius:16px;aspect-ratio:1/1}}.card-catalog-wrapper .card-catalog-swiper .swiper-slide{border-radius:32px}@media screen and (max-width: 1439px){.card-catalog-wrapper .card-catalog-swiper .swiper-slide{border-radius:24px}}@media screen and (max-width: 767px){.card-catalog-wrapper .card-catalog-swiper .swiper-slide{border-radius:16px}}.card-catalog-wrapper .card-catalog-swiper .product-image{width:100%;height:100%;aspect-ratio:1/1;border-radius:32px;background-color:#fff}@media screen and (max-width: 1439px){.card-catalog-wrapper .card-catalog-swiper .product-image{border-radius:24px}}@media screen and (max-width: 767px){.card-catalog-wrapper .card-catalog-swiper .product-image{border-radius:16px}}.card-catalog-wrapper .card-catalog-swiper .product-image img{width:100%;height:100%;object-fit:contain;border-radius:32px}@media screen and (max-width: 1439px){.card-catalog-wrapper .card-catalog-swiper .product-image img{border-radius:24px}}@media screen and (max-width: 767px){.card-catalog-wrapper .card-catalog-swiper .product-image img{border-radius:16px}}.card-catalog-wrapper .card-catalog-swiper .product-image .skeleton{border-radius:32px}@media screen and (max-width: 1439px){.card-catalog-wrapper .card-catalog-swiper .product-image .skeleton{border-radius:24px}}@media screen and (max-width: 767px){.card-catalog-wrapper .card-catalog-swiper .product-image .skeleton{border-radius:16px}}.card-catalog-wrapper .card-catalog-swiper .swiper-pagination{display:none}@media screen and (max-width: 1023px){.card-catalog-wrapper .card-catalog-swiper .swiper-pagination{margin-top:16px;display:flex}}@media screen and (max-width: 767px){.card-catalog-wrapper .card-catalog-swiper .swiper-pagination{margin-top:8px}}.card-catalog-wrapper .wrapper-pagination{width:100%;position:relative;display:flex;flex-direction:row;align-items:center;justify-content:center}@media screen and (max-width: 1023px){.card-catalog-wrapper .wrapper-pagination{display:none}}.card-catalog-wrapper .card-catalog-swiper-pagination{width:304px;margin:0;display:flex;flex-direction:row;align-items:center;justify-content:center;position:unset;border-radius:16px}.card-catalog-wrapper .card-catalog-swiper-pagination .swiper-wrapper{position:unset}.card-catalog-wrapper .card-catalog-swiper-pagination .swiper-slide{width:64px!important;height:64px;border-radius:16px;border:2px solid transparent}.card-catalog-wrapper .card-catalog-swiper-pagination .swiper-slide-thumb-active{border:2px solid #DC5F00}.card-catalog-wrapper .card-catalog-swiper-pagination .product-image{width:100%;height:100%;border-radius:16px}.card-catalog-wrapper .card-catalog-swiper-pagination .product-image img{width:100%;height:100%;object-fit:cover;border-radius:16px}.card-catalog-wrapper .card-catalog-swiper-pagination .product-image .skeleton{border-radius:16px}.card-catalog-wrapper .card-catalog-swiper-pagination .catalog-button-prev{background-image:url(/build/assets/chevron-left-011b9e4d.svg);background-repeat:no-repeat;background-size:contain;width:24px;height:24px;position:absolute;left:0;cursor:pointer}.card-catalog-wrapper .card-catalog-swiper-pagination .catalog-button-next{background-image:url(/build/assets/chevron-left-011b9e4d.svg);transform:rotate(180deg);background-repeat:no-repeat;background-size:contain;width:24px;height:24px;position:absolute;right:0;cursor:pointer}.card-catalog-wrapper .card-catalog-swiper-pagination .swiper-button-disabled{opacity:.5}.card-catalog-wrapper .info-block{width:100%;display:flex;flex-direction:column;align-items:flex-start;gap:16px}@media screen and (max-width: 1439px){.card-catalog-wrapper .info-block.desktop .h4,.card-catalog-wrapper .info-block.desktop .characters-list,.card-catalog-wrapper .info-block.desktop .btn-default{display:none}}.card-catalog-wrapper .info-block h4{margin-bottom:0}@media screen and (max-width: 1439px){.card-catalog-wrapper .info-block h4{display:none}}.card-catalog-wrapper .info-block .characters-list{width:100%;display:flex;flex-direction:column;align-items:flex-start;gap:8px}.card-catalog-wrapper .info-block .characters-list li{width:100%;display:grid;grid-template-columns:1fr 1fr;gap:32px}.card-catalog-wrapper .info-block .characters-list .text-big.title{color:#9b9c9f}.card-catalog-wrapper .info-block .characters-list .text-big.description{color:#373a40}@media screen and (max-width: 1439px){.card-catalog-wrapper .info-block .characters-list{display:none}}.card-catalog-wrapper .info-block .btn-default{padding:8px 12px}.card-catalog-wrapper .info-block .btn-default span{font-size:16px;font-style:normal;font-weight:600}@media (hover: hover) and (pointer: fine){.card-catalog-wrapper .info-block .btn-default:hover span{color:#fff}}@media screen and (max-width: 1439px){.card-catalog-wrapper .info-block .btn-default{display:none}}.card-catalog-wrapper .info-block .variable-swiper{margin:0;width:100%}@media screen and (max-width: 767px){.card-catalog-wrapper .info-block .variable-swiper{padding-left:16px}}.card-catalog-wrapper .info-block .variable-list{width:100%;display:flex;flex-direction:row;align-items:center;flex-wrap:wrap;justify-content:start;gap:8px}.card-catalog-wrapper .info-block .variable-list .swiper-slide{width:auto!important}@media screen and (max-width: 767px){.card-catalog-wrapper .info-block .variable-list{gap:0;flex-wrap:nowrap}}.card-catalog-wrapper .info-block .variable-list .variable-link{border-radius:16px;padding:8px 16px 8px 8px;background-color:#fff;width:auto;display:grid;grid-template-columns:58px auto;grid-template-rows:29px 29px;column-gap:8px;row-gap:0;border:2px solid #FFFFFF;transition:all .3s}@media screen and (max-width: 767px){.card-catalog-wrapper .info-block .variable-list .variable-link{grid-template-columns:52px auto}}.card-catalog-wrapper .info-block .variable-list .variable-link .text-big{font-size:18px}@media screen and (max-width: 767px){.card-catalog-wrapper .info-block .variable-list .variable-link .text-big{font-size:14px}}.card-catalog-wrapper .info-block .variable-list .variable-link .title{color:#373a40;align-self:end}.card-catalog-wrapper .info-block .variable-list .variable-link .description{color:#9b9c9f}.card-catalog-wrapper .info-block .variable-list .variable-link.active{border:2px solid #DC5F00}.card-catalog-wrapper .info-block .variable-list .variable-link:hover:not(.active){border:2px solid rgba(220,95,0,.5)}.card-catalog-wrapper .info-block .variable-list .variable-img{grid-row:span 2;width:58px;height:58px;border-radius:16px}@media screen and (max-width: 767px){.card-catalog-wrapper .info-block .variable-list .variable-img{width:52px;height:52px}}.card-catalog-wrapper .info-block .variable-list .variable-img img{width:100%;height:100%;object-fit:contain;border-radius:16px}.card-catalog-wrapper .info-block .variable-list .variable-img .skeleton{border-radius:16px}.card-catalog-wrapper .tags-container{width:189px;display:flex;flex-direction:row;align-items:center;flex-wrap:wrap;gap:0;position:absolute;z-index:2;top:32px;left:32px}@media screen and (max-width: 1439px){.card-catalog-wrapper .tags-container{top:24px;left:24px}}@media screen and (max-width: 767px){.card-catalog-wrapper .tags-container{position:relative;top:unset;left:unset}}.card-catalog-wrapper .tags-container .tag{display:flex;flex-direction:row;align-items:center;justify-content:center;width:auto;height:auto;padding:8px 12px;background-color:#373a40;border-radius:88px;color:#fff;font-size:14px;font-weight:600;line-height:100%}@media screen and (max-width: 767px){.card-catalog-wrapper .tags-container .tag{padding:4px 6px;font-size:8px}}.card-catalog-wrapper .tags-container.desktop{display:flex}@media screen and (max-width: 767px){.card-catalog-wrapper .tags-container.desktop{display:none}}.card-catalog-wrapper .tags-container.mobile{display:none}@media screen and (max-width: 767px){.card-catalog-wrapper .tags-container.mobile{display:flex}}.card-catalog-wrapper .buttons-container{display:flex;flex-direction:row;align-items:center;gap:0;position:absolute;z-index:2;top:16px;right:16px;display:none}@media screen and (max-width: 1023px){.card-catalog-wrapper .buttons-container{display:flex}}@media screen and (max-width: 767px){.card-catalog-wrapper .buttons-container{top:12px;right:12px}}.card-catalog-wrapper .buttons-container svg{width:33px;height:33px;cursor:pointer}@media (hover: hover) and (pointer: fine){.card-catalog-wrapper .buttons-container .comparison:hover rect{fill:#fff}.card-catalog-wrapper .buttons-container .comparison:hover circle{stroke:#dc5f00}.card-catalog-wrapper .buttons-container .comparison:hover path{fill:#dc5f00}}.card-catalog-wrapper .buttons-container .comparison.active{cursor:pointer}.card-catalog-wrapper .buttons-container .comparison.active rect{fill:#dc5f00}.card-catalog-wrapper .buttons-container .comparison.active circle{stroke:#fff}.card-catalog-wrapper .buttons-container .comparison.active path{fill:#fff}@media (hover: hover) and (pointer: fine){.card-catalog-wrapper .buttons-container .like:hover path{fill:#fff}}.card-catalog-wrapper .buttons-container .like.active path{fill:#dc5f00}@media screen and (max-width: 1023px){.card-catalog-wrapper .right-side{display:none}}.card-catalog-wrapper .sticky-container{position:sticky;position:-webkit-sticky;top:10px;bottom:0;z-index:2;display:flex;flex-direction:column;align-items:flex-start;width:100%}.card-catalog-wrapper .sticky-container.mobile{display:none}@media screen and (max-width: 1023px){.card-catalog-wrapper .sticky-container.mobile{position:relative;display:flex;margin-bottom:32px}}@media screen and (max-width: 767px){.card-catalog-wrapper .sticky-container.mobile{margin-bottom:24px}}.card-catalog-wrapper .sticky-container.border-bottom{padding-bottom:24px}@media screen and (max-width: 767px){.card-catalog-wrapper .sticky-container.border-bottom{padding-bottom:16px}}.card-catalog-wrapper .sticky-container .media-wrapper{height:150px;margin-bottom:32px;border-radius:32px}.card-catalog-wrapper .sticky-container .media-wrapper .skeleton{opacity:1;border-radius:32px}.card-catalog-wrapper .sticky-container .media-wrapper:first-of-type{height:233px}.card-catalog-wrapper .sticky-container .media-wrapper:last-of-type{height:76px}.card-catalog-wrapper .text{color:#9b9c9f;font-family:Tilda Sans VF;font-size:16px;font-style:normal;font-weight:400;line-height:160%;margin-bottom:8px}@media screen and (max-width: 767px){.card-catalog-wrapper .text{font-size:12px}}.card-catalog-wrapper .text span{color:#dc5f00;cursor:pointer}.card-catalog-wrapper .text.black{color:#373a40;margin-bottom:0}.card-catalog-wrapper .basket-banner{border-radius:32px;padding:32px;background-color:#fff;width:100%;display:flex;flex-direction:column;align-items:flex-start;margin-bottom:32px}@media screen and (max-width: 1439px){.card-catalog-wrapper .basket-banner{border-radius:24px}}@media screen and (max-width: 1023px){.card-catalog-wrapper .basket-banner{border-radius:24px;padding:24px}}@media screen and (max-width: 767px){.card-catalog-wrapper .basket-banner{border-radius:16px;padding:16px}}.card-catalog-wrapper .basket-banner .price-container{display:flex;flex-direction:row;align-items:center;gap:8px;margin-bottom:16px}.card-catalog-wrapper .basket-banner .price-container h4,.card-catalog-wrapper .basket-banner .price-container .h4{color:#373a40;margin-bottom:0}.card-catalog-wrapper .basket-banner .price-container .crossed{color:#9b9c9f;text-decoration:line-through;font-size:28px;font-weight:300;line-height:90%}@media screen and (max-width: 767px){.card-catalog-wrapper .basket-banner .price-container .crossed{font-size:18px}}.card-catalog-wrapper .basket-banner .btn{width:100%;padding:8px 12px;border-radius:120px}.card-catalog-wrapper .basket-banner .btn span{font-size:16px}@media screen and (max-width: 1439px){.card-catalog-wrapper .basket-banner .btn{padding:12px 16px}.card-catalog-wrapper .basket-banner .btn span{font-size:20px}}@media screen and (max-width: 767px){.card-catalog-wrapper .basket-banner .btn{padding:12px}.card-catalog-wrapper .basket-banner .btn span{font-size:14px}}.card-catalog-wrapper .basket-banner .border-bottom{padding-bottom:16px;margin-bottom:16px}.card-catalog-wrapper .delivery{width:100%}.card-catalog-wrapper .delivery h4{margin-bottom:16px}.card-catalog-wrapper .delivery .text.black{margin-bottom:8px}.card-catalog-wrapper .delivery .info{width:100%;display:flex;flex-direction:row;align-items:center;justify-content:space-between}.card-catalog-wrapper .delivery.border-bottom{padding-bottom:8px;margin-bottom:16px}@media screen and (max-width: 1023px){.card-catalog-wrapper .delivery.border-bottom{border:none;padding-bottom:0;margin-bottom:0}}.card-page .more-btn{padding:8px 12px}.card-page .more-btn.hidden{display:none}.card-page .more-btn span{font-size:16px}@media (hover: hover) and (pointer: fine){.card-page .more-btn:hover span{color:#fff}}@media screen and (max-width: 767px){.card-page .more-btn{padding:8px}.card-page .more-btn span{font-size:12px}}@media screen and (max-width: 1439px){.card-page .description-wrapper{margin-bottom:24px}}@media screen and (max-width: 1023px){.card-page .description-wrapper{margin-bottom:32px}}@media screen and (max-width: 767px){.card-page .description-wrapper{margin-bottom:24px}}.card-page .description-wrapper .text-big{line-height:160%}@media screen and (max-width: 767px){.card-page .description-wrapper .text-big{line-height:120%}}.card-page .description-wrapper .description{display:flex;flex-direction:column;align-items:start;justify-content:start;gap:7px}.card-page .description-wrapper img{max-width:50%;height:auto;object-fit:contain;display:inline-block;border-radius:32px}@media screen and (max-width: 1023px){.card-page .description-wrapper img{border-radius:16px}}.card-page .description-wrapper .text-container{margin-bottom:32px;max-height:235px;overflow:hidden;position:relative;color:#373a40;font-family:Tilda Sans VF;font-size:18px;font-style:normal;font-weight:400;line-height:120%;letter-spacing:-.24px}@media screen and (max-width: 767px){.card-page .description-wrapper .text-container{font-size:14px}}.card-page .description-wrapper .text-container.more-text:before{content:"";position:absolute;width:100%;background:linear-gradient(transparent,#EEE);height:40px;bottom:-2px}.card-page .description-wrapper .text-container .description{overflow:hidden;max-height:235px;display:flex;flex-direction:column;align-items:flex-start;gap:10px}.card-page .description-wrapper .text-container p{color:#373a40;font-family:Tilda Sans VF;font-size:18px;font-style:normal;font-weight:400;line-height:120%;letter-spacing:-.24px}@media screen and (max-width: 767px){.card-page .description-wrapper .text-container p{font-size:14px}}.card-page .description-wrapper .text-container.more{max-height:none;overflow:visible}.card-page .description-wrapper .text-container.more.more-text:before{display:none}.card-page .description-wrapper .text-container.more .description{max-height:none;overflow:visible}.card-page .description-wrapper .text-container.more p{display:block}@media screen and (max-width: 1439px){.card-page .description-wrapper .text-container{margin-bottom:16px}}.card-page .characteristics-wrapper{width:100%;scroll-margin-top:70px;margin-bottom:128px}@media screen and (max-width: 1439px){.card-page .characteristics-wrapper{border-top:1px solid rgba(55,58,64,.1);padding-top:24px}}@media screen and (max-width: 1023px){.card-page .characteristics-wrapper{margin-bottom:0;padding-top:32px}}@media screen and (max-width: 767px){.card-page .characteristics-wrapper{padding-top:24px}}.card-page .characteristics-wrapper .characteristics-list{width:100%;columns:2;column-gap:16px;row-gap:8px;margin-bottom:16px}@media screen and (max-width: 1439px){.card-page .characteristics-wrapper .characteristics-list{display:grid;grid-template-columns:1fr;grid-template-rows:auto;grid-auto-flow:unset;gap:8px}}.card-page .characteristics-wrapper .characteristics-item{width:100%;display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.card-page .characteristics-wrapper .characteristics-item .text-big{font-family:Tilda Sans VF;font-size:18px;font-style:normal;font-weight:400;line-height:160%;margin-bottom:0}@media screen and (max-width: 767px){.card-page .characteristics-wrapper .characteristics-item .text-big{font-size:14px}}.card-page .characteristics-wrapper .characteristics-item .title{color:#9b9c9f}.card-page .selection-list .title-container{display:flex}.card-page .selection-list h2{margin-bottom:0}.card-page .swiper-component .title-container{display:flex}.card-page .swiper-component .title-container h2,.card-page .swiper-component .title-container .h2{margin-bottom:0}@media screen and (max-width: 767px){.card-page .swiper-component .title-container{align-items:start}}.card-page .demo-swiper-button-prev .button-prev,.card-page .demo-swiper-button-prev .button-next,.card-page .demo-swiper-button-next .button-prev,.card-page .demo-swiper-button-next .button-next,.card-page .collection-swiper-button-prev .button-prev,.card-page .collection-swiper-button-prev .button-next,.card-page .collection-swiper-button-next .button-prev,.card-page .collection-swiper-button-next .button-next,.card-page .reusable-swiper-button-prev .button-prev,.card-page .reusable-swiper-button-prev .button-next,.card-page .reusable-swiper-button-next .button-prev,.card-page .reusable-swiper-button-next .button-next{width:49px;height:49px}.card-page .link-mobile svg{width:38px;height:38px}@media screen and (max-width: 767px){.card-page .link-mobile svg{width:24px;height:24px}}.card-page .collection-slider .content{display:flex;flex-direction:row;align-items:center;gap:16px;height:auto}@media screen and (max-width: 1439px){.card-page .collection-slider .content{flex-direction:column}}@media screen and (max-width: 767px){.card-page .collection-slider .content{gap:8px}}@media screen and (max-width: 479px){.card-page .collection-slider .content{gap:4px}}.card-page .collection-slider .collection-swiper{width:58%}@media screen and (max-width: 1439px){.card-page .collection-slider .collection-swiper{width:100%}}.card-page .collection-swiper{border-radius:32px;clip-path:inset(-100vw -100vw -100vw 0)}.card-page .collection-swiper .swiper-wrapper{border-radius:32px}@media screen and (max-width: 1439px){.card-page .collection-swiper{clip-path:unset}}.add-to-cart .in-cart-btn{display:flex;flex-direction:row;align-items:center;justify-content:space-between;width:100%;background-color:#dc5f00}.add-to-cart .in-cart-btn:before{display:none}.add-to-cart .in-cart-btn span{color:#fff}.add-to-cart .decrease,.add-to-cart .increase,.add-to-cart .delete-btn,.add-to-cart .delete{width:16px;height:16px;color:#eeaf80}.add-to-cart.grey .btn-default{background-color:#eee}.add-to-cart.grey span,.add-to-cart.grey .delete-btn,.add-to-cart.grey .increase{color:#373a40}.add-to-cart .delete{align-items:center;justify-content:center}.add-to-cart .text,.add-to-cart .product-count{color:#fff;text-align:center;font-family:Tilda Sans VF;font-size:16px;font-style:normal;font-weight:600;line-height:100%;letter-spacing:.16px;margin:0}.add-to-cart .loader-btn{position:relative;height:32px;display:flex;flex-direction:row;align-items:center;justify-content:center;background-color:#dc5f00;border:0}@media screen and (max-width: 1439px){.add-to-cart .loader-btn{height:44px}}@media screen and (max-width: 767px){.add-to-cart .loader-btn{height:40px}}.cart-loader{display:flex;width:16px;height:16px;border-radius:50%;position:relative;animation:rotate 1s linear infinite;text-align:center}.cart-loader:before{content:"";box-sizing:border-box;position:absolute;inset:0;border-radius:50%;border:2px solid #FFF;animation:prixClipFix 2s linear infinite}@keyframes rotate{to{transform:rotate(360deg)}}@keyframes prixClipFix{0%{clip-path:polygon(50% 50%,0 0,0 0,0 0,0 0,0 0)}25%{clip-path:polygon(50% 50%,0 0,100% 0,100% 0,100% 0,100% 0)}50%{clip-path:polygon(50% 50%,0 0,100% 0,100% 100%,100% 100%,100% 100%)}75%{clip-path:polygon(50% 50%,0 0,100% 0,100% 100%,0 100%,0 100%)}to{clip-path:polygon(50% 50%,0 0,100% 0,100% 100%,0 100%,0 0)}}.reviews-section h2{display:flex;flex-direction:row;align-items:center;gap:12px;margin-bottom:24px}.reviews-section .reviews-count-badge{background-color:#dc5f00;color:#fff;font-family:Tilda Sans VF;font-size:16px;font-weight:600;border-radius:88px;padding:4px 10px;line-height:1}.reviews-summary{display:flex;flex-direction:row;align-items:center;gap:12px;margin-bottom:32px}.reviews-summary .reviews-avg{font-family:Tilda Sans VF;font-size:20px;font-weight:700;color:#373a40}.reviews-summary .reviews-total{font-family:Tilda Sans VF;font-size:16px;color:#9b9c9f}.star-icon{flex-shrink:0}.reviews-stars{display:flex;flex-direction:row;align-items:center;gap:4px}.review-form-wrapper{background-color:#fff;border-radius:32px;padding:32px;margin-bottom:32px}@media screen and (max-width: 1439px){.review-form-wrapper{border-radius:24px;padding:24px}}@media screen and (max-width: 767px){.review-form-wrapper{border-radius:16px;padding:16px}}.review-form-title{margin-bottom:24px}.review-form{display:flex;flex-direction:column;align-items:flex-start;gap:16px}.review-label{font-family:Tilda Sans VF;font-size:16px;color:#9b9c9f;margin-bottom:8px}.review-rating-picker{display:flex;flex-direction:column;align-items:flex-start;gap:0}.star-picker{display:flex;flex-direction:row;align-items:center;gap:8px}.star-btn{background:none;border:none;cursor:pointer;padding:4px;transition:transform .15s}.star-btn:hover{transform:scale(1.2)}.review-textarea{width:100%;border:2px solid rgba(55,58,64,.1);border-radius:16px;padding:16px;font-family:Tilda Sans VF;font-size:16px;color:#373a40;resize:vertical;min-height:120px;outline:none;transition:border-color .3s}.review-textarea::placeholder{color:#9b9c9f}.review-textarea:focus{border-color:#dc5f00}.review-error{color:#e80f0f;font-family:Tilda Sans VF;font-size:14px}.review-error.hidden{display:none}.review-submit-btn{align-self:flex-start;padding:12px 24px}.reviews-list{display:flex;flex-direction:column;align-items:flex-start;gap:16px}.review-item{background-color:#fff;border-radius:24px;padding:24px}@media screen and (max-width: 767px){.review-item{border-radius:16px;padding:16px}}.review-header{display:flex;flex-direction:row;align-items:center;gap:12px;margin-bottom:12px;flex-wrap:wrap}.review-meta{display:flex;flex-direction:column;align-items:flex-start;gap:2px;flex:1}.review-author{font-family:Tilda Sans VF;font-size:16px;font-weight:600;color:#373a40}.review-date{font-family:Tilda Sans VF;font-size:13px;color:#9b9c9f}.review-comment{font-family:Tilda Sans VF;font-size:16px;color:#373a40;line-height:160%}.review-delete-btn{background:none;border:none;cursor:pointer;padding:4px;color:#9b9c9f;transition:color .3s;margin-left:auto}.review-delete-btn:hover{color:#e80f0f}.review-delete-btn:hover path{stroke:#e80f0f}.reviews-empty{font-family:Tilda Sans VF;font-size:16px;color:#9b9c9f;padding:32px 0;text-align:center}.review-auth-notice,.review-already-notice{padding:20px 24px;background-color:#fff;border-radius:16px;margin-bottom:24px}.review-auth-notice p,.review-already-notice p{color:#9b9c9f}.review-auth-link{background:none;border:none;cursor:pointer;color:#dc5f00;font-family:inherit;font-size:inherit;padding:0;text-decoration:underline}.modal{position:fixed;inset:0;width:100%;height:100%;z-index:12;display:flex;flex-direction:row;align-items:center;justify-content:center}@media screen and (max-width: 1023px){.modal{align-items:start;justify-content:center;padding-top:40px}}.modal .overlay{position:absolute;inset:0;width:100%;height:100%;opacity:.3;background:#373A40}.modal .modal-wrapper{background:#FFF;border-radius:32px;padding:48px;z-index:6;position:relative;display:flex;flex-direction:column;align-items:flex-start;gap:16px}@media screen and (max-width: 1439px){.modal .modal-wrapper{border-radius:24px;padding:24px}}@media screen and (max-width: 767px){.modal .modal-wrapper{border-radius:16px;padding:16px}}.modal .close-btn{position:absolute;width:24px;height:24px;top:16px;right:16px;color:#9b9c9f;cursor:pointer;transition:all .3s}@media (hover: hover) and (pointer: fine){.modal .close-btn:hover{color:#dc5f00}}@media screen and (max-width: 767px){.modal .close-btn{width:16px;height:16px;top:8px;right:8px}}.modal .warning-wrapper{border-radius:24px;padding:24px;width:317px}.modal .warning-wrapper h3{margin-bottom:0;font-size:32px}.modal .warning-wrapper .subtitle{font-family:Tilda Sans VF;font-size:18px;font-style:normal;font-weight:400;line-height:160%;letter-spacing:-.36px;color:#9b9c9f}.modal .warning-wrapper .buttons-container{display:flex;flex-direction:row;align-items:center;gap:8px}.modal .warning-wrapper .btn{padding:8px 12px}.modal .warning-wrapper .btn span{font-family:Tilda Sans VF;font-size:16px;font-style:normal;font-weight:600;line-height:100%;letter-spacing:.16px}.modal .warning-wrapper .btn:first-of-type{background-color:#373a40}.modal .warning-wrapper .btn:first-of-type span{color:#fff}.modal .warning-wrapper .btn:last-of-type{background-color:#eee}.modal .warning-wrapper .btn:last-of-type span{color:#373a40}@media (hover: hover) and (pointer: fine){.modal .warning-wrapper .btn:last-of-type:hover span{color:#fff}}.modal:has(.warning-wrapper){padding-top:0;align-items:center}.login-wrapper,.register-wrapper{gap:20px;width:560px}@media screen and (max-width: 1439px){.login-wrapper,.register-wrapper{width:472px}}@media screen and (max-width: 767px){.login-wrapper,.register-wrapper{width:332px}}@media screen and (max-width: 479px){.login-wrapper,.register-wrapper{width:calc(100% - 32px)}}.login-wrapper .field_container_class,.register-wrapper .field_container_class{width:100%}.login-wrapper .titles,.register-wrapper .titles{display:flex;flex-direction:column;align-items:flex-start;gap:8px}.login-wrapper .titles h3,.register-wrapper .titles h3{margin-bottom:0}.login-wrapper .titles p,.register-wrapper .titles p{color:#9b9c9f;font-family:Tilda Sans VF;font-size:16px;font-style:normal;font-weight:400;line-height:160%}@media screen and (max-width: 767px){.login-wrapper .titles p,.register-wrapper .titles p{font-size:12px}}.login-wrapper .text,.register-wrapper .text{color:#9b9c9f;font-family:Tilda Sans VF;font-size:12px;font-style:normal;font-weight:400;line-height:130%;letter-spacing:.24px}@media screen and (max-width: 767px){.login-wrapper .text,.register-wrapper .text{font-size:8px}}.login-wrapper .text span,.login-wrapper .text a,.register-wrapper .text span,.register-wrapper .text a{color:#dc5f00;cursor:pointer}.login-wrapper .text.big,.register-wrapper .text.big{font-size:16px}@media screen and (max-width: 767px){.login-wrapper .text.big,.register-wrapper .text.big{font-size:12px}}.login-wrapper .text.center,.register-wrapper .text.center{align-self:center}.login-wrapper .text.right,.register-wrapper .text.right{align-self:end;text-align:right}.login-wrapper .btn,.register-wrapper .btn{width:100%;height:49px;margin-top:10px}@media screen and (max-width: 1439px){.login-wrapper .btn,.register-wrapper .btn{height:38px}}@media screen and (max-width: 767px){.login-wrapper .btn,.register-wrapper .btn{height:24px}}.result-wrapper{width:auto;max-width:560px;align-self:center;min-width:150px}@media screen and (max-width: 1439px){.result-wrapper{max-width:472px}}@media screen and (max-width: 767px){.result-wrapper{max-width:332px}}@media screen and (max-width: 479px){.result-wrapper{max-width:calc(100% - 32px)}}.result-wrapper.error h3{color:#e80f0f}.result-wrapper.success h3{color:#3caa3c}@media screen and (max-width: 767px){.result-wrapper .title,.result-wrapper .subtitle{max-width:90%}}.result-wrapper .subtitle{font-family:Tilda Sans VF;font-size:18px;font-style:normal;font-weight:400;line-height:160%;max-width:100%;word-break:break-word;display:-webkit-box;-webkit-line-clamp:7;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.result-wrapper h3{margin-bottom:0}.result-wrapper p{color:#9b9c9f}.order-modal{overflow:scroll;max-height:100vh;align-items:start;padding-top:32px;padding-bottom:32px}@media screen and (max-width: 1023px){.order-modal{padding-top:16px;padding-bottom:16px}}@media screen and (max-width: 767px){.order-modal{padding-top:8px;padding-bottom:8px}}.order-modal .overlay{height:100%;width:100%;position:fixed}.order-modal .modal-wrapper{padding:48px;max-width:1424px;height:auto;display:flex;flex-direction:column;align-items:flex-start;align-items:start;justify-content:start;gap:0}.order-modal .modal-wrapper .title-status{margin-bottom:32px}@media screen and (max-width: 1439px){.order-modal .modal-wrapper .title-status{margin-bottom:24px}}.order-modal .modal-wrapper h3{margin-bottom:0}.order-modal .modal-wrapper h4,.order-modal .modal-wrapper .order-item-table{margin-bottom:16px}@media screen and (max-width: 1919px){.order-modal .modal-wrapper{max-width:1144px}}@media screen and (max-width: 1439px){.order-modal .modal-wrapper{max-width:960px;padding:24px;border-radius:24px}}@media screen and (max-width: 1023px){.order-modal .modal-wrapper{max-width:unset}}@media screen and (max-width: 767px){.order-modal .modal-wrapper{padding:16px;border-radius:16px}}.order-modal .title-status{display:flex;flex-direction:row;align-items:center;gap:32px}@media screen and (max-width: 767px){.order-modal .title-status{display:flex;flex-direction:column;align-items:flex-start;gap:8px}}.order-modal .title-status .status.processing{color:#373a40}.order-modal .title-status .status.done{color:#9b9c9f}.order-modal .title-status .status.ready{color:#3caa3c}.order-modal .delivery-price{width:100%;display:flex;flex-direction:column;align-items:flex-start;gap:16px;margin-bottom:32px}@media screen and (max-width: 1439px){.order-modal .delivery-price{margin-bottom:24px}}@media screen and (max-width: 767px){.order-modal .delivery-price{gap:4px}}.order-modal .delivery-price .text{display:flex;flex-direction:row;align-items:center;gap:16px}@media screen and (max-width: 767px){.order-modal .delivery-price .text{width:100%;gap:8px;justify-content:space-between}}.order-modal .delivery-price .title{color:#9b9c9f;font-family:Tilda Sans VF;font-size:18px;font-style:normal;font-weight:400;line-height:160%;letter-spacing:-.36px}@media screen and (max-width: 767px){.order-modal .delivery-price .title{font-size:14px}}.order-modal .delivery-price .value{color:#373a40;font-family:Tilda Sans VF;font-size:18px;font-style:normal;font-weight:400;line-height:160%;letter-spacing:-.36px}@media screen and (max-width: 767px){.order-modal .delivery-price .value{font-size:14px}}.order-modal .comment{margin-bottom:32px}@media screen and (max-width: 1439px){.order-modal .comment{margin-bottom:24px}}.order-modal .comment h4{margin-bottom:16px}.order-modal .comment .text-container p{color:#373a40;font-family:Tilda Sans VF;font-size:18px;font-style:normal;font-weight:400;line-height:160%;letter-spacing:-.36px}@media screen and (max-width: 767px){.order-modal .comment .text-container p{font-size:14px}}.order-modal .delivery h4{margin-bottom:16px}.order-modal .delivery p{color:#9b9c9f;font-family:Tilda Sans VF;font-size:18px;font-style:normal;font-weight:400;line-height:160%;letter-spacing:-.36px}@media screen and (max-width: 767px){.order-modal .delivery p{font-size:14px}}.order-modal .delivery .address{color:#373a40}.order-modal .delivery .info-item{display:flex;flex-direction:row;align-items:center;align-items:start;gap:16px}@media screen and (max-width: 767px){.order-modal .delivery .info-item{width:100%;display:flex;flex-direction:column;align-items:flex-start;gap:0}}.order-modal .delivery .info-item .title{white-space:nowrap}.order-modal .delivery .info{display:flex;flex-direction:column;align-items:flex-start;gap:16px}@media screen and (max-width: 1439px){.order-modal .delivery .info{gap:8px}}.order-modal .delivery .subtitle{color:#373a40;font-family:Tilda Sans VF;font-size:18px;font-style:normal;font-weight:700;line-height:160%;letter-spacing:-.36px}@media screen and (max-width: 767px){.order-modal .delivery .subtitle{font-size:14px}}#page-cabinet{display:flex;flex-direction:column;align-items:flex-start;align-items:start;justify-content:start}#page-cabinet .unauthorized-wrapper{width:100%;min-height:500px;display:flex;flex-direction:row;align-items:center;justify-content:center}#page-cabinet .unauthorized-wrapper h1{text-align:center;color:#dc5f00;max-width:600px}#page-cabinet .tabs{display:flex;flex-direction:row;align-items:center;margin-bottom:32px}#page-cabinet .tabs .tab{padding:16px 24px;border:none}#page-cabinet .tabs .tab span{font-size:24px}@media screen and (max-width: 1439px){#page-cabinet .tabs .tab{padding:12px 16px}#page-cabinet .tabs .tab span{font-size:20px}}@media screen and (max-width: 767px){#page-cabinet .tabs .tab{padding:8px 12px}#page-cabinet .tabs .tab span{font-size:14px}}#page-cabinet .order-table{width:100%}#page-cabinet .order-table .table-header:nth-child(1),#page-cabinet .order-table .table-text:nth-child(1){width:16%;padding:0}#page-cabinet .order-table .table-header:nth-child(2),#page-cabinet .order-table .table-text:nth-child(2){width:16%;padding:0}#page-cabinet .order-table .table-header:nth-child(3),#page-cabinet .order-table .table-text:nth-child(3){width:16%}#page-cabinet .order-table .table-header:nth-child(4),#page-cabinet .order-table .table-text:nth-child(4){width:16%}#page-cabinet .order-table .table-header:nth-child(5),#page-cabinet .order-table .table-text:nth-child(5){width:33%}@media screen and (max-width: 1439px){#page-cabinet .order-table .table-header:nth-child(1),#page-cabinet .order-table .table-text:nth-child(1){width:15%;padding:0}#page-cabinet .order-table .table-header:nth-child(2),#page-cabinet .order-table .table-text:nth-child(2){width:15%;padding:0}#page-cabinet .order-table .table-header:nth-child(3),#page-cabinet .order-table .table-text:nth-child(3){width:15%}#page-cabinet .order-table .table-header:nth-child(4),#page-cabinet .order-table .table-text:nth-child(4){width:15%}#page-cabinet .order-table .table-header:nth-child(5),#page-cabinet .order-table .table-text:nth-child(5){width:33%}}@media screen and (max-width: 1023px){#page-cabinet .order-table .table-header:nth-child(1),#page-cabinet .order-table .table-text:nth-child(1){width:15%;padding:0}#page-cabinet .order-table .table-header:nth-child(2),#page-cabinet .order-table .table-text:nth-child(2){width:18%;padding:0}#page-cabinet .order-table .table-header:nth-child(3),#page-cabinet .order-table .table-text:nth-child(3){width:17%}#page-cabinet .order-table .table-header:nth-child(4),#page-cabinet .order-table .table-text:nth-child(4){width:17%}#page-cabinet .order-table .table-header:nth-child(5),#page-cabinet .order-table .table-text:nth-child(5){width:30%}}#page-cabinet .order-item-table{width:100%}#page-cabinet .order-item-table .table-header:nth-child(1),#page-cabinet .order-item-table .table-text:nth-child(1){width:67%;padding:0}#page-cabinet .order-item-table .table-header:nth-child(2),#page-cabinet .order-item-table .table-text:nth-child(2){width:10%;padding:0}#page-cabinet .order-item-table .table-header:nth-child(3),#page-cabinet .order-item-table .table-text:nth-child(3){width:10%}#page-cabinet .order-item-table .table-header:nth-child(4),#page-cabinet .order-item-table .table-text:nth-child(4){width:10%}@media screen and (max-width: 1919px){#page-cabinet .order-item-table .table-header:nth-child(1),#page-cabinet .order-item-table .table-text:nth-child(1){width:60%;padding:0}#page-cabinet .order-item-table .table-header:nth-child(2),#page-cabinet .order-item-table .table-text:nth-child(2){width:12%;padding:0}#page-cabinet .order-item-table .table-header:nth-child(3),#page-cabinet .order-item-table .table-text:nth-child(3){width:12%}#page-cabinet .order-item-table .table-header:nth-child(4),#page-cabinet .order-item-table .table-text:nth-child(4){width:12%}}@media screen and (max-width: 1439px){#page-cabinet .order-item-table .table-header:nth-child(1),#page-cabinet .order-item-table .table-text:nth-child(1){width:58%;padding:0}#page-cabinet .order-item-table .table-header:nth-child(2),#page-cabinet .order-item-table .table-text:nth-child(2){width:13%;padding:0}#page-cabinet .order-item-table .table-header:nth-child(3),#page-cabinet .order-item-table .table-text:nth-child(3){width:13%}#page-cabinet .order-item-table .table-header:nth-child(4),#page-cabinet .order-item-table .table-text:nth-child(4){width:13%}}@media screen and (max-width: 1023px){#page-cabinet .order-item-table .table-header:nth-child(1),#page-cabinet .order-item-table .table-text:nth-child(1){width:44%;padding:0}#page-cabinet .order-item-table .table-header:nth-child(2),#page-cabinet .order-item-table .table-text:nth-child(2){width:17%;padding:0}#page-cabinet .order-item-table .table-header:nth-child(3),#page-cabinet .order-item-table .table-text:nth-child(3){width:17%}#page-cabinet .order-item-table .table-header:nth-child(4),#page-cabinet .order-item-table .table-text:nth-child(4){width:17%}}.cabinet-table{width:100%}.cabinet-table .table-headers{width:100%;display:flex;flex-direction:row;align-items:center;padding-bottom:16px;border-bottom:1px solid rgba(55,58,64,.05);margin-bottom:16px}@media screen and (max-width: 767px){.cabinet-table .table-headers{display:none}}.cabinet-table .table-body{display:flex;flex-direction:column;align-items:flex-start;gap:16px}.cabinet-table .table-header p{color:#9b9c9f;font-family:Tilda Sans VF;font-size:16px;font-style:normal;font-weight:400;line-height:160%;letter-spacing:.16px}.cabinet-table .table-item{width:100%;display:flex;flex-direction:row;align-items:center;padding-bottom:16px;margin-bottom:16px;border-bottom:1px solid rgba(55,58,64,.05)}.cabinet-table .table-item:last-child{border-bottom:none}.cabinet-table .table-text span{color:#373a40;font-family:Tilda Sans VF;font-size:16px;font-style:normal;font-weight:400;line-height:160%;letter-spacing:.16px;text-align:start}.cabinet-table .table-text.status.done span{color:#9b9c9f}.cabinet-table .table-text.status.canceled span{color:red}.cabinet-table .table-text.status.ready span{color:#3caa3c}.cabinet-table .table-text.status.processing span{color:#373a40}.cabinet-table .table-text.link{width:100%;text-align:end}@media (hover: hover) and (pointer: fine){.cabinet-table .table-text.link:hover{cursor:pointer}.cabinet-table .table-text.link:hover span{transition:all .3s;color:#dc5f00}}.cabinet-table .table-medium-item{width:100%;display:flex;flex-direction:column;align-items:flex-start;gap:16px;padding-bottom:16px;border-bottom:1px solid rgba(55,58,64,.05)}.cabinet-table .table-medium-item:last-child{border-bottom:none}.cabinet-table .table-medium-item.status.done .value{color:#9b9c9f}.cabinet-table .table-medium-item.status.canceled .value{color:red}.cabinet-table .table-medium-item.status.ready .value{color:#3caa3c}.cabinet-table .table-medium-item.status.processing .value{color:#373a40}.cabinet-table .table-medium-item .table-medium-text{width:100%;display:flex;flex-direction:row;align-items:center;gap:10px;justify-content:space-between}.cabinet-table .table-medium-item .table-medium-text .title{font-family:Tilda Sans VF;font-size:14px;font-style:normal;font-weight:400;line-height:120%;letter-spacing:-.28px;color:#9b9c9f}.cabinet-table .table-medium-item .table-medium-text .value{font-family:Tilda Sans VF;font-size:14px;font-style:normal;font-weight:400;line-height:120%;letter-spacing:-.28px;color:#373a40}.cabinet-table .table-medium-item .table-medium-text.link .title{color:#dc5f00}.order-item-table .table-headers{gap:16px}.order-item-table .table-headers .table-header{color:#9b9c9f;font-family:Tilda Sans VF;font-size:16px;font-style:normal;font-weight:400;line-height:120%;letter-spacing:-.28px}.order-item-table .table-item{gap:16px;margin-bottom:0}.order-item-table .table-item .table-text span{font-family:Tilda Sans VF;font-size:18px;font-style:normal;font-weight:400;line-height:120%;letter-spacing:-.28px}.order-item-table .table-item .table-text.title span{color:#dc5f00;word-break:break-word}.order-item-table .table-item:last-of-type{padding-bottom:16px;border-bottom:1px solid rgba(55,58,64,.05)}.order-item-table .table-medium-item{display:flex;flex-direction:column;align-items:flex-start;gap:4px}.order-item-table .table-medium-item:last-of-type{border-bottom:1px solid rgba(55,58,64,.05)}.order-item-table .table-medium-text.title .title{color:#dc5f00}.cabinet-content:has(.logo-img){width:100%;display:flex;align-items:center;justify-content:center;min-height:270px}#page-cabinet:has(.tabs-loader){min-height:270px}#page-cabinet .tabs-loader{display:flex;align-items:center;justify-content:start}#page-cabinet .tabs-loader .media-wrapper{padding:16px 24px;border-radius:152px;width:176px;height:56px}#page-cabinet .tabs-loader .skeleton{opacity:1;border-radius:152px}.cabinet-header{display:flex;flex-direction:row;align-items:center}.cabinet-header h1{margin-bottom:0}.cabinet-header .logout-btn{display:flex;flex-direction:row;align-items:center;padding:10px;gap:6px}.cabinet-header .logout-btn span{color:#373a40;font-family:Tilda Sans VF;font-size:16px;font-style:normal;font-weight:600;line-height:100%;letter-spacing:.16px}@media screen and (max-width: 767px){.cabinet-header .logout-btn span{display:none}}.cabinet-header .logout-btn svg{width:16px;height:16px;color:#9b9c9f;transition:all .3s}@media (hover: hover) and (pointer: fine){.cabinet-header .logout-btn:hover svg{color:#dc5f00}}.cabinet-account{display:flex;flex-direction:row;align-items:start;justify-content:start;gap:160px}@media screen and (max-width: 1919px){.cabinet-account{gap:132px}}@media screen and (max-width: 1439px){.cabinet-account{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}}@media screen and (max-width: 767px){.cabinet-account{display:grid;grid-template-columns:1fr;gap:16px}}.cabinet-account .account-container{width:32%;display:flex;flex-direction:column;align-items:flex-start;gap:16px;align-items:start;justify-content:start}@media screen and (max-width: 1439px){.cabinet-account .account-container{width:100%}}@media screen and (max-width: 767px){.cabinet-account .account-container:first-of-type{padding-bottom:16px;border-bottom:1px solid rgba(55,58,64,.05)}}.cabinet-account .account-container h4{margin-bottom:0}.cabinet-account .account-container .field_container_class{width:100%}.cabinet-account .account-container .btn-default{align-self:end}.cabinet-account .field_container_class.inn{gap:22px}@media screen and (max-width: 1023px){.cabinet-account .field_container_class.inn{gap:32px}}@media screen and (max-width: 767px){.cabinet-account .field_container_class.inn{gap:22px}}.cabinet-account .note{color:#9b9c9f;font-family:Tilda Sans VF;font-size:12px;font-style:normal;font-weight:400;line-height:130%;letter-spacing:.24px;position:absolute;top:29px}@media screen and (max-width: 767px){.cabinet-account .note{font-size:8px}}.field_container_class .visible-password{display:none}.field_container_class.lk-password{position:relative}.field_container_class.lk-password .visible-password{display:block}.field_container_class.lk-password .visible-password.on{background-image:url(/build/assets/eye-c15a92f0.svg);background-repeat:no-repeat;background-size:contain;width:24px;height:24px;position:absolute;right:16px;bottom:10px;cursor:pointer}@media screen and (max-width: 767px){.field_container_class.lk-password .visible-password.on{width:16px;height:16px}}.field_container_class.lk-password .visible-password.off{background-image:url(/build/assets/eye-off-82164be1.svg);background-repeat:no-repeat;background-size:contain;width:24px;height:24px;position:absolute;right:16px;bottom:10px;cursor:pointer}@media screen and (max-width: 767px){.field_container_class.lk-password .visible-password.off{width:16px;height:16px}}.field_container_class.lk-password .field_class{padding:8px 36px 8px 16px}.empty-orders{min-height:200px}.empty-orders a{text-decoration:underline;color:#dc5f00}.brands-page{display:flex;flex-direction:column;align-items:flex-start;gap:32px}.brands-page h2{margin-bottom:0}@media screen and (max-width: 1439px){.brands-page{gap:24px}}@media screen and (max-width: 767px){.brands-page{gap:16px}}.brands-page .field_container_class{width:50%;display:flex;flex-direction:row;align-items:center}@media screen and (max-width: 1439px){.brands-page .field_container_class{width:100%}}.brands-page .field_container_class svg{width:24px;height:24px;color:#9b9c9f;position:absolute;left:12px}@media screen and (max-width: 767px){.brands-page .field_container_class svg{width:16px;height:16px;left:7px}}.brands-page .field_container_class input{padding:8px 10px 8px 40px}@media screen and (max-width: 767px){.brands-page .field_container_class input{padding:7px 16px 7px 31px}}.brands-list-container{width:100%;display:flex;flex-direction:column;align-items:flex-start;gap:32px}@media screen and (max-width: 1439px){.brands-list-container{gap:24px}}@media screen and (max-width: 767px){.brands-list-container{gap:16px}}.brands-list-container .letter-container{width:100%;display:flex;flex-direction:column;align-items:flex-start;gap:16px}.brands-list-container .letter-container.hidden{display:none}.brands-list-container .letter-container .h4{font-weight:700;margin-bottom:0}.brands-list-container .letter-container ul{width:auto;max-width:100%;display:flex;flex-direction:column;flex-wrap:wrap;max-height:176px;column-gap:16px;row-gap:16px}@media screen and (max-width: 1439px){.brands-list-container .letter-container ul{width:100%}}@media screen and (max-width: 767px){.brands-list-container .letter-container ul{display:flex;flex-direction:column;flex-wrap:nowrap;max-height:unset;gap:16px}}.brands-list-container .letter-container ul li{width:416px}@media screen and (max-width: 1919px){.brands-list-container .letter-container ul li{width:332px}}@media screen and (max-width: 1439px){.brands-list-container .letter-container ul li{width:30%}}@media screen and (max-width: 1023px){.brands-list-container .letter-container ul li{width:40%}}@media screen and (max-width: 767px){.brands-list-container .letter-container ul li{width:100%}}.brands-list-container .letter-container .brand-item{width:100%;display:flex;flex-direction:row;align-items:center;gap:16px;text-decoration:none;color:#373a40}@media (hover: hover) and (pointer: fine){.brands-list-container .letter-container .brand-item:hover .text-big{transition:all .3s;color:#dc5f00}}.brands-list-container .letter-container .brand-item.category_hidden,.brands-list-container .letter-container .brand-item.hidden{display:none}.brands-list-container .letter-container .image-wrapper{width:80px;height:32px;border-radius:1000px;display:flex;flex-direction:row;align-items:center;justify-content:center;padding:7px;background-color:#fff}.brands-list-container .letter-container .image-wrapper .media-wrapper{width:100%;height:100%}.brands-list-container .letter-container .image-wrapper .skeleton{border-radius:1000px}.brands-list-container .letter-container .image-wrapper img{width:100%;height:100%;object-fit:contain;object-position:center}.title-banner{min-height:320px;height:auto;border-radius:32px;background-color:#fff;display:flex;flex-direction:row;align-items:start;justify-content:space-between;gap:141px}@media screen and (max-width: 1919px){.title-banner{min-height:257px;gap:0}}@media screen and (max-width: 1439px){.title-banner{border-radius:24px;min-height:unset;flex-direction:column;gap:0}}@media screen and (max-width: 767px){.title-banner{border-radius:16px}}.title-banner .title-container{width:35%;min-width:30%;display:flex;flex-direction:column;align-items:flex-start;gap:16px;padding:32px;margin-bottom:0}@media screen and (max-width: 1919px){.title-banner .title-container{width:47%}}@media screen and (max-width: 1439px){.title-banner .title-container{width:100%;min-width:100%;padding:24px}}@media screen and (max-width: 767px){.title-banner .title-container{padding:16px}}.title-banner .title-container h1{margin-bottom:0}.title-banner .title-container p{font-family:Tilda Sans VF;font-size:24px;font-style:normal;font-weight:400;line-height:120%;letter-spacing:-.24px;color:#9b9c9f;word-break:break-word}@media screen and (max-width: 767px){.title-banner .title-container p{font-size:16px}}.title-banner .stub-card{width:50%;height:320px;border-radius:32px}@media screen and (max-width: 1919px){.title-banner .stub-card{width:47%;height:257px}}@media screen and (max-width: 1439px){.title-banner .stub-card{width:100%;min-width:100%;border-radius:24px;min-height:unset;height:auto;aspect-ratio:2.6/1}}@media screen and (max-width: 767px){.title-banner .stub-card{border-radius:16px}}.title-banner .media-wrapper{width:50%;min-height:320px;border-radius:32px}@media screen and (max-width: 1919px){.title-banner .media-wrapper{width:47%;height:257px}}@media screen and (max-width: 1439px){.title-banner .media-wrapper{width:100%;min-width:100%;border-radius:24px;min-height:unset;height:auto}}@media screen and (max-width: 767px){.title-banner .media-wrapper{border-radius:16px}}.title-banner .media-wrapper img,.title-banner .media-wrapper .skeleton{border-radius:32px;aspect-ratio:3/1}@media screen and (max-width: 1439px){.title-banner .media-wrapper img,.title-banner .media-wrapper .skeleton{border-radius:24px;aspect-ratio:3/1}}@media screen and (max-width: 767px){.title-banner .media-wrapper img,.title-banner .media-wrapper .skeleton{border-radius:16px}}.title-banner .media-wrapper .skeleton{height:100%;width:100%;min-height:320px}@media screen and (max-width: 1919px){.title-banner .media-wrapper .skeleton{min-height:257px}}@media screen and (max-width: 1439px){.title-banner .media-wrapper .skeleton{width:100%;min-width:100%;min-height:unset;height:auto;aspect-ratio:3/1}}.title-banner .media-wrapper img{width:100%;height:100%;object-fit:cover}.order-page-container{position:relative}.order-page-container h1{margin-bottom:0}.order-skeleton{height:auto;display:grid;grid-template-columns:75% 24%;align-items:stretch;justify-content:space-between;gap:16px}@media screen and (max-width: 1439px){.order-skeleton{grid-template-columns:63% 32%}}@media screen and (max-width: 1023px){.order-skeleton{display:flex;flex-direction:column;align-items:start;justify-content:start}}.order-skeleton .left-side{width:100%;display:flex;flex-direction:column;align-items:flex-start;gap:16px}.order-skeleton .right-side{width:100%}.order-skeleton .media-wrapper{height:559px;border-radius:16px}.order-skeleton .media-wrapper .skeleton{opacity:1;border-radius:16px}.order-page .disabled,#order-page .disabled{pointer-events:none;opacity:.5}.order-page .order-section,#order-page .order-section{width:100%;border-radius:32px;background-color:#fff;padding:32px;display:flex;flex-direction:column;align-items:flex-start}@media screen and (max-width: 1439px){.order-page .order-section,#order-page .order-section{border-radius:24px;padding:24px}}@media screen and (max-width: 767px){.order-page .order-section,#order-page .order-section{border-radius:16px;padding:16px}}.order-page .order-section h3,#order-page .order-section h3{margin-bottom:32px}.order-page .delete-btn-all,#order-page .delete-btn-all{position:absolute;right:0;top:29px}@media screen and (max-width: 1439px){.order-page .delete-btn-all,#order-page .delete-btn-all{top:16px}}@media screen and (max-width: 1023px){.order-page .delete-btn-all,#order-page .delete-btn-all{position:relative;top:unset;margin-bottom:16px}}.order-page .delete-btn.btn-disabled,#order-page .delete-btn.btn-disabled{pointer-events:none;opacity:.7}.order-page .delete-btn span,#order-page .delete-btn span{font-family:Tilda Sans VF;font-size:16px;font-style:normal;font-weight:600;line-height:100%;letter-spacing:.16px;color:#373a40;display:flex;flex-direction:row;align-items:center;gap:6px;transition:all .3s}@media screen and (max-width: 767px){.order-page .delete-btn span,#order-page .delete-btn span{gap:4px;font-size:12px}}.order-page .delete-btn span:before,#order-page .delete-btn span:before{content:"";background-image:url(/build/assets/trash-1a742d74.svg);background-repeat:no-repeat;background-size:contain;width:16px;height:16px;transition:all .3s}@media screen and (max-width: 767px){.order-page .delete-btn span:before,#order-page .delete-btn span:before{width:12px;height:12px}}@media (hover: hover) and (pointer: fine){.order-page .delete-btn:hover span,#order-page .delete-btn:hover span{color:#dc5f00}.order-page .delete-btn:hover span:before,#order-page .delete-btn:hover span:before{background-image:url(/build/assets/trash-main-color-b1d85d86.svg)}}.order-page .title-container,#order-page .title-container{width:100%}.order-page .title-container h1,#order-page .title-container h1,.order-page .title-container h3,#order-page .title-container h3{margin-bottom:0}.order-page .order-wrapper,#order-page .order-wrapper{display:grid;grid-template-columns:75% 24%;align-items:stretch;justify-content:space-between;gap:16px}@media screen and (max-width: 1439px){.order-page .order-wrapper,#order-page .order-wrapper{grid-template-columns:66% 32%}}@media screen and (max-width: 1023px){.order-page .order-wrapper,#order-page .order-wrapper{display:flex;flex-direction:column;align-items:start;justify-content:start}}.order-page .left-side,#order-page .left-side{width:100%;display:flex;flex-direction:column;align-items:flex-start;gap:16px}.order-page .right-side,#order-page .right-side{width:100%}.order-page .products-list,#order-page .products-list{width:100%;display:flex;flex-direction:column;align-items:flex-start;gap:32px}.order-page .products-list li,#order-page .products-list li{width:100%;padding-bottom:32px;border-bottom:2px solid rgba(55,58,64,.05)}.order-page .products-list li:last-of-type,#order-page .products-list li:last-of-type{padding-bottom:0;border-bottom:none}.order-page .form-container,#order-page .form-container{width:100%;display:grid;grid-template-columns:repeat(2,1fr);grid-template-rows:auto;gap:16px;margin-bottom:16px}@media screen and (max-width: 767px){.order-page .form-container,#order-page .form-container{column-gap:16px;row-gap:8px;margin-bottom:8px}}@media screen and (max-width: 479px){.order-page .form-container,#order-page .form-container{display:flex;flex-direction:column;align-items:flex-start;gap:8px}}.order-page .form-container .field_container_class,#order-page .form-container .field_container_class{width:100%}.order-page .form-container .field_container_class.required .field_label_class:after,#order-page .form-container .field_container_class.required .field_label_class:after{content:"*";color:#dc5f00;margin-left:5px}.order-page .form-container .textarea-input,#order-page .form-container .textarea-input{grid-column:span 2}.order-page .form-container .textarea-input textarea,#order-page .form-container .textarea-input textarea{height:96px;max-width:100%}.order-page .form-container.two-columns .inn,#order-page .form-container.two-columns .inn{display:none}.order-page .form-container.two-columns .name,#order-page .form-container.two-columns .name{grid-column:span 2}.order-page .note,#order-page .note{font-family:Tilda Sans VF;font-size:12px;font-style:normal;font-weight:400;line-height:130%;letter-spacing:.24px;color:#9b9c9f}.order-page .note.dark,#order-page .note.dark{color:#373a40!important}@media screen and (max-width: 767px){.order-page .note,#order-page .note{font-size:8px}}.order-page .note span,#order-page .note span{color:#dc5f00}.order-page .payment-section .variable-container,#order-page .payment-section .variable-container{width:100%;display:grid;grid-template-columns:repeat(2,1fr);grid-template-rows:auto;align-items:stretch;gap:32px}@media screen and (max-width: 1439px){.order-page .payment-section .variable-container,#order-page .payment-section .variable-container{gap:16px}}@media screen and (max-width: 767px){.order-page .payment-section .variable-container,#order-page .payment-section .variable-container{display:flex;flex-direction:column;gap:8px}}.order-page .delivery-section .variable-container,#order-page .delivery-section .variable-container{width:100%;display:grid;grid-template-columns:repeat(2,1fr);grid-template-rows:auto;align-items:stretch;gap:32px}@media screen and (max-width: 1439px){.order-page .delivery-section .variable-container,#order-page .delivery-section .variable-container{display:flex;flex-direction:column;align-items:start;justify-content:start;gap:24px}}@media screen and (max-width: 767px){.order-page .delivery-section .variable-container,#order-page .delivery-section .variable-container{gap:16px}}.order-page .delivery-section .radios,#order-page .delivery-section .radios{width:100%;display:flex;flex-direction:column;align-items:flex-start;gap:16px}@media screen and (max-width: 767px){.order-page .delivery-section .radios,#order-page .delivery-section .radios{gap:8px}}.order-page .delivery-section .inputs,#order-page .delivery-section .inputs{width:100%;display:flex;flex-direction:column;align-items:flex-start;gap:16px}.order-page .delivery-section .inputs .field_container_class,#order-page .delivery-section .inputs .field_container_class{width:100%}.order-page .delivery-section .inputs .field_container_class.required .field_label_class:after,#order-page .delivery-section .inputs .field_container_class.required .field_label_class:after{content:"*";color:#dc5f00;margin-left:5px}.order-page .banner-section,#order-page .banner-section{display:flex;flex-direction:column;align-items:flex-start;gap:16px;position:sticky;top:10px}.order-page .banner-section .border-container,#order-page .banner-section .border-container{width:100%;padding-bottom:16px;border-bottom:1px solid rgba(55,58,64,.05)}.order-page .banner-section .field_container_class,#order-page .banner-section .field_container_class{width:100%;margin-bottom:8px}.order-page .banner-section .field_container_class .field_label_class,#order-page .banner-section .field_container_class .field_label_class{display:none}.order-page .banner-section .promo-result.note,#order-page .banner-section .promo-result.note{margin-left:16px;display:inline-block;margin-top:-7px}@media screen and (max-width: 1023px){.order-page .banner-section .promo-result.note,#order-page .banner-section .promo-result.note{margin-left:5px}}.order-page .banner-section .promo-result.note.success,#order-page .banner-section .promo-result.note.success{color:#3caa3c}.order-page .banner-section .promo-result.note.error,#order-page .banner-section .promo-result.note.error{color:#e80f0f}.order-page .banner-section .promo-btn,#order-page .banner-section .promo-btn{width:100%;padding:8px 12px;border-radius:120px}.order-page .banner-section .promo-btn span,#order-page .banner-section .promo-btn span{font-size:16px}.order-page .banner-section .info,#order-page .banner-section .info{width:100%;display:flex;flex-direction:row;align-items:center;justify-content:space-between}.order-page .banner-section .info p,#order-page .banner-section .info p{font-family:Tilda Sans VF;font-size:16px;font-style:normal;font-weight:400;line-height:160%}.order-page .banner-section .info .title,#order-page .banner-section .info .title{color:#9b9c9f}.order-page .banner-section .info .desk,#order-page .banner-section .info .desk{color:#373a40}.order-page .banner-section .info.promo-info .desk,#order-page .banner-section .info.promo-info .desk{color:#dc5f00}.order-page .banner-section .total,#order-page .banner-section .total{display:flex;flex-direction:row;align-items:center;justify-content:space-between}.order-page .banner-section .total p,#order-page .banner-section .total p{font-family:Tilda Sans VF;font-size:16px;font-style:normal;font-weight:400;line-height:90%;color:#9b9c9f}.order-page .banner-section .total .price,#order-page .banner-section .total .price{font-family:Tilda Sans VF;font-size:32px;font-style:normal;font-weight:300;letter-spacing:-.96px;color:#3caa3c}.order-page .banner-section .btn-wrapper,#order-page .banner-section .btn-wrapper{width:100%;display:flex;flex-direction:column;align-items:flex-start;gap:16px}.order-page .banner-section .btn-wrapper .note,#order-page .banner-section .btn-wrapper .note{font-family:Tilda Sans VF;font-size:12px;font-style:normal;font-weight:400;line-height:130%;letter-spacing:.24px;color:#9b9c9f}.order-page .banner-section .btn-wrapper .note a,#order-page .banner-section .btn-wrapper .note a{text-decoration:underline}.order-page .banner-section .btn-wrapper .btn,#order-page .banner-section .btn-wrapper .btn{width:100%}.order-page .map,#order-page .map{width:100%;height:100%}.order-page #map,#order-page #map{width:100%;height:100%;border-radius:32px}.order-page .ymaps-2-1-79-map,#order-page .ymaps-2-1-79-map{width:100%!important;min-height:300px}.order-page .ymaps-2-1-79-inner-panes,.order-page .ymaps-2-1-79-map,#order-page .ymaps-2-1-79-inner-panes,#order-page .ymaps-2-1-79-map{border-radius:32px}.compression-page-container .tags-container{display:flex;flex-direction:row;align-items:center;flex-wrap:wrap;max-width:70%;gap:0}@media screen and (max-width: 1023px){.compression-page-container .tags-container{max-width:100%}}.compression-page-container .tags-container .tag{display:flex;flex-direction:row;align-items:center;gap:6px;justify-content:center;padding:8px 12px;border-radius:120px;background-color:#fff;transition:.3s all}.compression-page-container .tags-container .tag p{font-family:Tilda Sans VF;font-size:16px;font-style:normal;font-weight:600;line-height:100%;letter-spacing:.16px;transition:.3s all;word-break:break-word}@media screen and (max-width: 767px){.compression-page-container .tags-container .tag p{font-size:14px}}.compression-page-container .tags-container .tag .title{color:#373a40;word-break:break-word}.compression-page-container .tags-container .tag .count{color:#9b9c9f}@media (hover: hover) and (pointer: fine){.compression-page-container .tags-container .tag:hover{background-color:#373a40}.compression-page-container .tags-container .tag:hover .title{color:#fff}}.compression-page-container .tags-container .tag.active{background-color:#373a40}.compression-page-container .tags-container .tag.active .title{color:#fff}@media screen and (max-width: 1023px){.compression-page-container .title-container{flex-direction:column-reverse;align-items:start;justify-content:start;gap:24px}}.compression-page-container .swiper-compression{overflow:visible}.compression-page-container .navigation-container{display:flex;flex-direction:row;align-items:center;justify-content:end;gap:0}.compression-page-container .navigation-container .button-prev,.compression-page-container .navigation-container .button-next{width:49px;height:49px;cursor:pointer}.compression-page-container .navigation-container .button-prev svg,.compression-page-container .navigation-container .button-next svg{width:100%;height:100%}@media screen and (max-width: 1439px){.compression-page-container .navigation-container .button-prev,.compression-page-container .navigation-container .button-next{width:38px;height:38px}}@media (hover: hover) and (pointer: fine){.compression-page-container .navigation-container .button-prev:hover svg rect,.compression-page-container .navigation-container .button-next:hover svg rect{fill:#dc5f00;transition:all .3s}.compression-page-container .navigation-container .button-prev:hover svg path,.compression-page-container .navigation-container .button-next:hover svg path{stroke:#fff;transition:all .3s}}.compression-page-container .navigation-container .swiper-button-disabled{pointer-events:none;opacity:.7}.compression-page-container .navigation-container .button-next{transform:rotate(180deg)}@media screen and (max-width: 1023px){.compression-page-container .navigation-container{display:none}}.compression-loader-container{width:100%;display:flex;flex-direction:row;align-items:center;gap:6px}.compression-loader-container.hidden{display:none}.compression-loader-container .media-wrapper,.compression-loader-container .skeletor{width:400px;height:535px;border-radius:32px}.compression-loader-container .media-wrapper .skeleton,.compression-loader-container .skeletor .skeleton{opacity:1;border-radius:32px}@media screen and (max-width: 1919px){.compression-loader-container .media-wrapper,.compression-loader-container .skeletor{width:316px;height:451px}}@media screen and (max-width: 1439px){.compression-loader-container .media-wrapper,.compression-loader-container .skeletor{width:293px;height:441px;border-radius:24px}}@media screen and (max-width: 1023px){.compression-loader-container .media-wrapper,.compression-loader-container .skeletor{width:219px;height:425px}}@media screen and (max-width: 767px){.compression-loader-container .media-wrapper,.compression-loader-container .skeletor{height:136px;border-radius:16px;width:128px}}@media screen and (max-width: 479px){.compression-loader-container .media-wrapper,.compression-loader-container .skeletor{width:132px}}.empty-result,.success-result{display:flex;flex-direction:column;align-items:flex-start;align-items:center;justify-content:center;gap:32px;position:relative;height:100%;padding-top:90px;padding-bottom:90px}@media screen and (max-width: 1439px){.empty-result,.success-result{gap:24px}}@media screen and (max-width: 767px){.empty-result,.success-result{padding-top:40px;padding-bottom:90px;gap:16px}}.empty-result .h1,.success-result .h1{color:#dc5f00;text-align:center;margin-bottom:0}.empty-result p,.success-result p{text-align:center;max-width:595px;font-family:Tilda Sans VF;font-size:18px;font-style:normal;font-weight:400;line-height:160%;letter-spacing:-.36px;color:#373a40}.empty-result .btn,.success-result .btn{padding:16px 24px}@media screen and (max-width: 767px){.empty-result .btn,.success-result .btn{padding:8px}}.empty-basket-result .background-svg{object-fit:contain;width:327px;height:398px;position:absolute;top:calc(50% - 199px);left:calc(50% - 163.5px)}@media screen and (max-width: 767px){.empty-basket-result .background-svg{width:245px;height:302px;top:calc(50% - 151px);left:calc(50% - 122.5px)}}.success-basket-result{padding-top:90px;padding-bottom:190px}.success-basket-result .background-image{object-fit:contain;width:574px;height:441px;position:absolute;top:calc(50% - 250px);left:calc(50% - 287px)}@media screen and (max-width: 767px){.success-basket-result .background-image{width:316px;height:243px;top:calc(50% - 121.5px);left:calc(50% - 158px)}}.empty-compression-result{min-height:562px}@media screen and (max-width: 1439px){.empty-compression-result{min-height:462px}}@media screen and (max-width: 767px){.empty-compression-result{min-height:309px}}.empty-compression-result .background-image{background-image:none;width:auto;height:auto;top:calc(50% - 245px);left:calc(50% - 233px)}@media screen and (max-width: 1439px){.empty-compression-result .background-image{top:calc(50% - 220px);left:calc(50% - 210px)}}@media screen and (max-width: 1023px){.empty-compression-result .background-image{top:calc(50% - 187px);left:calc(50% - 178.5px)}}@media screen and (max-width: 767px){.empty-compression-result .background-image{top:calc(50% - 144px);left:calc(50% - 137.5px)}}@media screen and (max-width: 479px){.empty-compression-result .background-image{top:calc(50% - 152px);left:calc(50% - 145.5px)}}.empty-compression-result svg{width:466px;height:490px}@media screen and (max-width: 1439px){.empty-compression-result svg{width:420px;height:440px}}@media screen and (max-width: 1023px){.empty-compression-result svg{width:357px;height:374px}}@media screen and (max-width: 767px){.empty-compression-result svg{width:275px;height:288px}}@media screen and (max-width: 479px){.empty-compression-result svg{width:291px;height:304px}}.empty-compression-result .h1{max-width:650px}.empty-compression-result p{max-width:505px}.empty-compression-result .icon{background-image:url(/build/assets/compare-icon-67574251.svg);background-repeat:no-repeat;background-size:contain;width:16px;height:16px;display:inline-block;transform:translateY(3px)}.empty-favorites-result{padding-top:50px;padding-bottom:150px;margin-bottom:90px}@media screen and (max-width: 767px){.empty-favorites-result{padding-top:40px}}.empty-favorites-result .icon{background-image:url(/build/assets/heart-icon-31007d06.svg);background-repeat:no-repeat;background-size:contain;width:16px;height:16px;display:inline-block;transform:translateY(3px)}.empty-favorites-result p{max-width:455px}.empty-favorites-result .background-image{background-image:none;width:auto;height:auto;top:-10%;left:calc(50% - 233px)}@media screen and (max-width: 1439px){.empty-favorites-result .background-image{left:calc(50% - 210px)}}@media screen and (max-width: 1023px){.empty-favorites-result .background-image{left:calc(50% - 178.5px)}}@media screen and (max-width: 767px){.empty-favorites-result .background-image{left:calc(50% - 137.5px)}}@media screen and (max-width: 479px){.empty-favorites-result .background-image{top:0;left:calc(50% - 145.5px)}}.empty-favorites-result svg{width:466px;height:490px}@media screen and (max-width: 1439px){.empty-favorites-result svg{width:420px;height:440px}}@media screen and (max-width: 1023px){.empty-favorites-result svg{width:357px;height:374px}}@media screen and (max-width: 767px){.empty-favorites-result svg{width:275px;height:288px}}@media screen and (max-width: 479px){.empty-favorites-result svg{width:291px;height:304px}}.favorites-page h1{margin-bottom:0}.favorites-list{gap:16px;display:grid;grid-template-columns:repeat(4,1fr);align-items:stretch}@media screen and (max-width: 1439px){.favorites-list{grid-template-columns:repeat(3,1fr)}}@media screen and (max-width: 1023px){.favorites-list{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width: 767px){.favorites-list{column-gap:16px;row-gap:58px}}@media screen and (max-width: 479px){.favorites-list{grid-template-columns:repeat(1,1fr);gap:36px}}.favorites-list li{width:100%}.favorites-list .catalog-card,.favorites-list .catalog-card .image-container{width:100%;height:auto}.favorites-list .catalog-card .media-wrapper{width:100%;height:100%}.favorites-list .catalog-card .media-wrapper.lozad{width:100%;height:384px;border-radius:16px}@media screen and (max-width: 1439px){.favorites-list .catalog-card .media-wrapper.lozad{height:293px}}@media screen and (max-width: 767px){.favorites-list .catalog-card .media-wrapper.lozad{border-radius:8px;min-height:100px;height:auto}}#delete-favorite-btn{margin-bottom:32px}@media screen and (max-width: 767px){#delete-favorite-btn{margin-bottom:24px}}.article-page{overflow-x:hidden}.blog-page .tabs-list{width:100%;display:flex;flex-direction:row;align-items:center;flex-wrap:wrap;gap:0;margin-bottom:32px}@media screen and (max-width: 767px){.blog-page .tabs-list{margin-bottom:16px}}.blog-page .tab{display:flex;width:auto;padding:16px 24px;position:relative}.blog-page .tab span{font-size:24px}@media screen and (max-width: 1439px){.blog-page .tab{padding:12px 16px}.blog-page .tab span{font-size:20px}}@media screen and (max-width: 767px){.blog-page .tab{padding:8px 12px}.blog-page .tab span{font-size:14px}}.blog-page .tab.active{background-color:#373a40}.blog-page .tab.active span{color:#fff}@media (hover: hover) and (pointer: fine){.blog-page .tab:hover{background-color:#373a40}.blog-page .tab:hover span{color:#fff}}.blog-page .blog-list{column-gap:16px;row-gap:64px;display:grid;grid-template-columns:repeat(4,1fr);align-items:stretch}@media screen and (max-width: 1919px){.blog-page .blog-list{row-gap:32px}}@media screen and (max-width: 1439px){.blog-page .blog-list{grid-template-columns:repeat(3,1fr)}}@media screen and (max-width: 1023px){.blog-page .blog-list{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width: 767px){.blog-page .blog-list{column-gap:8px;row-gap:24px}}@media screen and (max-width: 479px){.blog-page .blog-list{grid-template-columns:repeat(1,1fr);gap:24px}}.article-page .articles-container .image-container{position:relative;border-radius:32px;width:100%;margin-bottom:32px}.article-page .articles-container .image-container .media-wrapper{border-radius:32px;width:75%;aspect-ratio:1.9/1;height:auto}.article-page .articles-container .image-container .media-wrapper .skeleton{border-radius:32px}@media screen and (max-width: 1439px){.article-page .articles-container .image-container .media-wrapper .skeleton{border-radius:24px}}@media screen and (max-width: 767px){.article-page .articles-container .image-container .media-wrapper .skeleton{border-radius:16px}}.article-page .articles-container .image-container .media-wrapper img{border-radius:32px;width:100%;height:100%;object-fit:cover}@media screen and (max-width: 1439px){.article-page .articles-container .image-container .media-wrapper img{width:100%;border-radius:24px}}@media screen and (max-width: 767px){.article-page .articles-container .image-container .media-wrapper img{border-radius:16px}}@media screen and (max-width: 1439px){.article-page .articles-container .image-container .media-wrapper{width:100%;border-radius:24px;margin-bottom:24px}}@media screen and (max-width: 767px){.article-page .articles-container .image-container .media-wrapper{border-radius:16px;margin-bottom:16px}}.article-page .articles-container .stub-card{width:75%;aspect-ratio:1.9/1;height:auto}@media screen and (max-width: 1439px){.article-page .articles-container .stub-card{width:100%}}.article-page .articles-container .tags-container{display:flex;flex-direction:row;align-items:center;position:absolute;z-index:2;top:32px;left:32px}@media screen and (max-width: 1439px){.article-page .articles-container .tags-container{top:24px;left:24px}}@media screen and (max-width: 767px){.article-page .articles-container .tags-container{position:relative;top:0;left:0;margin-bottom:16px}}.article-page .articles-container .tags-container .tag{display:flex;flex-direction:row;align-items:center;width:auto;padding:8px 12px;background-color:#373a40}.article-page .articles-container .tags-container .tag span{font-size:14px;color:#fff}@media screen and (max-width: 1439px){.article-page .articles-container .tags-container .tag span{font-size:16px}}@media screen and (max-width: 767px){.article-page .articles-container .tags-container .tag{padding:6px}.article-page .articles-container .tags-container .tag span{font-size:8px;font-weight:400}}.article-page .articles-container .text-container{width:75%;display:flex;flex-direction:column;align-items:flex-start;gap:16px;font-family:Tilda Sans VF;font-size:24px;font-style:normal;font-weight:400;line-height:120%;letter-spacing:-.24px;color:#373a40}@media screen and (max-width: 1439px){.article-page .articles-container .text-container{width:100%}}@media screen and (max-width: 767px){.article-page .articles-container .text-container{font-size:16px}}.article-page .articles-container .text-container p{font-family:Tilda Sans VF;font-size:24px;font-style:normal;font-weight:400;line-height:120%;letter-spacing:-.24px;color:#373a40}@media screen and (max-width: 767px){.article-page .articles-container .text-container p{font-size:16px}}.services-page .consultation-form-container{width:100%}.services-page .services-list{display:grid;grid-template-columns:repeat(3,1fr);align-items:stretch;gap:16px}@media screen and (max-width: 767px){.services-page .services-list{grid-template-columns:repeat(2,1fr);gap:8px}}@media screen and (max-width: 479px){.services-page .services-list{grid-template-columns:1fr;gap:8px}}.services-page .services-list li{width:100%}.services-page .services-list .service-card{width:100%;min-height:320px;height:100%}@media screen and (max-width: 1439px){.services-page .services-list .service-card{min-height:220px}}@media screen and (max-width: 479px){.services-page .services-list .service-card{min-height:160px;height:auto}}.service-container{display:flex;flex-direction:column;align-items:flex-start;gap:32px;width:75%}@media screen and (max-width: 1439px){.service-container{width:100%;gap:24px}}@media screen and (max-width: 767px){.service-container{gap:16px}}.service-container h1{margin-bottom:0}.service-container .consultation-form-container{width:100%}.service-container .image-container{position:relative;border-radius:32px;width:100%;margin-bottom:0}.service-container .image-container .media-wrapper{border-radius:32px;width:100%;aspect-ratio:1.9/1;height:auto}.service-container .image-container .media-wrapper .skeleton{border-radius:32px}@media screen and (max-width: 1439px){.service-container .image-container .media-wrapper .skeleton{border-radius:24px}}@media screen and (max-width: 767px){.service-container .image-container .media-wrapper .skeleton{border-radius:16px}}.service-container .image-container .media-wrapper img{border-radius:32px;width:100%;height:100%;object-fit:cover}@media screen and (max-width: 1439px){.service-container .image-container .media-wrapper img{width:100%;border-radius:24px}}@media screen and (max-width: 767px){.service-container .image-container .media-wrapper img{border-radius:16px}}@media screen and (max-width: 1439px){.service-container .image-container .media-wrapper{width:100%;border-radius:24px}}@media screen and (max-width: 767px){.service-container .image-container .media-wrapper{border-radius:16px}}.service-container .stub-card{width:75%;aspect-ratio:1.9/1;height:auto}@media screen and (max-width: 1439px){.service-container .stub-card{width:100%}}.service-container .text-container{width:75%;display:flex;flex-direction:column;align-items:flex-start;gap:16px;font-family:Tilda Sans VF;font-size:18px;font-style:normal;font-weight:400;line-height:120%;letter-spacing:-.24px;color:#373a40}@media screen and (max-width: 1439px){.service-container .text-container{width:100%}}@media screen and (max-width: 767px){.service-container .text-container{font-size:14px}}.service-container .text-container p{font-family:Tilda Sans VF;font-size:18px;font-style:normal;font-weight:400;line-height:120%;letter-spacing:-.24px;color:#373a40}@media screen and (max-width: 767px){.service-container .text-container p{font-size:14px}}.service-container .services-list{width:100%}.service-container .services-list ul{display:flex;flex-direction:column;align-items:flex-start;gap:16px}@media screen and (max-width: 767px){.service-container .services-list ul{gap:8px}}.service-container .services-list li{width:100%;display:flex;flex-direction:row;align-items:center;justify-content:space-between;padding-bottom:16px}@media screen and (max-width: 767px){.service-container .services-list li{padding-bottom:8px}}.service-container .services-list li:last-child{padding-bottom:0;border-bottom:none}.service-container .services-list li p{font-family:Tilda Sans VF;font-size:18px;font-style:normal;font-weight:400;line-height:160%;letter-spacing:-.36px;color:#373a40}@media screen and (max-width: 767px){.service-container .services-list li p{font-size:14px}}.service-container .services-list li .title{max-width:70%}.service-container .services-list li .price{color:#9b9c9f}.service-container .video-container{width:100%;height:auto;aspect-ratio:2.56/1;border-radius:32px;position:relative}@media screen and (max-width: 1919px){.service-container .video-container{aspect-ratio:2/1}}@media screen and (max-width: 1439px){.service-container .video-container{border-radius:24px;aspect-ratio:2.28/1}}.service-container .video-container .video-background{border-radius:32px;width:100%;height:100%;object-fit:cover;position:absolute;display:flex;justify-content:center;align-items:center;background-position:center;background-repeat:no-repeat;background-size:cover}@media screen and (max-width: 1439px){.service-container .video-container .video-background{border-radius:24px}}@media screen and (max-width: 767px){.service-container .video-container .video-background{border-radius:16px;aspect-ratio:2/1}}.service-container .video-container .bg-gradient{background:linear-gradient(330deg,rgba(0,0,0,0) 0%,rgba(0,0,0,.5) 100%);position:absolute;width:100%;height:100%;border-radius:32px}@media screen and (max-width: 1439px){.service-container .video-container .bg-gradient{border-radius:24px}}@media screen and (max-width: 767px){.service-container .video-container .bg-gradient{border-radius:16px}}.service-container .video-container .video-play{background-image:url(/build/assets/play-button-b8316206.svg);background-repeat:no-repeat;background-size:contain;width:68px;height:48px;z-index:2}.service-container .video-container .video-video{border-radius:32px;width:100%;height:100%;object-fit:cover}@media screen and (max-width: 1439px){.service-container .video-container .video-video{border-radius:24px}}@media screen and (max-width: 767px){.service-container .video-container .video-video{border-radius:16px}}.service-container .gallery-wrapper{margin-bottom:0}.service-container .consultation-form-container{margin-top:64px}@media screen and (max-width: 1439px){.service-container .consultation-form-container{margin-top:40px}}@media screen and (max-width: 767px){.service-container .consultation-form-container{margin-top:48px}}@media screen and (max-width: 479px){.service-container .consultation-form-container{margin-top:16px}}.galleries-page .gallery-list{width:100%;display:grid;grid-template-columns:repeat(4,1fr);column-gap:16px;row-gap:64px}@media screen and (max-width: 1919px){.galleries-page .gallery-list{row-gap:32px}}@media screen and (max-width: 1439px){.galleries-page .gallery-list{grid-template-columns:repeat(3,1fr)}}@media screen and (max-width: 1023px){.galleries-page .gallery-list{grid-template-columns:repeat(2,1fr);row-gap:24px}}@media screen and (max-width: 767px){.galleries-page .gallery-list{column-gap:8px}}@media screen and (max-width: 479px){.galleries-page .gallery-list{grid-template-columns:1fr;gap:24px}}.gallery-page h1{margin-bottom:0}.gallery-page .content{width:75%;display:flex;flex-direction:column;align-items:flex-start;gap:32px}@media screen and (max-width: 1439px){.gallery-page .content{width:100%;gap:24px}}@media screen and (max-width: 1023px){.gallery-page .content{width:100%;gap:16px}}.contacts-page .content-container{width:100%;display:grid;grid-template-columns:repeat(2,1fr);align-items:stretch;gap:16px}@media screen and (max-width: 1023px){.contacts-page .content-container{display:flex;flex-direction:column;align-items:flex-start}}.contacts-page .map-container{grid-column:span 2}.contacts-page .contact-container{width:100%;height:100%;padding:32px;border-radius:32px;background-color:#fff;display:flex;flex-direction:column;align-items:flex-start;gap:32px}@media screen and (max-width: 1439px){.contacts-page .contact-container{padding:24px;border-radius:24px;gap:24px}}@media screen and (max-width: 1023px){.contacts-page .contact-container{height:auto;flex-direction:row;align-items:start;justify-content:space-between;gap:16px}}@media screen and (max-width: 767px){.contacts-page .contact-container{padding:16px;border-radius:16px;flex-direction:column;justify-content:start;gap:16px}}.contacts-page .contact-container.details{justify-content:space-between}@media screen and (max-width: 1023px){.contacts-page .contact-container.details{flex-direction:column;gap:24px}}@media screen and (max-width: 767px){.contacts-page .contact-container.details{gap:16px}}.contacts-page .contact-container.details .address-container{max-width:unset}.contacts-page .address-container{display:flex;flex-direction:column;align-items:flex-start;max-width:455px}@media screen and (max-width: 767px){.contacts-page .address-container{max-width:unset}}.contacts-page .address-container h4{margin-bottom:8px}.contacts-page .address-container p,.contacts-page .address-container a{color:#373a40;font-family:Tilda Sans VF;font-size:18px;font-style:normal;font-weight:400;line-height:160%;letter-spacing:-.36px;transition:all .3s}.contacts-page .address-container .mail{color:#dc5f00}.contacts-page .address-container .phone{display:flex;flex-direction:row;align-items:center;gap:8px}@media (hover: hover) and (pointer: fine){.contacts-page .address-container a:hover{color:#dc5f00}}.contacts-page .address-container .list{display:flex;flex-direction:column;align-items:flex-start;gap:4px}.contacts-page .address-container .list .title,.contacts-page .address-container .list span{color:#9b9c9f}.contacts-page .download-btn span{display:flex;flex-direction:row;align-items:center;gap:8px}.contacts-page .download-btn span:after{display:block;content:"";background-image:url(/build/assets/download-04dff089.svg);background-repeat:no-repeat;background-size:contain;width:24px;height:24px}@media screen and (max-width: 767px){.contacts-page .download-btn span:after{width:16px;height:16px}}.contacts-page .map-container{width:100%;height:auto;aspect-ratio:4.28/1;border-radius:32px}@media screen and (max-width: 1919px){.contacts-page .map-container{aspect-ratio:3.44/1}}@media screen and (max-width: 1439px){.contacts-page .map-container{aspect-ratio:2.4/1;border-radius:24px}}@media screen and (max-width: 1023px){.contacts-page .map-container{aspect-ratio:1.84/1}}@media screen and (max-width: 767px){.contacts-page .map-container{aspect-ratio:1.5/1;border-radius:16px}}@media screen and (max-width: 479px){.contacts-page .map-container{aspect-ratio:.96/1}}.contacts-page .map{width:100%;height:100%;border-radius:32px}@media screen and (max-width: 1439px){.contacts-page .map{border-radius:24px}}@media screen and (max-width: 767px){.contacts-page .map{border-radius:16px}}.contacts-page .ymaps-2-1-79-map{width:100%!important;height:100%}.contacts-page .ymaps-2-1-79-inner-panes,.contacts-page .ymaps-2-1-79-map{border-radius:32px}@media screen and (max-width: 1439px){.contacts-page .ymaps-2-1-79-inner-panes,.contacts-page .ymaps-2-1-79-map{border-radius:24px}}@media screen and (max-width: 767px){.contacts-page .ymaps-2-1-79-inner-panes,.contacts-page .ymaps-2-1-79-map{border-radius:16px}}.error-page{display:flex;flex-direction:column;align-items:flex-start;align-items:center;justify-content:center}.error-page .error-container{width:auto;height:auto;min-height:unset;display:flex;flex-direction:column;align-items:flex-start;align-items:center;justify-content:center;position:relative}@media screen and (max-width: 767px){.error-page .error-container{min-height:372px}}.error-page svg{position:absolute}@media screen and (max-width: 1919px){.error-page svg{width:763px}}@media screen and (max-width: 1439px){.error-page svg{width:635px}}@media screen and (max-width: 1023px){.error-page svg{width:595px}}@media screen and (max-width: 767px){.error-page svg{width:120%}}.error-page .info-container{min-height:547px;max-width:595px;display:flex;flex-direction:column;align-items:flex-start;align-items:center;justify-content:center;gap:0}@media screen and (max-width: 1439px){.error-page .info-container{min-height:472px}}@media screen and (max-width: 767px){.error-page .info-container{min-height:unset}}.error-page .info-container .code{font-size:24px;font-weight:400;color:#dc5f00;line-height:120%;align-self:end;text-align:end;display:inline-block;position:absolute;right:-15px;top:-20px}@media screen and (max-width: 767px){.error-page .info-container .code{font-size:16px}}@media screen and (max-width: 479px){.error-page .info-container .code{top:-21px;right:calc(50% - 14px)}}.error-page .info-container h1{color:#dc5f00;text-align:center;margin-bottom:32px;position:relative}@media screen and (max-width: 1439px){.error-page .info-container h1{margin-bottom:24px}}@media screen and (max-width: 767px){.error-page .info-container h1{margin-bottom:16px}}.error-page .info-container .description{margin-bottom:32px;display:flex;align-items:center;justify-content:center;z-index:2}@media screen and (max-width: 1439px){.error-page .info-container .description{margin-bottom:24px}}@media screen and (max-width: 767px){.error-page .info-container .description{margin-bottom:16px}}.error-page .info-container .description p{color:#373a40;font-family:Tilda Sans VF;font-size:18px;font-style:normal;font-weight:400;line-height:160%;letter-spacing:-.36px;text-align:center}@media screen and (max-width: 767px){.error-page .info-container .description p{font-size:14px}}.error-page .info-container .description a{color:#dc5f00}.default-page .links-container{display:flex;flex-direction:row;align-items:center;flex-wrap:wrap}.default-page .links-container .tab{padding:16px 24px}@media screen and (max-width: 1439px){.default-page .links-container .tab{padding:12px 16px}}@media screen and (max-width: 767px){.default-page .links-container .tab{padding:6px 12px}}.default-page .links-container .tab span{font-size:24px}@media screen and (max-width: 1439px){.default-page .links-container .tab span{font-size:20px}}@media screen and (max-width: 767px){.default-page .links-container .tab span{font-size:12px}}.default-page h1{margin-bottom:0}.default-page .page-container{display:flex;flex-direction:column;align-items:flex-start;gap:32px;width:75%}@media screen and (max-width: 1439px){.default-page .page-container{width:100%;gap:24px}}@media screen and (max-width: 767px){.default-page .page-container{gap:16px}}.default-page .page-container h2{margin-bottom:32px}@media screen and (max-width: 1439px){.default-page .page-container h2{margin-bottom:16px}}.default-page .page-container.vacancies,.default-page .page-container.faq,.default-page .page-container.delivery{width:100%}.default-page .image-container{width:100%;height:auto;border-radius:32px}.default-page .image-container.about{aspect-ratio:3.2/1}@media screen and (max-width: 1919px){.default-page .image-container{border-radius:24px}}@media screen and (max-width: 1439px){.default-page .image-container{border-radius:24px}}@media screen and (max-width: 767px){.default-page .image-container{border-radius:16px}}.default-page .image-container .media-wrapper{width:100%;height:100%;border-radius:32px}@media screen and (max-width: 1439px){.default-page .image-container .media-wrapper{border-radius:24px}}@media screen and (max-width: 767px){.default-page .image-container .media-wrapper{border-radius:16px}}.default-page .image-container .skeleton{width:100%;height:100%;border-radius:32px}@media screen and (max-width: 1439px){.default-page .image-container .skeleton{border-radius:24px}}@media screen and (max-width: 767px){.default-page .image-container .skeleton{border-radius:16px}}.default-page .image-container img{width:100%;height:auto;object-fit:cover;border-radius:32px;aspect-ratio:3.2/1}@media screen and (max-width: 1439px){.default-page .image-container img{border-radius:24px}}@media screen and (max-width: 767px){.default-page .image-container img{border-radius:16px}}.default-page .static-content p{color:#373a40;font-family:Tilda Sans VF;font-size:18px;font-style:normal;font-weight:400;line-height:160%;letter-spacing:-.36px}@media screen and (max-width: 767px){.default-page .static-content p{font-size:14px}}.show-room-container{width:100%;display:flex;flex-direction:column;align-items:flex-start;gap:32px}@media screen and (max-width: 1439px){.show-room-container{gap:24px}}@media screen and (max-width: 767px){.show-room-container{gap:8px}}.show-room-container .images-container{width:100%;height:auto;display:grid;grid-template-columns:1fr 1fr;gap:32px}@media screen and (max-width: 1439px){.show-room-container .images-container{gap:16px}}@media screen and (max-width: 767px){.show-room-container .images-container{display:flex;flex-direction:column;gap:8px}}.show-room-container .images-container .media-wrapper{width:100%;height:100%;aspect-ratio:1.56/1;border-radius:32px}@media screen and (max-width: 1439px){.show-room-container .images-container .media-wrapper{border-radius:24px}}@media screen and (max-width: 767px){.show-room-container .images-container .media-wrapper{aspect-ratio:1.54/1;border-radius:16px}}.show-room-container .images-container .skeleton{width:100%;height:100%;border-radius:32px}@media screen and (max-width: 1439px){.show-room-container .images-container .skeleton{border-radius:24px}}@media screen and (max-width: 767px){.show-room-container .images-container .skeleton{border-radius:16px}}.show-room-container .images-container img{width:100%;height:100%;object-fit:cover;border-radius:32px}@media screen and (max-width: 1439px){.show-room-container .images-container img{border-radius:24px}}@media screen and (max-width: 767px){.show-room-container .images-container img{border-radius:16px}}.show-room-container .stub-card{width:100%;height:100%;aspect-ratio:1.56/1;border-radius:32px}@media screen and (max-width: 1439px){.show-room-container .stub-card{border-radius:24px}}@media screen and (max-width: 767px){.show-room-container .stub-card{aspect-ratio:1.54/1;border-radius:16px}}.vacancies-container{display:flex;flex-direction:column;align-items:flex-start;gap:32px}.vacancies-container .text-container{max-width:75%}@media screen and (max-width: 1439px){.vacancies-container .text-container{max-width:100%}}.vacancies-container .text-container p{color:#373a40;font-family:Tilda Sans VF;font-size:24px;font-style:normal;font-weight:400;line-height:160%;letter-spacing:-.36px}@media screen and (max-width: 767px){.vacancies-container .text-container p{font-size:16px}}.vacancies-container .vacancies-list{width:100%;display:flex;flex-direction:column;align-items:flex-start;gap:64px}@media screen and (max-width: 1439px){.vacancies-container .vacancies-list{gap:24px}}@media screen and (max-width: 767px){.vacancies-container .vacancies-list{gap:16px}}.vacancies-container .vacancy{width:100%;border-bottom:1px solid rgba(55,58,64,.05);padding-bottom:64px;display:flex;flex-direction:row;align-items:start;justify-content:space-between;gap:16px}@media screen and (max-width: 1439px){.vacancies-container .vacancy{padding-bottom:24px}}@media screen and (max-width: 1023px){.vacancies-container .vacancy{flex-direction:column;gap:24px}}@media screen and (max-width: 767px){.vacancies-container .vacancy{gap:16px;padding-bottom:16px}}.vacancies-container .vacancy:last-of-type{border-bottom:none;padding-bottom:0}.vacancies-container .vacancy .title{width:32%;display:flex;flex-direction:column;align-items:flex-start;gap:32px}@media screen and (max-width: 1023px){.vacancies-container .vacancy .title{width:100%;gap:8px}}.vacancies-container .vacancy .title h3{margin-bottom:0}.vacancies-container .vacancy .title div{display:flex;flex-direction:column;align-items:flex-start;gap:0}.vacancies-container .vacancy .title p{color:#373a40;font-family:Tilda Sans VF;font-size:18px;font-style:normal;font-weight:400;line-height:160%;letter-spacing:-.36px}@media screen and (max-width: 767px){.vacancies-container .vacancy .title p{font-size:14px}}@media screen and (max-width: 1023px){.vacancies-container .vacancy .title .btn-default{display:none}}.vacancies-container .vacancy .description{width:68%;display:flex;flex-direction:column;align-items:flex-start;gap:32px}@media screen and (max-width: 1439px){.vacancies-container .vacancy .description{width:50%}}@media screen and (max-width: 1023px){.vacancies-container .vacancy .description{width:100%;gap:24px}}@media screen and (max-width: 767px){.vacancies-container .vacancy .description{gap:16px}}.vacancies-container .vacancy .description h4{margin-bottom:16px}@media screen and (max-width: 767px){.vacancies-container .vacancy .description h4{margin-bottom:8px}}.vacancies-container .vacancy .description .text p{color:#373a40;font-family:Tilda Sans VF;font-size:18px;font-style:normal;font-weight:400;line-height:160%;letter-spacing:-.36px}@media screen and (max-width: 767px){.vacancies-container .vacancy .description .text p{font-size:14px}}.vacancies-container .vacancy .description .btn-default{display:none}@media screen and (max-width: 1023px){.vacancies-container .vacancy .description .btn-default{display:flex}}.faq-container .faq-list{display:flex;flex-direction:column;align-items:flex-start;gap:32px}@media screen and (max-width: 1439px){.faq-container .faq-list{gap:16px}}@media screen and (max-width: 767px){.faq-container .faq-list{gap:8px}}.faq-container .faq-list .faq-item{width:100%;border-bottom:1px solid rgba(55,58,64,.05);padding-bottom:32px;display:flex;flex-direction:row;align-items:start;justify-content:space-between;gap:16px}@media screen and (max-width: 1439px){.faq-container .faq-list .faq-item{padding-bottom:24px}}@media screen and (max-width: 1023px){.faq-container .faq-list .faq-item{flex-direction:column;gap:32px}}@media screen and (max-width: 767px){.faq-container .faq-list .faq-item{padding-bottom:16px}}.faq-container .faq-list .faq-item:last-of-type{border-bottom:none;padding-bottom:0}.faq-container .faq-list .faq-item .title{width:32%}@media screen and (max-width: 1023px){.faq-container .faq-list .faq-item .title{width:100%}}.faq-container .faq-list .faq-item .title h3{margin-bottom:0}.faq-container .faq-list .faq-item .text{width:66%}@media screen and (max-width: 1919px){.faq-container .faq-list .faq-item .text{width:58%}}@media screen and (max-width: 1439px){.faq-container .faq-list .faq-item .text{width:50%}}@media screen and (max-width: 1023px){.faq-container .faq-list .faq-item .text{width:100%}}.faq-container .faq-list .faq-item .text p{color:#373a40;font-family:Tilda Sans VF;font-size:18px;font-style:normal;font-weight:400;line-height:160%;letter-spacing:-.36px}@media screen and (max-width: 767px){.faq-container .faq-list .faq-item .text p{font-size:14px}}.delivery-container .delivery-list{display:flex;flex-direction:column;align-items:flex-start;gap:32px}@media screen and (max-width: 1439px){.delivery-container .delivery-list{gap:16px}}@media screen and (max-width: 767px){.delivery-container .delivery-list{gap:8px}}.delivery-container .delivery-list .delivery-item{width:100%;border-bottom:1px solid rgba(55,58,64,.05);padding-bottom:32px;display:flex;flex-direction:row;align-items:start;justify-content:space-between;gap:16px}@media screen and (max-width: 1439px){.delivery-container .delivery-list .delivery-item{padding-bottom:24px}}@media screen and (max-width: 1023px){.delivery-container .delivery-list .delivery-item{flex-direction:column;gap:8px}}@media screen and (max-width: 767px){.delivery-container .delivery-list .delivery-item{padding-bottom:16px}}.delivery-container .delivery-list .delivery-item:last-of-type{border-bottom:none;padding-bottom:0}.delivery-container .delivery-list .delivery-item .title{width:32%}@media screen and (max-width: 1023px){.delivery-container .delivery-list .delivery-item .title{width:100%}}.delivery-container .delivery-list .delivery-item .title h3{margin-bottom:0}.delivery-container .delivery-list .delivery-item .text{width:66%}@media screen and (max-width: 1919px){.delivery-container .delivery-list .delivery-item .text{width:58%}}@media screen and (max-width: 1439px){.delivery-container .delivery-list .delivery-item .text{width:50%}}@media screen and (max-width: 1023px){.delivery-container .delivery-list .delivery-item .text{width:100%}}.delivery-container .delivery-list .delivery-item .text p{color:#373a40;font-family:Tilda Sans VF;font-size:18px;font-style:normal;font-weight:400;line-height:160%;letter-spacing:-.36px}@media screen and (max-width: 767px){.delivery-container .delivery-list .delivery-item .text p{font-size:14px}}.page-container.delivery h2{margin-bottom:96px}@media screen and (max-width: 1919px){.page-container.delivery h2{margin-bottom:64px}}@media screen and (max-width: 1439px){.page-container.delivery h2{margin-bottom:32px}}.search-page .empty-result{padding-top:190px;padding-bottom:190px}@media screen and (max-width: 1439px){.search-page .empty-result{padding-top:90px;padding-bottom:90px}}.search-page .empty-result .background-image{left:calc(50% - 278.5px);top:calc(50% - 200px)}@media screen and (max-width: 1439px){.search-page .empty-result .background-image{left:calc(50% - 225.5px);top:calc(50% - 162.5px)}}@media screen and (max-width: 767px){.search-page .empty-result .background-image{left:calc(50% - 151.5px);top:calc(50% - 109px)}}.sitemap-container{display:flex;flex-direction:column;align-items:start;justify-content:start}.sitemap-container .title{font-size:24px;font-style:normal;font-weight:400;line-height:120%;letter-spacing:-.24px;transition:all .3s}@media (hover: hover) and (pointer: fine){.sitemap-container .title:hover{cursor:pointer}.sitemap-container .title:hover span{color:#dc5f00;transition:all .3s}}.sitemap-container .title span{color:#373a40}@media screen and (max-width: 479px){.sitemap-container .title{font-size:20px}}.sitemap-container .subtitle{font-size:20px}@media screen and (max-width: 479px){.sitemap-container .subtitle{font-size:18px}}.sitemap-container .subtitle span{color:#373a40}@media (hover: hover) and (pointer: fine){.sitemap-container .subtitle:hover{cursor:pointer}.sitemap-container .subtitle:hover span{color:#dc5f00;transition:all .3s}}.sitemap-container .select-list{padding-left:20px}
