

/* Start:/local/templates/rekro2025/assets/plugins/fancybox/fancybox.css?171999994025343*/
: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/rekro2025/assets/plugins/swiper/swiper-bundle.min.css?170775436118435*/
/**
 * Swiper 11.0.6
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2024 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: February 5, 2024
 */

@font-face{font-family:swiper-icons;src:url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}:host{position:relative;display:block;margin-left:auto;margin-right:auto;z-index:1}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper::before{content:'';flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;transform:translateZ(0)}.swiper-virtual.swiper-css-mode .swiper-wrapper::after{content:'';position:absolute;left:0;top:0;pointer-events:none}.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after{height:1px;width:var(--swiper-virtual-size)}.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after{width:1px;height:var(--swiper-virtual-size)}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:var(--swiper-navigation-top-offset,50%);width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size)/ 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{display:none!important}.swiper-button-next svg,.swiper-button-prev svg{width:100%;height:100%;object-fit:contain;transform-origin:center}.swiper-rtl .swiper-button-next svg,.swiper-rtl .swiper-button-prev svg{transform:rotate(180deg)}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:var(--swiper-navigation-sides-offset,10px);right:auto}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset,10px);left:auto}.swiper-button-lock{display:none}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;font-variant:initial;line-height:1}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset,10px);left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:'next'}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:var(--swiper-pagination-bottom,8px);top:var(--swiper-pagination-top,auto);left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));display:inline-block;border-radius:var(--swiper-pagination-bullet-border-radius,50%);background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:var(--swiper-pagination-right,8px);left:var(--swiper-pagination-left,auto);top:50%;transform:translate3d(0px,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-fraction{color:var(--swiper-pagination-fraction-color,inherit)}.swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color,rgba(0,0,0,.25));position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:var(--swiper-pagination-progressbar-size,4px);left:0;top:0}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{width:var(--swiper-pagination-progressbar-size,4px);height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:var(--swiper-scrollbar-border-radius,10px);position:relative;touch-action:none;background:var(--swiper-scrollbar-bg-color,rgba(0,0,0,.1))}.swiper-scrollbar-disabled>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-disabled{display:none!important}.swiper-horizontal>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal{position:absolute;left:var(--swiper-scrollbar-sides-offset,1%);bottom:var(--swiper-scrollbar-bottom,4px);top:var(--swiper-scrollbar-top,auto);z-index:50;height:var(--swiper-scrollbar-size,4px);width:calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%))}.swiper-scrollbar.swiper-scrollbar-vertical,.swiper-vertical>.swiper-scrollbar{position:absolute;left:var(--swiper-scrollbar-left,auto);right:var(--swiper-scrollbar-right,4px);top:var(--swiper-scrollbar-sides-offset,1%);z-index:50;width:var(--swiper-scrollbar-size,4px);height:calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%))}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:var(--swiper-scrollbar-drag-bg-color,rgba(0,0,0,.5));border-radius:var(--swiper-scrollbar-border-radius,10px);left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move;touch-action:none}.swiper .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active{pointer-events:auto}.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube{overflow:visible}.swiper-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-cube.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;opacity:.6;z-index:0}.swiper-cube .swiper-cube-shadow:before{content:'';background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px)}.swiper-cube .swiper-slide-next+.swiper-slide{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-flip{overflow:visible}.swiper-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-creative .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{transform-origin:center bottom;-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden}
/* End */


/* Start:/local/templates/rekro2025/assets/plugins/basictable/basictable.min.css?1775194230828*/
table.bt thead,table.bt tbody th{display:none}table.bt tfoot th,table.bt tfoot td,table.bt tbody td{border:0;display:block;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;vertical-align:top;float:left\9;width:100%\9}table.bt tfoot th::before,table.bt tfoot td::before,table.bt tbody td::before{content:attr(data-th) ": ";display:inline-block;-webkit-flex-shrink:0;-ms-flex-shrink:0;flex-shrink:0;font-weight:bold;width:6.5em}table.bt tfoot th.bt-hide,table.bt tfoot td.bt-hide,table.bt tbody td.bt-hide{display:none}table.bt tfoot th .bt-content,table.bt tfoot td .bt-content,table.bt tbody td .bt-content{vertical-align:top}.bt-wrapper.active{max-height:310px;overflow:auto;-webkit-overflow-scrolling:touch}table.bt.bt--no-header tfoot td::before,table.bt.bt--no-header tbody td::before{display:none}

/* End */


/* Start:/local/templates/rekro2025/assets/css/main.css?1778671549369422*/
@charset "UTF-8";
:root {
    --base-size: 1vw;
    --font-primary: "Raleway", Arial, sans-serif;
    --font-secondary: "Raleway", Arial, sans-serif;
    --black: #000000;
    --white: #ffffff;
    --gold: #C8A055;
    --gold-hover: #c4923c;
    --dark: #1B1B1B;
    --blue: #5373E1;
    --gray: #454B5D;
    --font-size-base: 1rem;
    --line-height-base: 1.5;
    --transition-time: all .25s ease;
    --shadow: 0 0 0 #fff;
}

/**
 * Swiper 11.2.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2025 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: January 2, 2025
 */
@font-face {
    font-family: "swiper-icons";
    src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
    font-weight: 400;
    font-style: normal;
}
:root {
    --swiper-theme-color: #007aff;
    /*
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */
}

:host {
    position: relative;
    display: block;
    margin-left: auto;
    margin-right: auto;
    z-index: 1;
}

.swiper {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    /* Fix of Webkit flickering */
    z-index: 1;
    display: block;
}

.swiper-vertical > .swiper-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
    transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
    -webkit-transform: translate3d(0px, 0, 0);
    transform: translate3d(0px, 0, 0);
}

.swiper-horizontal {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
}

.swiper-vertical {
    -ms-touch-action: pan-x;
    touch-action: pan-x;
}

.swiper-slide {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    display: block;
}

.swiper-slide-invisible-blank {
    visibility: hidden;
}

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
    height: auto;
}

.swiper-autoheight .swiper-wrapper {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-transition-property: height, -webkit-transform;
    transition-property: height, -webkit-transform;
    transition-property: transform, height;
    transition-property: transform, height, -webkit-transform;
}

.swiper-backface-hidden .swiper-slide {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

/* 3D Effects */
.swiper-3d.swiper-css-mode .swiper-wrapper {
    -webkit-perspective: 1200px;
    perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.swiper-3d {
    -webkit-perspective: 1200px;
    perspective: 1200px;
}
.swiper-3d .swiper-slide,
.swiper-3d .swiper-cube-shadow {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
    overflow: auto;
    scrollbar-width: none; /* For Firefox */
    -ms-overflow-style: none; /* For Internet Explorer and Edge */
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
    display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: start start;
}
.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
    -ms-scroll-snap-type: x mandatory;
    scroll-snap-type: x mandatory;
}
.swiper-css-mode.swiper-vertical > .swiper-wrapper {
    -ms-scroll-snap-type: y mandatory;
    scroll-snap-type: y mandatory;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
    -ms-scroll-snap-type: none;
    scroll-snap-type: none;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: none;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
    content: "";
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-ordinal-group: 10000;
    -ms-flex-order: 9999;
    order: 9999;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: center center;
    scroll-snap-stop: always;
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
    -webkit-margin-start: var(--swiper-centered-offset-before);
    margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
    height: 100%;
    min-height: 1px;
    width: var(--swiper-centered-offset-after);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
    -webkit-margin-before: var(--swiper-centered-offset-before);
    margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
    width: 100%;
    min-width: 1px;
    height: var(--swiper-centered-offset-after);
}

/* Slide styles start */
/* 3D Shadows */
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
    background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-right {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-top {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-bottom {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    -webkit-transform-origin: 50%;
    -ms-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
    border-radius: 50%;
    border-top-color: transparent;
}

.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
    -webkit-animation: swiper-preloader-spin 1s infinite linear;
    animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
    --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
    --swiper-preloader-color: #000;
}

@-webkit-keyframes swiper-preloader-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes swiper-preloader-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
/* Slide styles end */
: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;
    -webkit-animation: f-spinner-rotate 2s linear infinite;
    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);
    -webkit-animation: f-spinner-dash 2s ease-in-out infinite;
    animation: f-spinner-dash 2s ease-in-out infinite;
}

@-webkit-keyframes f-spinner-rotate {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes f-spinner-rotate {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@-webkit-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;
    }
}
@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 {
    -webkit-animation: var(--f-throw-out-duration, 0.175s) ease-out both f-throwOutUp;
    animation: var(--f-throw-out-duration, 0.175s) ease-out both f-throwOutUp;
}

.f-throwOutDown {
    -webkit-animation: var(--f-throw-out-duration, 0.175s) ease-out both f-throwOutDown;
    animation: var(--f-throw-out-duration, 0.175s) ease-out both f-throwOutDown;
}

@-webkit-keyframes f-throwOutUp {
    to {
        -webkit-transform: translate3d(0, calc(var(--f-throw-out-distance, 150px) * -1), 0);
        transform: translate3d(0, calc(var(--f-throw-out-distance, 150px) * -1), 0);
        opacity: 0;
    }
}

@keyframes f-throwOutUp {
    to {
        -webkit-transform: translate3d(0, calc(var(--f-throw-out-distance, 150px) * -1), 0);
        transform: translate3d(0, calc(var(--f-throw-out-distance, 150px) * -1), 0);
        opacity: 0;
    }
}
@-webkit-keyframes f-throwOutDown {
    to {
        -webkit-transform: translate3d(0, var(--f-throw-out-distance, 150px), 0);
        transform: translate3d(0, var(--f-throw-out-distance, 150px), 0);
        opacity: 0;
    }
}
@keyframes f-throwOutDown {
    to {
        -webkit-transform: translate3d(0, var(--f-throw-out-distance, 150px), 0);
        transform: translate3d(0, var(--f-throw-out-distance, 150px), 0);
        opacity: 0;
    }
}
.f-zoomInUp {
    -webkit-animation: var(--f-transition-duration, 0.2s) ease 0.1s both f-zoomInUp;
    animation: var(--f-transition-duration, 0.2s) ease 0.1s both f-zoomInUp;
}

.f-zoomOutDown {
    -webkit-animation: var(--f-transition-duration, 0.2s) ease both f-zoomOutDown;
    animation: var(--f-transition-duration, 0.2s) ease both f-zoomOutDown;
}

@-webkit-keyframes f-zoomInUp {
    from {
        -webkit-transform: scale(0.975) translate3d(0, 16px, 0);
        transform: scale(0.975) translate3d(0, 16px, 0);
        opacity: 0;
    }
    to {
        -webkit-transform: scale(1) translate3d(0, 0, 0);
        transform: scale(1) translate3d(0, 0, 0);
        opacity: 1;
    }
}

@keyframes f-zoomInUp {
    from {
        -webkit-transform: scale(0.975) translate3d(0, 16px, 0);
        transform: scale(0.975) translate3d(0, 16px, 0);
        opacity: 0;
    }
    to {
        -webkit-transform: scale(1) translate3d(0, 0, 0);
        transform: scale(1) translate3d(0, 0, 0);
        opacity: 1;
    }
}
@-webkit-keyframes f-zoomOutDown {
    to {
        -webkit-transform: scale(0.975) translate3d(0, 16px, 0);
        transform: scale(0.975) translate3d(0, 16px, 0);
        opacity: 0;
    }
}
@keyframes f-zoomOutDown {
    to {
        -webkit-transform: scale(0.975) translate3d(0, 16px, 0);
        transform: scale(0.975) translate3d(0, 16px, 0);
        opacity: 0;
    }
}
.f-fadeIn {
    -webkit-animation: var(--f-transition-duration, 0.2s) ease both f-fadeIn;
    animation: var(--f-transition-duration, 0.2s) ease both f-fadeIn;
    z-index: 2;
}

.f-fadeOut {
    -webkit-animation: var(--f-transition-duration, 0.2s) ease both f-fadeOut;
    animation: var(--f-transition-duration, 0.2s) ease both f-fadeOut;
    z-index: 1;
}

@-webkit-keyframes f-fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes f-fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@-webkit-keyframes f-fadeOut {
    100% {
        opacity: 0;
    }
}
@keyframes f-fadeOut {
    100% {
        opacity: 0;
    }
}
.f-fadeFastIn {
    -webkit-animation: var(--f-transition-duration, 0.2s) ease-out both f-fadeFastIn;
    animation: var(--f-transition-duration, 0.2s) ease-out both f-fadeFastIn;
    z-index: 2;
}

.f-fadeFastOut {
    -webkit-animation: var(--f-transition-duration, 0.1s) ease-out both f-fadeFastOut;
    animation: var(--f-transition-duration, 0.1s) ease-out both f-fadeFastOut;
    z-index: 2;
}

@-webkit-keyframes f-fadeFastIn {
    0% {
        opacity: 0.75;
    }
    100% {
        opacity: 1;
    }
}

@keyframes f-fadeFastIn {
    0% {
        opacity: 0.75;
    }
    100% {
        opacity: 1;
    }
}
@-webkit-keyframes f-fadeFastOut {
    100% {
        opacity: 0;
    }
}
@keyframes f-fadeFastOut {
    100% {
        opacity: 0;
    }
}
.f-fadeSlowIn {
    -webkit-animation: var(--f-transition-duration, 0.5s) ease both f-fadeSlowIn;
    animation: var(--f-transition-duration, 0.5s) ease both f-fadeSlowIn;
    z-index: 2;
}

.f-fadeSlowOut {
    -webkit-animation: var(--f-transition-duration, 0.5s) ease both f-fadeSlowOut;
    animation: var(--f-transition-duration, 0.5s) ease both f-fadeSlowOut;
    z-index: 1;
}

@-webkit-keyframes f-fadeSlowIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes f-fadeSlowIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@-webkit-keyframes f-fadeSlowOut {
    100% {
        opacity: 0;
    }
}
@keyframes f-fadeSlowOut {
    100% {
        opacity: 0;
    }
}
.f-crossfadeIn {
    -webkit-animation: var(--f-transition-duration, 0.2s) ease-out both f-crossfadeIn;
    animation: var(--f-transition-duration, 0.2s) ease-out both f-crossfadeIn;
    z-index: 2;
}

.f-crossfadeOut {
    -webkit-animation: calc(var(--f-transition-duration, 0.2s) * 0.5) linear 0.1s both f-crossfadeOut;
    animation: calc(var(--f-transition-duration, 0.2s) * 0.5) linear 0.1s both f-crossfadeOut;
    z-index: 1;
}

@-webkit-keyframes f-crossfadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes f-crossfadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@-webkit-keyframes f-crossfadeOut {
    100% {
        opacity: 0;
    }
}
@keyframes f-crossfadeOut {
    100% {
        opacity: 0;
    }
}
.f-slideIn.from-next {
    -webkit-animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideInNext;
    animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideInNext;
}

.f-slideIn.from-prev {
    -webkit-animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideInPrev;
    animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideInPrev;
}

.f-slideOut.to-next {
    -webkit-animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideOutNext;
    animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideOutNext;
}

.f-slideOut.to-prev {
    -webkit-animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideOutPrev;
    animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideOutPrev;
}

