

/* Start:/local/templates/pmcargo/css/fancybox.css?171230585525274*/
: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 *:empty{display:block}.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__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/pmcargo/styles.css?1496228585681*/
/* Стили для визуального редактора*/

.full-image {width: 100%;}
.image40left {width: 40%; float: left; margin-right: 15px;}
.image40right {width: 40%; float: right; margin-left: 15px;}
.type_text {line-height: 1.5; color: #4A4A4A; font-weight: 400; }
.font400 {font-weight: 400; line-height: 1.5; color: #4A4A4A;}
.font500 {font-weight: 500; line-height: 1.5; color: #4A4A4A;}
.font700 {font-weight: 700; line-height: 1.5; color: #4A4A4A;} 
.mini_title {font-size: 16px; font-weight: 300; padding-left: 10px;}
.forchange {font-weight: 400; line-height: 1.5; color: #4A4A4A;}
.page_wrap p {font-weight: 400; line-height: 1.5; color: #4A4A4A;}
/* End */


/* Start:/local/templates/pmcargo/template_styles.css?175222193731127*/
:root {
	--font: "Urbanist", sans-serif;
	--font-size: 16px;
	--font-line: 26px;
	--font-weight: 400;
	--font-color: #000;
	--grey: #a1a1a1;
	--link: #898989;
	--white: #fff;
	--animation: all ease-out 0.3s;
}
html::-webkit-scrollbar,
body::-webkit-scrollbar,
.fancybox-slide::-webkit-scrollbar,
textarea::-webkit-scrollbar {
	width: 4px;
}
html::-webkit-scrollbar-track,
body::-webkit-scrollbar-track,
.fancybox-slide::-webkit-scrollbar-track,
textarea::-webkit-scrollbar-track {
	background: transparent;
}
html::-webkit-scrollbar-thumb,
body::-webkit-scrollbar-thumb,
.fancybox-slide::-webkit-scrollbar-thumb,
textarea::-webkit-scrollbar-thumb {
	background-color: var(--font-color);
	border-radius: 3px;
	border: 0;
}
html {
	min-height: 100%;
}
body {
	background: var(--white);
	font-family: var(--font);
	font-weight: var(--font-weight);
	font-size: var(--font-size);
	line-height: var(--font-line);
	color: var(--font-color);
	padding: 0;
	margin: 0;
	overflow: hidden;
	overflow-y: auto;
	min-height: 100%;
	height: 100%;
	position: relative;
}
a {
	color: var(--font-color);
	font-weight: var(--font-weight);
	outline: none;
	-webkit-appearance: none;
	text-decoration: none;
}
a:hover {
	color: var(--font-color);
}
H1 {
	margin: 0 0 30px;
	padding: 0;
	font-family: var(--font-family);
	font-weight: 700;
	font-size: 88px;
	line-height: 110%;
	color: var(--font-color);
}
H2 {
	padding: 0;
	margin: 0 0 40px;
	font-family: var(--font-family);
	font-weight: var(---font-weight);
	font-size: 56px;
	line-height: 60px;
	color: var(--font-color);
}
H3 {
	padding: 0;
	margin: 0 0 24px;
	font-family: var(--font-family);
	font-weight: 700;
	font-size: 32px;
	line-height: 110%;
	color: var(--font-color);
}
H4 {
	padding: 0;
	margin: 0 0 4px;
	font-family: var(--font-family);
	font-weight: var(---font-weight);
	font-size: 16px;
	line-height: 17px;
	color: var(--grey);
}
img {
	border: none;
	outline: none;
	max-width: 100%;
	height: auto;
}
ul,
ol {
	padding: 0;
	margin: 0;
}
ul li,
ol li {
	list-style: none;
}
input[type="text"],
input[type="email"],
input[type="password"],
input[type="number"],
input[type="phone"],
input[type="date"] {
	border: 0;
	border-radius: 45px;
	background: rgba(255, 255, 255, 0.3);
	box-sizing: border-box;
	width: 100%;
	font-family: var(--font-family);
	font-weight: var(--font-weight);
	font-size: 20px;
	line-height: 22px;
	color: var(--grey);
	padding: 30px 90px 30px 30px;
	outline: none;
	-webkit-appearance: none;
}
textarea {
	border: 0;
	border-radius: 20px;
	background: rgba(255, 255, 255, 0.3);
	box-sizing: border-box;
	width: 100%;
	font-family: var(--font-family);
	font-weight: var(--font-weight);
	font-size: 20px;
	line-height: 22px;
	color: var(--grey);
	padding: 30px;
	outline: none;
	resize: none;
	height: 120px;
	-webkit-appearance: none;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="number"]:focus,
input[type="phone"]:focus,
textarea:focus,
input[type="date"]:focus {
	background: rgba(255, 255, 255, 0.4);
}
input[type="text"]:hover,
input[type="email"]:hover,
input[type="password"]:hover,
input[type="number"]:hover,
input[type="phone"]:hover,
textarea:hover,
input[type="date"]:hover {
	background: rgba(255, 255, 255, 0.4);
}
input[type="text"]::placeholder,
input[type="email"]::placeholder,
input[type="password"]::placeholder,
input[type="number"]::placeholder,
input[type="phone"]::placeholder,
textarea::placeholder,
input[type="date"]::placeholder {
	color: var(--grey);
}
input[type="submit"],
button,
.btn {
	outline: none;
	font-family: var(--font-family);
	font-weight: var(--font-weight);
	font-size: 20px;
	line-height: normal;
	text-align: center;
	color: var(--white);
	-webkit-appearance: none;
	cursor: pointer;
	text-decoration: none;
	border: 0;
	box-sizing: border-box;
	display: block;
	width: max-content;
	padding: 20px 40px;
	border-radius: 70px;
	background: var(--font-color);
}
input[type="submit"]:hover,
button:hover,
.btn:hover {
	border: 0;
	color: var(--font-color-default);
	background: #c5f363;
}
input[type="submit"]:active,
button:active,
.btn:active {
	border: 0;
	color: var(--font-color-default);
	background: #bae957;
}
.wrapper {
	margin: 0 auto;
	width: 100%;
	/*max-width:1240px;*/
	padding: 0 70px;
	box-sizing: border-box;
}
.flex {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.grid {
	display: grid;
	grid-gap: 30px;
}
.col-2 {
	grid-template-columns: repeat(2, 1fr);
}
.col-3 {
	grid-template-columns: repeat(3, 1fr);
}
.col-4 {
	grid-template-columns: repeat(4, 1fr);
}
.col-5 {
	grid-template-columns: repeat(5, 1fr);
}
.col-6 {
	grid-template-columns: repeat(6, 1fr);
}
.icon {
	display: block;
	mask-size: contain;
	mask-repeat: no-repeat;
	mask-position: center;
	-webkit-mask-size: contain;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
}
/*Icons*/
.back {
	width: 24px;
	height: 18px;
	background-color: var(--font-color);
	mask-image: url("data:image/svg+xml,%3Csvg width='24' height='18' viewBox='0 0 24 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M23 9.725H23.725V8.275H23V9.725ZM1 8.275C0.599594 8.275 0.275 8.59959 0.275 9C0.275 9.40041 0.599594 9.725 1 9.725V8.275ZM23 8.275L1 8.275V9.725L23 9.725V8.275Z' fill='black'/%3E%3Cpath d='M8 16L1 9L8 2' stroke='black' stroke-width='1.45' stroke-linecap='square' stroke-linejoin='round'/%3E%3C/svg%3E");
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg width='24' height='18' viewBox='0 0 24 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M23 9.725H23.725V8.275H23V9.725ZM1 8.275C0.599594 8.275 0.275 8.59959 0.275 9C0.275 9.40041 0.599594 9.725 1 9.725V8.275ZM23 8.275L1 8.275V9.725L23 9.725V8.275Z' fill='black'/%3E%3Cpath d='M8 16L1 9L8 2' stroke='black' stroke-width='1.45' stroke-linecap='square' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.reload {
	width: 21px;
	height: 23px;
	background-color: var(--white);
	mask-image: url("data:image/svg+xml,%3Csvg width='21' height='23' viewBox='0 0 21 23' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.80123 16.317C1.65291 16.3171 1.50748 16.2759 1.38125 16.198C1.25502 16.1202 1.15296 16.0087 1.08651 15.8761C0.143122 13.9991 -0.183994 11.8723 0.151744 9.79859C0.487482 7.72488 1.46896 5.80996 2.9564 4.32654C6.85382 0.428588 13.1958 0.428588 17.0932 4.32654C17.2387 4.47721 17.3192 4.679 17.3174 4.88847C17.3156 5.09793 17.2316 5.29829 17.0835 5.44641C16.9354 5.59453 16.735 5.67854 16.5255 5.68036C16.3161 5.68218 16.1143 5.60166 15.9636 5.45614C12.6877 2.18131 7.3619 2.18131 4.086 5.45614C2.83632 6.70249 2.01176 8.31139 1.72976 10.0537C1.44776 11.796 1.7227 13.5828 2.51542 15.1597C2.57656 15.2815 2.60553 15.4169 2.59958 15.553C2.59364 15.6892 2.55297 15.8215 2.48145 15.9375C2.40993 16.0535 2.30993 16.1492 2.19097 16.2157C2.072 16.2821 1.93802 16.317 1.80177 16.317H1.80123Z' fill='%23FFFFFF'/%3E%3Cpath d='M10.0248 21.3866C8.7122 21.389 7.41203 21.132 6.19902 20.6304C4.986 20.1288 3.88404 19.3925 2.95643 18.4638C2.88222 18.3896 2.82335 18.3015 2.78318 18.2046C2.743 18.1077 2.72231 18.0038 2.72229 17.8989C2.72227 17.794 2.74291 17.6901 2.78303 17.5931C2.82316 17.4962 2.88199 17.4081 2.95616 17.3339C3.03033 17.2597 3.11839 17.2008 3.21531 17.1606C3.31224 17.1205 3.41612 17.0998 3.52104 17.0998C3.62596 17.0997 3.72985 17.1204 3.82679 17.1605C3.92373 17.2006 4.01182 17.2595 4.08603 17.3336C7.36193 20.6085 12.6877 20.6085 15.9636 17.3336C17.2133 16.0873 18.0379 14.4784 18.3199 12.7361C18.6019 10.9938 18.3269 9.20695 17.5342 7.63003C17.4392 7.44061 17.4234 7.22122 17.4901 7.02011C17.5569 6.81901 17.7008 6.65267 17.8902 6.55768C18.0796 6.46269 18.299 6.44683 18.5001 6.5136C18.7012 6.58037 18.8676 6.72429 18.9626 6.91371C19.7271 8.43761 20.0889 10.1318 20.0137 11.835C19.9385 13.5383 19.4288 15.194 18.533 16.6446C17.6371 18.0952 16.385 19.2924 14.8958 20.1225C13.4066 20.9525 11.7297 21.3877 10.0248 21.3866V21.3866Z' fill='%23FFFFFF'/%3E%3Cpath d='M13.1249 6.02914C12.9205 6.02811 12.7243 5.94878 12.5766 5.80747C12.429 5.66617 12.3411 5.47363 12.331 5.26948C12.321 5.06533 12.3896 4.86511 12.5227 4.71C12.6558 4.5549 12.8433 4.45672 13.0466 4.43566L15.5727 4.18375L15.0662 1.64494C15.0275 1.43827 15.0719 1.2247 15.1897 1.05055C15.3075 0.876388 15.4892 0.755684 15.6954 0.714613C15.9016 0.673541 16.1157 0.715413 16.2912 0.831147C16.4667 0.946881 16.5896 1.12715 16.633 1.33285L17.3115 4.73763C17.3334 4.84694 17.332 4.9596 17.3077 5.06836C17.2834 5.17713 17.2365 5.2796 17.1702 5.36919C17.1039 5.45877 17.0196 5.53349 16.9227 5.58854C16.8257 5.64359 16.7184 5.67775 16.6075 5.68882L13.2054 6.02807C13.1782 6.02807 13.1516 6.02914 13.1249 6.02914Z' fill='%23FFFFFF'/%3E%3Cpath d='M4.19887 22.0998C4.01418 22.0996 3.83524 22.0355 3.69251 21.9183C3.54977 21.8011 3.45205 21.6381 3.41598 21.4569L2.73747 18.0548C2.71567 17.9455 2.71699 17.8328 2.74137 17.724C2.76574 17.6152 2.81262 17.5127 2.87898 17.4231C2.94535 17.3335 3.02974 17.2588 3.12672 17.2038C3.2237 17.1487 3.33112 17.1146 3.44207 17.1036L6.84419 16.7644C7.05501 16.7432 7.2656 16.8066 7.42965 16.9407C7.5937 17.0748 7.69777 17.2686 7.71896 17.4794C7.74014 17.6902 7.67672 17.9008 7.54263 18.0648C7.40854 18.2289 7.21478 18.3329 7.00397 18.3541L4.47794 18.606L4.98389 21.1449C5.00699 21.2608 5.00405 21.3805 4.97528 21.4952C4.94651 21.61 4.89263 21.7169 4.81752 21.8082C4.74241 21.8996 4.64796 21.9731 4.54097 22.0235C4.43399 22.074 4.31714 22.1 4.19887 22.0998V22.0998Z' fill='%23FFFFFF'/%3E%3C/svg%3E%0A");
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg width='21' height='23' viewBox='0 0 21 23' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.80123 16.317C1.65291 16.3171 1.50748 16.2759 1.38125 16.198C1.25502 16.1202 1.15296 16.0087 1.08651 15.8761C0.143122 13.9991 -0.183994 11.8723 0.151744 9.79859C0.487482 7.72488 1.46896 5.80996 2.9564 4.32654C6.85382 0.428588 13.1958 0.428588 17.0932 4.32654C17.2387 4.47721 17.3192 4.679 17.3174 4.88847C17.3156 5.09793 17.2316 5.29829 17.0835 5.44641C16.9354 5.59453 16.735 5.67854 16.5255 5.68036C16.3161 5.68218 16.1143 5.60166 15.9636 5.45614C12.6877 2.18131 7.3619 2.18131 4.086 5.45614C2.83632 6.70249 2.01176 8.31139 1.72976 10.0537C1.44776 11.796 1.7227 13.5828 2.51542 15.1597C2.57656 15.2815 2.60553 15.4169 2.59958 15.553C2.59364 15.6892 2.55297 15.8215 2.48145 15.9375C2.40993 16.0535 2.30993 16.1492 2.19097 16.2157C2.072 16.2821 1.93802 16.317 1.80177 16.317H1.80123Z' fill='%23FFFFFF'/%3E%3Cpath d='M10.0248 21.3866C8.7122 21.389 7.41203 21.132 6.19902 20.6304C4.986 20.1288 3.88404 19.3925 2.95643 18.4638C2.88222 18.3896 2.82335 18.3015 2.78318 18.2046C2.743 18.1077 2.72231 18.0038 2.72229 17.8989C2.72227 17.794 2.74291 17.6901 2.78303 17.5931C2.82316 17.4962 2.88199 17.4081 2.95616 17.3339C3.03033 17.2597 3.11839 17.2008 3.21531 17.1606C3.31224 17.1205 3.41612 17.0998 3.52104 17.0998C3.62596 17.0997 3.72985 17.1204 3.82679 17.1605C3.92373 17.2006 4.01182 17.2595 4.08603 17.3336C7.36193 20.6085 12.6877 20.6085 15.9636 17.3336C17.2133 16.0873 18.0379 14.4784 18.3199 12.7361C18.6019 10.9938 18.3269 9.20695 17.5342 7.63003C17.4392 7.44061 17.4234 7.22122 17.4901 7.02011C17.5569 6.81901 17.7008 6.65267 17.8902 6.55768C18.0796 6.46269 18.299 6.44683 18.5001 6.5136C18.7012 6.58037 18.8676 6.72429 18.9626 6.91371C19.7271 8.43761 20.0889 10.1318 20.0137 11.835C19.9385 13.5383 19.4288 15.194 18.533 16.6446C17.6371 18.0952 16.385 19.2924 14.8958 20.1225C13.4066 20.9525 11.7297 21.3877 10.0248 21.3866V21.3866Z' fill='%23FFFFFF'/%3E%3Cpath d='M13.1249 6.02914C12.9205 6.02811 12.7243 5.94878 12.5766 5.80747C12.429 5.66617 12.3411 5.47363 12.331 5.26948C12.321 5.06533 12.3896 4.86511 12.5227 4.71C12.6558 4.5549 12.8433 4.45672 13.0466 4.43566L15.5727 4.18375L15.0662 1.64494C15.0275 1.43827 15.0719 1.2247 15.1897 1.05055C15.3075 0.876388 15.4892 0.755684 15.6954 0.714613C15.9016 0.673541 16.1157 0.715413 16.2912 0.831147C16.4667 0.946881 16.5896 1.12715 16.633 1.33285L17.3115 4.73763C17.3334 4.84694 17.332 4.9596 17.3077 5.06836C17.2834 5.17713 17.2365 5.2796 17.1702 5.36919C17.1039 5.45877 17.0196 5.53349 16.9227 5.58854C16.8257 5.64359 16.7184 5.67775 16.6075 5.68882L13.2054 6.02807C13.1782 6.02807 13.1516 6.02914 13.1249 6.02914Z' fill='%23FFFFFF'/%3E%3Cpath d='M4.19887 22.0998C4.01418 22.0996 3.83524 22.0355 3.69251 21.9183C3.54977 21.8011 3.45205 21.6381 3.41598 21.4569L2.73747 18.0548C2.71567 17.9455 2.71699 17.8328 2.74137 17.724C2.76574 17.6152 2.81262 17.5127 2.87898 17.4231C2.94535 17.3335 3.02974 17.2588 3.12672 17.2038C3.2237 17.1487 3.33112 17.1146 3.44207 17.1036L6.84419 16.7644C7.05501 16.7432 7.2656 16.8066 7.42965 16.9407C7.5937 17.0748 7.69777 17.2686 7.71896 17.4794C7.74014 17.6902 7.67672 17.9008 7.54263 18.0648C7.40854 18.2289 7.21478 18.3329 7.00397 18.3541L4.47794 18.606L4.98389 21.1449C5.00699 21.2608 5.00405 21.3805 4.97528 21.4952C4.94651 21.61 4.89263 21.7169 4.81752 21.8082C4.74241 21.8996 4.64796 21.9731 4.54097 22.0235C4.43399 22.074 4.31714 22.1 4.19887 22.0998V22.0998Z' fill='%23FFFFFF'/%3E%3C/svg%3E%0A");
}
svg path,
svg rect,
a,
.icon,
input[type="submit"],
button,
.btn,
input[type="text"],
input[type="email"],
input[type="password"],
input[type="number"],
input[type="phone"],
textarea,
.jq-selectbox__dropdown,
label,
img,
#slider .swiper-slide,
.label,
.tabber-box a:before,
#menuBtn span {
	-moz-transition: var(--animation);
	-webkit-transition: var(--animation);
	transition: var(--animation);
}
header {
	position: relative;
	z-index: 3;
	color: var(--white);
}
.site-box__container {
	position: relative;
	min-height: 100vh;
	height: 100%;
	padding: 44px 0 127px;
	box-sizing: border-box;
	display: flex;
	flex-flow: column;
	align-items: flex-start;
	justify-content: space-between;
}
.site-box__right {
	display: flex;
	align-items: center;
	column-gap: 20px;
}
.site-box__auth {
	display: inline-block;
	border: 1px solid #fff;
	border-radius: 100px;
	padding: 10px 23px;
	font-weight: 400;
	font-size: 16px;
	line-height: 120%;
	text-align: center;
	color: #fff;
}
.site-box__auth:hover {
	color: #939393;
	border-color: #939393;
}
.video-box {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 1;
}
.video-box:before {
	content: "";
	position: absolute;
	z-index: 2;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 72.86%);
}
.video-box video {
	position: absolute;
	height: 100%;
	width: 100%;
	object-fit: cover;
}
main > div:has(.search-page) {
	position: relative;
	z-index: 3;
}
.logo {
	font-weight: 700;
	font-size: 44px;
	line-height: 110%;
	letter-spacing: -0.02em;
	color: #f3f3f3;
}
.language {
	font-weight: 500;
	font-size: 20px;
	line-height: 110%;
}
.language a {
	color: var(--link);
}
.language a:hover {
	color: var(--white);
}
.language a:not(:first-child),
.language span:not(:first-child) {
	margin-left: 12px;
	padding-left: 12px;
	border-left: 1px solid var(--white);
}
.search-page,
.search-page h1 {
	color: var(--white);
}
.search-page h1 {
	margin: 0 0 84px;
}
.search-page input[type="submit"] {
	position: absolute;
	right: 3px;
	top: 3px;
	bottom: 3px;
	padding: 0;
	border-radius: 50%;
	width: 79px;
	z-index: 2;
	background: var(--white)
		url("data:image/svg+xml,%3Csvg width='34' height='34' viewBox='0 0 34 34' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.5 30C23.9558 30 30 23.9558 30 16.5C30 9.04416 23.9558 3 16.5 3C9.04416 3 3 9.04416 3 16.5C3 23.9558 9.04416 30 16.5 30Z' stroke='black' stroke-width='1.97672' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M31 31L28 28' stroke='black' stroke-width='1.97672' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A")
		no-repeat center center;
}
.search-page input[type="submit"]:hover {
}
.search-box {
	column-gap: 50px;
}
.search-form {
	position: relative;
	flex-shrink: 0;
	max-width: 473px;
	width: 100%;
}
.search-left {
	font-size: 30px;
	line-height: 33px;
	width: 100%;
	max-width: 700px;
}
.search-form__container {
	position: relative;
}
.search-container {
	background: #f3f3f3;
	border-radius: 36px 36px 0px 0px;
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 90px 0;
	z-index: 5;
	-moz-transition: all ease-out 0.6s;
	-webkit-transition: all ease-out 0.6s;
	transition: all ease-out 0.6s;
}
.search-container.hidden {
	bottom: -100%;
}
.search-container.hidden.open {
	bottom: 0;
}
.search-message {
	font-size: 14px !important;
	position: absolute;
	top: -40px;
	left: 30px;
}
.search-message p {
	margin: 0;
}
.search-message font.notetext {
	color: var(--grey) !important;
}
.ajax-preloader-wrap {
	position: fixed;
	left: 50%;
	margin-left: -12px;
	bottom: 40px;
	z-index: 10;
	animation: loader 0.7s infinite ease-in-out;
}
@keyframes loader {
	0% {
		transform: rotate(0);
	}
	100% {
		transform: rotate(360deg);
	}
}
.back-btn {
	justify-content: flex-start;
	column-gap: 20px;
	font-weight: 500;
	font-size: 14px;
	line-height: 110%;
	margin: 0 0 50px;
	width: max-content;
}
.track-box {
	font-weight: 700;
	font-size: 32px;
	line-height: 110%;
}
.track-weight__box {
	justify-content: flex-start;
	column-gap: 80px;
	margin: 26px 0 0;
	font-weight: 700;
}
.track-weight__box h4 {
	font-weight: var(--font-weight);
}
.status-box {
	margin: 63px 0 0;
}
.track-history__icon {
	width: 44px;
	height: 44px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #ebebeb;
	border-radius: 50%;
	position: relative;
	z-index: 2;
	flex-shrink: 0;
}
.track-history__icon img {
	display: block;
}
.track-history {
	align-items: normal;
	column-gap: 40px;
}
.track-history__txt {
	font-size: 16px;
	line-height: 120%;
	color: #adadad;
	display: flex;
	flex-flow: column;
	justify-content: space-between;
	height: 100%;
}
.track-history__item {
	width: 100%;
	position: relative;
	display: flex;
	flex-flow: column;
	row-gap: 12px;
}
.track-history__item:before {
	content: "";
	position: absolute;
	top: 21px;
	left: 0;
	right: -40px;
	height: 2px;
	background-image: url("data:image/svg+xml,%3Csvg width='296' height='2' viewBox='0 0 296 2' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_175_35423)'%3E%3Crect width='2' height='2' fill='%23A1A1A1'/%3E%3Crect x='6' width='2' height='2' fill='%23A1A1A1'/%3E%3Crect x='12' width='2' height='2' fill='%23A1A1A1'/%3E%3Crect x='18' width='2' height='2' fill='%23A1A1A1'/%3E%3Crect x='24' width='2' height='2' fill='%23A1A1A1'/%3E%3Crect x='30' width='2' height='2' fill='%23A1A1A1'/%3E%3Crect x='36' width='2' height='2' fill='%23A1A1A1'/%3E%3Crect x='42' width='2' height='2' fill='%23A1A1A1'/%3E%3Crect x='48' width='2' height='2' fill='%23A1A1A1'/%3E%3Crect x='54' width='2' height='2' fill='%23A1A1A1'/%3E%3Crect x='60' width='2' height='2' fill='%23A1A1A1'/%3E%3Crect x='66' width='2' height='2' fill='%23A1A1A1'/%3E%3Crect x='72' width='2' height='2' fill='%23A1A1A1'/%3E%3Crect x='78' width='2' height='2' fill='%23A1A1A1'/%3E%3Crect x='84' width='2' height='2' fill='%23A1A1A1'/%3E%3Crect x='90' width='2' height='2' fill='%23A1A1A1'/%3E%3Crect x='96' width='2' height='2' fill='%23A1A1A1'/%3E%3Crect x='102' width='2' height='2' fill='%23A1A1A1'/%3E%3Crect x='108' width='2' height='2' fill='%23A1A1A1'/%3E%3Crect x='114' width='2' height='2' fill='%23A1A1A1'/%3E%3Crect x='120' width='2' height='2' fill='%23A1A1A1'/%3E%3Crect x='126' width='2' height='2' fill='%23A1A1A1'/%3E%3Crect x='132' width='2' height='2' fill='%23A1A1A1'/%3E%3Crect x='138' width='2' height='2' fill='%23A1A1A1'/%3E%3Crect x='144' width='2' height='2' fill='%23A1A1A1'/%3E%3Crect x='150' width='2' height='2' fill='%23A1A1A1'/%3E%3Crect x='156' width='2' height='2' fill='%23A1A1A1'/%3E%3Crect x='162' width='2' height='2' fill='%23A1A1A1'/%3E%3Crect x='168' width='2' height='2' fill='%23A1A1A1'/%3E%3Crect x='174' width='2' height='2' fill='%23A1A1A1'/%3E%3Crect x='180' width='2' height='2' fill='%23A1A1A1'/%3E%3Crect x='186' width='2' height='2' fill='%23A1A1A1'/%3E%3Crect x='192' width='2' height='2' fill='%23A1A1A1'/%3E%3Crect x='198' width='2' height='2' fill='%23A1A1A1'/%3E%3Crect x='204' width='2' height='2' fill='%23A1A1A1'/%3E%3Crect x='210' width='2' height='2' fill='%23A1A1A1'/%3E%3Crect x='216' width='2' height='2' fill='%23A1A1A1'/%3E%3Crect x='222' width='2' height='2' fill='%23A1A1A1'/%3E%3Crect x='228' width='2' height='2' fill='%23A1A1A1'/%3E%3Crect x='234' width='2' height='2' fill='%23A1A1A1'/%3E%3Crect x='240' width='2' height='2' fill='%23A1A1A1'/%3E%3Crect x='246' width='2' height='2' fill='%23A1A1A1'/%3E%3Crect x='252' width='2' height='2' fill='%23A1A1A1'/%3E%3Crect x='258' width='2' height='2' fill='%23A1A1A1'/%3E%3Crect x='264' width='2' height='2' fill='%23A1A1A1'/%3E%3Crect x='270' width='2' height='2' fill='%23A1A1A1'/%3E%3Crect x='276' width='2' height='2' fill='%23A1A1A1'/%3E%3Crect x='282' width='2' height='2' fill='%23A1A1A1'/%3E%3Crect x='288' width='2' height='2' fill='%23A1A1A1'/%3E%3Crect x='294' width='2' height='2' fill='%23A1A1A1'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_175_35423'%3E%3Crect width='296' height='2' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
.track-history__item:last-child {
	text-align: right;
}
.track-history__item:last-child:before {
	right: 0;
}
.track-history__item:last-child .track-history__icon {
	margin: 0 0 0 auto;
}
.active .track-history__icon {
	border: 1px solid #3d3838;
}
.selected .track-history__icon {
	background: var(--font-color);
	border: 1px solid var(--font-color);
}
.selected .track-history__txt {
	font-weight: 700;
	color: var(--font-color);
}
.active .track-history__txt {
	color: var(--font-color);
}
.track-history__txt span {
	color: #0286f0;
}
.track-history__item.active:before,
.track-history__item.selected:last-child:before {
	background-image: url("data:image/svg+xml,%3Csvg width='296' height='2' viewBox='0 0 296 2' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_175_35423)'%3E%3Crect width='2' height='2' fill='%23000000'/%3E%3Crect x='6' width='2' height='2' fill='%23000000'/%3E%3Crect x='12' width='2' height='2' fill='%23000000'/%3E%3Crect x='18' width='2' height='2' fill='%23000000'/%3E%3Crect x='24' width='2' height='2' fill='%23000000'/%3E%3Crect x='30' width='2' height='2' fill='%23000000'/%3E%3Crect x='36' width='2' height='2' fill='%23000000'/%3E%3Crect x='42' width='2' height='2' fill='%23000000'/%3E%3Crect x='48' width='2' height='2' fill='%23000000'/%3E%3Crect x='54' width='2' height='2' fill='%23000000'/%3E%3Crect x='60' width='2' height='2' fill='%23000000'/%3E%3Crect x='66' width='2' height='2' fill='%23000000'/%3E%3Crect x='72' width='2' height='2' fill='%23000000'/%3E%3Crect x='78' width='2' height='2' fill='%23000000'/%3E%3Crect x='84' width='2' height='2' fill='%23000000'/%3E%3Crect x='90' width='2' height='2' fill='%23000000'/%3E%3Crect x='96' width='2' height='2' fill='%23000000'/%3E%3Crect x='102' width='2' height='2' fill='%23000000'/%3E%3Crect x='108' width='2' height='2' fill='%23000000'/%3E%3Crect x='114' width='2' height='2' fill='%23000000'/%3E%3Crect x='120' width='2' height='2' fill='%23000000'/%3E%3Crect x='126' width='2' height='2' fill='%23000000'/%3E%3Crect x='132' width='2' height='2' fill='%23000000'/%3E%3Crect x='138' width='2' height='2' fill='%23000000'/%3E%3Crect x='144' width='2' height='2' fill='%23000000'/%3E%3Crect x='150' width='2' height='2' fill='%23000000'/%3E%3Crect x='156' width='2' height='2' fill='%23000000'/%3E%3Crect x='162' width='2' height='2' fill='%23000000'/%3E%3Crect x='168' width='2' height='2' fill='%23000000'/%3E%3Crect x='174' width='2' height='2' fill='%23000000'/%3E%3Crect x='180' width='2' height='2' fill='%23000000'/%3E%3Crect x='186' width='2' height='2' fill='%23000000'/%3E%3Crect x='192' width='2' height='2' fill='%23000000'/%3E%3Crect x='198' width='2' height='2' fill='%23000000'/%3E%3Crect x='204' width='2' height='2' fill='%23000000'/%3E%3Crect x='210' width='2' height='2' fill='%23000000'/%3E%3Crect x='216' width='2' height='2' fill='%23000000'/%3E%3Crect x='222' width='2' height='2' fill='%23000000'/%3E%3Crect x='228' width='2' height='2' fill='%23000000'/%3E%3Crect x='234' width='2' height='2' fill='%23000000'/%3E%3Crect x='240' width='2' height='2' fill='%23000000'/%3E%3Crect x='246' width='2' height='2' fill='%23000000'/%3E%3Crect x='252' width='2' height='2' fill='%23000000'/%3E%3Crect x='258' width='2' height='2' fill='%23000000'/%3E%3Crect x='264' width='2' height='2' fill='%23000000'/%3E%3Crect x='270' width='2' height='2' fill='%23000000'/%3E%3Crect x='276' width='2' height='2' fill='%23000000'/%3E%3Crect x='282' width='2' height='2' fill='%23000000'/%3E%3Crect x='288' width='2' height='2' fill='%23000000'/%3E%3Crect x='294' width='2' height='2' fill='%23000000'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_175_35423'%3E%3Crect width='296' height='2' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
.selected .track-history__icon img {
	filter: brightness(5);
}
.track-time {
	font-size: 16px;
	line-height: 16px;
	color: #a1a1a1;
	font-weight: var(--font-weight) !important;
	margin: 8px 0 0;
}
@media screen and (max-width: 1200px) {
	h1 {
		font-size: 42px;
		line-height: 110%;
	}
	h2 {
		font-size: 42px;
		line-height: 110%;
	}
	h3 {
		font-size: 28px;
		line-height: 26px;
	}
	h4 {
		font-size: 14px;
		line-height: 16px;
	}
	.search-left {
		font-size: 20px;
		line-height: 24px;
	}
	.search-page h1 {
		margin: 0 0 16px;
	}
	.wrapper {
		padding: 0 20px;
	}
}
@media screen and (max-width: 800px) {
	.search-box {
		flex-flow: column;
		row-gap: 48px;
		align-items: flex-start;
	}
	.track-history {
		flex-flow: column-reverse;
		row-gap: 32px;
	}
	.track-history__item {
		align-items: center;
		column-gap: 16px;
		flex-flow: row;
	}
	.track-history__icon {
		width: 40px;
		height: 40px;
		margin: 0;
		flex-shrink: 0;
	}
	.track-history__item:before {
		background: url("data:image/svg+xml,%3Csvg width='2' height='32' viewBox='0 0 2 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_101_4083)'%3E%3Crect x='0.5' y='32' width='1' height='1' transform='rotate(-90 0.5 32)' fill='%23A1A1A1'/%3E%3Crect x='0.5' y='29' width='1' height='1' transform='rotate(-90 0.5 29)' fill='%23A1A1A1'/%3E%3Crect x='0.5' y='26' width='1' height='1' transform='rotate(-90 0.5 26)' fill='%23A1A1A1'/%3E%3Crect x='0.5' y='23' width='1' height='1' transform='rotate(-90 0.5 23)' fill='%23A1A1A1'/%3E%3Crect x='0.5' y='20' width='1' height='1' transform='rotate(-90 0.5 20)' fill='%23A1A1A1'/%3E%3Crect x='0.5' y='17' width='1' height='1' transform='rotate(-90 0.5 17)' fill='%23A1A1A1'/%3E%3Crect x='0.5' y='14' width='1' height='1' transform='rotate(-90 0.5 14)' fill='%23A1A1A1'/%3E%3Crect x='0.5' y='11' width='1' height='1' transform='rotate(-90 0.5 11)' fill='%23A1A1A1'/%3E%3Crect x='0.5' y='8' width='1' height='1' transform='rotate(-90 0.5 8)' fill='%23A1A1A1'/%3E%3Crect x='0.5' y='5' width='1' height='1' transform='rotate(-90 0.5 5)' fill='%23A1A1A1'/%3E%3Crect x='0.5' y='2' width='1' height='1' transform='rotate(-90 0.5 2)' fill='%23A1A1A1'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_101_4083'%3E%3Crect width='32' height='1' fill='white' transform='matrix(0 -1 1 0 0.5 32)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A")
			repeat-y top center;
		width: 2px;
		right: auto;
		top: -40px;
		bottom: 5px;
		left: 19px;
		height: auto;
	}
	.track-history__item.active:before {
		background: url("data:image/svg+xml,%3Csvg width='2' height='32' viewBox='0 0 2 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_101_4083)'%3E%3Crect x='0.5' y='32' width='1' height='1' transform='rotate(-90 0.5 32)' fill='%23000000'/%3E%3Crect x='0.5' y='29' width='1' height='1' transform='rotate(-90 0.5 29)' fill='%23000000'/%3E%3Crect x='0.5' y='26' width='1' height='1' transform='rotate(-90 0.5 26)' fill='%23000000'/%3E%3Crect x='0.5' y='23' width='1' height='1' transform='rotate(-90 0.5 23)' fill='%23000000'/%3E%3Crect x='0.5' y='20' width='1' height='1' transform='rotate(-90 0.5 20)' fill='%23000000'/%3E%3Crect x='0.5' y='17' width='1' height='1' transform='rotate(-90 0.5 17)' fill='%23000000'/%3E%3Crect x='0.5' y='14' width='1' height='1' transform='rotate(-90 0.5 14)' fill='%23000000'/%3E%3Crect x='0.5' y='11' width='1' height='1' transform='rotate(-90 0.5 11)' fill='%23000000'/%3E%3Crect x='0.5' y='8' width='1' height='1' transform='rotate(-90 0.5 8)' fill='%23000000'/%3E%3Crect x='0.5' y='5' width='1' height='1' transform='rotate(-90 0.5 5)' fill='%23000000'/%3E%3Crect x='0.5' y='2' width='1' height='1' transform='rotate(-90 0.5 2)' fill='%23000000'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_101_4083'%3E%3Crect width='32' height='1' fill='white' transform='matrix(0 -1 1 0 0.5 32)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A")
			repeat-y top center;
	}
	.search-container {
		overflow: hidden;
		overflow-y: auto;
		max-height: 100%;
		border-radius: 0;
		background: var(--font-color);
		padding: 28px 0 0;
	}
	.search-box__items {
		background: #f3f3f3;
		border-radius: 16px 16px 0px 0px;
		margin: 0 -20px;
		padding: 35px 20px 50px;
		height: 100%;
		box-sizing: border-box;
	}
	.track-history__item:last-child:before {
		right: auto;
		top: 0;
	}
	.search-container.hidden {
		bottom: auto;
		top: 100%;
	}
	.search-container.hidden.open {
		top: 0;
	}
	.back-btn {
		color: var(--white);
	}
	.back-btn i {
		background-color: var(--white);
	}
	.track-history__item:last-child {
		text-align: left;
	}
	.track-history__item:last-child .track-history__icon {
		margin: 0;
	}
	.search-message {
		position: relative;
		top: auto;
		left: auto;
		margin: 0 0 10px;
	}
	.search-container .wrapper {
		height: 100%;
		display: flex;
		flex-flow: column;
		justify-content: space-between;
	}
	.track-history__txt {
		align-items: center;
		width: 100%;
		column-gap: 15px;
		flex-flow: row;
	}
	.track-time {
		margin: 0;
		font-size: 12px;
		line-height: 12px;
		flex-shrink: 0;
	}
}
@media screen and (max-width: 736px) {
	body {
		font-size: 14px;
		line-height: 16px;
	}
	h1 {
		font-size: 32px;
		line-height: 110%;
	}
	h2 {
		font-size: 32px;
		line-height: 110%;
	}
	h3 {
		font-size: 24px;
		line-height: 26px;
	}
	h4 {
		font-size: 14px;
		line-height: 16px;
	}
	.search-left {
		font-size: 16px;
		line-height: 18px;
	}
	.site-box__container {
		padding: 25px 0 70px;
	}
	.logo {
		font-size: 28px;
		line-height: 30px;
	}
	.language {
		font-size: 14px;
		line-height: 16px;
	}
	input[type="text"],
	input[type="email"],
	input[type="password"],
	input[type="number"],
	input[type="phone"],
	input[type="date"] {
		padding: 22px 66px 22px 20px;
		font-size: 14px;
		line-height: 16px;
	}
	.search-page input[type="submit"] {
		width: 56px;
		height: 56px;
		background-size: 50% 50%;
		top: 2px;
		right: 2px;
	}
	.track-box {
		font-size: 24px;
		line-height: 26px;
	}
	.track-weight__box {
		column-gap: 20px;
	}
	.status-box {
		margin: 40px 0 0;
		padding: 40px 0 0;
		border-top: 1px dashed #adadad;
	}
	.search-container .wrapper {
		height: auto;
	}
}
@media screen and (max-width: 440px) {
	.track-weight__box {
		justify-content: space-between;
	}
}

/* End */
/* /local/templates/pmcargo/css/fancybox.css?171230585525274 */
/* /local/templates/pmcargo/styles.css?1496228585681 */
/* /local/templates/pmcargo/template_styles.css?175222193731127 */
