

/* Start:/local/templates/melinvest_main/css/fancybox.css?177521264825343*/
: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}
/* End */


/* Start:/local/templates/melinvest_main/css/custom.css?175826364534055*/
tr.green_bg_table td {
  background-color: #00a6501c;
}

.doptext {
  color: #00a650;
  /*font-weight: bold;*/
}

.btn_scroll-top {
  bottom: 15px;
  left: 15px !important;
  /* right: 15px !important; */
  width: 60px;
  height: 60px;
}

.exempation-buy_path_phone_text p {
  font-size: 14px
}

.exempation-buy_path_phone_text b {
  font-size: 18px;
  display: block
}

.green-list li:before,
.green-list>div:before {
  color: #00a650;
  content: "" !important;
  margin-left: -15px;
  margin-right: 7px;
  float: left;
  width: 6px;
  display: block;
  height: 7px;
  background: #00a650;
  border-radius: 50%;
}

.green-list li,
.green-list>div {
  -webkit-box-align: center;
  align-items: center;
}

.sidebar-path_list_link.hover {
  font-weight: 700;
  color: #000;
}

.btn-green:hover:after,
.btn-green:link:hover:after,
.btn-green:visited:hover:after {
  z-index: -1;
}

.btn-green {
  z-index: 1;
}

.ya-share2__item {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: start;
  justify-content: flex-start;
  padding: 0 15px;
  margin-bottom: 15px;
}

.ya-share2__badge {
  background: none !important;
}

.ya-share2__icon {
  display: -webkit-inline-box;
  display: inline-flex;
  width: 41px !important;
  height: 41px !important;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  border-radius: 50%;
  -webkit-transition: .3s;
  transition: .3s;
}

.ya-share2__counter {
  display: -webkit-inline-box;
  display: inline-flex;
  position: relative;
  margin-left: 10px;
  width: 41px !important;
  height: 41px !important;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  border-radius: 50%;
  background: #e2e2e2;
  font-family: Tahoma, sans-serif;
  font-weight: 700;
  font-size: 9px !important;
  line-height: 1.2 !important;
  color: #333;
}

.ya-share2__counter:after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  right: calc(100% - 1px);
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border-top: 6px solid transparent;
  border-right: 6px solid #e2e2e2;
  border-bottom: 6px solid transparent;
}

.ya-share2__item_service_vkontakte .ya-share2__icon {
  background-color: #4a76a8;
}

.ya-share2__item_service_facebook .ya-share2__icon {
  background-color: #4267b2;
}

.ya-share2__item_service_odnoklassniki .ya-share2__icon {
  background-color: #ee8208;
}

.block-request {
  margin: 20px 0;
  padding: 30px;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  font-family: Tahoma, sans-serif;
  color: #ffffff;
  background: url("/local/templates/melinvest_main/css/../img/bg-request.png") center no-repeat;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  position: relative;
}

@media (max-width: 767px) {
  .block-request {
    padding: 20px 10px;
  }
}

.block-request::before {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  background-color: rgba(16, 22, 30, 0.5);
  z-index: 0;
}

.block-request__info {
  flex-basis: 70%;
  z-index: 1;
}

@media (max-width: 767px) {
  .block-request__info {
    flex-basis: 100%;
    text-align: center;
  }
}

.block-request__title {
  max-width: 360px;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}

@media (max-width: 767px) {
  .block-request__title {
    max-width: none;
    font-size: 22px;
  }
}

.block-request__text {
  max-width: 440px;
  margin-top: 24px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

@media (max-width: 767px) {
  .block-request__text {
    max-width: none;
    font-size: 14px;
  }
}

.block-request__form {
  flex-basis: 30%;
  z-index: 1;
}

@media (max-width: 767px) {
  .block-request__form {
    flex-basis: 100%;
  }
}

.block-realized {
  position: relative;
}

.block-realized__block {
  max-width: 170px;
  margin: 0 auto;
  /*-ms-flex-preferred-size: 25%;
  flex-basis: 25%;*/
}

@media (max-width: 543px) {
  .block-realized__block {
    max-width: 200px;
  }
}

.block-realized__blocks {
  padding-bottom: 70px;
  /*display: -webkit-box;
    display: -ms-flexbox;
    display: flex;*/
  margin-bottom: 15px;
  margin-top: 20px;
}

.block-realized__block-img {
  width: 168px;
  height: 180px;
  margin-bottom: 22px;
  position: relative;
  border: 1px solid #00a650;
  overflow: hidden;
}

.block-realized__block-img img {
  min-height: 100%;
  min-width: 100%;
  max-height: 250px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media (max-width: 543px) {
  .block-realized__block-img {
    width: 200px;
    height: 200px;
  }
}

.block-realized__block-text {
  max-width: 168px;
  color: #000000;
  font-family: Tahoma, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
}

@media (max-width: 543px) {
  .block-realized__block-text {
    max-width: 200px;
  }
}

.block-realized__all {
  padding: 13px 40px;
  display: inline-block;
  position: absolute;
  bottom: 0;
  /* left: 0;
  left: 200px;*/
  right: 0;
  color: #00a650;
  font-family: Tahoma, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
  border: 1px solid #00a650;
  background-color: #ffffff;
}

/* @media (max-width: 1199px) {
  .block-realized__all {
  }
} */

@media (max-width: 543px) {
  .block-realized__all {
    padding: 13px 20px;
    left: auto;
    right: 0;
  }
}

@media (min-width: 991px) {
  .block-realized__all:hover {
    color: #fff;
    background-color: #00a650;
  }
}

.block-realized__blocks .slick-arrow {
  position: absolute;
  bottom: 0;
  height: 40px;
  width: 70px;
  border: 1px solid #a9d2bd;
}

.block-realized__blocks .slick-prev_style {
  left: 0;
  /* border-radius: 5px 0 0 5px; */
}

.block-realized__blocks .slick-next_style {
  left: 69px;
  /* border-radius: 0 5px 5px 0; */
}

.form {
  height: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
}

@media (max-width: 767px) {
  .form {
    -webkit-box-align: center;
    align-items: center;
  }
}

.form__tel {
  width: 214px;
  height: 43px;
  margin-bottom: 20px;
  text-align: center;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  color: #000;
  border: 1px solid #00a650;
  background-color: #ffffff;
  outline: none;
}

.form__tel::-webkit-input-placeholder {
  color: #00a650;
  font-style: normal;
}

.form__tel:-ms-input-placeholder {
  color: #00a650;
  font-style: normal;
}

.form__tel::-ms-input-placeholder {
  color: #00a650;
  font-style: normal;
}

.form__tel::-moz-placeholder {
  color: #00a650;
  font-style: normal;
}

.form__tel::placeholder {
  color: #00a650;
  font-style: normal;
}

.form__btn {
  width: 215px;
  height: 43px;
  margin-bottom: 10px;
  color: #ffffff;
  background-color: #00a650;
  border: 1px solid #00a650;
}

.discount__form .form__btn {
  font-size: 14px !important;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  padding: 0;
}

.discount__form .form__btn span {
  margin: 0 auto;
}

.form__small {
  font-size: 10px;
}


.catalog_title {
  flex-wrap: wrap;
}

.catalog-btn_wrap {
  margin-top: 20px;
  flex-basis: 100%;
  width: 100%;
}

.catalog-btn {
  width: 33%;
  color: #00a650;
  font-weight: 700;
  border: 1px solid #00a650;
}

/*video-adapted*/
.video_wrap {
  position: relative;
  padding-bottom: 45.25%;
  max-width: 560px;
  max-height: 315px;
  /* задаёт высоту контейнера для 16:9 (если 4:3 — поставьте 75%) */
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  margin-bottom: 10px;
}

.video_wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.menu-nav {
  background: #00a650;
  position: relative;
}

@media (max-width: 1201px) {
  .menu-nav {
    background: transparent;
  }
}

.header-phones {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  justify-content: center;
}

@media (max-width: 991px) {
  .header-phones {
    -webkit-box-pack: start;
    justify-content: flex-start;
  }
}

.btn-yellow {
  width: 100%;
  height: 38px;
  margin-top: 20px;
  -webkit-box-pack: center;
  justify-content: center;
  line-height: 22px;
  font-weight: 700;
  text-transform: uppercase;
  border-radius: 4px;
  background-color: #746032;
  background-image: -webkit-gradient(linear, right top, left top, from(#ffcc00), to(#fff222));
  background-image: linear-gradient(to left, #ffcc00 0%, #fff222 100%);
}

@media (min-width: 992px) {

  .btn-yellow:hover:after,
  .btn-yellow:link:hover:after,
  .btn-yellow:visited:hover:after {
    background-color: #ffcc00;
  }
}

@media (max-width: 1199px) {
  .btn-yellow {
    margin-top: 0;
  }
}

@media (max-width: 991px) {
  .btn-yellow {
    margin: 10px 0;
  }
}

.produce-and-build {
  margin: 60px 0 30px;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}

@media (max-width: 991px) {
  .produce-and-build {
    -webkit-box-pack: justify;
    justify-content: space-between;

  }
}

.produce-and-build__item {
  margin-bottom: 30px;
  flex-basis: 30%;
  display: -webkit-box !important;
  display: flex !important;
  -webkit-box-align: center;
  align-items: center;
}

@media (min-width: 992px) {
  .produce-and-build__item:not(:nth-child(3n)) {
    margin-right: 5%;
  }
}


@media (max-width: 991px) {
  .produce-and-build__item {
    flex-basis: 45%;
  }
}

@media (max-width: 767px) {
  .produce-and-build__item {
    flex-basis: 100%;
  }
}

.produce-and-build__img {
  margin-right: 20px;
  flex-basis: 30%;
  text-align: center;
}

.produce-and-build__img img {
  max-width: 100%;
}

.produce-and-build__text {
  flex-basis: 65%;
}

.discount {
  margin-top: 30px;
  margin-bottom: 50px;
  padding: 44px 0;
  font-family: Tahoma, sans-serif;
  background: url("/bitrix/templates/melinvest_2017/img/discount-bg.webp") center no-repeat;
  background-size: cover;
}

@media (max-width: 991px) {
  .discount {
    margin-top: 25px;
    margin-bottom: 0;
    padding: 17px 0 19px;
    text-align: center;
  }
}

@media (max-width: 543px) {
  .discount {
    text-align: left;
  }
}

.discount .container {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  justify-content: space-between;
}

.discount__info {
  flex-basis: 55%;
}

@media (max-width: 991px) {
  .discount__info {
    flex-basis: 100%;
  }
}

.discount__form {
  flex-basis: 30%;
}

.discount__form .form {
  -webkit-box-align: end;
  align-items: flex-end;
}

.discount__form .form__small {
  max-width: 210px;
}

@media (max-width: 991px) {
  .discount__form {
    margin-top: 20px;
    flex-basis: 100%;
  }

  .discount__form .form {
    -webkit-box-align: center;
    align-items: center;
  }

  .discount__form .form__tel,
  .discount__form .form__btn {
    width: 100%;
    height: 24px;
    max-width: 330px;
    line-height: 20px;
    margin-bottom: 16px;
  }

  .discount__form .form__btn {
    padding: 0;
    -webkit-box-pack: center;
    justify-content: center;
  }

  .discount__form .form__small {
    max-width: 330px;
  }
}

.discount__title {
  margin-bottom: 38px;
  color: #151515;
  font-size: 36px;
  font-weight: 700;
  line-height: 56px;
}

.discount__title span {
  display: block;
}

@media (max-width: 991px) {
  .discount__title {
    margin-bottom: 18px;
    font-size: 24px;
    line-height: normal;
  }
}

@media (max-width: 543px) {
  .discount__title {
    margin-bottom: 15px;
    font-size: 20px;
  }
}

.discount__text {
  margin-bottom: 38px;
  color: #000000;
  font-family: Tahoma, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
}

@media (max-width: 991px) {
  .discount__text {
    width: 313px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 22px;
    font-size: 12px;
    line-height: 16px;
  }
}

@media (max-width: 543px) {
  .discount__text {
    width: auto;
  }
}

.discount__logos {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .discount__logos {
    max-width: 330px;
    margin: 0 auto;
  }
}

.discount__logos img {
  max-height: 90px;
}

@media (max-width: 767px) {
  .discount__logos img {
    max-height: 45px;
  }
}

.video-block .iframe_wrap {
  max-width: none !important;
}

.map {
  margin-top: 20px;
  height: 580px;
}

@media (max-width: 991px) {
  .map {
    height: 310px;
  }
}

@media (max-width: 767px) {
  .map {
    height: 420px;
  }
}

.ymaps-layers-pane {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

#request-call-small {
  width: 500px;
}

#request-call-small .mf-captcha,
#request-call .mf-captcha,
#product-selection_form .mf-captcha {
  margin-bottom: 10px;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  justify-content: center;
}

#request-call-small .mf-text:first-child,
#request-call .mf-text:first-child,
#product-selection_form .mf-text:first-child {
  display: none;
}

#request-call-small .mf-text:nth-child(4),
#request-call .mf-text:nth-child(4),
#product-selection_form .mf-text:nth-child(4) {
  width: 100%;
  margin-bottom: 5px;
  -webkit-box-ordinal-group: 0;
  order: -1;
  text-align: center;
}

#request-call-small input[name="captcha_word"],
#request-call input[name="captcha_word"],
#product-selection_form input[name="captcha_word"] {
  max-width: 50%;
  margin-left: 10px;
  color: #231f20;
  padding: 5px 15px;
  border: 1px solid #e0e0e0;
  border-radius: 3px;
  outline: none;
}

#request-call-small .mf-captcha img,
#request-call .mf-captcha img,
#product-selection_form .mf-captcha img {
  max-width: 45%;
}

.subscribe_wrap {
  flex-wrap: wrap;
}

.subscribe-wrap {
  width: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
}

@media only screen and (max-width: 767px) {
  .subscribe-wrap {
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: start;
    align-items: flex-start;
  }
}

.subscribe_wrap .form__small {
  flex-basis: 100%;
  text-align: center;
  margin-top: 10px;
}

.map {
  overflow: hidden;
}

#index_map.map .dummy {
  display: block;
  margin: 0 auto;
}

.video-block .video-block__img {
  position: relative;
  z-index: 10;
}

.video-block .video-block__img img {
  max-width: 100%;
}

