@charset "UTF-8";.slick-slider{position:relative;display:block;box-sizing:border-box;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent}.slick-list{position:relative;overflow:hidden;display:block;margin:0;padding:0}.slick-list:focus{outline:none}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-track,.slick-slider .slick-list{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translateZ(0)}.slick-track{position:relative;left:0;top:0;display:block;margin-left:auto;margin-right:auto}.slick-track:before,.slick-track:after{content:"";display:table}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{float:left;height:100%;min-height:1px;display:none}[dir=rtl] .slick-slide{float:right}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}.slick-arrow.slick-hidden{display:none}.carousel{position:relative;box-sizing:border-box}.carousel *,.carousel *:before,.carousel *:after{box-sizing:inherit}.carousel.is-draggable{cursor:move;cursor:grab}.carousel.is-dragging{cursor:move;cursor:grabbing}.carousel__viewport{position:relative;overflow:hidden;max-width:100%;max-height:100%}.carousel__track{display:flex}.carousel__slide{flex:0 0 auto;width:var(--carousel-slide-width, 60%);max-width:100%;padding:1rem;position:relative;overflow-x:hidden;overflow-y:auto;overscroll-behavior:contain}.has-dots{margin-bottom:calc(.5rem + 22px)}.carousel__dots{margin:0 auto;padding:0;position:absolute;top:calc(100% + .5rem);left:0;right:0;display:flex;justify-content:center;list-style:none;user-select:none}.carousel__dots .carousel__dot{margin:0;padding:0;display:block;position:relative;width:22px;height:22px;cursor:pointer}.carousel__dots .carousel__dot:after{content:"";width:8px;height:8px;border-radius:50%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background-color:currentColor;opacity:.25;transition:opacity .15s ease-in-out}.carousel__dots .carousel__dot.is-selected:after{opacity:1}.carousel__button{width:var(--carousel-button-width, 48px);height:var(--carousel-button-height, 48px);padding:0;border:0;display:flex;justify-content:center;align-items:center;pointer-events:all;cursor:pointer;color:var(--carousel-button-color, currentColor);background:var(--carousel-button-bg, transparent);border-radius:var(--carousel-button-border-radius, 50%);box-shadow:var(--carousel-button-shadow, none);transition:opacity .15s ease}.carousel__button.is-prev,.carousel__button.is-next{position:absolute;top:50%;transform:translateY(-50%)}.carousel__button.is-prev{left:10px}.carousel__button.is-next{right:10px}.carousel__button[disabled]{cursor:default;opacity:.3}.carousel__button svg{width:var(--carousel-button-svg-width, 50%);height:var(--carousel-button-svg-height, 50%);fill:none;stroke:currentColor;stroke-width:var(--carousel-button-svg-stroke-width, 1.5);stroke-linejoin:bevel;stroke-linecap:round;filter:var(--carousel-button-svg-filter, none);pointer-events:none}html.with-fancybox{scroll-behavior:auto}body.compensate-for-scrollbar{overflow:hidden!important;touch-action:none}.fancybox__container{position:fixed;top:0;left:0;bottom:0;right:0;direction:ltr;margin:0;padding:env(safe-area-inset-top,0px) env(safe-area-inset-right,0px) env(safe-area-inset-bottom,0px) env(safe-area-inset-left,0px);box-sizing:border-box;display:flex;flex-direction:column;color:var(--fancybox-color, #fff);-webkit-tap-highlight-color:rgba(0,0,0,0);overflow:hidden;z-index:1050;outline:none;transform-origin:top left;--carousel-button-width: 48px;--carousel-button-height: 48px;--carousel-button-svg-width: 24px;--carousel-button-svg-height: 24px;--carousel-button-svg-stroke-width: 2.5;--carousel-button-svg-filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, .4))}.fancybox__container *,.fancybox__container *:before,.fancybox__container *:after{box-sizing:inherit}.fancybox__container :focus{outline:none}body:not(.is-using-mouse) .fancybox__container :focus{box-shadow:0 0 0 1px #fff,0 0 0 2px var(--fancybox-accent-color, rgba(1, 210, 232, .94))}@media all and (min-width: 1024px){.fancybox__container{--carousel-button-width:48px;--carousel-button-height:48px;--carousel-button-svg-width:27px;--carousel-button-svg-height:27px}}.fancybox__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1;background:var(--fancybox-bg, rgba(24, 24, 27, .92))}.fancybox__carousel{position:relative;flex:1 1 auto;min-height:0;height:100%;z-index:10}.fancybox__carousel.has-dots{margin-bottom:calc(.5rem + 22px)}.fancybox__viewport{position:relative;width:100%;height:100%;overflow:visible;cursor:default}.fancybox__track{display:flex;height:100%}.fancybox__slide{flex:0 0 auto;width:100%;max-width:100%;margin:0;padding:48px 8px 8px;position:relative;overscroll-behavior:contain;display:flex;flex-direction:column;outline:0;overflow:auto;--carousel-button-width: 36px;--carousel-button-height: 36px;--carousel-button-svg-width: 22px;--carousel-button-svg-height: 22px}.fancybox__slide:before,.fancybox__slide:after{content:"";flex:0 0 0;margin:auto}@media all and (min-width: 1024px){.fancybox__slide{padding:64px 100px}}.fancybox__content{margin:0 env(safe-area-inset-right,0px) 0 env(safe-area-inset-left,0px);padding:36px;color:var(--fancybox-content-color, #374151);background:var(--fancybox-content-bg, #fff);position:relative;align-self:center;display:flex;flex-direction:column;z-index:20}.fancybox__content :focus:not(.carousel__button.is-close){outline:thin dotted;box-shadow:none}.fancybox__caption{align-self:center;max-width:100%;margin:0;padding:1rem 0 0;line-height:1.375;color:var(--fancybox-color, currentColor);visibility:visible;cursor:auto;flex-shrink:0;overflow-wrap:anywhere}.is-loading .fancybox__caption{visibility:hidden}.fancybox__container>.carousel__dots{top:100%;color:var(--fancybox-color, #fff)}.fancybox__nav .carousel__button{z-index:40}.fancybox__nav .carousel__button.is-next{right:8px}@media all and (min-width: 1024px){.fancybox__nav .carousel__button.is-next{right:40px}}.fancybox__nav .carousel__button.is-prev{left:8px}@media all and (min-width: 1024px){.fancybox__nav .carousel__button.is-prev{left:40px}}.carousel__button.is-close{position:absolute;top:8px;right:8px;top:calc(env(safe-area-inset-top,0px) + 8px);right:calc(env(safe-area-inset-right,0px) + 8px);z-index:40}@media all and (min-width: 1024px){.carousel__button.is-close{right:40px}}.fancybox__content>.carousel__button.is-close{position:absolute;top:-40px;right:0;color:var(--fancybox-color, #fff)}.fancybox__no-click,.fancybox__no-click button{pointer-events:none}.fancybox__spinner{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:50px;height:50px;color:var(--fancybox-color, currentColor)}.fancybox__slide .fancybox__spinner{cursor:pointer;z-index:1053}.fancybox__spinner svg{animation:fancybox-rotate 2s linear infinite;transform-origin:center center;position:absolute;top:0;right:0;bottom:0;left:0;margin:auto;width:100%;height:100%}.fancybox__spinner svg circle{fill:none;stroke-width:2.75;stroke-miterlimit:10;stroke-dasharray:1,200;stroke-dashoffset:0;animation:fancybox-dash 1.5s ease-in-out infinite;stroke-linecap:round;stroke:currentColor}@keyframes fancybox-rotate{to{transform:rotate(360deg)}}@keyframes fancybox-dash{0%{stroke-dasharray:1,200;stroke-dashoffset:0}50%{stroke-dasharray:89,200;stroke-dashoffset:-35px}to{stroke-dasharray:89,200;stroke-dashoffset:-124px}}.fancybox__backdrop,.fancybox__caption,.fancybox__nav,.carousel__dots,.carousel__button.is-close{opacity:var(--fancybox-opacity, 1)}.fancybox__container.is-animated[aria-hidden=false] .fancybox__backdrop,.fancybox__container.is-animated[aria-hidden=false] .fancybox__caption,.fancybox__container.is-animated[aria-hidden=false] .fancybox__nav,.fancybox__container.is-animated[aria-hidden=false] .carousel__dots,.fancybox__container.is-animated[aria-hidden=false] .carousel__button.is-close{animation:.15s ease backwards fancybox-fadeIn}.fancybox__container.is-animated.is-closing .fancybox__backdrop,.fancybox__container.is-animated.is-closing .fancybox__caption,.fancybox__container.is-animated.is-closing .fancybox__nav,.fancybox__container.is-animated.is-closing .carousel__dots,.fancybox__container.is-animated.is-closing .carousel__button.is-close{animation:.15s ease both fancybox-fadeOut}.fancybox-fadeIn{animation:.15s ease both fancybox-fadeIn}.fancybox-fadeOut{animation:.1s ease both fancybox-fadeOut}.fancybox-zoomInUp{animation:.2s ease both fancybox-zoomInUp}.fancybox-zoomOutDown{animation:.15s ease both fancybox-zoomOutDown}.fancybox-throwOutUp{animation:.15s ease both fancybox-throwOutUp}.fancybox-throwOutDown{animation:.15s ease both fancybox-throwOutDown}@keyframes fancybox-fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fancybox-fadeOut{to{opacity:0}}@keyframes fancybox-zoomInUp{0%{transform:scale(.97) translate3d(0,16px,0);opacity:0}to{transform:scale(1) translateZ(0);opacity:1}}@keyframes fancybox-zoomOutDown{to{transform:scale(.97) translate3d(0,16px,0);opacity:0}}@keyframes fancybox-throwOutUp{to{transform:translate3d(0,-30%,0);opacity:0}}@keyframes fancybox-throwOutDown{to{transform:translate3d(0,30%,0);opacity:0}}.fancybox__carousel .carousel__slide{scrollbar-width:thin;scrollbar-color:#ccc rgba(255,255,255,.1)}.fancybox__carousel .carousel__slide::-webkit-scrollbar{width:8px;height:8px}.fancybox__carousel .carousel__slide::-webkit-scrollbar-track{background-color:#ffffff1a}.fancybox__carousel .carousel__slide::-webkit-scrollbar-thumb{background-color:#ccc;border-radius:2px;box-shadow:inset 0 0 4px #0003}.fancybox__carousel.is-draggable .fancybox__slide,.fancybox__carousel.is-draggable .fancybox__slide .fancybox__content{cursor:move;cursor:grab}.fancybox__carousel.is-dragging .fancybox__slide,.fancybox__carousel.is-dragging .fancybox__slide .fancybox__content{cursor:move;cursor:grabbing}.fancybox__carousel .fancybox__slide .fancybox__content{cursor:auto}.fancybox__carousel .fancybox__slide.can-zoom_in .fancybox__content{cursor:zoom-in}.fancybox__carousel .fancybox__slide.can-zoom_out .fancybox__content{cursor:zoom-out}.fancybox__carousel .fancybox__slide.is-draggable .fancybox__content{cursor:move;cursor:grab}.fancybox__carousel .fancybox__slide.is-dragging .fancybox__content{cursor:move;cursor:grabbing}.fancybox__image{transform-origin:0 0;user-select:none;transition:none}.has-image .fancybox__content{padding:0;background:rgba(0,0,0,0);min-height:1px}.is-closing .has-image .fancybox__content{overflow:visible}.has-image[data-image-fit=contain]{overflow:visible;touch-action:none}.has-image[data-image-fit=contain] .fancybox__content{flex-direction:row;flex-wrap:wrap}.has-image[data-image-fit=contain] .fancybox__image{max-width:100%;max-height:100%;object-fit:contain}.has-image[data-image-fit=contain-w]{overflow-x:hidden;overflow-y:auto}.has-image[data-image-fit=contain-w] .fancybox__content{min-height:auto}.has-image[data-image-fit=contain-w] .fancybox__image{max-width:100%;height:auto}.has-image[data-image-fit=cover]{overflow:visible;touch-action:none}.has-image[data-image-fit=cover] .fancybox__content{width:100%;height:100%}.has-image[data-image-fit=cover] .fancybox__image{width:100%;height:100%;object-fit:cover}.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content,.fancybox__carousel .fancybox__slide.has-map .fancybox__content,.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content,.fancybox__carousel .fancybox__slide.has-video .fancybox__content,.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content{max-width:100%;flex-shrink:1;min-height:1px;overflow:visible}.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content,.fancybox__carousel .fancybox__slide.has-map .fancybox__content,.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content{width:100%;height:80%}.fancybox__carousel .fancybox__slide.has-video .fancybox__content,.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content{width:960px;height:540px;max-width:100%;max-height:100%}.fancybox__carousel .fancybox__slide.has-map .fancybox__content,.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content,.fancybox__carousel .fancybox__slide.has-video .fancybox__content,.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content{padding:0;background:rgba(24,24,27,.9);color:#fff}.fancybox__carousel .fancybox__slide.has-map .fancybox__content{background:#e5e3df}.fancybox__html5video,.fancybox__iframe{border:0;display:block;height:100%;width:100%;background:rgba(0,0,0,0)}.fancybox-placeholder{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.fancybox__thumbs{flex:0 0 auto;position:relative;padding:0 3px;opacity:var(--fancybox-opacity, 1)}.fancybox__container.is-animated[aria-hidden=false] .fancybox__thumbs{animation:.15s ease-in backwards fancybox-fadeIn}.fancybox__container.is-animated.is-closing .fancybox__thumbs{opacity:0}.fancybox__thumbs .carousel__slide{flex:0 0 auto;width:var(--fancybox-thumbs-width, 96px);margin:0;padding:8px 3px;box-sizing:content-box;display:flex;align-items:center;justify-content:center;overflow:visible;cursor:pointer}.fancybox__thumbs .carousel__slide .fancybox__thumb:after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;border-width:5px;border-style:solid;border-color:var(--fancybox-accent-color, rgba(34, 213, 233, .96));opacity:0;transition:opacity .15s ease;border-radius:var(--fancybox-thumbs-border-radius, 4px)}.fancybox__thumbs .carousel__slide.is-nav-selected .fancybox__thumb:after{opacity:.92}.fancybox__thumbs .carousel__slide>*{pointer-events:none;user-select:none}.fancybox__thumb{position:relative;width:100%;padding-top:calc(100% / (var(--fancybox-thumbs-ratio, 1.5)));background-size:cover;background-position:center center;background-color:#ffffff1a;background-repeat:no-repeat;border-radius:var(--fancybox-thumbs-border-radius, 4px)}.fancybox__toolbar{position:absolute;top:0;right:0;left:0;z-index:20;background:linear-gradient(to top,hsla(0deg,0%,0%,0) 0%,hsla(0deg,0%,0%,.006) 8.1%,hsla(0deg,0%,0%,.021) 15.5%,hsla(0deg,0%,0%,.046) 22.5%,hsla(0deg,0%,0%,.077) 29%,hsla(0deg,0%,0%,.114) 35.3%,hsla(0deg,0%,0%,.155) 41.2%,hsla(0deg,0%,0%,.198) 47.1%,hsla(0deg,0%,0%,.242) 52.9%,hsla(0deg,0%,0%,.285) 58.8%,hsla(0deg,0%,0%,.326) 64.7%,hsla(0deg,0%,0%,.363) 71%,hsla(0deg,0%,0%,.394) 77.5%,hsla(0deg,0%,0%,.419) 84.5%,hsla(0deg,0%,0%,.434) 91.9%,hsla(0deg,0%,0%,.44) 100%);padding:0;touch-action:none;display:flex;justify-content:space-between;--carousel-button-svg-width: 20px;--carousel-button-svg-height: 20px;opacity:var(--fancybox-opacity, 1);text-shadow:var(--fancybox-toolbar-text-shadow, 1px 1px 1px rgba(0, 0, 0, .4))}@media all and (min-width: 1024px){.fancybox__toolbar{padding:8px}}.fancybox__container.is-animated[aria-hidden=false] .fancybox__toolbar{animation:.15s ease-in backwards fancybox-fadeIn}.fancybox__container.is-animated.is-closing .fancybox__toolbar{opacity:0}.fancybox__toolbar__items{display:flex}.fancybox__toolbar__items--left{margin-right:auto}.fancybox__toolbar__items--center{position:absolute;left:50%;transform:translate(-50%)}.fancybox__toolbar__items--right{margin-left:auto}@media (max-width: 640px){.fancybox__toolbar__items--center:not(:last-child){display:none}}.fancybox__counter{min-width:72px;padding:0 10px;line-height:var(--carousel-button-height, 48px);text-align:center;font-size:17px;font-variant-numeric:tabular-nums;-webkit-font-smoothing:subpixel-antialiased}.fancybox__progress{background:var(--fancybox-accent-color, rgba(34, 213, 233, .96));height:3px;left:0;position:absolute;right:0;top:0;transform:scaleX(0);transform-origin:0;transition-property:transform;transition-timing-function:linear;z-index:30;user-select:none}.fancybox__container:fullscreen::backdrop{opacity:0}.fancybox__button--fullscreen g:nth-child(2){display:none}.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(1){display:none}.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(2){display:block}.fancybox__button--slideshow g:nth-child(2){display:none}.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(1){display:none}.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(2){display:block}html{overflow-y:scroll;-webkit-text-size-adjust:100%;text-size-adjust:100%}body{margin:0}article,aside,details,dialog,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}[hidden]{display:none}a{background-color:transparent}a:active,a:hover{outline-width:0}b,strong{font-weight:700}img{max-width:100%;border:none;vertical-align:top}figure{margin:0 auto}svg{display:block}nav ol,nav ul,nav li{margin:0;padding:0;list-style:none}sup,sub{position:relative;font-size:68.75%;line-height:1;vertical-align:baseline}sup{top:-.6em}sub{top:.3em}table{border-collapse:collapse;border-spacing:0}button,input,optgroup,select,textarea{margin:0;color:inherit;font-family:inherit;font-size:inherit;line-height:inherit}button,input{overflow:visible}input::-ms-clear{display:none}button{cursor:pointer}:disabled{cursor:not-allowed}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button}input[type=search],input[type=search]::-webkit-search-decoration,input[type=search]::-webkit-search-cancel-button{-webkit-appearance:none}button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{padding:0;border:0}input:hover,button:hover,select:hover,textarea:hover,input:hover:focus,button:hover:focus,select:hover:focus,textarea:hover:focus{outline-width:0}textarea{overflow:auto;resize:vertical}@font-face{font-family:Gotham Pro;src:url(/build/assets/gotham_pro-light-547e42d7.woff) format("woff");font-weight:300;font-style:normal;font-display:swap}@font-face{font-family:Gotham Pro;src:url(/build/assets/gotham_pro-regular-c06786c3.woff) format("woff");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Gotham Pro;src:url(/build/assets/gotham_pro-medium-80887593.woff) format("woff");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:Gotham Pro;src:url(/build/assets/gotham_pro-bold-2c2f44e0.woff) format("woff");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:Manrope;src:url(/build/assets/manrope-light-b2dc809b.woff2) format("woff2"),url(/build/assets/manrope-light-37e412ee.woff) format("woff");font-weight:300;font-style:normal;font-display:swap}@font-face{font-family:Manrope;src:url(/build/assets/manrope-regular-5e7f90d7.woff2) format("woff2"),url(/build/assets/manrope-regular-1920a0f3.woff) format("woff");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Manrope;src:url(/build/assets/manrope-medium-3de31a60.woff2) format("woff2"),url(/build/assets/manrope-medium-43726490.woff) format("woff");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:Manrope;src:url(/build/assets/manrope-bold-410fbace.woff2) format("woff2"),url(/build/assets/manrope-bold-78991312.woff) format("woff");font-weight:700;font-style:normal;font-display:swap}html,body{color:#000;background:#fff}body{font:300 100%/1.8 Manrope,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif}.main{position:relative;overflow:hidden}@media only screen and (max-width: 767.98px){.main{transition:transform .2s ease}.main.is-active{transform:translate(-270px)}}.noscr{overflow:hidden}a{color:#ff8b1a;text-decoration:underline;text-decoration-skip-ink:none;transition:color .2s ease}a:hover{text-decoration:none}.a_c{color:inherit}.a_i{text-decoration:none}.a_i:hover{text-decoration:underline}.a_ic{color:inherit;text-decoration:none}.a_ic:hover{color:#ff8b1a}h1,.h1,h2,.h2,h3,.h3,h4,.h4,h5,.h5,h6,.h6{margin:1em 0 .5em;font-weight:700;font-family:Gotham Pro,-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica Neue,Arial,sans-serif}h1,.h1{position:relative;left:-.1em;color:#28700d;font-size:65px;line-height:1.0769230769;letter-spacing:-.08em;text-transform:uppercase}h2,.h2{font-size:40px;line-height:1.2;font-weight:500;letter-spacing:-.08em}h3,.h3{font-size:32px;font-weight:500;line-height:1.1;letter-spacing:-.05em}@media only screen and (max-width: 1439.98px){h1,.h1{font-size:60px}}@media only screen and (max-width: 1279.98px){h1,.h1{font-size:50px}}@media only screen and (max-width: 1023.98px){h1,.h1{font-size:42px}}@media only screen and (max-width: 767.98px){h1,.h1,h2,.h2{font-size:32px}h3,.h3{font-size:26px}}p{margin:1em 0}.clmn{box-sizing:border-box;margin-left:auto;margin-right:auto;width:88.8888888889%;max-width:1280px}@media only screen and (max-width: 767.98px){.clmn{width:100%;padding-left:22.5px;padding-right:22.5px}}@media only screen and (min-width: 768px){.vis--mb{display:none}}@media only screen and (max-width: 767.98px){.hdn--mb{display:none}}.cm>*:first-child{margin-top:0}.cm>*:last-child{margin-bottom:0}.fw{box-sizing:border-box;width:100%}.gv{margin-bottom:18px}.gv_fx{margin-bottom:-18px}.ratio,.ratio_i{position:relative}.ratio:before,.ratio_i:before{content:"";display:block;height:0;padding-top:100%}.ratio_i{overflow:hidden}.ratio__in,.ratio_i img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%}.ratio--3-2:before{padding-top:66.6666666667%}.ratio--16-9:before{padding-top:56.25%}.fit{position:relative;overflow:hidden}.fit img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.fit--cont img{object-fit:contain}.icon{position:relative;display:inline-block;width:1em;height:1em;fill:currentColor;stroke:none}.icon--str{stroke:currentColor;fill:none}.icon--str path{stroke:currentColor}.icon--w-arch{height:.8333333333em}.icon--h-arch{width:1.2em}.icon--w-arr{height:1.0909090909em}.icon--h-arr{width:.9166666667em}.icon--w-case{height:.9090909091em}.icon--h-case{width:1.1em}.icon--w-home{height:1.1em}.icon--h-home{width:.9090909091em}.icon--w-map{height:.9090909091em}.icon--h-map{width:1.1em}.icon--w-map_pin{height:1.2em}.icon--h-map_pin{width:.8333333333em}.icon--w-pack{height:1.1em}.icon--h-pack{width:.9090909091em}.icon--w-pocket{height:.9090909091em}.icon--h-pocket{width:1.1em}.icon--w-tri{height:1.1515151515em}.icon--h-tri{width:.8684210526em}.icon--w-tri_rnd{height:1.1923076923em}.icon--h-tri_rnd{width:.8387096774em}.icon--w-umbr{height:.9166666667em}.icon--h-umbr{width:1.0909090909em}.icon--w-users{height:.8333333333em}.icon--h-users{width:1.2em}.inp,.ta{display:inline-block;vertical-align:top;box-sizing:border-box;padding:20px 30px;border:none;color:#000;background:#f5f5f5;font-size:18px;font-family:Gotham Pro,-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica Neue,Arial,sans-serif;line-height:1.6111111111;letter-spacing:-.02em;text-overflow:ellipsis;transition:box-shadow .2s;border-radius:5px}.inp::-webkit-input-placeholder,.ta::-webkit-input-placeholder{color:#1e1e1e}.inp::-moz-placeholder,.ta::-moz-placeholder{color:#1e1e1e;opacity:1}.inp:-moz-placeholder,.ta:-moz-placeholder{color:#1e1e1e}.inp:hover,.inp:focus,.ta:hover,.ta:focus{box-shadow:inset 0 0 0 2px #ff8b1a}.inp:focus,.ta:focus{outline:none}.inp:disabled,.inp:disabled:hover,.ta:disabled,.ta:disabled:hover{color:#ccc;box-shadow:none}.inp:disabled::-webkit-input-placeholder,.inp:disabled:hover::-webkit-input-placeholder,.ta:disabled::-webkit-input-placeholder,.ta:disabled:hover::-webkit-input-placeholder{color:#ccc}.inp:disabled::-moz-placeholder,.inp:disabled:hover::-moz-placeholder,.ta:disabled::-moz-placeholder,.ta:disabled:hover::-moz-placeholder{color:#ccc}.inp:disabled:-moz-placeholder,.inp:disabled:hover:-moz-placeholder,.ta:disabled:-moz-placeholder,.ta:disabled:hover:-moz-placeholder{color:#ccc}.ta{min-height:243px;resize:vertical}.ta:disabled{resize:none}.but{display:inline-block;vertical-align:top;box-sizing:border-box;min-width:320px;padding:1em 3.2941176471em;border:none;color:#fff;background:#ff8b1a;font-size:17px;font-family:Gotham Pro,-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica Neue,Arial,sans-serif;line-height:1.2941176471;font-weight:500;letter-spacing:-.05em;text-decoration:none;text-transform:uppercase;text-align:center;border-bottom-right-radius:10px;box-shadow:inset 0 0 0 2px #ff8b1a;transition:color .2s ease,background .2s ease,box-shadow .2s ease;user-select:none}.but:hover{color:#ff8b1a;background:transparent}.but:focus,.but:active{color:#000;background:#ff8b1a}.but:disabled,.but:disabled:hover,.but:disabled:focus,.but:disabled:active{color:#fff;background-color:#ccc;box-shadow:none}.but--brd{color:#ff8b1a;background:transparent}.but--brd:hover{color:#fff;background:#ff8b1a}.but--brd:focus,.but--brd:active{color:#000}.but--arr-r .icon{margin-left:2px;font-size:13px;transform:rotate(-90deg)}.but--pre{position:relative}.but--pre span{transition:opacity .15s ease}.but--pre .icon{opacity:0;visibility:hidden;position:absolute;top:0;right:0;bottom:0;left:0;margin:auto;font-size:30px;transition:visibility .15s ease,opacity .15s ease}.but--pre.is-active,form[send] .but--pre{pointer-events:none}.but--pre.is-active span,form[send] .but--pre span{opacity:0}.but--pre.is-active .icon,form[send] .but--pre .icon{opacity:1;visibility:visible;animation:anim-rotate .75s linear infinite}@keyframes anim-rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media only screen and (max-width: 767.98px){.but{min-width:0;width:100%}}.che{display:inline-flex;align-items:center;position:relative;font-size:14px;font-family:Gotham Pro,-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica Neue,Arial,sans-serif;line-height:1.6;letter-spacing:-.02em}.che input{z-index:-1;opacity:0;position:absolute;width:0;height:0;border:none}.che__i{flex-shrink:0;position:relative;box-sizing:border-box;width:1em;height:1em;border:2px solid #d9d9d9;font-size:18px;border-radius:4px;transition:opacity .2s ease;cursor:pointer}.che__i:after{content:"";display:none;position:absolute;top:0;right:0;bottom:0;left:0;margin:auto;width:.6111111111em;height:.6666666667em;background-image:url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMTEgMTIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0xIDQuMDAzNDJMNC45MjEwNSAxMC41MDM0TDEwIDEuNTAzNDIiIHN0cm9rZT0iYmxhY2siIHN0cm9rZS13aWR0aD0iMS41IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9zdmc+Cg==);background-repeat:no-repeat;background-size:100% 100%}.che__in{padding-left:1em;cursor:pointer}.che input:checked+.che__i:after{display:block}.che input:focus-visible+.che__i{opacity:.85}.che:hover .che__i{opacity:.85}.che input:disabled+.che__i,.che input:checked:disabled+.che__i{opacity:.5;border-color:#ccc;background-color:#ccc;cursor:not-allowed}.che input:disabled+.che__i:after{cursor:not-allowed}.che input:disabled~.che__in{color:#ccc;cursor:not-allowed}.map{position:relative;height:300px}.map__in{position:absolute;top:0;right:0;bottom:0;left:0;overflow:hidden;border-bottom-right-radius:40px}.map__in--nr{border-radius:0}.map .gm-style img{max-width:1000px}.map__temp{z-index:0;position:absolute;top:0;right:0;bottom:0;left:0;overflow:hidden}.tlt_el{opacity:0;visibility:hidden;z-index:1;position:absolute;top:0;box-sizing:border-box;max-width:420px;padding:12px 22px 15px 21px;border:1px solid #ececec;color:#3f3f3f;background-color:#fff;font-family:Gotham Pro,-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica Neue,Arial,sans-serif;line-height:1.6;font-weight:400;word-break:break-word;border-radius:0 0 0 10px;filter:drop-shadow(0px 4px 4px rgba(0,0,0,.25))}.tlt_el:before{content:"";position:absolute;bottom:100%;left:-1px;width:12px;height:14px;margin-top:-1px;border:1px solid #ececec;border-width:1px 0 0 1px;background-color:#fff;transform:skewY(45deg);transform-origin:0 0}.tlt_el.is-active{opacity:1;visibility:visible;transition:opacity .2s ease,visibility .2s ease}.tlt_el--y{opacity:1;visibility:visible;position:relative;display:inline-block;vertical-align:top;width:255px;left:-10px;top:-40px;transform:translateY(-100%)}.tlt_el--b{border-radius:0 10px 0 0}.tlt_el--b:before{top:100%;bottom:auto;border-width:0 0 1px 1px;transform:skewY(-45deg);transform-origin:0 100%}.logo{display:flex;align-items:center;position:relative;font-family:Gotham Pro,-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica Neue,Arial,sans-serif;line-height:1}.logo:before{flex-shrink:0;content:"";position:relative;top:3px;display:block;width:85px;height:85px;margin-right:23px;background:url(/build/assets/logo@2x-d983dc9b.png) #fff 0 0 no-repeat;background-size:cover;border-radius:100%}.logo span{letter-spacing:.3em}.logo b{display:block;font-size:29px;text-transform:uppercase;letter-spacing:-.08em}.logo svg{display:none;position:absolute;top:0;left:0;width:100%;height:100%;fill:currentColor}.logo:hover{text-decoration:none}@media only screen and (max-width: 1023.98px){.logo--h:before{top:0;width:60px;height:60px;margin-right:16px}.logo--h span{position:relative;width:133px;height:16px;overflow:hidden;text-indent:-9999px;text-align:left;font-size:0}.logo--h svg{display:block}}.logo--f{font-size:14px}.logo--f:before{top:2px;width:56px;height:56px}.logo--f b{font-size:24px;letter-spacing:-.05em}.logo--sm:before{top:0;width:55px;height:55px;margin-right:15px}.logo--sm span{position:relative;width:133px;height:16px;overflow:hidden;text-indent:-9999px;text-align:left;font-size:0}.logo--sm svg{display:block}@media only screen and (max-width: 767.98px){.logo--sm:before{width:60px;height:60px;margin-right:16px}.logo--sm span{width:146px;height:40px}}@media only screen and (max-width: 567.98px){.logo--st:before{width:30px;height:30px;margin-right:9px}.logo--st span{width:73px;height:20px}}.menu{font-size:24px;line-height:1;font-weight:400;font-family:Gotham Pro,-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica Neue,Arial,sans-serif;letter-spacing:-.015em}.menu ul{display:flex;justify-content:center}.menu ul>*{margin:0 30px}.menu__home{display:none}.menu a{color:inherit;text-decoration:none}.menu a:hover,.menu a.is-active{color:#ff8b1a}.menu a.is-active{text-decoration:underline}@media only screen and (max-width: 1279.98px){.menu{font-size:18px}.menu ul>*{margin:0 20px}}@media only screen and (max-width: 1023.98px){.menu{font-size:17px}.menu ul>*{margin:0 10px}}.menu__item--sub{position:relative}.menu__lst--sub{opacity:0;z-index:1;position:absolute;top:100%;left:-200vw;flex-direction:column;row-gap:15px;padding:20px;background:#395d92;font-size:80%;white-space:nowrap;transform:translateY(10px)}.menu__lst--sub:before{content:"";position:absolute;left:0;right:0;bottom:100%;height:10px}.menu__lst--sub .menu__item{margin:0}.menu__lst--sub .menu__lnk{padding-top:5px}.menu__lnk--st{transition:color .2s ease}.menu__lnk--st:hover{color:#ff8b1a}.menu__item--sub.is-active .menu__lst--sub{left:-20px;opacity:1}.menu__item--sub.is-active .menu__lnk--st{color:#ff8b1a}.menu--f{font-size:16px}.menu--f ul{justify-content:space-between}.menu--f ul>*{margin:0 25px 0 0}@media only screen and (max-width: 1439.98px){.menu--f ul>*{margin-right:20px}.menu--f ul>*:last-child{margin-right:0}}@media only screen and (max-width: 1023.98px){.menu--f ul{flex-wrap:wrap}.menu--f ul>*{width:46%;margin-right:0;margin-bottom:15px}}@media only screen and (max-width: 767.98px){.menu--f ul{display:block;letter-spacing:-.02em}.menu--f ul>*{width:auto;margin-bottom:6px}.menu--f ul>*:last-child{margin-bottom:0}.menu--f a{display:inline-block;vertical-align:top;padding:6px 14px 6px 10px;background-color:#0f1129;border-top-right-radius:10px}}.menu--sm{font-size:22px}.menu--sm .icon{top:1px}.menu--sm ul>*{margin:0 27.5px}.menu--sm .menu__home{display:block}@media only screen and (max-width: 1439.98px){.menu--sm{font-size:20px}.menu--sm ul>*{margin:0 20px}}@media only screen and (max-width: 1279.98px){.menu--sm{font-size:16px}.menu--sm ul>*{margin:0 10px}}@media only screen and (max-width: 1023.98px){.menu--sm ul{justify-content:flex-end}}.menu--sp{font-size:24px}.menu--sp ul{display:block}.menu--sp ul>*{margin:0 0 40px}.menu--sp .menu__home{display:block;margin-bottom:35px;font-size:22px}.menu--sp .menu__home .icon{display:block}.menu--sp .menu__lst--sub{opacity:1;display:flex;position:static;padding:20px 0 0 10px;background:none;white-space:normal;transform:none}.hdr{margin-top:100px;margin-bottom:70px;font-weight:500}@media only screen and (max-width: 1439.98px){.hdr{margin-top:80px;margin-bottom:40px}}@media only screen and (max-width: 767.98px){.hdr{margin-top:53px;margin-bottom:27px;line-height:1.1}}.hdr_d{display:flex;align-items:baseline;margin:0 0 70px;color:#ff8b1a;line-height:1.1}.hdr_d:before{flex-shrink:0;content:"";margin-left:-.95em;margin-right:.45em;width:.5em;height:.525em;background-color:#ff8b1a;transform:skew(23.2deg);transform-origin:100% 100%}@media only screen and (max-width: 1023.98px){.hdr_d{margin-bottom:60px}}@media only screen and (max-width: 767.98px){.hdr_d:before{display:none}}.hamb{position:relative;width:22px;height:20px;border:none;background:none}.hamb i{display:block;position:absolute;top:50%;left:0;right:0;height:4px;margin-top:-2px;background-color:currentColor;transition:background .3s ease}.hamb i:before,.hamb i:after{content:"";position:absolute;top:-8px;left:0;right:0;height:4px;background-color:currentColor;transition:background .3s ease}.hamb i:after{top:8px;right:5px}.navi{margin:0;padding:0;color:#bcbcbc;font-weight:500;text-transform:uppercase;letter-spacing:.2em;transform:translateY(40px)}.navi a{text-decoration:none}.navi a:hover{text-decoration:underline}.navi li{display:inline;list-style:none}.navi li:after{content:"\2192";margin-left:8px}.navi li:last-child:after{display:none}@media only screen and (max-width: 767.98px){.navi{margin-top:20px;font-size:14px;transform:translateY(20px)}.navi li:after{margin-left:4px}}.tbl__t,.tbl td,.tbl th{border:1px solid #d7d7d7}.tbl td,.tbl th{padding:10px;line-height:1.2;text-align:left}.tbl th{font-weight:500}@media only screen and (max-width: 767.98px){.tbl{margin-inline:-22.5px;padding-inline:22.5px;overflow-x:auto}}.cont_i{margin:0;font-size:22px;font-weight:400;line-height:1.5}.cont_i dd{margin-left:0}.cont_i>*{margin-bottom:13px}.cont_i>*:last-child{margin-bottom:0}.cont_i__t{letter-spacing:-.05em;white-space:nowrap}.cont_i__t .icon{margin-right:5px;color:#ff8b1a;font-size:18px}.cont_i__m{color:#28700d;font-weight:300;font-size:18px}.cont_g{position:relative;padding:85px 0}.cont_g:after{content:"";position:absolute;left:0;bottom:0;width:100vw;height:2px;background-image:repeating-linear-gradient(to right,#d9d9d9 0,#d9d9d9 2px,transparent 2px,transparent 7px)}.cont_g__h{margin-top:0;margin-bottom:56px}.cont_g__txt{font-size:18px;font-family:Gotham Pro,-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica Neue,Arial,sans-serif;font-weight:300;line-height:1.6;letter-spacing:-.02em}.cont_g__txt>*{margin:0}.cont_g__in{display:flex;align-items:flex-end}.cont_g__in>*{width:18.75%;margin-right:6.25%}.cont_g__in>*:last-child{margin-right:0}.cont_g__col{position:relative;top:2px;width:25%}.cont_g__col--b{width:50%}@media only screen and (max-width: 1599.98px){.cont_g{padding:80px 0}}@media only screen and (max-width: 1439.98px){.cont_g{padding:60px 0}}@media only screen and (max-width: 1279.98px){.cont_g__h{margin-bottom:40px}.cont_g__in{flex-wrap:wrap}.cont_g__in>*{width:30%;margin-right:5%}.cont_g__col{width:100%;margin-bottom:40px}.cont_g__col--b{width:50%;margin-bottom:0}}@media only screen and (max-width: 1023.98px){.cont_g__col--b{width:60%}}@media only screen and (max-width: 767.98px){.cont_g{padding:46px 0 50px}.cont_g__h{margin-right:30px;margin-bottom:27px;line-height:1.5}.cont_g__in{display:block}.cont_g__in>*{width:auto;margin-right:0;margin-bottom:33px}.cont_g__in>*:last-child{margin-bottom:0}.cont_g__col{margin-bottom:30px}}.cont_g--w{padding:103px 0 115px 9.375%;background-color:#f5f5f5}.cont_g--w:before{content:"";position:absolute;top:0;bottom:0;left:100%;width:100vw;margin-left:-2px;background-color:#f5f5f5}.cont_g--w:after{display:none}.cont_g--w .cont_g__in{align-items:baseline;margin-right:-35px}.cont_g--w .cont_g__in>*{width:22.9288702929%;margin-right:3.5146443515%}.cont_g--w .cont_g__in>*:last-child{margin-right:0}.cont_g--w .cont_g__col{width:20.6694560669%}.cont_g--w .cont_g__hdr{font-weight:500;font-size:22px;line-height:1.6;font-family:Gotham Pro,-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica Neue,Arial,sans-serif;letter-spacing:-.02em}.cont_g--w .cont_g__txt{margin-bottom:45px;font-weight:400}@media only screen and (max-width: 1599.98px){.cont_g--w{padding:80px 0 80px 80px}}@media only screen and (max-width: 1439.98px){.cont_g--w{padding-top:60px;padding-bottom:60px}}@media only screen and (max-width: 1279.98px){.cont_g--w{padding-left:60px}.cont_g--w .cont_g__in{margin-right:0;align-items:flex-end}.cont_g--w .cont_g__in>*{width:30%;margin-right:5%}.cont_g--w .cont_g__txt{margin-bottom:40px}.cont_g--w .cont_g__col{width:100%}}@media only screen and (max-width: 767.98px){.cont_g--w{padding:0;background:none}.cont_g--w:before{display:none}.cont_g--w .cont_g__in{position:relative;padding:40px 0 59px 45px;background-color:#f5f5f5}.cont_g--w .cont_g__in>*{width:auto;margin-right:0;margin-bottom:37px}.cont_g--w .cont_g__in>*:last-child{margin-bottom:0}.cont_g--w .cont_g__in:before{content:"";position:absolute;top:0;bottom:0;left:100%;width:100vw;margin-left:-2px;background-color:#f5f5f5}.cont_g--w .cont_g__txt{margin-bottom:53px}.cont_g--w .cont_g__col{margin-bottom:34px}.cont_g--w .cont_g__hdr{font-size:18px}}.cont_lst{position:relative;margin-top:120px;margin-bottom:45px}.cont_lst:before{content:"";position:absolute;left:0;top:-4px;width:100vw;height:2px;background-image:repeating-linear-gradient(to right,#d9d9d9 0,#d9d9d9 2px,transparent 2px,transparent 7px)}@media only screen and (max-width: 1599.98px){.cont_lst{margin-top:80px}}@media only screen and (max-width: 767.98px){.cont_lst{margin-top:8px}.cont_lst:before{display:none}}.cont_c{font-size:22px;line-height:1.5;font-weight:400;font-family:Gotham Pro,-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica Neue,Arial,sans-serif;letter-spacing:-.02em}.cont_c__i{display:flex;align-items:baseline}.cont_c .icon{flex-shrink:0;margin-right:20px;color:#ff8b1a;font-size:23px}.cont_c__addr .icon{position:relative;top:6px;left:4px;font-size:26px}.cont_c__in>*{margin-top:12px;margin-bottom:12px}.cont_c__tel{font-size:28px;font-family:Manrope,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;letter-spacing:-.05em}.cont_c__email{margin-top:-.4444444444em;font-size:18px;font-family:Manrope,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;letter-spacing:0}.cont_c--sp{font-size:14px;font-family:Manrope,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-weight:300;letter-spacing:0}.cont_c--sp .cont_c__in span{display:inline-block}.cont_c--sp .cont_c__in>*{margin-top:15px;margin-bottom:15px}.cont_c--sp .cont_c__tel{margin-top:22px;font-size:18px}.cont_c--sp .cont_c__tel .icon{margin-right:0;font-size:16px}.cont_c--sp .cont_c__email{margin-bottom:0;font-size:16px}.cont_c--hero .cont_c__addr{margin-bottom:73px}@media only screen and (max-width: 1279.98px){.cont_c--hero{font-size:20px}.cont_c--hero .cont_c__addr{margin-bottom:50px}}@media only screen and (max-width: 1023.98px){.cont_c--hero{font-size:18px}.cont_c--hero .cont_c__addr{margin-bottom:40px}}@media only screen and (max-width: 767.98px){.cont_c--hero{display:flex;flex-wrap:wrap;color:#000;font-size:16px}.cont_c--hero>*{width:100%}.cont_c--hero .icon{top:4px;margin-right:13px;font-size:18px}.cont_c--hero .cont_c__i{margin-bottom:16px}.cont_c--hero .cont_c__in>*{margin-top:5px;margin-bottom:5px}.cont_c--hero .cont_c__in>* br{display:none}.cont_c--hero .cont_c__tel{font-size:18px}.cont_c--hero .cont_c__email{margin-left:0}.cont_c--hero .cont_c__addr{order:1;margin-bottom:0}.cont_c--hero .cont_c__addr .icon{top:8px;left:0;font-size:20px}}.cont_c--f{display:flex;align-items:baseline;justify-content:space-between;font-size:18px}.cont_c--f .cont_c__i{width:45.4545454545%;position:relative;top:4px}.cont_c--f .cont_c__in span{display:inline-block;white-space:pre}.cont_c--f .cont_c__addr{top:0}.cont_c--f .cont_c__email{font-size:16px}@media only screen and (max-width: 1023.98px){.cont_c--f .cont_c__i{box-sizing:border-box;width:50%;padding-right:20px}}@media only screen and (max-width: 767.98px){.cont_c--f{display:block;font-size:16px}.cont_c--f .icon{position:relative;top:5px;left:4px}.cont_c--f .cont_c__i{align-items:flex-start;width:auto;padding-right:0;margin-bottom:18px}.cont_c--f .cont_c__i:last-child{margin-bottom:0}.cont_c--f .cont_c__tel{font-size:22px}.cont_c--f .cont_c__email{margin-top:-.75em}}.cont_c--c{font-family:Manrope,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-weight:300;letter-spacing:0}.cont_c--c .icon{position:relative;top:2px;margin-right:6px;font-size:29px}.cont_c--c .but{margin-top:7px}.cont_c--c .cont_c__in span{display:inline-block}.cont_c--c .cont_c__in>*{margin-top:35px;margin-bottom:35px}.cont_c--c .cont_c__tel{margin-top:-7px;font-size:32px}.cont_c--c .cont_c__email{font-size:inherit;color:#28700d}@media only screen and (max-width: 1439.98px){.cont_c--c .cont_c__in>*{margin-top:20px;margin-bottom:20px}}@media only screen and (max-width: 1279.98px){.cont_c--c{font-size:20px}.cont_c--c .but{min-width:0;width:100%}.cont_c--c .cont_c__tel{font-size:28px}}@media only screen and (max-width: 1023.98px){.cont_c--c{font-size:18px}.cont_c--c .icon{font-size:24px}.cont_c--c .cont_c__in>*{margin-top:14px;margin-bottom:14px}.cont_c--c .cont_c__tel{font-size:22px}}@media only screen and (max-width: 767.98px){.cont_c--c .icon{font-size:16px}.cont_c--c .but{position:absolute;margin-top:21px;max-width:none}.cont_c--c .cont_c__tel{margin-top:18px}}.cont_c--c1{padding-right:20px;font-family:Manrope,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-weight:300;letter-spacing:0}.cont_c--c1 .icon{position:relative;top:2px;margin-right:6px;font-size:29px}.cont_c--c1 .cont_c__in span{display:inline-block}.cont_c--c1 .cont_c__in>*{margin-top:35px;margin-bottom:35px}.cont_c--c1 .cont_c__tel{margin-top:-7px;font-size:32px}.cont_c--c1 .cont_c__email{font-size:inherit;color:#28700d}@media only screen and (max-width: 1023.98px){.cont_c--c1 .icon{margin-right:2px;font-size:24px}.cont_c--c1 .cont_c__in>*{margin-top:24px;margin-bottom:24px}.cont_c--c1 .cont_c__tel{margin-top:-4px;font-size:27px}}@media only screen and (max-width: 767.98px){.cont_c--c1{padding-right:0;padding-bottom:36px}}.keys{margin-top:165px;margin-bottom:170px}.keys__lst{display:flex}.keys__item{display:flex;align-items:center;margin-right:130px;font-size:22px;line-height:1.5;font-weight:300;font-family:Gotham Pro,-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica Neue,Arial,sans-serif;letter-spacing:-.02em}.keys__item:last-child{margin-right:0}.keys__item .icon{flex-shrink:0;margin-right:40px;font-size:50px;color:#ff8b1a}.keys__item:nth-child(2) .icon{font-size:52px}@media only screen and (max-width: 1599.98px){.keys{margin-top:120px;margin-bottom:120px}}@media only screen and (max-width: 1279.98px){.keys{margin-top:80px;margin-bottom:80px}.keys__lst{justify-content:space-between}.keys__item{margin-right:0}.keys__item .icon{margin-right:30px}}@media only screen and (max-width: 1023.98px){.keys__lst{display:block}.keys__item{margin-bottom:30px}.keys__item:last-child{margin-bottom:0}.keys__item br{display:none}}@media only screen and (max-width: 767.98px){.keys{margin-top:45px;margin-bottom:45px}.keys__item{font-size:16px}.keys__item .icon{margin-right:30px;font-size:44px}.keys__item:nth-child(2) .icon{font-size:44px}.keys__item br{display:block}}.tech__i{margin-bottom:36px}.tech__i.ratio_i:before{padding-top:71.4285714286%}.tech__t{margin-bottom:5px;color:#595959;font-family:Gotham Pro,-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica Neue,Arial,sans-serif;font-size:18px;line-height:1.6666666667}.tech__h{margin:0}@media only screen and (min-width: 1280px){.tech__h{font-size:45px;line-height:1.1111111111}}.tech__c{margin-top:15px;color:#28700d;font-weight:400;line-height:1.875}.tech__c dl,.tech__c dd{margin:0}.tech__c dt,.tech__c dd{display:inline}.tech__c dt:after{content:":"}@media only screen and (max-width: 767.98px){.tech__i{margin-bottom:26px}.tech__t{margin-bottom:0;font-size:14px;line-height:2}}.park__intro{font-size:20px;line-height:1.35}.park__intro p{margin:1.35em 0}*+.park__lst{margin-top:134px}.park__lst{display:flex;flex-wrap:wrap;justify-content:space-between;row-gap:82px}.park__lst>*{width:43.75%}@media only screen and (max-width: 1439.98px){*+.park__lst{margin-top:80px}}@media only screen and (max-width: 567.98px){.park__intro{font-size:14px}*+.park__lst{margin-top:45px}.park__lst{row-gap:50px;margin-right:-22.5px}.park__lst>*{width:100%}}.park_c{margin-top:153px;margin-bottom:178px}.park_c__h{margin:0}.park_c__hdr{display:flex;align-items:flex-start;margin-bottom:80px}.park_c__hdr p{margin:7px 0 0 auto;width:56.25%;font-size:18px;line-height:1.5}.park_c__in{position:relative;padding-right:8.59375%}.park_c__in:before,.park_c__in:after{content:"";opacity:.4;position:absolute;top:0;width:385px;height:317px;transform:skew(23.2deg);pointer-events:none}.park_c__in:before{left:-58px;background:linear-gradient(100deg,#d7d7d7 10%,rgba(215,215,215,0) 25%);transform-origin:0 100%}.park_c__in:after{right:-58px;background:linear-gradient(-75deg,#d7d7d7 10%,rgba(215,215,215,0) 35%);transform-origin:100% 0}.park_c__but{z-index:1;position:absolute;bottom:100%;right:0;padding-left:.5em;padding-right:.5em;width:calc((91.40625% - 100px) / 3 * 320 / 360);min-width:0;transform:rotate(-90deg);transform-origin:100% 100%}.park_c__lst{display:flex;column-gap:50px}.park_c__lst>*{width:calc((100% - 100px) / 3)}.park_c__i.ratio_i:before{padding-top:88.8888888889%}.park_c__i{border-radius:5px}.park_c__item dl{margin:43px 0 0;font-size:18px;line-height:1.6;font-weight:400;letter-spacing:-.02em}.park_c__item dd{margin:0;font-weight:700}@media only screen and (max-width: 1599.98px){.park_c{margin-top:125px;margin-bottom:125px}}@media only screen and (max-width: 1439.98px){.park_c__in:before,.park_c__in:after{display:none}}@media only screen and (max-width: 1279.98px){.park_c{margin-top:80px;margin-bottom:80px}.park_c__hdr{margin-bottom:60px}.park_c__item dl{margin-top:30px}}@media only screen and (max-width: 1023.98px){.park_c{margin-top:50px;margin-bottom:50px}.park_c__hdr{margin-bottom:40px}.park_c__but{width:calc((91.40625% - 50px) / 3 * 320 / 360)}.park_c__lst{column-gap:25px}.park_c__lst>*{width:calc((100% - 50px) / 3)}}@media only screen and (max-width: 767.98px){.park_c__h{margin-bottom:20px}.park_c__hdr{display:block;margin-bottom:46px}.park_c__hdr p{width:auto}.park_c__in{padding-right:0}.park_c__lst{padding-left:11.5px;padding-right:11.5px;margin-bottom:40px;overflow:auto}.park_c__lst>*{width:auto}.park_c__lst.slick-slider{display:block;overflow:visible}.park_c .slick-list{overflow:visible}.park_c__i.ratio_i:before{padding-top:92.5925925926%}.park_c__item{flex-shrink:0;padding:0 11.5px;width:150px}.park_c__item dl{margin-top:23px}.park_c__but{position:relative;bottom:auto;width:auto;transform:none;width:100%}}.map_objs{margin:140px 0}.map_objs__h{z-index:1;position:relative;top:.1384615385em;left:-.0769230769em;margin:0;color:#92cdef;line-height:1}.map_objs__h span{position:absolute;top:100%;left:35px;margin:8px 0 0;color:#fff;text-transform:none}.map_objs__m{height:600px}@media only screen and (max-width: 1439.98px){.map_objs{margin-top:125px;margin-bottom:125px}}@media only screen and (max-width: 1279.98px){.map_objs{margin-top:80px;margin-bottom:80px}.map_objs__h{top:2px;font-size:55px;line-height:.8}}@media only screen and (max-width: 1023.98px){.map_objs{margin-top:50px;margin-bottom:50px}.map_objs__h span{left:4px;margin-top:13px;color:#1d2252}.map_objs__m{margin-left:-22.5px;margin-right:-22.5px}}.map_objs__dot{position:absolute;top:50%;left:50%;width:17px;height:17px;background:url(/build/assets/map_marker@2x-b6e4fd3c.png) 0 0 no-repeat;background-size:cover}.adm{margin-top:125px;margin-bottom:125px}.adm__in{display:flex}.adm__in>*{width:43.75%;margin-right:28px}.adm__in>*:last-child{margin-right:0}.adm ul{margin-top:0;margin-bottom:0;padding:0;list-style:none}.adm li{display:flex;align-items:center;padding:25px 30px 25px 40px;margin-bottom:30px;font-size:22px;line-height:1.3636363636;font-weight:400;background-color:#f5f5f5;cursor:default;transition:color .2s ease,background .2s ease,box-shadow .2s ease}.adm li:hover{color:#28700d;background-color:transparent;box-shadow:inset 0 0 0 5px #e6e6e6}.adm .icon{flex-shrink:0;width:24px;margin-right:30px;margin-left:-1px;color:#28700d;font-size:20px}.adm .adm__ib{font-size:24px}@media only screen and (max-width: 1279.98px){.adm{margin-top:80px;margin-bottom:80px}.adm__in>*{width:50%}.adm li{font-size:20px}}@media only screen and (max-width: 1023.98px){.adm{margin-top:60px;margin-bottom:65px}}@media only screen and (max-width: 767.98px){.adm__h{margin-bottom:28px}.adm__in{display:block;margin-right:-22.5px}.adm__in>*{width:auto;margin-right:0}.adm__in>*:last-child{margin-top:0}.adm li{margin-bottom:10px;padding-left:30px;font-size:16px}.adm .icon{margin-right:20px}}.partn{margin-top:125px;margin-bottom:125px}.partn__h{margin-bottom:80px}.partn ul{position:relative;margin:0;padding:0;list-style:none;display:flex;flex-wrap:wrap}.partn ul:before{content:"";position:absolute;bottom:-1px;left:50%;width:200vw;height:2px;background:repeating-linear-gradient(to right,#d9d9d9 0 2px,transparent 2px 7px);transform:translate(-50%)}.partn ul:after{content:"";position:absolute;top:0;bottom:0;right:-1px;width:2px;background:repeating-linear-gradient(to bottom,#d9d9d9 0 2px,transparent 2px 7px)}.partn li{display:flex;align-items:center;justify-content:center;width:25%;height:160px}.partn li:after{content:"";position:absolute;top:0;bottom:0;width:2px;background:repeating-linear-gradient(to bottom,#d9d9d9 0 2px,transparent 2px 7px);margin-left:-25%}.partn li:nth-child(4n+1):before{content:"";position:absolute;left:50%;width:200vw;height:2px;background:repeating-linear-gradient(to right,#d9d9d9 0 2px,transparent 2px 7px);transform:translate(-50%) translateY(-80px)}.partn img{display:block;max-width:100%;max-height:100%}@media only screen and (max-width: 1279.98px){.partn{margin-top:80px;margin-bottom:80px}.partn__h{margin-bottom:60px}}@media only screen and (max-width: 1023.98px){.partn li{width:33.3333333333%}.partn li:after{margin-left:-33.3333333333%}.partn li:nth-child(4n+1):before{display:none}.partn li:nth-child(3n+1):before{content:"";display:block;position:absolute;left:50%;width:200vw;height:2px;background:repeating-linear-gradient(to right,#d9d9d9 0 2px,transparent 2px 7px);transform:translate(-50%) translateY(-80px)}}@media only screen and (max-width: 767.98px){.partn{margin-top:35px;margin-bottom:35px}.partn__h{width:90%;margin-bottom:30px}.partn__in{overflow:auto;margin:0 -22.5px}.partn__in2{padding:1px 22.5px;width:920px;overflow:hidden}.partn ul{width:920px}.partn ul:before{left:-22.5px;width:1000px;transform:none}.partn li{flex-shrink:0;width:230px;height:115px}.partn li:after{margin-left:-230px}.partn li:nth-child(3n+1):before{display:none}.partn li:nth-child(4n+1):before{display:block;left:-22.5px;width:1000px;transform:translateY(-57.5px)}.partn img{max-width:88%}}.ask{margin:80px 12.5% 80px 0}.ask__h{margin-top:0;margin-bottom:65px}.ask__in{display:flex;align-items:flex-start}.ask__col{width:42.8571428571%}.ask__col:last-child{flex-grow:1;width:auto;margin-left:32px}.ask__che{margin-top:45px}.ask__but{margin-top:10px}@media only screen and (max-width: 1279.98px){.ask{margin-right:0}}@media only screen and (max-width: 767.98px){.ask{margin-top:60px;margin-bottom:60px}.ask__h{margin-bottom:30px;font-size:32px}.ask__in{display:block}.ask__col,.ask__col:last-child{width:auto;margin-left:0}.ask__che{margin-top:35px;margin-bottom:30px}}.ask--p{margin-right:0}.ask--p .ask__col{width:33.3333333333%}.ask--p .ask__che{margin-top:35px}@media only screen and (max-width: 1023.98px){.ask--p .ask__col{width:41.6666666667%}}@media only screen and (max-width: 767.98px){.ask--p .ask__col{width:auto}}.vac{font-family:Gotham Pro,-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica Neue,Arial,sans-serif;line-height:1.7}.vac__hd{display:flex;background-color:#f4f4f4}.vac__h{margin:0;padding:20px 0 25px 33px;font-size:20px;font-weight:500}.vac__h span{display:inline-block}.vac__hs{margin:1.1em 0;font-size:20px}.vac__tgl{padding:0 30px 10px;border:none;margin:0 0 0 auto;color:#ff8b1a;background:none;font-weight:500;white-space:nowrap;transition:opacity .2s ease}.vac__tgl i{font-style:normal}.vac__tgl i+i{display:none}.vac__tgl .icon{margin-left:2px;font-size:12px}.vac__tgl:hover{opacity:.75}.vac.is-active .vac__tgl i{display:none}.vac.is-active .vac__tgl i+i{display:inline}.vac.is-active .vac__tgl .icon{transform:rotate(180deg)}.vac__in{display:flex;padding-top:80px}.vac__s{flex-shrink:0;width:31.25%;margin-right:80px;font-size:22px;letter-spacing:-.05em}.vac__s dl,.vac__s dd{margin:0}.vac__s dt,.vac__s dd{display:inline-block}.vac__s dt:after{content:":"}.vac__s dd{font-weight:500}.vac__s p{margin:1.6363636364em 0 0}.vac__m{flex-grow:1;margin-top:-.75em;margin-bottom:-10px}.vac__m p{margin:1.375em 0}.vac__m ol{margin:1.375em 0;padding:0;list-style:none;counter-reset:point}.vac__m ol li{counter-increment:point;margin-bottom:.5em}.vac__m ol li:last-child{margin-bottom:0}.vac__m ol li:before{content:counter(point) ".";margin-right:3px}.vac__m ul{margin:1.375em 0;padding:0;list-style:none}.vac__m ul li{margin-bottom:.5em}.vac__m ul li:last-child{margin-bottom:0}.vac__m ul li:before{content:"\2022";margin-right:3px}.vac__m dl{font-size:20px;margin:1.1em 0}.vac__m dt,.vac__m dd{display:inline}.vac__m dt{font-weight:700}.vac__m dt:after{content:":"}.vac__m dd{margin:0}.vac__i.ratio_i:before{padding-top:140%}.vac__i{margin-bottom:68px}@media only screen and (max-width: 1439.98px){.vac__h{padding-bottom:20px;padding-right:20px}.vac__in{padding-top:40px}.vac__i{margin-bottom:40px}}@media only screen and (max-width: 1279.98px){.vac__h{font-size:18px;line-height:1.5}.vac__s{margin-right:40px;font-size:20px}.vac__m dl{font-size:20px}}@media only screen and (max-width: 1023.98px){.vac__h{font-size:16px}.vac__s{width:35%;font-size:18px}}@media only screen and (max-width: 767.98px){.vac{margin-right:-22.5px}.vac__hd{align-items:flex-start}.vac__h{padding:13px 0 13px 20px;font-size:14px}.vac__tgl{padding:17px 20px;font-size:12px}.vac__tgl .icon{font-size:9px}.vac__in{padding-top:0;padding-right:22.5px;display:block}.vac__s{width:auto;margin-right:0;margin-bottom:20px;font-size:16px}.vac__s p{margin:0}.vac__i{margin-right:-22.5px;margin-bottom:26px}.vac__m{margin-top:0;margin-bottom:-5px;font-size:14px}.vac__m li{margin-bottom:8px}.vac__m dl{margin:25px 0}}.vac--one{display:flex;flex-direction:row-reverse;column-gap:80px;margin-bottom:100px}.vac--one img{height:auto}@media only screen and (max-width: 1279.98px){.vac--one{column-gap:40px}}@media only screen and (max-width: 767.98px){.vac--one{display:block;padding-right:22.5px}}.vac--one .vac__s{margin-right:0;width:51.5625%}.vac--one .vac__s--auto{width:auto}.vac--one .vac__m dl{font-size:inherit}.vac--one .vac__m dt{display:block}@media only screen and (max-width: 1023.98px){.vac--one .vac__s{width:45%}.vac--one .vac__s--auto{width:auto}}@media only screen and (max-width: 767.98px){.vac--one .vac__s{width:auto}}@media only screen and (max-width: 767.98px){.vac--wagon .vac__s{float:right;max-width:25%;margin-left:20px}}.vacs{margin-top:100px;margin-bottom:185px}.vacs__hd{display:flex;align-items:baseline;margin-bottom:84px}.vacs__hd .but{align-self:center;position:relative;top:-2px;margin-left:48px;padding-left:1em;padding-right:1em}.vacs__h{margin:0 auto 0 0;font-size:38px;font-weight:700;color:#ff8b1a;letter-spacing:-.05em}.vacs__stat{color:#898989;font-family:Gotham Pro,-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica Neue,Arial,sans-serif;font-size:32px;letter-spacing:-.05em}.vacs__lst>*{margin-bottom:80px}.vacs__lst>*:last-child{margin-bottom:0}@media only screen and (max-width: 1599.98px){.vacs{margin-bottom:125px}}@media only screen and (max-width: 1439.98px){.vacs__hd{margin-bottom:50px}.vacs__lst>*{margin-bottom:40px}}@media only screen and (max-width: 1279.98px){.vacs{margin-top:80px;margin-bottom:80px}.vacs__hd{flex-wrap:wrap}.vacs__hd .but{margin-left:auto}.vacs__h{width:100%;margin-bottom:10px}}@media only screen and (max-width: 1023.98px){.vacs__h{font-size:32px}.vacs__stat{font-size:28px}}@media only screen and (max-width: 767.98px){.vacs{margin-top:45px;margin-bottom:60px}.vacs__h{margin-bottom:7px;font-size:22px}.vacs__stat{margin-bottom:29px;font-size:22px}.vacs__lst>*{margin-bottom:34px}}.cond{display:flex;margin:80px 0;min-height:480px;box-shadow:inset 0 0 0 10px #d9d9d9}.cond__i{width:43.75%}.cond__in{align-self:center;position:relative;top:4px;box-sizing:border-box;width:56.25%;padding:80px;line-height:1.7}.cond__in ul{margin:0 0 0 5px;padding:0;list-style:none;font-weight:400}.cond__in li{position:relative;padding-left:1.125em;margin-bottom:.3125em}.cond__in li:last-child{margin-bottom:0}.cond__in li:before{content:"\2022";position:absolute;top:0;left:0}.cond__in p{margin-top:1.3888888889em;font-size:18px;font-weight:500}.cond__h{margin:0 0 1.1818181818em;color:#28700d;font-family:Manrope,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:22px;font-weight:700;text-transform:uppercase;letter-spacing:0}@media only screen and (max-width: 1023.98px){.cond__in{padding:40px}}@media only screen and (max-width: 767.98px){.cond{flex-direction:column;margin-top:50px;margin-bottom:65px;box-shadow:none}.cond__i{order:-1;width:auto;margin-right:-22.5px;height:243px}.cond__in{width:auto;padding:50px 0 0}.cond__h{margin-bottom:27px;font-size:18px}}html.with-fancybox{overflow-y:hidden}.fancybox__container{--fancybox-bg: rgba(45, 45, 45, .9)}.popup{position:relative;box-sizing:border-box;max-width:1120px;width:100%;padding:72px 80px;background:url(/build/assets/popup_form-5508d15f.jpg) #fff 100% 50% no-repeat;box-shadow:0 4px 4px #00000040}.popup__in{margin-top:0;margin-bottom:0}.popup__in .inp,.popup__in .ta{background-color:#f5f5f5cc}.popup__h{margin:0 0 55px;font-size:38px;line-height:1.1;font-weight:400;letter-spacing:-.05em}.popup__close{position:absolute;top:60px;right:60px;padding:0;border:none;color:#ff8b1a;background:transparent;font-size:22px;transition:color .2s ease}.popup__close>*{display:block;margin:auto}.popup__close:hover,.popup__close:focus,.popup__close:active{color:#28700d}@media only screen and (max-width: 1023.98px){.popup{padding:60px 40px;background-image:none}.popup__h{margin-bottom:40px}}@media only screen and (max-width: 767.98px){.popup{padding:46px 22.5px}.popup__h{margin-bottom:20px;font-size:28px}.popup__close{top:26px;right:20px}}.photolst{display:grid;gap:20px;grid-template-columns:repeat(4,1fr);margin-block:40px 80px}@media only screen and (max-width: 767.98px){.photolst{grid-template-columns:repeat(2,1fr);margin-block:20px 40px}}.photolst__itm{transition:opacity .2s}.photolst__itm:hover{opacity:.75}.photolst__itm.ratio_i:before{padding-top:75%}.head{z-index:2;position:absolute;top:114px;left:0;right:0;color:#fff}.head__in{display:flex;align-items:center;position:relative;padding-bottom:40px}.head__in:before{content:"";position:absolute;top:100%;left:0;margin-top:-1px;width:10000px;height:2px;background-color:#bcbcbc4d}.head .logo{margin-right:56px}.head .menu{flex-grow:1;position:relative}.head__tel,.head__dec,.head__menu_trg{display:none}.head__menu_trg{flex-shrink:0;margin:0 10px 0 auto}@media only screen and (max-width: 1599.98px){.head{top:80px}}@media only screen and (max-width: 1279.98px){.head{top:45px}.head__in{padding-bottom:20px}}@media only screen and (max-width: 1023.98px){.head .logo{margin-right:40px}.head .menu{top:-3px}}@media only screen and (max-width: 767.98px){.head__in{padding-bottom:0}.head__in:before{display:none}.head .logo{margin-right:20px}.head .menu{display:none}.head__menu_trg{display:block}}.head--sm{position:relative;top:0;height:320px;background-color:#d9d9d9}.head--sm .logo{position:relative;top:3px;margin-right:20px}.head--sm .head__wr{display:flex;align-items:center;position:relative;height:100%}.head--sm .head__dec{display:block;position:absolute;top:0;right:0;bottom:0;left:0}.head--sm .head__dec_in{position:absolute;top:0;bottom:0;right:100%;margin-right:-14px;width:240px;background-color:#ffffff26;transform:skew(23.2deg);transform-origin:100% 0}.head--sm .head__dec_in:before{content:"";position:absolute;top:0;bottom:0;left:100%;margin-left:220px;width:160px;background-color:#ffffff26}.head--sm .head__dec_in:after{content:"";position:absolute;top:0;bottom:0;right:0;margin-right:-220px;width:50vw;background-color:#88887b4d}.head--sm .head__bg:before{content:"";position:absolute;top:0;bottom:0;left:12.5%;width:calc(50vw + 37.5%);background:url(/build/assets/head--sm-r-2b8abffb.jpg) 0 0 no-repeat;background-size:cover}.head--sm .head__bg i{position:absolute;top:0;bottom:0;right:87.5%;width:calc(50vw - 25%);overflow:hidden;transform:skew(23.2deg);transform-origin:100% 0}.head--sm .head__bg i:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:url(/build/assets/head--sm-l-ee7459a3.jpg) 100% 0 no-repeat;background-size:cover;transform:skew(-23.2deg);transform-origin:100% 100%}.head--sm .head__bg:after{content:"";position:absolute;top:0;bottom:0;left:50%;width:102vw;background:rgba(36,36,36,.4);transform:translate(-50%)}.head--sm .head__in{align-items:center;justify-content:space-between;width:100%;padding-bottom:0}.head--sm .head__in:before{display:none}.head--sm .head__tel{display:flex;align-items:center;margin-left:10px;font-size:22px;font-family:Gotham Pro,-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica Neue,Arial,sans-serif;font-weight:500;letter-spacing:-.02em}.head--sm .head__tel .icon{margin-right:10px;color:#ff8b1a;font-size:24px}@media only screen and (max-width: 1599.98px){.head--sm{height:240px}}@media only screen and (max-width: 1279.98px){.head--sm{height:160px}.head--sm .head__tel{font-size:20px}}@media only screen and (max-width: 1023.98px){.head--sm{height:135px}.head--sm .menu{top:-.4em}.head--sm .head__tel{position:absolute;right:10px;bottom:-20px}}@media only screen and (max-width: 767.98px){.head--sm .head__dec_in{margin-right:-21px;background-color:#747467cc}.head--sm .head__dec_in:before{margin-left:-70px;width:140px;background-color:#ffffff1a}.head--sm .head__dec_in:after{display:none}.head--sm .head__bg:before{left:0;right:0;width:auto;background-position:95% 70%;background-size:auto 175%}.head--sm .head__bg i{display:none}.head--sm .head__bg:after{left:0;right:0;width:auto;background:rgba(36,36,36,.3);transform:none}.head--sm .head__tel{position:static;margin-left:auto}.head--sm .head__menu_trg{margin-top:-3px}}@media only screen and (max-width: 567.98px){.head--sm .logo{top:0}.head--sm .head__tel{display:none}}.head--st{z-index:3;opacity:0;visibility:hidden;position:fixed;top:0;right:0;left:0;height:120px;transform:translateY(-100%);transition:all .3s ease}.head--st.is-active{opacity:1;visibility:visible;transform:translateY(0)}@media only screen and (max-width: 567.98px){.head--st{height:54px}.head--st .logo{top:0}.head--st .head__bg:before{background-position:97% 41%;background-size:auto 400%}.head--st .head__tel{display:block;position:relative;bottom:2px;right:0;font-size:14px;font-weight:400;font-family:Manrope,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif}.head--st .head__tel .icon{margin-right:1px;font-size:10px}.head--st .head__menu_trg{margin:-4px 0 0 27px}}.foot{position:relative;padding-top:140px;padding-bottom:118px;color:#fff;background-color:#d9d9d9;background-position:50% 50%;background-repeat:no-repeat;background-size:cover}.page+.foot{margin-top:200px}.foot:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-color:#0f1129cc}.foot__in{display:flex;align-items:center;position:relative;margin-bottom:82px}.foot__in:last-child{align-items:baseline;margin-bottom:0}.foot .menu{position:relative}.foot .menu,.foot .cont_c{margin-left:auto;width:68.75%}.foot__copy{font-weight:400}.foot__copy>*{margin:.875em 0}@media only screen and (min-width: 768px){.foot{background-image:url(/build/assets/foot-bg-5f02300b.jpg)}}@media only screen and (max-width: 1599.98px){.foot{padding-top:70px;padding-bottom:70px}.foot__in{margin-bottom:70px}}@media only screen and (max-width: 1439.98px){.page+.foot{margin-top:100px}}@media only screen and (max-width: 1279.98px){.page+.foot{margin-top:80px}.foot .menu,.foot .cont_c{width:65%}}@media only screen and (max-width: 1023.98px){.foot__in{align-items:flex-start;margin-bottom:40px}.foot__in:last-child{flex-wrap:wrap}.foot .menu,.foot .cont_c{width:50%}.foot .cont_c{width:100%;order:-1}.foot__copy{margin-top:40px}}@media only screen and (max-width: 767.98px){.foot{padding-top:48px;padding-bottom:0;background-image:url(/build/assets/foot-bg--sm-d3b2e0b5.jpg);background-position:0 50%}.page+.foot{margin-top:60px}.foot__in{flex-wrap:wrap;margin-bottom:35px}.foot .menu{width:100%;margin-top:32px}.foot .cont_c{margin-left:-6px}.foot__copy{flex-grow:1;padding:33px 22.5px 38px;margin:47px -22.5px 0;background-color:#0f1129cc;border-top-right-radius:10px}.foot__copy>*{margin:.375em 0}}.sp{display:none;z-index:4;position:fixed;left:100%;top:0;bottom:0;width:270px;color:#fff;background:url(/build/assets/sp-d2260835.png) #28700d 100% 50% no-repeat;background-position:right -96px top 33%;background-blend-mode:multiply;transition:transform .2s ease}.sp__in{display:flex;flex-direction:column;justify-content:space-between;box-sizing:border-box;overflow:auto;width:100%;padding:58px 10px 48px 44px}.sp__close{position:absolute;top:30px;right:22px;padding:0;border:none;color:#ff8b1a;background:transparent;font-size:22px;transition:color .2s ease}.sp__close>*{display:block;margin:auto}.sp__close:hover,.sp__close:focus,.sp__close:active{color:#fff}.sp__fade{display:none;position:absolute;top:0;bottom:0;right:100%;width:1000px}.sp.is-active .sp__fade{display:block}.sp.is-active{transform:translate(-270px)}@media only screen and (max-width: 767.98px){.sp{display:flex}}.hero{z-index:1;position:relative;box-sizing:border-box;padding-top:484px;height:960px;color:#fff;background:#d9d9d9}.hero:after{z-index:-1;content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-color:#2424244d;pointer-events:none}.hero__bg{z-index:-1;position:absolute;top:0;right:0;bottom:0;left:0}.hero__dec{position:absolute;top:0;bottom:0;right:50%;margin-right:70px;width:100%;background-color:#747467cc;transform:skew(23.2deg);transform-origin:100% 100%}.hero__dec:before{content:"";position:absolute;bottom:0;right:0;width:234px;height:254px;background:rgba(16,57,0,.5);transform:translate(50%)}.hero__dec:after{content:"";position:absolute;top:0;bottom:310px;right:0;width:234px;background:rgba(255,255,255,.1);transform:translate(50%)}.hero__caro{position:absolute;top:0;right:0;bottom:0;left:0;display:flex}.hero__caro_item{flex-shrink:0;width:100%}.hero__caro.slick-slider{display:block}.hero__caro.slick-slider .slick-list,.hero__caro.slick-slider .slick-track{height:100%}.hero__dots{padding:0;list-style:none;display:flex;position:absolute;left:50%;bottom:0;margin:0 0 0 190px}.hero__dots>*{margin-right:22px}.hero__dots li,.hero__dot{width:46px;height:12px;background-color:#ffffff80;border-top-right-radius:10px;transition:background .2s;cursor:pointer}.hero__dots li:hover,.hero__dots li.is-active,.hero__dots li.slick-active,.hero__dot:hover,.hero__dot.is-active,.hero__dot.slick-active{background-color:#ff8b1a}.hero__in{display:flex;position:relative}.hero .cont_c{width:25%}.hero__cont{margin-top:38px;margin-left:auto;width:50%}.hero__cont p{position:relative;left:30px;margin:0 -30px 0 0;font-size:38px;font-family:Gotham Pro,-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica Neue,Arial,sans-serif;font-weight:400;line-height:1.2894736842;letter-spacing:-.05em}.hero__cont span{display:inline-block;padding:.0789473684em 21px .2631578947em;background-color:#0f1129;line-height:1}.hero__cont span:first-child{border-bottom-left-radius:10px}.hero__cont span:last-child{margin-left:31px;border-top-right-radius:10px}.hero__h{margin:0 0 .2615384615em;color:inherit}@media only screen and (max-width: 1599.98px){.hero{padding-top:340px;height:760px}}@media only screen and (max-width: 1439.98px){.hero{padding-top:280px;height:670px}.hero__cont p{font-size:32px}}@media only screen and (max-width: 1279.98px){.hero{padding-top:220px;height:560px}.hero__cont p{font-size:24px}.hero .cont_c{width:300px}}@media only screen and (max-width: 1023.98px){.hero{padding-top:160px;height:460px}.hero__cont{margin-top:20px}.hero__cont p{font-size:18px}.hero__dots{margin-left:80px}.hero__dots li,.hero__dot{width:30px;height:8px}.hero .cont_c{width:280px}}@media only screen and (max-width: 767.98px){.hero{padding-top:296px;height:auto;background-color:#f5f5f5}.hero__dec,.hero__bg,.hero:after{bottom:auto;height:567px}.hero__dec{right:100%;margin-right:-20px;transform-origin:100% 0}.hero__dec:before,.hero__dec:after{width:140px}.hero__dec:before{height:150px}.hero__dec:after{height:384px}.hero__dots{left:22.5px;bottom:auto;top:559px;margin-left:22px}.hero__dots>*{margin-right:15px}.hero__in{flex-wrap:wrap;padding-bottom:44px}.hero .cont_c{width:100%}.hero__cont{order:-1;width:auto;margin-top:0;margin-left:22px;height:320px}.hero__cont p{left:0;max-width:400px;font-size:16px;line-height:1.7}.hero__cont p span{padding:.25em 17px .5em}.hero__cont p span:last-child{margin-left:18px}.hero__h{margin-bottom:14px;font-size:42px;line-height:1}}.about{margin-top:80px;margin-bottom:80px}.about__in{display:flex;flex-wrap:wrap}.about__col_m{width:56.25%}.about__col_s{width:43.75%}.about__m{z-index:1;position:relative;padding-top:147px;padding-bottom:80px}.about__m_in{padding-right:33.3333333333%}.about__m p{margin:1.1111111111em 0;font-size:18px}.about__m p b{font-weight:500}.about__m:before{z-index:-1;content:"";position:absolute;top:0;height:53.1730769231%;right:0;width:calc(50vw + 11.1111111111%);background-image:linear-gradient(to bottom,#d9d9d9 0%,rgba(217,217,217,0) 100%),url(/build/assets/about__m-446d3328.jpg);background-blend-mode:multiply;background-position:100% 0;-webkit-mask-image:linear-gradient(to bottom,#fff 0%,rgba(255,255,255,0) 100%);mask-image:linear-gradient(to bottom,#fff 0%,rgba(255,255,255,0) 100%)}.about__m:after{z-index:-1;opacity:.4;content:"";position:absolute;top:0;height:206px;right:22.2222222222%;width:50vw;background-color:#fff;transform:skew(23.2deg);transform-origin:100% 100%}.about__m--srv{padding-bottom:40px}.about__m--srv p{font-size:22px;font-weight:400;letter-spacing:.03em}.about__m--srv .about__m_in{padding-right:22%}.about__h{position:relative;left:-.05em;margin-top:0;margin-bottom:72px;width:66.6666666667%;color:#28700d;text-transform:uppercase}.about__h:before{content:"";position:absolute;top:13px;height:46px;right:100%;margin-right:40px;width:50vw;background:linear-gradient(to left,#ababa3 30px,transparent 30px,transparent 56px,rgba(208,208,196,.4) 56px);transform:skew(23.2deg)}.about__h--sm{top:3px;margin-bottom:64px}.about__h--sm:before{top:10px}.about__s{z-index:2;position:relative;top:80px;box-sizing:border-box;height:100%;min-height:1040px;padding-top:111px;padding-bottom:80px;padding-left:20.8928571429%;color:#fff}.about__s:before{z-index:-1;content:"";position:absolute;top:0;bottom:0;left:0;width:calc(50vw - 14.2857142857%);background:url(/build/assets/about__s-0c718ebe.jpg) #a47f50 0 50% no-repeat;background-size:cover}.about__s--l{height:auto;min-height:1010px;padding-left:80px}.about__s--l:before{background-image:url(/build/assets/about__s--l-6c75786d.jpg)}.about__regs{max-width:445px}.about__regs_h{margin-top:0;margin-bottom:36px;color:inherit;font-size:22px;line-height:1.5;font-weight:700;text-transform:uppercase;letter-spacing:-.02em}.about__regs_h:before{margin-left:-1.3181818182em;margin-right:.7272727273em;width:.5909090909em;height:.6818181818em}.about__regs ul{margin:0;padding:0;list-style:none;font-weight:500;line-height:1.5;columns:2}.about__regs li{position:relative;padding-left:1.125em;margin-bottom:12px;white-space:nowrap}.about__regs li:before{content:"\2022";position:absolute;top:0;left:0}.about__regs--m{margin-top:56px;margin-bottom:40px}.about__regs--m ul{margin-left:7px;font-size:18px;columns:unset}.about__regs--m li{margin-bottom:.4444444444em}.about__regs--m li:last-child{margin-bottom:0}.about__regs--m .about__regs_h{color:#ff8b1a;line-height:1.2;font-weight:500;letter-spacing:-.05em}.about__regs--us{max-width:540px;margin-top:207px}.about__regs--us ul{font-size:22px}.about__tech{position:absolute;top:34.6153846154%;left:-200px;width:825px;height:475px;background:url(/build/assets/about__tech-f7254dca.png) 0 0 no-repeat}.about__cli{position:absolute;bottom:127px;margin:0;max-width:445px;box-sizing:border-box;padding:24px 40px 27px 32px;background-color:#28700d;font-size:20px;line-height:1.35;font-weight:700}.about__cli:before{z-index:-1;content:"";position:absolute;top:0;bottom:0;left:100%;margin-left:-96px;width:50vw;background:linear-gradient(to right,#28700d 100px,transparent 100px,transparent 132px,rgba(208,208,196,.6) 132px);transform:skew(23.2deg);transform-origin:100% 0}.about__cli--srv{bottom:60px}.about__i{z-index:2;position:relative;height:100%;min-height:560px;box-sizing:border-box}.about__i a{display:none}.about__info{z-index:1;display:flex;align-items:center;position:relative;padding-top:80px;height:100%;box-sizing:border-box}.about__info:before{z-index:-1;content:"";position:absolute;top:0;bottom:0;left:0;width:calc(50vw - 14.2857142857%);background-image:linear-gradient(to bottom,#d9d9d9 0%,rgba(217,217,217,0) 100%),url(/build/assets/about__info-b63ba0b5.jpg);background-blend-mode:multiply;background-position:0 0;-webkit-mask-image:linear-gradient(to bottom,#fff 0%,rgba(255,255,255,0) 100%);mask-image:linear-gradient(to bottom,#fff 0%,rgba(255,255,255,0) 100%)}.about__info:after{z-index:-1;opacity:.4;content:"";position:absolute;top:0;bottom:0;left:0;width:122.5%;background:#d7d7d7;transform:skew(23.2deg);transform-origin:100% 100%}.about__info--sm:after{width:auto;right:0}.about__srv{position:relative;top:5px;padding:80px 0 80px 113px}.about__srv_h{margin:0 0 32px;color:#28700d;font-size:55px;line-height:.9}.about__srv p{margin:32px 0 44px;font-size:27px;line-height:1.2;font-family:Gotham Pro,-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica Neue,Arial,sans-serif;letter-spacing:-.03em}.about__srvs{margin-top:80px;padding-right:15%}.about__srvs ul{display:flex;flex-wrap:wrap;justify-content:space-between;margin:0 0 -53px;padding:0;max-width:515px;list-style:none}.about__srvs li{width:200px;margin-bottom:53px}.about__srvs_i{margin-bottom:38px;border-radius:5px}.about__srvs_i.ratio_i:before{padding-top:73.5%}.about__srvs p{margin:0 -10px 0 0;font-family:Gotham Pro,-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica Neue,Arial,sans-serif;font-size:16px;line-height:1.6;font-weight:500}.about__desc{padding:80px 0 80px 80px;font-weight:400;line-height:1.7}.about__desc p{margin:1.6875em 0}.about__stat{display:flex;justify-content:space-between;margin-top:60px;color:#28700d;font-family:Gotham Pro,-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica Neue,Arial,sans-serif;line-height:1;letter-spacing:-.05em}.about__stat dl,.about__stat dd{margin-top:0;margin-bottom:0;margin-left:0}.about__stat dt{margin-bottom:7px;font-size:20px;font-weight:500}.about__stat dd{font-size:32px;font-weight:700;letter-spacing:-.05em}@media only screen and (max-width: 1599.98px){.about__m{padding-top:80px}.about__m:after{height:140px}.about__m_in{padding-right:20%}.about__h{margin-bottom:40px}.about__s{padding-top:80px;padding-left:15%;min-height:900px}.about__regs--us{margin-top:160px}.about__tech{top:29%;transform:scale(.9)}.about__cli{bottom:80px}.about__i{min-height:300px}.about__srv{padding:60px 0 60px 80px}.about__stat{justify-content:flex-start}.about__stat>*{margin-right:90px}.about__stat>*:last-child{margin-right:0}}@media only screen and (max-width: 1439.98px){.about__m--srv p{font-size:18px}.about__m_in,.about__m--srv .about__m_in{padding-right:10%}.about__h--sm{width:90%}.about__s{min-height:800px}.about__regs--us{max-width:445px}.about__regs--us ul{font-size:16px}.about__tech{transform:scale(.8)}.about__cli{bottom:60px}.about__srv{padding:40px 0 40px 60px}.about__srv_h{margin-bottom:20px;font-size:50px}.about__srv_h br{display:none}.about__srv p{margin-top:20px}.about__srvs{margin-top:44px}.about__srvs_i{margin-bottom:20px}.about__desc{padding:60px 0 60px 60px}}@media only screen and (max-width: 1279.98px){.about__m p{font-size:16px}.about__h--sm{width:95%}.about__s{padding-top:40px;padding-left:11%}.about__s--l{min-height:700px}.about__regs li{white-space:normal}.about__tech{transform:scale(.71)}.about__srv_h{font-size:42px}.about__srv p{font-size:22px;margin-bottom:30px}.about__srv .but{padding-left:1em;padding-right:1em}.about__desc{padding:40px 0 40px 40px}.about__stat>*{margin-right:40px}}@media only screen and (max-width: 1023.98px){.about__m{padding-bottom:40px}.about__h{width:auto}.about__h--sm{font-size:26px}.about__s--l{min-height:700px}.about__regs ul{columns:auto}.about__tech{display:none}.about__i a{display:block;position:absolute;top:0;right:0;bottom:0;left:0}.about__srv{pointer-events:none;padding-left:40px}.about__srv .but{display:none}.about__srv p{margin-bottom:0}.about__srvs ul{margin-left:-20px}.about__srvs li{box-sizing:border-box;width:50%;padding-left:20px}.about__srvs p{font-size:14px}.about--w .about__tech{display:block}}@media only screen and (max-width: 767.98px){.about{margin-top:50px;margin-bottom:50px}.about__in{display:block}.about__col_m,.about__col_s{width:auto}.about__col_s{position:relative}.about__m{padding-top:50px;padding-bottom:115px}.about__m_in{padding-right:0}.about__m_in p{margin:22px 0;font-size:14px}.about__m:before{width:auto;right:-22.5px;left:-22.5px}.about__m:after{right:10%;height:80px;width:100vw}.about__m--srv .about__m_in{padding-right:0}.about__m--srv .about__m_in p{font-size:16px}.about__m--srv:after{height:120px}.about__h{margin-bottom:32px}.about__h--sm{font-size:22px;line-height:1.1}.about__s{top:0;padding-left:0;padding-bottom:0;min-height:780px}.about__s:before{width:auto;right:-22.5px;left:-22.5px}.about__s--l:before{background-position:50% 0;background-size:auto}.about__regs{position:relative;left:-3px;margin-top:-109px}.about__regs_h{margin-bottom:34px;color:#395d92;font-size:32px;line-height:1.2;letter-spacing:-.05em}.about__regs ul{font-size:18px}.about__regs li{margin-bottom:8px}.about__regs--us{z-index:2;position:absolute;top:40px}.about__regs--us ul{color:#fff}.about__regs--m{left:0;margin-top:38px}.about__regs--m .about__regs_h{margin-bottom:26px;font-size:22px}.about__cli{bottom:40px;padding-right:30px}.about__cli:before{margin-left:0;transform:none}.about__cli--srv{top:40%;bottom:auto}.about__i{margin-top:27px;margin-right:-22.5px;height:460px}.about__info{display:block;position:static;padding-top:0;height:auto}.about__info:before,.about__info:after{display:none}.about__srv{z-index:2;position:relative;padding:0 0 0 45px;margin-top:-138px}.about__srv_h{max-width:300px;margin-bottom:21px;color:#fff;font-weight:700;line-height:1;text-transform:uppercase;letter-spacing:-.08em}.about__srv p{display:inline-block;vertical-align:top;margin:0;padding:4px 20px 8px;color:#fff;background-color:#0f1129;font-size:16px;line-height:1;border-top-right-radius:10px;letter-spacing:-.05em}.about__srvs{padding-right:0;margin-bottom:12px}.about__srvs ul{display:block;max-width:none;margin-left:0;margin-bottom:0}.about__srvs li{display:flex;align-items:center;width:auto;padding-left:0;margin-bottom:40px}.about__srvs li p{font-size:14px}.about__srvs li br{display:block}.about__srvs li:last-child{margin-bottom:0}.about__srvs_i{flex-shrink:0;width:90px;margin-right:23px;margin-bottom:0}.about__srvs_i.ratio_i:before{padding-top:100%}.about__desc{padding:58px 0 0;font-weight:300}.about__stat{display:block;position:absolute;left:-22.5px;right:-22.5px;color:#fff;margin-top:44px}.about__stat dl{margin-right:0;margin-bottom:25px;padding-bottom:28px;padding-left:22.5px;padding-right:22.5px;background:repeating-linear-gradient(to right,#d9d9d9 0 2px,transparent 2px 7px);background-size:100% 2px;background-position:0 100%;background-repeat:no-repeat}.about__stat dt{margin-bottom:4px}.about--w .about__m{padding-bottom:17px}.about--w .about__s{z-index:0;min-height:620px}.about--w .about__tech{margin:14px 0 0 64px}.about--w .about__i{display:none}}.photos{margin-top:125px;margin-bottom:125px;padding-top:145px;padding-bottom:120px;background-color:#f5f5f5;overflow:hidden}.photos__lst{display:flex;flex-wrap:wrap;gap:40px;margin:0 35px}.photos__lst>*{width:calc((100% - 80px) / 3)}.photos__i{position:relative}.photos__i:after{opacity:0;content:"";position:absolute;top:0;right:0;bottom:0;left:0;box-shadow:inset 0 0 0 5px #0f1129;transition:opacity .2s ease;pointer-events:none}.photos__i:hover:after{opacity:.2}.photos__v{position:relative}.photos__v:before{z-index:1;content:"";position:absolute;top:0;right:0;bottom:0;left:0;width:1em;height:1em;margin:auto;background:url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgNDEgNDciIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0zOS4wMzg1IDIxLjc3MjRDNDAuMzYxNSAyMi41NDQyIDQwLjM2MTUgMjQuNDU1OCAzOS4wMzg1IDI1LjIyNzZMMy4wMDc3NCA0Ni4yNDU1QzEuNjc0NDMgNDcuMDIzMiA4LjM4NjUxZS0wOCA0Ni4wNjE1IDEuNTA2NDVlLTA3IDQ0LjUxNzlMMS45NjkyNGUtMDYgMi40ODIwN0MyLjAzNjAyZS0wNiAwLjkzODQ5MyAxLjY3NDQzIC0wLjAyMzI0OTggMy4wMDc3NCAwLjc1NDUxNkwzOS4wMzg1IDIxLjc3MjRaIiBmaWxsPSJ3aGl0ZSIvPgo8L3N2Zz4K) rgba(255,255,255,.4) 56% 50% no-repeat;background-size:41px 47px;background-size:35.3448275862% auto;font-size:116px;border-radius:100%;transition:transform .2s ease;pointer-events:none}.photos__v:hover:before{transform:scale(1.1)}.photos__in{display:block}.photos__in.ratio_i:before{padding-top:75.0847457627%}.photos__act{position:relative;display:flex;margin-top:80px}.photos__act>*{z-index:1;position:relative}.photos__act:after{opacity:.4;content:"";position:absolute;top:0;bottom:0;left:-293px;width:800px;background:linear-gradient(to right,rgba(215,215,215,0) 0%,#d7d7d7 100%);transform:skew(23.2deg)}.photos__act .but+.but{display:none}.photos__load{visibility:hidden;opacity:0;margin-left:40px;color:#ff8b1a;font-size:56px;transition:all .5s ease}.photos__load.is-active{opacity:1;position:static;visibility:visible;animation:preload 1s linear infinite}@keyframes preload{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media only screen and (max-width: 1599.98px){.photos{padding-top:80px;padding-bottom:80px}}@media only screen and (max-width: 1279.98px){.photos{margin-top:80px;margin-bottom:80px}.photos__lst{gap:20px}.photos__lst>*{width:calc((100% - 40px) / 3)}}@media only screen and (max-width: 1023.98px){.photos{margin-top:50px;margin-bottom:50px;padding-top:40px;padding-bottom:40px}.photos__v:before{font-size:58px}.photos__act{margin-top:40px}}@media only screen and (max-width: 767.98px){.photos{padding-top:0;padding-bottom:0;background:none}.photos__h{width:90%;margin-bottom:22px}.photos__lst{gap:11px;margin:0 22.5px}.photos__lst>*{width:calc((100% - 11px)/2)}.photos__act{margin-top:28px}.photos__act:after{display:none}.photos__act .but{display:none}.photos__act .but+.but{display:block}.photos__load{display:none}}.sert{margin-top:170px;margin-bottom:170px;background-image:linear-gradient(rgba(245,245,245,.8) 0,rgba(245,245,245,.8) 100%),url(/build/assets/sert-396ed59f.jpg);background-position:102.5% 15%;background-repeat:no-repeat}.sert__in{position:relative;padding-top:147px;padding-bottom:140px;margin-left:12.5%}.sert__in:before{content:"";position:absolute;top:0;bottom:0;right:100%;margin-right:27px;width:50vw;background-color:#dddddd4d;transform:skew(23.2deg)}.sert__h{margin-bottom:100px}.sert__caro{display:flex;position:relative;height:370px}.sert__caro_lst{flex-grow:1;min-width:0;overflow:auto}.sert__caro.is-active .sert__caro_lst{overflow:hidden}.sert__caro_in{display:flex;margin:0 -30px}.sert__caro_in.slick-slider{display:block}.sert__caro_item{flex-shrink:0;box-sizing:border-box;padding:0 30px}.sert__caro_item a{display:block}.sert__caro_item img{display:block;box-sizing:border-box;width:auto;height:370px;max-width:none;border:10px solid #fff}.sert__caro_arr{flex-shrink:0;position:relative;box-sizing:content-box;width:100px;margin-left:60px;margin-right:20px;padding:0;border:10px solid currentColor;color:#fff;background:none;transition:color .2s ease}.sert__caro_arr .icon{position:relative;left:4px;top:2px;font-size:38px}.sert__caro_arr:hover{color:#ff8b1a}@media only screen and (max-width: 1599.98px){.sert{margin-top:125px;margin-bottom:125px}.sert__in{padding-top:100px;padding-bottom:100px}.sert__h{margin-bottom:70px}}@media only screen and (max-width: 1439.98px){.sert__in{margin-left:0}}@media only screen and (max-width: 1279.98px){.sert{margin-top:80px;margin-bottom:80px;background-size:cover,auto 100%}.sert__in{padding-top:80px;padding-bottom:80px}.sert__caro{height:320px}.sert__caro_in{margin:0 -20px}.sert__caro_item{padding:0 20px}.sert__caro_item img{height:320px}.sert__caro_arr{width:80px}}@media only screen and (max-width: 1023.98px){.sert{margin-top:60px;margin-bottom:60px;background-size:cover,auto 75%;background-position:102.5% 50%}}@media only screen and (max-width: 767.98px){.sert{background-size:cover,auto 55%;background-position:0 0,right -170px top 10%}.sert__h{margin-bottom:40px}.sert__in{padding-top:45px;padding-bottom:60px}.sert__in:before{display:none}.sert__caro{height:270px}.sert__caro_in{margin:0 -15px}.sert__caro_lst{overflow:visible}.sert__caro_item{padding:0 15px}.sert__caro_item img{height:270px}.sert__caro_arr{display:none}.sert__caro.is-active .sert__caro_lst,.sert__caro .slick-list{overflow:visible}}.cont{position:relative;margin-top:282px;height:952px}.cont__in{z-index:2;position:relative}.cont__c{position:absolute;top:-95px;left:0;box-sizing:border-box;width:440px;padding-right:40px;padding-bottom:122px;background-color:#fff;border-bottom-right-radius:40px}.cont__c:before{z-index:-1;content:"";position:absolute;top:0;bottom:0;right:100%;width:50vw;margin-right:-2px;background-color:#fff}.cont__c:after{content:"";position:absolute;top:87px;bottom:0;right:100%;width:50vw;margin-right:-19px;background-color:#ddd3;transform:skew(23.2deg);transform-origin:100% 100%}.cont__h.h1{margin:0 0 .9090909091em;font-size:55px;line-height:1.2727272727}.cont__m{height:100%}.cont__m:before{z-index:1;content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-color:#28700d33;pointer-events:none}@media only screen and (max-width: 1599.98px){.cont{margin-top:170px;height:650px}.cont__c{padding-bottom:60px}}@media only screen and (max-width: 1439.98px){.cont{height:575px}.cont__h.h1{margin:0 0 .8em;font-size:50px;line-height:1.1}.cont__c{top:-65px;width:400px}}@media only screen and (max-width: 1279.98px){.cont{margin-top:80px}.cont__h.h1{font-size:44px}.cont__c{top:-5px;width:340px}}@media only screen and (max-width: 1023.98px){.cont{height:500px}.cont__h.h1{font-size:36px}.cont__c{width:300px;padding-bottom:40px}}@media only screen and (max-width: 767.98px){.cont{margin-top:65px;height:auto}.cont__h.h1{font-size:32px;margin-bottom:.8235294118em}.cont__c{position:relative;top:0;width:auto;padding-right:0;padding-bottom:50px}.cont__c:before,.cont__c:after{display:none}.cont__m{height:575px}}.cont--sm{margin-top:46px;height:auto;min-height:480px}.cont--sm .cont__c{position:relative;top:0;width:31.25%;padding-bottom:0;padding-right:0;border-radius:0}.cont--sm .cont__c:before,.cont--sm .cont__c:after{display:none}.cont--sm .cont__h{position:relative;top:-12px;padding-bottom:78px;margin-bottom:50px;background-image:repeating-linear-gradient(to right,#d9d9d9 0,#d9d9d9 2px,transparent 2px,transparent 7px);background-size:100% 2px;background-position:50% 100%;background-repeat:no-repeat}.cont--sm .cont__m{position:absolute;top:0;bottom:0;left:50%;margin-left:-18.75%;width:calc(50vw + 18.75%)}@media only screen and (max-width: 1599.98px){.cont--sm{min-height:auto}}@media only screen and (max-width: 1279.98px){.cont--sm .cont__c{width:37.5%}.cont--sm .cont__h{padding-bottom:50px}.cont--sm .cont__m{left:50%;margin-left:-12.5%;width:calc(50vw + 12.5%)}}@media only screen and (max-width: 1023.98px){.cont--sm .cont__c{width:50%}.cont--sm .cont__m{left:50%;margin-left:0;width:50vw}}@media only screen and (max-width: 767.98px){.cont--sm .cont__c{width:auto}.cont--sm .cont__h{top:0;margin-right:-22.5px;margin-bottom:30px;padding-top:46px;padding-bottom:0;background-position:100% 0}.cont--sm .cont__h br{display:none}.cont--sm .cont__m{position:relative;left:0;right:0;width:auto;height:460px;margin-left:-22.5px;margin-right:-22.5px}}a{cursor:pointer}li a:hover{border-bottom:1px dotted}.fancybox__container.modal .fancybox__content{padding:0!important;background:none}.adm__in img.icon{filter:invert(48%) sepia(13%) saturate(3207%) hue-rotate(60deg) brightness(70%) contrast(80%)}
