@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-C7ze34MH.woff2?io9a6k) format("woff2"),url(/build/assets/lg-oyjwlqP2.ttf?io9a6k) format("truetype"),url(/build/assets/lg-CosQH4Cu.woff?io9a6k) format("woff"),url(/build/assets/lg-B0dIV2BS.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,#0000,#0006)}.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,#0000,#0009)}.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-BZOHaeKn.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-BZOHaeKn.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}@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:#00000026}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,#00000080,#0000)}.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}.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}.main-title{font-weight:300;font-size:120px;line-height:80%;font-family:Tilda Sans VF}@media screen and (max-width: 1439px){.main-title{font-size:64px}}@media screen and (max-width: 479px){.main-title{font-size:40px}}h1,.h1{font-size:70px;font-weight:300;line-height:120%;margin-bottom:0}@media screen and (max-width: 1439px){h1,.h1{font-size:48px}}@media screen and (max-width: 767px){h1,.h1{font-size:32px}}h2,.h2{font-size:45px;font-weight:300;line-height:120%;margin-bottom:0}@media screen and (max-width: 1439px){h2,.h2{font-size:40px}}@media screen and (max-width: 767px){h2,.h2{font-size:28px}}h3,.h3{font-size:35px;font-weight:300;line-height:100%;margin-bottom:0}@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-size:25px;font-weight:300;line-height:110%;margin-bottom:0}@media screen and (max-width: 1439px){h4,.h4{font-size:24px}}@media screen and (max-width: 767px){h4,.h4{font-size:20px}}.text-l{font-family:Tilda Sans VF;font-weight:500;font-size:20px;line-height:150%}@media screen and (max-width: 1439px){.text-l{font-size:18px}}@media screen and (max-width: 767px){.text-l{font-size:16px}}.text-l p,.text-l span,.text-l a,.text-l li,.text-l div{font-family:Tilda Sans VF;font-weight:500;font-size:20px;line-height:150%}@media screen and (max-width: 1439px){.text-l p,.text-l span,.text-l a,.text-l li,.text-l div{font-size:18px}}@media screen and (max-width: 767px){.text-l p,.text-l span,.text-l a,.text-l li,.text-l div{font-size:16px}}.text-m{font-family:Tilda Sans VF;font-weight:400;font-size:18px;line-height:150%}@media screen and (max-width: 1439px){.text-m{font-size:16px}}@media screen and (max-width: 767px){.text-m{font-size:14px;line-height:130%}}.text-m p,.text-m span,.text-m a,.text-m li,.text-m div{font-family:Tilda Sans VF;font-weight:400;font-size:18px;line-height:150%}@media screen and (max-width: 1439px){.text-m p,.text-m span,.text-m a,.text-m li,.text-m div{font-size:16px}}@media screen and (max-width: 767px){.text-m p,.text-m span,.text-m a,.text-m li,.text-m div{font-size:14px}}.text-s,.text-s p,.text-s span,.text-s a,.text-s li,.text-s div{font-family:Tilda Sans VF;font-weight:400;font-size:12px;line-height:100%}.text-button,.text-button p,.text-button span,.text-button a,.text-button li,.text-button div{font-family:Tilda Sans VF;font-weight:500;font-size:18px;line-height:100%}@media screen and (max-width: 1439px){.text-button{font-size:16px}}@media screen and (max-width: 767px){.text-button{font-size:14px}}.text-container{display:flex;flex-direction:column;align-items:start;justify-content:start;gap:10px;word-break:break-word}.link{color:#debe72;text-decoration:none;transition:all .3s}*{box-sizing:border-box;margin:0}html{scroll-behavior:smooth;overflow-x:hidden;position:relative;min-height:100%;height:100%;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}html.fixed{overflow:hidden}body{height:100%;position:relative;margin:0;font-weight:400;box-sizing:border-box;background-color:#241e1b;font-family:Tilda Sans VF,sans-serif;color:#fff}.hidden{display:none!important}.no-scroll{overflow:clip}.page{position:relative;height:auto;display:flex;flex-direction:column;min-height:100vh}.content-page{padding-top:152px}@media screen and (max-width: 1919px){.content-page{padding-top:136px}}@media screen and (max-width: 1439px){.content-page{padding-top:104px}}@media screen and (max-width: 767px){.content-page{padding-top:88px}}main{flex:1;overflow:hidden}a{text-decoration:none;cursor:pointer;color:inherit}p{margin:0}ul,ol{list-style:none;padding:0}ul li{display:flex;flex-direction:row;align-items:center;justify-content:start;gap:15px}ul li:before{content:"";display:inline-block;width:3px;height:3px;border-radius:50%;background-color:#fff}.container{max-width:1792px;width:calc(100% - 128px);margin:0 auto;scroll-margin-top:150px;overflow:hidden}@media screen and (max-width: 1919px){.container{width:calc(100% - 96px)}}@media screen and (max-width: 1439px){.container{width:calc(100% - 64px)}}@media screen and (max-width: 767px){.container{width:calc(100% - 32px)}}.container .container{width:100%}.contents-wrapper{max-width:1024px;width:calc(100% - 64px);display:flex;flex-direction:column;align-items:flex-start;align-items:center;gap:32px}@media screen and (max-width: 767px){.contents-wrapper{gap:24px;width:calc(100% - 32px)}}.contents-wrapper .swiper{width:100%}.contents-wrapper h1{text-align:center}.contents-wrapper h2,.contents-wrapper h3,.contents-wrapper h4,.contents-wrapper h5{text-align:left}.contents-wrapper span,.contents-wrapper p,.contents-wrapper li{font-size:18px;font-style:normal;font-weight:400;line-height:150%}@media screen and (max-width: 1439px){.contents-wrapper span,.contents-wrapper p,.contents-wrapper li{font-size:16px}}@media screen and (max-width: 1439px) and (max-width: 767px){.contents-wrapper span,.contents-wrapper p,.contents-wrapper li{font-size:14px}}.contents-wrapper ol{list-style-type:decimal;padding-left:20px}.contents-wrapper a{color:#debe72;position:relative}.contents-wrapper a:before{content:"";position:absolute;bottom:0;width:0%;height:1px;transition:.3s;background-color:#debe72}.contents-wrapper a:hover:before{width:100%}.contents-wrapper .btn-default:before{width:100%;height:100%}.contents-wrapper .content-block{display:flex;flex-direction:column;align-items:flex-start;gap:16px}.mb{margin-bottom:128px}@media screen and (max-width: 1439px){.mb{margin-bottom:64px}}@media screen and (max-width: 767px){.mb{margin-bottom:48px}}.mb-min{margin-bottom:64px}@media screen and (max-width: 1919px){.mb-min{margin-bottom:48px}}@media screen and (max-width: 1439px){.mb-min{margin-bottom:32px}}@media screen and (max-width: 767px){.mb-min{margin-bottom:24px}}.mt{margin-top:152px}@media screen and (max-width: 1919px){.mt{margin-top:136px}}@media screen and (max-width: 1439px){.mt{margin-top:104px}}@media screen and (max-width: 767px){.mt{margin-top:88px}}.border-container{border:1px solid #DEBE72;padding:64px}@media screen and (max-width: 1919px){.border-container{padding:32px}}@media screen and (max-width: 767px){.border-container{padding:16px}}.border-bottom{width:100%;border-bottom:1px solid rgba(222,190,114,.25);padding-bottom:24px}@media screen and (max-width: 767px){.border-bottom{padding-bottom:16px}}.framed{width:100%;display:flex;justify-content:space-between;align-items:center;justify-content:center;padding:64px;border:1px solid var(--Main-DEBE72, #DEBE72)}@media screen and (max-width: 1919px){.framed{padding:32px}}@media screen and (max-width: 767px){.framed{padding:16px}}.framed p{line-height:100%;font-weight:300}.main-link{position:absolute;inset:0;width:100%;height:100%;z-index:1}.main-color{color:#debe72}.white-color{color:#fff}.opacity-color{color:#ffffff40}.link{cursor:pointer;position:relative;text-decoration:none}.link:after{content:"";position:absolute;bottom:-3px;left:0;width:0;height:1px;background-color:#debe72b3;transition:width .3s ease}@media (hover: hover) and (pointer: fine){.link:hover:after{width:100%}}.arrow-link:after{content:"";display:inline-block;width:24px;height:24px;background-image:url(/build/assets/right-arrow-main-CSQP_WPS.svg);background-size:contain;transition:all .3s;opacity:0}@media (hover: hover) and (pointer: fine){.arrow-link:hover:after{opacity:1}}.arrow-link.inactive{opacity:.5}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}input[type=number]{-moz-appearance:textfield}.gradient-svg{background-image:url(/build/assets/el-grad-BENN5grz.svg);background-repeat:no-repeat;background-size:100%;margin-right:8px;max-width:1920px;width:100%;height:2920px;position:absolute;z-index:-1}.gradient-svg.middle{top:50%;left:50%;transform:translate(-50%,-50%)}.custom-order .gradient-svg.top{top:40%;left:50%;transform:translate(-50%,-50%)}.noUi-handle{width:24px!important;height:24px!important;background:unset!important;right:-12px!important;top:-18px!important}.noUi-handle .noUi-touch-area:after{content:""!important;width:1px!important;height:13px!important;background:#debe72!important;position:absolute!important;top:50%!important;left:50%!important;transform:translateX(-50%,-50%)!important;transition:.5s}.noUi-handle .noUi-touch-area:hover:after{width:3px!important;left:46%!important}.input-wrapper.disabled:hover{cursor:not-allowed}textarea{resize:none}.catalog-checkbox input[type=checkbox]:disabled,.catalog-checkbox .label-checkbox.disabled{cursor:not-allowed}.catalog-checkbox input[type=checkbox]:disabled:before,.catalog-checkbox .label-checkbox.disabled:before{opacity:.5}.catalog-checkbox input[type=checkbox]:disabled{pointer-events:none}.from-title{font-size:35px;font-weight:300;line-height:100%;margin-bottom:0}@media screen and (max-width: 1439px){.from-title{font-size:32px}}@media screen and (max-width: 767px){.from-title{font-size:24px;margin-bottom:0}}.form-description{font-family:Tilda Sans VF;font-weight:400;font-size:18px;line-height:150%}@media screen and (max-width: 1439px){.form-description{font-size:16px}}@media screen and (max-width: 767px){.form-description{font-size:14px;line-height:130%}}.form-consent-text{font-size:12px}.form-consent-text a{color:#debe72}.form-error{font-size:12px;color:#ec716b;position:relative}.modals-form{position:fixed;inset:0;display:flex;height:100vh;z-index:120}.modals-form .modal-wrapper{background:#3b2728;max-width:512px}@media screen and (max-width: 1439px){.modals-form .modal-wrapper{max-width:384px}}@media screen and (max-width: 767px){.modals-form .modal-wrapper{max-width:unset;height:fit-content;padding-bottom:74px}.modals-form .modal-wrapper .form-wrapper{border-bottom:1px solid rgba(222,190,114,.25);padding-bottom:16px}}@media screen and (max-width: 479px){.modals-form .modal-wrapper{padding-bottom:56px}}.modals-form .closeModal{position:absolute;top:64px;right:64px;z-index:13;width:56px;height:56px;border:1px solid #DEBE72}@media screen and (max-width: 1919px){.modals-form .closeModal{top:48px;right:48px}}@media screen and (max-width: 1439px){.modals-form .closeModal{top:32px;right:32px}}@media screen and (max-width: 767px){.modals-form .closeModal{top:16px;right:16px;width:24px;height:24px;border:none}}.modals-form .closeModal svg{height:24px;width:24px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.modals-form .modals-content{display:flex;flex-direction:column;gap:16px;overflow:auto;height:100%;padding-right:10px}.modals-form .modals-content::-webkit-scrollbar{width:1px}.modals-form .modals-content::-webkit-scrollbar-track{background:#debe7240;width:2px}.modals-form .modals-content::-webkit-scrollbar-thumb{background:#debe72;border:1px solid #DEBE72;background-clip:content-box}.modals-form .modals-content .btn-toggle{display:flex;align-items:center;justify-content:space-between;width:100%;background:none;border:none;padding:0;font:inherit;cursor:pointer;text-align:left}.modals-form .modals-content .btn-toggle:hover .icon-arrow{opacity:1}.modals-form .modals-content .icon-arrow{transition:transform .3s ease;transform:rotate(90deg);opacity:.5}.modals-form .modals-content .btn-toggle.is-open .icon-arrow{transform:rotate(270deg)}.modals-form .modals-content .btn-show-more{background:none;border:none;font-size:12px;color:#debe72;text-align:left;cursor:pointer;padding:0}.modals-form .modals-content .btn-show-more:hover{text-decoration:underline}.modals-form .modals-content .checkbox-group{max-height:0;overflow:hidden;transition:max-height .3s ease}.modals-form .modals-content .checkbox-group.is-open{max-height:500px}.modals-form .form-container{width:100%!important}.modals-form .form-container form{display:flex;flex-direction:column;gap:32px}@media screen and (max-width: 767px){.modals-form .form-container form{gap:24px}}.modals-form .form-container form .from-title{margin-bottom:-16px}.modals-form .form-container form .fields_group:nth-of-type(3){display:flex;gap:32px;flex-direction:column}.modals-form .form-container form .fields_group .field_container{width:100%}.modals-form .form-container form .fields_group .field_container .icon-arrow{display:none}.modals-form .form-container form .btn-default{width:fit-content}.modals-form .form-container form .form-consent-text p{margin-bottom:8px}@media screen and (max-width: 767px){.modals-form .form-container form .form-consent-text{margin-bottom:-6px;margin-top:10px}}.modals-form .fill-btn:disabled{opacity:.6;cursor:not-allowed}.modals-form.show{visibility:visible;opacity:1}@media screen and (max-width: 767px){.modals-form.show .modal-wrapper{transform:translate(0);height:auto;max-height:90vh;overflow:scroll;overflow-y:auto}.modals-form.show .modal-wrapper::-webkit-scrollbar{width:1px}.modals-form.show .modal-wrapper::-webkit-scrollbar-track{background:#debe7240;width:2px}.modals-form.show .modal-wrapper::-webkit-scrollbar-thumb{background:#debe72;border:1px solid #DEBE72;background-clip:content-box}}.btn-disabled{pointer-events:none!important}@media screen and (max-width: 767px){.form button{width:100%!important;justify-content:center}}svg path,svg line,svg circle,svg rect,svg polyline,svg polygon{stroke-width:1px}.wrapper-step{overflow:auto;height:100%;padding-right:10px}.wrapper-step::-webkit-scrollbar{width:1px}.wrapper-step::-webkit-scrollbar-track{background:#debe7240;width:2px}.wrapper-step::-webkit-scrollbar-thumb{background:#debe72;border:1px solid #DEBE72;background-clip:content-box}.media-wrapper{position:relative;width:100%;height:100%}.media-wrapper:not(.lozad) .skeleton{opacity:0}.media-wrapper:not(.lozad) .img{display:block}.media-wrapper img,.media-wrapper video{width:100%;height:100%;object-fit:cover}.media-wrapper .skeleton{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%}}@font-face{font-family:Tilda Sans VF;font-style:normal;font-weight:300;font-display:block;src:url(/build/assets/TildaSans-Light-ObBjBYBu.woff) format("woff"),url(/build/assets/TildaSans-Light-N7eo-Q-n.woff2) format("woff2"),url(/build/assets/TildaSans-Light-DNJ97dVP.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-DQ4zQN_Y.woff) format("woff"),url(/build/assets/TildaSans-Regular-B6k7heM3.woff2) format("woff2"),url(/build/assets/TildaSans-Regular-BhJ1ZP0Y.eot) format("eot")}@font-face{font-family:Tilda Sans VF;font-style:normal;font-weight:500;font-display:block;src:url(/build/assets/TildaSans-Medium-CIMruIS9.woff) format("woff"),url(/build/assets/TildaSans-Medium-D3QdM-L0.woff2) format("woff2"),url(/build/assets/TildaSans-Medium-BL_XNoJ_.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-CwgGCk9u.woff) format("woff"),url(/build/assets/TildaSans-Semibold-CufIzz_D.woff2) format("woff2"),url(/build/assets/TildaSans-Semibold-D821InOd.eot) format("eot")}@font-face{font-family:Tilda Sans VF;font-style:normal;font-weight:700;font-display:block;src:url(/build/assets/TildaSans-Bold-LJOhWodk.woff) format("woff"),url(/build/assets/TildaSans-Bold-sce1msmW.woff2) format("woff2"),url(/build/assets/TildaSans-Bold-D72sqUCz.eot) format("eot")}@font-face{font-family:Tilda Sans VF;font-style:normal;font-weight:900;font-display:block;src:url(/build/assets/TildaSans-Black-Brh78ZYf.woff) format("woff"),url(/build/assets/TildaSans-Black-JsGxdz3r.woff2) format("woff2"),url(/build/assets/TildaSans-Black-B7wDkISL.eot) format("eot")}@keyframes headerFixed{0%{top:-100px;opacity:1;visibility:visible}to{top:0;transform:translateY(0)}}.footer{padding-top:128px;background-color:#241e1b;position:relative}@media screen and (max-width: 1919px){.footer{padding-top:98px}}@media screen and (max-width: 1439px){.footer{padding-top:64px}}@media screen and (max-width: 1023px){.footer{padding-top:48px;padding-bottom:88px}}@media screen and (max-width: 767px){.footer{padding-bottom:56px}}.footer .btn-up{padding:13px 15px;border:1px solid rgba(222,190,114,.25);position:absolute;top:16px;right:64px;cursor:pointer;overflow:hidden;background:#debe7200;transition:.3s ease}@media screen and (max-width: 1439px){.footer .btn-up{display:none}}.footer .btn-up:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(114deg,#b49237,#f3d283,#795a28);opacity:0;transition:opacity .3s ease;z-index:0}.footer .btn-up svg{width:24px;height:24px;transform:rotate(-90deg);color:#debe72;transition:color .5s ease}@media (hover: hover) and (pointer: fine){.footer .btn-up:hover{border:1px solid #241E1B}.footer .btn-up:hover:before{opacity:1}.footer .btn-up:hover svg{color:#241e1b}}.footer .container{display:flex;flex-direction:column;gap:32px;position:relative;z-index:1}@media screen and (max-width: 1439px){.footer .container{gap:24px}}@media screen and (max-width: 1023px){.footer .container{gap:48px}}.footer .gradient-block{position:absolute;bottom:0;width:100%;background-color:#3b2728;filter:blur(256px);border-radius:50%;height:30%}@media screen and (max-width: 1439px){.footer .gradient-block{filter:blur(128px)}}.footer .link{z-index:2}.footer .fill-btn{border:1px solid #DEBE72;background:#241e1b;color:#debe72;z-index:1}.footer .fill-btn span{color:#debe72}.footer .fill-btn .icon{fill:#debe72;color:#debe72}.footer .fill-btn .btn-loader:before{border:2px solid #DEBE72}.footer .fill-btn.disabled{pointer-events:none;border:1px solid rgba(222,190,114,.25);background:#debe7200}.footer .fill-btn.disabled span,.footer .fill-btn.disabled .icon{color:#debe7240;fill:#debe7240}@media (hover: hover) and (pointer: fine){.footer .fill-btn:hover{border:1px solid #DEBE72;color:#241e1b}.footer .fill-btn:hover .icon{color:#241e1b}.footer .fill-btn:hover svg{fill:#241e1b!important;stroke:#241e1b!important}.footer .fill-btn:hover svg path{fill:#241e1b!important;stroke:#241e1b!important}}.top-footer{width:100%;padding-bottom:128px;border-bottom:1px solid rgba(222,190,114,.25);position:relative;display:grid;grid-template-columns:1fr .85fr;gap:128px}@media screen and (max-width: 1919px){.top-footer{padding-bottom:96px;gap:96px}}@media screen and (max-width: 1439px){.top-footer{padding-bottom:64px;gap:48px}}@media screen and (max-width: 1023px){.top-footer{padding-bottom:48px;display:flex;flex-direction:column;align-items:start;justify-content:start;gap:48px}}.top-footer .nav-container{width:100%;display:flex;flex-direction:row;align-items:start;justify-content:start;gap:128px}@media screen and (max-width: 1919px){.top-footer .nav-container{gap:96px}}@media screen and (max-width: 1439px){.top-footer .nav-container{display:grid;grid-template-columns:repeat(2,1fr);grid-template-rows:auto;gap:48px;padding-bottom:67px}}@media screen and (max-width: 1023px){.top-footer .nav-container{display:flex;flex-direction:row;align-items:start;justify-content:space-between;padding-bottom:0}}@media screen and (max-width: 479px){.top-footer .nav-container{display:flex;flex-direction:column;align-items:start;justify-content:start;gap:48px}}.top-footer .nav-item{display:flex;flex-direction:column;align-items:start;justify-content:start;gap:32px}.top-footer .nav-item li:before{display:none}@media screen and (max-width: 1439px){.top-footer .nav-item{gap:24px}}.top-footer .nav-item .nav-list{display:flex;flex-direction:column;align-items:start;justify-content:start;gap:32px}@media screen and (max-width: 1439px){.top-footer .nav-item .nav-list{gap:24px}}.top-footer .form-container{width:100%}@media screen and (max-width: 767px){.top-footer .form-container{padding:16px}}.top-footer .social-container{position:absolute;left:0;bottom:128px;display:flex;flex-direction:row;align-items:center;justify-content:start;gap:32px}@media screen and (max-width: 1919px){.top-footer .social-container{bottom:96px;gap:24px}}@media screen and (max-width: 1439px){.top-footer .social-container{bottom:64px;gap:48px}}@media screen and (max-width: 1023px){.top-footer .social-container{bottom:48px;right:0;left:unset;gap:48px}}@media screen and (max-width: 767px){.top-footer .social-container{position:relative;bottom:unset;left:unset;right:unset}}.top-footer .social-container svg{width:24px;height:24px;color:#debe7280;transition:.4s}@media (hover: hover) and (pointer: fine){.top-footer .social-container svg:hover{color:#debe72}}.bottom-footer{width:100%;display:flex;flex-direction:column;align-items:start;justify-content:start;gap:64px;z-index:2}@media screen and (max-width: 1919px){.bottom-footer{gap:48px}}@media screen and (max-width: 767px){.bottom-footer{gap:32px}}@media screen and (max-width: 1023px){.bottom-footer{gap:48px}}.bottom-footer .logo-container{width:100%;opacity:1!important;z-index:2}.bottom-footer .logo-container svg{width:100%;height:auto;aspect-ratio:4.46/1}.bottom-footer ul{width:100%;display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:32px;list-style:none;margin:0;padding:0}@media screen and (max-width: 767px){.bottom-footer ul{flex-direction:row;align-items:start;justify-content:start;gap:24px;flex-wrap:wrap}}.bottom-footer ul li:before{display:none}@media screen and (max-width: 1023px){#form-questions{width:100%}}.form-questions .form-container{width:100%!important}@media screen and (max-width: 767px){.form-questions .form-container{border:1px solid rgba(222,190,114,.25)}}.form-questions .form-container form{display:flex;flex-direction:column;gap:32px}@media screen and (max-width: 767px){.form-questions .form-container form{gap:24px}}.form-questions .form-container form .from-title{margin-bottom:-16px}.form-questions .form-container form .fields_group:nth-of-type(3){display:flex;gap:32px}@media screen and (max-width: 1439px){.form-questions .form-container form .fields_group:nth-of-type(3){flex-direction:column}}.form-questions .form-container form .fields_group .field_container{width:100%}.form-questions .form-container form .fields_group .field_container .icon-arrow{display:none}.form-questions .form-container form .btn-default{width:fit-content}@media screen and (max-width: 767px){.form-questions .form-container form .form-consent-text{margin-bottom:-6px;margin-top:10px}}.header{position:absolute;top:0;left:0;right:0;width:100%;z-index:99;transition:.3s}.header .main-container{position:relative;display:flex;flex-direction:row;align-items:center;justify-content:space-between;padding:64px 0 32px;z-index:11;overflow:visible}@media screen and (max-width: 1919px){.header .main-container{padding:48px 0 32px}}@media screen and (max-width: 1439px){.header .main-container{padding:32px 0}}@media screen and (max-width: 767px){.header .main-container{padding:16px 0}}.header a{width:fit-content}.header .main-logo{display:block;width:238px;height:48px;opacity:1;transition:all .3s}@media screen and (max-width: 1439px){.header .main-logo{width:159px;height:32px}}@media screen and (max-width: 767px){.header .main-logo{width:119px;height:24px}}.header .main-logo svg{width:100%;height:100%}.header .btns-wrapper{display:flex;flex-direction:row;gap:32px}.header .btn{padding:0}@media screen and (max-width: 1439px){.header .btn .text{display:none}}.header .btn .icon{opacity:.5;transition:all .3s;stroke:#debe72}@media (hover: hover) and (pointer: fine){.header .btn:hover .icon{opacity:1}}@media screen and (max-width: 1023px){.header .desktop-btn{display:none}}@media screen and (max-width: 1023px){.header .profile-btn .name{display:none}}.header .catalog-btn .icon-container,.header .search-btn .icon-container{width:24px;height:24px;position:relative}.header .catalog-btn .icon,.header .search-btn .icon{position:absolute;top:0;left:0;bottom:0;width:100%;height:100%}.header .catalog-btn .menu-toggle,.header .search-btn .menu-toggle{position:absolute;top:2px;left:0;bottom:0;width:100%;height:100%;opacity:0;visibility:hidden}.header.header-fixed{position:fixed;animation-name:headerFixed;animation-duration:.5s;top:0;left:0;right:0;width:100%;transition:all .3s;z-index:12;background-color:#3b2728}.header.header-fixed.no-logo .main-logo{display:block;transform:translateY(0)}.header.header-fixed .dropdown-header-wrapper{gap:0}.header.header-fixed .container{padding:20px 0}@media screen and (max-width: 1023px){.header.header-fixed .container{padding:10px 0}}@media screen and (max-width: 767px){.header.header-fixed .container{padding:16px 0}}.header.header-fixed .dropdown-header-wrapper{padding:0}.header .header-backdrop{position:fixed;inset:0;background-color:#3b272840;z-index:10;opacity:0;visibility:hidden;transition:all .3s}.header.no-logo .main-logo{transition:.6s;transform:translateY(5px) scale(2.68)}@media screen and (max-width: 1919px){.header.no-logo .main-logo{transform:translateY(5px) scale(1.85)}}@media screen and (max-width: 1439px){.header.no-logo .main-logo{transform:translateY(15px) scale(2)}}@media screen and (max-width: 767px){.header.no-logo .main-logo{transform:translateY(5px) scale(1.3)}}@media screen and (max-width: 479px){.header.no-logo .main-logo{transform:translateY(0) scale(1)}}.header.no-logo .dropdown-header .logo-container{opacity:1}.header.open-dropdown-header .main-logo{transform:scale(1)}.header.open-dropdown-header.header-fixed .main-logo{opacity:0}.header.open-dropdown-header .dropdown-header{visibility:visible;transform:translateY(0)}.header.open-dropdown-header .header-backdrop{opacity:1;visibility:visible}.header.open-dropdown-header .main-logo{opacity:0}.header.open-dropdown-header .dropdown-header .logo-container{opacity:1}.header.open-dropdown-header .menu-btn .menu-toggle span{background-color:#debe72;opacity:1}.header.open-dropdown-header .menu-btn .menu-toggle span:nth-child(1){top:12px;transform:rotate(45deg)}.header.open-dropdown-header .menu-btn .menu-toggle span:nth-child(2){top:12px;transform:rotate(-45deg)}.header.open-dropdown-catalog .main-logo{transform:scale(1)}.header.open-dropdown-catalog.header-fixed .main-logo{opacity:0}.header.open-dropdown-catalog .dropdown-catalog{visibility:visible;transform:translateY(0)}.header.open-dropdown-catalog .header-backdrop{opacity:1;visibility:visible}.header.open-dropdown-catalog .main-logo{opacity:0}.header.open-dropdown-catalog .dropdown-catalog .logo-container{opacity:1}.header.open-dropdown-catalog .catalog-btn .icon{display:none}.header.open-dropdown-catalog .catalog-btn .menu-toggle{width:24px;visibility:visible;opacity:1}.header.open-dropdown-catalog .catalog-btn .menu-toggle span{background-color:#debe72;opacity:1}.header.open-dropdown-catalog .catalog-btn .menu-toggle span:nth-child(1){top:10px;transform:rotate(45deg)}.header.open-dropdown-catalog .catalog-btn .menu-toggle span:nth-child(2){top:10px;transform:rotate(-45deg)}.header.open-dropdown-search .main-logo{transform:scale(1)}.header.open-dropdown-search.header-fixed .main-logo{opacity:0}.header.open-dropdown-search .dropdown-search{visibility:visible;transform:translateY(0)}.header.open-dropdown-search .header-backdrop{opacity:1;visibility:visible}.header.open-dropdown-search .main-logo{opacity:0}.header.open-dropdown-search .dropdown-search .logo-container{opacity:1}.header.open-dropdown-search .search-btn .icon{display:none}.header.open-dropdown-search .search-btn .menu-toggle{width:24px;visibility:visible;opacity:1}.header.open-dropdown-search .search-btn .menu-toggle span{background-color:#debe72;opacity:1}.header.open-dropdown-search .search-btn .menu-toggle span:nth-child(1){top:10px;transform:rotate(45deg)}.header.open-dropdown-search .search-btn .menu-toggle span:nth-child(2){top:10px;transform:rotate(-45deg)}.menu-btn .menu-toggle{width:24px;height:24px;position:relative;display:flex;flex-direction:column;gap:8px;cursor:pointer}.menu-btn .menu-toggle span{display:block;width:16px;height:1px;background-color:#debe72;transition:all .3s;opacity:.5;position:absolute;left:4px}.menu-btn .menu-toggle span:nth-child(1){top:8px}.menu-btn .menu-toggle span:nth-child(2){top:14px}@media (hover: hover) and (pointer: fine){.menu-btn:hover span{opacity:1}}.label-btn{position:relative}.label-btn .count{position:absolute;border-radius:50px;background:#debe72;color:#241e1b;font-size:12px;line-height:100%;display:flex;align-items:center;justify-content:center;top:-7px;right:-4px;filter:drop-shadow(0 0 2px rgba(0,0,0,0));box-shadow:0 0 0 2px #0000;z-index:3}.dropdown-header{position:absolute;top:0;left:0;right:0;width:100%;z-index:10;transform:translateY(-100%);transition:all .3s;visibility:hidden}@media screen and (max-width: 1023px){.dropdown-header{display:none}}.dropdown-header .dropdown-header-wrapper{display:flex;flex-direction:column;align-items:start;justify-content:start;padding:52px 0;gap:52px;z-index:2;background-color:#3b2728;position:relative}@media screen and (max-width: 1919px){.dropdown-header .dropdown-header-wrapper{padding:36px 0;gap:36px}}@media screen and (max-width: 1439px){.dropdown-header .dropdown-header-wrapper{padding:28px 0;gap:28px}}@media screen and (max-width: 767px){.dropdown-header .dropdown-header-wrapper{padding:16px 0;gap:16px}}.dropdown-header .logo-container{display:flex;align-items:center;justify-content:center;opacity:0}.dropdown-header .logo-container .logo{width:238px;height:68px}.dropdown-header .logo-container .logo svg{width:100%;height:100%}.dropdown-header .navigation-list{display:grid;grid-template-columns:185px 152px;grid-template-rows:repeat(4,20px);grid-auto-flow:column;column-gap:64px;row-gap:32px;padding-bottom:2px}.dropdown-header .navigation-list li:before{display:none}.dropdown-header .navigation-list .link{font-family:Tilda Sans VF;font-size:18px;font-weight:500;line-height:100%;color:#debe72;transition:all .3s}.dropdown-catalog{position:absolute;top:0;left:0;right:0;width:100%;z-index:10;transform:translateY(-100%);transition:all .3s;visibility:hidden}@media screen and (max-width: 1023px){.dropdown-catalog{display:none}}.dropdown-catalog .dropdown-header-wrapper{display:flex;flex-direction:column;align-items:start;justify-content:start;padding:52px 0;gap:52px;z-index:2;background-color:#3b2728;position:relative}@media screen and (max-width: 1919px){.dropdown-catalog .dropdown-header-wrapper{padding:36px 0;gap:36px}}@media screen and (max-width: 1439px){.dropdown-catalog .dropdown-header-wrapper{padding:28px 0;gap:28px}}@media screen and (max-width: 767px){.dropdown-catalog .dropdown-header-wrapper{padding:16px 0;gap:16px}}.dropdown-catalog .logo-container{display:flex;align-items:center;justify-content:center;opacity:0}.dropdown-catalog .logo-container .logo{width:238px;height:68px}.dropdown-catalog .logo-container .logo svg{width:100%;height:100%}.dropdown-catalog .catalog-list{display:flex;flex-direction:row;align-items:start;justify-content:start;gap:64px}@media screen and (max-width: 767px){.dropdown-catalog .catalog-list{gap:32px}}.dropdown-catalog .categories-list{display:flex;flex-direction:column;align-items:start;justify-content:start;gap:32px;padding-right:64px;border-right:1px solid rgba(222,190,114,.25)}.dropdown-catalog .categories-list .category-link.inactive{color:#debe7240}.dropdown-catalog .sub-categories-list{grid-template-columns:auto;grid-template-rows:repeat(4,auto);grid-auto-flow:column;column-gap:64px;row-gap:32px;opacity:0;transition:all .3s;visibility:hidden;display:none}.dropdown-catalog .sub-categories-list.visible{opacity:1;visibility:visible;display:grid}.dropdown-catalog li:before{display:none}.dropdown-catalog .category-link,.dropdown-catalog .category-sublink{font-family:Tilda Sans VF;font-size:18px;font-weight:500;line-height:100%;color:#debe72;transition:all .3s}.dropdown-search{position:absolute;top:0;left:0;right:0;width:100%;z-index:10;transform:translateY(-100%);transition:all .3s;visibility:hidden}.dropdown-search .dropdown-header-wrapper{display:flex;flex-direction:column;align-items:start;justify-content:start;padding:52px 0 32px;gap:32px;z-index:2;background-color:#3b2728;position:relative}@media screen and (max-width: 1919px){.dropdown-search .dropdown-header-wrapper{padding:36px 0 32px;gap:16px}}@media screen and (max-width: 1439px){.dropdown-search .dropdown-header-wrapper{padding:28px 0 16px;gap:8px}}@media screen and (max-width: 767px){.dropdown-search .dropdown-header-wrapper{padding:16px 0;gap:16px}}.dropdown-search .search-container{padding-top:7px!important}.dropdown-search .logo-container{display:flex;align-items:center;justify-content:center;opacity:0}.dropdown-search .logo-container .logo{width:238px;height:68px}.dropdown-search .logo-container .logo svg{width:100%;height:100%}@media screen and (max-width: 1439px){.dropdown-search .logo-container .logo{width:159px;height:32px}}@media screen and (max-width: 767px){.dropdown-search .logo-container .logo{width:119px;height:24px}}.dropdown-search .search-result-container{width:100%;display:flex;flex-direction:column;align-items:start;justify-content:start;padding-top:32px}@media screen and (max-width: 767px){.dropdown-search .search-result-container{padding-top:16px}}.dropdown-search .search-result-container .loader-form{position:relative}.count-badge{font-size:12px;color:#000!important}.fixed-menu{display:none;position:fixed;bottom:0;width:100%;background-color:#3b2728;padding-bottom:0!important;z-index:130}@media screen and (max-width: 1023px){.fixed-menu{display:flex}}@supports (padding: max(0px)){.fixed-menu{padding-bottom:calc(env(safe-area-inset-bottom) + 16px);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:24px 0}@media screen and (max-width: 767px){.fixed-menu .container{padding:16px 0}}.fixed-menu a{display:flex;flex-direction:row;align-items:center}.fixed-menu .mobile-link{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:start;gap:8px}.fixed-menu .mobile-link .count{position:absolute;border-radius:50px;background:#debe72;color:#241e1b;font-size:12px;line-height:100%;display:flex;align-items:center;justify-content:center;top:-7px;right:-4px;border:2px solid #3B2728;z-index:3}.fixed-menu .icon{width:24px;height:24px;color:#debe72;opacity:.5;transition:all .3s;stroke:#debe72}@media (hover: hover) and (pointer: fine){.fixed-menu .icon:hover{opacity:1}}.fixed-menu a.active .icon{opacity:1}.fixed-menu .text{color:#debe72;font-family:Tilda Sans VF;font-style:normal;font-weight:500;font-size:16px;line-height:100%;text-align:center;text-decoration:none}@media screen and (max-width: 767px){.fixed-menu .text{display:none}}.fixed-menu .open-btn{width:24px;height:24px;padding:4px;position:relative;cursor:pointer}.fixed-menu .open-btn span{width:16px;height:1px;background-color:#debe72;opacity:.5;border-radius:30px;display:block;transition:all .3s;position:absolute}.fixed-menu .open-btn span:nth-child(1){top:9px}.fixed-menu .open-btn span:nth-child(2){top:15px}.fixed-menu .menu.open .open-btn span{background-color:#debe72;opacity:1}.fixed-menu .menu.open .open-btn span:nth-child(1){top:10px;transform:rotate(45deg)}.fixed-menu .menu.open .open-btn span:nth-child(2){top:10px;transform:rotate(-45deg)}.fixed-menu .menu{cursor:pointer}.mobile-menu{width:100%;height:100%;overflow:scroll;position:fixed;inset:0;z-index:12;display:none;background-color:#241e1b;transform:translate(100%);transition:all .3s;padding-top:16px;padding-bottom:98px}@supports (padding: max(40px)){.mobile-menu{padding-bottom:calc(env(safe-area-inset-bottom) + 98px)}}@media screen and (max-width: 767px){.mobile-menu{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}@media screen and (max-width: 767px){.mobile-menu .container{gap:16px}}.mobile-menu .main-user-name{color:#debe72;font-family:Tilda Sans VF;font-style:normal;font-weight:500;font-size:16px;line-height:100%}@media screen and (max-width: 767px){.mobile-menu .main-user-name{font-size:14px}}.mobile-menu .logo{width:198px;height:40px}@media screen and (max-width: 767px){.mobile-menu .logo{width:119px;height:24px}}.mobile-menu .profile-container{display:flex;flex-direction:column;align-items:flex-start;gap:4px;position:relative}.mobile-menu .profile-container button{margin-top:12px;padding:14px 20px}@media screen and (max-width: 767px){.mobile-menu .profile-container button{padding:10px 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-size:20px;font-style:normal;font-weight:600;line-height:100%}.mobile-menu .profile-container.authorized svg{width:24px;height:24px}.mobile-menu .nav-list{width:100%;display:flex;flex-direction:column;align-items:start;justify-content:start;gap:24px}@media screen and (max-width: 767px){.mobile-menu .nav-list{gap:16px}}.mobile-menu .nav-list li{width:100%}.mobile-menu .nav-list li:before{display:none}.mobile-menu .nav-list .nav-link{width:100%;display:flex;flex-direction:row;align-items:center;justify-content:space-between}.mobile-menu .nav-list .arrow{width:24px;height:24px;color:#debe72}.mobile-menu .nav-list .count-wrapper{display:flex;flex-direction:row;align-items:start;justify-content:start;gap:6px}.mobile-menu .nav-list .count-wrapper .count{border-radius:50px;background:#debe72;color:#241e1b;font-size:12px;line-height:100%;display:flex;align-items:center;justify-content:center;border:2px solid #241E1B;z-index:3;margin-top:-1px}.mobile-menu .nav-list .count-wrapper .text{color:#debe72;font-family:Tilda Sans VF;font-style:normal;font-weight:500;font-size:16px;line-height:100%}@media screen and (max-width: 767px){.mobile-menu .nav-list .count-wrapper .text{font-size:14px}}.mobile-menu .social-links{display:flex;flex-direction:row;align-items:center;justify-content:start;gap:32px}.mobile-menu .social-links svg{width:24px;height:24px;color:#debe72}.count-badge{font-size:12px!important;color:#241e1b;padding:1px 4px}.logo-container{opacity:0!important}.main-logo{opacity:1!important}.btn{margin:0;border:0;background:transparent;cursor:pointer;display:flex;flex-direction:row;align-items:center;justify-content:start;gap:12px}.btn span{color:#debe72;font-family:Tilda Sans VF;font-style:normal;font-weight:500;font-size:18px;line-height:100%;z-index:2;transition:all .3s}@media screen and (max-width: 1439px){.btn span{font-size:16px}}@media screen and (max-width: 767px){.btn span{font-size:14px}}.btn .icon{width:24px;height:24px;z-index:2;transition:all .3s;color:#debe72;opacity:.5}.btn:hover .icon{opacity:1}.btn-default{border:0;background:transparent;cursor:pointer;display:flex;flex-direction:row;align-items:center;justify-content:start;margin:0;gap:12px;height:56px;padding:16px 24px;position:relative;color:#241e1b;transition:all .3s}@media screen and (max-width: 1439px){.btn-default{padding:14px 20px;gap:10px;height:52px}}@media screen and (max-width: 767px){.btn-default{padding:10px 16px;gap:8px;height:44px}}.btn-default span{font-family:Tilda Sans VF;font-style:normal;font-weight:500;font-size:18px;line-height:100%;z-index:2;transition:all .3s;white-space:nowrap}@media screen and (max-width: 1439px){.btn-default span{font-size:16px}}@media screen and (max-width: 767px){.btn-default span{font-size:14px}}.btn-default .icon{width:24px;height:24px;z-index:2;transition:all .3s}.btn-default:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(114deg,#b49237,#f3d283,#795a28);opacity:0;transition:all .3s ease;z-index:0}@media (hover: hover) and (pointer: fine){.btn-default:hover:before{width:100%;height:100%;opacity:1}.btn-default:hover span{color:#241e1b}.btn-default:hover .icon{fill:#241e1b}}.transparent-btn{border:1px solid #DEBE72;color:#debe72;z-index:1}.transparent-btn span{color:#debe72}.transparent-btn .icon{fill:#debe72;color:#debe72;stroke:#debe72}.transparent-btn .btn-loader:before{border:2px solid #DEBE72}.transparent-btn.disabled{pointer-events:none;border:1px solid rgba(222,190,114,.25)}.transparent-btn.disabled span,.transparent-btn.disabled .icon{color:#debe7240;fill:#debe7240}@media (hover: hover) and (pointer: fine){.transparent-btn:hover{border:1px solid #241E1B;color:#241e1b}.transparent-btn:hover .icon{color:#241e1b}.transparent-btn:hover svg{fill:#241e1b!important;stroke:#241e1b!important;color:#241e1b!important}.transparent-btn:hover svg path{fill:#241e1b!important;stroke:#241e1b!important;color:#241e1b!important}}.fill-btn{background-color:#debe72}.fill-btn span{color:#241e1b}.fill-btn .icon{fill:#241e1b;color:#241e1b;stroke:#241e1b}.fill-btn .btn-loader:before{border:2px solid #241E1B}.fill-btn.disabled{pointer-events:none;background:#debe7240}.fill-btn.disabled span,.fill-btn.disabled .icon{color:#241e1bbf;fill:#241e1bbf}.input-wrapper,.textarea-wrapper{height:52px;width:100%;position:relative;display:flex;flex-direction:column-reverse;align-items:start;justify-content:start;padding:10px 24px 16px 0;border-bottom:1px solid rgba(222,190,114,.25);transition:border-color .3s ease;z-index:1}.input-wrapper:before,.textarea-wrapper:before{content:"";position:absolute;bottom:0;left:0;height:1px;width:0;background-color:#debe72;transition:width .4s ease}.input-wrapper .btn-loader:before,.textarea-wrapper .btn-loader:before{border:2px solid #DEBE72}.input-wrapper textarea,.textarea-wrapper textarea{-ms-overflow-style:none;scrollbar-width:none}.input-wrapper textarea::-webkit-scrollbar,.textarea-wrapper textarea::-webkit-scrollbar{display:none}.input-wrapper.active:before,.textarea-wrapper.active:before{width:100%}.input-wrapper.disabled input,.input-wrapper.disabled textarea,.textarea-wrapper.disabled input,.textarea-wrapper.disabled textarea{pointer-events:none;opacity:.25;color:#debe7240!important}.input-wrapper.disabled .input-placeholder,.textarea-wrapper.disabled .input-placeholder{opacity:.25}.input-wrapper:has(input:focus,input:active,input:target,textarea:focus,textarea:active,textarea:target):before,.textarea-wrapper:has(input:focus,input:active,input:target,textarea:focus,textarea:active,textarea:target):before{width:100%}@media (hover: hover) and (pointer: fine){.input-wrapper:hover,.textarea-wrapper:hover{cursor:pointer}.input-wrapper:hover:before,.textarea-wrapper:hover:before{width:100%}}.input-wrapper .icon-arrow,.textarea-wrapper .icon-arrow{width:16px;height:16px;position:absolute;right:0;bottom:20px;color:#debe72;opacity:.25;transition:all .3s ease;pointer-events:none;cursor:pointer}.input-wrapper .icon-arrow.active,.textarea-wrapper .icon-arrow.active{opacity:1;pointer-events:all}.input-wrapper input,.input-wrapper textarea,.textarea-wrapper input,.textarea-wrapper textarea{padding:0;font-size:16px;font-weight:400;line-height:1;z-index:10;height:102%;width:100%;background-color:transparent!important;color:#debe72!important;border:none}.input-wrapper input::placeholder,.input-wrapper textarea::placeholder,.textarea-wrapper input::placeholder,.textarea-wrapper textarea::placeholder{font-size:16px;font-weight:400;line-height:120%;transition:all .1s ease-out;opacity:0;color:#4b4948}.input-wrapper input:disabled,.input-wrapper textarea:disabled,.textarea-wrapper input:disabled,.textarea-wrapper textarea:disabled{opacity:.5}.input-wrapper input:focus::placeholder,.input-wrapper textarea:focus::placeholder,.textarea-wrapper input:focus::placeholder,.textarea-wrapper textarea:focus::placeholder{opacity:0}.input-wrapper input:focus,.input-wrapper textarea:focus,.textarea-wrapper input:focus,.textarea-wrapper textarea:focus{outline:none}.input-wrapper input:focus+.input-placeholder,.textarea-wrapper input:focus+.input-placeholder{font-size:12px;opacity:1;height:unset;display:block;top:-8px;color:#debe7280}.input-wrapper textarea:focus+.input-placeholder,.textarea-wrapper textarea:focus+.input-placeholder{font-size:10px;opacity:1;height:unset;display:block;top:-8px;color:#debe7280}.input-wrapper input:disabled,.input-wrapper textarea:disabled,.textarea-wrapper input:disabled,.textarea-wrapper textarea:disabled{pointer-events:none;user-select:none;opacity:.7}.input-wrapper input:disabled::placeholder,.input-wrapper textarea:disabled::placeholder,.textarea-wrapper input:disabled::placeholder,.textarea-wrapper textarea:disabled::placeholder{color:#bababa}.input-wrapper .input-placeholder.active,.textarea-wrapper .input-placeholder.active{font-size:12px;opacity:1!important;height:unset;display:block;top:-8px;color:#debe7280}.input-wrapper .input-placeholder,.textarea-wrapper .input-placeholder{user-select:none;position:absolute;top:38%;cursor:default;color:#debe72;font-size:16px;font-weight:400;line-height:100%;transition:all .3s ease-out}.input-wrapper .error-container,.textarea-wrapper .error-container{display:flex;flex-direction:row;align-items:center;justify-content:start;gap:4px;position:absolute;top:calc(100% + 6px);left:0}.input-wrapper .error-container .icon,.textarea-wrapper .error-container .icon{width:12px;height:12px;color:#ec716b}.input-wrapper .error-container .error-text,.textarea-wrapper .error-container .error-text{font-size:12px;font-weight:400;line-height:100%;color:#ec716b}.textarea-component.input-wrapper{padding-right:0!important;height:fit-content}.textarea-component.input-wrapper textarea{min-height:35px}.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:before{opacity:1}}.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;justify-content:start;gap:12px;font-family:Tilda Sans VF;font-style:normal;font-weight:500;font-size:18px;line-height:100%;color:#debe72}.catalog-checkbox label:before{content:"";display:block;width:24px;height:24px;background-image:url(/build/assets/square-C2ZhoUQV.svg);background-size:contain;background-repeat:no-repeat;background-position:center;background-color:transparent;transition:all .3s ease;opacity:.5}.catalog-checkbox input:checked+label:before{background-image:url(/build/assets/check-square-CqfBmhUu.svg);width:24px;height:24px;opacity:1}.catalog-checkbox.disabled{pointer-events:none}.catalog-checkbox.disabled label{background-color:#cdcecf}.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%;background:transparent;border:none;display:flex;flex-direction:row;align-items:center;justify-content:start}.range-slide-container .input{width:100%;border:none;background-color:transparent;color:#debe72;font-family:Tilda Sans VF;font-size:16px;font-style:normal;font-weight:400;line-height:100%;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 #input-max{text-align:right}.range-slide-container .btn-reset{display:flex;flex-direction:row;align-items:center}.range-slide-container .reset{width:16px;height:16px;color:#debe72;cursor:pointer;transition:all .3s}#range-slider{width:100%;border-radius:16px;height:1px;background-color:#debe7240;border:none;box-shadow:none}#range-slider .noUi-connect{height:1px;background-color:#debe72}#range-slider .noUi-handle{width:1px;height:13px;border-radius:0;background-color:#debe72;box-shadow:none;border:none;cursor:pointer}#range-slider .noUi-handle:after{display:none}#range-slider .noUi-handle:before{display:none}input:-webkit-autofill,input:-webkit-autofill:hover,input:-webkit-autofill:focus,input:-webkit-autofill:active,textarea:-webkit-autofill,textarea:-webkit-autofill:hover,textarea:-webkit-autofill:focus,textarea:-webkit-autofill:active,select:-webkit-autofill,select:-webkit-autofill:hover,select:-webkit-autofill:focus,select:-webkit-autofill:active{-webkit-box-shadow:0 0 0 1000px transparent inset!important;-webkit-text-fill-color:#DEBE72!important;box-shadow:0 0 0 1000px transparent inset!important;transition:background-color 5000s ease-in-out 0s,color 5000s ease-in-out 0s}input:-moz-ui-valid,textarea:-moz-ui-valid,select:-moz-ui-valid{box-shadow:0 0 0 1000px transparent inset!important;color:#debe72!important;background-color:transparent!important}.stub-page{padding:128px 0;background-image:url(/build/assets/stub-bg-s57_D57w.webp);background-size:cover;background-position:center}@media screen and (max-width: 1439px){.stub-page{padding:64px 0}}@media screen and (max-width: 767px){.stub-page{padding:32px 0}}.stub-page .container{display:flex;flex-direction:column;align-items:center;gap:64px}@media screen and (max-width: 1439px){.stub-page .container{gap:48px}}@media screen and (max-width: 767px){.stub-page .container{gap:24px}}.stub-page .logo{width:413px;height:256px}@media screen and (max-width: 1439px){.stub-page .logo{width:206.5px;height:128px}}@media screen and (max-width: 767px){.stub-page .logo{width:103.25px;height:64px}}.stub-page .text{text-align:center;display:flex;flex-direction:column;align-items:center;gap:32px;max-width:1226px}@media screen and (max-width: 1439px){.stub-page .text{max-width:630px}}@media screen and (max-width: 767px){.stub-page .text{gap:8px}}.stub-page .text h2{font-size:40px;font-weight:300;line-height:150%;letter-spacing:.8px;text-transform:uppercase}@media screen and (max-width: 1439px){.stub-page .text h2{font-size:30px;line-height:35px;letter-spacing:.6px}}@media screen and (max-width: 767px){.stub-page .text h2{font-size:20px;line-height:25px;letter-spacing:.4px}}.stub-page .text p{max-width:986px;font-size:20px;font-weight:400;line-height:150%}@media screen and (max-width: 1439px){.stub-page .text p{font-size:18px;line-height:30px}}@media screen and (max-width: 767px){.stub-page .text p{font-size:13px;line-height:17px}}.stub-page .socials{display:flex;align-items:center;gap:32px;margin-bottom:64px}@media screen and (max-width: 1439px){.stub-page .socials{margin-bottom:48px}}@media screen and (max-width: 767px){.stub-page .socials{margin-bottom:24px}}.stub-page .socials svg{width:48px;height:48px}@media screen and (max-width: 767px){.stub-page .socials svg{width:32px;height:32px}}.stub-page .socials svg.icon-inst{filter:blur(4px)}@media screen and (max-width: 767px){.stub-page .socials svg.icon-inst{filter:blur(2.5px)}}.stub-page .swiper-container{overflow-x:clip;margin-bottom:64px}@media screen and (max-width: 1439px){.stub-page .swiper-container{margin-bottom:48px}}@media screen and (max-width: 767px){.stub-page .swiper-container{margin-bottom:24px}}.stub-page .swiper-stub{padding:unset;overflow:visible;gap:32px}.stub-page .swiper-stub .swiper-slide{width:280px;height:377px;cursor:pointer;position:relative}@media screen and (max-width: 767px){.stub-page .swiper-stub .swiper-slide{width:256px;height:320px}}.stub-page .swiper-stub .swiper-slide:after{content:"";position:absolute;inset:0;background:#3b2728;mix-blend-mode:color;transition:background .3s;pointer-events:none}.stub-page .swiper-stub .swiper-slide:hover:after,.stub-page .swiper-stub .swiper-slide:focus:after{background:#0000}.stub-page .swiper-stub .swiper-pagination{position:static;display:flex;gap:16px;justify-content:center}@media screen and (max-width: 767px){.stub-page .swiper-stub .swiper-pagination{gap:8px}}@media screen and (max-width: 479px){.stub-page .swiper-stub .swiper-pagination{display:none}}.stub-page .swiper-stub .swiper-pagination .swiper-pagination-bullet{width:32px;height:2px;opacity:.2;background-color:#fff;transition:background-color .4s,opacity .4s;margin:unset}.stub-page .swiper-stub .swiper-pagination .swiper-pagination-bullet-active{opacity:1;background-color:#debe72}.stub-page .contacts{display:flex;gap:64px}@media screen and (max-width: 1023px){.stub-page .contacts{width:100%;gap:8px;justify-content:space-between}}@media screen and (max-width: 767px){.stub-page .contacts{align-items:center;flex-direction:column}}.stub-page .contacts a{font-size:20px;font-weight:400;line-height:30px}@media screen and (max-width: 1439px){.stub-page .contacts a{font-size:18px}}@media screen and (max-width: 767px){.stub-page .contacts a{font-size:13px;line-height:17px}}.seo-container{width:100%;display:grid;grid-template-columns:1fr 1fr;gap:64px}@media screen and (max-width: 1919px){.seo-container{gap:48px}}@media screen and (max-width: 1439px){.seo-container{grid-template-columns:1fr 2fr;gap:32px}}@media screen and (max-width: 1023px){.seo-container{display:flex;flex-direction:column;align-items:start;justify-content:start}}@media screen and (max-width: 767px){.seo-container{gap:16px}}.paginator{width:100%;height:auto;position:relative;display:flex;flex-direction:row;align-items:center;justify-content:center;z-index:3;gap:16px;margin-bottom:128px}@media screen and (max-width: 1439px){.paginator{margin-bottom:64px}}@media screen and (max-width: 767px){.paginator{margin-bottom:48px}}.paginator-item{display:flex;align-items:center;justify-content:center;cursor:pointer;color:#debe7280;width:56px;height:56px}.paginator-item span{font-weight:500;font-size:18px;line-height:100%;color:#debe72}@media screen and (max-width: 767px){.paginator-item{font-size:16px}}.paginator-item:first-of-type{background-color:transparent}.paginator-item:first-of-type span{display:none}.paginator-item:first-of-type:after{width:24px;height:24px;display:flex;align-items:center;justify-content:center;background-color:transparent;content:"";background-image:url(/build/assets/paginator-arrow-C02ZU2v_.svg);transform:rotate(180deg);background-repeat:no-repeat;background-size:contain}@media screen and (max-width: 1439px){.paginator-item:first-of-type{display:none}}.paginator-item:last-of-type{background-color:transparent}.paginator-item:last-of-type span{display:none}.paginator-item:last-of-type:after{width:24px;height:24px;display:flex;align-items:center;justify-content:center;background-color:transparent;content:"";background-image:url(/build/assets/paginator-arrow-C02ZU2v_.svg);background-repeat:no-repeat;background-size:contain}@media screen and (max-width: 1439px){.paginator-item:last-of-type{display:none}}.paginator-item-active{background-color:#debe72;color:#241e1b}.paginator-item-active span{color:#241e1b}.paginator-item-disabled{opacity:.5;pointer-events:none}.breadcrumbs{display:flex;align-items:center;flex-wrap:nowrap;gap:10px;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:24px}}@media screen and (max-width: 767px){.breadcrumbs{padding-left:0;padding-right:16px;gap:8px}}@media screen and (max-width: 1023px){.breadcrumbs{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;font-size:12px;font-weight:400;font-family:Tilda Sans VF;white-space:nowrap;color:#debe7280;transition:all .3s}.breadcrumbs .breadcrumbs-item.active{max-width:500px;overflow:hidden;text-overflow:ellipsis;color:#debe72;font-size:50px}.breadcrumbs .divider{color:#debe72}.breadcrumbs .active{color:#debe72;opacity:.5}.breadcrumbs a{transition:all .3s;padding:5px 3px}.breadcrumbs a:before{content:"";position:absolute;bottom:0;width:0%;height:1px;transition:.3s;background-color:#debe72}.breadcrumbs a:hover:before{width:90%}.breadcrumbs a:after{display:none}.breadcrumbs::-webkit-scrollbar{width:0;height:0}.main>.breadcrumbs{max-width:1792px;width:calc(100% - 128px);margin:0 auto}@media screen and (max-width: 1919px){.main>.breadcrumbs{width:calc(100% - 96px)}}@media screen and (max-width: 1439px){.main>.breadcrumbs{width:calc(100% - 64px)}}@media screen and (max-width: 767px){.main>.breadcrumbs{width:calc(100% - 32px)}}.ui-page .catalog-card{width:33%;max-width:576px}@media screen and (max-width: 1439px){.ui-page .catalog-card{width:50%}}.catalog-card{width:100%;aspect-ratio:.64/1;height:auto;position:relative;padding:32px;overflow:hidden;display:flex;flex-direction:column}@media screen and (max-width: 1919px){.catalog-card{padding:16px}}@media screen and (max-width: 1439px){.catalog-card{aspect-ratio:unset;height:auto;display:flex;flex-direction:column;align-items:start;justify-content:start;gap:16px;padding:0}}@media screen and (max-width: 767px){.catalog-card{gap:8px}}.catalog-card .favorite-btn{z-index:11}.catalog-card .out-of-stock:after{content:"";position:absolute;inset:0;width:100%;height:100%;background:#3b272880;pointer-events:none;transition:.3s}.catalog-card:hover .out-of-stock:after{opacity:0}.catalog-card:hover .title-desktop,.catalog-card:hover .empty{color:#fff}.catalog-card:hover .title-mobile{visibility:visible}.catalog-card:hover .title-desktop{visibility:hidden}.catalog-card .favorite-btn{opacity:0;position:absolute;top:32px;right:32px}@media screen and (max-width: 1919px){.catalog-card .favorite-btn{top:16px;right:16px}}@media screen and (max-width: 1439px){.catalog-card .favorite-btn{top:14px;right:14px;opacity:1}}@media screen and (max-width: 767px){.catalog-card .favorite-btn{top:0;right:0}}.catalog-card .favorite-btn .btn{position:relative;z-index:11;transition:all .3s;padding:32px}@media screen and (max-width: 1919px){.catalog-card .favorite-btn .btn{padding:16px}}@media screen and (max-width: 1439px){.catalog-card .favorite-btn .btn{padding:10px}}@media screen and (max-width: 767px){.catalog-card .favorite-btn .btn{padding:16px}}.catalog-card .favorite-btn .btn svg{color:#debe72;opacity:.5;width:24px;height:24px;transition:all .3s}.catalog-card .favorite-btn .btn.in_favorite svg{opacity:1}@media (hover: hover) and (pointer: fine){.catalog-card .favorite-btn .btn:hover{cursor:pointer}.catalog-card .favorite-btn .btn:hover svg{opacity:1}}@media screen and (max-width: 1439px){.catalog-card .favorite-btn .btn{opacity:1}.catalog-card .favorite-btn .btn svg{opacity:1}}.catalog-card .card-basket-btn{opacity:0;position:absolute;bottom:62px;left:62px;z-index:11}@media screen and (max-width: 1919px){.catalog-card .card-basket-btn{bottom:46px;left:32px}}@media screen and (max-width: 1439px){.catalog-card .card-basket-btn{bottom:10px;left:0;opacity:1}}@media screen and (max-width: 767px){.catalog-card .card-basket-btn{bottom:0}}.catalog-card .card-basket-btn .btn{padding:0}.catalog-card:has(.in_favorite) .favorite-btn{opacity:1}.catalog-card .top-desc{width:100%;position:absolute;top:64px;left:64px;display:flex;flex-direction:column;gap:17px}@media screen and (max-width: 1919px){.catalog-card .top-desc{top:32px;left:32px;right:32px}}.catalog-card .title-desktop{z-index:2;color:#3b2728;width:70%;transition:0s}@media screen and (max-width: 1439px){.catalog-card .title-desktop{display:none}}.catalog-card .empty{z-index:2;width:70%;color:#3b2728;transition:.5s}@media screen and (max-width: 1439px){.catalog-card .empty{display:none}}.catalog-card .title-mobile{visibility:hidden;width:80%;font-weight:250}@media screen and (max-width: 1439px){.catalog-card .title-mobile{visibility:visible;width:100%}}.catalog-card .main-link{position:absolute;top:0;left:0;width:100%;height:100%;cursor:pointer;z-index:10}.catalog-card .backdrop{width:100%;height:100%;position:absolute;top:0;left:0;background-color:#3b272840;transition:all .3s;z-index:1}@media screen and (max-width: 1439px){.catalog-card .backdrop{position:absolute;top:0;left:0;aspect-ratio:.64/1;height:auto}}.catalog-card img,.catalog-card .media-wrapper{width:100%;height:100%;object-fit:cover;position:absolute;top:0;left:0}@media screen and (max-width: 1439px){.catalog-card img,.catalog-card .media-wrapper{position:relative;aspect-ratio:.64/1;height:auto}}.catalog-card .content-wrapper{position:relative;width:100%;flex:1;z-index:6;padding:32px;display:flex;flex-direction:column;align-items:start;justify-content:space-between;border:1px solid #DEBE72;transition:all .3s;transform:scale(1.3);opacity:0}@media screen and (max-width: 1919px){.catalog-card .content-wrapper{padding:16px}}@media screen and (max-width: 1439px){.catalog-card .content-wrapper{transform:scale(1);opacity:1;padding:0;justify-content:start;gap:16px;position:unset;border:none}}@media screen and (max-width: 767px){.catalog-card .content-wrapper{gap:8px}}.catalog-card .content-wrapper .top-container,.catalog-card .content-wrapper .bottom-container{width:100%;display:flex;flex-direction:column;align-items:start;gap:32px}@media screen and (max-width: 1919px){.catalog-card .content-wrapper .top-container,.catalog-card .content-wrapper .bottom-container{gap:16px}}@media screen and (max-width: 767px){.catalog-card .content-wrapper .top-container,.catalog-card .content-wrapper .bottom-container{gap:8px}}.catalog-card .content-wrapper .bottom-container{opacity:0;transition:all .3s}@media screen and (max-width: 1439px){.catalog-card .content-wrapper .bottom-container{opacity:1}}@media screen and (max-width: 1439px){.catalog-card h3{width:100%;font-size:24px}}@media screen and (max-width: 767px){.catalog-card h3{font-size:14px}}.catalog-card .tags-container{display:flex;flex-direction:row;align-items:center;justify-content:start;gap:32px;opacity:0;transition:all .3s}.catalog-card .tags-container p{font-family:Tilda Sans VF;font-style:normal;font-weight:400;font-size:18px;line-height:150%;color:#fff;position:relative}.catalog-card .tags-container p:before{content:"/";font-weight:400;font-size:18px;line-height:150%;color:#fff;position:absolute;top:50%;transform:translateY(-55%);right:-20px}.catalog-card .tags-container p:nth-last-of-type(1):before{display:none}@media screen and (max-width: 1439px){.catalog-card .tags-container{position:absolute;top:24px;left:24px;gap:16px;flex-wrap:wrap;max-width:70%;opacity:1}}@media screen and (max-width: 1439px) and (max-width: 1023px){.catalog-card .tags-container{gap:0}}@media screen and (max-width: 1439px){.catalog-card .tags-container p{font-size:16px}.catalog-card .tags-container p:before{content:"/";font-weight:400;font-size:16px;line-height:150%;color:#fff;position:absolute;top:50%;transform:translateY(-55%);right:-11px}}@media screen and (max-width: 1439px) and (max-width: 1023px){.catalog-card .tags-container p:before{display:none}}@media screen and (max-width: 1023px){.catalog-card .tags-container{flex-direction:column;align-items:start;justify-content:start}}@media screen and (max-width: 767px){.catalog-card .tags-container{top:16px;left:16px;gap:4px}.catalog-card .tags-container p{font-size:12px}}@media screen and (max-width: 1023px){.catalog-card .tags-container .devider{display:none}}.catalog-card .tags-container.mobile{display:none}@media screen and (max-width: 1439px){.catalog-card .tags-container.mobile{display:flex}}.catalog-card .tags-container.desktop{display:flex}@media screen and (max-width: 1439px){.catalog-card .tags-container.desktop{display:none}}.catalog-card .price-container{display:flex;flex-direction:row;align-items:end;justify-content:start;gap:24px}.catalog-card .price-container .price{font-family:Tilda Sans VF;font-style:normal;font-weight:300;font-size:45px;line-height:1;color:#fff;margin-bottom:44px}@media screen and (max-width: 1439px){.catalog-card .price-container .price{margin-bottom:34px}}@media screen and (max-width: 767px){.catalog-card .price-container .price{font-size:14px!important;margin-bottom:24px}}.catalog-card .price-container .price.crossed{text-decoration:line-through;font-size:25px;color:#ffffff80;padding-bottom:4px}@media screen and (max-width: 1439px){.catalog-card .price-container .price.crossed{padding-bottom:0}}@media screen and (max-width: 767px){.catalog-card .price-container .price.crossed{font-size:14px!important}}.catalog-card .price-container .price span{font-size:25px}@media screen and (max-width: 1439px){.catalog-card .price-container{gap:16px}.catalog-card .price-container .price{font-size:24px}.catalog-card .price-container .price span,.catalog-card .price-container .price.crossed{font-size:16px}}@media screen and (max-width: 767px){.catalog-card .price-container{gap:8px}.catalog-card .price-container .price span{font-size:14px}}@media (hover: hover) and (pointer: fine){.catalog-card:hover .tags-container,.catalog-card:hover .bottom-container{opacity:1}.catalog-card:hover .backdrop{background-color:#3b2728bf}}@media screen and (hover: hover) and (pointer: fine) and (max-width: 1439px){.catalog-card:hover .backdrop{background-color:#3b272840}}@media (hover: hover) and (pointer: fine){.catalog-card:hover .content-wrapper{transform:scale(1);opacity:1}.catalog-card:hover .favorite-btn,.catalog-card:hover .card-basket-btn{opacity:1}}.category-card{width:100%;aspect-ratio:.64/1;height:auto;position:relative;padding:32px;overflow:hidden;display:flex;flex-direction:column}@media screen and (max-width: 1919px){.category-card{padding:16px}}@media screen and (max-width: 1439px){.category-card{aspect-ratio:.64/1;height:auto;display:flex;flex-direction:column;align-items:start;justify-content:start;gap:16px;padding:0}}@media screen and (max-width: 767px){.category-card{gap:8px}}.category-card .title-desktop{z-index:2;position:absolute;top:64px;left:64px;right:64px;width:auto}@media screen and (max-width: 1919px){.category-card .title-desktop{top:32px;left:32px;right:32px}}@media screen and (max-width: 1439px){.category-card .title-desktop{top:24px;left:24px;right:24px}}@media screen and (max-width: 767px){.category-card .title-desktop{top:16px;left:16px;right:16px}}.category-card .main-link{position:absolute;top:0;left:0;width:100%;height:100%;cursor:pointer;z-index:4}.category-card .backdrop{width:100%;height:100%;position:absolute;top:0;left:0;background-color:#3b272840;transition:all .3s;z-index:1}@media screen and (max-width: 1439px){.category-card .backdrop{position:absolute;top:0;left:0;aspect-ratio:.64/1;height:auto;background-color:#3b272880}}.category-card .media-wrapper{width:100%;height:100%;position:absolute;top:0;left:0}.category-card img{width:100%;height:100%;object-fit:cover;position:absolute;top:0;left:0}.category-card .content-wrapper{position:relative;width:100%;flex:1;z-index:4;padding:32px;display:flex;flex-direction:column;align-items:start;justify-content:end;border:1px solid #DEBE72;transition:all .3s;transform:scale(1.3);opacity:0}@media screen and (max-width: 1919px){.category-card .content-wrapper{padding:16px}}@media screen and (max-width: 1439px){.category-card .content-wrapper{transform:scale(1);opacity:1;gap:16px;position:unset;border:none;padding:24px}}@media screen and (max-width: 767px){.category-card .content-wrapper{padding:16px}}.category-card .sub-list{display:flex;flex-direction:column;align-items:start;justify-content:start;gap:32px;z-index:5}@media screen and (max-width: 1919px){.category-card .sub-list{gap:16px}}@media screen and (max-width: 1439px){.category-card .sub-list{display:none}}.category-card .sub-list li:before{display:none}.category-card .sub-list .arrow-link{font-family:Tilda Sans VF;font-style:normal;font-weight:500;font-size:18px;line-height:100%;color:#debe72;transition:all .3s;display:flex;flex-direction:row;align-items:center;justify-content:start;gap:12px}.category-card .sub-list .arrow-link:after{content:"";display:inline-block;width:24px;height:24px;background-image:url(/build/assets/right-arrow-main-CSQP_WPS.svg);background-size:contain;transition:all .3s;opacity:0}@media (hover: hover) and (pointer: fine){.category-card .sub-list .arrow-link:hover:after{opacity:1}}.category-card .sub-list .arrow-link.inactive{opacity:.5}.category-card .mobile-link{display:none}@media screen and (max-width: 1439px){.category-card .mobile-link{display:block}}@media (hover: hover) and (pointer: fine){.category-card:hover .backdrop{background-color:#3b2728bf}}@media screen and (hover: hover) and (pointer: fine) and (max-width: 1439px){.category-card:hover .backdrop{background-color:#3b272880}}@media (hover: hover) and (pointer: fine){.category-card:hover .content-wrapper{transform:scale(1);opacity:1}}.blog-card{width:100%;aspect-ratio:1/1;height:auto;position:relative;padding:32px;overflow:hidden;display:flex;flex-direction:column}@media screen and (max-width: 1919px){.blog-card{padding:16px}}@media screen and (max-width: 1439px){.blog-card{aspect-ratio:unset;height:auto;display:flex;flex-direction:column;align-items:start;justify-content:start;gap:16px;padding:0}}@media screen and (max-width: 767px){.blog-card{gap:8px}}.blog-card .title-desktop{z-index:2;position:absolute;top:64px;left:64px;right:64px;width:auto}@media screen and (max-width: 1919px){.blog-card .title-desktop{top:32px;left:32px;right:32px}}@media screen and (max-width: 1439px){.blog-card .title-desktop{display:none}}.blog-card .title-mobile{visibility:hidden}@media screen and (max-width: 1439px){.blog-card .title-mobile{visibility:visible}}.blog-card .main-link{position:absolute;top:0;left:0;width:100%;height:100%;cursor:pointer;z-index:4}.blog-card .backdrop{width:100%;height:100%;position:absolute;top:0;left:0;background-color:#3b272840;transition:all .3s;z-index:1}@media screen and (max-width: 1439px){.blog-card .backdrop{position:absolute;top:0;left:0;aspect-ratio:1/1;height:auto}}.blog-card img,.blog-card .media-wrapper{width:100%;height:100%;object-fit:cover;position:absolute;top:0;left:0}@media screen and (max-width: 1439px){.blog-card img,.blog-card .media-wrapper{position:relative;aspect-ratio:1/1;height:auto}}.blog-card .content-wrapper{position:relative;width:100%;flex:1;padding:32px;display:flex;flex-direction:column;align-items:start;justify-content:space-between;border:1px solid #DEBE72;transition:all .3s;transform:scale(1.3);opacity:0;z-index:6}@media screen and (max-width: 1919px){.blog-card .content-wrapper{padding:16px}}@media screen and (max-width: 1439px){.blog-card .content-wrapper{transform:scale(1);opacity:1;padding:0;justify-content:start;gap:16px;position:unset;border:none}}@media screen and (max-width: 767px){.blog-card .content-wrapper{gap:8px}}.blog-card .content-wrapper .top-container,.blog-card .content-wrapper .bottom-container{display:flex;flex-direction:column;align-items:start;gap:32px}@media screen and (max-width: 1919px){.blog-card .content-wrapper .top-container,.blog-card .content-wrapper .bottom-container{gap:16px}}@media screen and (max-width: 767px){.blog-card .content-wrapper .top-container,.blog-card .content-wrapper .bottom-container{gap:8px}}.blog-card .content-wrapper .bottom-container{opacity:0;transition:all .3s}@media screen and (max-width: 1439px){.blog-card .content-wrapper .bottom-container{opacity:1}}.blog-card h3{width:100%}@media screen and (max-width: 1439px){.blog-card h3{width:100%;font-size:24px}}@media screen and (max-width: 767px){.blog-card h3{font-size:14px}}.blog-card .tags-container{display:flex;flex-direction:row;align-items:center;justify-content:start;gap:16px;opacity:0;transition:all .3s}.blog-card .tags-container p{font-family:Tilda Sans VF;font-style:normal;font-weight:400;font-size:18px;line-height:150%;color:#fff;position:relative}@media screen and (max-width: 1439px){.blog-card .tags-container{position:absolute;top:24px;left:24px;gap:8px;flex-wrap:wrap;max-width:70%;opacity:1}.blog-card .tags-container p{font-size:16px}}@media screen and (max-width: 1023px){.blog-card .tags-container{flex-direction:column;align-items:start;justify-content:start}}@media screen and (max-width: 767px){.blog-card .tags-container{top:16px;left:16px;gap:4px}.blog-card .tags-container p{font-size:12px}}@media screen and (max-width: 1023px){.blog-card .tags-container .devider{display:none}}.blog-card .tags-container.mobile{display:none}@media screen and (max-width: 1439px){.blog-card .tags-container.mobile{display:flex}}.blog-card .tags-container.desktop{display:flex}@media screen and (max-width: 1439px){.blog-card .tags-container.desktop{display:none}}@media (hover: hover) and (pointer: fine){.blog-card:hover .tags-container,.blog-card:hover .bottom-container{opacity:1}.blog-card:hover .backdrop{background-color:#3b2728bf}}@media screen and (hover: hover) and (pointer: fine) and (max-width: 1439px){.blog-card:hover .backdrop{background-color:#3b272840}}@media (hover: hover) and (pointer: fine){.blog-card:hover .content-wrapper{transform:scale(1);opacity:1}}.advantages-card{width:100%;padding:64px;border:1px solid rgba(222,190,114,.25);display:flex;flex-direction:column;align-items:flex-start;justify-content:space-between;min-height:663px;gap:16px;transition:.3s ease}@media screen and (max-width: 1919px){.advantages-card{min-height:485px;padding:32px}}@media screen and (max-width: 1439px){.advantages-card{min-height:inherit}.advantages-card .card-footer .link{display:none!important}.advantages-card:hover{border:1px solid rgba(222,190,114,.25)!important}}@media screen and (max-width: 767px){.advantages-card{padding:16px}}.advantages-card .h3{line-height:100%;color:#debe72}.advantages-card .card-footer{display:flex;flex-direction:column;align-items:flex-start;gap:32px;transform:translateY(59px);transition:.3s ease}@media screen and (max-width: 1439px){.advantages-card .card-footer{transform:translateY(0)}}.advantages-card .card-footer .btn-default{display:flex!important;display:flex;flex-direction:row;align-items:center;gap:12px;padding:0;opacity:0;transition:.3s ease;border:1px solid transparent}.advantages-card .card-footer .btn-default:hover:before{display:none}.advantages-card .card-footer .btn-default:hover .icon{color:#debe72}@media screen and (max-width: 1439px){.advantages-card .card-footer .btn-default{display:none!important}}.advantages-card .card-footer .btn-default span{color:#debe72}.advantages-card .card-footer .btn-default svg{max-width:24px;width:100%;height:24px}.advantages-card .card-footer .transparent-btn:hover{color:#debe72}.advantages-card .card-footer .transparent-btn:hover svg{fill:#debe72!important;stroke:#debe72!important;color:#debe72!important}.advantages-card:hover{border:1px solid rgb(222,190,114)}.advantages-card:hover .card-footer{transform:translateY(0)}.advantages-card:hover .card-footer .btn-default{opacity:1}.portfolio-card .content-wrapper{display:flex;justify-content:center;align-items:center}@media screen and (max-width: 1439px){.portfolio-card .content-wrapper{align-items:flex-start}}@media screen and (max-width: 1439px){.portfolio-card .backdrop{z-index:-1}}.portfolio-card .main-link{z-index:7}.portfolio-card .title-mobile{visibility:visible;width:100%;color:#debe72;text-align:center;font-size:18px}@media screen and (max-width: 1439px){.portfolio-card .title-mobile{text-align:left}}.main-link.js-form-btn{position:absolute;top:0;left:0;width:100%;height:100%;cursor:pointer;z-index:10;min-height:20px}@media screen and (max-width: 1439px){.main-link.js-form-btn{position:relative}}.main-link.js-form-btn .btn-default{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);border:unset!important;background:transparent!important}@media screen and (max-width: 1439px){.main-link.js-form-btn .btn-default{padding:0;height:30px;left:0;transform:translateY(-50%)}}.main-link.js-form-btn .btn-default:before{display:none}.main-link.js-form-btn .btn-default span{position:relative}.main-link.js-form-btn .btn-default span:before{content:"";position:absolute;bottom:0;width:0%;height:1px;transition:.3s;background-color:#debe72}.main-link.js-form-btn .btn-default span:hover:before{width:100%}.main-link.js-form-btn .btn-default:hover span{opacity:.8;color:#debe72}.search-result-container{width:100%}.search-result-container .result-list-wrapper{width:100%;display:flex;flex-direction:column;align-items:center;justify-content:start;gap:32px}@media screen and (max-width: 1439px){.search-result-container .result-list-wrapper{gap:16px}}.search-result-container .result-list{width:100%;display:flex;flex-direction:column;align-items:center;justify-content:start;gap:32px}@media screen and (max-width: 1439px){.search-result-container .result-list{gap:16px}}@media screen and (max-width: 767px){.search-result-container .result-list{max-height:405px;overflow:auto;padding-right:10px;overflow-y:auto;border-bottom:1px solid rgba(222,190,114,.25)}.search-result-container .result-list::-webkit-scrollbar{width:2px;border-radius:8px}.search-result-container .result-list::-webkit-scrollbar-track{background:#3b2728;border-radius:8px}.search-result-container .result-list::-webkit-scrollbar-thumb{background:#debe72;border-radius:8px;border:2px solid #DEBE72}}@media screen and (max-width: 767px) and (max-width: 1023px){.search-result-container .result-list::-webkit-scrollbar{width:0;height:0}}@media screen and (max-width: 479px){.search-result-container .result-list{max-height:300px}}.search-result-container .result-list .result-item-wrapper{width:100%}.search-result-container .result-list .result-item-wrapper:before{display:none}@media screen and (max-width: 767px){.search-result-container .result-list .result-item-wrapper{border-bottom:1px solid rgba(222,190,114,.25)}}@media screen and (max-width: 767px){.search-result-container .result-list .result-item-wrapper:last-of-type{border-bottom:none}}.search-result-container .result-item{width:100%;display:flex;flex-direction:row;align-items:end;justify-content:start;gap:32px;position:relative}@media screen and (max-width: 1439px){.search-result-container .result-item{gap:16px}}@media screen and (max-width: 767px){.search-result-container .result-item{align-items:start;padding-bottom:16px}}.search-result-container .result-item img{width:64px;height:100px;object-fit:cover}@media screen and (max-width: 767px){.search-result-container .result-item img{width:48px;height:75px}}.search-result-container .result-item .info-list{width:100%;display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:8px;padding-bottom:16px}@media screen and (max-width: 767px){.search-result-container .result-item .info-list{flex-direction:column;align-items:start;justify-content:start;padding-bottom:0}}.search-result-container .result-item .text-l{width:90%;text-wrap:nowrap}.search-result-container .result-item .info-wrapper{display:flex;flex-direction:column;gap:8px;width:100%}.search-result-container .result-item .info-wrapper .tags-list{display:flex;flex-direction:row;align-items:center;justify-content:start;gap:20px}@media screen and (max-width: 767px){.search-result-container .result-item .info-wrapper .tags-list{gap:12px}}.search-result-container .result-item .info-wrapper .tags-list li{width:max-content;position:relative}.search-result-container .result-item .info-wrapper .tags-list li:before{display:none}.search-result-container .result-item .info-wrapper .tags-list li:after{content:"/";font-weight:400;font-size:12px;line-height:100%;color:#ffffff80;position:absolute;top:50%;transform:translateY(-55%);right:-12px}@media screen and (max-width: 767px){.search-result-container .result-item .info-wrapper .tags-list li:after{right:-8px}}.search-result-container .result-item .info-wrapper .tags-list li:nth-last-of-type(1):after{display:none}.search-result-container .result-item .info-wrapper .tags-list .tag-item{font-family:Tilda Sans VF;font-style:normal;font-weight:400;font-size:12px;line-height:100%;color:#ffffff80}.search-result-container .result-item .price-wrapper{display:flex;flex-direction:row;align-items:center;justify-content:start;gap:64px}@media screen and (max-width: 1439px){.search-result-container .result-item .price-wrapper{gap:32px}}@media screen and (max-width: 767px){.search-result-container .result-item .price-wrapper{flex-direction:column;align-items:flex-start;gap:8px}}.search-result-container .result-item .price-wrapper .price-container{display:flex;flex-direction:column;align-items:end;justify-content:start;gap:8px}@media screen and (max-width: 767px){.search-result-container .result-item .price-wrapper .price-container{align-items:center;flex-direction:row;gap:16px}}.search-result-container .result-item .price-wrapper .text-s{font-family:Tilda Sans VF;font-style:normal;font-weight:400;font-size:12px;line-height:100%;color:#ffffff40;text-decoration:line-through}@media screen and (max-width: 767px){.search-result-container .result-item .price-wrapper .text-s{font-size:14px}}.search-result-container .result-item .buttons-container{display:flex;flex-direction:row;align-items:center;justify-content:start;gap:16px}@media screen and (max-width: 1439px){.search-result-container .result-item .buttons-container .favorite-btn,.search-result-container .result-item .buttons-container .add-to-favorite{width:52px;padding:10px;justify-content:center}.search-result-container .result-item .buttons-container .favorite-btn .text,.search-result-container .result-item .buttons-container .add-to-favorite .text{display:none}}@media screen and (max-width: 767px){.search-result-container .result-item .buttons-container .favorite-btn,.search-result-container .result-item .buttons-container .add-to-favorite{padding:0;border:none;background-color:transparent;position:absolute;right:0;top:0}}@media screen and (max-width: 1023px){.search-result-container .result-item .buttons-container .cart-btn,.search-result-container .result-item .buttons-container .add-to-basket{width:52px;padding:10px;justify-content:center}.search-result-container .result-item .buttons-container .cart-btn .text,.search-result-container .result-item .buttons-container .cart-btn span,.search-result-container .result-item .buttons-container .add-to-basket .text,.search-result-container .result-item .buttons-container .add-to-basket span{display:none}}@media screen and (max-width: 767px){.search-result-container .result-item .buttons-container .cart-btn,.search-result-container .result-item .buttons-container .add-to-basket{padding:0;border:none;background-color:transparent;width:auto;height:20px}.search-result-container .result-item .buttons-container .cart-btn .text,.search-result-container .result-item .buttons-container .add-to-basket .text{display:flex;color:#debe72}.search-result-container .result-item .buttons-container .cart-btn .icon,.search-result-container .result-item .buttons-container .add-to-basket .icon{display:none}.search-result-container .result-item .buttons-container .cart-btn:before,.search-result-container .result-item .buttons-container .add-to-basket:before{display:none}}@media screen and (max-width: 767px) and (hover: hover) and (pointer: fine){.search-result-container .result-item .buttons-container .cart-btn:hover,.search-result-container .result-item .buttons-container .add-to-basket:hover{background-color:transparent}.search-result-container .result-item .buttons-container .cart-btn:hover .text,.search-result-container .result-item .buttons-container .add-to-basket:hover .text{color:#241e1b}}.search-page{padding-top:152px;padding-bottom:128px;overflow-x:hidden;position:relative;min-height:100vh}@media screen and (max-width: 1439px){.search-page{padding-top:136px;padding-bottom:64px}}@media screen and (max-width: 1023px){.search-page{padding-top:104px;padding-bottom:48px}}@media screen and (max-width: 479px){.search-page{padding-top:88px}}.search-page .h1{margin-bottom:64px}@media screen and (max-width: 1439px){.search-page .h1{margin-bottom:32px}}@media screen and (max-width: 767px){.search-page .h1{margin-bottom:24px}}.search-page .gradient-block{position:absolute;width:100%;background-color:#3b2728;filter:blur(256px);border-radius:50%;z-index:-1}.search-page .gradient-block.bottom{bottom:-10%;height:60%}.search-page .search-empty{display:flex;flex-direction:column;gap:16px;max-width:1173px}@media screen and (max-width: 1919px){.search-page .search-empty{max-width:880px}}@media screen and (max-width: 1439px){.search-page .search-empty{max-width:629px}}@media screen and (max-width: 1023px){.search-page .search-empty{max-width:unset}}@media screen and (max-width: 767px){.search-page .search-empty{gap:8px}}.swiper-component{display:flex;flex-direction:column;align-items:center;justify-content:start;gap:32px}@media screen and (max-width: 767px){.swiper-component{gap:24px}}.swiper-component .title-container{display:flex;flex-direction:row;align-items:center;justify-content:center}.swiper-component .title-container .h1{text-align:center}.swiper-component .swiper{height:100%;overflow:visible;display:flex;flex-direction:column;align-items:center;justify-content:start;gap:32px}@media screen and (max-width: 767px){.swiper-component .swiper{gap:24px}}.swiper-component .swiper-scrollbar{position:relative;bottom:unset;top:unset;background-color:#debe7240;height:1px;width:80%}@media screen and (max-width: 767px){.swiper-component .swiper-scrollbar{width:100%}}.swiper-component .swiper-scrollbar-drag{background-color:#debe72;height:3px;top:-1px;transition:all .3s}@media (hover: hover) and (pointer: fine){.swiper-component .swiper-scrollbar-drag:hover{cursor:pointer;height:6px;top:-3px}}.swiper-component .swiper-scrollbar-drag.dragging,.swiper-component .swiper-scrollbar-drag:active{height:6px;top:-3px}.swiper-component .catalog-card{width:576px}@media screen and (max-width: 1919px){.swiper-component .catalog-card{width:426px}}@media screen and (max-width: 1439px){.swiper-component .catalog-card{width:309px}}@media screen and (max-width: 1023px){.swiper-component .catalog-card{width:224px}}@media screen and (max-width: 767px){.swiper-component .catalog-card{width:220px}}@media screen and (max-width: 479px){.swiper-component .catalog-card{width:140px}}.main-banner-swiper{width:100%;height:100%}.main-banner-swiper.swiper-story{height:610px;padding-bottom:36px}@media screen and (max-width: 1439px){.main-banner-swiper.swiper-story{height:576px}}@media screen and (max-width: 1023px){.main-banner-swiper.swiper-story{height:432px}}@media screen and (max-width: 767px){.main-banner-swiper.swiper-story{height:278px;padding-bottom:24px}}@media screen and (max-width: 479px){.main-banner-swiper.swiper-story{height:188px}}.main-banner-swiper.swiper-story .swiper-pagination{bottom:0;gap:32px;display:flex;flex-direction:row;align-items:center;justify-content:center}@media screen and (max-width: 1439px){.main-banner-swiper.swiper-story .swiper-pagination{gap:16px}}@media screen and (max-width: 767px){.main-banner-swiper.swiper-story .swiper-pagination{gap:8px}}.main-banner-swiper .swiper-wrapper .swiper-slide{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:end;width:100%;height:100%;padding-bottom:129px}@media screen and (max-width: 1919px){.main-banner-swiper .swiper-wrapper .swiper-slide{padding-bottom:97px}}@media screen and (max-width: 1439px){.main-banner-swiper .swiper-wrapper .swiper-slide{padding-bottom:65px}}@media screen and (max-width: 479px){.main-banner-swiper .swiper-wrapper .swiper-slide{padding-bottom:49px}}.main-banner-swiper .media-wrapper{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0}.main-banner-swiper .overlay{position:absolute;top:0;left:0;width:100%;height:100%;background-color:#3b272840;z-index:1}.main-banner-swiper .swiper-pagination-bullet{position:relative;width:64px;height:1px;background-color:#debe7240;border-radius:0;opacity:1}@media screen and (max-width: 1439px){.main-banner-swiper .swiper-pagination-bullet{width:48px}}@media screen and (max-width: 767px){.main-banner-swiper .swiper-pagination-bullet{width:32px}}.main-banner-swiper .swiper-pagination-bullet .progress{position:absolute;top:-1px;left:0;height:3px;width:0;background-color:#debe72;border-radius:0;pointer-events:none}.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:0;background-color:#debe72;padding:16px 24px;z-index:129;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:#241e1b;cursor:pointer;z-index:3}.popup-notification .icon{color:#241e1b}.popup-notification p{color:#241e1b;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}}.autorization-modal{position:fixed;inset:0;z-index:100;display:flex;align-items:start;justify-content:start;transition:all .3s;visibility:hidden;opacity:0}@media screen and (max-width: 767px){.autorization-modal{align-items:end;justify-content:end}}.autorization-modal .btn-default span:nth-of-type(2){display:none}.autorization-modal .auth-step .btn-default span:nth-of-type(2){display:block}.autorization-modal .auth-step .another-number{display:block!important;width:fit-content}.autorization-modal .icon-arrow{display:none}.autorization-modal .overlay{position:absolute;inset:0;background:#3b272880;opacity:0;z-index:-1}.autorization-modal .close-modal{position:absolute;top:64px;right:64px;cursor:pointer;z-index:2;padding:16px;border:1px solid #DEBE72;display:flex;align-items:center;justify-content:center}.autorization-modal .close-modal svg{width:24px;height:24px;color:#debe72}@media screen and (max-width: 1919px){.autorization-modal .close-modal{top:48px;right:48px}}@media screen and (max-width: 1439px){.autorization-modal .close-modal{top:32px;right:32px}}@media screen and (max-width: 767px){.autorization-modal .close-modal{top:16px;right:16px;padding:0;border:none}}.autorization-modal .modal-wrapper{position:relative;z-index:2;height:100%;display:flex;align-items:start;justify-content:start;padding:64px;background-color:#3b2728;width:26%;transition:all .3s;transform:translate(-100%)}@media screen and (max-width: 1919px){.autorization-modal .modal-wrapper{padding:48px;width:35%}}@media screen and (max-width: 1439px){.autorization-modal .modal-wrapper{width:37%;padding:32px}}@media screen and (max-width: 1023px){.autorization-modal .modal-wrapper{width:47%}}@media screen and (max-width: 767px){.autorization-modal .modal-wrapper{width:100%;height:auto;max-height:90vh;padding:16px 16px 90px;overflow:scroll;overflow-y:auto}.autorization-modal .modal-wrapper::-webkit-scrollbar{width:2px;border-radius:8px}.autorization-modal .modal-wrapper::-webkit-scrollbar-track{background:#3b2728;border-radius:8px}.autorization-modal .modal-wrapper::-webkit-scrollbar-thumb{background:#debe72;border-radius:8px;border:2px solid #DEBE72}}@media screen and (max-width: 767px) and (max-width: 1023px){.autorization-modal .modal-wrapper::-webkit-scrollbar{width:0;height:0}}@supports (padding: max(0px)){.autorization-modal .modal-wrapper{padding-bottom:calc(env(safe-area-inset-bottom) + 90px)}}.autorization-modal .auth-step{width:100%;display:flex;flex-direction:column;align-items:start;justify-content:start;gap:64px}@media screen and (max-width: 1439px){.autorization-modal .auth-step{gap:48px}}@media screen and (max-width: 767px){.autorization-modal .auth-step{gap:32px}}.autorization-modal .auth-step .title{width:100%;display:flex;flex-direction:column;align-items:start;justify-content:start;gap:16px}@media screen and (max-width: 767px){.autorization-modal .auth-step .title{gap:8px}}@media screen and (max-width: 767px){.autorization-modal .auth-step button{width:100%;align-items:center;justify-content:center;padding:10px 16px}}.autorization-modal .auth-step .inputs-container{width:100%;display:flex;flex-direction:column;align-items:start;justify-content:start;gap:28px}.autorization-modal .auth-step .text-container{width:100%;display:flex;flex-direction:column;align-items:start;justify-content:start;gap:8px}.autorization-modal.show{visibility:visible;opacity:1}.autorization-modal.show .overlay{opacity:1;z-index:1}.autorization-modal.show .modal-wrapper{transform:translate(0)}.result-modal{position:fixed;inset:0;width:100%;height:100%;z-index:8;display:flex;flex-direction:row;align-items:center;justify-content:center}@media screen and (max-width: 1023px){.result-modal{align-items:start;justify-content:center;padding-top:40px}}@media screen and (max-width: 767px){.result-modal{align-items:end;justify-content:end}}.result-modal .overlay{position:absolute;inset:0;width:100%;height:100%;background:#3b2728b3}.result-modal .modal-wrapper{background:#241e1b;border-radius:0;padding:32px;z-index:6;position:relative;min-width:512px;display:flex;flex-direction:column;align-items:flex-start;gap:16px}@media screen and (max-width: 767px){.result-modal .modal-wrapper{width:100%;height:auto;min-width:unset;padding:16px 16px 90px}}@supports (padding: max(0px)){.result-modal .modal-wrapper{padding-bottom:calc(env(safe-area-inset-bottom) + 90px)}}.result-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){.result-modal .close-btn:hover{color:#debe72}}@media screen and (max-width: 767px){.result-modal .close-btn{width:16px;height:16px;top:8px;right:8px}}.modal-overlay .result-wrapper{height:fit-content;z-index:13;background:#3b2728;padding:32px;gap:64px}@media screen and (max-width: 1023px){.modal-overlay .result-wrapper{top:50%;transform:translateY(-50%)}}@media screen and (max-width: 767px){.modal-overlay .result-wrapper{padding:16px 16px 0;gap:16px;top:unset;transform:unset;bottom:56px}}.modal-overlay .result-wrapper .content{display:flex;flex-direction:column;gap:16px;width:85%}@media screen and (max-width: 767px){.modal-overlay .result-wrapper .content{gap:8px;width:100%}}.modal-overlay .result-wrapper .buttons{display:flex;gap:16px;margin-left:auto}@media screen and (max-width: 767px){.modal-overlay .result-wrapper .buttons{width:100%;padding-bottom:16px;border-bottom:1px solid rgba(222,190,114,.25)}.modal-overlay .result-wrapper .buttons .btn-default{width:100%;justify-content:center}}@media screen and (max-width: 479px){.modal-overlay .result-wrapper .buttons{flex-direction:column}}.modal-overlay .overlay{background:#241e1bbf}.orders-modal .modal-wrapper{max-width:800px;width:100%;gap:32px;flex-direction:column;box-sizing:border-box;height:100%;padding-right:32px}@media screen and (max-width: 1439px){.orders-modal .modal-wrapper{gap:24px;max-width:680px;padding-right:24px}}@media screen and (max-width: 1023px){.orders-modal .modal-wrapper{max-width:587px;padding-right:16px}}@media screen and (max-width: 767px){.orders-modal .modal-wrapper{gap:16px;max-width:unset;padding-right:0}}.orders-modal .modal-wrapper .modal-content{width:100%;gap:32px;flex-direction:column;box-sizing:border-box;height:100vh;overflow-y:auto;display:flex;padding-right:32px}@media screen and (max-width: 1439px){.orders-modal .modal-wrapper .modal-content{padding-right:24px}}@media screen and (max-width: 1023px){.orders-modal .modal-wrapper .modal-content{padding-right:16px}}.orders-modal .modal-wrapper .modal-content::-webkit-scrollbar{width:1px}.orders-modal .modal-wrapper .modal-content::-webkit-scrollbar-track{background:#debe7240;width:1px}.orders-modal .modal-wrapper .modal-content::-webkit-scrollbar-thumb{background:#debe72;width:2px}.orders-modal .modal-wrapper .line{height:1px;width:100%;background:#debe7240}.orders-modal .modal-wrapper .order-header{width:100%;display:flex;flex-direction:column;gap:32px}@media screen and (max-width: 1439px){.orders-modal .modal-wrapper .order-header{gap:24px}}@media screen and (max-width: 767px){.orders-modal .modal-wrapper .order-header{gap:16px}}.orders-modal .modal-wrapper .h2 span{color:#debe72}.orders-modal .modal-wrapper .status-block{display:flex;gap:32px;flex-wrap:wrap}@media screen and (max-width: 1439px){.orders-modal .modal-wrapper .status-block{gap:24px}}@media screen and (max-width: 767px){.orders-modal .modal-wrapper .status-block{column-gap:16px;row-gap:8px}}.orders-modal .modal-wrapper .section{width:100%;display:flex;flex-direction:column;gap:16px}@media screen and (max-width: 767px){.orders-modal .modal-wrapper .section{gap:4px}.orders-modal .modal-wrapper .section .h4{margin-bottom:12px}}.orders-modal .modal-wrapper .section .option{width:100%;display:flex;justify-content:space-between;gap:16px}@media screen and (max-width: 767px){.orders-modal .modal-wrapper .section .option{gap:4px}}.orders-modal .modal-wrapper .section .option span:nth-child(1){opacity:.5;text-wrap:nowrap}.orders-modal .modal-wrapper .section .option span:nth-child(2){width:65%;text-align:right}.orders-modal .modal-wrapper .section:nth-last-of-type(1) .option span:nth-child(1){text-wrap:wrap}@media screen and (max-width: 767px){.orders-modal .modal-wrapper .section:nth-last-of-type(1) .option span:nth-child(1){width:37.8%}}.orders-modal .modal-wrapper .order-footer{width:100%;display:flex;gap:32px;flex-direction:column}@media screen and (max-width: 1439px){.orders-modal .modal-wrapper .order-footer{gap:24px}}@media screen and (max-width: 767px){.orders-modal .modal-wrapper .order-footer{gap:16px}}.orders-modal .modal-wrapper .order-footer .content-block{display:flex;gap:16px;flex-direction:column}@media screen and (max-width: 479px){.orders-modal .modal-wrapper .order-footer .content-block{gap:8px}}.orders-modal .modal-wrapper .order-footer .btn-default{width:100%;justify-content:center}.orders-modal .modal-wrapper .order-footer .btn-default .icon{transform:translateY(3px)}.orders-modal .modal-wrapper .order-items{width:100%;display:grid;grid-template-columns:32px 1fr 16% 16% 16%;gap:16px}@media screen and (max-width: 1439px){.orders-modal .modal-wrapper .order-items{grid-template-columns:32px 1fr 16% 16% 16%}}@media screen and (max-width: 767px){.orders-modal .modal-wrapper .order-items{grid-template-columns:32px 1fr}}@media screen and (max-width: 479px){.orders-modal .modal-wrapper .order-items{gap:8px}}.orders-modal .modal-wrapper .order-item{display:contents}@media screen and (max-width: 767px){.orders-modal .modal-wrapper .order-item.header{display:none}}.orders-modal .modal-wrapper .order-item.header .value span{font-size:12px;line-height:1;color:#ffffff80}.orders-modal .modal-wrapper .order-item.header .value:nth-of-type(2){justify-content:flex-start;margin-left:-48px}.orders-modal .modal-wrapper .items-header{grid-template-columns:1fr 16% 16% 16%}.orders-modal .modal-wrapper .image{height:52px;border-radius:0}.orders-modal .modal-wrapper .image img{width:100%;height:100%;object-fit:cover;border-radius:0}.orders-modal .modal-wrapper .name{flex-direction:column;gap:8px;text-align:left;display:flex;justify-content:center}.orders-modal .modal-wrapper .name .text-m{color:#debe72}.orders-modal .modal-wrapper .name.individual{margin-left:-48px}@media screen and (max-width: 767px){.orders-modal .modal-wrapper .desc{display:none!important}}.orders-modal .modal-wrapper .details{font-size:12px;color:#ffffff80;display:flex;gap:16px;flex-wrap:wrap}.orders-modal .modal-wrapper .value{display:flex;justify-content:flex-end}.orders-modal .modal-wrapper .mob-content{width:100%;display:none;flex-direction:column;gap:4px}@media screen and (max-width: 767px){.orders-modal .modal-wrapper .mob-content{display:flex!important}}.orders-modal .modal-wrapper .mob-content .characteristic{display:flex;justify-content:space-between;gap:16px}@media screen and (max-width: 767px){.orders-modal .modal-wrapper .mob-content .characteristic{gap:8px}}.orders-modal .modal-wrapper .mob-content span{color:#fff}.orders-modal .modal-wrapper .mob-content span:nth-of-type(1){font-size:14px;line-height:130%;color:#ffffff80;max-width:93px;width:100%;display:block}.orders-modal .modal-wrapper .mob-content span:nth-of-type(2){text-align:right}.orders-modal .modal-wrapper .mob-content .name{color:#debe72}.orders-modal .modal-wrapper .mob-content.individual{margin-left:-45px;width:calc(100% + 45px)}@media screen and (max-width: 479px){.orders-modal .modal-wrapper .mob-content.individual{margin-left:-38px}}.orders-modal .processing{color:#ffffff40}.orders-modal .ready{color:#9cec6b}.orders-modal .waiting{color:#ec716b}.orders-modal .issued{color:#fff}.orders-modal .pay span:nth-of-type(2){display:block!important}.nav-categories{display:flex;justify-content:center;flex-wrap:nowrap}@media screen and (max-width: 479px){.nav-categories{justify-content:flex-start}}@media screen and (max-width: 479px){.nav-categories .nav-slider{width:100%}}.nav-categories .nav-slider .swiper-wrapper{display:flex}@media screen and (max-width: 1023px){.nav-categories .nav-slider .swiper-wrapper{gap:0}}.nav-categories .nav-slider .swiper-wrapper .swiper-slide{width:fit-content}@media screen and (max-width: 767px){.nav-categories{width:100%}}.nav-categories .nav-slider{overflow-x:auto;overflow-y:hidden;scrollbar-width:none;-ms-overflow-style:none}.nav-categories .nav-slider::-webkit-scrollbar{display:none}@media screen and (max-width: 767px){.nav-categories .nav-slider{padding:0 16px}}.nav-categories .nav-slider-wrapper{display:flex;flex-wrap:nowrap;gap:16px;min-width:min-content}@media screen and (max-width: 767px){.nav-categories .nav-slider-wrapper{gap:8px}}.nav-categories .nav-slider-item{flex-shrink:0;white-space:nowrap}.blog-lists{display:flex;flex-direction:column;align-items:center;justify-content:start;gap:32px}@media screen and (max-width: 767px){.blog-lists{gap:24px}}.blog-lists .title-container{display:flex;flex-direction:column;align-items:center}.blog-lists .swiper-wrapper{width:100%;gap:32px;display:grid;grid-template-columns:repeat(3,1fr);grid-template-rows:1fr}@media screen and (max-width: 1439px){.blog-lists .swiper-wrapper{gap:16px}}@media screen and (max-width: 767px){.blog-lists .swiper-wrapper{display:flex;flex-direction:row;align-items:start;justify-content:start;gap:0}.blog-lists .swiper-wrapper .blog-card{width:220px}}.blog-lists .swiper{overflow:visible;display:flex;flex-direction:column;align-items:center;justify-content:start;gap:32px}@media screen and (max-width: 767px){.blog-lists .swiper{gap:24px}}.blog-lists .blog-swiper-scrollbar{position:relative;bottom:unset;top:unset;background-color:#debe7240;height:1px;width:80%;display:none}@media screen and (max-width: 1439px){.blog-lists .blog-swiper-scrollbar{display:block}}@media screen and (max-width: 767px){.blog-lists .blog-swiper-scrollbar{width:100%}}.blog-lists .swiper-scrollbar-drag{background-color:#debe72;height:3px;top:-1px}.page-top-banner{position:relative;width:100%;height:540px}@media screen and (max-width: 1919px){.page-top-banner{height:400px}}@media screen and (max-width: 1439px){.page-top-banner{height:290px}}@media screen and (max-width: 767px){.page-top-banner{height:177px}}.page-top-banner .top-gradient{position:absolute;top:0;left:0;width:100%;height:100%;opacity:.8;background:linear-gradient(180deg,#241e1b,#241e1b00);z-index:2}.page-top-banner .info-container{position:absolute;bottom:64px;left:50%;transform:translate(-50%);z-index:2;width:50%;display:flex;flex-direction:column;align-items:center;justify-content:center}@media screen and (max-width: 1919px){.page-top-banner .info-container{bottom:48px}}@media screen and (max-width: 1439px){.page-top-banner .info-container{bottom:32px;width:100%}}@media screen and (max-width: 767px){.page-top-banner .info-container{bottom:24px}}.top-banner-big{min-height:100vh}@media screen and (max-width: 1919px){.top-banner-big{min-height:810px}}@media screen and (max-width: 1439px){.top-banner-big{min-height:576px}}@media screen and (max-width: 767px){.top-banner-big{min-height:640px}}@media screen and (max-width: 479px){.top-banner-big{min-height:410px}}.top-banner-big .info-container{top:50%;bottom:auto;transform:translate(-50%,-50%);width:100%}.top-banner-big .info-container h1{margin-bottom:32px;text-align:center;letter-spacing:-4.8px}@media screen and (max-width: 1919px){.top-banner-big .info-container h1{margin-bottom:16px}}@media screen and (max-width: 1439px){.top-banner-big .info-container h1{letter-spacing:-2.56px}}@media screen and (max-width: 767px){.top-banner-big .info-container h1{letter-spacing:-1.6px;margin-bottom:8px}}.top-banner-big .info-container p{max-width:460px;text-wrap:balance;text-align:center;font-size:20px;font-weight:500;line-height:150%}@media screen and (max-width: 1439px){.top-banner-big .info-container p{font-size:18px}}@media screen and (max-width: 767px){.top-banner-big .info-container p{font-size:16px;line-height:130%}}.faq-item{display:flex;flex-direction:column;align-items:flex-start;width:100%;padding-bottom:32px;border-bottom:1px solid rgba(222,190,114,.25)}.faq-item:nth-last-of-type(1){border-bottom:none}@media screen and (max-width: 767px){.faq-item{padding-bottom:16px}}.faq-item .faq-question{width:100%;display:flex;flex-direction:row;align-items:center;align-items:flex-start;gap:16px;cursor:pointer}.faq-item .faq-question .faq-icon{width:24px;min-width:24px;height:24px;margin-top:5.5px;position:relative}.faq-item .faq-question .faq-icon .line{display:block;width:15px;height:1px;background:#debe7280;position:absolute;transition:transform .3s ease;transform-origin:center;top:50%;left:50%;transform:translate(-50%,-50%)}.faq-item .faq-question .faq-icon .line.line-1{transform:translate(-50%,-50%) rotate(90deg)}.faq-item .faq-answer{max-height:0;overflow:hidden;transition:max-height .4s;padding-left:40px}.faq-item .faq-answer .answer-content{display:flex;flex-direction:column;align-items:flex-start;gap:32px;padding-top:16px;font-size:18px;font-style:normal;font-weight:400;line-height:150%}@media screen and (max-width: 1439px){.faq-item .faq-answer .answer-content{font-size:16px}}@media screen and (max-width: 1439px) and (max-width: 767px){.faq-item .faq-answer .answer-content{font-size:14px}}@media screen and (max-width: 767px){.faq-item .faq-answer .answer-content{gap:16px;padding-top:8px}}.faq-item .faq-answer .answer-content a{color:#debe72}.faq-item .faq-answer .answer-content .content-block{display:flex;flex-direction:column;align-items:flex-start;gap:16px}@media screen and (max-width: 767px){.faq-item .faq-answer .answer-content .content-block{gap:8px}}.faq-item.active .line{background:#debe72!important}.faq-item.active .line-1{transform:translate(-50%,-50%) rotate(0)!important}.link-icon{display:flex;flex-direction:row;align-items:center;gap:12px}@media screen and (max-width: 1439px){.link-icon{gap:10px}}.link-icon svg{max-width:24px;width:100%;height:24px;color:#debe7280;transition:.3s}.link-icon span{font-weight:500}@media screen and (max-width: 767px){.link-icon span{display:none}}.link-icon:before{display:none}.link-icon:hover svg{color:#debe72}.map{width:100%;height:576px}@media screen and (max-width: 1023px){.map{height:396px}}@media screen and (max-width: 767px){.map{height:252px}}@media screen and (max-width: 479px){.map{height:162px}}.ymaps-2-1-79-map-copyrights-promo{display:none}.ymaps-balloon__content{font-family:Arial,sans-serif}.ymaps-balloon__header{font-size:18px;font-weight:700;color:red}.point{background:#fff;padding:5px;border-radius:10px;width:fit-content;text-wrap:nowrap;margin-left:20px;margin-top:-10px}.filters-modal{position:fixed;inset:0;height:100vh;z-index:100}.filters-modal .closeModal{position:absolute;top:64px;right:64px;z-index:13;width:56px;height:56px;border:1px solid #DEBE72}@media screen and (max-width: 1919px){.filters-modal .closeModal{top:48px;right:48px}}@media screen and (max-width: 1439px){.filters-modal .closeModal{top:32px;right:32px}}@media screen and (max-width: 767px){.filters-modal .closeModal{top:16px;right:16px;width:24px;height:24px;border:none}}.filters-modal .closeModal svg{height:24px;width:24px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.filters-modal .overlay{background:#241e1b;opacity:.75}.modal-wrapper{background:#3b2728;padding:24px;max-width:490px;width:100%;box-shadow:0 4px 20px #0000001a}.filters-content{margin:20px 0;display:flex;flex-direction:column;gap:16px;height:100%;overflow-y:auto;overflow-x:hidden;padding-right:20px}.filters-content::-webkit-scrollbar{width:1px}.filters-content::-webkit-scrollbar-track{background:#debe7240;width:2px}.filters-content::-webkit-scrollbar-thumb{background:#debe72;border:1px solid #DEBE72;background-clip:content-box}.filters-content .btn-toggle{display:flex;align-items:center;justify-content:space-between;width:100%;background:none;border:none;padding:0;font:inherit;cursor:pointer;text-align:left}.filters-content .btn-toggle:hover .icon-arrow{opacity:1}.filters-content .icon-arrow{transition:transform .3s ease;transform:rotate(90deg);opacity:.5}.filters-content .btn-toggle.is-open .icon-arrow{transform:rotate(270deg)}.filters-content .btn-show-more{background:none;border:none;font-size:12px;color:#debe72;text-align:left;cursor:pointer;padding:0}.filters-content .btn-show-more:hover{text-decoration:underline}.filters-content .checkbox-group{max-height:0;overflow:hidden;transition:max-height .3s ease}.filters-content .checkbox-group.is-open{max-height:500px}.filters-list{display:flex;flex-direction:column;gap:32px}@media screen and (max-width: 1439px){.filters-list{gap:24px}}@media screen and (max-width: 767px){.filters-list{gap:16px}}.filters-list .title-group{font-weight:500;color:#debe72}.filter-group,.checkbox-group{display:flex;flex-direction:column;gap:16px}.checkbox-group{padding-left:16px}.overlay{position:fixed;inset:0;background:#241e1bbf;z-index:12}.modal-wrapper{position:absolute;bottom:0;left:0;height:100%;z-index:13;padding:64px}@media screen and (max-width: 1919px){.modal-wrapper{padding:48px}}@media screen and (max-width: 1439px){.modal-wrapper{padding:32px}}@media screen and (max-width: 767px){.modal-wrapper{padding:16px;height:calc(100% - 56px);position:fixed}}.modal-wrapper .btn{justify-content:center}.modal-wrapper .btn svg{width:24px;height:24px}.filters-actions{width:100%;display:flex;flex-direction:column;gap:16px}.filters-actions .btn-reset{display:none}.filters-actions .btn-reset.show{display:flex}.filters-modal{display:none}.filters-modal.show{display:flex}body.modal-open{overflow:hidden;padding-right:15px}.special-filters{width:100%;display:flex;flex-direction:row;flex-wrap:wrap;gap:32px}@media screen and (max-width: 767px){.special-filters{gap:16px}}.special-filters .special-filter-item{width:fit-content}.special-filters .special-filter-item .checkbox-label{display:flex;align-items:center}.special-filters .special-filter-item .checkbox-label input{display:none}.special-filters .special-filter-item .checkbox-label span{text-wrap:nowrap;cursor:pointer;margin-bottom:-2px;gap:8px;display:flex;align-items:center}.special-filters .special-filter-item .checkbox-label svg{width:18px;height:18px;opacity:.5;display:none;transition:.3s}.special-filters .special-filter-item .checkbox-label .active svg{display:block}.special-filters .special-filter-item .checkbox-label:hover svg{opacity:1}.main-page{overflow-x:hidden;position:relative}.main-page .main-banner{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;height:100vh;min-height:700px;margin-bottom:64px}@media screen and (max-width: 1919px){.main-page .main-banner{min-height:750px;margin-bottom:128px}}@media screen and (max-width: 1439px){.main-page .main-banner{min-height:400px;margin-bottom:32px}}@media screen and (max-width: 767px){.main-page .main-banner{margin-bottom:16px}}@media screen and (max-width: 1439px){.main-page .main-banner{height:64vh}}@media screen and (max-width: 767px){.main-page .main-banner{height:70vh}}@media screen and (max-width: 479px){.main-page .main-banner{height:50vh}}.main-page .main-banner .top-gradient{position:absolute;top:0;left:0;width:100%;height:24%;opacity:.8;background:linear-gradient(180deg,#241e1b,#241e1b00);z-index:2}.main-page .main-banner .main-logo{position:absolute;z-index:3;width:636px;height:128px;top:64px;left:calc(50% - 318px)}@media screen and (max-width: 1919px){.main-page .main-banner .main-logo{width:477px;height:96px;top:48px;left:calc(50% - 238px)}}@media screen and (max-width: 1439px){.main-page .main-banner .main-logo{width:318px;height:64px;top:32px;left:calc(50% - 159px)}}@media screen and (max-width: 767px){.main-page .main-banner .main-logo{width:159px;height:32px;top:12px;left:calc(50% - 79px)}}@media screen and (max-width: 479px){.main-page .main-banner .main-logo{width:120px;height:24px;top:16px;left:calc(50% - 60px)}}.main-page .main-banner .info-container{z-index:2;width:50%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:32px}.main-page .main-banner .info-container .main-title{text-align:center}@media screen and (max-width: 767px){.main-page .main-banner .info-container{gap:24px;width:70%}}.main-page #new-prod{scroll-margin-top:100px}.main-page .main-banner-swiper{width:100%;height:100%}.main-page .main-banner-swiper .swiper-wrapper .swiper-slide{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:end;width:100%;height:100%;padding-bottom:129px}@media screen and (max-width: 1919px){.main-page .main-banner-swiper .swiper-wrapper .swiper-slide{padding-bottom:97px}}@media screen and (max-width: 1439px){.main-page .main-banner-swiper .swiper-wrapper .swiper-slide{padding-bottom:65px}}@media screen and (max-width: 479px){.main-page .main-banner-swiper .swiper-wrapper .swiper-slide{padding-bottom:49px}}.main-page .main-banner-swiper .media-wrapper{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0}.main-page .main-banner-swiper .overlay{position:absolute;top:0;left:0;width:100%;height:100%;background-color:#3b272840;z-index:1}.main-page .main-banner-swiper .swiper-pagination{bottom:64px;gap:32px;display:flex;flex-direction:row;align-items:center;justify-content:center}@media screen and (max-width: 1919px){.main-page .main-banner-swiper .swiper-pagination{bottom:48px}}@media screen and (max-width: 1439px){.main-page .main-banner-swiper .swiper-pagination{bottom:32px;gap:16px}}@media screen and (max-width: 767px){.main-page .main-banner-swiper .swiper-pagination{bottom:24px;gap:8px}}.main-page .main-banner-swiper .swiper-pagination-bullet{position:relative;width:64px;height:1px;background-color:#debe7240;border-radius:0;opacity:1}@media screen and (max-width: 1439px){.main-page .main-banner-swiper .swiper-pagination-bullet{width:48px}}@media screen and (max-width: 767px){.main-page .main-banner-swiper .swiper-pagination-bullet{width:32px}}.main-page .main-banner-swiper .swiper-pagination-bullet .progress{position:absolute;top:-1px;left:0;height:3px;width:0;background-color:#debe72;border-radius:0;pointer-events:none}@media screen and (max-width: 1023px){.main-page .categories-list{width:100%}}.main-page .categories-list .swiper{overflow:visible;display:flex;flex-direction:column;align-items:center;justify-content:start;gap:32px}@media screen and (max-width: 1023px){.main-page .categories-list .swiper{padding:0 16px}}@media screen and (max-width: 767px){.main-page .categories-list .swiper{gap:24px}}.main-page .categories-list .main-categories-scrollbar{position:relative;bottom:unset;top:unset;background-color:#debe7240;height:1px;width:80%;display:none}@media screen and (max-width: 1023px){.main-page .categories-list .main-categories-scrollbar{display:block}}@media screen and (max-width: 767px){.main-page .categories-list .main-categories-scrollbar{width:100%}}.main-page .categories-list .swiper-scrollbar-drag{background-color:#debe72;height:3px;top:-1px}.main-page .categories-list .swiper-wrapper{width:100%;gap:32px;display:grid;grid-template-columns:repeat(4,1fr);grid-template-rows:1fr}@media screen and (max-width: 1439px){.main-page .categories-list .swiper-wrapper{gap:16px}}@media screen and (max-width: 1023px){.main-page .categories-list .swiper-wrapper{display:flex;flex-direction:row;align-items:start;justify-content:start;gap:0}.main-page .categories-list .swiper-wrapper .category-card{width:224px}}@media screen and (max-width: 767px){.main-page .categories-list .swiper-wrapper .category-card{width:220px}}.main-page .banner-section{width:100%;height:90vh;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:32px;position:relative;min-height:400px}@media screen and (max-width: 1439px){.main-page .banner-section{height:64vh}}@media screen and (max-width: 767px){.main-page .banner-section{height:70vh}}@media screen and (max-width: 479px){.main-page .banner-section{height:auto}}.main-page .banner-section .overlay{position:absolute;top:0;left:0;width:100%;height:100%;background-color:#3b272880;z-index:2}.main-page .banner-section .bg-image{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0;background-size:cover;background-position:center;background-repeat:no-repeat}@media (hover: hover) and (pointer: fine){.main-page .banner-section .bg-image{background-attachment:fixed}}.main-page .banner-section .info-container{position:relative;z-index:3;text-align:center;max-width:1166px;width:100%;display:flex;flex-direction:column;align-items:center;justify-content:start;gap:32px}.main-page .banner-section .info-container .text{width:100%;display:flex;flex-direction:column;align-items:center;justify-content:start;gap:16px}@media screen and (max-width: 767px){.main-page .banner-section .info-container .text{gap:8px}}@media screen and (max-width: 1439px){.main-page .banner-section .info-container{width:90%}}@media screen and (max-width: 767px){.main-page .banner-section .info-container{gap:24px;margin:32px 0}}.main-page .banner-section .logo{width:140px;height:96px}@media screen and (max-width: 767px){.main-page .banner-section .logo{width:94px;height:64px}}.main-page .blog-list{display:flex;flex-direction:column;align-items:center;justify-content:start;gap:32px}@media screen and (max-width: 767px){.main-page .blog-list{gap:24px}}.main-page .blog-list .title-container{display:flex;flex-direction:column;align-items:center}.main-page .blog-list .swiper-wrapper{width:100%;gap:32px;display:grid;grid-template-columns:repeat(3,1fr);grid-template-rows:1fr}@media screen and (max-width: 1439px){.main-page .blog-list .swiper-wrapper{gap:16px}}@media screen and (max-width: 767px){.main-page .blog-list .swiper-wrapper{display:flex;flex-direction:row;align-items:start;justify-content:start;gap:0}.main-page .blog-list .swiper-wrapper .blog-card{width:220px}}.main-page .blog-list .swiper{overflow:visible;display:flex;flex-direction:column;align-items:center;justify-content:start;gap:32px}@media screen and (max-width: 767px){.main-page .blog-list .swiper{gap:24px}}.main-page .blog-list .blog-swiper-scrollbar{position:relative;bottom:unset;top:unset;background-color:#debe7240;height:1px;width:80%;display:none}@media screen and (max-width: 1439px){.main-page .blog-list .blog-swiper-scrollbar{display:block}}@media screen and (max-width: 767px){.main-page .blog-list .blog-swiper-scrollbar{width:100%}}.main-page .blog-list .swiper-scrollbar-drag{background-color:#debe72;height:3px;top:-1px}.main-page .container{z-index:2}.main-page .gradient-block{position:absolute;width:100%;background-color:#3b2728;filter:blur(256px);border-radius:50%;z-index:0}.main-page .gradient-block.bottom{bottom:0;height:5%}.main-page .gradient-block.center{top:30%;height:30%}.main-page .gradient-block.top{top:0;height:5%}.cabinet-container{display:flex;flex-direction:column;align-items:start;justify-content:start;gap:32px}@media screen and (max-width: 767px){.cabinet-container{gap:24px}}.cabinet-container .buttons{display:flex;gap:16px}@media screen and (max-width: 767px){.cabinet-container .buttons{gap:8px}}.cabinet-container .buttons-header{margin-bottom:8px}.cabinet-container .buttons-header .btn-default span:nth-child(2){display:none}.cabinet-container .buttons-footer{gap:16px}@media screen and (max-width: 767px){.cabinet-container .buttons-footer{gap:16px}}@media screen and (max-width: 479px){.cabinet-container .buttons-footer{flex-direction:column}.cabinet-container .buttons-footer .btn-default{justify-content:center}}.cabinet-container .account-container{display:flex;flex-direction:column;max-width:1273px}.cabinet-container .account-container .text-container{margin:40px 0}@media screen and (max-width: 767px){.cabinet-container .account-container .text-container{margin:40px 0 16px}}.cabinet-container .account-form{width:100%}.cabinet-container .inputs-container{display:grid;grid-template-columns:repeat(3,1fr);gap:32px}@media screen and (max-width: 1439px){.cabinet-container .inputs-container{row-gap:32px;column-gap:16px}}@media screen and (max-width: 767px){.cabinet-container .inputs-container{grid-template-columns:1fr}}.cabinet-container .input-wrapper{height:45px;padding:12px 24px 16px 0}.cabinet-container .input-wrapper:before{width:0}.cabinet-container .input-wrapper .icon-arrow{display:none}.page-cabinet{min-height:100vh;position:relative}.page-cabinet .gradient-block{position:absolute;width:100%;background-color:#3b2728;filter:blur(256px);border-radius:50%;z-index:-1}.page-cabinet .gradient-block.bottom{bottom:-10%;height:60%}.page-cabinet .input-wrapper input:disabled{opacity:1}.orders-container{width:100%}.orders-list{width:100%;display:flex;flex-direction:column;gap:32px}@media screen and (max-width: 767px){.orders-list{gap:8px}}.orders-list .order-item{width:100%;padding-bottom:32px;border-bottom:1px solid rgba(222,190,114,.25);position:relative;cursor:pointer;display:flex;gap:32px}@media screen and (max-width: 1439px){.orders-list .order-item{gap:16px}}@media screen and (max-width: 767px){.orders-list .order-item{gap:4px;flex-direction:column;border:1px solid #DEBE72;padding:16px}.orders-list .order-item span{line-height:130%}}.orders-list .order-item:before{content:"";bottom:0;width:0;height:1px;background:#debe72;left:0;transition:.3s;position:absolute}.orders-list .order-item:hover:before{width:100%}.orders-list .order-item:hover .icon{opacity:1}.orders-list .order-item .order-number{min-width:388px}@media screen and (max-width: 767px){.orders-list .order-item .order-number{width:90%;min-width:unset}}.orders-list .order-item .order-number .number{color:#debe72}.orders-list .order-item .order-status-price{display:flex;flex:1 1 auto;justify-content:space-between}@media screen and (max-width: 767px){.orders-list .order-item .order-status-price{gap:4px;flex-direction:column}}.orders-list .order-item .order-status-price .processing{color:#ffffff40}.orders-list .order-item .order-status-price .ready{color:#9cec6b}.orders-list .order-item .order-status-price .waiting{color:#ec716b}.orders-list .order-item .order-status-price .issued{color:#fff}.orders-list .order-item .icon{width:24px;height:24px;opacity:0;transition:.3s;stroke:#debe72}@media screen and (max-width: 1439px){.orders-list .order-item .icon{opacity:1}}@media screen and (max-width: 767px){.orders-list .order-item .icon{position:absolute;top:16px;right:16px;transform:rotate(-90deg)}}.blog-list-page{overflow-x:hidden;position:relative}.blog-list-page .gradient-block{position:absolute;width:100%;background-color:#3b2728;filter:blur(256px);border-radius:50%;z-index:-1}.blog-list-page .gradient-block.top{top:-10%;height:60%}.blog-list-page .blog-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:32px}@media screen and (max-width: 1439px){.blog-list-page .blog-cards{column-gap:16px;row-gap:32px}}@media screen and (max-width: 767px){.blog-list-page .blog-cards{grid-template-columns:repeat(2,1fr);column-gap:8px;row-gap:24px}}@media screen and (max-width: 479px){.blog-list-page .blog-cards{grid-template-columns:1fr}}.blog-list-page .blog-list-about{padding:64px;display:flex;justify-content:space-between;align-items:flex-start;gap:64px;border:1px solid var(--Main-DEBE72, #DEBE72)}@media screen and (max-width: 1919px){.blog-list-page .blog-list-about{padding:32px}}@media screen and (max-width: 1439px){.blog-list-page .blog-list-about{gap:32px}}@media screen and (max-width: 1023px){.blog-list-page .blog-list-about{flex-direction:column}}@media screen and (max-width: 767px){.blog-list-page .blog-list-about{gap:16px;padding:16px}}.blog-list-page .blog-list-about .text{display:flex;flex-direction:column;gap:10px;width:100%}@media screen and (max-width: 1439px){.blog-list-page .blog-list-about .text:nth-child(1){max-width:270px}}@media screen and (max-width: 1439px) and (max-width: 1023px){.blog-list-page .blog-list-about .text:nth-child(1){max-width:none}}.blog-list-page .blog-list-about .text p{font-size:18px;font-style:normal;font-weight:400;line-height:150%}@media screen and (max-width: 1439px){.blog-list-page .blog-list-about .text p{font-size:16px}}@media screen and (max-width: 767px){.blog-list-page .blog-list-about .text p{font-size:14px}}.blog-item-page{overflow-x:hidden;position:relative}.blog-item-page .gap{height:690px;margin-top:32px;margin-bottom:32px}@media screen and (max-width: 1919px){.blog-item-page .gap{height:517px}}@media screen and (max-width: 1439px){.blog-item-page .gap{height:370px}}@media screen and (max-width: 1023px){.blog-item-page .gap{height:270px}}@media screen and (max-width: 767px){.blog-item-page .gap{margin-top:24px;margin-bottom:24px;height:172px}}.blog-item-page .container .media-wrapper{min-height:fit-content}.main{background-image:url(/build/assets/line-gradient-tE6gIlLK.svg);background-position:bottom;background-repeat:no-repeat}.no-grad{background-image:unset!important}.about,.faq,.payment-delivery,.contacts-page{overflow-x:hidden;position:relative}.about .gradient-block,.faq .gradient-block,.payment-delivery .gradient-block,.contacts-page .gradient-block{position:absolute;width:100%;background-color:#3b2728;filter:blur(256px);border-radius:50%;z-index:-1}.about .gradient-block.top,.faq .gradient-block.top,.payment-delivery .gradient-block.top,.contacts-page .gradient-block.top{top:-10%;height:60%;min-height:1920px}@media screen and (max-width: 1439px){.about .gradient-block.top,.faq .gradient-block.top,.payment-delivery .gradient-block.top,.contacts-page .gradient-block.top{min-height:1440px}}@media screen and (max-width: 767px){.about .gradient-block.top,.faq .gradient-block.top,.payment-delivery .gradient-block.top,.contacts-page .gradient-block.top{min-height:1024px}}.faq .btn-default,.faq .js-form-btn,.payment-delivery .btn-default,.payment-delivery .js-form-btn{width:fit-content;margin-right:auto}@media screen and (max-width: 767px){.contents .contents-wrapper{gap:24px}}.contents .contents-wrapper .btn-default,.contents .contents-wrapper .js-form-btn{width:fit-content;margin-right:auto}.contents .contents-wrapper .content-block{width:100%;display:flex;flex-direction:column;align-items:flex-start;gap:16px;font-size:18px;font-style:normal;font-weight:400;line-height:150%}@media screen and (max-width: 1439px){.contents .contents-wrapper .content-block{font-size:16px}}@media screen and (max-width: 1439px) and (max-width: 767px){.contents .contents-wrapper .content-block{font-size:14px}}@media screen and (max-width: 767px){.contents .contents-wrapper .content-block{gap:8px}}.contents .contents-wrapper .content-block .links{width:100%;display:flex;flex-direction:row;align-items:center;gap:32px}@media screen and (max-width: 767px){.contents .contents-wrapper .content-block .links{gap:48px}}.about .st-block{padding:64px;border:1px solid #DEBE72;font-weight:300}@media screen and (max-width: 1919px){.about .st-block{padding:32px}}@media screen and (max-width: 767px){.about .st-block{padding:16px}}.why-us{display:flex;flex-direction:column;align-items:flex-start;gap:32px;align-items:center}@media screen and (max-width: 1023px){.why-us{gap:24px}}.why-us .why-us-header{display:flex;flex-direction:column;align-items:flex-start;gap:16px;align-items:center}.why-us .why-us-header .h1,.why-us .why-us-header .text-l{text-align:center}.why-us .why-us-header .text-l{max-width:1120px}@media screen and (max-width: 1023px){.why-us .why-us-header{gap:8px}}.why-us .advantages-wrapper{display:flex;flex-direction:column;align-items:flex-start;gap:16px;align-items:center}@media screen and (max-width: 1023px){.why-us .advantages-wrapper{gap:24px}}.why-us .advantages-wrapper .btn-default{display:none}@media screen and (max-width: 1439px){.why-us .advantages-wrapper .btn-default{display:flex}}.why-us .advantages-cards{width:100%;display:grid;grid-template-columns:repeat(4,1fr);gap:32px}@media screen and (max-width: 1439px){.why-us .advantages-cards{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width: 1023px){.why-us .advantages-cards{gap:16px}}@media screen and (max-width: 767px){.why-us .advantages-cards{gap:8px}}@media screen and (max-width: 479px){.why-us .advantages-cards{grid-template-columns:1fr}}.order-process{display:flex;flex-direction:column;align-items:flex-start;gap:32px;align-items:center}.order-process .h1{text-align:center}@media screen and (max-width: 1023px){.order-process{gap:24px}}.order-process .process-items{width:100%;display:flex;flex-direction:column;align-items:flex-start;gap:32px}@media screen and (max-width: 767px){.order-process .process-items{gap:16px}}.order-process .process-items .process-item{width:100%;padding-bottom:32px;border-bottom:1px solid rgba(222,190,114,.25);display:flex;gap:64px}@media screen and (max-width: 1439px){.order-process .process-items .process-item{gap:32px}}@media screen and (max-width: 1023px){.order-process .process-items .process-item{gap:16px}}@media screen and (max-width: 767px){.order-process .process-items .process-item{gap:8px}}.order-process .process-items .process-item:nth-last-of-type(1){padding-bottom:0;border-bottom:none}.order-process .process-items .process-item .numbering{color:#debe72;width:fit-content}.order-process .process-items .process-item .item-content{width:100%;display:flex;gap:64px}@media screen and (max-width: 1439px){.order-process .process-items .process-item .item-content{gap:32px}}@media screen and (max-width: 1023px){.order-process .process-items .process-item .item-content{flex-direction:column;gap:16px}}@media screen and (max-width: 767px){.order-process .process-items .process-item .item-content{gap:8px}}.order-process .process-items .process-item .item-content .title,.order-process .process-items .process-item .item-content .description{width:100%}.favorites-page{padding-top:152px;padding-bottom:128px;overflow-x:hidden;position:relative;min-height:100vh}@media screen and (max-width: 1439px){.favorites-page{padding-top:136px;padding-bottom:64px}}@media screen and (max-width: 1023px){.favorites-page{padding-top:104px;padding-bottom:48px}}@media screen and (max-width: 479px){.favorites-page{padding-top:88px}}.favorites-page .warning-wrapper{height:fit-content!important}.favorites-page .gradient-block{position:absolute;width:100%;background-color:#3b2728;filter:blur(256px);border-radius:50%;z-index:-1}.favorites-page .gradient-block.bottom{bottom:-10%;height:60%}.favorites-page .container{display:flex;flex-direction:column;align-items:flex-start}.favorites-page .favorites-content{display:flex;flex-direction:column;align-items:flex-start;gap:64px}@media screen and (max-width: 1439px){.favorites-page .favorites-content{gap:32px}}@media screen and (max-width: 767px){.favorites-page .favorites-content{gap:24px}}.favorites-page .favorites-content .favorites-header{width:100%;display:flex;align-items:flex-end;justify-content:space-between;gap:24px}@media screen and (max-width: 479px){.favorites-page .favorites-content .favorites-header{flex-direction:column;align-items:flex-start}.favorites-page .favorites-content .favorites-header .title{margin-bottom:0}.favorites-page .favorites-content .favorites-header .icon{display:none}}.favorites-page .favorites-content .cards{width:100%;display:grid;grid-template-columns:repeat(3,1fr);gap:32px}@media screen and (max-width: 1439px){.favorites-page .favorites-content .cards{gap:16px}}@media screen and (max-width: 767px){.favorites-page .favorites-content .cards{gap:8px;grid-template-columns:repeat(2,1fr)}}.favorites-page .title{margin-bottom:16px}.favorites-page .text{max-width:740px;margin-bottom:32px}.favorites-page .text svg{width:24px;height:24px;margin-bottom:-5px;color:#debe72;fill:#debe72}.favorites-page .modal{position:absolute;z-index:15;width:100%;height:100vh;top:0;left:0;background:var(--Main-241E1B, rgba(36, 30, 27, .75))}.favorites-page .modal .modal-wrapper{max-width:512px;width:100%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background:#3b2728;padding:32px;display:flex;flex-direction:column;align-items:flex-start;gap:16px}@media screen and (max-width: 767px){.favorites-page .modal .modal-wrapper{max-width:unset;top:auto;left:0;transform:translate(0);background:#3b2728;padding:16px 16px 0;gap:16px;bottom:56px}}.favorites-page .modal .modal-wrapper .buttons-container{display:flex;justify-content:space-between;align-items:center;gap:16px;margin-left:auto;margin-top:48px}.favorites-page .modal .modal-wrapper .buttons-container .btn-default{height:56px}@media screen and (max-width: 767px){.favorites-page .modal .modal-wrapper .buttons-container{width:100%;margin-top:16px;padding-bottom:16px;border-bottom:1px solid rgba(222,190,114,.25)}.favorites-page .modal .modal-wrapper .buttons-container .btn-default{width:50%;justify-content:center;height:44px}}.delete-favorite-btn{display:flex;gap:16px;align-items:center}.delete-favorite-btn svg{width:24px;height:24px}.catalog-page{padding-top:152px;padding-bottom:128px;overflow-x:hidden;position:relative;min-height:100vh}@media screen and (max-width: 1439px){.catalog-page{padding-top:136px;padding-bottom:64px}}@media screen and (max-width: 1023px){.catalog-page{padding-top:104px;padding-bottom:48px}}@media screen and (max-width: 479px){.catalog-page{padding-top:88px}}.catalog-page .gradient-block{position:absolute;width:100%;background-color:#3b2728;filter:blur(256px);border-radius:50%;z-index:-1}.catalog-page .gradient-block.bottom{bottom:-10%;height:60%}.catalog-page .container{display:flex;flex-direction:column;align-items:flex-start}.catalog-page .catalog-content{display:flex;flex-direction:column;align-items:flex-start;gap:64px}@media screen and (max-width: 1439px){.catalog-page .catalog-content{gap:32px}}@media screen and (max-width: 767px){.catalog-page .catalog-content{gap:24px}}.catalog-page .catalog-content .catalog-header{width:100%;display:flex;align-items:flex-end;justify-content:space-between;gap:24px}.catalog-page .catalog-content .cards{width:100%;display:grid;grid-template-columns:repeat(4,1fr);gap:32px}@media screen and (max-width: 1439px){.catalog-page .catalog-content .cards{gap:16px}}@media screen and (max-width: 1023px){.catalog-page .catalog-content .cards{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width: 767px){.catalog-page .catalog-content .cards{gap:8px;grid-template-columns:repeat(2,1fr)}}@media screen and (max-width: 479px){.catalog-page .catalog-content .cards{grid-template-columns:1fr}}.catalog-page .title{margin-bottom:16px}.catalog-page .text{max-width:740px;margin-bottom:32px}.catalog-page .text svg{width:24px;height:24px;margin-bottom:-5px;color:#debe72;fill:#debe72}.catalog-list{display:flex;flex-direction:column;align-items:flex-start;gap:64px;padding-bottom:64px}@media screen and (max-width: 1439px){.catalog-list{gap:32px}}@media screen and (max-width: 767px){.catalog-list{gap:24px}}.catalog-list .page-top-banner{margin:0}.tabs-filter-wrapper{margin:0 auto;scrollbar-width:none;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;padding:0 16px}.tabs-filter{width:100%;display:flex;justify-content:center;flex-wrap:wrap;gap:16px;min-width:100%;box-shadow:unset;transition:box-shadow .2s}@media screen and (max-width: 767px){.tabs-filter{gap:8px;flex-wrap:nowrap;justify-content:flex-start;width:auto;min-width:min-content}}.tabs-filter a{width:fit-content;display:flex;justify-content:center;align-content:center;flex-shrink:0;text-wrap:nowrap}.products{display:grid;grid-template-columns:repeat(3,1fr);gap:32px}@media screen and (max-width: 1439px){.products{column-gap:16px;row-gap:32px}}@media screen and (max-width: 767px){.products{grid-template-columns:repeat(2,1fr);column-gap:8px;row-gap:24px}}.products-nav{display:flex;justify-content:space-between;align-items:center}.products-nav .btn{color:#debe72}.products-nav .btn .icon{transform:rotate(180deg)}.btn-no-padding{display:flex;gap:12px;align-items:center}.page-cart{min-height:100vh;position:relative}.page-cart .gradient-block{position:absolute;width:100%;background-color:#3b2728;filter:blur(256px);border-radius:50%;z-index:-1}.page-cart .gradient-block.bottom{bottom:-10%;height:60%}.page-cart .btn:disabled{opacity:.6;cursor:not-allowed;pointer-events:all}.page-cart .btn:disabled:hover .icon{opacity:.5}.page-cart .input-wrapper input:disabled{opacity:1}.page-cart .cart-empty{display:flex;flex-direction:column;gap:32px;max-width:684px}@media screen and (max-width: 767px){.page-cart .cart-empty{gap:24px}}.page-cart .cart-empty .text-l a{color:#debe72}.page-cart .cart-empty .cart-empty-header{display:flex;flex-direction:column;gap:16px}@media screen and (max-width: 767px){.page-cart .cart-empty .cart-empty-header{gap:8px}}.page-cart .cart-empty .btn-default{width:fit-content}.page-cart .order-block{width:100%;display:flex;gap:32px;flex-direction:column}.page-cart .order-block .line{width:100%;height:1px;background:#debe72;opacity:.25}@media screen and (max-width: 767px){.page-cart .order-block .line{display:none}}.page-cart .order-block .order-header{width:100%;display:flex;flex-direction:column;gap:64px}@media screen and (max-width: 1439px){.page-cart .order-block .order-header{gap:32px}}@media screen and (max-width: 767px){.page-cart .order-block .order-header{gap:24px}}.page-cart .order-block .order-header .select-all-row{display:flex;align-items:center;gap:12px}@media screen and (max-width: 1439px){.page-cart .order-block .order-header .select-all-row{gap:10px}}@media screen and (max-width: 767px){.page-cart .order-block .order-header .select-all-row{gap:8px}}.page-cart .order-block .order-header .select-all-row label{color:#debe72}.page-cart .order-block .order-header .nav{width:100%;display:flex;justify-content:space-between}.page-cart .cart-items{width:100%;display:flex;flex-direction:column;gap:32px}@media screen and (max-width: 767px){.page-cart .cart-items{gap:24px}}.page-cart .cart-item{display:flex;gap:64px;align-items:center;justify-content:space-between;position:relative}@media screen and (max-width: 1919px){.page-cart .cart-item{gap:32px}}@media screen and (max-width: 767px){.page-cart .cart-item{flex-direction:column;align-items:flex-end;gap:16px}}@media screen and (max-width: 1439px){.page-cart .cart-item .desc{display:none!important}}.page-cart .cart-item .mob{display:none}@media screen and (max-width: 1439px){.page-cart .cart-item .mob{display:flex}}.page-cart .cart-item .overstock-warning{position:absolute;left:50%;transform:translate(-50%);bottom:-25px}@media screen and (max-width: 767px){.page-cart .cart-item .overstock-warning{bottom:-32px}}.page-cart .cart-item .overstock-warning span{color:#ec716b;font-size:16px;text-wrap:nowrap}.page-cart .cart-item .quantity{max-width:256px;width:100%;padding:13.5px 23px;border:1px solid #DEBE72;display:flex;justify-content:space-between;box-sizing:border-box;position:relative}@media screen and (max-width: 1919px){.page-cart .cart-item .quantity{max-width:192px}}@media screen and (max-width: 767px){.page-cart .cart-item .quantity{max-width:unset;width:calc(100% - 112px);box-sizing:border-box;padding:10px 23px}}.page-cart .cart-item .quantity .text-m{color:#debe72}.page-cart .cart-item .quantity .btn{height:24px}.page-cart .cart-item .quantity .btn .icon{opacity:1}@media screen and (max-width: 767px){.page-cart .cart-item .btn.mob{position:absolute;top:0;right:0}}@media screen and (max-width: 767px){.page-cart .cart-item .catalog-checkbox{position:absolute;top:0;left:112px}}.page-cart .cart-item .quantity.mob{display:none}@media screen and (max-width: 1439px){.page-cart .cart-item .quantity.mob{display:flex}}.page-cart .cart-item .quantity.dismantled{border:1px solid rgba(222,190,114,.25);justify-content:center}.page-cart .cart-item .quantity.dismantled span{color:#debe7240}.page-cart .cart-item .price.mob{gap:16px}.page-cart .cart-item .price.mob .price-old{color:#ffffff40;text-decoration:line-through}.page-cart .cart-item .dism{color:#debe7240}.page-cart .cart-item .item-left{display:flex;align-items:center;width:38.5%}@media screen and (max-width: 1919px){.page-cart .cart-item .item-left{width:41.3%}}@media screen and (max-width: 1439px){.page-cart .cart-item .item-left{width:100%}}@media screen and (max-width: 767px){.page-cart .cart-item .item-left{align-items:flex-start}}.page-cart .cart-item .cart-item-image{min-width:96px;height:150px;position:relative;overflow:hidden;margin:0 32px 0 12px}@media screen and (max-width: 767px){.page-cart .cart-item .cart-item-image{margin:0 16px 0 0}}.page-cart .cart-item .cart-item-image img{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);object-fit:cover;width:100%;height:100%}.page-cart .cart-item .details-hard{display:flex;flex-direction:column;gap:8px;max-width:525px;width:100%}@media screen and (max-width: 1439px){.page-cart .cart-item .details-hard{max-width:unset}}@media screen and (max-width: 767px){.page-cart .cart-item .details-hard{margin-top:40px;gap:4px}}.page-cart .cart-item .cart-item-info{display:flex;gap:64px;align-items:center;width:55.3%;justify-content:flex-end}@media screen and (max-width: 1919px){.page-cart .cart-item .cart-item-info{gap:32px;width:56.3%}}.page-cart .cart-item .cart-item-info .details{display:flex;gap:64px;align-items:center;width:50.4%}@media screen and (max-width: 1919px){.page-cart .cart-item .cart-item-info .details{gap:32px}}.page-cart .cart-item .cart-item-info .details .size{max-width:200px;width:100%;text-align:right}@media screen and (max-width: 1919px){.page-cart .cart-item .cart-item-info .details .size{max-width:110px}}.page-cart .cart-item .cart-item-info .details .color{max-width:223px;width:100%;text-align:right}@media screen and (max-width: 1439px){.page-cart .cart-item .cart-item-info .desc{display:none}}.page-cart .cart-item .cart-item-info .mob{display:none}@media screen and (max-width: 1439px){.page-cart .cart-item .cart-item-info .mob{display:flex}}.page-cart .cart-item .cart-item-info .price{max-width:80px;width:100%;display:flex;flex-direction:column;gap:4px;align-items:flex-end;justify-content:flex-end;margin-bottom:-18px}.page-cart .cart-item .cart-item-info .price .price-old{color:#ffffff40;text-decoration:line-through;font-size:12px}.page-cart .cart-item .product-title{color:#debe72;position:relative;width:fit-content}@media screen and (max-width: 767px){.page-cart .cart-item .product-title{margin-bottom:12px}}.page-cart .cart-item .product-title:after{content:"";position:absolute;bottom:3px;left:0;width:0;height:1px;background-color:#debe72b3;transition:width .3s ease}.page-cart .cart-item .product-title:hover:after{width:100%}.page-cart .cart-item .article{font-size:12px;color:#ffffff80}@media screen and (max-width: 1439px){.page-cart .cart-item .article{font-size:16px;color:#fff}}@media screen and (max-width: 767px){.page-cart .cart-item .article{font-size:14px}}.page-cart .cart-summary{width:100%;display:flex;gap:64px;align-items:center;justify-content:flex-end}@media screen and (max-width: 1919px){.page-cart .cart-summary{gap:32px}}@media screen and (max-width: 1919px){.page-cart .cart-summary{justify-content:flex-start}}@media screen and (max-width: 767px){.page-cart .cart-summary{padding:16px;border:1px solid #DEBE72;flex-direction:column;gap:4px;align-items:flex-start}}.page-cart .cart-summary span:nth-of-type(1){color:#ffffff80;margin-right:16px}.icon.minus{width:14px}.checkout-section{width:100%;display:flex;flex-direction:column;gap:64px;margin-bottom:128px}@media screen and (max-width: 1439px){.checkout-section{gap:32px;margin-bottom:64px}}@media screen and (max-width: 767px){.checkout-section{gap:24px;margin-bottom:48px}}.checkout-section .checkout-block{width:100%;padding:64px;border:1px solid rgba(222,190,114,.25);display:flex;gap:16px}@media screen and (max-width: 1919px){.checkout-section .checkout-block{padding:32px}}@media screen and (max-width: 1023px){.checkout-section .checkout-block{flex-direction:column;gap:32px}}@media screen and (max-width: 767px){.checkout-section .checkout-block{padding:16px}}.checkout-section .checkout-block .checkout-head{width:42.5%;display:flex;flex-direction:column;justify-content:space-between;gap:16px}@media screen and (max-width: 1023px){.checkout-section .checkout-block .checkout-head{flex-direction:row;width:100%}}.checkout-section .checkout-block .checkout-head p{font-size:12px}.checkout-section .checkout-block .checkout-head span{color:#debe72}.checkout-section .checkout-summary{width:100%;display:flex;justify-content:space-between;align-items:center;padding:64px;gap:16px;background:#debe72}@media screen and (max-width: 1919px){.checkout-section .checkout-summary{padding:32px}}@media screen and (max-width: 767px){.checkout-section .checkout-summary{padding:16px}}@media screen and (max-width: 479px){.checkout-section .checkout-summary{flex-direction:column}}.checkout-section .checkout-summary .h2{font-weight:300;color:#241e1b}.checkout-section .checkout-summary .fill-btn{border:1px solid rgb(36,30,27)}@media screen and (max-width: 479px){.checkout-section .checkout-summary .fill-btn{justify-content:center}}.form-personal-data{width:88%;display:grid;grid-template-columns:repeat(6,1fr);column-gap:32px;row-gap:32px}@media screen and (max-width: 1439px){.form-personal-data{column-gap:16px;row-gap:32px;width:98%}}@media screen and (max-width: 767px){.form-personal-data{gap:32px}}.form-personal-data .icon-arrow{display:none}.form-personal-data .form-group:nth-of-type(1),.form-personal-data .form-group:nth-of-type(2),.form-personal-data .form-group:nth-of-type(3){grid-column:span 2}@media screen and (max-width: 767px){.form-personal-data .form-group:nth-of-type(1),.form-personal-data .form-group:nth-of-type(2),.form-personal-data .form-group:nth-of-type(3){grid-column:span 6}}.form-personal-data .form-group:nth-of-type(4),.form-personal-data .form-group:nth-of-type(5){grid-column:span 3}@media screen and (max-width: 767px){.form-personal-data .form-group:nth-of-type(4),.form-personal-data .form-group:nth-of-type(5){grid-column:span 6}}.form-personal-data .form-group:nth-of-type(6){grid-column:span 6}.form-personal-data.address .form-group:nth-of-type(1){grid-column:span 4!important}@media screen and (max-width: 767px){.form-personal-data.address .form-group:nth-of-type(1){grid-column:span 6!important}}.form-personal-data.address .form-group:nth-of-type(2){grid-column:span 2!important;width:100%}@media screen and (max-width: 767px){.form-personal-data.address .form-group:nth-of-type(2){grid-column:span 6!important}}.delivery-form{display:flex;flex-direction:column;width:88%;column-gap:32px;row-gap:48px}@media screen and (max-width: 1439px){.delivery-form{width:98%;column-gap:16px;row-gap:32px}}@media screen and (max-width: 767px){.delivery-form{width:100%}}.delivery-form .delivery-tabs{width:100%;display:flex;gap:32px}@media screen and (max-width: 1439px){.delivery-form .delivery-tabs{gap:16px}}@media screen and (max-width: 767px){.delivery-form .delivery-tabs{flex-direction:column}}.delivery-form .form-personal-data{width:100%}.delivery-form .form-personal-data .form-group:nth-of-type(1),.delivery-form .form-personal-data .form-group:nth-of-type(2){grid-column:span 3}@media screen and (max-width: 767px){.delivery-form .form-personal-data .form-group:nth-of-type(1),.delivery-form .form-personal-data .form-group:nth-of-type(2){grid-column:span 6}}.delivery-form .form-personal-data .form-group:nth-of-type(3){grid-column:span 6}.delivery-form .radio-btn-container{width:100%;border:1px solid rgba(222,190,114,.25);position:relative}.delivery-form .radio-btn-container label{width:100%;height:100%;display:flex;flex-direction:column;gap:8px;padding:16px 40px 16px 16px;cursor:pointer}.delivery-form .radio-btn-container label .radio-label-main{font-size:16px;color:#debe7280}.delivery-form .radio-btn-container label .radio-label-sub{font-size:12px;color:#debe7280}.delivery-form .radio-btn-container input{display:none}.delivery-form .radio-btn-container .custom-radio{position:absolute;top:16px;right:16px;border-radius:100%;border:1px solid rgba(222,190,114,.25);width:24px;height:24px}.delivery-form .radio-btn-container .custom-radio:after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:4px;height:4px;border-radius:100%;background:#debe72;display:none}.delivery-form .radio-btn-container.selected,.delivery-form .radio-btn-container.selected .custom-radio{border:1px solid rgb(222,190,114)}.delivery-form .radio-btn-container.selected .custom-radio:after{display:block}.delivery-form .radio-btn-container.selected .radio-label-main{color:#debe72}.btn-disabled{opacity:.6;cursor:not-allowed;pointer-events:all}.btn-disabled:hover:before{opacity:0}.checkout-summary-wrapper{position:relative;width:100%}.checkout-summary-wrapper.stuck{position:fixed;bottom:0;left:0;right:0;z-index:1}@media screen and (max-width: 1023px){.checkout-summary-wrapper.stuck{bottom:88px}}@media screen and (max-width: 767px){.checkout-summary-wrapper.stuck{bottom:56px}}@media screen and (max-width: 479px){.checkout-summary-wrapper.stuck{bottom:56px}}.checkout-summary-wrapper.stuck .checkout-summary{padding:16px 64px;flex-direction:row}@media screen and (max-width: 1919px){.checkout-summary-wrapper.stuck .checkout-summary{padding:16px 48px}}@media screen and (max-width: 1439px){.checkout-summary-wrapper.stuck .checkout-summary{padding:16px 32px}}@media screen and (max-width: 767px){.checkout-summary-wrapper.stuck .checkout-summary{padding:0 0 0 16px}.checkout-summary-wrapper.stuck .checkout-summary span{font-size:14px!important}}.checkout-summary-wrapper.stuck .checkout-summary .btn-default{border:1px solid transparent}.checkout-summary-wrapper.stuck .checkout-summary .btn-default span{opacity:0}@media screen and (max-width: 1439px){.checkout-summary-wrapper.stuck .checkout-summary .btn-default{border:1px solid rgba(36,30,27,.25)}.checkout-summary-wrapper.stuck .checkout-summary .btn-default span{opacity:1;color:#241e1b40}.checkout-summary-wrapper.stuck .checkout-summary .btn-default .icon{opacity:.5}}@media screen and (max-width: 1439px) and (max-width: 767px){.checkout-summary-wrapper.stuck .checkout-summary .btn-default{border:1px solid transparent}}.checkout-section{position:relative}.checkout-summary .radio-btn-container.disabled{opacity:.6;cursor:not-allowed}.checkout-summary .radio-btn-container.disabled .radio-label{cursor:not-allowed}.checkout-summary .btn-default:not(.btn-disabled){border:1px solid rgb(36,30,27)!important}.checkout-summary .btn-default:not(.btn-disabled) span{opacity:1!important;color:#241e1b!important}.cart-summary-wrapper{width:100%;display:flex;flex-direction:row;justify-content:flex-end;margin-bottom:32px;gap:16px}@media screen and (max-width: 1439px){.cart-summary-wrapper{margin-bottom:8px}}@media screen and (max-width: 1023px){.cart-summary-wrapper{gap:16px;flex-direction:column;align-items:flex-start;margin-bottom:0}}@media screen and (max-width: 767px){.cart-summary-wrapper{gap:4px;padding:16px;border:1px solid #DEBE72;flex-direction:column;align-items:flex-start}}.cart-summary-wrapper .cart-summary-warning{display:flex;align-items:center;gap:12px;width:fit-content}@media screen and (max-width: 1439px){.cart-summary-wrapper .cart-summary-warning{gap:10px}}@media screen and (max-width: 767px){.cart-summary-wrapper .cart-summary-warning{gap:4px;flex-direction:column;align-items:flex-start}}.cart-summary-wrapper .cart-summary-warning span{color:#ec716b}.cart-summary-wrapper .cart-summary-warning .icon{width:20px;height:18px;color:#ec716b}.cart-summary-wrapper .cart-summary-content{display:flex;gap:64px;margin-right:88px;width:fit-content}@media screen and (max-width: 1919px){.cart-summary-wrapper .cart-summary-content{gap:32px;margin-right:56px}}@media screen and (max-width: 767px){.cart-summary-wrapper .cart-summary-content{flex-direction:column;gap:4px}}.cart-summary-wrapper .cart-summary-content .summary-row{width:fit-content;display:flex;gap:16px;align-items:center;justify-content:flex-end}@media screen and (max-width: 1439px){.cart-summary-wrapper .cart-summary-content .summary-row{gap:8px}}@media screen and (max-width: 767px){.cart-summary-wrapper .cart-summary-content .summary-row .text-l{font-size:14px}}.cart-summary-wrapper .cart-summary-content .summary-row span{font-weight:500}.cart-summary-wrapper .cart-summary-content .summary-row span:nth-of-type(1){color:#ffffff80}@media screen and (max-width: 767px){.cart-summary-wrapper.dism{border:1px solid #EC716B;margin-top:24px}}@media screen and (max-width: 479px){.result-wrapper .buttons button:nth-of-type(1){order:2}.result-wrapper .buttons button:nth-of-type(2){order:1}}.section-status{padding-top:152px}@media screen and (max-width: 1439px){.section-status{padding-top:136px}}@media screen and (max-width: 1023px){.section-status{padding-top:104px}}@media screen and (max-width: 479px){.section-status{padding-top:88px}}.section-status .container{display:flex;flex-direction:column;align-items:flex-start;gap:32px;height:60vh}@media screen and (max-width: 767px){.section-status .container{gap:24px}}.section-status .container .result-icon{max-width:64px;width:100%;height:64px;margin-bottom:16px}.section-status .container .result-icon .icon{width:100%;height:100%}.section-status .container .info,.section-status .container .loader-wrapper,.section-status .container .payment-result{display:flex;flex-direction:column;gap:16px}@media screen and (max-width: 767px){.section-status .container .info,.section-status .container .loader-wrapper,.section-status .container .payment-result{gap:8px}}.section-status .spinner{width:64px;height:64px;display:flex;align-items:center;justify-content:center;margin-bottom:16px}.section-status .spinner svg{width:100%;height:100%;animation:rotate 1s linear infinite}@keyframes rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.section-status .text{line-height:130%;max-width:740px}.section-status .text a{color:#debe72}.section-status .title{letter-spacing:-.64px;line-height:90%}.section-404{padding-top:152px;height:60vh}@media screen and (max-width: 1439px){.section-404{padding-top:136px}}@media screen and (max-width: 1023px){.section-404{padding-top:104px}}@media screen and (max-width: 479px){.section-404{padding-top:88px}}.section-404 .container{display:flex;flex-direction:column;align-items:flex-start}.section-404 .title{margin-bottom:16px}.section-404 .text{max-width:740px;margin-bottom:32px}.section-404 .text a{color:#debe72}.error-500{height:100vh;padding:64px;position:relative}@media screen and (max-width: 1439px){.error-500{padding:48px}}@media screen and (max-width: 1023px){.error-500{padding:32px}}@media screen and (max-width: 479px){.error-500{padding:16px}}.error-500 .ellipse{position:absolute;right:64px;left:64px;top:-1300px;height:1792px;border-radius:1792px;background:var(--Main-3B2728, #3B2728);filter:blur(256px);z-index:-1}@media screen and (max-width: 1439px){.error-500 .ellipse{left:48px;right:48px;top:-1500}}@media screen and (max-width: 1023px){.error-500 .ellipse{left:32px;right:32px;top:-1115px}}@media screen and (max-width: 767px){.error-500 .ellipse{left:32px;right:32px;top:-900px}}@media screen and (max-width: 479px){.error-500 .ellipse{left:16px;right:16px;top:-600px}}.error-500-wrapper{border:1px solid #DEBE72;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center}.error-500-wrapper .main-logo{height:48px;margin-bottom:64px}@media screen and (max-width: 1439px){.error-500-wrapper .main-logo{margin-bottom:32px}}@media screen and (max-width: 1023px){.error-500-wrapper .main-logo{height:32px}}@media screen and (max-width: 479px){.error-500-wrapper .main-logo{margin-bottom:24px;height:24px}}.error-500-wrapper .main-logo svg{height:48px}@media screen and (max-width: 1023px){.error-500-wrapper .main-logo svg{height:32px}}@media screen and (max-width: 479px){.error-500-wrapper .main-logo svg{height:24px}}.error-500-wrapper h1{margin-bottom:16px}.error-500-wrapper p{max-width:740px;text-align:center}@media screen and (max-width: 1023px){.error-500-wrapper p{max-width:666px}}@media screen and (max-width: 767px){.error-500-wrapper p{max-width:480px}}@media screen and (max-width: 479px){.error-500-wrapper p{max-width:340px}}.policy-container{padding-top:152px;max-width:1024px;margin:0 auto}.policy-container .breadcrumbs{justify-content:center}.policy-container h1{text-align:center}.policy-container h2{margin:32px 0 16px}.policy-container p{font-family:Tilda Sans VF,sans-serif;font-size:18px;font-style:normal;font-weight:400;line-height:150%}.policy-container a{color:#debe72}.policy-container ul,.policy-container ol{display:flex;flex-direction:column;gap:16px}.policy-container ul li,.policy-container ol li{font-family:Tilda Sans VF,sans-serif;font-size:18px;font-style:normal;font-weight:400;line-height:150%}.product-page{margin-top:152px}@media (max-width: 1439px){.product-page{margin-top:136px}}@media (max-width: 1023px){.product-page{margin-top:104px}}.product{margin-bottom:128px;position:relative}@media (max-width: 1439px){.product{margin-bottom:64px}}@media (max-width: 1023px){.product .models,.product .price-box,.product .sizes,.product .articul-row,.product .controls{margin-bottom:24px}}@media (max-width: 767px){.product{margin-bottom:48px}}@media (max-width: 479px){.product{margin-bottom:48px}.product .slider-main{padding:0 16px}.product .slider-main .swiper-slide{max-width:288px}.product .slider-main .swiper-wrapper{margin-bottom:16px}.product .content{margin:0;width:100%}.product .links{overflow:auto;max-width:480px;padding:0 16px}.product .models a{min-width:91px}.product .title,.product .articul-row,.product .h4,.product .price-box,.product .controls,.product .product-dropdown,.product .product-promo{margin-left:16px;margin-right:16px}.product .sizes .links{flex-wrap:nowrap}.product .size-tab{padding:15px 16px;font-size:14px}.product .controls button{max-height:44px;padding:16px}.product .product-promo{gap:8px}.product .product-promo .h4{margin-left:0}.product .product-promo .link{padding-top:8px}}.product .dismantled-message{margin:32px 0}.product .dismantled-message .h4{color:#ec716b}@media (max-width: 1439px){.product .dismantled-message{margin:24px 0}}.product .container{display:flex;align-items:start;gap:64px}@media (max-width: 1439px){.product .container{flex-direction:column;gap:23px;margin:0;overflow:visible;width:100%}}.product img{height:100%;object-fit:cover;display:block;width:100%}.product .product-ellipse{border-radius:50%;position:absolute;z-index:-1;left:0;right:0;height:1920px;bottom:-1700px;background:var(--Main-3B2728, #3B2728);filter:blur(256px)}.product .slider-box{display:flex;align-items:flex-start;position:relative;padding-left:112px;width:48.2142%}@media (max-width: 1919px){.product .slider-box{width:49.2142%}}@media (max-width: 1439px){.product .slider-box{width:initial;padding-left:0;margin:0 auto}}.product .small-slider-prev,.product .small-slider-next{position:absolute;left:0;cursor:pointer;height:40px;width:96px;background-color:transparent;border:1px solid #DEBE72;display:none}.product .small-slider-prev svg,.product .small-slider-next svg{width:24px;height:24px;color:#debe72}.product .small-slider-prev{top:0}.product .small-slider-prev svg{transform:rotate(180deg)}.product .small-slider-next{bottom:0}.product .slider-small{margin-right:16px;max-width:96px;flex-grow:1;overflow:hidden;position:absolute;top:0;bottom:0;left:0}@media (max-width: 1439px){.product .slider-small{display:none}}.product .slider-small .swiper-slide{max-height:150px;height:100%;opacity:0;transition:opacity .6s ease,transform .6s ease;transform:scale(1.05);cursor:pointer}.product .slider-small .swiper-slide.loaded{opacity:.25;transform:scale(1)}.product .slider-small .swiper-slide img{width:100%;height:100%;object-fit:cover}.product .slider-small .swiper-slide-thumb-active{opacity:1!important}.product .slider-small--with-buttons .slider-small{top:64px;bottom:64px}.product .slider-small--with-buttons .small-slider-prev,.product .slider-small--with-buttons .small-slider-next{display:block}.product .slider-main{max-width:752px;flex-grow:1;overflow:hidden;transition:.6s ease;opacity:0;transform:scale(1.05);height:1130px}@media (max-width: 1919px){.product .slider-main{height:800px}}@media (max-width: 1439px){.product .slider-main{max-width:1439px;padding:0 32px;height:700px;overflow:unset}.product .slider-main .swiper-slide{max-width:472px}.product .slider-main .swiper-wrapper{margin-bottom:32px}}@media (max-width: 1023px){.product .slider-main{height:512px}.product .slider-main .swiper-slide{max-width:344px}}@media (max-width: 767px){.product .slider-main{height:344px;padding:0 16px}.product .slider-main .swiper-slide{max-width:288px}}@media (max-width: 479px){.product .slider-main{height:450px}}.product .slider-main.loaded{opacity:1;transform:scale(1)}.product .content{max-width:864px;width:48.2142%;flex-grow:1;transition:.6s ease;opacity:0;transform:translate(-20px)}@media (max-width: 1439px){.product .content{margin:0 16px;width:calc(100% - 32px);max-width:1439px;margin-top:32px!important}}@media (max-width: 479px){.product .content{margin:unset;width:100%;max-width:1439px}}.product .content.loaded{opacity:1;transform:translate(0)}.product .title{margin-bottom:32px}@media (max-width: 1023px){.product .title{margin-bottom:24px}}.product .h4{margin-bottom:16px}.product .articul-row{display:flex;gap:16px;align-items:end;font-size:18px;color:#ffffff80;line-height:27px;margin-bottom:32px}.product .articul-row span{color:#fff}.product .models{margin-bottom:32px}.product .models a{max-width:96px;aspect-ratio:1/1.56;opacity:.25}.product .models a.current-link{opacity:1}.product .links{display:flex;gap:16px}@media (max-width: 767px){.product .links{gap:8px}}.product .links .btn-default.active span{color:#241e1b}.product .sizes{margin-bottom:32px}.product .sizes .links{flex-wrap:nowrap;-ms-overflow-style:none;scrollbar-width:none}.product .sizes .links::-webkit-scrollbar{display:none}.product .size-tab{padding:19px 24px;color:#debe72;border:1px solid #DEBE72;font-size:18px;font-weight:500;line-height:100%;background-color:transparent;cursor:pointer;white-space:nowrap;transition:.25s ease}@media (max-width: 1023px){.product .size-tab{padding:18px 20px}}@media (min-width: 1023px){.product .size-tab:hover{background-color:#debe72;color:#241e1b}}.product .size-tab.active{color:#241e1b;background-color:#debe72}.product .size-tab:hover{border:1px solid #241E1B}.product .price-box{display:flex;align-items:end;gap:24px;margin-bottom:32px}.product .price{display:flex;align-items:end;gap:8px;line-height:1}.product .price span{font-size:25px;line-height:110%}@media (max-width: 1439px){.product .swiper-component.mb{margin-bottom:64px}}@media (max-width: 767px){.product .swiper-component.mb{margin-bottom:48px}}.product .old-price{font-size:25px;line-height:110%;color:#ffffff80;text-decoration:line-through;font-weight:300;padding-bottom:2px}@media (max-width: 767px){.product .old-price{padding-bottom:0}}.product .controls{display:flex;gap:16px;margin-bottom:32px}@media (max-width: 767px){.product .controls{gap:8px}}.product .controls button{padding:16px 24px;display:flex;gap:12px;align-items:center;max-height:56px;justify-content:center}.product .controls button:hover svg{color:#241e1b}.product .controls button svg{width:24px;height:24px;position:relative;z-index:2;transition:all .3s ease}.product .product-basket-btn{flex-grow:1;max-width:662px}@media (max-width: 1439px){.product .product-basket-btn{max-width:unset}}.product .product-basket-btn .btn-default{justify-content:center;width:100%}.product .product-basket-btn .btn-default .icon{stroke:#debe72}.product .product-basket-btn .btn-default svg{width:24px;height:24px;opacity:1;z-index:11}.product .add-to-basket{background-color:#debe72;flex-grow:1;width:100%}.product .add-to-favorite:hover svg{color:#241e1b}@media screen and (max-width: 1023px){.product .add-to-favorite:hover svg{color:#debe72!important}}@media (max-width: 479px){.product .add-to-favorite{width:44px;padding:0!important}.product .add-to-favorite span{display:none}}.product .product-dropdown{margin-bottom:16px}@media (max-width: 1023px){.product .product-dropdown,.product .product-dropdown .head{margin-bottom:12px}}.product .product-dropdown .head{display:flex;justify-content:space-between;align-items:center;cursor:pointer;margin-bottom:16px}.product .product-dropdown .head svg{width:24px;height:24px;color:#debe72;transition:.2s ease-in-out}.product .product-dropdown .head span{color:#debe72}.product .product-dropdown .dropdown-content{transition:.2s ease-in-out;display:flex;flex-direction:column;gap:16px;height:0;overflow:hidden}.product .product-dropdown .dropdown-content .row{display:flex;justify-content:space-between;align-items:center}.product .product-dropdown .dropdown-content .prop{color:#ffffff80}.product .dropdown-show svg{transform:rotate(180deg)}.product .product-promo{padding:32px;border:1px solid rgba(222,190,114,.25);display:flex;flex-direction:column;gap:16px}@media (max-width: 1023px){.product .product-promo{padding:16px;gap:16px}.product .product-promo .promo-title{margin-bottom:0}}.product .product-promo .h4{color:#debe72}.product .product-promo .link{display:inline-flex;gap:12px;align-items:center;max-width:177px}.product .product-promo .link svg{width:24px;height:24px}.product .slider-scrollbar{position:relative;bottom:unset;top:unset;background-color:#debe7240;height:1px;width:80%;display:none}@media (max-width: 1439px){.product .slider-scrollbar{display:block;width:100%;max-width:624px;margin:0 auto}}@media (max-width: 767px){.product .slider-scrollbar{width:100%;max-width:767px}}.product .swiper-scrollbar-drag{background-color:#debe72;height:3px;top:-1px;transition:all .3s}@media (hover: hover) and (pointer: fine){.product .swiper-scrollbar-drag:hover{cursor:pointer;height:6px;top:-3px}}.product .swiper-scrollbar-drag.dragging{height:6px;top:-3px}@media (min-width: 1439px){.swiper-slide{position:relative;overflow:hidden}.swiper-slide:hover .zoom-image{opacity:0}.swiper-slide:hover .parallax-bg{opacity:1}.zoom-image{width:100%;height:100%;object-fit:cover;display:block}.parallax-bg{position:absolute;top:50%;left:50%;width:190%;height:190%;background-size:cover;background-repeat:no-repeat;background-position:center;pointer-events:none;transform:translate(-50%,-50%) translate(var(--tx, 0%),var(--ty, 0%));transition:transform 0s;opacity:0}}