@-webkit-keyframes f-slideInPrev {
    0% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes f-slideInPrev {
    0% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
@-webkit-keyframes f-slideInNext {
    0% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
@keyframes f-slideInNext {
    0% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
@-webkit-keyframes f-slideOutNext {
    100% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
}
@keyframes f-slideOutNext {
    100% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
}
@-webkit-keyframes f-slideOutPrev {
    100% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }
}
@keyframes f-slideOutPrev {
    100% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }
}
.f-classicIn.from-next {
    -webkit-animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicInNext;
    animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicInNext;
    z-index: 2;
}

.f-classicIn.from-prev {
    -webkit-animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicInPrev;
    animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicInPrev;
    z-index: 2;
}

.f-classicOut.to-next {
    -webkit-animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicOutNext;
    animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicOutNext;
    z-index: 1;
}

.f-classicOut.to-prev {
    -webkit-animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicOutPrev;
    animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicOutPrev;
    z-index: 1;
}

@-webkit-keyframes f-classicInNext {
    0% {
        -webkit-transform: translateX(-75px);
        transform: translateX(-75px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

@keyframes f-classicInNext {
    0% {
        -webkit-transform: translateX(-75px);
        transform: translateX(-75px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}
@-webkit-keyframes f-classicInPrev {
    0% {
        -webkit-transform: translateX(75px);
        transform: translateX(75px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}
@keyframes f-classicInPrev {
    0% {
        -webkit-transform: translateX(75px);
        transform: translateX(75px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}
@-webkit-keyframes f-classicOutNext {
    100% {
        -webkit-transform: translateX(-75px);
        transform: translateX(-75px);
        opacity: 0;
    }
}
@keyframes f-classicOutNext {
    100% {
        -webkit-transform: translateX(-75px);
        transform: translateX(-75px);
        opacity: 0;
    }
}
@-webkit-keyframes f-classicOutPrev {
    100% {
        -webkit-transform: translateX(75px);
        transform: translateX(75px);
        opacity: 0;
    }
}
@keyframes f-classicOutPrev {
    100% {
        -webkit-transform: translateX(75px);
        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: -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-sizing: content-box;
    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);
    -webkit-box-shadow: var(--f-button-shadow);
    box-shadow: var(--f-button-shadow);
    pointer-events: all;
    cursor: pointer;
    -webkit-transition: var(--f-button-transition);
    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;
    -webkit-box-shadow: inset 0 0 0 var(--f-button-outline, 2px) var(--f-button-outline-color, var(--f-button-color));
    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;
    -webkit-transition: opacity 0.15s ease;
    transition: opacity 0.15s ease;
    -webkit-transform: var(--f-button-transform);
    -ms-transform: var(--f-button-transform);
    transform: var(--f-button-transform);
    -webkit-filter: var(--f-button-svg-filter);
    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%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-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%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-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 {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

html.with-fancybox {
    width: auto;
    overflow: visible;
    scroll-behavior: auto;
}

html.with-fancybox body {
    -ms-touch-action: none;
    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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-sizing: border-box;
    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;
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    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 {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}

.fancybox__container::-ms-backdrop {
    background-color: rgba(0, 0, 0, 0);
}

.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;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    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: -webkit-grab;
    cursor: grab;
}

.fancybox__viewport.is-dragging {
    cursor: move;
    cursor: -webkit-grabbing;
    cursor: grabbing;
}

.fancybox__track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
    height: 100%;
}

.fancybox__slide {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    position: relative;
    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-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 100%;
    margin: 0 var(--fancybox-slide-gap) 0 0;
    padding: 4px;
    overflow: auto;
    -ms-scroll-chaining: none;
    overscroll-behavior: contain;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    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: "";
    -webkit-box-flex: 0;
    -ms-flex: 0 0 0px;
    flex: 0 0 0;
    margin: auto;
}

.fancybox__content {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    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: -webkit-grab;
    cursor: grab;
}

.can-zoom_in .fancybox__content {
    cursor: -webkit-zoom-in;
    cursor: zoom-in;
}

.can-zoom_out .fancybox__content {
    cursor: -webkit-zoom-out;
    cursor: zoom-out;
}

.is-dragging .fancybox__content {
    cursor: move;
    cursor: -webkit-grabbing;
    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;
    -webkit-transition: none;
    transition: none;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.fancybox__slide.has-image > .fancybox__content > picture > img {
    width: 100%;
    height: auto;
    max-height: 100%;
}

.is-zooming-in .fancybox__viewport:not(.is-dragging) .fancybox__slide:not(.is-selected) .fancybox__content, .is-zooming-out .fancybox__viewport:not(.is-dragging) .fancybox__slide:not(.is-selected) .fancybox__content {
    visibility: hidden;
}

.is-animating .fancybox__content, .is-dragging .fancybox__content {
    -webkit-filter: blur(0px);
    filter: blur(0px);
    will-change: transform, width, height;
}

.fancybox-image {
    margin: auto;
    display: block;
    width: 100%;
    height: 100%;
    min-height: 0;
    -o-object-fit: contain;
    object-fit: contain;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.fancybox__caption {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    max-width: 100%;
    -ms-flex-negative: 0;
    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: 0.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);
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.is-compact .fancybox__footer {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 20;
    background: rgba(24, 24, 27, 0.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 {
    -webkit-animation: 0.15s ease-out both f-fadeOut;
    animation: 0.15s ease-out both f-fadeOut;
}

.is-idle.is-compact .fancybox__footer {
    pointer-events: none;
    -webkit-animation: 0.15s ease-out both f-fadeOut;
    animation: 0.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;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.fancybox-ghost {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    min-height: 0;
    -o-object-fit: contain;
    object-fit: contain;
    z-index: 40;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    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) {
    -webkit-animation: var(--f-interface-enter-duration, 0.25s) ease 0.1s backwards f-fadeIn;
    animation: var(--f-interface-enter-duration, 0.25s) ease 0.1s backwards f-fadeIn;
}

.fancybox__container.is-animated[aria-hidden=false] .fancybox__backdrop {
    -webkit-animation: var(--f-backdrop-enter-duration, 0.35s) ease backwards f-fadeIn;
    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) {
    -webkit-animation: var(--f-interface-exit-duration, 0.15s) ease forwards f-fadeOut;
    animation: var(--f-interface-exit-duration, 0.15s) ease forwards f-fadeOut;
}

.fancybox__container.is-animated[aria-hidden=true] .fancybox__backdrop {
    -webkit-animation: var(--f-backdrop-exit-duration, 0.35s) ease forwards f-fadeOut;
    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%;
    -ms-flex-negative: 1;
    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, 0.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;
    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;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin: 0;
    overflow: hidden;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-perspective: 1000px;
    perspective: 1000px;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

.f-thumbs .f-spinner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 2px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ebeff2), to(#e2e8f0));
    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;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.f-thumbs__track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.f-thumbs__slide {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: 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: -webkit-max-content;
    width: -moz-max-content;
    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);
    -webkit-transform: translate3d(calc(var(--shift, 0) * -1px), 0, 0);
    transform: translate3d(calc(var(--shift, 0) * -1px), 0, 0);
    -webkit-transition: none;
    transition: none;
    pointer-events: none;
}

.is-modern.is-resting .f-thumbs__slide {
    -webkit-transition: -webkit-transform 0.33s ease;
    transition: -webkit-transform 0.33s ease;
    transition: transform 0.33s ease;
    transition: transform 0.33s ease, -webkit-transform 0.33s ease;
}

.is-modern.is-resting .f-thumbs__slide__button {
    -webkit-transition: clip-path 0.33s ease;
    transition: clip-path 0.33s ease;
}

.is-using-tab .is-modern .f-thumbs__slide:focus-within {
    -webkit-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));
    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 {
    -webkit-appearance: none;
    -moz-appearance: none;
    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;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    opacity: var(--f-thumb-opacity);
    -webkit-transition: opacity 0.2s ease;
    transition: opacity 0.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);
    -webkit-animation: f-fadeIn 0.2s ease-out;
    animation: f-fadeIn 0.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);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    pointer-events: none;
    -o-object-fit: cover;
    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 {
    -ms-flex-wrap: wrap;
    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);
    -webkit-transition: max-height 0.35s cubic-bezier(0.23, 1, 0.32, 1);
    transition: max-height 0.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: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.1)), to(rgba(255, 255, 255, 0.05)));
    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: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.1)), to(rgba(255, 255, 255, 0.05)));
    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 {
    -webkit-transition: none !important;
    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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    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;
    -webkit-animation: 0.15s ease-out both f-fadeOut;
    animation: 0.15s ease-out both f-fadeOut;
}

.fancybox__toolbar__column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-line-pack: start;
    align-content: flex-start;
}

.fancybox__toolbar__column.is-left, .fancybox__toolbar__column.is-right {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
}

.fancybox__toolbar__column.is-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-wrap: nowrap;
    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;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    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: 0.3;
}

[data-fancybox-toggle-slideshow] svg g:first-child {
    display: -webkit-box;
    display: -ms-flexbox;
    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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

[data-fancybox-toggle-fullscreen] svg g:first-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

[data-fancybox-toggle-fullscreen] svg g:last-child {
    display: none;
}

:-webkit-full-screen [data-fancybox-toggle-fullscreen] svg g:first-child {
    display: none;
}

:-ms-fullscreen [data-fancybox-toggle-fullscreen] svg g:first-child {
    display: none;
}

:fullscreen [data-fancybox-toggle-fullscreen] svg g:first-child {
    display: none;
}

:-webkit-full-screen [data-fancybox-toggle-fullscreen] svg g:last-child {
    display: -webkit-box;
    display: flex;
}

:-ms-fullscreen [data-fancybox-toggle-fullscreen] svg g:last-child {
    display: -ms-flexbox;
    display: flex;
}

:fullscreen [data-fancybox-toggle-fullscreen] svg g:last-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.f-progress {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0;
    -ms-transform-origin: 0;
    transform-origin: 0;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    background: var(--f-progress-color, var(--f-carousel-theme-color, #0091ff));
    z-index: 30;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
}

@font-face {
    font-family: "Raleway";
    src: local("Raleway Black"), local("Raleway-Black"), url("/local/templates/rekro2025/assets/css/../fonts/Raleway/Raleway-Black.woff") format("woff");
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Raleway";
    src: local("Raleway ExtraLight"), local("Raleway-ExtraLight"), url("/local/templates/rekro2025/assets/css/../fonts/Raleway/Raleway-ExtraLight.woff") format("woff");
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Raleway";
    src: local("Raleway Medium"), local("Raleway-Medium"), url("/local/templates/rekro2025/assets/css/../fonts/Raleway/Raleway-Medium.woff") format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Raleway";
    src: local("Raleway Light Italic"), local("Raleway-LightItalic"), url("/local/templates/rekro2025/assets/css/../fonts/Raleway/Raleway-LightItalic.woff") format("woff");
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: "Raleway";
    src: local("Raleway"), local("Raleway-Regular"), url("/local/templates/rekro2025/assets/css/../fonts/Raleway/Raleway-Regular.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Raleway";
    src: local("Raleway Light"), local("Raleway-Light"), url("/local/templates/rekro2025/assets/css/../fonts/Raleway/Raleway-Light.woff") format("woff");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Raleway";
    src: local("Raleway Thin"), local("Raleway-Thin"), url("/local/templates/rekro2025/assets/css/../fonts/Raleway/Raleway-Thin.woff") format("woff");
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Raleway";
    src: local("Raleway ExtraBold Italic"), local("Raleway-ExtraBoldItalic"), url("/local/templates/rekro2025/assets/css/../fonts/Raleway/Raleway-ExtraBoldItalic.woff") format("woff");
    font-weight: 800;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: "Raleway";
    src: local("Raleway ExtraLight Italic"), local("Raleway-ExtraLightItalic"), url("/local/templates/rekro2025/assets/css/../fonts/Raleway/Raleway-ExtraLightItalic.woff") format("woff");
    font-weight: 200;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: "Raleway";
    src: local("Raleway Medium Italic"), local("Raleway-MediumItalic"), url("/local/templates/rekro2025/assets/css/../fonts/Raleway/Raleway-MediumItalic.woff") format("woff");
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: "Raleway";
    src: local("Raleway Bold Italic"), local("Raleway-BoldItalic"), url("/local/templates/rekro2025/assets/css/../fonts/Raleway/Raleway-BoldItalic.woff") format("woff");
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: "Raleway";
    src: local("Raleway Thin Italic"), local("Raleway-ThinItalic"), url("/local/templates/rekro2025/assets/css/../fonts/Raleway/Raleway-ThinItalic.woff") format("woff");
    font-weight: 100;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: "Raleway";
    src: local("Raleway SemiBold Italic"), local("Raleway-SemiBoldItalic"), url("/local/templates/rekro2025/assets/css/../fonts/Raleway/Raleway-SemiBoldItalic.woff") format("woff");
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: "Raleway";
    src: local("Raleway SemiBold"), local("Raleway-SemiBold"), url("/local/templates/rekro2025/assets/css/../fonts/Raleway/Raleway-SemiBold.woff") format("woff");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Raleway";
    src: local("Raleway Italic"), local("Raleway-Italic"), url("/local/templates/rekro2025/assets/css/../fonts/Raleway/Raleway-Italic.woff") format("woff");
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: "Raleway";
    src: local("Raleway Bold"), local("Raleway-Bold"), url("/local/templates/rekro2025/assets/css/../fonts/Raleway/Raleway-Bold.woff") format("woff");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Raleway";
    src: local("Raleway ExtraBold"), local("Raleway-ExtraBold"), url("/local/templates/rekro2025/assets/css/../fonts/Raleway/Raleway-ExtraBold.woff") format("woff");
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Raleway";
    src: local("Raleway Black Italic"), local("Raleway-BlackItalic"), url("/local/templates/rekro2025/assets/css/../fonts/Raleway/Raleway-BlackItalic.woff") format("woff");
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}
/*! normalize-scss | MIT/GPLv2 License | bit.ly/normalize-scss */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
    line-height: 1.15; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
    margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
    display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box; /* 1 */
    height: 0; /* 1 */
    overflow: visible; /* 2 */
}

/**
 * Add the correct display in IE.
 */
main {
    display: block;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
    background-color: transparent;
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
    border-bottom: none; /* 1 */
    text-decoration: underline; /* 2 */
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
    font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
    border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
    font-family: inherit; /* 1 */
    font-size: 100%; /* 1 */
    line-height: 1.15; /* 1 */
    margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 */
button {
    overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
    text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
    -webkit-appearance: button;
}

button,
[type=button],
[type=reset],
[type=submit] {
    /**
   * Remove the inner border and padding in Firefox.
   */
    /**
   * Restore the focus styles unset by the previous rule.
   */
}
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

/**
 * Show the overflow in Edge.
 */
input {
    overflow: visible;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
    -webkit-appearance: textfield; /* 1 */
    outline-offset: -2px; /* 2 */
    /**
   * Remove the inner padding in Chrome and Safari on macOS.
   */
}
[type=search]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
    -webkit-appearance: button; /* 1 */
    font: inherit; /* 2 */
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
    padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box; /* 1 */
    display: table; /* 1 */
    max-width: 100%; /* 1 */
    padding: 0; /* 3 */
    color: inherit; /* 2 */
    white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
    vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
    overflow: auto;
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
    display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
    display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE.
 */
template {
    display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
    display: none;
}

*,
*::before,
*::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-overflow-scrolling: touch;
    will-change: scroll-position;
}

* {
    scroll-margin-top: 10.625rem;
}

html {
    height: 100%;
    line-height: 1.5;
    -ms-scroll-chaining: none;
    overscroll-behavior: none;
    --fz-modifier: 4.44444;
    font-size: calc(var(--fz-modifier) * var(--base-size));
}
/*html::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
html::-webkit-scrollbar-thumb {
  background: #C8A055;
}
html::-webkit-scrollbar-track {
  background-color: #444444;
}*/
@media (min-width: 576px) {
    html {
        --fz-modifier: 2.666666;
    }
}
@media (min-width: 768px) {
    html {
        --fz-modifier: 2.0834;
    }
}
@media (min-width: 992px) {
    html {
        --fz-modifier: 1.562499;
    }
}
@media (min-width: 1230px) {
    html {
        --fz-modifier: 0.8333333;
    }
}
body {
    min-height: 100%;
    color: var(--black);
    background-color: var(--white);
    font-family: var(--font-primary);
    -webkit-font-feature-settings: "lnum" 1;
    font-feature-settings: "lnum" 1;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
    margin: 0;
    padding: 0;
    font-weight: 700;
    line-height: 1.2;
    font-family: var(--font-secondary);
}

h1, .h1 {
    font-size: 2.25rem;
    margin-bottom: 2rem;
}

h2, .h2 {
    font-weight: 400;
    font-size: 1.5rem;
    line-height: 1.75rem;
}
@media (min-width: 768px) {
    h2, .h2 {
        font-size: 1.875rem;
        line-height: 2.25rem;
    }
}
@media (min-width: 1230px) {
    h2, .h2 {
        font-size: 2.375rem;
        line-height: 2.8125rem;
    }
}

h3, .h3 {
    font-size: 1.5rem;
    margin-bottom: 1.25rem;
}

h4, .h4 {
    font-size: 1.25rem;
    margin-bottom: 1.25rem;
}

h5, .h5 {
    font-size: 1rem;
    margin-bottom: 1.25rem;
}

h6, .h6 {
    font-size: 0.875rem;
    margin-bottom: 1.25rem;
}

a {
    text-decoration: underline;
}
a:hover {
    text-decoration: none;
}

p {
    margin-top: 0;
    margin-bottom: 1.25rem;
}

ol,
ul {
    padding-left: 2rem;
}

ol,
ul,
dl {
    margin-top: 0;
    margin-bottom: 1.25rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
    margin-bottom: 0;
}

.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;
}
.embed-responsive::before {
    display: block;
    content: "";
}
.embed-responsive .embed_responsive_item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.embed-responsive_21by9::before {
    padding-top: 42.8571428571%;
}

.embed-responsive_16by9::before {
    padding-top: 47.3684210526%;
}

.embed-responsive_4by3::before {
    padding-top: 75%;
}

.embed-responsive_1by1::before {
    padding-top: 100%;
}

.img-fluid {
    height: auto;
    display: block;
    max-width: 100%;
}

.img-cover {
    width: 100%;
    height: 100%;
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center center;
    object-position: center center;
}

.img-contain {
    width: 100%;
    height: 100%;
    display: block;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center center;
    object-position: center center;
}

.ico-svg {
    position: relative;
    display: inline-block;
    width: auto;
    height: 100%;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
}

.hide {
    opacity: 0 !important;
    display: none !important;
    visibility: hidden !important;
}

.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

.text-left {
    text-align: left !important;
}

.text-center {
    text-align: center !important;
}

.text-right {
    text-align: right !important;
}

.text-justify {
    text-align: justify !important;
}

.text-nowrap {
    white-space: nowrap !important;
}

.text-lowercase {
    text-transform: lowercase !important;
}

.text-uppercase {
    text-transform: uppercase !important;
}

.text-capitalize {
    text-transform: capitalize !important;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.mb-10 {
    margin-bottom: 0.625rem !important;
}

.mb-20 {
    margin-bottom: 1.25rem !important;
}

.mb-30 {
    margin-bottom: 1.875rem !important;
}

.mb-40 {
    margin-bottom: 2.5rem !important;
}

.mb-50 {
    margin-bottom: 3.125rem !important;
}

.mb-60 {
    margin-bottom: 3.75rem !important;
}

.d-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.align-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.align-start {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.align-end {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.justify-content-between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.justify-content-start {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.justify-content-end {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.justify-content-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.color-gold {
    color: var(--gold) !important;
}

.w-100 {
    width: 100% !important;
}

.position-relative {
    position: relative;
}

.z-index-10 {
    z-index: 10;
}

@media (min-width: 768px) {
    .img-sm {
        display: none !important;
    }
}

.img-md {
    display: none !important;
}
@media (min-width: 768px) {
    .img-md {
        display: block !important;
    }
}
.fadeUp {
    opacity: 0;
    transition-duration: .6s;
    transition-property: transform, opacity;
    transition-delay: .15s;
}
.fadeUp.animated {
    opacity: 1;
}
.fadeInUp {
    transform: translateY(20%);
    opacity: 0;
    transition-duration: .6s;
    transition-property: transform, opacity;
    transition-delay: .15s;
}
.fadeInUp--dx2 {
    transform: translateY(5%);
}
.fadeInUp.animated {
    transform: translateY(0);
    opacity: 1;
}
@media (max-width: 767px) {
    .fadeInUp {
        transition-delay: .1s;
        transform: translateY(10%);
    }
}

[data-fullscreen] {
    min-height: 100vh;
    min-height: calc(var(--vh, 1vh) * 100);
}

.container {
    width: 100%;
    max-width: 100%;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
}
@media (min-width: 992px) {
    .container {
        padding-left: 1.875rem;
        padding-right: 1.875rem;
    }
}
@media (min-width: 1230px) {
    .container {
        padding-left: 11.4375rem;
        padding-right: 11.4375rem;
    }
}

.btn {
    border: none;
    outline: none;
    cursor: pointer;
    min-height: 4.1875rem;
    font-weight: 700;
    font-size: 1rem;
    line-height: 1.5rem;
    padding: 0.5rem 1.375rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-align: center;
    white-space: nowrap;
    position: relative;
    text-decoration: none;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    vertical-align: middle;
    -webkit-transition: var(--transition-time);
    transition: var(--transition-time);
}
.btn:hover {
    text-decoration: none;
    -webkit-transition: var(--transition-time);
    transition: var(--transition-time);
}
.btn:focus, .btn.focus {
    outline: 0;
}
.btn span {
    display: inline-block;
}
.btn i {
    font-size: 0;
    line-height: 0;
    display: inline-block;
    height: 1.5rem;
}

.btn-outline {
    color: white;
    background-color: transparent;
    border: 1px solid var(--gold);
}
.btn-outline:hover {
    color: white;
    background-color: var(--gold);
}
.btn-outline:active {
    color: white;
    background-color: transparent;
}

.btn-sm {
    font-weight: 400;
    font-size: 0.75rem;
}

.btn-primary {
    color: white;
    background-color: var(--gold);
}
.btn-primary:hover {
    color: white;
    background-color: var(--gold-hover);
}
.btn-primary:active {
    color: white;
    background-color: var(--gold);
}

.btn-link {
    color: white;
    stroke: white;
    font-weight: 600;
    font-size: 0.875rem;
    line-height: 1rem;
    text-decoration: none;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-column-gap: 0.625rem;
    -moz-column-gap: 0.625rem;
    column-gap: 0.625rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.btn-link i {
    font-size: 0;
    line-height: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    height: 1rem;
    display: inline-block;
}
.btn-link span {
    display: inline-block;
    padding-bottom: 0.125rem;
    border-bottom: 2px solid var(--gold);
    -webkit-transition: var(--transition-time);
    transition: var(--transition-time);
}
.btn-link:hover {
    color: white;
    text-decoration: none;
}
.btn-link:hover span {
    border-bottom-color: transparent;
    -webkit-transition: var(--transition-time);
    transition: var(--transition-time);
}
.btn-link--email i {
    height: 1rem;
}
.btn-link--present i {
    height: 1.125rem;
}
.btn-link--md {
    font-size: 1.125rem;
    line-height: 1.3125rem;
}
.btn-text {
    color: black;
    padding: 0;
    border: none;
    outline: none;
    display: inline;
    cursor: pointer;
    font-weight: 600;
    font-size: 1rem;
    line-height: 1.5625rem;
    text-decoration: none;
    background-color: transparent;
    border-bottom: 2px solid var(--gold);
    -webkit-transition: var(--transition-time);
    transition: var(--transition-time);
}
.btn-text:hover {
    color: black;
    text-decoration: none;
    border-bottom-color: transparent;
    -webkit-transition: var(--transition-time);
    transition: var(--transition-time);
}
.btn-text--white {
    color: white;
}
.btn-text--white:hover {
    color: white;
}
.btn-text--sm {
    font-size: 0.875rem;
    line-height: 1rem;
}

input:not([type=checkbox]):not([type=radio]),
textarea,
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

input, textarea {
    outline: none;
}
input:focus:required:invalid, textarea:focus:required:invalid {
    border-color: red;
}
input:required:valid, textarea:required:valid {
    border-color: green;
}

:active, :hover, :focus {
    outline: 0 !important;
    outline-offset: 0 !important;
}

option::-moz-selection {
    background: #ccc;
}

option::selection {
    background: #ccc;
}

option::-moz-selection {
    background: #ccc;
}

option::-webkit-selection {
    background: #ccc;
    color: #fff;
}

.field {
    width: 100%;
    display: block;
    font-weight: 400;
    position: relative;
    background: transparent;
}
.field input[type=text], .field input[type=email], .field input[type=password], .field textarea {
    margin: 0;
    width: 100%;
    height: 1.5625rem;
    border: none;
    outline: none;
    color: white;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-weight: 400;
    font-size: 0.75rem;
    line-height: 0.875rem;
    padding: 0.3125rem 0;
    display: block;
    vertical-align: middle;
    background: transparent;
    border-bottom: 1px solid white;
}
.field input[type=text]::-webkit-input-placeholder, .field input[type=email]::-webkit-input-placeholder, .field input[type=password]::-webkit-input-placeholder, .field textarea::-webkit-input-placeholder {
    color: #D9D9D9;
}
.field input[type=text]::-moz-placeholder, .field input[type=email]::-moz-placeholder, .field input[type=password]::-moz-placeholder, .field textarea::-moz-placeholder {
    color: #D9D9D9;
}
.field input[type=text]:-ms-input-placeholder, .field input[type=email]:-ms-input-placeholder, .field input[type=password]:-ms-input-placeholder, .field textarea:-ms-input-placeholder {
    color: #D9D9D9;
}
.field input[type=text]::-ms-input-placeholder, .field input[type=email]::-ms-input-placeholder, .field input[type=password]::-ms-input-placeholder, .field textarea::-ms-input-placeholder {
    color: #D9D9D9;
}
.field input[type=text]::placeholder, .field input[type=email]::placeholder, .field input[type=password]::placeholder, .field textarea::placeholder {
    color: #D9D9D9;
}
.field input[type=text]::-ms-clear, .field input[type=email]::-ms-clear, .field input[type=password]::-ms-clear, .field textarea::-ms-clear {
    display: none;
    width: 0;
    height: 0;
}
.field input[type=text]:focus, .field input[type=text]:active, .field input[type=email]:focus, .field input[type=email]:active, .field input[type=password]:focus, .field input[type=password]:active, .field textarea:focus, .field textarea:active {
    outline: none;
}
.field input[type=text]:focus::-webkit-input-placeholder, .field input[type=text]:active::-webkit-input-placeholder, .field input[type=email]:focus::-webkit-input-placeholder, .field input[type=email]:active::-webkit-input-placeholder, .field input[type=password]:focus::-webkit-input-placeholder, .field input[type=password]:active::-webkit-input-placeholder, .field textarea:focus::-webkit-input-placeholder, .field textarea:active::-webkit-input-placeholder {
    color: transparent;
}
.field input[type=text]:focus::-moz-placeholder, .field input[type=text]:active::-moz-placeholder, .field input[type=email]:focus::-moz-placeholder, .field input[type=email]:active::-moz-placeholder, .field input[type=password]:focus::-moz-placeholder, .field input[type=password]:active::-moz-placeholder, .field textarea:focus::-moz-placeholder, .field textarea:active::-moz-placeholder {
    color: transparent;
}
.field input[type=text]:focus:-ms-input-placeholder, .field input[type=text]:active:-ms-input-placeholder, .field input[type=email]:focus:-ms-input-placeholder, .field input[type=email]:active:-ms-input-placeholder, .field input[type=password]:focus:-ms-input-placeholder, .field input[type=password]:active:-ms-input-placeholder, .field textarea:focus:-ms-input-placeholder, .field textarea:active:-ms-input-placeholder {
    color: transparent;
}
.field input[type=text]:focus::-ms-input-placeholder, .field input[type=text]:active::-ms-input-placeholder, .field input[type=email]:focus::-ms-input-placeholder, .field input[type=email]:active::-ms-input-placeholder, .field input[type=password]:focus::-ms-input-placeholder, .field input[type=password]:active::-ms-input-placeholder, .field textarea:focus::-ms-input-placeholder, .field textarea:active::-ms-input-placeholder {
    color: transparent;
}
.field input[type=text]:focus::placeholder, .field input[type=text]:active::placeholder, .field input[type=email]:focus::placeholder, .field input[type=email]:active::placeholder, .field input[type=password]:focus::placeholder, .field input[type=password]:active::placeholder, .field textarea:focus::placeholder, .field textarea:active::placeholder {
    color: transparent;
}
.field input[type=text].error, .field input[type=email].error, .field input[type=password].error, .field textarea.error {
    border-color: red !important;
}
.field textarea {
    height: auto;
    resize: none;
}
.field__icon {
    fill: #5b3d38;
    font-size: 0;
    line-height: 0;
    top: calc(50% - 0.75rem);
    left: 1rem;
    height: 1.5rem;
    position: absolute;
    display: inline-block;
}
.field--icon input[type=text], .field--icon input[type=email], .field--icon input[type=password], .field--icon textarea {
    padding-left: 3rem;
}
.field--md input[type=text], .field--md input[type=email], .field--md input[type=password], .field--md textarea {
    height: 2.625rem;
    font-size: 1.25rem;
    line-height: 1.4375rem;
    padding: 0 0.625rem 1.125rem 0.625rem;
}
.field--md input[type=text]::-webkit-input-placeholder, .field--md input[type=email]::-webkit-input-placeholder, .field--md input[type=password]::-webkit-input-placeholder, .field--md textarea::-webkit-input-placeholder {
    color: #A99797;
}
.field--md input[type=text]::-moz-placeholder, .field--md input[type=email]::-moz-placeholder, .field--md input[type=password]::-moz-placeholder, .field--md textarea::-moz-placeholder {
    color: #A99797;
}
.field--md input[type=text]:-ms-input-placeholder, .field--md input[type=email]:-ms-input-placeholder, .field--md input[type=password]:-ms-input-placeholder, .field--md textarea:-ms-input-placeholder {
    color: #A99797;
}
.field--md input[type=text]::-ms-input-placeholder, .field--md input[type=email]::-ms-input-placeholder, .field--md input[type=password]::-ms-input-placeholder, .field--md textarea::-ms-input-placeholder {
    color: #A99797;
}
.field--md input[type=text]::placeholder, .field--md input[type=email]::placeholder, .field--md input[type=password]::placeholder, .field--md textarea::placeholder {
    color: #A99797;
}
.field--md input[type=text]:focus::-webkit-input-placeholder, .field--md input[type=text]:active::-webkit-input-placeholder, .field--md input[type=email]:focus::-webkit-input-placeholder, .field--md input[type=email]:active::-webkit-input-placeholder, .field--md input[type=password]:focus::-webkit-input-placeholder, .field--md input[type=password]:active::-webkit-input-placeholder, .field--md textarea:focus::-webkit-input-placeholder, .field--md textarea:active::-webkit-input-placeholder {
    color: transparent;
}
.field--md input[type=text]:focus::-moz-placeholder, .field--md input[type=text]:active::-moz-placeholder, .field--md input[type=email]:focus::-moz-placeholder, .field--md input[type=email]:active::-moz-placeholder, .field--md input[type=password]:focus::-moz-placeholder, .field--md input[type=password]:active::-moz-placeholder, .field--md textarea:focus::-moz-placeholder, .field--md textarea:active::-moz-placeholder {
    color: transparent;
}
.field--md input[type=text]:focus:-ms-input-placeholder, .field--md input[type=text]:active:-ms-input-placeholder, .field--md input[type=email]:focus:-ms-input-placeholder, .field--md input[type=email]:active:-ms-input-placeholder, .field--md input[type=password]:focus:-ms-input-placeholder, .field--md input[type=password]:active:-ms-input-placeholder, .field--md textarea:focus:-ms-input-placeholder, .field--md textarea:active:-ms-input-placeholder {
    color: transparent;
}
.field--md input[type=text]:focus::-ms-input-placeholder, .field--md input[type=text]:active::-ms-input-placeholder, .field--md input[type=email]:focus::-ms-input-placeholder, .field--md input[type=email]:active::-ms-input-placeholder, .field--md input[type=password]:focus::-ms-input-placeholder, .field--md input[type=password]:active::-ms-input-placeholder, .field--md textarea:focus::-ms-input-placeholder, .field--md textarea:active::-ms-input-placeholder {
    color: transparent;
}
.field--md input[type=text]:focus::placeholder, .field--md input[type=text]:active::placeholder, .field--md input[type=email]:focus::placeholder, .field--md input[type=email]:active::placeholder, .field--md input[type=password]:focus::placeholder, .field--md input[type=password]:active::placeholder, .field--md textarea:focus::placeholder, .field--md textarea:active::placeholder {
    color: transparent;
}
.field--dark input[type=text], .field--dark input[type=email], .field--dark input[type=password], .field--dark textarea {
    color: #000;
    border-bottom-color: #A99797;
}
.field--dark input[type=text]::-webkit-input-placeholder, .field--dark input[type=email]::-webkit-input-placeholder, .field--dark input[type=password]::-webkit-input-placeholder, .field--dark textarea::-webkit-input-placeholder {
    color: #000;
}
.field--dark input[type=text]::-moz-placeholder, .field--dark input[type=email]::-moz-placeholder, .field--dark input[type=password]::-moz-placeholder, .field--dark textarea::-moz-placeholder {
    color: #000;
}
.field--dark input[type=text]:-ms-input-placeholder, .field--dark input[type=email]:-ms-input-placeholder, .field--dark input[type=password]:-ms-input-placeholder, .field--dark textarea:-ms-input-placeholder {
    color: #000;
}
.field--dark input[type=text]::-ms-input-placeholder, .field--dark input[type=email]::-ms-input-placeholder, .field--dark input[type=password]::-ms-input-placeholder, .field--dark textarea::-ms-input-placeholder {
    color: #000;
}
.field--dark input[type=text]::placeholder, .field--dark input[type=email]::placeholder, .field--dark input[type=password]::placeholder, .field--dark textarea::placeholder {
    color: #000;
}
.field--dark input[type=text]:focus::-webkit-input-placeholder, .field--dark input[type=text]:active::-webkit-input-placeholder, .field--dark input[type=email]:focus::-webkit-input-placeholder, .field--dark input[type=email]:active::-webkit-input-placeholder, .field--dark input[type=password]:focus::-webkit-input-placeholder, .field--dark input[type=password]:active::-webkit-input-placeholder, .field--dark textarea:focus::-webkit-input-placeholder, .field--dark textarea:active::-webkit-input-placeholder {
    color: transparent;
}
.field--dark input[type=text]:focus::-moz-placeholder, .field--dark input[type=text]:active::-moz-placeholder, .field--dark input[type=email]:focus::-moz-placeholder, .field--dark input[type=email]:active::-moz-placeholder, .field--dark input[type=password]:focus::-moz-placeholder, .field--dark input[type=password]:active::-moz-placeholder, .field--dark textarea:focus::-moz-placeholder, .field--dark textarea:active::-moz-placeholder {
    color: transparent;
}
.field--dark input[type=text]:focus:-ms-input-placeholder, .field--dark input[type=text]:active:-ms-input-placeholder, .field--dark input[type=email]:focus:-ms-input-placeholder, .field--dark input[type=email]:active:-ms-input-placeholder, .field--dark input[type=password]:focus:-ms-input-placeholder, .field--dark input[type=password]:active:-ms-input-placeholder, .field--dark textarea:focus:-ms-input-placeholder, .field--dark textarea:active:-ms-input-placeholder {
    color: transparent;
}
.field--dark input[type=text]:focus::-ms-input-placeholder, .field--dark input[type=text]:active::-ms-input-placeholder, .field--dark input[type=email]:focus::-ms-input-placeholder, .field--dark input[type=email]:active::-ms-input-placeholder, .field--dark input[type=password]:focus::-ms-input-placeholder, .field--dark input[type=password]:active::-ms-input-placeholder, .field--dark textarea:focus::-ms-input-placeholder, .field--dark textarea:active::-ms-input-placeholder {
    color: transparent;
}
.field--dark input[type=text]:focus::placeholder, .field--dark input[type=text]:active::placeholder, .field--dark input[type=email]:focus::placeholder, .field--dark input[type=email]:active::placeholder, .field--dark input[type=password]:focus::placeholder, .field--dark input[type=password]:active::placeholder, .field--dark textarea:focus::placeholder, .field--dark textarea:active::placeholder {
    color: transparent;
}

.checkbox {
    font-size: 0;
    line-height: 0;
    font-weight: 500;
    position: relative;
    display: inline-block;
}
.checkbox__input {
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    opacity: 0;
    overflow: hidden;
    visibility: hidden;
    position: absolute;
}
.checkbox__input:checked + .checkbox__label:before {
    border-color: var(--blue);
    background: var(--blue);
}
.checkbox__input:checked + .checkbox__label:after {
    opacity: 1;
    visibility: visible;
}
.checkbox__input:indeterminate + .checkbox__label:before {
    border-color: var(--blue);
    background: var(--blue);
}
.checkbox__input:indeterminate + .checkbox__label:after {
    top: 7px;
    width: 10px;
    height: 2px;
    background: white;
    opacity: 1;
    visibility: visible;
}
.checkbox__input:disabled + .checkbox__label {
    opacity: 0.6;
    cursor: default;
}
.checkbox__label {
    cursor: pointer;
    color: var(--gray);
    min-height: 16px;
    font-size: 14px;
    line-height: 20px;
    position: relative;
    display: inline-block;
    padding: 0 0 0 30px;
}
.checkbox__label:before {
    top: 0;
    left: 0;
    z-index: 1;
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    border-radius: 2px;
    background: white;
    border: 1px solid var(--gray);
}
.checkbox__label:after {
    top: 7px;
    left: 5px;
    z-index: 5;
    content: "";
    width: 10px;
    height: 6px;
    position: absolute;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iOCIgdmlld0JveD0iMCAwIDEyIDgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0xMSAxTDQuMTI1IDdMMSA0LjI3MjczIiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjEuOTk4MzIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8L3N2Zz4K");
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0;
    visibility: hidden;
}
.radio {
    font-size: 0;
    line-height: 0;
    font-weight: 400;
    position: relative;
    display: inline-block;
}
.radio__input {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}
.radio__label {
    color: black;
    cursor: pointer;
    font-size: 0.875rem;
    line-height: 1.25rem;
    position: relative;
    padding-left: 1.875rem;
    display: block;
}
.radio__label::before {
    top: 0;
    left: 0;
    z-index: 1;
    content: "";
    width: 20px;
    height: 20px;
    display: block;
    position: absolute;
    border-radius: 50%;
    border: 1px solid var(--gray);
}
.radio__label:after {
    top: 5px;
    left: 5px;
    z-index: 2;
    content: "";
    width: 10px;
    height: 10px;
    display: block;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    background: var(--blue);
    border-radius: 50%;
}
.radio__input:checked + .radio__label::before {
    border-color: var(--blue);
}
.radio__input:checked + .radio__label::after {
    opacity: 1;
    visibility: visible;
}
.radio__input:disabled + .radio__label {
    opacity: 0.5;
}

/*===============================
=            Choices            =
===============================*/
.choices {
    position: relative;
    margin-bottom: size-rel(24px);
    font-size: size-rel(16px);
}
.choices:focus {
    z-index: 20;
    outline: none;
}
.choices:last-child {
    margin-bottom: 0;
}
.choices.is-disabled .choices__inner,
.choices.is-disabled .choices__input {
    background-color: #eaeaea;
    cursor: not-allowed;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.choices.is-disabled .choices__item {
    cursor: not-allowed;
}
.choices.is-focused {
    z-index: 20;
}
.choices [hidden] {
    display: none !important;
}

.choices[data-type*=select-one] {
    cursor: pointer;
}
.choices[data-type*=select-one] .choices__inner {
    padding-bottom: 0.5rem;
}
.choices[data-type*=select-one] .choices__input {
    display: block;
    width: 100%;
    padding: 0.625rem;
    border-bottom: 1px solid #5b3d38;
    background-color: #ffffff;
    margin: 0;
}
.choices[data-type*=select-one] .choices__button {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0yLjU5Mi4wNDRsMTguMzY0IDE4LjM2NC0yLjU0OCAyLjU0OEwuMDQ0IDIuNTkyeiIvPjxwYXRoIGQ9Ik0wIDE4LjM2NEwxOC4zNjQgMGwyLjU0OCAyLjU0OEwyLjU0OCAyMC45MTJ6Ii8+PC9nPjwvc3ZnPg==);
    padding: 0;
    background-size: 8px;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -0.625rem;
    margin-right: 1.5625rem;
    height: 1.25rem;
    width: 1.25rem;
    border-radius: 0.625rem;
    opacity: 0.5;
}
.choices[data-type*=select-one] .choices__button:hover, .choices[data-type*=select-one] .choices__button:focus {
    opacity: 1;
}
.choices[data-type*=select-one] .choices__button:focus {
    -webkit-box-shadow: 0 0 0 2px #00bcd4;
    box-shadow: 0 0 0 2px #00bcd4;
}
.choices[data-type*=select-one] .choices__item[data-value=""] .choices__button {
    display: none;
}
.choices[data-type*=select-one]:after {
    content: "";
    height: 0;
    width: 0;
    border-style: solid;
    border-color: #333333 transparent transparent transparent;
    border-width: 0.3125rem;
    position: absolute;
    right: 0.71875rem;
    top: 50%;
    margin-top: -0.1875rem;
    pointer-events: none;
}
.choices[data-type*=select-one].is-open:after {
    border-color: transparent transparent #333333 transparent;
    margin-top: -0.5rem;
}
.choices[data-type*=select-one][dir=rtl]:after {
    left: 0.75rem;
    right: auto;
}
.choices[data-type*=select-one][dir=rtl] .choices__button {
    right: auto;
    left: 0;
    margin-left: 1.5625rem;
    margin-right: 0;
}

.choices[data-type*=select-multiple] .choices__inner,
.choices[data-type*=text] .choices__inner {
    cursor: text;
}
.choices[data-type*=select-multiple] .choices__button,
.choices[data-type*=text] .choices__button {
    position: relative;
    display: inline-block;
    margin-top: 0;
    margin-right: -0.25rem;
    margin-bottom: 0;
    margin-left: 0.5rem;
    padding-left: 1rem;
    border-left: 1px solid #008fa1;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSIjRkZGIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0yLjU5Mi4wNDRsMTguMzY0IDE4LjM2NC0yLjU0OCAyLjU0OEwuMDQ0IDIuNTkyeiIvPjxwYXRoIGQ9Ik0wIDE4LjM2NEwxOC4zNjQgMGwyLjU0OCAyLjU0OEwyLjU0OCAyMC45MTJ6Ii8+PC9nPjwvc3ZnPg==);
    background-size: 0.5rem;
    width: 0.5rem;
    line-height: 1;
    opacity: 0.75;
    border-radius: 0;
}
.choices[data-type*=select-multiple] .choices__button:hover, .choices[data-type*=select-multiple] .choices__button:focus,
.choices[data-type*=text] .choices__button:hover,
.choices[data-type*=text] .choices__button:focus {
    opacity: 1;
}

.choices__inner {
    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;
    vertical-align: top;
    width: 100%;
    background-color: #ffffff;
    padding: 0.6875rem 0.75rem 0.6875rem 1.25rem;
    border: 0.0625rem solid #5b3d38;
    border-radius: 0.25rem;
    font-size: 1rem;
    line-height: 1.5rem;
    min-height: 3rem;
    overflow: hidden;
}
.is-focused .choices__inner, .is-open .choices__inner {
    border-color: #2c1d1b;
}
.is-open .choices__inner {
    border-radius: 3px 3px 0 0;
}
.is-flipped.is-open .choices__inner {
    border-radius: 0 0 3px 3px;
}

.choices__list {
    margin: 0;
    padding-left: 0;
    list-style: none;
}

.choices__list--single {
    display: inline-block;
    width: 100%;
}
[dir=rtl] .choices__list--single {
    padding-right: 0.25rem;
    padding-left: 1rem;
}
.choices__list--single .choices__item {
    width: 100%;
}

.choices__list--multiple {
    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;
}
.choices__list--multiple .choices__item {
    display: inline-block;
    vertical-align: middle;
    border-radius: 0.25rem;
    padding: 0.25rem 0.375rem;
    font-size: 0.75rem;
    line-height: 0.875rem;
    font-weight: 500;
    margin: 0.125rem 0.25rem 0.125rem 0;
    background-color: #00bcd4;
    border: 0.0625rem solid #00a5bb;
    color: #ffffff;
    word-break: break-all;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.choices__list--multiple .choices__item[data-deletable] {
    padding-right: 5px;
}
[dir=rtl] .choices__list--multiple .choices__item {
    margin-right: 0;
    margin-left: 0.25rem;
}
.choices__list--multiple .choices__item.is-highlighted {
    background-color: #00a5bb;
    border: 1px solid #008fa1;
}
.is-disabled .choices__list--multiple .choices__item {
    background-color: #aaaaaa;
    border: 1px solid #919191;
}

.choices__list--dropdown {
    visibility: hidden;
    z-index: 1;
    position: absolute;
    width: 100%;
    background-color: #ffffff;
    border: 1px solid #5b3d38;
    top: 100%;
    margin-top: -0.0625rem;
    border-bottom-left-radius: 0.3125rem;
    border-bottom-right-radius: 0.3125rem;
    overflow: hidden;
    word-break: break-all;
    will-change: visibility;
}
.choices__list--dropdown.is-active {
    visibility: visible;
}
.is-open .choices__list--dropdown {
    border-color: #2c1d1b;
}
.is-flipped .choices__list--dropdown {
    top: auto;
    bottom: 100%;
    margin-top: 0;
    margin-bottom: -0.0625rem;
    border-radius: 0.25rem 0.25rem 0 0;
}
.choices__list--dropdown .choices__list {
    position: relative;
    max-height: 18.75rem;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    will-change: scroll-position;
}
.choices__list--dropdown .choices__item {
    position: relative;
    padding: 0.625rem;
    font-size: size-rel(14px);
}
[dir=rtl] .choices__list--dropdown .choices__item {
    text-align: right;
}
@media (min-width: 640px) {
    .choices__list--dropdown .choices__item--selectable {
        padding-right: 6.25rem;
    }
    .choices__list--dropdown .choices__item--selectable:after {
        font-size: size-rel(12px);
        opacity: 0;
        position: absolute;
        right: 0.625rem;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    [dir=rtl] .choices__list--dropdown .choices__item--selectable {
        text-align: right;
        padding-left: 6.25rem;
        padding-right: 0.625rem;
    }
    [dir=rtl] .choices__list--dropdown .choices__item--selectable:after {
        right: auto;
        left: 0.625rem;
    }
}
.choices__list--dropdown .choices__item--selectable.is-highlighted {
    background-color: #f2f2f2;
}
.choices__list--dropdown .choices__item--selectable.is-highlighted:after {
    opacity: 0.5;
}

.choices__item {
    cursor: default;
}

.choices__item--selectable {
    cursor: pointer;
}

.choices__item--disabled {
    cursor: not-allowed;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    opacity: 0.5;
}

.choices__heading {
    font-weight: 600;
    font-size: size-rel(12px);
    padding: 0.625rem;
    border-bottom: 0.0625rem solid #7b524b;
    color: gray;
}

.choices__button {
    text-indent: -9999px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
}
.choices__button:focus {
    outline: none;
}

.choices__input {
    display: inline-block;
    vertical-align: baseline;
    background-color: #ffffff;
    font-size: size-rel(14px);
    border: 0;
    margin: 0;
    padding: 0;
    border-radius: 0;
    max-width: 100%;
}
.choices__input:focus {
    outline: 0;
}
[dir=rtl] .choices__input {
    padding-right: 0.125rem;
    padding-left: 0;
}

.choices__placeholder {
    opacity: 0.5;
}

/*=====  End of Choices  ======*/
.file-field {
    cursor: pointer;
    border-radius: 5px;
    white-space: nowrap;
    font-size: 0.75rem;
    line-height: 0.875rem;
    max-width: 100%;
    font-weight: 400;
    padding: 0.3125rem 0;
    overflow: hidden;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 0.625rem;
    -moz-column-gap: 0.625rem;
    column-gap: 0.625rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    color: black;
    text-decoration: none;
    background-color: transparent;
    border-bottom: 1px solid #A99797;
}
.file-field:hover {
    fill: var(--green);
    color: var(--green);
    text-decoration: none;
}
.file-field input {
    top: 0;
    left: 0;
    width: 1px;
    height: 1px;
    opacity: 0;
    display: block;
    overflow: hidden;
    position: absolute;
}
.file-field__label {
    display: block;
    white-space: nowrap;
    color: var(--gold);
}
.file-field__value {
    height: 1rem;
    display: block;
    white-space: nowrap;
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
.file-field__placeholder {
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    position: absolute;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.form-group {
    margin-bottom: 1.5rem;
}

.form-label {
    display: block;
    font-weight: 400;
    margin-bottom: 0.5rem;
}

.tabs__header {
    display: none;
}
.tabs__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    row-gap: 2.5rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
@media (min-width: 992px) {
    .tabs__header {
        display: block;
        border-top: 1px solid #D9D9D9;
    }
    .tabs__nav {
        z-index: 10;
        margin-top: -0.125rem;
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-column-gap: 1.875rem;
        -moz-column-gap: 1.875rem;
        column-gap: 1.875rem;
    }
    .tabs__button {
        border: none;
        outline: none;
        text-align: left;
        position: relative;
        font-size: 0.875rem;
        line-height: 1.25rem;
        cursor: pointer;
        border-top: 0.1875rem solid transparent;
        background-color: transparent;
        padding: 2rem 1.875rem 2rem 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .tabs__button i {
        right: 0;
        top: 1.25rem;
        color: var(--gold);
        font-weight: 700;
        font-style: normal;
        position: absolute;
    }
    .tabs__button.active {
        border-top-color: var(--gold);
    }
    .tabs__content {
        display: none;
    }
    .tabs__content .card {
        opacity: 0;
        -webkit-animation-name: fade;
        animation-name: fade;
        -webkit-animation-delay: 0.3s;
        animation-delay: 0.3s;
        -webkit-animation-duration: 0.3s;
        animation-duration: 0.3s;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
        -webkit-animation-timing-function: ease;
        animation-timing-function: ease;
    }
    .tabs__content.active {
        display: block;
    }
    .tabs__content.active .card {
        -webkit-animation-name: fade;
        animation-name: fade;
        -webkit-animation-delay: 0.3s;
        animation-delay: 0.3s;
        -webkit-animation-duration: 0.3s;
        animation-duration: 0.3s;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
        -webkit-animation-timing-function: ease;
        animation-timing-function: ease;
    }
}
@media (min-width: 1230px) {
    .tabs__nav {
        -webkit-column-gap: 3.75rem;
        -moz-column-gap: 3.75rem;
        column-gap: 3.75rem;
    }
    .tabs__button {
        min-width: 12.5rem;
        font-size: 1.125rem;
        line-height: 1.5625rem;
        padding: 2.1875rem 2rem 2.1875rem 0;
    }
}

.tabs-control {
    border: none;
    outline: none;
    text-align: left;
    position: relative;
    font-size: 0.875rem;
    line-height: 1.5rem;
    cursor: pointer;
    border-top: 0.1875rem solid transparent;
    background-color: transparent;
    padding: 1.875rem 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.tabs-control.active {
    border-top-color: var(--gold);
}
.tabs-control sup {
    top: -0.625rem;
    font-size: 0.75rem;
    line-height: 1rem;
    font-weight: 600;
    color: var(--gold);
    -webkit-font-feature-settings: "lnum" 1;
    font-feature-settings: "lnum" 1;
}
@media (min-width: 1230px) {
    .tabs-control {
        font-size: 1.125rem;
        line-height: 1.5625rem;
        padding: 2.1875rem 0;
    }
    .tabs-control sup {
        margin-left: 0.25rem;
        font-size: 1rem;
        line-height: 1.1875rem;
    }
}

@-webkit-keyframes fade {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes fade {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
[data-spoiler].open .spoiler__title {
    border-bottom-color: transparent;
}

[data-spoiler-control] {
    cursor: pointer;
}

[data-spoiler-content] {
    display: none;
}

.spoiler__header {
    cursor: pointer;
    font-weight: 600;
    font-size: 1.125rem;
    line-height: 1.375rem;
}
.spoiler__title {
    display: inline;
    border-bottom: 2px solid #C8A155;
}
.spoiler__arrow {
    font-size: 0;
    line-height: 0;
    height: 0.5rem;
    display: inline-block;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.spoiler__content {
    font-size: 1rem;
    line-height: 1.5rem;
}
.spoiler__content p:last-child {
    margin-bottom: 0;
}
.spoiler__text {
    margin-top: 1rem;
    padding-left: 1.25rem;
    border-left: 2px solid #C8A155;
}
@media (min-width: 1230px) {
    .spoiler__text {
        margin-top: 1.625rem;
        padding-left: 2.5rem;
    }
}

.pagination {
    margin-top: 0.9375rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    row-gap: 2.125rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.pagination__button {
    width: 100%;
    color: black;
    outline: none;
    height: 4.5rem;
    cursor: pointer;
    text-align: center;
    font-size: 1.125rem;
    line-height: 1.5rem;
    text-decoration: none;
    padding: 0.5rem 1.5rem;
    border: 1px solid black;
    background-color: transparent;
    -webkit-transition: var(--transition-time);
    transition: var(--transition-time);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.pagination__button:hover {
    color: white;
    background-color: black;
    text-decoration: none;
}
.pagination__button:active {
    color: black;
    background-color: transparent;
}
.pagination__nav {
    color: black;
    display: none;
    font-size: 1.125rem;
    line-height: 1.5625rem;
}
.pagination__link {
    color: black;
    display: block;
    text-decoration: none;
    -webkit-transition: var(--transition-time);
    transition: var(--transition-time);
}
.pagination__link:hover {
    color: var(--gold);
    text-decoration: none;
    -webkit-transition: var(--transition-time);
    transition: var(--transition-time);
}
.pagination__link:active {
    color: black;
}
.pagination__control {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 3.6875rem;
    height: 0.5rem;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
@media (min-width: 992px) {
    .pagination {
        margin-top: 1.25rem;
    }
    .pagination__nav {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-column-gap: 0.875rem;
        -moz-column-gap: 0.875rem;
        column-gap: 0.875rem;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}
.rating {
    font-size: 0;
    line-height: 0;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.rating__body {
    position: relative;
}
.rating__active {
    top: 0;
    left: 0;
    width: 0;
    z-index: 5;
    overflow: hidden;
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 0.3125rem;
    -moz-column-gap: 0.3125rem;
    column-gap: 0.3125rem;
    fill: var(--gold);
}
.rating__stars {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    fill: #D9D9D9;
    -webkit-column-gap: 0.3125rem;
    -moz-column-gap: 0.3125rem;
    column-gap: 0.3125rem;
}
.rating__star {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    height: 1.3125rem;
    display: inline-block;
}
.rating__items {
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}
.rating__item {
    color: gold;
    cursor: pointer;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
}
.rating__value {
    top: 2px;
    position: relative;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.5rem;
    padding-left: 0.625rem;
}

[data-rating-readonly=true] .rating__item {
    cursor: default;
}

.simple-rating {
    overflow: hidden;
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 0;
    line-height: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}
.simple-rating__item {
    top: 0;
    left: 0;
    width: 0%;
    height: 0%;
    opacity: 0;
    visibility: hidden;
    position: absolute;
}
.simple-rating__label {
    color: gold;
    font-size: 2.5rem;
    line-height: 2.5rem;
    cursor: pointer;
    display: block;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.simple-rating__label:before {
    content: "☆";
}
.simple-rating__item:checked:before, .simple-rating__item:checked ~ .simple-rating__label:before {
    content: "★";
}
.simple-rating__label:hover:before, .simple-rating__label:hover ~ .simple-rating__label:before, .simple-rating__label:checked ~ .simple-rating__label:hover:before {
    content: "★";
}

.search {
    width: 100%;
    display: block;
    font-weight: 400;
    position: relative;
    background: transparent;
}
.search button[type="submit"] {
    top: 50%;
    left: 1.375rem;
    margin-top: -0.625rem;
    content: "";
    display: block;
    width: 1.25rem;
    height: 1.25rem;
    position: absolute;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0nMjAnIGhlaWdodD0nMjAnIHZpZXdCb3g9JzAgMCAyMCAyMCcgZmlsbD0nbm9uZScgeG1sbnM9J2h0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnJz48Y2lyY2xlIGN4PSc4JyBjeT0nOCcgcj0nNycgc3Ryb2tlPSd3aGl0ZScgc3Ryb2tlLXdpZHRoPScyJy8+PG1hc2sgaWQ9J3BhdGgtMi1pbnNpZGUtMV80MTI2XzE5MicgZmlsbD0nd2hpdGUnPjxwYXRoIGQ9J00xMC44MjkgNS4xNzE1N0MxMC4xNDU0IDQuNDg3OTggOS4yMzczOSA0LjA3NTA4IDguMjcyODggNC4wMDkyOEM3LjMwODM3IDMuOTQzNDcgNi4zNTI2NiA0LjIyOTIgNS41ODI1NSA0LjgxMzYyQzQuODEyNDQgNS4zOTgwMyA0LjI4MDA0IDYuMjQxNTggNC4wODM4NCA3LjE4ODIyQzMuODg3NjUgOC4xMzQ4NSA0LjA0MDkyIDkuMTIwNTEgNC41MTUzMiA5Ljk2Mjg2TDYuMjUzNjMgOC45ODM4N0M2LjAxNTg0IDguNTYxNjUgNS45MzkwMSA4LjA2NzU5IDYuMDM3MzUgNy41OTMxQzYuMTM1NjkgNy4xMTg2IDYuNDAyNTYgNi42OTU3OCA2Ljc4ODU3IDYuNDAyODRDNy4xNzQ1OCA2LjEwOTkxIDcuNjUzNjMgNS45NjY2OSA4LjEzNzA4IDUuOTk5NjdDOC42MjA1NCA2LjAzMjY2IDkuMDc1NjkgNi4yMzk2MiA5LjQxODM0IDYuNTgyMjdMMTAuODI5IDUuMTcxNTdaJy8+PC9tYXNrPjxwYXRoIGQ9J00xMC44MjkgNS4xNzE1N0MxMC4xNDU0IDQuNDg3OTggOS4yMzczOSA0LjA3NTA4IDguMjcyODggNC4wMDkyOEM3LjMwODM3IDMuOTQzNDcgNi4zNTI2NiA0LjIyOTIgNS41ODI1NSA0LjgxMzYyQzQuODEyNDQgNS4zOTgwMyA0LjI4MDA0IDYuMjQxNTggNC4wODM4NCA3LjE4ODIyQzMuODg3NjUgOC4xMzQ4NSA0LjA0MDkyIDkuMTIwNTEgNC41MTUzMiA5Ljk2Mjg2TDYuMjUzNjMgOC45ODM4N0M2LjAxNTg0IDguNTYxNjUgNS45MzkwMSA4LjA2NzU5IDYuMDM3MzUgNy41OTMxQzYuMTM1NjkgNy4xMTg2IDYuNDAyNTYgNi42OTU3OCA2Ljc4ODU3IDYuNDAyODRDNy4xNzQ1OCA2LjEwOTkxIDcuNjUzNjMgNS45NjY2OSA4LjEzNzA4IDUuOTk5NjdDOC42MjA1NCA2LjAzMjY2IDkuMDc1NjkgNi4yMzk2MiA5LjQxODM0IDYuNTgyMjdMMTAuODI5IDUuMTcxNTdaJyBzdHJva2U9J3doaXRlJyBzdHJva2Utd2lkdGg9JzQnIG1hc2s9J3VybCgjcGF0aC0yLWluc2lkZS0xXzQxMjZfMTkyKScvPjxsaW5lIHgxPScxMi43MDcxJyB5MT0nMTMuMjkyOScgeDI9JzE4LjcwNzEnIHkyPScxOS4yOTI5JyBzdHJva2U9J3doaXRlJyBzdHJva2Utd2lkdGg9JzInLz48L3N2Zz4=");
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
}
.search input[type=text], .search input[type=email], .search input[type=password], .search textarea {
    margin: 0;
    width: 100%;
    height: 4.25rem;
    outline: none;
    color: white;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.625rem;
    padding: 1.25rem 2.125rem 1.25rem 3.75rem;
    display: block;
    vertical-align: middle;
    background: transparent;
    border: 1px solid #676767;
}
.search input[type=text]::-webkit-input-placeholder, .search input[type=email]::-webkit-input-placeholder, .search input[type=password]::-webkit-input-placeholder, .search textarea::-webkit-input-placeholder {
    color: #fff;
    text-align: right;
}
.search input[type=text]::-moz-placeholder, .search input[type=email]::-moz-placeholder, .search input[type=password]::-moz-placeholder, .search textarea::-moz-placeholder {
    color: #fff;
    text-align: right;
}
.search input[type=text]:-ms-input-placeholder, .search input[type=email]:-ms-input-placeholder, .search input[type=password]:-ms-input-placeholder, .search textarea:-ms-input-placeholder {
    color: #fff;
    text-align: right;
}
.search input[type=text]::-ms-input-placeholder, .search input[type=email]::-ms-input-placeholder, .search input[type=password]::-ms-input-placeholder, .search textarea::-ms-input-placeholder {
    color: #fff;
    text-align: right;
}
.search input[type=text]::placeholder, .search input[type=email]::placeholder, .search input[type=password]::placeholder, .search textarea::placeholder {
    color: #fff;
    text-align: right;
}
.search input[type=text]::-ms-clear, .search input[type=email]::-ms-clear, .search input[type=password]::-ms-clear, .search textarea::-ms-clear {
    display: none;
    width: 0;
    height: 0;
}
.search input[type=text]:focus, .search input[type=text]:active, .search input[type=email]:focus, .search input[type=email]:active, .search input[type=password]:focus, .search input[type=password]:active, .search textarea:focus, .search textarea:active {
    outline: none;
}
.search input[type=text]:focus::-webkit-input-placeholder, .search input[type=text]:active::-webkit-input-placeholder, .search input[type=email]:focus::-webkit-input-placeholder, .search input[type=email]:active::-webkit-input-placeholder, .search input[type=password]:focus::-webkit-input-placeholder, .search input[type=password]:active::-webkit-input-placeholder, .search textarea:focus::-webkit-input-placeholder, .search textarea:active::-webkit-input-placeholder {
    color: transparent;
}
.search input[type=text]:focus::-moz-placeholder, .search input[type=text]:active::-moz-placeholder, .search input[type=email]:focus::-moz-placeholder, .search input[type=email]:active::-moz-placeholder, .search input[type=password]:focus::-moz-placeholder, .search input[type=password]:active::-moz-placeholder, .search textarea:focus::-moz-placeholder, .search textarea:active::-moz-placeholder {
    color: transparent;
}
.search input[type=text]:focus:-ms-input-placeholder, .search input[type=text]:active:-ms-input-placeholder, .search input[type=email]:focus:-ms-input-placeholder, .search input[type=email]:active:-ms-input-placeholder, .search input[type=password]:focus:-ms-input-placeholder, .search input[type=password]:active:-ms-input-placeholder, .search textarea:focus:-ms-input-placeholder, .search textarea:active:-ms-input-placeholder {
    color: transparent;
}
.search input[type=text]:focus::-ms-input-placeholder, .search input[type=text]:active::-ms-input-placeholder, .search input[type=email]:focus::-ms-input-placeholder, .search input[type=email]:active::-ms-input-placeholder, .search input[type=password]:focus::-ms-input-placeholder, .search input[type=password]:active::-ms-input-placeholder, .search textarea:focus::-ms-input-placeholder, .search textarea:active::-ms-input-placeholder {
    color: transparent;
}
.search input[type=text]:focus::placeholder, .search input[type=text]:active::placeholder, .search input[type=email]:focus::placeholder, .search input[type=email]:active::placeholder, .search input[type=password]:focus::placeholder, .search input[type=password]:active::placeholder, .search textarea:focus::placeholder, .search textarea:active::placeholder {
    color: transparent;
}

.popup {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    color: white;
    z-index: 1200;
    position: fixed;
    overflow-y: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: var(--dark);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.popup:after, .popup:before {
    content: "";
    height: 1.25rem;
}
.popup__backdrop {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
}
.popup__container {
    z-index: 100;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    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;
}
.popup__main {
    width: 100%;
    margin: 0 auto;
    max-width: 60.25rem;
    padding: 1.25rem;
}
.popup__close {
    color: white;
    fill: var(--gold);
    padding: 0;
    border: none;
    outline: none;
    z-index: 500;
    top: 1.25rem;
    right: 1.25rem;
    font-size: 1rem;
    line-height: 1.1875rem;
    cursor: pointer;
    position: absolute;
    background-color: transparent;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 0.75rem;
    -moz-column-gap: 0.75rem;
    column-gap: 0.75rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.popup__close i {
    font-size: 0;
    line-height: 0;
    width: 1.1875rem;
    height: 1.1875rem;
    display: block;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.popup__close span {
    display: none;
}
.popup__close:hover {
    color: var(--gold);
}
.popup__header {
    font-weight: 400;
    font-size: 1.5rem;
    line-height: 1.75rem;
    margin-bottom: 2.5rem;
}
.popup__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    row-gap: 1.25rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.popup__row:not(:last-child) {
    margin-bottom: 2.5rem;
}
.popup__policy {
    font-size: 0.75rem;
    line-height: 0.875rem;
}
@media (min-width: 768px) {
    .popup__row {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .popup__field {
        width: calc(50% - 2.25rem);
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }
    .popup__button {
        width: 15.375rem;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }
    .popup__policy {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        padding-right: 4rem;
    }
    .popup__header {
        font-size: 2.375rem;
        line-height: 2.8125rem;
        margin-bottom: 3.75rem;
    }
    .popup__close span {
        display: block;
    }
}
.popup-open {
    overflow: hidden;
}
.popup-open .popup {
    opacity: 1;
    visibility: visible;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.header {
    top: 0;
    left: 0;
    right: 0;
    z-index: 900;
    position: absolute;
    padding-left: 1.25rem;
    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__group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.header__group--left {
    -webkit-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
}
.header__group--right {
    -webkit-column-gap: 0.75rem;
    -moz-column-gap: 0.75rem;
    column-gap: 0.75rem;
}
.header__burder {
    display: block;
}
.header__logo {
    top: 1px;
    display: block;
    width: 4.625rem;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    position: relative;
}
.header__button {
    color: black;
    border: none;
    outline: none;
    height: 5.3125rem;
    padding: 1.25rem;
    cursor: pointer;
    font-weight: 600;
    font-size: 1rem;
    line-height: 1.1875rem;
    text-align: right;
    text-decoration: none;
    text-transform: uppercase;
    background-color: var(--gold);
    -webkit-transition: var(--transition-time);
    transition: var(--transition-time);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.header__button:hover {
    color: black;
    text-decoration: none;
    background-color: var(--gold-hover);
    -webkit-transition: var(--transition-time);
    transition: var(--transition-time);
}
.header__button:active {
    color: black;
    background-color: var(--gold);
}
.header__contacts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 1.875rem;
    -moz-column-gap: 1.875rem;
    column-gap: 1.875rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.header__phone {
    display: none;
}
.header__divider {
    display: none;
}
.header__links {
    display: none;
}
@media (min-width: 992px) {
    .header {
        padding-left: 1.875rem;
    }
    .header__logo {
        width: 8.75rem;
    }
    .header__phone {
        display: block;
    }
    .header__group--left {
        -webkit-column-gap: 1.875rem;
        -moz-column-gap: 1.875rem;
        column-gap: 1.875rem;
    }
    .header__group--right {
        -webkit-column-gap: 1.875rem;
        -moz-column-gap: 1.875rem;
        column-gap: 1.875rem;
    }
    .header__button {
        padding: 1.25rem 3.125rem;
    }
}
@media (min-width: 1230px) {
    .header {
        padding-top: 5.25rem;
        padding-left: 18.6875rem;
    }
    .header__group--left {
        -webkit-column-gap: 7.5rem;
        -moz-column-gap: 7.5rem;
        column-gap: 7.5rem;
    }
    .header__group--right {
        -webkit-column-gap: 4.125rem;
        -moz-column-gap: 4.125rem;
        column-gap: 4.125rem;
    }
    .header__logo {
        width: 12.625rem;
    }
    .header__burger {
        display: none;
    }
    .header__button {
        min-width: 11.625rem;
        font-size: 1rem;
        line-height: 1.1875rem;
    }
    .header__divider {
        font-size: 0;
        line-height: 0;
        display: block;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        width: 6.4375rem;
        margin-left: 1.875rem;
    }
    .header__links {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-column-gap: 1.875rem;
        -moz-column-gap: 1.875rem;
        column-gap: 1.875rem;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}
.burger {
    width: 2.25rem;
    height: 1.25rem;
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
    font-size: 0;
    line-height: 0;
    border: none;
    outline: none;
    cursor: pointer;
    background: transparent;
}
.burger span, .burger:after, .burger:before {
    height: 2px;
    content: "";
    display: block;
    position: absolute;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: 0.15s;
    transition-duration: 0.15s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
    background-color: var(--gold);
}
.burger span {
    left: 0;
    width: 1.125rem;
    top: calc(50% + 7px);
}
.burger:after {
    left: 50%;
    top: calc(50% - 1px);
    margin-left: -1.125rem;
    width: 2.25rem;
}
.burger:before {
    left: 50%;
    top: calc(50% - 9px);
    margin-left: -1.125rem;
    width: 2.25rem;
}
.nav-open .header__nav {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}
.nav-open .header__layout {
    opacity: 1;
    visibility: visible;
}
.nav-open .hamburger span {
    opacity: 0;
    width: 100%;
}
.nav-open .hamburger:after {
    -webkit-transform: translateY(8px) translateX(0) rotate(45deg);
    -ms-transform: translateY(8px) translateX(0) rotate(45deg);
    transform: translateY(8px) translateX(0) rotate(45deg);
    width: 100%;
}
.nav-open .hamburger:before {
    -webkit-transform: translateY(-8px) translateX(0) rotate(-45deg);
    -ms-transform: translateY(-8px) translateX(0) rotate(-45deg);
    transform: translateY(-8px) translateX(0) rotate(-45deg);
    width: 100%;
}

.header-trigger {
    display: none;
}
@media (min-width: 1230px) {
    .header-trigger {
        left: 0;
        top: 9.75rem;
        display: block;
        position: absolute;
    }
}

.footer {
    color: white;
    position: relative;
    padding-top: 3.125rem;
    padding-bottom: 3.75rem;
    background-color: var(--dark);
    font-size: 0.875rem;
    line-height: 1rem;
}
.footer .container {
    z-index: 20;
    position: relative;
}
.footer__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    row-gap: 3.75rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.footer__group--text {
    display: none;
}
.footer__logo {
    display: block;
    width: 12.625rem;
    margin: 0 auto 3.75rem auto;
}
.footer__header {
    font-size: 1.375rem;
    line-height: 1.625rem;
    margin-bottom: 1rem;
}
.footer__header span {
    display: block;
}
.footer__contacts {
    margin-bottom: 2.25rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 2.5rem;
    -moz-column-gap: 2.5rem;
    column-gap: 2.5rem;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.footer__connect {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    row-gap: 0.5rem;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.footer__callback {
    padding: 0 0 0.1875rem 0;
    border: none;
    outline: none;
    color: var(--gold);
    font-weight: 600;
    font-size: 0.75rem;
    line-height: 0.875rem;
    cursor: pointer;
    text-decoration: none;
    text-transform: uppercase;
    background-color: transparent;
    border-bottom: 2px solid var(--gold);
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: var(--transition-time);
    transition: var(--transition-time);
}
.footer__callback:hover {
    color: var(--gold-hover);
    text-decoration: none;
    -webkit-transition: var(--transition-time);
    transition: var(--transition-time);
}
.footer__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    row-gap: 0.9375rem;
    -webkit-column-gap: 0.9375rem;
    -moz-column-gap: 0.9375rem;
    column-gap: 0.9375rem;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.footer__address {
    stroke: white;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 10.875rem;
    font-size: 0.875rem;
    line-height: 1rem;
    -webkit-column-gap: 1rem;
    -moz-column-gap: 1rem;
    column-gap: 1rem;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.footer__address i {
    width: 0.875rem;
    height: 1rem;
    display: block;
}
.footer__policy {
    width: 100%;
    text-align: center;
}
.footer__aside {
    display: none;
}
@media (min-width: 576px) {
    .footer__email {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
    .footer__address {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        width: 100%;
    }
    .footer__policy {
        width: auto;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
}
@media (min-width: 992px) {
    .footer {
        min-height: 28.375rem;
    }
    .footer__row {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .footer__group--form {
        width: 19.75rem;
    }
    .footer__group--nav {
        width: 20.9375rem;
    }
    .footer__logo {
        margin: 0 0 2.5rem 0;
    }
    .footer__info {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .footer__policy {
        text-align: left;
    }
    .footer__header {
        margin-bottom: 0;
    }
    .footer__header span {
        display: inline;
    }
}
@media (min-width: 1230px) {
    .footer {
        padding-top: 3.625rem;
        padding-bottom: 3.4375rem;
    }
    .footer__group--form {
        width: 27.125rem;
        padding-left: 2.875rem;
        padding-right: 3.625rem;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }
    .footer__group--nav {
        width: 27.125rem;
        padding: 1.5rem 2.25rem 0 3rem;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }
    .footer__group--contacts {
        width: auto;
        padding: 1.5rem 2.25rem 0 3.125rem;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
    }
    .footer__group--text {
        width: 15.625rem;
        display: block;
        font-size: 0.6875rem;
        line-height: 1rem;
        padding: 0.75rem 1.5rem 0 2rem;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }
    .footer__info {
        row-gap: 1.5rem;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .footer__policy {
        width: 9.6875rem;
    }
    .footer__contacts {
        margin-bottom: 2.5rem;
    }
    .footer__address {
        width: 11rem;
    }
    .footer__aside {
        top: 0;
        left: 0;
        bottom: 0;
        font-size: 0;
        line-height: 0;
        width: 11.4375rem;
        position: absolute;
        padding-top: 10.5625rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .footer__lead {
        display: block;
        width: 0.625rem;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }
}

.footer-form__field {
    margin-bottom: 1.5rem;
}
.footer-form__field:first-child {
    margin-bottom: 2.125rem;
}
.footer-form__text {
    font-size: 0.75rem;
    line-height: 0.875rem;
}
.footer-form__text a {
    color: var(--gold);
    text-decoration: none;
}
.footer-form__text a:hover {
    color: var(--gold);
    text-decoration: underline;
}
.footer-form__send {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 1rem;
    -moz-column-gap: 1rem;
    column-gap: 1rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.footer-nav {
    font-size: 0.875rem;
    line-height: 1rem;
    display: -ms-grid;
    display: grid;
    grid-row-gap: 1.875rem;
    grid-column-gap: 1rem;
    -ms-grid-columns: 52% 1fr;
    grid-template-columns: 52% 1fr;
}
.footer-nav__group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    row-gap: 1.375rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.footer-nav__title {
    font-weight: 700;
}
.footer-nav__title a {
    color: white;
    text-decoration: none;
    -webkit-transition: var(--transition-time);
    transition: var(--transition-time);
}
.footer-nav__title a:hover {
    color: var(--gold);
    text-decoration: none;
    -webkit-transition: var(--transition-time);
    transition: var(--transition-time);
}
.footer-nav__menu {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    row-gap: 0.6875rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.footer-nav__menu--primary {
    row-gap: 0.875rem;
}
.footer-nav__link {
    color: #D9D9D9;
    text-decoration: none;
    -webkit-transition: var(--transition-time);
    transition: var(--transition-time);
}
.footer-nav__link:hover {
    color: white;
    text-decoration: none;
    -webkit-transition: var(--transition-time);
    transition: var(--transition-time);
}
@media (min-width: 992px) {
    .footer-nav {
        -ms-grid-rows: 1fr auto;
        grid-template-rows: 1fr auto;
    }
    .footer-nav__group--services {
        -ms-grid-row-span: 2;
        grid-row: span 2;
    }
}
@media (min-width: 1230px) {
    .footer-nav {
        grid-row-gap: 3.125rem;
    }
}

.map {
    height: 23.125rem;
    position: relative;
    background-color: var(--dark);
}
.map .ymaps-2-1-79-ground-pane {
    filter: invert(95%);
    -ms-filter: invert(95%);
    -webkit-filter: invert(95%);
    -moz-filter: invert(95%);
    -o-filter: invert(95%);
}
.map .ymaps-2-1-79-ground-pane > * {
    filter: grayscale(1);
    -ms-filter: grayscale(1);
    -webkit-filter: grayscale(1);
    -moz-filter: grayscale(1);
    -o-filter: grayscale(1);
}
.map .ymaps-2-1-79-copyrights-pane {
    opacity: 0 !important;
    visibility: hidden !important;
}
@media (min-width: 1230px) {
    .map:after, .map:before {
        top: 0;
        bottom: 0;
        content: "";
        z-index: 100;
        width: 26.5rem;
        position: absolute;
    }
    .map:after {
        right: 0;
        background: rgb(0, 0, 0);
        background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), to(rgb(0, 0, 0)));
        background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 100%);
    }
    .map:before {
        left: 0;
        background: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0)), to(rgb(0, 0, 0)));
        background: linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 100%);
    }
}

.sticky-header {
    top: 0;
    left: 0;
    right: 0;
    z-index: 920;
    position: fixed;
    background-color: black;
    padding-left: 11.4375rem;
    display: none;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: var(--transition-time);
    transition: var(--transition-time);
}
.sticky-header__content {
    height: 5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 1.75rem;
    -moz-column-gap: 1.75rem;
    column-gap: 1.75rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.sticky-header__logo {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: block;
    width: 7.1875rem;
}
.sticky-header__nav {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-left: 5rem;
    margin-right: 6.625rem;
}
.sticky-header__contacts {
    height: 5rem;
    margin-right: 3.75rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 1.875rem;
    -moz-column-gap: 1.875rem;
    column-gap: 1.875rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.sticky-header__callback {
    color: black;
    border: none;
    outline: none;
    height: 5rem;
    padding: 0.5rem 1.25rem;
    cursor: pointer;
    font-weight: 600;
    font-size: 1rem;
    line-height: 1.1875rem;
    text-align: right;
    text-decoration: none;
    text-transform: uppercase;
    background-color: var(--gold);
    -webkit-transition: var(--transition-time);
    transition: var(--transition-time);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.sticky-header__callback:hover {
    color: black;
    text-decoration: none;
    background-color: var(--gold-hover);
    -webkit-transition: var(--transition-time);
    transition: var(--transition-time);
}
.sticky-header__callback:active {
    color: black;
    background-color: var(--gold);
}
.sticky-header.anchors-open .sticky-anchor-toggle span {
    background-color: white;
}
.sticky-header.anchors-open .sticky-anchors {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
@media (min-width: 1230px) {
    .sticky-header {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

.sticky-menu {
    margin: 0;
    padding: 0;
    font-size: 1.25rem;
    line-height: 1.5rem;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.sticky-menu__link {
    color: white;
    height: 5rem;
    white-space: none;
    text-decoration: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: var(--transition-time);
    transition: var(--transition-time);
}
.sticky-menu__link:hover {
    color: var(--gold);
    text-decoration: none;
    -webkit-transition: var(--transition-time);
    transition: var(--transition-time);
}

.sticky-anchor-toggle {
    top: 0;
    left: 100%;
    padding: 0;
    font-size: 0;
    line-height: 0;
    border: none;
    outline: none;
    width: 2.5rem;
    height: 5rem;
    cursor: pointer;
    position: absolute;
    margin-left: 1rem;
    background-color: transparent;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 0.375rem;
    -moz-column-gap: 0.375rem;
    column-gap: 0.375rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.sticky-anchor-toggle span, .sticky-anchor-toggle:after, .sticky-anchor-toggle:before {
    content: "";
    width: 0.1875rem;
    height: 0.1875rem;
    display: block;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    background-color: var(--gold);
}

.sticky-anchors {
    width: 100%;
    -webkit-column-gap: 4.5rem;
    -moz-column-gap: 4.5rem;
    column-gap: 4.5rem;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    display: none;
}
.sticky-anchors__item {
    color: white;
    height: 5rem;
    font-weight: 500;
    font-size: 1.125rem;
    line-height: 1.25rem;
    padding-bottom: 0.5rem;
    white-space: nowrap;
    text-decoration: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.sticky-anchors__item span {
    border-bottom: 2px solid var(--gold);
    -webkit-transition: var(--transition-time);
    transition: var(--transition-time);
}
.sticky-anchors__item:hover {
    color: white;
    text-decoration: none;
}
.sticky-anchors__item:hover span {
    border-bottom-color: transparent;
    -webkit-transition: var(--transition-time);
    transition: var(--transition-time);
}
.sticky-anchors__item:active {
    color: var(--gold);
}

.fixed-header .sticky-header {
    opacity: 1;
    visibility: visible;
    -webkit-transition: var(--transition-time);
    transition: var(--transition-time);
}

.nav {
    display: none;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 950;
    top: 13.75rem;
    position: fixed;
    padding: 3.5rem 24.875rem 3rem 18.625rem;
    background-color: rgba(0, 0, 0, 0.85);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.nav__container {
    height: 32.75rem;
    position: relative;
}
.nav__search {
    left: 0;
    bottom: 0;
    z-index: 50;
    width: 30.375rem;
    position: absolute;
}
.nav__menu {
    z-index: 10;
    height: 100%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 3.75rem;
    -moz-column-gap: 3.75rem;
    column-gap: 3.75rem;
}
.nav__primary {
    width: 16rem;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.nav__secondary {
    width: 16rem;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.nav__children {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    position: relative;
    padding-left: 7.125rem;
}
.nav__scroll {
    top: 0;
    right: 0;
    bottom: 0;
    left: 7.125rem;
    padding-right: 2.5rem;
    position: absolute;
    overflow-y: auto;
}
.nav__scroll::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}
.nav__scroll::-webkit-scrollbar-thumb {
    background: #C8A055;
}
.nav__scroll::-webkit-scrollbar-track {
    background-color: #444444;
}
.nav__close {
    top: 5.875rem;
    left: 4.875rem;
    z-index: 300;
    padding: 0;
    border: none;
    outline: none;
    font-size: 0;
    line-height: 0;
    width: 1.75rem;
    height: 1.75rem;
    cursor: pointer;
    fill: var(--gold);
    position: absolute;
    background-color: transparent;
}
@media (min-width: 1230px) {
    .nav {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.menu {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 1.125rem;
    line-height: 1.3125rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    row-gap: 0.75rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.menu li > a {
    color: white;
    display: block;
    padding: 0.375rem 0;
    text-decoration: none;
    border-bottom: 1px solid transparent;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}
.menu li:hover > a, .menu li.hover > a, .menu li.active > a,.menu li.state-hover > a {
    /*font-weight: 700;*/
    color: var(--gold);
    border-bottom-color: var(--gold);
    -webkit-transition: 0.2s;
    transition: 0.2s;
}
.menu--children li a:hover {
    color: var(--gold);
    border-bottom-color: transparent;
}

.nav-open {
    overflow: hidden;
    padding-right: 5px;
    position: relative;
}
.nav-open:before {
    top: 0;
    right: 0;
    bottom: 0;
    content: "";
    width: 5px;
    position: absolute;
    background-color: var(--dark);
}
.nav-open .header {
    right: 5px;
}
@media (min-width: 1230px) {
    .nav-open .nav {
        opacity: 1;
        visibility: visible;
        -webkit-transition: 0.3s;
        transition: 0.3s;
    }
}

.fixed-header .nav {
    top: 5rem;
}

.nav-mobile {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    color: white;
    z-index: 950;
    position: fixed;
    background-color: black;
    overflow-y: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.nav-mobile:after, .nav-mobile:before {
    content: "";
    height: 1.25rem;
}
.nav-mobile__container {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.nav-mobile__wrap {
    width: 100%;
    margin: 0 auto;
    max-width: 43.75rem;
    padding: 2.5rem 1.25rem;
}
.nav-mobile__menu {
    padding: 0;
    font-size: 1.5rem;
    line-height: 1.75rem;
    list-style: none;
    text-align: center;
    margin: 0 0 3.5rem 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    row-gap: 2.375rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.nav-mobile__link {
    color: white;
    text-decoration: none;
}
.nav-mobile__link:hover {
    color: white;
    text-decoration: none;
}
.nav-mobile__link.active {
    color: var(--gold);
    font-size: 2.5rem;
    line-height: 2.9375rem;
}
.nav-mobile__contacts {
    margin-bottom: 1.25rem;
    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;
}
.nav-mobile__close {
    top: 0;
    left: 0;
    fill: white;
    padding: 0;
    font-size: 0;
    line-height: 0;
    z-index: 100;
    width: 3.75rem;
    height: 3.75rem;
    cursor: pointer;
    position: absolute;
    background-color: transparent;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.nav-mobile__close i {
    width: 1.375rem;
    height: 1.375rem;
    display: block;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
@media (min-width: 1230px) {
    .nav-mobile {
        display: none;
    }
}

.nav-open {
    overflow: hidden;
}
.nav-open .nav-mobile {
    opacity: 1;
    visibility: visible;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.section {
    position: relative;
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
}
.section__layout {
    z-index: 10;
    position: relative;
}
@media (min-width: 768px) {
    .section {
        padding-top: 3.75rem;
        padding-bottom: 3.75rem;
    }
}
@media (min-width: 1230px) {
    .section {
        padding-top: 5rem;
        padding-bottom: 5rem;
    }
}

.primary {
    color: white;
    overflow: hidden;
    position: relative;
    background-color: var(--dark);
}
.primary__body {
    padding-top: 9rem;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.primary__container {
    z-index: 20;
    position: relative;
}
.primary__bg {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    position: absolute;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}
.primary__bg--xl {
    display: none;
}
.primary__comments {
    color: white;
    stroke: white;
    text-decoration: none;
    margin-bottom: 0.5625rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 0.5rem;
    -moz-column-gap: 0.5rem;
    column-gap: 0.5rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.primary__comments:hover {
    color: white;
    stroke: white;
    text-decoration: none;
}
.primary__comments i {
    font-size: 0;
    line-height: 0;
    width: 2.0625rem;
    height: 2.0625rem;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: block;
    overflow: hidden;
    border-radius: 1.25rem;
    background-color: var(--gold);
}
.primary__comments span {
    display: block;
}
.primary__header {
    font-weight: 600;
    font-size: 1.5625rem;
    line-height: 1.8125rem;
    margin-bottom: 3.125rem;
}
.primary__header--home {
    margin-bottom: 2.125rem;
}
.primary__menu {
    font-weight: 500;
    font-size: 1.125rem;
    line-height: 1.3125rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    row-gap: 1.125rem;
    -webkit-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
    -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;
}
.primary__link {
    color: white;
    stroke: white;
    display: block;
    text-decoration: none;
    border-bottom: 2px solid var(--gold);
    -webkit-transition: var(--transition-time);
    transition: var(--transition-time);
}
.primary__link:hover {
    color: white;
    stroke: white;
    display: block;
    text-decoration: none;
    border-bottom-color: transparent;
    -webkit-transition: var(--transition-time);
    transition: var(--transition-time);
}
.primary__features {
    margin: 0;
    padding: 0;
    color: white;
    stroke: #C8A155;
    list-style: none;
    font-size: 1.125rem;
    line-height: 1.375rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    row-gap: 1.125rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.primary__features li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 1rem;
    -moz-column-gap: 1rem;
    column-gap: 1rem;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.primary__features li i {
    font-size: 0;
    line-height: 0;
    display: block;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 1.8rem;
    height: 1.8rem;
}
.primary__features--xl {
    display: none;
}
.primary__main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 3.375rem;
}
.primary__main--home {
    margin-bottom: 2.25rem;
}
.primary__action {
    padding-top: 1.125rem;
    margin: 0 -1.25rem;
}
.primary__button {
    border: none;
    outline: none;
    width: 100%;
    color: black;
    cursor: pointer;
    padding: 1.25rem;
    height: 6.875rem;
    text-align: left;
    font-weight: 600;
    font-size: 1rem;
    line-height: 1.1875rem;
    text-decoration: none;
    text-transform: uppercase;
    background-color: var(--gold);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-transition: var(--transition-time);
    transition: var(--transition-time);
}
.primary__button i {
    font-size: 0;
    line-height: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    height: 1.75rem;
    display: inline-block;
}
.primary__button:hover {
    color: black;
    text-decoration: none;
    background-color: var(--gold-hover);
    -webkit-transition: var(--transition-time);
    transition: var(--transition-time);
}
.primary__button:active {
    color: black;
    background-color: var(--gold);
}
.primary__info {
    margin: 0 -1.25rem;
    position: relative;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
}
.primary__address {
    display: none;
}
.primary__search {
    display: none;
}
@media (min-width: 768px) {
    .primary__body {
        min-height: 46.875rem;
        position: relative;
    }
    .primary__header {
        font-size: 1.875rem;
        line-height: 2.25rem;
    }
}
@media (min-width: 992px) {
    .primary__body {
        min-height: 43.75rem;
        padding-top: 10rem;
        position: relative;
    }
    .primary__main {
        margin-bottom: 5rem;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .primary__group {
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }
    .primary__group--left {
        width: 37.5rem;
        padding-top: 1.5625rem;
    }
    .primary__group--right {
        width: 20.875rem;
    }
    .primary__group--first {
        width: 37.5rem;
    }
    .primary__group--last {
        width: 20.625rem;
    }
    .primary__header {
        font-size: 2.5rem;
        line-height: 3rem;
    }
    .primary__header--home {
        margin-bottom: 0.75rem;
    }
    .primary__menu {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-column-gap: 1.875rem;
        -moz-column-gap: 1.875rem;
        column-gap: 1.875rem;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .primary__action {
        margin: 4rem 0 0 0;
        width: auto;
    }
    .primary__button {
        height: 5.3125rem;
    }
    .primary__features {
        padding-left: 1.1rem;
    }
    .primary__features--xl {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .primary__info {
        margin-right: -1.875rem;
        -ms-grid-columns: 1fr 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr 1fr;
    }
    .primary__address {
        stroke: white;
        color: white;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        font-weight: 600;
        font-size: 0.875rem;
        line-height: 1rem;
        -webkit-column-gap: 1rem;
        -moz-column-gap: 1rem;
        column-gap: 1rem;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        margin-bottom: 1.875rem;
    }
    .primary__address i {
        top: 0.1875rem;
        font-size: 0;
        line-height: 0;
        display: block;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        width: 1rem;
        height: 1.25rem;
        position: relative;
    }
    .primary__address span {
        display: block;
    }
    .primary__bg--sm {
        display: none;
    }
    .primary__bg--xl {
        display: block;
    }
}
@media (min-width: 1230px) {
    .primary__body {
        min-height: 56.875rem;
        padding-top: 16.25rem;
    }
    .primary__header {
        font-size: 3.75rem;
        line-height: 4.375rem;
        margin-bottom: 2.625rem;
    }
    .primary__header--home {
        margin-bottom: 0.375rem;
    }
    .primary__main {
        margin-right: -2.125rem;
        padding-left: 7rem;
        margin-bottom: 3.75rem;
    }
    .primary__group--left {
        width: 56.25rem;
        padding-top: 1.5625rem;
    }
    .primary__group--right {
        width: 20.875rem;
    }
    .primary__comments {
        margin-top: 1.5625rem;
        font-size: 0.875rem;
        line-height: 1rem;
        margin-bottom: 0.3125rem;
    }
    .primary__comments i {
        width: 2.0625rem;
        height: 2.0625rem;
    }
    .primary__menu {
        -webkit-column-gap: 4.25rem;
        -moz-column-gap: 4.25rem;
        column-gap: 4.25rem;
    }
    .primary__action {
        margin-top: 2.875rem;
    }
    .primary__features {
        row-gap: 1.25rem;
    }
    .primary__info {
        margin-left: 0;
        margin-right: -11.625rem;
        grid-template-columns: 25.2% 25% 25.05% 24.75%;
    }
    .primary__address {
        padding-left: 7rem;
    }
    .primary__lead {
        font-size: 1.375rem;
        line-height: 1.625rem;
    }
    .primary__search {
        top: 0;
        bottom: 0;
        left: -11.625rem;
        z-index: 100;
        width: 38.8125rem;
        padding-left: 4.375rem;
        padding-right: 4.0625rem;
        position: absolute;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        background-color: #444444;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: 0.3s;
        transition: 0.3s;
    }
    .primary__search.open {
        opacity: 1;
        visibility: visible;
        -webkit-transition: 0.3s;
        transition: 0.3s;
    }
}

.primary-tile {
    min-height: 9.25rem;
    padding: 1.75rem 1.25rem;
    font-size: 1.125rem;
    line-height: 1.3125rem;
}
.primary-tile__icon {
    stroke: black;
    font-size: 0;
    line-height: 0;
    width: 1.625rem;
    height: 1.625rem;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.primary-tile__value {
    white-space: nowrap;
    font-size: 3.125rem;
    line-height: 3.125rem;
}
.primary-tile__icon {
    stroke: black;
    width: 1.75rem;
    height: 1.75rem;
    display: block;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.primary-tile__media {
    height: 3.125rem;
    padding-left: 2.875rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.primary-tile--simple {
    color: white;
    /*display: none;*/
}
.primary-tile--color {
    color: black;
    background: url("/local/templates/rekro2025/assets/css/../img/primary_tile_bg_sm.jpg") 50% 100% no-repeat;
    background-size: cover;
}
.primary-tile--white {
    color: var(--gold);
    background-color: white;
}
.primary-tile--black {
    color: black;
}
@media (min-width: 768px) {
    .primary-tile {
        padding-left: 2.5rem;
    }
}
@media (min-width: 992px) {
    .primary-tile--simple {
        display: block;
    }
    .primary-tile--color {
        background: url("/local/templates/rekro2025/assets/css/../img/primary_tile_bg.jpg") 50% 100% no-repeat;
        background-size: cover;
    }
    .primary-tile:first-child {
        padding-left: 1.25rem;
    }
}
@media (min-width: 992px) {
    .primary-tile {
        min-height: 9.25rem;
        padding: 1.75rem 1.25rem 1.875rem 2.5rem;
    }
}
@media (min-width: 1230px) {
    .primary-tile {
        height: 13.75rem;
        padding-top: 2.875rem;
        padding-left: 4.375rem;
        font-size: 1.5625rem;
        line-height: 1.8125rem;
    }
    .primary-tile:first-child {
        padding-left: 0;
    }
}
.primary-nav {
    display: none;
}
.primary-nav__arrow {
    width: 0.5rem;
    display: block;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    cursor: pointer;
}
.primary-nav__toggle {
    cursor: pointer;
}
.primary-nav__title {
    color: var(--gold);
    position: relative;
    font-weight: 600;
    font-size: 1.375rem;
    line-height: 1.5rem;
    height: 4.5rem;
    margin-top: 1.25rem;
    margin-bottom: 1.875rem;
}
.primary-nav__word {
    top: 50%;
    left: 50%;
    margin-top: -0.75rem;
    margin-left: -2.1875rem;
    position: absolute;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
@media (min-width: 1230px) {
    .primary-nav {
        z-index: 50;
        top: 19.875rem;
        left: 0;
        width: 11.625rem;
        position: absolute;
        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-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

.search-toggle {
    left: 4.66rem;
    top: 5.2rem;
    border: none;
    outline: none;
    font-size: 0;
    line-height: 0;
    width: 1.25rem;
    height: 1.25rem;
    cursor: pointer;
    z-index: 1000;
    display: none;
    position: absolute;
    background-color: transparent;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0nMjAnIGhlaWdodD0nMjAnIHZpZXdCb3g9JzAgMCAyMCAyMCcgZmlsbD0nbm9uZScgeG1sbnM9J2h0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnJz48Y2lyY2xlIGN4PSc4JyBjeT0nOCcgcj0nNycgc3Ryb2tlPSd3aGl0ZScgc3Ryb2tlLXdpZHRoPScyJy8+PG1hc2sgaWQ9J3BhdGgtMi1pbnNpZGUtMV80MDczXzE5MicgZmlsbD0nd2hpdGUnPjxwYXRoIGQ9J00xMC44Mjg1IDUuMTcxNTdDMTAuMTQ0OSA0LjQ4Nzk4IDkuMjM2OSA0LjA3NTA4IDguMjcyMzkgNC4wMDkyOEM3LjMwNzg4IDMuOTQzNDcgNi4zNTIxNyA0LjIyOTIgNS41ODIwNiA0LjgxMzYyQzQuODExOTUgNS4zOTgwMyA0LjI3OTU1IDYuMjQxNTggNC4wODMzNiA3LjE4ODIyQzMuODg3MTYgOC4xMzQ4NSA0LjA0MDQ0IDkuMTIwNTEgNC41MTQ4NCA5Ljk2Mjg2TDYuMjUzMTQgOC45ODM4N0M2LjAxNTM1IDguNTYxNjUgNS45Mzg1MiA4LjA2NzU5IDYuMDM2ODYgNy41OTMxQzYuMTM1MjEgNy4xMTg2IDYuNDAyMDcgNi42OTU3OCA2Ljc4ODA4IDYuNDAyODRDNy4xNzQwOSA2LjEwOTkxIDcuNjUzMTQgNS45NjY2OSA4LjEzNjU5IDUuOTk5NjdDOC42MjAwNSA2LjAzMjY2IDkuMDc1MiA2LjIzOTYyIDkuNDE3ODUgNi41ODIyN0wxMC44Mjg1IDUuMTcxNTdaJy8+PC9tYXNrPjxwYXRoIGQ9J00xMC44Mjg1IDUuMTcxNTdDMTAuMTQ0OSA0LjQ4Nzk4IDkuMjM2OSA0LjA3NTA4IDguMjcyMzkgNC4wMDkyOEM3LjMwNzg4IDMuOTQzNDcgNi4zNTIxNyA0LjIyOTIgNS41ODIwNiA0LjgxMzYyQzQuODExOTUgNS4zOTgwMyA0LjI3OTU1IDYuMjQxNTggNC4wODMzNiA3LjE4ODIyQzMuODg3MTYgOC4xMzQ4NSA0LjA0MDQ0IDkuMTIwNTEgNC41MTQ4NCA5Ljk2Mjg2TDYuMjUzMTQgOC45ODM4N0M2LjAxNTM1IDguNTYxNjUgNS45Mzg1MiA4LjA2NzU5IDYuMDM2ODYgNy41OTMxQzYuMTM1MjEgNy4xMTg2IDYuNDAyMDcgNi42OTU3OCA2Ljc4ODA4IDYuNDAyODRDNy4xNzQwOSA2LjEwOTkxIDcuNjUzMTQgNS45NjY2OSA4LjEzNjU5IDUuOTk5NjdDOC42MjAwNSA2LjAzMjY2IDkuMDc1MiA2LjIzOTYyIDkuNDE3ODUgNi41ODIyN0wxMC44Mjg1IDUuMTcxNTdaJyBzdHJva2U9J3doaXRlJyBzdHJva2Utd2lkdGg9JzQnIG1hc2s9J3VybCgjcGF0aC0yLWluc2lkZS0xXzQwNzNfMTkyKScvPjxsaW5lIHgxPScxMi43MDcxJyB5MT0nMTMuMjkyOScgeDI9JzE4LjcwNzEnIHkyPScxOS4yOTI5JyBzdHJva2U9J3doaXRlJyBzdHJva2Utd2lkdGg9JzInLz48L3N2Zz4=");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 40%;
    padding: 0;
    transition: .4s background-color;
}
.primary-nav + .search-toggle {
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
}
.primary-nav + .search-toggle:hover {
    background-color: var(--gold);
}
@media (min-width: 1230px) {
    .search-toggle {
        display: block;
    }
}

.item {
    color: black;
    font-size: 1rem;
    line-height: 1.5625rem;
    background-color: #F1F4F6;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.item__image {
    display: block;
    overflow: hidden;
}
.item__content {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 1.875rem 1.625rem;
}
.item__title {
    font-weight: 700;
    font-size: 1.125rem;
    line-height: 1.25rem;
}
.item__title a {
    color: black;
    text-decoration: none;
}
.item__title a:hover {
    color: black;
    text-decoration: none;
}
.item__text {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-top: 0.5rem;
}
.item__price {
    margin-top: 1.25rem;
    font-size: 1.25rem;
    line-height: 1.25rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.item__price-current {
    color: black;
    white-space: nowrap;
}
.item__price-current strong {
    font-weight: 700;
}
.item__price-old {
    color: #A99797;
    font-weight: 500;
    white-space: nowrap;
    text-decoration: line-through;
}
@media (min-width: 1230px) {
    .item__content {
        font-size: 1.125rem;
        line-height: 1.5625rem;
        padding: 2.5rem 1.25rem;
    }
    .item__title {
        font-size: 1.25rem;
        line-height: 1.25rem;
    }
    .item__text {
        margin-top: 0.5625rem;
    }
    .item__price {
        font-size: 1.25rem;
        line-height: 1.25rem;
        margin-top: 1.875rem;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .item__image img {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        -webkit-transition: 0.3s;
        transition: 0.3s;
    }
    .item__image:hover img {
        -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
        transform: scale(1.2);
        -webkit-transition: 0.3s;
        transition: 0.3s;
    }
    .item:hover .item__image > * {
        -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
        transform: scale(1.2);
        -webkit-transition: 0.3s;
        transition: 0.3s;
    }
}

.swiper-slide .item {
    height: 100%;
}

.catalog {
    padding-bottom: 0.9375rem;
    position: relative;
    background-color: white;
}
.catalog__layout {
    z-index: 10;
    position: relative;
}
.catalog__media {
    display: none;
}
.catalog__intro {
    margin-bottom: 3.4375rem;
}
.catalog__header {
    margin-bottom: 1.375rem;
}
.catalog__grid {
    display: -ms-grid;
    display: grid;
    grid-row-gap: 1.375rem;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
}
.catalog__content {
    font-size: 0.875rem;
    line-height: 1.5rem;
    padding-top: 3.125rem;
}
.catalog__content p {
    margin-bottom: 1.875rem;
}
.catalog__content p:last-child {
    margin-bottom: 0;
}
.catalog__content a {
    font-weight: 700;
    color: var(--gold);
    text-decoration: none;
}
.catalog__content a:hover {
    color: var(--gold);
    text-decoration: underline;
}
.catalog__lead {
    font-size: 1.25rem;
    line-height: 1.625rem;
    margin-bottom: 3.875rem;
}
@media (min-width: 768px) {
    .catalog__grid {
        grid-row-gap: 1.25rem;
        grid-column-gap: 1.25rem;
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    }
    .catalog__header {
        margin-bottom: 2rem;
    }
    .catalog__header span {

    }
    .catalog__content {
        font-size: 1.125rem;
        line-height: 1.75rem;
        padding-top: 3.125rem;
    }
}
@media (min-width: 992px) {
    .catalog {
        padding-bottom: 3.125rem;
    }
    .catalog__grid {
        grid-row-gap: 1.25rem;
        grid-column-gap: 1.25rem;
        -ms-grid-columns: 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr;
    }
    .catalog__intro {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 5rem;
    }
    .catalog__media {
        display: block;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
    }
    .catalog__image {
        margin-right: -1.875rem;
    }
    .catalog__content {
        font-size: 1rem;
        line-height: 1.5rem;
        padding-right: 1.875rem;
        width: 50%;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }
    .catalog__content p {
        margin-bottom: 1.5rem;
    }
    .catalog__content p:last-child {
        margin-bottom: 0;
    }
    .catalog__lead {
        font-size: 1rem;
        line-height: 1.5rem;
        margin-bottom: 1.5rem;
    }
}
@media (min-width: 1230px) {
    .catalog__intro {
        margin-bottom: 1.5rem;
    }
    .catalog__image {
        margin-right: -11.4375rem;
    }
    .catalog__grid {
        -ms-grid-columns: 1fr 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr 1fr;
    }
    .catalog__content {
        width: 54.1875rem;
        font-size: 1.5rem;
        line-height: 2rem;
        padding-top: 3.5rem;
        padding-right: 3rem;
    }
    .catalog__content p {
        margin-bottom: 1.875rem;
    }
    .catalog__content p:last-child {
        margin-bottom: 0;
    }
    .catalog__lead {
        font-size: 1.5rem;
        line-height: 2rem;
        margin-bottom: 1.875rem;
    }
    .catalog__header {
        margin-bottom: 3rem;
    }
}
.targets {
    font-size: 1rem;
    line-height: 1.5625rem;
    padding-top: 4.125rem;
    padding-bottom: 2.875rem;
    background-color: #F6FBFE;
}
.targets__header {
    margin-bottom: 1.125rem;
}
.targets p {
    margin-bottom: 1.5rem;
}
.targets p:last-child {
    margin-bottom: 0;
}
.targets__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    row-gap: 1rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.targets__media {
    width: 16.375rem;
    margin: 0 auto;
}
.targets__media img {
    mix-blend-mode: multiply;
}
.targets__text {
    margin-bottom: 2rem;
}
.targets__lead {
    border: 1px solid black;
    padding: 1.75rem 1.625rem 2.25rem 1.625rem;
}
.targets__pattern {
    display: none;
}
@media (min-width: 992px) {
    .targets {
        padding-top: 5rem;
        padding-bottom: 5rem;
    }
    .targets__body {
        position: relative;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .targets__media {
        top: 6.25rem;
        left: 50%;
        margin: 0 0 0 -10rem;
        position: absolute;
    }
    .targets__header {
        margin-right: -6.25rem;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
    }
    .targets__left {
        width: 20rem;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .targets__right {
        width: 22.5rem;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .targets__text {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        font-size: 0.875rem;
        line-height: 1.5625rem;
    }
}
@media (min-width: 1230px) {
    .targets {
        padding-top: 6.625rem;
        padding-bottom: 6.25rem;
    }
    .targets__left {
        width: 26.25rem;
    }
    .targets__header {
        margin-right: -7.5rem;
    }
    .targets__text {
        font-size: 0.875rem;
        line-height: 1.5625rem;
        margin-bottom: 4.5rem;
    }
    .targets__right {
        width: 27.875rem;
        padding-top: 8.5rem;
    }
    .targets__media {
        top: 2.625rem;
        margin-left: -18.5625rem;
        width: 37.125rem;
    }
    .targets__pattern {
        top: -2rem;
        right: -10.125rem;
        color: #EEEEEE;
        font-size: 6.125rem;
        line-height: 8.5rem;
        display: block;
        position: absolute;
        white-space: nowrap;
        text-transform: uppercase;
    }
}

.card {
    padding: 0 1.25rem;
}
.card__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 0.9375rem;
    -moz-column-gap: 0.9375rem;
    column-gap: 0.9375rem;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.card__header:after {
    top: 0.4375rem;
    content: "";
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: block;
    width: 1.1875rem;
    height: 0.625rem;
    position: relative;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0nMTknIGhlaWdodD0nMTAnIHZpZXdCb3g9JzAgMCAxOSAxMCcgZmlsbD0nbm9uZScgeG1sbnM9J2h0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnJz48cGF0aCBkPSdNMS4zMjU1NyAwTDEwLjgyNTUgOC43NzU1MUw5LjQ5OTk1IDEwTDAgMS4yMjQ0OUwxLjMyNTU3IDBaJyBmaWxsPScjQzhBMDU1Jy8+PHBhdGggZD0nTTEuMzI1NTcgMEwxMC44MjU1IDguNzc1NTFMOS40OTk5NSAxMEwwIDEuMjI0NDlMMS4zMjU1NyAwWicgZmlsbD0nI0M4QTA1NScvPjxwYXRoIGQ9J00xOSAxLjIyNDVMOS40OTk5NSAxMEw4LjE3NDQ3IDguNzc1NTJMMTcuNjc0NCAxLjAwNDY0ZS0wNUwxOSAxLjIyNDVaJyBmaWxsPScjQzhBMDU1Jy8+PHBhdGggZD0nTTE5IDEuMjI0NUw5LjQ5OTk1IDEwTDguMTc0NDcgOC43NzU1MkwxNy42NzQ0IDEuMDA0NjRlLTA1TDE5IDEuMjI0NVonIGZpbGw9JyNDOEEwNTUnLz48L3N2Zz4=");
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.card__num {
    width: 1.25rem;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    font-weight: 600;
    font-size: 1rem;
    line-height: 1.375rem;
    color: #C8A055;
}
.card__num--xl {
    display: none;
}
.card__title {
    font-size: 1.125rem;
    line-height: 1.3125rem;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
.card__title--xl {
    display: none;
}
.card__image {
    width: 15.75rem;
    margin: 0 auto;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.card__content {
    position: relative;
    font-size: 1rem;
    line-height: 1.5625rem;
}
.card__wrap {
    padding-top: 1.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    row-gap: 1rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.card__bg {
    display: none;
}
.card__pattern {
    display: none;
}
.card.open .card__header:after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
@media (min-width: 768px) {
    .card__wrap {
        padding-top: 1.5rem;
        -webkit-column-gap: 2.5rem;
        -moz-column-gap: 2.5rem;
        column-gap: 2.5rem;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .card__image {
        margin: 0;
        width: 12.5rem;
    }
}
@media (min-width: 992px) {
    .card {
        padding: 0;
        min-height: 26.25rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .card__header {
        display: none;
    }
    .card__content {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        position: relative;
        display: block !important;
        padding: 1.875rem 17.5rem 3.75rem 1.25rem;
    }
    .card__content:before {
        content: '';
        position: absolute;
        left: 0;
        top: 100%;
        height: 7px;
        background-color: #C8A055;
        z-index: 100;
        width: 100%;
    }
    .card__bg {
        display: block;
        width: 21.25rem;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }
    .card__image {
        right: 1.875rem;
        bottom: 4.375rem;
        width: 13.125rem;
        position: absolute;
    }
    .card__image--01 {
        right: 1.25rem;
        bottom: 3.125rem;
        width: 15.5rem;
    }
    .card__image--02 {
        right: 1.25rem;
        bottom: 3.75rem;
        width: 16rem;
    }
    .card__image--03 {
        right: 2.5rem;
        bottom: 4rem;
        width: 13.5rem;
    }
    .card__image--04 {
        right: 0.625rem;
        bottom: 2.5rem;
        width: 16.375rem;
    }
    .card__image--05 {
        right: 0.625rem;
        bottom: 3.4375rem;
        width: 16rem;
    }
    .card__image--06 {
        right: 0.625rem;
        bottom: 3.4375rem;
        width: 15.9375rem;
    }
    .card__image--07 {
        right: 1.875rem;
        bottom: 3.4375rem;
        width: 13.125rem;
    }
    .card__title {
        display: block;
        font-size: 1.875rem;
        line-height: 2.25rem;
        margin-bottom: 2.5rem;
    }
    .card__wrap {
        padding: 0;
    }
    .card__num {
        right: 2.75rem;
        top: 1.375rem;
        z-index: 40;
        color: black;
        position: absolute;
        font-weight: 400;
        font-size: 6.25rem;
        line-height: 6.25rem;
        position: absolute;
    }
    .card__num--xl {
        display: block;
    }
}
@media (min-width: 1230px) {
    .card {
        position: relative;
        min-height: 28.375rem;
        padding-left: 11.4375rem;
    }
    .card__bg {
        width: 49.65%;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }
    .card__content {
        padding: 1.875rem 15rem 3.75rem 5.375rem;
    }
    .card__title {
        font-size: 2.375rem;
        line-height: 2.8125rem;
        margin-bottom: 3.5rem;
    }
    .card__text {
        max-width: 28.75rem;
    }
    .card__image {
        right: 4rem;
        bottom: 4.375rem;
    }
    .card__image--01 {
        right: 3.375rem;
        bottom: 4.6875rem;
    }
    .card__image--02 {
        right: 2.625rem;
    }
    .card__image--03 {
        right: 3.75rem;
    }
    .card__image--04 {
        right: 3.75rem;
        bottom: 4.625rem;
    }
    .card__image--05 {
        right: 2.75rem;
    }
    .card__image--06 {
        right: 2.8125rem;
        bottom: 4.6875rem;
    }
    .card__image--07 {
        right: 4rem;
        bottom: 4.375rem;
    }
    .card__num {
        right: 4.75rem;
        top: 1.25rem;
        font-size: 9.0625rem;
        line-height: 10.625rem;
    }
    .card__pattern {
        top: 0;
        left: 0;
        bottom: 0;
        width: 11.4375rem;
        display: block;
        position: absolute;
    }
}

.stages {
    position: relative;
    padding-top: 2.5rem;
}
.stages__header {
    margin-bottom: 1.5625rem;
}
.stages__title {
    margin: 0;
}
@media (min-width: 992px) {
    .stages__header {
        margin-bottom: 1.875rem;
    }
}
@media (min-width: 1230px) {
    .stages {
        padding-top: 3.4375rem;
    }
    .stages__header {
        margin-bottom: 3.125rem;
    }
}

.articles {
    overflow: hidden;
    position: relative;
}
.articles__layout {
    z-index: 10;
    position: relative;
    padding-bottom: 3rem;
}
.articles__header {
    z-index: 10;
    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;
    margin-bottom: 1.875rem;
}
.articles__link {
    display: none;
}
.articles__lead {
    display: none;
}
.articles__main {
    z-index: 10;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    row-gap: 3.75rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.articles__items {
    display: -ms-grid;
    display: grid;
    grid-row-gap: 0.625rem;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
}
.articles__spoilers {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    row-gap: 1.25rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.articles__bg {
    display: none;
}
.articles__icon {
    display: none;
}
@media (min-width: 768px) {
    .articles__layout {
        padding-bottom: 4rem;
    }
    .articles__items {
        grid-row-gap: 1rem;
        grid-column-gap: 1.5rem;
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    }
    .articles__spoilers {
        row-gap: 1.75rem;
    }
}
@media (min-width: 992px) {
    .articles__link {
        display: block;
    }
    .articles__header {
        margin-bottom: 2.5rem;
    }
}
@media (min-width: 1230px) {
    .articles__layout {
        padding-top: 1.6875rem;
        padding-bottom: 7.25rem;
    }
    .articles__header {
        margin-bottom: 5.375rem;
    }
    .articles__main {
        -webkit-column-gap: 2rem;
        -moz-column-gap: 2rem;
        column-gap: 2rem;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .articles__items {
        width: 52.125rem;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }
    .articles__spoilers {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        padding-right: 1.875rem;
    }
    .articles__items {
        grid-column-gap: 2.25rem;
    }
    .articles__lead {
        top: 0;
        left: 30.625rem;
        z-index: 1;
        color: #eee;
        display: block;
        font-size: 6.0625rem;
        line-height: 8.4375rem;
        position: absolute;
        text-transform: uppercase;
    }
    .articles__title {
        font-size: 2.1875rem;
        line-height: 2.5625rem;
    }
    .articles__icon {
        top: 12.1875rem;
        left: 3.75rem;
        z-index: 10;
        width: 5.125rem;
        display: block;
        position: absolute;
    }
    .articles__bg {
        z-index: 1;
        left: -8.125rem;
        bottom: -12.5rem;
        width: 33.5rem;
        display: block;
        position: absolute;
    }
}

.article-item {
    font-size: 1.125rem;
    line-height: 1.5625rem;
    color: white;
    display: block;
    overflow: hidden;
    position: relative;
    text-decoration: none;
}
.article-item:before {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 5;
    content: "";
    position: absolute;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.9)));
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
}
.article-item__text {
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    display: block;
    position: absolute;
    padding: 1.625rem 1.25rem;
}
@media (min-width: 768px) {
    .article-item:first-child {
        font-size: 1.5625rem;
        line-height: 1.75rem;
        -ms-grid-column-span: 2;
        grid-column: span 2;
    }
}
.comments {
    overflow: hidden;
    position: relative;
    padding-top: 5rem;
    padding-bottom: 1.5625rem;
    background-color: #0C0C0C;
}
.comments__container {
    z-index: 10;
    position: relative;
}
.comments__media {
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    position: absolute;
}
.comments__media--md {
    display: none;
}
.comments__header {
    color: white;
    margin-bottom: 2.125rem;
}
.comments__main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    row-gap: 0.625rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.comments__footer {
    margin-top: 2.25rem;
}
.comments__new {
    display: none;
}
.comments__view {
    text-align: center;
}
.comments__order {
    text-align: center;
    margin-top: 8.75rem;
}
.comments__order .btn {
    width: 100%;
}
@media (min-width: 768px) {
    .comments {
        padding-bottom: 5rem;
    }
    .comments__footer {
        margin-top: 2.5rem;
        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;
    }
    .comments__new {
        display: block;
    }
    .comments__new .btn {
        min-width: 15.4375rem;
    }
    .comments__order {
        text-align: center;
        margin-top: 5.625rem;
    }
    .comments__order .btn {
        width: 27.125rem;
    }
    .comments__media--sm {
        display: none;
    }
    .comments__media--md {
        display: block;
    }
}
@media (min-width: 1230px) {
    .comments {
        padding-top: 7.375rem;
        padding-bottom: 5.9375rem;
    }
    .comments__header {
        font-size: 2.1875rem;
        line-height: 2.5625rem;
        margin-bottom: 3rem;
    }
    .comments__order {
        margin-top: 8.25rem;
    }
}

.comment {
    font-size: 1rem;
    line-height: 2rem;
    padding: 2.5rem 1.25rem;
    background-color: white;
}
.comment__header {
    font-size: 1rem;
    line-height: 1.1875rem;
    margin-bottom: 1.4375rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.comment__author {
    font-weight: 700;
    margin-bottom: 0.5rem;
}
.comment__media {
    display: block;
    width: 3.625rem;
    height: 3.625rem;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    border-radius: 50%;
    overflow: hidden;
}
.comment__read {
    margin-top: 2.25rem;
    margin-bottom: 0.75rem;
    color: black;
    text-decoration: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-column-gap: 0.75rem;
    -moz-column-gap: 0.75rem;
    column-gap: 0.75rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.comment__read span {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    display: block;
    text-decoration: underline;
}
.comment__read i {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    display: block;
    width: 8.9375rem;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.comment__read i + span {
    text-decoration: none;
}
.comment__read:hover {
    color: var(--gold);
    text-decoration: none;
}
.comment__read:hover span {
    text-decoration: none;
}
.comment__read--xl {
    display: none;
}
.comment__content {
    font-size: 1rem;
    line-height: 2rem;
}
.comment__text {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}
.comment__link {
    font-weight: 700;
    color: var(--gold);
    text-decoration: none;
}
.comment__link:hover {
    color: var(--gold);
    text-decoration: underline;
}
.comment__date {
    color: black;
    white-space: nowrap;
}
.comment__new {
    display: block;
}
@media (min-width: 768px) {
    .comment {
        padding: 2.5rem;
    }
    .comment__text {
        -webkit-line-clamp: 4;
    }
    .comment__read {
        margin-top: 1.625rem;
    }
}
@media (min-width: 992px) {
    .comment {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-column-gap: 1.25rem;
        -moz-column-gap: 1.25rem;
        column-gap: 1.25rem;
    }
    .comment__aside {
        width: 18.75rem;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -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;
    }
    .comment__read {
        margin-top: 0;
    }
    .comment__read--sm {
        display: none;
    }
    .comment__read--xl {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .comment__text {
        -webkit-line-clamp: 6;
    }
    .comment__link {
        display: inline;
    }
}
@media (min-width: 1230px) {
    .comment {
        padding-bottom: 2.875rem;
    }
    .comment__aside {
        width: 23.4375rem;
    }
    .comment__text {
        overflow: visible;
        display: inline;
        -webkit-line-clamp: inherit;
        -webkit-box-orient: inherit;
        text-overflow: inherit;
    }
    .comment__date {
        width: 11.375rem;
        text-align: right;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }
}

.compilation {
    position: relative;
    padding-bottom: 2.375rem;
}
.compilation__layout {
    z-index: 10;
    position: relative;
}
.compilation__header {
    margin-bottom: 1.875rem;
}
.compilation__control {
    margin-top: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.compilation__slider {
    margin: 0 -0.625rem;
    position: relative;
}
.compilation__slider .swiper {
    overflow: visible;
}
.compilation__slider .swiper-slide {
    padding: 0 0.625rem;
}
.compilation__slider .swiper-slide .item {
    opacity: 0.3;
    -webkit-transition: opacity 0.25s;
    transition: opacity 0.25s;
}
.compilation__slider .swiper-slide-visible .item {
    opacity: 1;
    -webkit-transition: opacity 0.25s;
    transition: opacity 0.25s;
}
@media (min-width: 768px) {
    .compilation__control {
        margin-top: 1.5rem;
    }
}
@media (min-width: 992px) {
    .compilation {
        padding-bottom: 4.0625rem;
    }
}
@media (min-width: 1230px) {
    .compilation__control {
        margin-top: 3.625rem;
    }
}

.docs {
    padding-bottom: 2.125rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    row-gap: 1.25rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.docs__nav {
    display: none;
}
.docs .swiper-wrapper {
    row-gap: 1.25rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.docs .swiper-slide:nth-child(n+4) {
    display: none;
}
@media (min-width: 768px) {
    .docs {
        row-gap: 2.5rem;
        padding-bottom: 3.75rem;
    }
    .docs__header {
        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;
    }
    .docs__nav {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .docs__slider {
        margin: 0 -0.625rem;
    }
    .docs .swiper-wrapper {
        row-gap: 0;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .docs .swiper-slide {
        padding: 0 0.625rem;
    }
    .docs .swiper-slide:nth-child(n+4) {
        display: block;
    }
}
@media (min-width: 1230px) {
    .docs {
        padding-bottom: 5rem;
        -webkit-column-gap: 1.25rem;
        -moz-column-gap: 1.25rem;
        column-gap: 1.25rem;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .docs__header {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -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;
    }
    .docs__main {
        width: 72.25rem;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }
}

.docs-item {
    color: black;
    display: block;
    text-decoration: none;
    position: relative;
    min-height: 18.75rem;
    background-color: #F1F4F6;
    padding: 2.5rem 1.25rem 8.125rem 1.25rem;
}
.docs-item__title {
    font-weight: 700;
    font-size: 1.25rem;
    line-height: 1.25rem;
}
.docs-item__size {
    display: block;
    left: 1.25rem;
    bottom: 2.125rem;
    color: #A99797;
    font-size: 1.125rem;
    line-height: 1.5625rem;
    position: absolute;
}
.docs-item__icon {
    right: 1.25rem;
    bottom: 1.875rem;
    width: 4.8125rem;
    display: block;
    position: absolute;
}
.portfolio {
    color: white;
    position: relative;
    padding: 5.3125rem 1.25rem;
    background-color: black;
}
.portfolio__view {
    text-align: center;
    margin-top: 2.5rem;
}
.portfolio__header {
    padding-bottom: 2.5rem;
}
.portfolio__title {
    color: white;
}
.portfolio__line {
    max-width: 24.25rem;
    margin: 1.25rem 0;
}
.portfolio__subtitle {
    font-size: 1.125rem;
    line-height: 1.5625rem;
}
.portfolio__group {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
}
.portfolio__group--03 {
    display: none;
}
.portfolio__button {
    padding-top: 2.5rem;
    text-align: center;
}
@media (min-width: 768px) {
    .portfolio__layout {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    }
    .portfolio__header {
        padding-right: 1.25rem;
    }
    .portfolio__button {
        padding: 1.25rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}
@media (min-width: 992px) {
    .portfolio__layout {
        grid-template-columns: 25.2% 25.1% 25.15% 24.55%;
        position: relative;
        z-index: 2;
    }
    .portfolio__group--02 {
        -ms-grid-column-span: 2;
        grid-column: span 2;
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
        -ms-grid-rows: auto 1fr auto;
        grid-template-rows: auto 1fr auto;
    }
    .portfolio__group--03 {
        display: -ms-grid;
        display: grid;
    }
}
@media (min-width: 1230px) {
    .portfolio {
        padding: 8.25rem 0 0 11.4375rem;
    }
    .portfolio__group--02 {
        -ms-grid-rows: auto 1fr 7.75rem;
        grid-template-rows: auto 1fr 7.75rem;
    }
    .portfolio__header {
        padding-right: 0.625rem;
    }
    .portfolio__button {
        padding: 1.25rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.portfolio-item {
    font-weight: 500;
    font-size: 1.125rem;
    line-height: 1.5625rem;
    display: block;
    color: white;
    overflow: hidden;
    position: relative;
    text-decoration: none;
}
.portfolio-item:before {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 5;
    content: "";
    position: absolute;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.8)));
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
    -webkit-transition: var(--transition-time);
    transition: var(--transition-time);
}
.portfolio-item__title {
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    display: block;
    position: absolute;
    padding: 1.875rem 1.25rem 1.875rem 1.25rem;
}
.portfolio-item:hover {
    color: white;
    text-decoration: none;
}
.portfolio-item--05 {
    display: none;
}
.portfolio-item--06 {
    display: none;
}
.portfolio-item--07 {
    display: none;
}
@media (min-width: 992px) {
    .portfolio-item {
        font-size: 1rem;
        line-height: 1.4375rem;
    }
    .portfolio-item--03 {
        -ms-grid-column-span: 2;
        grid-column: span 2;
    }
    .portfolio-item--04 {
        -ms-grid-row-span: 2;
        grid-row: span 2;
    }
    .portfolio-item--05 {
        display: block;
    }
    .portfolio-item--06 {
        display: block;
    }
    .portfolio-item--07 {
        display: block;
    }
}
@media (min-width: 1230px) {
    .portfolio-item {
        font-size: 1.125rem;
        line-height: 1.5625rem;
    }
    .portfolio-item img {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        -webkit-transition: 0.3s;
        transition: 0.3s;
    }
    .portfolio-item:hover img {
        -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
        transform: scale(1.2);
        -webkit-transition: 0.3s;
        transition: 0.3s;
    }
    .portfolio-item__title {
        padding: 1.875rem 2.5rem 2.5rem 2.875rem;
    }
    .portfolio-item--03 .portfolio-item__title {
        max-width: 32.5rem;
        padding: 1.875rem 0 3.875rem 2.875rem;
    }
    .portfolio-item--07 .portfolio-item__title {
        padding-bottom: 4.25rem;
    }
}

.offer {
    overflow: hidden;
    position: relative;
}
.offer__media {
    height: 14rem;
}
.offer__layout {
    z-index: 10;
    position: relative;
    padding: 1.875rem 1.25rem 4.75rem 1.25rem;
}
.offer__block {
    display: none;
}
.offer__item {
    margin-top: 1.8125rem;
}
.offer__text {
    font-size: 0.75rem;
    line-height: 0.875rem;
    text-align: center;
    margin-top: 1.625rem;
    margin-bottom: 1.375rem;
}
.offer__text a {
    color: var(--gold);
    text-decoration: none;
}
.offer__text a:hover {
    color: var(--gold);
    text-decoration: underline;
}
@media (min-width: 992px) {
    .offer__media {
        top: 0;
        left: -8.125rem;
        right: -8.125rem;
        bottom: 0;
        z-index: 1;
        height: auto;
        position: absolute;
    }
    .offer__layout {
        padding: 5rem 8.125rem 5rem 1.25rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
    .offer__main {
        width: 21.25rem;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }
}
@media (min-width: 1230px) {
    .offer__media {
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
    }
    .offer__layout {
        padding: 6.875rem 22.2% 6.625rem 20.75rem;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .offer__main {
        width: 37.6%;
        padding-bottom: 6.375rem;
    }
    .offer__block {
        color: white;
        display: block;
        width: 34.125rem;
        padding: 3.5625rem 2.8125rem;
        font-size: 1.125rem;
        line-height: 2rem;
        background-color: rgba(0, 0, 0, 0.8);
        backdrop-filter: blur(20px);
        -webkit-filter: drop-shadow(4px 4px 5px rgba(0, 0, 0, 0.25));
        filter: drop-shadow(4px 4px 5px rgba(0, 0, 0, 0.25));
    }
}

.offer-sm {
    color: white;
    overflow: hidden;
    position: relative;
}
.offer-sm__container {
    z-index: 20;
    position: relative;
}
.offer-sm__bg {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    position: absolute;
}
.offer-sm__layout {
    padding-top: 2.625rem;
    padding-bottom: 3.125rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    row-gap: 5.625rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.offer-sm__logo {
    display: block;
    width: 9.6875rem;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.offer-sm__header {
    margin-bottom: 1.25rem;
}
.offer-sm__row {
    margin-bottom: 2.375rem;
    display: -ms-grid;
    display: grid;
    grid-row-gap: 2.5rem;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
}
.offer-sm__submit {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    row-gap: 2.8125rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.offer-sm__text {
    font-size: 0.875rem;
    line-height: 1rem;
}
.offer-sm__button .btn {
    width: 100%;
}
@media (min-width: 768px) {
    .offer-sm__layout {
        padding-top: 5rem;
        padding-bottom: 5.625rem;
        -webkit-column-gap: 3.75rem;
        -moz-column-gap: 3.75rem;
        column-gap: 3.75rem;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .offer-sm__logo {
        width: 12.625rem;
    }
    .offer-sm__main {
        width: 25rem;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }
}
@media (min-width: 992px) {
    .offer-sm__logo {
        width: 12.625rem;
        margin-top: 0.75rem;
    }
    .offer-sm__main {
        width: 41.25rem;
    }
    .offer-sm__header {
        margin-bottom: 4rem;
    }
    .offer-sm__row {
        margin-bottom: 2.5rem;
        grid-column-gap: 2.5rem;
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    }
    .offer-sm__submit {
        -webkit-column-gap: 2.5rem;
        -moz-column-gap: 2.5rem;
        column-gap: 2.5rem;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .offer-sm__button {
        width: 12.5rem;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }
}
@media (min-width: 1230px) {
    .offer-sm__layout {
        min-height: 34.875rem;
        padding-right: 9.375rem;
        padding-top: 7.9375rem;
        padding-bottom: 7.9375rem;
    }
    .offer-sm__main {
        width: 61.125rem;
    }
    .offer-sm__row {
        grid-column-gap: 4.125rem;
    }
}

.price {
    z-index: 10;
    color: black;
    position: relative;
    padding-bottom: 3.5rem;
}
.price__container {
    z-index: 10;
    position: relative;
}
.price__bg {
    display: none;
}
.price__header {
    margin-bottom: 1.25rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    row-gap: 1rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.price__year {

}
@media (min-width: 768px) {
    .price {
        padding-top: 3.5rem;
    }
    .price__header {
        margin-bottom: 3rem;
        -webkit-column-gap: 2.5rem;
        -moz-column-gap: 2.5rem;
        column-gap: 2.5rem;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .price__title {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
    .price__year {
        margin: -0.25rem -1.75rem 0 -1.5rem;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        margin: 0;
        width: 18.75rem;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }
}
@media (min-width: 992px) {
    .price {
        padding-top: 4.6875rem;
        padding-bottom: 4.6875rem;
    }
    .price__header {
        margin-bottom: 4rem;
    }
    .price__year {
        width: 31.25rem;
    }
}
@media (min-width: 1230px) {
    .price {
        background-color: #F3F4F6;
    }
    .price__header {
        row-gap: 2.625rem;
    }
    .price__year {
        width: 52.9375rem;
    }
    .price__title {
        width: 30.375rem;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }
    .price__main {
        width: 77.125rem;
    }
    .price__bg {
        top: 0;
        right: 0;
        bottom: 0;
        z-index: 1;
        width: 51.625rem;
        display: block;
        position: absolute;
    }
    .price__bg img {
        mix-blend-mode: multiply;
    }
}

.price-table__header {
    display: none;
}
.price-table__body {
    font-size: 1.125rem;
    line-height: 1.5625rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    row-gap: 1.25rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.price-table__item--value {
    font-weight: 700;
}
@media (min-width: 768px) {
    .price-table__header {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .price-table__title {
        color: white;
        font-weight: 700;
        min-height: 5rem;
        padding: 0.5rem 1.25rem;
        font-size: 1.25rem;
        line-height: 1.375rem;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .price-table__title:first-child {
        width: 58%;
        background-color: #676767;
    }
    .price-table__title:last-child {
        width: 42%;
        background-color: #C8A055;
    }
    .price-table__body {
        row-gap: 0;
    }
    .price-table__row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .price-table__body {
        font-size: 1rem;
        line-height: 1.5rem;
    }
    .price-table__item {
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding: 0.875rem 1.25rem;
        border-right: 1px solid rgba(217, 217, 217, 0.8);
        border-bottom: 1px solid rgba(217, 217, 217, 0.8);
    }
    .price-table__item:first-child {
        border-left: 1px solid rgba(217, 217, 217, 0.8);
    }
    .price-table__item:first-child {
        width: 58%;
    }
    .price-table__item:last-child {
        width: 42%;
    }
}
@media (min-width: 1230px) {
    .price-table__title {
        font-size: 1.5rem;
        line-height: 1.5625rem;
    }
    .price-table__body {
        font-size: 1.125rem;
        line-height: 1.5625rem;
    }
}

.values {
    position: relative;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
}
.values__header {
    margin-bottom: 1.5625rem;
}
.values__title {
    margin: 0;
}
@media (min-width: 992px) {
    .values {
        padding-bottom: 0;
    }
    .values__header {
        margin-bottom: 1.875rem;
    }
}
@media (min-width: 1230px) {
    .values {
        padding-top: 3.4375rem;
    }
    .values__header {
        margin-bottom: 3.125rem;
    }
}

.command {
    position: relative;
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
}
.command__header {
    margin-bottom: 1.125rem;
}
.command__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    row-gap: 2.25rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.command__control .slider-nav {
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.command__content .swiper-slide {
    opacity: 0 !important;
    -webkit-transition: opacity 0.3s ease-in;
    transition: opacity 0.3s ease-in;
}
.command__content .swiper-slide-active {
    z-index: 50;
    opacity: 1 !important;
    -webkit-transition: opacity 0.3s ease-in;
    transition: opacity 0.3s ease-in;
}
.command__media {
    /*display: none;*/
}
.command__media .swiper-slide {
    opacity: 0 !important;
    -webkit-transition: opacity 0.3s ease-in;
    transition: opacity 0.3s ease-in;
}
.command__media .swiper-slide-active {
    z-index: 50;
    opacity: 1 !important;
    -webkit-transition: opacity 0.3s ease-in;
    transition: opacity 0.3s ease-in;
}
.command__bg {
    display: none;
}
.command__icon {
    display: none;
}
@media (min-width: 992px) {
    .command {
        min-height: 45.5rem;
    }
    .command__body {
        row-gap: 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
    .command__header {
        margin-bottom: 2.5rem;
    }
    .command__content {
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }
    .command__control {
        padding-top: 0.625rem;
    }
    .command__control .slider-nav {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
    .command__slider {
        margin: 0 -4.375rem;
    }
    .command__slider .swiper-slide {
        padding: 0 4.375rem;
        width: 22.5rem;
    }
}
@media (min-width: 1230px) {
    .command {
        min-height: 61.5625rem;
        padding-top: 4.375rem;
        padding-bottom: 5rem;
    }
    .command__header {
        margin-bottom: 4rem;
    }
    .command__content {
        -ms-flex-negative: 0;
        flex-shrink: 0;
        width: 51.25rem;
    }
    .command__media {
        top: 0;
        bottom: 0;
        right: 15.65%;
        width: 28%;
        z-index: 100;
        display: block;
        position: absolute;
        background-color: #C8A055;
    }
    .command__slider {
        width: 56.75rem;
        position: relative;
        margin: 0 0 0 -2.5rem;
    }
    .command__slider:before {
        top: 0;
        left: 0;
        bottom: 0;
        z-index: 50;
        content: "";
        width: 2.6875rem;
        position: absolute;
        background-color: white;
    }
    .command__slider .swiper-slide {
        padding: 0 2.5rem;
        width: 19.125rem;
    }
    .command__control {
        padding-right: 3%;
    }
    .command__bg {
        z-index: 1;
        top: 1.125rem;
        right: 9.75rem;
        display: block;
        width: 27.875rem;
        height: 27.875rem;
        position: absolute;
    }
    .command__bg img {
        mix-blend-mode: multiply;
    }
    .command__icon {
        top: 12.5rem;
        right: 1.25rem;
        z-index: 10;
        width: 5.125rem;
        display: block;
        position: absolute;
    }
    .command__thumbs {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .command__secondary {
        display: block;
        width: 16rem;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }
    .command__secondary .swiper-slide {
        padding-left: 1.875rem;
    }
}

.person {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 0.875rem;
    line-height: 1.25rem;
    text-align: center;
}
.person__media {
    border-bottom: 1px solid #D9D9D9;
}
.person__image {
    width: 14.25rem;
    display: block;
    margin: 0 auto;
}
.person__content {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding-top: 0.75rem;
}
.person__name {
    /*min-height: 2.5rem;*/
    font-weight: 500;
    font-size: 1.125rem;
    line-height: 1.25rem;
    margin-bottom: .35rem;
}
.person__office {
    color: var(--gold);
}
.person-info__content {
    padding: 2rem 1.375rem;
    border: 1px solid black;
}
.person-info__header {
    display: none;
}
@media (min-width: 992px) {
    .person-info {
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        row-gap: 2.25rem;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .person-info__header {
        font-size: 1.125rem;
        line-height: 1.5625rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .person-info__name {
        font-size: 1.875rem;
        line-height: 2.25rem;
    }
    .person-info__location {
        color: #C8A055;
        stroke: #D9D9D9;
        font-size: 1rem;
        line-height: 1.5625rem;
        text-decoration: none;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-column-gap: 0.375rem;
        -moz-column-gap: 0.375rem;
        column-gap: 0.375rem;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .person-info__location i {
        width: 1rem;
        height: 1.25rem;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        display: inline-block;
    }
    .person-info__location:hover {
        text-decoration: underline;
    }
    .person-info__content {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
    }
}
@media (min-width: 1230px) {
    .person-info__name {
        font-size: 2.375rem;
        line-height: 2.8125rem;
    }
}

.person-media {
    width: 100%;
    height: 100%;
    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: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.person-media__image {
    display: block;
    height: 61.5625rem;
}

.expertise {
    padding-top: 5rem;
}
.expertise__header {
    margin-bottom: 1.5rem;
}
.expertise__leads {
    margin-bottom: 1.375rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    row-gap: 0.875rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
}
.expertise__lead {
    color: black;
    font-weight: 700;
    font-size: 1rem;
    line-height: 1.5625rem;
    padding: 0.5rem 0.625rem;
    border: 1px solid black;
}
.expertise__lead--gold {
    color: var(--gold);
    border-color: var(--gold);
}
.expertise__info {
    margin-bottom: 2.75rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    row-gap: 1.5rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
}
.expertise__quote {
    font-size: 1.125rem;
    line-height: 1.75rem;
    position: relative;
    padding-left: 2.8125rem;
    padding-bottom: 1.125rem;
}
.expertise__quote:after, .expertise__quote:before {
    z-index: 10;
    content: "";
    display: block;
    width: 1.875rem;
    height: 2.0625rem;
    position: absolute;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0nNDknIGhlaWdodD0nNTQnIHZpZXdCb3g9JzAgMCA0OSA1NCcgZmlsbD0nbm9uZScgeG1sbnM9J2h0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnJz48cGF0aCBkPSdNMTUuNDggMEwxMS4wOTQgMjcuMzQ4SDE3LjI4NlY1My45MjJIMFYyNy4zNDhMNi40NSAwSDE1LjQ4Wk00Ni42OTggMEw0Mi4zMTIgMjcuMzQ4SDQ4LjUwNFY1My45MjJIMzEuMjE4VjI3LjM0OEwzNy42NjggMEg0Ni42OThaJyBmaWxsPScjQzhBMDU1Jy8+PC9zdmc+");
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
}
.expertise__quote:before {
    top: 0;
    left: 0;
}
.expertise__quote:after {
    top: 100%;
    right: 0;
    margin-top: -2.375rem;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.expertise__button .btn {
    width: 100%;
}
@media (min-width: 768px) {
    .expertise {
        min-height: 17rem;
        padding-bottom: 2.75rem;
        padding-top: 0;
    }
    .expertise__quote {
        font-size: 1.25rem;
        line-height: 1.875rem;
        margin-left: 13.75rem;
    }
}
@media (min-width: 992px) {
    .expertise {
        padding-bottom: 4rem;
    }
    .expertise__header {
        margin-bottom: 1.75rem;
    }
    .expertise__quote {
        padding-bottom: 0;
        margin-left: 18.75rem;
        padding-right: 2.8125rem;
    }
    .expertise__quote:after {
        top: auto;
        bottom: 0;
        margin-top: 0;
    }
    .expertise__lead {
        padding: 1.5rem 2.1875rem;
    }
    .expertise__info {
        row-gap: 1.875rem;
        margin-bottom: 2.5rem;
    }
    .expertise__button {
        width: 15.375rem;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }
}
@media (min-width: 1230px) {
    .expertise {
        padding-bottom: 5.25rem;
    }
    .expertise__quote {
        font-size: 1.5rem;
        line-height: 2.125rem;
        padding-left: 5.25rem;
        padding-right: 5.25rem;
        margin-left: 27.125rem;
    }
    .expertise__quote:after, .expertise__quote:before {
        width: 3.0625rem;
        height: 3.375rem;
    }
    .expertise__lead {
        padding-left: 3.25rem;
    }
}

.expertise-info {
    font-size: 1rem;
    line-height: 1.375rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 0.5625rem;
    -moz-column-gap: 0.5625rem;
    column-gap: 0.5625rem;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.expertise-info__icon {
    fill: #C8A055;
    display: block;
    width: 2.3125rem;
    height: 2.3125rem;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    font-size: 0;
    line-height: 0;
    border-radius: 12.5rem;
    background-color: rgba(217, 217, 217, 0.2);
}
@media (min-width: 992px) {
    .expertise-info {
        font-size: 1.125rem;
        line-height: 1.5625rem;
    }
}
.expertise-author {
    z-index: 30;
    position: relative;
}
.expertise-author__media {
    width: 15.75rem;
    margin: 0 auto;
}
.expertise-author__content {
    color: #676767;
    font-size: 1rem;
    line-height: 1.5625rem;
    text-align: center;
    padding: 1.5rem 1.25rem;
    background-color: #232323;
}
.expertise-author__name {
    color: white;
    font-weight: 600;
    font-size: 1.25rem;
    line-height: 1.5625rem;
    margin-bottom: 1.375rem;
}
@media (min-width: 768px) {
    .expertise-author__media {
        left: 1.25rem;
        bottom: 0;
        margin: 0;
        width: 17.5rem;
        position: absolute;
    }
    .expertise-author__content {
        text-align: left;
        padding: 2.375rem 1.25rem 2.375rem 21.25rem;
    }
    .expertise-author__name {
        margin-bottom: 0.1875rem;
    }
}
@media (min-width: 992px) {
    .expertise-author__media {
        width: 21.1875rem;
    }
    .expertise-author__content {
        padding-left: 26.25rem;
    }
}
@media (min-width: 1230px) {
    .expertise-author__media {
        left: 13rem;
        height: 26.875rem;
    }
    .expertise-author__content {
        padding-left: 39.5rem;
    }
    .expertise-author__name {
        font-weight: 400;
        font-size: 1.5rem;
        line-height: 1.5625rem;
    }
}

.expertise-warning {
    color: white;
    font-size: 1.125rem;
    line-height: 1.5625rem;
    padding: 2.875rem 0;
    background-color: black;
}
.expertise-warning__row {
    display: -ms-grid;
    display: grid;
    grid-row-gap: 1.875rem;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
}
.expertise-warning__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.expertise-warning__icon {
    top: 0.5rem;
    font-size: 0;
    line-height: 0;
    width: 2.375rem;
    height: 2.375rem;
    position: relative;
}
@media (min-width: 768px) {
    .expertise-warning {
        padding-top: 3.75rem;
        padding-bottom: 3.5rem;
    }
}
@media (min-width: 992px) {
    .expertise-warning__row {
        grid-row-gap: 2.5rem;
    }
}
@media (min-width: 1230px) {
    .expertise-warning__row {
        grid-column-gap: 10rem;
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    }
}

.services {
    position: relative;
    padding-top: 1.875rem;
    padding-bottom: 2.25rem;
}
.services__header {
    margin-bottom: 0.875rem;
}
.services__aside {
    display: none;
}
.services__link--sm {
    margin-top: 1.25rem;
}
.services__main {
    border-top: 1px solid #D9D9D9;
}
@media (min-width: 768px) {
    .services {
        padding-top: 3.75rem;
        padding-bottom: 2.25rem;
    }
    .services__header {
        margin-bottom: 2.25rem;
    }
}
@media (min-width: 992px) {
    .services__body {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-column-gap: 6.25rem;
        -moz-column-gap: 6.25rem;
        column-gap: 6.25rem;
    }
    .services__aside {
        z-index: 20;
        display: block;
        width: 18.75rem;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        position: relative;
    }
    .services__main {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        border-top: none;
    }
    .services__control {
        margin-bottom: 1.375rem;
        border-top: 1px solid #D9D9D9;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .services__nav {
        border: none;
        outline: none;
        width: 100%;
        color: black;
        cursor: pointer;
        padding: 1.25rem 0;
        font-size: 1.125rem;
        line-height: 1.5rem;
        text-decoration: none;
        background-color: transparent;
        border-bottom: 1px solid #D9D9D9;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .services__nav.active {
        color: var(--gold);
    }
    .services__link--sm {
        display: none;
    }
    .services__content {
        display: none;
    }
    .services__content.active {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
@media (min-width: 1230px) {
    .services {
        padding-top: 8.125rem;
    }
    .services__header {
        margin-bottom: 3.25rem;
    }
    .services__body {
        -webkit-column-gap: 0;
        -moz-column-gap: 0;
        column-gap: 0;
    }
    .services__aside {
        width: 27.125rem;
    }
    .services__nav {
        font-size: 1.75rem;
        line-height: 2.0625rem;
        -webkit-transition: var(--transition-time);
        transition: var(--transition-time);
    }
    .services__nav:hover {
        color: var(--gold);
        -webkit-transition: var(--transition-time);
        transition: var(--transition-time);
    }
}

.service-item {
    position: relative;
    padding-top: 1.25rem;
    padding-bottom: 1.125rem;
    border-bottom: 1px solid #D9D9D9;
}
.service-item__header {
    font-weight: 700;
    font-size: 1.125rem;
    line-height: 1.3125rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 0.9375rem;
    -moz-column-gap: 0.9375rem;
    column-gap: 0.9375rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.service-item__header:after {
    content: "";
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: block;
    width: 1.1875rem;
    height: 0.625rem;
    position: relative;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0nMTknIGhlaWdodD0nMTAnIHZpZXdCb3g9JzAgMCAxOSAxMCcgZmlsbD0nbm9uZScgeG1sbnM9J2h0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnJz48cGF0aCBkPSdNMS4zMjU1NyAwTDEwLjgyNTUgOC43NzU1MUw5LjQ5OTk1IDEwTDAgMS4yMjQ0OUwxLjMyNTU3IDBaJyBmaWxsPScjQzhBMDU1Jy8+PHBhdGggZD0nTTEuMzI1NTcgMEwxMC44MjU1IDguNzc1NTFMOS40OTk5NSAxMEwwIDEuMjI0NDlMMS4zMjU1NyAwWicgZmlsbD0nI0M4QTA1NScvPjxwYXRoIGQ9J00xOSAxLjIyNDVMOS40OTk5NSAxMEw4LjE3NDQ3IDguNzc1NTJMMTcuNjc0NCAxLjAwNDY0ZS0wNUwxOSAxLjIyNDVaJyBmaWxsPScjQzhBMDU1Jy8+PHBhdGggZD0nTTE5IDEuMjI0NUw5LjQ5OTk1IDEwTDguMTc0NDcgOC43NzU1MkwxNy42NzQ0IDEuMDA0NjRlLTA1TDE5IDEuMjI0NVonIGZpbGw9JyNDOEEwNTUnLz48L3N2Zz4=");
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.service-item__content {
    padding-top: 0.625rem;
    padding-bottom: 1.25rem;
}
.service-item__title {
    display: none;
}
.service-item__main {
    font-size: 1rem;
    line-height: 1.5625rem;
    margin-bottom: 0.625rem;
    z-index: 10;
    position: relative;
}
.service-item__main p {
    margin-bottom: 0.625rem;
}
.service-item__main p:last-child {
    margin-bottom: 0;
}
.service-item__text {
    margin-bottom: 0.625rem;
}
.service-item__media {
    margin: 0 -1.25rem;
}
.service-item__image {
    margin: 0 auto;
    max-width: 23.75rem;
    position: relative;
}
.service-item__icon {
    top: 2.25rem;
    right: 5rem;
    z-index: 5;
    width: 3.125rem;
    height: 3.125rem;
    display: block;
    position: absolute;
}
.service-item__nav {
    z-index: 10;
    position: relative;
    font-weight: 600;
    font-size: 1.125rem;
    line-height: 1.5625rem;
    margin-top: 1rem;
    padding: 2.25rem 2.75rem;
    border: 1px solid black;
}
.service-item__links {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    row-gap: 0.9375rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.service-item__links li a {
    color: black;
    text-decoration: none;
}
.service-item__links li a:hover {
    color: black;
    text-decoration: none;
}
.service-item.open .service-item__header {
    color: var(--gold);
}
.service-item.open .service-item__header:after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
@media (min-width: 768px) {
    .service-item__image {
        margin: 0 auto;
    }
}
@media (min-width: 992px) {
    .service-item {
        padding: 0;
        border-bottom: none;
    }
    .service-item__header {
        display: none !important;
    }
    .service-item__content {
        padding: 0;
    }
    .service-item__image {
        width: 15rem;
    }
    .service-item [data-spoiler-content] {
        display: block !important;
    }
}
@media (min-width: 1230px) {
    .service-item {
        opacity: 0;
        -webkit-animation-name: fade;
        animation-name: fade;
        -webkit-animation-delay: 0.3s;
        animation-delay: 0.3s;
        -webkit-animation-duration: 0.3s;
        animation-duration: 0.3s;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
        -webkit-animation-timing-function: ease;
        animation-timing-function: ease;
    }
    .service-item__content {
        position: relative;
        padding-left: 27rem;
    }
    .service-item__main {
        margin-bottom: 4.375rem;
    }
    .service-item__text {
        max-width: 31.875rem;
    }
    .service-item__media {
        top: 1.5625rem;
        left: -2.9375rem;
        width: 35rem;
        position: absolute;
    }
    .service-item__image {
        margin: 0;
        top: 1.5625rem;
        left: -2.9375rem;
        width: 35rem;
        max-width: inherit;
        position: absolute;
    }
    .service-item__image--01 {
        top: 1.5625rem;
        left: -2.9375rem;
        width: 35rem;
    }
    .service-item__image--02 {
        top: 2.8125rem;
        left: -2.625rem;
        width: 31.25rem;
    }
    .service-item__image--03 {
        top: 3.4375rem;
        left: -4rem;
        width: 33.75rem;
    }
    .service-item__image--04 {
        top: 4.0625rem;
        left: -1.25rem;
        width: 28.75rem;
    }
    .service-item__image--05 {
        top: 3.4375rem;
        left: -1.25rem;
        width: 27.5rem;
    }
    .service-item__image--06 {
        top: 5rem;
        left: -0.875rem;
        width: 28.75rem;
    }
    .service-item__nav {
        margin: 0;
        padding: 4.125rem 5.625rem;
    }
    .service-item__links {
        row-gap: 0.875rem;
        padding-left: 2rem;
        border-left: 0.25rem solid #D9D9D9;
    }
    .service-item__links li a {
        border-bottom: 2px solid var(--gold);
        -webkit-transition: var(--transition-time);
        transition: var(--transition-time);
    }
    .service-item__links li a:hover {
        color: black;
        border-bottom-color: transparent;
        -webkit-transition: var(--transition-time);
        transition: var(--transition-time);
    }
    .service-item__icon {
        top: 3.5rem;
        right: 7.75rem;
        z-index: 5;
        width: 5.125rem;
        height: 5.125rem;
    }
    .service-item__title {
        right: 0;
        top: -3.75rem;
        z-index: 1;
        display: block;
        color: #EEEEEE;
        text-align: right;
        position: absolute;
        font-size: 6.0625rem;
        line-height: 6.125rem;
        text-transform: uppercase;
    }
    .service-item.active {
        display: block;
    }
    .service-item.active .card {
        -webkit-animation-name: fade;
        animation-name: fade;
        -webkit-animation-delay: 0.3s;
        animation-delay: 0.3s;
        -webkit-animation-duration: 0.3s;
        animation-duration: 0.3s;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
        -webkit-animation-timing-function: ease;
        animation-timing-function: ease;
    }
}

@keyframes fade {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
.recommendations {
    position: relative;
    padding-top: 3.75rem;
    padding-bottom: 2.25rem;
}
.recommendations__item {
    display: block;
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}
.recommendations__header {
    z-index: 10;
    position: relative;
    line-height: 1.625rem;
    margin-bottom: 1.625rem;
}
.recommendations__main {
    z-index: 10;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    row-gap: 2.5rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.recommendations__wrap {
    margin: 0 auto;
    width: 100%;
    max-width: 22.5rem;
}
.recommendations__slider {
    margin: -0.625rem;
}
.recommendations__slider .swiper-slide {
    padding: 0.625rem;
}
.recommendations__control {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
@media (min-width: 768px) {
    .recommendations {
        padding-bottom: 3.75rem;
    }
    .recommendations__header {
        line-height: 1;
        margin-bottom: 2.5rem;
    }
    .recommendations__wrap {
        max-width: inherit;
    }
    .recommendations__slider {
        margin: -0.625rem -1.25rem;
    }
    .recommendations__slider .swiper-slide {
        padding: 0.625rem 1.25rem;
    }
}
@media (min-width: 1230px) {
    .recommendations {
        padding-top: 5rem;
        padding-bottom: 7.6875rem;
    }
    .recommendations__header {
        font-size: 2.6875rem;
        line-height: 2.8125rem;
        margin-bottom: 0;
    }
    .recommendations__wrap {
        padding: 0 1px;
    }
    .recommendations__main {
        row-gap: 4.375rem;
        margin-top: -1.5625rem;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
    .recommendations__slider {
        margin: -0.625rem -2.4rem;
    }
    .recommendations__slider .swiper-slide {
        padding: 0.625rem 2.4rem;
    }
    .recommendations__control {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
    .recommendations .swiper-pagination-current {
        color: white;
    }
    .recommendations .slider-nav__button:hover {
        fill: white;
    }
}

.recommendations-bg {
    display: none;
}
@media (min-width: 1230px) {
    .recommendations-bg {
        top: 0;
        right: 0;
        bottom: 0;
        z-index: 5;
        width: 44.9%;
        display: block;
        position: absolute;
    }
}

.recommendations-image {
    display: none;
}
@media (min-width: 1230px) {
    .recommendations-image {
        top: 3.125rem;
        left: 42rem;
        z-index: 1;
        width: 37.875rem;
        display: block;
        position: absolute;
    }
}

.recommendations-icon {
    display: none;
}
@media (min-width: 1230px) {
    .recommendations-icon {
        top: 4.375rem;
        left: 45rem;
        z-index: 5;
        width: 5.125rem;
        height: 5.125rem;
        display: block;
        position: absolute;
    }
}

.certificates {
    overflow: hidden;
    position: relative;
    background-color: #F1F4F6;
}
.certificates__content {
    display: none;
}
.certificates__preview {
    display: none;
}
.certificates__main {
    position: relative;
}
.certificates__layout {
    z-index: 10;
    position: relative;
    padding: 1.75rem 1.25rem 2.25rem 1.25rem;
}
.certificates__bg {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    position: absolute;
}
.certificates__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    row-gap: 1.0625rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.certificates__lead {
    font-size: 1.5rem;
    line-height: 1.75rem;
    margin-bottom: 1.25rem;
}
.certificates__inner {
    margin: 0 auto;
    width: 15.5rem;
}
.certificates__slider {
    margin: 0 -0.875rem;
}
.certificates__slider .swiper-slide {
    padding: 0 0.875rem;
}
.certificates__control {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.certificates__gallery {
    z-index: 20;
    width: 21.375rem;
    margin: 0 auto;
    position: relative;
}
.certificates__item {
    display: block;
}
.certificates__aside {
    display: none;
}
@media (min-width: 768px) {
    .certificates__layout {
        padding: 3.75rem 1.25rem 3.125rem 1.25rem;
    }
    .certificates__wrap {
        row-gap: 1.5rem;
    }
    .certificates__lead {
        font-size: 1.875rem;
        line-height: 2.25rem;
        margin-bottom: 2.5rem;
    }
    .certificates__inner {
        width: 100%;
    }
    .certificates__slider .swiper {
        overflow: visible;
    }
    .certificates__slider .swiper-slide {
        width: 17.25rem;
    }
}
@media (min-width: 992px) {
    .certificates__slider .swiper-slide {
        width: 13.75rem;
    }
}
@media (min-width: 1230px) {
    .certificates {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        min-height: 36.375rem;
    }
    .certificates__content {
        z-index: 20;
        font-size: 1rem;
        line-height: 1.25rem;
        display: block;
        position: relative;
        background-color: #F1F4F6;
        padding: 3.25rem 1.625rem 3.125rem 11.4375rem;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
    }
    .certificates__content p {
        margin-bottom: 1.5rem;
    }
    .certificates__content p:last-child {
        margin-bottom: 0;
    }
    .certificates__main {
        -ms-flex-negative: 0;
        flex-shrink: 0;
        width: 54.125rem;
    }
    .certificates__header {
        font-size: 2.1875rem;
        line-height: 2.5625rem;
        margin-bottom: 2.0625rem;
    }
    .certificates__preview {
        z-index: 20;
        display: block;
        width: 27rem;
        position: relative;
        padding-top: 2.625rem;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }
    .certificates__lead {
        color: white;
        opacity: .5;
        font-size: 4.24vw;
        line-height: 6.25rem;
        margin-bottom: 1.375rem;
        text-transform: uppercase;
    }
    .certificates__wrap {
        row-gap: 2.625rem;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
    .certificates__control {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .certificates__slider {
        margin-left: -0.875rem;
    }
    .certificates__slider .swiper-slide {
        width: 11.25rem;
    }
    .certificates__layout {
        height: 100%;
        position: relative;
        padding-top: 5.875rem;
        padding-left: 4.875rem;
    }
    .certificates__layout:before {
        top: 0;
        left: 0;
        bottom: 0;
        z-index: 20;
        content: "";
        width: 4.375rem;
        position: absolute;
        background-color: #D4DDE2;
    }
    .certificates__aside {
        top: 0;
        left: 0;
        bottom: 0;
        z-index: 30;
        font-size: 0;
        line-height: 0;
        width: 11.4375rem;
        position: absolute;
        padding-top: 14.125rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .certificates__lead {
        display: block;
        width: 0.625rem;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }
    .certificates__description {
        width: 25.5rem;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }
}

.certificate-item {
    cursor: pointer;
    overflow: hidden;
    position: relative;
}
.certificate-item__link {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 5;
    display: block;
    position: absolute;
}
@media (min-width: 1230px) {
    .certificate-item {
        cursor: default;
    }
    /*.certificate-item__link {
    display: none;
  }*/
}

.get-payment {
    color: black;
    font-size: 1.5rem;
    line-height: 1.8125rem;
    overflow: hidden;
    position: relative;
}
.get-payment__media {
    height: 100%;
}
.get-payment__media--md {
    display: none;
}
.get-payment__content {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    padding: 2.125rem 1.5rem 1.5rem 1.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.get-payment__wrap {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    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: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.get-payment__string--two {
    font-weight: 700;
    font-style: italic;
}
@media (min-width: 768px) {
    .get-payment {
        height: 18.75rem;
    }
    .get-payment__content {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
    }
    .get-payment__wrap {
        row-gap: 1rem;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .get-payment__string {
        white-space: nowrap;
    }
    .get-payment__string--one {
        margin-left: -5.625rem;
    }
    .get-payment__string--two {
        padding-left: 2.5rem;
    }
    .get-payment__media--sm {
        display: none;
    }
    .get-payment__media--md {
        display: block;
    }
}
@media (min-width: 992px) {
    .get-payment__content {
        padding-right: 3.75rem;
    }
}
@media (min-width: 1230px) {
    .get-payment {
        height: 22.75rem;
        font-size: 2.1875rem;
        line-height: 2.5625rem;
    }
    .get-payment__content {
        padding-right: 5.375rem;
    }
    .get-payment__string {
        white-space: nowrap;
    }
    .get-payment__string--one {
        margin-left: -8rem;
    }
    .get-payment__button .btn {
        min-width: 18.4375rem;
    }
}

.root {
    width: 100%;
    min-height: 100vh;
    max-width: 100%;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.main {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding: 2.5rem 0;
}

.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    height: auto;
}

.swiper-pagination-current {
    color: var(--gold);
}

.slider-nav {
    font-size: 1.125rem;
    line-height: 1.5625rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 1.75rem;
    -moz-column-gap: 1.75rem;
    column-gap: 1.75rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.slider-nav__pagination {
    min-width: 2.75rem;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    text-align: center;
}
.slider-nav__button {
    padding: 0;
    font-size: 0;
    line-height: 0;
    border: none;
    outline: none;
    height: 1.5625rem;
    width: 3.8125rem;
    cursor: pointer;
    fill: black;
    background-color: transparent;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: var(--transition-time);
    transition: var(--transition-time);
}
.slider-nav__button i {
    height: 0.5625rem;
    display: inline-block;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.slider-nav__button:hover {
    fill: var(--gold);
    -webkit-transition: var(--transition-time);
    transition: var(--transition-time);
}
.slider-nav__button:active {
    fill: black;
}
.slider-nav__button:disabled, .slider-nav__button.disabled {
    fill: #D9D9D9;
    cursor: default;
}
.slider-nav__button--white:hover {
    fill: white;
}

.phone-number {
    color: white;
    white-space: nowrap;
    font-weight: 600;
    font-size: 1.125rem;
    line-height: 1.3125rem;
    text-decoration: none;
}
.phone-number:hover {
    color: white;
    text-decoration: none;
}
@media (min-width: 992px) {
    .phone-number--lg {
        font-size: 1.25rem;
        line-height: 1.5rem;
    }
}
@media (min-width: 1230px) {
    .phone-number--lg {
        font-size: 1.5rem;
        line-height: 1.75rem;
    }
}

.messengers-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 0.625rem;
    -moz-column-gap: 0.625rem;
    column-gap: 0.625rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.item-messenger {
    padding: 0;
    fill: white;
    border: none;
    outline: none;
    font-size: 0;
    line-height: 0;
    display: block;
    width: 1.5rem;
    height: 1.5rem;
    cursor: pointer;
    background-color: transparent;
    -webkit-transition: var(--transition-time);
    transition: var(--transition-time);
}
.item-messenger:hover {
    fill: var(--gold);
    -webkit-transition: var(--transition-time);
    transition: var(--transition-time);
}
.item-messenger:active {
    fill: white;
}
@media (min-width: 1230px) {
    .item-messenger--md {
        width: 1.75rem;
        height: 1.75rem;
    }
}

.lines {
    --lines-bg: rgba(255, 255, 255, 0.3);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 5;
    padding: 0 11.625rem;
    position: absolute;
    display: none;
}
.lines:after, .lines:before {
    top: 0;
    bottom: 0;
    width: 1px;
    content: "";
    position: absolute;
    background-color: var(--lines-bg);
}
.lines:after {
    left: 11.4375rem;
}
.lines:before {
    right: 11.4375rem;
}
.lines__item {
    width: 1px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-left: 26.9375rem;
    background-color: var(--lines-bg);
}
.lines--light {
    --lines-bg: rgba(217, 217, 217, 0.8);
}
@media (min-width: 1230px) {
    .lines {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .lines--lightened {
        --lines-bg: rgba(217, 217, 217, 0.3);
    }
}

.content-block {
    position: relative;
    font-size: 1rem;
    line-height: 1.5625rem;
    padding-top: 2.5rem;
    padding-bottom: 1.875rem;
    background-color: white;
}
.content-block__container {
    z-index: 10;
    position: relative;
}
.content-block p {
    margin-bottom: 1.5rem;
}
.content-block p:last-child {
    margin-bottom: 0;
}
@media (min-width: 768px) {
    .content-block {
        padding-top: 4rem;
        padding-bottom: 4rem;
    }
}
@media (min-width: 1230px) {
    .content-block {
        padding-top: 6.5rem;
        padding-bottom: 8.75rem;
    }
}

.lozad {
    background-color: transparent;

}
/*Lines fix*/
.fui-line {
    background-color: rgba(217, 217, 217, 0.8);
    width: 1px;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 100;
    mix-blend-mode: darken;
}
.fui-line--dark-bg {
    background-color: rgba(217, 217, 217, .3);
    mix-blend-mode: hard-light;
}
.fui-line--dark-bg-1 {
    background-color: rgba(255, 255, 255, .3);
    mix-blend-mode: unset;
}
.fui-line--z1 {
    z-index: 1;
}
.fui-line--1 {
    left: 11.4375rem;
}
.fui-line--2 {
    left: 32.4%;
}
.fui-line--3 {
    left: 55.05%;
}
.fui-line--4 {
    left: 77.75%;
}
.fui-line--5 {
    right: 11.4375rem;
}
.fui-line-overlap {
    z-index: 101;
    position: relative;
}
.fui-line-overlap--bg-w {
    background-color: #fff;
}
.fui-line--unset-blend {
    mix-blend-mode: unset;
}
@media (max-width: 1230px) {
    .fui-line {
        display: none;
    }
}
/****/
.anim-delay-1 {
    transition-delay: .3s;
}
.anim-delay-2 {
    transition-delay: .4s;
}
.anim-delay-3 {
    transition-delay: .5s;
}
.anim-delay-4 {
    transition-delay: .6s;
}
.anim-delay-5 {
    transition-delay: .7s;
}
.fui-hide {
    display: none !important;
}
.command__header {
    position: relative;
}
.command__header-text {
    position: relative;
    z-index: 2;
}
.command__header-tip {
    color: #eee;
    text-transform: uppercase;
    font-size: 5.1vw;
    position: absolute;
    z-index: 1;
    left: 15.35vw;
    top: 100%;
}
@media (max-width: 1230px) {
    .command__header-tip {
        display: none;
    }
}
.fui-gallery-links {
    list-style: none;
    padding-left: 0;
    min-height: 20.5rem;
    li {
        display: none;
        a {
            line-height: 125%;
            color: #000;
            text-decoration: none;
            position: relative;
            display: inline-block;
            span {
                position: absolute;
                width: 100%;
                left: 0;
                top: 0;
                display: block;
            }
        }
        a.active {
            span {
                font-weight: 700;
            }
        }
        a:after {
            content: attr(data-text);
            color: transparent;
            font-weight: 700;
        }
    }
    li:not(:first-child) {
        margin-top: 1.688rem;
    }
    li:nth-child(1),
    li:nth-child(2),
    li:nth-child(3),
    li:nth-child(4),
    li:nth-child(5) {
        display: block;
    }
}
.articles__spoilers blockquote {
    margin: 0 !important;
}
.articles__spoilers .spoiler__text br:last-child {
    display: none;
}
.articles__spoilers .spoiler__text a {
    color: var(--gold);
}
.articles__spoilers .article-spoiler-more {
    a {
        font-weight: 700;
        text-decoration: none;
        color: #000;
    }
    a:hover {
        color: var(--gold);
    }
}
@media (min-width: 1200px) {
    .service-item__text {
        display: -webkit-box;
        -webkit-line-clamp: 6;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}
.fui-values-left-bg {
    top: 0;
    left: 0;
    bottom: 0;
    width: 11.4375rem;
    height: 100%;
    display: block;
    position: absolute;
    z-index: 1;
}
.fui-values-right-bg {
    width: 44.95%;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    z-index: 1;
}
.tabs__body {
    position: relative;
}
.tabs__header {
    background: #fff;
    position: relative;
    z-index: 2;
}
.card__content {
    background: #fff;
}
.tabs__content {
    position: relative;
    z-index: 2;
}
@media (max-width: 990px) {
    .fui-values-left-bg, .fui-values-right-bg {
        display: none;
    }
}
.person__image {
    img {
        width: 100%;
        height: auto;
    }
}
@media (min-width: 1101px) {
    .person__image {
        aspect-ratio: 228 / 213;
        width: 100%;
        height: auto;
        img {
                filter: brightness(1.1) grayscale(1);
        }
    }
}
.text-styles {
    h2, h3 {
        margin: 2.5rem 0 1.5rem 0;
        font-weight: 500;
    }
    h3 {
        font-size: 1.75rem;
    }
    table {
        border-collapse: collapse;
        margin: 1.5rem 0 !important;
        width: 100% !important;
        max-width: 100% !important;
        th {
            background-color: #c8a055;
            border: 1px solid rgba(217, 217, 217, .8);
            font-size: 1.25rem;
            line-height: 120%;
            color: #fff;
            padding: 1.25rem;
            text-align: left;
        }
        td {
            border: 1px solid rgba(217, 217, 217, .8);
            font-size: 1.125rem;
            line-height: 1.5625rem;
            padding: .875rem 1.25rem;
            background-color: #fff;
        }
    }
    /*ul {
        list-style: none;
        padding: 0;
        li {
            position: relative;
            padding-left: 1.5rem;
            + li {
                margin-top: .75rem;
            }
        }
        li:before {
            content: '';
            width: .5rem;
            height: .5rem;
            background-color: var(--gold);
            position: absolute;
            left: 0;
            top: .65rem;
            border-radius: 50%;
        }
    }*/
    ul {
        margin: 0;
        padding: 0;
        list-style: none;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        row-gap: 0.625rem;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: 1.25rem;
    }
    ul li {
        position: relative;
        padding-left: 1.8125rem;
    }
    ul li:before {
        left: 0;
        top: 0.25rem;
        content: "";
        width: 1.2rem;
        height: 1.2rem;
        position: absolute;
        background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 -960 960 960' fill='%23C8A055'%3E%3Cpath d='m423.23-309.85 268.92-268.92L650-620.92 423.23-394.15l-114-114L267.08-466l156.15 156.15ZM480.07-100q-78.84 0-148.21-29.92t-120.68-81.21q-51.31-51.29-81.25-120.63Q100-401.1 100-479.93q0-78.84 29.92-148.21t81.21-120.68q51.29-51.31 120.63-81.25Q401.1-860 479.93-860q78.84 0 148.21 29.92t120.68 81.21q51.31 51.29 81.25 120.63Q860-558.9 860-480.07q0 78.84-29.92 148.21t-81.21 120.68q-51.29 51.31-120.63 81.25Q558.9-100 480.07-100Zm-.07-60q134 0 227-93t93-227q0-134-93-227t-227-93q-134 0-227 93t-93 227q0 134 93 227t227 93Zm0-320Z'/%3E%3C/svg%3E%0A");
        background-repeat: no-repeat;
        background-position: 50% 50%;
        background-size: cover;
    }
    ol {
        list-style: none;
        counter-reset: ol;
        padding: 0;
        margin-bottom: 1.25rem;
        li {
            position: relative;
            padding-left: 2.25rem;
            counter-increment: ol;
            + li {
                margin-top: 1rem;
            }
        }
        li:before {
            content: counter(ol);
            font-size: .875rem;
            line-height: 1;
            width: 1.5rem;
            height: 1.5rem;
            background-color: var(--gold);
            color: #fff;
            position: absolute;
            left: 0;
            top: .05rem;
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 50%;
        }
    }
    table:first-child {
        margin-top: 0;
    }
    table:last-child {
        margin-botom: 0;
    }
    a {
        color: var(--gold);
        text-decoration: underline;
        transition: all .3s;
    }
    a:hover {
        color: #000;
        text-decoration: none;
    }
}
.text-highlighter-1, .text-highlighter-2 {
    padding: 1.5rem 2.1875rem;
    font-weight: 700;
    font-size: 1rem;
    line-height: 1.5625rem;
    border: 1px solid;
}
.text-highlighter-1 {
    color: black;
    border-color: black;
}
.text-highlighter-2 {
    color: var(--gold);
    border-color: var(--gold);
}
.icon-snippet-attention,
.icon-snippet-question {
    display: block;
    position: relative;
    margin: 1.5rem 0;
    font-size: 1.125rem;
    line-height: 1.5625rem;
    padding: 1rem 1rem 1rem 3.5rem;
    border: 1px solid rgba(217, 217, 217, .8);
}
.icon-snippet-attention:last-child,
.icon-snippet-question:last-child {
    margin-bottom: 0 !important;
}
.icon-snippet-question:before,
.icon-snippet-attention:before {
    content: '';
    width: 2.313rem;
    min-width: 2.313rem;
    height: 2.313rem;
    background-repeat: no-repeat;
    color: #000;
    position: absolute;
    left: .5rem;
    top: .5rem;
}
.icon-snippet-attention:before {
    background-image: url('/local/templates/rekro2025/assets/css/../img/icon_attention.svg');
}
.icon-snippet-question:before {
    background-image: url('/local/templates/rekro2025/assets/css/../img/icon_question.svg');
}
.expertise-warning {
    margin: 1.5rem 0;
    position: relative;
}
.expertise-warning:first-child {
    margin-top: 0;
}
.expertise-warning:last-child {
    margin-top: 0;
}
.expertise-warning__tail {
    position: absolute;
    height: 100%;
    top: 0;
    background-color: black;
}
.expertise-warning__tail--before {
    left: 100%;
}
.expertise-warning__tail--after {
    right: 100%;
}
.expertise-warning__item {
    position: relative;
    padding-left: 3.75rem;
}
.expertise-warning__item--question:before,
.expertise-warning__item--attention:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 2.5rem;
    height: 2.5rem;
    background-repeat: no-repeat;
    background-position: left top;
}
.expertise-warning__item--question:before {
    background-image: url('/local/templates/rekro2025/assets/css/../img/icon_question2.svg');
}
.expertise-warning__item--attention:before {
    background-image: url('/local/templates/rekro2025/assets/css/../img/icon_attention2.svg');
}
@media (min-width: 1230px) {
    .content-block {
        padding-top: 6.5rem;
        padding-bottom: 6.5rem;
    }
}
.catalog--announce:has(+.content-block) {
    padding-bottom: 0;
    .catalog__intro {
        margin-bottom: 0;
    }
}
.content-block:has(+.stages) {
    padding-bottom: 3rem;
}
h2:first-child {
    margin-top: 0 !important;
}
ol:last-child {
    margin-bottom: 0 !important;
}
.compilation {
    overflow: hidden;
}
.portfolio--2 {
    padding-left: 0 !important;
}
.portfolio__layout--2 {
    display: block;
    .portfolio-item {
        height: 100%;
    }
}
.portfolio__list {
    display: grid;
    grid-template-columns: repeat(4, 25%);
}
.slider-nav .swiper-pagination-fraction {
    width: auto;
}
.recommendations__control {
    .slider-nav {
        background-color: rgba(255, 255, 255, .2);
        backdrop-filter: blur(.5rem);
        padding: .25rem .5rem;
        border-radius: .25rem;
    }
}
.compilation {
    .swiper:not(.swiper-initialized) {
        visibility: hidden;
        overflow: hidden;
    }
}
.primary__bg-overlay {
    background-color: #000;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    opacity: .6;
}
.primary-tile--btn  {
    position: relative;
    button {
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        width: 57%;
        background-color: transparent;
        border:none;
        cursor: pointer;
        z-index: 100;
    }
}
.primary-tile__label {
    transition: .3s color;
}
.primary-tile--btn:hover button + .primary-tile__media + .primary-tile__label {
    color: #000;
}
/*** review form ***/
#review-add-dialog {
    background-color: var(--dark);
    h2 {
        color: #fff;
        margin-bottom: 1.5rem;
        font-size: 2rem;
    }
}
.form-add {
    position: relative;
    max-width: 37.5rem;
}
.form-add__item--center {
    text-align: center
}
.form-add__item--hidden {
    position: absolute;
    opacity: 0;
    z-index: -1;
    height: 0;
    margin: 0 !important
}
@media (min-width: 560px) {
    .form-add__item--2-cols {
        display: grid;
        grid-template-columns:50% 50%;
        margin: 0 -8px
    }
    .form-add__item--2-cols .form-add__item {
        margin: 0 !important;
        padding: 0 8px
    }
}
.form-add__item + .form-add__item {
    margin-top: 24px
}
.form-add__item-title {
    color: #929292;
    margin-bottom: 8px
}
.form-add input[type=text], .form-add select, .form-add textarea {
    box-sizing: border-box;
    border-radius: 4px;
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    padding: 0 20px;
    outline: 0;
    transition: .3s border-color, .3s box-shadow;
    margin: 0;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.04);
    color: #fff;
    border: 1px solid rgba(197, 159, 83, 0.09);
}
.form-add input[type=text], .form-add select {
    height: 3.25rem !important;
}
.form-add input[type=text]::placeholder, .form-add select::placeholder, .form-add textarea::placeholder {
    color: #6d6f71
}
.form-add input[type=text]:focus, .form-add select:focus, .form-add textarea:focus {
    border-color: var(--gold);
    box-shadow: 0 0 0 1px var(--gold);
}
.form-add textarea {
    box-shadow: none;
    padding: 20px;
    height: 100px
}
.form-add select {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 -960 960 960' fill='%23fff'%3E%3Cpath d='M480-360 280-560h400L480-360Z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: calc(100% - .5rem) center;
    background-size: 7%;
}
.form-add select > option {
    background-color: var(--dark);
    color: #fff;
}
.form-add .btn {
    width: 100%;
    max-width: 200px;
    height: 3.25rem;
    min-height: 3.25rem;
}
.form-add .starrequired {
    color: red
}
.review-form-dialog .form-add input[type=text], .review-form-dialog .form-add select {
    height: 40px
}
.review-form-dialog .form-add .form-add__item + .form-add__item {
    margin-top: 16px
}
.review-form-dialog .form-add .form-add__item-title {
    font-size: 14px
}
.notetext, .success-msg {
    border: 2px solid green;
    padding: 16px;
    background: rgba(0, 128, 0, .05);
    color: green;
    line-height: 22px;
    margin: 16px 0;
    display: block;
    border-radius: 4px
}
.ff_error {
    display: block;
}
.ff_error .field-invalid {
    background-color: #9a2121;
    color: #fff;
    font-weight: 400;
    font-size: 14px;
    padding: .25rem .5rem;
    margin-top: .35rem;
    display: inline-block;
}
.map-marker {
    width: 1.5rem;
    height: 1.5rem;
    background-color: #C8A055;
    position: relative;
    border-radius: 50%;
    transform: translate(-50%, -50%);
}
.map-marker:before, .map-marker:after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    aspect-ratio: 1;
}
.map-marker:before {
    width: 7.687rem;
    height: 7.687rem;
    background: rgba(260, 160, 85, .2);
}
.map-marker:after {
    width: 13.9375rem;
    height: 13.9375rem;
    background: rgba(260, 160, 85, .1);
}
.fancybox__container {
    --fancybox-bg: rgba(24, 24, 27, 0.58)
}
.fancy-comment {
    max-width: 97rem;
    padding: 0;
}
.comment__text--short div {

}
.comment__text br:last-child {
    display: none;
}
.comment__text p:last-child {
    margin-bottom: 0 !important;
}
.comment__text p:has(+br:last-child) {
    margin-bottom: 0 !important;
}
.footer-nav__menu {
    > li {
        > ul {
            padding: 0;
            margin-top: 1.375rem;
            list-style: none;
            display: flex;
            flex-direction: column;
            row-gap: 0.6875rem;
            a {
                font-weight: 400;
                color: #D9D9D9;
            }
        }
    }
}
@media (min-width: 993px) {
    .primary__header--2 {
        margin-bottom: 1rem;
    }
    .primary__menu {
        height: 5.063rem;
        display: flex;
        align-items: center;
        transition: .3s background-color;
    }
    .primary__menu.state-fixed {
        position: fixed;
        left: 0;
        width: 100%;
        background-color: black;
        top: var(--stickyHeaderHeight);
        z-index: 930;
        padding-left: 18.4375rem;
        padding-right: 18.4375rem;
    }
    .primary {
        z-index: 99;
    }
}
.mega-menu {
    position: relative;
    li {
        position: static;
    }
    ul {
        display: none;
        position: absolute;
        top: 0 !important;
        left: 19.75rem;
        width: 16rem;
        padding: 0;
        flex-direction: column;
        row-gap: 0.75rem;
        ul {
            left: 25.5rem;
            width: 28.8125rem;
            height: 100%;
            overflow-y: auto;
            padding-right: 1rem;
            scrollbar-width: thin;
            a {
                border:none !important
            }
        }
    }
    li.state-hover > ul {
        display: flex;
    }
}
.rating[data-rating="1"] {
    .rating__active {
        width: 20%;
    }
}
.rating[data-rating="2"] {
    .rating__active {
        width: 40%;
    }
}
.rating[data-rating="3"] {
    .rating__active {
        width: 60%;
    }
}
.rating[data-rating="4"] {
    .rating__active {
        width: 80%;
    }
}
.rating[data-rating="5"] {
    .rating__active {
        width: 100%;
    }
}
.price-table {
    table {
        width: 100%;
        tr {
            th {
                font-size: 1.5rem;
                line-height: 1.5625rem;
            }
            th:first-child {
                background-color: #676767;
            }
        }
    }
}
h2 span, .h2 span {
    color: var(--gold);
}
.page-cover {
    .breadcrumb-holder {
        position: absolute;
        left: 0;
        top: 14rem;
        z-index: 800;
    }
    .breadcrumb {
        padding-left: 7rem;
    }
    .breadcrumb__link {
        color: #fff;
    }
    .breadcrumbs-row {
        position: static;
        padding: 0;
        .position-relative {
            position: static;
        }
    }
}
@media (max-width: 1200px) {
    .page-cover {
        .breadcrumb-holder {
            top: 6.5rem;
        }
        .breadcrumb {
            padding-left: 0;
        }
    }
}
@media (max-width: 767px) {
    .page-cover {
        .breadcrumb-holder {
            top: 6.5rem;
        }
        .breadcrumb {
            padding-left: 0;
        }
    }
}
.breadcrumbs-row {
    padding: 1.25rem 0 2.5rem 0;
}
.breadcrumb {
    padding: 0;
    color: var(--black);
    font-weight: 500;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 1.25rem;
    align-items: center;
    font-size: 0.875rem;
    line-height: 1.1875rem;
}
.breadcrumb__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 1.25rem;
}
.breadcrumb__item:not(:last-child)::after {
    content: "/";
    display: block;
}
.breadcrumb__link {
    color: var(--black);
    text-decoration: none;
    transition: .3s color;
}
.breadcrumb__link:hover {
    color: var(--gold-hover);
}
.breadcrumb__active {
    cursor: default;
    color: #A99797;
}
.page-cover {
    .breadcrumb {
        font-size: 0.75rem;
        gap: 0.5rem;
        margin-top: 0;
    }
    .breadcrumb__item {
        gap: 0.5rem;
    }
    .breadcrumb__item:not(:last-child)::after {
        color: #fff;
    }
    .breadcrumb__active {
        opacity: .5;
        color: #fff;
    }
}

@media (max-width: 992px) {
    .breadcrumb-holder {
        overflow-x: auto;
    }
    .breadcrumb {
        flex-wrap: nowrap;
        white-space: nowrap;
        padding-bottom: .25rem;
        gap: .5rem;
    }
    .breadcrumb__item {
        gap: .5rem;
    }
    .breadcrumb__item:last-child .breadcrumb__link {
        margin-right: 1.25rem;
    }
}
@media (min-width: 1024px) {
    .service-item__image:not(.service-item__image--42, .service-item__image--44) {
        left: 0;
        width: 27rem;
        top: 50%;
        transform: translateY(-50%);
    }
    .service-item__title {
        background: #EEEEEE;
        background: linear-gradient(to bottom, #EEEEEE 20%, #FFFFFF 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }
}
/*** b24 ***/
body {
    .b24-form-header-padding {
        background-color: transparent;
    }
    .b24-form-wrapper {
        background-color: transparent;
        min-height: unset;
    }
    .b24-form-wrapper.b24-form-border-bottom {
        border:none !important;
    }
    .b24-form-content {
        padding: 0 !important;
    }
    .b24-form-recaptcha {
        position: absolute;
        visibility: hidden;
    }
    .b24-form > div {
        --b24-primary-color: var(--gold) !important;
        --b24-primary-hover-color: var(--gold-hover) !important;
    }
    .b24-form, .b24-form * {
        font-family: var(--font-primary) !important;
    }
    .b24-form-wrapper.b24-form-shadow {
        box-shadow: none !important;
    }
    .b24-window-panel {
        .b24-window-close:before, .b24-window-close:after {
            background-color: var(--dark);
        }
        .b24-form-content {
            padding: 1.25rem !important;
        }
        .b24-form-control-desc a, .b24-form-control-desc span {
            color: #fff;
            /*text-decoration: none;*/
            line-height: 120%;
        }
        .b24-form-header-padding {
            padding: 3.5rem 0 0 0;
        }
        .b24-window-scrollable {
            background-color: var(--dark);
            input, textarea {
                background-color: rgba(255, 255, 255, 0.04);
                color: #fff;
            }
            input:focus, textarea:focus {
                background-color: rgba(255, 255, 255, 0.04) !important;
                color: #fff;
            }
            .b24-form-control-label {
                color: #fff;
            }
        }
        .b24-form-btn {
            color: #000;
        }
    }
    .b24-form-state-container {
        border-radius: 0;
    }
    .b24-form-state-container .b24-form-success {
        background-color: var(--dark);
        border-radius: 0;
    }
    .b24-form-success .b24-form-state-text p {
        color: #fff;
    }
    .b24-form-loader {
        background-color: var(--dark);
        border-radius: 0;
    }
}
.offer-sm {
    .b24-form-header {
        display: none;
    }
    .b24-form-wrapper {
        max-width: 100%;
        color: #fff;
        input {
            color: #fff;
            font-size: 1.25rem;
            background-color: rgba(255, 255, 255, .1) !important;
        }
    }
    .b24-form-control-label {
        color: #fff;
        font-size: 1.25rem;
        font-weight: 400;
    }
    .b24-form {
        * {
            box-sizing: border-box;
        }
        form {
            .b24-form-field-agreement-link {
                color: #fff !important;
                font-size: 1rem;
                font-weight: 400;
                line-height: 130%;
            }
        }
        .b24-form-btn-block {
            padding: 0;
            .b24-form-btn {
                border-radius: 0;
                min-height: 4.1875rem;
                font-size: 1rem;
            }
        }
    }
}
.footer-form {
    .b24-form {
        .b24-form-control {
            font-size: 1rem;
            height: 3rem;
        }
        .b24-form-btn {
            color: #fff;
            border-radius: 0;
        }
        .b24-form-control-desc {
            line-height: 120%;
            a {
                color: #fff;
                /*text-decoration: none;*/
            }
        }
        .b24-form-control-agreement {
            margin: 0;
        }
    }
}
.offer__form {
    .b24-form-control-alert {
        margin-bottom: 15px !important;
    }
    .b24-form-wrapper {
        .b24-form-control-label {
            color: rgba(0, 0, 0, 0.7);
        }
        .b24-form-control {
            color: #000 !important;
            border: 1px solid rgba(0, 0, 0, 0.04);
            background-color: rgba(0, 0, 0, 0.02);
            background-image: linear-gradient(rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0) 100%);
        }
        .b24-form-control:focus {
            border-color: var(--gold);
        }
    }
    .b24-form-wrapper.b24-form-border-bottom {
        border:none !important;
    }
    .b24-form-content {
        background-color: transparent;
    }
    .b24-form-field-agreement {
        .b24-form-control-desc {
            line-height: 130%;
        }
        input {
            margin-right: .25rem;
            vertical-align: top;
        }
        a.b24-form-field-agreement-link {
            color: var(--black);
        }
    }
}
.offer-sm {
    .b24-form-header {
        display: none;
    }
    .b24-form-wrapper {
        max-width: 100%;
        color: #fff;
        input {
            color: #fff;
            font-size: 1rem;
            background-color: rgba(255, 255, 255, .1) !important;
        }
    }
    .b24-form-control-label {
        color: #fff;
        font-size: 1.25rem;
        font-weight: 400;
    }
    .b24-form {
        * {
            box-sizing: border-box;
        }
        form {
            display: flex;
            justify-content: space-between;
            flex-wrap: wrap;
            > div:nth-child(1) {
                display: flex;
                gap: 2rem;
                width: 100%;
                .b24-form-field {
                    flex-grow: 1;
                    flex-basis: 0;
                }
            }
            > div:nth-child(2) {
                width: calc(100% - 15.375rem);
                padding-right: 2.5rem;
                box-sizing: border-box;
            }
            .b24-form-field-agreement-link {
                color: #fff !important;
                font-size: .75rem;
                font-weight: 400;
                line-height: 130%;
            }
        }
        .b24-form-btn-block {
            padding: 0;
            .b24-form-btn {
                border-radius: 0;
                min-height: 4.1875rem;
                font-size: 1rem;
            }
        }
    }
    .b24-form-btn-container {
        width: 15.375rem;
    }
    .b24-form-control-agreement {
        margin: 0;
    }
    .b24-form-field-agreement {
        .b24-form-control-desc {
            line-height: 130%;
        }
        input {
            margin-right: .25rem;
            vertical-align: top;
        }
    }
}
@media (max-width: 767px) {
    .command__secondary {
        display: none;
    }
    .offer-sm {
        .b24-form {
            form {
                > div:nth-child(1) {
                    flex-direction: column;
                    gap: 0
                }
                > div:nth-child(2) {
                    width: 100%;
                    padding: 0;
                }
            }
            .b24-form-btn-container {
                width: 100%;
                margin-top: 1rem;
            }
        }
    }
}

/** 29.05.25 **/
.page-breadcrumb {
    padding: 0;
    color: #A99797;
    list-style: none;
    font-weight: 500;
    font-size: 0.875rem;
    line-height: 1.1875rem;
    margin: 0 0 2.5rem 0;
    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;
}
.page-breadcrumb__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.page-breadcrumb__item:not(:last-child)::after {
    content: "/";
    color: black;
    padding: 0 1.25rem;
    display: inline-block;
}
.page-breadcrumb__link {
    color: black;
    display: block;
    padding: 0.1875rem 0;
    text-decoration: none;
}
.page-breadcrumb__link:hover {
    color: black;
    text-decoration: underline;
}
@media (min-width: 1230px) {
    .page-breadcrumb {
        margin-bottom: 2.8125rem;
    }
}

.project-header {
    font-weight: 700;
    font-size: 2rem;
    line-height: 2.375rem;
    margin-bottom: 2.5rem;
}
@media (min-width: 768px) {
    .project-header {
        font-size: 2.625rem;
        line-height: 3.125rem;
        margin-bottom: 2.5rem;
    }
}
@media (min-width: 1230px) {
    .project-header {
        font-size: 3.75rem;
        line-height: 4.375rem;
        margin-bottom: 2.8125rem;
    }
}
.project {
    position: relative;
    font-size: 1rem;
    line-height: 1.5625rem;
}
.project__primary {
    margin-bottom: 2.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    row-gap: 4.125rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.project__secondary {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
}
.project__image {
    height: 13rem;
}
.project__title {
    font-weight: 600;
    font-size: 1.25rem;
    line-height: 1.4375rem;
    margin-bottom: 1.25rem;
}
.project__info {
    font-weight: 500;
    font-size: 1.125rem;
    line-height: 1.3125rem;
    margin-top: 2.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    row-gap: 1.25rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.project__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    row-gap: 0.3125rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.project__label {
    color: #A99797;
}
.project__heading {
    font-weight: 600;
    font-size: 1.25rem;
    line-height: 1.4375rem;
    margin-bottom: 1.25rem;
}
.project__intro {
    max-width: 28.75rem;
    margin-bottom: 2.5rem;
}
.project__text ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    row-gap: 0.625rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.project__text ul li {
    position: relative;
    padding-left: 1.8125rem;
}
.project__text ul li:before {
    left: 0;
    top: 0.5rem;
    content: "";
    width: 0.75rem;
    height: 0.6875rem;
    position: absolute;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0nMTInIGhlaWdodD0nMTEnIHZpZXdCb3g9JzAgMCAxMiAxMScgZmlsbD0nbm9uZScgeG1sbnM9J2h0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnJz48cGF0aCBkPSdNMTEgNS4wNDI4NlY1LjUwMjg2QzEwLjk5OTQgNi41ODEwNyAxMC42NTAyIDcuNjMwMiAxMC4wMDQ3IDguNDkzNzdDOS4zNTkwOCA5LjM1NzM1IDguNDUxNjQgOS45ODkxIDcuNDE3NjggMTAuMjk0OEM2LjM4MzcxIDEwLjYwMDUgNS4yNzg2MyAxMC41NjM4IDQuMjY3MjMgMTAuMTkwMkMzLjI1NTg0IDkuODE2NDkgMi4zOTIzMyA5LjEyNTkxIDEuODA1NDggOC4yMjEzOUMxLjIxODYzIDcuMzE2ODggMC45Mzk4OTYgNi4yNDY4OSAxLjAxMDg0IDUuMTcxMDJDMS4wODE3OCA0LjA5NTE0IDEuNDk4NiAzLjA3MTAyIDIuMTk5MTQgMi4yNTE0QzIuODk5NjggMS40MzE3NyAzLjg0NjM5IDAuODYwNTUzIDQuODk4MDkgMC42MjI5MzVDNS45NDk4IDAuMzg1MzE3IDcuMDUwMTMgMC40OTQwMyA4LjAzNSAwLjkzMjg2Mk0xMSAxLjVMNiA2LjUwNUw0LjUgNS4wMDUnIHN0cm9rZT0nI0M4QTE1NScgc3Ryb2tlLWxpbmVjYXA9J3JvdW5kJyBzdHJva2UtbGluZWpvaW49J3JvdW5kJy8+PC9zdmc+");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}
.project__media {
    position: relative;
}
.project__person {
    margin: 0 -0.8125rem;
}
.project__third {
    margin: 0 -1.25rem;
}
.project__control {
    display: none;
}
.project__thumb {
    display: block;
    cursor: pointer;
}
.project__description {
    padding-bottom: 5rem;
}
@media (min-width: 576px) {
    .project__person {
        margin: 0;
    }
    .project__third {
        margin: 0;
    }
}
@media (min-width: 768px) {
    .project__image {
        height: auto;
    }
    .project__thumbs {
        z-index: 10;
        position: relative;
        margin-top: -3.625rem;
        width: 30rem;
    }
    .project__control {
        right: 0;
        bottom: 1.625rem;
        z-index: 30;
        display: block;
        position: absolute;
    }
    .project__info {
        -webkit-column-gap: 0.875rem;
        -moz-column-gap: 0.875rem;
        column-gap: 0.875rem;
    }
    .project__row {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .project__value {
        text-align: right;
    }
}
@media (min-width: 992px) {
    .project__image {
        height: 24.8125rem;
    }
    .project__secondary {
        position: relative;
        -webkit-column-gap: 2.5rem;
        -moz-column-gap: 2.5rem;
        column-gap: 2.5rem;
        -ms-grid-rows: auto auto auto;
        grid-template-rows: auto auto auto;
        -ms-grid-columns: 1fr 22.5rem;
        grid-template-columns: 1fr 22.5rem;
    }
    .project__person {
        -ms-grid-row-span: 3;
        grid-row: span 3;
        position: relative;
    }
}
@media (min-width: 1230px) {
    .project__primary {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-column-gap: 5.8125rem;
        -moz-column-gap: 5.8125rem;
        column-gap: 5.8125rem;
    }
    .project__media {
        width: 48.375rem;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }
    .project__content {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        font-size: 1.125rem;
        line-height: 1.5625rem;
    }
    .project__content .project__title {
        font-weight: 600;
        font-size: 1.5rem;
        line-height: 1.75rem;
        margin-bottom: 1.125rem;
    }
    .project__primary {
        margin-bottom: 5rem;
    }
    .project__title {
        font-weight: 700;
    }
    .project__third {
        width: 78.625rem;
    }
    .project__gallery {
        margin-left: -11.9375rem;
    }
    .project__heading {
        font-weight: 400;
        font-size: 2.375rem;
        line-height: 2.8125rem;
    }
    .project__intro {
        margin-bottom: 4.5rem;
    }
    .project__secondary {
        -ms-grid-columns: 1fr 24.375rem;
        grid-template-columns: 1fr 24.375rem;
        margin-right: -9.3125rem;
    }
    .project__description {
        padding-bottom: 4.375rem;
    }
}
.project-person {
    overflow: hidden;
    position: relative;
    padding-top: 2.25rem;
    background-color: #F1F4F6;
}
.project-person__content {
    font-size: 1rem;
    line-height: 1.5625rem;
    text-align: center;
    margin-bottom: 0.5rem;
}
.project-person__title {
    color: #C8A055;
    margin-bottom: 1rem;
}
.project-person__name {
    font-weight: 700;
    font-size: 1.25rem;
    line-height: 1.25rem;
    margin-bottom: 0.6875rem;
}
.project-person__image {
    display: block;
    width: 17.25rem;
    margin: 0 auto;
}
.project-person__button {
    left: 0;
    right: 0;
    padding: 0 1rem;
    text-align: center;
    bottom: 1.25rem;
    z-index: 20;
    position: absolute;
}
.project-person__button .btn {
    width: 100%;
    max-width: 19.6875rem;
}
@media (min-width: 992px) {
    .project-person {
        padding-top: 1.75rem;
        top: 1.25rem;
        position: sticky;
    }
    .project-person__content {
        padding: 0 1.875rem;
        text-align: left;
        margin-bottom: 2rem;
    }
    .project-person__media {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
    .project-person__image {
        margin: 0 -3rem 0 0;
    }
    .project-person__button {
        bottom: 0;
        padding: 0;
        text-align: left;
    }
    .project-person__button .btn {
        max-width: 9.75rem;
    }
}
@media (min-width: 1230px) {
    .project-person {
        top: 5.625rem;
    }
}

.project-result {
    color: white;
    position: relative;
    padding: 2rem 1.25rem 2.625rem 1.25rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    row-gap: 2.5rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.project-result__bg {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    position: absolute;
}
.project-result__bg--md {
    display: none;
}
.project-result__content {
    z-index: 10;
    position: relative;
}
.project-result__content p {
    margin-bottom: 1.25rem;
}
.project-result__content p:last-child {
    margin-bottom: 0;
}
.project-result__title {
    color: #C8A055;
    font-size: 1.5rem;
    line-height: 1.75rem;
    margin-bottom: 1.25rem;
}
.project-result__media {
    z-index: 10;
    position: relative;
}
.project-result__image {
    width: 8.125rem;
    display: block;
}
@media (min-width: 768px) {
    .project-result {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-column-gap: 2.5rem;
        -moz-column-gap: 2.5rem;
        column-gap: 2.5rem;
        padding: 1.3125rem 2.5rem;
    }
    .project-result__content {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
    }
    .project-result__content p {
        margin-bottom: 0;
    }
    .project-result__media {
        -ms-flex-negative: 0;
        flex-shrink: 0;
        width: 12.75rem;
    }
    .project-result__image {
        width: 12.75rem;
    }
    .project-result__bg--sm {
        display: none;
    }
    .project-result__bg--md {
        display: block;
    }
}
@media (min-width: 1230px) {
    .project-result {
        -webkit-column-gap: 4.75rem;
        -moz-column-gap: 4.75rem;
        column-gap: 4.75rem;
        padding: 1.3125rem 17.875rem 1.3125rem 3.875rem;
    }
    .project-result__title {
        margin-bottom: 3rem;
        font-size: 2.375rem;
        line-height: 2.8125rem;
    }
}

.project-order {
    padding: 3rem 1.25rem;
    background-color: #F1F4F6;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    row-gap: 2.5rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.project-order__content {
    font-size: 1.25rem;
    line-height: 1.6875rem;
}
.project-order__content p {
    margin-bottom: 1.375rem;
}
.project-order__content p:last-child {
    margin-bottom: 0;
}
@media (min-width: 768px) {
    .project-order {
        padding: 2.5rem;
    }
    .project-order__content p {
        margin-bottom: 0;
    }
    .project-order__button {
        width: 15.625rem;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }
}
@media (min-width: 1230px) {
    .project-order {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-column-gap: 2.5rem;
        -moz-column-gap: 2.5rem;
        column-gap: 2.5rem;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}
.projects {
    position: relative;
    padding-top: 5.3125rem;
    padding-bottom: 5.3125rem;
}
.projects__header {
    margin-bottom: 1.875rem;
}
.projects__title {
    font-size: 1.5rem;
    line-height: 1.75rem;
    margin-bottom: 1.25rem;
}
.projects__subtitle {
    font-size: 1.125rem;
    line-height: 1.5625rem;
}
.projects__line {
    max-width: 24.25rem;
    margin-bottom: 1.25rem;
}
.projects__footer {
    text-align: center;
    margin-top: 2.5rem;
}
.projects__body {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
}
.projects__lead {
    display: none;
}
@media (min-width: 768px) {
    .projects {
        padding-top: 6.25rem;
        padding-bottom: 5.625rem;
    }
    .projects__header {
        margin-bottom: 2.5rem;
    }
    .projects__title {
        font-size: 1.875rem;
        line-height: 2.25rem;
    }
    .projects__body {
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    }
    .projects__footer {
        margin-top: 3.75rem;
        text-align: right;
    }
}
@media (min-width: 992px) {
    .projects__body {
        -ms-grid-columns: 1fr 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr 1fr;
    }
}
@media (min-width: 1230px) {
    .projects {
        padding-top: 8.125rem;
    }
    .projects__header {
        margin-bottom: 4.125rem;
    }
    .projects__title {
        font-size: 2.375rem;
        line-height: 2.8125rem;
        margin-bottom: 1.875rem;
    }
    .projects__line {
        margin-bottom: 1.875rem;
    }
    .projects__body {
        margin-right: -12.0625rem;
    }
    .projects__footer {
        margin-top: 5rem;
    }
    .projects__lead {
        right: calc(100% + 5.625rem);
        bottom: 18.125rem;
        width: 0.6875rem;
        display: block;
        position: absolute;
    }
}
.project-item {
    font-size: 1.125rem;
    line-height: 1.5625rem;
    color: white;
    display: block;
    overflow: hidden;
    position: relative;
    text-decoration: none;
}
.project-item:before {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 5;
    content: "";
    position: absolute;
    background: -webkit-gradient(linear, left bottom, left top, from(rgb(0, 0, 0)), to(rgba(0, 0, 0, 0)));
    background: linear-gradient(0deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
    -webkit-transition: 0.25s;
    transition: 0.25s;
}
.project-item__text {
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    padding: 1.25rem;
    position: absolute;
}
@media (min-width: 992px) {
    .project-item {
        font-size: 1rem;
        line-height: 1.375rem;
    }
}
@media (min-width: 1230px) {
    .project-item {
        font-size: 1.125rem;
        line-height: 1.5625rem;
    }
    .project-item__text {
        padding: 3.125rem 2.8125rem;
    }
    .project-item > picture,
    .project-item > img {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        -webkit-transition: 0.3s;
        transition: 0.3s;
    }
    .project-item:hover > picture,
    .project-item:hover > img {
        -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
        transform: scale(1.2);
        -webkit-transition: 0.3s;
        transition: 0.3s;
    }
}
.posts {
    overflow: hidden;
    position: relative;
    padding-top: 2.8125rem;
    padding-bottom: 3.75rem;
}
.posts__layout {
    z-index: 10;
    position: relative;
    padding-bottom: 3rem;
}
.posts__header {
    z-index: 10;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 1.25rem;
}
.posts__link {
    display: block;
    padding-bottom: 0.25rem;
}
.posts__lead {
    display: none;
}
.posts__main {
    z-index: 10;
    position: relative;
}
.posts__grid {
    display: -ms-grid;
    display: grid;
    grid-column-gap: 1.25rem;
    grid-row-gap: 4.125rem;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
}
.posts__desktop {
    display: none;
}
.posts__nav {
    display: none;
}
@media (min-width: 768px) {
    .posts {
        padding-top: 4.375rem;
        padding-bottom: 4.375rem;
    }
    .posts__grid {
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    }
}
@media (min-width: 992px) {
    .posts__link {
        display: block;
    }
    .posts__header {
        margin-bottom: 2.5rem;
    }
}
@media (min-width: 1230px) {
    .posts {
        padding-top: 5.75rem;
        padding-bottom: 5.875rem;
    }
    .posts__layout {
        padding-top: 1.6875rem;
        padding-bottom: 7.25rem;
    }
    .posts__header {
        margin-bottom: 4.25rem;
    }
    .posts__title {
        font-size: 2.25rem;
        line-height: 2.5625rem;
    }
    .posts__lead {
        top: 5.875rem;
        left: 31.875rem;
        z-index: 1;
        color: #eee;
        display: block;
        font-size: 6.0625rem;
        line-height: 8.4375rem;
        position: absolute;
        text-transform: uppercase;
    }
    .posts__grid {
        display: none;
    }
    .posts__desktop {
        display: block;
        position: relative;
    }
    .posts__wrapper {
        margin: 0 -0.625rem;
    }
    .posts .swiper-slide {
        padding: 0 0.625rem;
    }
    .posts__nav {
        z-index: 20;
        top: 14.6875rem;
        display: block;
        position: absolute;
    }
    .posts__nav--prev {
        right: calc(100% + 2.5rem);
    }
    .posts__nav--next {
        left: calc(100% + 2.5rem);
    }
    .posts .slider-nav__button:disabled, .posts .slider-nav__button.disabled {
        opacity: 0;
    }
}

.post-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.post-item__media {
    display: block;
    margin-bottom: 0.625rem;
}
.post-item__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.post-item__date {
    color: #A99797;
    margin-bottom: 0.625rem;
}
.post-item__title {
    font-weight: 700;
    font-size: 1.125rem;
    line-height: 1.375rem;
}
.post-item__title a {
    color: black;
    text-decoration: none;
}
.post-item__title a:hover {
    color: black;
    text-decoration: none;
}
.post-item__link {
    margin-top: 0.625rem;
}

.page-header {
    font-weight: 700;
    font-size: 1.8rem;
    line-height: 2.375rem;
    margin-bottom: 1.25rem;
}
@media (min-width: 768px) {
    .page-header {
        font-size: 2.625rem;
        line-height: 3.125rem;
        margin-bottom: 2.5rem;
    }
}
@media (min-width: 1230px) {
    .page-header {
        font-size: 3.75rem;
        line-height: 4.375rem;
        margin-bottom: 5rem;
    }
}
@media (min-width: 1440px) {
    .page-header {
        /*margin-bottom: 6.875rem;*/
        margin-bottom: 3rem;
    }
}

.section-header {
    margin-bottom: 1.25rem;
}
.section-header br {
    display: none;
}
@media (min-width: 768px) {
    .section-header {
        margin-bottom: 2.5rem;
    }
}
.page-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    row-gap: 1.25rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-weight: 600;
    font-size: 1.125rem;
    line-height: 1.375rem;
}
.page-content__image {
    height: 13rem;
}
.page-content__main p {
    margin-bottom: 1.375rem;
}
.page-content__main p:last-child {
    margin-bottom: 0;
}
@media (min-width: 768px) {
    .page-content {
        -webkit-column-gap: 4.0625rem;
        -moz-column-gap: 4.0625rem;
        column-gap: 4.0625rem;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .page-content__media {
        margin-right: -11.625rem;
    }
    .page-content__image {
        height: auto;
    }
    .page-content__main {
        width: 38.8125rem;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }
}
@media (min-width: 1230px) {
    .page-content {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }
}

.files-block {
    display: -ms-grid;
    display: grid;
    grid-row-gap: 0.625rem;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
}
@media (min-width: 768px) {
    .files-block {
        grid-row-gap: 1.25rem;
        grid-column-gap: 1.25rem;
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    }
}
@media (min-width: 1230px) {
    .files-block {
        -ms-grid-columns: 1fr 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr 1fr;
    }
}

.file-item {
    color: #000;
    padding: 1rem;
    font-weight: 700;
    font-size: 0.9375rem;
    line-height: 1.25rem;
    text-decoration: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 0.75rem;
    -moz-column-gap: 0.75rem;
    column-gap: 0.75rem;
    background-color: #F1F4F6;
    -webkit-transition: var(--transition-time);
    transition: var(--transition-time);
}
.file-item:hover {
    background-color: #F6FBFE;
    -webkit-transition: var(--transition-time);
    transition: var(--transition-time);
}
.file-item__title {
    display: block;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
.file-item__media {
    display: block;
}
.file-item__image {
    width: 3.875rem;
    display: block;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
@media (min-width: 768px) {
    .file-item {
        row-gap: 1rem;
        padding: 2.125rem 1.25rem;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .file-item__media {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
    .file-item__image {
        width: 9.125rem;
    }
}
@media (min-width: 1230px) {
    .file-item {
        font-size: 1.25rem;
        line-height: 1.25rem;
    }
}
.qa {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    row-gap: 3.125rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-bottom: 5rem;
}
.qa__header {
    position: relative;
    margin-bottom: 1.25rem;
}
.qa__title {
    z-index: 10;
    position: relative;
}
.qa__lead {
    display: none;
}
.qa__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    row-gap: 1.5625rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.qa__footer {
    padding-top: 3.25rem;
    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;
}
.qa__load {
    padding: 0;
    border: none;
    outline: none;
    cursor: pointer;
    color: var(--black);
    text-decoration: none;
    font-weight: 600;
    font-size: 1rem;
    line-height: 1.5625rem;
    text-transform: uppercase;
    background-color: transparent;
}
.qa__load:hover {
    color: var(--gold);
    text-decoration: none;
}
@media (min-width: 992px) {
    .qa {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-column-gap: 2.5rem;
        -moz-column-gap: 2.5rem;
        column-gap: 2.5rem;
        margin-right: -2.875rem;
    }
    .qa__main {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        padding-top: 2.5rem;
    }
    .qa__header {
        margin-bottom: 2.5rem;
    }
    .qa__media {
        width: 28.125rem;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }
}
@media (min-width: 1230px) {
    .qa {
        -webkit-column-gap: 5.125rem;
        -moz-column-gap: 5.125rem;
        column-gap: 5.125rem;
    }
    .qa__main {
        padding-top: 6.125rem;
    }
    .qa__header {
        padding-top: 2.375rem;
        margin-bottom: 4.25rem;
    }
    .qa__body {
        row-gap: 1.875rem;
    }
    .qa__lead {
        top: 0;
        z-index: 1;
        color: #eee;
        display: block;
        left: 19.25rem;
        font-size: 6.0625rem;
        line-height: 8.4375rem;
        position: absolute;
    }
    .qa__media {
        width: 53.3125rem;
    }
    .qa__footer {
        padding-top: 3rem;
    }
}
.qa-item__header {
    cursor: pointer;
    font-weight: 600;
    font-size: 1.125rem;
    line-height: 1.375rem;
}
.qa-item__title {
    display: inline;
    border-bottom: 2px solid var(--gold);
}
.qa-item__content {
    display: none;
    font-size: 1rem;
    line-height: 1.5rem;
}
.qa-item__wrapper {
    margin-top: 1rem;
    padding-left: 1.25rem;
    border-left: 2px solid var(--gold);
}
.qa-item.open .qa-item__title {
    border-bottom-color: transparent;
}
.qa-item.open .qa-item__wrapper {
    margin-bottom: 0.9375rem;
}
@media (min-width: 768px) {
    .qa-item__wrapper {
        padding-left: 2.5rem;
    }
}
.information {
    padding-top: 2.5rem;
    padding-bottom: 3.125rem;
    background-color: #F1F4F6;
}
.information__header {
    z-index: 10;
    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;
    margin-bottom: 1.25rem;
}
.information__lead {
    display: none;
}
.information__body {
    display: -ms-grid;
    display: grid;
    grid-row-gap: 1.25rem;
    grid-column-gap: 1fr;
}
@media (min-width: 768px) {
    .information {
        padding-top: 4rem;
        padding-bottom: 5rem;
    }
    .information__header {
        margin-bottom: 2.5rem;
    }
    .information__body {
        grid-row-gap: 2.5rem;
    }
}
@media (min-width: 1230px) {
    .information {
        padding-top: 5.75rem;
        padding-bottom: 7.125rem;
    }
    .information__header {
        margin-bottom: 4.25rem;
    }
    .information__lead {
        top: -1.75rem;
        left: 19.25rem;
        z-index: 1;
        color: #eee;
        display: block;
        font-size: 6.0625rem;
        line-height: 8.4375rem;
        position: absolute;
        text-transform: uppercase;
    }
    .information__body {
        grid-row-gap: 3.75rem;
    }
}
.post {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    row-gap: 1.25rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.post__image {
    display: block;
    overflow: hidden;
}
.post__image > * {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: var(--transition-time);
    transition: var(--transition-time);
}
.post__content {
    font-size: 1rem;
    line-height: 1.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    row-gap: 0.625rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.post__title {
    font-weight: 700;
    font-size: 1.125rem;
    line-height: 1.375rem;
}
.post__title a {
    color: var(--black);
    text-decoration: none;
}
.post__title a:hover {
    color: var(--gold);
    text-decoration: none;
}
.post__text {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
.post__wrap {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.post__date {
    color: #A99797;
    font-size: 0.875rem;
    line-height: 1rem;
}
@media (min-width: 768px) {
    .post {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-column-gap: 2.5rem;
        -moz-column-gap: 2.5rem;
        column-gap: 2.5rem;
    }
    .post__image {
        width: 18.75rem;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }
    .post__wrap {
        -webkit-line-clamp: 6;
    }
}
@media (min-width: 1230px) {
    .post__image {
        width: 33.625rem;
        height: 14.625rem;
    }
    .post__image:hover > * {
        -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
        transform: scale(1.2);
        -webkit-transition: var(--transition-time);
        transition: var(--transition-time);
    }
}

.contacts {
    color: white;
    overflow: hidden;
    position: relative;
    padding-top: 3.5rem;
    padding-bottom: 13.25rem;
    background-color: black;
}
.contacts__bg {
    z-index: 1;
    bottom: 0;
    left: calc(50% - 17rem);
    width: 34.625rem;
    position: absolute;
}
.contacts__bg img {
    background-blend-mode: multiply;
}
.contacts__header {
    font-size: 2.375rem;
    line-height: 2.8125rem;
    margin-bottom: 2.5rem;
}
.contacts__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    row-gap: 2.5rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
@media (min-width: 576px) {
    .contacts {
        padding-bottom: 14.375rem;
    }
    .contacts__bg {
        left: calc(50% - 20rem);
        width: 40rem;
    }
}
@media (min-width: 768px) {
    .contacts {
        background-color: #0d0d0d;
    }
    .contacts__body {
        -webkit-column-gap: 4.125rem;
        -moz-column-gap: 4.125rem;
        column-gap: 4.125rem;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .contacts__bg {
        left: -12.5rem;
        right: 0;
        width: auto;
    }
}
@media (min-width: 1230px) {
    .contacts {
        padding-top: 4.875rem;
        padding-bottom: 10.375rem;
    }
    .contacts__header {
        margin-bottom: 3.4375rem;
    }
    .contacts__body {
        -webkit-column-gap: 1.75rem;
        -moz-column-gap: 1.75rem;
        column-gap: 1.75rem;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .contacts__bg {
        left: 0;
    }
}
.office__title {
    font-weight: 700;
    font-size: 1.75rem;
    line-height: 2.0625rem;
    text-transform: uppercase;
    margin-bottom: 2.5rem;
}
.office__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    row-gap: 1.75rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.office__col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    row-gap: 1.75rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.office__address {
    font-size: 0.875rem;
    line-height: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 1rem;
    -moz-column-gap: 1rem;
    column-gap: 1rem;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.office__icon {
    display: block;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 1rem;
    height: 1.25rem;
}
.office__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    row-gap: 0.625rem;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.office__contacts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 1.875rem;
    -moz-column-gap: 1.875rem;
    column-gap: 1.875rem;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.office__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    row-gap: 0.4375rem;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.office__phone {
    display: block;
    font-weight: 700;
    font-size: 1.125rem;
    line-height: 1.3125rem;
    color: white;
    white-space: nowrap;
    text-decoration: none;
}
.office__phone:hover {
    color: white;
    text-decoration: none;
}
.office__callback {
    padding: 0;
    border: none;
    outline: none;
    display: block;
    cursor: pointer;
    color: #C8A055;
    font-weight: 600;
    font-size: 0.75rem;
    line-height: 0.875rem;
    white-space: nowrap;
    text-transform: uppercase;
    text-decoration: underline;
    background-color: transparent;
}
.office__messengers {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 0.6875rem;
    -moz-column-gap: 0.6875rem;
    column-gap: 0.6875rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.office__messenger {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 1.6875rem;
    height: 1.6875rem;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.office__email a {
    color: white;
    font-weight: 600;
    font-size: 0.875rem;
    line-height: 1.125rem;
    white-space: nowrap;
    text-decoration: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 0.75rem;
    -moz-column-gap: 0.75rem;
    column-gap: 0.75rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: var(--transition-time);
    transition: var(--transition-time);
}
.office__email a i {
    font-size: 0;
    line-height: 0;
    width: 1.25rem;
    height: 1rem;
    display: block;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.office__email a span {
    color: white;
    display: block;
    border-bottom: 2px solid #C8A155;
}
.office__email a:hover {
    color: #C8A155;
    text-decoration: none;
    -webkit-transition: var(--transition-time);
    transition: var(--transition-time);
}
.office__button .btn {
    width: 100%;
}
@media (min-width: 768px) {
    .office {
        width: 20rem;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }
    .office__button .btn {
        width: auto;
        min-width: 14.375rem;
    }
}
@media (min-width: 1230px) {
    .office {
        width: auto;
    }
    .office__row {
        -webkit-column-gap: 3rem;
        -moz-column-gap: 3rem;
        column-gap: 3rem;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .office__col {
        width: 16.5rem;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }
}
.root {
    overflow: clip !important;
}

.root-inner {
    padding-top: 5.3125rem;
}
.root-inner .header {
    background-color: black;
}
.root-inner .sticky-header {
    opacity: 1;
    visibility: visible;
}
.root-inner .nav {
    top: 5rem;
}
@media (min-width: 1230px) {
    .root-inner {
        padding-top: 5rem;
    }
    .root-inner .header {
        display: none;
    }
}

@media (min-width: 1230px) {
    .sticky-header {
        z-index: 970;
    }
}

.main {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    position: relative;
    padding-top: 1.25rem;
    padding-bottom: 5rem;
}

.section-dark {
    color: white;
    background-color: black;
}

.section-beige {
    background-color: #F6FBFE;
    padding-bottom: 3.75rem;
}
@media (min-width: 1230px) {
    .section-beige {
        padding-bottom: 5.3125rem;
    }
}

.section-light {
    background-color: #F1F4F6;
}

.lines-dark .lines__item {
    background-color: rgba(217, 217, 217, 0.3);
}

.header-bar {
    display: none;
    color: white;
    background-color: var(--black);
}
.header-bar__wrapper {
    padding-left: 16.375rem;
}
@media (min-width: 1230px) {
    .header-bar {
        display: block;
    }
}

.sticky-contacts {
    color: white;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 5.0625rem;
    max-width: 56rem;
    -webkit-column-gap: 2rem;
    -moz-column-gap: 2rem;
    column-gap: 2rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
}

.sticky-address {
    font-size: 0.875rem;
    line-height: 1.125rem;
    margin-right: 1.5rem;
}

.sticky-item {
    color: white;
    font-weight: 600;
    font-size: 1.125rem;
    line-height: 1.3125rem;
    white-space: nowrap;
    text-decoration: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 0.625rem;
    -moz-column-gap: 0.625rem;
    column-gap: 0.625rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.sticky-item i {
    font-size: 0;
    line-height: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: inline-block;
}
.sticky-item span {
    border-bottom: 2px solid var(--gold);
    -webkit-transition: var(--transition-time);
    transition: var(--transition-time);
}
.sticky-item--email i {
    height: 1rem;
}
.sticky-item--video i {
    height: 1.125rem;
}
.sticky-item:hover span {
    border-bottom-color: transparent;
    -webkit-transition: var(--transition-time);
    transition: var(--transition-time);
}

p:last-child {
    margin-bottom: 0;
}

.btn-outline-secondary {
    color: white;
    border: 1px solid white;
}
.btn-outline-secondary:hover {
    color: #000;
    background-color: white;
}
.btn-outline-secondary:active {
    color: white;
    background-color: transparent;
}

.btn-small {
    font-size: 1rem;
    min-height: 2.9375rem;
}

@media (min-width: 1230px) {
    .mb-xl-50 {
        margin-bottom: 3.125rem !important;
    }
}

.mb-80 {
    margin-bottom: 5rem !important;
}

.d-none {
    display: none !important;
}

.d-block {
    display: block !important;
}

.d-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}

.d-grid {
    display: -ms-grid !important;
    display: grid !important;
}

@media (min-width: 768px) {
    .d-md-none {
        display: none !important;
    }
}

@media (min-width: 768px) {
    .d-md-block {
        display: block !important;
    }
}

@media (min-width: 768px) {
    .d-md-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }
}

@media (min-width: 992px) {
    .d-lg-none {
        display: none !important;
    }
}

@media (min-width: 992px) {
    .d-lg-block {
        display: block !important;
    }
}

@media (min-width: 992px) {
    .d-lg-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }
}

@media (min-width: 1230px) {
    .d-xl-none {
        display: none !important;
    }
}

@media (min-width: 1230px) {
    .d-xl-block {
        display: block !important;
    }
}

@media (min-width: 1230px) {
    .d-xl-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }
}
/**** ****/
.root {
    padding-top: 5rem;
    overflow: clip !important;
}
@media (min-width: 767px) {
    padding-top: 5.3rem;
}
.page-cover {
    .root {
        padding-top: 0;
    }
}
.project-result {
    min-height: 20.125rem;
}
body:not(.page-cover) {
    .nav {
        top: 5rem;
        padding-left: 11.4375rem;
    }
    .nav__close {
        display: none;
    }
    .header {
        background-color: black;
    }
}
@media (min-width: 1230px) {
    body:not(.page-cover) {
        .header {
            display: none;
        }
    }
}
.sticky-header--static {
    opacity: 1;
    visibility: visible
}
.project__intro {
    max-width: unset;
}
.posts:has(+ .footer) {
    padding-bottom: 0;
}
body.state-admin {
   @media (min-width: 1230px) {
       .root {
           padding-top: 0;
       }
       .sticky-header--static {
           position: static;
       }
   }
}
.burger--close {
    fill: var(--gold);
    display: none;
}
.burger--close:after, .burger--close:before {
    display: none;
}
.nav-open {
    .burger--default {
        display: none;
    }
    .burger--close {
        display: block;
    }
}
.project-result__text a {
    color: var(--gold);
}
.cats-menu {
    list-style: none;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    margin-bottom: 2rem;
    a {
        font-size: 1.125rem;
        line-height: 1.5625rem;
        padding: 1rem 1.25rem;
        border: 1px solid #D9D9D9;
        text-decoration: none;
        color: #000;
        position: relative;
        transition: .3s color;
        background-color: #fff;
        display: block;
    }
    a:hover {
        color: var(--gold);
    }
    a.active {
        color: var(--gold);
        border-color: var(--gold);
    }
    a.active:before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        height: 7px;
        background-color: var(--gold);
        z-index: 100;
        width: 100%;
    }
}
@media (max-width: 768px) {
    .cats-menu {
        gap: .5rem;
        margin-bottom: 1rem;
        a {
            font-size: .875rem;
            padding: .5rem .875rem;
        }
    }
}
.projects__body--list {
    margin-right: 0;
}
.page-map {
    width: 100%;
    height: 30rem;
}
.page-title {
    position: relative;
    z-index: 11;
    /*h1 {
        font-weight: 700;
        font-size: 2rem;
        line-height: 2.375rem;
        margin-bottom: 2.5rem;
    }*/
}
/*
@media (min-width: 1230px) {
    .page-title {
        h1 {
            font-size: 3.75rem;
            line-height: 4.375rem;
            margin-bottom: 2.8125rem;
        }
    }
}
@media (min-width: 768px) {
    .page-title {
        h1 {
            font-size: 2.625rem;
            line-height: 3.125rem;
            margin-bottom: 2.5rem;
        }
    }
}*/
.page-map {
    margin-bottom: 3rem;
}
.fui-map-canvas {
    height: 100% !important;
}
.text-before-items {
    table {
        width: 100%;
        a {
            text-decoration: none;
        }
    }
    margin-bottom: 2rem;
}
.main {
    padding-top: 0;
}
.page-content {
    font-weight: 400;
}
.catalog--announce-2 .catalog__content {
    padding-top: 0;
}
.compilation {
    padding-top: 2.375rem;
}
@media (min-width: 992px) {
    .compilation {
        padding-top: 4.0625rem;
    }
}
.post__wrap {
    b {
        font-weight: 600;
    }
}

.quote {
    font-size: 1.125rem;
    line-height: 1.75rem;
    position: relative;
    padding-left: 2.8125rem;
    padding-bottom: 1.125rem;
    margin: 0;
    margin-bottom: 1.25rem;
    a {
        color: var(--gold);
    }
}
.quote:after, .quote:before {
    z-index: 10;
    content: "";
    display: block;
    width: 1.875rem;
    height: 2.0625rem;
    position: absolute;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0nNDknIGhlaWdodD0nNTQnIHZpZXdCb3g9JzAgMCA0OSA1NCcgZmlsbD0nbm9uZScgeG1sbnM9J2h0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnJz48cGF0aCBkPSdNMTUuNDggMEwxMS4wOTQgMjcuMzQ4SDE3LjI4NlY1My45MjJIMFYyNy4zNDhMNi40NSAwSDE1LjQ4Wk00Ni42OTggMEw0Mi4zMTIgMjcuMzQ4SDQ4LjUwNFY1My45MjJIMzEuMjE4VjI3LjM0OEwzNy42NjggMEg0Ni42OThaJyBmaWxsPScjQzhBMDU1Jy8+PC9zdmc+");
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
}
.quote:before {
    top: 0;
    left: 0;
}
.quote:after {
    top: 100%;
    right: 0;
    margin-top: -2.375rem;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
@media (min-width: 768px) {
    .quote {
        font-size: 1.25rem;
        line-height: 1.875rem;
    }
}
@media (min-width: 992px) {
    .quote {
        padding-bottom: 0;
        padding-right: 2.8125rem;
    }
    .quote:after {
        top: auto;
        bottom: 0;
        margin-top: 0;
    }
}
@media (min-width: 1230px) {
    .quote {
        font-size: 1.5rem;
        line-height: 2.125rem;
        padding-left: 5.25rem;
        padding-right: 5.25rem;
    }
    .quote:after, .quote:before {
        width: 3.0625rem;
        height: 3.375rem;
    }
}
.qa-item__content, .faq-item__text, .articles__spoilers {
    .quote {
        font-size: 1rem;
        line-height: 130%;
        padding: 0 2rem;
    }
    .quote:after, .quote:before {
        width: 1.0625rem;
        height: auto;
        aspect-ratio: 49/54;
    }
}

.expertise-info {
    font-size: 1rem;
    line-height: 1.375rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 0.5625rem;
    -moz-column-gap: 0.5625rem;
    column-gap: 0.5625rem;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.expertise-info__icon {
    fill: #C8A055;
    display: block;
    width: 2.3125rem;
    height: 2.3125rem;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    font-size: 0;
    line-height: 0;
    border-radius: 12.5rem;
    background-color: rgba(217, 217, 217, 0.2);
}
@media (min-width: 992px) {
    .expertise-info {
        font-size: 1.125rem;
        line-height: 1.5625rem;
    }
}
@media (min-width: 992px) {
    .section-beige + .compilation {
        padding-top: 4.0625rem;
    }
}
.article-spoiler-more {
    font-weight: 700;
    a  {
        color: var(--gold);
        text-decoration: none;
    }
    a:hover {
        color: var(--black);
    }
}
.text-page {
    .breadcrumbs-row {
        .container {
            padding: 0 !important;
        }
        .lines {
            display: none;
        }
    }
}
.title-holder + .section{
    padding-top: 0;
}
.file-item--disabled {
    pointer-events: none;
}
.faq-list {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}
.faq-item {
    background-color: #F1F4F6;
    padding: 2.125rem 1.25rem;
}
.faq-item__title a {
    font-size: 1.25rem;
    line-height: 1.25rem;
    font-weight: 700;
    text-decoration: none;
    color: var(--black);
    transition: color .3s;
}
.faq-item__title a:hover {
    color: var(--gold);
}
.faq-item__text {
    margin-top: 1rem;
    .quote:last-child {
        margin-bottom: 0;
    }
    .quote {
        margin-bottom: 0;
    }
    br:has(+br:last-child), br:last-child {
        display: none;
    }
}
@media (min-width: 1200px) {
    .container--sidebar {
        display: flex;
        >*:first-child {
            flex-grow: 1;
            padding-right: 2rem;
        }
    }
}
.side-bar {
    /*width: 15rem;*/
    width: 20rem;
    min-width: 20rem;
}
@media (max-width: 1200px) {
    .side-bar {
        display: none;
    }
}
.side-nav {
    /*background-color: #F1F4F6;*/
    border: 2px solid var(--gold);
    list-style: none;
    margin: 0;
    padding: .5rem 0;
    a {
        color: var(--black);
        transition: .3s color, .3s border-color;
        text-decoration: none;
        font-weight: 700;
        display: inline-block;
        border-bottom: 2px solid var(--gold);
    }
    li {
        padding: .5rem 1.25rem;
    }
    a:hover, a.selected {
        color: var(--gold);
        border-color: transparent;
    }
    a.selected {
        cursor: default;
    }
}
@media (min-width: 1230px) {
    .files-block--3 {
        grid-template-columns: 1fr 1fr 1fr;
    }
}
@media (min-width: 1230px) {
    .files-block--3 {
        grid-template-columns: 1fr 1fr 1fr;

    }
}
@media (min-width: 1230px) {
    .file-item__title--cut {
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}
@media (min-width: 1230px) {
    .sticky-panel {
        position: sticky;
        top: 5.625rem;
    }
}
.map-holder:has(+.footer) {
    margin-bottom: 0;
}
.qa-item__title {
    text-decoration: none;
    color: var(--black);
}

.page404 {
    padding: 2rem 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    img {
        max-width: 100%;
        width: 39rem;
        height: auto;
    }
}
.page404 .not_found {
    margin: 0 0 24px;
    font-weight: 700;
    font-size: 3.4em;
    line-height: 1.2em;
    color: #333;
}
.page404 .notefy {
    margin: 0 0 32px;
}
@media (max-width: 767px) {
    .page404 .not_found {
        font-size: 2em;
    }
}

ul.mega-menu,  ul.mega-menu li {
    list-style: none;
}
#nca-cookiesaccept-line {
    font-family: var(--font-primary);
    background: var(--black);
    color: #fff;
    line-height: 130%;
    button {
        border: none;
        outline: none;
        cursor: pointer;
        min-height: 4.1875rem;
        font-weight: 700;
        font-size: 1rem;
        line-height: 1.5rem;
        padding: 0.5rem 1.375rem;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        text-align: center;
        white-space: nowrap;
        position: relative;
        text-decoration: none;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        vertical-align: middle;
        -webkit-transition: var(--transition-time);
        transition: var(--transition-time);
        color: white;
        background-color: var(--gold);
    }
    button:hover {
        background-color: var(--gold-hover);
    }
}

.primary__features svg {
    fill: var(--gold);
}
.footer__group--text a {
    color: #fff;
}
@media (max-width: 767px) {
    .primary-tile__media {
        padding-left: 0;
    }
    .primary-tile--btn {
        display: flex;
        flex-direction: column;
        align-items: center;
        button {
            width: 100%;
        }
    }
}
@media (min-width: 1260px) {
    .text-styles {
        img[align="left"] {
            margin-right: 1.5rem;
        }
        img[align="right"] {
            margin-left: 1.5rem;
        }
    }
}
@media (max-width: 767px) {
    .text-styles {
        img {
            width: 100%;
            height: auto;
            margin: 1rem 0;
        }
    }
}
/**bx pager**/
.modern-page-navigation {
    width: 100%;
    display: flex;
    margin-top: 2rem
}
.modern-page-navigation .modern-page-current, .modern-page-navigation a {
    width: 3rem;
    height: 3rem;
    min-width: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f1f1f1;
    color: var(--black);
    margin: 0 .5rem .5rem 0 !important;
    padding: 0 !important;
    border: none !important;
    border-radius: .5rem
}
.modern-page-navigation .modern-page-current:hover, .modern-page-navigation a:hover {
    background-color: var(--gold);
    color: #fff
}
.modern-page-navigation .modern-page-current {
    background-color: var(--gold);
    cursor: default;
    color: #fff
}
.modern-page-navigation .modern-page-current:hover {
    background-color: var(--gold);
    color: #fff
}
.modern-page-next, .modern-page-previous, .modern-page-title {
    display: none !important
}

/*bx ermitage*/
#tr_PROPERTY_891 {
    input[type="text"] {
        width: 100%;
    }
}
.terms {
    color: #fff;
    line-height: 120%;
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    input[type="checkbox"] {
        -webkit-appearance: none;
        appearance: none;
        background-color: transparent;
        margin: 0;
        border-radius: 0.2rem;
        width: calc(1rem + 2px);
        min-width: calc(1rem + 2px);
        height: calc(1rem + 2px);
        padding: 0;
        border: 2px solid #fff;
        background-repeat: no-repeat;
        background-position: center;
        background-size: 100%;
        cursor: pointer;
    }
    input[type="checkbox"]:checked {
        background-color: var(--gold);
        border-color: var(--gold);
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 -960 960 960' fill='%23ffffff'%3E%3Cpath d='M382-240 154-468l57-57 171 171 367-367 57 57-424 424Z'/%3E%3C/svg%3E");
    }
    .ff_error {
        display: none;
    }
}
.terms input.field-invalid + .terms__text .ff_error {
    display: block;
    div {
        display: inline-block;
    }
}
.terms a {
    text-decoration: underline;
    color: var(--gold)
}

@media screen and (min-width: 1201px) {
    .terms a:hover {
        color:var(--gold)
    }
    .primary__container {
        padding-right: 0;
    }
    .primary__main {
        max-width: 83.8vw;
    }
    .primary__info {
        grid-template-columns: 22.8% 22.6% 22.65% 24.75%;
    }
}
@media screen and (max-width: 767px) {
    .terms {
        justify-content:flex-start;
        text-align: left;
        font-size: .875rem
    }
    .primary__info {
        display: flex;
        flex-wrap: wrap;
        .primary-tile {
            width: 50%;
            min-height: unset;
            padding: 1rem 1.25rem;
        }
        .primary-tile:nth-child(2) {
            background: url(/local/templates/rekro2025/assets/css/../img/primary_tile_bg_sm.jpg) 50% 100% no-repeat;
            background-size: cover;
            color: var(--black);
        }
        .primary-tile--simple {
            background: var(--black);
        }
        .primary-tile__label {
            font-size: .875rem;
            line-height: 120%;
        }
        .primary-tile__value {
            font-size: 2.5rem;
        }
    }
}
.nav-mobile__close {
    border: none;
}
@media screen and (min-width: 1101px) {
    .show-tab {
        display: none;
    }
}
@media screen and (max-width: 1100px) {
    .show-desktop {
        display: none;
    }
}
@media screen and (max-width: 1100px) {
    .hide-tab {
        display: none;
    }
}

.search-page {
    input[type=text] {
        box-sizing: border-box;
        border-radius: 0;
        font-weight: 400;
        font-size: 1rem;
        padding: 0 20px;
        outline: 0;
        transition: .3s border-color, .3s box-shadow;
        margin: 0;
        width: 100%;
        background-color: #fff;
        color: var(--black);
        border: 1px solid rgba(0, 0, 0, 0.1);
        height: 4.1875rem !important;
    }
    input[type=text]:focus {
        border-color: var(--gold)
    }
    .search-page__fields {
        display: flex;
        gap: 1rem;
    }
    hr {
        border: none;
        height: 1px;
        background: #eee;
        padding: 0;
        margin: 20px 0;
    }
    .search-item {
        margin: 1.25rem 0;
        background-color: #F1F4F6;
        padding: 2.125rem 1.25rem;
        > a {
            font-size: 1.25rem;
            line-height: 1.25rem;
            font-weight: 700;
            text-decoration: none;
            color: var(--black);
            transition: color .3s;
            b {
                font-weight: 700;
                color: var(--gold);
            }
        }
        a:hover {
            color: var(--gold);
        }
    }
}
.search-toggle.state-active {
    display: none;
}
.contacts--light {
    background-color: #f7f7f7;
    color: var(--black);
    .contacts__bg {
        height: 100%;
        left: auto;
        right: 0;
        img {
            object-position: left;
        }
    }
    .office__icon, .office__email {
        stroke: var(--black);
    }
    .office__phone, .office__email a span {
        color: var(--black);
    }
}
@media (min-width: 1200px) {
    .contacts--light  .contacts__bg {
        max-width: 50%;
    }
}
@media (max-width: 992px) {
    .contacts--light {
        padding-bottom: 3.5rem;
    }
}
@media (max-width: 767px) {
    .contacts__bg {
        display: none;
    }
}
.content-block:has(+ .expertise) {
    padding-bottom: 2.5rem;
}
.expertise {
    padding-top: 0;
}
@media (max-width: 767px) {
    .content-block:has(+ .expertise) {
        padding-bottom: 1.5rem;
    }
}
.offer-sm + .expertise {
    padding-top: 4rem;
}
#page-content-summary {
    margin-top: 2rem;
    > p {
        font-weight: 500;
        font-size: 1.5rem;
        margin-bottom: 1rem;
    }
    ul {
        list-style: decimal;
        li {
            height: auto;
            font-size: 1.2rem;
            a {
                font-weight: 400;
                font-size: 1.2rem;
                color: var(--black);
                border-bottom: 2px solid var(--gold);
                text-decoration: none !important;
                transition-property: color, border-color;
                transition-duration: .3s;
            }
            a:hover {
                border-bottom-color: transparent;
            }
            + li {
                margin-top: .5rem;
            }
        }
    }
}
@media (max-width: 767px) {
    #page-content-summary {
        ul {
            padding-left: 1rem;
            li {
                font-size: 1rem;
                a {
                    font-size: 1rem;
                }
                + li {
                    margin-top: .75rem;
                }
            }
        }
    }
}
.gallery-list {
    display: grid;
    grid-template-columns: repeat(4, 25%);
    gap: 1.25rem 0;
    margin: 0 -.625rem;
    div {
        padding: 0 .625rem;
    }
    img {
        width: 100%;
        height: auto;
        transition: .3s transform;
        margin: 0 !important;
    }
    a {
        display: block;
        overflow: hidden;
        line-height: 0;
    }
    a:hover img {
        transform: scale(1.1);
    }
}
@media (max-width: 992px) {
    .gallery-list {
        grid-template-columns: repeat(2, 50%);
        gap: 1rem 0;
        margin: 0 -.5rem;
        div {
            padding: 0 .5rem;
        }
    }
}
.pt-0 {
    padding-top: 0 !important;
}
.fancybox__caption {
    background: #fff;
    padding: 8px 16px;
    margin-top: 12px;
    color: #000;
    border-radius: 24px;
}
.kint-rich {
    z-index: 9999;
}
.content-block__wrap br:first-child {
    display: none;
}
.content-block__wrap br + h2 {
    margin-top: 0 !important;
}
.blue-section {
    .content-block {
        background-color: #F6FBFE;
        + .content-block {
            padding-top: 0;
        }
    }
    @media (min-width: 1200px) {
        .content-block {
            background-color: #F6FBFE;
            &:has(+ .content-block) {
                padding-bottom: 4rem;
            }
            + .content-block {
                padding-top: 0;
            }
        }
    }
}
.project__text {
    .content-block, .container {
        padding: 0;
    }
    .content-block {
        margin: 2.5rem 0;
    }
    .content-block:first-child {
        margin-top: 0 !important;
    }
    .content-block:last-child {
        margin-bottom: 0 !important;
    }
}
@media (min-width: 768px) {
    .content-block {
        margin-top: 4rem;
        margin-bottom: 4rem;
    }
}
@media (min-width: 1230px) {
    .content-block {
        margin-top: 6.5rem;
        margin-bottom: 8.75rem;
    }
}
.service-page {
    .content-block.text-styles {
        padding-top: 0;
        padding-bottom: 0;
    }
    .content-block.text-styles + .content-block.text-styles {
        margin-top: 0;
        padding-top: 0;
    }
    .content-block.text-styles:has(+ .content-block.text-styles) {
        padding-bottom: 0;
        margin-bottom: 2rem;
    }
}
.catalog__image--short img {
    max-height: 19rem;
    object-position: top;
}
.information__title {
    position: relative;
    z-index: 2;
}
.project-person--static {
    position: static;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    .project-person__image {
        img {
            object-fit: contain;
            object-position: bottom;
        }
    }
}
@media (max-width: 1200px) {
    .catalog__intro--person {
        display: flex;
        flex-direction: column-reverse;
        gap: 2rem;
    }
}
.catalog__media--person {
    display: block;
    .catalog__image {
        margin-right: 0;
    }
}
@media (min-width: 1201px) {
    .catalog--announce-expert + .content-block {
        margin-top: 0;
    }
}
@media (max-width: 1200px) {
    .catalog--announce-expert + .content-block {
        margin-top: 2rem;
    }
}

.catalog__content-par {
    margin-bottom: 1rem;
    color: var(--gray);
}
.catalog__text .project-order {
    margin-top: 2rem;
}
.content-block:has(+ .compilation) {
    margin-bottom: 0;
}
.fui-line, .lines  {
    display: none !important;
}
.start-b24-form {
    position: absolute;
    top: 16rem;
    left: 59rem;
    /*background-color: rgba(0, 0, 0, .4);*/
    background-color: var(--dark);
    z-index: 10;
    width: 24rem;
    padding: 1rem;
    border-radius: 4px;
    border: 4px solid rgba(255, 255, 255, 0.1);
    .start-b24-form__title {
        margin-bottom: 1.5rem;
        font-size: 2rem;
        font-weight: 600;
        line-height: 100%;
    }
    .b24-form {
        --b24-primary-color: var(--gold);
    }
    .b24-form-header-title {
        color: #fff;
    }
    .b24-form-control-string .b24-form-control:not(:focus) {
        color: #fff;
        background-color: rgba(255, 255, 255, 0.04);
        border-color: rgba(198, 159, 83, 0.09);
    }
    .b24-form-control-string .b24-form-control:not(:focus) + .b24-form-control-label {
        color: #fff;
    }
    .b24-form-field-agreement a.b24-form-field-agreement-link {
        color: #fff;
    }
    .b24-form-btn {
        border-radius: 0;
    }
    .b24-form-header {
        display: none;
    }
    .b24-form-wrapper.b24-from-state-on {
        min-height: 240px;
    }
    &.start-b24-form--service {
        left: 54rem;
    }
}
@media (min-width: 1201px) {
    .primary__group--left-service {
        width: 45.25rem;
    }
}
@media (max-width: 1800px) {
    .start-b24-form {
        top: 12rem;
        left: 55rem;
        width: 30rem;
    }
    .start-b24-form--service {
        width: 25rem;
        top: 16.5rem;
    }
    .primary__group--left-service {
        margin-bottom: 11rem;
    }
}
@media (max-width: 1200px) {
    .start-b24-form {
        top: 9rem;
        left: auto;
        width: 26rem;
        right: 1rem;
    }
    .start-b24-form.start-b24-form--service {
        position: static;
    }
    .primary__main--home {
        margin-bottom: 5.25rem;
    }
    .start-b24-form .start-b24-form__title {
        font-size: 1.35rem;
    }
    .primary__group--left-service {
        margin-bottom: 0;
    }
}
@media (max-width: 767px) {
    .start-b24-form {
        position: static;
        width: 100%;
        margin-top: 2rem;
    }
    .primary__main--home {
        margin-bottom: 0;
    }
}
.position-static {
    position: static !important;
}
.person-info__content {
    position: relative;
}
.person-info__content p + br {
    display: none;
}
.person-info__content p + br + br {
    display: none;
}
.person-info__link {
    font-weight: 700;
    color: var(--gold);
    position: absolute;
    right: 1rem;
    bottom: 1rem;
}
.expertise-author__name {
    text-decoration: none;
}
.expertise-author__name:hover {
    color: var(--gold);
}
.scroll-top {
    position: fixed;
    bottom: 2rem;
    right: 1.5rem;
    width: 3rem;
    height: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--gold);
    border-radius: 50%;
    z-index: 200;
    cursor: pointer;
    opacity: 0;
    transition: .3s opacity;
}
.scroll-top svg {
    fill: var(--black);
    transition-duration: .3s;
    transition-property: transform;
}
.scroll-top.state-active {
    opacity: 1;
}
@media (max-width: 767px) {
    .scroll-top {
        width: 2.5rem;
        height: 2.5rem;
        bottom: 1rem;
        right: 1rem;
    }
}
.recommendations__slider--2 {
    a {
        height: 100%;
        display: flex;
        align-items: center;
        box-shadow: none;
        img {
            height: auto;
            box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
        }
    }
}
.content-block:has(+.offer-sm) {
    margin-bottom: 0;
}
@media (max-width: 1200px) {
    .fixed-header .header {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        background-color: var(--black);
        visibility: visible !important;
        opacity: 1;
        transform: unset;
        .header__button {
            height: 4.3125rem;
        }
    }
    .messengers-group {
        height: 24px;
    }
    .root > .breadcrumbs-row, .text-page .breadcrumbs-row {
        /*padding-bottom: 1rem;*/
    }
}
/**POP UP**/
.b-popup {
    display: block !important
}
.b-popup__window {
    position: fixed;
    z-index: 999;
    background-color: #eee;
    line-height: 0
}
.b-popup__content {
    padding: 16px
}
.b-popup__more {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    left: 0;
    bottom: 40px
}
.b-popup__text-go {
    padding-top: 24px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center
}
.b-popup__image {
    width: 100%;
    height: 100%;
    display: block
}
.b-popup__image-holder {
    font-size: 0;
    display: block
}
.b-popup__close {
    transition: .2s all;
    position: absolute;
    right: -20px;
    top: -20px;
    width: 40px;
    height: 40px;
    background-color: #fff;
    border-radius: 50%;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAcUlEQVRIie2UwQ3AIAwDrS7QJTOIx2Or8gkfVJARyafFEh9izgGJAEe/1g3ABJ+5dxleADwAOPHRPWU1xPxgW28h7DzKbacAirXtkDD4KCQUPguR4FdUBzsiEp+oh3OwFwZXapLSP1r6qGghacPu6EOqBl1NgwNcx2MAAAAASUVORK5CYII=);
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
    box-shadow: 0 0 10px rgba(0, 0, 0, .4)
}
.b-popup__close:hover {
    background-color: #eee
}
.b-popup__countdown {
    position: absolute;
    top: 0;
    right: 0;
    padding: 15px 0;
    background: #fdfdfd;
    font-size: 14px;
    text-align: center;
    width: 170px
}
.b-popup__window-inner {
    max-height: 95vh;
    overflow-y: auto
}
.b-popup__form-text {
    text-align: center;
    line-height: 130%;
    padding: 16px 18px 0 18px;
    font-size: 1rem;
}
.b-popup__form-text h2 {
    font-weight: 700;
    font-size: 2rem;
    margin-bottom: 8px
}
.b-popup .b-popup__window--center, .b-popup .b-popup__window--form {
    max-width: 90%;
    max-height: 90%;
    display: block !important;
    top: 50%;
    left: 50%;
    min-width: 320px;
    box-shadow: 0 0 20px rgba(0, 0, 0, .5);
    transition: .3s transform;
    transform: translateX(-50%) translateY(-50%) scale(1);
    opacity: 1;
    z-index: 999;
}
.b-popup .b-popup__window--center img, .b-popup .b-popup__window--form img {
    width: 100%;
    /*height: 35vh;*/
    height: auto;
    object-fit: cover;
    object-position: top;
}
.b-popup .b-popup__window--center[style*=none], .b-popup .b-popup__window--form[style*=none] {
    transform: translateX(-50%) translateY(-50%) scale(.5);
    z-index: -1;
    opacity: 0;
}
@media (max-width: 1599px) {
    .b-popup .b-popup__window--right {
        display: none !important
    }
}
.b-popup .b-popup__window--right .b-popup__close {
    left: -27px;
    right: auto
}
.b-popup .b-popup__window--right .b-popup__image {
    width: 126px !important;
    height: 400px !important;
    object-fit: cover
}
.b-popup .b-popup__window--right .b-popup__content {
    padding: 24px 16px
}
.b-popup .b-popup__window--right .b-popup__countdown {
    top: -20px;
    width: 100%;
    font-size: 12px
}
.b-popup .b-popup__window--right {
    display: block !important;
    top: 50%;
    right: 0;
    min-width: 126px;
    width: 126px;
    background: #fff;
    box-shadow: 0 0 20px rgba(0, 0, 0, .5);
    transition: .3s transform;
    transform: translateX(0) translateY(-50%)
}
@media (max-width: 560px) {
    .b-popup .b-popup__window--right {
        transform: translateX(-30px) translateY(-50%);
        max-width: calc(100% - 60px)
    }
}
.b-popup .b-popup__window--right[style*=none] {
    transform: translateX(calc(100% + 40px)) translateY(-50%)
}
.b-popup .b-popup__window--form {
    background: #fff;
    max-height: none
}
.b-popup .b-popup__window--form img {

}
.b-popup--2025 .b-popup__window {
    border-radius: 10px;
    box-shadow: 0 0 40px rgba(0, 0, 0, .15)
}
.b-popup__text {
    padding: 40px;
    line-height: 140%;
    font-size: 16px
}
.b-popup__text a {
    color: var(--colorSecondary);
    text-decoration: underline
}
.b-popup__text h2 {
    font-size: 32px
}
.b-popup__text--center {
    text-align: center
}
.b-popup__text--center .b-popup__icon {
    margin: 0 auto 24px auto
}
.b-popup .b24-form {
    padding: 16px 32px 16px 32px;
}
.b-popup .b24-form-header {
    display: none;
}
.b-popup .b24-form-btn {
    font-size: 0;
}
.b-popup .b24-form-btn:before {
    content: var(--fosBx24ButtonText) !important;
    font-size: 1.4rem;
}
.b-popup .b-popup__overlay {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .65);
}
.b-popup:has(.b-popup__window--form[style*="display: none"]) .b-popup__overlay {
    display: none;
}
@media (min-width: 1024px) {
    .b-popup .b-popup__window--center, .b-popup .b-popup__window--form {
        width: 821px;
    }
    .b-popup .b24-form-wrapper {
        max-width: 640px;
    }
}
.nav-mobile .nav__search {
    position: static;
    margin-bottom: 3.5rem;
    width: 100%;
}
.header-search__toggle {
    background-color: transparent;
    padding: 0;
    border:none;
    width: 3rem;
    height: 3rem;
    cursor: pointer;
    border-radius: 50%;
    transition: .3s background-color;
    transform: translateX(1rem);
    display: flex;
    align-items: center;
    justify-content: center;
    svg {
        width: 1.5rem;
        height: 1.5rem;
    }
}
.header-search__toggle:hover {
    background-color: var(--gold);
}
.header-search__toggle-close {
    display: none;
}
.header-search__toggle.state-active {
    .header-search__toggle-search {
        display: none;
    }
    .header-search__toggle-close {
        display: block;
    }
}
.header-bar__wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}
.header-search {
    max-height: 0;
    overflow: hidden;
    background-color: var(--black);
    transition: .75s max-height;
}
.header-search .search {
    padding-left: 16.375rem;
}
.header-search.state-active {
    max-height: 10rem;
}
.header-search__window {
    padding-top: 1rem;
    padding-bottom: 1rem;
}
.header-search .search__input {
    padding: 1.25rem 3.75rem 1.25rem 2.125rem !important;
    text-align: left !important;

}
.header-search .search__input::placeholder {
    text-align: left !important;
}
.header-search .search-toggle {
    left: auto !important;
    right: 1.375rem;
}
.header > .search-toggle {
    width: 3.25rem;
    height: 3.25rem;
}
.header > .primary__search {
    left: 0;
}
.project__gallery a {
    cursor: url('/local/templates/rekro2025/assets/css/../img/swipe.png'), auto;
}
@media (max-width: 767px) {
    .article-item {
        min-height: 10rem;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
    }
    .article-item img {
        position: absolute;
        z-index: 1;
    }
    .article-item__text {
        position: relative;
        z-index: 6;
    }
    .text-styles table.bt {
        tr {
            display: block;
            background-color: #fff;
            border: 1px solid rgba(217, 217, 217, .8);
        }
        tr + tr {
            margin-top: 16px;
        }
        tr td {
            border: none;
            padding: .5rem  1rem;
            display: block;
            font-size: 1rem;
        }
        tr td:before {
            display: block;
            margin-bottom: 4px;
            font-size: .875rem;
            color: #aeaeae;
            font-weight: 500;
            width: 100%;
            line-height: 120%;
        }
        tr td + td {
            border-top: 1px solid rgba(217, 217, 217, .8);
        }
    }
}
@media (max-width: 767px) {
    .text-styles table {
        display: block;
        overflow: scroll;
    }
}
.project__media--service .project__gallery {
    margin-left: 0;
}
@media (min-width: 992px) {
    .project__media--service .project__image {
        height: 35rem;
    }
    .project__media--service .project__gallery {
        width: calc(100% + 11.4375rem);
    }
}
@media (max-width: 767px) {
    .catalog__intro--with-slider .catalog__media {
        display: block;
    }
    .catalog__intro--with-slider {
        display: flex;
        flex-direction: column-reverse;
        padding-top: 3.125rem;
    }
    .catalog__intro--with-slider .catalog__content {
        display: flex;
        flex-direction: column-reverse;
        padding-top: 1.5rem;
    }
}
.content-block.text-styles:has(+ .content-block.text-styles) {
    margin-bottom: 0;
}
.content-block.text-styles + .content-block.text-styles {
    margin-top: 0;
}
#page-content-summary:empty {
    display: none;
}
.docs__nav .swiper-button-lock {
    display: none;
}
.docs {
    padding-bottom: 0 !important;
}
@media (min-width: 1230px) {
    .docs__main {
        width: 64.25rem;
    }
}
.b24-form-control-label {
    line-height: 100% !important;
}
.catalog__intro .catalog__content a {
    font-weight: 400;
    text-decoration: underline;
}
.catalog__intro .catalog__content a:hover {
    text-decoration: none;
}
@media (min-width: 1230px) {
    .primary__header {
        font-size: 3.5rem;
    }
}
/* End */


/* Start:/bitrix/components/niges/cookiesaccept/templates/.default/style.css?17431456422729*/
/* NIGES.COOKIESACCEPT */

.nca-cookiesaccept-line {
    font-size: inherit;
    font-family: inherit;
    line-height: 1;
    padding: 10px;
}


.nca-cookiesaccept-line.style-1 .nca-cookiesaccept-line-text,
.nca-cookiesaccept-line.style-3 .nca-cookiesaccept-line-text,
.nca-cookiesaccept-line.style-5 .nca-cookiesaccept-line-text,
.nca-cookiesaccept-line.style-7 .nca-cookiesaccept-line-text {
    color:#111;
}
.nca-cookiesaccept-line.style-2 .nca-cookiesaccept-line-text,
.nca-cookiesaccept-line.style-4 .nca-cookiesaccept-line-text,
.nca-cookiesaccept-line.style-6 .nca-cookiesaccept-line-text,
.nca-cookiesaccept-line.style-8 .nca-cookiesaccept-line-text {
    color:#eee;
}

.nca-cookiesaccept-line.style-1 {
    /* background-position: center;
    background-repeat: repeat-x;
	background-image: url(/bitrix/components/niges/cookiesaccept/templates/.default/images/style-1-2.svg);
    background-size: contain; */
    background-color: rgb(61, 168, 255); 
}

.nca-cookiesaccept-line.style-2 {
    background-color: rgb(13, 62, 102);
}


.nca-cookiesaccept-line.style-3 {
    background-color: rgb(197, 197, 197);
}

.nca-cookiesaccept-line.style-4 {
    background-color: rgb(71, 71, 71);
}

.nca-cookiesaccept-line.style-5 {
    background-color: rgb(61, 255, 158);
}

.nca-cookiesaccept-line.style-6 {
    background-color: rgb(9, 92, 50);
}

.nca-cookiesaccept-line.style-7 {
    background-color: rgb(84, 255, 61);
}

.nca-cookiesaccept-line.style-8 {
    background-color: rgb(92, 5, 5);
}

.nca-cookiesaccept-line.style-9 {
    background-color: rgb(203, 255, 61);
}

.nca-cookiesaccept-line.style-10 {
    background-color: rgb(70, 94, 4);
}

.nca-cookiesaccept-line.style-11 {
    background-color: rgb(255, 148, 61);
}

.nca-cookiesaccept-line.style-12 {
    background-color: rgb(138, 70, 14);
}

.nca-cookiesaccept-line.style-13 {
    background-color: rgb(255, 61, 61);
}

.nca-cookiesaccept-line.style-14 {
    background-color: rgb(119, 22, 22);
}

.nca-cookiesaccept-line.style-15 {
    background-color: rgb(255, 61, 152);
}

.nca-cookiesaccept-line.style-16 {
    background-color: rgb(85, 10, 45);
}

.nca-cookiesaccept-line.style-17 {
    background-color: rgb(83, 129, 255);
}

.nca-cookiesaccept-line.style-18 {
    background-color: rgb(6, 37, 122);
}

 
.nca-cookiesaccept-line.style-19 {
    background-color: rgb(255, 255, 255);
}

.nca-cookiesaccept-line.style-20 {
    background-color: rgb(0, 0, 0);
}
 

@media screen and (min-width:767.01px) {
	.nca-hidden-pc {display: none !important;}
}
@media screen and (max-width:767px) {
	.nca-hidden-mobile {display: none !important;}
}
/* End */


/* Start:/local/templates/rekro2025/styles.css?175016237412*/
.memories {}
/* End */


/* Start:/local/templates/rekro2025/template_styles.css?175016237412*/
.memories {}
/* End */
/* /local/templates/rekro2025/assets/plugins/fancybox/fancybox.css?171999994025343 */
/* /local/templates/rekro2025/assets/plugins/swiper/swiper-bundle.min.css?170775436118435 */
/* /local/templates/rekro2025/assets/plugins/basictable/basictable.min.css?1775194230828 */
/* /local/templates/rekro2025/assets/css/main.css?1778671549369422 */
/* /bitrix/components/niges/cookiesaccept/templates/.default/style.css?17431456422729 */
/* /local/templates/rekro2025/styles.css?175016237412 */
/* /local/templates/rekro2025/template_styles.css?175016237412 */