.video-block .video-block__btn {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 389px;
  max-width: 100%;
  height: 313px;
  max-height: 100%;
  border-radius: 20px;
  background-color: rgba(254, 254, 254, 0.57);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media (min-width: 991px) {
  .video-block .video-block__btn:hover {
    cursor: pointer;
    box-shadow: 0 0 53px 28px rgba(0, 0, 0, 0.13);
  }
}

.video-block .video-block__btn::after {
  display: block;
  content: '';
  width: 115px;
  height: 115px;
  position: absolute;
  top: 50%;
  left: 50%;
  background: url('/bitrix/templates/melinvest_2017/img/video-block__btn.png') center no-repeat;
  background-size: contain;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.subscribe-wrap .btn-green input {
  width: 115px;
}

.product {
  /*	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;*/
}

.product_img {
  align-self: flex-start;
}

.product__btn {
  margin-top: 15px;
  color: #969696;
  font-size: 12px;
  font-weight: 400;
  line-height: 36px;
  text-transform: uppercase;
  border: 2px solid #c9c9c9;
  text-align: center;
}

.product_title-link_wrap {
  margin-bottom: 15px;
  min-height: 52px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: end;
  align-items: flex-end;
}

@media (max-width: 481px) {
  .product_title-link_wrap {
    min-height: 1px;
  }
}

.product_title-link {
  font-size: 18px;
  font-weight: 700;
}

.product__btn {
  margin-top: 15px;
  color: #969696;
  font-size: 12px;
  font-weight: 400;
  line-height: 36px;
  text-transform: uppercase;
  border: 2px solid #c9c9c9;
  text-align: center;
}

@media (min-width: 992px) {
  .subsections_product-wrap .product:hover .product__btn {
    color: #00a650;
    border: 2px solid #00a650;
  }
}

.product {
  position: relative;
}

.flag {
  width: 74px;
  height: 53px;
  position: absolute;
  top: 10px;
  left: 15px;
  color: #ffffff;
  font-family: Tahoma;
  font-size: 16px;
  font-weight: 400;
  line-height: 47.7px;
  text-align: center;
  text-transform: uppercase;
  background: url('/bitrix/templates/melinvest_2017/img/flag.png') center no-repeat;
  z-index: 1;
}

.product .flag {
  top: 0;
  left: 0;
}

/*submenu*/
.sidebar-path_list_li_sub {
  margin-left: -20px;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}

.sidebar-path_list_li_sub>a {
  display: inline-block;
  max-width: 240px;
}

@media (min-width: 992px) {
  .sidebar-path_list_li_sub>a:hover {
    font-weight: 700;
  }
}

.sidebar-path_list_li_sub .sidebar-path_list_li_icon {
  display: inline-block;
  cursor: pointer;
  margin-top: 3px;
  margin-right: 5px;
}

.sidebar-path_list_li_sub .sidebar-path_list_li_icon .icon-plus-green {
  display: block;
}

.sidebar-path_list_li_sub .sidebar-path_list_li_icon .icon-plus-hover-green {
  display: none;
}

.sidebar-path_list_li_sub .sidebar-submenu {
  display: none;
  padding-left: 40px;
  width: 100%;
}

.sidebar-path_list_li_sub.hover>a {
  font-weight: 700;
  color: #231f20;
}

.sidebar-path_list_li_sub .active .icon-plus-green {
  display: none;
}

.sidebar-path_list_li_sub .active .icon-plus-hover-green {
  display: block;
}

#request-call {
  max-width: 500px;
}

.middle_form .col-md-6:first-child {
  width: 100%;
}

.bottom_form {
  max-width: none !important;
}

/*Очередная шапка*/

.header_top-line {
  margin: 10px 0 !important;
}

@media (max-width: 991px) {
  .header_top-line {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
}

.header_top-line .logo {
  width: 30%;
  padding-right: 28px;
  float: left;
}

@media (max-width: 1199px) {
  .header_top-line .logo {
    height: 85px;
    width: auto;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
  }
}

@media (max-width: 991px) {
  .header_top-line .logo {
    height: auto;
    padding-right: 10px;
  }
}

@media (max-width: 543px) {
  .header_top-line .logo {
    padding-right: 0;
  }
}

.header_top-line .logo .logo-desk {
  width: 100%;
}

.header_top-line .logo .logo_subtext {
  font-size: 14px;
  left: 100px;
}

.header_top-line .header-phones {
  width: 70%;
  margin-top: 10px;
  -webkit-box-pack: justify;
  justify-content: space-between;
}

@media (max-width: 1199px) {
  .header_top-line .header-phones {
    width: auto;
  }
}

@media (max-width: 991px) {
  .header_top-line .header-phones {
    width: 100%;
    display: -webkit-box;
    display: flex;
    -webkit-box-ordinal-group: 2;
    order: 1;
  }
}

@media (max-width: 767px) {
  .header_top-line .header-phones {
    color: #6c6c6c;
  }
}

.header_top-line .header-phones .header_phone-wrap {
  margin: 0;
  padding-right: 10px;
  color: #8c8c8c;
  width: 50%;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: start;
  justify-content: flex-start;
  float: left;
  white-space: nowrap;
}

/* @media (min-width: 1200px) {
  .header_top-line .header-phones .header_phone-wrap {
  }
} */

@media (max-width: 767px) {
  .header_top-line .header-phones .header_phone-wrap {
    padding: 0;
    font-size: 11px;
    white-space: normal;
  }
}

@media (max-width: 543px) {
  .header_top-line .header-phones .header_phone-wrap {
    -webkit-box-pack: center;
    justify-content: center;
  }
}

.header_top-line .header-phones .header_phone-wrap div {
  color: #000;
  font-size: 14px;
}

@media (max-width: 1199px) {
  .header_top-line .header-phones .header_phone-wrap div {
    font-size: 16px;
  }
}

@media (max-width: 991px) {
  .header_top-line .header-phones .header_phone-wrap div {
    font-size: 12px;
  }
}

@media (max-width: 543px) {
  .header_top-line .header-phones .header_phone-wrap div a {
    display: block;
  }
}

.header_top-line .header-call {
  width: 35%;
  display: inline-block;
  float: left;
}

@media (min-width: 1200px) {
  .header_top-line .header-call {
    margin-top: 12px;
  }
}

@media (max-width: 1199px) {
  .header_top-line .header-call {
    width: 46%;
  }
}

@media (max-width: 991px) {
  .header_top-line .header-call {
    width: auto;
    display: -webkit-box;
    display: flex;
  }
}

@media (max-width: 620px) {
  .header_top-line .header-call {
    width: 100%;
    justify-content: space-around;
    -webkit-box-ordinal-group: 2;
    order: 1;
  }
}

.header_top-line .header-call__item {
  margin-right: 15px;
  padding-bottom: 8px;
  font-size: 13px;
  font-weight: 700;
  line-height: 24px;
  text-transform: uppercase;
  text-decoration: none;
  border-bottom: 1px solid #00a650;
}

.header_top-line .header-call__item img {
  margin-right: 8px;
}

@media (min-width: 991px) {
  .header_top-line .header-call__item:hover {
    color: #00a650;
    border-bottom-color: transparent;
  }
}

@media (max-width: 767px) {
  .header_top-line .header-call__item {
    padding-bottom: 4px;
    font-size: 10px;
  }

  .header_top-line .header-call__item img {
    margin-right: 3px;
  }
}

@media (max-width: 620px) {
  .header_top-line .header-call__item {
    margin-right: 0;
  }
}

.header_top-line .header_search-wrap {
  margin-top: 0;
  width: 30%;
  margin-left: -5px;
  display: inline-block;
  float: left;
}

@media (min-width: 1200px) {
  .header_top-line .header_search-wrap {
    margin-top: 5px;
    margin-right: 5px;
  }
}

@media (max-width: 1199px) {
  .header_top-line .header_search-wrap {
    width: 37%;
    margin-left: 0;
  }
}

@media (max-width: 991px) {
  .header_top-line .header_search-wrap {
    width: 30%;
  }
}

@media (max-width: 620px) {
  .header_top-line .header_search-wrap {
    width: 50%;
  }
}

.header_top-line .header_flag_wrap {
  width: 4%;
  margin-top: 0;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  float: left;
}

@media (max-width: 991px) {
  .header_top-line .header_flag_wrap {
    width: 5%;
  }

  .header_top-line .header_flag_wrap .header_flag {
    margin: 0;
  }
}

@media (max-width: 620px) {
  .header_top-line .header_flag_wrap {
    width: 10%;
  }
}

/* .header_top-line .hamburger-link {
  display: none;
} */

/* @media (max-width: 1199px) {
  .header_top-line .hamburger-link {
    display: inline-block;
    position: relative;
    bottom: -5px;
  }
}

@media (max-width: 991px) {
  .header_top-line .hamburger-link {
    bottom: 0;
  }
}

@media (max-width: 620px) {
  .header_top-line .hamburger-link {
    width: 10%;
  }
} */

/*vesta*/

.block-vantage__title {
  text-transform: uppercase;
}

.block-vantage__item {
  display: -webkit-box;
  display: flex;
  margin-bottom: 50px;
}

@media (max-width: 543px) {
  .block-vantage__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
  }
}

.block-vantage__img {
  min-width: 58px;
  max-width: 58px;
  margin-right: 12px;
}

.block-vantage__img img {
  max-width: 100%;
}

@media (max-width: 543px) {
  .block-vantage__img {
    margin-right: 0;
    margin-bottom: 10px;
  }
}

.block-vantage__subtitle {
  margin-top: 0;
  margin-bottom: 15px;
  line-height: normal;
}

.block-vantage__text {
  font-size: 14px;
  line-height: 25px;
}

.block-finance {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  justify-content: space-between;
}

@media (max-width: 543px) {
  .block-finance {
    justify-content: space-around;
  }
}

.block-finance__item {
  max-width: 150px;
  margin-bottom: 20px;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}

@media (max-width: 543px) {
  .block-finance__item {
    width: 100%;
    max-width: none;
  }
}

.block-finance__img {
  height: 71px;
  margin-bottom: 20px;
}

.block-finance__img img {
  max-width: 100%;
  max-height: 100%;
}

@media (max-width: 543px) {
  .block-finance__img img {
    margin: 0 auto;
    display: block;
  }
}

.block-finance__content {
  font-size: 14px;
}

.block-finance__content span {
  display: block;
}

@media (max-width: 543px) {
  .block-finance__content {
    text-align: center;
  }
}

.block-finance__subtitle {
  font-size: 16px;
  font-weight: 700;
}

.block-finance__link {
  margin-top: auto;
  color: #00a650;
  text-decoration: underline;
}

@media (max-width: 543px) {
  .block-finance__link {
    text-align: center;
  }
}

.block-construction {
  max-width: 698px;
  position: relative;
}

@media (max-width: 767px) {
  .block-construction {
    display: none;
  }
}

.block-construction__img {
  padding-bottom: 20px;
}

.block-construction__title {
  text-transform: uppercase;
}

.block-construction__left {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
}

.block-construction__right {
  position: absolute;
  right: 0;
  bottom: 80px;
  z-index: 1;
  height: 640px;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}

.block-construction__right .block-construction__item {
  position: relative;
}

.block-construction__right .block-construction__item:first-child {
  margin-bottom: 25px;
}

.block-construction__right .block-construction__item:first-child span {
  top: 115px;
  width: 130px;
}

.block-construction__right .block-construction__item:nth-child(2) span {
  top: 25px;
  width: 143px;
}

.block-construction__right .block-construction__item:last-child {
  margin-top: auto;
}

.block-construction__right .block-construction__item:last-child span {
  top: 35px;
}

.block-construction__right .block-construction__item span {
  position: absolute;
  left: 0;
  min-width: 80px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

.block-construction__right .block-construction__item span::before {
  width: 17px;
  height: 17px;
  display: block;
  border-radius: 50%;
  border: 2px solid #18a63a;
  background-color: #ffffff;
  content: '';
}

.block-construction__right .block-construction__item span::after {
  width: calc(100% - 17px);
  height: 2px;
  display: block;
  background-color: #18a63a;
  content: '';
}

.block-construction__item {
  width: 186px;
  padding: 11px 15px 15px 15px;
  font-size: 12px;
  border: 2px solid #18a63a;
  background-color: #ffffff;
  line-height: 17.95px;
}

.block-construction__item:not(:last-child) {
  margin-bottom: 15px;
}

.block-construction__subtitle {
  margin-bottom: 15px;
  font-weight: 700;
}

.subsections_product-wrap .product_img img {
  max-height: 194px;
}

/*новый раздел*/
.partition {
  max-width: 767px;
  min-height: 196px;
  margin: 20px 0 30px;
  display: -webkit-box;
  display: flex;
  border: 1px solid #c9c9c9;
  background-color: #ffffff;
}

@media (max-width: 650px) {
  .partition {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
}

.partition * {
  box-sizing: border-box;
  line-height: normal;
}

.partition__content {
  width: 100%;
  padding: 21px;
  background-color: #eeeeee;
}

.partition__title {
  margin-bottom: 23px;
  color: #000000;
  font-size: 24px;
  font-weight: 400;
  line-height: 36px;
  text-decoration: none;
  text-transform: uppercase;
}

.partition__title span {
  display: block;
}

.partition__title a {
  text-decoration: none;
  text-transform: uppercase;
}

@media (min-width: 992px) {
  .partition__title:hover a {
    cursor: pointer;
    color: #00a650;
  }
}

@media (max-width: 650px) {
  .partition__title {
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 28px;
  }
}

.partition__item {
  margin-left: 11px;
  margin-bottom: 23px;
}

@media (max-width: 650px) {
  .partition__item {
    margin-left: 0;
  }
}

.partition__subtitle {
  display: inline;
  color: #00a650;
  font-size: 24px;
  font-weight: 400;
  line-height: 36px;
  border-bottom: 2px solid #00a650;
  text-decoration: none;
}

@media (min-width: 992px) {
  .partition__subtitle:hover {
    cursor: pointer;
    border-color: transparent;
  }
}

@media (max-width: 650px) {
  .partition__subtitle {
    font-size: 18px;
    line-height: 22px;
  }
}

.partition-block {
  margin: 0 20px;
  min-width: calc(30% - 40px);
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-align: start;
  align-items: flex-start;
}

.partition-blocks {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
}

@media (max-width: 650px) {
  .partition-blocks {
    margin-top: 16px;
  }
}

.partition-block__item a {
  display: inline;
  color: #00a650;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
  border-bottom: 1px solid #00a650;
}

@media (min-width: 992px) {
  .partition-block__item a:hover {
    cursor: pointer;
    border-color: transparent;
  }
}

.partition__img {
  min-width: 256px;
  max-width: 256px;
  padding: 21px;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-align: center;
  align-items: center;
  justify-content: space-around;
}

@media (max-width: 650px) {
  .partition__img {
    -webkit-box-ordinal-group: 0;
    order: -1;
    max-width: none;
  }
}

.product_img {
  height: 230px;
}

.product_img img {
  max-height: 100%;
}

.block-text__img {
  margin-right: 20px;
  margin-bottom: 20px;
  float: left;
}

.sidebar-path_list_li {
  list-style: none;
}

.btn-price {
  width: 100%;
  text-align: center;
}

.btn-price span {
  width: 100%;
}

@media (max-width: 767px) {
  .h1-style {
    font-size: 28px;
    line-height: 32px;
  }

  .h2-style {
    font-size: 26px;
    line-height: 30px;
  }
}

.tabs_wtapper .btn-wrap {
  margin-top: 26px;
}

@media (max-width: 544px) {
  .tabs_wtapper .btn-wrap .btn {
    padding: 8px 15px;
    font-size: 16px;
  }
}

@media (max-width: 543px) {
  .catalog-btn_wrap {
    flex-wrap: wrap;
  }

  .catalog-btn_wrap .catalog-btn {
    width: 100%;
  }
}

[class*="ymaps-2"][class*="-ground-pane"] {
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
  -webkit-filter: grayscale(100%);
}

.melinvest-objects {
  margin-top: 64px;
  margin-bottom: 25px;
}

@media (min-width: 1366px) {
  .melinvest-objects {
    margin-top: 80px;
  }
}

.melinvest-objects__title {
  font-weight: 700;
  font-size: 18px;
  line-height: 120%;
  text-transform: uppercase;
}

@media (min-width: 768px) {
  .melinvest-objects__title {
    font-size: 24px;
    line-height: 33px;
  }
}

@media (min-width: 1366px) {
  .melinvest-objects__title {
    font-size: 36px;
  }
}

.melinvest-objects__inner {
  position: relative;
  overflow: hidden;
  margin-top: 32px;
}

@media (min-width: 1366px) {
  .melinvest-objects__inner {
    margin-top: 54px;
  }
}

@media (min-width: 768px) {
  .melinvest-objects__slider .slick-slider {
    margin: 0 -8px;
  }

  .melinvest-objects__slider .slick-slide {
    margin: 0 8px;
  }
}

.melinvest-objects__img {
  position: relative;
  aspect-ratio: 1;
  width: 100%;
    border: 1px solid #e7e7e7;
    border-bottom: none;
}

.melinvest-objects__img img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.melinvest-objects__desc {
  padding: 16px;
  background: #f8f9fa;
  border: 1px solid #e7e7e7;
  font-size: 14px;
  line-height: 140%;
  flex-grow: 1;
}

.melinvest-objects__desc p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-line-clamp: 2;
}

.melinvest-slider__bottom {
  display: grid;
  gap: 20px;
  margin-top: 20px;
}

@media (min-width: 768px) {
  .melinvest-slider__bottom {
    margin-top: 30px;
    align-items: center;
    grid-template-columns: auto 1fr auto;
    gap: 16px;
  }

  .melinvest-slider__bottom:before {
    content: '';
    background-color: #dedede;
    height: 1px;
    order: 1;
    width: 100%;
  }
}

.melinvest-slider__bottom .block-realized__all {
  position: static;
  order: 2;
  text-align: center;
  width: 215px;
  margin: 0 auto;
  color: #000000;
}

.melinvest-slider__arrows {
  border: 1px solid #00a650;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 109px;
  padding: 5px 10px;
}

.melinvest-slider__arrows button {
  position: relative;
  background: transparent;
  border: none;
  width: 34px;
  height: 34px;
  z-index: 1;
}

.melinvest-slider__arrows button svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.melinvest-slider__prev {
  transition: 0.3s;
}

.melinvest-slider__prev:hover {
  margin-left: -4px;
}

.melinvest-slider__next {
  transition: 0.3s;
}

.melinvest-slider__next:hover {
  margin-right: -4px;
}
/* End */


/* Start:/local/templates/melinvest_main/css/main.min.css?1776948122129651*/
@charset "UTF-8";

html {
	font-family: sans-serif;
	line-height: 1.15;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%
}

body {
	margin: 0
}

article,
aside,
footer,
header,
nav,
section {
	display: block
}

h1 {
	font-size: 2em;
	margin: .67em 0
}

figcaption,
figure,
main {
	display: block
}

figure {
	margin: 1em 40px
}

hr {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
	overflow: visible
}

pre {
	font-family: monospace, monospace;
	font-size: 1em
}

a {
	background-color: transparent;
	-webkit-text-decoration-skip: objects
}

a:active,
a:hover {
	outline-width: 0
}

abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted
}

b,
strong {
	font-weight: inherit;
	font-weight: bolder
}

code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em
}

dfn {
	font-style: italic
}

mark {
	background-color: #ff0;
	color: #000
}

small {
	font-size: 80%
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline
}

sub {
	bottom: -.25em
}

sup {
	top: -.5em
}

audio,
video {
	display: inline-block
}

audio:not([controls]) {
	display: none;
	height: 0
}

img {
	border-style: none
}

svg:not(:root) {
	overflow: hidden
}

button,
input,
optgroup,
select,
textarea {
	font-family: sans-serif;
	font-size: 100%;
	line-height: 1.15;
	margin: 0
}

button,
input {
	overflow: visible
}

button,
select {
	text-transform: none
}

[type=reset],
[type=submit],
button,
html [type=button] {
	-webkit-appearance: button
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
	border-style: none;
	padding: 0
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
	outline: 1px dotted ButtonText
}

fieldset {
	border: 1px solid silver;
	margin: 0 2px;
	padding: .35em .625em .75em
}

legend {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal
}

progress {
	display: inline-block;
	vertical-align: baseline
}

textarea {
	overflow: auto
}

[type=checkbox],
[type=radio] {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
	height: auto
}

[type=search] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
	-webkit-appearance: button;
	font: inherit
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
	-webkit-appearance: none
}

details,
menu {
	display: block
}

summary {
	display: list-item
}

canvas {
	display: inline-block
}

[hidden],
template {
	display: none
}

p {
	margin: 0
}

[id^="bx_incl_area_"] {
  display: contents;
}

