:root{--vs-colors--lightest: rgba(60, 60, 60, .26);--vs-colors--light: rgba(60, 60, 60, .5);--vs-colors--dark: #333;--vs-colors--darkest: rgba(0, 0, 0, .15);--vs-search-input-color: inherit;--vs-search-input-placeholder-color: inherit;--vs-font-size: 1rem;--vs-line-height: 1.4;--vs-state-disabled-bg: rgb(248, 248, 248);--vs-state-disabled-color: var(--vs-colors--light);--vs-state-disabled-controls-color: var(--vs-colors--light);--vs-state-disabled-cursor: not-allowed;--vs-border-color: var(--vs-colors--lightest);--vs-border-width: 1px;--vs-border-style: solid;--vs-border-radius: 4px;--vs-actions-padding: 4px 6px 0 3px;--vs-controls-color: var(--vs-colors--light);--vs-controls-size: 1;--vs-controls--deselect-text-shadow: 0 1px 0 #fff;--vs-selected-bg: #f0f0f0;--vs-selected-color: var(--vs-colors--dark);--vs-selected-border-color: var(--vs-border-color);--vs-selected-border-style: var(--vs-border-style);--vs-selected-border-width: var(--vs-border-width);--vs-dropdown-bg: #fff;--vs-dropdown-color: inherit;--vs-dropdown-z-index: 1000;--vs-dropdown-min-width: 160px;--vs-dropdown-max-height: 350px;--vs-dropdown-box-shadow: 0px 3px 6px 0px var(--vs-colors--darkest);--vs-dropdown-option-bg: #000;--vs-dropdown-option-color: var(--vs-dropdown-color);--vs-dropdown-option-padding: 3px 20px;--vs-dropdown-option--active-bg: #5897fb;--vs-dropdown-option--active-color: #fff;--vs-dropdown-option--deselect-bg: #fb5858;--vs-dropdown-option--deselect-color: #fff;--vs-transition-timing-function: cubic-bezier(1, -.115, .975, .855);--vs-transition-duration: .15s}.v-select{position:relative;font-family:inherit}.v-select,.v-select *{box-sizing:border-box}:root{--vs-transition-timing-function: cubic-bezier(1, .5, .8, 1);--vs-transition-duration: .15s}@-webkit-keyframes vSelectSpinner{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes vSelectSpinner{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.vs__fade-enter-active,.vs__fade-leave-active{pointer-events:none;transition:opacity var(--vs-transition-duration) var(--vs-transition-timing-function)}.vs__fade-enter,.vs__fade-leave-to{opacity:0}:root{--vs-disabled-bg: var(--vs-state-disabled-bg);--vs-disabled-color: var(--vs-state-disabled-color);--vs-disabled-cursor: var(--vs-state-disabled-cursor)}.vs--disabled .vs__dropdown-toggle,.vs--disabled .vs__clear,.vs--disabled .vs__search,.vs--disabled .vs__selected,.vs--disabled .vs__open-indicator{cursor:var(--vs-disabled-cursor);background-color:var(--vs-disabled-bg)}.v-select[dir=rtl] .vs__actions{padding:0 3px 0 6px}.v-select[dir=rtl] .vs__clear{margin-left:6px;margin-right:0}.v-select[dir=rtl] .vs__deselect{margin-left:0;margin-right:2px}.v-select[dir=rtl] .vs__dropdown-menu{text-align:right}.vs__dropdown-toggle{-webkit-appearance:none;-moz-appearance:none;appearance:none;display:flex;padding:0 0 4px;background:none;border:var(--vs-border-width) var(--vs-border-style) var(--vs-border-color);border-radius:var(--vs-border-radius);white-space:normal}.vs__selected-options{display:flex;flex-basis:100%;flex-grow:1;flex-wrap:wrap;padding:0 2px;position:relative}.vs__actions{display:flex;align-items:center;padding:var(--vs-actions-padding)}.vs--searchable .vs__dropdown-toggle{cursor:text}.vs--unsearchable .vs__dropdown-toggle{cursor:pointer}.vs--open .vs__dropdown-toggle{border-bottom-color:transparent;border-bottom-left-radius:0;border-bottom-right-radius:0}.vs__open-indicator{fill:var(--vs-controls-color);transform:scale(var(--vs-controls-size));transition:transform var(--vs-transition-duration) var(--vs-transition-timing-function);transition-timing-function:var(--vs-transition-timing-function)}.vs--open .vs__open-indicator{transform:rotate(180deg) scale(var(--vs-controls-size))}.vs--loading .vs__open-indicator{opacity:0}.vs__clear{fill:var(--vs-controls-color);padding:0;border:0;background-color:transparent;cursor:pointer;margin-right:8px}.vs__dropdown-menu{display:block;box-sizing:border-box;position:absolute;top:calc(100% - var(--vs-border-width));left:0;z-index:var(--vs-dropdown-z-index);padding:5px 0;margin:0;width:100%;max-height:var(--vs-dropdown-max-height);min-width:var(--vs-dropdown-min-width);overflow-y:auto;box-shadow:var(--vs-dropdown-box-shadow);border:var(--vs-border-width) var(--vs-border-style) var(--vs-border-color);border-top-style:none;border-radius:0 0 var(--vs-border-radius) var(--vs-border-radius);text-align:left;list-style:none;background:var(--vs-dropdown-bg);color:var(--vs-dropdown-color)}.vs__no-options{text-align:center}.vs__dropdown-option{line-height:1.42857143;display:block;padding:var(--vs-dropdown-option-padding);clear:both;color:var(--vs-dropdown-option-color);white-space:nowrap;cursor:pointer}.vs__dropdown-option--highlight{background:var(--vs-dropdown-option--active-bg);color:var(--vs-dropdown-option--active-color)}.vs__dropdown-option--deselect{background:var(--vs-dropdown-option--deselect-bg);color:var(--vs-dropdown-option--deselect-color)}.vs__dropdown-option--disabled{background:var(--vs-state-disabled-bg);color:var(--vs-state-disabled-color);cursor:var(--vs-state-disabled-cursor)}.vs__selected{display:flex;align-items:center;background-color:var(--vs-selected-bg);border:var(--vs-selected-border-width) var(--vs-selected-border-style) var(--vs-selected-border-color);border-radius:var(--vs-border-radius);color:var(--vs-selected-color);line-height:var(--vs-line-height);margin:4px 2px 0;padding:0 .25em;z-index:0}.vs__deselect{display:inline-flex;-webkit-appearance:none;-moz-appearance:none;appearance:none;margin-left:4px;padding:0;border:0;cursor:pointer;background:none;fill:var(--vs-controls-color);text-shadow:var(--vs-controls--deselect-text-shadow)}.vs--single .vs__selected{background-color:transparent;border-color:transparent}.vs--single.vs--open .vs__selected,.vs--single.vs--loading .vs__selected{position:absolute;opacity:.4}.vs--single.vs--searching .vs__selected{display:none}.vs__search::-webkit-search-cancel-button{display:none}.vs__search::-webkit-search-decoration,.vs__search::-webkit-search-results-button,.vs__search::-webkit-search-results-decoration,.vs__search::-ms-clear{display:none}.vs__search,.vs__search:focus{color:var(--vs-search-input-color);-webkit-appearance:none;-moz-appearance:none;appearance:none;line-height:var(--vs-line-height);font-size:var(--vs-font-size);border:1px solid transparent;border-left:none;outline:none;margin:4px 0 0;padding:0 7px;background:none;box-shadow:none;width:0;max-width:100%;flex-grow:1;z-index:1}.vs__search::-moz-placeholder{color:var(--vs-search-input-placeholder-color)}.vs__search::placeholder{color:var(--vs-search-input-placeholder-color)}.vs--unsearchable .vs__search{opacity:1}.vs--unsearchable:not(.vs--disabled) .vs__search{cursor:pointer}.vs--single.vs--searching:not(.vs--open):not(.vs--loading) .vs__search{opacity:.2}.vs__spinner{align-self:center;opacity:0;font-size:5px;text-indent:-9999em;overflow:hidden;border-top:.9em solid rgba(100,100,100,.1);border-right:.9em solid rgba(100,100,100,.1);border-bottom:.9em solid rgba(100,100,100,.1);border-left:.9em solid rgba(60,60,60,.45);transform:translateZ(0) scale(var(--vs-controls--spinner-size, var(--vs-controls-size)));-webkit-animation:vSelectSpinner 1.1s infinite linear;animation:vSelectSpinner 1.1s infinite linear;transition:opacity .1s}.vs__spinner,.vs__spinner:after{border-radius:50%;width:5em;height:5em;transform:scale(var(--vs-controls--spinner-size, var(--vs-controls-size)))}.vs--loading .vs__spinner{opacity:1}@font-face{font-family:lg;src:url(/build/assets/lg-C7ze34MH.woff2?io9a6k) format("woff2"),url(/build/assets/lg-oyjwlqP2.ttf?io9a6k) format("truetype"),url(/build/assets/lg-CosQH4Cu.woff?io9a6k) format("woff"),url(/build/assets/lg-B0dIV2BS.svg?io9a6k#lg) format("svg");font-weight:400;font-style:normal;font-display:block}.lg-icon{font-family:lg!important;speak:never;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.lg-container{font-family:system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,Liberation Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji"}.lg-next,.lg-prev{background-color:#00000073;border-radius:2px;color:#999;cursor:pointer;display:block;font-size:22px;margin-top:-10px;padding:8px 10px 9px;position:absolute;top:50%;z-index:1084;outline:0;border:none}.lg-next.disabled,.lg-prev.disabled{opacity:0!important;cursor:default}.lg-next:hover:not(.disabled),.lg-prev:hover:not(.disabled){color:#fff}.lg-single-item .lg-next,.lg-single-item .lg-prev{display:none}.lg-next{right:20px}.lg-next:before{content:""}.lg-prev{left:20px}.lg-prev:after{content:""}@-webkit-keyframes lg-right-end{0%{left:0}50%{left:-30px}to{left:0}}@-moz-keyframes lg-right-end{0%{left:0}50%{left:-30px}to{left:0}}@-ms-keyframes lg-right-end{0%{left:0}50%{left:-30px}to{left:0}}@keyframes lg-right-end{0%{left:0}50%{left:-30px}to{left:0}}@-webkit-keyframes lg-left-end{0%{left:0}50%{left:30px}to{left:0}}@-moz-keyframes lg-left-end{0%{left:0}50%{left:30px}to{left:0}}@-ms-keyframes lg-left-end{0%{left:0}50%{left:30px}to{left:0}}@keyframes lg-left-end{0%{left:0}50%{left:30px}to{left:0}}.lg-outer.lg-right-end .lg-object{-webkit-animation:lg-right-end .3s;-o-animation:lg-right-end .3s;animation:lg-right-end .3s;position:relative}.lg-outer.lg-left-end .lg-object{-webkit-animation:lg-left-end .3s;-o-animation:lg-left-end .3s;animation:lg-left-end .3s;position:relative}.lg-toolbar{z-index:1082;left:0;position:absolute;top:0;width:100%}.lg-media-overlap .lg-toolbar{background-image:linear-gradient(0deg,#0000,#0006)}.lg-toolbar .lg-icon{color:#999;cursor:pointer;float:right;font-size:24px;height:47px;line-height:27px;padding:10px 0;text-align:center;width:50px;text-decoration:none!important;outline:medium none;will-change:color;-webkit-transition:color .2s linear;-o-transition:color .2s linear;transition:color .2s linear;background:0 0;border:none;box-shadow:none}.lg-toolbar .lg-icon.lg-icon-18{font-size:18px}.lg-toolbar .lg-icon:hover{color:#fff}.lg-toolbar .lg-close:after{content:""}.lg-toolbar .lg-maximize{font-size:22px}.lg-toolbar .lg-maximize:after{content:""}.lg-toolbar .lg-download:after{content:""}.lg-sub-html{color:#eee;font-size:16px;padding:10px 40px;text-align:center;z-index:1080;opacity:0;-webkit-transition:opacity .2s ease-out 0s;-o-transition:opacity .2s ease-out 0s;transition:opacity .2s ease-out 0s}.lg-sub-html h4{margin:0;font-size:13px;font-weight:700}.lg-sub-html p{font-size:12px;margin:5px 0 0}.lg-sub-html a{color:inherit}.lg-sub-html a:hover{text-decoration:underline}.lg-media-overlap .lg-sub-html{background-image:linear-gradient(180deg,#0000,#0009)}.lg-item .lg-sub-html{position:absolute;bottom:0;right:0;left:0}.lg-error-msg{font-size:14px;color:#999}.lg-counter{color:#999;display:inline-block;font-size:16px;padding-left:20px;padding-top:12px;height:47px;vertical-align:middle}.lg-closing .lg-next,.lg-closing .lg-prev,.lg-closing .lg-sub-html,.lg-closing .lg-toolbar{opacity:0;-webkit-transition:-webkit-transform .08 cubic-bezier(0,0,.25,1) 0s,opacity .08 cubic-bezier(0,0,.25,1) 0s,color .08 linear;-moz-transition:-moz-transform .08 cubic-bezier(0,0,.25,1) 0s,opacity .08 cubic-bezier(0,0,.25,1) 0s,color .08 linear;-o-transition:-o-transform .08 cubic-bezier(0,0,.25,1) 0s,opacity .08 cubic-bezier(0,0,.25,1) 0s,color .08 linear;transition:transform .08 cubic-bezier(0,0,.25,1) 0s,opacity .08 cubic-bezier(0,0,.25,1) 0s,color .08 linear}body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable) .lg-img-wrap,body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable) .lg-media-cont,body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable) .lg-video-cont{opacity:0;-moz-transform:scale3d(.5,.5,.5);-o-transform:scale3d(.5,.5,.5);-ms-transform:scale3d(.5,.5,.5);-webkit-transform:scale3d(.5,.5,.5);transform:scale3d(.5,.5,.5);will-change:transform,opacity;-webkit-transition:-webkit-transform .25s cubic-bezier(0,0,.25,1) 0s,opacity .25s cubic-bezier(0,0,.25,1)!important;-moz-transition:-moz-transform .25s cubic-bezier(0,0,.25,1) 0s,opacity .25s cubic-bezier(0,0,.25,1)!important;-o-transition:-o-transform .25s cubic-bezier(0,0,.25,1) 0s,opacity .25s cubic-bezier(0,0,.25,1)!important;transition:transform .25s cubic-bezier(0,0,.25,1) 0s,opacity .25s cubic-bezier(0,0,.25,1)!important}body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable).lg-complete .lg-img-wrap,body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable).lg-complete .lg-media-cont,body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable).lg-complete .lg-video-cont{opacity:1;-moz-transform:scale3d(1,1,1);-o-transform:scale3d(1,1,1);-ms-transform:scale3d(1,1,1);-webkit-transform:scale3d(1,1,1);transform:scaleZ(1)}.lg-icon:focus-visible{color:#fff;border-radius:3px;outline:1px dashed rgba(255,255,255,.6)}.lg-toolbar .lg-icon:focus-visible{border-radius:8px;outline-offset:-5px}.lg-outer .lg-thumb-outer{background-color:#0d0a0a;width:100%;max-height:350px;overflow:hidden;float:left}.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item{cursor:-webkit-grab;cursor:-moz-grab;cursor:-o-grab;cursor:-ms-grab;cursor:grab}.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item{cursor:move;cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:-o-grabbing;cursor:-ms-grabbing;cursor:grabbing}.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb,.lg-outer .lg-thumb-outer.lg-rebuilding-thumbnails .lg-thumb{-webkit-transition-duration:0s!important;transition-duration:0s!important}.lg-outer .lg-thumb-outer.lg-thumb-align-middle{text-align:center}.lg-outer .lg-thumb-outer.lg-thumb-align-left{text-align:left}.lg-outer .lg-thumb-outer.lg-thumb-align-right{text-align:right}.lg-outer.lg-single-item .lg-thumb-outer{display:none}.lg-outer .lg-thumb{padding:5px 0;height:100%;margin-bottom:-5px;display:inline-block;vertical-align:middle}@media (min-width: 768px){.lg-outer .lg-thumb{padding:10px 0}}.lg-outer .lg-thumb-item{cursor:pointer;float:left;overflow:hidden;height:100%;border-radius:2px;margin-bottom:5px;will-change:border-color}@media (min-width: 768px){.lg-outer .lg-thumb-item{border-radius:4px;border:2px solid #fff;-webkit-transition:border-color .25s ease;-o-transition:border-color .25s ease;transition:border-color .25s ease}}.lg-outer .lg-thumb-item.active,.lg-outer .lg-thumb-item:hover{border-color:#a90707}.lg-outer .lg-thumb-item img{width:100%;height:100%;object-fit:cover;display:block}.lg-outer.lg-can-toggle .lg-item{padding-bottom:0}.lg-outer .lg-toggle-thumb:after{content:""}.lg-outer.lg-animate-thumb .lg-thumb{-webkit-transition-timing-function:cubic-bezier(.215,.61,.355,1);transition-timing-function:cubic-bezier(.215,.61,.355,1)}.lg-outer .lg-video-cont{text-align:center;display:inline-block;vertical-align:middle;position:relative}.lg-outer .lg-video-cont .lg-object{width:100%!important;height:100%!important}.lg-outer .lg-has-iframe .lg-video-cont{-webkit-overflow-scrolling:touch;overflow:auto}.lg-outer .lg-video-object{position:absolute;inset:0;width:100%;height:100%;z-index:3}.lg-outer .lg-video-poster{z-index:1}.lg-outer .lg-has-video .lg-video-object{opacity:0;will-change:opacity;-webkit-transition:opacity .3s ease-in;-o-transition:opacity .3s ease-in;transition:opacity .3s ease-in}.lg-outer .lg-has-video.lg-video-loaded .lg-video-play-button,.lg-outer .lg-has-video.lg-video-loaded .lg-video-poster{opacity:0!important}.lg-outer .lg-has-video.lg-video-loaded .lg-video-object{opacity:1}@keyframes lg-play-stroke{0%{stroke-dasharray:1,200;stroke-dashoffset:0}50%{stroke-dasharray:89,200;stroke-dashoffset:-35px}to{stroke-dasharray:89,200;stroke-dashoffset:-124px}}@keyframes lg-play-rotate{to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.lg-video-play-button{width:18%;max-width:140px;position:absolute;top:50%;left:50%;z-index:2;cursor:pointer;transform:translate(-50%,-50%) scale(1);will-change:opacity,transform;-webkit-transition:-webkit-transform .25s cubic-bezier(.17,.88,.32,1.28),opacity .1s;-moz-transition:-moz-transform .25s cubic-bezier(.17,.88,.32,1.28),opacity .1s;-o-transition:-o-transform .25s cubic-bezier(.17,.88,.32,1.28),opacity .1s;transition:transform .25s cubic-bezier(.17,.88,.32,1.28),opacity .1s}.lg-video-play-button:hover .lg-video-play-icon,.lg-video-play-button:hover .lg-video-play-icon-bg{opacity:1}.lg-video-play-icon-bg{fill:none;stroke-width:3%;stroke:#fcfcfc;opacity:.6;will-change:opacity;-webkit-transition:opacity .12s ease-in;-o-transition:opacity .12s ease-in;transition:opacity .12s ease-in}.lg-video-play-icon-circle{position:absolute;inset:0;fill:none;stroke-width:3%;stroke:#1e1e1ee6;stroke-opacity:1;stroke-linecap:round;stroke-dasharray:200;stroke-dashoffset:200}.lg-video-play-icon{position:absolute;width:25%;max-width:120px;left:50%;top:50%;transform:translate3d(-50%,-50%,0);opacity:.6;will-change:opacity;-webkit-transition:opacity .12s ease-in;-o-transition:opacity .12s ease-in;transition:opacity .12s ease-in}.lg-video-play-icon .lg-video-play-icon-inner{fill:#fcfcfc}.lg-video-loading .lg-video-play-icon-circle{animation:lg-play-rotate 2s linear .25s infinite,lg-play-stroke 1.5s ease-in-out .25s infinite}.lg-video-loaded .lg-video-play-button{opacity:0;transform:translate(-50%,-50%) scale(.7)}.lg-progress-bar{background-color:#333;height:5px;left:0;position:absolute;top:0;width:100%;z-index:1083;opacity:0;will-change:opacity;-webkit-transition:opacity 80ms ease 0s;-moz-transition:opacity 80ms ease 0s;-o-transition:opacity 80ms ease 0s;transition:opacity 80ms ease 0s}.lg-progress-bar .lg-progress{background-color:#a90707;height:5px;width:0}.lg-progress-bar.lg-start .lg-progress{width:100%}.lg-show-autoplay .lg-progress-bar{opacity:1}.lg-autoplay-button:after{content:""}.lg-show-autoplay .lg-autoplay-button:after{content:""}.lg-single-item .lg-autoplay-button{opacity:.75;pointer-events:none}.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image,.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap{-webkit-transition-duration:0s!important;transition-duration:0s!important}.lg-outer.lg-use-transition-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap{will-change:transform;-webkit-transition:-webkit-transform .5s cubic-bezier(.12,.415,.01,1.19) 0s;-moz-transition:-moz-transform .5s cubic-bezier(.12,.415,.01,1.19) 0s;-o-transition:-o-transform .5s cubic-bezier(.12,.415,.01,1.19) 0s;transition:transform .5s cubic-bezier(.12,.415,.01,1.19) 0s}.lg-outer.lg-use-transition-for-zoom.lg-zoom-drag-transition .lg-item.lg-complete.lg-zoomable .lg-img-wrap{will-change:transform;-webkit-transition:-webkit-transform .8s cubic-bezier(0,0,.25,1) 0s;-moz-transition:-moz-transform .8s cubic-bezier(0,0,.25,1) 0s;-o-transition:-o-transform .8s cubic-bezier(0,0,.25,1) 0s;transition:transform .8s cubic-bezier(0,0,.25,1) 0s}.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap{-webkit-transform:translate3d(0,0,0);transform:translateZ(0);-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;backface-visibility:hidden}.lg-outer .lg-item.lg-complete.lg-zoomable .lg-dummy-img,.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image{-webkit-transform:scale3d(1,1,1);transform:scaleZ(1);-webkit-transition:-webkit-transform .5s cubic-bezier(.12,.415,.01,1.19) 0s,opacity .15s!important;-moz-transition:-moz-transform .5s cubic-bezier(.12,.415,.01,1.19) 0s,opacity .15s!important;-o-transition:-o-transform .5s cubic-bezier(.12,.415,.01,1.19) 0s,opacity .15s!important;transition:transform .5s cubic-bezier(.12,.415,.01,1.19) 0s,opacity .15s!important;-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;backface-visibility:hidden}.lg-outer .lg-item.lg-complete.lg-zoomable .lg-dummy-img.no-transition,.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image.no-transition{transition:none!important}.lg-outer .lg-item.lg-complete.lg-zoomable .lg-dummy-img.reset-transition,.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image.reset-transition{transform:scaleZ(1) translate3d(-50%,-50%,0)!important;max-width:none!important;max-height:none!important;top:50%!important;left:50%!important}.lg-outer .lg-item.lg-complete.lg-zoomable .lg-dummy-img.reset-transition-x,.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image.reset-transition-x{transform:scaleZ(1) translate3d(-50%,0,0)!important;top:0!important;left:50%!important;max-width:none!important;max-height:none!important}.lg-outer .lg-item.lg-complete.lg-zoomable .lg-dummy-img.reset-transition-y,.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image.reset-transition-y{transform:scaleZ(1) translate3d(0,-50%,0)!important;top:50%!important;left:0!important;max-width:none!important;max-height:none!important}.lg-icon.lg-zoom-in:after{content:""}.lg-actual-size .lg-icon.lg-zoom-in{opacity:1;pointer-events:auto}.lg-icon.lg-actual-size{font-size:20px}.lg-icon.lg-actual-size:after{content:""}.lg-icon.lg-zoom-out{opacity:.5;pointer-events:none}.lg-icon.lg-zoom-out:after{content:""}.lg-zoomed .lg-icon.lg-zoom-out{opacity:1;pointer-events:auto}.lg-outer.lg-first-slide-loading .lg-actual-size,.lg-outer.lg-first-slide-loading .lg-zoom-in,.lg-outer.lg-first-slide-loading .lg-zoom-out,.lg-outer[data-lg-slide-type=iframe] .lg-actual-size,.lg-outer[data-lg-slide-type=iframe] .lg-zoom-in,.lg-outer[data-lg-slide-type=iframe] .lg-zoom-out,.lg-outer[data-lg-slide-type=video] .lg-actual-size,.lg-outer[data-lg-slide-type=video] .lg-zoom-in,.lg-outer[data-lg-slide-type=video] .lg-zoom-out{opacity:.75;pointer-events:none}.lg-outer .lg-pager-outer{text-align:center;z-index:1080;height:10px;margin-bottom:10px}.lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont{overflow:visible}.lg-outer.lg-single-item .lg-pager-outer{display:none}.lg-outer .lg-pager-cont{cursor:pointer;display:inline-block;overflow:hidden;position:relative;vertical-align:top;margin:0 5px}.lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}.lg-outer .lg-pager-cont.lg-pager-active .lg-pager{box-shadow:0 0 0 2px #fff inset}.lg-outer .lg-pager-thumb-cont{background-color:#fff;color:#fff;bottom:100%;height:83px;left:0;margin-bottom:20px;margin-left:-60px;opacity:0;padding:5px;position:absolute;width:120px;border-radius:3px;will-change:transform,opacity;-webkit-transition:opacity .15s ease 0s,-webkit-transform .15s ease 0s;-moz-transition:opacity .15s ease 0s,-moz-transform .15s ease 0s;-o-transition:opacity .15s ease 0s,-o-transform .15s ease 0s;transition:opacity .15s ease 0s,transform .15s ease 0s;-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}.lg-outer .lg-pager-thumb-cont img{width:100%;height:100%}.lg-outer .lg-pager{background-color:#ffffff80;border-radius:50%;box-shadow:0 0 0 8px #ffffffb3 inset;display:block;height:12px;-webkit-transition:box-shadow .3s ease 0s;-o-transition:box-shadow .3s ease 0s;transition:box-shadow .3s ease 0s;width:12px}.lg-outer .lg-pager:focus,.lg-outer .lg-pager:hover{box-shadow:0 0 0 8px #fff inset}.lg-outer .lg-caret{border-left:10px solid transparent;border-right:10px solid transparent;border-top:10px dashed;bottom:-10px;display:inline-block;height:0;left:50%;margin-left:-5px;position:absolute;vertical-align:middle;width:0}.lg-fullscreen:after{content:""}.lg-fullscreen-on .lg-fullscreen:after{content:""}.lg-outer .lg-dropdown-overlay{background-color:#00000040;cursor:default;inset:0;position:absolute;z-index:1081;opacity:0;visibility:hidden;will-change:visibility,opacity;-webkit-transition:visibility 0s linear .18s,opacity .18s linear 0s;-o-transition:visibility 0s linear .18s,opacity .18s linear 0s;transition:visibility 0s linear .18s,opacity .18s linear 0s}.lg-outer.lg-dropdown-active .lg-dropdown,.lg-outer.lg-dropdown-active .lg-dropdown-overlay{-webkit-transition-delay:0s;transition-delay:0s;-moz-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-webkit-transform:translate3d(0,0,0);transform:translateZ(0);opacity:1;visibility:visible}.lg-outer.lg-dropdown-active .lg-share{color:#fff}.lg-outer .lg-dropdown{background-color:#fff;border-radius:2px;font-size:14px;list-style-type:none;margin:0;padding:10px 0;position:absolute;right:0;text-align:left;top:50px;opacity:0;visibility:hidden;-moz-transform:translate3d(0,5px,0);-o-transform:translate3d(0,5px,0);-ms-transform:translate3d(0,5px,0);-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0);will-change:visibility,opacity,transform;-webkit-transition:-webkit-transform .18s linear 0s,visibility 0s linear .5s,opacity .18s linear 0s;-moz-transition:-moz-transform .18s linear 0s,visibility 0s linear .5s,opacity .18s linear 0s;-o-transition:-o-transform .18s linear 0s,visibility 0s linear .5s,opacity .18s linear 0s;transition:transform .18s linear 0s,visibility 0s linear .5s,opacity .18s linear 0s}.lg-outer .lg-dropdown:after{content:"";display:block;height:0;width:0;position:absolute;border:8px solid transparent;border-bottom-color:#fff;right:16px;top:-16px}.lg-outer .lg-dropdown>li:last-child{margin-bottom:0}.lg-outer .lg-dropdown>li:hover a{color:#333}.lg-outer .lg-dropdown a{color:#333;display:block;white-space:pre;padding:4px 12px;font-family:Open Sans,Helvetica Neue,Helvetica,Arial,sans-serif;font-size:12px}.lg-outer .lg-dropdown a:hover{background-color:#00000012}.lg-outer .lg-dropdown .lg-dropdown-text{display:inline-block;line-height:1;margin-top:-3px;vertical-align:middle}.lg-outer .lg-dropdown .lg-icon{color:#333;display:inline-block;float:none;font-size:20px;height:auto;line-height:1;margin-right:8px;padding:0;vertical-align:middle;width:auto}.lg-outer .lg-share{position:relative}.lg-outer .lg-share:after{content:""}.lg-outer .lg-share-facebook .lg-icon{color:#3b5998}.lg-outer .lg-share-facebook .lg-icon:after{content:""}.lg-outer .lg-share-twitter .lg-icon{color:#00aced}.lg-outer .lg-share-twitter .lg-icon:after{content:""}.lg-outer .lg-share-pinterest .lg-icon{color:#cb2027}.lg-outer .lg-share-pinterest .lg-icon:after{content:""}.lg-comment-box{width:420px;max-width:100%;position:absolute;right:0;top:0;bottom:0;z-index:9999;background-color:#fff;will-change:transform;-moz-transform:translate3d(100%,0,0);-o-transform:translate3d(100%,0,0);-ms-transform:translate3d(100%,0,0);-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);-webkit-transition:-webkit-transform .4s cubic-bezier(0,0,.25,1) 0s;-moz-transition:-moz-transform .4s cubic-bezier(0,0,.25,1) 0s;-o-transition:-o-transform .4s cubic-bezier(0,0,.25,1) 0s;transition:transform .4s cubic-bezier(0,0,.25,1) 0s}.lg-comment-box .lg-comment-title{margin:0;color:#fff;font-size:18px}.lg-comment-box .lg-comment-header{background-color:#000;padding:12px 20px;position:absolute;left:0;right:0;top:0}.lg-comment-box .lg-comment-body{height:100%!important;padding-top:43px!important;width:100%!important}.lg-comment-box .fb-comments{height:100%;width:100%;background:url(/build/assets/loading-BZOHaeKn.gif) no-repeat scroll center center #fff;overflow-y:auto;display:inline-block}.lg-comment-box .fb-comments[fb-xfbml-state=rendered]{background-image:none}.lg-comment-box .fb-comments>span{max-width:100%}.lg-comment-box .lg-comment-close{position:absolute;right:5px;top:12px;cursor:pointer;font-size:20px;color:#999;will-change:color;-webkit-transition:color .2s linear;-o-transition:color .2s linear;transition:color .2s linear}.lg-comment-box .lg-comment-close:hover{color:#fff}.lg-comment-box .lg-comment-close:after{content:""}.lg-comment-box iframe{max-width:100%!important;width:100%!important}.lg-comment-box #disqus_thread{padding:0 20px}.lg-outer .lg-comment-overlay{background-color:#00000040;cursor:default;inset:0;position:fixed;z-index:1081;opacity:0;visibility:hidden;will-change:visibility,opacity;-webkit-transition:visibility 0s linear .18s,opacity .18s linear 0s;-o-transition:visibility 0s linear .18s,opacity .18s linear 0s;transition:visibility 0s linear .18s,opacity .18s linear 0s}.lg-outer .lg-comment-toggle:after{content:""}.lg-outer.lg-comment-active .lg-comment-overlay{-webkit-transition-delay:0s;transition-delay:0s;-moz-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-webkit-transform:translate3d(0,0,0);transform:translateZ(0);opacity:1;visibility:visible}.lg-outer.lg-comment-active .lg-comment-toggle{color:#fff}.lg-outer.lg-comment-active .lg-comment-box{-moz-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}.lg-outer .lg-img-rotate{position:absolute;inset:0;-webkit-transition:-webkit-transform .4s cubic-bezier(0,0,.25,1) 0s;-moz-transition:-moz-transform .4s cubic-bezier(0,0,.25,1) 0s;-o-transition:-o-transform .4s cubic-bezier(0,0,.25,1) 0s;transition:transform .4s cubic-bezier(0,0,.25,1) 0s}.lg-outer[data-lg-slide-type=iframe] .lg-flip-hor,.lg-outer[data-lg-slide-type=iframe] .lg-flip-ver,.lg-outer[data-lg-slide-type=iframe] .lg-rotate-left,.lg-outer[data-lg-slide-type=iframe] .lg-rotate-right,.lg-outer[data-lg-slide-type=video] .lg-flip-hor,.lg-outer[data-lg-slide-type=video] .lg-flip-ver,.lg-outer[data-lg-slide-type=video] .lg-rotate-left,.lg-outer[data-lg-slide-type=video] .lg-rotate-right{opacity:.75;pointer-events:none}.lg-outer .lg-img-rotate:before{content:"";display:inline-block;height:100%;vertical-align:middle}.lg-rotate-left:after{content:""}.lg-rotate-right:after{content:""}.lg-icon.lg-flip-hor,.lg-icon.lg-flip-ver{font-size:26px}.lg-flip-ver:after{content:""}.lg-flip-hor:after{content:""}.lg-medium-zoom-item{cursor:zoom-in}.lg-medium-zoom .lg-outer,.lg-medium-zoom .lg-outer.lg-grab img.lg-object,.lg-medium-zoom .lg-outer.lg-grabbing img.lg-object{cursor:zoom-out}.lg-relative-caption .lg-outer .lg-sub-html{white-space:normal;bottom:auto;padding:0;background-image:none}.lg-relative-caption .lg-outer .lg-relative-caption-item{opacity:0;padding:16px 0;transition:.5s opacity ease}.lg-relative-caption .lg-outer .lg-show-caption .lg-relative-caption-item{opacity:1}.lg-group:after{content:"";display:table;clear:both}.lg-container{display:none;outline:0}.lg-on{scroll-behavior:unset}.lg-overlay-open{overflow:hidden}.lg-hide-sub-html .lg-sub-html,.lg-next,.lg-pager-outer,.lg-prev,.lg-toolbar{opacity:0;will-change:transform,opacity;-webkit-transition:-webkit-transform .25s cubic-bezier(0,0,.25,1) 0s,opacity .25s cubic-bezier(0,0,.25,1) 0s;-moz-transition:-moz-transform .25s cubic-bezier(0,0,.25,1) 0s,opacity .25s cubic-bezier(0,0,.25,1) 0s;-o-transition:-o-transform .25s cubic-bezier(0,0,.25,1) 0s,opacity .25s cubic-bezier(0,0,.25,1) 0s;transition:transform .25s cubic-bezier(0,0,.25,1) 0s,opacity .25s cubic-bezier(0,0,.25,1) 0s}.lg-show-in .lg-next,.lg-show-in .lg-pager-outer,.lg-show-in .lg-prev,.lg-show-in .lg-toolbar,.lg-show-in.lg-hide-sub-html .lg-sub-html{opacity:1}.lg-show-in .lg-hide-items .lg-prev{opacity:0;-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}.lg-show-in .lg-hide-items .lg-next{opacity:0;-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}.lg-show-in .lg-hide-items .lg-toolbar{opacity:0;-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}.lg-show-in .lg-hide-items.lg-hide-sub-html .lg-sub-html{opacity:0;-webkit-transform:translate3d(0,20px,0);transform:translate3d(0,20px,0)}.lg-outer{width:100%;height:100%;position:fixed;top:0;left:0;z-index:1050;text-align:left;opacity:.001;outline:0;will-change:auto;overflow:hidden;-webkit-transition:opacity .15s ease 0s;-o-transition:opacity .15s ease 0s;transition:opacity .15s ease 0s}.lg-outer *{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.lg-outer.lg-zoom-from-image,.lg-outer.lg-visible{opacity:1}.lg-outer.lg-css3 .lg-item:not(.lg-start-end-progress).lg-current,.lg-outer.lg-css3 .lg-item:not(.lg-start-end-progress).lg-next-slide,.lg-outer.lg-css3 .lg-item:not(.lg-start-end-progress).lg-prev-slide{-webkit-transition-duration:inherit!important;transition-duration:inherit!important;-webkit-transition-timing-function:inherit!important;transition-timing-function:inherit!important}.lg-outer.lg-css3.lg-dragging .lg-item.lg-current,.lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide,.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide{-webkit-transition-duration:0s!important;transition-duration:0s!important;opacity:1}.lg-outer.lg-grab img.lg-object{cursor:-webkit-grab;cursor:-moz-grab;cursor:-o-grab;cursor:-ms-grab;cursor:grab}.lg-outer.lg-grabbing img.lg-object{cursor:move;cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:-o-grabbing;cursor:-ms-grabbing;cursor:grabbing}.lg-outer .lg-content{position:absolute;inset:0}.lg-outer .lg-inner{width:100%;position:absolute;left:0;top:0;bottom:0;-webkit-transition:opacity 0s;-o-transition:opacity 0s;transition:opacity 0s;white-space:nowrap}.lg-outer .lg-item{display:none!important}.lg-outer .lg-item:not(.lg-start-end-progress){background:url(/build/assets/loading-BZOHaeKn.gif) no-repeat scroll center center transparent}.lg-outer.lg-css3 .lg-current,.lg-outer.lg-css3 .lg-next-slide,.lg-outer.lg-css3 .lg-prev-slide,.lg-outer.lg-css .lg-current{display:inline-block!important}.lg-outer .lg-img-wrap,.lg-outer .lg-item{display:inline-block;text-align:center;position:absolute;width:100%;height:100%}.lg-outer .lg-img-wrap:before,.lg-outer .lg-item:before{content:"";display:inline-block;height:100%;vertical-align:middle}.lg-outer .lg-img-wrap{position:absolute;inset:0;white-space:nowrap;font-size:0}.lg-outer .lg-item.lg-complete{background-image:none}.lg-outer .lg-item.lg-current{z-index:1060}.lg-outer .lg-object{display:inline-block;vertical-align:middle;max-width:100%;max-height:100%;width:auto;height:auto;position:relative}.lg-outer .lg-empty-html .lg-sub-html,.lg-outer .lg-empty-html.lg-sub-html{display:none}.lg-outer.lg-hide-download .lg-download{opacity:.75;pointer-events:none}.lg-outer .lg-first-slide .lg-dummy-img{position:absolute;top:50%;left:50%}.lg-outer.lg-components-open:not(.lg-zoomed) .lg-components{-webkit-transform:translate3d(0,0,0);transform:translateZ(0);opacity:1}.lg-outer.lg-components-open:not(.lg-zoomed) .lg-sub-html{opacity:1;transition:opacity .2s ease-out .15s}.lg-outer .lg-media-cont{text-align:center;display:inline-block;vertical-align:middle;position:relative}.lg-outer .lg-media-cont .lg-object{width:100%!important;height:100%!important}.lg-outer .lg-has-iframe .lg-media-cont{-webkit-overflow-scrolling:touch;overflow:auto}.lg-backdrop{position:fixed;inset:0;z-index:1040;background-color:#000;opacity:0;will-change:auto;-webkit-transition:opacity 333ms ease-in 0s;-o-transition:opacity 333ms ease-in 0s;transition:opacity 333ms ease-in 0s}.lg-backdrop.in{opacity:1}.lg-css3.lg-no-trans .lg-current,.lg-css3.lg-no-trans .lg-next-slide,.lg-css3.lg-no-trans .lg-prev-slide{-webkit-transition:none 0s ease 0s!important;-moz-transition:none 0s ease 0s!important;-o-transition:none 0s ease 0s!important;transition:none 0s ease 0s!important}.lg-css3.lg-use-css3 .lg-item{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;backface-visibility:hidden}.lg-css3.lg-fade .lg-item{opacity:0}.lg-css3.lg-fade .lg-item.lg-current{opacity:1}.lg-css3.lg-fade .lg-item.lg-current,.lg-css3.lg-fade .lg-item.lg-next-slide,.lg-css3.lg-fade .lg-item.lg-prev-slide{-webkit-transition:opacity .1s ease 0s;-moz-transition:opacity .1s ease 0s;-o-transition:opacity .1s ease 0s;transition:opacity .1s ease 0s}.lg-css3.lg-use-css3 .lg-item.lg-start-progress{-webkit-transition:-webkit-transform 1s cubic-bezier(.175,.885,.32,1.275) 0s;-moz-transition:-moz-transform 1s cubic-bezier(.175,.885,.32,1.275) 0s;-o-transition:-o-transform 1s cubic-bezier(.175,.885,.32,1.275) 0s;transition:transform 1s cubic-bezier(.175,.885,.32,1.275) 0s}.lg-css3.lg-use-css3 .lg-item.lg-start-end-progress{-webkit-transition:-webkit-transform 1s cubic-bezier(0,0,.25,1) 0s;-moz-transition:-moz-transform 1s cubic-bezier(0,0,.25,1) 0s;-o-transition:-o-transform 1s cubic-bezier(0,0,.25,1) 0s;transition:transform 1s cubic-bezier(0,0,.25,1) 0s}.lg-css3.lg-slide.lg-use-css3 .lg-item{opacity:0}.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current{-webkit-transform:translate3d(0,0,0);transform:translateZ(0);opacity:1}.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current,.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide,.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide{-webkit-transition:-webkit-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;-moz-transition:-moz-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;-o-transition:-o-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;transition:transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s}.lg-container{display:none}.lg-container.lg-show{display:block}.lg-container.lg-dragging-vertical .lg-backdrop{-webkit-transition-duration:0s!important;transition-duration:0s!important}.lg-container.lg-dragging-vertical .lg-css3 .lg-item.lg-current{-webkit-transition-duration:0s!important;transition-duration:0s!important;opacity:1}.lg-inline .lg-backdrop,.lg-inline .lg-outer{position:absolute}.lg-inline .lg-backdrop{z-index:1}.lg-inline .lg-outer{z-index:2}.lg-inline .lg-maximize:after{content:""}.lg-components{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);will-change:transform;-webkit-transition:-webkit-transform .35s ease-out 0s;-moz-transition:-moz-transform .35s ease-out 0s;-o-transition:-o-transform .35s ease-out 0s;transition:transform .35s ease-out 0s;z-index:1080;position:absolute;bottom:0;right:0;left:0}@font-face{font-family:swiper-icons;src:url(data:application/font-woff;charset=utf-8;base64,\ d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA);font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}.swiper,swiper-container{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function, initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide,swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{transform-style:preserve-3d}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:#00000026}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,#00000080,#0000)}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-horizontal.swiper-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-vertical.swiper-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-vertical>.swiper-wrapper:before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color, var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,swiper-container:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;transform:translateZ(0)}.swiper-virtual.swiper-css-mode .swiper-wrapper:after{content:"";position:absolute;left:0;top:0;pointer-events:none}.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper:after{height:1px;width:var(--swiper-virtual-size)}.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper:after{width:1px;height:var(--swiper-virtual-size)}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:var(--swiper-navigation-top-offset, 50%);width:calc(var(--swiper-navigation-size) / 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - var(--swiper-navigation-size) / 2);z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color, var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{display:none!important}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;font-variant:initial;line-height:1}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:var(--swiper-navigation-sides-offset, 10px);right:auto}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:"prev"}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset, 10px);left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:"next"}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translateZ(0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:var(--swiper-pagination-bottom, 8px);top:var(--swiper-pagination-top, auto);left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));height:var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));display:inline-block;border-radius:var(--swiper-pagination-bullet-border-radius, 50%);background:var(--swiper-pagination-bullet-inactive-color, #000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color, var(--swiper-theme-color))}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:var(--swiper-pagination-right, 8px);left:var(--swiper-pagination-left, auto);top:50%;transform:translate3d(0,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap, 6px) 0;display:block}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap, 4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translate(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,:host(.swiper-horizontal.swiper-rtl) .swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-fraction{color:var(--swiper-pagination-fraction-color, inherit)}.swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, .25));position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color, var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:var(--swiper-pagination-progressbar-size, 4px);left:0;top:0}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{width:var(--swiper-pagination-progressbar-size, 4px);height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:var(--swiper-scrollbar-border-radius, 10px);position:relative;-ms-touch-action:none;background:var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, .1))}.swiper-scrollbar-disabled>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-disabled{display:none!important}.swiper-horizontal>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal{position:absolute;left:var(--swiper-scrollbar-sides-offset, 1%);bottom:var(--swiper-scrollbar-bottom, 4px);top:var(--swiper-scrollbar-top, auto);z-index:50;height:var(--swiper-scrollbar-size, 4px);width:calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%))}.swiper-scrollbar.swiper-scrollbar-vertical,.swiper-vertical>.swiper-scrollbar{position:absolute;left:var(--swiper-scrollbar-left, auto);right:var(--swiper-scrollbar-right, 4px);top:var(--swiper-scrollbar-sides-offset, 1%);z-index:50;width:var(--swiper-scrollbar-size, 4px);height:calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%))}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, .5));border-radius:var(--swiper-scrollbar-border-radius, 10px);left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move;touch-action:none}.swiper .swiper-notification,swiper-container .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active,.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube{overflow:visible}.swiper-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-cube.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-next+.swiper-slide,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0;width:100%;height:100%;opacity:.6;z-index:0}.swiper-cube .swiper-cube-shadow:before{content:"";background:#000;position:absolute;inset:0;filter:blur(50px)}.swiper-flip{overflow:visible}.swiper-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-flip .swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-creative .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{transform-origin:center bottom;-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden}@font-face{font-family:Geologica;font-style:normal;font-weight:100;font-display:block;src:url(/build/assets/Geologica-Thin-B8Cx35DT.ttf) format("ttf"),url(/build/assets/Geologica-Thin-B5nz_Op6.woff) format("woff"),url(/build/assets/Geologica-Thin-QlTDVy3K.woff2) format("woff2"),url(/build/assets/Geologica-Thin-DWHffA2x.eot) format("eot")}@font-face{font-family:Geologica;font-style:normal;font-weight:200;font-display:block;src:url(/build/assets/Geologica-ExtraLight-CFe_QNp8.ttf) format("ttf"),url(/build/assets/Geologica-ExtraLight-DDyBsLGe.woff) format("woff"),url(/build/assets/Geologica-ExtraLight-BDJdB_f2.woff2) format("woff2"),url(/build/assets/Geologica-ExtraLight-B0bZvzUe.eot) format("eot")}@font-face{font-family:Geologica;font-style:normal;font-weight:300;font-display:block;src:url(/build/assets/Geologica-Light-CnCnOX6T.ttf) format("ttf"),url(/build/assets/Geologica-Light-B_ER2zPt.woff) format("woff"),url(/build/assets/Geologica-Light-DmJuSf5R.woff2) format("woff2"),url(/build/assets/Geologica-Light-Ld85r9Mm.eot) format("eot")}@font-face{font-family:Geologica;font-style:normal;font-weight:400;font-display:block;src:url(/build/assets/Geologica-Regular-BKX-6ux_.ttf) format("ttf"),url(/build/assets/Geologica-Regular-C6AUZbap.woff) format("woff"),url(/build/assets/Geologica-Regular-Zd7CPVF2.woff2) format("woff2"),url(/build/assets/Geologica-Regular-Dar-eWSi.eot) format("eot")}@font-face{font-family:Geologica;font-style:normal;font-weight:500;font-display:block;src:url(/build/assets/Geologica-Medium-BXlMocYr.ttf) format("ttf"),url(/build/assets/Geologica-Medium-QAIMiOD9.woff) format("woff"),url(/build/assets/Geologica-Medium-5FoKRnKX.woff2) format("woff2"),url(/build/assets/Geologica-Medium-iirFAAHC.eot) format("eot")}@font-face{font-family:Geologica;font-style:normal;font-weight:600;font-display:block;src:url(/build/assets/Geologica-SemiBold-ByFSzf-i.ttf) format("ttf"),url(/build/assets/Geologica-SemiBold-DGzI_sma.woff) format("woff"),url(/build/assets/Geologica-SemiBold-6QBpUbCV.woff2) format("woff2"),url(/build/assets/Geologica-SemiBold-CzjdbHMt.eot) format("eot")}@font-face{font-family:Geologica;font-style:normal;font-weight:700;font-display:block;src:url(/build/assets/Geologica-Bold-DmFpaGmI.ttf) format("ttf"),url(/build/assets/Geologica-Bold-DsWCu4c2.woff) format("woff"),url(/build/assets/Geologica-Bold--pBXHhrS.woff2) format("woff2"),url(/build/assets/Geologica-Bold-BqrlAYHJ.eot) format("eot")}.ui{background-color:#e6e6e6;padding:30px 0}.ui .container{display:flex;flex-direction:column;gap:30px}.ui .container>.row{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.container{max-width:1792px;margin:0 auto}@media screen and (max-width: 1919px){.container{width:calc(100% - 96px)}}@media screen and (max-width: 1439px){.container{width:calc(100% - 64px)}}@media screen and (max-width: 767px){.container{width:calc(100% - 32px)}}.btn{border-radius:28px;overflow:hidden;display:flex;justify-content:center;align-items:center;width:fit-content;height:fit-content;background-color:#b4d8d6;position:relative;cursor:pointer;transition:background-color .3s,color .3s}@media screen and (max-width: 1439px){.btn{border-radius:16px}}@media screen and (max-width: 767px){.btn{border-radius:8px}}@media screen and (max-width: 479px){.btn{width:100%}}.btn span{text-align:center;white-space:nowrap;transition:color .3s}.btn svg{transition:color .3s}.btn-l{padding:16px 32px;gap:12px;height:56px}@media screen and (max-width: 1439px){.btn-l{padding:12px 24px;gap:10px;height:48px}}@media screen and (max-width: 767px){.btn-l{padding:10px 20px;gap:8px;height:44px}}.btn-m{padding:12px;gap:8px}@media screen and (max-width: 1439px){.btn-m{padding:10px;gap:6px}}@media screen and (max-width: 767px){.btn-m{padding:8px;gap:4px}}.btn-m svg{width:16px;height:16px}.btn:after{position:absolute;inset:0;content:"";width:100%;height:100%;background:linear-gradient(0deg,#4c433c1a 0% 100%);opacity:0;pointer-events:none;transition:opacity .3s}.btn:disabled{opacity:.4;pointer-events:none}@media (hover: hover) and (pointer: fine){.btn:hover:after{opacity:1}}.btn.blur:after{content:none}@media (hover: hover) and (pointer: fine){.btn.blur:hover{color:#4c433c;background-color:#fff}}.btn.blur:disabled{opacity:1}.btn.blur:disabled span,.btn.blur:disabled svg{opacity:.5}.btn-whatsapp{background-color:#fff}@media (hover: hover) and (pointer: fine){.btn-whatsapp:hover{background-color:var(--color)}}.btn-fixed{position:fixed;bottom:32px;left:50%;transform:translate(-50%);z-index:4}@media screen and (max-width: 1439px){.btn-fixed{display:none}}.btn-icon{width:56px;height:56px;border-radius:28px;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:background-color .3s}@media screen and (max-width: 1439px){.btn-icon{border-radius:16px;height:48px;width:48px}}@media screen and (max-width: 767px){.btn-icon{width:44px;height:44px;border-radius:8px}}.btn-open{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;width:24px;height:24px;transition:transform .2s,background-color .3s}.btn-open span{width:16px;height:2px;border-radius:28px;background-color:#4c433c;transition:transform .3s,background-color .3s}@media screen and (max-width: 767px){.btn-open span{width:12px}}.btn-open span:first-of-type{position:absolute;transform:rotate(90deg)}.btn-open.active span:first-of-type{transform:rotate(0)}.link{font-size:16px;font-weight:400;line-height:16px;display:flex;align-items:center;gap:8px;width:fit-content}.link.disabled{color:#b2aca8;pointer-events:none}.link span{position:relative;display:block}.link span:after{position:absolute;content:"";bottom:-1px;left:0;width:100%;height:1px;background-color:#4c433c;transform:scaleX(0);transform-origin:right;transition:transform .3s}@media (hover: hover) and (pointer: fine){.link:hover span:after{transform:scaleX(1);transform-origin:left}}@media screen and (max-width: 1439px){.link{font-size:15px;line-height:15px}}@media screen and (max-width: 767px){.link{font-size:14px;line-height:14px}}.link svg{width:16px;height:16px}.link-show-more{cursor:pointer;width:fit-content;display:flex;align-items:center;gap:6px}.link-show-more svg{width:16px;height:16px;transition:transform .3s}.link-show-more.expanded svg{transform:rotate(180deg)}[data-collapsible].expanded,[data-collapsible] p.expanded{-webkit-line-clamp:unset!important}.input-wrapper{position:relative;height:fit-content;width:fit-content}@media screen and (max-width: 767px){.input-wrapper{width:100%}}.input-wrapper .input-component{border:2px solid #FFF;background:#fff;border-radius:28px;display:flex;align-items:center;gap:12px;transition:border .3s;padding:16px}@media screen and (max-width: 1439px){.input-wrapper .input-component{padding:12px;gap:10px;border-radius:16px}}@media screen and (max-width: 767px){.input-wrapper .input-component{width:100%;gap:8px;padding:10px;border-radius:8px}}.input-wrapper .input-component input{flex:1;width:100%;overflow:hidden;text-overflow:ellipsis}.input-wrapper .input-component input::placeholder,.input-wrapper .input-component textarea::placeholder{color:#4c433c;opacity:.6}.input-wrapper .input-component.gray{background-color:#f4f2f1;border:2px solid #F4F2F1}.input-wrapper .input-component:focus-within{border:2px solid #a2c2c1}.input-wrapper .input-component:focus-within svg{opacity:1}.input-wrapper .input-component svg{transition:opacity .2s}.input-wrapper .textarea-component{align-items:flex-start;height:100%}.input-wrapper .textarea-component.err{border:2px solid #F55837!important}.input-wrapper .textarea-component textarea{height:96px;padding:2px 0 0;width:100%}@media screen and (max-width: 1439px){.input-wrapper .textarea-component textarea{height:64px;padding:3px 0 0}}@media screen and (max-width: 767px){.input-wrapper .textarea-component textarea{height:48px;padding:4px 0 0}}.input-wrapper .textarea-component svg{transition:opacity .3s;opacity:.6}.input-wrapper .textarea-component:focus-within svg{opacity:1}.input-wrapper.err .input-component{border:2px solid #F55837}.input-wrapper.err .input-error{display:flex}.input-wrapper.disabled{pointer-events:none}.input-wrapper.disabled input::placeholder,.input-wrapper.disabled textarea::placeholder,.input-wrapper.disabled svg{opacity:.3}.input-wrapper .input-error{position:absolute;top:calc(100% + 4px);left:0;width:100%;color:#f55837}.alert{color:#fff;min-width:323px;border-radius:28px;display:flex;align-items:center;gap:12px;transition:border .3s;padding:16px}@media screen and (max-width: 1439px){.alert{padding:12px;gap:10px;border-radius:16px}}@media screen and (max-width: 767px){.alert{width:100%;gap:8px;padding:10px;border-radius:8px}}.alert.err{border:2px solid rgba(245,88,55,.25);background-color:#f55837}.alert.warning{border:2px solid rgba(245,156,55,.25);background-color:#f59c37}.alert.success{border:2px solid rgba(157,210,81,.25);background-color:#9dd251;color:#4c433c}.alert.info{background-color:#4c433c80}.o-6{opacity:.6}.o-7{opacity:.7}.m-0{margin:0;padding-bottom:96px}@media screen and (max-width: 1439px){.m-0{padding-bottom:64px}}@media screen and (max-width: 767px){.m-0{padding-bottom:48px}}.icon-close{cursor:pointer;opacity:.6;transition:opacity .3s;margin-left:auto}@media (hover: hover) and (pointer: fine){.icon-close:hover{opacity:1}}.underlined{cursor:pointer;text-decoration-line:underline;text-decoration-skip-ink:auto;text-decoration-thickness:8%;text-underline-offset:7.5%;text-underline-position:from-font}.ws-nw{white-space:nowrap}.pension-info{display:flex;flex-direction:column;gap:16px}.pension-info .info-item{display:flex;align-items:center;gap:10px}.pension-info .row{display:flex;align-items:center;gap:16px;flex-wrap:wrap}@media screen and (max-width: 1023px){.pension-info .row{gap:24px}}@media screen and (max-width: 767px){.pension-info .row{gap:16px}}.pension-info .btn-m{margin-left:14px;width:fit-content}@media screen and (max-width: 1439px){.pension-info .btn-m{margin-left:-6px}}@media screen and (max-width: 1023px){.pension-info .btn-m{margin-left:-14px}}@media screen and (max-width: 767px){.pension-info .btn-m{margin-left:-6px}}@media screen and (max-width: 767px){.pension-info .btn-l-text{font-size:14px}}.pension-info .btn-m-text,.pension-info .btn-m span{font-size:15px;line-height:15px}@media screen and (max-width: 1439px){.pension-info .btn-m-text,.pension-info .btn-m span{font-size:14px;line-height:14px}}@media screen and (max-width: 1439px){.pension-info .btn-m{border-radius:8px;padding:8px}}@media screen and (max-width: 1023px){.pension-info .btn-m{border-radius:16px}}@media screen and (max-width: 767px){.pension-info .btn-m{border-radius:8px}}@media screen and (max-width: 1439px){.pension-info svg{width:16px;height:16px}}@media screen and (max-width: 1023px){.pension-info svg{width:24px;height:24px}}@media screen and (max-width: 767px){.pension-info svg{width:16px;height:16px}}.btns-contacts{max-width:600px;display:flex;gap:8px;flex-wrap:wrap;margin-top:auto}@media screen and (max-width: 1919px){.btns-contacts{max-width:488px}}@media screen and (max-width: 1439px){.btns-contacts{max-width:unset}}.btns-contacts .btn{width:fit-content}@media screen and (max-width: 479px){.btns-contacts .btn:nth-of-type(1){order:1}}@media screen and (max-width: 479px){.btns-contacts .btn:nth-of-type(3){order:2}}@media screen and (max-width: 479px){.btns-contacts .btn:nth-of-type(2){order:3}}@media screen and (max-width: 479px){.btns-contacts .btn:nth-of-type(4){order:4}}.map{width:100%;height:100%}.map .ymaps-2-1-79-map{width:100%!important}.map .ymaps-2-1-79-map-copyrights-promo{display:none}.map .ymaps-2-1-79-copyright__wrap{margin-right:20px}.map .btn-pin{border:4px solid #FFF}.map .btn-pin svg{color:#4c433c}.static-content ul{display:flex;flex-direction:column;gap:8px}.static-content ul li{list-style:disc;margin-left:20px}.hero{font-size:96px;font-weight:500;line-height:77px;letter-spacing:-1px}@media screen and (max-width: 1439px){.hero{font-size:64px;line-height:55px}}@media screen and (max-width: 767px){.hero{font-size:34px;line-height:29px}}.hero-main{font-size:96px;font-weight:500;line-height:77px;letter-spacing:-1px}@media screen and (max-width: 1919px){.hero-main{font-size:64px;line-height:58px}}@media screen and (max-width: 1439px){.hero-main{font-size:48px;line-height:40px}}@media screen and (max-width: 767px){.hero-main{font-size:29px;line-height:26px}}h1,.h1{font-size:64px;font-weight:500;line-height:58px;letter-spacing:-1px}@media screen and (max-width: 1439px){h1,.h1{font-size:48px;line-height:40px}}@media screen and (max-width: 767px){h1,.h1{font-size:29px;line-height:26px}}h2,.h2{font-size:48px;font-weight:500;line-height:43px;letter-spacing:-1px}@media screen and (max-width: 1439px){h2,.h2{font-size:33px;line-height:30px}}@media screen and (max-width: 767px){h2,.h2{font-size:26px;line-height:24px}}h3,.h3{font-size:32px;font-weight:500;line-height:32px;letter-spacing:-1px}@media screen and (max-width: 1439px){h3,.h3{font-size:28px;line-height:28px}}@media screen and (max-width: 767px){h3,.h3{font-size:23px;line-height:23px}}h4,.h4{font-size:24px;font-weight:500;line-height:24px;letter-spacing:-1px}@media screen and (max-width: 1439px){h4,.h4{font-size:23px}}@media screen and (max-width: 767px){h4,.h4{font-size:20px;line-height:20px}}.body-l{font-size:20px;font-weight:400;line-height:28px;letter-spacing:-.2px}@media screen and (max-width: 1439px){.body-l{font-size:19px;line-height:24px}}@media screen and (max-width: 767px){.body-l{font-size:18px;line-height:20px}}.body-m{font-size:16px;font-weight:300;line-height:21px}@media screen and (max-width: 1439px){.body-m{line-height:20px}}@media screen and (max-width: 767px){.body-m{line-height:18px}}.body-s{font-size:13px;font-weight:400;line-height:16px;letter-spacing:.13px}@media screen and (max-width: 1439px){.body-s{font-size:12px;line-height:15px}}@media screen and (max-width: 767px){.body-s{font-size:11px;line-height:14px;letter-spacing:.15px}}.btn-l span,.btn-l-text{font-size:20px;font-style:normal;font-weight:400;line-height:20px}@media screen and (max-width: 1439px){.btn-l span,.btn-l-text{font-size:18px;line-height:18px}}@media screen and (max-width: 767px){.btn-l span,.btn-l-text{font-size:16px;line-height:16px}}.btn-m span,.btn-m-text{font-size:16px;font-style:normal;font-weight:400;line-height:16px}@media screen and (max-width: 1439px){.btn-m span,.btn-m-text{font-size:15px;line-height:15px}}@media screen and (max-width: 767px){.btn-m span,.btn-m-text{font-size:14px;line-height:14px}}input,textarea,input::placeholder,textarea::placeholder,.input-text{font-size:20px;font-weight:300;line-height:20px}@media screen and (max-width: 1439px){input,textarea,input::placeholder,textarea::placeholder,.input-text{font-size:18px;line-height:18px}}@media screen and (max-width: 767px){input,textarea,input::placeholder,textarea::placeholder,.input-text{font-size:16px;line-height:16px}}*{box-sizing:border-box;margin:0}html{scroll-behavior:smooth;overflow-x:hidden;position:relative;min-height:100%;height:100%}html.fixed{overflow:hidden;padding-right:15px}@media screen and (max-width: 1439px){html.fixed{padding-right:0}}body{font-family:Geologica,sans-serif;-webkit-font-smoothing:antialiased;height:100%;position:relative;margin:0;box-sizing:border-box;font-size:16px;font-style:normal;font-weight:300;line-height:21px;color:#4c433c;background-color:#fff;overflow-x:clip;-webkit-overflow-scrolling:auto;-webkit-tap-highlight-color:transparent}@media screen and (max-width: 1439px){body{line-height:20px}}@media screen and (max-width: 767px){body{line-height:18px}}a{text-decoration:none;cursor:pointer;color:inherit}p{margin:0}ul,ol{list-style:none;padding:0;margin:0}input{padding:0;background-color:unset;border:unset;outline:none;color:inherit;font-family:Inter,sans-serif}textarea{font-family:Inter,sans-serif;padding:unset}button{cursor:pointer;background-color:transparent;border:none;padding:unset;font-family:inherit;font-size:inherit;color:inherit}button svg,button span{color:inherit}svg{flex-shrink:0;width:24px;height:24px}img,video{width:100%;height:100%;object-fit:cover}label{cursor:pointer}section,.section-mb{margin-bottom:96px}@media screen and (max-width: 1439px){section,.section-mb{margin-bottom:64px}}@media screen and (max-width: 767px){section,.section-mb{margin-bottom:48px}}.page{position:relative;min-height:100%;display:flex;flex-direction:column}input:-webkit-autofill,input:-webkit-autofill:hover,input:-webkit-autofill:focus,input:-webkit-autofill:active{transition:background-color 0s 600000s,color 0s 600000s!important}input[type=search]::-webkit-search-decoration,input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-results-button,input[type=search]::-webkit-search-results-decoration{display:none}textarea{background-color:transparent;border:none;resize:none;outline:none}input::-webkit-outer-spin-button,input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}input[type=number]{-moz-appearance:textfield}b{font-weight:700}#btn-request{position:relative;z-index:3}.media-wrapper{position:relative;width:100%;height:100%}.media-wrapper:not(.lozad) .skeleton{opacity:0}.media-wrapper:not(.lozad) .img{display:block}.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%}}.loader{animation:l3 1.3s infinite linear}@keyframes l3{to{transform:rotate(1turn)}}.mint{background-color:#b4d8d6}.blue{background-color:#b6d0e9}.yellow{background-color:#f7f1b5}.pastel{background-color:#eedebd}.peach{background-color:#f6c6bc}.green{background-color:#cde1b0}.green-light{background-color:#eef5e5}.violet{background-color:#cac7ff}.white{background-color:#fff}@media (hover: hover) and (pointer: fine){.white:hover{background-color:#b4d8d6}}.gray{background-color:#f4f2f1}.gray-dark{background-color:#4c433c}.blur{background:#4c433c80;backdrop-filter:blur(50px);color:#fff}.red-dark{background-color:#9f2208}.text-blue{color:#b6d0e9}.text-pastel{color:#eedebd}.text-green{color:#cde1b0}.text-mint{color:#b4d8d6}.text-peach{color:#f6c6bc}.card-grad-blue{position:relative}.card-grad-blue:after,.card-grad-blue:before{position:absolute;content:"";inset:0;width:100%;height:100%;transition:opacity .3s}.card-grad-blue:after{opacity:1;z-index:2;background:linear-gradient(0deg,#b6d0e9 10%,#b6d0e973 30%,#b6d0e900)}.card-grad-blue:before{z-index:1;opacity:0;background:linear-gradient(0deg,#b6d0e9 70%,#b6d0e973)}.card-grad-green{position:relative}.card-grad-green:after,.card-grad-green:before{position:absolute;content:"";inset:0;width:100%;height:100%;transition:opacity .3s}.card-grad-green:after{opacity:1;z-index:2;background:linear-gradient(0deg,#cde1b0 10%,#cde1b073 30%,#cde1b000)}.card-grad-green:before{z-index:1;opacity:0;background:linear-gradient(0deg,#cde1b0 70%,#cde1b073)}.card-grad-peach{position:relative}.card-grad-peach:after,.card-grad-peach:before{position:absolute;content:"";inset:0;width:100%;height:100%;transition:opacity .3s}.card-grad-peach:after{opacity:1;z-index:2;background:linear-gradient(0deg,#f6c6bc 10%,#f6c6bc73 30%,#f6c6bc00)}.card-grad-peach:before{z-index:1;opacity:0;background:linear-gradient(0deg,#f6c6bc 70%,#f6c6bc73)}.card-grad-pastel{position:relative}.card-grad-pastel:after,.card-grad-pastel:before{position:absolute;content:"";inset:0;width:100%;height:100%;transition:opacity .3s}.card-grad-pastel:after{opacity:1;z-index:2;background:linear-gradient(0deg,#eedebd 10%,#eedebd73 30%,#eedebd00)}.card-grad-pastel:before{z-index:1;opacity:0;background:linear-gradient(0deg,#eedebd 70%,#eedebd73)}.card-grad-yellow{position:relative}.card-grad-yellow:after,.card-grad-yellow:before{position:absolute;content:"";inset:0;width:100%;height:100%;transition:opacity .3s}.card-grad-yellow:after{opacity:1;z-index:2;background:linear-gradient(0deg,#f7f1b5 10%,#f7f1b573 30%,#f7f1b500)}.card-grad-yellow:before{z-index:1;opacity:0;background:linear-gradient(0deg,#f7f1b5 70%,#f7f1b573)}.card-grad-violet{position:relative}.card-grad-violet:after,.card-grad-violet:before{position:absolute;content:"";inset:0;width:100%;height:100%;transition:opacity .3s}.card-grad-violet:after{opacity:1;z-index:2;background:linear-gradient(0deg,#cac7ff 10%,#cac7ff73 30%,#cac7ff00)}.card-grad-violet:before{z-index:1;opacity:0;background:linear-gradient(0deg,#cac7ff 70%,#cac7ff73)}.card-grad-mint{position:relative}.card-grad-mint:after,.card-grad-mint:before{position:absolute;content:"";inset:0;width:100%;height:100%;transition:opacity .3s}.card-grad-mint:after{opacity:1;z-index:2;background:linear-gradient(0deg,#b4d8d6 10%,#b4d8d673 30%,#b4d8d600)}.card-grad-mint:before{z-index:1;opacity:0;background:linear-gradient(0deg,#b4d8d6 70%,#b4d8d673)}.card-grad.active:before{opacity:1}.grad-top{background:linear-gradient(180deg,#FFF 0%,var(--color, #B4D8D6) 100%)}.grad-mid{background:var(--color, #B4D8D6)}.grad-bot{background:linear-gradient(0deg,#FFF 0%,var(--color, #B4D8D6) 100%)}.bg-white{background-color:#fff}.fade-enter-from,.fade-leave-to{opacity:0}.fade-enter-to,.fade-leave-from{opacity:1}.fade-enter-active,.fade-leave-active{transition:opacity .3s}.footer{margin-top:auto;padding-bottom:32px}@media screen and (max-width: 1439px){.footer{padding-bottom:80px}}@media screen and (max-width: 1023px){.footer{padding-bottom:90px}}@media screen and (max-width: 767px){.footer{padding-bottom:70px}}.footer-top{border-radius:48px;overflow:hidden;padding:64px;display:flex;gap:32px;position:relative;background-color:var(--color, #B4D8D6)}@media screen and (max-width: 1919px){.footer-top{padding:48px}}@media screen and (max-width: 1439px){.footer-top{border-radius:32px;padding:32px;display:grid;grid-template-columns:repeat(2,50%);gap:0}}@media screen and (max-width: 1023px){.footer-top{padding-bottom:112px}}@media screen and (max-width: 767px){.footer-top{border-radius:16px;padding:16px 16px 84px}}@media screen and (max-width: 479px){.footer-top{border-radius:unset;margin-left:-16px;width:calc(100% + 16px);grid-template-columns:1fr;padding:16px 16px 84px 32px;gap:24px}}.footer-top:after{position:absolute;content:"";top:-168px;left:113px;width:1659px;height:1470px;background-image:url(/build/assets/heart-kxFWOdG9.svg);background-size:cover;background-repeat:no-repeat;background-position:center;pointer-events:none;z-index:0}@media screen and (max-width: 1919px){.footer-top:after{top:-92px;left:50px;width:1381px;height:1223px}}@media screen and (max-width: 1439px){.footer-top:after{top:10px;left:77px}}@media screen and (max-width: 479px){.footer-top:after{top:28px;left:-191px}}.footer-bot{margin-top:32px;display:flex;justify-content:space-between;padding:0 64px}@media screen and (max-width: 1919px){.footer-bot{padding:unset}}@media screen and (max-width: 1023px){.footer-bot{flex-direction:column;gap:16px;margin-top:24px}}@media screen and (max-width: 767px){.footer-bot{margin-top:16px}}@media screen and (max-width: 1439px){.footer-bot .body-m{max-width:780px}}@media screen and (max-width: 479px){.footer-bot .body-m{font-size:11px;line-height:14px}}.footer .col{display:flex;flex-direction:column;position:relative;z-index:1}@media screen and (max-width: 1439px){.footer .col{position:unset}}@media screen and (max-width: 360px){.footer .col{width:calc(100% - 32px)}}@media screen and (max-width: 767px){.footer .col:last-of-type{padding-left:28px}}@media screen and (max-width: 479px){.footer .col:last-of-type{padding-left:0}}@media screen and (max-width: 1439px){.footer .col:first-of-type{grid-area:auto/span 2;margin-bottom:72px}}@media screen and (max-width: 1023px){.footer .col:first-of-type{margin-bottom:32px}}@media screen and (max-width: 767px){.footer .col:first-of-type{margin-bottom:24px}}@media screen and (max-width: 479px){.footer .col:first-of-type{grid-area:unset;margin-bottom:unset}}.footer .col:nth-of-type(2){gap:64px;margin-left:auto;width:392px;flex-shrink:0}@media screen and (max-width: 1919px){.footer .col:nth-of-type(2){width:333px;gap:48px}}@media screen and (max-width: 1439px){.footer .col:nth-of-type(2){margin-left:unset;gap:32px}}@media screen and (max-width: 1023px){.footer .col:nth-of-type(2){gap:24px}}@media screen and (max-width: 767px){.footer .col:nth-of-type(2){width:unset}}.footer .col:nth-of-type(3) ul{width:392px}@media screen and (max-width: 1919px){.footer .col:nth-of-type(3) ul{width:333px}}@media screen and (max-width: 767px){.footer .col:nth-of-type(3) ul{width:180px}}.footer .group{display:flex;flex-direction:column;gap:24px}@media screen and (max-width: 767px){.footer .group{gap:16px}}@media screen and (max-width: 479px){.footer .group{gap:24px}}.footer .logo{display:block;width:460px;height:128px;flex-shrink:0;margin-bottom:32px}@media screen and (max-width: 1919px){.footer .logo{width:345px;height:96px}}@media screen and (max-width: 1439px){.footer .logo{margin-bottom:24px}}@media screen and (max-width: 767px){.footer .logo{width:230px;height:64px;margin-bottom:16px}}.footer .logo svg{width:100%;height:100%}.footer .body-l{width:470px;margin-bottom:32px}@media screen and (max-width: 1919px){.footer .body-l{width:517px}}@media screen and (max-width: 1439px){.footer .body-l{width:unset;margin-bottom:24px}}@media screen and (max-width: 767px){.footer .body-l{margin-bottom:16px}}.footer ul{display:flex;flex-direction:column;gap:24px}@media screen and (max-width: 767px){.footer ul{gap:16px}}.footer ul li{font-size:20px;line-height:100%}@media screen and (max-width: 1439px){.footer ul li{font-size:18px;text-wrap:balance}}@media screen and (max-width: 767px){.footer ul li{font-size:16px}}.footer .btn-accessibility{margin-top:auto}@media screen and (max-width: 1919px){.footer .btn-accessibility{position:absolute;bottom:0;right:0;margin-top:unset}}@media screen and (max-width: 1439px){.footer .btn-accessibility{position:absolute;top:32px;right:32px;bottom:unset;width:fit-content}}@media screen and (max-width: 1023px){.footer .btn-accessibility{bottom:32px;left:32px;right:unset;top:unset}}@media screen and (max-width: 767px){.footer .btn-accessibility{bottom:16px;left:16px}}@media screen and (max-width: 479px){.footer .btn-accessibility{left:32px;width:calc(100% - 48px)}}.footer .btn{background-color:#fff}@media (hover: hover) and (pointer: fine){.footer .btn:hover{background-color:var(--color, #B4D8D6)}}.header{padding:32px 0}@media screen and (max-width: 1439px){.header{padding:24px 0}}@media screen and (max-width: 767px){.header{padding:16px 0}}.header .container{display:flex;align-items:center;gap:164px}@media screen and (max-width: 1919px){.header .container{gap:20px;justify-content:space-between}}.header .logo{width:201px;height:56px;flex-shrink:0;margin-right:auto}@media screen and (max-width: 1919px){.header .logo{margin-right:unset}}@media screen and (max-width: 1439px){.header .logo{width:172px;height:48px}}@media screen and (max-width: 767px){.header .logo{width:157.667px;height:44px}}.header .logo svg{color:#4c433c;width:100%;height:100%}.header .nav{display:flex;align-items:center;gap:8px}@media screen and (max-width: 1439px){.header .nav{display:none}}.header .nav-item{position:relative}.header .nav-item .btn-l{z-index:3}.header .nav-item-dropdown{position:absolute;top:calc(100% + 8px);left:50%;width:fit-content;height:fit-content;pointer-events:none;backdrop-filter:unset;transform:translateY(-10%) translate(-50%);z-index:2;transition:all .3s}.header .nav-item-dropdown:before{content:"";position:absolute;width:100%;height:30px;top:-20px;left:0;right:0;background-color:transparent;z-index:1}.header .nav-item-dropdown ul,.header .nav-item-dropdown .notification{color:transparent;background:transparent;opacity:0;transition:all .3s}.header .nav-item-dropdown ul{display:flex;flex-direction:column;align-items:center;gap:16px;text-align:center;white-space:nowrap;border-radius:16px;overflow:hidden;padding:16px}.header .nav-item-dropdown span:after{background-color:#fff}.header .nav-item-dropdown.impaired{left:unset;right:-48px;width:400px;transform:translateY(-10%) translate(0)}@media screen and (max-width: 1919px){.header .nav-item-dropdown.impaired{right:-32px}}@media (hover: hover) and (pointer: fine){.header .nav-item:hover .nav-item-dropdown{pointer-events:all;transform:translateY(0) translate(-50%)}.header .nav-item:hover .nav-item-dropdown ul{opacity:1;background:#4c433c80;backdrop-filter:blur(50px);color:#fff}.header .nav-item:hover .impaired{transform:translateY(0)}.header .nav-item:hover .impaired .notification{opacity:1;background:#4c433c80;backdrop-filter:blur(50px);color:#fff}}.header .contacts{display:flex;align-items:center;gap:8px}@media screen and (max-width: 1439px){.header .contacts .btn-icon-eye{display:none}}@media screen and (max-width: 479px){.header .contacts .tel{display:none}}.header .contacts .btn-icon-phone{display:none}@media screen and (max-width: 479px){.header .contacts .btn-icon-phone{display:flex}}.header .btn-l{padding:18px 32px}@media screen and (max-width: 1919px){.header .btn-l{padding:18px 16px}}@media screen and (max-width: 1439px){.header .btn-l{padding:15px}}@media screen and (max-width: 767px){.header .btn-l{padding:14px}}.mob-menu{display:none}@media screen and (max-width: 1439px){.mob-menu{position:fixed;width:100vw;height:100svh;z-index:4;display:flex;flex-direction:column;align-items:center;justify-content:flex-end;gap:8px;padding:32px 0 88px;pointer-events:none}}@media screen and (max-width: 1439px) and (max-width: 767px){.mob-menu{padding:16px 87px 68px}}@media screen and (max-width: 1439px) and (max-width: 479px){.mob-menu{padding:16px 16px 64px}}.mob-menu .mob-menu-nav{position:relative;z-index:4;display:flex;width:480px;background-color:#fff;border-radius:16px;padding:24px;flex-direction:column;gap:16px;overflow:auto;opacity:0;transform:translateY(100%);transition:opacity .4s,transform .3s}.mob-menu .mob-menu-nav::-webkit-scrollbar{display:none}.mob-menu .mob-menu-nav{-ms-overflow-style:none;scrollbar-width:none;-webkit-overflow-scrolling:touch}@media screen and (max-width: 767px){.mob-menu .mob-menu-nav{width:100%;gap:12px}}.mob-menu .mob-menu-nav .nav-item{display:flex;flex-direction:column;padding-bottom:16px;border-bottom:1px solid #D4CFCC;gap:0;transition:gap .3s}@media screen and (max-width: 767px){.mob-menu .mob-menu-nav .nav-item{padding-bottom:12px}}.mob-menu .mob-menu-nav .nav-item a{display:flex;justify-content:space-between;align-items:center;gap:8px}@media screen and (max-width: 767px){.mob-menu .mob-menu-nav .nav-item svg{width:16px;height:16px}}.mob-menu .mob-menu-nav .nav-item .top{display:flex;align-items:center;justify-content:space-between}.mob-menu .mob-menu-nav .nav-item .nav-item-list{display:flex;flex-direction:column;gap:16px;max-height:0;overflow:hidden;transition:max-height .35s ease}@media screen and (max-width: 767px){.mob-menu .mob-menu-nav .nav-item .nav-item-list{gap:12px}}.mob-menu .mob-menu-nav .nav-item:last-of-type{border-bottom:unset;padding-bottom:unset}.mob-menu .mob-menu-nav .nav-item.active{gap:16px}@media screen and (max-width: 767px){.mob-menu .mob-menu-nav .nav-item.active{gap:12px}}.mob-menu.active{pointer-events:all}.mob-menu.active .mob-menu-nav{opacity:1;transform:translateY(-5px)}.menu-bg-blur{opacity:0;pointer-events:none;position:fixed;z-index:2;width:100%;height:100%;inset:0;transition:opacity .3s}.menu-bg-blur.active{opacity:1;pointer-events:all;cursor:pointer}.mob-menu-btns{display:none}@media screen and (max-width: 1439px){.mob-menu-btns{position:fixed;left:50%;transform:translate(-50%);bottom:32px;z-index:4;display:flex;gap:8px;align-items:center;justify-content:center}}@media screen and (max-width: 767px){.mob-menu-btns{left:87px;right:87px;transform:unset;bottom:16px}}@media screen and (max-width: 479px){.mob-menu-btns{left:16px;right:16px}}.mob-menu-btns .btn-l{width:368px}@media screen and (max-width: 767px){.mob-menu-btns .btn-l{width:unset;flex:1}}.mob-menu-btns .btn-toggle{display:flex;gap:4px;flex-direction:column}@media screen and (max-width: 479px){.mob-menu-btns .btn-toggle{gap:2px}}.mob-menu-btns .btn-toggle span{height:2px;background-color:#fff;width:18px;border-radius:28px;transition:transform .3s,opacity .3s,background-color .3s;transform-origin:center}@media screen and (max-width: 479px){.mob-menu-btns .btn-toggle span{width:12px;gap:2px}}@media (hover: hover) and (pointer: fine){.mob-menu-btns .btn-toggle:hover span{background-color:#4c433c}}@media screen and (max-width: 479px){.mob-menu-btns .btn-icon{width:40px;height:40px}}.mob-menu-btns .btn-icon svg{width:24px;height:24px}@media screen and (max-width: 479px){.mob-menu-btns .btn-icon svg{width:16px;height:16px}}@media screen and (max-width: 479px){.mob-menu-btns svg{width:16px;height:16px}}.mob-menu-btns.active .btn{background-color:#fff;color:#4c433c}.mob-menu-btns.active .btn-toggle span{background-color:#4c433c}.mob-menu-btns.active .btn-toggle span:nth-of-type(1){transform:rotate(45deg) translate(4.2px,4.2px)}@media screen and (max-width: 479px){.mob-menu-btns.active .btn-toggle span:nth-of-type(1){transform:rotate(45deg) translate(2.8px,2.8px)}}.mob-menu-btns.active .btn-toggle span:nth-of-type(2){opacity:0}.mob-menu-btns.active .btn-toggle span:nth-of-type(3){transform:rotate(-45deg) translate(4.2px,-4.2px)}@media screen and (max-width: 479px){.mob-menu-btns.active .btn-toggle span:nth-of-type(3){transform:rotate(-45deg) translate(2.8px,-2.8px)}}.seo{max-width:600px;margin:100px auto;display:flex;flex-direction:column;align-items:center}.seo .text{margin-bottom:10px}.accessibility-menu{max-height:0;opacity:0;pointer-events:none;transition:max-height .4s,opacity .4s}.accessibility-menu.active{max-height:150px;opacity:1;pointer-events:auto}@media screen and (max-width: 1023px){.accessibility-menu.active{max-height:300px}}.accessibility-menu .container{display:flex;align-items:center;justify-content:space-between;padding:29px 0;gap:21px;flex-wrap:wrap}@media screen and (max-width: 1439px){.accessibility-menu .container{padding:24px 0;flex-direction:column;justify-content:center;gap:21px}}@media screen and (max-width: 1023px){.accessibility-menu .container{padding:16px 0;gap:14px}}.accessibility-menu .access-items{display:flex;align-items:center;gap:48px}@media screen and (max-width: 1439px){.accessibility-menu .access-items{justify-content:center}}@media screen and (max-width: 767px){.accessibility-menu .access-items{gap:20px;flex-wrap:wrap}}@media screen and (max-width: 479px){.accessibility-menu .access-items{flex-direction:column;gap:10px}}.accessibility-menu .access-item{display:flex;align-items:center;gap:11px}@media screen and (max-width: 1023px){.accessibility-menu .access-item{flex-direction:column;gap:10px}}.accessibility-menu .btns-list{display:flex;align-items:center;gap:11px}@media screen and (max-width: 1439px){.accessibility-menu .btns-list{gap:5px}}@media screen and (max-width: 1023px){.accessibility-menu .btns-list{gap:8px}}.accessibility-menu .btns-list li{border:2px solid transparent;transition:border .2s;border-radius:100%;cursor:pointer}@media screen and (max-width: 767px){.accessibility-menu .btns-list li{border-radius:10px}}.accessibility-menu .btns-list li.active{border:2px solid #4C433C}.accessibility-menu .btn-access{border-radius:100%;width:40px;aspect-ratio:1/1;border:3px solid #FFF;box-sizing:content-box;display:flex;align-items:center;justify-content:center}@media screen and (max-width: 1439px){.accessibility-menu .btn-access{width:36px}}@media screen and (max-width: 767px){.accessibility-menu .btn-access{width:32px;border-radius:8px;border:2px solid #FFF}}.accessibility-menu .btn-access svg{width:16px;height:16px;color:#4c433c}.accessibility-menu .btn-access span{font-weight:600;font-size:20px;line-height:100%;text-align:center}.accessibility-menu .btn-access.gray-dark svg{color:#fff}body.font-s{zoom:1}body.font-m{zoom:1.2}body.font-m .container{max-width:calc(100% - 20px)}body.font-m .request .container{display:flex;flex-direction:column}body.font-m .header .container{gap:20px}body.font-l{zoom:1.5}body.font-l .container{max-width:calc(100% - 20px)}body.font-l .faq .container,body.font-l .request .container{display:flex;flex-direction:column}body.font-l .header .container{gap:20px;justify-content:space-between}body.font-l .header .btn-l{padding:10px}body.font-l .header .logo{margin-right:unset}body.font-l .footer .container.footer-top{padding:48px}body.font-l .footer .container.footer-top .btn-accessibility span{display:none}body.font-l .card-program{max-width:95%}@media screen and (max-width: 767px){body.font-l .card-program{max-width:unset}}body.font-l .main-banner .hero-main{bottom:200px}body.font-l .main-about .cards{display:flex;flex-direction:column}body.font-l .main-about .cards .card-percent{min-height:300px}body.font-l .steps,body.font-l .card-advantage{hyphens:auto}@media (max-width: 1023px){body.font-l .footer .btn-accessibility{left:48px}body.font-l .footer .col:nth-of-type(2){width:initial}body.font-l .footer .footer-top{padding-bottom:100px!important}}@media (max-width: 767px){body.font-l .footer .footer-top{padding:20px 20px 80px!important;margin-left:auto;margin-right:auto}body.font-l .footer .col:last-of-type{padding-left:0;padding-top:20px}}@media (max-width: 479px){body.font-l .footer .btn-accessibility{left:20px}body.font-l .footer .footer-top{width:100%;max-width:initial}}body.font-l .footer .container{display:grid;grid-template-columns:40% 28% 28%}@media (max-width: 1439px){body.font-l .footer .container{grid-template-columns:repeat(2,1fr)}}@media (max-width: 767px){body.font-l .footer .container{display:flex;flex-direction:column}}body.font-l .footer .col a{white-space:wrap}body.font-l .footer ul{width:initial!important}body.font-l .footer .body-l{width:initial}body.font-l .pension-map .map-desk .list-container.card-open{height:100%;top:-20px}body.font-l .pension-map .map-desk .list-container .pension-details.open{padding:30px 48px}body.theme-default{background-color:#fff;color:#4c433c}body.theme-dark{background-color:#131313;color:#fff}@media screen and (max-width: 479px){body.theme-dark .hero-main{color:#fff}}body.theme-dark .main-banner .btns .btn:first-of-type{background-color:unset}body.theme-dark .bg-white,body.theme-dark .btn,body.theme-dark .card-advantage,body.theme-dark .white,body.theme-dark .gray,body.theme-dark .about-top .row-contact .btn-colored{background-color:#131313}body.theme-dark .card-percent,body.theme-dark .card-pension,body.theme-dark .benefit,body.theme-dark .card-step,body.theme-dark .card-staff,body.theme-dark .pension-info-section .text,body.theme-dark .step-item,body.theme-dark .about-content .content,body.theme-dark .about-content aside,body.theme-dark .how-start .row,body.theme-dark .faq-item,body.theme-dark .faq.main-info .faq-item,body.theme-dark .residence-item,body.theme-dark .requirement-item{color:#fff}body.theme-dark .card-percent svg,body.theme-dark .card-pension svg,body.theme-dark .benefit svg,body.theme-dark .card-step svg,body.theme-dark .card-staff svg,body.theme-dark .pension-info-section .text svg,body.theme-dark .step-item svg,body.theme-dark .about-content .content svg,body.theme-dark .about-content aside svg,body.theme-dark .how-start .row svg,body.theme-dark .faq-item svg,body.theme-dark .faq.main-info .faq-item svg,body.theme-dark .residence-item svg,body.theme-dark .requirement-item svg{color:#fff}body.theme-dark .card-percent,body.theme-dark .card-pension,body.theme-dark .benefit,body.theme-dark .card-step,body.theme-dark .card-staff,body.theme-dark .pension-info-section .text,body.theme-dark .step-item,body.theme-dark .about-content .content,body.theme-dark .about-content aside,body.theme-dark .how-start .row,body.theme-dark .faq-item,body.theme-dark .faq.main-info .faq-item,body.theme-dark .residence-item,body.theme-dark .requirement-item{border:2px solid #FFF;background:unset}body.theme-dark .card-percent:after,body.theme-dark .card-pension:after,body.theme-dark .benefit:after,body.theme-dark .card-step:after,body.theme-dark .card-staff:after,body.theme-dark .pension-info-section .text:after,body.theme-dark .step-item:after,body.theme-dark .about-content .content:after,body.theme-dark .about-content aside:after,body.theme-dark .how-start .row:after,body.theme-dark .faq-item:after,body.theme-dark .faq.main-info .faq-item:after,body.theme-dark .residence-item:after,body.theme-dark .requirement-item:after{background:unset}body.theme-dark .card-pension .top,body.theme-dark .card-pension .info{border-bottom:1px solid #FFF}body.theme-dark .breadcrumbs svg,body.theme-dark .input-component svg{color:#fff}body.theme-dark .personal-benefits .inner,body.theme-dark .top-notification,body.theme-dark .form-wrapper{background-color:#000}body.theme-dark .btn,body.theme-dark .about-top .row-contact .btn-question,body.theme-dark .btn-open{border:2px solid #FFF;background-color:#131313}@media (hover: hover) and (pointer: fine){body.theme-dark .btn:hover,body.theme-dark .about-top .row-contact .btn-question:hover,body.theme-dark .btn-open:hover{background-color:#fff!important}body.theme-dark .btn:hover span,body.theme-dark .btn:hover svg,body.theme-dark .about-top .row-contact .btn-question:hover span,body.theme-dark .about-top .row-contact .btn-question:hover svg,body.theme-dark .btn-open:hover span,body.theme-dark .btn-open:hover svg{color:#000!important}}body.theme-dark .btn-open span{background-color:#fff}@media (hover: hover) and (pointer: fine){body.theme-dark .btn-open:hover span{background-color:#000}}body.theme-dark .comparison .textbox{background:#000;color:#fff}body.theme-dark .comparison .table-wrapper:after{background:linear-gradient(180deg,#fff0,#131313)}body.theme-dark .comparison .tab:hover{color:#131313}body.theme-dark .card-advantage{color:#000}body.theme-dark .card-advantage .btn,body.theme-dark .card-step .num{color:#fff}body.theme-dark .card-step.active,body.theme-dark .card-step.active .num{color:#000}body.theme-dark .pension-info .btn,body.theme-dark .card-staff .btn{background-color:unset}body.theme-dark .card-program,body.theme-dark .nav-item-dropdown ul,body.theme-dark .notification,body.theme-dark .accessibility-menu .btns-list li.active,body.theme-dark .white,body.theme-dark .gray,body.theme-dark .blue,body.theme-dark .pastel,body.theme-dark .violet{border:2px solid #FFF}body.theme-dark .card-program .deco,body.theme-dark .card-program span,body.theme-dark .card-program p,body.theme-dark .nav-item-dropdown ul .deco,body.theme-dark .nav-item-dropdown ul span,body.theme-dark .nav-item-dropdown ul p,body.theme-dark .notification .deco,body.theme-dark .notification span,body.theme-dark .notification p,body.theme-dark .accessibility-menu .btns-list li.active .deco,body.theme-dark .accessibility-menu .btns-list li.active span,body.theme-dark .accessibility-menu .btns-list li.active p,body.theme-dark .white .deco,body.theme-dark .white span,body.theme-dark .white p,body.theme-dark .gray .deco,body.theme-dark .gray span,body.theme-dark .gray p,body.theme-dark .blue .deco,body.theme-dark .blue span,body.theme-dark .blue p,body.theme-dark .pastel .deco,body.theme-dark .pastel span,body.theme-dark .pastel p,body.theme-dark .violet .deco,body.theme-dark .violet span,body.theme-dark .violet p{color:#fff}body.theme-dark .footer-top{background-color:#000}body.theme-dark .footer-top:after{opacity:.6}body.theme-dark .header .logo svg,body.theme-dark .footer .logo svg{color:#fff}body.theme-dark .pension-map .map-desk .list-item,body.theme-dark .pension-map .list-container{background-color:#131313;border:unset}body.theme-dark .pension-map .map-desk .list-item svg,body.theme-dark .pension-map .list-container svg{color:#131313}@media (hover: hover) and (pointer: fine){body.theme-dark .pension-map .list-item:hover{background-color:#fff!important;color:#000}body.theme-dark .pension-map .list-item:hover .btn-icon{border:2px solid #000}}body.theme-dark .pension-map .btns svg{color:#fff}body.theme-dark .pension-map .pension-details{background-color:#131313;color:#fff}body.theme-dark .pension-map .pension-details svg{color:#fff}body.theme-dark .pension-map .pension-details:after{content:none}body.theme-dark .pension-map .pension-details .desc{border-bottom:1px solid #FFF}body.theme-dark .w-grad,body.theme-dark .main-about,body.theme-dark .main-info,body.theme-dark .grad-top,body.theme-dark .grad-mid,body.theme-dark .grad-bot,body.theme-dark .gradient-parent{background:unset}body.theme-dark .input-component{background-color:#131313}body.theme-dark .input-component input::placeholder{color:#fff}body.theme-dark .form-wrapper .btn span,body.theme-dark .form-wrapper .btn svg{color:#131313}body.theme-dark .program-table th,body.theme-dark .program-table td{background-color:#000;color:#fff}body.theme-dark .program-table svg path{stroke:#fff}body.theme-dark .program-table:after{background:linear-gradient(180deg,#fff0,#131313)}body.theme-dark .comparison .tab.current{background-color:#fff;color:#131313}body.theme-dark .btn-access{border:2px solid #131313}body.theme-dark .btn-access span{color:#131313!important}body.theme-dark .btn-access.gray{background-color:#f4f2f1}body.theme-dark .btn-access.gray svg{color:#131313}body.theme-dark .btns-contacts .btn span{color:#fff}body.theme-dark .programs .tabs .btn{background-color:#fff;color:#000}body.theme-dark .programs .tabs .btn.white{background-color:#000}body.theme-dark .card-grad:before{background:linear-gradient(0deg,#fff 70%,#ffffff8c)}body.theme-dark .card-grad:after{background:linear-gradient(0deg,#fff 10%,#ffffff8c 30%,#b6d0e900)}body.theme-dark .mob-menu .nav-item,body.theme-dark .mob-menu-btns.active .btn{color:#000}body.theme-dark .mob-menu-btns.active .btn-toggle span{background-color:#000}body.theme-dark .gradient-parent{background:#131313!important}body.theme-blue{background-color:#b6d0e9;color:#0a1622}@media screen and (max-width: 479px){body.theme-blue .hero-main{color:#0a1622}}body.theme-blue .main-banner .btns .btn:first-of-type{background-color:#b6d0e9}@media screen and (max-width: 1023px){body.theme-blue .main-banner .container{background-color:#0a1622}}@media screen and (max-width: 767px){body.theme-blue .main-banner .container{background-color:unset}}body.theme-blue .main-banner .container .body-s{color:#b6d0e9}@media screen and (max-width: 767px){body.theme-blue .main-banner .container .stats{background-color:#0a1622}}body.theme-blue .bg-white,body.theme-blue .btn,body.theme-blue .card-advantage,body.theme-blue .white,body.theme-blue .gray,body.theme-blue .about-top .row-contact .btn-colored,body.theme-blue .request .form-wrapper .btn{background-color:#b6d0e9}body.theme-blue .btn.btn-fixed{background-color:#0a1622;border:2px solid #B6D0E9}body.theme-blue .card-percent,body.theme-blue .card-pension,body.theme-blue .notification,body.theme-blue .benefit,body.theme-blue .card-step,body.theme-blue .card-staff,body.theme-blue .pension-info-section .text,body.theme-blue .step-item,body.theme-blue .about-content .content,body.theme-blue .about-content aside,body.theme-blue .how-start .row,body.theme-blue .faq-item,body.theme-blue .faq.main-info .faq-item,body.theme-blue .residence-item,body.theme-blue .requirement-item{color:#0a1622}body.theme-blue .card-percent svg,body.theme-blue .card-pension svg,body.theme-blue .notification svg,body.theme-blue .benefit svg,body.theme-blue .card-step svg,body.theme-blue .card-staff svg,body.theme-blue .pension-info-section .text svg,body.theme-blue .step-item svg,body.theme-blue .about-content .content svg,body.theme-blue .about-content aside svg,body.theme-blue .how-start .row svg,body.theme-blue .faq-item svg,body.theme-blue .faq.main-info .faq-item svg,body.theme-blue .residence-item svg,body.theme-blue .requirement-item svg{color:#0a1622}body.theme-blue .card-percent,body.theme-blue .card-pension,body.theme-blue .notification,body.theme-blue .benefit,body.theme-blue .card-step,body.theme-blue .card-staff,body.theme-blue .pension-info-section .text,body.theme-blue .step-item,body.theme-blue .about-content .content,body.theme-blue .about-content aside,body.theme-blue .how-start .row,body.theme-blue .faq-item,body.theme-blue .faq.main-info .faq-item,body.theme-blue .residence-item,body.theme-blue .requirement-item{border:2px solid #0a1622;background:unset}body.theme-blue .card-percent:after,body.theme-blue .card-pension:after,body.theme-blue .notification:after,body.theme-blue .benefit:after,body.theme-blue .card-step:after,body.theme-blue .card-staff:after,body.theme-blue .pension-info-section .text:after,body.theme-blue .step-item:after,body.theme-blue .about-content .content:after,body.theme-blue .about-content aside:after,body.theme-blue .how-start .row:after,body.theme-blue .faq-item:after,body.theme-blue .faq.main-info .faq-item:after,body.theme-blue .residence-item:after,body.theme-blue .requirement-item:after{background:unset}body.theme-blue .card-percent .btn,body.theme-blue .card-pension .btn,body.theme-blue .notification .btn,body.theme-blue .benefit .btn,body.theme-blue .card-step .btn,body.theme-blue .card-staff .btn,body.theme-blue .pension-info-section .text .btn,body.theme-blue .step-item .btn,body.theme-blue .about-content .content .btn,body.theme-blue .about-content aside .btn,body.theme-blue .how-start .row .btn,body.theme-blue .faq-item .btn,body.theme-blue .faq.main-info .faq-item .btn,body.theme-blue .residence-item .btn,body.theme-blue .requirement-item .btn{background-color:unset}body.theme-blue .card-percent .num,body.theme-blue .card-pension .num,body.theme-blue .notification .num,body.theme-blue .benefit .num,body.theme-blue .card-step .num,body.theme-blue .card-staff .num,body.theme-blue .pension-info-section .text .num,body.theme-blue .step-item .num,body.theme-blue .about-content .content .num,body.theme-blue .about-content aside .num,body.theme-blue .how-start .row .num,body.theme-blue .faq-item .num,body.theme-blue .faq.main-info .faq-item .num,body.theme-blue .residence-item .num,body.theme-blue .requirement-item .num{color:#0a1622}body.theme-blue .card-pension .top,body.theme-blue .card-pension .info{border-bottom:1px solid #0a1622}body.theme-blue .breadcrumbs svg,body.theme-blue .input-component svg{color:#0a1622}body.theme-blue .btn,body.theme-blue .about-top .row-contact .btn-question,body.theme-blue .btn-open{border:2px solid #0a1622;background-color:#b6d0e9}body.theme-blue .btn span,body.theme-blue .btn svg,body.theme-blue .about-top .row-contact .btn-question span,body.theme-blue .about-top .row-contact .btn-question svg,body.theme-blue .btn-open span,body.theme-blue .btn-open svg{color:#0a1622}@media (hover: hover) and (pointer: fine){body.theme-blue .btn:hover,body.theme-blue .about-top .row-contact .btn-question:hover,body.theme-blue .btn-open:hover{background-color:#0a1622!important}body.theme-blue .btn:hover span,body.theme-blue .btn:hover svg,body.theme-blue .about-top .row-contact .btn-question:hover span,body.theme-blue .about-top .row-contact .btn-question:hover svg,body.theme-blue .btn-open:hover span,body.theme-blue .btn-open:hover svg{color:#b6d0e9!important}}body.theme-blue .img-grid span,body.theme-blue .img-grid svg{color:#0a1622}body.theme-blue .btn-open span{background-color:#0a1622}@media (hover: hover) and (pointer: fine){body.theme-blue .btn-open:hover span{background-color:#b6d0e9}}body.theme-blue .card-advantage,body.theme-blue .card-advantage .btn{color:#0a1622}body.theme-blue .card-program,body.theme-blue .nav-item-dropdown ul,body.theme-blue .notification,body.theme-blue .accessibility-menu .btns-list li.active,body.theme-blue .white,body.theme-blue .gray,body.theme-blue .blue,body.theme-blue .pastel,body.theme-blue .violet{border:2px solid #0a1622}body.theme-blue .card-program .deco,body.theme-blue .card-program span,body.theme-blue .card-program p,body.theme-blue .nav-item-dropdown ul .deco,body.theme-blue .nav-item-dropdown ul span,body.theme-blue .nav-item-dropdown ul p,body.theme-blue .notification .deco,body.theme-blue .notification span,body.theme-blue .notification p,body.theme-blue .accessibility-menu .btns-list li.active .deco,body.theme-blue .accessibility-menu .btns-list li.active span,body.theme-blue .accessibility-menu .btns-list li.active p,body.theme-blue .white .deco,body.theme-blue .white span,body.theme-blue .white p,body.theme-blue .gray .deco,body.theme-blue .gray span,body.theme-blue .gray p,body.theme-blue .blue .deco,body.theme-blue .blue span,body.theme-blue .blue p,body.theme-blue .pastel .deco,body.theme-blue .pastel span,body.theme-blue .pastel p,body.theme-blue .violet .deco,body.theme-blue .violet span,body.theme-blue .violet p{color:#0a1622}body.theme-blue .footer-top{background-color:#0a1622;color:#b6d0e9}body.theme-blue .footer-top:after{opacity:.6}body.theme-blue .footer .logo svg{color:#b6d0e9}body.theme-blue .header{color:#0a1622}body.theme-blue .header .logo svg{color:#0a1622}body.theme-blue .blur,body.theme-blue .notification{background-color:#0a1622}body.theme-blue .blur span,body.theme-blue .blur p,body.theme-blue .blur svg,body.theme-blue .blur li span,body.theme-blue .notification span,body.theme-blue .notification p,body.theme-blue .notification svg,body.theme-blue .notification li span{color:#b6d0e9}body.theme-blue .menu-bg-blur{background-color:#0a162280}body.theme-blue .pension-map .map-desk .list-item,body.theme-blue .pension-map .list-container{background-color:#b6d0e9;border:unset}body.theme-blue .pension-map .map-desk .list-item svg,body.theme-blue .pension-map .list-container svg{color:#0a1622}body.theme-blue .pension-map .pension-details{background-color:#b6d0e9;color:#0a1622}body.theme-blue .pension-map .pension-details svg{color:#0a1622}body.theme-blue .pension-map .pension-details{border:2px solid #0a1622}body.theme-blue .pension-map .pension-details:after{content:none}body.theme-blue .pension-map .pension-details .desc{border-bottom:1px solid #0a1622}@-moz-document url-prefix(){body.theme-blue .pension-map .list-container ul{scrollbar-color:#B6D0E9 #0a1622}}body.theme-blue .pension-map .list-container ul::-webkit-scrollbar-track{background:#b6d0e9}body.theme-blue .pension-map .list-container ul::-webkit-scrollbar-thumb{background-color:#0a1622}body.theme-blue .w-grad,body.theme-blue .main-about,body.theme-blue .main-info,body.theme-blue .grad-top,body.theme-blue .grad-mid,body.theme-blue .grad-bot,body.theme-blue .gradient-parent{background:unset}body.theme-blue .input-component{background-color:#b6d0e9;border:2px solid #B6D0E9}body.theme-blue .input-component input{color:#0a1622}body.theme-blue .input-component input::placeholder{color:#0a1622}body.theme-blue .form-wrapper .btn span,body.theme-blue .form-wrapper .btn svg{color:#0a1622}body.theme-blue .program-table th,body.theme-blue .program-table td{background-color:#0a1622;color:#b6d0e9}body.theme-blue .program-table svg path{stroke:#b6d0e9}body.theme-blue .program-table:after{background:linear-gradient(180deg,#fff0,#b6d0e9)}body.theme-blue .comparison .tab.current{background-color:#0a1622;color:#b6d0e9}body.theme-blue .btn-access{border:2px solid #B6D0E9}body.theme-blue .btn-access.gray{background-color:#f4f2f1}body.theme-blue .btn-access.gray span,body.theme-blue .btns-contacts .btn span{color:#0a1622}body.theme-blue .programs .tabs .btn{background-color:#0a1622}body.theme-blue .programs .tabs .btn span{color:#b6d0e9}body.theme-blue .programs .tabs .btn.white{background-color:#b6d0e9}body.theme-blue .programs .tabs .btn.white span{color:#0a1622}body.theme-blue .swiper-btn svg{color:#0a1622}body.theme-blue .swiper-button-disabled svg{opacity:.5}body.theme-blue .notification{color:#b6d0e9}body.theme-blue .notification .btn{border:2px solid #B6D0E9}body.theme-blue .form-wrapper,body.theme-blue .input-component,body.theme-blue .personal-benefits .inner{background-color:unset;border:2px solid #0a1622}body.theme-blue .card-grad{color:#b6d0e9}body.theme-blue .card-grad:before{background:linear-gradient(0deg,#244567 70%,#2c50718c)}body.theme-blue .card-grad:after{background:linear-gradient(0deg,#295687 10%,#35618e8c 30%,#b6d0e900)}body.theme-blue .card-grad .btn{border:unset}body.theme-blue .card-grad.active .num{color:#b6d0e9}body.theme-blue .card-grad.active .btn{background-color:#b6d0e9}body.theme-blue .top-notification{background-color:#b6d0e9;border-bottom:2px solid #0a1622;border-top:2px solid #0a1622}body.theme-blue .comparison .textbox{background:#0a1622;color:#b6d0e9}body.theme-blue .comparison .table-wrapper:after{background:linear-gradient(180deg,#fff0,#b6d0e9)}body.theme-blue .comparison .tab:hover{color:#b6d0e9}body.theme-blue .mob-menu .nav-item{color:#0a1622}body.theme-blue .btn-toggle span{background-color:#b6d0e9}body.theme-blue .mob-menu-btns.active .btn,body.theme-blue .mob-menu-btns.active .btn span,body.theme-blue .mob-menu-btns.active .btn svg{color:#0a1622}body.theme-blue .mob-menu-btns.active .btn-toggle span{background-color:#0a1622}body.images-normal{filter:none}body.images-grayscale.theme-blue{background-color:#fff}body.images-grayscale .page,body.images-grayscale .lg-image{filter:grayscale(100%)}body.images-hidden img,body.images-hidden video,body.images-hidden svg{opacity:0}body.images-hidden .card-advantage{border:2px solid #4C433C}body.images-hidden.theme-dark .card-advantage{border:2px solid #FFF}body.images-hidden.theme-blue .card-advantage{border:2px solid #0a1622}body.images-hidden .pension-map .list-container .btn-icon,body.images-hidden .about-top .banner,body.images-hidden .btn svg,body.images-hidden .footer .logo,body.images-hidden .gallery,body.images-hidden .header .logo,body.images-hidden .video-section{display:none}body.images-hidden .btn-accessibility svg,body.images-hidden .swiper-btn svg,body.images-hidden .breadcrumbs svg{display:block;opacity:1}body.images-hidden .footer-top:after{content:none}body.images-hidden .footer svg,body.images-hidden .header svg,body.images-hidden .accessibility-menu svg{opacity:1;display:block}.breadcrumbs{display:flex;align-items:center;gap:16px;overflow-x:auto}.breadcrumbs::-webkit-scrollbar{display:none}.breadcrumbs{-ms-overflow-style:none;scrollbar-width:none;-webkit-overflow-scrolling:touch}@media screen and (max-width: 767px){.breadcrumbs{margin-left:-16px;padding-left:16px;width:calc(100% + 32px);padding-right:16px;gap:8px}}.breadcrumbs a{display:flex;align-items:center;justify-content:center}.breadcrumbs svg{width:16px;height:16px;color:#4c433c;opacity:.5}.breadcrumbs span{color:#4c433c;opacity:.5}.breadcrumbs span:first-child{opacity:1}.breadcrumbs span:first-child svg{opacity:1}.breadcrumbs span:last-child{opacity:1}.paginator{width:100%;position:relative;display:flex;align-items:center;justify-content:center;z-index:3}.paginator-item{font-weight:600;font-size:20px;line-height:normal;cursor:pointer;color:#000}@media screen and (max-width: 767px){.paginator-item{font-size:16px}}.paginator-item:first-of-type span{display:none}.paginator-item:last-of-type span{display:none}.paginator-item-disabled{opacity:.5;pointer-events:none}.card-pension{padding:32px;border-radius:32px;display:flex;gap:16px;flex-direction:column}@media screen and (max-width: 767px){.card-pension{padding:16px;border-radius:16px}}.card-pension .top,.card-pension .bot{display:flex;flex-direction:column;gap:16px}.card-pension .top,.card-pension .info{padding-bottom:16px;border-bottom:1px solid var(--color)}.card-pension .desc{display:flex;flex-direction:column;gap:8px;display:-webkit-box;-webkit-line-clamp:5;-webkit-box-orient:vertical;text-overflow:ellipsis;height:100px;overflow:hidden;transition:.2s}.card-pension .desc.text-show{-webkit-line-clamp:none}@media screen and (max-width: 767px){.card-pension .body-m{line-height:20px}}.card-pension .btns{display:flex;align-items:center;gap:8px}@media screen and (max-width: 479px){.card-pension .btns{flex-direction:column}}.card-pension .btn{background:var(--color)}.card-pension.hide{display:none}.card-advantage{display:flex;flex-direction:column;justify-content:flex-end;height:100%;min-height:600px;cursor:pointer;border-radius:48px;overflow:hidden;padding:48px}@media screen and (max-width: 1439px){.card-advantage{padding:32px;border-radius:32px}}@media screen and (max-width: 767px){.card-advantage{padding:16px;border-radius:16px}}@media screen and (max-width: 1919px){.card-advantage{min-height:605px}}@media screen and (max-width: 1439px){.card-advantage{min-height:430px}}@media screen and (max-width: 1023px){.card-advantage{min-height:480px}}@media screen and (max-width: 767px){.card-advantage{min-height:408px}}.card-advantage--bg,.card-advantage--bg1{position:absolute;content:"";inset:0;width:100%;height:100%;transition:opacity .3s;z-index:1;opacity:0}.card-advantage--bg1,.card-advantage.active .card-advantage--bg{opacity:1}.card-advantage .btn-open{display:none;background:var(--color)}.card-advantage .btn-open span{width:16px}@media screen and (max-width: 1439px){.card-advantage .btn-open{position:absolute;z-index:3;display:flex;top:32px;right:32px;width:48px;height:48px}}@media screen and (max-width: 767px){.card-advantage .btn-open{top:16px;right:16px;width:44px;height:44px}}.card-advantage .text{display:flex;flex-direction:column;max-height:0;transition:max-height .3s;position:relative;z-index:3;overflow:hidden}.card-advantage .img-wrapper{position:absolute;inset:0;width:100%;height:100%}.card-advantage p,.card-advantage .btn-m{opacity:0;transition:opacity .5s,background-color .3s}.card-advantage .h3,.card-advantage p,.card-advantage .btn-m{position:relative;z-index:3;flex-shrink:0}.card-advantage .btn-m{width:fit-content}.card-advantage.active p,.card-advantage.active .btn-m{opacity:1}.card-advantage.active .h3{margin-bottom:16px}@media (max-width: 767px){.card-advantage.active .h3{margin-bottom:8px}}.card-advantage .btn:hover{background:var(--color)}.card-step{background-color:#f4f2f1}@media screen and (max-width: 1919px){.card-step{min-height:441px}}@media screen and (max-width: 1439px){.card-step{min-height:460px}}@media screen and (max-width: 1023px){.card-step{min-height:480px}}@media screen and (max-width: 767px){.card-step{min-height:408px}}.card-step .num{font-weight:200;font-size:128px;line-height:80%;position:relative;z-index:1;margin-bottom:auto;transition:color .3s}@media screen and (max-width: 1919px){.card-step .num{font-size:96px}}@media screen and (max-width: 1919px){.card-step .h3{font-size:24px;line-height:100%}}@media screen and (max-width: 1439px){.card-step .h3{font-size:28px}}@media screen and (max-width: 767px){.card-step .h3{font-size:23px}}.card-step.active .num{color:#fff}.card-step.active .h3{margin-bottom:8px}.card-step .body-l{font-size:17px;line-height:24px}@media (max-width: 767px){.card-step .body-l{font-size:18px}}.card-step .btn{height:36px;border-radius:16px;padding:10px;gap:6px}@media screen and (max-width: 479px){.card-step .btn{border-radius:8px}}.card-step .btn span{font-size:15px}.card-step .btn svg{width:16px;height:16px}.card-step a.btn{min-height:36px;max-height:36px}.card-step .btn-open{background-color:var(--btnColor)!important;height:48px;width:48px}.card-program{display:flex;height:100%;gap:156px;width:fit-content;border-radius:48px;overflow:hidden;padding:64px}@media screen and (max-width: 1919px){.card-program{padding:48px}}@media screen and (max-width: 1439px){.card-program{padding:32px;border-radius:32px}}@media screen and (max-width: 767px){.card-program{padding:16px;border-radius:16px}}@media screen and (max-width: 1919px){.card-program{gap:173px}}@media screen and (max-width: 1439px){.card-program{gap:24px}}@media screen and (max-width: 767px){.card-program{gap:16px;flex-direction:column-reverse}}@media screen and (max-width: 479px){.card-program{height:initial}}@media (hover: hover) and (pointer: fine){.card-program:hover{background-color:#fff}}.card-program .text{display:flex;flex-direction:column;gap:32px;width:588px}@media screen and (max-width: 1919px){.card-program .text{width:611px}}@media screen and (max-width: 1439px){.card-program .text{gap:24px;width:589px}}@media screen and (max-width: 1023px){.card-program .text{width:unset;flex:1}}@media screen and (max-width: 767px){.card-program .text{gap:16px}}.card-program .text .body-l{margin-top:auto}@media screen and (max-width: 1439px){.card-program .text .body-l{font-size:16px;line-height:20px}}@media screen and (max-width: 767px){.card-program .text .body-l{line-height:18px;display:-webkit-box;-webkit-line-clamp:5;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}}@media screen and (max-width: 479px){.card-program .text .body-l{margin-top:0}}@media screen and (max-width: 767px){.card-program .text .btn-l{margin-top:8px}}.card-program .text .link-show-more{display:none}@media screen and (max-width: 767px){.card-program .text .link-show-more{display:flex;margin-top:-8px}}.card-program .img-wrapper{overflow:hidden;border-radius:24px;min-height:623px;width:464px;flex-shrink:0}@media screen and (max-width: 1439px){.card-program .img-wrapper{width:283px;min-height:392px;border-radius:16px}}@media screen and (max-width: 1023px){.card-program .img-wrapper{width:30.8%;min-height:460px}}@media screen and (max-width: 767px){.card-program .img-wrapper{height:234px;width:100%;border-radius:8px;min-height:unset}}@media screen and (max-width: 479px){.card-program .img-wrapper{height:144px}}.card-percent{display:flex;flex-direction:column;justify-content:space-between;min-height:481px;position:relative;overflow:hidden;padding:64px;border-radius:24px}@media screen and (max-width: 1919px){.card-percent{min-height:426px;padding:48px}}@media screen and (max-width: 1439px){.card-percent{min-height:unset;height:380px;padding:32px;border-radius:16px}}@media screen and (max-width: 1023px){.card-percent{min-height:219px;gap:32px;height:unset}}@media screen and (max-width: 767px){.card-percent{min-height:unset;flex-direction:row;justify-content:space-between;padding:16px;border-radius:8px}}@media screen and (max-width: 479px){.card-percent{flex-direction:column;gap:16px}}.card-percent:after{position:absolute;background:linear-gradient(180deg,#f4f2f1 4%,#f4f2f180 34%,#fff0);content:"";left:0;right:0;top:-10px;width:100%;height:50%;pointer-events:none}.card-percent .num{font-weight:100;letter-spacing:-1px;display:flex;gap:0;align-items:flex-start;position:relative;z-index:1;font-size:128px;width:fit-content;margin-top:-11px}@media screen and (max-width: 1919px){.card-percent .num{font-size:96px}}@media screen and (max-width: 1439px){.card-percent .num{margin-top:-6px}}@media screen and (max-width: 1023px){.card-percent .num{font-size:64px}}@media screen and (max-width: 767px){.card-percent .num{font-size:48px;margin-top:unset}}.card-percent .num span{display:block;height:fit-content;line-height:100%}.card-percent .num .percent{font-weight:400;display:block;line-height:115%;font-size:80px}@media screen and (max-width: 1919px){.card-percent .num .percent{font-size:60px}}@media screen and (max-width: 1023px){.card-percent .num .percent{font-size:40px}}@media screen and (max-width: 767px){.card-percent .num .percent{font-size:28px}}.card-percent p{position:relative;z-index:1}@media screen and (max-width: 767px){.card-percent p{max-width:230px}}@media screen and (max-width: 479px){.card-percent p{max-width:unset;width:calc(100% + 6px)}}.card-percent-big .num{font-size:256px;line-height:80%;margin-top:-20px}@media screen and (max-width: 1919px){.card-percent-big .num{font-size:192px}}@media screen and (max-width: 1439px){.card-percent-big .num{font-size:96px;margin-top:-6px}}@media screen and (max-width: 767px){.card-percent-big .num{font-size:48px;margin-top:unset}}.card-percent-big .num .percent{font-size:150px}@media screen and (max-width: 1919px){.card-percent-big .num .percent{font-size:110px}}@media screen and (max-width: 1439px){.card-percent-big .num .percent{font-size:60px}}@media screen and (max-width: 767px){.card-percent-big .num .percent{font-size:28px}}.card-percent-big p{margin-left:auto;max-width:250px}@media screen and (max-width: 1919px){.card-percent-big p{max-width:246px}}@media screen and (max-width: 767px){.card-percent-big p{max-width:230px}}@media screen and (max-width: 479px){.card-percent-big p{max-width:unset}}.card-staff{display:grid;grid-template-columns:auto 1fr 1fr;grid-template-rows:auto 1fr;gap:32px;background-color:#fff;min-height:435px;height:fit-content;border-radius:48px;overflow:hidden;padding:64px}@media screen and (max-width: 1919px){.card-staff{padding:48px}}@media screen and (max-width: 1439px){.card-staff{padding:32px;border-radius:32px}}@media screen and (max-width: 767px){.card-staff{padding:16px;border-radius:16px}}@media screen and (max-width: 1919px){.card-staff{min-height:320px}}@media screen and (max-width: 1439px){.card-staff{min-height:347px;grid-template-columns:283px 1fr;gap:24px}}@media screen and (max-width: 1023px){.card-staff{min-height:unset;grid-template-columns:197px 1fr}}@media screen and (max-width: 767px){.card-staff{grid-template-columns:1fr;grid-template-rows:unset;gap:16px}}.card-staff .img-wrapper{height:307px;aspect-ratio:1/1;border-radius:24px;overflow:hidden;grid-area:1/1/3/2}@media screen and (max-width: 1919px){.card-staff .img-wrapper{height:224px}}@media screen and (max-width: 1439px){.card-staff .img-wrapper{height:283px;grid-area:1/1/4/2;border-radius:16px}}@media screen and (max-width: 1023px){.card-staff .img-wrapper{height:197px}}@media screen and (max-width: 767px){.card-staff .img-wrapper{grid-area:unset;height:180px;border-radius:8px;margin-bottom:8px}}@media screen and (max-width: 479px){.card-staff .img-wrapper{width:100%;height:unset;max-height:300px}}.card-staff .btns{margin-top:auto;display:flex;flex-direction:column;gap:8px;grid-area:2/2/3/3}@media screen and (max-width: 1439px){.card-staff .btns{grid-area:3/2/4/3;flex-direction:row;flex-wrap:wrap}}@media screen and (max-width: 767px){.card-staff .btns{grid-area:unset;order:1}}.card-staff .btns .btn{background-color:var(--color, #B4D8D6)}.card-staff .info{display:flex;flex-direction:column;height:100%;gap:16px}@media screen and (max-width: 1439px){.card-staff .info{grid-area:1/2/2/3;gap:8px}}@media screen and (max-width: 767px){.card-staff .info{grid-area:unset}}.card-staff .desc{display:flex;gap:16px;flex-direction:column;grid-area:1/3/3/4}@media screen and (max-width: 1439px){.card-staff .desc{grid-area:2/2/3/3;gap:8px}}@media screen and (max-width: 767px){.card-staff .desc{grid-area:unset}}.card-staff .desc .body-m{display:-webkit-box;-webkit-line-clamp:5;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.swiper{overflow:visible}.swiper .swiper-slide{width:100%;height:auto;overflow:hidden}.swiper-controls{display:flex;align-items:center;gap:8px}.swiper-btn-prev{transform:rotate(180deg)}.swiper-btn.swiper-button-disabled{opacity:1;color:#b2aca8}.marquee .swiper-wrapper{display:flex;animation:scroll 40s linear infinite}.marquee:hover .swiper-wrapper{animation-play-state:paused}@keyframes scroll{0%{transform:translate(0)}to{transform:translate(-100%)}}.modal{position:fixed;z-index:50;inset:0;background:#4c433c80;backdrop-filter:blur(50px);padding:64px;transition:.4s;opacity:0;visibility:hidden}.modal.show{opacity:1;visibility:visible}.modal.show .content{transition:.4s;transform:translate(0)}@media (max-width: 1023px){.modal.show .content{transform:translateY(0)}}@media (max-width: 1919px){.modal{padding:48px}}.modal .content{padding:64px;border-radius:48px;max-width:728px;width:100%;background:#fff;transform:translate(-30px);display:flex;flex-direction:column;gap:30px;justify-content:space-between;position:absolute;top:64px;bottom:64px;left:64px}@media (max-width: 1919px){.modal .content{padding:48px;top:48px;bottom:48px;left:48px;max-width:541px}}@media (max-width: 1439px){.modal .content{padding:32px;top:32px;bottom:32px;left:32px;max-width:468px;border-radius:32px}}@media (max-width: 1023px){.modal .content{bottom:0;left:0;right:0;top:initial;border-radius:32px 32px 0 0;max-width:initial;transform:translateY(50px)}}@media (max-width: 767px){.modal .content{padding:24px 16px 16px;border-radius:16px 16px 0 0}}@media (max-width: 479px){.modal .content{gap:16px}}.modal .close-btn{width:56px;height:56px;border-radius:50%;display:flex;align-items:center;justify-content:center;position:absolute;top:64px;right:64px}@media (max-width: 1919px){.modal .close-btn{top:48px;right:48px}}@media (max-width: 1439px){.modal .close-btn{top:32px;right:32px;border-radius:16px;width:48px;height:48px}}@media (max-width: 767px){.modal .close-btn{width:44px;height:44px;border-radius:8px;top:16px;right:16px}}.modal .form{display:flex;flex-direction:column;gap:32px}@media (max-width: 1439px){.modal .form{gap:28px}}@media (max-width: 767px){.modal .form{gap:24px}}.modal .fields_group{display:flex;flex-direction:column;gap:32px}@media (max-width: 1439px){.modal .fields_group{gap:28px}}@media (max-width: 767px){.modal .fields_group{gap:24px}}.modal .input-wrapper{width:100%}.modal .input-component{width:100%;background:#f4f2f1}.modal .content-top{display:flex;flex-direction:column;gap:32px}.modal .body-s{letter-spacing:0}.modal .content-bot{padding-top:64px;border-top:1px solid #D4CFCC}@media screen and (max-height: 950px){.modal .content-bot{padding-top:32px}}@media (max-width: 1919px){.modal .content-bot{padding-top:32px}}@media (max-width: 1439px){.modal .content-bot{padding-top:16px}}@media (max-width: 479px){.modal .content-bot{border:none;padding:0}}.modal h4{margin-bottom:16px}@media (max-width: 479px){.modal h4{display:none}}.modal .content-bot .btn{background:#f4f2f1}.modal .content-bot .btn:hover{background:#1d98dc}.modal .hidden-input{display:none}.alert{position:fixed;z-index:100;bottom:-120px;left:50%;transform:translate(-50%);transition:.15s ease}.alert.show{bottom:64px}.notification{padding:32px;border-radius:16px;max-width:600px;display:flex;align-items:flex-start;gap:12px;background:#4c433c80;backdrop-filter:blur(50px);color:#fff}@media screen and (max-width: 1439px){.notification{padding:24px;gap:10px;margin-bottom:10px;border-radius:12px}}@media screen and (max-width: 767px){.notification{border-radius:8px;padding:20px;margin-bottom:8px;display:grid;grid-template-columns:repeat(2,1fr);gap:8px}}.notification .btn span,.notification .btn svg{color:#4c433c}.notification .btn svg{width:16px;height:16px}.notification .text{display:flex;flex:1;flex-direction:column;gap:12px}@media screen and (max-width: 767px){.notification .text{gap:8px;grid-area:auto/span 2;order:3}}.notification svg{width:32px;height:32px}@media screen and (max-width: 767px){.notification svg{width:24px;height:24px}}.notification .icon-close{width:24px;height:24px}@media screen and (max-width: 767px){.notification .icon-close{order:2}}.top-notification{background-color:#f4f2f1;padding:12px 0}.top-notification p{text-align:center}@media screen and (max-width: 1023px){.top-notification p{text-align:left}}.notification-wrapper{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);z-index:10}@media screen and (max-width: 1023px){.notification-wrapper{bottom:0;top:20%;right:initial;left:50%;width:100%;transform:translate(-50%)}}@media screen and (max-width: 479px){.notification-wrapper{top:32%}}@media screen and (max-width: 1023px){.notification-wrapper .notification{margin:0 auto}}@media screen and (max-width: 767px){.notification-wrapper .notification{border-radius:8px 8px 0 0}}.cookie-notification{--bg-color: inherit;--text-color: inherit;--main-color: inherit;--main-font: inherit;position:fixed;bottom:32px;right:32px;z-index:1000;display:flex;flex-direction:row;gap:12px;align-items:start;justify-content:start;max-width:600px;padding:32px;border-radius:16px;border:1px solid rgba(199,199,199,.2);background:var(--bg-color);visibility:hidden;opacity:0;transition:all .3s;backdrop-filter:blur(50px)}.cookie-notification.show{visibility:visible;opacity:1;transition:all .3s}@media screen and (max-width: 1439px){.cookie-notification{padding:24px;gap:10px}}@media screen and (max-width: 1023px){.cookie-notification{width:100%;max-width:unset;flex-direction:row;align-items:start;justify-content:space-between;gap:16px;border-radius:12px 12px 0 0;border-bottom:none;bottom:0!important;right:0!important}}@media screen and (max-width: 767px){.cookie-notification{padding:20px;flex-direction:column;gap:8px}}@media screen and (max-width: 479px){.cookie-notification{flex-direction:column;align-items:flex-start;justify-content:center}}.cookie-notification .content-cookie{display:flex;flex-direction:column;gap:12px;align-items:flex-start}@media screen and (max-width: 1439px){.cookie-notification .content-cookie{gap:10px}}@media screen and (max-width: 479px){.cookie-notification .content-cookie{gap:8px}}.cookie-notification svg{width:32px;height:32px;color:var(--main-color)}@media screen and (max-width: 767px){.cookie-notification svg{width:24px;height:24px}}.cookie-notification .text{color:var(--text-color);font-family:var(--main-font);font-size:16px;font-style:normal;font-weight:300;line-height:21px;text-decoration-thickness:8%;text-underline-offset:7.5%}@media screen and (max-width: 1439px){.cookie-notification .text{flex:1;line-height:20px}}@media screen and (max-width: 767px){.cookie-notification .text{line-height:18px}}.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;margin-right:auto;padding:10px 12px;border-radius:28px;background:var(--text-color);display:flex;gap:8px;align-items:center}@media screen and (max-width: 1439px){.cookie-notification button{padding:8px 10px;gap:6px}}@media screen and (max-width: 767px){.cookie-notification button{border-radius:8px;padding:7px 8px;gap:4px}}.cookie-notification button span{color:#4c433c;opacity:1;transition:all .3s ease;font-size:16px}@media screen and (max-width: 1439px){.cookie-notification button span{font-size:15px}}@media screen and (max-width: 767px){.cookie-notification button span{font-size:14px}}.cookie-notification button svg{width:16px;height:16px}.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)}.pension-map-top{display:grid;grid-template-columns:repeat(2,1fr);gap:32px;margin-bottom:32px}@media screen and (max-width: 1439px){.pension-map-top{margin-bottom:24px;gap:24px;grid-template-columns:1fr}}@media screen and (max-width: 767px){.pension-map-top{gap:16px;margin-bottom:16px}}.pension-map .map-desk{border-radius:48px;overflow:hidden;aspect-ratio:1.777777778/1;position:relative}@media screen and (max-width: 1439px){.pension-map .map-desk{border-radius:32px}}@media screen and (max-width: 1023px){.pension-map .map-desk{display:none}}.pension-map .map-desk .list-container{position:absolute;top:64px;left:64px;bottom:64px;height:fit-content;max-height:calc(100% - 128px);width:537px;background-color:#fff;border-radius:24px;padding:0 10px 0 24px;overflow:hidden;display:flex;flex-direction:column}@media screen and (max-width: 1919px){.pension-map .map-desk .list-container{top:48px;left:48px;bottom:48px;max-height:calc(100% - 96px)}}@media screen and (max-width: 1439px){.pension-map .map-desk .list-container{top:32px;left:32px;bottom:32px;max-height:calc(100% - 64px);height:100%;width:465px;padding:0 6px 0 16px}}.pension-map .map-desk .list-container.card-open{height:calc(100% - 128px);max-height:unset;background-color:unset;padding:unset;border-radius:0}@media screen and (max-width: 1919px){.pension-map .map-desk .list-container.card-open{height:calc(100% - 96px)}}@media screen and (max-width: 1439px){.pension-map .map-desk .list-container.card-open{height:calc(100% - 64px)}}.pension-map .map-desk .list-container.card-open .list{opacity:0}.pension-map .map-desk .list-container.card-open .btns{display:flex}.pension-map .map-desk .list-container.card-open .pension-details{padding:48px}@media (max-width: 1439px){.pension-map .map-desk .list-container.card-open .pension-details{padding:32px}}.pension-map .map-desk .list-container .details-wrapper.open{max-height:1000px;opacity:1}.pension-map .map-desk .list,.pension-map .map-desk .pension-details{transition:opacity .4s ease;opacity:1}.pension-map .map-desk .list{display:flex;flex-direction:column;flex:1;height:100%;overflow:auto;padding:24px 10px 24px 0}@-moz-document url-prefix(){.pension-map .map-desk .list{scrollbar-color:#F4F2F1 #B4D8D6}}.pension-map .map-desk .list::-webkit-scrollbar{width:4px}.pension-map .map-desk .list::-webkit-scrollbar-track{background:#f4f2f1;width:4px;border-radius:5px;margin:24px 0}.pension-map .map-desk .list::-webkit-scrollbar-thumb{width:4px;background-color:#b4d8d6;border-radius:5px}@media screen and (max-width: 1439px){.pension-map .map-desk .list{padding:16px 6px 16px 0}}.pension-map .map-desk .list-item{padding:24px;justify-content:space-between;display:flex;align-items:flex-start;gap:24px;border-radius:8px;transition:background-color .3s;cursor:pointer}@media screen and (max-width: 1439px){.pension-map .map-desk .list-item{padding:16px}}.pension-map .map-desk .list-item .info{max-width:341px;display:flex;flex-direction:column;gap:8px}.pension-map .map-desk .list-item .h3{white-space:nowrap;letter-spacing:-1.5}.pension-map .map-desk .list-item.mint{background-color:#fff}@media (hover: hover) and (pointer: fine){.pension-map .map-desk .list-item.mint:hover{background-color:#b4d8d6}}.pension-map .map-desk .list-item.blue{background-color:#fff}@media (hover: hover) and (pointer: fine){.pension-map .map-desk .list-item.blue:hover{background-color:#b6d0e9}}.pension-map .map-desk .list-item.yellow{background-color:#fff}@media (hover: hover) and (pointer: fine){.pension-map .map-desk .list-item.yellow:hover{background-color:#f7f1b5}}.pension-map .map-desk .list-item.peach{background-color:#fff}@media (hover: hover) and (pointer: fine){.pension-map .map-desk .list-item.peach:hover{background-color:#f6c6bc}}.pension-map .map-desk .list-item.green{background-color:#fff}@media (hover: hover) and (pointer: fine){.pension-map .map-desk .list-item.green:hover{background-color:#cde1b0}}.pension-map .map-desk .list-item.violet{background-color:#fff}@media (hover: hover) and (pointer: fine){.pension-map .map-desk .list-item.violet:hover{background-color:#cac7ff}}.pension-map .map-desk .list-item.white{background-color:#fff}@media (hover: hover) and (pointer: fine){.pension-map .map-desk .list-item.white:hover{background-color:#b4d8d6}}.pension-map .map-desk .list-item.gray{background-color:#fff}@media (hover: hover) and (pointer: fine){.pension-map .map-desk .list-item.gray:hover{background-color:#f4f2f1}}@media (hover: hover) and (pointer: fine){.pension-map .map-desk .list-item:hover .btn-icon{background-color:#fff!important}}.pension-map .map-desk .list-item:hover{background-color:var(--color)!important}.pension-map .map-desk .pension-details{display:flex;flex-direction:column;height:100%;background-color:#fff;border-radius:24px;overflow:hidden;position:relative;padding:0}.pension-map .map-desk .pension-details .gradient{position:absolute;width:100%;height:65%;inset:0;pointer-events:none}.pension-map .map-desk .pension-details .h2,.pension-map .map-desk .pension-details .desc,.pension-map .map-desk .pension-details .pension-info,.pension-map .map-desk .pension-details .btn{position:relative;z-index:1}.pension-map .map-desk .pension-details .h2{margin-bottom:24px}@media screen and (max-width: 1919px){.pension-map .map-desk .pension-details .h2{margin-bottom:16px}}.pension-map .map-desk .pension-details .desc{margin-bottom:0;max-height:105px;display:-webkit-box;-webkit-line-clamp:5;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}@media screen and (max-width: 1439px){.pension-map .map-desk .pension-details .desc{display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}}.pension-map .map-desk .pension-details .desc p{margin-bottom:16px}@media screen and (max-width: 1919px){.pension-map .map-desk .pension-details .desc p{margin-bottom:8px}}.pension-map .map-desk .pension-details .pension-info{margin-top:-8px;margin-bottom:20px;padding-top:40px;border-top:1px solid var(--color)}@media screen and (max-width: 1919px){.pension-map .map-desk .pension-details .pension-info{padding-top:18px}}@media screen and (max-width: 1439px){.pension-map .map-desk .pension-details .pension-info{margin-bottom:9px;overflow:auto}}@media screen and (max-width: 1023px){.pension-map .map-desk .pension-details .pension-info{margin-bottom:unset}}.pension-map .map-desk .pension-details .btn-bot{margin-top:auto;width:100%;flex-shrink:0}@media screen and (max-width: 1439px){.pension-map .map-desk .pension-details .btn-bot{border-radius:12px}}.pension-map .map-desk .btns{display:none;align-items:center;gap:8px;left:0;position:absolute;bottom:-64px;z-index:3}.pension-map .map-desk .details-wrapper{position:absolute;top:0;bottom:64px;height:calc(100% - 64px);max-height:0;opacity:0;padding:0;margin:0}.pension-map .map-mob{display:none}@media screen and (max-width: 1023px){.pension-map .map-mob{display:flex;flex-direction:column;gap:24px}}@media screen and (max-width: 767px){.pension-map .map-mob{gap:16px}}@media screen and (max-width: 1023px){.pension-map .map-mob .list{display:flex;flex-direction:column;gap:24px}}@media screen and (max-width: 767px){.pension-map .map-mob .list{gap:16px}}.pension-map .map-mob .map-wrapper{width:100%;border-radius:32px;height:704px;overflow:hidden}@media screen and (max-width: 767px){.pension-map .map-mob .map-wrapper{height:600px;border-radius:unset;margin-left:-16px;width:calc(100% + 32px)}}@media screen and (max-width: 479px){.pension-map .map-mob .map-wrapper{height:450px}}.pension-map .map-mob .tabs{display:flex;gap:8px}.pension-map .map-mob .cards{display:flex;flex-direction:column;gap:24px}.pension-map .map-mob .btn-show-more{width:100%}.pension-map .map-mob.view-map{position:relative}.pension-map .map-mob.view-map .map-wrapper{display:block}.pension-map .map-mob.view-map .list{display:none}.pension-map .map-mob.view-map .tabs{position:absolute;top:32px;left:32px;z-index:1}@media screen and (max-width: 767px){.pension-map .map-mob.view-map .tabs{top:16px;left:16px}}@media screen and (max-width: 479px){.pension-map .map-mob.view-map .tabs{left:50%;transform:translate(-50%)}}.pension-map .map-mob.view-list .list{display:flex}.pension-map .map-mob.view-list .map-wrapper{display:none}.pension-map .link-show-more{display:block;margin-bottom:48px}@media (max-width: 1919px){.pension-map .link-show-more{margin-bottom:24px}}@media (max-width: 1023px){.pension-map .link-show-more{margin-bottom:0;margin-top:-8px}}.pension-map .ymaps-2-1-79-balloon{max-width:311px;box-sizing:border-box;border-radius:16px;background:#fff;box-shadow:0 10px 15px -3px #4c433c1a,0 4px 6px -4px #4c433c1a;overflow:hidden;padding:24px;transform:translate(-100px)}@media (max-width: 767px){.pension-map .ymaps-2-1-79-balloon{padding:16px;border-radius:8px;max-width:288px;margin:0 -80px 10px;transform:translateY(126px)}}@media (max-width: 355px){.pension-map .ymaps-2-1-79-balloon{margin:0 auto 10px}}.pension-map .ymaps-2-1-79-balloon *{font-family:Geologica,sans-serif;color:#4c433c}.pension-map .ymaps-2-1-79-balloon__content{margin-right:0!important;padding:0!important}.pension-map .balloon-inner{display:flex;flex-direction:column;gap:8px;width:100%;max-width:261px}.pension-map .balloon-address{font-size:14px;line-height:20px}@media (max-width: 767px){.pension-map .balloon-address{font-size:11px;line-height:14px}}.pension-map .balloon-link{display:flex;align-items:center;gap:4px}.pension-map .ymaps-2-1-79-balloon__close{float:right;margin-bottom:-40px;position:absolute;z-index:2;top:-8px;right:-8px;width:16px;height:16px}@media screen and (max-width: 479px){.pension-map .ymaps-2-1-79-balloon__close{top:-8px;right:-8px}}@media screen and (max-width: 355px){.pension-map .ymaps-2-1-79-balloon__close{top:8px;right:8px}}.pension-map .ymaps-2-1-79-balloon__close-button{width:16px;height:16px;opacity:1!important;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M12 4L4 12' stroke='%23B2ACA8' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M4 4L12 12' stroke='%23B2ACA8' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat}.pension-map .ymaps-2-1-79-balloon__tail{display:none}.pension-map .balloon-link span{font-size:14px}.pension-map .balloon-link svg{width:16px;height:16px}.pension-map .ymaps-2-1-79-balloon__layout{overflow:visible!important}.pension-map .ymaps-2-1-79-copyright{display:none}.pension-map #btn-pension{margin-top:auto}.pension-map #btn-pension .btn{background:var(--color)}.pension-map [data-view=map].white{background:#f4f2f1}.main-banner .container{position:relative;border-radius:48px;overflow:hidden}@media screen and (max-width: 1439px){.main-banner .container{border-radius:32px}}@media screen and (max-width: 1023px){.main-banner .container{background-color:#f4f2f1;min-height:356px;display:flex;flex-direction:column}}@media screen and (max-width: 767px){.main-banner .container{padding:unset;border-radius:unset;background-color:unset;margin-left:0;width:100%;min-height:unset}}@media screen and (max-width: 479px){.main-banner .container{display:flex;flex-direction:column}}.main-banner .container>.img-wrapper{position:relative;width:100%;height:100%;aspect-ratio:2.357894737/1}@media screen and (max-width: 1023px){.main-banner .container>.img-wrapper{position:absolute;inset:0 0 56px;width:100%;border-radius:32px;overflow:hidden;height:300px;aspect-ratio:unset}}@media screen and (max-width: 767px){.main-banner .container>.img-wrapper{position:relative;border-radius:unset;left:unset;right:unset;top:unset;bottom:unset;height:204px}}@media screen and (max-width: 479px){.main-banner .container>.img-wrapper{height:136px}}.main-banner .container>.img-wrapper:before{position:absolute;content:"";left:0;top:0;bottom:0;height:100%;width:100%;background-image:url(/build/assets/blur-BN5Cgyij.png);background-size:cover;background-repeat:no-repeat;z-index:1;pointer-events:none}.main-banner .stats,.main-banner .hero-main,.main-banner .btns{z-index:1}.main-banner .hero-main{color:#fff;position:absolute;bottom:152px;left:64px;max-width:984px}@media screen and (max-width: 1919px){.main-banner .hero-main{max-width:651px;left:48px;bottom:136px}}@media screen and (max-width: 1439px){.main-banner .hero-main{left:32px;bottom:104px}}@media screen and (max-width: 1023px){.main-banner .hero-main{bottom:160px}}@media screen and (max-width: 767px){.main-banner .hero-main{position:absolute;top:102px;left:24px;right:24px;max-width:287px;margin:unset}}@media screen and (max-width: 479px){.main-banner .hero-main{position:static;color:#4c433c;margin-left:16px;margin-right:16px;width:100%;order:-1;margin-bottom:16px}}.main-banner .btns{display:flex;gap:8px;position:absolute;left:64px;bottom:64px}@media screen and (max-width: 1919px){.main-banner .btns{left:48px;bottom:48px}}@media screen and (max-width: 1439px){.main-banner .btns{left:32px;bottom:32px}}@media screen and (max-width: 1023px){.main-banner .btns{bottom:88px}}@media screen and (max-width: 767px){.main-banner .btns{bottom:unset;left:unset;position:static;margin-left:16px;margin-right:16px}}@media screen and (max-width: 479px){.main-banner .btns{flex-direction:column}}.main-banner .btns .btn{height:auto}@media screen and (max-width: 767px){.main-banner .btns .btn:first-of-type{background-color:#b4d8d6}}@media screen and (max-width: 479px){.main-banner .btns .btn{height:44px}}@media (max-width: 767px){.main-banner .btns #btn-question .btn{background:#f4f2f1;color:#4c433c}}.main-banner .stats{display:flex;flex-direction:column;gap:8px;width:207px;position:absolute;right:64px;bottom:64px}@media screen and (max-width: 1919px){.main-banner .stats{right:48px;bottom:48px}}@media screen and (max-width: 1439px){.main-banner .stats{width:196px;right:32px;bottom:32px}}@media screen and (max-width: 1023px){.main-banner .stats{bottom:0;left:32px;width:calc(100% - 64px);align-items:center;justify-content:space-between;flex-direction:row}}@media screen and (max-width: 767px){.main-banner .stats{position:static;left:unset;right:unset;width:100%;overflow-x:auto;margin-bottom:16px;background-color:#f4f2f1}.main-banner .stats::-webkit-scrollbar{display:none}.main-banner .stats{-ms-overflow-style:none;scrollbar-width:none;-webkit-overflow-scrolling:touch}}.main-banner .stats .divider{display:none;flex-shrink:0}@media screen and (max-width: 1023px){.main-banner .stats .divider{display:block;height:28px;width:1px;background-color:#d4cfcc}.main-banner .stats .divider:last-of-type{display:none}}.main-banner .stats-item{padding:12px;display:flex;align-items:center;gap:8px;border-radius:16px;position:relative}@media screen and (max-width: 1023px){.main-banner .stats-item{background:unset;color:#4c433c;backdrop-filter:unset}}@media screen and (max-width: 767px){.main-banner .stats-item{white-space:nowrap}}.main-banner .stats-item .img-wrapper{width:32px;height:32px;flex-shrink:0}@media screen and (max-width: 767px){.main-banner .stats-item .img-wrapper{width:24px;height:24px}}.main-banner #btn-question .btn{height:100%}@media screen and (max-width: 479px){.main-banner #btn-question .btn{height:44px}}.main-about{background:linear-gradient(180deg,#b4d8d6,#cde1b0)}.main-about .container{display:grid;grid-template-columns:49% auto;grid-template-rows:auto 1fr auto;gap:32px;border-radius:48px;overflow:hidden;padding:64px}@media screen and (max-width: 1919px){.main-about .container{padding:48px}}@media screen and (max-width: 1439px){.main-about .container{padding:32px;border-radius:32px}}@media screen and (max-width: 767px){.main-about .container{padding:16px;border-radius:16px}}@media screen and (max-width: 1439px){.main-about .container{gap:24px}}@media screen and (max-width: 1023px){.main-about .container{grid-template-columns:60% auto}}@media screen and (max-width: 767px){.main-about .container{grid-template-columns:1fr;gap:16px}}@media screen and (max-width: 1919px){.main-about .h1{font-size:48px;line-height:43px}}@media screen and (max-width: 1439px){.main-about .h1{font-size:33px;line-height:30px}}@media screen and (max-width: 767px){.main-about .h1{font-size:26px;line-height:24px}}.main-about .text{display:flex;flex-direction:column;justify-content:space-between;grid-area:span 2/auto;gap:32px}@media screen and (max-width: 1439px){.main-about .text{grid-area:auto/span 2;gap:24px}}@media screen and (max-width: 767px){.main-about .text{grid-area:unset;gap:16px;margin-top:-8px}}.main-about .text .btn-l{width:fit-content}.main-about .stats-item{display:flex;gap:16px;padding:16px;height:fit-content;width:323px;border-radius:16px;margin-top:auto}@media screen and (max-width: 1919px){.main-about .stats-item{margin-top:unset}}@media screen and (max-width: 1439px){.main-about .stats-item{grid-area:1/2/2/3;margin-left:auto;width:311px;border-radius:12px}}@media screen and (max-width: 1023px){.main-about .stats-item{width:211px;gap:8px}}@media screen and (max-width: 767px){.main-about .stats-item{grid-area:unset;width:100%;order:-1;border-radius:8px}}@media screen and (max-width: 479px){.main-about .stats-item{padding:8px}}@media screen and (max-width: 1439px){.main-about .stats-item .body-m{font-size:12px;line-height:15px;font-weight:400}}@media screen and (max-width: 767px){.main-about .stats-item .body-m{font-size:11px;line-height:14px}}.main-about .stats-item .img-wrapper{width:32px;height:32px;flex-shrink:0}.main-about .cards{grid-area:auto/span 2;display:grid;grid-template-columns:49% 1fr 1fr;gap:32px}@media screen and (max-width: 1439px){.main-about .cards{grid-template-columns:repeat(3,1fr);gap:24px}}@media screen and (max-width: 1023px){.main-about .cards{grid-template-columns:repeat(2,1fr);gap:24px}}@media screen and (max-width: 767px){.main-about .cards{grid-area:unset;grid-template-columns:1fr;gap:8px}}@media screen and (max-width: 1023px){.main-about .cards .card-percent-big{grid-area:auto/span 2;height:150px;min-height:unset;flex-direction:row}}@media screen and (max-width: 767px){.main-about .cards .card-percent-big{grid-area:unset;height:fit-content}}@media screen and (max-width: 479px){.main-about .cards .card-percent-big{flex-direction:column}}@media screen and (max-width: 767px){.main-about .text .body-l{font-size:16px}}.advantages .swiper-slide{border-radius:48px;overflow:hidden}@media screen and (max-width: 1439px){.advantages .swiper-slide{border-radius:32px}}@media screen and (max-width: 767px){.advantages .swiper-slide{border-radius:16px;width:288px}}.advantages .btns{margin-top:32px;display:flex;gap:8px;align-items:center}@media screen and (max-width: 1439px){.advantages .btns{margin-top:24px}}@media screen and (max-width: 767px){.advantages .btns{margin-top:16px}}@media screen and (max-width: 479px){.advantages .btns{gap:0}}.advantages .swiper-controls{margin-left:auto}@media screen and (max-width: 479px){.advantages .swiper-controls{width:100%;justify-content:space-between}}@media screen and (max-width: 479px){.advantages .btn-l{display:none}}.advantages #btn-request .btn{background:#b4d8d6}.advantages #btn-question .btn{background:#f4f2f1;color:#4c433c}@media (hover: hover) and (pointer: fine){.advantages #btn-question .btn:hover{background:#4c433c1a}}@media screen and (max-width: 767px){.advantages #btn-question .btn{display:none}}.advantages .swiper-button-lock{display:none}@media screen and (max-width: 1439px){.rehabilitation .advantages .card-advantage .body-l p{line-height:22px;font-size:18px}}@media screen and (max-width: 479px){.programs{padding-bottom:30px}}.programs.w-grad{background:linear-gradient(180deg,#fff,#b4d8d6)}.programs .h2{max-width:866px;margin-bottom:32px}@media screen and (max-width: 1919px){.programs .h2{max-width:826px}}@media screen and (max-width: 1439px){.programs .h2{max-width:unset;margin-bottom:24px}}@media screen and (max-width: 767px){.programs .h2{margin-bottom:16px}}.programs .btns{display:flex;align-items:center;justify-content:space-between;margin-bottom:32px}@media screen and (max-width: 1439px){.programs .btns{margin-bottom:24px}}@media screen and (max-width: 767px){.programs .btns{margin-bottom:16px}}.programs .tabs{display:flex;align-items:center;gap:8px;flex-wrap:wrap}@media screen and (max-width: 479px){.programs .tabs .btn{width:initial}}.programs .swiper-slide{width:fit-content}@media screen and (max-width: 1023px){.programs .swiper-slide{width:100%}}@media screen and (max-width: 1023px){.programs .swiper-controls{display:none}}@media screen and (max-width: 767px){.steps .container{position:relative;padding-bottom:60px}}.steps .top{margin-bottom:32px;display:flex;align-items:center;justify-content:space-between;gap:32px}@media screen and (max-width: 1439px){.steps .top{margin-bottom:24px}}@media screen and (max-width: 1023px){.steps .top{align-items:end}}@media (max-width: 767px){.steps .top{margin-bottom:16px}}.steps .top .h2{max-width:1030px}@media screen and (max-width: 1439px){.steps .top .h2{max-width:632px}}@media screen and (max-width: 1023px){.steps .top .h2{max-width:499px}}.steps .swiper-controls{display:none}@media screen and (max-width: 1439px){.steps .swiper-controls{display:flex}}@media screen and (max-width: 767px){.steps .swiper-controls{position:absolute;bottom:0;right:0}}@media screen and (max-width: 479px){.steps .swiper-controls{width:100%;justify-content:space-between}}@media screen and (max-width: 767px){.steps .swiper-slide{width:288px}}.gallery .swiper-slide{cursor:pointer;height:400px;border-radius:48px;overflow:hidden;width:auto}@media screen and (max-width: 1439px){.gallery .swiper-slide{height:300px;border-radius:32px}}@media screen and (max-width: 1023px){.gallery .swiper-slide{height:200px}}@media screen and (max-width: 767px){.gallery .swiper-slide{height:128px;border-radius:16px}}.request .container{display:grid;grid-template-columns:880px 1fr 1fr;gap:32px}@media screen and (max-width: 1919px){.request .container{grid-template-columns:600px 1fr 1fr}}@media screen and (max-width: 1439px){.request .container{grid-template-columns:repeat(2,1fr);gap:24px}}@media screen and (max-width: 767px){.request .container{grid-template-columns:1fr;gap:16px}}@media screen and (max-width: 1919px){.request .h1{font-size:48px;line-height:42px}}@media screen and (max-width: 1439px){.request .h1{font-size:33px;line-height:30px}}@media screen and (max-width: 767px){.request .h1{font-size:26px;line-height:24px}}.request .form-wrapper{width:100%;background-color:var(--color, #f4f4f4);border-radius:48px;overflow:hidden;padding:64px}@media screen and (max-width: 1919px){.request .form-wrapper{padding:48px}}@media screen and (max-width: 1439px){.request .form-wrapper{padding:32px;border-radius:32px}}@media screen and (max-width: 767px){.request .form-wrapper{padding:16px;border-radius:16px}}@media screen and (max-width: 1439px){.request .form-wrapper{grid-area:auto/span 2}}@media screen and (max-width: 767px){.request .form-wrapper{grid-area:unset;padding:24px 16px}}.request .form-wrapper .form{display:flex;flex-direction:column;gap:32px}@media screen and (max-width: 1439px){.request .form-wrapper .form{gap:28px}}@media screen and (max-width: 767px){.request .form-wrapper .form{gap:24px}}.request .form-wrapper .fields_group{display:grid;grid-template-columns:444px 1fr;gap:8px}@media screen and (max-width: 1919px){.request .form-wrapper .fields_group{grid-template-columns:1fr;gap:32px}}@media screen and (max-width: 1439px){.request .form-wrapper .fields_group{grid-template-columns:repeat(2,1fr);gap:8px}}@media screen and (max-width: 767px){.request .form-wrapper .fields_group{grid-template-columns:1fr;gap:24px}}.request .form-wrapper .field_container,.request .form-wrapper .input-wrapper{width:100%}.request .form-wrapper .btn{background-color:#fff}@media (hover: hover) and (pointer: fine){.request .form-wrapper .btn:hover{background-color:var(--color, #B4D8D6)}}.request .block{display:flex;flex-direction:column;gap:16px;position:relative;border-radius:48px;overflow:hidden;padding:64px}@media screen and (max-width: 1919px){.request .block{padding:48px}}@media screen and (max-width: 1439px){.request .block{padding:32px;border-radius:32px}}@media screen and (max-width: 767px){.request .block{padding:16px;border-radius:16px}}@media screen and (max-width: 1439px){.request .block{gap:8px}}.request .block .deco{position:absolute;width:512px;height:512px;bottom:0;left:0;pointer-events:none}@media screen and (max-width: 1919px){.request .block .deco{width:467px;height:467px}}@media screen and (max-width: 1439px){.request .block .deco{left:unset;right:-112px;width:380px;height:380px}}@media screen and (max-width: 1023px){.request .block .deco{left:0;right:unset}}@media screen and (max-width: 767px){.request .block .deco{right:-50px;left:unset;width:256px;height:256px}}@media screen and (max-width: 479px){.request .block .deco{right:-16px}}.request .block:last-of-type .deco{bottom:unset;top:0}@media screen and (max-width: 1439px){.request .block:last-of-type .deco{top:50%;transform:translateY(-50%)}}@media screen and (max-width: 479px){.request .block:last-of-type .deco{bottom:0;transform:unset;top:unset}}.request .block .btn{margin-top:auto}@media screen and (max-width: 1439px){.request .block .btn{margin-top:16px}}@media screen and (max-width: 479px){.request .block .btn{margin-top:8px}}@media (hover: hover) and (pointer: fine){.request .block .btn:hover{background-color:var(--color, #B4D8D6)}}.request .block .h2,.request .block p,.request .block .btn{position:relative;z-index:1}@media screen and (max-width: 767px){.request .block p{font-size:16px;line-height:18px;font-weight:300}}.request .hidden-input{display:none}.request .block.tg .deco{right:-55px;bottom:-38px;width:464px;height:384px}.request .block.tg .deco path{fill:#edecea}@media screen and (max-width: 1919px){.request .block.tg .deco{top:unset;left:unset;right:-97px;bottom:58px;width:423px;height:350px}}@media screen and (max-width: 1439px){.request .block.tg .deco{right:-22px;bottom:-12px;width:344px;height:285px}}@media screen and (max-width: 1023px){.request .block.tg .deco{right:-16px;bottom:47px;width:344px;height:285px}}@media screen and (max-width: 767px){.request .block.tg .deco{right:16px;bottom:-8px;width:232px;height:192px}}@media screen and (max-width: 479px){.request .block.tg .deco{right:16px;bottom:0;width:232px;height:192px}}.faq .container{display:grid;grid-template-columns:576px 1fr;gap:32px}@media screen and (max-width: 1919px){.faq .container{grid-template-columns:427px 1fr}}@media screen and (max-width: 1439px){.faq .container{display:flex;flex-direction:column;gap:24px}}@media screen and (max-width: 767px){.faq .container{gap:16px}}.faq .h1{max-width:510px}@media screen and (max-width: 1439px){.faq .h1{font-size:64px;max-width:unset;line-height:55px}}@media screen and (max-width: 767px){.faq .h1{max-width:365px;font-size:34px;line-height:29px}}.faq .text{display:flex;flex-direction:column;gap:32px}@media screen and (max-width: 1439px){.faq .text{gap:24px}}@media screen and (max-width: 767px){.faq .text{gap:8px}}.faq .faq-list{display:flex;flex-direction:column;gap:32px}@media screen and (max-width: 1439px){.faq .faq-list{gap:24px}}@media screen and (max-width: 767px){.faq .faq-list{gap:16px}}.faq .faq-item{background-color:#f4f2f1;cursor:pointer;border-radius:48px;overflow:hidden;padding:64px}@media screen and (max-width: 1919px){.faq .faq-item{padding:48px}}@media screen and (max-width: 1439px){.faq .faq-item{padding:32px;border-radius:32px}}@media screen and (max-width: 767px){.faq .faq-item{padding:16px;border-radius:16px}}.faq .faq-item .question{display:flex;justify-content:space-between;gap:32px;align-items:center}.faq .faq-item .question .h3{flex:1}@media screen and (max-width: 767px){.faq .faq-item .question .h3{font-size:20px;text-wrap:balance}}@media screen and (max-width: 479px){.faq .faq-item .question{gap:16px}}.faq .faq-item .question .btn{width:56px;height:56px}@media screen and (max-width: 1439px){.faq .faq-item .question .btn{width:48px;height:48px}}@media screen and (max-width: 767px){.faq .faq-item .question .btn{width:44px;height:44px}}.faq .faq-item .answer{max-height:0;opacity:0;padding-top:0;cursor:auto;transition:opacity .3s,max-height .3s,padding-top .3s}.faq .faq-item .answer .btns{margin-top:32px;display:flex;gap:8px}@media screen and (max-width: 1439px){.faq .faq-item .answer .btns{margin-top:16px}}@media screen and (max-width: 479px){.faq .faq-item .answer .btns{flex-direction:column}}.faq .faq-item .answer .btns .btn{height:auto}@media screen and (max-width: 479px){.faq .faq-item .answer .btns .btn{height:44px}}.faq .faq-item.active .answer{opacity:1;padding-top:16px}.faq .btns-contacts{margin-top:unset}@media screen and (max-width: 1023px){.faq .btns-contacts{max-width:628px}}@media screen and (max-width: 767px){.faq .btns-contacts{margin-top:8px}}.faq .btns-contacts .btn{width:fit-content}.faq .tab.active{background:#b4d8d6}.faq.main-info{background:linear-gradient(180deg,#cde1b0,#fff)}.faq.main-info .faq-item{background-color:#fff}.faq.main-info .faq-item #btn-request .btn{background:#cde1b0}.img-grid .container{display:grid;grid-template-columns:66.0714286% auto;gap:32px;height:666px}@media screen and (max-width: 1919px){.img-grid .container{grid-template-columns:65.8482143% auto;height:498px}}@media screen and (max-width: 1439px){.img-grid .container{height:356px;gap:24px}}@media screen and (max-width: 1023px){.img-grid .container{grid-template-columns:repeat(2,1fr);height:fit-content}}@media screen and (max-width: 767px){.img-grid .container{gap:16px}}.img-grid .img-wrapper{border-radius:48px;overflow:hidden;cursor:pointer;position:relative}@media screen and (max-width: 1439px){.img-grid .img-wrapper{border-radius:32px}}@media screen and (max-width: 1023px){.img-grid .img-wrapper{height:190px}}@media screen and (max-width: 767px){.img-grid .img-wrapper{height:120px;border-radius:16px}}@media screen and (max-width: 479px){.img-grid .img-wrapper{display:none}}.img-grid .img-wrapper img{transition:transform .3s}@media (hover: hover) and (pointer: fine){.img-grid .img-wrapper:hover img{transform:scale(1.07)}}.img-grid .img-wrapper .btn{position:absolute;bottom:48px;left:48px;z-index:1;width:fit-content;pointer-events:none}@media screen and (max-width: 1439px){.img-grid .img-wrapper .btn{bottom:32px;left:32px}}@media screen and (max-width: 767px){.img-grid .img-wrapper .btn{bottom:16px;left:16px}}.img-grid .img-wrapper:first-of-type{grid-area:span 2/auto}@media screen and (max-width: 1023px){.img-grid .img-wrapper:first-of-type{grid-area:auto/span 2;height:396px}}@media screen and (max-width: 767px){.img-grid .img-wrapper:first-of-type{height:252px;border-radius:unset;margin-left:-16px;width:calc(100% + 32px)}}@media screen and (max-width: 479px){.img-grid .img-wrapper:first-of-type{height:180px;display:block}}.img-grid .img-wrapper{display:none}.img-grid .img-wrapper:nth-child(1),.img-grid .img-wrapper:nth-child(2),.img-grid .img-wrapper:nth-child(3){display:block}@media screen and (max-width: 479px){.img-grid .img-wrapper:nth-child(2),.img-grid .img-wrapper:nth-child(3){display:none}}.pension-info-section .container{display:grid;grid-template-columns:576px 1184px;gap:32px}@media screen and (max-width: 1919px){.pension-info-section .container{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width: 1439px){.pension-info-section .container{gap:24px}}@media screen and (max-width: 1023px){.pension-info-section .container{display:flex;flex-direction:column}}@media screen and (max-width: 767px){.pension-info-section .container{gap:16px}}.pension-info-section .text{background-color:#fff;height:100%;display:flex;flex-direction:column;gap:32px;border-radius:48px;overflow:hidden;padding:64px;justify-content:space-between}@media screen and (max-width: 1439px){.pension-info-section .text{padding:32px;border-radius:32px;gap:24px}}@media screen and (max-width: 767px){.pension-info-section .text{padding:16px;border-radius:16px;gap:16px}}.pension-info-section .text .info-list{display:flex;flex-direction:column;gap:32px}@media screen and (max-width: 1439px){.pension-info-section .text .info-list{gap:24px}}@media screen and (max-width: 1023px){.pension-info-section .text .info-list{flex-direction:row;flex-wrap:wrap}}@media screen and (max-width: 767px){.pension-info-section .text .info-list{gap:16px}}@media screen and (max-width: 479px){.pension-info-section .text .info-list{flex-direction:column}}.pension-info-section .text .info-list svg{width:24px;height:24px}@media screen and (max-width: 767px){.pension-info-section .text .info-list svg{width:16px;height:16px}}.pension-info-section .text .info-list .info-item{gap:12px}@media screen and (max-width: 1439px){.pension-info-section .text .info-list .info-item{gap:10px}}@media screen and (max-width: 1023px){.pension-info-section .text .info-list .info-item{margin-right:8px}}@media screen and (max-width: 767px){.pension-info-section .text .info-list .info-item{gap:4px}}.pension-info-section .text .info-list .row{margin-bottom:-8px}@media screen and (max-width: 1023px){.pension-info-section .text .info-list .row{margin-bottom:unset}}@media screen and (max-width: 767px){.pension-info-section .text .info-list .row{gap:10px}}@media screen and (max-width: 479px){.pension-info-section .text .info-list .row{margin-bottom:-8px}}.pension-info-section .text .info-list .row .btn{border-radius:16px;padding:10px}@media screen and (max-width: 767px){.pension-info-section .text .info-list .row .btn{border-radius:8px;padding:8px}}.pension-info-section .text .btn-l{margin-top:auto;width:100%}.pension-info-section .text .btn-l-text{font-size:18px;line-height:100%}@media screen and (max-width: 767px){.pension-info-section .text .btn-l-text{font-size:14px}}.pension-info-section .text .btn{background-color:var(--color, #B4D8D6)}.pension-info-section .map{width:100%;height:100%;min-height:666px;border-radius:48px;overflow:hidden}@media screen and (max-width: 1919px){.pension-info-section .map{min-height:576px}}@media screen and (max-width: 1439px){.pension-info-section .map{min-height:463px;border-radius:32px}}@media screen and (max-width: 1023px){.pension-info-section .map{height:396px;min-height:unset}}@media screen and (max-width: 767px){.pension-info-section .map{height:252px;border-radius:16px}}@media screen and (max-width: 479px){.pension-info-section .map{height:288px}}@media screen and (max-width: 479px){.pension-info-section .desk{display:none}}.pension-info-section .mob{display:none}@media screen and (max-width: 479px){.pension-info-section .mob{display:flex}}.pension-info-section .ymaps-2-1-79-balloon{max-width:311px;box-sizing:border-box;border-radius:8px;background:#fff;box-shadow:0 10px 15px -3px #4c433c1a,0 4px 6px -4px #4c433c1a;overflow:hidden;padding:16px;transform:translate(-100px)}@media (max-width: 767px){.pension-info-section .ymaps-2-1-79-balloon{padding:16px;border-radius:8px}}@media (max-width: 666px){.pension-info-section .ymaps-2-1-79-balloon{padding:16px;border-radius:8px;transform:translate(155px) translateY(-30px)}}@media (max-width: 600px){.pension-info-section .ymaps-2-1-79-balloon{transform:translate(70px) translateY(-30px)}}@media (max-width: 479px){.pension-info-section .ymaps-2-1-79-balloon{margin:0 auto 10px;max-width:288px;transform:none}}.pension-info-section .ymaps-2-1-79-balloon *{font-family:Geologica,sans-serif;color:#4c433c}.pension-info-section .ymaps-2-1-79-balloon__content{margin-right:0!important;padding:0!important}.pension-info-section .balloon-inner{display:flex;flex-direction:column;gap:8px;width:100%;max-width:261px}.pension-info-section .balloon-link{display:flex;align-items:center;gap:4px}.pension-info-section .ymaps-2-1-79-balloon__close{float:right;margin-bottom:-40px;position:absolute;z-index:2;top:-8px;right:-8px;width:16px;height:16px}@media (max-width: 666px){.pension-info-section .ymaps-2-1-79-balloon__close{top:8px;right:8px}}@media screen and (max-width: 479px){.pension-info-section .ymaps-2-1-79-balloon__close{top:8px;right:8px}}.pension-info-section .ymaps-2-1-79-balloon__close-button{width:16px;height:16px;opacity:1!important;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M12 4L4 12' stroke='%23B2ACA8' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M4 4L12 12' stroke='%23B2ACA8' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat}.pension-info-section .balloon-address{font-size:14px;line-height:20px}@media (max-width: 767px){.pension-info-section .balloon-address{font-size:11px;line-height:14px}}.pension-info-section .ymaps-2-1-79-balloon__tail{display:none}.pension-info-section .balloon-link span{font-size:14px}.pension-info-section .balloon-link svg{width:16px;height:16px}.pension-info-section .ymaps-2-1-79-balloon__layout{overflow:visible!important}.pension-info-section .ymaps-2-1-79-copyright{display:none}.staff .h2{margin-bottom:32px}@media screen and (max-width: 1439px){.staff .h2{margin-bottom:24px}}@media screen and (max-width: 767px){.staff .h2{margin-bottom:16px}}.staff-list{display:flex;flex-direction:column;gap:32px}@media screen and (max-width: 1439px){.staff-list{gap:24px}}@media screen and (max-width: 767px){.staff-list{gap:16px}}@media screen and (max-width: 1439px){.requirements .h2{font-size:33px;line-height:30px;letter-spacing:-1.5px}}@media screen and (max-width: 767px){.requirements .h2{font-size:26px;line-height:24px}}.requirements .requirement-item{background-color:#f4f2f1;display:grid;grid-template-columns:331px auto;gap:32px;border-radius:48px;overflow:hidden;padding:64px}@media screen and (max-width: 1919px){.requirements .requirement-item{padding:48px}}@media screen and (max-width: 1439px){.requirements .requirement-item{padding:32px;border-radius:32px}}@media screen and (max-width: 767px){.requirements .requirement-item{padding:16px;border-radius:16px}}@media screen and (max-width: 1919px){.requirements .requirement-item{grid-template-columns:242px auto}}@media screen and (max-width: 1439px){.requirements .requirement-item{grid-template-columns:283px auto;gap:24px}}@media screen and (max-width: 1023px){.requirements .requirement-item{grid-template-columns:197px auto}}@media screen and (max-width: 767px){.requirements .requirement-item{grid-template-columns:1fr;gap:16px}}@media screen and (max-width: 479px){.requirements .requirement-item{gap:8px}}@media screen and (max-width: 1023px){.requirements .requirement-item .h3{font-size:23px;line-height:24px}}@media screen and (max-width: 767px){.requirements .requirement-item .h3{font-size:20px;line-height:20px}}.requirements .requirement-item .h3{hyphens:auto}@media screen and (max-width: 479px){.requirements .btns-contacts #btn-request,.requirements .btns-contacts #btn-request .btn,.requirements .btns-contacts #btn-question,.requirements .btns-contacts #btn-question .btn{width:100%}}.features-top{margin-bottom:32px;display:grid;grid-template-columns:repeat(2,1fr);gap:32px}@media screen and (max-width: 1439px){.features-top{margin-bottom:24px;gap:24px;grid-template-columns:1fr}}@media screen and (max-width: 767px){.features-top{gap:16px;margin-bottom:16px}}.residence-types .residence-item{grid-template-columns:331px 1fr;padding-top:32px;margin-top:32px;border-top:2px solid #D4CFCC;gap:32px;display:none}.residence-types .residence-item.active{display:grid}.residence-types .residence-item:first-of-type{padding-top:0;border-top:none}@media screen and (max-width: 1919px){.residence-types .residence-item{grid-template-columns:242px 1fr}}@media screen and (max-width: 1439px){.residence-types .residence-item{grid-template-columns:283px 1fr;padding-bottom:24px;margin-top:24px}}@media screen and (max-width: 1023px){.residence-types .residence-item{grid-template-columns:197px 1fr;gap:24px}}@media screen and (max-width: 767px){.residence-types .residence-item{display:flex;flex-direction:column;gap:16px;position:relative;padding-bottom:16px;margin-top:16px}}@media screen and (max-width: 479px){.residence-types .residence-item{gap:8px}}.residence-types .residence-item p{grid-area:span 2/auto}.residence-types .residence-item .title-box{display:flex;flex-direction:column;justify-content:space-between}.residence-types .residence-item .btn{margin-top:auto;padding:12px;gap:8px;height:40px}@media screen and (max-width: 767px){.residence-types .residence-item .btn{padding:8px;height:32px}}@media screen and (max-width: 479px){.residence-types .residence-item .btn{margin-top:8px}}.residence-types .residence-item .btn span{font-size:16px}.residence-types .residence-item .btn svg{width:16px;height:16px}@media screen and (max-width: 767px){.residence-types .residence-item #btn-request{position:absolute;bottom:16px;left:16px}}.residence-types .residence-item .h3{margin-bottom:32px}@media screen and (max-width: 767px){.residence-types .residence-item .h3{margin-bottom:0}}.residence-types .residence-item .textbox{display:flex;flex-direction:column;gap:15px}.residence-types .list-wrapper{padding:64px;border-radius:48px;background:#f4f2f1}@media screen and (max-width: 1439px){.residence-types .list-wrapper{padding:32px;border-radius:32px}}@media screen and (max-width: 767px){.residence-types .list-wrapper{padding:16px;border-radius:16px}}.residence-types .faq-list{gap:32px;display:none}.residence-types .faq-list.show{display:block}.residence-types .tabs{display:flex;gap:8px;flex-wrap:wrap}@media screen and (max-width: 479px){.residence-types .tabs .btn{width:initial}}.residence-types .tabs .no-pointer{cursor:default!important}.requisites .content .h2{margin-bottom:32px}@media screen and (max-width: 1439px){.requisites .content .h2{margin-bottom:24px}}@media screen and (max-width: 767px){.requisites .content .h2{margin-bottom:16px}}.requisites .content .requisites-list{margin-left:unset;display:flex;flex-direction:column;gap:32px;margin-bottom:32px}@media screen and (max-width: 1439px){.requisites .content .requisites-list{margin-bottom:24px;gap:24px}}@media screen and (max-width: 767px){.requisites .content .requisites-list{margin-bottom:16px;gap:16px}}.requisites .content .requisites-list li{list-style:none;display:grid;gap:32px;grid-template-columns:260px auto}@media screen and (max-width: 1023px){.requisites .content .requisites-list li{grid-template-columns:repeat(2,1fr);gap:24px}}@media screen and (max-width: 767px){.requisites .content .requisites-list li{grid-template-columns:1fr;gap:4px}}@media screen and (max-width: 767px){.requisites .content .requisites-list li .o-6{font-size:11px;line-height:14px}}.steps-section .h2{margin-bottom:32px}@media screen and (max-width: 1439px){.steps-section .h2{margin-bottom:24px}}@media screen and (max-width: 767px){.steps-section .h2{margin-bottom:16px}}.steps-section .steps-list{display:flex;flex-direction:column;gap:32px}@media screen and (max-width: 1439px){.steps-section .steps-list{gap:24px}}@media screen and (max-width: 767px){.steps-section .steps-list{gap:16px}}.steps-section .step-item{background-color:#fff;display:grid;grid-template-columns:repeat(2,1fr);gap:32px;border-radius:48px;overflow:hidden;padding:64px}@media screen and (max-width: 1919px){.steps-section .step-item{padding:48px}}@media screen and (max-width: 1439px){.steps-section .step-item{padding:32px;border-radius:32px}}@media screen and (max-width: 767px){.steps-section .step-item{padding:16px;border-radius:16px}}@media screen and (max-width: 1439px){.steps-section .step-item{grid-template-columns:283px auto;gap:24px}}@media screen and (max-width: 1023px){.steps-section .step-item{grid-template-columns:197px auto}}@media screen and (max-width: 767px){.steps-section .step-item{grid-template-columns:1fr;gap:16px}}@media screen and (max-width: 479px){.steps-section .step-item{gap:8px}}.steps-section .step-item .title{display:flex;height:100%;flex-direction:column;justify-content:space-between}@media screen and (max-width: 767px){.steps-section .step-item .title{gap:16px}}@media screen and (max-width: 479px){.steps-section .step-item .title{gap:8px}}.steps-section .step-item .text{display:flex;flex-direction:column;gap:32px}@media screen and (max-width: 1439px){.steps-section .step-item .text{gap:24px}}@media screen and (max-width: 1023px){.steps-section .step-item .text{gap:8px}}@media screen and (max-width: 767px){.steps-section .step-item .text{gap:16px}}@media screen and (max-width: 479px){.steps-section .step-item .text{gap:8px}}@media screen and (max-width: 1023px){.steps-section .step-item .text .text-box{display:-webkit-box;-webkit-line-clamp:5;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}}.steps-section .step-item .text .link-show-more{display:none}@media screen and (max-width: 1023px){.steps-section .step-item .text .link-show-more{display:block}}@media screen and (max-width: 1023px){.steps-section .step-item .text .btn{margin-top:16px}}@media screen and (max-width: 767px){.steps-section .step-item .text .btn{margin-top:8px}}.steps-section .step-item #btn-request{display:none}.steps-section .step-item #btn-request .btn{background:#b4d8d6}.steps-section .step-item:last-of-type #btn-request{display:block}.video-section iframe{width:100%;height:auto;border-radius:48px;overflow:hidden;aspect-ratio:16/9;max-height:100vh}@media screen and (max-width: 1439px){.video-section iframe{border-radius:32px}}@media screen and (max-width: 767px){.video-section iframe{border-radius:unset;margin-left:-16px;width:calc(100% + 32px)}}.about-top .row{margin:96px 0;display:flex;gap:32px}@media (max-width: 1439px){.about-top .row{margin:64px 0}}@media (max-width: 767px){.about-top .row{margin:48px 0}}.about-top .row-contact{max-width:880px;width:50%;flex-grow:1}@media (max-width: 1439px){.about-top .row-contact{width:initial;max-width:initial}}.about-top .row-contact h1{margin-bottom:32px}@media (max-width: 1439px){.about-top .row-contact h1{margin-bottom:24px}}@media (max-width: 767px){.about-top .row-contact h1{margin-bottom:16px}}.about-top .row-contact .controls{display:flex;flex-wrap:wrap;gap:8px}@media (max-width: 479px){.about-top .row-contact .controls{flex-direction:column}}.about-top .row-contact .controls .btn-colored{background-color:var(--color, #F4F2F1)}.about-top .row-contact .btn-question{background:#f4f2f1;padding-top:18px;padding-bottom:18px}@media (max-width: 1439px){.about-top .row-contact .btn-question{padding-top:15px;padding-bottom:15px}}.about-top .textbox{width:50%;max-width:880px;flex-grow:1;display:flex;flex-direction:column;gap:20px}.about-top .textbox-mobile{display:none}@media (max-width: 1439px){.about-top .textbox-mobile{display:flex;width:initial;max-width:initial;margin-bottom:24px}}@media (max-width: 767px){.about-top .textbox-mobile{max-height:100px;transition:.25s;margin-bottom:8px;display:-webkit-box;-webkit-line-clamp:5;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.about-top .textbox-mobile.show{-webkit-line-clamp:unset}}.about-top .btn-more{display:none;gap:4px;align-items:center;margin-bottom:24px}@media (max-width: 767px){.about-top .btn-more{display:flex;margin-bottom:24px}}.about-top .btn-more span{text-decoration:underline;font-size:14px}.about-top .btn-more svg{width:16px;height:16px}.about-top .btn-more.show svg{transform:rotate(180deg)}.about-top .textbox-desk{display:flex}@media (max-width: 1439px){.about-top .textbox-desk{display:none}}@media (max-width: 767px){.about-top .banner .container{width:100%}}.about-top .banner img{display:block;width:100%;aspect-ratio:2.36619718/1}.about-top .banner .media-wrapper{border-radius:48px;overflow:hidden}@media (max-width: 1439px){.about-top .banner .media-wrapper{border-radius:32px}}@media (max-width: 767px){.about-top .banner .media-wrapper{border-radius:0}}.about-top #btn-request .btn{background-color:var(--color, #B4D8D6)}.about-top #btn-question .btn{background:#f4f2f1;color:#4c433c}@media (hover: hover) and (pointer: fine){.about-top #btn-question .btn:hover{background:#4c433c1a}}.about-content img{display:block;width:100%;aspect-ratio:1.77777778/1;position:relative;z-index:3;cursor:pointer}.about-content .container{display:flex;gap:32px;position:relative;align-items:start}@media (max-width: 1439px){.about-content .container{flex-direction:column;gap:64px}}@media (max-width: 767px){.about-content .container{gap:48px}}.about-content .content{max-width:1184px;width:66.071428%;border-radius:48px;padding:64px;background:#f4f2f1}@media (max-width: 1919px){.about-content .content{padding:48px}}@media (max-width: 1439px){.about-content .content{padding:32px;border-radius:32px;width:100%}}@media (max-width: 767px){.about-content .content{padding:24px 16px 16px;border-radius:16px}}@media (max-width: 479px){.about-content .content{padding:48px 16px;border-radius:0;margin-left:-16px;width:calc(100% + 32px)}}.about-content .content h2{margin-bottom:32px}@media (max-width: 1439px){.about-content .content h2{margin-bottom:24px}}@media (max-width: 767px){.about-content .content h2{margin-bottom:16px}}.about-content .content h2 span{font-size:48px!important;font-weight:500;line-height:43px;letter-spacing:-1px}@media screen and (max-width: 1439px){.about-content .content h2 span{font-size:33px!important;line-height:1}}@media screen and (max-width: 767px){.about-content .content h2 span{font-size:26px!important}}.about-content .content h3{margin-bottom:32px}@media (max-width: 1439px){.about-content .content h3{margin-bottom:24px}}@media (max-width: 767px){.about-content .content h3{margin-bottom:16px}}.about-content .content h3 span{font-size:32px!important;font-weight:500;line-height:32px;letter-spacing:-1px}@media screen and (max-width: 1439px){.about-content .content h3 span{font-size:28px!important;line-height:28px}}@media screen and (max-width: 767px){.about-content .content h3 span{font-size:23px!important;line-height:23px}}.about-content .content h4,.about-content .content p{margin:16px 0}.about-content .content ul{list-style:disc;margin-left:30px}.about-content .content ol{list-style:decimal;margin-left:20px}.about-content .contacts-aside{max-width:576px;flex-grow:1;border-radius:48px;padding:64px;background:#f4f2f1;position:sticky;top:64px;width:30.9285714%}@media (max-width: 1919px){.about-content .contacts-aside{padding:48px}}@media (max-width: 1439px){.about-content .contacts-aside{padding:32px;border-radius:32px;width:100%;max-width:initial}}@media (max-width: 767px){.about-content .contacts-aside{padding:16px;border-radius:16px}}.about-content .contacts-aside p{margin-bottom:32px}@media (max-width: 1439px){.about-content .contacts-aside p{margin-bottom:24px}}@media (max-width: 767px){.about-content .contacts-aside p{margin-bottom:16px}}.about-content .contacts-aside .links{display:flex;gap:8px;flex-wrap:wrap}.about-content .contacts-aside a{padding:18px 32px}@media (max-width: 1439px){.about-content .contacts-aside a{padding:15px 24px}}.about-content .about-content-slider{overflow:hidden;border-radius:24px}@media (max-width: 1439px){.about-content .about-content-slider{border-radius:16px}}@media (max-width: 767px){.about-content .about-content-slider{border-radius:8px}}.about-content .about-content-slider .swiper-slide{border-radius:24px;overflow:hidden}@media (max-width: 1439px){.about-content .about-content-slider .swiper-slide{border-radius:16px}}@media (max-width: 767px){.about-content .about-content-slider .swiper-slide{border-radius:8px}}.about-content .slider-wrapper{margin:32px 0}@media (max-width: 1439px){.about-content .slider-wrapper{margin:24px 0 0}}@media (max-width: 767px){.about-content .slider-wrapper{margin:16px 0 0}}.about-content .slider-prev,.about-content .slider-next{width:40px;min-width:40px;height:40px;border-radius:28px;display:flex;align-items:center;justify-content:center;transition:.15s ease}@media (max-width: 1439px){.about-content .slider-prev,.about-content .slider-next{min-width:36px;width:36px;height:36px;border-radius:16px}}@media (max-width: 767px){.about-content .slider-prev,.about-content .slider-next{min-width:32px;width:36px;height:32px;border-radius:8px}}.about-content .slider-prev svg,.about-content .slider-next svg{width:16px;height:16px}.about-content .slider-prev svg{transform:rotate(180deg)}.about-content .swiper-button-disabled{opacity:.5;pointer-events:none}.about-content .slider-controls{margin-top:16px;display:flex;justify-content:space-between;align-items:center}.about-content .slider-pagination{text-align:center}.about-content .about-gallery img{border-radius:24px}@media (max-width: 1439px){.about-content .about-gallery img{border-radius:16px}}@media (max-width: 767px){.about-content .about-gallery img{border-radius:8px}}.pension-map-top{font-size:20px;line-height:28px}@media screen and (max-width: 1439px){.pension-map-top{font-size:18px;line-height:26px}}@media screen and (max-width: 1023px){.pension-map-top{font-size:16px;line-height:24px}}@media screen and (max-width: 479px){.pension-map-top{font-size:14px;line-height:20px}}@media screen and (min-width: 1023px) and (max-width: 1439px){.pension-placement .card-advantage{min-height:450px}.pension-placement .card-advantage p{font-size:16px;line-height:20px}}.personal-page .advantages #btn-request{display:none}.personal-page .advantages .card-advantage{cursor:default}.personal h2{margin-bottom:32px}@media (max-width: 1439px){.personal h2{margin-bottom:24px}}@media (max-width: 767px){.personal h2{margin-bottom:16px}}.personal .items{display:flex;flex-direction:column;gap:32px}@media (max-width: 1439px){.personal .items{gap:24px}}.personal-benefits .inner{padding:64px;border-radius:48px;overflow:hidden}@media (max-width: 1919px){.personal-benefits .inner{padding:48px}}@media (max-width: 1439px){.personal-benefits .inner{padding:32px;border-radius:32px}}@media (max-width: 767px){.personal-benefits .inner{padding:24px 16px 16px;border-radius:16px}}.personal-benefits .top{display:grid;grid-template-columns:1fr 1fr;gap:32px;margin-bottom:32px}@media (max-width: 1439px){.personal-benefits .top{display:flex;flex-direction:column;gap:24px;margin-bottom:24px}}@media (max-width: 767px){.personal-benefits .top{gap:8px;margin-bottom:16px}}.personal-benefits .items{display:grid;grid-template-columns:1fr 1fr 1fr;gap:32px}@media (max-width: 1439px){.personal-benefits .items{display:flex;flex-direction:column;gap:24px}}@media (max-width: 767px){.personal-benefits .items{display:none}}.personal-benefits .benefit{padding:48px;border-radius:24px;background:#f4f2f1;position:relative;overflow:hidden}.personal-benefits .benefit:after{z-index:1}@media (max-width: 1919px){.personal-benefits .benefit{padding:32px}}@media (max-width: 1439px){.personal-benefits .benefit{border-radius:16px}}@media (max-width: 767px){.personal-benefits .benefit{max-width:288px;padding:16px;height:auto}}.personal-benefits .benefit *{position:relative;z-index:2}.personal-benefits .benefit h3{margin-bottom:16px}@media (max-width: 767px){.personal-benefits .benefit h3{margin-bottom:8px}}.personal-benefits .mobile-slider{display:none}@media (max-width: 767px){.personal-benefits .mobile-slider{display:block}}.personal-benefits .mobile-slider-nav{display:flex;gap:8px;justify-content:end;margin-top:16px}@media (max-width: 479px){.personal-benefits .mobile-slider-nav{justify-content:space-between}}.personal-benefits .mobile-slider-nav button{width:44px;height:44px;border-radius:8px;background:#f4f2f1}.personal-benefits .mobile-slider-prev svg{transform:rotate(180deg)}.personal-benefits .swiper-button-disabled svg{opacity:.5}.pension-placement h1{letter-spacing:-1.5px}@media screen and (max-width: 1439px){.pension-placement h1{letter-spacing:-1px}}.pension-placement #btn-request .btn{background:#b4d8d6}.pension-placement #btn-question .btn{background:#f4f2f1;color:#4c433c}@media (hover: hover) and (pointer: fine){.pension-placement #btn-question .btn:hover{background:#4c433c1a}}.how-start h2{margin-bottom:48px}@media (max-width: 1919px){.how-start h2{margin-bottom:32px}}@media (max-width: 1439px){.how-start h2{margin-bottom:24px}}@media (max-width: 767px){.how-start h2{margin-bottom:16px}}.how-start .items{display:flex;flex-direction:column;gap:32px}@media (max-width: 1439px){.how-start .items{gap:24px}}@media (max-width: 767px){.how-start .items{gap:16px}}.how-start .row{padding:64px;border-radius:48px;background:#fff;display:flex;gap:32px}@media (max-width: 1919px){.how-start .row{padding:48px}}@media (max-width: 1439px){.how-start .row{padding:32px;border-radius:32px;gap:24px}}@media (max-width: 767px){.how-start .row{padding:16px;border-radius:16px;flex-direction:column;gap:16px}}@media (max-width: 479px){.how-start .row{gap:8px}}.how-start .row #btn-request{display:none}.how-start .row:last-of-type #btn-request{display:block}.how-start .row:last-of-type #btn-request .btn{background:#b4d8d6}.how-start .left,.how-start .textbox{width:50%}.how-start .left{display:flex;flex-direction:column;justify-content:space-between}@media (max-width: 1439px){.how-start .left{width:283px;min-width:283px}}@media (max-width: 1023px){.how-start .left{width:197px;min-width:197px}}@media (max-width: 767px){.how-start .left{width:100%}}.how-start .textbox{display:flex;flex-direction:column}@media (max-width: 1439px){.how-start .textbox{width:100%}}@media screen and (max-width: 1023px){.how-start .textbox{gap:0}}.how-start .left span{opacity:.6}.how-start h3{margin-bottom:16px}@media (max-width: 479px){.how-start h3{margin-bottom:8px}}.how-start .link-show-more{display:flex;margin:8px 0 32px}@media screen and (max-width: 1023px){.how-start .link-show-more{display:flex;margin:8px 0 24px}}@media screen and (max-width: 767px){.how-start .link-show-more{margin:16px 0 24px}}@media screen and (max-width: 479px){.how-start .link-show-more{margin:8px 0 24px}}.how-start .text-parent{display:-webkit-box;-webkit-line-clamp:5;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.gradient-parent{background:linear-gradient(180deg,#fff,#b4d8d680 33%,#b4d8d6 55%,#fff)}.volonter-page .advantages #btn-request{display:none}.volonter-page .card-advantage{cursor:default}.program-page .card-program{background:#f4f2f1}.program-page .programs{background:transparent}.program-page .programs .h2{display:none}.program-page .swiper-btn,.program-page .tabs .btn.white{background:#f4f2f1}.program-page .current-program .close-icon path{stroke:#f55837!important}@media (hover: hover) and (pointer: fine){.program-page .tabs .btn.white:hover{background:#b4d8d6}}.comparison h2{max-width:1025px;margin-bottom:32px}@media (max-width: 1439px){.comparison h2{margin-bottom:24px}}@media (max-width: 1023px){.comparison h2{margin:0 32px 24px}}@media (max-width: 767px){.comparison h2{margin:0 16px 16px}}.comparison .tabs{display:flex;gap:8px;margin-bottom:32px;flex-wrap:wrap}@media (max-width: 1439px){.comparison .tabs{margin-bottom:24px}}@media (max-width: 1023px){.comparison .tabs{margin:0 32px 24px}}@media (max-width: 767px){.comparison .tabs{margin:0 16px 16px}}.comparison .tab.current{background:#b4d8d6}.comparison table,.comparison thead,.comparison tr,.comparison tbody{display:block}.comparison .btn-show-more{margin-top:32px}@media (max-width: 1439px){.comparison .btn-show-more{margin-top:24px}}@media (max-width: 1023px){.comparison .btn-show-more{margin:24px 32px 0}}@media (max-width: 767px){.comparison .btn-show-more{margin:16px 16px 0}}@media (max-width: 479px){.comparison .btn-show-more{width:calc(100% - 32px)}}.comparison .btn-show-more.show svg{transform:rotate(180deg)}.comparison .table-wrapper{overflow:auto;transition:.6s ease;opacity:0;visibility:hidden;height:0;position:relative}.comparison .table-wrapper:after{content:"";position:absolute;height:128px;top:220px;left:0;right:0;background:linear-gradient(180deg,rgba(255,255,255,0) 0%,var(--Dark-25, #FFF) 100%)}.comparison .table-wrapper.show:after{display:none}.comparison .table-wrapper.active{opacity:1;visibility:visible;height:initial}@media (max-width: 1023px){.comparison .container{width:100%}}.comparison .textbox{padding:32px;border-radius:24px;background:#f4f2f1;margin-top:32px;display:flex;flex-direction:column;gap:16px}@media (max-width: 1439px){.comparison .textbox{margin-top:24px;border-radius:16px}}@media (max-width: 1023px){.comparison .textbox{margin:24px 32px 0;padding:24px}}@media (max-width: 767px){.comparison .textbox{border-radius:12px;margin:16px 16px 0;padding:16px}}.comparison .prices-table-wrapper:after{display:none}.comparison .btn{font-size:20px}@media screen and (max-width: 1439px){.comparison .btn{font-size:18px}}@media screen and (max-width: 767px){.comparison .btn{font-size:16px}}@media screen and (max-width: 479px){.comparison .btn{width:initial}}.program-table{position:relative;transition:.3s;height:347px;overflow:hidden}@media (max-width: 1023px){.program-table{overflow-x:auto;padding:0 32px}}@media (max-width: 767px){.program-table{padding:0 16px}}.program-table.show:after{display:none}.program-table h4{margin-bottom:8px;display:block}.program-table .th-title{margin-bottom:8px}.program-table .th-text{display:block}@media (max-width: 1439px){.program-table .th-text{font-size:12px}}@media (max-width: 767px){.program-table .th-text{white-space:nowrap}}.program-table tr{display:flex;gap:16px;margin-top:4px}@media (max-width: 1023px){.program-table tr{gap:8px}}.program-table tr:last-child td{border-radius:4px 4px 28px 28px}@media (max-width: 1439px){.program-table tr:last-child td{border-radius:4px 4px 16px 16px}}@media (max-width: 767px){.program-table tr:last-child td{border-radius:4px 4px 8px 8px}}.program-table th{border-radius:28px 28px 4px 4px;padding:24px;background:#f4f2f1;min-height:101px;display:flex;flex-direction:column;justify-content:space-between}@media (max-width: 1439px){.program-table th{min-height:103px;padding:16px;border-radius:16px 16px 4px 4px}}@media (max-width: 1023px){.program-table th{min-height:79px}}@media (max-width: 767px){.program-table th{border-radius:8px 8px 4px 4px}}.program-table td{border-radius:4px;padding:24px;background:#f4f2f1;min-height:72px}@media (max-width: 1439px){.program-table td{min-height:56px;padding:16px}}.program-table td:nth-child(2),.program-table td:nth-child(3),.program-table td:nth-child(4),.program-table td:nth-child(5),.program-table td:nth-child(6){display:flex;justify-content:center;align-items:center}.program-table th:nth-child(1),.program-table td:nth-child(1){width:53.4598214%;text-align:left}@media (max-width: 1023px){.program-table th:nth-child(1),.program-table td:nth-child(1){width:352px;min-width:352px}}@media (max-width: 767px){.program-table th:nth-child(1),.program-table td:nth-child(1){width:300px;min-width:300px}}@media (max-width: 479px){.program-table th:nth-child(1),.program-table td:nth-child(1){width:220px;min-width:220px}}.program-table th:nth-child(2),.program-table th:nth-child(3),.program-table th:nth-child(4),.program-table th:nth-child(5),.program-table th:nth-child(6),.program-table td:nth-child(2),.program-table td:nth-child(3),.program-table td:nth-child(4),.program-table td:nth-child(5){max-width:262px;width:100%}@media (max-width: 1919px){.program-table th:nth-child(2),.program-table th:nth-child(3),.program-table th:nth-child(4),.program-table th:nth-child(5),.program-table th:nth-child(6),.program-table td:nth-child(2),.program-table td:nth-child(3),.program-table td:nth-child(4),.program-table td:nth-child(5){max-width:200px}}@media (max-width: 1439px){.program-table th:nth-child(2),.program-table th:nth-child(3),.program-table th:nth-child(4),.program-table th:nth-child(5),.program-table th:nth-child(6),.program-table td:nth-child(2),.program-table td:nth-child(3),.program-table td:nth-child(4),.program-table td:nth-child(5){max-width:160px}}@media (max-width: 1023px){.program-table th:nth-child(2),.program-table th:nth-child(3),.program-table th:nth-child(4),.program-table th:nth-child(5),.program-table th:nth-child(6),.program-table td:nth-child(2),.program-table td:nth-child(3),.program-table td:nth-child(4),.program-table td:nth-child(5){width:237px;min-width:237px;max-width:initial}}@media (max-width: 767px){.program-table th:nth-child(2),.program-table th:nth-child(3),.program-table th:nth-child(4),.program-table th:nth-child(5),.program-table th:nth-child(6),.program-table td:nth-child(2),.program-table td:nth-child(3),.program-table td:nth-child(4),.program-table td:nth-child(5){max-width:165px;width:100%;min-width:165px}}.program-table .current-program{background:#b4d8d64d}.program-table .current-program svg path{stroke:#4b918d}.program-table .red{color:#f55837}.program-table td.space{background:transparent!important;width:8px!important;max-width:8px!important;min-width:8px!important;padding:0!important}.prices-table{height:initial}.prices-table:after{display:none}.prices-table th,.prices-table td{max-width:345px!important;width:100%!important;min-height:72px;text-align:center}@media (max-width: 1439px){.prices-table th,.prices-table td{min-height:52px}}@media (max-width: 1023px){.prices-table th,.prices-table td{max-width:250px!important;min-width:250px!important}}@media (max-width: 767px){.prices-table th,.prices-table td{max-width:190px!important;min-width:190px!important}}.prices-table .th-title{margin-bottom:0}.services-table th:nth-child(1),.services-table td:nth-child(1){width:62.8348214%}@media (max-width: 1439px){.services-table th:nth-child(1),.services-table td:nth-child(1){width:50%}}@media (max-width: 767px){.services-table th:nth-child(1),.services-table td:nth-child(1){width:300px;min-width:300px}}.services-table th:nth-child(2),.services-table td:nth-child(2){width:100%;max-width:650px;text-align:left;align-items:start;justify-content:start}@media (max-width: 1439px){.services-table th:nth-child(2),.services-table td:nth-child(2){width:50%;max-width:initial}}@media (max-width: 767px){.services-table th:nth-child(2),.services-table td:nth-child(2){width:300px;min-width:300px}}@media (max-width: 479px){.services-table th:nth-child(2),.services-table td:nth-child(2){width:220px;min-width:220px}}.services-table th{max-height:72px;min-height:72px}@media (max-width: 1439px){.services-table th{max-height:56px;min-height:56px}}.services-table th:nth-child(1),.services-table td:nth-child(1){min-width:initial}@media (max-width: 767px){.services-table th:nth-child(1),.services-table td:nth-child(1){min-width:300px}}@media (max-width: 479px){.services-table th:nth-child(1),.services-table td:nth-child(1){min-width:220px}}@media (max-width: 479px){.not-found .container{width:100%}}.not-found .inner{padding:64px;border-radius:48px;background:#b4d8d6;position:relative;height:739px;display:flex;flex-direction:column;overflow:hidden}@media (max-width: 1919px){.not-found .inner{height:690px;padding:48px}}@media (max-width: 1439px){.not-found .inner{height:570px;padding:32px;border-radius:32px}}@media (max-width: 1023px){.not-found .inner{height:814px}}@media (max-width: 767px){.not-found .inner{height:600px;padding:16px;border-radius:16px}}@media (max-width: 479px){.not-found .inner{border-radius:0;height:480px}}.not-found .inner svg{position:absolute;width:1146px;height:1015px;z-index:0;top:64px;right:-147px}@media (max-width: 1919px){.not-found .inner svg{width:986px;height:873px;top:37px;right:-274px}}@media (max-width: 1439px){.not-found .inner svg{width:739px;height:654px;top:55px;right:-194px}}@media (max-width: 1023px){.not-found .inner svg{width:919px;height:813px;top:52px;right:-287px}}@media (max-width: 767px){.not-found .inner svg{width:654px;height:579px;top:65px;right:-256px}}@media (max-width: 479px){.not-found .inner svg{width:508px;height:450px;top:16px;right:-141px}}.not-found .sub-title{margin-bottom:auto}.not-found .hero{max-width:627px;margin-bottom:32px}@media (max-width: 1439px){.not-found .hero{margin-bottom:24px}}@media (max-width: 767px){.not-found .hero{max-width:300px;margin-bottom:16px}}.not-found .text{max-width:627px;margin-bottom:32px}@media (max-width: 1439px){.not-found .text{margin-bottom:24px}}@media (max-width: 767px){.not-found .text{max-width:352px;margin-bottom:16px}}.not-found .controls{display:flex;gap:8px}@media (max-width: 479px){.not-found .controls{flex-direction:column}}.error-page{width:100vw;height:100vh;padding:64px;background:#1e3a38}@media (max-width: 1919px){.error-page{padding:48px}}@media (max-width: 1439px){.error-page{padding:32px}}@media (max-width: 767px){.error-page{padding:16px}}@media (max-width: 479px){.error-page{padding:0}}.error-page .inner{height:100%;border-radius:48px;padding:64px;border:4px solid #2D5755;display:flex;flex-direction:column;position:relative;overflow:hidden}@media (max-width: 1919px){.error-page .inner{padding:48px}}@media (max-width: 1439px){.error-page .inner{padding:32px;border-radius:32px}}@media (max-width: 767px){.error-page .inner{padding:16px;border-radius:16px}}@media (max-width: 479px){.error-page .inner{border:none}}.error-page .inner .icon{color:#2d5755;position:absolute;width:1053px;height:888px;top:64px;right:-147px}@media (max-width: 1919px){.error-page .inner .icon{height:965px;width:987px;top:0;right:-300px}}@media (max-width: 1439px){.error-page .inner .icon{height:654px;width:739px;top:22px;right:-231px}}@media (max-width: 1023px){.error-page .inner .icon{height:813px;width:919px;top:67px;right:-305px}}@media (max-width: 767px){.error-page .inner .icon{height:579px;width:654px;top:67px;right:-256px}}@media (max-width: 479px){.error-page .inner .icon{height:450px;width:508px;top:50px;right:-213px}}.error-page .sub-title{margin-bottom:auto;color:#cde5e4}.error-page .hero{max-width:760px;margin-bottom:32px;color:#cde5e4}@media (max-width: 1439px){.error-page .hero{margin-bottom:24px}}@media (max-width: 767px){.error-page .hero{margin-bottom:16px}}.error-page .text{margin-bottom:32px;max-width:627px;color:#cde5e4}@media (max-width: 1439px){.error-page .text{margin-bottom:24px}}@media (max-width: 767px){.error-page .text{margin-bottom:16px}}@media (max-width: 479px){.documents{margin-bottom:0}}.documents .container{display:flex;gap:32px;align-items:start;position:relative}@media (max-width: 1439px){.documents .container{flex-direction:column;gap:24px}}@media (max-width: 767px){.documents .container{gap:16px}}@media (max-width: 479px){.documents .container{width:100%}}.documents .tabs-aside{padding:64px 62px;border-radius:48px;background:#f4f2f1;max-width:576px;width:31.770833333%;position:sticky;top:20px}@media (max-width: 1919px){.documents .tabs-aside{padding:46px}}@media (max-width: 1439px){.documents .tabs-aside{width:100%;max-width:initial;padding:32px;border-radius:32px}}@media (max-width: 767px){.documents .tabs-aside{padding:16px;border-radius:16px}}@media (max-width: 479px){.documents .tabs-aside{width:calc(100% - 32px);margin:0 auto}}.documents h3{margin-bottom:32px}@media (max-width: 1439px){.documents h3{margin-bottom:24px}}.documents h3 span{font-size:24px!important;font-weight:500;line-height:24px;letter-spacing:-1px}@media screen and (max-width: 1439px){.documents h3 span{font-size:23px!important}}@media screen and (max-width: 767px){.documents h3 span{font-size:20px!important;line-height:20px}}.documents .tabs{display:flex;gap:10px;flex-wrap:wrap}.documents .tabs .btn{justify-content:start;padding:18px 32px}@media screen and (max-width: 1439px){.documents .tabs .btn{padding:12px 24px}}@media screen and (max-width: 767px){.documents .tabs .btn{padding:10px 20px}}.documents .tabs .btn span{text-align:start;white-space:wrap}.documents .content{padding:48px;background:#f4f2f1;border-radius:48px;flex-grow:1;position:relative;max-width:1184px;width:65.848214286%}@media (max-width: 1919px){.documents .content{padding:48px}}@media (max-width: 1439px){.documents .content{width:100%;max-width:initial;padding:32px;border-radius:32px}}@media (max-width: 767px){.documents .content{padding:24px 16px 16px;border-radius:16px}}@media (max-width: 479px){.documents .content{border-radius:0;padding:48px 16px}}.documents .tab-content{display:none}.documents .tab-content.show{display:block}.documents ul,.documents ol{margin-bottom:64px}@media (max-width: 1439px){.documents ul,.documents ol{margin-bottom:32px}}@media (max-width: 767px){.documents ul,.documents ol{margin-bottom:24px}}.documents ul a,.documents ol a{text-decoration:underline}.documents h4{margin-bottom:16px}.documents ol{list-style:decimal;margin-left:20px;display:flex;flex-direction:column;gap:7px}.documents ul{list-style:disc;margin-left:20px;display:flex;flex-direction:column;gap:7px}.documents ul a{display:flex;align-items:center;justify-content:space-between;gap:20px}.documents .btn.active{background:#b4d8d6}@media screen and (max-width: 479px){.documents .btn{width:initial}}.default h1{margin:96px 0}@media (max-width: 1439px){.default h1{margin:64px 0}}@media (max-width: 767px){.default h1{margin:48px 16px}}.default h2{margin-bottom:32px}@media (max-width: 1439px){.default h2{margin-bottom:24px}}@media (max-width: 767px){.default h2{margin-bottom:16px}}.default h2 span{font-size:48px!important;font-weight:500;line-height:43px;letter-spacing:-1px}@media screen and (max-width: 1439px){.default h2 span{font-size:33px!important;line-height:1}}@media screen and (max-width: 767px){.default h2 span{font-size:26px!important}}@media (max-width: 767px){.default .default-container{width:100%}}.default h3{margin-bottom:32px}@media (max-width: 1439px){.default h3{margin-bottom:24px}}@media (max-width: 767px){.default h3{margin-bottom:16px}}.default .content p{margin:10px 0}.default .default-banner{border-radius:48px;overflow:hidden;margin-bottom:96px;max-height:756px}@media (max-width: 1919px){.default .default-banner{max-height:568px}}@media (max-width: 1439px){.default .default-banner{margin-bottom:64px;border-radius:32px;max-height:406px}}@media (max-width: 1023px){.default .default-banner{max-height:297px}}@media (max-width: 767px){.default .default-banner{border-radius:0;margin-bottom:48px;max-height:204px}}@media (max-width: 479px){.default .default-banner{border-radius:0;margin-bottom:0;max-height:135px}}.default .inner{display:flex;gap:32px;align-items:start;position:relative}@media (max-width: 1439px){.default .inner{flex-direction:column;gap:24px}}@media (max-width: 767px){.default .inner{gap:16px}}@media (max-width: 479px){.default .inner{width:100%}}.default .contacts-aside{padding:64px 62px;border-radius:48px;background:#f4f2f1;max-width:576px;width:31.770833333%;position:sticky;top:30px}@media (max-width: 1919px){.default .contacts-aside{padding:46px}}@media (max-width: 1439px){.default .contacts-aside{width:100%;max-width:initial;padding:32px;border-radius:32px}}@media (max-width: 767px){.default .contacts-aside{padding:16px;border-radius:16px;width:calc(100% - 32px);margin:0 auto}}.default .content{padding:64px;background:#f4f2f1;border-radius:48px;flex-grow:1;position:relative;max-width:1184px;width:65.848214286%}@media (max-width: 1919px){.default .content{padding:48px}}@media (max-width: 1439px){.default .content{width:100%;max-width:initial;padding:32px;border-radius:32px;margin-bottom:64px}}@media (max-width: 767px){.default .content{padding:24px 16px 16px;border-radius:16px;width:calc(100% - 32px);margin:0 auto 48px}}@media (max-width: 479px){.default .content{border-radius:0;padding:48px 16px;width:100%}}.default h3 span{font-size:32px!important;font-weight:500;line-height:32px;letter-spacing:-1px}@media screen and (max-width: 1439px){.default h3 span{font-size:28px!important;line-height:28px}}@media screen and (max-width: 767px){.default h3 span{font-size:23px!important;line-height:23px}}.default p span{font-size:16px!important;font-weight:300;line-height:21px}@media screen and (max-width: 1439px){.default p span{line-height:20px}}@media screen and (max-width: 767px){.default p span{line-height:18px}}.default .about-content-slider{overflow:hidden;border-radius:24px}@media (max-width: 1439px){.default .about-content-slider{border-radius:16px}}@media (max-width: 767px){.default .about-content-slider{border-radius:8px}}.default .about-content-slider .swiper-slide{border-radius:24px;overflow:hidden}@media (max-width: 1439px){.default .about-content-slider .swiper-slide{border-radius:16px}}@media (max-width: 767px){.default .about-content-slider .swiper-slide{border-radius:8px}}.default .slider-wrapper{margin:32px 0 0}@media (max-width: 1439px){.default .slider-wrapper{margin:24px 0 0}}@media (max-width: 767px){.default .slider-wrapper{margin:16px 0 0}}.default .slider-wrapper img{position:relative;z-index:1}.default .slider-prev,.default .slider-next{width:40px;min-width:40px;height:40px;border-radius:28px;display:flex;align-items:center;justify-content:center;transition:.15s ease}@media (max-width: 1439px){.default .slider-prev,.default .slider-next{min-width:36px;width:36px;height:36px;border-radius:16px}}@media (max-width: 767px){.default .slider-prev,.default .slider-next{min-width:32px;width:36px;height:32px;border-radius:8px}}.default .slider-prev svg,.default .slider-next svg{width:16px;height:16px}.default .slider-prev svg{transform:rotate(180deg)}.default .swiper-button-disabled{opacity:.5;pointer-events:none}.default .slider-controls{margin-top:16px;display:flex;justify-content:space-between;align-items:center}.default .slider-pagination{text-align:center}.default .contacts-aside p{margin-bottom:32px}@media (max-width: 1439px){.default .contacts-aside p{margin-bottom:24px}}@media (max-width: 767px){.default .contacts-aside p{margin-bottom:16px}}.default .tabs{display:flex;gap:8px;flex-wrap:wrap}
