.post-ratings{width:100%;opacity:1;}
.post-ratings-loading{display:none;height:16px;text-align:left;}
.post-ratings-image{border:0;}
.post-ratings img, .post-ratings-loading img, .post-ratings-image img{border:0;padding:0;margin:0;}
.post-ratings-text{}
.post-ratings-comment-author {
font-weight: normal;
font-style: italic;
}:root{--f-spinner-width:36px;--f-spinner-height:36px;--f-spinner-color-1:rgba(0, 0, 0, 0.1);--f-spinner-color-2:rgba(17, 24, 28, 0.8);--f-spinner-stroke:2.75}.f-spinner{margin:auto;padding:0;width:var(--f-spinner-width);height:var(--f-spinner-height)}.f-spinner svg{width:100%;height:100%;vertical-align:top;animation:f-spinner-rotate 2s linear infinite}.f-spinner svg *{stroke-width:var(--f-spinner-stroke);fill:none}.f-spinner svg *:first-child{stroke:var(--f-spinner-color-1)}.f-spinner svg *:last-child{stroke:var(--f-spinner-color-2);animation:f-spinner-dash 2s ease-in-out infinite}@keyframes f-spinner-rotate{100%{transform:rotate(360deg)}}@keyframes f-spinner-dash{0%{stroke-dasharray:1,150;stroke-dashoffset:0}50%{stroke-dasharray:90,150;stroke-dashoffset:-35}100%{stroke-dasharray:90,150;stroke-dashoffset:-124}}.f-throwOutUp{animation:var(--f-throw-out-duration, 0.175s) ease-out both f-throwOutUp}.f-throwOutDown{animation:var(--f-throw-out-duration, 0.175s) ease-out both f-throwOutDown}@keyframes f-throwOutUp{to{transform:translate3d(0, calc(var(--f-throw-out-distance, 150px) * -1), 0);opacity:0}}@keyframes f-throwOutDown{to{transform:translate3d(0, var(--f-throw-out-distance, 150px), 0);opacity:0}}.f-zoomInUp{animation:var(--f-transition-duration, 0.2s) ease .1s both f-zoomInUp}.f-zoomOutDown{animation:var(--f-transition-duration, 0.2s) ease both f-zoomOutDown}@keyframes f-zoomInUp{from{transform:scale(0.975) translate3d(0, 16px, 0);opacity:0}to{transform:scale(1) translate3d(0, 0, 0);opacity:1}}@keyframes f-zoomOutDown{to{transform:scale(0.975) translate3d(0, 16px, 0);opacity:0}}.f-fadeIn{animation:var(--f-transition-duration, 0.2s) var(--f-transition-easing, ease) var(--f-transition-delay, 0s) both f-fadeIn;z-index:2}.f-fadeOut{animation:var(--f-transition-duration, 0.2s) var(--f-transition-easing, ease) var(--f-transition-delay, 0s) both f-fadeOut;z-index:1}@keyframes f-fadeIn{0%{opacity:0}100%{opacity:1}}@keyframes f-fadeOut{100%{opacity:0}}.f-fadeFastIn{animation:var(--f-transition-duration, 0.2s) ease-out both f-fadeFastIn;z-index:2}.f-fadeFastOut{animation:var(--f-transition-duration, 0.1s) ease-out both f-fadeFastOut;z-index:2}@keyframes f-fadeFastIn{0%{opacity:.75}100%{opacity:1}}@keyframes f-fadeFastOut{100%{opacity:0}}.f-fadeSlowIn{animation:var(--f-transition-duration, 0.5s) ease both f-fadeSlowIn;z-index:2}.f-fadeSlowOut{animation:var(--f-transition-duration, 0.5s) ease both f-fadeSlowOut;z-index:1}@keyframes f-fadeSlowIn{0%{opacity:0}100%{opacity:1}}@keyframes f-fadeSlowOut{100%{opacity:0}}.f-crossfadeIn{animation:var(--f-transition-duration, 0.2s) ease-out both f-crossfadeIn;z-index:2}.f-crossfadeOut{animation:calc(var(--f-transition-duration, 0.2s)*.5) linear .1s both f-crossfadeOut;z-index:1}@keyframes f-crossfadeIn{0%{opacity:0}100%{opacity:1}}@keyframes f-crossfadeOut{100%{opacity:0}}.f-slideIn.from-next{animation:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideInNext}.f-slideIn.from-prev{animation:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideInPrev}.f-slideOut.to-next{animation:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideOutNext}.f-slideOut.to-prev{animation:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideOutPrev}@keyframes f-slideInPrev{0%{transform:translateX(100%)}100%{transform:translate3d(0, 0, 0)}}@keyframes f-slideInNext{0%{transform:translateX(-100%)}100%{transform:translate3d(0, 0, 0)}}@keyframes f-slideOutNext{100%{transform:translateX(-100%)}}@keyframes f-slideOutPrev{100%{transform:translateX(100%)}}.f-classicIn.from-next{animation:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicInNext;z-index:2}.f-classicIn.from-prev{animation:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicInPrev;z-index:2}.f-classicOut.to-next{animation:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicOutNext;z-index:1}.f-classicOut.to-prev{animation:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicOutPrev;z-index:1}@keyframes f-classicInNext{0%{transform:translateX(-75px);opacity:0}100%{transform:translate3d(0, 0, 0);opacity:1}}@keyframes f-classicInPrev{0%{transform:translateX(75px);opacity:0}100%{transform:translate3d(0, 0, 0);opacity:1}}@keyframes f-classicOutNext{100%{transform:translateX(-75px);opacity:0}}@keyframes f-classicOutPrev{100%{transform:translateX(75px);opacity:0}}:root{--f-button-width:40px;--f-button-height:40px;--f-button-border:0;--f-button-border-radius:0;--f-button-color:#374151;--f-button-bg:#f8f8f8;--f-button-hover-bg:#e0e0e0;--f-button-active-bg:#d0d0d0;--f-button-shadow:none;--f-button-transition:all 0.15s ease;--f-button-transform:none;--f-button-svg-width:20px;--f-button-svg-height:20px;--f-button-svg-stroke-width:1.5;--f-button-svg-fill:none;--f-button-svg-filter:none;--f-button-svg-disabled-opacity:0.65}.f-button{display:flex;justify-content:center;align-items:center;box-sizing:content-box;position:relative;margin:0;padding:0;width:var(--f-button-width);height:var(--f-button-height);border:var(--f-button-border);border-radius:var(--f-button-border-radius);color:var(--f-button-color);background:var(--f-button-bg);box-shadow:var(--f-button-shadow);pointer-events:all;cursor:pointer;transition:var(--f-button-transition)}@media(hover: hover){.f-button:hover:not([disabled]){color:var(--f-button-hover-color);background-color:var(--f-button-hover-bg)}}.f-button:active:not([disabled]){background-color:var(--f-button-active-bg)}.f-button:focus:not(:focus-visible){outline:none}.f-button:focus-visible{outline:none;box-shadow:inset 0 0 0 var(--f-button-outline, 2px) var(--f-button-outline-color, var(--f-button-color))}.f-button svg{width:var(--f-button-svg-width);height:var(--f-button-svg-height);fill:var(--f-button-svg-fill);stroke:currentColor;stroke-width:var(--f-button-svg-stroke-width);stroke-linecap:round;stroke-linejoin:round;transition:opacity .15s ease;transform:var(--f-button-transform);filter:var(--f-button-svg-filter);pointer-events:none}.f-button[disabled]{cursor:default}.f-button[disabled] svg{opacity:var(--f-button-svg-disabled-opacity)}.f-carousel__nav .f-button.is-prev,.f-carousel__nav .f-button.is-next,.fancybox__nav .f-button.is-prev,.fancybox__nav .f-button.is-next{position:absolute;z-index:1}.is-horizontal .f-carousel__nav .f-button.is-prev,.is-horizontal .f-carousel__nav .f-button.is-next,.is-horizontal .fancybox__nav .f-button.is-prev,.is-horizontal .fancybox__nav .f-button.is-next{top:50%;transform:translateY(-50%)}.is-horizontal .f-carousel__nav .f-button.is-prev,.is-horizontal .fancybox__nav .f-button.is-prev{left:var(--f-button-prev-pos)}.is-horizontal .f-carousel__nav .f-button.is-next,.is-horizontal .fancybox__nav .f-button.is-next{right:var(--f-button-next-pos)}.is-horizontal.is-rtl .f-carousel__nav .f-button.is-prev,.is-horizontal.is-rtl .fancybox__nav .f-button.is-prev{left:auto;right:var(--f-button-next-pos)}.is-horizontal.is-rtl .f-carousel__nav .f-button.is-next,.is-horizontal.is-rtl .fancybox__nav .f-button.is-next{right:auto;left:var(--f-button-prev-pos)}.is-vertical .f-carousel__nav .f-button.is-prev,.is-vertical .f-carousel__nav .f-button.is-next,.is-vertical .fancybox__nav .f-button.is-prev,.is-vertical .fancybox__nav .f-button.is-next{top:auto;left:50%;transform:translateX(-50%)}.is-vertical .f-carousel__nav .f-button.is-prev,.is-vertical .fancybox__nav .f-button.is-prev{top:var(--f-button-next-pos)}.is-vertical .f-carousel__nav .f-button.is-next,.is-vertical .fancybox__nav .f-button.is-next{bottom:var(--f-button-next-pos)}.is-vertical .f-carousel__nav .f-button.is-prev svg,.is-vertical .f-carousel__nav .f-button.is-next svg,.is-vertical .fancybox__nav .f-button.is-prev svg,.is-vertical .fancybox__nav .f-button.is-next svg{transform:rotate(90deg)}.f-carousel__nav .f-button:disabled,.fancybox__nav .f-button:disabled{pointer-events:none}html.with-fancybox{width:auto;overflow:visible;scroll-behavior:auto}html.with-fancybox body{touch-action:none}html.with-fancybox body.hide-scrollbar{width:auto;margin-right:calc(var(--fancybox-body-margin, 0px) + var(--fancybox-scrollbar-compensate, 0px));overflow:hidden !important;overscroll-behavior-y:none}.fancybox__container{--fancybox-color:#dbdbdb;--fancybox-hover-color:#fff;--fancybox-bg:rgba(24, 24, 27, 0.98);--fancybox-slide-gap:10px;--f-spinner-width:50px;--f-spinner-height:50px;--f-spinner-color-1:rgba(255, 255, 255, 0.1);--f-spinner-color-2:#bbb;--f-spinner-stroke:3.65;position:fixed;top:0;left:0;bottom:0;right:0;direction:ltr;display:flex;flex-direction:column;box-sizing:border-box;margin:0;padding:0;color:#f8f8f8;-webkit-tap-highlight-color:rgba(0,0,0,0);overflow:visible;z-index:var(--fancybox-zIndex, 1050);outline:none;transform-origin:top left;-webkit-text-size-adjust:100%;-moz-text-size-adjust:none;-ms-text-size-adjust:100%;text-size-adjust:100%;overscroll-behavior-y:contain}.fancybox__container *,.fancybox__container *::before,.fancybox__container *::after{box-sizing:inherit}.fancybox__container::backdrop{background-color:rgba(0,0,0,0)}.fancybox__backdrop{position:fixed;top:0;left:0;bottom:0;right:0;z-index:-1;background:var(--fancybox-bg);opacity:var(--fancybox-opacity, 1);will-change:opacity}.fancybox__carousel{position:relative;box-sizing:border-box;flex:1;min-height:0;z-index:10;overflow-y:visible;overflow-x:clip}.fancybox__viewport{width:100%;height:100%}.fancybox__viewport.is-draggable{cursor:move;cursor:grab}.fancybox__viewport.is-dragging{cursor:move;cursor:grabbing}.fancybox__track{display:flex;margin:0 auto;height:100%}.fancybox__slide{flex:0 0 auto;position:relative;display:flex;flex-direction:column;align-items:center;width:100%;height:100%;margin:0 var(--fancybox-slide-gap) 0 0;padding:4px;overflow:auto;overscroll-behavior:contain;transform:translate3d(0, 0, 0);backface-visibility:hidden}.fancybox__container:not(.is-compact) .fancybox__slide.has-close-btn{padding-top:40px}.fancybox__slide.has-iframe,.fancybox__slide.has-video,.fancybox__slide.has-html5video{overflow:hidden}.fancybox__slide.has-image{overflow:hidden}.fancybox__slide.has-image.is-animating,.fancybox__slide.has-image.is-selected{overflow:visible}.fancybox__slide::before,.fancybox__slide::after{content:"";flex:0 0 0;margin:auto}.fancybox__backdrop:empty,.fancybox__viewport:empty,.fancybox__track:empty,.fancybox__slide:empty{display:block}.fancybox__content{align-self:center;display:flex;flex-direction:column;position:relative;margin:0;padding:2rem;max-width:100%;color:var(--fancybox-content-color, #374151);background:var(--fancybox-content-bg, #fff);cursor:default;border-radius:0;z-index:20}.is-loading .fancybox__content{opacity:0}.is-draggable .fancybox__content{cursor:move;cursor:grab}.can-zoom_in .fancybox__content{cursor:zoom-in}.can-zoom_out .fancybox__content{cursor:zoom-out}.is-dragging .fancybox__content{cursor:move;cursor:grabbing}.fancybox__content [data-selectable],.fancybox__content [contenteditable]{cursor:auto}.fancybox__slide.has-image>.fancybox__content{padding:0;background:rgba(0,0,0,0);min-height:1px;background-repeat:no-repeat;background-size:contain;background-position:center center;transition:none;transform:translate3d(0, 0, 0);backface-visibility:hidden}.fancybox__slide.has-image>.fancybox__content>picture>img{width:100%;height:auto;max-height:100%}.is-animating .fancybox__content,.is-dragging .fancybox__content{will-change:transform,width,height}.fancybox-image{margin:auto;display:block;width:100%;height:100%;min-height:0;object-fit:contain;user-select:none;filter:blur(0px)}.fancybox__caption{align-self:center;max-width:100%;flex-shrink:0;margin:0;padding:14px 0 4px 0;overflow-wrap:anywhere;line-height:1.375;color:var(--fancybox-color, currentColor);opacity:var(--fancybox-opacity, 1);cursor:auto;visibility:visible}.is-loading .fancybox__caption,.is-closing .fancybox__caption{opacity:0;visibility:hidden}.is-compact .fancybox__caption{padding-bottom:0}.f-button.is-close-btn{--f-button-svg-stroke-width:2;position:absolute;top:0;right:8px;z-index:40}.fancybox__content>.f-button.is-close-btn{--f-button-width:34px;--f-button-height:34px;--f-button-border-radius:4px;--f-button-color:var(--fancybox-color, #fff);--f-button-hover-color:var(--fancybox-color, #fff);--f-button-bg:transparent;--f-button-hover-bg:transparent;--f-button-active-bg:transparent;--f-button-svg-width:22px;--f-button-svg-height:22px;position:absolute;top:-38px;right:0;opacity:.75}.is-loading .fancybox__content>.f-button.is-close-btn{visibility:hidden}.is-zooming-out .fancybox__content>.f-button.is-close-btn{visibility:hidden}.fancybox__content>.f-button.is-close-btn:hover{opacity:1}.fancybox__footer{padding:0;margin:0;position:relative}.fancybox__footer .fancybox__caption{width:100%;padding:24px;opacity:var(--fancybox-opacity, 1);transition:all .25s ease}.is-compact .fancybox__footer{position:absolute;bottom:0;left:0;right:0;z-index:20;background:rgba(24,24,27,.5)}.is-compact .fancybox__footer .fancybox__caption{padding:12px}.is-compact .fancybox__content>.f-button.is-close-btn{--f-button-border-radius:50%;--f-button-color:#fff;--f-button-hover-color:#fff;--f-button-outline-color:#000;--f-button-bg:rgba(0, 0, 0, 0.6);--f-button-active-bg:rgba(0, 0, 0, 0.6);--f-button-hover-bg:rgba(0, 0, 0, 0.6);--f-button-svg-width:18px;--f-button-svg-height:18px;--f-button-svg-filter:none;top:5px;right:5px}.fancybox__nav{--f-button-width:50px;--f-button-height:50px;--f-button-border:0;--f-button-border-radius:50%;--f-button-color:var(--fancybox-color);--f-button-hover-color:var(--fancybox-hover-color);--f-button-bg:transparent;--f-button-hover-bg:rgba(24, 24, 27, 0.3);--f-button-active-bg:rgba(24, 24, 27, 0.5);--f-button-shadow:none;--f-button-transition:all 0.15s ease;--f-button-transform:none;--f-button-svg-width:26px;--f-button-svg-height:26px;--f-button-svg-stroke-width:2.5;--f-button-svg-fill:none;--f-button-svg-filter:drop-shadow(1px 1px 1px rgba(24, 24, 27, 0.5));--f-button-svg-disabled-opacity:0.65;--f-button-next-pos:1rem;--f-button-prev-pos:1rem;opacity:var(--fancybox-opacity, 1)}.fancybox__nav .f-button:before{position:absolute;content:"";top:-30px;right:-20px;left:-20px;bottom:-30px;z-index:1}.is-idle .fancybox__nav{animation:.15s ease-out both f-fadeOut}.is-idle.is-compact .fancybox__footer{pointer-events:none;animation:.15s ease-out both f-fadeOut}.fancybox__slide>.f-spinner{position:absolute;top:50%;left:50%;margin:var(--f-spinner-top, calc(var(--f-spinner-width) * -0.5)) 0 0 var(--f-spinner-left, calc(var(--f-spinner-height) * -0.5));z-index:30;cursor:pointer}.fancybox-protected{position:absolute;top:0;left:0;right:0;bottom:0;z-index:40;user-select:none}.fancybox-ghost{position:absolute;top:0;left:0;width:100%;height:100%;min-height:0;object-fit:contain;z-index:40;user-select:none;pointer-events:none}.fancybox-focus-guard{outline:none;opacity:0;position:fixed;pointer-events:none}.fancybox__container:not([aria-hidden]){opacity:0}.fancybox__container.is-animated[aria-hidden=false]>*:not(.fancybox__backdrop,.fancybox__carousel),.fancybox__container.is-animated[aria-hidden=false] .fancybox__carousel>*:not(.fancybox__viewport),.fancybox__container.is-animated[aria-hidden=false] .fancybox__slide>*:not(.fancybox__content){animation:var(--f-interface-enter-duration, 0.25s) ease .1s backwards f-fadeIn}.fancybox__container.is-animated[aria-hidden=false] .fancybox__backdrop{animation:var(--f-backdrop-enter-duration, 0.35s) ease backwards f-fadeIn}.fancybox__container.is-animated[aria-hidden=true]>*:not(.fancybox__backdrop,.fancybox__carousel),.fancybox__container.is-animated[aria-hidden=true] .fancybox__carousel>*:not(.fancybox__viewport),.fancybox__container.is-animated[aria-hidden=true] .fancybox__slide>*:not(.fancybox__content){animation:var(--f-interface-exit-duration, 0.15s) ease forwards f-fadeOut}.fancybox__container.is-animated[aria-hidden=true] .fancybox__backdrop{animation:var(--f-backdrop-exit-duration, 0.35s) ease forwards f-fadeOut}.has-iframe .fancybox__content,.has-map .fancybox__content,.has-pdf .fancybox__content,.has-youtube .fancybox__content,.has-vimeo .fancybox__content,.has-html5video .fancybox__content{max-width:100%;flex-shrink:1;min-height:1px;overflow:visible}.has-iframe .fancybox__content,.has-map .fancybox__content,.has-pdf .fancybox__content{width:calc(100% - 120px);height:90%}.fancybox__container.is-compact .has-iframe .fancybox__content,.fancybox__container.is-compact .has-map .fancybox__content,.fancybox__container.is-compact .has-pdf .fancybox__content{width:100%;height:100%}.has-youtube .fancybox__content,.has-vimeo .fancybox__content,.has-html5video .fancybox__content{width:960px;height:540px;max-width:100%;max-height:100%}.has-map .fancybox__content,.has-pdf .fancybox__content,.has-youtube .fancybox__content,.has-vimeo .fancybox__content,.has-html5video .fancybox__content{padding:0;background:rgba(24,24,27,.9);color:#fff}.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{border:0 !important;clip:rect(1px, 1px, 1px, 1px) !important;-webkit-clip-path:inset(50%) !important;clip-path:inset(50%) !important;height:1px !important;margin:-1px !important;overflow:hidden !important;padding:0 !important;position:absolute !important;width:1px !important;white-space:nowrap !important}.f-carousel__thumbs{--f-thumb-width:96px;--f-thumb-height:72px;--f-thumb-outline:0;--f-thumb-outline-color:#5eb0ef;--f-thumb-opacity:1;--f-thumb-hover-opacity:1;--f-thumb-selected-opacity:1;--f-thumb-border-radius:2px;--f-thumb-offset:0px;--f-button-next-pos:0;--f-button-prev-pos:0}.f-carousel__thumbs.is-classic{--f-thumb-gap:8px;--f-thumb-opacity:0.5;--f-thumb-hover-opacity:1;--f-thumb-selected-opacity:1}.f-carousel__thumbs.is-modern{--f-thumb-gap:4px;--f-thumb-extra-gap:16px;--f-thumb-clip-width:46px}.f-thumbs{position:relative;flex:0 0 auto;margin:0;overflow:hidden;-webkit-tap-highlight-color:rgba(0,0,0,0);user-select:none;perspective:1000px;transform:translateZ(0)}.f-thumbs .f-spinner{position:absolute;top:0;left:0;width:100%;height:100%;border-radius:2px;background-image:linear-gradient(#ebeff2, #e2e8f0);z-index:-1}.f-thumbs .f-spinner svg{display:none}.f-thumbs.is-vertical{height:100%}.f-thumbs__viewport{width:100%;height:auto;overflow:hidden;transform:translate3d(0, 0, 0)}.f-thumbs__track{display:flex}.f-thumbs__slide{position:relative;flex:0 0 auto;box-sizing:content-box;display:flex;align-items:center;justify-content:center;padding:0;margin:0;width:var(--f-thumb-width);height:var(--f-thumb-height);overflow:visible;cursor:pointer}.f-thumbs__slide.is-loading img{opacity:0}.is-classic .f-thumbs__viewport{height:100%}.is-modern .f-thumbs__track{width:max-content}.is-modern .f-thumbs__track::before{content:"";position:absolute;top:0;bottom:0;left:calc((var(--f-thumb-clip-width, 0))*-0.5);width:calc(var(--width, 0)*1px + var(--f-thumb-clip-width, 0));cursor:pointer}.is-modern .f-thumbs__slide{width:var(--f-thumb-clip-width);transform:translate3d(calc(var(--shift, 0) * -1px), 0, 0);transition:none;pointer-events:none}.is-modern.is-resting .f-thumbs__slide{transition:transform .33s ease}.is-modern.is-resting .f-thumbs__slide__button{transition:clip-path .33s ease}.is-using-tab .is-modern .f-thumbs__slide:focus-within{filter:drop-shadow(-1px 0px 0px var(--f-thumb-outline-color)) drop-shadow(2px 0px 0px var(--f-thumb-outline-color)) drop-shadow(0px -1px 0px var(--f-thumb-outline-color)) drop-shadow(0px 2px 0px var(--f-thumb-outline-color))}.f-thumbs__slide__button{appearance:none;width:var(--f-thumb-width);height:100%;margin:0 -100% 0 -100%;padding:0;border:0;position:relative;border-radius:var(--f-thumb-border-radius);overflow:hidden;background:rgba(0,0,0,0);outline:none;cursor:pointer;pointer-events:auto;touch-action:manipulation;opacity:var(--f-thumb-opacity);transition:opacity .2s ease}.f-thumbs__slide__button:hover{opacity:var(--f-thumb-hover-opacity)}.f-thumbs__slide__button:focus:not(:focus-visible){outline:none}.f-thumbs__slide__button:focus-visible{outline:none;opacity:var(--f-thumb-selected-opacity)}.is-modern .f-thumbs__slide__button{--clip-path:inset( 0 calc( ((var(--f-thumb-width, 0) - var(--f-thumb-clip-width, 0))) * (1 - var(--progress, 0)) * 0.5 ) round var(--f-thumb-border-radius, 0) );clip-path:var(--clip-path)}.is-classic .is-nav-selected .f-thumbs__slide__button{opacity:var(--f-thumb-selected-opacity)}.is-classic .is-nav-selected .f-thumbs__slide__button::after{content:"";position:absolute;top:0;left:0;right:0;height:auto;bottom:0;border:var(--f-thumb-outline, 0) solid var(--f-thumb-outline-color, transparent);border-radius:var(--f-thumb-border-radius);animation:f-fadeIn .2s ease-out;z-index:10}.f-thumbs__slide__img{overflow:hidden;position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;margin:0;padding:var(--f-thumb-offset);box-sizing:border-box;pointer-events:none;object-fit:cover;border-radius:var(--f-thumb-border-radius)}.f-thumbs.is-horizontal .f-thumbs__track{padding:8px 0 12px 0}.f-thumbs.is-horizontal .f-thumbs__slide{margin:0 var(--f-thumb-gap) 0 0}.f-thumbs.is-vertical .f-thumbs__track{flex-wrap:wrap;padding:0 8px}.f-thumbs.is-vertical .f-thumbs__slide{margin:0 0 var(--f-thumb-gap) 0}.fancybox__thumbs{--f-thumb-width:96px;--f-thumb-height:72px;--f-thumb-border-radius:2px;--f-thumb-outline:2px;--f-thumb-outline-color:#ededed;position:relative;opacity:var(--fancybox-opacity, 1);transition:max-height .35s cubic-bezier(0.23, 1, 0.32, 1)}.fancybox__thumbs.is-classic{--f-thumb-gap:8px;--f-thumb-opacity:0.5;--f-thumb-hover-opacity:1}.fancybox__thumbs.is-classic .f-spinner{background-image:linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05))}.fancybox__thumbs.is-modern{--f-thumb-gap:4px;--f-thumb-extra-gap:16px;--f-thumb-clip-width:46px;--f-thumb-opacity:1;--f-thumb-hover-opacity:1}.fancybox__thumbs.is-modern .f-spinner{background-image:linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05))}.fancybox__thumbs.is-horizontal{padding:0 var(--f-thumb-gap)}.fancybox__thumbs.is-vertical{padding:var(--f-thumb-gap) 0}.is-compact .fancybox__thumbs{--f-thumb-width:64px;--f-thumb-clip-width:32px;--f-thumb-height:48px;--f-thumb-extra-gap:10px}.fancybox__thumbs.is-masked{max-height:0px !important}.is-closing .fancybox__thumbs{transition:none !important}.fancybox__toolbar{--f-progress-color:var(--fancybox-color, rgba(255, 255, 255, 0.94));--f-button-width:46px;--f-button-height:46px;--f-button-color:var(--fancybox-color);--f-button-hover-color:var(--fancybox-hover-color);--f-button-bg:rgba(24, 24, 27, 0.65);--f-button-hover-bg:rgba(70, 70, 73, 0.65);--f-button-active-bg:rgba(90, 90, 93, 0.65);--f-button-border-radius:0;--f-button-svg-width:24px;--f-button-svg-height:24px;--f-button-svg-stroke-width:1.5;--f-button-svg-filter:drop-shadow(1px 1px 1px rgba(24, 24, 27, 0.15));--f-button-svg-fill:none;--f-button-svg-disabled-opacity:0.65;display:flex;flex-direction:row;justify-content:space-between;margin:0;padding:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI Adjusted","Segoe UI","Liberation Sans",sans-serif;color:var(--fancybox-color, currentColor);opacity:var(--fancybox-opacity, 1);text-shadow:var(--fancybox-toolbar-text-shadow, 1px 1px 1px rgba(0, 0, 0, 0.5));pointer-events:none;z-index:20}.fancybox__toolbar :focus-visible{z-index:1}.fancybox__toolbar.is-absolute,.is-compact .fancybox__toolbar{position:absolute;top:0;left:0;right:0}.is-idle .fancybox__toolbar{pointer-events:none;animation:.15s ease-out both f-fadeOut}.fancybox__toolbar__column{display:flex;flex-direction:row;flex-wrap:wrap;align-content:flex-start}.fancybox__toolbar__column.is-left,.fancybox__toolbar__column.is-right{flex-grow:1;flex-basis:0}.fancybox__toolbar__column.is-right{display:flex;justify-content:flex-end;flex-wrap:nowrap}.fancybox__infobar{padding:0 5px;line-height:var(--f-button-height);text-align:center;font-size:17px;font-variant-numeric:tabular-nums;-webkit-font-smoothing:subpixel-antialiased;cursor:default;user-select:none}.fancybox__infobar span{padding:0 5px}.fancybox__infobar:not(:first-child):not(:last-child){background:var(--f-button-bg)}[data-fancybox-toggle-slideshow]{position:relative}[data-fancybox-toggle-slideshow] .f-progress{height:100%;opacity:.3}[data-fancybox-toggle-slideshow] svg g:first-child{display:flex}[data-fancybox-toggle-slideshow] svg g:last-child{display:none}.has-slideshow [data-fancybox-toggle-slideshow] svg g:first-child{display:none}.has-slideshow [data-fancybox-toggle-slideshow] svg g:last-child{display:flex}[data-fancybox-toggle-fullscreen] svg g:first-child{display:flex}[data-fancybox-toggle-fullscreen] svg g:last-child{display:none}:fullscreen [data-fancybox-toggle-fullscreen] svg g:first-child{display:none}:fullscreen [data-fancybox-toggle-fullscreen] svg g:last-child{display:flex}.f-progress{position:absolute;top:0;left:0;right:0;height:3px;transform:scaleX(0);transform-origin:0;transition-property:transform;transition-timing-function:linear;background:var(--f-progress-color, var(--f-carousel-theme-color, #0091ff));z-index:30;user-select:none;pointer-events:none}
@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") format("woff");font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}:host{position:relative;display:block;margin-left:auto;margin-right:auto;z-index:1}.swiper{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-ios .swiper-slide,.swiper-wrapper{transform:translate3d(0px, 0, 0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.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);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-slide,.swiper-3d .swiper-cube-shadow{transform-style:preserve-3d}.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-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper::before{content:"";flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-slide-shadow-bottom{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))}.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:rgba(0,0,0,0)}.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,.swiper-watch-progress .swiper-slide-visible .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(0deg)}100%{transform:rotate(360deg)}}:root{--transition: ease-in-out 0.2s;--green: #3CA775;--green-darker: #34966C;--green-lighter: #4DBA8E;--orange: #FCC127;--orange-darker: #e6a703;--red: #d90429;--mint: #F3F8F6;--black: #1C231F;--white-darker: #d3d3d3;--gray: #82828A;--box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);--box-shadow-hover: 0 7px 15px 0 rgba(0, 0, 0, 0.15)}*{padding:0px;margin:0px;border:0px}*,*:before,*:after{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box}:focus,:active{outline:none}a:focus,a:active{outline:none}aside,nav,footer,header,section{display:block}html,body{height:100%;min-width:320px}body{line-height:1;font-family:"OpenSans";-ms-text-size-adjust:100%;-moz-text-size-adjust:100%;-webkit-text-size-adjust:100%}input,button,textarea{font-family:"OpenSans"}input::-ms-clear{display:none}button{background:inherit;cursor:pointer}button::-moz-focus-inner{padding:0;border:0}a,a:visited{display:inline-block;text-decoration:none}a:hover{text-decoration:none}ul li{list-style:none}img{vertical-align:top}h1,h2,h3,h4,h5,h6{font-weight:inherit;font-size:inherit}@font-face{font-family:"OpenSans";font-display:swap;src:url(//n-urengoy.centereco.ru/wp-content/themes/centereco/assets/fonts/OpenSans-Bold.ttf) format("ttf"),url(//n-urengoy.centereco.ru/wp-content/themes/centereco/assets/fonts/OpenSans-Bold.woff) format("woff"),url(//n-urengoy.centereco.ru/wp-content/themes/centereco/assets/fonts/OpenSans-Bold.woff2) format("woff2");font-weight:700;font-style:normal}@font-face{font-family:"OpenSans";font-display:swap;src:url(//n-urengoy.centereco.ru/wp-content/themes/centereco/assets/fonts/OpenSans-SemiBold.ttf) format("ttf"),url(//n-urengoy.centereco.ru/wp-content/themes/centereco/assets/fonts/OpenSans-SemiBold.woff) format("woff"),url(//n-urengoy.centereco.ru/wp-content/themes/centereco/assets/fonts/OpenSans-SemiBold.woff2) format("woff2");font-weight:600;font-style:normal}@font-face{font-family:"OpenSans";font-display:swap;src:url(//n-urengoy.centereco.ru/wp-content/themes/centereco/assets/fonts/OpenSans-Medium.ttf) format("ttf"),url(//n-urengoy.centereco.ru/wp-content/themes/centereco/assets/fonts/OpenSans-Medium.woff) format("woff"),url(//n-urengoy.centereco.ru/wp-content/themes/centereco/assets/fonts/OpenSans-Medium.woff2) format("woff2");font-weight:500;font-style:normal}@font-face{font-family:"OpenSans";font-display:swap;src:url(//n-urengoy.centereco.ru/wp-content/themes/centereco/assets/fonts/OpenSans-Regular.ttf) format("ttf"),url(//n-urengoy.centereco.ru/wp-content/themes/centereco/assets/fonts/OpenSans-Regular.woff) format("woff"),url(//n-urengoy.centereco.ru/wp-content/themes/centereco/assets/fonts/OpenSans-Regular.woff2) format("woff2");font-weight:400;font-style:normal}@font-face{font-family:"OpenSans";font-display:swap;src:url(//n-urengoy.centereco.ru/wp-content/themes/centereco/assets/fonts/OpenSans-Light.ttf) format("ttf"),url(//n-urengoy.centereco.ru/wp-content/themes/centereco/assets/fonts/OpenSans-Light.woff) format("woff"),url(//n-urengoy.centereco.ru/wp-content/themes/centereco/assets/fonts/OpenSans-Light.woff2) format("woff2");font-weight:300;font-style:normal}@font-face{font-family:"JihoSoft";font-display:swap;src:url(//n-urengoy.centereco.ru/wp-content/themes/centereco/assets/fonts/JihoSoft-Bold.ttf) format("ttf"),url(//n-urengoy.centereco.ru/wp-content/themes/centereco/assets/fonts/JihoSoft-Bold.woff) format("woff"),url(//n-urengoy.centereco.ru/wp-content/themes/centereco/assets/fonts/JihoSoft-Bold.woff2) format("woff2");font-weight:700;font-style:normal}.body{position:relative;width:100%;min-height:100vh;display:flex;flex-direction:column;overflow-x:hidden}.body.lock{overflow:hidden}.body::-webkit-scrollbar{width:6px;height:6px}.body::-webkit-scrollbar-track{background:var(--mint)}.body::-webkit-scrollbar-thumb{background-color:#3ca775;border-radius:5px}.body.lock .popup,.body.lock .header,.body.lock .header-sticky-section_is-fixed,body.hide-scrollbar .popup,body.hide-scrollbar .header,body.hide-scrollbar .header-sticky-section_is-fixed{width:calc(-6px + 100vw)}@media screen and (max-width:768px){.body.lock .popup,.body.lock .header,.body.lock .header-sticky-section_is-fixed,body.hide-scrollbar .popup,body.hide-scrollbar .header,body.hide-scrollbar .header-sticky-section_is-fixed{width:100vw}}.body.lock .btn-scroll-up,body.hide-scrollbar .btn-scroll-up{right:46px}@media screen and (max-width:768px){.body.lock .btn-scroll-up,body.hide-scrollbar .btn-scroll-up{right:20px}}.main{flex:1 1 auto;padding-top:146px}@media screen and (max-width:1200px){.main{padding-top:128px}}@media screen and (max-width:992px){.main{padding-top:110px}}.container{margin:0 auto;padding:0 20px;max-width:1280px}@media screen and (max-width:576px){.container{padding:0 16px}}.container_xl{max-width:1500px}.container_xxl{max-width:1860px}.container_xxl .bg_dark{border-radius:30px}.container_xxl .bg_dark .title{color:#fff}.container_xxl .bg_dark .text-container p,.container_xxl .bg_dark .text-container ul li,.container_xxl .bg_dark .text-container ol li{color:var(--white-darker)}@media screen and (max-width:1320px){.container_xxl .bg_dark{margin:0 -20px;border-radius:0}}@media screen and (max-width:576px){.container_xxl .bg_dark{margin:0 -16px}}.section{position:relative}.section_pd-vert{padding:100px 0}@media screen and (max-width:992px){.section_pd-vert{padding:80px 0}}@media screen and (max-width:576px){.section_pd-vert{padding:60px 0}}.section_pd-top{padding-top:100px}@media screen and (max-width:992px){.section_pd-top{padding-top:80px}}@media screen and (max-width:576px){.section_pd-top{padding-top:60px}}.section_pd-bottom{padding-bottom:100px}@media screen and (max-width:992px){.section_pd-bottom{padding-bottom:80px}}@media screen and (max-width:576px){.section_pd-bottom{padding-bottom:60px}}.section_pd-bottom-overlay{padding-bottom:200px}@media screen and (max-width:992px){.section_pd-bottom-overlay{padding-bottom:160px}}@media screen and (max-width:576px){.section_pd-bottom-overlay{padding-bottom:120px}}.section_pd-top-overlay{padding-top:200px}@media screen and (max-width:992px){.section_pd-top-overlay{padding-top:160px}}@media screen and (max-width:576px){.section_pd-top-overlay{padding-top:120px}}.section_overlay-top{margin-top:-100px}@media screen and (max-width:992px){.section_overlay-top{margin-top:-80px}}@media screen and (max-width:576px){.section_overlay-top{margin-top:-60px}}.section_overlay-bottom{z-index:2;margin-bottom:-100px}@media screen and (max-width:992px){.section_overlay-bottom{margin-bottom:-80px}}@media screen and (max-width:576px){.section_overlay-bottom{margin-bottom:-60px}}.bg{background-repeat:no-repeat}.bg_top{background-position:center top}.bg_bottom{background-position:center bottom}.bg_right{background-position:right center}.bg_cover{background-position:center;background-size:cover}.bg_world{background-image:url(//n-urengoy.centereco.ru/wp-content/themes/centereco/assets/img/bg-shape_00.png)}@media screen and (max-width:576px){.bg_world{background-image:none}}.bg_forest{background-image:url(//n-urengoy.centereco.ru/wp-content/themes/centereco/assets/img/bg-shape_01.png)}@media screen and (max-width:576px){.bg_forest{background-image:none}}.bg_dark{background-image:url(//n-urengoy.centereco.ru/wp-content/themes/centereco/assets/img/bg-shape_02.jpg)}@media screen and (max-width:576px){.bg_dark{background-image:url(//n-urengoy.centereco.ru/wp-content/themes/centereco/assets/img/bg-shape_02.jpg)}}.bg_circle{background-image:url(//n-urengoy.centereco.ru/wp-content/themes/centereco/assets/img/bg-shape_04.png)}@media screen and (max-width:576px){.bg_circle{background-image:none}}.ibg{overflow:hidden}.ibg img{width:100%;height:100%;object-fit:cover;object-position:center}.spacer{display:block;width:100%}.spacer_sm{height:20px}.spacer_md{height:30px}.spacer_lg{height:45px}.spacer_xl{height:60px}.spacer_xxl{height:100px}.link-group{display:flex;flex-wrap:wrap;align-items:center}.link-group_divider .link-group__item{padding:0 20px;border-right:1px solid rgba(255,255,255,.5)}@media screen and (max-width:1200px){.link-group_divider .link-group__item{padding:0 15px}}@media screen and (max-width:768px){.link-group_divider .link-group__item{padding:0 10px}}@media screen and (max-width:576px){.link-group_divider .link-group__item{padding:0}}.link-group_divider .link-group__item:nth-last-child(1){border:none}@media screen and (max-width:1100px){.link-group_divider .link-group__item:nth-last-child(1){display:none}}@media screen and (max-width:1100px){.link-group_divider .link-group__item:nth-last-child(2){border:none}}@media screen and (max-width:576px){.link-group_divider .link-group__item:nth-last-child(3){display:none}}.link-group_dark-bg{height:100%;padding:0 10px;background-color:rgba(0,0,0,.1)}@media screen and (max-width:1200px){.link-group_dark-bg{padding:0 5px}}@media screen and (max-width:768px){.link-group_dark-bg{display:none}}.link-group_dark-bg .link-group__item{padding:0 10px}.link-group_classic .link-group__item{margin-right:10px}.link-group_classic .link-group__item:last-child{margin-right:0px}.link-group_classic .link-group__link .icon{display:flex;align-items:center;justify-content:center;width:42px;height:42px;background-color:var(--mint);border-radius:50%;transition:background-color var(--transition)}.link-group_classic .link-group__link .icon svg{transition:fill var(--transition);fill:var(--black);width:22px;height:22px}.link-group_classic .link-group__link:active .icon,.link-group_classic .link-group__link:hover .icon{background-color:var(--green)}.link-group_classic .link-group__link:active .icon svg,.link-group_classic .link-group__link:hover .icon svg{fill:#fff}.actions{display:flex;flex-wrap:wrap;justify-content:center;margin:-10px}.actions_left{justify-content:flex-start}.actions .btn{margin:10px;display:flex;justify-content:center}@media screen and (max-width:992px){.actions .btn{min-width:inherit}}.icon{display:inline-block;position:relative}.icon svg{width:100%;height:100%;object-fit:cover}.icon_sm{width:16px;height:16px}@media screen and (max-width:992px){.icon_sm{width:15px;height:15px}}.icon_md{width:20px;height:20px}@media screen and (max-width:992px){.icon_md{width:18px;height:18px}}.icon_lg{width:32px;height:32px}@media screen and (max-width:992px){.icon_lg{width:28px;height:28px}}.icon_xl{width:50px;height:50px}@media screen and (max-width:992px){.icon_xl{width:42px;height:42px}}.icon_xxl{width:72px;height:72px}@media screen and (max-width:992px){.icon_xxl{width:64px;height:64px}}.icon img{width:100%;height:100%;object-fit:contain;object-position:center}.icon-numb{display:flex;align-items:center;justify-content:center;font-weight:600}.icon-numb_md{font-size:20px}@media screen and (max-width:992px){.icon-numb_md{font-size:18px}}.icon-numb_xl{font-size:28px}@media screen and (max-width:992px){.icon-numb_xl{font-size:24px}}.caret svg{fill:var(--gray)}.caret_white svg{fill:#fff}.logo{position:relative}.logo__image{position:absolute;width:68px;height:68px}@media screen and (max-width:1200px){.logo__image{width:62px;height:62px}}@media screen and (max-width:992px){.logo__image{width:48px;height:48px}}.logo__text{display:block;padding-left:42px;padding-top:40px;padding-bottom:7px;font-size:21px;line-height:1;font-weight:bold;font-family:"JihoSoft";color:#5e6260}@media screen and (max-width:1200px){.logo__text{font-size:20px;padding-top:36px}}@media screen and (max-width:992px){.logo__text{font-size:15px;padding-top:28px;padding-left:30px;padding-bottom:5px}}.grid{display:grid;column-gap:30px;row-gap:30px}.grid_2{grid-template-columns:repeat(2, 1fr)}@media screen and (max-width:576px){.grid_2{grid-template-columns:1fr}}.grid_3{grid-template-columns:repeat(3, 1fr)}@media screen and (max-width:992px){.grid_3{grid-template-columns:repeat(2, 1fr)}}@media screen and (max-width:576px){.grid_3{grid-template-columns:1fr}}.grid_4{grid-template-columns:repeat(4, 1fr)}@media screen and (max-width:1200px){.grid_4{grid-template-columns:repeat(3, 1fr)}}@media screen and (max-width:992px){.grid_4{grid-template-columns:repeat(2, 1fr)}}@media screen and (max-width:576px){.grid_4{grid-template-columns:1fr}}.grid_5{grid-template-columns:repeat(5, 1fr)}@media screen and (max-width:1200px){.grid_5{grid-template-columns:repeat(4, 1fr)}}@media screen and (max-width:992px){.grid_5{grid-template-columns:repeat(3, 1fr)}}@media screen and (max-width:768px){.grid_5{grid-template-columns:repeat(2, 1fr)}}@media screen and (max-width:576px){.grid_5{grid-template-columns:1fr}}.grid_services{row-gap:20px;column-gap:20px}@media screen and (max-width:992px){.grid_services{column-gap:30px}}.grid_benefits{column-gap:60px}@media screen and (max-width:768px){.grid_benefits{column-gap:30px;row-gap:60px}}@media screen and (max-width:768px){.grid_benefits{grid-template-columns:1fr}}.grid_articles .article_blog{height:100%}@media screen and (max-width:1320px){.grid_articles .article_blog{height:auto}}.grid_articles .article_blog .article__image{padding-top:68%}@media screen and (max-width:1200px){.grid_articles .article_blog .article__image{padding-top:62%}}.grid_articles .article_news-2{margin-bottom:10px}.grid_articles .article_news-2:last-child{margin-bottom:0}@media screen and (max-width:992px){.grid_articles .column:last-child{grid-column:span 2}}@media screen and (max-width:576px){.grid_articles .column:last-child{grid-column:span 1}}.grid_sitemap{row-gap:0}.grid_documents{margin-top:-10px}@media screen and (max-width:768px){.grid_documents{column-gap:20px;row-gap:20px}}@media screen and (max-width:576px){.grid_documents{column-gap:10px;row-gap:10px}}@media screen and (max-width:576px){.grid_documents.grid_4{grid-template-columns:1fr 1fr}}.dual-photo-exp{width:100%;height:100%;display:flex;align-items:center;position:relative}@media screen and (max-width:768px){.dual-photo-exp{justify-content:center}}.dual-photo-exp__image_primary{position:relative;padding-left:60px;padding-right:20px}@media screen and (max-width:1200px){.dual-photo-exp__image_primary{padding-left:30px}}@media screen and (max-width:449px){.dual-photo-exp__image_primary{padding-left:20px}}.dual-photo-exp__image_primary img{height:auto;max-width:100%;width:560px;border:none;border-radius:0;box-shadow:none}@media screen and (max-width:768px){.dual-photo-exp__image_primary img{width:450px}}.dual-photo-exp__image_primary::after{position:absolute;content:"";width:90px;height:90px;border-radius:5px 5px 0 0;background-color:var(--green);background-image:url(//n-urengoy.centereco.ru/wp-content/themes/centereco/assets/img/logo-small-white.png);background-repeat:no-repeat;background-position:center;top:-20px;left:60px}@media screen and (max-width:1200px){.dual-photo-exp__image_primary::after{left:30px;width:72px;height:72px;background-size:60%}}@media screen and (max-width:449px){.dual-photo-exp__image_primary::after{left:20px;width:60px;height:60px;background-size:50%}}.dual-photo-exp__image_primary::before{position:absolute;content:"";z-index:-1;top:-22px;right:-12px;width:185px;height:190px;background:url(//n-urengoy.centereco.ru/wp-content/themes/centereco/assets/img/shape-dot.png) center/cover}@media screen and (max-width:576px){.dual-photo-exp__image_primary::before{width:140px;height:150px;top:-15px;right:0}}.dual-photo-exp__image_secondary{position:absolute;width:40%;height:auto;bottom:-20px;left:0;border-radius:20px;padding:10px;background-color:#fff;box-shadow:var(--box-shadow)}@media screen and (max-width:1200px){.dual-photo-exp__image_secondary{padding:5px}}.dual-photo-exp__image_secondary img{border-radius:20px}.dual-photo-exp__content{position:absolute;right:10px;bottom:-20px;background-color:#fff;border-radius:10px;box-shadow:var(--box-shadow);padding:10px}@media screen and (max-width:449px){.dual-photo-exp__content{padding:5px}}.dual-photo-exp__text{border-radius:10px;border:2px solid var(--orange);padding:15px;color:var(--gray);line-height:1.33;font-weight:600;font-size:16px;display:flex;align-items:center}@media screen and (max-width:1200px){.dual-photo-exp__text{font-size:13px;padding:10px;line-height:1.25}}@media screen and (max-width:449px){.dual-photo-exp__text{border:1px solid var(--orange)}}.dual-photo-exp__num{margin-right:15px;font-size:52px;font-weight:600;line-height:1;color:var(--green)}@media screen and (max-width:1200px){.dual-photo-exp__num{font-size:36px;margin-right:10px}}@media screen and (max-width:576px){.dual-photo-exp__num{font-size:32px}}@media screen and (max-width:449px){.dual-photo-exp__num{margin-right:5px}}.content-panel{display:flex;align-items:stretch}@media screen and (max-width:768px){.content-panel{flex-direction:column;width:100%}}@media screen and (max-width:768px){.content-panel_overlay-top{padding-top:110px}}@media screen and (max-width:576px){.content-panel_overlay-top{padding-top:90px}}.content-panel_overlay-top .content-panel__content-wrap{padding-top:80px}@media screen and (max-width:992px){.content-panel_overlay-top .content-panel__content-wrap{padding-top:60px}}@media screen and (max-width:768px){.content-panel_overlay-top .content-panel__content-wrap{padding:0}}@media screen and (max-width:768px){.content-panel_overlay-bottom{padding-bottom:110px}}@media screen and (max-width:576px){.content-panel_overlay-bottom{padding-bottom:90px}}.content-panel_overlay-bottom .content-panel__content-wrap{padding-bottom:80px}@media screen and (max-width:992px){.content-panel_overlay-bottom .content-panel__content-wrap{padding-bottom:60px}}@media screen and (max-width:768px){.content-panel_overlay-bottom .content-panel__content-wrap{padding:0}}.content-panel__image,.content-panel__content{width:50%}@media screen and (max-width:768px){.content-panel__image,.content-panel__content{width:auto}}.content-panel__image{border-radius:15px 0 0 15px;overflow:hidden}@media screen and (max-width:768px){.content-panel__image{border-radius:15px;margin-bottom:30px}}.content-panel__content{background-image:url(//n-urengoy.centereco.ru/wp-content/themes/centereco/assets/img/bg-shape_03_mini.jpg);background-size:cover;background-position:center;padding:80px 60px;border-radius:0 15px 15px 0;overflow:hidden}@media screen and (max-width:1200px){.content-panel__content{padding:60px 45px}}@media screen and (max-width:768px){.content-panel__content{margin:0 -20px;padding:60px 20px;background-color:var(--mint);background-image:none;border-radius:0}}@media screen and (max-width:576px){.content-panel__content{padding:60px 16px;margin:0 -16px;text-align:center}}.content-panel__content-wrap{max-width:560px}@media screen and (max-width:1200px){.content-panel__content-wrap{max-width:100%}}.content-panel__director{margin-bottom:30px}.content-panel__director:last-child{margin-bottom:0}.content-panel__text{font-size:18px;color:var(--black);line-height:1.75;margin-bottom:50px}@media screen and (max-width:768px){.content-panel__text{font-size:17px}}@media screen and (max-width:576px){.content-panel__text{font-size:16px}}.content-panel__text p{margin-bottom:20px}.content-panel__text p:last-child{margin-bottom:0}@media screen and (max-width:768px){.content-panel__text{margin-bottom:30px}}.content-panel__text:last-child{margin-bottom:0}.content-panel__actions{justify-content:flex-start}@media screen and (max-width:576px){.content-panel__actions{justify-content:center}}.content-panel_fullsize .content-panel__image{border-radius:0}@media screen and (max-width:768px){.content-panel_fullsize .content-panel__image{margin:0 20px 30px;border-radius:15px}}@media screen and (max-width:576px){.content-panel_fullsize .content-panel__image{margin:0 16px 30px}}.content-panel_fullsize .content-panel__content{border-radius:0;background-color:var(--mint);background-image:url(//n-urengoy.centereco.ru/wp-content/themes/centereco/assets/img/bg-shape-07.png);background-position:center right;background-size:contain;background-repeat:no-repeat}@media screen and (max-width:768px){.content-panel_fullsize .content-panel__content{margin:0;background-image:none}}@media screen and (max-width:576px){.content-panel_fullsize .content-panel__content{text-align:left}}@media screen and (max-width:576px){.content-panel_fullsize .content-panel__actions{justify-content:flex-start}}.content-panel_fullsize .icon-box__title{margin-bottom:5px}.content-panel-director{display:flex;align-items:center}@media screen and (max-width:576px){.content-panel-director{flex-direction:column}}.content-panel-director__image{flex-shrink:0;width:90px;height:90px;border-radius:10px;margin-right:30px}@media screen and (max-width:1200px){.content-panel-director__image{margin-right:25px;width:80px;height:80px}}@media screen and (max-width:576px){.content-panel-director__image{border-radius:50%;margin-right:0;margin-bottom:10px}}.content-panel-director__content{display:flex;flex-direction:column}.content-panel-director__title{margin-bottom:10px}@media screen and (max-width:1200px){.content-panel-director__title{margin-bottom:5px}}.content-panel-director__title,.content-panel-director__desc{font-size:18px;color:var(--black);line-height:1.25}@media screen and (max-width:768px){.content-panel-director__title,.content-panel-director__desc{font-size:17px}}@media screen and (max-width:576px){.content-panel-director__title,.content-panel-director__desc{font-size:16px;text-align:center}}.stages{display:flex;align-items:flex-start}@media screen and (max-width:1060px){.stages{flex-direction:column}}.stages .left-side{margin-right:60px}@media screen and (max-width:1200px){.stages .left-side{margin-right:30px}}@media screen and (max-width:1060px){.stages .left-side{margin-right:0;margin-bottom:30px}}@media screen and (max-width:576px){.stages .left-side{display:flex;flex-direction:column;align-items:center}}.stages .right-side{width:640px;flex-shrink:0}@media screen and (max-width:1200px){.stages .right-side{width:580px}}@media screen and (max-width:1060px){.stages .right-side{width:100%;flex-shrink:1}}.stages__list{display:grid;column-gap:30px;row-gap:30px;align-items:stretch;grid-template-columns:repeat(2, 1fr)}@media screen and (max-width:768px){.stages__list{grid-template-columns:1fr}}.stages__item{width:100%}.stages__item:first-child{margin-top:40px}@media screen and (max-width:768px){.stages__item:first-child{margin-top:0}}.stages__item:last-child{margin-top:-40px}@media screen and (max-width:768px){.stages__item:last-child{margin-top:0}}.stages__link{padding:30px;border-radius:10px;box-shadow:var(--box-shadow);transition:box-shadow var(--transition);width:100%}.stages__link .icon-box__icon{box-shadow:inherit;transition:background-color var(--transition);margin-bottom:20px}.stages__link .icon-box__icon svg{transition:fill var(--transition);fill:var(--green)}.stages__link .icon-box__title{display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;-webkit-line-clamp:1;height:27px}@media screen and (max-width:768px){.stages__link .icon-box__title{height:auto}}.stages__link .icon-box__desc{display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;-webkit-line-clamp:3;height:84px}@media screen and (max-width:768px){.stages__link .icon-box__desc{-webkit-line-clamp:2;height:56px}}@media screen and (max-width:576px){.stages__link .icon-box__desc{display:block;height:auto;-webkit-line-clamp:unset}}.stages__link:hover{box-shadow:var(--box-shadow-hover)}.stages__link:hover .icon-box__icon{background-color:var(--green)}.stages__link:hover .icon-box__icon svg{fill:#fff}.stages__text{margin-bottom:30px}.stages__text:last-child{margin-bottom:0}@media screen and (max-width:576px){.stages__text{text-align:center}}.stages__actions{display:flex;flex-wrap:wrap;align-items:center;margin:-10px}@media screen and (max-width:576px){.stages__actions{justify-content:center}}.stages__actions .icon-box{margin:10px}.stages__actions .icon-box__icon{background-color:var(--green);width:48px;height:48px;margin:0 15px 0 0 !important}.stages__actions .icon-box__title{font-size:16px;font-weight:500;color:var(--gray);line-height:1;margin-bottom:5px}@media screen and (max-width:768px){.stages__actions .icon-box__title{font-size:15px;margin-bottom:2px}}.stages__actions .icon-box__desc a{font-size:18px;line-height:1;font-weight:600;color:var(--black);transition:color var(--transition)}.stages__actions .icon-box__desc a:hover{color:var(--green)}@media screen and (max-width:768px){.stages__actions .icon-box__desc a{font-size:16px}}.stages__actions .icon-box .icon{width:28px;height:28px}.client-logo{display:block;margin:0 auto;position:relative;max-width:150px;height:120px}@media screen and (max-width:576px){.client-logo{max-width:120px;height:100px}}.client-logo img{position:absolute;width:100%;height:100%;left:0;top:0;object-fit:contain;object-position:center;transition:transform var(--transition)}.client-logo:hover img{transform:translateY(-10px)}.mobile-link{pointer-events:none;cursor:default}@media screen and (max-width:768px){.mobile-link{pointer-events:auto;cursor:pointer}}.reviews-widget{width:100%;transition:height var(--transition);min-height:450px;position:relative}.loader-wrap{display:flex;justify-content:center;align-items:center;width:100%;height:100%;position:absolute}.loader{border:4px solid var(--mint);border-top:4px solid var(--green);border-radius:50%;width:40px;height:40px;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.title-wrapper{display:flex;flex-direction:column;margin-bottom:40px;align-items:center}@media screen and (max-width:768px){.title-wrapper{margin-bottom:30px}}.title-wrapper .title,.title-wrapper .subtitle{text-align:center}.title-wrapper__box{width:100%;display:flex;justify-content:space-between;align-items:center}@media screen and (max-width:576px){.title-wrapper__box{display:block}}.title-wrapper__box .title{max-width:620px}.title-wrapper__box .btn{margin-left:30px}@media screen and (max-width:576px){.title-wrapper__box .btn{display:none}}.title-wrapper_left-align{align-items:flex-start}@media screen and (max-width:576px){.title-wrapper_left-align{align-items:center}}.title-wrapper_left-align .title,.title-wrapper_left-align .subtitle{text-align:left}@media screen and (max-width:576px){.title-wrapper_left-align .title,.title-wrapper_left-align .subtitle{text-align:center}}.title-wrapper_constrained{max-width:720px;margin-left:auto;margin-right:auto}.title{font-size:36px;font-weight:700;color:var(--black);line-height:1.33}@media screen and (max-width:992px){.title{font-size:32px}}@media screen and (max-width:768px){.title{font-size:24px}}.subtitle{display:inline-block;border-radius:5px;padding:16px 20px;background-color:rgba(60,167,117,.05);margin-bottom:10px}@media screen and (max-width:992px){.subtitle{padding:12px 16px}}.subtitle__tagline{font-size:16px;line-height:1;font-weight:600;color:var(--green)}@media screen and (max-width:992px){.subtitle__tagline{font-size:15px;font-weight:500}}.subtitle_secondary{background-color:rgba(252,193,39,.05)}.subtitle_secondary .subtitle__tagline{color:var(--orange)}.text-container h2,.text-container h3,.text-container h4{color:var(--black);font-weight:700;line-height:1.75}.text-container h2{font-size:21px;margin:20px 0 10px}@media screen and (max-width:1200px){.text-container h2{font-size:20px}}@media screen and (max-width:768px){.text-container h2{font-size:18px}}.text-container h2:first-child{margin-top:0}.text-container h2:last-child{margin-bottom:0}.text-container h3{font-size:18px;margin:15px 0 10px}@media screen and (max-width:1200px){.text-container h3{font-size:17px}}@media screen and (max-width:768px){.text-container h3{font-size:16px}}.text-container h3:first-child{margin-top:0}.text-container h3:last-child{margin-bottom:0}.text-container h4{font-size:16px;margin:10px 0}.text-container h4:first-child{margin-top:0}.text-container h4:last-child{margin-bottom:0}.text-container a:not(.btn){display:inline;font-size:16px;color:var(--green);line-height:1.75;text-decoration:none}.text-container a:not(.btn):hover{cursor:pointer;text-decoration:underline}.text-container p,.text-container ul li,.text-container ol li{font-size:16px;color:var(--gray);line-height:1.75}.text-container p,.text-container ul,.text-container ol{margin-bottom:10px}.text-container p:last-child,.text-container ul:last-child,.text-container ol:last-child{margin-bottom:0}.text-container ul{padding-left:35px}.text-container ul li{list-style:none;position:relative}.text-container ul li::before{position:absolute;content:"";width:14px;height:14px;border-radius:50%;left:-25px;top:7px;border:4px solid var(--green)}.text-container ol{padding-left:30px}.text-container ol li{padding-left:5px}.text-container ol li::marker{font-weight:700;color:var(--green)}.text-container img{display:inline-block;max-width:50%;margin:30px;border-radius:30px;overflow:hidden}@media screen and (max-width:992px){.text-container img{border-radius:20px;margin:20px}}@media screen and (max-width:768px){.text-container img{margin-left:0;margin-right:0;width:100%;max-width:100%}}.text-container img.alignleft{float:left;margin-left:0}.text-container img.alignright{float:right;margin-right:0}.text-container p:first-child img{margin-top:0}.text-container p:last-child img{margin-bottom:0}.text-container_center{text-align:center;display:flex;align-items:center;flex-direction:column}.constrained{margin-left:auto;margin-right:auto}.constrained_lg{max-width:960px}.wp-block-image{margin:0;max-width:100%}@media screen and (max-width:576px){.wp-block-image .alignleft{margin:0 0 10px}}.wp-block-image img{width:100%;border-radius:10px;overflow:hidden}.btn{flex-shrink:0;display:inline-flex;align-items:center;border-radius:5px;cursor:pointer;font-weight:500;transition:background-color var(--transition),color var(--transition),border-color var(--transition)}.btn_sm{font-size:14px;line-height:1;padding:10px 15px}.btn_md{font-size:15px;line-height:1;padding:18px 30px}@media screen and (max-width:992px){.btn_md{padding:16px 26px}}.btn_lg{font-size:16px;line-height:1;padding:20px 30px;font-weight:600}@media screen and (max-width:992px){.btn_lg{font-size:15px;padding:16px 26px}}.btn_min-width-sm{min-width:180px;text-align:center;justify-content:center}.btn_min-width-md{min-width:200px;text-align:center;justify-content:center}.btn svg{transition:fill var(--transition)}.btn_primary{background-color:var(--green);color:#fff}.btn_primary .icon{transition:transform var(--transition);margin-left:8px}@media screen and (max-width:768px){.btn_primary .icon{margin-left:5px}}.btn_primary .icon svg{fill:#fff}.btn_primary:hover .icon{transform:translateX(5px)}.btn_primary.btn_h-lighter:hover{background-color:var(--green-lighter)}.btn_primary.btn_h-darker:hover{background-color:var(--green-darker)}.btn_primary.btn_h-change:hover{background-color:#fff;color:var(--green)}.btn_secondary{background-color:inherit;color:var(--green);border:1px solid var(--green)}.btn_secondary:hover{background-color:var(--green);color:#fff}.btn_tertiary{background-color:#ebf6f1;color:var(--green);border:1px solid var(--green)}.btn_tertiary.btn_h-lighter{border-color:#fff;background-color:#fff;color:var(--black)}.btn_tertiary.btn_h-darker{color:var(--black)}.btn_tertiary.btn_h-darker:hover{background-color:#d0e0d9}.btn_tertiary.btn_h-change:hover{background-color:var(--green);border-color:var(--green);color:#fff}.btn_quaternary{background-color:var(--orange);color:#fff}.btn_quaternary.btn_h-darker:hover{background-color:var(--orange-darker)}.btn_shine{position:relative;overflow:hidden}.btn_shine::before{content:"";position:absolute;top:0;left:-60px;width:45px;height:100%;background:linear-gradient(to right, transparent, rgba(255, 255, 255, 0.5), transparent);transform:skewX(-30deg);animation:shine 4s ease-in-out infinite}.btn_shine:hover::before{animation:none}@keyframes shine{0%{left:-60px}30%{left:calc(100% + 15px)}100%{left:calc(100% + 15px)}}.btn_icon{width:40px;height:40px;border-radius:50%;display:flex;justify-content:center;align-items:center}.btn_icon svg{fill:var(--gray)}.btn_icon.btn_primary svg{fill:#fff}.btn_icon.btn-secondary svg{fill:var(--green)}.btn_icon.btn_tertiary{border:none}.btn_icon.btn_tertiary svg{fill:var(--green)}.btn_icon.btn_tertiary:hover svg{fill:#fff}.btn_icon.btn_sm{width:24px;height:24px;padding:0}.btn_icon.btn_lg{width:48px;height:48px}.table-container{border:1px solid #e0e0e0;border-radius:5px;overflow-y:auto}.table-container::-webkit-scrollbar{width:6px;height:6px}.table-container::-webkit-scrollbar-track{background:#eee;border-radius:15px}.table-container::-webkit-scrollbar-thumb{background-color:var(--white-darker);border-radius:5px}.table-container__content{overflow:hidden}@media screen and (max-width:768px){.table-container__content{overflow-x:auto}}.table-container_mini .table tbody:last-child tr:last-child{border-bottom:none}table,.table{width:100%;border-spacing:0px;border-collapse:collapse}table tbody tr,.table tbody tr{transition:background-color var(--transition)}table tbody tr:hover,.table tbody tr:hover{background:#eee}table tr,.table tr{border-bottom:1px solid #e0e0e0}table th,table td,.table th,.table td{text-align:left;font-size:16px;padding:15px 15px;line-height:1.33}@media screen and (max-width:768px){table th,table td,.table th,.table td{padding:10px 15px}}@media screen and (max-width:576px){table th,table td,.table th,.table td{font-size:15px;padding:7px 12px}}table th,.table th{color:#000;font-weight:600}table td,.table td{color:rgba(0,0,0,.75)}table .align-center,.table .align-center{text-align:center}.table-pagination{display:flex;align-items:center;justify-content:flex-end;padding:15px}@media screen and (max-width:768px){.table-pagination{padding:10px 15px}}@media screen and (max-width:576px){.table-pagination{padding:7px 12px}}.table-pagination__quantity{display:flex;align-items:center;margin-right:20px}@media screen and (max-width:992px){.table-pagination__quantity{margin-right:15px}}@media screen and (max-width:576px){.table-pagination__quantity{display:none}}.table-pagination__max-rows{color:rgba(0,0,0,.75);font-size:16px;margin-right:15px}@media screen and (max-width:992px){.table-pagination__max-rows{margin-right:10px}}@media screen and (max-width:576px){.table-pagination__max-rows{margin-right:5px;font-size:15px}}.table-pagination__select{color:rgba(0,0,0,.75);font-size:16px;cursor:pointer}@media screen and (max-width:576px){.table-pagination__select{font-size:15px}}.table-pagination__nav{display:flex;align-items:center}.table-pagination__current{color:rgba(0,0,0,.75);font-size:16px;margin-right:20px}@media screen and (max-width:992px){.table-pagination__current{margin-right:15px}}@media screen and (max-width:576px){.table-pagination__current{font-size:15px;margin-right:10px}}.table-pagination__list{display:flex;align-items:center}.table-pagination__item{margin-right:10px}@media screen and (max-width:992px){.table-pagination__item{margin-right:5px}}@media screen and (max-width:576px){.table-pagination__item{margin-right:0}}.table-pagination__item:nth-last-child(1){margin:0}.table-pagination__button{display:block;position:relative;width:40px;height:40px;background:rgba(0,0,0,0);border-radius:50%;overflow:hidden;transition:background-color var(--transition)}@media screen and (max-width:576px){.table-pagination__button{width:36px;height:36px}}.table-pagination__button:hover{cursor:pointer;background:var(--mint)}.table-pagination__button svg{position:absolute;fill:var(--black);top:calc(50% - 10px);left:calc(50% - 10px);width:20px;height:20px;object-fit:contain;object-position:center}@media screen and (max-width:576px){.table-pagination__button svg{top:calc(50% - 9px);left:calc(50% - 9px);width:18px;height:18px}}.table-pagination__button:disabled svg,.table-pagination__button[disabled] svg{fill:var(--gray)}.table-pagination__button:disabled:hover,.table-pagination__button[disabled]:hover{cursor:default;background:rgba(0,0,0,0)}.wp-block-table:not(.table-container){border:1px solid #e0e0e0;border-radius:5px;overflow-x:auto;border-bottom:none;margin-bottom:10px}.wp-block-table:not(.table-container):last-child{margin-bottom:0}.wp-block-table:not(.table-container) .wp-element-caption{border-bottom:1px solid #e0e0e0;font-size:16px;color:var(--gray);line-height:1.25;padding:15px 15px}@media screen and (max-width:768px){.wp-block-table:not(.table-container) .wp-element-caption{padding:10px 15px}}@media screen and (max-width:576px){.wp-block-table:not(.table-container) .wp-element-caption{font-size:15px;padding:7px 12px}}.wp-block-table thead,.wp-block-table td,.wp-block-table th{border:none}.wp-block-table:not(.table-container) .wp-element-caption,.wp-block-table td,.wp-block-table th{text-align:left;font-size:16px;padding:15px 15px;line-height:1.25}@media screen and (max-width:768px){.wp-block-table:not(.table-container) .wp-element-caption,.wp-block-table td,.wp-block-table th{padding:10px 15px}}@media screen and (max-width:576px){.wp-block-table:not(.table-container) .wp-element-caption,.wp-block-table td,.wp-block-table th{font-size:15px;padding:7px 12px}}.wp-block-button:not(.is-style-outline){color:#fff}.wp-block-table_requisites td:first-child{color:rgba(0,0,0,.75);font-weight:600}.header{width:100%;z-index:100;top:0;position:absolute;background-color:#fff}.nav-overlay{display:none;position:fixed;inset:0;background:rgba(0,0,0,.3);backdrop-filter:blur(2px);z-index:998}.nav-overlay._active{display:block}.header-top-section{position:relative;height:46px;width:100%;background-color:var(--green)}.header-top-section__content{height:100%;display:flex;justify-content:space-between;align-items:center}.header-top-section__left-side,.header-top-section__right-side{display:flex;align-items:center;height:100%}.header-top-section__link{font-size:14px;color:#fff;display:flex;align-items:center}.header-top-section__link .icon_sm{margin-right:8px}@media screen and (max-width:1200px){.header-top-section__link .icon_sm{margin-right:5px}}.header-top-section__link .caret{margin-right:0}@media screen and (max-width:992px){.header-top-section__link_address{display:none}}.header-top-section .city-select{margin-right:20px}@media screen and (max-width:1200px){.header-top-section .city-select{margin-right:15px}}@media screen and (max-width:768px){.header-top-section .city-select{margin-right:10px}}@media screen and (max-width:400px){.header-top-section .city-select{display:none}}.header-top-section .link-group{height:46px}.header-top-section .link-group_dark-bg .link-group__item svg{transition:fill var(--transition);fill:#fff}.header-top-section .link-group_dark-bg .link-group__item:hover svg{fill:var(--black)}.header-sticky-section{padding:12px 0;position:relative;background-color:#fff}.header-sticky-section_is-fixed{box-shadow:0 5px 10px 0 rgba(0,0,0,.05);width:100%;position:fixed;top:0;left:0;z-index:111}@media screen and (max-width:1200px){.header-sticky-section{padding:8px 0}}.header-sticky-section__content{position:relative;display:flex;align-items:center;justify-content:space-between}@media screen and (max-width:992px){.header-sticky-section__navigation{position:fixed;top:0;left:-360px;bottom:0;width:360px;max-width:100%;background:#fff;z-index:999;overflow-y:auto;opacity:0;visibility:hidden;transition:left var(--transition),opacity var(--transition),visibility var(--transition);display:flex;flex-direction:column}.header-sticky-section__navigation::-webkit-scrollbar{width:6px;height:6px}.header-sticky-section__navigation::-webkit-scrollbar-track{background:var(--mint)}.header-sticky-section__navigation::-webkit-scrollbar-thumb{background-color:#3ca775;border-radius:5px}.header-sticky-section__navigation._open{left:0;opacity:1;visibility:visible}}.header-sticky-section__nav-top{display:none}@media screen and (max-width:992px){.header-sticky-section__nav-top{display:flex;align-items:center;justify-content:space-between;height:46px;flex-shrink:0;background-color:var(--mint);padding-left:25px}.header-sticky-section__nav-top .btn-close-nav{width:46px;height:46px;border-radius:0;flex-shrink:0}}@media screen and (max-width:992px){.header-sticky-section__nav-logo .logo__image{width:36px;height:36px}.header-sticky-section__nav-logo .logo__text{font-size:12px;padding-left:24px;padding-top:20px;padding-bottom:4px}}.header-sticky-section__actions{display:flex;align-items:center}.header-sticky-section__actions .btn-mobile-menu{display:none}@media screen and (max-width:992px){.header-sticky-section__actions .btn-mobile-menu{display:flex}}@media screen and (max-width:992px){.header-sticky-section__actions .btn-callback{display:none}}.header-sticky-section__actions .btn-calculator{margin-left:5px}.header-sticky-section__actions .btn-search{position:relative;margin-left:30px}@media screen and (max-width:1200px){.header-sticky-section__actions .btn-search{margin-left:25px}}@media screen and (max-width:992px){.header-sticky-section__actions .btn-search{margin-left:15px}}.header-sticky-section__actions .btn-search::before{position:absolute;content:"";left:-5px;top:0;height:100%;width:1px;background-color:rgba(0,0,0,.2)}@media screen and (max-width:1200px){.header-sticky-section__actions .btn-search::before{left:-5px}}.header-menu{display:flex;align-items:center}.header-menu__item{position:relative;padding:20px 0}@media screen and (max-width:1200px){.header-menu__item{padding:15px 0}}.header-menu__item_has-submenu{position:relative}.header-menu__item_has-megamenu{position:static}.header-menu__item:hover .header-menu__link{color:var(--green)}.header-menu__item:hover .header-menu__link .icon svg{fill:var(--green)}.header-menu__item:hover .underline::before{width:100%;left:0}.header-menu__item:hover .header-menu-submenu{opacity:1;visibility:visible;transform:rotateX(0deg)}.header-menu__link{padding:10px 10px;display:flex;align-items:center;font-weight:500;font-size:15px;color:var(--gray);transition:color var(--transition)}.header-menu__link .icon svg{fill:var(--gray);transition:fill var(--transition)}.header-menu .underline{position:relative}.header-menu .underline::before{position:absolute;content:"";left:50%;right:0;bottom:-10px;height:2px;width:0;background-color:var(--green);transition:width var(--transition),left var(--transition)}.header-menu__toggle{display:none}.header-menu-submenu{position:absolute;top:100%;left:0;background-color:#fff;padding:10px 20px 20px 20px;box-shadow:var(--box-shadow);border-radius:15px;border-bottom:2px solid var(--green);width:240px;transition:visibility var(--transition),opacity var(--transition),transform var(--transition);transform:rotateX(-90deg);transform-origin:0 0;visibility:hidden;opacity:0}.header-menu-submenu__item{border-bottom:1px solid rgba(0,0,0,.1)}.header-menu-submenu__item:last-child{border:none}.header-menu-submenu__link{width:100%;padding:10px 0;font-weight:500;line-height:1.33;font-size:15px;color:var(--gray);transition:color var(--transition)}@media screen and (max-width:992px){.header-menu-submenu__link{padding:8px 0}}.header-menu-submenu__link:hover{color:var(--green)}.header-menu-megamenu{width:100%;padding:30px}@media screen and (max-width:1200px){.header-menu-megamenu{padding:20px}}.header-menu-megamenu__coumns{display:grid;grid-template-columns:repeat(4, 1fr);gap:30px}@media screen and (max-width:1200px){.header-menu-megamenu__coumns{gap:20px}}@media screen and (max-width:992px){.header-menu-megamenu__coumns{grid-template-columns:repeat(3, 1fr)}}@media screen and (max-width:992px){}.header-menu-megamenu__image{border-radius:15px;overflow:hidden;max-width:240px;width:100%;height:auto;margin-bottom:15px}@media screen and (max-width:992px){.header-menu-megamenu__image{margin-bottom:10px}}.header-menu-megamenu__image img{width:100%;height:100%;object-fit:cover}.header-menu-megamenu__text{max-width:240px;width:100%}.header-menu-megamenu__text,.header-menu-megamenu__title,.header-menu-megamenu__link{font-size:14px;line-height:1.33;color:var(--gray)}.header-menu-megamenu__title,.header-menu-megamenu__link{cursor:pointer;transition:color var(--transition)}.header-menu-megamenu__title:hover,.header-menu-megamenu__link:hover{color:var(--green)}.header-menu-megamenu__title{font-size:15px;display:inline-block;width:100%;font-weight:600;border-bottom:1px solid #f5f5f5;padding-bottom:10px;margin-bottom:10px;padding-top:0;color:var(--black)}.header-menu-megamenu__link{padding:10px 0}@media screen and (max-width:992px){.header-menu-megamenu__link{padding:8px 0}}@media screen and (max-width:992px){.header-menu{flex-direction:column;align-items:stretch;padding:10px 25px 60px}.header-menu__item{padding:0;border-bottom:1px solid rgba(0,0,0,.1);display:flex;flex-wrap:wrap}.header-menu__link{flex:1;padding:15px 0;font-size:15px;font-weight:600;color:var(--black)}.header-menu__link:hover{color:var(--black)}.header-menu__link .icon{display:none}.header-menu .underline::before{display:none}.header-menu__item:hover .header-menu__submenu{opacity:0;visibility:hidden}.header-menu__toggle{display:flex;align-items:center;justify-content:center;position:relative;flex-shrink:0;width:46px;background:rgba(0,0,0,0);border:none}.header-menu__toggle span{position:absolute;width:12px;height:2px;background-color:var(--gray);transition:transform var(--transition),opacity var(--transition)}.header-menu__toggle span:last-child{transform:rotate(90deg)}.header-menu__item._open>.header-menu__toggle span:last-child{transform:rotate(0deg);opacity:0}.header-menu__submenu{position:static !important;opacity:1 !important;visibility:visible !important;transform:none !important;box-shadow:none;border:none;border-radius:0;width:100%;flex-basis:100%;padding:0 0 0 20px;max-height:0;overflow:hidden;transition:max-height .3s ease}.header-menu-submenu__link{padding:8px 0;font-size:15px;color:var(--gray)}.header-menu-submenu__link:hover{color:var(--green)}.header-menu-submenu__item:last-child{margin-bottom:20px}.header-menu-megamenu__coumns{grid-template-columns:1fr;gap:0}
.header-menu-megamenu__column{display:flex;flex-direction:column}.header-menu-megamenu__column:last-child{margin-bottom:20px}.header-menu-megamenu__title{font-size:15px;font-weight:500;color:var(--black);padding-top:10px;padding-bottom:8px;margin-bottom:5px;border-bottom:1px solid rgba(0,0,0,.1)}.header-menu-megamenu__list{padding-left:20px}.header-menu-megamenu__link{padding:5px 0;font-size:14px;color:var(--gray)}}.search-panel{position:absolute;right:0;top:100%;width:390px;max-width:100%;padding:15px;border-radius:15px;background-color:#fff;box-shadow:var(--box-shadow);border-bottom:2px solid var(--green);opacity:0;visibility:hidden;transition:opacity var(--transition),visibility var(--transition)}@media screen and (max-width:1200px){.search-panel{width:360px}}@media screen and (max-width:992px){.search-panel{width:320px;padding:12px}}@media screen and (max-width:768px){.search-panel{width:280px}}.search-panel_active{visibility:visible;opacity:1}.search-panel__content{position:relative}.search-panel .btn-search-panel{width:40px;height:40px;position:absolute;right:10px;top:calc(50% - 20px)}.search-panel .btn-search-panel svg{transition:fill var(--transition)}.search-panel .btn-search-panel:hover svg{fill:var(--green)}.search-panel .form_presearch .input{padding-right:50px}.hero{position:relative;z-index:0}.hero__content{padding:80px 0;min-height:320px;display:flex;flex-direction:column;align-items:center;justify-content:center}@media screen and (max-width:992px){.hero__content{padding:45px 0;min-height:280px}}@media screen and (max-width:768px){.hero__content{min-height:250px}}.hero__title{font-size:42px;line-height:1.25;font-weight:700;color:#fff;margin-bottom:10px;text-align:center}@media screen and (max-width:992px){.hero__title{font-size:36px}}@media screen and (max-width:768px){.hero__title{font-size:28px}}.hero__title:last-child{margin-bottom:0}.hero__image{position:absolute;z-index:-1;width:100%;height:100%;top:0;left:0;overflow:hidden}.hero__image img{width:100%;height:100%;object-fit:cover;object-position:center}.hero_main .hero__content{padding:100px 0 170px;display:flex;justify-content:space-between;align-items:center;flex-direction:row}@media screen and (max-width:992px){.hero_main .hero__content{padding:80px 0 120px}}@media screen and (max-width:768px){.hero_main .hero__content{flex-direction:column;padding:60px 0 120px}}.hero_main .hero__title{font-size:48px;margin-bottom:40px;text-align:left}@media screen and (max-width:992px){.hero_main .hero__title{font-size:36px;margin-bottom:30px}}@media screen and (max-width:768px){.hero_main .hero__title{font-size:28px}}.hero_main .hero__title:last-child{margin-bottom:0}.hero_main .hero__list{padding-left:30px;margin-bottom:60px}@media screen and (max-width:992px){.hero_main .hero__list{margin-bottom:45px}}.hero_main .hero__list:last-child{margin-bottom:0}.hero_main .hero__list li{position:relative;color:#fff;font-weight:500;line-height:1.5;margin-bottom:15px}@media screen and (max-width:992px){.hero_main .hero__list li{margin-bottom:12px}}@media screen and (max-width:768px){.hero_main .hero__list li{margin-bottom:10px}}.hero_main .hero__list li::before{position:absolute;content:"";width:21px;height:21px;top:2px;left:-30px;background-image:url(//n-urengoy.centereco.ru/wp-content/themes/centereco/assets/img/check_custom.svg);background-position:center;background-repeat:no-repeat}@media screen and (max-width:992px){.hero_main .hero__list li::before{width:16px;height:16px;top:3px}}.hero_main .hero__list li:last-child{margin-bottom:0}.hero_main .left-side{max-width:100%;margin-right:30px}@media screen and (max-width:768px){.hero_main .left-side{margin:0}}@media screen and (max-width:768px){.hero_main .right-side{display:none}}.hero_main .form{margin-top:40px}.hero__content_left{align-items:flex-start}.hero_category .hero__content{align-items:flex-start}.hero_category .hero__title{text-align:left}.hero_service .hero__content{padding:80px 0 120px;min-height:360px}@media screen and (max-width:992px){.hero_service .hero__content{padding:45px 0 85px;min-height:320px}}@media screen and (max-width:768px){.hero_service .hero__content{min-height:280px}}.breadcrumbs{justify-content:center;display:flex;align-items:center;flex-wrap:wrap}.breadcrumbs__item{position:relative;display:inline-block}.breadcrumbs__item::after{content:"/";color:#e5e5e5;font-size:16px;line-height:1.25;padding-left:15px;padding-right:10px}@media screen and (max-width:768px){.breadcrumbs__item::after{font-size:15px}}.breadcrumbs__item:last-child::after{display:none}.breadcrumbs__link{color:#e5e5e5;font-size:16px;line-height:1.25;text-align:center}@media screen and (max-width:768px){.breadcrumbs__link{font-size:15px}}.breadcrumbs a.breadcrumbs__link{transition:color var(--transition)}.breadcrumbs a.breadcrumbs__link:hover{color:var(--green)}.hero-details{position:relative;z-index:1;margin-top:-60px}.hero-details__content{background-color:#fff;box-shadow:var(--box-shadow);padding:20px;border-radius:15px}.hero-details__list{display:grid;grid-template-columns:1fr 1fr 1fr}@media screen and (max-width:768px){.hero-details__list{display:block}}.hero-details__item{display:flex;align-items:center;border-right:1px solid rgba(0,0,0,.1);padding:0 10px;min-height:80px}@media screen and (max-width:768px){.hero-details__item{border-right:none;border-bottom:1px solid rgba(0,0,0,.1);padding:15px 0}}.hero-details__item:first-child{padding-left:0}@media screen and (max-width:768px){.hero-details__item:first-child{padding-top:0}}.hero-details__item:last-child{border:none;padding-right:0}@media screen and (max-width:768px){.hero-details__item:last-child{padding-bottom:0}}.hero-details__icon{flex-shrink:0;width:40px;height:40px;margin-right:10px}.hero-details__icon svg{fill:var(--green)}.hero-details__title{font-size:14px;font-weight:600;color:var(--gray);line-height:1;margin-bottom:5px}.hero-details__desc,.hero-details__link{font-size:15px;color:var(--black);line-height:1.25;font-weight:600}.hero-details__link{color:var(--green);text-decoration:underline}.hero-details_service .hero-details__list{grid-template-columns:repeat(3, 1fr) 200px}@media screen and (max-width:992px){.hero-details_service .hero-details__list{grid-template-columns:repeat(3, 1fr)}}@media screen and (max-width:768px){.hero-details_service .hero-details__list{display:block}}.hero-details_service .hero-details__item{padding:0 15px}@media screen and (max-width:1200px){.hero-details_service .hero-details__item{padding:0 10px}}@media screen and (max-width:768px){.hero-details_service .hero-details__item{padding:0}}.hero-details_service .hero-details__item:first-child{padding-left:0}.hero-details_service .hero-details__item:last-child{padding-right:0}@media screen and (max-width:992px){.hero-details_service .hero-details__item:last-child{display:none}}.hero-details_service .hero-details__item:nth-last-child(2){border:none}.hero-post-meta{margin-bottom:5px}.hero-post-meta__list{display:flex;align-items:center}.hero-post-meta__item{color:#fff;display:flex;align-items:center;margin-right:20px;font-size:15px}@media screen and (max-width:768px){.hero-post-meta__item{margin-right:15px;font-size:14px}}.hero-post-meta__item:last-child{margin-right:0}.hero-post-meta .icon{margin-right:5px}.hero-post-meta .icon svg{fill:#fff}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}input[type=number]::-webkit-outer-spin-button,input[type=number]::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}input[type=number]{-moz-appearance:textfield}.form{display:flex;flex-wrap:wrap;justify-content:space-between}.form_callback{border-radius:15px;background-color:#fff;box-shadow:0 5px 10px 0 rgba(0,0,0,.05);width:360px;padding:35px 30px 40px}@media screen and (max-width:992px){.form_callback{padding:30px 25px;width:340px}}.form__heading{width:100%;margin-bottom:20px}.form__heading:last-child{margin-bottom:0}.form__title{font-size:20px;color:var(--black);text-align:center;font-weight:700;margin-bottom:5px;line-height:1.33}@media screen and (max-width:768px){.form__title{font-size:18px}}.form__title:last-child{margin-bottom:0}.form__subtitle{font-size:16px;line-height:1.33;color:var(--gray);text-align:center}@media screen and (max-width:992px){.form__subtitle{font-size:15px}}.form__field{position:relative;margin-bottom:15px;width:100%}.form__field:last-child{margin-bottom:0}.form__field_half{width:calc(50% - 7.5px)}@media screen and (max-width:576px){.form__field_half{width:100%}}.form__field_quarter{width:calc(25% - 11.25px)}@media screen and (max-width:992px){.form__field_quarter{width:calc(50% - 7.5px)}}@media screen and (max-width:576px){.form__field_quarter{width:100%}}.form__btn{width:100%;text-align:center;justify-content:center}.form__btn_min-w{min-width:210px;width:auto}@media screen and (max-width:576px){.form__btn_min-w{width:100%}}.form__error{font-size:13px;color:var(--red)}@media screen and (max-width:992px){.form__error{font-size:12px}}#fmain .form__field{max-width:640px;display:flex}@media screen and (max-width:576px){#fmain .form__field{flex-direction:column}}#fmain .input{margin-right:20px}@media screen and (max-width:576px){#fmain .input{margin-right:0;margin-bottom:15px}}.checkbox{position:relative;display:flex;align-items:center}.checkbox__input{position:absolute;width:0;height:0;opacity:0}.checkbox__input:checked+.checkbox__checkmarker::after{visibility:visible;opacity:1}.checkbox__input.error+.checkbox__checkmarker{border-color:var(--red)}.checkbox__checkmarker{flex-shrink:0;position:relative;width:24px;height:24px;border-radius:4px;cursor:pointer;background-color:var(--mint);border:1px solid rgba(0,0,0,0);transition:border-color var(--transition)}.checkbox__checkmarker::after{position:absolute;content:"";top:0;left:0;width:100%;height:100%;background-image:url(//n-urengoy.centereco.ru/wp-content/themes/centereco/assets/img/check_400w.svg);background-position:center;background-size:18px;background-repeat:no-repeat;opacity:0;visibility:hidden}.checkbox__text{padding-left:10px;font-size:13px;line-height:1.33;color:var(--gray)}.checkbox__text_lg{font-size:14px}.checkbox__text a{text-decoration:underline;color:var(--gray);transition:color var(--transition)}.checkbox__text a:hover{color:var(--green)}.disclaimer{font-size:13px;line-height:1.33;color:var(--gray)}.disclaimer_lg{font-size:14px}.disclaimer a{text-decoration:underline;color:var(--gray);transition:color var(--transition)}.disclaimer a:hover{color:var(--green)}.disclaimer_center{text-align:center}.input,.textarea{width:100%;background-color:var(--mint);color:var(--black);padding:17px 20px;font-size:15px;line-height:1;border-radius:5px;font-weight:500;border:1px solid rgba(0,0,0,0);transition:border-color var(--transition)}@media screen and (max-width:992px){.input,.textarea{padding:14px 16px}}.input::placeholder,.input::-ms-input-placeholder,.textarea::placeholder,.textarea::-ms-input-placeholder{color:var(--gray)}.input.focus,.textarea.focus{border-color:var(--green)}.input.error,.textarea.error{border-color:var(--red)}.textarea{min-height:172px;resize:none;line-height:1.5}.range{width:100%}.range__title{font-size:16px;line-height:1.25;color:var(--black);margin-bottom:5px}.range__slider{cursor:pointer;-webkit-appearance:none;appearance:none;outline:none;width:100%;height:24px;--range:calc(var(--max) - var(--min));--ratio:calc((var(--value) - var(--min)) / var(--range));--sx:calc(0.5 * 28px + var(--ratio) * (100% - 28px))}.range__slider::-webkit-slider-runnable-track{border-radius:5px;height:6px;border:none;box-shadow:none;background:linear-gradient(var(--green), var(--green)) 0/var(--sx) 100% no-repeat,var(--mint)}.range__slider::-moz-range-track{border-radius:5px;height:6px;border:none;box-shadow:none;background:linear-gradient(var(--green), var(--green)) 0/var(--sx) 100% no-repeat,var(--mint)}.range__slider::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:24px;height:24px;margin-top:-10px;background-color:#fff;border:6px solid var(--green);border-radius:50%}.range__slider::-moz-range-thumb{-webkit-appearance:none;appearance:none;width:24px;height:24px;margin-top:-10px;background-color:#fff;border:6px solid var(--green);border-radius:50%}.range__ticks{margin-top:5px;width:100%;display:flex;justify-content:space-between}.range__span{color:var(--gray);font-size:16px;font-weight:600;padding:0 12px;width:2px;display:flex;justify-content:center}.range__span_active{color:var(--green)}.alert{position:absolute;right:0;top:100%;width:420px;max-width:100%;padding:15px;border-radius:10px;background-color:#fff;box-shadow:var(--box-shadow);opacity:0;visibility:hidden;transform:translateY(20px);transition:opacity var(--transition),transform var(--transition),visibility var(--transition)}@media screen and (max-width:992px){.alert{width:360px;padding:12px}}.alert_active{visibility:visible;opacity:1;transform:translateY(0)}.alert__content{position:relative;display:flex;align-items:stretch;justify-content:space-between}.alert__icon{position:relative;padding-left:17px;padding-right:15px;display:flex;align-items:center}@media screen and (max-width:992px){.alert__icon{padding-left:14px;padding-right:12px}}.alert__icon::before{position:absolute;content:"";width:3px;height:100%;border-radius:3px;left:0;background-color:var(--green)}.alert__icon svg{fill:var(--green)}.alert__info{flex:1;padding-right:15px}@media screen and (max-width:992px){.alert__info{padding-right:12px}}.alert__title{font-size:16px;color:var(--black);font-weight:600;margin-bottom:5px;line-height:1.33}.alert__desc{font-size:15px;color:var(--gray);line-height:1.33}.alert__close{flex-shrink:0;display:flex;align-self:center}.alert_error .alert__icon::before{background-color:var(--red)}.alert_error .alert__icon svg{fill:var(--red)}.popup{position:fixed;top:0;left:0;width:100%;height:100%;z-index:201;opacity:0;visibility:hidden;display:flex;justify-content:center;align-items:center;padding:30px 16px;transition:opacity var(--transition),visibility var(--transition)}.popup::before{content:"";position:fixed;width:100%;height:100%;left:0;top:0;backdrop-filter:blur(2px);background:rgba(0,0,0,.3);opacity:0;transition:opacity var(--transition)}.popup__content{border-radius:10px;transform:translateY(60px);opacity:0;background-color:#fff;box-shadow:0 5px 10px 0 rgba(0,0,0,.05);transition:transform var(--transition),opacity var(--transition);max-height:100%;overflow-y:auto;max-width:100%;padding:35px 30px 40px}@media screen and (max-width:992px){.popup__content{padding:30px 25px}}.popup__content::-webkit-scrollbar{width:6px;height:6px}.popup__content::-webkit-scrollbar-track{background:#eee;border-radius:15px}.popup__content::-webkit-scrollbar-thumb{background-color:var(--white-darker);border-radius:5px}.popup__close_cross{position:absolute;background-color:rgba(0,0,0,0);top:4px;right:4px}@media screen and (max-width:992px){.popup__close_cross{top:2px;right:2px}}.popup_active{opacity:1;visibility:visible}.popup_active::before{opacity:1}.popup_active .popup__content{transform:translateY(0);opacity:1}.popup__heading{margin-bottom:20px}.popup__heading:last-child{margin-bottom:0}.popup__title{font-size:20px;color:var(--black);text-align:center;font-weight:700;margin-bottom:5px;line-height:1.33}@media screen and (max-width:768px){.popup__title{font-size:18px}}.popup__title:last-child{margin-bottom:0}.popup__subtitle{font-size:16px;line-height:1.33;color:var(--gray);text-align:center}@media screen and (max-width:992px){.popup__subtitle{font-size:15px}}.popup_callback .popup__content{width:360px}@media screen and (max-width:992px){.popup_callback .popup__content{width:340px}}.popup_review .popup__content{width:560px}@media screen and (max-width:992px){.popup_review .popup__content{width:460px}}.popup_review .form__btn{width:auto;min-width:180px}@media screen and (max-width:576px){.popup_review .form__btn{width:100%}}.popup_review .textarea{min-height:148px}.popup_order .popup__content,.popup_what-city .popup__content{width:480px}@media screen and (max-width:992px){.popup_order .popup__content,.popup_what-city .popup__content{width:460px}}.popup_what-city .popup__title span{white-space:nowrap}.popup_what-city .popup__actions{display:flex;align-items:center;justify-content:center}@media screen and (max-width:576px){.popup_what-city .popup__actions{flex-direction:column}}.popup_what-city .popup__actions .btn:first-child{margin-right:30px}@media screen and (max-width:992px){.popup_what-city .popup__actions .btn:first-child{margin-right:20px}}@media screen and (max-width:576px){.popup_what-city .popup__actions .btn:first-child{margin-right:0;margin-bottom:10px}}@media screen and (max-width:576px){.popup_what-city .popup__actions .btn{width:100%}}.popup_select-city .popup__title{text-align:left}.popup_select-city .popup__field{position:relative}.popup_select-city .icon{position:absolute;top:15px;left:20px;width:24px;height:24px}@media screen and (max-width:992px){.popup_select-city .icon{left:16px;top:14px}}.popup_select-city .icon svg{fill:var(--gray)}@media screen and (max-width:992px){.popup_select-city .icon svg{width:20px;height:20px}}.popup_select-city .input{width:430px;max-width:100%;position:relative;padding-left:54px}@media screen and (max-width:992px){.popup_select-city .input{padding-left:46px}}.popup_select-city .popup__content{width:720px}.select-city__main-cities{display:flex;padding-bottom:5px}.select-city__main-cities .select-city__link{font-weight:600;color:var(--black);margin-right:20px}@media screen and (max-width:992px){.select-city__main-cities .select-city__link{margin-right:15px}}.select-city__main-cities .select-city__link:last-child{margin-right:0}.select-city__wrapper{height:240px;overflow-y:auto}.select-city__wrapper::-webkit-scrollbar{width:6px;height:6px}.select-city__wrapper::-webkit-scrollbar-track{background:var(--mint)}.select-city__wrapper::-webkit-scrollbar-thumb{background-color:#3ca775;border-radius:5px}@media screen and (max-width:576px){.select-city__wrapper{height:280px}}.select-city__list{display:grid;grid-template-columns:repeat(3, 1fr);column-gap:30px}@media screen and (max-width:768px){.select-city__list{grid-template-columns:repeat(2, 1fr);column-gap:20px}}@media screen and (max-width:576px){.select-city__list{grid-template-columns:1fr}}.select-city__item{margin-bottom:10px}.select-city__item:last-child{margin-bottom:0}.select-city__link{font-size:16px;line-height:1.33;font-weight:500;color:var(--gray);transition:color var(--transition)}.select-city__link:hover{color:var(--green)}.select-city__text{font-size:16px;line-height:1.33;font-weight:500;color:var(--gray)}.popup_calculator .popup__title{text-align:left;padding-bottom:15px;border-bottom:1px solid rgba(0,0,0,.1)}.popup_calculator .popup__content{width:720px}.calc__title{margin-bottom:20px;font-size:16px;line-height:1.25;color:var(--black)}.calc__content{min-height:260px;border-bottom:1px solid rgba(0,0,0,.1)}.calc__form{display:none}.calc__form_active{display:block}.calc__services{padding-bottom:30px;margin:-10px;min-height:280px;align-items:flex-start;flex-wrap:wrap;display:none}@media screen and (max-width:576px){.calc__services{margin:-5px}}.calc__services_active{display:flex}.calc__footer{margin-top:20px;display:flex;justify-content:space-between}@media screen and (max-width:576px){.calc__footer{flex-direction:column}}.calc__footer .progressbar{align-items:flex-start;flex-shrink:1;width:420px;max-width:100%}@media screen and (max-width:576px){.calc__footer .progressbar{display:none}}.calc__actions{display:flex;align-items:center;margin-left:20px}@media screen and (max-width:576px){.calc__actions{margin-left:0;width:100%;justify-content:space-between}}.calc__next,.calc__prev{min-width:48px;height:48px;display:flex;align-items:center;justify-content:center;border-radius:5px;background-color:var(--green);transition:background-color var(--transition)}.calc__next .icon svg,.calc__prev .icon svg{transition:fill var(--transition);fill:#fff}.calc__next:hover,.calc__prev:hover{background-color:var(--green-darker)}.calc__next:disabled,.calc__prev:disabled{cursor:default;background-color:rgba(119,119,119,.1);color:var(--gray)}.calc__next:disabled .icon svg,.calc__prev:disabled .icon svg{fill:var(--gray)}.calc__next{margin-left:10px;width:120px;color:#fff;font-size:16px;font-weight:500}.calc__next .icon{margin-left:5px}.calc-service-btn{cursor:pointer;width:150px;margin:10px}@media screen and (max-width:768px){.calc-service-btn{width:calc(33.3333333333% - 20px)}}@media screen and (max-width:649px){.calc-service-btn{width:calc(50% - 20px)}}@media screen and (max-width:576px){.calc-service-btn{margin:5px;width:calc(50% - 10px)}}@media screen and (max-width:399px){.calc-service-btn{width:100%}}.calc-service-btn_active .calc-service-btn__image{border:3px solid var(--green)}.calc-service-btn__image{border-radius:15px;overflow:hidden;position:relative;width:100%;padding-top:100%;margin-bottom:10px;border:3px solid rgba(0,0,0,0);transition:border var(--transition)}.calc-service-btn__image:hover img{transform:scale(1.05)}.calc-service-btn__image img{transition:transform var(--transition);position:absolute;top:0;left:0}.calc-service-btn__title{text-align:left;word-wrap:break-word;font-size:15px;line-height:1.25;font-weight:600;color:var(--black);transition:color var(--transition)}@media screen and (max-width:399px){.calc-service-btn__title{font-size:16px}}.calc-service-btn__title:hover{color:var(--green)}.calc-form{display:grid;grid-template-columns:1fr 220px;column-gap:30px;row-gap:30px;padding-bottom:30px}@media screen and (max-width:576px){.calc-form{grid-template-columns:1fr}}.calc-form__right-side{position:relative}@media screen and (max-width:576px){.calc-form__right-side{order:-1}}.calc-form__result{z-index:2;position:absolute;width:100%;height:100%;padding:30px;display:flex;justify-content:center;align-items:center;flex-direction:column;color:#fff;font-size:18px;font-weight:500;line-height:1.25;text-align:center}@media screen and (max-width:576px){.calc-form__result{font-size:16px;padding:20px}}.calc-form__result span{margin-top:5px;font-size:24px;font-weight:700}@media screen and (max-width:576px){.calc-form__result span{font-size:21px}}.calc-form__image{position:relative;border-radius:10px;overflow:hidden;width:100%;padding-top:100%}@media screen and (max-width:576px){.calc-form__image{padding-top:0;height:200px}}@media screen and (max-width:399px){.calc-form__image{height:180px}}.calc-form__image img{top:0;left:0;position:absolute}.calc-form__image::after{position:absolute;content:"";left:0;top:0;width:100%;height:100%;background-color:#000;opacity:.35}.spoiler{overflow:hidden}.spoiler__button{cursor:pointer}.spoiler__button_text{display:flex;align-items:center;font-size:16px;line-height:1.75;color:var(--black);font-weight:500}.spoiler__button_text .text{transition:all var(--transition)}.spoiler__button_text .caret{margin-left:5px}.spoiler__button_text .caret svg{transition:all var(--transition)}.spoiler__button_text:hover{color:var(--green)}.spoiler__button_text:hover .caret svg{fill:var(--green)}.spoiler__content{max-height:0;overflow:hidden;transition:max-height var(--transition),opacity var(--transition)}.spoiler_active .spoiler__button_text .caret svg{transform:rotate(180deg)}.mobile-menu .spoiler__button{position:absolute;right:0;top:4px;width:80px;height:40px}.mobile-menu .spoiler__button span{position:absolute;background-color:var(--gray)}.mobile-menu .spoiler__button span:nth-child(1){right:0;top:20px;height:2px;width:14px}.mobile-menu .spoiler__button span:nth-child(2){right:6px;top:14px;height:14px;width:2px;transition:top var(--transition),height var(--transition)}.mobile-menu .spoiler_active .spoiler__button span:nth-child(2){top:21px;height:0}.btn-scroll-up{z-index:100;position:fixed;right:40px;width:56px;height:56px;box-shadow:var(--box-shadow);background-color:#fff;cursor:pointer;opacity:0;visibility:hidden;bottom:-56px;transition:opacity var(--transition),visibility var(--transition),background-color var(--transition),bottom var(--transition)}.btn-scroll-up_active{opacity:1;visibility:visible;bottom:20px}@media screen and (max-width:768px){.btn-scroll-up{right:20px}}.footer{background-color:var(--black);padding:90px 0 30px;color:#fff}@media screen and (max-width:1200px){.footer{padding:60px 0 20px}}@media screen and (max-width:576px){.footer{padding:40px 0 20px}}.footer-top-section{padding-bottom:60px}@media screen and (max-width:1200px){.footer-top-section{padding-bottom:30px}}@media screen and (max-width:576px){.footer-top-section{padding-bottom:20px}}.footer-top-section .link-group__item{margin-right:10px}.footer-top-section .link-group__item:last-child{margin:0}.footer-top-section .link-group__link{width:36px;height:36px;display:flex;align-items:center;justify-content:center;background-color:rgba(255,255,255,.1);border-radius:50%;transition:background-color var(--transition)}.footer-top-section .link-group__link .icon svg{fill:#fff;transition:fill var(--transition)}.footer-top-section .link-group__link:hover{background-color:#fff}.footer-top-section .link-group__link:hover .icon svg{fill:var(--black)}.footer-top-section .icon-box{margin-bottom:20px}.footer-top-section .icon-box:nth-child(2){margin-top:10px}.footer-top-section .icon-box:last-child{margin:0}.footer-top-section .icon-box__icon{box-shadow:none;width:44px;height:44px;margin-right:10px !important;background-color:rgba(60,167,117,.1)}.footer-top-section .icon-box__icon svg{fill:var(--green)}.footer-top-section .icon-box__title{font-size:13px;font-weight:600;color:#a7a7a7;line-height:1;margin-bottom:8px !important}.footer-top-section .icon-box__desc{font-size:14px;line-height:1.25;font-weight:500;color:#e1e1e1}.footer-top-section .icon-box a.icon-box__desc{transition:color var(--transition)}.footer-top-section .icon-box a.icon-box__desc:hover{color:var(--green)}.footer-top-section .city-select{margin-top:30px;line-height:1.5;font-size:14px;color:#e1e1e1;transition:color var(--transition)}@media screen and (max-width:1200px){.footer-top-section .city-select{margin-top:20px}}@media screen and (max-width:992px){.footer-top-section .city-select{margin-top:15px}}.footer-top-section .city-select:hover{color:var(--green)}.footer-menu{display:grid;grid-template-columns:280px 200px 200px 260px 260px;column-gap:20px;row-gap:30px}@media screen and (max-width:1320px){.footer-menu{grid-template-columns:10fr 7fr 7fr 10fr 10fr}}@media screen and (max-width:1200px){.footer-menu{grid-template-columns:260px repeat(3, 1fr)}}@media screen and (max-width:992px){.footer-menu{grid-template-columns:repeat(2, 1fr)}}@media screen and (max-width:576px){.footer-menu{grid-template-columns:1fr}}@media screen and (max-width:992px){.footer-menu__column:nth-child(4){grid-column:auto}}@media screen and (max-width:1200px){.footer-menu__column:nth-child(5){grid-column:1/5}}@media screen and (max-width:992px){.footer-menu__column:nth-child(5){grid-column:auto}}.footer-menu__logo{margin-bottom:20px}.footer-menu__logo .logo__image{width:82px;height:82px}@media screen and (max-width:576px){.footer-menu__logo .logo__image{width:68px;height:68px}}.footer-menu__logo .logo__text{font-size:24px;padding-top:48px;padding-left:52px;padding-bottom:10px;color:#fff}@media screen and (max-width:576px){.footer-menu__logo .logo__text{padding-left:42px;padding-top:40px;padding-bottom:7px;font-size:21px}}@media screen and (max-width:1200px){.footer-menu__logo{margin-bottom:15px}}.footer-menu__tagline{margin-bottom:30px;font-size:15px;line-height:1.5}@media screen and (max-width:1200px){.footer-menu__tagline{margin-bottom:20px}}@media screen and (max-width:992px){.footer-menu__tagline{margin-bottom:15px}}.footer-menu__title{font-size:16px;font-weight:500;color:#fff;line-height:1.5;padding-bottom:20px}@media screen and (max-width:1200px){.footer-menu__title{padding-bottom:15px}}.footer-menu-submenu__item:last-child{margin:0}.footer-menu-submenu__link{line-height:1.5;font-size:15px;color:#e1e1e1;padding:5px 0;transition:color var(--transition)}@media screen and (max-width:1200px){.footer-menu-submenu__link{padding:3px 0}}.footer-menu-submenu__link:hover{color:var(--green)}.footer-middle-section__content{padding:20px 0;border-top:1px solid rgba(255,255,255,.1);border-bottom:1px solid rgba(255,255,255,.1);font-size:14px;line-height:1.5;color:#e1e1e1;opacity:.7}@media screen and (max-width:768px){.footer-middle-section__content{font-size:13px}}.footer-bottom-section__link,.footer-bottom-section__text{font-size:14px;line-height:1.5;color:#e1e1e1}.footer-bottom-section__link{transition:color var(--transition)}.footer-bottom-section__link:hover{color:var(--green)}.footer-bottom-section-add{display:flex;justify-content:space-between;align-items:center;padding:20px 0}@media screen and (max-width:768px){.footer-bottom-section-add{flex-direction:column}}@media screen and (max-width:576px){.footer-bottom-section-add{padding:10px 0}}.footer-bottom-section-add .btn-callback{background-color:rgba(255,255,255,.1);color:#fff;font-size:13px;font-weight:400}.footer-bottom-section-add .btn-callback:hover{background-color:rgba(255,255,255,.2)}.footer-bottom-section-add .left-side{max-width:100%}.footer-bottom-section-add .right-side{display:flex;align-items:center}@media screen and (max-width:768px){.footer-bottom-section-add .right-side{margin-top:20px}}@media screen and (max-width:576px){.footer-bottom-section-add .right-side{margin-top:10px}}.footer-bottom-section-add .yandex-link{margin-left:20px;width:65px;height:30px;overflow:hidden;opacity:.7;transition:opacity var(--transition)}.footer-bottom-section-add .yandex-link:hover{opacity:1}.footer-bottom-section__info{display:flex;align-items:center;justify-content:space-between}@media screen and (max-width:768px){.footer-bottom-section__info{flex-direction:column;text-align:center}}.footer-bottom-section__info .left-side,.footer-bottom-section__info .right-side{display:flex;flex-direction:column}.footer-bottom-section__info .right-side{text-align:right}@media screen and (max-width:768px){.footer-bottom-section__info .right-side{margin-top:20px;text-align:center}}@media screen and (max-width:576px){.footer-bottom-section__info .right-side{margin-top:10px}}.payment-list{display:flex;align-items:center}.payment-list__item{height:40px;width:60px;margin-right:20px;font-size:0;background-position:center;background-repeat:no-repeat;background-size:contain}.payment-list__item_sbp{background-image:url(//n-urengoy.centereco.ru/wp-content/themes/centereco/assets/img/sbp.svg)}.payment-list__item_master{background-image:url(//n-urengoy.centereco.ru/wp-content/themes/centereco/assets/img/master.svg)}.payment-list__item_union{background-image:url(//n-urengoy.centereco.ru/wp-content/themes/centereco/assets/img/union.svg)}.payment-list__item_visa{background-image:url(//n-urengoy.centereco.ru/wp-content/themes/centereco/assets/img/visa.svg)}.payment-list__item_mir{background-image:url(//n-urengoy.centereco.ru/wp-content/themes/centereco/assets/img/mir2.svg)}.any-questions{padding:56px 0;background-color:var(--green);background-image:url(//n-urengoy.centereco.ru/wp-content/themes/centereco/assets/img/bg-shape_00_mini.png);background-position:center;background-size:cover}@media screen and (max-width:992px){.any-questions{padding:45px 0}}@media screen and (max-width:576px){.any-questions{background-image:url(//n-urengoy.centereco.ru/wp-content/themes/centereco/assets/img/bg-shape_00_mini_mobile.png)}}.any-questions__content{display:flex;align-items:center;justify-content:space-between}@media screen and (max-width:768px){.any-questions__content{flex-direction:column;align-items:flex-start}}.any-questions__info{display:flex;flex-direction:column-reverse}.any-questions__subtitle{margin-bottom:5px;color:#fff;text-transform:uppercase;line-height:1.33;font-size:15px}@media screen and (max-width:992px){.any-questions__subtitle{font-size:14px}}@media screen and (max-width:768px){.any-questions__subtitle{font-size:13px;margin-bottom:2px}}.any-questions__title{font-weight:700;font-size:28px;color:#fff;line-height:1.33}@media screen and (max-width:992px){.any-questions__title{font-size:24px}}@media screen and (max-width:768px){.any-questions__title{font-size:20px}}.any-questions .left-side{flex:1;display:flex;align-items:center;margin-right:30px}@media screen and (max-width:992px){.any-questions .left-side{margin-right:25px}}@media screen and (max-width:768px){.any-questions .left-side{margin-right:0;margin-bottom:20px}}.any-questions .icon{flex-shrink:0;margin-right:30px}@media screen and (max-width:992px){.any-questions .icon{margin-right:25px}}@media screen and (max-width:768px){.any-questions .icon{margin-right:20px;width:56px;height:56px}}.any-questions .icon svg{fill:#fff}.any-questions__btn{background-color:#fff}.any-questions__btn:hover{background-color:#ebf6f1}.any-questions_limited{border-radius:15px}.any-questions_limited .container{padding:0 60px}@media screen and (max-width:1200px){.any-questions_limited .container{padding:0 45px}}@media screen and (max-width:768px){.any-questions_limited .container{padding:0 30px}}.icon-box-wrapper{display:flex;flex-direction:column}.icon-box-wrapper__item{margin-bottom:30px}.icon-box-wrapper__item:last-child{margin-bottom:0}.icon-box-wrapper_special{position:relative}.icon-box-wrapper_special .icon-box-wrapper__item{position:relative;margin-bottom:40px}@media screen and (max-width:1200px){.icon-box-wrapper_special .icon-box-wrapper__item{margin-bottom:30px}}@media screen and (max-width:768px){.icon-box-wrapper_special .icon-box-wrapper__item{margin-left:30px}}.icon-box-wrapper_special .icon-box-wrapper__item::before{position:absolute;content:"";width:24px;height:24px;left:-44px;top:28px;background:url(//n-urengoy.centereco.ru/wp-content/themes/centereco/assets/img/badge_check.png) center/cover}@media screen and (max-width:768px){.icon-box-wrapper_special .icon-box-wrapper__item::before{left:-34px}}.icon-box-wrapper_special .icon-box-wrapper__item::after{position:absolute;content:"";left:38.5px;top:40px;height:100%;width:0;border-left:3px dashed rgba(0,0,0,.2);z-index:-1}.icon-box-wrapper_special .icon-box-wrapper__item:last-child{margin-bottom:0}.icon-box-wrapper_special .icon-box-wrapper__item:last-child::after{display:none}@media screen and (max-width:576px){.icon-box-wrapper_special .icon-box__icon{margin:0 20px 0 0 !important}}.icon-box{display:flex;flex-direction:column}.icon-box__icon{width:80px;height:80px;border-radius:50%;overflow:hidden;background-color:#fff;flex-shrink:0;display:flex;justify-content:center;align-items:center;box-shadow:var(--box-shadow);margin:0 0 30px 0}.icon-box__icon_mint{background-color:var(--mint)}.icon-box__icon_green{background-color:var(--green)}.icon-box__icon_green .icon-numb{color:#fff !important}.icon-box__icon_no-bg{background:inherit}.icon-box__icon_square{border-radius:10px}.icon-box__icon_no-shadow{box-shadow:none}.icon-box__icon_border{box-shadow:none;border:3px solid var(--green)}.icon-box__icon svg{fill:var(--green)}.icon-box__icon .icon-numb{color:var(--green)}.icon-box__title{font-size:18px;font-weight:700;color:var(--black);line-height:1.5;margin-bottom:10px}@media screen and (max-width:768px){.icon-box__title{font-size:17px}}.icon-box__desc{font-size:16px;line-height:1.75;color:var(--gray)}.icon-box_center{align-items:center}.icon-box_center .icon-box__title,.icon-box_center .icon-box__desc{text-align:center}.icon-box_right{flex-direction:row}.icon-box_right .icon-box__icon{margin:0 30px 0 0}@media screen and (max-width:992px){.icon-box_right .icon-box__icon{margin:0 25px 0 0}}.icon-box_center.icon-box_right{justify-content:flex-start}.icon-box_center.icon-box_right .icon-box__title,.icon-box_center.icon-box_right .icon-box__desc{text-align:left}.blog__content,.projects__content{display:grid;grid-template-columns:repeat(3, 1fr);grid-row-gap:30px;grid-column-gap:30px}@media screen and (max-width:992px){.blog__content,.projects__content{grid-template-columns:repeat(2, 1fr)}}@media screen and (max-width:576px){.blog__content,.projects__content{grid-template-columns:1fr}}.news__container{display:flex;align-items:stretch}@media screen and (max-width:992px){.news__container{flex-direction:column}}.news__content{flex:1;display:flex;flex-direction:column}.news .pagination{padding-top:40px;display:flex;flex-direction:column;flex:1;justify-content:flex-end}.article{width:100%}.article__feature{display:block;position:relative}.article__image{background-color:#eee;position:relative}.article__image img{transition:transform var(--transition);position:absolute;left:0;top:0;width:100%;height:100%;object-fit:cover}.article__date{text-transform:lowercase}.article__meta{margin-bottom:10px}.article__title{margin-bottom:10px;font-size:18px;font-weight:700;color:var(--black);line-height:1.25}.article__title:last-child{margin-bottom:0}@media screen and (max-width:768px){.article__title{font-size:17px}}.article__title a{color:var(--black);transition:color var(--transition)}.article__title a:hover{color:var(--green)}.article__excerpt{font-size:16px;line-height:1.5;color:var(--gray);display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;-webkit-line-clamp:3;height:72px;margin-bottom:20px}.article__excerpt:last-child{margin-bottom:0}.article__link{display:flex;align-items:center;font-size:15px;font-weight:500;color:var(--black);transition:color var(--transition)}.article__link:hover{color:var(--green)}.article__link:hover .icon{transform:translateX(5px)}.article__link .icon{margin-left:5px;transition:transform var(--transition)}.article__link .icon svg{fill:var(--green)}.article_blog{padding:10px;background-color:#fff;border-radius:15px;box-shadow:var(--box-shadow);transition:box-shadow var(--transition)}.article_blog:hover{box-shadow:var(--box-shadow-hover)}.article_blog .article__title,.article_blog .article__title a{display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;-webkit-line-clamp:2;height:45px}@media screen and (max-width:768px){.article_blog .article__title,.article_blog .article__title a{-webkit-line-clamp:3;height:63.75px}}@media screen and (max-width:576px){.article_blog .article__title,.article_blog .article__title a{-webkit-line-clamp:2;height:42.5px}}.article_blog .article__content{padding:20px}@media screen and (max-width:768px){.article_blog .article__content{padding:20px 10px}}.article_blog .article__image{width:100%;padding-top:62%;overflow:hidden;border-radius:15px}.article_blog .article__image:hover img{transform:scale(1.02)}.article_blog-mini .article__content{padding:15px}@media screen and (max-width:992px){.article_blog-mini .article__content{padding:20px}}.article_blog-mini .article__title{font-size:16px;height:40px}@media screen and (max-width:992px){.article_blog-mini .article__title{font-size:18px;height:45px}}@media screen and (max-width:768px){.article_blog-mini .article__title{font-size:17px;height:42.5px}}@media screen and (max-width:576px){.article_blog-mini .article__title{-webkit-line-clamp:none;height:auto}}.article_blog-mini .article__excerpt{font-size:15px;height:67.5px;margin-bottom:10px}@media screen and (max-width:992px){.article_blog-mini .article__excerpt{font-size:16px;height:72px;margin-bottom:20px}}.article_blog-mini .date-widget{right:20px;padding:6px;min-width:48px}@media screen and (max-width:992px){.article_blog-mini .date-widget{right:30px;padding:12px;min-width:58px}}.article_blog-mini .date-widget__date{font-size:17px}@media screen and (max-width:992px){.article_blog-mini .date-widget__date{font-size:21px}}@media screen and (max-width:768px){.article_blog-mini .date-widget__date{font-size:17px}}.article_blog-mini .date-widget__month{font-size:13px}@media screen and (max-width:992px){.article_blog-mini .date-widget__month{font-size:14px}}@media screen and (max-width:768px){.article_blog-mini .date-widget__month{font-size:13px}}.article_stage{padding:10px;background-color:#fff;border-radius:15px;box-shadow:var(--box-shadow);transition:box-shadow var(--transition)}.article_stage:hover{box-shadow:var(--box-shadow-hover)}.article_stage:hover .article__title::after{width:48px;background-color:var(--orange)}.article_stage .article__title{position:relative;padding-bottom:10px}@media screen and (max-width:576px){.article_stage .article__title{-webkit-line-clamp:unset;height:auto}}.article_stage .article__title::after{position:absolute;content:"";left:0;bottom:0;height:3px;width:32px;background-color:var(--green);transition:width var(--transition),background-color var(--transition)}.article_stage .article__excerpt{-webkit-line-clamp:4;height:96px;margin:0}@media screen and (max-width:576px){.article_stage .article__excerpt{-webkit-line-clamp:unset;height:auto}}.article_stage .article__content{padding:20px}@media screen and (max-width:768px){.article_stage .article__content{padding:20px 10px}}.article_stage .article__image{width:100%;padding-top:62%;overflow:hidden;border-radius:15px}.article_news{padding-bottom:30px;border-bottom:1px solid rgba(0,0,0,.1);margin-bottom:30px}.article_news .article__excerpt{-webkit-line-clamp:4;max-height:96px;height:auto}.article_news-2{padding:30px;box-shadow:var(--box-shadow);border-radius:15px;transition:box-shadow var(--transition);background-color:#fff}@media screen and (max-width:768px){.article_news-2{padding:20px}}.article_news-2:hover{box-shadow:var(--box-shadow-hover)}.article_news-2 .article__title a{display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;-webkit-line-clamp:2;height:45px}@media screen and (max-width:576px){.article_news-2 .article__title a{height:42.5px}}.article_project{position:relative;border-radius:10px;overflow:hidden}.article_project:hover .article__image::after{opacity:.6}.article_project .article__image{position:absolute;height:100%;width:100%;left:0;top:0;z-index:-1}.article_project .article__image::after{position:absolute;content:"";top:0;left:0;width:100%;height:100%;background-color:#000;transition:opacity var(--transition);opacity:.3}.article_project .article__content{padding:45px 40px}@media screen and (max-width:1200px){.article_project .article__content{padding:45px 30px}}.article_project .article__meta{margin-bottom:15px}.article_project .article__meta .meta-widget__image{border-color:#fff}.article_project .article__title,.article_project .meta-widget__item{color:#fff}.article_project .article__title{font-size:18px;line-height:1.5;font-weight:500;display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;-webkit-line-clamp:3;height:81px;margin-bottom:15px}.article_project .article__link:hover .icon{transform:translateX(0)}.article_project .icon svg{fill:#fff}.article_cliet{position:relative}.article_cliet .article__content{overflow:hidden;border-radius:10px;border:1px solid #e0e0e0;padding:40px 45px;height:100%;display:flex;justify-content:center;align-items:center;flex-direction:column;transition:box-shadow var(--transition)}@media screen and (max-width:1200px){.article_cliet .article__content{padding:30px}}.article_cliet .article__content:hover{box-shadow:var(--box-shadow)}.article_cliet .article__content:hover .article__image{transform:scale(1.05)}.article_cliet .article__content:hover .article__title{color:var(--green)}.article_cliet .article__image{width:160px;height:160px;margin-bottom:15px;transition:transform var(--transition)}@media screen and (max-width:1200px){.article_cliet .article__image{width:140px;height:140px}}@media screen and (max-width:576px){.article_cliet .article__image{width:120px;height:120px}}.article_cliet .article__image:last-child{margin-bottom:0}.article_cliet .article__image img{width:100%;height:100%;object-fit:contain;object-position:center}.article_cliet .article__title{text-align:center;line-height:1.5}.article_service .article__image{width:100%;padding-top:67%;overflow:hidden;border-radius:15px}.article_service .article__image:hover img{transform:scale(1.02)}.article_service .article__title a{-webkit-line-clamp:inherit;height:auto;width:100%}@media screen and (max-width:768px){.article_service .article__title a{word-wrap:break-word}}.article_service .article__content{position:relative;width:calc(100% - 30px);background-color:#fff;margin-top:-60px;padding:30px;box-shadow:var(--box-shadow);border-radius:15px}@media screen and (max-width:576px){.article_service .article__content{padding:25px 20px 20px}}.article_service .article__link{position:absolute;padding:0;top:-24px;right:30px;width:48px;height:48px;transition:background-color var(--transition)}@media screen and (max-width:576px){.article_service .article__link{right:20px}}.article_service .article__link:hover{background-color:var(--orange)}.article_service .article__link:hover .icon{transform:none}.article_service .article__link .icon{width:24px;height:24px;margin:0}.article_service .article__link .icon svg{fill:#fff}.article_service .article__excerpt{margin:0}.article_service-2,.article_service-2-mini{position:relative;min-height:410px;border-radius:15px;overflow:hidden}.article_service-2 .article__image,.article_service-2-mini .article__image{z-index:-1;position:absolute;top:0;left:0;width:100%;height:100%}.article_service-2 .article__image img,.article_service-2-mini .article__image img{transition:transform 1s ease-in-out}.article_service-2 .article__content,.article_service-2-mini .article__content{position:absolute;z-index:11;left:30px;right:30px;bottom:30px;border-radius:8px;padding:30px;background-color:#fff}@media screen and (max-width:576px){.article_service-2 .article__content,.article_service-2-mini .article__content{padding:25px 20px 20px}}.article_service-2 .article__title,.article_service-2-mini .article__title{position:relative;padding-top:14px;font-size:18px;display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;-webkit-line-clamp:2;height:58px;font-size:18px;font-weight:700;color:var(--black);line-height:1.25}.article_service-2 .article__title::before,.article_service-2-mini .article__title::before{position:absolute;content:"";top:0;left:0;width:32px;height:3px;background-color:var(--green);transition:width .5s ease-in-out,background-color .5s ease-in-out}@media screen and (max-width:768px){.article_service-2 .article__title,.article_service-2-mini .article__title{font-size:17px;-webkit-line-clamp:2;height:55.5px}}@media screen and (max-width:576px){.article_service-2 .article__title,.article_service-2-mini .article__title{-webkit-line-clamp:none;height:auto}}.article_service-2 .article__link,.article_service-2-mini .article__link{position:absolute;padding:0;top:-24px;right:30px;width:48px;height:48px;transition:background-color .5s ease-in-out}@media screen and (max-width:576px){.article_service-2 .article__link,.article_service-2-mini .article__link{right:20px}}.article_service-2 .article__link .icon,.article_service-2-mini .article__link .icon{width:24px;height:24px;margin:0}.article_service-2 .article__link .icon svg,.article_service-2-mini .article__link .icon svg{fill:#fff}.article_service-2 .article__excerpt,.article_service-2-mini .article__excerpt{margin:0;max-height:0;opacity:0;visibility:hidden;transition:all .5s ease-in-out}@media screen and (max-width:576px){.article_service-2 .article__excerpt,.article_service-2-mini .article__excerpt{max-height:300px;opacity:1;visibility:visible}}.article_service-2:hover .article__title::before,.article_service-2-mini:hover .article__title::before{width:48px;background-color:var(--orange)}.article_service-2:hover .article__excerpt,.article_service-2-mini:hover .article__excerpt{max-height:300px;opacity:1;visibility:visible}.article_service-2:hover .article__link,.article_service-2-mini:hover .article__link{background-color:var(--orange)}.article_service-2:hover .article__link .icon,.article_service-2-mini:hover .article__link .icon{transform:none}.article_service-2:hover .article__image img,.article_service-2-mini:hover .article__image img{transform:scale(1.05)}.article_service-2-mini{min-height:320px}@media screen and (max-width:992px){.article_service-2-mini{min-height:410px}}.article_service-2-mini .article__content{left:20px;right:20px;bottom:20px;padding:20px}@media screen and (max-width:992px){.article_service-2-mini .article__content{left:30px;right:30px;bottom:30px;padding:30px}}@media screen and (max-width:576px){.article_service-2-mini .article__content{padding:25px 20px 20px}}.article_service-2-mini .article__title{font-size:16px;height:52px}@media screen and (max-width:992px){.article_service-2-mini .article__title{font-size:18px;height:58px}}@media screen and (max-width:768px){.article_service-2-mini .article__title{font-size:17px;-webkit-line-clamp:2;height:55.5px}}@media screen and (max-width:576px){.article_service-2-mini .article__title{-webkit-line-clamp:none;height:auto}}.article_service-2-mini .article__excerpt{font-size:15px;height:67.5px}@media screen and (max-width:992px){.article_service-2-mini .article__excerpt{font-size:16px;height:72px}}.article_employee,.article_employee-mini{padding:15px}.article_employee:hover .article__content,.article_employee-mini:hover .article__content{box-shadow:var(--box-shadow-hover)}.article_employee:hover .article__image img,.article_employee-mini:hover .article__image img{transform:scale(1.05)}.article_employee .article__image,.article_employee-mini .article__image{border-radius:10px;overflow:hidden;width:calc(100% - 60px);padding-top:calc(100% - 60px);margin:0 30px}.article_employee .article__image img,.article_employee-mini .article__image img{transition:transform var(--transition)}.article_employee .article__content,.article_employee-mini .article__content{background-color:#fff;margin-top:-120px;border:1px solid rgba(0,0,0,.1);box-shadow:var(--box-shadow);border-radius:10px;padding:140px 30px 30px 30px;transition:box-shadow var(--transition)}.article_employee .article__title,.article_employee-mini .article__title{text-align:center;font-size:18px;font-weight:700;color:var(--black);line-height:1.25;transition:color var(--transition);display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;-webkit-line-clamp:1;height:22.5px}@media screen and (max-width:768px){.article_employee .article__title,.article_employee-mini .article__title{font-size:17px;height:21.25px}}@media screen and (max-width:576px){.article_employee .article__title,.article_employee-mini .article__title{height:auto;display:block;-webkit-line-clamp:inherit}}.article_employee .article__excerpt,.article_employee-mini .article__excerpt{text-align:center;height:48px;-webkit-line-clamp:3;margin:0}.article_employee-mini{padding:10px}.article_employee-mini:hover .article__content{box-shadow:none}@media screen and (max-width:992px){.article_employee-mini{padding:15px}}.article_employee-mini .article__image{width:calc(100% - 40px);padding-top:calc(100% - 40px);margin:0 20px}@media screen and (max-width:992px){.article_employee-mini .article__image{width:calc(100% - 60px);padding-top:calc(100% - 60px);margin:0 30px}}.article_employee-mini .article__title{font-size:16px;line-height:1.25;height:20px}@media screen and (max-width:992px){.article_employee-mini .article__title{font-size:17px;height:21.25px}}.article_employee-mini .article__content{padding:130px 20px 20px 20px;box-shadow:none}@media screen and (max-width:992px){.article_employee-mini .article__content{padding:140px 30px 30px 30px}}.date-widget{position:absolute;right:30px;top:0;background-color:var(--green);display:flex;flex-direction:column;justify-content:center;padding:12px;min-width:58px;border-radius:0 0 10px 10px}.date-widget__date{font-size:21px;font-weight:700;color:#fff;text-align:center}@media screen and (max-width:768px){.date-widget__date{font-size:17px}}.date-widget__month{text-align:center;font-family:14px;font-weight:600;color:#fff}@media screen and (max-width:768px){.date-widget__month{font-size:13px;min-width:none}}.meta-widget__image{width:52px;height:52px;border-radius:50%;overflow:hidden;border:1px solid var(--green);margin-right:15px;flex-shrink:0}.meta-widget__list{display:flex;align-items:center;flex-wrap:wrap}.meta-widget__item{display:flex;align-items:center;font-size:14px;font-weight:500;color:var(--gray);margin-right:20px}.meta-widget__item:last-child{margin-right:0}.meta-widget__icon{margin-right:5px}.meta-widget__icon svg{fill:var(--green)}.meta-widget_w-image{display:flex;align-items:center}.meta-widget_w-image .meta-widget__list{display:flex;flex-direction:column;align-items:flex-start}.meta-widget_w-image .meta-widget__item{margin-right:0;margin-bottom:5px}.meta-widget_w-image .meta-widget__item:last-child{margin-bottom:0}.sidebar{width:390px;margin-left:30px}@media screen and (max-width:1200px){.sidebar{width:360px}}@media screen and (max-width:992px){.sidebar{width:100%;margin-left:0;margin-top:30px}}.sidebar__sticky{position:sticky;top:130px}@media screen and (max-width:1200px){.sidebar__sticky{top:112px}}@media screen and (max-width:992px){.sidebar__sticky{top:94px}}.sidebar__section{background-color:var(--mint);border-radius:10px;padding:30px;margin-bottom:30px}@media screen and (max-width:992px){.sidebar__section{padding:30px 25px}}.sidebar__section:last-child{margin-bottom:0}.sidebar__title{font-size:16px;text-transform:uppercase;font-weight:600;color:var(--black);margin-bottom:20px;padding-bottom:15px;position:relative}@media screen and (max-width:992px){.sidebar__title{font-size:15px}}.sidebar__title::after{position:absolute;content:"";bottom:0;left:0;width:32px;height:3px;background-color:var(--green)}.sidebar-cat__item{border-bottom:1px solid rgba(0,0,0,.1)}.sidebar-cat__item:last-child{border-bottom:none}.sidebar-cat__link{width:100%;display:flex;justify-content:space-between;align-items:center;font-size:16px;line-height:1.25;color:var(--gray);transition:color var(--transition);padding:15px 0}@media screen and (max-width:1200px){.sidebar-cat__link{padding:12px 0}}.sidebar-cat__link .icon{margin-left:5px;transform:translateX(-5px);transition:transform var(--transition)}.sidebar-cat__link .icon svg{fill:var(--green)}.sidebar-cat__link:hover{color:var(--green)}.sidebar-cat__link:hover .icon{transform:translateX(0)}.sidebar-related__item{margin-bottom:15px;display:flex}.sidebar-related__item:last-child{margin-bottom:0}.sidebar-related__thumbnail{width:80px;height:80px;border-radius:10px;overflow:hidden}.sidebar-related__thumbnail:hover img{transform:scale(1.05)}.sidebar-related__thumbnail img{transition:transform var(--transition);width:100%;height:100%;object-fit:cover;object-position:center}.sidebar-related__info{flex:1;margin-left:15px}.sidebar-related__date{display:flex;align-items:center;font-size:14px;line-height:1.33;color:var(--gray);font-weight:600;margin-bottom:5px}.sidebar-related__date .icon{margin-right:5px}.sidebar-related__date .icon svg{fill:var(--green)}.sidebar-related__link{font-size:15px;line-height:1.25;color:var(--black);font-weight:600;display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;-webkit-line-clamp:3;height:57.5px;transition:color var(--transition)}.sidebar-related__link:hover{color:var(--green)}.sidebar-inquiries{position:relative;background-color:rgba(0,0,0,0);overflow:hidden;padding:60px}@media screen and (max-width:1200px){.sidebar-inquiries{padding:45px}}@media screen and (max-width:992px){.sidebar-inquiries{padding:45px 0}}.sidebar-inquiries__content{display:flex;flex-direction:column;align-items:center}.sidebar-inquiries__icon{width:76px;height:76px;overflow:hidden;border-radius:50%;background-color:var(--green);display:flex;align-items:center;justify-content:center;margin-bottom:20px}.sidebar-inquiries__icon .icon svg{margin-right:2px;margin-top:2px}.sidebar-inquiries__title{text-align:center;color:#fff;font-size:24px;font-weight:700;line-height:1.33;margin-bottom:30px}@media screen and (max-width:768px){.sidebar-inquiries__title{font-size:20px;margin-bottom:25px}}.sidebar-inquiries__hr{width:100%;height:1px;background-color:#fff;opacity:.5}.sidebar-inquiries__subtitle{margin-top:30px;font-size:15px;color:rgba(255,255,255,.7882352941);line-height:1;margin-bottom:10px}@media screen and (max-width:768px){.sidebar-inquiries__subtitle{font-size:13px;margin-top:25px}}.sidebar-inquiries__link{text-align:center;color:#fff;font-size:21px;font-weight:700;line-height:1}@media screen and (max-width:768px){.sidebar-inquiries__link{font-size:18px}}.sidebar-inquiries__image{position:absolute;top:0;left:0;z-index:-1;width:100%;height:100%}.sidebar-inquiries__image img{width:100%;height:100%;object-fit:cover;object-position:center}.sidebar-extract{position:relative}.sidebar-extract__list{max-height:380px;overflow-y:auto;padding-right:5px;padding-bottom:10px}@media screen and (max-width:1200px){.sidebar-extract__list{max-height:320px}}@media screen and (max-width:992px){.sidebar-extract__list{max-height:240px}}@media screen and (max-width:992px){.sidebar-extract__list{max-height:210px}}.sidebar-extract__list::after{position:absolute;content:"";width:100%;height:10px;left:0;bottom:30px;background:linear-gradient(to top, rgb(243, 248, 246) 0%, rgba(243, 248, 246, 0) 100%)}.sidebar-extract__list::-webkit-scrollbar{width:6px;height:6px}.sidebar-extract__list::-webkit-scrollbar-track{background:#eee}.sidebar-extract__list::-webkit-scrollbar-thumb{background-color:var(--white-darker);border-radius:5px}.sidebar-extract__item{margin-bottom:2px}.sidebar-extract__item:last-child{margin-bottom:0}.sidebar-extract__link{padding:5px 0;font-size:16px;line-height:1.33;color:var(--gray);cursor:pointer;transition:color var(--transition)}@media screen and (max-width:1200px){.sidebar-extract__link{padding:2px 0}}@media screen and (max-width:576px){.sidebar-extract__link{font-size:15px}}.sidebar-extract__link:hover{color:var(--green)}.sidebar-detail__item{display:flex;align-items:center;margin-bottom:15px}@media screen and (max-width:992px){.sidebar-detail__item{margin-bottom:10px}}.sidebar-detail__item:last-child{margin-bottom:0}.sidebar-detail__icon{flex-shrink:0;margin-right:15px}@media screen and (max-width:992px){.sidebar-detail__icon{margin-right:10px}}.sidebar-detail__icon svg{fill:var(--green)}.sidebar-detail__text{display:flex;flex-direction:column;min-height:50px}.sidebar-detail__title{font-size:14px;line-height:1.33;font-weight:600;color:var(--gray);margin-bottom:5px}.sidebar-detail__desc{font-size:15px;line-height:1.25;color:var(--black);font-weight:600}.pagination{padding-top:40px}.pagination__list{display:flex;align-items:center;flex-wrap:wrap}.pagination__item{margin-right:10px}@media screen and (max-width:576px){.pagination__item{margin-right:5px;margin-bottom:5px}}.pagination__item:last-child{margin-right:0}.pagination__link,.pagination__dots{min-width:40px;display:flex;align-items:center;justify-content:center;padding:10px;font-size:16px;font-weight:600;color:var(--gray);line-height:1}.pagination__link{transition:background-color var(--transition),color var(--transition);border-radius:5px;background-color:#fff;border:1px solid rgba(0,0,0,.1)}.pagination__link .icon svg{transition:fill var(--transition);fill:var(--gray)}.pagination__link:hover{color:var(--green);background-color:var(--mint)}.pagination__link:hover .icon svg{fill:var(--green)}.pagination__item_active .pagination__link{background-color:var(--green);color:#fff;border-color:var(--green)}.single__container{display:flex}@media screen and (max-width:992px){.single__container{flex-direction:column}}.single__content{flex:1;min-width:0}.single__gallery{margin-bottom:30px}.single__gallery .slider_projects .slider__thumbnail{border-radius:0 0 10px 0}.single__image{background-color:#eee;position:relative;width:100%;padding-top:70%;border-radius:10px;overflow:hidden}.single__image img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center;overflow:hidden}.single__post{margin-bottom:30px}.single__post:last-child{margin-bottom:0}.single__map{width:100%;height:400px}@media screen and (max-width:576px){.single__map{height:280px}}.single__author{margin-bottom:30px}.single__author:last-child{margin-bottom:0}.single__post-ratings{margin-bottom:30px}.single__post-ratings:last-child{margin-bottom:0}.single__comments{margin-bottom:-30px}@media screen and (max-width:768px){.single__comments{margin-bottom:-25px}}.single__comments,.single__form,.single__services,.single__accordion{margin-bottom:30px}.single__comments:last-child,.single__form:last-child,.single__services:last-child,.single__accordion:last-child{margin-bottom:0}.single__comments h2,.single__form h2,.single__services h2,.single__accordion h2{color:var(--black);font-weight:700;line-height:1.75;font-size:21px;position:relative;margin-bottom:20px}@media screen and (max-width:1200px){.single__comments h2,.single__form h2,.single__services h2,.single__accordion h2{font-size:20px}}@media screen and (max-width:768px){.single__comments h2,.single__form h2,.single__services h2,.single__accordion h2{font-size:18px}}@media screen and (max-width:576px){.single__comments h2,.single__form h2,.single__services h2,.single__accordion h2{margin-bottom:15px}}.single__form .form__btn{width:auto;min-width:210px}@media screen and (max-width:576px){.single__form .form__btn{width:100%}}.single_blog .single__post,.single_news .single__post{border-bottom:1px solid rgba(0,0,0,.1);padding-bottom:30px;margin-bottom:30px}.single_blog .single__post:last-child,.single_news .single__post:last-child{margin-bottom:0}.author{padding:45px;display:flex;background-color:var(--mint);border-radius:10px}@media screen and (max-width:576px){.author{padding:45px 25px;flex-direction:column}}.author__image{flex-shrink:0;width:80px;height:80px;border-radius:50%;overflow:hidden;margin-right:30px}@media screen and (max-width:576px){.author__image{margin:0 auto 30px}}.author__image img{width:100%;height:100%;object-fit:cover;object-position:center}.author__content{flex:1;display:flex;flex-direction:column}.author__name{font-size:16px;font-weight:700;line-height:1;color:var(--black);margin-bottom:20px;padding-bottom:15px;position:relative}@media screen and (max-width:576px){.author__name{text-align:center;margin-bottom:10px}}.author__name:last-child{margin-bottom:0}.author__name::after{position:absolute;content:"";bottom:0;left:0;width:32px;height:3px;background-color:var(--green)}@media screen and (max-width:576px){.author__name::after{left:calc(50% - 16px)}}.author__desc{font-size:16px;line-height:1.75;color:var(--gray);margin-bottom:20px}@media screen and (max-width:576px){.author__desc{text-align:center;margin-bottom:15px}}.author__desc:last-child{margin-bottom:0}.author__link-group{margin:-7px}@media screen and (max-width:576px){.author__link-group .link-group{justify-content:center}}.author__link{padding:7px}.author__link .icon svg{transition:fill var(--transition);fill:var(--black)}.author__link:hover .icon svg{fill:var(--green)}.post-ratings{display:flex;align-items:center;flex-wrap:wrap}.post-ratings__title{font-size:16px;line-height:1;font-weight:700;color:var(--black);margin-right:20px;line-height:1.5}@media screen and (max-width:768px){.post-ratings__title{margin-right:15px}}.post-ratings__images{display:flex;align-items:center;margin-right:20px}@media screen and (max-width:768px){.post-ratings__images{margin-right:15px}}.post-ratings__images img{width:24px;height:24px;margin-right:5px}@media screen and (max-width:992px){.post-ratings__images img{width:20px;height:20px;margin-right:4px}}.post-ratings__images img:last-child{margin-right:0}.post-ratings__text{color:var(--gray);font-size:16px;line-height:1;line-height:1.5}.post-navigation__list{width:100%;display:grid;grid-template-columns:1fr 1fr;grid-column-gap:60px}@media screen and (max-width:1200px){.post-navigation__list{grid-column-gap:30px}}@media screen and (max-width:576px){.post-navigation__list{grid-template-columns:1fr;grid-row-gap:25px}}.post-navigation-item_left .post-navigation-item__link{align-items:flex-start}.post-navigation-item_left .post-navigation-item__title{text-align:left}.post-navigation-item_right .post-navigation-item__link{align-items:flex-end}.post-navigation-item_right .post-navigation-item__title{text-align:right}.post-navigation-item__link{display:flex;flex-direction:column}.post-navigation-item__link:hover .post-navigation-item__label{color:var(--green)}.post-navigation-item__label{font-size:14px;color:var(--gray);font-weight:600;line-height:1.33;display:flex;align-items:center;margin-bottom:10px;transition:color var(--transition)}.post-navigation-item__label_prev .icon{margin-right:5px}.post-navigation-item__label_next .icon{margin-left:5px}.post-navigation-item__label .icon svg{fill:var(--green)}.post-navigation-item__title{font-size:16px;line-height:1.5;font-weight:600;color:var(--black);display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;-webkit-line-clamp:2;height:48px}.comment.depth-1:first-child>.comment__container{border-top:none}.comment.depth-2>.comment__container{padding-left:30px}@media screen and (max-width:768px){.comment.depth-2>.comment__container{padding-left:25px}}.comment__container{display:flex;border-top:1px solid rgba(0,0,0,.1);padding:30px 0}@media screen and (max-width:768px){.comment__container{padding:25px 0}}.comment__image{flex-shrink:0;width:80px;height:80px;margin-right:30px}@media screen and (max-width:768px){.comment__image{margin-right:15px}}@media screen and (max-width:576px){.comment__image{width:56px;height:56px;margin-right:15px}}.comment__image img{width:100%;height:100%;object-fit:cover;border-radius:50%}.comment__content{flex:1;display:flex;flex-direction:column}.comment__text,.comment__author{margin-bottom:20px}@media screen and (max-width:576px){.comment__text,.comment__author{margin-bottom:15px}}.comment__text:last-child,.comment__author:last-child{margin-bottom:0}.comment__author{color:var(--black);font-size:16px;font-weight:700;line-height:1;display:flex;align-items:center}.comment__text,.comment__edit .comment-edit-link{color:var(--gray);line-height:1.75;font-size:16px;font-weight:400}.comment__edit{margin-left:10px}.comment__edit .comment-edit-link{font-weight:500;line-height:1;font-size:14px;transition:color var(--transition)}.comment__edit .comment-edit-link:hover{color:var(--green)}.comment__reply{font-weight:600;font-size:16px}.comment__reply a{color:var(--black);transition:color var(--transition);color:var(--color-graphite-black)}.comment__reply a:hover{color:var(--green)}.service__content{display:grid;grid-template-columns:repeat(3, 1fr);grid-row-gap:30px;grid-column-gap:30px;min-width:0}@media screen and (max-width:992px){.service__content{grid-template-columns:repeat(2, 1fr)}}@media screen and (max-width:576px){.service__content{grid-template-columns:1fr}}.subservice__container{display:flex}@media screen and (max-width:992px){.subservice__container{flex-direction:column}}.subservice__content{flex:1;display:grid;grid-template-rows:1fr;row-gap:30px;min-width:0}.subservice__image{position:relative;width:100%;padding-top:70%;border-radius:10px;overflow:hidden}.subservice__image img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center;overflow:hidden}.subservice .slider_employees{margin:-10px}@media screen and (max-width:992px){.subservice .slider_employees{margin:-15px}}.subservice .slider__thumbnail{border-radius:0 0 10px 0}.subservice .tabs__tab-list{margin:0 -10px 20px}.subservice .tabs__tab-panel .swiper-button-prev{left:0}.subservice .tabs__tab-panel .swiper-button-next{right:0}.subservice .slider_employees .swiper-button-prev{left:15px}.subservice .slider_employees .swiper-button-next{right:15px}.consultants__list{margin-bottom:10px}.consultants__list:last-child{margin-bottom:0}@media screen and (max-width:576px){.consultants__actions{display:flex;justify-content:center}}.consultant{display:flex;padding:20px 0;border-bottom:1px solid rgba(0,0,0,.1)}@media screen and (max-width:576px){.consultant{flex-direction:column;align-items:center}}.consultant:last-child{border-bottom:none}.consultant__image{flex-shrink:0;margin-right:30px;width:120px;height:120px;position:relative;overflow:visible}@media screen and (max-width:768px){.consultant__image{margin-right:25px}}@media screen and (max-width:576px){.consultant__image{margin-right:0;margin-bottom:30px}}.consultant__image img{width:100%;height:100%;border-radius:50%;overflow:hidden}.consultant__content{display:flex;flex-direction:column}.consultant__title,.consultant__desc,.consultant__actions{margin-bottom:15px}.consultant__title:last-child,.consultant__desc:last-child,.consultant__actions:last-child{margin-bottom:0}.consultant__title{color:var(--black);font-weight:700;line-height:1.5;padding-bottom:10px;position:relative;font-size:18px;margin:15px 0 10px}@media screen and (max-width:1200px){.consultant__title{font-size:17px}}@media screen and (max-width:768px){.consultant__title{font-size:16px}}@media screen and (max-width:576px){.consultant__title{text-align:center}}.consultant__title:first-child{margin-top:0}.consultant__title:last-child{margin-bottom:0}.consultant__title::after{position:absolute;content:"";left:0;bottom:0;width:32px;height:3px;background-color:var(--green)}@media screen and (max-width:576px){.consultant__title::after{left:50%;transform:translateX(-50%)}}.consultant__desc{font-size:16px;line-height:1.75;color:var(--gray)}@media screen and (max-width:576px){.consultant__desc{text-align:center}}.consultant__actions{display:flex;flex-wrap:wrap;margin:-5px}@media screen and (max-width:576px){.consultant__actions{justify-content:center}}.consultant__link{margin:5px;display:flex;align-items:center;font-size:15px;color:var(--black);font-weight:600;transition:color var(--transition)}.consultant__link:hover{color:var(--green);text-decoration:none}.consultant__link .icon{margin-right:5px}.consultant__link .icon svg{fill:var(--green)}.cons-social-links__btn{position:absolute;right:5px;bottom:-10px;width:36px;height:36px;background-color:var(--green);border-radius:50%;display:flex;align-items:center;justify-content:center}.cons-social-links__btn .icon{width:24px;height:24px}.cons-social-links__btn .icon svg{fill:#fff}.cons-social-links__list{position:absolute;right:5px;bottom:31px;width:36px;list-style:none;padding-left:0;background-color:var(--green);border-radius:15px;padding:5px;cursor:pointer}.cons-social-links__item{margin-bottom:5px}.cons-social-links__item::before{display:none}.cons-social-links__item:last-child{margin-bottom:0}.cons-social-links__link{padding:5px;display:flex;align-items:center;justify-content:center}.cons-social-links__link .icon{transition:opacity var(--transition)}.cons-social-links__link .icon svg{fill:#fff}.cons-social-links__link:hover .icon{opacity:.8}.cons-social-links__list{bottom:26px;opacity:0;visibility:hidden;transition:all var(--transition)}@media screen and (max-width:576px){.cons-social-links__list{right:-19px}}@media screen and (max-width:576px){.cons-social-links__btn{right:-19px}}.cons-social-links__btn:hover~.cons-social-links__list,.cons-social-links__btn:focus~.cons-social-links__list,.cons-social-links__list:hover,.cons-social-links__list:focus{opacity:1;bottom:31px;visibility:visible}.swiper{overflow:hidden}.swiper>div{width:100%;height:100%;box-sizing:content-box;display:flex;position:relative}.swiper.swiper-container-autoheight>div{align-items:flex-start}.swiper-container-initialized .swiper-slide{flex-shrink:0}.swiper-button-next,.swiper-button-prev{position:absolute;width:48px;height:48px;border:1px solid rgba(0,0,0,.1);background-color:#fff;display:flex;align-items:center;justify-content:center;top:50%;transform:translateY(-24px);z-index:12;box-shadow:var(--box-shadow);border-radius:5px;transition:background-color var(--transition);visibility:hidden;opacity:0;transition:visibility .5s ease-in-out,opacity .5s ease-in-out}.swiper-button-next .icon svg,.swiper-button-prev .icon svg{transition:fill var(--transition);fill:var(--gray)}.swiper-button-next:hover,.swiper-button-prev:hover{background-color:var(--mint)}.swiper-button-next:hover .icon svg,.swiper-button-prev:hover .icon svg{fill:var(--green)}@media screen and (max-width:768px){.swiper-button-next,.swiper-button-prev{opacity:1;visibility:visible}}.swiper-button-lock{display:none}.swiper-button-prev{left:-20px}@media screen and (max-width:576px){.swiper-button-prev{left:-16px}}.swiper-button-next{right:-20px}@media screen and (max-width:576px){.swiper-button-next{right:-16px}}.swiper-pagination{width:100%;padding:0 20px;max-width:1280px;position:absolute;bottom:-42px;margin:-5px;display:flex;flex-wrap:wrap;align-items:center;justify-content:center}@media screen and (max-width:992px){.swiper-pagination{display:none}}.swiper-pagination-bullet{width:12px;height:12px;border-radius:50%;margin:5px;background-color:var(--mint);cursor:pointer;transition:background-color var(--transition)}.swiper-pagination-bullet-active,.swiper-pagination-bullet:hover{background-color:var(--green)}.slider{min-width:0;position:relative}.slider:hover .swiper-button-next,.slider:hover .swiper-button-prev{opacity:1;visibility:visible}.slider__thumbnail{position:absolute;right:0;bottom:0;z-index:14;background-color:rgba(0,0,0,.3);transition:background-color var(--transition);padding:12px 20px}.slider__thumbnail:hover{background-color:rgba(0,0,0,.5)}.slider__thumbnail .icon{width:24px;height:24px}.slider__thumbnail .icon svg{fill:#fff}@media screen and (max-width:768px){.slider__thumbnail .icon{width:20px;height:20px}}.slider_clients{margin-bottom:44px}@media screen and (max-width:992px){.slider_clients{margin-bottom:0}}.slider_employees{margin:-15px}.slider_employees .swiper-button-prev{left:-5px}@media screen and (max-width:576px){.slider_employees .swiper-button-prev{left:-1px}}.slider_employees .swiper-button-next{right:-5px}@media screen and (max-width:576px){.slider_employees .swiper-button-next{right:-1px}}.slider_articles .article_blog{box-shadow:none;background-color:var(--mint)}.slider_articles .article_blog:hover{box-shadow:none}.slider_articles .swiper:not(.swiper-initialized) .swiper-wrapper,.slider_services .swiper:not(.swiper-initialized) .swiper-wrapper,.slider_licenses .swiper:not(.swiper-initialized) .swiper-wrapper,.slider_documents .swiper:not(.swiper-initialized) .swiper-wrapper,.slider_reviews .swiper:not(.swiper-initialized) .swiper-wrapper{width:100%;display:flex;overflow:hidden}.slider_articles .swiper:not(.swiper-initialized) .swiper-wrapper>div,.slider_services .swiper:not(.swiper-initialized) .swiper-wrapper>div,.slider_licenses .swiper:not(.swiper-initialized) .swiper-wrapper>div,.slider_documents .swiper:not(.swiper-initialized) .swiper-wrapper>div,.slider_reviews .swiper:not(.swiper-initialized) .swiper-wrapper>div{width:calc((100% - 90px)/4);margin-right:30px}@media screen and (max-width:1200px){.slider_articles .swiper:not(.swiper-initialized) .swiper-wrapper>div,.slider_services .swiper:not(.swiper-initialized) .swiper-wrapper>div,.slider_licenses .swiper:not(.swiper-initialized) .swiper-wrapper>div,.slider_documents .swiper:not(.swiper-initialized) .swiper-wrapper>div,.slider_reviews .swiper:not(.swiper-initialized) .swiper-wrapper>div{width:calc((100% - 60px)/3)}}@media screen and (max-width:992px){.slider_articles .swiper:not(.swiper-initialized) .swiper-wrapper>div,.slider_services .swiper:not(.swiper-initialized) .swiper-wrapper>div,.slider_licenses .swiper:not(.swiper-initialized) .swiper-wrapper>div,.slider_documents .swiper:not(.swiper-initialized) .swiper-wrapper>div,.slider_reviews .swiper:not(.swiper-initialized) .swiper-wrapper>div{width:calc((100% - 30px)/2)}}@media screen and (max-width:576px){.slider_articles .swiper:not(.swiper-initialized) .swiper-wrapper>div,.slider_services .swiper:not(.swiper-initialized) .swiper-wrapper>div,.slider_licenses .swiper:not(.swiper-initialized) .swiper-wrapper>div,.slider_documents .swiper:not(.swiper-initialized) .swiper-wrapper>div,.slider_reviews .swiper:not(.swiper-initialized) .swiper-wrapper>div{width:100%;margin:0}}.subservice .slider_articles .swiper:not(.swiper-initialized) .swiper-wrapper>div,.subservice .slider_licenses .swiper:not(.swiper-initialized) .swiper-wrapper>div,.subservice .slider_documents .swiper:not(.swiper-initialized) .swiper-wrapper>div,.subservice .slider_reviews .swiper:not(.swiper-initialized) .swiper-wrapper>div,.subservice .slider_services .swiper:not(.swiper-initialized) .swiper-wrapper>div,.single .slider_services .swiper:not(.swiper-initialized) .swiper-wrapper>div{width:calc((100% - 40px)/3);margin-right:20px}@media screen and (max-width:1200px){.subservice .slider_articles .swiper:not(.swiper-initialized) .swiper-wrapper>div,.subservice .slider_licenses .swiper:not(.swiper-initialized) .swiper-wrapper>div,.subservice .slider_documents .swiper:not(.swiper-initialized) .swiper-wrapper>div,.subservice .slider_reviews .swiper:not(.swiper-initialized) .swiper-wrapper>div,.subservice .slider_services .swiper:not(.swiper-initialized) .swiper-wrapper>div,.single .slider_services .swiper:not(.swiper-initialized) .swiper-wrapper>div{width:calc((100% - 20px)/2)}}@media screen and (max-width:992px){.subservice .slider_articles .swiper:not(.swiper-initialized) .swiper-wrapper>div,.subservice .slider_licenses .swiper:not(.swiper-initialized) .swiper-wrapper>div,.subservice .slider_documents .swiper:not(.swiper-initialized) .swiper-wrapper>div,.subservice .slider_reviews .swiper:not(.swiper-initialized) .swiper-wrapper>div,.subservice .slider_services .swiper:not(.swiper-initialized) .swiper-wrapper>div,.single .slider_services .swiper:not(.swiper-initialized) .swiper-wrapper>div{margin-right:30px;width:calc((100% - 30px)/2)}}@media screen and (max-width:576px){.subservice .slider_articles .swiper:not(.swiper-initialized) .swiper-wrapper>div,.subservice .slider_licenses .swiper:not(.swiper-initialized) .swiper-wrapper>div,.subservice .slider_documents .swiper:not(.swiper-initialized) .swiper-wrapper>div,.subservice .slider_reviews .swiper:not(.swiper-initialized) .swiper-wrapper>div,.subservice .slider_services .swiper:not(.swiper-initialized) .swiper-wrapper>div,.single .slider_services .swiper:not(.swiper-initialized) .swiper-wrapper>div{width:100%;margin:0}}.slider_clients .swiper:not(.swiper-initialized) .swiper-wrapper{width:100%;display:flex;overflow:hidden}.slider_clients .swiper:not(.swiper-initialized) .swiper-wrapper>div{width:calc((100% - 120px)/5);margin-right:30px}@media screen and (max-width:1200px){.slider_clients .swiper:not(.swiper-initialized) .swiper-wrapper>div{width:calc((100% - 90px)/4)}}@media screen and (max-width:992px){.slider_clients .swiper:not(.swiper-initialized) .swiper-wrapper>div{width:calc((100% - 60px)/3)}}@media screen and (max-width:576px){.slider_clients .swiper:not(.swiper-initialized) .swiper-wrapper>div{width:calc((100% - 10px)/2);margin-right:10px}}.subservice .slider_clients .swiper:not(.swiper-initialized) .swiper-wrapper>div{width:calc((100% - 60px)/4);margin-right:20px}@media screen and (max-width:992px){.subservice .slider_clients .swiper:not(.swiper-initialized) .swiper-wrapper>div{margin-right:30px;width:calc((100% - 60px)/3)}}@media screen and (max-width:576px){.subservice .slider_clients .swiper:not(.swiper-initialized) .swiper-wrapper>div{width:calc((100% - 10px)/2);margin-right:10px}}.slider_employees .swiper:not(.swiper-initialized) .swiper-wrapper{width:100%;display:flex;overflow:hidden}.slider_employees .swiper:not(.swiper-initialized) .swiper-wrapper>div{width:33.33333%}@media screen and (max-width:992px){.slider_employees .swiper:not(.swiper-initialized) .swiper-wrapper>div{width:50%}}@media screen and (max-width:576px){.slider_employees .swiper:not(.swiper-initialized) .swiper-wrapper>div{width:100%}}@media screen and (max-width:1200px){.subservice .slider_employees .swiper:not(.swiper-initialized) .swiper-wrapper>div{width:50%}}@media screen and (max-width:576px){.subservice .slider_employees .swiper:not(.swiper-initialized) .swiper-wrapper>div{width:100%}}.slider_projects .swiper:not(.swiper-initialized) .swiper-wrapper{width:100%;display:flex;overflow:hidden}.slider_projects .swiper:not(.swiper-initialized) .swiper-wrapper>div{margin-right:10px;width:calc((100% - 10px)/2)}@media screen and (max-width:576px){.slider_projects .swiper:not(.swiper-initialized) .swiper-wrapper>div{width:100%}}.subservice .slider_projects .swiper:not(.swiper-initialized) .swiper-wrapper>div{margin-right:20px;width:calc((100% - 20px)/2)}@media screen and (max-width:992px){.subservice .slider_projects .swiper:not(.swiper-initialized) .swiper-wrapper>div{margin-right:30px;width:calc((100% - 30px)/2)}}@media screen and (max-width:576px){.subservice .slider_projects .swiper:not(.swiper-initialized) .swiper-wrapper>div{width:100%}}.fancy{position:relative;width:100%;padding-top:70%;border-radius:10px;background-color:#eee}.fancy__image{position:absolute;top:0;left:0;width:100%;height:100%;overflow:hidden;object-fit:cover;transition:transform var(--transition)}.fancy:hover .fancy__image{transform:scale(1.05)}.fancy__link{top:0;left:0;position:absolute;width:100%;height:100%;overflow:hidden;border-radius:10px}.fancy_documents{padding-top:141.43%;border:1px solid rgba(0,0,0,.1);cursor:pointer}.fancy_documents img{width:100%;height:100%;max-width:100%;margin:0;border-radius:0}.fancy_documents .fancy__link::before,.fancy_documents .fancy__link::after{position:absolute;content:"";opacity:0;visibility:hidden;transition:opacity var(--transition),visibility var(--transition)}.fancy_documents .fancy__link::before{z-index:2;width:100%;height:100%;top:0;left:0;background-color:rgba(0,0,0,.5)}.fancy_documents .fancy__link::after{z-index:3;width:48px;height:48px;left:50%;top:50%;transform:translate(-24px, -24px);background-color:var(--green);background-image:url(//n-urengoy.centereco.ru/wp-content/themes/centereco/assets/img/add_400w.svg);background-position:center;background-size:28px;background-repeat:no-repeat;border-radius:50%}.fancy_documents:hover .fancy__image{transform:none}.fancy_documents:hover .fancy__link::before,.fancy_documents:hover .fancy__link::after{opacity:1;visibility:visible}.fancy_documents_horisontal{padding-top:70.71%}.map{position:relative;overflow:hidden;border-radius:10px}.map__content{width:100%;height:100%;background-color:#fafafa;background-image:url(//n-urengoy.centereco.ru/wp-content/themes/centereco/assets/img/bg-map_00.png);background-size:16px 16px}.map__content iframe{width:100% !important;height:100% !important}.map_lg{width:100%;height:400px}@media screen and (max-width:1200px){.map_lg{height:360px}}@media screen and (max-width:992px){.map_lg{height:320px}}@media screen and (max-width:768px){.map_lg{height:280px}}@media screen and (max-width:576px){.map_lg{height:240px}}.tabs{display:flex;justify-content:center;flex-direction:column}.tabs__tab-list{display:flex;flex-wrap:wrap;justify-content:center;width:calc(100% + 20px);margin:0 -10px 30px}.tabs__tab-list_left{justify-content:flex-start}@media screen and (max-width:576px){.tabs__tab-list_left{justify-content:center}}.tabs__tab-item{position:relative;font-size:16px;font-weight:600;line-height:1.5;color:var(--gray);margin-right:10px;padding:5px 10px;transition:color var(--transition)}@media screen and (max-width:576px){.tabs__tab-item{font-size:15px}}.tabs__tab-item::after{position:absolute;content:"";left:50%;right:0;bottom:2px;height:2px;width:0;background-color:var(--green);transition:width var(--transition),left var(--transition)}.tabs__tab-item:hover,.tabs__tab-item_active{color:var(--black)}.tabs__tab-item:hover .tabs__tab-item-count,.tabs__tab-item_active .tabs__tab-item-count{opacity:1;visibility:visible}.tabs__tab-item_active::after{left:10px;width:calc(100% - 20px)}.tabs__tab-item-count{position:absolute;right:8px;transform:translateX(100%);top:0;color:var(--gray);font-size:11px;line-height:1.5;opacity:0;visibility:hidden;transition:opacity var(--transition),visibility var(--transition)}.tabs__tab-panel{max-height:0;opacity:0;overflow:hidden;transition:max-height .4s ease-in-out,opacity .4s ease-in-out}.tabs__tab-panel_active{max-height:none;opacity:1}.gallery__list{display:grid;grid-template-columns:repeat(4, 1fr);column-gap:30px;row-gap:30px}@media screen and (max-width:1200px){.gallery__list{grid-template-columns:repeat(3, 1fr)}}@media screen and (max-width:992px){.gallery__list{grid-template-columns:repeat(2, 1fr)}}@media screen and (max-width:576px){.gallery__list{grid-template-columns:1fr}}.gallery__item{position:relative;width:100%;padding-top:100%}@media screen and (max-width:576px){.gallery__item{padding-top:50%}}.gallery__item:nth-child(2){grid-column:span 2;padding-top:50%}@media screen and (max-width:992px){.gallery__item:nth-child(2){grid-column:span 1;padding-top:100%}}@media screen and (max-width:576px){.gallery__item:nth-child(2){padding-top:50%}}@media screen and (max-width:1200px){.gallery__item:nth-child(6){grid-column:span 2;padding-top:50%}}@media screen and (max-width:992px){.gallery__item:nth-child(6){grid-column:span 1;padding-top:100%}}@media screen and (max-width:576px){.gallery__item:nth-child(6){padding-top:50%}}@media screen and (max-width:768px){.gallery__item:last-child{grid-column:span 2;padding-top:50%}}@media screen and (max-width:576px){.gallery__item:last-child{grid-column:span 1}}.gallery-item__link{position:absolute;left:0;top:0;width:100%;height:100%;border-radius:15px;overflow:hidden}.gallery-item__link:hover .gallery-item__image img{transform:scale(1.05)}.gallery-item__image{width:100%;height:100%}.gallery-item__image img{transition:transform var(--transition)}.gallery-item__content{display:flex;flex-direction:column;justify-content:flex-end;position:absolute;z-index:2;bottom:0;width:100%;padding:30px;height:50%;background:linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%)}.gallery-item__subtitle{font-size:16px;line-height:1.5;color:var(--green);font-weight:600;margin-bottom:2px}.gallery-item__title{font-size:18px;font-weight:700;color:#fff;line-height:1.5}@media screen and (max-width:576px){.gallery-item__title{font-size:17px}}.gallery-item_special .gallery-item__link:hover .gallery-item__image img{transform:none}.gallery-item_special .gallery-item__content{background:rgba(28,183,136,.7);height:100%;align-items:flex-start}.gallery-item_special .gallery-item__title{margin-bottom:20%}@media screen and (max-width:1200px){.gallery-item_special .gallery-item__title{margin-bottom:25%}}@media screen and (max-width:992px){.gallery-item_special .gallery-item__title{margin-bottom:30%}}@media screen and (max-width:768px){.gallery-item_special .gallery-item__title{margin-bottom:30px}}@media screen and (max-width:576px){.gallery-item_special .gallery-item__title{margin-bottom:25px}}@media screen and (max-width:420px){.gallery-item_special .gallery-item__title{margin-bottom:10px}}.gallery-item_special .gallery-item__title:last-child{margin-bottom:0}.gallery-item_special .btn{display:block}.contact-info{padding:40px 45px;background-color:var(--mint);border-radius:10px}@media screen and (max-width:1200px){.contact-info{padding:30px}}.contact-form{display:flex;align-items:flex-start}@media screen and (max-width:1060px){.contact-form{flex-direction:column}}.contact-form .left-side{flex:50%;padding-right:60px}@media screen and (max-width:1200px){.contact-form .left-side{padding-right:30px}}@media screen and (max-width:1060px){.contact-form .left-side{padding-right:0;margin-bottom:30px}}.contact-form .right-side{flex:50%}.contact-form__text{margin-bottom:30px}.contact-form__text:last-child{margin-bottom:0}@media screen and (max-width:576px){.contact-form__link-group{justify-content:center}}.table_2 td:first-child{min-width:300px}@media screen and (max-width:1200px){.table_2 td:first-child{min-width:240px}}@media screen and (max-width:768px){.table_2 td:first-child{min-width:auto}}.contact-map{min-height:400px;display:grid;grid-template-columns:1fr 400px}@media screen and (max-width:992px){.contact-map{grid-template-columns:1fr 360px}}@media screen and (max-width:768px){.contact-map{grid-template-columns:1fr}}.contact-map__map{border-radius:10px 0 0 10px;border:1px solid #e0e0e0}@media screen and (max-width:768px){.contact-map__map{height:320px;border-radius:10px 10px 0 0}}@media screen and (max-width:576px){.contact-map__map{height:240px}}.contact-map__content{position:relative;border:1px solid #e0e0e0;border-radius:0 10px 10px 0;border-left:none;padding:40px}@media screen and (max-width:992px){.contact-map__content{padding:30px}}@media screen and (max-width:768px){.contact-map__content{border-radius:0 0 10px 10px;border:1px solid #e0e0e0;border-top:none}}@media screen and (max-width:576px){.contact-map__content{padding:30px 25px}}.contact-map__title{font-size:21px;font-weight:700;margin-bottom:30px}@media screen and (max-width:992px){.contact-map__title{font-size:20px}}@media screen and (max-width:576px){.contact-map__title{font-size:18px;margin-bottom:20px}}.contact-map__list{margin-bottom:20px}.contact-map__item{margin-bottom:15px}@media screen and (max-width:576px){.contact-map__item{margin-bottom:10px}}.contact-map__item:last-child{margin-bottom:0}.contact-map__print{font-weight:500;font-size:16px;color:var(--green)}.contact-map__print:hover{text-decoration:underline}.contact-map__qr-code{position:absolute;right:30px;bottom:30px;width:114px;height:114px}@media screen and (max-width:992px){.contact-map__qr-code{right:24px;bottom:24px;width:96px;height:96px}}@media screen and (max-width:576px){.contact-map__qr-code{right:19px;width:64px;height:64px}}@media screen and (max-width:348px){.contact-map__qr-code{display:none}}.contact-map-item__title{font-weight:500;font-size:16px;line-height:1.5;color:var(--black);margin-bottom:5px}.contact-map-item__desc{font-weight:500;font-size:16px;line-height:1.5;color:var(--gray)}.achievements{display:grid;grid-template-columns:1fr 1fr;row-gap:30px}@media screen and (max-width:768px){.achievements{grid-template-columns:1fr}}.achievements__image{position:relative;height:100%;width:100%}@media screen and (max-width:768px){.achievements__image{height:360px}}@media screen and (max-width:576px){.achievements__image{height:280px}}.achievements__caption{position:absolute;left:0;bottom:0;padding:30px;font-size:18px;font-weight:600;line-height:1.75;color:#fff;max-width:320px;background-color:var(--green)}@media screen and (max-width:992px){.achievements__caption{font-size:16px;max-width:280px}}@media screen and (max-width:768px){.achievements__caption{padding:25px}}@media screen and (max-width:340px){.achievements__caption{max-width:100%}}.achievements__content{padding-left:60px}@media screen and (max-width:768px){.achievements__content{padding:0}}.achievements__accent{font-size:19px;text-transform:uppercase;color:var(--green);font-weight:600;line-height:1.5}@media screen and (max-width:992px){.achievements__accent{font-size:18px}}@media screen and (max-width:768px){.achievements__accent{font-size:17px}}.achievements__accent,.achievements__progressbar,.achievements__text{margin-bottom:30px}.achievements__accent:last-child,.achievements__progressbar:last-child,.achievements__text:last-child{margin-bottom:0}.achievements__actions{margin:-15px;display:flex;flex-wrap:wrap;align-items:center}.achievements__actions .icon-box{margin:15px;align-items:center}.achievements__actions .icon-box__icon{margin:0 20px 0 0}@media screen and (max-width:992px){.achievements__actions .icon-box__icon{width:64px;height:64px}}.achievements__actions .icon-box__icon .icon{width:60px;height:60px}@media screen and (max-width:992px){.achievements__actions .icon-box__icon .icon{width:48px;height:48px}}.achievements__actions .icon-box__title{margin-bottom:5px}.achievements__actions .btn{margin:15px}.progressbar{width:100%}.progressbar__header{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px}.progressbar__title{font-size:16px;font-weight:600;color:var(--black)}.progressbar__percentage{font-size:16px;font-weight:600;color:var(--gray)}.progressbar__track{overflow:hidden;position:relative;width:100%;height:12px;background-color:#eee}.progressbar__fill{position:absolute;left:0;top:0;height:100%;transition:width var(--transition);background-color:var(--green)}.progressbar_mini .progressbar__header{justify-content:flex-start}.progressbar_mini .progressbar__percentage{margin-left:10px;font-weight:700;color:var(--green)}.progressbar_mini .progressbar__track{height:6px;border-radius:3px}.accordion__item{border:1px solid #e0e0e0;border-top-color:rgba(0,0,0,0);transition:border-color var(--transition),margin var(--transition)}.accordion__item_active{margin:15px 0;border-top:1px solid #e0e0e0}.accordion__item_active+.accordion__item{border-top:1px solid #e0e0e0}.accordion__item_active:first-child{margin-top:0}.accordion__item_active:last-child{margin-bottom:0}.accordion__item_active .accordion__button .icon svg{transform:rotate(180deg)}.accordion__item:first-child{border-top-left-radius:5px;border-top-right-radius:5px;border-top:1px solid #e0e0e0}.accordion__item:last-child{border-bottom-left-radius:5px;border-bottom-right-radius:5px}.accordion__button,.accordion__content{width:100%;font-size:16px;padding:20px 30px}@media screen and (max-width:768px){.accordion__button,.accordion__content{padding:15px 20px}}.accordion__content{padding-top:0;padding-bottom:30px}@media screen and (max-width:768px){.accordion__content{padding-bottom:20px}}.accordion__panel{min-height:0px;height:0px;transition:height var(--transition);overflow:hidden}.accordion-button{width:100%;display:flex;align-items:center;justify-content:space-between;cursor:pointer}.accordion-button__left-side{flex:1;display:flex;flex-direction:column;justify-content:flex-start;text-align:left}.accordion-button__right-side{flex-shrink:0;display:flex;align-items:center;margin-left:20px}@media screen and (max-width:768px){.accordion-button__right-side{margin-left:10px}}.accordion-button__right-side .icon{width:28px;height:28px}@media screen and (max-width:768px){.accordion-button__right-side .icon{width:24px;height:24px}}.accordion-button__right-side .icon svg{fill:var(--gray);transition:transform var(--transition)}.accordion-button__title{line-height:1.5;color:var(--black);font-weight:600;font-size:17px;margin-bottom:10px}@media screen and (max-width:768px){.accordion-button__title{font-size:16px}}.accordion-button__title:last-child{margin-bottom:0}.accordion-button__subtitle{line-height:1.5;font-size:16px;color:var(--gray)}.accordion-button__salary{margin-right:15px;font-size:20px;font-weight:700;line-height:1;color:var(--black)}@media screen and (max-width:768px){.accordion-button__salary{font-size:18px}}@media screen and (max-width:576px){.accordion-button__salary{display:none}}.accordion_vacancy .accordion__button,.accordion_vacancy .accordion__content{padding:30px 45px}@media screen and (max-width:1200px){.accordion_vacancy .accordion__button,.accordion_vacancy .accordion__content{padding:20px 30px}}@media screen and (max-width:768px){.accordion_vacancy .accordion__button,.accordion_vacancy .accordion__content{padding:20px}}.accordion_vacancy .accordion__content{padding-top:0}.accordion_vacancy .accordion-button__title{font-weight:700;font-size:19px}@media screen and (max-width:768px){.accordion_vacancy .accordion-button__title{font-size:18px}}.reference{width:100%;display:flex;align-items:center;justify-content:space-between;border:1px solid #e0e0e0;border-radius:5px;transition:border-color var(--transition);padding:30px 45px;margin-bottom:15px}.reference:last-child{margin-bottom:0}@media screen and (max-width:1200px){.reference{padding:20px 30px}}@media screen and (max-width:768px){.reference{padding:20px}}.reference__left-side{flex:1;display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;text-align:left}.reference__title{line-height:1.5;color:var(--black);font-weight:700;margin-bottom:10px;transition:color var(--transition);font-size:19px}@media screen and (max-width:768px){.reference__title{font-size:18px}}.reference__title:last-child{margin-bottom:0}.reference__title:hover{color:var(--green)}.reference__weight,.reference__desc{font-size:16px;line-height:1.5;color:var(--gray);margin-bottom:10px}.reference__weight:last-child,.reference__desc:last-child{margin-bottom:0}.reference__weight{font-weight:500;transition:color var(--transition)}.reference__weight:hover{cursor:pointer;color:var(--green)}.reference__right-side{flex-shrink:0;display:flex;align-items:center;margin-left:20px}@media screen and (max-width:768px){.reference__right-side{margin-left:10px}}@media screen and (max-width:576px){.reference__right-side{display:none}}.reference__right-side .icon{width:28px;height:28px}@media screen and (max-width:768px){.reference__right-side .icon{width:24px;height:24px}}.reference__right-side .icon svg{fill:var(--gray);transition:fill var(--transition)}.reference__right-side .icon:hover{cursor:pointer}.reference__right-side .icon:hover svg{fill:var(--green)}.files__item{margin-bottom:20px}.files__item:last-child{margin-bottom:0}.file{display:flex;align-items:flex-start}.file__icon{flex-shrink:0;margin-right:15px}.file__title{line-height:1.25;color:var(--black);font-weight:600;transition:color var(--transition);font-size:16px;margin-bottom:5px}.file__title:last-child{margin-bottom:0}.file__title:hover{color:var(--green)}.file__weight{font-size:16px;line-height:1.25;color:var(--gray);margin-bottom:10px;font-weight:500}.file__weight:last-child{margin-bottom:0}.review-info{border:1px solid #e0e0e0;border-radius:10px;padding:30px 45px;display:flex;align-items:center;justify-content:space-between}@media screen and (max-width:1200px){.review-info{padding:20px 30px}}@media screen and (max-width:768px){.review-info{flex-direction:column;padding:20px}}.review-info__content{display:flex;align-items:center;margin-right:30px}@media screen and (max-width:1200px){.review-info__content{margin-right:20px}}@media screen and (max-width:768px){.review-info__content{margin-right:0;margin-bottom:20px;flex-direction:column}}.review-info__image{flex-shrink:0;width:56px;height:56px;margin-right:30px}@media screen and (max-width:1200px){.review-info__image{margin-right:20px}}@media screen and (max-width:768px){.review-info__image{margin-right:0;margin-bottom:20px}}.review-info__text{max-width:720px}.review-info__actions{flex-shrink:0}.review{border:1px solid #e0e0e0;border-radius:10px;padding:30px 45px}@media screen and (max-width:1200px){.review{padding:20px 30px}}@media screen and (max-width:768px){.review{padding:20px}}.review__header,.review__content,.review__docs,.review .spoiler__content{margin-bottom:20px}.review__header:last-child,.review__content:last-child,.review__docs:last-child,.review .spoiler__content:last-child{margin-bottom:0}.review .spoiler__content{position:relative;max-height:84px}.review .spoiler__content::after{position:absolute;content:"";width:100%;height:10px;left:0;bottom:0;background:linear-gradient(to top, #fff 0%, rgba(255, 0, 0, 0) 100%)}.review.spoiler_active .spoiler__content::after{display:none}.review-header{display:flex;justify-content:space-between;flex-wrap:wrap}@media screen and (max-width:576px){.review-header{flex-direction:column}}.review-header__left{display:flex;align-items:center}.review-header__image{width:72px;height:72px;border-radius:50%;margin-right:30px;flex-shrink:0}@media screen and (max-width:1200px){.review-header__image{margin-right:20px}}@media screen and (max-width:992px){.review-header__image{width:64px;height:64px}}@media screen and (max-width:576px){.review-header__image{width:56px;height:56px}}.review-header__heading{display:flex;flex-direction:column}.review-header__subtitle{font-size:16px;line-height:1.5;color:var(--gray);margin-bottom:5px}@media screen and (max-width:576px){.review-header__subtitle{font-size:14px}}.review-header__title{font-size:20px;line-height:1.5;font-weight:600;color:var(--black)}@media screen and (max-width:992px){.review-header__title{font-size:18px}}@media screen and (max-width:576px){.review-header__title{font-size:16px}}.review-header__rating{margin-top:20px;display:flex;flex-shrink:0}.review-header__rating span{width:24px;height:24px;margin-right:5px;background-image:url(//n-urengoy.centereco.ru/wp-content/themes/centereco/assets/img/rating_over.svg);background-size:contain;background-repeat:no-repeat;background-position:center}@media screen and (max-width:992px){.review-header__rating span{width:22px;height:22px}}@media screen and (max-width:576px){.review-header__rating span{width:20px;height:20px}}.review-header__rating span:last-child{margin-right:0}.review-ratings{display:flex;align-items:center}.review-ratings__images{display:flex;align-items:center;margin-right:10px}.review-ratings__images img{cursor:pointer;width:24px;height:24px;margin-right:5px}@media screen and (max-width:992px){.review-ratings__images img{width:20px;height:20px;margin-right:4px}}.review-ratings__images img:last-child{margin-right:0}.review-ratings__desc{font-size:16px;color:var(--gray)}.review-ratings__desc span{margin-left:10px}.info-block{border:1px solid #e0e0e0;border-radius:5px;display:flex;align-items:center;padding:30px 45px}@media screen and (max-width:1200px){.info-block{padding:20px 30px}}@media screen and (max-width:768px){.info-block{padding:20px}}.info-block__image{flex-shrink:0;width:36px;height:36px;margin-right:20px}@media screen and (max-width:1200px){.info-block__image{width:32px;height:32px}}.info-block__image svg{fill:var(--green)}.info-block__content{flex-shrink:1}.branch{border:1px solid #e0e0e0;border-radius:5px;display:flex;align-items:center;padding:30px 45px;margin-bottom:30px}.branch:last-child{margin-bottom:0}@media screen and (max-width:1200px){.branch{padding:20px 30px}}@media screen and (max-width:768px){.branch{padding:20px;flex-direction:column}}.branch__image{position:relative;width:164px;border-radius:5px;height:98px;margin-right:30px;flex-shrink:0}@media screen and (max-width:768px){.branch__image{width:100%;padding-top:50%;height:0;margin-right:0;margin-bottom:20px}}@media screen and (max-width:576px){.branch__image{padding-top:66.57%}}@media screen and (max-width:768px){.branch__image img{position:absolute;top:0;left:0}}.branch__content{flex-shrink:1;width:100%}.branch__title{line-height:1.5;color:var(--black);font-weight:700;margin-bottom:15px;transition:color var(--transition);font-size:19px}@media screen and (max-width:768px){.branch__title{font-size:18px}}.branch__info{display:grid;grid-template-columns:1fr 1fr 1fr;gap:10px;max-width:720px}@media screen and (max-width:992px){.branch__info{grid-template-columns:1fr 1fr}}@media screen and (max-width:480px){.branch__info{grid-template-columns:1fr}}.branch-item{flex:1 1 50%;display:flex;align-items:center}.branch-item__icon{width:18px;height:18px;margin-right:10px}.branch-item__icon svg{fill:var(--green)}.branch-item__text{font-size:16px;line-height:1.5;color:var(--gray)}