@charset "UTF-8";:root{--vs-colors--lightest: rgba(60, 60, 60, .26);--vs-colors--light: rgba(60, 60, 60, .5);--vs-colors--dark: #333;--vs-colors--darkest: rgba(0, 0, 0, .15);--vs-search-input-color: inherit;--vs-search-input-placeholder-color: inherit;--vs-font-size: 1rem;--vs-line-height: 1.4;--vs-state-disabled-bg: rgb(248, 248, 248);--vs-state-disabled-color: var(--vs-colors--light);--vs-state-disabled-controls-color: var(--vs-colors--light);--vs-state-disabled-cursor: not-allowed;--vs-border-color: var(--vs-colors--lightest);--vs-border-width: 1px;--vs-border-style: solid;--vs-border-radius: 4px;--vs-actions-padding: 4px 6px 0 3px;--vs-controls-color: var(--vs-colors--light);--vs-controls-size: 1;--vs-controls--deselect-text-shadow: 0 1px 0 #fff;--vs-selected-bg: #f0f0f0;--vs-selected-color: var(--vs-colors--dark);--vs-selected-border-color: var(--vs-border-color);--vs-selected-border-style: var(--vs-border-style);--vs-selected-border-width: var(--vs-border-width);--vs-dropdown-bg: #fff;--vs-dropdown-color: inherit;--vs-dropdown-z-index: 1000;--vs-dropdown-min-width: 160px;--vs-dropdown-max-height: 350px;--vs-dropdown-box-shadow: 0px 3px 6px 0px var(--vs-colors--darkest);--vs-dropdown-option-bg: #000;--vs-dropdown-option-color: var(--vs-dropdown-color);--vs-dropdown-option-padding: 3px 20px;--vs-dropdown-option--active-bg: #5897fb;--vs-dropdown-option--active-color: #fff;--vs-dropdown-option--deselect-bg: #fb5858;--vs-dropdown-option--deselect-color: #fff;--vs-transition-timing-function: cubic-bezier(1, -.115, .975, .855);--vs-transition-duration: .15s}.v-select{position:relative;font-family:inherit}.v-select,.v-select *{box-sizing:border-box}:root{--vs-transition-timing-function: cubic-bezier(1, .5, .8, 1);--vs-transition-duration: .15s}@-webkit-keyframes vSelectSpinner{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes vSelectSpinner{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.vs__fade-enter-active,.vs__fade-leave-active{pointer-events:none;transition:opacity var(--vs-transition-duration) var(--vs-transition-timing-function)}.vs__fade-enter,.vs__fade-leave-to{opacity:0}:root{--vs-disabled-bg: var(--vs-state-disabled-bg);--vs-disabled-color: var(--vs-state-disabled-color);--vs-disabled-cursor: var(--vs-state-disabled-cursor)}.vs--disabled .vs__dropdown-toggle,.vs--disabled .vs__clear,.vs--disabled .vs__search,.vs--disabled .vs__selected,.vs--disabled .vs__open-indicator{cursor:var(--vs-disabled-cursor);background-color:var(--vs-disabled-bg)}.v-select[dir=rtl] .vs__actions{padding:0 3px 0 6px}.v-select[dir=rtl] .vs__clear{margin-left:6px;margin-right:0}.v-select[dir=rtl] .vs__deselect{margin-left:0;margin-right:2px}.v-select[dir=rtl] .vs__dropdown-menu{text-align:right}.vs__dropdown-toggle{-webkit-appearance:none;-moz-appearance:none;appearance:none;display:flex;padding:0 0 4px;background:none;border:var(--vs-border-width) var(--vs-border-style) var(--vs-border-color);border-radius:var(--vs-border-radius);white-space:normal}.vs__selected-options{display:flex;flex-basis:100%;flex-grow:1;flex-wrap:wrap;padding:0 2px;position:relative}.vs__actions{display:flex;align-items:center;padding:var(--vs-actions-padding)}.vs--searchable .vs__dropdown-toggle{cursor:text}.vs--unsearchable .vs__dropdown-toggle{cursor:pointer}.vs--open .vs__dropdown-toggle{border-bottom-color:transparent;border-bottom-left-radius:0;border-bottom-right-radius:0}.vs__open-indicator{fill:var(--vs-controls-color);transform:scale(var(--vs-controls-size));transition:transform var(--vs-transition-duration) var(--vs-transition-timing-function);transition-timing-function:var(--vs-transition-timing-function)}.vs--open .vs__open-indicator{transform:rotate(180deg) scale(var(--vs-controls-size))}.vs--loading .vs__open-indicator{opacity:0}.vs__clear{fill:var(--vs-controls-color);padding:0;border:0;background-color:transparent;cursor:pointer;margin-right:8px}.vs__dropdown-menu{display:block;box-sizing:border-box;position:absolute;top:calc(100% - var(--vs-border-width));left:0;z-index:var(--vs-dropdown-z-index);padding:5px 0;margin:0;width:100%;max-height:var(--vs-dropdown-max-height);min-width:var(--vs-dropdown-min-width);overflow-y:auto;box-shadow:var(--vs-dropdown-box-shadow);border:var(--vs-border-width) var(--vs-border-style) var(--vs-border-color);border-top-style:none;border-radius:0 0 var(--vs-border-radius) var(--vs-border-radius);text-align:left;list-style:none;background:var(--vs-dropdown-bg);color:var(--vs-dropdown-color)}.vs__no-options{text-align:center}.vs__dropdown-option{line-height:1.42857143;display:block;padding:var(--vs-dropdown-option-padding);clear:both;color:var(--vs-dropdown-option-color);white-space:nowrap;cursor:pointer}.vs__dropdown-option--highlight{background:var(--vs-dropdown-option--active-bg);color:var(--vs-dropdown-option--active-color)}.vs__dropdown-option--deselect{background:var(--vs-dropdown-option--deselect-bg);color:var(--vs-dropdown-option--deselect-color)}.vs__dropdown-option--disabled{background:var(--vs-state-disabled-bg);color:var(--vs-state-disabled-color);cursor:var(--vs-state-disabled-cursor)}.vs__selected{display:flex;align-items:center;background-color:var(--vs-selected-bg);border:var(--vs-selected-border-width) var(--vs-selected-border-style) var(--vs-selected-border-color);border-radius:var(--vs-border-radius);color:var(--vs-selected-color);line-height:var(--vs-line-height);margin:4px 2px 0;padding:0 .25em;z-index:0}.vs__deselect{display:inline-flex;-webkit-appearance:none;-moz-appearance:none;appearance:none;margin-left:4px;padding:0;border:0;cursor:pointer;background:none;fill:var(--vs-controls-color);text-shadow:var(--vs-controls--deselect-text-shadow)}.vs--single .vs__selected{background-color:transparent;border-color:transparent}.vs--single.vs--open .vs__selected,.vs--single.vs--loading .vs__selected{position:absolute;opacity:.4}.vs--single.vs--searching .vs__selected{display:none}.vs__search::-webkit-search-cancel-button{display:none}.vs__search::-webkit-search-decoration,.vs__search::-webkit-search-results-button,.vs__search::-webkit-search-results-decoration,.vs__search::-ms-clear{display:none}.vs__search,.vs__search:focus{color:var(--vs-search-input-color);-webkit-appearance:none;-moz-appearance:none;appearance:none;line-height:var(--vs-line-height);font-size:var(--vs-font-size);border:1px solid transparent;border-left:none;outline:none;margin:4px 0 0;padding:0 7px;background:none;box-shadow:none;width:0;max-width:100%;flex-grow:1;z-index:1}.vs__search::-moz-placeholder{color:var(--vs-search-input-placeholder-color)}.vs__search::placeholder{color:var(--vs-search-input-placeholder-color)}.vs--unsearchable .vs__search{opacity:1}.vs--unsearchable:not(.vs--disabled) .vs__search{cursor:pointer}.vs--single.vs--searching:not(.vs--open):not(.vs--loading) .vs__search{opacity:.2}.vs__spinner{align-self:center;opacity:0;font-size:5px;text-indent:-9999em;overflow:hidden;border-top:.9em solid rgba(100,100,100,.1);border-right:.9em solid rgba(100,100,100,.1);border-bottom:.9em solid rgba(100,100,100,.1);border-left:.9em solid rgba(60,60,60,.45);transform:translateZ(0) scale(var(--vs-controls--spinner-size, var(--vs-controls-size)));-webkit-animation:vSelectSpinner 1.1s infinite linear;animation:vSelectSpinner 1.1s infinite linear;transition:opacity .1s}.vs__spinner,.vs__spinner:after{border-radius:50%;width:5em;height:5em;transform:scale(var(--vs-controls--spinner-size, var(--vs-controls-size)))}.vs--loading .vs__spinner{opacity:1}@font-face{font-family:lg;src:url(/build/assets/lg-965a0e5f.woff2?io9a6k) format("woff2"),url(/build/assets/lg-22b72ba5.ttf?io9a6k) format("truetype"),url(/build/assets/lg-fefc5c0d.woff?io9a6k) format("woff"),url(/build/assets/lg-f2fe1c00.svg?io9a6k#lg) format("svg");font-weight:400;font-style:normal;font-display:block}.lg-icon{font-family:lg!important;speak:never;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.lg-container{font-family:system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,Liberation Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji"}.lg-next,.lg-prev{background-color:#00000073;border-radius:2px;color:#999;cursor:pointer;display:block;font-size:22px;margin-top:-10px;padding:8px 10px 9px;position:absolute;top:50%;z-index:1084;outline:0;border:none}.lg-next.disabled,.lg-prev.disabled{opacity:0!important;cursor:default}.lg-next:hover:not(.disabled),.lg-prev:hover:not(.disabled){color:#fff}.lg-single-item .lg-next,.lg-single-item .lg-prev{display:none}.lg-next{right:20px}.lg-next:before{content:""}.lg-prev{left:20px}.lg-prev:after{content:""}@-webkit-keyframes lg-right-end{0%{left:0}50%{left:-30px}to{left:0}}@-moz-keyframes lg-right-end{0%{left:0}50%{left:-30px}to{left:0}}@-ms-keyframes lg-right-end{0%{left:0}50%{left:-30px}to{left:0}}@keyframes lg-right-end{0%{left:0}50%{left:-30px}to{left:0}}@-webkit-keyframes lg-left-end{0%{left:0}50%{left:30px}to{left:0}}@-moz-keyframes lg-left-end{0%{left:0}50%{left:30px}to{left:0}}@-ms-keyframes lg-left-end{0%{left:0}50%{left:30px}to{left:0}}@keyframes lg-left-end{0%{left:0}50%{left:30px}to{left:0}}.lg-outer.lg-right-end .lg-object{-webkit-animation:lg-right-end .3s;-o-animation:lg-right-end .3s;animation:lg-right-end .3s;position:relative}.lg-outer.lg-left-end .lg-object{-webkit-animation:lg-left-end .3s;-o-animation:lg-left-end .3s;animation:lg-left-end .3s;position:relative}.lg-toolbar{z-index:1082;left:0;position:absolute;top:0;width:100%}.lg-media-overlap .lg-toolbar{background-image:linear-gradient(0deg,rgba(0,0,0,0),rgba(0,0,0,.4))}.lg-toolbar .lg-icon{color:#999;cursor:pointer;float:right;font-size:24px;height:47px;line-height:27px;padding:10px 0;text-align:center;width:50px;text-decoration:none!important;outline:medium none;will-change:color;-webkit-transition:color .2s linear;-o-transition:color .2s linear;transition:color .2s linear;background:0 0;border:none;box-shadow:none}.lg-toolbar .lg-icon.lg-icon-18{font-size:18px}.lg-toolbar .lg-icon:hover{color:#fff}.lg-toolbar .lg-close:after{content:""}.lg-toolbar .lg-maximize{font-size:22px}.lg-toolbar .lg-maximize:after{content:""}.lg-toolbar .lg-download:after{content:""}.lg-sub-html{color:#eee;font-size:16px;padding:10px 40px;text-align:center;z-index:1080;opacity:0;-webkit-transition:opacity .2s ease-out 0s;-o-transition:opacity .2s ease-out 0s;transition:opacity .2s ease-out 0s}.lg-sub-html h4{margin:0;font-size:13px;font-weight:700}.lg-sub-html p{font-size:12px;margin:5px 0 0}.lg-sub-html a{color:inherit}.lg-sub-html a:hover{text-decoration:underline}.lg-media-overlap .lg-sub-html{background-image:linear-gradient(180deg,rgba(0,0,0,0),rgba(0,0,0,.6))}.lg-item .lg-sub-html{position:absolute;bottom:0;right:0;left:0}.lg-error-msg{font-size:14px;color:#999}.lg-counter{color:#999;display:inline-block;font-size:16px;padding-left:20px;padding-top:12px;height:47px;vertical-align:middle}.lg-closing .lg-next,.lg-closing .lg-prev,.lg-closing .lg-sub-html,.lg-closing .lg-toolbar{opacity:0;-webkit-transition:-webkit-transform .08 cubic-bezier(0,0,.25,1) 0s,opacity .08 cubic-bezier(0,0,.25,1) 0s,color .08 linear;-moz-transition:-moz-transform .08 cubic-bezier(0,0,.25,1) 0s,opacity .08 cubic-bezier(0,0,.25,1) 0s,color .08 linear;-o-transition:-o-transform .08 cubic-bezier(0,0,.25,1) 0s,opacity .08 cubic-bezier(0,0,.25,1) 0s,color .08 linear;transition:transform .08 cubic-bezier(0,0,.25,1) 0s,opacity .08 cubic-bezier(0,0,.25,1) 0s,color .08 linear}body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable) .lg-img-wrap,body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable) .lg-media-cont,body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable) .lg-video-cont{opacity:0;-moz-transform:scale3d(.5,.5,.5);-o-transform:scale3d(.5,.5,.5);-ms-transform:scale3d(.5,.5,.5);-webkit-transform:scale3d(.5,.5,.5);transform:scale3d(.5,.5,.5);will-change:transform,opacity;-webkit-transition:-webkit-transform .25s cubic-bezier(0,0,.25,1) 0s,opacity .25s cubic-bezier(0,0,.25,1)!important;-moz-transition:-moz-transform .25s cubic-bezier(0,0,.25,1) 0s,opacity .25s cubic-bezier(0,0,.25,1)!important;-o-transition:-o-transform .25s cubic-bezier(0,0,.25,1) 0s,opacity .25s cubic-bezier(0,0,.25,1)!important;transition:transform .25s cubic-bezier(0,0,.25,1) 0s,opacity .25s cubic-bezier(0,0,.25,1)!important}body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable).lg-complete .lg-img-wrap,body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable).lg-complete .lg-media-cont,body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable).lg-complete .lg-video-cont{opacity:1;-moz-transform:scale3d(1,1,1);-o-transform:scale3d(1,1,1);-ms-transform:scale3d(1,1,1);-webkit-transform:scale3d(1,1,1);transform:scaleZ(1)}.lg-icon:focus-visible{color:#fff;border-radius:3px;outline:1px dashed rgba(255,255,255,.6)}.lg-toolbar .lg-icon:focus-visible{border-radius:8px;outline-offset:-5px}.lg-outer .lg-thumb-outer{background-color:#0d0a0a;width:100%;max-height:350px;overflow:hidden;float:left}.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item{cursor:-webkit-grab;cursor:-moz-grab;cursor:-o-grab;cursor:-ms-grab;cursor:grab}.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item{cursor:move;cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:-o-grabbing;cursor:-ms-grabbing;cursor:grabbing}.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb,.lg-outer .lg-thumb-outer.lg-rebuilding-thumbnails .lg-thumb{-webkit-transition-duration:0s!important;transition-duration:0s!important}.lg-outer .lg-thumb-outer.lg-thumb-align-middle{text-align:center}.lg-outer .lg-thumb-outer.lg-thumb-align-left{text-align:left}.lg-outer .lg-thumb-outer.lg-thumb-align-right{text-align:right}.lg-outer.lg-single-item .lg-thumb-outer{display:none}.lg-outer .lg-thumb{padding:5px 0;height:100%;margin-bottom:-5px;display:inline-block;vertical-align:middle}@media (min-width:768px){.lg-outer .lg-thumb{padding:10px 0}}.lg-outer .lg-thumb-item{cursor:pointer;float:left;overflow:hidden;height:100%;border-radius:2px;margin-bottom:5px;will-change:border-color}@media (min-width:768px){.lg-outer .lg-thumb-item{border-radius:4px;border:2px solid #fff;-webkit-transition:border-color .25s ease;-o-transition:border-color .25s ease;transition:border-color .25s ease}}.lg-outer .lg-thumb-item.active,.lg-outer .lg-thumb-item:hover{border-color:#a90707}.lg-outer .lg-thumb-item img{width:100%;height:100%;object-fit:cover;display:block}.lg-outer.lg-can-toggle .lg-item{padding-bottom:0}.lg-outer .lg-toggle-thumb:after{content:""}.lg-outer.lg-animate-thumb .lg-thumb{-webkit-transition-timing-function:cubic-bezier(.215,.61,.355,1);transition-timing-function:cubic-bezier(.215,.61,.355,1)}.lg-outer .lg-video-cont{text-align:center;display:inline-block;vertical-align:middle;position:relative}.lg-outer .lg-video-cont .lg-object{width:100%!important;height:100%!important}.lg-outer .lg-has-iframe .lg-video-cont{-webkit-overflow-scrolling:touch;overflow:auto}.lg-outer .lg-video-object{position:absolute;left:0;right:0;width:100%;height:100%;top:0;bottom:0;z-index:3}.lg-outer .lg-video-poster{z-index:1}.lg-outer .lg-has-video .lg-video-object{opacity:0;will-change:opacity;-webkit-transition:opacity .3s ease-in;-o-transition:opacity .3s ease-in;transition:opacity .3s ease-in}.lg-outer .lg-has-video.lg-video-loaded .lg-video-play-button,.lg-outer .lg-has-video.lg-video-loaded .lg-video-poster{opacity:0!important}.lg-outer .lg-has-video.lg-video-loaded .lg-video-object{opacity:1}@keyframes lg-play-stroke{0%{stroke-dasharray:1,200;stroke-dashoffset:0}50%{stroke-dasharray:89,200;stroke-dashoffset:-35px}to{stroke-dasharray:89,200;stroke-dashoffset:-124px}}@keyframes lg-play-rotate{to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.lg-video-play-button{width:18%;max-width:140px;position:absolute;top:50%;left:50%;z-index:2;cursor:pointer;transform:translate(-50%,-50%) scale(1);will-change:opacity,transform;-webkit-transition:-webkit-transform .25s cubic-bezier(.17,.88,.32,1.28),opacity .1s;-moz-transition:-moz-transform .25s cubic-bezier(.17,.88,.32,1.28),opacity .1s;-o-transition:-o-transform .25s cubic-bezier(.17,.88,.32,1.28),opacity .1s;transition:transform .25s cubic-bezier(.17,.88,.32,1.28),opacity .1s}.lg-video-play-button:hover .lg-video-play-icon,.lg-video-play-button:hover .lg-video-play-icon-bg{opacity:1}.lg-video-play-icon-bg{fill:none;stroke-width:3%;stroke:#fcfcfc;opacity:.6;will-change:opacity;-webkit-transition:opacity .12s ease-in;-o-transition:opacity .12s ease-in;transition:opacity .12s ease-in}.lg-video-play-icon-circle{position:absolute;top:0;left:0;bottom:0;right:0;fill:none;stroke-width:3%;stroke:#1e1e1ee6;stroke-opacity:1;stroke-linecap:round;stroke-dasharray:200;stroke-dashoffset:200}.lg-video-play-icon{position:absolute;width:25%;max-width:120px;left:50%;top:50%;transform:translate3d(-50%,-50%,0);opacity:.6;will-change:opacity;-webkit-transition:opacity .12s ease-in;-o-transition:opacity .12s ease-in;transition:opacity .12s ease-in}.lg-video-play-icon .lg-video-play-icon-inner{fill:#fcfcfc}.lg-video-loading .lg-video-play-icon-circle{animation:lg-play-rotate 2s linear .25s infinite,lg-play-stroke 1.5s ease-in-out .25s infinite}.lg-video-loaded .lg-video-play-button{opacity:0;transform:translate(-50%,-50%) scale(.7)}.lg-progress-bar{background-color:#333;height:5px;left:0;position:absolute;top:0;width:100%;z-index:1083;opacity:0;will-change:opacity;-webkit-transition:opacity 80ms ease 0s;-moz-transition:opacity 80ms ease 0s;-o-transition:opacity 80ms ease 0s;transition:opacity 80ms ease 0s}.lg-progress-bar .lg-progress{background-color:#a90707;height:5px;width:0}.lg-progress-bar.lg-start .lg-progress{width:100%}.lg-show-autoplay .lg-progress-bar{opacity:1}.lg-autoplay-button:after{content:""}.lg-show-autoplay .lg-autoplay-button:after{content:""}.lg-single-item .lg-autoplay-button{opacity:.75;pointer-events:none}.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image,.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap{-webkit-transition-duration:0s!important;transition-duration:0s!important}.lg-outer.lg-use-transition-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap{will-change:transform;-webkit-transition:-webkit-transform .5s cubic-bezier(.12,.415,.01,1.19) 0s;-moz-transition:-moz-transform .5s cubic-bezier(.12,.415,.01,1.19) 0s;-o-transition:-o-transform .5s cubic-bezier(.12,.415,.01,1.19) 0s;transition:transform .5s cubic-bezier(.12,.415,.01,1.19) 0s}.lg-outer.lg-use-transition-for-zoom.lg-zoom-drag-transition .lg-item.lg-complete.lg-zoomable .lg-img-wrap{will-change:transform;-webkit-transition:-webkit-transform .8s cubic-bezier(0,0,.25,1) 0s;-moz-transition:-moz-transform .8s cubic-bezier(0,0,.25,1) 0s;-o-transition:-o-transform .8s cubic-bezier(0,0,.25,1) 0s;transition:transform .8s cubic-bezier(0,0,.25,1) 0s}.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap{-webkit-transform:translate3d(0,0,0);transform:translateZ(0);-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;backface-visibility:hidden}.lg-outer .lg-item.lg-complete.lg-zoomable .lg-dummy-img,.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image{-webkit-transform:scale3d(1,1,1);transform:scaleZ(1);-webkit-transition:-webkit-transform .5s cubic-bezier(.12,.415,.01,1.19) 0s,opacity .15s!important;-moz-transition:-moz-transform .5s cubic-bezier(.12,.415,.01,1.19) 0s,opacity .15s!important;-o-transition:-o-transform .5s cubic-bezier(.12,.415,.01,1.19) 0s,opacity .15s!important;transition:transform .5s cubic-bezier(.12,.415,.01,1.19) 0s,opacity .15s!important;-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;backface-visibility:hidden}.lg-outer .lg-item.lg-complete.lg-zoomable .lg-dummy-img.no-transition,.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image.no-transition{transition:none!important}.lg-outer .lg-item.lg-complete.lg-zoomable .lg-dummy-img.reset-transition,.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image.reset-transition{transform:scaleZ(1) translate3d(-50%,-50%,0)!important;max-width:none!important;max-height:none!important;top:50%!important;left:50%!important}.lg-outer .lg-item.lg-complete.lg-zoomable .lg-dummy-img.reset-transition-x,.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image.reset-transition-x{transform:scaleZ(1) translate3d(-50%,0,0)!important;top:0!important;left:50%!important;max-width:none!important;max-height:none!important}.lg-outer .lg-item.lg-complete.lg-zoomable .lg-dummy-img.reset-transition-y,.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image.reset-transition-y{transform:scaleZ(1) translate3d(0,-50%,0)!important;top:50%!important;left:0!important;max-width:none!important;max-height:none!important}.lg-icon.lg-zoom-in:after{content:""}.lg-actual-size .lg-icon.lg-zoom-in{opacity:1;pointer-events:auto}.lg-icon.lg-actual-size{font-size:20px}.lg-icon.lg-actual-size:after{content:""}.lg-icon.lg-zoom-out{opacity:.5;pointer-events:none}.lg-icon.lg-zoom-out:after{content:""}.lg-zoomed .lg-icon.lg-zoom-out{opacity:1;pointer-events:auto}.lg-outer.lg-first-slide-loading .lg-actual-size,.lg-outer.lg-first-slide-loading .lg-zoom-in,.lg-outer.lg-first-slide-loading .lg-zoom-out,.lg-outer[data-lg-slide-type=iframe] .lg-actual-size,.lg-outer[data-lg-slide-type=iframe] .lg-zoom-in,.lg-outer[data-lg-slide-type=iframe] .lg-zoom-out,.lg-outer[data-lg-slide-type=video] .lg-actual-size,.lg-outer[data-lg-slide-type=video] .lg-zoom-in,.lg-outer[data-lg-slide-type=video] .lg-zoom-out{opacity:.75;pointer-events:none}.lg-outer .lg-pager-outer{text-align:center;z-index:1080;height:10px;margin-bottom:10px}.lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont{overflow:visible}.lg-outer.lg-single-item .lg-pager-outer{display:none}.lg-outer .lg-pager-cont{cursor:pointer;display:inline-block;overflow:hidden;position:relative;vertical-align:top;margin:0 5px}.lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}.lg-outer .lg-pager-cont.lg-pager-active .lg-pager{box-shadow:0 0 0 2px #fff inset}.lg-outer .lg-pager-thumb-cont{background-color:#fff;color:#fff;bottom:100%;height:83px;left:0;margin-bottom:20px;margin-left:-60px;opacity:0;padding:5px;position:absolute;width:120px;border-radius:3px;will-change:transform,opacity;-webkit-transition:opacity .15s ease 0s,-webkit-transform .15s ease 0s;-moz-transition:opacity .15s ease 0s,-moz-transform .15s ease 0s;-o-transition:opacity .15s ease 0s,-o-transform .15s ease 0s;transition:opacity .15s ease 0s,transform .15s ease 0s;-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}.lg-outer .lg-pager-thumb-cont img{width:100%;height:100%}.lg-outer .lg-pager{background-color:#ffffff80;border-radius:50%;box-shadow:0 0 0 8px #ffffffb3 inset;display:block;height:12px;-webkit-transition:box-shadow .3s ease 0s;-o-transition:box-shadow .3s ease 0s;transition:box-shadow .3s ease 0s;width:12px}.lg-outer .lg-pager:focus,.lg-outer .lg-pager:hover{box-shadow:0 0 0 8px #fff inset}.lg-outer .lg-caret{border-left:10px solid transparent;border-right:10px solid transparent;border-top:10px dashed;bottom:-10px;display:inline-block;height:0;left:50%;margin-left:-5px;position:absolute;vertical-align:middle;width:0}.lg-fullscreen:after{content:""}.lg-fullscreen-on .lg-fullscreen:after{content:""}.lg-outer .lg-dropdown-overlay{background-color:#00000040;bottom:0;cursor:default;left:0;position:absolute;right:0;top:0;z-index:1081;opacity:0;visibility:hidden;will-change:visibility,opacity;-webkit-transition:visibility 0s linear .18s,opacity .18s linear 0s;-o-transition:visibility 0s linear .18s,opacity .18s linear 0s;transition:visibility 0s linear .18s,opacity .18s linear 0s}.lg-outer.lg-dropdown-active .lg-dropdown,.lg-outer.lg-dropdown-active .lg-dropdown-overlay{-webkit-transition-delay:0s;transition-delay:0s;-moz-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-webkit-transform:translate3d(0,0,0);transform:translateZ(0);opacity:1;visibility:visible}.lg-outer.lg-dropdown-active .lg-share{color:#fff}.lg-outer .lg-dropdown{background-color:#fff;border-radius:2px;font-size:14px;list-style-type:none;margin:0;padding:10px 0;position:absolute;right:0;text-align:left;top:50px;opacity:0;visibility:hidden;-moz-transform:translate3d(0,5px,0);-o-transform:translate3d(0,5px,0);-ms-transform:translate3d(0,5px,0);-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0);will-change:visibility,opacity,transform;-webkit-transition:-webkit-transform .18s linear 0s,visibility 0s linear .5s,opacity .18s linear 0s;-moz-transition:-moz-transform .18s linear 0s,visibility 0s linear .5s,opacity .18s linear 0s;-o-transition:-o-transform .18s linear 0s,visibility 0s linear .5s,opacity .18s linear 0s;transition:transform .18s linear 0s,visibility 0s linear .5s,opacity .18s linear 0s}.lg-outer .lg-dropdown:after{content:"";display:block;height:0;width:0;position:absolute;border:8px solid transparent;border-bottom-color:#fff;right:16px;top:-16px}.lg-outer .lg-dropdown>li:last-child{margin-bottom:0}.lg-outer .lg-dropdown>li:hover a{color:#333}.lg-outer .lg-dropdown a{color:#333;display:block;white-space:pre;padding:4px 12px;font-family:Open Sans,Helvetica Neue,Helvetica,Arial,sans-serif;font-size:12px}.lg-outer .lg-dropdown a:hover{background-color:#00000012}.lg-outer .lg-dropdown .lg-dropdown-text{display:inline-block;line-height:1;margin-top:-3px;vertical-align:middle}.lg-outer .lg-dropdown .lg-icon{color:#333;display:inline-block;float:none;font-size:20px;height:auto;line-height:1;margin-right:8px;padding:0;vertical-align:middle;width:auto}.lg-outer .lg-share{position:relative}.lg-outer .lg-share:after{content:""}.lg-outer .lg-share-facebook .lg-icon{color:#3b5998}.lg-outer .lg-share-facebook .lg-icon:after{content:""}.lg-outer .lg-share-twitter .lg-icon{color:#00aced}.lg-outer .lg-share-twitter .lg-icon:after{content:""}.lg-outer .lg-share-pinterest .lg-icon{color:#cb2027}.lg-outer .lg-share-pinterest .lg-icon:after{content:""}.lg-comment-box{width:420px;max-width:100%;position:absolute;right:0;top:0;bottom:0;z-index:9999;background-color:#fff;will-change:transform;-moz-transform:translate3d(100%,0,0);-o-transform:translate3d(100%,0,0);-ms-transform:translate3d(100%,0,0);-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);-webkit-transition:-webkit-transform .4s cubic-bezier(0,0,.25,1) 0s;-moz-transition:-moz-transform .4s cubic-bezier(0,0,.25,1) 0s;-o-transition:-o-transform .4s cubic-bezier(0,0,.25,1) 0s;transition:transform .4s cubic-bezier(0,0,.25,1) 0s}.lg-comment-box .lg-comment-title{margin:0;color:#fff;font-size:18px}.lg-comment-box .lg-comment-header{background-color:#000;padding:12px 20px;position:absolute;left:0;right:0;top:0}.lg-comment-box .lg-comment-body{height:100%!important;padding-top:43px!important;width:100%!important}.lg-comment-box .fb-comments{height:100%;width:100%;background:url(/build/assets/loading-298ad3ff.gif) no-repeat scroll center center #fff;overflow-y:auto;display:inline-block}.lg-comment-box .fb-comments[fb-xfbml-state=rendered]{background-image:none}.lg-comment-box .fb-comments>span{max-width:100%}.lg-comment-box .lg-comment-close{position:absolute;right:5px;top:12px;cursor:pointer;font-size:20px;color:#999;will-change:color;-webkit-transition:color .2s linear;-o-transition:color .2s linear;transition:color .2s linear}.lg-comment-box .lg-comment-close:hover{color:#fff}.lg-comment-box .lg-comment-close:after{content:""}.lg-comment-box iframe{max-width:100%!important;width:100%!important}.lg-comment-box #disqus_thread{padding:0 20px}.lg-outer .lg-comment-overlay{background-color:#00000040;bottom:0;cursor:default;left:0;position:fixed;right:0;top:0;z-index:1081;opacity:0;visibility:hidden;will-change:visibility,opacity;-webkit-transition:visibility 0s linear .18s,opacity .18s linear 0s;-o-transition:visibility 0s linear .18s,opacity .18s linear 0s;transition:visibility 0s linear .18s,opacity .18s linear 0s}.lg-outer .lg-comment-toggle:after{content:""}.lg-outer.lg-comment-active .lg-comment-overlay{-webkit-transition-delay:0s;transition-delay:0s;-moz-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-webkit-transform:translate3d(0,0,0);transform:translateZ(0);opacity:1;visibility:visible}.lg-outer.lg-comment-active .lg-comment-toggle{color:#fff}.lg-outer.lg-comment-active .lg-comment-box{-moz-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}.lg-outer .lg-img-rotate{position:absolute;left:0;right:0;top:0;bottom:0;-webkit-transition:-webkit-transform .4s cubic-bezier(0,0,.25,1) 0s;-moz-transition:-moz-transform .4s cubic-bezier(0,0,.25,1) 0s;-o-transition:-o-transform .4s cubic-bezier(0,0,.25,1) 0s;transition:transform .4s cubic-bezier(0,0,.25,1) 0s}.lg-outer[data-lg-slide-type=iframe] .lg-flip-hor,.lg-outer[data-lg-slide-type=iframe] .lg-flip-ver,.lg-outer[data-lg-slide-type=iframe] .lg-rotate-left,.lg-outer[data-lg-slide-type=iframe] .lg-rotate-right,.lg-outer[data-lg-slide-type=video] .lg-flip-hor,.lg-outer[data-lg-slide-type=video] .lg-flip-ver,.lg-outer[data-lg-slide-type=video] .lg-rotate-left,.lg-outer[data-lg-slide-type=video] .lg-rotate-right{opacity:.75;pointer-events:none}.lg-outer .lg-img-rotate:before{content:"";display:inline-block;height:100%;vertical-align:middle}.lg-rotate-left:after{content:""}.lg-rotate-right:after{content:""}.lg-icon.lg-flip-hor,.lg-icon.lg-flip-ver{font-size:26px}.lg-flip-ver:after{content:""}.lg-flip-hor:after{content:""}.lg-medium-zoom-item{cursor:zoom-in}.lg-medium-zoom .lg-outer,.lg-medium-zoom .lg-outer.lg-grab img.lg-object,.lg-medium-zoom .lg-outer.lg-grabbing img.lg-object{cursor:zoom-out}.lg-relative-caption .lg-outer .lg-sub-html{white-space:normal;bottom:auto;padding:0;background-image:none}.lg-relative-caption .lg-outer .lg-relative-caption-item{opacity:0;padding:16px 0;transition:.5s opacity ease}.lg-relative-caption .lg-outer .lg-show-caption .lg-relative-caption-item{opacity:1}.lg-group:after{content:"";display:table;clear:both}.lg-container{display:none;outline:0}.lg-on{scroll-behavior:unset}.lg-overlay-open{overflow:hidden}.lg-hide-sub-html .lg-sub-html,.lg-next,.lg-pager-outer,.lg-prev,.lg-toolbar{opacity:0;will-change:transform,opacity;-webkit-transition:-webkit-transform .25s cubic-bezier(0,0,.25,1) 0s,opacity .25s cubic-bezier(0,0,.25,1) 0s;-moz-transition:-moz-transform .25s cubic-bezier(0,0,.25,1) 0s,opacity .25s cubic-bezier(0,0,.25,1) 0s;-o-transition:-o-transform .25s cubic-bezier(0,0,.25,1) 0s,opacity .25s cubic-bezier(0,0,.25,1) 0s;transition:transform .25s cubic-bezier(0,0,.25,1) 0s,opacity .25s cubic-bezier(0,0,.25,1) 0s}.lg-show-in .lg-next,.lg-show-in .lg-pager-outer,.lg-show-in .lg-prev,.lg-show-in .lg-toolbar,.lg-show-in.lg-hide-sub-html .lg-sub-html{opacity:1}.lg-show-in .lg-hide-items .lg-prev{opacity:0;-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}.lg-show-in .lg-hide-items .lg-next{opacity:0;-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}.lg-show-in .lg-hide-items .lg-toolbar{opacity:0;-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}.lg-show-in .lg-hide-items.lg-hide-sub-html .lg-sub-html{opacity:0;-webkit-transform:translate3d(0,20px,0);transform:translate3d(0,20px,0)}.lg-outer{width:100%;height:100%;position:fixed;top:0;left:0;z-index:1050;text-align:left;opacity:.001;outline:0;will-change:auto;overflow:hidden;-webkit-transition:opacity .15s ease 0s;-o-transition:opacity .15s ease 0s;transition:opacity .15s ease 0s}.lg-outer *{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.lg-outer.lg-zoom-from-image,.lg-outer.lg-visible{opacity:1}.lg-outer.lg-css3 .lg-item:not(.lg-start-end-progress).lg-current,.lg-outer.lg-css3 .lg-item:not(.lg-start-end-progress).lg-next-slide,.lg-outer.lg-css3 .lg-item:not(.lg-start-end-progress).lg-prev-slide{-webkit-transition-duration:inherit!important;transition-duration:inherit!important;-webkit-transition-timing-function:inherit!important;transition-timing-function:inherit!important}.lg-outer.lg-css3.lg-dragging .lg-item.lg-current,.lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide,.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide{-webkit-transition-duration:0s!important;transition-duration:0s!important;opacity:1}.lg-outer.lg-grab img.lg-object{cursor:-webkit-grab;cursor:-moz-grab;cursor:-o-grab;cursor:-ms-grab;cursor:grab}.lg-outer.lg-grabbing img.lg-object{cursor:move;cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:-o-grabbing;cursor:-ms-grabbing;cursor:grabbing}.lg-outer .lg-content{position:absolute;top:0;left:0;right:0;bottom:0}.lg-outer .lg-inner{width:100%;position:absolute;left:0;top:0;bottom:0;-webkit-transition:opacity 0s;-o-transition:opacity 0s;transition:opacity 0s;white-space:nowrap}.lg-outer .lg-item{display:none!important}.lg-outer .lg-item:not(.lg-start-end-progress){background:url(/build/assets/loading-298ad3ff.gif) no-repeat scroll center center transparent}.lg-outer.lg-css3 .lg-current,.lg-outer.lg-css3 .lg-next-slide,.lg-outer.lg-css3 .lg-prev-slide,.lg-outer.lg-css .lg-current{display:inline-block!important}.lg-outer .lg-img-wrap,.lg-outer .lg-item{display:inline-block;text-align:center;position:absolute;width:100%;height:100%}.lg-outer .lg-img-wrap:before,.lg-outer .lg-item:before{content:"";display:inline-block;height:100%;vertical-align:middle}.lg-outer .lg-img-wrap{position:absolute;left:0;right:0;top:0;bottom:0;white-space:nowrap;font-size:0}.lg-outer .lg-item.lg-complete{background-image:none}.lg-outer .lg-item.lg-current{z-index:1060}.lg-outer .lg-object{display:inline-block;vertical-align:middle;max-width:100%;max-height:100%;width:auto;height:auto;position:relative}.lg-outer .lg-empty-html .lg-sub-html,.lg-outer .lg-empty-html.lg-sub-html{display:none}.lg-outer.lg-hide-download .lg-download{opacity:.75;pointer-events:none}.lg-outer .lg-first-slide .lg-dummy-img{position:absolute;top:50%;left:50%}.lg-outer.lg-components-open:not(.lg-zoomed) .lg-components{-webkit-transform:translate3d(0,0,0);transform:translateZ(0);opacity:1}.lg-outer.lg-components-open:not(.lg-zoomed) .lg-sub-html{opacity:1;transition:opacity .2s ease-out .15s}.lg-outer .lg-media-cont{text-align:center;display:inline-block;vertical-align:middle;position:relative}.lg-outer .lg-media-cont .lg-object{width:100%!important;height:100%!important}.lg-outer .lg-has-iframe .lg-media-cont{-webkit-overflow-scrolling:touch;overflow:auto}.lg-backdrop{position:fixed;top:0;left:0;right:0;bottom:0;z-index:1040;background-color:#000;opacity:0;will-change:auto;-webkit-transition:opacity 333ms ease-in 0s;-o-transition:opacity 333ms ease-in 0s;transition:opacity 333ms ease-in 0s}.lg-backdrop.in{opacity:1}.lg-css3.lg-no-trans .lg-current,.lg-css3.lg-no-trans .lg-next-slide,.lg-css3.lg-no-trans .lg-prev-slide{-webkit-transition:none 0s ease 0s!important;-moz-transition:none 0s ease 0s!important;-o-transition:none 0s ease 0s!important;transition:none 0s ease 0s!important}.lg-css3.lg-use-css3 .lg-item{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;backface-visibility:hidden}.lg-css3.lg-fade .lg-item{opacity:0}.lg-css3.lg-fade .lg-item.lg-current{opacity:1}.lg-css3.lg-fade .lg-item.lg-current,.lg-css3.lg-fade .lg-item.lg-next-slide,.lg-css3.lg-fade .lg-item.lg-prev-slide{-webkit-transition:opacity .1s ease 0s;-moz-transition:opacity .1s ease 0s;-o-transition:opacity .1s ease 0s;transition:opacity .1s ease 0s}.lg-css3.lg-use-css3 .lg-item.lg-start-progress{-webkit-transition:-webkit-transform 1s cubic-bezier(.175,.885,.32,1.275) 0s;-moz-transition:-moz-transform 1s cubic-bezier(.175,.885,.32,1.275) 0s;-o-transition:-o-transform 1s cubic-bezier(.175,.885,.32,1.275) 0s;transition:transform 1s cubic-bezier(.175,.885,.32,1.275) 0s}.lg-css3.lg-use-css3 .lg-item.lg-start-end-progress{-webkit-transition:-webkit-transform 1s cubic-bezier(0,0,.25,1) 0s;-moz-transition:-moz-transform 1s cubic-bezier(0,0,.25,1) 0s;-o-transition:-o-transform 1s cubic-bezier(0,0,.25,1) 0s;transition:transform 1s cubic-bezier(0,0,.25,1) 0s}.lg-css3.lg-slide.lg-use-css3 .lg-item{opacity:0}.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current{-webkit-transform:translate3d(0,0,0);transform:translateZ(0);opacity:1}.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current,.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide,.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide{-webkit-transition:-webkit-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;-moz-transition:-moz-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;-o-transition:-o-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;transition:transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s}.lg-container{display:none}.lg-container.lg-show{display:block}.lg-container.lg-dragging-vertical .lg-backdrop{-webkit-transition-duration:0s!important;transition-duration:0s!important}.lg-container.lg-dragging-vertical .lg-css3 .lg-item.lg-current{-webkit-transition-duration:0s!important;transition-duration:0s!important;opacity:1}.lg-inline .lg-backdrop,.lg-inline .lg-outer{position:absolute}.lg-inline .lg-backdrop{z-index:1}.lg-inline .lg-outer{z-index:2}.lg-inline .lg-maximize:after{content:""}.lg-components{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);will-change:transform;-webkit-transition:-webkit-transform .35s ease-out 0s;-moz-transition:-moz-transform .35s ease-out 0s;-o-transition:-o-transform .35s ease-out 0s;transition:transform .35s ease-out 0s;z-index:1080;position:absolute;bottom:0;right:0;left:0}@font-face{font-family:Tilda Sans VF;font-style:normal;font-weight:300;font-display:block;src:url(/build/assets/TildaSans-Light-237031a6.woff) format("woff"),url(/build/assets/TildaSans-Light-da89b4ce.woff2) format("woff2"),url(/build/assets/TildaSans-Light-0bf768f2.eot) format("eot")}@font-face{font-family:Tilda Sans VF;font-style:normal;font-weight:400;font-display:block;src:url(/build/assets/TildaSans-Regular-c353d728.woff) format("woff"),url(/build/assets/TildaSans-Regular-4e622480.woff2) format("woff2"),url(/build/assets/TildaSans-Regular-12960235.eot) format("eot")}@font-face{font-family:Tilda Sans VF;font-style:normal;font-weight:500;font-display:block;src:url(/build/assets/TildaSans-Medium-6d970c76.woff) format("woff"),url(/build/assets/TildaSans-Medium-853a5496.woff2) format("woff2"),url(/build/assets/TildaSans-Medium-2f3369be.eot) format("eot")}@font-face{font-family:Tilda Sans VF;font-style:normal;font-weight:600;font-display:block;src:url(/build/assets/TildaSans-Semibold-d83f853b.woff) format("woff"),url(/build/assets/TildaSans-Semibold-c860c89f.woff2) format("woff2"),url(/build/assets/TildaSans-Semibold-2fa26bd4.eot) format("eot")}@font-face{font-family:Tilda Sans VF;font-style:normal;font-weight:700;font-display:block;src:url(/build/assets/TildaSans-Bold-8d2487f9.woff) format("woff"),url(/build/assets/TildaSans-Bold-e61f948b.woff2) format("woff2"),url(/build/assets/TildaSans-Bold-41856d07.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-79394345.woff) format("woff"),url(/build/assets/TildaSans-Black-0bb6cb4b.woff2) format("woff2"),url(/build/assets/TildaSans-Black-00a7ad92.eot) format("eot")}h1,.h1,.h1>input{font-size:64px;font-style:normal;font-weight:300;line-height:120%;text-transform:uppercase;font-family:Tilda Sans VF,sans-serif}@media screen and (max-width: 1439px){h1,.h1,.h1>input{font-size:32px;line-height:110%}}h2,.h2,h2 span,.h2 span{font-size:48px;font-weight:300;line-height:110%;letter-spacing:-.48px;text-transform:uppercase}@media screen and (max-width: 1439px){h2,.h2,h2 span,.h2 span{font-size:28px;line-height:100%;letter-spacing:unset}}@media screen and (max-width: 767px){h2,.h2,h2 span,.h2 span{font-size:28px}}h3,.h3,h3 span,.h3 span{font-size:40px;font-weight:300;line-height:100%;letter-spacing:-.8px;text-transform:uppercase}@media screen and (max-width: 1439px){h3,.h3,h3 span,.h3 span{font-size:24px;line-height:100%;letter-spacing:unset}}@media screen and (max-width: 767px){h3,.h3,h3 span,.h3 span{font-size:24px;letter-spacing:unset}}h4,.h4,h4 span,.h4 span{font-size:32px;font-weight:300;line-height:100%;letter-spacing:-.96px;text-transform:uppercase}@media screen and (max-width: 1439px){h4,.h4,h4 span,.h4 span{font-size:20px;line-height:100%}}.lead{font-size:24px;font-weight:500;line-height:normal;text-transform:uppercase}@media screen and (max-width: 1439px){.lead{font-size:16px;line-height:120%}}.note,.breadcrumbs .link,.breadcrumbs .divider,.breadcrumbs,.note span{font-size:12px;font-style:normal;font-weight:400;line-height:130%;letter-spacing:.24px}@media screen and (max-width: 767px){.note,.breadcrumbs .link,.breadcrumbs .divider,.breadcrumbs,.note span{line-height:128%}}.color-orange{color:#c47425}.color-red{color:#c42525}.tac{text-align:center}.o-5{opacity:.5}*{box-sizing:border-box;margin:0}html{scroll-behavior:smooth;overflow-x:hidden;position:relative;min-height:100%;height:100%}html.fixed{overflow:hidden}body{box-sizing:border-box;height:100%;position:relative;margin:0;font-weight:400;line-height:160%;font-size:18px;letter-spacing:-.36px;font-family:Tilda Sans VF,sans-serif;background-color:#212121;color:#c7c7c7}@media screen and (max-width: 1439px){body{font-size:16px;line-height:128%;letter-spacing:-.32px}}textarea,input{font-size:inherit;line-height:inherit;font-family:Tilda Sans VF,sans-serif;color:#c7c7c7;-webkit-appearance:none;-webkit-border-radius:0;margin:0;padding:0;border:0;display:block}button.disabled{pointer-events:none;opacity:.5!important}a{text-decoration:none;cursor:pointer;color:inherit}p{margin:0}ul,ol{list-style:none;padding:0;margin:0}input{background-color:unset;border:unset;outline:none;color:inherit}input:disabled{opacity:.5}.page{position:relative;min-height:100vh;display:flex;flex-direction:column}.page-default{padding-top:160px}@media screen and (max-width: 1919px){.page-default{padding-top:96px}}@media screen and (max-width: 1439px){.page-default{padding-top:88px}}@media screen and (max-width: 767px){.page-default{padding-top:72px}}.page-default h1{margin-top:64px;margin-bottom:64px;-webkit-hyphens:auto;hyphens:auto}@media screen and (max-width: 1439px){.page-default h1{margin-bottom:32px}}@media screen and (max-width: 767px){.page-default h1{margin-top:32px}}.page-default-email{padding-top:224px}@media screen and (max-width: 1919px){.page-default-email{padding-top:160px}}@media screen and (max-width: 1439px){.page-default-email{padding-top:152px}}@media screen and (max-width: 767px){.page-default-email{padding-top:88px}}.page-default-email h1{margin-bottom:32px;max-width:1000px;margin-top:unset}@media screen and (max-width: 1439px){.page-default-email h1{margin-bottom:16px}}.container{max-width:1792px;margin:0 auto;width:calc(100% - 128px)}@media screen and (max-width: 1919px){.container{width:calc(100% - 64px)}}@media screen and (max-width: 767px){.container{width:calc(100% - 32px)}}section{scroll-margin-top:100px;margin-bottom:192px}@media screen and (max-width: 1919px){section{margin-bottom:128px}}@media screen and (max-width: 1023px){section{margin-bottom:96px}}@media screen and (max-width: 1439px){section{scroll-margin-top:60px}}@media screen and (max-width: 767px){section{scroll-margin-top:30px}}.static-content *{font-family:Tilda Sans VF,sans-serif!important}.static-content h3,.static-content h2{margin-bottom:32px}@media screen and (max-width: 1439px){.static-content h3,.static-content h2{margin-bottom:16px}}.static-content h2 span{font-size:48px!important;font-weight:300;line-height:110%;letter-spacing:-.48px;text-transform:uppercase}@media screen and (max-width: 1439px){.static-content h2 span{font-size:28px!important}}.static-content h3 span{font-size:40px!important;font-weight:300;line-height:100%;letter-spacing:-.8px;text-transform:uppercase}@media screen and (max-width: 1439px){.static-content h3 span{font-size:24px!important}}.static-content p,.static-content ul,.static-content ol{font-size:18px!important;font-weight:400;line-height:160%;letter-spacing:-.36px}@media screen and (max-width: 1439px){.static-content p,.static-content ul,.static-content ol{font-size:16px!important;line-height:128%;letter-spacing:-.32px}}.static-content *+h2,.static-content *+h3{margin-top:64px}@media screen and (max-width: 1439px){.static-content *+h2,.static-content *+h3{margin-top:32px}}.static-content ol,.static-content ul{list-style-position:inside}.static-content ul{list-style:none}.static-content ul li{padding-left:10px;position:relative}.static-content ul li:before{position:absolute;margin-left:-12px;top:-5px;content:"·";font-size:45px}.static-content ol{list-style-type:decimal}.static-content img,.static-content video{max-width:100%;height:auto;object-fit:cover}input:-webkit-autofill,input:-webkit-autofill:hover,input:-webkit-autofill:focus,input:-webkit-autofill:active{transition:background-color 0s 600000s,color 0s 600000s!important}.footer{background-color:#171717;padding:96px 0;margin-top:auto}@media screen and (max-width: 1919px){.footer{padding:64px 0}}@media screen and (max-width: 1439px){.footer{padding:32px 0 75px}}@media screen and (max-width: 767px){.footer{padding:64px 0 107px}}.footer .container{display:flex;gap:628px}@media screen and (max-width: 1919px){.footer .container{gap:127px}}@media screen and (max-width: 1439px){.footer .container{flex-direction:column;gap:64px}}.footer .link{line-height:normal}.footer .footer-menu{display:flex;flex-direction:column;gap:64px}@media screen and (max-width: 1919px){.footer .footer-menu{gap:32px}}@media screen and (max-width: 479px){.footer .footer-menu{gap:64px}}.footer .footer-menu .row{display:flex;gap:64px;position:relative;white-space:nowrap}.footer .footer-menu .row:after{content:none;position:absolute;bottom:-32px;left:0;right:0;width:100%;height:2px;background-color:#c7c7c7;opacity:.1}@media screen and (max-width: 479px){.footer .footer-menu .row:after{content:""}}@media screen and (max-width: 479px){.footer .footer-menu .row:last-of-type:after{content:none}}@media screen and (max-width: 1919px){.footer .footer-menu .row{gap:32px}}@media screen and (max-width: 767px){.footer .footer-menu .row{flex-wrap:wrap}}@media screen and (max-width: 479px){.footer .footer-menu .row{flex-direction:column;gap:32px;white-space:wrap}}.footer .contacts{display:grid;grid-template-columns:repeat(2,1fr);gap:32px 20px;position:relative}.footer .contacts .link-span,.footer .contacts .link{white-space:nowrap}@media screen and (max-width: 479px){.footer .contacts .link-span,.footer .contacts .link{white-space:wrap}}.footer .contacts:before{position:absolute;bottom:0;height:161px;left:-64px;content:"";width:2px;background-color:#c7c7c7;opacity:.1}@media screen and (max-width: 1919px){.footer .contacts:before{content:none}}@media screen and (max-width: 1439px){.footer .contacts:before{content:"";bottom:unset;top:-32px;left:0;right:0;width:100%;height:2px}}@media screen and (max-width: 1919px){.footer .contacts{grid-template-columns:repeat(3,1fr);gap:25px 32px}}@media screen and (max-width: 1439px){.footer .contacts{display:flex;flex-wrap:wrap;gap:32px}}.footer .contacts li:first-of-type{grid-area:auto/span 2}@media screen and (max-width: 1919px){.footer .contacts li:first-of-type{grid-area:auto/span 3}}.footer .contacts h1{margin-bottom:14px}@media screen and (max-width: 1919px){.footer .contacts h1{margin-bottom:unset}}@media screen and (max-width: 1439px){.footer .contacts h1{font-size:16px;font-weight:400;line-height:normal;letter-spacing:.8px;text-transform:uppercase}}.header{position:absolute;top:0;left:0;right:0;width:100%;z-index:100;padding:64px 0}@media screen and (max-width: 1919px){.header{padding:32px 0}}@media screen and (max-width: 767px){.header{padding:16px 0}}.header.header-bg{background-color:#212121;padding:64px 0}@media screen and (max-width: 1919px){.header.header-bg{padding:32px 0}}@media screen and (max-width: 767px){.header.header-bg{padding:16px 0}}.header .container{display:flex;justify-content:space-between;align-items:center;width:calc(100% - 128px);max-width:1792px;margin:0 auto}@media screen and (max-width: 1919px){.header .container{width:calc(100% - 64px)}}@media screen and (max-width: 767px){.header .container{width:calc(100% - 32px)}}@media screen and (max-width: 479px){.header .container{justify-content:center}}.header .logo{display:flex;gap:8px;align-items:center}.header .logo svg{width:32px;height:32px}@media screen and (max-width: 1439px){.header .logo svg{width:24px;height:24px}}.header .logo .title{display:flex;line-height:80%;gap:0}.header .logo span{font-weight:500;font-size:16px;letter-spacing:.8px}@media screen and (max-width: 479px){.header .logo span{font-size:14px;letter-spacing:.7px}}.header .logo span.bold{font-weight:900}.header .info{display:flex;align-items:center;gap:32px}.header .info .link-span{cursor:unset}@media screen and (max-width: 1439px){.header .info{width:100%}.header .info .logo{margin-right:auto}}@media screen and (max-width: 767px){.header .info .link-span:first-of-type{display:none}}@media screen and (max-width: 479px){.header .info .link,.header .info .link-span{display:none}.header .info .logo{margin:0 auto}}.header .info .btn-login{white-space:nowrap}@media screen and (max-width: 1439px){.header .info .btn-login{width:153px;display:none}}@media screen and (max-width: 1439px){.header .info.nav{display:none}}.select.btn-login-wrapper .dropdown{right:0;left:unset;gap:11px}@media screen and (max-width: 1439px){.select.btn-login-wrapper .dropdown{left:-16px;right:unset;transform:translateY(20%);bottom:calc(100% + 25px);top:unset}}@media screen and (max-width: 1023px){.select.btn-login-wrapper .dropdown{position:fixed;right:16px;left:unset;bottom:59px}}@media screen and (max-width: 767px){.select.btn-login-wrapper .dropdown{right:8px;padding:16px}}@media screen and (max-width: 479px){.select.btn-login-wrapper .dropdown{right:12px;left:8px;width:calc(100% - 20px);bottom:51px}}.select.btn-login-wrapper .dropdown .dropdown-item{display:flex;gap:16px;justify-content:space-between;align-items:center;white-space:nowrap;cursor:pointer}.select.btn-login-wrapper.open .btn-login>.link{opacity:1;background-size:100% 1px}.seo .container{display:flex;flex-direction:column;gap:112px}@media screen and (max-width: 1919px){.seo .container{gap:48px}}@media screen and (max-width: 1439px){.seo .container{gap:26px}}@media screen and (max-width: 767px){.seo .container{gap:32px}}.seo .title{margin-bottom:unset}@media screen and (max-width: 767px){.seo .title{font-size:24px;line-height:100%}}.seo .text{margin-bottom:10px;width:1173px;margin-left:auto}@media screen and (max-width: 1919px){.seo .text{width:1141px}}@media screen and (max-width: 1439px){.seo .text{width:100%}}.seo .text p,.seo .text p span,.seo .text ul,.seo .text ol{font-size:18px!important}@media screen and (max-width: 1439px){.seo .text p,.seo .text p span,.seo .text ul,.seo .text ol{font-size:16px!important}}.check{display:flex;width:200px;margin:200px auto}.item{display:flex;flex-direction:column;align-items:flex-start;width:300px}.item input{margin:10px 0 5px}.link,.link-span{cursor:pointer;display:inline-block;color:inherit;font-size:16px;line-height:normal;letter-spacing:.8px;text-transform:uppercase;opacity:.5;transition:opacity .2s,background-size .3s;position:relative;width:fit-content;background:linear-gradient(#C7C7C7,#C7C7C7) no-repeat;background-size:0 1px;background-position:0 100%}.link:hover,.link:focus,.link.active,.link-span:hover,.link-span:focus,.link-span.active{opacity:1;background-size:100% 1px}.link-span:hover,.link-span:focus,.link-span-span:hover,.link-span-span:focus{opacity:.5;background-size:0 1px}.link-span.active{background-size:0 1px}.link-span.active:hover,.link-span.active:focus{opacity:1}button{background-color:transparent;border:none;padding:unset;font-family:inherit}.btn{cursor:pointer;display:block;padding:16px;border:2px solid #D3D3D3;height:fit-content;width:fit-content;transition:background-color .2s;background-color:transparent}.btn span{display:block;font-size:16px;font-weight:400;line-height:100%;letter-spacing:.8px;text-transform:uppercase;color:#c7c7c7;transition:color .2s}.btn:hover,.btn:focus{background-color:#c7c7c7}.btn:hover span,.btn:focus span{color:#212121}.btn-login{color:#c7c7c7}.btn-share{cursor:pointer;border-radius:100%;width:40px;height:40px;background-color:#2121214d;display:flex;align-items:center;justify-content:center;-webkit-backdrop-filter:blur(50px);backdrop-filter:blur(50px)}.btn-share:hover svg{opacity:1}.btn-share svg{width:24px;height:24px;transition:opacity .2s;opacity:.5}.btn-play{cursor:pointer;border-radius:100%;background:rgba(33,33,33,.3);-webkit-backdrop-filter:blur(50px);backdrop-filter:blur(50px);width:40px;height:40px;display:flex;align-items:center;justify-content:center;position:absolute;bottom:32px;right:32px}.btn-play svg{width:24px;height:24px}@media screen and (max-width: 767px){.btn-play{bottom:16px;right:16px}}.swiper-slide{width:fit-content!important;height:fit-content!important}.line-top{position:relative}.line-top:before{position:absolute;content:"";top:0;right:0;left:0;width:100%;height:2px;background-color:#c7c7c7;opacity:.1}.line-bottom{position:relative}.line-bottom:after{position:absolute;content:"";bottom:0;right:0;left:0;width:100%;height:2px;background-color:#c7c7c7;opacity:.1}.underline{background:linear-gradient(#C7C7C7,#C7C7C7) no-repeat;background-size:100% 1px;transition:background-size .3s;background-position:0 100%}.input-wrapper{position:relative;padding-bottom:16px;border-bottom:2px solid rgba(211,211,211,.5);transition:border-bottom .2s}.input-wrapper:focus-within{border-bottom:2px solid #fff}.input-wrapper input,.input-wrapper textarea{color:#c7c7c7;font-family:Tilda Sans VF,sans-serif;width:100%;height:100%;font-size:18px;font-weight:400;line-height:160%;letter-spacing:-.36px}@media screen and (max-width: 1439px){.input-wrapper input,.input-wrapper textarea{font-size:16px;line-height:128%}}.input-wrapper .placeholder.up{top:-16px;font-size:12px;font-style:normal;font-weight:400;line-height:130%;letter-spacing:.24px}.input-wrapper .placeholder{pointer-events:none;opacity:.5;position:absolute;top:0;left:0;transition:top .2s,font-size .2s;font-size:18px;font-weight:400;line-height:160%;letter-spacing:-.36px}@media screen and (max-width: 1439px){.input-wrapper .placeholder{font-size:16px;line-height:128%}}.input-wrapper .form-error{color:#c42525;font-size:12px;font-style:normal;font-weight:400;line-height:130%;letter-spacing:.24px;position:absolute;left:0;bottom:-20px}.textarea-wrapper{padding-bottom:4px}.select{position:relative}.select.open .dropdown{opacity:1;transform:translateY(0);pointer-events:all}.select.open .top svg{transform:rotate(0)}.select .top{display:flex;gap:8px;align-items:center;cursor:pointer;position:relative;z-index:12;width:fit-content}.select .top svg{width:24px;height:24px;opacity:.5;transition:opacity .2s,transform .2s;transform:rotate(180deg)}.select .top:hover svg,.select .top:focus svg{opacity:1}.select .top:hover .link,.select .top:focus .link{opacity:1}.select .top:hover .link:after,.select .top:focus .link:after{width:100%}.select .dropdown{width:fit-content;background-color:#171717;border:1px solid rgba(199,199,199,.2);display:flex;flex-direction:column;gap:32px;padding:32px;min-width:250px;position:absolute;z-index:11;top:calc(100% + 10px);left:0;opacity:0;transform:translateY(-20%);transition:opacity .2s,transform .2s;pointer-events:none}.select .dropdown-item{display:flex;align-items:center;justify-content:space-between;gap:10px;line-height:80%}.select .dropdown-item:hover img,.select .dropdown-item:hover .icon,.select .dropdown-item:focus img,.select .dropdown-item:focus .icon{opacity:1}.select .dropdown-item:hover .link,.select .dropdown-item:focus .link{opacity:1}.select .dropdown-item:hover .link:after,.select .dropdown-item:focus .link:after{width:100%}.select .dropdown img,.select .dropdown .icon{opacity:.5;transition:opacity .2s;width:24px;height:24px;flex-shrink:0}@media screen and (max-width: 1439px){.select .dropdown img,.select .dropdown .icon{opacity:1}}.select.filter-price .dropdown{min-width:245px;z-index:13}.select.sort .dropdown{left:unset;right:0}@media screen and (max-width: 479px){.select.sort .dropdown{left:0;right:unset}}.muted{opacity:.5}textarea{max-height:130px;overflow:hidden;background-color:transparent;border:none;resize:none;outline:none}textarea::-webkit-scrollbar{width:3px}textarea::-webkit-scrollbar-track{background:rgba(199,199,199,.1);width:3px;border:1px solid #212121}textarea::-webkit-scrollbar-thumb{width:3px;background-color:#c7c7c7;border-radius:0}.dark-bg{background-color:#171717}.checkboxes-wrapper{display:flex;flex-direction:column;gap:8px}.checkboxes-wrapper .note{opacity:.5}.checkbox-wrapper{display:flex;align-items:center;gap:8px;cursor:pointer}.checkbox-wrapper.error input[type=checkbox]:not(:checked)+.checkbox-box .box{stroke:#c42525;opacity:1}.checkbox-wrapper input[type=checkbox]{display:none}.checkbox-wrapper .checkbox-box{width:16px;height:16px;display:flex;align-items:center;justify-content:center}.checkbox-wrapper .checkbox-icon .checkmark{opacity:0;transition:opacity .2s}.checkbox-wrapper input[type=checkbox]:checked+.checkbox-box .checkmark{display:block}.checkbox-wrapper input[type=checkbox]:not(:checked)+.checkbox-box .box{stroke:#c7c7c7;opacity:.5}.checkbox-wrapper input[type=checkbox]:checked+.checkbox-box .box{stroke:#c7c7c7;opacity:1}.checkbox-wrapper input[type=checkbox]:checked+.checkbox-box .checkmark{stroke:#c7c7c7;opacity:1}.suggest-list{position:absolute;top:100%;left:0;right:0;width:100%;height:fit-content;padding:14px 16px;border:2px solid #C7C7C7;background-color:#212121;z-index:1}.suggest-list .suggest-list-options{display:flex;flex-direction:column;gap:8px}.suggest-list .suggest-list-options li{opacity:1;text-transform:unset;line-height:160%;font-size:18px;letter-spacing:-.36px}@media screen and (max-width: 1439px){.suggest-list .suggest-list-options li{font-size:16px;line-height:128%;letter-spacing:-.32px}}.o-1{opacity:1}@font-face{font-family:swiper-icons;src:url(data:application/font-woff;charset=utf-8;base64,\ d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA);font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}.swiper,swiper-container{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function, initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide,swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{transform-style:preserve-3d}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-horizontal.swiper-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-vertical.swiper-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-vertical>.swiper-wrapper:before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color, var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,swiper-container:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;transform:translateZ(0)}.swiper-virtual.swiper-css-mode .swiper-wrapper:after{content:"";position:absolute;left:0;top:0;pointer-events:none}.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper:after{height:1px;width:var(--swiper-virtual-size)}.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper:after{width:1px;height:var(--swiper-virtual-size)}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:var(--swiper-navigation-top-offset, 50%);width:calc(var(--swiper-navigation-size) / 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - var(--swiper-navigation-size) / 2);z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color, var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{display:none!important}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;font-variant:initial;line-height:1}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:var(--swiper-navigation-sides-offset, 10px);right:auto}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:"prev"}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset, 10px);left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:"next"}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translateZ(0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:var(--swiper-pagination-bottom, 8px);top:var(--swiper-pagination-top, auto);left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));height:var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));display:inline-block;border-radius:var(--swiper-pagination-bullet-border-radius, 50%);background:var(--swiper-pagination-bullet-inactive-color, #000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color, var(--swiper-theme-color))}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:var(--swiper-pagination-right, 8px);left:var(--swiper-pagination-left, auto);top:50%;transform:translate3d(0,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap, 6px) 0;display:block}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap, 4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translate(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,:host(.swiper-horizontal.swiper-rtl) .swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-fraction{color:var(--swiper-pagination-fraction-color, inherit)}.swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, .25));position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color, var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:var(--swiper-pagination-progressbar-size, 4px);left:0;top:0}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{width:var(--swiper-pagination-progressbar-size, 4px);height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:var(--swiper-scrollbar-border-radius, 10px);position:relative;-ms-touch-action:none;background:var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, .1))}.swiper-scrollbar-disabled>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-disabled{display:none!important}.swiper-horizontal>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal{position:absolute;left:var(--swiper-scrollbar-sides-offset, 1%);bottom:var(--swiper-scrollbar-bottom, 4px);top:var(--swiper-scrollbar-top, auto);z-index:50;height:var(--swiper-scrollbar-size, 4px);width:calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%))}.swiper-scrollbar.swiper-scrollbar-vertical,.swiper-vertical>.swiper-scrollbar{position:absolute;left:var(--swiper-scrollbar-left, auto);right:var(--swiper-scrollbar-right, 4px);top:var(--swiper-scrollbar-sides-offset, 1%);z-index:50;width:var(--swiper-scrollbar-size, 4px);height:calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%))}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, .5));border-radius:var(--swiper-scrollbar-border-radius, 10px);left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move;touch-action:none}.swiper .swiper-notification,swiper-container .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active,.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube{overflow:visible}.swiper-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-cube.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-next+.swiper-slide,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0;width:100%;height:100%;opacity:.6;z-index:0}.swiper-cube .swiper-cube-shadow:before{content:"";background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px)}.swiper-flip{overflow:visible}.swiper-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-flip .swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-creative .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{transform-origin:center bottom;-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden}.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%}}.breadcrumbs{display:flex;align-items:center;gap:16px;flex-wrap:nowrap;overflow-x:scroll;white-space:nowrap;-ms-overflow-style:none;scrollbar-width:none;position:relative;z-index:1;justify-content:center}@media screen and (max-width: 767px){.breadcrumbs{gap:8px;margin-left:-16px;padding-left:16px;margin-right:-16px;padding-right:16px}}.breadcrumbs .link{text-transform:none;opacity:1}.breadcrumbs .active,.breadcrumbs .divider{opacity:.5}.breadcrumbs::-webkit-scrollbar{width:0;height:0}.paginator{display:flex;align-items:center;gap:16px}@media screen and (max-width: 1023px){.paginator{justify-content:center}}@media screen and (max-width: 767px){.paginator{gap:22px}}.paginator .paginator-arrows{margin-left:auto;display:flex;align-items:center;gap:16px}@media screen and (max-width: 1023px){.paginator .paginator-arrows{display:none}}.paginator .pagination-arrow{text-transform:uppercase;color:#c7c7c7;opacity:1}.paginator .pagination-arrow.paginator-item-disabled{opacity:.5}.paginator-item{font-weight:400;font-size:16px;opacity:.5;line-height:normal;cursor:pointer}.paginator-item-active{opacity:1}.paginator-item-disabled{opacity:.1;pointer-events:none}.modal{position:fixed;z-index:151;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.8);display:flex;align-items:center;justify-content:center}.modal .modal-layout{position:absolute;top:0;bottom:0;right:0;left:0;width:100%;height:100%;background:transparent}.modal .modal-wrapper{width:fit-content;background-color:#212121;border:2px solid rgba(199,199,199,.1);display:flex;flex-direction:column;padding:16px;z-index:7;position:relative;max-height:90vh;overflow-y:auto}.modal .modal-wrapper::-webkit-scrollbar{width:4px}.modal .modal-wrapper::-webkit-scrollbar-track{background:rgba(199,199,199,.1);width:4px;border:1px solid #212121}.modal .modal-wrapper::-webkit-scrollbar-thumb{width:4px;background-color:#c7c7c7;border-radius:0}@media screen and (max-width: 1023px){.modal .modal-wrapper{margin:0 32px}}@media screen and (max-width: 767px){.modal .modal-wrapper{margin:0 16px}}.modal .modal-wrapper .lds-ripple{position:absolute}.modal .modal-close{cursor:pointer;position:absolute;top:32px;right:32px;z-index:100}@media screen and (max-width: 1439px){.modal .modal-close{top:16px;right:16px}}@media screen and (max-width: 479px){.modal .modal-close{top:8px;right:8px}}.share-modal .modal-wrapper{display:flex;gap:16px;flex-direction:column;min-width:288px}.share-modal .modal-wrapper span{border-bottom:none!important;padding-bottom:unset!important}.share-modal .modal-wrapper .share-link{cursor:pointer;display:flex;align-items:center;gap:16px;white-space:nowrap;padding-bottom:16px;border-bottom:1px solid rgba(199,199,199,.5)}.share-modal .modal-wrapper .share-link .icon{width:24px;height:24px}.share-modal .modal-wrapper .share-link .link{margin:unset;opacity:1}.share-modal .modal-wrapper .share-link .link:hover:after,.share-modal .modal-wrapper .share-link .link:focus:after{content:none}.categories-modal .modal-wrapper{display:flex;gap:16px;flex-direction:column;width:704px;padding-right:32px}.categories-modal .categories-list{display:flex;flex-direction:column;gap:16px;max-height:646px;overflow-y:scroll;margin-right:-16px;padding-right:16px}.categories-modal .categories-list li{border-bottom:1px solid rgba(199,199,199,.5);line-height:80%}.categories-modal .categories-list li:last-of-type{border-bottom:none}.categories-modal .categories-list li:last-of-type a{padding-bottom:unset}.categories-modal .categories-list a{padding-bottom:16px;display:block;width:100%}.contacts-modal .modal-wrapper,.request-modal .modal-wrapper,.request-service-modal .modal-wrapper,.desc-modal .modal-wrapper{position:relative;padding:64px;max-width:600px}@media screen and (max-width: 1919px){.contacts-modal .modal-wrapper,.request-modal .modal-wrapper,.request-service-modal .modal-wrapper,.desc-modal .modal-wrapper{padding:48px}}@media screen and (max-width: 1439px){.contacts-modal .modal-wrapper,.request-modal .modal-wrapper,.request-service-modal .modal-wrapper,.desc-modal .modal-wrapper{padding:32px;max-width:630px}}@media screen and (max-width: 1023px){.contacts-modal .modal-wrapper,.request-modal .modal-wrapper,.request-service-modal .modal-wrapper,.desc-modal .modal-wrapper{max-width:704px}}@media screen and (max-width: 767px){.contacts-modal .modal-wrapper,.request-modal .modal-wrapper,.request-service-modal .modal-wrapper,.desc-modal .modal-wrapper{max-width:100%}}@media screen and (max-width: 479px){.contacts-modal .modal-wrapper,.request-modal .modal-wrapper,.request-service-modal .modal-wrapper,.desc-modal .modal-wrapper{padding:16px}}.contacts-modal .modal-content,.request-modal .modal-content,.request-service-modal .modal-content,.desc-modal .modal-content{display:flex;flex-direction:column;gap:32px;position:relative}@media screen and (max-width: 1439px){.contacts-modal .modal-content,.request-modal .modal-content,.request-service-modal .modal-content,.desc-modal .modal-content{gap:24px}}.contacts-modal .contacts-list,.request-modal .contacts-list,.request-service-modal .contacts-list,.desc-modal .contacts-list{display:flex;flex-direction:column;gap:16px}.contacts-modal .contacts-list li,.request-modal .contacts-list li,.request-service-modal .contacts-list li,.desc-modal .contacts-list li{line-height:80%;flex-wrap:wrap;display:flex;gap:16px}@media screen and (max-width: 767px){.contacts-modal .contacts-list li,.request-modal .contacts-list li,.request-service-modal .contacts-list li,.desc-modal .contacts-list li{flex-direction:column;gap:8px}}.contacts-modal .socials-list,.request-modal .socials-list,.request-service-modal .socials-list,.desc-modal .socials-list{display:flex;gap:16px;padding-bottom:32px}@media screen and (max-width: 1439px){.contacts-modal .socials-list,.request-modal .socials-list,.request-service-modal .socials-list,.desc-modal .socials-list{padding-bottom:24px}}.contacts-modal .socials-list li a,.request-modal .socials-list li a,.request-service-modal .socials-list li a,.desc-modal .socials-list li a{opacity:.5;transition:opacity .2s;display:block;width:32px;height:32px}.contacts-modal .socials-list li a:hover,.contacts-modal .socials-list li a:focus,.request-modal .socials-list li a:hover,.request-modal .socials-list li a:focus,.request-service-modal .socials-list li a:hover,.request-service-modal .socials-list li a:focus,.desc-modal .socials-list li a:hover,.desc-modal .socials-list li a:focus{opacity:1}.contacts-modal .socials-list li a img,.request-modal .socials-list li a img,.request-service-modal .socials-list li a img,.desc-modal .socials-list li a img{width:100%;height:100%}.contacts-modal p:not(.note),.request-modal p:not(.note),.request-service-modal p:not(.note),.desc-modal p:not(.note){line-height:160%;font-size:18px;letter-spacing:-.36px}@media screen and (max-width: 1439px){.contacts-modal p:not(.note),.request-modal p:not(.note),.request-service-modal p:not(.note),.desc-modal p:not(.note){font-size:16px;font-weight:400;line-height:128%;letter-spacing:-.32px}}.contacts-modal .note,.request-modal .note,.request-service-modal .note,.desc-modal .note{opacity:.5}.contacts-modal .static-content ul,.request-modal .static-content ul,.request-service-modal .static-content ul,.desc-modal .static-content ul{margin-top:20px}.contacts-modal .link-close,.request-modal .link-close,.request-service-modal .link-close,.desc-modal .link-close{align-self:end}.request-modal .modal-content,.request-service-modal .modal-content{padding-bottom:43px}@media screen and (max-width: 1439px){.request-modal .modal-content,.request-service-modal .modal-content{padding-bottom:35px}}.request-modal .static-content ul,.request-service-modal .static-content ul{line-height:160%;margin-left:10px}@media screen and (max-width: 1439px){.request-modal .note:last-of-type,.request-service-modal .note:last-of-type{margin-top:-8px}}.request-modal .fields_group,.request-service-modal .fields_group{display:flex;flex-direction:column;gap:32px}.request-modal .form-bottom .note,.request-service-modal .form-bottom .note{display:none}.request-modal .form-bottom button,.request-service-modal .form-bottom button{position:absolute;bottom:0;right:0;z-index:10}.request-service-modal .info{display:flex;flex-direction:column;gap:10px}.request-service-modal .info li{display:flex;gap:16px}.result-modal .modal-wrapper{padding:64px;width:600px}@media screen and (max-width: 1919px){.result-modal .modal-wrapper{padding:48px}}@media screen and (max-width: 1439px){.result-modal .modal-wrapper{padding:32px;width:464px}}@media screen and (max-width: 1023px){.result-modal .modal-wrapper{width:458px}}@media screen and (max-width: 767px){.result-modal .modal-wrapper{width:100%}}@media screen and (max-width: 479px){.result-modal .modal-wrapper{padding:16px}}.result-modal .modal-content{display:flex;flex-direction:column}.result-modal .modal-content h4{margin-bottom:16px}.result-modal .modal-content p{margin-bottom:32px;max-width:258px}@media screen and (max-width: 1439px){.result-modal .modal-content p{margin-bottom:24px}}@media screen and (max-width: 479px){.result-modal .modal-content p{max-width:100%}}.result-modal .modal-content .link-close{align-self:end}form .hidden{display:none}.desc-modal .modal-wrapper{max-width:864px}@media screen and (max-width: 1919px){.desc-modal .modal-wrapper{max-width:672px}}@media screen and (max-width: 1439px){.desc-modal .modal-wrapper{max-width:630px}}@media screen and (max-width: 1023px){.desc-modal .modal-wrapper{max-width:100%}}.desc-modal .modal-content{gap:16px}.desc-modal .modal-content h4{margin-right:16px}@media screen and (max-width: 767px){.desc-modal .modal-content h4{max-width:95%}}.modal-auth .loader-wrapper{background-color:#212121cc}.modal-auth .reg-stages{position:relative}.modal-auth .modal-content,.modal-auth .form,.modal-auth .form-group,.modal-auth .reg-stage-container{display:flex;flex-direction:column;gap:32px}@media screen and (max-width: 1439px){.modal-auth .modal-content,.modal-auth .form,.modal-auth .form-group,.modal-auth .reg-stage-container{gap:24px}}.modal-auth .form button{margin-left:auto;opacity:1}.modal-auth .form .row{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}@media screen and (max-width: 767px){.modal-auth .form .row{gap:24px;grid-template-columns:1fr}}.modal-auth .bottom{display:flex;gap:16px;text-align:center;flex-direction:column;align-items:center;justify-content:center}.modal-auth .bottom span{opacity:.5}.modal-auth .bottom button{cursor:pointer;color:inherit;font-size:inherit;opacity:.5;transition:opacity .2s}.modal-auth .bottom button:hover,.modal-auth .bottom button:focus{opacity:1}.modal-auth-res.error .modal-content p{color:#c42525}.modal-auth-res .modal-content{display:flex;flex-direction:column;gap:32px}.modal-auth-res .link{opacity:1;margin-left:auto}.modal-auth .modal-wrapper,.modal-auth-res .modal-wrapper{padding:64px;width:600px}@media screen and (max-width: 1439px){.modal-auth .modal-wrapper,.modal-auth-res .modal-wrapper{width:630px;padding:32px}}@media screen and (max-width: 1023px){.modal-auth .modal-wrapper,.modal-auth-res .modal-wrapper{width:100%;max-width:704px}}@media screen and (max-width: 479px){.modal-auth .modal-wrapper,.modal-auth-res .modal-wrapper{padding:16px}}.cropper-box .modal-wrapper{width:600px}@media screen and (max-width: 1439px){.cropper-box .modal-wrapper{padding:56px 56px 32px}}@media screen and (max-width: 479px){.cropper-box .modal-wrapper{padding:40px}}.cropper-box .modal-wrapper .modal-content{display:flex;flex-direction:column;gap:32px}@media screen and (max-width: 1439px){.cropper-box .modal-wrapper .modal-content{gap:24px}}.cropper-box .modal-wrapper .cropper{width:100%;aspect-ratio:1/1}.cropper-box .modal-wrapper .vue-advanced-cropper__boundaries{width:100%;height:100%}.cropper-box .modal-wrapper .btns{display:flex;gap:32px;margin-left:auto}.cropper-box .modal-wrapper .link{opacity:1}.main-hero{width:100vw;height:100svh;min-height:1080px;position:relative;display:flex;flex-direction:column;margin-bottom:0}@media screen and (max-width: 1919px){.main-hero{min-height:900px}}@media screen and (max-width: 1439px){.main-hero{height:fit-content;min-height:calc(100svh - 53px)}}.main-hero .video-bg{width:100%;height:100%;position:absolute;top:0;right:0;bottom:0;left:0}.main-hero .video-bg .video-wrapper{position:relative;width:100%;height:100%}.main-hero .video-bg .video-wrapper video::-webkit-media-controls{display:none}.main-hero .video-bg .video-wrapper video{pointer-events:none}.main-hero .video-bg .video-wrapper:after{position:absolute;top:0;right:0;bottom:0;left:0;content:"";width:100%;height:100%;opacity:.8;background:#212121}.main-hero .video-bg .video{object-fit:cover}.main-hero .video-bg .video::-webkit-media-controls{display:none!important;position:absolute;top:-9999px}.main-hero .video-bg .video::-webkit-media-controls-panel{display:none!important;-webkit-appearance:none;opacity:0;visibility:hidden}.main-hero .video-bg .video::-webkit-media-controls-play-button{display:none!important;-webkit-appearance:none;opacity:0;visibility:hidden}.main-hero .video-bg .video::-webkit-media-controls-start-playback-button{display:none!important;-webkit-appearance:none;opacity:0;visibility:hidden}.main-hero .container{padding-top:208px;position:relative;z-index:1;height:100%;flex:1;display:flex;justify-content:space-between;gap:68px;flex-direction:column;width:calc(100% - 128px);margin:0 auto;max-width:1792px}@media screen and (max-width: 1919px){.main-hero .container{padding-top:192px;gap:63px;width:calc(100% - 64px)}}@media screen and (max-width: 1439px){.main-hero .container{padding-top:120px;gap:51px}}@media screen and (max-width: 1023px){.main-hero .container{gap:85px}}@media screen and (max-width: 767px){.main-hero .container{gap:43px;width:calc(100% - 32px);padding:104px 0 0}}@media screen and (max-width: 479px){.main-hero .container{gap:48px;min-height:526px}}.main-hero .info{margin-left:auto;width:839px}@media screen and (max-width: 1919px){.main-hero .info{width:724px}}@media screen and (max-width: 1439px){.main-hero .info{width:464px}}@media screen and (max-width: 1023px){.main-hero .info{width:100%;margin-left:unset}}.main-hero .info h1{text-wrap:balance;margin-bottom:48px}@media screen and (max-width: 1919px){.main-hero .info h1{margin-bottom:32px}}@media screen and (max-width: 1023px){.main-hero .info h1{text-align:center}}.main-hero .info .menu{display:flex;flex-wrap:wrap;gap:0;width:476px}@media screen and (max-width: 1023px){.main-hero .info .menu{width:100%;justify-content:center;margin-bottom:16px}}@media screen and (max-width: 1023px){.main-hero .info .menu{margin-bottom:16px}}@media screen and (max-width: 479px){.main-hero .info .menu{max-width:250px;margin:0 auto 16px}}.main-hero .info .menu .menu-item{position:relative;display:block;line-height:100%;margin-right:69px;margin-bottom:32px;cursor:unset}@media screen and (max-width: 1919px){.main-hero .info .menu .menu-item{margin-right:37px;margin-bottom:21px}}@media screen and (max-width: 1023px){.main-hero .info .menu .menu-item{margin-bottom:16px}}@media screen and (max-width: 767px){.main-hero .info .menu .menu-item{margin-bottom:8px;margin-right:21px}}.main-hero .info .menu .menu-item:before{position:absolute;content:"/";top:0;right:-32px;color:#c7c7c7;opacity:.5}@media screen and (max-width: 1919px){.main-hero .info .menu .menu-item:before{right:-21px}}@media screen and (max-width: 767px){.main-hero .info .menu .menu-item:before{right:-13px}}.main-hero .info .menu .menu-item:last-of-type,.main-hero .info .menu .menu-item:nth-of-type(3),.main-hero .info .menu .menu-item:nth-of-type(5){margin-right:0}.main-hero .info .menu .menu-item:last-of-type:before,.main-hero .info .menu .menu-item:nth-of-type(3):before,.main-hero .info .menu .menu-item:nth-of-type(5):before{content:none}@media screen and (max-width: 1023px){.main-hero .info .menu .menu-item:last-of-type,.main-hero .info .menu .menu-item:nth-of-type(3),.main-hero .info .menu .menu-item:nth-of-type(5){margin-right:37px}.main-hero .info .menu .menu-item:last-of-type:before,.main-hero .info .menu .menu-item:nth-of-type(3):before,.main-hero .info .menu .menu-item:nth-of-type(5):before{content:"/"}}@media screen and (max-width: 1023px){.main-hero .info .menu .menu-item:last-of-type{margin-right:0}.main-hero .info .menu .menu-item:last-of-type:before{content:none}}@media screen and (max-width: 479px){.main-hero .info .menu .menu-item:nth-of-type(2),.main-hero .info .menu .menu-item:nth-of-type(5),.main-hero .info .menu .menu-item:nth-of-type(4),.main-hero .info .menu .menu-item:nth-of-type(6){margin-right:0}.main-hero .info .menu .menu-item:nth-of-type(2):before,.main-hero .info .menu .menu-item:nth-of-type(5):before,.main-hero .info .menu .menu-item:nth-of-type(4):before,.main-hero .info .menu .menu-item:nth-of-type(6):before{content:none}.main-hero .info .menu .menu-item:nth-of-type(1){order:1}.main-hero .info .menu .menu-item:nth-of-type(2){order:2}.main-hero .info .menu .menu-item:nth-of-type(3){order:3;margin-right:21px}.main-hero .info .menu .menu-item:nth-of-type(4){order:5}.main-hero .info .menu .menu-item:nth-of-type(5){order:4}.main-hero .info .menu .menu-item:nth-of-type(6){order:6}.main-hero .info .menu .menu-item:nth-of-type(7){order:7}}.main-hero .info .btn{text-align:center}.main-hero .info .btn span{line-height:100%}@media screen and (max-width: 1919px){.main-hero .info .btn{margin-top:10px;padding:15px 38.5px}}@media screen and (max-width: 1023px){.main-hero .info .btn{margin:0 auto}}@media screen and (max-width: 479px){.main-hero .info .btn{padding:15px 28.5px}}.main-hero .title{margin-top:auto;font-size:1.0416666667vw}.main-hero .title span{display:block;font-size:224px;font-weight:300;line-height:70%;text-transform:uppercase}@media screen and (max-width: 1919px){.main-hero .title span{font-size:150px}}@media screen and (max-width: 1439px){.main-hero .title span{font-size:140px}}@media screen and (max-width: 1023px){.main-hero .title span{font-size:110px;text-align:center}}@media screen and (max-width: 767px){.main-hero .title span{font-size:14em}}.main-hero .title span:first-of-type{transform:translate(-10px)}@media screen and (max-width: 1023px){.main-hero .title span:first-of-type{transform:unset}}.main-hero .title span:last-of-type{color:#d3d3d380}@media screen and (max-width: 1919px){.main-hero .title span:last-of-type{transform:translate(-22px)}}@media screen and (max-width: 1439px){.main-hero .title span:last-of-type{transform:translate(-16px)}}@media screen and (max-width: 1023px){.main-hero .title span:last-of-type{transform:unset}}.main-swiper,.gallery-swiper{overflow-x:clip;width:100%;scroll-margin-top:160px}.main-swiper .h1,.gallery-swiper .h1{text-align:center;margin-bottom:48px}@media screen and (max-width: 1439px){.main-swiper .h1,.gallery-swiper .h1{margin-bottom:32px}}@media screen and (max-width: 1439px){.main-swiper,.gallery-swiper{scroll-margin-top:120px}}.swiper-main,.swiper-gallery,.swiper-interest,.swiper-users{margin-bottom:32px;overflow:visible}@media screen and (max-width: 767px){.swiper-main>.container,.swiper-gallery>.container,.swiper-interest>.container,.swiper-users>.container{padding:unset}}.swiper-main .swiper-wrapper,.swiper-gallery .swiper-wrapper,.swiper-interest .swiper-wrapper,.swiper-users .swiper-wrapper{margin-bottom:64px}@media screen and (max-width: 1439px){.swiper-main .swiper-wrapper,.swiper-gallery .swiper-wrapper,.swiper-interest .swiper-wrapper,.swiper-users .swiper-wrapper{margin-bottom:32px}}.main-swiper{margin-top:192px}@media screen and (max-width: 1919px){.main-swiper{margin-top:128px}}@media screen and (max-width: 1023px){.main-swiper{margin-top:96px}}.main-swiper h1{margin:0 auto 48px;width:fit-content;text-align:center}@media screen and (max-width: 1439px){.main-swiper h1{margin:0 auto 26px}}@media screen and (max-width: 479px){.main-swiper h1{padding:0 16px}}.main-swiper h2{margin:0 auto 32px;width:fit-content}.main-swiper .swiper-main .swiper-slide{z-index:1}.main-swiper .swiper-main .card-employee{position:relative}.main-swiper .swiper-main .card-employee:after{content:"";position:absolute;top:0;bottom:0;right:-32px;height:100%;width:2px;background-color:#c7c7c7;opacity:.1}@media screen and (max-width: 1919px){.main-swiper .swiper-main .card-employee:after{right:-16px}}.main-swiper .swiper-main .swiper-slide:last-of-type .card-employee:after{content:none}.main-swiper .link{display:block;margin:0 auto;width:fit-content}.main-swiper .link-all{margin-bottom:32px}.swiper-wrapper{height:fit-content;z-index:11}.swiper-scrollbar{height:2px!important;background-color:#c7c7c71a;position:relative!important;top:unset!important;bottom:unset!important;left:unset!important;width:100%!important;z-index:10!important}.swiper-scrollbar .swiper-scrollbar-drag{height:4px;background-color:#c7c7c7;opacity:1;transition:height .2s;cursor:pointer}.swiper-scrollbar .swiper-scrollbar-drag:hover{height:6px}.swiper-preview{margin-bottom:32px;overflow:visible;right:0;left:0;margin-left:0;margin-right:0;top:0;max-width:864px;width:100%}@media screen and (max-width: 1439px){.swiper-preview{max-width:unset;margin-bottom:64px}}.swiper-preview .swiper-wrapper{margin-bottom:32px}.swiper-preview .swiper-scrollbar{width:864px}@media screen and (max-width: 1439px){.swiper-preview .swiper-scrollbar{width:unset}}.swiper-preview .swiper-slide{position:relative}.swiper-preview .swiper-slide:last-of-type{margin-right:unset!important}.interest-swiper h1{margin-bottom:32px;text-align:center}.interest-swiper .link{margin-bottom:32px}.swiper-users .card-user-sm{position:relative}.swiper-users .card-user-sm:after{content:"";position:absolute;top:0;bottom:0;right:-32px;height:100%;width:2px;background-color:#c7c7c7;opacity:.1}@media screen and (max-width: 1919px){.swiper-users .card-user-sm:after{right:-16px}}.swiper-users .card-user-sm:after{right:-32px}@media screen and (max-width: 1439px){.swiper-users .card-user-sm:after{right:-16px}}.swiper-users .swiper-slide:last-of-type .card-user-sm:after{content:none}.card-employee{display:block;width:240px;height:fit-content;position:relative;font-size:16px;line-height:normal;letter-spacing:.8px}@media screen and (max-width: 1439px){.card-employee{width:250px}}.card-employee:hover .btn-share{opacity:1;pointer-events:all}.card-employee:hover .img-wrapper{filter:grayscale(0)}.card-employee:hover .name span{background-size:100% 1px}.card-employee:hover .price{opacity:1}.card-employee .img-wrapper{height:230px;margin-bottom:16px;transition:filter .3s;filter:grayscale(1);position:relative}.card-employee .category{margin-bottom:16px;opacity:.5}.card-employee .name{margin-bottom:16px;font-weight:500;text-transform:uppercase}.card-employee .name span{background-size:0 1px}@media screen and (max-width: 1439px){.card-employee .name span{background-size:100% 1px}}.card-employee .price{opacity:.5;transition:opacity .2s;text-transform:uppercase}.card-employee .btn-share{z-index:11;position:absolute;bottom:16px;right:16px;opacity:0;pointer-events:none;transition:opacity .3s}@media screen and (max-width: 1439px){.card-employee .btn-share{opacity:1}.card-employee .btn-share svg{opacity:1}}.card-gallery{cursor:pointer;width:709px;height:512px;transition:filter .3s;filter:grayscale(1)}.card-gallery:hover,.card-gallery:focus{filter:none}@media screen and (max-width: 1919px){.card-gallery{width:530px;height:384px}}@media screen and (max-width: 1439px){.card-gallery{height:256px;width:350px}}@media screen and (max-width: 1023px){.card-gallery{width:336px;height:246px}}@media screen and (max-width: 767px){.card-gallery{width:332px;height:244px}}@media screen and (max-width: 479px){.card-gallery{width:256px;height:190px}}.card-preview{height:400px;width:auto;cursor:pointer}.card-preview img,.card-preview video{width:auto}@media screen and (max-width: 1919px){.card-preview{height:384px}}@media screen and (max-width: 1439px){.card-preview{height:256px}}@media screen and (max-width: 1023px){.card-preview{height:246px}}@media screen and (max-width: 479px){.card-preview{height:190px}}.card-preview.video-wrapper,.card-gallery.video-wrapper{position:relative}.card-preview.video-wrapper:after,.card-gallery.video-wrapper:after{content:"";position:absolute;bottom:32px;right:32px;z-index:1000;background-image:url(/build/assets/play-icon-72ce8a99.svg);width:40px;height:40px;-webkit-backdrop-filter:blur(50px);backdrop-filter:blur(50px);border-radius:100%;overflow:hidden}.card-user{display:flex;align-items:center;flex-direction:column;gap:16px;width:fit-content}.card-user .img-wrapper{filter:grayscale(1);aspect-ratio:1/1!important;width:200px!important;border-radius:100%;overflow:hidden;transition:filter .3s}@media screen and (max-width: 1023px){.card-user .img-wrapper{width:150px!important}}@media screen and (max-width: 479px){.card-user .img-wrapper{width:200px!important}}.card-user-sm{display:flex;flex-direction:column;align-items:center;gap:32px;cursor:pointer}.card-user-sm .img-wrapper{width:128px;height:128px;overflow:hidden;border-radius:100%;transition:filter .3s;filter:grayscale(1)}.card-user-sm .title,.card-user-sm .title span{font-size:24px}@media screen and (max-width: 1439px){.card-user-sm .title,.card-user-sm .title span{font-size:16px}}.card-user:hover .title span,.card-user-sm:hover .title span{background-size:100% 1px}.card-user:hover .img-wrapper,.card-user-sm:hover .img-wrapper{filter:grayscale(0)}.card-user .title,.card-user-sm .title{display:flex;flex-direction:column;align-items:center}.card-user .title,.card-user .title span,.card-user-sm .title,.card-user-sm .title span{opacity:1}.main-form .container{display:grid;grid-template-columns:auto 48.2%;justify-content:space-between;gap:128px 0;padding-top:176px}@media screen and (max-width: 1919px){.main-form .container{grid-template-columns:auto 57.4%;gap:87px 0;padding-top:112px}}@media screen and (max-width: 1439px){.main-form .container{grid-template-columns:auto 57%;gap:69px 0;padding-top:121px}}@media screen and (max-width: 1023px){.main-form .container{grid-template-columns:auto 47.8%;gap:124px 0;padding-top:88px}}@media screen and (max-width: 767px){.main-form .container{gap:57px;grid-template-columns:1fr;padding-top:56px}}.main-form .lead{opacity:.5}.main-form .form-contacts h1{margin-bottom:24px;white-space:nowrap}@media screen and (max-width: 1919px){.main-form .form-contacts h1{margin-bottom:16px}}@media screen and (max-width: 1439px){.main-form .form-contacts h1{margin-bottom:26px}}@media screen and (max-width: 1023px){.main-form .form-contacts h1{margin-bottom:10px}}@media screen and (max-width: 479px){.main-form .form-contacts h1{white-space:wrap}}.main-form .form-contacts ul{display:flex;flex-direction:column;gap:32px}@media screen and (max-width: 1439px){.main-form .form-contacts ul{gap:16px}}@media screen and (max-width: 767px){.main-form .form-contacts{order:-1}}.main-form .img-wrapper{width:555px;height:221px;grid-area:2/1}@media screen and (max-width: 1919px){.main-form .img-wrapper{width:437px;height:174px}}@media screen and (max-width: 1439px){.main-form .img-wrapper{width:299px;height:174px}}@media screen and (max-width: 1023px){.main-form .img-wrapper{width:300px;height:250px}}@media screen and (max-width: 767px){.main-form .img-wrapper{width:100%;height:200px;grid-area:unset;margin-top:7px}}.main-form .form{grid-area:span 2/auto;display:flex;flex-direction:column}@media screen and (max-width: 767px){.main-form .form{grid-area:unset}}.main-form .form .form-title{margin-bottom:16px}@media screen and (max-width: 1439px){.main-form .form .form-title{margin-bottom:26px;max-width:547px}}@media screen and (max-width: 1023px){.main-form .form .form-title{margin-bottom:10px}}.main-form .form .lead{margin-bottom:152px;max-width:709px}@media screen and (max-width: 1919px){.main-form .form .lead{margin-bottom:88px}}@media screen and (max-width: 1439px){.main-form .form .lead{max-width:547px;margin-bottom:47px}}@media screen and (max-width: 1023px){.main-form .form .lead{max-width:336px;margin-bottom:56px}}@media screen and (max-width: 767px){.main-form .form .lead{width:76%;text-wrap:balance}}.main-form .form .fields_group{display:grid;grid-template-columns:repeat(2,1fr);gap:64px;margin-bottom:32px}@media screen and (max-width: 1919px){.main-form .form .fields_group{gap:32px}}@media screen and (max-width: 1023px){.main-form .form .fields_group{margin-bottom:16px;grid-template-columns:1fr}}.main-form .form .fields_group .input-wrapper:last-of-type{grid-area:auto/span 2}@media screen and (max-width: 1023px){.main-form .form .fields_group .input-wrapper:last-of-type{grid-area:unset}}.main-form .form .form-bottom{display:flex;justify-content:space-between;align-items:center;margin-top:auto}@media screen and (max-width: 1919px){.main-form .form .form-bottom{gap:245px}}@media screen and (max-width: 1439px){.main-form .form .form-bottom{gap:32px;flex-direction:column;align-items:start}}.main-form .form .form-bottom .note{opacity:.5}.main-tg .container{display:flex;justify-content:space-between;gap:351px;padding-top:48px;padding-bottom:64px}@media screen and (max-width: 1919px){.main-tg .container{padding-top:32px;padding-bottom:32px;gap:127px}}@media screen and (max-width: 1439px){.main-tg .container{gap:124px}}@media screen and (max-width: 1023px){.main-tg .container{gap:79px}}@media screen and (max-width: 767px){.main-tg .container{gap:32px;flex-direction:column}}.main-tg .info{width:577px}@media screen and (max-width: 1439px){.main-tg .info{width:289px}}@media screen and (max-width: 479px){.main-tg .info{width:80%}}.main-tg .info .title{margin-bottom:97px}@media screen and (max-width: 1919px){.main-tg .info .title{margin-bottom:81px}}@media screen and (max-width: 1439px){.main-tg .info .title{margin-bottom:42px}}@media screen and (max-width: 1023px){.main-tg .info .title{margin-bottom:90px}}@media screen and (max-width: 767px){.main-tg .info .title{margin-bottom:0}}.main-tg .info .title svg{width:44px;height:44px}@media screen and (max-width: 1439px){.main-tg .info .title svg{width:22px;height:22px}}@media screen and (max-width: 479px){.main-tg .info .title svg{position:absolute;top:32px;right:16px}}.main-tg .info .qr{width:155px;height:155px}@media screen and (max-width: 1439px){.main-tg .info .qr{width:128px;height:128px}}@media screen and (max-width: 1023px){.main-tg .info .qr{width:80px;height:80px}}@media screen and (max-width: 767px){.main-tg .info .qr{display:none}}.main-tg .info .qr img{width:100%;height:100%;object-fit:contain}.main-tg .img-wrapper{padding-top:16px;width:864px;height:390px}@media screen and (max-width: 1919px){.main-tg .img-wrapper{width:672px;height:390px;padding-top:0}}@media screen and (max-width: 1439px){.main-tg .img-wrapper{width:547px;height:240px}}@media screen and (max-width: 1023px){.main-tg .img-wrapper{width:336px;height:240px}}@media screen and (max-width: 767px){.main-tg .img-wrapper{width:100%;height:227px}}@media screen and (max-width: 479px){.main-tg .img-wrapper{height:160px}}.main-about .container{display:flex;flex-direction:column;gap:112px}@media screen and (max-width: 1919px){.main-about .container{gap:48px}}@media screen and (max-width: 1439px){.main-about .container{gap:26px}}@media screen and (max-width: 767px){.main-about .container{gap:32px}}.main-about h1{width:1637px;text-wrap:balance}@media screen and (max-width: 1919px){.main-about h1{width:100%}}@media screen and (max-width: 1439px){.main-about h1{text-wrap:pretty}}@media screen and (max-width: 767px){.main-about h1{font-size:24px;line-height:100%}}.main-about .info{display:flex;gap:64px;margin-left:auto}@media screen and (max-width: 1919px){.main-about .info{gap:32px}}@media screen and (max-width: 1439px){.main-about .info{margin-left:unset}}@media screen and (max-width: 767px){.main-about .info{flex-direction:column;gap:18px}}.main-about .info p{width:555px}@media screen and (max-width: 1439px){.main-about .info p{width:50%}}@media screen and (max-width: 767px){.main-about .info p{width:100%}}.catalog-tabs{display:flex;align-items:center;justify-content:center;gap:96px;padding:4px 0;overflow:visible}@media screen and (max-width: 1023px){.catalog-tabs{gap:64px;justify-content:space-between}}@media screen and (max-width: 767px){.catalog-tabs{gap:32px;padding:20px 0}}.catalog-tabs__item{font-size:48px;line-height:110%;font-weight:300;text-transform:uppercase;letter-spacing:.02em;color:#c7c7c7;text-decoration:none;transform:scale(1);transform-origin:50% 50%;transition:color .4s ease,transform .4s ease,opacity .4s ease;opacity:.5;will-change:transform,opacity;backface-visibility:hidden}@media screen and (max-width: 1439px){.catalog-tabs__item{font-size:36px}}@media screen and (max-width: 1023px){.catalog-tabs__item{font-size:32px;line-height:100%;letter-spacing:-.96px}}@media screen and (max-width: 767px){.catalog-tabs__item{font-size:24px;line-height:100%;font-weight:300;letter-spacing:0}}@media screen and (max-width: 479px){.catalog-tabs__item{font-size:clamp(16px,7.95px + 2.516vw,20px);font-weight:400;letter-spacing:clamp(.8px,.67px + .0818vw,1px);line-height:normal}}.catalog-tabs__item:hover{color:#c7c7c7}.catalog-tabs__item.active{transform:scale(1.333);color:#c7c7c7;opacity:1}@media screen and (max-width: 767px){.catalog-tabs__item.active{line-height:110%}}@media screen and (max-width: 479px){.catalog-tabs__item.active{transform:scale(1.25);letter-spacing:clamp(1px,.84px + .1vw,1.2px)}}#catalog-content{transition:opacity .3s ease}#catalog-content.is-loading{opacity:0;pointer-events:none}.catalog-menu.anchors>*{transition:opacity .3s ease}.catalog-menu.anchors.is-loading>*{opacity:0;pointer-events:none}.catalog-loader{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);display:flex;justify-content:center;align-items:center;opacity:0;transition:opacity .2s ease;pointer-events:none;z-index:100}.catalog-loader.is-visible{opacity:1}.catalog-loader__spinner{width:32px;height:32px;border:2px solid rgba(211,211,211,.5);border-top-color:#c7c7c7;border-radius:50%;animation:catalog-spin .8s linear infinite}@keyframes catalog-spin{to{transform:rotate(360deg)}}.catalog-page .catalog-top{background-color:#171717;padding-top:160px}@media screen and (max-width: 1919px){.catalog-page .catalog-top{padding-top:128px}}@media screen and (max-width: 1439px){.catalog-page .catalog-top{padding-top:120px}}@media screen and (max-width: 767px){.catalog-page .catalog-top{padding-top:104px}}.catalog-page .catalog-top>.container{display:flex;flex-direction:column;gap:112px;align-items:center}@media screen and (max-width: 1439px){.catalog-page .catalog-top>.container{gap:58px}}@media screen and (max-width: 767px){.catalog-page .catalog-top>.container{gap:26px}}.catalog-page .catalog-menu{background-color:#171717;position:sticky;top:0;left:0;right:0;z-index:20;padding-top:48px;padding-bottom:64px;transition:padding-top .3s ease,padding-bottom .3s ease}.catalog-page .catalog-menu.is-stuck{padding-top:32px;padding-bottom:32px}@media screen and (max-width: 1023px){.catalog-page .catalog-menu{padding-top:32px;padding-bottom:32px}}.catalog-page .catalog-menu .menu-list{display:flex;flex-wrap:wrap;gap:16px;justify-content:center}@media screen and (max-width: 1023px){.catalog-page .catalog-menu .menu-list{display:none}}.catalog-page .catalog-menu .menu-list li{position:relative;display:block;line-height:100%;width:fit-content;margin-right:16px}.catalog-page .catalog-menu .menu-list li:last-of-type:before{content:none}.catalog-page .catalog-menu .menu-list li:before{position:absolute;content:"/";top:0;right:-16px;color:#c7c7c7;opacity:.5}@media screen and (max-width: 1919px){.catalog-page .catalog-menu .menu-list li:before{right:-16px}}.catalog-page .catalog-menu .menu-list .link-span:hover,.catalog-page .catalog-menu .menu-list .link-span:focus{opacity:1}.catalog-page .catalog-menu-mob{display:none;width:100%}@media screen and (max-width: 1023px){.catalog-page .catalog-menu-mob{display:block}}.catalog-page .catalog-categories{margin-top:128px}@media screen and (max-width: 1439px){.catalog-page .catalog-categories{margin-top:96px}}@media screen and (max-width: 767px){.catalog-page .catalog-categories{margin-top:89px}}.catalog-page .main-swiper{margin-top:0;margin-bottom:128px}@media screen and (max-width: 1439px){.catalog-page .main-swiper{margin-bottom:96px}}@media screen and (max-width: 767px){.catalog-page .main-swiper{margin-bottom:89px}}.share-menu{position:absolute;top:211px;left:194px;z-index:111;width:fit-content;background-color:#171717;border:1px solid rgba(199,199,199,.1);display:flex;flex-direction:column;gap:11px;padding:16px}.share-menu .share-link{display:flex;align-items:center;gap:16px;white-space:nowrap}.share-menu .share-link:hover .icon,.share-menu .share-link:focus .icon{opacity:1}.share-menu .share-link:hover .link,.share-menu .share-link:focus .link{opacity:1}.share-menu .share-link:hover .link:after,.share-menu .share-link:focus .link:after{width:100%}.share-menu .share-link .icon{width:24px;height:24px;opacity:.5;transition:opacity .2s}.share-menu .share-link .link{margin:unset}.catalog-category{padding-top:68px}@media screen and (max-width: 1023px){.catalog-category{padding-top:36px}}.catalog-category .filters{display:flex;justify-content:space-between;margin-bottom:64px}@media screen and (max-width: 1919px){.catalog-category .filters{margin-bottom:32px}}@media screen and (max-width: 479px){.catalog-category .filters{flex-direction:column;gap:16px}}.catalog-category .items-list{display:grid;grid-template-columns:repeat(6,1fr);gap:64px;margin-bottom:64px}@media screen and (max-width: 1919px){.catalog-category .items-list{grid-template-columns:repeat(4,1fr);gap:64px 32px}}@media screen and (max-width: 1439px){.catalog-category .items-list{grid-template-columns:repeat(3,1fr);gap:32px;margin-bottom:32px}}@media screen and (max-width: 1023px){.catalog-category .items-list{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width: 767px){.catalog-category .items-list{grid-template-columns:1fr;gap:64px;padding:0 8px 0 16px;margin-bottom:64px}.catalog-category .items-list:after{content:none}}@media screen and (max-width: 479px){.catalog-category .items-list{padding:unset}}.catalog-category .items-list .card-employee,.catalog-category .items-list .card-user{width:100%;position:relative}.catalog-category .items-list .card-employee:after,.catalog-category .items-list .card-user:after{content:"";position:absolute;top:0;bottom:0;right:-32px;height:100%;width:2px;background-color:#c7c7c7;opacity:.1}@media screen and (max-width: 1919px){.catalog-category .items-list .card-employee:after,.catalog-category .items-list .card-user:after{right:-16px}}.catalog-category .items-list .card-employee:nth-of-type(6n):after,.catalog-category .items-list .card-employee:last-of-type:after,.catalog-category .items-list .card-user:nth-of-type(6n):after,.catalog-category .items-list .card-user:last-of-type:after{content:none}@media screen and (max-width: 1919px){.catalog-category .items-list .card-employee .img-wrapper,.catalog-category .items-list .card-user .img-wrapper{width:100%;height:unset;aspect-ratio:1.066666667/1}.catalog-category .items-list .card-employee:nth-of-type(6n):after,.catalog-category .items-list .card-user:nth-of-type(6n):after{content:""}.catalog-category .items-list .card-employee:nth-of-type(4n):after,.catalog-category .items-list .card-user:nth-of-type(4n):after{content:none}}@media screen and (max-width: 1439px){.catalog-category .items-list .card-employee .img-wrapper,.catalog-category .items-list .card-user .img-wrapper{aspect-ratio:1.105925926/1}.catalog-category .items-list .card-employee:nth-of-type(4n):after,.catalog-category .items-list .card-user:nth-of-type(4n):after{content:""}.catalog-category .items-list .card-employee:nth-of-type(3n):after,.catalog-category .items-list .card-user:nth-of-type(3n):after{content:none}}@media screen and (max-width: 1023px){.catalog-category .items-list .card-employee .img-wrapper,.catalog-category .items-list .card-user .img-wrapper{aspect-ratio:1.12/1}.catalog-category .items-list .card-employee:nth-of-type(3n):after,.catalog-category .items-list .card-user:nth-of-type(3n):after{content:""}.catalog-category .items-list .card-employee:nth-of-type(2n):after,.catalog-category .items-list .card-user:nth-of-type(2n):after{content:none}}@media screen and (max-width: 767px){.catalog-category .items-list .card-employee .img-wrapper,.catalog-category .items-list .card-user .img-wrapper{aspect-ratio:1.115789474/1}.catalog-category .items-list .card-employee:after,.catalog-category .items-list .card-user:after{left:0;right:0;top:unset;bottom:-32px;height:2px;width:100%}.catalog-category .items-list .card-employee:nth-of-type(2n):after,.catalog-category .items-list .card-user:nth-of-type(2n):after{content:""}}@media screen and (max-width: 479px){.catalog-category .items-list .card-employee .img-wrapper,.catalog-category .items-list .card-user .img-wrapper{aspect-ratio:1.107692308/1}}.catalog-category .category-bottom{display:flex;align-items:center;justify-content:space-between;padding-top:32px}@media screen and (max-width: 767px){.catalog-category .category-bottom{padding-top:0}.catalog-category .category-bottom:before{content:none}}@media screen and (max-width: 767px){.catalog-category .category-bottom{flex-direction:column-reverse;gap:32px}}@media screen and (max-width: 767px){.catalog-category .category-bottom .paginator{width:100%;justify-content:space-between}}.catalog-detail{margin-top:160px}@media screen and (max-width: 1919px){.catalog-detail{margin-top:96px}}@media screen and (max-width: 1439px){.catalog-detail{margin-top:88px}}@media screen and (max-width: 767px){.catalog-detail{margin-top:56px}}.catalog-detail .detail-top{position:relative;height:calc(100svh - 160px);max-height:920px}@media screen and (max-width: 1919px){.catalog-detail .detail-top{height:calc(100svh - 96px)}}@media screen and (max-width: 1439px){.catalog-detail .detail-top{height:calc(100svh - 150px);max-height:512px}}@media screen and (max-width: 767px){.catalog-detail .detail-top{height:calc(100svh - 112px)}}@media screen and (max-width: 479px){.catalog-detail .detail-top{max-height:630px}}.catalog-detail .detail-top .img-bg{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%}@media screen and (max-width: 479px){.catalog-detail .detail-top .img-bg{height:512px}}.catalog-detail .detail-top .img-bg:after{position:absolute;content:"";background:linear-gradient(0deg,#212121 0%,rgba(33,33,33,.7) 70%,rgba(33,33,33,0) 100%);bottom:-2px;left:0;right:0;width:100%;height:640px;z-index:1}@media screen and (max-width: 1919px){.catalog-detail .detail-top .img-bg:after{height:500px}}@media screen and (max-width: 1439px){.catalog-detail .detail-top .img-bg:after{height:350px}}@media screen and (max-width: 1023px){.catalog-detail .detail-top .img-bg:after{height:300px}}@media screen and (max-width: 767px){.catalog-detail .detail-top .img-bg:after{height:350px}}.catalog-detail .detail-top .img-bg:before{position:absolute;content:"";opacity:.5;background:linear-gradient(0deg,#212121 0%,rgba(33,33,33,0) 100%);top:0;left:0;right:0;width:100%;height:100px;transform:rotate(180deg);z-index:1}@media screen and (max-width: 1919px){.catalog-detail .detail-top .img-bg:before{height:90px}}@media screen and (max-width: 1439px){.catalog-detail .detail-top .img-bg:before{height:100px}}.catalog-detail .detail-top .container{position:relative;z-index:2;padding-top:64px;height:100%;display:flex;flex-direction:column;justify-content:space-between}@media screen and (max-width: 1919px){.catalog-detail .detail-top .container{padding-top:32px}}@media screen and (max-width: 767px){.catalog-detail .detail-top .container{padding-top:16px}}.catalog-detail .detail-top .btn-share{position:absolute;top:64px;right:0}@media screen and (max-width: 1919px){.catalog-detail .detail-top .btn-share{top:32px}}@media screen and (max-width: 767px){.catalog-detail .detail-top .btn-share{position:static;margin-bottom:32px;margin-top:auto}}.catalog-detail .detail-top .btn-share svg{opacity:1}.catalog-detail .detail-top .categories{margin-top:auto;margin-bottom:16px;display:flex;gap:16px}@media screen and (max-width: 767px){.catalog-detail .detail-top .categories{margin-top:0;overflow:auto;margin-left:-16px;padding-left:16px;width:calc(100% + 32px);padding-right:16px}.catalog-detail .detail-top .categories::-webkit-scrollbar{display:none;-ms-overflow-style:none;scrollbar-width:none}}.catalog-detail .detail-top .categories .note{opacity:.5}.catalog-detail .detail-top h1{max-width:825px;margin-bottom:32px}@media screen and (max-width: 1919px){.catalog-detail .detail-top h1{margin-bottom:16px}}@media screen and (max-width: 1439px){.catalog-detail .detail-top h1{max-width:50%;margin-bottom:32px}}@media screen and (max-width: 1023px){.catalog-detail .detail-top h1{max-width:70%}}@media screen and (max-width: 767px){.catalog-detail .detail-top h1{margin-top:unset;max-width:100%;word-wrap:break-word;overflow-wrap:break-word;-webkit-hyphens:auto;-moz-hyphens:auto;-ms-hyphens:auto;hyphens:auto}}.catalog-detail .detail-top .info{display:flex;align-items:center;justify-content:space-between;padding-bottom:16px}@media screen and (max-width: 1439px){.catalog-detail .detail-top .info{flex-direction:column;align-items:start;gap:32px;padding-bottom:unset}}@media screen and (max-width: 1023px){.catalog-detail .detail-top .info{gap:16px}}@media screen and (max-width: 479px){.catalog-detail .detail-top .info{gap:32px}}.catalog-detail .detail-top .info .anchors{display:flex;gap:0}@media screen and (max-width: 1023px){.catalog-detail .detail-top .info .anchors{max-width:70%;flex-wrap:wrap}}@media screen and (max-width: 767px){.catalog-detail .detail-top .info .anchors{max-width:100%}}@media screen and (max-width: 479px){.catalog-detail .detail-top .info .anchors{gap:16px;flex-direction:column}}.catalog-detail .detail-top .info .anchors li{position:relative;margin-right:37px;line-height:80%}.catalog-detail .detail-top .info .anchors li:last-of-type{margin-right:0}.catalog-detail .detail-top .info .anchors li a{line-height:80%}@media screen and (max-width: 1919px){.catalog-detail .detail-top .info .anchors li{margin-right:21px}}@media screen and (max-width: 1023px){.catalog-detail .detail-top .info .anchors li{margin-bottom:16px}}@media screen and (max-width: 479px){.catalog-detail .detail-top .info .anchors li{margin:0}}.catalog-detail .detail-top .info .anchors li:after{position:absolute;content:"/";font-size:16px;top:50%;transform:translateY(-50%);right:-18px;color:#c7c7c7;opacity:.5}@media screen and (max-width: 1919px){.catalog-detail .detail-top .info .anchors li:after{right:-12px}}@media screen and (max-width: 479px){.catalog-detail .detail-top .info .anchors li:after{content:none}}.catalog-detail .detail-top .info .anchors li:last-of-type:after{content:none}.catalog-detail .detail-top .info .btns{display:flex;align-items:center;gap:19px}@media screen and (max-width: 1919px){.catalog-detail .detail-top .info .btns{gap:16px}}@media screen and (max-width: 479px){.catalog-detail .detail-top .info .btns{flex-direction:column;justify-content:center;width:100%}}@media screen and (max-width: 479px){.catalog-detail .detail-top .info .btns #btn-order{width:100%}}.catalog-detail .detail-top .info .btns .btn{width:200px;height:43px;display:flex;align-items:center;justify-content:center}@media screen and (max-width: 1919px){.catalog-detail .detail-top .info .btns .btn{width:123px}}@media screen and (max-width: 479px){.catalog-detail .detail-top .info .btns .btn{width:100%}}.catalog-detail .detail-about>.container{display:flex;gap:528px}@media screen and (max-width: 1919px){.catalog-detail .detail-about>.container{gap:269px}}@media screen and (max-width: 1439px){.catalog-detail .detail-about>.container{gap:114px}}@media screen and (max-width: 1023px){.catalog-detail .detail-about>.container{gap:32px}}@media screen and (max-width: 767px){.catalog-detail .detail-about>.container{flex-direction:column;align-items:flex-start}}.catalog-detail .detail-about .info{flex:1}.catalog-detail .detail-about .video-wrapper{display:flex;gap:32px;flex-direction:column;align-items:flex-end}@media screen and (max-width: 1439px){.catalog-detail .detail-about .video-wrapper{gap:16px}}@media screen and (max-width: 767px){.catalog-detail .detail-about .video-wrapper{align-items:flex-start;width:100%}}@media screen and (max-width: 479px){.catalog-detail .detail-about .video-wrapper{align-items:center}}.catalog-detail .detail-about .video-wrapper #lightgallery-page-img{width:100%;height:100%}.catalog-detail .detail-about .video-wrapper .media-wrapper{width:400px;height:500px}@media screen and (max-width: 1919px){.catalog-detail .detail-about .video-wrapper .media-wrapper{width:320px;height:400px}}@media screen and (max-width: 1439px){.catalog-detail .detail-about .video-wrapper .media-wrapper{width:299px;height:374px}}@media screen and (max-width: 1023px){.catalog-detail .detail-about .video-wrapper .media-wrapper{width:213px;height:266px}}@media screen and (max-width: 767px){.catalog-detail .detail-about .video-wrapper .media-wrapper{width:216px;height:270px}}@media screen and (max-width: 479px){.catalog-detail .detail-about .video-wrapper .media-wrapper{width:100%;height:360px}}.catalog-detail .detail-about .video-wrapper a{display:flex;align-items:center;gap:8px}@media screen and (max-width: 1023px){.catalog-detail .detail-about .video-wrapper a{max-width:180px}}@media screen and (max-width: 767px){.catalog-detail .detail-about .video-wrapper a{max-width:unset}}@media screen and (max-width: 479px){.catalog-detail .detail-about .video-wrapper a{width:100%}}.catalog-detail .detail-about .video-wrapper a span{white-space:wrap;text-wrap:balance}.catalog-detail .detail-about .video-wrapper a svg{width:24px;height:24px;opacity:.5;transition:opacity .2s}.catalog-detail .detail-about .video-wrapper a:hover span,.catalog-detail .detail-about .video-wrapper a:focus span{opacity:1;background-size:100% 1px}.catalog-detail .detail-about .video-wrapper a:hover svg,.catalog-detail .detail-about .video-wrapper a:focus svg{opacity:1}.services-form{overflow-x:clip}.services-form h1{margin-bottom:48px;text-align:center}@media screen and (max-width: 1439px){.services-form h1{margin-bottom:26px}}.services-form>.form{display:flex;gap:48px;overflow:visible}@media screen and (max-width: 1919px){.services-form>.form{gap:32px}}@media screen and (max-width: 1439px){.services-form>.form{gap:64px;flex-direction:column}}.services-form .services-select,.services-form .services-preview{width:864px}@media screen and (max-width: 1919px){.services-form .services-select,.services-form .services-preview{width:672px}}@media screen and (max-width: 1439px){.services-form .services-select,.services-form .services-preview{width:100%}}.services-form .services-select{flex:1;z-index:100;display:flex;flex-direction:column;gap:64px;position:relative}.services-form .services-select:before{content:"";position:absolute;z-index:10;width:calc(100% + 48px);top:-10px;bottom:0;right:-48px;background-color:#212121;height:100%}@media screen and (max-width: 1919px){.services-form .services-select:before{right:-32px;width:calc(100% + 32px)}}@media screen and (max-width: 1439px){.services-form .services-select:before{content:none}}.services-form .services-select:after{content:"";position:absolute;z-index:10;width:100vw;top:-10px;bottom:0;right:99%;background-color:#212121;height:100%}@media screen and (max-width: 1439px){.services-form .services-select:after{content:none}}.services-form .services-select .top{display:flex;gap:32px;margin-bottom:32px}@media screen and (max-width: 1439px){.services-form .services-select .top{gap:16px}}.services-form .services-select .show-more-btn{display:none}@media screen and (max-width: 1439px){.services-form .services-select .show-more-btn{display:block;margin:-32px auto 0}}.services-form .select-type,.services-form .select-service{position:relative;z-index:11}.services-form .menu-list{max-width:709px;display:flex;flex-wrap:wrap;gap:16px}@media screen and (max-width: 1023px){.services-form .menu-list{display:none}}.services-form .menu-list li{position:relative;display:block;line-height:100%;width:fit-content;margin-right:16px}.services-form .menu-list li:last-of-type:before{content:none}.services-form .menu-list li:before{position:absolute;content:"/";top:0;right:-16px;color:#c7c7c7;opacity:.5}@media screen and (max-width: 1919px){.services-form .menu-list li:before{right:-16px}}@media screen and (max-width: 1919px){.services-form .menu-list{max-width:671px}}@media screen and (max-width: 1439px){.services-form .menu-list{max-width:100%}}.services-form .menu-list .link.active:after{width:100%}.services-form .menu-list .link,.services-form .menu-list li{line-height:90%}.services-form .menu-list .link:after,.services-form .menu-list li:after{bottom:-3px}.services-form #btn-service-directions{display:none}.services-form #btn-service-directions .btn{display:flex;width:100%;height:43px;align-items:center;justify-content:center}@media screen and (max-width: 1023px){.services-form #btn-service-directions{display:flex}}.services-form .select-service ul{display:flex;flex-direction:column;gap:32px;max-height:439px;overflow-y:auto;overflow-x:clip;padding-right:16px}@media screen and (max-width: 1919px){.services-form .select-service ul{max-height:443px}}@media screen and (max-width: 1439px){.services-form .select-service ul{max-height:unset;padding-right:unset;gap:16px}}.services-form .select-service ul::-webkit-scrollbar{width:4px}.services-form .select-service ul::-webkit-scrollbar-track{background:rgba(199,199,199,.1);width:4px;border:1px solid #212121}.services-form .select-service ul::-webkit-scrollbar-thumb{width:4px;background-color:#c7c7c7;border-radius:0}.services-form .select-service ul li{padding-bottom:32px;display:grid;grid-template-columns:repeat(2,auto);gap:16px;font-size:16px}.services-form .select-service ul li:first-of-type{padding-top:4px}.services-form .select-service ul li:after{left:0;width:100%}@media screen and (max-width: 1439px){.services-form .select-service ul li{padding-bottom:16px}}@media screen and (max-width: 479px){.services-form .select-service ul li{gap:16px 8px}}.services-form .select-service ul li .input-radio-wrapper{width:fit-content}.services-form .select-service ul li .input-radio-wrapper input{display:none;-webkit-appearance:none;-moz-appearance:none;-ms-appearance:none;-o-appearance:none;appearance:none}.services-form .select-service ul li .title .link{opacity:1;margin-right:16px;cursor:unset}.services-form .select-service ul li .title .link:hover,.services-form .select-service ul li .title .link:focus{background-size:0% 1px;opacity:1}.services-form .select-service ul li .title .underline{background-size:0% 1px}.services-form .select-service ul li .title span{display:inline}.services-form .select-service ul li .note{grid-area:auto/span 2}.services-form .select-service ul li .note,.services-form .select-service ul li .price{opacity:.5}.services-form .select-service ul li .link-span,.services-form .select-service ul li .price{display:block;height:fit-content}.services-form .select-service ul li .input-radio-wrapper{cursor:pointer;grid-area:3/auto}.services-form .select-service ul li .price{justify-self:end;line-height:160%;white-space:nowrap}.services-form .select-service ul li:last-of-type{padding-bottom:0}.services-form .select-service ul li:last-of-type:after{content:none}@media screen and (max-width: 1439px){.services-form .select-service ul li:last-of-type{padding-bottom:32px}.services-form .select-service ul li:last-of-type:after{content:""}}.services-form .select-service ul li.active .title .underline{background-size:100% 1px}.services-form .select-service ul li.active .input-radio-wrapper .link,.services-form .select-service ul li.active .price{opacity:1}.services-form .services-preview{display:flex;flex-direction:column}.services-form .services-preview .info{margin-top:auto}.services-form .services-preview .info ul{margin-bottom:32px;display:flex;flex-direction:column;gap:32px}@media screen and (max-width: 1439px){.services-form .services-preview .info ul{gap:16px;margin-bottom:16px}}.services-form .services-preview .info ul li{display:flex;gap:16px}.services-form .services-preview .info ul li span{opacity:1;line-height:normal}.services-form .services-preview .info ul li .title{opacity:.5}.services-form .services-preview .info .service-title span{margin-right:16px}.services-form .services-preview .info .note{display:block;opacity:.5;margin-bottom:32px;line-height:normal}.services-form .services-preview .info .btn{width:200px;height:43px;display:flex;align-items:center;justify-content:center}@media screen and (max-width: 767px){.services-form .services-preview .info .btn{width:100%}}.services-form .btn-open-desc{width:fit-content;height:fit-content;display:flex;align-items:center;justify-content:center}.services-form .icon-desc{transform:translateY(3px);width:16px;height:16px;cursor:pointer;opacity:.5;transition:opacity .2s}.services-form .icon-desc:hover,.services-form .icon-desc:focus{opacity:1}.map-section h1{margin-bottom:48px;text-align:center}@media screen and (max-width: 1439px){.map-section h1{margin-bottom:26px}}.map-section .link-span{cursor:auto}.map-section .address{margin-bottom:64px;display:flex;gap:16px;justify-content:center;text-align:center}@media screen and (max-width: 1439px){.map-section .address{margin-bottom:32px}}@media screen and (max-width: 767px){.map-section .address{flex-direction:column;align-items:center}}@media screen and (max-width: 479px){.map-section .address .link-span.active{text-wrap:balance;max-width:80%}}.map-section .map{filter:grayscale(1);width:100%;height:512px}@media screen and (max-width: 1439px){.map-section .map{height:384px}}@media screen and (max-width: 1023px){.map-section .map{height:256px}}.map-section .map .ymaps-2-1-79-gototech,.map-section .map .ymaps-2-1-79-copyright__agreement{display:none}.menu-fixed{display:none;position:fixed;bottom:0;right:0;left:0;width:100%;border-top:1px solid rgba(199,199,199,.2);background:#171717;z-index:101}@media screen and (max-width: 1439px){.menu-fixed{display:block}}.menu-fixed ul{padding:8px 64px;display:flex;align-items:center;justify-content:space-between;gap:16px}@media screen and (max-width: 767px){.menu-fixed ul{padding:6px 10px}}.menu-fixed ul li a,.menu-fixed ul li button{display:flex;flex-direction:column;align-items:center;gap:4px;height:fit-content;width:58px}@media screen and (max-width: 767px){.menu-fixed ul li a,.menu-fixed ul li button{gap:0;width:44px}}.menu-fixed ul li a span,.menu-fixed ul li button span{font-size:16px;line-height:128%;color:#c7c7c7}@media screen and (max-width: 767px){.menu-fixed ul li a span,.menu-fixed ul li button span{font-size:12px}}.menu-fixed ul li:last-of-type{border-right:unset;padding-right:0}.menu-fixed ul li svg{width:24px;height:24px}.menu-fixed .profile-link{width:48px;height:48px;border-radius:50%;display:flex;align-items:center;justify-content:center;border:1px solid rgba(199,199,199,.2);background:#212121}@media screen and (max-width: 767px){.menu-fixed .profile-link{width:40px;height:40px}}.menu-fixed .profile-link img{width:100%;height:100%;border-radius:50%}.menu-fixed .mobile-burger{gap:2px}@media screen and (max-width: 767px){.menu-fixed .mobile-burger{gap:0}}.menu-fixed .mobile-burger svg{transition:.2s}.menu-fixed .mobile-burger .icon-default{opacity:1;visibility:visible;width:24px;height:24px;transform:scale(1)}.menu-fixed .mobile-burger .icon-active{opacity:0;visibility:hidden;width:0;height:0;color:#e4e4e4;transform:scale(0)}.menu-fixed .mobile-burger.show .icon-default{opacity:0;visibility:hidden;width:0;height:0;transform:scale(0)}.menu-fixed .mobile-burger.show .icon-active{opacity:1;visibility:visible;width:24px;height:24px;transform:scale(1)}.air-datepicker-global-container{z-index:1000!important;background:#212121!important}.air-datepicker-nav,.air-datepicker--content{border:none!important;background:#212121;color:#e4e4e4}.air-datepicker{border:1px solid rgba(199,199,199,.1)!important;border-radius:unset!important;background:#212121!important;box-shadow:none!important;padding:64px;font-size:18px!important;color:#c7c7c7!important;font-family:Tilda Sans VF,sans-serif!important;min-width:464px!important;min-height:457px!important;box-sizing:border-box!important}@media screen and (max-width: 1439px){.air-datepicker{min-width:316px!important;min-height:320px!important;font-size:16px!important;padding:32px}}@media screen and (max-width: 479px){.air-datepicker{min-width:fit-content!important;max-width:284px!important;min-height:fit-content!important;padding:16px!important}}.air-datepicker-body{display:flex;flex-direction:column}.air-datepicker-nav,.air-datepicker--content{padding:0!important}.air-datepicker-nav{margin-bottom:32px!important}@media screen and (max-width: 1439px){.air-datepicker-nav{margin-bottom:24px!important}}@media screen and (max-width: 479px){.air-datepicker-nav{margin-bottom:16px!important}}.air-datepicker-body--day-names{margin:0 0 8px!important;grid-template-columns:repeat(7,48px)!important;justify-content:center}@media screen and (max-width: 1439px){.air-datepicker-body--day-names{grid-template-columns:repeat(7,36px)!important}}.air-datepicker-body--day-name{color:#c7c7c7!important;opacity:.5;font-size:12px;font-style:normal;font-weight:400;line-height:130%;letter-spacing:.24px}.air-datepicker-body--cells.-days-{grid-template-columns:repeat(7,48px)!important;grid-auto-rows:unset!important;justify-content:center;gap:0}@media screen and (max-width: 1439px){.air-datepicker-body--cells.-days-{grid-template-columns:repeat(7,36px)!important}}.air-datepicker-cell.-day-{height:48px!important;font-size:18px!important}@media screen and (max-width: 1439px){.air-datepicker-cell.-day-{height:36px!important;font-size:16px!important}}.air-datepicker-nav--action:hover,.air-datepicker-nav--title:hover{background:unset!important}.air-datepicker-cell.-day-.-other-month-{opacity:.5}.air-datepicker-cell.-focus-{border-radius:0}.air-datepicker-cell.-day-.-current-,.air-datepicker-cell.-selected-{background:none!important;border:1px solid #C7C7C7!important;border-radius:unset!important;color:#c7c7c7!important}.air-datepicker-cell.-selected-{border:none!important;color:#fff}.air-datepicker-body--cells.-months-{grid-template-columns:repeat(3,84px)}.air-datepicker-cell.-focus-,.air-datepicker-cell.-selected-{background:rgba(255,255,255,.1)!important}.air-datepicker-cell.-current-{background:none!important;border:1px solid #C7C7C7!important;border-radius:unset!important;color:#c7c7c7!important}.air-datepicker--pointer{display:none!important}.error-page{position:relative;width:100vw;height:100svh;min-height:920px;flex:1;display:flex;flex-direction:column}@media screen and (max-width: 1919px){.error-page{min-height:800px}}@media screen and (max-width: 1439px){.error-page{min-height:600px}}@media screen and (max-width: 767px){.error-page{min-height:500px}}.error-page .breadcrumbs{height:fit-content}@media screen and (max-width: 479px){.error-page .breadcrumbs{text-align:center;margin:0 auto}}.error-page .container{flex:1}.error-page .video-bg{width:100%;height:100%;position:absolute;top:0;right:0;bottom:0;left:0}.error-page .video-bg .video-wrapper{position:relative;width:100%;height:100%}.error-page .video-bg .video-wrapper:after{position:absolute;top:0;right:0;bottom:0;left:0;content:"";width:100%;height:100%;opacity:.8;background:#212121}.error-page .container{position:relative;z-index:1;height:100%;display:flex;justify-content:space-between;flex-direction:column;padding-top:160px}@media screen and (max-width: 1919px){.error-page .container{padding-top:96px}}@media screen and (max-width: 1439px){.error-page .container{padding-top:88px}}@media screen and (max-width: 767px){.error-page .container{padding-top:72px}}.error-page .info{flex:1;margin-top:auto;margin-bottom:64px;display:flex;flex-direction:column}@media screen and (max-width: 1919px){.error-page .info{margin-bottom:32px}}.error-page .info h1{margin-top:auto;margin-bottom:32px}@media screen and (max-width: 767px){.error-page .info h1{margin-bottom:16px}}.error-page .info p{margin-bottom:32px;max-width:520px}@media screen and (max-width: 767px){.error-page .info p{margin-bottom:16px;max-width:335px}}@media screen and (max-width: 479px){.error-page .info p{margin-bottom:16px;max-width:255px}}.error-page .menu-list{display:flex;flex-wrap:wrap;gap:16px;gap:8px}@media screen and (max-width: 1023px){.error-page .menu-list{display:none}}.error-page .menu-list li{position:relative;display:block;line-height:100%;width:fit-content;margin-right:16px}.error-page .menu-list li:last-of-type:before{content:none}.error-page .menu-list li:before{position:absolute;content:"/";top:0;right:-16px;color:#c7c7c7;opacity:.5}@media screen and (max-width: 1919px){.error-page .menu-list li:before{right:-16px}}@media screen and (max-width: 1023px){.error-page .menu-list{display:flex}}@media screen and (max-width: 479px){.error-page .menu-list{flex-direction:column;gap:16px}}.error-page .menu-list li{margin-right:8px}.error-page .menu-list li:before{right:-10px}@media screen and (max-width: 479px){.error-page .menu-list li:before{content:none}}.page-500 .info p{margin-bottom:0;max-width:600px}@media screen and (max-width: 1023px){.page-500 .info p{max-width:550px}}.soft-not-found{max-width:555px;width:100%;padding:16px;border:1px solid #C42525;margin:32px auto;text-align:center}@media screen and (max-width: 1919px){.soft-not-found{max-width:673px;margin:32px auto}}@media screen and (max-width: 1439px){.soft-not-found{max-width:630px;margin:32px auto}}@media screen and (max-width: 1023px){.soft-not-found{max-width:704px}}.soft-not-found .h4{color:#c42525;margin-bottom:8px}.main-ad{margin-top:64px}@media screen and (max-width: 1023px){.main-ad{margin-top:32px}}.main-ad .swiper-slide{position:relative;overflow:hidden}.main-ad .swiper-ad{padding:64px 0 0}@media screen and (max-width: 1919px){.main-ad .swiper-ad{padding:32px 0}}.main-ad .swiper-ad .swiper-wrapper{width:100%;height:495px}@media screen and (max-width: 1919px){.main-ad .swiper-ad .swiper-wrapper{height:383px}}@media screen and (max-width: 1439px){.main-ad .swiper-ad .swiper-wrapper{height:265px}}@media screen and (max-width: 1023px){.main-ad .swiper-ad .swiper-wrapper{height:194px}}@media screen and (max-width: 767px){.main-ad .swiper-ad .swiper-wrapper{height:unset}}.main-ad .swiper-ad .swiper-slide{background-color:#212121;width:100%!important;height:100%!important;display:flex;justify-content:space-between;gap:64px;position:relative}@media screen and (max-width: 1919px){.main-ad .swiper-ad .swiper-slide{gap:32px}}@media screen and (max-width: 767px){.main-ad .swiper-ad .swiper-slide{flex-direction:column;gap:16px;height:auto!important}}.main-ad .swiper-ad .swiper-slide .info{display:flex;flex-direction:column;height:100%;gap:32px;flex:1}@media screen and (max-width: 1439px){.main-ad .swiper-ad .swiper-slide .info{gap:16px}}@media screen and (max-width: 767px){.main-ad .swiper-ad .swiper-slide .info{align-items:center;flex:unset}}@media screen and (max-width: 767px){.main-ad .swiper-ad .swiper-slide .info .lead,.main-ad .swiper-ad .swiper-slide .info .h1{text-align:center}}.main-ad .swiper-ad .swiper-slide .img-wrapper{height:100%;position:relative;width:65.4575893%}@media screen and (max-width: 767px){.main-ad .swiper-ad .swiper-slide .img-wrapper{width:100%;height:190px}}@media screen and (max-width: 479px){.main-ad .swiper-ad .swiper-slide .img-wrapper{height:fit-content}}@media screen and (max-width: 479px){.main-ad .swiper-ad .swiper-slide .img-wrapper .media-wrapper{height:unset;aspect-ratio:2.360655738/1}}.main-ad .swiper-ad .swiper-slide .img-wrapper .legal{position:absolute;bottom:32px;right:32px;display:flex;flex-direction:column;align-items:flex-end}@media screen and (max-width: 1439px){.main-ad .swiper-ad .swiper-slide .img-wrapper .legal{bottom:16px;right:16px}}@media screen and (max-width: 479px){.main-ad .swiper-ad .swiper-slide .img-wrapper .legal{position:static;display:flex;width:100%;justify-content:space-between;margin-top:8px;flex-direction:row}}.main-ad .swiper-ad .swiper-slide .img-wrapper .legal span{line-height:80%;display:block;background:#212121;padding:5px;color:#c7c7c7}@media screen and (max-width: 767px){.main-ad .swiper-ad .swiper-slide .img-wrapper .legal span{font-size:8px;padding:3px}}@media screen and (max-width: 479px){.main-ad .swiper-ad .swiper-slide .img-wrapper .legal span{padding:unset}}.main-ad .swiper-ad .swiper-slide .link{margin-top:auto}.main-ad .swiper-ad .swiper-controls{margin-top:64px;padding-top:32px;display:flex;justify-content:space-between;align-items:center}@media screen and (max-width: 1919px){.main-ad .swiper-ad .swiper-controls{margin-top:32px}}@media screen and (max-width: 767px){.main-ad .swiper-ad .swiper-controls{padding-top:16px}}.main-ad .swiper-ad .swiper-controls .swiper-btns{display:flex;align-items:center;gap:16px}@media screen and (max-width: 767px){.main-ad .swiper-ad .swiper-controls .swiper-btns{justify-content:space-between;width:100%}}.main-ad .swiper-ad .swiper-controls .swiper-btns .swiper-button-prev,.main-ad .swiper-ad .swiper-controls .swiper-btns .swiper-button-next{position:static;width:unset;height:unset;margin-top:unset;color:#c7c7c7;opacity:1}@media screen and (max-width: 767px){.main-ad .swiper-ad .swiper-controls .swiper-btns .swiper-button-prev,.main-ad .swiper-ad .swiper-controls .swiper-btns .swiper-button-next{opacity:.5}}.main-ad .swiper-ad .swiper-controls .swiper-btns .swiper-button-prev:after,.main-ad .swiper-ad .swiper-controls .swiper-btns .swiper-button-next:after{content:none}.main-ad .swiper-ad .swiper-controls .swiper-btns .swiper-button-disabled,.main-ad .swiper-ad .swiper-controls .swiper-btns .divider{opacity:.5}@media screen and (max-width: 767px){.main-ad .swiper-ad .swiper-controls .swiper-btns .divider{display:none}}.main-ad .swiper-ad .swiper-controls .swiper-pagination{position:static;display:flex;gap:16px;align-items:center}@media screen and (max-width: 1023px){.main-ad .swiper-ad .swiper-controls .swiper-pagination{gap:32px}}@media screen and (max-width: 767px){.main-ad .swiper-ad .swiper-controls .swiper-pagination{display:none}}.main-ad .swiper-ad .swiper-controls .swiper-pagination .swiper-pagination-bullet{font-size:16px;width:unset;height:unset;background:unset;margin:unset;opacity:.5;transition:opacity .2s}@media (hover: hover) and (pointer: fine){.main-ad .swiper-ad .swiper-controls .swiper-pagination .swiper-pagination-bullet:hover,.main-ad .swiper-ad .swiper-controls .swiper-pagination .swiper-pagination-bullet:focus{opacity:1}}.main-ad .swiper-ad .swiper-controls .swiper-pagination .swiper-pagination-bullet-active{opacity:1}.animation{animation:shutters 1.5s ease-in-out reverse}.animation-reverse{animation:shutters 1.5s ease-in-out forwards}@keyframes shutters{0%{clip-path:polygon(0% 0%,10% 0%,10% 100%,10% 100%,10% 0%,20% 0%,20% 100%,20% 100%,20% 0%,30% 0%,30% 100%,30% 100%,30% 0%,40% 0%,40% 100%,40% 100%,40% 0%,50% 0%,50% 100%,50% 100%,50% 0%,60% 0%,60% 100%,60% 100%,60% 0%,70% 0%,70% 100%,70% 100%,70% 0%,80% 0%,80% 100%,80% 100%,80% 0%,90% 0%,90% 100%,90% 100%,90% 0%,100% 0%,100% 100%,0% 100%)}to{clip-path:polygon(10% 0%,10% 0%,10% 100%,20% 100%,20% 0%,20% 0%,20% 100%,30% 100%,30% 0%,30% 0%,30% 100%,40% 100%,40% 0%,40% 0%,40% 100%,50% 100%,50% 0%,50% 0%,50% 100%,60% 100%,60% 0%,60% 0%,60% 100%,70% 100%,70% 0%,70% 0%,70% 100%,80% 100%,80% 0%,80% 0%,80% 100%,90% 100%,90% 0%,90% 0%,90% 100%,100% 100%,100% 0%,100% 0%,100% 100%,10% 100%)}}.main-profile .breadcrumbs{padding-top:160px;z-index:3}@media screen and (max-width: 1919px){.main-profile .breadcrumbs{padding-top:128px}}@media screen and (max-width: 1439px){.main-profile .breadcrumbs{padding-top:120px}}@media screen and (max-width: 1023px){.main-profile .breadcrumbs{justify-content:center}}@media screen and (max-width: 767px){.main-profile .breadcrumbs{padding-top:104px}}@media screen and (max-width: 479px){.main-profile .breadcrumbs{flex-wrap:wrap;white-space:wrap;text-align:center}}.main-profile .cabinet-page .top{padding-top:96px;padding-bottom:64px;background-color:#171717;position:relative;z-index:2}@media screen and (max-width: 1919px){.main-profile .cabinet-page .top{padding-bottom:32px}}@media screen and (max-width: 1439px){.main-profile .cabinet-page .top{padding-top:50px}}@media screen and (max-width: 1023px){.main-profile .cabinet-page .top{padding-top:64px;padding-bottom:unset;background-color:unset}}@media screen and (max-width: 767px){.main-profile .cabinet-page .top{padding-top:32px}}.main-profile .cabinet-page .top .container-info{position:relative}.main-profile .cabinet-page .top .status{display:flex;flex-direction:column;gap:8px;margin-bottom:32px;padding:16px;width:fit-content;position:relative;z-index:1}.main-profile .cabinet-page .top .status-moderation{border:1px solid #C47425}.main-profile .cabinet-page .top .status-hidden,.main-profile .cabinet-page .top .status-blocked{border:1px solid #C42525}@media screen and (max-width: 1023px){.main-profile .cabinet-page .top .status{justify-content:center;text-align:center;width:100%}}@media screen and (max-width: 479px){.main-profile .cabinet-page .top .status{padding:8px}}.main-profile .cabinet-page .top .status ul{padding-left:10px}@media screen and (max-width: 1023px){.main-profile .cabinet-page .top .status ul{padding-left:unset}}.main-profile .cabinet-page .top h1 input,.main-profile .cabinet-page .top .h1 input{font-weight:300;text-transform:uppercase}@media screen and (max-width: 1023px){.main-profile .cabinet-page .top h1 input,.main-profile .cabinet-page .top .h1 input{text-align:center}}.main-profile .cabinet-page .top h1.title.editing,.main-profile .cabinet-page .top .h1.title.editing{margin-bottom:32px;margin-left:-16px}.main-profile .cabinet-page .top h1.title.editing:hover,.main-profile .cabinet-page .top .h1.title.editing:hover{cursor:url(/build/assets/cursor-4b244650.svg),pointer}@media screen and (max-width: 1439px){.main-profile .cabinet-page .top h1.title.editing,.main-profile .cabinet-page .top .h1.title.editing{margin-left:-8px}}@media screen and (max-width: 1023px){.main-profile .cabinet-page .top h1.title,.main-profile .cabinet-page .top .h1.title{display:none}}.main-profile .cabinet-page .top .left{max-width:922px;position:relative;z-index:1}@media screen and (max-width: 1439px){.main-profile .cabinet-page .top .left{max-width:480px}}@media screen and (max-width: 1023px){.main-profile .cabinet-page .top .left{text-align:center;max-width:unset}}.main-profile .cabinet-page .top .left .btn{height:43px;padding:0 16px;display:flex;align-items:center;justify-content:center}@media screen and (max-width: 1023px){.main-profile .cabinet-page .top .left .btn{margin:0 auto 64px}}@media screen and (max-width: 767px){.main-profile .cabinet-page .top .left .btn{margin:0 auto 32px}}.main-profile .cabinet-page .top .right{position:absolute;bottom:-240px;top:unset;right:0;display:flex;align-items:center;flex-direction:column;gap:32px;text-align:center;max-width:420px}.main-profile .cabinet-page .top .right.editing{bottom:-208px;margin-right:-16px;margin-top:-16px}@media screen and (max-width: 1919px){.main-profile .cabinet-page .top .right{bottom:-194px}.main-profile .cabinet-page .top .right.editing{bottom:-139px}}@media screen and (max-width: 1439px){.main-profile .cabinet-page .top .right{bottom:-222px}.main-profile .cabinet-page .top .right.editing{bottom:-203px;margin-right:-8px;margin-top:-8px}}@media screen and (max-width: 1023px){.main-profile .cabinet-page .top .right{position:relative;bottom:unset;top:0;left:50%;transform:translate(-50%);width:100%;gap:16px;max-width:unset}.main-profile .cabinet-page .top .right.editing{margin-top:unset;margin-right:unset}.main-profile .cabinet-page .top .right:after{pointer-events:none;width:100vw;background-color:#171717;top:-200%;bottom:230px;position:absolute;content:"";z-index:-1}}@media screen and (max-width: 479px){.main-profile .cabinet-page .top .right:after{bottom:162px}}.main-profile .cabinet-page .desc{padding-top:64px;max-width:864px;min-height:200px;margin-bottom:192px}@media screen and (max-width: 1919px){.main-profile .cabinet-page .desc{margin-bottom:128px}}@media screen and (max-width: 1023px){.main-profile .cabinet-page .desc{margin-bottom:96px}}@media screen and (max-width: 1919px){.main-profile .cabinet-page .desc{max-width:672px}}@media screen and (max-width: 1439px){.main-profile .cabinet-page .desc{max-width:464px;padding-top:32px}}@media screen and (max-width: 1023px){.main-profile .cabinet-page .desc{max-width:unset;min-height:unset}}.main-profile .cabinet-page .desc .text{margin-top:-8px;margin-bottom:32px;overflow:hidden;transition:max-height .4s;position:relative;display:-webkit-box;-webkit-box-orient:vertical;white-space:pre-line}@media screen and (max-width: 1439px){.main-profile .cabinet-page .desc .text{margin-bottom:16px;margin-top:unset}}.main-profile .cabinet-page .desc .text:after{content:"";position:absolute;left:0;right:0;bottom:0;height:100px;background:linear-gradient(0deg,#212121 0%,rgba(33,33,33,0) 100%);pointer-events:none;transition:opacity .2s;opacity:0}.main-profile .cabinet-page .desc .text.has-fade:after{opacity:1}.main-profile .cabinet-page .desc .link{opacity:1}.main-profile .cabinet-page .title-mobile{display:none;text-align:center}@media screen and (max-width: 1023px){.main-profile .cabinet-page .title-mobile{display:block;width:100%}}@media screen and (max-width: 479px){.main-profile .cabinet-page .title-mobile{font-size:24px}}@media screen and (max-width: 1023px){.main-profile .cabinet-page .city{font-size:12px}}.main-profile .cabinet-page .image{position:relative}.main-profile .cabinet-page .img-wrapper{width:400px;flex-shrink:0;aspect-ratio:1/1;border-radius:100%;overflow:hidden;position:relative;display:flex;align-items:center;justify-content:center}.main-profile .cabinet-page .img-wrapper:before{content:none;position:absolute;top:0;right:0;bottom:0;left:0;background-image:url(/build/assets/border-round-c7ab7522.svg);background-repeat:no-repeat;background-position:center;background-size:100% 100%;width:100%;height:100%}.main-profile .cabinet-page .img-wrapper.editing{width:432px}.main-profile .cabinet-page .img-wrapper.editing:before{content:""}.main-profile .cabinet-page .img-wrapper .avatar-uploader{padding:16px;width:100%;height:100%}@media screen and (max-width: 1439px){.main-profile .cabinet-page .img-wrapper .avatar-uploader{padding:8px}}@media screen and (max-width: 1919px){.main-profile .cabinet-page .img-wrapper{width:325px}.main-profile .cabinet-page .img-wrapper.editing{width:358px}}@media screen and (max-width: 1439px){.main-profile .cabinet-page .img-wrapper{width:315px}.main-profile .cabinet-page .img-wrapper.editing{width:308px}}@media screen and (max-width: 1023px){.main-profile .cabinet-page .img-wrapper{width:352px}}@media screen and (max-width: 767px){.main-profile .cabinet-page .img-wrapper{width:348px}}@media screen and (max-width: 479px){.main-profile .cabinet-page .img-wrapper{width:216px}}.main-profile .cabinet-page .img-menu{position:absolute;width:fit-content;height:fit-content;top:100%;left:50%;transform:translate(-50%);z-index:3}.main-profile .cabinet-page .img-menu.open{transform:translate(-50%)}.main-profile .cabinet-page .img-menu .dropdown{gap:11px;width:fit-content;min-width:unset;left:0;transform:translate(-50%,-20%);top:calc(100% + 30px)}@media screen and (max-width: 767px){.main-profile .cabinet-page .img-menu .dropdown{padding:16px}}@media screen and (max-width: 479px){.main-profile .cabinet-page .img-menu .dropdown{width:288px}}.main-profile .cabinet-page .img-menu .dropdown-item{justify-content:unset;gap:16px;white-space:nowrap}@media screen and (max-width: 1439px){.main-profile .cabinet-page.is-editing .top{padding-top:40px}}@media screen and (max-width: 1023px){.main-profile .cabinet-page.is-editing .top .right{gap:32px}}@media screen and (max-width: 1023px){.main-profile .cabinet-page.is-editing .top .right:after{bottom:394px}}@media screen and (max-width: 767px){.main-profile .cabinet-page.is-editing .top .right:after{bottom:392px}}@media screen and (max-width: 479px){.main-profile .cabinet-page.is-editing .top .right:after{bottom:304px}}.edit-input{padding:16px;--dash-length: 12px;--dash-gap: 7px;--border-width: 1px;--dash-color: rgba(255, 255, 255, .5);position:relative}.edit-input:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;border-radius:inherit;background-image:repeating-linear-gradient(90deg,var(--dash-color) 0 var(--dash-length),transparent var(--dash-length) calc(var(--dash-length) + var(--dash-gap))),repeating-linear-gradient(90deg,var(--dash-color) 0 var(--dash-length),transparent var(--dash-length) calc(var(--dash-length) + var(--dash-gap))),repeating-linear-gradient(0deg,var(--dash-color) 0 var(--dash-length),transparent var(--dash-length) calc(var(--dash-length) + var(--dash-gap))),repeating-linear-gradient(0deg,var(--dash-color) 0 var(--dash-length),transparent var(--dash-length) calc(var(--dash-length) + var(--dash-gap)));background-size:100% var(--border-width),100% var(--border-width),var(--border-width) 100%,var(--border-width) 100%;background-position:top left,bottom left,top left,top right;background-repeat:repeat-x,repeat-x,repeat-y,repeat-y}.edit-input input{width:100%;height:100%}.edit-input input:hover{cursor:url(/build/assets/cursor-4b244650.svg),pointer}@media screen and (max-width: 1439px){.edit-input{padding:8px}}@media screen and (max-width: 1023px){.edit-input{text-align:center}}.edit-textarea-wrapper{height:251px;margin-left:-16px;margin-top:-16px}@media screen and (max-width: 1919px){.edit-textarea-wrapper{height:309px}}@media screen and (max-width: 1439px){.edit-textarea-wrapper{height:272px;margin-left:-8px;margin-top:-8px}}@media screen and (max-width: 1023px){.edit-textarea-wrapper{height:192px;margin-left:unset;margin-top:unset}}@media screen and (max-width: 767px){.edit-textarea-wrapper{height:272px}}@media screen and (max-width: 479px){.edit-textarea-wrapper{height:388px}}.edit-textarea-wrapper textarea{width:100%;text-align:left;height:100%;overflow:auto!important;margin-bottom:unset;max-height:unset}.edit-textarea-wrapper textarea:hover{cursor:url(/build/assets/cursor-4b244650.svg),pointer}.edit-textarea-wrapper textarea::-webkit-scrollbar{width:3px}.edit-textarea-wrapper textarea::-webkit-scrollbar-track{background:rgba(199,199,199,.1);width:3px;border:1px solid #212121}.edit-textarea-wrapper textarea::-webkit-scrollbar-thumb{width:3px;background-color:#c7c7c7;border-radius:0}.input-city-edit{margin-top:10px;text-align:left;width:400px}.input-city-edit .input-wrapper{border-bottom:1px solid rgba(211,211,211,.1)}@media screen and (max-width: 1919px){.input-city-edit{width:320px}}@media screen and (max-width: 1439px){.input-city-edit{width:299px}}@media screen and (max-width: 1023px){.input-city-edit{width:100%}}.users-page .catalog-top{padding-bottom:64px}@media screen and (max-width: 1023px){.users-page .catalog-top{padding-bottom:32px}}@media screen and (max-width: 767px){.users-page .catalog-top{padding-bottom:25px}}.users-page .catalog-top .container{gap:128px}@media screen and (max-width: 1919px){.users-page .catalog-top .container{gap:112px}}@media screen and (max-width: 1439px){.users-page .catalog-top .container{gap:58px}}@media screen and (max-width: 767px){.users-page .catalog-top .container{gap:26px}}@media screen and (max-width: 1023px){.users-page .items-list{grid-template-columns:repeat(3,1fr);gap:32px;padding:unset;margin-bottom:32px}}@media screen and (max-width: 767px){.users-page .items-list .card-user .img-wrapper{width:128px!important}}@media screen and (max-width: 479px){.users-page .items-list .card-user .img-wrapper{width:74px!important}}@media screen and (max-width: 479px){.users-page .items-list .card-user .title .link{font-size:10px}}@media screen and (max-width: 1023px){.users-page .items-list .card-user:nth-of-type(2n):after{content:""}.users-page .items-list .card-user:nth-of-type(3n):after{content:none}.users-page .items-list .card-user:last-of-type:after{content:none}}@media screen and (max-width: 767px){.users-page .items-list .card-user:after{bottom:0;right:-16px;left:unset;height:100%;width:2px}}@media screen and (max-width: 767px){.users-page .category-bottom{padding-top:32px}}.users-page .category-bottom:before{content:""}.main-settings{padding-top:160px;margin-bottom:192px}@media screen and (max-width: 1919px){.main-settings{margin-bottom:128px}}@media screen and (max-width: 1023px){.main-settings{margin-bottom:96px}}@media screen and (max-width: 1439px){.main-settings{padding-top:152px}}@media screen and (max-width: 767px){.main-settings{padding-top:120px}}.main-settings .settings-page h1{margin-bottom:64px}@media screen and (max-width: 1439px){.main-settings .settings-page h1{margin-bottom:48px}}.main-settings .settings-page .form{width:100%;display:flex;flex-direction:column;gap:40px;max-width:39.6%}@media screen and (max-width: 1919px){.main-settings .settings-page .form{max-width:48.9%}}@media screen and (max-width: 1439px){.main-settings .settings-page .form{max-width:48.3%}}@media screen and (max-width: 1023px){.main-settings .settings-page .form{max-width:100%}}.main-settings .settings-page .form .form-group{display:flex;flex-direction:column;gap:40px}.main-settings .settings-page .form .link{margin-left:auto;opacity:1}.main-settings .settings-page .form .email-wrapper{display:flex;gap:16px;flex-direction:column}.catalog-section .h1{margin-bottom:64px}@media screen and (max-width: 1439px){.catalog-section .h1{margin-bottom:32px}}@media screen and (max-width: 1023px){.catalog-section .h1{margin-bottom:24px}}@media screen and (max-width: 479px){.catalog-section .h1{text-align:center}}.catalog-section .link-wrapper{text-align:right!important;padding-top:32px}@media screen and (max-width: 767px){.catalog-section .link-wrapper{text-align:center!important}}.catalog-section .other-articles{max-width:864px;width:100%;display:flex;flex-direction:column}@media screen and (max-width: 1679px){.catalog-section .other-articles{width:31.57%}}@media screen and (max-width: 1023px){.catalog-section .other-articles{width:initial}}.catalog-section .other-articles .h1{text-align:start;margin-bottom:64px}@media screen and (max-width: 1439px){.catalog-section .other-articles .h1{margin-bottom:32px}}@media screen and (max-width: 479px){.catalog-section .other-articles .h1{text-align:center}}.catalog-section .other-articles .items{height:100%}.catalog-section .other-articles .wrapper{padding-bottom:64px;gap:64px;height:100%}@media screen and (max-width: 1439px){.catalog-section .other-articles .wrapper{padding-bottom:32px}}@media screen and (max-width: 1023px){.catalog-section .other-articles .wrapper{gap:32px}}@media screen and (max-width: 1679px){.catalog-section .other-articles .column:last-child{display:none}}@media screen and (max-width: 1023px){.catalog-section .other-articles .column:last-child{display:block}}@media screen and (max-width: 767px){.catalog-section .other-articles .column:last-child{display:none}}.catalog-section .other-articles .article-item .media-wrapper{display:none}.catalog-section .other-articles .column:first-child .article-item:first-child .media-wrapper{display:block;margin-bottom:16px}.catalog-section .inner{display:flex;gap:64px;position:relative}@media screen and (max-width: 1679px){.catalog-section .inner{gap:32px}}@media screen and (max-width: 1023px){.catalog-section .inner{flex-direction:column;gap:96px}}.catalog-section .inner .line{position:absolute;top:0;bottom:107px;width:2px;background:#C7C7C7;left:50%;transform:translate(-50%);opacity:.1}@media screen and (max-width: 1679px){.catalog-section .inner .line{display:none}}@media screen and (max-width: 1023px){.catalog-section .inner .line{display:none}}.catalog-section .places-wrapper{display:flex;gap:64px;position:relative;max-width:864px;width:100%}@media screen and (max-width: 1679px){.catalog-section .places-wrapper{max-width:initial;width:65.47%;gap:32px}}@media screen and (max-width: 1023px){.catalog-section .places-wrapper{width:100%}}@media screen and (max-width: 767px){.catalog-section .places-wrapper{flex-direction:column;gap:96px}}.catalog-section .places-wrapper .line{position:absolute;top:0;bottom:107px;width:2px;background:#C7C7C7;left:50%;transform:translate(-50%);opacity:.1}@media screen and (max-width: 1023px){.catalog-section .places-wrapper .line{display:none}}.catalog-section .places,.catalog-section .projects{flex-grow:1;display:flex;flex-direction:column;width:50%;position:relative}@media screen and (max-width: 767px){.catalog-section .places,.catalog-section .projects{width:100%}}.catalog-section .places:before,.catalog-section .projects:before{content:"";position:absolute;left:-16px;top:0;bottom:0;width:2px;background:rgba(199,199,199,.1);display:none}@media screen and (max-width: 1679px){.catalog-section .places:before,.catalog-section .projects:before{display:block}}@media screen and (max-width: 1023px){.catalog-section .places:first-child:before,.catalog-section .projects:first-child:before{display:none}}.catalog-section .sub-column{height:100%;border-bottom:2px solid rgba(199,199,199,.1);padding-bottom:64px}@media screen and (max-width: 1439px){.catalog-section .sub-column{padding-bottom:32px}}@media screen and (max-width: 1023px){.catalog-section .sub-column{border-bottom:none;padding-bottom:0}}@media screen and (max-width: 1679px){.catalog-section .article-item .media-wrapper{max-width:initial;width:initial}}@media screen and (max-width: 1679px){.catalog-section .article-item .content{max-width:initial;width:initial}}.catalog-section .place-card,.catalog-section .project-card{display:block;margin-bottom:32px}.catalog-section .place-card:last-child,.catalog-section .project-card:last-child{margin-bottom:0}.catalog-section .place-card .name,.catalog-section .project-card .name{margin:16px 0}.catalog-section .place-card p,.catalog-section .project-card p{display:none}.mobile-menu{position:fixed;top:0;padding:8px;left:0;right:0;bottom:64px;z-index:100;transition:.2s;visibility:hidden;opacity:0}.mobile-menu.show{visibility:visible;opacity:1}.mobile-menu.show .content{transform:translate(0)}@media screen and (max-width: 767px){.mobile-menu{bottom:52px}}.mobile-menu .content{max-width:422px;margin-left:auto;background:#171717;height:100%;border:1px solid rgba(199,199,199,.2);padding:24px;transition:.2s;transform:translate(110%)}@media screen and (max-width: 1023px){.mobile-menu .content{max-width:initial;padding:32px}}@media screen and (max-width: 767px){.mobile-menu .content{padding:24px}}@media screen and (max-width: 479px){.mobile-menu .content{padding:24px 16px}}.mobile-menu .top{padding-bottom:24px;border-bottom:2px solid rgba(199,199,199,.1)}@media screen and (max-width: 1023px){.mobile-menu .top{padding-bottom:32px}}@media screen and (max-width: 767px){.mobile-menu .top{padding-bottom:24px}}.mobile-menu .logo{display:flex;align-items:center;gap:8px}.mobile-menu .logo svg{width:24px;height:24px}.mobile-menu .logo span{font-size:14px;font-weight:500}.mobile-menu .logo .bold{font-weight:900}.mobile-menu .logo .title{display:flex;gap:0}.mobile-menu .user-nav{padding:24px 0;border-bottom:2px solid rgba(199,199,199,.1)}@media screen and (max-width: 1023px){.mobile-menu .user-nav{padding:32px 0}}@media screen and (max-width: 767px){.mobile-menu .user-nav{padding:24px 0}}.mobile-menu .user-nav-list{display:flex;flex-direction:column;gap:16px}@media screen and (max-width: 767px){.mobile-menu .user-nav-list{gap:11px}}.mobile-menu .menu-link{display:flex;align-items:center;justify-content:space-between;width:100%}.mobile-menu .menu-link svg{width:24px;height:24px}.mobile-menu .menu-link span{font-size:16px;font-weight:400;line-height:normal;letter-spacing:.8px;text-transform:uppercase;white-space:nowrap}.mobile-menu .nav ul{padding:24px 0;border-bottom:2px solid rgba(199,199,199,.1);display:flex;flex-direction:column;gap:16px}@media screen and (max-width: 1023px){.mobile-menu .nav ul{padding:32px 0}}@media screen and (max-width: 767px){.mobile-menu .nav ul{padding:24px 0;gap:11px}}.mobile-menu .contacts{padding:24px 0;border-bottom:2px solid rgba(199,199,199,.1);display:flex;gap:32px}@media screen and (max-width: 1023px){.mobile-menu .contacts{padding:32px 0}}@media screen and (max-width: 767px){.mobile-menu .contacts{padding:24px 0;gap:24px;flex-wrap:wrap}}.mobile-menu .contacts a{width:initial}.mobile-menu .social{display:flex;gap:32px;flex-wrap:wrap;padding:24px 0}@media screen and (max-width: 1023px){.mobile-menu .social{padding:32px 0}}@media screen and (max-width: 767px){.mobile-menu .social{padding:24px 0;gap:24px}}.mobile-menu .social .menu-link{width:fit-content}.cookie-notification{--bg-color: inherit;--text-color: inherit;--main-color: inherit;--main-font: inherit;position:fixed;bottom:16px;right:16px;z-index:1000;display:flex;flex-direction:column;gap:16px;align-items:start;justify-content:start;max-width:512px;padding:16px;border-radius:0;border:1px solid rgba(199,199,199,.2);background:var(--bg-color);visibility:hidden;opacity:0;transition:all .3s}.cookie-notification.show{visibility:visible;opacity:1;transition:all .3s}@media screen and (max-width: 1919px){.cookie-notification{width:100%;max-width:unset;flex-direction:row;align-items:start;justify-content:space-between;gap:16px;border-radius:0;border-bottom:none}}@media screen and (max-width: 767px){.cookie-notification{padding:16px 8px;gap:8px}}@media screen and (max-width: 479px){.cookie-notification{flex-direction:column;align-items:center;justify-content:center}}.cookie-notification svg{width:24px;height:24px;color:var(--main-color)}.cookie-notification .text{color:var(--text-color);font-size:12px;font-style:normal;font-weight:400;line-height:130%;letter-spacing:.24px}@media screen and (max-width: 1439px){.cookie-notification .text{flex:1}}@media screen and (max-width: 479px){.cookie-notification .text{text-align:center}}.cookie-notification .text a{position:relative;color:var(--main-color);cursor:pointer;text-decoration:underline;transition:all .3s ease}.cookie-notification .text a:hover{opacity:.7}.cookie-notification button{align-self:center;opacity:1}.cookie-notification button span{color:var(--main-color);opacity:1;text-decoration:underline;transition:all .3s ease}.cookie-notification button:hover,.cookie-notification button:focus,.cookie-notification button.active{background-size:0 1px}.cookie-notification .default-cookie-btn{padding:8px 20px;border-radius:30px;background:transparent;color:var(--main-color);font-family:var(--main-font);font-size:16px;font-style:normal;font-weight:400;line-height:normal;transition:background .3s ease;border:2px solid var(--main-color);cursor:pointer}.cookie-notification .default-cookie-btn:hover{background:var(--main-color);color:var(--bg-color)}.blog-page{padding-top:160px;background:#171717}@media screen and (max-width: 1919px){.blog-page{padding-top:128px}}@media screen and (max-width: 1439px){.blog-page{padding-top:120px}}@media screen and (max-width: 767px){.blog-page{padding-top:104px}}.blog-detail-page{padding-top:160px;background:transparent;overflow:hidden}@media screen and (max-width: 1919px){.blog-detail-page{padding-top:96px}}@media screen and (max-width: 1439px){.blog-detail-page{padding-top:88px}}@media screen and (max-width: 767px){.blog-detail-page{padding-top:56px}}.blog-detail-page .other-articles .media-wrapper{display:none}.blog-list{margin-top:32px;margin-bottom:0}.blog-list .title{text-align:center;margin-bottom:48px}@media screen and (max-width: 1919px){.blog-list .title{margin-bottom:32px}}@media screen and (max-width: 767px){.blog-list .title{margin-bottom:25px}}.blog-list .select{display:none}@media screen and (max-width: 1023px){.blog-list .select{display:block}}.blog-list .select .select-btn{display:flex;align-items:center;justify-content:center;width:calc(100vw - 64px);margin:0 auto 32px;border:2px solid #D3D3D3;height:43px}@media screen and (max-width: 767px){.blog-list .select .select-btn{width:calc(100vw - 32px)}}.blog-list .select .select-btn span{color:#c7c7c7;font-size:16px;letter-spacing:.8px;text-transform:uppercase}.blog-list .modal{transition:.2s;opacity:0;visibility:hidden}.blog-list .modal.show{opacity:1;visibility:visible}.blog-list .modal.show .modal-wrapper{transform:translateY(0)}.blog-list .modal .modal-wrapper{transition:.2s;transform:translateY(50%)}.blog-list .links{display:flex;justify-content:center;gap:16px;margin-bottom:64px;flex-wrap:wrap}@media screen and (max-width: 1023px){.blog-list .links{display:none}}.blog-list .links .link-wrapper{display:flex;gap:16px;align-items:center}.blog-list .links .link-wrapper:last-child .devider{display:none}.blog-list .links .current{opacity:1}.blog-list .inner{background:#212121;padding:64px 0 192px}@media screen and (max-width: 1439px){.blog-list .inner{padding:32px 0 96px}}@media screen and (max-width: 767px){.blog-list .inner{padding:64px 0 96px}}.blog-list .items{position:relative;display:grid;grid-template-columns:1fr 1fr;gap:32px 64px;padding-bottom:32px;border-bottom:2px solid rgba(199,199,199,.1)}@media screen and (max-width: 1919px){.blog-list .items{gap:32px}}@media screen and (max-width: 1023px){.blog-list .items{display:flex;flex-direction:column;padding-bottom:0;border:none}}.blog-list .line{position:absolute;top:0;bottom:32px;width:2px;background:#C7C7C7;left:50%;transform:translate(-50%);opacity:.1}@media screen and (max-width: 1023px){.blog-list .line{display:none}}.blog-list .bot span{text-transform:uppercase}.blog-list .paginator{padding-top:32px}.blog-list .article-item .bot{display:flex;gap:12px;flex-wrap:wrap}.blog-list .article-item:last-child,.blog-list .article-item:nth-last-child(2){border:none;padding-bottom:0}@media screen and (max-width: 1023px){.blog-list .article-item:last-child,.blog-list .article-item:nth-last-child(2){padding-bottom:32px;border-bottom:2px solid rgba(199,199,199,.1)}}.blog-top{width:100%;aspect-ratio:21/9;height:auto;position:relative}@media screen and (max-width: 479px){.blog-top{aspect-ratio:1/1}}.blog-top .breadcrumbs{position:absolute;top:0;padding:64px 0;z-index:4;left:0;right:0;opacity:.9;background:linear-gradient(180deg,#212121 0%,rgba(33,33,33,0) 100%)}@media screen and (max-width: 1919px){.blog-top .breadcrumbs{padding:32px 0 88px}}@media screen and (max-width: 1439px){.blog-top .breadcrumbs{padding:32px 0 56px}}@media screen and (max-width: 767px){.blog-top .breadcrumbs{justify-content:start;margin-left:0;padding:16px 0 40px 16px}}.blog-top .blog-grad{position:absolute;top:0;bottom:0;left:0;right:0;z-index:3;background:linear-gradient(0deg,#212121 0%,rgba(33,33,33,.7) 50%,rgba(33,33,33,0) 100%)}.blog-inner{position:relative;z-index:6;margin-top:-183px;overflow:hidden}@media screen and (max-width: 1919px){.blog-inner{margin-top:0}}.blog-inner span{font-size:inherit!important}.blog-inner h1{text-align:center;max-width:1481px;margin:0 auto 64px}@media screen and (max-width: 1439px){.blog-inner h1{margin:0 auto 32px}}@media screen and (max-width: 1023px){.blog-inner h1{padding:0 32px}}@media screen and (max-width: 767px){.blog-inner h1{padding:0 16px;text-align:start}}.blog-inner .tags{display:flex;justify-content:center;gap:16px;flex-wrap:wrap}@media screen and (max-width: 1439px){.blog-inner .tags{gap:8px}}@media screen and (max-width: 767px){.blog-inner .tags{justify-content:start;padding:0 16px}}.blog-inner .tags .tag{display:flex;gap:16px;align-items:center;font-size:16px;text-transform:uppercase}@media screen and (max-width: 1439px){.blog-inner .tags .tag{gap:8px}}.blog-inner .tags .tag:last-child{gap:0}.blog-inner .tags .tag:last-child .devider{display:none}.blog-inner .blog-container{max-width:864px;margin:0 auto}@media screen and (max-width: 1023px){.blog-inner .blog-container{padding:0 32px}}@media screen and (max-width: 1023px){.blog-inner .blog-container{padding:0 16px}}.blog-inner .text-wrapper h2,.blog-inner .text-wrapper h3,.blog-inner .text-wrapper h4{margin-top:64px;margin-bottom:16px}@media screen and (max-width: 1439px){.blog-inner .text-wrapper h2,.blog-inner .text-wrapper h3,.blog-inner .text-wrapper h4{margin-top:32px;margin-bottom:8px}}.blog-inner .text-wrapper p{margin:16px 0}.blog-inner .text-wrapper ol{margin:16px 0;display:flex;flex-direction:column;gap:8px;padding-left:20px}.blog-inner .text-wrapper ol li{list-style-type:numeric;padding-left:10px}.blog-inner .text-wrapper ol li::marker{color:#c7c7c780}.blog-inner .text-wrapper ul{margin:16px 0;display:flex;flex-direction:column;gap:8px}.blog-inner .text-wrapper ul li{padding-left:30px;position:relative}.blog-inner .text-wrapper ul li:before{content:"";position:absolute;width:23px;height:29px;left:0;top:0;background-image:url(/build/assets/li-before-447281dd.svg)}.blog-inner .text-wrapper img{margin:64px 0 0;width:100%}@media screen and (max-width: 1439px){.blog-inner .text-wrapper img{margin:32px 0 0}}@media screen and (max-width: 767px){.blog-inner .text-wrapper img{margin:16px 0 0}}.blog-inner .gallery{margin:64px 0 96px}@media screen and (max-width: 1439px){.blog-inner .gallery{margin:32px 0 96px}}.blog-inner .gallery h2{text-align:center;margin-bottom:32px}@media screen and (max-width: 1439px){.blog-inner .gallery h2{margin-bottom:16px}}.blog-inner .gallery .images{display:grid;grid-template-columns:1fr 1fr 1fr;gap:16px;padding-bottom:32px}@media screen and (max-width: 1439px){.blog-inner .gallery .images{gap:8px}}@media screen and (max-width: 767px){.blog-inner .gallery .images{padding-bottom:16px}}@media screen and (max-width: 479px){.blog-inner .gallery .images{grid-template-columns:1fr 1fr}}@media screen and (max-width: 479px){.blog-inner .gallery .gallery-item{display:none}.blog-inner .gallery .gallery-item:nth-child(1),.blog-inner .gallery .gallery-item:nth-child(2),.blog-inner .gallery .gallery-item:nth-child(3),.blog-inner .gallery .gallery-item:nth-child(4){display:block}}.blog-inner .gallery .link-wrapper{text-align:center;padding-top:32px;border-top:2px solid rgba(199,199,199,.1019607843)}.blog-inner .gallery .link{width:fit-content;margin:0 auto;text-transform:uppercase;display:inline-block;color:#c7c7c7;font-size:16px;line-height:normal;cursor:pointer}.blog-inner .gallery .gallery-item{position:relative;cursor:pointer}.blog-inner .gallery .gallery-item.hidden{display:none}.blog-inner .gallery .gallery-item .item-bg{position:absolute;top:0;bottom:0;left:0;right:0;padding:24px;display:flex;align-items:end;background:linear-gradient(0deg,rgba(33,33,33,.8) 0%,rgba(33,33,33,.8) 100%)}@media screen and (max-width: 767px){.blog-inner .gallery .gallery-item .item-bg{display:none}}.blog-inner .show-all-imgs{display:none;width:100%;text-align:center;font-size:16px;line-height:normal;letter-spacing:.8px;text-transform:uppercase;margin-bottom:32px}@media screen and (max-width: 767px){.blog-inner .show-all-imgs{display:block}}.other-articles .h2{text-align:center;margin-bottom:48px}@media screen and (max-width: 1439px){.other-articles .h2{margin-bottom:32px}}.other-articles .wrapper{display:flex;gap:32px;padding-bottom:32px;border-bottom:2px solid rgba(199,199,199,.1)}@media screen and (max-width: 767px){.other-articles .wrapper{flex-direction:column}}.other-articles .column{flex:1}.other-articles .article-item{display:block;padding-bottom:32px;margin-bottom:32px;border-bottom:2px solid rgba(199,199,199,.1)}@media (hover: hover) and (pointer: fine){.other-articles .article-item:hover .name,.other-articles .article-item:focus .name{text-decoration:underline}}.other-articles .article-item:last-child{border:none;padding-bottom:0;margin-bottom:0}.other-articles .article-item .name{margin-bottom:16px}@media screen and (max-width: 1439px){.other-articles .article-item .name{text-decoration:underline}}.other-articles .article-item p{display:none}.other-articles .article-item span{text-transform:uppercase}.other-articles .tags{justify-content:start;gap:8px}.other-articles .tag{gap:8px}.other-articles .tag:last-child .devider{display:none}.other-articles .link-wrapper{text-align:center;padding-top:32px}.article-item{display:flex;gap:32px;padding-bottom:32px;border-bottom:2px solid rgba(199,199,199,.1)}@media (hover: hover) and (pointer: fine){.article-item:hover .media-wrapper,.article-item:focus .media-wrapper{filter:grayscale(0)}.article-item:hover .name,.article-item:focus .name{text-decoration:underline}}@media screen and (max-width: 1919px){.article-item{display:grid;grid-template-columns:250px 1fr}}@media screen and (max-width: 1439px){.article-item{grid-template-columns:166px 1fr}}@media screen and (max-width: 1023px){.article-item{display:flex}}@media screen and (max-width: 767px){.article-item{gap:16px;align-items:start}}@media screen and (max-width: 479px){.article-item{flex-direction:column}}.article-item .media-wrapper{max-width:400px;width:100%;aspect-ratio:16/9;height:auto;transition:.2s;filter:grayscale(1)}@media screen and (max-width: 1023px){.article-item .media-wrapper{width:37.21%}}@media screen and (max-width: 479px){.article-item .media-wrapper{width:100%;max-width:initial}}.article-item .content{max-width:432px}@media screen and (max-width: 1023px){.article-item .content{width:58.23%}}@media screen and (max-width: 479px){.article-item .content{width:100%;max-width:initial}}.article-item .name{margin-bottom:8px}@media screen and (max-width: 1439px){.article-item .name{text-decoration:underline}}.article-item p{margin-bottom:32px}@media screen and (max-width: 1439px){.article-item p{margin-bottom:16px}}.article-item .bot span{text-transform:uppercase}.article-item:last-child{border:none;padding-bottom:0}@media screen and (max-width: 1023px){.article-item:last-child{padding-bottom:32px;border-bottom:2px solid rgba(199,199,199,.1)}}