@font-face {
	font-family: PFDinTextCondPro;
	font-display: fallback;
	font-weight: 400;
	font-style: normal;
	src: url(/local/templates/melinvest_main/css/../fonts/PFDinTextCondPro/regular/pfdintextcondpro-regular.eot);
	src: url(/local/templates/melinvest_main/css/../fonts/PFDinTextCondPro/regular/pfdintextcondpro-regular.eot?#iefix) format("embedded-opentype"), url(/local/templates/melinvest_main/css/../fonts/PFDinTextCondPro/regular/pfdintextcondpro-regular.woff) format("woff"), url(/local/templates/melinvest_main/css/../fonts/PFDinTextCondPro/regular/pfdintextcondpro-regular.ttf) format("truetype")
}

@font-face {
	font-family: PFDinTextCondPro;
	font-display: fallback;
	font-weight: 700;
	font-style: normal;
	src: url(/local/templates/melinvest_main/css/../fonts/PFDinTextCondPro/bold/pfdintextcondpro-bold.eot);
	src: url(/local/templates/melinvest_main/css/../fonts/PFDinTextCondPro/bold/pfdintextcondpro-bold.eot?#iefix) format("embedded-opentype"), url(/local/templates/melinvest_main/css/../fonts/PFDinTextCondPro/bold/pfdintextcondpro-bold.woff) format("woff"), url(/local/templates/melinvest_main/css/../fonts/PFDinTextCondPro/bold/pfdintextcondpro-bold.ttf) format("truetype")
}

@font-face {
	font-family: PFDinTextCondPro-light;
	font-display: fallback;
	font-weight: 400;
	font-style: normal;
	src: url(/local/templates/melinvest_main/css/../fonts/PFDinTextCondPro/light/pfdintextcondpro-light.eot);
	src: url(/local/templates/melinvest_main/css/../fonts/PFDinTextCondPro/light/pfdintextcondpro-light.eot?#iefix) format("embedded-opentype"), url(/local/templates/melinvest_main/css/../fonts/PFDinTextCondPro/light/pfdintextcondpro-light.woff) format("woff"), url(/local/templates/melinvest_main/css/../fonts/PFDinTextCondPro/light/pfdintextcondpro-light.ttf) format("truetype")
}

@font-face {
	font-family: PFDinTextCondPro-medium;
	font-display: fallback;
	font-weight: 400;
	font-style: normal;
	src: url(/local/templates/melinvest_main/css/../fonts/PFDinTextCondPro/medium/pfdintextcondpro-medium.eot);
	src: url(/local/templates/melinvest_main/css/../fonts/PFDinTextCondPro/medium/pfdintextcondpro-medium.eot?#iefix) format("embedded-opentype"), url(/local/templates/melinvest_main/css/../fonts/PFDinTextCondPro/medium/pfdintextcondpro-medium.woff) format("woff"), url(/local/templates/melinvest_main/css/../fonts/PFDinTextCondPro/medium/pfdintextcondpro-medium.ttf) format("truetype")
}

@font-face {
	font-family: PFDinTextCondPro-xthin;
	font-display: fallback;
	font-weight: 400;
	font-style: normal;
	src: url(/local/templates/melinvest_main/css/../fonts/PFDinTextCondPro/xthin/pfdintextcondpro-xthin.eot);
	src: url(/local/templates/melinvest_main/css/../fonts/PFDinTextCondPro/xthin/pfdintextcondpro-xthin.eot?#iefix) format("embedded-opentype"), url(/local/templates/melinvest_main/css/../fonts/PFDinTextCondPro/xthin/pfdintextcondpro-xthin.woff) format("woff"), url(/local/templates/melinvest_main/css/../fonts/PFDinTextCondPro/xthin/pfdintextcondpro-xthin.ttf) format("truetype")
}

@font-face {
	font-family: PTsansNarrow;
	font-display: fallback;
	font-weight: 400;
	font-style: normal;
	src: url(/local/templates/melinvest_main/css/../fonts/PTsansNarrow/PTsansNarrow.eot);
	src: url(/local/templates/melinvest_main/css/../fonts/PTsansNarrow/PTsansNarrow.eot?#iefix) format("embedded-opentype"), url(/local/templates/melinvest_main/css/../fonts/PTsansNarrow/PTsansNarrow.woff) format("woff"), url(/local/templates/melinvest_main/css/../fonts/PTsansNarrow/PTsansNarrow.ttf) format("truetype")
}

@font-face {
	font-family: Verdana;
	font-display: fallback;
	font-weight: 400;
	font-style: normal;
	src: url(/local/templates/melinvest_main/css/../fonts/Verdana/regular/verdana.eot);
	src: url(/local/templates/melinvest_main/css/../fonts/Verdana/regular/verdana.eot?#iefix) format("embedded-opentype"), url(/local/templates/melinvest_main/css/../fonts/Verdana/regular/verdana.woff) format("woff"), url(/local/templates/melinvest_main/css/../fonts/Verdana/regular/verdana.ttf) format("truetype")
}

@font-face {
	font-family: Verdana;
	font-display: fallback;
	font-weight: 700;
	font-style: normal;
	src: url(/local/templates/melinvest_main/css/../fonts/Verdana/bold/verdana-bold.eot);
	src: url(/local/templates/melinvest_main/css/../fonts/Verdana/bold/verdana-bold.eot?#iefix) format("embedded-opentype"), url(/local/templates/melinvest_main/css/../fonts/Verdana/bold/verdana-bold.woff) format("woff"), url(/local/templates/melinvest_main/css/../fonts/Verdana/bold/verdana-bold.ttf) format("truetype")
}



@font-face {
	font-family: Tahoma;
	font-display: fallback;
	font-weight: 400;
	font-style: normal;
	src: url(/local/templates/melinvest_main/css/../fonts/TahomaRegular/TahomaRegular.eot);
	src: url(/local/templates/melinvest_main/css/../fonts/TahomaRegular/TahomaRegular.eot?#iefix) format("embedded-opentype"), url(/local/templates/melinvest_main/css/../fonts/TahomaRegular/TahomaRegular.woff) format("woff"), url(/local/templates/melinvest_main/css/../fonts/TahomaRegular/TahomaRegular.ttf) format("truetype")
}

@font-face {
	font-family: Tahoma;
	font-display: fallback;
	font-weight: 700;
	font-style: normal;
	src: url(/local/templates/melinvest_main/css/../fonts/TahomaBold/Tahoma-Bold.eot);
	src: url(/local/templates/melinvest_main/css/../fonts/TahomaBold/Tahoma-Bold.eot?#iefix) format("embedded-opentype"), url(/local/templates/melinvest_main/css/../fonts/TahomaBold/Tahoma-Bold.woff) format("woff"), url(/local/templates/melinvest_main/css/../fonts/TahomaBold/Tahoma-Bold.ttf) format("truetype")
}


html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%
}

body {
	margin: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
	display: block
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline
}

audio:not([controls]) {
	display: none;
	height: 0
}

[hidden],
template {
	display: none
}

a {
	background-color: transparent
}

a:active,
a:hover {
	outline: 0
}

abbr[title] {
	border-bottom: 1px dotted
}

b,
strong {
	font-weight: 700
}

dfn {
	font-style: italic
}

h1 {
	font-size: 2em;
	margin: .67em 0
}

mark {
	background: #ff0;
	color: #000
}

small {
	font-size: 80%
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline
}

sup {
	top: -.5em
}

sub {
	bottom: -.25em
}

img {
	border: 0;
        height: auto;
}

svg:not(:root) {
	overflow: hidden
}

figure {
	margin: 1em 40px
}

hr {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	height: 0
}

pre {
	overflow: auto
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0
}

button {
	overflow: visible
}

button,
select {
	text-transform: none
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
	-webkit-appearance: button;
	cursor: pointer
}

button[disabled],
html input[disabled] {
	cursor: default
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0
}

input {
	line-height: normal
}

input[type=checkbox],
input[type=radio] {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
	height: auto
}

input[type=search] {
	-webkit-appearance: textfield;
	-webkit-box-sizing: content-box;
	box-sizing: content-box
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
	-webkit-appearance: none
}

fieldset {
	border: 1px solid silver;
	margin: 0 2px;
	padding: .35em .625em .75em
}

legend {
	border: 0;
	padding: 0
}

textarea {
	overflow: auto
}

optgroup {
	font-weight: 700
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

td,
th {
	padding: 0
}

* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

:after,
:before {
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

html {
	font-size: 10px;
	-webkit-tap-highlight-color: transparent
}

body {
	/*font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;*/
        font-family: Verdana, Helvetica, Arial, sans-serif !important;
	font-size: 14px;
	line-height: 1.42857143;
	color: #333;
	background-color: #fff
}

button,
input,
select,
textarea {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit
}

a {
	color: #337ab7;
	text-decoration: none
}

@media (min-width:992px) {
	a:hover {
		color: #23527c;
		text-decoration: underline
	}
}

a:focus {
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
	color: #23527c;
	text-decoration: underline
}

figure {
	margin: 0
}

img {
	vertical-align: middle;
        max-width: 100%;
}

.img-responsive {
	display: block;
	max-width: 100%;
	height: auto
}

.img-rounded {
	border-radius: 6px
}

.img-thumbnail {
	padding: 4px;
	line-height: 1.42857143;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 4px;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	display: inline-block;
	max-width: 100%;
	height: auto
}

.img-circle {
	border-radius: 50%
}

hr {
	margin-top: 20px;
	margin-bottom: 20px;
	border: 0;
	border-top: 1px solid #eee
}

.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
	position: static;
	width: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	clip: auto
}

[role=button] {
	cursor: pointer
}

.container {
  width: 100%;
  max-width: 1920px;
  margin-right: auto;
  margin-left: auto;
  padding: 0 15px;
}

@media (min-width:768px) {
	.container {
		padding: 0 40px;
	}
}

@media (min-width:992px) {
	.container {
		padding: 0 60px;
	}
}

@media (min-width:1200px) {
	.container {
		padding: 0 80px;
	}
}

.container-fluid {
	margin-right: auto;
	margin-left: auto;
	padding-left: 15px;
	padding-right: 15px
}

.row {
	margin-left: -15px;
	margin-right: -15px
}

.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px
}

.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
	float: left
}

.col-xs-12 {
	width: 100%
}

.col-xs-11 {
	width: 91.66666667%
}

.col-xs-10 {
	width: 83.33333333%
}

.col-xs-9 {
	width: 75%
}

.col-xs-8 {
	width: 66.66666667%
}

.col-xs-7 {
	width: 58.33333333%
}

.col-xs-6 {
	width: 50%
}

.col-xs-5 {
	width: 41.66666667%
}

.col-xs-4 {
	width: 33.33333333%
}

.col-xs-3 {
	width: 25%
}

.col-xs-2 {
	width: 16.66666667%
}

.col-xs-1 {
	width: 8.33333333%
}

.col-xs-pull-12 {
	right: 100%
}

.col-xs-pull-11 {
	right: 91.66666667%
}

.col-xs-pull-10 {
	right: 83.33333333%
}

.col-xs-pull-9 {
	right: 75%
}

.col-xs-pull-8 {
	right: 66.66666667%
}

.col-xs-pull-7 {
	right: 58.33333333%
}

.col-xs-pull-6 {
	right: 50%
}

.col-xs-pull-5 {
	right: 41.66666667%
}

.col-xs-pull-4 {
	right: 33.33333333%
}

.col-xs-pull-3 {
	right: 25%
}

.col-xs-pull-2 {
	right: 16.66666667%
}

.col-xs-pull-1 {
	right: 8.33333333%
}

.col-xs-pull-0 {
	right: auto
}

.col-xs-push-12 {
	left: 100%
}

.col-xs-push-11 {
	left: 91.66666667%
}

.col-xs-push-10 {
	left: 83.33333333%
}

.col-xs-push-9 {
	left: 75%
}

.col-xs-push-8 {
	left: 66.66666667%
}

.col-xs-push-7 {
	left: 58.33333333%
}

.col-xs-push-6 {
	left: 50%
}

.col-xs-push-5 {
	left: 41.66666667%
}

.col-xs-push-4 {
	left: 33.33333333%
}

.col-xs-push-3 {
	left: 25%
}

.col-xs-push-2 {
	left: 16.66666667%
}

.col-xs-push-1 {
	left: 8.33333333%
}

.col-xs-push-0 {
	left: auto
}

.col-xs-offset-12 {
	margin-left: 100%
}

.col-xs-offset-11 {
	margin-left: 91.66666667%
}

.col-xs-offset-10 {
	margin-left: 83.33333333%
}

.col-xs-offset-9 {
	margin-left: 75%
}

.col-xs-offset-8 {
	margin-left: 66.66666667%
}

.col-xs-offset-7 {
	margin-left: 58.33333333%
}

.col-xs-offset-6 {
	margin-left: 50%
}

.col-xs-offset-5 {
	margin-left: 41.66666667%
}

.col-xs-offset-4 {
	margin-left: 33.33333333%
}

.col-xs-offset-3 {
	margin-left: 25%
}

.col-xs-offset-2 {
	margin-left: 16.66666667%
}

.col-xs-offset-1 {
	margin-left: 8.33333333%
}

.col-xs-offset-0 {
	margin-left: 0
}

@media (min-width:768px) {

	.col-sm-1,
	.col-sm-10,
	.col-sm-11,
	.col-sm-12,
	.col-sm-2,
	.col-sm-3,
	.col-sm-4,
	.col-sm-5,
	.col-sm-6,
	.col-sm-7,
	.col-sm-8,
	.col-sm-9 {
		float: left
	}

	.col-sm-12 {
		width: 100%
	}

	.col-sm-11 {
		width: 91.66666667%
	}

	.col-sm-10 {
		width: 83.33333333%
	}

	.col-sm-9 {
		width: 75%
	}

	.col-sm-8 {
		width: 66.66666667%
	}

	.col-sm-7 {
		width: 58.33333333%
	}

	.col-sm-6 {
		width: 50%
	}

	.col-sm-5 {
		width: 41.66666667%
	}

	.col-sm-4 {
		width: 33.33333333%
	}

	.col-sm-3 {
		width: 25%
	}

	.col-sm-2 {
		width: 16.66666667%
	}

	.col-sm-1 {
		width: 8.33333333%
	}

	.col-sm-pull-12 {
		right: 100%
	}

	.col-sm-pull-11 {
		right: 91.66666667%
	}

	.col-sm-pull-10 {
		right: 83.33333333%
	}

	.col-sm-pull-9 {
		right: 75%
	}

	.col-sm-pull-8 {
		right: 66.66666667%
	}

	.col-sm-pull-7 {
		right: 58.33333333%
	}

	.col-sm-pull-6 {
		right: 50%
	}

	.col-sm-pull-5 {
		right: 41.66666667%
	}

	.col-sm-pull-4 {
		right: 33.33333333%
	}

	.col-sm-pull-3 {
		right: 25%
	}

	.col-sm-pull-2 {
		right: 16.66666667%
	}

	.col-sm-pull-1 {
		right: 8.33333333%
	}

	.col-sm-pull-0 {
		right: auto
	}

	.col-sm-push-12 {
		left: 100%
	}

	.col-sm-push-11 {
		left: 91.66666667%
	}

	.col-sm-push-10 {
		left: 83.33333333%
	}

	.col-sm-push-9 {
		left: 75%
	}

	.col-sm-push-8 {
		left: 66.66666667%
	}

	.col-sm-push-7 {
		left: 58.33333333%
	}

	.col-sm-push-6 {
		left: 50%
	}

	.col-sm-push-5 {
		left: 41.66666667%
	}

	.col-sm-push-4 {
		left: 33.33333333%
	}

	.col-sm-push-3 {
		left: 25%
	}

	.col-sm-push-2 {
		left: 16.66666667%
	}

	.col-sm-push-1 {
		left: 8.33333333%
	}

	.col-sm-push-0 {
		left: auto
	}

	.col-sm-offset-12 {
		margin-left: 100%
	}

	.col-sm-offset-11 {
		margin-left: 91.66666667%
	}

	.col-sm-offset-10 {
		margin-left: 83.33333333%
	}

	.col-sm-offset-9 {
		margin-left: 75%
	}

	.col-sm-offset-8 {
		margin-left: 66.66666667%
	}

	.col-sm-offset-7 {
		margin-left: 58.33333333%
	}

	.col-sm-offset-6 {
		margin-left: 50%
	}

	.col-sm-offset-5 {
		margin-left: 41.66666667%
	}

	.col-sm-offset-4 {
		margin-left: 33.33333333%
	}

	.col-sm-offset-3 {
		margin-left: 25%
	}

	.col-sm-offset-2 {
		margin-left: 16.66666667%
	}

	.col-sm-offset-1 {
		margin-left: 8.33333333%
	}

	.col-sm-offset-0 {
		margin-left: 0
	}
}

@media (min-width:992px) {

	.col-md-1,
	.col-md-10,
	.col-md-11,
	.col-md-12,
	.col-md-2,
	.col-md-3,
	.col-md-4,
	.col-md-5,
	.col-md-6,
	.col-md-7,
	.col-md-8,
	.col-md-9 {
		float: left
	}

	.col-md-12 {
		width: 100%
	}

	.col-md-11 {
		width: 91.66666667%
	}

	.col-md-10 {
		width: 83.33333333%
	}

	.col-md-9 {
		width: 75%
	}

	.col-md-8 {
		width: 66.66666667%
	}

	.col-md-7 {
		width: 58.33333333%
	}

	.col-md-6 {
		width: 50%
	}

	.col-md-5 {
		width: 41.66666667%
	}

	.col-md-4 {
		width: 33.33333333%
	}

	.col-md-3 {
		width: 25%
	}

	.col-md-2 {
		width: 16.66666667%
	}

	.col-md-1 {
		width: 8.33333333%
	}

	.col-md-pull-12 {
		right: 100%
	}

	.col-md-pull-11 {
		right: 91.66666667%
	}

	.col-md-pull-10 {
		right: 83.33333333%
	}

	.col-md-pull-9 {
		right: 75%
	}

	.col-md-pull-8 {
		right: 66.66666667%
	}

	.col-md-pull-7 {
		right: 58.33333333%
	}

	.col-md-pull-6 {
		right: 50%
	}

	.col-md-pull-5 {
		right: 41.66666667%
	}

	.col-md-pull-4 {
		right: 33.33333333%
	}

	.col-md-pull-3 {
		right: 25%
	}

	.col-md-pull-2 {
		right: 16.66666667%
	}

	.col-md-pull-1 {
		right: 8.33333333%
	}

	.col-md-pull-0 {
		right: auto
	}

	.col-md-push-12 {
		left: 100%
	}

	.col-md-push-11 {
		left: 91.66666667%
	}

	.col-md-push-10 {
		left: 83.33333333%
	}

	.col-md-push-9 {
		left: 75%
	}

	.col-md-push-8 {
		left: 66.66666667%
	}

	.col-md-push-7 {
		left: 58.33333333%
	}

	.col-md-push-6 {
		left: 50%
	}

	.col-md-push-5 {
		left: 41.66666667%
	}

	.col-md-push-4 {
		left: 33.33333333%
	}

	.col-md-push-3 {
		left: 25%
	}

	.col-md-push-2 {
		left: 16.66666667%
	}

	.col-md-push-1 {
		left: 8.33333333%
	}

	.col-md-push-0 {
		left: auto
	}

	.col-md-offset-12 {
		margin-left: 100%
	}

	.col-md-offset-11 {
		margin-left: 91.66666667%
	}

	.col-md-offset-10 {
		margin-left: 83.33333333%
	}

	.col-md-offset-9 {
		margin-left: 75%
	}

	.col-md-offset-8 {
		margin-left: 66.66666667%
	}

	.col-md-offset-7 {
		margin-left: 58.33333333%
	}

	.col-md-offset-6 {
		margin-left: 50%
	}

	.col-md-offset-5 {
		margin-left: 41.66666667%
	}

	.col-md-offset-4 {
		margin-left: 33.33333333%
	}

	.col-md-offset-3 {
		margin-left: 25%
	}

	.col-md-offset-2 {
		margin-left: 16.66666667%
	}

	.col-md-offset-1 {
		margin-left: 8.33333333%
	}

	.col-md-offset-0 {
		margin-left: 0
	}
}

@media (min-width:1200px) {

	.col-lg-1,
	.col-lg-10,
	.col-lg-11,
	.col-lg-12,
	.col-lg-2,
	.col-lg-3,
	.col-lg-4,
	.col-lg-5,
	.col-lg-6,
	.col-lg-7,
	.col-lg-8,
	.col-lg-9 {
		float: left
	}

	.col-lg-12 {
		width: 100%
	}

	.col-lg-11 {
		width: 91.66666667%
	}

	.col-lg-10 {
		width: 83.33333333%
	}

	.col-lg-9 {
		width: 75%
	}

	.col-lg-8 {
		width: 66.66666667%
	}

	.col-lg-7 {
		width: 58.33333333%
	}

	.col-lg-6 {
		width: 50%
	}

	.col-lg-5 {
		width: 41.66666667%
	}

	.col-lg-4 {
		width: 33.33333333%
	}

	.col-lg-3 {
		width: 25%
	}

	.col-lg-2 {
		width: 16.66666667%
	}

	.col-lg-1 {
		width: 8.33333333%
	}

	.col-lg-pull-12 {
		right: 100%
	}

	.col-lg-pull-11 {
		right: 91.66666667%
	}

	.col-lg-pull-10 {
		right: 83.33333333%
	}

	.col-lg-pull-9 {
		right: 75%
	}

	.col-lg-pull-8 {
		right: 66.66666667%
	}

	.col-lg-pull-7 {
		right: 58.33333333%
	}

	.col-lg-pull-6 {
		right: 50%
	}

	.col-lg-pull-5 {
		right: 41.66666667%
	}

	.col-lg-pull-4 {
		right: 33.33333333%
	}

	.col-lg-pull-3 {
		right: 25%
	}

	.col-lg-pull-2 {
		right: 16.66666667%
	}

	.col-lg-pull-1 {
		right: 8.33333333%
	}

	.col-lg-pull-0 {
		right: auto
	}

	.col-lg-push-12 {
		left: 100%
	}

	.col-lg-push-11 {
		left: 91.66666667%
	}

	.col-lg-push-10 {
		left: 83.33333333%
	}

	.col-lg-push-9 {
		left: 75%
	}

	.col-lg-push-8 {
		left: 66.66666667%
	}

	.col-lg-push-7 {
		left: 58.33333333%
	}

	.col-lg-push-6 {
		left: 50%
	}

	.col-lg-push-5 {
		left: 41.66666667%
	}

	.col-lg-push-4 {
		left: 33.33333333%
	}

	.col-lg-push-3 {
		left: 25%
	}

	.col-lg-push-2 {
		left: 16.66666667%
	}

	.col-lg-push-1 {
		left: 8.33333333%
	}

	.col-lg-push-0 {
		left: auto
	}

	.col-lg-offset-12 {
		margin-left: 100%
	}

	.col-lg-offset-11 {
		margin-left: 91.66666667%
	}

	.col-lg-offset-10 {
		margin-left: 83.33333333%
	}

	.col-lg-offset-9 {
		margin-left: 75%
	}

	.col-lg-offset-8 {
		margin-left: 66.66666667%
	}

	.col-lg-offset-7 {
		margin-left: 58.33333333%
	}

	.col-lg-offset-6 {
		margin-left: 50%
	}

	.col-lg-offset-5 {
		margin-left: 41.66666667%
	}

	.col-lg-offset-4 {
		margin-left: 33.33333333%
	}

	.col-lg-offset-3 {
		margin-left: 25%
	}

	.col-lg-offset-2 {
		margin-left: 16.66666667%
	}

	.col-lg-offset-1 {
		margin-left: 8.33333333%
	}

	.col-lg-offset-0 {
		margin-left: 0
	}
}

.clearfix:after,
.clearfix:before,
.container-fluid:after,
.container-fluid:before,
.container:after,
.container:before,
.row:after,
.row:before {
	content: " ";
	display: table
}

.clearfix:after,
.container-fluid:after,
.container:after,
.row:after {
	clear: both
}

.center-block {
	display: block;
	margin-left: auto;
	margin-right: auto
}

.pull-right {
	float: right !important
}

.pull-left {
	float: left !important
}

.hide {
	display: none !important
}

.show {
	display: block !important
}

.invisible {
	visibility: hidden
}

.text-hide {
	font: 0/0 a;
	color: transparent;
	text-shadow: none;
	background-color: transparent;
	border: 0
}

.hidden {
	display: none !important
}

.affix {
	position: fixed
}

.visible-lg,
.visible-md,
.visible-sm,
.visible-xs {
	display: none !important
}

.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block {
	display: none !important
}

@media (max-width:767px) {
	.visible-xs {
		display: block !important
	}

	table.visible-xs {
		display: table !important
	}

	tr.visible-xs {
		display: table-row !important
	}

	td.visible-xs,
	th.visible-xs {
		display: table-cell !important
	}

	.visible-xs-block {
		display: block !important
	}

	.visible-xs-inline {
		display: inline !important
	}

	.visible-xs-inline-block {
		display: inline-block !important
	}
}

@media (min-width:768px) and (max-width:991px) {
	.visible-sm {
		display: block !important
	}

	table.visible-sm {
		display: table !important
	}

	tr.visible-sm {
		display: table-row !important
	}

	td.visible-sm,
	th.visible-sm {
		display: table-cell !important
	}

	.visible-sm-block {
		display: block !important
	}

	.visible-sm-inline {
		display: inline !important
	}

	.visible-sm-inline-block {
		display: inline-block !important
	}
}

@media (min-width:992px) and (max-width:1199px) {
	.visible-md {
		display: block !important
	}

	table.visible-md {
		display: table !important
	}

	tr.visible-md {
		display: table-row !important
	}

	td.visible-md,
	th.visible-md {
		display: table-cell !important
	}

	.visible-md-block {
		display: block !important
	}

	.visible-md-inline {
		display: inline !important
	}

	.visible-md-inline-block {
		display: inline-block !important
	}
}

@media (min-width:1200px) {
	.visible-lg {
		display: block !important
	}

	table.visible-lg {
		display: table !important
	}

	tr.visible-lg {
		display: table-row !important
	}

	td.visible-lg,
	th.visible-lg {
		display: table-cell !important
	}
}

@media (min-width:1200px) {
	.visible-lg-block {
		display: block !important
	}
}

@media (min-width:1200px) {
	.visible-lg-inline {
		display: inline !important
	}
}

@media (min-width:1200px) {
	.visible-lg-inline-block {
		display: inline-block !important
	}
}

@media (max-width:767px) {
	.hidden-xs {
		display: none !important
	}
}

@media (min-width:768px) and (max-width:991px) {
	.hidden-sm {
		display: none !important
	}
}

@media (min-width:992px) and (max-width:1199px) {
	.hidden-md {
		display: none !important
	}
}

@media (min-width:1200px) {
	.hidden-lg {
		display: none !important
	}
}

.visible-print {
	display: none !important
}

@media print {
	.visible-print {
		display: block !important
	}

	table.visible-print {
		display: table !important
	}

	tr.visible-print {
		display: table-row !important
	}

	td.visible-print,
	th.visible-print {
		display: table-cell !important
	}
}

.visible-print-block {
	display: none !important
}

@media print {
	.visible-print-block {
		display: block !important
	}
}

.visible-print-inline {
	display: none !important
}

@media print {
	.visible-print-inline {
		display: inline !important
	}
}

.visible-print-inline-block {
	display: none !important
}

@media print {
	.visible-print-inline-block {
		display: inline-block !important
	}
}

@media print {
	.hidden-print {
		display: none !important
	}
}

.slick-slider {
	position: relative;
	display: block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent
}

.slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0
}

.slick-list:focus {
	outline: 0
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand
}

.slick-slider .slick-list,
.slick-slider .slick-track {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

.slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block
}

.slick-track:after,
.slick-track:before {
	display: table;
	content: ''
}

.slick-track:after {
	clear: both
}

.slick-loading .slick-track {
	visibility: hidden
}

.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px
}

[dir=rtl] .slick-slide {
	float: right
}

.slick-slide img {
	display: block
}

.slick-slide.slick-loading img {
	display: none
}

.slick-slide.dragging img {
	pointer-events: none
}

.slick-initialized .slick-slide {
	display: block
}

.slick-loading .slick-slide {
	visibility: hidden
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent
}

.slick-arrow.slick-hidden {
	display: none
}

.mfp-bg {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1042;
	overflow: hidden;
	position: fixed;
	background: #0b0b0b;
	opacity: .8
}

.mfp-wrap {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1043;
	position: fixed;
	outline: 0 !important;
	-webkit-backface-visibility: hidden
}

.mfp-container {
	text-align: center;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	padding: 0 8px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

.mfp-container:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle
}

.mfp-align-top .mfp-container:before {
	display: none
}

.mfp-content {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin: 0 auto;
	text-align: left;
	z-index: 1045
}

.mfp-ajax-holder .mfp-content,
.mfp-inline-holder .mfp-content {
	width: 100%;
	cursor: auto
}

.mfp-ajax-cur {
	cursor: progress
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
	cursor: -webkit-zoom-out;
	cursor: zoom-out
}

.mfp-zoom {
	cursor: pointer;
	cursor: -webkit-zoom-in;
	cursor: zoom-in
}

.mfp-auto-cursor .mfp-content {
	cursor: auto
}

.mfp-arrow,
.mfp-close,
.mfp-counter,
.mfp-preloader {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.mfp-loading.mfp-figure {
	display: none
}

.mfp-hide {
	display: none !important
}

.mfp-preloader {
	color: #ccc;
	position: absolute;
	top: 50%;
	width: auto;
	text-align: center;
	margin-top: -.8em;
	left: 8px;
	right: 8px;
	z-index: 1044
}

.mfp-preloader a {
	color: #ccc
}

.mfp-preloader a:hover {
	color: #fff
}

.mfp-s-ready .mfp-preloader {
	display: none
}

.mfp-s-error .mfp-content {
	display: none
}

button.mfp-arrow,
button.mfp-close {
	overflow: visible;
	cursor: pointer;
	background: 0 0;
	border: 0;
	-webkit-appearance: none;
	display: block;
	outline: 0;
	padding: 0;
	z-index: 1046;
	-webkit-box-shadow: none;
	box-shadow: none;
	-ms-touch-action: manipulation;
	touch-action: manipulation
}

button::-moz-focus-inner {
	padding: 0;
	border: 0
}

.mfp-close {
	width: 44px;
	height: 44px;
	line-height: 44px;
	position: absolute;
	right: 0;
	top: 0;
	text-decoration: none;
	text-align: center;
	opacity: .65;
	padding: 0 0 18px 10px;
	color: #fff;
	font-style: normal;
	font-size: 28px;
	font-family: Arial, Baskerville, monospace
}

.mfp-close:focus,
.mfp-close:hover {
	opacity: 1
}

.mfp-close:active {
	top: 1px
}

.mfp-close-btn-in .mfp-close {
	color: #333
}

.mfp-iframe-holder .mfp-close,
.mfp-image-holder .mfp-close {
	color: #fff;
	right: -6px;
	text-align: right;
	padding-right: 6px;
	width: 100%
}

.mfp-counter {
	position: absolute;
	top: 0;
	right: 0;
	color: #ccc;
	font-size: 12px;
	line-height: 18px;
	white-space: nowrap
}

.mfp-arrow {
	position: absolute;
	opacity: .65;
	margin: 0;
	top: 50%;
	margin-top: -55px;
	padding: 0;
	width: 90px;
	height: 110px;
	-webkit-tap-highlight-color: transparent
}

.mfp-arrow:active {
	margin-top: -54px
}

.mfp-arrow:focus,
.mfp-arrow:hover {
	opacity: 1
}

.mfp-arrow:after,
.mfp-arrow:before {
	content: '';
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	left: 0;
	top: 0;
	margin-top: 35px;
	margin-left: 35px;
	border: medium inset transparent
}

.mfp-arrow:after {
	border-top-width: 13px;
	border-bottom-width: 13px;
	top: 8px
}

.mfp-arrow:before {
	border-top-width: 21px;
	border-bottom-width: 21px;
	opacity: .7
}

.mfp-arrow-left {
	left: 0
}

.mfp-arrow-left:after {
	border-right: 17px solid #fff;
	margin-left: 31px
}

.mfp-arrow-left:before {
	margin-left: 25px;
	border-right: 27px solid #3f3f3f
}

.mfp-arrow-right {
	right: 0
}

.mfp-arrow-right:after {
	border-left: 17px solid #fff;
	margin-left: 39px
}

.mfp-arrow-right:before {
	border-left: 27px solid #3f3f3f
}

.mfp-iframe-holder {
	padding-top: 40px;
	padding-bottom: 40px
}

.mfp-iframe-holder .mfp-content {
	line-height: 0;
	width: 100%;
	max-width: 900px
}

.mfp-iframe-holder .mfp-close {
	top: -40px
}

.mfp-iframe-scaler {
	width: 100%;
	height: 0;
	overflow: hidden;
	padding-top: 56.25%
}

.mfp-iframe-scaler iframe {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .6);
	box-shadow: 0 0 8px rgba(0, 0, 0, .6);
	background: #000
}

img.mfp-img {
	width: auto;
	max-width: 100%;
	height: auto;
	display: block;
	line-height: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 40px 0;
	margin: 0 auto
}

.mfp-figure {
	line-height: 0
}

.mfp-figure:after {
	content: '';
	position: absolute;
	left: 0;
	top: 40px;
	bottom: 40px;
	display: block;
	right: 0;
	width: auto;
	height: auto;
	z-index: -1;
	-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .6);
	box-shadow: 0 0 8px rgba(0, 0, 0, .6);
	background: #444
}

.mfp-figure small {
	color: #bdbdbd;
	display: block;
	font-size: 12px;
	line-height: 14px
}

.mfp-figure figure {
	margin: 0
}

.mfp-bottom-bar {
	margin-top: -36px;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	cursor: auto
}

.mfp-title {
	text-align: left;
	line-height: 18px;
	color: #f3f3f3;
	word-wrap: break-word;
	padding-right: 36px
}

.mfp-image-holder .mfp-content {
	max-width: 100%
}

.mfp-gallery .mfp-image-holder .mfp-figure {
	cursor: pointer
}

@media screen and (max-width:800px) and (orientation:landscape),
screen and (max-height:300px) {
	.mfp-img-mobile .mfp-image-holder {
		padding-left: 0;
		padding-right: 0
	}

	.mfp-img-mobile img.mfp-img {
		padding: 0
	}

	.mfp-img-mobile .mfp-figure:after {
		top: 0;
		bottom: 0
	}

	.mfp-img-mobile .mfp-figure small {
		display: inline;
		margin-left: 5px
	}

	.mfp-img-mobile .mfp-bottom-bar {
		background: rgba(0, 0, 0, .6);
		bottom: 0;
		margin: 0;
		top: auto;
		padding: 3px 5px;
		position: fixed;
		-webkit-box-sizing: border-box;
		box-sizing: border-box
	}

	.mfp-img-mobile .mfp-bottom-bar:empty {
		padding: 0
	}

	.mfp-img-mobile .mfp-counter {
		right: 5px;
		top: 3px
	}

	.mfp-img-mobile .mfp-close {
		top: 0;
		right: 0;
		width: 35px;
		height: 35px;
		line-height: 35px;
		background: rgba(0, 0, 0, .6);
		position: fixed;
		text-align: center;
		padding: 0
	}
}

@media all and (max-width:900px) {
	.mfp-arrow {
		-webkit-transform: scale(.75);
		transform: scale(.75)
	}

	.mfp-arrow-left {
		-webkit-transform-origin: 0;
		transform-origin: 0
	}

	.mfp-arrow-right {
		-webkit-transform-origin: 100%;
		transform-origin: 100%
	}

	.mfp-container {
		padding-left: 6px;
		padding-right: 6px
	}
}

.icon-Call {
	background-image: url(/local/templates/melinvest_main/css/../img/sprite/sprite.png);
	background-position: -231px 0;
	width: 64px;
	height: 64px
}

.icon-aroow-play {
	background-image: url(/local/templates/melinvest_main/css/../img/sprite/sprite.png);
	background-position: -71px -270px;
	width: 13px;
	height: 20px
}

.icon-back {
	background-image: url(/local/templates/melinvest_main/css/../img/sprite/sprite.png);
	background-position: -243px -231px;
	width: 8px;
	height: 12px
}

.icon-black-arrow-left {
	background-image: url(/local/templates/melinvest_main/css/../img/sprite/sprite.png);
	background-position: -154px -127px;
	width: 70px;
	height: 60px
}

.icon-black-arrow-right {
	background-image: url(/local/templates/melinvest_main/css/../img/sprite/sprite.png);
	background-position: -154px 0;
	width: 70px;
	height: 60px
}

.icon-black-hamburger {
	background-image: url(/local/templates/melinvest_main/css/../img/sprite/sprite.png);
	background-position: -37px -194px;
	width: 31px;
	height: 25px
}

.icon-breadcrumbs-arrow {
	background-image: url(/local/templates/melinvest_main/css/../img/sprite/sprite.png);
	background-position: -275px -194px;
	width: 17px;
	height: 5px
}

.icon-close {
	background-image: url(/local/templates/melinvest_main/css/../img/sprite/sprite.png);
	background-position: -130px -231px;
	width: 18px;
	height: 18px
}

.icon-flag-russia {
	background-image: url(/local/templates/melinvest_main/css/../img/sprite/sprite.png);
	background-position: -75px -194px;
	width: 31px;
	height: 17px
}

.icon-flag-usa {
	background-image: url(/local/templates/melinvest_main/css/../img/sprite/sprite.png);
	background-position: -113px -194px;
	width: 31px;
	height: 17px
}

.gallery-item_img:after,
.icon-gallery-loupe {
	background-image: url(/local/templates/melinvest_main/css/../img/sprite/sprite.png);
	background-position: -231px -71px;
	width: 64px;
	height: 64px
}

.icon-green-arrow-left {
	background-image: url(/local/templates/melinvest_main/css/../img/sprite/sprite.png);
	background-position: 0 -127px;
	width: 70px;
	height: 60px
}

.icon-green-arrow-right {
	background-image: url(/local/templates/melinvest_main/css/../img/sprite/sprite.png);
	background-position: -77px -127px;
	width: 70px;
	height: 60px
}

.icon-green-checked {
	background-image: url(/local/templates/melinvest_main/css/../img/sprite/sprite.png);
	background-position: -200px -109px;
	width: 13px;
	height: 10px
}

.icon-gren-hamb {
	background-image: url(/local/templates/melinvest_main/css/../img/sprite/sprite.png);
	background-position: -99px -231px;
	width: 24px;
	height: 18px
}

.icon-mob-menu-active {
	background-image: url(/local/templates/melinvest_main/css/../img/sprite/sprite.png);
	background-position: -35px -231px;
	width: 26px;
	height: 26px
}

.icon-mp-arrow-left {
	background-image: url(/local/templates/melinvest_main/css/../img/sprite/sprite.png);
	background-position: -213px -194px;
	width: 24px;
	height: 16px
}

.icon-mp-arrow-right {
	background-image: url(/local/templates/melinvest_main/css/../img/sprite/sprite.png);
	background-position: -151px -194px;
	width: 24px;
	height: 16px
}

.icon-nav-triangle {
	background-image: url(/local/templates/melinvest_main/css/../img/sprite/sprite.png);
	background-position: -288px -142px;
	width: 7px;
	height: 4px
}

.icon-pdf {
	background-image: url(/local/templates/melinvest_main/css/../img/sprite/sprite.png);
	background-position: 0 -231px;
	width: 28px;
	height: 32px
}

.icon-plus-green {
	background-image: url(/local/templates/melinvest_main/css/../img/sprite/sprite.png);
	background-position: -221px -231px;
	width: 15px;
	height: 15px
}

.icon-plus-hover-green {
	background-image: url(/local/templates/melinvest_main/css/../img/sprite/sprite.png);
	background-position: -199px -231px;
	width: 15px;
	height: 15px
}

.icon-plus-hover {
	background-image: url(/local/templates/melinvest_main/css/../img/sprite/sprite.png);
	background-position: -177px -231px;
	width: 15px;
	height: 15px
}

.icon-plus {
	background-image: url(/local/templates/melinvest_main/css/../img/sprite/sprite.png);
	background-position: -155px -231px;
	width: 15px;
	height: 15px
}

.icon-red-pdf {
	background-image: url(/local/templates/melinvest_main/css/../img/sprite/sprite.png);
	background-position: -154px -67px;
	width: 31px;
	height: 35px
}

.icon-slider-arrow-left {
	background-image: url(/local/templates/melinvest_main/css/../img/sprite/sprite.png);
	background-position: -77px 0;
	width: 70px;
	height: 120px
}

.icon-slider-arrow-right {
	background-image: url(/local/templates/melinvest_main/css/../img/sprite/sprite.png);
	background-position: 0 0;
	width: 70px;
	height: 120px
}

.icon-soc-facebook {
	background-image: url(/local/templates/melinvest_main/css/../img/sprite/sprite.png);
	background-position: -50px -270px;
	width: 14px;
	height: 24px
}

.icon-soc-google-plus {
	background-image: url(/local/templates/melinvest_main/css/../img/sprite/sprite.png);
	background-position: -182px -194px;
	width: 24px;
	height: 16px
}

.icon-soc-od {
	background-image: url(/local/templates/melinvest_main/css/../img/sprite/sprite.png);
	background-position: -27px -270px;
	width: 16px;
	height: 24px
}

.icon-soc-twitter {
	background-image: url(/local/templates/melinvest_main/css/../img/sprite/sprite.png);
	background-position: -68px -231px;
	width: 24px;
	height: 20px
}

.icon-soc-vk {
	background-image: url(/local/templates/melinvest_main/css/../img/sprite/sprite.png);
	background-position: -244px -194px;
	width: 24px;
	height: 14px
}

.icon-soc-youtube {
	background-image: url(/local/templates/melinvest_main/css/../img/sprite/sprite.png);
	background-position: 0 -270px;
	width: 20px;
	height: 24px
}

.icon-triangle-black {
	background-image: url(/local/templates/melinvest_main/css/../img/sprite/sprite.png);
	background-position: -154px -109px;
	width: 16px;
	height: 10px
}

.icon-triangle-green {
	background-image: url(/local/templates/melinvest_main/css/../img/sprite/sprite.png);
	background-position: -177px -109px;
	width: 16px;
	height: 10px
}

.icon-white-arrow-top {
	background-image: url(/local/templates/melinvest_main/css/../img/sprite/sprite.png);
	background-position: 0 -194px;
	width: 30px;
	height: 30px
}

.icon-white-loupe {
	background-image: url(/local/templates/melinvest_main/css/../img/sprite/sprite.png);
	background-position: -231px -142px;
	width: 50px;
	height: 38px
}

.icon-yellow-eps {
	background-image: url(/local/templates/melinvest_main/css/../img/sprite/sprite.png);
	background-position: -192px -67px;
	width: 31px;
	height: 35px
}

ol,
ul {
	margin: 0;
	padding-left: 25px;
	font-size: 15px;
	line-height: 1.75
}

::-webkit-input-placeholder {
	color: #8b8b8b;
	font-size: 15px;
	font-style: italic;
	font-weight: 400
}

:-moz-placeholder {
	color: #8b8b8b;
	font-size: 15px;
	font-style: italic;
	font-weight: 400
}

::-moz-placeholder {
	color: #8b8b8b;
	font-size: 15px;
	font-style: italic;
	font-weight: 400
}

:-ms-input-placeholder {
	color: #8b8b8b;
	font-size: 15px;
	font-style: italic;
	font-weight: 400
}

body input:focus:required:invalid,
body textarea:focus:required:invalid {
	color: #666
}

body input:required:valid,
body textarea:required:valid {
	color: #666
}

body,
html {
	min-height: 100%
}

body {
	font-size: 14px;
	min-width: 320px;
	position: relative;
	line-height: 1.75;
	line-height: 1.85;
	letter-spacing: .33px;
	letter-spacing: .001em;
	font-family: Tahoma, sans-serif;
	overflow-x: hidden;
	background: #fff;
	opacity: 1
}

.wrapper {
	-webkit-transition: .3s;
	transition: .3s;
	position: relative
}

.img-responsive {
	display: block;
	max-width: 100%;
	height: auto
}

.icon {
	display: inline-block
}

a {
	color: #231f20;
	text-decoration: underline
}

@media (min-width: 992px) {
	a:hover {
		color: #231f20;
		text-decoration: none
	}
}

.h1-style,
.h2-style,
.h3-style,
.h4-style {
	margin: 0;
	color: #231f20
}

.h1-style {
	font: 38px/42px Verdana, sans-serif /*Tahoma*/
}

.h2-style {
	font: 35px/40px Verdana, sans-serif;
	letter-spacing: 1px
}

.h3-style {
	font: 30px/36px Verdana, sans-serif
}

.h4-style {
	font: 24px/28px Verdana, sans-serif
}

.ttu {
	text-transform: uppercase
}

.sprite-icon {
	display: inline-block;
	background: url(/local/templates/melinvest_main/css/../img/sprite/sprite.png)
}

.i_flag-russia {
	display: inline-block;
	background-position: -50px 0;
	width: 31px;
	height: 17px
}

.i_flag-usa {
	display: inline-block;
	background-position: -50px -17px;
	width: 31px;
	height: 17px
}

.icon-black-hamburger {
	display: inline-block
}

.header_top-line {
	margin: 20px 0
}

/* .hamburger-link {
	display: block;
	float: right;
	margin-top: 6px;
	text-align: center
}

.hamburger-link.active .icon-mob-menu-active {
	display: block
}

.hamburger-link.active .icon-black-hamburger {
	display: none
} */

.icon-mob-menu-active {
	display: none
}

.logo {
	display: block;
	padding-bottom: 15px;
	position: relative
}

.logo_subtext {
	bottom: 6px;
	left: 60px;
	position: absolute;
	font-size: 11px;
	color: #8c8c8c;
	font-family: Tahoma, sans-serif;
	letter-spacing: .5px
}

.logo_subtext span {
	color: #00a650;
	text-transform: uppercase;
	font-weight: 700
}

.logo-mobile {
	display: none
}

.header_search-wrap {
	margin-top: 20px
}

.form-search-form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.input-style,
.search_input {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	margin-right: 7px;
	padding: 0 15px;
	height: 38px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border: 1px solid #e0e0e0;
	border-radius: 3px;
	background: #fff;
	font-size: 13px
}

.input-style:focus,
.search_input:focus {
	outline: 1px solid #a9d2bd
}

.input-style {
	font-weight: 700;
	height: auto;
	padding-top: 14px;
	padding-bottom: 14px
}

.search_input {
	max-width: calc(100% - 85px);
	height: 36px;
	border-radius: 5px !important;
	-webkit-box-shadow: none;
	box-shadow: none;
	line-height: 38px;
	-webkit-appearance: none !important;
	-webkit-border-radius: 0
}

.search_input:focus {
	outline: 0
}

.search_input::-webkit-input-placeholder {
	color: #bbb;
	font-size: 11px;
	font-style: normal
}

.search_input:-moz-placeholder {
	color: #bbb;
	font-size: 11px;
	font-style: normal
}

.search_input::-moz-placeholder {
	color: #bbb;
	font-size: 11px;
	font-style: normal
}

.search_input:-ms-input-placeholder {
	color: #bbb;
	font-size: 11px;
	font-style: normal
}

.search_submit_wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	width: 50px;
	height: 38px;
	max-width: 50px
}

.search_submit_wrap.btn-wrap {
	padding-left: 0;
	padding-right: 0
}

.search_submit-bg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #1cd274;
	border-radius: 3px;
	background: -webkit-gradient(linear, left top, right top, color-stop(0, #1cd274), to(#00a550));
	background: linear-gradient(to right, #1cd274 0, #00a550 100%);
	transition: 0.3s;
}

@media (min-width: 992px) {
	.search_submit-bg:hover {
		background: #00a550
	}
}

.search_submit {
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
	border: none;
	border-radius: 3px;
	outline: 0;
	padding: 0;
	background-color: rgba(255, 255, 255, 0);
	z-index: 1
}

@media (min-width: 992px) {
	.search_submit:hover+.search_submit-bg {
		background: #00a550
	}
}

.search_submit:after {
	content: " ";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000
}

.header_phone-wrap {
	/*margin-top:16px;*/
	margin: 0 15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 12px;
	color: #646464
}

@media (max-width: 767px) {
	.header_phone-wrap {
		margin: 0;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		/* -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; */
		/* -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; */
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		font-size: 13px;
	}
}

.header_phone-wrap b {
	color: #231f20
}

.header_phone-wrap+.header_phone-wrap {
	margin-top: 0
}

.black-link {
	color: #231f20;
	text-decoration: none;
	font-weight: 700
}

@media (min-width: 992px) {
	.black-link:hover {
		color: #231f20;
		text-decoration: underline
	}
}

.header_flag_wrap {
	margin-top: 16px;
	text-align: right
}

.header_flag_wrap a {
	display: block
}

@media (min-width: 992px) {
	.header_flag_wrap a:hover i {
		-webkit-animation-name: hvr-icon-buzz-out;
		animation-name: hvr-icon-buzz-out;
		-webkit-animation-duration: .75s;
		animation-duration: .75s;
		-webkit-animation-timing-function: linear;
		animation-timing-function: linear;
		-webkit-animation-iteration-count: 1;
		animation-iteration-count: 1
	}
}

.header_flag_wrap i {
	display: inline-block
}

@-webkit-keyframes hvr-icon-buzz-out {
	10% {
		-webkit-transform: translateX(3px) rotate(2deg);
		transform: translateX(3px) rotate(2deg)
	}

	20% {
		-webkit-transform: translateX(-3px) rotate(-2deg);
		transform: translateX(-3px) rotate(-2deg)
	}

	30% {
		-webkit-transform: translateX(3px) rotate(2deg);
		transform: translateX(3px) rotate(2deg)
	}

	40% {
		-webkit-transform: translateX(-3px) rotate(-2deg);
		transform: translateX(-3px) rotate(-2deg)
	}

	50% {
		-webkit-transform: translateX(2px) rotate(1deg);
		transform: translateX(2px) rotate(1deg)
	}

	60% {
		-webkit-transform: translateX(-2px) rotate(-1deg);
		transform: translateX(-2px) rotate(-1deg)
	}

	70% {
		-webkit-transform: translateX(2px) rotate(1deg);
		transform: translateX(2px) rotate(1deg)
	}

	80% {
		-webkit-transform: translateX(-2px) rotate(-1deg);
		transform: translateX(-2px) rotate(-1deg)
	}

	90% {
		-webkit-transform: translateX(1px) rotate(0);
		transform: translateX(1px) rotate(0)
	}

	100% {
		-webkit-transform: translateX(-1px) rotate(0);
		transform: translateX(-1px) rotate(0)
	}
}

@keyframes hvr-icon-buzz-out {
	10% {
		-webkit-transform: translateX(3px) rotate(2deg);
		transform: translateX(3px) rotate(2deg)
	}

	20% {
		-webkit-transform: translateX(-3px) rotate(-2deg);
		transform: translateX(-3px) rotate(-2deg)
	}

	30% {
		-webkit-transform: translateX(3px) rotate(2deg);
		transform: translateX(3px) rotate(2deg)
	}

	40% {
		-webkit-transform: translateX(-3px) rotate(-2deg);
		transform: translateX(-3px) rotate(-2deg)
	}

	50% {
		-webkit-transform: translateX(2px) rotate(1deg);
		transform: translateX(2px) rotate(1deg)
	}

	60% {
		-webkit-transform: translateX(-2px) rotate(-1deg);
		transform: translateX(-2px) rotate(-1deg)
	}

	70% {
		-webkit-transform: translateX(2px) rotate(1deg);
		transform: translateX(2px) rotate(1deg)
	}

	80% {
		-webkit-transform: translateX(-2px) rotate(-1deg);
		transform: translateX(-2px) rotate(-1deg)
	}

	90% {
		-webkit-transform: translateX(1px) rotate(0);
		transform: translateX(1px) rotate(0)
	}

	100% {
		-webkit-transform: translateX(-1px) rotate(0);
		transform: translateX(-1px) rotate(0)
	}
}

.menu_wrap {
	position: relative;
	background: #00a650;
}

.menu {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
}

.menu_ul {
	padding: 0;
	margin: 0;
	list-style: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	position: relative;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.menu_li {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto
}

.mob-submenu {
	display: none;
	padding: 0 25px 10px;
	background: #f4f4f4;
	text-align: left
}

.mob-submenu .submenu-body {
	display: none
}

.mob-submenu .icon-triangle-green {
	display: none
}

.mob-submenu .submenu-title p {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font: 28px/36px Tahoma, sans-serif;
	color: #00a650
}

.mob-submenu .icon-triangle-black,
.mob-submenu .icon-triangle-green {
	margin-left: 4px
}

.mob-submenu .icon-triangle-black {
	display: inline-block
}

.mob-submenu .icon-triangle-green {
	display: none
}

.mob-submenu .submenu-path {
	padding: 10px 0 0
}

.mob-submenu .submenu-path+.submenu-path {
	border-top: 1px solid #f3f2f2
}

.mob-submenu .submenu-link {
	display: block
}

.submenu-path.active .submenu-body {
	display: block;
	margin-bottom: 15px
}

.submenu-path.hover .icon-triangle-black {
	display: none
}

.submenu-path.hover .icon-triangle-green {
	display: inline-block
}

.icon-triangle-black,
.icon-triangle-green {
	display: inline-block
}

.menu_link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 17px 0;
	text-decoration: none;
	color: #fff;
	font-size: 16px;
	font-family: Tahoma, sans-serif;
	letter-spacing: .7px;
	-webkit-transition: .3s;
	transition: .3s
}

.menu_link span {
	/*text-decoration: underline*/
}

@media (min-width: 992px) {
	.menu_link:hover {
		color: #fff;
		background: #178c4f;
		text-decoration: none
	}
}

.submenu-link_triangle {
	position: relative
}

.submenu-link_triangle:after {
	content: " ";
	position: absolute;
	left: 50%;
	bottom: 0;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 0 solid rgba(255, 255, 255, .95);
	z-index: 11
}

.submenu-link_triangle .icon-nav-triangle {
	margin-left: 4px;
	-webkit-transition: .3s;
	transition: .3s
}

.submenu-link_triangle.hover .icon-nav-triangle {
	-webkit-transform: rotate(0);
	transform: rotate(0)
}

.submenu-link_triangle.hover .menu_link {
	color: #fff;
	background: #178c4f;
	text-decoration: none
}

.submenu-link_triangle.hover:after {
	border-bottom-width: 10px
}

.menu_link_sm-submenu {
	position: relative
}

.sm-submenu {
	display: none;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	position: absolute;
	padding: 20px 30px;
	top: calc(100% - 1px);
	left: 0;
	background: rgba(255, 255, 255, .9);
	border: 1px solid #00a650;
	border-top: none;
	-webkit-box-shadow: 0 5px 25px -3px rgba(0, 0, 0, .5);
	box-shadow: 0 5px 25px -3px rgba(0, 0, 0, .5);
	background: rgba(255, 255, 255, .95);
	white-space: nowrap;
	z-index: 10
}

.sm-submenu.visible {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.sm-submenu_link {
	display: block;
	padding: 2px 0;
	font-size: 13px;
	color: #3d3d3d
}

.sm-submenu_ul {
	margin: -10px 0 12px;
	padding: 0
}

.sm-submenu_li {
	opacity: .7
}

.sm-submenu_li:before {
	font-size: 20px;
	line-height: 26px
}

@media (min-width: 992px) {
	.sm-submenu_li:hover {
		opacity: 1
	}
}

.submenu {
	position: absolute;
	top: calc(100% - 1px);
	left: 0;
	width: 100%;
	display: none;
	padding: 20px 5px;
	background: rgba(255, 255, 255, .9);
	border: 1px solid #00a650;
	border-top: none;
	-webkit-box-shadow: 0 5px 25px -3px rgba(0, 0, 0, .5);
	box-shadow: 0 5px 25px -3px rgba(0, 0, 0, .5);
	background: rgba(255, 255, 255, .95);
	z-index: 10
}

.submenu.visible {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.submenu-path {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	padding: 0 25px;
	min-width: 33%
}

.submenu-title {
	margin-bottom: 10px;
	font: 24px Tahoma, sans-serif;
	color: #00a650
}

.submenu-body {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}

.submenu-link {
	margin: 4px 0;
	font-size: 13px
}

.big-slider_init .slick-track {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;

}

.big-slider_init .slick-loading .slick-track {
	visibility: hidden
}

.big-slide {
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	width: 100%;
	height: 450px;
	padding: 0 70px;
	border: 1px solid #a9d2bd;
	float: none;
	background-repeat: no-repeat;
	/* margin: 0 auto; */
}

@media (max-width: 991px) {
	.big-slide {
		padding: 0;
		height: 295px;
	}
}

@media (max-width: 767px) {
	.big-slide {
		height: 255px;
	}
}

/* @media (max-width: 543px) {
	.big-slide {
		height: auto;
	}
} */

.slide-text {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 505px;
	height: 320px;
	margin-top: 60px;
	padding: 0 35px;
	max-width: 100%;
	background: rgba(255, 255, 255, .7)
}

@media (max-width: 991px) {
	.slide-text {
		height: 100%;
		margin-top: 0;
	}
}

@media (max-width: 767px) {
	.slide-text {
		padding: 0 20px;
	}
}


/*.slide-white-bg{border:1px solid #a9d2bd}*/
/* .slide-color-bg .slide-title {
  margin-top: 25px;
} */

@media (max-width: 991px) {
	.slide-color-bg .slide-title {
		/* margin-top: 21px; */
		font-size: 22px;
	}
}

/* @media (max-width: 767px) {
  .slide-color-bg .slide-title {
    margin-top: 20px;
  }
} */

.slide-title {
	font: 48px/1.1 Tahoma, sans-serif;
	color: #231f20
}

.slide-subtitle {
	font-size: 15px;
	line-height: 1.6;
	margin-top: 10px;
	color: #231f20
}

@media (max-width: 991px) {
	.slide-subtitle {
		font-size: 12px;
	}
}


.slide-subtitle a,
.slide-subtitle a:link {
	color: #231f20;
	text-decoration: underline
}

@media (min-width: 992px) {

	.slide-subtitle a:hover,
	.slide-subtitle a:link:hover {
		color: none;
		text-decoration: none
	}
}

.slide-bottom {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 15px;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start
}

@media (max-width: 543px) {
	.slide-bottom {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
}

.slide-bottom .btn {
	margin-right: 10px
}

.slide-bottom .btn,
.slide-bottom span {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 100%;
	flex: 1 1 100%
}

.slide-bottom .btn,
.slide-bottom .btn:link {
	min-width: 175px;
	padding-left: 10px;
	padding-right: 10px;
	min-height: 47px;
	text-align: center
}

.slide-bottom_text {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	min-width: calc(100% - 185px);
	font-size: 12px;
	line-height: 1.3;
	color: #8c8c8c
}

@media (max-width: 543px) {
	.slide-bottom_text {
		width: 100%;
		margin: 10px 0;
	}
}


.btn,
.btn:link {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	position: relative;
	padding: 8px 34px;
	font-size: 18px;
	font-family: Tahoma, sans-serif;
	border-radius: 5px;
	letter-spacing: 1px;
	white-space: nowrap;
	text-decoration: none;
	overflow: hidden;
	border: none;
	outline: 0;
	cursor: pointer;
	text-align: center
}

.btn:after,
.btn:link:after {
	content: " ";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 101%;
	border-radius: 5px;
	-webkit-transform-origin: 100% 50%;
	transform-origin: 100% 50%;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	-webkit-transition-duration: .5s;
	transition-duration: .5s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	-webkit-transition: .6s;
	transition: .6s
}

@media (min-width: 992px) {

	.btn:hover:after,
	.btn:link:hover:after {
		left: 0;
		-webkit-transition-timing-function: cubic-bezier(.52, 1.64, .37, .66);
		transition-timing-function: cubic-bezier(.52, 1.64, .37, .66)
	}
}

.btn input:not(.icon-white-loupe),
.btn span,
.btn:link input:not(.icon-white-loupe),
.btn:link span {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: relative;
	outline: 0;
	border: none;
	background: 0 0;
	padding: 0;
	z-index: 1
}

.btn.big-btn,
.btn:link.big-btn {
	width: 100%;
	padding: 16px;
	text-align: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.btn--white-space-n,
.btn--white-space-n:link {
	white-space: normal
}

.btn-wrap {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	padding-top: 0;
	padding-bottom: 0;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.btn-wrap>* {
	display: inline-block;
	position: relative;
	z-index: 2
}

.btn-green,
.btn-green:link,
.btn-green:visited {
	color: #fff;
	background: #1cd274;
	background: -webkit-gradient(linear, left top, right top, color-stop(0, #1cd274), to(#00a550));
	background: linear-gradient(to right, #1cd274 0, #00a550 100%)
}

@media (min-width: 992px) {

	.btn-green:hover,
	.btn-green:link:hover,
	.btn-green:visited:hover {
		color: #fff;
		text-decoration: none
	}

	.btn-green:hover:after,
	.btn-green:link:hover:after,
	.btn-green:visited:hover:after {
		background: #00ac4c
	}
}

.big-slider_init {
	margin-bottom: 10px
}

.big-slider_init .slick-next_style,
.big-slider_init .slick-prev_style {
	position: absolute;
	top: 50%;
	width: 18px;
	height: 27px;
	background-color: transparent;
	background-image: url('/bitrix/templates/melinvest_2017/img/big-slider__arrow.png');
}

.big-slider_init .slick-prev_style {
	left: 20px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.big-slider_init .slick-next_style {
	right: 20px;
	-webkit-transform: translateY(-50%) rotate(180deg);
	transform: translateY(-50%) rotate(180deg);
}

@media (max-width: 543px) {
	.big-slider_init .slick-prev_style {
		left: 5px;
	}

	.big-slider_init .slick-next_style {
		right: 5px;
	}
}

/* .mob-big-slide img {
  margin: auto;
  max-width: 100%
}

.mob-big-slide .slide-bottom {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column
}

.mob-big-slide .slide-bottom .slide-bottom_text {
  margin-top: 10px
} */

.slick-next_style,
.slick-prev_style {
	position: relative;
	color: rgba(255, 255, 255, 0);
	padding: 0;
	outline: 0;
	border: none;
	background-color: rgba(255, 255, 255, .7);
	z-index: 2
}

@media (min-width: 992px) {

	.slick-next_style:hover .icon-green-arrow-left,
	.slick-next_style:hover .icon-green-arrow-right,
	.slick-prev_style:hover .icon-green-arrow-left,
	.slick-prev_style:hover .icon-green-arrow-right {
		visibility: visible
	}

	.slick-next_style:hover .icon-black-arrow-left,
	.slick-next_style:hover .icon-black-arrow-right,
	.slick-prev_style:hover .icon-black-arrow-left,
	.slick-prev_style:hover .icon-black-arrow-right {
		visibility: hidden
	}
}

.slick-next_style .icon-green-arrow-left,
.slick-next_style .icon-green-arrow-right,
.slick-prev_style .icon-green-arrow-left,
.slick-prev_style .icon-green-arrow-right {
	visibility: hidden;
	position: absolute;
	top: calc(50% - 34px);
	left: calc(50% - 34px)
}

@media (min-width:992px) {
	.slick-next_style:hover i {
		-webkit-transform: translateX(calc(-50% + 4px)) translateY(-50%);
		transform: translateX(calc(-50% + 4px)) translateY(-50%)
	}

	.slick-prev_style:hover i {
		-webkit-transform: translateX(calc(-50% - 4px)) translateY(-50%);
		transform: translateX(calc(-50% - 4px)) translateY(-50%)
	}
}

.icon-black-arrow-left,
.icon-black-arrow-right,
.icon-green-arrow-left,
.icon-green-arrow-right {
	display: inline-block;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-transition: 1s;
	transition: 1s;
	-webkit-transition-duration: .1s;
	transition-duration: .1s;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out
}

.green-list {
	padding-left: 0;
	list-style: none
}

.green-list li,
.green-list>div {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding-left: 15px;
	list-style-position: outside;
	overflow: hidden
}

.green-list li:before,
.green-list>div:before {
	color: #00a650;
	content: "�";
	margin-left: -15px;
	padding-right: 7px;
	float: left
}

.produce-and-build_block {
	margin: 30px 0
}

/* .produce-and-build_block .green-list {
  margin: 10px 0
} */

/* .produce-and-build_block li {
  margin: 6px 0;
  line-height: 1.5
} */

.produce-and-build_block a {
	display: inline;
	color: #231f20;
	font-size: 14px;
	line-height: 1.5;
	text-decoration: underline;
}

/*.produce-and-build_block a span{border-bottom:1px solid #dfdfdf}*/
@media (min-width: 992px) {
	.produce-and-build_block a:hover {
		text-decoration: none
	}
}

.catalog-slider {
	margin: 0 -15px;
	padding-bottom: 59px
}

.catalog-slider .slick-track {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch
}

.catalog-slider .slick-next_style,
.catalog-slider .slick-prev_style {
	position: absolute;
	bottom: 0;
	height: 60px;
	width: calc((25% - 28px)/ 2);
	border: 1px solid #a9d2bd
}

@media (max-width:991px) {

	.catalog-slider .slick-next_style,
	.catalog-slider .slick-prev_style {
		width: calc((33% - 26px)/ 2);
	}
}

@media (min-width:992px) {

	.catalog-slider .slick-next_style:hover i,
	.catalog-slider .slick-prev_style:hover i {
		top: calc(50% - 29px)
	}
}

.catalog-slider .slick-prev_style {
	left: 15px
}

.catalog-slider .slick-next_style {
	left: calc((25% - 30px)/ 2 + 15px)
}

@media (max-width:991px) {
	.catalog-slider .slick-next_style {
		left: calc((33% - 28px)/ 2 + 15px)
	}
}

.catalog-slide {
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	margin: 0 15px;
	padding: 25px 15px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	height: auto;
	border: 1px solid #a9d2bd;
	text-decoration: none;
	-webkit-transition: .3s;
	transition: .3s
}

.catalog-slide img {
	max-width: 100%;
	margin: auto
}

@media (min-width:992px) {
	.catalog-slide:hover {
		border-color: #00a650;
		-webkit-box-shadow: inset 0 0 0 5px #00a650;
		box-shadow: inset 0 0 0 5px #00a650
	}

	.catalog-slide:hover .catalog-slide_text span {
		color: #00a650;
		border-bottom: none
	}
}


.catalog-slide_text {
	margin-top: 7px;
	text-align: center;
	-webkit-transition: .3s;
	transition: .3s
}

.catalog-slide_text span {
	font-weight: 700;
	font-size: 16px;
	border-bottom: 1px solid #dfdfdf
}

.catalog-slider_wrap {
	margin: 30px 0;
	position: relative
}

.link_all-catalog {
	padding: 13px 18px;
	display: inline-block;
	position: absolute;
	bottom: 38px;
	/* left: calc((66% - 28px)/ 2 + 35px); */
	left: calc(25% + 15px);
	color: #00a650;
	font-size: 13px;
	line-height: 15px;
	font-weight: 700;
	text-transform: uppercase;
	text-decoration: underline;
	/* border-bottom: 1px solid #dfdfdf; */
	-webkit-transition: .3s;
	transition: .3s
}

@media (min-width: 992px) {
	.link_all-catalog:hover {
		color: #fff;
		background-color: #00a650;
	}
}

@media (max-width: 991px) {
	.link_all-catalog {
		bottom: 8px;
		left: calc(33% + 15px);
	}
}

.text-block {
	margin: 20px 0
}
@media (min-width: 1366px) {
  .text-block {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
  }
}
.text-block_subtitle {
	margin: 14px 0 12px;
	font-size: 18px;
	color: #adadad
}

.we-have_block {
	margin: 20px 0
}

.we-have_title {
	margin-bottom: 15px;
	font: 30px/1.2 Tahoma, sans-serif
}

.we-have_main {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.we-have-path {
	width: 33%;
	padding: 25px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	text-align: center;
	border: 1px solid #a9d2bd
}

@media (min-width: 1366px) {
  .we-have-path {
    flex-direction: row;
    text-align: left;
    gap: 32px;
    padding: 25px 60px;
  }
  .we-have-path_img {
    flex-shrink: 0;
  }
}

.we-have-path_number {
	position: absolute;
	top: 22px;
	left: 22px;
	font: 30px/1 Tahoma, sans-serif;
	color: #00a650
}

.we-have-path+.we-have-path {
	margin-left: 30px
}

.we-have-path_text {
	max-width: 100%;
	margin-top: 10px;
	font-size: 16px;
	line-height: 1.4;
}

.we-have-path_text_title {
	margin: 4px 0;
	font: 24px/1.2 Tahoma, sans-serif;
  color: #00a650;
}

.video {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	position: relative;
	margin-bottom: 20px;
	cursor: pointer
}

.video img,
.video video {
	max-width: 100%
}

.video video {
	width: 100%
}

.video:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .4)
}

.video.play-active:before {
	display: none
}

.video.play-active .play {
	display: none
}

.video-block_title {
	font-weight: 700;
	font-size: 16px;
	margin-bottom: 20px
}

.play {
	position: absolute;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	top: 50%;
	left: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 70px;
	height: 70px;
	border-radius: 50%;
	background: #00a650;
	-webkit-box-shadow: 0 4px 24px -5px #000;
	box-shadow: 0 4px 24px -5px #000;
	cursor: pointer;
	z-index: 1
}

@media (min-width:992px) {
	.play:hover .icon-aroow-play {
		-webkit-animation-name: hvr-icon-pop;
		animation-name: hvr-icon-pop;
		-webkit-animation-duration: .3s;
		animation-duration: .3s;
		-webkit-animation-timing-function: linear;
		animation-timing-function: linear;
		-webkit-animation-iteration-count: 1;
		animation-iteration-count: 1
	}
}

@-webkit-keyframes hvr-icon-pop {
	50% {
		-webkit-transform: scale(1.5);
		transform: scale(1.5)
	}
}

@keyframes hvr-icon-pop {
	50% {
		-webkit-transform: scale(1.5);
		transform: scale(1.5)
	}
}

.icon-aroow-play {
	margin-left: 4px;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	-webkit-transition: 1s;
	transition: 1s
}

.purchase-of-equipment_wrap {
	margin: 20px 0;
	padding: 25px 30px 5px;
	background: #f2f2f2
}

.purchase-of-equipment_wrap img {
	width: auto;
	margin: auto;
	max-width: 100%
}

.purchase-of-equipment_slider {
	margin-top: 20px
}

.purchase-of-equipment_slider .dots-styled {
	margin-top: 40px
}

.completed-projects_wrap {
	margin: 20px 0;
	padding: 25px 30px;
	border: 1px solid #a9d2bd
}

.completed-projects_wrap img {
	max-width: 100%;
	margin: auto
}

.completed-projects_slide {
	display: block;
	text-decoration: none
}

@media (min-width:992px) {
	.completed-projects_slide:hover .completed-projects_slide_title {
		color: #00a650
	}
}


.dots-styled {
	display: none;
	position: static;
	list-style: none;
	text-align: center;
	padding: 0
}

.dots-styled li {
	display: inline-block;
	margin: 4px
}

.dots-styled li button {
	padding: 0;
	width: 15px;
	height: 15px;
	border-radius: 4px;
	border: 1px solid #00a650;
	overflow: hidden;
	outline: 0;
	background: 0 0;
	color: rgba(255, 255, 255, 0);
	-webkit-transition: .3s;
	transition: .3s
}

.dots-styled .slick-active button {
	/*-webkit-box-shadow:0 0 0 2px #00a650;box-shadow:0 0 0 2px #00a650;*/
	background: #00a650
}

.completed-projects_slide_text {
	margin-top: 10px
}

.completed-projects_slide_title {
	font: 18px/24px Tahoma, sans-serif;
	color: #231f20;
	-webkit-transition: .3s;
	transition: .3s
}

.completed-projects_slide_title span {
	border-bottom: 1px solid #cecece
}

.completed-projects_slide_more {
	font-size: 13px;
	color: #9f9f9f;
	text-decoration: underline
}

.completed-projects_slider {
	margin-top: 20px;
	position: relative;
	padding-bottom: 50px
}

.completed-projects_slider .slick-next_style,
.completed-projects_slider .slick-prev_style {
	position: absolute;
	bottom: 0;
	height: 40px;
	width: 70px;
	border: 1px solid #a9d2bd
}

.completed-projects_slider .slick-prev_style {
	left: 0;
	border-radius: 5px 0 0 5px
}

.completed-projects_slider .slick-next_style {
	left: 69px;
	border-radius: 0 5px 5px 0
}

.news_wrap {
	margin: 20px 0;
	padding: 25px 30px;
	border: 1px solid #a9d2bd
}

@media (min-width: 992px) {
  .news_wrap__wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
  }
}

.news_main {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.news_path {
	display: flex;flex-direction: column;
	margin-top: 10px;
	text-decoration: none
}

@media (min-width:992px) {
	.news_path:hover .news_path-text {
		text-decoration: none;
		color: #00a650
	}

	.news_path:hover .news_path-text span {
		border: none
	}
}

.news_path-date {
	display: inline-block;
	margin: 4px 0;
	color: #8c8c8c
}

.news_path-text {
	margin: 0;
	font: 18px/24px Tahoma, sans-serif;
	-webkit-transition: .3s;
	transition: .3s
}

.news_path-text p {
	display: inline;
	border-bottom: 1px solid #dfdfdf
}

.news_path-more {
	display: inline-block;
	margin-top: 4px;
	font-size: 13px;
	line-height: 13px;
	color: #9f9f9f;
	text-decoration: none;
	border-bottom: 1px solid #dfdfdf
}

.subscribe_wrap {
	position: relative;
	margin: 20px 0;
	padding: 25px 50px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	background: #ececec
}

.subscribe_wrap.succes .subscribe_succes {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.subscribe_succes {
	display: none;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	padding: 25px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
	font: 18px/30px Tahoma, sans-serif;
	background: #ececec;
	z-index: 1
}

.subscribe_succes_title {
	font-family: Tahoma, sans-serif;
	font-size: 20px
}

.subscribe_label {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-right: 15px;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	cursor: pointer
}

.subscribe_input_wrap {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	height: 100%
}

.subscribe_input_wrap input {
	width: 100%
}

.subscribe_label_text {
	margin-right: 15px;
	font: 20px/26px Tahoma, sans-serif
}

footer {
	/*margin-top: 15px;*/
	padding: 34px 0;
	background: #020202;
	color: #fff
}

footer a {
	color: #fff
}

.footer_phone {
	display: inline-block;
	margin-top: 45px;
	text-decoration: none;
	font: 24px Tahoma, sans-serif
}

@media (min-width:992px) {
	.footer_phone:hover {
		color: #fff
	}
}


.footer_menu_ul {
	display: inline-block;
	float: left;
	width: calc(50% - 2px);
	list-style: none;
	padding: 0;
	margin: 0
}

.footer_menu_li {
	margin: 12px 0
}

.footer_menu_link {
	display: inline-block;
	color: #ececec;
	font-size: 18px;
	line-height: 18px
}

@media (min-width:992px) {
	.footer_menu_link:hover {
		color: #00a650
	}
}


.footer_made-in {
	color: #c2c2c2
}

.footer_made-in a {
	color: #c2c2c2;
	text-decoration: underline
}

@media (min-width:992px) {
	.footer_made-in a:hover {
		color: #00a650;
		text-decoration: none
	}
}

.icon-white-arrow-top {
	display: inline-block;
	-webkit-transition: .3s;
	transition: .3s
}

@-webkit-keyframes hvr-icon-up {

	0%,
	100%,
	50% {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}

	25%,
	75% {
		-webkit-transform: translateY(-6px);
		transform: translateY(-6px)
	}
}

@keyframes hvr-icon-up {

	0%,
	100%,
	50% {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}

	25%,
	75% {
		-webkit-transform: translateY(-6px);
		transform: translateY(-6px)
	}
}

.btn_scroll-top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: fixed;
	bottom: 50px;
	right: 50px;
	width: 80px;
	height: 80px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: #00a650;
	border-radius: 50%;
	cursor: pointer;
	-webkit-transition: .6s;
	transition: .6s;
	opacity: 0;
	visibility: hidden;
	z-index: 10
}

@media (min-width:992px) {
	.btn_scroll-top:hover .icon-white-arrow-top {
		-webkit-animation-name: hvr-icon-up;
		animation-name: hvr-icon-up;
		-webkit-animation-duration: .75s;
		animation-duration: .75s;
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out
	}
}

.btn_scroll-top.visible {
	opacity: 1;
	visibility: visible
}

.big-btn_wrap {
	margin-top: 20px
}

.big-btn_wrap .btn {
	width: 100%;
	text-align: center
}

.filter-blur {
	background: 0 0
}

.filter-blur~.wrapper {
	-webkit-filter: blur(3px);
	filter: blur(3px)
}

.mfp-content {
	text-align: center
}

.modal-wrap {
	display: inline-block;
	position: relative;
	padding: 35px 45px;
	width: 900px;
	max-width: 100%;
	border-radius: 10px;
	background: url(/local/templates/melinvest_main/css/../img/modal-bg.png) no-repeat;
	background-size: cover;
	color: #fff
}

.modal-wrap .input-style {
	width: 100%;
	color: #231f20
}

.modal-wrap .mfp-close {
	font-size: 40px;
	color: #fff
}

.mfp-container {
	padding: 0
}

.modal_title {
	font: 35px/1 Tahoma, sans-serif;
	margin-bottom: 15px;
	color: #fff
}

.modal_label {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 40px 0;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	text-align: left
}

.form-error {
	position: relative
}

.form-error .input-style {
	border: 2px solid #d45f5f;
	background: #edcccc
}

.form-error .form-error_text {
	display: block
}

.form-error_text {
	display: none;
	position: absolute;
	top: 100%;
	left: 6px;
	padding: 3px 14px;
	font-size: 12px;
	background: #d45f5f;
	color: #fff;
	border-radius: 4px
}

textarea.input-style {
	min-height: 145px;
	width: 100%
}

textarea.input-style~.placeholder-text {
	top: 10px;
	-webkit-transform: translateY(0);
	transform: translateY(0)
}

.input-wrap {
	display: block;
	position: relative;
	margin-top: 25px
}

.input-wrap.required:after {
	content: "*";
	display: inline-block;
	position: absolute;
	font-weight: 700;
	top: -6px;
	left: calc(100% + 10px);
	color: #d1314c
}

.input-wrap.active .placeholder-text,
.input-wrap.focused .placeholder-text {
	-webkit-transform: translateY(0);
	transform: translateY(0);
	top: calc(0% - 30px);
	left: 0;
	color: #fff
}

.placeholder-text {
	position: absolute;
	top: 50%;
	left: 15px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	display: inline-block;
	font-size: 14px;
	font-style: italic;
	color: #8b8b8b;
	-webkit-transition: .3s;
	transition: .3s
}

.slick-next_style,
.slick-prev_style {
	width: 60px;
	height: 60px
}

.slick-next_style .icon-green-arrow-left,
.slick-next_style .icon-green-arrow-right,
.slick-next_style i,
.slick-prev_style .icon-green-arrow-left,
.slick-prev_style .icon-green-arrow-right,
.slick-prev_style i {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%)
}

/* .big-slider_init .slick-prev_style .icon-green-arrow-left,
.big-slider_init .slick-prev_style .icon-green-arrow-right,
.big-slider_init .slick-prev_style i, */
.catalog-slider .slick-prev_style .icon-green-arrow-left,
.catalog-slider .slick-prev_style .icon-green-arrow-right,
.catalog-slider .slick-prev_style i,
.completed-projects_slider .slick-prev_style .icon-green-arrow-left,
.completed-projects_slider .slick-prev_style .icon-green-arrow-right,
.completed-projects_slider .slick-prev_style i {
	top: 50%;
	left: 50%
}

@media (min-width:992px) {

	/* .big-slider_init .slick-prev_style:hover i, */
	.catalog-slider .slick-prev_style:hover i,
	.completed-projects_slider .slick-prev_style:hover i {
		top: 50%;
		left: 50%
	}

	/* .big-slider_init .slick-next_style:hover i, */
	.catalog-slider .slick-next_style:hover i,
	.completed-projects_slider .slick-next_style:hover i {
		top: 50%;
		-webkit-transform: translateX(calc(-50% + 4px)) translateY(-50%);
		transform: translateX(calc(-50% + 4px)) translateY(-50%)
	}

	/* .big-slider_init .slick-prev_style:hover i, */
	.catalog-slider .slick-prev_style:hover i,
	.completed-projects_slider .slick-prev_style:hover i {
		top: 50%;
		-webkit-transform: translateX(calc(-50% - 4px)) translateY(-50%);
		transform: translateX(calc(-50% - 4px)) translateY(-50%)
	}
}


.checkboxes_title {
	margin-top: 20px;
	text-align: left
}

.checkboxes_wrap {
	margin-bottom: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.checkboxes_wrap .label-checkbox {
	width: 50%
}

.label-checkbox,
.label-radio {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 5px 0;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	text-align: left;
	cursor: pointer
}

.label-checkbox input,
.label-radio input {
	display: none
}

.checkbox_text {
	min-width: calc(100% - 30px);
	max-width: calc(100% - 30px);
	font-size: 15px;
	line-height: 20px
}

.checkbox_icon {
	display: inline-block;
	position: relative;
	min-width: 18px;
	min-height: 18px;
	border-radius: 3px;
	background: #fff;
	margin-right: 10px;
	margin-top: 3px;
	overflow: hidden
}

.checkbox_icon.checkbox_icon_bdr-green {
	border: 2px solid #00a650;
	min-width: 20px;
	min-height: 20px;
	margin-top: 1px
}

.checkbox_icon.checkbox_icon_bdr-green .icon-green-checked {
	top: 3px;
	left: 2px
}

.checkbox_icon .icon-green-checked {
	position: absolute;
	top: 4px;
	left: 3px;
	display: none
}

.radio_icon {
	position: relative;
	min-width: 20px;
	min-height: 20px;
	margin-right: 10px;
	margin-top: 3px;
	border-radius: 50%;
	border: 2px solid #00a650
}

input[type=radio]:checked+.radio_icon:after {
	content: " ";
	display: inline-block;
	position: absolute;
	width: 10px;
	height: 10px;
	left: 50%;
	top: 50%;
	background: #00a650;
	border-radius: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%)
}

input[type=checkbox]:checked+.checkbox_icon .icon-green-checked {
	display: block
}

.moda_data-processing {
	margin-top: 10px;
	margin-bottom: 25px;
	font-size: 13px
}

.moda_data-processing a {
	color: #fff
}

.moda_data-processing .checkbox_text {
	font-size: 13px
}

.moda_data-processing .label-checkbox {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.moda_data-processing .checkbox_icon {
	margin-top: 0
}

.slick-slide:focus {
	outline: 0
}

.modal-submit-btn {
	padding: 10px 35px
}

.icon-nav-triangle {
	display: inline-block;
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg)
}

.sidebar-path {
	display: block;
	margin: 25px 0
}

.sidebar-path_name {
	font: 24px Tahoma, sans-serif;
	color: #00a650;
	text-transform: uppercase
}

.sidebar-path_list {
	position: relative;
	line-height: 1.2;
	padding: 5px 0
}

.sidebar-path_list.hover .icon-nav-triangle {
	-webkit-transform: rotate(0);
	transform: rotate(0)
}

.sidebar-path_list.hover .sidebar-path_list_title {
	font-weight: 700;
	color: #231f20
}

.sidebar-path_list.hover .sidebar-path_list_icon {
	opacity: 1
}

.sidebar-path_list.hover .sidebar-path_list_icon .icon {
	display: none
}

.sidebar-path_list.hover .sidebar-path_list_icon .icon:last-child {
	display: inline-block
}


.sidebar-path_list.active .sidebar-path_list_ul {
	display: block !important
}

.sidebar-path_list.active .sidebar-path_list_title {
	font-weight: 700;
	color: #231f20;
	pointer-events: none
}

.sidebar-path_list_icon {
	display: inline-block;
	position: absolute;
	top: 4px;
	margin-left: -20px;
	margin-right: 2px;
	-webkit-transform: translateY(2px);
	transform: translateY(2px);
	cursor: pointer
}

.sidebar-path_list_icon .icon:last-child {
	display: none
}

.sidebar-path_list_title {
	display: inline-block;
	font-size: 13px;
	line-height: 1.2;
	text-decoration: none;
	color: #8c8c8c;
	-webkit-transition: .3s;
	transition: .3s
}

@media (min-width:992px) {
	.sidebar-path_list_title:hover {
		font-weight: 700
	}
}


.sidebar-path_list_title i {
	position: relative;
	right: 0;
	top: -3px;
	-webkit-transition: .3s;
	transition: .3s
}

.sidebar-path_list_title.active {
	font-weight: 700;
	color: #231f20;
	pointer-events: none
}

.sidebar-path_list_ul {
	display: none;
	padding: 0 0 0 20px;
	margin: 5px 0 0
}

.sidebar-path_list_ul.sidebar-open {
	display: block !important
}

.sidebar-path_list_link {
	display: block;
	position: relative;
	padding: 0;
	margin: 0;
	text-decoration: none;
	font-size: 12px;
	color: #8c8c8c
}

.sidebar-path_list_link.active {
	font-weight: 700;
	color: #231f20;
	pointer-events: none
}

.breadcrumbs {
	margin: 25px 0 15px
}

.breadcrumbs_ul {
	padding: 0;
	margin: 0;
	list-style: none
}

.breadcrumbs_li {
	display: inline-block
}

.breadcrumbs_li+.breadcrumbs_li:before {
	content: "\2192";
	display: inline-block;
	margin: 0 4px
}

.breadcrumbs_li:last-child .breadcrumbs_link {
	pointer-events: none;
	text-decoration: none;
	color: #00a650
}

.breadcrumbs_link {
	font-size: 13px;
	color: #8c8c8c
}

@media (min-width:992px) {
	.breadcrumbs_link:hover {
		color: #00a650
	}
}

.anchors_wrap {
	margin: 20px 0;
	padding: 25px 15px;
	background: #f7f7f7
}

.anchors_list {
	margin: 0
}

.anchor_link {
	display: inline-block;
	padding: 2px 0
}

.detailed_path {
	margin: 40px 0
}

.detailed_path_text {
	margin: 7px 0
}

.detailed_big-slider_wrap {
	margin-top: 10px;
	margin-bottom: 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 100%
}

.detailed_big-slider_wrap img {
	max-width: 100%
}

.detailed_big-slider_wrap>* {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.detailed_big-slider {
	padding: 10px 35px;
	margin-top: 10px;
	height: calc(100% - 20px);
	border: 1px solid #a9d2bd
}

.detailed_big-slider .slick-list,
.detailed_big-slider .slick-track {
	height: 100%
}

.detailed_big-slider .slick-next_style,
.detailed_big-slider .slick-prev_style {
	position: absolute;
	right: 0;
	top: 50%;
	height: 60px
}

.detailed_big-slider .slick-prev_style {
	border-bottom: 1px solid #a9d2bd;
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%);
	position: absolute;
	right: 0;
	top: 50%;
	height: 60px
}

.detailed_big-slider .dots-styled {
	margin-top: 15px
}

.detailed_big-slide {
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important
}

.detailed_big-slide img {
	margin: auto
}

.detailed_small-slider .slick-list {
	overflow-y: hidden
}

.detailed_small-slide {
	padding: 15px;
	margin: 10px 0 10px 8px;
	border: 1px solid #a9d2bd !important;
	cursor: pointer
}

.detailed_small-slide.slick-active.slick-current {
	position: relative;
	border: 1px solid #00a650 !important;
	-webkit-box-shadow: inset 0 0 0 3px #00a650;
	box-shadow: inset 0 0 0 3px #00a650
}

.detailed_small-slide.slick-active.slick-current:after {
	content: "";
	display: block;
	position: absolute;
	right: 100%;
	top: calc(50% - 4px);
	width: 0;
	height: 0;
	border-top: 6px solid transparent;
	border-right: 8px solid #00a650;
	border-bottom: 6px solid transparent
}

.work-process_list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: -15px;
	margin-right: -15px
}

.work-process_path {
	margin: 25px 0;
	padding: 0 15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 33%
}

.work-process_path_number {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	min-width: 45px;
	max-height: 45px;
	min-height: 45px;
	max-height: 45px;
	margin-right: 10px;
	border-radius: 50%;
	background: #00a650;
	color: #fff;
	font: 24px Tahoma, sans-serif
}

.detailed-table {
	margin: 20px 0;
	width: 100%;
	text-align: left
}

.detailed-table thead {
	background: #00a650;
	color: #fff
}

.detailed-table td,
.detailed-table th {
	padding: 10px 16px;
	vertical-align: top
}

.detailed-table td {
	border: 1px solid #a9d2bd
}

.detailed-table th {
	white-space: nowrap
}

.td_mobile-text {
	display: none
}

.icon-pdf {
	display: inline-block
}

.download_link_wrap {
	margin: 10px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	text-decoration: none
}

.download_link_text {
	margin-left: 12px
}

.download_link_text-name {
	margin-top: 2px;
	font-size: 15px;
	line-height: 1;
	text-decoration: none;
	border-bottom: 1px dashed #231f20
}

@media (min-width:992px) {
	.download_link_text-name:hover {
		border-bottom-color: rgba(255, 255, 255, 0);
		color: #00a650
	}
}

.download_link_text-desc {
	font-size: 13px;
	color: #8c8c8c
}

.donwload_link {
	color: #231f20;
	text-decoration: underline
}

@media (min-width:992px) {
	.donwload_link:hover {
		color: #00a650
	}
}

.news-path {
	margin: 15px 0 35px;
	padding-bottom: 25px;
	border-bottom: 1px solid #dfdfdf
}

.news_date {
	font-size: 13px;
	color: #8c8c8c
}

.news-path_title {
	display: block;
	margin: 5px 0 10px;
	font-size: 18px;
	line-height: 1.4;
	font-weight: 700;
	text-decoration: underline;
	-webkit-transition: .3s;
	transition: .3s
}

@media (min-width:992px) {
	.news-path_title:hover {
		color: #00a650
	}
}

.link-disabled {
	pointer-events: none
}

.pagination {
	margin: 15px 0
}

.pagination_ul {
	margin: 0;
	padding: 0;
	list-style: none
}

.pagination_li {
	display: inline-block;
	margin-right: 10px
}

.pagination_link {
	font-size: 16px;
	color: #231f20;
	text-decoration: underline
}

.pagination_link.active {
	color: #00a650;
	pointer-events: none;
	text-decoration: none
}

.pagination_li:first-child .pagination_link,
.pagination_li:last-child .pagination_link {
	font-size: 11px;
	color: #8c8c8c
}

.news-detailed_wrap {
	margin: 20px 0 15px
}

.news-detailed_wrap .h1-style {
	margin: 5px 0;
	font-size: 30px;
	line-height: 36px
}

.news-detailed_wrap img {
	max-width: 100%
}

.news-detailed_wrap a {
	color: #8c8c8c
}

.block-text,
.news-detailed_text {
	margin: 20px 0
}

.block-text img,
.news-detailed_text img {
	max-width: 100%
}

.about-company-path {
	margin-bottom: 45px
}

.about-company-path .h1-style,
.about-company-path .h2-style {
	margin-bottom: 8px
}

.about-company-path a {
	text-decoration: none;
	border-bottom: 1px solid #dfdfdf
}

@media (min-width:992px) {
	.about-company-path a:hover {
		text-decoration: none;
		border-bottom: none
	}
}

.subsections_product-wrap {
	margin: 0 0 50px
}

.subsections_product-wrap .product_title {
	display: inline;
	font: 18px Tahoma, sans-serif;
	border-bottom: 1px solid #dfdfdf
}

@media (min-width:992px) {
	.subsections_product-wrap .product:hover .product_img {
		-webkit-box-shadow: inset 0 0 0 5px #00a650;
		box-shadow: inset 0 0 0 5px #00a650;
		border: 1px solid #00a650
	}

	.subsections_product-wrap .product:hover .product_title {
		border-bottom: rgba(255, 255, 255, 0);
		color: #00a650
	}
}

.product-wrap {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
	margin-left: -15px;
	margin-right: -15px
}

@media (min-width: 768px) {
  .product-wrap {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1024px) {
  .product-wrap {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 1366px) {
  .product-wrap {
    grid-template-columns: repeat(4, 1fr);
  }
}

.product {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	margin: 25px 15px;
	text-decoration: none
}

.product_img {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 7px;
	margin-bottom: 10px;
	border: 1px solid #dfdfdf;
	-webkit-transition: .3s;
	transition: .3s
}

.product_img img {
	margin: auto;
	max-width: 100%
}

.product_title-link_wrap {
	margin: 10px 0 2px
}

.product_title-link {
	display: block;
	font: 22px/26px Tahoma, sans-serif;
	color: #231f20;
	text-decoration: none;
	-webkit-transition: .3s;
	transition: .3s
}

@media (min-width:992px) {
	.product_title-link:hover {
		border-bottom: rgba(255, 255, 255, 0);
		color: #00a650
	}
}

.product_links {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}

.product_link {
	margin: 2px 0;
	font-size: 15px;
	text-decoration: underline;
	color: #8c8c8c
}

@media (min-width:992px) {
	.product_link:hover {
		color: #00a650
	}
}

.mt30px {
	margin-top: 30px
}

.sales-department_wrap {
	margin: 30px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.sales-department_text {
	margin-left: 18px;
	font-weight: 700;
	color: #231f20
}

.sales-department_text a {
	font-weight: 700;
	color: #231f20;
	text-decoration: none
}

.icon-Call {
	display: inline-block;
	min-width: 64px
}

.basic-principles_list {
	margin: 15px 0
}

.basic-principles_list li {
	margin: 12px 0
}

.tab {
	display: none
}

.tab.visible {
	display: block
}

.catalog_title {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 25px;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.tabs-btn_wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.tabs-btn {
	padding: 8px 5px;
	min-width: 120px;
	max-width: 100%;
	margin-left: -1px;
	background: #fff;
	border: 1px solid #a9d2bd;
	outline: 0;
	color: #231f20;
	font: 16px Tahoma, sans-serif;
	border-radius: 0;
	letter-spacing: .6px
}

.tabs-btn.active {
	color: #fff;
	background: #1cd274;
	background: -webkit-gradient(linear, left top, right top, color-stop(0, #1cd274), to(#00a550));
	background: linear-gradient(to right, #1cd274 0, #00a550 100%)
}

.catalog-btn_wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.catalog-btn {
	padding: 8px 10px;
	min-width: 120px;
	max-width: 100%;
	margin-left: -1px;
	text-align: center;
	background: #fff;
	border: 1px solid #a9d2bd;
	outline: 0;
	color: #231f20;
	font: 16px Tahoma, sans-serif;
	border-radius: 0;
	letter-spacing: .6px;
	text-decoration: none
}

.catalog-btn.active {
	color: #fff;
	background: #1cd274;
	background: -webkit-gradient(linear, left top, right top, color-stop(0, #1cd274), to(#00a550));
	background: linear-gradient(to right, #1cd274 0, #00a550 100%)
}

.contact-info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 40px
}

.contact-info_path {
	margin-bottom: 20px
}

.contact-info_path_title {
	font: 18px/24px Tahoma, sans-serif;
	font-weight: 700
}

.show-maps {
	color: #00a650
}

@media (min-width:992px) {
	.show-maps:hover {
		color: #231f20
	}
}

.contact-link {
	text-decoration: none;
	font-weight: 400
}

.contact-title {
	margin: 0 0 15px
}

.contact_anchors_wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 10px 0 45px
}

.contact_anchor {
	margin: 10px 10px 0 0;
	padding: 10px 25px;
	background: #f3f3f3;
	text-decoration: none !important
}

.contact_anchor span {
	color: #231f20;
	font-weight: 700;
	border-bottom: 1px dashed #8c8c8c
}

.contact_anchor.active {
	background: #00a650
}

.contact_anchor.active span {
	color: #fff;
	border-color: rgba(255, 255, 255, 0)
}

.contact-map_wrap img {
	max-width: 100%
}

.contact_path {
	margin: 30px 0
}

.contact_table_wrap {
	position: relative
}

.contact_table_wrap>.contact_table_path {
	position: absolute;
	left: 33.3%;
	top: 0;
	height: 100%;
	border-left: none;
	border-right: none
}

.contact_table {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.contact_table+.contact_table {
	margin-top: -1px
}

.contact_table_title {
	margin-bottom: 10px;
	font: 22px/24px Tahoma, sans-serif
}

.contact_table_path {
	position: relative;
	border: 1px solid #a9d2bd;
	padding: 30px;
	width: 33.3%;
	background: #fff
}

.contact_table .contact_table_path:nth-child(2) {
	height: 0;
	overflow: hidden
}

.contact_table_path:nth-child(3) {
	position: absolute;
	top: 0;
	left: 66.6%;
	height: 100%;
	overflow: auto
}

.contact_table_path.desktop-two-col {
	left: 33.3%;
	width: 33.3%
}

.contact_table_people {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start
}

.contact_table_people+.contact_table_people {
	margin-top: 25px
}

.contact_table_people_img {
	min-width: 88px
}

.contact_table_text {
	margin-left: 15px
}

.contact_table_text_post {
	font: 18px Tahoma, sans-serif
}

.contact_table_text_mail {
	font-size: 13px;
	color: #8c8c8c;
	text-decoration: none
}

.contact_table_text_name {
	margin-top: 5px;
	line-height: 1.3
}

.contact_table_info .contact-link {
	display: block
}

.contact_table_info+.contact_table_info {
	margin-top: 25px
}

.contact_table_info_title,
.contact_table_region_title {
	font: 18px Tahoma, sans-serif;
	font-weight: 700
}

@media (max-width: 991px) {
  .contact_table_info table tr {
    height: auto !important;
  }
}

.exempation-buy_path {
	padding-bottom: 5px;
	margin: 20px 0
}

.exempation-buy_path+.exempation-buy_path {
	padding-top: 30px;
	border-top: 1px solid #d3d3d3
}

.exempation-buy_path_phone {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 30px 0
}

.exempation-buy_path_phone_text {
	margin-left: 20px
}

.exempation-buy_path_phone_text a {
	text-decoration: none
}

.fz18 {
	font-size: 18px
}

.contact-date {
	display: inline-block;
	margin-top: 10px;
	padding-top: 10px;
	border-top: 1px solid #8c8c8c;
	font-size: 11px;
	color: #8c8c8c
}

.contact-date a {
	color: #8c8c8c;
	text-decoration: underline
}

@media (min-width:992px) {
	.contact-date a:hover {
		text-decoration: none
	}
}

.reviews-path {
	margin: 15px 0;
	padding-bottom: 5px
}

.reviews-path+.reviews-path {
	border-top: 1px solid #dfdfdf;
	padding-top: 30px
}

.reviews-path_title {
	margin-top: 15px;
	font-size: 18px;
	color: #231f20;
	font-weight: 700
}

.reviews_subtitle {
	margin-bottom: 10px;
	font-size: 13px;
	color: #8c8c8c
}

.reviews_author {
	font-size: 13px;
	color: #8c8c8c;
	margin: 25px 0
}

.reviews_text {
	color: #4e4e4e
}

.press-package_path {
	margin: 30px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start
}

.press-package_path .icon,
.press-package_path img {
	margin-top: 7px;
	min-width: 31px
}

.press-package_text {
	width: 240px;
	max-width: 100%;
	margin: 0 10px
}

.press-package_title {
	display: inline;
	color: #231f20;
	text-decoration: none;
	line-height: 1.1;
	border-bottom: 1px dashed #231f20
}

@media (min-width:992px) {
	.press-package_title:hover {
		border-color: rgba(255, 255, 255, 0)
	}
}

.press-package_desc {
	font-size: 13px;
	color: #8c8c8c
}

.gallery-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: -15px;
	margin-right: -15px
}

.gallery-wrap .video {
	margin-bottom: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.gallery-wrap .video img {
	width: 100%
}

.gallery-wrap .gallery-item.link-mp.init-mod-gallery {
	display: block
}

.gallery-item,
.gallery-item:link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	width: calc(50% - 30px);
	margin: 15px;
	text-decoration: none;
	outline: 0 !important
}


@media (min-width:992px) {

	.gallery-item:hover,
	.gallery-item:link:hover {
		text-decoration: none
	}
}

.gallery-item_img {
	position: relative
}

.gallery-item_img img {
	max-width: 100%
}

.gallery-item_img:before {
	content: " ";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, .6);
	opacity: 0;
	-webkit-transition: .5s;
	transition: .5s
}

.gallery-item_img:after {
	content: " ";
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	opacity: 0;
	-webkit-transition: .5s;
	transition: .5s
}

@media (min-width:992px) {

	.gallery-item_img:hover:after,
	.gallery-item_img:hover:before {
		opacity: 1
	}

	.gallery-item_img.n-loupe:hover:after {
		opacity: 0
	}

	.gallery-item_img.n-loupe:hover:before {
		opacity: 1
	}
}

.gallery-item_title {
	margin-top: 10px;
	font: 18px Tahoma, sans-serif;
	color: #231f20
}

.gallery-item_desc {
	font-size: 13px;
	color: #8c8c8c
}

.gallery_big-block_wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%
}

.gallery_big-block_wrap .gallery-item {
	width: calc(100% - 30px)
}

.gallery_big-block {
	margin-bottom: 25px;
	width: 50%;
	min-width: 50%
}

.gallery_big-block .gallery-item_title {
	margin-top: 20px;
	font-size: 36px;
	line-height: 38px
}

.gallery_big-block .gallery-item_desc {
	font-size: 18px
}

.modal-gallery_wrap {
	max-width: 100%;
	width: 100%;
	position: relative;
	display: inline-block;
	margin: 20px 0
}

.modal-gallery_wrap img {
	max-width: 100%
}

.modal-gallery_wrap button.mfp-close {
	position: absolute;
	top: -10px;
	left: calc(100% + 4px);
	color: #fff;
	font-size: 38px;
	-webkit-transition: .3s;
	transition: .3s
}

.modal-gallery_slide {
	margin: 0 30px
}

.modal-gallery-slide_main {
	margin: 0 20px;
	max-width: calc(100% - 40px);
	position: relative;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}

.modal-slide_close {
	position: absolute;
	top: 0;
	left: calc(100% + 4px);
	display: inline-block;
	width: 40px;
	height: 40px;
	border: none;
	outline: 0;
	background: 0 0;
	opacity: .7;
	-webkit-transition: .3s;
	transition: .3s
}

@media (min-width:992px) {
	.modal-slide_close:hover {
		opacity: 1
	}
}

.modal-gallery_img {
	position: relative;
	padding: 25px;
	width: 890px;
	max-width: 100%;
	background: rgba(0, 0, 0, .5)
}

.modal-gallery_img img {
	max-width: 100%;
	max-height: 65vh;
	margin: auto
}

.modal-gallery_img .video {
	width: 100%;
	margin: 0
}

.modal-gallery_img .iframe_wrap {
	width: 890px;
	max-width: 100%;
	max-width: 100%
}

.modal-gallery_arrow-left,
.modal-gallery_arrow-right {
	position: absolute;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	top: 50%;
	margin-top: -20px;
	padding: 0;
	width: 40px;
	height: 40px;
	outline: 0;
	background: 0 0;
	border: none;
	opacity: .7
}

.modal-gallery_arrow-left .icon,
.modal-gallery_arrow-right .icon {
	margin: auto
}

@media (min-width:992px) {

	.modal-gallery_arrow-left:hover,
	.modal-gallery_arrow-right:hover {
		opacity: 1
	}
}

.modal-gallery_arrow-left {
	right: calc(100% + 7px)
}

.modal-gallery_arrow-right {
	left: calc(100% + 7px)
}

.modal-gallery_text {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 20px;
	width: 890px;
	max-width: 100%
}

.modal-gallery_text>* {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto
}

.modal-gallery_text_left-block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding: 15px 40px;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background: #00a650;
	text-align: left
}

.modal-gallery_text_right-block {
	padding: 0 25px;
	text-align: left;
	background: #eae4e4
}

.modal-gallery_text_title {
	font-size: 30px;
	line-height: 1;
	font-family: Tahoma, sans-serif;
	color: #fff
}

.modal-gallery_text_subtitle {
	font-size: 18px;
	color: #aee3c5
}

.representative_map_wrap {
	position: relative;
	margin: 30px 0;
	overflow: hidden
}

.representative_map_bottom {
	display: none;
	position: absolute;
	top: calc(100% - 60px);
	left: 0;
	width: 100%;
	height: 60px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: #fff;
	-webkit-box-shadow: -2px 0 10px 0 rgba(0, 0, 0, .43);
	box-shadow: -2px 0 10px 0 rgba(0, 0, 0, .43);
	font-size: 16px;
	color: #231f20;
	-webkit-transition: .4s;
	transition: .4s
}

.representative_map_bottom .icon {
	margin-right: 7px
}

.representative_map_bottom.active {
	top: 0;
	height: 100%
}

.representative_map_bottom.active .representative_map_bottom_hidden {
	display: none
}

.representative_map_bottom.active .representative_map_bottom_visible {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
	overflow: hidden
}

.representative_map_bottom_hidden {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 0 15px;
	width: 100%;
	height: 100%;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-transition: .4s;
	transition: .4s
}

.representative_map_bottom_hidden>span {
	font-weight: 700
}

.representative_map_bottom_visible {
	display: none;
	height: 100%;
	width: 100%;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	overflow: auto;
	background: #f7f7f7
}

.representative_map_bottom_back {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	padding: 10px 15px;
	min-height: 40px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: #dfdfdf;
	font-size: 13px;
	color: #8c8c8c
}

.representative_map_bottom_back .icon {
	margin-right: 10px
}

.representative_map_bottom_ol {
	padding: 15px 33px
}

.representative_map_bottom_ol li+li {
	margin-top: 20px
}

.representative_map_bottom_elem {
	display: none;
	position: absolute;
	top: 100%;
	width: 100%;
	height: 40vh;
	padding: 0;
	overflow: auto;
	-webkit-transition: .3s;
	transition: .3s;
	background: #fff
}

.representative_map_bottom_elem.active {
	top: calc(100% - 40%);
	-webkit-box-shadow: -2px 0 10px 0 rgba(0, 0, 0, .43);
	box-shadow: -2px 0 10px 0 rgba(0, 0, 0, .43)
}

.representative_map_bottom_elem.active .jsContainer {
	padding: 15px 33px;
	height: 100%;
	overflow: scroll;
	-webkit-overflow-scrolling: touch
}

.representative_table {
	margin: 20px 0;
	font-size: 15px;
	color: #231f20
}

.representative_table a {
	color: #231f20;
	text-decoration: none
}

.representative_table td {
	padding: 10px;
	border: 1px solid #a9d2bd;
	vertical-align: top
}

.representative_table_phones {
	white-space: nowrap
}

.representative_table_phones-text {
	margin-top: 10px;
	font-size: 13px;
	color: #8c8c8c
}

.representative_table-title {
	margin-bottom: 7px;
	font-weight: 700;
	color: #000;
	line-height: 1
}

.representative_table-subtitle {
	margin-bottom: 20px;
	font-size: 13px;
	text-transform: uppercase;
	color: #8c8c8c
}

.representative_table-contact+.representative_table-contact {
	margin-top: 13px
}

.representative_table-contact a {
	text-decoration: underline;
	font-size: 13px;
	color: #8c8c8c
}

@media (min-width:992px) {
	.representative_table-contact a:hover {
		text-decoration: none
	}
}

.nano {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden
}

.nano .content {
	position: absolute;
	overflow: scroll;
	overflow-x: hidden;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0
}

.nano .content:focus {
	outline: thin dotted
}

.nano .content::-webkit-scrollbar {
	visibility: hidden
}

.has-scrollbar .content::-webkit-scrollbar {
	visibility: visible
}

.nano>.pane {
	background: #e8e8e8;
	position: absolute;
	width: 12px;
	right: 0;
	top: 0;
	bottom: 0;
	opacity: 1;
	-webkit-transition: .2s;
	transition: .2s;
	border-radius: 5px
}

.nano>.pane>.slider {
	background: #444;
	background: #00a650;
	position: relative;
	margin: 0 1px;
	border-radius: 5px;
	cursor: pointer
}

.nano:hover>.pane,
.pane.active,
.pane.flashed {
	opacity: .99
}

.contact_table_path>.nano {
	margin-right: -10px
}

.mobile_number {
	display: none;
	margin-bottom: 10px;
	font-weight: 700;
	font-size: 18px
}

.iframe_wrap {
	position: relative;
	width: 100%;
	max-width: 890px;
	height: 0;
	padding-bottom: 56.25%
}

.iframe_wrap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

iframe {
	max-width: 100%
}

.modal-gallery_text_mobile-btn,
.modal-gallery_text_mobile-btn-show {
	display: none;
	margin: 15px 0 0;
	width: 100%;
	background: #00a650;
	color: #fff;
	font-size: 22px;
	font-family: PFDinTextCondPro
}

* {
	min-width: 0;
	min-height: 0
}

.modal-map {
	margin: 40px auto;
	width: calc(100vw - 80px);
	height: calc(100vh - 80px);
	max-width: 1000px;
	max-height: 600px
}

.modal-map img {
	max-height: 100%;
	max-width: 100%;
        width: auto;
}

.modal-map button.mfp-close {
	color: #fff
}

.wrap-404 {
	overflow-x: hidden;
	min-height: 100vh
}

.wrap-404 header .header_top-line_mobile {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.wrap-404 header .header_top-line_mobile>* {
	min-width: 250px
}

.wrap-404 header .header_search-wrap,
.wrap-404 header .logo {
	min-width: 250px
}

.wrap-404 header .header_search-wrap img:first-of-type,
.wrap-404 header .logo img:first-of-type {
	display: block
}

.wrap-404 header .header_search-wrap img:last-of-type,
.wrap-404 header .logo img:last-of-type {
	display: none
}

.body-404 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 60px 0;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.left-path_404 {
	position: relative;
	width: 300px;
	max-width: 100%;
	font-size: 50px;
	line-height: 60px;
	font-family: PTsansNarrow;
	letter-spacing: 4.5px;
	z-index: 2
}

.left-path_404 a {
	display: inline-block;
	margin-top: 18px;
	font-size: 22px;
	color: #00a650;
	letter-spacing: 1px;
	text-decoration: underline
}

@media (min-width:992px) {
	.left-path_404 a:hover {
		color: #00a650;
		text-decoration: none
	}
}

.img-404 {
	position: relative;
	margin-bottom: 160px;
	text-align: center
}

.img-404 img {
	max-width: 100%
}

.img-after-404 {
	position: absolute;
	top: 62%;
	left: 50%;
	-webkit-transform: translateX(-57%);
	transform: translateX(-57%);
	width: 300%;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.img-after-404 img {
	max-width: 100%
}

#application_succes {
	max-width: 680px;
	padding: 60px 45px
}

#application_succes p {
	margin: 10px 0
}

.new_detailed_table {
	width: 100%;
	margin: 20px 0;
	min-width: 100%;
	max-width: 100%;
	text-align: left
}

.new_detailed_table tr:first-child {
	background: #00a650;
	color: #fff
}

.new_detailed_table tr:first-child td {
	padding: 10px;
	vertical-align: middle
}

.new_detailed_table td {
	padding: 10px;
	vertical-align: top;
	border: 1px solid #a9d2bd
}

ymaps[class$=balloon-pane] .representative_table-title {
	margin-bottom: 6px;
	font-size: 12px;
	line-height: 16px;
	font-family: "PT Sans", sans-serif
}

ymaps[class$=balloon-pane] .representative_table-subtitle {
	margin-bottom: 6px;
	font-size: 12px;
	line-height: 16px;
	color: #4e4e4e
}

ymaps[class$=balloon-pane] .representative_map_bottom_ol-path {
	font-size: 12px;
	line-height: 16px
}

ymaps[class$=balloon-pane] ymaps[class$=balloon__content] {
	padding: 15px 0 15px 15px !important
}

.project-item td:first-child {
	padding-right: 30px
}

.gallery-detailed_wrap {
	margin: 20px 0
}

.gallery-detailed_wrap img {
	max-width: 100%;
	margin-bottom: 4px
}

.gal-det_img-sm_wr {
	margin-left: -3px;
	margin-right: -3px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

div.modal-gallery_slider .modal-gallery_slide {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	min-height: calc(100vh - 40px);
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.modal-gallery_img img {
	max-height: 75vh
}

.contact_table-two_col .contact_table_path.desktop-two-col {
	width: 66.6%;
	border-right: 1px solid #a9d2bd
}

.img-mar-1 {
	display: inline-block;
	float: left;
	margin: 10px 20px 10px 0
}

.img-mar-2 {
	display: inline-block;
	float: right;
	margin: 10px 0 10px 20px
}

.table-scroll_wr {
	width: 100%;
	overflow: auto
}

.table-scroll_wr .new_detailed_table td,
.table-scroll_wr .new_detailed_table tr:first-child td {
	padding: 5px;
	line-height: 1.6
}

.table-scroll_wr .td_mobile-text {
	display: none
}

.menu_link {
	font-size: 16px
}

.header_phone-wrap div {
	margin-left: 5px;
}

@media (max-width: 767px) {
	.header_phone-wrap div {
		margin-left: 0;
	}

}

@media (max-width: 543px) {
	.header_phone-wrap a {
		display: inline-block;
		font-size: 13px;
	}
}

.sidebar-path_name {
	text-transform: none
}

.slide-color-bg .slide-title {
	font-size: 28px;
	line-height: 1.357
}

.h1-style {
	font-size: 36px
}

.h2-style {
	font-size: 30px;
	line-height: 1.2
}

.h3-style {
	font-size: 25px;
	line-height: 1.44
}

.we-have-path_text_title {
	font-size: 22px
}

.request-call .error {
	color: #d45f5f
}

.project-item {
	margin: 20px 0
}

.representative_table_person {
	color: #8c8c8c
}

.product-selection_form {
	margin: 40px 0;
	padding: 40px 45px;
	background: #f5f5f5
}

.product-selection_form_title {
	margin-bottom: 20px
}

.product-selection_form_subtitle {
	margin-bottom: 30px
}

.product-selection_form_bottom,
.product-selection_form_path {
	width: 430px;
	max-width: 100%;
	margin: auto
}

.product-selection_form_path .input-wrap.focused .placeholder-text {
	color: #8b8b8b;
	font-size: .9em;
	top: calc(0% - 25px)
}

.product-selection_form_path .input-wrap:nth-of-type(1) {
	margin-top: 20px
}

.product-selection_form_path .label-checkbox,
.product-selection_form_path .label-radio {
	margin: 12px 0
}

.product-selection_form_path input {
	width: 100%
}

.product-selection_form_path+.product-selection_form_path {
	padding-top: 52px;
	margin-top: 52px;
	border-top: 1px solid #d5d5d5
}

.product-selection_form_bottom {
	margin-top: 40px
}

.product-selection_form_bottom .btn {
	margin-top: 15px
}

.col-red {
	color: #d45f5f
}

.mar-top-25 {
	margin-top: 25px
}

.success {
	color: #00a650;
	text-align: center
}

.jsGroup .form-error {
	display: inline-block;
	padding: 3px 14px;
	font-size: 12px;
	background: #d45f5f;
	color: #fff;
	border-radius: 4px
}

.b-share {
	padding-top: 35px;
	margin-bottom: 35px;
	border-top: 1px solid #e2e2e2
}

.b-share__title {
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
	margin-bottom: 10px
}

.b-share__body {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: -15px;
	margin-right: -15px
}

.b-share__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	padding: 0 15px;
	margin-bottom: 15px
}

.b-share-link {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	width: 41px;
	height: 41px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 50%;
	-webkit-transition: .3s;
	transition: .3s
}

.b-share-link--facebook {
	background: #4267b2
}

.b-share-link--vk {
	background: #4a76a8
}

.b-share-link--twitter {
	background: #36b9ff
}

.b-share-link--od {
	background: #ee8208
}

.b-share-link--google-plus {
	background: #ea4335
}

.b-share-statistics {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	position: relative;
	margin-left: 10px;
	width: 41px;
	height: 41px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 50%;
	background: #e2e2e2;
	font-weight: 700;
	font-size: 9px;
	line-height: 1.2
}

.b-share-statistics:after {
	content: "";
	width: 0;
	height: 0;
	position: absolute;
	right: calc(100% - 1px);
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	border-top: 6px solid transparent;
	border-right: 6px solid #e2e2e2;
	border-bottom: 6px solid transparent
}

.b-footer-link {
	margin-top: 25px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.b-footer-link__item {
	display: inline-block;
	padding: 5px;
	margin: 0 16px 10px;
	text-decoration: none;
	-webkit-transition: .3s;
	transition: .3s
}

@media (min-width:992px) {
	.b-footer-link__item:hover {
		opacity: .8
	}
}

.icon-nav-triangle__open {
	display: inline-block;
	position: absolute;
	background: url(/local/templates/melinvest_main/css/../img/select.png) no-repeat center;
	width: 20px;
	height: 20px;
	top: 0;
	left: -38px;
	margin-left: 10px;
	cursor: pointer;
	-webkit-transition: .2s;
	transition: .2s
}

.icon-nav-triangle__open.active {
	-webkit-transform: translateX(0) translateY(40%) rotate(180deg);
	transform: translateX(0) translateY(40%) rotate(180deg)
}

.sidebar-path_list {
	position: relative
}

@media only screen and (max-width:1370px) {
	.btn_scroll-top {
		bottom: 15px;
		right: 15px
	}
}

@media only screen and (max-width:1199px) {

	.breadcrumbs,
	.sidebar-path:first-child {
		margin-top: 0
	}

	.submenu {
		display: none !important
	}

	.logo {
		padding-bottom: 0
	}

	.logo-desk,
	.logo_subtext {
		display: none
	}

	.logo-mobile {
		display: block
	}

	.header_flag_wrap,
	.header_phone-wrap,
	.header_search-wrap {
		margin-top: 0
	}

	/* .link_all-catalog {
    bottom: 15px
  } */

	nav {
		position: absolute;
		top: 75px;
		width: 100%;
		z-index: 12
	}

	.menu {
		display: none;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}

	.menu_ul {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}

	.menu_link {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		padding-left: 25px
	}

	.mob-submenu {
		position: relative
	}

	.mob-submenu a {
		display: block
	}

	.submenu-link_triangle:after {
		display: none
	}

	.wrap-404 header .header_top-line_mobile {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center
	}

	.wrap-404 header .logo img {
		margin: auto
	}

	.wrap-404 header .header_search-wrap {
		margin-top: 20px
	}
}

@media only screen and (max-width:991px) {
	/* .header_flag_wrap {
    margin: 15px 0
  } */

	/* .header_phone-wrap:first-child {
    margin-top: 15px
  } */

	.header_flag {
		margin: 10px 10px 0;
		display: inline-block
	}

	footer {
		text-align: center
	}

	.footer_phone {
		margin: 20px 0 40px
	}

	.footer_btn {
		margin: 27px 0
	}

	.footer_menu_link {
		display: inline-block;
		margin: 7px 0
	}

	.detailed_big-slider_wrap {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}

	.detailed_small-slide {
		padding: 5px
	}

	.catalog_title {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start
	}

	.catalog_title .tabs-btn_wrap {
		margin-top: 10px;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}

	.contact-info {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}

	.contact_table {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}

	.contact_table_path {
		width: 100%
	}

	.desktop-two-col {
		display: none
	}

	.contact_table_path:nth-child(3) {
		position: static;
		max-height: 300px;
		height: 300px
	}

	.contact_table_path:empty {
		display: none
	}

	.contact_table_path+.contact_table_path {
		border-top: none
	}

	.detailed_small-slider {
		display: none
	}

	.detailed_small-slide {
		margin: 10px 0 0
	}

	.detailed_small-slide.slick-active.slick-current:after {
		content: "";
		display: block;
		position: absolute;
		right: calc(50% - 4px);
		top: auto;
		bottom: 100%;
		width: 0;
		height: 0;
		border-left: 6px solid transparent;
		border-right: 6px solid transparent;
		border-bottom: 8px solid #00a650
	}

	.download_link_wrap {
		margin-top: 20px
	}

	.mobile_number {
		display: block
	}

	.contact_table .contact_table_path:nth-child(2) {
		height: auto
	}

	.body-404 {
		margin-top: 10px;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}

	.right-path_404 {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1
	}

	.left-path_404 {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
		text-align: center;
		width: 100%
	}

	.b-footer-link {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
}

@media only screen and (max-width:767px) {
	.header_top-line_mobile {
		display: block
	}

	/* .hamburger-link {
		margin: 0;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		margin-top: 7px
	} */

	.logo {
		text-align: center
	}

	.logo img {
		margin: auto
	}

	.header_flag_wrap {
		text-align: center
	}

	.we-have_main {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}

	.we-have-path {
		width: 100%
	}

	.we-have-path+.we-have-path {
		margin-left: 0;
		margin-top: 20px
	}

	.subscribe_wrap {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		padding-left: 15px;
		padding-right: 15px
	}

	.subscribe_label {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: stretch;
		-ms-flex-align: stretch;
		align-items: stretch;
		min-height: 120px;
		width: 100%
	}

	.subscribe_label .input-style {
		padding-top: 14px;
		padding-bottom: 14px;
		margin: 10px 0
	}

	.subscribe_label .form-error_text {
		top: calc(100% - 35px)
	}

	.catalog-slider .slick-next_style,
	.catalog-slider .slick-prev_style {
		width: calc(25% - 15px);
		left: 15px
	}

	.catalog-slider .slick-next_style {
		left: 25%
	}

	.link_all-catalog {
		left: calc(50% + 15px)
	}

	.request-call {
		width: 100%;
		overflow: auto;
		min-height: 100vh;
		height: 100%;
		padding-left: 15px;
		padding-right: 15px;
		border-radius: 0
	}

	.slide-title {
		font-size: 28px
	}

	/* .slide-text {
    padding: 0
  } */

	.btn_scroll-top {
		width: 60px;
		height: 60px
	}

	.work-process_path {
		width: 50%
	}

	.modal-gallery_text {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}

	.modal-gallery_text_left-block,
	.modal-gallery_text_right-block {
		padding-left: 15px;
		padding-right: 15px
	}

	#representative_map {
		height: 100% !important
	}

	.representative_map_wrap {
		height: 100vh !important;
		width: 100vw !important;
		margin-left: -15px;
		margin-right: -15px
	}

	.representative_map_bottom {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex
	}

	.breadcrumbs {
		display: none
	}

	.modal-gallery_text_right-block .text-block {
		margin: 0
	}

	#application_succes {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		width: 100vw;
		height: 100vh;
		max-width: 100vw;
		position: fixed;
		top: 0;
		left: 0;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center
	}

	.representative_map_bottom_elem {
		display: block
	}

	ymaps[class$=balloon-pane] {
		display: none !important
	}

	.representative_map_bottom_ol li+li {
		margin-top: 35px
	}

	.representative_table-contact a[href^=mailto] {
		display: inline-block;
		margin-bottom: 10px
	}

	.representative_map_bottom_ol {
		height: 100%;
		overflow: scroll;
		-webkit-overflow-scrolling: touch
	}
}

@media (max-width: 543px) {
	.header_flag {
		display: block;
	}

}

@media only screen and (max-width:480px) {
	.representative_map_bottom_ol-path {
		line-height: 1.5;
		margin-bottom: 15px;
	}

	.representative_map_bottom_visible {
		padding-top: 40px
	}

	.representative_map_bottom_back {
		position: absolute;
		top: 0;
		left: 0
	}

	.representative_map_bottom_elem {
		padding-top: 50px
	}

	.representative_map_bottom_elem .representative_map_bottom_back {
		padding-left: 25px
	}

	.catalog-slider .slick-next_style,
	.catalog-slider .slick-prev_style {
		width: calc(50% - 15px);
		left: 15px
	}

	.catalog-slider .slick-next_style {
		left: 50%
	}

	.link_all-catalog {
		position: static;
		text-align: center
	}

	.header_flag_wrap {
		margin: 5px 0
	}

	.footer_menu_ul {
		width: 100%
	}

	/* .mob-big-slide .slide-bottom {
    display: block
  } */

	.work-process_path {
		width: 100%;
		margin: 10px 0
	}

	.detailed-table thead {
		display: none
	}

	.detailed-table td {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		border: none
	}

	.detailed-table td:empty {
		display: none
	}

	.detailed-table tr {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		border: 1px solid #a9d2bd
	}

	.detailed-table tr+tr {
		margin-top: -1px
	}

	.td_mobile-text {
		display: block;
		min-width: 50%;
		font-weight: 700
	}

	.td-main {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}

	.contact_table_path {
		padding: 15px
	}

	.gallery-item,
	.gallery-item:link {
		width: calc(100% - 30px)
	}

	.gallery_big-block_wrap {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}

	.gallery_big-block {
		width: 100%
	}

	.contact_table_people img {
		min-width: 90px;
		height: auto
	}

	.tabs-btn_wrap {
		width: 100%
	}

	.tabs-btn_wrap .tabs-btn {
		min-width: auto;
		-webkit-box-flex: 1;
		-ms-flex: 1 1 auto;
		flex: 1 1 auto
	}

	.catalog-btn_wrap {
		width: 100%;
		margin-top: 10px
	}

	.catalog-btn_wrap .catalog-btn {
		min-width: auto;
		-webkit-box-flex: 1;
		-ms-flex: 1 1 auto;
		flex: 1 1 auto
	}

	.modal-gallery_text_mobile-btn {
		display: block
	}

	.modal-gallery_text {
		display: none
	}

	.modal-gallery-slide_main {
		margin: 0;
		width: 100%
	}

	.modal-gallery_img {
		padding: 0
	}

	.modal-gallery_arrow-left {
		left: 0
	}

	.modal-gallery_arrow-right {
		right: 0;
		left: auto
	}

	.modal-slide_close {
		left: auto;
		right: -10px;
		top: -33px
	}

	.modal-gallery_slide {
		margin: 0 15px;
		padding-top: 30px
	}

	.project-item td {
		display: block;
		padding: 10px 0
	}

	.project-item td img {
		display: block;
		margin: auto
	}

	.product-selection_form {
		padding: 25px 20px
	}

	.input-wrap.required:after {
		left: calc(100% + 3px)
	}

	.b-share__body {
		margin-left: -6px;
		margin-right: -6px
	}

	.b-share__item {
		-ms-flex-preferred-size: 33%;
		flex-basis: 33%;
		padding: 0 6px
	}
}

@media only screen and (max-width:370px) {
	.b-share__item {
		-ms-flex-preferred-size: 50%;
		flex-basis: 50%
	}
}
div.news-detail div {
  clear: both;
}


@font-face {
  font-family: 'PTsans-Regular';
  font-display: fallback;
  font-weight: 400;
  font-style: normal;
  src: 
    url(/local/templates/melinvest_main/css/../fonts/PTsans/regular/pt-sans.ttf) format('truetype');
}

@font-face {
  font-family: 'PTsans-Bold';
  font-display: fallback;
  font-weight: 700;
  font-style: normal;
  src:
    url(/local/templates/melinvest_main/css/../fonts/PTsans/bold/pt-sans-bold.ttf) format('truetype');
}

ymaps[class$='balloon-pane'] .representative_table-title {
  font-family: 'PTsans-Bold'!important;
}
footer .footer__wrap-item{
margin-bottom:10px;
}
footer .footer__wrap-item .title{
display: inline-block;
    color: #ececec;
    font-size: 18px;
    line-height: 18px;
margin-bottom:16px;
}
footer .footer__wrap-item ul{
padding:0;
list-style:none;
}
footer .footer__wrap-item ul li+li{
margin-top:5px;
}
footer .footer__wrap-item ul li{
color: #c2c2c2;
font-size:14px;
}
footer .footer__wrap-item ul li span{
    color: #ececec;
    font-size: 16px;
    line-height: 18px;
}
footer .row{
/*display: flex;
    justify-content: space-between;*/
}
.request-call label.error{
    color: #d45f5f;
    position: absolute;
    bottom: -19px;
    font-size: 12px;
}
.mf-captcha{
position:relative;
}
.mf-captcha label.error{
    width: 100%;
    left: 0;
}
.moda_data-processing{
position:relative;
}

.row.contact-info .footer__wrap-item{
    margin-bottom: 20px;
}
.row.contact-info .footer__wrap-item .title{
font-size:18px;
 font-weight: 600;
margin-bottom:20px;
}
.row.contact-info .footer__wrap-item ul{
list-style:none;
padding:0;
}
.row.contact-info .footer__wrap-item ul li span{
    font-weight: 600;}

#modal-success{
display:none;
background-image: url("/local/templates/melinvest_main/img/modal-bg.png");
    background-size: cover;
    color: #fff;
    display: inline-block;
    position: relative;
    padding: 35px 45px;
border-radius: 10px;
    background-color: unset;
    background-position: center;
    background-repeat: no-repeat;
}
#modal-success .call-popup-success__wrapper{
text-align:center;
}
#modal-success .call-popup-success__wrapper .call-popup-success__title{
font-size:28px;
line-height:1.25;
}
#modal-success .call-popup-success__wrapper p{
font-size:16px;
}
#modal-success .call-popup-success__close.btn-green{
width:fit-content;
margin:16px auto 16px auto;
padding: 12px 40px;
    border-radius: 10px;
}

.modal-wrap.request-call#request-call-1{
max-width:600px;
}
.modal-wrap.request-call.text-center.bigForm-bottom{
width:900px!important;
max-width:100%!important;
}

.modal-wrap.request-call.text-center.bigForm-bottom .modal-map{
display:none!important;
}
.modal-wrap.request-call.text-center.bigForm-bottom #application_succes{
display:none;
}
.bigForm-bottom#request-call{
max-width:unset;
}
.modal-wrap.request-call.text-center.bigForm-bottom .temp.modal_label.input-wrap textarea{
width:100%;
height:145px;
resize:none;
    color: #231f20;
font-weight: 700;
font-size:16px;
}
.modal-wrap.request-call.text-center.bigForm-bottom .moda_data-processing{
position:relative;
}
.modal-wrap.request-call.text-center.bigForm-bottom .moda_data-processing label.error{
position:absolute;
bottom:-18px;
}


.policeDoc{
    margin-top: -100px;
    margin-bottom: 41px;
width: 30%;
}
.policeDoc p{
font-size:16px;
margin-bottom:10px;
}
.policeDoc ul{
display:grid;
gap:10px;
list-style:none;
margin:0;
padding:0;
}

.policeDoc ul a{
transition:all .3s ease;
}
.policeDoc ul a:hover{
color:#1cd274;
}
.footerBtn-call{
margin-right:70px;
}
@media(max-width:992px){
	.policeDoc{
 margin-top: 10px;
width: 100%;
}
.footerBtn-call{
margin-right:0px;
}
}
/* End */


/* Start:/local/templates/melinvest_main/css/black-header.css?175826364510396*/
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap');

.header {
  position: relative;
  width: 100%;
  font-family: 'Roboto', sans-serif;
  background-color: #020202;
  height: 104px;
}

.header .container,
.header .row {
  height: 100%;
  position: relative;
}

.header .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.header-logo {
  max-width: 334px;
  width: 100%;
  display: block;
  position: relative;
}

.header-logo img {
  max-width: 100%;
  max-height: 100%;
  display: block;
  position: relative;
}

.header-phone-block {
  position: relative;
}

.header-phone-block:first-child {
  margin-right: 40px;
}

.header-phone-note {
  font-size: 1px;
  color: #00A650;
  font-size: 12px;
  line-height: 14px;
}

.header-phone {
  display: block;
  position: relative;
}

.header-phone__link {
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  line-height: 21px;
  cursor: default;
  text-decoration: none;
}

.header-phone__link:hover {
  color: #fff;
  text-decoration: none;
}

.header .h-col-flex-justify-end {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.header .h-col-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header-btn-block {
  position: relative;
  max-width: 312px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-left: 78px;
}

.header-btn-block::before {
  content: '';
  height: 36px;
  width: 1px;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -18px;
  background: rgba(255, 255, 255, 0.2);
}

.header-lang {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.header-lang__item {
  color: #fff;
  font-size: 18px;
  line-height: 21px;
  text-decoration: none;
}

.header-lang__item.current {
  color: #00A650;
  font-weight: bold;
}

.header-lang__item.current:hover {
  color: #00A650;
  text-decoration: none;
}

.header-lang__item:not(.current):hover {
  text-decoration: underline;
  color: #fff;
}

.header-lang__item:first-child::after {
  content: '|';
  /* margin-left: 10px; */
  padding: 0 10px;
  color: #fff;
  color: #fff;
  font-size: 18px;
  line-height: 21px;
}

.header-icons {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 100px;
  width: 100%;
}

.header-icons__item {
  position: relative;
  display: block;
  height: 24px;
  transition: all .3s;
}

.header-icons__svg {
  position: relative;
  width: 24px;
  height: 100%;
  cursor: pointer;
}

.header-icons__svg path {
  fill: #fff;
  fill-rule: evenodd;
  clip-rule: evenodd;
  transform: all .3s;
}

.header-icons__svg circle {
  stroke: #fff;
  stroke-width: 2;
  transition: all .3s;
}

.header-icons__svg:not(.header-icons__svg_phone):hover path {
  fill: #00A650;
}

.header-icons__svg:not(.header-icons__svg_phone):hover circle {
  stroke: #00A650;
}

.header-icons__svg_phone {
  fill: none;
}

.header-icons__svg_phone path {
  stroke: #fff;
  stroke-width: 2;
  fill: none;
}

.header-icons__svg_phone:hover path {
  stroke: #00A650;
}

.header-burger {
  display: none;
  position: relative;
  width: 31px;
  height: 25px;
  margin-left: 23px;

}



.header-burger span {
  position: absolute;
  width: 100%;
  height: 4px;
  border-radius: 2px;
  background-color: #fff;
  top: 50%;
  margin-top: -2px;
  transition:  all .3s;

}

.header-burger.active span {
  background-color: #000
}

.header-burger span::before {
  content: '';
  position: absolute;
  top: -11px;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #fff;
  border-radius: 3px;
  display: block;
  transition:  all .3s;
}

.header-burger span::after {
  content: '';
  position: absolute;
  bottom: -11px;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #fff;
  border-radius: 3px;
  display: block;
  transition:  all .3s;
}

.header-burger.active span::before {
  transform: rotate(45deg);
  top: 50%;
  margin-top: -2px;
}

.header-burger.active span::after {
  transform: rotate(-45deg);
  bottom: 50%;
  margin-bottom: -2px;

}

.header-search {
  position: absolute;
  bottom: 30px;
  z-index: 20;
  right: 0;
  visibility: hidden;
  width: 0px;
  transition: all .3s;
  overflow: hidden;
  background-color: #020202;
}

.header-search__wrap {
  /*width: 730px;*/
  /*width: 750px;*/width: 100%;flex-grow: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  white-space: nowrap;
  position: relative;
}

.header-search_show {
  visibility: visible;
  /*width: 730px;*/
  /*width: 810px;*/
  width: calc(8/12*100%);
  right: 0;
}

@media (min-width: 1261px) {
  .header-search_show {
    /*right: -41px;*/
    right: 15px;
  }
}

.header-search__form {
  /*max-width: 690px;*/
  /*max-width: 700px;*/flex-grow: 1;
  width: 100%;
  display: block;
  position: relative;
  z-index: 5;
}

.header-search__input {
  background-color: #1D1D1D;
  width: 100%;
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 18px;
  color: #fff;
  font-family: 'Roboto', sans-serif;
  padding: 13px 40px 13px 16px;
  z-index: 1;
  box-sizing: border-box !important;
  border: 0;
}

.header-search__btn {
  position: absolute;
  z-index: 2;
  right: 10px;
  top: 50%;
  margin-top: -12px;
  background: url('/local/templates/melinvest_main/css/../img/ic_search.svg');
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
  border: 0;

}

.header-search__close {
  position: relative;
  display: block;
  /* right: 0; */
  /* top: 50%;
  margin-top: -12px; */
  width: 24px;
  height: 24px;
  cursor: pointer;
  z-index: 3;
  transition: all .3s;
}

.header-search__close::after {
  content: '';
  position: absolute;
  left: 50%;
  margin-left: -9px;
  top: 50%;
  margin-top: -1px;
  width: 18px;
  height: 2px;
  cursor: pointer;
  background-color: #ADADAD;
  transform: rotate(45deg);
  transition: all .3s;
}

.header-search__close::before {
  content: '';
  position: absolute;
  left: 50%;
  margin-left: -9px;
  top: 50%;
  margin-top: -1px;
  width: 18px;
  height: 2px;
  cursor: pointer;
  background-color: #ADADAD;
  transform: rotate(-45deg);
  transition: all .3s;
}

.header-search__close:hover::before,
.header-search__close:hover::after {
  background-color: #00A650
}

@media (max-width: 1199px) {
  .header-burger {
    display: inherit;
  }

  .header-phone__link {
    font-size: 15px;
    line-height: 16px;
  }

  .header-btn-block {
    padding-left: 24px;
  }

  .header-btn-block::before {
    left: -17px;
  }
}

@media (max-width: 991px) {
  .header-btn-block::before {
    left: -2px;
  }
  .header .h-col-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .header-phone-block:first-child {
    margin-right: 0;
    margin-bottom: 2px;
  }

  .header-search__wrap,
  .header-search_show {
    width: 100%;
  }
  .header-search__form {
    width: calc(100% - 40px);
    max-width: none;
  }
}

@media (max-width: 767px) {
	.header { height: auto; padding-top: 31px; padding-bottom: 17px; }
	.header .h-col-flex {/* display: none;*/ order: 10; width:100%; overflow: hidden; display: block; margin-top: 22px; }
	.header .row { flex-wrap: wrap; }

  .header .col-5 {
    width: 41.66666667%;
  }

  .header .col-7 {
    width: 58.33333333%;
  }

  .header-btn-block {
    padding-left: 0;
    max-width: 210px;
  }
	.header-phone-block:first-child { float: left; }
	.header-phone-block:last-child { float: right; }
  .header-btn-block::before {
    display: none;
  }

  .header-search__wrap,
  .header-search_show {
    width: 455px;
  }

  .header-search__form {
    width: calc(100% - 40px);
  }

  .header-search__close {
    height: 44px;
    padding: 0 8px;
    box-sizing: content-box;
  }

}

@media (max-width: 575px) {
  .header {
    /*height: 171px;*/ 
    padding-right: 17px;padding-left: 17px;
    box-sizing: border-box;
  }
  .header .h-col-flex-justify-end { margin-top: 35px; }

  .header .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
	
  }

  .header .col-5 {
    width: 100%;
  }

  .header .col-7 {
    width: 100%;
  }

  .header-logo {
    max-width: 332px
  }

  .header .h-col-flex-justify-end {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .header-btn-block {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    max-width: 240px
  }

  .header-icons {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }

  .menu-nav {
    top: 149px;
  }

  .header-search {
    right: auto;
    left: 0;
  }

  .header-search_show {
    width: calc(100% + 15px);
    right: auto;
    left: 0;
  }

  .header-search__wrap {
    width: 100%;
  }
}

@media (max-width: 400px) {
  .header-btn-block {
    max-width: 198px;
  }
  .header { padding-bottom: 20px; }
 .header-phone-block:first-child,
 .header-phone-block:last-child { float: none; text-align: center; }
 
 .header .h-col-flex-justify-end { margin-top: 34px; }
 .header-phone__link { font-size: 18px; line-height: 21px; }
 .header-phone-note + .header-phone { margin-top: 5px; }
 .header-phone-block:first-child { margin-bottom: 5px; }
}

/* background: url("/local/templates/melinvest_main/css/../img/bg-request.png") center no-repeat; */

/* End */


/* Start:/local/templates/melinvest_main/styles.css?1775561836260*/
.form-error .form__tel{
    border: 2px solid #d45f5f;
    background: #edcccc;
}

.discount__form .form .form-error .form-error_text{
top: 55%;
}

small.notice{
text-align: left;
    margin-top: -30px;
    display: block;
}

.no_margin {
   margin-top: 5px;
}
/* End */
/* /local/templates/melinvest_main/css/fancybox.css?177521264825343 */
/* /local/templates/melinvest_main/css/custom.css?175826364534055 */
/* /local/templates/melinvest_main/css/main.min.css?1776948122129651 */
/* /local/templates/melinvest_main/css/black-header.css?175826364510396 */
/* /local/templates/melinvest_main/styles.css?1775561836260 */
